@charset "UTF-8";

@import url('/resources/css/fonts.css');


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@font-face { font-family: "Ionicons"; src: url("../fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }



/* BASE */
html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */

body {
	margin: 0;
	height: auto;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #fff;
} 

figure, figcaption p {margin: 0px;}

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) line height  */

body, button, input, select, textarea {font-size: 100%/1.5 sans-serif; color: #333} 

p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, td, th, fieldset, menu, img {
	margin: 0 0 1.5rem 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05rem;
	line-height: 1.5rem;
	font-style: normal;
	font-weight: normal;
}

aside p {
	font-size: 0.9rem;
	margin: 0 0 0.5rem 0;
}


/* ------- TYPOGRAPHY -------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 0;
	color: #555;
}


h1 {
	font-size: 2.5rem; 
	line-height: 1;
	margin-bottom: 1rem; 
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
h1.extra {
	color: #fff;
	font-size: 3rem;
	margin-bottom: 1rem;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
h1.e2 {
	color: #666;
	font-size: 3rem;
}
h1.e3 {
	color: #fff;
	font-size: 3rem;
	text-shadow: none;
}


h2 {
	font-size: 1.7rem; 
	line-height: 1.2;
	margin-bottom: 1rem;
}
h2.extra {
	font-size: 2rem; 
}
h2.header {
	margin: 0px;
}

aside h2 {
    color: #4e92e4;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.1em;
    margin: 1rem 0;
}


article p + h2, article div + h2 {margin-top: 2em;}

h3 {
	font-size: 1.34rem;
	line-height: 1.25;
	color: #4e92e4;
	margin-bottom: 1rem;
}


article p + h3, article div + h3 {
    margin-top: 2em;
}


aside h3 {
    color: #555;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.25em;
	margin: 0.25rem 0;
}


h4 {
	font-size: 1.0rem; 
	line-height: 1.3; 
	margin-bottom: 0.5rem;
	font-weight: 700;
	color: #4e92e4; 
}



.big {
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: 300;
	color: #000; 
}
.big2 {
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: 400;
	color: #333; 
}
.big3 {
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: 600;
	color: #333; 
}



small, .small {
	font-size: 0.85em;
}


.hell p span {
	color: #A3A3A3;
}


.outline{
	color: #fff;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 2.5rem;
	margin: 0 0 0.5rem 0;
}
@supports(-webkit-text-stroke: 1px black){
	.outline {
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		-webkit-text-fill-color: transparent;
		text-shadow: none;
		font-size: 2.5rem;
		margin: 0 0 0.5rem 0;
    }

.sc10	{-webkit-text-stroke-color: #fff;}
.sc20	{-webkit-text-stroke-color: #333;}
	
}



.blocksatz p {text-align: justify;}

.t-right {text-align: right;}
.t-left {text-align: left;}
.zentr, .t-center {text-align: center;}

.zentr2 {
    display: block;
    text-align: center;
}

.trenn {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w600 {font-weight: 600;}



/* --- Flexbox f Equal Height Blocks ------------- */

.flexwrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexwrap .pure-u-1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}



/* --- Farben ------------------------- */

.c0 {color: #000;}

.c05 {color: #999;}

.c10 {color: #fff;}

.c30 {color: #4e92e4;}

.c100 {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	margin-bottom: 0;
}

.c105 {
	color: #FFFAD5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	margin-bottom: 0;
}

.c110 {
	text-shadow: 1px 1px 20px #fff, 1px 1px 1px rgba(255, 255, 255, 0.8);
	color: #90043C;
	margin-bottom: 0;
}
.c120 {
	color: rgba(255,255,255,0.6);
}

h2.c100, h2.c110, h2.c120 {
	font-size: 1.8rem; 
	line-height: 2.5rem;
}



/* --- Backgrounds  fuer Section und Grids ----------------- */

.section-1 {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.pure-g [class*="g-style-"] {
	overflow: hidden;
	position: relative;
	width: 100%;
}


.bg-style-10, .g-style-10 {
	background-color: #fff;
}
.bg-style-20, .g-style-20 {
	background-color: #F5F5F5;
}
.bg-style-30, .g-style-30 {
	background-color: #ccc;
	color: #fff !important;  
}
.bg-style-40, .g-style-40 {
	background-color: #585858;
	color: #fff !important; 
}
.bg-style-50, .g-style-50 {
	background-color: #b2d115;
	color: #fff !important; 
}
.bg-style-60, .g-style-60 {
	background-color: #9BB7E5;
}
.bg-style-70, .g-style-70 {
	background-color: rgba(0,0,0,0.6);
}
.bg-style-80, .g-style-80 {
	background-color: rgba(255,255,255,0.6);
}


.g-style-40 h2, .g-style-40 h3, .g-style-40 h4 {color: #fff;} 
.g-style-50 h2, .g-style-50 h3, .g-style-50 h4 {color: #fff;} 




/* --- Hinweis --- */

.style-100 {
	background: #F7F7F7;
	border-left: 6px solid #0A83E7;
	padding: 1rem 1rem 0px 1rem;
	margin: 0px 0px 2rem -1rem;
	overflow: hidden;
}

/* --- Tipp --- */

.style-200 {
	background: #F7F7F7;
	border-left: 6px solid #7CCB1F;
	padding: 1rem 1rem 0px 1rem;
	margin: 0px 0px 2rem -1rem;
	overflow: hidden;
}


/* --- Warnung --- */

.style-300 {
	background: #F7F7F7;
	border-left: 6px solid #C91F1F;
	padding: 1rem 1rem 0px 1rem;
	margin: 0px 0px 2rem -1rem;
	overflow: hidden;
}


/* --- Angebot --- */

.style-400 {
	border: 15px solid #eee;
	padding: 1rem 1rem 0px 1rem;
	margin: 0px 0px 2rem -1rem;
	overflow: hidden;
}

.style-400 h2 {
	color: #4E92E4;
}



/* ----- content-backgrounds - vor Bild ------ */

.cbg-10 {background-color: #fff;}
.cbg-20 {background-color: rgba(255,255,255,0.7);}
.cbg-30 {background-color: rgba(0,0,0,0.7);}
.cbg-40 {background-color: #FFF290;}


.g-img {
	display:block;
    max-width: 100%;
    width: 100%;
	margin: 0;
	height: auto;
}

/* ----------- fullpicture Layer ---------- */

.layer-10 {
	background-color: hsla(0, 0%, 100%, 0.4);
}
.layer-20 {
	background-color: hsla(0, 0%, 1%, 0.3);
}
.layer-30 {
	background-color: hsla(218, 70%, 64%, 0.4);
}
.layer-40 {
	background-color: hsla(218, 60%, 50%, 0.6)
}




/*
 * -- BASE STYLES ---------------------------------
 */


a {
	text-decoration: none;
	color: #e59300;
}
a:hover {
	text-decoration: underline;
}


article ul, aside ul {
	display: block;
	padding: 0;
}

article ul li {
	list-style-type: none;
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.8em;
}

article ul li::before {
	content: ' ';
	position: absolute;
	height: 7px;
	width: 7px;
	top: 0.5em;
	left: 0.6em;
	background-color: #999;
}

article ul.ul1.c2 li::before {

}


ol.ol1 {
	display: block;
	margin: 1em 0 0 0;
	padding: 0 0 12px 0px;
	list-style-type: none;
}

ol.ol1 li {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 4.4em;
	counter-increment: step-counter;
}

ol.ol1 li::before {
	position: absolute;
	content: counter(step-counter);
	top: 0.5rem;
	left: 1rem;
	height: 2rem;
	width: 2rem;
	padding: 0.2rem 0 0 0.55rem;
	box-sizing: border-box;
    font-size: 1.5rem;
	line-height: 1;
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}



ol.ol2 {
	display: block;
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}

ol.ol2 li {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 2.4em;
	counter-increment: step-counter;
}

ol.ol2 li::before {
	position: absolute;
	background-color: #4e92e4;
	content: counter(step-counter, decimal);
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
	height: 1.5rem;
	width: 1.5rem;
	top: 0;
	left: 5px;
	line-height: 1.4rem;
	padding: 0rem 0 0 0.38rem;
	border-radius: 50%;
	box-sizing: border-box;
}



article .pure-g [class*="pure-u"] p:last-child {
	margin-bottom: 0px !important;
}


.img-auto {
	width: 100%;
    max-width: 100%;
    height: auto;
}

.img-auto-1 {
    width: 100%;
	max-width: 800px;
    height: auto;
	margin: 0 auto;
	display: block;
}

.img-auto-2 {
    max-width: 100%;
    height: auto;
	margin: 0 auto;
	display: block;
}
.img-auto-2.img-w30 {
    max-width: 37%;
}
.img-auto-2.img-w50 {
    max-width: 50%;
}
.img-auto-2.img-w60 {
    max-width: 66%;
}
.img-auto-2.img-w100 {
    max-width: 100%;
}


.img-left {
	margin: 0px 15px 2px 0px;
	float: left;
}
.img-right {
	margin: 0px 0px 2px 15px;
	float: right;
}

.float-r {
	float: right;
}

.pos-r {
	position: absolute;
	bottom: 1em;
	right: 1em;
}
.pos-l {
	position: absolute;
	bottom: 1em;
	left: 1em;
	padding: 0 !important;
}
.pos-rel {
	position: relative;
}

.nm {margin: 0;}

.mb {margin-bottom: 1rem;}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clear {
	clear: both;
}


.border-l1 {
	border-left: 1px solid #FFF;
}
.border-r1 {
	border-right: 1px solid #FFF;
}


/* ------- Trenner -------- */


hr {
	clear: both;
	display: block;
	border: none;
	height: 1px;
	margin: 2em auto;
	width: 70%;
	border-top: 1px solid #ccc;
}


hr.c {
	border: none;
	height: 1px;
	padding: 0;
	background-color: #333; 
	background-image:linear-gradient(to right, #ccc, #333, #ccc);	
	text-align: center;
	margin: 2rem auto;
	width: 60%;
}
hr.c:after {
	font-family: "Ionicons";
    content: "\f433";
	color: #ccc;
    display: inline-block;
    position: relative;
    top: -0.52em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


/* --- ra-balken-icon ---- */

.ra-icon {
	background: #FC7161;
	height: 7px;
	width: 28px;
	display: block;
	position: relative;
	margin: 0 auto;
}
.ra-icon::after {
    content: " ";
	background: #5FBA1B;
	height: 7px;
	width: 28px;
	display: block;
    position: absolute;
	top: 0;
	right: 35px;
	
}
.ra-icon::before {
    content: " ";
	background: #E2DD05;
	height: 7px;
	width: 28px;
	display: block;
    position: absolute;
	top: 0;
	left: 35px;
}


/* --- Trenner mit Nr. ---- */


div.tn {
    position: relative;
	border: none;
	height: 1px;
	padding: 0;
	background-color: #4E92E4; 
	background-image:linear-gradient(to right, #EAF5FF, #4E92E4, #EAF5FF);	
	text-align: center;
	margin: 4rem auto 3rem auto;
	width: 70%;
}
div.tn p {
	position: absolute;
	width: 46px;
	display: inline-block;
	background-color: #4e92e4;
	border: 3px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	height: 46px;
	top: -23px;
	left: 50%;
	line-height: 1.1;
	margin: 0 0 0 -23px;
	padding: 0;
}



/* --- Kreis mit Nr. ---- */


h2[data-title]::before { 
	content: attr(data-title);
}	

.pre1 {position: relative; padding-top:10px;}

.pre1::before { 
	content: attr(id); 
	position: absolute;
	left: -57px;
	top: 5px;	
	width: 40px;
	height: 40px;
	padding: 1px 10px;
	color: #fff;
	background-color: #6AAAF7;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	box-sizing: border-box;
	border-radius: 50%;
}	

.nrx {
	position: absolute;
	right: -10px;
	bottom: -8px;
	height: 40px;
	width: 40px;
	padding: 1px 10px;
	background-color: #ccc;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	box-sizing: border-box;
	border-radius: 50%;
	transition: background-color 0.3s ease-out 0s;
}

.teaser-400:hover .nrx {background-color: #6AAAF7;}


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


blockquote {
	margin: 2em 0 1em 0;
}
blockquote p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.33;
	color: #333;
	margin: 0 0 2rem 0;
	font-style: italic;
}
blockquote::before {
	color: #e8a503;
	content: "“";
	float: left;
	font-size: 3.6em;
	margin: 0.1em 0 0 -0.66em;
	font-family: "Times New Roman", Times, serif;
}


a.pdf {
	background: url(../images/pdf_icon.gif) no-repeat scroll left top;
	margin: 10px 0;
	padding: 10px 0 10px 37px;
}


.fl1:first-letter {
	float: left;
	color: #E26418;
	font-size: 5em;
	line-height: 1;
	padding: 10px 5px 0px 0px;
}



.back_to_top::after {
    color: #fff;
    content: "";
    font-family: "Ionicons";
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.back_to_top {
    background-color: #E8A503;
    bottom: 0;
    display: block;
    height: 34px;
    position: fixed;
    right: 0;
    width: 34px;
}


.m10 {margin-bottom: 0.5rem}



/* -----  zentrieren vertikal ------- */


/* --- flex --- */

.v-zentr-flex {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.v-content {
    width: 100%;
}

/* --- absolute pos --- */

.zentr-abs {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.top-abs {
	position: absolute;
	width: 100%;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* --- Table --- */


.v-tab {
	display: table;
	padding: 0;
	height: 100%;
	width: 100%;
}
.v-zentr-cell {
	display: table-cell; 
	vertical-align: middle;
}


/* --- inline / middle --- */

.center-wrap {
	text-align: center;
}
 
.center-wrap:before {
	content: '\200B';
	/*   content: '';
	margin-left: -0.25em; */
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
}
 
.v-centered {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
 


/*
 * -- LAYOUT -------------------------------------
 */

.header-1 {	
    position: absolute;
    top: 0;
    width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	z-index:100;
} 


main {
    min-height: 100vh;
    overflow-x: hidden;
	padding: 0;
}

main.sp2 {
	max-width: 1140px;
	padding: 1rem 0 0 0;
	margin: 0 auto;
}


article {
    padding: 0;
	min-height: 300px;
}

article.referenz {
	background-color: #F4F4F4;
	padding: 2em 4em; 
}

aside {
	padding: 0;
}

a.logo {
	float: none;
	display: block;
	background: #fff url(../images/logo-raumanalyse.png) no-repeat left top;
	width: 265px;
	height: 70px;
	margin: 19px 0 0 12px;
	text-decoration: none;
	z-index: 1;
}
 
 
.outer-wrapper {
    max-width: 1600px;
	margin: 0 auto;
    padding: 100px 0px 0px 0px;
	position:relative;
}

.content-wrapper {
	margin: 0 auto;
	height: 100%;
}


.height-100vh {
    min-height: 100vh !important;
    overflow: hidden;
    position: relative;
}
.height-98vh {
    min-height: calc(100vh - 85px) !important;
    overflow: hidden;
    position: relative;
}
.height-70vh {
    min-height: 70vh;
    overflow: hidden;
    position: relative;
}
.height-50vh {
    min-height: 50vh;
    overflow: hidden;
    position: relative;
}


.content-wrapper-abs {
	position: absolute;
	min-height: 20%;
	top: 90%;
	width: 100%;
	z-index: 2;
}

.content-s {
	overflow: hidden;
	margin: 0;
}


/* ----- fullpicture mit Text auf Bild, Bildhöhe passt sich an Inhalt an  ----------- */

.fullpicture {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	z-index: 1;
}

.fullpicture h1 {margin: 0px}

.fullpicture [class*="layer-"], .fullpicture-compl [class*="layer-"] {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.fullpicture-compl [class*="layer-"] {
	z-index: 0;
}	
	
.img-top {
    background-position: top center;
}

.img-vzentr {
	background-position: center center;
}

.img-contain {
	background-position: center top;
	background-size: contain;
}

.img-para {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden !important;
}


.fullpicture-compl {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	z-index: 1;
}

.fullpicture-compl h1 {margin: 0px}

.fullpicture-compl img {
	display: block;
	width: 100%;
    max-width: 100%;
    height: auto;
	margin: 0 auto;
	z-index: 1;
}

.fullpicture-compl .content-wrapper {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 100;
}


/* --------- width   -------------- */

.width-a100 {
	width: 100%;
}
.width-a1 {
	max-width: 700px;
	padding: 0 1rem 0 1rem;
	margin: 0 auto;	
}
.width-a2 {
	max-width: 960px;
	padding: 0 1rem 0 1rem;
	margin: 0 auto;
}
.width-a3 {
	max-width: 1100px;
	padding: 0 1rem 0 1rem;
	margin: 0 auto;
}
.width-a4 {
	max-width: 1400px;
	padding: 0 1rem 0 1rem;
	margin: 0 auto;
}



/* ------ Padding --------------------------------- */  

/* ------ Modul Sektion > content-wrapper --- */

.pad-v0 {
	padding-top: 0;
	padding-bottom: 0;
}
.pad-v1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pad-v2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
} 
.pad-v3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}   
.pad-v4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
} 

.pad-1 {
	padding: 1rem;
}


.pad-0000 {padding: 0px;}
.pad-0011 {padding: 0 0 1rem 1rem;}
.pad-0010 {padding: 0 0 1rem 0;}
.pad-0100 {padding: 0 1rem 0 0;}
.pad-0001 {padding: 0 0 0 1rem;}

.pad-1000 {padding: 1rem 0 0 0;}
.pad-1111 {padding: 1rem;}
.pad-1110 {padding: 1rem 1rem 1rem 0px;}
.pad-1100 {padding: 1rem 1rem 0px 0px;}
.pad-1001 {padding: 1rem 0px 0px 1rem;}
.pad-1011 {padding: 1rem 0px 1rem 1rem;}
.pad-1112 {padding: 1rem 1rem 1rem 2rem;}

.pad-2112 {padding: 2rem 1rem 1rem 2rem;}

/* --- responsive Paddings --- */

.padrs-0212 {
	padding: 0 0 2rem 0;
}

.padrs-2222 {
	padding: 2rem 1rem;
}

.mar-v1 {margin-bottom: 1rem;}

/* ----- Abstand zwischen Grids -------- */

.g-pad20 {padding: 2em;}
.g-pad10 {padding: 1em;}
.g-pad05 {padding: 0.5em;}
.g-pad0 {padding: 0px;}



/* ----- Side-Box fur ASIDE ---- */


.sidebox-1 {
	background: #fff;
	padding: 1em;
	border-radius: 3px;	
	margin-bottom: 1em;
}
.sidebox-1 h4 {
	margin: 0 0 0.5em 0;	
}
.sidebox-1 img {
	margin: 0 0 0.5em 0;	
}
.sidebox-1 p, .sidebox-1 li {
	font-size: 13px;	
}


/* -----  Bild- und Text-Grid nebeneinander  ----- */


.g-imgtxt {
	margin: 4em 0 4rem 0;
	position: relative;
}
.g-imgtxt.einzug-li {
	margin-left: 0px;
}

 
/* -----------  Bild float mit Text  ------------- */

.txt-img {
	display: block;
	margin-bottom: 1em;
}

.txt-img img {
	max-width: 300px;
	height: auto;
	transition: max-width 0.5s ease-out;
}
.txt-img img:hover {
	max-width: 400px;
	height: auto;
}

.img-left-2 {
	float: left;
    margin: 0 15px 0 0;
}

.img-right-2 {
	float: right;
    margin: 0 0 0 15px;
}






/* -----------  BUTTONs  ------------- */

a.button-1 {
	position: relative;
	display: inline-block;
	min-width: 7em;
	color: #fff;
	background-color: hsl(25, 85%, 49%);
	padding: 0.4em 1.65em 0.4em 0.9em;
	margin: 0.5em;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	font-weight: 400;
	font-size: 1.2rem;
	transition: all 0.3s ease-in-out;
	border-radius: 6px;
}
a.button-1.v2 {
	display: block;
	padding: 0.4em 0.7em 0.4em 0.2em;	
	margin: 0 0 0.5em;
}

a.button-1:after {
	content: "\f125";
	font-family: "Ionicons";
	font-size: 20px;
	position: absolute;
	margin-top: -12px;
	right: 10px;
	top:50%
}

a.button-1:hover {
	text-decoration: none;
	background-color: hsl(25, 100%, 38%) !important;
}
a.button-1:hover:after {
	right: 8px;
}



a.button-3 {
	display: inline;
	padding-right: 0.5em;
}

a.button-3:after {
	content: "\f125";
	font-family: "Ionicons";
	font-size: inherit;
	padding-left: 5px;
}

a.button-3.c10:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
  


.arrow-down-center {
    color: #fff;
    font-family: "Ionicons";
	font-size: 64px;
    display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    left: 50%;
    margin-left: -20px;
    margin-top: -60px;
    position: absolute;
    z-index: 9;
}
.arrow-down-center:hover {
	color: #5B9DFF;
}



/* ----- mehspaltiger Text ---- */

div.block-col-x {
	-moz-column-gap: 2rem;
	-webkit-column-gap: 2rem;
	column-gap: 2rem;
	-moz-column-width: 18rem;
    -webkit-column-width: 18rem;
    column-width: 18rem;
}

div.block-col-2 {
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

div.block-col-3 {
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

div.block-col-4 {
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}

/* ----- Foto Galerie ---- */

.popup-gallery {padding: 1em 0 1em 0;}

.popup-gallery a {
	border: 1px solid #777;
	display:inline-block;
}
.popup-gallery a:hover {
	border: 1px solid #fff;
}

.popup-gallery img {margin: 0; padding: 0;}

.image-popup {}



/*
 * -- Tabellen ---------------------------------------- 
 */ 

table {
	margin: 0 0 1rem 0 0;
	width: 100%;
}

.table-2 tr {
	border-bottom: 1px solid #ccc;
	background: #fafafa;
}


.table-2  tr:nth-child(2n) {
	background: #f2f2f2;
}


.table-2 tr:hover {
	color: #fff;
	background: #777;
}
.table-2  tr:hover th {
	color: #000;
}

.table-2 th, .table-2 td {
	padding: 4px 10px 4px 10px;
}

.table-2 td {
	font-size: 0.9rem;
}

.table-2 th  {
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	background-color: #dedede;
}


.kosten td:nth-child(2), .kosten td:nth-child(3) {
    text-align: right;
}
.kosten th:nth-child(2), .kosten th:nth-child(3) {
    text-align: right;
}

.taupunkt td {padding: 2px;}

.taupunkt thead tr {background-color: #DFF3FF;}

.taupunkt .bg-color-01 {background-color: #fed6ba;}
.taupunkt .bg-color-02 {background-color: #DAECFA;}
.taupunkt .bg-color-03 {background-color: #ffe5d3 !important;}
.taupunkt .bg-color-04 {background-color: #ffa464;}

.taupunkt tbody td:nth-child(1) {background-color: #fed6ba;}
.taupunkt tbody tr:hover {color: #000; background-color: #FFEDE1;}
.taupunkt tbody tr:hover td:nth-child(1) {background-color: #FFEDE1;}
.taupunkt tbody td:hover {color: #000; 	background-color: #FFC497;}
.taupunkt thead tr:hover {color: #000;}


table.t1 {
	width: auto;
}

table.t1 tr {
	background-color: transparent;
	border-style: none;
}
table.t1 tr td {
	padding: 0 1em 0 0;
	font-size: 1rem;
}

table.t1 tr:hover {color: #555;}


/* ---- Teaser -------------------------------------------------------- */


/* ---  Teaser 400 - Headline Bild Text  --- */

a.teaser-400 {
	display: block;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	transition: box-shadow 0.5s ease-out 0s;
}

a.teaser-400:hover {
	text-decoration: none;
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.4);
}


a.teaser-400 img {
	width: 100%;
	height: auto;
	display: block;	
	margin: 0 0 0.5em 0;
}


a.teaser-400 h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 700;
	color: #555;
	padding: 7px 3px 7px 6px;
}


a.teaser-400 .text-container {
	min-height: 8em;
	color: #4C4C4C;
	padding: 6px;
	overflow: hidden;
}

a.teaser-400 .text-container p {
	color: #4C4C4C;
}



a.teaser-400 .info-btn {
	text-align: right;
	padding: 7px;
	font-weight: 600;
}
a.teaser-400 .info-btn.li {
	text-align: left;
	color: #4e92e4;
}

a.teaser-400 .info-btn:after {
	content: "\f125";
	font-family: "Ionicons";
	font-size: inherit;
	padding-left: 5px;
}



/* ---  Teaser aside-1 mit Headline über Bild, Text unter Bild --- */

.teaser-aside-1 {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 20rem;
	overflow: hidden;
	background-color: #fff;
	transition: background-color 0.5s ease-out 0s;
	margin-bottom: 1rem;
	vertical-align: top;
}

.teaser-aside-1 img {
	width: 100%;
	height: auto;
	display: block;	
	margin: 0;
}


.teaser-aside-1 h2 {
	padding: 0;
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 600;
	color: #666;
	padding-bottom: 4px;
}


.teaser-aside-1 .text-container {
	color: #4C4C4C;
	padding: 6px 0 0 0;
	overflow: hidden;
}

.teaser-aside-1 .text-container p {
	color: #4C4C4C;
	margin-bottom: 0.25rem;
	font-size: 0.9rem;
	line-height: 1.4;
	word-wrap: normal;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


.teaser-aside-1 a.info-btn {
	font-weight: 600;
	color: #FFA806;
}

.teaser-aside-1 a.info-btn:after {
	content: "\f125";
	font-family: "Ionicons";
	font-size: inherit;
	padding-left: 5px;
}

.teaser-aside-1 a.info-btn:hover {
	color: #D98D00;
	text-decoration: none;
}



/* ---  Teaser AMZ mit Headline, Text u. AMZ-HTML --- */

.teaser-amz {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 20rem;
	overflow: hidden;
	background-color: #fff;
	transition: background-color 0.5s ease-out 0s;
	margin-bottom: 1rem;
	vertical-align: top;
}

.teaser-amz .text-amz {
	padding: 0 0 2px 0;
	overflow: hidden;
}

.teaser-amz .text-amz p {
	color: #4C4C4C;
	font-size: 0.9rem;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.teaser-amz a {
	display: block;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #eee;
 	border-right: 1px solid #fff;
}
.teaser-amz a:hover {
	border-left: 1px solid #4e92e4;
 	border-right: 1px solid #4e92e4;
}



/* ---  Link Liste Glossar  --------------------- */

.artikel-li li::before {
    display: none;
}

.artikel-li ul {
	list-style-type: none;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	-moz-column-width: 15rem;
    -webkit-column-width: 15rem;
    column-width: 15rem;
}

.artikel-li li {
    margin: 0;
	padding: 0;
}

.artikel-li ul a {
	color: #666;	
}

.artikel-li ul a.active {
	font-weight: bold;
	color: #74a500;
}

.artikel-li ul a:hover {
	color: #000;	
} 


/* ---  Chart Balkengrafik  --------------------- */

.chart-balken  {
	background: #eee;
	margin-bottom: 1rem;
	padding: 1.5rem;
	overflow: hidden;
}

.chart-balken p {
	margin: 0;
}

.chart-balken div {
	background: #C11E1E;
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}



 
/*
 * -- FOOTER ---------------------------------------- 
 */


.footer {
	padding: 0 0 1em 0;
	margin: 0;
	background: #3D3D3D;
}

.footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 7px 0;
	color: rgba(255,255,255,0.7);
	padding-bottom: 6px;
}

.footer p, .footer td {
	font-size: 15px;
	line-height: 24px;
	color: rgba(255,255,255,0.7);
	margin: 0;
	padding-right: 4px;
}

nav.nav-footer ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

.footer a {
	font-size: 15px;
	line-height: 24px;
	color: rgba(255,255,255,0.9);
}
.footer a:hover {
	color: #fff;
}


/*
 * -- Navigation Aside Submenü -------------------
 */
 
 

.nav-side-box {
	padding: 0; 
}

#nav-side ul {
	list-style-type: none;
}

#nav-side li {
	padding: 1px 0;
}

#nav-side li a {
	display: block;
	background-color:#F7F7F7;
    line-height: 1.25;
    margin: 0;
    padding: 4px;
}
#nav-side li a:hover {
	text-decoration: none;
	background: #FFE4C1;
}

#nav-side li.active a {
	font-weight: bold;
	color: #F90;
}



/*
 * -- MENU main - responsive -------------------
 */



nav.topnav {
	float: none;
	display: block;
}


nav.topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

nav.topnav ul.rex-navi1 > li {float: left;}

nav.topnav ul.rex-navi1 > li > a {
	color: #666;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	transition: 0.3s;
}

nav.topnav li a:hover {background-color: #eee;}

nav.topnav ul.rex-navi1 a.rex-current, nav.topnav ul.rex-navi1 a.rex-active {
    color: #74a500;
}


button.navicon {
	display: none;
	position:absolute;
	top:7px;
	right: 15px;
    background-color: #fff;
    border: 0 none;
    color: #555;
    cursor: pointer;
    font-family: "Ionicons", sans-serif;
    font-size: 48px;
    line-height: 0.5;
    margin-top: 28px;
    outline: 0 none;
    padding: 0;
}

button.navicon:hover {color: #5FBA1B;}


/* -------------- Suche (google) ----------------- */

button.suche {
	position:absolute;
    background-color: #fff;
    border: 0 none;
    color: #555;
    cursor: pointer;
    font-family: "Ionicons", sans-serif;
    font-size: 30px;
    line-height: 0.5;
    outline: 0 none;
    padding: 0;
	top:46px;
	right: 55px;
}
button.suche:hover {color: #5FBA1B;}


button.searchbox-off {
    position: absolute;
    background-color: transparent;
    border: 0 none;
    color: #555;
    cursor: pointer;
    font-family: "Ionicons",sans-serif;
    font-size: 35px;
    line-height: 0.5;
    outline: 0 none;
    padding: 0;
    top: 40px;
    right: 55px;
}
button.searchbox-off:hover {color: red;}



#searchcontainer {
    position: absolute;
    background-color: #eee;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    padding: 33px 6rem 33px 2rem;
    z-index: 900;
}

.search-off {display:none;}
.search-on {display: block;}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

input.gsc-input {
    font-size: 20px !important;
    padding: 3px 6px !important;
}

.cse input.gsc-search-button, input.gsc-search-button {	
    color: #666 !important;
    height: 29px !important;
	font-size: 16px !important;
}


.gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 24px !important;
    padding: 5px !important;
}

 #___gcse_0 { overflow-y: hidden !important;}

/* -------------- Formular ------------------------------------------------------- */




/* ---------- Fullscreen Image-Background  ----------- */

#fullscreen-back-img {
	position: fixed;
	z-index: -2;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#fullscreen-back-color {
	position: fixed;
	background-color: #666;
	z-index: -2;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}


/* ---- flex slider ----------------------- */

.flex-caption {
  width: 100%;
  padding: 2%;
  margin: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
    
.flex-direction-nav li {line-height: 40px;}
.flexslider img {margin: 0;}



/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
 

@media (min-width: 35.5em) {
	
	.padrs-0212 {
		padding: 0 2rem 2rem 2rem;
	}
	
	.outline{font-size: 3rem;}

}

	 
@media (min-width: 48em) {

    body {
        font-size: 16px;
    }


    .content {
        padding: 1em;
    }

	.img-left-2 {
		margin: 0 15px 0 -100px;
	}
	
	.img-right-2 {
		margin: 0 -100px 0 15px;
	}

	.fix-1 {
		position: fixed;
		width: 33%;
		top: 135px;
		right: 0px;	
	}

	.outline{font-size: 3.5rem;}

	h1.extra {font-size: 4.6rem;}

	.nav-side-box.affix {
		position: fixed;
		top: 15px;
		z-index: 100;
	}

	.padrs-2222 {
		padding: 2rem;
	}
		
}

@media (max-width: 64em) {
	
  nav.topnav {
	paddding-bottom: 20px;
	-webkit-box-shadow: 0 25px 25px 0 rgba(0,0,0,0.4);
	box-shadow: 0 25px 25px 0 rgba(0,0,0,0.4);
  }
 
 
  button.navicon {display: inline-block; }
  
  nav.topnav ul a {
	border-top: 1px solid #eee;
	color: #000;
	display: block;
	font-weight: 600;
	padding: 10px 0 10px 20px;
	text-decoration: none;
  }
   
  
  nav.topnav ul.rex-navi1 > li {display: none;}
  
  nav.topnav.responsive ul.rex-navi1 {position: relative;}

  nav.topnav.responsive ul.rex-navi1 > li {
    float: none;
    display: inline;
  }
  
  nav.topnav.responsive ul.rex-navi1 > li > a {
    display: block;
    text-align: left;
  }
  
  nav.topnav.responsive ul.rex-navi2 > li > a {
    display: block;
    text-align: left;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 300;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 40px;
  }	

}


@media (min-width: 64em) {

  a.logo {
	float: left;
  }
  
  .outline{font-size: 4rem;}

/* -----  MENU Unterpunkte in nav-main ----- */

  nav.topnav {
	float:right;
	padding-right: 6rem;
  }

  nav.topnav ul.rex-navi1 > li > a {
	display: inline-block;
	text-align: center;
	padding: 38px 20px;
  }
  
  nav.topnav ul.rex-navi2 {
	position: absolute;
	z-index: 500;
	left: -999em;
	width: 250px;
	margin: -4px 0 0 0;
	padding: 0;
	height: auto;
	border-left: 1px solid #eee;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5);
  }
	  

  nav.topnav ul.rex-navi2::before {
	position: absolute;
	z-index: 600;
	content: "";
	background-color:#5FBA1B;
	height: 4px;
	width: 90px;
	left: 0px;
	top: 0px;
  }
  
	  
  nav.topnav ul.rex-navi1 li:hover ul.rex-navi2{
	left:auto;
  }
  
  nav.topnav ul.rex-navi2 li {
	margin: 0;
	padding: 0;
	display: block;
  }
	  
  nav.topnav ul.rex-navi2 li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 400;
	display: block;
	text-align: left;
	color: #666;
	height: auto;
	margin: 0;
	padding: 16px;
	width: 100%;
	background-color: #fff;
	text-decoration: none;
  }

  nav.topnav ul li a:hover {background-color: #eee; color: #333;}
  nav.topnav ul.rex-navi1 > li:hover > a {background-color: #eee;}

}

@media (min-width: 74em) {
  
  .outline{font-size: 5rem;}

}


