.din, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-reject, #ccc #ccc-module.ccc-module--slideout #ccc-dismiss-button, #ccc #ccc-module.ccc-module--slideout .checkbox-toggle--slider .checkbox-toggle-on, #ccc #ccc-module.ccc-module--slideout .checkbox-toggle--slider .checkbox-toggle-off, #ccc #ccc-module.ccc-module--slideout #ccc-recommended-settings, #ccc #ccc-module.ccc-module--slideout #ccc-reject-settings {
  font-family: "DIN_1451 LT W01 Engschrift", Arial, sans-serif;
}

.gotham, #ccc #ccc-notify .ccc-notify-buttons .ccc-notify-button.ccc-notify-link, #ccc #ccc-notify #ccc-notify-title, #ccc #ccc-notify .ccc-notify-text p, #ccc #ccc-module.ccc-module--slideout #ccc-necessary-description, #ccc #ccc-module.ccc-module--slideout h3, #ccc #ccc-module.ccc-module--slideout #ccc-statement a span, #ccc #ccc-module.ccc-module--slideout .ccc-intro, #ccc #ccc-module.ccc-module--slideout #ccc-statement p, #ccc #ccc-module.ccc-module--slideout p, #ccc #ccc-module.ccc-module--slideout #ccc-title, .cookie-management-information__information, .cookie-management-information__direct-link {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
}

.FontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 740) {
  .max-screen-width {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.text-align-center {
  text-align: center;
}

a,
.btn {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: none;
}
a:focus,
.btn:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 2px;
  z-index: 1;
  text-decoration: none;
}

input {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: none;
  border: 1px solid #666;
}
input:focus {
  box-shadow: 0 0 0 2px #000 !important;
  outline-offset: 2px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

button:focus {
  outline: 2px solid #000 !important;
}

.cookie-management-wrapper[data-cookie-permission-given=false] .cookie-management-block {
  display: none;
}
.cookie-management-wrapper[data-cookie-permission-given=false] .cookie-management-message {
  display: flex;
}

.cookie-management-message {
  background: #efefef;
  margin-bottom: 20px;
  flex-direction: row;
  display: none;
}

.cookie-management-icon {
  background-color: #CD2E4F;
  text-align: center;
  min-width: 47px;
  padding-top: 20px;
}
@media (min-width: 740) {
  .cookie-management-icon {
    min-width: 80px;
  }
}
.cookie-management-icon i {
  background-color: #72113C;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  height: 27px;
  width: 27px;
  line-height: 27px;
  font-size: 16px;
}
@media (min-width: 740) {
  .cookie-management-icon i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 28px;
  }
}

.cookie-management-information {
  padding: 20px;
  width: 100%;
  text-align: left;
}
.cookie-management-information__direct-link {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.22px;
  margin: 0 0 10px 0;
  color: #3D3D3C;
}
@media (max-width: 740) {
  .cookie-management-information__direct-link {
    margin: 0 0 15px 0;
  }
}
.cookie-management-information__direct-link span {
  white-space: break-spaces;
}
.cookie-management-information__information {
  max-width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.cookie-management-information__information a {
  font-weight: bold;
}

.cookie-management-message--video i:before {
  position: relative;
  left: 1px;
}
@media (min-width: 740) {
  .cookie-management-message--video i:before {
    left: 3px;
  }
}

.cookie-management-message--map .cookie-management-icon i {
  background-color: #fff;
  color: #fff;
  font-size: 30px;
  color: #72113C;
  width: 14px;
  height: 14px;
}
@media (min-width: 740) {
  .cookie-management-message--map .cookie-management-icon i {
    width: 30px;
    height: 30px;
    line-height: 50px;
    font-size: 56px;
  }
}
.cookie-management-message--map .cookie-management-icon i:before {
  position: relative;
  top: -2px;
}

.iframe--banner, .iframe--googlemaps, .iframe--video, .video-container {
  display: none;
}

.twitter-timeline.external:after {
  display: none;
}

#triangle {
  fill: #72113C;
}

#ccc-icon {
  z-index: 10;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: none;
}
#ccc-icon:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 2px;
  z-index: 1;
  text-decoration: none;
}

#ccc-icon, #ccc-icon[aria-expanded=true] {
  display: none;
}

.roles-in-construction #ccc-icon, .roles-in-construction #ccc-icon[aria-expanded=true] {
  display: block !important;
}

#ccc #ccc-module.ccc-module--slideout #ccc-title {
  font-size: 20px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-intro, #ccc #ccc-module.ccc-module--slideout #ccc-statement p, #ccc #ccc-module.ccc-module--slideout p {
  color: #666;
  font-size: 15px;
  line-height: 18px;
}
#ccc #ccc-module.ccc-module--slideout .ccc-intro span, #ccc #ccc-module.ccc-module--slideout #ccc-statement p span, #ccc #ccc-module.ccc-module--slideout p span {
  color: #666;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: none;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a span {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: none;
  color: #CD2E4F !important;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.05px;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  text-decoration: underline;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a span:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 2px;
  z-index: 1;
  text-decoration: none;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a span:hover {
  text-decoration: none;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a .ccc-svg-element {
  fill: #CD2E4F;
  position: relative;
  top: 1px;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a .ccc-svg-element svg {
  width: 12px;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a:focus {
  padding: 0;
  filter: none;
  background-color: transparent !important;
}
#ccc #ccc-module.ccc-module--slideout #ccc-statement a:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 2px;
  z-index: 1;
  text-decoration: none;
}
#ccc #ccc-module.ccc-module--slideout hr {
  background-color: #666;
  opacity: 1;
}
#ccc #ccc-module.ccc-module--slideout h3 {
  color: #333;
  font-size: 20px;
  line-height: 27px;
}
#ccc #ccc-module.ccc-module--slideout #ccc-necessary-description {
  color: #666;
  font-size: 15px;
  letter-spacing: -0.22px;
  line-height: 18px;
}
#ccc #ccc-module.ccc-module--slideout #ccc-recommended-settings, #ccc #ccc-module.ccc-module--slideout #ccc-reject-settings {
  letter-spacing: -0.05px;
  text-align: center;
  border-radius: 0;
  font-weight: 500;
  border: none;
  background-color: #F6B016;
  text-transform: uppercase;
  color: #333;
  font-size: 22px;
  line-height: 27px;
  padding: 8px 25px !important;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
#ccc #ccc-module.ccc-module--slideout #ccc-recommended-settings:focus, #ccc #ccc-module.ccc-module--slideout #ccc-recommended-settings:active, #ccc #ccc-module.ccc-module--slideout #ccc-reject-settings:focus, #ccc #ccc-module.ccc-module--slideout #ccc-reject-settings:active {
  filter: none;
  background-color: #F6B016 !important;
}
#ccc #ccc-module.ccc-module--slideout #ccc-recommended-settings:hover, #ccc #ccc-module.ccc-module--slideout #ccc-reject-settings:hover {
  background-color: rgb(233.4814049587, 163.3367768595, 9.0185950413);
}
#ccc #ccc-module.ccc-module--slideout #ccc-recommended-settings, #ccc #ccc-module.ccc-module--slideout #ccc-reject-settings {
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: none;
}
#ccc #ccc-module.ccc-module--slideout #ccc-recommended-settings:focus, #ccc #ccc-module.ccc-module--slideout #ccc-reject-settings:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 2px;
  z-index: 1;
  text-decoration: none;
}
#ccc #ccc-module.ccc-module--slideout .checkbox-toggle--slider {
  background-color: #72113C;
  border-color: #72113C;
}
#ccc #ccc-module.ccc-module--slideout .checkbox-toggle--slider .checkbox-toggle-input:focus {
  outline: 2px solid red !important;
}
#ccc #ccc-module.ccc-module--slideout .checkbox-toggle--slider .checkbox-toggle-on, #ccc #ccc-module.ccc-module--slideout .checkbox-toggle--slider .checkbox-toggle-off {
  opacity: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
#ccc #ccc-module.ccc-module--slideout .checkbox-toggle--slider .checkbox-toggle-toggle {
  background-color: #fff;
}
#ccc #ccc-module.ccc-module--slideout #ccc-dismiss-button {
  border-radius: 0;
  text-transform: uppercase;
  background-color: #72113C;
  font-weight: normal;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.07px;
  line-height: 27px;
  text-align: center;
  padding: 8px 30px;
  border: transparent;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: none;
}
#ccc #ccc-module.ccc-module--slideout #ccc-dismiss-button:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #000 !important;
  outline-offset: 2px;
  z-index: 1;
  text-decoration: none;
}
#ccc #ccc-module.ccc-module--slideout #ccc-dismiss-button:focus, #ccc #ccc-module.ccc-module--slideout #ccc-dismiss-button:active {
  filter: none;
  background-color: #72113C !important;
}
#ccc #ccc-module.ccc-module--slideout #ccc-dismiss-button:hover {
  background-color: rgb(91.8091603053, 13.6908396947, 48.320610687);
}
#ccc #ccc-module.ccc-module--slideout #ccc-dismiss-button span {
  font-weight: normal;
  background-color: transparent;
}

#ccc .ccc-content--highlight .checkbox-toggle-input:focus ~ .checkbox-toggle-toggle {
  filter: none !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 2px #fff !important;
  outline: 2px solid #036;
  outline-offset: 2px;
}

#ccc .checkbox-toggle--slider .checkbox-toggle-toggle {
  transition: none !important;
}

@media (max-width: 740) {
  #ccc #ccc-notify {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#ccc #ccc-notify #ccc-notify-title {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 5px 0;
  font-weight: 600;
}
#ccc #ccc-notify .ccc-notify-text p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-reject, #ccc #ccc-notify .ccc-notify-buttons .ccc-notify-button.ccc-notify-link {
  letter-spacing: -0.05px;
  text-align: center;
  border-radius: 0;
  font-weight: 500;
}
#ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-reject {
  border: none;
  background-color: #F6B016;
  text-transform: uppercase;
  color: #333;
  font-size: 22px;
  line-height: 27px;
  padding: 8px 20px !important;
}
#ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept:hover, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-reject:hover {
  background-color: rgb(233.4814049587, 163.3367768595, 9.0185950413) !important;
}
#ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept:focus, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept:active, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-reject:focus, #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-reject:active {
  filter: none;
  background-color: rgb(233.4814049587, 163.3367768595, 9.0185950413) !important;
}
#ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept {
  margin-right: 15px;
}
#ccc #ccc-notify .ccc-notify-buttons .ccc-notify-button.ccc-notify-link {
  color: #CD2E4F !important;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 20px !important;
  position: relative;
  top: -3px;
}
#ccc #ccc-notify .ccc-notify-buttons .ccc-notify-button.ccc-notify-link span {
  color: #CD2E4F;
}
#ccc #ccc-notify .ccc-notify-buttons .ccc-notify-button.ccc-notify-link:focus, #ccc #ccc-notify .ccc-notify-buttons .ccc-notify-button.ccc-notify-link:active {
  filter: none;
}
#ccc #ccc-notify .ccc-notify-buttons .ccc-notify-button.ccc-notify-link:hover {
  text-decoration: none;
}