html,
body {
  padding: 0;
  margin: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
  height: 75px;
  background: #000;
  transition: background 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "IBMPlexMono-bold";
}
header .header-brand {
  height: 75px;
  line-height: 75px;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 52px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
header .header-brand:hover {
  cursor: pointer;
  background-color: #ff8000;
}
body {
  font-family: "IBMPlexMono-regular";
  font-weight: normal;
  line-height: 2;
}
body:after {
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0s;
  content: "";
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
body main {
  padding-top: 50px;
  background-color: white;
}
article {
  padding-top: 50px;
}
span.thick {
  font-family: "IBMPlexMono-bold";
}
span.thin {
  font-family: "IBMPlexMono-thin";
}
.menu_header_left {
  padding-left: 10px;
  flex: 1 1 0px;
}
.menu_header_right {
  padding-right: 10px;
  text-align: right;
}
.hidden {
  visibility: hidden;
}
.rotate {
  transform: rotate(45deg);
}
.mod-mobilemenu {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  text-align: center;
  overflow-y: scroll;
  overflow: auto;
  /*padding: 30px 0;*/
  overflow-x: hidden;
}
.mod-mobilemenu .menucontent {
  display: flex;
  position: fixed;
  top: 75px;
  height: calc(100% - 60px);
  margin: auto 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mod-mobilemenu .menucontent ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.mod-mobilemenu .menucontent ul li {
  display: block;
  width: 100%;
  /*TODO change margin-top to 3px when screen*/
  margin-top: 5px !important;
  background: #000;
}
.mod-mobilemenu .menucontent ul li a:not(.btn) {
  padding: 0;
  margin: 0 !important;
  position: relative;
  display: block;
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  color: #fff;
  font-size: 52px;
  line-height: 75px;
  height: auto;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
.mod-mobilemenu .menucontent ul li a:not(.btn):hover,
.mod-mobilemenu .menucontent ul li a:not(.btn):focus {
  color: white;
  background: #ff8000;
}
.col-right {
  padding-left: 20px;
}
img {
  max-width: 100%;
  margin-top: 16px;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  text-align: justify;
}
/* Next & previous buttons */
.prevIMG,
.nextIMG {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextIMG {
  right: 0;
  border-radius: 3px 0 0 3px;
}

body.opensidemenu {
  overflow: hidden;
}
body.opensidemenu main {
  -webkit-filter: blur(2px);
  filter: blur(4px);
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
body.opensidemenu .mod-mobilemenu {
  opacity: 1;
  z-index: 99;
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
footer {
  font-family: "IBMPlexSans-regular";
  font-size: 8pt;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #000 !important;
}
.w-100 {
  width: 100% !important;
}
h1,
h2,
h3 {
  padding-top: 20px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: "IBMPlexMono-regular";
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
h2 {
  font-size: calc(1rem + 0.9vw);
}
.selected {
  background-color: #ff8000 !important;
  color: white !important;
  padding: 0px 1ch 0px 1ch;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
}
.title {
  display: grid;
  justify-items: center;
  /*border: 8px solid mediumseagreen;*/
}
.welcome {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 20px;
}
#welcome {
  text-align: center;
  font-family: "IBMPlexMono-bold";
  color: black;
  text-transform: uppercase;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  padding-left: 15px;
  padding-right: 15px;
  border: 8px solid #ff8000; //75cc6d
  margin: 50px;
  font-size: calc(1.375rem + 2.5vw);
}
p {
  font-family: "IBMPlexMono-regular";
}
section {
  padding: 0;
  position: relative;
}
a:link,
a:visited {
  text-transform: uppercase;
  color: #ff8000;
  padding: 0px 1ch 0px 1ch;
  text-align: center;
  display: inline-block;
}

a:hover,
a:active {
  color: white;
  background-color: #ff8000;
  text-decoration: none;
}
.filterShow {
  display: block;
}
.filterHide {
  display: none;
}
.slideShow {
  display: block;
}
.slideHide {
  display: none;
}
.category {
  text-transform: uppercase;
  color: #ff8000;
  padding: 0px 1ch 0px 1ch;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
}
.category:hover {
  color: white;
  background-color: #ff8000;
  text-decoration: none;
}
.category.selected:hover {
  color: #ff8000 !important;
  background-color: white !important;
  text-decoration: underline !important;
}
.line {
  height: 4px;
  background: #000;
  margin-bottom: 0.78rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.d-none {
  display: none !important;
}
.aimList {
  list-style-type: square;
  /*list-style: none;*/
}
/*
.aimListItem:before {
  content: "_ ";
}
*/
@media (min-width: 1025px) {
  /*768px*/
  h1,
  h2,
  h3 {
    padding-left: 0px;
  }
  body main {
    min-height: 100vh;
    margin: auto;
    width: 60%;
  }
  header {
    height: 50px;
  }
  header .header-brand {
    font-size: 32px;
    height: 50px;
    line-height: 50px;
  }
  img:hover {
    max-width: 100%;
    cursor: crosshair;
  }
  .mod-mobilemenu .menucontent {
    top: 50px;
    height: calc(100% - 100px);
  }
  .mod-mobilemenu .menucontent ul {
    height: 100%;
  }
  .mod-mobilemenu .menucontent ul li a:not(.btn) {
    font-size: 40px;
    line-height: 60px;
  }
  .col-left-width {
    /*flex: 0 0 auto;*/
    width: 40%;
  }
  .col-right-width {
    /*flex: 0 0 auto;*/
    width: 55%;
    padding-left: 20px;
  }
  .no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Seitenverhältnis */
    height: 0;
    overflow: hidden;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  

}
