@import url('fonts.css');

:root {
    --text: #6a6a6a;
    --title: #202124;
    --titleh3: #7B7B7B;
    --main: rgb(8, 45, 56);
    --white: #fff;
    --hoverMain: #c31c14;
    --darkwhite: #F4F4F4;
    --blue: #0d6efd;
    --red: #F32E24;
    --nav:#ffffff;
    --orange: #0080c6
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Mukta';
    box-sizing: border-box;
    line-height: 1em;
}


html, body{
    width: 100%;
    height: 100%;
}
.noscroll {
    overflow: hidden;
}
.mt_40{
    margin-top: 40px;
}
.mt_80{
    margin-top: 80px;
}
h1{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

h2{
    font-size: 16px;
    color: var(--orange);
    text-transform: uppercase;
}

h3{
    font-size: 45px;
    text-transform: uppercase;
}
h4{
    font-size: 18px;
    margin: 0px;
}
.radius_10{
    border-radius: 10px;
}
.img_height_100{
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
p{
    font-weight: 200;
    margin: 0;
    color: var(--text);
    font-size: 18px;
    line-height: 1.5em;
  }

.ul{
    margin: 0px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

a, a:hover{
    text-decoration: none;
}

a:focus {
    outline: none;
  }

.align_center{
    align-items: center;
}

.align_stretch{
    align-items: stretch;
}

.container{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.line{
    width: 100%;
    height: 1px;
    background-color: #efefef;
}
.boxes{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.box{
    flex: 0 0 calc(50% - 20px);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
    height: 100%;
    background-color: var(--white);
}
.box_100{
  flex: 0 0 100%;
}
.box_vorteil{
    flex: 0 0 calc(33.333333% - 30px);
}
.box h4{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.box svg{
    width: 30px;
    height: 30px;
    color: var(--orange);
}
.box_team{
    padding: 0px;
    flex: 0 0 calc(33.333333% - 30px);
}
.box_text{
    padding: 20px 0px;
    text-align: center;
}
.box_text h4{
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.box_team p{
    font-size: 16px;
    text-transform: uppercase;
}

.box_team img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.trenner{
    display: flex;
    align-items: end;
    margin: 15px 0px 22px 0px;
}
.trenner_center{
    justify-content: center;
}
.trenner_img {
    height: 20px;
    margin-left: -37px;
}
.trenner .line{
    width: 75px;
    height: 1px;
    background-color: var(--orange);
}
header{
    width: 100%;
    height: auto;
}

header.sub {
  height: 400px;
  display: flex;
  align-items: end;
  justify-content: center;
  background-color: var(--main);
  padding-bottom: 100px;
}

header h1{
    color: var(--white);
    font-size: 52px;
    margin: 0;
}

header p{
    font-size: 22px;
    color: var(--white);
    max-width: 600px;
    margin: 40px auto;
}

.header_formular{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 30px;
}

.carousel-item{
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
}

.carousel-inner .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
  }
  .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
  }

  .bg_sub{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed !important;
  }

  section .container{
    z-index: 1;
  }

 
  .img_bg_links{
    position: absolute;
    left: -100px;
    top: -100px;
    opacity: 0.02;
    max-height: 750px;
    width: 100%;
    object-fit: contain;
    object-position: left;
  }

  .img_bg_rechts{
    right: -100px;
    left: auto;
    object-position: right;
  }

  .small{
    background: linear-gradient(45deg, 
    #ff7f50 0%,  /* Goldener Gelbton */
    #a85700 80%, /* Warmer Orangeton */
    #a85700 100% /* Hellgoldener Schimmer */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Für nicht unterstützte Browser */
    margin: 0;
  }
  
  .btn, .btn:visited{
    border: 1px solid #ff7f50;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    color: #efefef;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1em;
    border-radius: 5px;
    margin-top: 40px;
    transition: all .2s ease-in-out;
    background-color: rgba(255, 133, 88,.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-size: clamp(12px, 10px + 1.5vw, 14px) !important;
  }

  .btn:hover{
    background-color: rgba(255, 133, 88,.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #fff;
  }

  #loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    z-index: 99999;
    transition: transform 1s ease, opacity 1s ease;
  }
  
  /* Kreis-Loader */
  .loader {
    border: 5px solid rgba(0, 0, 0, 0.2);
    border-top: 5px solid #ff7f50;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .header_main{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.container {
    position: relative;
}

.logo_main {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg_blau{
    background-color: rgb(249, 248, 253);
}

/*########## NAV Style ########### */

nav{
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
}

nav.sticky{
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(8, 45, 56,0.8);
    transition: all 0.3s ease-in-out;
}

nav.sticky .logo{
    height: 50px;
}

.blur{
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(8, 45, 56,0.8);
}

nav .nav_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.logoa{
    line-height: 0;
}

.show_menu{
    display: none;
    justify-content: flex-end;
    width: 100%;
}

nav ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: auto;
    align-items: center;
    position: relative;
    z-index: 200;
    transition: all 0.3s ease-in-out;
}

nav ul li{
    margin-left: 0px;
}

nav ul li:first-child{
    margin-left: 0px;
}

nav ul li:last-child a{
    margin-left: 0px;
    padding-right: 0px;
}


nav ul li a{
    color: var(--nav) !important;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    padding: 0px 25px;
    text-transform: uppercase;
}

nav ul li .dropdownarrow{
    position: relative;
}


nav ul li .dropdownarrow:after{
    content:'';
    width: 18px;
    height: 8px;
    background-image: url("http://relaunch.isinoor-beauty.de/wp-content/themes/gkisolution/img/nav_arrow_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 4px;
}

nav ul li a:hover{
    color: var(--red);
}

.clr_white a{
    color: var(--white) !important;
}

nav ul li:hover .dropdown_menu{
    visibility: inherit;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.dropdown_menu{
    width: auto;
    height: auto;
    position: absolute;
    left: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: 22px;
}

.dropdown_menu a{
    color: var(--nav) !important;
    display: block;
    width: 100%;
    padding: 10px 0px;
    position: relative;
    text-transform: unset;
    font-size: 14px;
}

.dropdown_menu a span{
    font-size: 15px;
    font-weight: 300;
}

.dropdown_menu a:hover::after{
    width: 15px;
    height: 15px;
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 23px
}

.dropdown_menu a:hover{
    color: var(--red) !important;
}

.dropdown_menu li{
    border-bottom: 0px solid #C3D5E3;
    margin-left: 0px;
}

.dropdown_menu li:last-child{
    border-bottom: 0px solid #C3D5E3;
}

.dropdown_menu li:nth-child(3){
    margin-left: 0px;
}


.dropdown_container{
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.blur .dropdown_container,.sticky .dropdown_container{
    background-color: rgba(255,255,255,0.85);
}

.dropdown_container::before{

}

.dropdown_container_inner {
    padding: 10px 10px;
    z-index: 2;
}

.btn_top{
    border: 0px solid #707070;
    border-radius: 50px;
    padding: 10px 50px 8px 50px;
    margin-left: 20px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: -10px;
    display: inline-block;
    background-color: var(--red);
    color: var(--white) !important;
}

.btn_top:hover{
    -webkit-transform:scale(1.2);
}

.bg_dark{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--white);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bg_dark_visible{
    background-color: #000000;
    opacity: 0.29;
    z-index: 100;
}

.logo{
    height: 85px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger{
    display: none;
    width: 15px;
    height: 32px;
    cursor: pointer;
    position: relative;
    left: 0px;
}

.line_top, .line_bottom{
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    transition: all 0.2s ease-in-out;
}

.line_top{
    top: 12px;
}

.line_bottom{
    bottom: 13px;
}

.oscar_detail{
    overflow-x: hidden;
  }
  
 .oscar_detail p{
    max-width: unset;
  }

  .oscar_detail p{
    font-size: clamp(14px, 12px + 1.5vw, 20px) !important;
  }

  .flex_oscar{
    display: flex;
    justify-content: flex-end;
  }
  
  .flex_oscar_text{
    flex: 0 0 45%;
  }
  

  .bg_grau{
    background-color: #fafafa;
  }
  
  .bg_blue{
    background: radial-gradient(at top left,rgba(82,81,255,1) 0%, rgba(20,14,134,1) 100%);
  }
  
  .bg_orange{
    background: rgb(255,163,81);
  background: radial-gradient(at top left, rgba(255,163,81,1) 0%,rgba(193,125,34,1) 100%);
  }
  
  .bg_red{
    background: rgb(255,90,81);
  background: radial-gradient(at top left, rgba(255,90,81,1) 0%, rgba(193,55,34,1) 100%);
  }
  
  .bg_rosa{
    background: rgb(255,81,160);
  background: radial-gradient(at top left, rgba(255,81,160,1) 0%, rgba(193,34,111,1) 100%);
  }
  
  .bg_green{
    background: rgb(84,255,81);
  background: radial-gradient(at top left, rgba(84,255,81,1) 0%, rgba(42,193,34,1) 100%);
  }
  
  .bg_turkis{
    background: rgb(81,203,255);
  background: radial-gradient(at top left, rgba(81,203,255,1) 0%, rgba(34,162,193,1) 100%);
  }

  .foto_details{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .foto_details img{
    flex: 0 0 100%;
    width: 100%;
  }
  .normal{
    height: auto;
  }



/*########## footer Style ########### */


form{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form .left, form .right{
  flex: 0 0 calc(50% - 10px);
}

form .full{
  flex: 0 0 100%;
}

.form input, .form textarea, .login-username input, .login-password input{
  width: 100%;
	border: 1px solid var(--orange) !important;
	border-radius: 10px !important;
	padding: 20px 20px !important;
	letter-spacing: 0px;
	color: var(--text);
	margin-bottom: 25px;
}

.login-username, .login-password{
    display: flex;
    flex-direction: column;
}

.login-username label, .login-password label{
    width: 100%;
}

form textarea{
	height: 250px;
}

form button{
    margin-top: 0px !important;
}

form label{
    color: var(--text);
}

.form-group{
	position:relative;
}

.form-label{
	position: absolute;
	left: 20px;
	top: 26px;
	color: #999;
	background-color: #fff;
	z-index: 10;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	letter-spacing: 0px;
	color: rgba(80, 80, 80, .56);
	padding: 0px 10px;
}

.form-label span{
	font-size: 10px;
}

.focused .form-label {
	transform: translate(0px, -33px);
	color:var(--orange)
}

.form-input {
	position: relative;
	width: 100%;
	outline: none;
}

.form-input:focus{
	border: 1px solid rgba(112, 112, 112, 0.6);
}

.form-input.filled{
	border: 1px solid limegreen;
}

.form .filter_checkboxen{
    padding: 0px !important;
    margin-bottom: 20px;
}
#response_e{
    margin-bottom: 20px;
}
.mail_custom{
  display: none;
}

#checkbox{
  width: 20px;
}

.filter_checkboxen{
  padding: 20px 0px 0px;
}
.filter_checkboxen h2{
  color: var(--orange);
  margin-bottom: 10px;
  font-size: 18px !important;
}
.filter_checkboxen label{
  color: var(--text);
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

.filter_checkboxen label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

 /* Create a custom checkbox */
 .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: var(--white);
  border: 1px solid var(--orange);
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.filter_checkboxen label:hover input ~ .checkmark {
  background-color: var(--linie);
}

/* When the checkbox is checked, add a blue background */
.filter_checkboxen label input:checked ~ .checkmark {
  background-color: var(--orange);
  background-image: url('../img/check_w.svg');
  background-size: contain;
  background-position: center center;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filter_checkboxen label input:checked ~ .checkmark:after {
  display: block;
}

.btn_gk, .btn_gk:hover, .btn_gk:active, .btn_gk:focus, .btn_gk:visited, .login-submit input{
  display: flex;
  width: auto;
  background-color: var(--white);
  color: var(--orange);
  border: 1px solid var(--orange);
  margin-top: 40px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
  border-radius: 10px;
}

.btn_gk:hover{
  background-color: var(--darkwhite);
}

.btn_gk svg{
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.text-right{
  text-align: right;
}

footer{
  padding: 20px 0px;
  color: var(--white);
  background-color: var(--main);
}

footer p, footer a, footer a:visited{
  color: var(--white);
}

footer.container{
  border-top: 1px solid #efefef;
}

footer img{
  height: 50px;
}

#kontakt .contact_small{
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
}


.contact_small{
    display: inline-block;
    border: 1px solid var(--orange);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

header .contact_small{
    border: 1px solid var(--white);
    color: var(--white);
}

.contact_small a{
    font-weight: 300;
    padding: 10px;
    display: inline-block;
    color: var(--orange);
}

.uhrzeiten a{
    pointer-events: none;
}

header .contact_small a{
    color: var(--white);
}

  .contact_small:hover{
    background-color: var(--darkwhite);
  }

 header .contact_small:hover{
    background-color: rgba(8, 45, 56, 0.5);
  }

  .kontakt .contact_small{
    margin-top: 40px;
  }

  .tel_small{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
  }

  .tel_small .icon svg{
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }

  .tel_small span{
    font-size: 12px;
    margin-bottom: 5px;
  }

.flex_center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.whatsapp{
    background-color: #25D366;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 100%;
    padding: 15px;
    color: var(--white);
    z-index: 999;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
}

.whatsapp svg{
    width: 34px;
    height: 34px;
}

.imp_data h2, .imp_data h3, .imp_data h4, .imp_data h5, .imp_data h6, .imp_data p, .imp_data a{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px;
    color: var(--title);
}

.imp_data p, .imp_data a{
    font-weight: 200;
    color: var(--text);
}
.imp_data p{
    margin-bottom: 20px;
}

.logos img {
  width: auto;
  height: 70px;
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#logo-wrapper {
  display: flex;
}

.logos {
  flex: 0 0 auto;
  margin-right: 40px; /* Stelle sicher, dass dieser Abstand konsistent ist */
  padding: 30px 50px;
  background-color: var(--white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#logo-wrapper-mobile1, #logo-wrapper-mobile2{
  display: none;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 1090px) {

   .container{
    padding-left: 40px;
    padding-right: 40px;
   }

   .contact_small{
    margin-top: 20px;
    }


  footer{
    padding: 40px;
}

form .left, form .right {
    flex: 0 0 100%;
}
  .hamburger{
    display: block;
  }


        .line_top{
            top: 12px;
        }

        .line_bottom{
            bottom: 13px;
        }

        .hamburger.active .line_top,
        .hamburger.active .line_bottom{
            top: 15px;
            bottom: auto;
            transform: rotate(45deg);
        }

        .hamburger.active .line_bottom{
            transform: rotate(-45deg);
        }


    nav .nav_container {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0px;
    }

    nav .nav_container a{
      flex: 0 0 80%;
    }

    .logo {
      object-fit: contain;
    }

    nav ul {
        overflow: hidden;
        max-height: 0px;
        flex: 0 0 100%;
        opacity: 0;
      flex-direction: column;
    }

    nav ul.active{
      max-height: 1000px;
      opacity: 1;
      padding-top: 20px;
    }
    nav ul li a, nav ul li:last-child a {
        padding: 10px 15px;
        display: inline-block;
        text-align: center;
    }

    .logo {
        height: 60px;
    }

    .row{
        gap: 40px;
    }

    .mmt_40{
      margin-top: 40px;
  }

  .m_text_center{
    text-align: center !important;
  }

}

@media screen and (max-width: 480px) {

    .carousel-item{
        height: 900px;
    }

    .m_flex_reverse{
        flex-wrap: wrap-reverse;
    }

    section{
        padding: 80px 0px;
    }
    h3 {
        font-size: 36px;
    }
    .box{
        flex: 0 0 100%;
    }
    .carousel-inner .container {
        justify-content: end;
        padding-bottom: 80px;
    }
    .whatsapp{
        bottom: 24px;
        right: 24px;
        padding: 10px;
    }
    
    .whatsapp svg{
        width: 24px;
        height: 24px;
    }
    .flex_center {
      gap: 20px;
  }
  .box svg {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
  }
  #logo-wrapper{
    display: none;
  }
  #logo-wrapper-mobile1, #logo-wrapper-mobile2{
    display: flex;
  }
  #logo-wrapper-mobile1{
    margin-bottom: 40px;
  }
  .logos img {
    height: 50px;
  }
  .img_height_100{
    height: 250px;
  }
  header.sub h1{
    font-size: 38px;
  }
}

@media screen and (max-width: 330px) {

}

/*########## END NAV Style ########### */

