@charset "UTF-8";
/*  
Theme Name: Homöopathie Haller-König
Version: Version1
Author: Veronika Sattler
*/
/* 1. Allgemein
--------------------------------------------------------------------------------------------
===============================================================================================*/
.lightblue {
  background: #DDE1F9; }

.middleblue {
  background: #4D648D;
  color: #fefefe; }
  .middleblue h1, .middleblue h2, .middleblue h3, .middleblue a {
    color: #fefefe; }
  .middleblue a {
    text-decoration: underline; }
  .middleblue .button {
    background: #DDE1F9;
    color: #1C2B48;
    border-color: #DDE1F9; }
    .middleblue .button:hover {
      background: none;
      color: #DDE1F9; }
  .middleblue .sans a {
    text-decoration: none; }

.white {
  background: #fefefe; }

/* 1.1 Fonts
--------------------------------------------------------------------------------------------*/
@font-face {
  font-display: swap;
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/figtree-v9-latin-regular.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/figtree-v9-latin-italic.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/figtree-v9-latin-700.woff2") format("woff2"); }
@font-face {
  font-display: swap;
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/figtree-v9-latin-700italic.woff2") format("woff2"); }
/* 1.2 Mixins
--------------------------------------------------------------------------------------------*/
/* 1.4 Allgemein
--------------------------------------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html,
body {
  min-height: 100%; }

body {
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  font-size: 100%;
  color: #535A51;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  hyphens: auto;
  background: #fefefe;
  font-size: 0.98rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }
  body strong {
    font-weight: 700; }
  body.no-scroll {
    overflow: hidden;
    max-height: 100vh; }

button {
  font-size: 100%;
  color: #535A51;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  hyphens: auto; }
  button strong {
    font-weight: 700; }

#main {
  font-size: 1.2rem;
  min-height: 60vh; }
  #main p, #main ul {
    font-size: clamp(1.3rem, 2vw, 1.4rem); }

*:focus:not(:focus-visible) {
  outline: 0 !important; }

*:focus {
  outline: 3px solid #1C2B48;
  outline-offset: 3px; }

#footer *:focus, .level_2 *:focus {
  outline: 3px solid #fefefe; }

.mod_article {
  position: relative;
  clear: both; }

.row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.inside {
  width: 90vw;
  margin: auto; }
  @media only screen and (max-width: 1023px) {
    .inside {
      width: 94vw; } }

.back {
  padding-top: 40px;
  padding-bottom: 100px; }

.flexholder .inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center; }

.flexstretch .inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch; }

.flexholder.start .inside {
  align-items: flex-start; }

.flexholder_special .inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-space {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.flexcenter .inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.invisible {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  background-color: #1C2B48;
  color: #fefefe !important;
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
  transform: translateY(-150%);
  transition: transform 0.3s ease; }

.invisible:focus {
  clip: auto;
  width: auto;
  height: auto;
  transform: translateY(0);
  padding: 2rem;
  display: block; }

.block {
  width: 100%; }

.hidden {
  display: none; }

.screenreader {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* 1.4.1 Abstände
--------------------------------------------------------------------------------------------*/
.pd_80 {
  padding: 80px 0; }
  @media only screen and (max-width: 900px) {
    .pd_80 {
      padding: 80px 0; } }
  @media only screen and (max-width: 479px) {
    .pd_80 {
      padding: 60px 0; } }

.pt_80 {
  padding-top: 80px; }
  @media only screen and (max-width: 900px) {
    .pt_80 {
      padding-top: 80px; } }
  @media only screen and (max-width: 479px) {
    .pt_80 {
      padding-top: 60px; } }

.pt_60 {
  padding-top: 60px; }
  @media only screen and (max-width: 900px) {
    .pt_60 {
      padding-top: 40px; } }
  @media only screen and (max-width: 479px) {
    .pt_60 {
      padding-top: 40px; } }

.pb_60 {
  padding-bottom: 60px; }
  @media only screen and (max-width: 900px) {
    .pb_60 {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 479px) {
    .pb_60 {
      padding-bottom: 40px; } }

.pb_80 {
  padding-bottom: 80px; }
  @media only screen and (max-width: 900px) {
    .pb_80 {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 479px) {
    .pb_80 {
      padding-bottom: 60px; } }

.pt_100 {
  padding-top: 100px; }
  @media only screen and (max-width: 900px) {
    .pt_100 {
      padding-top: 80px; } }
  @media only screen and (max-width: 479px) {
    .pt_100 {
      padding-top: 60px; } }

.pb_100 {
  padding-bottom: 100px; }
  @media only screen and (max-width: 900px) {
    .pb_100 {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 479px) {
    .pb_100 {
      padding-bottom: 60px; } }

.pd_100 {
  padding: 100px 0; }
  @media only screen and (max-width: 900px) {
    .pd_100 {
      padding: 80px 0; } }
  @media only screen and (max-width: 479px) {
    .pd_100 {
      padding: 60px 0; } }

.pd_120 {
  padding: 120px 0; }
  @media only screen and (max-width: 1023px) {
    .pd_120 {
      padding: 100px 0; } }
  @media only screen and (max-width: 900px) {
    .pd_120 {
      padding: 80px 0; } }
  @media only screen and (max-width: 479px) {
    .pd_120 {
      padding: 60px 0; } }

.pd_160 {
  padding: 160px 0; }
  @media only screen and (max-width: 1023px) {
    .pd_160 {
      padding: 140px 0; } }
  @media only screen and (max-width: 900px) {
    .pd_160 {
      padding: 100px 0; } }
  @media only screen and (max-width: 479px) {
    .pd_160 {
      padding: 80px 0; } }

/* 1.5 Link
--------------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #1C2B48;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out; }

a.stretch::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.button {
  font-size: 100%;
  color: #535A51;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  hyphens: auto;
  font-size: 1rem !important;
  position: relative;
  overflow: hidden;
  background: #1C2B48;
  color: #fefefe;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px 20px;
  text-transform: none;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #1C2B48; }
  .button strong {
    font-weight: 700; }
  .button:hover {
    background: #DDE1F9;
    color: #535A51; }

.content-text a {
  text-decoration: underline; }

/* 1.6 Listen 
--------------------------------------------------------------------------------------------*/
ul {
  list-style: none; }

#main ul {
  list-style: none;
  padding-bottom: 1rem;
  padding-left: 20px; }
  #main ul ul {
    padding-left: 0px; }
#main ul li {
  padding-bottom: 6px;
  text-indent: -20px; }
#main ul li:before {
  content: '';
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #4D648D; }
#main .middleblue ul li:before {
  background: #DDE1F9; }

/* 1.7 Typographie
--------------------------------------------------------------------------------------------*/
h1, h2 {
  color: #1C2B48;
  font-size: clamp(2.2rem, 2.7vw, 2.8rem);
  line-height: 1.3;
  font-weight: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #1C2B48;
  width: 100%;
  text-align: center; }

h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  font-weight: normal;
  margin-bottom: 20px;
  color: #1C2B48;
  width: 100%; }

h4 {
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  margin-bottom: 10px;
  color: #1C2B48;
  font-weight: normal; }

p {
  padding-bottom: 1rem; }

/* 1.8 Medien
--------------------------------------------------------------------------------------------*/
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

/* 1.9 Links
--------------------------------------------------------------------------------------------*/
.ce_text a {
  color: #1C2B48;
  text-decoration: underline; }

/* 2. Komponenten
--------------------------------------------------------------------------------------------
==============================================================================================
/* 2.1. Header
--------------------------------------------------------------------------------------------*/
#header {
  position: relative;
  padding: 25px 0; }
  #header .inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center; }
  @media only screen and (max-width: 1279px) {
    #header {
      padding: 20px 0; } }

#logo {
  width: 400px;
  position: relative;
  z-index: 1999; }
  @media only screen and (max-width: 1023px) {
    #logo {
      width: 350px; } }
  @media only screen and (max-width: 900px) {
    #logo {
      width: 290px; } }

/* 2.1.1 Navi
--------------------------------------------------------------------------------------------*/
.navi_main {
  display: block;
  width: auto;
  line-height: 1;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out; }
  @media only screen and (max-width: 1279px) {
    .navi_main {
      background: #1C2B48;
      z-index: 2000;
      position: fixed;
      top: -200%;
      left: 0px;
      padding: 150px 5vw 20px 5vw;
      width: 100%;
      overflow: none; }
      .navi_main.show {
        top: -50px;
        overflow-y: auto;
        bottom: 0px;
        width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .navi_main {
      padding: 150px 3vw 30px 3vw; } }
  .navi_main ul {
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1279px) {
      .navi_main ul {
        display: block; } }
  .navi_main li {
    list-style: none;
    margin-left: 1.3vw; }
    @media only screen and (max-width: 1279px) {
      .navi_main li {
        margin-left: 0;
        position: relative;
        width: 100%;
        display: block;
        padding: 0.8rem 0px;
        margin-left: 0; } }
    @media only screen and (max-width: 900px) {
      .navi_main li {
        font-size: 1.2rem; } }
    .navi_main li.mobile {
      display: none; }
      @media only screen and (max-width: 1279px) {
        .navi_main li.mobile {
          display: block; } }
  .navi_main li:first-child {
    margin-left: auto; }
  .navi_main a, .navi_main strong, .navi_main .opener {
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px; }
    .navi_main a:hover, .navi_main strong:hover, .navi_main .opener:hover {
      background: #DDE1F9; }
    .navi_main a.button_like, .navi_main strong.button_like, .navi_main .opener.button_like {
      font-size: 100%;
      color: #535A51;
      font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      hyphens: auto;
      font-size: 1rem !important;
      position: relative;
      overflow: hidden;
      background: #1C2B48;
      color: #fefefe;
      cursor: pointer;
      border-radius: 30px;
      padding: 10px 20px;
      text-transform: none;
      text-decoration: none !important; }
      .navi_main a.button_like strong, .navi_main strong.button_like strong, .navi_main .opener.button_like strong {
        font-weight: 700; }
      .navi_main a.button_like:hover, .navi_main strong.button_like:hover, .navi_main .opener.button_like:hover {
        background: #DDE1F9;
        color: #535A51; }
      @media only screen and (max-width: 1279px) {
        .navi_main a.button_like, .navi_main strong.button_like, .navi_main .opener.button_like {
          padding: 0;
          text-transform: uppercase;
          font-size: clamp(1.3rem, 3vh, 2.5rem) !important; } }
    .navi_main a.trail, .navi_main strong.trail, .navi_main .opener.trail {
      background: #DDE1F9; }
    @media only screen and (max-width: 1279px) {
      .navi_main a, .navi_main strong, .navi_main .opener {
        padding: 0;
        color: #fefefe;
        font-size: clamp(1.3rem, 3vh, 2.5rem) !important;
        border-radius: 0;
        background: none !important; } }
  .navi_main strong {
    font-weight: normal;
    background: #DDE1F9; }
  .navi_main .opener {
    border: 0;
    background: none; }
  .navi_main .opener::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    top: -4px;
    border-top: 2px solid #1C2B48;
    border-left: 2px solid #1C2B48;
    transform: rotate(-135deg);
    position: relative; }
    @media only screen and (max-width: 1279px) {
      .navi_main .opener::after {
        width: clamp(0.9rem, 1.6vh, 1.4rem);
        height: clamp(0.9rem, 1.6vh, 1.4rem);
        border-color: #fefefe;
        top: -6px; } }
  .navi_main .level_2 {
    margin-top: 46px;
    border-radius: 30px;
    position: absolute;
    z-index: 1000;
    padding: 2rem 0;
    width: 360px;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    max-height: 0;
    opacity: 0;
    background: #1C2B48;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out; }
    @media only screen and (max-width: 1279px) {
      .navi_main .level_2 {
        margin-top: 0px;
        width: 100%;
        position: relative;
        padding: 0;
        top: 0px;
        background: none;
        border-radius: 0; } }
    .navi_main .level_2.show {
      height: auto;
      opacity: 1;
      max-height: 500px;
      visibility: visible;
      padding-top: 20px; }
    .navi_main .level_2 a, .navi_main .level_2 strong {
      position: relative;
      background: none;
      text-transform: none;
      font-weight: normal;
      color: #fefefe;
      padding: 0;
      border-radius: 0;
      padding-left: 24px;
      hyphens: none; }
      .navi_main .level_2 a i:before, .navi_main .level_2 strong i:before {
        position: absolute;
        left: 0;
        content: url("../images/right-arrow.svg");
        display: inline-block;
        width: 12px;
        -webkit-transition: all 0.4s 0s ease-in-out;
        -moz-transition: all 0.4s 0s ease-in-out;
        -o-transition: all 0.4s 0s ease-in-out;
        transition: all 0.4s 0s ease-in-out;
        top: -1px; }
      @media only screen and (max-width: 1279px) {
        .navi_main .level_2 a, .navi_main .level_2 strong {
          font-size: clamp(1rem, 1.8vh, 1.5rem) !important;
          padding-left: 25px !important;
          top: 1px; } }
      .navi_main .level_2 a:hover, .navi_main .level_2 strong:hover {
        background: none;
        color: #DDE1F9;
        padding-left: 32px; }
      @media only screen and (max-width: 1279px) {
        .navi_main .level_2 a, .navi_main .level_2 strong {
          color: #fefefe;
          padding: 0; } }
    .navi_main .level_2 strong {
      color: #DDE1F9; }
      .navi_main .level_2 strong:hover i:before {
        margin-right: 8px; }
    .navi_main .level_2 li {
      margin-left: 0;
      display: block;
      padding: 10px 2rem;
      width: 100%; }
      @media only screen and (max-width: 1279px) {
        .navi_main .level_2 li {
          border: none;
          font-size: 1.1rem;
          padding: 0.3rem 0; } }
      @media only screen and (max-width: 479px) {
        .navi_main .level_2 li {
          font-size: 1rem; } }

/* 2.1.3 Menübutton
--------------------------------------------------------------------------------------------*/
.menu_button {
  position: absolute;
  z-index: 2005;
  width: 40px;
  height: 30px;
  right: 5vw;
  background: none;
  border: none;
  display: none; }
  @media only screen and (max-width: 1279px) {
    .menu_button {
      top: 50%;
      transform: translateY(-50%); } }
  @media only screen and (max-width: 1279px) {
    .menu_button {
      display: block; } }
  @media only screen and (max-width: 1023px) {
    .menu_button {
      right: 3vw; } }
  @media only screen and (max-width: 900px) {
    .menu_button {
      top: 40px; } }
  .menu_button:before, .menu_button:after {
    content: '';
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    margin-top: -10px;
    background: #1C2B48;
    margin-top: -10px;
    transition: margin-top 0.5s linear 0s, background 0.5s linear 0.5s, transform 0.8s linear 0.5s; }
  .menu_button:after {
    margin-top: 10px; }
  .menu_button span {
    width: 25px;
    height: 3px;
    display: block;
    position: absolute;
    background: #1C2B48;
    transition: color 0.5s linear 0s, transform 0.8s linear 0.5s, opacity 0.2s linear 0.5s; }
  .menu_button.show {
    margin-top: -10px; }
    .menu_button.show span {
      opacity: 0;
      transition: color 0.5s linear, transform 0.8s linear 0.5s, opacity 0.2s linear 0.5s;
      background: #fefefe; }
    .menu_button.show:before, .menu_button.show:after {
      width: 40px;
      margin-top: 0;
      transform: rotate(45deg);
      background: #fefefe; }
    .menu_button.show:after {
      width: 40px;
      margin-top: 0;
      transform: rotate(-45deg); }

/* 2.2. Herozone
--------------------------------------------------------------------------------------------*/
.hero {
  margin-bottom: 80px; }
  @media only screen and (max-width: 900px) {
    .hero {
      margin-bottom: 0px; } }
  .hero .textwrap {
    display: flex;
    align-items: center;
    width: 60%; }
    .hero .textwrap h1 {
      text-align: left;
      hyphens: none; }
    @media only screen and (max-width: 1279px) {
      .hero .textwrap {
        width: 48%; } }
    @media only screen and (max-width: 900px) {
      .hero .textwrap {
        width: 100%; } }
  .hero figure {
    width: 35%;
    margin-bottom: -200px; }
    .hero figure img {
      border-top-right-radius: 250px;
      border-top-left-radius: 250px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media only screen and (max-width: 900px) {
        .hero figure img {
          border-bottom-left-radius: 250px;
          border-top-right-radius: 250px;
          border-top-left-radius: 0px !important;
          border-bottom-right-radius: 0px !important; } }
    @media only screen and (max-width: 1279px) {
      .hero figure {
        width: 50%; } }
    @media only screen and (max-width: 900px) {
      .hero figure {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0px; } }

/* 2.3. Teaser
--------------------------------------------------------------------------------------------*/
.teaser {
  position: relative;
  width: 32%; }
  @media only screen and (max-width: 900px) {
    .teaser {
      width: 100%;
      margin-bottom: 30px; } }
  .teaser figure {
    margin-bottom: 30px; }
  .teaser img {
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out; }
    @media only screen and (max-width: 900px) {
      .teaser img {
        border-top-right-radius: 250px;
        border-top-left-radius: 250px; } }
  @media only screen and (max-width: 900px) and (max-width: 900px) {
    .teaser img {
      border-bottom-left-radius: 250px;
      border-top-right-radius: 250px;
      border-top-left-radius: 0px !important;
      border-bottom-right-radius: 0px !important; } }

  .teaser:hover img {
    border-radius: 250px; }
  .teaser.round-left img {
    border-top-left-radius: 250px; }
    @media only screen and (max-width: 900px) {
      .teaser.round-left img {
        border-top-left-radius: 150px; } }
  .teaser.round-right img {
    border-bottom-right-radius: 250px; }
    @media only screen and (max-width: 900px) {
      .teaser.round-right img {
        border-bottom-right-radius: 150px; } }

/* 2.4. CTA
--------------------------------------------------------------------------------------------*/
.cta .inside {
  background: url(../images/bg_image.svg) no-repeat left center; }
  @media only screen and (max-width: 900px) {
    .cta .inside {
      background: none; } }
.cta .textwrap {
  padding: 8rem;
  margin-left: 40%;
  width: 60%;
  border-radius: 400px;
  background: #4D648D;
  color: #fefefe; }
  .cta .textwrap h2 {
    font-size: clamp(1.7rem, 2.5vw, 2.2rem);
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: -0.03rem;
    text-align: left;
    color: #fefefe; }
  @media only screen and (max-width: 1023px) {
    .cta .textwrap {
      margin-left: 25%;
      width: 75%; } }
  @media only screen and (max-width: 900px) {
    .cta .textwrap {
      margin-left: 0;
      width: 100%;
      border-radius: 150px;
      padding: 6rem 3rem; } }
.cta .button {
  background: #DDE1F9;
  color: #1C2B48;
  border-color: #DDE1F9; }
  .cta .button:hover {
    background: none;
    color: #DDE1F9; }

/* 2.5. Text-Bild
--------------------------------------------------------------------------------------------*/
.text-image h2 {
  text-align: left;
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.03rem; }
.text-image .textwrap {
  width: 60%; }
  @media only screen and (max-width: 1279px) {
    .text-image .textwrap {
      width: 48%; } }
  @media only screen and (max-width: 900px) {
    .text-image .textwrap {
      width: 100%; } }
.text-image figure {
  width: 35%; }
  @media only screen and (max-width: 1279px) {
    .text-image figure {
      width: 50%; } }
  @media only screen and (max-width: 900px) {
    .text-image figure {
      width: 100%; } }
.text-image.left-image img {
  border-bottom-right-radius: 250px;
  border-top-left-radius: 250px; }
  @media only screen and (max-width: 900px) {
    .text-image.left-image img {
      border-top-right-radius: 250px;
      border-top-left-radius: 250px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 900px) and (max-width: 900px) {
    .text-image.left-image img {
      border-bottom-left-radius: 250px;
      border-top-right-radius: 250px;
      border-top-left-radius: 0px !important;
      border-bottom-right-radius: 0px !important; } }

.text-image.right-image img {
  border-bottom-left-radius: 250px;
  border-top-right-radius: 250px; }
  @media only screen and (max-width: 900px) {
    .text-image.right-image img {
      margin-top: 30px;
      border-top-right-radius: 250px;
      border-top-left-radius: 250px; } }
  @media only screen and (max-width: 900px) and (max-width: 900px) {
    .text-image.right-image img {
      border-bottom-left-radius: 250px;
      border-top-right-radius: 250px;
      border-top-left-radius: 0px !important;
      border-bottom-right-radius: 0px !important; } }

/* 2.6. Accordion
--------------------------------------------------------------------------------------------*/
.accordion-trigger {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  color: #1C2B48;
  padding-bottom: 10px;
  padding-left: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: none;
  border: none;
  border-bottom: 2px solid #DDE1F9; }
  .accordion-trigger i:before, .accordion-trigger i:after {
    position: absolute;
    left: 0;
    content: '';
    width: 18px;
    height: 2px;
    background: #1C2B48;
    top: 12px;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out; }
  .accordion-trigger i:after {
    transform: rotate(90deg); }
  .accordion-trigger[aria-expanded="true"] i:after {
    transform: rotate(0deg); }

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out; }

.accordion-panel-inner {
  overflow: hidden; }

.accordion-panel[data-state="open"] {
  grid-template-rows: 1fr;
  padding-bottom: 20px; }

/* 2.7. Kontakt
--------------------------------------------------------------------------------------------*/
.tab {
  display: inline-block;
  min-width: 100px; }

.imprint h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: clamp(1.7rem, 2.5vw, 2.2rem);
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.03rem;
  margin-top: 10px; }
.imprint h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  margin-top: 10px;
  text-transform: uppercase; }

/* 2.X. Footer
--------------------------------------------------------------------------------------------*/
#footer {
  background: #1C2B48;
  padding: 80px 0;
  color: #fefefe; }
  #footer h2 {
    color: #fefefe;
    font-size: clamp(1.3rem, 2vw, 1.4rem);
    margin-bottom: 20px;
    text-transform: none;
    text-align: left; }
  #footer nav {
    margin-bottom: 30px; }
  #footer a {
    color: #fefefe; }
    #footer a:hover {
      color: #DDE1F9; }
  #footer figure {
    max-width: 300px;
    margin-bottom: 30px; }
  #footer address {
    font-style: normal; }
  #footer .footer_teaser {
    margin-left: 70px; }
    @media only screen and (max-width: 900px) {
      #footer .footer_teaser {
        margin-left: 0px; } }
  @media only screen and (max-width: 900px) {
    #footer .footer_long.flex-wrap {
      width: 100%;
      justify-content: space-between;
      margin-top: 20px;
      border-top: solid 1px #4D648D;
      padding-top: 20px; } }
