@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.woff2") format("woff2"),
    url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
    url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

.container {
  position: relative;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}

main {
  padding-top: 80px;
}

.main-subheader {
  padding-top: 140px;
}

.etikettenliste {
  display: none;
}

.section-md {
  padding: 40px 0;
}

.section-sm {
  padding: 20px 0;
}

.row {
  --gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.row > * {
  margin: 0 0 0 var(--gap);
  align-self: stretch;
}

.img-container .row > * {
  margin: 0 0 calc(2 * var(--gap)) var(--gap);
  align-self: stretch;
}

.col-12 {
  width: 100%;
}

.align-items-center {
  align-items: center !important;
}

.border-radius-1 {
  border-radius: 1em;
  overflow: hidden;
}

.hover-float {
  -webkit-transition: 0.16s ease-out;
  transition: 0.16s ease-out;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  transition: 0.16s ease-out;
}

.letters {
  margin-right: -3px;
  margin-left: -3px;
  padding: 0;
}

.letters li {
  padding: 0 3px;
  display: inline-block;
}

.letters li a {
  font-size: 1.5rem;
}

/* Colors */

:root {
  --ddr-primary: #ff5200;
  --ddr-secondary: #003087;
  --ddr-links: #0166e9;
}

.bg-gray-lighter {
  background: #f4f4f4 !important;
}

.bg-black {
  background: #232323 !important;
}

.bg-dark {
  background: #35383a !important;
}

.bg-white {
  background: #fff !important;
}

/* Text Styles */

h1 {
  font-size: 2.5rem;
  color: var(--ddr-primary);
}

h2 {
  font-size: 1.75rem;
  padding: 20px 0 12px 0;
}

h3 {
  font-size: 1.5rem;
  padding: 20px 0 10px 0;
}

.fact {
  font-size: 2.5rem;
  color: var(--ddr-primary);
}

p {
  margin: 0;
  line-height: 1.74;
  padding-bottom: 0.5rem;
}

.etikett-neu {
  padding: 3px 8px;
  background-color: var(--ddr-primary);
  color: white;
}

.hinweis-text {
  font-size: 14px;
  color: grey;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

.cap {
  text-transform: capitalize;
}

section ul,
.aktuell {
  padding-left: 20px;
  padding-bottom: 0.5rem;
}

/* Buttons & links */

a {
  color: var(--ddr-links);
  text-decoration: none;
}

a:hover {
  color: var(--ddr-secondary);
  text-decoration: underline;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: var(--ddr-links) !important;
  border: 1px solid #e4e8ec;
  color: white;
  font-weight: 500;
  font-size: 1rem;
  -webkit-transition: 0.12s ease-out;
  transition: 0.12s ease-out;
  border-radius: 50px;
  padding: 16px 42px !important;
  width: auto !important;
}

.button:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
  text-decoration: none;
}

.button-secondary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid var(--ddr-links);
  background: white;
  color: var(--ddr-links);
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.12s ease-out;
  transition: 0.12s ease-out;
  border-radius: 50px;
  padding: 16px 42px;
}

.button-secondary:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  text-decoration: none;
}

.button-sm {
  padding: 8px 21px;
}

.button-search {
  padding: 20px 42px !important;
}
.button-search:hover {
  -webkit-transform: none !important;
  transform: none !important;
}

/* Global paddings & margins */

.mt-3 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mnt-1 {
  margin-top: -10px;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.p-3 {
  padding: 2.5rem;
}

.p-2 {
  padding: 1.5rem;
}

.p-1 {
  padding: 0.5rem;
}

/* Navigation */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: visible;
  background: #fff;
  width: 100%;
  height: 80px;
  /*    -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, .17);
    box-shadow: 0 0 36px 0 rgba(22, 25, 28, .17); */
  border-bottom: 1px solid #f1f5f9;
}

.subheader {
  top: 80px !important;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 998;
  border-bottom: 2px solid white;
}

header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

header .header-logo {
  display: inline-block;
  margin-right: auto;
  max-width: 200px;
}

header .header-logo img,
footer img {
  max-width: 200px;
}

header nav {
  display: inline-block;
}

header nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

header nav ul li {
  text-align: left;
}

header nav ul li a {
  padding: 0;
  letter-spacing: -0.2px;
  color: #121518;
  text-decoration: none;
}

header nav ul li a.active,
footer .active {
  color: var(--ddr-primary) !important;
  text-decoration: none !important;
}

header .search {
  height: 20px;
}

header button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

header .header-toggle {
  display: none;
}

header .header-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #121518;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

header .header-toggle span:before,
header .header-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  background: #121518;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

header .header-toggle span:before {
  top: -7px;
}

header .header-toggle span:after {
  bottom: -7px;
}

header .header-toggle.toggle-close span {
  background: transparent;
}

header .header-toggle.toggle-close span:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .header-toggle.toggle-close span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Footer */

footer {
  padding: 0;
  color: white;
}

.footer-content {
  padding: 50px 0 50px 0;
}

footer h2 {
  font-size: 1.5rem;
}

.footer-line {
  padding: 40px 0 15px 0;
  font-size: 14px;
}

.footer-line ul {
  margin-right: -3px;
  margin-left: -3px;
  padding: 0;
}

.footer-line ul li {
  padding: 0 10px;
  display: inline-block;
}

footer a,
footer a:hover {
  color: white !important;
}

footer a.active:hover {
  color: var(--ddr-primary) !important;
}

footer a:hover {
  color: var(--ddr-primary);
}

footer p {
  padding-bottom: 0px !important;
}

footer .footer-content p {
  padding: 10px 0px !important;
  border-bottom: 1px solid white;
}

footer img {
  padding-top: 20px;
}

.img-etikett {
  height: 300px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-etikett img {
  max-height: 250px;
  max-width: 250px;
  width: auto;
}

.zufallsetikett {
  height: 300px;
  max-width: 100%;
  position: relative;
}
.zufallsetikett img {
  max-height: 300px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#contactform input:not(.form-check-input),
#contactform textarea,
#search input:not(.form-check-input),
#search textarea {
  background: #f4f4f4;
  width: 100%;
  margin-bottom: 0.75rem;
  border: 1px solid #ccc;
  margin-top: 5px;
  box-shadow: none;
  -webkit-transition: 0.16s ease-out;
  transition: 0.16s ease-out;
}
input[type="radio"] {
  display: inline;
  margin-right: 10px;
  width: auto !important;
  text-align: left;
}
.radio-next {
  margin-left: 40px;
}

#contactform .form-control,
#contactform input:not(.form-check-input),
#contactform textarea,
#search .form-control,
#search input:not(.form-check-input),
#search textarea {
  border: 1px solid rgba(18, 21, 24, 0.1);
  padding: 15px 20px;
  font: 400 15px / 1.4 Roboto, sans-serif;
}

.submit-error {
  color: red !important;
  border-color: red !important;
}
.input-red {
  outline: 1px solid red;
}
.input-red-radio::after {
  display: block;
  width: 100%;
  height: 13px;
  background: transparent;
  content: "";
  border: 2px solid red !important;
  box-sizing: border-box;
  border-radius: 100%;
}

input[type=radio].required::after
/* Table */

.site table {
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}

.site tr:first-child {
  background: #f4f4f4;
}
.site tr:first-child:hover {
  background: #f4f4f4;
}

.site tr:first-child td {
  color: #121518;
}

.site tr:first-child:hover td {
  color: #121518;
}
.site td {
  color: #999;
  border: 1px solid #ccc;
  padding: 12px 35px;
  border-collapse: collapse;
}

/* Media Queries */

@media (min-width: 577px) {
  .container {
    max-width: 540px;
  }
  .dh {
    display: none;
  }
}

@media (max-width: 576px) {
  .subheader {
    display: none;
  }
  .main-subheader {
    padding-top: 80px;
  }
  .etikettenliste {
    display: block;
  }
  .mh {
    display: none;
  }
  .dh {
    display: block;
  }
  .footer-line .text-end {
    text-align: left !important;
  }
  .col-sm-6 {
    width: 100%;
  }
  .p-3 {
    padding: 0.5rem;
  }
  #contactform input:not(.form-check-input),
  #contactform textarea {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
  }

  .col-md-6 {
    width: calc(50% - var(--gap));
  }
}

@media (max-width: 991.98px) {
  header nav {
    position: fixed;
    top: 0;
    overflow-y: auto;
    background: white;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    padding: 20px 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  header {
    padding-top: 20px;
    height: 60px;
  }

  header nav.show {
    left: 0;
  }

  header nav ul li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #e2e6ea;
    padding: 12px 0;
  }

  .header-helpers {
    margin-top: 5px;
  }

  header .header-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: auto;
    cursor: pointer;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1rem;
  }

  header .nav-item .nav-dropdown {
    display: none;
    background: white;
    padding: 8px 0 0 20px;
  }

  header .nav-item .nav-dropdown.show {
    display: block;
  }

  header .nav-item .nav-dropdown .nav-dropdown-item {
    border-bottom: 0;
  }

  header .nav-item .nav-dropdown-toggle {
    position: absolute;
    top: 13px;
    right: 0;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    margin-bottom: -2px;
    background-color: black;
  }

  .nav-dropdown-toggle {
    -webkit-mask-image: url(/admin/assets/css/icons/chevron-down-solid.svg);
    mask-image: url(/admin/assets/css/icons/chevron-down-solid.svg);
  }

  .img-etikett {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg-8 {
    width: calc(66.66666667% - var(--gap));
  }

  .col-lg-6 {
    width: calc(50% - var(--gap));
  }

  .col-lg-4 {
    width: calc(33.33333333% - var(--gap));
  }

  .col-lg-3 {
    width: calc(25% - var(--gap));
  }

  header nav {
    margin-left: auto;
    height: 80px;
  }

  .subheader nav {
    margin-left: 0;
  }

  header nav ul li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 20px;
  }

  header nav ul li:first-child {
    margin-left: 0;
  }

  header nav ul li a {
    position: relative;
    display: inline-block;
    line-height: 80px;
  }

  .subheader nav ul li a {
    line-height: 60px;
  }

  header nav ul li a:hover {
    color: var(--ddr-links);
  }

  header .header-helpers {
    display: inline-block;
    margin-left: 30px;
  }

  header .nav-dropdown {
    position: absolute;
    top: 75px;
    left: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 995;
    visibility: hidden;
    opacity: 0;
    background: white;
    width: 100%;
    -webkit-box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    border-radius: 0.4em;
    padding: 0 10px;
    -webkit-transition: ease-out 0.14s;
    transition: ease-out 0.14s;
  }

  .nav-dropdown a {
    line-height: 50px;
  }

  header .nav-item:hover .nav-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  header .nav-item .nav-dropdown-toggle {
    color: black;
  }

  header .nav-item .nav-dropdown:before {
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    height: 4px;
  }

  header .nav-dropdown .nav-dropdown-item {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) center center no-repeat;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: 0px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/* Toggle mobil */

@media (max-width: 992px) {
  .header-menu {
    display: none;
  }
}

.header-menu.is-visible {
  display: block;
}

/* Etiketten Lightbox */

.etiketten-lightbox .row:after {
  content: "";
  display: table;
  clear: both;
}

.etiketten-lightbox .column {
  float: left;
  width: 20%;
  margin-bottom: 10px;
}
.column-container .column {
  float: left;
  width: 20%;
  margin-bottom: 140px;
}
.column-container {
  display: flex;
  background-color: black;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.hint {
  color: white;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 150px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

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

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

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  font-weight: 600;
  background: #00000055;
  border-radius: 3px;
  top: 55px;
}

.etiketten-lightbox img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Ende*/
