body{
    margin: 0;
    background-color: #f2f2f2;
}
figure.image{
    margin: 0;
}
figure.image img{
    width: 100%;
    height: auto;
}
.frame-space-before-small{
    margin-top: 60px;
}
.frame-space-after-small{
    margin-bottom: 60px;
}
button::-moz-focus-inner{
    border: 0;
}
button:focus{
    outline: none;
}
.text-center{
    text-align: center;
}
#content .row.weis.no_margin .wrapper .col8{
    padding-top: 40px;
}
#content .frame-type-textpic .ce-left.ce-intext.ce-nowrap .ce-gallery{
    float: left;
    width: 25%;
    margin-right: 5%;
}
#content .frame-type-textpic .ce-left.ce-intext.ce-nowrap .ce-gallery figcaption{
    margin-bottom: 0;
}
#content .frame-type-textpic .ce-left.ce-intext.ce-nowrap .ce-bodytext{
    float: left;
    width: 70%;
}
/*----------Schriften----------*/
@font-face{
    font-family: roboto_regular;
    font-display: swap;
    src: url("/fileadmin/template/schriften/roboto-regular-webfont.woff") format("woff");
}
@font-face{
    font-family: roboto_slab;
    font-display: swap;
    src: url("/fileadmin/template/schriften/robotoslab-bold-webfont.woff") format("woff");
}
@font-face{
    font-family: roboto_bold;
    font-display: swap;
    src: url("/fileadmin/template/schriften/roboto-bold-webfont.woff") format("woff");
}
@font-face{
    font-family: roboto_black;
    font-display: swap;
    src: url("/fileadmin/template/schriften/roboto-black-webfont.woff") format("woff");
}
*{
    font-family: roboto_regular;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
h1{
    font-family: roboto_black;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #007988;
    font-weight: normal;
}
h2{
    font-family: roboto_black;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 35px;
    color: #000000;
    font-weight: normal;
}
h3{
    font-family: roboto_bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
}
h4{
    font-family: roboto_bold;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
}
p{
    margin: 0 0 15px 0;
}
a span,
a{
    color: #18a1b8;
    text-decoration: none;
}
a span:hover,
a:hover{
    color: #007988;
}
.col5.banner a .verlauf_bg span:hover{
    color: #ffffff;
}
.verlauf{
    background: linear-gradient(90deg,#18a1b8 0%,#18a1b8 26%,#f2de00 70%);
    height: 2px;
}
/*----------Bilder----------*/
figure.image figcaption{
    line-height: 21px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 30px;
}
/*----------Hintergründe----------*/
.row.weis{
    background-color: #FFFFFF;
    margin-top: 0;
    padding-top: 30px;
}
.row.tuerkis{
    background-color: #007988;
    margin-top: 0;
    padding-top: 30px;
}
.row.dunkel_tuerkis{
    background-color: #0D5966;
    margin-top: 0;
    padding-top: 30px;
}
.row.grau{
    background-color: #f2f2f2;
    margin-top: 0;
    padding-top: 30px;
}
.row.black{
    background-color: #000000;
    margin-top: 0;
    padding-top: 30px;
}
/*----------Header----------*/
#header{
    height: 96px;
    width: 100%;
    background-color: #ffffff;
}
#header .menu{
    width: 150px;
    float: left;
    height: 100%;
    padding-left: 30px;
    padding-top: 38px;
}
#header .menu .burger{
    width: 25px;
    position: relative;
    cursor: pointer;
    height: 22px;
}
#header .menu .burger .stripe_big{
    width: 100%;
    height: 1px;
    background-color: #18A1B8;
    position: absolute;
}
#header .menu .burger .stripe_small{
    width: 80%;
    height: 1px;
    background-color: #18A1B8;
    position: absolute;
    margin-top: 10px;
}
#header .menu .burger #stripe1{
    top: 0;
}
#header .menu .burger #stripe3{
    top: 20px;
}
#header .logo p.verlauf{
    margin: 19px 0 0 0;
    color: #2597B5;
    font-size: 18px;
    letter-spacing: 2.57px;
    line-height: 18.75px;
    background: linear-gradient(90deg,#18a1b8 0%,#18a1b8 26%,#f2de00 70%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    float: left;
}
#header .logo{
    background-image: url("/fileadmin/template/images/mam_logo_h.png");
    background-repeat: none;
    background-size: 100%;
    width: 97px;
    height: 58px;
    float: left;
    margin: 19px 0 0 0;
}
/*----------Menu----------*/
#menu{
    background-color: #ffffff;
    width: 375px;
    float: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -1125px;
    transition: all 0.3s ease-out;
    z-index: 1000;
    box-shadow: -4px -10px 10px #000;
    overflow: hidden;
}
#menu .verlauf{
    background: linear-gradient(90deg,#18a1b8 0%,#18a1b8 26%,#f2de00 70%);
    height: 2px;
}
#menu .menu_header{
    height: 96px;
}
#menu .menu_header .logo{
    background-image: url("/fileadmin/template/images/mam_logo_h.png");
    background-repeat: none;
    width: 97px;
    height: 58px;
    float: left;
    margin: 19px 0 0 30px;
}
#menu .menu_header .close{
    color: #18A1B8;
    font-size: 20px;
    float: right;
    margin: 32px 30px 0 0;
    cursor: pointer;
    transition: all 0.1s;
}
#menu .menu_header .close:hover{
    font-size: 22px;
    margin: 31px 29px 0 0;
}
#menu .menu_buehne{
    float: left;
    width: 100%;
    position: absolute;
    top: 98px;
    bottom: 0;
}
#menu .ebene_1,
#menu .ebene_2,
#menu .ebene_3{
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu .ebene_1 li,
#menu .ebene_2 li,
#menu .ebene_3 li{
    background-color: #ffffff;
}
#menu .ebene_2,
#menu .ebene_3{
    left: 768px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 375px;
    transition: all 0.3s ease-out;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}
#menu .ebene_1 li{
    position: relative;
}
#menu .ebene_1 li span,
#menu .ebene_1 li a{
    display: block;
    line-height: 55px;
    text-decoration: none;
    color: #18A1B8;
    padding-left: 80px;
    position: relative;
    z-index: 10;
    transition: all 0.2s;
    cursor: pointer;
}
#menu .ebene_1 li.act span,
#menu .ebene_1 li.act a{
    color: #007988;
    cursor: pointer;
}
#menu li span:hover,
#menu li a:hover{
    color: #007988;
}
#menu .ebene_1 li .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 30px;
    background-repeat: no-repeat;
    z-index: 5;
    background-image: url("/fileadmin/template/images/all_icons.png");
}
#menu .ebene_1 li#id_7 .icon{
    background-position: 0 -19px;
    height: 30px;
    margin-top: 15px;
}
#menu .ebene_1 li#id_12 .icon{
    background-position: 0 0px;
    height: 19px;
    margin-top: 20.5px;
}
#menu .ebene_1 li#id_68 .icon{
    background-position: 0 -77px;
    height: 25px;
    margin-top: 17.5px;
}
#menu .ebene_1 li#id_6 .icon{
    /*background-position: 0 -48px;*/
    height: 35px;
    width: 35px;
    margin-top: 13px;
    margin-left: -2px;
    background-image: url("/fileadmin/template/images/Icon_Messe_60x60-01.svg");
}
#menu .ebene_1 li#id_1029 .icon{
    background-position: 0 -102px;
    height: 34px;
    margin-top: 13px;
}
#menu .slide_menu{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    cursor: pointer;
    z-index: 15;
    transition: all 0.2s;
}
#menu .slide_menu .arrow{
    background-image: url("/fileadmin/template/images/all_icons.png");
    background-repeat: no-repeat;
    background-position: 0 -157px;
    width: 8px;
    height: 18px;
    margin: 18px 0 0 5px;
}
#menu .slide_menu:hover{
    background-color: #efefef;
}
#menu .ebene_2{
    z-index: 20;
}
#menu .ebene_3{
    z-index: 50;
}
#menu .ebene_3.act_ul .li_e_1.act .slide_menu{
    display: none;
}
#menu .ebene_3 .icon{
    display: none;
}
#menu .ebene_2 li span,
#menu .ebene_2 li a{
    padding-left: 30px;
    cursor: pointer;
}
#menu .menu_header #preview{
    width: 85%;
    float: left;
    height: 100%;
    display: flex;
}
#menu .menu_header #preview .back_link{
    margin-left: 30px;
    float: left;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    width: 100%;
}
#menu .menu_header #preview .back_link .pfeil_links{
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    background-size: 100%;
    height: 17px;
    width: 30px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    float: left;
    margin-right: 5%;
    margin-top: auto;
    margin-bottom: auto;
}
#menu .menu_header #preview .back_link .preview_title{
    width: 81%;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    display: table-cell;
    vertical-align: middle;
}
/*----------Footer----------*/
#footer .top{
    background-color: #007988;
    width: 100%;
    padding: 30px 0 60px 0;
    float: left;
    color: #ffffff;
    margin-top: 60px;
}
#footer .top p{
    color: #ffffff;
}
#footer .top ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .top ul li a{
    text-decoration: none;
    color: #ffffff;
}
#footer .top ul li a:hover{
    text-decoration: underline;
}
#footer .bottom{
    background-color: #000000;
    width: 100%;
    height: 120px;
    float: left;
}
#footer h1{
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-family: roboto_regular;
}
#footer .bottom .wrapper{
    height: 100%;
    display: flex;
}
#footer .bottom .logo{
    float: left;
    margin: auto 0;
}
#footer .bottom .links{
    margin: auto 0;
    text-align: right;
    width: 100%;
}
#footer .bottom .links a{
    margin-left: 20px;
}
/*----------Social-Media----------*/
#footer .social_media a{
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 10px;
    background-image: url("/fileadmin/template/images/social_icons_alle.png");
    background-repeat: no-repeat;
}
#footer .social_media a.fb {
    background-position: 0 0;
}
#footer .social_media a.tw {
    background-position: -32px 0;
}
#footer .social_media a.yt {
    background-position: -64px 0;
}
#footer .social_media a.in {
    background-position: -288px 0;
}
/*----------Newsletter-Anmeldung----------*/
.newsletter_quick.big{
    height: 321px;
    margin-bottom: 100px;
}
.newsletter_quick .form{
    width: 50%;
    float: left;
    background-color: #ffffff;
    padding: 20px 30px;
    position: relative;
}
.newsletter_quick.big .form{
    height: 100%;
}
.newsletter_quick.small .form{
    width: 100%;
}
.newsletter_quick.small{
    margin: 30px 0 40px 0;
    float: left;
}
.newsletter_quick .image{
    width: 50%;
    float: left;
    height: 100%;
    background-color: #aaaaaa;
    background-image: url("/fileadmin/user_upload/Banner/newsletter_teaser.jpg");
}
.newsletter_quick .form input[type="email"]{
    width: 360px;
    height: 40px;
    border: 1px solid #18a1b8;
    border-radius: 3px;
    padding: 0 10px;
    float: left;
    margin-right: 20px;
    max-width: 100%;
}
.newsletter_quick .form .button_dummie,
.newsletter_quick .form input[type="submit"]{
    color: #ffffff;
    background-color: #18a1b8;
    border: 0px none;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 30px;
    float: left;
    cursor: pointer;
}
.newsletter_quick .form .button_dummie:hover,
.newsletter_quick .form input[type="submit"]:hover{
    background-color: #007988;
}
.newsletter_quick.big .form .button_dummie,
.newsletter_quick.big .form input[type="submit"]{
    position: absolute;
    bottom: 20px;
}
.newsletter_quick.small .eingabe{
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
.newsletter_quick.big .eingabe{
    display: block;
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.newsletter_quick.big p{
    margin-bottom: 10px;
    line-height: 26px;
}
.newsletter_quick .form .branding{
    color: #18a1b8;
    font-size: 14px;
    line-height: 20px;
}
.newsletter_quick span.header{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: roboto_black;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 35px;
    color: #000000;
    font-weight: normal;
    display: block;
}
.newsletter_quick #real_button{
    display: none;
}
.newsletter_quick.small #html_element{
    float: left;
    margin-top: 20px;
}
.newsletter_quick.big #html_element{
    position: absolute;
    right: 20px;
    bottom: -18px;
}
.newsletter_quick.big .checkbox{
    width: 13%;
    max-width: 30px;
    float: left;
}
.newsletter_quick.big .checkbox_label{
    width: 87%;
    float: left;
}
/*----------Empfehlung der Redaktion----------*/
.row.red_empfehlung{
    margin-top: 60px;
    margin-bottom: 60px;
}
.red_empfehlung .image{
    background-color: #ffffff;
    height: 160px;
}
.red_empfehlung .frame-type-textpic .ce-bodytext{
    height: 200px;
    background-color: #ffffff;
    padding: 15px;
}
.red_empfehlung .frame-type-textpic .ce-bodytext em{
    color: #18a1b8;
    line-height: 16px;
    font-size: 16px;
    font-family: roboto_regular;
    margin-top: 0;
    font-style: normal;
}
.red_empfehlung .frame-type-textpic .ce-bodytext strong{
    font-family: roboto_bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    letter-spacing: normal;
}
.red_empfehlung .artikel{
    float: left;
    width: 31.6%;
    margin-right: 2.6%;
}
.red_empfehlung .artikel:hover{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-2px);
}
.red_empfehlung .artikel:last-child{
    margin-right: 0;
}
.row.red_empfehlung .artikel .edr{
    display: none;
}
/*----------Der Woche - Startseite----------*/
.row.der_woche{
    margin-bottom: 100px;
}
.row.der_woche .artikel{
    background-color: #ffffff;
    transition: all 0.1s ease-in-out;
}
.row.der_woche .artikel:hover{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-2px);
}
.row.der_woche .artikel em{
    display: none;
}
.row.der_woche .artikel strong{
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.row.der_woche .artikel .ce-bodytext{
    padding: 30px;
    min-height: 200px;
}
/*----------Author-Card----------*/
.author_card{
    background-color: #ffffff;
    height: 102px;
    margin-top: 50px;
}
.author_card .image{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #aaaaaa;
    margin: 20px 20px 20px 30px;
    float: left;
}
.author_card .text{
    color: #aaaaaa;
    float: left;
    padding: 23px 0;
}
.author_card .text a{
    float: left;
    margin-top: -10px;
}
/*----------Link-Box----------*/
.row.drei_wege{
    height: 192px;
}
.link_box{
    color: #18a1b8;
    border: 1px solid #18a1b8;
    border-radius: 3px;
    height: 74px;
    padding: 0 30px;
    line-height: 72px;
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    background-repeat: no-repeat;
    background-position: 91%;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.2s;
}
.link_box:hover{
    border: 2px solid #18a1b8;
    width: calc(100% + 10px);
    margin-left: -5px;
    height: 76px;
    margin-top: -1px;
    position: absolute;
    transition: all 0.2s;
}
/*----------Landingpage Untermenüs----------*/
.col8 .frame-type-menu_subpages ul,
.frame-type-menu_sitemap_pages ul{
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.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{
    display: block;
    font-family: "roboto_black";
    color: #000000;
    font-size: 24px;
    line-height: 100px;
    letter-spacing: 1px;
}
.col8 .frame-type-menu_subpages ul li a span,
.frame-type-menu_sitemap_pages ul li a span{
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    background-repeat: no-repeat;
    background-position: 96%;
    background-color: #ffffff;
    transition: all 0.2s;
}
.col8 .frame-type-menu_subpages ul li a,
.frame-type-menu_sitemap_pages ul li a{
    background: linear-gradient(90deg,#18a1b8 0%,#18a1b8 26%,#f2de00 70%);
    padding-bottom: 2px;
}
.col8 .frame-type-menu_subpages ul li:hover a span,
.frame-type-menu_sitemap_pages ul li:hover a span{
    color: #007988;
    background-position: 98%;
    transition: all 0.2s;
}
/*----------Studienganglisten----------*/
.lp_filter{
    background-color: #FFFFFF;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.lp_filter .row{
    padding: 0 30px;
}
.lp_filter .row.erg{
    padding-bottom: 30px;
}
.lp_filter .row.erg span{
    font-weight: bold;
}
.lp_filter select{
    border: 1px solid #18a1b8;
    width: 100%;
    height: 60px;
    padding: 0 50px 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
}
.lp_filter select.grey{
    background-color: #dddddd;
}
.lp_filter select option{
    font-family: arial;
}
.lp_filter .select_wrapper:before{
    background-image: url("/fileadmin/template/images/Pfeil_nUnten.svg");
    content: "";
    right: 15px;
    width: 25px;
    height: 60px;
    transform: rotate(0);
    pointer-events: none;
    top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
}
.lp_filter .active_filter .act_filter{
    float: left;
    color: #18a1b8;
    border: 1px solid #18a1b8;
    border-radius: 20px;
    padding: 0 30px 0 12px;
    margin-right: 20px;
    margin-bottom: 15px;
    position: relative;
}
.lp_filter .active_filter .act_filter .close{
    right: 10px;
    color: #18a1b8;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.lp_filter .active_filter .act_filter .close:hover{
    color: #007988;
}
.lp_filter .active_filter{
    margin-top: 20px;
}
.lp_filter .active_filter span.del_filter{
    font-weight: normal;
    color: #18a1b8;
    cursor: pointer;
    float: left;
}
.lp_filter .active_filter span.del_filter:hover{
    color: #007988;
}
.results_filter .sg_result,
.results .sg_result{
    background-color: #ffffff;
    width: 48.5%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    transition: all 0.1s ease-in-out;
}
.results_filter .sg_result:hover,
.results .sg_result:hover{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-2px);
}
.results_filter .sg_result a,
.results .sg_result a{
    padding: 20px;
    display: block;
    position: relative;
    min-height: 260px;
}
.results_filter .sg_result:nth-child(2n + 2){
    margin-right: 0;
}
.results .sg_result:nth-child(2n){
    margin-right: 0;
}
.results_filter h2,
.results h2{
    margin: 60px 0 50px 0;
}
.sg_result .studienform{
    text-transform: uppercase;
    color: #18a1b8;
    float: left;
    font-size: 14px;
    line-height: 24px;
}
.sg_result .studienform:after{
    content: '\00b7';
    font-weight: bold;
    margin: 0 5px;
}
.sg_result.hs .studienform:after{
    content: '';
}
.sg_result .padding_box{
    padding-right: 100px;
}
.sg_result .sprache{
    text-transform: uppercase;
    color: #18a1b8;
    font-size: 14px;
    line-height: 24px;
}
.sg_result .highlight{
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid #18a1b8;
    padding: 0 4px;
    color: #18a1b8;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
}
.sg_result .sg_name{
    font-family: "roboto_black";
    color: #000000;
    font-size: 22px;
    margin-top: 20px;
}
#data-container .sg_result .sg_name{
    font-size: 20px;
    margin-top: 0;
    padding-right: 20px;
    position: absolute;
    top: 73px;
}
#data-container .results .sg_result a{
    min-height: 275px;
}
#Studiengaenge .sg_result .sg_name{
    font-size: 18px;
    margin-top: 0;
    position: absolute;
    top: 80px;
}
#Studiengaenge .pagebrowser_lp.bottom{
    margin-bottom: 90px;
}
.sg_result .stadt{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.sg_result .hs_name{
    position: absolute;
    bottom: 50px;
    left: 20px;
}
.results.owl-loaded{
    position: relative;
    padding-top: 70px;
}

/*----------Fachbereichsübersicht----------*/
.fach_ubersicht .ce-row{
    width: 31.6%;
    margin-right: 2.6%;
    float: left;
    background-color: #ffffff;
    margin-bottom: 30px;
    transition: all 0.1s ease-in-out;
}
.fach_ubersicht .ce-row:hover{
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-2px);
}
.fach_ubersicht .ce-row:nth-child(3n){
    margin-right: 0;
}
.fach_ubersicht .ce-row figcaption{
    min-height: 160px;
    padding: 20px;
    font-family: "roboto_black";
    color: #000000;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 30px;
    letter-spacing: 1px;
}
.sg_result label.grey{
    color: #aaaaaa;
    margin-left: 5px;
}
/*----------Breadcrumb----------*/
.row.breadcrumb{
    margin-top: 0;
    padding-top: 10px;
}
.row.breadcrumb .breadcrumb{
    color: #18a1b8;
    font-size: 13px;
}
.row.breadcrumb .breadcrumb a{
    margin: 0 8px;
    font-size: 13px;
}
.row.breadcrumb .breadcrumb a:first-child{
    margin-left: 0;
}
.row.breadcrumb .breadcrumb b{
    color: #18a1b8;
    font-weight: normal;
    font-size: 11px;
}
/*----------Pagination----------*/
.pagination_arrow{
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #18a1b8;
    border-radius: 15px;
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75%;
}
.pagination_arrow.prev{
    transform: rotate(180deg);
    margin-right: 30px;
}
.pagination_arrow.next{
    margin-left: 30px;
}
.pagination_arrow:hover{
    border: 1px solid #007988;
}
#data-container{
    float: left;
    margin-top: 30px;
    width: 100%;
}
.pagebrowser_lp.top{
    margin-bottom: 30px;
}
.pagebrowser_lp.bottom{
    margin-bottom: 60px;
}
.pagebrowser_lp,
#pagination{
    float: left;
    width: 100%;
    display: flex;
}
#pagination .paginationjs{
    margin: 0 auto;
}
#pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagebrowser_lp .page{
    float: left;
    padding: 0 10px;
    color: #18a1b8;
    cursor: pointer;
}
.pagebrowser_lp .page:hover{
    color: #007988;
}
.pagebrowser_lp .page.act{
    text-decoration: underline;
    color: #007988;
}
#pagination ul li{
    float: left;
    padding: 0 10px;
}
#pagination ul li.active a{
    color: #007988;
    text-decoration: underline;
}
.pagebrowser_lp .prev,
#pagination li.paginationjs-prev a{
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #18a1b8;
    border-radius: 15px;
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75%;
    display: block;
    transform: rotate(180deg);
    cursor: pointer;
}
.pagebrowser_lp .next,
#pagination li.paginationjs-next a{
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border: 1px solid #18a1b8;
    border-radius: 15px;
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 75%;
    display: block;
    cursor: pointer;
}
.pagebrowser_lp .center{
    margin: 0 auto;
    display: flex;
}
/*----------Select----------*/
.select_wrapper{
    position: relative;
}
.select_wrapper:before{
    content: "\203A";
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 40px;
    color: #888888;
    transform: rotate(90deg);
    pointer-events: none;
}
/*----------Beratung und Kontakt Kasten----------*/
.magazin_kontakt{
    padding: 20px;
    background-color: #ffffff;
    width: 100%;
    float: left;
    position: relative;
}
.magazin_kontakt .header{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}
.magazin_kontakt .ce-gallery{
    float: left;
    width: 46%;
    margin-right: 8%;
}
.magazin_kontakt .ce-bodytext{
    float: left;
    width: 46%;
}
.magazin_kontakt figure.image figcaption{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}
.magazin_kontakt figure.image img{
    max-width: 260px;
    margin-bottom: 20px;
}
/*----------Magazin Teaser----------*/
.magazin_events{
    width: 100%;
    float: left;
}
.magazin_events .row{
    text-align: center;
    margin-bottom: 30px;
}
.magazin_events .verlauf_bg .header{
    color: #ffffff;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 35px;
    font-family: roboto_black;
    font-weight: normal;
    display: block;
    transform: rotate(2deg);
}
.magazin_events .verlauf_bg{
    background: linear-gradient(90deg,#18a1b8 0%,#18a1b8 26%,#f2de00 70%);
    text-align: center;
    transform: rotate(-2deg);
    display: inline-block;
}
.magazin_events .tage_offene_tuer{
    width: 47%;
    float: left;
    margin-right: 6%;
}
.magazin_events .triff_messe{
    width: 47%;
    float: left;
}
.magazin_events .triff_messe .header,
.magazin_events .tage_offene_tuer .header{
    font-weight: bold;
}
.magazin_events .tage_offene_tuer ul,
.magazin_events .triff_messe ul{
    padding-left: 0;
    list-style: none;
}
.magazin_social_media{
    float: left;
    padding: 0 20px 20px 20px;
    background-color: #ffffff;
    width: 100%;
}
.magazin_social_media a{
    height: 32px;
    width: 32px;
    float: left;
    margin-right: 10px;
    background-image: url("/fileadmin/template/images/social_icons_alle.png");
    background-repeat: no-repeat;
}
.magazin_social_media a.facebook{
    background-position: 0 0;
}
.magazin_social_media a.instagram{
    background-position: -288px 0;
}
.magazin_social_media a.youtube{
    background-position: -64px 0;
}
.magazin_social_media a.twitter{
    background-position: -32px 0;
}
.magazin_social_media a.linkedin{
    background-position: -224px 0;
}
.magazin_social_media a.pinterest{
    background-position: -128px 0;
}
/*----------Eltern----------*/
.eltern_header{
    position: relative;
}
.eltern_header figure.image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.eltern_header figure.image img{
    width: unset;
    height: 500px;
}
.rategber_download{
    margin: 60px 0;
}
.rategber_download .row.picture{
    text-align: center;
    margin-top: 50px;
}
.rategber_download .row.btns{
    margin-bottom: 50px;
    text-align: center;
}
.rategber_download .btn{
    background-color: #18a1b8;
    border-radius: 3px;
    padding: 10px 30px;
    color: #FFFFFF;
    margin: 0 15px;
    transition: all 0.2s;
}
.rategber_download .btn:hover{
    background-color: #007988;
    padding: 12px 32px;
    margin: 0 13px;
}
/*----------responsive Video----------*/
.elastic_video {
    position: relative;
    padding-bottom: 43.3%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 50px;
}
.elastic_video iframe,
.elastic_video object,
.elastic_video embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/*----------Cookiebanner----------*/
#cookiebanner .wrapper{
    display: flex;
    padding: 10px;
}
#cookiebanner a {
    color: #ffffff;
}
#cookiebanner a:hover {
    text-decoration: underline;
}
#cookiebanner .cookietext{
    color: #ffffff;
    width: 80%;
    float: left;
}
#cookiebanner .cookiebutton{
    width: 20%;
    float: left;
    display: -ms-grid;
    display: grid;
}
#cookiebanner {
    text-align: left;
    background-color: rgba(24,161,184,0.9);
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}
#cookiebannerCloser {
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    border: 0;
    padding: 6px 10px;
    background-color: #ffffff;
    color: #18a1b8;
    text-align: right;
    transition: all 0.2s;
    margin: auto;
}
#cookiebannerCloser:hover {
    color: #007988;
    padding: 7px 12px;
}
/*----------Pressebereich----------*/
.pressefotos .ce-column{
    width: 22%;
    margin-right: 4%;
    float: left;
}
.pressefotos .ce-column:last-child{
    margin-right: 0;
}
.pressefotos figure.image figcaption{
    line-height: 21px;
    font-size: 16px;
    color: #18a1b8;
    margin-bottom: 30px;
}
.pressefotos figure.image figcaption{
    background-image: url("/fileadmin/template/images/Pfeil_duenn.svg");
    background-repeat: no-repeat;
    background-position: 80px;
    transition: all 0.2s;
}
.pressefotos figure.image:hover figcaption{
    background-position: 100px;
}
/*----------Freikartengenerator----------*/
.tx-bc-freikartengenerator input[type="submit"]{
    background-color: #18a1b8;
    color: #ffffff;
    height: 40px;
    padding: 0 30px;
    border-radius: 3px;
    transition: all 0.1s;
    border: 0px none;
    cursor: pointer;
}
.tx-bc-freikartengenerator input[type="submit"]:hover{
    background-color: #007988;
    padding: 0 32px;
    height: 42px;
    margin-top: -1px;
    margin-left: -2px;
}
.tx-bc-freikartengenerator input[type="number"],
.tx-bc-freikartengenerator input[type="email"]{
    height: 40px;
    border-radius: 3px;
    border: 1px solid #666666;
    width: 360px;
    padding: 0 10px;
}
.tx-bc-freikartengenerator .row{
    margin-top: 20px;
}
.tx-bc-freikartengenerator .row .col1{
    line-height: 40px;
}
.tx-bc-freikartengenerator ol{
    padding-left: 18px;
    margin-bottom: 30px;
}
/*----------Abikasse----------*/
.abikasse_form label{
    display: block;
    line-height: 22px;
    font-size: 14px;
}
.abikasse_form label.dse{
    font-size: 16px;
    line-height: 30px;
}
.abikasse_form .row{
    margin-top: 20px;
}
.abikasse_form input[type="text"]{
    max-width: 340px;
    width: 100%;
}
.abikasse_form .adresse_schule{
    max-width: 340px;
    width: 100%;
}
.abikasse_form .str{
    width: 65%;
    margin-right: 3%;
    float: left;
}
.abikasse_form .hsnr{
    width: 32%;
    float: left;
}
.abikasse_form .ort{
    width: 65%;
    margin-left: 3%;
    float: left;
}
.abikasse_form .plz{
    width: 32%;
    float: left;
}
.abikasse_form input[type="checkbox"]{
    margin-right: 20px;
}
.abikasse_form #real_button{
    display: none;
    color: #ffffff;
    background-color: #18a1b8;
    padding: 7px 30px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}
.abikasse_form #button_dummie{
    color: #ffffff;
    background-color: #18a1b8;
    padding: 7px 30px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}
.abikasse_form #real_button:hover,
.abikasse_form #button_dummie:hover{
    background-color: #007988;
}
/*----------Newsletter-form CRM----------*/
form.one-column-form .wrapperContainer .newsletter_quick.big{
    height: auto;
    margin: 0;
}
form.one-column-form .wrapperContainer div.infirst{
    display: none;
}
form.one-column-form .wrapperContainer .branding{
    color: #18a1b8;
    font-size: 14px;
    line-height: 20px;
}
form.one-column-form .wrapperContainer input[type="email"]{
    width: 360px;
    height: 40px;
    border: 1px solid #18a1b8;
    border-radius: 3px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 0 15px 0;
    float: none;
}
form.one-column-form .wrapperContainer span.lp-required{
    color: #000000 !important;
}
form.one-column-form .wrapperContainer input[type="checkbox"]{
    margin-right: 10px;
}
form.one-column-form .wrapperContainer button{
    color: #ffffff;
    background-color: #18a1b8;
    border: 0px none;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 30px;
    float: left;
    cursor: pointer;
    transition: all 0.2s;
}
form.one-column-form .wrapperContainer button:hover{
    background-color: #007988;
    padding: 0 32px;
    margin-left: -2px;
}
.newsletter_quick.big .onFormSubmittedFeedback{
    height: 100% !important;
}
/*----------Skyscraper----------*/
#skyscraper{
    position: absolute;
    left: 640px;
    top: 50px;
    margin-left: 50%;
    width: 120px;
    height: 600px;
}
#skyscraper .anzeige{
    color: #18a1b8;
    font-size: 12px;
    position: absolute;
    top: -26px;
    right: 0;
}
/*----------to top button----------*/
#to_top_button{
    display: none;
    background-color: rgba(24,161,184, 0.8);
    height: 40px;
    width: 40px;
    border-radius: 3px;
    position: fixed;
    left: 640px;
    margin-left: 50%;
    bottom: 50px;
    cursor: pointer;
    padding: 7px 0 0 14px;
    z-index: 500;
}
#to_top_button img{
    transform: rotate(-90deg);
    width: 11px;
}