

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:arial, georgia, tahoma, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {color:#3F3F3F;
font-size:1.6rem;
margin: 0 auto;
}

/* ?berschriften */


h1, h2, h3, h4, h5 {
color:#000;
text-align:left;
letter-spacing:0px;
font-weight:normal;
text-transform:none;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {text-align:left;
font-size:2.9rem;
line-height: 3.1rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}

h3 {
font-size:2rem;
line-height: 2.8rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

/* allgemeine links  */

a {background-color:transparent;
color:#3f3f3f ;
text-decoration: underline;
}

a:hover  {color:#3f3f3f;
text-decoration:none;
}


/*  liste - aufzaehlungspunkte */

.liste-1  {
margin:0;
padding-left:2rem;
}

.liste-1  li {list-style:square;
font-weight:normal;
padding:0rem;
margin:0rem;
}

.liste-1 .spacer {display:inline-block;
width:8rem;font-weight:normal;
}


/* pfeil verlinkt */
.pfeil-1 a {display:inline-block;
margin:0;
padding:1rem;
}

/* pfeil-2 verlinkt */
.pfeil-2 a {display:inline-block;
margin:0;
padding:4rem;
}




/* ############################################################ */
/* bilder im inhaltsbereich  */
/* ############################################################ */

/* bild in originalgroesse, aber niemals groesser als breite der seite bzw. breite der box */
img {max-width: 100%;
height: auto;
display:block;
margin:0 auto;
}

/* bilder bei #gallery 20.00 prozent breit  */
#gallery img {width: 20.00%;
height: auto;
display:inline-block;
margin:-.5rem  -.25rem -.25rem -.25rem;
padding:.3rem;
}


/* ############################################################ */
/* men? - navigation */
/* ############################################################ */


.menu1 ul {
text-align:center;
margin:0;
padding:1rem 2rem;
}

.menu1 li {list-style-type: none;
margin:0;
padding:0;
display:inline;
}

.menu1  a {text-decoration:underline;
font-size:1.5rem;
height:2.8rem;
line-height:2.8rem;
letter-spacing:.2rem;
padding:.5rem .4rem ;
color:#fff;
border-radius:.3rem;
}

.menu1 a:hover  {text-decoration:none;
background:white;
color:#aa0000;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo-content {
margin:0 auto;
}

.logo-1 {background:#000000;
}

.logo-2 {display:table;
width:100%;
background:#FFFFFF;
background-image:url(../images/logo2.jpg); 
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
padding:1rem;
height:36rem; 
}

/* name */
#name {display:block;vertical-align:middle;display:table-cell;
color:#ffffff;
font-size:3.5rem;
line-height:3rem;
text-align:center;
padding:0;
text-transform:none;
text-shadow:1px 0px 1px #000;
}

/* zweiter name bzw. slogan */
#name span {display:block;
color:#FFDF00;
font-size:1.6rem;
line-height:3rem;
letter-spacing:3px;
text-transform:none;
padding:.5rem
}

/* seitentitel auf den unterseiten index1, index2, index3 */
#name b {display:block;
color:#fff;
font-size:1.4rem;
line-height:3rem;
font-weight:normal;
margin:0;
padding:0;
}


/* ############################################################ */
/* bereich content */
/* ############################################################ */

.section-content {display:table;
width:100%;
margin:0;
padding:0;
}

.content {background:transparent;
display:block;
width:100vw;
min-height:100vh;
margin: 0 auto;text-align:center;
padding:6rem 0rem;
}

.info  {
display:inline-block;
background:transparent;
width: 100%;
padding:2rem ;
text-align:left;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-content:nth-child(odd) {
background:#fff;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-content:nth-child(even) {
background:#f1f1f1;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.fuss-content {
background:#000000;
color:#fff;
margin:0 auto;text-align:center;
padding:1.5rem 1rem;
}


/* fussname */
.fussname {display:block;
margin:0rem;
text-align:center;
color:#fff;
font-size:1.1rem;
letter-spacing:0.2rem;
text-transform:uppercase;
}



/* ############################################################ */
/* 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 480 pixel ================================== */

@media (min-width: 480px) {

/* keine angabe */

.logo-2 {height:25rem; }

}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

.content {width:90vw; }

.name {
font-size:2.4rem;
line-height:2.4rem;
}

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.menu1  a {text-decoration: none; }

.logo-2 {height:28rem; }

.liste-1  {padding-left:5rem; }

}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.content  {width:92vw; }

.fussname {font-size:.9rem; }

}


/* ==================================== ab 800 pixel ================================== */

@media (min-width: 800px) {

/* keine angabe */

}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

/* keine angabe */

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }


.content  {width:90vw; }

}



/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }

.content {width:85vw; }

}