

/* = = = = = = = = = = = = = = = = = 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', 'Open Sans', helvetica, roboto , arial, tahoma, georgia, Verdana, Segoe, sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.6rem;
margin: 0 auto;
color:#203A51;
background:#EFEFEF;
}

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


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

h2 {text-align:center;font-weight:normal;
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;font-family:'old_standard_ttitalic';
}

h2:after {display:block;
border-top: 8px solid indianred ;
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;
}


h7 {display:block;
letter-spacing:0rem;
margin-bottom:2.0rem;
padding-left:0rem;
font-size:1.3rem;
font-weight:lighter;
text-transform:normal;
}



/* allgemeine links */
a {color:#203A51;
text-decoration: underline;
}

a:hover  {color:#203A51;
text-decoration:none;
font-style:normal;
}

/* quelltext-erklärungen - wenn vorhanden */

pre {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;
border-radius:1.5rem;
}

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


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

.name {display:block;font-weight:bold;
letter-spacing:0.2rem;
margin:0rem;
padding:0rem;
font-size:1.8rem;
line-height: 2.2rem;
color:#fff;
text-transform:normal;font-family:'old_standard_ttitalic';
}

.slogan {display:block;font-weight:bold;
margin:0rem 0 0rem 1rem;
letter-spacing:0.2rem;
padding:0rem;
font-size:1.4rem;
line-height:2.2rem;
color:#F5DEDF;
text-transform:none;font-family:'old_standard_ttregular';
}

.text {display:block;
letter-spacing:0rem;
margin:0rem;
padding:0rem;
font-size:1.3rem;
line-height: 1rem;
color:#fff;
text-transform:normal;font-family:'old_standard_ttregular';
}

.thema {display:left; font-weight:bold;
letter-spacing:0rem;
margin:0rem;
padding:0rem;
font-size:1.8rem;
line-height: 1rem;
text-transform:normal;
}

.klein {display:block; font-weight:lighter;
letter-spacing:0rem;
margin:0rem;
padding-left:2rem;
padding-top:0.6rem;
padding-bottom:1.5rem;
font-size:1.3rem;
text-transform:normal;
}


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

#haupt {display:table;
background:white;
margin:0 auto;
width:100vw;
border:solid 8px transparent;
}


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

.spacer {display:block;
min-height:3rem;
margin:0 auto;
width:100%;
color:#fff;
background:#4F4F4F;
box-shadow:none;
padding:.5rem 1rem;
}

.spacer.eins {
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
text-align:right;
}

.spacer.zwei {background:#4F4F4F;
border-top-left-radius:30px;
border-top-right-radius:30px;
text-align:right;
}

.spacer.drei {background:#4F4F4F;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
text-align:right;
}

.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:none;
background:transparent;
text-align:center;
border-radius:36rem;
transition:all .3s;
}

.spacer a:hover .fas,
.spacer a:hover .fab,
.spacer a:hover .far  {
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 img {transition:all .3s;  }
#gallery .box:hover img {border-radius:0rem; }

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

#gallery .box-1_of_3b {width:100%; }

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

.bild-text b {color:#203A51;font-weight:bold;text-transform:uppercase;
}


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

.kopf {
display:block;
margin: 0 auto;background:indianred;
padding:1rem 0;
border-top-left-radius:30px;
border-top-right-radius:30px;
}

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



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

.logo {
display:block;
margin: 0 auto;
padding:0rem;background:#343434;
background-image:url(../images/logo1.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

.logobox-a {
display:block;
text-align:left;
background:#343434;
padding:2rem 1rem;
box-shadow:none;
}

.logobox-b {height:20rem;
display:table;width:100%;

padding:.5rem;
box-shadow:none;
}

/*  andere bilder auf den unterseiten */
.logo.pic-index1 {background-image:url(../images/logo2.jpg); }
.logo.pic-index2 {background-image:url(../images/logo3.jpg); }
.logo.pic-index3 {background-image:url(../images/logo4.jpg); }
.logo.pic-index4 {background-image:url(../images/logo5.jpg); }
.logo.pic-index5 {background-image:url(../images/logo6.jpg); }
.logo.pic-index6 {background-image:url(../images/logo7.jpg); }
.logo.pic-index7 {background-image:url(../images/logo8.jpg); }


/*  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:table-cell;
text-align:center;vertical-align:middle;
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:none;
}

.start-jump-icon a:hover .fas,
.start-jump-icon a:hover .fab,
.start-jump-icon a:hover .far  {
color:#CB1E2D;
}


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

.inhalt {display:block;min-height:90rem;
background:#fff;
margin: 0 auto;
padding:0rem;
box-shadow:none;
}

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


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


.fuss {display:block;
margin: 0 auto;
width:100%;
background:indianred;
padding:3rem 0 1rem 0 ;
box-shadow:none;
}

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

.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;
}

/*  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:#FFFFFF;
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:none;
}


/* fussmenu 2 */

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

.fussmenu2  {width:100%; }

.fussmenu2 ul {text-align:xleft; }

.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%;
color:#fff;
text-decoration: none;
padding:.6rem;
margin-left:-0.5rem;
}

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


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

.fussmenu2 li a:hover:before {
color:#fff;
}



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

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

#haupt  {border:solid 20px transparent;
border-radius:50px;
}

}


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

#haupt  {border:solid 25px transparent; }

.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%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

html {font-size:70%; }

#haupt  {margin-bottom:1rem;margin-top:1rem; }

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

#haupt  { width:95vw; }

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

}


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

html {font-size:80%; }

}


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

h3 {text-align:left; }

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

.slogan {
font-size:1.8rem;
}

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

.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;
}

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

}


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


/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_3b  {width: 33.33%;  }
.box-1_of_4  {width: 25%; }
#gallery .box-1_of_3b {width: 33%;  }
/* - - - - - 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; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

#haupt  { width:80vw; }

}






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