@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;
} 

body.start {background-color: #585858};


/* 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: #555} 

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: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
}


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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 0;
	color: #555;
	text-rendering: optimizeLegibility;
}


h1 {
	font-size: 2.85rem; 
	line-height: 1.3;
	margin-bottom: 1rem; 
}
h1.extra {
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1rem;
	letter-spacing: 0.04em;
}

h2 {
	font-size: 1.8rem; 
	line-height: 1.3;
	margin-bottom: 1rem;
	color: #E8A503; 
}

h3 {
	font-size: 1.34rem; 
	line-height: 1.3; 
	color: #E8A503;
	margin-bottom: 1rem; 
}

h4 {
	font-size: 1.0rem; 
	line-height: 1.3; 
	margin-bottom: 1.5rem; 
}



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

.script {
	font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.33;
}
.script-10 {
	font-family: 'Oswald', sans-serif;;
	font-size: 7em;
	font-weight: 700;
	line-height: 1.33;
	opacity: 0.8;
}

.f2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}



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;
}

.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w700 {font-weight: 700;}



/* --- 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: #333;}

.c05 {color: #999;}

.c10 {color: #fff;}

.c30 {
	color: #A26C00;
}

.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: #F5F5F5;
}
.bg-style-30, .g-style-30 {
	background-color: #A6C67A;
	color: #fff !important;  
}
.bg-style-40, .g-style-40 {
	background-color: #FFFFEA;
}
.bg-style-50, .g-style-50 {
	background-color: #3D3D3D;
}
.bg-style-60, .g-style-60 {
	background-color: rgba(255,255,255,0.5);
}
.bg-style-70, .g-style-70 {
	background-color: rgba(0,0,0,0.6);
}
.bg-style-80, .g-style-80 {
	background-color: hsla(218,85%,64%,0.3);
}


.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;} 


/* ----- 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: hsl(50, 90%, 80%);
	opacity: 0.7;
}
.layer-20 {
	background-color: hsl(35, 15%, 42%);
	opacity: 0.7;
}
.layer-30 {
	background-color: hsl(185, 35%, 70%);
	opacity: 0.7;
}
.layer-40 {
	background-color: hsl(200, 60%, 35%);
	opacity: 0.7;
}


/* ------- diverse  backgrounds ---------- */

.bg-gold {
	background: #eee url(../images/honig-bg1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 1.5rem !important;
}


.line-b1::after {
    content: " ";
    height: 1px;
    background-color: #ccc;
    position: absolute;
    display: block;
    width: 70%;
    bottom: 0;
    left: 15%;
}
.line-b2::after {
    content: " ";
    height: 1px;
    background-color: #ccc;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}


.uline:after {
	content: " ";
    display: block;
	width: 100px;
	height: 4px;
	background-color: #95B9D3;
    margin: 1.5rem auto 1rem auto;
}



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


a {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	color: #BB7100;
}


article ul {
	display: block;
	padding: 0 0 12px 0px;
}

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

article ul li::before {
	content: ' ';
	position: absolute;
	height: 8px;
	width: 8px;
	top: 0.5em;
	left: 0.6em;
	background: #e8a503;
	border-radius: 50%;
}


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

article ol li {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 2.2em;
	counter-increment: step-counter;
}

article ol li::before {
	position: absolute;
    content: counter(step-counter);
	top: -3px;
	left: 0;
	padding: 2px 8px;
    font-size: 95%;
    background-color: #FCAB1B;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}

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


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

.img-auto-2 {
	width: 100%;
    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 {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}

.clear {
	clear: both;
}


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;
}

hr.b {
	border: none;
	height: 1px;
	padding: 0;
	background-color: #999; 
	background-image:linear-gradient(to right, #eee, #999, #eee);	
	text-align: center;
	margin: 4rem auto;
	width: 80%;
	overflow: visible;
}

hr.b:after {
	content: " ";
	display: inline-block;
	position: relative;
	width: 95px;
	height: 50px;
	top: -1.5em;
	padding: 0 0.25em;
	background: #FFF url(../images/biene-70.png) no-repeat scroll center center;
}


blockquote {
	margin: 2em 0 1em 0;
}
blockquote p {
	font-family: 'Lato', Arial, Helvetica, 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;
}


.f1: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;
}



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


.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%;
}

.v-zentr-abs {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

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



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

.header-1 {
	position: relative;
	padding: 0 20px 0 20px;
	margin: 0;
	background-color: #FFF;
	border-bottom: 1px solid #666;
} 


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

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

aside {
	padding: 0;
}

a.logo {
	float: left;
	position: relative;
	background: #fff url(../images/logo-terroirhonig-170.png) no-repeat left top;
	width: 170px;
	height: 96px;
	margin: 11px 0 10px 0;
	text-decoration: none;
	z-index: 1;
}
 
 
.outer-wrapper {
    max-width: 1600px;
	margin: 0 auto;
    padding: 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;
}


.splash-container {
	position: fixed !important;
	height: 91%;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
	z-index: -1;
	border-top: 2px solid #AA2023;
	background: #666 url(/resources/images/pattern-1b.png) repeat fixed center top;
}

.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 [class*="layer-"], .fullpicture-compl [class*="layer-"] {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.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 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;
}
.width-a2 {
	max-width: 960px;
	padding: 0 1rem 0 1rem;
}
.width-a3 {
	max-width: 1200px;
	padding: 0 1rem 0 1rem;
}
.width-a4 {
	max-width: 1400px;
	padding: 0 1rem 0 1rem;
}


/* ------ 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-0011 {
	padding: 0 0 1rem 1rem;
}

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

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


/* --------- Container  -------------- */


.sidebox-left, .sidebox-right {
	float: none;
	max-width: 500px;
	margin: 0 auto 1rem auto;
	padding: 0;
	color: #666666;
	font-weight: 300;
	position: relative;
	text-align: center;
}

.sidebox-left img, .sidebox-right img {
	margin: 0;
}



/* ----- 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;	
}


/* -----------  Info-Box-1 ------------- */

.info-box-1 {
	background: rgba(41, 72, 124, 0.9);
    color: #fff;
    padding: 10px 20px 10px 20px;
	border-radius: 5px;
}

.box-1 {
	background: #85E7FC;
	padding: 1rem;
    color: #fff;
}

.box-1 h3 {
    color: #fff;
}

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


.g-imgtxt {
	margin-bottom: 2.5em;
	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: 14em;
	color: #fff;
	padding: 0.7em 2em 0.7em 2em;
	margin: 0.75em 0.75em 0.75em 0;
	text-align: center;
	font: 1.2em/1.2 "Lato", Arial, Helvetica, sans-serif;
	background-color: hsl(47, 90%, 50%);
	transition: all 0.3s ease-in-out;
	border-radius: 1em;
}
a.button-1.v2 {
	display: block;
	padding: 0.5em 0.7em 0.5em 0.2em;	
	margin: 0 0 0.5em;
}

a.button-1.v3 {
	min-width: 8em;
	padding: 0.4em 2em;
}	

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(47, 100%, 41%);
}



a.button-3 {
	display: inline;
	padding-left: 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;}

.image-popup {}



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

table {
	margin: 0 auto;
	width: 100%;
}

tr {
    background: #E5FCC4;
}
tr:nth-child(2n) {
	background: #fff;
}

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

tr:hover {
	color: #fff;
	background: #7EC712;
}

th, td {
	padding: 0 10px 0 10px;
}

th  {
	font-weight: 700;
	text-align: right;
	vertical-align: top;
}



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


/* ---  Teaser 400 - Bild, Headline, Text, ohne mouseover-content --- */


a.teaser-400 {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
}

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


a.teaser-400 h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 700;
	color: #fff;
	padding: 7px 3px 7px 6px;
	background: hsl(35, 90%, 50%);
	transition: background-color 0.5s ease-out 0s;
}


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:hover h2 {
	text-decoration: none;
	background: hsl(85, 50%, 40%);
}


a.teaser-400 .info-btn {
	text-align: right;
	padding: 7px;
}

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



/* ---  Teaser 420 - Bild, Headline, Text, ohne mouseover-content --- */

a.teaser-420 {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 3px;
	transition: background-color 0.5s ease-out 0s;
}

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


a.teaser-420 h2 {
	padding: 0;
	margin: 0;
	font-size: 1.55em;
	line-height: 1.1em;
	font-weight: 700;
	color: #F06400;
	padding: 7px 3px 7px 0px;
	background: transparent;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2)
}


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

a.teaser-420 .text-container p {
	color: #4C4C4C;
	margin: 0;
}


a.teaser-420:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.1);
}

a.teaser-420 .info-btn {
	padding: 0px;
	font-size: 1.2em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2)
}

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








/* ---  Blog --------------------- */
 

h2.bloghead {
	font-family: 'Oswald', sans-serif;
	font-size: 1.55em;
	line-height: 1.5;
	font-weight: 300;
	color: #666;
	letter-spacing: 0.05em;
	padding-top: 1em;
	border-bottom: 1px solid #ccc;
}

h2.bloghead span {
	font-weight: 700;
	padding-left: 0.5em;
}

.artikel-li {
	background: #FDF2CE;
	padding: 1em;
}

.artikel-li ul {
	list-style-type: none;
}

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


/* ---  Tool-Tip --------------------- */

.tooltip {
    position: relative;
    display: block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 20em;
	min-height:2em;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 2px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 103%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 1em;
    left: 100%;
    margin-top: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}


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

.footer-teaser {
	padding: 1em 0 1em 0;
	margin: 0;
	background: hsl(85, 40%, 80%);
}

.footer {
	padding: 0 0 1em 0;
	margin: 0;
	background: hsl(85, 40%, 63%) url(../images/gras-1.png) repeat-x center bottom;
}

.footer h5 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	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;
}



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


button.navicon {
    float: right;
	font-family: "Ionicons";
	font-size: 48px;
	line-height: 0.5;
    margin-top: 45px;
	background-color: #fff;
    padding: 0;
    outline: 0 none;
    border: 0 none;
    cursor: pointer;
	color: #555;
}
button.navicon:hover {
	color: #95b9d3;
}

a.navicon {
	position: absolute;
	top: 7px;
	right:15px;
	font-family: "Ionicons";
	font-size: 48px;
	line-height: 0.5;
	background-color: #666666;
	margin: 0;
    padding: 0;
    outline: 0 none;
    border: 0 none;
    cursor: pointer;
	color: #fff;
}
a.navicon:hover {
	color: #AA2023;
}



/* ---  Nav Startseite  ------------------- */


nav.nav-start {
	text-align: center;
	padding: 3rem 0 2rem 0;
}


nav.nav-start ul {
	padding: 0;
	list-style-type: none;
}

nav.nav-start li {
	display: inline;
	margin: 0;
	padding: 0.75rem;
}

nav.nav-start li a {
	position: relative;
	display: inline-block;
	width: 12em;
	color: #fff;
	background-color: hsl(0, 70%, 35%);
	padding: 0.5em 0.7em 0.5em 0.2em;
	margin: 0 0 0.5em;
	text-align: center;
	font: 120%/120% "Lato", Arial, Helvetica, sans-serif;
	transition: all 0.3s ease-in-out;
}

nav.nav-start li::before {content: none;}
	

nav.nav-start li a:after {
	content: "\f125";
	font-family: "Ionicons";
	font-size: 20px;
	position: absolute;
	margin-top: -12px;
	right: 8px;
	top:50%
}

nav.nav-start li a:hover {
	text-decoration: none;
	background-color: hsl(0, 80%, 55%) !important;
}




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


form.formgen {
	padding-left: 0px;
}


label {
	float: left;
	display: block;
	margin: 0px 0px 10px 0;
	cursor: pointer;  /* Mauszeiger aendern */
	color: #5A5A5A;
	width: 110px;
	font-size: 0.85em !important;
}

label span {
	float: left;
	display: block;
	width: 60px;
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}

input, textarea {
	display: block;
	width: 280px;
	margin: 0px;
	padding: 1px;
	vertical-align: baseline;
	color: #5A5A5A;
	background: #fff;
	border: 1px solid #8C8C8C;
}

input.formcheck {
	width: 50px;	
}

input:focus, textarea:focus {
	background: #FFFFE1;
}

select {margin-bottom: 15px;}

form br {clear: both}



.forminfo {
	padding: 10px;
	color: #FFF;
	background: #BE0E0E;	
}

label.formerror {
	color: #C00;
	font-weight: bold;
	margin-bottom: 16px;
}

.formheadline {
	font: bold 14px/22px Arial, Helvetica, sans-serif;	
	Padding: 5px 0px 20px 0px;
}
.formhinweis {Padding: 5px 0px 5px 0px;}

.formsubmit {
	color: white;
	padding: 0.5em 2em;
	border-radius: 2px;
	background: #EC8C00;
	margin-left: 110px;
	border: none;
}
.formsubmit:hover {
	text-decoration: none;
	background: #CA7400;
	box-shadow: 2px 2px 2px #BFBFBF;
}
.formsubmit:after {
	content: ">";
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0 0 5px;
	vertical-align: baseline;
}

div.formthanks {
	border: 2px solid #F90;
	border-radius: 10px;
	padding: 10px;
}

/* ---------- 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;
}



/* ---- REX Search Input  -------------------------------------- */


.search_it-form {
   display: inline-block;
   margin: 0;
   position: absolute;
   right:10px;
   top: 5px;
   z-index: 100;
}

fieldset.rex-search {
	padding: 5px;
	margin: 0;
	border: 0;
}

.search-input {
   display: inline-block;
   width: 11em;
   padding: 0;
   margin: 0;
   border: 0;
   border: 1px solid #ccc;
   font-size: 1rem;
}

.search-button {
	display: inline-block;
	width: 70px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #D8D8D8;
	border: 1px solid #ccc;
	font-size: 1rem;
}

.input.search-input:focus::-webkit-input-placeholder{
  color: transparent;
}
.input.search-input:focus::-moz-placeholder {
  color: transparent;
}
.input.search-input:focus:-ms-input-placeholder {
  color: transparent;
}
.input.search-input:focus:-moz-placeholder {
  color: transparent;
}

/* --- Markierung in Seite ---- */

.result1 {
	font-weight: bold;
	color: #FBAF00;
}



/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
 
@media (max-width: 35.5em) {
	.no-sm {display: none !important}
}
	 
@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;	
	}

}

@media (max-width: 64em) {
	
	nav.nav-main {
		padding: 0;
		display: none;
	}
	
	nav.nav-main.active {
		display: block;
		clear: both;
		padding: 0;
		position: absolute;
		z-index:100;
		background: #FFF;
		top: 70px;
		left: 0;
		right: 0;
		border-top: 3px solid #a26c00;
		border-bottom: 3px solid #a26c00;
		box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.8);
	}
	
	nav.nav-main.active ul {
		list-style-type: none;
		text-align: center;
		display: block;
		margin: 0px;
		padding: 0px;
	}	
	
	nav.nav-main.active li {
		text-align:left;
		display: block;
		margin: 0;
	}
	
	nav.nav-main.active a {
		display: block;
		border-top: 1px solid #eee;
		font-weight: 700;
		color: #000;
		padding: 10px 0 10px 20px;
	}
	
	
	nav.nav-main.active li a:hover,
	nav.nav-main.active li a:focus {
		color: #000;
		background: #eee
	}
	
	nav.nav-main.active a.rex-active {
		color: #90043C;
	}
	
	nav.nav-main.active a.rex-current {
		color: #90043C;
	}
	
	/*--- sub Menu -----*/
	
	
	nav.nav-main.active ul ul li a {
		padding-left: 45px;
		font-weight: 400;
	}

}


@media (min-width: 64em) {

	.header-1 {
		padding: 0;
	}

	a.logo {
		margin: 11px 0 0 10px;

	}

	.g-imgtxt.einzug-li {
		margin-left: -5em;
	}

	button.navicon {display:none;}

	nav.nav-main {
		float: right;
		position: relative;
		display: block;
		padding-right: 5em;
	}
	
	nav.nav-main ul {
		list-style-type: none;
		display: inline-block; 
		margin: 0px;
		padding: 0px;
	}
	
	nav.nav-main li {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0px 20px;
	}
	
	nav.nav-main a {
		font-family: "Lato", Arial, Helvetica, sans-serif;
		font-size: 1.1rem;
		line-height: 1.3;
		font-weight: 400;	
		color: #666;	
		display: block;
		padding: 55px 2px 55px 2px;
	}
	
	nav.nav-main li a:hover,
	nav.nav-main li a:focus {
		color: #000;
	}
	
	nav.nav-main a.rex-active {
		color: #e8a503;
	}
	
	nav.nav-main a.rex-current {
		color: #e8a503;
	}
	
	
	/* -----  MENU Unterpunkte in nav-main ----- */
	
	nav.nav-main ul.rex-navi2 {
		position: absolute;
		z-index: 500;
		left: -999em;
		width: 250px;
		margin: 0 0 0 -125px;
		padding: 0;
		height: auto;
		-webkit-box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
		box-shadow: 4px 4px 5px 1px rgba(0,0,0,0.5);
		border-radius: 6px;
	}
		
	nav.nav-main ul.rex-navi2::before {
		content: '';
		position: absolute;
		border-color: #fff #fff #E8A700;
		border-style: solid;
		border-width: 0 12px 15px;
		width: 0;
		height: 0;
		top: -15px;
		left: 50%;
		margin-left: -7px;
		z-index: 300;
	}

		
	nav.nav-main ul.rex-navi1 li:hover ul.rex-navi2{
		left:50%;
	}
	
	nav.nav-main ul.rex-navi2 li {
		margin: 0;
		padding: 0;
		display: block;
	}
		
	nav.nav-main ul.rex-navi2 li a {
		font-family: "Lato", Arial, Helvetica, sans-serif;
		font-size: 1rem;
		line-height: 1rem;
		font-weight: 400;
		display: block;
		color: #fff;
		border-bottom: 1px dotted rgba(255,255,255,0.4);
		height: auto;
		margin: 0;
		padding: 0.5rem;
		text-align: center;
		width: 100%;
		background-color: #E8A700;
	}
	nav.nav-main ul.rex-navi2 li:last-child a {
		border: none;
		border-radius: 0 0 6px 6px;
	}
	nav.nav-main ul.rex-navi2 li:first-child a {
		border-radius: 6px 6px 0 0;
	}
	
	nav.nav-main ul.rex-navi2 li a:hover {
	  color: #fff;
	  background: #C18C00;
	}


	.sidebox-left {
		float: left;
		width: auto;
		margin: 0 20px 16px -90px;
		text-align: left;
	}
	
	.sidebox-right {
		float: right;
		width: auto;
		margin: 0 -50px 16px 20px;
		text-align: left;
	}	

}



/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {


	
}




