/* #region Fonts */

/* #region IcoMoon - FontAwesome */

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/IcoMoon/icomoon.eot?wu1y7d');
  src: url('../fonts/IcoMoon/icomoon.eot?wu1y7d#iefix') format('embedded-opentype'), url('../fonts/IcoMoon/icomoon.ttf?wu1y7d') format('truetype'), url('../fonts/IcoMoon/icomoon.woff?wu1y7d') format('woff'), url('../fonts/IcoMoon/icomoon.svg?wu1y7d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-times-circle:before {
  content: "\e900";
}
.icon-info-circle:before {
  content: "\e901";
}
.icon-bars:before {
  content: "\e902";
}
/* #endregion IcoMoon - FontAwesome */

/* #region Font 'Quicksand Medium' */

@font-face {
  font-family: 'Quicksand Medium';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
}
/* #endregion Font 'Quicksand Medium' */

/*#region Font 'Futura Bold', 'Futura Large' */

@font-face {
  font-family: 'Futura Bold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/futura/FUTURAB.TTF') format('truetype');
}
@font-face {
  font-family: 'Futura Large';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/futura/FUTURAL.TTF') format('truetype');
}
/*#endregion Font 'Futura Bold', 'Futura Large' */

/* #endregion Fonts */

/* #region general */

body,
html {
  font-size: 100%;
  height: 100%;
}
body {
  font-family: "Open Sans", "Quicksand Medium", 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #eae9e7;
}
body.noscroll {
  overflow: hidden;
}
.validation-summary-errors ul {
  list-style: none;
  padding-inline-start: 20px;
}
.validation-summary-errors li {
  color: red;
  padding: 5px 5px;
}
#_AjaxLoader {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 2000;
  height: 32px;
  width: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
/* zoomer.. */

.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a.at-icon-wrapper.at-share-btn {
  background-color: transparent !important;
}
/* #region button */

.btn {
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  border-top-color: #727272;
  border-right-color: #aaaaaa;
  border-bottom-color: #8b8b8b;
  border-left-color: #7b7b7b;
  background: #f3b200;
  color: white;
}
.btn:hover {
  border: solid 1px #4c4c4c;
  background: #d9d9d9;
  color: black;
}
.btn:focus,
.btn:active {
  border: solid 1px rgba(50, 50, 50, 0.6);
  background-color: rgba(50, 50, 50, 0.6);
  color: white;
}
.btn:focus,
.btn:focus:active {
  outline-color: black;
}
.btn:focus:active {
  background-color: rgba(50, 50, 50, 0.6);
}
/* #endregion button */

a {
  text-decoration: underline;
  color: white;
  outline: none;
}
a:focus {
  color: #dddddd;
}
a:hover {
  color: white;
}
.form-control {
  border-radius: 0;
}
/* #endregion general */

/* #region header */

.header-images-wrapper {
  margin-top: 32px;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .header-images-wrapper {
    margin-top: 0;
  }
}
.header-images-wrapper .header-img-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .header-images-wrapper .header-img-container {
    height: 300px;
  }
}
.header-images-wrapper .header-img-container .eurosoft-logo-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .header-images-wrapper .header-img-container .eurosoft-logo-container img {
    filter: drop-shadow(0px 0px 11px black);
    height: 150px;
  }
}
.header-images-wrapper .header-img-container .header-img.main-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 991px) {
  .header-images-wrapper {
    margin-top: auto;
    position: relative;
  }
  .header-images-wrapper .eurosoft-logo-container {
    position: absolute;
    top: 50px;
    left: 50px;
    order: inherit;
  }
}
.container.header .row {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: justify;
}
.container.header .row .headline {
  font-family: 'Futura Large';
}
.container.header .row .headline .first-part {
  font-size: 25px;
}
.container.header .row .headline .second-part {
  font-size: 60px;
  font-weight: lighter;
}
.container.header .row .subline {
  font-family: 'Futura Bold';
}
.container.header .row .subline .first-part {
  font-size: 44px;
  margin: -10px 0 0;
}
.container.header .row .subline .second-part {
  font-size: 34px;
  margin-top: -5px;
}
.container.header .row p.quote-text {
  font-size: 26px;
  margin-bottom: 0px;
}
/* #endregion header */

/* #region maincontent */

/* #region slider */

.slider {
  margin: 0 auto;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.slider .slide__mover {
  background-color: white;
}
.slider .slide__mover .zoomer {
  border: 1px solid #dcd9d9;
  position: relative;
  max-height: 250px;
  min-height: 200px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.slider .slide__mover .zoomer .zoomer__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.slider .slide__mover .zoomer .zoomer__area:focus {
  outline: none;
}
.slider .slide__mover .zoomer .zoomer__image {
  max-width: 350px;
  width: 100%;
  max-height: 250px;
  height: 100%;
  display: block;
  margin: 0;
  flex: none;
  -ms-flex: none;
  -webkit-flex: none;
  transition: opacity 0.3s 0.3s;
  -webkit-transition: opacity 0.3s 0.3s;
}
.slider .slide__mover .zoomer.zoomer--active .zoomer__image {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.slider .slide__mover .zoomer.zoomer--notrans {
  -webkit-transition: none;
  transition: none;
}
.slider .slide__mover .zoomer.flex-center {
  border-bottom: none;
}
.slider .slide__mover .information {
  padding: 4% 8%;
  margin-bottom: 30px;
  border: 1px solid #dcd9d9;
  border-top-width: 0;
}
.slider .slide__mover .information .slide__title {
  font-size: 1.25em;
  font-weight: bold;
  min-height: 44px;
  color: #7d7d7d;
  margin-top: 10px;
}
.slider .slide__mover .information .slide__subtext {
  font-size: 85%;
  color: #7d7d7d;
  min-height: 50px;
  font-style: italic;
}
.slider .slide__mover .information .progress {
  border-radius: 0;
  margin: 8px 0;
  height: 12.5px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #bebebe;
}
.slider .slide__mover .information .progress .progress-bar {
  background-color: #004f70;
}
/* #endregion slider */

/* #region section content */

section {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -100%;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #27231d;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0s;
  transition: left 0s;
}
section.content--open {
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section .content__item {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0;
  min-height: 100%;
  margin: 0 auto;
  padding: 2em 0;
  pointer-events: none;
  opacity: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
section .content__item .content__item-img {
  display: block;
  max-width: 350px;
  max-height: 250px;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  position: fixed;
  top: 45px;
}
section .content__item.content__item--current {
  pointer-events: auto;
  opacity: 1;
}
section .content__item.content__item--current .content__item-inner {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section .content__item.content__item--current .content__item-img {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
section .content__item.content__item--reset {
  height: auto;
}
section .content__item .content__item-inner {
  padding: 0 10vw 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  backdrop-filter: blur(5px);
}
section .content__item .content__item-inner.row {
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  padding-bottom: 30px;
  /* Zur Zeit nicht aktiv */

}
section .content__item .content__item-inner.row a.at-icon-wrapper svg.at-icon {
  fill: white !important;
}
section .content__item .content__item-inner.row h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
section .content__item .content__item-inner.row h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0.25em 0 0.5em;
  /*color: #734380;*/

}
section .content__item .content__item-inner.row p {
  font-size: 0.95em;
  line-height: 1.5;
}
section .content__item .content__item-inner.row .donationForm {
  margin: 0;
  margin-top: 15px;
  padding: 25px;
  background: transparent;
  border: solid 1px #4c4c4c;
}
section .content__item .content__item-inner.row .donationForm p,
section .content__item .content__item-inner.row .donationForm strong {
  line-height: 1;
}
section .content__item .content__item-inner.row .donationForm .kein-code > div {
  padding: 0;
}
section .content__item .content__item-inner.row .donationForm .kein-code > div p {
  margin: 0;
}
section .content__item .content__item-inner.row .donationForm .kein-code > div > strong {
  font-size: 1.05em;
}
section .content__item .content__item-inner button {
  margin-top: 10px;
}
section .content,
section .content__item {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
section .content--open,
section .content__item--current {
  -webkit-transition: none;
  transition: none;
}
section .content__item-img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.8, 1);
  transition-timing-function: cubic-bezier(0.7, 1, 0.8, 1);
}
section .content__item--current .content__item-img {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
section .content__item-inner {
  -webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
  transition: transform 0.6s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.8, 1), ease;
  transition-timing-function: cubic-bezier(0.7, 1, 0.8, 1), ease;
}
section .content__item--current .content__item-inner {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1), ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1), ease;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
section.content--open .button--close {
  display: block;
}
section .button--close {
  font-size: 45px;
  position: absolute;
  top: 45px;
  right: 45px;
  margin: 0 25px;
  opacity: 1;
  color: #dfdfdf;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: none;
  display: none;
}
section .button--close:focus {
  outline: none;
}
section .button--close:hover {
  color: white;
}
section .back-button {
  margin-right: 10px;
}
section textarea {
  resize: none;
}
/* #endregion section content */

/* #endregion maincontent */

/* #region footer */

footer {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  transition: max-height 5s;
  -webkit-transition: max-height 5s;
}
footer.expanded {
  position: static;
}
footer,
footer > div {
  background-color: #27231d;
}
footer .footerrow {
  margin: 0;
}
footer .footerrow > div {
  height: 60px;
}
footer .footerrow .copyright,
footer .footerrow .countdownlabel {
  font-size: 10pt;
}
footer .footerrow .copyright > p,
footer .footerrow .countdown .countdownlabel {
  margin: 17.5px auto 17.5px 20px;
  font-size: 10pt;
  display: block;
  line-height: 25px;
}
footer .footerrow .copyright {
  color: white;
}
footer .footerrow .fTab {
  color: white;
  background-color: #27231d;
  text-align: center;
}
footer .footerrow .fTab i {
  cursor: pointer;
  margin: 17.5px auto;
  display: inline-block;
}
footer .footerrow .fTab i:before {
  font-size: 25px;
}
footer .footerrow .countdown {
  color: white;
  text-align: center;
}
footer .footerrow .countdown .countdownlabel {
  float: left;
}
footer .footerrow .countdown .event-timer {
  width: 400px;
  float: right;
  margin-right: 20px;
}
footer .footerrow .countdown .event-timer ul {
  margin-top: 7px;
  margin-bottom: 0;
}
footer .footerrow .countdown .event-timer ul li {
  list-style: none;
  float: left;
  width: 25%;
}
footer .footerrow .countdown .event-timer ul li span {
  display: block;
  margin: 0;
  font-size: 25px;
  color: #f3b200;
}
footer .footerrow .countdown .event-timer ul li strong {
  display: block;
  color: white;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 5px;
  padding-bottom: 3px;
}
footer .footercontent {
  display: none;
  color: white;
}
footer .footercontent .copyright {
  display: none;
}
footer .footercontent.active {
  display: block;
}
footer .footercontent .row {
  margin: 0 15px;
}
footer .footercontent .subscriberow {
  background: transparent;
  color: white;
  border: solid 1px #4c4c4c;
  min-height: 150px;
  padding: 40px;
}
footer .footercontent .subscriberow div:first-child {
  min-height: 80px;
}
footer .footercontent .subscriberow i {
  font-size: 80px;
  color: #cccccc;
  margin-left: -10px;
  padding-right: 20px;
}
footer .footercontent .subscriberow span {
  position: relative;
  font-size: large;
  font-weight: bold;
}
footer .footercontent .subscriberow p {
  font-size: 15px;
}
footer .footercontent .subscriberow label {
  font-weight: normal;
}
footer .footercontent .esrow {
  margin-bottom: 25px;
}
footer .footercontent .esrow .aboutus p,
footer .footercontent .esrow address {
  font-size: 15px;
}
/* #endregion footer */

/* #region Modal */

.modal-content {
  border-radius: 0;
}
/* #endregion Modal */

/* #region media queries */

@media only screen and (min-width: 1080px) {
  .content__item-inner.row {
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .slider .slide__mover .information .slide__subtext {
    /*Mwambao hat hier 3 Zeilen, deshalb müssen wir die min-height anpassen */
    min-height: 60px;
  }
  .maincontent {
    margin-bottom: 0;
  }
  .event-timer {
    margin-bottom: 15px;
  }
  footer .copyright {
    display: none;
  }
  footer .footercontent .copyright {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .project {
    margin: 0 auto 0;
  }
  /*.footercontainer {
          text-align: center;
          width: 100%;
          padding: 0 100px;
      }*/
  
  footer {
    position: static;
  }
  footer .footerrow .copyright {
    text-align: center;
  }
  footer .footercontent .subscriberow {
    margin: 15px;
  }
  footer .footercontent .subscriberow i {
    font-size: 45px;
  }
  footer .footercontent .subscriberow label:not(:last-child) {
    margin-top: 20px;
  }
  footer .footercontent .subscriberow button {
    width: 100%;
  }
  .headline {
    margin-top: 25px;
  }
}
@media only screen and (max-height: 800px) {
  section .button--close {
    position: fixed;
    top: 3%;
    right: 0%;
    color: #888888;
  }
}
@media only screen and (width: 360px) {
  footer .footerrow .countdown .event-timer {
    margin-right: -10px;
  }
}
/* #endregion media queries */

/* #region wirds gebraucht? */

/*.hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}*/

/* #region preview ? */

/*
    .preview {
        overflow: hidden;
        background: #18191b;
    }

    .preview {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }
    
    .zoomer--active .preview img {
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    .preview img {
        -webkit-transition: -webkit-transform 0.6s 0.3s;
        transition: transform 0.6s 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
        transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    }

    .zoomer--active .preview img {
        -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
*/

/* #endregion preview ? */

/* #endregion wirds gebraucht? */

