@charset "UTF-8";

/*************************************************************************************************************************************/
/* meiser.de  */
/* Style-CSS / custom.css */
/* AUTOR: ms - meiser.de */
/*************************************************************************************************************************************/

/**********************************************************************************************************************************************************************************************/
/* BODY */
/**********************************************************************************************************************************************************************************************/

html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    color: #5b5b5b;
}

.invisible {
    display: none;
}

/*img {width:auto; height: auto;}*/


/**********************************************************************************************************************************************************************************************/
/* AUFBAU */
/**********************************************************************************************************************************************************************************************/

#wrapper {
}

#header {
    margin: 0 0 40px 0;
}

#container {
    max-width: 1200px;
    margin: 0 0 0 50px;
}

#main {
    max-width: 720px;
    margin: 0 50px 0 0;
}

#right {
    width: 300px;
}

@media (max-width: 768px) {
    #container {
        margin: 0 0 0 20px;
    }

    #main {
        margin: 0;
    }
}

body.startseite #main {
    max-width: 1200px;
}


/**********************************************************************************************************************************************************************************************/
/* FONTS */
/**********************************************************************************************************************************************************************************************/

#main h1 {
    font-size: 2.7em;
    color: #101e39;
    margin: 0 0 40px 0;
    line-height: 1.5em;
}

#main h2 {
    clear: both;
    font-size: 1.8em;
    margin: 0 0 20px 0;
    line-height: 1.5em;
}

#main h6 {
    clear: both;
    font-size: 1.8em;
    margin: 40px 0 20px 0;
    line-height: 1.5em;
}


/**********************************************************************************************************************************************************************************************/
/* HEADER */
/**********************************************************************************************************************************************************************************************/

#header {
    width: 100%;
    background: rgb(255, 255, 255, 0.8);
    height: 69px;
    margin: 0;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    z-index: 2;
}

#header .inside {
    margin: 0 0 0 20px;
    /* padding-top: 10px; */
    height: 100%;
}

#header img {
    width: auto;
    height: auto;
}

#header #logo {
    width: 300px;
    float: left;
    padding-top: 10px;
}

#header #logo img {
    width: 200px;
}

#header .suche {
    width: 600px;
    margin-left: 30px;
    float: left;
}

#header .suche .ce_form.block {
    overflow: inherit;
}

.custom {
    margin: 0 0 50px 0;
}

#HeaderBild figure.image_container {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    z-index: 1;
}

#HeaderBild figure.image_container img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .custom {
        margin-top: 70px;
    }
}


/**********************************************************************************************************************************************************************************************/
/* MAIN / CONTENT */
/**********************************************************************************************************************************************************************************************/

#main .ce_text {
    margin: 0 0 40px 0;
}

#main .ce_text p {
    margin: 0 0 10px 0;
}


#footer {
    background-image: url(https://www.meiser.de/grafik/bg_footer.png);
    background-repeat: repeat-x;
    background-color: #e9e9e9;
    clear: both;
    margin: 40px 0 0 0;
    min-height: 320px;
    padding: 0 0 20px 0;
    color: #7b7b7b;
}

#footer a {
    color: #7b7b7b;
    text-decoration: none;
}

#footer .inside {
    max-width: 1200px;
    margin: 0 0 0 50px;
}

#footer .footer-social-media {
    padding: 11px 0 0 0;
    height: 35px;
    margin: 0 0 0 20px;
}

#footer .footer-social-media a {
    margin: 0 10px 0 0;
}

#footer .footer-subnavi {
    margin: 20px 0 0 20px;
}

#footer .footer-subnavi .footer-logo {
    float: left;
    width: 300px;
}

#footer .footer-subnavi .footer-logo img {
    width: 235px;
    height: 60px;
}

#footer .footer-subnavi .footer-products {
    width: 275px;
    float: left;
}

#footer .footer-subnavi .footer-service {
    width: 200px;
    float: left;
}

#footer .footer-subnavi .footer-kontakt {
    width: 300px;
    float: right;
}

#footer .footer-subnavi .footer_nav_kontakt ul li {
    float: none;
    display: inline;
    margin-right: 20px;
}

.socialmediaicons {
    font-size: 25px;
    color: #fff;
}

@media (max-width: 1120px) {
    #footer .footer-social-media {
        margin: 0 0 0 20px;
    }

    #footer .footer-subnavi .footer-logo {
        float: none;
        width: 234px;
        margin-bottom: 20px;
    }

    #footer .footer-subnavi .footer-kontakt {
        width: 350px;
        float: left;
    }
}

@media (max-width: 500px) {
    #footer .inside {
        margin: 0;
    }

    #footer .footer-social-media {
        margin: 0 0 0 30px;
    }

    #footer .footer-subnavi .footer-logo {
        float: none;
        width: 234px;
        margin: 0 0 20px 0;
    }

    #footer .footer-subnavi .footer-products {
        float: none;
        width: 100%;
    }

    #footer .footer-subnavi .footer-service {
        float: none;
        width: 100%;
    }

    #footer .footer-subnavi .footer-kontakt {
        float: none;
        width: 100%;
    }
}

@media (max-width: 720px) {
    #footer img {
        width: auto;
    }

    #footer .footer-subnavi .footer-products {
        margin-bottom: 20px;
    }

    #footer .footer-subnavi .footer-service {
        margin-bottom: 20px;
    }
}

/**********************************************************************************************************************************************************************************************/
/* MODULE */
/**********************************************************************************************************************************************************************************************/


/*************************************************************************************************************************************/
/* MENU */
/*************************************************************************************************************************************/

.mobile_menu {
    position: fixed;
    z-index: 10000;
    display: none
}

.mobile_menu .inner {
    height: 100%;
    background: #000;
    overflow-y: scroll
}

.mobile_menu.active.position_left {
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.position_top {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.position_right {
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.position_bottom {
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .5)
}

.mobile_menu.active.no_shadow {
    box-shadow: none !important
}

.mobile_menu_trigger {
    display: none
}

.mobile_menu_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999
}

.mobile_menu_overlay.background {
    background: rgba(0, 0, 0, .5)
}

.mobile_menu li.submenu_hide > ul {
    display: none
}

.mobile_menu li.submenu_show > ul {
    display: block
}

body.ie8 .mobile_menu, body.ie8 .mobile_menu_trigger, body.ie9 .mobile_menu, body.ie9 .mobile_menu_trigger {
    display: none !important
}

/* 
.mod_mobile_menu {
}
*/

.mobile_menu_trigger {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #101e39;
    padding: 20px;
    /* width: 150px; */
    width: 30px;
    /* height: 70px; */
}

.mobile_menu_trigger span {
    color: #fff;
    font-size: 30px;
}

.mobile_menu {
    min-width: 350px !important;
    width: auto !important;
}

.mobile_menu .inner {
    height: 100%;
    background: #101e39;
    overflow-y: auto;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
}

.mobile_menu .inner a {
    color: #ffffff;
}

.mobile_menu .close-button {
    float: right;
    margin: 10px 10px 0 0;
}

.mobile_menu .close-button span {
    font-size: 30px;
}

.mobile_menu .mod_navigation,
.mobile_menu .mod_customnav {
    margin: 40px 0 50px 0;
}

.mobile_menu .mod_navigation li,
.mobile_menu .mod_customnav li {
    margin: 0;
    padding: 10px 0 10px 20px;
}

.mobile_menu .mod_navigation li:hover {
    background: #787b7e;
}

.mobile_menu .mod_navigation .level_3 li:hover {
    background: #7bb743;
}

.mobile_menu .mod_navigation li.submenu_hide::after {
    content: "\f0d7";
    font-family: "FontAwesome";
}

.mobile_menu .level_1 li {
    border-bottom: 1px solid #ffffff;
}

.mobile_menu .no-border .level_1 li {
    border-bottom: none;
}

.mobile_menu .level_1 li:last-child {
    border: none;
}

.mobile_menu .level_2 li {
    border: none;
}

.mobile_menu .level_3 li {
    border: none;
}

/*.level_2 {margin-left: 30px;}
.level_3 {margin-left: 30px;}*/

.mobile_menu .social_box {
    margin: 30px 0 0 0;
    font-size: 20px;
    border-top: 1px solid #ffffff;
    padding: 20px 0 0 0;
}

.mobile_menu .social-box-inner {
    padding: 0 0 0 20px;
}

.mobile_menu .social-box-inner a {
    margin: 0 30px 0 0;
}

.mobile_menu .social-box-inner i {
    font-size: 2.0em;
}

/* @media screen and (max-width: 500px) { */
    /* .mobile_menu_trigger { */
        /* width: 100px; */
    /* } */
/* } */


/*************************************************************************************************************************************/
/* ACCORDION */
/*************************************************************************************************************************************/

.toggleheader, .ui-accordion-header {
    font-size: 1em;
    line-height: 1.211em;
    font-weight: 500;
    color: #152c55;
    border-bottom: 1px solid #e1e1e1;
    text-indent: -1em;
    padding: 0 0 0 1em;
    cursor: pointer;
}

.ce_accordion {
    margin: 0 0 2em 0;
}

.ui-accordion-header div {
    position: relative;
    top: -45px;
    text-align: center;
}

.ui-accordion-content {
    margin: 20px 0 0 0;
}


/*************************************************************************************************************************************/
/*** LOGIN  ***/
/*************************************************************************************************************************************/


.mod_login {
    margin: 0 auto;
    width: 390px;
}

.mod_login input {
    outline: none;
    border: none;
}

.mod_login input:focus::-webkit-input-placeholder {
    color: transparent;
}

.mod_login input:focus:-moz-placeholder {
    color: transparent;
}

.mod_login input:focus::-moz-placeholder {
    color: transparent;
}

.mod_login input:focus:-ms-input-placeholder {
    color: transparent;
}

.mod_login textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.mod_login textarea:focus:-moz-placeholder {
    color: transparent;
}

.mod_login textarea:focus::-moz-placeholder {
    color: transparent;
}

.mod_login textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.mod_login input::-webkit-input-placeholder {
    color: #555555;
}

.mod_login input:-moz-placeholder {
    color: #555555;
}

.mod_login input::-moz-placeholder {
    color: #555555;
}

.mod_login input:-ms-input-placeholder {
    color: #555555;
}

.mod_login textarea::-webkit-input-placeholder {
    color: #555555;
}

.mod_login textarea:-moz-placeholder {
    color: #555555;
}

.mod_login textarea::-moz-placeholder {
    color: #555555;
}

.mod_login textarea:-ms-input-placeholder {
    color: #555555;
}

.mod_login label {
    margin: 0;
    display: block;
}

/*---------------------------------------------*/
.mod_login button {
    outline: none !important;
    border: none;
    background: transparent;
}

.mod_login button:hover {
    cursor: pointer;
}

.mod_login .container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.mod_login .container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.mod_login .wrap-login100 {
    width: 390px;
    border-radius: 5px;
    overflow: hidden;
    background: transparent;
    padding: 0 0 25px 0;
}

.mod_login .login100-form {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.mod_login .wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

.mod_login .input100 {
    font-size: 20px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    padding: 0 10px 0 80px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*---------------------------------------------*/
.mod_login .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.mod_login .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #101e39;
    background: -webkit-linear-gradient(left, #314b7c, #101e39);
    background: -o-linear-gradient(left, #314b7c, #101e39);
    background: -moz-linear-gradient(left, #314b7c, #101e39);
    background: linear-gradient(left, #314b7c, #101e39);
}

.mod_login .focus-input100::after {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #999999;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 25px;
    left: 35px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.mod_login .input100:focus {
    padding-left: 60px;
}

.mod_login .input100:focus + .focus-input100::after {
    left: 23px;
    color: #101e39;
}

.mod_login .input100:focus + .focus-input100::before {
    width: 100%;
}

.mod_login .has-val.input100 + .focus-input100::after {
    left: 23px;
    color: #d41872;
}

.mod_login .has-val.input100 + .focus-input100::before {
    width: 100%;
}

.mod_login .has-val.input100 {
    padding-left: 60px;
}

/*------------------------------------------------------------------
[ Button ]*/
.mod_login .container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mod_login .login100-form-btn {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 250px;
    height: 42px;
    border-radius: 5px;
    margin: 25px auto 0 auto;
    background: #101e39;
    background: -webkit-linear-gradient(left, #314b7c, #101e39);
    background: -o-linear-gradient(left, #314b7c, #101e39);
    background: -moz-linear-gradient(left, #314b7c, #101e39);
    background: linear-gradient(left, #314b7c, #101e39);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.mod_login .login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.mod_login .login100-form-btn:hover:before {
    opacity: 1;
}

.mod_login .label-checkbox100 {
    font-size: 13px;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    padding: 25px 0;
}

.mod_login .label-checkbox100 input {
    float: left;
    position: absolute;
    left: 35px;
}

.mod_login .label-checkbox100 label {
    float: left;
    margin: 0 0 0 80px;
}

.apprentices-parents-evening > #wrapper > #container {
    margin: 0 auto;
}

#apprentices {
    padding: 0 0 0 10px;
}

fieldset.apprentice-parents {
    margin: 0 0 30px 0;
}

fieldset.apprentice-parents > div > label {
    font-size: 25px;
    width: 150px;
}

fieldset.persons-evening > legend {
    font-size: 25px;
}

fieldset.persons-evening > span {
    font-size: 25px;
    margin: 7px 10px;
    display: inline-block;
    height: auto;
}

fieldset.persons-evening > span > input {
    margin: 8px 5px 8px 0;
}

fieldset.persons-evening > span > label {
    height: auto;
}

/*
form#apprentice-parents {
    padding: 0 0 0 10px;
}
*/

form#apprentice-parents > div > div > button {
    margin: 20px 0 70px 0;
    padding: 5px 10px;
}

form#apprentice-parents > div > div.explanation {
    margin: 0 0 30px 0;
}

#HeaderBild figure {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    z-index: 1;
}

#HeaderBild figure img {
    width: 100%;
    /* min-height: 400px; */
    /* height: auto; */
    object-fit: cover;
    margin: -140px 0 0 0;
}

/* .mod_article.block { */
#container {
    padding-top: 30px;
}

.fab, .fa-brands {
    color: white;
    font-size: 25px;
}

@media (max-width:800px) {
    .ce_player {
        left: -10px;
        position: relative;
    }

    figure {
        text-align: center;
    }

    /* img { */
        /* width: 100%; */
        /* height: auto; */
    /* } */
}

div.content-player > figure > video {
    width: 100%;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.max-width-1024px > figure {
    max-width: 1063px;
    max-height: 708px;
}

.max-width-1024px > figure > img {
    width: 100%;
    height: 100%;
}

div.ce_text > p {
    padding-right: 10px
}