/* = = = = = = = = = = = = = = = = = 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_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.8rem;
margin: 0 auto;
overflow-x:hidden;
color:#3C536C;
background:#fff;
}

#container {
margin:0 auto;
}


/* ueberschriften */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;text-transform:none;
}

h2 {
font-size:2.6rem;
line-height: 3.3rem;
margin-top: 0rem;
margin-bottom: 2.5rem;
letter-spacing:1px;
}

h2:before {display:inline-block;
border-top: 2px solid #47d9bf;
width: 30px;
content: "";
margin-bottom: .8rem;margin-right:1rem;
}

h3 {
font-size:2rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom:2.5rem;
letter-spacing:0px;
}


/*  quelltext erklaerungen, wenn vorhanden  */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #1f1f1f;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;
background:#4f4f4f;padding:0 .5rem;
transform:rotate(-45deg);
}


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

a {color:#47d9bf;
text-decoration: underline;
cursor:pointer;
}

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


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

/* bilder groesse anpassen  */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:0rem;
border:solid 1px rgba(0,0,0,.05);
}

/* hauptcontainer */
.wrapper {display:inline-block;
width:85%;
margin:0 auto;
text-align:center;
border-radius:.0rem;
padding: 2rem 0rem;
}


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

/* ----- style ----- */

.button  {display:block;
margin:0rem 0 0rem 0;
text-align:left;
}

.button.cntr {text-align:center; }

.button .mehr_lesen a {display:inline-block;
text-transform:uppercase;
font-size:1.5rem;
letter-spacing:1px;
color:#fff;
background:#AFAFAF;
border-radius:.4rem;
text-decoration:none;
padding:.3rem 1.8rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {
background:maroon;
}


/* ----- design-link ohne button ----- */

a.extra-link   {display:block;
padding:1rem 0;
text-decoration: none; }

/* icon bei extra-link */
a.extra-link:before {position:relative;
display:inline-block;
text-align:center;
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding:0 1rem 0 0 ;
content:"\f152";
color:#AFAFAF;
}

a.extra-link:hover:before {color:maroon; }



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

/* ----- style 1 ----- */

.liste-spez   {display:block;padding:0;}

.liste-spez ul  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

/* aufzaehlungszeichen marker */
.liste-spez li { list-style-type:square; }
.liste-spez li::marker { color: #8F8F8F;font-weight:bold }
.liste-spez li:hover::marker { color: maroon; }

/* numerische liste - ordered list */

.liste-spez ol  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

.liste-spez ol li {padding-left:.5rem;list-style-type: decimal; }
.liste-spez ol li::marker { color: #bfbfbf; font-family:serif }


/* ----- style 2 -  bei vorangestelltem icon (fontawesome) ----- */

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

.liste-spez-2 li {list-style:none;
list-style-position: inside; /* rueckt gfls zweite zeile ein */
text-indent:-1.4rem; /* rueckt gfls zweite zeile ein */
padding-left:1.5rem; /* rueckt gfls zweite zeile ein */
}

.liste-spez-2  i {transform:scale(.9);padding-right:.8rem;color:#8F8F8F; }
.liste-spez-2 li a:hover i {color:maroon; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID SYSTEM   fuer Bilder und Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding:  1rem;
margin:0  -.25rem -.25rem -.25rem; /* ausgleich  minus margin fuer INLINEBLOCK WHITESPACE BUG */
}

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


/* ---------- boxen - bilder ---------- */

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

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

#gallery.bilder .box-1_of_3 {width:33.33%; }
#gallery.bilder .box-1_of_4 {width:50%; }

/*  bei Mausberuehrung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: blur(2px)  }


/*  ---------- boxen - andere ---------- */

#fuss .box-1_of_3 {width: 100%; } /* boxen von fuss-a */


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

header {text-align:center;
margin:0 auto;
}


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

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

.top-a .wrapper .box {padding:0rem 0; }

#top .special.box-1_of_2:nth-child(1)  {width: 90%; text-align:left;padding-right:.5rem;} /* erste box von top */
#top .special.box-1_of_2:nth-child(2)  {width: 10%; text-align:right; } /* zweite box von top */


/* homepagename  */
.name {display:block;
color:#47d9bf;text-transform:uppercase;
}

.name i {
color:#1f1f1f;
}

.name b {font-weight:normal;
color:#000;
}



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


.logo-a .wrapper {
height:40rem;
background:#F8F8F8;
background-image:url(../images/picture309.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

.logo-a .wrapper .box {padding:0; }


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

main#inhalt {display:block;text-align:center;
padding:3rem 0 3rem 0;
margin:0 auto;
}

.inhalt-a .wrapper {margin:-1rem 0; }
.inhalt-a .wrapper .box {padding:1rem 0; }
.inhalt-a .bilder .box {padding:1rem; }



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

footer {text-align:center;
margin:0 auto;
padding:0;
padding:3rem 0;
}

.fuss-a .wrapper {
border-top:dotted 2px silver;border-bottom:dotted 2px silver;
}


.fuss-a .wrapper .box {padding:2rem 0rem; }

/* h3 ueberschrift plus unterstreichung */

#fuss .box h3 {
text-align:left;
font-size:1.7rem;
color:#3C536C;
letter-spacing:1px;
font-weight:normal;
text-transform:uppercase;
margin-top:0rem;
margin-bottom:2rem;
}

#fuss .box h3:after {display:block;
border-top: 1px solid #47d9bf;
width: 30px;
content: "";
margin-top: .4rem;margin-bottom:.7rem;
}


/* ----- fuss-botttom ----- */

.fuss-btm-a .wrapper .box {padding:1rem 0; }

.copyright { color:#3C536C;font-weight:normal;text-transform:uppercase; }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate fuer den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,#fuss-btm,
#fuss a, #fuss-btm a {
color:#3C536C;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.8rem;
text-decoration:none;
}

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



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

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

/*  hinweis:
fuer die kleinste smartphone aufloesung von 320 pixel benoetigen wir KEINE bildschirmabragen,
denn hierfuer gilt ja automtaisch der gesamte vorstehende quelltext code,
weil wir das template ja MOBILE-FIRST angelegt haben.
*/

}


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

/* keine angabe */

}


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

html {font-size:70%; }

.logo-a .wrapper {height:85vh; }

.bilder .box-1_of_4  {width: 50%; }

}


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

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

}


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

/* keine angabe */

}


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

html {font-size:80%; }

.wrapper  {width: 700px; }
.logo-a .wrapper { height:36rem; }

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

#fuss, #fuss a, #fuss-btm, #fuss-btm a {font-size:1.3rem; }
#fuss .box h3 {font-size:1.3rem; }

}


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

/* keine angabe */

}


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

html {font-size:75%; }

h2 {
    left: auto;
}

.wrapper  {width: 90%; }

.bilder .box-1_of_4  {width: 25%; }
#gallery.bilder .box-1_of_4  {width: 25%; }

#top  .special.box-1_of_2:nth-child(1)  {width: 30%; }
#top  .special.box-1_of_2:nth-child(2)  {width: 70%; }

.inhalt-a .wrapper {margin:1rem 0; }

#fuss .box-1_of_3  {width: 33.33%; }


/* 2er boxen mit aufteilung 1-drittel zu 2-drittel */

.one-third-two-thirds.box:nth-child(1)  {width: 38%;
padding:2rem 3rem 2rem 0rem;
text-align:right;
}

.one-third-two-thirds.box:nth-child(2)  {width: 62%;
padding:2rem 0rem 2rem 3rem;
border-left:dotted 2px silver;
}


}


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

pre {width:70%; }

}


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

html {font-size:86%; }

.wrapper   {width: 1200px; }

}


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

/* keine angabe */

}.left {
}
