

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
background:transparent;
color:#CCDDEC
}


/* überschriften */

h1, h2, h3, h4, h5 {
color:#EEF3F9;
text-align:left;
letter-spacing:0px;
font-weight:normal;
text-transform:none;
}

h1 {
font-size:3rem;
line-height: 3.3rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
}

h2 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
}


h3 {
font-size:2rem;
line-height: 2.4rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}


/* allgemeine links  */

a {background-color:transparent;
color:#C5D6EB;
text-decoration: underline;
}

a:hover  {color:#C5D6EB;
text-decoration:none;
}

/* bilder  anpassen der grösse  */
/*
wenn sie  bilder einbauen, unabhängig von unserem bilderstystem,
dann werden diese bilder maximal (max-width) so gross wie die original-abmessungen des bildes
bwz. des umschliessenden containers wenn vorhanden
*/

img {max-width: 100%;
height: auto;
margin:0 auto;
}

/* absatz */
p.break  {
line-height:15rem;margin:0;
}


/* ############################################################ */
/* bereich content - inhaltsbereich */
/* ############################################################ */

.section-content {display:table;overflow:hidden;
width:100%;height:100%;
padding:0;
text-align:center;
background:#242736;
}

.inhalt-back {POSITION:absolute;
top:0%; left:0%;
height:100%;
width:100vw;
display:table-cell;
vertical-align:middle;background:radial-gradient(rgba(0,59,153,.6),rgba(0,0,0,.8));
}

.inhalt {POSITION:relative;
z-index:1;
height:100%;
width:100vw;
display:table-cell;
vertical-align:middle;
padding:0 1rem;
}

.name {display:block;
font-weight:normal;
background:#000;/*IE9*/
background:rgba(0,0,0,.6);
color:#E1ECFD;
margin:0 auto;
padding:1rem  1rem ;
font-size:1.2rem;
letter-spacing:2px;
text-transform:uppercase;
position:absolute;
top:0%; left:0%;
width:100%;
}

.icon-fliegen .fas,
.icon-fliegen .far,
.icon-fliegen .fab {display:block;POSITION:absolute;
z-index:2;
top:0;left:0;
font-size:5rem;
color:#fff;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* fuss */
.fuss {display:block;
background:rgba(0,0,0,.6);
color:#ACC9F9;
margin:0 auto;
POSITION:fixed;z-index:1;
bottom:0%; left:0%;
width:100%;
padding:0rem 1rem;
text-align:center;
}

/* -----menu-fuss  ----- */

.menu-fuss  {text-align:center;display:block;
width:100%;
padding:0;
margin:0;
}

.menu-fuss ul {text-align:center;
padding:0;
margin:0;
}

.menu-fuss  li {list-style:none;display:inline-block;
line-height:2.5rem;
padding:.5rem .3rem  .5rem .3rem;
margin:0;
}

.menu-fuss li span {display:inline;text-shadow:0px 0px 2px #000;font-weight:normal;
text-decoration : none;
font-size:1.3rem;
letter-spacing:0px;
width:100%;
margin: 0;
color:#E1ECFD;
text-shadow:0px 0px 1px #000;
white-space:nowrap;
cursor:pointer;
text-transform:none;
}

.menu-fuss li span:hover {background:transparent;
color:#fff;
}




/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN */
/* ############################################################ */

/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.section-content {height:100vh; }
.inhalt-back {height:100vh;}

}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%; }

.section-content {height:100%; }
.inhalt-back {height:100%;}

.name , .fuss {background:transparent; }
}



/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */