.strajob_job-section-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.strajob_job-section-filter__section {
    flex: 0 0 33.333%;
    display: flex;
    color: white;
    font-size: 18px;
    line-height: 1.2em;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px 10px 0;
}
.strajob_job-section-filter__section img{
    max-width: 100%;
    height: auto;
    transition: all .5s;
    opacity: 0.5;
}
.strajob_job-section-filter__section:hover img, .strajob_job-section-filter__section:focus img{
    transform: scale(1.2);
    opacity: 0.3;
}
.strajob_job-section-filter__section--inner{
    display: flex;
    background-color: #000;  /*default if no image*/
    background-size: cover;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.strajob_job-section-filter__section--active img {
    transform: scale(1.2);
    opacity: 0.4;
}
.strajob_job-section-filter__section__title{
    padding: 0 15px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.9);
}
.strajob_job-section-filter__section--subtitle{
    font-size: 16px;
    color: #3a3a3a;
    text-transform: none;
    text-align: center;
    padding: 10px 0;
}
.strajob_job-city-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.strajob_job-city-filter__city {
    text-align: center;
    flex: 1;
}
.strajob_job-city-filter__city {
    color: white;
    background: #469CD3;
    margin: 0 1px 0 1px;
    padding: 7px 20px;
    cursor: pointer;
}

.strajob_job-city-filter__city:last-child {
    margin-right: 0;
}

.strajob_job-city-filter__city:first-child {
    margin-left: 0;
}

.strajob_job-city-filter__city:hover {
    background:  #0d3b66;
}
.strajob_job-city-filter__city.strajob_job-city-filter__city--active {
    background: #0d3b66;
}

/* JOB LIST */
.strajob_job-list__list:after {
  content: "";
  display: table;
  clear: both;
}
.strajob_job-list__column{
	float: left;
	width: 32.2666666667%;
	margin: 1.6% 1.6% 0 0;
	box-sizing: border-box;
	position: relative;
	background-color: #ebebeb;
}
.strajob_job-list__column--rowend-3{
    margin: 1.6% 0 0 0;
}
.strajob_job-list__column--speculative-application {
    background: #0d3b66;
}
.strajob_job-list__column--speculative-application .strajob_job-list__title{
    color: #fff !important;
}

.strajob_job-list__column--speculative-application .strajob_job-list__details {
    width:calc(100% - 3rem);
text-align:center;
}



.strajob_job-list__column--speculative-application .strajob_job-list__link:hover{
    background: #333;
}
i.arrow{
    height: 20px;
}
.strajob_job-list__link{
	transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease; 
    -ms-transition: background-color 0.5s ease;
	display: block;
    color: #666;
    height: 11rem;
    line-height: 1.3;
	position: relative;
	padding: 8px 0;
}
.strajob_job-list_company{
	position: absolute;
	top: -15px;
    left: -10px;
    z-index: 10;
    width: 40px;
}
/* straschu Leiterplatten GmbH */
.company-3841{ }
/* straschu Elektro-Vertriebs GmbH */
.company-3821{ }
/* straschu Elektro-Automations GmbH */
.company-3826{ }
/* rolf weigel GmbH & Co. KG */
.company-3831{ }
/* straschu Industrie-Elektronik GmbH */
.company-3836{ }
/* Rostock Leiterplatten GmbH + Co. KG */
.company-3846{ }
/* straschu Holding GmbH */
.company-3876{ }


.strajob_job-list__link:hover{
	color: #666;
	background-color: #dcdcdc;
}
.strajob_job-list__details{
	position: absolute;
    top: 50%;
    width: calc(100% - 3rem);
    text-align:left;
    padding: 0 1.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 700px)
{
    .strajob_job-list__details,.strajob_job-list__city{
    text-align:center !important;
    }
}


.strajob_job-list__title{
	font-weight: 600;
    font-size: 1.2rem;
color:inherit !Important;
}
.strajob_job-list__city{
	display: block;
	margin: 15px 0 0 0;
text-align:left;
}
@media screen and (max-width: 1024px){
	.strajob_job-section-filter__section {
        flex: 0 0 50%;
    }
    .strajob_job-section-filter__section--inner {
        max-height: 150px;
    }
    .strajob_job-list__column{
        width: 48.7%;
    }
    .strajob_job-list__column--rowend-2{
        margin: 1.6% 0 0 0;
    }
    .strajob_job-list__column--rowend-3{
        margin: 1.6% 1.6% 0 0;
    }
}
@media screen and (max-width: 768px){
    .strajob_job-list__column{
        float: none;
        width: auto;
        margin: 5% 0 0 0 !important;
    }
    .strajob_job-list__column--rowend-2{
        margin: 5% 0 0 0;
    }
    .strajob_job-section-filter__section {
        flex: 0 0 50%;
        font-size: 16px;
    }
    .strajob_job-section-filter__section--inner {
        max-height: 150px;
    }
    .strajob_job-city-filter__city{
        margin-bottom:2px;
    }
}
@media screen and (max-width: 480px){
    .strajob_job-section-filter__section {
        flex: 0 0 100%;
        font-size: 16px;
    }
    .strajob_job-section-filter__section--inner {
        max-height: 100px;
    }
}

/* JOB DETAIL */
.strajob_job-detail__content h2{
	font-size: 18px;
}
.strajob_job-detail__content .company, .strajob_job-detail__content .job-listing-meta{
	display: none;
}
.center{
	text-align: center;
}
.strajob_job-detail__content img{
    width: 100%;
    margin-bottom: 20px;
}
.job_description, .strajob_job-detail__content p{
	text-align: justify !important;
}
.strajob_job-detail__apply{
	transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease; 
    -ms-transition: background-color 0.5s ease;
    line-height: 100%;
    display: inline-block;
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-weight: 600;

    color: #666;
    border-color: #ebebeb;
    background-color: #ebebeb;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.strajob_job-detail__apply:hover{
	color: #5e5e5e;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}