: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-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --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-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --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-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}

.pissdich{
  opacity: 1;
  margin-left: -500vw;
  height: 0;
}

.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 0.3px;
  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;
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  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;
}

.opt {
  top: -30px !important;
  border-radius: 100px !important;
}

.bor {
  border: 1px solid red;

}

.lastopt {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

@keyframes colorChange {
  0% {
    background-color: red;
  }

  100% {
    background-color: black;
  }
}

.impressum {
  font-size: large;
  margin: auto;
  margin-top: 150px;
  margin-left: 400px;
}

.datenschutz {
  font-size: large;
  margin: auto;
  margin-top: 150px;
  margin-left: 400px;
}

.blogs {

  margin-left: 200px;
  margin-top: 150px;
}


.leiste {
  height: 100px;
}


span {
  margin: auto;
}

.info {
  width: 50%;
  position: relative;
}



.blog {
  float: right;
  margin-right: 10vw;
}

.about {
  float: right;
  margin-right: 10vw;
}

.kontakt {
  float: right;
  margin-right: 8vw;
}

.kontakt,
.about,
.blog {
  margin-top: 4vw;
  font-size: 2.5vw;
  transition: 1s;
  z-index: 6767 !important;
}

.bannerhome {
  z-index: -10;
  background-color: #85DCFF;
  margin: auto;
  border-radius: 5vw;
  width: 80vw;
  height: 40vw;

  border-color: #199033;
  border-width: 0.7vw;
  border-style: solid;

  background-image: url("/public/external/tshirts.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}

.finde {
  margin-top: 20px;
  position: absolute;
  width: 33vw;
  bottom: 2vw;
  left: 2vw;
  font-size: 3.5vw;
  font-weight: bold;
  color: black;
}

.dropdowns {
  height: fit-content;
  width: 60vw;
  z-index: 2000;
  float: left;
  margin-left: 10vw;
  margin-bottom: 6vw;
}

#fff {

  font-weight: bolder;
  font-size: 4vw;
  margin-top: 15px;
  margin-left: 10vw;
  margin-bottom: 0;
  color: black;
}

.img-fluid {
  width: 100%;
  border-radius: 50px;
  height: auto;

}

.infozeile2 {
  position: relative;
  width: 100vw;
  border-top: 0.2vw solid black;
  bottom: 0;
  margin-bottom: 0;
  text-align: center;
  height: 3vw;
  font-size: 2vw;
  z-index: 1500;
}

body {
  position: relative;
  width: 100vw;
  height: fit-content;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.datenschutzlink,
.Impressumlink {
  margin-left: 0;
  color: black;
}

.landercontainer {
  position: relative;
  width: 90vw;
  height: 40vw;
  margin: auto;

}

.de,
.tu,
.it,
.pt {
  width: 100%;
  text-align: center;
  font-size: 2.7vw;
  color: black;
  font-weight: bold;
}

.col-3 {
  text-align: center;
}

.landerimg {
  margin: auto;
  margin-top: 2vw;
  width: 18vw;
  height: 18vw;
}

.menusvg,
.menusvgsc {
  width: 5vw;
  height: 5vw;
  float: right;
  margin-top: 4vw;
  margin-right: 7vw;

  transition: 1s;
  display: inline;

}

.menusvgsc {
  margin-top: 6vw;
  width: 8vw;
  height: 8vw;
}

.menusvg:hover {
  cursor: pointer;
}

.rotate {
  transform: rotate(-180deg);
}

.menuhidden {
  opacity: 0;
  margin-right: 0;
  filter: blur(1px);
  pointer-events: none;
}

.hide {
  display: none;
}


.infods {
  margin-bottom: -30px;
}

.maincontainer {
  margin-top: 10vw;
  position: relative;
  z-index: 500;
}

.dropdowns{
  margin-top: 3vw;
}

.dropdownmenu1,
.dropdownmenu2,
.dropdownmenu3 {
  float: left;
  height: 7vw;
  display: flex;
  position: fixed;
  z-index: 500;
  margin-top: 3vw;
  width: 27vw;
  border-radius: 4vw;
}

.dropdownmenu1,
.dropdownmenu2,
.suchbtn {
  position: relative;
}



.dropdownmenu2,
.suchbtn {
  margin-left: 2vw;
}

.suchbtn {
  margin-top: 6vw;
  margin-left: 3vw;
  border-color: rgba(0, 0, 0, 0.41999998688697815);
  border-style: solid;
  border-width: 1px;
  border-radius: 10vw;
  background-color: black;
  color: white;
  font-size: 2vw;
  font-weight: bold;
  width: 15vw;
  height: 5vw;
  float: right;
  margin-right: 10vw;
  height: 7vw;
  position: absolute;
}

.dropdownmenu1 {
  margin-left: 0;
}

.dropdownmenu2{
  margin-left: 4vw;
}

.where,
.what {
  display: none
}

html,
body,
.country,
.where,
.what {
  font-family: sans-serif;
}


.menuscreen {
  width: 100vw;
  height: 100vh;
  margin-right: 100vw;
  margin-bottom: 100vw;
  left: 200vw;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.3s;
  background-color: rgb(255, 255, 255);
  overflow: scroll;
  z-index: 9999;
}

.shown {
  left: 0;
}

.sticky {
  position: fixed !important;
  right: 0
}

.menusvgsc {
  position: sticky;
  z-index: 10000;
  transition: 0.3s;
}

.logopicsc {
  margin-left: 0;
  width: 60vw;
  display: inline;
}

.contactsc,
.aboutsc,
.blogsc,
.dssc,
.ipsc {
  text-align: center;
  display: block;
  margin-top: 10vw;
  font-weight: 800;
}

.aboutsc {
  margin-top: 10vw;
}

.lang {
  float: right;
  width: 8vw;
  height: 8vw;

  margin-top: 5.5vw;
  margin-right: 4vw;
  border-radius: 300vw;

  cursor: pointer;
  position: sticky;
  border: none;
}

.active {
  background-color: red;
  border-bottom: 0.5vw solid black;
  height: 65%;
  width: 100%;
  background-image: url("/public/external/germany-flag-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nonactive {
  height: 35%;
  width: 100%;
  background-image: url("/public/external/united-kingdom-flag-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: brightness(0.75);
}

.kontakt-container{
  margin-top: 15vw;
  margin-bottom: 55vw;
}

.kontakt-container h1{
  margin: auto !important;
  font-size: 7vw;
  font-weight: 900;
  text-align: center;
}

.kontakt-container p{
  margin-top: 3vw;
  font-size: 3vw;
  text-align: center;
}

.advanced{
}

.logopic{
  cursor: pointer;
}
.hide{
  display: none
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.logopic{
  width: 30vw;
  margin-bottom: 3vw;
  margin-top: 2vw;
  z-index: 10;
}



.showadvanced{
  float: left;
  color: gray;
  width: 100%;
  position: relative;
  margin-top: 0vw;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 700px) {
  body {

    transform: scale(0.7);
    transform-origin: top center;
    margin-bottom: -100vw;
  }

  .infozeile2 {
    width: 100vw;
    border: none;

  }

  .uber {
    margin-top: 1vw;
  }


  .menusvgsc {
    display: none
  }

  .lang {
    margin-top: 4vw;
    width: 5vw;
    height: 5vw;
    border-width: 0.5vw;
    transition: 1s;
  }

  .hide {
    display: block;
    margin-top: -60vw;
  }
}

.suchbtn {}


.datenschutzcontainer{
  width: 90vw;
  margin: auto;
}

@media (max-width: 700px) {



  .kontakt-container{
    padding: 10vw !important;
  }

  .dropdown {
    height: 8vw;
    border: 0.3px solid gray;
    border-width: 0.1vw;
    box-shadow: none;
    position: relative;
  
  }


  .dropdownmenu2 {
    margin-top: 3vw;
    height: 5vw
  }

  .maincontainer{
    
  }

  .dropdowns{
    margin-top: 5vw;
  }


  .dropdownmenu1,
  .dropdownmenu2,
  .suchbtn {
    width: 80vw;
    border-radius: 7vw;
    height: 13vw !important;
    margin-left: 0vw;
  }

  .suchbtn {
    width: 25vw;
    height: 10vw;
    font-size: 5vw;
    float: right;
    position: relative;
    pointer-events: auto;
    font-size: 3vw;
    margin-bottom: 15vw;
    margin-top: 0vw;
  }

  .dropdown-content {
    z-index: 999999;
    border-bottom-right-radius: 7vw;
    border-bottom-left-radius: 7vw;
    border-width: 0.1vw;
    margin-top: 9vw;
    max-height: 30vw;
  }


  .a {
    font-size: 4.3vw;
  }


  .finde {
    font-size: 6vw;
    position: absolute;
    width: 60vw;
    text-align: center;
    font-weight: 900;
    margin-left: 0vw;
    margin-bottom: -25vw;
    font-family: sans-serif;
    text-align: center;
    width: 75vw
  }

  .landercontainer {
    display: none
  }

  .dropdownmenu1:focus+.dropdownmenu2 {
    filter: opacity(0);
  }

  .infozeile2 {
    font-size: 2vw;
    width: 100vw;
    border: none;
    z-index: 0;
    display: flex;
    margin-top: 50vw;
  }

  .logopic {
    z-index: 9999;
  }

  .datenschutzlink,
  .Impressumlink {
    font-size: 3vw;
  }

  html {
    width: 100vw !important;

  }

  body {
    overflow-y: scroll;
  }


  .where,
  .what {
    display: contents;
    text-align: top;
    color: rgb(82, 82, 82);
    float: left;
    margin-left: 0;
    -webkit-font-smoothing: antialiased !important;
    font-size: 4.3vw;
    width: 50%
  }

  body {
    -webkit-font-smoothing: antialiased !important;
  }

  .uber {
    margin-top: 0.6vw;
    width: 65vw;
    
  }

  .country,.countryadv {
    position: relative;
    float: right;
    font-size: 4.3vw;
  }

  .bannerhome {
    border-radius: 12vw;
    width: 80vw;
    height: 65vw;
    margin-bottom: 20vw;
    margin-top: 5vw;
    z-index: 3223;
    background-image: url("/public/external/KleiderHandy.JPG");
    background-position: center;
    border-width: 1vw;
  }

  .desktop1-vector11 {
    width: 2vw;
    margin-right: 3vw;
  }


  .logopic {
    width: 40vw;
  }

  .kontakt,
  .about,
  .blog {
    display: none
  }

  .men {
    z-index: 5556 !important;
  }

  .menusvg {
    display: none
  }

  .showadvanced{
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    padding-right: 13vw;
  }



}


.hide {
  display: none;
}
.pissdich{
  opacity: 0;
  margin-left: -5000vw;
  height: 0;
}

.hideup{
  margin-top: -200vw;
}
.sm{
  transform: scale(0.8);
}


