

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


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


*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:'source_sans_proregular', tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
background:#e6e6e6;
margin: 0 auto;
}

/* zusätzliche zeilenabstände, absatz */
.content br {
line-height:.5;
}

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

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

h1::after {
content: '.';
color:red;
}

h1 {font-family:'bungeeregular';
text-transform:uppercase;
text-align:left;
font-size:3.4rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 4.2rem;
letter-spacing:.0rem;
}


h2 {font-family:'bungeeregular';
text-transform:uppercase;
font-size:2.5rem;
line-height: 2.8rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:.2rem;
}


h3 {font-size:2.1rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:0rem;
}


/* allgemeine links  */
a {
background-color:transparent;/* hinweis: der wert muss transparent bleiben, wegen der anderen a:links  */
color:#231F1F;
text-decoration: underline;
}

a:hover  {color:#231F1F;
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:#231F1F;
border: dashed .1rem #231F1F;
}


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

.container_haupt {
margin:0 auto;
width:100%;padding-top:0rem;
margin-top:2rem;
margin-bottom:2rem;
}

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



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

.kopf-main {display:table;
padding:0;
margin:0 auto;

}

.kopf {display:table-cell;width:100vw;
background:#fff;
vertical-align:bottom;
height:15rem;
margin: 0 auto;
padding:0;
border-top-right-radius:4rem  ;
border-top-left-radius:4rem  ;
}

.name {display:block;
text-align:right;
font-family:'bungeeregular';
padding:1rem 2rem;
font-size:2rem;
line-height:2.2rem;
letter-spacing:0.2rem;
color:#000;
text-transform:uppercase;
}




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

.logo-main {
padding:0;
margin:0 auto;
border-top: solid 1rem #000;
border-bottom: solid 1rem #000;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.logo {
min-height:28rem;
background:rgba(0,0,0,.5);
margin: 0 auto;
padding:0;
}

/* versch. hintergrundfotos beim logo auf den seite home, primus, secundus, tertius, quartus, quintus, sextus */

.logo-main.backpic{
background-image:url(../images/logo00.jpg);
}

.logo-main.backpic01{
background-image:url(../images/logo01.jpg);
}

.logo-main.backpic02{
background-image:url(../images/logo02.jpg);
}

.logo-main.backpic03{
background-image:url(../images/logo03.jpg);
}

.logo-main.backpic04{
background-image:url(../images/logo04.jpg);
}

.logo-main.backpic05{
background-image:url(../images/logo05.jpg);
}

.logo-main.backpic06{
background-image:url(../images/logo06.jpg);
}





/* ############################################################ */
/* content */
/* ############################################################ */

.content-main {
padding: 0;
margin:0;
color:#231F1F;
min-height:10rem;
}

.content {
background:#fff;
margin: 0 auto;
padding:6rem 3rem ;
}

.content img {display:block;
border: solid .9rem #EFEFEF;
box-shadow:0 0 .1rem #7F7F7F;
}

.content h1,.content h2{
color:#000;
}

.content h3  {
color:#000;
}



/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */


.fusstop-main {display:table;
padding:0;
margin:0 auto;
color:#fff;
background-position:50% 50%;
background-repeat:no-repeat;
}

.fusstop-logo {display:table-cell;width:100vw;
vertical-align:middle;
height:20rem;
padding:2rem;
text-align:center;
background:rgba(0,0,0,.6);
margin: 0 auto;
padding:0;
border-top: solid .4rem #000;
border-bottom: solid .4rem #000;
}

/* versch. hintergrundfotos beim logo auf den seite home, primus, secundus, tertius, quartus, quintus, sextus */

.fusstop-main.backpic{
background-image:url(../images/logo00.jpg);
}

.fusstop-main.backpic01{
background-image:url(../images/logo01.jpg);
}

.fusstop-main.backpic02{
background-image:url(../images/logo02.jpg);
}

.fusstop-main.backpic03{
background-image:url(../images/logo03.jpg);
}

.fusstop-main.backpic04{
background-image:url(../images/logo04.jpg);
}

.fusstop-main.backpic05{
background-image:url(../images/logo05.jpg);
}

.fusstop-main.backpic06{
background-image:url(../images/logo06.jpg);
}

.fusstop-main ul {
padding:0;
margin:0;
}

.fusstop-main li {display:inline;
padding:0;
margin:.5rem
}

.fusstop-main h3 {color:#fff;
padding:0;margin:0;
}

/*  die icons im fussbereich */
.fusstop-main .fas,
.fusstop-main .fab,
.fusstop-main .far {display:table-cell;
vertical-align:middle;text-align:center;
font-size:1.5rem;
line-height:3rem;
height:3rem;
width:3rem;
color:#000;
border-radius:36rem;
background:#fff;
}

.fusstop-main a {
text-decoration:none;
}




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

.fuss-main {
color:#231F1F;
margin:0 auto;
}

.fuss {display:table;width:100%;
background:#fff;
margin: 0rem auto;
padding:3rem 3rem;
border-bottom-right-radius:4rem ;
border-bottom-left-radius:4rem ;
}

.fussbox-1a  {display:table-cell;
vertical-align:middle;
text-align:center;
width:100%;
padding:0rem .5rem 0 .5rem ;
font-size:1.6rem;
line-height:1.9rem;
}



/* ############################################################ */
/*  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-family:'bungeeregular';
font-size:1.6rem;
line-height:1.8rem;
width : 100%;
text-align:left;
color:#000;
text-decoration:none;
padding:0rem;
letter-spacing:0rem;
}

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

.kopf, .logo, .content, .fusstop-logo, .fuss {
width:90vw;
}



}


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

/* keine angabe */


}


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

.content {
padding:6rem 5rem ;
}

.name {
font-size:4rem;
line-height:4.2rem;
}


}


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

/* keine angabe */


}


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

html {
font-size:68%;
}


}


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

html {font-size:70%;}


}


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

html {font-size:78%;}

/* keine angabe */


}


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

@media (min-width: 1024px) {

html {
font-size:80%;}


}


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

@media (min-width: 1100px) {

.kopf, .logo,  .content, .fusstop-logo, .fuss {
width:80vw;
}




}


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

@media (min-width: 1200px) {

html {
font-size:72%;}

.kopf, .logo, .content, .fusstop-logo, .fuss {
width:75vw;
}



}


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

@media (min-width: 1300px) {

.kopf, .logo, .content,.fusstop-logo,  .fuss {
width:70vw;
}


}

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

@media (min-width: 1400px) {

html {
font-size:80%;
}


}


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