body {
	color: #1a142f;
}

a:hover, a:focus {
    color: #1A142F;
}

/* Kleuren 1 */
.color-1 {
    color: #ffffff;
}
.stroke-1 {
    stroke: #ffffff;
}
.fill-1 {
    fill: #ffffff;
}
.background-color-1 {
    background-color: #1a142f !important;
}

/* Kleuren 2 */
.color-2 {
    color: #fff;
}
.stroke-2 {
    stroke: #fff;
}
.fill-2 {
    fill: #fff;
}
.background-color-2 {
    background-color: #1a142f !important;
}

/* Kleuren 3 */
.color-3 {
    color: #ffffff;
}
.stroke-3 {
    stroke: #ffffff;
}
.fill-3 {
    fill: #ffffff;
}
.background-color-3 {
    background-color: #5C5A68 !important;
}

/* Kleuren 4 */
.color-4 {
    color: #1a142f;
}

.meerweten.background-color-1,
.meerweten.background-color-2,
.meerweten.background-color-3 {
	background-color: #5C5A68 !important;
}

/* Logo fix */
.object-slider .object-slider-logo {
	background-color: unset;
}

.object-slider .object-slider-logo a {
    width: calc(100px + 1.5rem);
    height: calc(100px + 1.5rem);
    padding: 1rem!important;
    background-image: url(https://huispresentatie.nl/wp-content/themes/huispresentatie/klanten/AnkersmitA/logo-2.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: center;
}

.object-slider .object-slider-logo a img {
    display: none;
}

.object-slider .object-slider-features .object-feature .object-feature-title,
.object-slider .object-slider-features .object-feature .object-feature-info span {
    color: #5C5A68;
    opacity: 1;
}

.footer,
.footer-copyright {
    background-color: #f7f2ee;
}

.object-slider .object-slider-features,
.object-description .object-description-content-more span, 
.object-features .object-features-list-more span,
.banner p.background-color-2,
.object-offer-button a,
.object-social-button a,
.footer .object-button, 
.object-button {
    border-radius: .25rem;
}

.footer-brands img {
    max-width: 320px;
    max-height: 150px;
}

@media (max-width: 767.98px) {
	.footer-brands img {
		max-width: 220px;
		max-height: 150px;
	}
}

.object-social-button :hover,
.object-social-button :focus,
.object-offer-button :hover,
.object-offer-button :focus {
	background-color: #5C5A68 !important;
}

.object-button:hover,
.object-button:focus,
.footer .object-button:hover,
.footer .object-button:focus {
    color: #ffffff !important;
    background-color: #5C5A68 !important;
	opacity: 1 !important;
}

.banner p.background-color-2:hover,
.banner p.background-color-2:focus,
.object-description .object-description-content-more span:hover,
.object-features .object-features-list-more span:hover,
.object-description .object-description-content-more span:focus,
.object-features .object-features-list-more span:focus {
	color: #ffffff !important;
	background-color: #5C5A68 !important;
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
	opacity: 1 !important;
}

.object-description .object-description-content-more span, .object-features .object-features-list-more span {
    padding: 0.5rem 0.75rem;
    border: 1px solid #16150f;
    border-radius: .25rem;
    color: #16150f;
}

.object-description .object-description-content-more span:after, 
.object-features .object-features-list-more span:after {
	width: 0;
    height: 0;
    margin-top: 0;
    margin-left: 0;
	background-image: unset;
}

.footer a:hover, .footer a:focus {
    opacity: 1 !important;
	background-color: unset;
}

/* Drukwerk */
.flyers-gevouwen-v2 .flyer-voorzijde-left,
.flyers-gevouwen .flyer-voorzijde-left {
	background-color: #f7f2ee;
}

.flyer-achterzijde-right .flyer-top {
	background-color: #f7f2ee;
}

.flyer-voorzijde-left .content div.flyerfoto-container,
.flyers-bezichtiging .flyer-achterzijde .content div.flyerfoto-container {
    width: 96%;
	height: 64%;
    bottom: 0;
}
.flyer-voorzijde-left .content img.flyerfoto,
.flyers-bezichtiging .flyer-achterzijde .content img.flyerfoto {
    width: 100%;
	max-height: unset;
	object-fit: unset;
}

.flyer-voorzijde-left .content {
    background-color: #f7f2ee;
	padding-bottom: 0;
}

.folder-achterzijde-right .folder-top,
.verkocht-folder-achterzijde-right .verkocht-folder-top {
    background-color: #f7f2ee;
}
.window-display .window-display-left .window-display-top {
	background-color: #f7f2ee;
}

.window-display .window-display-left .features,
.flyer-achterzijde-right .features,
.folder-achterzijde-right .features,
.verkocht-folder-achterzijde-right .features {
    background-color: #f7f2ee;
}
.flyers-bezichtiging .flyer-achterzijde .content {
    background-color: #f7f2ee;
}

.visitekaartje-achterzijde .logo {
    height: 92%;
}