

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* 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,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.7rem;
margin: 0 auto;
overflow-x:hidden;
}

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;color:#272727;
}

h1 {
font-size:3rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {text-transform:uppercase;
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 3.5rem;
letter-spacing:2px;
}


h3 {color:#363636;
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
text-transform:none;
letter-spacing:1px;
}


/* quelltext-erklärungen - wenn vorhanden */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family: arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem black;
background:transparent;
}

pre .extra {display:inline-block;position:absolute;left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:bold;
background:#1f1f1f;padding:0 .5rem;
transform:rotate(-45deg);
}

/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#000;
text-decoration: underline;
}

a:hover {color:#000;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:center;
}

.button .mehr_lesen a {display:inline-block;
background:#C8B99B;
color:#fff;
text-decoration:none;
padding:.3rem 1.5rem .3rem 1rem;
border-radius:0;
cursor:pointer;
border:solid 1px rgba(0,0,0,.1);
transition:all  .3s ease-out;
}

.button .mehr_lesen a:hover {color:black;
background:whitesmoke;
}


/*  icon beim MEHR LESEN-BUTTON */

.button .mehr_lesen a:before {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f054" ;
transform:scale(.6);
color:#DFDFDF;
padding: 0 .5rem 0 0;
margin:0;
}

.button .mehr_lesen a:hover:before {color:#62767B }


/*  ----------------------------------------  */
/* spezielle button-platzierung mit position:relative/absolute */
/* button wird am unteren rand der box platziert - so stehen die buttons bei grösserer aufösung nebeneinander immmer auf einer höhe */
/*  ----------------------------------------  */

.button-position {
POSITION:relative;
}

.button-position .button  {display:inline-block;
POSITION:absolute;width:26rem;
bottom:-4rem;left:50%;
margin-left:-13rem;
}


/*  ----------------------------------------  */
/* LISTE-SPEZIAL-BIG */
/*  ----------------------------------------  */

/* liste-spez-big mit icons, überschriften und abätzen beim text innerhalb der listenpunkte */
/* hier auf der seite 'sextus' */

#liste-spez-big  {display:block;text-align:center;
color:#E0E2E9;padding:0;
}

#liste-spez-big ul {display:block;
background:transparent;
padding:0 0rem 0rem 0rem;margin:0;
}

#liste-spez-big li  {display:table;text-align:left;list-style:none;
margin:0rem 0;
line-height:2.3rem;
padding: 2rem 1rem 1rem 1rem;
}

/* die icons */
#liste-spez-big li:before {display:table-cell;vertical-align:top;
color:#fff;

font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f35a" ;
padding-right:1rem;
margin-left:-2.5rem;
}

#liste-spez-big h2 {display:block;
font-size:1.7rem;
text-align:center;
background:#363C48;
color:white;
margin:0;
padding:1rem .5rem;
}

#liste-spez-big li h3 {display:inline-block;
color:#fff;
text-align:left;font-weight:normal;
margin:0;
font-size:1.6rem;
}


#liste-spez-big  a {color:#E0E2E9;text-decoration: underline; }
#liste-spez-big  a:hover {color:#E0E2E9;text-decoration: none; }


/*  NTH-CHILD - jeder ungerade (odd) listenpunkt, also 1, 3, 5 , 7 usw. */
#liste-spez-big li:nth-child(odd)  { background:#4C5567; }

/*  NTH-CHILD - jeder gerade (even) listenpunkt, also 2, 4, 6 , 8 usw. */
#liste-spez-big li:nth-child(even)   { background:#576C7B; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;margin:0 auto;
}

.box {display:inline-block;
width:100%;
padding:.3rem;
text-align:left;vertical-align:top;
margin:0rem -.22rem 0rem -.22rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

/*  boxen - grundsystem */
.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%; }


/*  boxen - für abweichungen vom boxen-grundsystem */

#spotlight .box-1_of_1  {width: 100%;}
#team .box-1_of_4  {width: 100%; }
#trendy .box-1_of_1  {width: 100%;}
.box-1_of_4b  {width: 50%; }

#gallery .box-1_of_3 {width:33.33%; }
#gallery img:hover  {opacity:.7;filter: blur(4px);}

#fuss .box-1_of_3  {width: 100%; }
#fuss-2 .box-1_of_1  {width: 100%;}


/*  boxen - boxen mit text */

article.text {font-size:1.4rem;
margin:0;text-align:left;
padding:2rem 1rem 1rem .5rem ;
}

article.text h3 {
font-size:1.4rem;
line-height:1.7rem;
margin: 0rem 1rem 1.5rem 0rem;
text-align:left;
}

article.text p {
margin:-.5rem 0;
padding:0;
}


/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {background:#fff; }


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;POSITION:relative;
margin: 0 auto;
padding:0rem;
border-bottom:solid 5rem #4C5567;
}

.top-a {display:table;
width:100%;height:16rem;
text-align:center;
padding:0rem .2rem;
}

/* homepagename  */

.name {font-family:'old_standard_ttitalic';
display:table-cell;background:transparent;
width:auto;font-weight:bold;
text-align:center;
margin:0;
padding:1.5rem 1rem 0 1rem;
font-size:2.8rem;
line-height: 3.1rem;
color:#3A4250;
text-shadow:1px 1px 1px rgba(0,0,0,.1);
}

/* logo-icon - hier das zahnrad */

.name-2  {display:table;table-layout:fixed;POSITION:absolute;z-index:1;
width:17rem;height:17rem;
bottom:-8.5rem;left:50%;
margin-left:-8.5rem;
vertical-align:middle;
padding:0rem;
border-radius:36rem;
background:white;
}

.name-2 .inner  {display:table-cell;padding:0rem;
text-align:center;vertical-align:middle;
}

.name-2 .inner i {
color:#4C5567;
font-size:15.5rem;
text-shadow:0 0 1px rgba(0,0,0,.4);
}

.name-2 .inner i:hover { }



/* - - - - - - - - - - - - - - -  */
/* die schalter-icons - siehe dazu auch datei animation.css */
/* - - - - - - - - - - - - - - -  */

/* - - - style- - - */

.switcher-a   {display:table;POSITION:absolute; z-index:1;
top:10rem;left:0rem;
height:100%;
padding:.1rem .1rem;
margin:0;
}

.switcher-b   {display:none;
POSITION:absolute; z-index:1;
top:10rem;right:0rem;
height:100%;
padding:.1rem .1rem;
margin:0;
}

.switcher ul   {display:table-cell;
vertical-align:middle;
padding:0rem;
margin:0;
}

.switcher li  {display:block;list-style:none;
margin:-.22rem  ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
padding: 0;text-align:center;
border:solid 1px rgba(0,0,0,.3);
}

.switcher label {cursor:pointer; background:white; }

.switcher li label i {display:block;
width:4rem;
line-height:4rem;
padding: 0;
background:silver;color:#4F5C68;
}

.switcher-b li label i.gr2-s-1 {color:indianred; }
.switcher-b li label i.gr2-s-2 {color:skyblue;text-shadow:0 0 1px rgba(0,0,0,.8) }
.switcher-b li label i.gr2-s-3 {color:#4C5567; }

.switcher li label i:hover {background:#F2F2F2; }


/* - - - radio-boxen versteckt - - - */

header input[type=radio]{
display: none;
}


/* - - - schaltfunktion für das icon-zahnrad - - - */

input#switch-1:checked ~ .name-2 .inner i {animation:paused; }
input#switch-2:checked ~ .name-2 .inner i {animation: ani-drehen 12s infinite linear;}
input#switch-3:checked ~ .name-2 .inner i {animation: ani-drehen 3.1s infinite linear }
input#switch-4:checked ~ .name-2 .inner i {animation: ani-drehen 1.1s infinite linear}


/* - - - schaltfunktion für die icons-schalter - - - */

input#switch-1:checked ~ .switcher-a li label i.s-1,
input#switch-2:checked ~ .switcher-a li label i.s-2,
input#switch-3:checked ~ .switcher-a li label i.s-3,
input#switch-4:checked ~ .switcher-a li label i.s-4  {background:white;}


/* - - - GRUPPE 2 - schaltfunktion für das icon-zahnrad - - - */

input#switch-gruppe2-1:checked ~ .name-2 .inner i {color:indianred }
input#switch-gruppe2-2:checked ~ .name-2 .inner i {color:skyblue;text-shadow:0 0 3px rgba(0,0,0,.9) }
input#switch-gruppe2-3:checked ~ .name-2 .inner i {color:#4C5567 }
input#switch-gruppe2-4:checked ~ .name-2 .inner i { }


/* - - - GRUPPE 2 - schaltfunktion für die icons-schalter - - - */

input#switch-gruppe2-1:checked ~ .switcher-b li label i.gr2-s-1,
input#switch-gruppe2-2:checked ~ .switcher-b li label i.gr2-s-2,
input#switch-gruppe2-3:checked ~ .switcher-b li label i.gr2-s-3,
input#switch-gruppe2-4:checked ~ .switcher-b li label i.gr2-s-4 {background:white; }




/* ############################################################ */
/* bereich logo */
/* ############################################################ */


/* hintergrundbilder im kopf-bereich */
.logo-back {background-image:url(../images/logo01.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

/* andere hintergrundbilder im kopf-bereich - hier auf index6.html */
.logo-back.sextus {background-image:url(../images/logo02.jpg) }

#logo {
display:block;
width:100%;
padding:0rem 0;
margin:0rem;
background:#4C5567;/* IE9 */
background:linear-gradient(to right, transparent,rgba(87,110,126,.5),transparent);
color:#CBCED8;
padding:6rem 2rem 6rem 2rem;
}


#logo .box-table {
display:block;
width: 100%;
color:#fff;
background:transparent;
padding:1rem  .5rem;
margin:0 auto;
margin:0rem;
}

#logo .box-table.logo-a,
#logo .box-table.logo-b  {text-align:center; }

#logo img {border:solid 1rem white; }



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

#inhalt {display:block;
background:#fff;/* wird aber nachstehend durch NTH-CHILD gesetzt/überschrieben */
color:#1B1B1B;
padding:0rem;
}

/* - - - - - inhalt UNTERSEITEN - - - - - */
#inhalt.unterseite {
background:#fff;
}
/* - - - - - - - - - - */

.inhalt-a {display:block;
width:100%;
margin:0 auto;
padding:6rem 2rem 6rem 2rem;
}


/*  ----------------------------------------  */
/* abschnitt allgemein */
/*  ----------------------------------------  */

.section-inhalt {display:block;
width:100%;
margin:0;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder ungerade (odd) abschnitt, also 1, 3, 5 , 7 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(odd) {
background:#F7F8F9;/* IE9 */
background:linear-gradient(to bottom, #F7F8F9,#FDFDFD,#F7F8F9);
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {margin:0;
background:#EBEBEB;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der zweite (2) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(2) {
background-image:url(../images/logo01.jpg);background-image:url(../images/picture03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.section-inhalt:nth-child(2) h2,
.section-inhalt:nth-child(2) h3 {color:#C8B99B;font-weight:normal;text-align:center;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der dritte (3) abschnitt  */
/*  ----------------------------------------  */

.section-inhalt:nth-child(3) {
background:#4C5567; /* IE9 */
background:radial-gradient(circle, #4C5567,#333946);
color:#CBCED8;
}

/* allgemeine links */
.section-inhalt:nth-child(3) a {color:#CBCED8;text-decoration: underline; }
.section-inhalt:nth-child(3) a:hover {color:#fff;text-decoration: none; }

.section-inhalt:nth-child(3) h2,
.section-inhalt:nth-child(3) h3 {color:#C8B99B;font-weight:normal; }



/*  ----------------------------------------  */
/*  NTH-CHILD - nur der vierte (4) abschnitt */
/*  ----------------------------------------  */

/* hintergrundbild und farbfilter erscheint erst ab 760px - siehe media queries */

.section-inhalt:nth-child(4) {background:#fff;}

.section-inhalt:nth-child(4) .filter  {background:linear-gradient( ) }

/*  ----------------------------------------  */
/* box spotlight / team */
/*  ----------------------------------------  */

#spotlight .box  {
background:linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,.8),rgba(0,0,0,.5));
color:#CBCED8;
border:solid .1rem rgba(0,0,0,.1);
box-shadow:0 0 3px rgba(0,0,0,.4);
padding:2rem;
}

#spotlight .box {border:double .5rem #C8B99B; }

#spotlight .button .mehr_lesen a {display:inline-block;
color:#CBCED8;
background:#424E59;
}

#spotlight .button .mehr_lesen a:hover {background:#66798A;
color:white;
}

#team  {display:block;  }

#team .box {margin-bottom:2rem;  }

#team h3 {display:block;
text-transform:none;
padding:0rem;text-align:center;
font-size:1.5rem;
color:#464646;
font-weight:bold;
margin-top:1rem;
margin-bottom:1rem;
}


/*  ----------------------------------------  */
/* box trendy  */
/*  ----------------------------------------  */

#trendy .box  {}


/*  ----------------------------------------  */
/* box presentation  */
/*  ----------------------------------------  */

#presentation  {display:block;text-align:center;  }

#presentation  article.text h3 {
font-size:1.5rem;
line-height:1.8rem;
text-align:center;
}

#presentation .box-table {display:inline-block;
background:transparent;padding:.2rem;
margin:0;
margin-bottom:7rem;
text-align:left;
}

#presentation  .box-table:last-child {
margin-bottom:0rem;
}

#presentation .button .mehr_lesen a {display:inline-block;color:black;
background:white;
}

#presentation .button .mehr_lesen a:hover {background:#C8B99B;color:#fff;
}


/*  ----------------------------------------  */
/* box information  */
/*  ----------------------------------------  */

#information  {display:block;text-align:center;  }

#information  article.text h3 {
font-size:1.7rem;
line-height:2rem;
text-align:center;
}

#information  .box-table {display:inline-block;
background:transparent;padding:.2rem;
margin:0;
margin-bottom:7rem;
text-align:left;
}

#information  .box-table:last-child {
margin-bottom:0rem;
}


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {
background:#4C5567;
background:linear-gradient(to bottom, #4C5567,#333946,#4C5567);
margin:0;
padding:0rem 0rem 0rem 0rem ;
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0 ;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2rem 1rem 2rem 2rem;
}

#fuss-2 {padding:0rem ;
margin:0 auto;
width:100%;
background:#4C5567;
border-top:solid 1px rgba(0,0,0,.2);
}

.fuss-2-a {display:block;
margin: 0 auto;
padding:2rem 1rem 2rem 2rem;
}

#fuss .box,
#fuss-2 .box  {
text-align:left;
padding:1rem 1rem;
margin-bottom:1rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.4rem;
color:#C8B99B;
font-weight:normal;
margin-top:1rem;
margin-bottom:1rem;
text-transform:uppercase;
}

.day  {display:inline-block;
width:5rem;font-weight:normal;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss,
#fuss-2,
#fuss a,
#fuss-2 a {
color:#CBCED8;;
font-size:1.5rem;
line-height:2.2rem;
text-decoration:none;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }
#fuss li a:hover  {color:#fff;text-decoration:underline }


.fussmenu-2 li {margin:0 1.5rem 0 0; }
#fuss-2 li a:hover {color:#fff;text-decoration:underline;  }




/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/*
 - hinweis -
für die kleinste smartphone-auflösung von 320 pixel benötigen wir KEINE bildschirmabragen (css-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) {

.inhalt-a {width: 90%;}

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

#logo {padding:10vw}

.box-1_of_1  {width: 70%;  }
.box-1_of_2  {width: 50%; }
.box-1_of_3  {width: 33.33%;  }
.box-1_of_4  {width: 50%; }
#team .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%; }

#information  .box-table {width:75%; }
#presentation  .box-table {width:75%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.name {
font-size:3.1rem;
line-height: 3.4rem;
padding:2.5rem .5rem 0 .5rem;
}

.switcher   {top:10.5rem;padding:.1rem .5rem; }
.switcher-b   {display:table; }
.switcher li  {display:inline-block; }

#information  {display:table;
width: 100%;
border-spacing:.2rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#information .box-table {display:table-cell;vertical-align:top; }

#fuss .box-1_of_3  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

#logo {padding:8vh 5vw }

.inhalt-a  {width:96%;}

.section-inhalt:nth-child(4) {background-image:url(../images/picture03.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover; }

.section-inhalt:nth-child(4) .filter {background:linear-gradient( to right, #fff ,  rgba(255,255,255,.1) ) }


#spotlight .box-1_of_1  {width: 70%;}
#trendy .box-1_of_1  {width: 70%;}
.box-1_of_4  {width: 25%; }
#fuss .box-1_of_3  {width: 33.33%; }


#logo {display:table;
width: 100%;
border-spacing:.1rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#logo .box-table {display:table-cell;vertical-align:middle;
padding:2rem 2rem;
}

#logo .box-table.logo-a  {text-align:right;border-right:solid 1px  #9F9F9F; }
#logo .box-table.logo-b  {text-align:left; }


#presentation {display:table;
width: 100%;
border-spacing:.2rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#presentation .box-table {display:table-cell;vertical-align:top; }

#liste-spez-big li {padding:2rem 3rem 1rem 3rem; }

article.text {font-size:1.3rem;}

.fuss-a,
.fuss-2-a {padding:0rem 1rem 0rem 2rem; }

#fuss,
#fuss-2,
#fuss a,
#fuss-2 a {font-size:1.3rem; }

#fuss-2 .box  {margin-bottom:0rem; }
#fuss .box h3 {font-size:1.3rem; }
.fussmenu-2 li {display:inline-block; /* menü wechselt von vertikal nach horizental */ }

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

.name {
font-size:3.6rem;
line-height: 3.9rem;
}

.box-1_of_1  {width: 50%; }
#spotlight .box-1_of_1  {width: 65%;}
#team .box-1_of_4  {width: 25%; }
#trendy .box-1_of_1  {width: 50%;}

#information  {border-spacing:2rem .1rem; }

#liste-spez-big  {padding:0 5rem; }

.fuss-a, .fuss-2-a  {width:90%; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {font-size:78%; }


#information  {border-spacing:5rem .1rem; }
#presentation  {border-spacing:1rem .1rem; }

#logo {padding:8vh 10vw}
.inhalt-a  {width: 80%;}
.fuss-a, .fuss-2-a  {width:80%;}

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

/*  keine angabe */

}


/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */