﻿

/* = = = = = = = = = = = = = = = = = 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%;
}

body {
font-size:1.9rem;
margin: 0 auto;
color:#002B2B
}
/* ############################################################ */
/*  speziell*/
/* ############################################################ */

.hpname {display:block;
font-weight:normal;
font-size: 2.3rem;
text-transform:uppercase;
background:rgba(0 , 128 , 128 , 0.5);
color:#002B2B;
text-shadow:0rem 0rem 0.1rem #00EAEA;
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:teal;
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.2) 50%,rgba(255, 255, 255,0.2) 75%, transparent 75%, transparent);
background-size: 600px 600px;
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:#59C8C8;
background-color:rgba(255,255,255, 0.4);
border-radius:2rem;
box-shadow:0rem 0rem 0.3rem black;
}

.bereich-1 .text {height:40rem;min-height:38rem;
text-align:left;
/* padding:5rem 2rem 5rem 2rem; */
}

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

.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.2rem;
box-shadow:0rem 0rem 0.3rem black;
}
/* ---- */




/* ==== */



/* ############################################################ */
/* 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 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 9rem 4rem 9rem ;
}

}

