﻿
@media (min-width: 480px) {
    #footer ul#dnnMenu li { width:50%;}
    .kontaktformular .itemname{width:25%!important;}
    .kontaktformular .item {width:65%!important;}
    .kontaktformular .reqitem {width:10%!important;}
    .iweb_cfd_bcol {padding:10px 0 10px 25%!important;}
    #togglemenu ul { padding:10px 40px 20px 40px;}
    #togglemenu ul li.topLevel  {padding-bottom:30px; width:50%; float:left!Important;}
    [id*="anwendung-"] h1 { font-size:40px; line-height:40px; letter-spacing: 5px; }
    html .SchriftGross
    body .SchriftGross,
    .SchriftGross .Normal, 
    .SchriftGross .NormalDisabled, 
    .SchriftGross .NormalDeleted 
    {
        font-size:20px;
        line-height:30px;
    }
    .SchriftGross  h3 { font-size:30px; line-height:45px; }

    
}
@media (max-width:768px){
    .container{width:90%}
    .contentrow {padding-top:10px;}
    
}
@media (min-width: 768px) {
    .container{width:700px}
    .tablet { display:none;}
    .notablet { display:block;}
    #header_slider {height:600px!Important;}
    #header_slider .slide {height:600px!Important;}
    .row.anwendungen-links { margin-top:0!Important; }
    #headerimageSub {height:510px;}
    [id*="anwendung-"] { padding:30px 30px 15px 30px; min-height:310px;}
    .row.anwendungen-links > div {padding-bottom:0px;}
    div.eds_news_glit .listitem .textwrapper {
        min-height:150px;
    }

    #contaktbutton {
        width:70px;
        height:70px;
        margin-left:-25x;
        top:5px;
    }
    #contaktbutton img {
        width:44px;
        height:44px;
        margin:13px;
    }
    div.newsArchive.filterbuttons a:before {
        width:30px;
        height:30px;
        flex: 0 0 30px;
        margin:10px 10px 10px 10px;
    }
}
@media (min-width:992px){
    .container{width:920px}
    [id*="anwendung-"] { min-height:280px;}
    div.eds_news_glit .listitem .textwrapper {
        
    }
    /* Filterbuttons */
    div.newsArchive.filterbuttons li{
        width:33.33%;
    }
    div.newsArchive.filterbuttons a:before {
        width:40px;
        height:40px;
        flex: 0 0 40px;
        margin:10px 15px 10px 15px;
    }
}
@media (min-width:1200px){
    .container{width:1030px}
    div.eds_news_glit .listitem .textwrapper {
        min-height:250px;
    }
}
@media (min-width:1500px){
    div.eds_news_glit .listitem .textwrapper {
        min-height:200px;
    }
}


/* Prev, Next: Responsive */
@media (max-width: 1200px) {
    #header_slider .slick-next {
        right: 50px;
        opacity: 1;
    }
    #header_slider .slick-prev {
        left: 50px;
        opacity: 1;
    }
}
