/*--------------------------------------------------------------
Layout Joeri
--------------------------------------------------------------*/
:root {
    --purple: #421c52;
}
.navbar-toggler{
	color: #fff;
	border-color: #fff;
}
.navbar-toggler:focus{
	outline: transparent;

}
.navbar-brand img{
    max-height: 20%;
    max-width: 20%;
}

#footer-widget{
	color: #fff !important;
	background-color: var(--purple) !important;
	}

#text-2 > .textwidget{
	display: flex;
}



#media_image-2{
    width:20%;
    height: auto;
    margin-top: 5%;
}

a{
	color:#421c52;
}

h3.widget-title{
    color: #fff;
}

.site-header{
    transition:500ms ease;
    background:transparent !important;
  }
  .site-header{
    background: var(--purple) !important;
  }

.white {
    color: #fff;
}

.white h1 {
    color: #fff;
}

.white h2 {
    color: #fff;
}

.white a {
    color: #fff;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 1rem !important;
}
/*Kacheln*/

.kachel{
   width: 200px !important;
   height: 200px;
   border: 3px solid white;
}

.kachel-g{
	width: 400px !important;
	height: 200px;
	border: 3px solid white;
 }
@media (min-width:768px) and (max-width:991px){
	.kachel{
		width: 180px !important;
		height: 180px;
	 }
}
@media (min-width:526px) and (max-width:767px){
	.kachel{
		width: 50% !important;
		height: auto;
		min-height: 250px !important;
	 }
}

@media (max-width:525px){
	.kachel{
		width: 50% !important;
		height: auto;
		min-height: 185px !important;
	 }
}


.cards{
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    margin-right: 25px;
    align-items: center;
    width: 30% !important;
}
.cards:last-child{
	margin-right:0
}
@media (max-width:766px){
	.cards{
		width: auto !important;
		margin-bottom: 25px;
		margin-right: 0;
	}
}


.cards .wpb_text_column.wpb_content_element{
	min-height: 280px;
	padding-left: 15px;
	padding-right:15px;
}
.cards  .vc_btn3-container.vc_btn3-inline{
	padding-left: 15px; 
	padding-right:15px; 
}

.np .vc_column-inner{
	padding-left: 0 !important; 
	padding-right:0 !important;
}

.blocks{
    box-sizing: border-box;
    width: 100%;
    height: 55vh;
    padding-left: 10%;
    padding-right: 10%;
}

.banner{
    background-position: center;
    background-size: cover;
    height: 11rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    background-color: var(--purple) !important;
    color:#fff !important;
    font-weight: 700 !important;
}

.btn-bottom .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{

	min-width: 148px !important;
	text-align: center !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	color:#fff !important;
	background-color: #421c52 !important;
	border-radius: 5px;
}

.flex-direction-nav a:before {
	color:#421c52 !important;
}
.flex-control-paging li a.flex-active {
	background-color:#421c52 !important;
}

.nav-link{
	font-size: 1rem;
}

.textwidget a{
	color:white;
	
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: none !important;
    background-color: #fff !important;
	border: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
    border-color: none !important;
	border: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: var(--purple) !important;
	font-size: 18px;
    line-height: 25px;
	font-weight: 600;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
	color: var(--purple) !important;
	font-size: 18px;
    line-height: 25px;
	font-weight: 600;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: none !important;
	border: none !important;
    background-color: #fff !important;
}

/*--------------------------------------------------------------
Hover box
--------------------------------------------------------------*/

.vc-hoverbox-block-inner {
height: 70vh;

}


.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff !important;
    border: 1px solid var(--purple) !important;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full {
    color: var(--purple) !important;
}
/*--------------------------------------------------------------
Slider
--------------------------------------------------------------

.flexslider .slides img {
	display: flex !important;
	justify-content: center;
    height: 40vh !important;
	width: auto !important;

/*--------------------------------------------------------------
Animated scroll-button
--------------------------------------------------------------*/

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 5;
	margin-top: 10%;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid ;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}


@media (max-width:1199px){
	#masthead .navbar-nav > li > a{
		font-size:16px !important;
	}
	.dropdown-menu .dropdown-item{ 
		color: #fff;
	}
}


@media (max-width:767px){
	.blocks{
		display:flex;
	
	}
	.blocks .order-p1{
		order:1;
	}

	.blocks .order-p2{
		order:2;
	}


	.order-p1{
		order:1;
	}

	.order-p2{
		order:2;
	}
}


@media (max-width:992px){
.cards .wpb_text_column.wpb_content_element {
    min-height: 350px;
}
}


.vc_gitem-zone {
	background-size: contain !important;
	background-color: none !important;
	text-align: center !important;
	
}

.vc_gitem-zone-a {

	height: 300px !important
}

.vc_custom_heading > h4{
	text-align: center !important;
}

.vc_tta-title-text{
	color: var(--purple) !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.herz-trans{
	transform: rotate(180deg);
}