

/* = = = = = = = = = = = = = = = = = 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 {text-align:center;
font-weight:normal;color:#000;
}

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: 4.5rem;
}

h2:after {display:block;
border-top: 8px solid #53686F;
width: 60px;
content: "";
margin: 0 auto;
margin-top: .5rem;
}

h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
text-transform:uppercase;
}

/* quelltext-erklärungen - wenn vorhanden */

pre {white-space:pre-wrap;position:relative;
font-size:1.4rem;
font-family:'robotolight', tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
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:#53686F;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 {list-style:none;padding-left:1rem; }


.liste-meine li {padding:0rem 0; }

.liste-meine li h3:before {color:#53686F;
padding-right:1rem;
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:"\f152" ;
}

.liste-meine li h3 {display:inline-block;text-align:left;font-weight:normal;
margin-bottom:0rem;margin-top:2rem;
font-size:1.6rem;
padding-left: 1.5rem; /* einrückung bei ggfls. zweiter zeile*/
text-indent: -2.5rem; /* einrückung bei ggfls. zweiter zeile*/
margin-left:-1rem;
}

.liste-meine li p {line-height:2rem; }


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: underline;
}

a:hover {color:#000;
text-decoration: none  ;
}



/*  ----------------------------------------  */
/*  link MEHR LESEN-BUTTON - button für die boxfenster */
/*  ----------------------------------------  */

.button  {display:block;
margin:2.5rem 0 1rem 0;
text-align:center;
}

.button span.mehr_lesen {display:inline-block;color:#fff;
background:#000;
text-decoration:none;
padding:.1rem 1rem .1rem .1rem;
border-radius:0rem;
cursor:pointer;margin:0;
background:#000; /* IE9 */
background:rgba(0,0,0,.4);
color:#fff;
border-radius:50px/150px;
border:solid 1px rgba(86,104,111,.5);background:rgba(146,166,171,.7);
}

.button span.mehr_lesen:hover {color:#fff;
background:#81989E;
}

/*  icon  */

.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:"\f8cc" ;
color:#FFFFFF;
font-weight:bold;
text-shadow:0 0 1px black;
padding:.2rem 0;
margin:0 .5rem 0em .5rem;
transition:transform .4s ease-out;
}

.button .mehr_lesen:hover:before {color:#fff; }


/*  spezielle positionierung des buttons */

.kontakt-1:nth-child(1)  {position:relative; }

.button.tablet-plus span.mehr_lesen {display:none;POSITION:absolute;
bottom:0%;right:0%;
width:18rem;height:5rem;line-height:4rem;
margin-bottom:-3rem; margin-right:-9rem;
}

.button.mobile span.mehr_lesen {POSITION:relative;
margin:1rem 0 0 0;height:4rem;line-height:3rem;
}







/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;margin:0;
}

.box {display:inline-block;
width:100%;
padding:.5rem;
text-align:center;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 */

#gallery .box-1_of_3 {width:33.33%; }
#gallery .box {vertical-align:middle;padding:0; }
#gallery .box  img {border:solid 1px transparent; }
#gallery img:hover  {opacity:.7;filter: blur(3px)}




/* ############################################################ */
/* bereich header - besteht aus  logo-bereich  und menü*/
/* ############################################################ */

header {background:#fff; }


/* ############################################################ */
/* bereich logo */
/* ############################################################ */


.logo {
display:block;width:100%;
margin: 0 ;
padding:0;
}


.logobox-a {display:block;
text-align:center;
padding:1rem ;
}

.logobox-b {display:block;
text-align:center;
padding:1rem;background:xred
}

.name {display:inline-block;
letter-spacing:1px;
margin:0rem;
padding:0rem 1rem;
font-size:2.2rem;
line-height: 2.5rem;
color:#53686F;
text-transform:none;
text-shadow:none;
}


/* ----- icons ----- */

.logo ul { display:block;
margin:0;
padding:0
}

.logo li { display:inline-block;
padding:0 .2rem;
}

.logo  .fas,
.logo  .fab,
.logo  .far {display:inline-block;
color:#53686F;
text-shadow:none;
font-size:1.8rem;
line-height:2rem;
padding:0 1rem 0rem 0;
}

.logo .fas:hover,
.logo .fab:hover,
.logo .far:hover {
color:#8BA2A9;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt { }

.section-inhalt {display:table;
width: 100%;
margin:0;
padding:0rem;
color:#000;
background-image:url(../images/bg.png); <!-- LOGO hier ändern -->
background-repeat:no-repeat;
background-position:50% 0%;
background-size:cover;
background-attachment:scroll;
}

.inhaltbox-a {display:table-cell;
vertical-align:middle;
background:radial-gradient(circle at 50% 50%, rgba(0,0,0,.4) 300px,   #4F4F4F 300px, rgba(0,0,0,.4) 450px,#6F6F6F);
width:100%;
height:auto;
margin: 0 auto;
padding:3rem 2rem;
text-align:left;
}



/*  ----------------------------------------  */
/*  box KONTAKT                               */
/*  ----------------------------------------  */


.kontakt {
display:block;
width:100%;
padding:0rem 0;
margin:0rem;
}

.kontaktbox  {
display:block;
width: 100%;
color:#F5F0EF;
padding:1rem  .5rem;
margin:0 auto;
margin-bottom:1rem;
text-align:left;
background:#1f1f1f;/* IE9 */
background:linear-gradient(to right,rgba(33,33,33,.7), rgba(0,0,0,.1),rgba(33,33,33,.7));
border:solid 1px rgba(86,104,111,.8);
border-radius:0px;
}


.kontaktbox .box {padding:1rem;
text-align:left;vertical-align:middle;
}

.kontaktbox .box-1_of_2  {text-align:center; }


.kontakt h4 {color:#fff;
font-size:1.8rem;
text-shadow:0 1px 1px rgba(0,0,0,.2);
font-weight:bold;
margin-bottom:.5rem;margin-top:-1rem;
padding:0rem 0rem;
}

.day  {display:inline-block;
width:7rem;font-weight:normal;font-family:arial;
}

.kontakt a {color:#F5F0EF;text-decoration: none; }
.kontakt a:hover {color:#F5F0EF;text-decoration: underline; }

/* ----- icons ----- */

.kontakt  .fas,
.kontakt  .fab,
.kontakt  .far {display:inline-block;
color:#CED7D9;
text-shadow:none;
font-size:2.5rem;
padding:0 1rem 0rem 0;
}

.kontakt .fas:hover,
.kontakt .fab:hover,
.kontakt .far:hover {
color:#F3F5F5;
}




/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#fff;
}

.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 h3 {display:block;
padding-bottom:.6rem;text-align:center;
font-size:1.8rem;
color:#586B6B;
font-weight:bold;
margin-bottom:1rem;
}

/* für alle elemente im fussbereich, die nicht per a-tag verlinkt sind - wie hier die adresse */
.fuss, .fuss a {
color:#53686F;
font-size:1.5rem;
}

.fussbox article  {display:table;width:100%;
padding:0;
}

.fussbox  article:before {display: table-row;
font-size:3rem;
width:3rem;
color:#53686F;
text-shadow:none;
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:"\f501"; }
.fussbox  article.f2:before  {content:"\f05a"; }
.fussbox  article.f3:before  {content:"\f2b5"; }
.fussbox  article.f4:before  {content:"\f004"; }
.fussbox  article.f5:before  {content:"\f1f9"; }




/* fussmenu */

.fussmenu ,
.fussmenu  ul,
.fussmenu  li {width:100%;
list-style: none;
margin: 0;
padding: 0;
border:0;
}

.fussmenu ul { display:block;
margin:0;
padding-left: 2rem;
}

.fussmenu li { display:block;
padding:0 ;
list-style-position: inside; /* rückt gfls zweite zeile ein - bei langen linkwörtern */
text-indent:-1rem; /* rückt zweite gfls zeile ein*/
padding-left:1rem; /* rückt zweite gfls zeile ein*/
}


/* einrückung zurücknehmen */
.fussmenu.kein-link ul {padding-left: 0rem; }
.fussmenu.kein-link li {padding:0 ;text-indent:0; }
/* ende einrückung zurücknehmen */

.fussmenu li a {font-size:1.5rem;
display : inline-block;
text-align:center;
color:#53686F;
text-decoration: none;
padding:.2rem;
margin-left:-0.5rem;
cursor:pointer;
}

.fussmenu li a:hover {
color:#000;
background:linear-gradient(to bottom,white,#DEE4E4,white);
text-decoration:none;border-radius:.5rem;
}

.fussmenu li a:before {display: inline-block;
padding: 0 ;font-size:1.1rem;
width:1rem;height:1rem;
content:"\f111";
color:#A4C2DB;
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. */
}

.fussmenu li a:hover:before {display: inline-block;
content:"\f192";
color:#5A92BE
}



/* ############################################################ */
/* 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) {

.inhaltbox-a {padding:4rem 3rem 4rem 3rem; }

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.name {letter-spacing:4px;padding:1rem 6rem; }

/* - - - - -   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%; }
.kontaktbox .box-1_of_2:nth-child(odd)  {width:15%;text-align:left }
.kontaktbox .box-1_of_2:nth-child(even) {width:85%;text-align:left}
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.kontakt h4 {text-align:left; }
.kontakt .fas, .kontakt .fab, .kontakt .far {padding:0 1rem 1rem 0; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%; }

/* liste */
.liste-meine {padding-left:4rem; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.kontaktbox  {width: 80%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {



.inhaltbox-a {padding:10rem 0rem; }

.box {font-size:1.4rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

.kontakt {display:table;
width: 100%;height:100%;
border-spacing:1rem .5rem;
table-layout:fixed;
border-collapse:separate;vertical-align:middle
}

.logo {display:table;
width: 100%;height:100%;
border-spacing:0rem 0rem;
table-layout:fixed;
border-collapse:separate;
padding:.5rem 0;
}

.logobox-a {display:table-cell;text-align:center;vertical-align:middle;width:60%; }
.logobox-b {display:table-cell;text-align:center;vertical-align:middle;width:40%; }

.kontaktbox {display:table-cell;vertical-align:middle;width:100%; }

.button.mobile span.mehr_lesen {display:none; }
.button.tablet-plus span.mehr_lesen {display:inline-block; }


.fuss {display:table;
width: 100%;
table-layout:fixed;
border-collapse:separate;
border-spacing:.2rem;
padding:2rem 1rem 2rem 1rem ;
}


.fussbox {display:table-cell;
width:33.33%;
vertical-align:top;
}

.fuss, .fuss li a {text-align:left;font-size:1.3rem; }
.fuss h3 {font-size:1.3rem;text-align:left;padding-left:0rem;margin-bottom:0rem; }
.fussbox  article {text-align:left; }
.fussbox  article:before  {display:table-cell;width:2rem; font-size:2rem;padding:0 .3rem 0 0 ;}

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

html {font-size:80%; }

.inhaltbox-a {padding:8rem 2rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
.box-1_of_1  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

html {font-size:85%; }

.inhaltbox-a {padding:8rem 7vw 8rem 7vw }

}


/* ===================================== 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 {background-attachment:fixed; }

}


/* ===================================== ab 1600 pixel ================================= */

@media (min-width: 1600px) {

.inhaltbox-a {padding:8rem 9vw 8rem 9vw }

}



/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */