

/* = = = = = = = = = = = = = = = = = 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:#F3FBFE;
background:#00849F; /* fall-back */
background: #00A7CA repeating-conic-gradient(rgba(0,0,0,.1) 0 15deg, rgba(0,0,0,.0) 0 30deg) ;
}

#container {background: radial-gradient(circle,  #0096B5 14%, rgba(0,0,0,.2) 84%); }


/* ---- überschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:bold;text-transform:none;
}


h2 {
font-size:2.8rem;
line-height: 3.5rem;
margin-top: 2rem;
margin-bottom: 3.5rem;
letter-spacing:1px;
}

h2:after {display:block;
border-top: 5px solid #fff;
width: 70px;
content: "";
margin-top: .8rem;
}

/* h2 extra - nur für die startseite index.html*/
h2.extra {margin:0rem 0 3.5rem 0; }

h3 {
font-size:2.1rem;
line-height: 3rem;
margin-top: .5rem;
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:'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:dotted 0.1rem white;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#000;font-weight:normal;
background:white;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#F3FBFE;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#F3FBFE;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell*/
/* ############################################################ */

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:0rem;
box-shadow: 0 0 50px rgba(0,0,0,.3);
}


/*  ----------------------------------------  */
/*   MEHR LESEN-BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:3rem 0 1rem 0;
text-align:left;
}

.button .mehr_lesen a {display:inline-block;
text-transform:uppercase;
font-size:1.5rem;
letter-spacing:1px;
color:#fff;
background:rgba(255,255,255,.2);
border:solid 0px white;
box-shadow:0 0 0 1px rgba(255,255,255,.5);
border-radius:1rem;
text-decoration:none;
padding:.3rem 3rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {;color:#fff;
background:transparent;
box-shadow:0 0 0 1px rgba(255,255,255,.6);
}



/*  ----------------------------------------  */
/* 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;
}

.liste-spez li {list-style:square; }


/* ----- 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; /* rückt gfls zweite zeile ein*/
text-indent:-1.4rem; /* rückt gfls zweite zeile ein */
padding-left:1.5rem; /* rückt gfls zweite zeile ein */
}

.liste-spez-2  i {transform:scale(.9);padding-right:.8rem;color:rgba(255,255,255,.6) }
.liste-spez-2 li a:hover i {color:#fff; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding: 1.5rem 2rem;
margin:0  -.25rem -.25rem -.25rem; /* 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,
.box-1_of_5 {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder  {text-align:center; }
.bilder .box  {padding:.5rem; }

.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 Mausberührung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: blur(2px)  }


/*  ---------- boxen - andere ---------- */

.special.box.box-1_of_2 {width:100%; }

#fuss .box-1_of_3 {width: 100%; }


/* ############################################################ */
/* bereich header */
/* ############################################################ */

header { background: radial-gradient(circle,  rgba(0,0,0,.1) 20%, rgba(0,0,0,.6) 84%); }


/* ############################################################ */
/* bereich nav */
/* ############################################################ */

nav  {height:0rem }

#top-wrapper {display:block;width:100%;
padding:0rem;margin:0 auto;
background:transparent;
}

#top {display:table;width:100%;
margin:0 auto;padding:0rem;
}

.top-a {display:table-cell;vertical-align:top;
width:auto;height:4rem;
text-align:center;
padding:0rem  1rem;
}



/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {
display:block;
width:100%;height:50vh;
margin:0 auto;
padding: 0rem;
}

.logo-b  {display:table;width:100%;
height:100%;
margin:0 auto;
text-align:center;
box-shadow: 10px 10px 50px rgba(0,0,0,.3);
}

.logo-object {
display:table-cell;vertical-align:middle;
}

/* homepagename  */

.name {
display:block;
color:efefef;
text-shadow:0px 0px 1px black;
width:auto;
font-weight:bold;
padding:0 1rem;
font-size:1.8rem;line-height: 3rem;
text-transform:uppercase;
}

.seitentitel {font-family:serif;
display:block;
color:#fff;
font-weight:normal;
font-size:2.5rem;
}


 /* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;
padding:2.5rem 0rem 3rem 0;
margin:0 auto;
}

.inhalt-a {display:block;
width:100%;
margin:0 auto;text-align:center;
padding:0rem 1.5rem 0rem 1.5rem;
}


/*  ----------------------------------------  */
/* nur für die startseite */
/*  ----------------------------------------  */

.inhalt-a.start  .box {vertical-align:middle; }

.inhalt-a#information .box {vertical-align:top; } /* für die information-box */


/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {background-position: 0% 50%;
margin:0 auto;
padding:0rem ;
background: radial-gradient(circle,  rgba(0,0,0,.1) 20%, rgba(0,0,0,.6) 84%);
}

#fuss {display:block;

width:100%;
margin: 0 auto;
padding:0rem ;
}

.fuss-a {display:block;
margin: 0 auto;
padding:2.5rem 1.5rem;
}

#fuss .box h3 {
text-align:left;
font-size:1.7rem;
color:#fff;
letter-spacing:1px;
font-weight:bold;
text-transform:uppercase;
margin-top:2rem;
margin-bottom:.5rem;
}

#fuss .box h3:after {display:block;
border-top: 2px solid #E4EFFC;
width: 50px;
content: "";
margin-top: 1rem;margin-bottom:1rem;
}


/* icon vor der h3-überschrift in fusszeile */
#fuss .box h3:before {position:relative;bottom:-.1rem;
display:inline-block;
text-align:left;
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 .6rem 0 0 ;
content:"\f1b2";
color:#C8DAFB;
transform:scale(1);
}

/* gilt nur für jeden zweiten article in der jeweiligen fuss box, also hier für SOCIAL MEDIA ICONS   */
#fuss .box article:nth-child(2) {margin-top:1rem; }

/*  ----------------------------------------  */
/*  die wesentlichen schriftformate für den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss a {
color:#F3FBFE;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.5rem;
text-decoration:none;
}

.fussmenu  ul {text-align:left;list-style: none;padding: 0;margin: 0; }
.fussmenu li { display:block;padding:0 .1rem }
#fuss li a:hover {color:#fff;text-decoration:none;}

/* icons social media und service */

.fussmenu ul.social li  {display:inline-block; margin-right:1rem;margin-bottom:1rem; }
.fussmenu ul.social li i {display:block;color:#fff;transition:all .3s ease-out; }
.fussmenu ul.social li a:hover i {color:#fff;transform:rotate(360deg);  }


/* ############################################################ */
/* 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) {

html {font-size:70%; }

#logo {height:65vh;}

#top, #logo, .inhalt-a, .fuss-a  {width: 95%; }

.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

#top, #logo, .inhalt-a, .fuss-a  {width: 90%; }

.bilder .box-1_of_2  {width: 50%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

#fuss .box-1_of_3  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:80%; }

#logo {height:40vh; }

#top, #logo, .inhalt-a, .fuss-a  {width: 95%; }

.inhalt-a.start   {padding:2rem 0rem; }

.special.box.box-1_of_2 {width:50%; }
.bilder .box-1_of_3  {width: 33.33%;  }

#fuss , #fuss  a {font-size:1.3rem; }
#fuss .box h3 {font-size:1.3rem; }

}

/* ===================================== ab 800 pixel ================================= */
@media (min-width: 800px) {

/* keine angabe */

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

#logo {height:45vh; }

.bilder .box-1_of_4  {width: 25%; }
#gallery.bilder .box-1_of_4  {width: 25%; }
#fuss .box-1_of_3  {width: 33.33%; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

#top, #logo, .inhalt-a, .fuss-a  {width: 90%; }

}


/* ===================================== ab 1300 pixel ================================= */
@media (min-width: 1300px) {

#logo {height:34rem; }

#top, #logo, .inhalt-a, .fuss-a  {width: 1250px; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

html {font-size:90%; }

}