/* Allgemeines, u.a. wie die Schrift im Inhalt aussieht */
@font-face {
  font-family: Raleway-Alternative;
  src: url('../divers/Raleway-Alternative.ttf');
}

:root {
  --fett: #e56586;
  --text-color: #535353;
  --dunkler: #89bcf0; 
  --input-submit: #d86a86;
  --textarea-background: #f9efef;
  --textarea-border: #dea4b3; /* #c68282 */
}    

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

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


body {
	color: var(--text-color);
	font-size: 0.875rem;
	text-align: justify;
	//text-shadow:1px 1px 0 rgb(222,221,221);
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
	//background: #eee;
	background: #f6e3c3;
    background-image: url('../images/pattern2.jpg');
    background-attachment: fixed;
    background-size: 15%;
}

.bgbild {
    background-image: url('../images/welle.jpg');
 	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
    background-size: contain;
    background-position: bottom left;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: -1;
	}
    
.wechselbild1 {
    background-image: url('../images/welle.jpg');
}
.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 (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: 1200px;
    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: 20%;
}

@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;
}

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: #edb67f;
    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: left;
      color: #edb67f;
      margin: 0px 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;
}

ol {
    margin-top: 2px;
}

ol li {
    margin-bottom: 6px;
}
      
.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: justify;
    display:flex;
    justify-content:center;
    align-items:center;
    clear: both;
    margin-bottom: 10px;
}
.--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; }

.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:#89bcf0; letter-spacing: 1px;  text-decoration: none;}
a:visited {color:#89bcf0; 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;
}

textarea {
	height: 150px;
}

input[type=submit], #content button, #content button.button2 {
	background: #89bcf0;
	border: 0;
	margin-top:5px;
	padding: 10px;
	margin-bottom:5px;
	color:#fff;
    cursor: pointer;
    border-radius: 5px;
}

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;
}

/* ---------- 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%;
      }
}

      
.block {
    display: inline-block;
    width: 120px;
    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;
}
.--orange { background-color: #edb67f; }

.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%;
}
    
table.table2 td, div.table2, .table2 {
  padding: 10px;
  background-color: #fff; /* #3d3d3d */
  box-sizing: border-box;
  color: #636363;
  border: 1px solid;
  border-color: #dcdcdc;
   border-radius:5px;
}
table.table2 i, div.table2 i, .table2 {
    color: var(--fett);
}
div.table2, .table {
    margin: 3px;
}



/* VARIANTE 5 */

table.table5{
	margin:5px;
	padding:0px;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	outline: 1px solid var(--dunkler);
	/*background:#f4f4f4;*/
	min-width: 60%;
    width: 100%;
}
 
table.table5 td {
	padding:3x;
    border: 0px solid inherit;
	/*border-right:1px solid #f4f4f4;
	border-bottom:1px solid #f4f4f4;*/
	/*background:#f4f4f4;*/
}
 
table.table5 th{
	padding:3px;
	color:#fff;
	/*border-bottom:1px solid #fff;
	border-right:1px solid #fff;*/
	background: var(--dunkler);
}

table.table5 tr:nth-child(odd) {
  background-color: #fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
}
table.table5 tr:nth-child(even) {

  background-color: #f4f4f4;
}



td.min, th.min {
    width: 1%;
    white-space: nowrap;
}

   
    
#content button.button2, #content a.button2 {
    padding: 10px;
  background-color: #fff; /* #3d3d3d */
  box-sizing: border-box;
  border: 1px solid;
  border-color: #dcdcdc;
   border-radius:5px;
    font-weight: 600;
    color:#89bcf0;
    letter-spacing: 1px;
}

#content a.button2 {
    margin: 10px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;  
    -o-appearance: button;  
}

#content button.button2:hover, #content a.button2:hover {
    background-color: #eee;
}
#content button.button2:active, #content a.button2:active {
    background-color: var(--dunkler);
    color: #fff;
}

.back {text-align:right;font-size:10px;}
.back a:link { color: var(--text-color); text-decoration: none; border-bottom: none; font-variant: small-caps; }
.back a:visited { color: var(--text-color); text-decoration: none; border-bottom: none; font-variant: small-caps;}
.back a:active { color: var(--text-color); text-decoration: none; border-bottom: none; font-variant: small-caps;}
.back a:hover { color: var(--fett); text-decoration: none; border-bottom: none; font-variant: small-caps;}

 @media (max-width: 800px) {
     .back {font-size: 16px;}
 }
 
 
.sidescroll {
    overflow-x: auto;
    scrollbar-color: #636363 #3d3d3d;
    scrollbar-width: thin;
}



/* ---------- ALERT ---------- */

 /* The alert message box */
.alert, .alert2, .alert3 {
    padding: 20px;
    background-color: var(--textarea-border); /* #f44336; Red */
    color: #fff;
    margin-bottom: 15px;
}

/* The close button */
.closebtn, .closebtn2, .closebtn3  {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
} 

.alert2 {
    background-color: #95c991;
}

/*
.alert3 {
    background-color: #ffffff; 
    color: black;
	border:1px solid black;
}*/

.alert3 {
    background-color: #cf3a3a;
}

/* The close button */
.closebtn3 {
color: black;
}

/* When moving the mouse over the close button */
.closebtn3:hover {
    color: grey;
} 

.alert i, .alert2 i, .alert3 i {
	color: var(--dunkler);
}
.alert b, .alert2 b, .alert3 b {
    color: var(--fett);
}
.alert u, .alert2 u, .alert3 u {
    color: #fff;
    border-color: var(--dunkler);
}


/* 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%;
      }   
}


.center {
    text-align: center;
}

.spoiler{
    background-color:#d0d8e2;
    color:#d0d8e2;
    border:1px solid #52667c;
    padding:2px;
    overflow:auto;
    white-space:normal;
    width:97%
}
.spoiler.mouseover:hover,.text{
    color: var(--text-color);
}