/*----------Grid----------*/
*{
    box-sizing: border-box;
}
.wrapper{
    max-width: 1140px;
    margin: auto;
    position: relative;
}
.row{
    width: 100%;
    min-height: 10px;
    margin-top: 30px;
}
.row.no_margin{
    margin: 0;
    padding: 0;
}
.row:first-child{
    margin-top: 0;
}
.row:before,
.row:after{
    display: table;
    content: "";
    line-height: 0;
}
#seite .row:after{
    clear: both;
}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{
    margin-right: 2.6%;
    min-height: 1px;
    float: left;
    position: relative;
}
.col1:last-child,.col2:last-child,.col3:last-child,.col4:last-child,.col5:last-child,.col6:last-child,.col7:last-child,.col8:last-child,.col9:last-child,.col10:last-child,.col11:last-child,.col12:last-child{
    margin-right: 0;
}
.col1{width:5.95%;}
.col2{width:14.5%;}
.col3{width:23.05%;}
.col4{width:31.6%;}
.col5{width:40.15%;}
.col6{width:48.7%;}
.col7{width:57.25%;}
.col8{width:65.8%;}
.col9{width:74.35%;}
.col10{width:82.9%;}
.col11{width:91.45%;}
.col12{width:100%;}
/*---------------------------------------------------------------------------------------*/
/*-------------------------------------Für Top Button------------------------------------*/
@media (max-width: 1380px) {
    #to_top_button{
        left: unset;
        right: 50px;
    }
}
/*---------------------------------------------------------------------------------------*/
/*----------------------------------------Tablet-----------------------------------------*/
@media (max-width: 768px) {
    h1{
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 32px;
    }
    #c2079 h1{
        margin-bottom: 0;
    }
    h2{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    *{
        line-height: 22px;
    }
    .wrapper{
        padding: 0 20px;
    }
    #menu{
        width: 100%;
    }
    #menu .menu_header,
    #header{
        height: 70px;
    }
    #header .menu{
        float: right;
        width: 70px;
        padding: 26px 0 0 0;
    }
    #header .logo_link{
        float: left;
    }
    #menu .menu_header .logo,
    #header .logo_link .logo{
        width: 85px;
        height: 41px;
        margin: 15px 0 0 15px;
        background-size: 100%;
    }
    #menu .menu_header .close{
        margin: 22px 40px 0 0;
        font-size: 32px;
    }
    #menu .menu_header .close:hover{
        margin: 22px 40px 0 0;
        font-size: 32px;
    }
    #menu .menu_header #preview{
        width: 80%;
    }
    #menu .menu_buehne{
        top: 78px
    }
    #menu .ebene_2 li span,
    #menu .ebene_2 li a{
        padding-left: 20px;
    }
    #menu .ebene_1,
    #menu .ebene_2,
    #menu .ebene_3{
        height: 100%;
        overflow: scroll;
    }
    #menu .ebene_2,
    #menu .ebene_3{
        width: 100%;
    }
    #header .login{
        float: right;
    }
    .row.suche .col6.form{
        margin: 0;
        width: 100%;
    }
    .row.suche .col5.banner.mobile{
        display: block;
        margin: 0;
        width: 100%;
    }
    .row.suche .col5.banner.desktop,
    .row.suche .col1{
        display: none;
    }
    .verlauf_bg.deg1{
        margin-top: 0;
    }
    .verlauf_bg span{
        font-size: 56px;
        padding: 18px 45px;
    }
    .col5.banner.mobile .verlauf_bg span{
        padding: 15px 38px;
    }
    .row.suche .form h1{
        margin-top: 36px;
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 22px;
    }
    .row.suche .form input[type="text"]{
        width: 80%;
        float: left;
        margin: 15px 0 90px 0;
    }
    .row.suche .form button{
        width: 20%;
        float: left;
        margin-top: 15px;
    }
    .row.drei_wege .col4{
        width: 100%;
        margin: 0;
    }
    .row.drei_wege .link_box{
        margin-bottom: 18px;
        height: 64px;
        line-height: 64px;
    }
    .link_box:hover{
        border: 2px solid #18a1b8;
        width: 100%;
        left: 0;
        height: 64px;
        top: 0;
        position: relative;
    }
    .row.der_woche .col6{
        width: 100%;
        margin: 0;
    }
    .der_woche_teaser{
        margin-bottom: 30px;
    }
    .der_woche_teaser .text .info{
        font-size: 14px;
        line-height: 20px;
    }
    .der_woche_teaser .text .name{
        height: auto;
        margin: 15px 0;
    }
    .der_woche_teaser .text {
        padding: 10px 15px 20px 15px;
    }
    .der_woche_teaser .text .name h3{
        font-size: 20px;
        line-height: 28px;
    }
    .der_woche_teaser .bild img{
        width: 100%;
    }
    .row.portale .col4{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .row.portale .portal{
        height: auto;
        min-height: 10px;
    }
    #footer .top{
        padding: 30px 0;
    }
    #footer .col4{
        width: 100%;
        margin: 0 0 30px 0;
    }
    #footer .col4 li a{
        line-height: 36px;
    }
    #footer .bottom{
        height: auto;
        padding-bottom: 60px;
    }
    #footer .bottom .wrapper{
        display: block;
    }
    #footer .bottom .logo{
        width: 100%;
        margin: 40px 0;
        display: flex;
    }
    #footer .bottom .logo img{
        margin: 0 auto;
    }
    #footer .bottom .links{
        text-align: center;
        margin-bottom: 15px;
    }
    #footer .bottom .links a{
        margin: 0 10px;
    }
    .fach_ubersicht .ce-row{
        margin: 0 0 30px 0;
        width: 100%;
    }
    .fach_ubersicht .ce-row figcaption{
        min-height: 10px;
        font-size: 18px;
        line-height: 26px;
    }
    #content .row .col8{
        width: 100%;
    }
    .frame-type-menu_sitemap_pages h2{
        font-size: 20px;
    }
    #content .row.weis.no_margin .wrapper .col8{
        padding-top: 15px;
    }
    .col8 .frame-type-menu_subpages ul li a span,
    .col8 .frame-type-menu_subpages ul li a,
    .frame-type-menu_sitemap_pages ul li a span,
    .frame-type-menu_sitemap_pages ul li a{
        font-size: 18px;
        line-height: 24px;
    }
    .col8 .frame-type-menu_subpages ul li a span,
    .frame-type-menu_sitemap_pages ul li a span{
        padding: 14px 0;
    }
    .results_filter .sg_result,
    .results .sg_result{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .results_filter .sg_result a,
    .results .sg_result a{
        min-height: 10px;
    }
    .lp_filter .row{
        margin: 0;
        padding: 0 20px;
    }
    .lp_filter .row.erg{
        margin-top: 30px;
    }
    .lp_filter .col4{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .sg_result .sg_name{
        margin-top: 20px;
    }
    .sg_result .hs_name{
        position: relative;
        margin-top: 20px;
        left: 0;
        bottom: 0;
    }
    .sg_result .stadt{
        position: relative;
        margin-top: 5px;
        left: 0;
        bottom: 0;
    }
    .row.red_empfehlung .artikel{
        width: 100%;
        margin: 0 0 40px 0;
    }
    .red_empfehlung .frame-type-textpic .ce-bodytext{
        height: auto;
    }
    .red_empfehlung .frame-type-textpic .ce-bodytext strong{
        font-size: 20px;
        line-height: 30px;
    }
    .row.der_woche .artikel .ce-bodytext{
        min-height: 10px;
        padding: 20px;
    }
    .row.der_woche .artikel h2{
        line-height: 26px;
        font-size: 18px;
    }
    .red_empfehlung .image{
        height: auto;
    }
    .row.breadcrumb .breadcrumb{
        font-size: 14px;
    }
    .row.breadcrumb .breadcrumb a{
        font-size: 14px;
        margin: 0 6px;
    }
    .newsletter_quick{
        height: auto;
        float: left;
        width: 100%;
    }
    .newsletter_quick .image{
        display: none;
    }
    .newsletter_quick .form{
        width: 100%;
    }
    .newsletter_quick span.header{
        font-size: 20px;
        line-height: 26px;
    }
    .newsletter_quick .form input[type="text"]{
        width: 100%;
        margin-top: 30px;
    }
    .newsletter_quick .form .button_dummie{
        position: relative;
        margin-top: 30px;
    }
    .magazin_teaser span{
        font-size: 22px;
        line-height: 32px;
    }
    .sg_result .padding_box{
        padding: 40px 0 0 0;
    }
    .sg_result .sg_name{
        font-size: 20px;
        line-height: 26px;
    }
    #pagination ul li{
        padding: 0 5px;
    }
    #pagination ul li:first-child{
        padding: 0 5px 0 0;
    }
    #pagination ul li:last-child{
        padding: 0 0 0 5px;
    }
    #content .frame-type-textpic .ce-left.ce-intext.ce-nowrap .ce-gallery{
        display: none;
    }
    #content .frame-type-textpic .ce-left.ce-intext.ce-nowrap .ce-bodytext{
        width: 100%;
    }
    .magazin_kontakt .ce-gallery{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .magazin_kontakt .ce-bodytext{
        width: 100%;
    }
    #cookiebanner .cookietext{
        width: 63%;
    }
    #cookiebanner .cookiebutton{
        width: 37%;
    }
    .tx-bc-freikartengenerator .row .col3,
    .tx-bc-freikartengenerator .row .col1{
        width: 100%;
    }
    .tx-bc-freikartengenerator input[type="number"],
    .tx-bc-freikartengenerator input[type="email"]{
        width: 100%;
    }
    .newsletter_quick.big{
        height: auto;
    }
    .newsletter_quick.big .form .button_dummie,
    .newsletter_quick.big .form input[type="submit"]{
        position: relative;
        bottom: 0;
    }
    .newsletter_quick.big #html_element{
        position: relative;
        right: unset;
        width: 100%;
        margin: 20px 0;
        float: left;
        bottom: unset;
    }
    #Studiengaenge .sg_result .sg_name,
    #data-container .sg_result .sg_name{
        margin-top: 20px;
        position: relative;
        top: 0;
    }
    #to_top_button{
        height: 50px;
        width: 50px;
        left: unset;
        bottom: 50px;
        padding: 16px 0 0 19px;
        right: 40px;
        bottom: 40px;
    }
    #skyscraper{
        display: none;
    }
}