body {
	background-color: #faf4df;
	font-family: "Proza Libre", sans-serif;
	font-weight: 400;
}

a {
	color: #9d967e;
}

a:hover {
	color: #ffc367;
}



.homepage-branding {
	background-image: url(../imgs/homepage_img.jpg);
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar.topnav {
    background-color: #36312a;
    padding-top: 0px;
    padding-bottom: 0px; 
}

.topnav.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(229, 166, 84, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.topnav .navbar-toggler:focus {
	outline: 1px solid #e5a654;
}

.mainnav {
	margin-left: -15px;
	margin-right: -15px;
}

.mainnav .navbar-toggler:focus {
	outline: 1px solid #9d9d9d;
}

.topnavcolor {
    transition: all 0.41s ease;
    color: #e5a654 !important;
}

.topnavcolor:hover {
    color: #f7c37f !important;
}

.mainnav-container {
	background-color: #36312a;
}

.secnavtext {
    transition: all 0.41s ease;
    color: #9d9d9d !important;
    font-weight: 600;
    font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.secnavtext:hover {
    color: #ffc367 !important;
}

.secnavdropmenu {
    border-radius: 0px !important;
    border: none !important;
}

@media (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

.secnavdrop {
    transition: all 0.41s ease;

    color: #333333 !important;
    font-weight: 300;
    font-size: 16px;
}

.secnavdrop:hover {
    background-color: #ff7b27;
}

.whitebc {
    background-color: white !important;
}

.contentcard {
	border-color: #f1e8d2 !important;
	border-width: 1.5px !important;
	border-style: solid !important;
}

.contentcardheader {
    background-color: #ece3cd;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.31px;
    line-height: 34px;
}

.contentcardheader span.marq {
	color: #eca033;
}

@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: #333;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	margin: 4px 2px;
	transition-duration: 0.3s;
	cursor: pointer;
	width: 180px;
}
.buttoncs:hover {
	color: #fff;
}

.button1 {
	color: #f0bf83; 
	border: 2px solid #f0bf83;
}
.button1:hover {
	background-color: #f0bf83;
}

.buttongreen {
	color: #23A455; 
	border: 2px solid #23A455;
}
.buttongreen:hover {
	background-color: #23A455;
}

.buttonblue {
	color: #12A7B8; 
	border: 2px solid #12A7B8;
}
.buttonblue:hover {
	background-color: #12A7B8;
}
  
.buttonred {
	color: #EA4E50; 
	border: 2px solid #EA4E50;
} 
.buttonred:hover {
	background-color: #EA4E50;
}

.buttongrey {
	color: #806F6F; 
	border: 2px solid #806F6F;
}
.buttongrey:hover {
	background-color: #806F6F;
}

  .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: #eca033;
}

@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: #eca033;
    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: #f0bf83;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 4px 2px;
    padding-left: 8px;
    padding-right: 8px;
}

.anchor-profile-active:hover {
	color: #fff;
	text-decoration: none;
}

.anchor-profile-normal{
	background-color: transparent;
	border: none;
	border-radius: 5px;
	color: #f0bf83;
	text-align: center;
	display: inline-block;
	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,
.loaderA {
	display: none;
	font-size: 50px;
	text-align: center;
}

.loading > .loaderA {
	display: block;
}

#can_add_payment {
	margin: 15px 0 0 0;
	display: flex;
	gap: 15px;
}

#can_add_payment a {
	width: auto;
	padding: 0 20px 0;
	background-color: #f0bf83;
	color: #fff;
}

@media (max-width: 600px) {
    #can_add_payment {
		flex-wrap: wrap;
		gap: 0;
    }
	#can_add_payment > div {
		width: 100%;
		display: block;
	}
	#can_add_payment a {
		width: 100%;
	}
}

.deposit-tabs {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.deposit-tab {
	width: calc((100% - 45px) / 4);
	padding: 0px;
	/* background-color: #f0bf83; */
	color: #fff;
	border-radius: 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.deposit-tab > img {
	margin: 20px 40px 0;
}
.deposit-tab > span {
	
}
.deposit-tab:hover {
	
}
.deposit-tab img {
	max-width: 100%;
	display: block;
}

.deposit-tab button {
	background-color: #f0bf83;
	color: #fff;
}

.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;}



.static-content {}
.static-content h2 {
	font-family: "Questrial",sans-serif;
    font-size: 2.875rem;
    font-weight: 400;
    font-style: normal;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #926d34;
}

.static-content p,
.static-content ul li {
	font-size: 1rem;
	color: #9d967e;
}

#displayMarquee {
	position: relative;
    overflow: hidden;
    height: 45px;
    border-top: 3px solid #f0bf83;
    padding: 10px;
    background: #fff;
    border-bottom: 3px solid #f0bf83;
    text-align: center;
    white-space: nowrap;
}

#marqueeText {
	position: absolute;
    line-height: 21px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #f0bf83;
}

.footer {
	margin: 60px 0 0 0;
}

.footer-info {
	background-color: #33302a;
	border-top: 1px solid #3b3b3b;
	padding: 60px 0;
}

.footer-info-col {}
.footer-info-col_head {
	color: #e59830;
	font-size: 24px;
	margin-bottom: 24px;
	
}

.footer-info-col_content {}
.footer-info-col_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-info-col_content ul li {
	
}
.footer-info-col_content ul li a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	padding: 4px 0;
	display: inline-block;
}
.footer-info-col_content ul li a:hover {
	text-decoration: none;
}

.footer-info-col_content .contact-item {
	margin: 0 0 15px;
	font-size: 13px;
}
.footer-info-col_content .contact-item i {
	color: #9d967e;
	margin-right: 10px;
}
.footer-info-col_content .contact-item:hover i {
	color: #ffc367;
}
.footer-info-col_content .contact-item a {
	font-weight: 600;
	font-size: 13px;
}
.footer-info-col_content .contact-item a:hover {
	text-decoration: none;
}




.footer-copyright {
	display: flex;
	background-color: #1c1a16;
	border-top: 1px solid #3b3b3b;
}
.footer-img {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.footer-img img {
	max-width: 100%;
}
.footer-copyright-text {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copyright-text span {
	color: #9d967e;
	font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    letter-spacing: 0;
}

/* Blog */
.blog-title a {
	font-weight: 500;
	font-size: 18px;
	color: #453f36;
}

.blog-image {
	text-align: center;
}
.blog-image img {
	max-width: 100%;
	height: auto;
}

.browseLinksWrap {
	display: flex;
    align-items: center;
    justify-content: center;
}

.browseLinksWrap > span, .browseLinksWrap > a {
	margin: 0 5px;
}



@media (max-width: 1279px) {
	.footer-info-col_head {
		font-size: 16px;
	}
	
	.footer-info-col_content .contact-item,
	.footer-info-col_content .contact-item a,
	.footer-info-col_content ul li a {
		font-size: 12px;
	}
	
	
}


@media (max-width: 991px) {
	.footer-info-col {
		margin-bottom: 30px;
	}
}


@media (max-width: 767px) {
    .footer-copyright {
		padding-top: 40px;
		flex-direction: column;
		flex-direction: column-reverse;
	}
	
	.footer-copyright-text {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.footer-img {
		width: 100%;
	}
	
	
}

@media (max-width: 575px) {
	.footer-info-col {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 424px) {
	.footer-copyright-text span {
		font-size: 1em;
	}
}

@media(max-width: 774px) {
    #lastReviewsWidget {
		display: none;
	}
}

.adviserReviews {}
.adviserReviews_list {}
.adviserReviews_more {}

.adviserReviews_more.loading .btn-load-more {display: none;}
.adviserReviews_more.loading .loaderA {display: block;}

#reviewForm {}
.reviewForm_content {}
.reviewForm_loader {}

#reviewForm.loading .reviewForm_content {display: none;}
#reviewForm.loading .reviewForm_loader {display: block;}


#forgotPasswordForm {}
#forgotPasswordForm.loading button {display: none}

.blog-pagination {
	display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
}
.blog-pagination-button {
	display: flex;
}
.blog-pagination-button.prev,
.blog-pagination-button.next {
	display: none;
}

.blog-pagination-numbers {
	display: flex;
    gap: 5px;
}
.blog-pagination-numbers span {
	padding: 3px 8px;
	font-weight: 500;
}
.blog-pagination-button a:link,
.blog-pagination-button a:visited,
.blog-pagination-numbers a:link,
.blog-pagination-numbers a:visited {
	padding: 7px 10px;
}
.blog-pagination-button a:hover,
.blog-pagination-button a:active,
.blog-pagination-numbers a:hover,
.blog-pagination-numbers a:active {
	
}
.blog-pagination-button span {
	padding: 7px 10px;
}
.blog-pagination-numbers span {
    padding: 7px 10px;
    font-weight: 600;
}