/* Farben */
:root {
  --convergent-green: #79b928;
  --convergent-green-light: #eef6e4;
  --convergent-green-lightest: #f3fce8;
  --convergent-bluegreen: #2aa3b2;
  --convergent-bluegreen-light: #d6eff2;
  --convergent-bluegreen-lightest: #e8fafc;
  --convergent-grey: #1f2023;
  --convergent-grey-medium: #646770;
  --convergent-grey-neutral: dimgray /*#353535*/;
  --convergent-grey-light: #bfccd6;
  --convergent-grey-lightest: #fafafa;
  --convergent-white: #f3f3f3;
}

/* TYPOGRAFIE */

/* Fonts */

/* nunito-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-v32-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/nunito-v32-latin-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-v32-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rasa-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/rasa-v27-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rasa-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rasa';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/rasa-v27-latin-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rasa-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rasa-v27-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rasa-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rasa';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/rasa-v27-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rasa-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rasa';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/rasa-v27-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rasa-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rasa';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/rasa-v27-latin-500italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Typografie */

body {
  color: var(--convergent-grey);
  font-family: "Rasa", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

#wrapper {
  font-size: clamp(1rem, 0.75vw + 0.75rem, 1.375rem);
}

h1,
h2,
h3,
h4 {
  font-family: "Nunito", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
}

h1 span,
h2 span,
h3 span,
h4 span {
  font-style: normal;
  font-weight: 300;
}

h1 {
  font-size: 275%;
  line-height: 1.25;
  padding-bottom: 1.25rem;
}

h2 {
  font-size: 250%;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
}

h3 {
  font-size: 225%;
  padding-bottom: 0.5rem;
}

h4 {
  font-size: 200%;
  padding-bottom: 0.25rem;
}

h5 {
  font-size: 175%;
  padding-bottom: 0.125rem;
}

h6 {
  font-size: 150%;
  padding-bottom: 0.125rem;
}

.overlay {
  position: relative;
}

.overlay h2 {
  color: var(--convergent-white);
  font-family: "Rasa", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-style: normal;
  font-weight: 300;
  font-size: clamp(18px, calc(18px + (85 - 18) * ((100vw - 300px) / (1600 - 300))), 85px);
  line-height: 1.2;
  margin-bottom: 0;
  padding: 3.5%;
  position: absolute;
  text-transform: none;
  z-index: 30;
  -webkit-animation: fadein 4s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 4s;
  /* Firefox < 16 */
  -ms-animation: fadein 4s;
  /* Internet Explorer */
  -o-animation: fadein 4s;
  /* Opera < 12.1 */
  animation: fadein 4s;
}

.overlay.light h2 {
  color: var(--convergent-grey);
}

.kontakt .overlay h2,
.me .overlay h2 {
  text-align: right;
  width: 100%;
}

@media (max-width:600px) {
  .overlay h2 {
    padding-left: 8%;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.datenschutz ol {
  list-style: lower-alpha;
  padding-left: 20px;
}

.datenschutz li {
  margin-bottom: 1rem;
}

.ce_text ul {
  list-style-position: outside;
  margin-bottom: 2rem;
}

.ce_text li {
  margin-left: 1.125rem;
  margin-bottom: 1.25rem;
}

.ce_downloads ul {
  list-style-position: outside;
  margin-bottom: 2rem;
}

.ce_downloads li {
  margin-left: 1.125rem;
}

.with-list p {
  margin-bottom: 0;
}

strong {
  font-style: normal;
  font-weight: 600;
}

figcaption {
  font-size: 1rem;
  font-style: italic;
}

/* Akkordeon */
.ce_accordion:focus {
  outline: 0;
}

section.ce_accordion {
  margin-bottom: 0;
}

section.ce_accordion:last-of-type {
  margin-bottom: 3rem !important;
}

.ce_accordion+div.ce_text {
  margin-top: 1.5rem;
}

.ce_accordion+div.ce_image {
  margin-top: 1.5rem;
}

.toggler {
  cursor: pointer;
}

#main .toggler {
  background: var(--convergent-green-light);
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem;
}

#main .ui-state-default:after {
  content: "+";
  float: right;
  font-size: 150%;
  line-height: 1;
}

#main .ui-state-active:after {
  content: "-";
  float: right;
  font-size: 175%;
  line-height: 1;
}

#main .accordion {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

#main .toggler {
  font-size: 105%;
}

@media (max-width:899px) {
  #main .toggler {
    font-size: 100%;
  }
}

#footer {
  font-family: "Nunito", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 75%;
}

.copyright {
  text-transform: uppercase;
}

/* Layout */

*,
::before,
::after {
  box-sizing: border-box;
}

.flex {
  display: flex;
}

#wrapper {
  margin: 0 1rem;
}

@media (max-width:600px) {
  #wrapper {
    margin: 0;
  }
}

/* Header */

#header {
  margin: 0 15px;
}

@media (min-width:600px) {
  #header {
    margin: 0 30px;
  }
}

@media (min-width:1259px) {
  #header {
    margin: 0 auto;
    max-width: 1200px;
  }
}

#header .inside {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

@media (max-width:760px) {
  #header .inside {
    margin-bottom: 3rem;
  }
}

.header-container {
  justify-content: space-between;
  margin-bottom: 2rem;
}

/* Ausgeblendet, weil keine mobile Navigation nötig ist und damit auch keine Zentrierung nur ab 6001. Logo wird immer zentriert, bis eine mobile Nav nötig wird und eingabeuat wird. @media (min-width:601px) {*/
.logo {
  margin-left: auto;
  margin-right: auto;
}

/*}*/

/* Hauptbereich */

#container {
  margin-bottom: 6rem;
}

.hero {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 6rem;
}

@media (max-width:760px) {
  #container {
    margin-bottom: 3rem;
  }

  .hero {
    margin-bottom: 3rem;
  }
}

@media (min-width:2032px) {
  .hero {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero img {
    width: 100%;
  }
}

.content-text,
.content-headline,
.mod_rocksolid_slider,
.cards,
.nav-boxes,
.ce_accordion,
.ce_download,
.ce_downloads,
.ce_gallery,
.ce_image,
.docu h1,
.docu h2,
.docu h3,
.docu h4,
.docu h5,
.docu h6,
.docu p,
.docu ol,
.docu ul {
  margin-left: 15px;
  margin-right: 15px;
}

.hero .ce_image {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
}

@media (min-width:600px) {

  .content-text,
  .content-headline,
  .mod_rocksolid_slider,
  .cards,
  .nav-boxes,
  .ce_accordion,
  .ce_download,
  .ce_downloads,
  .ce_gallery,
  .ce_image,
  .docu h1,
  .docu h2,
  .docu h3,
  .docu h4,
  .docu h5,
  .docu h6,
  .docu p,
  .docu ol,
  .docu ul {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width:1259px) {

  .content-text,
  .ce_image,
  .content-headline,
  .mod_rocksolid_slider,
  .cards,
  .nav-boxes,
  .ce_accordion,
  .ce_download,
  .ce_downloads,
  .ce_gallery,
  .docu h1,
  .docu h2,
  .docu h3,
  .docu h4,
  .docu h5,
  .docu h6,
  .docu p,
  .docu ol,
  .docu ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .hero .ce_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@media (min-width:960px) {

  .content-text p,
  .content-text h1,
  .content-text h2,
  .content-text h3,
  .content-text h4,
  .content-text h5,
  .content-text h6,
  .content-headline,
  .content-text ul,
  .content-text ol,
  .content-text.book,
  .ce_divider,
  .ce_image,
  .ce_accordion,
  .ce_download,
  .ce_downloads,
  .ce_gallery,
  .docu h1,
  .docu h2,
  .docu h3,
  .docu h4,
  .docu h5,
  .docu h6,
  .docu p,
  .docu ol,
  .docu ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 870px;
  }

  .content-text.introline p {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}

p {
  margin-bottom: 2rem;
}

.contact-container {
  background: var(--convergent-grey-lightest);
  padding: 2rem;
}

@media (max-width:599px) {
  .contact-container {
    padding: 15px;
  }
}

.contact-container .ce_form,
.contact-container .flex-item-container {
  width: 47.5%;
}

.contact-container .ce_form {
  margin-right: 5%;
}

@media (max-width:999px) {

  .contact-container {
    display: block;
  }

  .contact-container .ce_form,
  .contact-container .flex-item-container {
    width: 100%;
  }

  .contact-container .ce_form {
    border-bottom: 1px dotted var(--convergent-grey);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

form .widget {
  margin-bottom: 1rem;
}

form .widget label {
  display: block;
  font-size: 80%;
}

form .widget input,
form .widget textarea {
  display: block;
  width: 100%;
}

form .widget input.text,
form .widget textarea {
  font-family: "Nunito", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

form .widget input.text,
form .widget textarea {
  padding: 1rem;
}

span.mandatory {
  color: var(--convergent-bluegreen);
}

button {
  cursor: pointer;
}

.button a,
button,
a.button {
  font-family: "Nunito", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.button,
button,
a.button {
  background-color: var(--convergent-green);
  border: none;
  color: var(--convergent-white);
  margin-bottom: 0.5rem;
  padding: 0.7rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
}

.button:hover,
button:hover {
  background-color: var(--convergent-bluegreen);
  border: none;
  transition-property: background-color;
  transition-duration: 0.5s;
}

/* Trennlinie */

.ce_divider {
  display: block;
  margin-top: 3.5rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
  width: 100%;
}

.ce_divider hr {
  display: block;
  border: 0;
  border-top: 1px dotted #1f2023;
  height: 1px;
}

/* Footer */

#footer {
  background: var(--convergent-grey-lightest);
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#footer .inside {
  margin: 0 2rem;
  padding: 0 0 2rem 0;
}

@media (min-width:1259px) {
  #footer .inside {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.footer {
  justify-content: space-between;
}

.footer-nav,
.social-media {
  margin-bottom: 1.25rem;
}

@media (max-width:700px) {
  #footer .flex {
    display: block;
  }

  .footer-nav,
  .social-media {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.footer .logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 1rem;
}

.copyright {
  margin: 0;
}

.copyright .content-text {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width:700px) {
  .copyright {
    text-align: center;
    width: 100%;
  }

  .copyright .content-text {
    margin-left: auto;
    margin-right: auto;
  }

}

/* Bilder etc. */

img {
  max-width: 100%;
  height: auto;
}

/* Opt In */

.opt-in-fallback {
  background-color: var(--convergent-grey-lightest);
  border: 2px solid var(--convergent-grey-medium);
  border-radius: 5px;
  margin-bottom: 1rem;
  max-width: 870px;
  padding: 1rem;
  text-align: center;
}

.opt-in-fallback a {
  font-weight: 400 !important;
}

.mod_article .opt-in-fallback {
  margin-left: auto;
  margin-right: auto;
}

.cms-cookie-bar>.cms-container,
.cms-accept-tags>.cms-container {
  border-radius: 5px;
}

/* Bilder */

figure {
  margin-bottom: 2rem;
}

figure img {
  max-width: 100%;
  height: auto;
}

header img.logo {
  height: auto;
  width: 400px;
}

@media (max-width:500px) {
  header img.logo {
    height: auto;
    width: 300;
  }
}

/* NAVIGATIONEN */

/* Links */

a {
  color: var(--convergent-green);
  text-decoration: underline;
}

a:link {
  color: var(--convergent-green);
  text-decoration: underline;
}

a:visited {
  color: var(--convergent-grey);
  text-decoration: underline;
}

a:hover {
  color: var(--convergent-bluegreen);
}

a:focus {
  color: var(--convergent-bluegreen);
}

a:active {
  color: var(--convergent-grey);
}

a:visited:hover {
  color: var(--convergent-green);
  text-decoration: underline;
}

.grey a {
  color: var(--convergent-green);
  text-decoration: none;
}

.grey a:link {
  color: var(--convergent-green);
  text-decoration: none;
}

.grey a:visited {
  color: var(--convergent-grey-lightest);
  text-decoration: underline;
}

.grey a:hover {
  color: var(--convergent-bluegreen);
}

.grey a:focus {
  color: var(--convergent-bluegreen);
}

.grey a:active {
  color: var(--convergent-grey-light);
}

/* Navigationen */

nav a {
  text-transform: uppercase;
  text-decoration: none !important;
}

nav a {
  color: var(--convergent-grey);
}

nav a:link {
  color: var(--convergent-grey);
}

nav a:visited {
  color: var(--convergent-grey);
}

nav a:hover {
  color: var(--convergent-green);
}

nav a:focus {
  color: var(--convergent-green);
}

nav a:active {
  color: var(--convergent-grey);
}


.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-nav ul {
  font-size: 90%;
  font-weight: 700;
}

.main-nav li {
  padding-right: 1rem;
}

.main-nav li.last {
  padding-right: 0;
}

.main-nav .active {
  color: var(--convergent-green);
  text-transform: uppercase;
}

.main-nav {
  display: block;
}

@media (max-width: 600px) {
  .main-nav {
    display: none;
  }
}

/* Mobile Nav */

.mod_mobile_menu,
div.mobile_menu {
  display: none;
}

@media (max-width: 600px) {

  .mod_mobile_menu,
  div.mobile_menu {
    display: block;
  }
}

.mod_mobile_menu {
  position: relative;
  top: 0;
  right: 0;
  z-index: 5000;
}

.mobile_menu {
  cursor: pointer;
  display: block;
  z-index: 5000;
}

.mobile_menu .inner {
  height: 100%;
  overflow-y: auto;
}

.mobile_menu_trigger {
  cursor: pointer;
}

.mobile_menu_trigger .nav-icon {
  cursor: pointer;
  height: 22px;
  position: relative;
  width: 30px;
}

.mobile_menu_trigger .nav-icon span {
  background: var(--convergent-green);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 30px;
}

.mobile_menu_trigger .nav-icon span:nth-child(1) {
  background: var(--convergent-green);
  top: 6px;
}

.mobile_menu_trigger .nav-icon span:nth-child(2) {
  background: var(--convergent-green);
  top: 14px;
}

.mobile_menu_trigger .nav-icon span:nth-child(3) {
  background: var(--convergent-green);
  top: 22px;
}

.mobile_menu_trigger.active .nav-icon span:nth-child(1) {
  background: var(--convergent-bluegreen);
  top: 14px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mobile_menu_trigger.active .nav-icon span:nth-child(2) {
  display: none;
}

.mobile_menu_trigger.active .nav-icon span:nth-child(3) {
  background: var(--convergent-bluegreen);
  top: 14px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.mobile_menu_overlay {
  background: rgba(255, 255, 255, 0.8) !important;
}

.mobile_menu .inner {
  background: var(--convergent-green);
  height: 100%;
  padding-top: 2rem;
  overflow-y: auto;
}

.mobile_menu nav {
  font-size: 120%;
  line-height: 1.5;
}

.mobile_menu ul {
  text-align: left;
  text-transform: uppercase;
}

.mobile_menu .level_2 li {
  border-bottom: 0;
  text-transform: none;
}

.mobile_menu li {
  border-bottom: 1px dotted var(--convergent-white);
  float: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mobile_menu .mobile-nav-start li.first {
  border-top: 1px dotted #ffffff;
}

.mobile_menu a,
.mobile_menu a:visited,
.mobile_menu a:hover,
.mobile_menu a:active {
  display: block;
  text-decoration: none;
}

.mobile_menu li.active a,
.mobile_menu li.active span {
  display: block;
}

.mobile_menu li.active strong {
  font-weight: 700;
}

.mobile_menu a,
.mobile_menu a:link,
.mobile_menu a:visited {
  color: var(--convergent-white);
}

.mobile_menu a:hover {
  color: var(--convergent-grey);
}

.mobile_menu a:active {
  color: var(--convergent-bluegreen);
}

/* Einrückungen mobile menu */
.mobile_menu .level_1 a,
.mobile_menu .level_1 strong {
  padding-left: 15px;
}

.mobile_menu .level_2 a,
.mobile_menu .level_2 strong {
  padding-left: 30px;
}

.mobile_menu .level_3 a,
.mobile_menu .level_3 strong {
  padding-left: 50px;
}

.mobile_menu .level_4 a,
.mobile_menu .level_4 strong {
  padding-left: 70px;
}

/* Footer Nav */

@media (max-width:374px) {
  .footer-nav {
    margin-bottom: 0;
  }

  .footer-nav nav {
    display: none;
  }
}

.footer-nav ul {
  display: flex;
  justify-content: center;
}

.footer-nav ul {
  font-weight: 400;
}

.footer-nav li {
  padding-right: 2rem;
}

.footer-nav li:last-of-type {
  padding-right: 0;
}

.footer-nav .active {
  color: var(--convergent-green);
  font-weight: 400;
  text-transform: uppercase;
}

.copyright {
  border-top: 1px dotted var(--convergent-grey);
  padding-top: 3rem;
}

.social-media h5 {
  font-weight: 300;
  font-size: 1rem;
}

.social-media li {
  display: inline-block;
}

.social-media span {
  border: 0 none;
  clip: rect(0px, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.social-media .xing a::before {
  content: url("../systemgrafiken/xing.svg");
}

.social-media .linkedin a::before {
  content: url("../systemgrafiken/linkedin.svg");
}

.social-media .instagram a::before {
  content: url("../systemgrafiken/instagram.svg");
}

.social-media .facebook a::before {
  content: url("../systemgrafiken/facebook.svg");
}

.social-media a::before {
  display: block;
  margin: 1rem;
  width: 2rem;
}

.social-media a {
  font-size: 0;
}

.social-media a:first-of-type::before {
  margin-left: 0;
}

.social-media .xing a:hover::before {
  content: url("../systemgrafiken/xing-hover.svg");
}

.social-media .linkedin a:hover::before {
  content: url("../systemgrafiken/linkedin-hover.svg");
}

.social-media .instagram a:hover::before {
  content: url("../systemgrafiken/instagram-hover.svg");
}

.social-media .facebook a:hover::before {
  content: url("../systemgrafiken/facebook-hover.svg");
}

/* HILFSKLASSEN */

/* convergent */

/* Hilfsklassen */

.invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}