@charset "utf-8";



/* --- SCHMUCKFARBEN --- */

/* Siehe common.css. Grautöne und rot siehe zuunterst in farben_masse.css */



/* ----- TAG-ELEMENTE ------ */

body {
	font-size: 18px;
	line-height: 1.6;
	color: #333; /* schwarz: #333 oder #222 */
	font-family: 'Scada', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 400;
	background-color: #F8F4F2;
	-webkit-font-smoothing:antialiased; /* Schrift wird dünner */
	/*text-rendering: optimizeLegibility !important; z.B. für Ligaturen Fonts < 20px */
	/*width:100%;
	height:100%;*/
}

h1 {
	font-family: 'Sansita', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:800; /* ExtraBold » 800 */
	font-style: italic;
	
	font-size:32px;
	line-height:1.5;
    /*color: #004489;*/
	margin-top: 0px;
	margin-bottom:17px;
	letter-spacing:1px;
	/*text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px;*/
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/ /*harter Schlagschatten*/

}
h3 {
	font-family: 'Sansita', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:800; /* ExtraBold » 800 */
	font-style: italic;
	
	font-size:45px; /* wie Header-h1 s*/
	line-height:1.2;
    color: #ec7331;
	margin-top: 0px;
	margin-bottom:17px;
	letter-spacing:1px;
}
.titelSansita {
	font-family: 'Sansita', 'Helvetica Neue', Arial, Helvetica, sans-serif;    
	font-weight:800; /* ExtraBold » 800 */
	font-style: italic;
	
	font-size:29px;
	line-height:1.5;
	margin-top: 0px;
	margin-bottom:17px;
	letter-spacing:1px;

	top: 1.3%;
	left: 29%;
	text-align: left;
	/*transform: translatex(-60%);*/
}
@media only screen and (max-width: 1170px) {
	.titel { left: 24%; }
}
@media only screen and (max-width: 1030px) {
	.titel { left: 18%; }
}
h2 { 
	/*font-family: 'Sansita', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:800;
	font-style: italic;*/
	font-size:24px;
	line-height:1.5;

	/*font-weight:300;
    color: #004489;*/
    margin-top: 0px;
	margin-bottom:14px;
	letter-spacing:1px;
}
h4 {
    font-size: 23px;
    margin-bottom:1px;
    line-height: 1;
    color: #ec7331;
}
/*h6 » common.css*/

hr { color:#ec7331; background-color:#ec7331; height:1px; margin-bottom:10px; margin-top:10px; border:none; width:100%; text-align:left; 
	/*Verlauf:*/
	display:block;
    /*background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 550, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.0)));*/
	/*dotted:
	border-top:1px dotted #f00;*/
}

/*iframe { width: 100% !important; max-width: 100%; }*/ /* prop iframe-Content aus RTEditor. Allenfalls entfernen: width: 100% !important; */

p { margin:0 0 15px 0; padding:0; } /* default ist margin: 1em 0px */

table { width: 100% !important; max-width: 100%; text-align: left; /*font-size: 18px;*/ border: none; } /* prop Table-Content aus RTEditor. Allenfalls entfernen: width: 100% !important; */
/*table td { padding: 0.8rem !important; }*/ /* Mobile: Table-Content aus RTEditor */

sup { font-size: 80%; }


/* ----- ID-ELEMENTE MIT ZUGEHÖRIGEN KLASSEN ------ */

/*#containerFnct {} Bsp. Namenskonvention */

#header {
    width: 100%;
    height:199px;
    position:absolute;
    top:0;
    left: 0;
    text-align: center;
    background-image:url(../images/headerBg.png);/*headerBgFade.png*/
    background-position: center;
    z-index:4;
}


#sliderHeader {
    height: 544px;  /* identisch .slider-1, #sliderHeader und #container. Gem. Layout 544px > noch herausfinden */
    width: 100%;
    overflow: hidden;

    position:fixed;
    top:0px;
    left: 0;
    background: pink;

    z-index:0;
    /*transition: all 0.2s;*/
}


.reihe {
    text-align: left;
    /*padding-bottom: 30px;*/

    /* float-fallback: Ersatz für clear:both;*/
    overflow: auto;
    overflow-y:hidden; /* Patch Safari */
    width: 100%;

    display: flex;
    justify-content: space-between;
}
/*.reiheItem {
    background-color: #F3ECE8;
    box-sizing: border-box;
}
*/

#chat {
    /*padding: 20px 20% 20px 0;*/
    position: fixed;
    right: 6%;
    bottom: 0;
    z-index: 8;
}    


#container {
    min-height: 600px;
    position: relative;
    z-index: 3;
}
.mtContOhneSlider { margin-top: 260px; }

#logo { margin-top: 0px; }
#logo h1 {
font-family: 'Sansita', 'Helvetica Neue', Arial, Helvetica, sans-serif;    
	font-weight:800; /* ExtraBold » 800 */
	font-style: italic;
	margin: 0px 0 17px 0;
	font-size: 45px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: white;
    text-align: left;
    padding: 11px 0 0 0;
}
@media (max-width: 1220px) { #logo h1 { font-size: 40px; padding-top: 17px; line-height: 1.4; } }  
@media (max-width: 1160px) { #logo h1 { font-size: 34px; padding-top: 23px; } }  
@media (max-width: 1085px) { #logo h1 { font-size: 26px; padding-top: 20px; letter-spacing: 0px; } }  



/* ANFANG Buttons */
.linkNaviGruenA a {
    font-family: 'Sansita', 'Helvetica Neue', Arial, Helvetica, sans-serif;    
    font-size: 23px;
    color: #87a800;
    font-weight:800; /* ExtraBold » 800 */
    font-style: italic;
}
.linkNaviGruenA a:hover { color: #cc9966; }

.bookingBtn { padding: 4px 8px 9px 13px; background-color: white; }
/* ENDE Buttons */


.reihe ul { 
	margin:0;
	padding:0px 0 0 20px;
    /*list-style: none outside none;*/
	list-style-type:disc;
	overflow: auto; /* auskommentieren, wenn bullets nicht sichtbar */
}
.reihe ul li {
	line-height:1.5;
	/*padding:0px 0px 3px 15px;*/
	/*margin-left: 17px;*/
	/*background: url(../images/li-zeichen.png) 0 1px no-repeat;*/
}
/*.reihe ol { 
	margin:0;
	padding:0px 0 0 0px;
	line-height:17px;
	overflow: auto;
}
.reihe ol li {
	line-height:18px;
	padding-bottom:3px;
	padding-left:0px;
}*/



#footer {
    position: relative;
	bottom: 0px;
	width: 100%;
	min-height: 157px;
	text-align: center;

    color: #fff;
	font-size: 14px;
	line-height: 1.4 !important;
	
	z-index: 10 !important;
    
    /*display: none;*//* falls Scroll-gesteuert in main.js. s*/
}
#footer a { color: #fff; }
#footer a:hover { color: #7E7E7E; }
#footerContent {
    /*background-color: rgba(0,0,0,0.6);*/
	/*background-color: rgba(255,255,255,0.8);*/
    margin: auto;
}

/* .social » navigation.css */


/* Zu top scrollen */
#back-top {
	position: fixed;
	left: -1px;
	bottom: 23px;
	margin:auto;
	display: none;
    z-index: 99999 !important;
}
#back-top span { 
	font-family: 'Lato', 'Courier', sans-serif; 
	font-weight: 300;
	font-size:70px; /*Mobile 140px*/
	line-height:1;
	color: grey;
	display: block;
	transform: rotate(-90deg);
	background-color:rgba(255,255,255,0.8);
	padding: 0 7px 0px 7px; /*Mobile 0 14px 0px 14px;*/
}
#back-top span:hover { color: red; }
/* Mobile */
/*@media screen and (orientation: landscape) {
	#back-top {
		transform-origin: right top;
		transform: scale(0.6,0.6);
	}
}*/



/* ----- ALLGEMEINE KLASSEN ----- */

/* Text-Pfeil. Alternativ mit css-before oder -after mit Zeichen "›" oder mit FA fa-angle-right bzw. &#xf105; siehe unten «.icon::before» */
.linkTextPfeil, .pfeil { font-size:32px; line-height:1px; vertical-align:-2px; font-family:'Lato', 'Courier', sans-serif; font-weight: 300; } /* TODO: font-size mit % testen !*/
.linkTextPfeilKarte { font-size:30px; line-height:1px; vertical-align:-3px; font-family:'Lato', 'Courier', sans-serif; font-weight: 400; padding-left: 1px; } /* TODO: font-size mit% testen !*/
.linkTextPfeilBold { font-size:42px; line-height:1px; vertical-align:-4px; font-family:'Lato', 'Courier', sans-serif; font-weight: 600; font-style: normal; } /* font-weight: 300 oder 400. TODO: font-size mit% testen !*/
/*.pfeilHm » navigation.css*/

.pfeilNachUnten { /* FA fa-angle-up bzw. &#xf106; oder fa-angle-down bzw. &#xf107; */
	font-size: 60px;
	font-weight: 300;
	font-family: 'Lato', Courier, sans-serif; 
	line-height:0;

	transform: rotate(90deg);
	padding-bottom: 5px; /* horizontaler Versatz. Top-Abstand: .mt in Parent-div. */
	display: inline-block;
}


.pfeilNachOben { /* FA fa-angle-up bzw. &#xf106; oder fa-angle-down bzw. &#xf107; */
	font-size: 60px;
	font-weight: 300;
	font-family: 'Lato', Courier, sans-serif; 
	line-height:0;

	transform: rotate(-90deg);

	padding-bottom: 12px; /* horizontaler Versatz. Top-Abstand: .mt in Parent-div. */
}




/* Font Awesome vorangestellt */
/* ff-Zusatz » fontawesome.min.css */

/*alte Logik mit FA v4.7
.iconKlein::before {
	display: inline-block;
	margin-right: .5em;
	font: normal normal normal 29px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.icon::before {
	display: inline-block;
	margin-right: .5em;
	font: normal normal normal 49px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}*/


/* konventionelles Icon mit Grafik:
#chart a:after {
    display: inline-block;
    content: url('../images/pfeil.png');
    width: 49px;
    height: 49px;
}
*/

/* Schliessen-Kreuz mit Zeicheb «×» in Klasse <a> */
.schliessenKreuz {
	/*font-family: helvetica, arial, sans-serif;*/
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-weight: 300; /* prop Lato */
	
  	font-size:40px; 
	line-height: 1;
  	color:inherit;
  	text-decoration: none;
  	/*text-shadow: 0 1px 0 #fff;*/
	display: inline-block;
	/* text-align: right; muss auf parent liegen*/
}
.schliessenKreuz:after {
  content: '×'; /* UTF-8 Kreuz-Symbol */
}



.bb { /* padding «nach innen» */
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Video-iFrame. Erfordert feldCopt.. und feldDopt.. */
.videoContainer {
	position: relative;
    width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ANFANG Sprite-Button */
/*.btnSprite {
	padding:2px 0;
	height:19px;
	width:132px;
	text-align:center;
	background-image:url(../images/btnSprite.png);
	background-size:28px 42px;
}
.btnSprite:hover {
	background-position: 0 -19px;
}
.btnSprite a {
	line-height:18px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
}
.btnSprite a:hover {
	color:#00ffff;
}*/
/* ENDE Sprite-Button */

/* ANFANG Div-Tabelle */
/*.divTblReihe {
	width: 670px; 
	padding:0; 
	margin: 0;
	overflow: hidden; 
}
a:hover .divTblReihe p { color:#ff0000; }
.tabellenZelle {
	float: left; 
	padding:3px 0;
	margin: 0;
	color:#333;
}

.breiteZelle1 { width: 105px; }
.breiteZelle2 { width: 75px; }
.breiteZelle3 { width: 160px; }
.breiteZelle4 { width: 330px; }

.divTblTrennlinie { height:2px; margin:11px 0; }*/
/* ENDE Div-Tabelle */


/* ANFANG PDF-Link */
/*.pdfLinkMitLi ul { 
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.pdfLinkMitLi li {
	color:#fff;
	line-height:21px;
	padding:0 0 0 17px;
	margin:0;
	background: url(../images/pdfIcon.png) 0 3px no-repeat;
}
.pdfLinkMitLi li a { color:#f00; }
.pdfLinkMitLi li:hover { background: url(../images/pdfIconOver.png) 0 3px no-repeat; }

.pdfLinkMitLi li a:hover { color:#fff; }*/
/* ENDE PDF-Link */


.eckenRunden {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	overflow:hidden;
}
.border1px { border: 1px solid #000000; }


.eckenRundenOben {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow:hidden;
}
.eckenRundenUnten {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow:hidden;
}
.randUnten { border-bottom:3px groove #919898; } 


/* Schatten und Glühen */
.textSchatten { text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); }
.textSchattenHart { text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
.txtGluehen { text-shadow: 0 0 0.2em #fff; }
.txtGluehenGroesser { text-shadow: 0 0 0.2em #fff; }
.boxSchatten { box-shadow: 0px 0px 30px grey; }



/* ANFANG Animation */

/* Bsp: Style-Änderungen animieren*/
.bspMbAenderungAnimieren {
	margin-bottom: calc(11px + 4vh); 
	transition: margin-bottom 0.5s ease; 
}


.schwebeReinKlasse { 
	animation: schwebeRein 1.9s; /* Totale Timeline-Dauer */
	animation-fill-mode: forwards;  
}

@keyframes schwebeRein {
	0% { /* Keyframe-Position in Timeline. Hier ein Delay, weil bis 60% nichts passiert. */
		opacity: 0;
		transform: translate(0, 30px) scale(1, 0.5); /* Achtung: hier müssen schon ALLE Eigenschaften rein, auch wenn sie erst später benötigt werden */

	}
	50% { /* Keyframe-Position in Timeline, z.B. für ein Delay */
		opacity: 0.0;
		transform: translate(0, 30px) scale(1, 0.5);

	}
	100% { /* Keyframe-Position in Timeline, Endzustand */
		opacity: 1;
		transform: translate(0px, 0) scale(1, 1); /* x und y-Position*/

	}
}
/* ENDE Animation */



/* ANFANG Browser-Patches */
/*.ie8imgPatch { max-width: none; }
.androidUmbruchPatch { background-image: url(../images/shim.gif); }*/
/* ENDE Browser-Patches */



/* 	ALLGEMEINE MEDIA QUERIES
====================================================================== */
/*@media (-Webkit-min-device-pixel-ratio: 1.5),
 (-moz-min-device-pixel-ratio: 1.5),
 (-o-min-device-pixel-ratio: 3/2),
 (min-device-pixel-ratio: 1.5),
 (min-resolution: 1.5dppx) {
	 .meineKlasse {
		 display: block;
	 }
 }
 
@media only screen and (min-width: 768px) and (max-width: 959px) {}
@media only screen and (max-width: 980px) {}

Logik mit min-width, d.h. das Grössere überschreibt das Vorangegangene
@media (min-width: 768px) {}  
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

@media screen and (orientation: landscape) {}
*/
