

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:'open_sanscondensed_light', tahoma,georgia,  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;
color:#000;
}


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:normal;text-transform:none;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.8rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:2px;
}

h2:after {display:block;
border-top: 1px solid #7f7f7f;
width: 50px;
content: "";
margin-top: 2rem;
}

h3 {
font-size:1.7rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
text-transform:uppercase;
letter-spacing:1px;
}


/* ----- quelltext-erklärungen - wenn vorhanden ----- */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #363E4E;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;
background:#363E4E;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: none;
cursor:pointer;
}

a:hover {color:#000;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

.button .mehr_lesen a {display:inline-block;
background:#a15129;    /* FARBE BUTTONS */
color:#fff;
text-decoration:none;
padding:.3rem 1rem;
border-radius:0;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {color:#fff;
background:#c9813d;
}


/* ----- icon beim MEHR LESEN-BUTTON ----- */

.button .mehr_lesen a:before {display:inline-block;
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\21" ;/* ----- INHALT SYMBOL ----- */
transform:scale(.9);
color:orange;
padding: 0 .5rem 0 0;
margin:0;
}

.button .mehr_lesen a:hover:before {color:#fff }



/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style wenn icon (fontawesome) vorangestellt ----- */

.liste-spez-2   {display:block;padding:0;}

.liste-spez-2 ul  {text-align:left;
margin:0rem 0 0 -1rem;
padding:0rem 0 0 0rem;
}

.liste-spez-2 li {list-style:none;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.5rem; /* rückt gfls zweite zeile ein */
padding-left:1.5rem; /* rückt gfls zweite zeile ein */
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding: 1rem;
margin:0  -.25rem; /* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/background:xxred
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder .box ,
#gallery .box {padding:.4rem; } 

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4,
.bilder .box-1_of_5 {width:100%; }
.bilder .box-1_of_4b  {width: 50%; }
#gallery .box-1_of_2 {width:50%; } /* auf index4.html */
#gallery .box-1_of_3 {width:33.33%; } /* auf index4.html */
#fotoblock .box-1_of_4  {width: 100%; }

/*  bei Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: grayscale(1); }


/*  ---------- boxen - andere ---------- */

#about .box-1_of_2 {width: 100%; }
#impressionen .box-1_of_1  {width: 100%; } /* beim schieberegler */
#last  .box-1_of_2 {width: 100%; }
#leistungen .box-1_of_2 {width: 100%; }
#fuss .box-1_of_4  {width: 100%; }
#fuss-2 .box-1_of_1  {width: 100%; }


/* ----- bildbeschreibung ----- */

.bildbeschreibung:before {
display:inline-block;
text-align:center;
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding:0;
content:"\";
color:#464F62;
font-size:2rem;
width:2rem;
}

article.bildbeschreibung {font-weight:bold;font-size:1.5rem;}


/* zentrierung der bildbeschreibung falls nur 1 bild (.box-1_of_1) verwendet wird  */
article.bildbeschreibung.cntr {text-align:center; }



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:transparent;
text-shadow:none;
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
margin: 0 auto;
padding:0rem;
background:transparent;
}

.top-a {background:transparent;
display:table;
width:100%;
margin:0 auto;
text-align:left;
padding:2rem 1rem 2rem 2rem;
}

/* homepagename  */

.name {
display:block;
color:#060E1F;
width:auto;
font-weight:normal;
margin:0 auto;
padding:0 0rem;
font-size:2.5rem;
line-height: 2.8rem;
}

.name span {padding:.2rem 0;
display:block;
color:#000;
font-size:1.6rem;
line-height: 1.9rem;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {min-height:38rem;/* mindesthöhe */
display:block;width:100%;
margin:0 auto;
padding:0;
background:#D2D6DF;
background-image:url(../images/logo04.png);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

.logo-a  {display:block;width:100%;background:transparent;height:auto;margin:0 auto;padding:0;}

/* fotos logo-bereich unterseiten */

#logo.foto-index1  {
background-image:url(../images/logo02.jpg); }

#logo.foto-index2  {
background-image:url(../images/logo03.jpg); }

#logo.foto-index3  {
background-image:url(../images/logo07.jpg); }

#logo.foto-index4  {
background-image:url(../images/logo06.jpg); }

#logo.foto-index5  {
background-image:url(../images/logo01.jpg); }

#logo.foto-index6 {
background-image:url(../images/logo05.png); }



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
background:transparent;
padding:0rem;
margin:0 auto;
}

.inhalt-a {display:block;
background:transparent;
width:100%;
margin:0 auto;
padding:4rem 3rem 6rem 3rem;
}

/* icons in liste-spez*/

.inhalt-a .liste-spez-2 ul  {
margin:0rem 0 0 2rem;
}

.inhalt-a .liste-spez-2 i {
transform:scale(.8);
color:#424A5E;
margin-right:1rem;
}


.inhalt-a .liste-spez-2  a:hover i {
color:orange;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) .inhalt-a {
background:#F8F9FF;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) .inhalt-a {
background:#fff;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der dritte (3) abschnitt auf der STARTSEITE    */
/*  ----------------------------------------  */

.startseite .section-inhalt:nth-child(3)  {
box-shadow:0 0 100px rgba(0,0,0,.2);
text-align:center;
position:relative;z-index:0;/* dient nur dazu das 'box-shadow' immer über den vor-und nachstehenden Objekten steht. */
}

.startseite .section-inhalt:nth-child(3) .inhalt-a {width:100%;
background:#c95122;/*  --------------FARBE BOXEN----------------------  */
padding:0;
}


/*  ----------------------------------------  */
/* box about  */
/*  ----------------------------------------  */

#about {display:block;margin:0  -3rem; }
#about .box {padding:1rem 3rem; }

/* icons follow-us  */

#follow-us .icons {margin:1rem 0; }
#follow-us .icons ul {margin:0;padding:0; }
#follow-us .icons li {display:inline-block;list-style:none;margin:.4rem .4rem;}

#follow-us .icons i {
text-align:center;
font-size:2rem;
width:5rem;height:5rem;
line-height:5rem;
color:slategray;
background:white;
border-radius:36rem;
box-shadow:0 0 2px slategray;
transition:all .5s
}

#follow-us .icons i:hover {color:orange;transform:rotate(1080deg) ; }


/*  ----------------------------------------  */
/* box fotoblock  */
/*  ----------------------------------------  */


#fotoblock  {margin:0 -.25rem;}

#fotoblock  .box {padding:2rem 3rem;
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
color:#f1f3f3;
font-size:1.6rem;
}

#fotoblock  .a-1 {background-image:url(../images/a001.png); min-height:40rem;}
#fotoblock  .a-2 {background-image:url(../images/a02.png); min-height:40rem;}
#fotoblock  .a-3 {background-image:url(../images/a008.png); min-height:40rem;}
#fotoblock  .a-4 {background-image:url(../images/a06.png); min-height:40rem;}


/*  ----------------------------------------  */
/* box leistungen  */
/*  ----------------------------------------  */

#leistungen {display:block;margin:0  -2rem; }
#leistungen .box {padding:1rem 2rem; vertical-align:middle; }


/*  ----------------------------------------  */
/*  box impressionen mit SLIDER Slick - Schieberegler              */
/*  ----------------------------------------  */

#impressionen {display:block;
text-align:center;
}

#impressionen img {display:block;
text-align:center;
margin:0 auto;
background:transparent;
}

/*  Schieberegler 1  */

.schieberegler-1 article.text {font-size:1.5rem;text-align:center;padding:1rem 2rem 0 1rem; }
.schieberegler-1 article.text h3 { text-align:center;margin-top:1rem;margin-bottom:.5rem; }


/*  ----------------------------------------  */
/* box last  */
/*  ----------------------------------------  */

#last {display:block;margin:0  -2rem; }
#last .box {padding:1rem 2rem; vertical-align:middle;}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* FARBE FUSS */

footer {background:#c95122;
margin:0 auto;
padding:0rem ;
}

#fuss {display:block;
margin: 0 auto;
padding:0rem;
}

.fuss-a {display:block;background:transparent;
margin: 0 auto;
padding:2rem 2rem 2rem 3rem;
}

#fuss .box {
text-align:left;
padding:0rem 1rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.5rem;
color:#fff;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top: 0rem;
margin-bottom:.5rem;
border-bottom:solid 1px #ff8800;
}

#fuss .box article {
margin-bottom:1.5rem;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }

/* ----- icons ----- */

.fussmenu li i,
.fussmenu li a i {color:#AFC1EF;
transition:all .9s ease-out ;
font-size:1.3rem;
margin-right:1rem;
}

.fussmenu li a:hover i {color:#fff;transform: rotateY(360deg); }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss  a {
color:#fff;
font-weight:normal;
font-size:1.5rem;
line-height:3rem;
}

#fuss li a {text-decoration:none; }
#fuss li a:hover  {color:#fff;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 -
für die kleinste smartphone-auflösung von 320 pixel benötigen wir KEINE bildschirmabragen (css-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) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.top-a {width: 90%}
.logo-a {width:90% }
.inhalt-a  {width: 90%}
.fuss-a {width:90%; }

#impressionen .box-1_of_1  {width: 80%; }
.bilder .box-1_of_2  {width: 50%; }
.bilder .box-1_of_3  {width: 33.33%;  }
.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.bilder .box-1_of_5  {width: 20%; }
#fotoblock .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#fuss .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:80%; }

.inhalt-a {padding:4rem 4rem 6rem 4rem; }

.fuss-a {padding:2rem 4rem; }

.schieberegler-1 article.text {font-size:1.3rem; }
.schieberegler-1 article.text h3 {font-size:1.4rem; }

#fuss ,
#fuss a {font-size:1.2rem; }

#fuss .box h3 {font-size:1.3rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.bilder .box-1_of_4  {width: 25%; }
#impressionen .box-1_of_1  {width: 70%; }

#about .box-1_of_2 {width:50%; }
#leistungen .box-1_of_2 {width:50%; }
#last .box-1_of_2 {width:50%; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */
@media (min-width: 1280px) {

.top-a  {width: 75%}
.logo-a  {width: 75%}
.inhalt-a  {width: 75%;}
.fuss-a {width:94%; }

#fotoblock .box-1_of_4 {width:25%;  }
#fotoblock .box {font-size:1.3rem;}

#fuss .box-1_of_4  {width: 25%; }

}


/* ===================================== ab 1650 pixel ================================= */

@media (min-width: 1650px) {

.top-a  ,
.logo-a ,
.inhalt-a ,
.startseite .section-inhalt:nth-child(3) .inhalt-a ,
.fuss-a {width:1650px; }

}


/*  +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  +  */
