<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* Fonts */
@import url('fonts/stylesheet.css');


/* Dokument */
* { padding: 0px; margin: 0px; }

html { scroll-behavior: smooth; }
body,td,th { font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-size: 15px; color: #333; }
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.4em;
}

#clearing, .clearing { clear: both; font-size: 0px; }
#clearleft, .clearleft { clear: left; font-size: 0px; }
#clearright, .clearright { clear: right; font-size: 0px; }
#clearfix:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
	padding: 0px;
	margin: 0px;
}

p { margin-bottom: 15px; }

hr {
	height: 0px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin: 20px 0px;
}

ul { list-style-type: square; margin-left: 25px; line-height: 1.4; margin-bottom: 15px; }
ol { margin-left: 25px; line-height: 1.4; list-style-position: inside; }
li { margin: 0px 0px 5px 10px; }
li:last-child { margin-bottom: 0px; }

a { color: #788B15; transition: property .3s ease; transition-property: background-color,color,font-size,transform,opacity; }
a:hover { color: #666; }

h1, h2, h3, h4, h5, h6 {
	color: #93AB19;	/* #72726F */
	font-family: 'Signika', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 3px solid #AFCB1E;
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
}
h1 { font-size: 27px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* Hintergründe */
.bg_header { height: 97px; border-top: solid 3px #AFCB1E; }
.bg_slider {
	height: 315px;
	background-color: #72726F;
	margin-top: 25px;
	-webkit-box-shadow: inset 0 10px 10px -7px rgba(0,0,0,0.5), inset 0 -10px 10px -7px rgba(0,0,0,0.5);
	box-shadow: inset 0 10px 10px -7px rgba(0,0,0,0.5), inset 0 -10px 10px -7px rgba(0,0,0,0.5);
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_content { background-color: #ECEFF1; padding-top: 25px; }
.bg_footer { min-height: 145px; background-color: #333; border-top: solid 3px #AFCB1E; overflow: hidden; padding-bottom: 18px; }
.bg_footerline { height: 35px; background-color: #666; }

/* Blöcke */
.header, .slider, .shadow, .content, .footer, .footer_line { width: 903px; margin: 0px auto; }

.header { width: 930px; }
.header .logo { float: left; padding-top: 25px; }
.header .logo a {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 71px;
	width: 258px;
}
.header .nav { float: right; }
.header .nav ul { list-style-type: none; margin: 0px; line-height: normal; }
.header .nav li { display: inline-block; text-align: center; margin: 0px 0px 0px 25px; padding-top: 55px; text-transform: uppercase; font-size: 15px; line-height: normal; }
.header .nav li.first { margin-left: 0px; }
.header .nav li.selected { background-image: url(navselect.png); background-repeat: no-repeat; background-position: center top; }
.header .nav a { color: #72726F; text-decoration: none; }
.header .nav a:hover, .header .nav a.selected { color: #AFCB1E; }

.opener { display: none; }

.slider, .sitetitle { width: 960px; height: 315px; background-color: #FFF; position: absolute; top: 0px; left: 50%; margin-left: -480px; overflow: hidden; z-index: 5; }
.sitetitle { background: none; }
.sitetitle span {
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-weight: bold;
	font-size: 60px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(bg-seitenname.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 8px 0px 50px;
	overflow: hidden;
	height: 45px;
}
.min_bgslider, .min_bgslider .sitetitle { height: 115px; }

.content { min-height: 450px; padding: 75px 0px; }
.content img { max-width: 100%; height: auto; }

.footer { color: #FFF; padding-top: 20px; font-size: 13px; line-height: 15px; }
.footer .block { width: 300px; float: left; min-height: 105px; padding: 5px 0px 0px; overflow: hidden; }
.footer .footernav { width: 301px; border-left: 1px dashed #A0AFB9; border-right: 1px dashed #A0AFB9; text-align: center; padding-top: 3px; }
.footer .footernav ul { list-style-type: none; margin: 0px; line-height: normal; }
.footer .footernav li { text-align: center; padding: 2px 0px; text-transform: uppercase; font-size: 14px; margin: 0px; line-height: normal; }
.footer .footernav a { color: #FFF; text-decoration: none; }
.footer .footernav a:hover, .footer .footernav a.selected { color: #AFCB1E; }
.footer .footerlogo {
	background-image: url(footerlogo.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.footer h4 {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	margin-bottom: 0px;
	display: block !important;
}
	.footer h4:after { display: none !important; }
.footer span.spacer { display: block; height: 7px; }
.footer a { color: #FFF; text-decoration: none; }

.footer_line { font-family: Arial, Helvetica, sans-serif; color: #CCC; font-size: 10px; padding-top: 12px; line-height: normal; }
.footer_line ul { list-style-type: none; margin: 0px; line-height: normal; }
.footer_line li { display: inline; padding: 0px 7px 0px 8px; border-left: 1px solid #999; margin: 0px; line-height: normal; }
.footer_line li:first-child { border: none; padding-left: 0px; }
.footer_line a { color: #CCC; text-decoration: none; }
.footer_line a:hover { color: #FFF; }
.footer_line .gototop { float: right; }
.footer_line .gototop a {
	background-image: url(gototop.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

/* Templates */
.tmp_slider .bg_header { height: 125px; }
.tmp_slider .bg_slider { height: 400px; background-image: none !important; }
.tmp_slider .slider { height: 450px; border: 3px solid #FFF; margin: -28px 0px 0px -480px; }
.tmp_slider .shadow {
	background-image: url(slider-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	width: 960px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin: 0px 0px -57px -480px;
	z-index: 1;
}
.tmp_slider .content, .tmp_slider .infoblock { padding: 80px 0px; }

.tmp_2col .content-wrapper { width: 903px; margin: 0px auto; }
.tmp_2col .content { width: 630px; position: relative; margin: 0px; float: left; }
.tmp_2col .infoblock { width: 220px; overflow: hidden; float: right; padding-left: 3px; padding-right: 3px; font-size: 13px; }


/* Formulare */
.content-wrapper form { display: block; margin: 0px auto 25px; max-width: 450px; }
.content-wrapper form p { margin: 0px; }
.content-wrapper label { width: 140px; float: left; margin: 5px 20px 0px 0px; text-align: left; }
.content-wrapper input, .content-wrapper textarea, .content-wrapper select, .content-wrapper button { width: 270px; padding: 5px; font-family: 'Droid Sans',Arial,Helvetica,sans-serif; font-size: 14px; margin: 0px 0px 10px 0px; -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); color: #666; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CCC; }
.content-wrapper textarea { height: 75px; }
.content-wrapper select { width: auto; min-width: 75px; }

.content-wrapper input.short { width: 60px; margin-right: 5px; }
.content-wrapper input.half { width: 220px; }
.content-wrapper input.auto { width: auto; }
.content-wrapper button[type=submit], .content-wrapper input.reset {
	background: #565655;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTFlMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #565655 0%, #1e1e1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565655), color-stop(100%,#1e1e1d));
	background: -webkit-linear-gradient(top,  #565655 0%,#1e1e1d 100%);
	background: -o-linear-gradient(top,  #565655 0%,#1e1e1d 100%);
	background: -ms-linear-gradient(top,  #565655 0%,#1e1e1d 100%);
	background: linear-gradient(to bottom,  #565655 0%,#1e1e1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565655', endColorstr='#1e1e1d',GradientType=0 );
	
	color: #FFF;
	font-weight: bold;
	padding: 7px 10px; margin: 15px 0px 0px 0px;
	width: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	font-size: 13px;
}
.content-wrapper button[type=submit] { margin-left: 160px; margin-right: 15px; }
.content-wrapper input.reset {
	background: #a0a0a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #83837f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#83837f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#83837f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#83837f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#83837f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#83837f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#83837f',GradientType=0 ); /* IE6-9 */
}
p.formsubmit { }

div.form-captcha { margin-top: 15px; }
div.form-captcha input { display: block; width: 108px; margin: 3px 0px 10px 160px; }
div.form-captcha a.btn { display: none; }
div.form-captcha span { display: block; text-align: left; }
div.form-captcha img { display: inline; }


div.radio-group { padding-bottom: 9px; }
label.radio { margin-top: 0px; }
div.radio { display: inline; margin-right: 25px; }
div.radio input { width: auto; }
div.radio label { width: auto; float: none; text-align: left; margin: 0px 7px 0px 7px; }

div.alert ul { color: #900; font-weight: bold; margin: 0px 0px 40px 0px; border: 1px solid #990000; padding: 10px 20px 10px 30px; font-size: 13px; -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); background-color: #FAE7E7; }
div.has-error input { border: 1px solid #900; }
div.has-error label { color: #900; }

.formdse_spacer { display: block; margin-bottom: 35px; }
.formdse { display: inline; }
	.formdse div.form-check-group, .formdse div.checkbox { width: auto; display: inline; }
	.formdse label { display: none; }
#yform-formular-kon_dse { display: inline; padding: 0px; text-align: left; }
.formdse div.checkbox label { display: inline; width: auto; margin: 0px; float: none; }
.formdse input { width: auto; padding: 0px; margin: 0px 8px 0px 0px; }




/* Miniform im Zweispalter */
.infoblock form { max-width: none; }
.infoblock .yform { float: none; margin: 0px; }
.infoblock .form-objektanfrage .ueberschrift { border: none; margin: 0px; }
.infoblock .form-objektanfrage h3 { font-size: 18px; margin-bottom: 15px; text-align: left; display: block; }
.infoblock .infotext { font-size: 11px; margin-bottom: 15px; line-height: normal; }
.infoblock label { display: none; float: none; width: auto; margin: 0px; }
.infoblock input, .infoblock textarea { width: 207px; height: 18px; }
.infoblock select { width: 219px; padding-left: 2px; padding-right: 2px; }
.infoblock textarea { height: 100px; }
.infoblock .form-captcha { text-align: center; text-align: center; margin: 4px 0px 2px; }
.infoblock img { margin: 4px; }
.infoblock .form-captcha label { display: block; font-size: 12px; text-align: center; }
.infoblock .form-captcha input { width: 110px; margin: 0px; display: inline; }
.infoblock button[type=submit] { margin-left: 0px; margin-right: 0px; height: auto; width: 219px; }
.infoblock .alert ul { font-size: 12px; font-weight: normal; padding: 8px 10px 8px 15px; margin-bottom: 15px; }

.infoblock .form-captcha span { display: block; text-align: center; }
.infoblock .form-captcha img { display: inline; }

.infoblock .formdse_spacer { margin-bottom: 10px; }
.infoblock .formdse input { width: auto; height: auto; }


/* Modul: Bildergalerie (Lightbox) */
.lbGalerie { display: block; padding: 0px 0px 15px; margin: 0px; overflow: hidden; text-align: center; }
.lbGalerie .lbThumb {
	/* float: left; */
	display: inline-block;
	background: #FFF;
	margin: 5px 3px;
	/*border: 1px solid #999;
	-webkit-border-radius: 3px; border-radius: 3px;
	padding: 2px;*/
	vertical-align: top;
	position: relative;
}

		.lbGalerie .lbThumb:hover:after { opacity: 1; }

	.lbGalerie .lbThumb a {
		text-decoration: none;
		background: none;
		margin: 0px;
		padding: 0px;
		width: 80px;
		height: 80px;
		overflow: hidden;
		display: inline-block;
		border: 1px solid #CCCCCC;
		
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		
		/*
		position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;
		*/
	}
	.lbGalerie .lbThumb a:hover { text-decoration: none; /*background: none;*/ background-color: transparent; }
	
		.lbGalerie .lbThumb a:after {
			content: ''; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; opacity: 0; transition: all .3s ease; background: url(thumb-plus.png) no-repeat center center rgba(0,0,0, 0.45); }
		.lbGalerie .lbThumb:hover a:before, .lbGalerie .lbThumb:hover  a:after { opacity: 1; }		
	
	
	
	.lbGalerie .lbThumb a img { margin: 0px; padding: 0px; visibility: hidden; }
	
	
	
.lbGalerie .ls a img { /* margin: 20px 10px; */ }
.lbGalerie .pt a img { /* margin: 10px 20px; */ }
.lbGalerie .lbClear { /* clear: left; */ }
	

/* Modul: FAQ */
div.faq { padding: 0px; margin: 0px; position: relative; max-width: 650px; }
div.faq h3 { font-size: 100%; border: none; cursor: pointer; margin-bottom: 10px; color: #788B15; font-weight: normal; }
div.faq h3:hover, div.faq h3.active { font-weight: bold; }
div.faq h3.active { border-bottom: 1px dotted #CCC; }
div.faq div { padding: 0px 0px 40px 0px; }
div.faq div ul, div.faq div ol { margin-left: 21px; margin-bottom: 15px; }


/* Modul: Newsteaser */	
.newsteaser { margin: 0px; padding: 0px; }
.newsteaser .teaserclear { display: block; }
.newsteaser .newsteaserheader { font-size: 22px; }
.newsteaser .first {}
.newsteaser .teaser { margin: 0px; padding: 0px; margin-bottom: 25px; }
.newsteaser .teaser a { text-decoration: none; }
.newsteaser .teaser .teaserheadline { border: none; margin-bottom: 3px; text-transform: none; }
.newsteaser .teaser .teasertext {}
.newsteaser .teaser p.teaserlink { padding: 0px; display: block; margin-top: 3px; }
.newsteaser .teaser p.teaserlink a { text-decoration: underline; }
	.newsteaser .teaser p.teaserlink a:hover {}
.newsteaser .teaser .teaserimage { float: left; margin: 0px; margin-right: 15px; margin-bottom: 0px; padding: 0px; }
.newsteaser .teaser .teaserimage img {}
.newsteaser .teaser .teaserpagination {}


/* nivoSlider */
.nivo-directionNav { display: none !important; }
a.slider_nav {
	background-image: url(slider-arrows.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -535px;
	margin-top: -29px;
	z-index: 5;
	cursor: pointer;
}
a.slider_next { background-position: right center; margin-left: 515px; }
div.singleSlide { height: 100%; }


/* gallerie */
.gallerie-thumbbox li { width: 85px !important; height: 850px !important; }
.gallerie-text { padding-bottom: 9px; }
.gallerie-title { display: none !important; }
.gallerie-thumbbox-selected img { border-color: #AFCB1E !important; }
.gallerie-thumbbox-hover img { border-color: #AFCB1E !important; }


/* Modul: Cookinote */
#cookienote { display: none; position: fixed; z-index: 10000; top: 0px; left: 0px; right: 0px; padding: 12px 160px 12px 14px; background: #000; color: #FFF; font-size: 13px; box-shadow: 0px 1px 7px 0px #666; }
#cookienote a { color: #FFF; }
#cookienote a.cookienoteCloser { position: absolute; top: 13px; right: 13px; padding: 5px 10px; font-size: 16px; font-weight: bold; background: #72726f; color: #FFF; text-decoration: none; cursor: pointer; }
	#cookienote a.cookienoteCloser:hover { background: #788b14; color: #FFF; }


/* Inhalte */
h1.seitenueberschrift { border: none; margin-bottom: 40px; color: #93AB19; }
h1.seitenueberschrift span { display: block; font-size: 20px; color: #72726F; }

.yform {
	float: right;
	margin: 0px 0px 0px 40px;
}

.gmaps_container { border: 1px solid #999; }

.ueberschrift { border-bottom: 1px solid #C7C9CA; margin-bottom: 20px; }
.ueberschrift h1, .ueberschrift h2, .ueberschrift h3, .ueberschrift h4, .ueberschrift h5, .ueberschrift h6 { display: inline; }

h1, h2, h3, h4, h5, h6 { display: inline; }
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after { content: ''; display: block; margin-bottom: 20px; border-top: 1px solid #C7C9CA; }
/* reset */
h1.seitenueberschrift { display: block;}
.ueberschrift h1:after, .ueberschrift h2:after, .ueberschrift h3:after, .ueberschrift h4:after, .ueberschrift h5:after, .ueberschrift h6:after, h1.seitenueberschrift:after { display: none;}


.three-buttons { text-align: center; margin-bottom: 60px; }
.three-buttons img { margin: 0px 11px; }

/* Referenzen */
.referenzblock {
	background-color: #E4E4E4;
	background-image: url(bg-box.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;	
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
	width: 270px;
	height: 360px;
	display: inline-block;
	margin: 0px 13px 40px 13px;
	overflow: hidden;
	position: relative;
	line-height: normal;
	vertical-align: top;
}
.referenzblock h3 {
	border: none;
	font-size: 15px;
	text-transform: none;
	text-align: center;
	margin: 12px 20px;
	
	display: none;
}
.referenzblock .refimg { width: 230px; height: 150px; border: 1px solid #CCC; margin: 0px auto; overflow: hidden; margin-top: 20px; }
.referenzblock .reftxt { font-size: 12px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; padding: 20px 35px 0px 20px; height: 143px; overflow: hidden;}
.referenzblock .refgal { position: absolute; bottom: 0px; right: 0px; width: 49px; height: 49px; overflow: hidden; }
.referenzblock .refgal a { background-image: url(detail.png); background-repeat: no-repeat; background-position: right bottom; width: 49px;	height: 49px; display: block; }
.referenzblock .refgal-images { display: none; }
.refgal-images { width: 0px; height: 0px; overflow:hidden; float: left; }


/* Wohneinheiten */
.we-line { width: 100%; border-bottom: 1px dotted #AFCB1E; padding: 3px; overflow: hidden; font-size: 13px; }
	.we-line &gt; div { display: inline-block; vertical-align: top; padding: 0px 5px 0px 0px; text-align: center; }
.we-line span { display: none; }
.we-line .we-nr { width: 45px; }
.we-line .we-et { width: 80px; }
.we-line .we-cnt { width: 330px; text-align: left; }
.we-line .we-img { width: 40px; padding-right: 0px; }
	.we-line .we-img a.hasImg { display: inline-block; width: 21px; height: 21px; background-size: cover; }
	.we-line .we-img img { display: none; }
.we-line .we-st { width: 85px; padding: 0px 0px 0px 20px; color: #93AB19; }
	.we-line .we-st span.verkauft { display: inline !important; color: #900; }
.we-header { font-weight: bold; border-bottom: 1px solid #AFCB1E; }
.we-header .we-st { color: #333; }

/* 3er Bild/Text-Block */
.three-textbuttons { text-align: center; margin-bottom: 40px; }
.three-textbuttons &gt; div { display: inline-block; width: 265px; overflow: hidden; margin: 0px 2px 20px; vertical-align: top; font-size: 12px; line-height: 1.25em; text-align: left; min-height: 250px; background-color: #FFF; padding: 10px 10px 45px; position: relative; }
.three-textbuttons .tb-img { width: 265px; height: 130px; background-size: cover; margin-bottom: 9px; }
	.three-textbuttons .tb-img a { display: block; height: 100%; }
.three-textbuttons .tb-title { text-transform: uppercase; font-weight: bold; color: #333; margin-bottom: 7px; font-size: 14px; line-height: 1.35em; }
	.three-textbuttons .tb-title span { text-transform: none; color: #788B15; font-weight: normal; display: block; font-size: 13px; font-weight: bold; }
.three-textbuttons .tb-link { margin-top: 15px; position: absolute; bottom: 10px; left: 10px; }
	.three-textbuttons .tb-link a { padding: 4px 7px 3px; border: 1px solid #AFCB1E; background-color: #AFCB1E; color: #FFF; text-decoration: none; display: inline-block; }
	.three-textbuttons .tb-link a:hover { background-color: #FFF; color: #000; border-color: #CCC; }
			
			
			
/* Youtube-Video */
.video-wrapper { margin: 0px auto 0px 0px; max-width: 640px; }
	.video-wrapper.fullwidth { max-width: none; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* iFrame Embed */
.iframe-embed { max-width: 100%; }
.iframe-embed.ie-left { margin: 0px auto 0px 0px; }
.iframe-embed.ie-center { margin: 0px auto; }
.iframe-embed.ie-right { margin: 0px 0px 0px auto; }

	
/* Sonstiges + Editorstyles */
.bild_links_mit_textfluss { text-align: left; margin: 0px 25px 20px 0px; float: left; }
.bild_rechts_mit_textfluss { text-align: right; margin: 0px 0px 20px 25px; float: right; }
.bild_links_mit_textfluss_und_rahmen { text-align: left; margin: 0px 25px 20px 0px; float: left; padding: 2px; border: 1px solid #999; -webkit-border-radius: 3px; border-radius: 3px; }
.bild_rechts_mit_textfluss_und_rahmen { text-align: right; margin: 0px 0px 20px 25px; float: right; padding: 2px; border: 1px solid #999; -webkit-border-radius: 3px; border-radius: 3px; }
.bild_rahmen { padding: 2px; border: 1px solid #999; -webkit-border-radius: 3px; border-radius: 3px; }
.email_als_bild { vertical-align: middle; margin-top: -2px; }
	@-moz-document url-prefix() { .email_als_bild { margin-top: -1px; } }

.text_standard { color: #333; text-decoration: none; font-style: normal; font-variant: normal; }
	.text_standard:hover { font-style: normal; }
.text_grossbuchstaben { text-transform: uppercase; }
.text_grossbuchstaben_grau { text-transform: uppercase; color: #72726F; }
.text_grossbuchstaben_gruen { text-transform: uppercase; color: #93AB19; }
.text_einrueckung { margin-left: 1em; }

.textfarbe_grau { color: #72726F; }
.textfarbe_gruen { color: #93AB19; }


a.link-button, a.link-button_abstand { text-decoration: none; text-transform: uppercase; margin: 0px 5px 10px 0px; padding: 5px 17px;  border-radius: 0px; background: #93AB19; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #FFF; text-align: center; cursor: pointer; display: inline-block; }
	a.link-button:hover, a.link-button_abstand:hover { opacity: 0.75; transform: translateY(-3px); }
a.link-button_abstand { margin-right: 30px; }


		
	
/* Hacks */
.nivoSlider img { float: left; }

div.ct-privacy { position: relative; background-position: center center; background-size: cover; }
.video-container div.ct-privacy { position: absolute; top: 0; left: 0; }
a.ct-privacy-accept { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: inline-block; width: auto; height: auto; background: #900; color: #FFF; border-radius: 3px; padding: 5px 10px 6px; font-size: 14px; box-shadow: 2px 2px 5px 0px rgba(0,0,0, 0.3); text-align: center; cursor: pointer; }
	a.ct-privacy-accept:hover { background: #FFF; color: #000;}
/*a.consent_manager-close-box::before { left: 9px !important; }*/


.consent_manager-reopen { box-sizing: border-box; position: fixed; left: 10px; bottom: 10px; z-index: 10; width: 40px; height: 40px; background: #dbe8e9 center center; background-size: cover; border-radius: 50%; box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 40%); overflow: hidden; cursor: pointer; opacity: 0; transition: opacity .25s ease-in-out; }
.consent_manager-reopen img { width: 70%; height: auto; display: inline-block; margin: 15%; opacity: 0.75; }
.cmcookieset .consent_manager-reopen { opacity: 1; }

</pre></body></html>