/**BASIC**/

body {
  background: white !important;
  font-family: "suisse-intl-regular" !important;
  font-size: 16px !important;
  color: black !important;
  line-height: 27px !important;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
}

h1 {
  font-family: "suisse-intl-bold" !important;
  font-size: 30px;
  color: #dc2a1c;
  text-transform: uppercase;
  padding: 1.5em 0em 0em 0em;
}

h1 a {
  text-decoration: none !important;
}

h2 {
  font-family: "suisse-intl-bold" !important;
  font-size: 24px !important;
  color: #dc2a1c;
  text-transform: uppercase;
}

h3 {
  font-size: 18px !important;
  color: black !important;
  font-family: "suisse-intl-bold" !important;
}

h4 {
  font-size: 17px !important;
  color: black !important;
  font-family: "suisse-intl-bold" !important;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline !important;
}

.noUnderline:hover,
.nounderline:focus {
  border-bottom: none !important;
  text-decoration: none !important;
}

ul {
  list-style: none !important;
}

.background-image {
  display: block;
}

h2 > a {
  color: #dc2a1c !important;
}

strong {
  font-weight: 700 !important;
}

iframe {
  border: none;
}

.regular {
  font-family: "suisse-intl-regular";
}

.new-container {
  margin: 0 auto;
  z-index: 3000;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 100vh;
}

.content-pages {
  padding: 0 109px;
  position: relative;
  padding-bottom: 3em;
}

.content-pages li {
  list-style: disc;
}

/***HEADER VIDEO***/

.hero {
  height: 100%;
  max-height: 815px;
}

#video {
  max-width: 100% !important;
  height: 100%;
  max-height: 815px;
  padding: 0 !important;
  position: absolute;
}

#video > * {
  object-fit: cover;
  height: 100%;
  max-height: 807px;
  width: 100vw;
  max-width: 100%;
  z-index: -1;
  position: static;
  padding: 0 !important;
  margin: 0 auto !important;
  overflow: hidden;
}

/*HEADER*/

.nav-menu {
  position: relative !important;
  height: 50px !important;
  display: flex;
}

.titleContainer {
  background: transparent
    linear-gradient(
      90deg,
      #00a3bf 0%,
      #00a5bf 60%,
      #00a5bfb3 77%,
      #00a5bf00 100%
    )
    0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 33px;
  height: 68px;
  width: 100%;
  max-width: 718px;
  box-sizing: border-box;
}

.titleFlex {
  display: flex;
}

.title-menu {
  position: relative;
  z-index: 2;
}

.title-menu a {
  font-size: 30px;
  color: white !important;
  line-height: 1.8;
  text-decoration: none !important;
}

.title-menu a img {
  background: #dc2a1c 0% 0% no-repeat padding-box;
  border-radius: 0px 50px 50px 50px;
  width: auto;
  max-height: 69px;
  padding: 5px 30px;
}

.logoContainer {
  position: relative;
  z-index: 1;
}

.titleDatum {
  font-size: 20px;
  font-family: "suisse-intl-bold";
  color: #fff;
  margin-top: 6px;
  margin-left: 28px;
  margin-bottom: 0rem !important;
}

.titleContainer > p {
  margin-left: 35px;
  border: 2px solid #ffffff;
  border-radius: 0px 40px 40px 40px;
  width: fit-content;
  padding: 7px 35px;
  text-align: left;
  font-family: "suisse-intl-regular";
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  background: #00a3bf;
}

#navTop {
  background-color: transparent;
  position: fixed !important;
  max-width: 100%;
}

.nav-menu {
  padding: 0;
}

.nav-menu > div > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  float: right;
  padding: 0px 30px;
  background: #dc2a1c 0% 0% no-repeat padding-box;
  border-radius: 50px 0px 0px 50px;
  width: max-content;
  margin: 0;
}

.nav-menu ul li {
  margin-right: 20px;
  margin-top: -2px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav-menu ul li a {
  color: white !important;
  box-shadow: unset !important;
  background-color: unset !important;
  display: inline-block;
  font-family: "suisse-intl-light";
  font-size: 18px;
  line-height: 1.3;
  padding-top: 8px;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-menu ul li a:hover,
.nav-menu ul li a:focus {
  text-decoration: underline !important;
  font-family: "suisse-intl-light" !important;
  border-bottom: unset !important;
}

.menuList {
  width: 100%;
  height: 60px;
}

.list-desktop {
  height: 60px;
}

.list-desktop li {
  margin-right: 20px !important;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.list-desktop li:focus .sub-menu,
.list-desktop li:focus-within .sub-menu,
.list-desktop li:hover .sub-menu {
  transform: translateZ;
  visibility: visible;
  opacity: 1;
  display: flex;
  padding: 25px 15px 10px;
  text-align: center !important;
}

.list-desktop li:hover .link-menu-item {
  text-decoration: underline !important;
  font-family: "suisse-intl-light" !important;
  border-bottom: unset !important;
}

.list-desktop li a {
  padding-top: 0 !important;
}

.list-desktop > li > ul > li {
  transform: translateY(0);
}

.list-desktop li.active a,
.sub-menu li.active a {
  text-decoration: underline !important;
  font-family: "suisse-intl-light" !important;
  border-bottom: unset !important;
}
.sub-menu li a {
  font-size: 15px !important;
}

.sub-menu ul li a:hover,
.sub-menu ul li a:focus {
  text-decoration: underline !important;
  font-family: "suisse-intl-light" !important;
  border-bottom: unset !important;
}

.chevron {
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: -4px;
  width: auto;
  height: 8px;
}

.list-desktop li:focus .chevron,
.list-desktop li:focus-within .chevron,
.list-desktop li:hover .chevron {
  transform: rotate(180deg) !important;
}

.sub-menu {
  width: fit-content;
  min-width: 5rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 0;
  left: 0;
  top: 63%;
  z-index: -1;
  transform: translateX(-8%);
  float: right;
  color: #fff;
  background: #00a3bf;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
  margin: 0 auto;
  padding: 25px 15px 10px;
  transition: 0.1s;
}

.sub-menu li {
  text-align: center;
  margin-right: 0 !important;
  clear: both;
  width: 100%;
  padding: 0 !important;
  margin-top: 13px !important;
}

/* MOBILE MENU */

.mobileList {
  display: none;
}

.burger-button {
  background: #dc2a1c;
  border: 0;
  margin-top: 12px;
  cursor: pointer;
}

.fa-bars {
  font-size: 2rem;
  margin-top: 15px;
  color: white;
}

.fa-bars:hover,
.fa-bars:focus,
.fa-bars:visited {
  text-decoration: none !important;
  border-bottom: none !important;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
  font-size: 2em;
}

.fa-bars i:hover,
.burger-button i:focus {
  outline: unset;
  color: #000;
}

a[aria-expanded="true"] i::before {
  content: "\f00d";
}

.menu-burger {
  background: #00a3bf;
  padding: 24px;
  max-width: 320px;
  position: absolute;
  box-shadow: 0px 0px 8px #00000029;
  min-width: 200px;
  right: 0;
  top: 65px;
}

#accordion {
  width: max-content;
  float: right;
  width: 19em;
  border: none !important;
}

.mainPanel {
  border-color: transparent !important;
  background: transparent !important;
}

.panel {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mainHeading {
  background: #dc2a1c !important;
  border-radius: 50% 0 0 50% !important;
  width: 3.7rem;
  height: 3.7rem;
  float: right;
}

.panel-default {
  border: none !important;
  background: #00a3bf;
}

.panel-default > .panel-heading {
  background-color: #00a3bf;
  border: none !important;
  border-radius: 0;
  color: #fff !important;
  padding: 0 !important;
}

.mainHeading .panel-title {
  text-align: center !important;
}

.panel-title {
  font-family: "suisse-intl-bold" !important;
  color: #fff !important;
  font-size: 15px !important;
  text-align: left;
}

#heading-2-1-1 h4 {
  padding: 5px 0;
}

.panel-title a {
  text-align: left;
}

.withChevron {
  font-family: "suisse-intl-bold" !important;
  font-size: 20px !important;
  line-height: 27px;
}

a.withChevron:after {
  content: url(/wp-content/themes/dif2023/img/chevron.png);
  vertical-align: text-bottom;
  padding-left: 8px;
}

a.withChevron[aria-expanded="true"]:after {
  content: url(/wp-content/themes/dif2023/img/chevron-up.png);
  vertical-align: text-bottom;
  font-family: "suisse-intl-bold" !important;
  padding-left: 8px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none !important;
}

.menuItem {
  font-family: "suisse-intl-bold";
  font-size: 15px !important;
}

.menuItem a {
  color: white !important;
}

/* .panel-body div:nth-child(1) {
	padding: 5px 0;
} */

.panel-collapse {
  background: #00a3bf !important;
  border: none !important;
  color: #fff !important;
}

#collapse-1 {
  margin-top: 3.7em;
  text-transform: uppercase;
}

#collapse-1-1 > div {
  padding: 0;
  border: none !important;
  bordeer-radius: 0 !important;
}

#accordion-1 {
  float: left;
}

#collapse-1-1 div,
#collapse-2-1 div {
  padding: 0px 0 2px 5px !important;
}

#heading-1-1,
#heading-2-1 {
  padding: 5px 0;
}

.social-network-mobile {
  display: none;
}

.menu-burger ul {
  margin-bottom: 0 !important;
}

.menu-burger ul li {
  list-style: none;
}

.menu-burger ul li a {
  padding-top: 0;
  margin-bottom: 15px;
}

.menu-burger ul li a.last {
  margin-bottom: 0;
}

.menu-burger .box-languages-burger {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0.1;
  position: relative;
  width: 100%;
  height: 40px;
}

.menu-burger .languages-burger {
  position: absolute;
  bottom: 3px;
  left: 70px;
}

.menu-burger .languages-burger ul {
  list-style: none;
  display: flex;
}

.menu-burger .languages-burger ul li a {
  color: white !important;
}

/* CONTENT */

#content {
  height: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 1;
  position: relative;
  /*display: inline;*/
  width: 100%;
  min-height: 100vh;
}

#content .contentBox {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

#content > #contentContainer {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.container-main {
  background: unset !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-y: unset !important;
}

.container-main .whiteBackground {
  position: relative !important;
  background: transparent
    linear-gradient(180deg, #fff0 0%, #d7d7d7b3 51%, #fffffff2 100%, #fff 100%)
    0% 0% no-repeat padding-box !important;
  box-shadow: 0px 5px 6px #00000029 !important;
  height: 8.2em;
  margin-top: -8.7rem;
}

.whiteBackground .row .col {
  margin-top: -1.2em;
}

.container-partner-main {
  justify-content: center !important;
  align-items: baseline;
  text-align: center;
  margin: 0 auto !important;
  padding: 0 30px;
  max-width: 1600px;
}

.partner-main .col {
  margin: 0 auto !important;
  text-align: center !important;
}

.container-partner-main img {
  max-width: 70% !important;
}

#dabei-banner {
  margin-top: -3.7rem;
  height: 60px;
  position: relative;
}

#dabei-banner-main {
  line-height: normal;
  font-family: "suisse-intl-bold" !important;
  background-color: #dc2a1c;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 0px 30px 30px 0px;
  padding-left: 3rem;
  white-space: nowrap;
}

#dabei-dif-logo {
  width: 43px;
  height: 38px !important;
  margin-bottom: 6px;
}

#dabei-dif-logo-full {
  height: 35px !important;
  margin-bottom: 9px;
}

#dabei-banner-text {
  margin-top: 13px;
}

#momente-banner {
  margin-top: -3.7rem;
  height: 60px;
  position: relative;
  float: right;
  background: #00a3bf;
  border-radius: 30px 0px 0px 30px;
  padding: 4px 35px;
}

#momente-banner a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 28px;
  font-family: "suisse-intl-bold" !important;
  margin-top: 10px;
}

#momente-icon {
  height: 37px !important;
  width: auto;
  padding-right: 15px;
  padding-bottom: 3px;
}

/* NEWSLETTER SECTION */

.newsletterContainer {
  background: transparent
    linear-gradient(180deg, rgba(0, 163, 191, 0.2) 0%, rgba(56, 56, 56, 0) 100%)
    0% 0% no-repeat padding-box;
  padding: 0 2em;
}

.newsletterRow {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.newsletterRow h1 {
  color: #00a3bf !important;
  font-size: 28px;
}

.newsletterFrame {
  padding: 2rem 0;
  border: none;
  text-align: left;
  display: inline-flex;
}

.newsletterFrame input {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 0px 30px 30px 30px;
}

.unite-form.style-spectre {
  font-size: 14px !important;
  font-family: "suisse-intl-light" !important;
}

div.form-group:nth-child(5) {
  margin-top: -10px;
}

.unite-form.style-spectre
  .flatpickr-input.flatpickr-mobile:not(:placeholder-shown):invalid,
.unite-form.style-spectre .form-input:not(:placeholder-shown):invalid {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0px 30px 30px 30px;
}

.unite-form.style-spectre .unite-captcha {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  border-radius: 0px 30px 30px 30px !important;
}

.unite-captcha [data-captcha-progress],
.unite-captcha [data-captcha-solved] {
  font-family: "suisse-intl-light" !important;
  font-size: 14px !important;
}

.unite-form.style-spectre .text-error {
  font-size: 1.2em;
}

.unite-captcha [data-captcha-placeholder] {
  font-size: 14px !important;
}

.unite-form.style-spectre .form-checkbox .form-icon,
.unite-form.style-spectre .form-radio .form-icon {
  top: 5px;
}

.unite-form.style-spectre .btn.btn-primary {
  background: #00a3bf 0% 0% no-repeat padding-box !important;
  border-radius: 0px 20px 20px 20px !important;
  border-color: #00a3bf !important;
  padding: 0 30px !important;
  opacity: 1 !important;
  font-family: "suisse-intl-light" !important;
  font-size: 16px !important;
  text-align: center;
  margin: 1em 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.unite-form.style-spectre .btn:focus,
.unite-form.style-spectre .btn:hover {
  background: #02859c !important;
}

/* PARTNER SLIDER */

.slick-initialized .slick-slide {
  display: block;
  padding: 0 15px;
}

#partner {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 4em !important;
  padding-bottom: 3em !important;
  margin: 0 auto;
}

#partner a:last-child > img {
  margin-right: 0;
}

#partner a {
  display: inline-block;
}

#partner img {
  height: 50px;
  margin: 0.5em 1em;
  width: auto;
}

#partner {
  max-width: 1400px !important;
}

.dankeFlex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.dankeFlex hr {
  width: 33%;
  border-top: 1px solid #dc2a1c;
}

.danke {
  color: #dc2a1c !important;
  font-size: 24px !important;
  font-family: "suisse-intl-bold" !important;
  width: 65%;
  margin-bottom: 0;
}

#partner > #partnerSlider {
  margin: 0 auto;
  width: 95%;
  overflow: hidden;
  padding: 2rem;
  padding-bottom: 3em;
}

#partner > #partnerSlider > div {
  transition-timing-function: linear !important;
  white-space: nowrap;
}

#partnerSlider > div > a:hover,
#partnerSlider > div > a:focus {
  border-bottom: none !important;
  text-decoration: none !important;
}

.burger-social-network {
  margin-top: 10px;
}

.burger-social-network ul {
  display: flex;
  justify-content: space-between;
}

.social-network > ul {
  width: 260px !important;
  padding-left: 35px;
  padding-bottom: 3px;
  margin-top: 1px;
}

.burger-social-network ul li {
  display: flex;
  justify-content: space-between;
  margin-right: 15px !important;
}

.burger-social-network ul li img {
  width: 28px;
}

.burger-social-network ul li a:hover {
  border-bottom: unset !important;
}

.burger-instagram {
  margin-top: -2px;
}

/*HOME PAGE*/

#logo {
  position: relative;
  max-width: 1600px !important;
  margin: 1em auto 1.5em !important;
}

.year-logo {
  position: absolute;
  right: 135px;
  font-size: 48px;
  font-family: "suisse-intl-black-italic";
  color: #dc2a1c !important;
  bottom: 0;
}

/*COUNTDOWN*/

#homeCountdownContainer {
  background-image: unset !important;
}

#homeCountdownContainer > p {
  font-family: "suisse-intl-bold" !important;
  text-transform: uppercase;
  font-size: 42px;
}

#homeCountdownContainer > .second-title {
  font-family: "suisse-intl-regular" !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

#homeCountdown {
  display: flex;
  justify-content: space-around;
}

#homeCountdown > span {
  display: inline-block;
  font-weight: unset !important;
  font-size: 85px !important;
  line-height: 1;
  padding: 0.25em 0.25em 0;
}

#homeCountdown > span.days {
  font-family: "suisse-intl-regular";
}

#homeCountdown > span.hours {
  font-family: "suisse-intl-bold";
}

#homeCountdown > span.minutes {
  font-family: "suisse-intl-bold";
}

#homeCountdown > span.seconds {
  font-family: "suisse-intl-regular";
}

#homeCountdown > span:after {
  display: block;
  font-size: 0.666em;
  font-style: italic;
  font-weight: 300;
}

#homeCountdown > span.days:after {
  font-size: 0.222em;
  content: "tage";
  font-family: "suisse-intl-bold";
}

#homeCountdown > span.hours:after {
  font-size: 0.222em;
  content: "stunden";
  font-family: "suisse-intl-light";
}

#homeCountdown > span.minutes:after {
  font-size: 0.222em;
  content: "minuten";
}

#homeCountdown > span.seconds:after {
  font-size: 0.222em;
  content: "sekunden";
}

#homeCountdown.english > span.days:after {
  font-size: 0.222em;
  content: "days";
}

#homeCountdown.english > span.hours:after {
  font-size: 0.222em;
  content: "hours";
}

#homeCountdown.english > span.minutes:after {
  font-size: 0.222em;
  content: "minutes";
}

#homeCountdown.english > span.seconds:after {
  font-size: 0.222em;
  content: "seconds";
}

/*Logos social network top*/

.social-network {
  z-index: 100;
  position: relative;
}

.social-network ul {
  display: inline-flex;
  list-style: none;
  float: left;
}

.social-network > ul {
  position: revert;
  position: absolute;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0 25px 25px 0;
  width: 120%;
  margin-left: -40px;
}

.social-network > ul:nth-child(1) > li:nth-child(1) {
  margin-left: 35px;
}

.social-network ul li a {
  cursor: pointer;
}

.social-network ul li a img {
  width: auto;
  height: 20px;
}

.social-network ul li a .twitter {
  height: 18px;
}

/*Home programm*/

.programmContainer {
  padding-bottom: 5rem;
  position: relative;
  margin: 0 auto;
}

.overlayBackground {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    url(/wp-content/themes/dif2021/img/footer_dif22.jpg);
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0));
  height: 16rem;
  position: relative;
  z-index: 3;
}

.overlayBackgroundDown {
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0)
    ),
    url(/wp-content/themes/dif2021/img/footer_dif22.jpg);
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0) 80%);
  height: 12rem;
  position: relative;
  z-index: 3;
  background-position: bottom;
}

#programmIntro {
  padding: 7em 2em 0 2em;
  max-width: 1730px !important;
  margin: 0 auto;
  background: transparent;
  z-index: 5;
  text-align: center;
  float: none;
}

#homeProgramm {
  max-width: 1600px !important;
  padding: 0 109px;
}

#homeProgramm .acts {
  padding: 0px 5px 0px 5px;
}

#homeProgramm .acts a {
  color: white !important;
  font-family: "suisse-intl-medium-italic";
  font-size: 21px;
}

#homeProgramm div h2 {
  font-family: "suisse-intl-black-italic";
  color: white !important;
  font-size: 34px;
  margin-bottom: 0;
}

#homeProgramm > div > .sep {
  border-bottom: 0.5px solid #ffffff;
  height: 1px;
  margin-bottom: unset;
  position: relative;
}

#homeProgramm > div > .sep > span {
  font-size: 20px;
  left: 50%;
  line-height: 1;
  position: absolute;
  padding: unset;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "suisse-intl-regular";
}

#homeProgramm > div a.headliner {
  font-size: 49px;
  color: white !important;
  height: 91px;
  text-decoration: none !important;
}

#homeProgramm > div > .acts > a {
  text-decoration: none !important;
}

#homeProgramm > div > .acts > a:nth-child(even) {
  font-style: unset;
}

#homeProgramm > div {
  background-position-y: -120px;
}

.home-programm-day {
  max-width: 459px;
  padding: 27px 19.5px 0px 20.5px !important;
  flex: unset !important;
}

.date-programm {
  font-size: 20px;
  color: white;
}

/*NEWS HOME*/

.content-news-home {
  max-width: 1600px !important;
  text-align: unset !important;
  padding: 0 109px !important;
  margin-top: 20px;
}

.separation-news {
  height: 5px;
  width: 100%;
  background: #dc2a1c !important;
  margin-top: -4px;
  margin-bottom: 40px;
}

.button-more-news {
  font-size: 19px;
  position: absolute;
  left: 43%;
  bottom: -18px;
  padding-right: 0.8rem;
}

/*HOME PLUGIN INSTAGRAM */

.container-instagram {
  max-width: 1600px !important;
  text-align: unset !important;
  padding: 0 109px;
}

.container-instagram div {
  margin-top: -5px;
}

.container-instagram h2 a {
  text-decoration: none !important;
}

.iscwp-column,
.iscwp-columns {
  padding: 20px !important;
  padding-left: 0 !important;
  margin-bottom: 10px;
}

/****HOME SOCIAL NEWSLETTER****/

.container-social-newsletter {
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-top: 51px;
  padding: 0 109px;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}

.container-social {
  width: 50%;
}

.container-newsletter {
  width: 50%;
  margin-left: 41px;
}

.buttons-social-network {
  display: flex;
  width: 100%;
}

.buttons-social-network > a {
  width: 25%;
  background: #dc2a1c;
  padding: 15px;
  max-width: 165.71px;
  max-height: 165.71px;
  margin-right: 3.29px;
}

.buttons-social-network > a > div {
  width: 135.71px;
  padding-top: 23px;
  text-align: center;
}

.buttons-social-network > a > div > img {
  width: 70px;
}

.buttons-social-network > a > div > div {
  color: white;
  margin-top: 15px;
}

.instagram {
  padding-top: 21px !important;
}

.instagram img {
  width: 60px !important;
}

/***NEWSLETTER***/

.container-newsletter {
  width: 50%;
  margin-left: 41px;
  position: relative;
}

.cover-newsletter {
  width: 80%;
  height: 5px;
  position: absolute;
  right: 10%;
  z-index: 100;
  background: white;
}

.box-newsletter {
  border: 5px solid #dc2a1c;
  height: 77%;
  position: relative;
}

.top-remove-newsletter {
  top: -5px;
}

.bottom-remove-newsletter {
  bottom: -5px;
}

.box-newsletter > form {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.box-newsletter > form > div {
  width: 100%;
  width: 100%;
  border-bottom: 1px solid #000000;
  text-align: center;
}

.box-newsletter > form > div > input {
  width: 100%;
  width: 100%;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-size: 26px;
  font-family: "suisse-intl-light-italic";
  color: black;
}

.box-newsletter > form > div > input::-webkit-input-placeholder {
  text-align: center;
  font-size: 26px;
  font-family: "suisse-intl-light-italic";
  color: black;
}

.box-newsletter > form > div > input::-moz-placeholder {
  text-align: center;
  font-size: 26px;
  font-family: "suisse-intl-light-italic";
  color: black;
}

.box-newsletter > form > div > input::-moz-placeholder {
  text-align: center;
  font-size: 26px;
  font-family: "suisse-intl-light-italic";
  color: black;
}

.box-newsletter > form > div > input::-ms-input-placeholder {
  text-align: center;
  font-size: 26px;
  font-family: "suisse-intl-light-italic";
  color: black;
}

.newsletter-button {
  background: #dc2a1c;
  color: white;
  font-size: 19px;
  border: 0;
  font-family: "suisse-intl-black-italic";
  padding: 6px 18px;
  position: absolute;
  bottom: -20px;
  left: 31%;
  z-index: 1000;
  cursor: pointer;
}

/***Cooperation logos***/

.cooperation-sponsors {
  margin: 40px 0;
}

.cooperation-sponsors a:hover,
.cooperation-sponsors a:focus {
  border-bottom: none !important;
}

.button-tickets {
  line-height: normal;
  font-family: "suisse-intl-bold" !important;
  background-color: #dc2a1c;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1.75rem;
  border-radius: 10px;
  white-space: nowrap;
}

/*********************************************/
/***********ROCK-THE-ISLAND-CONTEST***********/
/*********************************************/
.news-anmeldung {
  max-width: 1600px !important;
  text-align: unset !important;
  padding: 0 109px;
}
.news-anmeldung .container-news {
  width: 70%;
}
.news-anmeldung .container-teilnehmen-form {
  width: 30%;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9);
  margin-top: 3rem;
  margin-left: 1rem;
  height: 780px;
}
.container-teilnehmen-form .header-teilnehmen-form {
  margin-left: 0.8rem;
}
.header-teilnehmen-form h2 {
  font-size: 3em;
}
#formTeilnehmen {
  padding: 0.8rem;
}
#formTeilnehmen input {
  border: 1.1px solid #dc2a1c;
  width: 100%;
  padding: 10px;
  border-radius: 25px;
  margin: 0.2rem 0;
  background: rgba(255, 255, 255, 1);
}
#formTeilnehmen input::placeholder,
#formTeilnehmen textarea::placeholder {
  font-size: 14px;
}
#formTeilnehmen textarea {
  border: 1.1px solid #dc2a1c;
  width: 100%;
  height: 10rem;
  background: white;
  resize: none;
  padding: 10px;
  border-radius: 25px;
}
#formTeilnehmen label {
  color: #dc2a1c;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0rem;
  margin-top: 1rem;
}
#formTeilnehmen button {
  width: 100%;
  font-size: 15px;
  margin-top: 1rem;
  padding: 0.5em 1.2em !important;
}
label[for="checkbox-accept"] {
  font-size: 11px !important;
  color: black !important;
  margin-left: 0 !important;
  color: #626060 !important;
  display: inline-flex;
  position: relative;
  line-height: 16px;
}
.checkbox-accept {
  margin-right: 0.5rem;
}
#formTeilnehmen input[type="checkbox"] {
  margin-right: 0.3rem;
  width: unset !important;
}
.wohnzimmer-sessions {
  margin: 1em auto 3em;
  max-width: 940px;
  padding: 0 !important;
}
.button-general {
  background-color: #dc2a1c;
  border: 0px;
  color: white;
  font-size: 13px;
  padding: 0.5em 1.2em !important;
  border-radius: 0px 20px 20px 20px;
  font-family: "suisse-intl-regular" !important;
  font-style: unset;
  cursor: pointer;
}
.button-general:focus {
  outline: none !important;
}

@media (max-width: 1500px) {
  .titleContainer {
    max-width: 100%;
    min-width: 70%;
  }
  .list-desktop,
  .sub-menu {
    display: none !important;
  }
  .mobileList {
    display: inline-block;
    float: right;
    width: 50%;
  }
  .panel-body {
    padding: 30px;
  }
  .panel-title {
    font-size: 20px !important;
  }
  #collapse-1 {
    margin-top: 55x;
    min-height: 100vh;
    min-width: 100vw;
    padding: 0 !important;
  }
  .menuItem .panel-body div:nth-child(1) {
    padding: 0;
  }
  .menuItem {
    font-size: 20px !important;
    padding: 15px 0;
  }
  .sub-menu {
    display: none;
  }
  .menuList {
    width: 30%;
    position: absolute;
    right: 0;
  }
  .fa-bars {
    margin-top: 15px;
  }
  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    font-size: 1.5em;
  }
  #accordion {
    width: 100vw;
  }
  #heading-1-1-1,
  #heading-2-1-1 {
    padding-top: 8px !important;
    padding-bottom: 4px !important;
  }
  .withChevron {
    line-height: 24px;
  }
  .regular {
    font-size: 17px !important;
    line-height: -15;
  }
  .image-desktop {
    display: block;
  }
  .background-image {
    display: none;
  }
}

@media (max-width: 1386px) {
  .button-tickets {
    font-size: 1.3rem;
  }
}

@media (max-width: 835px) {
  #dabei-banner-main {
    font-size: 1rem;
  }
  .button-tickets {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .button-tickets {
    margin-bottom: 16px;
    font-size: 5.2vw;
    border-radius: 5px;
  }
  #dabei-dif-logo {
    height: 30px;
    width: 30px;
    margin-bottom: 6px;
  }
}

.dabei-store-logo {
  height: 60px !important;
  width: auto !important;
}

#dabei-store-container-apple {
  text-align: right;
}

#dabei-store-container-android {
  text-align: right;
}

/****FOOTER****/

footer {
  height: 50px;
  padding: 16px 0;
  background: #dc2a1c;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "suisse-intl-bold";
  position: unset;
  bottom: 0;
}

.text-footer {
  width: auto;
  text-align: left;
  font-size: 14px;
  font-family: "suisse-intl-bold";
  color: white;
}

.text-footer > span > img {
  height: 14px !important;
  margin-top: -2px;
}

.links-footer {
  width: auto;
  float: right;
}

.links-footer ul {
  list-style: none;
  display: flex;
  float: right;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}

.links-footer ul li {
  margin-left: 40px;
}

.links-footer ul li a {
  font-size: 14px;
  font-weight: unset;
  font-family: "suisse-intl-light";
  text-transform: uppercase;
}

/*CONTAINER NEWS*/

.single-post .contentArea div {
  width: unset !important;
}

/***ROCK THE CONTEST ISLAND***/

.contentArea.rticContent {
  padding-top: 8em;
  padding-bottom: 5em;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.background-rtci {
  position: absolute;
  top: -60px;
}

.header-rtci {
  display: flex;
  margin: 0 auto;
  width: 100%;
  padding: 0 108px;
  padding-bottom: 5em;
}

.logo-rtci {
  width: 50%;
  z-index: 1000;
}

.wp-video {
  width: 50%;
  margin-top: 40px;
  z-index: 1000;
}

.info-rtci {
  max-width: 1600px !important;
  text-align: unset !important;
  padding: 0 109px;
}

.container-info-rtci h2 {
  margin-bottom: 20px;
}

.container-info-rtci h3 {
  margin-top: 40px;
}

#faq-rtci {
  margin-top: 40px;
  margin-left: 15px;
}

#faq-rtci > div > p {
  margin-bottom: 1rem !important;
}

#agb-rtci {
  margin-top: 40px;
  margin-left: 15px;
}

/* PRESSE */

.presseContainer {
  padding-bottom: 3em;
}

.presseContainer p a {
  color: #dc2a1c !important;
}

.presseContainer p a:hover,
.presseContainer p a:focus {
  font-family: "suisse-intl-bold" !important;
  border-bottom: unset !important;
}

/* KOOPERATIONEN */

#logosCooperation {
  padding: 3em 0;
}

.kooperationContainer h2 {
  padding-top: 1em;
}

.kooperationContainer a {
  color: #dc2a1c !important;
}

.kooperationContainer a:hover,
.kooperationContainer a:focus {
  font-family: "suisse-intl-bold" !important;
  border-bottom: unset !important;
}

/*FAQ*/

.content-faq h3 {
  font-size: 20px !important;
  margin: 1em 0;
}

.cover-faq {
  width: 80%;
  height: 5px;
  position: absolute;
  right: 0;
  z-index: 100;
  background: white;
}

.bottom-faq {
  bottom: -5px;
}

.top-faq {
  top: -5px;
}

.content-pages > .content-video {
  height: 529px;
}

.content-faq * .faqLink {
  font-size: 20px !important;
}

.content-faq h2 {
  margin-top: 2em;
}

.content-faq * .card-header {
  background: #00a3bf;
}

.content-faq * .btn-link {
  width: 100%;
  text-align: left;
  white-space: normal;
  margin-top: 5px;
}

.content-faq * .btn-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.content-faq *.btn-link.collapsed:after {
  content: "\f107";
}

.content-faq * .btn-link:hover {
  text-decoration: none !important;
}

/*NEW*/

.contentBox.container-page.newsPage {
  padding-top: 110px !important;
  padding-bottom: 3em !important;
}

.container-page {
  margin: 1em auto 1em;
  max-width: 1600px;
  padding: 0 109px !important;
}

.container-new {
  display: flex;
  margin-bottom: 40px;
}

.new-clickable {
  cursor: pointer;
}

.archive-news > .new-clickable:nth-child(-n + 4) {
  display: none;
}

.archiveButton {
  background: #00a3bf 0% 0% no-repeat padding-box !important;
  border-radius: 0px 20px 20px 20px !important;
  border-color: #00a3bf !important;
  padding: 0 30px !important;
  height: 36px;
  opacity: 1 !important;
  font-family: "suisse-intl-light" !important;
  font-size: 16px !important;
  text-align: center;
  margin: 1em 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#collapseNewsArchive .card,
#collapseNewsArchive .card-body {
  border: none;
  margin-top: 4em;
  padding: 0;
}

.height-70 {
  height: 70px;
}

.container-new .container-image-new {
  width: 45%;
  position: relative;
}

.date-new {
  font-size: 16px;
  font-family: "suisse-intl-light";
  font-weight: bold;
  color: black;
}

.container-new .information-new {
  padding: 10px 0px 0px 19px;
  z-index: 100;
  width: 55%;
}

.container-new .information-new a {
  text-decoration: unset !important;
}

.container-new .information-new .dotdotdot {
  height: 85px;
  overflow: hidden;
  font-size: 16px;
}

.container-new .information-new .dotdotdot b,
.container-new .information-new .dotdotdot strong {
  font-weight: unset !important;
  font-family: "suisse-intl-regular" !important;
}

.container-new .information-new .go a {
  font-family: "suisse-intl-black-italic";
  font-weight: bold;
  font-size: 10px;
}

.container-new .information-new .go {
  position: absolute;
  right: 48px;
  bottom: 16px;
}

.container-new .information-new .title-new h3 {
  text-transform: uppercase;
  font-size: 17px !important;
  line-height: 25px;
}
.container-new .information-new .title-new h2 {
  text-transform: none;
  align-items: center;
  font-size: 19px !important;
}

.container-new .information-new .title-new .tag-actual {
  font-size: 14px;
  color: white;
  background-color: #dc2a1c;
  padding: 5px 5px 2px 5px;
  font-family: "suisse-intl-black-italic";
  margin-right: 4px;
}

/*CONTENT OF THE NEW*/

.content-new-title {
  position: relative;
  z-index: 1000;
}

.content-new-title > div {
  text-transform: uppercase;
}

.border-image {
  border: 5px solid;
  border-image-source: linear-gradient(180deg, #00a5bf, #dc2a1c);
  border-image-slice: 1;
  border-right: 0;
  position: relative;
  padding: 5px;
}

.remove-border-image {
  height: 5px;
  width: 90%;
  right: 0;
  position: absolute;
  background: white;
}

.border-top-image {
  top: -5px;
}

.border-bottom-image {
  bottom: -5px;
}

.btn-back {
  background: #dc2a1c !important;
  color: white !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  font-family: "suisse-intl-black-italic";
}

/*CONTENT OF THE Inselbotschaften*/

.ambassador-island {
  display: inline-flex;
}

.mb-ambassador {
  margin-bottom: 1rem !important;
}

.tag-ambassador {
  background: #dc2a1c;
  font-size: 16px;
  color: white;
  display: inline-block;
  padding: 3px 6px 0px 6px;
  line-height: 1.2;
  font-family: "suisse-intl-black-italic";
  margin-bottom: 6px;
}

.ambassador-image {
  width: 45%;
}

.ambassador-information {
  width: 55%;
  padding: 10px 25px 25px 19px;
}

.mb-page-ambassador {
  margin-bottom: 1rem !important;
}

.iscwp-gallery-grid.iscwp-image-fit .iscwp-col-6 .iscwp-img-wrp,
.iscwp-image-fit.slidestoshow-6 .iscwp-img-wrp {
  height: unset !important;
}

/*Gewinnspiele*/
.title-gewinnspiele {
  padding-top: 5.15em;
}

.list-gewinnpsiele {
  padding-bottom: 40px;
}

.container-news > ul > li > .gewinnspiele-span > .imageContainer {
  margin: 0 auto;
}

.button-gewinnspiele {
  font-family: "suisse-intl-black-italic";
  font-size: 16px;
  text-transform: uppercase;
  padding: 0.5em 2em !important;
  margin: 1em 0 3em 0;
}

.link-gewinnspiele {
  text-decoration: none !important;
}

.h3-gewinnpsiele {
  text-decoration: none;
  color: #dc2a1c !important;
  padding-top: 3em;
  font-weight: normal !important;
}

.gewinnFlex {
  display: flex;
  gap: 30px;
  margin-top: 4em;
}

.gewinnFlexItem {
  width: 100%;
}

#gewinnspiel > ul > li.required {
  display: block !important;
}

#gewinnspiel > ul > li.inset {
  padding-left: 0 !important;
}

.container-news > ul > li > .gewinnspiele-span {
  padding: 0;
  display: flex;
}

.container-news > ul > li > .gewinnspiele-span > .container-image-new,
.container-news > ul > li > .gewinnspiele-span > .content {
  flex: 0 0 50%;
}

.container-news > ul > li > .gewinnspiele-span > .content {
  padding: 10px 0px 0px 19px;
}

.container-news
  > ul
  > li
  > .gewinnspiele-span
  > .container-image-new
  > a
  > img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  max-height: 250px;
}

.h3-gewinnpsiele {
  padding: 0;
}

.caption-post {
  position: absolute;
  left: 0px;
  font-size: 14px;
  z-index: 10;
}

.content-pages.content-page-new {
  padding: 7em 0 5em 0;
  max-width: 1280px;
  margin: 0 auto;
}

.contentArea p em {
  color: #dc2a1c;
}

#gewinnspiel {
  margin-top: 2em;
}

#mitmachen {
  padding: 0.5em 2em 0.5em 2em !important;
}

/*  Momente wie diese  */

.momentsContent {
  padding-top: 1.5em;
}

.question {
  padding-bottom: 2em;
}

.custom-control-label::before {
  background-color: #fff;
  border: 1px solid #dc2a1c;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #dc2a1c;
  border-radius: 10px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

input[type="radio"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}

.custom-checkbox {
  padding: 0;
}
.custom-check-off,
.custom-check-on {
  color: #dc2a1c !important;
}

.custom-checkbox input[type="checkbox"] {
  visibility: collapse;
  width: 0px;
  margin-left: -0.25em;
}

.custom-checkbox input[type="checkbox"] ~ .custom-check-on {
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked ~ .custom-check-on {
  display: inline;
}

.custom-checkbox input[type="checkbox"]:checked ~ .custom-check-off {
  display: none;
}

.custom-checkbox input[type="checkbox"].error ~ .custom-check-on,
.custom-checkbox input[type="checkbox"].error ~ .custom-check-off {
  border: solid 2px #dc2a1c;
}

.checkbox {
  cursor: pointer;
  position: relative;
}

.checkbox > input {
  height: 20px !important;
  width: 20px !important;
  margin-top: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #dc2a1c;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}

.checkbox > input:checked {
  background-color: #dc2a1c;
}

.checkbox span {
  margin-left: 0.7rem;
}

.checkbox > input:checked + span::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0.3rem;
  top: 0;
}

.form-control {
  border: 1px solid #dc2a1c;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  resize: unset;
  border-radius: 25px;
  margin-bottom: 10px;
}

.form-control:focus {
  border-color: #dc2a1c;
  box-shadow: 0 0 0 0.2rem rgba(220, 42, 28, 0.25);
}

.shortText,
.longText {
  width: 35%;
}

.shortText {
  padding: 1.5em 1em;
}

.longText {
  height: 6em;
  padding: 0.5em 1em;
}

select {
  background: #00a3bf;
  color: #fff;
  width: 185px;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 12px 15px 8px 18px;
  background-image: url(/wp-content/themes/dif2023/img/chevron.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearence: none;
}

select:hover::before {
  background: #00a3bf !important;
  color: #fff !important;
  font-family: "suisse-intl-light" !important;
}

option {
  background: #00a3bf;
  color: #fff;
  border: 1px solid #00a3bf;
  font-family: "suisse-intl-light" !important;
  border-radius: 20px;
}

option:focus,
option:hover {
  background-color: #dc2a1c !important;
  color: #fff !important;
  border: none !important;
  font-family: "suisse-intl-light" !important;
}

.buttonFlex {
  padding-top: 1em;
}

.buttonFlex label {
  margin-bottom: 0 !important;
}

#showUp {
  margin-top: 1em;
}

.imgContainer {
  max-width: 100% !important;
  padding: 0 !important;
}

.button_outer {
  background: #00a3bf;
  border-radius: 30px;
  text-align: center;
  height: 50px;
  width: 200px;
  display: inline-block;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.button_disable {
  border-radius: 30px;
  text-align: center;
  height: 50px;
  width: 200px;
  display: inline-block;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  background-color: #cccccc;
  color: #666666;
  pointer-events: none;
}

.button_outer:hover {
  background: #02859c;
}

.btn_upload {
  padding: 14px 30px 12px;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
}

.btn_upload input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.file_uploading {
  width: 30%;
  height: 10px;
  margin-top: 20px;
  background: #ccc;
}

.file_uploading .btn_upload {
  display: none;
}

.processing_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: #00a3bf;
  transition: 3s;
}

.file_uploading .processing_bar {
  width: 100%;
}

.success_box {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
}

.success_box:before {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 40%;
  top: 28%;
}

.file_uploaded .success_box {
  display: inline-block;
}

.file_uploaded {
  margin-top: 0;
  width: 50px !important;
  background: #83ccd3;
  height: 50px;
}

.uploaded_file_view {
  max-width: 250px;
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0;
  text-align: center;
  position: relative;
  transition: 0.2s;
  display: none;
  border: 2px solid #ddd;
}

.file_remove {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  background: #aaa;
  line-height: 33px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  right: -15px;
  top: -15px;
  margin-bottom: 19px;
}

.file_remove:hover {
  background: #222;
  transition: 0.2s;
}

.uploaded_file_view img {
  max-width: 100%;
}

.uploaded_file_view.show {
  display: block;
}

.error_msg {
  text-align: center;
  color: #dc2a1c;
}

.momenteList li {
  margin-left: 2em;
}

.question .red {
  color: #dc2a1c;
  font-family: "suisse-intl-bold" !important;
}

#sendEmail {
  padding: 8px 45px !important;
}

.momenteFaqs {
  text-transform: inherit !important;
}

#faqAccordion .card {
  border: 1px solid #fff;
}

#faqAccordion .card-header {
  background-color: #dc2a1c;
  border: none;
  border-radius: 0.25rem !important;
  padding: 0;
}

#faqAccordion button {
  background: transparent !important;
  color: #fff !important;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
  white-space: normal;
  text-transform: inherit;
}

#faqAccordion .btn-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#faqAccordion .btn-link.collapsed:after {
  content: "\f107";
}

/* remove modal's background, because the modal is enabled */
.modal-backdrop {
  display: none;
}

.modal-content {
  background-color: #dc2a1c;
  border: none !important;
  color: #fff;
}

#modalClose:hover {
  opacity: 1 !important;
  background: transparent !important;
}

button:focus {
  outline: none !important;
}

.modal-body {
  text-align: center;
  margin: 0 auto;
  font-size: 1.2em;
  margin-top: -1em;
}

.modal-header,
.modal-footer {
  border-bottom: none !important;
  border-top: none !important;
}

.confirmation {
  font-family: "suisse-intl-regular" !important;
  text-align: center;
  padding-bottom: 1em;
}

.confirmationText {
  text-align: center;
  font-size: 18px;
  font-family: "suisse-intl-regular" !important;
}

#sendEmail {
  padding: 0.5em 2em 0.5em 2em !important;
}

/*** Accredit subpage ***/
.accredit h4 {
  margin-top: 3em;
}

.accreditFormInputs {
  width: 100%;
  padding-top: 2em;
  word-break: break-word;
}

.accreditFormInputs input {
  max-width: 400px;
}

.accreditFormInputs * label {
  width: 100% !important;
}

.accreditFormInputs .required {
  display: grid;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.accreditFormInputs select {
  padding: 25px 10px 10px 10px;
  border-radius: 5px;
}

.accreditFormInputs option {
  padding: 0 10px;
}

#functions,
#days,
#areas {
  width: fit-content;
  background-image: none;
}

#pressPass {
  border: none;
}

#additonalInfoInterview {
  display: none;
}

#requestInterview,
#acceptConditions {
  min-width: 20px;
  max-width: unset;
}

.flexListItem {
  display: flex !important;
  gap: 5px !important;
}

input.accreditSubmit {
  padding: 5px 30px !important;
}
.bootstrap-select > .dropdown-toggle {
  padding: 13px !important;
  background: #00a3bf;
}
.bootstrap-select > .dropdown-toggle:hover {
  background: #02859c;
}
.btn:not(:disabled):not(.disabled) {
  background: #00a3bf;
}
.bootstrap-select .dropdown-menu li a {
  color: #02859c !important;
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  white-space: initial;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-transform: initial;
}
.contentArea form ul > div.required label:after {
  color: #dc2a1c;
  content: " *";
}
.message-error {
  color: #dd1515;
  font-size: 12px;
  margin-top: -5px;
}
/*** MEDIA QUERIES ***/

@media (max-width: 1440px) {
  .hero {
    max-height: 768px;
  }
  #video > * {
    max-height: 768px;
  }
  .container-main .whiteBackground {
    height: 7.2em;
    margin-top: -7.7rem;
  }
  .container-partner-main {
    max-width: 1200px;
  }
  .container-partner-main img {
    max-width: 75% !important;
  }
  /* #dabei-banner {
    margin-top: -2.8em;
  } */
  #dabei-banner-main {
    font-size: 1.5rem;
  }
  #dabei-dif-logo-full {
    margin: -3px 0 4px 0;
  }
  #dabei-banner-text {
    margin-top: 18px;
  }
  /* #momente-banner {
    margin-top: -2.8rem;
  } */
  #momente-banner a {
    font-size: 1.5rem;
    margin-top: 14px;
  }
  #momente-icon {
    height: 33px !important;
  }
  #partner {
    max-width: 1200px !important;
  }
  .danke {
    font-size: 18px !important;
  }
  #partner > #partnerSlider {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .content-pages.content-page-new {
    padding: 7em 2em 5em 2em;
  }
}

@media (max-width: 1250px) {
  .news-anmeldung {
    padding: 0 30px;
  }
  .info-rtci {
    padding: 0 30px;
  }
  .container-social-newsletter {
    padding: 0 30px;
  }
  .buttons-social-network > a {
    max-width: 135px !important;
    max-height: 135px !important;
  }
  .buttons-social-network > a > div > img {
    width: 50px;
  }
  .buttons-social-network > a > div {
    width: 100px;
    padding-top: 12px;
  }
  .instagram {
    padding-top: 6px !important;
  }
  .instagram img {
    width: 50px !important;
  }
  .newsletter-button {
    left: 26%;
    font-size: 16px;
  }
  .box-newsletter > form > div > input {
    font-size: 20px;
  }
  .container-page {
    padding: 0 30px !important;
  }
  .ambassador-information {
    width: 65%;
    padding: 23px;
  }
}

@media (max-width: 1200px) {
  a:hover,
  a:focus {
    border-bottom: none;
  }
  .burger-button i {
    font-size: 2rem;
  }
  .titleDatum {
    margin-top: 26px;
    margin-left: 19px;
  }
  .social-network {
    display: none;
  }
  .social-network-mobile {
    display: inline-block !important;
    position: relative !important;
    padding: 0.5rem 0 1rem 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  .social-network-mobile > ul {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    justify-content: space-between;
    position: relative;
    background: transparent;
    border-radius: 0;
  }
  .social-network-mobile > ul > li {
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .social-network-mobile ul li a img {
    height: 25px;
  }

  #video > * {
    max-height: 575px;
  }
  .container-main .whiteBackground {
    height: 6.2em;
    margin-top: -6.7rem;
  }
  .container-partner-main {
    max-width: 1000px;
  }
  /* #dabei-banner {
    margin-top: -2.5em;
  } */
  #dabei-banner-main {
    padding-left: 2rem;
    font-size: 1.3rem;
  }
  #dabei-dif-logo-full {
    height: 30px !important;
  }
  #dabei-banner-text {
    padding-right: 2rem;
  }
  /* #momente-banner {
    margin-top: -2.65rem;
  } */
  #momente-banner a {
    font-size: 1.3rem;
  }
  #momente-icon {
    height: 30px !important;
  }
  #partner {
    max-width: 900px !important;
  }
  .nav-menu {
    display: inline-flex;
  }
  .menuList {
    width: unset;
  }
}
@media (max-width: 1160px) {
  .list-desktop > .container-flags {
    display: none !important;
  }
  .nav-menu > div > ul {
    justify-content: space-around;
  }
  .nav-menu > ul > li > a {
    font-size: 13px;
    line-height: 1.6;
  }
  .menu-burger > .languages-burger > ul > li {
    display: block !important;
  }
  .nav-menu > div > ul {
    justify-content: space-between;
  }
  .open-burger,
  .close-burger {
    float: right;
  }
  .container-news > ul > li > .gewinnspiele-span {
    padding: 0;
  }
  .year-logo {
    bottom: -5px;
  }
  .content-news-home {
    padding: 0 30px !important;
  }
  .container-instagram {
    padding: 0 30px !important;
  }
  .container-page {
    padding: 0 30px !important;
  }
  .whiteBackground .row .col {
    margin-top: 0;
  }
}

@media (max-width: 1060px) {
  .year-logo {
    right: 5px;
    bottom: -10px;
  }
  .content-partner {
    padding: 15px 10px 0 !important;
    margin-top: 10px !important;
  }
  .buttons-social-network > a {
    max-width: 120px !important;
    max-height: 120px !important;
    padding-left: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 1000px) {
  .buttons-social-network > a {
    padding: 3px 5px 0px 5px !important;
    max-height: 100px !important;
    max-width: 110px !important;
    max-height: 110px !important;
  }
  .buttons-social-network > a > div {
    padding: 11px;
  }
  .instagram {
    padding-top: 6px !important;
  }
}

@media (max-width: 991px) {
  .ambassador-image {
    width: 45%;
  }
  .mb-ambassador {
    margin-bottom: 1.5rem !important;
  }
  .ambassador-information {
    padding: 1px 10px 1px 22px;
  }
  .header-rtci {
    padding: 0 30px;
  }
  .links-footer ul li {
    margin-left: 10px;
  }
}

@media (max-width: 980px) {
  #dabei-banner {
    margin-top: -3.1em;
    height: 50px;
  }
  #dabei-banner-main {
    font-size: 1.1rem;
  }
  #dabei-banner-text {
    margin-top: 18px;
    margin-top: 17px;
  }
  #dabei-dif-logo-full {
    height: 27px !important;
    margin: -3px 0 4px 0;
  }
  #momente-banner {
    padding: 4px 30px;
    height: 50px;
    margin-top: -3.1em;
  }
  #momente-banner a {
    font-size: 1.1rem;
    margin-top: 11px;
  }
  #momente-icon {
    height: 27px !important;
  }
}

@media (max-width: 900px) {
  .container-instagram .iscwp-img-wrp {
    height: 200px !important;
  }
  .content-pages {
    padding: 7em 2em !important;
  }
  .container-instagram .iscwp-columns {
    width: 33% !important;
  }
  .button-more-news {
    left: 36%;
  }
  .container-social-newsletter {
    display: block;
  }
  .container-social {
    width: 100%;
  }
  .container-newsletter {
    margin-top: 40px;
    width: 100%;
    margin-left: unset !important;
  }
  .box-newsletter {
    height: 126px;
  }
  .newsletter-button {
    left: 37%;
  }
  footer {
    padding: 16px 20px;
  }
}

@media (max-width: 850px) {
  .year-logo {
    bottom: -25px;
  }
  .nav-menu ul li {
    margin-right: 15px;
  }
  .social-network > ul {
    margin-left: -68px;
    position: relative;
  }
  .titleDatum {
    margin-left: 5px;
  }
  .shortText,
  .longText {
    width: 60%;
  }
  select {
    padding: 5px 15px;
  }
  .container-main .whiteBackground {
    height: 8.2em;
    margin-top: -8.7rem;
  }
  .whiteBackground .row .col {
    margin-top: 3em;
  }
  .bannerFlex {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: column-reverse;
  }
  #dabei-banner {
    /*margin-top: -2.3em;*/
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #dabei-banner-main {
    width: 100%;
    font-size: 1.3rem;
    padding: 5px 0;
    margin: 0 auto;
    border-radius: 0;
  }
  #dabei-dif-logo-full {
    height: 35px !important;
    margin: -3px 0 5px 0;
  }
  #dabei-banner-text {
    margin-top: 12px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 15px;
  }
  #momente-banner {
    padding: 4px 30px;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px 2em;
  }
  #momente-banner a {
    font-size: 1.3rem;
  }
  #momente-icon {
    height: 35px !important;
  }
  .newsletterContainer {
    padding: 2em 2em 0 2em;
  }
}

@media (max-width: 778px) {
  .container-partner-main {
    max-width: 100% !important;
    padding: 0 1rem !important;
  }
  .titleDatum {
    width: 100%;
    margin-top: 0;
    padding-top: 1rem;
  }
  .container-partner-main {
    max-width: 100% !important;
    padding: 0 1rem !important;
  }
  #partner {
    max-width: 100% !important;
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  #footer {
    position: unset !important;
  }
}

@media (max-width: 768px) {
  .ambassador-island {
    display: block;
  }
  .ambassador-image {
    width: unset;
  }
  .ambassador-information {
    width: unset;
    padding: 0;
    padding-top: 10px;
  }
  #rticTeilnahme {
    padding-bottom: 2em;
  }
  .rticTabsContent .container-teilnehmen-form {
    margin-top: 40px;
  }
  .news-anmeldung {
    padding: 0 30px;
    margin-top: 50px;
  }
  .info-rtci {
    padding: 0 30px;
  }
  .logo-rtci {
    width: 100%;
  }
  .wp-video {
    width: 100%;
  }
  .header-rtci {
    display: block;
    position: relative;
    text-align: center;
  }
  .header-rtci {
    padding: 0 10px;
  }
  #formTeilnehmen {
    padding: unset;
  }
  .container-teilnehmen-form .header-teilnehmen-form {
    margin-left: 0rem;
  }
  .container-new .information-new .dotdotdot {
    height: 80px;
  }
  #video > * {
    height: 400px !important;
    width: 100% !important;
  }
  .container-partner-main {
    padding: 0 10px;
    margin-top: 15px;
    margin-left: 0px !important;
  }
  .container-instagram .iscwp-columns {
    width: 50% !important;
  }
  .button-more-news {
    left: 30%;
    font-size: 16px;
    padding-right: 0.6rem;
  }
  .separation-news {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .newsletter-button {
    left: 33%;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 19px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  .links-footer ul li {
    margin-left: 0px;
  }
  .wp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .wp-video iframe,
  .wp-video object,
  .wp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer {
    flex-wrap: wrap;
    padding: 0;
    display: block !important;
    padding: 15px 0;
    height: unset;
  }
  .text-footer {
    text-align: center;
    font-size: 12px;
  }
  .links-footer {
    float: none;
  }
  .links-footer ul {
    float: none;
    display: block;
  }
  .links-footer ul li {
    margin-left: 0;
    padding-top: 8px;
  }
  .links-footer ul li a {
    font-size: 12px;
    font-family: "suisse-intl-light";
  }
  .dankeFlex hr {
    width: 30%;
  }
  .danke {
    width: 80%;
    font-size: 14px !important;
  }
  #partner {
    max-width: 100% !important;
    margin-top: 2em !important;
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
    padding-bottom: 2em !important;
  }
  #partner > #partnerSlider {
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .contentArea.rticContent {
    padding-bottom: 8em;
  }
  .title-gewinnspiele {
    padding-top: 5.7em;
  }
  .gewinnFlex {
    display: block;
    margin-top: 3em;
  }
}

@media (max-width: 650px) {
  .year-logo {
    font-size: 32px;
  }
  #homeCountdownContainer > p {
    font-size: 1.5em;
  }
  #homeCountdownContainer > .second-title {
    font-size: 1.2em;
  }
  #homeCountdown > span {
    font-size: 60px !important;
  }
  .menu-burger {
    right: 12px;
  }
  #logo {
    margin: unset;
    padding: 0 15px;
  }
  .newsletter-button {
    left: 31%;
  }
  .titleContainer {
    max-width: 100%;
    min-width: 100%;
  }
  .menuList {
    width: 30%;
    position: absolute;
    right: 0;
  }
  .titleContainer {
    height: 42px;
  }
  .titleDatum {
    font-size: 3.2vw;
    margin-top: 0;
    margin-left: 4px;
    padding-top: 0.5em;
  }
  .title-menu a {
    line-height: 27px;
  }
  .title-menu a img {
    max-height: 42px;
  }
  .titleContainer > p {
    margin-left: 31px;
    font-size: 3.7vw;
    margin-top: 0;
  }
  .mainHeading {
    width: 42px;
    height: 42px;
  }
  .fa-bars {
    margin-top: 11px;
  }
  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    font-size: 1.2em;
  }
  #collapse-1 {
    margin-top: 42px;
  }
}

@media (max-width: 600px) {
  .container-news > ul > li.list-gewinnpsiele .imageContainer {
    margin-bottom: 10px;
  }
  .button-gewinnspiele {
    font-size: 14px;
  }
}

@media (max-width: 569px) {
  body {
    line-height: 30px !important;
  }
  #video > * {
    height: 340px !important;
    width: 100% !important;
  }
  .container-main .whiteBackground {
    height: 7em;
    margin-top: -7.6rem;
  }
  .whiteBackground .row .col {
    margin-top: 0;
  }
  .container-partner-main {
    padding: 0 1rem !important;
  }
  .container-partner-main .col {
    flex: 0 0 25% !important;
    max-width: 25%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .container-partner-main img {
    max-width: 50% !important;
  }
  #momente-banner {
    padding: 10px 1em;
  }
  #dabei-banner-main {
    font-size: 1.1rem;
  }
  #dabei-dif-logo-full {
    height: 28px !important;
  }
  #momente-banner a {
    font-size: 1.1rem;
  }
  #momente-icon {
    height: 28px !important;
  }
  .unite-form.style-spectre {
    font-size: 14px;
  }
  .unite-form.style-spectre .text-small {
    font-size: 12px;
  }
  .unite-form.style-spectre .form-checkbox .form-icon,
  .unite-form.style-spectre .form-radio .form-icon {
    top: 5.5px;
  }
  .form-checkbox {
    font-size: 12px;
  }
  .unite-form.style-spectre .btn.btn-primary {
    font-size: 14px !important;
  }
  .danke {
    font-size: 22px;
    padding: 0 0.5rem;
  }
  #partner img {
    height: 30px;
  }
  .slick-initialized .slick-slide {
    padding: 0 10px;
  }
  .shortText,
  .longText {
    width: 100%;
  }
  .buttonFlex {
    padding-top: 1em;
  }
}

@media (max-width: 500px) {
  .year-logo {
    font-size: 26px;
  }
  .container-new {
    display: block;
    margin-bottom: 10px !important;
  }
  .container-new .container-image-new {
    width: 100%;
  }
  .container-new .container-image-new img {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
  }
  .container-new .information-new {
    width: 100%;
    padding: 10px 0px;
  }
  .container-instagram .iscwp-columns {
    width: 100% !important;
  }
  .newsletter-button {
    left: 25%;
  }
  .buttons-social-network > a > div > img {
    width: 35px;
  }
  .instagram img {
    width: 35px !important;
  }
  .buttons-social-network > a {
    padding: 3px 0px 0px 0px !important;
    max-width: 90px !important;
    max-height: 90px !important;
  }
  .buttons-social-network > a > div {
    padding-left: 0px;
  }
  .instagram {
    padding-top: 8px !important;
  }
  .container-news > ul > li > .gewinnspiele-span {
    display: block;
  }
  .container-news > ul > li > .gewinnspiele-span > .content {
    padding: 10px 0px 0px 0;
  }
}

@media (max-width: 460px) {
  .whiteBackground .row .col {
    margin-top: 0.5em;
  }
  #homeCountdown > span {
    font-size: 40px !important;
  }
  .newsletter-button {
    left: 22%;
  }
  #partner img {
    height: 20px;
  }
  #momente-banner a {
    font-size: 0.9rem;
  }
}

@media (max-width: 450px) {
  .panel-title {
    font-size: 5vw !important;
    padding: 5px 0;
  }
  .fa-bars {
    margin-top: 4px;
  }
  .fa-navicon::before,
  .fa-reorder::before,
  .fa-bars::before {
    font-size: 1.2em;
  }
  .menuItem {
    font-size: 5vw !important;
    padding: 11px 0;
  }
  .withChevron {
    line-height: 30px;
  }
  .withChevron {
    font-size: 5vw !important;
    line-height: 24px;
  }
  /* .panel-body div:nth-child(1) {
		padding: 5px 0;
	} */
  #video {
    max-height: 340px;
  }
  .container-main .whiteBackground {
    height: 7.5em;
    margin-top: -7.5em;
  }
  #dabei-banner-main {
    font-size: 5vw;
    padding-bottom: 3px;
  }
  #dabei-dif-logo-full {
    height: 3vh !important;
  }
  .button-more-news {
    left: 27%;
  }
  .newsletter-button {
    left: 21%;
  }
  .box-newsletter > form > div > input {
    font-size: 15px;
  }
  .content-pages {
    padding: 2em;
  }
  .content-pages.content-page-new {
    padding: 4em 2em 7em !important;
  }
  .contentBox.container-page.newsPage {
    padding-top: 80px !important;
    padding-bottom: 2em !important;
  }
  .dankeFlex hr {
    max-width: 2%;
  }
  .danke {
    font-size: 12px !important;
    margin-bottom: 0;
  }
  .slick-initialized .slick-slide {
    padding: 0 3px;
  }
  .title-gewinnspiele {
    padding-top: 4.7em;
  }
}

@media (max-width: 400px) {
  .newsletter-button {
    font-size: 14px;
  }
  .box-newsletter > form > div > input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .box-newsletter > form > div > input::-moz-placeholder {
    font-size: 18px;
  }
  .box-newsletter > form > div > input::-moz-placeholder {
    font-size: 18px;
  }
  .box-newsletter > form > div > input::-ms-input-placeholder {
    font-size: 18px;
  }
  .buttons-social-network > a {
    max-width: 65px !important;
    max-height: 65px !important;
    width: unset !important;
  }
  .buttons-social-network > a > div {
    padding-top: 5px;
    padding-left: 12px;
    width: 65px;
  }
  .buttons-social-network > a > div {
    padding-top: 3px;
    padding-left: 12px;
    width: 65px;
  }
  .buttons-social-network > a > div > img {
    width: 25px;
  }
  .instagram img {
    width: 19px !important;
  }
  .instagram {
    padding-top: 1px !important;
  }
  .buttons-social-network > a > div > div {
    margin-top: 8px;
  }
  .titleDatum {
    padding-top: 0.8em;
  }
  .fa-bars {
    margin-top: 5px;
  }
  #momente-banner a {
    font-size: 0.8rem;
  }
  .unite-form.style-spectre .form-label {
    padding: 0 !important;
  }
  .unite-form.style-spectre .form-group:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .unite-form.style-spectre .form-checkbox,
  .unite-form.style-spectre .form-radio,
  .unite-form.style-spectre .form-switch {
    line-height: 20px !important;
  }
  .unite-form.style-spectre .form-checkbox .form-icon,
  .unite-form.style-spectre .form-radio .form-icon {
    top: 11px !important;
  }
}

@media (max-width: 380px) {
  #momente-banner a {
    font-size: 3.4vw;
  }
  .button-more-news {
    left: 24%;
  }
  .newsletter-button {
    left: 17%;
  }
}

@media (max-width: 360px) {
  body {
    line-height: 24px !important;
  }
  h1 {
    font-size: 22px !important;
  }
  .titleContainer {
    height: 40px;
  }
  .titleContainer > p {
    margin-left: 22px;
    font-size: 4.4vw;
    padding: 2px 25px;
  }
  .title-menu a img {
    max-height: 40px;
    padding: 9px 20px 5px 20px;
  }
  .titleDatum {
    padding-top: 1em;
  }
  .mainHeading {
    width: 35px;
    height: 35px;
  }
  .fa-bars {
    margin-top: 5px;
  }
  .fa-navicon::before,
  .fa-reorder::before,
  .fa-bars::before {
    font-size: 1em;
  }
  #collapse-1 {
    margin-top: 35px;
  }
  /* .panel-body div:nth-child(1) {
		padding: 4px 0;
	} */
  .panel-title {
    font-size: 5.5vw !important;
    padding: 4px 0;
    padding-left: 3px;
  }
  .panel-collapse .panel-heading .panel-title {
    padding: 0;
  }
  .container-main .whiteBackground {
    height: 6.5em;
    margin-top: -6.5em;
  }
  .whiteBackground .row .col {
    margin-top: 1em;
  }
  #momente-icon {
    height: 20px !important;
    padding-right: 6px;
  }
  .danke {
    font-size: 16px;
    padding: 0 0.5rem;
  }
}

@media (max-width: 340px) {
  .button-more-news {
    left: 21%;
  }
  .newsletter-button {
    left: 13%;
  }
  .content-pages.content-page-new {
    padding: 4em 1em 7em 1em !important;
  }
}

@media (max-width: 300px) {
  #momente-banner {
    padding: 10px 2em 10px 1em;
  }
}
