/* styles Reigber */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	background-image: url(../../img/background/background2.jpg);
	/*	overflow-x: hidden;*/
}

a:link {
	color: #fff;
	text-shadow: 1px 1px 6px #fff;
	text-decoration: none;
}

a:visited {
	color: #eee;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}

p {
	/*	margin: 0 2vw 3vw 0;*/
	padding: 0 6vw;
	color: #ccc;
	font-size: 1.2em;
	text-align: left;
}

h1 {
	padding: 2vw 2vw 0 6vw;
	letter-spacing: 1.4vw;
	text-transform: uppercase;
	font: 2.4vw "Lato", sans-serif;
	color: #fff;
	text-align: left;
}

h2 {
	padding: 2vw 2vw 0 6vw;
	line-height: 2vw;
	letter-spacing: .2vw;
	font: 1.8vw "Lato", sans-serif;
	color: #fff;
	text-align: left;
}

h3 {
	padding: 2vw 2vw 0 6vw;

	line-height: 2vw;
	letter-spacing: .2vw;
	font: 1.2vw "Lato", sans-serif;
	color: #fff;
	text-align: left;
}

table {
	color: #eee;
	padding: 0 6vw;
}

th {
	font-weight: normal;
	text-align: left;
	padding: 0 2em 0 0;
	font-size: 1em;
}

ul {
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	font-size: 1.8vw;
	text-align: left;
	list-style: none;
	width: auto;
	margin: 0 2vw 3vw 0;
	padding: 0 9vw;
}

ul li::before {
	content: "•";
	color: red;
	font-size: 2vw;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.textAlignCenter {
	text-align: center;
}

.divFlexContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.divFlexContainer2 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.divFlexContainer3 {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 2% 4% 0% 6%;
}

.imgResponsive4 {
	max-width: 90%;
	margin-left: 2%;
}

/* *********************************************** */

/* content *************************************** */

/* *********************************************** */

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: flex;
	justify-content: left;
}

#logo {
	margin: 0 0 0 0;
	padding: 1vw 1vw 1vw 1vw;
	max-width: 15vw;
	background-image: linear-gradient(to bottom, rgba(200, 200, 200, 0.8), rgba(100, 100, 100, 0.2));
	border-radius: 0 0 15vw 0;
}

#logobackground {}

main {
	margin-top: calc(100% / 1.8);
}

main article {
	padding: 3vw 0 5vw 0;
	background-image: url(../../img/background/background.jpg);
}

#backgroundImg {
	width: 100%;
	z-index: -999;
	position: fixed;
	top: 0;
}

#backgroundText {
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-align: left;
	font-size: 3vw;
	margin: -14vw 0 0 9vw;
	position: absolute;
}

.backgroundText {
	text-shadow: 1px 1px 4px #000;
}

/* content footer ****************************** */

footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 1em 1em 1em 5vw;
	background-image: linear-gradient(to bottom, rgba(240, 240, 240, .7), rgba(180, 180, 180, 0.4));
	border-top: 1px solid rgba(220, 220, 220, 0.5);
	border-bottom: 0px solid rgba(220, 220, 220, 0.2);
}

footer table {
	font-size: 2vw;
	text-shadow: 1px 1px 6px #fff;
	color: #555;
}

.h3FooterTable {
	margin: 0 0 1.4vw 0;
	padding: 0;
	text-align: left;
	font-size: 2.5vw;
	color: #555;
}

footer div img {
	max-width: 80vw;
	margin-bottom: 10px;
}

footer div {
	flex-grow: 1;
	padding: 1em 1em 1em 1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6vw;
	color: #333;
	text-shadow: 1px 1px 6px #fff;
}

footer:first-child {
	text-align: left;

}

footer div:last-child {
	text-align: right;
}

footer a:link {
	color: #333;
	text-shadow: 1px 1px 6px #fff;
	text-decoration: none;
}

footer a:visited {
	color: #333;
	text-decoration: none;
}

.footerActive {
	font-weight: bold;
}

/* content kontakt ****************************** */

.divKontakt {
	width: 75vw;
	min-width: 640px;
}

.divKontakt img {
	width: 100%;
}

.divMeisterbrief {
	max-width: 640px;
	padding: 2vw;
}

#googleMap {
	border: 0;
	width: 100%;
	height: 50vh;
	margin: 0;
}

/*-- slider --*/

#slideshow {
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	width: 100%;
}

#slideshow > div {
	position: absolute;
	width: 100%;
}

#slideshow > div img {
	position: absolute;
	width: 100%;
}

/* *********************************************** */

/* content parallax ****************************** */

/* *********************************************** */

.bgimg {
	position: relative;
	opacity: 1;
	/*	background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vw / 1.5);
	width: 100%;

}



.caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #666;
}

.caption span.border {
	text-transform: uppercase;
	padding: 18px;
	letter-spacing: 10px;
	background-color: transparent;
	font-size: 2vw;
	color: #f7f7f7;
	text-shadow: 1px 1px 2px black, 0 0 25px #000, 0 0 5px #000;
}

.contPart {
	color: #ddd;
	background-color: #282E34;
	padding: 50px 80px;
	opacity: .9;
	letter-spacing: .12em;
}

.contPartP {
	color: #ddd;
	letter-spacing: .2em;
	line-height: 3vw;
	text-align: center;
}

div.contPart > p {
	padding: 5vw;
	color: #a5a5a5;
	font-size: 1.6em;
	padding: 5vh;
	text-align: left;
}

div.contPart > h1 {
	letter-spacing: 1.4vw;
	text-transform: uppercase;
	font: 2.4vw "Lato", sans-serif;
	color: #fff;
	text-align: center;
	padding: 0;
}

div.contPart > h2 {
	line-height: 2vw;
	letter-spacing: 1vw;
	font: 1.6vw "Lato", sans-serif;
	color: #fff;
	text-align: center;
	padding: 0;
}

.contPart ul li {
	font-size: 2vw;
	color: #aaa;
}

.contPart h3 {
	font-size: 2vw;
}

/* *********************************************** */

/*    nav    */

/* *********************************************** */

.topnav {
	background-image: linear-gradient(to bottom, rgba(200, 200, 200, 0.8), rgba(100, 100, 100, 0.4));
	border-bottom: 0px solid rgba(220, 220, 220, 0.2);
	display: flex;
	justify-content: center;
	width: calc(85vw - 2vw);
	height: auto;
}

.topnav a:first-child {
	border-left: 1px solid rgba(220, 220, 220, 0.2);
}

/* Style the links inside the navigation bar */

.topnav a {
	color: #fff;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 1.8vw;
	border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.topnav a:last-child {
	border-right: 0px;
}

/* Add an active class to highlight the current page */

.active {
	background-image: linear-gradient(to bottom, rgba(170, 170, 170, 0.5), rgba(070, 070, 070, 0.5));
	color: #055;
}

/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
	display: none;
	background-image: linear-gradient(to bottom, rgba(200, 200, 200, 0.8), rgba(100, 100, 100, 0.4));
}

/* Dropdown container - needed to position the dropdown content */

.dropdown {
	float: left;
	overflow: hidden;
	border-right: 1px solid rgba(250, 250, 250, 0.3);
}

/* Style the dropdown button to fit inside the topnav */

.dropdown .dropbtn {
	font-size: 1.8vw;
	border: none;
	outline: none;
	color: #eee;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

/* Style the dropdown content (hidden by default) */

.dropdown-content {
	display: none;
	position: absolute;
	background-image: linear-gradient(to bottom, rgba(200, 200, 200, 0.8), rgba(100, 100, 100, 0.4));
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
	z-index: 1;
}

/* Style the links inside the dropdown */

.dropdown-content a {
	float: none;
	color: #ce000c;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}

/* Add a dark background on topnav links and the dropdown button on hover */

.topnav a:hover,
.dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

/* Add a grey background to dropdown links on hover */

.dropdown-content a:hover {
	background-color: #ddd;
	color: white;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */

.dropdown:hover .dropdown-content {
	display: block;

}

/* *********************************************** */

/*    media    *************************************/

/* *********************************************** */

@media only screen and (max-width: 990px) {

	#backgroundInfo {
		font-size: 2rem;
		margin: calc(-36vw + 153px) 0 0 10vw;
	}
	#backgroundText {
		font-size: 1.8rem;
	}
	#logobackground {
		height: 0;
	}
	div.contPart h1 {
		font-size: 1.5rem;
		letter-spacing: .2rem;
	}
	div.contPart h2 {
		font-size: 1.2rem;
		letter-spacing: .1rem;
	}
	div.contPart p {
		font-size: 1.2em;
		padding: 3vh;
	}
	.contPartP {
		color: #ddd;
		font-size: 1em;
		letter-spacing: .15em;
		line-height: 1.8em;
	}
	footer div {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 640px) {
	#backgroundText {
		font-size: 3vw;
	}
	#backgroundInfo {
		font-size: 4vw;
		margin: calc(-30vw + 66px) 0 0 10vw;
	}
	#logo {
		max-width: 15vwpx;
	}
	table#tableFooter {
		font-size: 3vw;
	}
	table#tableFooter {
		font-size: 3.5vw;
	}
	th {
		font-size: 1em;
		font-weight: normal;
		text-align: left;
	}
	footer th {
		font-size: 2em;
	}
	h1 {
		font-size: 1em;
	}
	h2 {
		padding: 2vw 2vw 0 6vw;
		line-height: 2vw;
		letter-spacing: .2vw;
		font: .8em "Lato", sans-serif;
	}
	h3 {
		font-size: 1em;
	}
	ul {
		font-size: .8em;
	}
	div.contPart h1 {
		font-size: 1.2rem;
		letter-spacing: .15rem;
	}
	div.contPart h2 {
		font-size: 1rem;
		letter-spacing: .1rem;
	}
	div.contPart p {
		font-size: 1em;
		padding: 1vh 0;
	}
	.contPart {
		color: #ddd;
		background-color: #282E34;
		padding: 50px 10vw;
		opacity: .9;
		letter-spacing: .12em;
	}

	.contPartP {
		color: #ddd;
		letter-spacing: .2em;
	}
	/*
	.bgimg {
		min-height: 200px;
		width: 100vw;
	}
*/
	.caption span.border {
		font-size: 3vw;
		letter-spacing: 8px;
	}
	table#tableFooter {
		font-size: 4vw;
		color: #333;
		text-shadow: 1px 1px 6px #fff;
	}
	.h3FooterTable {
		margin: 0 0 1.4vw 0;
		text-align: left;
		font-size: 6vw;
	}
	.divKontakt {
		width: 90vw;
		min-width: 0;
	}
	.topnav {
		display: block;
		width: calc(78vw + 10px);
	}
	.topnav a {
		display: none;
	}
	.topnav a:not(:first-child),
	.dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
		font-size: 2em;
		padding: .1vw;
	}
	.topnav.responsive {

		position: relative;
		background-image: linear-gradient(to bottom, rgba(200, 200, 200, 0.9), rgba(100, 100, 100, 0.9));
		font-weight: bold;
	}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 2em;
	}
	.topnav.responsive a {
		font-size: 1em;
		float: none;
		display: block;
		text-align: left;
		text-align: center;
	}
	.topnav.responsive .dropdown {
		float: none;
	}
	.topnav.responsive .dropdown-content {
		position: relative;
	}
	.topnav.responsive .dropdown .dropbtn {
		font-size: 1em;
		display: block;
		width: 100%;
		text-align: center;
	}
	.contPart ul li {
		padding: 3vw 14vw 3vw 0;
		line-height: 1.2em;
		font-size: 1em;
	}
	.contPart h3 {
		font-size: 1em;
	}
}

@media only screen and (max-width: 380px) {
	#backgroundText {
		font-size: .9em;
	}
	#logo {
		max-width: 15vw;
	}
	table#tableFooter {
		font-size: 1vw;
	}
	.contPart ul li {
		padding: 3vw 14vw 3vw 0;
		line-height: 1em;
	}
	.caption span.border {
		font-size: 3vw;
	}
}

@media screen and (max-width: 320px) {
	#backgroundText {
		display: none;
	}
}

/* roboto-regular - latin */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../../includes/fonts/roboto-v30-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
	url('../../includes/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../../includes/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../includes/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../../includes/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../../includes/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
	/* Legacy iOS */
}

/* montserrat-regular - latin */

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../../includes/fonts/montserrat-v25-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
	url('../../includes/fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../../includes/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../includes/fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../../includes/fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../../includes/fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
	/* Legacy iOS */
}

/* source-sans-pro-regular - latin */

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../../includes/fonts/source-sans-pro-v21-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
	url('../../includes/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../../includes/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../includes/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../../includes/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../../includes/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
	/* Legacy iOS */
}
