.footer-icon-links a {
    border: none;
}

.team-boxes-image-wrapper {
    border-radius: 50%;
}

.marker, span.marker {
    width: fit-content;
    color: #fff;
    white-space: nowrap;
    letter-spacing: -0.2px;
    background-color: #45aaff;
    padding: 12px 10px 12px;
    font-family: inherit;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 20px;
    display: block;
}

.skew {
    transform: skew(-15deg);
}

.bluebg {
    color: #fff;
    background: rgba(69,170,255, 0.97);
    clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
}

.bordered,
.borderedblue {
    border-radius: 20px;
    padding: 1.5em;
}
.bordered {
    border: 1px solid #f5f5f5;
}
.borderedblue {
    border: 1px solid #45aaff;
}

.cs-widget-simple {
    background: #f5f5f5;
    border: 1px dashed #f1f1f1;
    color: #fff;
    overflow: auto;
}

.main-content ul li,
#stellen ul,
#jobdisplay ul {
    list-style: none;
}

.centerimg {
    display: flex;
    justify-content: center;
}

.typebg {
    background-color: #45aaff;
    padding: 5px 10px;
    margin: 5px;
}

#toTop {
    bottom: 20px;
    right: 20px;
    border-radius: 20px;
    background-color: #45aaff;
    border: 1px solid #45aaff;
    cursor: pointer;
    position: fixed;
}
#toTop:hover {
    background-color: #fff;
    color: #45aaff;
}

.box {
    box-shadow: 10px 20px 15px #f5f5f5;
    border-radius: 20px;
}

.main-content label {
    color: #000;
}

.white {
    color: #fff;
}

.blue {
    background-color: #45aaff;
}

.main-navigation-mobile {
    background: #a4aaa0;
}

.fixedbutton a {
    position: fixed;
    top: 150px;
    right: 30px;
    width: 150px;
    height: 150px;
    background-image: url(/files/datenupload/button/button_bewerben1.png);
    z-index: 3000;
}
.fixedbutton a:hover {
    background-image: url(/files/datenupload/button/button_bewerben2.png);
    transform: scale(1.1) rotate(10deg);
    cursor: pointer;
}

.shadow, .highlight p {
    text-shadow: 5px 5px 15px #000;
}
.shadowwhite {
    text-shadow: 5px 5px 25px white;
}

.button,
.feature-box-link,
.submit {
    border-radius: 25px;
    border: none;
    text-transform: none;
}

.cs-widget-simple input {
    border-radius: 0;
}

input, textarea {
    border: none;
    border-radius: 25px;
    color: #fff;
    background-color: #45aaff;
}

.formsearchtextarea input,
.formsearchtextarea textarea {
    border: none;
    border-radius: 0;
    color: #fff;
}

form .submit {
    padding: 0.85714em 1.35714em;
    background-color: #ee7100;
}
form .submit:hover {
    background-color: #45aaff;
}

.rechts {
    float: right;
    margin-left: 20px;
}

.rospontan {
    background-image: url(/files/datenupload/button/Button_Spontan.png);
    transform: rotate(-5deg);
    width: 150px;
    height: 150px;
    cursor: pointer;
}
.rospontan:hover {
    background-image: url(/files/datenupload/button/Button_Spontan_2.png);
    transform: rotate(10deg);
}