/* ---------------------------    LAYOUT    --------------------------- */ 
body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  width: 1550px;
  align: center;
  margin: 0 auto;
  padding: 1px;
  background-color: white;
  color: black;
}

.dark-mode {
  background-color: black;
  color: white;
}

.before::before, .after::after {
  content: "\A";
  white-space: pre;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

a img { 
	border: none;
}

a:link {
	color:#000000;
	text-decoration: underline; 
}

a:visited {
	color: #000000;
	text-decoration: underline;
}	
	
a:hover, a:active, a:focus {
	text-decoration: none;
}	

.header {
	position: fixed;
	background: #ffffff;
	width: 1550px;
	min-width: 600px;
}
	
.container {
	min-height: 100%;
	max-width: 1550px;
	background-color: ;
	margin: 0 auto; 
}





/* ---------------------------    TOGGLE DARK LIGHT    --------------------------- */ 
/* Light Mode Button Styles
        --------------------------- */ 
        .light-mode-button {
            background:0;
            border: 0;
            box-sizing: border-box;
            cursor: pointer;
            height: 20px;
            width: 50px;
            position: relative;
            border: 1px solid rgba(255,255,255,0);
			top: -150px;
	        left: 65px;

        }
        .light-mode-button:focus {
            outline:none; /* Not ideal for accessibility */
        }
        .light-mode-button span:nth-child(1) {
            position: absolute;
            top:0;
            left:0;
            width: 50px;
            height:20px;
            border-radius: 5px;
            background-color: #d6d7db;
            box-shadow: inset 1px 1px 3px 0 rgb(0 0 0 / 40%);
            transition: .3s;
        }
        .light-mode-button span:nth-child(2) {
            position: absolute;
            top:2px;
            left:2px;
            width: 15px;
            height: 15px;
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 40%);
            transition: .3s;
        }



/* Light & Dark Mode Styles
--------------------------- */ 
body {
    background-color: #f6f6f6;
    transition: background-color .3s;
}
body[light-mode=dark] {
    background-color: #141516;
    color: #ced4e2;
}
body[light-mode="dark"] .light-mode-button span:nth-child(1){
    background-color: #ced4e2;
    color: #141516;
}
body[light-mode=dark] .light-mode-button span:nth-child(2) {
    left: 35px;
    background-color: #141516;
}









/* ---------------------------    EU    --------------------------- */ 
#eu_cookiebox {
	display: block;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	padding: 5px;
	margin: 0;
	width: 100%;
	color: #555;
	border: none;
	border-bottom: none;
	background: #f5f5f5;
}





/* ---------------------------    CONTENT    --------------------------- */ 

.content {
	padding: 1px 0;
}

/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* Diese Auffüllung setzt die rechte Auffüllung in der obigen Regel für Überschriften und Absätze fort. Die Auffüllung wurde unten für den Abstand zwischen anderen Elementen in den Listen und links für den Einzug platziert. Sie können die Werte nach Bedarf ändern. */
}

/* ~~ Fußzeile ~~ */
.footer {
	padding: 1px 0;
	background-color: #FFFFFF;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}







/* ---------------------------    IMAGES and VIDEOS    --------------------------- */ 

.images { /* images pictures */
  display: flex;
  padding: 5px;
}
.img-holder {
  position: relative;
  margin: 5px;
  align-self: flex-start;
}
.img-holder p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
}






/* ---------------------------    COLUMNS    --------------------------- */ 

.column {
    float: left;
    width: 32%;
    padding: 5px;
	margin: 5px;
}

.column2 {
    float: left;
    width: 48%;
    padding: 5px;
	margin: 8px;
}

.column3 {
    float: right;
    width: 48%;
    padding: 5px;
	margin: 5px;
}

.column4 {
    float: center;
    width: 99%;
    padding: 5px;
	margin: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
	images: overflow-wrap;
}







/* ---------------------------    BUTTONS    --------------------------- */ 

/* StandardButton
--------------------------- */ 
button {
	font-size: 1.2em;
	margin: 0 1em 1em 0;
	padding: 0.4em 1em;
	border-radius: 0,8px;	
}

/* NAVbutton ?
--------------------------- */ 
.button100 {
  font-size: 1.2em;
  margin: 0 0.6em 0.6em 0;
  padding: 0.3em 0.33em;
  border-radius: 0,6px;	
}

/* NightAndDayButton - alt
jetzt für tags
--------------------------- */ 

.buttonND {
  font-size: 0.9em;
  margin: 0 0.5em 0.5em 0;
  padding: 0.3em 0.33em;
  border-radius: 0,8px;	
  background-color: #d0d0d0
  box-shadow: none !important; 
}

.button2 {
  background-color: #323232; /* DarkGrey */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  width: 480px;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
.button5 {
  background-color: #c7320d; /* Red */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  width: 100%;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
.button6 {
  background-color: #c7320d; /* Red */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  width: 95%;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
.button7 {
  background-color: #c7320d; /* Red */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  width: 100%;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}


.alignnone  {
    box-shadow: none !important;
}	
.column1 {    float: left;
    width: 32%;
    padding: 5px;
	margin: 5px;
}
.column1 {    float: left;
    width: 32%;
    padding: 5px;
	margin: 5px;
}
.stickyfooter  {
    width: 1550px;
	align: center
    position: fixed; 
	bottom: 0px;
	box-shadow: none !important;
}	

#myBtn {
    display: none; 
    position: fixed; 
    bottom: 10px;
    right: 500px;
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: grey; 
    color: black; 
    cursor: pointer;
    padding: 10px;
    border-radius: 5px; 
	border: 0.5px solid black;
    font-size: 14px; 
}
#myBtn:hover {
    background-color: #cccccc;
}	


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .1}
  to {opacity: 3}
}

@keyframes fade {
  from {opacity: .1}
  to {opacity: 3}
}
.sidebar1 {
	float: right;
	width: 0px;
	background-color: #FFF;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px; 
	position: -webkit-sticky;
    position: sticky;
    top: 0;
}






/* ---------------------------    TOP NAV    --------------------------- */ 

.topnav {
  overflow: hidden;
  background-color: #d0d0d0;
  position: sticky;
  top: 0;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #cc0000;
  color: white;
}

.topnav a.active2 {
  background-color: #288208;
  color: white;
}

.topnav a.active22 {
  background-color: #859382;
  color: white;
}

.topnav a.active3 {
  background-color: #d0d0d0;
  color: black;
}

.topnav a.active4 {
  background-color: #000000;
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav .icon {
  display: none;
}

@media screen and (max-width: 1500px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1500px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* ---------------------------    toggleNAVbutton and apDIV    --------------------------- */ 
.buttonND {
  font-size: 0.9em;
  margin: 0 0.5em 0.5em 0;
  padding: 0.3em 0.33em;
  border-radius: 0,3px;	
  background-color: #d0d0d0
  box-shadow: none !important; 
  left: 1px;
  top: 1px;
}

.buttonH {
  border: none;
  box-shadow: none !important;
  hover: none;
  left: 1px;
  top: 1px;
}
	
#apDiv300 {
	position: left;
	width: 150px;
	height: 45px;
	z-index: 201;
	left: 1px;
	top: 1px;
}




/* ---------------------------    AP DIVs and JUMPs    --------------------------- */ 


#apDiv1 {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 1;
}
