.topnav {
    background-color: #ff7b27 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}

.topnavcolor {
    transition: all 0.41s ease;
    color: white !important;
}

.topnavcolor:hover {
    color: #333333 !important;
}
.custom-toggler.navbar-toggler {
    border-color: rgba(255,255,255, 0.6);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.secnavtext {
    transition: all 0.41s ease;
    color: #333333 !important;
    font-weight: 900;
    font-size: 18px;
}

.secnavtext:hover {
    color: #ff7b27 !important;
}

.secnavtri:hover{
    cursor: pointer;
}

.secnavdropmenu {
    border-radius: 0px !important;
    border: none !important;
}

.secnavdrop {
    transition: all 0.41s ease;

    color: #333333 !important;
    font-weight: 300;
    font-size: 16px;
}

.secnavdrop:hover {
    background-color: #ff7b27;
}

.secnavtelfont {
    font-size: 16px;
    font-weight: 600;
    line-height: 6px;
}


@media (max-width: 767px) {
    .secnav-sm {
        width: 70%;
        height: 70%;
        float: none !important;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 5%;
        
    }
}

.whitebc {
    background-color: white !important;
}

.backgroundimagemain {
    background: url("../imgs/home_bg.jpg");
   /* Full height */
   height: 100%; 

   /* Center and scale the image nicely */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;

}

@media (min-width: 973px) {
    .logosi-lg {
        margin-bottom: 20%;
        margin-top: 15%;
        margin-left: 11%;
        width: 50%;
    }
}

@media (max-width: 973px) {
    .logosi-md {
        margin-bottom: 20%;
        margin-top: 15%;
        margin-left: 11%;
        width: 60%;
    }
}


@media (max-width: 767px) {
    .logosi-sm {
        margin-top: 45%;
        margin-left: 11%;
        width: 70%;
    }
}

.contentcardheader {
    background-color: #E6E6E6;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.31px;
    line-height: 34px;
}
.contentcardcontent {
	position: relative;
}
.contentcard {
   
    border-color: #E6E6E6 !important;
    border-width: 1.5px !important;
    border-style: solid !important;
}

@media (min-width: 1300px) {
    .maincontent {
        width: 1300px; ;

    }
}

@media (max-width: 1167px) and (min-width: 775px) {
    .col-mainau-sm {
        position: relative;
        width: 100% !important;
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30%;
    }
}

@media (max-width: 1167px) and (min-width: 775px) {
    .col-mainau-lg {
        position: relative;
        width: 100% !important;
        -ms-flex: 0 0 70% !important;
        flex: 0 0 70% !important;
        max-width: 70%;
    }
}

@media (max-width: 1167px) and (min-width: 775px) {
    .col-mainau-co {
        position: relative;
        width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}

@media (max-width: 774px) {
    .col-mainau-xs {
        position: relative;
        width: 100% !important;
        padding-right: 5% !important;
        padding-left: 5% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
}

.sanslight {
    font-weight: 300;
    color: #333333;
}


.buttonchat {
    width: 80px !important;
}

.buttonchat:hover {
    width: 65px !important;
}

@media (min-width: 1115px) {
    .buttonchat-lg {
        text-align: right !important;
    }
}



@media (min-width: 775px) and (max-width: 1114) {
    .buttonchat-md1 {
        text-align: left !important;
    }
}

@media (min-width: 645px) and (max-width: 774) {
    .buttonchat-md1 {
        text-align: right !important;
    }
}

@media (max-width: 644px) {
    .buttonchat-sm {
        text-align: left !important;

    }
}

.buttoncs {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: #ff7b27;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin: 4px 2px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    cursor: pointer;
    width: 180px;
  }
  

  .button1 {
    background-color: transparent; 
    color: #ff7b27 !important; 
    border: 2px solid #ff7b27;
  }

  
  .button1:hover {
    background-color: #ff7b27;
    color: white !important;
  }



  .buttongreen {
    background-color: transparent; 
    color: #23A455; 
    border: 2px solid #23A455;
  }

  
  .buttongreen:hover {
    background-color: #23A455;
    color: white;
  }

  .buttongreen {
    background-color: transparent; 
    color: #23A455; 
    border: 2px solid #23A455;
  }

  
  .buttongreen:hover {
    background-color: #23A455;
    color: white;
  }

  .buttonblue {
    background-color: transparent; 
    color: #12A7B8; 
    border: 2px solid #12A7B8;
  }

  
  .buttonblue:hover {
    background-color: #12A7B8;
    color: white;
  }
  .buttonred {
    background-color: transparent; 
    color: #EA4E50; 
    border: 2px solid #EA4E50;
  }

  
  .buttonred:hover {
    background-color: #EA4E50;
    color: white;
  }

  .buttongrey {
    background-color: transparent; 
    color: #806F6F; 
    border: 2px solid #806F6F;
  }

  
  .buttongrey:hover {
    background-color: #806F6F;
    color: white;
  }

  .cost {
      color: #333333;
      font-size: 80%;
  }



  @media (min-width: 775px) {
    .col-con-lg-1 {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-con-lg-2 {
        position: relative;
        width: 100%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 774px) {
    .col-con-sm-1 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-con-sm-2 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 775px) {
    .pic-lg {
        width: 100%;
		height: auto;
    }

}

@media (max-width: 774px) {
    .pic-sm{
        width: 250px;
		height: auto;
    }

}

@media (min-width: 775px) {
    .logobanner-lg{
        width: 65%;
    }

}

@media (max-width: 774px) {
    .logobanner-sm{
        width: 90%;
        margin-top: 20% !important;
    }

}

@media (max-height: 445px) {
    .logobanner-thin{
        display: none !important;
    }

}

@media (max-width: 774px) {
    .col-bot-sm{
        position: relative;
        width: 100%;
        padding-right: 5% !important;
        padding-left: 5% !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 1167px) and (min-width: 775px) {
    .col-bot-lg{
        position: relative;
        width: 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 767px) {
    .marg-bot-sm{
        margin: 0 !important;
    }

}

@media (max-width: 774px) {
    .colbotboxes-sm{
        position: relative !important;
        width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;  
        padding: 0px !important;
        margin-top: 20px !important;
    }

}


.crown-color {
    color: #ff7b27;
}

@media (max-width: 774px) {
    .crown-text-sm {
        text-align: center !important;
    }
}

@media (min-width: 775px) {
    .crown-text-lg {
        text-align: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbutton-md {
        margin-right: 60% !important;
    }
}

.dot {
    width: 17px;
    height: 17px;
    background-color: #ff7b27;
    border-radius: 50%;
    color: white;
    font-weight: 800;
  }

  .inputstandard {
    width: 100%; 
    font-weight: 300; 
    border: 1px; 
    border-style: solid; 
    border-color: #e1e1e1; 
    background-color: #fafafa; 
    padding-left: 5px;
  }

  .selectcs:hover {
      cursor: pointer;
  }

  .anchor-profile-active{
    background-color: #ff7b27;
    border: none;
    border-radius: 5px;
    color: white !important;
    text-align: center;
    display: inline-block;
    font-weight: 800;
    margin: 4px 2px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .anchor-profile-normal{
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: #ff7b27 !important;
    text-align: center;
    display: inline-block;
    font-weight: 800;
    margin: 4px 2px;
    padding-left: 8px;
    padding-right: 8px;
  }


  .styled-select{
      font-weight: 300;
  }
 
  .styled-select option.style-thin {
    font-weight: 300;
  }

  .calendar-table {
    width: 100%;
    border-collapse: collapse;
  }

  .calendar-table td {
      padding-left: 10px;
      padding-right: 10px;
      border: 1px solid #E6E6E6;
      text-align: center;
  }
  .calendar-table th {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E6E6E6;
    background-color: #f2f2f2;
}

.td-available {
    background-color: rgb(77, 219, 131);
    cursor: pointer;
}

.td-selected {
    background-color: #ff7b27;
}

.td-disabled {
	background-color: #f2f2f2;
}

ul.typo3-messages {
	list-style: none;
    padding: 0;
}

.order-loader {
	display: none;
	font-size: 50px;
	text-align: center;
}

.paybut {
    cursor: default;

}

.paybut:hover {
    cursor: pointer;
}


@media (min-width: 351px) {
    .img-wissen-lg {
        width: 170px;
        float: right;
        margin-left: 15px;
    }
}
@media (max-width: 350px) {
    .img-wissen-sm {
        width: 100%;
        float: right;
        margin-left: 0;
    }
}



@media (min-width: 800px) {
    .error-lg {
        width: 49%;

    }
}
@media (max-width: 799px) {
    .error-sm {
        width: 100%;
    }
}


@media(max-width: 775px) {
    .mc {
        flex-direction: inherit;

    }
}

@media(max-width: 774px) {
    .mc-small {
        flex-direction: column-reverse;
    }
}

.sprechblase {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    margin-top: 10px;
    max-width: 350px;
}
    
.sprechblase:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 28px;
    top: -17px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
    
.sprechblase:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: -14px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid white;
}

.sprechblase_pause {border: 2px solid #12A7B8;}
.sprechblase_pause:before {border-bottom: 17px solid #12A7B8;}

.sprechblase_offline {border: 2px solid #806F6F;}
.sprechblase_offline:before {border-bottom: 17px solid #806F6F;}

/** Orders history **/
#tx-db-order_orders .nav-pills .nav-link {
	padding: 0.15rem 1rem;
	font-size: 14px;
	color: #ff7b27;
    font-weight: 600;
}

#tx-db-order_orders .nav-pills .nav-link:hover {
	
}

#tx-db-order_orders .nav-pills .nav-link.active {
	background-color: #ff7b27;
    color: #fff;
}

#tx-db-order_orders .pagination .page-link {
	color: #ff7b27;
    border: 1px solid #ff7b27;
}

#tx-db-order_orders .pagination .page-item.active .page-link {
	background-color: #ff7b27;
	color: #fff;
}

#tx-db-order_orders .pagination  .page-item.disabled .page-link {
	color: #6c757d;
}

#tx-db-order_orders .btn-cancel,
#cancelOrderConfirmationModal .btn-cancel-confirm {
	background-color: transparent;
    color: #ff7b27;
    border: 2px solid #ff7b27;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
    font-size: 13px;
	transition-duration: 0.3s;
    cursor: pointer;
	outline: none;
}
#tx-db-order_orders .btn-cancel:hover,
#cancelOrderConfirmationModal .btn-cancel-confirm:hover {
	color: #fff;
	background-color: #ff7b27;
}

#table-orders .col-actions {
	width: 150px;
	min-width: 150px;
	text-align: center;
}

#cancelOrderConfirmationModal .dialog-content {
	display: none;
}

#cancelOrderConfirmationModal .dialog-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	font-size: 40px;
	color: #5e5e5e;
}




#displayMarquee {
	position: relative;
    overflow: hidden;
    height: 45px;
    border-top: 3px solid #ff7b27;
    padding: 10px;
    background: #fff;
    border-bottom: 3px solid #ff7b27;
    text-align: center;
    white-space: nowrap;
}

#marqueeText {
	position: absolute;
    line-height: 21px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ff7b27;
}

#reviews {}
#reviews .loader {
	display: none;
    font-size: 30px;
    margin: 0;
	justify-content: center;
}
#reviews .reviews-load-more {}
#reviews .reviews-load-more.loading {display: none;}
#reviews .reviews-load-more.loading + .loader {display: flex;}

#reviewForm,
#forgotPasswordForm {
	position: relative
}
#reviewForm .loader,
#forgotPasswordForm .loader {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
#reviewForm.loading .loader,
#forgotPasswordForm.loading .loader {
	display: flex;
}

#reviewForm .loader i,
#forgotPasswordForm .loader i {
	font-size: 50px;
}

#order-block #create-order-loader {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgb(245 246 248 / 70%);
	font-size: 50px;
}

#order-block.loading #create-order-loader {
	display: flex;
}

#shedule-variants label {
	cursor: pointer;
}
#shedule-variants label input {
	vertical-align: middle;
}