

/* --- Stylesheet 3487 () --------- */ 

#header {
	position: relative;
}


#header .col {
	height: 270px;
	float: left;
}

#header .colleft { width: 41%; }
#header .colright { width: 59%; }


#body.mainpage #header .col { width: 50%; }

#logo {
	width: 179px;
	height: 129px;
	background: url(//tramino.s3.amazonaws.com/s/markt-oberstdorf/650980/logo.jpg) -10px 0px no-repeat;
	background-size: cover;
	float: left;
	margin: 50px 0 0 0;
	cursor: pointer;
}

#slogan {
	margin: 55px 40px 0 180px;
}


#search { margin: 20px 0px 0px 180px; }
#search input { font-family: 'Source Sans Pro', sans-serif;  font-size: 15px; font-weight: 300; border: 0px; padding: 6px 15px; margin: 0px; }
#search input[type="text"] { background-color: #fff; color: #666; }
#search input[type="submit"] { background-color: #ddd; color: #666;  }


#header .colright {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
}

#header h1 {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#header h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 200;
	color: #666;
	margin: 0 0 0 0;
}

#body.mainpage #header h2 { display: block; }

/* --- Stylesheet 3497 () --------- */ 

#nav_icon_wrapper {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 10;
}

#nav_icon {
	position: relative;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
}

#nav_icon .nav_line {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 3px;
	background-color: #AAA;
}

#nav_icon .nav_line1 {
	top: 16px;
	-webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
	transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
}

#nav_icon .nav_line2 {
	top: 24px;
	-webkit-transition: opacity 0.4s 0.4s ease;
	transition: opacity 0.4s 0.4s ease;
}

#nav_icon .nav_line3 {
	top: 32px;
	-webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
	transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
}

/* Clicked */

#nav_icon.clicked .nav_line1 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:23px;
	-webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
	transition: all 0.8s 0.2s ease, top 0.2s linear;
}

#nav_icon.clicked .nav_line2 {
	opacity:0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

#nav_icon.clicked .nav_line3 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top:23px;
	-webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
	transition: all 0.8s 0.2s ease, top 0.2s linear;
}

/* --- Stylesheet 3496 () --------- */ 

@media all and (min-width: 1251px) and (max-width: 1550px) {

}

@media all and (min-width: 1000px) and (max-width: 1250px) {


	#header h1 {
		font-size: 20px;
		line-height:20px;

	}

	#header h2 {
		font-size: 14px;
		line-height: 20px;

	}

	#logo {
		width: 100px;
		height: 79px;
	}

	#slogan {
		margin: 55px 40px 0px 110px;

	}

	#search {
		margin: 20px 0px 0px 100px;
	}




}

@media all and (min-width: 768px) and (max-width: 999px) {

	#header {
		margin: 0 0 20px 0;
	}

	#header h1 {
		font-size: 25px;
		line-height:25px;
		display: none;

	}

	#body.mainpage #header h1 { display: block; }

	#header h2 {
		font-size: 17px;
		line-height: 23px;

	}


	#body.mainpage #header .col, #header .col  {
		width: 100%;
		height: auto;
		float: none;
	}


	#logo {
		float: none;
		margin: 10px auto;
		width: 100px;
		height: 79px;
	}

	#slogan {
		margin: 20px 50px;
	}


	#search { margin-right: 15px; }

	#search:after {
		content: "";
		display: block;
		clear: both;
	}

	#search form {
		float: right;
	}

	#header .colright {
		display: none;
	}

	#nav_icon { display: block; }



}

@media all and (max-width: 767px) {

	#header h1 {
		font-size: 25px;
		line-height:25px;
		display: none;

	}

	#body.mainpage #header h1 { display: block; }

	#header h2 {
		font-size: 17px;
		line-height: 23px;

	}

	#body.mainpage #header .col, #header .col  {
		width: 100%;
		height: auto;
		float: none;
	}

	#logo {
		float: none;
		margin: 10px auto;
		width: 100px;
		height: 79px;
	}

	#slogan {
		margin: 20px 5vw;
	}

	#search {
		margin: 20px 5vw;
	}



	#header .colright {
		display: none;
	}

	#nav_icon { display: block; }

}