

/* = = = = = = = = = = = = = = = = = 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: 5.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 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:#525054;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 {list-style : square;padding:1rem 0;
margin-left:-2rem;
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: underline;
}

a:hover {color:#000;
text-decoration: none  ;
}


/*  ----------------------------------------  */
/*  link WEITER */
/*  ----------------------------------------  */

span.weiter a {color:#000;
background:transparent;
padding:.4rem .6rem .4rem .2rem;
border-radius:8rem;
text-decoration:none;
}

span.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 span.weiter a {color:#fff;
background:#5B7582;
text-decoration:none;
padding:.3rem 1rem .3rem .5rem;
border-radius:0rem;
}

.button span.weiter a:hover {color:#fff;
background:#6B9EC9;
}

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

.weiter label {cursor:pointer; }


/*  ----------------------------------------  */
/*  link MEHR LESEN-BUTTON - button für die boxfenster */
/*  ----------------------------------------  */

.button span.mehr_lesen {display:inline-block;color:#fff;
background:#000;
text-decoration:none;
padding:.3rem 1rem .3rem .5rem;
border-radius:0rem;
cursor:pointer;margin-top:-1rem
}

.button span.mehr_lesen:hover {color:#fff;
background:#798279;
}

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


/*  ----------------------------------------  */
/*  link MEHR LESEN-BUTTON PLUS - plus-button für die boxfenster */
/*  ----------------------------------------  */

.button.plus span.mehr_lesen {POSITION:absolute;bottom:0rem;right:0rem;
background:#b6b6b6;
}

.button.plus span.mehr_lesen:hover {color:#fff;
background:#798279;
}

.button.plus .mehr_lesen:before {
content:"\f067" ;
color:tomato;
}

.button.plus .mehr_lesen:hover:before {
content:"\f05a" ;
color:white;
}



/*  ----------------------------------------  */
/*  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,
.newsbox .box-1_of_2,
.information .box-1_of_3,
#gallery .box-1_of_4,
#team .box-1_of_4,
.leistungen .box-1_of_4  {width:100%;
}

#team .box-1_of_4
{margin-bottom:2rem;
}


.box-1_of_4,
.box-1_of_4b  {width:50%; }


#gallery .box  img {border:solid 1rem rgba(255,255,255,.5);box-shadow:1px 1px .1rem black; }
#gallery .box-1_of_4  {width:50%; }
#gallery .box:hover img {border:solid 1rem rgba(255,255,255,.9)}




/* ############################################################ */
/* bereich header - besteht aus  logo-bereich  und menü*/
/* ############################################################ */

header {background:#fff;
}


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


.logo {
display:block;
margin: 0 auto;
padding:0rem;
}

.logobox-a {display:block;
width:100%;
padding:0rem;
}

.logobox-b { height:100vh;
display:table;width:100%;
table-layout:fixed;
border-spacing:0 0 ;
padding:2rem;background: rgba(0,0,0,.4);
}

.logo-foto {background-image:url(../images/logo00.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';
font-weight:bold;
letter-spacing:1px;
margin:0rem;
padding:3rem 1rem;
font-size:1.8rem;
line-height: 2.2rem;
color:white;
text-transform:none;text-shadow:0 0 4px black;
}

.name span {display:block;font-weight:bold;
padding:0rem;
font-size:1.4rem;
line-height:2.2rem;
text-transform:none;
}

.action-btn a ,.action-btn label {display:inline-block;
color:white;background:#1f1f1f;
font-family:'bungeeregular';
font-size:1.3rem;font-weight:bold;letter-spacing:1px;
line-height: 2.2rem;
min-width:12rem;
padding:.3rem 1rem;
margin:0;text-decoration:none;border:solid 2px white;
cursor:pointer;
}

.action-btn a:hover , .action-btn label:hover{background:white;color:black;
}

.action-btn .fas {color:white;
padding:.5rem;
margin:0;
}

.action-btn:hover .fas {color:#798279        ;
}


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

.inhalt {position:relative; }

.section-inhalt {display:block;
width:100%;
margin:0;
padding:0rem;
color:#3F3F3F;
}

.inhaltbox-a {
display:block;
width:100%;
min-height:10vh;
margin: 0 auto;
padding:3rem 2rem;
text-align:left;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - alle(n) abschnitte */
/*  ----------------------------------------  */

.section-inhalt:nth-child(n) {POSITION:relative;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) {
background:white;color:black;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {
background:#2F2D31;color:#CFCFCF;
}


/* überschriften */

.section-inhalt:nth-child(even) h1,
.section-inhalt:nth-child(even) h2,
.section-inhalt:nth-child(even) h3 {
color:#fff;
}

/* normale links */

.section-inhalt:nth-child(even) a {color:#CFCFCF; }
.section-inhalt:nth-child(even) a:hover {color:#CFCFCF; }


/*  ----------------------------------------  */
/*  NTH-CHILD(2) -   nur der zweite abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(2) {
background:#F5ADAD;
color:#fff;
background-image:url(../images/logo02.jpg);
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
background-attachment:scroll;
}

.section-inhalt:nth-child(2) .inhaltbox-a {background: rgba(0,0,0,.4);
}

/* überschriften */

.section-inhalt:nth-child(2) h1,
.section-inhalt:nth-child(2) h2,
.section-inhalt:nth-child(2) h3 {
color:#fff;
}


/* normale links */

.section-inhalt:nth-child(2) a {color:#CFCFCF; }
.section-inhalt:nth-child(2) a:hover {color:#CFCFCF; }



/*  ----------------------------------------  */
/*  NTH-CHILD(5) -  nur der fünfte abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(5) {
background:#1f1f1f;color:#cfcfcf;
background-image:url(../images/logo00.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background-attachment:scroll;
}

.section-inhalt:nth-child(5) .inhaltbox-a {background: rgba(0,0,0,.2);
}

/* überschriften */

.section-inhalt:nth-child(5) h1,
.section-inhalt:nth-child(5) h2,
.section-inhalt:nth-child(5) h3 {
color:#fff;
}

/* normale links */

.section-inhalt:nth-child(5) a {color:#CFCFCF; }
.section-inhalt:nth-child(5) a:hover {color:#CFCFCF; }




/*  ----------------------------------------  */
/*  information / leistungen */
/*  ----------------------------------------  */


.information .add-object-wrapper {display:table;table-layout:fixed;width:100%;
}

.information .add-object {display:table-cell;
padding:0rem;
width:3rem;height:100%;
font-family:'bungeeregular';
font-size:2.5rem;
color:#2A2D31;
background:#b6b6b6; /* IE9*/
background:linear-gradient(to top, #b6b6b6,white,#b6b6b6);
text-align:center;vertical-align:middle;
}

.information .container-animation {overflow:hidden;
}

.information, .leistungen  {
display:block;
margin:0 auto;
padding:0rem;
}

.information .box , .leistungen .box {
padding:0 .5rem;
margin-bottom:1rem;
}

.information article  {display:table;width:100%;
padding: 1rem 0 3rem 0;
text-align:center;
}

.leistungen article  {display:table;width:100%;
background:#FBF7F8;background:#fff;
padding: 2rem 0 2rem 0;
text-align:center;
border:solid 1px #E2E3E7;
}

.information h4 , .leistungen h4  {
color:#cfcfcf;
text-transform:uppercase;text-align:center;
font-weight:bold;margin-bottom:1.5rem;margin-top:1.5rem;
padding:0rem 0rem;
}

.leistungen h4  {
color:#000;
}


/* horizontale linie bei .leistungen */
.leistungen hr {background:#EFEFEF;width:70%;
height:1px;color:#FBF8F7;
margin:0 auto;
}

/*  boxfenster bei leistungen - andere farbe bei icon-9 bis icon-16 */
/* überschreibt die nth-child(even)-werte */

.leistungen .box article.icon5    { background:whitesmoke; }

.leistungen .box article.icon6   { background:azure }

.leistungen .box article.icon7   { background:seashell; }

.leistungen .box article.icon8   { background:lemonchiffon; }

.leistungen  article .fas,
.leistungen  article .fab,
.leistungen  article .far {
display: 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:6rem;
height:6rem;width:6rem;
color:#1f1f1f;opacity:.8;
background:transparent;
}


/*  ----------------------------------------  */
/*  SLIDER Hinweis                            */
/*  ----------------------------------------  */

/*  hinweis:jquery slider SliCK */
/*  die css-klassen - .single-item und .responsive , welche sie im html-bereich sehen - kommen vom jquery-slider-script SLlCK*/



/*  ----------------------------------------  */
/*  SLIDER Team                               */
/*  ----------------------------------------  */

.myslider img {padding:0 .5rem ;text-align:center;}
.myslider.team span {display:block;text-align:center;padding:1rem 0 0 0}

.myslider.team .fas,
.myslider.team .fab,
.myslider.team .far  {display:inline-block;
font-size:2.4rem;
line-height:3rem;
height:3rem;
width:3rem;
color:#fff;margin:.5rem .5rem 0 .5rem;
transition:all .5s
}

.myslider.team .fas,
.myslider.team .fab:hover,
.myslider.team .far  {color:black;background:white;transform:rotate(360deg);
}


/*  ----------------------------------------  */
/*  SLIDER  Testimonials (Das sagen die Kunden) */
/*  ----------------------------------------  */

.testimonials .user-icon .fas,
.testimonials .user-icon .fab,
.testimonials .user-icon .far {display:inline-block;font-size:8rem;width:12rem;height:12rem;line-height:10rem;
color:#fff;
border-radius:36rem;
border:solid 1rem white;

margin:0 0 2rem 0;
}

.myslider.text  {padding:1rem 2rem ;
text-align:center;
color:#CFCFCF
}

.myslider .fas  {
color:#AFAFAF;
}


/*  ----------------------------------------  */
/*  box NEWS                              */
/*  ----------------------------------------  */

.news {
display:block;
width:100%;
padding:0rem 0;
margin:0rem;
}

.newsbox  {
display:inline-block;
width: 100%;
padding:1rem .5rem;
margin:0rem 0;
text-align:left;
border:solid 1px #E2E3E7;
}


.news h4 {color:black;
font-weight:bold;margin-bottom:0rem;margin-top:0rem;
padding:0rem 0rem;
}

.news h4.date { font-family: 'bungeeregular';
color:#3C393E;font-size:6rem;
padding:0rem 0rem;
}


/*  ----------------------------------------  */
/*  box KONTAKT                               */
/*  ----------------------------------------  */

#kontakt .box {padding:0rem;
margin-bottom:1rem;
}

#kontakt .box-1_of_2 {width: 100%; }

#kontakt ul {text-align:left;
padding:0rem;
margin:0;
}

#kontakt  li {list-style:none;
padding:0rem;
margin:0;
}

#kontakt  h3 {color:#000;text-align:left;margin-top:2rem;margin-bottom:2rem;
}

#kontakt h3: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. */
position:relative;
top:0rem;
right:.6rem;
content:"\f144";
color:#545C54;
}

#kontakt  li  a {display:inline-block;
text-align:left;
text-decoration : underline;
letter-spacing:0rem;
padding:0rem ;
margin:0;
color:#000;
}

#kontakt  li  a:hover {
text-decoration : none;
color:#1f1f1f;
}

/* ----- icons ----- */

#kontakt .fas ,
#kontakt .fab ,
#kontakt .far  {display:inline-block;text-align:center;
margin:.1rem  .8rem .1rem -.2rem;
padding: 0;
width:2.5rem;
height:2.5rem;
line-height:2.5rem;
font-size:1.3rem;
color:#798279;
border-radius:36rem;
}

.day  {display:inline-block;
width:7rem;font-weight:normal;
}



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

footer {
background:#1f1f1f; /* IE9 */
background:linear-gradient(to right, #1F1F1F, #3F3F3F,#1F1F1F);
background-image:url(../images/logo01.jpg);
background-repeat:no-repeat;
background-position:50% 80%;
background-size:cover;
background-attachment:scroll;
height:auto
}

.fuss {display:block;
margin: 0 auto;
width:100%;
padding:3rem 0 3rem 0 ;
}

footer .filter {
background:rgba(0,0,0,.6);
}


.fuss, .fuss a {
color:#EFEFEF;text-decoration:none;
font-size:1.5rem;
}

.fuss a:hover {color:#fff;text-decoration:underline;
}


/* horizontale linie */
footer hr {background:#3f3f3f;width:30rem;
height:1px;color:#4F4F4F;
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:#E1E7EA;
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:"\f095"; }


.fussbox h3 {display:block;
padding-bottom:.6rem;text-align:center;
font-size:1.6rem;
color:white;font-weight:bold;
margin-bottom:1rem;
}




/* === 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:#EFEFEF;
text-decoration: none;
padding:.2rem;
margin-left:-0.5rem;
cursor:pointer;
}

.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:black;
background:white;
}





/* ############################################################ */
/* 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:4rem 3rem 5rem 3rem; }

}


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

.name {letter-spacing:4px;padding:1rem 6rem;
}

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_1  {width: 70%;  }
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }
#kontakt .box-1_of_2 {width: 70%; }
.information .box-1_of_3  {width: 70%;  }
#team .box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

html {font-size:70%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.leistungen .box-1_of_4  {width: 50%; }
.newsbox .box-1_of_2:nth-child(odd)  {width:35%; }
.newsbox .box-1_of_2:nth-child(even)  {width:65%;}
/* - - - - - ende  GRID-SYSTEM  - - - - - */

/* liste */
.liste-meine li {margin-left:-1rem; }

}


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

/* keine angabe */

}


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

.name {
font-size:2.5rem;
line-height: 2.9rem;
}

.logobox-b { height:29rem;padding:3rem 10vw 0 10vw; }

.inhaltbox-a {padding:3rem 4rem 5rem 4rem; }

h3 {text-align:left; }

.box {font-size:1.4rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_4  {width: 25%; }
#team .box-1_of_4  {width: 25%; }
#gallery .box-1_of_4  {width:25%; }
#kontakt .box-1_of_2 {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

#kontakt  h3 {font-size:1.6rem; }

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

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_1  {width: 50%; }
.information .box-1_of_3  {width: 33.33%; }
.leistungen .box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.news{display:table;
width: 100%;height:100%;
border-spacing:1rem .5rem;
table-layout:fixed;
border-collapse:separate;
}

.newsbox {display:table-cell;vertical-align:top;}

.fussbox  article {text-align:left; }
.fussbox  article:before  {display: table-cell;padding:0rem ; }
.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:3rem 6vw 5rem 6vw ;}

}


/* ===================================== ab 1334 pixel ================================= */

@media (min-width: 1334px) {

/* die hintergrundbilder werden erst hier von 'scroll' auf 'fixed' gesetzt, da der mobile safari browser auf IOS/Iphone/Ipad probleme
mit 'background-attachment:fixed' hat */

.section-inhalt:nth-child(2)
{background-attachment:fixed; }

.section-inhalt:nth-child(5)
{background-attachment:fixed; }

footer
{background-attachment:fixed;height:100vh; }

}


/* ===================================== ab 1600 pixel ================================= */

@media (min-width: 1600px) {

.inhaltbox-a {padding:3rem 10vw 5rem 10vw }

}



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