



* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;

  scroll-behavior: smooth;
}

* h1, * p, * h2, * h3 {
  font-family: "Montserrat", sans-serif;
}

#mv-social-media {
  display: none;
}
#enterance {
  display: flex;
  display: none;
  width: 100%;
  height: 100vh;
  align-self: center;
  justify-self: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  animation: myAnim 2s ease 3s 1 normal forwards;


}

/*ENTERANCE START HERE
#enterance {
  display: flex;
  display: none;
  width: 100%;
  height: 100vh;
  align-self: center;
  justify-self: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  animation: myAnim 2s ease 3s 1 normal forwards;


}


#enterance .logo1 {
  width: 25%;
  -webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

#enterance .logo2 {
  width: 45%;
  opacity: 0;
  color: #3079ed; font-weight:bold; font-size:3em;
  animation-name: focus-in-contract;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
      }
      
      
      */
  /*  shorthand
  animation: focus-in-contract 1s linear 0s 1 normal forwards;

@keyframes focus-in-contract {
      
  0% {
      letter-spacing:1em;
      filter:blur(12px);
      opacity:0;
  }
  100% {
      filter:blur(0);
      opacity:1;
  }
}
@keyframes myAnim {
0% {
  transform: scaleY(1);
  transform-origin: 100% 0%;
}

100% {
  transform: scaleY(0);
  transform-origin: 100% 0%;
      display: none;
}
}


ENTERANCE ENDS HERE */


#mobile-version {
  display: none;
}



#to-shop {
  margin-left: 5%;
  font-style: italic;
  font-weight: 400;

}

#to-shop a{
text-decoration: underline;
color: #242526;
font-weight: 600;

}






#main {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;



}

#main #top {
  background-color: rgb(219, 219, 219);
  position: sticky;
  top: 0;
  z-index: 2;;
  padding: 5px 0;


  width: 100%;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main #top #top-punch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center
  
}


#main #top #top-icons {
  display: flex;
  justify-content: center;
  align-items: center;
;
  justify-self: flex-end;
  justify-content: space-evenly;
  position: absolute;
  right: 5%;
  ;
}


#main #top #top-icons img {
  width: 35px;
 
}


#menu-bar {
  background: white;
  backdrop-filter: blur(1px);
  position: fixed;
  width: 100%!important;
  height: 23vh;
  align-self: flex-start;
  top: 4vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}



#menu-bar #menus {
  display: flex;
  justify-content: space-evenly;
  width: 60%;
  margin-left: 5%

}




#menu-bar #menus a {
  
  position: relative; 
  text-decoration: none;
  text-align: center;
  line-height: 63px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 10%;
  font-size: 2vh;
  color: #666;
  transition: .5s;
  padding: 1%;
}


#menu-bar #menus a:hover {
  color: black;
transform: scale(1.1);

}



#showitall {

  width: 100%;
  margin-top: -6vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  justify-self: center;
}


article {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
      ;
}

article #parag {
  width: 40%;
}
article #parag p {

  line-height: 30px;
  font-family:Arial, Helvetica, sans-serif;
}

article h1 {
  font-size: xx-large;
  margin-bottom: 4%;
}
article p {
  text-align: justify;
}

#main article img {
  width: 50%;
  border-left: 2px solid black;
}





/*produkte */
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

/* Override UGG site */
#main {
    width: 100%;
    padding: 0;
}
.content-asset p {
    margin: 0 auto;
}
.breadcrumb {
    display: none;
}

/* Helpers */
/**************************/
.margin-top-10 {
    padding-top: 10px;
}
.margin-bot-10 {
    padding-bottom: 10px;
}

.top-icon {
  position: sticky;
  top:90vh;
  left:47vw;
  z-index: 999;
  display: block;

  width: 55px;
  height: 55px;
}

.top-icon img {

  width: 55px;
  height: 55px;
}


#parallax-world-of-ugg #left-right {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80vw;
  margin-left: 10vw;
  font-weight: 600;
 
  margin-top: 16vh;
}

#left {
  opacity: 0;
}


svg {
  position: absolute;
  width: 5%;
}





/* Typography */
/**************************/
#parallax-world-of-ugg h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    padding: 0;
    margin: 0;
}
#parallax-world-of-ugg h2 {

    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    letter-spacing: 10px;
    text-align: center;
    color: rgb(48, 48, 48);
    backdrop-filter: blur(20px);
    font-weight: 400;
    text-transform: uppercase;
    z-index: 10;
    opacity: .9;
}
#parallax-world-of-ugg h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 0;
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: black;
}
#parallax-world-of-ugg p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
}
.first-character {
    font-weight: 400;
    float: left;
    font-size: 84px;
    line-height: 64px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'Source Sans Pro', sans-serif;
}

.sc {
    color: #3b8595;
}
.ny {
    color: #3d3c3a;
}
.atw {
    color: #c48660;
}

/* Section - Title */
/**************************/

#parallax-world-of-ugg > section.title-top {
  position: sticky!important;
  top: 0;
  z-index: 1;
}


#parallax-world-of-ugg .title {
  
    background: white;
    padding: 60px;
    margin: 0 auto;
    text-align: center;
}
#parallax-world-of-ugg .title h1 {
    font-size: 50px;
    letter-spacing: 8px;
}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {
    
    padding: 60px;
    width: 820px;
    margin: 0 auto;
    text-align: justify;
    
}


#kaltplasma {
  
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(199,130,45,0.247) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(199,130,45,0.247) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(199,130,45,0.247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c7822d",GradientType=1);
}

#triluxe {
  background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(152,67,21,0.2474) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(152,67,21,0.247) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(152,67,21,0.247) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#984315",GradientType=1);
}

#varishape {
  background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(91, 34, 68, 0.247) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(91,34,68,0.247) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 70%, rgba(91,34,68,0.247) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#5b2244",GradientType=1);
}

.wirkung {
  background: url(media/wirkung.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.vorher-nacher {
  background: url(media/vorher-nacher.png);
  background-size: contain;
  background-repeat: no-repeat;

}

.indikation {
  background: url(media/indikation.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.indi-hori {
  margin-top: 7vh!important;
}
#parallax-world-of-ugg .block-gray {
    background: #f2f2f2;
    padding: 60px;
}
#parallax-world-of-ugg .section-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.70;
}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(media/effect.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#parallax-world-of-ugg .parallax-two {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(media/indication.jpg);    
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#parallax-world-of-ugg .parallax-three {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(media/before-after1.jpg);
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {
    border-bottom: 1px solid black;
    width: 150px;
    margin: 0 auto;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
    #parallax-world-of-ugg .block {
        padding: 40px;
        width: 620px;
    }
}
@media screen and (max-width: 767px) {
    #parallax-world-of-ugg .block {
        padding: 30px;
        width: 420px;
    }
    #parallax-world-of-ugg h2 {
        font-size: 30px;
    }
    #parallax-world-of-ugg .block {
        padding: 30px;
    }
    #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 479px) {
    #parallax-world-of-ugg .block {
        padding: 30px 15px;
        width: 290px;
    }
}


#partnersalon {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(media/thumbnail.png);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 95% 7%;
  background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 49%, rgba(150,150,150,0.45702030812324934) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 49%, rgba(150,150,150,0.45702030812324934) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 49%, rgba(150,150,150,0.45702030812324934) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#969696",GradientType=1);
}

#partnersalon address {
  line-height: 30px;
  margin: 1% 0 4% 0;
}

#partnersalon > h1 {
  font-family: "Montserrat", sans-serif;
  margin-top: 5%;
}
#partner-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  width: 90%;
}

#partner-wrapper #map {
  position: relative;
  width: 500px;
  height: calc(500px*1.36);
}

#cities {
  position: absolute;
  width: 500px;
  height: calc(500px*1.36);
 
  top: 0;
  
  
  list-style-image: url(media/11.png);
}

#cities li {
  text-decoration: none;
  color: white;
  font-size: 15px;
  transition: transform 0.3s ease; /* Adding transition effect */
}

#cities li:hover, #cities li .clicked{ /* Apply hover styles when hovered or clicked */
  transform: scale(1.2);
  
  cursor: pointer;
}




#cities .mannheim {
  position: absolute;
  margin-top: 97%;
  margin-left: 32%;
}

#cities .stuttgart {
  position: absolute;
  margin-top: 105%;
  margin-left: 38%;
}

#cities .munchen {
  position: absolute;
  margin-top: 120%;
  margin-left: 65%;
  
}



#partner-wrapper #map img {
  width: 100%;
  height: calc(500px*1.36);
}

#show-map > div.entrance-show-map > p {
  width: 70%;
  font-size: x-large;
  
}

#entrance-show-map > div {
  min-width: 500px;
}



#show-map  {
  width: calc(100vw - 750px);
  height: calc(500px*1.36);
 
  display: flex;
  align-items: center;
}


.partner-logo {
  width: 400px;
}
.h1- {
  margin-top: 5%;

}


#show-map-mannheim img {
  position: absolute;
  width: 100px;
  right: 2%;
  top: 10%;
  border-radius: 50%;

  
}

iframe {
  height: 90%;
  border-top: 1px solid black!important;
}






#show-map > div {
  position: relative;
  width: 100%;
  min-width: 317px;
  height: calc(500px*1.36);

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 50px;


}


.show-map-hidden {
  
  display: none!important;

}

#city-selector{
  position: absolute;
  top: 15vh;
  left: 650px;
  width: calc(100vw - 750px);
  min-width: 500px;
  height: 5vh;
  border-radius: 15px;
  text-align: center;
  background-color: #414144;
  color: white;
  font-size: 20px;



}


.close-maps {

  z-index: 10;
  position: absolute;

position: absolute;
top:93.5vh;
left: 635px;
width: calc(100vw - 750px);
min-width: 500px;
  height: 5vh;
  background-color: #414144;
  color: white;
  font-size: 20px;
  transition: font-size 0.3s ease;
  border-radius: 15px;
}

.close-maps:hover {
  font-size: 22px;
}

















#trainees {
  width: 100%;
 
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 49%, rgba(150,150,150,0.45702030812324934) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 49%, rgba(150,150,150,0.45702030812324934) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 49%, rgba(150,150,150,0.45702030812324934) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#969696",GradientType=1);
 
}




#trainees #trainees-main {

  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}

#trainees #trainees-main #people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  

}

#trainees #trainees-main #people img {
  border: 5px solid white;
  -webkit-box-shadow: 5px 5px 15px 5px #000000; 
  box-shadow: 5px 5px 15px 5px #000000;
  transition: transform 0.2s ease; /* Adding transition effect */

}

#trainees #trainees-main #people img:hover{
  transform: scale(1.2);


}




#contact-wrapper  {
  position: relative;
min-height: 127vh;

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  ;

}

#contact-wrapper #contact-top, #contact-wrapper #contact-bottom {
  width: 100%;
  height: 50vh;

}

#contact-top-right > h2 {
  position: absolute;
  top: 57%;
}

#contact-top > div {
  position: relative;
  height: 45vh;
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: justify;
  align-items: center;
  justify-content: space-evenly;
}

#contact-bottom {
  align-items: flex-end!important;

}


footer {
  width: 100%;
  min-height: 27vh;
  background: rgb(70, 70, 70);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;




}

#footer-wrapper {
  width: 60%;
  min-height: 20vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  
}

#footer-wrapper > div {
  display: flex;
  min-height: 10vh;
  align-items: flex-start;
  flex-direction: column;
  width: 30%;

}


#footer-wrapper > div a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;
  transition: all 0.1s ease;

}

#footer-wrapper > div a:hover {
  transform: scale(1.1);
}


#footer-wrapper> div h3 {
  color: white;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 15px;
}

#payment-methods {}

#payment-methods img {
  width: 100px;
}


.footer {
  position: absolute;
  bottom: 15px;
  color: white;
  font-family: roboto;
}





#contact-top, #contact-bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.konktaktieren {
  position: absolute;
  top: 43%;
  font-size: 105px;
  font-weight: 600;
  padding: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid black;
  text-align: center;
}

.kontakt-iframe {
  width: 98vw;
  height: 47vh;
}

#contact-top p {
  width: 65%;

  font-size: 20px;
  font-weight: 500;

}

#contact-top-left {
  display: flex;
  ;
}

#contact-top-right {
  display: flex;
  flex-direction: column!important;


}
#contact-top-right-contact {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
    flex-wrap: wrap;
}

#contact-top-right-contact>div {
  width: 45%;
  min-width: 150px;
  height: 26.5%;
  padding: 10px 0 0 0 ;
  display: flex;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #b9b9b977;
  
}


#contact-top-right-contact>div img {
  width: 90px;
  margin-bottom: -10px;

}

#contact-top-right-contact>div a{
  text-decoration: none;
  color: white;
  background-color: black;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 10px;
  transition: all 0.1s ease;
}

#contact-top-right-contact>div a:hover {

  transform: scale(1.05);
}





.container {
  height: 45vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

form {
  width: 100%; /* Adjust the width as necessary */
  max-width: 600px; /* Keeps the form from stretching too far on larger screens */
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

input[type="text"], input[type="email"], textarea {
  width: calc(100% - 20px); /* Adjust width, considering padding */
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

input[type="submit"] {
  width: calc(100% - 20px);
  padding: 10px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: #007bff;
  cursor: pointer;
  transition: background-color 0.2s;
}

input[type="submit"]:hover {
  background-color: #0056b3;
}

textarea {
  resize: none; /* Prevent resizing */
  height: 100px;
}


#footer {
  width: 100%;
  height: 36vh;

}





.imageSlides {
height: 50vh;
display: flex;
justify-content: center;
align-items: center;


}

.imageSlides img {
width: 100%;
height: 88vh;
}

#image-article {
width: 40%;
left: 1%;
bottom: 5%;
position: absolute;
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.233);
padding: 20px;

}






















nav {
  width: 100%;
  z-index: 2;
  top: 3vh;
  position: sticky;
  backdrop-filter: blur(10px);
  height: 15vh;
  display: flex;
  justify-content: center;
}




nav .wrapper{
position: relative;
width: 100%;
padding: 0px 30px;
height: 10vh;

margin: auto;
display: flex;
align-items: center;
justify-content: flex-start;
}

#allpages-nav {
  height: 15vh;
  align-items: center!important;
  justify-content: center!important;
  position: sticky;
  display: flex;
  top: 0;
}

#allpages-nav .wrapper {
  height: auto;
  display: flex;
  justify-content: flex-start!important;
  justify-content: center;
  align-items: center;
}

 #allpages-nav .wrapper .logo, nav .wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  

  margin-left: 15%;
}

nav .wrapper .logo a {
  
  width: 100%;

}

#allpages-nav .wrapper .logo img {
  width: 100px;
  height: 75px;
}

 nav .wrapper .logo img {
width: 100px;

}


.wrapper .nav-links{
  
display: inline-flex;
}
.nav-links li{
list-style: none;
}
.nav-links li a:not(.header-a){
color: #636363;
text-decoration: none;
font-size: 18px;
font-weight: 500;
padding: 9px 15px;
border-radius: 5px;
transition: all 0.3s ease;
}

.header-a {
  display: block;
  width: 19vh;
  text-decoration: none;
  height: 100px;
 
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid white;







}

.header-a header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;

}





.nav-links li a:hover{
  color: white;
background: #3A3B3C;
}
.nav-links .mobile-item{
display: none;
}
.nav-links .drop-menu{
position: absolute;
background: #242526;
width: 180px;
line-height: 45px;
top: 85px;
opacity: 0;
visibility: hidden;
box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
transition: all 0.3s ease-in-out;
top: 70px;
opacity: 1;
visibility: visible;
}
.drop-menu li a{
width: 100%;
display: block;
padding: 0 0 0 15px;
font-weight: 400;
border-radius: 0px;
}
.mega-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
position: absolute;
left: 0;

padding: 0 30px;

opacity: 0;
visibility: hidden;
}
.mega-box .content{
  width: 80%;
  margin-top: -4.5vh;
background: #242526;
padding: 25px 20px;
display: flex;

justify-content: space-between;
box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}



.mega-box .content .row{
width: calc(25% - 30px);
line-height: 45px;
display: flex;
flex-direction: column;
align-items: center;
}
.content .row img{
width: 100%;
height: 100%;
object-fit: cover;
}
.content .row header{
color: #f2f2f2;
font-size: 20px;
font-weight: 500;
}
.content .row .mega-links{
margin-left: -40px;
border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
padding: 0 20px;
}
.row .mega-links li a{
padding: 0px;
padding: 0 20px;
color: #d9d9d9;
font-size: 17px;
display: block;
}
.row .mega-links li a:hover{
color: #f2f2f2;
}
.wrapper .btn{
color: #fff;
font-size: 20px;
cursor: pointer;
display: none;
}
.wrapper .btn.close-btn{
position: absolute;
right: 30px;
top: 10px;
}


nav input{
display: none;
}

.body-text{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
padding: 0 30px;
}
.body-text div{
font-size: 45px;
font-weight: 600;
}
























/*IMAGE SLIDER START */
.slideshowContainer {
position: relative;
overflow: hidden;
margin: 50px 0 75px;
width: 100%;
height: 44vh;
}

.imageSlides {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
opacity: 0;
transition: opacity 1s ease-in-out;
z-index: -1;
}

/* add 'visible' class via Javascript */
.visible {
opacity: 1;
}

.slideshowArrow {
font-size: 7em;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
opacity: 0.75;
}

#leftArrow {
position: absolute;
left: 4%;
top: 50%;
transform: translate(-50%, -50%);
}

#rightArrow {
position: absolute;
right: 4%;
top: 50%;
transform: translate(50%, -50%);
}

.slideshowCircles {
position: absolute;
bottom: 2%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}

.circle {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
width: 15px;
height: 15px;
border-radius: 50%;
border: solid 2px rgba(255, 255, 255, 0.5);
transition: 1s ease-in-out;
}

.dot {
background-color: rgba(255, 255, 255, 0.7);
border: solid 2px rgba(255, 255, 255, 0.5);
}


/*IMAGE SLIDER END */
















































#top-bottom {
  margin-top: -8vh;
  width: 100%;
}


#left-right #left {
  display: none!important;
}








.mega-kontakt {
  width: 25%;
  margin-left: 650px;
  justify-content: center;
}

.mega-kontakt .content {
  justify-content: center!important;
  width: 200px!important;
}


.mega-kontakt li {
 text-align: left;
}

.mega-kontakt .row {
  width: 100%!important;
}


.links-contact {
  margin: 0!important;
  border: none!important;
}