@charset "UTF-8";
* {
    -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;
} 


/* 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;
}

p, td {
	word-wrap: normal;
}

/* ------- TYPOGRAPHY -------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-top: 0;
	color: #666;
	text-rendering: optimizeLegibility;
	word-wrap: normal;
}


h1 {
	font-weight: 300;
	font-size: 2rem;
	line-height: 1.1;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	margin-bottom: 2rem;
	text-align: center;
}
h1.b {
	color: #555;
	text-shadow: none;
}
h1.extra {
	font-size: 4.5rem;
}

h2 {
	font-size: 2.3rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	color: #2CC6F0;
	font-weight: 300;
}
h2.b {
	font-weight: 700;
}


h3 {
	font-size: 1.41rem;
	font-weight: 300;
	line-height: 1.1;
	color: #2CC6F0;
	margin-bottom: 1rem;
}


h4 {
	font-size: 1.0rem; 
	line-height: 1.3; 
	margin-bottom: 0.5rem;
	font-weight: 700;
	color: #2CC6F0; 
}


/* ------- Font Sets -------- */


.ff2 {font-family: 'Open Sans Condensed', sans-serif; line-height: 1.1;}
.ff3 {font-family: 'Lato', sans-serif;}


.f1 {
	color: #fff;
	line-height: 1.1;
	opacity: 0.9;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.f2 {
	color: #fff;
	font-weight:400;
	line-height: 1.0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.fs2 {font-size: 2rem;}
.fs25 {font-size: 2.5rem;}
.fs3 {font-size: 3rem;}
.fs4 {font-size: 4rem;}
.fs45 {font-size: 4.5rem;}
.fs5 {font-size: 5rem;}
.fs6 {font-size: 6rem;}
.fs7 {font-size: 7rem;}
.fs9 {font-size: 9rem;}

.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w600 {font-weight: 600;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}


.big {
	font-size: 1.38em;
	line-height: 1.3;
	font-weight: 300;
	color: #000;
}

.big2 {
	font-size: 1.25em;
	line-height: 1.3;
	font-weight: 400;
	color: #555;
}


.upper {
	text-transform: uppercase;
}


small, .small {
	font-size: 0.85em;
}


.blocksatz p {text-align: justify;}

.t-right {text-align: right;}
.t-left {text-align: left;}
.zentr, .t-center {text-align: center;}


.trenn {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: normal;
}

figure {margin: 1em auto;}
figcaption {
	text-align: center;
}
figcaption.img-titel-1 {
	text-align: center;
	background: #EFEFEF;
	padding: 5px 1px;
}
figcaption p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 2;
}

/* --- Farben Fonts ------------------------- */

.c0 {color: #000;}
.c05 {color: #999;}
.c10 {color: #fff;}
.c30 {color: #79CD12;}
.c40 {color: #990004;}

/* --- Backgrounds  fuer Section und Grids ----------------- */

.section-1 {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.section-1:first-child { 
    padding-top: 110px;
}


article .pure-g [class*="pure-u"] p:last-child {
	margin-bottom: 0px !important;
}

.bg-10 {
	background-color: #fff;
}
.bg-10a {
	background-color: rgba(255,255,255,0.5);
}
.bg-20 {
	background-color: #222;
}
.bg-20a {
	background-color: rgba(0,0,0,0.3);
}
.bg-30 {/*grau hell*/
	background: #ECECEC;
}
.bg-40 {/*grau*/
	background-color: #ccc;
	color: #fff !important;  
}
.bg-50 {/*grau dunkel*/
	background-color: #6A6A6A;
	color: #fff !important; 
}
.bg-60 {
	background-color: rgba(255,255,255,0.9);
}
.bg-70 {/*grün hell warm kräftiger */
	background-color: hsl(68, 70%, 84%);
}
.bg-80 {
	background-color: #0D90B4;
	color: #fff !important; 
}
.bg-90 {/*grün sehr hell*/
	background-color: hsl(70, 100%, 94%);
}
.bg-100 {/*lila dunkel*/
	background-color: hsl(300, 50%, 20%);
	color: #fff !important; 
}

/* ----------- fullpicture Layer ---------- */

.layer-10 {
	background-color: hsla(0, 0%, 100%, 0.4);
}
.layer-20 {
	background-color: hsla(0, 0%, 1%, 0.4);
}
.layer-30 {
	background-color: hsla(180, 100%, 20%, 0.7);
}
.layer-40 {
	background-color: hsla(71, 100%, 20%, 0.7)
}


/* --- Flexbox Styles ------------------------- */

.flexcontainer, .flexcontainer-2
{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:box;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-content:stretch;
	-ms-align-content:stretch;
	-ms-flex-line-pack:stretch;
	align-content:stretch;
	-webkit-align-items:stretch;
	-ms-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	-webkit-justify-content:flex-start;
	-ms-flex-pack:flex-start;
	-ms-justify-content:flex-start;
	justify-content:flex-start;
}


/* --- im flexcontainer ALLE Elemente v zentr. (überschreibt stretch)  --- */

.flexcontainer.align-items-center {
	-webkit-align-items:center;
	-ms-align-items:center;
	-ms-flex-align:center;
	align-items: center;
	height: 100%;
}

/* --- im flexcontainer EIN Element v zentr. --- */

.flexcontainer .align-self-center 
{
	-webkit-align-self:center;
	-ms-align-self:center;
	-ms-flex-item-align:center;
	align-self:center
}

/* --- Gleiche Höhe aller Grid-INHALTE (.g-inner) ------ */

.flexcontainer-2 .pure-u-1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

 /* --- Alle Teaser gleiche Höhe innen --- */
 
.flexcontainer-2 .pure-u-1 a { 
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}



/*
 * -- BASE STYLES ---------------------------------
 */


a {
	text-decoration: none;
	color: #1ab6ea;
}
a:hover {
	text-decoration: underline;
}


article ul, aside ul {
	display: block;
	padding: 0;
	list-style-type: none;
}

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: 6px;
	width: 6px;
	top: 0.6em;
	left: 0.6em;
	background-color: #999;
}


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 2.4em;
	counter-increment: step-counter;
}

ol.ol1 li::before {
	position: absolute;
	content: counter(step-counter);
	top: -3px;
	left: 0;
	height: 2rem;
	width: 2rem;
	padding: 0.2rem 0 0 0.55rem;
	box-sizing: border-box;
    font-size: 1.5rem;
	line-height: 1;
    background-color: #4e92e4;
    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;
}





.g-img {
	display:block;
    max-width: 100%;
    width: 100%;
	margin: 0;
	height: auto;
}

.img-auto {
	width: 100%;
    max-width: 100%;
    height: auto;
}

.img-auto-2 {
    max-width: 100%;
    height: auto;
	margin: 0 auto;
	display: block;
}
.img-w30 {
    max-width: 37%;
}
.img-w50 {
    max-width: 50%;
}
.img-w60 {
    max-width: 66%;
}
.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;}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clear {
	clear: both;
}


.db {
	display: block;
}


.br-1 {border-radius: 2px;}
.br-2 {border-radius: 4px;}
.br-3 {border-radius: 11px;}

/* ------- Trenner -------- */


hr {
	clear: both;
	display: block;
	border: none;
	height: 1px;
	margin: 2em auto;
	width: 70%;
	border-top: 1px solid #ccc;
}

hr.b {
	border: none;
	height: 1px;
	padding: 0;
	background-color: #333; 
	background-image:linear-gradient(to right, #AAFFFF, #0D90B4, #AAFFFF);	
	text-align: center;
	margin: 1rem auto;
	width: 60%;
}

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;
}


/* --- 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%;
}	


/* ------------------------ */


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 ------- */



/* --- absolute pos --- */

.v-zentr {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.v-oben {
	position: absolute;
	width: 100%;
	top: 0%;
}

.v-oben-30 {
	position: absolute;
	width: 100%;
	top: 33%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.v-unten {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

/* --- Table --- */


.v-tab {
	display: table;
	padding: 0;
	height: 100%;
	width: 100%;
}
.v-zentr-cell {
	display: table-cell; 
	vertical-align: middle;
}




/*
 * -- LAYOUT -------------------------------------
 */

#header-1 {
	position: absolute;
	max-width: inherit;
	width: 100%;
	top: 0px;
	padding: 0;
	margin: 0;
	z-index: 999;
	transition: all 0.25s ease 0s;	
} 

a.logo {
	float: none;
	display: block;
    background-image:url('../images/logo-syltfreude.png');
    background-repeat:no-repeat;
    background-size:contain;
	width: 120px;
	height: 120px;
	margin: 13px 0px 0px 20px;
	text-decoration: none;
	z-index: 1;
	transition: all 0.25s ease 0s;
}

.scroll a.logo {
	width: 120px;
	height: 120px;
	margin: 13px 0px 10px 20px;
}


.scroll #header-1 {
	position: fixed;
	max-width: inherit;
	background-color: rgba(0, 30, 80, 0.75);
}

.navstyle-2 {
	background-color: rgba(0,0,0,0.8) !important;
}

.navstyle-2 a.logo {
	width: 120px;
	height: 120px;
	margin: 13px 0px 0px 20px;
}

.navstyle-2 nav.topnav {
    padding: 0 2rem 0 0;
}


main {
    min-height: 100vh;
    overflow-x: hidden;
	padding: 0;
}

main.sp2 {
	max-width: 1140px;
	padding: 130px 0 0 0;
	margin: 0 auto;
}


article {
    padding: 0;
	min-height: 300px;
	margin-bottom: 70px;
}

main.sp2 article {
    padding: 0px 1.5rem;
	border-right:1px solid #eee;
}


aside {
	padding: 0;
}

main.sp2 aside {
    padding: 0px 1.5rem;
}

 
.outer-wrapper {
    max-width: 1600px;
	margin: 0 auto;
    padding: 0px;
	position:relative;
}

.content-wrapper {
	margin: 0 auto;
	height: 100%;
}


/* ----- 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 [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;
}

.img-content {
	padding: 0.5rem 7% 0.5rem 7%;
	width: 100%;
}

.img-content *:last-child {
	margin:0;
}


/* --------- width   -------------- */

.width-a100 {
	width: 100%;
}
.width-a1 {
	max-width: 790px;
	padding: 0 1rem 0 1rem;
	margin: 0 auto;	
}
.width-a2 {
	max-width: 900px;
	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-0000 {padding: 0;}

.pad-1, .pad-1111 {padding: 1rem;}

.pad-0011 {padding: 0 0 1rem 1rem;}

.pad-0010 {padding: 0 0 1rem 0;}

.pad-1000 {padding: 1rem 0 0 0;}

.pad-0202 {padding: 0 2rem 0 2rem;}

.pad-1112 {padding: 1rem 1rem 1rem 2rem;}
.pad-2112 {padding: 2rem 1rem 1rem 2rem;}
.pad-2222 {padding: 2rem;}

.pad-2323 {padding: 2rem 3rem 2rem 3rem;}


/* --- Paddings in % --- */

.pad-p1717 {padding: 0.25rem 4% 1rem 4%;}
.pad-p1017 {padding: 1rem 0 1rem 7%;}
.pad-p1710 {padding: 1rem 7% 1rem 0;}

/* --- responsive Paddings --- */

.padrs-0212 {padding: 0 0 2rem 0;}



/* ----- Paddings Grids u Teaser -------- */

.g-inner {
	width: 100%;
	position: relative;
}

.pure-g.p0 .g-outer {padding: 0px;}
.pure-g.p0 .g-inner {padding: 1rem 1.5rem;}

.pure-g.p1 .g-outer {padding: 1px;}
.pure-g.p1 .g-inner {padding: 1.5rem 2rem;}

.pure-g.p2 .g-outer {padding: 1rem;}
.pure-g.p2 .g-inner {padding: 1rem;}

.pure-g.p3 .g-outer {padding: 0.5rem;}
.pure-g.p3 .g-inner {padding: 1.5rem;}


/* ------ Margins ---------------------------- */ 

.mar-1010 {margin: 1rem 0;}
.mar-2020 {margin: 2rem 0;}
.mar-025-0 {margin: 0.25rem 0;}




/* ------ mind. Height ------------------------- */ 


.height-10 {min-height: 10rem;}
.height-18 {min-height: 18rem;}
.height-22 {min-height: 22rem;}
.height-30 {min-height: 30rem;}


.height-70vh {
    min-height: 70vh;
    overflow: hidden;
    position: relative;
}
.height-50vh {
    min-height: 50vh;
    overflow: hidden;
    position: relative;
}


 
/* -----------  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(180, 75%, 49%);
	padding: 0.4em 1.5em 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: 7px;
}
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(180, 85%, 58%) !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;
}
  


/* ----- Pfeil nach unten am Ende einer Sektion ---- */


.arrow-down {
	padding-bottom: 90px;
}

.arrow-down .content-wrapper::after {
    content: "";
    position: absolute;
    height: 80px;
    bottom: 10px;
    left: 50%;
	margin-left: -27px;
    color: #fff;
    font-family: "Ionicons";
    font-size: 6rem;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}


a.link-down {
	height: 70px;
	display:block;
	width:100%;
}

a.link-down::after {
    content: "";
    position: absolute;
    height: 80px;
    bottom: 10px;
    left: 50%;
	margin-left: -27px;
    color: #fff;
    font-family: "Ionicons";
    font-size: 6rem;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	
}


/* ----- 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 ---- */





/*
 * -- Tabellen ---------------------------------------- 
 */ 

div.tech-table {padding: 1rem 0;}

table {
	margin: 0 0 1rem 0 0;
}

th, td {
	padding: 0px 20px 0px 0px;
	vertical-align: top;
}

td {
	font-size: 1rem;
}

th  {
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}



table.t1 {
	width: 100%;
}

table.t1 tr {
	border-bottom: 1px solid #ccc;
	border-style: none;
	background: #ECECEC;
}


table.t1 tr:nth-child(2n) {
	background: #F4F4F4;
}

table.t1 tr td {
	padding: 0.25rem;
	font-size: 1rem;
}

table.t1 tr:hover {
	color: #fff;
	background: #777;
}
table.t1 tr:hover th {
	color: #000;
}



/* ---- Teaser -------------------------------------------------------- */


/* ---  Teaser 401 - Headline Text und opt. Bild  --- */

a.teaser-400 {
	display: block;
	width: 100%;
	transition: box-shadow 0.5s ease-out 0s;
}

/* 
.pure-u-1 a.teaser-400 {background: rgba(240,240,240,0.8);}
.pure-u-1:nth-child(2n) a.teaser-400 {background: rgba(255,255,255,0.8);}
*/

a.teaser-400:hover {
	text-decoration: none;
	z-index: 100;
	background: #fff !important;
	outline: 4px solid #ED7F00;
}
a.teaser-400:hover .teaser-content p {
	color:#000 !important;
}

a.teaser-400 img {
	width: 100%;
	height: auto;
	display: block;	
	margin: 0 0 0.5em 0;
}

a.teaser-400 .teaser-content {
	position:relative;
	width: 100%;
	min-height: 8em;
	overflow: hidden;
}

a.teaser-400 .teaser-content h2 {
	font-family: 'Open Sans Condensed', serif;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	color: #ED7F00;
	padding: 7px 3px 7px 6px;
}

a.teaser-400 .teaser-content p {
	color: #000;
	padding: 6px 6px 40px 6px;
	margin: 0px;
}


a.teaser-400 .info-btn {
	position:absolute;
	bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	padding: 0px 6px;
}
a.teaser-400 .info-btn.li {left: 0px;}
a.teaser-400 .info-btn.re {right: 5px;}

a.teaser-400 .info-btn::after {
	content: "\f125";
	font-family: "Ionicons";
	font-size: inherit;
	padding-left: 5px;
}


.line-re-1 .g-pad-inner::after {
    content: " ";
    height: 66%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #ccc;
		
background: -moz-linear-gradient(top,  rgba(191,191,191,0.2) 0%, rgba(191,191,191,1) 35%, rgba(191,191,191,1) 65%, rgba(191,191,191,0.2) 100%);
background: -webkit-linear-gradient(top,  rgba(191,191,191,0.2) 0%,rgba(191,191,191,1) 35%,rgba(191,191,191,1) 65%,rgba(191,191,191,0.2) 100%);
background: linear-gradient(to bottom,  rgba(191,191,191,0.2) 0%,rgba(191,191,191,1) 35%,rgba(191,191,191,1) 65%,rgba(191,191,191,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bfbfbf', endColorstr='#33bfbfbf',GradientType=0 );
}

.line-re-2 .g-pad-inner::after {
    content: " ";
    height: 75%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #ccc;
}


.line-re-1 > div:last-of-type .g-pad-inner::after {
	content: none;
}



/* ---  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;
	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;
	-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;
}



/* ----- 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;	
}


 
/*
 * -- FOOTER ---------------------------------------- 
 */


.footer {
	background: #005274;
	padding: 0 0 1em 0;
	margin: 0;
}

.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.9);
	margin: 0;
	padding-right: 6px;
}

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;
}


/* ----- Individuell --------------------------------------------------------- */



/* ----- Bilder-Line  ----------- */

.img-line {
	margin: 0;	
}

.img-line img {
	width: 11.1111%;
	height: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
}

/* ----- Headline über Bild ----------- */


.fullpicture-bg {
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 1.5rem 0;
	min-height:15rem;
}


h1.img-headline {
	display:inline-block;
	padding: 0.5rem 2rem;
	color:#fff;
	background: #ec7e00;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.1;
}

/* ----- Nav ASIDE ----------- */


.nav-aside-box {
	background: #ec7e00;
	min-height: 15rem;
	padding: 0.5rem;
	margin:0 0 1.5rem 0;
}  

.nav-aside-box h2 {
	color:#fff;
	font-size:1.6rem;
	font-weight: 700;
	line-height:1.1;
	margin:0 0 1rem 0;
}

ul.nav-aside {
	display: block;
}
.nav-aside li a {
	color:#fff;
	font-weight: 600;
}
.nav-aside li a.active {
	color: rgba(255,255,255,0.6)
}
.nav-aside li a:hover {
	text-decoration: underline;
}


/*
 * -- MENU main - responsive -------------------
 */



nav.topnav {
	float: none;
	display: block;
}


nav.topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav.topnav ul.rex-navi1 > li {float: left;}

nav.topnav ul.rex-navi1 > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	transition: 0.3s;
}

nav.topnav ul.rex-navi1 li a:hover {color: #1FD2FF;}

nav.topnav ul.rex-navi1 a.rex-current, nav.topnav ul.rex-navi1 a.rex-active {
	color: #1FD2FF;
}


button.navicon {
	display: none;
	position:absolute;
	top:25px;
	right: 20px;
    background-color: transparent;
    border: 0 none;
    color: #ccc;
    font-family: "Ionicons", sans-serif;
    font-size: 48px;
    line-height: 0.5;
    margin-top: 0;
    padding: 0;
    outline: 0 none;
    cursor: pointer;
}

button.navicon:hover {color: #F7AA00;}


.scroll button.navicon {
	top:25px;
}		

/* -------------- 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;
}




/*
 * -- 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;
	}	

}

	 
@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;
	}

	.f3 {font-size: 9rem;}
	.f3b {font-size: 5rem;}
	.f3c {font-size: 4.1rem;}

	a.logo {
		width: 190px;
		height: 190px;
		margin: 15px 0px 10px 30px;
	}

	.height-100vh {
		min-height: 100vh !important;
		overflow: hidden;
		position: relative;
	}
	.height-98vh {
		min-height: calc(100vh - 85px) !important;
		overflow: hidden;
		position: relative;
	}

	h1 {
		font-size: 3.1rem;
	}
		
}

@media (max-width: 64em) {
	
  nav.topnav {
	paddding-botttom: 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 #ccc;
	color: #fff;
	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; 
	  background-color:#888;
  }

  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-navi1 li a:hover {
	background-color: #999;
	color: #fff;
  }  
  
  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;
  }

/* -----  MENU Hauptpunkte in nav-main ----- */


  nav.topnav ul.rex-navi1 > li > a {
	display: inline-block;
	text-align: center;
	padding: 28px 20px;
  }
  
  nav.topnav {
	float:right;
	padding: 15px 2rem 0px 0px;
	transition: all 0.25s ease 0s;
  }

  .scroll nav.topnav {
	padding: 0px 2rem 0px 0px;
  }

/* ---  MENU Unterpunkte in nav-main --- */

  nav.topnav ul.rex-navi2 {
	position: absolute;
	z-index: 500;
	left: -999em;
	width: 250px;
	margin: 0 0 0 -63px;
	padding: 0;
	height: auto;
  }
	  
	  
  nav.topnav ul.rex-navi1 li:hover ul.rex-navi2{
	left:auto;
  }
  
  nav.topnav ul.rex-navi2 li {
	margin: 0;
	padding: 1px;
	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: center;
	color: #fff;
	height: auto;
	margin: 0;
	padding: 12px;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	text-decoration: none;
  }

  nav.topnav ul.rex-navi2 li a:hover {background-color: #fff; color: #333;}

}






