@font-face {
  font-family: "Open Sans VF";
  src: url("../fonts/opensans/OpenSans-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900; /* erlaubt Gewicht von 100 bis 900 */
  font-stretch: 75% 125%;
  font-style: normal italic;
}
/* Condensed-Regular */
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/opensans/static/OpenSans_Condensed-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Condensed-Bold */
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/opensans/static/OpenSans_Condensed-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "onest";
  src: url("../fonts/onest/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* erlaubt Gewicht von 100 bis 900 */
  font-stretch: 75% 125%;
  font-style: normal italic;
}
html,
body {
  font-family: "Open Sans VF", sans-serif;
  padding: 0;
  margin: 0;
  /*overflow-x: hidden;*/
}
textarea {
  font-family: "Open Sans VF", sans-serif;
  resize: none;
}

:root {
  --heading-font-size: 18px;
  --highlight-font-size: 14px;
  --standard-font-size: 12px;

  --Typography-headline1: 32px;
  --Typography-headline2: 28px;
  --Typography-headline3: 24px;
  --Typography-headline4: 20px;
  --Typography-headline5: 16px;

  --Typography-body1-mobile: 18px;
  --Typography-body1-desktop: 20px;
  --Typography-body3: 16px;
  --Typography-body4: 14px;

  --Typography-link1: 18px;
  --Typography-link2: 14px;
  --bnv_headercolor: #2d1a5b;

  /* font sizes */
  --headline1-mobile: 26px;
  --headline1-tablet: 32px;
  --headline1-desktop: 40px;
  --headline2-mobile: 24px;
  --headline2-desktop: 32px;
  --headline3-mobile: 20px;
  --headline3-desktop: 24px;
  --headline4-mobile: 16px;
  --headline4-desktop: 18px;

  --text-xs: 12px;
  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 18px;
  --text-xl: 20px;

  --body1-mobile: 18px;
  --body1-desktop: 20px;
  --body2-mobile: 16px;
  --body2-desktop: 18px;

  /* border radius sizes */
  --radius-xs: 5px;
  --radius-sm: 10px;
  --radius-md: 15px;
  --radius-lg: 20px;
  --radius-xl: 30px;

  /* general color names - use https://www.color-name.com to find color name */
  --light-periwinkle: #c5c9dc;
  --plump-purple: #6a3dc4;
  --cardinal: #b91740;
  --russian-violet: #2d1a5b;
  --independence: #474a73;
  --cultured: #f8f5f4;
  --white: #ffffff;
  --isabelline: #f1edea;

  /* text colors */
  --color-text-primary: var(--independence);
  --color-text-secondary: var(--russian-violet);
  --color-text-error: var(--cardinal);
  --color-text-link: var(--plump-purple);
  --color-text-headline: var(--russian-violet);

  /* background colors */
  --color-bg-primary: var(--cultured);
  --color-bg-secondary: var(--isabelline);

  /* border colors */
  --color-border-neutral: var(--light-periwinkle);
  --color-border-primary: var(--white);

  --ColorsEffectsShadowsshadow-lg03: #0a0d120a;
  --ColorsEffectsShadowsshadow-lg02: #0a0d1208;
  --ColorsEffectsShadowsshadow-lg01: #0a0d1214;
}
/*Standard--------------------------------------------------------------------------------------------------------------------------------------------*/
/*Standard--------------------------------------------------------------------------------------------------------------------------------------------*/
.section {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-sizing: border-box;
}
.sec {
  width: min(90vw, 1136px);
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.sectionheader {
  line-height: 55px;
  font-size: 40px;
  color: #1d2433;
  font-weight: 700;
  margin: 0;
}
.smallpaddingtb {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1170px) {
  .sectionheader {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 750px) {
  .sectionheader {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .sectionheader {
    line-height: 36px;
    font-size: 26px;
  }
}
/*Headernologin---------------------------------------------------------------------------------------------------------------------------------------*/
/*Headernologin---------------------------------------------------------------------------------------------------------------------------------------*/
/*Headernologin---------------------------------------------------------------------------------------------------------------------------------------*/
.header {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0rem;
  z-index: 99999;
}
.navbarnologin_logo {
  width: 150px;
  cursor: pointer;
}
.sechead {
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}
.linkwrapper {
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 20px;
}
.navbarnologinlink {
  font-size: 0.9rem;
  text-decoration: none;
  color: #1d2433a6;
  font-weight: bold;
  transition: color 0.4s linear;
}
.nav_rightbox {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 20px;
}
.navbarnologinlink:hover {
  color: #3a296d;
}
.navbarnologinlinkmob {
  font-size: 0.9rem;
  text-decoration: none;
  color: #1d2433a6;
  font-weight: bold;
  transition: color 0.4s linear;
}
.navbarnologinlinkmob:hover {
  color: #3a296d;
}
.navbar_hamwrapper {
  position: relative;
  width: 35px;
  height: 25px;
  display: none;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.4s linear;
  overflow: hidden;
}
.hamstripe {
  position: relative;
  height: 5px;
  width: 100%;
  border-radius: 5px;
  background-color: #3a296d;
  transition: all 0.4s linear;
}
.headerbut {
  color: white;
  background-color: #3a296d;
  padding: 0.8rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  box-sizing: border-box;
  border-radius: 35px;
  cursor: pointer;
  transition: background-color 0.4s linear;
}
.headerbut:hover {
  background-color: #765cc1;
}
.nav_mobmenu {
  overflow: hidden;
  width: 100%;
  background-color: white;
  height: 0px;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
  transition: all 0.4s linear;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  box-sizing: border-box;
}
.nav_mobilelinkbox {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 1000px) {
  .linkwrapper {
    display: none;
  }
  .navbar_hamwrapper {
    display: flex;
  }
  .headerbut {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 14px;
  }
}
@media only screen and (max-width: 650px) {
  .navbarnologin_logo {
    width: 130px;
  }
  .nav_rightbox {
    gap: 10px;
  }
  .hamstripe {
    height: 4px;
  }
}
/*Footernologin---------------------------------------------------------------------------------------------------------------------------------------*/
/*Footernologin---------------------------------------------------------------------------------------------------------------------------------------*/
/*Footernologin---------------------------------------------------------------------------------------------------------------------------------------*/
.sectionfooter {
  position: relative;
  padding: 0;
  margin-top: 10rem;
  min-height: 500px;
  background-color: #3a296d;
}
.secfooter {
  min-height: 500px;
  color: white;
  z-index: 10;
  flex-direction: column;
  position: relative;
}
.footer_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../bilder/index/footer-bg.png);
  background-size: cover;
  background-position: center;
  mix-blend-mode: color-burn;
}
.footer_topboxoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../bilder/index/footer-bg.png);
  background-size: cover;
  background-position: center;
  mix-blend-mode: color-burn;
  border-radius: 35px;
  display: flex;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
}
.footer_topbox {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  transform: translateY(-50%);
  min-height: 200px;
  border-radius: 35px;
  box-sizing: border-box;
  background-color: #f3f0f9;
}
.footer_topbox_content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
}
.footer_topbox_left {
}
.footer_underliner {
  color: #1d2433a6;
  font-weight: bold;
}
.footer_topbox_right {
}
.footer_but {
  background-color: #3a296d;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 35px;
  transition: background-color 0.4s linear;
}
.footer_but:hover {
  background-color: #765cc1;
  cursor: pointer;
}
.footer_contentwrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: flex-start;
}
.footer_smallbox {
  width: 16%;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  align-items: center;
  gap: 10px;
}
.footer_linkidin_logo {
  width: 35px;
  cursor: pointer;
}
.footer_insta_logo {
  width: 35px;
  cursor: pointer;
}
.footer_box {
  width: 28%;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.footer_legalnoticebox {
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 2px solid white;
  display: flex;
  justify-content: flex-start;
  justify-items: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  font-weight: 500;
}
.footer_link {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
.footer_link_mail {
  text-decoration: none;
  color: white;
}
.footer_boxheader {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.footer_contenttext {
  font-size: 14px;
  color: white;
}
.footer_certbox {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 10px;
}
.footer_certpic {
  width: 60px;
}
.footer_ifb {
  width: 185px;
}
.footer_copyright {
  position: absolute;
  margin: 0;
  bottom: 10px;
  width: 100%;
  color: white;
  font-weight: 500;
  text-align: center;
}
/*Status Admin Success/warning/error-------------------------------------------------------------------------------------------------------*/
/*Status Admin Success/warning/error-------------------------------------------------------------------------------------------------------*/
/*Status Admin Success/warning/error-------------------------------------------------------------------------------------------------------*/
.success {
  position: fixed;
  right: -110%;
  top: 20px;
  background-color: #bee3be;
  border-radius: 18px;
  padding: 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 20px;
  animation: status 8s forwards;
  z-index: 999999;
}
.success_box {
}
.success_text {
  margin: 0;
}
.success_statuspic {
}
.error_stat {
  background-color: #ffcdd2;
}
.redtext {
  color: red;
}
@keyframes status {
  0% {
    right: -110%;
  }
  8% {
    right: 30px;
  }
  94% {
    right: 30px;
    top: 20px;
    opacity: 1;
  }
  100% {
    top: 0px;
    opacity: 0;
    right: 30px;
  }
}

/*Mobile Querys----------------------------------------------------------------------------------------------------------------------------*/
/*Mobile Querys----------------------------------------------------------------------------------------------------------------------------*/
/*Mobile Querys----------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .footer_topbox_content {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
  .footer_topbox_left {
    text-align: center;
  }
  .footer_underliner {
    margin: 0;
  }
  .footer_contentwrapper {
    margin-top: 15%;
    margin-bottom: 8%;
    gap: 20px;
    flex-direction: column;
  }
  .footer_lastbox {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
  }
  .footer_legalnoticebox {
    width: 100%;
    gap: 0px;
  }
  .footer_contenttext {
    width: 100%;
    margin: 0;
  }
  .footer_box {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .footer_contentwrapper {
    margin-top: 20%;
    margin-bottom: 12%;
  }
  .footer_head {
    font-size: 22px;
  }
}
@media only screen and (max-width: 700px) {
  .footer_contentwrapper {
    margin-top: 27%;
    margin-bottom: 19%;
  }
}
@media only screen and (max-width: 550px) {
  .footer_lastbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_head {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_topbox_content {
    padding: 8px;
    box-sizing: border-box;
  }
  .footer_underliner {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .footer_contentwrapper {
    margin-top: 42%;
    margin-bottom: 24%;
  }
}
/*Impressum---------------------------------------------------------------------------------------------------------------------------------------*/
/*Impressum---------------------------------------------------------------------------------------------------------------------------------------*/
/*Impressum---------------------------------------------------------------------------------------------------------------------------------------*/
.sec_imp {
  flex-direction: column;
  align-items: flex-start;
}
/*Datenschutz---------------------------------------------------------------------------------------------------------------------------------------*/
/*Datenschutz---------------------------------------------------------------------------------------------------------------------------------------*/
/*Datenschutz---------------------------------------------------------------------------------------------------------------------------------------*/
.sec_dat {
  flex-direction: column;
  align-items: flex-start;
}
/*Fehlerseiten-----------------------------------------------------------------------------------------------------------------------------*/
/*Fehlerseiten-----------------------------------------------------------------------------------------------------------------------------*/
/*Fehlerseiten-----------------------------------------------------------------------------------------------------------------------------*/
/*Status404-----------------------------------------------------------------------------------------------------------------------------*/
.sitw404_wrappe {
  min-height: 11.55vw;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.sec_404 {
  justify-content: flex-start;
}

/* Shared Styles ---------------------------------------------------------------------------------------------------------------------------------------*/
/* Shared Styles ---------------------------------------------------------------------------------------------------------------------------------------*/
/* Shared Styles ---------------------------------------------------------------------------------------------------------------------------------------*/

/* Typography ---------------------------------------------------------------------------------------------------------------------------------------*/
/* Typography ---------------------------------------------------------------------------------------------------------------------------------------*/
/* Typography ---------------------------------------------------------------------------------------------------------------------------------------*/

.headline1 {
  font-size: var(--headline1-mobile);
  color: var(--color-text-headline);
  font-weight: 500;
  margin: 0;
  margin-top: 25px;

  @media only screen and (min-width: 530px) {
    font-size: var(--headline1-tablet);
  }

  @media only screen and (min-width: 900px) {
    font-size: var(--headline1-desktop);
  }
}

.headline2 {
  font-size: var(--headline2-mobile);
  color: var(--color-text-headline);
  font-weight: 500;
  margin: 0;
  margin-top: 25px;

  @media only screen and (min-width: 900px) {
    font-size: var(--headline2-desktop);
  }
}

.headline3 {
  font-size: var(--headline3-mobile);
  color: var(--color-text-headline);
  font-weight: 500;
  margin: 0;

  @media only screen and (min-width: 900px) {
    font-size: var(--headline3-desktop);
  }
}

.headline4 {
  font-size: var(--headline4-mobile);
  color: var(--color-text-headline);
  font-weight: 500;
  margin: 0;

  @media only screen and (min-width: 900px) {
    font-size: var(--headline4-desktop);
  }
}

.body1 {
  font-size: var(--body1-mobile);
  margin: 0;
  color: var(--color-text-secondary);

  @media only screen and (min-width: 900px) {
    font-size: var(--body1-desktop);
  }
}

.body2 {
  font-size: var(--body2-mobile);
  margin: 0;

  @media only screen and (min-width: 900px) {
    font-size: var(--body2-desktop);
  }
}

/* General Button Styles ---------------------------------------------------------------------------------------------------------------------------------------*/
/* General Button Styles ---------------------------------------------------------------------------------------------------------------------------------------*/
/* General Button Styles ---------------------------------------------------------------------------------------------------------------------------------------*/

.button {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  border-radius: 10px;
  gap: 12px;
  cursor: pointer;
  margin: 0 auto;
  padding: 16px 26px;
  box-sizing: border-box;

  .button__text {
    margin: 0;
    font-size: 14px;
  }

  @media only screen and (min-width: 410px) {
    .button__text {
      font-size: 16px;
    }
  }

  .button_icon {
    width: 12px;
  }
}

/* Secondary Button ---------------------------------------------------------------------------------------------------------------------------------------*/
/* Secondary Button ---------------------------------------------------------------------------------------------------------------------------------------*/
/* Secondary Button ---------------------------------------------------------------------------------------------------------------------------------------*/

.button--secondary {
  border: 1px solid #6a3dc4;
  background-color: var(--color-bg-secondary);
  color: #6a3dc4;
}
