/* Allgemeines, u.a. wie die Schrift im Inhalt aussieht */
:root {
  --fett: #edb67f;
  --text-color: #535353;
  --dunkler: #89bcf0;
  --input-submit: #d86a86;
  --textarea-background: #f9efef;
  --textarea-border: #dea4b3; /* #c68282 */
}    /*F4EF86*/

@font-face {
    font-family: Raleway-Alternative;
    font-display: swap;
    src: url('../static/Raleway-Alternative.ttf')
} 

* {
  box-sizing: border-box;
  scrollbar-color: #636363 #3d3d3d;
  scrollbar-width: thin;
	font-family: 'Raleway-Alternative', sans-serif;
  letter-spacing: 0.2px;
  outline: none;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #3d3d3d; }
::-webkit-scrollbar-thumb { background: #636363; }
::-webkit-scrollbar-thumb:hover { background: #777; }

input[type=submit], button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


body {
	color: var(--text-color);
	font-size: 0.875rem;
	text-align: center;
	//text-shadow:1px 1px 0 rgb(222,221,221);
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
	background: #eee;
}

.bgbild {
    background-image: url('../images/bg1.jpg');
 	background-repeat: no-repeat;
	width: 100%;
	height: 70vh;
    background-size: contain;
    background-position: bottom left;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: -1;
	}
    
.wechselbild1 {
    background-image: url('../images/bg1.jpg');
    bottom: 0px;
    right: 0;
    height: 50vh;
    left: initial;
    background-position: bottom right;
}
.wechselbild2 {
    background-image: url('../images/bg2.jpg');
    bottom: -50px;
    left: -50px;
}
.wechselbild3 {
    background-image: url('../images/bg3.jpg');
    bottom: -50px;
    left: -50px;
}
.wechselbild4 {
    background-image: url('../images/bg4.jpg');
}
.wechselbild5 {
    background-image: url('../images/bg5.jpg');
}

.wechselbild6 {
    background-image: url('../images/bg6.jpg');
    bottom: -30px;
    left: -70px;
}

@media screen and (max-height: 600px) {
    .bgbild {
        width: 100%;
        height: 100vh;
    }
}

#content, nav, footer {
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    height: 100%;
    width: 100%;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 20px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
		
nav {
    height: auto;
    padding: 0px;
	display: flex; 
	justify-content: space-around;
    flex-wrap: wrap;
    background: #fff;
}

nav > .col {
    width: 25%;
}

@media (max-width: 600px) {
   nav > .col { width: 50%;}
}

nav > .col > a > .navbutton {
    color: var(--text-color);
    font-size: 1rem;
    text-align: center;
    padding: 20px 20px;
    border-radius: 20px;
    width: 100%;
    border-width: 0px;
    cursor: pointer;
    background: #fff;
}
nav > .col > a > .navbutton:hover {
    background: #eee;
}
nav > .col > a > .navbutton:active {
    background: #e7e7e7;
}



footer {
    font-size: 0.8rem;
    padding-top: 0px;
    margin-top: 5px;
    text-align: right;
    background: transparent;
}


p {
    /*text-align: justify;*/
    margin: 0;
    margin-bottom: 5px;
}

i,em {
    font-style: italic;
    color: #1d8cab;
    text-decoration: none;}

s, strike {
    font-family: "tahoma", sans-serif;
    color: #1d8cab;}

u {
    font-family: "tahoma", sans-serif;
    color: #5f5f5f;
    border-bottom: 1px solid;
    border-color: #cc4bb7;
    text-decoration: none;}

b, strong {
    font-family: "tahoma", sans-serif;
    color: var(--fett);
    text-decoration: none;}

		
img {		
    border: 0px;
    margin: 0px;
}
		
blockquote { 
 	/*font-size: 11px;
    font-family: "georgia", serif;
    font-style: Italic;
 	background: #e2d1ec; 
    text-decoration: none;
    border-bottom: 1px solid #a3a2a2; 
    border-right: 1px solid #a3a2a2; 
    margin:  20px 12px 20px 12px ;
    padding: 8px 5px 8px 8px;
    */
    width:400px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    background: rgba(255,255,255,0.5);
	margin-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding: 10px;
	}

@media (max-width: 600px) {
   blockquote { width: 100%;}
}

    
h1 {
	  font-size: 1.2rem;
      font-family: "georgia", serif;
	  font-style: italic;
      text-align: center;
      color: #6699cc;
      margin: 0px 0px 5px 0px;
      padding: 5px 5px 5px 8px;
      //text-shadow:1px 1px 0 rgb(255,255,255);
      text-shadow:1px 1px 0 rgb(222,221,221);
      }
    
h2 {
	  font-size: 13px;
      font-family: "georgia", serif;
      font-style: italic;
      text-align: center;
      color: #edb67f;
      margin: 20px 0px 5px 0px;
      padding: 5px 5px 5px 8px;
      text-shadow:1px 1px 0 rgb(255,255,255); 
      }
      
h3 {
    font-size: 0.95rem;
    text-align: left;
    margin: 0;
    margin-bottom: 5px;
    //font-weight: 400;
    font-variant: small-caps;
    font-style: italic;
    //border-left: 10px solid rgba(237, 182, 127, 0.5); /* #edb67f */
    padding-left: 10px;
}
      
.block {
    display: inline-block;
    width: 130px;
    height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10%;
    padding: 15px;
    text-align: center;
    margin: 5px;
}

.kreis {
    background-color: #6699cc;
    width: 90px;
    height: 90px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 50%;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
    clear: both;
    margin-bottom: 10px;
}

.icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  //fill: currentColor;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  margin-bottom: -4px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon2 {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  fill: currentColor;
  margin-bottom: -4px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% {  transform: rotate(359deg); }
}
.spinner {
    animation: spin 2s linear infinite;
}
/* https://codepen.io/sosuke/pen/Pjoqqp */
.icon--red { filter: invert(17%) sepia(80%) saturate(5506%) hue-rotate(355deg) brightness(101%) contrast(79%);  /* #e52d27 */ }
.icon--green { filter: invert(79%) sepia(18%) saturate(5397%) hue-rotate(45deg) brightness(84%) contrast(76%);  /* #60b023 */ }
.icon--blue { filter: invert(53%) sepia(15%) saturate(2071%) hue-rotate(189deg) brightness(90%) contrast(92%);  /* #5d7cde */ }
.icon--yellow { filter: invert(93%) sepia(19%) saturate(2522%) hue-rotate(354deg) brightness(90%) contrast(93%);  /* #dec60d */ }
.icon--white { filter: invert(100%) sepia(1%) saturate(7340%) hue-rotate(260deg) brightness(121%) contrast(101%);  /* #fff */ }


/*--- A Underline ---*/

a:link{color: var(--dunkler); letter-spacing: 1px;  text-decoration: none;}
a:visited {color: var(--dunkler); letter-spacing: 1px;  text-decoration: none;}
a:active{color:#6699cc; letter-spacing: 1px;  text-decoration: none;}
a:hover {color:#6699cc; letter-spacing: 1px;  text-decoration: none;}


#content a:link {
    position: relative;
    font-weight: 600;
}

#content a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #6699cc;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

#content a:hover:before {
  visibility: visible;
  width: 100%;
}


table {
    width:400px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	//-webkit-border-radius: 10px;
	//-moz-border-radius: 10px;
    //box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
}

@media (max-width: 600px) {
   table { width: 100%;}
}

table tr {
    padding: 15px;
}


textarea, select, input[type=text], input[type=password], input[type=email], input[type=number] {
	background: #fff;
	border: 0;
	padding: 10px 5px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 250px;
    font-family: 'Raleway-Alternative';
}

textarea {
	height: 150px;
}

input[type=submit], #content button {
	background:  var(--dunkler);
	border: 0;
	margin-top:5px;
	padding: 10px;
	margin-bottom:5px;
	color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: normal;
}

#content button a, #content button a:link, #content button a:visited, #content button a:active, #content button a:hover {
    color: #fff;
    font-weight: normal;
}

input[type=submit]:hover, #content button:hover {
	background: #73a9de;
}

input[type=submit]:active, #content button:active {
	background: #6699cc;
}

input[type=submit]:disabled, input[type=submit]:disabled:active, #content button:disabled, #content button:disabled:active {
    background: #999;
    cursor: not-allowed;
}

#content button > a::before {
    content: none;
}


/*
textarea:focus:invalid, select:focus:invalid, input[type=text]:focus:invalid, input[type=password]:focus:invalid, input[type=email]:focus:invalid, input[type=number]:focus:invalid {
  box-shadow: 0 0 8px 3px rgba(255, 0, 0, 0.2), 0 0 8px 3px rgba(255, 0, 0, 0.19);
}

textarea:focus:valid, select:focus:valid, input[type=text]:focus:valid, input[type=password]:focus:valid, input[type=email]:focus:valid, input[type=number]:focus:valid {
    box-shadow: 0 0 8px 3px rgba(0, 255, 0, 0.2), 0 0 8px 3px rgba(0, 255, 0, 0.19);
}
*/
/* ---------- TOOLTIP ---------- */



.csstooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  color: #ff0000;
  cursor: crosshair;
}

.csstooltip span {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  font-variant: none;
  font-size: 12px;
}

.csstooltip span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.csstooltip:hover span {
  visibility: visible;
}

.fehlermeldung {
  cursor: help;
}

/* ------- COL --------- */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

@media only screen and (max-width: 800px) {
    [class*="col-"] {
        width: 100%;
      }
}


.karte {
    width: 50%;
    max-width: 250px;
    max-height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.karte-innen, .karte-aktion {
    position: absolute;
    margin-top: 116%;
    font-size: 1.3rem;
    font-align: center;
    width: 100%;
}
@media (max-width: 250px) {
    .karte-innen {
        font-size: 1rem;
    }
}

.karte-aktion-aussen {
margin: 0 1%;
width: 30%;
max-width: 333px;
}

.karte-aktion {
    margin-top: 18%;
    font-size: 1.2rem;
    font-align: left;
    width: 80%;
    margin-left: 20%;
}
@media (max-width: 600px) {
    .karte-innen {
        width: 100%;
        font-size: 1rem;
    }
    .karte-aktion-aussen {
        width: 100%;
    }
}

.karte-sortierung {
     background-repeat: no-repeat;
     width: 15%;
     height: 10%;
    position: absolute;
    bottom: 6%; 
}

.--orange { background-color: #edb67f; }
.--yellow { background-color: #f0e778; }
.--purple { background-color: #dbaddb; }
.--teal { background-color: #ace3c6; }
.--red { background-color: #d68989; }
.--pink { background-color: #d698b2; }
.--green { background-color: #b0c98d; } /* cde8ae */


.labl >  input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.labl >  input + div{ /* DIV STYLES */
    cursor:pointer;
}
.labl >   input:checked + div { /* (RADIO CHECKED) DIV STYLES */
    /* box-shadow: 5px 10px #888888; */
    border-radius: 22px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}


.meter { 
	height: 5px;  /* Can be anything */
	position: relative;
	background: #ccc;
	margin-top: 5px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    width: 67%;
    margin: 0 auto;
    margin-top: 5%;
}
.meter > span {
  display: block;
  height: 5px;
  background: #e16969;
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}