
.inner-wrap {
    /*border: 1px solid blue;*/
    margin: 40px 40px;

}

.col2{
    display: flex;
    margin-bottom: 40px;
}

.element2col {
    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;
}

#stellenangebote {
    color: #333333;
    font-size: 20px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

#boldtext {
    color:#00A77F;
}

.changePicture {
    border-left: 0px solid #00A77F;
    /*display: block;*/
}

.changePicture:hover {
    opacity: 1;
    overflow: hidden;
    width: 405px;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 0.3;
    border-left: 5px solid #00A77F;
}









.kachel {
    background-color: #ffffff;
    border-radius: 10px;
    width: 250px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s;
}

.kachel:hover {
    transform: translateY(-10px);
}

.kachel h3 {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
}

.icon {
    font-size: 40px;
    color: #2d8d8b;
}
