

/* = = = = = = = = = = = = = = = = = 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-family: 'PoiretOne Regular';
font-weight:normal;
}

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 {
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 1.5rem;
margin-bottom:1rem;
letter-spacing:0rem;
}

h1:first-letter {color:#DF0000;}
h2:first-letter {color:#DF0000;}


/* === 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:#fff;
background:#DFDFDF;
background:linear-gradient(135deg,red 0%, red 50% ,   #000 50%);
}


/* ############################################################ */
/*  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 0rem;
vertical-align:middle;
font-size:2.6rem;
line-height: 2.8rem;
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 */
}

.text:first-line {font-style:normal;
font-family: 'PoiretOne Regular';
}

/* float */
.col {width: 100%;
margin: 0 auto;
float:left;
}



/* grid system - mobile-first = startet mit der handy-version, deshalb alle spalten mit 100%, diese stehen somit untereinander*/
/* wird gfls im nachstehenden code überschrieben bzw. auf jeden fall für höhere auflösungen werden dann die prozentwerte geändert per MEDIA QUERIES, damit die spalten bei mehr platz nebeneinander stehen */
.span_1_of_1 {width:100%;}
.span_1_of_2 {width:100%;}
.span_1_of_3 {width:100%;}
.span_1_of_4 {width:100%;}
.span_1_of_6 {width:100%;}



/* 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:"\f030";
color:#000;
}

.liste1 li:hover:before{
color:red;
}


/* 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:red;
}

.liste2 li:hover:before{
color:#000;
}

/* 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: #000;
text-shadow:0rem 0rem 0.1rem #000;
}

.icons.vers2 .fa {
color:#fff;
background-color: #FF0000;
}

.icons.vers3 .fa {
color:#FF0000;
background:linear-gradient(45deg,
red 0%, red 10%, black 10% ,black 90% ,
red 90%, red 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 {background:url(../images/logo0.jpg);
background-repeat:no-repeat;
background-position:50% 26%;
background-size:cover;
margin:0 auto;
color:#313131;
padding:0rem;
}

.logo {background:#FF0000;
background:rgba(0,0,0,.001);/*IE9 */
background:   linear-gradient(to left top, red 35%, transparent 45%); /*, url(../images/back_point.png) ;*/
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:bottom;
}






/* ############################################################ */
/* bereich nav */
/* ############################################################ */


.nav-main {
background:#000;
margin:0 auto;
color:#313131;
}

.nav {width:100%;
margin:0 auto;
line-height:3.5rem;

}


/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

.inhalt-main {
padding:0;
margin:0;
background:white;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* inhalt */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.inhalt {width:100%;
margin: 0 auto;
padding:2rem;background:#EFEFEF;
}

.inhaltbox-a {display:block;
text-align:left;
padding:5rem 0rem 7rem 0rem;
min-height:50rem;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* bilder */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bilder {
padding:0rem;
font-size:1.4rem;
color:#8F8F8F;

}

.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 .span_1_of_6 {width:100%;}


.bilder .box {background:#DFDFDF;/* IE9 */
background:linear-gradient(90deg,  #DFDFDF 0% ,#EFEFEF, #DFDFDF 100%);
text-align:center;
padding:1rem;
}

.bilder .box img {
border:none;
}


.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  {
text-align:center;
color:#000;
font-size:1.6rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* latest  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.latest {
padding:0rem;
color:#5F5F5F;
}

.latest .span_1_of_1 {width:100%;}
.latest .span_1_of_2 {width:100%;}

.latest .box {
text-align:center;
padding:1rem;
}

.latest .box img {width:auto; height:60vh;
}

.latest .text {display:block;
}

.latest .box span:first-line  {
text-align:center;
color:red;
font-size:2.2rem;
}

/* horizontale linie */
 div hr{width:80%;
border-bottom: solid 0.1rem #9F9F9F;
}


/* links   */
.latest .text a {
transition:.5s;
display:inline-block;
background-color:#2d2d2d;
color:gainsboro;
text-decoration: none;
margin-top:1.5rem;
padding-right:2rem;
padding-left:2rem;
border-radius:36rem;
}

.latest a:hover  {
color:white;
background-color:red;
text-decoration: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* zitat  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.zitat {display:table;
font-size:2.4rem;
color:#fff;
margin:0 auto;
background: linear-gradient(45deg, red 0%, red 20%, black 20% ,black 40% ,transparent 40%,transparent 60% ,
black 60% ,black 80% ,
red 80%, red 100%),
url(../images/logo1.jpg) ;
background-position:50% 50%;
background-repeat:no-repeat;
background-color:#2F2F2F;
}

.zitat .box {display:table-cell;vertical-align:middle;text-align:left;
width:100%; height:90vh;width:auto;
padding:2rem 2rem;
}

.zitat .fa{
margin-right:2rem;
float:left;
font-size:6rem;
color:#FF0000;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* zitat 2  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.zitat2 {display:table;width:100%;
font-size:4.4rem;
line-height:4.5rem;
color:#fff;
margin:0 auto;
background:
linear-gradient(90deg, red 0%, red 10%, black 10% ,transparent, black 90%,
red 90%, red 100%),url(../images/back_point.png);
background-repeat:repeat;
background-color:#3F3F3F;
}

.zitat2 .box {display:table-cell;vertical-align:middle;text-align:center;
width:100%; height:50vh;width:auto;
padding:2rem 2rem;
}

.zitat2 .fa{
margin-right:2rem;
font-size:10rem;
color:#fff;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* zitat 3  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.zitat3 {display:table;width:100%;
font-family:arial, helvetica, serif;
font-size:4.4rem;
line-height:4.5rem;
margin:0 auto;


background-color:#3F3F3F;background:  #CCCCCC;
    color: #DBDBDB;
    text-shadow: 0 -1px 1px #FFFFFF, 0 1px 1px #666666;
}

.zitat3 .box {display:table-cell;vertical-align:middle;text-align:center;
width:100%; height:50vh;width:auto;
padding:2rem 2rem;


}

.zitat3 .fa{
margin-right:2rem;
font-size:5rem;
color:#cccccc;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* abteilung */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.abteilung {
padding:0rem;
font-size:1.8rem;
color:#000;
}

.abteilung .span_1_of_4 {width:100%;}


.abteilung .box {
text-align:center;
padding:1rem;
transform:perspective(0px) rotateY(0deg);transform-origin: top left;
}

.abteilung   img {background:#3f3f3f;
border:none;
width:100%;
width:auto;height:50vh;
}

.abteilung   img:hover {border-radius:1.2rem;
 filter: grayscale(1) ;
 box-shadow: none;
}

.abteilung .text {display:block;
}

.abteilung .box span:first-line {text-align:center;
color:#000;
}

/* horizontale linie */
.abteilung .box hr{width:80%;
border-bottom: solid 0.1rem #DF0000;
}




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

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* fuss*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* === fuss === */


.fuss-main {
background:url(../images/logo0.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background:#000;
margin:0 auto;
color:#fff;
padding:0rem;
}

.fuss {line-height:1rem;
margin: 0rem auto;
padding:0rem;
}

.fussbox-1 {width:100%;
display:block;
text-align:center;
padding:1rem;

}

.fussbox-1-a {display:table;
width:100%;
height:15rem;
}

.fussbox-1-a-inhalt {display:table-cell;
text-align:center;
vertical-align:middle;
}

/*  fussname */
.fuss span  {
font-size:1.2rem;
height:3rem;
line-height:3rem;
width:3rem;
color:#7F7F7F;
font-family: georgia,tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
text-transform:uppercase;
}

/*  die icons im fussbereich */
.fuss .fa {
font-size:2rem;
height:3rem;
line-height:3rem;
width:3rem;
color:#fff;
border-radius:36rem;
}

.fuss span .fa {
font-size:1.4rem;
height:2.2rem;
line-height:2.2rem;
width:2.2rem;
background:red;
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-top:.4rem;}

.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.4rem;
width : 100%;
text-align:left;
color:#fff;
text-decoration:none;
padding:0rem;
letter-spacing:.1rem;
}

.fussmenu a:hover {
color:#6f6f6f;
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) {

.inhaltbox-a {
padding:5rem 1.5rem 7rem 1.5rem;
}

}


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

.abteilung .span_1_of_4 {width:50%;}
.abteilung2 .span_1_of_8 {width:25%;}
.icons .span_1_of_4 {width:50%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}

.abteilung img  {width:auto;height:70vh;}
.bilder img  {width:100%;height:65vh;}
.latest .box img {width:50vw; height:auto;}



}

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


.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%; }
.latest .span_1_of_2 {width:50%;}

.bilder img  {width:100%;height:auto;}
.latest .box img {width:100%; height:auto;}

.bilder .text {
overflow:auto;height:12rem;}


}



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


.name {
font-size:4.6rem;
line-height: 4.8rem;
}

.inhaltbox-a {
padding:5rem 3rem 9rem 3rem;
}

.abteilung .span_1_of_4 {width:50%;}
.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}

.abteilung img  {width:auto;height:30vh;}


}


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

html {
font-size:68%;
}

.abteilung img  {width:auto;height:70vh;}
.latest .box img {width:auto; height:90vh;}


}


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

html {font-size:70%;}



.bilder .span_1_of_2 {width: 50%; }
.bilder .span_1_of_3 {width:50%;}
.bilder .span_1_of_4 {width: 50%; }
.bilder .span_1_of_6 {width: 50%; }
.abteilung .span_1_of_4 {width:25%;}
.latest .span_1_of_2 {width:50%;}
.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:33.33%;}
.icons .span_1_of_6b {width:16%;}

.abteilung img  {width:auto;height:20vh;}
.latest .box img {width:100%; height:auto;}

.bilder .text {overflow:auto;height:10rem;}

.zitat .box  {
height:40vh;width:auto;
}

.zitat2 .box ,.zitat3 .box {
height:25vh;width:auto;
}

.abteilung .box {transform:perspective(300px) rotateY(10deg);}

}


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

html {font-size:78%;}

.abteilung img  {width:auto;height:40vh;}


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

html {
font-size:80%;}



.bilder .span_1_of_3 {width:33.33%; }
.bilder .span_1_of_4 {width:25%;}
.bilder .span_1_of_6 {width: 33%;}
.abteilung .span_1_of_4 {width:25%;}
.icons .span_1_of_4 {width:25%;}
.icons .span_1_of_6 {width:16%;}
.icons .span_1_of_6b {width:16%;}

.abteilung img  {width:120%;height:auto;}
.latest .box img {width:auto; height:60vh;}

.bilder .text {
overflow:auto;height:12rem;
}

.zitat .box  {
height:50vh;width:auto;
}

.zitat2 .box , .zitat3 .box  {
height:25vh;width:auto;
}

.zitat .fa {
color:white;
}

.zitat2 .fa {
color:#FF0000;
}

.zitat{
background-position:0% 0%;
}


}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

.inhalt {
width:80vw;
}

.name {
font-size:5.6rem;
line-height: 5.8rem;
}


}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {
font-size:72%;}

.inhalt  {
width:75vw;
}


}


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

@media (min-width: 1300px) {

.inhalt    {
width:70vw;
}


}

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

@media (min-width: 1400px) {

html {
font-size:80%;
}


}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */