

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/*---------------------------------------
  SK: Video Background
----------------------------------------*/

/* Set the video container to cover the entire viewport */
.video-container {
    position: relative;
    max-width:  100%;
    height: 100vh;
    overflow: hidden;
}

/* Style the video to cover the entire container */
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the container */
    z-index: -1; /* Puts the video behind other content */
}



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html, body {
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,sans-serif;
font-size:62.5%;
line-height:1.4;
font-weight:normal;
height:100%;
}

body {
font-size:1.7rem;
margin: 0 auto;
}

/* zusätzliche zeilenabstände, absatz */
.content br {
line-height:.6;
}

p.break  {
line-height:7rem;margin:0;
}


/* überschriften */

h1, h2, h3, h4, h5 {
font-family:'robotolight';
font-weight:normal;
color: midnightblue
}

h1 {text-align:left;
font-size:5.1rem;
line-height: 3.2rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:.0rem;
}

h2 {text-align:center;
text-transform:uppercase;
font-size:2.1rem;
line-height: 1rem;
margin-top: 0rem;
margin-bottom: 3.5rem;
letter-spacing:0rem;
}


/* spez. formatierung der h2-überschrift mit font-icon und linie */
h2:after {
display: block;
width: 80px;
content: "";
margin: 8px auto 0;
}


h3 {text-align:left;
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 2.1rem;
margin-bottom:1.4rem;
letter-spacing:0rem;
}

/* allgemeine links  */

a {background-color:transparent;
color:#000;
text-decoration: underline;
}

a:hover  {color:#000;
background-color:transparent;
text-decoration:none;
}

/* quelltext-erklärungen - wenn vorhanden */
pre {white-space:pre-wrap;position:relative;
font-family:'open_sanslight',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,sans-serif;
font-size:1.5rem;
padding:1rem 0.5rem 1rem 0.5rem;
margin:2rem auto;
text-align:center;
background:#436B6B;
border:dotted 3px #CDE0E0;
color:#D6E4E4;
}

pre .extra {display:inline-block;position:absolute;left:0rem;top:1rem;font-size:2rem;
color:#D6E4E4;font-weight:bold;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */


.container_haupt {
margin:0 auto;
padding:80px;
width:100%;
}

.wrapper {
margin:0 auto;
width:100%;padding:0rem;

}

/* bilder  anpassen der grösse  */
/* wenn sie eigene einzelne bilder einbauen, unabhängig von unserem bilderstystem,
 dann werden diese bilder maximal (max-width) so gross wie die original-abmessungen des bildes
 bwz. des umschliessenden containers wenn vorhanden */

img {max-width: 100%;
height: auto;
margin:0 auto;
}


/* homepagename  */
.name {
display:inline-block;
font-size:2rem;
line-height:2.2rem;
letter-spacing:.1rem;
color:#000;
padding: 2rem;
margin:0 auto;
text-transform:uppercase;
}

.name span {
font-size:2.5rem;
}

.seitentitel {
text-align:center;
text-transform:none;
letter-spacing:.2rem;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

.section-logo {
width:100%;height:100vh;
position:relative;
overflow:hidden;
z-index:0;
}

.logo1 {
display:table;
width:100%;height:0%;
text-align:center;
border-bottom-width: thin;
}



/* ############################################################ */
/* bereich content */
/* ############################################################ */


.content-wrapper {
width:100%;
}

.section-content {
width:100%;
margin:0;
padding:0;
}

.content {
display:block;width:100vw;
min-height:15vh;
margin: 0 auto;
text-align:left;
padding:6rem 3rem 6rem 3rem ;
}

.section-content .filter {background:rgba(0,0,0,.5);
}


/* - - - - - - - - - -  jeder ungerade abschnitt, also abschnitt 1, abschnitt 3, abschnitt 5 usw - - - - - - - - - -  */

.section-content:nth-child(odd)  {background:#fff;
color:#30292F;
}

.section-content:nth-child(odd) a {
color:#30292F;
text-decoration: underline;
}

.section-content:nth-child(odd) a:hover  {
color:#444A51;
text-decoration:none;
}

/* - - - - - - - - - - jeder gerade abschnitt, also abschnitt 2, abschnitt 4, abschnitt 6 usw. - - - - - - - - - - */

.section-content:nth-child(even) {background:#4086ae;
color:#E8EEED;
}

.section-content:nth-child(even) a {
color:#E8EEED;
text-decoration: underline;
}

.section-content:nth-child(even) a:hover  {
color:#282227;
text-decoration:none;
}


/* - - - - - - - - - - extra-formatierung abschnitt 2 - - - - - - - - - - */


.section-content:nth-child(2),
.section-content:nth-child(5)
 {

  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:cover;
}

.section-content:nth-child(2) {
background-image:url(../index_image.jpg);
color:#DFDFDF;
}

.section-content:nth-child(2).back-2a {
background-image:url(../images/logo04.jpg);
}

.section-content:nth-child(2).back-2b {
background-image:url(../images/logo01.jpg);
}

.section-content:nth-child(2).back-2c {
background-image:url(../images/logo06.jpg);

}

/* - - - - - - - - - - extra-formatierung abschnitt 5 - - - - - - - - - - */

.section-content:nth-child(5) {
background-image:url(../images/logo07.jpg);
color:#BFBFBF;
}

.section-content:nth-child(5).back-5a {
background-image:url(../images/logo01.jpg);
}

.section-content:nth-child(5).back-5b {
background-image:url(../images/logo02.jpg);
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* BILDER IM INHALTSBEREICH - GRID-SYSTEM - - mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:left;
padding:1rem;
margin:6rem 0;
background:transparent;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.4rem;
margin:0 -.25rem 0rem -.25rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_2_container ,
.box-1_of_3 ,
.box-1_of_4 ,
.box-1_of_4b,
.box-1_of_4_icons,
.box-1_of_5
{width:100%;
}

.wrapper-box img {width: 100%;
display:inline-block;
height: auto;
margin:0 auto;
padding:20px;
box-shadow:0 0 1px #4086ae;
background:#fff;
}

.rund1a img {border-radius:36rem;
padding:0;border:solid 1rem white;animation:dreh1 infinite 120s;
}

.rund1b img {border-radius:36rem;
padding:0;border:solid 1rem white;animation:dreh2 infinite 120s;
}


.content .wrapper-box img:hover {
box-shadow:0 0 3px #4086ae;
}




/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/* GRID-SYSTEM #2  - mit DISPLAY:TABLE */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */


.wrapper-box-table {width:100%;border-spacing:1rem;
display:table;
text-align:center;
padding:0;
margin:0;
}

.box-tabcell ,
.box-tabcell-2 ,
.box-tabcell-3 ,
.box-tabcell-4
{display:table-cell;
width: 100%;
height:20rem;
vertical-align:top;
padding: 0 1rem 2rem 1rem ;
}




/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  BILDER IM INHALTSBEREICH - mit FLOAT  */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */


.box-text-re {float:none;
padding:0;
width: 100%;
margin:0 auto;
margin-bottom:3rem;
margin-top:3rem;
padding-left:80px;
padding-bottom:10px;
box-shadow:0 0 1px #fff;
background:#fff;
}

.box-text-li {float:none;
padding:0;
width: 100%;
margin:0 auto;
margin-bottom:3rem;
margin-top:3rem;
padding:20px;
box-shadow:0 0 1px #ffffff;
background:#fff;
}



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ------------  box #information ------------  */

.mylist1  {
margin:0 auto;
padding:1rem 0 1rem 0;
}

.mylist1 ul  {display:table;
width:100%;
margin:0;
padding:0 1rem 0 1rem;
}

.mylist1 li  {font-size:1.3rem;
list-style-type: none;
text-align:center;
display: table-row;
}

#information h3{text-align:center;
margin-top:1rem;
margin-bottom:2rem;
font-weight:bold;font-size:2rem;
}

#information h4 {font-size:1.6rem;
font-weight:bold;margin-top:1rem;
margin-bottom:1rem;
}


#information .mylist1  li:before {
font-family:'FontAwesome';
font-size:3rem;
color:#4086ae ;
display:inline-block;
}

#information .mylist1  li.icon1:before {
content:"\f00a";
}

#information .mylist1  li.icon2:before {
content:"\f090";
}

#information .mylist1  li.icon3:before {
content:"\f072";
}

#information .mylist1  li.icon4:before {
content:"\f21a";
}

#information a  {text-decoration: underline;
color:#000
}

#information a:hover  {text-decoration: none;
}


/* ------------ box #service   ------------ */


#service  {text-align:center;
font-size:1.3rem;
}

#service  h3 {text-align:center;
color:#fff;margin:0;font-size:2.2rem;margin:1rem 0 1rem  0;
}

#service  a  {text-decoration: none;display:block;margin:0;
transition: 2s ;
}

#service  a:hover  {
transform: translateY(-20px)  rotate(720deg);
}

#service .fa {display:block;
font-family:'FontAwesome';
font-size:3rem;
color:#fff ;
background:#4086ae;
border-radius:36rem;
text-align:center;
margin:0 auto;margin-bottom:2rem;
width:8rem;
height:8rem;
line-height:8rem;
}

#service .fa:hover {
color:#4086ae;
text-shadow:0 0 1px black;
}

#service span {display:block;
margin: 0 .5rem  2rem .5rem;
}


/* ------------ box #more   ------------  */

#more .tabrow {display:table-row;}

#more   {text-align:left;
font-size:1.3rem;
}

#more   h3 {text-align:center;
color:#5F9EA0;
}


/* ############################################################ */
/* bereich kontakt */
/* ############################################################ */

.section-kontakt {
width:100%;
color:#4086ae ;
background:#98C0C0
}

.kontakt {display:table;

vertical-align:middle;
text-align:center;
margin: 0 auto;
padding: 1rem 0 1rem 0 ;
font-size:1.3rem;
}

.kontakt h3 {margin:1rem 0;
text-align:left;
color:#355757;
font-size:1.8rem;
}

.kontaktbox  {width:100%;
text-align:left;
}


.kontaktbox .inhalt   {width:28rem;
padding:0rem 1rem 1.5rem 1rem ;
margin:0 auto;
}

.kontaktbox .inhalt ul {text-align:left;
padding:0rem;
margin:0;
}

.kontaktbox .inhalt  li {list-style:none;
padding:0rem;
margin:0;
}

.kontaktbox .inhalt .fa {display:inline-block;
vertical-align:middle;
width:2.4rem;
line-height:2.5rem;
font-size:1.7rem;
color:#4086ae;
}


/* ############################################################ */
/*  kontakt-menu */
/* ############################################################ */



/* das kontakt-menü */

.kontakt-menu {width:28rem;
margin:0 auto;
padding:0;
}

.kontakt-menu ul {
text-align:left;
margin:0;
padding:0;
}

.kontakt-menu li {list-style-type: none;
margin:0;
padding:0 ;
}

.kontakt-menu  a {display:inline-block;
text-align:left;
vertical-align:middle;
text-decoration : none;
font-size:1.3rem;
letter-spacing:0rem;
padding:.1rem ;
margin:.1rem 0;
color:#233838;
}

.kontakt-menu li a:hover {
color:#000;
background:transparent;
text-decoration:underline;
}



/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */

.section-fusstop {
width:100%;
color:#CFCFCF ;
background:#444444;
}

.fusstop {display:table;width:100%;
height:20rem;
margin: 0 auto;
padding: 0;padding-bottom:4rem;
font-size:1.4rem;
}

.fusstop h3 {margin:1rem 0;text-align:left;
padding-right:1rem;
color:#fff ;
font-size:1.5rem;
border-bottom:dotted 1px #AFAFAF;
}

.fusstopbox  {
display:block;
padding:1rem 1rem 1rem 1rem ;
text-align:left;
}

.fusstopbox .inhalt .fa {
width:2rem;
padding-right:1rem;
color:#111011 ;
}

.fusstopbox .inhalt .fa:hover {
width:2rem;
padding-right:1rem;
color:#fff ;
}

.section-fusstop .filter  {
background: rgba(255,255,255,.7);box-shadow:none;
}


.fusstopbox .inhalt   {width:28rem;
padding:0rem;
margin:0 auto;
}

.fusstopbox .inhalt ul {text-align:left;
padding:0rem;
margin:0;
}

.fusstopbox .inhalt  li {list-style:none;
padding:0rem;
margin:0;
}



/* ############################################################ */
/*  fusstop-menu */
/* ############################################################ */



/* das fusstop-menü */

.fusstop-menu {width:28rem;
margin:0 auto;
padding:0;
}

.fusstop-menu ul {
text-align:left;
margin:0;
padding:0;
}

.fusstop-menu li {list-style-type: none;
margin:0;
padding:0 ;
}

.fusstop-menu  a {text-align:left;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.1rem ;
margin:.1rem 0;
color:#CFCFCF;
}

.fusstop-menu li a:hover {
color:#FFF ;
text-decoration:underline;
background:transparent;
}




/* ############################################################ */
/* bereich fuss */
/* ############################################################ */


.section-fuss {position:relative;
width:100%;
background:#949494;
color:#111011;
}

.fuss {display:table;
margin: 0rem auto;text-align:center;
padding:1rem;width:100%;
height:4rem;
}

.fussbox-1a  {
display:table-cell;
vertical-align:middle;text-align:center;
text-align:center;
padding:0rem 0rem;
font-size:1.6rem;
line-height:1.9rem;
}

/* fussname */
.fussname {display:block;
font-family:'robotolight';
text-align:center;
padding:.6rem;
font-size:1.2rem;
line-height:1.5rem;
letter-spacing:0.2rem;
color:#111011;
}

/* nach-oben-pfeil/icon */

.section-fuss .button-top a {position:absolute;display:inline-block;
text-align:center;
text-decoration:none;
top:-4rem;
left:50%;
margin-left:-2rem;
height:4rem;
line-height:4rem;
width:4rem;
background:#548B8B;
border-radius: 3px;transition:all 1s;
}



.section-fuss .button-top .fa {display:block;font-size:2rem;
color:#BAD6D6;
line-height:4rem;height:4rem;
transition:all 1s;
}

.section-fuss .button-top .fa:hover {color:#AFCFCF;
background:#81B4B4;
}






/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN*/
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */


/* - - - - -  nur info - - - - - */
/*  für die kleinste smartphone-auflösung von 320pixel benötigen wir KEINE bildschirmabragen (media queries), denn hierfür gilt ja automtisch der gesamte vorstehende quelltext-code - weil wir das template ja 'mobile-first' angelegt haben */



/* ==================================== ab 360 pixel ================================== */

@media (min-width: 360px) {

.section-logo {
height:36rem; }


}


/* ==================================== ab 400 pixel ================================== */

@media (min-width: 400px) {

.content, .kontakt , .fuss {
width:90vw;
}

.section-logo {
height:32rem; }

/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */

.box-1_of_4 {width: 40%;  }
.box-1_of_5 {width: 50%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */

}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {

.section-logo {
height:36rem;
}

.fussmenu li { display:inline; }


}


/* ==================================== ab 600 pixel ================================== */
@media (min-width: 600px) {

/* keine angabe */

/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */
.box-1_of_4b {width: 50%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */


}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */


}


/* ==================================== ab 768 pixel ================================== */
@media (min-width: 768px) {

html {font-size:70%;}

.content, .kontakt , .fusstop, .fuss  {
width:96vw;
}

.section-logo {
height:38rem; }




/* - - - - -   BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */
.box-1_of_1 {width: 50%;  }
.box-1_of_2 {width: 50%;  }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 33%;  }
.box-1_of_4b {width: 50%;   }
.box-1_of_4_icons {width: 50%; }
.box-1_of_5 {width: 30%;  }
/* - - - - - ende  BILDER IM INHALTSBEREICH - GRID-SYSTEM - - - - - */



/* - - - - - BILDER IM INHALTSBEREICH - mit FLOAT - - - - - */
.box-text-re {width: 30%;
float:left;
text-align:justify;
margin-right:2rem;
margin-bottom:1rem;
margin-top:1rem;
}

.box-text-li {width: 30%;
float:right;
text-align:justify;
margin-left:2rem;
margin-bottom:1rem;
margin-top:1rem;
}
/* - - - - - ende  BILDER IM INHALTSBEREICH - mit FLOAT - - - - - */


/* --- box information ---*/
#information .mylist1 li  {
text-align:left;
}

#information .mylist1 li:before {
display: table-cell;
vertical-align:top;
padding-top:1rem;
padding-right:2rem;
}



.fusstop , .fusstop a {font-size:1.1rem; }

.fusstop-menu {width:auto; }

.fusstop-menu a {font-size:1.1rem; }

.fusstopbox {width:33.33%;
display:table-cell;vertical-align:top; }

.fusstopbox .inhalt  {width:auto; }


}


/* ==================================== ab 800 pixel ================================== */

@media (min-width: 800px) {

.content {
text-align:justify;
}


}


/* ===================================== ab 1024 pixel ================================= */

@media (min-width: 1024px) {

.wrapper-box img.alternative-color{
background:linear-gradient(to left ,#8DBBBC, #F0F7F7, #BBDBDB);
}


/* - - - - -  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */
.box-1_of_2_container {width: 80%;  }
.box-1_of_4b {width: 50%;  }
.box-1_of_4_icons {width: 33%; }
.box-1_of_5 {width: 20%;  }
/* - - - - - ende  GRID-SYSTEM #1 -BILDER IM INHALTSBEREICH   - - - - - */

/* - - - - - GRID-SYSTEM #2 -BILDER IM INHALTSBEREICH   - - - - - */
.box-tabcell-2 {width: 50%; }

/*  tabellenzelle-reihe  ausschalten */
#more .tabrow {display:none}
/* - - - - - ende  GRID-SYSTEM #2 -BILDER IM INHALTSBEREICH   - - - - - */


/* - - - - -  BILDER IM INHALTSBEREICH - mit FLOAT - - - - - */
.box-text-re {
margin-right:3rem;
margin-bottom:2rem;
margin-top:2rem;
}

.box-text-li{
margin-left:3rem;
margin-bottom:2rem;
margin-top:2rem;
}
/* - - - - - ende  BILDER IM INHALTSBEREICH - mit FLOAT - - - - - */

#more   {text-align:justify; }

.kontakt , .kontakt a {font-size:1.1rem; }

.kontakt-menu a {font-size:1.1rem; }

.kontaktbox {width:33.33%;
display:table-cell;vertical-align:top;
padding:0;
margin:0 auto;
}


}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html {
font-size:75%;
}

.content, .kontakt , .fusstop, .fuss {
width:93vw;
}

pre {width:50vw; }


}


/* ===================================== ab 1300 pixel ================================= */

@media (min-width: 1300px) {

.content, .kontakt , .fusstop, .fuss {
width:90vw;
}


}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html {
font-size:80%;
}

.content, .kontakt .fusstop, .fuss {
width:86vw;
}



}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
