/* The Overlay (background) */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #1c1c1c;
    opacity: .9;
    color: #d9d9d9;
    overflow-x: hidden;
    transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.trigger-warning {
color: var(--textbold);
  font-family: var(--schriftklein);
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  background: var(--katimg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
}
/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  background: var(--forenfarbe2) !important;
  box-shadow: none;
	color: var(--textbold) !important;
  width: 300px !important;
  border-radius: 0px !important;
  font-size: 15px !important;
  font-family: var(--schriftklein);
  text-transform: uppercase;
  font-weight: 600;
}

/* Create an active/current tablink class */
.tab button.active {
background: var(--forenfarbe) !important;
  color: var(--textbold) !important;
  width: 100% !important;
  border-radius: 0px !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 10px;
} 


		
		