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: disc
}

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


* {

    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

strong,
b {
    font-weight: 700;
    color: #0078f0;
}

body {
    font-family: 'helevetica', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5e5e5e;
    font-size: 15px;
    line-height: 22px;
}

header {
    background: url(../images/header.png) no-repeat center center/ cover;
    height: 100vH;
    margin-top: 50px;
    position: relative;
    background-attachment: fixed;
}

header::after {
    content: '';
    background: url(../images/bogen-kontakt-oben.svg)no-repeat left bottom / cover;
    transform: rotate(180deg);
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
}

.imghead {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.color {
    color: #6b9bc7 !important;
}

nav {
    font: 300 15px/20px 'Helevetica', sans-serif;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 80px 5% 40px;
    text-align: right;
    z-index: 104;
    text-transform: uppercase;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.12)
}

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

nav ul li:after {
    content: '•';
    margin-left: 15px;
    color: #6b9bc7;
    font-weight: 500;
}

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

nav ul li a {
    text-decoration: none;
    color: #5e5e5e;
    position: relative;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
}

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


.info-contact {
    position: fixed;
    top: 0;
    right: 5%;
    background: #0078f0;
    z-index: 105;
    padding: 5px 15px;
    font-size: 13px
}

.info-contact a {
    text-decoration: none;
    color: #fff;
}


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

h1,
h2 {
    font: 500 30px/40px 'Helevetica', sans-serif;
    color: #0078f0;
    margin-bottom: 15px;
}


h1 span,
h2 span {
    font: 18px/25px 'Helevetica', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: #6b9bc7;
    text-transform: uppercase;
}


h3 {
    font: 25px/32px 'Helevetica', sans-serif;
    color: #0078f0;
}

h4 {
    font: normal 18px/25px 'Helevetica', sans-serif;
    letter-spacing: 0;
    display: block;
    color: #6b9bc7;
    margin-bottom: 5px;
}


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

p {
    margin-bottom: 14px;
}

#unternehmen {
    padding: 50px 10% 50px 10%;
}

.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 .btn-2 {
    color: #fff;
    background-color: #0078f0;
    text-decoration: none;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 15px;
}

#unternehmen .btn-2:hover {
    background-color: #6b9bc7;
    color: #fff;
}

.color,
#unternehmen a {
    color: #6b9bc7;
    text-decoration: none;
}

#unternehmen a:hover {
    color: #0078f0
}

.btn {
    padding: 8px 15px;
    background: #0078f0;
    color: #fff !important;
    display: inline-block;
    -o-transition: ease 0.8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    text-decoration: none;
    height: 39px;
}

.btn:hover {
    background: #6b9bc7;
    color: #fff !important;
}


#wirbieten {
    padding: 100px 10%;
    background: #6b9bc7;
    position: relative;
    text-align: left !important;
    color: #FFF;
}

#wirbieten h2 span {
    color: #fff;
}

#wirbieten h2 {
    color: #fff
}

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

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

#wirbieten .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 {
    display: block;
    overflow: hidden;
    width: 100%;
}

#wirbieten .accordion ul li div {
    display: block;
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
    background: rgba(17, 60, 96, 0.1);
}

#wirbieten .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 {
    text-overflow: clip;
    margin-bottom: 2px;
    top: 300px;
    left: 20px;
    opacity: 1;
    text-overflow: ellipsis;
    text-shadow: 2px 0 2px rgba(0, 0, 0, 0.95);
    font: 400 25px/32px 'Helevetica', sans-serif;
    color: #fff;
    text-align: left;
}


#wirbieten .accordion ul li div p {
    top: 220px;
    color: #000;
}


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


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

#wirbieten .accordion ul:hover li:hover div {
    background: rgba(215, 214, 214, 0.8);
}


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

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

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

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

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

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


.jobs {
    background: url(../images/physiotherapeut-behandlung.jpg) no-repeat center top/ cover;
    height: 850px;
    background-attachment: fixed;
    position: relative;
}

.jobs::before {
    content: '';
    background: url(../images/header-banner-top.png)no-repeat left bottom / cover;
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
}

.jobs::after {
    content: '';
    background: url(../images/header-banner-top.png)no-repeat left bottom / cover;
    transform: rotate(180deg);
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
}

.jobs.imp-job::before {
    display: none;
}


.imgjobs {
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 300px
}

#dazugehoeren {
    padding: 80px 10%;
    background: #0078f0;
    position: relative;
    z-index: 10;
    color: #fff;
}

#dazugehoeren.blue {
    background: #6b9bc7;
}

#dazugehoeren h2,
#dazugehoeren h2 span {
    color: #fff;
}

#stellen {
    background: #f8f8f8;
    padding: 100px 10%;
    text-align: center;
}

#stellen .flex {
    justify-content: center
}

.job-box {
    width: 32%;
    height: 200px;
    padding: 35px;
    background: #6b9bc7;
    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: 5px;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webkit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
}

.job-box:hover {
    background: #0078f0
}

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

.jobs {
    position: relative;
}

footer {
    text-align: left;
    background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
    color: #2c2c2c;
}

.grey {
    background: #eee
}

footer h4 {
    font: 26px/36px 'Source Sans 3', sans-serif;
    color: #6b9bc7
}

.info {
    width: 100%;
}

.info .flex .praxis {
    width: 50%;
    padding: 6% 5%
}

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

.info a {
    color: #0078f0;
    text-decoration: underline;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
}

.info a:hover {
    color: #dc5531;
}

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

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

.data {
    position: fixed;
    right: 50px;
    bottom: 0;
    background: #6b9bc7;
    padding: 3px 10px;
    color: #fff;
    text-align: center;
    z-index: 108;
    font-size: 13px;
    transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    -webkit-transition: ease .5s;
    width: 249px
}

.data:hover {
    background: #6b9bc7;
}

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

.data a {
    color: #fff;
    text-decoration: none;
}

label {
    cursor: pointer;
}

label:focus {
    outline: none;
}

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

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

.menu ul li a,
.menu ul li label {
    font: 15px/20px 'Source Sans 3', sans-serif;
    display: block;
    text-align: left;
    padding: 0 20px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    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: #dc5531;
}


/* 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%;
    width: 100%;
    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: 'Helevetica';
    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: 'Helevetica';
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #dc5531;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

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

.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: #dc5531;
    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: #dc5531 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: #0078f0
}

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

.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: #fff;
    color: #df5632 !important
}

.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    bottom: 20px;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff !important;
    background-color: #df5632;
    transition: all 1s ease;
}

.dsa-cookie-notice {
    font-family: 'Helevetica', sans-serif;
    font-size: 11px;
    display: block;
    position: fixed;
    right: 50px;
    bottom: 30px;
    z-index: 99999 !important;
    background-color: rgba(72, 111, 168, 0.95);
    margin: auto;
    text-align: center;
    color: #fff;
    width: 249px
}

.cookie-inner a {
    color: #fff;
    text-decoration: underline
}

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

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

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

.list li {
    margin-left: 20px;
    position: relative;
}

.img img {
    width: 80%;
    height: 250px;
    object-fit: cover;
}

.landingpage {
    padding: 30px 10%;
    color: #333333;
    text-align: center;
}

.landingpage a {
    color: #0078f0;
    text-decoration: none;
}

.landing {
    text-align: center;
}

.landing .flex {
    width: 60%;
    margin: 0 auto;
    display: block;
}

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

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

#benefit a {
color: #0078f0;
text-decoration: underline;}

.job-img img {
    width: 100%;
    display: block;
}

.job-img {
    height: 100%;
    object-fit: cover
}

#bewerben {
    padding: 50px 10%;
    background: #6b9bc7;
    color: #fff;
}

#bewerben .flex div:nth-child(2) {
    justify-content: center;
    display: flex;
    align-items: center;
}

#bewerben .flex div:nth-child(1) p {
    margin-bottom: 0;
}

#bewerben a {
    text-decoration: underline;
    color: #fff;
}

/* ==========================================================================
   Cookie Hinweis
   ========================================================================== */

.clear {
    clear: both;
}

.cookie-page1 {
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2 {
    visibility: hidden;
    float: none;
    width: 100%;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2.show-page {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2 strong {
    font-size: 18px;
    margin-bottom: 10px;
}

.cookie-page2 a {
    color: black;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAmUlEQVRIie2VQQ6DIBQFJ72DpEfS3sQe1y66V+5RN5CaqJ8nUDd2EsKG9wYNAfhzkAfggY8xIsqaFVMiWCxILtigAYZfCRzwCpk4VxMsd/4G7jUFW+VSXhHslVcRWOUSlqC43BKo5Vm/6MjOswRPvufcWeFcAUAvlBcJVFb5W0GZxOkCH+bUlW1d06Ml7NDehL0xAm3Gh16ZGZhnhhStKN5+AAAAAElFTkSuQmCC');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 10px 16px;
    background-color: #d8d8d8;
}

.cookie-page2 a.back-to-cookie {
    display: block;
    width: 80%;
    max-width: 100px;
    margin: 30px 0;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAY0lEQVRIie2UMQqAMBAEJ2Lhs3yR+hTt/I4f89JEBBHiQa4QdiCkCMzkigSEeCGVFSbfgD0icskNOIExUj5J3kzeVc7tEWxOAlbuKWZFahH3Q+sdAQOWsg/A4bvfd0I/O/FDMq2DH/bYYYYxAAAAAElFTkSuQmCC');
    background-position: 10px 16px;
    background-color: #d8d8d8
}

.cookie-overlay-dsa.show-cookie {
    display: block;
}

.cookie-overlay-dsa {
    display: none;
    background-color: rgba(214, 214, 214, 0.60);
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 100vh;
    width: 100vw;
    line-height: 20px;
}

.dsa-cookie-notice-form {
    min-height: 300px;
    width: 500px;
    z-index: 9999999999;
    position: absolute;
    top: 40%;
    left: calc(48% - 250px);
    background-color: white;
    border-radius: 5px;
    padding: 2%;
}

.dsa-cookie-notice-form fieldset p {
    margin-bottom: 15px;
    text-align: center;
}

.dsa-cookie-notice-form .cookie-item {
    width: 33.33%;
    float: left;
    text-align: center
}

.cookie-overlay-headline {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.dsa-cookie-notice-form fieldset label {
    cursor: pointer;
}

#dsa-check-all.dsa-cookie-button {
    background-color: #6b9bc7;
    margin-top: 15px;
    color: #fff;
}

.dsa-cookie-button {
    border-radius: 5px;
    display: block;
    margin: 0 50px;
    background-color: #d8d8d8;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #6b9bc7;
}

.dsa-cookie-notice-form input[type="checkbox"] {
    display: none;
}

.dsa-cookie-notice-form input[type="checkbox"]+label::before {
    width: 15px;
    height: 15px;
    border: 2px solid #6b9bc7;
    background-color: #fff;
    display: block;
    content: "";
    margin: 10px auto;
}

.dsa-cookie-notice-form input[type="checkbox"]:checked+label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #6b9bc7;
}

.dsa-cookie-notice-form input[type="checkbox"]:disabled+label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: grey;
}

.cookie-notice-verwendung,
.cookie-notice-link {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0 auto;
    text-decoration: none;
    color: grey;
}

.cookie-end-links {
    width: 80%;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 550px) {
    .dsa-cookie-notice-form {
        width: 86%;
        left: 2.0%;
        padding: 5%;
    }

    .cookie-notice-link {
        margin-top: 25px;
    }
}

@media screen and (max-height: 570px) {
    .dsa-cookie-notice-form {
        top: 20%;
    }
}

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

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

    nav ul li {
        margin: 0 2px;
    }

    nav ul li::after {
        margin-left: 10px;
    }


}

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

    /*CSS*/

    .full {
        width: 100%;
    }

    .landing .flex div {
        width: 48%
    }

    .flex {
        flex-wrap: wrap
    }

    .border {
        width: auto;
    }



    nav {
        font-size: 14px
    }

    .dsa-secure-plugin,
    .praxis {
        width: 50% !important;
    }

    footer .flex {
        flex-wrap: wrap;
    }

    footer .flex div:nth-of-type(1) {
        order: 1;
    }

    footer .flex div:nth-of-type(2) {
        order: 2;
    }

    footer .flex div:nth-of-type(3) {
        order: 4;
    }

    footer .flex div:nth-of-type(4) {
        order: 3;
    }

    .job-img img {
        height: 650px;
        object-fit: cover;
    }
}

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

    /*CSS*/
    header {
        height: 550px;
    }

    #wirbieten {
        padding: 80px 5%;
    }

    .jobs {
        height: 550px;
        background-attachment: inherit;
    }

    .imgjobs {
        width: 200px
    }


    .slogan {
        padding: 15px 20px;
    }

    #unternehmen {
        padding: 50px 5% 0px 5%;
    }

    #benefit,
    #bewerben {
        padding: 80px 5%;
    }

    header,
    footer {
        background-attachment: inherit;
    }

    .jobs::before {
        height: 150px;
    }

    .jobs::after {
        height: 150px;
    }
}

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

    nav ul {
        display: none;
    }

    .resp-nav {
        display: block;
    }

    .logo img {
        width: 230px;
        top: 24px;
        left: calc(50% - 115px);
    }

    .flex {
        flex-wrap: wrap;
    }

    .data,
    .dsa-cookie-notice {
        right: 20px !important;
    }

    .auswahl,
    .job-beschreibung {
        float: none;
        width: 100%;
        border: none;
    }

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

    .ui-tabs-vertical .ui-tabs-nav,
    .ui-tabs-vertical .ui-tabs-panel {
        float: none;
        width: 100%;
    }

    header {
        margin-top: 0;
        background-attachment: inherit;
        background-position: center;
    }

    header::after {
        height: 150px;
    }

    #dazugehoeren {
        padding: 50px 5%;
    }

    #bewerben {
        text-align: center;
    }

    #bewerben .flex div:nth-child(1) p {
        margin-bottom: 15px;
    }

    #wirbieten .accordion {
        height: auto;
    }

    .col1 {
        padding: 50px 5%;
    }

    /*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 * {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #wirbieten .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(215, 214, 214, 0.8);
        color: #000;
        text-align: left;
    }

    .accordion ul li {
        display: block !important;
        width: 100% !important;
        -webkit-transition: none;
        transition: none;
    }

    #wirbieten .accordion ul li div {
        background: rgba(215, 214, 214, 0.8);
        padding: 50px 5%;
    }

    #wirbieten .accordion ul li div,
    #wirbieten .accordion ul li {
        height: 300px;
        background-position: center center;
    }

    #wirbieten .accordion ul:hover li:hover div h3,
    #wirbieten .accordion ul li div p {
        top: inherit;
        position: relative;
    }


    .accordion ul li div {
        display: block;
        height: 500px;
        width: 100%;
        position: relative;
        z-index: 3;
        padding: 15px 20px;
        box-sizing: border-box;
        color: #fff;
        text-decoration: none;
        transition: all 200ms ease;
    }

    #stellen {
        padding: 100px 5%;
    }

    .job-box {
        width: 48%;
    }

    #bewerben .flex div {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    footer .flex {
        flex-direction: column-reverse;
    }

    .flex div,
    .landing .flex {
        width: 100%;
    }

    .flex div:first-child {
        column-count: 1;
    }

    .border {
        width: 100%;
    }

    .landing .flex div {
        width: 100%
    }

    nav::before {
        min-height: 30px;
        background-size: cover;
        bottom: -25px;
    }

    .landingpage {
        padding: 30px 5%;
    }

    footer .flex div:nth-of-type(3) {
        order: 3;
    }

    footer .flex div:nth-of-type(4) {
        order: 4;
    }

    .dsa-secure-plugin,
    .praxis {
        width: 100% !important;
    }

    .dsa-secure-plugin .dsa-secure-image,
    .dsa-secure-plugin iframe {
        height: 250px
    }

    .full {
        width: 100%;
    }

    .job-img img {
        height: 350px;
        margin-bottom: 50px
    }


    .info-contact {
        right: 0;
    }
}


@media screen and (max-width: 600px) {
    .slogan {
        margin: auto;
        padding: 15px 15px 35px 15px;
        font-size: 40px;
        line-height: 46px;
        width: 300px;
    }

    .slogan span {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .slogan .btn {
        font-size: 15px;
    }

    .job-box {
        width: 100%;
    }

    .info-contact {
        display: none;
    }
}