home{
    font-family: "Circular Std Book";
    color:#000;
}
a{ color:#000}
.fs300{
    font-size: 200px;
    margin: 0 auto;
    display: block;
    font-size: 600;
    text-align: center;
    font-family: "Circular Std";
    background: url('../img/404gelbline.png') no-repeat center 200px;
}
.fs80{
    font-size: 51px;
    margin: 0 auto;
    display: block;
    font-size: 600;
    text-align: center;
    font-family: "Circular Std"
}

.container.contfull{
    width: 100%;
}

nav .tgroup a{
    text-decoration: none;
    color: #6c6c6b;
}

nav .tgroup a:hover{
    text-decoration: underline;
}

nav #opacity{
    display: none;
}

nav.opened #opacity{
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

nav #close{
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -5px;
}

nav #close:before{
    content: '';
    display: block;
    mask-image: url(../img/menu/ic-x.svg) !important;
    background: #fff;
    width: 20px;
    min-width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    mask-size: contain;
    mask-repeat: no-repeat;
}
.icomailspan::before {
    content: '';
    display: inline-block;
    mask-image: url('../images/icons/ico_mail.svg')!important;
    background: var(--gelb);
    width: 15px;
    min-width: 15px;
    height: 15px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    mask-size: contain;
    mask-repeat: no-repeat;
    margin: 0 5px 0 5px;
}


nav #close:hover:before{
    transform: rotate(180deg);
    opacity: 0.7;
}

nav > div:first-child{
    width: 1400px;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background: #fff;
}

nav > div:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    background: #318282;
    height: 100%;
    position: fixed;
    z-index: 6005;
    color: #fff;
    top: 0;
    box-shadow: 0 0 30px #626161;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}

nav.opened > div:last-child{
    right: 0;
}

nav.closed > div:last-child{
    right: -50%;
}

nav > div:last-child ul{
    list-style-type: none;
    padding: 0;
}

nav .menu_wrapper{
    position: relative;
    width: 560px;
    max-width: 100%;
    max-height: calc(100% - 270px);
}

nav > div:last-child .menu_wrapper > ul{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding-left: 35px;
    position: relative;
}

nav > div:last-child .menu_wrapper > ul > li{
    margin: 10px 0;
}

nav > div:last-child ul a{
    position: relative;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 26px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

nav > div:last-child .menu_wrapper > ul > li > ul{
    margin: 10px 0 0 0;
}

nav > div:last-child .menu_wrapper > ul > li > ul > li > a{
    color: #fff;
    padding: 4px 0 0 40px;
    text-decoration: none;
    line-height: 1.7;
    width: 100%;
}

nav > div:last-child .menu_wrapper > ul > li > ul > li > ul > li > a{
    color: #000;
    padding: 6px 0 6px 80px;
    text-decoration: none;
    line-height: 1.7;
    width: 100%;
    font-size: 16px;
}

nav > div:last-child .menu_wrapper > ul > li > a:hover{
    background: #696969;
}

nav .logo{
    display: block;
    background: url('../img/toplogo.png') no-repeat;
    width: 150px;
    background-size: contain;
    aspect-ratio: 170 / 51;
    margin-left: 5px;
}

nav .controls{
    padding: 30px 10px 22px 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

nav #bars {
    display: block;
    background: url('/img/icons/burger_ico.svg') no-repeat;
    width: 44px;
    height: 28px;
    cursor: pointer;
    margin-left: 20px;
    float: right !important;
    padding-top: 30px;
    font-size: 17px;
    color: #000;
    margin-top: -15px;
}


nav > div:last-child a.closed:after, nav > div:last-child a.opened:after{
    content: '';
    display: block;
    width: 21px !important;
    height: 21px !important;
    mask-image: url(../img/icons/arrow_menu_right_kunst.svg) !important;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff !important;
    mask-repeat: no-repeat;
    mask-position: center;
    transition: all 0.1s ease-in-out;
}

nav > div:last-child a.opened:after{
    transform: rotate(90deg);
}

nav .e_links{
    width: 560px;
    max-width: calc(100% - 60px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 20px 0;
    background-image: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    margin: 0 30px;
    z-index: 99;
    font-size: 14px;
}

nav .e_links img{
    max-height: 46px;
}

nav .e_links > a{
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    text-align: center;
}

nav .e_links > a:hover{
    text-decoration: underline;
}

nav > div:last-child ul#menu > li > a.opened,
nav > div:last-child ul#menu > li > a.opened + ul > li > a.opened,
nav > div:last-child ul#menu > li > a.opened + ul > li a.current{
    font-family: 'Circular_bold';
    font-weight: 500;
}

nav > div:last-child ul#menu > li > a.opened[data-color='grun1'],
nav > div:last-child ul#menu > li > a.opened[data-color='grun1'] + ul > li > a.opened,
nav > div:last-child ul#menu > li > a.opened[data-color='grun1'] + ul > li a:hover,
nav > div:last-child ul#menu > li > a.opened[data-color='grun1'] + ul > li a.current{
    color: #FBBA00;
}

nav > div:last-child ul#menu > li > a.opened[data-color='grun1']::after,
nav > div:last-child ul#menu > li > a.opened[data-color='grun1'] + ul > li > a.opened::after{
    background-color: var(--grun1);
}

nav > div:last-child ul#menu > li > a.opened[data-color='grun2'],
nav > div:last-child ul#menu > li > a.opened[data-color='grun2'] + ul > li > a.opened,
nav > div:last-child ul#menu > li > a.opened[data-color='grun2'] + ul > li a:hover,
nav > div:last-child ul#menu > li > a.opened[data-color='grun2'] + ul > li a.current{
    color: var(--grun2);
}

nav > div:last-child ul#menu > li > a.opened[data-color='grun2']::after,
nav > div:last-child ul#menu > li > a.opened[data-color='grun2'] + ul > li > a.opened::after{
    background-color: var(--grun2);
}

nav > div:last-child ul#menu > li > a.opened[data-color='mint1'],
nav > div:last-child ul#menu > li > a.opened[data-color='mint1'] + ul > li > a.opened,
nav > div:last-child ul#menu > li > a.opened[data-color='mint1'] + ul > li a:hover,
nav > div:last-child ul#menu > li > a.opened[data-color='mint1'] + ul > li a.current{
    color: var(--mint1);
}

nav > div:last-child ul#menu > li > a.opened[data-color='mint1']::after,
nav > div:last-child ul#menu > li > a.opened[data-color='mint1'] + ul > li > a.opened::after{
    background-color: var(--mint1);
}

nav > div:last-child ul#menu > li > a.opened[data-color='mint2'],
nav > div:last-child ul#menu > li > a.opened[data-color='mint2'] + ul > li > a.opened,
nav > div:last-child ul#menu > li > a.opened[data-color='mint2'] + ul > li a:hover,
nav > div:last-child ul#menu > li > a.opened[data-color='mint2'] + ul > li a.current{
    color: var(--mint2);
}

nav > div:last-child ul#menu > li > a.opened[data-color='mint2']::after,
nav > div:last-child ul#menu > li > a.opened[data-color='mint2'] + ul > li > a.opened::after{
    background-color: var(--mint2);
}

nav > div:last-child ul#menu > li > a.opened[data-color='blau2'],
nav > div:last-child ul#menu > li > a.opened[data-color='blau2'] + ul > li > a.opened,
nav > div:last-child ul#menu > li > a.opened[data-color='blau2'] + ul > li a:hover,
nav > div:last-child ul#menu > li > a.opened[data-color='blau2'] + ul > li a.current{
    color: var(--blau2);
}
nav > div:last-child ul#menu > li > a.opened[data-color='black'],
nav > div:last-child ul#menu > li > a.opened[data-color='black'] + ul > li > a.opened,
nav > div:last-child ul#menu > li > a.opened[data-color='black'] + ul > li a:hover,
nav > div:last-child ul#menu > li > a.opened[data-color='black'] + ul > li a.current{
    color: var(--gelb);
}

nav > div:last-child ul#menu > li > a.opened[data-color='blau2']::after,
nav > div:last-child ul#menu > li > a.opened[data-color='blau2'] + ul > li > a.opened::after{
    background-color: var(--blau2);
}
.menu_wrapper .search_box {
    width: 100%;
}
input#fsearch_input {
    width: 100%;
}
nav .search_box input {
    background: #fff;
    border: 1px solid #fff;
    height: 44px;
    outline: none;
    padding: 5px 10px;
    width: 100%;
    border-radius: 50px;
    z-index: 300;
    position: relative;
    color: #444;
}
nav .search_box input:after {
    #content: url("../img/icons/search-icon.svg");");
}
img#mainsearch-icon {
    position: absolute;
    right: 82px;
    z-index: 310;
    margin-top: 8px;
    width: 25px;
    cursor: pointer;
}
#main_search_field {
    margin-left: 0;
    width: 100%;
    border: none;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    color: #000;
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: none;
    font-family: CircularStd-Light;
}
#main_search_field::placeholder{
    color: #91919190;
}
#main_search_field:hover {
    background: #f0f0f0;
}
#menu li a.current{
    color: #FBBA00;
}
.top20{
    margin-top: 20px;
}

.bottom20{
    margin-bottom: 20px;
}

.top20p{
    padding-top: 20px;
}

.bottom20p{
    padding-bottom: 20px;
}
.footer_widgets >a{
    color: #fff;
}
.footer-column a:hover{
    text-decoration: underline!important;
}
/***************************** slider and banner ***********************/

.sliderMain{
    position: relative;
}

.sliderMain .hills{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: url('../img/header/hills2.png') no-repeat right;
    z-index: 1;
    background-size: contain;
    background-position: bottom right;
}
.sliderMain_mo .hills{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: url('../img/header/hills2.png') no-repeat right;
    z-index: 1;
    background-size: contain;
    background-position: top right;
}

/* main content */
.container{
    max-width: 1460px;
    margin: 0 auto;
    padding: 20px 0;
}

.section-title{
    font-size: 2.5em;
    margin: 20px 0;
    color: #f4a261;
}

.info-item{
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 0 20px;
    background: url(../img/icons/contur_tire.png) repeat-x;
    background-position: bottom left;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}
.info-item.lg{
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 0 20px;
    background: url(../img/icons/contur_tire.png) repeat-x;
    background-position: bottom left;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}

.info-item.notunderline{
    border-bottom: none;
}

.home_ihr_ausstellungen .info-item{
    border-bottom: none;
}

.home_ihr_ausstellungen .info-item .span{
    font-weight: 500;
    margin-left: 50px;
}

.info-item a, .reglink{
    margin-left: auto;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 10px;
    font-weight: 500;
}

.info-item a:hover{
    text-decoration: none;
}

.newtpl h1{
    font-family: 'CircularStd';
    font-size: 51px;
    font-weight: 700;
    margin: 15px 0 30px;
}

.newtpl .page_subtitle h2{
    font-family: 'CircularStd';
    font-size: 40px;
    font-weight: 600;
    margin: 75px 0 25px;
    background: url('../img/gelb_underline.png') no-repeat;
    background-position: -72px bottom;
    min-height: 100px;
    margin-left: -25px;
    padding-left: 25px;
}
.tabs-container h4{
    color: var(--gelb);
    font-family: "CircularStd";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.block.newtpl .page_subtitle h2{
    margin: 75px 0 35px -20px;
}
.newtpl .page_subtitle.onerow h2{
    background-position: -72px 20px;

}
.footer_copyright {
    text-align: right;
    font-size: 20px;
    color: #b2b2b2;
    margin: 30px 0;
}

.subcontent{
    padding: 0 130px;
}

.info-item div{
    width: 50%;
    flex-grow: 1;
}
.reglink.bold{
    font-weight: 600;
}
.home_ausstellungen_links{
    display: flex;
    margin: 10px 0;
    padding: 10px 0 20px;
    color: #000;
}
.home_ausstellungen_links div{
    width: 50%;
    flex-grow: 1;
}
.home_ausstellungen_links a {
    font-size: 26px;
}
.home_ausstellungen_links a:nth-child(1){
    margin-right: 30px;
}
a:hover{
    text-decoration: none;
    color: #000;
}
.ausstellungen_slider img.slickprev{
    margin-left: -75px;
}
.ausstellungen_slider .sli_right.slick-arrow{
    right: -35px;
    transition: all 0.2s ease-in-out;
}
.ausstellungen_slider .sli_right.slick-arrow:hover{
    right: -40px;
}
.ausstellungen_slider .sli_right.slick-arrow{
    right: -35px;
}
.homeinfos_slider .sli_left.slick-arrow{
    margin-left: -76px;
}
.homeinfos_slider .sli_right.slick-arrow{
    right: -35px;
}
.slid{
    padding-left: 5px;
    padding-right: 5px;
}
.hi_sl{
    font-weight: 600;
    font-size: 23px;
}

/**************************************************/

.divPBC:before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(190deg, rgba(41, 41, 41, 0.4) 0%, rgba(0, 0, 0, 0.00) 108.48%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.slider_green1 {
    position: absolute;
    top: 110px;
    font-size: 51px;
    color: #fff;
    #font-family: 'Circular Std Bold';
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
}
.slider_green2 {
    position: absolute;
    top: 110px;
    font-size: 51px;
    color: #fff;
    #font-family: 'Circular Std Bold';
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
}
.slider_blue1 {
    position: absolute;
    top: 110px;
    font-size: 51px;
    color: #fff;
    #font-family: 'Circular Std Bold';
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
}
.slider_black_56 {
    position: absolute;
    top: 185px;
    font-size: 75px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1;
}
.slider_white_56_white {
    position: absolute;
    top: 185px;
    font-size: 75px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1;
    text-shadow: 0 1px 15px #0000006b;
}
.slider_button_green2,.slider_button_blue1 {
    font-size: 26px!important;
    color: #fff;
    background: var(--gelb);
    height: 50px;
    border: none;
    min-width: 150px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    font-family: "CircularStd-Light";
    font-weight: 600;
    z-index: 999999!important;
}
.home_slide.dark:before {

}
/**********  .home_aktuelle_termine   ************/
.home_aktuelle_termine{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: -30px auto 0;
    padding: 10px;
}

.home_aktuelle_termine .event{
    flex: 1;
}

.home_aktuelle_termine .date{
    color: #919191;
    font-size: 19px;
    margin-bottom: 5px;
}

.home_aktuelle_termine .line{
    height: 4px;
    margin: 25px 0 25px;
    width: 70px;
    background: #000;
}

.home_aktuelle_termine .title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 5px 0;
}
.home_aktuelle_termine .title:hover{
    opacity: 0.6;
}

.home_aktuelle_termine .title span{
    font-size: 20px;
    font-weight: bold;
    color: #FBBA00;
    margin: 5px 0;
}

.home_aktuelle_termine .description{
    font-size: 20px;
    color: #000;
    margin: 30px 0 5px;
    min-height: 40px;
}

.home_aktuelle_termine .button{
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #FBBA00;
    color: #919191;
    text-decoration: none;
    border-radius: 11px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.vergange_wrapper .button{
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #FBBA00;
    color: #919191;
    text-decoration: none;
    border-radius: 11px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.vergange_wrapper_ .button{
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #FBBA00;
    color: #919191;
    text-decoration: none;
    border-radius: 11px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.vergange_wrapper  p {
    margin: 15px 0 15px 0;
    font-size: 20px;
    line-height: 33px;
}
.home_akt_content{ display:none; font-size: 20px;}
.home_akt_content p {
    margin: 15px 0 25px 0;
    font-size: 20px;
    line-height: 33px;
}
.home_akt_mehr.button{
    cursor: pointer;
}

.info-item.h_clock:before{
    background: url('../img/icons/home/clock.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    min-width: 45px;
    height: 45px;

}

.info-item.h_ticket:before{
    background: url('../img/icons/home/ticket.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    min-width: 45px;
    height: 45px;
}

.info-item.h_balооn:before{
    background: url('../img/icons/home/baloon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    min-width: 45px;
    height: 45px;
}

.info-item.h_inval:before{
    background: url('../img/icons/home/inval.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    min-width: 45px;
    height: 45px;
}

.info-item.h_call:before{
    background: url('../img/icons/home/call.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    min-width: 45px;
    height: 45px;
}


.info-item:before{
    content: '';
    display: block;
    transition: all 0.4s ease-in-out;
    mask-size: contain;
    mask-repeat: no-repeat;
    position: absolute;
    left: -75px;
}
.homeaktuelleswrapper{
    transition: all 0.4s ease-in-out;
}


@media (max-width: 600px){
    .home_aktuelle_termine{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .event{
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
    }

    .title{
        font-size: 16px;
    }

    .description{
        font-size: 12px;
        min-height: 50px;
    }

    .button{
        font-size: 10px;
        padding: 4px 8px;
    }
}

/********* home  rund_kunstmuseum  *************/
.rund_kunstmuseum{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
    padding: 10px;
}

.rund_kunstmuseum .event{
    position: relative;
    overflow: hidden;
}

.rund_kunstmuseum .event img{
    width: 100%;
    height: auto;
    display: block;
}

.rund_kunstmuseum .event-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.3s ease;
    font-size: 24px;
    font-weight: 600;
}

.rund_kunstmuseum .event-content a{
    color: #fff;
    text-decoration: none;
    margin-left: 0; /* Убрал отступ слева */
    white-space: nowrap; /* Чтобы ссылка оставалась в одну строку */
}
.rund_kunstmuseum .event-content a:hover{
    text-decoration: underline;
}

.rund_kunstmuseum .event:hover .event-content{
    padding: 15px; /* Увеличиваем отступы для эффекта роста */
}

.home_part_flexblocks{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forderer{
    display: flex;
    gap: 60px;
    margin-top: 35px;
}

.home_partner{
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 20px;
}

.bordered_both_tire{
    height: 2px;
    background: url('../img/icons/contur_tire.png') repeat-x;
    background-position: center center;
    margin: 35px 0
}

.home_socials{
    margin-top: 120px;
    font-size: 26px;
    font-weight: 600;
}

/**********************************   FOOTER   ****************************************/

footer{
    background: #000;
    color: #fff;
    padding: 0 0;
    margin-top: 40px;
}

.footer_widgets{
    padding: 20px 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.footer_widgets .footer-column{
}

.footer_widgets .footer-column h3{
    color: #FBBA00;
    font-size: 26px;
    margin-bottom: 10px;
}

.footer_widgets .footer-column p{
    font-size: 26px;
    margin: 5px 0;
}

.footer_widgets .links{
    grid-column: 1 / 2; /* Помещаем под первую колонку */
    margin-top: 20px;
    border-left: none;
}

.footer_widgets a{
    display: inline-block;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    #margin: 5px 0;
}
.footer_widgets .footer-external:after{
    content: url('../img/footer-icons/footer_arrow.svg');
    margin-left: 10px;
}
.external_link:after{
    content: url('../img/icons/external_arrow.svg');
    margin-left: 10px;
}
.footer_widgets .links a:hover{
    text-decoration: underline;
}

.ellll::after {
    content: url(/img/icons/arrow_search.svg);
    margin-left: 15px;
}

a.external_link.gelb_mehr {
    border: 2px solid var(--gelb);
    border-radius: 10px;
    padding: 3px 15px;
    color: #919191;
}
a.external_link.gelb_mehr:after {
    content: url('../img/icons/external_arrow_gelb.svg');
}
.slider_button_blue1:hover {
    opacity:1!important;
}

.slider_button_green1:hover {
    opacity: 1!important;
}

.slider_button_green2:hover {
    opacity: 1!important;
}
span.pointer.less___ {
    font-weight: 300;
    text-decoration: underline;
    visibility: hidden;
}
span.pointer.less___:hover {
    opacity: 0.6;
}
.morenews___{
    margin-right: 30px!important;
}
.notbordered{ border: none!important; }
.notbordered.normlink{
    font-family: CircularStd-Light;
    font-weight: 600;
}
.notbordered.normlink:hover{
    text-decoration: underline;
}
a.blacklink {
    background: #000;
    color: #fff;
}
.auss_h3 {
    font-size: 26px;
    font-family: 'CircularStd';
    font-weight: 500;
}
















@media (max-width: 600px){
    .footer_widgets{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .footer_widgets .footer-column{
        border-left: none;
        padding-left: 0;
        padding-top: 10px;
    }

    .footer_widgets .links{
        grid-column: 1; /* Остаётся под первой колонкой */
        margin-top: 15px;
    }
}


/**********************************  404 **********************************/

.container404{
    content: '';
    display: block;
    background: url(../img/404bg.png) no-repeat;
    min-height: 100vh;
}
.links404{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
    font-size: 24px;
    font-weight: 600    ;
    margin-top: 60px;
}
.links404 div:nth-child(1) span:before {
    content: ">";
    color: #000;
    font-size: 30px;
    margin-right: 13px;
    border: 3px solid #000;
    padding: 0 10px 0 12px;
    border-radius: 12px;
}
.links404  div:nth-child(2)  span:before {
    content: "";
    background: url(../img/4042.png) no-repeat;
    background-size: contain;
    margin-right: 13px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    margin-left: -53px;
    margin-top: -3px;
}
.links404  div:nth-child(3)  span:before {
    content: "";
    background: url(../img/4043.png) no-repeat;
    background-size: contain;
    margin-right: 13px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    margin-left: -53px;
    margin-top: -3px;
}

/**********************************  MENU **********************************/
nav > div:last-child{
    display: block;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    background: #919191;
    height: 100%;
    position: fixed;
    z-index: 6005;
    color: #fff;
    top: 0;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}

nav .menu_wrapper{
    position: relative;
    width: 70%;
    max-width: 100%;
    max-height: 80%;
    height: 80%;
}

nav .controls{
    padding: 30px 0 22px 45px;
    width: 100%;
    display: flex;
    justify-content: none;
    align-items: none;
    gap: none;
    float: right;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
}

::-webkit-scrollbar{
    width: 5px;
    background: #f0f0f0;
}

#bars:hover{
    text-decoration: none;
}
.socials {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
div#breadcrambs a {
    font-size: 16px;
    font-style: italic;
    line-height: 33px;
}
div#breadcrambs {
    display: flex;
    font-size: 16px;
    line-height: 33px;
    gap: 10pt;
    margin: 20px 10px 10px 0;
    font-style: italic;
}
span.breadspan {
    font-weight: 600;
}
.bs_search_result_kurzbeschreibung, .bs_search_result_kurzbeschreibung p {
    font-size: 20px;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left!important;
}
.searchtitle{
    color: var(--gelb);
    padding-left:10px;
    font-family: CircularStd-Light;
}
.searchwrapper{
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: left;
    gap: 10px;
}
.child.search_input_wrapper{
    flex-basis: 80%;
    display: flex;
    flex-flow: row nowrap;
}
div#search_senden {
    height: 55px;
    padding: 16px 50px 20px 20px;
    background-color: var(--gelb);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}
div#search_senden::after {
    position: absolute;
    right: 20px;
    top: 20px;
    content: "";
    height: 20px;
    width: 14px;
    display: block;
    mask-image: url(/img/icons/arrow_right.svg);
    background-color: #fff;
    transition: right 0.3s;
}
.bold{
    font-family: "CircularStd"!important;
    font-weight: 600!important;
}
.bs_search_result_name::after {
    content: url(/img/icons/arrow_search.svg);
    margin-left: 15px;
}
.bs_search_result_div {
    padding: 15px 0 15px 0;
    background-image: url("../img/dotted_line_4.svg");
    background-repeat: repeat-x;
    background-position: left bottom;
}
.divPBC .container {
    padding: 0;
}
.pointer{ cursor: pointer; }
/****************************************** cookies popup ****************************************/

.cc_dialog {
    width: 50%;
}
button.closeBtnCookie {
    color: var(--gelb);
    background-image: url("../img/icons/console_close.svg")!important;
    background-repeat: no-repeat!important;
    width: 20px!important;
    height: 20px!important;
    background-size: contain!important;
}
.cc_css_reboot button {
    border-radius: 2px;
    padding: .5rem 1rem;
    outline: none;
    background: #fff;
    color: #111;
    cursor: pointer;
    border: none;
    transition: all ease .3s;
}
.cc_cp_m_menu li:nth-child(3) {
    display: none !important;
}
.cc_cp_m_menu li:nth-child(4) {
    display: none !important;
}
.cc_cp_m_menu li:nth-child(5) {
    display: none !important;
}
/*************** search ***********************/
ul.dropdown-menu li a div {
    text-transform: capitalize;
    color: #000;
    display: inline;
    margin: 10px 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 0 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.totop-button {
    position: fixed;
    right: 160px;
    bottom:665px;
    cursor:pointer;
    z-index: 999999;
    visibility:hidden
}
.totop-button.showed {
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    z-index: 5000;
    visibility: visible;
}
/************************* tabs ********************/

.tab-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.tab-item {
    display: inline-block;
    margin-right: 10px;
}
.tabitem {
    display: inline-block;
    margin-right: 10px;
}
.tab-content {
    display: none;
    padding: 20px 0;
}
.tab-content.active {
    font-family: "CircularStd-Light";
    font-size: 20px;
    display: block;
    line-height: 33px;
}
.tab-content p {
    margin: 30px 0 15px 0;
    font-size: 20px;
    line-height: 33px;
}
li.tab-item  a,li.tabitem  a {
    color: #000;
    padding: 5px 15px 5px 0;
    margin-right: 30px;
    font-size: 26px;
    line-height: 33px;
}
li.tab-item.active a {
    font-weight: 600;
    border: 1px solid var(--gelb);
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 30px;
}
li.tab-item.active a:visited {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
li.tab-item.active a:active  {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
li.tab-item.active a:focus  {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.auss_title {
    color: #000;
    font-family: "CircularStd";
    #font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 70px 0 40px 0;
}
.eventauss_subtitle {
    font-size: 18px;
}
.vergange_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 70px auto 0;
    padding: 10px 0;
}
.vergange_wrapper .elem{
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.vergange_wrapper .contentWrapper{
    display: none;
}
img.rund_next {
    width: 33px !important;
}
.elem img{
        width: 100%;
        height: auto;
        display: block;
}
.auss_image_wrapper{
    display: grid;
    grid-template-columns: 40% auto;
    gap: 60px;
    margin: 0 auto;
    padding: 10px 0;
}

.auss_image_wrapper div{
    position: relative;
    overflow: hidden;
}
.auss_preview img{
    width: 100%;
    height: auto;
    display: block;
}
.ausslink {
    margin-left: auto;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 2;
}
.links_seps {
    margin-bottom: 28px;
    padding-bottom: 28px;
    #background-image: url(../img/icons/line-links.png);
    background-image: url('/images/serv/dotted_line_3.svg');
    background-repeat: repeat-x;
    background-position: left bottom;
}
.vergange_wrapper_ {
    margin-top: 30px;
}
.links_seps:first-child {
    margin-top: 5px;
}
.links_seps:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
}
.auss_sep {
    width: 125px;
    height: 5px;
    background: #000;
    margin: 80px 0 100px;
}
.homeauss_lim {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
div#Aktuelle-Termine {
    height: 20px;
}
.auss1_wrapper.lg:last-child .auss_sep{
    display:none;
}

.auss_image {
    display: flex;
    display: block;
}
.auss_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 60px auto 0;
}
.auss_image img {
    width: 100%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.sli_left.slick-arrow {
    position: absolute;
    left: 40px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 100;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.sli_right.slick-arrow {
    position: absolute;
    right: 40px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.slicknext:hover, .slickprev:hover {
    width:30px;
    transition: all 0.2s ease-in-out;
}

.auss_intro  p {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 26px;
    color: #919191;
}
img#totop:hover {
    opacity: 0.6;
}
.homeslick_intro p{
    margin: 5px 0 15px 0;
}
.homeslick_intro p {
    font-family: "CircularStd-Light";
    margin: 0 0 15px 0!important;
    font-size: 18px;
    color: #919191;
    line-height: 26px;
}

.homeslick_title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #919191;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 10px;
}
a#thirdlink {
    margin-left: 140px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
    margin-right: 15px;
    border-radius: 10px;
    font-weight: 500;
}

.banner_line_3 {
    top: 315px;
    z-index: 999999999!important;
    position: absolute;
}
.banner_line_3.three_line_button {
    top: 400px;
    z-index: 999999999!important;
    position: absolute;
    cursor: pointer!important;
}
.mainslider a{
    z-index: 99999999999999999!important;
    cursor: pointer!important;
}
.mainslider button{
    z-index: 99999999999999999!important;
    cursor: pointer!important;
}
/***********************************/
button.owl-prev {
    position: absolute;
    left: -40px;
    top: 170px;
}
button.owl-prev span{
    font-size: 65px;
    font-weight: 600;
}
button.owl-next {
    position: absolute;
    right: -40px;
    top: 170px;
}
button.owl-next span{
    font-size: 65px;
    font-weight: 600;
}
.button.owl-next img:hover {
    width: 30px!important;
    transition: all 0.2s ease-in-out;
}
.button.owl-prev:hover img {
    width: 30px!important;
    transition: all 0.2s ease-in-out;
}
.owl-dots {
    display: none;
}
.tab-content {
    padding:0;
}
/*
.owl-item:hover{
    border: 2px solid var(--gelb)  ;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

 */
.vergange_wrapper .elem:hover .auss_ver_img{

    border: 2px solid var(--gelb)  ;
    padding: 4px;
    transition: all 0.2s ease-in-out;
}
/***********************************/

.slick-dots {
    z-index: 999!important;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 11px;
    width: 15px!important;
    height: 15px!important;
    content: '•';
    text-align: center;
    opacity: 0.9;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    border: 2px solid #EDEDED;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    opacity: .85;
    border: 2px solid #F9B201!important;
    border-radius: 50%;
    background: #F9B201!important;
    color: transparent;
    width: 10px;
    height: 10px;
}

.auss_ver_title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: 15px;
    color: #919191;
}
.auss_ver_intro p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    color: #919191;
}

.homeinfos_slider button.owl-next {
    position: absolute;
    right: -40px;
    top: 120px!important;
}
.homeinfos_slider button.owl-prev {
    position: absolute;
    left: -40px;
    top: 120px!important;
}
.auss_text .mini {
    font-size: 12px;
    margin: 15px 0 0;
}
.abook {
    text-align: center;
    padding: 30px 0;
}
.abook_wrapper {
    display: flex;
    justify-content: left;
    text-align: left;
    gap: 20px;
}
.abook2 {
    font-size: 24px;
    font-family: 'CircularStd-Bold';
    line-height: 33px;
    padding-top: 10px;
}
img.abook2_img {
    #height: 80px;
}
.pub_wrapper {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: -5px auto 0;
    padding: 10px 0;
}
.pub_price_count{
    color: var(--gelb);
    font-family: "Circular Std";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
}
.pub_price_count span {
    float: right;
    color: #030000;
    font-family: "Circular Std";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.pub_image {
    width: 100%;
    height: 448px;
    object-fit: cover;
}
/*
.pub_title {
    color: #030000;
    font-family: "Circular Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
 */


.pub_title {
    color: #030000;
    font-family: "Circular Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-content: stretch;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    min-height: 48px;
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
.pub_intro p {
    color: #919191;
    font-family: 'CircularStd-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 5px;
}
 */
.pub_intro p {
    margin-top: 5px;
    color: #919191;
    font-family: 'CircularStd-Light';
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}
.pub_item {
    margin-bottom: 20px;
}
div#Anzeigen {
}
#Anzeigen .bekannt_div{

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}
ul.pub_pagin_menu.lg li {
    margin: 0 10px;
}
ul.pub_pagin_menu.lg {
    display: flex;
}
.pub_count {
    display: flex;
    justify-content: left;
    margin-top: -3px;
}
.pub_pagin {
    display: flex;
    justify-content: right;
    font-size: 20px;
    line-height: 33px;
    margin-top: -4px;
}
.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: right;
    gap: 10px;
}

.active span.current {
    color: #fff;
    background: var(--gelb);
    box-shadow: none;
    cursor: default;
    padding: 1px 14px;
    font-weight: 500;
    border-radius: 10px;
}
span.current.prev {
    background:#fff;
    border: 1px solid var(--gelb);
    border-radius: 10px;
    padding: 0 15px;
    color: #919191;
}
span.current.next {
    background:#fff;
    border: 1px solid var(--gelb);
    border-radius: 10px;
    padding: 0 15px;
    color: #919191;
}
a.page-link{
    padding: 0 11px;
    border-radius: 10px;
    border: 1px solid #fff;
}
a.page-link:hover {
    padding: 0 11px;
    border: 1px solid #919191;
}
div#pub_switch {
    display: flex;
    gap: 20px;
    margin-left: 30px;
    justify-content: start;
}
div#pub_switch img {
    border: 1px solid #919191;
    max-width: 54px;
    border-radius: 10px;
    padding: 5px;
    margin-top: -12px;
    max-height: 53px;
}
#pub_switch img{
    cursor: pointer;
}
div#pub_switch img.active {
    border: 1px solid var(--gelb);
    cursor: default;
}
.pub_item_list {
    display: flex;
}
.pub_num_list {
    width: 120px;
    padding: 0 15px 0 20px;
    color: var(--gelb);
    font-family: "CircularStd";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.publist_wrapper {
    padding: 0 90px 0 0;
}
.pub_title_list {
    color: #030000;
    font-family: "CircularStd";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pub_img_list {
    min-width: 350px;
    #height: 450px;
    #object-fit: cover;
}
.pub_price_list {
    min-width: 120px;
    text-align: right;
    font-weight: 700;
    font-family: 'CircularStd';
    font-size: 24px;
}
.pub_intro_list{
    color: #919191;
    font-family: "Circular Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-top: 10px;
}
.pub_intro_list p{
    color: #919191;
    font-family: 'CircularStd-Light';
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 0;
}
.publist_wrapper a.external_link.gelb_mehr{
    margin-top: 20px;
}
.publist_wrapper a.external_link.gelb_mehr:visited {
    text-decoration: none;
}
.publist_wrapper a.external_link.gelb_mehr:active {
    text-decoration: none;
}
.publist_wrapper a.external_link.gelb_mehr:focus {
    text-decoration: none;
}
.publist_wrapper a.external_link.gelb_mehr:hover {
    text-decoration: none;
}
.currentpage {
    font-size: 20px;
    line-height: 33px;
    margin-left: 90px;
}
.fromtill {
    margin-right: 10px;
}
#pub_container_list{
    transition: all 0.4s ease-in-out;
}
#pub_container_grid{
    transition: all 0.4s ease-in-out;
}
.closeopenedbox {
    position: absolute;
    font-size: 12px;
    width: 44px;
    height: 30px;
    text-align: center;
    background: url("../img/icons/schleissen.svg") no-repeat;
    background-size: contain;
    right: 17px;
    padding-top: 23px;
    background-position: 10px  top;
    cursor: pointer;
}
.closeopenedbox:hover {
    opacity: 0.7;
}
#prosite{
    display: flex;
    gap: 20px;
    width:400px;
    margin: 20px 0;
}
.smallcontacthome{ display:none}
.nice-select.pub_pagin_menu.lg {
    max-width: 200px;
    color: #000;
    background: #fff;
    border-radius: 10px;
    height: 50px;
    line-height: 48px;
    outline: none;
    border: solid 1px #000;
    margin-top: -10px;
}
.nice-select span.current {
    color: #000;
    font-family: 'CircularStd-Light'!important;
}
.nice-select:after{
    border-bottom: 1.5px solid #000;
    border-right: 1.5px solid #000;
}
.nice-select .option.selected.focus {
    background-color: var(--gelb) !important;
    color: #fff;
}
.nice-select .option:hover {
    background-color: var(--gelb) !important;
    color: #f0f0f0;
    font-weight: 400 !important;
    font-size: 18px;
}
a.page-link.prev {
    background: #fff;
    border: 1px solid var(--gelb);
    border-radius: 10px;
    padding: 0 15px;
    color: #919191;
}
a.page-link.next {
    background: #fff;
    border: 1px solid var(--gelb);
    border-radius: 10px;
    padding: 0 15px;
    color: #919191;
}

.p404{
    font-size: 20px;
    font-family: 'CircularStd-Bold';
    font-weight: 600;
    text-align: center;
}
.links404 a{
    font-size: 20px;
    font-family: 'CircularStd-Bold';
    font-weight: 600;
}
img.download_icon {
    width: 17px;
    vertical-align: baseline;
}
.auss_img_copyright_top {
    font-size: 13px;
    font-style: italic;
    color: #919191;
}
.auss_img_copyright_bottom {
    font-size: 13px;
    font-style: italic;
    margin-top: 20px;
    color: #919191;
}
.auss_ver_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
h2{
    font-size: 35px;
}
.auss_title_intro {
    font-size: 20px;
    font-weight: 600;
    color: #919191;
    font-style: italic;
}
.auss_title_intro h2 {
    font-size: 20px;
    font-weight: 600;
    color: #919191;
    font-style: italic;
    margin-top: 5px;
}

.vorschau_singls {
    display: flex;
    gap: 15px;
    /* flex-grow: 1; */
    /* flex-wrap: wrap; */
    /* flex-direction: row; */
    /* justify-content: flex-start; */
}
.vorschau_singls_elem {
    flex-basis: 33.33%;
}
.vorschau_singls_elem img {
    width: 100%;
    padding-right: 9px;
    max-height: 365px;
}
.auss_text h3 {
    font-family: "CircularStd";
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
}
.auss_text strong {
    font-family: "CircularStd";
    font-weight: 500;
    line-height: 33px;
}
.auss_text ul {
    font-size: 20px;
    list-style-type: none;
    margin: 15px 0;
}
.auss_text ul > li {
    font-family: CircularStd;
    font-weight: 300;
    margin: 0 0 5px 20px;
    /* padding-left: 12px; */
    position: relative;
    line-height: 26px;
}
.auss_text ul  > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    width: 11px;
    height: 15px;
    background-color: var(--gelb);
    mask-image: url('../images/gesucht_arrows.svg');
    mask-repeat: no-repeat;
}













.builder-first-content,.custom-first-content {
    margin-top: -40px;
}
.home_aktuelle_termine.lg {
    display: grid;
}
.owl-item img {
    width: 100%; /* Или фиксированная ширина, например, 200px */
    height: 364px; /* Задайте одинаковую высоту */
    object-fit: cover; /* Или 'contain', чтобы изображение не обрезалось */
}
h1#welktitle {
    margin-top: 30px;
}
img.homeinfobox_img {
    min-height: 400px;
}




/**********************************  MEDIAS **********************************/
@media (max-width: 1360px){
    nav > div:first-child {
        width: auto;
        margin: 0 75px;
    }
    .sliderMain .hills {
        height: 150px;
    }
    div#pub_switch img {
        width: 60px;
        height: 60px;
    }
    .subcontent {
        padding: 0 65px;
    }
    ul.pub_pagin_menu.lg li {
        margin: 0 8px;
    }
}
@media (max-width: 1280px){
    body > nav{
        padding: 0 20px;
    }
    nav > div:first-child {
        padding: 0 55px;
    }
    .sliderMain .hills {
        height: 130px;
    }
}
@media (max-width: 1024px){

    .sliderMain .hills {
        height: 117px;
    }
    .newtpl h1 {
        font-size: 42px;
    }
    .container {
        padding: 10px 30px;
    }
    .container.newtpl {
        padding: 0 30px;
    }
    .home_socials {
        margin-top: 60px;
    }
    .subcontent {
        padding: 0 60px;
    }
    .footer_widgets .footer-column h3 {
        font-size: 22px;
    }
    .footer_widgets .footer-column p {
        font-size: 20px;
        margin: 8px 0;
    }
    .footer_widgets a {
        display: block;
        font-size: 20px;
        margin: 8px 0;
    }
    .info-item {
        font-size: 24px;
    }
    .info-item:before {
        left: -55px;
    }
    .newtpl .page_subtitle h2 {
        font-size: 34px;
    }
    img.slickprev, img.slicknext {
        width: 19px;
    }
    img.rund_next {
        width: 32px!important;
    }
    nav .menu_wrapper {
        width: 90%;
    }
}
@media (max-width: 991px){
    .info-item {
        display: block;
        text-align: left;
        margin: 10px 0 10px;
        padding: 10px 0 35px;
    }
    .home_ihr_besuch {
        margin-left: 60px;
    }
    .info-item div {
        width: 100%;
        text-align: left;
    }
    .info-item div:nth-child(1) {
        padding-bottom: 20px;
    }
    .home_ausstellungen_links {
        display: flex    ;
        margin: 10px 0;
        padding: 10px 0 20px;
        color: #000;
        flex-direction: column;
    }
    .home_ausstellungen_links div {
        width: 100%;
        margin-bottom: 25px;
    }
    .home_part_flexblocks {
        flex-wrap: wrap;
    }
    .home_part_flexblocks div {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){

    .newtpl h1 {
        font-size: 36px;
    }
    .sliderMain .hills {
        height: 70px;
    }
    .subcontent {
        padding: 0 30px;
    }
    nav .menu_wrapper {
        position: relative;
        width: 70%;
        max-width: 100%;
        max-height: 95%;
        height: 95%;
    }
    nav #close {
        width: 40px;
        height: 40px;
        margin-top: 86px;
        margin-right: 15px;
    }
    nav.opened #close:before {
        width: 20px;
        min-width: 20px;
        height: 20px;
        background: #000;
    }
    nav .menu_wrapper {
        width: 100%;
        padding: 70px 20px 0;
    }
}
@media (max-width: 736px){
    .home_ihr_besuch {
        margin-left: 15px;
    }
    .footer_widgets {
        padding: 20px 0;
        display: block;
    }
    .subcontent {
        padding: 0 30px;
    }
    .newtpl h1 {
        font-size: 36px;
        margin: 15px 0 15px;
    }
    .newtpl .page_subtitle h2 {
        font-size: 30px;
    }
    .info-item {
        flex-direction: column;
        text-align: center;
        padding: 10px 0 20px 50px;
    }
    .info-item:before {
        left: -10px;
    }
    .info-item div {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .info-item a {
        margin-left: 0;
        margin-top: 5px;
        line-height: 2;
    }
    .sliderMain .hills {
        height: 70px;
    }
}

@media (max-width: 600px){
    .subcontent {
        padding: 0;
    }
    .rund_kunstmuseum{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rund_kunstmuseum .event-content{
        padding: 8px;
    }

    .rund_kunstmuseum .event:hover .event-content{
        padding: 12px; /* Уменьшенный эффект на мобильных */
    }
}

/* Адаптивность */
@media (max-width: 1460px){
    .container{
        padding: 10px;
    }
}

@media (max-width: 768px){
    .banner{
        height: 300px;
    }

    .banner .hills{
        height: 300px;
    }

    .section-title{
        font-size: 1.8em;
    }

    .info-item{
        flex-direction: column;
        text-align: center;
    }

    .info-item a{
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 430px){
    body > nav {
        height: 75px;
    }
    nav > div:first-child {
        padding: 0 0;
    }

        .newtpl .page_subtitle h2 {
            font-family: 'CircularStd';
            font-size: 32px;
            font-weight: 600;
            margin: 40px 0 20px !important;
            background-position: -70px 90px;
            min-height: 150px;
            margin-left: -25px;
            padding-left: 10px;
            height: 150px;
        }
    nav.closed > div:last-child {
        right: -80%;
    }
    nav #close {
        margin-top: 76px;
    }
    nav > div:last-child a.closed:after, nav > div:last-child a.opened:after {
        right: 0;
    }
    .home_socials {
        font-size: 20px;
    }
    nav > div:last-child {
        width: 80%;
    }
    nav > div:last-child ul a {
        font-size: 20px;
    }
    .page_subtitle h2 {
        margin: 40px 0 20px!important;
    }
    .home_ausstellungen_links a {
        font-size: 20px;
    }
    .info-item a {
        margin-left: 0;
        margin-top: 5px;
        display: inline;
        text-align: center;
    }
    .sli_left.slick-arrow {
        left: 60px;
    }
    img.slickprev, img.slicknext {
        width: 15px;
        left: -20px;
        position: relative;
    }
    .homeinfos_slider .sli_left.slick-arrow {
        margin-left: -56px;
    }
    .ausstellungen_slider .sli_right.slick-arrow {
        right: -14px;
    }
    .sli_left.slick-arrow {
        top: 50%;
    }
    .sli_right.slick-arrow {
        top: 50%;
    }
    .sliderMain .hills {
        height: 65px;
    }
    .sliderMain_mo  .hills {
        height: 65px;
    }
}