

/* = = = = = = = = = = = = = = = = = 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;
color:#000;
background:#fff;
overflow-x:hidden;
}

h1, h2, h3, h4, h5 {color:#000;
font-weight:normal;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {text-align:center;
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;
}

h2:after {display:block;
border-top: 8px solid #004F9D;
width: 60px;
content: "";
margin: 0 auto;
margin-top: .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;
}

h4 {
text-transform:uppercase;
}

/* allgemeine links */
a {color:#000;
text-decoration: underline;
}

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

/* 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-bottom:2rem;
text-align:center;
border:dashed 0.1rem #004797;
background:#fff;/* IE9 */
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:0rem;font-size:1.8rem;
color:#fff;font-weight:bold;background:#004797;padding:0 .5rem;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}



/* = = = = = = = = = = = = = = = = = = = = = =  */
/* SCHRÄG GESTELLTER ribbon-right-style (dekorative Schleife/Band */
/* bei .leistungen */
/* = = = = = = = = = = = = = = = = = = = = = =  */

.ribbon-container {
width: 100%; height: 100%;
position: relative;
background: transparent;
}

.ribbon-right {
position: absolute;
right: -0.5rem; top: -0.5rem;
z-index: 1;
overflow: hidden;
width: 7.5rem; height: 7.5rem;
text-align: center;margin:0 auto
}

.ribbon-right span {
font-size: 1.1rem;
font-weight: normal;letter-spacing:0.1rem;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 2rem;
transform: rotate(45deg);
width: 10rem;
display: block;
background: #01499A;
background: linear-gradient(#0179FE 0%, #01499A 100%);
box-shadow: inset 0 0 3px white, 0 0.3rem .6rem -0.5rem rgba(0, 0, 0, 1);
position: absolute;
top: 1.9rem; right: -2.1rem;
}

.ribbon-right span::before {
content: "";
position: absolute; left: 0rem; top: 100%;
z-index: -1;
border-left: 0.3rem solid #01499A;
border-right: 0.3rem solid transparent;
border-bottom: 0.3rem solid transparent;
border-top: 0.3rem solid #01499A;
}

.ribbon-right span::after {
content: "";
position: absolute; right: 0rem; top: 100%;
z-index: -1;
border-left: 0.3rem solid transparent;
border-right: 0.3rem solid #01499A;
border-bottom: 0.3rem solid transparent;
border-top: 0.3rem solid #01499A;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
background:transparent;
text-align:center;
padding:0rem;
box-shadow:none;
}

.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_2b ,
.box-1_of_3 ,
.box-1_of_3b ,
.box-1_of_4,
.box-1_of_4b,
.information.info-2 .box-1_of_3 ,
.information.info-1 .box-1_of_4 ,
.information.info-3 .box-1_of_3 ,
.leistungen .box-1_of_3 ,
.leistungen .box-1_of_4 {width:100%;
}

.box-1_of_3c {width:33.33%; }
.box-1_of_4c {width:50%; }
#kontakt .box-1_of_4 {width:100%; }
#gallery-01 .box-1_of_3  {width:33.33%; }
#gallery-01 .box:hover img {box-shadow:0 0 2px black; }


.bild-text {display:block;background:transparent;
margin:0rem;
padding: 1rem 1rem 1rem 0 ;
color:#000;
}

.bild-text b {color:#000;font-weight:bold;text-transform:uppercase;
}


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

header {height:100vh;
overflow:hidden;background:#01346E;
}

.fotorama-wrapper {background:#01346E;width:100%;position:absolute;
}


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

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

.logo a {color:white;text-decoration:none;
}

.logo a:hover {color:gold;
}


/* horizontale linie */
.logo hr {background:white;width:60%;
height:1px;color:gold
}

.logobox-a { height:100%;
display:table;width:100%;
table-layout:fixed;border-spacing:0 0 ;
padding:2rem 2.8rem;
}

.name-wrapper {display:table-cell;
text-align:center;vertical-align:middle;
}

#name {display:inline-block;font-family:'bungeeregular';position:relative;z-index:2;
background:rgba(44,85,144,.7);
font-weight:bold;
letter-spacing:0.2rem;
margin:0rem;margin-top:-3rem;
padding:3rem 1rem;
font-size:1.6rem;
line-height: 2rem;
color:gold;
text-transform:none;
}

#name span {display:block;font-weight:bold;font-family:arial;
padding:0rem;
font-size:1.4rem;
line-height:2.2rem;
color:yellow;
text-transform:none;
}

.pfeil  {color:white;font-size:1.4rem;
padding:0;
margin:0;
}

.pfeil .fas {color:white;
padding:.5rem;
margin:0;
}

.pfeil:hover .fas {color:gold         ;
}



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

.inhalt {position:relative;z-index:0: }

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

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


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

.section-inhalt:nth-child(odd) {
background:#F3F3F3;
color:#002B55;
}


.section-inhalt:nth-child(odd) h1,
.section-inhalt:nth-child(odd) h2,
.section-inhalt:nth-child(odd) h3 {
color:#002B55;
}

.section-inhalt:nth-child(odd) h2:after {
border-top: 8px solid #01499A;
}

/* allgemeine links */
.section-inhalt:nth-child(odd) a {color:#002B55;
text-decoration: underline;
}

.section-inhalt:nth-child(odd) a:hover  {color:#002B55;
text-decoration:none;
}



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

.section-inhalt:nth-child(even) {
background:#01499A;
color:#A9CAEB;
}

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

.section-inhalt:nth-child(even) h2:after {
border-top: 8px solid #047BFF;
}

/* allgemeine links */
.section-inhalt:nth-child(even) a {color:#FFFF00;
text-decoration: underline;
}

.section-inhalt:nth-child(even) a:hover  {color:#D2E8FF;
text-decoration:none;
}



/*  ----------------------------------------  */
/*  NTH-CHILD - hintergrund für den zweiten abschnitt. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(2) {
background:radial-gradient(circle at 0% 50%,#047BFF 240px, #01499A 240px,#013570 440px,#0053AE, #013570, #012145 1100px,#00336C) ;
}

/*  ----------------------------------------  */
/*  NTH-CHILD - NUR der vierte (4) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(4) {
background:#fff;
color:#012349;
}

.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:#013369;
}

.section-inhalt:nth-child(4) h2:after {
border-top: 8px solid gold;
}

/* allgemeine links */
.section-inhalt:nth-child(4) a {color:#012349;
text-decoration: underline;
}

.section-inhalt:nth-child(4) a:hover  {color:#012349;
text-decoration:none;
}


/*  ----------------------------------------  */
/*  information ( info-1 und info-2  und info-3 )  */
/*  ----------------------------------------  */

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

.information .box {
padding:2rem 1rem;
margin-bottom:2rem;
}

.information h4 {text-transform:uppercase;text-align:center;
font-weight:bold;margin-bottom:2rem;margin-top:2rem;
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:6.5rem;
height:9rem;width:9rem;
padding-top:0rem;
border:inset 1rem #89CFFA;
color:gold;
background:transparent;
}

.information.info-1 article.icon1:before {content:"\f233"; }
.information.info-1 article.icon2:before {content:"\f093"; }
.information.info-1 article.icon3:before {content:"\f6ff"; }
.information.info-1 article.icon4:before {content:"\f0a0"; }


/* - - - - - info-2 - - - - - */

.information.info-2 article:before {
font-size:6rem;
height:9rem;width:9rem;
padding-top:1rem;
color:#fff;
background:gold; /* IE9 */
background:linear-gradient(to right, yellow,gold, orange,gold, yellow);
border-radius:36rem;
border:solid 1rem #4AADDD;
}

.information.info-2 h4 {text-transform:none;}

.information.info-2 article.icon1:before {content:"\f7c0"; }
.information.info-2 article.icon2:before {content:"\f085"; }
.information.info-2 article.icon3:before {content:"\f3fa"; }
.information.info-2 article.icon4:before {content:"\f7c4"; }
.information.info-2 article.icon5:before {content:"\f11c"; }
.information.info-2 article.icon6:before {content:"\f2db"; }
.information.info-2 article.icon7:before {content:"\f109"; }
.information.info-2 article.icon8:before {content:"\f7c2"; }
.information.info-2 article.icon9:before {content:"\f1c0"; }


/* - - - - - info-3 - - - - - */

.information.info-3 h4 {color:#002248;}

.information.info-3 article {
text-align:center;
}

.information.info-3 .box {
background:gold; /* IE9 */
color:#000;
background:linear-gradient(to right, yellow,gold, orange,gold, yellow);
}

.information.info-3 article:before {
font-size:7rem;
height:8rem;width:8rem;
color:#0c5da5;
border-radius:36rem;
}

.information.info-3 article.icon1:before {content:"\f559"; }
.information.info-3 article.icon2:before {content:"\f0c0"; }
.information.info-3 article.icon3:before {content:"\f4c4"; }

/*  link WEITER-BUTTON */

.information.info-3 span.weiter a {
color:#000;
background:gold;
text-decoration:none;
padding:.4rem 1.6rem .4rem 1.2rem;
border-radius:2rem;
}

.information.info-3 span.weiter a:hover {
color:#fff;
background:steelblue;
text-decoration:none;
}

.information .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:"\f138" ;
color:#013A7B;
padding:.2rem 0;
margin:0 .6rem 0em .4rem;
transition:transform .4s ease-out;
}

.information .weiter  a:hover:before {
transform:  rotate(1440deg);color:yellow;
}


/*  ----------------------------------------  */
/*  box LEISTUNGEN                            */
/*  ----------------------------------------  */

.leistungen {
display:block;
width:100%;
padding:0;
margin:0 auto;
color:#00428A;
}

.leistungen .box {margin:-1rem -.2rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.leistungen ul {text-align:center;
padding:0rem;
margin-bottom:3rem;
}

.leistungen  li {list-style:none;background:#fff;
line-height:4rem;
padding:.3rem;
margin:0;
border-bottom:solid 1px #D7EAFF;
}


.leistungen li:first-child {
background:gold; /* IE9 */
background:linear-gradient(to right, yellow,gold, orange,gold, yellow);
color:white;
font-size:2rem;
font-weight:normal;
line-height:4rem;
}

.leistungen li:last-child {
background:#01499A;
color:white;
font-weight:bold;
padding:2rem 0;
line-height:2rem;
}

.leistungen li:last-child span {
font-size:3.5rem;color:gold;
}

.leistungen li:last-child span .fas {
font-size:2.5rem;color:#FFFFFF;
}


/* das icon  'häckchen' */

.leistungen  li b:after {padding:0;display:inline-block;
width:3rem;
color:#00428A;
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:"\f00c";
}


/* das icon  'X' */

.leistungen  li span b:after {padding:0;display:inline-block;
width:3rem;
color:#B30000;
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:"\f00d";
}

.leistungen  li span b {font-weight:normal; }


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

.leistungen.extra  li {background:#F7F7F7;
color:#fff;
background:#0076eb;/* IE9 */
xbackground:linear-gradient(to right, #0E86B4, #4FC6F2,#0E86B4);
border-bottom:solid 0px transparent;
}

.leistungen.extra li:nth-child(even)  {background:#0261cb;
}

.leistungen.extra li:first-child {
background:gold; /* IE9 */
background:linear-gradient(to right, yellow,gold, orange,gold, yellow);
color:white;
font-weight:normal;
}

.leistungen.extra li:last-child {
background:#01499A;
color:#fff;
}

.leistungen.extra li b:after {
color:gold;
}


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

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

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

#kontakt .box {min-height:17rem;POSITION: relative;
display:inline-block;
padding:2rem 1rem ;
margin:0rem -.25rem .15rem 0rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
text-align:center;
font-family:arial;
color:black;background:#fff;
}

#kontakt .box .inner {
text-align:center;POSITION:relative;
z-index:2;
}

/* die font-icons als background-image */

#kontakt .box:after {
position:absolute;
z-index:1;
right:2rem;top:-2rem;
font-size:12rem;color:#D2D2D2;
font-family:'Font Awesome 5 Free';/* Name of the FA free font (mandatory)
                                 - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                 - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/* Weight of the font (by fontawesome)- use:
                   - 400 for Regular and Brands symbols;
                   - 900 for Solid symbols. */
}

#kontakt .box.icon-1:after {
content:"\f017";color:tomato; }

#kontakt .box.icon-2:after {
content:"\f095";color:lightskyblue; }

#kontakt .box.icon-3:after {
content:"\f2bb"; color:orange;}

#kontakt .box.icon-4:after {
content:"\f0e0";color:palevioletred ; }

#kontakt a  {color:#000;
text-decoration:none;
cursor:pointer;
}

#kontakt a:hover  {text-decoration:underline;
}

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




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

footer {
background:#01499A;/*IE9*/
background:linear-gradient(to right top, #01499A , #012145);
}

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

.fuss,
.fuss a {color:#D0E2F4;
font-size:1.5rem;
}

.fussbox {display:block;
text-align:left;
padding:0 0 0 1rem;margin:0 auto;
margin-bottom:3rem;
width:28rem;
}

.fussbox b {color:gold;font-weight:bold;
}

.fussbox h3 {
padding-bottom:.6rem;
font-size:1.6rem;
color:white;font-weight:bold;
text-align:left;
margin-top:0rem;
margin-bottom:1rem;
border-bottom:dotted .1rem #737373;
}


/* 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:#D0E2F4;
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:gold;
}

.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:gold;
background:transparent;
text-align:center;
border-radius:36rem;
}

.fussbox a:hover .fas,
.fussbox a:hover .fab,
.fussbox a:hover .far  {
color:#fff;
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; }

/* - - - - - GRID-SYSTEM  - - - - - */
.information.info-2 .box-1_of_3 {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */
}


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

.leistungen {width:70%; }
.leistungen.extra  {width:70%; }

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

#kontakt .box {padding:2rem 2rem }



}


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

/* keine angabe */

}


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

#name {width:50rem;padding:2rem 2rem;
font-size:2.5rem;
line-height: 2.9rem;
}


.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; }
.leistungen  {width:100%; }
.leistungen.extra  {width:100%; }


/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_2b {width: 50%;  }
.leistungen .box-1_of_4 {width: 50%; }
.leistungen .box {padding:0rem .2rem ; }
.leistungen.extra .box-1_of_3 {width: 33.33%; }
.information.info-1 .box-1_of_4 {width: 50%; }
/* - - - - - 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%;
text-align:left;vertical-align:top;
padding:1rem;
}

.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%; }
.leistungen  {width:75%; }


/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_3b  {width: 33.33%; }
.box-1_of_4  {width: 25%; }
.box-1_of_4c  {width: 25%; }
#kontakt .box-1_of_4 {width:50%; }


.information.info-2 .box-1_of_3 {width: 33.33%; }

.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;
}
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

/* keine angabe */

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

html {font-size:85%; }

.inhaltbox-a {padding:4rem 6vw;}

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

.fuss {padding:4vh 10vw; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

.leistungen  {width:100%; }

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

.inhaltbox-a {padding:4rem 10vw 8rem 10vw }

}


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