@import url("reset.css");
.clear {
    clear: both;
}


/* open-sans-regular - latin */

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


/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v18-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* open-sans-600italic - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/open-sans-v18-latin-600italic.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/open-sans-v18-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-600italic.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* open-sans-700italic - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans-v18-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open-sans-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-700italic.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v18-latin-700.svg#OpenSans') 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: 'Open Sans';
    color: #2c2c2c;
    font-size: 15px;
    line-height: 22px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header {
    background: url(../images/header.jpeg) no-repeat center top / cover;
    height: 90vH;
    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: 600;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.5;
    background-color: rgba(161, 204, 117, 0.89);
    bottom: 0;
}

.slogan a{
    background: #61b747;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

nav {
    font-family: 'Open Sans';
    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: #ccc;
}

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

nav ul li a {
    text-decoration: none;
    color: #694828;
    font-weight: 600;
    position: relative;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    text-transform: uppercase;
    font-style: 900;
}

nav ul li a:hover,
nav ul li a.active {
    color: #cca375;
}

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

h1,
h2 {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #eee;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1 {
    color: #8bba7d;
}

h1 span,
h2 span {
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    text-transform: none!important;
}


#stellen {
    background: #f8f8f8;
    padding: 100px 10%;
}

#stellen .flex {
    justify-content: center
}

.job-box {
    width: 33.3333%;
    height: 200px;
    padding: 35px;
    background: #8bba7d;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    font-size: 18px;
    line-height: 25px;
    margin-right: 15px;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
}

.job-box:hover {
    background: #694828
}

.job-box img {
    position: absolute;
    width: 100px;
    height: auto;
    right: 25px;
    bottom: 25px;
    z-index: 0;
}


h1 span {
    color: #8bba7d
}

#dazugehoeren h2 {
    color: #555555;
}

#dazugehoeren h2 span {
    color: #62b969
}

h3 {
    font-family: 'Open Sans';
    color: #eee;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}

h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 900;
    color: #62b969;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

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

p {
    margin-bottom: 14px;
}

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

#unternehmen div {
    column-count: 1;
}

#unternehmen a {
    color: #62b969;
    font-weight: 600;
    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: #694828;
    text-decoration: none;
}

.color {
    color: #62b969;
    text-decoration: none;
}

#dazugehoeren .col1{
    width: 50%;
    float: left;
    padding: 40px;
    height: 300px;
}
#dazugehoeren .col2{
    width: 50%;
    float: left;
    padding: 40px;
    background: #adc9a4;
    height: 300px;
}

#stellen h2{
    color: #8bba7d
}

.job-img img {
    width: 100%;
    display: block;
}
.center .flex {
    align-items: center;
}

.full {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.flex div {
    width: 48%;
}

#unternehmen {
    padding: 150px 10%;
}.job-img {
    height: 100%;
    object-fit: cover
}

#unternehmen a {
    color: #8bba7d;
    text-decoration: underline;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
}

#unternehmen a:hover {
    color: #694828;
}

#stellen h2 span{
    color: #3b3b3b
}

#benefit {
    background: #f8f8f8;
    padding: 100px 10%;
}

#benefit .flex {
    align-items: center;
}


#dazugehoeren a{
    background: #76b962;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
}

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

.btn:hover {
    background: #8bba7d;
    color: #fff!important;
}

#siesuchen {
    padding: 150px 10%;
    background: #eee;
    position: relative;
    text-align: left!important;
    color: #FFF;
}

#siesuchen h2 {
    color: #8bba7d;
}

#siesuchen h2 span {
    color: #484848;
}

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

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

#wirbieten h2 {
    color: #8bba7d;
}

#wirbieten h2 span {
    color: #535353;
}

#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(81, 108, 73, 0.1);
}

#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;
    text-transform: uppercase;
    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(102, 149, 88, 0.63);
}

#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 bottom;
}

#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: top;
}

#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: right;
}

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

#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: 900;
    font-style: normal !important;
}

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

.sich-bewerben-wrapper {
    background: #8bba7d;
    border-width: 0 10px;
}

#sich-bewerben h2 {
    color: #fff;
}

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

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

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

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

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

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

.zielverweis a {
    color: #fff;
}

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

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

.col1 {
    width: 100%;
    background: #fdf9f4;
    padding: 30px;
}

.job-beschreibung .col1 .fett {
    font-weight: 600;
    font-style: italic;
    color: #694828;
}

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

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

#dazugehoeren {
    padding: 100px 10%;
}

footer {
    text-align: left;
    background: #8bba7d;
    display: flex;
    background-size: 300px;
    flex-wrap: wrap;
    min-height: 350px;
    color: #fff;
}

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

.info h2 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.info a {
    color: #694828;
    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: #8bba7d;
    padding: 5px 16px;
    color: #fff;
    z-index: 108;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

.data:hover {
    background: #8bba7d;
}

.data:hover > a {
    color: #694828!important;
}

.data a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

label {
    cursor: pointer;
}

label:focus {
    outline: none;
}

.menu {
    position: fixed;
    top: 0px;
    left: 0;
    background: #694828;
    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: #8bba7d 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: #694828
}

.dsa-cookie-notice {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 16px;
    display: block;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 99999!important;
    background-color: rgba(204, 163, 117, 0.95);
    color: #fff;
    margin: auto;
    width: 250px;
    text-align: center
}

.dsa-cookie-notice a {
    color: #694828;
    text-decoration: underline;
    font-weight: 600;
    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: 1150px) {
    
    
    #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 {
        width: 100px;
        left: calc(50% - 110px);
    }
    .auswahl,
    .job-beschreibung {
        float: none;
        width: 100%;
        border: none;
    }
    
    .dsa-secure-plugin {width: 45%!important
}
    
    .info{
        padding-right: 0px;
    }
    
    #dazugehoeren .col1 {
    width: 100%;
    float: left;
    padding: 40px;
    height: unset;
}
    
    #dazugehoeren .col2 {
    width: 100%;
    float: left;
    padding: 40px;
    height: unset;
}
    
#wirbieten .accordion ul li, #siesuchen .accordion ul li {
    width: 100% !important;
}
    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;
    }
    #dazugehoeren {
        padding: 50px 5%;
    }
    #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;
        text-transform: uppercase;
        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(0, 0, 0, 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;}
    .dsa-secure-plugin {
    width: 100%!important;
    display: block;
    height: 200px!important;
}
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 24px;
        line-height: 30px;
    }
    #unternehmen div {
    column-count: 1;
}
    
    h1 span {
    color: #8bba7d;
    font-size: 16px;
    line-height: 20px!important;
}
    
        h2 span {
    color: #8bba7d;
    font-size: 16px;
    line-height: 20px!important;
}
    .info{
        width: 100%!important;
        padding-right: 8%;
    }
}

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