/*-----------------------------------------------------------------------------------

   Theme Name: Blake Child
   Theme URI: https://blake.brickthemes.com/
   Description: A modern multipurpose theme, focused on great typography and unique design elements.
   Author: Bricktheme & BigLayers Studios
   Version: 1.0.0
   Template: blake

-----------------------------------------------------------------------------------*/
@import "fonts.css";

.wpcf7 span.wpcf7-not-valid-tip {
    display: unset;
}

#main h1{ font-weight: 400;}
#main h2{ font-weight: 400;}

#main p, #main ul,
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6,
#footer .widget ul li a, #footer .widget p{
    font-family: 'Segoe UI', sans-serif;
}

#main h3{text-transform: uppercase;font-weight: 400;}
.call-us ul li{font-weight:400;}
.wpcf7 form.wpcf7-form p {
    display: inline-block;
    width: 100%;
}
ul {
    list-style: circle outside;
    margin-left: 15px;
}
.jobs-headline {
font-weight: 700 !important;
letter-spacing: 1px;
}
.elementor-widget-bdt-contact-form-7 .wpcf7-form label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    color: #111111;
}
span.wpcf7-form-control-wrap,
span.wpcf7-form-control-wrap .wpcf7-form-control {margin-top: 0px !important;}
.cf7mls_progress_bar {margin-bottom: 50px;}
input[type="text"], input[type="date"], input[type="password"],
input[type="email"], input[type="url"], input[type="tel"],
input[type="number"], textarea, select{color: #111111;}
.cf7mls_progress_bar li::before{background-color: #bbb;}
.cf7mls_progress_bar li.active::before,
.fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step{background-color:#2964d0;}
.cf7mls_btn.action-button i, .wpcf7-form-control.wpcf7-submit i{margin-left: 5px;}
.cf7mls_progress_bar li.active::before, .cf7mls_progress_bar li.active::after {background: #2964d0;}
.cf7mls_next.action-button, .cf7mls_back.action-button{margin: 10px 0;}
.cf7mls_back.action-button {float: left;}
input.hideradio{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.imgradio label > input + div{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
    padding: 10px;
}
.imgradio label > input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
    border:2px solid #2964d0;
    border-radius: 15px;
    background: #2964d0;
    color: #fff;
}
.imgradio label > input:checked + div svg{fill: #fff;}
.imgradio label > div:hover{background: #bbb;border-radius: 15px;}
.imgholder > svg {max-height: 50px;}
.imgradioitem{
    text-align: center !important;
}
.imgradioitem span{
    display: block;
    font-weight: 400;
}
.imgradioitem div.imgholder{
    min-height: 70px;
}
.imgradio {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.umzugsimg {margin-bottom: 40px;}
.umzugsimg .imgradio .imgradioitem img{max-width: 60px !important;}
.umzugsimg svg symbol {
    transform: translate(0%, 0%);
}
.wpcf7-form-control-wrap.datenschutz {display: flex;}
span.wpcf7-list-item{margin-left: 0;}
.wpcf7-form-control.wpcf7-submit{
    background-color: #2964d0;
    color: #ffffff;
    margin: 10px 0 10px 0 !important;
    padding: 13px 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    border: 0;
    box-shadow: unset;
}
.wpcf7-list-item label {display: flex !important;justify-content: space-between;align-items: flex-start;}
.wpcf7-list-item label input[type="checkbox"] {
    width: auto;
    top: 8px;
    margin-right: 10px;
}
input.wpcf7-form-control.wpcf7-submit::after{ font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1d8";}
div.wpcf7-validation-errors {
    max-width: 1400px;
    margin: 0 auto !important;
}
.cf7mls_progress_bar li::before{
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 100%;
    margin-bottom: 15px;
}
.cf7mls_progress_bar li {
    font-size: 14px;
    color: #bbbbbb;
}
.cf7mls_progress_bar li::after {
    top: 25px;
    background: #bbb;
}
.cf7mls_progress_bar li.current {
    color: #111;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0px !important;
}


/* div#masonry {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100vw;
  max-height: 800px;
}
div#masonry .masonry_item {
  width: 33.3%;
}
div#masonry .masonry_item img{
    transition: .8s opacity;
}

div#masonry:hover .masonry_item img { opacity: 0.3; }
div#masonry:hover .masonry_item img:hover { opacity: 1; }

*/

/* fallback for earlier versions of Firefox */

/* @supports not (flex-wrap: wrap) {
  div#masonry { display: block; }
  div#masonry .masonry_item {
  display: inline-block;
  vertical-align: top;
  }
} */

div#masonry {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
    grid-template-rows: auto 1fr auto;
}
div#masonry .masonry_item {
  /* width: 33.3%; */
}
div#masonry .masonry_item{
    transition: .8s opacity;
}

div#masonry:hover .masonry_item { opacity: 0.3; }
div#masonry:hover .masonry_item:hover { opacity: 1; }

/* fallback for earlier versions of Firefox */

@supports not (flex-wrap: wrap) {
  div#masonry { display: block; }
  div#masonry .masonry_item {
  display: inline-block;
  vertical-align: top;
  }
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title{font-weight: 400 !important;text-transform: uppercase;}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title{font-size: 20px;}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{background: #0f456e;}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title img.acc_img {
    float: right;
    height: 30px;
    width: auto;
    margin-top: -5px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active img.acc_img{
    background: #fff;
    border-radius: 100%;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content > * {
    margin-left: 23px;
    margin-bottom: 15px;
    border-left: 2px solid #ddd;
    font-size: 16px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content h5{padding: 0 30px;margin-top: 15px;}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content ul{padding: 0 45px;}
.elementor-widget-accordion.revert .elementor-accordion .elementor-tab-title{text-align: right;}
.elementor-widget-accordion.revert .elementor-accordion .elementor-tab-title img.acc_img {
    float: left;
    height: 30px;
    width: auto;
    margin-top: -5px;
}
.workflow_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 60%;
    border-top: 10px solid #0f456e;
}
.workflow_box .play_icon,
.workflow_box .pause_icon {
    position: absolute;
    right: 0px;
    top: -55px;
    font-size: 30px;
    width: 70px;
    display: flex;
    justify-content:flex-end;
}
.workflow_box .play_icon::after,
.workflow_box .pause_icon::after{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 20px;
    font-size: 20px;
}
.workflow_box .play_icon::after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f04b";
}
.workflow_box .pause_icon::after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f04c";
}

ul.wpb_ea_fancy_lists.wpb_ea_fancy_lists_type_boxed li{
    border-radius: 0px;
    box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
    background-color: rgba(15,69,110,0.6);
    padding: 0px 20px;
    color: #fff !important;
}

.p-headline h1 p {
    margin-bottom: 0px;
}

.first-absatz {
    padding-left: 0px !important;
    margin-left: 0px !important;
    border-left: none !important;
}


#footer {
    padding: 100px 0;
}

#footer .widget_categories ul li{color: #fff;}
#footer .widget ul li, #infobar .widget ul li{border-color: #fff;}

#image_footer{
    /* background-color: #0f456e; */
    background-color: #f4f4f4;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 0 -50px; */
    margin: 0;
    z-index: 8;
    position: relative;
}
#image_footer img {width: 100%;max-width:500px;z-index: 2;margin: -50px 0;}
#image_footer .image_spans{position: absolute;}
/* Links vom Logo */
#image_footer #image_span_one {left: 2%;top: 45%;color: #747070;font-size: 250%;transform: rotate(-90deg);}
#image_footer #image_span_two {left: 10%;top: 80%;color: #959595;font-size: 180%;}
#image_footer #image_span_three {left: 25%;top: 82%;color: #747070;font-size: 250%;}
#image_footer #image_span_four {left: 12%;top: 44%;color: #959595;font-size: 150%;transform: rotate(-90deg);}
#image_footer #image_span_five {left: 15%;top: 20%;color: #747070;font-size: 220%;}
#image_footer #image_span_six {left: 20%;top: 35%;color: #959595;font-size: 120%;}
#image_footer #image_span_seven {left: 18%;top: 55%;color: #959595;font-size: 180%;}
#image_footer #image_span_eight {left: 30%;top: 35%;color: #747070;font-size: 230%;transform: rotate(-90deg);}
/* Rechts vom Logo */
#image_footer #image_span_nine {left: 65%;top: 82%;color: #747070;font-size: 250%;}
#image_footer #image_span_ten {left: 72%;top: 65%;color: #959595;font-size: 120%;}
#image_footer #image_span_eleven {left: 65%;top: 45%;color: #959595;font-size: 150%;transform: rotate(-90deg);}
#image_footer #image_span_twelve {left: 65%;top: 20%;color: #747070;font-size: 200%;}
#image_footer #image_span_thirteen {left: 72%;top: 45%;color: #747070;font-size: 180%;}
#image_footer #image_span_fourteen {left: 85%;top: 60%;color: #747070;font-size: 230%;transform: rotate(-90deg);}
#image_footer #image_span_fivteen {left: 79%;top: 75%;color: #959595;font-size: 180%;}
#image_footer #image_span_sixteen {left: 80%;top: 25%;color: #959595;font-size: 130%;}

#footer .widget ul li.leerlink{list-style: none;}

#footer .span3{width: 15%;margin: 0 5%;}
#footer .span3:first-child {margin-left: 0;width: 25%;}
#footer .span3:last-child{margin-right: 0;}

/* Neue Karriereseite */

.karriere-kontakt span span {
    font-size: 16px !important;
    color: #888;
}

.full-width-button .elementor-button {
    width: 100% !important;
}

@media screen and (min-width:801px) {
    .menu-footer-unternehmen-2-container {margin-top: 55px;}
}

@media screen and (max-width:2000px) {
    #image_footer #image_span_one {left: 2%;top: 45%;color: #747070;font-size: 200%;transform: rotate(-90deg);}
    #image_footer #image_span_two {left: 10%;top: 80%;color: #959595;font-size: 130%;}
    #image_footer #image_span_three {left: 25%;top: 82%;color: #747070;font-size: 200%;}
    #image_footer #image_span_four {left: 12%;top: 44%;color: #959595;font-size: 100%;transform: rotate(-90deg);}
    #image_footer #image_span_five {left: 15%;top: 20%;color: #747070;font-size: 170%;}
    #image_footer #image_span_six {left: 20%;top: 35%;color: #959595;font-size: 70%;}
    #image_footer #image_span_seven {left: 18%;top: 55%;color: #959595;font-size: 130%;}
    #image_footer #image_span_eight {left: 30%;top: 35%;color: #747070;font-size: 180%;transform: rotate(-90deg);}
    /* Rechts vom Logo */
    #image_footer #image_span_nine {left: 65%;top: 82%;color: #747070;font-size: 200%;}
    #image_footer #image_span_ten {left: 72%;top: 65%;color: #959595;font-size: 70%;}
    #image_footer #image_span_eleven {left: 65%;top: 45%;color: #959595;font-size: 100%;transform: rotate(-90deg);}
    #image_footer #image_span_twelve {left: 65%;top: 20%;color: #747070;font-size: 150%;}
    #image_footer #image_span_thirteen {left: 72%;top: 45%;color: #747070;font-size: 130%;}
    #image_footer #image_span_fourteen {left: 85%;top: 60%;color: #747070;font-size: 180%;transform: rotate(-90deg);}
    #image_footer #image_span_fivteen {left: 79%;top: 75%;color: #959595;font-size: 130%;}
    #image_footer #image_span_sixteen {left: 80%;top: 25%;color: #959595;font-size: 80%;}
}

@media screen and (max-width:1700px) {
    #image_footer img {
        max-width: 400px;
    }
}

@media screen and (max-width:1200px) {
    #image_footer img {
        max-width: 350px;
    }

    #image_footer #image_span_one {left: 2%;top: 45%;color: #747070;font-size: 180%;transform: rotate(-90deg);}
    #image_footer #image_span_two {left: 10%;top: 80%;color: #959595;font-size: 130%;}
    #image_footer #image_span_three {left: 25%;top: 82%;color: #747070;font-size: 180%;}
    #image_footer #image_span_four {left: 12%;top: 44%;color: #959595;font-size: 100%;transform: rotate(-90deg);}
    #image_footer #image_span_five {left: 15%;top: 20%;color: #747070;font-size: 170%;}
    #image_footer #image_span_six {left: 20%;top: 35%;color: #959595;font-size: 70%;}
    #image_footer #image_span_seven {left: 18%;top: 55%;color: #959595;font-size: 130%;}
    #image_footer #image_span_eight {left: 30%;top: 35%;color: #747070;font-size: 150%;transform: rotate(-90deg);}
    /* Rechts vom Logo */
    #image_footer #image_span_nine {left: 65%;top: 82%;color: #747070;font-size: 180%;}
    #image_footer #image_span_ten {left: 72%;top: 65%;color: #959595;font-size: 70%;}
    #image_footer #image_span_eleven {left: 65%;top: 45%;color: #959595;font-size: 100%;transform: rotate(-90deg);}
    #image_footer #image_span_twelve {left: 65%;top: 20%;color: #747070;font-size: 150%;}
    #image_footer #image_span_thirteen {left: 72%;top: 45%;color: #747070;font-size: 130%;}
    #image_footer #image_span_fourteen {left: 85%;top: 60%;color: #747070;font-size: 150%;transform: rotate(-90deg);}
    #image_footer #image_span_fivteen {left: 79%;top: 75%;color: #959595;font-size: 130%;}
    #image_footer #image_span_sixteen {left: 80%;top: 25%;color: #959595;font-size: 80%;}
}

@media screen and (min-width: 981px) and (max-width:1450px){
    #footer {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (max-width: 1024px) {
    #custom_footer_border,
    #image_footer {
        display:none !important;
    }
    #footer {padding-top: 50px;padding-bottom: 30px;}
}

@media screen and (max-width: 800px) {
    #footer .span3 {
        width: calc(100% - 60px) !important;
        margin: 0 !important;
        padding: 10px 0;
    }
    .menu-footer-unternehmen-2-container {margin-top: 0px;}
}

@media screen and (max-width: 767px) {
    #footer #nav_menu-4,
    #footer #nav_menu-7,
    #footer #nav_menu-5{
        display:none !important;
    }
    #footer {padding: 0px;}
}

.wps-form {
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

.wps-form span.wpcf7-form-control-wrap,
.wps-form span.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
}
.wpcf7-form select{
    background-color: rgba(255,255,255,0);
    color: #fff;
}
.wpcf7-form select option,
.wpcf7-form .wpcf7-submit{
    color: #000 !important;
}
.wpcf7-form .wpcf7-submit{
    color: #000 !important;
    font-size: 20px;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder { /* Firefox 18- */
  opacity: 1 !important;
}

.wpcf7-form-control-wrap.bewerbungsfile {
    height: 100%;
    display: flex;
    color:#FFFFFF;
    background-color:rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
}
.bewerbungsfile_label {
    position: absolute;
    padding: 15px 25px;
}
.wpcf7-form-control-wrap.bewerbungsfile::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 600; content: "\f0c6";
    position: absolute;
    right: 15px;bottom: 50px;
    transform: rotate(-45deg);
    font-size: 80px;
}
.bewerbungsfile input.wpcf7-file {
    opacity: 0;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) {
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}

.cd-timeline-content {padding: 1em;}
.timeline-date{margin-bottom:15px !important;}
.cd-timeline-item-title {font-size: 120% !important;}
.time_line_box_row {display: flex;}
.time_line_box_col {padding: 0 10px;}


#cd-timeline span.fa {
    font-size: 23px !important;
    line-height: 52px !important;
}
@media screen and (min-width:822px) {
    #cd-timeline span.fa {
        font-size: 25px !important;
        line-height: 63px !important;
    }
}

#back-to-top .fa-long-arrow-up::before {font-family: 'FontAwesome';}
#homereadmore #bdt-accordion-mehr-erfahren{
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
}
.wpb-ea-testimonial-items-slider .wpb-ea-testimonial-item {
    box-shadow: unset !important;
}
.wpb-ea-content-items-slider .owl-prev i, .wpb-ea-content-items-slider .owl-next i, .wpb-ea-member-items-slider .owl-prev i,
.wpb-ea-member-items-slider .owl-next i, .wpb-ea-testimonial-items-slider .owl-prev i, .wpb-ea-testimonial-items-slider .owl-next i,
.wpb-ea-posts-slider .owl-prev i, .wpb-ea-posts-slider .owl-next i,
.wpb-ea-logo-sliders.owl-theme .owl-prev i, .wpb-ea-logo-sliders.owl-theme .owl-next i {
    line-height: 40px;
}
.mobmenu-right-panel.show-panel .mobmenu-right-bt {
    top: 30px;
    right: 10px;
}
.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover {
    background-color: transparent !important;
}
a.button:hover, input[type="submit"]:hover {
    color: #000 !important;
}
@media screen and (min-width: 1023px) and (max-width: 1400px) {
    .standortvideo, .standortvideo > * {height: 100% !important;}
    .standortvideo video{max-width: 150% !important; width:150% !important;}
}
@media screen and (max-width: 767px){
    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        height: 4em;
    }

    #main h2{font-size: 25px;}
    #main h3{font-size: 23px;}
    #main h4{font-size: 18px;}

    #alt-title .grid, #title .inner {
        padding: 20px !important;
    }
    #alt-title .grid h1, #title .inner h1{
        font-size: 30px;
        line-height: 1;
    }
}
