/* === GENERAL === */

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #888888;
	line-height: 1.8em;
	background: #BBB none repeat scroll 0% 0%;
	/*height: 100%; /* allows us to size the header height based as a percent */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
}



/* === GLOBAL === */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

h1 {
	font-size: 3em;
}

h1,
h2 {
	margin: 0 0 40px;
}


h3 {
	font-family: 'Open Sans', sans-serif;
	color: #dddddd;
	text-shadow: 2px 2px 2px #000000;
	font-size: 29px;
	text-transform: uppercase;
	line-height: 45px;
	letter-spacing: 2px;
	margin: 20px;

}

h5 {
	color: #ddd;
	text-shadow: 2px 2px 2px #363636;
}

p {
	margin: 0 0 15px;
}

a {
	color: #888;
}

a:hover {
	text-decoration: none;
}

.tp120 {
	padding-top: 120px;
}

footer a:hover {
	text-decoration: none;
	color: inherit;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* === NAVIGATION === */

.bg-dark {
	transition: 500ms ease;
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}

.flag-icon:before {
	content: "\00a0";
}

.flag-icon-us {
	background-image: url(../img/us.jpg);
}

.flag-icon-de {
	background-image: url(../img/de.jpg);
}


/* == HERO SECTION ==*/
#main-slider {
	padding-top: 56px;
}

.carousel-item {
	height: 93vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 900px) and (max-width: 991px) {
	h3 {
		font-size: 40px;
		line-height: 55px;
	}
}

@media (min-width: 992px) {
	h3 {
		text-shadow: 2px 2px 2px #363636;
		font-size: 45px;
		line-height: 50px;
	}

	
#main-slider {
	padding-top: 60px;
	width: 66%;    
	margin: 0 auto;
}
}

/* == WETTER ==*/

#wetter {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #fff;
}

@media (min-width: 992px) {
	#wetter .row {
		padding: 0 180px;
	}
}

@media (max-width: 991px) {
	#wetter {
		padding: 60px 40px;
		text-align: center;
	}

	.wetter-image {
		padding-top: 75px;
	}
}

/* == CTA ==*/

#cta {
	position: relative;
	padding: 80px 0;
	background-image: url(../img/grundlsee-cta-bg.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#cta h2 {
	color: #fff;
}

@media (max-width: 580px) {
	#cta .btn-warning {
		font-size: smaller;
	}
}

/* == KONTAKT ==*/
#kontakt {
	padding: 80px 0;
}

.card {
	background-color: #f2f2f2;
	border: none;
}

.card i {
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	#kontakt .col-md {
		padding-bottom: 30px;
	}
}


/* ==IMPRESSUM ==*/
#impressum-main h2 {
	margin-bottom: 20px;

}

.text-blue {
	text-decoration: underline;
}
