

/* = = = = = = = = = = = = = = = = = 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;
overflow-x:hidden;
}

h1, h2, h3, h4, h5 {
font-weight:normal;color:#294B67;
}

h1 {font-family:'bungeeregular';
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {text-align:center;text-transform:uppercase;font-family:'bungeeregular';
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;
}

h2:after {display:block;
width: 60px;
content: "";
margin: 0 auto;
margin-top:.5rem;
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:"\f7e5";
color:#294B67;
border-top: 8px solid transparent;
transform:rotate(42deg);
}


h3 {text-align:center;
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
text-transform:uppercase;
}


/* quelltext-erklärungen - wenn vorhanden */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'robotolight', tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:0 auto;
margin-bottom:2rem;
text-align:center;
border:dashed 0.1rem black;
background:transparent;
}

pre .extra {display:inline-block;position:absolute;left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:bold;background:#FF0034;;padding:0 .5rem;
transform:rotate(-45deg);
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
background:transparent;
text-align:center;
padding:0rem;
}

.box {display:inline-block;
width:100%;
padding:.5rem;
vertical-align:top;text-align:left;
margin:0rem -.22rem -.22rem -.22rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.information .box {padding:0 }

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_3b ,
.box-1_of_4,
.box-1_of_4b,
.information.info-1 .box-1_of_4 ,
.information.info-2 .box-1_of_3 ,
.information.info-3 .box-1_of_3 {width:100%;
}
.information.info-2 .box-1_of_3 {width: 50%; }

.box-1_of_3c {width:33.33%; }
.box-1_of_4c {width:50%; }

#gallery-01 .box {padding:0rem; }
#gallery-01 .box-1_of_3  {width:33.33%; }
#gallery-01 .box-1_of_4  {width:50%; }
#gallery-01 .box:hover img {filter: saturate(500%) }

#quick-gallery-01 .box-1_of_3  {width:33.33%;border:solid 1px transparent; padding:2px }
#quick-gallery-01 .box-1_of_4  {width:25%;border:solid 1px transparent; padding:2px }
#quick-gallery-01 .box-1_of_5  {width:20%;border:solid 1px transparent; padding:2px }
#quick-gallery-01 .box:hover  { border:solid 1px red; }

.bild-text {display:block;background:transparent;
margin:0rem;
padding: 1rem 1rem 1rem 0 ;
}

.bild-text b {font-weight:bold;text-transform:uppercase; }


/* ############################################################ */
/* bereich header - besteht aus  logo-bereich  und menü*/
/* ############################################################ */

header {height:100vh;background:#000;
background-image:url(../images/logo00.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
overflow:hidden;
box-shadow:inset 0 0 100px rgba(0,0,0,.5);
border-bottom: solid 1rem #14262E;
border-top: solid 1rem #14262E
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo {height:100%;
display:block;
margin: 0 auto;
padding:0rem;
}

.logobox-a { height:100%;
display:table;width:100%;
table-layout:fixed;
border-spacing:0 0 ;
padding:2rem;
}

.name-wrapper {display:table-cell;
text-align:center;vertical-align:middle;
}

.name {display:inline-block;font-family:'bungeeregular';
background:rgba(0,0,0,.5);
font-weight:bold;
letter-spacing:0.2rem;
margin:0rem;
padding:3rem 1rem;
font-size:1.8rem;
line-height: 2.2rem;
color:#FF0034;
text-transform:none;
}

.name span {display:block;font-weight:bold;font-family:arial;
padding:0rem;
font-size:1.4rem;
line-height:2.2rem;
color:#fff;
text-transform:none;
}

.name .seitentitel {font-weight:normal;
text-transform:uppercase;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */


.inhalt {position:relative;z-index:0: }

.section-inhalt {display:block;
width:100%;
margin:0;
padding:0rem;
background:#fff;
color:#294B67;
}

.inhaltbox-a {
display:block;
width:100%;
min-height:10vh;
margin: 0 auto;
padding:3rem 2rem;
text-align:left;
}


.inhalt h1,
.inhalt h2,
.inhalt h3,
.inhalt h4 {
color:#294B67;
}

/* allgemeine links */
.inhalt a {color:#294B67;
text-decoration: underline;
}

.inhalt a:hover  {color:#294B67;
text-decoration:none;
}

/* horizontale linie */
.inhalt hr {background:transparent;width:70%;
height:1px;color:rgba(240,240,240,.7);
margin:0 auto;
}

/* pfeile im slider (bildwechsler) */

#slider a {color:white;
text-decoration: none; }

#slider a:hover  {color:red; }



/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) {
background:#F3F8FC;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {
background:white;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - hintergrundbild für den zweiten abschnitt. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(2) {
color:#000;
background-image:url(../images/IMG_0239_2.JPG);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - NUR der vierte (4) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(4) {
background:#CFCFCF;
}

.section-inhalt:nth-child(4) .inhaltbox-a {
padding:0rem;min-height:auto;
}


.section-inhalt:nth-child(4) h2:after {
border-top: 8px solid transparent;
}


/* allgemeine links */
.section-inhalt:nth-child(4) a {color:#afafaf;
text-decoration: underline;
}

.section-inhalt:nth-child(4) a:hover  {color:#fff;
text-decoration:none;
}





/*  ----------------------------------------  */
/*  NTH-CHILD - hintergrundbild für den siebten abschnitt. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(7) {
color:#000;
background-image:url(../images/logo02.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}


/*  ----------------------------------------  */
/*  information | info-1 , info-2 und info-3  */
/*  ----------------------------------------  */

.information  {display:block;
margin:0 auto;
padding:0rem 0rem;
}

.information .box {
padding:2rem 1rem;
margin-bottom:1rem;
}

.information h4 {text-transform:uppercase;text-align:center;
font-weight:bold;margin-bottom:1.5rem;margin-top:1.5rem;
padding:0rem 0rem;
}

.information article  {display:table;width:100%;
list-style-type: none;
padding: 0rem 0 3rem 0;
text-align:left;
}

.information  article:before {padding:0;display: block;
text-align:center;margin:0 auto;
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. */
}


/* - - - - - info-1 - - - - - */

.information.info-1 article:before {
color:gold;
background:transparent;
}

.information.info-1 article:before {
font-size:4rem;
height:8rem;width:8rem;
padding-top:0rem;
border:outset 1rem #F3F8FC;border-radius:36rem;
color:white;
background:#9F0020;
}

.information.info-1 article.icon1:before {content:"\f773"; }
.information.info-1 article.icon2:before {content:"\f2cc"; }
.information.info-1 article.icon3:before {content:"\f13d"; }
.information.info-1 article.icon4:before {content:"\f5c5"; }


/* - - - - - info-2 - - - - - */

.information.info-2 article:before {
font-size:5.2rem;
height:10rem;width:10rem;
padding-top:0rem;
color:white;
background:steelblue; /* IE9 */
background:linear-gradient(to right, dodgerblue, lightskyblue , dodgerblue);
border-radius:36rem;
border:outset 1rem steelblue;
}

.information.info-2 h4 {text-transform:none;}

.information.info-2 article.icon1:before {content:"\f45f"; }
.information.info-2 article.icon2:before {content:"\f72e"; }
.information.info-2 article.icon3:before {content:"\f186"; }
.information.info-2 article.icon4:before {content:"\f578"; }
.information.info-2 article.icon5:before {content:"\f206"; }
.information.info-2 article.icon6:before {content:"\f45d"; }


/* - - - - - info-3 - - - - - */

.information.info-3 h4 {color:#000;}

.information.info-3 article {
text-align:center;
}

.information.info-3 .box {
background:lightskyblue; /* IE9 */
background:rgba(255,255,255,.7);
color:#000;
}

.information.info-3 article:before {
font-size:6rem;
height:8rem;width:8rem;
color:steelblue;
border-radius:36rem;
}

.information.info-3 article.icon1:before {content:"\f5c4"; }
.information.info-3 article.icon2:before {content:"\f185"; }
.information.info-3 article.icon3:before {content:"\f5ca"; }
.information.info-3 article.icon4:before {content:"\f810"; }
.information.info-3 article.icon5:before {content:"\f769"; }
.information.info-3 article.icon6:before {content:"\f561"; }

/*  link WEITER-BUTTON */

.information.info-3 span.weiter a {color:#fff;
background:#9F0020;
text-decoration:none;
padding:.4rem 1.6rem .4rem 1.2rem;
border-radius:8rem;
}

.information.info-3 span.weiter a:hover {color:#fff;
background:black;
text-decoration:none;
}

.information.info-3 .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" ;
color:white;
padding:.2rem 0;
margin:0 .6rem 0em .4rem;
transition:transform .4s ease-out;
}

.information.info-3 .weiter  a:hover:before {
transform:  rotate(360deg);color:dodgerblue;
}


/*  ----------------------------------------  */
/*  box NOTIZBOX                              */
/*  ----------------------------------------  */

.notizbox {
display:block;
width:100%;
padding:0rem 0;
margin:0;
}

.notiz  {min-height:20rem;
display:inline-block;
width: 100%;
padding:3rem  .5rem 2rem .5rem;
margin:0rem 0 0 0;
text-align:left;
}

.notiz b {text-transform:uppercase;display:inline-block;
font-weight:bold;font-size:1.6rem;margin:0rem;padding:0
}
.notiz b:after {display:inline;
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:"\f185" ;
padding-left:.5rem;
padding-right:.5rem;
color:orange;
}

.notiz p {margin:0rem 0 1.5rem 0 ;}


/* button notiz */

.notiz span.weiter a {display:inline-block;
color:white;
background:#294B67;
text-decoration:none;
padding:.4rem 2.5rem;
margin-top:1rem;
border-radius:8rem;
}

.notiz span.weiter a:hover {color:#fff;
background:#6F6F6F;
text-decoration:none;
}




/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#1f1f1f; /* IE9 */
background:linear-gradient(to right, #1F1F1F, #343434,#1F1F1F);
border-top:solid 1rem #14262e;
background-image:url(../images/pattern03.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

.fuss {display:block;
margin: 0 auto;
width:100%;
padding:6rem 0 6rem 0 ;
}

.fuss,
.fuss a {color:#fff;
font-size:1.5rem;
}

.fussbox {display:block;
text-align:left;
padding: 1rem 1rem 2rem 1rem;margin:0 auto;
margin-bottom:3rem;
width:28rem;
border-radius:2rem;
background:#14262E;
}

.fussbox:nth-child(2) {background:#9F0020; }

.fussbox b {color:gold;font-weight:bold; }

.fussbox h3 {display:block;
padding-bottom:.6rem;
font-size:1.6rem;
color:white;font-weight:bold;
text-align:right;
margin-right:0rem;
margin-bottom:1rem;
}

.fussbox h3:first-letter {
color:gold;border-bottom:solid 2px yellow;
}

/* 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:#fff;
text-decoration: none;
padding:.6rem;
margin-left:-0.5rem;
}

.fussmenu2 li a:hover {
color:#fff;
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:#FA0034;
}

.fussmenu2 li a:hover:before {
color:white;
}


/*  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:#FF2450;
background:transparent;
}



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

.inhaltbox-a {padding:5rem 3rem 8rem 3rem; }
}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.information.info-3  {width:70%; }

/* - - - - -   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: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

header  {  height:37rem; }

.inhaltbox-a {padding:5rem 4rem 8rem 4rem; }
h3 {text-align:left; }

.box {font-size:1.5rem; }
.information.info-3  {width: 70%;}
.information.info-3 .box {padding:2rem 4rem; }


/* - - - - -  GRID-SYSTEM  - - - - - */
.information.info-1 .box-1_of_4 {width: 50%; }
.information.info-2 .box-1_of_3 {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.fuss {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:1rem;
padding:2rem 1rem 1rem 1rem ;
}

.fussbox {display:table-cell;
width:33.33%;
vertical-align:top;
}

.fuss, .fuss a {font-size:1.1rem; }
.fuss h3 {font-size:1.2rem;letter-spacing:.1rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

html {font-size:80%; }

.information .box {padding:0rem 1rem ; }
.information.info-3  {width: 100%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_3b  {width: 33.33%; }
.box-1_of_4  {width: 25%; }
.box-1_of_4c  {width: 25%; }
#gallery-01 .box-1_of_4  {width:25%; }

.information.info-3 { display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.6rem;
}
.information.info-3 .box {display:table-cell;
height:26rem;
width:33.33%;
padding:0rem 1.5rem;
}
.notizbox { font-size:1.3rem;display:table;border-spacing:2rem 0; }
.notiz  {display:table-cell;height:20rem;width:50%;vertical-align:middle; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

html {font-size:85%; }

.inhaltbox-a {padding:4rem 6vw;}
.fuss {padding:4vh 10vw; }
}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {



}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

.inhaltbox-a {padding:4rem 10vw 8rem 10vw }

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */