@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .tabs-content .swiper-container .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* ---------- Responsive ab 1000px ---------- */
@media (max-width: 1000px) {

    header .row>* {
      width: 25%;
    }
    .btn.btn-icon {
      display: inline-block;
    }
    .page-header-nav {
        position: absolute;
        right: 5%;
    }

}
@media screen and (max-width: 992px) {
    .form-newsletter-wrapper {
        display: block;
    }
    .form-newsletter-text {
        margin-bottom: 15px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 38px;
    }
    h2,
    h3 {
        font-size: 28px;
    }
    .header-logo {
        width: 150px;
    }
    .page-header-nav {
        gap: 20px;
        padding-left: 15px;
    }
    .nav-primary {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .nav-main>li>a,
    .nav-main__expand {
        font-size: 20px;
        line-height: 26px;
    }
    .nav-main__submenu li {
        font-size: 20px;
    }
    .nav-search-wrapper {
        margin-bottom: 30px;
    }
    .nav-textbox-col {
        display: none;
    }
    .nav-soclinks {
        display: none;
    }
    .carousel-swiper {
        margin: 0 0 50px;
    }
    .swiper-slide__content {
        min-height: 250px;
    }
    .swiper-wrapper>.swiper-slide-visible:not(.swiper-slide-visible ~ .swiper-slide-visible) .swiper-slide__wrapper,
    .swiper-wrapper>.swiper-slide-visible:not(:has(~ .swiper-slide-visible)) .swiper-slide__wrapper {
        opacity: 1;
    }
    .swiper-button-next,
    .swiper-button-prev,
    .carousel-swiper--secondary .swiper-button-next {
        justify-content: flex-start;
        padding-left: 15px;
        right: -32px;
        top: 50%;
    }
    .swiper-button-prev,
    .carousel-swiper--secondary .swiper-button-prev {
        justify-content: flex-end;
        left: -32px;
        padding-right: 15px;
    }
    .carousel-swiper--tertiary .swiper-button-next,
    .carousel-swiper--tertiary .swiper-button-prev {
        background: none;
        /*display: none;*/
        right: -40px;
    }
    .carousel-swiper--tertiary .swiper-button-prev {
        left: -40px;
    }
    .carousel-swiper--tertiary .swiper-slide {
        padding: 15px 15px 20px;
    }
    .carousel-swiper--tertiary h3 {
        font-size: 24px;
    }
    .swiper-slide__th-info {
        flex-direction: column;
    }
    .swiper-slide__th-info p {
        margin-bottom: 0;
    }
    .swiper-slide__th {
        margin-bottom: 10px;
    }
    .swiper-slide__th-info+.btn-primary {
        width: 100%;
    }
    .swiper-slide__content3 {
        padding: 10px 20px;
    }
    .nav-tabs .swiper-wrapper {
        height: auto !important;
    }
    .nav-tabs .swiper-slide {
        flex: 1 1 auto;
        font-size: 24px;
        text-align: center;
    }
    .tabs-content .swiper-container .swiper-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .btn-group {
        flex-direction: column;
        padding: 0 15px;
    }
    .form-newsletter-wrapper,
    .form-newsletter {
        display: block;
    }
    .form-newsletter__input,
    .form-search__input {
        margin-bottom: 15px;
        width: 100%
    }
    .tail-select {
        margin-bottom: 15px;
    }
    .circle-modal {
        border-radius: 0;
        bottom: 0;
        height: auto;
        left: 0;
        padding: 20px;
        position: fixed;
        right: 0;
        width: 100%;
    }
    .circle-modal::after,
    .circle-modal .list-unordered-secondary {
        display: none;
    }
    .circle-modal h2 {
        font-size: 24px;
    }
    .circle-modal__close {
        right: 20px;
        top: -20px;
    }
    .intro-text,
    .article-text-intro {
        font-size: 20px;
    }
    .article-text-intro~p {
        font-size: 16px;
    }
    .list-group-btn {
        font-size: 18px;
    }
    .list-gallery__info {
        display: none;
    }
    .fancybox-slide .fancybox-image-wrap img {
        bottom: auto;
        height: auto;
        margin-left: 50%;
        min-height: inherit;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .intro-text__link {
        font-size: 20px;
    }
    .nav-footer,
    .footer-contacts__map,
    .footer-copyright {
        display: none;
    }
    .page-footer,
    .footer-address.text-right {
        text-align: center;
    }
    .footer-address {
        margin-bottom: 0
    }
    .footer-slogan {
        margin-bottom: 15px;
    }
    .footer-soclinks {
        justify-content: center;
    }
    header .text-right {
        flex-basis: 100%;
        margin-top: 10px;
        justify-content: center;
        order: 3;                 /* unter Logo + Sprache/Burger */
    }
    .d-sm-flex {
        display: flex !important;
    }
/*    .page-header-nav {
        margin-right: 10%;
    }*/
    .btn.btn-icon {
      display: flex;
    }
    .nav-language {
        padding-top: 20px;
    }
    .hamburger {
        top:5px;
    }
    .container{
   margin: 0;
   padding: 0;

    }


}

@media screen and (max-width: 576px) {
    .list-authors__item-pic {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }
    .list-authors__item {
        text-align: center;
    }
}

@media screen and (max-width: 460px) {
  .btn.btn-icon {
    font-size: 8px;
  }

}
@media screen and (max-width: 375px) {}