

/* = = = = = = = = = = = = = = = = = 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-family:'old_standard_ttregular',georgia, tahoma, arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {background:#F2F2F2;
color:#3f3f3f;
font-size:1.7rem;
margin: 0 auto;
overflow-x:hidden;
}

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


/* überschriften */

h1, h2, h3, h4, h5 {color:#000;
text-align:left;
letter-spacing:0px;
font-weight:normal;
font-family:'old_standard_ttitalic';
}

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

h2 {
font-size:2.4rem;
line-height: 2.7rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
}

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



/* allgemeine links  */

a {background-color:transparent;
color:#4f4f4f;
text-decoration: underline;
}

a:hover  {color:#4f4f4f;
text-decoration:none;
}


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


/* 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;
}

/* --- liste standard ---  */

.liste-1 ul  {
margin:0 2rem 0 2rem;
padding:0;
}

.liste-1  li {list-style:square;
padding:0rem;line-height:3rem;
margin:0;
}

.liste-1 li a  {text-decoration:underline; }
.liste-1 li a:hover  {text-decoration:none; }



/* --- liste  speziell (mit animiertem icon)  ---*/

.liste-1-special ul  {
margin:0 2rem 0 2rem;
padding:0;
}

.liste-1-special  li {list-style:none;
padding:0rem;line-height:3rem;
margin:0;
list-style-position: inside; /* rückt gfls zweite zeile ein*/
text-indent:-1.6rem; /* rückt zweite gfls zeile ein*/
padding-left:1.6rem; /* rückt zweite gfls zeile ein*/
}

.liste-1-special li:before {display:inline-block;
font-family:'Font Awesome 5 Free';
content:"\f058";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 400;/* Weight of the font (by fontawesome)- use:
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols. */
text-decoration: none;
margin-right:1.2rem;
margin-left:0rem;
color:#607D8B;
transform: scale(1);
transition:all .3s ease-out;
}

.liste-1-special li:hover:before  {
color:#607D8B;transform:scale(1.2);
}

.liste-1-special li a  {text-decoration:underline; }
.liste-1-special li a:hover  {text-decoration:none; }


/* hauptspalten  */

#main-spalte-1 {display:block;
width:30rem;
margin:0;
padding:0rem 0rem;
color:#000;
}

#main-spalte-2 {display:block; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM #1  - mit DISPLAY:INLINE-BLOCK */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.2rem;
margin:0 -.2rem 0 -.2rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4
{width:100%;
}

#gallery .box-1_of_1 ,
#gallery .box-1_of_2 ,
#gallery .box-1_of_3 ,
#gallery .box-1_of_4
{width:50%;
}

.wrapper-box .box img,
.wrapper-box .box a img {display:block;
width: 100%;
height: auto;
}


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

header {
height:100vh;background-image:url(../images/picture08.jpg);
background-position:50% 55%;
background-repeat:no-repeat;
background-size:cover;POSITION:relative;
box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

.top-top {display:inline-block;
POSITION:absolute;
top:0rem;left:0rem;
background:white;
text-align:center;
width:100%;
padding:1.5rem 2rem;background:#fff;
border-bottom:solid .8rem steelblue;
}

.top-bottom {display:inline-block;
POSITION:absolute;
bottom:0rem;left:0rem;
background:white;
text-align:right;
width:100%;
padding:1.5rem 1rem;background:#f8f8f8;
border-top:solid .8rem steelblue;
}

/* name */

#name  {display:inline-block;
font-weight:normal;
background:transparent;
color:#4F4F4F;
font-size:3.6rem;
line-height:3.8rem;
padding:0 0rem 0 0;
margin:0rem;
font-family:'old_standard_ttitalic';
}

#name span {
font-size:1.6rem;
}

#seitentitel {display:inline-block;
text-align:right;
padding:0 1rem;
font-family:'old_standard_ttitalic';
}

/* icons  */
#seitentitel .fas  ,
#seitentitel .fab ,
#seitentitel .far  {display:inline-block;
color:slategray;
margin-right:1rem;
}


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

.section-content {display:table;
width:100%;
}

.content {
display:table-cell;
width:100%;height:50vh;
padding:3rem 6vw 5rem 6vw;
text-align:left;
vertical-align:top;
}

.section-content:nth-child(odd) {background:#fff;; }

.section-content:nth-child(even) {background:#F1F1F3 }


/*  ----------------------------------------  */
/*  box INFOBOX                                */
/*  ----------------------------------------  */

/* -----GRID-SYSTEM #2  - mit DISPLAY:TABLE  ----- */

.infobox.wrapper-box-table {
display:table;
table-layout:fixed;
width:100%;
padding:0;
}

.infobox .box-tabcell {min-height:20rem;
display:inline-block;
background:#4682B4;
color:#fff;
width: 100%;
padding:3rem  2.5rem 2rem 2.5rem;
margin-bottom:1rem;
text-align:left;POSITION:relative;
}

.infobox span {color:#fff;
font-weight:bold;font-size:1.6rem;
font-family:'old_standard_ttitalic';
}

.infobox a {color:#fff; }

.infobox p {
margin:0rem 0 1.5rem 0 ;
}


/*  - - - - -hintergrundbild in den boxen - - - - - */

/* HINWEIS: sie sehen bilder mit einem texblock. damit bild und ein evt. längerer textblock sich immer mit gleicher höhe anpassen, arbeiten wir die  bilder hier als css-hintergrund-grafiken ein und zwar in verbindung mit DISPLAY:TABLE-CELL (bei höheren auflösungen per css-media-queries). */

/* allgemein */

.infobox .index,
.infobox .index-1,
.infobox .index-2,
.infobox .index-3,
.infobox .index-4,
.infobox .index-5,
.infobox .index-6 {
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


/* hintergrundbilder in den boxen auf seite index.html */

.infobox .box-tabcell.index.backpic-01 {
background-image:url(../images/picture02.jpg);}

.infobox .box-tabcell.index.backpic-02 {
background-image:url(../images/picture01.jpg);
}


/* hintergrundbild in den boxen auf seite index1.html */
.infobox  .box-tabcell.index-1.backpic-01 {
background-image:url(../images/picture06.jpg);
}

/* hintergrundbild in den boxen auf seite index2.html */
.infobox  .box-tabcell.index-2.backpic-01 {
background-image:url(../images/picture03.jpg);
}


/* hintergrundbild in den boxen auf seite index4.html */

.infobox  .box-tabcell.index-4.backpic-01 {
background-image:url(../images/picture14.jpg);
}

.infobox  .box-tabcell.index-4.backpic-02 {
background-image:url(../images/picture08.jpg);
}

/* hintergrundbild in den boxen auf seite index6.html */
.infobox  .box-tabcell.index-6.backpic-01 {
background-image:url(../images/picture09.jpg);
}



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

.section-fuss {
width:100%;
background:transparent;
margin:0rem;
}

.fuss-content {background:#f8f8f8;
text-align:center;
margin: 0rem auto;
padding:1rem 0 ;
}


/* -----menu  ----- */

#fuss ul {text-align:center;
padding: 0 .5rem;
margin:0;
}

#fuss  li {list-style:none;display:inline;
padding:0rem .2rem;
margin:0;
font-family:'old_standard_ttitalic';
}

#fuss li a {display:inline-block;
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:0rem .6rem ;
margin: 0;
color:#000;
}

#fuss li a:hover {background:steelblue;
color:white;
}


/* ############################################################ */
/* 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) {

/* keine angabe */

}


/* ==================================== ab 400 pixel ================================== */

@media (min-width: 400px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */

@media (min-width: 480px) {

#name  {
font-size:2.9rem;
line-height:3.3rem;
}

#name span {font-size:2rem; }


}


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

header {height:40rem; }

/* - - - - -   GRID-SYSTEM #1   - - - - - */
.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 50%; }
#gallery .box-1_of_1 {width: 50%; }
#gallery .box-1_of_2 {width: 50%; }
#gallery .box-1_of_3 {width: 33.33%;  }
#gallery .box-1_of_4 {width: 25%; }
/* - - - - - ende  GRID-SYSTEM #1 - - - - - */

}


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

header {height:100vh; }

}


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

html {font-size:70%;}

header {height:40rem; }


}


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

/* - - - - -  GRID-SYSTEM #1   - - - - - */
.box-1_of_4 {width: 25%; }
#gallery .box-1_of_4 {width: 25%; }
/* - - - - - ende  GRID-SYSTEM #1  - - - - - */


}


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

@media (min-width: 1024px) {

#main-spalte-1 {display:table-cell;vertical-align:top;width:32rem; }
#main-spalte-2 {display:table-cell;vertical-align:top; }

.content {padding:3rem 4vw 5rem 4vw; }

}


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

@media (min-width: 1100px) {

html { font-size:75%; }

}


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

@media (min-width: 1200px) {

.content {padding:3rem 6vw 5rem 6vw; }


}

/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

/* - - - - -  GRID-SYSTEM #2 - mit display:table/table-cell - - - - - */
.infobox.wrapper-box-table {border-spacing:.5rem 0rem; font-size:1.3rem; }
.infobox .box-tabcell  {display:table-cell;height:20rem; }
/* - - - - - ende  GRID-SYSTEM #2  - - - - - */


}




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