

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein 
Rote Farbe #800000
Gold Farbe #BB9B6A
Gruene Farbe  #5FB404
Dunkelgruen Farbe #0B610B
Grau hell  #E5E8E8
Grau dunkel#212F3C
*/

/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:arial, georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {color:#2F2F2F;
font-size:1.5rem; /*  CHANGE */
margin: 0 auto;
}

/* überschriften */

h1, h2, h3, h4, h5 {
color:#2E4053;
font-weight:normal;

}

h1 {font-size:3rem;
line-height: 3.2rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
}

h2 {color:#2E4053;
font-size:2.4rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
text-align:center;
}

h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:1px;
font-weight:bold;
font-style: oblique;
/*font-variant: small-caps;*/
font-stretch: ultra-expanded;
}

h4 {
font-size:1.5rem;
line-height: 2.1rem;
margin-top: 1.9rem;
margin-bottom:1.0rem;
letter-spacing:1px;
font-weight:bold;
font-style: oblique;
/*font-variant: small-caps;*/
font-stretch: ultra-expanded;
}


/* andere zeilenabstände */
.content br {
line-height:.9;
}

/* allgemeine links  */

a {background-color:transparent;
color:#212F3C ;
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;
letter-spacing: .2rem;
color:#0B610B;
/* font-weight:bold; */
font-style:italic;
}

#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;
font-weight:normal;
font-style:normal;
}

#menu1 a:hover  {text-decoration:underline;
background:transparent;
color:#0B610B;
font-weight:normal;
font-style:normal;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.logo-content {
margin:0 auto;
}

.logo-1 {background:#E5E8E8;
font-size:1.4rem;
padding:1.5rem 0.5rem;
border-bottom:solid .4rem #212F3c;
}

.logo-2 {background-image:url(habli-logo3.jpg);
background-position:30% 70%;
background-repeat:no-repeat;
background-size:contain;  /* cover oder contain  */
padding:1rem;
min-height:18rem;
}

.logo-3 {background:#E5E8E8;
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:#fff;
display:block;
width:100vw;
min-height:60vh;
margin: 0 auto;
padding:6rem 3rem;
}

#contentlist ul {

margin: 5;
padding:5;
line-height: 3rem;
list-style-type:circle;
}

/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.fuss-content {
text-align:center;
padding:1.2rem 0.5rem;
border-top:solid .4rem #212F3C;
background:#E5E8E8;
}

/* fussname */
.fussname {display:block;
text-align:center;
color:#000;
font-size:1.3rem;
letter-spacing:0.2rem;

}



/* ############################################################ */
/* 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%; }

}

