/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;    
  src: 
      local('Rubik Light'), 
      local('Rubik-Light'), 
      url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Fqj2md8WA.woff2) format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;    
  src: 
      local('Rubik'), 
      local('Rubik-Regular'), 
      url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: fallback;  
  src: 
    local('Rubik Medium'), 
    local('Rubik-Medium'), 
    url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Eyjmmd8WA.woff2) format('woff2');
}


@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: fallback;
  src: 
      local('Montserrat ExtraLight'), 
      local('Montserrat-ExtraLight'), 
      url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: fallback;
  src: 
      local('Montserrat ExtraLight Italic'), 
      local('Montserrat-ExtraLightItalic'), 
      url(https://fonts.gstatic.com/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format('woff2');
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px 15px;
}


.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}



/* Start Cropper */
.img-container {
    min-height: 500px;
    max-height: 650px;
    width: 100%!important;  /* 482px; */
    height: 100%!important;  /* 620px; */
    overflow: hidden;
    text-align: center;
    border: 6px solid #F8F9FA;
    border-radius: 0.35rem;
    margin: 0px auto;
}

#cropperimg {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
    border-radius: 0.35rem;
    overflow: hidden;
}

#cropperimg-preview {
    height: 90px;
    width: 70px;
    overflow: hidden; 
/*    margin: 0px 20px 0px 0px;*/
    border-radius: 0.2rem;
}

#actions button span {
    font-size: 1.3rem;
    padding: 0.4rem;
}

.actions-mobile button {
    padding: 0.5rem 1.3rem!important;
}

.actions-age button:focus {
    box-shadow: none!important;
}

.cropper-view-box {
  outline-color: rgba(69,130,236,0.75); /* rgba(51, 153, 255, 0.75); */
  outline: 1px solid #4582EC;

}

.cropper-container .cropper-dashed.dashed-h {
    top: 28.89%;
    height: 22.22%;   
    left: 0;
    width: 100%;
    background: #fff;
    opacity: .4!important;
    filter: alpha(opacity=30)!important;
    border-top-width: 0px!important;
    border-bottom-width: 0px!important;
    
}

.cropper-container .cropper-dashed.dashed-v {
    top: auto;
    height: 35%; /* 48.89%; */
    bottom: 13.89%; /* 0; */
    left: 44.29%; 
    width: 11.43%;
    background: #FFF;
    opacity: .4!important;
    filter: alpha(opacity=30)!important;
    border-right-width: 0px!important;
    border-left-width: 0px!important;    
}

.cropper-container .cropper-dashed.dashed-f {
    top: 11.11%;
    height: 75%;    
    left: 0;
    width: 100%;
    border-top: 2px dotted #4582EC;
    border-bottom: 2px dotted #4582EC;
}




.cropper-dashed.dashed-h-kinder { 
    top: 26.67%!important;    
    height: 31.11%!important; 
}

.cropper-dashed.dashed-v-kinder { 
    height: 26.67%!important; 
    bottom: 15.55%!important; 
}

.cropper-dashed.dashed-f-kinder,
.cropper-dashed.dashed-f-kleinkinder,
.cropper-dashed.dashed-v-kleinkinder { 
    top: 15.56%!important;
    height: 68.89%!important; 
}

.cropper-dashed.dashed-h-kleinkinder { 
    display: none; 
}



@media (max-width: 575px) { 
   
/*    .img-container {
        width: 95%!important;
        margin: 0px 0px;
    }*/
    
}

@media (max-width: 500px) { 
   
    .img-container {
        width: 95%!important;
        margin: 0px 0px;
        min-height: 380px;
        max-height: 500px;
    }
    
    .actions-age button {
        font-size: 0.8em;
    } 
    
}

@media (max-width: 350px) { 
   
    .img-container {
        min-height: 300px;
        max-height: 450px;
    }
    
}

/* End Cropper */

/*.active .step-circle {
    background: #20A2B7;
}*/

#nav-steps p {
    font-size: 1rem;
    
}

#nav-steps a.card {
    color: #495057;
}

#nav-steps a.card:hover {
    -webkit-transform: translateY(0px); 
    transform: translateY(0px);
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#nav-steps a.card.disabled {
background-color: transparent;
    border-color: transparent;

}

#nav-steps a.card.disabled:hover {
    background-color: #e9ecef;
    cursor: default;
}

#nav-steps a.card:hover .step-circle {
    transform: scale(0.9);
    
}
#nav-steps a.card .step-circle {
    transition: background-color .35s ease, transform .2s ease;
}






.step3-image-gallery {
    padding: 10px;
}

.step3-image-gallery div {
    margin-bottom: 20px;
}

.step3-image-gallery div img {
    margin-top: 10px;
    width: 100%;
}

.step3-image-gallery div img.neunmaldreizehn {
    width: 86.66666%;
}


.badge-sizes {
    color: #495057; 
    font-size: 0.8125rem; 
    padding: 0.35em 0.4em;
}

.lazy {
    max-width: 100%;
    display: block;
}

.navbar-brand {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 26px;
    color: rgba(255,255,255,0.7)!important;
    letter-spacing: -0.2px;
}

.navbar-brand span {
    margin: 0px 2px 0px 3px;
    font-size: 1.3em;
    font-style: italic;
    color: rgba(255,255,255,0.4);
    line-height: 1em;
    letter-spacing: 0px;
}

@media (max-width: 991px) { 
    .navbar-brand {
        font-size: 20px;
     }
}


footer .navbar-brand {
    color: rgba( 69, 130, 236, 1)!important;

    font-size: 17px;
}

footer .navbar-brand span {
    color: rgba( 69, 130, 236, 0.4)!important;
}

.list-check li {
    position: relative;
    padding: 0 0 0 25px;
}

.list-check li:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0px;
    left: 0px;
    content: "\f00c";
}

#fileupload_abort,
#upload_error,
#progress-custom {
    display: none;
}

#fileupload_abort {
/*    float: left;*/
    margin: 0px 30px 0px 10px;
}

#progress-custom {
    font-size: 50px;
    margin-bottom: -2px;
}

#upload_error {
    margin: 0px 0px -1px 30px;
    flex-grow: 1;
}

#upload_error span {
    position: relative;
    padding: 0 0 0 25px;
}

#upload_error span:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0px;
    left: 0px;
    content: "\f071";
}

.topstep3-container {
    position: relative;
}

.topstep3-container button {
    margin: 15px;
}

.topstep3-loading {
    position: absolute; 
    top: 19px; 
    width: 30px; 
    height: 30px;
}

.meta-pages h2 { margin: 30px 0px 16px 0px; }
.meta-pages h4 { margin: 20px 0px 16px 0px; }

#navbarNav ul a {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 0.9em;
    color: rgba(255,255,255,0.7)!important;
}

.navbar-toggler .fa {
    color: rgba(255,255,255,0.7)!important;
    font-size: 0.9em;
}

@media (max-width: 575px) { 
    .card {
        border: 0px;
        border-radius: 0px;
        
    }
    .card .bg-secondary {
        background: #FFF!important;
    }
}



.loader {
    position: absolute; 
    top: 40px;    
    margin-left: 6px;
    border: 4px solid #CCCCCC;
    border-radius: 50%;
    border-top: 4px solid #4582EC;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.8s linear infinite; /* Safari */
    animation: spin 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





/* DE RODO Popup */
#de-lang-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
#de-lang-popup .popup-box {
    background: #fff;
    padding: 2rem;
    max-width: 600px;
    width: 90%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
}
#de-lang-popup .popup-box h2 {
    font-size: 1.75rem;
    margin-top: 0;
    font-weight: bold;
}
#de-lang-popup .popup-box .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
}
#de-lang-popup .popup-box p, #de-lang-popup .popup-box ul {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 5px 0;
}
#de-lang-popup .popup-box ul {
    list-style: disc;
    margin-left: 15px;
}


/* DE Sticky banner RODO */
#de-sticky-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d9433f;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    z-index: 9999;
    transition: max-height 0.3s ease, padding 0.3s ease;
    overflow: hidden;    
    max-height: 140px;
}
.de-sticky-inner {
    padding: 1rem;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
.de-sticky-text {
    padding-right: 2rem;
    font-size: .75rem;
}
.de-sticky-toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 2;
}
.de-icon-arrow {
    width: 12px;
    height: 12px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(135deg);
    cursor: pointer;
    margin-top: 6px;
    display: none;
}
.de-icon-close {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: none;
}
.de-icon-close::before,
.de-icon-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
}
.de-icon-close::before {
    transform: rotate(45deg);
}
.de-icon-close::after {
    transform: rotate(-45deg);
}
/* MOBILE - collapsed by default */
@media (max-width: 768px) {
    #de-lang-popup .popup-box {
        padding: 2rem 1rem;
        max-height: 90vh;
        overflow-y: scroll;
    }
    #de-sticky-info {
        max-height: calc(1rem + 44px);
        padding: 0rem 1rem;
    }
    #de-sticky-info.expanded {
        max-height: 360px;
    }
    .de-icon-arrow {
        display: inline-block;
    }
    .de-icon-close {
        display: none;
    }
    #de-sticky-info.expanded .de-icon-arrow {
        display: none;
    }
    #de-sticky-info.expanded .de-icon-close {
        display: block;
    }
    #de-lang-popup .popup-box .close {
        top: .5rem;
        right: .5rem;
    }
    #de-lang-popup .popup-box h2 {
        font-size: 1rem !important;
    }
    #de-lang-popup .popup-box p, #de-lang-popup .popup-box ul {
        font-size: .75rem;
        margin-bottom: 5px;
    }
}


