

/* = = = = = = = = = = = = = = = = = 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 black;
	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;
}


/* allgemeine links */
a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
	font-style:normal;
}

/* partner links auf der startseite*/
a.partner {
	color:#000;
	text-decoration:none;
	font-style:normal;
}

a.partner:hover {
	color:#77B82A;
	text-decoration:none;
	font-style:bold;
}


/* 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 #AFAFAF;
	background:#fff;/* IE9 */
	background:radial-gradient(#FAF8FA, white, #FAF8FA);
}

pre .extra {
	display:inline-block;
	position:absolute;
	left:0rem;
	top:0rem;
	font-size:1.8rem;
	color:#fff;
	font-weight:bold;
	background:red;
	padding:0 .5rem;
	transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */



/* bilder -anpassen der grösse */
img {
	max-width: 100%;
	display:block;
	margin:0 auto;
	height: auto;
}

.img-logo {
	max-width: 100% !important;
	display:block;
	margin:0 auto;
	height: auto;
}

#haupt {
	display:table;
	margin:0 auto;
}

/* = = = = = = = = = = = = = = = = = = = = = =  */
/* SCHRÄG GESTELLTER ribbon style (dekorative Schleife/Band */
/* bei einigen Objekten im Inhaltsbereich */
/* = = = = = = = = = = = = = = = = = = = = = =  */

.ribbon-container {
width: 100%; height: 100%;
position: relative;
background: transparent;
}

.ribbon {
position: absolute;
left: -0.5rem; top: -0.5rem;
z-index: 1;
overflow: hidden;
width: 7.5rem; height: 7.5rem;
text-align: center;margin:0 auto
}

.ribbon span {
font-size: 1.4rem;
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: black; /*IE9*/
background: linear-gradient(#343434 0%, black 100%);
box-shadow: inset 0 0 3px white, 0 0.3rem 1rem -0.5rem rgba(0, 0, 0, 1);
position: absolute;
top: 1.9rem; left: -2.1rem;
}

.ribbon span::before {
content: "";
position: absolute; left: 0rem; top: 100%;
z-index: -1;
border-left: 0.3rem solid black;
border-right: 0.3rem solid transparent;
border-bottom: 0.3rem solid transparent;
border-top: 0.3rem solid black;
}

.ribbon span::after {
content: "";
position: absolute; right: 0rem; top: 100%;
z-index: -1;
border-left: 0.3rem solid transparent;
border-right: 0.3rem solid black;
border-bottom: 0.3rem solid transparent;
border-top: 0.3rem solid black;
}


/* = = = = = = = = = = = = = = = = = = = = = =  */
/* SCHRÄG GESTELLTER ribbon style (dekorative Schleife/Band */
/* Transparent beim Homepagenamen */
/* = = = = = = = = = = = = = = = = = = = = = =  */

.ribbon-container-transparent {
width: 100%;
position: relative;
background: transparent;
}

.ribbon-transparent {
position: relative;
left: -7.5rem; top: -11.5rem;
z-index: 1;
overflow: hidden;
width: 20.1rem; height: 8.5rem;
text-align: center;margin:0 auto
}

.ribbon-transparent span {
font-size: 1.4rem;
font-weight: normal;letter-spacing:0.1rem;
color: red;
text-transform: uppercase;
text-align: center;
line-height: 2rem;
/*transform: rotate(-45deg);*/
/*width: 10rem;*/
display: block;
/*background:transparent;*/
/*background:rgba(0,0,0,.5);*/
/*box-shadow: inset 0 0 3px white, 0 0.3rem 1rem -0.5rem rgba(0, 0, 0, 1);*/
position: absolute;
top: 1rem; left: 1rem;
}

.ribbon-transparent span::before {
content: "";
position: absolute; left: 0rem; top: 100%;
z-index: -1;
/*border-left: 0.3rem solid rgba(0,0,0,.5);*/
/*border-right: 0.3rem solid transparent;*/
/*border-bottom: 0.3rem solid transparent;*/
/*border-top: 0.3rem solid rgba(0,0,0,.5);*/
}

.ribbon-transparent span::after {
content: "";
position: absolute; right: 0rem; top: 100%;
z-index: -1;
/*border-left: 0.3rem solid transparent;*/
/*border-right: 0.3rem solid rgba(0,0,0,.5);*/
/*border-bottom: 0.3rem solid transparent;*/
/*border-top: 0.3rem solid rgba(0,0,0,.5);*/
}


/* = = = = = = = = = = = = = = = = = = = = = =  */
/* Ribbon mit Dreieck */
/* Liegt ganz oben rechts, hinter dem Menü-Button  */
/* = = = = = = = = = = = = = = = = = = = = = =  */

#ribbon-triangle-wrapper {
position: absolute;top:0;right:0;z-index:3;
}

#ribbon-triangle {
background: #000;
display: inline-block;
height: 5rem;top:0;left:0;
margin-left: 0px;
margin-top: 0px;
position: relative;
width: 4rem;
}

#ribbon-triangle:before {
border-top: 2rem solid #000;
border-left: 2rem solid transparent;
border-right: 2rem solid transparent;
content: "";
height: 0;
left: 0;
position: absolute;
bottom: -1.9rem;
width: 0;
}


/* ############################################################ */
/* spacer  - zwischen-leisten */
/* ############################################################ */

.spacer {display:block;
min-height:3rem;
margin:0 auto;
width:100%;
color:#000;
background:#f4f4f4;/*IE9*/
background:linear-gradient(to right,#F4F4F4,#fff,#F4F4F4);
box-shadow: inset 0px 0px 10px #fff;
padding:.5rem 1rem;
}

.spacer.eins {
text-align:center;
}

.spacer.zwei {
text-align:right;
}

.spacer.drei {
text-align:center;
}

.spacer a {color:transparent;
text-decoration:none;
}


/*  die icons im spacer-bereich */

.spacer a .fas,
.spacer a .fab,
.spacer a .far {display:inline-block;
font-size:1.8rem;
line-height:2.3rem;
height:2.5rem;
width:2rem;
margin:0 .3rem;
color:#fff;
text-shadow:0 0 2px #000000;
background:transparent;
text-align:center;
border-radius:36rem;
transition:all .3s;
}

.spacer a:hover .fas,
.spacer a:hover .fab,
.spacer a:hover .far  {
color:#fff;
background:transparent;
transform:scale(1.2);
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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:0rem ;
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 .box-1_of_2 ,
.information .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%; }

#gallery-01 .box-1_of_3  {width:33.33%; }
#gallery-01 .box:hover img {box-shadow:0 0 2px black; }

#quick-gallery-01 .box-1_of_4  {width:25%;border:solid 1px transparent; padding:1px}
#quick-gallery-01 .box:hover  { border:solid 1px red;}

.bild-text {display:block;background:transparent;
margin:0rem;
padding: 1rem ;color:#000;
}

.bild-text b {color:#000;font-weight:bold;text-transform:uppercase;
}


/* ############################################################ */
/* bereich header - besteht aus  logo-bereich  und menü*/
/* ############################################################ */

header {height:100vh;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

/* hauptbild auf den unterseiten */

header.logobild-01 {background-image:url(../images/logo02.jpg); }

header.logobild-02 {background-image:url(../images/logo03.jpg); }

header.logobild-03 {background-image:url(../images/logo06.jpg); }

header.logobild-04 {background-image:url(../images/logo04.jpg); }

header.logobild-05 {background-image:url(../images/logo05.jpg); }

header.logobild-06 {background-image:url(../images/logo01.jpg); }




/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo {
	height:100%;
	display:block;
	margin: 0 auto;
	padding:0rem;
}

.logobox-a {
	height:100%;
	display:table;
	width:100%;
	table-layout:fixed;
	border-spacing:0 0 ;
	padding:2rem;
}

.name-wrapper {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.name {
	display:block;
	font-family:'bungeeregular';
	/*background:rgba(7,130,180,.5);*/
	font-weight:bold;
	letter-spacing:0.2rem;
	margin:0rem;
	padding:3rem 1rem;
	font-size:1.8rem;
	line-height: 2.2rem;
	color:white;
	text-shadow:0 0 2px #000;
	text-transform:uppercase;
}

.name span {
	display:block;
	font-weight:bold;
	font-family:arial;
	padding:0rem;
	font-size:1.4rem;
	line-height:2.2rem;
	color:#fff;
	text-shadow:0 0 2px #000;
	text-transform:none;
}



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt {display:block;min-height:90rem;
margin: 0 auto;
padding:0rem;
}

.inhaltbox-a {display:block;
text-align:left;
padding:4rem 2rem 4rem 2rem;
overflow-wrap: anywhere;
}


/*  ----------------------------------------  */
/*  information ( info-1 und info-2 und info-3 )  */
/*  ----------------------------------------  */

.information  {display:block;
margin:0 auto;
padding:0;
}

.information h4 {text-transform:normal;text-align:center;
font-weight:bold;margin-top:0;margin-bottom:1rem;margin-top:1rem;
padding:0rem 0rem;
color:#000;
}

.information article  {display:table;width:100%;
list-style-type: none;
padding: 0rem 0 3rem 0;
text-align:left;
}


/*  vorangestelltes element - allgemein  */

.information  article:before {padding:0;display: block;
text-align:center;margin:0 auto;

font-size:6rem;
height:9rem;width:9rem;
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. */
}


/*  vorangestelltes element - info-1  */

.information .info-1 article:before {
color:#77B82A;background:transparent;
}

/*  vorangestelltes element - info-2  */

.information .info-2 article:before {text-shadow:0 0 1px rgba(0,0,0,.9);
color:#fff;background:red;box-shadow:0px 0px 1px silver
}

.information .info-2:nth-child(1) article:before {
background:black;
}

.information .info-2:nth-child(2) article:before {
background:red;
}

.information .info-2:nth-child(3) article:before {
background:steelblue;
}

.information .info-2:nth-child(4) article:before {
background:limegreen;
}

.information .info-2:nth-child(5) article:before {
background:orange;
}

.information .info-2:nth-child(6) article:before {
background:orchid;
}

.information .info-2:nth-child(7) article:before {
background:cadetblue;
}

.information .info-2:nth-child(8) article:before {
background:indianred;
}

.information .info-2:nth-child(9) article:before {
background:seagreen;
}


/*  vorangestelltes element - info-3  */

.information .info-3 article:before {
color:black;
border-radius:36rem;
text-shadow:0px 0px 1px rgba(0,0,0,.9);
}


/*  vorangestelltes element - die icons  */

.information .info-1 article.icon1:before {content:"\f0ae"; }
.information .info-1 article.icon2:before {content:"\f1e6"; }
.information .info-1 article.icon3:before {content:"\f5ba"; }
.information .info-1 article.icon4:before {content:"\f5df"; }

.information .info-2 article.icon1:before {content:"\f5e1"; }
.information .info-2 article.icon2:before {content:"\f5e7"; }
.information .info-2 article.icon3:before {content:"\f722"; }
.information .info-2 article.icon4:before {content:"\f0d1"; }
.information .info-2 article.icon5:before {content:"\f84a"; }
.information .info-2 article.icon6:before {content:"\f207"; }
.information .info-2 article.icon7:before {content:"\f206"; }
.information .info-2 article.icon8:before {content:"\f63b"; }
.information .info-2 article.icon9:before {content:"\f613"; }

.information .info-3 article.icon1:before {content:"\f5df"; }
.information .info-3 article.icon2:before {content:"\f5e7"; }
.information .info-3 article.icon3:before {content:"\f769"; }



/*  ----------------------------------------  */
/*  box LEISTUNGEN                            */
/*  ----------------------------------------  */

.leistungen {
display:block;
width:100%;
padding:0;
margin:0 auto;color:#fff;
}

.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:steelblue;
line-height:4rem;
padding:.3rem;
margin:0;
border-bottom:solid 1px #fff;
}

.leistungen li:first-child {
background:red; /* IE9 */
background:linear-gradient(to right, red, #CA0000, red);
color:white;
font-size:2rem;
font-weight:bold;
line-height:4rem;
}

.leistungen li:last-child {
background:#0095C6;/* IE9 */
background:linear-gradient(to right, lightskyblue, #0095C6, lightskyblue);
color:white;
font-weight:bold;
padding:2rem 0;
line-height:2rem;
}

.leistungen li:last-child span {
font-size:2.5rem;
}

.leistungen  li b:after {padding:0;display:inline-block;
width:3rem;
color:yellow;
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";
}

/* leistungen extra */

.leistungen.extra  li {background:#F7F7F7;
color:#4F4F4F;
}

.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:#0095C6;/* IE9 */
color:#fff;
background:linear-gradient(to right, lightskyblue, #0095C6, lightskyblue);
}


/*  ----------------------------------------  */
/*  box NOTIZBOX                              */
/*  ----------------------------------------  */

.notizbox {
display:block;
width:100%;
padding:0;
margin:0;box-shadow:0px 1px 1px rgba(0,0,0,.9);
}

.notiz  {min-height:26rem;
display:inline-block;
background:#fff;/*IE9*/
background:#77B82A;
color:#fff;
width: 100%;
padding:3rem  2.5rem 2rem 2.5rem;
margin-bottom:0rem;
text-align:left;POSITION:relative;
}

.notiz span {color:#fff;
font-weight:bold;font-size:1.6rem;
}

.notiz a {color:#fff; }

.notiz p {margin:0.5rem 0.5rem 1.5rem 0.5rem;}


/* hintergrundbild in den boxen allgemein */

.notiz.index,
.notiz.index-1,
.notiz.index-2,
.notiz.index-3,
.notiz.index-4,
.notiz.index-5,
.notiz.index-6 {
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

/* hintergrundbilder in den boxen auf seite index.html */

.notiz.index.backpic-01 {
background-image:url(../images/e3dc_startseite.jpg); }

.notiz.index.backpic-02 {
background-image:url(../images/solwarwatt_startseite.jpg); }

.notiz.index.backpic-03 {
background-image:url(../images/my-PV_startseite.jpg); }

/* hintergrundbild in den boxen auf seite index1.html */
.notiz.index-1.backpic-01 {
background-image:url(../images/picture10.jpg); }

/* hintergrundbild in den boxen auf seite index6.html */

.notiz.index-6.backpic-01 {
background-image:url(../images/picture02.jpg); }

.notiz.index-6.backpic-02 {
background-image:url(../images/picture13.jpg); }

/* bilder auf der ueber_uns seite */

.teambilder {
  display: inline;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
background-position:50% 100%;
background-size:cover;overflow:hidden;
}

/* hauptbild auf den unterseiten */

footer.logobild-01 {background-image:url(../images/logo02.jpg); }

footer.logobild-02 {background-image:url(../images/logo03.jpg); }

footer.logobild-03 {background-image:url(../images/logo06.jpg); }

footer.logobild-04 {background-image:url(../images/logo04.jpg); }

footer.logobild-05 {background-image:url(../images/logo05.jpg); }

footer.logobild-06 {background-image:url(../images/logo01.jpg); }


.fuss {display:block;background:rgba(0,0,0,.5);
box-shadow: inset 0px -200px 200px  black;
margin: 0 auto;
width:100%;

padding:3rem 0 1rem 0 ;
}

.fuss,
.fuss a {color:#fff;
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:#77B82A;font-weight:bold;
}


.fussbox h3 {
padding-bottom:.6rem;
font-size:1.6rem;
color:#91B6D5;
text-shadow:0 0 1px #213D54;
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:#fff;
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 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:#77B82A;
}

.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:#CBDDEB;
background:transparent;
text-align:center;
border-radius:36rem;
}

.fussbox a:hover .fas,
.fussbox a:hover .fab,
.fussbox a:hover .far  {
color:#77B82A;
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;}

.ribbon-container-transparent {
width: 100%;
position: relative;
left: 7vw;
top: -32.5rem;
}

.ribbon-transparent {
position: relative;
left: 0rem; top: 0rem;
z-index: 1;
overflow: hidden;
width: 22.0rem; height: 11rem;
text-align: center;margin:0 auto
}

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.bild-text {font-size:1.4rem; }

/* - - - - -   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%; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.information .box-1_of_3 {width: 50%; }
.information .box {padding:0rem 1rem ; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.ribbon-container-transparent {
width: 100%;
position: relative;
left: 0rem;
top: -37.5rem;
}

.ribbon-transparent {
position: relative;
left: 0rem; top: 0rem;
z-index: 1;
overflow: hidden;
width: 22.0rem; height: 11rem;
text-align: center;margin:0 auto
}

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

header  {  height:35rem; }

.logobox-a { width:50%; }

h3 {text-align:left; }

.inhaltbox-a {
padding:5rem 8vw 8rem 8vw;
}

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_2b {width: 50%;  }
.leistungen .box-1_of_3 {width: 100%; }
.leistungen .box-1_of_4 {width: 50%; }
.leistungen .box {padding:0rem .2rem ; }
.leistungen  {width:50%; }
.leistungen.extra  {width:100%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.fuss {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:0rem;
padding:2rem 1rem 1rem 1rem ;
}

.fussbox {display:table-cell;
width:33.33%;
text-align:left;
padding:1rem;
}

.fuss, .fuss a {font-size:1.1rem; }
.fuss h3 {font-size:1.2rem;letter-spacing:.1rem; }

.ribbon-container-transparent {
width: 100%;
position: relative;
left: -3vw;
top: -8.5rem;
}

.ribbon-transparent {
position: relative;
left: 0rem; top: 0rem;
z-index: 1;
overflow: hidden;
width: 22.0rem; height: 11rem;
text-align: center;margin:0 auto
}

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

html {font-size:80%; }

header  {  height:40rem; }

.box  {font-size:1.5rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_3b  {width: 33.33%; }
.box-1_of_4  {width: 25%; }
.box-1_of_4c  {width: 25%; }
.information .box-1_of_2 {width: 50%; }
.information .box-1_of_3 {width: 33.33%; }
.information .box {padding:0rem 2rem ; }
.leistungen .box-1_of_3 {width: 33.33%; }
.leistungen  {width:100%; }
.leistungen.extra  {width:75%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */



/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
.notizbox { font-size:1.3rem;display:table; }
.notiz  {display:table-cell;height:26rem;width:50% }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */

.ribbon-container-transparent {
width: 100%;
position: relative;
left: -4vw;
top: -10.5rem;
}

.ribbon-transparent {
position: relative;
left: 0rem; top: 0rem;
z-index: 1;
overflow: hidden;
width: 22.0rem; height: 11rem;
text-align: center;margin:0 auto
}

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

.ribbon-container-transparent {
width: 100%;
position: relative;
left: -5vw;
top: -10.5rem;
}

.ribbon-transparent {
position: relative;
left: 0rem; top: 0rem;
z-index: 1;
overflow: hidden;
width: 22.0rem; height: 11rem;
text-align: center;margin:0 auto
}

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

html {font-size:85%; }

.inhaltbox-a {padding:4rem 8vw;}

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

.fuss {padding:4vh 10vw; }

.ribbon-container-transparent {
width: 100%;
position: relative;
left: -6vw;
top: -10.5rem;
}

.ribbon-transparent {
position: relative;
left: 0rem; top: 0rem;
z-index: 1;
overflow: hidden;
width: 22.0rem; height: 11rem;
text-align: center;margin:0 auto
}

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
.leistungen .box-1_of_4 {width: 25%; }
.leistungen.extra  {width:100%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.inhaltbox-a {padding:4rem 10vw 8rem 10vw}

.ribbon-container-transparent {
width: 100%;
position: relative;
left: -5vw;
top: -10.5rem;
}

.ribbon-transparent {
position: relative;
left: 0rem; top: 0rem;
z-index: 1;
overflow: hidden;
width: 22.0rem; height: 11rem;
text-align: center;margin:0 auto
}

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */