/*
Theme Name: Weltkino
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Druck & Werte Creatives
Author URI: https://druckundwerte-creatives.de
Description: Weltkino WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weltkino
*/

/* ----- */
/* Fonts */
/* ----- */
@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway/Raleway-Bold.eot');
  src: url('fonts/raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/raleway/Raleway-Bold.woff2') format('woff2'),
    url('fonts/raleway/Raleway-Bold.woff') format('woff'),
    url('fonts/raleway/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway/Raleway-Black.eot');
  src: url('fonts/raleway/Raleway-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/raleway/Raleway-Black.woff2') format('woff2'),
    url('fonts/raleway/Raleway-Black.woff') format('woff'),
    url('fonts/raleway/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway/Raleway-Regular.eot');
  src: url('fonts/raleway/Raleway-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/raleway/Raleway-Regular.woff2') format('woff2'),
    url('fonts/raleway/Raleway-Regular.woff') format('woff'),
    url('fonts/raleway/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/raleway/Raleway-Medium.eot');
  src: url('fonts/raleway/Raleway-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/raleway/Raleway-Medium.woff2') format('woff2'),
    url('fonts/raleway/Raleway-Medium.woff') format('woff'),
    url('fonts/raleway/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .ekko-lightbox .modal-dialog {
    flex: 100% !important;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    -ms-overflow-style: none;
  }
}

/* ------ */
/* FF FIX */
/* ------ */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* ------ */
/* Helper */
/* ------ */
.cursor-pointer:hover {
  cursor: pointer;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

/* ------ */
/* Global */
/* ------ */
html {
  position: relative;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6f6f6;
  font-family: 'Raleway';
  font-style: normal;
}

body > .container {
  background-color: #fbfbfb;
  max-width: 1600px;
  min-height: 100%;
  height: auto;
  padding: 0;
}

a {
  color: #8c8c8c;
  outline-style: none;
  -moz-outline-style: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

h1,
h2 {
  font-family: 'Raleway';
  font-weight: bold;
  font-style: normal;
}

h1 {
  font-family: 'Raleway';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
}

h2 {
  font-size: 2rem;
}

svg {
  /* height: 20px;
    fill: #8c8c8c;
    vertical-align: text-bottom;
    stroke: #8c8c8c;
    stroke-width: 15; */
  fill: #8c8c8c;
  vertical-align: text-bottom;
}

svg:hover {
  fill: #e9582a;
  stroke: #e9582a;
}

path {
  transition: fill 0.15s ease-in-out;
}

#moreContent svg,
#btn-readmore svg,
#btn-readless svg {
  height: 150px;
}

p {
  font-family: 'Raleway';
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

form {
  margin-bottom: 0px;
}

hr {
  width: 100%;
  margin-top: 0.25rem;
}

b,
strong {
  font-weight: bold;
}

i,
italic {
  font-style: italic;
}

small,
small p {
  font-size: 90%;
}

.btn {
  border-radius: 6px;
  border: 2px solid;
  letter-spacing: 0.05em;
}

.btn-wtk-white {
  color: #e9582a;
  border-color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-wtk-white:hover {
  border-color: #c8c8c8;
}

.btn-wtk-white svg {
  height: 20px;
  fill: #e9582a;
  stroke: #e9582a;
  stroke-width: 10;
}

.btn-wtk-orange {
  display: inline-block;
  color: #fff;
  background-color: #e9582a;
  border: 2px solid #e9582a;
  border-radius: 6px;
  padding: 0.475rem 0.75rem;
  line-height: 1.5;
}

.btn-wtk-orange svg {
  height: 20px;
  width: 25px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 10;
}

.btn-wtk-orange:hover {
  color: #e9582a;
  border-color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-wtk-orange:hover.btn-wtk-orange svg {
  fill: #e9582a;
  stroke: #e9582a;
}

.btn-outline-wtk-orange {
  color: #8c8c8c;
  background-color: transparent;
  background-image: none;
  border: 2px solid #c8c8c8;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  white-space: normal;
  justify-content: center;
  word-break: break-all;
}

.btn-outline-wtk-orange:hover {
  color: #e9582a;
  border-color: #e9582a;
}

.btn-outline-wtk-orange svg {
  height: 20px;
  width: 25px;
  fill: #8c8c8c;
  stroke: #8c8c8c;
  stroke-width: 15;
}

.btn-outline-wtk-orange.fbw-svg svg {
  width: 40px;
}

.btn-outline-wtk-orange:hover svg path {
  fill: #e9582a;
  stroke: #e9582a;
}

.btn-outline-wtk-light {
  color: #eee;
  background-color: transparent;
  border: 2px solid #eee;
  border-radius: 6px;
  padding: 0.475rem 0.75rem;
  line-height: 1.5;
}

.btn-outline-wtk-light:hover {
  color: #e9582a;
  border-color: #e9582a;
  background-color: #fff;
}

.btn-outline-wtk-light svg {
  height: 20px;
  width: 25px;
  color: #fff;
  fill: #fff;
  stroke: #fff;
  stroke-width: 15;
}

.btn-outline-wtk-light:hover svg path {
  fill: #e9582a;
  stroke: #e9582a;
  transition: fill 0.15s ease-in-out, stroke 0.15s ease-in-out;
}

.btn-outline-wtk-amazon {
  color: #c8c8c8;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ff9900;
}

.btn-outline-wtk-amazon svg,
.btn-outline-wtk-zweitausendundeins svg {
  height: 20px;
  width: 25px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 10;
}

.btn-outline-wtk-amazon a:hover {
  color: #fff;
  background: #ff9900;
}

.btn-outline-wtk-amazon > a:nth-of-type(1) {
  background: #ff9900;
  padding: 0.5rem;
}

.btn-outline-wtk-amazon > a:nth-of-type(2) {
  padding: 0.375rem 0.75rem;
}

.btn-outline-wtk-zweitausendundeins {
  color: #c8c8c8;
  background-color: transparent;
  background-image: none;
  border: 2px solid #c51a1b;
}

.btn-outline-wtk-zweitausendundeins a:hover {
  color: #fff;
  background: #c51a1b;
}

.btn-outline-wtk-zweitausendundeins > a:nth-of-type(1) {
  background: #c51a1b;
  padding: 0.5rem;
}

.btn-outline-wtk-zweitausendundeins > a:nth-of-type(2) {
  padding: 0.375rem 0.75rem;
}

.btn-packshots {
  border-radius: 6px;
  letter-spacing: 0.05em;
  display: inherit;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#kaufen:target {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.text-small {
  font-size: 0.8rem;
}

#raffle-form .error {
  color: #dc3545;
}

#raffle-form button.active {
  font-size: 0;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  border-radius: 50%;
  background-color: #fff !important;
  border-left-color: transparent !important;
  animation: rotate 1.4s ease 0.5s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
}

#raffle-form button.success,
#raffle-form button.error {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  border-radius: 50%;
  background-color: #fff !important;
  color: #28a745 !important;
  border-color: #28a745 !important;
  pointer-events: none;
  animation: bounce 0.3s ease-in;
}

#raffle-form button.error {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}

@keyframes bounce {
  0% {
    transform: scale(0.9);
  }
}

#raffle-form button.success:before,
#raffle-form button.error:before {
  content: '\2713';
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 35px;
}

#raffle-form button.error:before {
  content: '\00D7';
  font-size: 60px;
  top: 2px;
}

/* ------------------ */
/* Bootstrap Override */
/* ------------------ */
.dropdown-toggle::after {
  color: #e9582a;
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

.dropdown-menu {
  border-radius: 0rem 0.45rem 0.45rem;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 0.25rem 1.3rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  color: #e9582a;
  font-weight: normal;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.display-5 {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6,
.display-6 > p {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.my-25 {
  margin: 25px 0px;
}

/* --------- */
/* Filme Box */
/* --------- */
.box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0px;
  overflow: hidden;
  font-family: 'Raleway';
  font-style: normal;
  cursor: pointer;
  transition: box-shadow 0.25s ease;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(238, 238, 238, 1);
  -moz-box-shadow: 3px 5px 0px 0px rgba(238, 238, 238, 1);
  box-shadow: 3px 5px 0px 0px rgba(238, 238, 238, 1);
}

.box:hover {
  /* background-color: rgba(0,0,0,.2); */
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(200, 200, 200, 1);
  -moz-box-shadow: 3px 5px 0px 0px rgba(200, 200, 200, 1);
  box-shadow: 3px 5px 0px 0px rgba(200, 200, 200, 1);
}

.box-content {
  padding: 7px 15px;
  min-height: 90px;
}

.box span.box-date {
  font-weight: 500;
  font-size: 0.75rem;
  color: #e9582a;
  text-decoration: none;
}

.box span.box-title {
  font-weight: bold;
  font-size: 1rem;
  color: #2f2c27;
  text-decoration: none;
}

/* --------- */
/* Sales Box */
/* --------- */
.post-password-form {
  max-width: 300px;
  margin: 20px auto;
}

.post-password-form button {
  color: #e9582a;
  background-color: transparent;
  border: 2px solid #e9582a;
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  font-size: 90%;
}

.post-password-form button:hover {
  color: #eee;
  border-color: #e9582a;
  background-color: #e9582a;
}

.sales {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0px;
  overflow: hidden;
  font-family: 'Raleway';
  font-style: normal;
  transition: box-shadow 0.25s ease;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(238, 238, 238, 1);
  -moz-box-shadow: 3px 5px 0px 0px rgba(238, 238, 238, 1);
  box-shadow: 3px 5px 0px 0px rgba(238, 238, 238, 1);
}

.sales:hover {
  /* background-color: rgba(0,0,0,.2); */
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(200, 200, 200, 1);
  -moz-box-shadow: 3px 5px 0px 0px rgba(200, 200, 200, 1);
  box-shadow: 3px 5px 0px 0px rgba(200, 200, 200, 1);
}

.sales-content {
  padding: 7px 15px;
  min-height: 90px;
  gap: 8px;
}

.sales span.sales-date {
  font-weight: 500;
  font-size: 0.75rem;
  color: #e9582a;
  text-decoration: none;
}

.sales span.sales-title {
  font-weight: bold;
  font-size: 1rem;
  color: #2f2c27;
  text-decoration: none;
}

.sales .btn-outline-wtk-light {
  color: #e9582a;
  background-color: transparent;
  border: 2px solid #e9582a;
  border-radius: 6px;
  padding: 0.375rem 0.55rem;
  line-height: 1.5;
  font-size: 90%;
  max-width: fit-content;
}

.sales .btn-outline-wtk-light:hover {
  color: #eee;
  border-color: #e9582a;
  background-color: #e9582a;
}

.sales .btn-outline-wtk-light svg {
  display: none;
  height: 20px;
  width: 25px;
  color: #e9582a;
  fill: #e9582a;
  stroke: #e9582a;
  stroke-width: 15;
}

.sales .btn-outline-wtk-light:hover svg path {
  fill: #eee;
  stroke: #eee;
  transition: fill 0.15s ease-in-out, stroke 0.15s ease-in-out;
}

/* ---------- */
/* Navigation */
/* ---------- */
nav.navbar {
  max-width: 1600px;
  width: 100%;
  background-color: rgba(27, 27, 27, 1);
  position: sticky;
  position: -webkit-sticky;
  z-index: 1030;
  top: 0;
}

img.img-nav-logo {
  width: 85%;
}

.navbar-brand {
  margin-left: 0.9rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0px 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
  color: #e9582a !important;
}

.dropdown-toggle:hover {
  cursor: pointer;
}

nav div.socialmedia {
  padding-right: 10px;
  cursor: pointer;
}

nav div.socialmedia .flaticon-twitter,
nav div.socialmedia .flaticon-instagram {
  color: #e9582a;
  display: inline;
  /* margin-left: -0.6rem!important; */
}
nav div.socialmedia .flaticon-facebook {
  color: #e9582a;
  display: inline;
  margin-left: -0.3rem !important;
}

nav div.socialmedia .flaticon-youtube {
  color: #e9582a;
  display: inline;
  margin-left: -0.3rem !important;
}

nav div.socialmedia i:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    padding-right: 92px;
  }
}

/* ----- */
/* Hero */
/* ----- */

.artwork-item {
  position: relative;
}

.carousel-item-hero,
.artwork-item {
  height: 50vw;
  min-height: 45vh;
  max-height: 600px;
  -moz-box-shadow: inset 0 -240px 360px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 -240px 360px 15px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 50px 100px 0px rgba(0, 0, 0, 0.5),
    inset 0px -200px 100px 0px rgba(0, 0, 0, 0.5);
}

.carousel-item .carousel-content,
.artwork-item .artwork-content {
  position: absolute;
  bottom: 46px;
  width: 100%;
  height: auto;
  color: #fff;
}

.carousel-item .carousel-content-detailpage,
.artwork-item .artwork-content-detailpage {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: auto;
  color: #fff;
}

.carousel-item .carousel-content-detailpage {
  bottom: 60px;
}

.carousel-item .carousel-content-detailpage-mobile-title,
.artwork-item .artwork-content-detailpage-mobile-title {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: auto;
  color: #fff;
}

.carousel-item .carousel-content-detailpage-mobile-title {
  bottom: 40px;
}

.carousel-item .carousel-content-detailpage-mobile-buttons,
.artwork-item .artwork-content-detailpage-mobile-buttons {
  position: absolute;
  top: 15px;
  width: 100%;
  height: auto;
  color: #fff;
}

.carousel-item .carousel-content-detailpage .btn-danger,
.artwork-item .artwork-content .btn-danger {
  background: #e9582a;
  border: 2px solid #e9582a;
  border-radius: 6px;
  padding: 0.475rem 0.75rem;
  line-height: 1.5;
}

.carousel-item .carousel-content-detailpage button.btn-danger:hover,
.artwork-item .artwork-content button.btn-danger:hover {
  background: #e9582a;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  border: 2px solid white;
  background-color: transparent;
}

.carousel-indicators .active {
  border: 2px solid #e9582a;
  background-color: #e9582a;
}

/* --------------- */
/* Trailer Overlay */
/* --------------- */

#trailerOverlay .modal-content {
  width: initial;
}
#trailerOverlay .modal-body {
  padding: 0rem;
}

#trailerOverlay div div div button {
  position: absolute !important;
  right: 10px;
  top: 10px;
}

iframe {
  width: 100%;
  /* min-height: 300px; */
}

.embed-responsive.embed-responsive-16by9 {
  min-height: 300px;
}

@media (min-width: 576px) {
  #trailerOverlay .modal-dialog {
    max-width: 1300px;
    margin: 1.75rem auto;
  }
}

.inline-trailer div.position-relative {
  background-position: center;
  background-size: cover;
  aspect-ratio: 16 / 9;
}

.inline-trailer .overlay {
  opacity: 1;
  background: transparent;
}
.inline-trailer .overlay svg path {
  transition: none;
}

.inline-trailer:hover .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.15);
}
.inline-trailer:hover .overlay svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.inline-trailer .overlay div {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  max-height: 90px;
  height: 100%;
  background: #ffffff4e;
  border-radius: 100%;
}
.inline-trailer:hover .overlay div {
  background: #ffffff81;
}

.inline-trailer .overlay svg {
  fill: #e9582a;
  stroke: #e9582a;
  width: 200px;
  height: 100%;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.inline-trailer .overlay svg path {
  opacity: 1;
}

/* --------------- */
/* Ticket Overlay */
/* --------------- */

#ticketOverlay .modal-content {
  width: initial;
}
#ticketOverlay .modal-body {
  padding: 0rem;
}

#ticketOverlay div div div button {
  position: absolute !important;
  right: 10px;
  top: 10px;
}

iframe {
  width: 100%;
  min-height: 300px;
}

@media (min-width: 576px) {
  #ticketOverlay .modal-dialog {
    max-width: 1300px;
    margin: 1.75rem auto;
  }
}

/* ------ */
/* Footer */
/* ------ */
.footer {
  /* position: fixed; */
  font-family: 'Raleway';
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  bottom: 0;
  width: 100%;
  max-width: 1600px;
  /* height: 60px; /* Set the fixed height of the footer here */
  /* line-height: 60px; /* Vertically center the text there */
  /* text-align: center; */
  /* left: 50%;
    transform: translateX(-50%); */
  /* background-color: #8B8B8B; */
  background-color: #1b1b1b;
}

.footer div div:nth-child(1) div:nth-child(3) div.footer-firm {
  color: #e9582a;
  align-items: center;
  padding: 0px 0px;
}

.footer div div:nth-child(1) div:nth-child(3) div.footer-firminfo {
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
}

.footer .row {
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0px;
}

.footer hr {
  border-top: 1px solid #272727;
}

.footer a[href^='mailto'] {
  color: #fff;
}

.footer-nav {
  flex-direction: row;
}
.nav-divider {
  padding-top: 9px;
}

.nav-divider:after {
  content: '•';
}

.text-color-wtk {
  color: #e9582a;
}

.footer-nav > li:last-child {
  display: none;
}

.footer hr {
  margin-top: 0.2rem;
  margin-bottom: -0.5rem;
}

.footer a[href^='mailto:'],
.footer a:hover {
  text-decoration: underline;
  transition: all 0.1s ease 0s;
}

.footer a[href^='tel:'] {
  color: #fff;
  text-decoration: none;
}

.footer a[href^='mailto:']:hover,
.footer a[href^='tel:']:hover {
  color: #e9582a;
}

.footer li {
  padding-right: 7px;
}

.footer_logo {
  max-width: 15vw;
  min-width: 100px;
}

.footer_logo_schulmaterial {
  width: 215px;
  height: 58px;
  background-image: url(images/schulmaterial1.png);
  transition: all 0.5s ease 0s;
}

.footer_logo_schulmaterial:hover {
  opacity: 0.9;
  background-image: url(images/schulmaterial2.png);
}

@media (max-width: 576px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
  .nav-divider {
    display: none;
  }
}

/* ------------- */
/* Custom Search */
/* ------------- */
.custom-search input {
  background: rgba(255, 255, 255, 1) url(images/search-icon.svg) no-repeat
    scroll right center / 30px 18px;
  padding-right: 20px;
  transition: all 0.5s ease 0s;
  width: 30px;
  float: right;
}

input[type='radio'] {
  display: inline-block;
}

label {
  padding: 0px 10px;
}

label:hover {
  cursor: pointer;
}

.custom-search input:focus {
  width: 100%;
}

.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUgICBjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.carousel-control-next,
.carousel-control-prev {
  top: 15%;
  height: 50%;
}

.col-lg-2 {
  padding-right: 12px;
  padding-left: 12px;
}

/* ------------ */
/* Image/Video Slider */
/* ------------ */
.slider {
  width: 100%;
  padding: 0px 0px 30px;
  margin: 0 auto;
}

.slider-panel,
.slider-video-panel {
  width: 100%;
  height: 265px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .slider-panel,
  .slider-video-panel {
    width: 100%;
    height: 170px;
    overflow: hidden;
  }
}

.slider-content,
.slider-video-content {
  display: flex;
  display: -webkit-flex;
  height: 110%;
  margin-bottom: -50px;
  /* maximum width of scrollbar - hide scrollbar */
  padding-bottom: 35px;
  /* maximum width of scrollbar - hide scrollbar */
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.slider-content li:first-child,
.slider-video-content li:first-child {
  margin: 0 0.15em 0 0;
}

.slider-content li,
.slider-video-content li {
  /* display: flex; */
  /* display: -webkit-flex; */
  /* flex-shrink: 0; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* align-items: center; */
  list-style-type: none;
  /* width: 450px; */
  margin: 0 0.15em;
  background-color: #eee;
  /* border-radius: 0.25em; */
  font-size: 3rem;
}

.slider-content li img,
.slider-video-content li img {
  height: 100%;
  width: auto;
}

#slider-scrollbar,
#slider-video-scrollbar {
  display: block;
  margin: 20px 0;
}

input[type='range'].scroll-range,
input[type='range'].scroll-video-range {
  -webkit-appearance: none;
  width: 100%;
  margin: 2.95px 0;
  outline: 0;
}

input[type='range'].scroll-range:focus,
input[type='range'].scroll-video-range:focus {
  outline: 0;
}

input[type='range'].scroll-range::-moz-focus-outer,
input[type='range'].scroll-video-range::-moz-focus-outer {
  border: 0;
}

input[type='range'].scroll-range::-webkit-slider-runnable-track,
input[type='range'].scroll-video-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #eeeeee;
  border-radius: 20px;
  border: 0px solid #eeeeee;
}

input[type='range'].scroll-range::-webkit-slider-thumb,
input[type='range'].scroll-video-range::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #eeeeee;
  height: 10px;
  width: 30%;
  border-radius: 10px;
  background: #aaa;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

input[type='range'].scroll-range:focus::-webkit-slider-runnable-track,
input[type='range'].scroll-video-range:focus::-webkit-slider-runnable-track {
  background: #eeeeee;
}

input[type='range'].scroll-range::-moz-range-track,
input[type='range'].scroll-video-range::-moz-range-track {
  width: 100%;
  height: 4.1px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #eeeeee;
  border-radius: 20px;
  border: 0px solid #eeeeee;
}

input[type='range'].scroll-range::-moz-range-thumb,
input[type='range'].scroll-video-range::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #eeeeee;
  height: 10px;
  width: 30%;
  border-radius: 10px;
  background: #aaa;
  cursor: pointer;
}

input[type='range'].scroll-range::-ms-track,
input[type='range'].scroll-video-range::-ms-track {
  width: 100%;
  height: 4.1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type='range'].scroll-range::-ms-fill-lower,
input[type='range'].scroll-video-range::-ms-fill-lower {
  background: #eeeeee;
  border: 0px solid #eeeeee;
  border-radius: 40px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type='range'].scroll-range::-ms-fill-upper,
input[type='range'].scroll-video-range::-ms-fill-upper {
  background: #eeeeee;
  border: 0px solid #eeeeee;
  border-radius: 40px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type='range'].scroll-range::-ms-thumb,
input[type='range'].scroll-video-range::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 2px solid #aaa;
  height: 5px;
  width: 150px;
  border-radius: 10px;
  background: #aaa;
  cursor: pointer;
  /* height: 4.1px; */
}

input[type='range'].scroll-range:focus::-ms-fill-lower,
input[type='range'].scroll-video-range:focus::-ms-fill-lower {
  background: #eeeeee;
}

input[type='range'].scroll-range:focus::-ms-fill-upper,
input[type='range'].scroll-video-range:focus::-ms-fill-upper {
  background: #eeeeee;
}

input[type="range"] {
  background: transparent;
}

#scrollNext svg,
#scrollPrev svg,
#scrollVideoNext svg,
#scrollVideoPrev svg {
  height: 6rem;
  cursor: pointer;
}

#scrollNext,
#scrollPrev,
#scrollVideoNext,
#scrollVideoPrev {
  display: block;
  position: absolute;
  z-index: 12;
  top: 80px;
  cursor: pointer;
}

@media (max-width: 992px) {
  #scrollNext,
  #scrollPrev,
  #scrollVideoNext,
  #scrollVideoPrev {
    display: block;
    position: absolute;
    z-index: 12;
    top: 50px;
    cursor: pointer;
  }
}

#scrollNext,
#scrollVideoNext {
  right: 0;
}

#scrollPrev,
#scrollVideoPrev {
  left: 0;
}

/* ------------ */
/* Search Field */
/* ------------ */
.search-form {
  position: absolute;
  right: 200px;
  top: 200px;
}

.search-field:before {
  content: 'Hallo Welt';
  left: -5px;
  position: absolute;
  top: 0;
}

.search-field {
  background-color: #000;
  background-image: url(images/search-icon.png);
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 34px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
}

.search-field:focus {
  background-color: #000;
  background-image: url(images/search-icon.png);
  background-position: 330px center;
  cursor: text;
  padding-left: 10px;
  outline: 0;
  width: 360px;
  color: #fff;
}

.search-form .search-submit {
  display: none;
}

/* Change Autocomplete styles in Chrome*/
.search-field input:-webkit-autofill,
.search-field input:-webkit-autofill:hover,
.search-field input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #000;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* ------------------------ */
/* Lightbox (Image/Video Gallery) */
/* ------------------------ */
.ekko-lightbox .modal-body {
  padding: 0;
}

.title,
.title-video {
  position: relative;
  height: 265px;
}

@media (max-width: 992px) {
  .title,
  .title-video {
    position: relative;
    height: 170px;
  }
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(27, 27, 27, 0.2);
}

.title:hover .overlay,
.title-video:hover .overlay {
  opacity: 1;
}

.title .overlay svg,
.title-video .overlay svg {
  fill: #fff;
  stroke: #fff;
  height: 200px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.title .overlay svg path,
.title-video .overlay svg path {
  opacity: .8;
}

.title .overlay div,
.title-video .overlay div {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: #d0d0d0;
  border-radius: 100%;
  opacity: .5;
}

.modal-header-ekko-lightbox {
  padding: 0;
  border: 0;
}

.modal-header-ekko-lightbox span > img.close-icon {
  width: 30px;
  height: 30px;
  position: relative;
  left: 0px;
  top: -5px;
}

.modal-title-ekko-lightbox {
  line-height: 1.5;
}

.modal-content-ekko-lightbox {
  background-color: transparent;
  border: 0;
}

.ekko-lightbox-nav-overlay {
  display: flex !important;
}

/* ----------- */
/* Gewinnspiel */
/* ----------- */
.price {
  background: #f7ae20;
  border-radius: 100%;
  height: 115px;
  width: 115px;
}

.img-size {
  width: 100%;
  max-width: 450px;
}

.imgc {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.imgp {
  width: 230px;
  min-height: 175px;
  padding-top: 50%;
  position: relative;
}

.btn-submit {
  transition: all ease 0.5s;
  border: 2px solid;
  padding: 1.2rem 2.5rem;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}

.form-control-lg {
  height: calc(2.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.custom-control-label::before {
  background-color: #dee2e6;
}

/* -------- */
/* OnePager */
/* -------- */
.button-play-op {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 140px;
}

/* ----------- */
/* Google Maps */
/* ----------- */
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* --------------- */
/* OpenStreet Maps */
/* --------------- */
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f;
}
.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}
.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left, right, top, bottom;
}
.ol-unsupported {
  display: none;
}
.ol-unselectable,
.ol-viewport {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.ol-zoom {
  top: 0.5em;
  left: 0.5em;
}
.ol-rotate {
  top: 0.5em;
  right: 0.5em;
  transition: opacity 0.25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: 0.5em;
}
.ol-full-screen {
  right: 0.5em;
  top: 0.5em;
}
@media print {
  .ol-control {
    display: none;
  }
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 0.4em;
  background-color: rgba(233, 88, 42, 0.8);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  background-color: rgba(233, 88, 42, 1);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.ol-attribution {
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
  max-width: calc(100% - 1.3em);
}
.ol-attribution ul {
  margin: 0;
  padding: 0 0.5em;
  font-size: 0.7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: ' ';
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: 0.4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none;
}
.ol-zoomslider {
  top: 4.5em;
  left: 0.5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}
.ol-touch .ol-zoomslider {
  top: 5.5em;
}
.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(233, 88, 42, 1);
}
.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

#wp-admin-bar-comments,
#wp-admin-bar-new-post,
#wp-admin-bar-new-media,
#wp-admin-bar-new-user,
#wp-admin-bar-new-hero,
#wp-admin-bar-new-page,
#wp-admin-bar-root-default {
  display: none;
}

@media screen and (max-width: 782px) {
  .admin-bar .navbar {
    top: 46px;
  }
}

body > div#login h1 a,
.login h1 a {
  background-image: url('./images/search-icon.png');
  height: 65px;
  width: 320px;
  background-size: 320px 65px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

/* ------------- */
/* Media Queries */
/* ------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1490px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  h1,
  h2 {
    font-size: 2rem;
  } /*1rem = 16px*/
  .ml-raffle {
    margin-left: 130px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  h1,
  h2 {
    font-size: 2rem;
  } /*1rem = 16px*/
  /* OPEN NAVI TABLET */
  .justify-content-end {
    text-align: center;
  }

  #primary-menu {
    padding: 1rem 0 3rem 0;
  }

  #primary-menu li:first-child,
  #primary-menu li:last-child {
    margin-left: 0.5rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
    padding: 0.5rem 0;
  }
  .search-field {
    width: 17rem;
    height: 4rem;
    background-position: 20px center;
    font-size: 25px;
    padding-left: 60px;
  }

  .search-field:focus {
    width: 17rem;
    background-position: 20px center;
    background-size: 20px 20px;
    padding-left: 60px;
  }

  .navbar-collapse form label {
    margin: 0 auto;
  }

  .socialmedia .flaticon-instagram:before,
  .socialmedia .flaticon-facebook:before,
  .socialmedia .flaticon-twitter:before,
  .socialmedia .flaticon-youtube:before {
    font-size: 35px;
  }

  .socialmedia {
    margin: auto 0;
  }

  .dropdown-menu {
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    border: 0px;
    padding-bottom: 2rem;
  }

  .dropdown-item {
    color: white;
    font-size: 20px;
  }

  /*Navi höhe*/
  img.img-nav-logo {
    width: 55%;
  }
  body > .container {
    padding: 0px 0px 0px;
    margin-top: -0.3rem;
  }

  /* Close-Button */
  .navbar-toggler:not(:disabled):not(.disabled) {
    height: 2.6rem;
    width: 2.8rem;
  }

  .navbar-dark .navbar-toggler {
    border-color: #e9582a;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: 0;
  }

  .navbar-toggler span {
    display: block;
    background-color: #e9582a;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: -3px;
    opacity: 1;
  }

  .navbar-toggler span:nth-child(1),
  .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
  }

  .navbar-toggler span:nth-child(2) {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
  }

  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative;
    top: -15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
  }
  .ml-raffle {
    margin-left: 130px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 2rem;
  } /*1rem = 16px*/

  .search-field,
  .search-field:focus {
    width: 15rem;
  }

  .footer_logo_schulmaterial {
    margin: 0 auto;
  }

  .ml-raffle {
    margin-left: 0px;
  }
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {
  h1,
  h2 {
    font-size: 1.5rem;
  } /*1rem = 16px*/

  .carousel-content h2 {
    font-size: 1.5rem;
  }
  .carousel-content p {
    font-size: 0.85rem;
  }

  .box span.box-date {
    font-size: 0.7rem;
  }
  .box span.box-title {
    font-size: 0.85rem;
  }

  .sales span.sales-date {
    font-size: 0.7rem;
  }
  .sales span.sales-title {
    font-size: 0.85rem;
  }

  .search-field,
  .search-field:focus {
    width: 15rem;
  }

  .carousel-item-hero,
  .artwork-item {
    -moz-box-shadow: inset 0px -80px 20px 0px rgba(0, 0, 0, 0.3),
      inset 0px -150px 100px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px -80px 20px 0px rgba(0, 0, 0, 0.3),
      inset 0px -150px 100px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -80px 20px 0px rgba(0, 0, 0, 0.3),
      inset 0px -150px 100px 0px rgba(0, 0, 0, 0.3);
  }

  .carousel-control-prev span,
  .carousel-control-next span {
    display: none;
  }

  .artwork-content-detailpage-mobile-title h2,
  .carousel-content-detailpage-mobile-title h2 {
    margin: 0;
  }

  /* Unterseite WTK */
  .wtk-artwork {
    height: 45vh !important;
  }

  /* Unterseite Kontakt */
  .acf-map {
    height: 14rem;
    margin: 0;
    width: 100%;
  }
}
