html, body {
  overflow-x: hidden;
}

body {
  font-size: 1.5rem;
  color: #000000;
  touch-action: pan-y;
}

a {
  color: #cd1414;
}

a:hover {
  color: #cd1414;
}

article, aside, details, dialog, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-weight: normal;
  font-family: "TCCC-UnityCondensed-Bold", sans-serif;
  letter-spacing: 2px;
}

h2 {
  font-weight: normal;
  font-family: "TCCC-UnityCondensed-Bold", sans-serif;
  letter-spacing: 2px;
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

img {
  max-width: 100%;
}

.form-group {
  margin-bottom: 1em;
}

.text-underline {
  text-decoration: underline;
}

.page-sector--overlap-next {
  margin-bottom: -1.25rem;
}

.site-header {
  font-family: AkkoForPenny,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}

.site-header__wrapper {
  background: #cd1414;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
  color: #fff;
  padding-bottom: .75rem;
  padding-top: .75rem;
  position: relative;
}

.site-header__wrapper {
  color: #fff;
}

.site-header__container {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1590px;
  padding-left: 30px;
  padding-right: 30px;
}

.site-header__logo {
  display: flex;
  flex: 0 1 50%;
  justify-content: flex-start;
  margin: 0;
}

.site-header a {
  color: inherit;
  text-decoration: none;
}

.site-header__logo .logo__link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.site-header__logo .logo {
  font-size: 1.0625rem;
  height: 1em;
  width: 5.18em;
}

.l-visually-hidden {
  border: 0;
  -webkit-clip-path: polygon(0 0,0 0,0 0);
  clip-path: polygon(0 0,0 0,0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  padding: 0 !important;
  position: absolute;
  width: 1px;
}

.site-header__logo .logo__text {
  color: #ffd200;
  display: block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .02875rem;
  line-height: 1.41667;
}

.site-header__nav {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.site-header .main-nav__container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.inline-list {
  display: inline-flex;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.site-header .main-nav {
  display: flex;
  justify-content: space-between;
  max-width: 21rem;
  width: 100%;
}

li {
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.inline-list > li {
  margin: 0 .25rem;
}

.site-header .nav-item__btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: -.01125rem;
  line-height: 1.23077;
  padding: .5rem;
  position: relative;
  white-space: nowrap;
}

.site-header .nav-item__btn::after {
  background-color: #fff;
  border-radius: .25rem;
  bottom: 0;
  content: "";
  display: none;
  height: .25rem;
  left: .125rem;
  position: absolute;
  right: .125rem;
}

.site-header__icon {
  box-sizing: content-box;
  font-size: 1.5rem;
  height: 1em;
  padding: .5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 1em;
}

svg:not(:root) {
  overflow: hidden;
}

.site-header__menu {
  display: flex;
  flex: 0 1 50%;
  justify-content: flex-end;
  margin-bottom: auto;
}

.site-header .nav-item--small .nav-item__btn::after {
  bottom: .375rem;
  height: .1875rem;
}

.nav-item--small .site-header__icon {
  font-size: 1.25rem;
}

.site-header .nav-item--small .site-header__icon {
  padding-bottom: .375rem;
}

.site-header .nav-item--small .nav-item__label {
  padding-bottom: .125rem;
}

.site-header .nav-item--small .nav-item__btn {
  font-size: .6875rem;
  letter-spacing: -.01312rem;
  line-height: .90909;
}

/*
Footer
 */

.site-footer {
  background-color: #404b5b;
  color: #fff;
  font-family: AkkoForPenny,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  overflow-y: auto;
  padding-top: 2.5rem;
}

.site-footer__inner {
  margin-bottom: 4.125rem;
}

[class*=" l-container"], [class^="l-container"] {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1590px;
  padding-left: 47px;
  padding-right: 47px;
}

.site-footer__section {
  padding-bottom: 1.5rem;
}

.site-footer__group {
  padding-top: .25rem;
}

.site-footer__group::after {
  border-bottom: 2px solid;
  border-radius: .04688rem;
  content: "";
  display: block;
  padding-top: inherit;
}

.site-footer__headline {
  align-items: center;
  color: #fff;
  display: flex;
  font: 500 1.25rem/2.0625 AkkoForPenny,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  justify-content: space-between;
  letter-spacing: .00688rem;
  margin: 0;
  outline: 0;
  position: relative;
  text-transform: none;
}

.site-footer__link-list, .site-footer__link-list--wrap {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.site-footer__link-list, .site-footer__link-list--wrap {
  list-style: none;
}

.site-footer__link-list--wrap > li, .site-footer__link-list > li {
  line-height: 0;
  margin: 1rem 0;
}

.site-footer a {
  color: inherit;
  font: normal 1rem/1.25 AkkoForPenny,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
}

.site-footer__app-item:not(:last-child) {
  padding-bottom: 2rem;
}

.site-footer__link-list--wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.site-footer__link-list--wrap > li {
  margin: .5rem;
}

.site-footer__external-logo {
  height: 2.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.site-footer__social-links {
  color: #cd1414;
  margin-bottom: -.5rem;
  margin-top: -.5rem;
}

.site-footer__social-links .site-footer__link-list, .site-footer__social-links .site-footer__link-list--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer__social-links .site-footer__link-list--wrap > li, .site-footer__social-links .site-footer__link-list > li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.site-footer__social-links a {
  background: #fff;
  border-radius: 50%;
  color: #cd1414;
  display: flex;
  padding: .75em;
}

.icon {
  color: inherit;
  display: inline-block;
  font: inherit;
  height: 1em;
  width: 1em;
}

.site-footer__logo {
  background-color: #cd1414;
  margin-top: 2.5rem;
  padding: 2.5rem 0 3.4375rem;
  padding-bottom: 3.4375rem;
  text-align: center;
}

.site-footer__logo .logo {
  height: 1.125rem;
  width: auto;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.site-footer .collapsible__control::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.site-footer .collapsible__control {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: 1.25rem;
  outline: none;
  padding: .6em;
}

.site-footer .collapsible__control .button-icon {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.site-footer .collapsible__control .button-icon::before {
  height: .1875rem;
  margin-left: -.45em;
  margin-top: -.09375rem;
  opacity: 1;
  width: 1em;
}

.site-footer .collapsible__control .button-icon::after, .site-footer .collapsible__control .button-icon::before {
  background-color: currentColor;
  border-radius: .3rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all .5s ease-in-out;
}

.site-footer .collapsible__control .button-icon::after {
  height: 1em;
  margin-left: -.09375rem;
  margin-top: -.5em;
  width: .1875rem;
}

.site-footer .collapsible__control[aria-expanded="true"] .button-icon::after, .site-footer .collapsible__control[aria-expanded="true"] .button-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .5s ease-in-out;
}

.site-footer .collapsible__control[aria-expanded="true"] .button-icon::before {
  opacity: 0;
}

.site-footer__contact {
  padding-bottom: 0;
  padding-top: 1.5rem;
}

/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after {
  display: inline-block !important;
}

.img-full {
  width: 100%;
}

.small, small {
  font-size: .675em;
}

.border_top_red {
  border-top: 4px solid #e30613;
}

.border_bottom_red {
  border-bottom: 4px solid #e30613;
}

.hinweis_box {
  padding-top: 1em;
  padding-bottom: 1em;
}

.hinweis_box img {
  display: inline;
  margin-top: -8px;
}

.color_red {
  color: #e30613;
}

.white_bg {
  background: #eae3d9;
  padding-top: 4em;
  padding-bottom: 4em;
}

.red_bg {
  background: #cd1414;
}

.black_bg {
  background: #000000;
}

.footer_bg {
  color: #ffffff;
  padding-top: 1em;
}

.footer_bg a {
  color: #e30613;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  font-family: "TCCC-UnityCondensed-Bold", sans-serif;
  letter-spacing: 2px;
}

.btn-success {
  background-color: #ffffff;
  color: green;
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
}

.box_content {
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
}

.drk_logo {
  text-align: center;
}

.drk_logo img {
  width: 125px;
  margin-top: -4em;
}

.header_bg {
  background-color: #eae3d9;
}

.gray_color {
  color: #4a4a4a;
}

.red_color {
  color: #e30613;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

.click_pointer {
  cursor: pointer;
}

.sup {
  vertical-align: super;
  font-size: 0.75em;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
}

.btn-close {
  width: 2em;
  height: 2em;
  opacity: 1;
}

.footer_copyright {
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "TCCC-UnityCondensed-Medium", sans-serif;
}

.placeholder_banner {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #0000007F;
  color: #ffffff;
}

.placeholder_banner:hover {
  background: rgba(0, 0, 0, 0.35);
}

.city_link {
  font-weight: normal;
  font-family: "TCCC-UnityCondensed-Bold", sans-serif;
  letter-spacing: 2px;
  color: #000000;
  text-decoration: none;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 2.5rem;
}

.city_name {
  font-weight: normal;
  font-family: "TCCC-UnityCondensed-Bold", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.restaurant_box {
  font-size: 1.25rem;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.vertical_border_right_long {
  background-image: url('../img/solid_black_vertical_long.png');
  background-position: right;
  background-repeat: no-repeat;
  display: block;
}

.vertical_border_right_long:nth-child(4n) {
  background: none;
  display: unset;
}

.vertical_border_top_long {
  border: solid;
  border-top-width: 2px;
  border-image:url('../img/solid_black_horizontal_long.png') 20 0 0 0 repeat;
  margin-left: -15px;
  margin-right: -15px;
}

.vertical_border_top_long:nth-child(n+0):nth-child(-n+4){
  border-top-width: 0;
}

.restaurant_box img {
  margin-left: auto;
  margin-right: auto;
}

.restaurant_box div {
  margin-bottom: 0.75em;
}

.restaurant_box a {
  color: #000000;
  font-weight: bold;
}

.circleBase {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  align-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 1em 1em 1em;
}

.type1 {
  width: 150px;
  height: 150px;
  border: 2px solid #000;
}

.circleBase img {
  width: 150px;
  max-height: 100%;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  text-align: center !important;
  color: #b2b2b2 !important;
}

input:-moz-placeholder { /* Firefox 18- */
  text-align: center !important;
  color: #b2b2b2 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
  text-align: center !important;
  color: #b2b2b2 !important;
}

input:-ms-input-placeholder {
  text-align: center !important;
  color: #b2b2b2 !important;
}

.form-control {
  border-radius: 0;
  border: 2px solid #b2b2b2;
  border-left: none;
}

.form-control:focus {
  border-color: #b2b2b2 !important;
  box-shadow: none !important;
}

.btn-outline-secondary {
  border-radius: 0;
  border: 2px solid #b2b2b2;
  border-right: none;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

#plzsearch .form-control {
  padding-right: 51px !important;
  text-align: center;
}

/*
  Mobil
*/

@media (min-width: 576px) {
  #plzsearch {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .info_right {
    position: absolute;
    right: 0;
  }

  .searchResultBox {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .site-footer__group {
    border-bottom: 0;
    padding-top: 0;
  }

  .site-footer__group::after {
    display: none;
  }

  .site-footer .collapsible__content {
    display: block !important;
  }

  .site-footer__app-item:not(:last-child) {
    padding-bottom: .5rem;
  }

  .site-footer__info-links .site-footer__link-list, .site-footer__info-links .site-footer__link-list--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1.25rem;
  }

  .site-footer__info-links .site-footer__link-list--wrap > li, .site-footer__info-links .site-footer__link-list > li {
    margin-bottom: 0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .site-footer__social-links {
    margin-bottom: -1rem;
    margin-top: .5rem;
  }

  .site-footer .collapsible__control {
    display: none;
  }

  .footer_bg {
    font-size: 1.75rem;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .city_name {
    font-size: 6.5rem;
    margin-top: -30px;
  }
}

@media (min-width: 960px) {
  .hinweis_box h3 {
    font-size: 1.75rem;
  }

  .hinweis_text {
    font-size: 1.5rem;
  }

  .site-header__container {
    padding-left: 47px;
    padding-right: 47px;
  }

  .site-header {
    position: fixed;
    top: -.0625rem;
  }

  .site-header__wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }

  .site-header__logo .logo {
    font-size: 1.6875rem;
  }

  .site-header__logo .logo__text {
    font-size: 1.125rem;
    letter-spacing: .04312rem;
    line-height: 1.55556;
  }

  .site-header__nav {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: flex;
    flex: 1 0 auto;
    padding: 0;
    position: static;
    width: auto;
  }

  .site-header .main-nav {
    justify-content: center;
    max-width: none;
    width: auto;
  }

  .site-header .main-nav__item {
    margin: 0;
  }

  .site-header .nav-item__btn {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -.01063rem;
    line-height: .83333;
    margin: .5rem .625rem;
    padding: 1.125rem 1rem;
  }

  .site-header .nav-item__btn::after {
    bottom: .5rem;
    left: .375rem;
    right: .375rem;
  }

  .site-header__icon {
    font-size: 2rem;
  }

  .site-header__menu .site-header__icon, .site-header__nav .site-header__icon {
    padding-top: 0;
  }

  .site-header__nav .site-header__icon {
    padding-bottom: .3125rem;
  }

  .nav-item--small .site-header__icon {
    font-size: 1.6875rem;
  }

  .site-header .nav-item--small .nav-item__btn {
    font-size: .9375rem;
  }

  .hide-for-large {
    display: none !important;
  }

  .site-header .nav-item__btn:hover {
    background-color: rgba(64,75,91,.2);
    border-radius: .625rem;
  }

  .site-footer__inner {
    margin-bottom: 0;
  }

  .site-footer__section {
    padding-bottom: 2rem;
  }

  .site-footer__app-item:not(:last-child) {
    padding-bottom: 1.5rem;
  }

  .site-footer__logo {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .searchResultBox {
    margin-left: 75px;
  }

  .city_name {
    font-size: 7.5rem;
    margin-top: -40px;
  }

  .city_box {
    padding-left: 10em;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4rem;
  }

  .box_content {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .drk_logo {
    text-align: right;
  }

  .drk_logo img {
    margin-right: 30px;
  }
}

@media (min-width: 1005px) {

}

@media (min-width: 1200px) {
  .searchResultBox {
    margin-left: 100px;
  }

  .modal-body {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 40.063em) {

}

@media (max-width: 1800px) {

}

@media (max-width: 1750px) {

}

@media (max-width: 1700px) {

}

@media (max-width: 1680px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1550px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1449px) {

}

@media (max-width: 1399px) {

}

@media (max-width: 1349px) {

}

@media (max-width: 1299px) {

}

@media (max-width: 1249px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 1149px) {

}

@media (max-width: 1099px) {

}

@media (max-width: 1049px) {

}

@media (max-width: 1004px) {

}

@media (max-width: 991px) {
  body {
    font-size: 1.3rem;
  }

  .footer_bg a {
    font-size: 1.25rem;
  }

  .footer_copyright {
    font-size: 1rem;
  }

  .vertical_border_top_long:nth-child(1) {
    border-top-width: 0 !important;
  }

  .vertical_border_top_long:nth-child(2) {
    border-top-width: 0 !important;
  }

  .vertical_border_top_long:nth-child(n):nth-child(-n+4) {
    border-top-width: 2px;
  }

  .vertical_border_right_long:nth-child(2n) {
    background: none;
    display: unset;
  }
}

@media (max-width: 959px) {
  .show-for-large {
    display: none !important;
  }

  .site-header .nav-item--small {
    margin: -.4375rem 0;
  }

  .site-header .nav-item--small .nav-item__btn::after {
    bottom: .125rem;
    height: .125rem;
  }

  .site-header .nav-item--small .site-header__icon {
    padding: .25rem .5rem;
  }

  .site-header .main-nav__container {
    background-color: #fff;
    border-radius: .9375rem .9375rem 0 0;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
    padding: .25rem .9375rem;
    width: 100%;
  }

  .site-header .main-nav__item > .nav-item__link .site-header__icon {
    padding-bottom: 0;
  }

  .site-header .main-nav__item > .nav-item__link {
    color: #404b5b;
  }
}

@media (max-width: 767px) {
  .image_bg_1 {
    height: 1160px;
  }

  .city_name {
    font-size: 4rem;
    margin-top: -15px;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .image_bg_1 {
    height: 1360px;
  }

  .image_bg_2 {
    background-position: center center;
    height: 1160px;
  }

  .site-header__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .vertical_border_right_long {
    background: none;
  }

  .vertical_border_top_long:nth-child(2) {
    border-top-width: 1px !important;
  }

  .vertical_border_top_long:nth-child(n):nth-child(-n+4) {
    border-top-width: 2px;
  }
}

@media (max-width: 375px) {

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {
  body {
    font-size: 0.95rem;
  }
}

/*
  IE
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-header {
    display: inline;
  }

  .modal-footer {
    display: inline;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    flex: 0 0 auto;
  }
}