

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

h1, h2 {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}


body {
font-size:1.9rem;
margin: 0 auto;
color:#000;

}


/* überschriften */
h1, h2, h3, h4, h5 {
font-weight:normal;
}


h1 {
font-size:3.6rem;
line-height: 4rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}

h2 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 1.5rem;
margin-bottom: 3rem;
}

h3 {
font-size:2.3rem;
line-height: 2.8rem;
margin-top: 2.5rem;
margin-bottom:1rem;
}

pre {
margin-bottom:2rem;
}

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

.hpname {display:block;
font-weight:normal;
font-size: 2.3rem;
text-transform:uppercase;
background:rgba(0, 0 , 0 , 0.2);
xbackground:radial-gradient(circle ,#FFBF00,#FF5F00   );
color:orange;
text-shadow:0.1rem 0.1rem 0.1rem #000;
letter-spacing:0.1rem;
padding-top:0.5rem;
padding-bottom:0.5rem;
}


.rund {
border-radius:36rem;
}

.zelle {display:table-cell;
width:100%;
vertical-align:top;
border-collapse:separate;
}

.tabelle {display: table;
width:100%;
table-layout:fixed;
border-spacing: 0rem 0rem;
}


.container_haupt {display:block;
text-align:center;
background:#0C0C0C;
background-attachment:fixed;
position:fixed;
height:100%;
width:100%;
overflow:auto;
}


/* ############################################################ */
/* bereich alle seiten */
/* ############################################################ */

.zelle-inhalt {display: block;
text-align:center;
margin:2rem ;
padding:0rem;
background-color:darkorange;
xbackground:linear-gradient(to right ,#00A0FF ,#0070C0 , #003080  );
background:linear-gradient(to right ,#FF9F00 ,#FF5F00 ,#FF9F00   );
xbackground:radial-gradient(circle ,gold  ,orange,darkorange  );
xbackground:linear-gradient(to right top ,darkorange , orange , gold    );
border-radius:2rem;
opacity:0.8;
border-radius:1.8rem;
}

.bereich-1 .text {min-height:50rem;
text-align:left;
padding:5rem 2rem 5rem 2rem;
}


.bereich-1 #logo {
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
min-height:30rem;
text-align:center;
vertical-align:middle;
margin:0rem ;
border-top-left-radius:1.8rem;
border-top-right-radius:1.8rem;
}

.bereich-1 h1 {text-align:left; }

.bereich-1 h2 {text-align:left; }

.bereich-1 h3  {text-align:left; }


/* ---bilder--- */
.wrapper-img {text-align:center;display:inline-block;margin-top:1rem;margin-bottom:1rem;
width:100%;
}

.bereich-1 img {max-width: 94%;display:inline;
height: auto;
margin-left:0.5rem;
margin-right:0.5rem;
margin-bottom:1rem;
margin-top:0rem;
border-radius:1.8rem;
border:solid 1rem #FFBF00;
}
/* ---- */



/* === menü2 ==== */

.bereich-1 #menu2 ul {
margin:0;
padding:0;padding-left:1rem;
padding-top:1rem;
padding-bottom:1rem;
}

.bereich-1 #menu2 li {display:block;
list-style-type: none;
margin:0rem;
padding:0;
text-align:left;
}

.bereich-1 #menu2 li a:link, .bereich-1 #menu2 li a:visited, .bereich-1 #menu2 li a:active{
display:inline-block;
text-align:left;
color:darkorange;
text-decoration: none;
padding:0rem;
margin-bottom:0.5rem;
width:26rem;
border:solid 0.1rem orange;
border-top-left-radius:4rem;
border-bottom-left-radius:4rem;
-webkit-transition: all 1s ease-in-out;
transition: all 0.5s ease-in-out;
font-style:normal;
background-color:rgba(0,0,0, 0.6);
}

.bereich-1 #menu2 li a:hover  {
color:#fff;
text-decoration: none;
border-radius:0rem;
background-color:darkorange;
border-top-right-radius:36rem;
border-bottom-right-radius:36rem;border:solid 0.1rem #000;
}


.bereich-1 #menu2 .fa {
color:black;
text-align:center;
background-color:darkorange;
margin-top:0.4rem;
margin-bottom:0.4rem;
margin-right:1rem;
margin-left:0.4rem;
border-radius:36rem;
border:solid 0.1rem #000;
height:4rem;
line-height:4rem;
width:4rem;
-webkit-transition: all 1s ease-in-out;
transition: all 0.5s ease-in-out;
}

.bereich-1 #menu2 a:hover .fa {
color:black;
text-align:center;
background-color:#fff;

}


.bereich-1 #menu2 #aktuell a   {
color:#fff
}

.bereich-1 #menu2 #aktuell .fa   {
color:black;
background-color:#fff;
}




/* ==== */


/* === links bereich-1 === */
.bereich-1 a:link, .bereich-1 a:visited, .bereich-1 a:active{
color:#000;
text-decoration: underline;
}

.bereich-1  a:hover  {
color:#000;
text-decoration: none;
font-style:italic;
}
/* ==== */



/* === fussmenu === */
.bereich-1 .fussmenu  {width:100%;
margin-bottom:2rem;
margin-top:1rem;
}

.bereich-1 .fussmenu ul {
padding: 0rem;
margin:0;
}

.bereich-1 .fussmenu li { display: inline;}

.bereich-1 .fussmenu a:link, .bereich-1 .fussmenu a:visited, .bereich-1 .fussmenu a:active{
display:inline-block;
font-size:1.5rem;
background:transparent;
color:darkorange;
margin:0.5rem 0.2rem 0.5rem 0.2rem;
text-decoration:underline;
}

.bereich-1 .fussmenu a:hover{ text-decoration:none;
text-shadow:0rem 0rem 0.1rem #000;
color:#FFF;
}
/* ==== */

.bereich-1  .icons-fuss .fa {
color:darkorange;
text-align:center;
background:#141414;
opacity:0.3;
font-size:4.5rem;
border-radius:1.2rem;
border:solid 0.2rem orange;
height:6rem;
line-height:6rem;
width:6rem;
opacity:0.8
}

.bereich-1  .icons-fuss .fa:hover {
color:#fff;
}


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


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


.bereich-1 #menu2 li a:link, .bereich-1 #menu2 li a:visited, .bereich-1 #menu2 li a:active{
width:30rem;
}

}

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


.bereich-1 img {max-width: 80%;
}

}


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


.zelle-inhalt {
margin:2rem 3rem 3rem 3rem ;
}

.bereich-1 .text {text-align:justify;
padding:5rem 3rem 5rem 3rem;
}


.bereich-1 img {max-width: 86%;
}

}



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

html {
font-size:64%;
}


}

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

html {
font-size:66.5%;}


.bereich-1 img {max-width: 44%;
}


.bereich-1 #menu2 li a:link, .bereich-1 #menu2 li a:visited, .bereich-1 #menu2 a:active{
width:30rem;
}

}



/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

html {
font-size:69%;}

.zelle-inhalt {
margin:4rem ;
}

.bereich-1 .text {text-align:justify;
padding:6rem 4rem 8rem 4rem;
}

.bereich-1 img {max-width: 45%;
}


}

/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

html {
font-size:72%;}

.zelle-inhalt {
margin:5rem ;
}

.bereich-1 #menu2 li a:link, .bereich-1 #menu2 li a:visited, .bereich-1 #menu2 a:active{
text-decoration:none;
}


}

/* ===================================== ab 1420 pixel ================================= */

@media (min-width: 1420px) {

html {
font-size:82%;
}

.zelle-inhalt {
margin:5rem 8rem 4rem 8rem ;
}

}





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