/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

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

@media only screen and (max-width: 1399.98px) {
    :root{
        --h1-font-size: 70px;
    }

}

@media only screen and (max-width: 1199.98px) {
    header:not(.active) nav{
        display: none;
    }

    #menuwrapper{
        width: 0px;
    }

    header ul[role="menu"] ul{
        position: static;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        opacity: 1;
        background-color: #fff;
        filter: unset;
        visibility: visible;
        padding-left: 30px;
    }

    .hamburger {
        display: inline-block;
        right: 0;
    }

    header .page-title{
        text-wrap: wrap;
    }

    .col-3.page-title{
        width: calc(100dvw - var(--gap) * 2 - 70px - 185px);
        flex: unset;
    }

    header .title a {
        line-height: 1.3;
    }

}

@media only screen and (max-width: 991.98px) {

    :root{
        --h1-font-size: 60px;
        --h2-font-size: 55px;
        --button-large-padding-top-bottom: 20px;
        --button-large-padding-left-right: 40px;
        --min-button-large-width: 255px;
    }

    footer .scroller {
        bottom: 55px;
    }

    .cookie-notice p {
        font-size: 15px;
    }

    footer .footer-info{
        margin-bottom: 60px;
    }

    #menu{
        display: none;
    }

    header .page-title img{
        max-width: unset;
        width: 190px;
    }

    footer .thelastone .col:not(.centered):not(.right){
        width: 100%;
        flex: unset;
    }

    footer .thelastone .centered{
        justify-content: flex-start;
    }

    footer .thelastone .centered,
    footer .thelastone .right{
        margin-top: var(--gap);
    }

}

@media only screen and (max-width: 767.98px) {

    :root{
        --h1-font-size: 55px;
        --special-h3-size: 30px;
        --h3-size-default-font: 21px;
        --h2-font-size: 50px;
        --h3-font-size: 32px;
        --button-font-size: 18px;
        --small-button-font-size: 15px;
    }

    .scroll-down.single-konferenz header .title{
        display: none;
    }

    .scroll-down.single-konferenz header .page-title .logo{
        transform: unset;
    }

    body{
        font-size: var(--button-font-size);
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
    #branding {
        display: inline-block;
    }

    #site-description {
        color: black;
    }

    .cookie-notice p {
        font-size: 14px;
    }

    .cookie-notice {
        height: 120px;
    }

    .frm_primary_label{
        padding-bottom: 0px;
        font-size: 16px;
    }

    .frm_form_field input:not(.ed_button), .frm_form_field textarea, .frm_form_field select{
        font-size: 16px;
        padding: 10px 20px;
    }

    .frm_form_field{
        margin-top: 20px!important;
    }

    body:not(.top-reached) header ul[role="menu"] ul li a,
    body:not(.top-reached) header ul[role="menu"] ul li.current-menu-item a,
    body:not(.top-reached) header ul[role="menu"] ul li a:focus,
    body:not(.top-reached) header ul[role="menu"] ul li a:active{
        font-size: calc(var(--special-h3-size) - 6px);
    }

}

@media only screen and (min-width: 1023.98px) and (max-width: 1599.98px){
    .frm_form_field{
        margin: 10.5px 0px !important;

    }

    .frm_forms{
        margin-top: 22.5px;
    }  
}

@media only screen and (min-width: 767.98px) and (max-width: 1599.98px){
    :root{
        --h1-font-size: 52px;
        --h2-font-size: 43px;
        --h3-font-size: 30px;
        --special-h3-size: 29px;
        --h3-size-default-font: 20px;
        --button-font-size: 15px;
        --small-button-font-size: 12px;
        --button-large-padding-top-bottom: 20px;
        --button-large-padding-left-right: 62px;
    }

    body{
        font-size: var(--button-font-size);
    }

    header .ham-menu-wrapper ul[role="menu"] li a{
        font-size: 22px;
    }

    body:not(.top-reached) header ul[role="menu"] ul li a, 
    body:not(.top-reached) header ul[role="menu"] ul li.current-menu-item a, 
    body:not(.top-reached) header ul[role="menu"] ul li a:focus, 
    body:not(.top-reached) header ul[role="menu"] ul li a:active{
        font-size: 14px;
    }

    .frm_primary_label{
        font-size: 18px;
    }

    .frm_form_field input:not(.ed_button), 
    .frm_form_field textarea, 
    .frm_form_field select{
        font-size: 16px;
    }
}

@media only screen and (max-width: 619.98px){
    footer .thelastone .col{
        width: 100%;
        flex: unset;
    }

    footer .thelastone .centered,
    footer .thelastone .right{
        justify-content: flex-start;
        margin-top: calc(var(--gap) / 2);
    }
}

@media only screen and (max-width: 575.98px) {

    :root{
        --h1-font-size: 50px;
        --special-h3-size: 28px;
        --h3-size-default-font: 20px;
        --button-font-size: 17px;
        --small-button-font-size: 14px;
        --h2-font-size: 42px;
        --h3-font-size: 29px;
    }

    h1{
        margin-bottom: 0;
    }
    
    footer .text-right {
        text-align: center !important;
    }

    footer .contact-links,
    footer .footer-info{
        margin-bottom: 45px;
    }

    .ham-menu-wrapper{
        justify-content: flex-end;
        padding-bottom: calc(var(--gap) * 4);
    }

}

@media only screen and (max-width: 499.98px) {

    :root{
        --h1-font-size: 35px;
        --special-h3-size: 24px;
        --h3-size-default-font: 20px;
        --button-font-size: 17px;
        --small-button-font-size: 14px;
        --h2-font-size: 28px;
        --h3-font-size: 26px;
    }

    h1{
        line-height: 40px;
    }

    .cookie-notice {
        height: 140px;
    }

    .cookie-notice p {
        font-size: 12px;
    }

}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {

    .cookie-notice {
        height: 160px;
    }

}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}