
.inner-wrap {
    /*border: 1px solid blue;*/
    margin: 40px 40px;
}

.col2{
    display: flex;
    margin-bottom: 40px;
}

.element2col {
    flex: 1;
}

.element3col {
    flex: 1;
}

#left-part {
    display: inline-block;
    width:410px;
    overflow: auto;
}

#right-part {
    display: inline-block;
    width:410px;
    overflow: auto;
    float: right;
    padding-left: 28px;
}

.inner-wrap img { 
    max-width: 100%; 
    height: auto; 
	padding-right: 0;
}

.inner-wrap h1, h2, h3 {
    margin-top: 0;
}


#karriere-stellen table {
    border-collapse: collapse;
    width: 100%
}

#karriere-stellen table td {
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
    padding: 10px 0px;   
}


#karriere-stellen ul {
    width: 100%;
    list-style-position: inside;
    padding: 0;
}


#karriere-stellen li {
    border-top: 2px solid rgb(206, 206, 206);
    padding: 10px 0px; 
}

#karriere-stellen li:last-child {
    border-bottom: 2px solid rgb(206, 206, 206);
    padding: 10px 0px;  
    padding-left: 11.5px; 
}

#karriere-stellen li a{
    color:#00A77F;
}

#karriere-stellen img {
    margin-right: 10px;
    float: left;
}

#benefits {
    color: #333333;
    font-size: 18px;
    position: relative;
    padding-top: 0px;
}

#boldtext {
    color:#00A77F;
}

.changePicture {
    border-left: 0px solid #00A77F;
    display: block;
	/*margin-left: 50px;*/
}

.changePicture:hover {
    opacity: 1;
    overflow: hidden;
    width: 835px;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 0.3;
    border-left: 5px solid #00A77F;
}