

/* = = = = = = = = = = = = = = = = = 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.6rem;
margin: 0 auto;
color:#000;background:silver;
}

h1, h2, h3, h4, h5 {color:black;
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.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}


/* allgemeine links */
a {color:#000;
text-decoration: underline;
}

a:hover  {color:#000;
text-decoration:none;
font-style:normal;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
white-space:pre-wrap;font-size:1.5rem;padding:1rem 0rem 1rem 0rem;
margin-bottom:2rem;text-align:center;border:solid 0.1rem #BFBFBF;
background:transparent;
border:solid 1px #DFDFDF;
color:#313131;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

.name {display:block;font-weight:bold;
letter-spacing:0.2rem;
margin:0rem;
padding:0rem;
font-size:1.8rem;
line-height: 2.2rem;
color:#CB1E2D;
text-transform:uppercase;
}


.slogan {display:block;font-weight:bold;
margin:0rem 0 1rem 1rem;
letter-spacing:0.2rem;
padding:0rem;
font-size:1.4rem;
line-height:2.2rem;
color:black;
text-transform:none;
}

#haupt {display:table;margin:0 auto;
box-shadow:0 0 80px rgba(0,0,0,.2);
}


/* button */

.button ul {width:28rem;
padding:0;
margin:0 auto;
}

.button li {list-style-type : none;
padding:.3rem .3rem;
margin:0;
border:0;
}

.button li a {display:table-cell;
text-decoration:none;
width:26rem;color: #fff;
text-align:center;
background:linear-gradient(to bottom, #afafaf 50% ,#808080 50%);
border-radius:1.2rem;
padding:1rem 1rem;
}

.button li a:hover {
color:#fff;
background:linear-gradient(to bottom, #DE2735 50% ,#A01823 50%);
}

/* button-liste */

.button.liste li a {text-align:left;padding:1rem 1rem 1rem 2rem; }





/* ############################################################ */
/* spacer  - zwischen-leisten */
/* seitentitel und sprung-pfeil (nach-unten-pfeil / nach-oben-pfeil */
/* ############################################################ */


/* spacer */

.spacer {margin:0 auto;
width:100%;
display:block;
min-height:2rem;
line-height:2rem;
padding:1rem 1rem;
color:#313131;
background:linear-gradient(to bottom,#A01621,  #CB1E2D, #A01621);
}

.spacer.eins {
text-align:right;
}

.spacer.zwei {
text-align:left;
}

.spacer.drei {
text-align:right;
}

.spacer a {color:transparent;
text-decoration:none;
}

/*  seitentitel */

.seitentitel {display:inline;
letter-spacing:0.2rem;
padding:0rem 1rem 0rem 1rem;
color:#fff;
}

/*  sprung-pfeil (nach-unten-pfeil / nach-oben-pfeil */

.jump-smooth {display:inline-block;vertical-align:middle;
color:#fff;
font-size:2.5rem;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
background:#343434;
color:#cacaca;
text-align:center;
padding:1rem .5rem  0rem .5rem;
}

.box {display:inline-block;
width:100%;
font-size:1.5rem;
vertical-align:top;text-align:left;
margin:0rem -.25rem 1rem -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_2b ,
.box-1_of_3 ,
.box-1_of_4
{width:100%;padding:0rem .5rem 0rem .5rem;
}

.bild-text {display:block;
margin:0rem;
padding: 1rem ;
}



/* ############################################################ */
/* bereich kopf */
/* ############################################################ */

.kopf {
display:block;
margin: 0 auto;
padding:0rem;
}

.kopfbox-a {display:block;
background:white;
padding:1rem;
text-align:center;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo {
display:block;
margin: 0 auto;
padding:0rem;
}

.logobox-a {
display:block;
text-align:left;
background:#333434;
padding:1rem;
}

.logobox-b {height:30rem;
display:block;
overflow:hidden;
text-align:left;
background-image:url(../images/picture06.jpg);/* fallback-bild- dieses bild erscheint nur, falls sie im html-bereich die komplette slideshow loeschen moechten*/
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
padding:0rem;
}



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt {display:block;min-height:90rem;
margin: 0 auto;
border-top:solid 1rem #F0F0F0 ;
padding:0rem 0rem 0rem 0rem;
}

.inhaltbox-a {display:block;
text-align:left;
padding:4rem 2rem 4rem 2rem;
background:white;
}

/* sidebar */

.inhaltbox-b {display:block;
text-align:left;
padding:0rem 2rem 4rem 2rem ;
background:white;
background:#EFEFEF;
}

.inhaltbox-b h3 {color:#000;
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2rem;
margin-bottom:1.5rem;
padding-bottom:1rem;
border-bottom:solid .1rem #AFAFAF;
}

.inhaltbox-b .wrapper-box {display:block;
background:#EFEFEF;
color:#363036;
text-align:center;
padding:1rem 0rem  1rem 0rem;
}

.inhaltbox-b .box-1_of_2
{width:100%;padding:1rem 0rem 1rem 0rem;
}

/* menu in sidebar */

.menu2 ,
.menu2  ul,
.menu2  li {
margin: 0;
padding: 0;
border: 0;
}

.menu2  {width:100%; }

.menu2 ul { display:block;
text-align:left;padding-left:2.2rem;
}

.menu2 li {
width:100%;
list-style-type: square;
}

.menu2 li a {display:inline-block;
line-height:2.4rem;
display : inline;
width : 100%;
text-align:left;
color:#2B2D2F;
text-decoration: none;
padding:.2rem;
}

.menu2 li a:hover {
background:#000;
color:#fff;
text-shadow:none;
text-decoration: none;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.fuss {display:block;
margin: 0 auto;
width:100%;
background:#151315;
color:#fff;
padding:4rem 0 1rem 0 ;
}

.fuss,
.fuss a {color:#BFBFBF;font-size:1.6rem;
}

.fussbox {display:block;
text-align:left;
padding:0 1rem 0 3rem;margin:0;
margin-bottom:3rem;
}

.fussbox h3 {font-weight:normal;text-transform:uppercase;
padding-bottom:.6rem;
font-size:1.8rem;
color:#fff;
text-align:left;
margin-top:0rem;
margin-bottom:1rem;
}


.fussname {background:#1f1f1f;
color:#CFCFCF;
padding:1rem .5rem;
text-transform:none;
letter-spacing:.2rem;
font-size:1.3rem;text-align:center;
}


/* 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%;
line-height:2.6rem;
padding-left:2rem;text-indent:-2rem; /* rückt gfls eine zweite zeile ein*/
}

.fussmenu2 li a {
display : inline;
width : 100%;
text-align:center;
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 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
font-size:1.2rem;
padding-right:.8rem;
content:"\f054";
color:#CB1E2D;
}

.fussmenu2 li a:hover:before {
color:orangered;
}


/*  die icons im fuss-bereich */

.fussbox i {display:inline-block;
font-size:1.6rem;
line-height:2rem;
height:2rem;
width:2rem;
margin:0 .5rem;
color:#DFDFDF;
background:transparent;
text-align:center;
border-radius:36rem;
}

.fussbox a:hover i  {
color:#fff;
background:transparent;
text-shadow:none;
}



/* ############################################################ */
/* 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) {

#haupt  {width:90vw; }

.inhaltbox-b {padding:0rem 4rem 4rem 4rem ; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_2  {width: 50%; }
.box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%; }

.inhaltbox-b {padding:0rem 1.5rem 4rem 1.5rem ; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box {font-size:1.4rem; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== 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;
background-size:auto;
}

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_3 {width: 33.33%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 680 pixel ================================== */
@media (min-width: 680px) {

html {font-size:64%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

#haupt  {width:100%; }

.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;
height:15rem;
}

.inhalt {width:100%;
display:table;height:100vh;
table-layout:fixed;
border-collapse:separate;
}

.inhaltbox-a {display:table-cell;
vertical-align:top;
padding:6rem 3rem 8rem 3rem;
}

.inhaltbox-b {display:table-cell;
width:24rem;
vertical-align:top;
border:none;
font-size:1.4rem;
padding:0rem 2rem 4rem 2rem;
}

.inhaltbox-b .bild-text {
padding:1rem 0 0 0 ;
}

.inhaltbox-b h3 {
font-size:1.7rem;
margin-top: 4rem;
}

.fuss {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
padding:4rem 1rem 4rem 1rem ;
}

.fussbox {display:table-cell;
width:33.33%;
text-align:left;
padding:1rem 1rem 1rem 1rem;
}

.fuss, .fuss a {font-size:1.2rem; }
.fuss h3 {font-size:1.5rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_2b {width: 50%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}



/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

html {font-size:69%; }

body {margin-top:4rem;margin-bottom:4rem; }

#haupt {width:95vw; }

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

#haupt  {width:80vw; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_4 {width: 25%;  }
/* - - - - - ende  GRID-SYSTEM  - - - - - */
}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

#haupt  { width:75vw; }

.inhaltbox-a {padding:6rem 6rem 8rem 6rem; }

}






/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */