

/* = = = = = = = = = = = = = = = = = 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  ;
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

.button  {display:block;
margin:1.5rem 0 1.5rem 0;
text-align:center;transform:scale(.9);
}

.button .mehr_lesen a {display:inline-block;
color:#fff;
background:#000;
border-radius:0rem;
text-decoration:none;
padding:.3rem 1.5rem .3rem 1rem;
letter-spacing:2px;
cursor:pointer;
transition:background .3s ease-out;
}

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


/*  icon beim MEHR LESEN-BUTTON */

.button .mehr_lesen 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:"\f105" ;
color:#fff;
padding:.2rem 0;
margin:0 .5rem 0em .3rem;
transition:transform .4s ease-out;
}

.button .mehr_lesen a:hover:before {
transform:  rotate(1080deg);
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON-2 - bei box 'leistungen'  */
/*  ----------------------------------------  */

.button.btn-2 .mehr_lesen a {
color:#000;
background:transparent;
}

.button.btn-2 .mehr_lesen a:before {
content:"\f30b" ;
color:black;
}

.button.btn-2 .mehr_lesen a:hover:before {
color:firebrick;
transform:  rotate(360deg);
}


/*  ----------------------------------------  */
/* spezielle button-platzierung mit position:relative/absolute - hier bei box 'information' */
/* button wird am unteren rand der box platziert - so stehen die buttons bei gr?sserer auf?sung nebeneinander immmer auf einer h?he */
/*  ----------------------------------------  */

.button-position {
POSITION:relative;
}

.button-position .button  {display:inline-block;
POSITION:absolute;width:26rem;
bottom:-3rem;left:50%;
margin-left:-13rem;
}


/*  ----------------------------------------  */
/* PLUS-BUTTON - spezielle button-platzierung mit position:relative/absolute - hier bei box 'information' */
/* button wird innerhalb des abschnitts unten rechts platziert */
/*  ----------------------------------------  */

.plus  {POSITION:absolute;bottom:0rem;right:0rem;
margin-right:-.7rem;
margin-bottom:-.2rem;
}

.plus .button  {margin:0; }

.plus .button .mehr_lesen a {
color:#fff;
background:blue;background:#b6b6b6;
}

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

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

.plus .button .mehr_lesen a:hover:before {
color:white;
}



/*  ----------------------------------------  */
/*  GRID-SYSTEM  - f?r Bilder / Spalten       */
/*  ----------------------------------------  */

.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*/
}


/*  boxen - grundsystem */

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


/*  boxen - f?r abweichungen vom boxen-grundsystem */

.news-a .box-1_of_2,
.information .box-1_of_3,
#gallery .box-1_of_4,
#team .box-1_of_4,
.testimonials .box-1_of_1,
#leistungen .box-1_of_4  {width:100%; }

#team .box-1_of_4 {margin-bottom:2rem; }
#fuss .box-1_of_3  {width: 100%; }
.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)}


/*  boxen - boxen mit text */

article.text {font-size:1.5rem;
margin:0;text-align:left;
padding:2rem .5rem ;
}

article.text h3 {
font-size:1.5rem;
line-height:1.7rem;
margin: 0rem 0rem 1.5rem 0rem;
text-align:left;
}



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

header {background:#fff;
}


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


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

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

.logo-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/ZRH_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-buttons START und KONTAKT  */

.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 i {color:white;
padding:.5rem;
margin:0;
}

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


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

main#inhalt {display:block;position:relative;
background:#fff; /* wird aber nachstehend durch NTH-CHILD gesetzt/?berschrieben */
padding:0rem;
margin:0 auto;
}

.inhalt-a {display:block;
width:100%;
min-height:10vh;
margin: 0 auto;
padding:5rem 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/ZRH_logo01.jpg);
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
background-attachment:scroll;
}

.section-inhalt:nth-child(2) .inhalt-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/ZRH_logo02.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background-attachment:scroll;
}

.section-inhalt:nth-child(5) .inhalt-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 */
/*  ----------------------------------------  */

#information  {
display:block;
margin:0 auto;
padding:0rem;
}

.information-a {display:block;
background:transparent;
padding:0 .2rem 1rem .2rem;
margin:0 auto;
margin-bottom:6rem;
}

/* abstand letzte box bei mobilen aufl?sungen */
.information-a:last-child {
margin-bottom:0rem;
}

#information  article {
text-align:center;
}

#information article.text h3 {
text-align:center;
}


/* die zahlen bei jeder box */

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


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

#leistungen  {
display:block;
margin:0 auto;
padding:0rem;
}

#leistungen article  {text-align:center;
background:#fff;
border:solid 1px #E2E3E7;
padding: 2rem 0 1rem 0;
}

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

#leistungen h3  {font-size:1.5rem;margin-bottom:1rem;
text-transform:none;text-align:center;
font-weight:bold;
}

/* icons */
#leistungen  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:#fff;
background:#a48c8c;
border-radius:36rem;
}

/*  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 i {
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*/


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

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

.myslider.team i {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 i:hover {color:black;background:white;transform:rotate(360deg);
border-radius:36rem;
}


/*  ----------------------------------------  */
/*   Testimonials  */
/*  ----------------------------------------  */

.testimonials {
display:block;text-align:center;
}

.testimonials .icons i {display:block;
text-align:center;
margin:0 auto;
font-size:8rem;
width:12rem;height:12rem;
line-height:10rem;
color:#fff;
border-radius:36rem;
border:solid 1rem white;
}


/*  ----------------------------------------  */
/*  SLIDER  allgemein */
/*  ----------------------------------------  */

.myslider img {padding:0 0.5rem ;}
.myslider article.text {text-align:center;padding:2rem 0 0 0; }
.myslider article.text i {color:silver;}
.myslider article.text h3 {text-align:center; }


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

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

.news-a  {
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  h3 {color:#000;
text-align:left;
margin-top:2rem;margin-bottom:2rem;
}

/* icons-gruppe  */

#kontakt .icons {margin:1rem 0; }
#kontakt .icons ul {margin:0;padding:0;text-align:left; }
#kontakt .icons li {display:block;list-style:none;margin:0 .2rem;}

#kontakt .icons li i {
padding: 0;
width:2.5rem;
height:2.5rem;
line-height:2.5rem;
font-size:1.3rem;
color:#1f1f1f;
border-radius:36rem;
}

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

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

.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/ZRH_logo02.jpg);
background-repeat:no-repeat;
background-position:50% 80%;
background-size:cover;
background-attachment:scroll;
height:auto
}

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

#fuss {display:block;
margin: 0 auto;
width:100%;height:100%;
}

.fuss-a {display:block;padding:3rem 1rem 3rem 1rem; }

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

#fuss .box {
text-align:center;
padding:0 1rem;
}

#fuss .box article  {display:table;width:100%;
padding:0;margin-bottom:3rem;
}

/* icons */

#fuss .box  article:before {display: table-row;
vertical-align:top;
font-size:3rem;
width:3rem;
color:#E1E7EA;
text-shadow: 0 0 2px 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. */
}


#fuss .box  article.f1:before  {content:"\f2bb"; }
#fuss .box  article.f2:before  {content:"\f0e0"; }
#fuss .box  article.f3:before  {content:"\f095"; }


/* horizontale linie */
footer hr {background:#AFAFAF;width:30rem;
height:1px;color:#000;
margin:0 auto;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate f?r fussbereich 1 plus menu (hier nur die email-links) */
/*  ----------------------------------------  */

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

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



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

#fuss-2 {display:block;
text-align:center;
padding:3rem 0 ;background:#transparent;
}

.fuss-2-a {display:block; }


/* icons im fuss2-bereich */

#fuss-2 i {display:inline-block;
font-size:1.6rem;
line-height:2rem;
height:2rem;
width:2rem;
margin:0 .3rem;
color:#fff;
text-shadow: 0 0 2px black;
text-align:center;
transition:all .4s;
}

#fuss-2 i:hover   {color:skyblue;
transform:rotate(25deg);
}


/* fussmenu */

.fussmenu ul {margin:0;padding:0; }
.fussmenu li { display: inline;text-align:left;list-style:none;;margin: 0;
padding:0 .5rem;}

.fussmenu li a {font-size:1.5rem;
display : inline;
width : 100%;
text-align:center;
color:#fff;
text-decoration: none;
padding:.2rem;
margin-left:-0.5rem;
cursor:pointer;
}

.fussmenu li a:hover {
color:white;
background:transparent;
text-decoration: underline;
}





/* ############################################################ */
/* 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) {

.inhalt-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_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }
#kontakt .box-1_of_2 {width: 70%; }
#information   {width: 75%;  }
#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%; }
.news-a .box-1_of_2:nth-child(odd)  {width:35%; }
.news-a .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;
}

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

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

h3 {text-align:left; }

.box {font-size:1.4rem;}
article.text {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%; }
#fuss .box-1_of_3  {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

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

#fuss .box, #fuss a {font-size:1.1rem; }
#fuss-2 .fussmenu li a {font-size:1.3rem; }

}


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

html {font-size:80%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#leistungen .box-1_of_4  {width: 25%; }
.testimonials .box-1_of_1  {width: 60%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

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

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

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

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

#fuss .box  article {text-align:left; }
#fuss .box  article:before  {display: table-cell;padding:0 1rem 0 0; }
#fuss .box  h3 {text-align:left; }

}


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

pre {width:75%; }

}


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

html {font-size:85%; }

.inhalt-a {padding:3rem 6vw 5rem 6vw ;}
.fuss-a {padding:3rem 6vw 3rem 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 1500 pixel ================================= */
@media (min-width: 1500px) {

.inhalt-a {padding:3rem 8vw 5rem 8vw }
.fuss-a {padding:3rem 8vw 3rem 8vw }

}



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