

/* = = = = = = = = = = = = = = = = = 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:#464646;
}

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:0px;
}


h3 {
font-size:1.8rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0px;
}


/* 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:#464646;
color:#C8B99B;
text-decoration:none;
padding:.3rem 1.5rem .3rem 1rem;
border-radius:0;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {color:black;
background:#D3CDB6;
}


/*  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;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  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:.5rem;
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%; }
.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 / logo */
/* ############################################################ */

header {display:table;width:100%;height:100vh;
background:#fff;background:#CFCFCF;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

/* hintergrundbilder im kopf-bereich */
header.home {background-image:url(../images/logo00.jpg) }
header.primus {background-image:url(../images/logo01.jpg) }
header.secundus {background-image:url(../images/logo02.jpg) }
header.tertius {background-image:url(../images/logo05.jpg) }
header.quartus {background-image:url(../images/logo04.jpg) }
header.quintus {background-image:url(../images/logo03.jpg) }
header.sextus {background-image:url(../images/logo06.jpg) }


.header-a {
display:table-cell;vertical-align:middle;
width:100%;
margin:0rem;
color:#CBCED8;
padding:0;
}

#logo {
display:block;
width:100%;
margin:0rem;
color:#CBCED8;
padding:1rem 2rem 1rem 2rem;
}

#logo .box-table {
display:block;
width: 100%;
color:#fff;
background:rgba(0,0,0,.6);
padding:1rem  .2rem;
margin:0 auto;
margin:0rem;
}

#logo .box-table.logo-a {text-align:center;border-bottom:solid 1px  #C8B99B; }

#logo .box-table.logo-b  {text-align:center; }

/* homepagename  */

.name {font-family:'old_standard_ttitalic';
display:inline-block;background:transparent;
width:auto;font-weight:normal;
text-align:center;
margin:0;
padding:1rem .2em;
font-size:2.4rem;
line-height: 2.7rem;
color:#C8B99B;
text-shadow:1px 1px 1px rgba(0,0,0,.5);
}

.name span { color:#fff;
font-size:2.1rem;
line-height: 2.4rem;
}



/* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
background:#fff; /* gilt für die unterseiten, für die startseite (index.html) wird es jedoch durch NTH-CHILD überschrieben */
color:#464646;
padding:0rem;
}


.inhalt-a {display:block;
background:#fff; /* gilt für die unterseiten, für die startseite (index.html) wird es jedoch durch NTH-CHILD überschrieben */
width:100%;
margin:0 auto;
padding:6rem 2.5rem;
}


/*  ----------------------------------------  */
/* 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:#F5F5F5;
}

.section-inhalt:nth-child(odd) .inhalt-a {
background:transparent;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - jeder gerade (even) abschnitt , also 2, 4, 6 , 8 usw. */
/*  ----------------------------------------  */

.section-inhalt:nth-child(even) {margin:0;
background:#EBEBEB;
}

.section-inhalt:nth-child(even) .inhalt-a {
background:transparent;
}


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der zweite (2) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(2) {
/*background-image:url(../images/logo04.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:#E5E5E5;text-align:center;
}*/


/*  ----------------------------------------  */
/*  NTH-CHILD - nur der dritte (3) abschnitt  */
/*  ----------------------------------------  */

.section-inhalt:nth-child(3) {
/*background:#181818; /* IE9 */
/*background:linear-gradient(to right, #181818,#000,#242424,#181818);
color:#EEEBE3;*/
}

/* allgemeine links */
/*.section-inhalt:nth-child(3) a {color:#C9C9C9;text-decoration: underline; }
.section-inhalt:nth-child(3) a:hover {color:#fff;text-decoration: none; }

.section-inhalt:nth-child(3) h2 {color:#D3CDB6;font-weight:normal; }
.section-inhalt:nth-child(3) h3 {color:#D3CDB6;font-weight:normal; }*/



/*  ----------------------------------------  */
/*  NTH-CHILD - nur der vierte (4) abschnitt */
/*  ----------------------------------------  */

.section-inhalt:nth-child(4) {
background:#C9CED1
}


/*  ----------------------------------------  */
/* box spotlight  */
/*  ----------------------------------------  */

#spotlight .box  {
background:rgba(0,0,0,.7);color:#B9B7B9;
border:solid .1rem rgba(0,0,0,.1);
box-shadow:0 0 3px rgba(0,0,0,.4);
padding:2rem;
}

#spotlight img {border:solid 1rem #fff; }


/*  ----------------------------------------  */
/*  box TEAM                                  */
/*  ----------------------------------------  */

#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;
}

#team img {border:solid 1rem #E3DDCE; }


/*  icons  */

#team  article.icons ul  {width:100%;
margin:0;padding: 0;
margin-top:-.5rem;
margin-bottom:1rem;
text-align:center;
}

#team article.icons li {display : inline;list-style: none; }

#team article.icons li a {display:inline-block;font-size:1.6rem;
color:#2C2F41;
background:transparent;
text-decoration: none;text-align:center;
width:2.5rem;height:2.5rem;line-height:2.5rem;
padding:0rem;margin:.2rem ;
}

#team article.icons li a:hover {color:#968454;text-shadow:0 0 1px white; }



/*  ----------------------------------------  */
/* 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:#464646;
background:transparent;font-weight:bold;
text-transform:uppercase;
letter-spacing:3px;
text-decoration:underline;
}

#presentation .button .mehr_lesen a:hover {
text-decoration:none;
}

/*  RAUSNAHME von icon beim MEHR LESEN-BUTTON */
#presentation .button .mehr_lesen a:before {
content:"" ;
padding: 0 0rem;
}


/*  ----------------------------------------  */
/* 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:#181818;
margin:0;
padding:1rem 0rem 0rem 0rem ;
}

#fuss {display:block;
width:100%;
margin: 0 auto;
padding:0 ;
}

.fuss-a {display:block;
margin: 0 auto;
padding:0 1rem 0 2rem;
}

#fuss-2 {padding:0rem ;
margin:0 auto;
width:100%;
background:#242424;
border-top:solid 1px rgba(0,0,0,.2);
}

.fuss-2-a {display:block;
margin: 0 auto;
padding:0 1rem 0 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-bottom:1rem;
text-transform:uppercase;
}


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss,
#fuss-2,
#fuss a,
#fuss-2 a {
color:#B9B7B9;
font-size:1.4rem;
line-height:2.2rem;
text-decoration:none;
cursor: pointer;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block; }
.fussmenu-2 li {margin:0 1.5rem 0 0; }

#fuss a:hover  {color:#EEEEEE;text-decoration:underline }
#fuss-2  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) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

#logo {padding:10vw}

.inhalt-a  {padding:6rem 4rem;}
.fuss-a, .fuss-2-a  {padding:0rem 4rem;}


.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%; }

.inhalt-a {width:90%; }
.fuss-a, .fuss-2-a  {width:90%;padding:0rem 2rem;}

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#fuss .box-1_of_3  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

.inhalt-a  {width:100%; }
.fuss-a, .fuss-2-a  {width:100%; }

header {height:40rem; }

#logo {padding:8vh 5vw; }

#spotlight .box-1_of_1  {width: 70%;}
.box-1_of_4  {width: 25%; }

#logo {display:table;
width: 100%;
border-spacing:0rem 0rem;
table-layout:fixed;
border-collapse:separate;
}

#logo .box-table {display:table-cell;vertical-align:middle;
padding:2rem 2rem;
}

#logo .box-table.logo-a  {border-right:solid 1px  #C8B99B;border-bottom: 0; }
#logo .box-table.logo-b  {text-align:left; }

#information  {display:table;
width: 100%;
border-spacing:.2rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#information .box-table {display:table-cell;vertical-align:top; }

#presentation {display:table;
width: 100%;
border-spacing:.2rem .1rem;
table-layout:fixed;
border-collapse:separate;
}

#presentation .box-table {display:table-cell;vertical-align:top; }

article.text {font-size:1.3rem;}

#fuss .box-1_of_3  {width: 33.33%; }

#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) {

#team .box-1_of_4  {width: 25%; }

#information  {border-spacing:2rem .1rem; }
.box-1_of_1  {width: 80%;  }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1200 pixel ================================= */

@media (min-width: 1200px) {

html {font-size:80%; }

.inhalt-a  {width:1200px;}
.fuss-a, .fuss-2-a  {width:1200px; }

#information  {border-spacing:5rem .1rem; }
#presentation  {border-spacing:1rem .1rem; }

#logo {padding:8vh 10vw}


}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

/*  keine angabe */

}


.elastic-video {
position: relative;
padding-bottom: 55%;
padding-top: 15px;
height: 0;
overflow: hidden;
}
.elastic-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */