/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both;
}

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

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

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

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

* {
    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;
}

:root {
    --dsared: #cc0000;
}

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

strong,
b {
    font-weight: 700;
}

body {
    font-family: 'PT Sans';
    color: #707070;
    font-size: 15px;
    line-height: 22px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    transition: all 1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.slant-up {
    width: 100%;
    height: 30px;
    left: 0px;
    z-index: 10001;
    top: 0;
    position: fixed;
    background: white;
}

.slant-down {
    width: 100%;
    height: 30px;
    left: 0px;
    z-index: 100;
    top: -30px;
    position: relative;
}

.slant-up polygon,
.slant-down polygon,
.slant-down2 polygon {
    fill: #cc0000;
}
video{
    width: 100%;
    margin-top: -50px;
}

/* ==========================================================================
   header
   ========================================================================== */

header {
    position: relative;
    background-color: #edefef;
}

.header-background {
    position: absolute;
    mix-blend-mode: multiply;
    position: absolute;
    left: -82px;
    bottom: -250px;
    height: 805px;
    width: 1022px;
    z-index: -1;
}

.single-item-header .content {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    z-index: 9999;
    margin-top: -300px!important;
    margin: auto;
    background: rgba(34, 145, 59, 0.83);
}

#unternehmen img{
    float: left;
    width: 50%;
    padding-right: 4%;
    height: 500px;
    object-fit: cover;
}

#unternehmen .col{
    height: 500px;
    display: table;
}

.center
{
    display: table-cell;
    vertical-align: middle;
}

.single-item-header .slider-background {
    mix-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
    left: -180px;
    bottom: 80px;
    height: 300px;
    width: 1022px;
    z-index: 100;
}

.single-item-header .content p {
    color: #fff;
    font: 600 26px/18px 'PT Sans', sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 100px 80px 80px 80px;
    word-wrap: break-word;
}


.single-item-header .content p span {
    font: 300 20px/16px 'PT Sans', sans-serif;
    text-transform: none;
    display: block;
    line-height: 0;
}

.single-item-header .content a {
    color: #fff;
    text-decoration: underline;
}

.single-item-header .btn-header {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    left: 608px;
    bottom: 141px;
    transition: all 1s ease;
}

.single-item-header .btn-header:hover {
    background: url(../images/button.png) no-repeat right top;
}


/* ==========================================================================
   navi
   ========================================================================== */


nav {
    font-family: 'PT Sans';
    background-color: transparent;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 84px 5% 44px 5%;
    text-align: right;
    z-index: 104;
}

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;
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #9d9d9c;
    font-weight: 600;
    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: #00840f;
}

nav.menu-fixed {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
}

nav ul li:nth-child(1) a::after,
.sidenav ul li:nth-child(1) a::after {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
}

nav ul li:nth-child(2) a::after,
.sidenav ul li:nth-child(3) a::after {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
}

nav ul li:nth-child(3) a::after,
.sidenav ul li:nth-child(5) a::after {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
}

nav ul li:nth-child(4) a::after,
.sidenav ul li:nth-child(7) a::after {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
}

nav ul li:nth-child(5) a::after,
.sidenav ul li:nth-child(9) a::after {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
}

.sidenav ul li:nth-child(1) a::after,
.sidenav ul li:nth-child(3) a::after,
.sidenav ul li:nth-child(5) a::after,
.sidenav ul li:nth-child(7) a::after,
.sidenav ul li:nth-child(9) a::after {
    top: -8px;
}

.sidenav ul li:nth-child(1) a::after,
.sidenav ul li:nth-child(3) a::after,
.sidenav ul li:nth-child(5) a::after,
.sidenav ul li:nth-child(7) a::after,
.sidenav ul li:nth-child(9) a::after {
    margin-right: calc(50% - 7.5px)
}

.sidenav ul li:nth-child(2),
.sidenav ul li:nth-child(4),
.sidenav ul li:nth-child(6),
.sidenav ul li:nth-child(8) {
    margin-bottom: 15px;
}

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

.sidenav,
.open-menu {
    display: none;
}


/* ==========================================================================
   Content
   ========================================================================== */

h1,
h2,
#content-stellenanzeige h3,
#content-stellenanzeige-two h3,
#content-stellenanzeige-three h3,
#content-stellenanzeige-four h3,
#content-stellenanzeige-five h3 {
    font-family: 'PT Sans';
    font-weight: 700;
    color: #007e13;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}

h1,
h1 span,
#content-stellenanzeige h3,
#content-stellenanzeige-two h3,
#content-stellenanzeige-three h3,
#content-stellenanzeige-four h3,
#content-stellenanzeige-five h3,
#dazugehoeren h2 span,
#dazugehoeren h2,
#jobs h2 {
    color: #007e13;
}

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

.small {
    font-size: 16px;
    margin-bottom: 0;
}

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

h4 {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 900;
    color: #0a8600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

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

p {
    margin-bottom: 14px;
}

/* ==========================================================================
   Unternehmen
   ========================================================================== */

#unternehmen {
    padding: 150px 25% 150px;
    text-align: center;
    background-color: #edefef;
}

#unternehmen a {
    color: #cc0000;
    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: #707070;
    text-decoration: none;
}

/* ==========================================================================
   dsa in Zahlen
   ========================================================================== */

#dsainzahlen {
    background: #ffffff url(../images/zaunbau.jpg)no-repeat center center / cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    height: 720px;
    padding: 150px 10%;
    font-size: 25px;
    text-align: center;
    position: relative;
}

#dsainzahlen h2 {
    margin-bottom: 50px;
    color: #fff;
}

#dsainzahlen img {
    width: 55px;
    margin-bottom: 7px;
    margin-top: 23px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:  space-evenly
}

#dsainzahlen .flex-item {
    width: 300px;
    height: 200px;
    background-color: #fff;
    padding: 20px;
    line-height: 1.2;
    padding-top: 49px;
}

#dsainzahlen .flex-item span {
    font-size: 50px;
}

#dsainzahlen::before {
    content: '';
    position: absolute;
    min-height: 120px;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
}




/* ==========================================================================
   Sie suchen & Wir bieten || Stellenanzeige
   ========================================================================== */

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

#content-stellenanzeige,
#content-stellenanzeige-two,
#content-stellenanzeige-four,
#content-stellenanzeige-five,
#content-stellenanzeige-three {
    padding: 200px 0;
    background: #fff;
    position: relative;
    text-align: left !important;
    color: #FFF;
}

#siesuchen h2 {
    color: #cc0000;
}

#content-stellenanzeige h2,
#content-stellenanzeige-two h2,
#content-stellenanzeige-three h2,
#content-stellenanzeige-five h2,
#content-stellenanzeige-four h2 {
    color: #fff;
    margin-top: 0;
    padding-left: 25px;
    position: relative;
    z-index: 10
}

#content-stellenanzeige .flex-container,
#content-stellenanzeige-two .flex-container,
#content-stellenanzeige-three .flex-container,
#content-stellenanzeige-four .flex-container,
#content-stellenanzeige-five .flex-container,
#dazugehoeren .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    color: #707070;
}

#content-stellenanzeige .flex-item,
#content-stellenanzeige-two .flex-item,
#content-stellenanzeige-three .flex-item,
#content-stellenanzeige-four .flex-item,
#content-stellenanzeige-five .flex-item,
#dazugehoeren .flex-item {
    flex-basis: 50%;
}

#content-stellenanzeige .flex-item:nth-child(1) {
    background: url(../images/web-entwicklung.jpg)no-repeat center center / cover;
    width: 50%;
    height: 550px;
}

#content-stellenanzeige-two .flex-item:nth-child(1) {
    background: url(../images/trainee-marketing-redakteur.jpg)no-repeat center center / cover;
    width: 50%;
    height: 650px;
}

#content-stellenanzeige-three .flex-item:nth-child(1) {
    background: url(../images/redakteur-bei-der-arbeit.jpg)no-repeat center center / cover;
    width: 50%;
    height: 650px;
}

#content-stellenanzeige-four .flex-item:nth-child(1) {
    background: url(../images/buerokraft.jpg)no-repeat center center / cover;
    width: 50%;
    height: 650px;
}

#content-stellenanzeige-five .flex-item:nth-child(1) {
    background: url(../images/schlosser.jpg)no-repeat center center / cover;
    width: 50%;
    height: 650px;
}


#content-stellenanzeige .flex-item:nth-child(1) img,
#content-stellenanzeige-two .flex-item:nth-child(1) img,
#content-stellenanzeige-three .flex-item:nth-child(1) img,
#content-stellenanzeige-four .flex-item:nth-child(1) img,
#content-stellenanzeige-five .flex-item:nth-child(1) img {
    mix-blend-mode: multiply;
    width: 400px;
    position: absolute;
    left: -50px;
    top: -100px;
}

#content-stellenanzeige .flex-item:nth-child(2),
#content-stellenanzeige-two .flex-item:nth-child(2),
#content-stellenanzeige-three .flex-item:nth-child(2),
#content-stellenanzeige-four .flex-item:nth-child(2),
#content-stellenanzeige-five .flex-item:nth-child(2) {
    padding: 50px 10% 50px 5%;
}

#content-stellenanzeige-two ul,
#content-stellenanzeige-three ul,
#content-stellenanzeige-four ul,
#content-stellenanzeige-five ul,
#content-stellenanzeige ul {
    margin-left: 20px;
}

#content-stellenanzeige-two ul li,
#content-stellenanzeige-three ul li,
#content-stellenanzeige-four ul li,
#content-stellenanzeige-five ul li,
#content-stellenanzeige ul li {
    list-style: disc;
    padding-left: 5px;
}

.white-text {
    position: relative;
    z-index: 10;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding-left: 25px;
    top: -50px;
}

#siesuchen h2 span {
    color: #707070;
}

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

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

#siesuchen h2 {
    color: #007b05;
}

#wirbieten h2 {
    color: #007b05;
}

#wirbieten h2 span {
    color: #707070;
}

#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(134, 134, 134, 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;
    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(4, 105, 0, 0.75);
}

#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(2) {
    background-image: url(../images/eigenstaendig-arbeiten.jpg);
    background-position: center right;
    background-size: cover;
}

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

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



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

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

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

.parallax {
    background: url(../images/stiebitz-arbeiten.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 600px;
}

/* ==========================================================================
   Unsere Jobs
   ========================================================================== */

#jobs {
    padding: 150px 10%;
}

#jobs .flex-container {
    margin-top: 25px;
}

#jobs .flex-item {
    width: 30%;
    height: 200px;
    padding: 50px;
    color: #008123;
    font-size: 22px;
    background-color: #fafafa;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#jobs .flex-item:hover {
    background-color: #eee;
}

#jobs .flex-item:nth-child(1) img,
#jobs .flex-item:nth-child(2) img,
#jobs .flex-item:nth-child(3) img,
#jobs .flex-item:nth-child(4) img,
#jobs .flex-item:nth-child(5) img,
#jobs .flex-item:nth-child(6) img,
#jobs .flex-item:nth-child(7) img,
#jobs .flex-item:nth-child(8) img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 0;
    opacity: .1;
    width: 120px;
}

#jobs .flex-item:nth-child(4),
#jobs .flex-item:nth-child(5),
#jobs .flex-item:nth-child(6),
#jobs .flex-item:nth-child(7),
#jobs .flex-item:nth-child(8) {
    margin-top: 25px;
}



/* ==========================================================================
   Slider & Störer
   ========================================================================== */

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

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

#dazugehoeren {
    padding: 100px 10%;
    background-color: transparent;
}

#dazugehoeren .flex-item:nth-child(2) {
    text-align: center;
}

.btn-bewerben {
    position: relative;
    z-index: 1;
    padding: 10px 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.btn-bewerben:hover {
    background: #9d9d9c;
}

.btn-bewerben::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a8600;
    z-index: -1;
    transform-origin: left;
    transition: transform 1s ease;
    transform: scaleX(1);
}

.btn-bewerben:hover::before {
    transform-origin: right;
    transition: transform 0.9s ease;
    transform: scaleX(0);
}

/* ==========================================================================
   Kontakt/footer/datenschutz
   ========================================================================== */

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

.slant-down2 {
    width: 100%;
    height: 30px;
    left: 0;
    z-index: 100;
    bottom: 0;
    position: absolute;
}

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

.info h2 {
    font-size: 25px;
    font-weight: 600;
    color: #0a8600;
}

.info a {
    color: #0a8600;
    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;
    color: #424242;
}

.socialmedia img {
    width: 30px;
    margin-right: 15px;
}

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

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

.data {
    position: fixed;
    right: 5%;
    bottom: 0;
    background: #9d9d9c;
    padding: 5px 36px;
    color: #fff;
    z-index: 10000;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

.data:hover {
    background: #0a8600;
}

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

.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 {
    text-align: center;
    font-family: 'PT Sans';
    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: 'PT Sans';
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cecece;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #0a8600
}

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

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

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block
}

.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: #0a8600;
    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: #0a8600 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
}

    
    #dazugehoeren a{
        color: #0a8600;
        text-decoration: none;
    }

.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: #0a8600
}

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

.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: #0a8600
}

.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: #707070;
    transition: all 1s ease
}

.dsa-cookie-notice {
    font-family: 'PT Sans';
    font-size: 13px;
    line-height: 20px;
    display: block;
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 99999 !important;
    background-color: rgba(157, 157, 156, .95);
    color: #fff;
    margin: auto;
    width: 294px;
    text-align: center
}

.dsa-cookie-notice a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    font-style: italic
}

.dsa-cookie-notice a:hover {
    text-decoration: none
}

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

.cookie-inner {
    padding: 30px 20px
}

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


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

@media screen and (max-width: 1366px) {
    .white-text {
        top: -105px;
    }

    #dsainzahlen {
        background-attachment: scroll;
    }

    #dsainzahlen .flex-item {
        width: 30%;
    }
    
    #unternehmen {
    padding: 150px 15% 150px;
    text-align: center;
    background-color: #edefef;
}
}

@media screen and (max-width: 1100px) {
    nav {
        padding: 50px 0;
    }

    nav ul {
        display: none;
    }

    .open-menu {
        display: block;
        position: fixed;
        top: 24px;
        right: 0;
        width: 56px;
        height: 50px;
        cursor: pointer;
        z-index: 10000;
        transition: all 1s;
    }

    .open-menu img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
        margin: 0;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000000;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 75px;
    }

    .sidenav ul li {
        color: #9d9d9c;
        font-weight: 600;
        text-align: center;
    }

    .sidenav ul li a,
    .closebtn {
        padding: 17px 0 8px 0;
        text-decoration: none;
        font-size: 17px;
        color: #9d9d9c;
        display: block;
        transition: 0.3s;
        font-family: 'PT Sans';
        text-align: center;
        font-weight: 600;
        position: relative;
    }


    .sidenav a:hover {
        color: #0a8600;
    }

    .sidenav a:nth-child(2) {
        margin-top: 70px;
    }

    .sidenav a:hover,
    .offcanvas a:focus {
        font-weight: bold
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .logo img {
        left: calc(50% - 75px);
        top: 15px;
    }

    #dsainzahlen {
        padding: 150px 5%;
    }

    #jobs .flex-item {
        font-size: 18px;
        padding: 10px;
    }
}


@media screen and (max-width: 1065px) {
    #unternehmen {
        padding: 80px 5% 110px;
    }

    #unternehmen div {
        column-count: 1;
    }

    #wirbieten,
    #sichbewerben,
    #siesuchen {
        padding: 100px 5%;
    }

    footer {
        flex-direction: column-reverse;
    }

    .dsa-secure-plugin {
        height: 250px !important;
        width: 100% !important;
    }

    .info {
        width: 100%;
        padding: 50px 5%
    }

    #content-stellenanzeige,
    #content-stellenanzeige-two,
    #content-stellenanzeige-three,
    #content-stellenanzeige-five,
    #content-stellenanzeige-four {
        padding: 150px 0;
    }

    .white-text {
        top: 40px;
    }

    #jobs,
    #dsainsights {
        padding: 150px 5%;
    }

    #content-stellenanzeige .flex-item,
    #content-stellenanzeige-two .flex-item,
    #content-stellenanzeige-three .flex-item,
    #content-stellenanzeige-five .flex-item,
    #content-stellenanzeige-four .flex-item,
    #dazugehoeren .flex-item {
        flex-basis: 100%;
    }

    #content-stellenanzeige,
    #content-stellenanzeige-two,
    #content-stellenanzeige-three,
    #content-stellenanzeige-five,
    #content-stellenanzeige-four {
        padding: 0 0 50px 0;
    }

    #content-stellenanzeige .flex-item:nth-child(1) h2,
    #content-stellenanzeige-three .flex-item:nth-child(1) h2,
    #content-stellenanzeige-four .flex-item:nth-child(1) h2,
    #content-stellenanzeige-five .flex-item:nth-child(1) h2,
    #content-stellenanzeige-two .flex-item:nth-child(1) h2 {
        margin-top: 75px;
    }

    #jobs .flex-container {
        justify-content: space-between;
    }

    #jobs .flex-item {
        width: 48%;
    }

    #jobs .flex-item:nth-child(3) {
        margin-top: 25px
    }

    #content-stellenanzeige .flex-item:nth-child(2),
    #content-stellenanzeige-two .flex-item:nth-child(2),
    #content-stellenanzeige-three .flex-item:nth-child(2),
    #content-stellenanzeige-four .flex-item:nth-child(2),
    #content-stellenanzeige-five .flex-item:nth-child(2) {
        padding: 100px 10% 50px 5%;
    }
}

@media screen and (max-width: 850px) {
    #dsainzahlen{
        height: 350px;
    }
    .parallax{
        height: 350px;
        background-attachment: inherit;
    }
    #siesuchen .accordion ul li:nth-child(3) {
        background-position: top center;
    }

    #wirbieten .accordion ul li:nth-child(4) {
        background-position: top -100px center;
    }

    #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;
        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(56, 56, 56, 0.58);
        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;
    }

    .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;
    }

    #dazugehoeren .flex-item:nth-child(1) {
        margin-bottom: 25px;
    }

    .white-text {
        top: 30px;
    }

    #dsainzahlen {
        font-size: 20px;
    }

    #dsainzahlen .flex-item {
        height: 170px;
        margin-top: 40px;
    }

    #dsainzahlen .flex-item span {
        font-size: 40px;
    }

    #dsainzahlen img {
        width: 40px;
        margin-top: 19px;
    }
    #content-stellenanzeige-four .flex-item:nth-child(1) {
    height: 350px;
}
    #content-stellenanzeige-five .flex-item:nth-child(1) {
    height: 350px;
}
}

@media screen and (max-width: 760px) {

    .single-item-header .slider-background {
        height: 560px;
        width: 650px;
    }

.single-item-header .content p, .single-item-jobs .content p {
    padding: 50px 50px 40px 50px;
    font: 600 20px/27px 'PT Sans', sans-serif;
}

    .single-item-header .content p span,
    .single-item-jobs .content p span {
        font: 300 18px/18px 'PT Sans', sans-serif;
    }

    .single-item-header .btn-header {
        left: 440px;
        bottom: 50px;
    }

    .single-item-jobs .slider-background {
        height: 650px;
        width: 720px;
    }

    .single-item-header .slick-dots {
        bottom: 49px;
        left: 7px;
    }
}

@media screen and (max-width: 680px) {

    #dsainsights .flex-item {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #unternehmen img {
    float: none;
    width: 200px;
    padding-right: 0%;
    height: auto;
    object-fit: cover;
}
    #unternehmen .col {
    height: auto;
    display: table;
    padding-top: 20px;
}
    .ma-content {
        padding: 0;
    }

    #dsainsights .flex-item .ma-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top;
        margin-top: 25px;
    }
 
    #content-stellenanzeige-four .flex-item:nth-child(1) {
    height: 250px;
}
        #content-stellenanzeige-five .flex-item:nth-child(1) {
    height: 250px;
}
}

@media screen and (max-width: 560px) {
    .single-item-header .slider-background {
        height: 700px;
        width: 700px;
        left: -103px;
        bottom: -370px;
    }

    .single-item-header .btn-header {
        left: 45px;
        bottom: 165px;
    }

    .single-item-jobs .slider-background {
        height: 750px;
        width: 834px;
        bottom: -458px;
    }

.single-item-header .content p, .single-item-jobs .content p {
    padding: 40px 24px 40px 50px;
}

    .single-item-header .btn-header {
        bottom: 257px;
    }

    #dsainzahlen {
        height: 200px;
    }
    .parallax {
    height: 200px;
    background-attachment: inherit;
}

    #dsainzahlen .flex-item {
        width: 100%;
    }

    #jobs .flex-item {
        width: 100%;
        margin-bottom: 25px;
    }

    #jobs .flex-item:last-of-type {
        margin-bottom: 0;
    }

    #jobs .flex-item:nth-child(3),
    #jobs .flex-item:nth-child(4),
    #jobs .flex-item:nth-child(5),
    #jobs .flex-item:nth-child(6) {
        margin-top: 0
    }

    .btn-bewerben {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 350px) {

.single-item-header .content p, .single-item-jobs .content p {
    padding: 50px 10px 10px 50px;
}

    .single-item-header .slider-background {
        left: -183px;
        bottom: -404px;
    }

    .single-item-jobs .slider-background {
        bottom: -551px;
        left: -293px;
    }

    #content-stellenanzeige .flex-item:nth-child(1) img,
    #content-stellenanzeige-two .flex-item:nth-child(1) img,
    #content-stellenanzeige-three .flex-item:nth-child(1) img,
    #content-stellenanzeige-five .flex-item:nth-child(1) img,
    #content-stellenanzeige-four .flex-item:nth-child(1) img {
        width: 350px;
    }

    #content-stellenanzeige .flex-item:nth-child(1) h2,
    #content-stellenanzeig-two .flex-item:nth-child(1) h2 {
        margin-top: 46px;
    }

    .white-text {
        top: 19px;
        font-size: 16px;
    }

    #dsainsights .flex-item .ma-img {
        height: 250px;
    }
}
