/*

	Theme Name: KMU-CHANNEL
	Theme URI: https://liip.ch
	Description:
	Version: 1.0
	Author: Bartosz Podlewski
	Author URI: https://liip.ch

*/
.list-inline > li.red-btn {
    background: #f00;
    padding: 0 12px;
}
.red-btn a {
    color: #fff;
}
.red-btn a:hover {
    color: #fff;
}
.custom-repeater-widget iframe {
	max-width: 100%;
}
.employee {
	max-height: 424px;
}
.box.corona-section {
/*    padding: 0;*/
    padding-bottom: 25px;
    border: 5px solid #f00;
}
.box.corona-section h2 {
/*    padding: 20px;*/
}
.corona-front-article {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 80px;
}


.corona-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.corona-front-article h4.news-title {
    position: relative;
    z-index: 2;
    padding: 10px;
text-shadow: 0px -1px 10px rgba(155, 155, 155, 1);
}
.corona-front-article h4.news-title a.news-title-link {
    color: #fff;
    font-size: 25px;
}
.corona-front-article h4.news-title a.news-title-link:hover {
    color: #F6C63C;
}
@media screen and (max-width: 1199px) {
	.employee {
		max-height: 345px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.employee {
		max-height: 510px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 721px) {
	.employee {
		max-height: initial;
	}
	.corona-front-article h4.news-title a.news-title-link {font-size: 16px;}
}
@media screen and (max-width:480px) {
        
        .corona-front-article h4.news-title a.news-title-link {font-size: 14px;}
}


/*jobs page template*/
#termin-iframe {
    width: 100%;
    min-height: 800px;
}
.intro-job {
    width: 100%;
    clear: both;
}
.jobs-section-wrapper h1.termin-company-title {
    color: #000;
    font-size: 30px;
    padding: 20px 0;
    font-weight: bold;
    float: left;
}
.jobs-section-wrapper {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Raleway;
    overflow: hidden;
}
/*its a one time thing. don't judge.17.02.2021*/
body.page-id-16603 .jobs-section-wrapper p,
/*body.page-id-16652 .jobs-section-wrapper p,*/
body.page-id-16604 .jobs-section-wrapper p {
    font-family: "Noticia Text",serif;
}
.jobs-section-wrapper img.termin-job-thumbnail {
    width: auto;
    max-width: 200px;
    float: right;
    margin-top: 20px;
}
.jobs-section-wrapper img,
.jobs-image-section img {
    width: 100%;
    height: auto;
}
.jobs-section-wrapper h1,
.jobs-section-wrapper h2 {
    font-size: 30px;
}
.jobs-section-wrapper h3 {
    font-size: 25px;
}
.jobs-section-wrapper h4 {
    font-size: 18px;
}
.jobs-section-wrapper h1,
.jobs-section-wrapper h2,
.jobs-section-wrapper h3,
.jobs-section-wrapper h4,
.jobs-section-wrapper h5,
.jobs-section-wrapper h6 {
    color: #F6C63C;
}
.jobs-section-wrapper ol,
.jobs-section-wrapper ul {
    padding-left: 15px;
}
.jobs-section-wrapper form {
    font-family: 'Raleway';
}
.duplicate-offene {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    color: #fff;
    background: #f5d211;
    line-height: 36px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    clear: both;
}
.jobs-full-width-section input[type="text"],
.jobs-full-width-section input[type="email"],
.jobs-full-width-section input[type="number"] {
    height: 38px;
    width: 100%;
    max-width: 700px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.62857;
    color: #474E58;
    background-color: #F0EFED;
    border-radius: 0px;
    border: 1px solid #F0EFED;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
}
.jobs-section-wrapper .cst-wrapper span {
    float: left;
    
}
.jobs-section-wrapper .cst-wrapper span:nth-child(1) {
    margin-right: 10px;
}
.jobs-section-wrapper .cst-wrapper input[type="number"] {
    max-width: 130px;
    -moz-appearance: textfield;
}
.jobs-section-wrapper .cst-wrapper input[type="number"]::-webkit-outer-spin-button,
.jobs-section-wrapper .cst-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.jobs-section-wrapper .cst-wrapper input[type="text"] {
    max-width: 333px;
    margin-right: 7px;
}
.jobs-section-wrapper input[type="submit"] {
    color: #fff;
    background-color: #4C4C4E;
    border-color: #4C4C4E;
    margin-top: 20px;
    width: auto;
}
.jobs-iframe-section iframe {
    width: 100%;
    min-height: 900px;
}
.cst-wrapper {
    font-weight: bold;
}
.cst-left {
    float: left;
}
.csts {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.jobs-section-wrapper .cst-wrapper span.wpcf7-not-valid-tip {
    float: none;
}
.jobs-column-section {
    padding: 0 15px;
}
.jobs-column-section img {
    width: auto;
    max-width: 100%;
}
.jobs-section-wrapper h2,
.jobs-section-wrapper h3 {
    font-weight: 400;
}
.jobs-full-width-section {
    padding: 0 15px;
}
.heading-jobs {
    padding-left: 15px;
    padding-right: 15px;
}
.jobs-full-width-section label {
    width: 100%;
}
.jobs-full-width-section .wpcf7-list-item-label  {
    font-weight: 400 !important;
}
.zeitfenster24juni .wpcf7-form-control.wpcf7-checkbox,
.zeitfenster17juni .wpcf7-form-control.wpcf7-checkbox {
    padding-left: 85px;
}
.jobs-section-wrapper h3 a,
.jobs-section-wrapper h4 a,
.jobs-section-wrapper h2 a {
    text-decoration: underline !important;
}
@media screen and (max-width: 721px) {
    .jobs-full-width-section h2 {
        font-size: 24px;
    }
}


/*jobs listing*/
.job-entries li {
    width:100%;
    position: relative;
    margin-bottom: 10px;
    clear: both;    
    padding: 10px 0 0 0;
}
.job-entries li span.pos-name {
    color: #F6C63C;
    font-weight: bold;
}

.job-entries li .pos-tooltip {
    z-index: 2;
    box-sizing:border-box;
    display:block;
    background:rgba(0,0,0,.7);
    color:white;
    padding:5px;
    position:absolute;
    left: 0;
    margin-left: 0;
    width:auto;
    height:auto;
    min-height: 60px;
    line-height:25px;
    border-radius:5px;
    display: none;
    transition:.25s ease-in-out;
}

.job-entries .pos-tooltip:after {
    content:'';
    display:block;
    position:absolute;
    bottom: -8px;
    left:7px;
    margin-left:0;
    height:0;
    width:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:8px solid rgba(0,0,0,.7);
    transition:.25s ease-in-out;
    display: block;
}

.job-entries li:hover > .pos-tooltip {
    display: block;
    bottom: 100%;
}

.position-singular {
    display: block;
}
.job-col-left {
    padding-left:0;
    color: #000;
    font-weight: 400;
}
.job-entries {
    margin: 30px 0;
}
.termine-buchen {
    color: #fff;
    background: #F6C63C;
    padding: 9px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    font-family: 'Raleway';
}
.jobs-videos-wrapper {
    width: 100%;
    position: relative;
    display: block;
    clear: both;
}
.jobs-video-wrapper {
    display: block;
    float: left;
    width: 100%;
    max-width: 47%;
    position: relative;
    padding-bottom: 24.25%; /* 16:9 */
    height: 200px;
    margin-right: 30px;
    margin-bottom: 20px;

}
.jobs-video-wrap {
    position: relative;
    padding-bottom: 24.25%; /* 16:9 */
    min-height: 300px;
}
.jobs-video-wrap iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jobs-testimonial-section {
    width: 100%;
    clear: both;
    padding: 0 15px;
    /* min-height: 300px;
    border: 1px solid #b5c4cb */
}
.jobs-testimonials-wrapper {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 20px auto;
    position: relative;
}
.jobs-testimonials-wrapper p,
.jobs-testimonials-wrapper h4,
.jobs-testimonials-wrapper h5 {
    color: #000;
    font-weight: bold;
}
.jobs-testimonials-wrapper h5 {
    font-weight: initial;
}
.jobs-testimonials-wrapper .slick-arrow {
    position: absolute;
    color: #fff;
    background-color: transparent;
    background-image: url('assets/images/angle-prev_gev.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    left: -20px;
    top: 45%;
    border: 0;
    color: transparent;
    outline: none;
}
.jobs-testimonials-wrapper .slick-arrow.slick-next {
    background-image: url('assets/images/angle-next_gev.svg');
    right: -34px;
    left: unset;
}
.job-testimonial-wrapper {
    width: 50%;
    display: block;
    float: left;
    padding: 0 20px;
    border: 1px solid #b5c4cb;
}
.testimonial-image-wrapper {
    max-width: 20%;
    float: left;
    width: 100%;
}

.testimonial-image-wrapper img {
    margin-top: 20px;
}
.testimonial-text-wrapper {
    float: right;
    width: 100%;
    max-width: 80%;
    padding: 0 15px;
}
.testimonial-text-wrapper h4 {
    text-align: left;
}
.testimonial-name {
    font-weight: bold;
    color: #F6C63C;

}

.testimonial-name img {
    display: inline-block;
    max-width: 200px;
}
.gev-box-within {
    background: #b5c4cb;
    padding: 15px;
    margin-bottom: 20px;
}
.gev-box-within h3 {
    margin-top: 0;
}
.gev-box-within img {
    max-width: 60%;
    display: block;
    margin: 10px auto;
}
.jobs-multiple-cols-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
 }
.jobs-multiple-cols-section .gev-column-multi {
    display: flex;
    flex-direction: column;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}
ul.ui-autocomplete {
    max-width: 90%;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    width: 25px;
    height: 100%;
    background: #e6e6e6 url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border: 1px solid #d3d3d3;
}
.custom-combobox-toggle i {
    position: relative;
    left: 5px;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
.filter-result-job-wrapper {
    border: 1px solid #000;
    margin-bottom: 20px;
    
    position: relative;
    transition:all 0.3s ease;
}

.filter-result-job-wrapper h4,
.filter-result-job-wrapper h5,
.filter-result-job-wrapper h6  {
    color: #000;
}
.filter-inner-job-wrapper {
    width: 100%;
    padding: 15px;
    display: block;
    overflow: hidden;
    transition:all 0.3s ease;
    z-index: 9;   
}
.filter-inner-job-wrapper h6 {
    margin-bottom: 0;
}
.grid-item,.grid-sizer { width: 31.6%; }
/* .grid-item { margin-bottom: 10px; } */
.grid-item--width2 { width: 400px; }
.filter-result-job-wrapper .company-logo-wrapper {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: block;
    
}
.gev-filter-wrapper{
    background: #b5c4cb;
    padding: 20px;
    margin-bottom: 20px;
}
.gev-filter-wrapper > div{
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 20px;
}
.filter-result-job-wrapper .company-logo-wrapper img {
    max-width: 200px;
    height: auto;
}
.filter-wrapper-results {
    padding: 0 15px;
}
/*custom columns*/
.multiple-column-section-wrapper h2 {
    color: #000;
}
.d-container {
    max-width: 100%;
    margin: 0 auto;
    
}
.d-flex {
    display: flex;
    flex-flow: column;
}
.d-col {
    padding: 0 15px;
}
.d-row {
    display: flex;
    flex-flow: row;
    width: 100%;
}
.d-flex-col {
    flex-flow: column;
}
.custom-element {
    background: #b5c4cb;
}
.custom-element a strong {
    color: #000;
    background: #f6c63c;
    padding: 5px;
    margin-bottom: 5px;
}
.col-33 {
    flex: 1 1 25%;
    max-width: 25%;
}
.col-33.col-cust-2 {
    flex: 1 1 50%;
    max-width: 50%;
}
.col-33.col-cust-3 {
    flex: 1 1 33%;
    max-width: 33%;
}

.custom-element {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent;
}
.custom-element:hover {
    border: 1px solid #F6C63C;
}
.custom-element img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
}
.gev-cust-btn {
    max-width: 80%;
    width: 80%;
    margin: 20px 0;
    padding: 10px 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: linear 0.1s;
    transition-timing-function: linear;
    opacity:0.8;
}
.gev-cust-btn:hover {
    border: 2px solid #F6C63C;
    /* padding: 20px; */
    opacity:1;
}
/* .gev-cust-btn:hover * {
    text-shadow: 2px 1px 6px rgba( 0,0,0,0.5 );
    
} */
.gev-cust-btn a {
    color: #000;
    display: block;
    font-weight: bold;
    font-family: Raleway;
    font-size: 20px;
    position: relative;
}
.gev-cust-btn a:hover {
    text-decoration: none;
}
.gev-cust-btn a span {
    max-width: 80%;
    display: block;
}
.gev-cust-btn a:after {
    content: '›››';
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
}
.reset-filters-jobs {
    color: #fff;
    background-color: #4C4C4E;
    padding: 6px 12px;
    white-space: nowrap;
    font-size: 15px;
}
.buchen-job-btn {
    color: #fff;
    background-color: #4c4c4e;
    padding: 4px 8px;
    font-size: 12px;
    display: inline-block;
    margin-top: 20px;
}
.buchen-job-btn.back-to-jobs {
    color: #fff;
    background-color: #4c4c4e;
    padding: 4px 30px;
    font-size: 25px;
    display: block;
    margin-top: 20px;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
}
#gewerbe-wordart {
    width: 100%;
    min-height: 500px;
}
/*custom end columns*/
/*custom glow*/
.pulse {
    box-shadow: 0 0 0 0 rgb(236,24,104);
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation-iteration-count: 5;
}
@-webkit-keyframes pulse {
    to {
      box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
  }
  
@-moz-keyframes pulse {
    to {
      box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}
  
@-ms-keyframes pulse {
    to {
      box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}
  
@keyframes pulse {
    to {
      box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}
@media screen and (max-width: 1200px) {
    .grid-sizer,
    .grid-item {
        width: 31.3%;
    }
}
@media screen and (max-width: 991px) {
    .d-row {
        display: block;

    } 
    .col-33 {
        flex: unset;
        width: 50%;
        float: left;
        max-width: 50%;
    }
    .testimonial-image-wrapper {
        max-width: 100%;
    }
    .testimonial-image-wrapper img {
        display: block;
        margin: 10px auto 10px auto;
        float: none;
        max-width: 50%;
        
    }
    .testimonial-text-wrapper {
        max-width: 100%;
    }
    .gev-videos-jobs-wrapper {
        padding: 0 15px;
    }
    .gev-videos-jobs-wrapper .col-33 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .gev-videos-jobs-wrapper .col-33 iframe {
        position: absolute;
    
    }
    .grid-item,.grid-sizer { width: 47%; }
}
@media screen and (max-width: 721px) {
    .jobs-video-wrapper {
        max-width: 100%;
        margin-right: 0;
    }
    .col-33 {
        width: 100%;
        max-width: 100%;
    }
    .col-33.col-cust-2 {
        max-width: 100%;
    }
    .gev-cust-btn a span {
        font-size: 15px;
    }
    .grid-item,.grid-sizer { width: 97%; }
}