@import url("reset.css");
:root {
    --orange: #ff951e;
    --rot: #ff6237;
    --gruen: #acc706;
    --hellgruen: #edf3ca;
    --blau: #4a479d;
}
.clear {
    clear: both;
}

/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/nunito-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/nunito-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/nunito-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/nunito-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/nunito-v24-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
  }
  
  /* nunito-700 - latin */
  @font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v24-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/nunito-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/nunito-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/nunito-v24-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/nunito-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/nunito-v24-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
  }
  
  /* nunito-italic - latin */
  @font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/nunito-v24-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/nunito-v24-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/nunito-v24-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/nunito-v24-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/nunito-v24-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/nunito-v24-latin-italic.svg#Nunito') format('svg'); /* Legacy iOS */
  }
  
  /* nunito-700italic - latin */
  @font-face {
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/nunito-v24-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/nunito-v24-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/nunito-v24-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/nunito-v24-latin-700italic.woff') format('woff'), /* Modern Browsers */
         url('../fonts/nunito-v24-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/nunito-v24-latin-700italic.svg#Nunito') format('svg'); /* Legacy iOS */
  }
  

html {
    scroll-behavior: smooth;
}

* {
    hyphens: auto;
    -o-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:hover,
a:focus,
a,
footer,
section,
article,
div {
    outline: none!important
}

strong,
b {
    font-weight: 700;
}

body {
    font-family: 'Nunito', sans-serif;
    color: var(--blau);
    font-size: 18px;
    line-height: 160%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header {
    background: url(../images/pflegekraft-und-patientin.jpg) no-repeat center top / cover;
    height: 90vH;
    min-height: 600px;
    margin-top: 100px;
    position: relative;
    background-attachment: fixed;
}

.slogan {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px 25px 5px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.5;
    background-color: var(--blau);
    bottom: 0;
}

.slogan h1{
    max-width: 800px;
    margin: auto;
    color: #fff;
}

nav {
    background: #FFF;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 5%;
    text-align: right;
    z-index: 104;
    border-bottom: 1px solid #55677a
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
}

nav ul li:after {
    content: '|';
    margin-left: 25px;
    color: var(--gruen);
}

nav ul li:last-of-type:after {
    content: none;
}

nav ul li a {
    text-decoration: none;
    color: var(--blau);
    font-weight: 700;
    position: relative;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    font-style: 900;
}

nav ul li a:hover,
nav ul li a.active {
    color: var(--blau);
}

.logo img {
    position: fixed;
    top: 30px;
    left: 5%;
    z-index: 105;
    display: block;
    width: auto;
    width: 225px;
}

h1,
h2 {
    font-weight: 700;
    color: var(--blau);
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}

h1 span,
h2 span {
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    color: var(--orange);
    text-transform: none!important;
}

.auswahl-inner h2 {
    color: #fff;
}

h3 {
    color: #eee;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}

h4 {
    font-style: normal;
    font-weight: 700;
    color: var(--orange);
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

h5 {
    font-weight: 700;
    margin-top: 20px;
}

p {
    margin-bottom: 14px;
}

#unternehmen {
    padding: 180px 10% 200px;
}

#unternehmen div, #unternehmen h2 {
    max-width: 800px;
    margin: auto;
}

#unternehmen h2{
    margin-bottom: 20px;
}

#unternehmen a {
    color: var(--blau);
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
}

#unternehmen a:hover {
    color: var(--blau);
    text-decoration: none;
}

.color {
    color: var(--blau);
    text-decoration: none;
}

.btn {
    padding: 8px 15px;
    background: var(--blau);
    color: #fff!important;
    display: inline-block;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    text-decoration: none;
    margin-top: 15px;
}

.btn:hover {
    background: var(--blau);
    color: #fff!important;
}

#siesuchen {
    padding: 150px 10%;
    background: var(--hellgruen);
    position: relative;
    text-align: left!important;
    color: #FFF;
}
#ueber-welle {
	width: 100%;
	height: auto;
	position: relative;
	bottom: -10px;
	left: 0;
	right: 0;
}

#zitat-welle {
	width: 100%;
	height: auto;
	position: relative;
	top: -7px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	overflow: hidden;
}

#wirbieten {
    padding: 150px 10%;
    position: relative;
    color: #FFF;
}

#wirbieten .accordion h3 {
    text-align: left;
    color: #FFF;
}

#wirbieten .accordion,
#siesuchen .accordion {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 50px auto;
}

#wirbieten .accordion ul,
#siesuchen .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

#wirbieten .accordion ul li,
#siesuchen .accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 25%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

#wirbieten .accordion ul li div,
#siesuchen .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

#wirbieten .accordion ul li div,
#siesuchen .accordion ul li div {
    display: block;
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 3;
    /* vertical-align: bottom; */
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
    background: rgba(172, 199, 6, 0.2);
}

#wirbieten .accordion ul li div *,
#siesuchen .accordion ul li div * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

#wirbieten .accordion ul li div h3,
#siesuchen .accordion ul li div h3 {
    text-overflow: clip;
    margin-bottom: 2px;
    top: 350px;
    left: 20px;
    opacity: 1;
    text-overflow: ellipsis;
    text-shadow: 2px 0 2px rgba(0, 0, 0, 0.95);
    font-size: 25px;
    color: #fff;
    text-align: left;
}

#wirbieten .accordion ul li div p,
#siesuchen .accordion ul li div p {
    top: 220px;
}


/*.accordion ul:hover li { width: 15%; }*/

#wirbieten .accordion ul:hover li:hover,
#siesuchen .accordion ul:hover li:hover {
    width: 75%;
}

#wirbieten .accordion ul:hover li:hover div,
#siesuchen .accordion ul:hover li:hover div {
    background: rgba(172, 199, 6,0.8);
}

#wirbieten .accordion ul:hover li:hover div *,
#siesuchen .accordion ul:hover li:hover div * {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#wirbieten .accordion ul:hover li:hover div h3,
#siesuchen .accordion ul:hover li:hover div h3 {
    top: 200px;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: left!important;
}

#siesuchen .accordion ul li:nth-child(1) {
    background-image: url(../images/motivation.jpg);
    background-position: center;
    background-size: cover;
}

#siesuchen .accordion ul li:nth-child(2) {
    background-image: url(../images/work-life.jpg);
    background-position: center ;
}

#siesuchen .accordion ul li:nth-child(3) {
    background-image: url(../images/arbeitsplatz.jpg);
    background-position: center 
}

#siesuchen .accordion ul li:nth-child(4) {
    background-image: url(../images/herausforderung.jpg);
    background-position: center;
}

#wirbieten .accordion ul li:nth-child(1) {
    background-image: url(../images/weiterbildung.jpg);
    background-position: center ;
}

#wirbieten .accordion ul li:nth-child(2) {
    background-image: url(../images/fahrzeuge.jpg);
    background-position: center left -100px;
}

#wirbieten .accordion ul li:nth-child(3) {
    background-image: url(../images/team.jpg);
    background-position: top left -150px;
}

#wirbieten .accordion ul li:nth-child(4) {
    background-image: url(../images/verguetung.jpg);
    background-position: center right -150px;
}

#sichbewerben h2 {
    text-align: left;
    margin: 0;
}

#sichbewerben h3 {
    margin-bottom: 0;
    text-align: left
}

#tabs-1 h3,
#tabs-2 h3,
#tabs-3 h3 {
    margin-bottom: 0;
    color: #e3756d;
    text-align: left
}

#sichbewerben h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-style: normal !important;
}

#sichbewerben strong {
    color: #fff;
    text-decoration: underline;
}

.sich-bewerben-wrapper {
    background: var(--blau);
    border-width: 0 10px;
}

#sich-bewerben ul li {
    list-style: disc;
}

.auswahl {
    width: 35%;
    float: left;
}

.auswahl-inner {
    padding: 50px 5%;
}

.auswahl-inner a {
    font-weight: 700;
    font-size: 18px;
}

.auswahl-inner p {
    color: #fff!important;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
}

.verweis {
    display: block;
    font: 400 18px/22px;
    padding: 15px 0;
    cursor: pointer;
    color: #fff;
}

.zielverweis a {
    color: #fff;
}

.zielverweis > ul {
    margin-left: 20px;
}

.job-beschreibung {
    float: left;
    width: 65%;
}

.col1 {
    width: 100%;
    background: var(--hellgruen);
    padding: 50px;
}

.job-beschreibung .col1 .fett {
    font-weight: 700;
    font-style: italic;
    color: var(--blau);
}

.job-beschreibung .col1 ul {
    margin: 5px 0 30px 15px;
}

.jobs {
    background: url(../images/glueckliche-patientin.jpg) no-repeat center top/ cover;
    width: 100%;
    height: 550px;
    background-attachment: fixed;
}

#dazugehoeren {
    padding: 100px 10%;
}

footer {
    text-align: left;
    background: var(--blau);
    display: flex;
    background-size: 300px;
    flex-wrap: wrap;
    min-height: 350px;
    color: #fff;
}

footer h2, footer .info a {
    color: #fff;
}



.info {
    padding: 50px;
    width: 40%;
}

.info h2 {
    font-size: 25px;
    font-weight: 400;
}

.info a {
    color: var(--blau);
    font-style: italic;
    text-decoration: underline;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

.info a:hover {
    text-decoration: none;
}

footer h2 {
    text-align: left;
    margin-bottom: 0;
}

.dsa-secure-plugin iframe {
    height: 100%;
}

.data {
    position: fixed;
    right: 5%;
    bottom: 0;
    background: var(--gruen);
    padding: 5px 16px;
    color: var(--blau);
    z-index: 108;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

.data a {
    color: var(--blau);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

label {
    cursor: pointer;
}

label:focus {
    outline: none;
}

.menu {
    position: fixed;
    top: 0px;
    left: 0;
    background: var(--blau);
    width: 240px;
    height: 100%;
    transform: translate3d(-240px, 0, 0);
    transition: transform 0.35s;
    z-index: 109;
}

.menu label.menu-toggle {
    position: fixed;
    right: -40px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    background: var(--blau) url(../images/menu.jpg) 50% 50%/30px 30px no-repeat;
}

.menu ul li a,
.menu ul li label {
    display: block;
    text-align: center;
    padding: 0 20px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -noz-transition: ease .8s;
}

.menu ul li a:hover,
.menu ul li label:hover {
    color: #eee;
}


/* hide inputs */

.menu-checkbox {
    display: none;
}


/* hide navigation icon for sublabels */

.menu .menu label.menu-toggle {
    background: none;
}


/* fade in checked menu */

.menu-checkbox:checked + .menu {
    transform: translate3d(0, 0, 0);
}

.menu ul {
    padding-top: 50px;
}

.resp-nav {
    display: none;
}

.small {
    font-size: 12px;
}

.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222!important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff!important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked + .dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus + .dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked + .dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

.dsa-cookie-notice-close:hover {
    background-color: #4c3117
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none!important;
    color: #fff!important;
    background-color: var(--blau)
}

.dsa-cookie-notice {
    font-size: 14px;
    line-height: 16px;
    display: block;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 99999!important;
    background: rgba(172, 199, 6, 0.8);
    color: #fff;
    margin: auto;
    width: 250px;
    text-align: center
}

.dsa-cookie-notice a {
    color: var(--blau);
    text-decoration: underline;
    font-weight: 700;
    font-style: italic;
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px 10px
}

@media (max-width:900px) {
    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}


/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1366px) {
    header,
    .jobs {
        background-attachment: scroll;background-position: top -100px center;
    }
}

@media screen and (max-width: 1065px) {
    /*CSS*/
    header {
        height: 450px; background-position: center bottom;
    }
    nav {
        padding: 40px 2%;
    }
    nav ul li {
        margin: 0 5px;
    }
    nav ul li::after {
        margin-left: 15px;
    }
    nav {
        font-size: 12px;
    }
    .logo img {
        left: 2%;
        width: 220px;
        top: 17px;
    }
    #unternehmen {
        padding: 80px 5% 110px;
    }
    #unternehmen div {
        column-count: 1;
    }
    #wirbieten,
    #sichbewerben,
    #siesuchen {
        padding: 100px 5%;
    }
    .jobs {
        height: 400px; background-position: top -90px center;
    }
    .dsa-secure-plugin {
        height: 250px!important;
        width: 100%!important;
    }
    .info {
        width: 100%;
        padding: 50px 5%
    }
    .slogan {font-size: 19px; line-height: 21px;}
}

@media screen and (max-width: 850px) {
    #siesuchen .accordion ul li:nth-child(3){
        background-position: top center;
    }
    #wirbieten .accordion ul li:nth-child(4){
        background-position: top -100px center;
    }
    .logo img {
        left: calc(50% - 110px);
    }
    .auswahl,
    .job-beschreibung {
        float: none;
        width: 100%;
        border: none;
    }
    header {
        background-position: center;
    }
    .ui-tabs-vertical .ui-tabs-nav,
    .ui-tabs-vertical .ui-tabs-panel {
        float: none;
        width: 100%;
    }
    #sichbewerben {
        background-position: left -100px top -100px;
    }
    nav {
        padding: 50px 0;
    }
    nav ul {
        display: none;
    }
    .resp-nav {
        display: block;
    }
    header {
        margin-top: 0;
    }
   
    #wirbieten .accordion,
    #siesuchen .accordion {
        height: auto;
    }
    #wirbieten .accordion ul li:nth-child(3) {
        background-position: top;
    }
    /*Responsive FIX*/
    .accordion ul {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 0;
        padding: 0;
    }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        display: block !important;
        width: 100% !important;
        -webkit-transition: none;
        transition: none;
    }
    #wirbieten .accordion ul li div *,
    #siesuchen .accordion ul li div * {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #wirbieten .accordion ul li div h3,
    #siesuchen .accordion ul li div h3 {
        text-overflow: clip;
        margin-bottom: 2px;
        top: inherit;
        left: inherit;
        opacity: 1;
        text-overflow: ellipsis;
        text-shadow: 2px 0 2px rgba(0, 0, 0, 0.4);
        font-size: 25px;
        color: #fff;
        text-align: left;
    }
    .accordion ul li {
        display: block !important;
        width: 100% !important;
        -webkit-transition: none;
        transition: none;
    }
    #wirbieten .accordion ul li div,
    #siesuchen .accordion ul li div {
        background: rgba(172, 199, 6,0.4);
        padding: 40px 25px;
    }
    #wirbieten .accordion ul li div,
    #siesuchen .accordion ul li div,
    #wirbieten .accordion ul li,
    #siesuchen .accordion ul li {
        height: 300px;
        background-position: center center;
    }
    #wirbieten .accordion ul:hover li:hover div h3,
    #siesuchen .accordion ul:hover li:hover div h3,
    #wirbieten .accordion ul li div p,
    #siesuchen .accordion ul li div p {
        top: inherit;
        position: relative;
    }
    /* #wirbieten .accordion ul li,
    #siesuchen .accordion ul li {} */
    .accordion ul li div {
        display: block;
        height: 500px;
        width: 100%;
        position: relative;
        z-index: 3;
        /* vertical-align: bottom; */
        padding: 15px 20px;
        box-sizing: border-box;
        color: #fff;
        text-decoration: none;
        transition: all 200ms ease;
    }
    
    .jobs {background-position: center;}
}

@media screen and (max-width: 550px) {
    .slogan {font-size: 15px; padding: 10px;}
    .slogan p {margin: 0!important;}
}

@media screen and (max-width: 480px) {
    .slogan {display: none;}
    .jobs {background-position: right -80px center;}
}