:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-color-bathson-bggray: #f7f7f7ff;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-color-bathson-bgwhite: #ffffffff;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-color-bathson-darkgray: #333333ff;
  --dl-color-bathson-softgray: #ccccccff;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}


html {  line-height: 1.15;}
body {  margin: 0; overflow: hidden;}
* {  box-sizing: border-box;  border-width: 0;  border-style: solid;}
p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption {  margin: 0;  padding: 0;}
button {  background-color: transparent;}
button,input,optgroup,select,textarea {  font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0;}
button,select {  text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}
button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus {  outline: 1px dotted ButtonText;}
a {  color: inherit;  text-decoration: inherit;}
input {  padding: 2px 4px;}img {  display: block;}
html { scroll-behavior: smooth  }

.v3d-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fullscreen-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  display: none;
  z-index: 1;
}

.fullscreen-open {
  background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
  background-image: url('media/fullscreen_close.svg');
}

.v3d-canvas{
  width: 100%;
  height: 100%;
}

.v3d-annotation{
  justify-content: center;
  align-items: center;
  background-color: #333333;
  font-family: "Inter" !important;
  font-weight: 800;
  border: 3px solid #ffffff;
  font-size: 16px;
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.v3d-annotation-dialog{
  background-color: #ffffff;
  font-family: "Inter" !important;
  font-weight: 400;
  color: #333333;
  border: 0px;
  font-size: 15px;
  border-radius: 0px;
  text-align: left;
  min-width: 200px;
}

* { -webkit-tap-highlight-color:rgba(0,0,0,0); }


.home-container {
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f0f0f0;
}

.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
}
.teleport-show {
  display: flex !important;
  transform: none !important;
}
.butNav {
  fill: var(--dl-color-bathson-softgray);
  background-color: transparent;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: center;
  border-width: 0px;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 18px;
  cursor: pointer;
}

.butNav img{
  filter: opacity(30%);
  width: 39px;
  height: 39px;
  align-self: center;
  margin-left: 0px;
}

.butNav.active img{
  filter: opacity(100%);
}


.butNav.active {
  fill: var(--dl-color-bathson-darkgray);
  border-color: var(--dl-color-bathson-darkgray);
  border-right-width: 4px;
  border-bottom-width: 0px;
}


.butLink {
  fill: var(--dl-color-bathson-softgray);
  background-color: transparent;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: center;
  border-width: 0px;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 18px;
  cursor: pointer;
}

.butLang {
  font-family: "Inter Tight";
  font-size: 22px;
  font-weight: 600;
  align-self: center;
  position: relative;
  margin-left: 4px;
  color: #333333;
  margin-top: 20px;

  
}


.butLink img{
  filter: opacity(30%);
  width: 39px;
  height: 39px;
  align-self: center;
  margin-left: 0px;
}


.butLink.active img{
  filter: opacity(100%);

}

.butLink.active {
  fill: var(--dl-color-bathson-darkgray);
  border-color: var(--dl-color-bathson-darkgray);
  border-right-width: 4px;
}

.butLinkFS {
  background-image: url(img/icons/fullScreen.png);
  background-size: cover;
  width: 39px;
  height: 39px;
  display: flex;
  position: relative;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.butPopup {
  display: none;
  position: absolute;
  height: 32px;
  width: auto;
  padding: 10px;
  right: 120%; /* Butonun yanında olması için */
  background-color: #333333;
  align-self: center;
  color: #FFFFFF;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;

}

.vergeCont {
  flex: auto;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: 0px;
  flex-direction: column;
}
.navCont {
  flex: 0 0 auto;
  width: 75px;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-bathson-softgray);
  border-right: 2px solid  var(--dl-color-bathson-softgray);
  border-left: 0px ;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-bathson-bgwhite);
  
}
.menuCont {
  flex: 0 0 auto;
  width: 325px;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  padding-left: 25px;
  padding-right: 25px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-bathson-bgwhite);
}

.basicCont{
  display: block;
  position: absolute;
  width: 275px;
  height: 100%;

}
.acrButton {
  flex: 0 0 auto;
  width: 99%;
  height: 125px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: var(--dl-color-bathson-softgray);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 25px;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  font-weight: 400;
}

.acrButton > p {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  font-family: "Inter Tight";
  margin-left: 15px;
  text-transform: capitalize;
}

.acrButton.active {
  font-weight: 600;
  border-color: var(--dl-color-bathson-darkgray);
}
.accButton {
  flex: 0 0 auto;
  width: 100%;
  height: 150px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: var(--dl-color-bathson-softgray);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 25px;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
}

.accButton > p {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  font-family: "Inter Tight";
  margin-left: 15px;
  text-transform: capitalize;
}

.accButton.active {
  font-weight: 600;
  border-color: var(--dl-color-bathson-darkgray);
}
.infoButton {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  min-height: 150px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: var(--dl-color-bathson-softgray);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 25px;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  font-family: "Inter Tight";
  font-weight: 400;
}

.infoButton > p {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  margin-left: 15px;
  text-transform: capitalize;
}

.infoButton.active {
  font-weight: 600;
  border-color: var(--dl-color-bathson-darkgray);
}
.mekanButton {
  flex: 0 0 auto;
  width: 100%;
  height: 190px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: var(--dl-color-bathson-softgray);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 25px;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Inter Tight";
  font-weight: 400;
  cursor: pointer;
}
.mekanButton.active {
  font-weight: 600;
  border-color: var(--dl-color-bathson-darkgray);
}

.mekanButton > p {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  margin-left: 15px;
  text-transform: capitalize;
}

.bathTubButton {
  flex: 0 0 auto;
  width: 100%;
  height: 190px;
  display: flex;
  position: relative;
  align-items: flex-start;
  border-color: var(--dl-color-bathson-softgray);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 25px;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  font-weight: 400;
}
.bathTubButton.active {
  font-weight: 600;
  border-color: var(--dl-color-bathson-darkgray);
}

.bathTubButton > p {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  font-family: "Inter";
  margin-left: 15px;
}

.bathTubButton.active > p {
  font-weight: 600;
  border-color: var(--dl-color-bathson-darkgray);
}

.acrButImg {
  width: 100%;
  height: 85px;
  object-fit: cover;
}
.mekanButImg {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.accButImg {
  width: 100%;
  height: 110px;
  object-fit:cover;
  background-color: #f4f4f4;
}

.accButImgInfo {
  width: 100%;
  height: 110px;
  object-fit: cover;
  background-color: #f4f4f4;
}

.acrButText {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  font-family: "Inter Tight";
  font-weight: 400;
  margin-left: 15px;
}
.accButText {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  font-family: "Inter Tight";
  font-weight: 400;
  margin-left: 15px;
}

.accButCard {
  color: #666666;
  font-size: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 400;
  display: none;
  font-family: "Inter";
  line-height: 1.3;
}

.accButCard.active {
  display: block;
}

.bathButText {
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  margin-top: 10px;
  font-family: "Inter";
  font-weight: 600;
  margin-left: 15px;
}
.navButIcon {
  width: 39px;
  height: 39px;
  align-self: center;
  margin-left: 0px;
}
.menuHeadCont {
  flex: 0 0 auto;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menuHeadText {
  color: var(--dl-color-bathson-darkgray);
  font-size: 22px;
  font-family: Inter;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.acrCont {
  width: 100%;
  height: 93%;
  display: flex;
  margin-top: 0px;
  overflow: auto !important;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: flex-start;
}

.accCont {
  width: 100%;
  height: 93%;
  display: flex;
  margin-top: 0px;
  overflow: auto !important;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: flex-start;
}

.spaceCont {
  flex: 1;
  width: 100%;
  height:  93% ;
  display: flex;
  margin-top: 0px;
  overflow: auto !important;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: flex-start;
}

.infoCont {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 0px;
  overflow-x: auto;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: flex-start;
}
.slashCont {
  flex: 0 0 auto;
  width: 80%;
  height: 2px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  background-color: var(--dl-color-bathson-softgray);
}

.butFlag {
  width: 75px;
  height: 75px;
  display: flex;
  border-width: 0px;
  background-color: var(--dl-color-bathson-softgray);
  cursor: pointer;
  padding-left: 25px;
}

.butFlag img{
  width: 25px;
  height: 25px;
  align-self: center;
  margin-left: 0px;
}

.vergeEmbed {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  align-self: center;
}
.butPar {
  color: var(--dl-color-bathson-darkgray);
  width: 50%;
  height: 100%;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
  border-color: var(--dl-color-bathson-darkgray);
  border-width: 2px;
  background-color: var(--dl-color-bathson-bgwhite);
  cursor: pointer;
}
.butPar.active {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-bathson-darkgray);
}
.headLineCont {
  flex: 0 0 auto;
  width: 100%;
  height: 80px;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(255,0,0,0);
}
.bathName {
  top: 25px;
  flex: 0 0 auto;
  left: 35px;
  width: 220px;
  height: 55px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
}
.bathNameMob {
  top: 25px;
  flex: 0 0 auto;
  width: 200px;
  height: 30px;
  display: none !important;
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: block;
  align-self: center;
}
.embedCont {
  flex: auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  margin-top: -80px;
  align-items: flex-start;
  flex-direction: column;
  z-index: 0;
}
.parCont {
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 240px;
  bottom: 75px;
  height: 60px;
  margin: auto;
  display: block;
  z-index: 10;
  position: absolute;
  align-self: flex-end;
  align-items: center;
  justify-content: flex-start;
}
.logo {
  height: 33px;
  align-self: flex-start;
  margin-top: 25px;
}

.logo.active {
  filter: invert(100%);
  
  
}

.butLinkHeadline {
  flex: 0 0 auto;
  width: 120px;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: end;
}
.butFsHeadline {
  flex: 0 0 auto;
  width: 120px;
  height: 100%;
  display: none;
  align-items: flex-start;
}
.bathNameText {
  top: 0px;
  left: 0px;
  color: var(--dl-color-bathson-darkgray);
  position: absolute;
  font-size: 32px;
  font-family: "Inter Tight";
  font-weight: 500;
}

.bathNameText.active{
  color: #ffffff;
}

.bathColText {
  left: 0px;
  color: var(--dl-color-bathson-darkgray);
  bottom: 0px;
  position: relative;
  font-size: 17px;
  font-family: Inter Tight;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 40px;
}

.bathColTextMob {
  left: 0px;
  color: var(--dl-color-bathson-darkgray);
  font-size: 17px;
  font-family: Inter Tight;
  font-weight: 400;
  display: none;
  text-transform: capitalize;
}

.bathColText.active {
  color: #ffffffbb;
}

.butNavCont {
  flex: 0 0 auto;
  width: 75px;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.butLinkCont {
  flex: 0 0 auto;
  width: 75px;
  bottom: 0px;
  height: auto;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.infoText {
  width: 100%;
  height: 150px;
  font-size: 16px;
  font-family: "Inter";
  align-self: flex-start;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  color: #666666;
  line-height: 1.4;
}
.butFlagMobile {
  display: none !important;
  cursor: pointer;
  left: 0px;
  width: 78px;
  height: 30px;
  bottom: 0px;
  position: absolute;
  background-color: var(--dl-color-bathson-softgray);
  justify-content: center;
  align-items: center;
}

.butFlagMobile img{
  transform: rotate(90deg);
  height: 18px;
}

.butFlagMobile.active img{
  transform: rotate(-90deg);

}

.MainCont {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}

.LoadingCont {
  background-color: #f4f4f4;
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 100;
}

.LoadingCont img{
  width: 200px;
  height: auto;
  filter: opacity(75%);
}
.LoadingCont p{
  color: #666666;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 0.15em;
}


.conButCont {
  fill: var(--dl-color-bathson-darkgray);
  flex: 0 0 auto;
  color: var(--dl-color-bathson-darkgray);
  width: 275px;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

.conIconCont {
  flex: 0 0 auto;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
  justify-content: center;
}
.conIcon {
  width: 100%;
  height: 100%;
}
.conTextCont {
  flex: 0 0 auto;
  width: 190px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}




.conTextUp {
  font-size: 14px;
  margin-bottom: 2px;
}
.conTextBot {
  font-size: 24px;
}
.conHeadText {
  color: var(--dl-color-bathson-darkgray);
  font-size: 22px;
  margin-top: 0px !important;
  font-family: "Inter";
  font-weight: 400;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 25px;
  position:relative;
  letter-spacing: 0.15em;
}
.conDescText {
  color: var(--dl-color-bathson-darkgray);
  font-size: 16px;
  align-self: stretch;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5em;
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
}
.conCont {
  top: 0px;
  flex: 0 0 auto;
  right: 0px;
  width: 405px;
  height: 100%;
  display: flex ;
  z-index: 100;
  position: absolute;
  align-items: baseline !important;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-bathson-bgwhite);
  padding: 25px;
}
.closeCont {
  top: 25px;
  fill: var(--dl-color-bathson-darkgray);
  flex: 0 0 auto;
  right: 25px;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.closeIcon {
  width: 17.5px;
  height: 17.5px;
}
.InfoText {
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 20px;
}
.BathText {
  font-size: 32px;
  font-family: "Inter Tight";
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
.Heading {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.Content {
  font-size: 22px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.BathColorText {
  font-size: 17px;
  font-family: "Inter Tight";
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.MenuHead {
  font-size: 26px;
  font-family: "Inter Tight";
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
}




@media (max-width: 1199px) or (max-height: 720px){

  .v3d-annotation-dialog{
        
    font-size: 13px;
    min-width: 160px;
  }

  .butNav {
    width: 20%;
    height: 55px;
    justify-content: center;
    padding-left: 0;
  }
  .butNav.active {
    fill: var(--dl-color-bathson-darkgray);
    border-color: var(--dl-color-bathson-darkgray);
    border-right-width: 0px;
    border-bottom-width: 4px;
  }

  .butNav img{
    width: 32px;
    height: 32px;
    
  }

  .butLink {
    width: 40px;
    height: 40px;
    padding-left: 0px;
    justify-content: center;
  }

  .butLink.active {
    fill: var(--dl-color-bathson-darkgray);
    border-color: var(--dl-color-bathson-darkgray);
    border-right-width: 0px;
  }

  .butLink img{
    filter: opacity(100%);
    height: 25px;
    width: 25px;
  }

  .butLinkFS {
    width: 26px;
    height:  25px;

  }

  .butPopup {
    display: none !important;
    
  
  }

  .navCont {
    width: 100%;
    height: 55px;
    flex-direction: row;
    border-right-width: 0px;
    border-bottom-width: 3px;
    justify-content: center;
  }
  .menuCont {
    width: 100%;
    height: 185px;
    padding-right: 0;
  }

  .basicCont{
    display: block;
    position: relative;
    width: 100%;
  
  }
  .acrButton {
    width: 100px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    
  }
  .acrButton > p {
    display: none;
  }
  .accButton {
    width: 180px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .accButton > p {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-family: "Inter Tight";
  }

  .infoButton {
    width: 160px;
    height: 105px;
    display: none;
    margin-right: 10px;
    margin-bottom: 0;

  }
  .mekanButton {
    width: 180px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .mekanButton > p {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
  }

  .bathTubButton {
    width: 160px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .bathTubButton > p {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .butLang {
    font-size: 16px;
    
    margin-left: 7px;
    margin-top: 0px;
  
    
  }
  

  .acrButImg {
    height: 100%;
  }
  .mekanButImg {
    height: 80px;
  }
  .accButImg {
    height: 80px;
    width: 175px;
    object-fit: cover;
    
    align-self: center;

  }
  .acrButText {
    display: none;
  }
  .accButText {
    font-size: 10px;
    margin-top: auto;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .bathButText {
    font-size: 10px;
    margin-top: auto;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .menuHeadCont {
    height: 60px;
    margin-bottom: -5px;
  }
  .menuHeadText {
    font-size: 19px;
  }

  .acrCont {
    height: 90px ;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: row;
  }

  .accCont {
    height: 120px ;
    align-items: flex-start;
    margin-bottom: 25px;
    flex-direction: row;
  }

  .spaceCont {
    height: 121px ;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: row;

  }
  
  .infoCont {
    height: 105px ;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: row;
  }
  .butFlag {
    display: none !important;
  }
  .butPar {
    font-size: 14px;
  }
  .headLineCont {
    height: 60px;
    border-bottom: 3px solid var(--dl-color-bathson-softgray) ;
    background-color: var(--dl-color-bathson-bgwhite);
  }
  .bathName {
    display: none;
  }
  .bathNameMob {
    display: flex !important;
  }

  .LoadingCont img{
    width: 140px;
  }

  .LoadingCont p{
    font-size: 12px;
  }

  .bathNameText {
    font-size: 20px;
    position: relative;
  }
  .bathColText {
    margin-top: 2px;
    font-size: 14px;
    position: relative;
  }

  .bathColTextMob {
    
    display: flex;
  }

  .embedCont {
    height: 100%;
    position: relative;
    margin-top: 0px;
    background-color: var(--dl-color-bathson-bggray);
  }
  .parCont {
    width: 160px;
    bottom: 40px;
    height: 40px;
  }
  .logo {
    height: 26px;
    margin-top: 16px;
  }

  .logo.active {
    filter: none;
    
    
  }

  

  .butLinkHeadline {
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    position: absolute;
  }
  .butFsHeadline {
    top: 0px;
    left: 0px;
    width: 60px;
    bottom: 0px;
    margin: auto;
    display: flex;
    position: absolute;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
  }
  .butNavCont {
    width: 100%;
    height: 55px;
    flex-direction: row;
    justify-content: center;
  }
  .butLinkCont {
    display: none;
  }
  .infoText {
    margin-bottom: 0px;
    padding-right: 20px;
    font-size: 14px;
  }
  .butFlagMobile {
    display: flex !important;
    z-index: 10;
  }
  .MainCont {
    flex-direction: column;
  }
  .conButCont {
    width: 206;
    height: 45;
    margin-bottom: 10;
  }
  .conTextUp {
    font-size: 10px;
  }
  .conTextBot {
    font-size: 18px;
  }
  .conHeadText {
    font-size: 24;
    margin-top: 30px;
  }
  .conDescText {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .conCont {
    top: auto;
    width: 100%;
    bottom: 0px;
    height: 500px;

  }
  .closeCont {
    top: 23px;
  }
}


