/* Contact formular */
.et_pb_contact_form input, .et_pb_contact_form textarea{
    border: 1px solid grey !important;
}
.et_pb_contact_form .input[type="checkbox"]+label i, .et_pb_contact_form .input[type="radio"]+label i{
    background-color: rgba(0,0,0,.1) !important;
}
/* LogiIn Icon */
 body.logged-in.et_header_style_brain_menu #main-header #top-menu .icon-user-login{
    background: #0066CB;
    pointer-events: none;
 }
/* LogIn & Registroation */
.et_pb_login.aka-login .et_pb_newsletter_description a{
    color: #2ea3f2;
}
.et_pb_login.aka-login{
    margin-top: 2%;
}
@media only screen and (min-width: 1350px){
    .et_pb_login.aka-login{
        margin-top: 27px;
    }
}
/* Special Listen Style */
.blue_hook ul{
  list-style: none;
  padding-left: 0;
}
.blue_hook ul li ul li::before {
  background-image: none;
}

.blue_hook ul li::before{
    content:''; 
    display:inline-block; 
    height:1em; 
    width:1em;     
    padding-right: 10px;
    background-image:url('/wp-content/themes/BrainFactory_4.5.3/icons/blue_hook.png');
    background-size:contain; 
    background-repeat:no-repeat; 
     -moz-appearance:initial
}



body.et_pb_button_helper_class .et_pb_contact_form .et_pb_button{
    color: #8e1409;
}
body.et_pb_button_helper_class .et_pb_contact_form .et_pb_button:hover{
    color: #8e1409 !important;
    border: 2px solid #8e1409 !important;
}
@media only screen and (min-width: 767px) {
    .cc-theme-edgeless.cc-window {
        padding: 0 50px;
    }
}
.facebook_footer_menu {
    float: right;
}
#footer-bottom{
    display: none;
}
.facebook_footer_menu a:before {
    content: "\e093";
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
}
@font-face {
    font-family: "ETmodules";
    src: url("/core/admin/fonts/modules.eot");
    src: url("/core/admin/fonts/modules.eot?#iefix") format("embedded-opentype"), url("/core/admin/fonts/modules.ttf") format("truetype"), url("/core/admin/fonts/modules.woff") format("woff"), url("/core/admin/fonts/modules.svg#ETmodules") format("svg");
    font-weight: normal;
    font-style: normal;
}
.footer-widget .fwidget {
    width: 100%;
}
.et_header_style_left .logo_container {
    position: absolute;
    height: 100%;
    width: 154px;
}

nav.et-menu-nav .logo_container {
    display: none;
}

#wppb-recover-password-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    text-align: center;
    position: relative;
    padding: .3em .6em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
#wppb-recover-password .form-submit:before {
    font-family: ETmodules!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    position: absolute;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: "35";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    right: calc(-95px + 50%);
    bottom: 8px;
}
#wppb-recover-password .form-submit:hover:before {
    right: calc(-115px + 50%);
    opacity: 1;
}
#wppb-recover-password-button:hover {
    padding: .3em 2em .3em .7em;
    border: 2px solid transparent;
    text-decoration: none;
    background-color: rgba(255,255,255,.2);
}
li.wppb-username-email.wppb-form-field label {
    width: auto;
}
#username_email {
    display: inline-block;
    width: 100%;
    padding: 14px 4%!important;
    border: none;
    border-radius: 3px;
    color: #666;
    background-color: #fff;
    font-size: 14px;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
}
#ai1ec-container {
    padding-bottom: 40px;
}
#logo {
    max-height: 22px !important;
}
/*
#top-menu li {
    letter-spacing: -0.5px;
}
*/
.fullwidth-menu li {
    padding-right: 12px;
}

.nav > li:last-child > ul.sub-menu {
    right: 0;
}

.et_pb_widget, #top-menu li li a, .et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a {
    word-wrap: normal;
}

.et_header_style_left .logo_container {
    width: 314px;
}

.et_header_style_left .fullwidth-menu-nav .logo_container {
    width: 154px;
}

/* STARTPAGE TILES*/
.et_overlay_alt {
    display: none !important;
}

.tiles .et_image_title,
.tiles .et_title {
    position: absolute;
    top: 20px;
    left: 0px;
    line-height: normal;
    font-size: 22px;
    color: #fff;
    background-color: #0062A4;
    padding: 5px 20px;
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
}
.tiles .et_pb_image:hover .et_image_title,
.tiles .et_pb_image:hover .et_title {
   color: #8e1409;
   background-color: #fff;
}
.tiles .et_pb_image img {
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
}
.tiles .et_pb_image:hover img {
    transform: scale(1.05, 1.05) !important;
}
.tiles .et_pb_image {
    overflow: hidden;
}
.tiles .et_overlay::before {
   display: none !important;
}
.home .tiles .et_pb_slide_image img {
    max-width: 100% !important;
    max-height: 100% !important;
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
}
.home .tiles .et_pb_slide_with_image .et_pb_slide_description{
    width: auto !important;
    animation: none;
}
.home .tiles .et_pb_slide:hover .teaser:not(.video) a:hover img,
.home .tiles .et_pb_slide:first-child:hover .et_pb_slide_image img.active {
    transform: scale(1.05, 1.05) !important;
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    animation: none;
}
.home .tiles .et_pb_slide .et_pb_slide_description a,
.home .tiles .et_pb_slide .et_pb_slide_description {
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    transform: scale(1, 1) !important;
    animation: none; 
}
.home .tiles .et_pb_slide:hover .et_pb_slide_description a {
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    transform: scale(1, 1) !important;
    animation: none;
    color: #8e1409;
}
.home .tiles .et_pb_slide:hover .et_pb_slide_description {
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    transform: scale(1, 1) !important;
    animation: none;
    background-color: #fff;
}
.home .tiles .et_pb_slide:first-child .et_pb_slide_image img.active {
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    transform: scale(1, 1) !important;
    animation: none;
}
@media (min-width: 981px){

    .tiles_credentials .et_pb_column_1_2{
        width: 29.6667%;
        margin-left: 15%;
        margin-right: 0%;
    }
}
.tiles_credentials .et_image_title, .tiles .et_title{
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 0px;
    line-height: normal;
    font-size: 22px;
    width: 100%;
    color: #fff;
    background-color: #404040;
    padding: 5px 20px;
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
}


/* Carousel */
.owl-carousel.carousel-slider .carousel-slider__caption .title {
    color: #8e1409;
}
.owl-carousel.carousel-slider .carousel-slider__caption .caption {
     color: #2ea3f2;
}
.owl-carousel.carousel-slider a:hover *, .owl-carousel.carousel-slider a.active * {
    color: #0062A4 !important;
}
.owl-carousel.carousel-slider a, .owl-carousel.carousel-slider a * {
    /* display: block;
    text-align: center; */
    padding-bottom: 2px !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.owl-carousel.carousel-slider img {
    max-width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.owl-carousel.carousel-slider a:hover img, .owl-carousel.carousel-slider a.active img {
    transform: scale(1.05, 1.05);
    -webkit-ransform: scale(1.05, 1.05);
}
/*
#ssb-container {
    -webkit-transform: rotate(-90deg) translate(-118%,0) !important;
    -webkit-transform-origin: 0px 0 !important;
    -ms-transform: rotate(-90deg) translate(-118%,0) !important;
    -ms-transform-origin: 0px 0 !important;
    -moz-transform: rotate(-90deg) translate(-118%,0) !important;
    -moz-transform-origin: 0px 0 !important;
    transform: rotate(-90deg) translate(-118%,0) !important;
    transform-origin: 0px 0 !important;
    font-size: 150% !important;
}

#ssb-container ul li {
    list-style: none;
    margin: 0;
    padding-bottom: 2px;
}
*/

/* FOOTER */
#footer-widgets .footer-widget li a:hover {
    color: #8f140a;
}

#wpmchimpas-trig.wpmchimpas-trig {
    transform: rotate(-90deg) translate(0px,65px);  
}
.body-wpmchimpas-open #wpmchimpas-trig.wpmchimpas-trig {

    transform: translate(-436px, 0px) rotate(-90deg) !important;

}
.wpmchimpas-trigi {
    width: 170px !important;
    height: 47px !important;
}
.wpmchimpas-trigi::before {
    margin: 8px 12px !important;
}

.wpmchimpas-trigi::after {
    content: "Newsletter";
    color: #fff;
    display: block;
    position: absolute;
    margin: 7px 9px;
    width: 100px;
    /* height: 25px; */
    right: 0;
    font-size: 125%;
    letter-spacing: -1px;
}
.wpmchimpas-overlay::after {

    content: "X";
    color: red;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: block;
    position: relative;
    top: 1000px;
    right: -1000px;

}

.da_tiles .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_ {

    margin-right: 0;
    display: inline-block;
    margin-bottom: 2px;

}
.da_tiles .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_:nth-child(2n) {

    margin-left: 10%;
    margin-right: 2px;
    width: calc(40% - 1px);

}
.da_tiles .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_:nth-child(2n+1) {

    margin-left: 0%;
    width: calc(40% - 1px);

}
.da_tiles .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_ .et_pb_button.et_pb_custom_button_icon.et_pb_module,
.da_tiles .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_ .et_pb_button.et_pb_custom_button_icon {
    width: 100%;
}

.da_tiles .et-last-child .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_:nth-child(2n+1) {

   /* margin-left: calc(10% - 21px) !important; */

}

#events-shortlist .ai1ec-calendar-toolbar,
#events-shortlist .ai1ec-calendar-view > .ai1ec-clearfix,
#events-shortlist .ai1ec-calendar-view > .ai1ec-pull-left,
#events-shortlist .ai1ec-event-description,
#events-shortlist .ai1ec-event-toggle {
    display: none !important;
}
#akademie-welcome #ai1ec-container {
    padding-bottom: 0px !important;
}

/* Large Screens (1405px and up) */
@media all and (min-width: 1405px) {
    /* put your css code here */
}

/* Larger Desktops and Laptops (1100-1405px) */
@media all and (min-width: 1100px) and (max-width: 1405px) {
    /* put your css code here */
}

/* Standard Desktops (981px–1405px) */
@media all and (min-width: 981px) and (max-width: 1405px) {
    /* put your css code here */
    .da_tiles .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_ {
        width: 80% !important;
        margin-left: 10% !important;
    }
    /*
    .da_tiles .et-last-child .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_:nth-child(2n+1) {
        margin-left: calc(10% + 30px) !important;
    }
    */

}

/* Desktop Only; full width menu is shown (981px–1405px) */
@media all and (min-width: 981px) {
    .wpml-ls-menu-item .wpml-ls-flag + span {
        margin-left: .2em;
        text-transform: lowercase;
        font-weight: 200;
        font-size: 90%;
        letter-spacing: -0.5px;
    }
}

/* Tablets in Landscape; iPad, etc (981px-1100px) */
@media all and (min-width: 981px) and (max-width: 1100px) {
    #top-menu li {
        padding-right: 7px;
        font-size: 14px;
    }
}

/* Additional Responsive Styles for Tablets (up to 980px) */
@media all and (max-width: 980px) {
    /* put your css code here */
}

/* Additional Responsive Styles for Tablets (up to 782px) */
@media screen and (max-width: 782px) {
    /* put your css code here */
}

/* Tablets in Portrait; iPad, etc (up to 768px) */
@media all and (max-width: 768px) {
    /* put your css code here */
}

/* Smartphones in Landscape; iPhone 5/6/6 Plus, Nexus 5x/6p, Galaxy s5, etc (up to 767px) */
@media all and (max-width: 767px) {
     .wpmchimpas-overlay::after {
        content: "X";
        color: #000000;
        width: auto;
        height: auto;
        font-size: 20px;
        display: block;
        position: fixed;
        top: 135px;
        right: 0;
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: bold;
        background-color: #ffffff;
        padding: 4px 6px;
    }
    .body-wpmchimpas-open #wpmchimpas-trig.wpmchimpas-trig {
        display: none !important;   
    }
    
    /* put your css code here */
    .da_tiles .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_ {
        width: 80% !important;
        margin-left: 10% !important;
    }
    /*
    .da_tiles .et-last-child .et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_:nth-child(2n+1) {
        margin-left: calc(10% + 30px) !important;
    }
    */
}

/* Smartphone in Portrait; iPhone 5/6/6 Plus, Nexus 5x/6p, Galaxy s5, etc (0-479px) */
@media all and (max-width: 479px) {
    /*
#ssb-container {
    -webkit-transform: rotate(-90deg) translate(-90%,0) !important;
    -webkit-transform-origin: 0px 0 !important;
    -ms-transform: rotate(-90deg) translate(-90%,0) !important;
    -ms-transform-origin: 0px 0 !important;
    -moz-transform: rotate(-90deg) translate(-90%,0) !important;
    -moz-transform-origin: 0px 0 !important;
    transform: rotate(-90deg) translate(-90%,0) !important;
    transform-origin: 0px 0 !important;
    font-size: 150% !important;
}
   #ssb-container ul li span {
        line-height: 30px;
        width: 50px;
    }
    #ssb-container ul li a {
        line-height: 30px;
    }
    */
}
@media all and (max-width: 420px) {
    #wpmchimpas-trig.wpmchimpas-trig {
        transform: rotate(-90deg) translate(0px,69px);
    }
}

.helpie-categories-section-modern .column .item {
    display: block !important;
}

#sgpb-popup-dialog-main-div {
    background-color: #0062a4 !important;
    color: white !important;
}

#sgpb-popup-dialog-main-div td{
    font-size: 15px !important;
    width: 50% !important;
}

.buttons-fullwidth a.et_pb_button {
    width: 100%;
    height: 100%;
    text-align: center;
}
.fed_dashboard_menus {
    display: none !important;
}
.fed_dashboard_items {
    margin-left: auto;
    margin-right: auto;
    float: none !important; 
}
@media (min-width: 981px) {
    .fed_dashboard_items {
        width: 100% !important;
    }
}
.bc_fed .fed_dashboard_item {
    border-color: #0062A4 !important;
}
.bc_fed .fed_dashboard_item .panel-heading,
.bc_fed .fed_dashboard_item .btn-primary {
    border-color: #0062A4 !important;
    background-color: #0062A4 !important;
}
.bc_fed .panel-title {
    padding-bottom: 0;
}
.bc_fed .fed_dashboard_item_field > div {
    width: 100%;
}

.bc_fed .alert-success {
    background-color: #d75015 !important;
    color: #fff !important;
    background-image: none !important;
}

.bc_fed button.close {
    color: #fff !important;
}
/* Popup Builder*/
.sgpb-overflow-hidden {
    height: 0 !important;
}
.fm-label {
        font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
    }


@media screen and (max-width: 480px) {
    .fm-label {
        font-size: initial !important;
    }
}

/* Anfang Baustellenprotokoll */

.header-label {
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
    text-align: left;
    font-weight: 500;
    word-break: break-word;
    height: 160px;
    width: 0px;
}
 
.header-td {
    border-collapse: collapse;
    vertical-align: bottom;
    text-align: center;
    font-weight: 500;
    border: 1px solid grey;
    font-size: 1em;
    width: 0px;
    height: 0px;
    padding: 6px 0px !important;
}

.header-td-2 {
    border-collapse: collapse;
    vertical-align: bottom;
    text-align: center;
    font-weight: 500;
    border: 1px solid grey;
    font-size: 1em;
    width: 0px;
    height: 0px;
    padding: 6px 0px !important;
}

.pdf-formular-last-rows input[type=text]{
    width: 100%;
}

.Baustellenprotokoll td {
    border: 1px solid grey !important;
}

.Baustellenprotokoll table {
    border: 1px solid grey;
}

.Baustellenprotokoll td.empty {
    border: 0px solid grey !important;
}

.radio-td  {
    min-width: 125px;
}

.pdf-form-lots-of-span td {
    padding: 0px !important;
}

.pdf-form-lots-of-span td span input[type=text] {
    height: 100%;
    width: 100%;
    border-width: 2px !important;
}

.in-max-width input[type=text] {
    width: 100%;
}

.text-and-input input[type=text] {
    width: 80% !important;
}

.Baustellenprotokoll-Handy input[type=text] {
    width: 100%;
    max-width: 350px;
}

.pdf-formular-last-rows td {
    padding: 6px 6px !important;
}

.radio-baustellenprotokoll {
    padding: 6px 8px !important;
    min-width: 140px !important;
}

/* Anpassungen Handy Inliner Input verschieben bei ist */
.ist-soll-margin {
    margin-left: 5px !important;
}

.ist-max-margin {
    margin-left: 8px !important;
}

/* obere Zahlen im Baustellenprotokoll Anfang */
/* allgemeine anpassungen */
.Baustellenprotokoll .current::before {
    background: #8e1409 !important;
}

.Baustellenprotokoll li::before {
    background: #0062a4 !important;
}

.Baustellenprotokoll .active::after {
    background: #0062a4 !important;
}

.Baustellenprotokoll .cf7mls_progress_bar li::before {
    cursor: pointer;
}
/* spezielle anpassungen */
.Baustellenprotokoll-Pointliner .Baustellenprotokoll-Handy li {
    width: 24% !important;
}

.Baustellenprotokoll-Pointliner .Baustellenprotokoll-PC li {
    width: 19.5% !important;
}

.Baustellenprotokoll-Inliner .Baustellenprotokoll-Handy li {
    width: 24% !important;
}

.Baustellenprotokoll-Inliner .Baustellenprotokoll-PC li {
    width: 24% !important;
}
/* obere Zahlen im Baustellenprotokoll Ende */
/* Ende Baustellenprotokoll */

.download-box {
    max-width: 100% !important;
}
.download-button {
    background-color: #0062A4 !important;
    background-image: -webkit-linear-gradient(#4888bf,#0062A4) !important;
    background-image: -moz-linear-gradient(#4888bf,#0062A4) !important;
    cursor: pointer;
    -webkit-transition: all .2s !important;
    -moz-transition: all .2s !important;
    transition: all .2s !important;
}

.download-button:hover {
    background-color: #8e1409 !important;
    background-image: -webkit-linear-gradient(#8e1409,#8e1409) !important;
    background-image: -moz-linear-gradient(#8e1409,#8e1409) !important;
    cursor: pointer !important;
    -webkit-transition: all .2s !important;
    -moz-transition: all .2s !important;
    transition: all .2s !important;
}

.et_pb_title_meta_container {
    display: none;
}