::-webkit-scrollbar{
  width: 0px;
}
.pointer { cursor: pointer; }


#app {
  position: relative;
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.screen {
  position: absolute;
  width: 100%;
  height: 100%;
}

header {
  background-color: #333;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-headline {
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.wrap {
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

#app {
  padding: 0px;
}

#start_page_body {
  padding: 12px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  overflow: auto;
}

.bg_image,
.page_body,
#page_body  {
  padding: 12px !important;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 32px !important;
}

body, p {
  font-family: 'Fira Sans Extra Condensed', Helvetica, Arial;
  font-weight: 300;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}

p.medium {
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
}

.whiteText p,
.whiteText * { color: #E6F9FB; }

h1, h2 { font-family: 'Fira Sans', Helvetica, Arial; font-weight: 800; }

h1 {
    font-size: 28px;
    line-height: 32px;
}

h1 small {
  font-family: 'Fira Sans Extra Condensed', Helvetica, Arial;
  font-weight: 300;
  font-size: 21px;
  display: block;
  }
  
h3 { 
  font-family: 'Fira Sans Extra Condensed', Helvetica, Arial;
  font-weight: 600; 
  font-size: 22px;
  line-height: 28px;
  margin: 0px; padding: 0px; 
}

h3 small { font-size: 19px; line-height: 24px; font-weight: 300; display: block; }

h4 { 
  font-family: 'Fira Sans Extra Condensed', Helvetica, Arial;
  font-weight: 500; 
  font-size: 18px;
  line-height: 21px;
  margin: 0px; padding: 0px;
  margin-top: 24px; 
}

h4.data-text { color: #00C1D5; }

.ugp16 { margin-top: 16px; }
.ugp24 { margin-top: 24px; }
.ugp32 { margin-top: 32px; }
.ugp56 { margin-top: 56px; }
.ugp88 { margin-top: 88px; }

.bgp16 { margin-bottom: 16px; }
.bgp24 { margin-bottom: 24px; }
.bgp32 { margin-bottom: 32px; }
.bgp56 { margin-bottom: 56px; }

.inGap { padding: 16px; }


.bgBrandInverted {background-color: #FF3E2A !important; }
.bgBrand {background-color: #00C1D5 !important; }
.bgBrandLight {background-color: #E6F9FB !important; }
.bgBrandDark {background-color: #004A61 !important; }
.bgLightGrey {background-color: #F2F2f2 !important; }
.bgDark { background-color: #00272B !important;}

.cBrandInverted {color: #FF3E2A; }
.cBrand {color: #00C1D5; }
.cBrandLight {color: #E6F9FB; }
.cBrandDark {color: #004A61; }
.cDark {color: #00272B; }
.cLightGrey {color: #F2F2f2; }
.cGrey {color: #afafaf; }
.cWhite { color: #FFFFFF !important; }

.helpIcon {
  font-size: 14px;
  vertical-align: super;
}

a, 
a:link,
a:visited,
a:hover {
  color: #00C1D5;
  text-decoration: none; 
}

.screenCloser {
  font-size: 32px;
  font-weight: 400;
  margin-left: 8px;
  cursor: pointer;
}

.btn {
  padding: 8px 32px;
  border-radius: 32px;
  font-weight: 500; 
  font-size: 21px;
  cursor: pointer;
}
.btnWhite, .btnWhite:hover {
	background-color: #FFFFFF;
	color: #00272B;
}

.btnWhiteGhost, .btnWhiteGhost:hover {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}


.btnDark, .btnDark:hover{
  background-color: #00272B;
  color: #FFFFFF;
}
.btnBrand, .btnBrand:hover{
  background-color: #00C1D5;
  color: #FFFFFF;
}
.btn.btnDropdown {
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}


.startMenu .btn {
	width: 100%;
	margin-top: 24px; 
  font-size: 21px;

}

.startSubmenu .btn {
  width: 80%;
  margin-top: 24px; 
  font-size: 18px;
  font-weight: 300;
}

.fas.fa-arrow-right { padding-left: 24px; padding-top: 12px;} 




.blackInput {
  color: #00272B;
}

.unit-selector{
  width: auto;
}

.btn-close{
  filter: brightness(0) saturate(100%) invert(77%) sepia(69%) saturate(6207%) hue-rotate(149deg) brightness(102%) contrast(108%);
}
.btn-close-white{
  filter: brightness(0) saturate(100%) invert(1) sepia(0%) saturate(7500%) hue-rotate(180deg) brightness(200%) contrast(500%);
}




.top-right-logo {
  text-align: right;
  font-size: smaller;
  line-height: 1.5;
  transform: translateY(10px);
}

.top-right-logo span {
  color: #00C1D5;
  margin-right: 0;
}

.top-right-logo small{
  font-size: medium;
}

.header-container {
  display: flex; /* Enables flexbox */
  justify-content: space-between; /* Positions children at both ends */
  align-items: center; /* Vertically aligns children in the middle */
  margin-top: 0;
  transform: translateY(-10px);
}

.timer-card {
  padding: 56px 16px 48px 16px;
}
.menu-card { 
  background-color: #FFFFFF; 
  margin-top: 24px;
  padding: 16px;
}

.menu-card h3 i { padding: 32px; margin-right: -32px; padding-top: 16px; } 


.blue_box { 
  background-color: #00C1D5; 
  padding: 16px
}

table.blueTable {
  width: 70%;
  margin-left: 15%;
}
table.blueTable,
table.blueTable tr,
table.blueTable th,
table.blueTable td {
  background-color: #00C1D5 !important;
  color: #FFFFFF;
}

table.blueTable th.ucValue,
table.blueTable td.ucValue {
  text-align: right; 
  margin-right: 6px;
}



.slideshow .slick-list { overflow: hidden; }
.slideshow .slick-slide { display: block !important; }
.slideshow .menu-card { width: 100%; box-sizing: border-box; padding:1rem; }

.slideshow .menu-card img { width: 100% !important; }

/* FORMS ------------------
--------------------------- */
.custom-switch {
  width: 56px !important;
  height: 36px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 6px !important;
  margin: 0px !important; padding: 0px !important;
}

.custom-switch:checked {
  background-color: #00C1D5;
  border-color: #00C1D5;
}

.custom-switch:focus {
}

.custom-switch::before {
  width: 64px !important;
  height: 36px;
  transform: translateX(0.25rem);
  border-radius: 2px !important;

}

.custom-switch:checked::before {
  transform: translateX(1.25rem);
}

.custom-switch-label { font-weight: 400; }

input.form-control { 
  padding: 12px 24px; 
  border-radius: 32px; 
  font-size: 21px; 
  font-weight: 500;
  border: 0px solid #FFFFFF; 

}

label {
  margin: 0px 20px; padding-bottom: 8px; 
}

#app select {
  padding: 12px 24px; 
  padding-right: 56px; 
  border-top-right-radius: 32px; 
  border-bottom-right-radius: 32px; 
  border: 0px solid #FFFFFF; 
  font-size: 21px; 
  font-weight: 500;
  text-align: right; 
  background-image: url('../images/arrow.png');
  background-size: 21px; 
  background-repeat: no-repeat;
  background-position: 80% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #212121 !important;
  background-color: #FFFFFF;
}

/* Grundlegendes Styling */
.custom-radio {
  display: flex;
  align-items: start;
  cursor: pointer;
  margin: 0px;
  left: -32px;
}

/* Standard-Radio-Button verstecken */
.custom-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Stilisiertes Radio-Button */
.radio-mark {
  width: 24px;
  height: 24px;
  border: 5px solid #E6F9FB;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease;
}

/* Kreis für aktiven Zustand */
.custom-radio input:checked + .radio-mark {
  background-color: #FF3E2A;
  box-shadow: 0 0 5px #4a4a4a;
}

/* Innenkreis für "ausgewählt"-Status */
.custom-radio input:checked + .radio-mark::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FF3E2A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}