

/* = = = = = = = = = = = = = = = = = 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;
font-weight:normal;
min-height:100%;
}

body {overflow-x:hidden;
background:#fff;
color:#000;
font-size:1.7rem;
margin: 0 auto;
//background-image:url(../images/Home_oben.jpg);		//deaktiviert bis neues Bild bereitgestellt wird
background-position:50% 0%;
background-repeat:no-repeat;
background-attachment:fixed;
background-size:auto;
}

/* unterseiten-hintergrundbilder */
body.logobild-06{
background-image:url(../images/Vita_Bild_2.jpg);
}


/* 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:bold;
text-transform:none;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
}


h3 {
font-size:1.9rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:2.5rem;
letter-spacing:0rem;
}

h4 {
font-size:1.8rem;
line-height: 2rem;
margin-top:1rem;
margin-bottom:2rem;
letter-spacing:0rem;
}

/* allgemeine links  */

a {background:transparent;
color:#000;
text-decoration: underline;
}

a:hover  {color:#000;
text-decoration:none;
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */

.container_haupt {height:100%;
margin:0 auto;
padding:0;
width:100%;
background:linear-gradient(transparent,
rgba(255,255,255,.6) 400px, #fff  1200px)
}


/* 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-rendering: auto;
-webkit-font-smoothing: antialiased;
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; }


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - mit DISPLAY:INLINE-BLOCK */
/*  fuer boxen und bilder */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

.wrapper-box {display:block;
text-align:center;
padding:0rem;
}

.box {display:inline-block;
width:100%;
vertical-align:top;
padding:.4rem;
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%;
}
.box img,
.box a img {display:block;box-shadow:0 0 1px #8f8f8f;
width: 100%;
height: auto;
border:solid 1.2rem #fff;
}


/* ############################################################ */
/* logo bereich */
/* ############################################################ */

.section-logo {display:table;
width:100%;
margin:0;
padding:0;
}

.logo-1  {display:inline-block;
width:100%;
margin: 0 ;
text-align:left;
padding:4vh 6vw;
}

.logo-2 {display:table;position:relative;
width:100%;height:24rem;
background:#fff; /* IE9 */
background:rgba(255,255,255,.5);
margin: 0 ;
padding:0
text-align:center;box-shadow:0 0 1px #fff;
}



/* name */

#name-wrapper  {display:table;position:absolute;
width:100%;top:50%;left:50%;
width:32rem;height:16rem;
margin-left:-16rem;
margin-top:-8rem;
background:rgba(255,255,255,.5);color:#000;
font-weight:bold;
font-size:2rem;
line-height:2.3rem;letter-spacing:1px;
}

#name  {display:table-cell;text-align:center;vertical-align:middle;
background:transparent;
padding:1rem;;box-shadow:0 0 1px #9F9F9F, inset 0 0 10px white;
}

/* Seitentitel ersten beiden Zeilen "INA SCHILLING" und "zwischen Technik..." */
#name c1 {font-weight:bold;
font-size:5.4rem;text-transform:uppercase;
}
#name c2 {font-weight:bold;
font-size:1.4rem;
}

/* seitentitel - z.b.  -home- */
#name b {font-weight:bold;
font-size:1.4rem;text-transform:uppercase;
}

/* icon vor dem seitentitel*/
/* wurde umbenannte zu b1 weil die Animation nicht gewünscht ist */
#name b1:before ,
#name b1:after {display:inline-block;
font-family:'Font Awesome 5 Free';/* - 'Font Awesome 5 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 5 Brand' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
content:"\f525";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
color:#fff;text-shadow:0 0 1px #000;
padding: 0rem;
margin:0 .6rem 0 .6rem;
animation:drehen 10s infinite linear;
}


#name b:after {
animation:drehen 10s infinite linear reverse;
}

/* particles-js */

#particles-js {display:block;position:absolute;top:0;
width:100%;
background:transparent;
}

/* ############################################################ */
/* bereich content */
/* ############################################################ */

.section-content {display:table;
width:100%;
margin:0;
padding:0;
}

.content {
display:table-cell;
width:100%;height:100vh;
margin: 0 auto;
padding:12vh 6vw;
text-align:left;
vertical-align:top;
}

/* infobox (bilder mit textumfluss) */

.infobox {display:block;
background:#fff;                         ;
margin: 0 auto ;
margin-top:3.5rem;
margin-bottom:3.5rem;
padding:1.1rem;box-shadow:0 0 1px #8f8f8f;
width:100%;
}

.infobox img {display:block; }

.infobox.box-mi ,
.infobox.box-li ,
.infobox.box-re { float:none; }


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.section-fuss {position:relative;
width:100%;
background:transparent;height:105vh;
margin:0;
background-image:url(../images/Home_unten.png);
background-position:50% 90%;
background-repeat:no-repeat;
background-attachment:fixed;
background-size:auto;
}

/* unterseiten-hintergrundbilder */
.section-fuss.logobild-06{
background-image:url(../images/logo03.jpg);
}
.section-fuss.vita{
background-image:url(../images/Vita_unten.jpg);
}

.fuss {display:inline-block;position:absolute;top:0;
background:#fff;
text-align:center;
width:100%;
text-align:center;
padding:0 ;
}

/* -----menu  ----- */

#menu-fuss ul {text-align:center;position:relative;z-index:1;
padding: 0rem;
margin:0;
}

#menu-fuss  li {list-style:none;display:inline;
padding:0rem 0rem;
margin:0;
line-height:3rem;
}

#menu-fuss li a {
text-decoration : none;
font-size:1.4rem;
letter-spacing:0rem;
padding:.2rem ;
margin: 0;
color:#5B7D8A;
}

#menu-fuss li a:hover {background:transparent;
color:#fff;
background:#D4ACAF;
text-decoration:none;
}


#menu-fuss  li:after {display:inline;
content:"|";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right:0rem;
margin-left:.4rem;
color:#5F8192;
}

#menu-fuss  li:last-child:after {
content:" ";
}


/* fussname */

#fussname  {display:block;
color:#E9F0F5;
background:#89B1CF;
font-weight:normal;
font-size:1.5rem;
padding:1rem;
margin:1rem 0;
text-align:center;
}


#particles-2-js {width:100%;position:absolute;top:0;
margin:0 auto;
padding:0;height:100%;
}



/* ############################################################ */
/* 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) {


.infobox.box-mi ,
.infobox.box-li ,
.infobox.box-re {width:60%; }

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3 ,
.box-1_of_4 {width:60%;
}

.liste-1 ul ,
.liste-1-special {margin:0 2rem 0 4rem;}

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

#name-wrapper  {
width:100%;
width:48rem;
margin-left:-24rem;

font-size:2.4rem;
line-height:2.7rem;
}

.box-1_of_1 {width: 50%; }
.box-1_of_2 {width: 50%; }
.box-1_of_3 {width: 33.33%;  }
.box-1_of_4 {width: 25%; }

#menu-fuss li  {display:inline; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:70%;}

.content {padding:7vh 8vw; }

}


/* ==================================== ab 960 pixel ================================== */
@media (min-width: 960px) {

.infobox.box-mi{width:33%; }
.infobox.box-li {float:left;width:33%;margin: 1.5rem 2rem 1rem 0; }
.infobox.box-re {float:right;width:33%;margin: 1.5rem 0 1rem 2rem; }

.content {text-align:justify }

.box-1_of_4 {width: 25%; }

}


/* ===================================== ab 1100 pixel ================================= */

@media (min-width: 1100px) {

html { font-size:75%; }

.content {padding:11vh 10vw; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }

}





/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */