@charset "utf-8";

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


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #000;
	font-size: 21px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: normal;
	background-color: #fff;
}

img {
	border: none;	
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

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

a:hover {
	text-decoration: underline;
}

.fw {
	width: 100%;
	height: auto;
}

strong {
	font-weight: 700;
}


/* Colors & Fonts */



/* General Layout */

.page-home {
	background-image: url(../img/bghome.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-home #spacer_top {
	display: none;
}

#mainheader {
	position: fixed;
	background-color: #d5e6e9;
	color: #fff;
	width: 100%;
	height: 100px;
	padding: 0;
	font-weight: 300;
	font-size: 32px;
	z-index: 10;
	text-align: center;
}

#menu_ct {
	display: block;
	background-color: #6DA9B2;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.menuitem {
	color: #fff;
}

#content_ct {
	text-align: left;
	width: 1200px;
	display: inline-block;
	min-height: 500px;
	font-size: 14px;
}

#content_main {
	float: left;
	width: 900px;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}

#content_side {
	float: left;
	padding-left: 20px;
	width: 290px;
}


.info_entry {
	border: 2px solid #ddd;
	padding: 15px;
	color: #333;
	margin-bottom: 30px;
}

.info_date {
	font-size: 16px; 
	font-weight: bold;
	color: #48828A;
}

.info_von {
	color: #999;
}

.info_von a {
	color: #48828A;
	text-decoration: none;
}

.info_title {
	font-size: 24px;
	display: block;
	font-weight: 700;
	line-height: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
}

.filebox {
	display: block;
	margin-top: 20px;
}

.filebox_head {
	display: block;
	padding: 5px 10px;
	background-color: rgba(72,130,138, 0.4);
	font-weight: bold;
	color: #000;
}

.filebox_row {
	background-color: rgba(72,130,138, 0.1);
	color: rgba(72,130,138,1);
	padding: 5px 10px;
	cursor: pointer; 
	cursor: hand
}

.filebox_row:hover {
	background-color: rgba(72,130,138, 0.15);
}

.cbbtn {
	background-color: rgba(72,130,138, 1);
	color: #fff;
	cursor: pointer;
	cursor: hand;
	padding: 3px 8px;
	border-radius: 6px;
	font-weight: bold;
	margin-right: 5px;
}

.cbbtn:hover {
	background-color: rgba(72,130,138, 0.8);
}

.keywordbox, .keywordbox a {
	font-size: 13px;
	color: #999;
}

#content_side {
	padding-left: 20px;
}

.notebox {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

.nbtitle {
	color: #fff;
	font-size: 16px; 
	font-weight: bold;
	padding: 5px 10px;
	display: block;
}

.nbtext {
	display: block;
	background-color: #ddd;
	color: #000;
	font-size: 14px;
	padding: 5px 10px;
}


.catbox{
	margin-top: 3px;
}

.catbox a {
	display: inline-block;
	margin-bottom: 2px;
	color: #999;
}

.catbox a:hover {
	color: rgba(72,130,138, 1);
}

.pf_text {
	width: 300px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
}


.pf_image {
	width: 1060px;
	float: left;
}

.pf_image img {
	width: 750px;
	height: auto;
	border: 1px solid #999;
}

#mavz {
	width: 100%;
}

#mavz tr td {
	padding: 3px 0px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	cursor: hand;
}

#mavz tr:hover td {
	background-color: rgba(72,130,138, 0.15);
}

.corrbox {
	margin-top: 20px;
	border-left: 10px solid #019E00;
	background-color: #ddd;
	padding: 10px 10px 10px 10px;
}


/* General Style */

h1 {
	color: #1f8e97;
	font-size: 48px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 32px;	
	font-weight: 400;
	color: #000;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 20px;
	color: rgba(72,130,138, 1);
}

h4 {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.def_lnk {
	color: #1f8e97;
	font-weight: 700;
	cursor: pointer; 
	cursor: hand;
	display: inline-block;
	margin-bottom: 5px;
}

.def_lnk img {
	vertical-align: text-top;
}

.def_lnk:hover {
	text-decoration: none;
	color: #000;
}


/* Menue */


/* Content */

#block_footer .block_frame {
	position: relative;
}

#footer_teaser {
	position: absolute;
	right: 0;
	top: -17px;
}

.prtbox {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	margin: 8px 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
}

.prtimg {
	display: inline-block;
	width: 25%;
	float: left;
}

.prtimg img {
	width: 100%;
	height: auto;
	display: block;
}

.prttxt {
	display: inline-block;
	width: 75%;
	padding: 15px 10px 15px 25px;
	float: left;
	font-size: 18px;
}


/* Kontakt Formular */


input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 20px; 
	height: 20px; 
	background-color: transparent; 
	border: 1px solid #666;
	display: inline-block; 
	margin-left: 5px;
	margin-right: 10px; 
	margin-bottom: 2px;
	margin-top: 1px;
	vertical-align: middle;
}
input[type="radio"] + label span {
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-color: #666;
}

input[type="text"], textarea, select {
	padding: 10px;
	width: 100%;
	background-color: #cfe2e5; 
	border: none;
	font-size: 18px;
	margin-bottom: 15px;
	color: #666;
	font-family: "ff-enzo-web",sans-serif;
	font-weight: 600;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
	transition: all 0.5s;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	background-color: #fff;
}

input[type="submit"], input[type="reset"] {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px;
	float: left;
	font-size: 15px;
	cursor: pointer;
	cursor: hand;
	width: 25%;
	font-weight: normal;
	font-style: normal;
	transition: all 0.5s;
	letter-spacing: 1px;
}

input[type="submit"] {
	float: right;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #fff;
	color: #1f8e97;
}

form input.hlt, form select.hlt {
	border-bottom: 1px solid #f00;
}

.hpt {
	display: none;
}

.form_subtitle {
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	padding-bottom: 20px;
	display: inline-block;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000; 
}

:-ms-input-placeholder {  
   color: #000;  
}



/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px 3px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

#lba_prev, #lba_next, #lba_close {
	opacity: 0.7;
}

#lba_prev img, #lba_next img {
	height: 33px;
	padding: 5px;
	margin-left: 15px;
}

#lba_close img {
	height: 30px;
	padding: 5px;
	float: right;
	margin-top: -5px;
	margin-right: -5px;
}

.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}

.imp {
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mob_only {
	display: none !important;
}

#mm_toggle {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	display: none;
}

.tab_only {
	display: none;
}




.topspace {
	height: 90px;
}












/* Media Queries */

@media only screen and (max-width : 1220px)  {
	body {
		overflow-x: hidden !important;
		max-width: 1200px;
	}
	
	#block_essen {
		max-width: 1200px;
		width: 100%;
	}
	
	#block_essen .imgmo {
	overflow-x: scroll;
	max-width: 100%;
	width: 100%;	
	}
	
	#col_ct_buero .col_inner, #col_ct_miete .col_inner {
		padding: 0;
		margin: 0 70px;
		position: relative;
	}
	.cimg_overlay_ct {
		padding-right: 0;
	}
	#logo_head {
		left: auto;
		margin-left: 0;
		right: 17px;
	}
	.block_container {
		padding-left: 17px;
		padding-right: 17px;
	}
	.cimg_btm {
		height: auto;
		padding-bottom: 25px;
	}
	#block_praesenz_outer {
		height: 420px;
		background-position: center -100px !important;
	}
	#block_kontakt_form .col_left {
		padding-left: 50px;
	}
	#block_kontakt_form .col_right {
		padding-right: 50px;
	}
	#fs_projekt .flex-prev {
		opacity: 1;
		left: 0;
	}
	#fs_projekt .flex-next {
		opacity: 1;
		right: 0;
	}

	
	body {
		overflow-x: hidden;
	}
	.reset_height {
		height: 0 !important;
	}
	.set_height30 {
		height: 30px !important;
	}
	.mob_no {
		display: none !important;
	}
	.mob_only {
		display: inherit !important;
	}
	h3 {
		font-size: 28px;
	}
	.btn_head {
		bottom: 100px;
	}
	.slide_inner {
		margin-top: -100px;
	}
	#mobmenu_ct {
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 13px;
		left: auto;
	}
	#menu_head_inner {
		
	}
	.menu {
      display: none;
	  background-color: #fff;
	  left: 0;
	  list-style: outside none none;
	  margin: 0;
	  padding: 17px;
	  top: 0px;
	  overflow: auto;
	  border-bottom: 3px solid #000;
	  z-index: -1;
	  padding-bottom: 80px;
	  padding-top: 40px;
	  position: fixed;
		width: 100%;
		height: 100%;
	}
	.menu li {
		padding: 10px 0;
		width: 100%;
		text-align: center;
		display: block;
	}
	.menu li ul {
		display: inherit !important;
		position: relative;
		margin-top: 10px;
	}
	.slide_text {
		font-size: 36px;
	}
	.slide_title {
		font-size: 21px;
	}
	.slide_title img {
		height: 17px;
	}
	#fsh_left, #fsh_right {
		display: none;	
	}
	#block_frame_head {
		display: none;
	}
	#menu_head {
		height: 50px;
	}
	#logo_head {
		height: 36px;
		margin-top: 0;
		top: 7px;
	}
	.col_left, .col_right {
		width: 100%;
		padding: 0;
	}
	#col_acces_tab {
		min-height: 50px;
	}
	#block_praesenz_outer .col_half {
		width: 90%;
	}
	#block_buero_miete .col_inner {
		padding: 0;
	}
	.cimg_overlay_ct {
		padding-right: 0;
	}
	#col_ct_miete {
		margin-top: 50px;
	}
	
	#dl_maps {
		text-align: center;
		margin-bottom: 50px;
	}
	
	#block_praesenz h3 {
		font-size: 36px;
	}
	#block_praesenz {
		padding-top: 10px;
	}
	
	#block_praesenz_outer {
		background-position: center center !important;
	}
	#block_praesenz_outer .col_half {
		width: 100%;
	}
	
	#block_kontakt h3 {
		font-size: 36px;
	}
	
	#block_kontakt_form .col_right, #block_kontakt_form .col_left {
		padding: 0;
	}
	#block_kontakt_form .col_right {
		margin-top: 50px;
	}
	
	#col_ct_buero .col_inner, #col_ct_miete .col_inner {
		margin: 0;
	}
	#block_kontakt {
		padding-bottom: 0;
	}
	
	/* GA */
	
	#logo_head {
		left: 20px;
		position: absolute;
		height: 22px;
		top: 16px;
	}
	
	#mhbg {
		display: none !important;
	}
	
	
	.menu li a {
		color: #000;
	}
	
	.menu li ul {
		padding-top: 0;
		padding-left: 20px;
		border: none;
	}
	
	.menu li ul li {
		padding: 2px 0;
	}
	
	.menu li ul li a {
		font-size: 14px;
		color: #000;
		text-align: center;
		background-color: transparent;
		padding: 2px;
	}
	

	
	#fs_einkaufen {
		/*margin-left: -20px;
		margin-right: -20px;*/
		position: absolute;
		left: 0;
		width: 100%;
		height: 280px;
	}
	
	.fs_einkaufen_sld {
		height: 280px;
	}
	
	#block_einkaufen .block_frame {
		padding-top: 300px;
	}
	
	#logo_ga_intro {
		width: 80%;
		left: auto;
		top: 30%;
		margin-left: 10%;
		margin-top: 0;
		position: relative;
	}
	
	#logo_ga_intro img {
		width: 100%;
		height: auto;
	}
	
	#col_gmap {
		margin-bottom: 20px;
	}
	
	#block_praesenz {
		line-height: normal;
	}
	
	#block_praesenz h3 {
		padding: 0;
	}
	
	#block_praesenz .el_h3 {
		margin-top: -15px;
	}
	
	#block_einkaufen .col_half {
		width: 100%;
	}
	
	.imgmove {
		position: relative;
		width: 100%;
		height: auto;
		left: auto;
		margin: 0;
	}
	
	.imgmove img:nth-child(1) {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.imgmove .im_mob {
		position: absolute;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		display: none;
	}
	
	.imgmove img:nth-child(3) {
		display: inherit;
	}
	
	.imgmove_nav {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	#block_essen .col_half {
		width: 100%;
	}
	
	#block_essen {
		padding-bottom: 30px;
	}
	
	#abschalten_center {
		position: relative;
		width: 80% !important;
		margin-left: 10% !important;
		height: auto;
		margin-left: auto;
	}
	
	.abschalten_th {
		position: relative;
		top: auto !important;
		left: auto !important;
		margin-left: auto !important;
		display: inline-block;	
		width: 80px;
		height: 80px;
	}
	
	
	#block_abschalten .col_half {
		width: 100%;
	}
	
	#abschalten_mainimg {
		height: auto;
		text-align: center;
	}
	
	#abschalten_mainimg #abschalten_center {
		position: relative;
		left: auto;
		margin-left: auto !important;
	}
	#abschalten_mainimg {
		margin-bottom: 20px;
		margin-top: 0;
	}
	
	#fs_head_situation .fs_slide {
		background-size: 100% auto;
	}
	
	#ct_sitbt {
		padding: 30px 0;
	}
	
	#ct_sitbt .btn_def {
		margin-top: 30px;
	}
	
	#fx1, #fx2, #fx3 {
		display: none;
	}
	
	#fx_inner {
		width: 100%;
		position: relative;
		margin-left: auto;
		left: auto;
		height: auto;
	}
	
	#block_flexibilitaet {
		height: auto;
	}

	#block_flexibilitaet .block_frame {
		width: 100%;
		height: auto;
	}
	
	
	#block_flexibilitaet .block_frame .fw {
		margin-top: 20px;
	}
	
	
	#block_inspiration .col_half {
		width: 100%;
	}
	
	#block_inspiration {
		padding-bottom: 250px;
	}
	
	#fw_img_inspiration {
		position: absolute;
		left: 0;
		right: 0;
		height: 250px;;
	}
	
	#block_head_fl {
		height: auto;
	}
	
	#block_head_fl #ibf1 {
		display: none;
	}
	
	#block_head_fl #ibf2 .col_left {
		display: none;
	}
	
	#block_head_fl #ibf2 .col_right {
		width: 100%;
		padding: 80px 20px 20px 20px;
	}
	
	#block_head_fl #ibf2 {
		position: relative;
		left: auto;
		margin-left: auto;
		bottom: auto;
		margin: auto;
	}
	#block_head_fl #ibf2 #fltab {
		font-size: 14px;	
	}
	
	#block_head_fl #ibf2 #fltab h5 {
		font-size: 18px;
	}
	
	
	#block_facts .col_left {
		width: 100%;
	}
	
	#block_facts .col_right {
		width: 100%;
	}
	
	#block_facts .col_right .btn_def {
		margin-bottom: 20px;
	}
	
	#block_facts h5 {
		padding-top: 30px;
	}
	
	#fltab td {
		padding: 5px 3px 1px 3px;
	}
	
	#fltab .headrow {
		display: none;
	}
	
	#block_head_fl #fltab tr td {
	transition: none !important;
}

.frow.factive td {
	
}

	
#block_head_fl #fltab tr td {
	border-bottom: 1px solid #000;
	color: #000;
	transition: all 0.5s;
}
	
#fltab tr td:nth-child(1):before {
	font-weight: 700;
}

#fltab tr td:nth-child(1) {
	display: block;
	width: 100%;
	font-size: 1.1em;
	background-color: #3b4c57;
	color: #fff !important;
	padding: 5px 3px 1px 3px;
	float: left;
	font-weight: 700;
}

#fltab tr td:nth-child(2):before {
	content: "Langbau ";
	display: inline-block;
	width: 60%;
	font-weight: 700;
}

#fltab tr td:nth-child(2) {
	display: block;
	width: 100%;
}

#fltab tr td:nth-child(3):before {
	content: "Kopfbau ";
	display: inline-block;
	width: 60%;
	font-weight: 700;
}

#fltab tr td:nth-child(3) {
	display: block;
	width: 100%;
}

#fltab tr td:nth-child(4):before {
	content: "Plan ";
	display: inline-block;
	width: 60%;
	font-weight: 700;
}

#fltab tr.lastrow td:nth-child(4):before {
	content: "";
}

#fltab tr td:nth-child(4) {
	display: block;
	width: 100%;
	background-color: transparent;
	margin-bottom: 20px;
	text-align: left;
}

#fltab tr td:nth-child(4) span {
	background-color: #6CCFF6;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 10px 0 10px;
}

#block_head_fl #fltab tr.lastrow td {
	padding-top: 0;
}

#block_head_fl #ibf2 {
	padding-bottom: 20px;	
}


#block_kontakt {
	padding-top: 80px;
}

.page-situation #block_head {
	padding-top: 50px;
}

#block_situation {
	padding-top: 0;
}

.btn_def {
	margin-left: 0;
}

.topspace {
	height: 50px;
}

#menu_head {
	background-size: 60% auto;
}

#block_footer {
	position: relative;
	top: auto;
	padding-bottom: 20px;
}

#block_footer .block_frame {
	padding-top: 90px;
}

.sml .frame_inner, .lrg .frame_inner {
	width: 100%;
}

#footer_teaser {
	width: 185px;
	top: -11px;
}

#block_footer .block_frame {
	padding-top: 60px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

body {
	font-size: 18px;
}

.frame_inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/* Seiten */

.page-home #frame_ct_left {
	position: relative;
	width: 100%;
	min-height: 250px;
}

.page-home #frame_ct_right {
	min-height: 0;
	width: 100%;
	margin-left: auto;
	padding-bottom: 50px;
}
.page-home #frame_ct_right .frame_inner {
	padding-top: 30px;
}



.page-ueber #frame_ct_left {
	margin-top: -25px;
	position: relative;
	top: auto;
	width: 100%;
	min-height: 0;
}

.page-ueber #frame_ct_left img {
	width: 100%;
	height: auto;
}

.page-ueber #frame_ct_right {
	min-height: 0;
	width: 100%;
	margin-left: auto;
	padding-bottom: 60px;
	padding-left: 0;
}


.page-ziele #frame_ct_left {
	position: relative;
	width: 100%;
	min-height: 0;
	padding-bottom: 40px;
	padding-top: 250px;
}

.page-ziele #frame_ct_right {
	position: absolute;
	top: 50px;
	width: 100%;
	min-height: 250px;
	margin-left: auto;
}

.page-erfolge #frame_ct_left {
	
}

.page-erfolge #frame_ct_left {
  margin-top: -25px;
  min-height: 250px;
  position: relative;
  width: 100%;
  top: auto;
}

.page-erfolge #frame_ct_right {
	width: 100%;
	margin-left: auto;
	min-height: 0;
	padding-bottom: 60px;
}

.page-aktionen #frame_ct_left {
	min-height: 0;
	width: 100%;
	text-align: left;
	padding-bottom: 50px;
	padding-top: 250px;
}

.page-aktionen #frame_ct_right {
	position: absolute;
	top: 50px;
	min-height: 250px;
	width: 100%;
	margin-left: auto;
}

.page-vorstand #frame_ct_left {
	position: relative;
	width: 100%;
	float: none;
	margin-top: -25px;
	padding-bottom: 40px;
}

.page-vorstand #frame_ct_right {
	width: 100%;
	position: relative;
	min-height: 0;
	margin-left: auto;
	top: auto;
	padding-bottom: 50px;
}


.page-schweiz #frame_ct_left {
	position: relative;
	width: 100%;
	float: none;
	margin-top: -25px;
	padding-bottom: 40px;
}

.page-schweiz #frame_ct_right {
	width: 100%;
	position: relative;
	min-height: 0;
	margin-left: auto;
	top: auto;
	padding-bottom: 50px;
}

.page-galerie #frame_ct_left {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
	padding-top: 250px;
}

.page-galerie #frame_ct_right {
	width: 100%;
	position: absolute;
	min-height: 0;
	margin-left: auto;
	top: 50px;
	height: 250px;
}

.imp {
	width: 48%;
	margin-right: 2%;
	max-width: 300px;
}

.page-presse #frame_ct_left {
	width: 100%;
	min-height: 0;
	padding-top: 250px;
	padding-bottom: 40px;
}

.page-presse #frame_ct_right {
	position: absolute;
	top: 50px;
	width: 100%;
	margin-left: auto;
	min-height: 250px;
}

.page-video #frame_ct_left {
	width: 100%;
	min-height: 0;
	padding-top: 250px;
	padding-bottom: 50px;
}

.page-video #frame_ct_right {
	width: 100%;
	position: absolute;
	min-height: 250px;
	top: 50px;
	margin-left: auto;
}

iframe {
	width: 100%;
	height: 250px;
}

.page-newsletter #frame_ct_left {
	position: relative;
	width: 100%;
	min-height: 250px;
}

.page-newsletter #frame_ct_right {
	margin-left: auto;
	width: 100%;
	min-height: 0;
	padding-bottom: 80px;
}

.page-formular #frame_ct_left {
  background-color: #33949b;
  min-height: 0;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}

.page-formular #frame_ct_right {
	min-height: 0;
	width: 100%;
	margin-left: auto;
	position: relative;
	padding-bottom: 50px;
	padding-left: 0;
}

.page-sponsoren #frame_ct_left {
	position: relative;
	width: 100%;
	min-height: 250px;
}

.page-sponsoren #frame_ct_right {
	min-height: 0;
	width: 100%;
	margin-left: auto;
	padding-bottom: 40px;
}

.page-sponsoren #frame_ct_right .frame_inner {
	padding-left: 0;
}

	
}





@media print {

}