

/* = = = = = = = = = = = = = = = = = 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%;color:#000;
background:#EFEFEF;
}

body {
font-size:1.7rem;

margin: 0 auto;
}


/* überschriften */
h1, h2 {

}

h1, h2, h3, h4, h5 {color:#000;
font-weight:normal;
color:#000;
text-shadow: 0 -1px 1px #666, 0 1px 1px #fff;
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;
}

h1:first-letter {color:royalblue;}
h2:first-letter {color:royalblue;}


/* === 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;
color:#000;
background:#4F6175;
background:linear-gradient(to right, #EFEFEF, #DCE1E9, #EFEFEF );
}


/* ############################################################ */
/*  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 {
font-family: georgia,tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 0rem 0rem 2.5rem;
vertical-align:middle;
font-size:2.2rem;
line-height: 2.4rem;
letter-spacing:0.2rem;
color:#fff;
text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
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:"\f1d8";
color:#213244;
}

.liste1 li:hover:before{
color:dodgerblue;
}

/* 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:#213244;
}

.liste2 li:hover:before{
color:dodgerblue;
}

/* 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:#EFEFEF;
background-color: #364859;
text-shadow:0rem 0rem 0.1rem #000;
}

.icons.vers2 .fa {
color:#fff;
background:linear-gradient(to bottom, #7A8FA0 50% ,#4f6175 50% );
}

.icons.vers3 .fa {
color:white;
background-color: #4f6175;
background:linear-gradient(45deg,
transparent 0%, transparent 10%, #4f6175 10% ,#4f6175 90% ,
transparent 90%, 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 {
margin:0 auto;
padding:0rem;
background:url(../images/logo4.jpg);/* IE9*/
background: linear-gradient(45deg, #2C8BF5 0%,#2C8BF5  20%, transparent 20% ,transparent 80% ,
#2C8BF5 80%, #2C8BF5 100%),
url(../images/logo4.jpg)  ;
background-position:50% 50%;
background-repeat:no-repeat;
}

.logo {
margin: 0rem auto;
padding:0rem;
}


.logobox-1 {width:100%;
display:block;
padding:1rem;
}

.logobox-1-a {display:table;
width:100%;
height:30rem;
}

.logobox-1-a-inhalt {display:table-cell;
text-align:right;
vertical-align:middle;
}

.logo .bilder .box {background:black;
color:#93A4B7;
text-align:center;
padding:1rem;
text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
text-transform:uppercase;
}

.logo .bilder .box span:first-line  {
text-align:center;
color:#C4CDD7;
text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
font-size:1.4rem;
font-family:arial,helvitica,sans-serif;
}

.logo .box-innen {
background:transparent;
text-align:center;
width:100%;
height:20rem;
padding:0rem;
}

.logo .box-innen.eins {
background:url(../images/logo6.jpg);
}

.logo .box-innen.zwei {
background:url(../images/logo1.jpg);
}

.logo .box-innen.drei {
background:url(../images/logo3b.jpg);
}

.logo .bilder .span_1_of_3 {width:100%;padding:.5rem;opacity:.7}
.logo .bilder .zwei.span_1_of_3 {display:none;}
.logo .bilder .drei.span_1_of_3 {display:none;}

.logo .fa {color:#fff;text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
}


/* ############################################################ */
/* bereich nav */
/* ############################################################ */


.nav-main {
background:#213244;
margin:0 auto;
color:#313131;
}

.nav {width:100%;
margin:0 auto;
line-height:3.5rem;
}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt-main {
padding:0;
margin:0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* inhalt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.inhalt {
margin: 0 auto;
}

.inhaltbox-a {display:block;
text-align:left;
min-height:50rem;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* content */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.content-main {
padding: 2rem;
margin:0;
background:white;
}


.content {
margin: 0 auto;
padding:3rem 0 3rem 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* kontakt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.kontakt-main {min-height:x50vh;
padding:0rem;
margin:0;
color:#374351;
background:url(../images/moewe.png) , url(../images/logo6.jpg)  ;
background-position:50% 50%;
background-size:15% ,auto;
background-repeat:no-repeat , no-repeat;
background-attachment:fixed;
}

.kontakt {display:table;width:100%;height:x100%;
background:url(../images/moewe.png),url(../images/moewe.png)  ;
background-position:50% 50%;
background-size:25%, 18% ;
background-repeat:no-repeat;
margin: 0rem auto;
padding:10vh 5vh 10vh 5vh;
}

.kontakt h2 {
color:#000;
text-shadow: 0 -1px 1px #fff, 0 1px 1px #666;
}

.kontakt h2:first-letter {color:#000;}



.kontakt .box-1 {xdisplay:table-cell;
text-align:right;vertical-align:middle;
padding:5rem 1rem 5rem 1rem;
}

.kontakt .box-2 {display:none;
text-align:center;vertical-align:middle;
padding:1rem;width:2rem;
}

.kontakt .box-3 {xdisplay:table-cell;
text-align:left;vertical-align:middle;
padding:5rem 1rem 5rem 1rem;
}

.kontakt .fa {color:#fff;text-shadow: 0 -1px 1px #666, 0 1px 1px #000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info1 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info1-main {
padding:2rem;
margin:0;
color:#4f6175;
background:#142537;
}

.info1 {background:palegoldenrox;
margin: 0rem auto;
padding:3rem 0 3rem 0;
}

.info1 h2 {
color:#C4CDD7;
text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
}

.info1 h2:first-letter {color:lightcyan;}

.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 {background:#xdfdfdf;/* IE9 */
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:#C4CDD7;
text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
font-size:1.6rem;text-transform:uppercase
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info2 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info2-main {
padding:2rem;
margin:0;
color:#4f6175;
background:#081625;
}

.info2 {
background-size: 50px 50px;
background-repeat:repeat;
margin: 0rem auto;
padding:3rem 0 3rem 0;
}

.info2 h2 {
color:#93A4B7;
text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
}

.info2 h2:first-letter {color:lightcyan;}

.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 {background:#xdfdfdf;/* IE9 */
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:#93A4B7;
text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
font-size:1.6rem;text-transform:uppercase
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* bilder */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bilder {
padding:0rem;
font-size:1.4rem;



}

.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:#375371;
font-size:1.4rem;
xtext-shadow: 0 -1px 1px #666, 0 1px 1px #CFCFCF;
text-transform:uppercase
}





/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* fuss*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* === fuss === */


.fuss-main {
background:#213244;
margin:0 auto;
color:#fff;
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:#4f6175;
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:#4f6175;
border-radius:36rem;
}

.fuss span .fa {
font-size:1.4rem;
height:2.2rem;
line-height:2.2rem;
width:2.2rem;
background:#FFFFFF;
color:black;
}





/*===== 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:#C2CCDA;
text-decoration:none;
padding:0rem;
letter-spacing:.1rem;
}

.fussmenu a:hover {
color:#fff;
text-shadow:none;
background:transparent;
text-decoration: underline;
}



/* ############################################################ */
/* 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) {

.info1 .box , .info2 .box {
padding:1rem;
}

.logo {
width:90vw;
}

 .content, .info1, .info2 {
width:85vw;
}


.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;}
.latest img {width:100%; height:auto;}

.bilder .text {
overflow:auto;height:12rem;
}

.line {display:none;}

}



/* ==================================== 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%;}

.kontakt .box-1 {display:table-cell;
text-align:right;vertical-align:middle;
padding:5rem 1rem 5rem 1rem;
}

.kontakt .box-2 {display:table-cell;
text-align:center;vertical-align:middle;
padding:1rem;width:2rem;
}

.kontakt .box-3 {display:table-cell;
text-align:left;vertical-align:middle;
padding:5rem 1rem 5rem 1rem;
}
}


/* ==================================== 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;}


}


/* ==================================== ab 800 pixel ================================== */
@media (min-width: 800px) {

html {font-size:78%;}

.logo .bilder .span_1_of_3 {width: 33.33%; }
.logo .bilder .zwei.span_1_of_3 {display:block;}
.logo .bilder .drei.span_1_of_3 {display:block;}

}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

html {
font-size:80%;}

.logo {
width:96vw;
}

 .content, .info1, .info2 {
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) {

.logo, .content, .info1, .info2 {
width:80vw;
}


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {
font-size:72%;}

.logo, .content, .info1, .info2 {
width:75vw;
}


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {



}

/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {
font-size:80%;
}




}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */