

/* = = = = = = = = = = = = = = = = = 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_sanslight',georgia, 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 {text-align:center;
font-weight:bold;color:#fff;
}

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

h2 {text-transform:uppercase;
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:2px;
}

h2:after {display:block;
border-top: 4px solid orange;
width: 70px;
content: "";
margin: 0 auto;
margin-top: 2rem;
}

h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
text-transform:none;
letter-spacing:1px;
}


/* quelltext-erklärungen - wenn vorhanden */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem gold;
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:#1f1f1f;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#ECE9FE;
text-decoration: underline;
}

a:hover {color:#ECE9FE;
text-decoration: none  ;
}


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

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


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

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:center;
}

.button .mehr_lesen a {display:inline-block;
background:#952D3D;
color:#fff;
text-decoration:none;
padding:.3rem 1.5rem .3rem 1rem;
border-radius:0;
border:solid 1px rgba(0,0,0,.1);
transition:all  .3s ease-out;
cursor:pointer;
}

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


/*  icon beim MEHR LESEN-BUTTON */

.button .mehr_lesen a:before {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f054" ;
transform:scale(.6);
color:#DFDFDF;
padding: 0 .5rem 0 0;
margin:0;
}

.button .mehr_lesen a:hover:before {color:#fff }


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

.button-position {
POSITION:relative;
}

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

/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

ul.liste-spez   {
margin:2rem 0rem 2rem 2rem;
padding:0 1rem;
}

.liste-spez li {list-style:none;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.5rem; /* rückt zweite gfls zeile ein*/
padding-left:1.5rem; /* rückt zweite gfls zeile ein*/
font-weight:bold;
line-height:2.5rem;
}

.liste-spez li: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:"\f00c";
margin-right:1.5rem;
color:orange;

transform:scale(1);
transition:all .3s ease-out;
}

.liste-spez li:hover:before  {
transform: translate(0px);
color:white;
}

.liste-spez li a  {text-decoration:underline; }
.liste-spez li a:hover  {text-decoration:none; }



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

.wrapper-box {display:block;
text-align:center;
padding:0rem;margin:0 auto;
}

.box {display:inline-block;
width:100%;
padding:.3rem;
text-align:left;vertical-align:top;
margin:0rem -.22rem 0rem -.22rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}


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


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

#fotos .box-1_of_1  {width: 100%;}
#trendy .box-1_of_2  {width: 100%;}
.box-1_of_4b  {width: 50%; }
.leistungen .box-1_of_4  {width: 100%; }
.leistungen .box-1_of_4b  {width: 100%; }

#gallery .box-1_of_3 {width:33.33%; }
#gallery img:hover  {opacity:.7;filter: blur(4px);}

#fuss .box-1_of_3  {width: 100%; }
#fuss-2 .box-1_of_1  {width: 100%;}


/*  boxen - boxen mit text */

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

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

article.text p {
margin:-.5rem 0;
padding:0;
}


/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:#8d5141;
background-image:url(../images/logo03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


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

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

#logo .filter {background:rgba(0,0,0,.2); }

.logo-a {display:table;
POSITION:relative;
width:100%;height:50vh;
text-align:center;
padding:0rem .2rem;
}

/* homepagename  */

.name {font-family:'old_standard_ttitalic';
display:table-cell;background:transparent;
width:auto;font-weight:bold;
text-align:center;vertical-align:middle;
margin:0;
padding:0rem 1rem 0rem 1rem;
font-size:2.8rem;
line-height: 3.1rem;
color:#fff;
text-shadow:2px 2px 3px black;
}


/* icon im kreis */

.name-2  {display:table;table-layout:fixed;POSITION:absolute;z-index:1;
width:17rem;height:17rem;
bottom:-8.5rem;left:50%;
margin-left:-8.5rem;
vertical-align:middle;
padding:0rem;
border-radius:36rem;
background-image:url(../images/logo01.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;

}

.name-2 .inner  {display:table-cell;padding:0rem;
text-align:center;vertical-align:middle;
}

.name-2 .inner i {
color:gold;
font-size:6.5rem;
text-shadow:0 1px 0px rgba(0,0,0,.3);
}

.name-2 .inner i:hover { }



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

#inhalt {display:block;
background:#1f1f1f;/* wird aber nachstehend durch NTH-CHILD gesetzt/überschrieben */
color:#ECE9FE;
padding:0rem;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:4rem 2rem 4rem 2rem;
}

.number {display:inline-block;
text-align:center;
color:white;
background:orangered;
margin:0;
padding:.7rem;
POSITION:absolute;
top:0;left:0rem;
}


/*  ----------------------------------------  */
/* abschnitt allgemein */
/*  ----------------------------------------  */

.section-inhalt {display:block;
width:100%;
margin:0;
POSITION:relative;
}



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

.section-inhalt:nth-child(odd) {
background:#542336;
}


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

.section-inhalt:nth-child(even) {margin:0;
background:#90313e;
}


/*  ----------------------------------------  */
/*  NTH-CHILD -  nur der erste (1) abschnitt */
/*  ----------------------------------------  */

/*  abstandsausgleich für das kreis-icon */
.section-inhalt:nth-child(1) .inhalt-a {
padding:10rem 2rem 4rem 2rem;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der zweite (2) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(2) {
background-image:url(../images/Bild.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.section-inhalt:nth-child(2) h2,
.section-inhalt:nth-child(2) h3 {color:#fff; }


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der dritte (3) abschnitt  */
/*  ----------------------------------------  */

/*.section-inhalt:nth-child(3) {
background-image:url(../images/logo03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
color:#fff;
}

.section-inhalt:nth-child(3) .filter {background:linear-gradient( to bottom, #0f0f0f 50%, transparent);}

.section-inhalt:nth-child(3) h2,
.section-inhalt:nth-child(3) h3 {color:gold; }
*/

/*  ----------------------------------------  */
/* box fotos gallery  */
/*  ----------------------------------------  */

#fotos  {
display:block;
padding:5rem 0;
}

#fotos .box  {
background:linear-gradient(to right, rgba(255,0,0,.6), rgba(0,0,0,.8),rgba(255,255,0,.6));
color:#fff;
border:solid 0rem #C8B99B;
box-shadow:0 0 1px rgba(0,0,0,.4);
padding:2rem;
}


/*  ----------------------------------------  */
/* box services / leistungen */
/*  ----------------------------------------  */

#services {display:block;text-align:center;color:#BFBFBF }

#services h2,
#services h3 {color:#DFDFDF;font-weight:normal; }

#services  article.text h3 {
font-size:1.7rem;
line-height:2rem;
}

#services  .box-table {display:inline-block;
background:transparent;padding:.2rem;
margin:0;
margin-bottom:3rem;
text-align:left;
}

#services  .box-table:last-child {
margin-bottom:0rem;
}


/* leistungen icons  */

.leistungen article  {width:100%;
background:orange;/*IE9*/
background:radial-gradient( circle at 50% 50%, orangered ,orange  );
padding: 2rem 0 2rem 0;
text-align:center;
box-shadow:0px  0px 2px rgba(0,0,0,.2);
}

.leistungen  article i {
display: block;
padding:0rem;
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; /* - 400 for Regular and Brands symbols.
                     - 900 for Solid symbols. */
font-size:5rem;
height:6rem;width:6rem;
color:white;
text-shadow:1px  1px 0 rgba(0,0,0,.1);
}

.leistungen h4  {
color:#fff;
text-transform:uppercase;
text-align:center;
font-weight:bold;
margin-bottom:0rem;margin-top:0rem;
padding:0rem 0rem;
font-size:1.3rem;
}



/*  ----------------------------------------  */
/* box trendy  */
/*  ----------------------------------------  */

#trendy {display:block;text-align:center;  }

#trendy  article.text h3 {
font-size:1.7rem;
line-height:2rem;
}

#trendy  .box-table {display:inline-block;
background:transparent;padding:.2rem;
margin:0;
margin-bottom:0rem;
text-align:left;
}

#trendy .button .mehr_lesen a {display:inline-block;
color:#fff;
background:#542336;
}

#trendy .button .mehr_lesen a:hover {background:orange;
color:white;
}

/*  ----------------------------------------  */
/* box presentation  */
/*  ----------------------------------------  */

#presentation  {display:block;text-align:center;  }

#presentation  article.text h3 {
font-size:1.5rem;
line-height:1.8rem;
text-align:center;
}

#presentation .box-table {display:inline-block;
background:transparent;padding:.2rem;
margin:0;
margin-bottom:7rem;
text-align:left;
}

#presentation  .box-table:last-child {
margin-bottom:0rem;
}

#presentation .button .mehr_lesen a {display:inline-block;
color:#fff;
background:#8F3446;
}

#presentation .button .mehr_lesen a:hover {background:orange;
color:white;
}


/*  ----------------------------------------  */
/* box information  */
/*  ----------------------------------------  */

#information  {display:block;text-align:center;  }

#information  article.text h3 {
font-size:1.7rem;
line-height:2rem;
text-align:center;
}

#information  .box-table {display:inline-block;
background:transparent;padding:.2rem;
margin:0;
margin-bottom:7rem;
text-align:left;
}

#information  .box-table:last-child {
margin-bottom:0rem;
}

#information .button .mehr_lesen a {display:inline-block;
color:#fff;
background:#b18c68;
}

#information .button .mehr_lesen a:hover {background:orange;
color:white;
}


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

footer {
background:#8d5141;
margin:0;
padding:1rem 0rem 0rem 0rem ;
}

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

.fuss-a {display:block;
margin: 0 auto;
padding:0 1rem 0 2rem;
}

#fuss-2 {padding:0rem ;
margin:0 auto;
width:100%;
background:#b18c68;
border-top:solid 1px rgba(0,0,0,.2);
}

.fuss-2-a {display:block;
margin: 0 auto;
padding:0 1rem 0 2rem;
}

#fuss .box,
#fuss-2 .box  {
text-align:left;
padding:1rem 1rem;
margin-bottom:1rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.4rem;
color:white;
font-weight:normal;
margin-bottom:1rem;
text-transform:uppercase;
}

#fuss .box h3:first-letter {
color:yellow;font-size:1.6rem;
}

#fuss .box h3:after {display:block;
border-top: 4px solid gold;
width: 30px;
content: "";
margin: 0;
margin-top: 0rem;
}

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


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss .box,
#fuss-2 .box,
#fuss li a,
#fuss-2 li a,
.fussmenu li.kein-link {
color:#fff;;
font-size:1.5rem;
line-height:2.2rem;
text-decoration:none;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }
#fuss li a:hover  {color:#fff;text-decoration:underline }


.fussmenu-2 li {margin:0 1.5rem 0 0; }
#fuss-2 li a:hover {color:#fff;text-decoration:underline;  }

.fussmenu label {cursor:pointer; }



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

.inhalt-a {width: 90%;}

}


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

.logo-a {height:100vh;

}

/* - - - - -   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%; }
.leistungen .box-1_of_4  {width: 50%; }
.leistungen .box-1_of_4b  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

html {font-size:70%; }

/* - - - - -   GRID-SYSTEM    - - - - - */
#fuss .box-1_of_3  {width: 50%; }
#services .box-table {width:75%; }
#trendy  .box-table {width:75%; }
#presentation  .box-table {width:75%; }
#information  .box-table {width:75%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


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

.name {
font-size:3.2rem;
line-height: 3.5rem;
}

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

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

}


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

.logo-a {height:34rem;  }

.inhalt-a  {width:96%;}

/* - - - - -   GRID-SYSTEM    - - - - - */
#fotos .box-1_of_1  {width: 70%;}
#trendy .box-1_of_2  {width: 50%;}
.leistungen .box-1_of_4  {width: 33.33%; }
.box-1_of_4  {width: 25%; }
#fuss .box-1_of_3  {width: 33.33%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */


#trendy {display:table;
width: 100%;
border-spacing:1rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#trendy .box-table {display:table-cell;vertical-align:middle; }

#presentation {display:table;
width: 100%;
border-spacing:.2rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#presentation .box-table {display:table-cell;vertical-align:top; }

article.text {font-size:1.3rem;}

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

#fuss-2 .box  {margin-bottom:0rem; }
#fuss .box h3 {font-size:1.3rem; }
.fussmenu-2 li {display:inline-block; /* menü wechselt von vertikal nach horizental */ }

}


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

/* ausblenden der zahlen */
.number {display:none; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_1  {width: 50%; }
#fotos .box-1_of_1  {width: 65%;}
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.section-inhalt:nth-child(3) .filter {background:linear-gradient( to right, #0f0f0f 50%, transparent);}

#services  {display:table;
width: 100%;
border-spacing:.2rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#services .box-table {display:table-cell;vertical-align:middle; }

#services  {border-spacing:2rem .1rem; }
#trendy  {border-spacing:2rem .1rem; }
#information  {border-spacing:2rem .1rem; }

.fuss-a, .fuss-2-a  {width:90%; }

}


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

pre {width:70%; }

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

#services  .button {text-align:left; }
#trendy  .button {text-align:left; }

}


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

@media (min-width: 1200px) {

html {font-size:78%; }

#services  {border-spacing:4rem .1rem; }
#trendy  {border-spacing:5rem .1rem; }
#presentation  {border-spacing:1rem .1rem; }
#information  {border-spacing:5rem .1rem; }

}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

/*  keine angabe */
.inhalt-a  {width: 88%;}
.fuss-a, .fuss-2-a  {width:88%;}
}


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