

/* = = = = = = = = = = = = = = = = = 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;
color:#000;
height:100%;
width:100%;
overflow:hidden;
position:fixed; /* für chrome*/
}


/* überschriften */

h1, h2, h3, h4, h5 {
color:#000;
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:#000;
text-decoration: underline;
}

a:hover  {color:#000;
text-decoration:none;
}


/* bilder  anpassen der grösse  */
/*
wenn sie eigene einzelne 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;
}

p.break  {
line-height:15rem;margin:0;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.1rem .5rem;
margin:0 -.2rem .1rem -.2rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/

}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4 ,
.box-1_of_5
{width:100%;
}



/* ############################################################ */
/* bereich content - inhaltsbereich */
/* ############################################################ */

.section-content {display:block;
width:100%;height:100%;
padding:0;
background:midnightblue;/*IE9*/
background:repeating-radial-gradient(circle , dodgerblue ,midnightblue 300px,dodgerblue 400px, midnightblue );
}

.inhalt {
height:100%;
width:100%;
padding:0;
background:radial-gradient(circle , transparent 200px,transparent, white,transparent 204px, transparent 300px, transparent, limegreen,transparent 305px,transparent 400px, transparent, red,transparent 404px, transparent 600px, transparent, skyblue,transparent 604px,  midnightblue);
}



.menu-back-1  {display:table;POSITION:absolute;
z-index:4;
top:50%; left:50%;
margin-top:-14rem;margin-left:-14rem;
width:28rem;height:28rem;
padding:0rem;
border-radius:36rem;
background:black; /*IE9*/
background:repeating-linear-gradient(black  ,midnightblue 50%);
}

.menu-back-2  {display:table;POSITION:absolute;
z-index:5;
top:50%; left:50%;
margin-top:-14rem;margin-left:-14rem;
width:28rem;height:28rem;
padding:0rem;
border-radius:36rem;
box-shadow:0 0 70px lightskyblue;
}


/* icon - das grosse astronaut-icon  */

.menu-back-2  .fas ,
.menu-back-2  .fab ,
.menu-back-2  .far  {display:table-cell;
text-align:center;vertical-align:middle;
margin:0rem;
padding: 0;
font-size:200px;
color:#DFDFDF;
text-shadow:0 0 2px maroon;
}

/* name */

.name {display:inline-block;
POSITION:absolute;z-index:4;
top:0%; right:0%;
width:100%;height:auto;
font-weight:normal;text-align:center;
color:#fff;
text-shadow:1px 1px 1px black;
background:rgba(0,0,0,.5);
padding:1rem ;
font-size:1.2rem;
letter-spacing:2px;
text-transform:uppercase;
box-shadow:0px 0px 1px #000;
}


/*  ----------------------------------------  */
/*  box KONTAKT                               */
/*  ----------------------------------------  */

#kontakt .box {padding:0rem;
margin-bottom:1rem;
}

#kontakt .box-1_of_2 {width: 100%; }

#kontakt ul {text-align:left;
padding:0rem;
margin:0;
}

#kontakt  li {list-style:none;
padding:0rem;
margin:0;
}

#kontakt  h3 {margin-top:3.5rem;margin-bottom:1rem;
}

#kontakt  li  a {display:inline-block;
text-align:left;
text-decoration : underline;
letter-spacing:0rem;
padding:0rem ;
margin:0;
color:#000 ;
}

#kontakt  li  a:hover {
text-decoration : none;
color:#1F2F3D ;
}

/* ----- icons ----- */

#kontakt .fas ,
#kontakt .fab ,
#kontakt .far  {display:inline-block;text-align:center;
margin:0rem  .4rem 0rem -.2rem;
padding: 0;
width:2.5rem;
height:2.5rem;
line-height:2.5rem;
font-size:1.4rem;
color:firebrick;
text-shadow:none;
}

.day  {display:inline-block;
width:7rem;font-weight:normal;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* fuss */

.fuss {display:inline-block;
POSITION:absolute;z-index:3;
bottom:0%; right:50%;
margin-bottom:0;margin-right:-24rem;
width:48rem;height:auto;
text-align:center;
color:#fff;
padding:.5rem  1rem ;
font-size:1.2rem;
letter-spacing:2px;
}

.fuss .fas ,
.fuss .fab,
.fuss .far {display:inline-block;
color:white;
font-size:1.6rem;
}


/* -----menu-fuss  ----- */

.menu-fuss ul {text-align:center;
padding:0;
margin:0;
}

.menu-fuss  li {list-style:none;display:inline;
line-height:2.5rem;
padding:0rem .2rem;
margin:0 auto;
}

.menu-fuss li span {text-shadow:0px 0px 2px #000;font-weight:normal;
text-decoration : none;
font-size:1.2rem;
letter-spacing:1px;
padding:0rem .2rem ;
margin: 0;
color:#CEEAFF;
text-shadow:0px 0px 1px #000;
white-space:nowrap;
cursor:pointer;text-transform:uppercase;
}

.menu-fuss li span:hover {background:transparent;
color:#fff;
text-decoration:underline;
}



/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN */
/* ############################################################ */

/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.name  {
width:auto;
}

.fuss {
width:auto;
right:0%;
margin:0 auto;
}

.menu-fuss  li {display:block; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_4 {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 560 pixel ================================== */
@media (min-width: 560px) {

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.fuss {
right:50%;
margin-right:-24rem;
width:48rem;
}

.menu-fuss  li {display:inline; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

#kontakt .box-1_of_2 {width: 50%; }

#kontakt .box {font-size:1.4rem; }

#kontakt  h3 {font-size:1.6rem; }


}


/* ==================================== ab 960 pixel ================================== */
@media (min-width: 960px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_4 {width: 25%;  }
.box-1_of_5 {width: 20%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */