@charset "UTF-8";
/*----------------------- VARIABLE --------------------------*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
.content-left-tablet-fix {
  padding-left: 0px;
}

#lp-nav .boxed h3,
#lp-nav .boxed .h3 {
  font-size: 16px;
}

.content-left-tablet-fix {
  padding-left: 0px !important;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
.img-only {
  margin: 0;
}

.tablet-full-width {
  max-width: 100%;
}

.content-left-tablet-fix {
  padding-left: 25px;
}

footer .f {
  flex-direction: column;
  align-content: center;
}

footer .f .footer-logo {
  margin: 0 auto;
  text-align: center;
  display: block;
  align-self: center;
}

.karriere.section_jobs .job-posting:not(:last-of-type) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

#slider.slider-homepage .tns-nav {
  bottom: 10px !important;
}

h1, .h1 {
  line-height: 45px!important;
}

#slider h1,
#slider .h1 {
  font-size: 35px;
  line-height: 37px;
}

#slider h3,
#slider .h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.slider-homepage .item::after {
  background: linear-gradient(90deg, #e1e1e7 0, rgba(255, 255, 255, 0.53545) 44%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 94%) !important;
}

#slider .tns-nav > [aria-controls] {
  background: #FFF;
}

#slider .tns-nav > .tns-nav-active {
  background: #0e233d;
}
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*------------------------ Styles ---------------------------*/
picture {
display: inline-block;
}

/* Header Image */
.imgbox {
position: relative !important;
}
.imgbox img {
max-height: none;
}

/* FORM CONTACT */
form.kontakt .form-control {
line-height: inherit;
}

/* CSS LOADINGS */
a#loadmore.loading {
pointer-events: none;
cursor: default;
text-decoration: none;
color: black;
}
a#loadmore.loading:focus {
background: white;
}
a#loadmore span.text {
color: #0e233d;
font-weight: 600;
text-transform: uppercase;
transition: all 500ms linear;
}
a#loadmore:hover span.text {
color: white;
}

/* SVG ICON */
.icon-white {
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(246deg) brightness(103%) contrast(101%);
}
.icon-dark {
filter: invert(11%) sepia(37%) saturate(1725%) hue-rotate(181deg) brightness(50%) contrast(95%);
}
.icon-red {
filter: invert(58%) sepia(33%) saturate(789%) hue-rotate(130deg) brightness(94%) contrast(99%);
}
.icon-16 {
width: 16px !important;
height: 16px !important;
max-width: unset !important;
max-height: unset !important;
}
.icon-40 {
width: 40px !important;
height: 40px !important;
max-width: unset !important;
max-height: unset !important;
}
.icon-74 {
width: 74px !important;
height: 74px !important;
max-width: unset !important;
max-height: unset !important;
}
.icon-150 {
width: 150px !important;
height: 150px !important;
max-width: unset !important;
max-height: unset !important;
}

/* Progress Bar */
progress {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 100%;
height: 4px;
margin: 0;
border: 0;
border-radius: 0;
border: none;
position: fixed;
top: 0;
z-index: 9999;
}
progress::-webkit-progress-bar {
width: 100%;
height: 4px;
background: transparent;
border-radius: 0;
}
progress::-webkit-progress-value {
display: block;
float: left;
height: 4px;
margin: 0px -10px 0 0;
background: #95c11f;
border-radius: 0;
}

.header-cta-wrapper {
position: absolute;
top: 75px;
right: 50px;
z-index: 10;
}
.header-cta-wrapper .pulse {
margin: 0 auto;
width: 175px;
height: 175px;
border-radius: 50%;
text-align: center;
line-height: 175px;
animation: animate 2s linear infinite;
}
.header-cta-wrapper.green {
background-color: transparent;
padding: 0;
}
.header-cta-wrapper.green .pulse {
background: #95c11f;
color: white;
}
.header-cta-wrapper.white {
background-color: transparent;
padding: 0;
}
.header-cta-wrapper.white .pulse {
background: white;
color: #0e233d;
animation: animatewhite 2s linear infinite;
}
.header-cta-wrapper.dark {
background-color: transparent;
padding: 0;
}
.header-cta-wrapper.dark .pulse {
background: #0e233d;
color: white;
animation: animatedark 2s linear infinite;
}
.header-cta-wrapper.blue {
background-color: transparent;
padding: 0;
}
.header-cta-wrapper.blue .pulse {
background: #556679;
color: white;
animation: animateblue 2s linear infinite;
}
.header-cta-wrapper a {
text-align: center;
position: relative;
display: block;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
text-decoration: none;
color: inherit;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
line-height: 22px;
word-wrap: break-word;
}

@keyframes animate {
0% {
  box-shadow: 0 0 0 0 rgba(149, 193, 31, 0.7), 0 0 0 0 rgba(149, 193, 31, 0.7);
}
100% {
  box-shadow: 0 0 0 0 rgba(149, 193, 31, 0), 0 0 0 30px rgba(149, 193, 31, 0);
}
}
@keyframes animatewhite {
0% {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
}
100% {
  box-shadow: 0 0 0 0 rgba(149, 193, 31, 0), 0 0 0 30px rgba(149, 193, 31, 0);
}
}
@keyframes animatedark {
0% {
  box-shadow: 0 0 0 0 rgba(14, 35, 61, 0.7), 0 0 0 0 rgba(14, 35, 61, 0.7);
}
100% {
  box-shadow: 0 0 0 0 rgba(149, 193, 31, 0), 0 0 0 30px rgba(149, 193, 31, 0);
}
}
@keyframes animateblue {
0% {
  box-shadow: 0 0 0 0 rgba(85, 102, 121, 0.7), 0 0 0 0 rgba(85, 102, 121, 0.7);
}
100% {
  box-shadow: 0 0 0 0 rgba(149, 193, 31, 0), 0 0 0 30px rgba(149, 193, 31, 0);
}
}
.archive--goback a {
font-family: Merriweather, serif;
color: #0e233d;
}

/* SECTION STYLE */
.section_intro-section-icon-mitarbeiterbild.general-content ul:not(.flexbox) {
list-style-type: circle;
padding-left: 5px;
margin-left: 30px;
padding-bottom: 30px;
}
.section_intro-section-icon-mitarbeiterbild #person-contact.single {
padding: 15px;
}
.section_intro-section-icon-mitarbeiterbild #person-contact.single * {
padding: 0;
margin-bottom: 7px;
}
.section_intro-section-icon-mitarbeiterbild #person-contact.single .name {
font-size: 16px;
font-weight: 600;
line-height: 24px;
}
.section_intro-section-icon-mitarbeiterbild #person-contact.single .title {
font-size: 11px;
font-weight: 300;
line-height: 16.5px;
}
.section_intro-section-icon-mitarbeiterbild #person-contact.single .contact a {
font-size: 14px;
font-weight: 500;
line-height: 21px;
display: block;
margin-bottom: 4px;
}
.section_intro-section-icon-mitarbeiterbild.white .author-info {
background-color: #0e233d;
}
.section_intro-section-icon-mitarbeiterbild.white ul {
color: #0e233d;
}
.section_intro-section-icon-mitarbeiterbild.white #person-contact.single.dark * {
color: white !important;
}
.section_intro-section-icon-mitarbeiterbild.white #person-contact.single.dark .contact a {
color: white !important;
}
.section_intro-section-icon-mitarbeiterbild.grey .author-info {
background-color: #0e233d;
}
.section_intro-section-icon-mitarbeiterbild.grey .author-info a {
color: white;
}
.section_intro-section-icon-mitarbeiterbild.dark ul {
color: white;
}
.section_intro-section-icon-mitarbeiterbild.dark .cta.dark-outline {
border: 2px solid white;
}
.section_intro-section-icon-mitarbeiterbild.dark .cta.dark-outline:after {
content: url("../assets/icons/right-arrow-wh.svg") !important;
}
.section_intro-section-icon-mitarbeiterbild.dark .cta.dark-outline:hover, .section_intro-section-icon-mitarbeiterbild.dark .cta.dark-outline:focus {
background-color: white;
color: #0e233d;
}
.section_intro-section-icon-mitarbeiterbild.dark .cta.dark-outline:hover:after, .section_intro-section-icon-mitarbeiterbild.dark .cta.dark-outline:focus:after {
content: url("../assets/icons/right-arrow.svg") !important;
}
.section_intro-section-icon-mitarbeiterbild.dark #person-contact.single.white * {
color: #0e233d !important;
}
.section_intro-section-icon-mitarbeiterbild.dark #person-contact.single.white .contact a {
color: #0e233d !important;
}
.section_intro-section-icon-mitarbeiterbild.blue ul {
color: #0e233d;
}
.section_intro-section-icon-mitarbeiterbild.blue #person-contact.single.white * {
color: #0e233d !important;
}
.section_intro-section-icon-mitarbeiterbild.blue #person-contact.single.white .contact a {
color: #0e233d !important;
}
.section_intro-section-icon-mitarbeiterbild.red * {
color: white !important;
}
.section_intro-section-icon-mitarbeiterbild.red .author-info {
background-color: #0e233d;
}

.section_teams {
min-height: auto !important;
height: auto !important;
}
.section_teams .team-member h3, .section_teams .team-member .h3 {
font-size: 13px !important;
font-weight: 500 !important;
}

.social-share .social-share-title {
font-weight: 500;
}
.social-share .social-share-wrapper {
padding: 0 !important;
margin: 0 !important;
display: inline-block;
}
.social-share .social-share-wrapper li {
list-style: none !important;
display: inline-block;
width: 32px;
height: 32px;
text-align: center;
padding: 0 !important;
margin: 0 !important;
}
.social-share .social-share-wrapper li a {
line-height: 28px;
width: 31px;
height: 31px;
display: inline-block;
}

/* Header Hero */
.header-hero {
position: relative;
height: auto;
}
.header-hero::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #e1e1e7;
background: linear-gradient(90deg, #e1e1e7 0, rgba(255, 255, 255, 0.535452) 37%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 84%);
}
.header-hero .post-image picture {
display: inline-block;
width: 100%;
}
.header-hero .post-image picture img {
width: 100%;
height: auto;
}
.header-hero .container {
z-index: 10;
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
display: flex;
flex-direction: column;
width: 100%;
padding-bottom: 20px;
padding-top: 20px;
overflow: hidden;
}
.header-hero .container .content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.header-hero .container .content h1, .header-hero .container .content .h1 {
font-size: 30px;
line-height: 38px;
font-weight: 700;
padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.header-hero .container .content h1, .header-hero .container .content .h1 {
  font-size: 40px;
  line-height: 48px;
}
}
@media (min-width: 992px) {
.header-hero .container .content h1, .header-hero .container .content .h1 {
  font-size: 50px;
  line-height: 58px;
}
}
.header-hero .container .content h4, .header-hero .container .content .h4 {
padding: 0;
}
.header-hero .container span.date {
font-size: 14px;
font-weight: 500;
}
.header-hero .container span.date img {
width: auto;
margin-right: 10px;
}

/* slider-homepage */
#slider.slider-homepage .tns-outer {
height: auto !important;
}

#slider.slider-homepage .tns-nav {
position: absolute !important;
width: 100% !important;
}

.slider-homepage .item::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #e1e1e7;
background: linear-gradient(90deg, #e1e1e7 0, rgba(255, 255, 255, 0.535452) 37%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 84%);
}
.slider-homepage .item .post-image picture {
display: inline-block;
width: 100%;
}
.slider-homepage .item .post-image picture img {
width: 100%;
height: auto;
}
.slider-homepage .item .container {
z-index: 10;
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
display: flex;
flex-direction: column;
width: 100%;
}
.slider-homepage .item .container .content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

/* Top Navigation */
nav.sticky.is-sticky LI.language-menu {
display: block;
}

.events .item .img {
width: 100% !important;
height: auto !important;
}

.events .item .img picture img {
width: 100% !important;
height: auto !important;
}

.events .item .cbox-top {
padding: 20px;
z-index: 99;
position: absolute;
top: 0;
width: 100%;
}

.aktuelles-mobile .item .img {
width: 100% !important;
height: auto;
}

@media screen and (max-width: 1023px) {
.blog-main .item .img {
  width: 100% !important;
  height: auto !important;
}

.blog-main .item .img picture img {
  width: 100% !important;
  height: auto !important;
}
}
.events .item .cbox-top {
padding: 20px;
z-index: 99;
position: absolute;
top: 0;
}

.aktuelles-mobile .item .img,
.blog-highlights .item .img {
width: 100% !important;
height: auto;
}

.blog-main .item-a,
.blog-main .item-b,
.blog-main .item-c {
height: auto;
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
.blog-highlights .data-fixed {
  width: 60%;
  height: 60%;
}

#menu .main-menu ul.main-menu li, .menu .main-menu ul.main-menu li,
#menu .main-menu h6,
.menu .main-menu h6,
#menu .main-menu .h6,
.menu .main-menu .h6 {
  font-size: 15px;
}

#menu .main-menu .flexbox .content, .menu .main-menu .flexbox .content {
  padding: 45px 8px;
}

.overlay-content {
  max-width: 99%;
}
}
.wpcf7 .myCheck {
padding-left: 20px;
}

.wpcf7 .checkmark {
top: 5px;
}

.wpcf7 label {
width: 100%;
}

.wpcf7 select {
padding: 0.375rem 0.75rem;
width: 33.33%;
}

.wpcf7 a {
text-decoration: underline;
}

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

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border: 2px solid #0e233d;
font-size: 15px;
font-weight: 700;
color: #0e233d;
}

div.wpcf7-mail-sent-ok {
border: 2px solid #95c11f;
color: #95c11f;
font-size: 15px;
font-weight: 700;
}

#newsletter .custom-control-label span,
#newsletter-overlay .custom-control-label span {
font-size: 14px;
}

#newsletter a,
#newsletter-overlay a {
text-decoration: underline;
}

#newsletter-overlay a, #newsletter a:hover {
text-decoration: none;
}

#mc-embedded-subscribe-form select {
line-height: initial;
}

#mailchip-form-anrede + input {
display: none;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe {
margin: 0;
margin-top: 2rem;
}

#mce-responses {
display: none;
}

#mc_embed_signup form {
padding: 0 !important;
}

.person-info {
width: 100%;
font-size: 11px;
font-weight: 400;
margin: 7px 8px;
}

body.home .karriere .contact-expert .author-info .contact-person {
font-size: 15px;
font-family: Ubuntu, sans-serif;
font-weight: 600;
margin-top: 0;
margin-bottom: 0;
}

.mitarbeiter #person-contact {
display: flex;
justify-content: space-between;
}

.mitarbeiter #person-contact .contact {
display: flex;
width: 25%;
justify-content: space-between;
}

.mitarbeiter #person-contact .contact p {
line-height: 1;
}

.mitarbeiter img {
width: 100% !important;
height: auto;
}

.blog-author .author-info .author {
flex-direction: column;
}

#mc_embed_signup_scroll > .row {
max-width: 50%;
}

#mc_embed_signup form .form-control {
max-width: 100%;
}

#menu .mobile-menu, .menu .mobile-menu {
padding-top: 60px;
}

.mitarbeiter {
margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
footer .footer,
footer ul.footer-menu li {
  text-align: center;
}

footer ul.footer-menu {
  align-content: center;
  text-align: center;
  margin-top: 0;
}

footer .footer .row {
  flex-direction: column;
  align-items: center;
}

footer .footer-newsletter {
  align-self: center;
  margin: 40px auto;
}

footer .footer .flexbox {
  flex-direction: column;
  align-content: center;
}

footer ul.social-menu {
  justify-content: center;
  margin: 40px auto;
}

footer .footer .bkr.flex {
  margin: 40px auto;
  display: block;
}
}
#newsletter-box.centered-absolute {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
transform: none;
left: 0;
top: 0;
}

#newsletter-box.centered-absolute .custom-control-label {
position: initial;
}

#newsletter-box #mc_embed_signup_scroll > .row {
max-width: 100%;
}

.dark-outline:after, .white-full:after, .accent-full:after, .dark-full:after, .red-full:after, .white-outline:after {
display: inline-table;
vertical-align: middle;
}

.cbox-dark {
color: #fff;
}
.cbox-dark a, .cbox-dark a:visited, .cbox-dark a:active, .cbox-dark a:focus, .cbox-dark a:focus-within {
color: #fff;
}

.search-field .search-form-control {
color: #FFF !important;
background-color: transparent;
border: none;
border-bottom: 2px solid #FFF;
overflow: visible;
z-index: 99999999;
opacity: 1 !important;
outline: none;
border-radius: 0;
outline: none;
box-shadow: none;
}

.search-overlay {
z-index: 99999;
}

.menu-overlay {
z-index: 1001;
}

/****NEWSLETTER OVERLAY***/
#newsletter-overlay {
z-index: 999999;
}

#newsletter-content {
z-index: 9999999;
}

#newsletter-box {
z-index: 99999999;
}

#newsletter-overlay .item {
margin-bottom: 20px;
}

#newsletter-overlay .item .img {
display: flex;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
width: 100%;
height: 100%;
opacity: 1;
top: 0px;
left: 0px;
visibility: inherit;
z-index: 20;
min-height: 150px;
min-width: 150px;
}

#newsletter-overlay .item .img span {
align-self: flex-end;
}

#newsletter-box.centered-absolute .custom-control-label {
position: initial;
}

#newsletter-box #mc_embed_signup_scroll > .row {
max-width: 100%;
}

#newsletter-overlay #mc_embed_signup,
#newsletter-overlay #mc_embed_signup_scroll {
width: 100%;
}

#newsletter-overlay #newsletter-box {
margin-top: 30px;
}

.newsletter-form-control {
display: block;
width: 100%;
height: 40px;
font-size: 18px;
font-weight: 400;
}

#newsletter .custom-control-label span, #newsletter-overlay .custom-control-label span {
font-size: 13px;
}

#newsletter-categories .col-lg-2, #newsletter-categories .col-md-3 {
max-width: 170px;
}

.form-control {
line-height: 20px;
}

/****END NEWSLETTER OVERLAY***/
.content-section ul {
list-style-type: circle;
padding-left: 5px;
margin-left: 30px;
padding-bottom: 30px;
}

.content-section ul li {
list-style: disc;
margin-top: 10px;
margin-left: 15px;
padding-left: 5px;
vertical-align: middle;
}

.presse-posting .cta {
font-size: 13px !important;
}

.blog-author .flexbox .flex {
margin: 3px;
padding: 0 2px;
list-style: none;
flex: auto;
display: inline-flex;
list-style-type: none;
}

.header-hero::after {
background: linear-gradient(90deg, #e1e1e7 0, rgba(255, 255, 255, 0.53545) 37%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
}

.imgbox-overlay::after {
background: linear-gradient(90deg, #e1e1e7 0, rgba(255, 255, 255, 0.535452) 37%, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0) 84%);
}

.header-hero .container .content h1,
.header-hero .container .content .h1 {
width: 80%;
}

.blog-author, .info-box {
max-width: 320px;
}

.default .item h2.cbox,
.blog-full .item h2.cbox {
font-size: 18px;
line-height: 22px;
}

h2.cbox,
.h2.cbox {
font-size: 23px;
line-height: 26px;
}

.blog-highlights .cta {
margin: 40px 20px 0 20px;
}

.contact-expert .flexbox .flex {
margin-bottom: -5px;
}

.newsletter-content {
padding: 20px;
}
.newsletter-content .close-menu {
margin-right: 0;
}

.content-box {
height: 100%;
}

.img-box img {
max-height: 100%;
}

.img-box.left {
position: absolute;
top: -15px;
right: -15px;
bottom: -15px;
width: 50vw;
display: flex;
max-height: 100%;
margin-left: auto;
margin-right: 0;
background-color: transparent;
}
.img-box.leftimg.bg-image {
position: absolute;
}

.img-box.right {
position: absolute;
top: -15px;
left: -15px;
bottom: -15px;
width: 50vw;
display: flex;
max-height: 100%;
margin-right: auto;
margin-left: 0;
background-color: transparent;
}
.img-box.rightimg.bg-image {
position: absolute;
}

.img-box.left .img-holder-box {
margin-left: auto;
}
.img-box.right .img-holder-box {
margin-right: auto;
}
.img-box .img-holder-box {
background-color: transparent;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
height: 100%;
max-width: 900px;
opacity: 1;
visibility: inherit;
z-index: 20;
overflow: hidden;
display: flex;
background-color: transparent;
max-height: -webkit-fill-available;
max-height: -moz-available;
max-height: strech;
}
.img-box .img-holder-box.full {
position: absolute;
width: 100%;
}
.img-box .img-holder-box.normal {
width: auto;
}

.img-holder-box img.bg-image {
height: 100%;
pointer-events: none;
min-width: auto !important;
min-height: auto !important;
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
z-index: -1;
background: transparent;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.img-box .img-holder-box {
  max-height: 100% !important;
}

.img-holder-box img.bg-image {
  height: auto !important;
  /* IE 11 */
}
}
_:-ms-fullscreen, :root .img-holder-box img.bg-image {
height: auto !important;
/* IE 11 */
}

.events .item .cbox-top span.location {
float: right;
display: block;
clear: right;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
.content-box {
  height: 100%;
}

.quick-menu .flexbox {
  flex-direction: row;
}

.aktuelles-mobile {
  width: 70%;
  margin: 0 auto;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
.quick-menu .flexbox {
  flex-direction: row;
}

.header-cta-wrapper {
  top: 50px;
  right: 40px;
}
.header-cta-wrapper .pulse {
  width: 125px;
  height: 125px;
  line-height: 125px;
}
.header-cta-wrapper a {
  font-size: 15px;
  line-height: 19px;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
footer .bkr, .flexbox .bkr.flex {
  margin: 20px auto;
  text-align: center;
  display: block;
}

footer .footer-newsletter {
  align-self: center;
  margin-bottom: 30px;
}

.quick-menu .flexbox {
  flex-direction: column;
}

.content-box {
  height: 100%;
}

.img-box.right, .img-box.left {
  top: 0;
  bottom: 0;
}

.blog-author {
  max-width: 320px;
}

.social-share {
  text-align: center;
}

.aktuelles-mobile {
  width: 100%;
  margin: 0 auto;
}

.blog-highlights .cta {
  margin: 5px 15px 0 15px !important;
}

.blog-highlights .data-fixed {
  height: 55% !important;
}

.header-hero .container .content h1,
.header-hero .container .content .h1 {
  width: 80%;
}

.aktuelles .item-c {
  height: 225px;
}

.header-cta-wrapper {
  top: 50px;
  right: 20px;
}
.header-cta-wrapper .pulse {
  width: 105px;
  height: 105px;
  line-height: 105px;
}
.header-cta-wrapper a {
  font-size: 14px;
  line-height: 18px;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
.header-cta-wrapper {
  top: 30px;
  right: 20px;
}
.header-cta-wrapper .pulse {
  width: 90px;
  height: 90px;
  line-height: 95px;
}
.header-cta-wrapper a {
  font-size: 12px;
  line-height: 16px;
}

.img-box img {
  max-height: 450px;
  width: auto !important;
}

.content-box {
  min-height: 430px;
}

.content-box .content-section {
  margin-top: 30px;
  margin-bottom: 60px;
}

.content-box h1,
.content-box .h1 {
  font-size: 26px;
  line-height: 30px;
}

.img-box.left {
  width: 100vw;
}

.img-box.right {
  width: 100vw;
}

.img-box.left {
  width: 100vw;
}

.img-box.right {
  width: 100vw;
}

#slider h1,
#slider .h1 {
  font-size: 30px;
  line-height: 33px;
}

#slider h3,
#slider .h3 {
  font-size: 20px;
  line-height: 24px;
}

.header-hero .container .content h1,
.header-hero .container .content .h1 {
  width: 99% !important;
  font-size: 24px !important;
}

.newsletter-content {
  padding: 20px;
}
.newsletter-content .close-menu {
  margin-right: 0;
}
.newsletter-content .logo {
  max-width: 150px;
  margin-top: -25px;
  margin-left: 15px;
}
}
.mitarbeiter {
width: 100%;
max-width: 320px;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
#newsletter-overlay .item .img {
  min-height: 125px;
  min-width: 125px;
}

#newsletter .custom-control-label span, #newsletter-overlay .custom-control-label span {
  font-size: 11px;
}

#newsletter .custom-control-label span, #newsletter-overlay .custom-control-label span {
  padding: 10px 0 10px 5px;
}

.header-hero .container .content h1,
.header-hero .container .content .h1 {
  width: 99% !important;
  font-size: 20px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
.mitarbeiter {
  margin-right: 20px;
  max-width: 280px;
}

footer .bkr, .flexbox .bkr.flex {
  margin: 20px auto;
  text-align: center;
  display: block;
}

footer .footer-newsletter {
  align-self: center;
  margin-bottom: 30px;
  margin-right: 0 auto;
}

footer .f {
  flex-direction: column;
  align-content: center;
}

footer .f .footer-logo {
  margin: 0 auto;
  text-align: center;
  display: block;
  align-self: center;
}

footer .footer .bkr.flex {
  display: block;
}

footer .footer {
  text-align: center;
}

footer .footer .flexbox {
  flex-direction: column;
  align-content: center;
}

footer ul.social-menu {
  justify-content: center;
  margin: 40px auto;
}

footer ul.footer-menu {
  align-content: center;
  text-align: center;
  margin-top: 0;
}

footer ul.footer-menu li {
  text-align: center;
}
}
@media screen and (min-width: 799px) and (max-width: 1025px) {
.blog-full .item .img, .default .item .img {
  height: 205px;
}

.blog-full .item h2.cbox,
.default .item h2.cbox,
.blog-full .item .h2.cbox,
.default .item .h2.cbox {
  font-size: 17px;
  line-height: 20px;
}

.remove-from-tablet {
  display: none !important;
  visibility: hidden !important;
}

#lp-nav .boxed h3,
#lp-nav .boxed .h3 {
  font-size: 20px;
  padding: 20px 5px;
  word-break: break-word;
}

h2.cbox,
.h2.cbox {
  font-size: 20px;
  line-height: 24px;
}

.container {
  max-width: 100%;
}

.quick-menu .flexbox {
  flex-direction: row;
}

.quick-menu .flexbox .flex h5,
.quick-menu .flexbox .flex .h5 {
  font-size: 12px;
}
}
body.home .karriere .cbox-wh .job-posting .red-outline {
margin-bottom: 30px;
}

@media screen and (min-width: 900px) and (max-width: 1025px) {
.quick-menu .flexbox .flex h5,
.quick-menu .flexbox .flex .h5 {
  font-size: 13px;
}
}
@media screen and (min-width: 900px) and (max-width: 988px) {
.cbox-blue, .cbox-dark, .cbox-wh {
  padding: 30px;
  max-width: 50%;
  margin: 0 30px;
}

.cta {
  font-size: 13px !important;
}
}
@media screen and (min-width: 799px) and (max-width: 900px) {
.cbox-blue, .cbox-dark, .cbox-wh {
  padding: 30px;
  max-width: 50%;
  margin: 0 30px;
}

.job-box {
  max-width: 100%;
  margin: 0;
}

.thick {
  padding: 15px 15px !important;
}

.cta {
  font-size: 13px !important;
}

.karriere .contact-expert {
  max-width: 300px;
  margin: 30px auto 10px auto;
}

.job-posting .col-lg-9 {
  width: 70%;
}

.job-posting .col-lg-3 {
  width: 30%;
}

body.home .karriere .cbox-wh .job-posting h4,
body.home .karriere .cbox-wh .job-posting .h4 {
  padding-bottom: 5px;
}

.aktuelles-mobile {
  width: 70%;
  margin: 0 auto;
}
}
@media screen and (min-width: 769px) and (max-width: 850px) {
.mitarbeiter {
  max-width: 290px;
}

.quick-menu .flexbox {
  flex-direction: row;
}

.quick-menu .flexbox .flex h5,
.quick-menu .flexbox .flex .h5 {
  font-size: 10px;
}

#newsletter .item .img {
  min-height: 150px;
  min-width: 150px;
}

.aktuelles-mobile {
  width: 70%;
  margin: 0 auto;
}
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
.mitarbeiter {
  margin-right: 20px;
}

.aktuelles-mobile {
  width: 70%;
  margin: 0 auto;
}

#newsletter .item .img {
  min-height: 150px !important;
  min-width: 150px !important;
}

.container {
  max-width: 95%;
}

#newsletter .custom-control-label span, #newsletter-overlay .custom-control-label span {
  font-size: 13px;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.img-box.left {
  width: 100vw;
}

.img-box.right {
  width: 100vw;
}

.mitarbeiter {
  width: 100%;
  max-width: 290px;
}
}
#newsletter-overlay .item .img, #newsletter .item .img {
min-height: 150px;
min-width: 150px;
}

.menu-desktop {
display: block;
visibility: visible;
}

.menu-mobile {
display: none;
visibility: hidden;
}

@media screen and (max-width: 1050px) {
.menu-desktop {
  display: none;
  visibility: hidden;
}

.menu-mobile {
  display: block !important;
  visibility: visible !important;
}
}
.mitarbeiter #person-contact .person {
max-width: 73%;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
.mitarbeiter #person-contact .contact {
  width: 30% !important;
}

.mitarbeiter #person-contact .person {
  max-width: 68% !important;
  padding-right: 10px;
}
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
.akt-default .item-c, .aktuelles .item-c {
  height: 225px;
}
}
#menu .main-menu h6,
#menu .main-menu .h6 {
font-size: 15px;
}

#menu .main-menu .flexbox .content {
padding: 45px 5px;
}

select::-ms-expand {
display: none;
}

.quick-menu .flexbox .flex .ico:before, .quick-menu .flexbox .flex .ico:after {
display: block;
}

html, body {
-ms-overflow-style: -ms-autohiding-scrollbar;
}

.quick-menu .flexbox .flex .icon-steuerberatung:after {
content: url(../assets/icons/steuerberatung-icon.svg);
margin: 0 auto;
display: block;
}

.quick-menu .flexbox .flex:focus .icon-steuerberatung:after, .quick-menu .flexbox .flex:hover .icon-steuerberatung:after {
content: url(../assets/icons/steuerberatung-icon-wh.svg);
display: block;
}

.quick-menu .flexbox .flex .icon-wirtschaftsprufung:after {
content: url(../assets/icons/wirtschaftsprufung-icon.svg);
margin: 0 auto;
display: block;
}

.quick-menu .flexbox .flex:focus .icon-wirtschaftsprufung:after, .quick-menu .flexbox .flex:hover .icon-wirtschaftsprufung:after {
content: url(../assets/icons/wirtschaftsprufung-icon-wh.svg);
display: block;
}

.quick-menu .flexbox .flex .icon-rechnungswesen:after {
content: url(../assets/icons/rechnungswesen-icon.svg);
margin: 0 auto;
display: block;
}

.quick-menu .flexbox .flex:focus .icon-rechnungswesen:after, .quick-menu .flexbox .flex:hover .icon-rechnungswesen:after {
content: url(../assets/icons/rechnungswesen-icon-wh.svg);
display: block;
}

.quick-menu .flexbox .flex .icon-unternehmensberatung:after {
content: url(../assets/icons/unternehmensberatung-icon.svg);
margin: 0 auto;
display: block;
}

.quick-menu .flexbox .flex:focus .icon-unternehmensberatung:after, .quick-menu .flexbox .flex:hover .icon-unternehmensberatung:after {
content: url(../assets/icons/unternehmensberatung-icon-wh.svg);
display: block;
}

.quick-menu .flexbox .flex .icon-personalmanagement:after {
content: url(../assets/icons/personalmanagement-icon.svg);
margin: 0 auto;
display: block;
}

.quick-menu .flexbox .flex:focus .icon-personalmanagement:after, .quick-menu .flexbox .flex:hover .icon-personalmanagement:after {
content: url(../assets/icons/personalmanagement-icon-wh.svg);
display: block;
}

#wien .conten-section h1, #wien .conten-section .h1, #baden .conten-section h1, #baden .conten-section .h1 {
text-align: center;
}

.section_intro-section-icon-mitarbeiterbild #person-contact.single {
padding: 15px 10px;
}

.mc-newsletter .mce_inline_error {
background-image: url("../assets/icons/invalid.svg");
border-color: #D5470E;
background-position: center right 10px;
background-repeat: no-repeat;
}

.mc-newsletter div.mce_inline_error {
background-image: none;
}

.screen-reader-text-only {
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
}

span.wpcf7-not-valid-tip {
margin-top: 1px;
color: #f00;
font-size: 11px;
font-weight: normal;
display: block;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border: 2px solid #f00;
font-size: 15px;
font-weight: 700;
color: #f00;
}

.theme_4.wpcf7-form input.error, .theme_4.wpcf7-form select.error, .theme_4.wpcf7-form textarea.error {
border: 2px solid #f00 !important;
outline: none !important;
}

#newsletter-overlay .item .img {
opacity: 1;
}

.custom-control.image-checkbox label {
opacity: 1;
transition: all 0.2s linear;
background-color: rgba(0, 0, 0, 0.45);
}

.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after,
.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-control.image-checkbox .custom-control-input:checked ~ label {
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}

.custom-control.image-checkbox label:hover, .custom-control.image-checkbox label:focus {
opacity: 1;
transition: all 0.2s linear;
background-color: rgba(0, 0, 0, 0.15);
}

#newsletter-overlay .item .img img, #newsletter-categories .item img.bg-image {
max-height: 150px;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe:disabled,
#mc-embedded-subscribe-form #mc-embedded-subscribe[disabled] {
border: 1px solid #666666;
color: #666666;
background-color: transparent;
cursor: not-allowed;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe:disabled:after,
#mc-embedded-subscribe-form #mc-embedded-subscribe[disabled]:after {
display: none;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe:disabled:hover,
#mc-embedded-subscribe-form #mc-embedded-subscribe[disabled]:hover {
border: 1px solid #666666;
color: #666666;
background-color: transparent;
cursor: not-allowed;
}

embed,
iframe,
object {
max-width: 100%;
}

.modal-cta {
margin: 0.25rem !important;
}

.artus-modal {
padding: 0 !important;
}
.artus-modal .modal-dialog {
max-width: 650px;
margin-top: 150px;
}
.artus-modal .close {
font-size: 2.5rem;
}

.modal-open {
padding: 0 !important;
}

.grecaptcha-badge {
visibility: hidden;
}

.contactform-google-rc {
font-size: 14px;
}
.contactform-google-rc a {
text-decoration: none;
}
.contactform-google-rc a:hover, .contactform-google-rc a:focus {
text-decoration: underline;
}

.general-content ol,
.content-section ol {
list-style-type: decimal;
margin-left: 30px;
}
.general-content ol > li,
.content-section ol > li {
margin-top: 10px;
margin-left: 15px;
padding-left: 5px;
vertical-align: middle;
text-indent: -20px;
list-style-type: none;
counter-increment: olitem;
}
.general-content ol > li:before,
.content-section ol > li:before {
display: inline-block;
width: 1.5em;
padding-right: 0.5em;
font-weight: bold;
text-align: right;
content: counter(olitem) ".";
}
.general-content blockquote,
.content-section blockquote {
background: transparent;
margin: 1.5em 0;
padding: 0.5em 2em;
border-left: 5px solid #0E233D;
}
.general-content blockquote:before,
.content-section blockquote:before {
color: #0E233D;
content: "“";
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
.general-content blockquote p,
.content-section blockquote p {
display: inline;
}
.general-content.dark blockquote,
.content-section.dark blockquote {
border-left: 5px solid #fff;
}
.general-content.dark blockquote:before,
.content-section.dark blockquote:before {
color: #fff;
}
.general-content.blue blockquote,
.content-section.blue blockquote {
border-left: 5px solid #fff;
}
.general-content.blue blockquote:before,
.content-section.blue blockquote:before {
color: #fff;
}
.general-content.white blockquote,
.content-section.white blockquote {
border-left: 5px solid #0E233D;
}
.general-content.white blockquote:before,
.content-section.white blockquote:before {
color: #0E233D;
}

Body.page-steuerberatung-fuer-frauen .navigationsspalte-bild .img-holder-box img {
object-position: center;
}

/* responsive video */
.videowrapper,
.mejs-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.videowrapper iframe,
.mejs-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*Newsletter Popup*/
.newsletter-tab {
background-color: #0E233D;
border: 1px solid #ffff;
position: fixed;
right: -20px;
top: calc( 50% - 100px );
height: 300px;
width: 80px;
cursor: pointer;
z-index: 1;
}

.newsletter-tab h3,
.newsletter-tab .h3 {
transform: rotate(-90deg);
color: white;
position: absolute;
bottom: 78px;
right: -39px;
font-size: 2rem;
}

.newsletter-tab img {
width: 50%;
margin-top: 15%;
margin-left: 13%;
}

#newsletter-tab {
display: none;
}

@media all and (max-width: 576px) {
.newsletter-tab img {
  margin-left: 10.5%;
}

.newsletter-tab h3,
.newsletter-tab .h3 {
  right: -34px;
  font-size: 1.7rem;
}

.newsletter-tab {
  width: 64px;
}
}
.shake {
animation: shake 10s infinite;
color: #A399B2;
cursor: pointer;
}

.newsletter-modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(14, 35, 61, 0.4);
}
.newsletter-modal .result {
opacity: 0;
transition: all 1s ease;
background-color: #fff;
color: #0e233d;
font-size: 14px;
line-height: 1.8;
font-weight: 700;
padding: 15px;
margin-top: 30px;
}

.newsletter-mit-content .result {
opacity: 0;
transition: all 1s ease;
background-color: #fff;
color: #0e233d;
font-size: 14px;
line-height: 1.8;
font-weight: 700;
padding: 15px;
margin-top: 30px;
border: 1px solid #0e233d;
}

.modal-content {
background-color: #0E233D;
margin: auto;
padding: 20px;
border: 1px solid #ffffff;
width: 60%;
color: white;
}
@media all and (max-width: 767px) {
.modal-content {
  width: 95%;
}
}

.modal-content .form-control {
max-width: none;
}
.modal-content #mc-embedded-subscribe {
margin-left: 0;
}
.modal-content a {
color: white;
text-decoration: underline;
}
.modal-content a:hover {
text-decoration: none;
}

.close-newsletter {
color: #ffffff;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}

.modal-headline {
padding-left: 15px;
margin-right: 8.333333%;
margin-top: -28px;
}
.modal-headline h1, .modal-headline .h1 {
color: white;
max-width: 74%;
}
.modal-headline img {
height: 45px;
margin-top: -5px;
padding-bottom: 5px;
margin-right: 10px;
}

@keyframes shake {
0% {
  transform: skewX(-4deg);
}
1% {
  transform: skewX(4deg);
}
2% {
  transform: skewX(-4deg);
}
3% {
  transform: skewX(4deg);
}
4% {
  transform: skewX(-4deg);
}
5% {
  transform: skewX(0deg);
}
50% {
  transform: skewX(0deg);
}
51% {
  transform: skewX(-4deg);
}
52% {
  transform: skewX(4deg);
}
53% {
  transform: skewX(-4deg);
}
54% {
  transform: skewX(4deg);
}
55% {
  transform: skewX(-4deg);
}
56% {
  transform: skewX(0deg);
}
100% {
  transform: skewX(0deg);
}
}
/* 2-Step Landing Page */
.download-area {
background-color: #E1E1E7;
max-width: 90%;
margin-left: auto;
margin-right: auto;
}

.download-btn {
background-color: #0e233d;
border-width: 0;
margin: 0px 15px 20px 0;
}

.download-btn:hover {
text-decoration: underline;
}

.download-btn-big {
background-color: #0e233d;
width: 12rem;
height: 12rem;
border-width: 0;
margin-left: 0.2rem;
margin-right: 0.2rem;
}

.btns-big {
flex-wrap: wrap;
}

.pdf-icon {
height: 2.2rem !important;
margin-bottom: 0.5rem;
}

.position-pdf-text {
padding-top: calc(50% - 1.1rem);
}

.red .newsletter-mit-content {
color: white !important;
}

.blue .newletter-mit-content button {
border: 1px solid white;
color: white;
}

.section_newsletter-mit-content.grey label {
color: #0e233d !important;
}
.section_newsletter-mit-content.blue button {
border: 1px solid white !important;
color: white !important;
}
.section_newsletter-mit-content.red button {
border: 1px solid white !important;
color: white !important;
}
.section_newsletter-mit-content.red label {
color: white;
}
.section_newsletter-mit-content .form-control {
max-width: none;
}

.newsletter-pdf.white .position-pdf-text, .newsletter-pdf.white a {
color: white !important;
}
.newsletter-pdf.grey .position-pdf-text, .newsletter-pdf.grey a {
color: white !important;
}
.newsletter-pdf.grey .download-area {
background-color: white;
}
.newsletter-pdf.dark .download-btn-big {
background-color: #556679;
}
.newsletter-pdf.dark .download-area p {
color: #0e233d;
}
.newsletter-pdf.blue .download-area p {
color: #0e233d;
}
.newsletter-pdf.red .position-pdf-text {
color: white !important;
}
.newsletter-pdf .download-area p {
color: #0e233d;
}

/* team button */
.page-id-578 .cta.red-outline {
color: #0e233d !important;
border-color: #0e233d !important;
}
.page-id-578 .cta.red-outline::after {
content: url(/wp-content/themes/artus/assets/icons/right-arrow.svg);
}
.page-id-578 .cta.red-outline:hover, .page-id-578 .cta.red-outline:focus {
color: white !important;
background-color: #0e233d !important;
}
.page-id-578 .cta.red-outline:hover::after, .page-id-578 .cta.red-outline:focus::after {
content: url(/wp-content/themes/artus/assets/icons/right-arrow-wh.svg);
}

/* Neuest blog-Beitrage correction
   @GB - 27-01-2023

 */

.slider .default .text, .blog-full .text{
  height: 105px !important;
  margin-top: 5px !important;
}


/*# sourceMappingURL=custom-css.css.map */
