﻿

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */




/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
font-family: 'robotolight', 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:#151F20;
background:#E4EAF2;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-size: 425px 425px;
background-position:50% 50%;
}

h1, h2, h3, h4, h5 {color:#182C3D;
font-weight:bold;
}


h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {text-align:center;
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;
}

h2:after {display:block;
border-top: 8px solid #38595F ;
width: 60px;
content: "";
margin: 0 auto;
margin-top: .5rem;
}

h3 {text-align:center;
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}


/* allgemeine links */

a {color:#151F20;
text-decoration: underline;
}

a:hover  {color:#151F20;
text-decoration:none;
font-style:normal;
}


/* quelltext-erklärungen - wenn vorhanden */

pre {font-family:'robotolight';white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 0rem 2rem 0rem;
margin-bottom:2rem;
text-align:center;
border:dashed 0.1rem #AFAFAF;
background:#fff;/* IE9 */
background:radial-gradient(#FAF8FA, white, #FAF8FA);
}

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:normal;background:rgba(0,0,0,.4);background:rgba(92,200,220,.4);
letter-spacing:0.2rem;
margin:0rem;
padding:0rem;
font-size:1.8rem;
line-height: 2.2rem;
color:#fff;
text-transform:uppercase;border-bottom:solid 1px #000;border-top:solid 1px #000;
padding: .5rem 1rem;box-shadow: 0 0 6px #CFCFCF;
}

.name:before {display:inline-block;
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. */

text-align:center;
content:"\f14e";
color:gold;position:relative;
top:0rem;
right:.6rem;
margin:0 auto;
}


/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;border:solid 1rem #f5f5f6;
box-shadow:0 0 2px #7F7F7F;
}

#haupt {display:table;
margin:0 auto;
width:100vw; border:solid 8px transparent;
}


/* weiter-links mit icon-pfeil vor den allgemeinen links im text - wie auf der startseite index.html zu sehen */

.inhalt  .weiter a  {white-space:nowrap; xtext-decoration:none}

.inhalt  .weiter a:before {display:inline-block;
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. */
content:"\f30b";
font-size:1.3rem;
text-decoration: none;
color:#343434;
margin-right:.5rem;
margin-left:.5rem;
transition:all .5s ease-out;
}

.inhalt  .weiter  a:hover:before {transform: rotate(1080deg);
color:steelblue;
}


/* ############################################################ */
/* spacer  - zwischen-leisten */
/* ############################################################ */

.spacer {display:block;
min-height:3rem;
margin:0 auto;
width:100%;
color:#fff;
background:#2f2f2f;/*IE9*/
background:linear-gradient(to top,black,#2f2f2f,black);
box-shadow: inset 0px 0px 10px #7f7f7f;
padding:.5rem 1rem;
}

.spacer.eins {
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
text-align:center;
}

.spacer.zwei {
border-top-left-radius:30px;
border-top-right-radius:30px;
text-align:right;
}

.spacer.drei {
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
text-align:center;
}

.spacer a {color:transparent;
text-decoration:none;
}


/*  die icons im spacer-bereich */

.spacer a .fas,
.spacer a .fab,
.spacer a .far {display:inline-block;
font-size:1.8rem;
line-height:2.3rem;
height:2.5rem;
width:2rem;
margin:0 .3rem;
color:#fff;
text-shadow:0 0 2px #000;
background:transparent;
text-align:center;
border-radius:36rem;
transition:all .3s;
}

.spacer a:hover .fas,
.spacer a:hover .fab,
.spacer a:hover .far  {
color:#fff;
background:transparent;
text-shadow:none;
transform:scale(1.2);
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
background:transparent;
text-align:center;
padding:1rem .5rem  0rem .5rem;
box-shadow:none;
}

.box {display:inline-block;
width:100%;
font-size:1.5rem;
padding:0rem .5rem 0rem .5rem;
vertical-align:top;text-align:left;
margin:0rem -.25rem 1rem -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

#gallery .box:hover img {border:solid 1rem #fff; }

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_3b ,
.box-1_of_4,
.box-1_of_4c
{width:100%;
}

.box-1_of_4b
{width:50%;
}

.bild-text {display:block;background:transparent;
margin:0rem;
padding: 1rem ;color:#000;
}

.bild-text b {color:#4A7880;font-weight:bold;text-transform:uppercase;
}


/* ############################################################ */
/* bereich kopf */
/* ############################################################ */

.kopf {
display:block;
margin: 0 auto;
padding:0rem 0;
}

.kopfbox-a {display:block;
background:#4f4f4f;/*IE9*/
background:linear-gradient(to right,#7f7f7f,#000,#7f7f7f);
box-shadow: inset 0px 0px 30px #000;
border-top-left-radius:30px;
border-top-right-radius:30px;
padding:3rem 0rem;
text-align:center;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo {
display:block;
margin: 0 auto;
padding:0rem;background-image:url(../images/picture14.jpg);
background-repeat:no-repeat;
background-position:50% 45%;
background-size:cover;
}

/*  andere bilder auf den unterseiten */
.logo.pic-index1 {background-image:url(../images/picture05.jpg); }
.logo.pic-index2 {background-image:url(../images/picture09.jpg); }
.logo.pic-index3 {background-image:url(../images/picture10.jpg); }
.logo.pic-index4 {background-image:url(../images/picture13.jpg); }
.logo.pic-index5 {background-image:url(../images/picture07.jpg); }
.logo.pic-index6 {background-image:url(../images/picture12.jpg); }


.logobox-a {
display:block;
text-align:left;
background:rgba(0,0,0,.5);
padding:2rem 1rem;
}

.logobox-b {height:20rem;
display:table;width:100%;
padding:.5rem;
}

/*  die icons im kopfbereich */

.start-jump-icon {display:table-cell;
text-align:center;vertical-align:middle;
color:#fff;
text-shadow:none;
}

.start-jump-icon a {text-decoration:none; }

.start-jump-icon a .fas,
.start-jump-icon a .fab,
.start-jump-icon 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;
box-shadow:0 0 0 5px white, inset 0 0 7px #9F9F9F ;
color:#CB1E2D;
text-shadow:0px 0px 1px black;
}

.start-jump-icon a:hover .fas,
.start-jump-icon a:hover .fab,
.start-jump-icon a:hover .far  {
color:black;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt {display:block;min-height:50rem;
margin: 0 auto;
padding:0rem;
}

.inhaltbox-a {display:block;
text-align:left;
padding:4rem 1rem 4rem 1rem;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */


.fuss {display:block;
margin: 0 auto;
width:100%;
background:#343434;/*IE9*/
background:radial-gradient(circle,#000,#343434);
padding:3rem 0 1rem 0 ;
box-shadow: inset 0px 0px 3px #000;
}

.fuss, .fuss a {color:#fff;font-size:1.5rem;text-decoration:none;
}

/*  die icons im fuss-bereich */

.fuss .fas,
.fuss .fab,
.fuss .far,
.fuss a .fas,
.fuss a .fab,
.fuss a .far {display:none;
width:2rem;
margin:0 0 0 .3rem ;
color:#5A8E98;
text-align:center;
}


.fuss a:hover  {
color:gold;
background:transparent;
text-shadow:none;
text-decoration:underline;
}

.fuss a:hover .fas,
.fuss a:hover .fab,
.fuss a:hover .far  {
color:#fff;
}

.fussbox-a {display:block;
padding:0 0 0 1rem;margin:0 auto;
margin-bottom:3rem;
width:28rem;
}

.fussbox-b {display:block;
padding:0 0 0 1rem;margin:0 auto;
margin-bottom:3rem;
width:28rem;
}


/* fussmenu 2 */

.fussmenu2 ,
.fussmenu2  ul,
.fussmenu2  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.fussmenu2  {width:100%; }

.fussmenu2 ul { }

.fussmenu2 li { display: block;
width:100%;
padding-left:1rem;
}

.fussmenu2 li a {
display : inline-block;
width : 100%;
color:#fff;
text-decoration: none;
text-indent:-3rem;padding-left:1rem; /* rückt gfls eine zweite zeile ein*/
}

.fussmenu2 li a:hover {
color:gold;
text-shadow:none;
background:transparent;
}


/*  die icons (pfeile) im fussmenu2 */

.fussmenu2 li a:before {display:inline-block;text-indent:0;
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. */

width:3rem;height:2rem;line-height:2rem;
font-size:1rem;
text-align:center;
content:"\f124";
color:#5A8E98;
transform:rotate(10deg);
transition:all .3s;
}

.fussmenu2 li a:hover:before {
color:#fff;
transform:rotate(40deg);
}



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

#haupt  {border:solid 16px transparent; }

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.logo {
display:table;width:100%;
table-layout:fixed;
border-spacing:0rem;
}

.logobox-a {width:26rem;
display:table-cell;
vertical-align:middle;
}

.logobox-b {
display:table-cell;
vertical-align:middle;text-align:center;
background-size:auto;
}

.start-jump-icon {display:inline; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_3b  {width: 50%;  }
.box-1_of_4  {width: 50%; }
.box-1_of_4b  {width: 25%; }
.box-1_of_4c  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%; }

#haupt  { width:95vw; }

.fuss {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
padding:1rem 1rem 1rem 1rem ;
}

.fussbox-a {display:table-cell;
width:50%;
text-align:right;
padding:1rem 1rem 1rem 1rem;
}

.fussbox-b {display:table-cell;
width:50%;
text-align:left;
padding:1rem 1rem 1rem 1rem;
}

.fuss, .fuss a {font-size:1.2rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box {font-size:1.4rem; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.name {
font-size:2.4rem;
line-height: 3.2rem;
}

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 680 pixel ================================== */
@media (min-width: 680px) {

html {font-size:80%; }

.start-jump-icon {display:none; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

h3 {text-align:left; }

.kopf {
display:table;width:100%;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
padding:0;
}

.kopfbox-a {display:table-cell;
vertical-align:middle;
}

.inhalt {
display:table;height:100vh;
table-layout:fixed;
border-collapse:separate;
}

.inhaltbox-a {display:table-cell;
vertical-align:top;
padding:5rem 2rem 8rem 2rem;
}


.fuss .fas,
.fuss .fab,
.fuss .far {display:inline-block; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {


/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_3b  {width: 33.33%;  }
.box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

html {font-size:85%; }

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

#haupt  { width:90vw;margin-bottom:2rem;margin-top:2rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_4c  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

#haupt  { width:85vw; }

}






/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */