@import url("font-awesome.min.css");
@import url("footer.css");



/* Reset */
html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	p {
		font-size: 15px;
		line-height:25px;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}
		ul .h4 {
			list-style: circle;
			margin-left: 1em;
		}
	li {
		list-style-image: url(../../images/stern.png);
	}
	.liste {
		padding: 0 1em 1em 1em;
		font-size: 1em;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		background: #f5f7fa;
		font-family: 'Arial', sans-serif;
		font-weight: 300;
		color: #52575c;
		line-height: 1.75em;
		font-size: 14pt;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	input, textarea, select {
		font-family: 'Arial', sans-serif;
		font-weight: 300;
		color: #52575c;
		line-height: 1.75em;
		font-size: 15px;
	}

	h1, h3, h5, h6 {
		font-weight: 300;
		color: #52575c;
	}

	h1 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}
	
	h1 {
		font-size: 1.5em;
		font-weight: 400;
		color: #000000;
		text-align: center;
		padding-bottom: 2em;
	}
	
	h2 {
		font-weight: 300;
		color: #409ea0;
		font-size: 1.4em;
		padding: 1em 0;
		margin: 0;
		text-align: center;
	}

	h3 {
		color: #52575c;
		font-size: 1.1em;
		line-height: 1.5em;
		text-align: center;
		text-transform: uppercase;
	}
	
	h4 {
		font-size: 1em;
		font-weight: 400;
		line-height: 1.25em;
		padding-bottom: 0.5em;	
	}

	a {
		color: #DDDDDD;
		text-decoration: none;
	}
		a:hover {
			color: #000000;
		}

	strong, b {
		font-weight: 400;
		color: #42474c;
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #c2c7cc;
	}

	blockquote {
		border-left: solid 0.5em #c2c7cc;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 0;
	}

	br.clear {
		clear: both;
	}
	.center {
		text-align: center;
	}
	.clear {
		clear: both;
	}
	.box1 {
		box-shadow: 0px 0px 10px #bbbbbb;
		padding: 1em 2em;
		min-height: 56em;
		background-color: #FFFFFF;
	}
		.box1 .merkmal {
			font-weight: 400;
			text-align: center;
			padding-bottom: 0.5em;
		}
		.box1 li {
			font-size: 0.9em;
			margin: 0 2em;
			list-style-image: url(../../images/stern.png);
			padding-bottom: 0.5em;
		}
	.box2 {
		box-shadow: 0px 0px 10px #bbbbbb;
		padding: 1em 2em;
		margin-bottom: 1em;
		min-height: 18em;
		background-color: #FFFFFF;
	}
		.box2 input[type="submit"] {
			background-color: #409ea0;
			border-radius: 5px;
			border: 1px solid #409ea0;
			font-weight: 400;
			color: #FFFFFF;
			padding: 0.1em 1em;
			margin: 0.5em 0;
		}
			.box2 input[type="submit"]:hover {
				background-color: #FEFEFE;
				border: 1px solid #CCCCCC;
				font-weight: 400;
				color: #666666;
			}
		.box2 li {
			font-size: 0.9em;
			margin: 0 2em;
			list-style-image: url(../../images/stern.png);
			padding-bottom: 0.5em;
		}
	.box2bot {
		box-shadow: 0px 0px 10px #bbbbbb;
		padding: 1em 2em;
		min-height: 18em;
		background-color: #FFFFFF;
	}
		.box2bot a {
			color: #409ea0;
			font-weight: 400;
		}
			.box2bot a:hover {
				color: #51afb1;
			}
	.stern {
		width: 15%;
		float: left;
		margin-right: 10%;
		padding: 1em 0;
	}
	.pakete {
		text-align: center;		
	}
		.pakete input[type="submit"] {
			background-color: #409ea0;
			border-radius: 5px;
			border: 1px solid #409ea0;
			font-weight: 400;
			color: #FFFFFF;
			padding: 0.1em 1em;
			margin: 1em 0;
		}
			.pakete input[type="submit"]:hover {
				background-color: #FEFEFE;
				border: 1px solid #CCCCCC;
				font-weight: 400;
				color: #666666;
			}
	.information {
		color: #409ea0;
		font-size: 1.6em;
		text-align: center;
		margin-bottom: 20px;
		font-weight: 400;
	}
	.information_fehler {
		color: #BB0000;
		font-size: 1.3em;
		font-weight: 400;
		padding-bottom: 1em;
	}
	.information_valide {
		color: #00BB00;
		font-size: 1.3em;
		font-weight: 400;
		padding-bottom: 1em;	
	}
	.left {
		float: left;
		width: 20%;
		color: #409ea0;
	}
	.right {
		float: left;
		width: 70%;
		margin-left: 10%;
	}
		.right input[type="text"],
		.right textarea {
			line-height: 1em;
			padding: 0.3em 0.5em;
			margin-bottom: 0.5em;
			width: 100%;
			border: 0;
			border: 1px dashed #CCCCCC;
		}
			.right input[type="text"]:hover,
			.right textarea:hover {
				border: 1px solid #C9C9C9;
			}
/* Sections/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	.row > section, .row > article {
		margin-bottom: 0;
	}

	header {
		margin-bottom: 1.5em;
	}

		header > p {
			display: block;
			color: #f35858;
			padding: 0.75em 0 1em 0;
			font-size: 1.5em;
			line-height: 1.5em;
		}

		header.major {
			text-align: center;
		}

/* Image */

	.image {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		display: inline-block;
		outline: 0;
		border: 0;
	}

		.image img {
			display: block;
		}

		.image.featured {
			margin: 0 0 0.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 3em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
				text-align: center;
			}

	a.image:hover {
		opacity: 0.85;
	}

/* List */

	ul.actions {
		padding-top: 1em;
	}

		ul.actions.major {
			text-align: center;
		}

		ul.actions li {
			display: inline-block;
			margin-left: 1em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

	ul.divided li {
		border-top: solid 1px #d2d7dc;
		padding-top: 2em;
		margin-top: 2em;
	}

		ul.divided li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	ul.icons li:before {
		display: inline-block;
		color: #fff;
		background: #61666b;
		width: 2em;
		height: 2em;
		border-radius: 0.35em;
		text-align: center;
		line-height: 2em;
		margin-right: 0.75em;
	}

	ul.menu li {
		display: inline-block;
		padding-left: 1em;
		margin-left: 1em;
	}

		ul.menu li:first-child {
			border-left: 0;
			padding-left: 0;
			margin-left: 0;
		}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-box-shadow: 0px 0px 10px #A6A6A6;
		-webkit-box-shadow: 0px 0px 15px #A6A6A6;
		box-shadow: 0px 0px 10px #777777;
		transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		display: inline-block;
		color: inherit;
		background: none;
		text-decoration: none;
		border: solid 1px #c2c7cc;
		padding: 0.3em 2em 0.3em 2em;
		cursor: pointer;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			color: #409ea0;
			border-color: rgba(64, 158, 160, 0.5);
		}

/* Icons */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon > .label {
			display: none;
		}

/* Wrappers */

	.wrapper {
		background-color: #FDFDFD;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: 100%;
		overflow-x: hidden;
		padding: 3em 0 5em 0;
		border-top: 15px solid #43a0a2;
	}

	.image-wrapper {
		position:relative;
		margin: 0 auto;
	}
	.image-wrapper a {
		text-align: center;
	}

		.image-wrapper .image {
			position: relative;
			z-index: 3;
		}

	#header-wrapper {
		background-color: #FFFFFF;
		border-bottom: 5px solid #43a0a2;
		min-height: 2em;
	}

	.homepage #header-wrapper {
		padding: 0;
		margin: 0;
	}

	#promo-wrapper {
		position: relative;
		background-size: 192px 192px, cover;
		background-color: #f05a23;
		color: #fff;
		text-align: center;
		padding: 6em 0 6em 0;
	}


/* Header */	

	.dropotron {
		text-align: left;
		line-height: 2em;
		border-radius: 0.35em;
		min-width: 12em;
		background: #fff;
		line-height: 1em;
		padding: 0.5em 0 0.5em 0;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
		margin-top: -1em;
		margin-left: 5em;
	}

		.dropotron a, .dropotron span {
			display: block;
			padding: 0.65em 1em 0.65em 1em;
			border-bottom: 0;
		}

		.dropotron li:first-child > a, .dropotron li:first-child > span {
			border-top: 0;
		}

		.dropotron li.active > a, .dropotron li.active > span {
			color: #f35858;
		}

		.dropotron.level-0 {
			font-size: 0.5em;
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				top: -1em;
				width: 1em;
				height: 1em;
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em rgba(255, 255, 255, 0);
				border-right: solid 0.5em rgba(255, 255, 255, 0);
			}

			.dropotron.level-0.center:before {
				left: 50%;
				margin-left: -0.5em;
			}

			.dropotron.level-0.left:before {
				left: 1em;
			}

			.dropotron.level-0.right:before {
				right: 1em;
			}

/* Hero */

	#hero {
		color: #fff;
		text-align: center;
		z-index: 3;
	}


		#hero strong {
			color: inherit;
		}

		#hero header > span {
			color: #fff;
		}

		#hero p {
			font-size: 1.5em;
			line-height: 1.5em;
		}

		#hero a {
			color: #fff;
			border-color: #fff;
			border-color: rgba(255, 255, 255, 0.5);
		}

			#hero a:hover {
				border-color: rgba(255, 255, 255, 0);
			}

/* Promo */

	#promo {
		background: rgba(255, 255, 255, 0.05);
		border: solid 1px rgba(255, 255, 255, 0.25);
		border-radius: 0.5em;
		padding: 1.75em 2.5em 1.75em 2.5em;
		display: inline-block;
		position: relative;
		z-index: 1;
	}

		#promo .button {
			background: #fff;
			border-color: rgba(255, 255, 255, 0);
			color: #27636B;
			font-size: 1.25em;
		}

			#promo .button:hover {
				border-color: rgba(255, 255, 255, 0.75);
				background-color: rgba(255, 255, 255, 0.15);
				color: #fff;
			}

/* Main */

	#main {
		padding-bottom: 4em;
	}

/* Sidebar */

	#sidebar section {
		border-top: solid 1px #d2d7dc;
		margin-top: 3em;
		padding-top: 3em;
	}

		#sidebar section:first-child {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}
	.datenschutz {
		text-align: center;
		text-transform: uppercase; 	
		font-size: 15px;
		font-weight: 400;
	}
		.datenschutz a {
			color: #448;	
		}
			.datenschutz a:hover {
				color: #003;	
			}
	.abs60 {
		margin-bottom: 1em;	
	}
	.selbstbutton {
		background-color: #409ea0;
		border-radius: 5px;
		border: 1px solid #409ea0;
		font-weight: 400;
		color: #FFFFFF;
		padding: 0.4em 1em;
		box-shadow: 0px 0px 10px #777777;
	}
		.selbstbutton:hover {
			background-color: #FEFEFE;
			border: 1px solid #CCCCCC;
			font-weight: 400;
			color: #666666;	
		}

	.bucheninformationen {
		background-image: url(../../images/buchen_rakete.png);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.buchenboxendiv {
		width: 1400px;
		margin: 0 auto 10% auto;
	}
		.buchenboxendiv .buchenbox {
			width: 31%;
			margin: 10px 1% 50px 1%;
			padding: 20px 10px;
			float: left;
			background-color: #FFFFFF;
			box-shadow: 0 0 5px #999999;
		}
			.buchenboxendiv .buchenbox .bbbild {
				width: 20%;
				margin: 0 auto;
			}
			.buchenboxendiv .buchenbox .bbtitel {
				font-size: 20px;
				text-align: center;
				margin: 10px 0;
			}
			.buchenboxendiv .buchenbox .bbtext {
				padding: 0 10px 10px 10px;
				line-height: 1em;
			}
	.monbes {
		width: 250px;
		height: 250px;
		padding: 20px 10px;
		margin: 0 50px 50px 50%;
/*		border-radius: 50%;
		background-color: #FFFFFF;
		box-shadow: 0 0 5px #666666;
		text-align: center;*/
		float: left;
	}
	.monimp {
		width: 250px;
		height: 250px;
		padding: 20px 10px;
/*		border-radius: 50%;
		background-color: #FFFFFF;
		box-shadow: 0 0 5px #666666;
		text-align: center;*/
		float: left;
	}
		.monbes .zahlbesucher,
		.monimp .zahlbesucher {
			font-size: 55px;
			font-weight: 400;
			padding: 65px 0 10px 0;
		}
	.buchenangebote {
		background-color: #F3F3F3;
		padding-bottom: 100px;
	}
		.buchenangebote .abstand {
			width: 1400px;
			margin: 0 auto;
		}
		.buchenangebote h2 {
			font-weight: bold;
			text-align: left;
		}
		.buchenangebote .selbsteingabe {
			background-color: #FFFFFF;
			border-top: 5px solid #43a0a2;
			width: 48%;
			margin: 5em 4% 0 0;
			padding: 0 10% 25px 10%;
			min-height: 35em;
			float: left;
		}
		.buchenangebote .premiumci {
			background-color: #FFFFFF;
			border-top: 5px solid #43a0a2;
			width: 48%;
			padding: 0 10% 25px 10%;
			min-height: 40em;
			float: left;
		}
			.buchenangebote .selbsteingabe .left,
			.buchenangebote .selbsteingabe .right,
			.buchenangebote .premiumci .left,
			.buchenangebote .premiumci .right {
				width: 50%;
				text-align: center;
				margin: 0;
				color: #444444;
				font-weight: bold;
				float: left;
			}
			.buchenangebote .selbsteingabe .listeleft,
			.buchenangebote .premiumci .listeleft {
				width: 5%;
				margin-right: 2%;
				color: #43a0a2;
				padding-bottom: 5px;
				float: left;
			}
			.buchenangebote .selbsteingabe .listeright,
			.buchenangebote .premiumci .listeright {
				width: 93%;
				padding-bottom: 5px;
				float: left;
				font-size:15px;
			}
	.buchentop1 {
		min-height: 30em;
	}
	.buchentop2 {
		min-height: 35em;
	}
	.buchenbottomkorrektur {
		padding-top: auto;
	}
	.buchenbottom1 {
		min-height: 4em;
	}
	.buchentopsmall {
		min-height: 12em;
	}
	.buchentopsmallkorrektur {
		padding-top: 1em;
	}
	.buchenbottomsmall {
		min-height: 4em;
	}
	.buchenbutton {
		background-color: #43a0a2;
		padding: 5px;
		margin-top: 30px;
		color: #FFFFFF;
		border: 1px solid #666666;
		border-radius: 25px;
		width: 150px;	
	}
		a:hover .buchenbutton {
			background-color: #F0F0F0;
			color: #43a0a2;
			font-weight: bold;
		}
		.buchenangebote .paket5 {
			background-color: #FFFFFF;
			border-top: 5px solid #43a0a2;
			width: 32%;
			padding: 0 2% 25px 2%;
			margin: 20px 2% 20px 0;
			min-height: 20em;
			float: left;
		}
		.buchenangebote .paket10 {
			background-color: #FFFFFF;
			border-top: 5px solid #43a0a2;
			width: 32%;
			padding: 0 2% 25px 2%;
			margin: 20px 2% 20px 0;
			min-height: 20em;
			float: left;
		}
		.buchenangebote .banner {
			background-color: #FFFFFF;
			border-top: 5px solid #43a0a2;
			width: 32%;
			padding: 0 2% 25px 2%;
			margin: 20px 0;
			min-height: 20em;
			float: left;
		}
			.buchenangebote .paket5 .left,
			.buchenangebote .paket5 .right,
			.buchenangebote .paket10 .left,
			.buchenangebote .paket10 .right {
				width: 50%;
				margin: 0;
				float: left;
				text-align: center;
				color: #444444;
				font-weight: 400;
			}
	.werbekampagne {
		padding: 100px 0;
		background-color: #FFFFFF;
	}
		.werbekampagne .abstand {
			width: 1400px;
			margin: 0 auto;
		}
			.werbekampagne .abstand .titel {
				font-size: 36px;
				color: #43a0a2;
				font-weight: 400;
				padding-bottom: 50px;
			}
			.wkliste {
				width: 70%;
				margin-bottom: 100px;
			}
				.wklisteleft {
					width: 5%;
					margin-right: 2%;
					color: #43a0a2;
					float: left;
				}
				.wklisteright {
					width: 93%;
					float: left;
				}
			.wkangebot1 {
				width: 48%;
				margin-right: 4%;
				float: left;
			}
			.wkangebot2 {
				width: 48%;
				float: left;
			}
				.wkangebot1 p,
				.wkangebot2 p {
					color: #43a0a2;
					font-size: 18px;
					font-weight: bold;
					padding-bottom: 5px;
				}
				.wkangebot1 iframe,
				.wkangebot2 iframe {
					border: 1px solid #666666;
					box-shadow: 0 0 5px #999999;
					width: 100%;
					height: 750px!important;
				}
		.buchungsformular {
			width: 1400px;
			margin: 20px auto;
			background-color: #FFFFFF;
			border: 2px solid #43a0a2;
			box-shadow: 0 0 5px #999999;
			padding: 20px 50px;
		}
			.buchungleft {
				width: 18%;
				margin-right: 2%;
				float: left;
				text-align: right;
				min-height: 30px;
			}
			.buchungright {
				width: 80%;
				float: left;
				min-height: 30px;
			}
				.buchungright input {
					padding: 2px 5px;
					border: 1px solid #666666;
					line-height: normal;
					width: 100%;
					height: 26px;
					margin: 2px 0;
				}	
				.buchungright textarea {
					padding: 2px 5px;
					border: 1px solid #666666;
					width: 100%;
				}
					.buchungright input:hover,
					.buchungright input:focus,
					.buchungright textarea:hover,
					.buchungright textarea:focus {
						box-shadow: 0 0 5px #43a0a2;
					}
		.buchungsformular a {
			color: #0000b0;
		}
			.buchungsformular a:hover {
				color: #000000;
			}
		.buchungsformular .wichtig {
			color: #900;
			font-weight: bold;
			text-align: center;
			padding: 10px 0;
		}	

/* Normal */
	@media screen and (max-width: 1630px) {
		.bucheninformationen {
			border-bottom: 10px solid #43a0a2;
		}
		.buchenboxendiv {
			margin-bottom: 8%;
		}
		.monbes,
		.monimp {
			width: 220px;
			height: 220px;
			margin-bottom: 20px; 
		}
	}
	
	@media screen and (max-width: 1540px) {
		.buchungsformular,
		.buchenboxendiv,
		.buchenangebote .abstand,
		.werbekampagne .abstand {
			width: 1200px;
		}
		.buchenbottomkorrektur {
			padding-top: 1.35em;
		}
		.buchentopsmall {
			min-height: 14em;
		}
	}
	
	@media screen and (max-width: 1440px) {
	}
	
	@media screen and (max-width: 1360px) {
		.bucheninformationen {
			border-bottom: 20px solid #43a0a2;
		}
		.monbes,
		.monimp {
			width: 210px;
			height: 210px;
			margin-bottom: -10px; 
		}
		/* Basic */
			body, input, textarea, select {
				line-height: 1.5em;
				font-size: 13pt;
			}

			span.extra {
				display: none;
			}

		/* Wrappers */
			#promo-wrapper {
				padding: 1em 0 1em 0;
			}
			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}
		.buchenbottomkorrektur {
			padding-top: 0.0em;
		}
		.buchentopsmall {
			min-height: 15.5em;
		}
	}
	
	@media screen and (max-width: 1280px) {
		.buchungsformular,
		.buchenboxendiv,
		.buchenangebote .abstand,
		.werbekampagne .abstand {
			width: 900px;
		}
		.bucheninformationen {
			border-bottom: 40px solid #43a0a2;
		}
		.monbes,
		.monimp {
			width: 190px;
			height: 190px;
			margin-bottom: -30px; 
		}
			.monbes .zahlbesucher,
			.monimp .zahlbesucher {
				padding-top: 50px;
				font-size: 52px;
			}
		/* Basic */
			body, input, textarea, select {
				line-height: 1.5em;
				font-size: 13pt;
			}
			span.extra {
				display: none;
			}
			

		/* Wrappers */
			#hero .radius {
				padding: 0.6em 0.2em 0.6em 0.2em;
			}
			#promo-wrapper {
				padding: 1em 0 1em 0;
			}
			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}
			.aktangebot {
				margin: 0.2em 1em 0 0;
				min-height: 7.8em;
				min-width: 9.5em;
			}
			.buchentopsmall {
				min-height: 15.5em;
			}
	}

/* Narrow */

	@media screen and (max-width: 1080px) {
		.bucheninformationen {
			border-bottom: 50px solid #43a0a2;
		}
		.monbes,
		.monimp {
			width: 180px;
			height: 180px;
			margin-bottom: -40px; 
		}
			.monbes .zahlbesucher,
			.monimp .zahlbesucher {
				padding-top: 50px;
				font-size: 52px;
			}
		.werbekampagne .abstand .titel {
			line-height: 1.2em;
		}
			.box1 {
				min-height: 57em;
			}
			.box2bot {
				min-height: 19em;
			}
			.bannerrot {
				padding: 0.5em 0;
				margin: 0 0 0 3em;
			}
				.bannerrot p {
					padding-left: 1.3em;
				}
			.banner {
				padding: 0.5em 0;
				margin: 0 0 0 3em;
			}
				.banner p {
					padding-left: 1.3em;
				}
		/* Sections/Article */
			header br {
				display: none;
			}

		/* Button */
			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				padding-left: 1.25em;
				padding-right: 1.25em;
			}

		/* Wrappers */
			#hero .radius {
				padding: 0.45em 0.2em 0.45em 0.2em;
			}
			#promo-wrapper {
				padding: 2em;
			}

		/* Header */
			.dropotron.level-0 {
				margin-top: 1.1em;
			}

		/* Hero */

			#hero {
				padding: 0;
			}

				#hero p br {
					display: none;
				}

		/* Promo */

			#promo {
				padding: 1.75em 2.5em 1.75em 2.5em;
				display: inline-block;
			}

				#promo .button {
					font-size: 1.25em;
				}
		.buchentopsmall {
			min-height: 18.5em;
		}
	}

/* Narrower */

	@media screen and (max-width: 900px) {
		.buchungsformular,
		.buchenboxendiv,
		.buchenangebote .abstand,
		.werbekampagne .abstand {
			width: 100%;
			padding-right: 20px;
			padding-left: 20px;
		}	
		.buchenboxendiv {
			margin-bottom: 20%;
		}
		.bucheninformationen {
			border-bottom: 200px solid #43a0a2;
		}
		.monbes {
			margin: 0 50px -180px 200px;
		}
		.monimp {
			margin: 0 0 -180px 500px;;
		}
			.monbes .zahlbesucher,
			.monimp .zahlbesucher {
				padding-top: 50px;
				font-size: 52px;
			}
		.buchenangebote .selbsteingabe,
		.buchenangebote .premiumci {
			padding: 0 5% 25px 5%;
		}
		.buchenbox {
			min-height: 20.5em;
		}
		.box1 {
				min-height: 57em;
			}
				.box1 li {
					font-size: 0.9em;
					margin: 0 2em;
				}
			.box2 {
				min-height: 18em;
			}
		/* Sections/Article */

			header br {
				display: none;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				padding-left: 1.25em;
				padding-right: 1.25em;
			}

		/* Wrappers */
			#promo-wrapper {
				padding: 2em;
			}

		/* Header */
			.dropotron.level-0 {
				margin-top: 1.1em;
			}
		/* Promo */

			#promo {
				padding: 1.75em 2.5em 1.75em 2.5em;
				display: inline-block;
			}

				#promo .button {
					font-size: 1.25em;
				}
				.buchentopsmall {
					min-height: 18.5em;
				}
	}

	@media screen and (max-width: 820px) {
			.box1 {
				padding: 1em 2em 0 0;
				min-height: 30em;
			}
			.box2 {
				padding: 1em 2em 0 0;
				min-height: 16em;
			}
			.box2bot {
				min-height: 14em;
			}
			.stern {
				width: 10%;
			}
			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 13pt;
				letter-spacing: 0;
			}
			
		/* Sections/Article */

			header {
				margin-bottom: 1em;
			}

				header > p {
					font-size: 1em;
				}

		/* List */

			ul.divided li {
				padding-top: 0.75em;
				margin-top: 0.75em;
			}

		/* Wrappers */
			.homepage #header-wrapper {
				padding: 0 0 0 0;
			}

			#promo-wrapper {
				padding: 20px;
			}
			.image-wrapper1 {
				margin: 0 7em 0 7em;
				min-height: 25em;
			}
			.image-wrapper2 {
				margin: 0 7em 0 7em;
				min-height: 41em;	
				max-height: 50em;	
			}

		/* Hero */

			#hero {
				padding: 0 1em 0 1em;
			}

				#hero header {
					margin: 0 0 1.25em 0;
				}

				#hero p {
					font-size: 1em;
				}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}
			.buchentopsmall {
				min-height: 20.5em;
			}
			.buchenbox {
				min-height: 22.5em;
			}
	}

	@media screen and (max-width: 736px) {
		.wkliste {
			width: 100%;
		}
		.buchenboxendiv .buchenbox {
			width: 100%;
			margin: 10px 0;
		}	
			.buchenboxendiv .buchenbox .bbbild {
				width: 10%;
			}		
		.buchenboxendiv {
			margin-bottom: 25%;
		}
				
			.monbes {
				margin: 0 50px -180px 100px;
			}
			.monimp {
				margin: 0 0 -180px 400px;;
			}
			.stern2 {
				margin-bottom: 8em;
			}
			.box1 {
				padding: 1em 2em 0 0;
				min-height: 30em;
			}
			.box2 {
				padding: 1em 2em 0 0;
				min-height: 27em;
			}
		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 13pt;
				letter-spacing: 0;
			}


		/* Sections/Article */

			header {
				margin-bottom: 1em;
			}

				header > p {
					font-size: 1em;
				}

		/* List */

			ul.divided li {
				padding-top: 0.75em;
				margin-top: 0.75em;
			}

		/* Wrappers */
			#promo-wrapper {
				padding: 20px;
			}

		/* Hero */

			#hero {
				padding: 1em 2em 0 2em;
			}

				#hero header {
					margin: 0 0 1.25em 0;
				}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}
			.buchentopsmall {
				min-height: 25.5em;
			}
	}
	@media screen and (max-width: 659px) {
		.buchenbottomkorrektur {
			padding-top: 0.5em;
		}
	}
	@media screen and (max-width: 640px) {
		.buchenbottomkorrektur {
			padding-top: 2em;
		}
	}
	@media screen and (max-width: 630px) {
		.buchenbottomkorrektur {
			padding-top: 3.5em;
		}
	}
	@media screen and (max-width: 626px) {
		.buchenbottomkorrektur {
			padding-top: 2em;
		}
	}
	@media screen and (max-width: 610px) {
		.buchenbottomkorrektur {
			padding-top: 0.5em;
		}
	}
	@media screen and (max-width: 600px) {
		.buchenangebote .selbsteingabe,
		.buchenangebote .premiumci,
		.buchenangebote .paket5,
		.buchenangebote .paket10,
		.buchenangebote .banner {
			width: 100%;
			margin: 10px 0;
			min-height: auto;
		} 
		.wkangebot1,
		.wkangebot2 {
			width: 100%;
			margin: 10px 0;
		}
		.werbekampagne {
			padding: 50px 0;
		}
		.buchenboxendiv {
			margin-bottom: 25%;
		}
		
			.monbes {
				margin: 0 50px -180px 100px;
			}
			.monimp {
				margin: 0 0 -180px 300px;;
			}
			h1 {
				padding: 0;
			}
			.box1 {
				padding: 1em 2em 0 0;
				min-height: 30em;
			}
			.box2 {
				padding: 1em 2em 0 0;
				min-height: 27em;
			}
			.bannerrot {
				padding: 0.5em 0;
				margin: 0 1em;
			}
				.bannerrot p {
					padding-left: 1.3em;
				}
			.banner {
				padding: 0.5em 0;
				margin: 0 1em;
			}
				.banner p {
					padding-left: 1.3em;
				}
			.stern1 {
				margin-bottom: 9em;
			}
			.stern2 {
				margin-bottom: 8em;
			}
		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				letter-spacing: 0;
			}

		/* Sections/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section,
			.row > article {
				margin-bottom: 0;
			}

			header.major {
				text-align: left;
			}

		/* Image */

			.image {
				-moz-transition: opacity 0.25s ease-in-out;
				-webkit-transition: opacity 0.25s ease-in-out;
				-ms-transition: opacity 0.25s ease-in-out;
				transition: opacity 0.25s ease-in-out;
				display: inline-block;
				outline: 0;
				border: 0;
			}
		
				.image img {
					display: block;
				}
		
				.image.featured {
					margin: 0 0 3em 0;
				}
		
				.image.left {
					float: left;
					margin: 0 2em 2em 0;
				}
		
				.image.centered {
					display: block;
					margin: 0 0 3em 0;
				}
		
					.image.centered img {
						margin: 0 auto;
						width: auto;
						text-align: center;
					}
		
			a.image:hover {
				opacity: 0.85;
			}

			.image-centered {
				float: none;
				width: 100%;
				margin: 0 0 1.5em 0;
				text-align: center;
			}

		/* List */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.actions.major {
				text-align: left !important;
			}

		/* Form */

			form textarea {
				min-height: 10em;
			}

		/* Hero */

			#hero {
				padding: 2.5em 0 0 0;
			}

		/* Promo */

			#promo {
				padding: 20px;
			}

		/* Content */

			#content {
				margin-bottom: 2em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 2em;
			}
			.buchentopsmall {
				min-height: 0em;
			}
			.buchenbox {
				min-height: auto;
			}
	}

/* Mobile (Portrait) */

	@media screen and (max-width: 480px) {
		.buchenboxendiv {
			margin-bottom: 25%;
		}	
			.monbes {
				margin: 0 50px -180px 20px;
				width: 180px;
				height: 100px;
				border-radius: 0;
			}
			.monimp {
				margin: 0 0 -180px 220px;
				width: 180px;
				height: 100px;
				border-radius: 0;
			}
			.monbes .zahlbesucher,
			.monimp .zahlbesucher {
				padding-top: 0;
			}
			.bucheninformationen {
				border-bottom: 120px solid #43a0a2;
			}
			h1 {
				padding: 0;
			}
			.box1 {
				padding: 1em 2em 0 0;
				min-height: 32em;
			}
			.box2 {
				padding: 1em 2em 0 0;
				min-height: 27em;
			}
			.bannerrot {
				padding: 0.5em 0;
				margin: 0 1em;
			}
				.bannerrot p {
					padding-left: 1.3em;
				}
			.banner {
				padding: 0.5em 0;
				margin: 0 1em;
			}
				.banner p {
					padding-left: 1.3em;
				}
		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				letter-spacing: 0;
			}


		/* Sections/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section,
			.row > article {
				margin-bottom: 2em;
			}

			header.major {
				text-align: left;
			}

		/* Image */

			.image {
				-moz-transition: opacity 0.25s ease-in-out;
				-webkit-transition: opacity 0.25s ease-in-out;
				-ms-transition: opacity 0.25s ease-in-out;
				transition: opacity 0.25s ease-in-out;
				display: inline-block;
				outline: 0;
				border: 0;
			}
		
				.image img {
					display: block;
				}
		
				.image.featured {
					margin: 0 0 3em 0;
				}
		
				.image.left {
					float: left;
					margin: 0 2em 2em 0;
				}
		
				.image.centered {
					display: block;
					margin: 0 0 3em 0;
				}
		
					.image.centered img {
						margin: 0 auto;
						width: auto;
						text-align: center;
					}
		
			a.image:hover {
				opacity: 0.85;
			}

		/* List */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.actions.major {
				text-align: left !important;
			}

		/* Hero */

			#hero {
				padding: 2.5em 0 0 0;
			}

		/* Promo */

			#promo {
				padding: 20px;
			}

		/* Content */

			#content {
				margin-bottom: 2em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 2em;
			}
		.wrapper {
			padding-bottom: 5em;
		}
	}
	@media screen and (max-width: 400px) {
		.monbes {
			margin: 0 1% -180px 1%;
			width: 48%;
			height: auto;
			border-radius: 0;
		}
		.monimp {
			margin: 0 1% -180px 51%;
			width: 48%;
			height: auto;
			border-radius: 0;
		}
		.buchenboxendiv .buchenbox .bbbild {
			width: 15%;
		}
		.monbes .zahlbesucher,
		.monimp .zahlbesucher {
			font-size: 30px;
		}
			h1 {
				padding: 0;
			}
			.box1 {
				padding: 1em 0.5em;
				min-height: 52em;
			}
			.box2 {
				padding: 1em 0.5em;
				min-height: 18em;
			}
			.box2bot {
				padding: 1em 0.5em;
			}
			.bannerrot {
				padding: 0.5em 0;
				margin: 0 1em;
			}
				.bannerrot p {
					padding-left: 1.3em;
				}
			.banner {
				padding: 0.5em 0;
				margin: 0 1em;
			}
				.banner p {
					padding-left: 1.3em;
				}
			.left {
				width: 100%;
				float: none;
				text-align: left;
			}
			.right {
				width: 90%;
				float: none;
				margin-left: 10%;
			}
				.right input[type=text],
				.right textarea {
					line-height: 2em;
				}
			input[type=submit] {
				margin-top: 1em;
			}
		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				letter-spacing: 0;
			}

		/* Sections/Article */

			section, article {
				margin-bottom: 2em;
			}

			.row > section,
			.row > article {
				margin-bottom: 2em;
			}

			header.major {
				text-align: left;
			}

		/* Image */

			.image {
				-moz-transition: opacity 0.25s ease-in-out;
				-webkit-transition: opacity 0.25s ease-in-out;
				-ms-transition: opacity 0.25s ease-in-out;
				transition: opacity 0.25s ease-in-out;
				display: inline-block;
				outline: 0;
				border: 0;
			}
		
				.image img {
					display: block;
				}
		
				.image.featured {
					margin: 0 0 3em 0;
				}
		
				.image.left {
					float: left;
					margin: 0 2em 2em 0;
				}
		
				.image.centered {
					display: block;
					margin: 0 0 3em 0;
				}
		
					.image.centered img {
						margin: 0 auto;
						width: auto;
						text-align: center;
					}
		
			a.image:hover {
				opacity: 0.85;
			}
			

		/* List */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

			ul.actions.major {
				text-align: left !important;
			}

		/* Hero */

			#hero {
				padding: 0 10px 0 10px;
			}

		/* Promo */

			#promo {
				padding: 20px;
			}

		/* Content */

			#content {
				margin-bottom: 2em;
			}

		/* Sidebar */

			#sidebar {
				margin-bottom: 2em;
			}
		
		.wrapper {
			padding-bottom: 3em;
		}
	}