﻿.tablet,
.tablet2,
.tablet3 {
    display: block;
}

.notablet,
.notablet2,
.notablet3 {
    display: none;
}

@media (min-width: 480px) {
    .kontaktformular .itemname {
        width: 25%!important;
    }
    .kontaktformular .item {
        width: 65%!important;
    }
    .kontaktformular .reqitem {
        width: 10%!important;
    }
    .iweb_cfd_bcol {
        padding: 10px 0 10px 25%!important;
    }
    h1 {
        font-size: 28px;
    }
    .glitPageIconLarge,
    #dnn_hotheader div.slick-list {
        height: 300px!Important;
    }
}

@media (min-width: 768px) {
    .tablet {
        display: none;
    }
    .notablet {
        display: block;
    }
    #desktopnavirow #mainmenu-wrapper {
        margin-top: 0px;
    }
    #h1wrapper {
        padding-top: 130px;
    }
    .news_article.testimonial .summary {
        font-size: 27pt;
        line-height: 36pt;
    }
    .glitPageIconLarge,
    #dnn_hotheader div.slick-list {
        height: 400px!Important;
    }
    .glit-page-home #dnn_H1 {
        padding-top: 50px!Important;
        padding-bottom: 20px!Important;
    }
    #metamenu-wrapper {
        padding-left: 5px;
    }
    #logo {
        padding: 10px 0 5px 0;
    }
    .glitmoduleanchor {
        position:absolute;
        margin-top:-110px;
    }
    
    
    
}

@media (min-width:992px) {
    #desktopnavirow #mainmenu-wrapper {
        margin-top: 11px;
    }
    ul.desktopnav li.root a {
        padding: 0 10px;
    }
    .glitPageIconLarge,
    #dnn_hotheader div.slick-list {
        height: 500px!Important;
    }
    #metamenu-wrapper {
        padding-left: 10px;
    }
     #logo {
        padding: 5px 0;
    }
}
@media (min-width:1024px) {
    #clockBooking_spacer,
    #spiderBooking_spacer {
        height:104px;
    }
    #clockBooking form > div {
        width:20%;
        float:left;
    }
    #clockBooking form > div input {
        border-right-style:none;
    }
}
@media (max-width: 768px) {
    #clockBooking.container,
    #spiderBooking.container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    #desktopnavirow #mainmenu-wrapper {
        margin-top: 23px; /* 48px nach Umschaltung Kulturbuehne 22.3.2024*/
    }
    .tablet2 {
        display: none;
    }
    .notablet2 {
        display: block;
    }
    .button.order_out.jubilaeum {
        top:130px;
    }
    
}
@media (min-width:1350px) {
    .tablet3 {
        display: none;
    }
    .notablet3 {
        display: block;
    }
}