/*
Theme Name: geheimpunkt
Theme URI: http://www.geheimpunkt.de
Description: ...
Author: Christian Pecar
Author URI: http://www.geheimpunkt.de
*/

@charset "UTF-8";

/*
DUNKEL-ROT = #A31115
DUNKEL-BRAUN = #4E3D2E
HELL-BRAUN = #B07F47
*/

@font-face{
font-family:"OfficinaSansITCW01-Book 734509";
src:url("fonts/OfficinaSansStd-Book.otf");
}
@font-face{
font-family:"OfficinaSansITCW01-Book 734509";
src:url("fonts/OfficinaSansStd-Book.otf");
}
@font-face{
font-family:"OfficinaSansITCW01-Book 734512";
src:url("fonts/OfficinaSansStd-Book.otf");
}
@font-face{
font-family:"OfficinaSansITCW01-Book 734512";
src:url("fonts/OfficinaSansStd-Book.otf");
}
@font-face{
font-family:"OfficinaSansITCW01-Bold";
src:url("fonts/OfficinaSansStd-Bold.otf");
}
@font-face{
font-family:"OfficinaSansITCW01-Bold";
src:url("fonts/OfficinaSansStd-Bold.otf");
}


*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
}

ul,
ol,
li,
p,
address {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	list-style: none;
}

pre{
	background:white;
	position: fixed;
	z-index:999;
}

html {
	font: normal normal 400 10px/1 "ITC Officina Sans", Helvetica, Arial, sans-serif;
	font-family: 'OfficinaSansITCW01-Book 734509';
	color:black;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	overflow-x: hidden;
}

body,
html {
	margin: 0;
}

@media only screen and (min-width: 1142px) {
	body,html {	
		background: #A18A55 url("img/pageBackgroundBlur.jpg") no-repeat center center fixed;
		background-size: cover;
	}
}

h1,
h2,
h3 {
  	color: #4E3D2E;
	font-family: 'OfficinaSansITCW01-Bold';
	margin: 0;
	font-weight:normal;
}

h2 {font-size: 26px;}
h3 {font-size: 20px;}

figure {
	display:block;
	margin: 0
}

input,
textarea{
	font-family: 'OfficinaSansITCW01-Book 734509';
}

button {
	border: 0;
	padding: 0;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	border-spacing: 0;
	color: #26589F;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42rem;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	outline: none;
	cursor:pointer;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	border-spacing: 0;
	color: #26589F;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42rem;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	outline: none;
	cursor:pointer;
}

a {
	outline:0;
}

a {
	color:#A31115;
	text-decoration: none;
}

.gtab a:link, .gtab a:visited, .gtab a:active {
        color:#A31115;
        text-decoration: none;
}

.gtab a:hover {
        color:#ff0000;
        text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

a img{
	border:0;
}

/* HEADER */

header {
	height: 78px;
	position: fixed;
	z-index: 15;
	width: 1141px;
	background: #e1d593 url("img/pergament_background2.jpg") no-repeat;
	background-size: 100% auto;
	-webkit-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.61);
	box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.61);
}

header.fixfixed{
	position: absolute;
}

header:after {
	/*content: "";
	width: 100%;
	height: 31px;
	background: url("img/rope.png") repeat-x;
	position: absolute;
	margin-bottom: -20px;
	left: 0;
	bottom: 0;*/
}

	header h3 {
		background: white url("img/geheimPunkt_logo.png") no-repeat center;
		width: 196px;
		height: 106px;
		float: left;
		margin-left: 85px;
		-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.61);
		-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.61);
		box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.61);
	}

		header h3 a {
			width: 100%;
			height: 100%;
			text-indent: -9000px;
			display: block;
		}

       .head-image-landingpage {
                height: 215px;
                position: relative;
                z-index:5;
        }

        .head-image-landingpage:after {
                content: "";
                width: 100%;
                height: 31px;
                background: url("img/rope.png") repeat-x;
                position: absolute;
                margin-bottom: -20px;
                left: 0;
                bottom: 0;
        }

        .head-image-landingpage div img{
                border:3px solid #000000;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
        }

        main.borderBottom-landingpage {
                padding-top: 0px;
        }

        .slide-text-landingpage {
			position: absolute;
			top: 45px;
			background: rgb(255,255,255);
			background: transparent\9;
			background: rgba(255,255,255,0.8);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
			zoom: 1;
			padding: 25px 25px 15px 25px;
                        margin-left:230px;
                        margin-right:10px;
                        text-align:center;
        }

        .slide-text-landingpage h2 {
                font-family: 'OfficinaSansITCW01-Bold';
                color: #A31113;
                font-size: 28px;
                font-size: 2.8rem;
        }

        .slide-text-landingpage p {
                font-size: 19px;
                font-size: 1.9rem;
                margin-top: 20px;
                line-height: 25px;
        }
        
        .deco-divider-landing {
                position:relative;
                margin:20px 0px 30px 0;
                height: 52px;
                background: url('img/divider_lineX_left.png') no-repeat right;
        }
        .deco-divider-landing.right {
                width: 100%;
                height: 52px;
                background: url('img/divider_lineX_right.png') no-repeat left;
        }

@media only screen and (max-width: 768px) {
        .slide-text-landingpage {
                top: 30px;
                margin-left:190px;
                margin-right:20px;
        }
        
        .slide-text-landingpage h2 {
                font-size: 18px;
        }

        .slide-text-landingpage p {
                font-size: 12px;
        }
        .head-image-landingpage div img{
                width:120px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
        }
}
@media only screen and (max-width: 600px) {
        .slide-text-landingpage {
                top: 30px;
        }
        
        .slide-text-landingpage h2 {
                font-size: 14px;
        }

        .slide-text-landingpage p {
                font-size: 10px;
        }
}

.press-two-columns-landingpage{
	width:980px;
	margin-left: 90px;
	margin-top:40px;
	position: relative;
	padding-bottom:80px;
}

.press-two-columns-landingpage {
}

	.press-two-columns-landingpage .intro-text{
		margin-left:0;
		width:auto;
		margin-top:0;
		width:600px;
		float:left;
	}
	
	.press-two-columns-landingpage .intro-text p{
		margin-top:15px;
	}
		
		.press-two-columns-landingpage .intro-text .intro-text-copy{
			margin-bottom:20px;
		}
		
		.press-two-columns-landingpage .intro-text label{
			font-size: 13px;
			font-size: 1.3rem;
			display:block;
		}


.press-two-columns-landingpage .right{
	float:right;
}

	.press-two-columns-landingpage .right .press-description-box{
		background: white;
		padding:30px;
		width:330px;
		position: relative;
	}
	
		.press-two-columns-landingpage .right .press-description-box .event-description-column{
		}
		
		.press-two-columns-landingpage .right .press-description-box .event-description-column h1{
			color: #4E3D2E;
			font-size: 26px;
			font-size: 2.6rem;
			font-family: 'OfficinaSansITCW01-Bold';
		}
		
		.press-two-columns-landingpage .right .press-description-box.imprint-description-box .event-description-column h1{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 20px;
			font-size: 2.0rem;
			color: #4E3D2E;
			margin-bottom: 20px;
		}
		
		.press-two-columns-landingpage .right .press-description-box.imprint-description-box .event-description-column h2{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 20px;
			font-size: 2.0rem;
			color: #4E3D2E;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
		.press-two-columns-landingpage .right .press-description-box .event-description-column p{
			font-size: 14px;
			font-size: 1.4rem;
			margin-top:20px;
			line-height: 1.4;
		}
		
		.press-two-columns-landingpage .right .press-description-box:after {
		content: "";
		width: 320px;
		height: 22px;
		background: url("img/press_box_shadow.png") no-repeat;
		position: absolute;
		margin-bottom: -22px;
		left: 0;
		bottom: 0;
	}

		
		

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	header {
		height: 58px;
		width: 100%;
	}
	
	header h1 {
		width: 169px;
		height: 89px;
		margin-left: 3%;
		position: absolute;
		background-size: 85%;
	}
	
}

/* NAVIGATION */

nav {
	float: left
}

	nav h2 {
		display: none
	}

	nav > ul {
		margin-top: 47px;
		margin-left: 70px;
	}

	nav ul a {
		text-transform: uppercase;
		color: black;
		position: relative;
	}

	nav > ul > li {
		display: inline-block;
		padding: 0 35px 0 0;
		height: 35px;
	}

	nav ul li ul {
		/*display: none;*/
		height: 0;
		background: transparent url("img/pergament_background2.jpg") no-repeat top center;
		overflow: hidden;
		padding: 0;
		margin: 0;
		max-height: 0;
		position: absolute;
		z-index: 2;
                
		
		transition: max-height .2s ease-in-out;
		-webkit-transition: max-height .2s ease-in-out;
		-moz-transition: max-height .2s ease-in-out;
	}
	
        #menu-item-56 ul
        {
            margin-left: -24px;
        }
        
        #menu-item-543 ul
        {
            margin-left: -3px;
        }
        
        #menu-item-203 ul
        {
            margin-left: -48px;
        }
        
        #menu-item-179 ul
        {
            margin-left: -60px;
        }
	
	nav ul li ul.sub-nav-programm{
		margin-left: -18px;
	}
	
	nav ul li ul.sub-nav-individuelle_konzepte{
		margin-left: -46px;
	}
	
	nav ul li ul.sub-nav-ueberGeheimpunkt{
		margin-left: -10px;
	}
	
	nav ul li ul:before {
		content: "";
		-webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.61);
		-moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.61);
		box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.61);
		
		position: absolute;
		width: 110%;
		height: 10px;
		top: -10px;
		left: -5%;
	}

		nav ul li ul li {
			display: block
		}

			nav ul li ul li a {
				text-align: center;
				display: block;
				padding: 11px 27px;
				border-top: 1px solid #BAAA67;
				font-size: 14px;
				font-size: 1.4rem;
			}
			
			nav ul li ul li.active a {
				color:#A31115;
			}
			
			nav ul li ul li a:hover {
				color:white;
				background:#A31115;
				
				transition: .2s ease-in-out;
				-webkit-transition: .2s ease-in-out;
				-moz-transition: .2s ease-in-out;
			}

	nav > ul > li.active > a:before {
		content: "";
		width: 25px;
		height: 19px;
		background: url("img/mainNav_cross.png") no-repeat;
		position: absolute;
		left: -22px;
		top: 0px;
	}
	
	nav ul li.active > a {
		color:#A31115;
	}

	nav ul a {
		font-size: 16px;
		font-size: 1.6rem;
		font-family: 'OfficinaSansITCW01-Bold';
		text-decoration: none;
		
		transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
	}

	nav ul li:hover ul {
		display: block;
		height: auto;
		max-height:500px;
		
		-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
		
		margin-top: 14px;
		padding-top: 10px;
		
		transition: max-height .2s ease-in-out;
		-webkit-transition: max-height .2s ease-in-out;
		-moz-transition: max-height .2s ease-in-out;
	}
	
	nav ul li:hover > a{
		color:#A31115;
		
		transition: .2s ease-in-out;
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		
		text-decoration: none;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	nav {
		float:none;
		padding-left: 300px;
	}
	
	nav > ul {
		margin: 27px 0 0 0;
		width: 100%;
		text-align: justify;
	}
	
	nav > ul:after {
		content: "";
		display: inline-block;
		width: 100%;
	}
	
	nav > ul > li {
		padding: 0;
	}
	
	nav ul li ul li.active {
		background:#A31115;
	}
	
	nav ul li ul li.active a{
		color:white;
	}

	nav ul li ul {
		margin-top: 15px;
                margin-left: -30px;
	}
	
	nav ul li a {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	nav ul li.active a:before {
		display:none;
	}
	
	nav ul li:hover ul {
		margin-top: 15px;
	}
	
	
}

@media only screen and (min-width: 901px) and (max-width: 1141px) {
	nav > ul {
		margin: 27px 0 0 0;
		width: 100%;
		text-align: justify;
		padding: 0 3% 0 3%
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	nav {
		padding-left: 300px;
	}
	
	nav > ul {
		margin: 27px 0 0 0;
		width: 100%;
		text-align: justify;
		padding: 0 2% 0 2%;
	}
}

/* BREADCRUMB */

#breadcrumb {
	padding-left: 90px;
	padding-right: 90px;
	margin-top: 60px;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'OfficinaSansITCW01-Bold';
	color: #A31114;
	width:100%;
	position: relative;
}
	#breadcrumb iframe{
		z-index:10;
		position:relative;
		float:right;
		width:125px;
	}

	#breadcrumb a {
		text-transform: uppercase;
		padding-top: 5px;
		display: inline-block;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#breadcrumb {
		padding-left: 22px;
		padding-right: 22px;
		margin-top: 35px;
	}
	
}

/* MAIN */


main {
	position: relative;
	/*top: -120px;                     GEÄNDERT ZEILE HINZUGEFÜGT */
	min-height:1000px;
	padding-top: 78px;
	display:block;
	overflow:hidden;
}

main.borderBottom {
	padding-bottom: 80px;
}



main:after {

}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	main {
		padding-top: 58px;
	}
	
}

/* STAGE */

#stage {
	position: relative;
	width: 1141px;
	margin: 0 auto;
	background: #e1d593 url("img/pergament_background2.jpg") repeat-y;
	background-size: 100% auto;
	
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.61);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.61);
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#stage {
		width:100%;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

/* MAIN SLIDER */

#main-slider {
	position: relative;
}

#main-slider #endless-slider{
	height: 315px;
}

#main-slider:after {
	content: "";
	width: 100%;
	height: 31px;
	background: url("img/rope.png") repeat-x;
	position: absolute;
	margin-bottom: -20px;
	left: 0;
	bottom: 0;
}

#main-slider h1 {
	display: none;
}

#main-slider .slider {
	overflow: hidden;
	height: 315px;
	width: 100%;
	margin: 0 auto;
}

	#main-slider button {
		position: absolute;
		background: url("img/mainSlider_arrows.png") no-repeat;
		width: 53px;
		height: 79px;
		z-index: 1;
		top: 50%;
		margin-top: -40px;
		text-indent: -90000px;
		cursor: pointer;
	}
	
	#main-slider button:hover {
		opacity: 0.75;
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
	}

	#main-slider  button.slide-prev {
		margin-left: 30px;
		left: 0;
	}

	#main-slider  button.slide-next {
		background-position: -53px 0;
		margin-right: 30px;
		right: 0;
	}

 
#main-slider .slider ul {
	height: 315px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

	#main-slider .slider ul li {
		width: 1141px;
		position: relative;
		height: 315px;
		float: left;
	}

		#main-slider .slider ul li .slider-slide .slide-text {
			position: absolute;
			top: 20%;
			left: 14%;
			background: rgb(255,255,255);
			background: transparent\9;
			background: rgba(255,255,255,0.8);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
			zoom: 1;
			padding: 25px 25px 15px 25px;
			width: 380px;
		}

			#main-slider .slider ul li .slider-slide .slide-text h2 {
				font-family: 'OfficinaSansITCW01-Bold';
				color: #A31113;
				font-size: 28px;
				font-size: 2.8rem;
			}

			#main-slider .slider ul li .slider-slide .slide-text p {
				font-size: 19px;
				font-size: 1.9rem;
				margin-top: 20px;
				line-height: 25px;
			}
			
			#main-slider .slider ul li .slider-slide img {
				width:100%;
				height:100%;
			}
			
	#main-slider .indicators{
		position: absolute;
		width: 100%;
		text-align: center;
		bottom:20px;
	}
	
	#main-slider .indicators li{
		width:11px;
		height:10px;
		display: inline-block;
		margin:0 1px;
		background: url("img/sliderIndicator.png") no-repeat right top;
	}
	
	#main-slider .indicators li button{
		width:11px;
		height:10px;
		background: url("img/sliderIndicator.png") no-repeat right top;
	}
	
	#main-slider .indicators li.active{
		background-position: left top;
	}
			
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#main-slider #endless-slider {
		height: 279px;
	}
	
	#main-slider .slider {
		height: 279px;
		left: 50%;
		top: 0;
		position: absolute;
		margin: 0 auto 0 -570.5px;
		max-width: 1141px;
		width:auto;
	}
	
	#main-slider .slider ul {
		height: 279px;
	}
	
		#main-slider .slider ul li {
			width: 1141px;
			position: relative;
			height: 279px;
			float: left;
		}
	
			#main-slider .slider ul li .slider-slide .slide-text {
				left: 24%;
			}
	
				#main-slider .slider ul li .slider-slide .slide-text h2 {
					font-size: 24px;
					font-size: 2.4rem;
				}
	
				#main-slider .slider ul li .slider-slide .slide-text p {
					font-size: 16px;
					font-size: 1.6rem;
					margin-top: 15px;
					line-height: 1.3;
				}
			
}

/* TEAM SLIDER */

.team-section {
	width:950px;
	margin-left:90px;	
}

.team-section h1 {
	color: #4E3D2E;
	font-size: 31px;
	font-size: 3.1rem;
	font-family: 'OfficinaSansITCW01-Bold';
}

.team-section p {
	font-size: 20px;
	font-size: 2.0rem;
	margin-top:20px;
	line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.team-section {
		width:100%;
		margin-left:0;	
		padding:0 22px 0 22px;
	}
	
	.team-section h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.team-section p {
		font-size: 18px;
		font-size: 1.8rem;
		margin-top:20px;
		line-height: 1.3em;
	}
}


#team-slider{
	position:relative;
	margin-top: 90px;
	padding-bottom: 180px;
}

#team-slider .square-corner-deco {
	width: 1083px;
	height: 465px;
	position: absolute;
	top: -65px;
	left: 20px;
	background: url("img/deco/squareCorner_deco.png") no-repeat;
}

#team-slider #endless-slider{
	position:relative;
	height: 315px;
}

#team-slider .slider {
	overflow: hidden;
	height: 315px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

	#team-slider .slider ul {
		height: 315px;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		#team-slider .slider ul li {
			width: 1141px;
			position: relative;
			height: 315px;
			float: left;
		}
		
		#team-slider .slider ul li .slider-slide .slide-body{
			width: 65%;
			margin: 0 auto;
		}
		
		#team-slider .slider ul li .slider-slide .slide-body figure{
			float:left;
			margin-right: 30px;
		}
		
		#team-slider .slider ul li .slider-slide .slide-body .slide-content{
			padding-top: 60px;
			float: left;
			width: 65%;
		}
		
		#team-slider .slider ul li .slider-slide .slide-body .slide-content h2{
			color: #4E3D2E;
			font-size: 34px;
			font-size: 3.4rem;
			font-family: 'OfficinaSansITCW01-Bold';
		}
		
		#team-slider .slider ul li .slider-slide .slide-body .slide-content .italic-text{
			font-size: 18px;
			font-size: 1.8rem;
		}
		
		#team-slider .slider ul li .slider-slide .slide-body .slide-content .slide-content-copy{
			margin-top:20px;
			font-size: 18px;
			font-size: 1.8rem;	
			line-height:25px;
		}
		

	#team-slider button {
		position: absolute;
		background: url("img/teamSlider_arrows.png") no-repeat;
		width: 49px;
		height: 90px;
		z-index: 1;
		top: 50%;
		margin-top: -40px;
		text-indent: -90000px;
		cursor: pointer;
	}
	
	#team-slider button:hover {
		opacity: 0.75;
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
	}

	#team-slider button.slide-prev {
		margin-left: 90px;
		left: 0;
	}

	#team-slider button.slide-next {
		background-position: -49px 0;
		margin-right: 90px;
		right: 0;
	}
	
	
	#team-slider .indicators{
		position: absolute;
		width: 100%;
		text-align: center;
		bottom:-30px;
	}
	
	#team-slider .indicators li{
		width:10px;
		height:10px;
		display: inline-block;
		margin:0 2px;
		background: url("img/teamSliderIndicator.png") no-repeat right top;
	}
	
	#team-slider .indicators li.active{
		background-position: left top;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	#team-slider{
		position:relative;
		margin-top: 30px;
		padding:0 22px 80px 22px;
	}
	
	#team-slider #endless-slider{
		position:relative;
		height: 230px;
	}
	
	
	#team-slider .slider {
		left: 50%;
		top: 0;
		position: absolute;
		margin: 0 auto 0 -570.5px;
		max-width: 1141px;
		width:auto;
		height:230px;
	}
	
		#team-slider .slider ul {
			height: 230px;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
	
			#team-slider .slider ul li {
				width: 1141px;
				position: relative;
				height: 315px;
				float: left;
			}
			
			#team-slider .slider ul li .slider-slide .slide-body{
				width: 50%;
			}
			
			#team-slider .slider ul li .slider-slide .slide-body .slide-content{
				padding-top: 20px;
			}
			
			#team-slider .slider ul li .slider-slide .slide-body figure{
				width:160px;
			}
			
			#team-slider .slider ul li .slider-slide .slide-body figure img{
				width:100%;
			}
			
	
		#team-slider button {
			width: 34px;
			height: 63px;
			margin-top: -30px;
			background-size: 200% 100%;
		}
	
		#team-slider button.slide-prev {
			margin-left: 0;
			left: 0;
		}
	
		#team-slider button.slide-next {
			background-position: 100% 0;
			margin-right: 0;
			right: 0;
		}
}

/* HEAD IMAGE */

.head-image {
	height: 315px;
	position: relative;
	z-index:5;
}

.head-image:after {
	content: "";
	width: 100%;
	height: 31px;
	background: url("img/rope.png") repeat-x;
	position: absolute;
	margin-bottom: -20px;
	left: 0;
	bottom: 0;
}


@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.head-image {
		height: 279px;
	}
	
	.head-image figure{
		height: 279px;
		overflow:hidden;
		left: 50%;
		position: absolute;
		margin: 0 auto 0 -570.5px;
	}
	
	.head-image:after {
		content: "";
		width: 100%;
		height: 31px;
		background: url("img/rope.png") repeat-x;
		position: absolute;
		margin-bottom: -20px;
		left: 0;
		bottom: 0;
	}
}

/* PROGRAMM IMAGE */

.programm-image {
	height: 458px;
}

.programm-image figure{
	float:left;
}

.programm-image .price-circles{
	position: absolute;
	top: 30px;
	right: 50px;
	height:97px;
}

	.programm-image .price-circles .price-circle{
		width:97px;
		height:97px;
		float:left;
		background: url("img/price_circles.png") no-repeat;
		padding-top: 15px;
		position: relative;
	}
	
		.programm-image .price-circles .price-circle p{
			color:white;
			font-size: 12px;
			font-size: 1.2rem;
			width:52px;
			margin:0 auto;
			text-align: center;
		}
		
		.programm-image .price-circles .price-circle .price-circle-value{
			font-size: 30px;
			font-size: 3.5rem;
			font-family: 'OfficinaSansITCW01-Bold';	
		}
		
			.programm-image .price-circles .price-circle .price-circle-value span{
				font-size: 21px;
				font-size: 2.1rem;
				font-family: 'OfficinaSansITCW01-Book 734509';
			}
	
	.programm-image .price-circles .price-children{
		background-position: -97px 0;
		margin-left: -15px;
	}
	
	.programm-image .price-circles .price-adults{
		z-index: 1;
	}
	
	
	.programm-image .programm-title{
		position: absolute;
		bottom: 25px;
		left: 90px;
	}
	
	.programm-image .programm-title p{
		color:white;
	}
	
	.programm-image .programm-title .programm-title-head{
		font-size: 65px;
		font-size: 6.5rem;
	}

	.programm-image .programm-title .programm-title-sub	{
		font-size: 33px;
		font-size: 3.3rem;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.programm-image {
		height: 279px;
	}
	
	.programm-image figure img{
		width:100%;
	}
	
	.programm-image .price-circles{
		top: 22px;
		right: 22px;
	}
	
	.programm-image .programm-title{
		position: absolute;
		bottom: 25px;
		left: 22px;
	}
	
	.programm-image .programm-title p{
		color:white;
	}
	
	.programm-image .programm-title .programm-title-head{
		font-size: 45px;
		font-size: 4.5rem;
	}

	.programm-image .programm-title .programm-title-sub	{
		font-size: 23px;
		font-size: 2.3rem;
	}
}

/* INTRO TEXT */

.intro-text {
	width: 975px;
	margin-left: 90px;
	margin-top: 30px;
	margin-bottom: 25px;
	position: relative;
}
	.intro-text.startHead{
		margin-top:0px;
	}

	.intro-text.order-success {
		margin-top: 70px;
	}

	.intro-text h1 {
		color: #4E3D2E;
		font-size: 31px;
		font-size: 3.1rem;
		font-family: 'OfficinaSansITCW01-Bold';
	}
	
	.intro-text h2 {
		color: #4E3D2E;
		font-size: 28px;
		font-family: 'OfficinaSansITCW01-Bold';
		margin-top:20px;
	}
	
	.intro-text table{
		font-size: 20px;
		font-size: 2rem;
	}
	
	.intro-text table tr{
		height:20px;
	}
	
	.intro-text table .col1{
		font-family: 'OfficinaSansITCW01-Bold';
		padding-right:5px;	
		padding-bottom: 8px;
	}
	
	.intro-text table .col2{
		text-align: left;
	}
	
	.intro-text table a{
		color: black;
	}
	
	.intro-text table a:hover{
		text-decoration: none;
	}

	.intro-text p {
		font-size: 20px;
		font-size: 2rem;
	}

	.intro-text p.intro-text-copy {
		margin-top: 28px;
		line-height: 25px;
	}

	.intro-text p.intro-text-video-sub {
		margin-top: 65px;
		line-height: 1.3em;
	}

	.intro-text .start-video-corner-deco {
		width: 531px;
		height: 414px;
		position: absolute;
		top: -50px;
		left: -60px;
		background: url("img/deco/corner_deco.png") no-repeat;
	}
	
	.intro-text .start-video-ship-deco {
		width: 363px;
		height: 146px;
		position: absolute;
		top: 75px;
		right: -40px;
		background: url("img/deco/ship_deco.png") no-repeat;
	}

	.intro-text .iframe-container {
		position: relative;
		background: url("img/video_background_border.png") no-repeat;
		padding: 10px;
		margin-top: 0px;
		box-sizing: content-box;
		background-size: 100% 100%;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.intro-text {
		margin: 0;
		margin-left:0;
		margin-top: 40px;
		margin-bottom: 25px;
		padding: 0 22px;
		position: relative;
		width:auto;
	}
	
		.intro-text h1 {
			font-size: 28px;
			font-size: 2.8rem;
		}
		
		.intro-text h2 {
			font-size: 28px;
			font-size: 2.8rem;
		}
		
		.intro-text table{
			font-size: 1.8px;
			font-size: 1.8rem;
		}
		
		.intro-text table tr{
			height:15px;
		}
		
		.intro-text table .col1{
			padding-right:4px;	
			padding-bottom: 6px;
		}
	
		.intro-text p {
			font-size: 18px;
			font-size: 1.8rem;
		}
	
		.intro-text p.intro-text-copy {
			margin-top: 10px;
		}
	
		.intro-text p.intro-text-video-sub {
			margin-top: 15px;
			line-height: 1.3em;
		}
	
		.intro-text .start-video-corner-deco {
			width: 531px;
			height: 414px;
			position: absolute;
			top: 220px;
			left: -60px;
			background: url("img/deco/corner_deco.png") no-repeat;
		}
		
		.intro-text .start-video-ship-deco {
			width: 363px;
			height: 146px;
			position: absolute;
			top: 75px;
			right: -40px;
			background: url("img/deco/ship_deco.png") no-repeat;
		}
	
		.intro-text .iframe-container {
			margin-top: 0px;
			margin-left: -7px;
			padding: 7px;
			width: 100%;
			background-size: 100% 100%;
		}
		
		.intro-text iframe {
			width: 100%;
		}
	
}
	
/* DECO ELEMENTS */

.start-chest-deco {
	width: 189px;
	height: 192px;
	top: 1840px;
	right: -40px;
	background: url("img/deco/chest_deco.png") no-repeat;
}

.programm-rosette-deco{
	width: 430px;
	height: 430px;
	top: 237px;
	right: -170px;
	background: url("img/deco/compass_deco.png") no-repeat;
}

.programm-track-ship-deco{
	width: 949px;
	height: 146px;
	top: -103px;
	right: -69px;
	background: url("img/deco/trackShip_big_deco.png") no-repeat;
}

.privat-chest-deco{
	width: 141px;
	height: 146px;
	bottom: -53px;
	left: 431px;
	background: url("img/deco/chest_deco.png") no-repeat;
	background-size: 100% 100%;
}

.privat-skull-deco{
	width: 251px;
	height: 228px;
	right: -38px;
	top: 2400px;
	background: url("img/deco/skull_deco.png") no-repeat;
}

.event-rosette-deco{
	width: 430px;
	height: 430px;
	top: 407px;
	right: -170px;
	background: url("img/deco/compass_deco.png") no-repeat;
}

.event-ships-deco{
	width: 586px;
	height: 245px;
	bottom: 26px;
	right: -130px;
	background: url("img/deco/ships_deco.png") no-repeat;
}

.event-skull-deco{
	width: 251px;
	height: 228px;
	left: 458px;
	top: 681px;
	background: url("img/deco/skull_deco.png") no-repeat;
}

.indi-wheel-deco{
	width: 251px;
	height: 256px;
	right: 10px;
	top: 421px;
	background: url("img/deco/wheel_deco.png") no-repeat;
}

.indi-chest-deco{
	width: 189px;
	height: 192px;
	bottom: 0;
	right: 0;
	background: url("img/deco/chest_deco.png") no-repeat;
}

.uber-divider-deco{
	width: 1388px;
	height: 430px;
	top: 740px;
	right: -120px;
	background: url("img/deco/devider_deco.png") no-repeat;
}

.indi-divider-deco{
	width: 1388px;
	height: 430px;
	top: 740px;
	right: -120px;
	background: url("img/deco/devider_deco.png") no-repeat;
}

.uber-corner-deco{
	width: 531px;
	height: 414px;
	top: -80px;
	left: -77px;
	background: url("img/deco/corner_deco.png") no-repeat;
}

.wer-wheel-deco{
	width: 347px;
	height: 246px;
	right: -45px;
	bottom: 30px;
	background: url("img/deco/wheel2_deco.png") no-repeat;
}

.uber-machen-corner-deco{
	width: 531px;
	height: 414px;
	top: -60px;
	left: -77px;
	background: url("img/deco/corner_deco.png") no-repeat;
}

.uber-machen-rosette-deco{
	width: 430px;
	height: 430px;
	top: -230px;
	right: -170px;
	background: url("img/deco/compass_deco.png") no-repeat;
}

.uber-machen-partner-corner-deco{
	width: 531px;
	height: 414px;
	left: 30px;
	background: url("img/deco/corner_deco.png") no-repeat;
}

.uber-ships-deco{
	width: 387px;
	height: 177px;
	bottom: -80px;
	right: -100px;
	background: url("img/deco/ships_deco.png") no-repeat left bottom;
	background-size: 100%;
}

.service-chest-deco{
	width: 141px;
	height: 146px;
	bottom: -63px;
	right: -150px;
	background: url("img/deco/chest_deco.png") no-repeat;
	background-size: 100% 100%;
}

.service-ships-deco{
	width: 818px;
	height: 152px;
	bottom: 0px;
	right: 0px;
	background: url("img/deco/trackShip_deco.png") no-repeat;
}

.gps-skull-deco{
	width: 251px;
	height: 228px;
	right: -120px;
	top: -90px;
	background: url("img/deco/skull_deco.png") no-repeat;
}

/* CONTENT TEASER */

.content-teaser {
	width: 1010px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	padding-bottom:10px;
	z-index:2;
}

.content-teaser:after {
	content: '';
	display: block;
	clear: both;
}

.content-teaser .content-teaser-text {
	float: right;
	background-color: white;
	width:680px;
	padding: 27px 30px 25px 180px;
	margin-top: 40px;
	position: relative;
}

.content-teaser .content-teaser-text:after {
	content: "";
	width: 679px;
	height: 75px;
	background: url("img/content_teaser_shadow.png") no-repeat;
	position: absolute;
	margin-bottom: -75px;
	left: 0;
	bottom: 0;
}

	.content-teaser .content-teaser-text h1 {
		color: #4E3D2E;
		font-size: 15px;
		font-size: 1.5rem;
		font-family: 'OfficinaSansITCW01-Bold';
		text-transform: uppercase;
	}
	
	.content-teaser .content-teaser-text h2 {
		margin-top: 15px;
		color: #A31115;
		font-size: 28px;
		font-size: 2.8rem;
		font-family: 'OfficinaSansITCW01-Bold';
	}
	
	.content-teaser .content-teaser-text p {
		margin-top: 10px;
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.4;
	}

.content-teaser .start-content-teaser-img {
	position: absolute;
	z-index: 2;
}

.content-teaser .start-content-teaser-img img{
	width:100%;
	height:auto;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.content-teaser {
		width: 100%;
		margin: 0;
		margin-top: 10px;
		position: relative;
		padding: 15px 22px 0 10px;
		margin-bottom: 80px;
	}
	
	.content-teaser .content-teaser-text {
		width: 90%;
		padding: 17px 30px 18px 280px;
		margin-top: 20px;
	}
	
	.content-teaser .content-teaser-text:after {
		width: 100%;
		background-size: 100% auto;
	}
	
		.content-teaser .content-teaser-text h1 {
			font-size: 14px;
			font-size: 1.4rem;
		}
		
		.content-teaser .content-teaser-text h2 {
			font-size: 18px;
			font-size: 1.8rem;
		}
		
	.content-teaser .start-content-teaser-img {
		width: 339px;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1141px) {
	.content-teaser .content-teaser-text p {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	.content-teaser .content-teaser-text p {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.3em;
	}
}

/* BLOG TEASER */

.blog-teaser {
	background: url('img/blog_teaser_background.png') no-repeat;
	width: 1101px;
	min-height: 470px;
	height: 100px;
	padding: 45px 60px 20px 40px;
	margin: 0 auto;
	margin-top: 70px;
	position: relative;
	background-size: 100% 100%;
}

.blog-teaser.pageBlog {
	margin-top: 0;
	margin-bottom: 100px;
}

.blog-teaser.pageBlog h1{
	display: none;
}

.blog-teaser.pageBlog .blog-teaser-text h2{
	margin-top:0;
}

.blog-teaser .blog-teaser-image {
	width: 388px;
	float: left;
	margin: 0 20px 0 0;
}

	.blog-teaser .blog-teaser-image:before{
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		width: 130px;
		height: 109px;
		margin-left: -130px;
		margin-top: -40px;
		background: url(img/flag_neu.html) no-repeat;
	}
	
	.blog-teaser.pageBlog .blog-teaser-image:before{
		display:none;
	}

.blog-teaser .blog-teaser-text {
	/*padding-top: 15px*/
}

	.blog-teaser .blog-teaser-text h1 {
		color: white;
		font-size: 14px;
		font-size: 1.4rem;
		font-family: 'OfficinaSansITCW01-Bold';
		text-transform: uppercase;
	}

	.blog-teaser .blog-teaser-text h2 {
		color: #B07F48;
		margin-top: 19px;
		font-size: 28px;
		font-size: 2.8rem;
		font-family: 'OfficinaSansITCW01-Bold';
	}

	.blog-teaser .blog-teaser-text p.pub-date {
		color: white;
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0;
		padding-bottom: 8px;
	}

	.blog-teaser .blog-teaser-text p {
		color: white;
		margin-top: 10px;
		line-height: 1.3;
		font-size: 20px;
		font-size: 2.0rem;
	}

	.blog-teaser .blog-teaser-text .read-more {
		margin-top: 10px
	}


@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.blog-teaser {
		background: #4F3D2F;
		width: 100%;
		height: 100%;
		padding: 25px 22px 0 22px;
	}
	
	.blog-teaser:before{
		content: "";
		position: absolute;
		top: -26px;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_top.png") no-repeat bottom center;
		
	}
	.blog-teaser:after{
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_bottom.png") no-repeat top center;
	}
	
	.blog-teaser .blog-teaser-image {
		width: 45%;
		max-width: 388px;
		height:auto;
		float: left;
		margin: 0 10px 0 0;
	}
	
	.blog-teaser .blog-teaser-image:before{
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		width: 130px;
		height: 109px;
		margin-left: -130px;
		margin-top: -40px;
		background: url(img/flag_neu.html) no-repeat;
	}
	
	.blog-teaser .blog-teaser-image img{
		width: 100%;
		height:auto;
	}
	
	.blog-teaser .blog-teaser-text {
		padding-top: 15px
	}
	
		.blog-teaser .blog-teaser-text h1 {
			color: white;
			font-size: 14px;
			font-size: 1.4rem;
			font-family: 'OfficinaSansITCW01-Bold';
			text-transform: uppercase;
		}
	
		.blog-teaser .blog-teaser-text h2 {
			color: #B07F48;
			margin-top: 19px;
			font-size: 28px;
			font-size: 2.8rem;
			font-family: 'OfficinaSansITCW01-Bold';
		}
	
		.blog-teaser .blog-teaser-text p.pub-date {
			color: #white;
			font-size: 14px;
			font-size: 1.4rem;
			margin: 0;
		}
	
		.blog-teaser .blog-teaser-text p {
			color: white;
			margin-top: 20px;
			line-height: 23px;
			font-size: 18px;
			font-size: 1.8rem;
		}
	
		.blog-teaser .blog-teaser-text .read-more {
			margin-top: 10px
		}
	
}


/* SPECIAL TEASER */

.special-teaser {
	width: 1095px;
	height: 500px;
	margin: 0 auto;
	margin-top: 80px;
	background: url("img/programm_new_background.png") no-repeat;
	position: relative;
}

	.special-teaser .special-teaser-content {
		margin-left: 70px;
		padding-top: 3px;
		width: 510px;
		float: left;
	}

		.special-teaser .special-teaser-content h1 {
			color: white;
			text-transform: uppercase;
			font-size: 14px;
			font-size: 1.4rem;
			font-family: 'OfficinaSansITCW01-Bold';
		}

		.special-teaser .special-teaser-content h2 {
			margin-top: 10px;
			float:left;
		}

		.special-teaser .special-teaser-content .neu-head {
			color: #B07F48;
			font-size: 48px;
			font-size: 4.8rem;
		}

		.special-teaser .special-teaser-content .neu-sub-head {
			color: white;
			font-size: 24px;
			font-size: 2.4rem;
			font-family: 'OfficinaSansITCW01-Book 734512';
			line-height: 22px;
			margin-top: 15px;
			margin-bottom: 15px;
		}

		.special-teaser .special-teaser-content p {
			color: white;
			font-size: 20px;
			font-size: 2.0rem;
			line-height: 27px;
		}

	.special-teaser figure {
		float: right;
		padding-top: 60px;
		margin-right: 70px;
		position: relative;
	}
	
	.special-teaser figure:before{
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		width: 130px;
		height: 109px;
		margin-left: -105px;
		margin-top: 25px;
		background: url(img/flag_neu.html) no-repeat;
		background-size: 100%;
	}
	
		.special-teaser figure .deco-compass{
			width:167px;
			height:134px;
			position:absolute;
			bottom:0;
			left: -40px;
			bottom: -30px;
			z-index: 2;
		}
		
		.special-teaser figure .deco-compass img{
			width:100%;
			height:auto;
		}
		
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.special-teaser {
		background: #4F3D2F;
		width: 100%;
		height: 100%;
		padding: 25px 22px 0 22px;
	}
	
	.special-teaser:before{
		content: "";
		position: absolute;
		top: -26px;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_top.png") no-repeat bottom center;
		
	}
	
	.special-teaser:after{
		content:"";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_bottom.png") no-repeat top center;
	}
	
		.special-teaser .special-teaser-content {
			margin-left: 0;
			padding-top: 0;
			width: 50%;
			float: left;
		}
	
			.special-teaser .special-teaser-content h1 {
				color: white;
				text-transform: uppercase;
				font-size: 14px;
				font-size: 1.4rem;
				font-family: 'OfficinaSansITCW01-Bold';
			}
	
			.special-teaser .special-teaser-content h2 {
				margin-top: 10px;
				float:left;
			}
	
			.special-teaser .special-teaser-content .neu-head {
				font-size: 38px;
				font-size: 3.8rem;
				width:215px;
			}
	
			.special-teaser .special-teaser-content .neu-sub-head {
				font-size: 20px;
				font-size: 2.0rem;
				width:100%;
			}
	
			.special-teaser .special-teaser-content p {
				font-size: 20px;
				font-size: 2.0rem;
				width:95%;
			}
	
		.special-teaser figure {
			padding-top: 10px;
			margin-right: 0;
			
			width: 45%;
			max-width: 416px;
			height:auto;
		}
		
		.special-teaser figure .deco-compass{
			left: -30px;
			bottom: -20px;
		}
		
		.special-teaser figure img{
			width: 100%;
		}
		
		.special-teaser figure:before{
			width: 107px;
			height: 98px;
			margin-left: -110px;
			margin-top: -5px;
			background-size: 100%;
		}
}

/* INLINE KONTAKT */

#inline-kontakt {
	height:auto;
	background: white;
	padding-left: 90px;
	padding-top: 30px;
	padding-bottom:70px;
	margin-top: 50px;
}

	#inline-kontakt h1 {
		color: #A31115;
		font-size: 32px;
		font-size: 3.2rem;
	}

	#inline-kontakt .inline-kontakt-column {
		width: 445px
	}

	#inline-kontakt .inline-kontakt-column-left {
		background: url("img/kontakt_mail_background.png") no-repeat top left;
		float: left;
	}

	#inline-kontakt .inline-kontakt-column h2 {
		color: #4E3D2E;
		font-size: 24px;
		font-size: 2.4rem;
		font-family: 'OfficinaSansITCW01-Bold';
		margin-top: 18px;
	}
	
	#inline-kontakt .optional-text{
		font-size: 15px;
		font-size: 1.5rem;
		font-family: 'OfficinaSansITCW01-Book 734512';
		text-transform: none;
		margin-bottom: 25px;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#inline-kontakt {
		height:auto;
		background: white;
		padding:30px 22px 30px 22px;
		margin-top: 50px;
	}
	
	#inline-kontakt .kontakt-container	 {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	
		#inline-kontakt h1 {
			color: #A31115;
			font-size: 28px;
			font-size: 2.8rem;
		}
	
		#inline-kontakt .inline-kontakt-column {
			width: 355px;
		}
	
		#inline-kontakt .inline-kontakt-column-left {
			background-size:140px 140px;
			padding-left: 20px;
		}
	
		#inline-kontakt .inline-kontakt-column h2 {
			font-size: 20px;
			font-size: 2.0rem;
			margin-top: 18px;
		}
}

#inline-kontakt #inline-kontakt-form {

}

	#inline-kontakt #inline-kontakt-form input,
	#inline-kontakt #inline-kontakt-form textarea {
		border: 1px solid #DABEA2;
		width: 340px;
		height: 37px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		font-size: 18px;
		font-size: 1.8rem;
		color: #50443D;
		resize: none;
		outline: none;
	}

	#inline-kontakt #inline-kontakt-form textarea {
		height: 97px;
		width: 339px;
		padding: 10px;
	}

	#inline-kontakt #inline-kontakt-form table {
		margin-top: 20px;
		text-align: right;
	}
		#inline-kontakt #inline-kontakt-form table .col2{
			text-align: left;
			padding-left: 5px;
		}
		
		#inline-kontakt #inline-kontakt-form table .col2 span{
			display: none;
		}

		#inline-kontakt #inline-kontakt-form table .td-align-top {
			vertical-align: top
		}

			#inline-kontakt #inline-kontakt-form table .td-align-top label {
				margin-top: 10px
			}

	#inline-kontakt #inline-kontakt-form label {
		text-transform: uppercase;
		display: block;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 14px;
		font-size: 1.4rem;
		color: #50443D;
	}

	#inline-kontakt #inline-kontakt-form button {
		margin-left: 102px;
	}

#inline-kontakt .inline-kontakt-column .inline-kontakt-error {
	margin-left: 102px;
	margin-top: 15px;
	color: #A31115;
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 16px;
	font-size: 1.6rem;
}

#inline-kontakt .inline-kontakt-column .inline-kontakt-success {
	margin-left: 102px;
	margin-top: 15px;
	color: green;
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
		#inline-kontakt #inline-kontakt-form input,
		#inline-kontakt #inline-kontakt-form textarea {
			text-align:left;
			width: 250px;
			height: 35px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			font-size: 18px;
			font-size: 1.8rem;
			color: #50443D;
			resize: none;
			outline: none;
		}
	
		#inline-kontakt #inline-kontakt-form textarea {
			height: 97px;
		}
	
			#inline-kontakt #inline-kontakt-form table .col1{
				width:70px;
			}
			
			#inline-kontakt #inline-kontakt-form table .col2{
				text-align: left;
			}
	
			#inline-kontakt #inline-kontakt-form table .td-align-top {
				vertical-align: top
			}
	
				#inline-kontakt #inline-kontakt-form table .td-align-top label {
					margin-top: 10px
				}
	
		#inline-kontakt #inline-kontakt-form button {
			margin-left: 79px
		}
	
	#inline-kontakt .inline-kontakt-column .inline-kontakt-error {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 79px;
	}
	
	#inline-kontakt .inline-kontakt-column .inline-kontakt-success {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 79px;
	}
	
}


/* INLINE KONTAKT RIGHT */

#inline-kontakt .inline-kontakt-column-right {
	background: url("img/kontakt_phone_background.png") no-repeat top left;
	float: right;
	padding-left: 20px;
}

	#inline-kontakt .inline-kontakt-column-right .hotline-head {
		text-transform: uppercase;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 14px;
		font-size: 1.4rem;
		color: #50443D;
		margin-top: 35px;
	}

	#inline-kontakt .inline-kontakt-column-right .inline-kontakt-number a {
		font-size: 64px;
		font-size: 6.4rem;
		color: #A31115;
		text-decoration: none;
	}

	#inline-kontakt .inline-kontakt-column-right .inline-kontakt-number {
		margin-top: 12px
	}

	#inline-kontakt .inline-kontakt-column-right .hotline-copy {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 7px;
		width: 350px;
		line-height: 20px;
		color: #50443D;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#inline-kontakt .inline-kontakt-column-right {
		background-size:140px 140px;
	}
	
		#inline-kontakt .inline-kontakt-column-right .hotline-head {
			text-transform: uppercase;
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 14px;
			font-size: 1.4rem;
			color: #50443D;
			margin-top: 35px;
		}
	
		#inline-kontakt .inline-kontakt-column-right .inline-kontakt-number a {
			font-size: 54px;
			font-size: 5.4rem;
		}
	
		#inline-kontakt .inline-kontakt-column-right .inline-kontakt-number {
			margin-top: 12px
		}
	
		#inline-kontakt .inline-kontakt-column-right .hotline-copy {
			font-size: 16px;
			font-size: 1.6rem;
			margin-top: 7px;
			width: 350px;
			line-height: 20px;
			color: #50443D;
		}
}


/* INLINE SPECIAL KONTAKT */

/* INLINE KONTAKT */

#inline-sepcial-kontakt {
	height: auto;
	background: white;
	padding-left: 90px;
	margin-top: 200px;
	padding-top: 10px;
	padding-bottom: 70px;
}

	#inline-sepcial-kontakt h1 {
		display: none;
	}

	#inline-sepcial-kontakt .inline-kontakt-column {
		width: 445px
	}

	#inline-sepcial-kontakt .inline-kontakt-column-left {
		float: left;
	}

	#inline-sepcial-kontakt .inline-kontakt-column h2 {
		display: none;
	}

#inline-sepcial-kontakt {

}

	#inline-sepcial-kontakt input,
	#inline-sepcial-kontakt textarea {
		border: 1px solid #DABEA2;
		width: 340px;
		height: 37px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		font-size: 18px;
		resize: none;
		color: #50443D;
		outline: none;
	}

	#inline-sepcial-kontakt textarea {
		height: 97px;
		width: 339px;
		padding:10px;
	}

	#inline-sepcial-kontakt table {
		margin-top: 20px;
		text-align: right;
	}
	
	#inline-sepcial-kontakt #inline-kontakt-form table .col2{
		text-align: left;
		padding-left: 5px;
	}
	
	#inline-sepcial-kontakt #inline-kontakt-form table .col2 span{
		display: none;
	}

		#inline-sepcial-kontakt table .td-align-top {
			vertical-align: top
		}

			#inline-sepcial-kontakt table .td-align-top label {
				margin-top: 10px
			}

	#inline-sepcial-kontakt label {
		text-transform: uppercase;
		display: block;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 14px;
		font-size: 1.4rem;
		color: #50443D;
	}

	#inline-sepcial-kontakt button {
		margin-left: 101px
	}
	
	#inline-sepcial-kontakt .optional-text{
		font-size: 15px;
		font-size: 1.5rem;
		font-family: 'OfficinaSansITCW01-Book 734512';
		text-transform: none;
		margin-bottom: 25px;
	}

#inline-sepcial-kontakt .inline-kontakt-column .inline-kontakt-error {
	margin-left: 101px;
	margin-top: 15px;
	color: #A31115;
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 16px;
	font-size: 1.6rem;
}

#inline-sepcial-kontakt .inline-kontakt-column .inline-kontakt-success {
	margin-left: 101px;
	margin-top: 15px;
	color: green;
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 16px;
	font-size: 1.6rem;
}

#inline-sepcial-kontakt .inline-kontakt-column-right {
	float: right;
	padding-top: 50px;
	width: 400px;
	margin-right: 180px;
}

	#inline-sepcial-kontakt .inline-kontakt-column-right p {
		font-size: 28px;
		font-size: 2.8rem;
		color: #A31115;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#inline-sepcial-kontakt {
		height: auto;
		padding:10px 22px 50px 22px;
		margin-top: 100px;
	}
	
	#inline-sepcial-kontakt .kontakt-container	 {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
	}
	
	#inline-sepcial-kontakt .inline-kontakt-column {
		width: 420px
	}
	
	#inline-sepcial-kontakt #inline-kontakt-form table .col2 span{
		display: none;
	}
	
	#inline-sepcial-kontakt .inline-kontakt-column-right {
		width: 40%;
		margin:0;
		padding-left: 20px;
		float:right;
	}
	
	#inline-sepcial-kontakt .inline-kontakt-column-right p {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	
	
		#inline-sepcial-kontakt #inline-kontakt-form input,
		#inline-sepcial-kontakt #inline-kontakt-form textarea {
			text-align:left;
			width: 347px;
			height: 35px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			margin-left: 5px;
			font-size: 18px;
			font-size: 1.8rem;
			color: #50443D;
			resize: none;
			outline: none;
		}
	
		#inline-sepcial-kontakt #inline-kontakt-form textarea {
			width: 347px;
			height: 97px;
			padding: 10px;
		}
	
			#inline-sepcial-kontakt #inline-kontakt-form table .col1{
				width:70px;
			}
			
			#inline-sepcial-kontakt #inline-kontakt-form table .col2{
				text-align: left;
			}
	
			#inline-sepcial-kontakt #inline-kontakt-form table .td-align-top {
				vertical-align: top
			}
	
				#inline-sepcial-kontakt #inline-kontakt-form table .td-align-top label {
					margin-top: 10px
				}
	
		#inline-sepcial-kontakt #inline-kontakt-form button {
			margin-left: 79px
		}
	
	#inline-sepcial-kontakt .inline-kontakt-column .inline-kontakt-error {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

/* CONTENT SLOTS */

.content-slots {
	width: 1000px;
	margin-top:80px;
	margin-left: 90px;
	position: relative;
	margin-bottom: 130px;
	z-index:5;
}

.content-slots:after {
	content: "";
	display: block;
	clear: both;
}

.content-slots .content-slot {
	position: relative;
	
	width: 310px;
	float: left;
	margin-right: 20px;
}

.content-slots .content-slot.slot-left {
}

	.content-slots .content-slot.slot-left h1:before {
		content: "";
		width: 70px;
		height: 72px;
		background: url("img/badge_privat.png") no-repeat center;
		position: absolute;
		left: -18px;
		top: -12px;
		z-index: 10;
	}
	
	.content-slots .content-slot.slot-center h1:before {
		content: "";
		width: 70px;
		height: 72px;
		background: url("img/badge_business.png") no-repeat center;
		position: absolute;
		left: -18px;
		top: -12px;
		z-index: 10;
	}

	.content-slots .content-slot.slot-right h1:before {
		content: "";
		width: 70px;
		height: 72px;
		background: url("img/badge_education.png") no-repeat center;
		position: absolute;
		left: -18px;
		top: -12px;
		z-index: 10;
	}
	
	.content-slots .content-slot.slot-sline h1:before {
		content: "";
		width: 70px;
		height: 72px;
		background: url("img/badge_oeffentlich.png") no-repeat center;
		position: absolute;
		left: -18px;
		top: -12px;
		z-index: 10;
	}

.content-slots .content-slot.slot-right {
	margin-right: 0;
}



.content-slots .content-slot.clot-center {
}

.content-slots .content-slot h1 {
	color: #A31116;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'OfficinaSansITCW01-Bold';
	padding-left: 60px;
	position: relative;
	text-transform: uppercase;
}

.content-slots .content-slot h2 {
	color: #4C3D2C;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'OfficinaSansITCW01-Bold';
}

.content-slots .content-slot p {
	font-size: 18px;
	font-size: 1.8rem;
}

.content-slots .content-slot .programm-slot-image {
	margin-top: 7px;
}

.content-slots .content-slot .programm-slot-image img{
	width:100%;
}

.content-slots .content-slot .slot-body {
	margin-top: 15px
}

	.content-slots .content-slot .slot-body p {
		/*margin-top: 25px;*/
		line-height: 25px;
	}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.content-slots {
		width: 100%;
		margin-left:0;
		margin-top:50px;
		margin-bottom: 50px;
		padding: 0 22px 0 22px;
	}
	
	.other-offer .offer-slot{
		
	}
	
	.content-slots .content-slot {
		width: 32%;
		margin-right: 2%;
	}
	
	.content-slots .content-slot.slot-left {
	}
	
	.content-slots .content-slot.slot-left h1:before {
		width: 50px;
		height: 50px;
		background-size:100%;
		left: -15px;
		top: -9px;
	}
	.content-slots .content-slot.slot-sline h1:before {
		width: 50px;
		height: 50px;
		background-size:100%;
		left: -15px;
		top: -9px;
	}
	
	.content-slots .content-slot.slot-center h1:before {
		width: 50px;
		height: 50px;
		background-size:100%;
		left: -15px;
		top: -9px;
	}
	
	.content-slots .content-slot.slot-right h1:before {
		width: 50px;
		height: 50px;
		background-size:100%;
		left: -15px;
		top: -9px;
	}
	
	.content-slots .content-slot.slot-right {
		margin-right: 0;
	}
	
	.content-slots .content-slot h1 {
		padding-left: 39px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.content-slots .content-slot h2 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.content-slots .content-slot .programm-slot-image {
		margin-top: 4px;
	}
	
	.content-slots .content-slot .slot-body {
		margin-top: 15px
	}
	
		.content-slots .content-slot .slot-body p {
			margin-top: 5px;
			line-height: 25px;
		}
	
}

@media only screen and (min-width: 995px) and (max-width: 1141px) {
	.content-slots .content-slot h1 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

/* INFO TEASER */

.info-teaser {
	width:995px;
	margin-left: 90px;
	margin-top:30px;
	position: relative;
	z-index:2;
}

.info-teaser.was-wir-machen-teaser {
	margin-top:80px;
}

.info-teaser.add-special-padding {
	padding-top: 110px;
	padding-bottom: 110px;
}
	.info-teaser .square-corner-deco {
		width: 1083px;
		height: 465px;
		position: absolute;
		top: 220px;
		left: -60px;
		background: url("img/deco/squareCorner_deco.png") no-repeat;
	}

	.info-teaser .info-teaser-body {
		width:505px;
		float: left;
		margin-top:20px;
	}
	
	.info-teaser.info-teaser-left .info-teaser-body {
		width:545px;
		float: right;
		margin-top:20px;
		padding-left:30px;
	}
	
	.info-teaser.info-teaser-left .info-teaser-body p{
		width:490px;
	}
	
		.info-teaser .info-teaser-body h1 {
			font-size: 24px;
			font-size: 2.4rem;
			font-family: 'OfficinaSansITCW01-Bold';
			color: #4E3D2E;
			
		}
		
		.info-teaser .info-teaser-body p{
			margin-top: 20px;
			font-size: 20px;
			font-size: 2.0rem;
			line-height:25px;
			width:450px;
		}
		.info-teaser-body td{
		  font-size: 20px;
		  font-size: 2.0rem;
		  line-height:25px;
		}
		
.info-teaser .teaser-image{
	position:relative;
	float:right;
	z-index:5;
}	

.info-teaser .teaser-image img{
	width:100%;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.info-teaser {
		width:100%;
		padding:0 10px 20px 22px;
		margin-top:30px;
		margin-left:0;
		position: relative;
	}
	
	.info-teaser.was-wir-machen-teaser {
		margin-top:30px;
	}
	
		.info-teaser .info-teaser-body {
			width:59%;
			margin-top:20px;
		}
		
		.info-teaser.info-teaser-left .info-teaser-body {
			width:55%;
			margin-top:15px;
			padding-left: 0;
		}
		
		.info-teaser.info-teaser-left .teaser-image {
			float: left;
		}
		
		.info-teaser.info-teaser-left .info-teaser-body p{
			width:100%;
		}
		
			.info-teaser .info-teaser-body h1 {
				/*font-size: 28px;
				font-size: 2.8rem;*/
			}
			
			.info-teaser .info-teaser-body p, .info-teaser-body td {
				font-size: 18px;
				font-size: 1.8rem;
				width:auto;
			}
			
	.info-teaser .teaser-image{
		width:41%;
		max-width:445px;
	}	
	
}

/* INFO BILDUNG */

@media only screen and (min-width: 1142px) {
	.info-teaser.info-bildung .teaser-image{
		margin-right:50px;
	}	
	
	.info-teaser.info-bildung .info-teaser-body p{
		width:500px;
	}
}


/* SPECIAL INFO TEASER */

.special-info {
	width:955px;
	margin:0 auto;
	margin-top:30px;
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
}

	.special-info .square-corner-deco {
		width: 1083px;
		height: 465px;
		position: absolute;
		top: 40px;
		left: -70px;
		background: url("img/deco/squareCorner_deco.png") no-repeat;
	}
	
	.special-info .special-info-body {
		width:470px;
		float: left;
		margin-top:58px;
		z-index: 2;
		position: relative;
	}
	
		.special-info .special-info-body h1 {
			font-size: 31px;
			font-size: 3.1rem;
			font-family: 'OfficinaSansITCW01-Bold';
			color: #4E3D2E;
			
		}
		
		.special-info .special-info-body p {
			margin-top: 20px;
			font-size: 20px;
			font-size: 2.0rem;
			line-height:25px;
			width:450px;
		}
		
.special-info .content-image{
	float:right;
	position:relative;
}	

.special-info .looking-glass {
	width: 303px;
	height: 86px;
	position: absolute;
	bottom: -25px;
	right: -20px;
	background: url("img/lookingGlass.png") no-repeat;
}	

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.special-info {
		width:100%;
		margin:0;
		margin-top:80px;
		position: relative;
		padding:0 22px 110px 22px;
	}
	
		.special-info .special-info-body {
			width:55%;
			margin-top:15px;
			padding-right:20px;
		}
		
			.special-info .special-info-body p {
				margin-top: 20px;
				font-size: 18px;
				font-size: 1.8rem;
				line-height:1.3em;
				width:auto;
			}
			
	.special-info .content-image{
		width:45%;
	}	
	
	.special-info .content-image img{
		width:100%;
	}
	
	.special-info .looking-glass {
		width: 65%;
		height: 25%;
		bottom: -5%;
		background-size: 100% 100%;
	}	
}

/* PROGRAMM EVENTS  */

.programm-events{
	width:1024px;
	margin:0 auto;
	margin-top:30px;
}

	.programm-events > h1{
		display:none;
	}
	
.programm-events .more{
	
}

.programm-events .less{
	font-size: 18px;
	font-size: 1.8rem;
}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.programm-events{
		width:100%;
		padding:0 22px 0 22px;
		margin:0;
		margin-top:30px;
	}
}

/* CONTENT IAMGE LEFT */	
.content-image-left{
	position: relative;
}

.content-image-left .content-body{
	float:right;
	width:560px;
	margin-right:20px;
}

	.content-image-left .content-body h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 24px;
		font-size: 2.4rem;
		color: #4E3D2E;
		margin-top: 30px;
	}
	
	.content-image-left .content-body p{
		font-size: 18px;
		font-size: 1.8rem;
		line-height:25px;
		margin-top: 10px;
	}
	
	.content-image-left .content-body .italic-text{
		font-size: 18px;
		font-size: 1.8rem;
	}

.content-image-left > figure{
	float:left;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.content-image-left .content-body{
		width:63%;
		margin:0;
		padding-left:40px;
	}
	
		.content-image-left .content-body h2{
			margin-top: 10px;
			font-size: 20px;
			font-size: 2.0rem;
		}
		
		.content-image-left .content-body p{
			font-size: 18px;
			font-size: 1.8rem;
			margin-top: 10px;
			line-height: 1.4;
		}
		
		.content-image-left .content-body .italic-text{
			font-size: 16px;
			font-size: 1.6rem;
		}
	
	.content-image-left > figure{
		width:37%;
	}
	
	.content-image-left > figure img{
		width:100%;
	}
}
		
/* INDIVIDUELLE KONZEPTE */

.case-studies{
	width:990px;
	margin:0 auto;
} 		

	.case-studies h1{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 28px;
		font-size: 2.8rem;
		color: #4E3D2E;
		margin-left:15px;
	} 		
	
	.case-studies .sub-head{
		margin-top:20px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 25px;
		margin-left:15px;
	} 	

	.case-studies .content-image-left{
		margin-top:40px;
		margin-bottom: 20px;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.case-studies{
		width:100%;
		margin:0;
		padding:0 22px 0 22px;
	} 		
	
		.case-studies h1{
			font-size: 40px;
			font-size: 2.4rem;
			margin-left:0;
		} 	
		
		.case-studies .sub-head{
			margin-left:0;
		} 		
}
	
/* UBER UNS SPECIAL */

.uber-uns-special{
	width:950px;
	margin-left:90px;
	margin-top:100px;
	position: relative;
}

	.uber-uns-special h1{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 31px;
		font-size: 3.1rem;
		color: #4E3D2E;
		margin-top:20px;
	}
	
	.uber-uns-special .content-copy{
	}
	
	.uber-uns-special .content-copy p{
		font-size: 20px;
		font-size: 2.0rem;
		line-height:25px;
		margin-top:20px;
	}
	
	.uber-uns-special figure{
		margin-left: 60px;
		float: right;
		margin-right: -30px;
		margin-top: -40px;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.uber-uns-special{
		width:100%;
		padding:0 22px; 
		margin-left:0;
		margin-top:50px;
	}
	
		.uber-uns-special h1{
			font-size: 28px;
			font-size: 2.8rem;
			margin-top:0;
		}
		
		.uber-uns-special .content-copy{
		}
		
		.uber-uns-special .content-copy p{
			font-size: 18px;
			font-size: 1.8rem;
			line-height:1.3em;
			margin-top:20px;
		}
		
		.uber-uns-special figure{
			width: 57%;
			margin-right: 0;
			margin-left: 20px;
			margin-top: 0px;
			max-width:482px;
		}
		
		.uber-uns-special figure img{
			width:100%;
		}
}

/* STANDORTE */

.standorte{
	width:1094px;
	height:410px;
	background: url("img/standorte_background.png") no-repeat;
	margin:90px auto 70px;
	position:relative;
}

	.standorte .standorte-body {
		width:470px;
		float:left;
		margin-left: 130px;
		margin-top: 75px;
	}
	
		.standorte .standorte-body h1{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 35px;
			font-size: 3.5rem;
			color: #B07F47;
		}
		
		.standorte .standorte-body p{
			font-size: 20px;
			font-size: 2.0rem;
			color: white;
			margin-top: 12px;
			line-height: 29px;
		}
	
	.standorte figure{
		float:right;
		margin-top: -20px;
		margin-right: 95px;
	}
	
	.standorte .deco-compass{
		position:absolute;
		right:0;
		bottom:0;
		margin-bottom: 0px;
		margin-right: 50px;
	}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.standorte{
		margin:70px 0 70px;
		background: #4F3D2F;
		width: 100%;
		height: 100%;
		padding: 25px 22px 0 22px;
	}
	
	.standorte:before{
		content: "";
		position: absolute;
		top: -26px;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_top.png") no-repeat bottom center;
		
	}
	.standorte:after{
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_bottom.png") no-repeat top center;
	}
	
		.standorte .standorte-body {
			width:50%;
			margin-left: 0;
			margin-top: 30px;
		}
		
			.standorte .standorte-body p{
				margin-top: 12px;
			}
		
		.standorte figure{
			width:50%;
			margin-top: 0;
			position:relative;
			margin-right: 0;
		}
		
		.standorte figure img{
			width:100%;
			max-width:400px;
		}
		
		.standorte .deco-compass img{
			width:100%;
		}
		
		.standorte .deco-compass{
			width:167px;
			position:absolute;
			left: 0;
			bottom: 0;
			margin-bottom: -25px;
			margin-right: 0;
			margin-left: 250px;
			z-index: 2;
		}
}

/* DESCRIPTION BOX */

.description-box {
	width:963px;
	margin:0 auto;
	margin-top:30px;
	background:white;
	position: relative;
}

	.description-box .event-description-column{
		width:480px;
		float:left;
		padding:30px 30px 15px 30px;
	}
	
		.description-box .event-description-column h1{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 28px;
			font-size: 2.8rem;
			color: #4E3D2E;
			margin-bottom: 20px;
		}
		
		.description-box .event-description-column > div{
			margin-bottom: 15px;
		}
		
		.description-box .evfent-description-column div h2{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 18px;
			font-size: 1.8rem;
			color: #4E3D2E;
		}
		
		.description-box .event-description-column div p{
			font-size: 18px;
			font-size: 1.8rem;
			line-height: 1.4;
			margin-top: 10px;
		}
		
	.description-box .event-description-column.event-description-right{
		padding-top: 78px;
	}
	
	.description-box:after {
		content: "";
		width: 963px;
		height: 23px;
		background: url("img/description_box_shadow.png") no-repeat;
		position: absolute;
		margin-bottom: -23px;
		left: 0;
		bottom: 0;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.description-box {
		width:95%;
		margin:45px 0 0 22px;
	}
	
	.description-box .event-description-column div p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	
	.description-box .event-description-column.event-description-right{
		padding-top: 68px;
	}
		.description-box .event-description-column{
			width:50%;
			padding: 20px;	
		}
		
		.description-box:after {
			content: "";
			width: 100%;
			background-size: 100% 100%;
		}
}
		
/* TESTIMONIALS */

.testimonials{
	width:1000px;
	margin-left: 72px;
	margin-bottom:90px;
	position:relative;
}	

.testimonials h1{
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 31px;
	font-size: 3.1rem;
	color: #4E3D2E;
	margin-left: 18px;
}

.testimonials .testimonial-slot{
	width:311px;
	float:left;
	margin-top: 50px;
	margin-right:33px;
	z-index: 5;
}

.testimonials .testimonial-slot.last-testimonial-slot{
	margin-right:0;
}
	.testimonials .testimonial-slot figure{
		text-align:center;
	}

	.testimonials .testimonial-slot div{
		margin-top: 10px;
		width: 75%;
		margin-left: 5%;
	}
	
	.testimonials .testimonial-slot div h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 24px;
		font-size: 2.4rem;
		color: #4E3D2E;
	}
	
	.testimonials .testimonial-slot div p{
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 15px;
		text-indent: 1.5em;
		position: relative;
	}
	
	.testimonials .testimonial-slot div p:before{
		content:"";
		width:18px;
		height:18px;
		background: url("img/testi_quotes_start.png") no-repeat;
		position: absolute;
		left: 0;
		top: -4px;
	}
	
	.testimonials .testimonial-slot div p:after{
		content:"";
		width:18px;
		height:18px;
		background: url("img/testi_quotes_end.png") no-repeat;
		position: absolute;
		margin-top: 5px;
		margin-left: 5px;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.testimonials{
		width:100%;;
		margin-left: 0;
		margin-bottom:90px;
		padding:0 22px;
	}	
	
	.testimonials h1{
		margin-left: 0;
	}
	
	.testimonials .testimonial-slot{
		width:31%;
		float:left;
		margin-top: 20px;
		margin-right:1%;
	}
		.testimonials .testimonial-slot figure img{
			width: 100%;
			max-width: 317px;
		}
	
		.testimonials .testimonial-slot div{
			width: 85%;
		}
		
		.testimonials .testimonial-slot div h2{
			font-size: 22px;
			font-size: 2.2rem;
		}
}
		

/* KUNDEN */

.kunden{
	width:965px;
	margin-left:90px;
	position: relative;
}	

.kunden h1{
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 22px;
	font-size: 2.2rem;
	color: #4E3D2E;
}	

	.kunden .kunden-slider{
		background: white;
		height:193px;
		margin-top:10px;
		padding: 30px 92.5px;
		position: relative;
	}
	
	.kunden .kunden-slider:after {
		content: "";
		width: 963px;
		height: 23px;
		background: url("img/description_box_shadow.png") no-repeat;
		position: absolute;
		margin-bottom: -23px;
		left: 0;
		bottom: 0;
	}
	
	.kunden .kunden-slider .sliderWrapper{
		position: relative;
		overflow: hidden;
	}
	
		.kunden .kunden-slider .sliderWrapper ul{
			width:7000px;
			position: relative;
		}
		
		.kunden .kunden-slider .sliderWrapper ul li{
			float:left;
			padding:6px;
		}
	
	.kunden-slider button {
		position: absolute;
		background: url("img/customerSlider_arrows.png") no-repeat;
		background-size: auto 200%;
		width: 29px;
		height: 54px;
		z-index: 1;
		top: 50%;
		margin-top: -27px;
		text-indent: -90000px;
		cursor: pointer;
	}
	
	.kunden-slider button:hover {
		opacity: 0.75;
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
	}
	
		.kunden-slider button.inactive{
			background-position: 0 -54px; 
			cursor: default;
		}
		
		.kunden-slider button.inactive:hover {
			opacity: 1;
			-moz-opacity: 1;
			-khtml-opacity: 1;
		}

	.kunden-slider  button.left {
		margin-left: 30px;
		left: 0;
	}
	.kunden-slider button.right {
		background-position: -29px 0;
		margin-right: 30px;
		right: 0;
	}	
	.kunden-slider button.right.inactive {
		background-position: -29px -54px;	
		cursor: default;	
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.kunden{
		margin-left:0;
		width: 96%;
		margin-left: 22px;
	}	
	
	.kunden .kunden-slider{
		width:705px;
		margin: 10px auto 0 auto;
	}
	
		.kunden .kunden-slider:after {
			width: 100%;
			background-size: 100% 100%;
		}
}

/* PARTNER */

.partner{
	width:965px;
	margin-left:90px;
	position: relative;
	padding-bottom: 0px;
	margin-top: 0px;
}	

.partner h1{
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 31px;
	font-size: 3.1rem;
	color: #4E3D2E;
}	

.partner p{
	font-size: 18px;
	font-size: 1.8rem;
	color: #4C3D2C;
	line-height:22px;
	margin-top: 20px;
}	

.partner ul{
	margin-top:0px;
}	


	.partner ul li{
		float: left;
		width: 180px;
		height: 180px;
		margin: 0 2px 2px 0;
	}	
	
	.partner ul li img{
		width: 100%;
		height: auto;
	}	

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.partner{
		width:100%;
		margin-left:0;
		padding:0 22px 0px 22px;
		margin:0;
	}	
	
	.partner h1{
		font-size: 28px;
		font-size: 2.8rem;
	}	
	
	.partner ul{
		margin-top:0px;
	}	
	
		.partner ul li{
			float: left;
			width: 160px;
			height: 160px;
			padding: 1px;
		}	
		
		.partner ul li a img{
			width: 100%;
			height: auto;
		}
}

/* SERVICE */

.services{
	width:1000px;
	margin-left: 90px;
}

.services h1{
	display:none;
}

.services .description-box .event-description-column div p{
	font-size: 16px;
	font-size: 1.6rem;
}


@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.services{
		width:100%;
		margin-left: 0;
		padding:0 10px 90px 10px;
	}
	
	.services .content-image-left .content-body h2{
		font-size: 24px;
		font-size: 2.4rem;
	}
}

/* PRESSE */

.press-two-columns{
	width:950px;
	margin-left: 90px;
	margin-top:40px;
	position: relative;
	padding-bottom:80px;
}

.press-two-columns {
}

	.press-two-columns .intro-text{
		margin-left:0;
		width:auto;
		margin-top:0;
		width:530px;
		float:left;
	}
	
	.press-two-columns .intro-text p{
		margin-top:15px;
	}
	
		.press-two-columns .intro-text.presse-sub-info h1{
			font-size: 20px;
			font-size: 2.0rem;
		}
		
		.press-two-columns .intro-text.presse-sub-info p{
			margin-top:10px;
		}
		
		.press-two-columns .intro-text .intro-text-copy{
			margin-bottom:20px;
		}
		
		.press-two-columns .intro-text label{
			font-size: 13px;
			font-size: 1.3rem;
			display:block;
		}


.press-two-columns .right{
	float:right;
}

	.press-two-columns .right .press-description-box{
		background: white;
		padding:30px;
		width:381px;
		position: relative;
	}
	
		.press-two-columns .right .press-description-box .event-description-column{
		}
		
		.press-two-columns .right .press-description-box .event-description-column h1{
			color: #4E3D2E;
			font-size: 26px;
			font-size: 2.6rem;
			font-family: 'OfficinaSansITCW01-Bold';
		}
		
		.press-two-columns .right .press-description-box.imprint-description-box .event-description-column h1{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 20px;
			font-size: 2.0rem;
			color: #4E3D2E;
			margin-bottom: 20px;
		}
		
		.press-two-columns .right .press-description-box.imprint-description-box .event-description-column h2{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 20px;
			font-size: 2.0rem;
			color: #4E3D2E;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		
		.press-two-columns .right .press-description-box .event-description-column p{
			font-size: 14px;
			font-size: 1.4rem;
			margin-top:20px;
			line-height: 1.4;
		}
		
		.press-two-columns .right .press-description-box .event-description-column ul{
			margin-top:30px;
		}
		
		.press-two-columns .right .press-description-box .event-description-column ul li{
			margin-top:5px;
			line-height: 1.4;
		}
		
		.press-two-columns .right .press-description-box .event-description-column ul li a{
			color: #A31115;
			font-size: 14px;
			font-size: 1.4rem;
			font-family: 'OfficinaSansITCW01-Bold';
		}
		
		.press-two-columns .right .press-description-box:after {
		content: "";
		width: 381px;
		height: 22px;
		background: url("img/press_box_shadow.png") no-repeat;
		position: absolute;
		margin-bottom: -22px;
		left: 0;
		bottom: 0;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.press-two-columns{
		width:100%;
		margin-left: 0;
		margin-top:40px;
		padding-bottom:80px;
		padding-right:22px;
		padding:0 22px 80px 22px;
	}
	
	.press-two-columns {
	}
	
		.press-two-columns .intro-text{
			margin-left:0;
			margin-top:0;
			width:50%;
			float:left;
			padding:0;
			padding-right: 30px;
		}
		
			.press-two-columns .intro-text.presse-sub-info{
				font-size: 24px;
				font-size: 2.4rem;
			}
			
			.press-two-columns .intro-text .intro-text-copy{
				margin-bottom:20px;
			}
			
			.press-two-columns .intro-text label{
				font-size: 13px;
				font-size: 1.3rem;
				line-height: 1.5em;
			}
	
	
	.press-two-columns .right{
		width:50%;
		padding-top: 45px;
	}
	
		.press-two-columns .right .press-description-box{
			background: white;
			padding:30px;
			width:100%;
			position: relative;
		}
			.press-two-columns .right .press-description-box .event-description-column ul li{
				line-height: 1.4;
			}
		
			.press-two-columns .right .press-description-box .event-description-column{
			}
			
			.press-two-columns .right .press-description-box .event-description-column h1{
				font-size: 24px;
				font-size: 2.4rem;
			}
			
			.press-two-columns .right .press-description-box:after {
				width: 100%;
				background-size: 100% 100%;
			}
}
	
/* IMAGE RIGHT FLOAT CONTENT  */

.image-float-right-content{
	width:950px;
	margin-left:90px;
	margin-top:40px;
}

	.image-float-right-content h1{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 31px;
		font-size: 3.1rem;
		color: #4E3D2E;
		margin-top:20px;
	}
	
	.image-float-right-content h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 31px;
		font-size: 3.1rem;
		color: #4E3D2E;
		margin-top:40px;
	}
	
	.image-float-right-content .content-copy{
	}
	
	.image-float-right-content .content-copy p{
		font-size: 20px;
		font-size: 2.0rem;
		line-height:25px;
		margin-top:20px;
	}
	
	.image-float-right-content figure{
		position:relative;
		margin-left: 15px;
		float: right;
		margin-right: -30px;
		margin-top: -50px;
		z-index: 5;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.image-float-right-content{
		width:100%;
		margin-left:0;
		margin-top:30px;
		padding:0 20px;
	}
	
		.image-float-right-content h1{
			font-size: 24px;
			font-size: 2.4rem;
		}
		
		.image-float-right-content h2{
			font-size: 24px;
			font-size: 2.4rem;
		}
		
		.image-float-right-content .content-copy {
		}
		
		.image-float-right-content .content-copy p{
			font-size: 18px;
			font-size: 1.8rem;
			line-height:1.3em;
		}
		
		.image-float-right-content figure{
			width:45%;
			margin-left: 30px;
			margin-right: 0;
			margin-top: -35px;
		}
		
		.image-float-right-content figure img{
			width:100%;
		}
		
		
		/* Individuelle Konzepte */
		
		.image-float-right-content.indi-content figure {
			max-width:400px;
		}
		
		.image-float-right-content.indi-content {
			min-height:250px;
		}
}

/* FAQ DESCRIPTION BOX */


.description-box.faq-box{
	padding:20px 30px 20px 30px;
	width:963px;
	text-align: center;
	margin-top:80px;
}

	.description-box.faq-box .faq-section{
		text-align: left;
	}
	
	.description-box.faq-box .faq-endLine{
		margin-top:30px;
		background: url("img/faqLine.png") repeat-x left center;
		height:2px;
		width:800px;
	}
	
	.description-box.faq-box .faq-section .faq-section-head{
		margin-top: 20px;
		margin-bottom: 20px;
		text-align:center;
		background: url("img/faqLine.png") repeat-x left center;
	}
	
	.description-box.faq-box .faq-section .faq-section-head.mid-head{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
		.description-box.faq-box .faq-section .faq-section-head h2{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 14px;
			font-size: 1.4rem;
			color: #4E3D2E;
			text-transform: uppercase;
			display:inline;
			background:white;
			padding: 0 20px 0 20px;
		}
	
	.description-box.faq-box .faq-section > ul{
		margin-left: 40px;
	}
	
	.description-box.faq-box .faq-section > ul > li{
		color: #B07F47;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	
	.description-box.faq-box .faq-section > ul li h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	.description-box.faq-box .faq-section > ul li div{
		color:black;
		margin-top:5px;
		margin-left:30px;
	}
	
	.description-box.faq-box .faq-section > ul li div p{
		font-family: 'OfficinaSansITCW01-Book 734509';
		font-size: 16px;
		font-size: 1.6rem;
		line-height:1.4;
	}
	
	.description-box.faq-box .faq-section > ul li div ul{
		margin-top: 10px;
	}
	
	.description-box.faq-box .faq-section > ul li div ul li{
		margin-left:20px;
		font-family: 'OfficinaSansITCW01-Book 734509';
		font-size: 16px;
		font-size: 1.6rem;
		line-height:1.4;
		list-style: disc;
		color:black;
	}

	.description-box.faq-box .deco-compass{
		width:251px;
		position:absolute;
		right:0;
		bottom:0;
		margin-bottom: -30px;
		margin-right: -140px;
		z-index: 3;
	}
	
	.description-box.faq-box .deco-compass img{
		width:100%;
	}
	
	.description-box.faq-box > a{
		display: inline-block;
		margin-top:20px;
		text-transform: uppercase;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 16px;
		font-size: 1.6rem;
		color: #A31114;
		text-decoration: none;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.description-box.faq-box{
		width:95%;
	}
	
	.description-box.faq-box .deco-compass{
		width:190px;
		position:absolute;
		right:0;
		bottom:0;
		margin-bottom: -30px;
		margin-right: -40px;
		z-index: 3;
	}
	
	.description-box.faq-box .faq-endLine{
		width:100%;
	}
}
	
/* BLOG ENTRY */


.blog-entry{
	width:950px;
	margin-left:90px;
	margin-top:30px;	
	padding-bottom: 15px;
	position: relative;
}

.blog-deco.big-corner-deco{
	width: 459px;
	height: 944px;
	position: absolute;
	top: 1070px;
	left: 15px;
	background: url("img/deco/big_corner_deco.png") no-repeat;
}


.blog-entry h1{
	color: #4E3D2E;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'OfficinaSansITCW01-Bold';
}

.blog-entry .pub-date{
	color: #4E3D2E;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'OfficinaSansITCW01-Bold';
	margin-top:5px;
}

.blog-entry .blog-copy{
	margin-top:20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:25px;
}

.blog-entry .read-article{
	text-transform: uppercase;
	color: #A31114;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: 'OfficinaSansITCW01-Bold';
	display:inline-block;
	margin-top:10px;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.blog-entry{
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
		padding: 0 22px 15px 22px;
	}
	
}


/* GPS VERLEIH */

.gps-teaser {
	width: 1093px;
	height: 366px;
	margin: 50px auto 80px;
	background: url("img/gps_teaser_background.png") no-repeat;
	position: relative;
}

	.gps-teaser .teaser-image {
		float: left;
		margin: 40px 0 0 40px;
	}
	
	.gps-teaser .gps-teaser-body {
		float: left;
		width: 550px;
		margin: 50px 0 0 50px;
	}

		.gps-teaser .gps-teaser-body h1 {
			color: #B07F47;
			font-size: 31px;
			font-size: 3.1rem;
			font-family: 'OfficinaSansITCW01-Bold';
		}

		.gps-teaser .gps-teaser-body p {
			color: white;
			font-size: 20px;
			font-size: 2.0rem;
			line-height: 27px;
			margin-top: 25px;
		}
		
		.gps-teaser .gps-device-image{
			background: url("img/gpsDevices.png") no-repeat;
			width:246px;
			height:208px;
			position: absolute;
			right: 10px;
			bottom: -80px;
		}
		
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.gps-teaser {
		background: #4F3D2F;
		width: 100%;
		height: 100%;
		padding:50px 22px 20px 22px;
		margin-bottom: 120px;
	}
	
	.gps-teaser:before{
		content: "";
		position: absolute;
		top: -26px;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_top.png") no-repeat bottom center;
		
	}
	.gps-teaser:after{
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 40px;
		background: url("img/teaser-brown_bottom.png") no-repeat top center;
	}
	
		.gps-teaser .teaser-image {
			width: 45%;
			max-width: 397px;
			height:auto;
			margin:0;
		}
		
		.gps-teaser .teaser-image img{
			width:100%;
		}
		
		.gps-teaser .gps-teaser-body {
			float: left;
			width: 55%;
			margin: 0;
			padding-left: 30px;
		}
	
			.gps-teaser .gps-teaser-body h1 {
				font-size: 28px;
				font-size: 2.8rem;
			}
	
			.gps-teaser .gps-teaser-body p {
				font-size: 18px;
				font-size: 1.8rem;
				line-height: 1.3em;
			}
			
			.gps-teaser .gps-device-image{
				background: url("img/gpsDevices.png") no-repeat;
				width: 159px;
				height: 130px;
				right: 10px;
				bottom: -100px;
				z-index:2;
				background-size: 100% 100%;
			}
}
		
/* GPS VERLEIH FORM */

.gps-order {
	width:963px;
	margin-left:90px;
	margin-top:40px;
	position: relative;
	padding-bottom: 100px;
}

	.gps-order form > div{
		width:963px;
		margin-top:30px;
		background:white;
		position: relative;
		padding:20px 30px 20px 30px;
		margin-bottom: 40px;
	}
	
	.gps-order form > div #alternative-versandadresse{
		margin-top:0px;
		overflow: hidden;
		max-height:400px;
		height:auto;
		
		transition: max-height .5s ease-in-out;
		-webkit-transition: max-height .5s ease-in-out;
		-moz-transition: max-height .5s ease-in-out;
	}
	
	.gps-order form > div #alternative-versandadresse.hide-alternative{
		max-height:0;
	}
	
	.gps-order form > div .gps-section-head{
		margin-top: 22px;
		margin-bottom: 22px;
		background: url("img/faqLine.png") repeat-x left center;
	}
	
	.gps-order form > div .gps-section-head h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 22px;
		font-size: 2.2rem;
		color: #4E3D2E;
		display:inline;
		background:white;
		padding-right: 20px;
	}
	
	.gps-order h1{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 31px;
		font-size: 3.1rem;
		color: #4E3D2E;
	}
		
	.gps-order form label,
	.gps-order form p{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 14px;
		font-size: 1.4rem;
		text-transform: uppercase;
		display: block;
	}
	
	.gps-order form label input,
	.gps-order form label textarea{
		margin: 0;
		border:2px solid #4E3D2E;
		height: 24px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		margin-top: 2px;
		font-size: 14px;
		font-size: 1.4rem;
		color: #4E3D2E;
		resize: none;
		outline: none;
	}
	
	.gps-order form label textarea{
		padding:10px;
	}
	
	.gps-order form label select{
		margin: 0;
		height: 24px;
		padding-left: 10px;
		margin-top: 2px;
		font-size: 14px;
		font-size: 1.4rem;
		color: #50443D;
		resize: none;
		outline: none;
		text-transform: none;
	}
	
		.gps-order form .optional-text{
			font-size: 15px;
			font-size: 1.5rem;
			font-family: 'OfficinaSansITCW01-Book 734512';
			text-transform: none;
			margin-bottom: 25px;
		}
	
		.gps-order form .gps-form-input-devices{
			float:left;
			margin-bottom: 30px;
		}
		
		.gps-order form .gps-form-input-date-start{
			float:left;
			margin-left:20px;
		}
		
		.gps-order form .gps-form-input-date-end{
			float:left;
			margin-left:20px;
		}
		
		.gps-order form .gps-form-input-date-start input,
		.gps-order form .gps-form-input-date-end input{
			width:105px;
		}
		
		
		.gps-order form .gps-form-input-anrede{
			float:left;
			margin-right:20px;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-size: 13px;
			font-size: 1.3rem;
			text-transform: none;
			margin-bottom:15px;
		}
		
			.gps-order form .gps-form-input-anrede input{
				height:auto;
				margin-right:5px;
				border:0;
			}
			
		
		.gps-order form .gps-form-input-vorname{
			float:left;
			margin-bottom:15px;
			width: 48%;
			margin-right: 2%;
		}
		
		.gps-order form .gps-form-input-nachname{
			width:50%;
			float:left;
		}
		
			.gps-order form .gps-form-input-vorname input,
			.gps-order form .gps-form-input-nachname input{
				width:100%;
			}
		
		.gps-order form .gps-form-input-firma{
			margin-bottom:15px;
		}
			.gps-order form .gps-form-input-firma input{
				width:100%;
			}
			
		.gps-order form .gps-form-input-strasse{
			margin-bottom:15px;
			width:31%;
			margin-right:2%;
			float:left;
		}
		.gps-order form .gps-form-input-plz{
			float:left;
			margin-right:2%;
			width:31%;
		}
		
		.gps-order form .gps-form-input-ort{
			float:left;
			width:34%;
		}
			
			.gps-order form .gps-form-input-ort input,
			.gps-order form .gps-form-input-plz input,
			.gps-order form .gps-form-input-strasse input{
				width:100%;
			}
			
		.gps-order form .gps-form-input-email{
			float:left;
			margin-bottom:15px;
			width: 48%;
			margin-right: 2%;
		}
		
		.gps-order form .gps-form-input-telefon{
			width:50%;
			float:left;
		}
		
			.gps-order form .gps-form-input-email input,
			.gps-order form .gps-form-input-telefon input{
				width:100%;
			}
			
		.gps-order form .gps-form-input-versandadresse{
			float:left;
			margin-bottom:15px;
		}
		
		.gps-order form .gps-form-input-versandart{
			margin-left:20px;
			float:left;
		}
		
		.gps-order form .gps-form-input-nachricht{
			margin-bottom:15px;
		}
		
			.gps-order form .gps-form-input-nachricht textarea{
				width:100%;
				height:76px;
			}
			
		.gps-order form .gps-form-input-agb,
		.gps-order form .gps-form-input-newsletter{
			margin-right:20px;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-size: 13px;
			font-size: 1.3rem;
			text-transform: none;
			margin-bottom: 5px;
		}
		
			.gps-order form .gps-form-input-agb input,
			.gps-order form .gps-form-input-newsletter input{
				height:auto;
				margin-right:5px;
				border:0;
				margin-top: 0;
			}
			
		.gps-order form .gps-form-input-agb a{
		}
		
	.gps-order form > div:after {
		content: "";
		width: 963px;
		height: 23px;
		background: url("img/description_box_shadow.png") no-repeat;
		position: absolute;
		margin-bottom: -23px;
		left: 0;
		bottom: 0;
	}

	.gps-order .gps-order-error {
		color: #A31115;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 16px;
		font-size: 1.6rem;
		
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
	}
	
	.gps-order .gps-order-error.hide {
		display: block;
		visibility: hidden;
		
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		
		transition: opacity .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
	}
	.gps-order .gps-order-success {
		color: green;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 16px;
		font-size: 1.6rem;
		
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
	}
	
	.gps-order .gps-order-success.hide {
		display: block;
		visibility: hidden;
		
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		
		transition: opacity .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
	}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	.gps-order {
		width:100%;
		margin-left:0;
		margin-top:40px;
		position: relative;
		padding: 0 22px 100px 22px;
	}
	
		.gps-order form > div{
			width:100%;
			margin-top:15px;
			padding:10px 20px 10px 20px;
			margin-bottom: 20px;
		}
		
		.gps-order h1{
			font-size: 24px;
			font-size: 2.4rem;
		}
		
		
	.gps-order .huge-button {
		height: 38px;
		background: url('img/button_readMore_body.png') left top;
		padding: 13px 10px 0 35px;
		font-size: 13.5px;
		font-size: 1.35rem;
	}
	
	.gps-order .huge-button:after {
		content: "";
		background: url('img/button_readMore_cap.png') no-repeat left top;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -10px;
		width: 10px;
		height: 38px;
	}
	
	.gps-order button.huge-button {
		height: 38px;
		padding: 3px 5px 0 35px;
	}
	
	.gps-order button.huge-button[disabled] {
		background: url('img/button_readMore_body_inactive.png') left top;
	}
	
	.gps-order button.huge-button[disabled]:after {
		background: url('img/button_readMore_cap_inactive.png') no-repeat left top;
	}
	
	.gps-order form > div:after {
		width:100%;
		background-size: 100% 100%;
	}
}

/* EVENT ICONS */

.event-icons {
	float:right;
	padding-top: 13px;
	margin-left:10px;
}

.event-icons.left {
	float:left;
	margin-top: -3px;
	padding-top: 0;
}

.small-event-icons {
	float:left;
	padding-top: 29px;
	margin-left:5px;
}	
	
.event-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left:2px;
	cursor:help;
}	

.event-icon img{
	width:100%;
	height:100%;
}	

.event-icon.big-icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-left:5px;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.event-icons {
		padding-top: 13px;
	}
	
	.small-event-icons {
		padding-top: 9px;
	}	
	

	.event-icons.left {
		margin-top: 0;
	}

	.event-icon.big-icon {
		width: 29px;
		height: 29px;
	}

}
	
/* EVENT SUB TEXT */

.event-sub-text{
	width:950px;
	margin-top:30px;
	margin-left:90px;
}

.event-sub-text p{
	font-size: 20px;
	font-size: 2.0rem;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.event-sub-text{
		width:100%;
		margin-top:30px;
		margin-left:0;
		padding:0 22px;
	}

	.event-sub-text p{
		font-size: 18px;
		font-size: 1.8rem;
	}
}


/*  OTHER OFFER */

.other-offer{
	width:960px;
	margin-left: 90px;
}

.other-offer h1{
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 15px;
	font-size: 1.5rem;
	color:#4E3D2E;
	text-transform: uppercase;
}

.other-offer .offer-slot{
	width: 299px;
	float: left;
	margin-top: 15px;
	margin-right: 31px;
}

	.other-offer .offer-slot.last-offer-slot{
		margin-right: 0px;
	}



	.other-offer .offer-slot h2{
		width:299px;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 21px;
		font-size: 2.1rem;
		color:#4E3D2E;
		margin-top:10px;
	}
	
	.other-offer .offer-slot p{
		width:299px;
		font-size: 15px;
		font-size: 1.5rem;
		margin-top:10px;
		min-height: 30px;
	}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.other-offer{
		width:100%;
		margin-left: 0;
		padding:0 22px;
	}
	
	.other-offer .offer-slot{
		width:31%;
		float:left;
		margin-top:15px;
		margin-right: 1%;
	}
	
		.other-offer .offer-slot figure{
			width:95%;
		}
		
		.other-offer .offer-slot figure img{
			width:100%;
		}
		
		.other-offer .offer-slot > div{
			width:95%;
		}
	
		.other-offer .offer-slot h2{
			width:auto;
			font-size: 20px;
			font-size: 2.0rem;
		}
		
		.other-offer .offer-slot p{
			width:auto;
			font-size: 16px;
			font-size: 1.6rem;
			margin-top:10px;
			min-height: 30px;
		}
}

/* EVENT REQUEST */

.request-steps{
	width:965px;
	margin-left:90px;	
	display: table;
	margin-top: 70px;
}

.request-steps div{
	display: table-cell;
}


.request-steps .line{
	background: url('img/dashedLine.png') repeat-x left center;
	height:100%;
	width:50%;
}

.request-steps .step{
	position:relative;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'OfficinaSansITCW01-Bold';
	color:#4E3D2E;
	white-space: nowrap;
	padding-right: 20px;
	padding-left: 10px;
}

.request-steps .step:before{
	display:block;
	background: url("img/orderStepCircles.png") no-repeat;
	width:17px;
	height:17px;
	background-position: -17px 0;
	color:white;
	font-size: 9px;
	font-size: 0.9rem;
	font-family: 'OfficinaSansITCW01-Bold';
	padding:4px 0 0 6px;
	left:0;
	float: left;
	margin-right: 5px;
}

.request-steps .active:before{
	background-position: 0 0;
}

.request-steps .step1{
}

.request-steps .step1:before{
	content:"1";
	left: 15px;
}

.request-steps .step2{
	padding-left: 25px;
	padding-right: 30px;
}

.request-steps .step2:before{
	content:"2";
}

.request-steps .active{
	color:#A31115;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.request-steps{
		width: 100%;
		margin-left: 0;
		padding: 0 22px;
	}
}

/* REQUEST  EVENT STEP 1*/

#request{
	margin-top:30px;
	width:965px;
	margin-left:90px;	
	z-index:5;
	position: relative;
}

	#request #event-order-form_step1 .request-row-date h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 26px;
		font-size: 2.6rem;
		color:#4E3D2E;
		float:left;
	}
		
	#request #event-order-form_step1 .request-row-date .request-column-left{
		float:left;
		width:481px;
	}
	
		#request #event-order-form_step1 .request-row-date .request-column-left p{
			margin-top:20px;
			font-size: 19px;
			font-size: 1.9rem;
			line-height:25px;
		}

	#request #event-order-form_step1 .request-row-date .request-column-right{
		float:right;
		width:421px;
		position: relative;
		background: white;
		padding:30px;
	}
	
	#request #event-order-form_step1 .request-row-date .request-column-right div{
		float:left;
	}
	
		#request #event-order-form_step1 .request-row-date .request-column-right .request-inputs-person{
			width:224px;
		}
		
		#request #event-order-form_step1 .request-row-date .request-column-right input{
			margin: 0;
			border:2px solid #4E3D2E;
			height: 24px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			margin-top: 5px;
			font-size: 14px;
			font-size: 1.4rem;
			color: #4E3D2E;
			resize: none;
			outline: none;
		}
		
		#request #event-order-form_step1 .request-row-date .request-column-right label{
			font-size: 18px;
			font-size: 1.8rem;
		}
		
		#request #event-order-form_step1 .request-row-date .request-column-right .request-inputs-person select{
			margin-right:10px;
		}
		
		#request #event-order-form_step1 .request-row-date .request-column-right .request-inputs-person .order-form-input-adults,
		#request #event-order-form_step1 .request-row-date .request-column-right .request-inputs-person .order-form-input-children{
			width:100%;
			display:block;
		}
		
		#request #event-order-form_step1 .request-row-date .request-column-right .request-inputs-person .order-form-input-adults{
			margin-bottom: 15px;
		}
		
		#request #event-order-form_step1 .request-row-date .request-column-right .request-inputs-datetime #date{
			width:105px;
			margin-bottom: 5px;
		}
		
	#request #event-order-form_step1 .request-row-date .request-column-right p{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 18px;
		font-size: 1.8rem;
		line-height:20px;
		margin-bottom: 5px;
	}
	
	#request #event-order-form_step1 .request-row-date .request-column-right .request-error-count{
		margin-top: 10px;
	}
	
	#request #event-order-form_step1 .request-row-date .request-column-right .request-error-count p{
		font-family: 'OfficinaSansITCW01-Book 734509';
		font-size: 14px;
		font-size: 1.4rem;
		line-height:18px;
	}
		
	#request #event-order-form_step1 .request-row-date .request-column-right:after {
		content: "";
		width: 421px;
		height: 20px;
		background: url("img/order_date_shadow.png") no-repeat;
		position: absolute;
		margin-bottom: -20px;
		left: 0;
		bottom: 0;
	}
	
	#request #event-order-form_step1 .request-row-options{
		margin-top:50px;
	} 
	
	#request #event-order-form_step1 .request-row-options h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 26px;
		font-size: 2.6rem;
		color:#4E3D2E;
	} 
	
	#request #event-order-form_step1 .request-row-options p{
		margin-top:20px;
		font-size: 19px;
		font-size: 1.9rem;
		line-height:25px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package{
		position: relative;
		margin-left: 14.5px;
		min-height: 400px;
		float:left;
		width:312px;
		background: white;
		padding:15px 30px 10px;
		cursor: pointer;
		margin-top:25px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package.selected{
		border:3px solid #A31116;
		padding:12px 27px 7px;
		background: white url("img/packageCorner.png") no-repeat bottom right;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package.first-package{
		margin-left: 0;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package > p{
		margin:0;
		font-family: 'OfficinaSansITCW01-Bold';
		color:#4E3D2E;
		font-size: 26px;
		font-size: 2.6rem;
		text-transform: uppercase;
		text-align: center;
		border-bottom:1px solid #B9B9C8;
		padding-bottom: 10px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info{
		position: relative;
		padding-top:10px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info figure{
		float: left;
		margin-left: -5px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price{
		width:88px;
		height:88px;
		background: url("img/packageCircle.png") no-repeat;
		padding-top:20px;
		position: absolute;
		right: 0;
		top: 20px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package.first-package .package-image-info .package_price{
		padding-top:22px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price p{
		color:white;
		font-size: 14px;
		font-size: 1.4rem;
		width:70%;
		margin:0 auto;
		font-family: 'OfficinaSansITCW01-Book 734509';
	}
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price .price-circle-value{
		font-size: 30px;
		font-size: 3.0rem;
		font-family: 'OfficinaSansITCW01-Bold';	
	}
	
		#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price .price-circle-value span{
			font-size: 18px;
			font-size: 1.8rem;
			font-family: 'OfficinaSansITCW01-Book 734509';
		}
		
		
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price .price-circle-body{
		line-height: 1em;
		width:100%;
		text-align: center;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package.first-package .package-image-info .package_price .price-circle-body{
		width:60%;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package.selected > p{
		color:#A31115;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package ul{
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package ul li{
		line-height:1.3em;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package ul li:before{
		content:"-";
		padding-right: 5px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package ul li.package-upgrade:before{
		content:"+";
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package:after {
		content: "";
		width: 312px;
		height: 20px;
		background: url("img/option_package_shadow.png") no-repeat;
		position: absolute;
		margin-bottom: -20px;
		left: 0;
		bottom: 0;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package.selected:after {
		content: " ";
		margin-bottom: -23px;
		left: -3px;
	}
	
	#request #event-order-form_step1 .request-price{
		font-size: 22px;
		font-size: 2.2rem;
		font-family: 'OfficinaSansITCW01-Bold';	
		color:#4E3D2E;
		display: inline-block;
		margin: 27px 0 0 40px;
	}
	
	#request #event-order-form_step1 .read-more{
		float:left;
	}
	
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#request{
		width: 100%;
		margin-left: 0;
		padding: 0 22px;
	}
	
	#request #event-order-form_step1 .request-row-date h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 22px;
		font-size: 2.2rem;
		float:none;
	}
	
	#request #event-order-form_step1 .request-row-date .request-column-right .request-error-count{
		margin-top: 15px;
	}
	
	#request #event-order-form_step1 .request-row-date .request-column-left{
		float:none;
		width:auto;
	}
	
		#request #event-order-form_step1 .request-row-date .request-column-left p{
			font-size: 16px;
			font-size: 1.6rem;
			line-height:1.3em;
			margin-top: 10px;
		}
		
	#request #event-order-form_step1 .request-row-date .request-column-right{
		float:right;
		width:421px;
		position: relative;
		background: white;
		padding:30px;
		margin-left: 20px;
		margin-top:-20px;
	}
	
	/*--*/
	
	
	#request #event-order-form_step1 .request-row-options h2{
		font-size: 22px;
		font-size: 2.2rem;
	} 
	
	#request #event-order-form_step1 .request-row-options p{
		font-size: 16px;
		font-size: 1.6rem;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package{
		float:left;
		width:32%;
		background: white;
		position: relative;
		margin-left: 2%;
		min-height: 400px;
		margin-top: 20px;
		padding:15px 23px 10px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package.selected{
		border:3px solid #A31116;
		padding:12px 20px 7px;
		background: white url("img/packageCorner.png") no-repeat bottom right;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package.first-package{
		margin-left: 0;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package > p{
		font-size: 21px;
		font-size: 2.1rem;
		padding-bottom: 5px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info figure{
		float: left;
		margin-left: -5px;
		width:80%;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info figure img{
		width:100%;
		max-width: 181px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price{
		width:68px;
		height:68px;
		padding-top:22px;
		right: 0;
		top: 20px;
		background-size: 100% 100%;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package.first-package .package-image-info .package_price{
		padding-top:15px;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price p{
		font-size: 12px;
		font-size: 1.2rem;
		width:70%;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package ul{
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package ul li{
		font-size: 14px;
		font-size: 1.4rem;
	} 
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price .price-circle-value{
		font-size: 22px;
		font-size: 2.5rem;
		line-height: 10px;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price .price-circle-body{
		line-height: 1em;
		width:100%;
		text-align: center;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package.first-package .package-image-info .package_price .price-circle-body{
		width:78%;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package:after {
		width: 100%;
		background-size: 100% 100%;
	}
	
	#request #event-order-form_step1 .request-row-options .request-package.selected:after {
		content: " ";
		margin-bottom: -23px;
		left: -3px;
	}
	
	#request #event-order-form_step1 .request-price{
		font-size: 18px;
		font-size: 1.8rem;
		margin: 27px 0 0 30px;
	}
	
	#request #event-order-form_step1 .huge-button {
		height: 38px;
		background: url('img/button_readMore_body.png') left top;
		padding: 13px 10px 0 35px;
		font-size: 13.5px;
		font-size: 1.35rem;
	}
	
	#request #event-order-form_step1 .huge-button:after {
		content: "";
		background: url('img/button_readMore_cap.png') no-repeat left top;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -10px;
		width: 10px;
		height: 38px;
	}
	
	#request #event-order-form_step1 button.huge-button {
		height: 38px;
		padding: 3px 5px 0 35px;
	}
	
	#request #event-order-form_step1 button.huge-button[disabled] {
		background: url('img/button_readMore_body_inactive.png') left top;
	}
	
	#request #event-order-form_step1 button.huge-button[disabled]:after {
		background: url('img/button_readMore_cap_inactive.png') no-repeat left top;
	}
	
}
	
/* REQUEST  EVENT STEP 2*/	

#request h1{
	font-family: 'OfficinaSansITCW01-Bold';
	font-size: 26px;
	font-size: 2.6rem;
	color:#4E3D2E;
}
	#request #event-order-form_step2{
		margin-top: 20px;
	}
	
	#request #event-order-form_step2 .request-column{
		background:white;
		float:left;
		padding:20px 30px 20px;
		margin-bottom: 30px;
		position: relative;
	}
	
	#request #event-order-form_step2 .request-column h2{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	#request #event-order-form_step2 .request-column .timing-overview{
		float:right;
		width:40%;
		text-align: right;
	}
	
		#request #event-order-form_step2 .request-column .timing-overview p{
			font-size: 14px;
			font-size: 1.4rem;
		}
		
		#request #event-order-form_step2 .request-column .timing-overview .timing-overview-date{
			font-family: 'OfficinaSansITCW01-Bold';
		}
	
	#request #event-order-form_step2 .request-column.request-column-left{
		width:514px;
	}
	
	#request #event-order-form_step2 .request-column.request-column-left h2{
		width:60%;
		float:left;
	}
	
	#request #event-order-form_step2 .request-column.request-column-left table{
		width:100%;
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
		#request #event-order-form_step2 .request-column.request-column-left table .col1{
			text-align: left;
			width: 30%;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table .col2{
			width: 20%;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table .col3{
			width: 30%;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table .col4{
			width: 20%;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table tr.table-row-line{
			border-top:1px solid black;
			height:30px;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table tr .single-price-column{
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table td{
			height:22px;
		}
	
		#request #event-order-form_step2 .request-column.request-column-left table th{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 18px;
			font-size: 1.8rem;
			text-decoration: underline;
			font-weight: normal;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table .table-sub-info{
			font-family: 'OfficinaSansITCW01-Bold';
		}
		
		#request #event-order-form_step2 .request-column.request-column-left table .table-end-info{
			font-family: 'OfficinaSansITCW01-Bold';
			font-size: 16px;
			font-size: 1.6rem;
		}
		
		
		#request #event-order-form_step2 .request-column.request-column-left .event-form-input-agb,
		#request #event-order-form_step2 .request-column.request-column-left .event-form-input-newsletter{
			margin-right:20px;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-size: 13px;
			font-size: 1.3rem;
			text-transform: none;
			margin-bottom: 5px;
		}
		
			#request #event-order-form_step2 .request-column.request-column-left .event-form-input-agb input,
			#request #event-order-form_step2 .request-column.request-column-left .event-form-input-newsletter input{
				height:auto;
				margin-right:5px;
				border:0;
				margin-top: 0;
			}
			
		#request #event-order-form_step2 .request-column.request-column-left .event-form-input-agb a{
		}
		
		#request #event-order-form_step2 .request-column.request-column-left .event-form-input-newsletter{
			margin-top: 3px;
			display: block;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left:after {
			content: "";
			width: 514px;
			height: 23px;
			background: url("img/eventOrderStep2Left_shdaow.png") no-repeat;
			position: absolute;
			margin-bottom: -23px;
			left: 0;
			bottom: 0;
		}

	
	#request #event-order-form_step2 .request-column.request-column-right{
		margin-left:9px;
		width:442px;
	}
	
		#request #event-order-form_step2 .request-column.request-column-right:after {
			content: "";
			width: 442px;
			height: 23px;
			background: url("img/eventOrderStep2Right_shdaow.png") no-repeat;
			position: absolute;
			margin-bottom: -23px;
			left: 0;
			bottom: 0;
		}
		
	#request #event-order-form_step2 .request-column.request-column-right label,
	#request #event-order-form_step2 .request-column.request-column-right p{
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 14px;
		font-size: 1.4rem;
		text-transform: uppercase;
		display: block;
	}
	
	#request #event-order-form_step2 .request-column.request-column-right p{
		margin-top:25px;
	}
	
	#request #event-order-form_step2 .request-column.request-column-right input,
	#request #event-order-form_step2 .request-column.request-column-right textarea{
		margin: 0;
		border:2px solid #4E3D2E;
		height: 24px;
		padding-left: 10px;
		margin-top: 2px;
		font-size: 14px;
		font-size: 1.4rem;
		color: #4E3D2E;
		resize: none;
		outline: none;
	}
	
	#request #event-order-form_step2 .request-column.request-column-right textarea{
		padding:10px;
	}
	
	#request #event-order-form_step2 .request-column.request-column-right .event-form-input-anrede{
			float:left;
			margin-right:20px;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-size: 13px;
			font-size: 1.3rem;
			text-transform: none;
			margin-bottom:15px;
		}
		
			#request #event-order-form_step2 .request-column.request-column-right .event-form-input-anrede input{
				height:auto;
				margin-right:5px;
				border:0;
			}
			
		
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-vorname{
			margin-bottom:15px;
		}
		
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-nachname{
			margin-bottom:15px;
		}
		
			#request #event-order-form_step2 .request-column.request-column-right .event-form-input-vorname input,
			#request #event-order-form_step2 .request-column.request-column-right .event-form-input-nachname input{
				width:100%;
			}
		
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-firma{
			margin-bottom:15px;
		}
			#request #event-order-form_step2 .request-column.request-column-right .event-form-input-firma input{
				width:100%;
			}
			
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-email{
			float:left;
			width:50%;
			margin-bottom:15px;
			width: 48%;
			margin-right: 2%;
		}
		
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-telefon{
			width:50%;
			float:left;
		}
		
			#request #event-order-form_step2 .request-column.request-column-right .event-form-input-email input,
			#request #event-order-form_step2 .request-column.request-column-right .event-form-input-telefon input{
				width:100%;
			}
			
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-nachricht{
			margin-bottom:15px;
		}
		
			#request #event-order-form_step2 .request-column.request-column-right .event-form-input-nachricht textarea{
				width:100%;
				height:133px;
			}
			
			#request #event-order-form_step2 .request-column.request-column-right .optional-text{
				font-size: 15px;
				font-size: 1.5rem;
				font-family: 'OfficinaSansITCW01-Book 734512';
				text-transform: none;
			}
	
	#request #event-order-form_step2 .read-more{
		float:left;
	}
	
	#request #event-order-form_step2 .step-back{
		text-transform: uppercase;
		color: #A31114;
		text-decoration: underline;
		font-size: 17px;
		font-size: 1.7rem;
		font-family: 'OfficinaSansITCW01-Bold';
		display:block;
		margin-top: 28px;
		margin-left: 30px;
		float:left;
	}
	
	#request .event-order-error {
		color: #A31115;
		font-family: 'OfficinaSansITCW01-Bold';
		font-size: 16px;
		font-size: 1.6rem;
		
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		
		transition: opacity .2s ease-in-out;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
	}
	
	#request .event-order-error.hide {
		display: block;
		visibility: hidden;
		
		opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
	}
	
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	#request h1{
		font-size: 22px;
		font-size: 2.2rem;
	}
		#request #event-order-form_step2{
			margin-top: 20px;
		}
		
		#request #event-order-form_step2 .request-column h2{
			font-size: 20px;
			font-size: 2.0rem;
		}
		
		#request #event-order-form_step2 .request-column.request-column-left{
			width:53%;
		}
		
		
			#request #event-order-form_step2 .request-column.request-column-left:after {
				width: 100%;
				background-size: 100% 100%;
			}
	
		
		#request #event-order-form_step2 .request-column.request-column-right{
			margin-left:2%;
			width:45%;
		}
		
			#request #event-order-form_step2 .request-column.request-column-right:after {
				width: 100%;
				background-size: 100% 100%;
			}
			
	#request #event-order-form_step2 .step-back{
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 30px;
	}
	
	
	#event-order-form_step2 .huge-button {
		height: 38px;
		background: url('img/button_readMore_body.png') left top;
		padding: 13px 10px 0 35px;
		font-size: 13.5px;
		font-size: 1.35rem;
	}
	
	#event-order-form_step2 .huge-button:after {
		content: "";
		background: url('img/button_readMore_cap.png') no-repeat left top;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -10px;
		width: 10px;
		height: 38px;
	}
	
	#event-order-form_step2 button.huge-button {
		height: 38px;
		padding: 3px 5px 0 35px;
	}
	
	#event-order-form_step2 button.huge-button[disabled] {
		background: url('img/button_readMore_body_inactive.png') left top;
	}
	
	#event-order-form_step2 button.huge-button[disabled]:after {
		background: url('img/button_readMore_cap_inactive.png') no-repeat left top;
	}
}


/* AGB SECTION */

.agb-section{
	width: 975px;
	margin-left: 90px;
	margin-top: 10px;
	margin-bottom: 25px;
	position: relative;
}
	.agb-section h2{
		margin-top: 30px;
		font-size: 2.0rem;
		font-family: 'OfficinaSansITCW01-Bold';
		color: #4E3D2E;
	}
	.agb-section p{
		padding-left: 20px;
		margin-top: 10px;
		line-height: 1.4em;
	}


/* ------------- */
/* ------------- */
/* ------------- */
/* ------------- */
		
/* LINK BUTTONS */

/* READ MORE */

.read-more {
	font-size: 13.5px;
	font-size: 1.35rem;
	font-family: 'OfficinaSansITCW01-Bold';
	height: 38px;
	display: inline-block;
	color: white;
	background: url('img/button_readMore_body_empty.png') left top;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 15px;
	position: relative;
	padding: 9px 10px 0 35px;
}
	.read-more:before{
		content: "";
		position: absolute;
		top: 10px;
		left: 7px;
		width: 18px;
		height: 19px;
		background: url(img/_mobile/navi/mainNav_cross.png) no-repeat;
		-webkit-transform: rotate(0deg) translateZ(0);
		-moz-transform: rotate(0deg) translateZ(0);
		-o-transform: rotate(0deg) translateZ(0);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		-moz-transition: -webkit-transform .3s ease-in-out;
		-o-transition: -webkit-transform .3s ease-in-out;
	}
	
	.read-more:hover{
		text-decoration: none;
	}
	
	.read-more:hover:before{
		-webkit-transform: rotate(180deg) translateZ(0);
		-moz-transform: rotate(180deg) translateZ(0);		
		-o-transform: rotate(180deg) translateZ(0);
	}
form .read-more {
	padding: 14px 10px 0 35px;
}
center .read-more {
	padding: 14px 10px 0 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.read-more {
		background-image: url('img/button_readMore_body.png');
	}
		.read-more:before{
			display: none;
		}
		.read-more:hover:before{
			display: none;
		}
}

button.read-more {
	overflow: visible;
	height: 38px;
	padding: 3px 5px 0 35px;
}

.read-more[disabled]:before {
	display: none;
}

.read-more[disabled] {
	color:#d6bd9e;
	cursor:not-allowed;
	background: url('img/button_readMore_body_inactive.png') left top;
}

.read-more[disabled]:after {
	content: " ";
	background: url('img/button_readMore_cap_inactive.png') no-repeat left top;
}

.read-more:after {
	background: url('img/button_readMore_cap.png') no-repeat left top;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -7px;
	width: 7px;
	height: 38px;
	content: "";
}

/* ADDON. DOWNLOAD BUTTON */

.download-file {
	background: url('img/button_download_body.png') left top;
}
.download-file:before{
	display: none;
}

.download-file[disabled]  {
	background: url('img/button_download_body_inactive.png') left top;
}

/* ADDON. BIGGER BUTTON */

.bigger-button {
	height: 45px;
	background: url('img/button_readMoreBigger_body_empty.png') left top;
	padding: 17px 10px 0 35px;
}
.bigger-button:before {
	top: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.bigger-button {		
		background: url('img/button_readMoreBigger_body.png') left top;		
	}
	.bigger-button:before {
		display: none;
	}
}
.bigger-button:after {
	content: "";
	background: url('img/button_readMoreBigger_cap.png') no-repeat left top;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -6px;
	width: 6px;
	height: 45px;
}

/* ADDON. HUGE!! BUTTON */

.huge-button {
	height: 48px;
	background: url('img/button_readMoreHuge_body_empty.png') left top;
	padding: 14px 5px 0 40px;
	font-size: 20px;
	font-size: 2.0rem;
}
.huge-button:before{
	top: 15px;
	left: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.huge-button {
		background: url('img/button_readMoreHuge_body.png') left top;
	}
	.huge-button:before{
		display: none;
	}
}
.huge-button:after {
	content: "";
	background: url('img/button_readMoreHuge_cap.png') no-repeat left top;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -10px;
	width: 10px;
	height: 48px;
}

button.huge-button {
	height: 48px;
	padding: 1px 15px 0 45px;
}

button.huge-button[disabled] {
	background: url('img/button_readMoreHuge_body_inactive.png') left top;
}

button.huge-button[disabled]:after {
	background: url('img/button_readMoreHuge_cap_inactive.png') no-repeat left top;
}

/* SECIAL FALLBACK FOR BIGGER BUTTONS FOR TABLET */

@media only screen and (min-width: 768px) and (max-width: 1141px) {

	.tablet-size.huge-button {
		height: 38px;
		background: url('img/button_readMore_body.png') left top;
		padding: 13px 10px 0 35px;
		font-size: 13.5px;
		font-size: 1.35rem;
	}
	
	.tablet-size.huge-button:after {
		content: "";
		background: url('img/button_readMore_cap.png') no-repeat left top;
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -10px;
		width: 10px;
		height: 38px;
	}
	
}

/* FORM STUFF */

#inline-kontakt-form .error {
	-webkit-box-shadow: inset 0px 0px 0 1px #A31115;
	box-shadow: inset 0px 0px 0 1px #A31115;
	border: 1px solid #A31115 !important;
}

#gps-order-form .error {
	border: 2px solid #A31115 !important;
}

#gps-order-form .gps-form-input-agb.error {
	color: #A31115;
	border:0 !important;
}

#gps-order-form .gps-form-input-agb.error a{
	text-decoration: underline;
}

#gps-order-form .gps-form-input-agb.error a:hover{
	text-decoration: none;
}


#event-order-form_step1 .error {
	border: 2px solid #A31115 !important;
}

#event-order-form_step2 .error {
	border: 2px solid #A31115 !important;
}

#request .event-form-input-agb.error {
	color: #A31115;
	border:0 !important;
}

#request .event-form-input-agb.error a{
	text-decoration: underline;
}

#request .event-form-input-agb.error a:hover{
	text-decoration: none;
}


/* EVENT PACKAGE SEELECTIN BOX */

.request-row .request-package {
	cursor: pointer
}

.request-row .request-package.selected {
	border: 1px solid red;
	cursor: auto;
}

/* FOOTER */

footer {
	width: 100%;
	height: 150px;
	background: #4F3D2F;
	padding-top: 40px;
	color: white;
	display: table;
	position: relative;
}

footer:before{
	content: "";
	width: 100%;
	height: 31px;
	background: url("img/rope.png") repeat-x;
	position: absolute;
	margin-top: -20px;
	left: 0;
	top: 0;
}

	footer > h2 {
		display: none
	}

	footer > div,
	footer > address {
		position: relative;
		display: table-cell;
	}

		footer > div > h3 {
			display: none
		}

		footer > div ul {
			list-style: none
		}

			footer > div ul li {
				float: left
			}

/* FOOTER LEFT KONKTAT */

	footer .left {
		padding-left: 140px
	}

	footer .left:before {
		content: "";
		width: 35px;
		height: 59px;
		background: url("img/icon_telephone.png") repeat-x;
		position: absolute;
		margin-left: 100px;
		margin-top: 2px;
		left: 0;
		top: 0;
	}

	footer .left .footer-hotline {
		font-size: 15px;
		font-size: 1.5rem;
		font-style: normal;
		text-transform: uppercase;
                color:white;
	}
	
	footer .left .footer-hotline h3 {
            color:white;
        }

	footer .left .footer-number {
		font-size: 32px;
		font-size: 3.2rem;
		font-family: 'OfficinaSansITCW01-Bold';
		font-style: normal;
	}

		footer .left .footer-number a {
			color: white;
			text-decoration: none;
		}

	footer .left .footer-info {
		font-size: 15px;
		font-size: 1.5rem;
		font-style: normal;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	footer .left {
		padding-left: 7%;
		position: relative;
	}

	footer .left:before {
		display:none;
	}
	
	
	footer .left div {
		position: relative;
	}
	
	footer .left div:before {
		content: "";
		width: 35px;
		height: 59px;
		background: url("img/icon_telephone.png") no-repeat;
		position: absolute;
		left: -40px;
		top: 0;
	}

	footer .left .footer-hotline {
		font-size: 15px;
		font-size: 1.5rem;
	}

	footer .left .footer-number {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

/* FOOTER CENTER SOCIAL */

	footer .center {
		text-align: center
	}

		footer .center p {
			/*ITALIC*/
			font-family: 'OfficinaSansITCW01-Book 734512';
		}

		footer .center p:after,
		footer .center p:before {
			content: "—";
			margin: 0 5px 0 5px;
		}

		.footer-icon-ul {
			text-align: center;
			width: 180px;
			margin: 0 auto;
			margin-top: 5px;
		}

                .footer-icon-ul:after {
			content: '';
			display: block;
			clear: both;
		}

		.footer-icon-ul li {
			display: block
		}

		.footer-icon {
			width: 45px;
			height: 45px;
			background: url("img/social_spritesheet.png") no-repeat;
		}

		.footer-icon-ul li a {
			display: block;
			width: 45px;
			height: 45px;
			text-indent: -9000px;
		}

		.footer-icon-facebook {

		}

		.footer-icon-twitter {
			background-position: 33.3333330% 0
		}

		.footer-icon-youtube {
			background-position: 65% 0
		}

		.footer-icon-xing {
			background-position: right 0;
		}

		li.footer-icon-facebook:hover {
			background-position: 0 100%;
		}

		li.footer-icon-twitter:hover {
			background-position: 33.3333330% 100%;
		}

		li.footer-icon-youtube:hover {
			background-position: 66.6666666% 100%;
		}

		li.footer-icon-xing:hover {
			background-position: bottom right;
		} 

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
		footer .center ul {
			width: 140px;
		}

		.footer-icon {
			width: 35px;
			height: 35px;
			background-size: 400% 200%;
		}
		
		footer .center ul li a {
			width: 35px;
			height: 35px;
		}

}

/* FOOTER RIGHT LEGAL */

	footer .right {
		text-align: right;
		padding-right: 116px;
	}

		footer .right ul {
			margin-bottom: 5px;
			float: right;
		}

		footer .right ul:after {
			content: '';
			display: block;
			clear: both;
		}

		footer .right li {
			display: block
		}

			footer .right li a {
				text-transform: uppercase;
				color: white;
				text-decoration: none;
			}

			footer .right li a:hover {
				text-decoration: underline
			}

		footer .right li.footer-agb {
			margin: 0 20px 0 20px
		}

		footer .right li.footer-agb:before {
			content: "·";
			margin-right: 17px;
		}

		footer .right li.footer-agb:after {
			content: "·";
			margin-left: 17px;
		}

		footer .right small {
			color: #B07F48;
			font-size: 15px;
			font-size: 1.5rem;
		}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	
	footer .right {
		padding-right: 2%;
		padding-left: 4%;
	}

			footer .right li {
				font-size: 13px;
				font-size: 1.3rem;
			}

		footer .right li.footer-agb {
			margin: 0 20px 0 20px
		}

		footer .right li.footer-agb:before {
			content: "·";
			margin-right: 10px;
		}

		footer .right li.footer-agb:after {
			content: "·";
			margin-left: 10px;
		}

		footer .right small {
			font-size: 13px;
			font-size: 1.3rem;
		}
}

/* DIVIDER */



.deco-divider {
	
	position:relative;
	margin:30px 170px 30px 0;
	height: 52px;
	background: url('img/divider_lineX_left.png') no-repeat right;
	
	/*
	position: relative;
	margin: 30px 170px 30px 0;
	height: 52px;
	background: url('img/divider_lineX_left.png') no-repeat -630px center;
	max-width: 0%;
	-webkit-transition: max-width 2s ease-out;*/
}

.deco-divider.expand{
	max-width: 100%;
}

.deco-divider.right {
	width: 100%;
	height: 52px;
	background: url('img/divider_lineX_right.png') no-repeat left;
	background-position: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.deco-divider {
		margin-right:40px;
	}

	.deco-divider.right {
		background-position: 20px 0;
	}
}

.dashed-line-seperator {
	height: 3px;
	margin:30px 20px 30px 20px;
	background: url('img/dashedLine.png') repeat-x left;
}

	.dashed-line-seperator.seperate-line {
		margin-left:90px;
		margin-right:90px;
	}
	
	.dashed-line-seperator.full-line {
		margin-left:0;
		margin-right:0;
	}
	
@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.dashed-line-seperator {
		margin:30px 0 30px 0;
	}
	
	.dashed-line-seperator.seperate-line {
		margin-left:22px;
		margin-right:22px;
	}
}
	
/* DECO */

.deco{
	position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.deco {
		display:none;
	}
}


/* GENERIC */

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.margin-bottom-140{
	margin-bottom:140px;
}

.margin-bottom-100{
	margin-bottom:80px;
}

.lowercase{
	text-transform: lowercase;
}

.padding-top-bottom-80{
	padding-bottom: 80px;
	padding-top: 80px;
}


.padding-top-80{
	padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1141px) {
	.padding-top-bottom-80{
		padding-bottom: 80px;
		padding-top: 0px;
	}
	
	.padding-top-80{
		padding-top: 0px;
	}
}

.italic-text {
	font-family: 'OfficinaSansITCW01-Book 734512';
}

.hide {
	display: none
}

.floatLeft {
	float:left;
}

.clear {
	clear: both
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}





.animKompass{
	width:178px;
	height:132px;
	background: url(img/kompassBody.png) no-repeat;
	position: relative;
}

.animKompass .animKompassNadel{
	position:absolute;
	width:75px;
	height:75px;
	background: url(img/kompassNadel.png) no-repeat;
	left:28px;
	top:28px;
	
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.265, 0.000, 0.135, 1.640);
	transition: transform .5s cubic-bezier(0.265, 0.000, 0.135, 1.640);
	-moz-transition: -moz-transform .5s cubic-bezier(0.265, 0.000, 0.135, 1.640);
}



/*---------------*/
/*---------------*/
/*---------------*/
/*---------------*/



/*////////////// */
/* DESKTOP       */ 
/*////////////// */


@media only screen and (min-width: 768px) and (max-width: 1141px){

	.agb-section{
		margin: 0;
		margin-left: 0;
		margin-top: 40px;
		margin-bottom: 25px;
		padding: 0 22px;
		position: relative;
		width: auto;
	}
}

@media only screen and (max-width: 767px) /*handheld*/ {
	.agb-section{
		margin: 25px 0;
		padding: 0 20px;
		width: 100%;
	}
}


/*////////////// */
/* mobile Geräte */ 
/*////////////// */

@media only screen and (max-width: 767px) /*handheld*/ {
	 
	/*/////////////////////////////////////////*/
	/*//////////// GLOBAL STANDARDS ///////////*/
	/*/////////////////////////////////////////*/
	
	body,
	html {
		height: auto;
		min-width: 320px;
		margin: 0;		
	}
	#stage {
		position: relative;
		min-height: 0;
		width: 100%;
		margin: 0 auto;		
		background: #e1d593 url("img/pergament_background_mobile.jpg") 0 0 repeat;
		background-size: 100% auto;
		background-attachment: scroll;		
		overflow: hidden;
		-webkit-transition: background-position 0.2s linear;
		-moz-transition: background-position 0.2s linear;
		-o-transition: background-position 0.2s linear;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#stage > div {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		box-shadow: 0 15px 18px rgba(0,0,0,.7);
		z-index: 2;
		-webkit-transition: left 0.2s linear, right 0.2s linear;
		-moz-transition: left 0.2s linear, right 0.2s linear;
		-o-transition: left 0.2s linear, right 0.2s linear;
	}

		#stage.expanded {
			background-position: -218px 0;
			height: 800px;
		}

		#stage.expanded > div {
			left: -230px;
			right: 230px;
			height: 800px;
			position: absolute;
			overflow: hidden;
		}

	main{
		padding-top: 35px;
		min-height: 600px;
		background: url("") 0 0 repeat-y;
	}
		main:after{
			background-size: auto 50%;
		}

	/*/////////////////////////////////////////*/
	/*///////////// TYPO STANDARDS ////////////*/
	/*/////////////////////////////////////////*/
	
	
	.intro-text h1{
		font-size: 24px;
	}	
	
	.intro-text h2 {
		font-size: 24px;
	}
	
	.intro-text table{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.intro-text table tr{
		height:15px;
	}
	
	.intro-text table .col1{
		padding-right:3px;	
		padding-bottom: 4px;
	}
	
	h1.fixWidth{
		width: 70%;
	}
	.intro-text p{
		font-size: 15px;
		margin-top: 10px;
		line-height: 1.3em;
	}
		.intro-text p.intro-text-copy {
			font-size: 15px;
			margin-top: 10px;
			line-height: 1.3em;
		}
		.intro-text p.intro-text-video-sub{
			margin-top: 10px;
			line-height: 1.3em;
		}
	
		/*/////////////////////*/
		/*// LINKS / BUTTONS //*/
		/*/////////////////////*/
		a:hover{
			text-decoration: none;
		}
		.read-more{
			height: 35px;
			font-size: 13px;
			padding: 12px 10px 0 30px;
			font-family: 'OfficinaSansITCW01-Bold';
			font-weight: 800;
			background: url("img/button_readMore_body.png") no-repeat;
			background-size: auto 100%;
		}
		.read-more:before{
			display: none;
		}

		button.read-more{
			height: 35px;
			background-size: auto 100%;
			font-size: 13px;
			padding: 3px 10px 0 30px;
			font-family: 'OfficinaSansITCW01-Bold';
			font-weight: 800;
		}			
			.read-more:after{
				height: 35px;				
				background: url('img/button_readMore_cap.png') no-repeat left top;
				background-size: auto 100%;
			}			
		.read-more[disabled]{
			height: 35px;
			background-size: auto 100%;
			font-size: 13px;
			padding: 11px 10px 0 26px;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-weight: 800;
			background-repeat: no-repeat;
		}
		button.read-more[disabled]{
			height: 35px;
			background-size: auto 100%;
			font-size: 13px;
			padding: 5px 10px 0 26px;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-weight: 800;
		}
			.read-more[disabled]:after{
				height: 35px;
				background-size: auto 100%;
			}			

		.download-file{
			background-image: url("img/button_download_body.png");			
		}
	
	/*////////////////////////////////////////*/
	/*////////// CONTENT STANDARDS ///////////*/
	/*////////////////////////////////////////*/
	
	
		/*//////////
		// HEADER //
		//////////*/

		 header {
			width: 100%;
			height: 35px;
			top: 0;
			left: 0;
			position: absolute;
			z-index: 3;
			background-image: url("img/pergament_background_mobile.jpg");
			-webkit-transition: left 0.2s linear;
			-moz-transition: left 0.2s linear;
			-o-transition: left 0.2s linear;
		}
			header h1{
				width: 137px;
				height: 75px;
				background-size:85% auto;
				margin-left: 20px;
				left: 0;
				top: 0;
				position: absolute;
			}

		.expanded header {
			left: -230px;
		}

	
		/*//////////
		/// NAVI ///
		//////////*/
		

		nav {
			position: absolute;
			left: 100%;
			top: 0;
			width: 230px;
		}
			/* a-tags */
			nav a{
				display: block;
				width: 100%;
				height: 100%;
			}			
			/* first UL */
			nav > ul{
				margin: 5px 0 0 0;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}

			/* li-tags */
			nav ul li{			
				display: block;
				height: auto;
				width: 100%;
				margin-bottom: 5px;
				padding: 0;
			}
			nav ul li:hover{
			}				
			nav ul li:hover > a{
				color: #fff;
				background: #A31115;
			}
			nav ul li.active{
				background: none;
			}
			nav ul li.active > a{
				color: #fff;
				background: none #A31115;
			}
			nav ul li.noMobileActive{
				background: url(img/_mobile/navi/bg_main.png) no-repeat;
			}
			/* li-tags END */

				/* li-tags active */
				nav ul li ul li.active a{
					color: #fff;
					background: none #A31115;
				}
				nav ul li.noMobileActive >a{
					color: #000;
					background: none;
				}
				nav ul li.noMobileActive > a:before{
					display: none;
				}			
				/* li-tags active END */

			/* first li-tags */
			nav > ul > li{
				background: url(img/_mobile/navi/bg_main.png) no-repeat;
				background-size: 100% 31px;
			}


				/* first a-tags */
				nav > ul > li > a{
					padding-left: 35px;
					padding-top: 8px; 
					height: 32px;
					margin-bottom: 5px;
				}		
					nav > ul > li > a:hover{
						color:#fff;
						background: #A31115;
					}
				nav > ul > li.active > a:before{
					left: 10px;		
					top: 6px;	
					background-image: url(img/_mobile/navi/mainNav_cross.png);
				}
				/* first a-tags END */

				/* last ul */
				nav ul li ul {
					display: block;
					position: static;
					background: none;
					margin: 0;
					-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
					height: auto;
					max-height: 500px;
				}
				
				nav ul li:hover ul {
					-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
					margin-top: 0;
					padding: 0;					
				}
				nav ul li ul:before{
					display: none;
				}
				nav ul li ul.sub-nav-programm{
					margin: 0;									
				}
				nav ul li ul.sub-nav-individuelle_konzepte{
					margin: 0;
				}
				nav ul li ul.sub-nav-ueberGeheimpunkt{
					margin: 0;
				}
				/* last ul END*/

					/* last li-tags */
					nav ul li ul li{
						padding: 0;
					}
					/* last li-tags END */

						/* last a-tags */
						nav ul li ul li a{
							text-align: left;
							padding: 8px 0 8px 36px;
							border: none;
							line-height: 1.4em;
							display: block;
						}											
						nav ul li ul li a:hover {
							color:#fff;
							background:none #A31115;
						}
						nav > ul > li > ul > li.active > a:before{
							content: "";
							position: absolute;
							width: 21px;
							height: 19px;
							left: 10px;		
							top: 8px;	
							background: url(img/_mobile/navi/mainNav_cross.png) no-repeat;
						}
						/* last a-tags END */

			nav h2 {
				position: relative;
				width: 80px;
				top: 0px;
				right: 80px;
				padding: 10px 0; 
				color: #000;
				cursor: pointer;
				display: block;	
				font-family: 'OfficinaSansITCW01-Bold';
				text-transform: uppercase;
				font-size: 15px;
			}
			nav h2:after{
				position: absolute;
				content: "";
				top: 10px;
				left: 45px;
				width: 22px;
				height: 16px;
				margin-top: -2px;
				background: url(img/_mobile/button/menuIcon.png) no-repeat;

			}



		/*///////////////////
		/// ERROR/SUCCESS ///
		///////////////////*/


		#inline-kontakt .inline-kontakt-column .inline-kontakt-error{
			color: #A31115;
			margin: 0;
			margin-top: 20px;			
		}
		#inline-kontakt-form .error{
			box-shadow: inset 0px 0px 0 1px #A31115;
			border: 1px solid #A31115 !important;
		}
		#event-order-form_step2 .error{
			box-shadow: inset 0px 0px 0 1px #A31115;
			border: 1px solid #A31115 !important;
		}
		#inline-kontakt .inline-kontakt-column .inline-kontakt-success{
			margin: 0;
			margin-top: 30px;
		}

		/*//////////
		// FOOTER //
		//////////*/
		
		footer{
			padding: 40px 20px;
			padding-bottom: 15px;
		}
			footer:before{
				background-size: auto 50%;
				margin-top: -5px;
			}
			footer .left{
				width: 100%;
				left: 50%;
				margin-left: -100px;
				margin-bottom: 30px;
				padding-left: 0;
			}
				footer .left:before{
					margin-left: -50px;
				}

			footer > div, footer > address{
				display: block;
			}

			footer .center{
				margin-bottom: 40px;
			}

			footer .right{
				position: relative;
				padding-right: 0;
				text-align: center;
				margin-bottom: 30px;
			}
				footer .right ul{
					position: relative;
					left: 50%;
					margin-left: -120px;
					margin-bottom: 0;
					float: none;
				}
				footer .right small{
					position: absolute;
					left: 50%;
					margin-top: -5px;
					margin-left: -85px;
				}

	/*//////////////////////////////////////////*/
	/*//////////// GLOBAL ELEMENTS  ////////////*/
	/*//////////////////////////////////////////*/
	

	.dashed-line-seperator{
		margin: 30px 0 30px 0;
	}

	/* deco elemente  */

	.deco{
		display: none;
	}
	.deco-divider{
		background: url('img/divider_lineX_left.png') no-repeat right;
		background-size: auto 50%;
		margin: 30px 20px 30px 0;
	}

	.deco-divider.right{
		
		background: url('img/divider_lineX_right.png') no-repeat left;
		background-size: auto 50%;
		background-position: 20px 0;
	}
	/* deco elemente  END */


	/* header IMG  */

	.head-image{
		height: auto;
	}
		.head-image img{
			width: 100%;
			height: auto;
		}
			.head-image:after{
				background-size: auto 50%;
			}
	/* header IMG  END */

	/* breadcrumb  */
	#breadcrumb{
		margin: 0;	
		margin-top: 20px;
		padding-right: 20px;
	}
		#breadcrumb span{
			display: none;
		}
		#breadcrumb iframe{
			float: right;
			margin-right: -40px;
			width: 160px;
		}
	/* breadcrumb  END*/

	/* ind. konzepte teaser  */

	.content-teaser{
		width: auto;
		padding: 0 20px;
	}
	
		.content-teaser .content-teaser-text{
			padding: 20px 15px 30px 15px;
			margin-top: 0;
			width: auto;
		}
			.content-teaser .content-teaser-text h1{
				font-size: 13px;
			}
			.content-teaser .content-teaser-text h2{
				font-size: 18px;
				line-height: 1.1em;
			}
			.content-teaser .content-teaser-text p{
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
			}
			.content-teaser .content-teaser-text:after{
				width: 100%;
				background-size: 100% auto;
			}
	/* ind. konzepte teaser  END */

	/* blog teaser  */

	.blog-teaser{
		width: auto;
		height: auto;
		background: #4F3D2F bottom;
		margin-bottom: 60px;
		padding: 20px 30px;
	}
		.blog-teaser:before{
			content: "";
			position: absolute;
			top: -26px;
			left: 0;
			width: 100%;
			height: 40px;
			background: url(img/_mobile/teaser/blog/bgTop.png) no-repeat;
			
		}
		.blog-teaser:after{
			content: "";
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			height: 40px;
			background: url(img/_mobile/teaser/blog/bgContent.png) no-repeat;			
		}
		.blog-teaser .blog-teaser-text h1{
			font-size: 13px;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-weight: 800;
		}
		.blog-teaser .blog-teaser-text h2{
			font-size: 18px;
			line-height: 1.1em;
		}
		.blog-teaser .blog-teaser-text p{
			font-size: 15px;
			margin-top: 10px;
			line-height: 1.3em;
			font-family: 'OfficinaSansITCW01-Book 734509';
		}
		.blog-teaser .blog-teaser-image{
			position: relative;
			height: auto;
			max-width: 388px;
			width: auto;
			margin: 0 10px 0 0;
		}
			.blog-teaser .blog-teaser-image img{                
				width: 100%;
			}
			.blog-teaser .blog-teaser-image:before{
				content: "";       
				position: absolute;
				top: 0;
				left: 100%;
				width: 100px;
				height: 100px;
				margin-left: -70px;                         
				margin-top: -20px;
				background: url(img/_mobile/teaser/blog/blogTeaserFlag.png) no-repeat;
			}
	/* blog teaser  END */
	
	/* Info teaser  */

	#inline-kontakt{
		height: auto;
		width: 100%;
		margin: 100px 0 0 0;
		padding: 30px 20px 60px 20px;
	}

		#inline-kontakt h1{
			font-size: 22px;
		}
		#inline-kontakt td{			
			text-align: left;
		}
		#inline-kontakt .col1{
			display: none;
		}
		#inline-kontakt .col2{
			padding-top: 10px;
		}
		#inline-kontakt #inline-kontakt-form button{
			margin: 0;
		}
		#inline-kontakt #inline-kontakt-form table{
			margin-top: 0;
		}
			#inline-kontakt #inline-kontakt-form table .col2 span{
				display: block;
				text-align: left;
				font-family: 'OfficinaSansITCW01-Book 734509';
				text-transform: uppercase;
				font-size: 14px;
			}		

		#inline-kontakt .inline-kontakt-column-left{
			float: none;
			width: 100%;
			background-size: 160px 160px;		
			padding:  30px 0 0 20px;
			margin: 20px 0 0 -20px;	
		}
		#inline-kontakt .inline-kontakt-column-right{			
			float: none;
			width: 100%;
			padding: 30px 0 0 20px;
			margin: 50px 0 0 -20px;
			background-size: 160px 160px;
		}
			#inline-kontakt .inline-kontakt-column-right .hotline-head{
				margin-top: 25px;
			}
			#inline-kontakt .inline-kontakt-column-right .hotline-copy{
				width: 100%;
			}
			#inline-kontakt .inline-kontakt-column-right .inline-kontakt-number{
				margin-top: 3px;	
			}
				#inline-kontakt .inline-kontakt-column-right .inline-kontakt-number a{
					font-size: 42px;
				}

		#inline-kontakt .inline-kontakt-column h2{
			font-size: 22px;
			margin-top: 0;
		}
		#inline-kontakt #inline-kontakt-form table{
			width: 100%;
		}
		#inline-kontakt #inline-kontakt-form input, #inline-kontakt #inline-kontakt-form textarea{
			margin: 0;
			padding: 5px 0 0 5px;
			width: 100%;
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-size: 16px;
			line-height: 1.1em;
		}


	/* Info teaser  END */



	/*////////////////////////////////////////*/
	/*////////// PAGE: START       ///////////*/
	/*////////////////////////////////////////*/
	
	
	/* INTRO SLIDER */
	#main-slider:after{
		background-size: auto 50%;
	}
		#main-slider button{
			background-size: 200%;
			width: 25px;
			top: 60%;
		}
		#main-slider button:hover{
			opacity: 1;
		}
			#main-slider button.slide-next{
				background-position: -22px 0;
				margin-right: 10px;
			}
			#main-slider button.slide-prev{
				margin-left: 10px;
			}
	#main-slider #endless-slider {
		height: 279px;
	}
	
	#main-slider .slider {
		height: 279px;
		left: 50%;
		top: 0;
		position: absolute;
		margin: 0 auto 0 -570.5px;
		max-width: 1141px;
		width:auto;
	}
	
	#main-slider .slider ul {
		height: 279px;
	}
	
		#main-slider .slider ul li {
			width: 1141px;
			position: relative;
			height: 279px;
			float: left;
		}
	
			#main-slider .slider ul li .slider-slide .slide-text {
				left: 40%;
				top: 35%;
				width: 230px;
				padding: 5px;
			}
	
				#main-slider .slider ul li .slider-slide .slide-text h2 {
					font-size: 18px;
					line-height: 1.1em;
				}
	
				#main-slider .slider ul li .slider-slide .slide-text p {
					font-size: 15px;					
					margin-top: 10px;
					line-height: 1.3;
				}
	/* INTRO SLIDER END */

	.intro-text{
		margin: 25px 0;
		padding: 0 20px;
		width: 100%; 
	}

	
	.intro-text iframe{
		margin: 0;
		padding: 00;
		width: 100%;
		background-size: 100% 100%;
	}
	.intro-text .iframe-container {
		margin-top: 0px;
		padding: 5px;
	}
	.content-teaser .start-content-teaser-img{
		display: none;
	}


	/*////////////////////////////////////////*/
	/*////////// PAGE: PORGRAMME   ///////////*/
	/*////////////////////////////////////////*/


	.content-slots{
		margin: 60px 0 0 0;
		padding: 0 20px;
		width: 100%;
	}
		.content-slots .content-slot{
			width: 100%;
		}
			.content-slots .content-slot h1{
				font-size: 20px;
				padding-left: 58px;
				top: 0px;
			}
}

			@media only screen and (max-width: 370px) /*handheld*/ {
				.content-slots .content-slot h1{
					font-size: 17px;
				}
			}

@media only screen and (max-width: 767px) /*handheld*/ {
        #menu-item-56 ul
        {
            margin-left: 0px;
        }
        
        #menu-item-543 ul
        {
            margin-left: 0px;
        }
        
        #menu-item-203 ul
        {
            margin-left: 0px;
        }
        
        #menu-item-179 ul
        {
            margin-left: 0px;
        }

			.content-slots .content-slot h2{
				font-size: 18px;
				line-height: 1.1em;
			}
			.content-slots .content-slot .slot-body{
				margin-top: 20px;
			}
				.content-slots .content-slot .slot-body p{
					margin: 10px 0 0 0;
					padding: 0;
					font-size: 15px;
					line-height: 1.3em;
				}

			/* slot LEFT */
			.content-slots .content-slot.slot-left h1:before{
				background-size: 100%;					
				left: -20px;
				top: -10px;
			}
			.content-slots .content-slot.slot-sline h1:before{
				background-size: 100%;					
				left: -20px;
				top: -10px;
			}

			.content-slots .content-slot.slot-left{
				float: none;
				margin-bottom: 80px;
			}
			.content-slots .content-slot.slot-sline{
				float: none;
				margin-bottom: 80px;
			}

			/* slot CENTER */
			.content-slots .content-slot.slot-center{
				margin-bottom: 80px;
			}

			/* slot RIGHT */
			.content-slots .content-slot.slot-right h1:before{
				background-size: 100%;
				left: -20px;
				top: -10px;
			}
			
			.content-slots .content-slot.slot-right{
				float: right;
				margin-bottom: 80px;
			}


				.content-slots .content-slot .programm-privat-slot-image{
					width: 100%;					
					background-size: 100% auto;
				}			
					.content-slots .content-slot .programm-privat-slot-image img{
						width: 100%;
						height: auto;
					}
				.content-slots .content-slot .programm-slot-image{
					width: 100%;					
					background-size: 100% auto;
				}

					.content-slots .content-slot .programm-slot-image img{
						width: 100%;
						height: auto;
					}

				
	/* Programm teaser */

	.special-teaser{
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;	
		padding: 20px 20px;
		background:none #4F3D2F;
	}	
		.special-teaser .special-teaser-content{	
			margin: 60px 0 0 0;	
			padding: 0 0 0 0;
			width: 100%;
			float: none;
			height: auto;
		}
			.special-teaser > .special-teaser-content > .event-icons{
				float: left;
				padding: 0;
				margin-left: 0;
			}
				.special-teaser > .special-teaser-content > .event-icons > span{
					width: 21px;
					height: auto;
					margin: 0 3px 0 0;
					padding: 0;
				}
					.special-teaser > .special-teaser-content > .event-icons > span:last-child{
						/*margin-left: -15px;*/
					}

				.special-teaser > .special-teaser-content > .event-icons img{
					width: 100%;
					height: auto;
					vertical-align: top;
				}
		.special-teaser figure{			
			float: none;
			margin: 0;
			padding-top: 10px;	
		}
			.special-teaser figure img{
				width: 100%;
				height: auto;
			}
			.special-teaser figure:before{
				left: 0;
				top: -10px;
				margin: 0;
				padding: 0;
				width: 100%;								
				height: 60px;
				background: url(img/_mobile/teaser/blog/blogTeaserFlag.png) no-repeat;
				background-position: 100% 0;
				background-size: 75px 60px;
			}

			.special-teaser figure .deco-compass{
				left: -20px
			}
			.special-teaser figure .deco-compass img{				
				width: 100%;
			}

		.special-teaser:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 26px;
			margin-top: -26px;
			background: url(img/_mobile/teaser/blog/bgTop.png) no-repeat;
		}	
		.special-teaser:after{
			content: "";
			position: absolute;
			width: 100%;
			height: 51px;
			margin-top: 10px;			
			left: 0;
			background: url(img/_mobile/teaser/blog/bgContent.png) no-repeat;
		}				
		.special-teaser > .special-teaser-content h1{
			font-family: 'OfficinaSansITCW01-Book 734509';
			font-size: 13px;
			margin-bottom: 10px;
		}

			.special-teaser > .special-teaser-content .neu-head{
				font-family: 'OfficinaSansITCW01-Bold';
				font-size: 18px;
				line-height: 1.1em;
				float: left;
				margin: 2px 7px 0 0;
			}
			.special-teaser > .special-teaser-content .neu-sub-head{
				font-size: 15px;
				line-height: 1.3em;
				margin: 0 0 10px 0;
				padding: 0;
			}
			.special-teaser > .special-teaser-content p{
				font-size: 15px;
				line-height: 1.3em;
			}

	/* Programm teaser END*/


	/*/////////////////////////////////////////////////*/
	/*////////// PAGE: PORGRAMME (PRIVAT)   ///////////*/
	/*/////////////////////////////////////////////////*/

	/* Intro txt */

	.info-teaser{
		width: 100%;
		padding: 0 20px ;
		margin: 30px 0 0 0;
	}
	.info-teaser.info-teaser-intro .info-teaser-body h1{
		font-size: 24px;
	}
	.padding-top-bottom-80{
		margin-bottom: 80px;
	}
		.info-teaser .info-teaser-body{
			width: 100%;
			padding: 0;
			margin: 0;
		}
			.info-teaser .info-teaser-body h1{
				font-size: 18px;
				line-height: 1em;
			}
			.info-teaser .info-teaser-body p{
				width: 100%;
				margin: 0;
				padding: 0;
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
			}
			.info-teaser-body td{
				margin: 0;
				padding: 0;
				font-size: 15px;
				line-height: 1.3em;
			}
		.info-teaser .teaser-image{
			display: none;
		}
	/* Intro txt END */

	/* Programm */

	.programm-events{
		width: 100%;
		padding: 0 20px;
		margin: 0 0 80px 0;
	}
		.programm-events .less{
			font-size: 15px;			;
			line-height: 1.3em;
		}

		.content-image-left{
			margin-top: 50px;
			margin-bottom: 50px;
		}
		.content-image-left > figure{					
			width: 100%;			
			float: none;
		}
			.content-image-left > figure img{
				width: 100%;
				height: auto;
			}
		.content-image-left .content-body{
			float: none;		
			width: 100%;	
		}
			.content-image-left .content-body h2{
				font-size: 18px;
				line-height: 1.1em;
				padding: 0;
				margin: 4px 5px 0 0;
			}
			.content-image-left .content-body .small-event-icons{
				margin: 0;
				padding: 0;
			}
			.content-image-left .content-body p{
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;				
			}
			.content-image-left .content-body .italic-text{
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
			}

	/* Programm END */

	/* Special Info */

	.special-info{
		width: 100%;
		margin: 80px 0 60px 0;
		padding: 0 20px;
	}
		.special-info .content-image{
			float: none;
			width: 100%;
		}
			.special-info .content-image img{
				width: 100%;
				height: auto;
			}
		.special-info .looking-glass{
			width: 200px;
			height: 80px;			
			bottom: -40px;
			right: 0px;
			background-size: 100% auto;
		}
		.special-info .special-info-body{
			float: none;
			width: 100%;
			padding: 0;
			margin: 30px 0 0 0;
		}
			.special-info .special-info-body h1{
				font-size: 18px;
				line-height: 1.1em;
			}
			.special-info .special-info-body p{
				width: 100%;
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
			}

	/* Special Info END */


	/*/////////////////////////////////////////////////*/
	/*////////// PAGE: INDIVIDUELLE KONZEPTE //////////*/
	/*/////////////////////////////////////////////////*/


	.info-teaser .indi-konzepte-teaser-image{
		display: none;
	}
	.case-studies{
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
		.case-studies h1{
			margin: 0;
			font-size: 20px;
		}
		.case-studies .sub-head{
			font-size: 15px;			
			line-height: 1.3em; 
			margin: 10px 0 0 0;
		}

	/*/////////////////////////////////////////////////*/
	/*////////// PAGE: ÜBER GEHEIMPUNKT      //////////*/
	/*/////////////////////////////////////////////////*/

	.info-teaser.info-teaser-left .info-teaser-body{
		width: 100%;
		float: none;
		padding: 0;
	}
		.info-teaser.info-teaser-left .info-teaser-body p{
			width: 100%;
		}
	.margin-bottom-100{
		margin-bottom: 80px;
	}

	/*/////////////////////////////////////////////////*/
	/*////////// PAGE: WER WIR SIND  //////////////////*/
	/*/////////////////////////////////////////////////*/

	.uber-uns-special{
		width: 100%;
		margin: 30px 0 0 0;
		padding: 0 20px;
	}
		.uber-uns-special figure{
			width: 100%;			
			margin: 0;
			padding: 0; 
			float: none;
		}
			.uber-uns-special figure img{
				width: 100%;
				height: auto;
			}

	.uber-uns-special h1{
		font-size: 24px;
		line-height: 1em;
	}
	.uber-uns-special .content-copy{
		font-size: 15px;
		margin-top: 10px;
		line-height: 1.3em;
	}
		.uber-uns-special .content-copy p{
			font-size: 15px;
			line-height: 1.3em;
		}

	/* Standorte Teaser */
	
	.standorte{
		width: auto;
		height: auto;
		background: #4F3D2F bottom;
		margin-bottom: 60px;
		padding: 20px 30px;
	}
		.standorte:before{
			content: "";
			position: absolute;
			top: -26px;
			left: 0;
			width: 100%;
			height: 40px;
			background: url(img/_mobile/teaser/blog/bgTop.png) no-repeat;
			
		}
		.standorte:after{
			content: "";
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			height: 40px;
			background: url(img/_mobile/teaser/blog/bgContent.png) no-repeat;			
		}
		.standorte .standorte-body{
			float: none;
			width: 100%;
			margin: 0;
			padding: 0;
		}
			.standorte .standorte-body h1{
				font-size: 18px;
				line-height: 1.1em;
			}
			.standorte .standorte-body p{
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
			}

		.standorte figure{
			position: relative;
			float: none;
			width: 100%;
			max-width: 350px;
			margin: 0 auto;
			margin-top: 30px;
			padding: 0;
		}
			.standorte figure img{
				width: 100%;
				height: auto;
			}
		.standorte .deco-compass{			
			bottom: 0;
			right: 0;			
			width: 45%;
			height: auto;
			padding: 0;					
			margin: 0;
		}
			.standorte .deco-compass img{
				width: 100%;
				height: auto;
			}

	/* Standorte Teaser END */


	.team-section{
		width: 100%;
		padding: 0 20px;
		margin: 0;
	}
		.team-section h1{			
			font-size: 18px;
			line-height: 1.1em;
		}
		.team-section p{
			font-size: 15px;
			margin-top: 10px;
			line-height: 1.3em;
		}

	/* Slider */

	#team-slider{
		width: 100%;
		padding: 0 20px;
		margin: 30px 0 40px 0;
	}
		#team-slider button{
			top: 40%;
		}
		#team-slider button:hover{
			opacity: 1;
		}
		#team-slider .indicators{
			bottom: -20px;
		}
			#team-slider button.slide-next{
				height: 50px;
				width: 27px;
				margin: 0;
				background-size: auto 100%;
				background-position: -27px 0;
			}
			#team-slider button.slide-prev{
				height: 50px;
				width: 27px;
				margin: 0;
				background-size: auto 100%;
				background-position: 0 0;
			}
		
		#team-slider #endless-slider{
			height: 315px;
		}
		#team-slider .slider{
			width: auto;			
			top: 0;		
			left: 50%;	
			height: auto;			
			position: absolute;
			margin-left: -370px;						
		}			
				#team-slider .slider ul li{
					width: 747px;
				}
					#team-slider .slider ul li .slider-slide .slide-body{
						width: 160px;
					}

						#team-slider .slider ul li .slider-slide .slide-body figure{
							width: 100%;
							float: none;
							margin: 0;
						}
							#team-slider .slider ul li .slider-slide .slide-body figure img{
								width: 100%;
								height: auto;	
							}

						#team-slider .slider ul li .slider-slide .slide-body .slide-content{
							float: none;
							margin: 0;
							padding-top: 10px;
							width: 100%;
							text-align: center;
						}
							#team-slider .slider ul li .slider-slide .slide-body .slide-content h2{
								font-size: 18px;
								line-height: 1.1em;
							}
							#team-slider .slider ul li .slider-slide .slide-body .slide-content .italic-text{
								font-size: 15px;
								margin-top: 10px;
								line-height: 1.1em;
							}
							#team-slider .slider ul li .slider-slide .slide-body .slide-content .slide-content-copy{
								display: none;
							}
	
	/* Slider END */


	/*/////////////////////////////////////////////////*/
	/*////////// PAGE: WAS WIR MACHEN  ////////////////*/
	/*/////////////////////////////////////////////////*/

	/* description box */
	.info-teaser.was-wir-machen-teaser{
		margin-top: 30px;
	}
		.info-teaser.was-wir-machen-teaser .info-teaser-body h1{
			font-size: 24px;
		}
	.description-box{
		width: auto;
		margin: 30px 20px 0 20px;
		padding: 13px 15px 0 15px;
	}
		.description-box .event-description-column{
			width: 100%;
			margin: 0;
			padding: 0;
		}
		.description-box:after{
			width: 100%;
			background-size: 100% auto;
		}
		.description-box .event-description-column h1{
			font-size: 18px;
			line-height: 1.1em;
		}
			.description-box .event-description-column div h2{
				font-size: 15px;
				margin-top: 0;
				line-height: 1.3em;
			}
			.description-box .event-description-column div p{
				font-size: 15px;				
				line-height: 1.3em;	
				margin-top: 3px;
			}			
			.description-box .event-description-column.event-description-right{
				padding-top: 0; 
			}
	/* description box END */

	/* testimonials */

	.testimonials{
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
		.testimonials h1{
			font-size: 18px;
			line-height: 1.1em;
			margin-bottom: 40px;
		}
		.testimonials .testimonial-slot{
			float: none;
			width: 100%;
			padding-top: 0;
			margin: 15px 0 50px 0;
		}
			.testimonials .testimonial-slot figure{
				width: 100%;
			}
				.testimonials .testimonial-slot figure img{
					width: 100%;
					height: auto;
				}
			.testimonials .testimonial-slot div{
				width: 100%;
				margin: 0;
				padding: 0 20px 0 20px;
			}
				.testimonials .testimonial-slot div h2{
					font-size: 18px;
					line-height: 1.1em;
				}
				.testimonials .testimonial-slot div p{
					font-size: 15px;
					margin-top: 10px;
					line-height: 1.3em;
				}
	/* testimonials END */

	/* kunden slider */
	.kunden{
		width: auto;
		margin: 0 20px;
		padding: 0;
	}		
		.kunden h1{
			font-size: 18px;
			line-height: 1.1em;
		}
		
		.kunden-slider {
			width:270px;
			margin:0 auto;
		}
		
		.kunden-slider button{
			width: 17px;
			height: 30px;
			top: 40%;
		}
			.kunden-slider button.inactive {
				background-position: 0 -30px;
				cursor: default;
			}
			.kunden-slider button.left{
				margin:0;
				left: 20px; 
			}
			.kunden-slider button.right{
				background-position: -16px 0;
				margin: 0;
				right: 20px; 
			}		
				.kunden-slider button.right.inactive {
					background-position: -16px -30px;
					cursor: default;
				}	
		.kunden .kunden-slider{
			width: 280px;
			height: 110px;
			padding: 10px 90px;
		}
			.kunden .kunden-slider:after{
				width: 100%;
				background-size: 100% auto;
			}
			.kunden .kunden-slider .sliderWrapper{
				height: 90px;
				width: 90px;
				overflow: hidden;
			}
				.kunden .kunden-slider .sliderWrapper ul li{
					height: 90px;	
					padding: 0;
				}
					.kunden .kunden-slider .sliderWrapper ul li img{
						width: auto;
						height: 100%;
					}

	/* kunden slider END */

	.partner{
		width: 100%;
		margin: 0px 22px 22px 22px;
		padding: 0 0px;
	}
		.partner h1{
			font-size: 18px;
			line-height: 1.1em;
		}
		.partner p{
			font-size: 15px;
			margin-top: 10px;
			line-height: 1.3em;
		}
		.partner ul img{
			width: 100%;
			height: 100%;
		}
		.partner ul li{
			width: 120px;
			height: 120px;
		}
	
	/*////////////////////////////////////////////*/
	/*////////// PAGE: SERVICE    ////////////////*/
	/*////////////////////////////////////////////*/
	

	.services{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 20px;
	}

	/*////////////////////////////////////////////*/
	/*////////// PAGE: PRESSE     ////////////////*/
	/*////////////////////////////////////////////*/


	.press-two-columns{
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 20px;
	}
		.press-two-columns .intro-text{
			padding: 0;
			margin-top: 30px;			
			width: 100%;
			float: none;
		}
			.press-two-columns .intro-text .small-sub{
				font-size: 18px;
				line-height: 1.1em;
			}			
		.press-two-columns .intro-text h1{
			font-size: 18px;
			line-height: 1.1em;
		}
			.press-two-columns .intro-text:first-child h1{
				font-size: 24px;
				line-height: 1em;
			}
		.press-two-columns .intro-text p.intro-text-copy{
			margin-bottom: 20px;
		}

		.press-two-columns .left{
			width: 100%;
			margin-bottom: 30px;
			float: none;
			height: auto;
		}			
		.press-two-columns .right{
			width: 100%;
			margin-bottom: 30px;
			float: none;			
		}
			.press-two-columns .right .press-description-box{
				width: 100%;
				margin: 0;
				padding: 20px 20px; 
			}
				.press-two-columns .right .press-description-box:after{
					width: 100%;
					height: 20px;
					background-size: 100% auto;
					margin-bottom: -20px;
					background-image: url("img/description_box_shadow.png");
				}
				.press-two-columns .right .press-description-box .event-description-column h1{
					font-size: 18px;
					line-height: 1.1em;

				}
				.press-two-columns .right .press-description-box .event-description-column ul li{
					margin-top: 10px;
				}
				
				.press-two-columns .right .press-description-box.imprint-description-box .event-description-column h1{
					font-size: 18px;
					font-size: 1.8rem;
				}
				
				.press-two-columns .right .press-description-box.imprint-description-box .event-description-column h2{
					font-size: 18px;
					font-size: 1.8rem;
				}



	/*////////////////////////////////////////////*/
	/*////////// PAGE: GPS-VERLEIH  //////////////*/
	/*////////////////////////////////////////////*/

	/* GPS Teaser */

	.gps-teaser{
		width: auto;
		height: auto;
		background: #4F3D2F bottom;
		margin-bottom: 100px;
		padding: 20px 30px;
	}
		.gps-teaser:before{
			content: "";
			position: absolute;
			top: -26px;
			left: 0;
			width: 100%;
			height: 40px;
			background: url(img/_mobile/teaser/blog/bgTop.png) no-repeat;
			
		}
		.gps-teaser:after{
			content: "";
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			height: 40px;
			background: url(img/_mobile/teaser/blog/bgContent.png) no-repeat;
		}

		.gps-teaser .teaser-image{
			margin: 0;
			padding: 0;
			width: 100%;
			max-width: 397;
		}
			.gps-teaser .teaser-image img{
				width: 100%;
				height: auto;
			}

		.gps-teaser .gps-teaser-body{
			width: 100%;
			margin: 0;
			padding: 0;
		}
			.gps-teaser .gps-teaser-body h1{
				font-size: 18px;
				line-height: 1.1em;
			}
			.gps-teaser .gps-teaser-body p{
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
			}
		
		.gps-teaser .gps-device-image{
			background-size: 100% auto;
			z-index: 3;
			bottom: -100px;
			right: 0;
			width: 150px;
			height: 125px;
		}
	/* GPS Teaser END */

	/* GPS order */
	.gps-order{
		width: 100%;
		margin: 0;
		margin-bottom: 60px;
		padding: 0 20px;
	}
		.gps-order .gps-order-error{
			font-size: 15px;
			margin-top: 10px;
			line-height: 1.3em;
			margin-top: 30px;
			margin-bottom: -10px;
		}
		.gps-order h1{
			font-size: 18px;
			line-height: 1.1em;
			margin-bottom: 20px;
		}
		.gps-order form > div{
			width: 100%;
			margin: 0;
			padding: 20px 20px;
		}		
			.gps-order form > div #alternative-versandadresse{
				max-height:500px;
			}	
			
			.gps-order form > div .gps-section-head{
				margin-top: 0;
				background-position: 0 85%;
			}
				.gps-order form > div .gps-section-head h2{
					font-size: 18px;
					line-height: 1.1em;
					padding-right: 5px;
				}

			.gps-order form .gps-form-input-devices{
				float: none;
				margin-bottom: 20px;
			}
			.gps-order form .gps-form-input-date-start{
				float: none;
				margin: 0; 
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-date-end{
				float: none;
				margin: 0;
				margin-bottom: 30px;
			}
			.gps-order form .gps-form-input-vorname{
				float: none;
				width: 100%;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-nachname{
				float: none;
				width: 100%;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-strasse{
				float: none;
				width: 100%;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-plz{
				float: none;
				width: 100%;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-ort{
				float: none;
				width: 100%;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-email{
				float: none;
				width: 100%;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-telefon{
				float: none;
				width: 100%;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-versandadresse{
				float: none;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-versandart{
				float: none;
				margin: 0;
				margin-bottom: 10px;
			}
			.gps-order form .gps-form-input-nachricht{
				margin-bottom: 5px;
			}
		
		.gps-order form > div:after{
			width: 100%;
			background-size: 100% auto;
		}
	/* GPS order END */


	/*/////////////////////////////////////*/
	/*////////// PAGE: FAQ	 //////////////*/
	/*/////////////////////////////////////*/

	

	.image-float-right-content{
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
		.image-float-right-content figure{
			display: none;
		}
		.image-float-right-content h1{
			font-size: 24px;
			line-height: 1em;
		}
		.indi-content h1{
			font-size: 24px;
		}
		.image-float-right-content h2{
			font-size: 18px;
			line-height: 1.1em;
		}
			.image-float-right-content .content-copy p{
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
			}

		/* faq box */

		.description-box.faq-box{
			width: auto;
			margin: 0 20px;
			margin-top: 30px;
			margin-bottom: 80px;
			padding: 0;
			text-align: left;
		}
			.description-box.faq-box .faq-section{
				width: 100%;
				padding: 20px 20px 0 20px;
			}
				.description-box.faq-box .faq-section > ul{		
					margin-left: 0;			
					padding-left: 0;
				}
						.description-box.faq-box .faq-section > ul li h3{
							font-size: 18px;
							line-height: 1.1em;					
						}
						.description-box.faq-box .faq-section > ul li div{
							margin-left: 0;				
						}
							.description-box.faq-box .faq-section > ul li div p{
								font-size: 15px;
								margin-top: 10px;
								line-height: 1.3em;
							}
				.description-box.faq-box .faq-section .faq-section-head{
					margin-top: 0;
				}

				.description-box.faq-box .faq-section .faq-section-head.mid-head{
					margin-top: 0;
				}
		.description-box.faq-box .deco-compass{
			width: 160px;
			height: auto;
			right: -55px;
			bottom: -50px;
			margin-bottom: 0;
			margin-right: 0;
		}
			.description-box.faq-box .deco-compass img{
				width: 100%;
				height: auto;
			}
		.description-box.faq-box .faq-endLine{		
			width: 100%;
			margin-left: 20px;
		}
		.description-box.faq-box > a{
			font-size: 13px;
			position: relative;
			left: 50%;
			margin: 15px 0 15px -105px;
			padding: 0 0 0 0;			
		}
		/* faq box END  */


		#inline-sepcial-kontakt{
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0 20px 40px 20px;
		}
			#inline-sepcial-kontakt .inline-kontakt-column-right{
				position: relative;
				width: 100%;
				margin: 0;
				top: 20px;
				padding: 0;				
				float: none;
			}
				#inline-sepcial-kontakt .inline-kontakt-column-right p{
					font-size: 18px;
					line-height: 1.1em;
					margin-bottom: 5px;
				}

			#inline-sepcial-kontakt .inline-kontakt-column-left{
				float: none;
				width: 100%;
				padding-top: 20px;
			}			
		#inline-kontakt-form{
			width: 100%;
		}
			#inline-sepcial-kontakt table{
				text-align: left;
				width: auto;
				width: 100%;
			}
			#inline-sepcial-kontakt table td.col1{
				display: none;
			}
			#inline-sepcial-kontakt #inline-kontakt-form table .col2 span{
				display: block;
				font-size: 15px;
				margin-top: 10px;
				line-height: 1.3em;
				font-family: 'OfficinaSansITCW01-Book 734509';
			}
			#inline-sepcial-kontakt input, #inline-sepcial-kontakt textarea{
				width: 100%;
				margin: 0;
			}
			#inline-sepcial-kontakt button{
				margin: 0;
				margin-top: 20px;	
			}

	/*/////////////////////////////////////*/
	/*////////// PAGE: BLOG	 //////////////*/
	/*/////////////////////////////////////*/

	.pageBlog .blog-teaser-text h1{
		display: none;
	}

	.blog-entry{
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
		.blog-entry h1{
			font-size: 18px;
			line-height: 1.1em;
		}
		.blog-entry .pub-date{
			font-family: 'OfficinaSansITCW01-Book 734512';
		}
		.blog-entry p{
			font-size: 15px;
			margin-top: 10px;
			line-height: 1.3em;
		}
	.dashed-line-seperator.seperate-line{
		margin: 40px 20px;
	}
	.blog-entry .read-article{
		font-size: 15px;
		margin-top: 10px;
		line-height: 1.3em;
	}
	.pageBlog .blog-teaser-image:before{
		display: none;
	}

	/*////////////////////////////////////////////*/
	/*////////// PAGE: HANEBUTHS NACHTSCHATZ /////*/
	/*////////////////////////////////////////////*/

	.programm-image .price-circles{
		display: none;
	}
	.programm-image .programm-title{
		display: none;
	}
	.programm-image figure{
		float: none;
	}
	.event-icon.big-icon{
		width: 29px;
		height: 29px;
	}

	.event-icons.left.mobileRight{
		float: right;
	}
	.event-sub-text{
		width: 100%;
		margin: 0;
		padding: 20px 20px 0 20px;		
	}
		.event-sub-text p{	
			font-size: 15px;
			margin-top: 10px;
			line-height: 1.3em;
		}
	.other-offer{
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
		.other-offer h1{
			font-size: 18px;
			line-height: 1.1em;
		}
		.other-offer .offer-slot{
			float: left;
			width: 100%;
			max-width: 350px;
		}
			.other-offer .offer-slot figure{
				width: 100%;
				max-width: 299px;
			}
			.other-offer .offer-slot figure img{
				width: 100%;
				height: auto;
			}
			.other-offer .offer-slot h2{
				
				width: 100%;
			}
			.other-offer .offer-slot p{
				font-size: 15px;
				width: 100%;
				min-height: 0;
			}
			.other-offer .offer-slot a{
				margin-bottom: 20px;
				margin-top: 10px;
			}



	/*////////////////////////////////////////////*/
	/*////////// PAGE: BESTELLUNG STEP 1     /////*/
	/*////////////////////////////////////////////*/

	.request-steps{
		width: 100%;
		margin: 0;
		padding: 0 20px;
		text-align: left;		
	}
		.request-steps div{
			display: block;
		}
		.request-steps .step1{
			white-space: normal;
			left: 10%;
			width: 40%;
			float: left;
			padding-left: 0;
			padding-right: 0;
		}
			.request-steps .step1:before{
				left: 0;
				margin-left: -25px;
			}
		.request-steps .step2{
			white-space: normal;
			right: 5%;
			float: right;
			width: 37%;
			padding-right: 0;
			padding-left: 0;
		}
		.request-steps .line{
			float: left;
			height: 3px;
			width: 100%;
			margin: 10px 0;
		}
	#request{
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 20px;
	}
		#request #event-order-form_step1 .request-row-date{
			position: relative;			
		}
			#request #event-order-form_step1 .request-row-date h2{					
				font-size: 18px;
				line-height: 1.1em;
			}
			#request #event-order-form_step1 .request-row-date .request-column-left{												
				width: 100%;
				float: left;
				margin-top: 20px;
			}
				#request #event-order-form_step1 .request-row-date .request-column-left p{
					font-size: 15px;
					margin-top: 10px;
					line-height: 1.3em;
				}						
			#request #event-order-form_step1 .request-row-date .request-column-right{
				padding: 20px;
				float: right;				
				margin-top: 10px;
				width: 100%;
			}
				#request #event-order-form_step1 .request-row-date .request-column-right:after{
					width: 100%;		
					height: 40px;			
					margin-bottom: -40px;
					background-size: 100% auto;
				}
				#request #event-order-form_step1 .request-row-date .request-column-right .request-inputs-person{
					margin-bottom: 10px;					
				}

		#request #event-order-form_step1 .request-row-options h2{
			font-size: 18px;
			line-height: 1.1em;
		}
		#request #event-order-form_step1 .request-row-options p{
			font-size: 15px;
			margin-top: 10px;
			margin-bottom: 15px;
			line-height: 1.3em;			
		}
		#request #event-order-form_step1 .request-row-options .request-package{
			margin: 0 auto;
			margin-bottom: 30px;
			max-width: 312px;
			width: 100%;
			float: none;
			display: block;
		}
			#request #event-order-form_step1 .request-row-options .request-package.first-package{
				margin: 0 auto;
				margin-bottom: 30px;
			}
			#request #event-order-form_step1 .request-row-options .request-package:after{
				width: 100%;
				background-size: 100% auto;
			}
		#request #event-order-form_step1 .request-row-options .request-package .package-image-info figure{
			max-width: 188px;
			width: 68%;		
		}
			#request #event-order-form_step1 .request-row-options .request-package .package-image-info figure img{				
				width: 100%;		
				height: auto;
			}
		#request #event-order-form_step1 .request-row-options .request-package.first-package .package-image-info .package_price .price-circle-body{
			margin-top: 0;
		}
		#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price .price-circle-value{
			margin-top: -5px;
		}
		#request #event-order-form_step1 .request-row-options .request-package .package-image-info .package_price .price-circle-body{
			margin-top: -14px;
		}
	
	#request #event-order-form_step1 .request-price{
		margin-left: 0px;
		display: block;
	}

	/*////////////////////////////////////////////*/
	/*////////// PAGE: BESTELLUNG STEP 2     /////*/
	/*////////////////////////////////////////////*/	

	
	#request h1{
		font-size: 18px;
		line-height: 1.1em;
	}
	#request #event-order-form_step2{
		width: 100%;
		margin-top: 10px;
	}

		#request #event-order-form_step2 .request-column.request-column-left{
			width: 100%;
			padding: 20px; 
		}
		#request #event-order-form_step2 .request-column.request-column-left:after{
			width: 100%;
			background-size: 100% auto;
		}
			#request #event-order-form_step2 .request-column.request-column-left h2{
				font-size: 16px;
			}
			#request #event-order-form_step2 .request-column.request-column-left table tr .single-price-column{
				display: none;
			}
			#request #event-order-form_step2 .request-column.request-column-left table th{
				font-size: 16px;
			}
			#request #event-order-form_step2 .request-column.request-column-left table .col1{
				width: 50%;
			}
			#request #event-order-form_step2 .request-column.request-column-left table .col4{
				width: 30%;
			}
			#request #event-order-form_step2 .request-column.request-column-left table .table-end-info{
				font-size: 15px;
			}
			#request #event-order-form_step2 .request-column.request-column-left .event-form-input-agb, #request #event-order-form_step2 .request-column.request-column-left .event-form-input-newsletter{
				width: 100;
				margin: 10px 0 0 0;
			}

	
	#request #event-order-form_step2 .request-column.request-column-right{
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	#request #event-order-form_step2 .request-column.request-column-right:after{
		width: 100%;
		background-size: 100% auto;
	}
		#request #event-order-form_step2 .request-column h2{
			font-size: 18px;
			line-height: 1.1em;
			margin-bottom: 20px;
		}
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-email{
			float: none;
			width: 100%;
		}
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-telefon{
			width: 100%;
			float: none;
			margin-bottom: 10px;
		}
		#request #event-order-form_step2 .request-column.request-column-right .event-form-input-nachricht{
			margin-bottom: 5px;
		}
	#request #event-order-form_step2 .read-more{
		margin-right: 30px;
	}
	#request #event-order-form_step2 .step-back{
		margin-left: 0;
		margin-top: 23px;
		font-size: 15px;
	}
	button.huge-button[disabled]:after{
		background-size: auto 100%;
	}

	.intro-text.order-success{
		margin-top: 30px;
	}

}


@media only screen and (max-width: 600px) /*handheld*/ {

	/*//////////////////////////////////////////*/
	/*//////////// GLOBAL ELEMENTS  ////////////*/
	/*//////////////////////////////////////////*/

		/* blog teaser  */
			.blog-teaser .blog-teaser-image{
				float: none;
			}
		/* blog teaser  END */
		
			header h3 {
    height: 70px;
    margin-left: 5px;
    width: 161px;
	}
}