/*

font-family: 'Oswald', sans-serif; // 400,300,700
font-family: 'Open Sans Condensed', sans-serif; // 300,700,300italic

 */

 /* @group Clear Stylesheet */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; background-image:none; }
body { line-height:1; color:black; background:white; text-align:left; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }

/* @end */



/* @group Global */

body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
	background: white url(../img/design/bg.jpg) repeat left top;
}

a { text-decoration: none; }

.clear { clear: both; }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

h1, h2, h3, h4, h5 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 0.5em;
}

	h1 { font-size: 200%; }
	h2 { font-size: 120%; }
	h3 { font-size: 110%; }
	h4, h5 { font-size: 100%; }

p {
	margin-bottom: 1em;
}

.content {
	line-height: 1.3;
	margin-bottom: 3em;
}

/* @end */

#menu-main-wrapper, #main, #footer {
	width: 100%;
	max-width: 1020px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

#menu-main-wrapper {
	position: relative;
	margin: 0 auto;
}

#header {
	height: 104px;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
	background: url(../img/design/bg-head.png) repeat-x center bottom;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

	#header .logo a {
		position: absolute;
		left: 20px;
		top: 10px;
		width: 0;
		overflow: hidden;
		height: 70px;
		padding: 0 0 0 123px;
		margin: 0;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.logo-01 .logo a {background-image: url(../img/design/logo/logo1.png);}
	.logo-02 .logo a {background-image: url(../img/design/logo/logo2.png);}
	.logo-03 .logo a {background-image: url(../img/design/logo/logo3.png);}
	.logo-04 .logo a {background-image: url(../img/design/logo/logo4.png);}
	.logo-05 .logo a {background-image: url(../img/design/logo/logo5.png);}

	#menu-main {
		text-align: right;
		height: 100px;
	}

		#menu-main li {
			display: inline-block;
		}

			#menu-main li a {
				display: inline-block;
				padding: 10px;
				margin: 60px 5px 0;
				color: #666;
				font-size: 14px;
			}

				#menu-main li a:hover, #menu-main li.current-menu-item a {
					color: #000;
				}

#main {
	padding-top: 50px;
	padding-bottom: 50px;
}

	#main img {
		max-width: 100%;
		height: auto;
	}

#footer {
	text-align: right;
	padding: 20px;
	clear: both;
}

	.cookies-not-set #footer {
		padding-bottom: 80px;
	}

	#footer a {
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		font-size: 10px;
		color: #666;
		margin-left: 10px;
	}

	#footer li {
		display: inline;
	}

#startseite {
	position: relative;
	overflow: hidden;
	height: 760px;
	width: 100%;
}

	#startseite .container {
		position: absolute;
		width: 1400px;
		height: 760px;
		left: 50%;
		top: 50%;
		margin-left: -700px;
		margin-top: -380px;
	}

		#startseite .container img, #startseite .container canvas {
			position: absolute;
			top: 0;
			left: 0;
		}

	#startseite .pattern {
		display: block;
	}

	#startseite .pattern.hidden {
		display: none;
	}

.home #footer {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	background: transparent;
	padding: 0;
}

	.home.cookies-not-set #footer {
		bottom: 60px;
	}

.wpcf7 {
	display: block;
	float: left;
	margin-right: 40px !important;
}

	.wpcf7 input, .wpcf7 textarea {
		padding: 5px;
		font-size: 24px;
		font-family: 'Open Sans Condensed', sans-serif;
		color: #000;
		background: white;
		border: 1px solid #ddd;
		max-width: 100%;
		border-radius: 3px;
		box-sizing: border-box;
	}

	.wpcf7 .wpcf7-submit {
		border-radius: 5px;
		cursor: pointer;
		background: #333;
		color: #fff;
		padding: 5px 20px;
	}

		.wpcf7 .wpcf7-submit:hover {
			background: #000;
		}

	span.wpcf7-list-item {
		margin-left: 0 !important;
	}

	@media( max-width: 900px ) {
		.wpcf7 {
			float: none;
			margin-right: 0 !important;
		}
	}

@media (min-width: 1300px) {
	#header {
		height: 124px;
	}

	#header .logo a {
		height: 90px;
		padding-left: 158px;
		top: 10px;
	}

	#menu-main li a {
		margin-top: 80px;
	}
}

.navigation {
	text-align: center;
}

#cookie-notice {

}

	#cookie-notice .button {
		background: #fff;
		color: #000;
		text-decoration: none;
		display: inline-block;
		padding: 2px 10px;
	}
