@media only screen and (max-width: 1860px) {}


.main_,
.about_1,
.about_2,*
/*.vorteil-section,*/
.collage-section,
.info-section,
/*.unernehmen */
{
  display: none;
}

@media only screen and (max-width: 1760px) {
  .main_ .inside {
    width: 1456px;
  }
  .events-section .inside:before {
    right: -60px;
    left: auto;
    top: -60px;
    background-size: contain;
    width: 240px;
    height: 240px;
  }
  .main_ {
    height: 680px;
    padding: 80px 0 0;
    background-size: cover;
  }
  .main_:before {
    width: 60%;
  }
  .main_ .caption {
    width: 610px;
  }
  .main_ .caption:after {
    right: 190px;
  }
  .about_1 .caption {
    width: 830px;
  }
  .about_2 .caption {
    width: 780px;
  }
  .about_1 .inside .gallery img {
    width: 600px;
  }
  .about_1 .inside .gallery {
    right: 20px;
    top: 180px;
  }
  .vorteil-section .text .txt {
    width: 800px;
  }
  .vorteil-section .inside .gallery img {
    width: 660px;
  }
  .vorteil-section .inside .gallery {
    right: -50px;
  }
  .vorteil-section .small {
    text-align: center;
  }
  .collage-section .img {
    margin-left: 0;
  }
  .collage-section .img img {
    width: 800px;
    max-width: 100%;
  }
  .info-section {
    margin-top: -90px;
    padding: 100px 0;
  }
  .collage-section .content:after {
    right: 0;
  }
  .main_ .caption:after {
    right: -205px;
  }
  .events-section {
    padding-bottom: 60px;
  }
  .vorteil-section .small {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1460px) {
  .inside {
    width: 1200px;
  }
  .events-section .events-grid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .events-section .events-grid {
    gap: 7px 0;
  }
  .about_1 .inside .gallery {
    right: -120px;
  }
  .about_1 .inside .gallery img {
    width: 560px;
  }
  .info-section .text {
    width: 540px;
  }
  .info-section .card-info {
    margin-right: 0;
  }
  .collage-section .text {
    width: 580px;
  }
  .collage-section h3 {
    margin-bottom: 20px;
  }
  .collage-section .img img {
    width: 600px;
  }
  .collage-section .content:after {
    bottom: 66px;
  }
  .info-section .text h3 {
    margin-bottom: 30px;
  }
  .vorteil-section .text .txt {
    padding-right: 40px;
  }
  .vorteil-section .text {
    width: 700px;
  }
  .vorteil-section .item.item-2 {
    margin-right: 0;
    margin-left: 0;
  }
  .vorteil-section .item.item-3 {
    margin-left: 0;
  }
  .vorteil-section .inside .list {
    gap: 20px 0;
  }
  .vorteil-section .inside .gallery img {
    width: 600px;
  }
  .vorteil-section {
    padding: 80px 0 70px 0;
  }
  .unernehmen {
    padding: 80px 0;
  }
  .unernehmen .unernehmen__footer p:first-child {
    margin-bottom: 40px;
  }
  .unernehmen .unernehmen__heading {
    margin-bottom: 60px;
  }
  .main_ .inside {
    width: 960px;
  }
  .main_ {
    padding-top: 40px;
    height: 610px;
  }
  .main_ .caption {
    width: 640px;
  }
  .main_ .txt {
    width: 460px;
  }
  .main_ h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .main_:before {
    width: 70%;
  }
  .main_ .caption:after {
    top: 0;
  }
  .about_1 .inside .gallery {
    right: -100px;
  }
  .about_1 .inside .gallery img {
    width: 420px;
  }
}
@media only screen and (max-width: 1200px) {
  .inside {
    width: 960px;
  }
  .about_1 .inside .gallery {
    right: 0;
  }
  .about_1 .caption {
    width: 500px;
  }
  .vorteil-section .inside .gallery img {
    width: 460px;
  }
  .vorteil-section .text .txt {
    width: 600px;
    padding-right: 70px;
  }
  .collage-section .img img {
    width: 430px;
  }
  .collage-section .text {
    width: 500px;
  }
  .collage-section .content:after {
    bottom: auto;
    top: -60px;
  }
  .info-section {
    margin-top: 0;
  }
  .collage-section .text {
    padding: 100px 0 60px;
  }
  .info-section .card-info {
    padding: 24px;
  }
  .info-section .card-info .info {
    font-size: 18px;
  }
}
@media only screen and (min-width: 961px) {
  .main_mob {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .main_:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 200px;
    background: rgba(96, 125, 168, 1);
    bottom: -200px;

  }
  .main_:before {
    background: linear-gradient(0deg,rgba(96, 125, 168, 1) 20%, rgba(17, 31, 20, 0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -100px;
    top: auto;
    content: "";
    position: absolute;
  }
  .main_ {
    height: 540px;
    background: url(../img/main-mob.jpg) no-repeat center/cover;
    position: relative;

  }
  .main_mob h1 {
    margin-bottom: 30px;
  }
  .main_mob p:not(:last-child) {
    margin-bottom: 20px;
  }
  .main_mob .caption {
    width: 100%;
  }
  .main_ .txt {
    width: 100%;
  }
  .main_mob {
    
    padding-top: 40px;
    position: absolute;
    padding-bottom: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    bottom: -200px;
    width: 100%;
    left: 0;
  }
  .main_ .caption {
    display: none;
  }
  .events-section .events-grid .event-card {
    max-width: 32.8%;
  }
  .about_1 {
    padding: 40px 0;
  }
  .about_1 .inside .gallery {
    position: static;
    margin-top: 30px;
  }
  .about_1 .caption {
    width: 100%;
  }
  .about_1 {
    padding-top: 260px;
  }
  body {
    position: relative;
  }
  body:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: url(../img/fly-1.png) no-repeat center/contain;
    right: 20px;
    top: 20px;
  }
  .vorteil-section .inside .gallery {
    position: static;
  }
  .vorteil-section .text {
    width: 100%;    
  }
  .vorteil-section .text .txt {
    width: 100%;
    padding-right: 0;
  }

  .collage-section .img {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .collage-section .text {
    width: 100%;
    position: static;
    margin-top: -20px;
    padding-top: 0;
  }

  .info-section .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .unernehmen .unernehmen__footer {
    font-size: 32px;
  }
}
@media only screen and (max-width: 860px) {
  .main_mob h1 {
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .about_2 {
    padding: 40px 0;
    background: #F39406;
  }
  .info-section .text h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .collage-section h3 {
    font-size: 36px;
  }
  .info-section .text p {
    margin-bottom: 20px;
  }
  .unernehmen {
    padding: 60px 0;
  }
  .unernehmen .unernehmen__footer p:first-child {
    margin-bottom: 30px;
  }
  .collage-section .text {
    font-size: 18px;
  }
  .vorteil-section {
    padding: 60px 0;
  }
  .vorteil-section h4 {
    line-height: 1.1;
  }
  .about_1 h3 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .about_1 .caption {
    font-size: 18px;
  }
  .about_2 h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .events-section .events-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .events-section .inside:before {
    background-size: contain;
    width: 160px;
    height: 160px;
  }
  .events-section .events-grid .event-card .event-title {
    font-size: 22px;
  }

}
@media only screen and (max-width: 640px) {
  .vorteil-section .item {
    width: 100%;
  }
  .vorteil-section h3 {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .vorteil-section h3:after {
    background-size: contain;
    width: 260px;
    background-repeat: no-repeat;
    left: -30px;
    height: 50px;
    top: auto;
    bottom: -26px;
  }
  .vorteil-section h4 {
    font-size: 22px;
  }
  .events-section .events-grid .event-card {
    max-width: 49.5%;
  }
  .inside {
    padding: 0 12px;
  }
  .main_mob {
    padding-bottom: 30px;
  }
  .main_ h1 {
    font-size: 36px;
  }
  .info-section .card-info .ava img {
    width: 180px;
  }
  .info-section .card-info .ava:after {
    left: 0;

    width: 190px;
    height: 110px;
    background-size: contain;
  }
  .info-section .card-info .info {
    width: calc(100% - 220px);
  }
  .info-section .card-info .info li:before {
    left: -34px;
    top: -4px;
  }
  .unernehmen .unernehmen__footer {
    margin-top: 40px;
  }
  .info-section {
    padding: 60px 0;
  }
  .unernehmen .unernehmen__heading {
    margin-bottom: 30px;
  }
  .main_ h1 {
    line-height: 1.15;
    font-size: 32px;
  }
  .main_ .txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .info-section .card-info .info {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }

  .unernehmen .unernehmen__heading h3 {
    font-size: 36px;
  }
  .unernehmen .unernehmen__footer {
    font-size: 24px;
  }
  .main_ h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .main_mob p:not(:last-child) {
    margin-bottom: 14px;
  }
  .about_1 .caption {
    font-size: 16px;
  }

  .about_2 .caption,
  .vorteil-section .text .txt,
  .collage-section .text,
  .info-section .text,
  .main_ .txt {
    font-size: 16px;
  }
  .unernehmen .unernehmen__heading {
    font-size: 16px;
  }
  .unernehmen .unernehmen__heading h3,
  .info-section .text h3,
  .about_2 h3,
  .about_1 h3,
  .collage-section h3 {
    font-size: 32px;
  }
  .vorteil-section .item p:not(:last-child) {
    margin-bottom: 12px;
  }
  .vorteil-section .item strong {
    font-size: 20px;
  }
  .main_ {
    height: 360px;
  }
  .main_mob {
    bottom: -300px;
  }
  .main_:before {
    bottom: -60px;
  }
  .about_1 {
    padding-top: 360px;
  }
  .main_:after {
    height: 300px;
    bottom: -300px;
  }

}