@font-face {
	font-family: 'ObjektivMk1-Bold';
	src: url('fonts/ObjektivMk1-Bold/ObjektivMk1-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ObjektivMk1-Bold/ObjektivMk1-Bold.otf')  format('opentype'),
	url('fonts/ObjektivMk1-Bold/ObjektivMk1-Bold.woff') format('woff'), url('fonts/ObjektivMk1-Bold/ObjektivMk1-Bold.ttf')  format('truetype'), url('fonts/ObjektivMk1-Bold/ObjektivMk1-Bold.svg#ObjektivMk1-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
	font-family: 'ObjektivMk1-Bold';
	font-size:14px;
	border:0px;
	border-collapse:collapse;
	webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust:none;
    outline: 0;
}

html,body {
	padding:0px;
	margin:0 auto;
	height:100%;
	max-width: 1400px;
	/*background-color: #FFF;*/
}

body {
	background-image: none;
	background-size: 100%;
	background-repeat: no-repeat;
  background-attachment: fixed;
	background-position: top right;
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	height: calc(100% - 80px);
}

input[type=text],
input[type=password],
input[type=email],
textarea,
button,
input[type=button],
input[type=submit] {
	border-radius: 0px;
	-webkit-appearance: none;
}

#bg {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1400px;
	height: 100%;
	z-index: -50;
}

#bg1,
#bg2,
#bg3,
#bg4 {
	position: absolute;
	width: 100%;
	background-size: 1400px;
	background-repeat: repeat;
	display: none;
	z-index: -1;
	top:0px;
	left: 0px;
	will-change: opacity;
}

#bg1 {
	background-image: url(../img/redbg.png);
}

#bg2 {
	background-image: url(../img/greenbg.png);
}

#bg3 {
	background-image: url(../img/bluebg.png);
}

#bg4 {
	background-image: url(../img/yellowbg.png);
}

#logo {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -276px;
	margin-left: -278px;
	width: 552px;
	opacity: 0;
	z-index: 102;
	
	/*transition: all 600 linear;
	transition: all 0.25s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	
	-webkit-transition: all 600 linear;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0s;*/
}

#startlogo {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -276px;
	margin-left: -278px;
	width: 552px;
	opacity: 0;
	z-index: 1;
}

#logo.normal {
	left:20px;
	top:20px;
	width:160px;
	margin-left:0px;
	margin-top:0px;
	display: block;
	opacity: 1;
	
	/*transition: all 1s ease-in-out 0s;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	
	-webkit-transition: all 1s ease-in-out 0s;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0s;*/
}

#startlayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 1000;
}

#init-animation {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

	#init-animation > img#animlogo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%);
		width: 310px;
		z-index: 150;
	}

	#init-animation div {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -1040px;
		margin-top: -1040px;
		width: 2080px;
		height: 2080px;
		text-align: center;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		opacity: 0;
	}

		#init-animation div img {
			height: 100%;
		}

	#init-animation div:nth-child(2) {
		-ms-transform: rotate(10deg);
	    -webkit-transform: rotate(10deg);
	    transform: rotate(10deg);
	    z-index: 2;
	}

	#init-animation div:nth-child(3) {
		-ms-transform: rotate(-80deg);
	    -webkit-transform: rotate(-80deg);
	    transform: rotate(-80deg);
	}

	#init-animation div:nth-child(4) {
		-ms-transform: rotate(-100deg);
	    -webkit-transform: rotate(-100deg);
	    transform: rotate(-100deg);
	}

	#init-animation div:nth-child(1) {
		-ms-transform: rotate(-10deg);
	    -webkit-transform: rotate(-10deg);
	    transform: rotate(-10deg);
	}

	#init-animation > img#animlogo {
		z-index: 100;
	}

nav {
	position: fixed; 
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	background-color: #FFF;
	z-index: 101;
}

	#navbutton, #closenav{
		display: none;
		height: 20px;
		position: fixed;
		top: 35px;
		right: 8px;
		z-index: 102;
	}

	#closenav{
		height: 25px;
		top: 32px;
		right: 15px;
	}

	#menu{
		position: fixed;
		top: 10px;
		right: 8px;
		z-index: 102;
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
		display: none;
	}

	nav ul:first-of-type {
		padding:0px;
		margin: 0px;
		list-style: none;
		padding-top: 200px;
	}

		nav ul:first-of-type li {
			width: calc(100% - 120px);
			padding: 60px 60px;
			text-align: center;
			cursor: pointer;
		}

		nav ul li:hover,
		nav ul li.active {
			background-color: #f8f8f7;
		}

			nav ul:first-of-type a {
				color: #000;
				text-align: center;
				text-decoration: none;
				font-weight: 600;;
				font-size: 20px;
				font-family: 'Hind';
				line-height: 20px;
			}

			nav ul:first-of-type li p {
				color: #000;
				text-align: center;
				text-decoration: none;
				font-weight: 600;;
				font-size: 20px;
				font-family: 'Hind';
				line-height: 20px;
			}

	nav ul:last-of-type {
		position: absolute;
		padding: 0px;
		margin: 0px;
		list-style: none;
		text-align: center;
		bottom:20px;
		width: 200px;
	}

		nav ul:last-of-type li {
			padding:10px 0px;
		}

		nav ul:last-of-type a {
			text-decoration: none;
			color:#000;
			font-weight: bold;
		}


		nav ul:last-of-type li p {
			text-decoration: none;
			color:#000;
			font-weight: bold;
		}

#mobilenav {
	display: none;
	cursor: pointer;
}

main {
	width: calc(100% - 200px);
	margin-left: 200px;
	height: 100%;
	display:block;
}

.flexslider {
	height: 100%;
	position: relative;
}

	.flexslider ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		background-color: #fff;
	}

	.flexpadding {
		padding:0px 30px;
		height: 80%;
		margin-bottom: 120px;
	}

	.flexslider ul.slides {
		position: absolute;
		padding: 0px;
		margin: 0px;
		list-style: none;
		height: 75%;
		width: 100%;
		top:5%;
	}

		.flexpadding ul.slides {
			top: 0px;
			height: 100%;
		}

		.flexpadding ul.slides {
			width: calc(100% - 60px);
		}

		.flexslider ul.slides li {
			position: absolute;
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
			height: 100%;
			width: 100%;
		}

			.flexslider ul.slides li:before {
				content: '' !important;
			}

			.flexslider ul.slides li img {
				display: none;
			}

			.flexslider ul.slides li > aside {
				position: absolute;
				bottom:0px;
				background-color: #f7f7f7;
				width: calc(100% - 40px);
				padding:20px;
				font-family: 'Rasa';
			}

				.flexslider ul.slides li > aside p {
					font-family: 'Rasa';
					font-size: 26px;
					line-height: 32px;
					padding:0px;
					margin: 0px;
				}

				.flex-nav-prev a {
					position: absolute;
					z-index: 100;
					width: 40px;
					height: 40px;
					font-size: 1px;
					color: transparent;
					background-image: url(../img/prev.png);
					background-size: cover;
					background-repeat: no-repeat;
					top:50%;
					transform:translateY(-50%);
				}

				.flexslider .flex-nav-next a {
					position: absolute;
					z-index: 100;
					width: 40px;
					height: 40px;
					font-size: 1px;
					color: transparent;
					background-image: url(../img/next.png);
					background-size: cover;
					background-repeat: no-repeat;
					top:50%;
					right: 0px;
					transform:translateY(-50%);
				}

				.flexpadding .flex-nav-next a {
					right: 30px;
				}

	main article h1 {
		margin: 30px;
		background-color: #FFF;
		font-size: 44px;
		padding:25px 40px;
		line-height: 64px;
		margin-bottom: 120px;
		font-weight: normal;
	}

		main article.simple h1 {
			background-color: #f7f7f7;
		}

		main article h1 span {
			line-height: 55px;
			font-size: 44px;
		}

	main article:first-of-type h3 {
		width: auto;
		background-color: #f7f7f7;
		padding:20px;
		font-family: 'Rasa';
		font-size: 24px;
		line-height: 32px;
		max-width: 480px;
		margin:50px auto;
		transform:translateX(-200px);
		font-weight: normal;
	}

		main article:first-of-type h3:nth-child(odd) {
			transform:translateX(200px);
		}

		main article table {
			width: 100%;
			table-layout: fixed;
			margin: 100px 0px;
			margin-bottom: 40px;
		}

			main article table.special-table td {
				vertical-align: middle;
				padding:20px 25px;
				background-color: #efefef;
				font-size: 25px;
				font-weight: normal;
				border-bottom: 10px solid #FFF;
			}

			main article table.special-table tr:first-of-type {
				border-top: 10px solid #FFF;
			}

			main article table.special-table tr:first-of-type td:first-of-type {
				border-right: 10px solid #FFF;
				text-align: center;
				font-size: 36px;
			}

		main article > img {
			display: block;
			margin: 0px auto;
			width: calc(100% - 80px);
			max-width: 1000px;
			margin-bottom: 120px;
		}

		main article ul,
		main p,
		main h2,
		main article > aside,
		main footer {
			padding:30px 40px;
			background-color: #f8f8f7;
			margin: 100px 30px;
			margin-top: -120px;
			list-style: none;
		}

			main p {
				font-family: 'Rasa';
				font-size: 24px;
				line-height: 30px;
			}

			main footer {
				background-color: #c1bcbc;
				font-family: 'Rasa';
				font-size: 24px;
				line-height: 30px;
				color: #FFF;
			}

			main footer:first-of-type {
				margin-top: -120px;
			}

				main footer.removeFormat {
					margin-top: 0px;
				}

				main footer span {
					background-color: #c1bcbc;
					font-family: 'Rasa';
					font-size: 24px;
					line-height: 30px;
					color: #000;
				}

				main footer * {
					font-family: 'Rasa';
					color: #FFF;
					font-size: 24px;
					line-height: 30px;
					text-decoration: none;
				}
				
				main footer a:hover {
					color: #000;	
				}

			main p * {
				font-family: 'Rasa';
				font-size: 24px;
				line-height: 30px;
			}

			main p a {
				color: #000;
				text-decoration: underline;
			}

			main p a:hover {
				color: #000;
				text-decoration: none;
			}

			main p b,
			main p strong {
				font-weight: 500;
			}

			main h2 {
				font-size: 20px;
				line-height: 28px;
				margin-bottom: 85px;
				font-weight: bold;
				padding:20px 40px 5px;
			}

			main h2:first-of-type {
				padding-top: 30px;
			}

			main h2.single {
				padding-bottom: 30px;
			}

			main article ul li {
				padding-left: 25px;
				font-family: 'Rasa';
				font-size: 24px;
				line-height: 32px;
			}

			main article ul li::before {
			    content: "− ";
			    counter-increment: item;
			    display: block;
			    position: relative;
			    max-width: 0;
			    max-height: 0;
			    left: -20px;
			    top: 0;
			    color: #000;
			}

			main article p a.button,
			main article center a.button,
			main article p a.buttona,
			main article center a.buttona {
				display: inline-block;
				margin: 0px auto;
				background-color: #000;
				padding:10px 15px;
				text-decoration: none;
				color: #FFF;
				font-weight: 600;
				font-size: 18px;
				margin: 0px auto;
				font-family: 'Hind';
			}

			main article p a.button {
				margin: 20px;
			}
			
			a.button:hover {
				color: #000;
				background-color: #c1bcbc;	
			}

			main article center {
				text-align: center;
				margin-bottom: 100px;
				padding:30px 0px;
			}

			main article > aside {
				background-color: #c1bcbc;
				margin-top: -20px;
				display: block;
				color: #FFF;
				font-size: 26px;
				line-height: 32px;
				font-family: 'Rasa';
				font-weight: 300;
				max-width: 300px;
				margin-left:auto;
				margin-right: 80px;
			}

				main article > aside a {
					color: #FFF;
					font-size: 28px;
					line-height: 32px;
					font-family: 'Rasa';
					font-weight: 300;
					text-decoration: none;
				}
				
				main article > aside a:hover {
					color:#000;	
				}

main article.addin {
	margin-bottom: 80px;
}

main article.addin table {
	margin:0px;
	background-color: #f8f8f7;
	table-layout: fixed;
	border:30px solid #f8f8f7;
}

	main article.addin table td {
		vertical-align: top;
		padding:0px;
		background-color: transparent;
		font-size: 25px;
		font-weight: bold;
		border: 0px;
		text-align: left;
		padding-right: 2px;
		position: relative;
	}

	main article.addin table td:nth-child(1) {
		z-index: 20;
	}

	main article.addin table td:nth-child(2) {
		z-index: 19;
	}
	main article.addin table td:nth-child(3) {
		z-index: 18;
	}
	main article.addin table td:nth-child(4) {
		z-index: 17;
	}
	main article.addin table td:nth-child(5) {
		z-index: 16;
	}

	main article.addin table.accordion td {
		z-index: 10;
	}
		main article.addin table td p {
			padding:0px;
			margin: 0px;
			font-family:'Hind'; 
			font-size: 18px;
			margin-bottom: 10px;
		}

		main article.addin table td input[type=text] {
			width: calc(100% - 40px);
			height: 30px;
			padding:0px;
			vertical-align: top;
			font-size: 14px;
			padding:0px 5px;
		}

		main article.addin table td input[type=submit] {
			font-size: 1px;
			color: transparent;
			width: 30px;
			height: 30px;
			padding:0px;
			vertical-align: top;
			background-color: #000;
			background-image: url(../img/find.png);
			background-size: cover;
		}

	main article.addin table tr:first-of-type td:first-of-type {
		border: 0px;
		text-align: left;
	}

	main article.addin table tr:last-of-type td {
		border: 0px;
	}

main #nav-arr {
	width: 40px;
	height: 40px;
	position: fixed;
	display: none;
	bottom: 0px;
	left: 50%;
	background-color: #000;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1000;
}

	img#arr-up {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 30px;
	}



.errorborder{
	border: 1px solid red !important;
}

.dropdown {
	position: relative;
	padding:0px;
	margin: 0px;
	height: 0px;
	width: 100%;
	background-color: #FFF;
	list-style: none;
	padding-top: 30px;
	background-image: url(../img/dropdown.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 30px;
}

	.dropdown li {
		padding:0px 5px;
		margin: 0px;
		font-size: 14px;
		font-family: 'Hind';
		font-weight: normal;
		background-color: #FFF;
		display: none;
	}

		.dropdown li:hover {
			background-color: #f8f8f7;
			cursor: pointer;
		}

	.dropdown li.active {
		position: absolute;
		top: 0px;
		width: calc(100% - 10px);
		background-color: transparent;
		display: block;
	}

		.dropdown li.active:hover {
			background-color: transparent;
		}

	.dropdown li:before {
		content:"";
	}

.table-mobile {
	display: none;
}

.table-desktop {
	width: 100%;
	height: auto;
}

main article table.accordion {
	padding:0px;
	margin: 0px;
	margin-top: -40px;
	table-layout: auto;
}

	main article table.accordion tr {
		background-color: #FFF;
		border-bottom: 1px solid #f8f8f7;
	}
		main article table.accordion tr.even {
			cursor: pointer;
		}

		main article table.accordion td,
		main article table.accordion tr:first-of-type td:first-of-type {
			padding:5px 8px;
			margin: 0px;
			font-size: 14px;
			background-color: transparent;
		}

		main article table.accordion tr td:last-of-type {
			background-image: url(../img/accordion.png);
			background-size: 18px;
			background-position: calc(100% - 6px) 50%;
			background-repeat: no-repeat;
		}

		main article table.accordion tr.activea td:last-of-type {
			background-image: url(../img/accordions.png);
		}

		main article table.accordion > tr.activea,
		main article table.accordion > tbody > tr.activea {
			background-color: #dbdbdb;
		}

		main article table.accordion > tbody > tr:nth-child(even),
		main article table.accordion > tr:nth-child(even) {
			background-color: transparent;
			border-bottom: 10px solid #f8f8f7;
		}

		main article table.accordion > tr:nth-child(even) td:last-of-type,
		main article table.accordion > tbody > tr:nth-child(even) td:last-of-type {
			background-image: url();
		}

		main article table.accordion > tr.even td:nth-child(2),
		main article table.accordion > tbody > tr.even td:nth-child(2) {
			width: 200px;
		}

		main article table.accordion > tr.even td:nth-child(3),
		main article table.accordion > tbody > tr.even td:nth-child(3) {
			width: 100px;
		}

		main article table.accordion > tbody > tr:nth-child(even) td,
		main article table.accordion > tr:nth-child(even) td {
			padding:0px;
			margin: 0px;
		}

		main article table.accordion > tr:nth-child(even) td table,
		main article table.accordion > tbody > tr:nth-child(even) td table {
			background-color: transparent;
			margin: 0px;
			padding: 0px;
			border:0px;
		}

			main article table.accordion > tr:nth-child(even) td table tr,
			main article table.accordion > tbody > tr:nth-child(even) td table tr {
				background-color: transparent;
			}

			main article table.accordion > tr:nth-child(even) td table tr td,
			main article table.accordion > tbody > tr:nth-child(even) td table tr td {
				font-family: 'Rasa';
				font-size: 14px;
				font-weight: normal;
			}

			main article table.accordion > tr:nth-child(even) td table tr td b:last-of-type,
			main article table.accordion > tbody > tr:nth-child(even) td table tr td b:last-of-type {
				padding-bottom: 0px;
			}

			main article table.accordion > tr:nth-child(even) td table tr td b,
			main article table.accordion > tbody > tr:nth-child(even) td table tr td b {
				font-family: 'Hind';
				font-size: 14px;
				font-weight: 600;
				display: inline-block;
				padding-bottom: 10px;
			}

			main article table.accordion > tr:nth-child(even) td table tr td ul,
			main article table.accordion > tbody > tr:nth-child(even) td table tr td ul {
				position: static;
				top:auto;
				left: auto;
				padding:0px;
				margin: 0px;
			}

				main article table.accordion > tr:nth-child(even) td table tr td ul li,
				main article table.accordion > tbody > tr:nth-child(even) td table tr td ul li {
					font-family: 'Rasa';
					font-size: 14px;
					line-height: 20px;
					font-weight: normal;
					padding:0px;
					padding-left: 15px;
					margin:0px;
				}

				td.desc p {
				    background-color: #FFF !important;
				    padding: 10px 15px !important;
					font-size: 18px !important;
					line-height: 22px !important;
					font-family: 'Rasa' !important;
				}

				td.desc a {
					font-size: 18px !important;
				}

				main article table.accordion > tr:nth-child(even) td table tr td ul li:before,
				main article table.accordion > tbody > tr:nth-child(even) td table tr td ul li:before {
					content:"✔";
					left:-15px;
				}

			main article table.accordion > tr:nth-child(even) td table tr td iframe,
			main article table.accordion > tbody > tr:nth-child(even) td table tr td iframe {
				width: calc(100% - 10px);
				margin-left: 10px;
				margin-bottom: -6px;
			}

			main article table.accordion > tr:nth-child(even) td table tr td.desc,
			main article table.accordion > tbody > tr:nth-child(even) td table tr td.desc {
				background-color: #FFF;
				padding:10px 15px;
				font-size: 18px;
				line-height: 22px;
				font-family: 'Rasa';
			}

			main article table.accordion > tr:nth-child(even) td table tr td.target ul,
			main article table.accordion > tbody > tr:nth-child(even) td table tr td.target ul {
				padding:0px;
				margin: 0px;
			}

				main article table.accordion > tr:nth-child(even) td table tr td.target ul li,
				main article table.accordion > tbody > tr:nth-child(even) td table tr td.target ul li {
					list-style: none;
					padding:0px;
					margin: 0px;
					background-color: #dbdbdb;
					padding:15px 5px;
					font-size: 14px;
					line-height: 20px;
					vertical-align: middle;
					margin-bottom: 3px;
				}

					main article table.accordion > tr:nth-child(even) td table tr td.target ul li:last-of-type,
					main article table.accordion > tbody > tr:nth-child(even) td table tr td.target ul li:last-of-type {
						margin-bottom: 10px;
					}

					main article table.accordion > tr:nth-child(even) td table tr td.target ul li b,
					main article table.accordion > tbody > tr:nth-child(even) td table tr td.target ul li b {
						font-size: 14px;
						line-height: 20px;
						padding:0px;
						font-family: 'Rasa';
					}

					main article table.accordion > tr:nth-child(even) td table tr td.target ul li:before,
					main article table.accordion > tbody > tr:nth-child(even) td table tr td.target ul li:before,
					main article table.accordion > tr:nth-child(even) td table tr td .flexslider ul li:before,
					main article table.accordion > tbody > tr:nth-child(even) td table tr td .flexslider ul li:before {
						content:'';
					}

					main article table.accordion .flexslider,
					main article table.accordion .flexpadding {
						height: 600px;
						padding:0px !important;
						margin: 0px;
						margin-top: 10px;
					}

					main article table.accordion .flexslider ul.slides {
						width: calc(100% - 14px);
					}

					main article table.accordion .flexslider .flex-nav-prev a {
						left: 0px;
					}

					main article table.accordion .flexslider .flex-nav-next a {
						right: 0px;
					}

					.content {
						min-width: 40%;
					}
					
					.content a {
						color: #000;
						text-decoration: none;
						font-family: 'Rasa';
					}
					
					.content a:hover {
						text-decoration: underline;	
					}

					/*-.-.-.-.-.-.-KONTAKT-.-.-.-.-.-.-.-*/

					#thx{
						display: none;

						position: absolute;
						top: 50%;
						left: 50%;
						-webkit-transform: translateX(-50%)translateY(-50%);
						-moz-transform: translateX(-50%)translateY(-50%);
						-ms-transform: translateX(-50%)translateY(-50%);
						-o-transform: translateX(-50%)translateY(-50%);
						transform: translateX(-50%)translateY(-50%);
					}

					#thx p{
						padding: 50px 50px;
					}

					main article #contactform{
						margin: 0px 30px;
						padding: 30px 40px;
						background-color: #f8f8f7;
						margin-top: -145px;
						list-style: none;
					}

					main article #contactform table{
						margin: 0px auto;
						padding: 0px;
						max-width: 600px;
					}

					main article #contactform table tr{
						margin: 0px;
						padding: 0px;
					}

					main article #contactform table tr td{
						margin: 0px;
						padding: 0px 0px 10px 0px;
						text-align: left;
						border: none;
						background-color: #f8f8f7;
						vertical-align: top;
						display: inline-block;
						min-width: 200px;
						font-size: 16px;
						font-weight: 500;
					}

					main article #contactform table tr td input{
						width: 320px;
						height: 30px;
						padding:0px 15px;
					}

					main article #contactform table tr td p{
						margin: 0px;
						padding: 0px;
						vertical-align: top;
						font-family: 'Hind';
					}

					main article #contactform table tr td textarea{
						width: 320px;
						resize: none;
						height: 214px;
						padding: 15px;
						margin: 0px;
					}
					
					main article #contactform #recaptcha-td {
						height: 78px;
					}

					main article #contactform .g-recaptcha {
						padding-left: 25px;
					}					

					main article #contactform table tr .submit{
						text-align: center;
						width: 355px;
					}

					main article #contactform table tr .submit input{
						width: 100px;
						height: 50px;
						background-color: #000;
						color: #FFF;
						padding: 0px;
						font-weight: bold;
						font-size: 16px;
					}

					main article img#contact-back {
						width: 25px;
						position: absolute;
						margin: 0;
				    top: 15px;
				    right: 50px;
				    cursor: pointer;
					}

@media only screen and (max-height : 960px) {
	nav ul:first-of-type li {
		width: calc(100% - 120px);
		padding: 40px 60px;
		text-align: center;
		cursor: pointer;
	}
}

@media only screen and (max-height : 860px) {
	nav ul:first-of-type li {
		width: calc(100% - 120px);
		padding: 10px 60px;
		text-align: center;
		cursor: pointer;
	}
}

@media only screen and (max-width : 1200px) {
	main article:first-of-type h3 {
		transform:translateX(-80px);
	}

		main article:first-of-type h3:nth-child(odd) {
			transform:translateX(80px);
		}
}

@media only screen and (max-width : 1600px) {
	
	body{
		position: static;
	}

	#logo{
		position: fixed;
	}

	nav{
		position: fixed;
	}

	main article img#contact-back {
		width: 25px;
		position: absolute;
		margin: 0;
    top: 40px;
    right: 50px;
    cursor: pointer;
	}

}

@media only screen and (max-width : 1000px), screen and (max-height: 660px) {

	.brt{
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
		width: 100%;
	}

	.content{
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
		display: block;	
	}

	.zweiframe{
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
		display: block;
		height: 250px;
	}

	.zweiframe iframe{
		height: 250px !important;
		margin: 0px !important;
		width: 100% !important;
	}

}


@media only screen and (max-width : 960px), screen and (max-height: 660px) {
	main article:first-of-type h1:first-of-type {
		margin-top: 80px;
	}
	
	
	main article:first-of-type h3 {
		max-width: calc(100% - 100px);
		margin-bottom: 120px;
	}
	
	.flexpadding {
		height: 480px;	
	}

	main article.addin table tr:last-of-type td {
		display: block;
	}
	
	main article:first-of-type h3 {
		transform:translateX(0px);
	}

		main article:first-of-type h3:nth-child(odd) {
			transform:translateX(0px);
		}

	main article img#contact-back {
		top: 100px;
	}

	main table.accordion tr.even td:nth-child(2) {
		font-size: 0px;
		color: transparent;
	}

	main table.accordion > tbody > tr.even > td {
		display: inline-block;
	}
	
	main table.accordion > tbody > tr.even > td:nth-child(1) {
		width: calc(100% - 120px) !important;
	}

	main table.accordion > tbody > tr.even > td:nth-child(2) {
		width: 10px !important;
	}

	main table.accordion > tbody > tr.even > td:nth-child(3) {
		width: 50px !important;
	}
}

@media only screen and (max-width : 740px), screen and (max-height: 660px) {
	
	body {
		background-image: url(../img/bg.jpg);
		background-size: 100%;
		background-repeat: repeat-y;
	  background-attachment: fixed;
		background-position: top right;
	}

	.flexslider .flex-nav-prev a, .flexslider .flex-nav-next a {
		/*top: 30%;*/
		display: none;
	}

	#bg {
		display: none;
	}


	#bg1,
	#bg2,
	#bg3,
	#bg4 {
		background-size: 700px;
	}	
	
	#startlogo {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -180px;
		margin-left: -180px;
		width: 350px;
		opacity: 0;
		z-index: 102;
	}
	nav{
		width: 100%;
		height: 70px;
		min-height: 0px;
	}
		.nav-open {
			height: 100%;
		}

	nav ul{
		display: none;
	}

	#menu{
		display: block;
	}

	#mobilenav {
		display: block;
	}

	#navbutton{
		display: block;
	}

	#closenav{
		display: none;
	}

	#logo.normal{
		left: 2px;
		top: 2px !important;
		width: 66px !important;
	}

	nav ul:first-of-type {
		padding: 0px;
		margin: 0px;
		list-style: none;
		padding-top: 70px;
		background-color: #FFF;
	}

	nav ul:first-of-type li {
		width: calc(100% - 120px);
		padding: 15px 60px;
		text-align: center;
		cursor: pointer;
	}


	nav ul:first-of-type li a {
		font-size: 30px;
	}

	nav ul:last-of-type{
		width: 100%;
		background-color: #FFF;
		position: static;
		margin-top: 40px;
	}
	
	main{
		margin: 70px 0px 0px;
		width: 100%;
	}

	main article{
		width: 100%;
	}

	main article h1{
		/*padding: 10px;*/
		padding: 25px 40px;
		font-size: 28px;
		line-height: 40px;
	}

	main article:first-of-type h3, main article:first-of-type h3:nth-child(odd) {
		transform:translateX(0);
	}

	main article.addin table tr:last-of-type td {
		display: block;
	}

	main article table.special-table tr:first-of-type td:first-of-type {
		font-size: 25px;
	}

	.fullh1 h1 { 
		/*padding: 25px 40px;*/
		margin-bottom: 100px;
	}

	.fullh1 h1 span {
		font-size: 28px;
		line-height: 40px;	
	}

	/*.flexslider ul.slides {
		top: 0px;
	}

	.flexslider ul.slides li > aside {
		transform: translateY(100%);
	}*/

	.table-desktop {
		display: none;
	}

	.table-mobile {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

	.flexpadding {
		height: 30%;
	}
	
	main article ul li {
		padding-bottom: 10px;
	}

	main article > aside {
		margin: 0 auto;
	}

	main article p a.button {
		width: 200px;
		margin: 20px;
	}

	#contactform input,
	#contactform textarea {
		width: 100%;
	}
	
	main article #contactform table tr td,
	main article #contactform table tr,
	main article #contactform table,
	main article #contactform table tbody,
	main article #contactform table tr .submit {
		display: block;
		width: 100%;
		min-width: auto;
		border:0px;
		padding:0px;
		margin: 0px;
	}
	
	main article #contactform .g-recaptcha {
		padding-left: 0px;
	}
	
	main article #contactform table tr td {
		padding:5px 0px;
	}
	
	main article #contactform table tr {
		padding-bottom: 20px;
	}

	main article table td {
		display: block;	
		border: 0px !important;
		margin-bottom: 10px;
		text-align: center;
	}
	
	main h2 {
		font-size: 18px;
		line-height: 22px;
	}
	
	.flexslider ul.slides li > aside p {
		font-size: 14px;
		line-height: 18px;
	}
	
	main article:first-of-type h3,
	main article ul li,
	main article table td,
	main article > aside,
	main article > aside a,
	main footer,
	main p,
	main p *, 
	main footer *,
	main footer span {
		font-size: 18px;
		line-height: 22px;
	}
	
	main article h1,
	main article h1 span,
	.fullh1 h1 span {
		font-size: 24px;
		line-height: 34px;
	}
	
	main article p a.button, 
	main article center a.button, 
	main article p a.buttona, 
	main article center a.buttona {
		font-size: 16px;
	} 
	
	main article p a.button {
		width: 160px; 
	}
	
	main article table tr:first-of-type td:first-of-type {
		font-size: 24px;
	}
	
	main article > aside {
		max-width: calc(100% - 140px);	
	}
	
	main article #contactform table tr td input,
	main article #contactform table tr td textarea {
		width: calc(100% - 30px);
	}
		
	#recaptchaContain {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

/*	
	main table.accordion tr.odd td,
	main table.accordion tr.odd tr,
	main table.accordion tr.odd tbody,
	main table.accordion tr.odd table {
		display: block;
		width: 100%;	
	}
	*/
	main table.accordion iframe {

	}
		
}

@media only screen and (max-width : 519px), screen and (max-height: 660px) {
	a.button {
		width: 130px;
		margin: 20px 0;
	}
}

@media only screen and (max-width : 480px) {
	main p {
		padding: 30px 30px;
	}
	
	main h2 {
		padding: 20px 30px 5px
	}

	main article p a.button {
		width: 120px;
		padding: 5px;
	}
}
