/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: InterRegular;
  src: url(/_next/static/media/InterRegular.5ff9c6da.otf);
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #f2f2f2;
}

:root {
  --ergebnissesingle-gap: 64px;
  --footer-height: 60px;
}


.mainpage {
  width:  100%;
  height: 100%;
}
.mainpage.mainpage-ergebnissesingle {
  padding-bottom: calc(var(--ergebnissesingle-gap) + var(--footer-height));
}
.mainpage.fullheight {
  /* background-color: red; */
  height: 100vh;
}


.textverticalcenter {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
.textverticalcenter.link:hover > p {
  text-decoration: underline;
}

p {
  font-family: InterRegular;
}
p.small10 {
  font-size: 10px;
}
p.smaller {
  font-size: 12px;
}
p.small14 {
  font-size: 14px;
}
p.small {
  font-size: 16px;
}
p.small18 {
  font-size: 18px;
}
p.medium {
  font-size: 24px;
}
p.large {
  font-size: 28px;
}
p.verylarge {
  font-size: 35px;
}
p.bold {
  font-weight: bold;
}
p.white {
  color: white;
}
p.gray {
  color: gray;
}
.plink {
  text-decoration: none;
}
.plink:hover {
  text-decoration: underline;
}
.plink:focus {
  text-decoration: underline;
}

.topbar {
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.topbar-sprache {
  margin-left: 32px;
  height: 21px;
  margin-top: 12px;
  margin-bottom: 12px;
  width: fit-content;
  display: flex;
  flex-direction: row;
}
.topbar-sprachesingle {
  width: auto;
  height: 21px;
  cursor: pointer;
}

.headerbasic {
  width: 100%;
  height: 60px;
  background-color: #063233;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footerbasic {
  width: 100%;
  height: 60px;
  background-color: #063233;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.footerbasic.footersticky {
  position: fixed;
  bottom: 0px;
  left: 0px;
}

.footerdesktoplinks {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}

.footerdesktoplinks-separator {
  color: white;
  margin: 0 6px;
  font-size: 16px;
  line-height: 1;
}


.loginmain {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 20px;
  background-color: #063233;
  height: calc(100vh - 40px);
  display: grid;
  grid-template-columns: 55% 45%;
}



.photocontainer {
  width: 100%;
  height: 100%;
  /* background-color: red; */
  background-image: url("/portioncups.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logininputscontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.logininputscontainer-topbar {
  position: absolute;
  width: calc(100% - 40px);
  height: 40px;
  left: 20px;
  top: 0px;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}
.logininputscontainer-bottombar {
  position: absolute;
  width: calc(100% - 40px);
  height: 40px;
  left: 20px;
  bottom: 0px;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
}

.logininputscontainer-loginorsignupseperator {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  /* background-color: red; */
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.logininputscontainer-loginorsignupseperator-line {
  width: 100%;
  height: 1px;
  background-color: lightgray;
}
.logininputscontainer-loginorsignupseperator-textcontainer {
  width: fit-content;
  margin-left: 16px;
  margin-right: 16px;
  /* background-color: blue; */
  margin-top: -9px;
}

p.logininputstitles {
  margin-left: 15%;
  margin-right: 15%;
}

.textinput.logininputs {
  margin-left: auto;
  margin-right: auto;
  width: calc(70% - 1rem);
  border-radius: 0px;
  background-color: rgba(0,0,0,0);
  color: white;
  border: 1px solid lightgray;
  height: 60px;
}
.textinput.logininputs:focus {
  outline: 1px solid white;
  border: 1px solid white;
}
.signupbutton.loginbutton {
  margin-left: 15%;
  margin-right: auto;
  width: 70%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 16px;
  cursor: pointer;
}
.loginbutton:focus {
  border: 2px solid #2e5388;
  outline: 4px solid #2e5388;
}
.loginputs__helptexts {
  width: 75%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}




.signupmain {
  width: 100%;
  left: 0px;
  top: 105px;
  /* background-color: blue; */
  height: calc(100vh - 165px);
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signupmain > p {
  margin-left: 20%;
}

.textinput-container {
  width: 60%;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.textinput {
  width: 46%;
  height: 44px;
  /* border-radius: 0.5rem; */
  border: 2px solid black;
  padding-left: 0.8rem;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: InterRegular;
}
.textinput.date:not(.profilepage) {
  padding-right: 5px;
  width: calc(46% - 5px);
}
.textinput:focus {
  border: 2px solid #063233;
  outline: 2px solid #063233;
}




.customselect-container {
  position: relative;
  display: inline-block;
  /* background-color: red; */
  width: calc(46% + 4px);
  height: 46px;
  margin-left: 0px;
  /* border-radius: 0.5rem; */
  border: 2px solid black;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0.5rem;
  background-color: white;
}
.customselect {
  width: calc(100% - 0.5rem + 2px);
  height: 44px;
  font-size: 16px;
  font-family: InterRegular;
  cursor: pointer;
  margin-left: -0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.8rem;
  /* border-radius: 0.5rem; */
}
.customselect:focus {
  border: 2px solid #063233;
  outline: 2px solid #063233;
}
.customselect-options {
  border: 2px solid lightgray;
  border-radius: 0.5rem;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  background: white;
  z-index: 1000;
  width: 46%;
}
.customselect-option {
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.5rem;
}
.customselect-option:hover {
  background: #f0f0f0;
}


.signupbutton {
  height: 50px;
  width: fit-content;
  background-color: #367aff;
  color: white;
  font-family: InterRegular;
  font-weight: bold;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: 20%;
  margin-right: auto;
  border: 0px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
}
.signupbutton:focus {
  outline: 2px solid black;
}
.signupbutton:hover {
  background-color: #4e89ff;
}

.manageprofile-container {
  width: 60%;
  height: 115px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.manageprofile__pfptitle-container {
  width: fit-content;
  height: 85px;
  margin-top: 15px;
  margin-bottom: 15px;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  margin-left: 30px;
}
.manageprofile__pfp {
  width: 85px;
  height: 85px;
  border-radius: 1rem;
  background-image: url("/framerface.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.manageprofile__managebutton-container {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}

.manageprofile__managebutton {
  width: fit-content;
  height: 41px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  font-family: InterRegular;
  color: black;
  font-size: 14px;
  border: 0px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 1rem;
  margin-right: 30px;
  margin-top: 37px;
  margin-bottom: 37px;
}
.manageprofile__managebutton:hover {
  outline: 2px solid #2e5388;
}
.manageprofile__managebutton:focus {
  outline: 2px solid #2e5388;
}

.manageprofile-singlesection {
  width: 60%;
  height: fit-content;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 16px;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}

.textinput.profilepage {
  width: 50%;
  margin-left: 1rem;
  margin-top: 4px;
  margin-bottom: 0px;
}
.textinput.profilepage.divcontainer {
  width: 50%;
  height: fit-content;
  padding-right: 5px;
  background-color: white;
  margin-left: 1rem;
  border: 0px;
  border: 2px solid lightgray;
}
.textinput.profilepage.divcontainer > input {
  width: calc(100% - 12px);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -8px;
  border: 0px;
}

.manageprofile-sectionsavebutton {
  width: fit-content;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  margin-left: 1rem;
  margin-top: 2rem;
  border: 0px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #2e5388;
  cursor: pointer;
  transition: 0.3s;
}
.manageprofile-sectionsavebutton:hover {
  opacity: 0.8;
}

.customdatepicker-container {
  position: relative;
  display: inline-block;
  /* background-color: red; */
  width: 180px;
  height: 40px;
  margin-left: 20%;
  border-radius: 1rem;
  border: 2px solid lightgray;
  margin-top: 0;
  margin-bottom: 16px;
}
.customdatepicker {
  width: calc(180px - 1rem);
  height: 40px;
  font-size: 16px;
  font-family: InterRegular;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 1rem;
  padding-left: 1rem;
  background-color: white;
}
.customdatepicker:focus {
  outline: 4px solid #2e5388;
}
.customdatepicker-options {
  width: 180px;
  border: 2px solid lightgray;
  border-radius: 1rem;
  max-height: 120px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  background-color: white;
}
.customdatepicker-option {
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}
.customdatepicker-option:hover {
  text-decoration: underline;
  text-decoration-color: #2e5388;
}



.newcustomdatepicker-container {
  position: relative;
  display: inline-block;
  background-color: white;
  width: 180px;
  height: 40px;
  margin-left: 36px;
  /* border-radius: 1rem; */
  border: 2px solid #063233;
  margin-top: -32px;
  margin-bottom: 64px;
}
.newcustomdatepicker {
  width: calc(180px - 1rem);
  height: 40px;
  font-size: 16px;
  font-family: InterRegular;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border-radius: 1rem; */
  padding-left: 1rem;
  background-color: white;  
  /* margin-left: 1rem; */
}
.newcustomdatepicker:focus .newcustomdatepicker-container {
  outline: 4px solid #063233;
}
.newcustomdatepicker-options {
  width: 180px;
  border: 2px solid #063233;
  /* border-radius: 1rem; */
  max-height: 120px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  background-color: white;
  margin-left: -2px;
}
.newcustomdatepicker-option {
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}
.newcustomdatepicker-option:hover {
  text-decoration: underline;
  text-decoration-color: #2e5388;
}





/*.results-recomendations-container {
  width: 60%;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  /* background-color: red; */
 /* display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 32px;
}*/

.results-container {
  width: 70%;
  /* min-height: 600px; */
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
.results-infobar {
  width: 100%;
  height: 40px;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
}

.resultitem {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.resultitem > p {
  margin-left: 1rem;
}

.resultstatuscontainer {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  height: 44px;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.resultstatusbar {
  width: 100%;
  height: 44px;
  border-radius: 22px;
}
.resultstatusbar.optimal {
  background-color: #5eb023;
}
.resultstatusbar:not(.optimal) {
  background-color: rgb(179, 179, 0);
}

.resultstatuslink {
  min-width: 44px;
  min-height: 44px;
  background-color: lightgray;
  margin-left: 0.5rem;
  border-radius: 22px;
  cursor: pointer;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}


.recomendations-container {
  width: 28%;
  /* min-height: 600px; */
  height: fit-content;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  border-radius: 1rem;
  position: relative;
}

.recomendations-container-buybuttoncontainer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  border-radius: 1rem;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recomendations-container-buybuttoncontainer:hover {
  background-color: rgba(0,0,0,0.2);
}
.recomendations-container-buybutton {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 1rem;
  height: 40px;
  border: none;
  background-color: white;
  font-size: 12px;
  color: black;
  font-weight: bold;
  font-family: InterRegular;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: none;
}

.recomendations-container-buybutton:hover {
  border: 2px solid #2e5388;
}

.recomendations-container-buybuttoncontainer:hover > .recomendations-container-buybutton {
  display: block;
}


.resultsbanner {
  width: 100%;
  height: fit-content;
  background-image: url(/_next/static/media/doctorbanner.4c0e2f55.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.resultsbanner-button {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 1rem;
  height: 40px;
  border: none;
  background-color: white;
  font-size: 12px;
  color: black;
  font-weight: bold;
  font-family: InterRegular;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 32px;
  cursor: pointer;
}


.supplementrecomendation {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  /* background-color: red; */
}

.supplementrecomendation-photo {
  width: calc(100% - 2rem);
  height: 114.5px;
  border-radius: 0.5rem;
  background-image: url("/vitaminc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0;
}

.supplementrecomendation-texts-container {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
}



.singlevaluetimeline-container {
  width: 60%;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 32px;
}

.singlevaluetimeline-chartcontainer {
  width: 70%;
  height: 400px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  border-radius: 1rem;
}
.singlevaluetimeline-chartcontainerexact {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  height: 300px;
}
.singlevaluetimeline-recomendation {
  width: 28%;
  height: 400px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.singlevaluetimeline-recomendationphoto {
  width: calc(100% - 2rem);
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 240px;
  border-radius: 1rem;
  background-color: white;
  background-image: url("/oranges.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.singlevaluetimeline-recomendation-button {
  width: calc(100% - 2rem);
  border-radius: 1rem;
  height: 40px;
  border: 1px solid #2e5388;
  background-color: white;
  font-size: 12px;
  color: #2e5388;
  font-weight: bold;
  font-family: InterRegular;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}



.fullpagetimeline-chartcontainer {
  width: calc(100% - 72px);
  height: 500px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  /* margin-top: 32px; */
}
.fullpagetimeline-chartcontainerexact {
  width: calc(100% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
  height: 400px;
}



.horizontalarticlecontainer {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* background-color: red; */
  height: fit-content;
  margin-top: 32px;
  margin-bottom: 132px;
}
.horizontalarticlecontainer-singlearticle {
  width: 46%;
  height: 240px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
}
.horizontalarticlecontainer-singlearticleimage {
  width: calc(60% - 1rem);
  height: calc(240px - 2rem);
  background-color: red;
  border-radius: 1rem;
  margin-top: 1rem;
  margin-left: 1rem;
  background-image: url("/oranges.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.horizontalarticlecontainer-singlearticletextscontainer {
  width: 40%;
  height: 240px;
  /* background-color: green; */
  display: flex;
  flex-direction: column;
  position: relative;
} 
.horizontalarticlecontainer-singlearticletextscontainer > p {
  margin-left: 1rem;
  margin-right: 1rem;
}
.horizontalarticlecontainer-singlearticletextscontainer > button {
  position: absolute;
  bottom: 0px;
}


.accountdetailsinfocontainer {
  width: 180px;
  height: 40px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #2e5388;
  margin-left: 20%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.headerdesktopnavcontentscenter {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: row;
}


.manageprofile__managebutton.manageicon {
  display: none;
}



.header-profile-container {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: 0px;
  /* background-color: red; */
  display: none;
}
.header-profilebutton {
  width: fit-content;
  height: 40px;
  /* padding: 8px; */
  /* background-color: white; */
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  /* border: 1px solid #ddd; */
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-right: 32px;
}
/* .header-profilebutton:hover {
  background-color: #f0f0f0;
} */
.header-profilebutton > p {
  color: gray;
  margin: 0;
}
.dropdown-menu {
  position: absolute;
  top: calc(100% - 6px);
  right: 32px;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 1;
  width: 120px;
}
.dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: gray;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  font-family: Arial;
}
.dropdown-menu a:hover {
  background-color: #f0f0f0;
  color: black;
}


.footerdesktopcontentscontainer {
  width: fit-content;
  height: 100%;
  margin-left: 32px;
  display: flex;
  flex-direction: row;
}



.linkspan {
  text-decoration: underline;
  color: #367aff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.linkspan:hover {
  opacity: 0.7;
}

.new-deineergebnisse_banner {
  width: calc(100% - 72px);
  margin-left: 36px;
  height: 80px;
  background-color: #063233;
  margin-top: var(--ergebnissesingle-gap);
  margin-bottom: var(--ergebnissesingle-gap);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-deineergebnisse_banner-main_page {
  width: calc(100% - 72px);
  margin-left: 36px;
  height: 80px;
  background-color: #063233;
  margin-top: var(--ergebnissesingle-gap);
  margin-bottom: var(--ergebnissesingle-gap);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.addnewtestbutton {
  cursor: pointer;
}
.addnewtestbutton:hover {
  text-decoration: underline;
  text-decoration-color: white;
}
.addnewtestbutton-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-right: 1rem;
}
.addtest-input {
  width: 16ch;
  max-width: 16ch;
  padding: 6px;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 18px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
}
.square-button {
  width: 32px;
  height: 32px;
  background-color: #005b5b;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}
.square-button:hover {
  opacity: 0.8;
}
.new-singletest_row {
  width: calc(100% - 72px);
  margin-left: 36px;
  height: 100px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  background-color: white;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 80px auto 80px;
  column-gap: 16px;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.new-singletest_row--active:hover,
.new-singletest_row--active:focus-visible,
.new-singletest_row--active:focus-within {
  transform: translateY(-4px);
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.25);
  background-color: #d1ddcd54;
}



.new-singletest_row-iconcontainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-singletest_row-iconcontainer--trailing {
  justify-content: flex-end;
}
.new-singletest_row-iconcontainer p.verylarge {
  margin: 0;
}
.new-singletest_row-iconcontainer--trailing p.verylarge {
  margin-right: 16px;
}
.new-singletest_row-datacontainer {
  width: 100%;
  height: auto;
  margin-top: 0;
  /* background-color: lightgreen; */
  display: flex;
  flex-direction: column;
}

.ergebnissesingle_container {
  width: 90%;
  min-height: 62vh;
  /* background-color: lightgray; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--ergebnissesingle-gap);
  display: grid;
  grid-template-columns: 25% 40% 35%;
  /* border: 1px solid gray; */
}

.ergebnissesingle_container-classifications_container  {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 7fr 3fr;
  gap: 16px;
}
.ergebnissesingle_container-pdf_preview {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.ergebnissesingle_container-pdf_preview-frame {
  width: 100%;
  height: 100%;
  border: none;
  scrollbar-width: none;
}
.ergebnissesingle_container-pdf_preview-frame::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.ergebnissesingle_container-pdf_preview-empty {
  text-align: center;
  padding: 0 16px;
}
.ergebnissesingle_container-pdf_preview-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #d1d5db;
  color: #4b5563;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.ergebnissesingle_container-pdf_preview-arrow:hover {
  background-color: #e5e7eb;
  color: #1f2937;
  transform: translateY(-50%) scale(1.05);
}
.ergebnissesingle_container-pdf_preview-arrow--left {
  left: 12px;
}
.ergebnissesingle_container-pdf_preview-arrow--right {
  right: 12px;
}
.ergebnissesingle_container-pdf_downloads {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 16px;
  box-sizing: border-box;
}
.ergebnissesingle_container-pdf_downloads--multi {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}
.ergebnissesingle_container-pdf_downloads::-webkit-scrollbar {
  width: 8px;
}
.ergebnissesingle_container-pdf_download_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border-radius: 0.75rem;
  transition: background-color 0.2s ease;
  width: 100%;
}
.ergebnissesingle_container-pdf_download_button:hover {
  background-color: #f3f4f6;
}
.ergebnissesingle_container-pdf_download_button:hover .ergebnissesingle_container-pdf_download_icon {
  transform: scale(1.05);
}
.ergebnissesingle_container-pdf_download_icon {
  color: #cc1f1a;
  font-size: 24px;
  transition: transform 0.2s ease;
}
.ergebnissesingle_container-pdf_download_label {
  margin-top: 6px;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .ergebnissesingle_container-pdf_downloads--multi {
    grid-template-columns: 1fr;
  }
}
.ergebnissesingle_container-classifications_container-single_paremeter_classification {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.ergebnissesingle_container-classifications_container-single_paremeter_classification-title_container {
  width: 100%;
  height: 60px;
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ergebnissesingle_container-classifications_container-single_paremeter_classification-parameters_container {
  width: 100%;
  height: fit-content;
}
.ergebnissesingle_container-classifications_container-single_paremeter_classification-parameters_container-single_paremeter {
  padding-left: 32px;
  height: 50px;
  display: flex;
  flex-direction: row;
  padding-right: 32px;
}

.ergebnissesingle_container-test_normal_value_column {
  width: 100%;
  height: 100%;
  background-color: black;
}
.ergebnissesingle_container-analysis_breakdown_information_container {
  width: 100%;
  height: 100%;
  /* background-color: green; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  overflow-y: scroll;
  scrollbar-width: none;
}

.ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card {
  width: 80%;
  height: 140px;
  border-radius: 1rem;
  border: 1px solid lightgray;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  padding: 0px;
  margin-bottom: 12px;
}
.ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card-left {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0px;
  word-wrap: break-word;   /* old alias */
  overflow-wrap: break-word; /* modern standard */
  text-align: left;
}
.ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card-left > p {
  margin: 0px;
  margin-left: 2rem;
  margin-top: 1.5rem;
}
.ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card-left-color_bar {
  width: 6px;
  height: 40px;
  position: absolute;
  top: 1.2rem;
  left: 1rem;
}
.ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card-right {
  width: 100%;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card-right > p {
  margin: 0px;
  margin-right: 0.5rem;
}

.ergebnissesingle_container-analysis_breakdown_information_container > p {
  margin: 0px;
}

.ergebnissesingle_container-shop_recommendations_container {
  width: 100%;
  height: 100%;
  /* background-color: blue; */
  display: flex;
  flex-direction: column;
}
.ergebnissesingle_container-shop_recommendations_container-title_and_card_container {
  width: calc(100% - 16px);
  margin-left: auto;
  margin-right: auto;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ergebnissesingle_container-shop_recommendations_container-single_product {
  width: 100%;
  height: 80px;
  /* background-color: red; */
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  border-bottom: 1px solid lightgray;
}
.ergebnissesingle_container-shop_recommendations_container-single_product-image_container {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ergebnissesingle_container-shop_recommendations_container-single_product-image_container > img {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.ergebnissesingle_container-shop_recommendations_container-single_product-text_container {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ergebnissesingle_container-shop_recommendations_container-single_product-quantity_container {
  width: fit-content;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1rem;
}
.ergebnissesingle_container-shop_recommendations_container-pricing_texts_container {
  width: calc(100% - 16px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ergebnissesingle_container-shop_recommendations_container-pricing_texts_container > p {
  margin: 0px;
  margin-top: 0;
}
.ergebnissesingle_container-shop_recommendations_container-checkout_section {
  width: fit-content;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  margin-left: 8px;
}

.ergebnissesingle_container-shop_recommendations_container-total {
  margin: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.ergebnissesingle_container-shop_recommendations_container-checkout_button {
  width: fit-content;
  height: 44px;
  border-radius: 22px;
  background-color: #063233;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: 0.3s;
  cursor: pointer;
}
.ergebnissesingle_container-shop_recommendations_container-checkout_button:hover {
  opacity: 0.7;
}


.profile_page-account_actions_buttons-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}


.new-deineergebnisse_banner-ergebnissesinglepage {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.new-deineergebnisse_banner-ergebnissesinglepage-downloadlinks {
  margin-right: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  text-decoration: none;
}


.new-deineergebnisse_banner-ergebnissesinglepage-pdflinks_container {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  margin-top: auto;
  margin-bottom: auto;
}
.new-deineergebnisse_banner-ergebnissesinglepage-downloadlinks.leftsidelink {
  margin-right: 2rem;
}

@media (max-width: 1400px) {
  .textinput-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .signupmain > p {
    margin-left: 10%;
  }
  .manageprofile-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .manageprofile-singlesection {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .accountdetailsinfocontainer {
    margin-left: 10%;
  }
  .results-recomendations-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .singlevaluetimeline-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .horizontalarticlecontainer {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .customdatepicker-container {
    margin-left: 10%;
  }
  .signupbutton {
    margin-left: 10%;
  }
}

@media (max-width: 1280px) {
  .loginmain {
    grid-template-columns: 45% 55%;
  }

  .profile_page-account_actions_buttons-container {
    width: 80%;
  }

  .ergebnissesingle_container {
    display: flex;
    flex-direction: column;
    height: fit-content;
  }
  .ergebnissesingle_container-classifications_container {
    margin-bottom: 32px;
  }
  .ergebnissesingle_container-analysis_breakdown_information_container > br {
    display: none;
  }

  .ergebnissesingle_container-analysis_breakdown_information_container {
    margin-top: 0;
    margin-bottom: 48px;
    text-align: center;
  }
}

@media (max-width: 1080px) {
  .loginmain {
    grid-template-columns: 40% 60%;
  }

  .textinput-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .manageprofile-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .manageprofile-singlesection {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .accountdetailsinfocontainer {
    margin-left: 5%
  };
  .signupmain > p {
    margin-left: 5%;
  }
  .results-recomendations-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .singlevaluetimeline-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .horizontalarticlecontainer {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .customdatepicker-container {
    margin-left: 5%;
  }
  .signupbutton {
    margin-left: 5%;
  }

  .signupmain > p {
    margin-left: 5%;
  }

  .profile_page-account_actions_buttons-container {
    width: 90%;
  }
  .footerbasic.footeraccount {
    position: static;
    margin-top: 32px;
  }
}

@media (max-width: 920px) {
  .loginmain {
    grid-template-columns: 0% 100%;
  }


  .results-container {
    width: 65%;
  }
  .recomendations-container {
    width: 33%;
  }

  .singlevaluetimeline-chartcontainer {
    width: 65%;
  }
  .singlevaluetimeline-recomendation {
    width: 33%;
  }

  .textinput.profilepage {
    width: 70%;
  }
  .textinput.profilepage.divcontainer {
    width: 70%;
  }
}


@media (max-width: 768px) {
  
  .headerempoweryourself {
    display: none;
  }

  .textinput-container {
    flex-direction: column;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .textinput {
    width: 100%;
  }
  .textinput.date:not(.profilepage) {
    width: calc(100% - 5px);
  }
  .customselect-container {
    width: 100%;
  }
  .customselect {
    width: 100%;
  }

  .signupmain {
    height: 100%;
    margin-top: 180px;
  }
  .signupmain.accountpage {
    margin-top: 0;
  }
  .signupmain > p {
    margin-left: 10%;
  }
  .footersticky.footersignup {
    display: none;
  }
  .footerbasic.footersignup.footersignup:not(.footersticky) {
    margin-top: 200px;
  }

  .results-recomendations-container {
    flex-direction: column;
  }

  .results-container {
    width: 100%;
  }
  .recomendations-container {
    width: 100%;
    margin-top: 32px;
  }

  .horizontalarticlecontainer {
    flex-direction: column;
  }
  .horizontalarticlecontainer-singlearticle {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-bottom: 1rem;
  }
  .horizontalarticlecontainer-singlearticletextscontainer {
    width: calc(100% - 2rem);
    height: fit-content;
  } 

  .horizontalarticlecontainer-singlearticletextscontainer > button {
    position: static;
    margin-top: 0.5rem;
  }

  .horizontalarticlecontainer-singlearticletextscontainer > p {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .horizontalarticlecontainer-singlearticleimage {
    width: calc(100% - 2rem);
    height: 200px;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .ergebnissesingle_container-analysis_breakdown_information_container {
    order: 1;
  }
  .ergebnissesingle_container-shop_recommendations_container {
    order: 2;
  }
  .ergebnissesingle_container-classifications_container {
    order: 3;
    margin-top: 32px;
  }

  .signupbutton {
    margin-left: 10%;
    padding-top: 50px;
  }
  .signupbutton > p {
    margin-top: -34px;
  }

  .singlevaluetimeline-chartcontainer {
    width: 100%;
    height: 300px;
  }
  .singlevaluetimeline-chartcontainerexact {
    height: 220px;
  }
  .singlevaluetimeline-recomendation {
    width: 0%;
    display: none;
  }

  .logininputs {
    width: 75%;
    height: 40px;
    /* border-radius: 0.5rem; */
    border: 2px solid lightgray;
    padding-left: 0.5rem;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-family: InterRegular;
  }
  .logininputs:focus {
    border: 2px solid #2e5388;
    outline: 2px solid #2e5388;
  }
  .loginbutton {
    font-size: 16px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .loginbutton:hover {
    border: 2px solid #2e5388;
    outline: 2px solid #2e5388;
  }
  .loginbutton:focus {
    border: 2px solid #2e5388;
    outline: 2px solid #2e5388;
  }

  .headerdesktopnavcontentscenter {
    display: none;
  }
  .header-profile-container {
    display: block;
  } 
  .headershoplink {
    display: none;
  }

  .footerdesktopcontents {
    display: none;
  }
  .footerbasic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    min-height: 60px;
    height: auto;
  }
  .footerbasic .footermobilecontens {
    height: auto;
  }


  .textinput.profilepage {
    width: calc(100% - 3rem);
  }
  .textinput.profilepage.divcontainer {
    width: calc(100% - 3rem);
  }


  p.small10 {
  font-size: 7.5px;
  }
  p.smaller {
    font-size: 9px;
  }
  p.small14 {
    font-size: 10.5px;
  }
  p.small {
    font-size: 12px;
  }
  p.small18 {
    font-size: 13.5px;
  }
  p.medium {
    font-size: 18px;
  }
  p.large {
    font-size: 21px;
  }
  p.verylarge {
    font-size: 26.25px;
  }

  .profile_page-account_actions_buttons-container {
    flex-direction: column;
    width: 80%;
  }
  .profile_page-account_actions_buttons-container > div {
    margin-bottom: 16px;
  }


  .fullpagetimeline-chartcontainer {
    width: calc(100% - 72px);
    height: 320px;
  }
  .fullpagetimeline-chartcontainerexact {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    height: 260px;
  }


  .new-deineergebnisse_banner {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .new-deineergebnisse_banner-ergebnissesinglepage {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }

  .new-deineergebnisse_banner-ergebnissesinglepage-downloadlinks {
    margin-left: 1rem;
  }

  .ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 40% 60%;
  }


  .ergebnissesingle_container-analysis_breakdown_information_container-single_parameter_card-left > p {
    margin-left: 2rem;
  }

  .new-deineergebnisse_banner-ergebnissesinglepage-pdflinks_container {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .new-deineergebnisse_banner-ergebnissesinglepage-downloadlinks.leftsidelink {
    margin-right: 0px;
  }
}


@media (max-width: 480px) {
  p.small10 {
    font-size: 8px;
  }
  p.smaller {
    font-size: 10px;
  }
  p.small14 {
    font-size: 12px;
  }
  p.small {
    font-size: 14px;
  }
  p.small18 {
    font-size: 16px;
  }

  p.large {
    font-size: 26px;
  }
  p.verylarge {
    font-size: 32px;
  }
  
  .manageprofile__managebutton {
    width: 41px;
    height: 41px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
    box-shadow: 0px 0px 10px 0px rgba(128,128,128,1);
    font-family: InterRegular;
    color: black;
    font-size: 14px;
    border: 0px;
    cursor: pointer;
    border-radius: 1rem;
    margin-right: 30px;
    margin-top: 37px;
    margin-bottom: 37px;
    text-align: center;
    padding: 0px;
  }
  .manageprofile__managebutton.managetext {
    display: none;
  }
  
  .manageprofile__managebutton.manageicon {
    display: block;
  }

  .singlevaluetimeline-chartcontainerexact {
    height: 180px;
  }

  .new-deineergebnisse_banner-main_page {
    flex-direction: column;
    height: fit-content;
  }

  .textverticalcenter.addnewtestbutton-container {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

}



@media (min-width: 769px) {
  .footerbasic.footersignup:not(.footersticky) {
    display: none;
  }

  .signupmain {
    position: absolute;
  }

  .footermobilecontens {
    display: none;
  }
}






.impressum-page,
.datenschutz-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.impressum-content,
.datenschutz-content {
  flex: 1;
  width: min(960px, calc(100% - 72px));
  margin: 0 auto;
  padding: 48px 0;
  color: #1f1f1f;
  line-height: 1.6;
}

.impressum-title,
.datenschutz-title {
  font-size: 32px;
  margin: 0 0 32px 0;
  font-family: InterRegular;
}

.impressum-section,
.datenschutz-section {
  margin-bottom: 32px;
}

.impressum-section-title,
.datenschutz-section-title {
  font-size: 20px;
  margin: 0 0 12px 0;
  font-family: InterRegular;
}

.impressum-content a,
.datenschutz-content a {
  color: #367aff;
  text-decoration: none;
}

.impressum-content a:hover,
.impressum-content a:focus,
.datenschutz-content a:hover,
.datenschutz-content a:focus {
  text-decoration: underline;
}

.datenschutz-subsection-title {
  font-size: 18px;
  margin: 24px 0 12px 0;
  font-family: InterRegular;
}

.datenschutz-subsection-heading {
  font-size: 16px;
  margin: 16px 0 8px 0;
  font-weight: 600;
  font-family: InterRegular;
}

.datenschutz-list {
  margin: 12px 0 12px 0;
  padding-left: 18px;
}

.datenschutz-list li {
  margin-bottom: 6px;
}

.datenschutz-list--numbered {
  list-style: decimal;
  padding-left: 22px;
}

