#news{margin: 0px auto 0px -25px;min-width: 1200px;}
#news .headerbox{width: 100%;overflow: hidden;padding-top: 0px;max-width: 1200px;margin: 0px auto 0px auto;}
#news .headerbox h2{margin-top: 0px;}
#news .newsboxes{width: 100%;overflow: hidden;padding-top: 0px;max-width: 1200px;margin: -15px auto 0px auto;}
#news .newsboxContainerImage{height: 230px;width: 33%;background-size: cover;background-position: center;}
#news .newsboxContainerImage iframe{height: 230px}
#news .newsboxContainer{width: 60%;}
#news .newsboxtitelbox{color: #CCCCCC;font-size: 17px;font-weight: 100;margin-bottom: 30px;}
#news .newsoverviewh3{margin-top: 0px;margin-bottom: 0px;color:rgb(1,149,61);transition: color 0.3s;}
#news .newsoverviewh3:hover {
    color: #0168B5;
}

#news .dtinfo_txt span{width: 98% !important;}
#news .dtinfo_txt{margin-top: 0px;}


.slicknews .newsboxContainer {width: 100% !important;;height: 380px;background-color: #fff;padding: 55px 30px 0px 30px;color: #000;margin-right: 25px;margin-left: 25px;transition: background-color 0.3s;}
.slicknews .newsboxContainer:hover{background-color: #0168B5;color: #fff;}
.slicknews .newsboxContainer:hover div{color: #fff !important;}
.slicknews .newsboxContainer:hover a{color: #fff !important;}
.slicknews .newsboxContainerImage {width: 100% !important;height: 334px !important;background-color: #fff;padding: 55px 30px 0px 30px;color: #000;background-size: cover;background-repeat: no-repeat;margin-right: 25px;margin-left: 25px;}
.slicknews .privacy-msg{height: 380px !important;}
.slicknews .newsVideo{padding: 0px !important;}
.slicknews .newsVideo iframe{height: 380px !important;}



/* --- imp_mobile class muss im mobil theme header hinzugefügt sein */
.imp_mobile #news .newsboxContainerImage {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: center;
    float: none;
	margin-bottom: 20px;
}

.imp_mobile #news .newsboxContainer {
    float: none;
    width: 100%;
}

.imp_mobile #news hr{display: none;}

.slicknews .slick-arrow {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 40%;
    font-size: 45px;
    color: rgb(1,149,61);
}

.slicknews .slick-arrow:hover {
    color: #0168B5;
}

@media only screen and (min-width: 1240px) {
#news .arrow-right {
    right: -63px;
	margin-top: 25px;
}

#news .arrow-left {
    left: -80px;
}

}

@media only screen and (max-width: 1240px) {
#news .arrow-right {
    display: none !important;
}

#news .arrow-left {
    display: none !important;
}

}

#news .arrow-color {
    color: #cccccc;
    transition: color .3s;
}

#news .arrow-color:hover {
    color: #6b6b6b;
}




@media only screen and (min-width: 1240px) {

	.post-wrapper > .alignfull {
		max-width: none;
		width: 100vw;
		min-width: 1220px;
		margin-left: calc(-50vw - -1200px / 2);
		padding: 3em 1em;
	}
}

@media only screen and (max-width: 1239px) {

	.post-wrapper > .alignfull {
      max-width: none;
      width: 100%;
      min-width: 1240px;
      margin-left: -20px;
	}
}

.single-karriere h2 {
    font-size: 30px;
    color: #0168B5;
}
.single-karriere .post-wrapper {
    margin-bottom: 50px;
}
/*.karriere_table td {
    border: none;
    padding: 40px;
}
.karriere_table tr td {
    background: #e6f1f7;
}
.karriere_table tr:nth-child(2n+1) td {
    background: #f7f7f7;
}
.karriere_titel a {
    color: #0168B5;
    font-weight: bold;
}
.karriere_titel a:hover,
.karriere_titel a:active {
    color: rgba(1,149,61,1);
}
.karriere_standort {
    color: #0168B5;
}*/

.karriere_table .row {
    display: flex;
    flex-flow: row;
}
.karriere_table .row .column {
    background: #e6f1f7;
    flex: 1;
    padding: 40px;
}
.karriere_table a:nth-child(2n+1) .row .column {
    background: #f7f7f7;
}
.karriere_table .row:hover .column {
    background: rgba(1,149,61,0.7);
}
.karriere_table a:nth-child(2n+1) .row:hover .column {
    background: rgba(1,149,61,0.7);
}
.karriere_table .row .column span {
    color: #0168B5;
    font-weight: bold;
}
.karriere_table .row:hover .column span {
    color: white;
}

.karriere_table .row:hover .column.karriere_standort {
    color: white !important;
}
.karriere_table .column {
    display: flex;
    flex-flow: column;
}
.karriere_table .column.karriere_standort {
    max-width: max-content;
}

.single-karriere .menu-item-459 a {
    color: rgba(1,149,61,1);
}