@charset "UTF-8";

/* Standard-Styles für ältere Browser (ausser IE)
*******************************************************************************/
command, datalist, source {
	display: none;
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
figure, menu {
	margin-top: 1em;
	margin-bottom: 1em;
}
dl menu, menu dl, menu menu, menu ol, menu ul {
	margin-bottom: 0;
	margin-top: 0;
}


/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

html, body {
	height: 100%;
}

body {
	margin: 0 50px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #111;
	background: #fff;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

h1 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3em;
	text-transform: uppercase;
}

.home h1 {
	font-size: 40px;
	font-weight: 200;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 25px;
}

h3 {
	color: #111;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

a:link, a:visited {
	text-decoration: none;
	color: #111;
}

a:hover, a:active {
	text-decoration: none;
	color: #111;
}

img {
	border: none;
}

.clear {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}


td {
	vertical-align: top;
	text-align: left;
}

.trennerGross {
	width: 100%;
	height: 28px;
	margin-top: 20px;
	background: url(/_images/linieGross.png) repeat-x;
}

.trennerKlein {
	width: 100%;
	height: 18px;
	margin-top: 10px;
	background: url(/_images/linieKlein.png) repeat-x;
	clear:both;
}


/* Konstrukt
*******************************************************************************/

#wrap {
	position: relative;
	max-width: 1332px;
	margin: 0 auto;
	min-height: 100%;
	background: #d9dada;
}

.container {
	width: 100%;
	padding: 0 66px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row {
	margin-left: -33px;
	margin-right: -33px;
}

.desktop {
	display: inherit;
}
.mobile {
	display: none;
}


/* Header
*******************************************************************************/

#header {
	position: relative;
	width: 100%;
	height: 58px;
	padding-top: 50px;
	background: #fff;
}

#logo {
	position: absolute;
	left: 66px;
	text-transform: uppercase;
	top: 39px;
}

#logo span {
	padding-left: 8px;
	padding-bottom: 5px;
}

#logo img {
	margin-bottom: -1px;
}

.desktopLogo {
	display: inherit;
}
.mobileLogo {
	display: none;
}


/* Hauptnavigation
*******************************************************************************/

#navigation {
	float: right;
	margin: 16px 61px 0 0;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation a {
	display: block;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 15px;
}


/* Mobilenavigation */
#menu {
	display: none;
	position: absolute;
	top: -34px;
	right: -7px;
	width: 19px;
	height: 15px;
	background: url(/_images/bg_menu.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#mobilenav {
	margin: 48px 0 0 0;
	position: relative;
	z-index: 1000;
}

#mobilenav ul {
	list-style: none;
	margin-top: 15px;
	border-bottom: #999 1px solid;
}

#mobilenav a {
	display: block;
	padding: 10px 17px;
	text-transform: uppercase;
	font-size: 15px;
	width: 100%;
	border-top: #999 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#nav {
	background: #fff;
}



/* Content
*******************************************************************************/

.thumbnail {
	position: relative;
	float: left;
	width: 25%;
	padding: 10px 33px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.thumbBild img {
	position: relative;
	width: 100%;
	height: auto;
}

.thumbText {
	position: relative;
	text-transform: uppercase;
}


/* Slider */

#slider {
	position: relative;
	margin: 65px 66px 25px 66px;
}

#slider img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 526px;
	margin: 0 auto;
}

#slider li {
	background: #d9dada;
	text-align: center;
}

#prev {
	position: absolute;
	top: 50%;
	left: -22px;
	height: 45px;
	width: 45px;
	margin-top: -22px;
	background: url(/_images/back.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
}

#next {
	position: absolute;
	top: 50%;
	right: -22px;
	height: 45px;
	width: 45px;
	margin-top: -22px;
	background: url(/_images/next.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
}



.content ul {
	margin-left: 17px;
}



/* Mediaqueries iPad querformat
*******************************************************************************/

@media only screen and (max-width: 1100px){
	.thumbnail {
		width: 33%;
		padding: 10px 33px;
	}
	#logo {
		top: 49px;
	}
	#logo img {
		width: 250px;
		height: auto;
	}
	
	.desktop {
		display: inherit;
	}
	.mobile {
		display: none;
	}
	.desktopLogo {
		display: inherit;
	}
	.home h1 {
		font-size: 35px;
	}
}

/* Mediaqueries kleiner iPad hochformat
*******************************************************************************/

@media only screen and (max-width: 1000px){
	body {
		margin: 0 25px;
	}
	.container {
		width: 100%;
		padding: 0 34px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row {
		margin-left: -17px;
		margin-right: -17px;
	}
	#logo {
		left: 34px;
	}
	#navigation {
		margin: 16px 29px 0 0;
	}
	.thumbnail {
		width: 33%;
		padding: 10px 17px;
	}
	#logo img {
		width: 250px;
		height: auto;
		/*margin-top: 10px;*/
	}
	
	.desktop {
		display: inherit;
	}
	.mobile {
		display: none;
	}
	.desktopLogo {
		display: none;
	}
	
    #mobile-header {
        display: block;
		width: 37px;
		height: 30px;
		background: url(/_images/menubutton.png) no-repeat;
    }
	#mobile-header a {
		display: block;
		width: 37px;
		height: 30px;
		text-indent: -9999px;
		overflow: hidden;
	}
	#mobile-header-text {
		display: inherit;
	}
	#mobile-logo {
		display: inherit;
	}
	#slider {
		position: relative;
		margin: 65px 32px 25px 32px;
	}
	.home h1 {
		font-size: 30px;
	}
	
}


@media only screen and (max-width: 800px){
	.thumbnail {
		width: 50%;
		padding: 10px 17px;
	}
	.home h1 {
		font-size: 25px;
	}
}




/* Mediaqueries iPhone
*******************************************************************************/
@media only screen and (max-width: 650px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inherit;
	}
	.container {
		padding: 0 17px;
	}
	.thumbnail {
		width: 100%;
		padding: 10px 17px;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	#header {
		height: 48px;
		padding-top: 15px;
	}
	#logo {
		left: 0;
		top: 14px;
	}
	#logo img {
		width: 200px;
		height: auto;
		margin-top: 3px;
	}
	.desktopLogo {
		display: none;
	}
	.mobileLogo {
		display: inherit;
	}
	
	#menu {
		width: 1.4em;
		display: block;
		font-size: 1.35em;
		text-align: center;
	}
	#nav.js {
		display: none;
	}
	#menu ul {
		width:100%;
		list-style:none;
	}
	#menu li {
		width:100%;
		border-right:none;
	}
	
	#slider {
		position: relative;
		margin: 35px 17px 25px 17px;
	}
	#slider img {
		max-height: 226px !important;
	}
	.home h1 {
		font-size: 15px;
	}
	
}

@media only screen and (max-width: 560px) {
	
}

@media only screen and (max-width: 480px) {
	
}


/* Admin WebEdition
*******************************************************************************/

.admin {
	color: #006699;
	font-weight: bold;
}

div.admin {
	background: #f3f7ff;
	color: #000;
	width: 95%;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px #333;
	-moz-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #333;
}

.admin td {
	/*vertical-align: text-bottom;
	text-align: left;*/
}
