

/* = = = = = = = = = = = = = = = = = 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;margin:0;
overflow-x:hidden;
color:#8f8f8f;
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#333333;
background-size:16px 16px;
background-attachment:fixed;
}



/* ----  berschriften ----- */

h1, h2, h3, h4, h5 {color:#afafaf;text-align:left;
font-weight:bold;text-transform:none;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.3rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:2px;
}

h2:after {display:block;
border-top: 1px solid #7f7f7f;
width: 50px;
content: "";
margin-top: 2rem;
}

h3 {
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
text-transform:none;
letter-spacing:2px;
}


/* ----- quelltext-erkl rungen - wenn vorhanden ----- */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #7f7f7f;
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:darkslategray;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#8f8f8f;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#8f8f8f;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der gr sse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}



/*  ----------------------------------------  */
/* LISTE-SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style ----- */

.liste-spez   {display:block;margin:2rem 0rem 2rem .5rem; }

.liste-spez h3  {text-align:left; }

.liste-spez ul  {display:inline-block;text-align:left;
margin:0;
padding:0 1rem;
}

.liste-spez li {list-style:none;
list-style-position: inside; /* r ckt gfls zweite zeile ein*/
text-indent:-1.6rem; /* r ckt zweite gfls zeile ein*/
padding-left:1.5rem; /* r ckt zweite gfls zeile ein*/
font-weight:normal;
line-height:2.7rem;
}

.liste-spez li a  {text-decoration:underline;color:#8f8f8f; }
.liste-spez li a:hover  {text-decoration:none;color:#fff; }


/* ----- icon ----- */

.liste-spez li: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:"\f192";
margin-right:1rem;
color:#fff;
transform:scale(.8);
transition:all .3s ease-out;
}

/* icon hover */
.liste-spez li:hover:before  {
transform: translate(0px);
transform:scale(.8);
color:#fff;
content:"\f111";
font-weight: 900;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - f r Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.box {display:inline-block;vertical-align:top;
width:100%;
padding:4px;
text-align:left;
margin:0 -2px   ;/* 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 ----- */

.box-1_of_4b  {width: 50%; }
#gallery .box-1_of_3 {width:100%; }
#gallery .box-1_of_4 {width:50%; }
#gallery-2 .box-1_of_4 {width:50%; }
#fuss .box-1_of_4  {width: 100%; }


/*  ----- bei Mausber hrung der Bilder, wenn diese verlinkt sind (z.B Lightbox) ----- */
a:hover img {opacity:.8;  filter: contrast(200%);box-shadow:0 0 1px black; }


/* ----- boxen - boxen mit text ----- */

article.text {font-size:1.7rem;
margin:0;margin-bottom:1.5rem;
text-align:left;letter-spacing:1px;
padding:1rem 1rem 1rem 0;
}

article.text.bildbeschreibung {font-weight:normal;color:slategray; }

article.text h3 {
font-size:1.8rem;
margin: 0rem 0rem 1.5rem 0rem;
text-align:left;
text-transform:uppercase;
}

/* ----- boxen - boxen mit text - zentrierung der bildbeschreibung falls 1 bild (.box-1_of_1) verwendet wird ----- */

article.text.cntr {text-align:center; }


/* ############################################################ */
/* haupt */
/* ############################################################ */

#haupt {
width:100%;margin:0 auto;position:relative;z-index:100;
box-shadow:0 5rem 10rem rgba(0,0,0,.7);
background:linear-gradient(to right ,  transparent,transparent,#000,#000,transparent, transparent );
}



/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:transparent;
text-shadow:none;
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
margin: 0 auto;
padding:0rem;
background:#1f1f1f;
}

.top-a {display:block;
width:100%;
background:transparent;
text-align:left;
padding:2rem 1rem 2rem 2rem;
}

/* homepagename  */

.name {
display:block;
color:#fff;
width:auto;
font-weight:normal;
margin:0 auto;
padding:0 0rem;
font-size:2.5rem;
line-height: 2.8rem;
}

.name b {
color:white;
}

.name span {padding:.2rem 0;
display:block;
color:#fff;
font-size:1.6rem;
line-height: 1.9rem;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {min-height:32rem;/* mindesth he */
display:block;width:100%;
margin:0 auto;
padding:0;
background:whitesmoke;
background-image:url(../images/picture03.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
}

.logo-a  {background:transparent;height:auto;padding:0}

/* fotos logo-bereich unterseiten */

#logo.foto-impressum  {
background-image:url(../images/picture03.jpg); }

#logo.foto-Datenschutz  {
background-image:url(../images/picture04.jpg); }

#logo.foto-index3  {
background-image:url(../images/picture10.jpg); }

#logo.foto-index4  {
background-image:url(../images/picture08.jpg); }

#logo.foto-index5  {
background-image:url(../images/picture14.jpg); }

#logo.foto-index6 {
background-image:url(../images/picture06.jpg); }


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */


main#inhalt {display:block;
background:rgba(0,0,0,.8);
padding:2rem 0rem;
margin:0 auto;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:4rem 3rem 4rem 3rem;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {background:#0f0f0f;
margin:0 auto;
padding:0rem ;
}

#fuss {display:block;
margin: 0 auto;
padding:0rem;
}

.fuss-a {display:block;background:transparent;
margin: 0 auto;
padding:2rem 2rem 2rem 3rem;
}

#fuss .box {
text-align:left;
padding:0rem 1rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.5rem;
color:#EFEFEF;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:.5rem;
margin-top: 0rem;
margin-bottom:.5rem;
border-bottom:solid 1px #2B3739
}

#fuss .box article {
margin-bottom:1.5rem;
}

/* ----- icons ----- */

.fussmenu li i,
.fussmenu li a i {color:#fff;
transition:all .9s ease-out ;
font-size:1.3rem;
margin-right:1rem;
}

.fussmenu li a:hover i {color:#fff;transform: rotateY(360deg); }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate f r den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss .box,
#fuss li a,
.fussmenu li.kein-link {
color:#CFCFCF;
font-weight:normal;
font-size:1.5rem;
line-height:3rem;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }

#fuss li a {text-decoration:none; }
#fuss li a:hover  {color:#fff;text-decoration:underline }



/* ############################################################ */
/* 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) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.top-a {padding:2rem 2rem 2rem 4rem; }
.inhalt-a {padding:4rem 4rem 4rem 4rem; }
.fuss-a {padding:2rem 4rem 2rem 4rem; }

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

/* - - - - -   GRID-SYSTEM    - - - - - */
.box-1_of_5  {width: 20%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */
}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.liste-spez ul  {padding:0 1rem 0 4rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#fuss .box-1_of_4  {width: 50%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%; }

body {margin:4rem 0; }

#haupt  {width: 90% }

#fuss .box,
#fuss li a,
.fussmenu li.kein-link {font-size:1.3rem; }

#fuss .box h3 {font-size:1.3rem; }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

/* - - - - -  GRID-SYSTEM  - - - - - */
#gallery .box-1_of_3 {width:33.33%; }
#gallery .box-1_of_4 {width:25%; }
.box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

#haupt  {width: 80%}

.top-a {padding:2rem 2rem 2rem 6rem; }
.inhalt-a {padding:4rem 6rem 4rem 6rem; }

/* - - - - -  GRID-SYSTEM  - - - - - */
#gallery-2 .box-1_of_4  {width: 25%; }
#fuss .box-1_of_4  {width: 25%; }
/* - - - - - ende  GRID-SYSTEM  - - - - - */

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

/*  keine angabe */

}


/*  +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  +  */