/* Allgemeine Einstellungen */
  /* Fontswap */
@font-face {
	font-display: swap !important;
}
  /* Fontswap */

  /* Fliesstext bold */
b, strong {
	font-weight: 900 !important;
}
  /* Fliesstext bold */

/* Menu */

  /* Menu Social Media Icons */
.menu-icons i:not(.fa-dropdown) {
	font-size: 30px !important;
	color: #ffd9c0 !important;
}
  /* Menu Social Media Icons */

	/* Mobiles Menü */
		/* Temporär */
		.mobile-menu-button {
			display: none !important;
		}
		
		@media (max-width: 959px) {
			.menu-custom-padding .menu-container .logo-container {
			text-align: center !important;
		}

.menu-wrapper div[class*=col-lg-].middle {
	text-align: center;
}
/* Allgemeine Einstellungen */

/* Slider */
	/* Slider-Dots */
.owl-dots .owl-dot span {
	border-radius: 0px !important;
}

.owl-dots-inside .owl-dots .owl-dot span {
	box-shadow: none !important;
	background: #ffbf99 !important;
	opacity: 1.0 !important;
	width: 10px !important;
	height: 10px !important;
}

.owl-dots-inside .owl-dots {
	padding: 9px 36px 35px 36px !important;
}
	/* Slider-Dots */
	/* Slider-Buttons */
.style-light .ui-bg-dots, .style-light.style-override .ui-bg-dots, .style-dark .style-light .ui-bg-dots, .style-light .owl-dots-outside .owl-dots .owl-dot span, .style-light.style-override .owl-dots-outside .owl-dots .owl-dot span, .style-dark .style-light .owl-dots-outside .owl-dots .owl-dot span {
	background-color: rgba(255, 191, 153, 1) !important;
}

.owl-prev {
	margin-left: 0 !important;
}
.owl-next {
	margin-right: 0 !important;
}

.owl-next i {
    color: #fdb88f !important;
}

.owl-prev i {
    color: #fdb88f !important;
}

@media (max-width: 959px) {
.uncode-slider .owl-prev, .uncode-slider .owl-next {
display: block !important;
background-color: transparent !important;
}
}

@media (max-width: 959px) {
.style-light .owl-prev .btn-default, .style-light .owl-next .btn-default {
color: #ffbf99 !important;
}
}

	/* Slider-Buttons */

	/* Slider-Pfeile */
.owl-prev {
padding-top: 0px !important;
}

.owl-prev .owl-nav-container {
border-radius: 0 0px 0px 0 !important;
}

.owl-next {
padding-top: 0px !important;
}

.owl-next .owl-nav-container {
border-radius: 0 0px 0px 0 !important;
}

@media (max-width: 959px) {
.header-wrapper .owl-next .owl-nav-container, .header-wrapper .owl-prev .owl-nav-container {
	width: 50px !important;
}
}

.header-wrapper .owl-next .owl-nav-container i, .header-wrapper .owl-prev .owl-nav-container i {
	color: #ffbf99 !important;
}

	/* Slider-Pfeile */
/* Slider */

/* Footer */
footer .footer-last.footer-center .social-icon i, .uncode-vc-social.icons-lead .social-icon i {
	font-size: 30px !important;
}

.uncode-vc-social.icons-lead .social-icon i {
	color: #ffd9c0 !important;
}

/* Footer */