

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {background-color:#F4FEFF; /* Farbe für Rand rechts-links */
font-family:arial, georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}

body {color:#2F2F2F;
font-size:1.7rem;
margin: 0 auto;
}

/* überschriften */

h1, h2, h3, h4, h5 {
color:#000;
font-weight:normal;
}

h1 {font-size:3rem;
line-height: 3.2rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
}

h2 {color:#1548A2;
font-size:2.4rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
}

h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:1px;
}

/* andere zeilenabstände */
.content br {
line-height:.7;
}

/* allgemeine links  */

a {background-color:transparent;
color:#02193A ;
text-decoration: underline;
}

a:hover  {color:#000;
text-decoration:none;
}

/* bilder im inhaltsbereich  */

img {max-width: 100%;
height: auto;
}



/* ############################################################ */
/* menü - navigation */
/* ############################################################ */

#menu1 ul {
text-align:center;
margin:0;
padding:0;
}

#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:0.2rem 0.3rem ;
color:#000;
}

#menu1 a:hover  {text-decoration:underline;
background:transparent;
color:#1548A2;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo-content {
margin:0 auto;
}

.logo-1 {background:#373737;
font-size:1.4rem;
padding:1.5rem 0.5rem;
border-bottom:solid .4rem #1548A2 ;
}

.logo-2 {background-image:url(../images/wasserrad-logo.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
padding:1rem;
min-height:32rem;
}

.logo-3 {background:#CFCFCF;
padding:1rem;
}

/* name */
.name {display:block;
color:#fff;
font-size:2rem;
line-height:2rem;
text-align:center;
padding:0;
text-transform:uppercase;
}


/* ############################################################ */
/* bereich content */
/* ############################################################ */

.content {background:#F4FEFF; /* Farbe für Inhalt */
display:block;
width:100vw;
min-height:60vh;
margin: 0 auto;
padding:6rem 3rem;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.fuss-content {
margin:0 auto;
padding:1.5rem 0.5rem;
border-top:solid .4rem #1F1F1F;
background:#5979B4;
}

/* fussname */
.fussname {display:block;
text-align:center;
color:#91BCD8;
font-size:1.2rem;
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 */

}


/* ==================================== 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 {min-height:25rem; }

}


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

html {font-size:70%;}

.content  {width:92vw; }

}


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

.logo-2 {min-height:30rem; }

.content  {width:90vw; }

}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

.content {width:70vw; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }

}


