

/* = = = = = = = = = = = = = = = = = 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_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;
font-size:1.8rem;
margin: 0 auto;
overflow-x:hidden;
color:#1D3621;
background:#FBFDFB
}

#container {
margin:0 auto;
}


/* ---- ueberschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;text-transform:none;
color:#263526;
}

h2 {color:#163A31;
font-size:2.6rem;
line-height: 3.3rem;
margin-top: 0rem;
margin-bottom: 2.5rem;
letter-spacing:1px;
}


h3 {
font-size:2rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom:2.5rem;
letter-spacing:0px;
}


/*  quelltext erklaerungen, wenn vorhanden  */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #1f1f1f;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;
background:#4f4f4f;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#1D3621;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#1D3621;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell */
/* ############################################################ */

/* bilder groesse anpassen  */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:0rem;
}

/* hauptcontainer */
.wrapper {display:inline-block;
width:85%;
margin:0 auto;
text-align:center;
border-radius:0rem;
padding: 2rem 0rem;
}


/*  ----------------------------------------  */
/*   MEHR LESEN BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:0rem 0 0rem 0;
text-align:left;
}

.button.cntr {text-align:center; }

.button .mehr_lesen a {display:inline-block;
text-transform:uppercase;
font-size:1.5rem;
letter-spacing:1px;
color:#fff;
background:darkgreen;
border-radius:.4rem;
text-decoration:none;
padding:.3rem 1.8rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {
background:darkslategray;
}



/* ----- design-link ohne button ----- */

a.extra-link   {display:block;
padding:1rem 0;
text-decoration: none; }

/* icon bei extra-link */
a.extra-link:before {position:relative;
display:inline-block;
text-align:center;
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding:0 1rem 0 0 ;
content:"\f152";
color:darkgreen;
}

a.extra-link:hover:before {color:#37393E; }



/*  ----------------------------------------  */
/* LISTE SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style 1 ----- */

.liste-spez   {display:block;padding:0;}

.liste-spez ul  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

/* aufzaehlungszeichen marker */
.liste-spez li { list-style-type:square; }
.liste-spez li::marker { color:darkgreen;font-weight:bold }
.liste-spez li:hover::marker{ color: #BF0000; }


/* numerische liste - ordered list */

.liste-spez ol  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

.liste-spez ol li {padding-left:.5rem;list-style-type: decimal; }
.liste-spez ol li::marker { color: darkgreen; font-family:serif }


/* ----- style 2 -  bei vorangestelltem icon (fontawesome) ----- */

.liste-spez-2 ul  {text-align:left;
margin:0rem 0 0 -1rem;
padding:0rem 0 0 2rem;
}

.liste-spez-2 li {list-style:none;
list-style-position: inside; /* rueckt gfls zweite zeile ein*/
text-indent:-1.4rem; /* rueckt gfls zweite zeile ein */
padding-left:1.5rem; /* rueckt gfls zweite zeile ein */
}

.liste-spez-2  i {transform:scale(.9);padding-right:.8rem;color:darkgreen; }
.liste-spez-2 li a:hover i {color:darkslategray; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID SYSTEM   fuer Bilder und Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding:  1rem ;
margin:0  -.25rem -.25rem -.25rem; /* ausgleich  minus-margin fuer INLINE-BLOCK-WHITESPACE-BUG */
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder  {display:block;
margin:0 -1rem;
text-align:center;
}

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4 {width:100%; }
.bilder .box-1_of_4b  {width: 50%; }

#gallery.bilder .box-1_of_3 {width:33.33%; }
#gallery.bilder .box-1_of_4 {width:50%; }


/*  bei Mausberuehrung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: blur(2px)  }




/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {text-align:center;
margin:0 auto;
}


/* ############################################################ */
/* bereich top */
/* ############################################################ */

#top {display:block;
margin:0 auto;
padding: 0 0 0 0;
}

.top-a .wrapper .box {padding:1rem 0; }

#top .special.box-1_of_2:nth-child(1)  {width: 90%; text-align:left;padding-right:.5rem;} /* erste box von top */
#top .special.box-1_of_2:nth-child(2)  {width: 10%; text-align:right; } /* zweite box von top */


/* homepagename  */
.name {display:block;font-weight:bold;
color:#345C3E;
text-transform:uppercase;font-size:2.5rem;line-height:3rem;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

/* dieses bild wird angezeigt, wenn die slideshow nicht verwendet wird */
.logo-a .wrapper {position:relative;
height:40rem;
background:#D0E8D0;
background-image:url(../images/medium_picture1085.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
overflow:hidden;
padding:0;
}

/* bilder fuer die seiten secundus bis septus */
.logo-a .wrapper.primus-pic {background-image:url(../images/medium_picture1085.jpg); }
.logo-a .wrapper.secundus-pic {background-image:url(../images/medium_picture1084.jpg); }
.logo-a .wrapper.tertius-pic {background-image:url(../images/medium_picture540.jpg); }
.logo-a .wrapper.quartus-pic {background-image:url(../images/glueck_kommunikation_trainings_medium_picture400.png); }
.logo-a .wrapper.quintus-pic {background-image:url(../images/medium_picture141.jpg); }
.logo-a .wrapper.sextus-pic {background-image:url(../images/medium_picture_uke.png); }
.logo-a .wrapper.septus-pic {background-image:url(../images/medium_picture199.jpg); }
.logo-a .wrapper.ukulele-pic {background-image:url(../images/medium_picture_uke.png); }


.logo-a .wrapper .box {padding:0; }

.logo-above {height:40rem }


 /* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;text-align:center;
padding:0rem 0 1rem 0;
margin:0 auto;
}

.inhalt-a .wrapper {margin:-1rem 0; }
.inhalt-a .wrapper .box {padding:1rem 0; }
.inhalt-a .bilder .box {padding:1rem 1rem; }

.special.box-1_of_2 {width:100%; }
.special.box-1_of_3 {width:100%; }
.inhalt-a .special.box-1_of_3 {width:100%;margin:1rem 0; }


/* oeffnungszeiten */
.liste-spez  b.day {display:inline-block;width:8rem;font-weight:normal; }

/* icons */
.liste-spez-2 .social li {display:inline-block;margin: 1rem 1rem 1rem 0rem }
.liste-spez-2 .social  i {font-size:5rem;width:5rem;text-shadow:2px 2px 2px rgba(0,0,0,.08); }



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {text-align:center;
margin:0 auto;
padding:0;
}

.fuss-a .wrapper {
border-top:dotted 2px silver;
padding:2rem 0;
}

.fuss-a .wrapper .box {padding:1rem 0rem; }

#fuss .special.box-1_of_3:nth-child(3)  {display:none; }


/* ----- fuss-botttom ----- */

.fuss-btm-a .wrapper {
border-top:dotted 2px silver;
padding:2rem 0;margin:0 0
}

.fuss-btm-a .wrapper .box {padding:1rem 0; }

#fuss-btm .special.box-1_of_3:nth-child(3)  {display:none; }

.copyright {display:block;font-weight:normal;text-transform:uppercase; }



/*  ----------------------------------------  */
/*  die wesentlichen schriftformate fuer den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,#fuss-btm,
#fuss a, #fuss-btm a {
color:#1D3621;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.8rem;
text-decoration:none;
}

.fussmenu ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block;padding:0 }

#fuss li a:hover,
#fuss-btm li a:hover {color:darkgreen;text-decoration:none;}



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/*  hinweis:
fuer die kleinste smartphone aufloesung von 320 pixel benoetigen wir KEINE bildschirmabragen,
denn hierfuer gilt ja automtaisch 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) {

html {font-size:70%; }

.logo-a .wrapper {height:85vh; }

.bilder .box-1_of_4  {width: 50%; }

#fuss, #fuss a, #fuss-btm, #fuss-btm a {font-size:1.3rem; }

.fuss-a .wrapper .box {padding:0rem 0rem; }
.fuss-btm-a .wrapper .box {padding:0rem 0rem; }

.fussmenu li { display:inline-block; }

/*  zeichen nach jedem listenpunkt li */
.fussmenu li:after { display:inline-block;
content:"|";
color:#1f1f1f;font-weight:normal;
padding:0 .1rem 0 .3rem;
}

/*  kein zeichen beim letzten listenpunkt li */
.fussmenu li:last-child:after { content:""; }
}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.bilder .box-1_of_2  {width: 50%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}



/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:80%; }

.wrapper  {width: 700px; }
.logo-a .wrapper { height:36rem; }

.bilder .box-1_of_3  {width: 33.33%;  }

}


/* ===================================== ab 800 pixel ================================= */
@media (min-width: 800px) {

/* keine angabe */

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

html {font-size:75%; }

.wrapper  {width: 90%; }

.bilder .box-1_of_4  {width: 25%; }
#gallery.bilder .box-1_of_4  {width: 25%; }

#top  .special.box-1_of_2:nth-child(1)  {width: 30%;  }
#top  .special.box-1_of_2:nth-child(2)  {width: 70%; }

.logo-above {height:36rem;position:absolute;z-index:1;
width:100%;display:flex; justify-content:space-around;align-items:center;
background:linear-gradient(to right, transparent 38%, rgba(0,0,0,.4) 38%, rgba(0,0,0,.4) 76%, transparent 76%);
}

.inhalt-a  .special.box-1_of_3 {margin:0rem -.25rem; }

/* 3er boxen special - allgemein */
.special.box-1_of_3:nth-child(1)  {width: 38%; padding:2rem 2rem 2rem 0rem;  }
.special.box-1_of_3:nth-child(2)  {width: 38%; padding:2rem 0rem 2rem 2rem; }
.special.box-1_of_3:nth-child(3)  {display:inline-block;width: 24%; padding:2rem 0rem 2rem 3rem; }

/* 3er boxen special - logo */
.logo-above .special.box-1_of_3:nth-child(1)  {display:inline-block;width: 38%; padding:2rem 2rem 2rem 0rem;  }
.logo-above .special.box-1_of_3:nth-child(2)  {display:inline-block;width: 38%; padding:2rem 0rem 2rem 2rem; }
.logo-above .special.box-1_of_3:nth-child(3)  {display:inline-block;width: 24%; padding:2rem 0rem 2rem 3rem;  }

/* 3er boxen special - fuss */
#fuss .special.box-1_of_3:nth-child(3)  {display:inline-block; }
#fuss-btm .special.box-1_of_3:nth-child(3)  {display:inline-block; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1250 pixel ================================= */
@media (min-width: 1250px) {

html {font-size:80%; }

.wrapper   {width: 1200px; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

/* keine angabe */

}
