

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

}

body {height:100%;
font-size:1.7rem;
margin: 0 auto;
color:#0B312D;
background:#B2DFDB;
}

h1, h2, h3, h4, h5 {color:#072320;
font-weight:bold;
}


h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
}

h3 {
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}


/* allgemeine links */
a {color:#0B312D;
text-decoration: underline;
}

a:hover  {color:#0B312D;
text-decoration:none;
font-style:normal;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;font-size:1.5rem;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:1rem 0rem 2rem 0rem;
margin-bottom:2rem;text-align:center;border:dashed 0.2rem #1D8B81;
background:transparent;position:relative;
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:0rem;font-size:1.8rem;
color:#fff;font-weight:bold;background:#343434;padding:0 .5rem;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

.name {display:block;font-weight:bold;
letter-spacing:0.2rem;
margin:0rem;
padding:1rem .5rem;
font-size:2.5rem;
line-height: 2.5rem;
color:#000;
text-transform:uppercase;
text-shadow:0 1px 1px white;
}

.name b{
color:#fff;
text-shadow:0 1px 1px #27A396;
}


/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

#haupt {display:table;margin:0 auto;
box-shadow:0 0 6px #004D40;
}



/* = = = = = = = = = = = = = = = = = = = = = =  */
/* SCHRÄG GESTELLTER ribbon style */
/* = = = = = = = = = = = = = = = = = = = = = =  */

.ribbon-container {
  width: 100%; height: 100%;
  position: relative;
  background: transparent;
}
.ribbon {
  position: absolute;
  left: -0.5rem; top: -0.5rem;
  z-index: 1;
  overflow: hidden;
  width: 7.5rem; height: 7.5rem;
  text-align: right;
}
.ribbon span {
  font-size: 1.4rem;
  font-weight: normal;letter-spacing:0.1rem;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 2rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 10rem;
  display: block;
  background: firebrick;
  background: linear-gradient(#D93737 0%, #7E1818 100%);
  box-shadow: 0 0.3rem 1rem -0.5rem rgba(0, 0, 0, 1);
  position: absolute;
  top: 1.9rem; left: -2.1rem;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0rem; top: 100%;
  z-index: -1;
  border-left: 0.3rem solid #DC4747;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-top: 0.3rem solid #DC4747;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0rem; top: 100%;
  z-index: -1;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid #DC4747;
  border-bottom: 0.3rem solid transparent;
  border-top: 0.3rem solid #DC4747;
}

/* ############################################################ */
/* spacer  - zwischen-leisten */
/* ############################################################ */

/* seitentitel und nach-oben-pfeil */

.spacer {margin:0 auto;
width:100%;
display:block;
min-height:2rem;
line-height:2rem;
padding:1rem 1rem;
color:#313131;
background:#26A69A;
box-shadow: inset 0px 0px 4px #fff;
}

.spacer.eins {
text-align:right;
}

.spacer.zwei {
text-align:right;
}


.spacer a {color:transparent;
text-decoration:none;
}

.seitentitel {display:inline;
letter-spacing:0.2rem;
padding:0rem 1rem 0rem 1rem;
color:#fff;
}

.jump-smooth {display:inline-block;vertical-align:middle;
color:#fff;text-shadow:0 0 2px #000000;
font-size:2.5rem;
}


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

.wrapper-box {display:block;
background:#1f1f1f;
color:#cacaca;
text-align:center;
padding:1rem .5rem  0rem .5rem;
box-shadow:none;box-shadow:0 0 110px white;
}

#bildgroup-top.wrapper-box ,
#bildgroup-bottom.wrapper-box {
box-shadow:0 0 6px black;
}


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

.information .box {padding:0 }

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_2b ,
.box-1_of_3 ,
.box-1_of_3b ,
.box-1_of_3c ,
.box-1_of_4,
.information .box-1_of_2 ,
.information .box-1_of_3 {width:100%; }

.box-1_of_4b {width:50%; }
#gallery-02 .box-1_of_3  {width:33.33%;padding:0 .5rem }
#gallery-02 .box:hover img {border-radius:1rem; }

#bildgroup-top .box-1_of_4,
#bildgroup-bottom .box-1_of_4 {width:25%;padding:0 .5rem }

.bild-text {display:block;
margin:0rem;
padding: 1rem ;
}

.bild-text b {color:#3ECEBF;
}



/* ############################################################ */
/* bereich kopf */
/* ############################################################ */

.kopf {
display:block;
margin: 0 auto;background:#4db6ac;
background:radial-gradient(circle, #4db6ac,#187067);
padding:0rem;
}

.kopfbox-a {display:block;
padding:1rem ;
text-align:center;
}


/* ----- icons ----- */

#icon-dices  ul {display:inline-block;
margin:0 ;
padding:0 0 1rem 0 ;
}

#icon-dices li {list-style-type : none;
display:inline-block;
margin:0rem -.14rem;
padding:0rem;
}

#icon-dices li a .fas ,
#icon-dices li a .fab ,
#icon-dices li a .far {display:inline-block;
background:#fff;
color:#000;
width:3rem;
height:3rem;
line-height:3rem;
box-shadow:0 0 1px black;
font-size:1.8rem;
border-radius:.5rem;
text-align:center;
transition:transform .3s ease-out;
}

#icon-dices li a:hover .fas ,
#icon-dices li a:hover .fab ,
#icon-dices li a:hover .far {
background:#fff;
color:#000;
transform:scale(1.2);
}

#icon-dices #ic2 li a.fas ,
#icon-dices #ic2 li a .fab ,
#icon-dices #ic2 li a .far {display:inline-block;
background:#000;
color:#fff;
width:3rem;
height:3rem;
line-height:3rem;
box-shadow:0 0 1px white;
font-size:1.8rem;
border-radius:.5rem;
text-align:center;
transition:transform .3s ease-out;
}

#icon-dices #ic2 li a:hover .fas ,
#icon-dices #ic2 li a:hover .fab ,
#icon-dices #ic2 li a:hover .far {background:#000;
color:#fff;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo {
display:block;
margin: 0 auto;
padding:0rem;
}

.logobox-a {
display:block;
text-align:left;
background:#343434;/*IE9*/
background:linear-gradient(to left top, #3F3F3F 50% ,#343434 50%);
padding:1rem;
box-shadow: inset 0px 0px 100px #000;
}

.logobox-b {height:30rem;
display:block;
text-align:left;
background-image:url(../images/logo00.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
padding:1rem;
}

/* hauptbild auf den unterseiten */

.logobox-b.logobild-01 {background-image:url(../images/logo02.jpg); }

.logobox-b.logobild-02 {background-image:url(../images/logo03.jpg); }

.logobox-b.logobild-03 {background-image:url(../images/logo04.jpg); }

.logobox-b.logobild-04 {background-image:url(../images/logo06.jpg); }

.logobox-b.logobild-05 {background-image:url(../images/logo01.jpg); }

.logobox-b.logobild-06 {background-image:url(../images/logo05.jpg); }



/*  die icons im logo-bereich */

.logo a {text-decoration:none; }

.logo a .fas,
.logo a .fab,
.logo a .far {display:inline-block;
margin:.7rem;
text-align:center;
font-size:2.2rem;
height:4.2rem;
line-height:4.2rem;
width:4.2rem;
background:#fff;
border-radius:36rem;
color:black;
box-shadow:0 0 0 5px white, inset 0 0 0 1px silver ;
text-shadow:0px 0px 1px black;
}

.logo a:hover .fas,
.logo a:hover .fab,
.logo a:hover .far  {
box-shadow:0 0 0 5px white, inset 0 0 7px #9F9F9F ;
color:#CB1E2D;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt {display:block;min-height:90rem;
background:#26A69A;
margin: 0 auto;
padding:0rem;
box-shadow: inset 0px 0px 150px #fff;
border-top:solid 1rem #1B7269;
}

.inhaltbox-a {display:block;
text-align:left;
padding:4rem 2rem 6rem 2rem;
}




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


.fuss {display:block;
margin: 0 auto;
width:100%;
background:#1f1f1f;
padding:4rem 0 1rem 0 ;
}

.fuss,
.fuss a {color:#CFCFCF;
font-size:1.5rem;
}

.fussbox {display:block;
text-align:left;
padding:0 0 0 1rem;margin:0 auto;
margin-bottom:3rem;
width:28rem;
}

.fussbox h3 {
padding-bottom:.6rem;
font-size:1.6rem;
color:#EFEFEF;
text-align:left;
margin-top:0rem;
margin-bottom:1rem;
border-bottom:solid .1rem #259C8D;
}

.fussbox h3:first-letter {
color:#96E7DD;
}


/* fussmenu 2 */

.fussmenu2 ,
.fussmenu2  ul,
.fussmenu2  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.fussmenu2  {width:100%; }

.fussmenu2 ul {text-align:left; }

.fussmenu2 li { display: block;
width:100%;
padding-left:2rem;text-indent:-2rem; /* rückt gfls eine zweite zeile ein*/
}

.fussmenu2 li a {
display : inline;
width : 100%;
text-align:center;
color:#cfcfcf;
text-decoration: none;
padding:.6rem;
margin-left:-0.5rem;
}

.fussmenu2 li a:hover {
color:#fff;
text-shadow:none;
background:transparent;
text-decoration: none;
}


/*  die icons (pfeile) im fussmenu2 */

.fussmenu2 li a: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: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding-right:.8rem;
content:"\f054";
color:#259C8D;
text-shadow:1px 0px 1px #1D4742;
}

.fussmenu2 li a:hover:before {
color:#fff;
text-shadow:1px 0px 1px #6F6F6F;
}


/*  die icons im fuss-bereich */

.fussbox a .fas,
.fussbox a .fab,
.fussbox a .far {display:inline-block;
font-size:1.8rem;
line-height:2.3rem;
height:2.5rem;
width:2rem;
margin:0 .3rem;
color:#259C8D;
text-shadow:1px 0px 1px #000;
background:transparent;
text-align:center;
border-radius:36rem;
}

.fussbox a:hover .fas,
.fussbox a:hover .fab,
.fussbox a:hover .far  {
color:#fff;
background:transparent;
text-shadow:1px 0px 1px #fff;
}



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

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

/* keine angabe */

}


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

.inhalt {padding:0 4vw; }
.bild-text {font-size:1.4rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_3b  {width: 33.33%;  }
.box-1_of_3c  {width: 50%; }
.box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

html {font-size:70%; }

}


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

.logo {
display:table;width:100%;
table-layout:fixed;
border-spacing:0rem;
}

.logobox-a {width:30rem;
display:table-cell;
vertical-align:middle;
}

.logobox-b {
display:table-cell;
vertical-align:bottom;
height:auto;
}



}


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

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

}


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

.name {
font-size:2.8rem;
line-height: 3rem;
}

.kopf {
display:table;width:100%;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
}

.kopfbox-a {display:table-cell;
vertical-align:middle;
}


.fuss {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
padding:2rem 1rem 1rem 1rem ;
}

.fussbox {display:table-cell;
width:33.33%;
text-align:left;
padding:1rem;
}

.fuss, .fuss a {font-size:1rem; }
.fuss h3 {font-size:1.2rem;letter-spacing:.1rem; }

}


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

html {font-size:80%; }

.spacer {padding:1rem 2rem; }

.kopfbox-a {padding:2rem 1rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_3c  {width: 33.33%; }
.box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}



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

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_4b  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */
}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {font-size:85%; }

.fuss {padding:4vh 10vw; }

}


/* ===================================== ab 1650 pixel ================================= */

@media (min-width: 1650px) {

.inhaltbox {padding:4vh 8vw; }

}






/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */