

/* = = = = = = = = = = = = = = = = = 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,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}


/* überschriften */

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

h2 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
}

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


/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;
font-size:1.5rem;
padding:1rem 0.5rem 1rem 0.5rem;
margin-bottom:2rem;
text-align:center;
background:#2f2f2f;
color:#CFCFCF;
}


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

.container_haupt {
margin:0 auto;
padding:0;
width:100%;
}

.wrapper {
margin:0 auto;
width:100%;padding:0rem;

}

/* 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;
}

/* tabellenzelle-reihe  */
.tabrow {display:table-row;
}


/* homepagename  */
.name {
display:block;
font-size:1.9rem;
line-height:2.2rem;
letter-spacing:.1rem;
color:#FF6600;
text-transform:uppercase;
padding:.5rem;
margin:0 auto;
}

.name span {
color:orangered;
font-size:1.9rem;
line-height:2.2rem;
text-transform:none;
}

.kreis-wrapper{display:table;position:absolute;
top:35%;
left:50%;
margin-top:-80px;
margin-left:-80px;
height: 160px;
width: 160px;line-height:160px;
border-radius:36rem;
font-size:1.8rem;
line-height:2.1rem;
color:#000;
}

.kreis {display:table-cell;
border-radius:36rem;
vertical-align:bottom;
text-align:center;
padding:1.2rem 0;
background:rgba(255,255,255,.3); /* IE9*/
background:linear-gradient(to bottom, transparent 50%,#404141 50%);
color:#9F9F9F;
text-shadow:1px 1px 1px #000;
}




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

.section-logo {
width:100%;height:100vh;
position:relative;
overflow:hidden;
background:#2f2f2f;
background-image:url(../2022/hp115z/images/logo03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.logo1 {
display:table;
width:100%;height:0%;
text-align:center;
}

.logo2 {position:relative;
display:table;
width:100%;height:100%;
text-align:center;
}

.logobox-1a  {
display:table-cell;
width:100%;
}

.logobox-2a  {background:#212329;
display:table-cell;
padding-top:3rem;
width:100%;
height:35%;
text-align:center;
vertical-align:middle;
}

.logobox-2b  {
display:table-cell;
width:100%;
height:10rem;height:65%;
text-align:center;
vertical-align:middle;
}

.section-logo .filter  {
background: rgba(0,0,0,.4);/* IE9*/
background:linear-gradient(to right, transparent,black, transparent);
box-shadow:0px 0px 35px black;
}

/*  liste logo2-info */

.logo2  .info  {display:inline-block;
margin:0;padding-bottom:.5rem;
}

.logo2  .info h3  {
margin:0;
padding:.5rem;
}

.logo2 .info ul  {
margin:0;
padding:1rem .5rem 0 .5rem;
color:#fff;
}

.logo2  .info li  {
list-style-type: none;
margin:0;
padding-left:0rem;
}

.logo2  h4 {
color:#fff;
font-size:1.6rem;
line-height: 2.7rem;
margin:0rem;
letter-spacing:0rem;
padding-right:2.5rem;
}

.logo2  h4:after {
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-left :1rem;
content:"\f00c";
color:#FF6600;
}


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

.content .wrapper-box {display:block;
text-align:center;
padding:1rem;
margin:0rem 0;
background:transparent;
}

.content #alternative-color {
background:#2f2f2f;color:#DDECF4 ;/* alternative farbkombination zur css-klasse -.wrapper-box-*/
}

.box ,
.box-1_of_2 ,
.box-1_of_2b /* alternative zur css-klasse -.box-1_of_2- um alternative breakpunkte zu setzen */,
.box-1_of_3 ,
.box-1_of_4
{display:inline-block;
vertical-align:top;
padding:1rem;
margin:0rem -.25rem 0rem -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

b.text {display:inline-block;
font-size:1.4rem;
text-align:left;
font-weight:normal;
padding:1rem 0;
}

b.text.nopadding {
padding:0rem 0rem;/* setzt den padding bei der css-klasse -.b.text- auf null*/
}

.content .wrapper-box img {display:block;
width: 100%;
height: auto;
margin:0 auto;
}

.content .wrapper-box img:hover {
filter:sepia(.5) ;
}


/* weiter-link im bildbereich */
.content .wrapper-box a {
color:orangered;
text-decoration:none;
}

.content .wrapper-box a:hover {
color:orangered;
text-decoration:underline;
}



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

.content-wrapper {
width:100%;
}

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

.content {
display:block;width:100vw;
min-height:50vh;
margin: 0 auto;
text-align:left;
padding:6rem 3rem 6rem 3rem ;
}


/* - - - - - - - - - -  abschnitt 1, abschnitt 4,abschnitt 7 - - - - - - - - - -  */

.section-content:nth-child(3n+1)  {background:#bdc3c7;
color:#30292F;
}

.section-content:nth-child(3n+1) a {
color:#30292F;
text-decoration: underline;
}

.section-content:nth-child(3n+1) a:hover  {
color:#444A51;
text-decoration:none;
}

/* - - - - - - - - - - abschnitt 2, abschnitt 5, abschnitt 8 - - - - - - - - - - */

.section-content:nth-child(3n+2) {background:#EEEEEE;
color:#282227;
}

.section-content:nth-child(3n+2) a {
color:#282227;
text-decoration: underline;
}

.section-content:nth-child(3n+2) a:hover  {
color:#282227;
text-decoration:none;
}

/* - - - - - - - - - - abschnitt 3, abschnitt 6, abschnitt 9 - - - - - - - - - - */

.section-content:nth-child(3n+3) {background:#212329;
color:#AFAFAF;
}

.section-content:nth-child(3n+3) a {
color:#AFAFAF;
text-decoration: underline;
}

.section-content:nth-child(3n+3) a:hover  {
color:#AFAFAF;
text-decoration:none;
}


/* --- liste info --- */

.content .info  {display:table;
margin:0 auto;padding:0 0 1rem 0;
}

.content .info ul  {display:table;width:100%;
margin:0;
padding:0 1rem 0 1rem;
}

.content .info li  {font-size:1.4rem;
list-style-type: none;
padding: 1rem 1rem 1rem 1rem;
text-align:center;
}

.content .info h4 {color:white;
font-weight:bold;margin-top:0;margin-bottom:1rem;
}

.content .info  li.icon1:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 400;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f044";
font-size:5rem;
color:orangered ;
}

.content .info  li.icon2:before {text-align:center;
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:"\f080";
font-size:5rem;
color:orangered ;
}

.content .info  li.icon3:before {text-align:center;
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:"\f201";
font-size:5rem;
color:orangered ;
}



/* --- liste info2 ---*/

.content .info2  {display:table;
margin:0 auto;padding:1rem 0 2rem 0;background:orangered;
}

.content .info2 ul  {display:table;width:100%;
margin:0;
padding:0 1rem 0 1rem;
}

.content .info2 li  {font-size:1.4rem;
list-style-type: none;
padding: 1rem 1rem 1rem 1rem;
text-align:center;color:black;
}

.content .info2 h4 {color:black;
font-weight:bold;margin-top:0;margin-bottom:1rem;
}

.content .info2 li:before {text-align:center;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 400;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f058";
font-size:5rem;
color:white;
}




/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */

.section-fusstop {
width:100%;
color:#DDECF4 ;
background:#363636;background-image:url(../2022/hp115z/images/logo03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;background-size:cover;
}

.fusstop {display:table;width:100%;
height:20rem;
margin: 0 auto;
padding: 0;
font-size:1.4rem;

}

.fusstop h3 {margin:1rem 0;text-align:left;
padding-right:1rem;
color:#E0E7ED ;
font-size:1.5rem;
border-bottom:dotted 1px #86A0BB;
}

.fusstopbox  {
display:block;
padding:1rem 1rem 3rem 1rem ;
text-align:left;
}

.fusstopbox .inhalt .fas,
.fusstopbox .inhalt .fab,
.fusstopbox .inhalt .far {
width:2rem;
padding-right:1rem;
color:#EFEFEF ;
}

.fusstopbox .inhalt .fas:hover,
.fusstopbox .inhalt .fab:hover,
.fusstopbox .inhalt .far:hover {
width:2rem;
padding-right:1rem;
color:orangered ;
}

.section-fusstop .filter  {
background: rgba(0,0,0,.3);box-shadow:none;
}



/*  adresse, kontakt  */

.fusstopbox .inhalt   {width:28rem;
padding:0rem;
margin:0 auto;
}

.fusstopbox .inhalt ul {text-align:left;
padding:0rem;
margin:0;
}

.fusstopbox .inhalt  li {list-style:none;
padding:0rem;
margin:0;
}



/* ############################################################ */
/*  fusstop-menu */
/* ############################################################ */

/* allg. links, hier der email-link (infokontaktmustersohn@mail.de) */

.fusstop  a {text-align:left;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.1rem ;
margin:.1rem 0;
color:#DDECF4 ;
}

.fusstop  a:hover {
color:white;
}


/* das fusstop-menü */

.fusstop-menu {width:28rem;
margin:0 auto;
padding:0;
}

.fusstop-menu ul {
text-align:left;
margin:0;
padding:0;
}

.fusstop-menu li {list-style-type: none;
margin:0;
padding:0 ;
}

.fusstop-menu  a {text-align:left;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.1rem ;
margin:.1rem 0;
color:#DDECF4 ;
}

.fusstop-menu  a:hover {
color:white;
background:transparent;
}


/* die font-icons  im fusstop-menu */

.fusstop-menu 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. */
top:0rem;
left:0rem;
content:"\f30b";
padding-right:1rem;
color:#d35400 ;
font-size:1.3rem
}

.fusstop-menu li a:hover:before {
color:#fff;
}

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


.section-fuss {
width:100%;
background:#1f1f1f;
color:#9F9F9F;
}

.fuss {display:table;
margin: 0rem auto;text-align:center;
padding:1rem;width:100%;
height:16rem;
}

.fussbox-1a  {
display:table-cell;
vertical-align:middle;text-align:center;
text-align:center;
padding:0rem 0rem;
font-size:1.6rem;
line-height:1.9rem;
}

.fussname {display:block;
font-family:'robotolight';
text-align:center;
padding:.6rem;
font-size:1.2rem;
line-height:1.5rem;
letter-spacing:0.2rem;
color:#9F9F9F;
}





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

.content,  .fuss {width:90vw; }

}


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

.name {
font-size:2rem;
line-height:2.1rem;
}

.logobox-2b  {vertical-align:bottom; }

/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */
.box-1_of_4 {width: 50%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */

.fussmenu li { display:inline; }

}


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

/* keine angabe */

}


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

/* keine angabe */

}


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

html {font-size:70%;}

.content,  .fusstop, .fuss  {width:96vw; }

.section-logo {height:45rem; }

.logobox-2b  {vertical-align:middle; }

.content {text-align:justify; }

/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */
.box-1_of_2 {width: 50%;  }
.box-1_of_2b {width: 100%;  }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 25%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */

.fusstop , .fusstop a {font-size:1.1rem; }

.fusstop-menu {width:auto; }

.fusstop-menu a {font-size:1.1rem; }

.fusstopbox {width:33.33%;
display:table-cell;vertical-align:top;
}

.fusstopbox .inhalt  {width:auto; }

}


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

/* - - - - -  BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */
.box-1_of_2b {width: 50%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */
}


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

@media (min-width: 1024px) {

.tabrow{display:none}

.content,  .fusstop, .fuss {width:90vw; }

.logobox-2a  {
width:50%;
padding-top:0;
}

.logobox-2b  {width:50%; }

.kreis-wrapper {
top:50%;
left:50%;
}

.kreis {
vertical-align:middle;
background:#FF6600;
color:black;
text-shadow:1px 1px 1px #3F3F3F;
}

/*  liste info */
.content .info li  {display:table-cell;width:33%;
}

/* --- liste info2 ---*/
.content .info2 li  {display: table-row;
list-style-type: none;
text-align:left;margin-bottom:5rem;
}

.content .info2 h4 {margin-top:2rem;margin-bottom:1rem; }

.content .info2 li:before {padding-right:2rem;display: table-cell;
vertical-align:middle;
font-size:3rem
}

.fusstop {height:20rem;
padding:2rem 3rem; }

}


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

@media (min-width: 1100px) {

html {font-size:75%; }

}


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

@media (min-width: 1300px) {

.content, .fusstop, .fuss { width:85vw; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {font-size:80%; }

.name {
font-size:2.3rem;
line-height:2.6rem;
}

.logo2  h4 {
padding-right:3.5rem;
font-size:1.9rem;
line-height: 4rem;
}

.content, .fusstop, .fuss {width:80vw; }

}


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