

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




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

*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: width .75s ease-out;
-webkit-transition: width .75s ease-out;
transition: width .75s ease-out;
}


.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}


.clearfix:after { clear:both; }
.clearfix { *zoom: 1; }

.section { clear: both;
margin: 0rem;
}


html, body {
font-family: tahoma, arial, Verdana, Segoe, "Open Sans",helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.4;
height:100%;
}

body {
font-size:1.6rem;
margin: 0 auto;
color:#000;
}


/* überschriften */
h1, h2 {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

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

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


h2 {
font-size:2.5rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 3rem;
letter-spacing:.1rem;
}


h3 {
font-size:1.8rem;
line-height: 2.2rem;
margin-top: 2.5rem;
margin-bottom:1rem;
letter-spacing:.0rem;
}

/* === allgemeine links  === */
a {
color:#2B2D2F;
text-decoration: underline;
}

a:hover  {
color:#313131;
text-decoration:none;
font-style:normal;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;font-size:1.5rem;padding:1rem 0rem 1rem 0rem;
margin-bottom:2rem;text-align:center;border:solid .1rem;
border-color:#AFAFAF;
background:whitesmoke ;
color:#313131;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

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

.container_haupt {
margin:0 auto;
height:100%;
width:100%;
}

.name {display:block;
letter-spacing:0.2rem;
padding:0rem 0rem 0rem 0rem;
font-size:3.2rem;
line-height: 3.5rem;
color:white;
text-shadow:0.1rem 0.1rem .1rem #000;
text-transform:uppercase;
}

.slogan {display:block;
letter-spacing:0.2rem;
padding:0.5rem 0rem 0rem 0rem;
font-size:1.6rem;
line-height:2rem;
color:black;
text-transform:none;
}

.slogan .fa {text-shadow:0rem 0rem .1rem #a7a7a7;
padding:.5rem;
font-size:2rem;
line-height:2rem;
color:#FFFF00;
}

.seitentitel {
letter-spacing:0.2rem;
padding:0rem 1rem 0rem 1rem;
color:#313131;
}

/* fusstitel = pfeil-icon-top */
.fusstitel {position:relative;
padding:0rem 1rem 0rem 1rem;
}

.fusstitel a:before {
position:absolute;
font-family:'FontAwesome';
top:0;
right:10px;
content:"\f139";
color:#fff;
font-size:2.2rem;line-height:2.2rem;
}

.fusstitel a:hover:before {
color:gold;
-webkit-transform:rotate(1080deg);
transform:rotate(1080deg);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}



/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}

/* icons */
.icons .fa {display:inline-block;
margin:0.5rem;
text-align:center;
font-size:2.5rem;
height:5rem;
line-height:5rem;
width:5rem;
border-radius:.8rem;
}

.icons.vers1 .fa {background:#bcbaba;
color:#fff;
}

.icons.vers2 .fa {background:#000;
color:white;
}

/* liste mit eigenem aufzählungszeichen als font-icon */

.liste1  {
padding-left:2rem;
}

.liste1 li {position:relative;
list-style-type: none;
padding-left:3rem;
}

.liste1 li:before {
position:absolute;
font-family:'FontAwesome';
top:0;
left:10px;
content:"\f14a";
color:bcbaba;
}

.spacer-main {
margin:0 auto;
background:whitesmoke;
color:#313131;
text-align:center;
padding:0rem 0rem 0rem 0rem;
}

.spacer {margin:0 auto;
width:100%;
display:block;
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-top:solid .8rem;
border-bottom:solid 0.8rem;
border-color:#fff;
min-height:4rem;
line-height:4rem;
padding:0rem 0rem 0rem 0rem;
text-align:right;
color:#313131;
background:919090;
}




/* ############################################################ */
/* bereich kopf */
/* ############################################################ */

.kopf-main {
margin:0 auto;
background:#fff;
color:#bcbaba;
text-align:center;
padding:0rem 0rem 0rem 0rem;
}

.kopf {width:100%;
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
margin: 0 auto;
padding:1rem;
background:bcbaba;
border-top:solid 1.6rem;
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-bottom:solid .8rem;
border-color:bcbaba;

}

.kopfbox-a {display:block;
padding:1rem;
text-align:left;vertical-align:top;
}

.kopfbox-b {display:block;
padding:1rem;vertical-align:top;
text-align:left;
}

/*  die icons im kopfbereich */

.kopf a .fa {
margin:0rem;
text-align:center;
font-size:2rem;
height:3rem;
line-height:3rem;
width:3rem;
margin:0.1rem;
background:bcbaba;
color:white;
}

.kopf a:hover .fa  {
color:919090;
background:white;
text-shadow:none;
}


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

.logo-main {background:gray;
margin:0 auto;
color:#bcbaba;
padding:0rem;
}


.logo {position:relative; /* wegen bildwechsler */
width:100%;
display:table;
table-layout:fixed;
border-spacing:0rem;
margin: 0 auto;
padding:0rem;
background:silver;
border-color:bcbaba;
}


.logobox-a {position:relative; /* wegen bildwechsler */
width:30%;
display:table-cell;
vertical-align:middle;
padding:1rem;
border-left:solid 1.6rem;
border-color:bcbaba;
}

.logobox-b {position:relative; /* wegen bildwechsler */
width:70%;
display:table-cell;
text-align:left;
vertical-align:middle;
height:30rem;
background:#f2f2f2;
border-bottom-left-radius:20rem  ;
border-top-left-radius:20rem  ;
padding:1rem;
background:rgba(0, 0 , 0 , .6);
border-left:solid 1.2rem white;
border-right:solid 1.6rem bcbaba;
}



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

.inhalt-main {margin:0 auto;
min-height:30rem;
background:whitesmoke;
padding:0rem 0rem 0rem 0rem;
margin:0rem 0rem 0rem 0rem;
}


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


.inhalt {width:100%;background:white;
margin: 0 auto;
display:block;
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-color:#fff;
font-size:1.5rem;
line-height:2rem;
padding:0rem 0rem 0rem 0rem;
}

.inhaltbox-a {display:block;
width:100%;
text-align:left;
padding:4rem 2rem 4rem 1rem;
background:#fff;
}

.inhaltbox-b {display:block;
width:100%;
color:#000;
text-align:left;
padding:1rem 1rem 4rem 1rem ;
border:dashed .1rem;
border-color: #313131;
background:transparent;
}

.inhaltbox-b h3 {background:#000;
color:#FFFFFF;
padding-left:.5rem;
}

/* ===== menu 2  =====  */

.menu2 ,
.menu2  ul,
.menu2  li {
margin: 0;
padding: 0;
border: 0;
}

.menu2  {width:100%;
}

.menu2 ul { display:block;
text-align:left;padding-left:2.2rem;
}

.menu2 li {
width:100%;
list-style-type: square;
color:#000;
}

.menu2 a {
line-height:2.4rem;
display : inline;
width : 100%;
text-align:left;
color:#000;
text-decoration: none;
padding:.2rem;
}

.menu2 a:hover {
color:#fff;
text-shadow:none;
background:#000;
text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* info */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.info {
width:100%;
display:block;
padding:0rem;
}


.infobox {display:block;
background:#000;
color:#919090;
text-align:left;width:100%;
padding:1rem;
margin-top:1rem;
}

.infobox-a {display:block;background:bcbaba;
}

.infobox-b {display:table-cell;width:100%;vertical-align:top;padding-top:.5rem;

}

.info .fa {display:inline;
color:gold;text-shadow:0rem 0rem 0.1rem black;
background:transparent;
margin:0.5rem;
text-align:center;
font-size:2.2rem;
height:3rem;
line-height:3rem;
width:3rem;
}

.info h3 {margin-top: 0rem;display:inline;color:white;
text-align:left;
margin-bottom:0rem;
}

.info a {
color:#919090;
background:transparent;
}

.info a:hover {
color:gold    ;

}



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

.bilder {background:#000;
background:radial-gradient(circle, #3F3F3F , black);
color:#8f8f8f;
font-size:1.4rem;
padding:0rem;
}


.bilder .span_1_of_1 {width:100%;padding:1rem;}
.bilder .span_1_of_2 {width:100%;padding:0rem;}
.bilder .span_1_of_3 {width:100%;padding:0rem;}
.bilder .span_1_of_4 {width:100%;padding:0rem;}

.bildbox {
text-align:left;
padding:1rem;
}





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

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

/* === fuss === */


.fuss-main {margin:0 auto;
min-height:10rem;
background:#808080;
text-align:center;
padding:0rem 0rem 0rem 0rem;
text-shadow:none;
padding:0rem 0rem 0rem 0rem;
}


.fuss {display:block;
margin: 0 auto;
width:100%;
background:#000;
background:radial-gradient(circle, #3F3F3F , black);
border-left:solid 1.6rem;
border-right:solid 1.6rem;
border-top:solid 0rem;
border-bottom:solid 1.6rem;
border-color:#fff;
color:#cfcfcf;
padding:0rem;
}


.fussbox {text-align:center;
display:block;
padding:1rem 2rem 1rem 2rem;
margin-bottom:0rem;
}

.fussbox h3 {padding-bottom:.6rem;
color:#E5E5E5;
text-align:center;
margin-top:1.5rem;
margin-bottom:1rem;
border-bottom:solid .1rem #7F7F7F;
}

.fuss-bottom {height:5rem;
line-height:5rem;
color:#CFCFCF;
text-shadow:0.1rem 0.1rem .1rem #000;
}

.fuss-bottom span {color:#fff;
}




/*===== fussmenu 2  =====  */


.fussmenu2 ,
.fussmenu2  ul,
.fussmenu2  li {
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.fussmenu2  {width:100%;
}

.fussmenu2 ul {
text-align:center;
}


.fussmenu2 li { display: block;
width:100%;
line-height:2.6rem;
margin-left:0rem;
}



.fussmenu2 li a {
padding-left:2rem;position:relative;
}

.fussmenu2 li a:after {
position:absolute;
font-family:'FontAwesome';
top:2px;
left:10px;
content:"\f105";
color:#FF0000;
}



.fussmenu2 a {
display : inline;
width : 100%;
text-align:left;
color:#B0B0B0;
text-decoration: none;
padding:.6rem;
}

.fussmenu2 a:hover {
color:#fff;
text-shadow:none;
background:transparent;
text-decoration: none;
}

/*  die icons im fussmenu2 */

.fussbox a .fa {text-align:center;
font-size:1.5rem;
line-height:2.2rem;
height:2.2rem;
width:2.2rem;
padding-left:.5rem;
padding-right:.5rem;margin:0;
color:#fff;
background:919090;
}

.fussbox a:hover .fa  {
color:#313131;
background:white;
text-shadow:none;
}





/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* ############################################################ */

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

.logobox-a {width:40%;
}

.logobox-b {width:60%;
}

}

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


.logobox-a {width:50%;
}

.logobox-b {width:50%;
}

.fussbox {
padding:1rem 6rem 1rem 6rem;
}


}


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

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:85vw;
}

.logobox-a {width:60%;
}

.logobox-b {width:40%;
}

.bilder .span_1_of_1 {width: 50%;padding:1rem 2rem 0rem 1rem; }
.bilder .span_1_of_2 {width: 50%; }
.bilder .span_1_of_3 {width:33.33%;font-size:1.2rem }
.bilder .span_1_of_4 {width: 50%; }

.fuss {
padding:1rem 2rem 2rem 2rem;
}

.info {
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
padding:0rem;
}

.infobox {display:table-cell;
vertical-align:top;
}
}


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

.kopfbox-a {width:80%;display:table-cell;
text-align:left;vertical-align:top;
}

.kopfbox-b {display:table-cell;width:20%;
vertical-align:bottom;
text-align:right;
}

}


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

html {
font-size:64%;
}



}

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

html {
font-size:66.5%;}

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:100vw;
}

x.name {
font-size:3rem;
line-height: 3.3rem;
}

.logobox-a {width:65%; }

.logobox-b {width:35%; }


.kopfbox-a {width:70%; }

.kopfbox-b {width:30%; }

.logobox-b {
height:34rem;
}

.inhalt {
display:table;
table-layout:fixed;
border-collapse:separate;
}

.inhaltbox-a {display:table-cell;
vertical-align:top;width:70%;
}

.inhaltbox-b {display:table-cell;
width:30%;vertical-align:top;
background:black;
color:#9f9f9f;
border:none;
}

.inhaltbox-b h3 {background:red;
color:#fff;
}

.menu2 a {
color:#8f8f8f;
}

.menu2 a:hover {background:black;
color:white;
}

.menu2 li {
color:gold;
}

.menu2 li:hover {
color:white;
}



.fuss {font-size:1.4rem;
display:table;
table-layout:fixed;
border-collapse:separate;
border-spacing:.5rem;
padding:0rem 0rem 0rem 0rem;
}

.fussbox {display:table-cell;
width:33.33%;text-align:left;
padding:1rem 1rem 1rem 1rem;
}

.fussbox h3 {
text-align:left;
}

.fussmenu2 ul {
text-align:left;
}

.fussmenu2 li {
margin-left:-0.6rem;
}

}


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

html {
font-size:66.5%;}

.logobox-a {width:70%; }

.logobox-b {width:30%; }


}


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

@media (min-width: 1024px) {

html {
font-size:69%;}


.kopf-main {
margin:0 auto;
padding:2rem 0rem 0rem 0rem;
}

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:95vw;
}



.fuss {font-size:1.6rem;
}


}


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

@media (min-width: 1100px) {

.kopf , .spacer , .logo , .inhalt , .fuss  {
width:80vw;
}


}


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

@media (min-width: 1200px) {

html {
font-size:72%;}

.kopf , .spacer , .logo , .inhalt , .fuss   {
width:75vw;
}


}


/* ===================================== ab 1480 pixel ================================= */

@media (min-width: 1480px) {

html {
font-size:80%;
}

.kopf , .spacer , .logo , .inhalt , .fuss   {
width:70vw;
}



}


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