

/* = = = = = = = = = = = = = = = = = 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:#000;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 3.2rem;
}

h2 {text-align:center;text-transform:uppercase;
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;
}


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 0rem 2rem 0rem;
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:#CA130F;padding:0 .5rem;
transform:rotate(-45deg);
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */


/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

/* liste */
.liste-meine li {padding:1rem 0;
margin-left:-2rem;
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: underline;
}

a:hover {color:#000;
text-decoration: none  ;
}


/*  ----------------------------------------  */
/*  link WEITER */
/*  ----------------------------------------  */

.weiter a {color:#000;
background:transparent;
padding:.2rem .6rem .2rem .2rem;
border-radius:8rem;
text-decoration:none;
}

.weiter a:hover {color:#000;
background:transparent;
text-decoration:underline;
}

.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:#4F4F4F;
text-decoration:none;
padding:.2rem 0;
margin:0 .6rem 0em .4rem;
transition:transform .4s ease-out;
}

.weiter a:hover:before {
transform:  rotate(360deg);color:steelblue;
}


/*  ----------------------------------------  */
/*  link WEITER-BUTTON */
/*  ----------------------------------------  */

.button .weiter a {color:#fff;font-family:'old_standard_ttregular';
background:#93A89C;
text-decoration:none;
padding:.4rem 1rem .4rem .5rem;
border-radius:8rem;
}

.button .weiter a:hover {color:#fff;
background:#F20000;
}


/* icon-font vorangestellt */

.button .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:#fff;
padding:.2rem 0;
margin:0 .5rem 0em .5rem;
transition:transform .4s ease-out;
}

.button .weiter a:hover:before {
transform:  rotate(360deg);color:#fff;
}


/*  ----------------------------------------  */
/*  link MEHR LESEN-BUTTON - button für die boxfenster */
/*  ----------------------------------------  */

.button .mehr_lesen {display:inline-block;color:#fff;font-family:'old_standard_ttregular';
background:black;
text-decoration:none;
padding:.2rem 1rem .2rem .5rem;
border-radius:8rem;
cursor:pointer;
}

.button .mehr_lesen:hover {color:#fff;
background:firebrick;
}


/* icon-font vorangestellt */

.button .mehr_lesen: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:"\f05a" ;
color:#FFFFFF;
padding:.2rem 0;
margin:0 .5rem 0em .5rem;
transition:transform .4s ease-out;
}

.button .mehr_lesen:hover:before {
transform:  rotate(1080deg);
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.box {display:inline-block;
width:100%;
padding:.5rem;
vertical-align:top;text-align:center;
margin:0rem -.22rem -.22rem -.22rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.notiz .box-1_of_1,
.information .box-1_of_3,
.products .box-1_of_4  {width:100%;
}

.box-1_of_4,
.box-1_of_4b  {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 {opacity:.4 }




/* ############################################################ */
/* bereich header - besteht aus  logo-bereich  und menü*/
/* ############################################################ */

header {background:#fff;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo {
display:table;width:100%;
border-spacing:0 0 ;
padding:0rem;
}

.logobox-a1 {display:table-cell;
text-align:left;vertical-align:middle;
padding:0 .5rem 0 1rem ;
}

.logobox-a2 {display:table-cell;
text-align:left;vertical-align:middle;
padding:0rem 0rem;
}

.logo-2 { height:100vh;
display:table;width:100%;
table-layout:fixed;
border-spacing:0 0 ;
padding:2rem;background-image:url(../images/logo01.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

.name-wrapper {display:table-cell;
text-align:center;vertical-align:middle;
}

.name {display:inline-block;font-family:'bungeeregular';
background:transparent;
color:#CA130F;
font-weight:bold;
letter-spacing:1px;
margin:0rem;
padding:1rem .5rem;
font-size:1.5rem;
line-height: 2rem;
text-transform:none;
}

/* horizontale linie */
.logo hr {background:white;width:60%;
height:1px;color:white
}

.pfeil a {color:black;font-size:1.4rem;
padding:0;
margin:0;text-decoration:none;
}

.pfeil a:hover {color:white;
}

.pfeil .fas {color:palevioletred;
padding:.5rem;
margin:0;
}

.pfeil:hover .fas {color:white         ;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt {position:relative; }

.section-inhalt {display:block;
width:100%;
margin:0;
padding:0rem;
color:#000;
}

.inhaltbox-a {
display:block;
width:100%;
min-height:10vh;
margin: 0 auto;
padding:3rem 2rem;
text-align:left;
}

.inhaltbox-a .icon-about .fas {font-size:5rem;color:#F20000 }


/* horizontale linie */
.schalter hr,
.inhalt hr {background:transparent;width:70%;
height:1px;color:rgba(240,240,240,.5);
margin:0 auto;
}

/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) {
background:white;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {
background:#D2DBD6;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (4) nur der dritte abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(4) {
background:#1f1f1f;color:#CFCFCF;

}

.section-inhalt:nth-child(4) h1,
.section-inhalt:nth-child(4) h2,
.section-inhalt:nth-child(4) h3,
.section-inhalt:nth-child(4) h4 {
color:#CFCFCF;
}


/* normale links */

.section-inhalt:nth-child(4) a {color:#CFCFCF; }
.section-inhalt:nth-child(4) a:hover {color:#CFCFCF; }


/*  ----------------------------------------  */
/*  information / products  */
/*  ----------------------------------------  */

.information,
.products  {display:block;
margin:0 auto;
padding:0rem;
}

.information .box ,
.products .box {
margin-bottom:1rem;
}

.information article  {display:table;width:100%;
padding: 1rem 0 3rem 0;
text-align:center;
}

.products article  {display:table;width:100%;
padding: 1rem 0 3rem 0;
text-align:center;border:solid 1px white;
}

.products .box:nth-child(1) article {
border-bottom-right-radius:8rem;
}

.products .box:nth-child(2) article {
border-top-right-radius:8rem;border-bottom-left-radius:8rem;
}

.products .box:nth-child(3) article {
border-top-left-radius:8rem;border-bottom-right-radius:8rem;
}

.products .box:nth-child(4) article {
border-bottom-left-radius:8rem;
}

.information  article:before ,
.products  article:before {display: inline-block;
padding:0;
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. */
font-size:4rem;
height:6rem;width:6rem;
color:white;
border-radius:36rem;
}



.products article.icon1:before {content:"\f965"; }
.products article.icon2:before {content:"\f2a7"; }
.products article.icon3:before {content:"\f968"; }
.products article.icon4:before {content:"\f11c"; }

.products article.icon5:before {content:"\f291"; }
.products article.icon6:before {content:"\f961"; }
.products article.icon7:before {content:"\f29a"; }
.products article.icon8:before {content:"\f549"; }


.information h4 ,
.products h4 {text-transform:uppercase;text-align:center;
font-weight:bold;margin-bottom:1.5rem;margin-top:1.5rem;
padding:0rem 0rem;color:#000
}


/*  ----------------------------------------  */
/*  SLIDER                            */
/*  ----------------------------------------  */


.testimonials img {border-radius:36rem; }

/* = = = jquery slider SliCK = = = */
/* hinweis: die css-klassen - .single-item und .responsive - kommen vom jquery-slider-script SLlCK*/

.myslider img {padding:0 .5rem ;text-align:center;}
.myslider.text  {padding:0 2rem ;text-align:center;color:#000;}
/* = = = ende jquery slider SLACK = = = */



/*  ----------------------------------------  */
/*  box NOTIZBOX                              */
/*  ----------------------------------------  */

.notizbox {
display:block;
width:100%;
padding:0rem 0;
margin:0;
}

.notiz  {
display:inline-block;
width: 100%;
padding:1rem  .5rem 1rem .5rem;
margin:0rem 0 0 0;
text-align:left;
}

.notiz p {margin:0rem 0 1.5rem 0 ;}

.notiz .fas {font-size:5rem;color:#F20000 }


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#1f1f1f; /* IE9 */
background:linear-gradient(to right, #1F1F1F, #3F3F3F,#1F1F1F);
border-top:solid 1rem silver;
}

.fuss {display:block;
margin: 0 auto;
width:100%;
padding:3rem 0 3rem 0 ;
}

.fuss,
.fuss a {color:#9F9F9F;text-decoration:none;
font-size:1.5rem;
}

.fuss a:hover {color:#fff;text-decoration:underline;
}


/* horizontale linie */
footer hr {background:#4f4f4f;width:70%;
height:1px;color:rgba(0,0,0,.4);
margin:0 auto;
}

.fussbox {display:block;
text-align:center;
padding:0rem 1rem;
margin:0 auto;
margin-bottom:3rem;
width:28rem;
border-radius:2rem;
background:transparent;
}

.fussbox article  {display:table;width:100%;
padding:0;
}

.fussbox  article:before {display: table-row;
vertical-align:top;
font-size:3rem;
width:3rem;
color:#B6C7BF ;
text-shadow: 0 0 1px black;
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. */
}


.fussbox  article.f1:before {content:"\f2bb"; }
.fussbox  article.f2:before  {content:"\f0e0"; }
.fussbox  article.f3:before  {content:"\f015"; }


.fussbox h3 {display:block;
padding-bottom:.6rem;text-align:center;
font-size:1.6rem;
color:white;font-weight:bold;
margin-bottom:1rem;
}

.fussbox h3:first-letter {
color:#E2E9E6;border-bottom:solid 2px #D40C0C;
}


/* === fuss2-bereich === */

.fuss2 {display:block;
text-align:center;
padding:3rem 0 ;
}


/* fussmenu */

.fussmenu ,
.fussmenu  ul,
.fussmenu  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.fussmenu  {width:100%; }

.fussmenu ul {text-align:center;padding:0 0 1rem 0 }

.fussmenu li { display: inline;
width:100%;
padding:0 .5rem;
}

.fussmenu li a {font-size:1.5rem;
display : inline;
width : 100%;
text-align:center;
color:#BCC5DA;
text-decoration: none;
padding:.2rem;
margin-left:-0.5rem;
}

.fussmenu li a:hover {
color:white;
background:transparent;
text-decoration: none;
}


/*  die icons im fuss2-bereich */

.fuss2 a .fas,
.fuss2 a .fab,
.fuss2 a .far {display:inline-block;
font-size:1.6rem;
line-height:2rem;
height:2rem;
width:2rem;
margin:0 .3rem;
color:#fff;
background:transparent;
text-align:center;
}

.fuss2 a:hover .fas,
.fuss2 a:hover .fab,
.fuss2 a:hover .far  {
color:tomato;
background:transparent;
}




/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/*
 - hinweis zum verständnis -
für die kleinste smartphone-auflösung von 320 pixel benötigen wir KEINE bildschirmabragen (media queries),
denn hierfür gilt ja automtisch der gesamte vorstehende quelltext-code  -
weil wir das template ja 'MOBILE-FIRST' angelegt haben.
*/

}


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

.inhaltbox-a {padding:5rem 3rem 8rem 3rem; }
}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {


/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_1  {width: 70%;  }
.notiz .box-1_of_1  {width: 70%;  }
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.information .box-1_of_3  {width: 70%;  }
.box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%; }
/* - - - - -  GRID-SYSTEM  - - - - - */
.products .box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.products .box {
margin-bottom:0rem;
}

.products article  {display:table;width:100%;
padding: 1rem 0 3rem 0;
text-align:center;border:solid 1px white;
}

.products .box:nth-child(1) article {
border-bottom-right-radius:8rem;
}

.products .box:nth-child(2) article {
border-top-right-radius:8rem;border-bottom-left-radius:8rem;
}

.products .box:nth-child(3) article {
border-top-left-radius:0rem;border-top-right-radius:8rem;
border-bottom-right-radius:0rem;
}

.products .box:nth-child(4) article {
border-top-left-radius:8rem;border-bottom-left-radius:0rem;
}

/* liste */
.liste-meine li {margin-left:-1rem; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

.logo-2 { height:26rem;padding:2rem 10vw; }

.inhaltbox-a {padding:5rem 4rem 8rem 4rem; }

h3 {text-align:left; }

.box {font-size:1.5rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_4  {width: 25%; }
#gallery-01 .box-1_of_4  {width:33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.fuss {
display:table;width: 100%;
table-layout:fixed;
border-collapse:separate;
border-spacing:1rem;
padding:1rem 1rem 1rem 1rem ;
}

.fussbox {display:table-cell;
width:33.33%;
vertical-align:top;
}

.fuss, .fuss a {font-size:1.1rem; }
.fussmenu li a {font-size:1.3rem; }
.fuss h3 {font-size:1.4rem;letter-spacing:.1rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

html {font-size:80%; }

.name {
font-size:1.7rem;
line-height: 2rem;
}

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_1  {width: 50%; }
.notiz .box-1_of_1  {width: 100%; }
.information .box-1_of_3  {width: 33.33%; }
.products .box-1_of_4  {width: 25%; }
#gallery-01 .box-1_of_4  {width:25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.products article  {display:table;width:100%;
padding: 1rem 0 3rem 0;
text-align:center;border:solid 1px white;
}

.products .box:nth-child(1) article {
border-bottom-right-radius:8rem;
}

.products .box:nth-child(2) article {
border-top-right-radius:8rem;border-bottom-left-radius:8rem;
}

.products .box:nth-child(3) article {
border-top-left-radius:8rem;border-top-right-radius:0rem;
border-bottom-right-radius:8rem;
}

.products .box:nth-child(4) article {
border-top-left-radius:0rem;
border-bottom-left-radius:8rem;
}

.notizbox {display:table;
width: 100%;
border-spacing:1rem 0;
table-layout:fixed;
border-collapse:separate;
font-size:1.3rem;
}

.notiz  {display:table-cell;height:auto;vertical-align:middle; }

.fussbox  article {text-align:left; }
.fussbox  article:before  {display: table-cell;padding:0 0rem 0 0; }
.fussbox  h3 {text-align:left; }

}


/* ===================================== 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;}

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

/* keine angabe */

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

.inhaltbox-a {padding:4rem 10vw 8rem 10vw }

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
