@charset "utf-8";



/* --- SCHMUCKFARBEN --- */

/* Siehe common.css, dito fontawesome- und reset-css. Grautöne und rot siehe zuunterst in farben_masse.css */



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

body {
	font-size: 14px;
}

h1 {
	/* font-family, -weight und color » common.css*/    
	font-size:25px;
	line-height:1.5;
	
    margin-top: 0px;
	margin-bottom:17px;
	letter-spacing:0px;
	/*text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);*/
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/ /*harter Schlagschatten*/

}
h2 { 
	/* font-family, -weight und color » common.css*/    
	font-size:20px;
	line-height:1.5;
	
    margin-top: 0px;
	margin-bottom:14px;
	letter-spacing:0px;
}
h3 { 
	/* font-family, -weight und color » common.css*/    
	font-size:19px;
	line-height:1.5;
	
    margin-top: 0px;
	margin-bottom:14px;
	letter-spacing:0px;
}
/* h6 » common.css */

hr { 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: 70%; }



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

/*#containerFnct {} Bsp. Namenskonvention */

header { font-size: 25px; }	
	
#iconNavi {
	margin-top: 33px; 
	padding-left: 14px; 
	width: 258px; /* Bei nur 3 Meta-Navi-Icons: width: 258px;. Zugehörig: #umNavigation in navi_desktop_burger.css, inline-Style bei .bgHellgrau und #iconNavi in main.css */
	padding-right: 15px;
}

#logo {
	margin-top: 45px;
	margin-left: 14px;
	margin-right: 12px;
    text-align: left;
}
#logo img {
	width: 248px;
	/*image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;*/
}

.breiteLinkeSpalte { width: calc(100% - 252px); }

/*
#chart {
	width:900px;
	min-height:354px;
	margin: auto;
	background-color:#069;
	line-height:21px;
	z-index:3;
}*/

.reihe ul { 
	margin:0;
	padding:0px 0 0 20px;
    /*list-style: none outside none;*/
	list-style-type:disc; /* squer oder disc */
	overflow: auto; /* auskommentieren, wenn bullets nicht sichtbar */
	/*list-style: inside;*/ /* Inhalte zentrieren */
}
.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: fixed;
	bottom: 0px;*/
	width: 100%;
	min-height: 27px;
	text-align: center;

    /*color: #b1b3b4;*/
	font-size: inherit;
	line-height: 1.4 !important;
	
	z-index: 10 !important;
}
#footer a { color: inherit; }
#footer a:hover { color: inherit; }
#footerContent {
    padding: 5px 0 22px 0;
	/*background-color: rgba(255,255,255,0.8);*/
    margin: auto;
}

#claim { float:left; }
#adresse { float:right; text-align:right; }


/* Zu top scrollen */
#back-top {
	position: fixed;
	left: -1px;
	bottom: -4px;
	margin:auto;
	display: none;
    z-index: 1;
}
#back-top span { 
	font-family: 'Lato', 'Courier', sans-serif; 
	font-weight: 300;
	font-size:60px; /* Mobile 140px */
	line-height:1;
	color: grey;
	display: block;
	transform: rotate(-90deg);
	background-color:rgba(255,255,255,0.0);
	padding: 0 7px 0px 7px; /*Mobile 0 14px 0px 14px;*/
}
#back-top span:hover { color: #7a0a1f; }
/* 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 "<span class="pfeil">›</span>" oder mit FA fa-angle-right bzw. &#xf105; siehe unten «.icon::before» */
.pfeilHome { font-size:28px; line-height:1px; vertical-align:-1px; font-family:'Lato', 'Courier', sans-serif; font-weight: 300; font-style: normal!important; } /* font-weight: 300 oder 400. TODO: font-size mit% testen !*/
.linkTextPfeil, .pfeil { font-size:28px; line-height:1px; vertical-align:-3px; font-family:'Lato', 'Courier', sans-serif; font-weight: 300; font-style: normal!important; } /* font-weight: 300 oder 400. TODO: font-size mit% testen !*/
.linkTextPfeilH1, .pfeilH1, .pfeilGross { font-size:42px; line-height:1px; vertical-align:-4px; font-family:'Lato', 'Courier', sans-serif; font-weight: 300; font-style: normal!important; } /* font-weight: 300 oder 400. TODO: font-size mit% testen !*/

.pfeilNachUnten { /* mit Zeichen "‹" und "›". Alternative FA fa-angle-up bzw. &#xf106; oder fa-angle-down bzw. &#xf107; */
	font-size: 189px;
	font-weight: 300;
	font-family: 'Lato', Courier, sans-serif;
	font-style: normal!important;
	line-height:0;
	display: inline-block;
	transform: rotate(90deg);

	padding-bottom: 46px; /* horizontaler Versatz. Top-Abstand: .mt oder height in Parent-div. */
	
	/*transition: all 0.3s ease-out;*/
}

.pfeilNachOben { /* mit Zeichen "‹" und "›". Alternative FA fa-angle-up bzw. &#xf106; oder fa-angle-down bzw. &#xf107; */
	font-size: 50px;
	font-weight: 300;
	font-family: 'Lato', Courier, sans-serif;
	font-style: normal!important;
	line-height:0;
	display: inline-block;
	transform: rotate(-90deg);

	padding-bottom: 12px; /* horizontaler Versatz. Top-Abstand: .mt oder height in Parent-div. */
	
	/*transition: all 0.3s ease-out;*/
}


/* 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 Zeichen «×» in Klasse <a> */
.schliessenKreuz {
	font-family: 'Lato', helvetica, arial, sans-serif;
	font-weight: 300;
  	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.. */
/*» common.css*/


/* 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 {
	border-radius: 6px;
	overflow:hidden;
}
.border1px { border: 1px solid #000000; }

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


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



/* 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 (max-width: 980px) {}

@media only screen and (min-width: 768px) and (max-width: 959px) {}

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) {

}
*/
