﻿.tablet, .tablet2 { display:block;}
.notablet, .notablet2 { 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, h1 span, h2, h2 span,h3, h3 span, span.TitleH2 { font-size:36pt; line-height:40pt;}
    .news .summary {height: 75px; overflow:hidden;}
    .news.kontakt .summary {height: auto; overflow:auto;}
    .inner .news .title {height: 70px;overflow:hidden;}
    #headerwrapper.home,
    #headerwrapper.home .glitPageIconLarge {
        height: 100%;
        max-height:650px;
        min-height:500px;
    }
    
    body.glit-page-home #iconnavi_wrapper #dnn_IconNavi { margin-top:-220px;}
    #hotheaderwrapper {
        top: -moz-calc(50% - 100px);
        top: -webkit-calc(50% - 100px);
        top: calc(50% - 100px);
    }

}
@media (min-width: 768px) {
    .tablet { display:none;}
    .notablet { display:block;}
    ul#menu_icon.navi li:hover img {
        -webkit-transform:scale(1.25); /* Safari and Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* IE 9 */
        -o-transform:scale(1.25); /* Opera */
         transform:scale(1.25);
    }
    .news .infoblock {height:160px;overflow:hidden;}
    .glit-tabid-122 .DnnModule {padding-bottom:30px;}
    .glit-tabid-122  #dnn_glitPageIconLarge_pageIconLarge {height:120px;}

    #headerwrapper.home,
    #headerwrapper.home .glitPageIconLarge {
        min-height: 500px;
    }
    .news.referenz.detail .new .customfieldwrapper {
        column-width: auto;
        column-count: 2;
    }
    .news.referenz.detail .new .customfieldwrapper > div {
        break-inside: avoid-column;
    }

}

@media (min-width:992px){
    .tablet2 { display:none;}
    .notablet2 { display:block;}
    body.glit-page-home #iconnavi_wrapper #dnn_IconNavi { margin-top:-270px;}
    #hotheaderwrapper {
        top: -moz-calc(50% - 100px);
        top: -webkit-calc(50% - 100px);
        top: calc(50% - 100px);
    }
    #headerwrapper.home,
    #headerwrapper.home .glitPageIconLarge {
        min-height: 600px;
        max-height:100%;
    }
}

@media (min-width:1200px){
    .news .infoblock {height:140px;overflow:hidden;}
    #headerwrapper.home,
    #headerwrapper.home .glitPageIconLarge {
        min-height:700px;
    }
    body.glit-page-home #iconnavi_wrapper #dnn_IconNavi { margin-top:-320px;}
    /*
    #hotheaderwrapper {
        top: -moz-calc(50% - 120px);
        top: -webkit-calc(50% - 120px);
        top: calc(50% - 120px);
    }
    */
}
@media (min-width:1400px){
    /*#hotheaderwrapper {top:35%;}*/
}

