

/* = = = = = = = = = = = = = = = = = 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;
}

h5 {
font-size:1.8rem;
font-weight: bold;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;	
}

/* 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;
cursor:pointer;
}

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;
}


/*  ----------------------------------------  */
/*  link MEHR LESEN-BUTTON - button für die boxfenster */
/*  ----------------------------------------  */


.button span.mehr_lesen {
visibility:visible;
display:inline-block;
color:#2F1717;
text-decoration:none;
padding:.1rem 1rem .1rem .5rem;
border-radius:0rem;
cursor:pointer;margin-top:-1rem;
background:burlywood;
border-radius:.6rem;font-weight:normal;
border:solid 1px rgba(0,0,0,.2);
}

.button span.mehr_lesen:hover {color:#000;
background-image:url(../images/wood.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.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:"\f0da" ;
color:chocolate;
padding:.2rem 0;
margin:0 .5rem 0em .5rem;
transition:transform .4s ease-out;
}

.button .mehr_lesen:hover:before {
transform:  translateX(3px);
color:#fff;
}

/*Button unsichtbar */
.button span.unsichtbar {
visibility:hidden;
color:#2F1717;
text-decoration:none;
padding:.1rem 1rem .1rem .5rem;
border-radius:0rem;
cursor:pointer;margin-top:-1rem;
background:burlywood;
border-radius:.6rem;font-weight:normal;
border:solid 1px rgba(0,0,0,.2);
}



/*  ----------------------------------------  */
/*  link MEHR LESEN-BUTTON PLUS - plus-button für die boxfenster */
/*  ----------------------------------------  */

.button.plus span.mehr_lesen {POSITION:absolute;bottom:0rem;right:0rem;
background:#EEDCB9;color:#2C241F;
border-radius:0;
}

.button.plus span.mehr_lesen:hover {color:#fff;
background:#A89284;
}

.button.plus .mehr_lesen:before {
content:"\f067" ;
color:maroon;
}

.button.plus .mehr_lesen:hover:before {
content:"\f0da" ;
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 0rem -.22rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-0_of_1 ,
.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.newsbox .box-1_of_2,
.information .box-1_of_3,
.arbeiten .box-1_of_4,
.leistungen .box-1_of_4  {width:100%;
}

.box-1_of_4 {width:50%; }

#gallery .box-1_of_1  {width:50%; }
#gallery .box-1_of_3  {width:50%; }

#gallery-more .box-1_of_2 {width:100%; }
#gallery-more .box-1_of_3 {width:100%; }
#gallery-more .box-1_of_4 {width:50%; }

#gallery .box  img {border:outset .2rem burlywood;box-shadow:1px 1px .3rem black; }
#gallery img:hover  {border:solid .2rem rgba(255,255,255,.5)}


/* ############################################################ */
/* bereich header - besteht aus  logo-bereich  und menü*/
/* ############################################################ */

header {background:#fff;
}


#logo {display:table;
width:100%;
margin:0;
padding:0;
text-align:center;overflow:hidden;
background-repeat:no-repeat;
background-position:50% 60%;
background-size:cover;
background-image:url(../images/slider/logo-bg01.jpg); /* fallback-bild- dieses ersatz-foto erscheint nur, falls sie im html-bereich die komplette slideshow loeschen moechten*/
}

.logo-content {
position:relative;
display:table-cell;
width:100%;
height:100vh;
padding:0rem 0rem;
margin:0 ;
}

.name-wrapper {
display:table-cell;
text-align:center;
vertical-align:middle;
}

#name  {
position:absolute;
display:table;
z-index:1;
top:50%;left:50%;
/*width:30rem;*/
height:24rem;
margin-top:-12rem;
margin-left:-15rem;
/*background:rgba(0,0,0,.5);*/
text-align:center;
color: burlywood;
font-family: 'bungeeregular';
font-weight:bold;
font-size:1.8rem;
line-height:2.3rem;
letter-spacing:1px;
padding:0rem;
text-shadow: 0 0 3px black;
text-transform:none;
}

#name .inhalt {
display:table-cell;
vertical-align:middle;
text-align:center;
height:24rem;
/*width:30rem;*/
padding:1rem;
}

.name span {display:block;font-weight:bold;
padding:0rem;
font-size:1.5rem;
line-height:2.2rem;
letter-spacing:1px;
text-transform:none;
}

.action-btn a ,.action-btn label {display:inline-block;
color:#fff;
font-size:1.3rem;font-weight:bold;letter-spacing:1px;
line-height: 2.2rem;
min-width:12rem;
padding:.5rem 1rem;
margin:0;text-decoration:none;
cursor:pointer;
background:linear-gradient(to right,black,#4F4F4F,black);
}

.action-btn a:hover , .action-btn label:hover{color:peru; background:white;
}

.action-btn .fas {color:burlywood;
padding:.5rem;
margin:0;
}

.action-btn:hover .fas {color:peru;
animation: m-2 .4s linear;
}


/* ############################################################ */
/* 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:#EEDCB9;color:black;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {
background:linear-gradient(to right,black,#5f5f5f,black);
color:#CFCFCF;
}


/* überschriften */

.section-inhalt:nth-child(even) h1,
.section-inhalt:nth-child(even) h2,
.section-inhalt:nth-child(even) h3 {
color:#fff;
}

.section-inhalt:nth-child(3) h1,
.section-inhalt:nth-child(3) h2,
.section-inhalt:nth-child(3) 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/hg_raumausstattung.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(3) -  nur der dritte abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(3) {
background-color: #fcd19a;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 230px, 490px, 870px, 930px;
}

/*  ----------------------------------------  */
/*  NTH-CHILD(4) -  nur der vierte abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(4) {
background:#F5ADAD;color:#cfcfcf;
background-image:url(../images/hg_motorradsitzbaenke.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background-attachment:scroll;
}

.section-inhalt:nth-child(4) .inhaltbox-a {background: rgba(0,0,0,.4);
}


/* überschriften */

.section-inhalt:nth-child(4) h1,
.section-inhalt:nth-child(4) h2,
.section-inhalt:nth-child(4) h3 {
color:#fff;
}


/* normale links */

.section-inhalt:nth-child(4) a {color:#CFCFCF; }
.section-inhalt:nth-child(4) a:hover {color:#CFCFCF; }


/*  ----------------------------------------  */
/*  NTH-CHILD(5) -  nur der fünfte abschnitt - aktuell nicht in Verwendung */
/*  ----------------------------------------  */

/*
.section-inhalt:nth-child(5) {
background:#F5ADAD;color:#cfcfcf;
background-image:url(../images/hg_autosattlerei.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background-attachment:scroll;
/*background-attachment:fixed;*/
/*}*/


/*.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:#000;
/*color:#FFF;*/	
}

/* normale links */

.section-inhalt:nth-child(5) a {color:#CFCFCF; }
.section-inhalt:nth-child(5) a:hover {color:#CFCFCF; }

/*  ----------------------------------------  */
/*  NTH-CHILD(6) -  nur der sechste abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(6) {
background:#F5ADAD;color:#cfcfcf;
background-image:url(../images/hg_polsterei.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background-attachment:scroll;
}

.section-inhalt:nth-child(6) .inhaltbox-a {background: rgba(0,0,0,.2);
}

/* überschriften */

.section-inhalt:nth-child(6) h1,
.section-inhalt:nth-child(6) h2,
.section-inhalt:nth-child(6) h3 {
color:#fff;
}

/* normale links */

.section-inhalt:nth-child(6) a {color:#CFCFCF; }
.section-inhalt:nth-child(6) a:hover {color:#CFCFCF; }


/*  ----------------------------------------  */
/*  NTH-CHILD(7) -  nur der siebte abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(7) {
background-color: #fcd19a;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 230px, 490px, 870px, 930px;
}

.section-inhalt:nth-child(7) .inhaltbox-a {background: rgba(0,0,0,.2);
}

/* überschriften */

.section-inhalt:nth-child(7) h1,
.section-inhalt:nth-child(7) h2,
.section-inhalt:nth-child(7) h3 {
color:#fff;
}

/*  ----------------------------------------  */
/*  information / Gardinen */
/*  ----------------------------------------  */

.gardinen .add-object-wrapper {
position:relative;
}

.gardinen .add-object {
position:absolute;
width:12rem;height:12rem;
top:0%;left:0%;
margin-left:-0rem;
margin-top:-0rem;
line-height:10rem;
border:solid .1rem black;
box-shadow:1px 1px 5px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.6);
background:rgba(0,0,0,.5);
font-size:5rem;
text-align:center;
color:rgba(0,0,0,.3);color:white;
font-weight:bold;
border-bottom-right-radius:36rem;
font-family:'bungeeregular';
}

.gardinen .container-animation {overflow:hidden;
}

.gardinen .container-animation.eins {
background-image:url(../images/gardinen_beratung.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.gardinen .container-animation.zwei {
background-image:url(../images/gardinen_fertigung.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.gardinen .container-animation.drei {
background-image:url(../images/gardinen_montage.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.gardinen, .leistungen  {
display:block;
margin:0 auto;
padding:0rem;
}

.gardinen .box , .leistungen .box {
padding:0 .5rem;
margin-bottom:1rem;
}

.gardinen article  {display:table;width:100%;
padding: 1rem 0 3rem 0;
text-align:center;
}

.leistungen article  {display:table;width:100%;
padding: 2rem 0 2rem 0;
text-align:center;
box-shadow:0 0 2px #9F9F9F;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 70px,120px, 220px, 240px;
}

/* browser-weiche nur für browser internet explorer, die hier den css-bacground-image rausnimmt */
_:-ms-lang(x),
_:-webkit-full-screen,
.leistungen article {background-image:none;
}


.gardinen 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;
}

.gardinen h4 {
color:#000;	
}

.leistungen .box article.icon1   { background-color: darkgray; }
.leistungen .box article.icon2   { background-color:palegoldenrod; }
.leistungen .box article.icon3   { background-color:skyblue; }
.leistungen .box article.icon4   { background-color:wheat; }
.leistungen .box article.icon5   { background-color:gold; }
.leistungen .box article.icon6   { background-color:gainsboro; }
.leistungen .box article.icon7   { background-color:peru; }
.leistungen .box article.icon8   { background-color:navajowhite }


.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:#2F2D31;opacity:.3;
background:transparent;
}

/*  ----------------------------------------  */
/*  information / Polsterei */
/*  ----------------------------------------  */

.polsterei .add-object-wrapper {
position:relative;
}

.polsterei .add-object {
position:absolute;
width:12rem;height:12rem;
top:0%;left:0%;
margin-left:-0rem;
margin-top:-0rem;
line-height:10rem;
border:solid .1rem black;
box-shadow:1px 1px 5px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.6);
background:rgba(0,0,0,.5);
font-size:5rem;
text-align:center;
color:rgba(0,0,0,.3);color:white;
font-weight:bold;
border-bottom-right-radius:36rem;
font-family:'bungeeregular';
}

.polsterei .container-animation {overflow:hidden;
}

.container-animation.eins {
background-image:url(../images/polsterei_01.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.container-animation.zwei {
background-image:url(../images/polsterei_02.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.container-animation.drei {
background-image:url(../images/polsterei_03.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
}

.polsterei, .leistungen  {
display:block;
margin:0 auto;
padding:0rem;
}

.polsterei .box , .leistungen .box {
padding:0 .5rem;
margin-bottom:1rem;
}

.polsterei article  {display:table;width:100%;
padding: 1rem 0 3rem 0;
text-align:center;
}

.leistungen article  {display:table;width:100%;
padding: 2rem 0 2rem 0;
text-align:center;
box-shadow:0 0 2px #9F9F9F;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 70px,120px, 220px, 240px;
}

/* browser-weiche nur für browser internet explorer, die hier den css-bacground-image rausnimmt */
_:-ms-lang(x),
_:-webkit-full-screen,
.leistungen article {background-image:none;
}


.polsterei h4 , .leistungen h4  {
/*color:#cfcfcf;*/
color:#000;	
text-transform:uppercase;text-align:center;
font-weight:bold;margin-bottom:1.5rem;margin-top:1.5rem;
padding:0rem 0rem;
}

.leistungen h4  {
color:#000;
}


.leistungen .box article.icon1   { background-color: darkgray; }
.leistungen .box article.icon2   { background-color:palegoldenrod; }
.leistungen .box article.icon3   { background-color:skyblue; }
.leistungen .box article.icon4   { background-color:wheat; }
.leistungen .box article.icon5   { background-color:gold; }
.leistungen .box article.icon6   { background-color:gainsboro; }
.leistungen .box article.icon7   { background-color:peru; }
.leistungen .box article.icon8   { background-color:navajowhite }


.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:#2F2D31;opacity:.3;
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 Arbeiten                           */
/*  ----------------------------------------  */

.myslider img {padding:0 .5rem ;text-align:center;}
.myslider.arbeiten span {display:block;text-align:center;padding:1rem 0 0 0}



/*  ----------------------------------------  */
/*  SLIDER  Testimonials                      */
/*  ----------------------------------------  */


.myslider.testimonials span {display:block;color:tan;text-align:center;padding:1rem 0 0 0; }


/*  ----------------------------------------  */
/*  box KONTAKT                             */
/*  ----------------------------------------  */

.kontakt {
display:block;
width:100%;
padding:0rem 0;
margin:0rem;
}

.kontaktbox  {
display:inline-block;
width: 100%;
color:black;
padding:1rem .5rem;
margin:0rem;
margin-bottom:1rem;
text-align:left;
background: rgba(255,255,255,.3);
}

.textbox  {
display:inline-block;
width: 100%;
color:black;
padding:1rem .5rem .5rem 1rem;
margin:0rem;
margin-bottom:1rem;
text-align:left;
background: rgba(255,255,255,.3);
}

.textbox_withbutton  {
display:inline-block;
width: 100%;
color:black;
padding:1rem .5rem .1rem 1rem;
margin:0rem;
margin-bottom:1rem;
text-align:left;
background: rgba(255,255,255,.3);
}

.kontaktbox .box {
text-align:left;
}

.kontakt h4 {color:black;
font-weight:bold;margin-bottom:0rem;margin-top:0rem;
padding:0rem 0rem;
}

/* ----- icons ----- */


.kontakt  .fas,
.kontakt  .fab,
.kontakt  .far {display:inline-block;;
color:#000;
color:rgba(0,0,0,.6);
font-size:3rem;
padding:0 1rem .2rem 0;
margin-bottom:1rem;
transition:all 2s ease-out;
}

.kontakt .fas:hover,
.kontakt .fab:hover,
.kontakt .far:hover {
color:#000;
color:rgba(0,0,0,.6);
background:transparent;transform:rotate(48deg);
}

.day  {display:inline-block;
width:8rem;font-weight:normal;font-family:arial;
}


/* ----- icons in boxfenster liste ----- */

.kontakt .liste-meine li .fas ,
.kontakt .liste-meine li .fab ,
.kontakt .liste-meine li .far  {display:inline-block;text-align:center;
margin:0rem  .8rem 0rem 0;
padding: 0;
width:5rem;
height:5rem;
line-height:5rem;
font-size:3rem;
color:rgba(0,0,0,.5);
background-image:url(../images/wood.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
border-radius:36rem;
background-color: burlywood;
background-size: 170px;
}


/* liste */
.kontakt .liste-meine li {padding:1rem 0;
margin-left:-2rem;list-style-type:none;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background-color: #fcd19a;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 230px, 490px, 870px, 930px;
}

.fuss {display:block;
margin: 0 auto;
width:100%;
padding:3rem 0 3rem 0 ;
}

.fussbox {display:block;
text-align:center;
padding:0rem 1rem;
margin:0 auto;
margin-bottom:3rem;
width:28rem;
border-radius:0rem;
background:transparent;
}

.fussbox.mitte {border-left:dotted 1px transparent;
border-right:solid 1px transparent;
}

/* für alle elemente im fussbereich, die nicht per a-tag verlinkt sind - wie hier die adresse */
.fuss, .fuss a {
color:#000;
font-size:1.5rem;
}


.fussbox article  {display:table;width:100%;
padding:0;
}

.fussbox  article:before {display: table-row;
vertical-align:top;
font-size:3rem;
width:3rem;
color:silver;
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:"\f05a"; }
.fussbox  article.f2:before  {content:"\f3c5"; }
.fussbox  article.f3:before  {content:"\f017"; }
.fussbox  article.f4:before  {content:"\f095"; }
.fussbox  article.f5:before  {content:"\f0e0"; }


.fussbox h3 {display:block;
padding-bottom:.6rem;text-align:center;
font-size:1.6rem;
color:black;font-weight:bold;
margin-bottom:1rem;
}


/* fussmenu */

.fussmenu ,
.fussmenu  ul,
.fussmenu  li {width:100%;
list-style: none;
margin: 0;
padding: 0;
border:0;
}

.fussmenu li { display:block;
padding:0 .5rem;
}

.fussmenu li a {font-size:1.5rem;
display : inline-block;
text-align:center;
color:#000;
text-decoration: none;
padding:.2rem 0;
margin-left:-1rem;
cursor:pointer;
}

.fussmenu li a:hover {
color:#fff;
background:transparent;
text-decoration:underline;border-radius:.5rem;
}


/* fussmenu2 - die social media icons */

.fussmenu2 ,
.fussmenu2  ul,
.fussmenu2  li {width:100%;
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.fussmenu2 li {display : inline; }

.fussmenu2 li a {display:inline-block;font-size:1.8rem;
color:#fff;
text-decoration: none;
padding:0 .5rem;
margin-bottom:1rem;
transition:all .5s ease-out;
}

.fussmenu2 li a:hover {color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.9);
transform:scale(1.3)
}




/* ############################################################ */
/* 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; }

.name {
letter-spacing:2px;
padding:1rem 6rem; 
font-size: 2.4rem;	
/*margin-top:-13rem;*/
margin-left:-7rem;
}	
	
.logo-content {
position:relative;
display:table-cell;
width:100%;
height:50vh;
padding:0rem 0rem;
margin:0 ;
}		
	
}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.name {
letter-spacing:4px;
padding:1rem 6rem; 
font-size: 2.5rem;	
/*margin-top:-13rem;*/
margin-left:-12rem;
}
	
.logo-content {
position:relative;
display:table-cell;
width:100%;
height:60vh;
padding:0rem 0rem;
margin:0 ;
}	
	
#name {
line-height: 3.5rem;	
	}	


/* - - - - -   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%; }
#gallery .gallery-a  {width:50%; }
#gallery .gallery-b  {width:50%; }
.information .box-1_of_3  {width: 70%;  }
.arbeiten .box-1_of_4  {width: 50%; }
.kontaktbox .box-1_of_2:nth-child(odd)  {width:18%; }
.kontaktbox .box-1_of_2:nth-child(even)  {width:82%;}
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%; }

.name {
font-size:3.5rem;
line-height: 4.4rem;
/*margin-top:-13rem;*/
margin-left:-13rem;		
}

/* - - - - -  GRID-SYSTEM  - - - - - */
.leistungen .box-1_of_4  {width: 50%; }
#gallery-more .box-1_of_2 {width:50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

/* liste */
.liste-meine li {margin-left:-1rem; }


#name .inhalt {
width:42rem;
height:26rem;
margin-top:-13rem;
margin-left:-15rem;	
}	
	
.logo-content {
position:relative;
display:table-cell;
width:100%;
height:60vh;
padding:0rem 0rem;
margin:0 ;
}		
	
}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */
	
.name {
font-size:4rem;
line-height: 4.4rem;
/*margin-top:-13rem;*/
margin-left:-16rem;	
}	
	
#name .inhalt {
width:42rem;
height:18rem;
margin-top:-13rem;
margin-left:-15rem;	
}	
	
.logo-content {
position:relative;
display:table-cell;
width:100%;
height:60vh;
padding:0rem 0rem;
margin:0 ;
}	

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {


.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%; }
.arbeiten .box-1_of_4  {width: 25%; }
#gallery .box-1_of_1  {width: 100%; }
#gallery .box-1_of_3  {width: 33.33%; }
#gallery-more .box-1_of_3 {width:33.33%; }
#gallery-more .box-1_of_4 {width:25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */


.fuss {display:table;
width: 100%;
table-layout:fixed;
border-collapse:separate;
border-spacing:.2rem;
padding:1rem 1rem 1rem 1rem ;
}

/* für alle elemente im fussbereich, die nicht per a-tag verlinkt sind - wie hier die adresse */
.fuss, .fuss a {
color:#000;
font-size:1.3rem;
}


.fussbox {display:table-cell;
width:33.33%;
vertical-align:top;
}

.fussbox.mitte {border-left:dashed 1px #BFBFBF;
border-right:dashed 1px #BFBFBF;
}

.fussmenu li a {font-size:1.3rem; text-align:left;}
.fuss h3 {font-size:1.3rem; }
.fussbox  article {text-align:left; }
.fussbox  h3 {text-align:left; }

	
	
.name {
letter-spacing:4px;
padding:1rem 6rem; 
font-size: 3.5rem;	
/*margin-top:-13rem;*/
margin-left:-13rem;
}	

.logo-content {height:29rem;} 	
	
}


/* ===================================== 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%; }
.gallery-a .box-1_of_4  {width: 50%; }
.gallery-a .box-1_of_1  {width: 100%}
.gallery-b .box-1_of_4  {width: 50% }
.gallery-b .box-1_of_1  {width: 100% }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.kontakt {display:table;
width: 100%;height:100%;
border-spacing:1rem .5rem;
table-layout:fixed;
border-collapse:separate;
}

.kontaktbox {display:table-cell;vertical-align:top;}

.fussbox  article:before  {display:table-cell;padding:0 .3rem 0 0 ;}

.name {
letter-spacing:4px;
padding:1rem 6rem; 
font-size: 3.5rem;	
/*margin-top:-13rem;*/
margin-left:-2rem;
}	

#name  {
/*width:60rem;*/
height:26rem;
margin-top:-10rem;
margin-left:-29rem;
font-size:2.5rem;
line-height:3rem;
}

#name .inhalt {
/*width:60rem;*/
height:26rem;
}

/* ausgleich der abstände wegen fehlerder menue-leiste auf den unterseiten*/
#name.unterseite {
margin-top:-12.5rem;
margin-left:-30rem;
}

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }



}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

html {font-size:85%; }

.name {
font-size:5rem;
line-height: 5.4rem;
}
	
#name  {
/*width:60rem;*/
height:26rem;
margin-top:-10rem;
margin-left:-34rem;
font-size:2.5rem;
line-height:3rem;
}	

.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(4)
{background-attachment:fixed; }
	
.section-inhalt:nth-child(5)
{background-attachment:scroll; }

.section-inhalt:nth-child(6)
{background-attachment:fixed; }
	


}


/* ===================================== ab 1600 pixel ================================= */

@media (min-width: 1600px) {

.inhaltbox-a {padding:3rem 10vw 5rem 10vw }

}



/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */