

/* = = = = = = = = = = = = = = = = = 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:#BEDAE9;
height:100%;
width:100%;
overflow:hidden;
position:fixed; /* für chrome*/
}


/* überschriften */

h1, h2, h3, h4, h5 {
color:#E3EFF4;
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;
}

h3:before {
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 400;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
position:relative;
top:0rem;
right:.6rem;
content:"\f35a";
color:gold;
}


/* allgemeine links  */

a {background-color:transparent;
color:#BEDAE9;
text-decoration: underline;
}

a:hover  {color:#BEDAE9;
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;
border:none;
}

/* absatz */
p.break  {
line-height:15rem;margin:0;
}


/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;
font-size:1.5rem;
padding:2rem;
margin:2rem auto;
text-align:left;
background:dodgerblue;
color:#DEE9F3;
border:none;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
}




/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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;
}

.inhalt {
height:100%;
width:100%;
padding:0;
}

.sky   {
POSITION:absolute;z-index:-1;
bottom:60%;left:0%;
width:100%;height:100%;
padding: 0;
background:#E9F7FE;/*IE9*/
background:linear-gradient(deepskyblue 50%,white);
}

.sea    {
POSITION:absolute;z-index:-2;
top:40%;left:-50%;
margin-top:-65px;
width:200vw;height:100%;
padding:0;
background:dodgerblue;/*IE9*/
background: linear-gradient(#ffffff 50%, rgba(255,255,255,0) 0) 0 0,
radial-gradient(circle closest-side, #FFFFFF 53%, rgba(255,255,255,0) 0) 0 0,
radial-gradient(circle closest-side, #FFFFFF 50%, rgba(255,255,255,0) 0) 55px 0 #48B;
background-size: 110px 110px;
background-repeat: repeat-x;
margin:0 auto;
}



/*  ----------------------------------------  */
/*  icons-group - fische                              */
/*  ----------------------------------------  */

.wrapper-icons-group  {display:block;
width:100vw;
text-shadow:0 0 1px black;
}

.icons-group.icon-1 {position:absolute;top:0%;left:50%;
margin-top:170px;margin-left:-45vw;
font-size:50px;
color:orange;
}

.icons-group.icon-2 {position:absolute;top:0%;left:50%;
margin-top:100px;margin-left:-40vw;
font-size:100px;
color:gold;
}

.icons-group.icon-3 {position:absolute;top:0%;left:50%;
margin-top:80px;margin-left:10vw;
font-size:115px;
color:tomato;
}

.icons-group.icon-4 {position:absolute;top:0%;left:50%;
margin-top:90px;margin-left:-10vw;
font-size:60px;
color:limegreen;
}

.icons-group.icon-5 {position:absolute;bottom:0%;left:50%;
margin-bottom:48vh;margin-left:-20px;
font-size:40px;
color:white;
text-shadow:0px 0px 1px #000;
}

.name {display:inline-block;
POSITION:absolute;
top:50%; left:0%;
margin-top:-10rem;
width:100%;height:auto;
text-align:center;
color:#D0ECFD;
font-size:2rem;
font-weight:bold;
background:transparent;
padding:.5rem ;
font-size:1.6rem;
letter-spacing:1px;
text-transform:uppercase;
text-shadow:1px 1px 0px #07669E;
}


/*  ----------------------------------------  */
/*  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:#BEDAE9;
}

#kontakt  li  a:hover {
text-decoration : none;
color:#BEDAE9;
}

/* ----- 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:#89CFFA;
text-shadow:none;
}

.day  {display:inline-block;
width:7rem;font-weight:normal;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* fuss */

.fuss {display:block;
POSITION:absolute;
bottom:0%; left:0%;
margin:0 auto;
width:100%;height:auto;
color:#fff;
padding:0rem 1rem .6rem  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:#B8D5E4;
text-shadow:1px 1px 1px #254E65;
white-space:nowrap;
cursor:pointer;text-transform:uppercase;
}

.menu-fuss li span:hover {background:transparent;
color:#000;
text-decoration:underline;
}



/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN */
/* ############################################################ */

/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {


/* - - - - -   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) {

.name {
font-size:2.2rem;
}

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */


}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

.name {
top:0%; left:0%;
margin-top:1rem;
font-size:2.5rem;
}

#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) {

.menu-fuss  li {display:inline; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_4 {width: 25%;  }
.box-1_of_5 {width: 20%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}




/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */