.inside {
  width: 1186px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
body {
  font-family: 'bohemian';
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.flex-l {
  justify-content: flex-start;
}

.screen-main {
  background: #f1f0ed;
}
.screen-main .caption p {
  font-size: 64px;
  font-family: 'Lato';
  margin-top: 20px;
  font-weight: 400;
}
.screen-main .caption:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999;
  content: "";
  top: 218px;

}
.screen-main .caption {
  font-weight: 900;
  font-size: 200px;
  position: absolute;
  top: 60px;
  padding-left: 500px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
}
.screen-main img {
  position: relative;
  z-index: 2
}
.screen-2 {
  padding: 40px 0 60px;
}
.screen-2 .left {
  width: 650px;
  margin-top: -5px;
}
.screen-2 .left .text {
  margin-top: 25px;
  color: #333745;
  padding-left: 40px;
}
.screen-2 .right .img1 {
  -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.screen-2 .right .button a {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 6px;
  color: #fff;
  background: #333745;
  text-align: center;
  text-decoration: none;
  border: 2px solid #333745;
  font-size: 30px;
  font-family: 'Lato';
  transition: all 0.5s ease 0s
}
.screen-2 .right .button a:hover {
  color: #333745;
  background: #fff;
  transition: all 0.5s ease 0s
}

.screen-2 .right {
}
.screen-2 .left .text h2 {
  font-size: 64px;
  margin-bottom: 20px;
  font-weight: 400;
}
.screen-2 .left .text h3 {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Lato';
}
.screen-2 .left .text p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 17px;
  font-family: 'Lato';
  font-weight: 400
}
.screen-3 h2 {
  font-size: 30px;
  color: #333745;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.screen-3 {
  padding: 30px 0 20px;
  background: url(../images/screen-3.jpg) no-repeat center 0;
}
.screen-3 .row {
  margin-bottom: 10px;
  padding: 0 50px;
  padding-bottom: 18px;
  background: url(../images/line.png) no-repeat center bottom;
}
.screen-3 .row .desc {
  width: calc(100% - 260px);
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  padding-left: 50px;
  box-sizing: border-box;
  padding-top: 40px;
}
.screen-3 .row .desc p:nth-child(2) {
  margin-top: 50px;
}
.screen-3 .row img {
  transition: all 0.3s ease 0s;
}
.screen-3 .row:hover  img{
  transform: scale(1.07);
  transition: all 0.3s ease 0s;
}
.screen-3 .row .desc strong {
  color: #e2001a;
  font-size: 48px;
}
.screen-3 .row:last-child {
  background: none;
}
.screen-4 {
  padding-top: 40px;
  padding-bottom: 20px;
  background: url(../images/screen-4.jpg) no-repeat center 0;
}
.screen-4 .desc {
  width: 760px;
  line-height: 1.2;
  color: #333745;
  margin-left: 18px;
}
.screen-4 .desc li {
  margin-bottom: 2px;
}
.screen-4 .desc h2 {  
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.screen-4 .desc .button {
  margin-top: 24px;
}
.screen-4 .desc .button a img {
  transition: all 0.3s ease 0s;
}
.screen-4 .desc .button a img:hover {
  transform: scale(1.03);
  transition: all 0.3s ease 0s;
}
.screen-4 .desc li span {
  color: #e2001a
}

.screen-5 {
  padding: 34px 0;
}
.screen-5 .inside {
  position: relative;
}
.screen-5 .desc {
  color: #333745;
  line-height: 1.5;
  margin-left: 22px;
}
.screen-5 .desc h2 { 
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
.screen-5 .desc h3 { 
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.1;
}
.screen-5 .desc h3 span {
  display: block;
  font-size: 18px;
}
.centred {
  text-align: center;
  margin-top: 40px;
}
.i5 {
  position: absolute;
  right: -160px;
  top: 18px;
}
.screen-main .inside {
  position: relative;
}
.screen-main {
  padding-top: 50px;
  padding-bottom: 60px;
}


.screen-main .img2 {
    right: 200px;
    width: 400px;
    top: 240px;
}


.top-bar {
  height: 40px;
  background: #fff
}
#timer .dig {
  margin-right: 20px;
  font-family: Amatic SC;
}

@media screen and (max-width: 1200px) {
  .screen-2 .right img {
    width: 400px;
  }
  .screen-2 .left {
    width: calc(100% - 420px);
  }
  .screen-main .caption {
    font-size: 160px;
    top: 110px;
  }
  .screen-main .caption p {
    font-size: 50px
  }
  .screen-main .caption:after {
    top: 178px;
  }
}


















.newest .newest-inner {
  padding-top: 30px;
  padding-left: 140px;
}

.newest .inside {
  width: 1000px;
}

.newest .title {
  margin-bottom: 60px;
}
.newest .ttl h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}
.newest .ttl {
  font-size: 20px;
  width: calc(100% - 490px);
  text-align: left;
  font-family: 'Lato';
  font-weight: 300;

}
.newest .icon:after {
  width: 200px;
  height: 1px;
  right: -100px;
  top: 60px;
  content: "";
  background: #000;
  position: absolute;
}

.newest .icon {
  border-right: 1px solid #000;
  width: 330px;
  margin-right: 100px;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  padding-right: 30px;
}



.newest .title,
.colored .title {
  text-align: center;
  font-family: 'bohemian';
  font-size: 64px;
  margin-bottom: 40px;
}

.newest {
  font-family: Lato;
}
.newest,
.colored {
  font-family: 'Lato';
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f1f0ed;
}
.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  letter-spacing: 1.5px;
}
.timeline__event__content {
  padding: 20px;
  padding-top: 28px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background: #6c7c98;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #F0EAD6;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 20px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
  font-size: 16px;
  line-height: 1.3;
}
.timeline__event--type2:after {
  background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
  color: #fff;
  background: #6c7c98;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #000;
}
.timeline__event--type2 .timeline__event__icon {
  background: #F0EAD6;
  color: #fff;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #000;
}
.timeline__event--type2 .timeline__event__title {
  color: #000;
}
.timeline__event--type3:after {
  background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
  color: #fff;
  background-color: #6c7c98;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #000;
}
.timeline__event--type3 .timeline__event__icon {
  background: #F0EAD6;
  color: #fff;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #000;
}
.timeline__event--type3 .timeline__event__title {
  color: #000;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}



.imaged {
  padding: 40px 0 60px;
}
.imaged .right {
  width: 650px;
  margin-top: -5px;
}
.imaged .right .text {
  margin-top: 25px;
  color: #333745;
  padding-left: 40px;
}

.imaged .right .text h2 {
  font-size: 64px;
  margin-bottom: 60px;
  font-weight: 400;
}
.imaged .right .text h3 {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Lato';
}
.imaged .right .text p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 17px;
  font-family: 'Lato';
  font-weight: 400
}
.imaged .left img {
  -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.imaged .left {
  margin-top: 0px;
}

table td {
  padding: 10px 20px 10px 0;
}
table {
  font-family: 'Lato';
  line-height: 1.6;
}



.imaged .button img {
  width: 24px;
  margin-right: 20px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.imaged .button {
  margin-bottom: 20px;
}
.imaged .button a:hover img {
  filter: brightness(0) invert(1);
}
.imaged .button a:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.imaged .button a {
  position: relative;
  padding: 12px 20px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  border: 1px solid #000;
  border-radius: 4px;
  width: 300px;
  text-align: left;
  font-family: 'Lato';
  padding-left: 40px;
  transition: all 0.3s ease 0s;
}
.popup h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.popup p {
  font-family: 'Lato';
  margin-bottom: 20px;
  line-height: 1.4;
}
.popup ul li {
  margin-bottom: 12px;
  font-family: 'Lato';
}
.popup strong {
  font-weight: 500;
}
.popup ul {
  padding-top: 20px;
}
.popup {
  width: 800px;
  display: none;
  padding: 30px;
}
.ruckmeldung .button a:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.ruckmeldung .button a {
  position: relative;
  padding: 12px 20px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
  width: 300px;
  font-family: 'Lato';
  transition: all 0.3s ease 0s;
}
.ruckmeldung {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f1f0ed;
}

.ruckmeldung a {
  cursor: pointer;
}
.ruckmeldung p {
  font-family: 'Lato';
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.ruckmeldung strong {
  font-weight: 700;
}