.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li:nth-of-type(5), .light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li:nth-of-type(4){
    display: none;
}
.cc_dialog.interstitial {
    /* right: 3vw; */
    /* top: 3vh; */
    max-width: 50%!important;
    position: relative!important;
    margin: 55px auto!important;
}
#april-box{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(120,120,120,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(120,120,120,1);
    box-shadow: 0px 0px 30px 0px rgba(120,120,120,1);
    position: relative;
    height: 6.25rem;
}

#april-box img{
    max-height: 100%;
}

header{
    background-image: url("../img/april-header-back.png");
    background-position: 40%;
    background-size: cover;
}

footer{
    background-color: #242015;
    color: #979292;
    font-size: 1rem;
    margin-top: 3rem;
}
#footer-content a {
    color: unset;
}
#main-content{
   overflow-x: clip;
   min-height: 45.1vh; 
}

#sub-header{
    /*background-image: url("../img/header-sub-background.png");*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-top: 55px;
    padding-bottom: 45px;
    margin-top: 25px;
    margin-bottom: 60px;
}

#sub-form-header{
    /*background-image: url("../img/header-sub-background.png");*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-top: 25px;
    padding-bottom: 115px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.header-subtitle{
    color: white;
    font-size: 1.3rem;
}

.header-formtitle{
    color: white;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0.1rem;
}

.header-title{
    color: white;
    font-weight: bold;
    font-size: 2rem;
}

.header-description{
    color: white;
    font-size: 1.3rem;
}

#footer-content p{
    padding-top: 4rem;
    padding-bottom: 2rem;
}

#footer-content img{
    padding-top: 4rem;
}

.form-title{
    margin-bottom: 2rem;
    font-size: 1.45rem;
    font-weight: 600;
    color: #6b6351;
    text-align: center;
}

.form-subtitle {
    margin-bottom: 1rem;
    font-size: 1.45rem;
    font-weight: 600;
    color: #6b6351;
    margin-top: 1rem;
}

.view-title{
    font-size: 30px;
    font-weight: bold;
    color: #6b6351;
    text-align: center;
    width: 100%;
    margin-top: 2.5rem;
}

/*PRODUCTS*/
#side-wrapper{
    width: 100%;
}

#side-card{
    background-color: #21409a;
    border: 3px solid white;
    border-radius: 25px;
    width: 38%;
    float: right;
    margin-top: -2.5rem;
    padding: 2rem 2rem 1.5rem 2rem;
    color: white;
    font-size: 18px;
}

#phoneModal .close{
    color: white;
    font-size: 2.5rem;
}

#phoneModal .modal-content{
    background-color: #21409a;
    border: 3px solid white;
    border-radius: 25px;
    color: white;
    font-size: 18px;
}

#phoneModal .mainBtn.standby i{
    color: #8c3995;
}

#phoneModal .mainBtn.standby{
    color: #8c3995;
    background-color: white;
}

#phoneModal .mainBtn.standby:hover{
    background-color: white;
}

#phone-span{
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
    border: 1px solid transparent;
    margin-top: 20px;
}

#side-card svg, #phoneModal svg{
    width: 35px;
    height: 35px;
    margin-top: 20px;
    cursor: pointer;
    fill: #4fb84f;
}

#phoneModal i{
    font-size: 35px;
}

#phoneModal .call-link i{
    margin-top: 18px;
    font-weight: 900;
    color: #4fb84f;
}

/*#phoneModal .mainBtn{*/
/*    background-color: transparent!important;*/
/*    border-color: transparent!important;*/
/*}*/

#phoneModal .mainBtn svg{
    margin-top: 0;
    fill: #8c3995;
}

#side-card svg:hover{
    fill: #21409a!important;
}

.call-link a svg{
    fill: #21409a;
}

.call-link a{
    margin: 2px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all linear 500ms;
}

.call-link{
    margin-bottom: 31px;
    float: left;
    width: 100%;
}

.product-wrapper{
    width: 20%;
    padding: 0 10px 0 10px;
    margin-top: 2.5rem;
    display: block;
    position: relative;
    outline:none;
}

.product-wrapper::-moz-focus-inner {
   border: 0;
}

.product-content{
    border-radius: 15px;
    border: 2px solid #e0e0e0;
    height: 270px;
    text-align: center;
    padding: 2px;
}

.tick-circle{
    border-radius: 100%;
    position: absolute;
    top: -1.3rem;
    right: -0.5rem;
    background-color: #4fb84f;
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    border: 4px solid white;
    display: none;
}

.tick-circle img{
    position: absolute;
    top: -2px;
    left: 20%;
}

.other-product{
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear, max-height 1s linear;
    max-height: 0px;
}

.other-product.visible{
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 0.5s linear, max-height 1s linear;
    max-height: 100vh;
}

.product-wrapper:hover, .product-wrapper.active{
    text-decoration: none!important;
    
}

.product-wrapper:hover .tick-circle, .product-wrapper.active .tick-circle{
    display: block;
}

.product-wrapper:hover .product-content, .product-wrapper.active .product-content{
    border: 4px solid #4fb84f;
    padding: 0px;
}

.product-img-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 13rem;
    height: 200px;
}

.product-image{
    margin-left: auto;
    margin-right: auto;
    /*max-height: 85%;*/
    max-height: 200px;
    margin-top: .9rem;
    margin-bottom: .9rem;
}

.product-name{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: #6b6351;
    text-transform: uppercase;
}

.product-wrapper:hover .product-name, .product-wrapper.active .product-name{
    color: #4fb84f;
    text-decoration: none;
}

.imageless{
    position: absolute;
    top: 50%;
    right: 50%;
    width: 70%;
    transform: translateY(-50%) translateX(50%);
}

.product-info{
    position: absolute;
    bottom: .2rem;
    right: 1rem;
    color: #6b6351;
}

.popover{
    border-color: transparent;
    max-width: 25vw;
    text-align: center;
}

.popover-body{
    border-radius: 5px;
    background-color: #6b6351;
    color: white;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.bs-popover-top .arrow::after{
    border-top-color: #6b6351;
}

.site-info{
    margin-left: auto;
    margin-right: auto;
    max-width: 665px;
    padding-right: 2rem;
    margin-top: 3rem;
    color: #6b6351;
}

/*CASES*/
#cases-row .col-lg-4:nth-child(3n+1) .case-wrapper {
    margin-right: 1rem;
    margin-left: 0rem;
}

#cases-row .col-lg-4:nth-child(3n) .case-wrapper {
    margin-left: 1rem;
    margin-right: 0rem;
}

.case-wrapper{
    margin-top: 2.5rem;
}

.case-content .case-name{
    margin-top: 1rem;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: #6b6351;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.case-content:hover .tick-circle, .case-content.active .tick-circle{
    display: block;
    right: -1.3rem;
}

.case-content{
    border-radius: 15px;
    border: 2px solid #e0e0e0;
    height: 13rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    outline:none;
    padding: 2px;    
}

.case-image{
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    max-height: 4rem;
}

.case-content:hover, .case-content.active .product-content{
    border: 4px solid #4fb84f;
    text-decoration: none;
    padding: 0;
}

.case-content:hover .case-name, .case-content.active .case-name{
    color: #4fb84f;
    text-decoration: none;
}

.case-content:hover .product-info{
    right: calc(.2rem - 2px);
    bottom: calc(.2rem - 2px);
}

.case-content .product-info{
    right: .2rem;
}

/*FORM WIZARD*/
.wizard-wrapper{
    margin-right: -95px;
} 

.wizard-progress {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  list-style: none;
  list-style-image: none;
  padding: 0;
  white-space: nowrap;
}

.wizard-progress li {
  float: left;
  text-align: center;
  position: relative;
}

.wizard-progress .step-name {
  display: table-cell;
  height: 32px;
  vertical-align: bottom;
  text-align: center;
  width: 100%;
}

.wizard-progress .step-num {
    font-size: 14px;
    font-weight: bold;
    background-color: darkgray;
    border-radius: 45%;
    width: 15px;
    display: inline-block;
    color: #b7b7b7;
    height: 15px;
    z-index: 10;
}

.wizard-progress .step-num:after {  
  content: "";
  display: block;
  background: #efeeec;
  height: 1px;
  width: 136%;
  /* 130px; */
  position: absolute;
  bottom: 45px;
  z-index: 2;
}

.wizard-progress li:last-of-type .step-num:after {
  display: none;
}
.step-done .step-num::after{
    background: #4fb84f;
    z-index: 2;
}

.wizard-progress .step-done .step-num{
    border-color: #4fb84f;
    background-color: #4fb84f;
}

.wizard-progress .step-active .step-num {
  border-color: #21409a;
  background-color: #21409a;
}

.wizard-progress .step-active .step-name {
  color: #21409a;
}
.step-name{
  margin-top: 1rem;
  text-align: center;
  display: block!important;
  text-transform: capitalize;
  font-weight: bold;
  color: #b7b7b7;
}
.step-active{
    text-align: center;
}

.wizard-6-steps {
  width: 100%;
}

.wizard-6-steps li {
  float: left;
  margin-right: 5.5%;
  /* 6.6687%; 50px */
  width: 11%;
}

.wizard-6-steps .step-num:after {
    left: 57%;
    top: 7%;
    height: 15px;
    z-index: 2;
}
.step-num-bg{
    width: 20px; 
    display: inline-block;
    height: 15px;
    background-color: #efeeec;
    margin-top: 5px;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: 44px;
    border-radius: 0px 0px 0px 0px;    
}

.wizard-progress li:first-of-type .step-num:after {
    left: 55.5%;
    width: 137%;
}

.wizard-progress li:first-of-type .step-num-bg{
    border-radius: 10px 0px 0px 10px;    
    width: 15px;
}

.wizard-progress li:last-of-type .step-num-bg{
    border-radius: 0px 10px 10px 0px;    
    width: 18px;
}

.step-done .step-num-bg{
    background-color: #4fb84f;
}

.step-done .step-name{
    color: #4fb84f;
}

.step-active .step-num-bg{
/*    background-color: #a4c301;    
    background-color: #ee8b1c;    */
    background: linear-gradient(90deg, #4fb84f 50%, #efeeec 50%);
}

#step{
    position: relative;
}

.form-step.active{
    display: inline;
    display: unset;
    transition: right 0.5s;
    transition: left 0.5s;
}

.form-step{
    display: none;
    transition: left 1s;
}

/*FORM WIZARD END*/

/*DATEPICKER*/
.picker-wrapper{
    position: relative;
}

.picker{
    position: absolute;
    top: -24rem !important;
    right: 0rem !important;
    z-index: 20;
    left: unset !important;
}

.wdp-header{
    display: none!important;
}

.wdp-muted{
    font-size: 0;
}

li.wdp-active{
    background-color: #fafafa;
    border-radius: 100%;
    border: 1px solid #675f4d;
}

li.wdp-muted.wdp-active{
    background-color: transparent;
    border-radius: 100%;
    border: none;
}

.wdp-week-header .wdp-week{
    border-bottom: 1px solid lightgray;
}
.wdp-week li:not(.wdp-muted):hover{
    background-color: #fafafa;
    border-radius: 100%;
    border: 1px solid #675f4d;
}
.datepicker .disabled{
    color: white!important;
}
    /*DATEPICKER END*/

/*FORM FIELDS*/
.april-form-checkbox .form-check{
    float: left;
    margin-right: 1.5rem;
    padding-left: 1.8rem;
}

.april-form-checkbox .form-check label{
    cursor: pointer;
}

.april-form-checkbox .form-check label:before, .april-checbox-label::before {
    left: -1.8rem;
    width: 1.2rem;
    height: 1.2rem;
    top: 0.11rem;
}

.april-form-checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
input.april-form-checkbox{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.april-form-checkbox input:checked + label:after, input:checked + .april-checbox-label::after {
  /*background-color: #a5c403;*/
    background-image: url("../img/check_02.png");
    background-position: center;
    background-size: 100% 65%;
    left: -1.5rem;
    height: 2rem;
    top: -.5rem;
}

label, legend{
    color: #6b6351;
}

.april-form-checkbox{
    /*margin-bottom: 3rem;*/
    margin-top: .5rem;
}

.input-group-text{
    border-color: #f3f3f3;
    font-weight: bold;
    color: #675f4d;
    background-color: #d2d2d2;
}

.april-form-text{
    background: linear-gradient( rgba(243, 243, 243, 0.6), rgb(250, 250, 250) );
    border-color: #f3f3f3;
    height: calc(1.8em + .75rem + 2px);
}

.april-form-text:focus, .april-form-text:invalid{
    border-color: #f3f3f3;
    box-shadow: none;
    background-color: #fafafa;
    background-image: none;
    font-style: normal;
}

.april-form-date.april-form-text:invalid{    
    background-image: url("../img/date-icon.png"), linear-gradient( rgba(243, 243, 243, 0.6), rgb(250, 250, 250) );
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.april-form-text.is-invalid{
    border: 2px solid red;
    background-image: none;
}

.error.invalid-feedback {
    display: inline;
    /*margin-left: .5rem;*/
    font-family: unset;
    font-size: 1rem;
}

.file-box .error.invalid-feedback{
    margin-left: 0;
}

.april-form-text.invalid{
    border: 2px solid #ff1414;
}

.form-field-info {
    display: inline-block;
    margin-left: .5rem;
    color: #675f4d;
    cursor: pointer;
}

.april-form-date .picker{ 
    position: absolute;
    z-index: 100;
    top: -200px !important;
    left: 50px !important;
}

.april-form-date{
    background-image: url("../img/date-icon.png"), linear-gradient( rgba(243, 243, 243, 0.6), rgb(250, 250, 250) );
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
.optional-group{
    display: none;
}

.padded-label{
    padding-top: calc(.375rem + 1px);
}

.padded-group .form-check{
    padding-left: 1.8rem;
}

.april-form-textarea {
    background: linear-gradient( rgba(243, 243, 243, 0.6), rgb(250, 250, 250) );
    border-color: #f3f3f3;
    height: 8em !important;
}

.april-form-textarea:focus, .april-form-textarea:invalid{
    border-color: #f3f3f3;
    box-shadow: none;
    background-color: #fafafa;
}

.doc-wrapper{
    padding: 1rem 1rem 1rem 1rem;
    border: 1px solid #6b6351;
    margin-bottom: 1rem;
}

.april-doc-frame{
    color: #6b6351;
    max-height: 55vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1rem;
    scrollbar-color: #4fb84f #f0efed;
    scrollbar-width: thin;
}

.april-doc-frame table, .april-doc-frame tr, .april-doc-frame td{
    margin: 0 auto 0 auto;
}

.april-doc-frame table, .april-doc-frame tr, .april-doc-frame td{
    border: 2px solid black;
    padding: 5px;
}

.april-doc-frame::-webkit-scrollbar {
    width: 10px;
    margin-right: 10px;
    background-color: #F5F5F5;
    height: 100px;
}
.april-doc-frame::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #a5c402;
}
.april-doc-frame::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f0efed;
}

.april-form-submit {
    height: 2rem;
    background-color: #4fb84f;
    color: white;
    padding-bottom: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 1rem;
    margin-top: 2rem;
    font-size: 1.3rem;
}

.april-form-file{
    display: none;
}

.april-form-file ~ label{
    background: linear-gradient( rgba(243, 243, 243, 0.6), rgb(250, 250, 250) );
    border-color: #f3f3f3;
    width: 82%;
    height: calc(1.8em + .75rem + 2px);
}

.april-form-file ~ label::after, .custom-file-label.loaded::after{
    width: 15%;
    margin-left: 20px;
    right: -18%;
    border-radius: 5px;
    text-align: center;
    background-color: #4fb84f;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    height: calc(1.8em + .75rem + 2px);
    line-height: 1.85rem;
    font-size: 1rem;
}
.april-form-file ~ label.disabled-label::after, .custom-file-label.loaded.disabled-label::after{
    background-color: lightgray;
}

.custom-file-label.loaded {
    font-weight: 700;
    color: #6b6351;
    font-size: 1.1rem;
    background: none;
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding-left: 0;
}

.hidden-group{
    display: none;
}

.file-list-element {
    margin-bottom: .1rem;
}

.file-list-element + .file-prototype-holder + .form-group{
    margin-top: 1rem;
}

.file-list-name {
    font-weight: 700;
    color: #6b6351;
    margin-right: .5rem;
}

.file-list-size {
    color: #6b6351;
    margin-right: .5rem;
}

.file-list-remove {
    color: #4fb84f;
    cursor: pointer;
}

.pop-info .info-full{
    display: none;
}

.pop-info img {
	width: 1.2rem;
}

.pop-info:hover .info-full{
    display: unset;
}

.pop-info:hover .info-empty{
    display: none;
}

#phone_prefix{
    opacity: 0;
    position: absolute;
}
#prefix-label{
    margin-right: .5rem;
}

.previous-arrow {
    width: 4rem;
    height: 4rem;
    border-top: 5px solid #21409a;;
    border-left: 5px solid #21409a;;
    border-radius: 6px 2px 0px 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: -25rem;
    left: -4rem;
    cursor: pointer;
    transition: top 1s;
}

.next-arrow {
    width: 4rem;
    height: 4rem;
    border-top: 5px solid #21409a;;
    border-left: 5px solid #21409a;;
    border-radius: 6px 2px 0px 2px;
    transform: rotate(135deg);
    position: absolute;
    top: -25rem;
    right: -4rem;
    cursor: pointer;
    transition: top 1s;
}

.item-add{
    position: absolute;
    bottom: 0.5rem;
    right: 0rem;
    font-size: 3rem;
    color: green;
    cursor: pointer;
    z-index: 100;
}

.item-remove{
    position: absolute;
    bottom: 1.5rem;
    right: 4rem;
    font-size: 1.3rem;
    color: red;
    cursor: pointer;
    z-index: 100;
}

.item-row{
    position: relative;
}

#cookiesModal .modal-content{
    border-radius: 0;
    padding: 0 1rem;
}

#cookiesModal .modal-header{
    border-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 0.2rem;
}

#cookiesModal .modal-title{
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
}

#cookiesModal p{
    text-align: center;
    padding: 0 1rem;
    font-size: 1.2rem;
}
.cookies-button{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem 0;
    padding: 0.7rem 0;
    color: white;
    background-color: #4fb84f;
    cursor: pointer;
    font-weight: bold;
}
#cookies-accept{
    background-color: #4fb84f;
}
#cookies-decline{
    background-color: #21409a;
}
.status-row {
    display: flex;
    line-height: 40px;
    margin-bottom: 30px;
    flex: 0 0 100%;
    color: white;
}

.status-row .status-position {
    min-height: 80px;
    background: #7d7d7d;
    border-radius: 25px 0 0 25px;
    padding: 20px;
    line-height: 40px;
    flex: 0 0 10%;
    position: relative;
}

.status-row.active .status-position {
    background: #e8641c;
}

.status-row .status-description {
    min-height: 80px;
    max-width: 75%;
    background: #aaa;
    border-radius: 0 25px 25px 0;
    padding: 20px;
    line-height: 40px;
    flex: 0 0 90%;
}

.status-row.active .status-description {
    background: #6ba326;
}


.status-row .status-position:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: solid 15px #7d7d7d;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.status-row.active .status-position:after {
    border-top: solid 15px #e8641c;
}
.item-box{
    position: relative;
}
#impresum-button{
    padding-left: 2.5rem;
    cursor: pointer;
}
#impressumModal .modal-body h3, #impressumModal .modal-body h4, #impressumModal .modal-body h5{
    font-weight: bold;
}
.legend-hidden legend{
    display: none;
}
.wizard-progress .changeable{
    cursor: pointer;
}

.dropdown-toggle{
    height: 44px;
    line-height: 30px;
}
.alert {
    width: 100%!important;
}

.alert .msg {
    white-space: normal!important;
}

.alert {
    padding: 25px;
    width: 100%!important;
    min-width: unset!important;
    max-width: unset!important;
    transition: width ease-in-out 500ms, max-width ease-in-out 500ms, min-width ease-in-out 500ms;
}

.exit.fa-light.fa-xmark{
    display: none!important;
}

vcc-call-btn{
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

#alertToast .alert{
    padding-left: 0;
    padding-right: 0;
    min-height: 70px;
    height: unset;
    padding-top: 5px;
    padding-bottom: 5px;
}

#call-modal-button:hover{
    background-color: #4fb84f;
}

#call-modal-button{
    z-index: 10;
    position: absolute;
    border-radius: 75%;
    background-color: rgb(33, 64, 154);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    right: 0;
    top: 25px;
    cursor: pointer;
}

#impresum-button:hover{
    text-decoration: underline;
}