

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: width .75s ease-out;
-webkit-transition: width .75s ease-out;
transition: width .75s ease-out;
}

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}


.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.section { clear: both;
margin: 0rem;
background:transparent;
}

html {
font-family:georgia,"times new roman","trebuchet ms",georgia,"trebuchet ms","Open Sans",helvetica, arial,roboto, serif;
font-size:62.5%;
line-height:1.5;

font-weight: 400;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}


body {
font-size:1.9rem;
margin: 0 auto;
background-color:#DFDFDF;
color:#000;
margin:0rem;
}

.container_haupt {
margin:0rem;
background-color:#000;
width: 100%;
}

/* überschriften */
h1, h2, h3, h4, h5 {
font-weight:normal;
}

h1 {
font-size:2.9rem;
line-height: 3.2rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}

h2 {
font-size:2.4rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 3rem;
}

h3 {
font-size:2rem;
line-height: 2.3rem;
margin-top: 1.5rem;
margin-bottom:1rem;
}

.tabelle {display: table;
width:100%;
table-layout:fixed;
}

.zelle {display: table-cell;
width:100%;
}


img {max-width: 100%;
height: auto;
padding:0rem;
margin:0rem;
}



/* ############################################################ */
/* allgemein - speziell*/
/* ############################################################ */

.eingerueckt-aussen {padding:4rem 1.6rem 4rem 1.6rem ;}

.eingerueckt-innen  {padding:2rem 2rem 2rem 2rem;}


.hpname1 {
font-size: 2.9rem;
padding-left:0rem;
padding-right:1rem;
color:firebrick;
text-shadow:1px 1px 1px #000
}

.fussname {
color:#fff;
text-shadow:0rem 0rem 0.1rem #000;
font-size:1.6rem;
margin:1rem 0rem 1rem 0rem;
}

.fussname span {
color:firebrick;
}


.bild-im-text {
display:block;
max-width:80%;
margin:4rem auto;
border:solid  0.1rem;
box-shadow: 0rem 0rem 0.4rem #0000;
border-color: #3C3C3C #ffffd6 #252525;
}

.bild-im-text-re {
display:block;
max-width:80%;
margin:4rem auto;
box-shadow: 0rem 0rem 0.4rem #000;
border-color: #3C3C3C #252525 #252525;
}



/* ############################################################ */
/* bereich TOP */
/* ############################################################ */

.bereich-top {background:transparent;color:#fff;}


.zelle-top {display: table-cell;
width:100%;
padding:0rem;

}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.bereich-logo {background-color:firebrick;color:#fff;border-bottom:solid 0.1rem;border-color:black;}
.bereich-logo hr {text-align:center;border:none;width:100%;border-bottom: solid 0.1rem firebrick;height:0.1rem; }

.zelle-logo {display: table-cell;
width:100%;
height:100vh;
padding:0rem;
background-color:#6B6B6B;
background-image:url(images/logo0.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
text-align:center;
vertical-align:middle;
}


.logo_aussen {
display: table;

margin:0 auto;
border-top-right-radius:6rem;
border-bottom-left-radius:6rem;
}


.logo {display: table-cell;
width:27rem;border:solid 1px black;
height:40rem;
padding:1rem;
background-color:rgba(0, 0, 0, 0.5);
margin:0 auto;
vertical-align: middle;
color:#8F8F8F;
text-shadow:1px 1px 1px #000;
border-top-right-radius:6rem;
border-bottom-left-radius:6rem;
}




/* ############################################################ */
/* bereich info 1 */
/* ############################################################ */

.bereich-info1  {background-color:#252525;color:#5D5D5D;border-bottom:solid 1px black;}
.bereich-info1 h1,  .bereich-info1 h2 {color:#ffffd6}
.bereich-info1  .button-cont {text-align:center;}

.bereich-info1 .tabelle_container {display: table;
width:100%;
table-layout:fixed;
border-spacing: 1rem 1rem;
}

.bereich-info1  .zelle {display:block;
width:100%;
background-color:#141414;
border-collapse:collapse;
}

.zelle-info1a {display: block;
width: 100%;
padding:1rem 1rem 1rem 1rem;
text-align:center;
margin-bottom:0rem;
background-color:black;
}

.zelle-info1b {display: block;
width: 100%;
padding:2rem 0.5rem 4rem 0.5rem;
text-align:center;
margin-bottom:0rem;
}


/* ############################################################ */
/* bereich info 2 */
/* ############################################################ */

.bereich-info2  {background-color:#252525;color:#5D5D5D;border-bottom:solid 1px black;}
bereich-info2 h1,  .bereich-info2 h2 {color:ffffd6}
.bereich-info2  .button-cont {text-align:center;}

.bereich-info2 .tabelle_container {display: table;
width:100%;
table-layout:fixed;
border-spacing: 1rem 1rem;
}

.bereich-info2  .zelle {display:block;width:100%;
background-color:#141414;
border-collapse:collapse;
}


.zelle-info2a {display: block;
width: 100%;
padding:1rem 1rem 1rem 1rem;
text-align:center;
margin-bottom:0rem;
background-color:grey;
}

.zelle-info2b {display: block;
width: 100%;
padding:2rem 0.5rem 4rem 0.5rem;
text-align:center;
margin-bottom:0rem;
}


/* ############################################################ */
/* bereich formular  */
/* ############################################################ */

.bereich-form {background-color:#707070;border-bottom:solid 1px black;background-image:url(images/logo1.jpg);
background-repeat:no-repeat;
background-position:50% 50%;color:#000;text-shadow:1px 1px 1px #000; }
.bereich-form h1, .bereich-form h2 {color:#0000}

.zelle-form {display: block;
width:100%;
padding:0rem;

background-size:cover;
text-align:center;
vertical-align:middle;
}

/* -----formular----- */
form {display:table;
width:100%;
margin:0px auto;
text-align:left;
color:#fff;
}

textarea, input {height:4rem;
width:99%;
padding:1rem;
background:transparent;
border:solid 0.1rem white;
border-radius:0.6rem;
margin-bottom:1rem;
color:black;
text-shadow:1px 1px 1px white;
font-size:1.8rem
}

textarea {
height:20rem;
overflow: auto;
}

#senden {background-color:firebrick;
color:white;text-shadow:1px 1px 1px #000;
padding:0rem;
}

input:focus, textarea:focus {
    background-color: firebrick;

}
/* -----ende formular----- */


/* ############################################################ */
/* bereich inhalt - auf den unterseiten */
/* ############################################################ */

.bereich-inhalt {background-color:#252525;color:#838383;}
.bereich-inhalt h1, .bereich-inhalt h2,  .bereich-inhalt h3  {color:#FFFFDD6;}

.zelle-inhalt{display: block;

width: 100%;
min-height:40rem;
}

.bereich-inhalt .eingerueckt-innen  {padding:0rem 0.5rem 0rem 0.5rem;}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.bereich-fuss {background-color:#111111;color:#EFEFEF;
text-shadow:none;
background-image:url(images/back_point.png);
background-repeat:repeat;
background-position:50% 0%;

}
.bereich-fuss  h1, .bereich-fuss  h2, .bereich-fuss  h3  {color:firebrick;
text-shadow:1px 1px 1px #000;
}

.bereich-fuss  h3  {}

.zelle-fuss {display:block;
width: 100%;
text-align:center;
margin-bottom:0.1rem;
padding:1rem;
}





/* ############################################################ */
/* R  E  S  P  O  N  S  I  V  E */
/* ############################################################ */

/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {
.bereich-inhalt .eingerueckt-innen  {padding:0rem 1rem 0rem 1rem;}

.zelle-info1b {
padding:2rem 1rem 4rem 1rem;
}

.zelle-info2b {
padding:2rem 1rem 4rem 1rem;
}

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

.logo {
width:38rem;
height:28rem;
}

#senden {
width:16rem;
}

}

/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

.eingerueckt-aussen {padding:5rem 0.5rem 5rem 0.5rem;}
.eingerueckt-innen  {padding:2rem 8rem 2rem 8rem;}

.bereich-inhalt .eingerueckt-innen  {padding:0rem 3rem 0rem 3rem;}

.logo {
width:40rem;
height:50rem;
padding:2rem;
}

.bereich-info1 .tabelle_container {display: table;
border-spacing: 0.2rem 0.2rem;
}

.bereich-info1  .zelle {display:table-cell;
border-bottom-left-radius:2rem;
border-bottom-right-radius:2rem;
}


.bereich-info2 .tabelle_container {display: table;
border-spacing: 0.2rem 0.2rem;
}

.bereich-info2  .zelle {display:table-cell;
border-bottom-left-radius:2rem;
border-bottom-right-radius:2rem;
}




zelle-inhalt {display:table-cell;
}

zelle-form {display:table-cell;
}

zelle-fuss {display:table-cell;
}






}

/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {


.logo {
width:48rem;
height:30rem;
padding:2rem;
}

.zelle-info1b {
padding:2rem 0.5rem 4rem 0.5rem;
}

.zelle-info2b {
padding:2rem 0.5rem 4rem 0.5rem;
}

form {
width:40rem
}






}


/* ==================================== ab 680 pixel ================================== */
@media (min-width: 680px) {

html {
font-size:64%;
}



}

/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {
font-size:66.5%;}


.eingerueckt-aussen {padding:6rem 1rem 6rem 1rem ;}
.eingerueckt-innen  {padding:2rem 10rem 2rem 10rem;}

.logo {
width:40rem;
height:56rem;
padding:0rem 7rem 0rem 7rem  ;
}


.bereich-info1 .tabelle_container {
border-spacing: 0.5rem 0.5rem;
}


.bereich-info2 .tabelle_container {
border-spacing: 0.5rem 0.5rem;
}

.zelle-info1b {
padding:2rem 1rem 4rem 1rem;
}

.zelle-info2b {
padding:2rem 1rem 4rem 1rem;
}

.zelle-inhalt {text-align:justify;}

form {
width:50rem}

.zelle-fuss {display:table-cell;
padding:0.4rem;

}


}

/* ===================================== ab 800 pixel ================================= */

@media (min-width: 800px) {


.logo {
width:40rem;
height:40rem;
padding:0rem 7rem 0rem 7rem  ;
}

.bereich-info1 .tabelle_container {
border-spacing: 0.8rem 0.8rem;
}

.bereich-info2 .tabelle_container {
border-spacing: 0.8rem 0.8rem;
}

.bild-im-text {float:left;max-width:30%;
margin-top:1rem;margin-right:1.5rem;margin-bottom:0rem;
margin-left:0rem;
}

.bild-im-text-re {float:right;max-width:30%;
margin-top:1rem;margin-left:1.5rem;margin-bottom:0rem;
margin-right:0rem;
}

}

/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {


html {
font-size:68%;}

.eingerueckt-aussen {padding:6rem 2rem 6rem 2rem ;}


.logo {
width:40rem;
height:50rem;
padding:0rem 7rem 0rem 7rem;
}

.bereich-info1 .tabelle_container {
border-spacing: 1rem 1rem;
}

.bereich-info2 .tabelle_container {
border-spacing: 1rem 1rem;
}

.bild-im-text {
margin-top:1rem;margin-right:2rem;margin-bottom:0.5rem;
margin-left:0rem;
}

.bild-im-text-re {
margin-top:1rem;margin-left:2rem;margin-bottom:0.5rem;
margin-right:0rem;
}




}

/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

html {
font-size:72%;}

.logo {
width:52rem;
height:35rem;
padding:0rem 7rem 0rem 7rem  ;
}

.zelle-info1b {
padding:2rem 2rem 4rem 2rem;
}

.zelle-info2b {
padding:2rem 2rem 4rem 2rem;
}


.eingerueckt-aussen {padding:8rem 5rem 8rem 5rem;}
.eingerueckt-innen  {padding:2rem 10rem 2rem 10rem;}


}

/* ===================================== ab 1420 pixel ================================= */

@media (min-width: 1420px) {

html {
font-size:82%;
}




.eingerueckt-aussen {padding:8rem 6rem 8rem 6rem;}
.eingerueckt-innen  {padding:2rem 10rem 2rem 10rem;}


}





/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */