/*
####################################################
Title: Stylsheet for Koerpernorm WebPage
Autor: Divine Pictures
Date: 2023-04-07
####################################################
*/

/***************************/
/* Loading fonts from file */
/***************************/

@font-face {
  font-family: "dpThinFont";
  src: url("../../assets/fonts/UniversLTStd57Condensed.otf");
}

@font-face {
  font-family: "dpBasicFont";
  src: url("../../assets/fonts/UniversLTStd67BoldCondensed.otf");
}

@font-face {
  font-family: "dpHeaderFont";
  src: url("../../assets/fonts/UniversLTStd75Black.otf");
}

:root {
  /* Project CD */
  /* Colors Koerpernorm*/

  --dp-color-OrangeKoerpernorm: #f49611;

  /* Colors CD  alle firmen*/

  --dp-color-CompanyBlue: #0556a3;
  --dp-color-CompanyGrayDark: #4d4d4d;
  --dp-color-CompanyGray: #686867;
  --dp-color-CompanyGrayLight: #e9e5e5;
  --dp-color-CompanyBlack: #000000;

  --dp-color-background: rgb(255, 255, 255) !important ;
  --dp-color-navbar-background: var(--dp-color-CompanyGrayLight) !important ;

  --dp-color-highlight-master: #0055a5 !important ;
  --dp-color-highlight-follow: #0156a5 !important ;
  --dp-color-highlight-hover: #d0cfcf !important ; /* hover for career-cards*/

  --dp-color-backgroundsection1: #dbdcde; /* header */

  --dp-color-backgroundsection8: #ebebeb; /* adrresse */
  --dp-color-backgroundsection9: #878787; /* footer */

  --dp-color-Icon: var(--dp-color-backgroundsection1);
  --dp-color-TextBright: var(--dp-color-backgroundsection3);
  --dp-color-TextWhite: #ffffff;

  /* Fonts */

  --dp-Font_Company_small: "dpThinFont";
  --dp-Font_Company_mid: "dpBasicFont";
  --dp-Font_Company_big: "dpHeaderFont";

  --dp-bootstrap: var(--dp-Font_Company_mid);
  --dp-bootstrap-mono: var(--dp-Font_Company_mid);

  --dp-HeaderHeight: 100px; /* ORange Cricle widht height var */
  --dp-box-size: 100px;
}

html {
  scroll-padding-top: 76px; /* Fixing scroll postion at nav links */
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: var(--dp-color-background);
  font-family: var(--dp-Font_Company_mid);
}

.MasterBox {
  width: 100%;
  padding: 0px 140px; /* Change together with box and section_Fix_1 left right wifth cal */
  background-color: var(--dp-color-background);
}

.box {
  width: 100%;
  padding: 0px calc(var(--dp-box-size) + 100% * 0.1);
}

.boxNoPadding {
  width: 100%;
  padding: 0px 0px;
}

.NoPadding {
  padding: 0px 0px;
}

.SmallPadding {
  padding: 10px 10px;
}

.TopPadding {
  margin-top: 80px;
}
.FullWidth {
  width: 100%;
}

.OverlayContainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "overlap";
  height: auto;
  width: 100%;
}

.BackDroundDesignArea {
  background-color: transparent;
  height: auto;
  width: 100%;
  grid-area: overlap;
}

.ContentArea {
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  grid-area: overlap;
}

.fixedColWidth {
  width: calc(100px + 100vw * 0.15);
}

/* Fix Background and Sections */

.section-1 {
  height: 100vh;
}

.parallax {
  height: 100vh;
  background: var(--dp-color-background);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100%;
  background-size: contain;
  padding: 0px 0px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax img {
  position: absolute;
  top: 0;
  left: 0;
}

.section-2 {
  background: var(--dp-color-background);
  min-height: 30vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-3 {
  top: 120px;
  background: var(--dp-color-background);
  min-height: 30vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-4 {
  top: 240px;
  background: var(--dp-color-background);
  min-height: 20vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-5 {
  top: 340px;
  background: var(--dp-color-background);
  min-height: 85vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-6 {
  top: 340px;
  background: var(--dp-color-background);
  min-height: 20vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-7 {
  top: 320px;
  background: var(--dp-color-background);
  min-height: 20vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-9 {
  top: 420px;
  background: var(--dp-color-OrangeKoerpernorm);

  height: 90px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-Legal {
  top: 0px;
  background: var(--dp-color-background);
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-career {
  background: var(--dp-color-background);
  min-height: 30vh;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.HeaderCard {
  background: transparent;
  border-style: none;
  z-index: 100;

  /*  transform: scale(0.5, 1) ; */
}

.HeaderCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--dp-HeaderHeight);
  height: var(--dp-HeaderHeight);
  background: var(--dp-color-background);
  border-color: var(--dp-color-OrangeKoerpernorm);
  border-style: solid;
  border-radius: 50%;
}

.content {
  background: transparent;
  white-space: nowrap;
  margin: calc(var(--dp-HeaderHeight) / 4);
  padding: 0px 0px;
  text-align: left;
  line-height: calc(var(--dp-HeaderHeight) / 2);
  z-index: 2;
}

.content span {
  border: var(--dp-color-background);
  border-style: solid;

  background: var(--dp-color-background);
  color: var(--dp-color-CompanyBlue);
  font-family: var(--dp-Font_Company_small);
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  justify-content: center;
  align-items: center;
}

.ContentBlock {
  margin-top: 30px;
  background: transparent;
  color: var(--dp-color-CompanyGray);
  font-family: var(--dp-Font_Company_mid);
  font-size: 26px;
  font-weight: lighter;
}

.upper {
  text-transform: uppercase;
}
.ContentBlockSub {
  margin-top: 40px;

  background: transparent;
  color: var(--dp-color-OrangeKoerpernorm);
  font-family: var(--dp-Font_Company_small);
  font-size: 26px;
  font-weight: lighter;
}

.ContentBlockText {
  margin-top: 40px;
  background: transparent;
  color: var(--dp-color-CompanyGrayDark);
  font-family: var(--dp-Font_Company_small);
  font-size: 24px;
}

.SubHeadline {
  color: var(--dp-color-CompanyBlue);
  font-family: var(--dp-Font_Company_mid);
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.SubHeadlineOrange {
  color: var(--dp-color-OrangeKoerpernorm);
  font-family: var(--dp-Font_Company_big);
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.SubHeadlineCarrer {
  color: var(--dp-color-OrangeKoerpernorm);
  font-family: var(--dp-Font_Company_big);
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}
.SubHeadlineKoerpernorm {
  color: var(--dp-color-CompanyBlue);
  font-family: var(--dp-Font_Company_big);
  font-size: 32px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0cqw;
}
.SubHeadlineKoerpernormThin {
  color: var(--dp-color-CompanyBlue);
  font-family: var(--dp-Font_Company_small);
  font-size: 32px;
  font-weight: bolder;
  text-align: center;
}
.Story {
  color: var(--dp-color-CompanyGray);
  font-family: var(--dp-Font_Company_small);
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.StoryCarrer {
  color: var(--dp-color-CompanyGray);
  font-family: var(--dp-Font_Company_small);
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
.StoryOrange {
  color: var(--dp-color-OrangeKoerpernorm);
  font-family: var(--dp-Font_Company_small);
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.StoryCareerOffset {
  margin-left: 80px;
}

.CircleBlue {
  left: 150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;

  background-color: var(--dp-color-CompanyBlue);
}

.StoryAdressOffset {
  margin-top: 30px;
  margin-left: 30px;
}

.AdressOffset {
  margin-top: 30px;
}

.CircleYellow {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;

  background-color: var(--dp-color-OrangeKoerpernorm);
}

.CircleContent {
  margin-top: 80px;
  margin-left: 80px;

  width: 260px;
  height: 260px;
}

.CircleContentYellow {
  margin-top: 80px;
  margin-left: 80px;

  width: 260px;
  height: 260px;
}

.CircleContentHeader {
  color: #ffffff;
  font-family: var(--dp-Font_Company_big);
  font-size: 34px;
  line-height: 96%;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.CircleContentText {
  color: #ffffff;
  font-family: var(--dp-Font_Company_small);
  font-size: 26px;
  line-height: 96%;
  font-weight: normal;
  text-align: left;
}

.CirleLink {
  color: #ffffff;
  line-height: 90%;
  font-family: var(--dp-Font_Company_small);
  font-size: 26px;
  font-weight: normal;
  text-align: left;
}
.CirleLink:hover {
  color: var(--dp-color-OrangeKoerpernorm);
}
.CircleContentYellowHeader {
  color: #ffffff;
  font-family: var(--dp-Font_Company_big);
  font-size: 30px;
  line-height: 96%;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
.CircleContentYellowText {
  color: #ffffff;
  font-family: var(--dp-Font_Company_small);
  font-size: 24px;
  line-height: 96%;
  font-weight: normal;
  text-align: left;
}

.iconorange {
  color: var(--dp-color-OrangeKoerpernorm);
}

.adessetxt {
  color: var(--dp-color-CompanyGray);
  font-family: var(--dp-Font_Company_small);
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.legal {
  color: #ffffff;
  font-family: var(--dp-Font_Company_small);
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

a:link {
  color: #ffffff;
  line-height: 90%;
  font-family: var(--dp-Font_Company_small);

  font-weight: normal;
  text-align: left;
}

a:hover {
  color: var(--dp-color-CompanyGray);
}

a:visited {
  color: #ffffff;
}

a:active {
  color: var(--dp-color-CompanyBlack);
}
.adessetxt a {
  color: var(--dp-color-CompanyGray);
  font-family: var(--dp-Font_Company_small);
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
.LegalLink a:link {
  color: var(--dp-color-CompanyBlue);
  line-height: 90%;
  font-family: var(--dp-Font_Company_small);

  font-weight: normal;
  text-align: left;
}

.LegalLink a:hover {
  color: var(--dp-color-CompanyGray);
}

.LegalLink a:visited {
  color: #ffffff;
}

.LegalLink a:active {
  color: var(--dp-color-CompanyBlack);
}

/* List of Career Elements */
.Career-Card {
  margin: 0 px;
  padding: 20px;
  cursor: pointer;
  border: var(--dp-color-CompanyGray) solid 1px;
  border-style: solid;
  border-radius: 20px;
}
.Career-Card:hover {
  background-color: var(--dp-color-highlight-hover);
  border-color: transparent;
}

.CarreerHeading {
  color: #0556a3;
}

/* Overlay Career Element */
.full-screen {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999991;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.flex-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.CarrerOverlayWrap {
  max-width: 90%;
  height: 90%;
  margin: auto;
  padding: 40px;
  background: #fff;
  margin-top: 60px;
  border-radius: 20px;
  overflow-y: auto;
}

.CareerButton {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
  outline: none;
  border: 1px solid gray;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;

  font-size: 16px;
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
  background: var(--dp-color-OrangeKoerpernorm);
  border: 1 px solid var(--dp-color-OrangeKoerpernorm);
  border-radius: 20px;
}

.CareerButton:hover {
  background: var(--dp-color-CompanyBlue);
}

.CarreerStory {
  color: var(--dp-color-CompanyGray);
  font: var(--dp-Font_Company_small);
  font-weight: normal;
  text-align: left;
}

.CarreerStory li {
  line-height: normal;
  padding-top: 10px;
  font-size: smaller;
}

.dottedLineYellow {
  border: 0;
  border-top: 4px dotted var(--dp-color-OrangeKoerpernorm);
  background: none;
  opacity: 1;
  width: 80%;
}
.dottedLineBlue {
  border: 0;
  border-top: 4px dotted var(--dp-color-CompanyBlue);
  background: none;
  opacity: 1;
  width: 80%;
}
/* Text layout Grid */

/*
####################################################
M E D I A  Q U E R I E S
####################################################

  
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 5 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Default  Phones Portrait*/

:root {
  --dp-HeaderHeight: 65px;
  --dp-box-size: 0px;
}

.MasterBox {
  width: 100%;
  padding: 0px 0px; /* Change together with box and section_Fix_1 left right wifth cal */
}

.HeaderCard {
  width: 70%;
}
.content span {
  font-size: 20px;
}

.ContentBlock {
  font-size: 18px;
}

.ContentBlockSub {
  font-size: 18px;
}

.ContentBlockText {
  font-size: 16px;
}

.SubHeadline {
  font-size: 22px;
}
.Story {
  font-size: 16px;
}

.StoryCareerOffset {
  margin-top: 0px;
  margin-left: 00px;
}

.SubHeadlineCarrer {
  font-size: 20px;
}

.StoryCarrer {
  font-size: 16px;
}

.CircleBlue {
  margin-left: -190px;
  margin-top: 0px;
  width: 230px;
  height: 230px;
}

.CircleContent {
  margin-top: 20px;
  margin-left: 60px;

  width: 140px;
  height: 220px;

  /*  background-color: rgb(80, 255, 92); */
}

.CircleContentHeader {
  font-size: 24px;
}
.CircleContentText {
  font-size: 18px;
}
.CircleLink {
  font-size: 14px;
}

.CircleMarginTop {
  margin-top: 70px;
}

.CircleYellow {
  width: 280px;
  height: 280px;
  margin-right: -50px;
}
.CircleContentYellow {
  margin-top: 40px;
  margin-left: 40px;

  width: 210px;
  height: 220px;

  /*  background-color: coral; */
}
.CircleContentYellowHeader {
  font-size: 26px;
}
.CircleContentYellowText {
  font-size: 20px;
}

.SubHeadlineKoerpernorm {
  font-size: 24px;
}
.SubHeadlineKoerpernormThin {
  font-size: 24px;
}

.StoryOrange {
  font-size: 16px;
}

.adessetxt {
  font-size: 16px;
}
.adessetxt a {
  font-size: 16px;
}
.AdditionAdressOffset {
  margin-left: 0px;
}

.SubHeadlineOrange {
  font-size: 16px;
}

.StoryAdressOffset {
  margin-top: 70px;
  margin-left: 0px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  :root {
    --dp-HeaderHeight: 65px;
    --dp-box-size: 40px;
  }

  .MasterBox {
    width: 100%;
    padding: 0px 0px; /* Change together with box and section_Fix_1 left right wifth cal */
  }

  .HeaderCard {
    width: 50%;
  }
  .content span {
    font-size: 20px;
  }

  .ContentBlock {
    font-size: 18px;
  }

  .ContentBlockSub {
    font-size: 18px;
  }

  .ContentBlockText {
    font-size: 16px;
  }

  .SubHeadline {
    font-size: 22px;
  }
  .Story {
    font-size: 16px;
  }

  .StoryCareerOffset {
    margin-top: 0px;
    margin-left: 00px;
  }

  .SubHeadlineCarrer {
    font-size: 20px;
  }

  .StoryCarrer {
    font-size: 16px;
  }

  .CircleBlue {
    margin-left: -240px;
    margin-top: 0px;
    width: 230px;
    height: 230px;
  }

  .CircleContent {
    margin-top: 20px;
    margin-left: 60px;

    width: 140px;
    height: 220px;

    /*  background-color: rgb(80, 255, 92); */
  }

  .CircleContentHeader {
    font-size: 24px;
  }
  .CircleContentText {
    font-size: 18px;
  }
  .CircleLink {
    font-size: 14px;
  }

  .CircleMarginTop {
    margin-top: 70px;
  }

  .CircleYellow {
    width: 280px;
    height: 280px;
    margin-left: 130px;
  }
  .CircleContentYellow {
    margin-top: 30px;
    margin-left: 50px;

    width: 210px;
    height: 220px;

    /*  background-color: coral; */
  }
  .CircleContentYellowHeader {
    font-size: 26px;
  }
  .CircleContentYellowText {
    font-size: 20px;
  }

  .SubHeadlineKoerpernorm {
    font-size: 24px;
  }
  .SubHeadlineKoerpernormThin {
    font-size: 24px;
  }

  .StoryOrange {
    font-size: 16px;
  }

  .adessetxt {
    font-size: 16px;
  }
  .adessetxt a {
    font-size: 16px;
  }
  .AdditionAdressOffset {
    margin-left: 0px;
  }

  .SubHeadlineOrange {
    font-size: 16px;
  }

  .StoryAdressOffset {
    margin-top: 70px;
    margin-left: 0px;
  }
}

/* Medium devices (tablets - iphone max landscape, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  :root {
    --dp-HeaderHeight: 70px;
    --dp-box-size: 65px;
  }

  .MasterBox {
    width: 100%;
    padding: 0px 0px; /* Change together with box and section_Fix_1 left right wifth cal */
  }

  .HeaderCard {
    width: 100%;
  }
  .content span {
    font-size: 22px;
  }

  .ContentBlock {
    font-size: 20px;
  }

  .ContentBlockSub {
    font-size: 20px;
  }

  .ContentBlockText {
    font-size: 20px;
  }

  .SubHeadline {
    font-size: 23px;
  }
  .Story {
    font-size: 18px;
  }

  .StoryCareerOffset {
    margin-top: 00px;
    margin-left: 50px;
  }

  .SubHeadlineCarrer {
    font-size: 22px;
  }

  .StoryCarrer {
    font-size: 19px;
  }

  .CircleBlue {
    margin-left: 160px;
    margin-top: 00px;
    width: 270px;
    height: 270px;
  }

  .CircleContent {
    margin-top: 28px;

    width: 200px;
    height: 200px;

    /*  background-color: rgb(80, 255, 92); */
  }

  .CircleContentHeader {
    font-size: 28px;
  }
  .CircleContentText {
    font-size: 20px;
  }
  .CircleLink {
    font-size: 20px;
  }

  .CircleMarginTop {
    margin-top: -20px;
  }

  .CircleYellow {
    width: 230px;
    height: 230px;
    margin-left: 250px;
  }
  .CircleContentYellow {
    margin-top: 25px;
    margin-left: 32px;

    width: 180px;
    height: 160px;

    /* background-color: coral; */
  }
  .CircleContentYellowHeader {
    font-size: 23px;
  }
  .CircleContentYellowText {
    font-size: 18px;
  }

  .SubHeadlineKoerpernorm {
    font-size: 23px;
  }
  .SubHeadlineKoerpernormThin {
    font-size: 23px;
  }

  .StoryOrange {
    font-size: 18px;
  }

  .adessetxt {
    font-size: 16px;
  }
  .adessetxt a {
    font-size: 16px;
  }
  .AdditionAdressOffset {
    margin-left: 00px;
  }

  .SubHeadlineOrange {
    font-size: 20px;
  }

  .StoryAdressOffset {
    margin-top: 20px;
    margin-left: 40px;
  }

  .legal {
    font-size: 16px;
  }
}

/* Large devices (desktops , ipad mini landscape, ipad landscape, ipad pro 12.9 portait, 992px and up) */

@media (min-width: 992px) {
  :root {
    --dp-HeaderHeight: 80px;
    --dp-box-size: 50px;
  }

  .MasterBox {
    width: 100%;
    padding: 0px 0px; /* Change together with box and section_Fix_1 left right wifth cal */
  }

  .HeaderCard {
    width: 100%;
  }
  .content span {
    font-size: 24px;
  }

  .ContentBlock {
    font-size: 22px;
  }

  .ContentBlockSub {
    font-size: 23px;
  }

  .ContentBlockText {
    font-size: 22px;
  }

  .SubHeadline {
    font-size: 26px;
  }
  .Story {
    font-size: 20px;
  }

  .StoryCareerOffset {
    margin-top: 50px;
    margin-left: 110px;
  }

  .SubHeadlineCarrer {
    font-size: 26px;
  }

  .StoryCarrer {
    font-size: 20px;
  }

  .CircleBlue {
    margin-left: 0px;
    margin-top: 0px;
    width: 310px;
    height: 310px;
  }

  .CircleContent {
    margin-top: 30px;
    margin-left: 70px;

    width: 240px;
    height: 200px;

    /* background-color: rgb(80, 255, 92); */
  }

  .CircleContentHeader {
    font-size: 30px;
  }
  .CircleContentText {
    font-size: 22px;
  }
  .CircleLink {
    font-size: 22px;
  }

  .CircleMarginTop {
    margin-top: 70px;
  }

  .CircleYellow {
    width: 270px;
    height: 270px;
    margin-left: 50px;
  }
  .CircleContentYellow {
    margin-top: 25px;
    margin-left: 32px;

    width: 220px;
    height: 220px;

    /* background-color: coral; */
  }
  .CircleContentYellowHeader {
    font-size: 28px;
  }
  .CircleContentYellowText {
    font-size: 20px;
  }

  .SubHeadlineKoerpernorm {
    font-size: 26px;
  }
  .SubHeadlineKoerpernormThin {
    font-size: 26px;
  }

  .StoryOrange {
    font-size: 20px;
  }

  .adessetxt {
    font-size: 16px;
  }
  .adessetxt a {
    font-size: 16px;
  }
  .AdditionAdressOffset {
    margin-left: 0px;
  }

  .SubHeadlineOrange {
    font-size: 20px;
  }

  .StoryAdressOffset {
    margin-top: 20px;
    margin-left: 40px;
  }

  .legal {
    font-size: 16px;
  }
}
/* Extra large devices (large desktops, ipad pro 12.9 landscape 1200px and up) */

@media (min-width: 1200px) {
  :root {
    --dp-HeaderHeight: 85px;
    --dp-box-size: 60px;
  }

  .MasterBox {
    width: 100%;
    padding: 0px 0px; /* Change together with box and section_Fix_1 left right wifth cal */
  }

  .HeaderCard {
    width: 100%;
  }
  .content span {
    font-size: 26px;
  }

  .ContentBlock {
    font-size: 24px;
  }

  .ContentBlockSub {
    font-size: 26px;
  }

  .ContentBlockText {
    font-size: 24px;
  }

  .SubHeadline {
    font-size: 28px;
  }
  .Story {
    font-size: 21px;
  }

  .StoryCareerOffset {
    margin-top: 50px;
    margin-left: 110px;
  }

  .SubHeadlineCarrer {
    font-size: 28px;
  }

  .StoryCarrer {
    font-size: 22px;
  }

  .CircleBlue {
    margin-left: 30px;
    margin-top: 0px;
    width: 310px;
    height: 310px;
  }

  .CircleContent {
    margin-top: 30px;
    margin-left: 60px;

    width: 240px;
    height: 200px;

    /* background-color: rgb(80, 255, 92); */
  }

  .CircleContentHeader {
    font-size: 32px;
  }
  .CircleContentText {
    font-size: 24px;
  }
  .CircleLink {
    font-size: 24px;
  }

  .CircleMarginTop {
    margin-top: 70px;
  }

  .CircleYellow {
    width: 370px;
    height: 370px;
    margin-left: 250px;
  }
  .CircleContentYellow {
    margin-top: 40px;
    margin-left: 60px;

    width: 260px;
    height: 260px;

    /* background-color: coral; */
  }
  .CircleContentYellowHeader {
    font-size: 34px;
  }
  .CircleContentYellowText {
    font-size: 28px;
  }

  .SubHeadlineKoerpernorm {
    font-size: 28px;
  }
  .SubHeadlineKoerpernormThin {
    font-size: 28px;
  }

  .StoryOrange {
    font-size: 20px;
  }

  .adessetxt {
    font-size: 18px;
  }
  .adessetxt a {
    font-size: 18px;
  }
  .AdditionAdressOffset {
    margin-left: 0px;
  }

  .SubHeadlineOrange {
    font-size: 21px;
  }

  .StoryAdressOffset {
    margin-top: -270px;
    margin-left: 40px;
  }

  .legal {
    font-size: 16px;
  }
}

/* Extra extra large devices (extra large desktops, 1400px and up) */

@media (min-width: 1400px) {
  :root {
    --dp-HeaderHeight: 95px;
    --dp-box-size: 0px;
  }

  .MasterBox {
    width: 100%;
    padding: 0px 0px; /* Change together with box and section_Fix_1 left right wifth cal */
  }

  .HeaderCard {
    width: 100%;
  }
  .content span {
    font-size: 40px;
  }

  .ContentBlock {
    font-size: 26px;
  }

  .ContentBlockSub {
    font-size: 28px;
  }

  .ContentBlockText {
    font-size: 26px;
  }

  .SubHeadline {
    font-size: 26px;
  }
  .Story {
    font-size: 18px;
  }

  .StoryCareerOffset {
    margin-top: 50px;
    margin-left: 320px;
  }

  .SubHeadlineCarrer {
    font-size: 36px;
  }

  .StoryCarrer {
    font-size: 26px;
  }

  .CircleBlue {
    margin-left: 130px;
    margin-top: 0px;
    width: 460px;
    height: 460px;
  }

  .CircleContent {
    margin-top: 80px;
    margin-left: 80px;

    width: 380px;
    height: 300px;

    /*  background-color: rgb(80, 255, 92); */
  }

  .CircleContentHeader {
    font-size: 36px;
  }
  .CircleContentText {
    font-size: 32px;
  }
  .CircleLink {
    font-size: 32px;
  }

  .CircleMarginTop {
    margin-top: 70px;
  }

  .CircleYellow {
    width: 470px;
    height: 470px;
    margin-left: 150px;
  }
  .CircleContentYellow {
    margin-top: 80px;
    margin-left: 90px;

    width: 360px;
    height: 360px;

    /* background-color: coral; */
  }
  .CircleContentYellowHeader {
    font-size: 36px;
  }
  .CircleContentYellowText {
    font-size: 30px;
  }

  .SubHeadlineKoerpernorm {
    font-size: 32px;
  }
  .SubHeadlineKoerpernormThin {
    font-size: 32px;
  }

  .StoryOrange {
    font-size: 22px;
  }

  .adessetxt {
    font-size: 20px;
  }
  .adessetxt a {
    font-size: 20px;
  }
  .AdditionAdressOffset {
    margin-left: 0px;
  }

  .SubHeadlineOrange {
    font-size: 21px;
  }

  .StoryAdressOffset {
    margin-top: -270px;
    margin-left: 40px;
  }

  .legal {
    font-size: 16px;
  }
}
@media (min-width: 1750px) {
  .SubHeadline {
    font-size: 30px;
  }
  .Story {
    font-size: 22px;
  }
}

@media (min-width: 2200px) {
  :root {
    --dp-HeaderHeight: 110px;
    --dp-box-size: 140px;
  }

  .MasterBox {
    width: 100%;
    padding: 0px 0px; /* Change together with box and section_Fix_1 left right wifth cal */
  }

  .HeaderCard {
    width: 100%;
  }
  .content span {
    font-size: 44px;
  }

  .ContentBlock {
    font-size: 28px;
  }

  .ContentBlockSub {
    font-size: 30px;
  }

  .ContentBlockText {
    font-size: 28px;
  }

  .SubHeadline {
    font-size: 32px;
  }
  .Story {
    font-size: 23px;
  }

  .StoryCareerOffset {
    margin-top: 50px;
    margin-left: 320px;
  }

  .SubHeadlineCarrer {
    font-size: 40px;
  }

  .StoryCarrer {
    font-size: 30px;
  }

  .CircleBlue {
    margin-left: 130px;
    margin-top: 0px;
    width: 550px;
    height: 550px;
  }

  .CircleContent {
    margin-top: 90px;
    margin-left: 90px;

    width: 400px;
    height: 400px;

    /* background-color: rgb(80, 255, 92); */
  }

  .CircleContentHeader {
    font-size: 42px;
  }
  .CircleContentText {
    font-size: 38px;
  }
  .CircleLink {
    font-size: 38px;
  }

  .CircleMarginTop {
    margin-top: 70px;
  }

  .CircleYellow {
    width: 470px;
    height: 470px;
    margin-left: 15 0px;
  }
  .CircleContentYellow {
    margin-top: 80px;
    margin-left: 90px;

    width: 360px;
    height: 360px;

    /* background-color: coral; */
  }
  .CircleContentYellowHeader {
    font-size: 36px;
  }
  .CircleContentYellowText {
    font-size: 30px;
  }

  .SubHeadlineKoerpernorm {
    font-size: 38px;
  }
  .SubHeadlineKoerpernormThin {
    font-size: 38px;
  }

  .StoryOrange {
    font-size: 24px;
  }

  .adessetxt {
    font-size: 20px;
  }
  .adessetxt a {
    font-size: 20px;
  }
  .AdditionAdressOffset {
    margin-left: 0px;
  }

  .SubHeadlineOrange {
    font-size: 24px;
  }

  .StoryAdressOffset {
    margin-top: -270px;
    margin-left: 40px;
  }

  .legal {
    font-size: 16px;
  }
}

/*
####################################################
Silde 
####################################################
*/

.sliderbox {
  display: grid;
  place-items: center;
  width: 100%;
}

.slider {
  height: 250px;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: calc(250px * 10);
  animation: scroll 40s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 5));
  }
}

.slide {
  height: 200px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 15px;
}

.sliderimg {
  width: 100%;
  transition: transfprm 1s;
  padding: 20px;
}

.sliderimg:hover {
  transform: scale(1.2);
}

/*
####################################################
 Text Elements - Appear Animation 
####################################################
*/

.AppearFirst {
  transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in,
    -webkit-transform 400ms ease-in;
  opacity: 0;
}

.AppearSecond {
  transition: opacity 250ms ease-in, -webkit-transform 400 ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in,
    -webkit-transform 400ms ease-in;
  opacity: 0;
}

.AppearFirst.appear,
.AppearSecond.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  animation: AnimatinTextSpacing 700ms;
  animation-fill-mode: forwards;
}

@keyframes AnimatinTextSpacing {
  0% {
    line-height: 200%;
  }
  100% {
    line-height: 90%;
  }
}

/*
####################################################
 Overlay - Career
####################################################
*/

.overlayclosebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
  color: var(--dp-color-TextWhite);
}

.overlayclosebtn:hover {
  color: var(--dp-color-OrangeKoerpernorm);
}
