

/* = = = = = = = = = = = = = = = = = 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;
font-weight:normal;
height:100%;
}

body {background:#fff;
color:#000;
font-size:1.7rem;
margin: 0 auto;
overflow-x:hidden;
}

/* andere zeilenabstände, absatz */
.content br {
line-height:.5;
}

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

h1, h2, h3, h4, h5 {
color:#000;
text-align:left;
letter-spacing:0px;
font-weight:normal;
}

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

h2 {background:#333;
color:white;
padding:.6rem 1rem;
font-size:2.1rem;
line-height: 2.4rem;
margin-top: 2rem;
margin-bottom: 5rem;
border-radius: 3px;
}

h3 {
font-size:2rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
font-weight:bold;
}

h4 {color:#333;font-style:italic;
font-size:1.6rem;
line-height: 2.1rem;
margin-top:1rem;
margin-bottom:2rem;
letter-spacing:.1rem;
font-weight:bold;
}


/* spez. formatierung der h4-überschrift mit font-icon */
h4:before{display:inline;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brand' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
text-align:left;
content:" \f30b ";
color:#5F5F5F;
padding-right:1rem;
font-size:1.7rem;
}



/* allgemeine links  */

a {background-color:transparent;
color:#000;
text-decoration: underline;
}

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


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


/* bilder  anpassen der grösse  */
/*
wenn sie eigene einzelne bilder einbauen, unabhängig von unserem bilderstystem,
dann werden diese bilder maximal (max-width) so gross wie die original-abmessungen des bildes
bwz. des umschliessenden containers wenn vorhanden
*/

img {max-width: 100%;
height: auto;
margin:0 auto;
}

#main-spalte-1 {display:block;
width:30rem;
margin:0px;
padding:0rem 0rem;
color:#000;
}

#main-spalte-2 {display:block;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM #1  - mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

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

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

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4
{width:100%;
}

#gallery .box-1_of_1 ,
#gallery .box-1_of_2 ,
#gallery .box-1_of_3 ,
#gallery .box-1_of_4
{width:50%;
}

.wrapper-box .box img,
.wrapper-box .box a img {display:block;
width: 100%;
height: auto;
}


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

.logo {display:table;
width:100%;
margin:0;
padding:0;
}

.logo-content {display:table-cell;
background:limegreen;
width:100%;height:100vh;
vertical-align:middle;text-align:center;
margin: 0;
padding:5rem 6vw;
}


/* name */
#name-wrapper  {display:table;
background-image:url(../../hp29z/images/picture11.jpg);
background-position:50% 55%;
background-repeat:no-repeat;
background-size:cover;
width:100%;height:65vh;
}

/* name */
#name  {display:table-cell;
vertical-align:middle;text-align:center;
color:#fff;
text-shadow:0 0px 1px #000;
font-weight:bold;
font-size:2.6rem;
line-height:2.9rem;
padding: 1rem;
}

#name span {
font-size:1.6rem;
}


/* ############################################################ */
/* bereich content */
/* ############################################################ */

.section-content {display:table;
width:100%;
margin:0;
padding:0;
}

.content {
display:table-cell;
width:100%;height:100vh;
margin: 0 auto;
padding:5rem 6vw;
text-align:left;
vertical-align:top;
border-bottom:dashed 1px limegreen;
}

/* letzter abschnitt keine border-linie unten */
#sextus .content {
border-bottom:dashed 1px transparent;
}

/* icons bei h2-überschrift*/
h2 .fas ,
h2 .far ,
h2 .fab {display:inline-block;text-align:center;
margin-right:1.5rem;
color:limegreen;
text-shadow:1px 0px 0px palegreen;
}


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

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

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


#kontakt.wrapper-box {
display:inline-block;
width:100%;
padding:0rem;
}

#kontakt .box {min-height:15rem;POSITION: relative;
display:inline-block;
text-shadow:none;
width: 100%;
padding:2rem 2rem ;
margin-bottom:1rem;
vertical-align:middle;
text-align:center;
border:dotted 1px #6F6F6F;
}

#kontakt .box:nth-child(odd) {
background:limegreen;
color:#fff;
}

#kontakt .box:nth-child(even) {
background:#333;
color:#fff;
}

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

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

#kontakt .box:after {
position:absolute;
z-index:1;
right:2rem;top:-2rem;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
text-shadow:0 1px 0px rgba(0,0,0,.0);

font-size:12rem;
font-family:'Font Awesome 5 Free';/* Name of the FA free font (mandatory)
                                 - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                 - 'Font Awesome 5 Brand' for Brands symbols. */
font-weight: 900;/* Weight of the font (by fontawesome)- use:
                   - 400 for Regular and Brands symbols;
                   - 900 for Solid symbols. */
}
#kontakt .box.icon-1:after {
content:"\f2bb";color:#6DDC6D; }

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

#kontakt .box.icon-3:after {
content:"\f017"; color:#6DDC6D;}

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



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

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

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



/*  ----------------------------------------  */
/*  box INFOBOX                                */
/*  ----------------------------------------  */

/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

.infobox.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0;
}

.infobox .box-tabcell {min-height:20rem;
display:inline-block;
background:limegreen;
color:#fff;
width: 100%;
padding:3rem  2.5rem 2rem 2.5rem;
margin-bottom:1rem;
text-align:left;POSITION:relative;
}

.infobox span {color:#fff;
font-weight:bold;text-transform:uppercase;
}

.infobox a {color:#fff; }

.infobox p {
margin:0rem 0 1.5rem 0 ;
}

/* hintergrundbild */

.infobox .box-tabcell.backpic {
background-image:url(../images/picture27.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.infobox .box-tabcell.backpic-2 {
background-image:url(../images/picture29.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}



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

.section-fuss {
width:100%;
background:transparent;
margin-top:5rem;
}

.fuss-content {background:#EFEFEF;
text-align:center;
margin: 0rem auto;
padding:1rem 0 ;
}


/* -----menu fuss ----- */

#fussmenu ul {text-align:center;
padding: 0 .5rem;
margin:0;
}

#fussmenu  li {list-style:none;display:inline;
padding:0rem .4rem;
margin:0;
}

#fussmenu li a {display:inline-block;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:0rem .2rem ;
margin: 0;
color:#000;
cursor:pointer;
}

#fussmenu li a:hover {background:transparent;
color:#fff;
background:#333;
}


/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */


/* - - - - -  nur info - - - - - */
/*  für die kleinste smartphone-auflösung von 320pixel 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) {

/* keine angabe */

}


/* ==================================== ab 400 pixel ================================== */

@media (min-width: 400px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {

#name  {
font-size:2.9rem;
line-height:3.3rem;
}

#name span {
font-size:2rem;
}

#about .box-tabcell {padding:2rem; }
#information .box-tabcell {padding:2rem; }
#fuss  li {display:inline; }

}


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

#kontakt.wrapper-box {
font-size:1.7rem;
}

/* - - - - -   GRID-SYSTEM #1   - - - - - */
.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 50%; }
#gallery .box-1_of_1 {width: 50%; }
#gallery .box-1_of_2 {width: 50%; }
#gallery .box-1_of_3 {width: 33.33%;  }
#gallery .box-1_of_4 {width: 25%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */

}


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

html {font-size:70%;}

.content {padding:5rem 7vw; }
.logo-content {height:32rem; }

#name-wrapper  {height:100%; }



}


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

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


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

.content {padding:5rem 4vw; }

#main-spalte-1 {display:table-cell;vertical-align:top;width:30rem; }
#main-spalte-2 {display:table-cell;vertical-align:top; }

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

}


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

@media (min-width: 1200px) {

.content {padding:5rem 6vw; }

}


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

@media (min-width: 1280px) {

/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
.infobox.wrapper-box-table {border-spacing:.5rem 0rem; font-size:1.3rem; }
.infobox .box-tabcell  {display:table-cell;height:20rem; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */


}




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