

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */




/* ############################################################ */
/* allgemein */
/* ############################################################ */


*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}


.clearfix:after { clear:both; }
.clearfix { *zoom: 1; }

.section { clear: both;
margin: 0rem;
}



html, body {
font-family:'open_sanscondensed_light', 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 {
font-size:1.7rem;
background:#EFEFEF;background:url(../images/logo.jpg)  ;
background-repeat:no-repeat;
background-position:50% 0%;
margin: 0 auto;
}


/* überschriften */
h1, h2 {

}

h1, h2, h3, h4, h5 {color:#000;
font-weight:normal;
color:#000;
text-transform:uppercase
}

h1 {
font-size:3.4rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:.0rem;
}


h2 {
font-size:2.5rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 3rem;
letter-spacing:.2rem;
}


h3 {text-transform:none;text-shadow:none;
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 1.5rem;
margin-bottom:1rem;
letter-spacing:0rem;
}




/* === allgemeine links  === */
a {
background-color:transparent;/* hinweis: der wert muss transparent bleiben, wegen der anderen a:links === */
color:#000;
text-decoration: underline;
}

a:hover  {color:#000;
background-color:transparent;/* hinweis: der wert muss transparent bleiben, wegen der anderen a:links === */
text-decoration:none;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;font-size:1.5rem;padding:1rem 0.5rem 1rem 0.5rem;
margin-bottom:2rem;text-align:center;
background:#3035fb;
color:#a4d0f1;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */



.container_haupt {
margin:0 auto;
width:100%;padding-top:0rem;
}

/* bilder -anpassen der grösse */
img {width: 100%;display:block;
margin:0 auto;
height: auto;
}

.name {text-align:center;background:#CFCFCF;
font-family: georgia,tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:.3rem .4rem .3rem .4rem;
vertical-align:middle;
font-size:2.2rem;
line-height: 2.4rem;
letter-spacing:0.2rem;
color:#000;
text-shadow: 0 -1px 1px #EFEFEF, 0 1px 1px #666666;
text-transform:uppercase
}



/* horizontale linie */
hr {margin-top:0.5rem;
margin-bottom:0.3rem;
background:transparent;
width:100%;
border:none; /* IE */
height:0.1rem;  /* IE */
}

/* float */
.col {width: 100%;
margin: 0 auto;
float:left;
}

/* liste mit eigenem aufzählungszeichen als font-icon */

.liste1  {
padding-left:4rem;
}

.liste1 li {position:relative;
list-style-type: none;
padding-left:4rem;
}

.liste1 li:before {
position:absolute;
font-family:'FontAwesome';
top:0;
left:14px;
content:"\f1b2";
color:#000;
}

.liste1 li:hover:before{
color:#fff;
}

/* liste2  zweite liste mit eigenem aufzählungszeichen als font-icon */

.liste2  {
padding-left:4rem;
}

.liste2 li {position:relative;
list-style-type: none;
padding-left:4rem;
}

.liste2 li:before {
position:absolute;
font-family:'FontAwesome';
top:0;
left:14px;
content:"\f138";
color:black;
}

.liste2 li:hover:before{
color:#fff;
}

/* liste3  - mit standard-aufzählungszeichen square */

.liste3  {
padding-left:3rem;
}

.liste3 li {
list-style-type: square;
padding-left:0rem;
}


/* ############################################################ */
/* bereich icons */
/* ############################################################ */

/* FontIcons - abschalten der textunterstreichnung bei links  */
.logo a , .icons a, .fuss a  {text-decoration:none;
}

/* FontIcons - es sind grössere icons (big), mittlere (medium) und kleiner icons (small) für die icons im inhaltsbereich von uns definiert. auch verschiedene styleversionen für die icons (vers1, vers2) haben wir angelegt.*/
/* HINWEIS:wenn icons auch imm kopfbereich und/oder fussbereich oder listen oder navigation vorhanden sind gilt:
die icons im kopfbereich, fussbereich, in listen und gfls. in der navigation
sind davon unberührt und diese habe ihre eigene definition beim jeweiligen abschnitt   */


.icons.big .fa {
font-size:7rem;
line-height:14rem;
width:100%;height:auto;
}

.icons.medium .fa {
font-size:5rem;
line-height:10rem;
width:100%;height:auto;
}

.icons.small .fa {
font-size:2.3rem;
height:4.6rem;
line-height:4.6rem;
width:4.6rem;
}

.rund .fa {
border-radius:36rem;
}

.icons.vers1 .fa {
color:#4c2828;
background-color:#cfcfcf ;

}

.icons.vers2 .fa {
color:#fff;
background-color: #4f6175;
background:linear-gradient(to bottom, #4c2828 50% , #431717 50% );
}

.icons.vers3 .fa {border: dashed 1px white;
color:white;
text-shadow:0rem 0rem 0.1rem #000;
background-color: #c09a9a;
background:linear-gradient(45deg,
transparent 0%, transparent 20%, #84e5ff 20% ,#84e5ff 80% ,
transparent 80%, transparent 100%);
}

.icons .span_1_of_4 {width:100%;}
.icons .span_1_of_6 {width:50%;}
.icons .span_1_of_6b {width:33%;}

.icons {
padding:0rem;
font-size:1.4rem;
}

.icons .box {
text-align:center;
padding:1rem;
}

.icons .text {display:block;
}

.icons .box span:first-line  {
text-align:center;
color:black;
font-size:1.6rem;
}




/* ############################################################ */
/* bereich logo */
/* ############################################################ */




.logo-main {display:block;overflow:hidden;;margin:0 auto;
position:relative; /* wegen bildwechsler */
width:100%;
margin:0 auto;text-align:center;
color:#000;
text-shadow: 0 -1px 1px #666, 0 1px 1px #fff;
font-family:arial,sans-serif;
border-top:solid .6rem;
border-bottom:solid .6rem;
border-color:#FFFFFF;height:40rem;

}

.pics {position: absolute;font-size:2.5rem;
padding:0rem;
margin:0rem;
width:100%;height:100%;
overflow:hidden;padding-top:25rem;
}

.pics2 {position: absolute;
padding:0rem;
margin:0rem;
width:100%;height:100%;
overflow:hidden;
}

.logo {display:table;width:100%;
text-align:center;
margin:0 auto;
}

.logo-mi {display: table-cell;overflow:hidden;position:relative;text-align:center;vertical-align:top;
box-shadow:0rem 0rem .4rem #1F1F1F;
height:40rem;
width:100%;
margin:0rem auto;
border-radius:0rem;
border:solid 4px #000000;
}

.logo-li {display: table-cell;
background:black;
vertical-align:middle;
opacity:.6;
}

.logo-re {display: table-cell;
background:black;
opacity:.6;
}

.logo .fa {color:#fff;
}



/* ############################################################ */
/* bereich nav */
/* ############################################################ */


.nav-main {
background:#4f6175;
margin:0 auto;
color:#cefaff;
}

.nav {width:100%;
margin:0 auto;
line-height:3.5rem;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt-main {border-top:solid 10px #5F5F5F;
padding:0;
margin:0;min-height:10rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* inhalt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.inhalt {
margin: 0 auto;
}

.inhaltbox-a {display:block;
text-align:left;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* content */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.content-main {
padding: 2rem;
margin:0;
color:#100505;
background:#00c8ff;
min-height:10rem;
}


.content {
margin: 0 auto;
padding:3rem 0 3rem 0;
}

.content h1, h2 {
color:#000;
text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* kontakt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.kontakt-main {min-height:100vh;
padding:0;
margin:0;
color:#fff;
background:url(../images/logo2.jpg)  ;
background-repeat:no-repeat;
background-attachment:fixed;
background-size: auto;
font-family:arial,sans-serif;
}

.kontakt-wrapper {display:table;width:100%;height:100%;
background:url(../images/moewe2.png),url(../images/moewe3.png),url(../images/moewe3.png)  ;
background-repeat:no-repeat;background-size:16% ,14% ,10% ;

}

.kontakt {display:table;
background:url(../images/moewe.png) ,url(../images/moewe.png), url(../images/moewe.png)  ;
background-repeat:no-repeat;width:100%;height:100%;
margin: 0rem auto;
padding:3rem 2rem 3rem 2rem;
background-size:18% ,20%,25%;
text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
}

.kontakt {display:table;
width:100%;height:100%;
padding:0rem;
}

.kontakt .box-1 {display:block;
text-align:center;
padding:3rem 1rem 1rem 1rem;
}

.kontakt .box-2 {display:block;
text-align:center;
padding:1rem 1rem 2rem 1rem;
}

.kontakt h2 {
color:#fff;
text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
}

.kontakt .fa {color:#fff;text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info1 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info1-main {
padding:2rem;
margin:0;
background:#431717;
color:#a6faff;

}

.info1 {
margin: 0rem auto;
padding:3rem 0 3rem 0;
}

.info1 h2 {
color:#fff;
text-shadow: 0 -1px 1px #666, 0 1px 1px #fff;
}



.info1 .span_1_of_1 {width:100%;padding:0 .2rem 0 .2rem;}
.info1 .span_1_of_2 {width:50%;padding: 0 .2rem 0 .2rem;}


.info1 .box {
text-align:center;
padding:.5rem;
}

.info1  img {background:#3f3f3f;
border:none;
width:100%;
}

.info1 .text {display:block;
}

.info1 .box-innen {
overflow:hidden;
width:100%;
padding:0rem;
}

.info1 .box span:first-line {text-align:center;
color:#fff;
font-size:1.6rem;text-transform:uppercase
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info2 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info2-main {
padding:2rem;
margin:0;

color:#c09a9a;
background:#c2eeff;
}

.info2 {
background-size: 50px 50px;
background-repeat:repeat;
margin: 0rem auto;
padding:3rem 0 3rem 0;
}

.info2 h2 {
color:#fff;
text-shadow: 0 -1px 1px #666, 0 1px 1px #fff;

}



.info2 .span_1_of_1 {width:100%;padding:0 .2rem 0 .2rem;}
.info2 .span_1_of_2 {width:50%;padding: 0 .2rem 0 .2rem;}


.info2 .box {
text-align:center;
padding:.5rem;
}

.info2  img {background:#3f3f3f;
border:none;
width:100%;
}

.info2 .text {display:block;
}

.info2 .box-innen {
overflow:hidden;
width:100%;
padding:0rem;
}

.info2 .box span:first-line {text-align:center;
color:#fff;
font-size:1.6rem;text-transform:uppercase
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* bilder */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bilder-main {
padding: 2rem;
margin:0;
background:#cefaff;
color:#00c8ff;
}


.bilder {
padding:0rem;
font-size:1.4rem;
margin: 0rem auto;

}

.bilder .span_1_of_1 {width:100%;}
.bilder .span_1_of_2 {width:100%;padding:.5rem;}
.bilder .span_1_of_3 {width:100%;padding:.5rem;}
.bilder .span_1_of_4 {width:100%;padding:.5rem;}

.bilder .box {
text-align:center;
padding:1rem;
}

.bilder .box img {
border:none;
}

.bilder .box-innen {
background:transparent;
overflow:hidden;
position:relative;
text-align:center;
width:100%;
padding:0rem;
}

/* verhindert ein zusammenbrechen der boxen bei untersch. langen texten, siehe weiter unten bei den MEDIA QUERIES, dann mit der angabe CSS-overflow */
.bilder .text {display:block;
}

.bilder .box span:first-line  {
font-family:arial, helvetica, sans-serif;
text-align:center;
color:#fff;
font-size:1.4rem;
text-transform:uppercase
}





/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* fuss*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* === fuss === */


.fuss-main {
background:#cefaff;
margin:0 auto;
padding:3rem 0 6rem 0;
}

.fuss {
margin: 0rem auto;
padding:0rem;
}

.fussbox-1a ,.fussbox-1b  {width:100%;
display:block;
padding:0rem .5rem 0 .5rem ;
}

.fussbox-1-a ,.fussbox-1-b {display:table;
width:100%;
padding:0;
height:7rem;
}

.fussbox-1-a-inhalt , .fussbox-1-b-inhalt {display:table-cell;
width:100%;
font-size:1.6rem;
line-height:1.9rem;
color:#00c8ff;
padding:0rem;
text-align:center;
}


.fussbox-1-a-inhalt {
vertical-align:bottom;
}

.fussbox-1-b-inhalt {
vertical-align:top;
}


/*  die icons im fussbereich */
.fuss .fa {
font-size:1.6rem;
line-height:2rem;
width:3rem;
color:#00c8ff;
border-radius:36rem;
}







/*===== fussmenu   =====  */


.fussmenu ,
.fussmenu  ul,
.fussmenu  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
text-transform:none;
}

.fussmenu  {width:100%;margin:0 auto;padding-bottom:1rem;padding-top:1rem}

.fussmenu ul {}

.fussmenu li { display:inline;
width:100%;
line-height:2rem;
margin-left:0rem;
padding-left:.5rem;
padding-right:.5rem;
}

.fussmenu a {font-size:1.6rem;
line-height:1.8rem;
width : 100%;
text-align:left;
color:#00c8ff;
text-decoration:underline;
padding:0rem;
letter-spacing:.1rem;
}

.fussmenu a:hover {
color:#fff;
text-shadow:none;
background:transparent;
text-decoration: none;
}



/* ############################################################ */
/* M E D I A   Q U E R I E S - BILDSCHIRMABFRAGEN*/
/* ############################################################ */


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {


}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {


.icons .span_1_of_4 {width:50%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}

.bilder img  {width:100%;height:65vh;}


}


/* ==================================== ab 550 pixel ================================== */
@media (min-width: 550px) {

 .content, .info1, .info2, .bilder {
width:85vw;
}

.info1 .box , .info2 .box  {
padding:1rem;
}

.logo-li {
background:linear-gradient(to left bottom, #2C070D 50%, transparent 50% );
}

.logo-re {background:linear-gradient(to right bottom, #2C070D 50%, transparent 50% );
}

.logo-mi {height:20rem;
width:30rem;
}

.bilder .span_1_of_2 {width: 50%; }
.bilder .span_1_of_3 {width:100%; }
.bilder .span_1_of_4 {width: 50%; }
.bilder .span_1_of_6 {width: 50%; }
.info2 .span_1_of_1 {width:100%;}
.info2 .span_1_of_2 {width:50%;}


.bilder img  {width:100%;height:auto;}


.bilder .text {
overflow:auto;height:12rem;
}



}



/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {


.name {
font-size:2.6rem;
line-height: 2.8rem;
}

.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}


}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

html {
font-size:68%;
}


}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.bilder .span_1_of_2 {width: 50%; }
.bilder .span_1_of_3 {width: 33.33%; }
.bilder .span_1_of_4 {width: 50%; }
.info2 .span_1_of_3 {width: 33.33%; }

.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}

.bilder .text {overflow:auto;height:10rem;}

.kontakt .box-1 {display:table-cell;width:50%;
vertical-align:top;
padding:2rem 4rem ;
}

.kontakt .box-2 {display:table-cell;width:50%;
vertical-align:bottom;
padding:2rem 4rem;
}

}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

html {font-size:78%;}


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

html {
font-size:80%;}


 .content, .info1, .info2 , .bilder {
width:80vw;
}

.bilder .span_1_of_3 {width:33.33%; }
.bilder .span_1_of_4 {width:25%;}
.bilder .span_1_of_3 {width: 33%;}
.info1 .span_1_of_1 {width:50%;}
.info1 .span_1_of_2 {width:25%;}
.info2 .span_1_of_1 {width:50%;}
.info2 .span_1_of_2 {width:25%;}

.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:16%;}
.icons .span_1_of_6b {width:16%;}

.bilder .text {
overflow:auto;height:12rem;
}

.info1 .text, .info2 .text {
overflow:auto;height:16rem;
}



}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

.content, .info1, .info2 , .bilder {
width:80vw;
}


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {
font-size:72%;}

.content, .info1, .info2, .bilder {
width:75vw;
}


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

/* keine angabe */

}

/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {
font-size:80%;
}




}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */