

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */


*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:'josefin_sansregular',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 {
font-size:1.7rem;
background:#989389;
margin: 0 auto;
}


/* überschriften */

h1, h2, h3, h4, h5 {text-transform:none;
font-weight:normal;
color:#B5BBBB;
}


h1 {text-transform:uppercase;
text-align:center;
font-size:3rem;
line-height: 3.2rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
letter-spacing:.0rem;
}


h2 {text-transform:uppercase;
font-size:2.4rem;
line-height: 2.6rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:.0rem;
}


h3 {font-size:2rem;
line-height: 2.2rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
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:#4f4343;
color:#ADA5A5;
border: dashed .1rem #ada5a5;
}


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

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

a:hover  {color:#919D9D;
background-color:transparent;
text-decoration:none;
}


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

.container_haupt {
margin:0 auto;
width:100%;padding-top:0rem;margin-top:1rem;margin-bottom:1rem;
}

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


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

.box {display:inline-block;
width:100%;
padding:.5rem;bordexr: solid .8rem #554848;
vertical-align:top;text-align:left;
margin:0rem -.25rem  ;/* 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,
.box-1_of_5 {width:100%; }

#inhalt img {border: solid .8rem #554848; }



/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
padding:0;
margin:0 auto;
}

.top-a {display:block;
background:#454e4e;/*IE9*/
background:radial-gradient(circle,#858F8F 1%, #454e4e);
vertical-align:bottom;text-align:center;
margin: 0 auto;
padding:2rem 0;
border-top-right-radius:6rem  ;
border-top-left-radius:6rem  ;
}

.name {display:block;
margin:1rem 0;
text-align:center;
padding:0rem 0rem;
font-size:2.4rem;
line-height:2rem;
letter-spacing:0.4rem;
color:#fff;
text-transform:uppercase;
}

.name span {display:block;
padding: .2rem 0 0 0;
font-size:1.4rem;
line-height:1.9rem;
letter-spacing:0.1rem;
color:#fff;
}


/*  die icons im kopfbereich */

#top .icons {margin:1rem 0; }
#top .icons ul {margin:0;padding:0; }
#top .icons li {display:inline-block;list-style:none;margin:0 .2rem; }

#top .icons  i {
font-size:2rem;
line-height:4rem;
height:4rem;
width:4rem;
color:#586262;
border-radius:36rem;
background:#EDECEB;
}


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

#logo {display:block;
padding:0;
margin:0 auto;
background:#4f4343;
}

.logo-a {display:block;
width:100%;
background:#6b5d5d;/*IE9*/
background:radial-gradient(circle,#493F3F 1%,#8C7979 );
margin: 0 auto;
padding:0;
}

#logo .box.a-1  {display:block;
text-align:center;
padding:2rem;
}

#logo .box.a-2  {display:block;
text-align:center;
padding:0;
}



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

#inhalt {
padding: 0;
margin:0;
color:#919D9D;
}

.inhalt-a {
background:#454e4e;
background:linear-gradient(to bottom ,#464F4F ,#2a3030, #464F4F );
margin: 0 auto;
padding:6rem 2rem ;
}

.inhalt-a h3::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. */
content:"\f0da";
color:#B3BBBB;
padding-right:.6rem;
}


.fotostrecke  {font-size:1.5rem;
display: block;text-align:center;
margin:1rem 0;
padding:0rem 0rem ;
}



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

#fuss {display:block;
padding:0;
margin:0 auto;
color:#fff;
}

.fuss-a {display:block;
background:#4f4343;
margin: 0 auto;
padding:2rem 0;
}

#fuss .box  {display:block;
padding:0rem ;
}

#fuss h3 {margin:1rem 0;
color:#B6B6B6
}


/* ############################################################ */
/*  fussmenu */
/* ############################################################ */

.fussmenu {display:block;
padding:1rem 0;
}

.fussmenu ul {display:block;
margin:0 0 0 .3rem;
padding:0 1rem 0 2rem;
}

.fussmenu li {display:block;list-style-type : none;
margin:0;
list-style-position: inside; /* rückt gfls zweite zeile ein */
text-indent:-1.3rem; /* rückt zweite gfls zeile ein*/
padding-left:1.5rem; /* rückt zweite gfls zeile ein */
border-bottom:dotted .1rem #AFA0A0;
}

.fussmenu li a {display:block;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.3rem .1rem ;
margin:.1rem 0;
color:#D9D5D5;
}

.fussmenu li a:hover {
color:white;
background:transparent;
}


/* die font-icons (pfeile) im menü */


.fussmenu li 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: 400;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                    - 900 for Solid symbols. */
content:"\f192";
color:#7c6f6d   ;
padding-right:.8rem;
transform:scale(.7);
}

.fussmenu li a:hover:before {
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f00c";
color:#fff;
}



/* ############################################################ */
/* bereich fuss-2 */
/* ############################################################ */

#fuss-2 {display:block;
color:#ADB4B4;
margin:0 auto;
}

.fuss-2-a {display:block;
background:#454e4e;/*IE9*/text-align:center;
background:radial-gradient(circle,#737D7D 1%, #454e4e);
margin: 0rem auto;
padding:3rem .5rem;
border-bottom-right-radius:6rem ;
border-bottom-left-radius:6rem ;
}

#fuss-2 .box  {display:block;;
text-align:center;
width:100%;
padding:0rem ;
font-size:1.6rem;
line-height:1.9rem;
}



/* ############################################################ */
/*  fussmenu-2 */
/* ############################################################ */


.fussmenu-2  {width:100%;
margin:0 auto;
padding-bottom:1rem;padding-top:0rem; }

.fussmenu-2 ul {margin:0;padding:0; }

.fussmenu-2 li { display:inline;list-style: none;
width:100%;
line-height:2rem;
margin-left:0rem;
padding-left:.5rem;
padding-right:.5rem;
}

.fussmenu-2 li a {
font-size:1.6rem;
line-height:1.8rem;
width : 100%;
text-align:left;
color:#A2ACAC;
text-decoration:none;
padding:0rem;
letter-spacing:0rem;
}

.fussmenu-2 li a:hover {
color:#DADEDE;
text-decoration: underline;
}



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


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

.top-a, .logo-a, .inhalt-a, .fuss-a, .fuss-2-a {width:90vw; }

}


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

/* keine angabe */

}


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

.inhalt-a {padding:6rem 5rem ; }

.fussmenu ul {padding:0 5rem 0 5rem; }

}


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

html {font-size:68%; }

}


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

html {font-size:70%;}

#logo .box.a-1 {width: 50%;display:inline-block;vertical-align:middle; }
#logo .box.a-2 {width: 50%;display:inline-block;vertical-align:middle; }

.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%; }

#fuss .box {display:inline-block;width:33.33%;  }
.fussmenu ul {padding:0 1rem 0 3rem; }

}


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

#logo .box.a-1 {width: 60%;display:inline-block;vertical-align:middle; }
#logo .box.a-2 {width: 40%;display:inline-block;vertical-align:middle; }

.fussmenu ul {padding:0 1rem 0 5rem; }

}


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

html {font-size:76%; }

.top-a, .logo-a,  .inhalt-a, .fuss-a, .fuss-2-a {width:85vw; }

}


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

.top-a, .logo-a, .inhalt-a, .fuss-a, .fuss-2-a {width:75vw; }

}


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

html {font-size:80%; }

}

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