﻿

/* = = = = = = = = = = = = = = = = = 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 {overflow:hidden;
font-size:1.7rem;
margin: 0 auto;
background:#1f1f1f;
color:#BCBCBC;
}



/* überschriften */

h1, h2, h3, h4, h5 {
color:#DFDFDF;
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 ursprünglich #DFDFDF */

a {background-color:transparent;
color:#FAFAFA;
text-decoration:none ;
}

a:hover  {color:#FAFAFA;
text-decoration:underline ;
}


/* 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-right: 20px;
float: left;
}

/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* von krb eingefügte Formatbefehle  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.leftFloat {
  margin-right: 20px;
  float: left
}
.rightFloat {
  float: right;
  margin-left: .9rem;
  margin-top: .6rem
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* von krb eingefügte Formatbefehle Ende  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */



/* absatz */
p.break  {
line-height:15rem;margin:0;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-size:1.4rem;
padding:1rem;
margin:2rem auto;
text-align:left;
background:#BF3F3F;
color:#fff;
border:none;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
}


pre .extra {display:inline-block;position:absolute;left:0rem;top:1rem;font-size:2rem;
color:#fff;font-weight:normal;
transform:rotate(-45deg);
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* von krb eingefügter Formatbefehl - bewirkt Anordnung eines responsiven Bildes rechts  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */


.wrapper-box-test {display:block;
float: left;
padding:0rem;
}

.box-test {display:inline-block;
width:50%;
vertical-align:top;
float: right;
margin:.1rem 0 .1rem .1rem;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}
/* top | right | bottom | left */

.wrapper-box-center {display:block;
text-align:center;
padding:0rem;
margin:-.9rem 0 0 0;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-center {display:inline-block;
width:100%;
vertical-align:top;
margin:0 -.2rem 0 -.2rem;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}
/* top | right | bottom | left */

.wrapper-box-r {display:block;
text-align:center;
padding:0rem;
}

.box-r {display:inline-block;
width:100%;
vertical-align:top;
float: right;
padding:.1rem .5rem;
/* top | right | bottom | left */
margin:.6rem 0 1.5rem .9rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-r2 {display:inline-block;
width:100%;
vertical-align:top;
float: right;
padding:.1rem .5rem 1.5rem .1rem;
/* top | right | bottom | left */
margin:.6rem 0 1.8rem 0;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.text-center {display:block;
text-align:center;
padding:3rem;
margin:.1rem 0 0 0;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.wrapper-box-l {display:block;
text-align:center;
padding:0rem;
}

.box-l {display:inline-block;
width:100%;
vertical-align:top;
float: left;
padding:0rem;
/* top | right | bottom | left */
margin:.6rem 1.5rem .8rem 0;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* von krb eingefügte Formatbefehle Ende  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.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;
overflow:hidden;
width:100%;height:100%;
padding:0;
text-align:center;
}

.section-content-intern {display:block;
overflow: auto;
width:100%;
height:1000px;
padding-left:5rem;
text-align:center;
}

.content {
display:block;
overflow:auto;
POSITION:absolute;
top:0%; left:50%;
width:28rem;
height:100%;
margin-left:-14rem;
margin-top:0px;
box-shadow:0 0 2px black;
padding:0;
background:rgba(0,0,0,.5);
box-shadow:0 0 6px #000;
border-left:solid 1px black;
border-right:solid 1px black;
transition: all 1s ease-out;
}

.name {display:inline-block;POSITION:absolute;
z-index:1;
top:0%; right:0%;
width:100%;
height:auto;
font-size:1.5rem;
color:#fff;
text-shadow:0 0 1px black;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
padding:.5rem .7rem ;
}



/*  ----------------------------------------  */
/*  box KONTAKT                               */
/*  ----------------------------------------  */

#kontakt .box {padding:0rem;
margin-bottom:1rem;
font-size:1.4rem;
}

#kontakt .box-1_of_2 {width: 100%; }

#kontakt ul {text-align:left;
padding:0rem;
margin:0;
}

#kontakt  li {list-style:none;
padding:0;
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:#BCBCBC;
}

#kontakt  li  a:hover {
text-decoration : none;
color:#fff ;
}

/* ----- 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:tomato;
}

#kontakt .adresse .fas ,
#kontakt .adresse .fab ,
#kontakt .adresse .far  {color:#0090E0; }

#kontakt .kontakt .fas ,
#kontakt .kontakt .fab ,
#kontakt .kontakt .far  {color:orange; }

#kontakt .zeit .fas ,
#kontakt .zeit .fab ,
#kontakt .zeit .far  {color:tomato; }

#kontakt .social-media .fas ,
#kontakt .social-media .fab ,
#kontakt .social-media .far  {color:limegreen; }

.day  {display:inline-block;
width:7rem;font-weight:normal;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* fuss */

.fuss {display:inline-block;
POSITION:absolute;
top:480px;
left:0%;
margin-bottom:3rem;
width:100%;height:auto;
text-align:center;
padding: 0 0rem 0rem 0rem;
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  {text-align:center;display:inline-block;
width:100%;
padding:0;
margin:0 auto 3em;
}

.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:white;
text-shadow:0 1px 0px black;
white-space:nowrap;
cursor:pointer;
text-transform:none;
}

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

/* quelltext-erklärungen  */
pre { font-size:1.5rem;
padding:3rem;
}

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

/* keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

.name {
font-size:1.8rem;
padding:1rem 2rem;
}

/* - - - - -   GRID-SYSTEM    - - - - - */
#kontakt .box-1_of_2 {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

#kontakt .box {font-size:1.4rem; }
#kontakt  h3 {font-size:1.6rem; }

.content {
width:320px;
margin-left:-160px;
}


}


/* ==================================== 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  +  +  +  +  +  +  +  +  +  + */