﻿html, body, .BgMain {
	height: 100%;
}   /* .mainbody,  |  alle Elternelemente nötig für height in %, !!! aber sticky verschwindet bei vertikaler Scrollhälfte da mainbody-abhängig */
body {
	SCROLLBAR-BASE-COLOR: rgba(165,176,197,1);
	SCROLLBAR-ARROW-COLOR: #000000;
	font-family: 'KoHo', 'Dosis', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #111;
	color:rgba(0,0,51,1);
}
..body.main {
	background-image: url(bilder/BgHome.jpg);
}
div.mainbody {
	position: relative;
	border:solid 0.1px rgba(255,255,255,0);
} /* relative -> wichtig für slicknav Rutsch nach unten | kein height <- sticky klebt nur bis div-bottom weil div.mainbody dehnt sich nicht inhaltsabhängig aus bei child-divs :absolute   |   border für IE+Chrome -> sonst rutscht nach unten */
/*..div.BgMain {
position:absolute;
height:100%;
width:80%;
background-color:#fff;
}
*/
div.titel {
	position: relative;
	width: 70%;
	margin: 0 auto 1.5%;
	text-align: center;
	z-index: 10;
}	/* kein left:50%; transform: translate(-50%, 0%) -> IE scrollt horizontal */
div.titel img {
	width: 100%;
	max-width: 800px;
}
/*..div.bgtitel {
position:relative;
width:100%;
height:100%;
margin: 0 auto 0;
background-image:linear-gradient(rgba(185,152,91,0.2), rgba(255,255,255,0.2));
box-shadow:2px 2px 5px 4px #ddd;
 -webkit-box-shadow:2px 2px 5px 4px #ddd;
-moz-box-shadow:3px 3px 5px #ddd;
}*/
nav#menue_sticky { 
	position: sticky; /* relative Einordnung in html Aufbau */
	top: 25px;
	height: 25px;
	width:98%;
	margin: 0 auto 0;
	z-index: 100;
}	/* nicht IE | wenn Code statt #include korrekte offline-Ansicht -> border: (nur wenn child relative) */  
@media screen and (-webkit-min-device-pixel-ratio:0) {nav#menue_sticky {top:25px;}} /* CSS-Hack für Chrome+Safari */
nav#menue_sticky > div {
	position: relative; /* !! für ID relative -> aber verschiebt html Aufbau vertikal bei parents border: */	
	margin-top: -30px;	/* !! online+offline gleiche margin-top Behandlung bei pos absolute, Edge nicht top: */
	..width: 100%;
	text-align: center;
	z-index: 100;
	background: rgba(204,204,204,1);
}	/* Menüzeile; wegen IE -> z-index + relative */
_:-ms-lang(x), nav#menue_sticky > div {top: 20px} /* CSS-Hack für IE 10+11 */
_:-ms-lang(x), _:-webkit-full-screen, nav#menue_sticky > div {top:0px} /* CSS-Hack Edge */
.stickynav-ie { /* vgl stickynav-ie.js */
	position: fixed;
	..width: 100%;	/*IE*/
	top: 0px !important;
	left:50%;
	transform: translate(-50%,0);
	text-align: center;
	background: rgba(255,255,255,0.9);
}
.stickynav-ie > div {top:45px !important;}
#bgsticky { 
	position: sticky;
	top: 0px;
	margin : -25px auto 0;
	width: 100%;
	min-width: 300px;
	height: 30px;
	background-image:linear-gradient(rgba(0,0,0,1) 0%, rgba(10,10,10,1) 10%); 
	z-index: 90;
} /* vgl stickynav-ie.js für nav Hintergrund nach scroll | keinen sichtbaren Inhalt */
.stickynav-not-ie { 
	position: fixed;
	background: rgba(55,55,55,0.9);
} /* vgl stickynav-ie.js für nav Hintergrund nach scroll */
div.container_one {
	position: relative;
	width: 100%;
	margin-top: 10%;
	padding: 3% 0 0 0;
	..background-image: url(bilder/BgHome.jpg);
	..background-repeat: repeat-y;
	..background-size: contain;	
}
div.bgtransp_inhalt {
	position: relative;
	width: 90%;
	min-width: 300px;
	padding: 0.1%;
	margin: 0 auto 10%;
	background: rgba(255,255,255,0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	..box-shadow: 1px 1px 1px 1px #ccc;
	..-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	..-moz-box-shadow: 1px 1px 1px #ccc;
} /* position:relative für margin-bottom */
div.slidercontainer {
	position: relative;
	height: 10px;
	top:0;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1920px;
	z-index:9;

} /* max-width für klebende Position hometext  bei background-size:contain  |  height für Ausdehnung Eltern-div mainbody  */
.bgslider {
	position: absolute;
	opacity: 1;
}
.bgslider > img {
	width: 100%;
	max-width: 1920px;
} /* Hintergrundbild */
.media380 {
	display: none;
}
..hometext1 {
	position: relative;
	top: 15vw;
	left: 6%;
	margin: 0 auto 0;
	font-size: 3vw;
	color: #555;
	font-family: 'Verdana';
	text-shadow: 1px 1px rgba(255,255,255,1);
	pointer-events: none;
	z-index: 11;
}
.homekontakt {
	color: #ddd; 
	text-align: center; 
	..text-shadow: 1px 1px #fff;
}
div.bgvideo {
	..background-image: url(bilder/home01.jpg) center top no-repeat; background-size:cover;
}
video {
	..height:auto;
	display:block;
	margin: 0 auto 0;
}

/* ----------------------------------------- */
.stretch {
	flex-grow: 1;
}
.stretch70 {
	flex-grow: 1;
	max-width:70%;
}
.center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.flexcontainer {
	width: 99%;
	display: flex;
	flex-wrap: wrap;
	..justify-content: space-around;
}
.spalten {
	width: 99%;
	display: flex;
	flex-wrap: wrap;
	..justify-content: space-between;
	justify-content: space-around;
}	/* align-items:flex-start; width:100% über rechten Elternboxrand */
.spaltenschmal {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.einspaltig {
	width: 97%;
	margin: 10px auto 10px;
	padding: 5px 15px;
	background: rgba(250,250,250,1);
	..-webkit-border-radius: 2px;
	..border-radius: 2px;
	box-shadow: 0px 0px 0px 0px #eee;
	-webkit-box-shadow: 1px 1px 0px 0px #eee;
}
.einspaltig2 {
	flex-grow:1;
	min-width:300px;
	background: #000;
	margin: 10px;
	padding: 10px;	
	overflow:hidden;
}
.flexitem {
	..flex-grow:1;
	width:40%;
	min-width:300px;
	margin: 10px;
	padding: 10px;
	background: rgba(250,250,250,1);
	..-webkit-border-radius: 6px;
	..border-radius: 6px;
	overflow:hidden;
}
.flexitem30, .flexitem60 {
	min-width:300px;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	
}
.flexitem30 {
	width:30%;
	..align-items: flex-start;
	align-content: flex-start;	
}
.flexitem60 {
	width:60%;
}
.noflex {
	min-width: 100%;
	..margin-bottom: 20px;
	text-align:center;
}

/* ----------------------------------------- */
.bildhalterli, .bildhalterlihoch, .bildhalterlikl, .bildhalterliklhoch {
	margin: 1vw 1.5vw 20px 0;
	float:left;	
}
.bildhalterli, .bildhalterre, .bildhaltermitt {
	max-width: 600px;
}
.bildhalterlihoch,.bildhalterrehoch, .bildhaltermitthoch {
	max-width: 400px;
}
.bildhalteranim {
	max-width: 600px;
	margin: 0 0.5vw 10px 0;
	background: rgba(155,155,155,0.4);	
	transition: background 1s; 	
	transition: all 1s; 
}
..bildhalteranim:hover {
	background:rgba(155,155,155,1); 
	transform: translate(10px,10px) !important; 
	transform: scale(1.5,1.5);
}
.bildhalterlikl, .bildhalterrekl, .bildhaltermittkl {
	max-width: 200px;
}
.bildhalterliklhoch,.bildhalterreklhoch, .bildhaltermittklhoch {
	max-width: 100px;
}
.bildhalterre, .bildhalterrehoch, .bildhalterrekl, .bildhalterreklhoch {
	margin: 0 0 2% 2%;
	float:right;	
}






.bildhaltermitt, .bildhaltermitthoch, .bildhaltermittkl, .bildhaltermittklhoch {
	margin: 0 0 2% 2%;
	min-width: 300px;
}



.thumb {
	width:300px;
	margin: 15px;
	padding: 10px;
	background: rgba(255,255,255,1);
	..-webkit-border-radius: 6px;
	..border-radius: 6px;
	..box-shadow: 2px 2px 3px 2px #888;
	..-webkit-box-shadow: 2px 2px 3px 2px #888;
	border: 1px solid #fff;
	transition: background 1s;
}	/* bei parents-div  flex -> vertikal px -> %  effektlos ; ersetzt inline-block (Ausdehnung gleichmäßige Höhe)  */
.thumb:hover {
	transform: translate(10px, 10px) !important;
	..background: rgba(155,155,155,1);
}

/* ----------------------------------------- */

.rahmen {
	border: 1px solid rgba(0,0,0,0.2);
}
.rahmenli {
	border-left: 1px dashed #B9985B;
}
.rahmenun {
	border-bottom: 1px solid #8A5239;
	vertical-align: top;
}
.rahmenob {
	border-top: 1px solid #8A5239;
}
img.randdunkel {
	border: 1px solid #9e1301;
}
img.randschwarz {
	border: 1px solid #000;
}
img.randhell {
	border-color: 2px solid #eee0ce;
}
/*..img.randhell:hover {
transform:translate(10px, 10px);
}*/
#textshadow {
	text-shadow: 2px 2px 1px #444;
}
.shadow {
	box-shadow: 1px 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px 1px #999;
}
.shadowliob {
	box-shadow: -1px -1px 1px 1px #999;
	-webkit-box-shadow: -1px -1px 1px 1px #999;
}
.shadowreob {
	box-shadow: 1px -1px 1px 1px #999;
	-webkit-box-shadow: 1px -1px 1px 1px #999;
}
.shadowliun {
	box-shadow: -1px 1px 1px 1px #999;
	-webkit-box-shadow: -1px 1px 1px 1px #999;
}
.floatlinks {
	float: left;
}
.floatrechts {
	float: right;
}
.mittig {
	margin:0 auto 0;
}
.textlinks {
	text-align: left;
}
.textrechts {
	text-align: right;
}
.textmitte {
	text-align: center;
}
.transp {
	opacity: 0.5;
}
.display_none {
	display: none
}
/* ----------------------------------------- */
.abstremi {
	margin: 0 1vw 0 0;	
	vertical-align:middle;	
}
.abstre20 {
	margin-right: 20px;
}
.abstob30 {
	margin-top: 30px;
}
.abstob80 {
	margin-top: 80px;
}
.abstob0 {
	margin-top: 0px;
}
.abstun0 {
	margin-bottom: 0px;
}
.abstun30 {
	margin-bottom: 30px;
}
.abstli {
	margin-left: 20px;
}
.innabstli {
	padding-left: 20px;
}
.width50 {
	width: 50%;
}
/* ----------------------------------------- */
ul.punkt1 {
	..list-style-image: url(bilder/punkt_rot.gif);
	margin-left: -20px;
	list-style-position: outside;
	margin-top: 0px;
	line-height: 25px;
}
ul.punkt2 {
	list-style-image: url(bilder/punktgrau.png);
	margin-left: 0px;
	list-style-position: outside;
	margin-top: -10px;
	line-height: 20px;
}
ul.om {
	list-style-image: url(bilder/om.gif);
	margin-left: -15px;
	list-style-position: outside;
	margin-top: 0px;
	line-height: 22px;
}
ul.none {
	list-style: none
}
li > br {
	line-height: 10px;
}
/* ----------------------------------------- */
a {
	color: rgba(171,137,73,1);
	text-decoration: none;
	font-family: arial;
}
a:Hover {
	color: #cf2030;
}
a.top[href^="#"]:before {
	content: " \21D1 ";
	font-size: 2em;
} /* \2191   \2022 */
a[name] {
	position:absolute;
	margin-top: -100px;
}
a.abinhalt {
	position:absolute;
	margin-top: -400px;
}
span.emailhack {
	display: inline;
}
/* ----------------------------------------- */
div.tablewrapper { /* für colspan-Zellen zum absolut positionieren */
	position: relative;
}
div.table {
	display: table;
	border-spacing: 8px;
	width: 100%;
}
div.table > div {
	display: table-row;
}
div.table div {
	vertical-align:top;
}
div.table > div > div {
	display: table-cell;
	width: 20%;
	padding: 3px;
	border: solid thin;
}
div.table > div > div[class^="line"] {
	padding: 0;
	border: none;
}
div.table > div.colspan { /* zieht Zelle nach links u rechts auseinander | in html eine LEERZEILE+ZELLEN danach */
	position: absolute;
	left: 0;
	right: 0;
}
div.table > div.colspan div {
	border: none;
}
div.table > div.colspan + div > div {
	height: 30px;
	background-color: transparent;
	border: none;
} /* Folgezellen */
div.table > div > div.border_none {
	border: none;
}
table.formular {
	background-color: #F7E3A8;
	border-color: #4E0703;
	border-style: solid;
	border-width: 1px;
}
table.tabelle1 {
	width: 80%;
	border-spacing: 2px;
}
td {
	padding: 1vw;
}
th {
	background-color: #000033;
	text-align: left;
}
/* ----------------------------------------- */
.line {
	font-size: 1pt;
	height: 1px
}
.linedunkel {
	font-size: 1pt;
	height: 1px;
	width: 100%;
	background-color: #000000;
}
.linedunkel1 {
	font-size: 1pt;
	height: 1px;
	width: 100%;
	background-color: #664214;
}
.linedunkel2 {
	height: 1px;
	width: 1px;
	background-color: #8A5239;
}
.linedunkel3 {
	font-size: 1pt;
	height: 1px;
	width: 1px;
	background-color: #A25028;
}
.linedunkel4 {
	font-size: 1pt;
	height: 1px;
	width: 1px;
	background-color: #CB7C12;
}
div.table > div > div.linehell {
	height: 4px;
	background-color: #FFFFFF;
	padding: 0;
	border: none;
}
.linehell1 {
	font-size: 1pt;
	height: 1px;
	width: 1px;
	background-color: #FFFFEC;
}
.linehell2 {
	font-size: 1pt;
	height: 1px;
	width: 1px;
	background-color: #eee0ce;
}
.linehell3 {
	font-size: 1pt;
	height: 1px;
	width: 1px;
	background-color: #e6d7b3;
}
.linehell4 {
	font-size: 1pt;
	height: 1px;
	width: 1px;
	background-color: #EDC97C;
}
.linehell5 {
	font-size: 2pt;
	height: 1px;
	width: 1px;
	background-color: #FBFBD9;
}
.bgdunkel {
	width: 100%;
	color: #eeeedd;
	background-color: #000000;
	padding-left: 10px;
}
.bgdunkel1 {
	color: #eeeedd;
	background-color: #664214;
	padding-left: 10px;
}
.bgdunkel2 {
	color: #eeeedd;
	background-color: #9c7037;
	padding-left: 10px;
}
.bgdunkel3 {
	color: #eeeedd;
	background-color: #341543;
	padding-left: 10px;
}
.bgdunkel4 {
	color: #ffffff;
	background-color: #543363;
	padding-left: 10px;
}
.bgdunkel5 {
	color: #000000;
	background-color: #E1F8F7;
	padding-left: 10px;
}
.bghell {
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.bghell1 {
	background-color: #fff;
}
.bghell2 {
	background-color: #ddd;
}
.bghell3 {
	background-color: #eee;
}
.bghell4 {
	background-color: #EDC97C;
	padding-left: 10px;
}
.bgbild1 {
	height: 100%;
	background-image: url(bilder/bghome.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.bgtransp {
	background: rgba(255,255,255,.9);
}
..bgtransp2 {
	background: rgba(255,255,255,.8);
	width:70%;
	margin: 0 auto 3%;
	padding: 2%;
	border: solid 1px rgba(218,195,70,1);
}
.bgverlauftop {
	background-image: linear-gradient(#CBB487 0%, #fff 100%);
	background-repeat: no-repeat;
}
/* ----------------------------------------- */
.schwungschrift {
	font-style: italic;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Vivaldi", "Park Avenue", "Lucida Handwriting", "French Script MT";
}
.schwungschriftrechts {
	font-style: italic;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Vivaldi", "Park Avenue", "Lucida Handwriting", "French Script MT";
	text-align: right;
	margin-top: -20px;
	margin-right: 20px;
}
.schwungschriftrot {
	color:rgba(119,34,32,1);
	font-style: italic;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Vivaldi", "Park Avenue", "Lucida Handwriting", "French Script MT";
}
.ueberschr2	{
	color: #eee;
	font-size:5vw;
	margin: -3% 0 0 0; /* margin: 0 auto 0 nicht IE */
	text-align:center;
	text-shadow:2px 2px rgba(0,0,0,0.2);
	font-family: 'KoHo';
	letter-spacing:5vw;
}
.ueberschr3	{
	color: #eee;
	font-size: 5vw;
	margin: 0 0 1% 0; /* margin: 0 auto 0 nicht IE */
	text-align:center;	
	text-shadow:1px 1px rgba(0,0,0,0.5);
	font-family: 'KoHo';
}
.ueberschr4	{
	color: rgba(102,10,14,1);
	font-size: 1.4em;
	margin: 1% 0 2% 0; /* margin: 0 auto 0 nicht IE */
	text-align:center;	
	..text-shadow: 1px 1px rgba(0,0,0,0.5);
	font-family: 'Poiret One';
	letter-spacing: 0.1vw;
	line-height: 45px;
}
h1 {
	color:#BEA961;
	margin-top: 0px;
}
h2 {
	color:#000;
	margin-top: 0px;
}
....h2.schriftart {
	color: #B9985B;
	margin-top: 0px;
	font-family: 'Poiret One';
	text-align:center;
}
h3 {
	color:#fff;
	margin-top: 0px;
	font-family: 'KoHo';
}
h4 {
	color: #B9985B;
	margin-top: 0px;
}
h5 {
	color: #B9985B;
	margin-top: 0px;
}
h6 {
	color: #B9985B;
}
.em20 {
	font-size: 2em;
}
p.rot {
	color: #FF0000;
}
.schriftdunkel1 {
	color: #000;
}
p.navseite {
	font-size: 7vw;
	color: #B9985B;
}
p.zurueck {
	text-align:right;
	margin: -20px 10px 0 0;	
}
/* ----------------------------------------- */
.wrap {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.nowrap {
	white-space: nowrap;
}
.wordwrap {
	word-wrap: break-word;
}
/* ----------------------------------------- */
.menue_impressum {
	position: fixed;
	bottom: 1%;
	z-index: 10;
	padding: 0.5%;
	background: rgba(255,255,255,.8);
	font-size: 8pt;
}
.copyright {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 11;
	background-color: rgba(210,204,191,0.6);
	font-size: 7pt;
	font-family: arial;
	text-decoration: none;
	padding-left: 5px;
}

/* --------------------------- media ------------------------------------------------------------------------- */
@media all and (max-width: 1500px) and (min-width: 961px) {
.flexitem30 {
	width:45%;
}	
}
/* --------------------------- media ------------------------------------------------------------------------- */
@media all and (max-width: 960px) and (min-width: 601px) {
.flexitem {
	flex-grow:1;
}
.flexitem30 {
	flex-grow:1;
}
.stretch70 {
	max-width:100%;
}	
.spaltenschmal {
	width: 99%;
}
}
/* --------------------------- media ------------------------------------------------------------------------ */
@media all and (max-width: 600px) and (min-width: 401px) {
.flexitem {
	flex-grow:1;
}
.flexitem30 {
	flex-grow:1;
}
.stretch70 {
	max-width:100%;
}	
.spaltenschmal {
	width: 99%;
}		
#bgsticky	{
	display: none;
}
div.titel {
	width: 98%;
}
div.container_one {
	margin-top: 35%;
}
div.bgtransp_inhalt { /* Änderung zu Media vorher */
	width: 97%;
}
div.slidercontainer {
	top: 40vw;
}
.homekontakt	{
	 margin: 0 auto 20px; 
}
.ueberschr2	{
	color: rgba(140,140,140,1);
	font-size: 7vw;
	letter-spacing: 4vw;
}
.einspaltig {
	width: 90%;
}
}
/* --------------------------- media --------------------------------------------------------------------------- */
@media all and (max-width: 400px) {
#bgsticky	{
	display: none;
}
div.titel {
	width: 98%;
}	
.media380 {
	display: block;
}
.mediaueber380 {
	display: none;
}
..hometext1{
	margin: 9vw auto 0;
	font-size: 6.5vw;
}
div.slidercontainer {
	top: 30vw;
}
div.container_one {
	margin-top: 20%;
}
div.bgtransp_inhalt {
	width: 98%;
}
.homekontakt	{
	 margin: 0 auto 0; 
}
.ueberschr2	{
	font-size: 12vw;
	margin: -3% 0 0 0; /* margin: 0 auto 0 nicht IE */
	letter-spacing: 4vw;
}
.ueberschr3	{
	font-size:10vw;
	margin: 0 0 0 0; /* margin: 0 auto 0 nicht IE */
}
.einspaltig {
	width: 90%;
}
.einspaltig1 {
	width: 90%;
}
.thumb3 {
	font-size:1em;
	width: 80%;
}
.bildhalterli {
	width: 100%;
	max-width: 100%;
}
.bildhalterlikl {
	max-width: 100%;
}
}
/* ============================= media print ============================= */
 @media print {
body	{color:black;}
.noprint {
	visibility: hidden;
}
a.linkdruck:after {
	content: ' - ' attr(href);
}
img {
	page-break-inside: avoid;
}
div.container_one {
	top: 150px;
}
div.slidercontainer {
	display: block;
}
div.bgtransp_inhalt {
	width: 100%;
	left: 0;
}
div.center {	/* display:flex raus */
	display: block;
}
div.spalten {	/* display:flex raus, sonst Druck nur 1. Steite in Moz, außer max 2 div.halb pro div.spalten */
	display: block;
	page-break-inside: avoid;
}
div.spalten:after { 	/* damit neue Zeile anfängt, besser display:flex (nicht bei Androidbrowser) */
	content: "";
	display: block;
	clear: both;
}
div.spalten > div {
	width: 93%;
}
.spalten {
	display: block;
}
.einspaltig	{
	page-break-inside: avoid;	
	width:95%;
	background: rgba(255,255,255,.5);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 2px 3px 2px #888;
	-webkit-box-shadow: 2px 2px 3px 2px #888;
}
nav {
	display: none;
}
div.menue_impressum {
	display: none;
}
..div.mainbody * {
background:none;
box-shadow:none;
border:none;
}
div.BgMain { 	/*  damit nicht 5 Hintergrundseiten gedruckt werden */
	display: none;
}
div.titel {
	position: relative;
	top: 0px;
	width: 100%;
	max-width: 700px;
	height: 160px;
}
 ..div.bgtop {
display:none;
}
..div.bgtitel {
display:none;
}
..div.titel img {
width:100%;
max-width:600px;
}
..div.titeltafel {
display:none;
}
..div.titeltafel img {
display:none;
}
..div.bgrechts {
display:none;
}
..div.boden {
display:none;
}
..div.BgHome_unten {
display:none;
}
..html {
background:url(bilder/BgHome.jpg) center top scroll;
background-repeat:no-repeat;
background-size:contain;
height:100%;
width:100%;
} 	/* IE!! scroll statt fixed sonst Bg seitl abgeschnitten */
.homekontakt	{ color:#000; margin-top:-170px;}
}



/* Sammlung _______________________________

background-image:linear-gradient(rgba(185,152,91,0.2) 10%, rgba(255,255,255,0.2) 50%); 
box-shadow:2px 2px 5px 4px #000; -webkit-box-shadow:2px 2px 5px 4px #000; -moz-box-shadow:3px 3px 5px #000; 
# nötig für text-shadow: 2px 2px 1px #444;
background-size:contain;  
left:50%; transform:translate(-50%, 0%);
@media all and (-ms-high-contrast:none) {
     nav#menue_sticky { position:absolute; left:15%; z-index:100; margin-right:200px; } ////// IE10 
     *::-ms-backdrop, nav#menue_sticky {
position:absolute;
left:15%;
z-index:100;
margin-right:200px !important;
} ////// IE11 
}
transition:transform 1s; 

 */
