/* = = = = = = = = = = = = = = = = = 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;
    color: #C6B9B0;
    font-size: 1.7rem;
    margin: 0 auto;
    background-image: url(../images/logo010.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-clip: border-box;
}

/* andere zeilenabstände, absatz */
.content br {
line-height:.5;
}


/* überschriften */

h1, h2, h3, h4, h5 {color:#ECD2B9;
text-align:left;
letter-spacing:0px;
font-weight:normal;
text-transform:none;
}

h1 {
font-size:3.5rem;
line-height: 3.7rem;
margin-top: 0rem;
margin-bottom: 5.2rem;
}

h2 {color:#DBAA79;
font-size:2.9rem;
line-height: 3.4rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
font-weight:bold;
}

h2:first-letter {color:peru;font-size:5rem;

}



/* allgemeine links  */

a {background:transparent;
color:#C6B9B0;
text-decoration: underline;
}

h3 {
    color: #D9A068;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0rem;
    font-weight: bold;
}


h4 {
font-size:1.8rem;
line-height: 2rem;
margin-top:1rem;
margin-bottom:2rem;
letter-spacing:0rem;
}
p {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    text-align: center;

}

a:hover  {color:#C6B9B0;
text-decoration:none;
}



/* ############################################################ */
/*  speziell*/
/* ############################################################ */

.container_haupt {height:100%;
margin:0 auto;
padding:0;
width:100%;
background:#50352E;/* IE9*/
background:radial-gradient(circle at 0% 0%,
hsla(15,25%,34%,0.50) 0px, #302321 400px,
rgba(0,0,0,.6) 400px, rgba(0,0,0,.6) 800px,
rgba(0,0,0,0.60) 800px , rgba(0,0,0,0.60) 1200px ,
rgba(0,0,0,0.60) 1200px,  rgba(0,0,0,0.60) 1600px ,
rgba(0,0,0,0.60) 1600px , #6D4C41 2000px ,
#664537 2000px , #664537 2400px ,
#4E342E 2400px,  #4E342E 2800px  );
}


/* 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:"\f2e5";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;/* 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:peru;
transform: scale(.8);
transition:all .3s ease-out;
}

.liste-1-special li:hover:before  {
transform: scale(1);
color:#E9C9A9;
}

.liste-1-special li a  {text-decoration:underline; color:#C6B9B0;}
.liste-1-special li a:hover  {text-decoration:none; }


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM #1  - 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;
width: 100%;
height: auto;
border:solid 1.2rem peru;
}


/* ############################################################ */
/* 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: inline-table;
    width: 100%;
    background: #402924;/* IE9*/
    background: linear-gradient(rgba(0,0,0,.7), transparent, rgba(0,0,0,.7));
    margin: 0;
    padding-top: 4vh;
    padding-right: 6vw;
    padding-left: 6vw;
    padding-bottom: 4vh;
    text-align: left;
    box-shadow: 0 0 130px rgba(205,62,191,0.56);
    border-radius: 20vh;
    -webkit-box-shadow: 0 0 130px rgba(205,62,191,0.56);
}

/* name */

#name  {
    display: block;
    background: rgba(253,196,253,0.41);
    color: rgba(253,196,253,0.41);
    font-weight: bolder;
    font-size: 2.2rem;
    line-height: 2.3rem;
    border-radius: 5vw;
    text-align: right;
    padding-right: 1.6vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    padding-left: 1.6vw;
}

#name span {font-weight:normal;
font-size:2rem;
font-style:italic;color:#DBAA79;
}

/* seitentitel - z.b.  -home- */
#name b {
    font-weight: bold;
    font-size: 2.6rem;
    text-transform: none;
}
/* icon vor dem seitentitel*/
#name b:before {
    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: "\f015";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: peru;
    padding: 0rem;
    margin: 0 .6rem 0 0;
    transform: scale(.8);
}



/* ############################################################ */
/* bereich content */
/* ############################################################ */

.section-content {display:table;
width:100%;
margin:0;
padding:0;
}

.content {
    display: table-cell;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding-top: 12vh;
    padding-right: 6vw;
    padding-left: 6vw;
    padding-bottom: 12vh;
    text-align: left;
    vertical-align: top;
}

/* infobox (bilder mit textumfluss) */

.infobox {
    display: block;
    ;
    /* [disabled]background: #503632; */
    margin: 0 auto;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    box-shadow: 0 0 50px rgba(247,3,229,1.00);
    width: 100%;
    -webkit-box-shadow: 0 0 50px rgba(247,3,229,1.00);
}

.infobox img {display:block; }

.infobox.box-mi ,
.infobox.box-li ,
.infobox.box-re { float:none; }


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

.section-fuss {
width:100%;
margin:0;
}

.fuss {display:inline-block;
background:#2F1F1C;/* IE9*/
background:linear-gradient(to right,#4E342E, #100B0A, #4E342E);
text-align:center;
width:100%;
text-align:center;
padding:6vh 6vw ;
}

/* -----menu  ----- */

#menu-fuss ul {text-align:center;
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-right:0rem ;
margin: 0;
color:#DCAD7E;
}

#menu-fuss li a:hover {background:transparent;
color:#F3E2D1;
text-decoration:underline;
}


#menu-fuss  li:after {display:inline;
font-family:'Font Awesome 5 Free';
content:"\ | ";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;/* 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:0rem;
margin-left:0rem;
color:#59403E;
transition:all .3s ease-out;
}

#menu-fuss  li:last-child:after {
content:"";
}


/* fussname */

#fussname  {display:block;
color:#000;
text-shadow:none;
background:peru;
font-weight:normal;
font-size:1.5rem;
padding:3vh 6vw;
text-align:center;
}



/* ############################################################ */
/* 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) {

.logo-1 {padding:6vh 8vw; }
.logo-2 {padding:6vh 8vw;text-align:right; }

.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) {

.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-top: 7vh;
    padding-right: 8vw;
    padding-left: 8vw;
    padding-bottom: 7vh;
}

}


/* ==================================== 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-top: 11vh;
    padding-right: 10vw;
    padding-left: 10vw;
    padding-bottom: 11vh;
}

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

html { font-size:80%; }

}





/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
