html {
  box-sizing: border-box
}

:root {
  --tuerkis-color: #4e888f;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body, html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5
}

html {
  overflow-x: hidden
}

footer, header, main, menu, section {
  display: block
}

canvas, video {
  display: inline-block
}

a {
  color: #000;
  text-decoration: none
}

a:focus, a:hover {
  color: #000;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

a.weiss:link, a.weiss:visited {
  color: #fff;
  text-decoration: none;
}

a.weiss:active, a.weiss:hover {
  color: #fff;
  text-decoration: underline;
}

a.fu-item:active, a.fu-item:hover, a.fu-item:link, a.fu-item:visited {
  color: #000
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

img {
  border-style: none;
  vertical-align: middle;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

button {
  font: inherit;
  margin: 0
}

h1 {
  font-size: 30px
}

h2, .large {
  font-size: 24px
}

h3 {
  font-size: 20px
}

h4, .fu-item {
  font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0
}

.serif {
  font-family: serif
}

.sans-serif {
  font-family: sans-serif
}

hr {
  border: 0;
  border-top: 1px solid #000;
  margin: 20px 0
}

.width-full {
  width: 100%
}

.width-30 {
  width: 30%
}

.tuerkis {
  background-color: var(--tuerkis-color)
}

.pointer {
  cursor: pointer;
}

.fu-hr-tuerkis {
  border: 3px solid var(--tuerkis-color);
}

.fu-grid-container {
  display: grid;
  grid-template-columns: auto;
  padding: 0;
  margin: 0 60px 0 60px;
  border: 0 solid green;
}

.search-container {
  width: 300px;
  margin-top: 65px;
  margin-right: 40px;
  margin-bottom: 0;
}

.fu-container-footer {
  padding-left: 0;
  padding-bottom: 20px;
  overflow: hidden;
}

.footer-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
}

.slider-bottom {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
}

.container-border::before {
  height: 4px;
  background-color: #000;
  display: block;
  content: " ";
  margin-bottom: 14px;
}

.footer-section-headline {
  color: #000;
  margin-bottom: 20px;
}

.video-box {
  width: 100%;
  padding: 0 15% 3% 15%;
  margin: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}

.video-container-ratio4x3 {
  padding-bottom: 75%;
  /* ratio 16x9 */
}

.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.pdf-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
  color: var(--tuerkis-color);
  /* padding-top: 66.66%; 3:2 Aspect Ratio */
  padding-top: 75%;
  /* 4:3 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Slideshow Anfang*/
* {
  box-sizing: border-box
}

.mySlides {
  display: none
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.poster-container {
  max-width: 60%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.7s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev-poster, .next-poster {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.7s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

.next-poster {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev-poster {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  color: white;
}

/* On hover, add a grey background color with a little bit see-through */
.prev-poster:hover, .next-poster:hover {
  background-color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  color: white;
}

/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.7s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

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

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* Slideshow Ende*/
.image {
  max-width: 100%;
  height: auto
}

a.fu-list-group-item {
  color: #555;
  /* font-size: 14px; */
}

.button {
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.3
}

ul {
  list-style-image: url('../img/right-arrow.png');
  list-style-position: inside;
  padding: 0;
  margin: 0
}

ul.footer-section-list {
  /* list-style-image: url('../img/right-arrow-black.png'); */
  line-height: 21px;
  white-space: nowrap;
  }

/* Footer-Spalten für bessere Verteilung */
.footer-column {
  width: 100%;
  float: none;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Desktop-Layout für Footer-Spalten */
@media (min-width: 768px) {
  .footer-column {
    width: 33.33%;
    float: left;
    margin-bottom: 0;
  }
}

ul.breadcrumb {
  padding-top: 25px;
}

ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: var(--tuerkis-color);
  content: "> ";
}

ul.breadcrumb li a {
  color: #999;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

.ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd
}

.ul li:last-child {
  border-bottom: none
}

.display-container {
  position: relative
}

.dropdown-click, .dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-hover:hover .dropdown-content {
  display: block;
}

.dropdown-hover:first-child, .dropdown-click:hover {
  /* background-color: #ddd; */
  color: #000;
}

.dropdown-hover:hover>.button:first-child, .dropdown-click:hover>.button:first-child {
  background-color: #ddd;
  color: #000;
}

.dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 16px;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid black;
}

.bar-block .dropdown-hover, .bar-block .dropdown-click {
  width: 100%
}

.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
  min-width: 100%
}

.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
  width: 100%;
  text-align: left;
  padding: 8px 16px
}

#main, .main {
  transition: margin-left .4s
}

.bar {
  width: 100%;
  overflow: hidden
}

.center .bar {
  display: inline-block;
  width: auto
}

.bar .bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  text-decoration: none;
  display: block;
}

.bar .dropdown-hover, .bar .dropdown-click {
  position: static;
  float: left
}

.bar .button {
  white-space: normal
}

.bar-block .bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
}

.bar-block.center .bar-item {
  text-align: center
}

.block {
  display: block;
  width: 100%
}

.responsive {
  display: block;
  overflow-x: auto
}

.container:after, .container:before, .panel:after, .panel:before, .row:after, .row:before, .row-padding:after, .row-padding:before, .cell-row:before, .cell-row:after, .clear:after, .clear:before, .bar:before, .bar:after {
  content: "";
  display: table;
  clear: both
}

.half, .third {
  float: left;
  width: 100%
}

.fu-grid-container {
  display: grid;
  grid-template-columns: 66.66666% auto;
  padding: 10px;
}

.fu-grid-item {
  border: 0 solid rgba(0, 0, 0, 0.8);
  padding: 5px;
}

.fu-item {
  padding: 30px;
}

.big-container {
  padding: 35px;
}

.content, .auto {
  margin-left: auto;
  margin-right: auto
}

.content {
  max-width: 980px
}

.auto {
  max-width: 1140px
}

.hide {
  display: none
}

.show-block, .show {
  display: block
}

.main {
  margin-left: 0;
  margin-right: 0
}

.auto {
  max-width: 100%
}

.top, .bottom {
  position: fixed;
  width: 100%;
  z-index: 1
}

.top {
  top: 0
}

.bottom {
  bottom: 0
}

.overlay {
  position: absolute;
  width: 60%;
  height: 30%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.overlay-text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: left;
}

.display-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(-0, -50%)
}

.display-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%)
}

.display-container:hover .display-hover {
  display: block
}

.display-container:hover span.display-hover {
  display: inline-block
}

.display-hover {
  display: none
}

.third {
  padding: 0 6px 0 0
}

.container {
  padding: .01em 16px !important;
}

.fu-container {
  margin-left: 4%;
  margin-right: 10%;
  margin-top: 40px;
}

.fu-container-small {
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.code, .codespan {
  font-family: Consolas, "courier new";
}

.card, .card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
}

.card-4 {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.opacity, .hover-opacity:hover {
  opacity: 0.70
}

.opacity-max {
  opacity: 0.25
}

.opacity-min {
  opacity: 0.75
}

.xsmall {
  font-size: 11px
}

.small {
  font-size: 14px !important;
}

.line {
  line-height: 1.3;
}

.medium {
  font-size: 18px;
}

.left-align {
  text-align: leftg
}

.right-align {
  text-align: right
}

.center {
  text-align: center
}

.code {
  margin-top: 16px;
  margin-bottom: 16px
}

.margin {
  margin: 16px
}

.margin-top {
  margin-top: 40px
}

.margin-top-32 {
  margin-top: 32px
}

.margin-top-43 {
  margin-top: 43px;
}

.margin-bottom {
  margin-bottom: 16px
}

.margin-left {
  margin-left: 5%
}

.margin-right {
  margin-right: 16px
}

.margin-center {
  margin: auto;
}

.padding-small {
  padding: 4px 8px
}

.padding {
  padding: 8px 16px
}

.padding-right {
  padding-right: 30px
}

.padding-left {
  padding-left: 5px
}

.padding-large {
  padding: 12px 24px
}

.padding-64 {
  padding-top: 64px;
  padding-bottom: 64px
}

.padding-top-64 {
  padding-top: 64px
}

.left {
  float: left
}

.right {
  float: right !important;
}

.button:hover {
  color: #000;
  background-color: #ddd
}

.hover-none:hover {
  background-color: transparent
}

.hover-none:hover {
  box-shadow: none
}

.hover-text-dark-grey:hover, .text-dark-grey {
  color: #3a3a3a
}

.dark-grey, .hover-dark-grey:hover {
  color: #fff;
  background-color: #666
}
.tuerkis, .hover-tuerkis:hover, .button.hover-tuerkis:hover {
  color: #000;
  background-color: var(--tuerkis-color);
}

.theme-l1 {
  color: #fff;
  background-color: #454545
}

.fu-theme-tuerkis {
  color: #000;
  background-color: var(--tuerkis-color)
}

.fu-theme-grey {
  color: #000;
  background-color: #DDD
}

/* -- Start Media Queries -- */
@media (max-width:1024px) {
  .fu-container {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 10px;
  }
}

/* (1280x1024) SXGA Display */
@media screen and (max-width:1280px) {
  .overlay {
    position: absolute;
    width: 100%;
  }
}

@media (max-width:1205px) {
  .auto {
    max-width: 95%
  }
}

@media (min-width:601px) {
  .third {
    width: 33.33333%
  }

  .half {
    width: 49.99999%
  }
}

@media (min-width:993px) {
  .hide-large {
    display: none !important
  }
}

@media (max-width:600px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px
  }

  h3 {
    font-size: 18px
  }

  .large {
    font-size: 14px !important
  }

  .code, .codespan {
    font-family: Consolas, "courier new";
    font-size: 8px;
  }

  .video-box {
    padding: 0;
    border: 0 solid red;
  }

  .big-container {
    padding: 30px 15px;
  }

  .fu-grid-container {
    display: grid;
    grid-template-columns: auto;
    margin: 8px;
    padding: 0 !important;
  }

  .bar .bar-item {
    padding: 0 0;
    margin-top: 6px;
    margin-bottom: 4px;
    margin-left: 10px;
  }

  .fu-grid-container {
    display: grid;
    padding: 10px;
  }

  .fu-grid-item {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 !important;
  }

  .fu-container {
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-top: 0 !important;
  }

  .fu-container-small {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0;
  }

  .overlay {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    font-size: 11px;
    background-color: rgba(0, 0, 0, .45);
  }

  .poster-container {
    max-width: 90%;
    position: relative;
    margin: auto;
  }

  .hide-small {
    display: none !important;
  }
}

@media (max-width:1024px) and (min-width:601px) {
  .medium {
    font-size: 16px;
  }

  .fu-grid-container {
    display: grid;
    grid-template-columns: auto;
    padding: 0;
    margin: 0 40px;
    border: 0 solid lightgreen;
  }

  .small {
    font-size: 17px;
  }

  .poster-container {
    max-width: 70%;
    position: relative;
    margin: auto;
  }

  .overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
  }

  .search-container {
    width: 200px;
  }

  /* .poster-container {max-width: 90%;position: relative;margin: auto;} */
  .hide-medium {
    display: none !important;
  }

  .video-box {
    width: 100%;
    padding: 0 8%;
    margin: 0;
  }
}

@media only screen and (max-width:300px) {
  .prev, .next, .text {
    font-size: 11px
  }
}

.white {
  color: #fff;
}

.red {
  color: red;
}

a.bg-grey {
  background: rgba(238, 238, 238, 1);
  color: #000;
}
