body {
  /*
  overflow-x: hidden;
  */
}

.icons {
  width: 1.7em;
  height: auto;
}

.logo {
  height: 60px;
  margin-left: 15px;
}

@media only screen and (max-width: 1236px) {
  /*
  [class*="col-"] {
    width: 100%;
    margin-left: 0em;
  }
*/
  body {
    /*
  overflow-x: hidden;
  */
  }

  .longcard-img {
    vertical-align: middle;
    margin-right: 0em;
    height: auto;
    /* width: 70%; */
    width: 100%;
  }

  .longcard-imagebox {
    flex: 0 0 200px;
    /* Fixed width for the image */
    /*
    width: auto;
    flex-basis: content;
    flex-shrink: 0;
    flex-grow: 0;    
    */
    /*
    border-style: dotted;
    border-width: 2px;
    border-color: blue;
    */
  }

  div.col-2 {
    width: fit-content;
  }

  .openaccordion-heading {
    padding: 0.3em;
    padding-left: 0.6em;
    font-size: 0.7em;
    font-weight: 700;
    background-color: #9ed0b4;
    border-radius: 7px;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  /*
  [class*="col-"] {
    width: 100%;
  }
*/
  .container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button.accordion-button {
    color: red;
    font-size: 10px;
  }

  * {
    font-size: medium;
    overflow-x: hidden;
  }

  .longcard {
    width: 100%;
  }

  .longcard-heading {
    margin: auto;
  }

  .longcard-text {
    margin-left: 0em;
    margin-right: 0.5em;
  }

  .longcard-img {
    vertical-align: middle;
    margin-right: 0em;
    height: auto;
    width: 60px;
  }

  div.col-2 {
    width: fit-content;
  }

  .cards {
    height: auto;
    width: 10em;
    /*    margin: auto; */
  }

  .cards-repeater {
    overflow-x: scroll;
  }
}

/*underline*/
.nav-link {
  display: inline-block;
  background-image: linear-gradient(#000 0 0);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
  /*change after the size immediately*/
  font-weight: bold;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
  display: inline-block;
}

/* Style Nav*/
.dropdown-item {
  margin-top: 10px;
}

.dropdown-item:hover {
  color: #9ed0b4;
  background-color: transparent;
}

/* Dropdown on Hover */

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/* Animate dropdown content */
.dropdown-menu {
  animation-name: dropdown-animation;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}

@keyframes dropdown-animation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.element {
  mask-size: 200px 100px;
}

.bannerimg {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}

.scrollhorizontal {
  overflow-x: hidden;
  overflow-x: auto;
  display: flex;
  overflow-x: scroll;
}

/* ICONS */

.iconsStyle {
  height: 20rem;
  width: auto;
}

.img-fluid {
  width: 50%;
  margin: 0px 120px 0px 120px;
}

/*CARDS*/

.cards {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  /*
  margin: 1em 1em 1em 1em;
*/
  background-color: #9ed0b4;
  border: 0;
  border-radius: 7px;
  padding: 2em;
  height: auto;
  width: auto;
}

#cardAuswirkungen112 {
  margin: auto;
  margin-bottom: 30px;
  width: 60%;
  padding: 1em;
}

.cards-img {
  height: 100px;
  width: auto;
  margin-left: 20px;
}

.cards-text {
  margin-top: 1em;
}

.cards-heading1 {
  font-size: 5em;
  /*  font-size: 6em; */
  font-weight: 700;
}

.cards-heading2 {
  font-size: 1.5em;
  font-weight: 600;
}

.modal-button {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  background-color: rgb(56, 56, 56);
  padding: 5px 20px;
  border: none;
  border-radius: 6px;
  margin-top: 1em;
}

/*LONGCARDS*/

.longcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  margin-bottom: 2em;
  width: 70%;
  background-color: #eeeeee;
  border: 0;
  border-radius: 7px;
  padding: 1.5em;
  justify-content: center;
}

.longcard-img {
  vertical-align: middle;
  margin-right: 0em;
  height: auto;
  width: 100px;
}

.longcard-contentbox {
  flex: 1;
  /*
  border-style: dotted;
  border-width: 4px;
  border-color: orange;
  */
}

.longcard-imagebox {
  flex: 0 0 100px;
  /* Fixed width for the image */
  /*
  width: auto;
  flex-basis: content;
  flex-shrink: 0;
  flex-grow: 0;
  */
  /*
  border-style: dotted;
  border-width: 4px;
  border-color: orange;
  */
}

.longcard-heading {
  font-size: 2em;
  font-weight: 700;
  margin: auto;
  margin-left: 0.5em;
}

.longcard-text {
  margin-left: 1em;
}

/*BIG CARD*/
.bigcard {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 70%;
  background-color: white;
  border: 0;
  border-radius: 7px;
  padding: 3em;
  margin: 0 auto;
  margin-bottom: 5em;
  margin-top: 30px;
}

.bigcard-title {
  margin-top: 0em;
  font-weight: bold;
  font-size: 25px;
}

.bigcard-text {
  margin-top: 15px;
  font-size: 1.2rem;
}

.bigcard-text li {
  list-style: circle;
}

.bigcard-image {
  height: auto;
  width: 100%;
}

/*footer*/

.footer {
  background-color: #bedfe3;
  padding-top: 10px;
}

.footer-section-border {
  border-bottom: solid 1.5px rgb(87, 87, 87);
  color: black;
}

.footer-section-text {
  color: rgb(59, 59, 59);
}

.footer-networks-image {
  width: 35px;
  height: auto;
}

/* ACCORDION */
.accordion-item {
  font-size: 18px;
}

.accordion-button {
  font-weight: 500;
  font-size: 70%;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
}

.collapseOne {
  background-color: red;
}

.accordion {
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
  width: 70%;
  margin: 2em auto;
  margin-bottom: 3em;
  border-radius: 10px;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.13rem #9dd0d6;
}

.accordion-button:not(.collapsed) {
  background-color: #bedfe3;
  color: #000;
}

.accordion-button::after {
  color: red;
}

h1 {
  margin-top: 120px;
}

h3 {
  margin-top: 20px;
}

/*TEXTMEDIA*/

.textmedia {
  margin: auto;
  width: 75%;
  margin-bottom: 1em;
  margin-top: 2em;
}

.textmedia-header {
  font-size: 1.5em;
  font-weight: 600;
  margin-left: 1em;
  margin-top: 1em;
  background-image: "{data.tx_mask_header_image}";
}

.textmedia-text {
  margin: 1em 4em 1em 1.6em;
}

.textmedia-file {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

/*OPENACCORDION*/
.openaccordion {
  padding: 0em;
  width: 68%;
  justify-content: center;
  margin: auto;
}

.openaccordion-heading {
  padding: 0.3em;
  padding-left: 0.6em;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #9ed0b4;
  border-radius: 7px;
  margin-top: 1em;
}

.openaccordion-link a {
  color: black;
}

.openaccordion-link a:hover {
  color: grey;
}

.openaccordion-link {
  margin-left: 1em;
}

.openaccordion-email {
  margin-left: 1em;
}

.openaccordion-nummer {
  margin-left: 1em;
}

.openaccordion-text {
  margin-top: 1em;
  margin-left: 0.7em;
}

.openaccordion-margin {
  margin-left: 0em;
}

/* TIMELINE */

.timeline {
  margin: auto;
  width: 70%;
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc(100% - 75px);
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #c0bcbc;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  overflow-y: hidden;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.medal {
  height: 75%;
  margin-bottom: 5px;
}

.nohate-container {
  margin-top: 40px;
}

.header {
  font-weight: bold;
  font-size: 25px;
  margin: auto;
  width: 75%;
  margin-top: 3em;
}

.gallery__image {
  display: block;
  width: 100%;
  height: auto;
}

.gallery__image:hover {
  transform: scale(1.1);
}

.gallery {
  width: 80%;
  margin: auto;
}

.clip-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

.clip-image {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clip {
  margin: 2em auto 4em;
  width: 50%;
  padding: 10px;
}

@media only screen and (max-width: 1140px) {
  .cards-heading1 {
    font-size: 4em;
    font-weight: 700;
  }

  .cards-heading2 {
    font-size: 1.5em;
    font-weight: 600;
  }

  .cards-img {
    height: 80px;
    width: auto;
    margin-left: 13px;
  }
  .bigcard-image {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .cards-heading1 {
    font-size: 3em;
    font-weight: 700;
  }

  .cards-heading2 {
    font-size: 1.5em;
    font-weight: 600;
  }

  .cards-img {
    height: 60px;
    width: auto;
    margin-left: 13px;
  }

  .bigcard-image {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .cards-heading1 {
    font-size: 4em;
    font-weight: 700;
  }

  .cards-heading2 {
    font-size: 1.5em;
    font-weight: 600;
  }

  .cards-img {
    height: 80px;
    width: auto;
    margin-left: 13px;
  }

  .bigcard {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 90%;
    background-color: white;
    border: 0;
    border-radius: 7px;
    padding: 3em;
    margin: 0 auto;
    margin-bottom: 5em;
    margin-top: 30px;
  }

  .bigcard-image {
    height: 100%;
    width: auto;
  }
  .openaccordion {
    padding: 0em;
    width: 75%;
    margin: auto;
  }

  .openaccordion-heading {
    padding: 0.3em;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: 700;
    background-color: #9ed0b4;
    border-radius: 7px;
  }

  .openaccordion-img {
    width: 30px;
    height: auto;
  }
}
