<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
groen: #044a57
tekst: #0a4a56
grijs: #666666
roze:  #f8bc9e


*/

/*@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,400;0,800;1,200;1,400&amp;display=swap');*/

html {
    background-color: rgb(4, 74, 87);
    scroll-behavior:smooth;
}

body, .pure-g [class *= "pure-u"] {
    font-family: 'avenir-medium', sans-serif;
}
    
html, body {
    height: 100%;
}

.pure-g &gt; div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l-box {
    padding: 0 1em;
}

.clear {
	clear: both;
}

img {
/*    width: 100%;       dit gaat niet overal automatisch goed.. */
    height: auto;
    max-width: 100%;
}


:focus {
    outline: none;
}

/*Basic structure*/
#wrapper {
    position: relative;
    min-height: calc(100vh - 66px); /* footer onderaan */
    background-color: white;
}

#main,
#header .container,
#footer .container
{
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 999px) {
    #main,
    #footer .container
    {
        width: 90%;
    }
}

#main{
    height: 100%;
}

body.simple_checkout #main {
    max-width: 100vw;
}

body.page-inloggen #main {
    max-width: 1200px;
}

/*Header*/
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 19.7vw;
    z-index: 100;
}

#header h1 {
	white-space: nowrap;
    margin: 0;
    padding: 0;
    display: none;
}

#header .container {
    display: flex;
    align-items: center; /*om de hamburger verticaal uit te lijnen! */
    justify-content: space-between;
    overflow: hidden;
	margin: 0 auto;
    max-width: 1200px;
}

@media (max-width: 990px) {
	#header .container {
	    flex-direction: row-reverse;
	}
}

    #header #brand {
        flex-shrink: 0;
    }
    
    #header #hamburger, #header #app {

        flex-shrink: 0;
        flex-basis: 40px;
        padding: .5em 0;
    }

        #brand img, .page-template-page-appview #header #brand img {
            margin: 0;
            width: auto;
            display: inline-block;
            height: 7vw;
            margin: .6em .5em .4em .5em;
            max-height: 58px;
        }
    
        @media (min-width: 990px) {
            .page-template-page-appview #header #brand img.desktop {
                display: inline-block!important;
            }
        }
        
        
        
    #header #app {
        display: none;
    }

    @media (max-width: 989px) {
        #header #app {
            display: block;
        }
    }

    #header #app a.button {
        margin: 0;
        background-color: rgb(251, 177, 135)!important;
        padding: .3em 1em!important;
        font-style: italic;
        height: auto!important;
    }
        
        
        
        
    
    #nav {
        flex-basis: auto;
        display: flex;
        flex-direction: column-reverse;
        text-align: right;
        width: 100%;
        margin-right: 45px;
        display: none;
    }

    #nav .main-nav {
    }

    #nav ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    	
    }

    #nav li {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        margin-left: 1em;
    }

    @media (max-width: 1060px) {
	    #nav li {
	        margin-left: .5em;
	    }
    }

    #nav a {
        display: inline;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        text-decoration: none;
        font-size: .9em;
    }

    #nav .sub-nav a {
/*        font-size: .8em;*/
    }
    

    /*sub menu*/
    #nav ul.sub-menu {
        display: none;
        z-index: 100;
        position: absolute;
        padding: 0;
        margin: 0;

        margin-left: -16px;
        padding-bottom: .5em;
    }

    #nav .sub-menu li, #nav .sub-menu a {
    	text-align: left;
    }

    #nav li:hover &gt; .sub-menu {
    	display: block;
    }

    /*geen sub sub :) */
    .sub-menu .sub-menu {
    	display: none;
    }

    #nav .sub-menu li {
        display: block;
        margin-left: 0;
    }

    #nav .sub-menu a {
        padding: 0em 1em;
        display: block;
        line-height: 40px;
    }
    
    /* dashicon in menu: */
    #nav .dashicons {
        vertical-align: middle;
    }

        #menu-item-1930 {
            padding: 0 1em;
            margin: 0 -1em;
            margin-left: 0em;
        }


    #nav li.myinsightout &gt; a, #nav .myinsightout_a &gt; a
    {
        background-color: rgb(255, 255, 255);
        color: rgb(3, 74, 87);
        padding: .5em 1em;
        border-radius: 100px;
    }

    #responsive_nav .myinsightout_a &gt; a
    {
        background-color: rgb(255, 255, 255);
        color: rgb(3, 74, 87);
        padding: .5em 1em;
    }
    
    
    #nav .myinsightout_a &gt; a,
    #responsive_nav .myinsightout_a &gt; a
    {
        background-color: rgb(248, 188, 158);
    }
    
    #nav .myinsightout_a &gt; a:hover,
    #responsive_nav .myinsightout_a &gt; a:hover 
    {
        background-color: white;
    }
    
    
    
    #nav li.myinsightout ul, #nav li.myinsightout_a ul {
        margin-left: 0;
    }





/* Basic WordPress Blog Styles */
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


/* vimeo embeds */
iframe {
    display: block!important;
    max-width: 100%;
	height: auto;
}

/* video auto height */
@media (max-width: 1024px) {
    iframe {
/*        height: 53vw;*/
    }
	
}


.font-awesome-example .sow-icon-fontawesome[data-sow-icon]:before
 {
    content: attr(data-sow-icon);
    font-size: 2em;
    margin: 0.51em!important;
    display: block;
}





/*Mobile nav*/
#responsive_nav {
    position: absolute;
    z-index: 9999;
    width: 100%;
    overflow: hidden;
    display: none;
}


#responsive_nav.open {
	height: auto;
}

#responsive_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#responsive_nav li {
	padding: 0;
	display: block;
}

#responsive_nav li a {
    display: block;
    text-decoration: none;
    font-size: 1em;
    color: white;
    font-weight: 400!important;
    padding: .6em 1em;
    border-bottom: 2px solid white;
    padding-left: 28px;
}

#responsive_nav .sub-menu a::before {
    content: "â€“  ";
}




/*https://codepen.io/designcouch/pen/Atyop*/
#hamburger {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#hamburger .square-box {
    position: relative;
    min-width: 40px;
    margin: 0 auto;
}

#hamburger .square-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#hamburger .square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

#hamburger span {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    background-color: white;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburger span:nth-of-type(2) {
    top: 50%;
}

#hamburger span:nth-of-type(3) {
    top: 80%
}

#hamburger.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: +20vw;
}

#hamburger.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}





.flex-container {
    display: flex;
    justify-content: center;    
    align-content: stretch;
}

.flex-item {
    flex-grow: 1;
    flex-shrink: 0;
}




.dots {
    background-repeat: repeat-x!important;
    background-position-y: center;
    background-position-x: right;
}	

@media (max-width: 767px) {
    .dots {
        background-image: none!important;
    }

}













/*Forms*/
input, 
textarea, 
select, 
button {
    border: none;
    width: 100%;
	padding: .5em;
	margin: .5em 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;    
}

.woocommerce a.button,
{
    border: none;
    box-sizing: border-box;
    margin: 1em 0!important;
    padding: .7em 2em!important;
    width: auto!important;
    text-align: center;
    cursor: pointer;
    height: 3em!important;
    line-height: inherit!important;
    font-weight: inherit;
    border-radius: 20px!important;
}

a.button,
input[type="submit"],
button[type="submit"],
button[type="button"],
input.button,
.sow-more-text
{
    border: none;
    display: block;
    box-sizing: border-box;
    margin: 1em 0;
    padding: .7em 2em!important;
    width: auto!important;
    text-align: center;
    cursor: pointer;
/*    height: 3em!important;*/
    line-height: inherit!important;
    font-weight: inherit;
    border-radius: 20px!important;
}


/*input[type="submit"],
button[type="submit"],
button[type="button"],
a.button,
input.button {
    border: none!important;
    display: block!important;
    box-sizing: border-box!important;
    margin: 1em 0!important;
    padding: .7em 2em!important;
    width: auto!important;
    text-align: center;
    cursor: pointer;
    height: 3em!important;
    line-height: inherit!important;
    font-weight: inherit;
    
    border-radius: 20px!important;
}
*/

a.button {
    display: inline-block;
}

.mycred-sell-unpaid button {
    display: block;
    margin: 1em auto;
    
}


.wpcf7-sliding-captcha .bgSlider {
    width: 100%;
}

.wpcf7-sliding-captcha {
    background-color: transparent;
}




label {
/*    display: inline-block;*/
    display: inline; /* kan dit ook? nodig op de betaal pagina */ 
    width: 100%;
    text-align: left;
}

input[type="radio"], 
input[type="checkbox"] {
    width: auto!important;
	margin-right: 5px!important;
}




div.wpcf7-validation-errors, .em-booking-message {
    border: none!important;
    background-color: rgb(255, 211, 207);
    padding: 1em 1em .1em 1em;
    color: rgb(215, 55, 40);
    margin: 2em 0em;
}

.em-booking-message-success {
    background-color: rgb(50, 165, 55);
    padding: 1em;
    color: rgb(255, 255, 255);
}

div.wpcf7-mail-sent-ok {
    border: none!important;
	background-color: #2bb34f;
    color: white;
}



div.wpcf7-response-output {
    margin: 0px!important;
    padding: 1em!important;
/*    color: #fff;*/
}

img.ajax-loader {
    width: auto!important;
    height: auto!important;
}






.hidden {
    display: none;
}




.table{
    display:table;
    width:100%;
    height:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
}



.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}



/*Vertical align and center*/
.vertical { 
    display: table; 
    width: 100%;
    height: 100%;
}

.vertical-item { 
    display: table-cell!important; 
    text-align: center; 
    vertical-align: middle;
}


.circle {
    background-color: white;
    border-radius: 50%;
    box-shadow: 5px 5px 20px 0px #000000a3;
}

.special .circle {
    background-color: #f8bc9e;
}

.circle h2 {
    margin: 0!important;
}



/*Main*/
#main {
    padding: 3em 0 0 0; /* onderaan is niet handig met de footer... */
}

.home #main,
.siteorigin-panels #main,
.page-tool #main
{
    padding: 0;
}


/* front page */
.special {
    justify-content: center!important;
    align-items: center!important;
}

.special &gt; div {
    max-width: 200px;
    padding: 0 2em;
    box-sizing: content-box;
}

.dots &gt; div {
    max-width: 275px;
}



.form {
    width: 100%;
    max-width: 350px;
}

.page-inloggen .form {
    margin: 0 auto;
}


.tml {
    max-width: 300px;
    margin: 0 auto;
}

.tml-register-link {
	display: none;
}














/* 2023 new homepage video background */
.page-id-22659 #main, .page-id-26871 #main {
	max-width: 1200px;
}



@media (max-width: 599px) {
	/* mobiel */
	#video-front {
		min-height: 80vh;
	}

	video#so_bgvideo_637b94eac11dc, video.so_video_bg {
	    width: auto!important;
		height: 80vh!important;
		transform: translate(-74%, -50%)!important;
	}
	
	
	#video-front h1 {
		color: white;
	    text-shadow: 2px 2px 6px black;
		font-family: 'avenir-light', 'arial', sans-serif;
		font-weight: 100;
		font-size: 7vw;
	    line-height: 4vw;
		margin-bottom: 3vw;
	}


	#video-front h1 strong {
		font-weight: 800;
	}

	#video-front .title p {
		font-size: 5vw;
		color: white;
		text-shadow: 2px 2px 6px black;
		font-family: 'avenir-light', 'arial', sans-serif;
		font-weight: 100;
	    font-style: italic;
		margin: 0;
		margin-top: 1em;
	}
	
	

	#video-front &gt; div {
		display: flex;
	    align-items: center;
	    height: 80vh;
		justify-content: center;
	}

	#video-front &gt; div &gt; div &gt; div &gt; div.panel-grid:first-of-type {
/*		padding: 10vh 0;*/
	}
	
	
	.front-round-button {
		max-width: 22vw;
	    margin: 2em auto 0 auto;
	}
	
	.front-round-button p {
		font-size: .7em;
		font-style: normal;
		margin: 0;
		text-shadow: 2px 2px 6px black;
	}
}



@media (min-width: 600px) {
	#video-front {
		min-height: 56vw;
	}

	video#so_bgvideo_637b94eac11dc, video.so_video_bg {
	    width: auto!important;
		height: 56vw!important;
	}
	
	
	
	.front-button-container {
		position: absolute;
	    top: 0;
	    left: 0;
		height: 100%;
		width: 11vw;
	    max-width: 9em;
	    padding: 1em 0;
	    box-sizing: border-box;
	}

	.front-button-container &gt; div {
		height: 100%;
		display: flex;
		justify-content: space-between;
	    flex-direction: column;
		gap: 1em;
	}


	#video-front h1 {
		color: white;
	    text-shadow: 2px 2px 6px black;
		font-family: 'avenir-light', 'arial', sans-serif;
		font-weight: 100;
		font-size: 4vw;
	    line-height: 4vw;
		margin-bottom: 3vw;
	}


	#video-front h1 strong {
		font-weight: 800;
	}

	#video-front .title p {
		font-size: 2vw;
		color: white;
		text-shadow: 2px 2px 6px black;
		font-family: 'avenir-light', 'arial', sans-serif;
		font-weight: 100;
	    font-style: italic;
		margin: 0;
	}
	
	.front-round-button p {
		font-size: 1em;
		font-style: normal;
		margin: 0;
		text-shadow: 2px 2px 6px black;
	}
	
}




@media (min-width: 1600px) {
	#video-front h1 {
		font-size: 64px;
	}

	#video-front .title p {
		font-size: 32px;
	}
}








#video-front #intro {
	margin-top: 2em;
}

#video-front &gt; .panel-grid-cell {
	padding: 3em 0;
	max-width: 90vw;
    margin: 0 auto;
}

@media (max-width: 990px) {
	#video-front &gt; .panel-grid-cell {
		padding: 0;
	}
	
}



.front-round-button p a {
	color: white;
}


.flex-center &gt; div &gt; div {
	justify-content: center;
}




@media (min-width: 521px) and  (max-width: 1018px) {
	.sow-features-feature {
	    width: 50%!important;
	    padding: 1em!important;
	}
}

@media (max-width: 512px) {
	.dark .sow-features-list.sow-features-responsive .sow-features-feature {
	    display: flex!important;
	}
	
}



#main .superpwa-shortcode-button {
    width: auto!important;
    margin: 0 auto;
    color: white!important;
    cursor: pointer;
    font-size: 1.5em!important;
    padding: 1.5rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    background-color: #024a56;
    margin-top: 1em!important;
	min-width: inherit;
	box-shadow: 6px 6px 20px 6px #00000061;
	transition: all .2s ease-in-out;
}

@media (max-width: 768px) {
	#main .superpwa-shortcode-button {
	    font-size: 1em!important;
	}
	
}

#main .superpwa-shortcode-button:hover {
    box-shadow: 0px 0px 20px 6px #ffa7006e;
	transform: scale(1.1);
}








/*.top-left {
    position: absolute;
    top: 10%;
}

.center-left {
    position: absolute;
    top: 40%;
}

.bottom-left {
    position: absolute;
    top: 70%;
}
*/





.card-container &gt; div {
	max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 520px) {
	.card-container &gt; div {
		display: block;
	}
}


.card-container &gt; div &gt; div {
	flex-basis: 50%;
	padding: 0 1em;
    box-sizing: border-box;
}

.card-container .card {
	background-color: #f8b799;
	color: #034651;
	padding-bottom: 0.1em;
}

.card-container .card a {
	color: #034651;
}

.card-container .card a:hover {
	color: #ffffff;
}

.card-container .card a.button:hover {
	background-color: #1c7e90!important;
}

.card-container .card img {
	filter: invert(20%) sepia(48%) saturate(845%) hue-rotate(141deg) brightness(95%) contrast(98%);
	height: 100px;
}


@media (max-width: 700px) {
	.card-container .card h2 {
		font-size: calc(2vw * 2);
	}

	.card-container .card p a {
		font-size: calc(2vw * 1.5);
	}
	
}

@media (max-width: 520px) {
	.card-container .card h2 {
		font-size: inherit;
	}

	.card-container .card p a {
		font-size: inherit;
	}
	
}




.roundbutton {
	display: inline-block;
	transition: all .2s ease-in-out;
	box-shadow: 6px 6px 20px 6px #00000061;
    border-radius: 150px;
	background-color: white;
}

.roundbutton:hover {
	box-shadow: 0px 0px 20px 6px #ffa7006e;
}


.roundbutton.rozebg {
	background-color: #f8b799;
}

.roundbutton.groenbg {
	background-color: #034651;
}


.roundbutton:hover {
    transform: scale(1.1);
}


.button_bottom &gt; div {
    margin-bottom: 3em!important;
}

@media (min-width: 767px) {
	.button_bottom {
	    position: relative;
	}

	.button_bottom a.button {
/*		position: absolute;
	    bottom: 1em;
*/	}
}


/* Aanbod */

.page-aanbod .sow-features-feature {
    background-color: #ffffff38;
    padding: 1em!important;
    border-radius: 20px;
    margin: 0 1em;
	margin-bottom: 2em!important;
}


@media (min-width: 767px) {

	.flex_column_stretch &gt; div {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}

	.flex_column_stretch &gt; div &gt; div:nth-of-type(4) {
	    flex-basis: 14em;
	}

}









/*WooCommerce tweaks*/

.woocommerce-result-count,
.woocommerce-ordering,
.product_meta,
.product .wc-tabs,
.quantity,
.woocommerce-product-gallery__trigger
{
    display: none;
}


.woocommerce div.product div.summary,
.woocommerce div.product form.cart
{
    margin-bottom: 0em!important;
}

#order_comments {
    height: 138px;
}


.woocommerce-privacy-policy-text, .privacy {
    font-size: .8em;
    font-style: italic;
}


/*account page*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    background-color: rgb(242, 242, 242);
    padding: 1.2em;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    display: inline-block;
    margin-right: 1em;
    padding: .6em .8em;
}

.woocommerce-MyAccount-navigation .is-active {
    background-color: rgb(242, 242, 242);    
}

.woocommerce-MyAccount-navigation .is-active a, 
.woocommerce-MyAccount-navigation a:hover {
    color: rgb(3, 74, 87);
}


a.button.wc-forward {
    display: none;
}

.woocommerce-message {
    border-top-color: rgb(143, 174, 27);
}

.product-name .product-quantity {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: none;
    background: none;
}

.woocommerce-notice {
    display: block;
    width: 100%;
    padding: 1em 3em;
    max-width: 400px;
    margin: 2em auto;
    border: 2px solid #044a57;
}




/*MyCred table*/
thead tr {
    background-color: white!important;
}

th {
    text-align: left;
    padding: .5em;
}

tfoot tr {
    display: none;
}

tr:nth-child(odd) {
    background-color: rgba(3, 74, 87, 0.13);
}

td {
    padding: .5em;
}








#footer {
    background-color: white;
    overflow: auto;
    padding: .5em 0;
    margin-top: 3em;
}

.home #footer {
    margin-top: 0;
}
    
    #footer .flex-container {
        flex-wrap: wrap-reverse;
    }

    #footer .flex-item {
        flex-grow: 0;
        flex-shrink: 0;
        font-size: 13px;
        align-self: center;
    }

    #footer .flex-item:nth-of-type(2) {
        flex-grow: 1;
    }

    #footer p {
        margin: 0;
    }











.jumbo h1 {
    font-size: 11vw;
    margin: .5em;
}

@media (min-width: 1280px) {
    .jumbo h1 {
        font-size: 140px;
        line-height: 1em;
    }
	
}


/*Witte kaders met groene tekst*/
.white-frame {
    padding: 1em 1em 0 1em;
    border-radius: 20px;
}

@media (max-width: 600px) {
	.white-frame {
         margin-bottom: 2em; 
	}
}




.black-overlay:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(21, 26, 37, 0.48);
    content: "";
}

.black-overlay {
    position: relative;
}

.black-overlay &gt; div {
    position: relative;
    z-index: 2;
}




.popup {
/*    display: none;*/
}

.popup div.close {

    position: absolute;
    top: 2em;
    right: 2em;
    color: black;
    background: white;
    border-radius: 200px;
    padding: .8em;
    display: none;
    width: .8em;
    height: .8em;
    line-height: .8em;
    text-align: center;
    cursor: pointer;
}

/*.popup .close:hover {
    background-color: #f8bc9e;
}
*/




/* Bigmarker */

/*#webinars {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b8;
}
*/
#webinars .so-widget-sow-editor {
/*    display: table;*/
    width: 100%;
/*    height: 100vh;*/
}

#webinars .textwidget {
/*    display: table-cell;
    vertical-align: middle;
*/    text-align: center;
}

#webinars iframe {
    margin: 0 auto;
    width: 100%;
/*    height: 76vh;*/
}


#webinars .bigmarker-widget-img-box {
    display: none;
}

#webinars .bigmarker-widget-box {
    border-radius: 15px;
}

#webinars .bigmarker-widget-out-box {
    height: auto!important;
}

#webinars .textwidget &gt; p {
    display: none;
}

#webinars .textwidget &gt; div {
    display: inline-block;
    margin: 1em;
}

#webinars .bigmarker-widget-more-link {
    display: none;
}

#webinars input.submit_registration_form {
    background-color: #f8bc9e!important;
    color: white!important;
}

.bigmarker-widget-out-box {
    max-width: 240px!important;
}



.round {
    border-radius: 50px;
    padding: 1em 3em;
    margin: 2em 0;
}

@media (max-width: 768px) {
    .round {
        border-radius: 50px;
        padding: 1em 1em;
        margin: 2em 0;
    }

    .checklist img {
        width: 18px;
        margin-right: .2em;
    }
	
}


.round a {
    color: white!important;
    text-decoration: underline!important;
}




.bigmarker .input-rounded, .page-orienterend-gesprek-special .input-rounded {
    background-color: white!important;
    border: 1px solid #afafaf;
    border-radius: 20px;
    text-align: center;
}


.bigmarker input[type="submit"], .page-orienterend-gesprek-special input[type="submit"] {
    background-color: #f8bc9e!important;
    color: white!important;
    border: none;
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.bigmarker form.wpcf7-form {
    max-width: 300px;
    margin: 0 auto;
    margin-top: -1em;
}







/*slideOpen knoppen*/
.slideOpen h3 {
    padding: 1em .2em;
    color: white;
    text-align: center;
    font-size: .9em;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    z-index: 3;
}

.slideOpen h3 + p {
    display: none;
}

.slideOpen h3::after {
    content: "â–¼";
    margin: .5em 0 0 .5em;
    font-size: .6em;
}

.slideOpen h3.open::after {
    content: "â–²";
}

.slideOpen p {
    border: 1px solid #044a57;
    padding: 1em;
    padding-top: 2.5em;
    margin-top: -3em;
    border-radius: 20px;
    font-size: .9em;
    
    position: relative;
    z-index: 1;
}



#share {
    margin: 0 -1em 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

#share li {
    margin-right: 1em;
}

#share img {
    height: 36px;
    width: auto;
}




/* Responsive */
.desktop {
    display: none!important;
}


/*Menu switch breakpoint*/
@media (min-width: 990px) {
    #header #brand {
        flex-shrink: 1;
        flex-basis: inherit;
    }

    #header #brand img {
        max-width: inherit;
        width: auto;

        height: 29px;
        margin: 0px;
    }

    #header #brand img.desktop {
        display: block!important;
    }

	#nav {
	    display: block;
        margin: 0;
	}

        #nav .main-nav {
            margin-right: 0px;
        }
    
        #nav ul li {
            line-height: 80px;
        }
    
    #hamburger {
        display: none;
    }

	
}




/* Header */
@media (min-width: 769px) {
    
    .mobile {
        display: none!important;
    }
    
    .desktop {
        display: inherit!important;
    }
    
    .wrapper {
        max-width: 800px;
        margin: 0 auto!important;
        width: calc(100vw - 3em);
    }
        
}









/*color and sizes: */
body {
	font-size: 14pt;
    color: #0a4a56;
    background-color: white; 
}

#header,
#nav,
#nav ul.sub-menu,
#responsive_nav,
a.button,
button,
.dark,
.slideOpen h3
{
    background-color: #044a57;
}


.highlight {
    background-color: rgb(13, 112, 130);
}

.white-frame {
    background-color: white;
}



.white-frame *,
#footer
{
    color: #044a57!important; /* groen */
}

.white-frame a {
    color: #f8bc9e!important; /* rose */
}


    #nav a {
        color: white;
    }

    #nav a:hover, 
    #nav li:hover &gt; a,
    #nav .current-page-item &gt; a, 
    #nav .current_page_item &gt; a, 

    #nav .current-menu-item &gt; a,
    #nav .current_menu_item &gt; a,

    #nav .current-page-ancestor &gt; a, 

    #nav .current-page-parent &gt; a, 
    #nav .current_page_parent &gt; a, 

    #nav .current-post-parent &gt; a, 
    #nav .current_post_parent &gt; a, 

    #nav .current-menu-parent &gt; a,
    #nav .current_menu_parent &gt; a 
    { 
        color: #f8bc9e;
    }
    
    #nav .myinsightout_a &gt; a {
        color: white!important;
    }
    
    #nav .myinsightout_a &gt; a:hover {
        background-color: #f8bc9e;
    }
    


input, textarea, select,
.wpcf7-sliding-captcha .bgSlider {
    color: #044a57!important; /* groen */
    background-color: rgb(200, 224, 228)!important; /* licht groen */
    border: none;
}

input[type="submit"],
button[type="submit"],
button[type="button"],
a.button,
.dark .white-frame a.dark {
    background-color: #044a57!important; /* groen */
    color: white!important;
    border: none;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
button[type="button"]:hover,
a.button:hover, 
.dark a.button:hover,
.slideOpen h3:hover,
.dark .white-frame a.dark:hover
{
    background-color: #f8bc9e!important; /* rose */
    color: white!important;
    border: none;
}

.dark * {
    color: white;
}

.dark a {
    color: #f8bc9e; /* rose */
}

form a {
    color: #054b58;
    text-decoration: underline;
}


.dark .circle a {
    color: #044a57; /* groen */
}

.special .circle a {
    color: white;
}

.dark .circle a:hover {
    color: #f8bc9e; /* roze */
}

.special .circle a:hover {
    color: #044a57; /* groen */
}


.dark input[type="submit"],
.dark button[type="submit"],
.dark a.button,
.dark .sow-more-text {
    background-color: #ffffff!important; 
    color: #044a57!important; /* groen */
    border: none;
}

.white-frame a.button {
    background-color: #f8bc9e!important; /* rose */
    color: white!important;
    border: none;
}





.logged-in .panel-row-style.logout {
    display: none;
}


.logged-in #app a.button.login {
    display: none;
}

#app a.button.app {
    display: none;
}
    
.logged-in #app a.button.app {
    display: inherit;
}






/*Inspiratiepagina*/

@media (min-width: 500px) {
    #inspiratie_loop {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin: 0 -1em;
    }
}

.item {
    flex-basis: 50%;
    margin-bottom: 2em;
}

.item .container {
    background-color: rgb(0, 74, 88);
    color: rgb(255, 255, 255);
    margin: 1em;

    border: 3px solid rgb(0, 74, 88);
    border-radius: 20px;
    overflow: hidden;
/*    height: 96%;*/
    
    position: relative;
    padding-bottom: 3.5em;
}

.item .container &gt; * {
    padding: 0 1em;
}

.item .thumbnail {
    padding: 0;
}

.item h2 {
    text-align: center;
}

.thumbnail span {
    text-align: right;
    margin-right: 1em;
    display: block;
    font-size: .7em;
    font-style: italic;
}

.item a.more-link {
    display: block!important;
    margin: 0 auto!important;
    background-color: white;
    width: max-content;
    padding: .5em 1em;
    color: rgb(0, 74, 88);
}


.single .thumbnail {
    width: max-content;
    margin: 0 auto;
    max-width: 90%;
}

.single .thumbnail img {
    border: 3px solid rgb(0, 74, 88);
    border-radius: 20px;
    overflow: hidden;
    max-width: 300px;    
}

#inspiratie_loop .container .more-link {
    position: absolute;
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}




/*allign center bullits*/
.center {
    display: block;
    margin: 0 auto;
    width: fit-content;
}















/*Siteorigin hacks*/

.panel-grid-cell {
/*    padding: 2em 0 0 0!important;*/
}

.panel-grid-cell h2:first-of-type {
    margin-top: 0!important;
}


/* fixed column van 250px */
.fixed-width &gt; div:first-of-type {
    width: calc(100% - 250px - 30px)!important;
}
.fixed-width &gt; div:last-of-type {
    width: 250px!important;
}
@media (max-width: 767px) {
    .fixed-width {
        flex-direction: column-reverse;
    }
    .panel-layout .fixed-width &gt; div {
        width: 100%!important;
    }
}



.sow-tabs-tab-container {
    padding: 12px 0px 0px 0px!important;
    margin-left: -5px;
}

.page-contact form {
    max-width: 500px;
    margin-top: 2em;
}


#pg-1904-1 .dark .panel-grid-cell {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    padding: 1em;
}



















p {
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.7em;
}

.textwidget li {
	line-height: 1.7em;
	list-style-type: circle;
}


.prijzen li, .woocommerce li {
	list-style: none;
}


a {
    color: #f8bc9e; /* groen*/
    text-decoration: none;
}

a.more-link {
    display: table-cell; /*block;*/
    margin: 1em 0 0 0;
}

h1 {
    margin: .67em 0 .25em 0;
}

h2 {
    font-size: 1.7em;
    margin: 1em 0 .67em 0;
}

h3 {
    font-size: 1.4em;
    font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

blockquote {
    font-size: 2em;
    font-weight: 700;
    color: #f8bc9e;
}



/*mioapp*/
#root {
    margin-top: 1em;
}






/* Prijzen pagina */
.page-prijzen #main {
    max-width: 1250px;
}

.prijzen {
    font-size: 13px;
    text-align: center;
    
    justify-content: space-evenly!important;
    
    flex-wrap: wrap!important;
}

@media (max-width: 766px) {
	.prijzen {
	    align-items: center!important;
        min-height: 83vh;
	}
    
    .prijzen .panel-grid-cell {
        padding: 0!important;
    }

}


#prijzen &gt; div.panel-grid-cell {

    -webkit-transition: .15s ease;
    -moz-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
    cursor: pointer;
    
    flex-grow: 1!important;
    min-width: 270px;
    max-width: 400px;
    margin: 0 1.2em 3em 1.2em!important;
    
}


@media (min-width: 770px) {
    #prijzen &gt; div.panel-grid-cell:hover {
        box-shadow: 0 0 28px 13px #ff8d0061;
        border-radius: 25px;
        transform: scale(1.03);
    }	
}


.prijzen h2 {
    padding: .5em 1em .5em 1em;
    border: none;
    border-radius: 25px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: white;
    text-align: center;
    margin: 0;
}

.prijzen .container {
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    box-sizing: border-box;
    margin: 0;
    padding: 1.5em 1em;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.prijzen ul, .prijzen li {
    margin: 0;
    padding: 0;
}

.prijzen ul {
    list-style: none;
}

.prijzen li {
    margin-bottom: 1em;
}

.prijzen hr {
    max-width: 100px;
    margin: 1.5em auto;
    border: none;
    border-top: 1px solid;
}

.prijzen h4 {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

.prijzen h4 + p {
    font-size: .9em;
    font-style: italic;
}

.prijzen .small {
    font-size: .8em;
}




.light h2, #tabs li.trial {
    background-color: rgb(181, 72, 64);
}

.advanced h2, .advanced.header, #tabs li.advanced {
    background-color: rgba(10, 109, 130, 0.850980392156863);
}

.premium h2, .premium.header, #tabs li.premium {
    background-color: rgb(251, 177, 135);
}

.business h2, #tabs li.business {
    background-color: rgb(144, 144, 144);
}

.gradient {
    background: -webkit-linear-gradient(270deg, rgb(4, 74, 87) 1%, rgb(42, 92, 98) 27%, rgb(46, 94, 99) 68%, rgb(118, 127, 120) 91%, rgb(165, 149, 134) 103%, rgb(248, 188, 158) 106%);
    background: -moz-linear-gradient(180deg, rgba(4, 74, 87, 1) 1%, rgba(42, 92, 98, 1) 27%, rgba(46, 94, 99, 1) 68%, rgba(118, 127, 120, 1) 91%, rgba(165, 149, 134, 1) 103%, rgba(248, 188, 158, 1) 106%);
    background: linear-gradient(180deg, rgb(4, 74, 87) 1%, rgb(42, 92, 98) 27%, rgb(46, 94, 99) 68%, rgb(118, 127, 120) 91%, rgb(165, 149, 134) 103%, rgb(248, 188, 158) 106%);
        
}


div.gradient.siteorigin-panels-stretch {
/*    min-height: 95vh;*/
}



#prijzen-details {
    z-index: 100;
    padding: 0;
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 18em;
}

#prijzen-details .textwidget {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 0; /* om de spatie tussen de headers weg te krijgen */
    
}


#prijzen-details .header {
    width: 50%;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

#prijzen-details .container {
    font-size: 14px;
}

#prijzen-details .header {
    border-radius: 25px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: white;
}

#prijzen-details .tile {
    display: flex;
    justify-content: center;
    align-items: center;
}

#prijzen-details input[type="radio"] {
    margin-right: 10px!important;
}

#prijzen-details .input {
    text-align: left;
    width: 65%;
}

#prijzen-details .input:first-of-type {
    width: 35%;
    text-align: right;
}

#prijzen-details a.button {
    background-color: rgb(220, 220, 220)!important;
    cursor: pointer;
}

#prijzen-details a.active {
    background-color: rgb(4, 74, 87)!important;
    
}


#prijzen-details .choice {
    padding: 2em 0 1em 0;
    margin: 1em;
    cursor: pointer;
    
}

#prijzen-details .choice:hover, #prijzen-details .choice.active {
    background-color: rgba(251, 177, 135, 0.26);
    border-radius: 50px;
}

#prijzen-details .flex-container:first-of-type .flex-item:first-of-type {
    border-right: 1px solid rgb(220, 220, 220);
}


#prijzen-details .flex-item {
    width: 50%;
}


@media (max-width: 766px) {
    #prijzen-details {
        margin-top: 6em;
    }
    
    #prijzen-details .textwidget {
        width: 95%;
    }
    
    #prijzen-details .header.premium br {
        display: none;
    }
    
}









#tabs {
    display: none;
}

@media (max-width: 766px) {
	#tabs {
	    display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    #tabs ul {
        list-style: none;
        padding: 0;
        display: flex;
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
    }

    #tabs li {
        margin: 0;
        padding: 1em 0em;
        width: 25%;
        text-align: center;
        flex-shrink: 0;
        flex-grow: 0;
        border-radius: 15px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        color: rgb(255, 255, 255);
        font-size: .8em;
    }
    
    .page-prijzen #title {
        display: none;
    }

    .page-prijzen .prijzen &gt; div.panel-grid-cell {
        display: none;
    }
    
    #prijzen &gt; div.panel-grid-cell {
        margin: 0 0 2em 0!important;
    }
    
    #prijzen &gt; div.panel-grid-cell:nth-of-type(3) {
        display: inherit;
    }
}





/* Onboarding 2.0 */
/* Float frame small: */ 
.float_frame .panel-first-child {
    width: 100%;
    margin: 2em auto 4em auto;
    background: rgba(230, 230, 230, .8);
    border-radius: 15px;
    padding: 1em;
    box-sizing: border-box;
}

.float_frame #shadow {
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    padding: 1.3%;
    border-radius: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

.float_frame input[type="text"], .float_frame input[type="email"] {
    background-color: white!important;
}

.float_frame.small .panel-first-child, .float_frame.small #shadow {
    max-width: 300px;
}

.float_frame.medium .panel-first-child, .float_frame.medium #shadow {
    max-width: 400px;
}

.float_frame input[type="submit"], .float_frame a.button {
    margin: 0 auto;
}


.page-trial-succes, .page-trial-succes #wrapper {
    background-color: rgb(153, 143, 130);
}

.float_frame .wpcf7-sliding-captcha .default {
    width: 50px;
    height: 50px;
    background-color: rgb(14, 79, 90);
    border-radius: 125px;
    margin-top: -25px;
    background-size: 80%;
    background-position: center;
}

.float_frame .wpcf7-sliding-captcha .bgSlider {
    width: 100%;
    height: 3px;
    margin: 1.5em 0 1em 0;
    position: relative;
    display: inline-block;
    background-color: rgb(5, 75, 87)!important;
}

/*Slider swag*/
.wpcf7-sliding-captcha {
    margin-top:20px;width:252px;
}
.wpcf7-sliding-captcha .clr{
    clear:both
}
.wpcf7-sliding-captcha .bgSlider {
    width:252px;
    border:1px solid #ccc;
    background-image: linear-gradient(to right, #0E4F5A, #2A5C62, #2E5E63, #767F78, #9C9183);
    height: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: center;
}
.wpcf7-sliding-captcha .default {
    width:51px;
    height:37px;
    background:#0E4F5A url('../images/lock.jpg') no-repeat;
    cursor:e-resize;
    position:relative;
    top:0;
    left:0;
    display: block;
    border-radius: 20px;
    margin-top: -10px;
    background-size: 90% 90%;
    background-position: center;
}
.wpcf7-sliding-captcha .unlock-default {
    width:51px;
    height:37px;
    background:#0E4F5A url('../images/unlock.jpg') no-repeat;
    cursor:e-resize;
    position:relative;
    top:0;
    left:0;
    border-radius: 20px;
    margin-top: -10px;
    background-size: 90% 90%;
    background-position: center;
}
.wpcf7-sliding-captcha .TxtStatus {
    width:252px;
    margin:7px 0;
    text-align:center;
    color:#bb2828;
    font-family:Verdana;
    font-size:12px;
    clear:both;
    margin-top: 4em
}
.wpcf7-sliding-captcha .dropSuccess {
    color:#4e8b37
}
.wpcf7-sliding-captcha .dropError {
    color:#bb2828
}





/* na verzenden input verbergen */
form.wpcf7-form.sent {
    background-color: rgb(42, 179, 79);
}

form.wpcf7-form.sent p, form.wpcf7-form.sent input {
    display: none;
}

.float_frame div.wpcf7-mail-sent-ok {
    border: none!important;
    background-color: rgb(230, 230, 230);
    color: rgb(3, 74, 87);
}


@media (max-width: 989px) {
    .wrap_990 {
        display: block!important;
    }

    .wrap_990 &gt; .panel-grid-cell {
        width: 100%!important;
    }

}

@media (min-width: 990px) {
    .wrap_990 &gt; .panel-grid-cell:last-of-type {
        min-width: 330px!important;
    }
	
}


/* van desktop naar tablet vanaf 900 */
@media (max-width: 900px) {
    .breakpoint_900 {
        flex-direction: column-reverse;
    }
    
    .breakpoint_900 .panel-grid-cell {
        width: 100%!important;
    }
    
}


/* Film op pagina */

/* center movie */
.center-movie iframe {
    margin: 0 auto;
    max-width: 100%;
}



/* QR code landingspagina */
.popupform .textwidget &gt; div::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #1d4956;
}

.popupform .textwidget &gt; div::-webkit-scrollbar-thumb {
    background: #ffffff;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.popupform .textwidget &gt; div::-webkit-scrollbar-corner {
    background: #000;
}


.no-header #wrapper {
    background: -webkit-linear-gradient(270deg, rgb(4, 74, 87) -10%, rgb(42, 92, 98) 27%, rgb(46, 94, 99) 68%, rgb(118, 127, 120) 91%, rgb(165, 149, 134) 103%, rgb(248, 188, 158) 106%);
        background: -moz-linear-gradient(180deg, rgba(4, 74, 87, 1) -10%, rgba(42, 92, 98, 1) 27%, rgba(46, 94, 99, 1) 68%, rgba(118, 127, 120, 1) 91%, rgba(165, 149, 134, 1) 103%, rgba(248, 188, 158, 1) 106%);
        background: linear-gradient(180deg, rgb(4, 74, 87) -10%, rgb(42, 92, 98) 27%, rgb(46, 94, 99) 68%, rgb(118, 127, 120) 91%, rgb(165, 149, 134) 103%, rgb(248, 188, 158) 106%);
        min-height: 100vh;
}

.no-header #main {
    color: white;
    max-width: 400px;
    padding-top: 18vw;
    padding-bottom: 2em;
    
}

@media (min-width: 800px) {
    .no-header #main {
        padding-top: 115px;
    }
}

.no-header #header #app,
.no-header #header #hamburger,
.no-header #header #nav {
    display: none;
}

.no-header #header #brand {
    flex-shrink: 0;
    flex-grow: 1;
    text-align: center;
}

.no-header #brand img {
    display: inline-block;
}

.no-header #wrapper, body.no-header {
    background-color: rgb(4, 74, 87);
}
.no-header #header {
    width: 100%;
    background-image: url("/wp-content/uploads/gradient-line.png");
    background-position: bottom center;
    background-size: 80%;
    background-repeat: no-repeat;
    position: fixed;
    
}

.no-footer #footer {
    display: none;
}


.card {
    background-color: #61979d;
    border-radius: 36px;
    padding: 2em 1em;
    color: white;
    border: 0;
    margin-bottom: 2em;
}


.card .ow-button-base a {
    margin: 1em 0;
    background: inherit;
    background-color: white!important;
    border: none!important;
    color: black!important;
    box-shadow: inherit;
    text-shadow: inherit;
    border-radius: 25px;
}

.card .slider {
    overflow-x: scroll;
    flex-direction: row!important;
}

.card .slider &gt; div {
    display: flex;
    flex-wrap: nowrap;
}

.card .slider .textwidget {
    width: 56%;
    flex-shrink: 0;
    min-width: 170px;
    text-align: center;
    font-size: .8em;
    margin: 0 1em;
}

.card .sow-testimonials .sow-testimonial-text {
    background: inherit;
    color: white;
    padding: 0;
    border-radius: inherit;
    border: none;
    font-style: italic;
    font-size: .8em;
    text-align: center;
}


.card iframe {
    height: 44vw;
    max-height: 205px;
}

.card .slider iframe {
    max-height: 100px;
}


.card_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    cursor: pointer;
    max-width: 420px;
    margin: 0 auto;
}

.card_button p {
    background-color: #F8BC9E;
    border: 1px solid #707070;
    border-radius: 12px;
    display: block;
    margin: 0 0.5em;
    padding: 0.5em;
}

.card_button a {
    color: white;
}


.popupform {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: var(--app-height);
    display: none;
    z-index: 100;
    
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.popupform &gt; div { 
    display: table-cell!important; 
    vertical-align: middle;
}

.popupform &gt; div &gt; div {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background-color: #144956;
    border-radius: 40px;
    padding: 2em;
    box-sizing: border-box;
    max-width: 420px;
}

.popupform .textwidget &gt; div {
    overflow-y: scroll;
    max-height: 80vh;
}


.popupform .close {
    position: absolute;
    top: 1em;
    right: 1em;
    color: white;
    cursor: pointer;
    overflow-y: hidden!important;
}

.popupform input {
    background-color: white!important;
    border-radius: 50px;
    text-align: center;
    padding: .5em 2em!important;
    height: auto!important;
}

.popupform input[type="submit"] {
    background-color: #F8BC9E!important;
}




/*New Layout Style*/
/*Gradient colors:
Standaard groen: #044A57
Donkergroen: #0E4F5A
Groen: #2A5C62
Groen: #2E5E63
Lichter groen: #767F78
roze:  #9C9183
Standaard roze: #F8BC9E

Design colors:
light blue: #95b9bf
lighter blue: #bfc9c9
*/

.gradient-background{
    background-image: linear-gradient(to bottom, #0E4F5A, #2A5C62, #2E5E63, #767F78, #9C9183);
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-flow: row;
}

.gradient-background.extended{
    padding-bottom:  300px;
}

.rounded-corner{
    border-radius: 20px;
}

.rounded-corner &gt; img {
    border-radius: 20px;
}

.mio-white-banner-img{
    zoom: 0.7;
}

.mio-white-banner{
    max-height: 100px;
}

.form-window{
    margin: auto;
    padding-bottom: 15px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    border-radius: 30px;
    width: 500px;
}

*.form-window &gt; img{
    border-radius: 15px;
}

.contact-window{
    margin: auto;
    padding-bottom: 15px;
    margin-top: 90px;
    font-size: 14pt;
    background-color: rgba(255,255,255,0.9);
    border-radius: 30px;
    max-width: 800px;
}

.contact-window p{
    margin-left: 55px;
    max-width: 84%;
}

.contact-window h2{
    margin-left: 55px;
}

.contact-window &gt; input[type="submit"]{
    border: none;
    border-radius: 20px;
    padding: 28px 28px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.contact-window &gt; input[type="submit"]:hover{
    box-shadow: 0px 15px 20px rgba(42,92,98, 0.4);
    transform: translateY(-7px);
}


.trial-completion-window{
    margin: auto;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 90px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 30px;
    max-width: 800px;
}

.border-right {
    border-left: 5px solid #044A57;
    height: 100%;
}

.bottom-align{
    position: relative;
    margin-top: 200px !important;
    vertical-align: bottom;
}

.trial-column {
    float: left;
    width: 49.5%;
}

.contact-option {
    float: left;
    width: 30%;
    padding-left: 5px;
    border-radius: 20px;
    color: floralwhite;
    margin: 20px 7px;
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.3), rgba(245, 245, 245, 0.27), rgba(245, 245, 245, 0.22), rgba(2245, 245, 245, 0.2), rgba(245, 245, 245, 0));
    height: 95%;
    transition: all 0.3s ease 0s;
}

.contact-option:hover {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.5), rgba(245, 245, 245, 0.4), rgba(245, 245, 245, 0.35), rgba(2245, 245, 245, 0.2), rgba(245, 245, 245, 0));
    transform: translateY(-7px);
    color: #F8BC9E;
}


.trail-column &gt; p {
    padding: 3px;
}
.trial-img {
    margin-top: 10px !important;
}

.trial-button{
    border: none;
    background-color: #F8BC9E;
    border-radius: 20px;
    padding: 28px 28px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.trial-button:hover{
    background-color: #F8BC9E;
    color: whitesmoke;
    box-shadow: 0px 15px 20px rgba(42,92,98, 0.4);
    transform: translateY(-7px);
}

/* Clear floats after the columns */
.trial-row:after {
    content: "";
    display: table;
    clear: both;
}


.wpcf7-form &gt; input{
    margin: 0 auto ;
    text-align: center;
}





.contact-window .wpcf7-form{
    position: center;
    text-align: center;
    margin: 50px;
    padding: 0 20px;
    background-color: #95b9bf;
    border-radius: 20px;
    max-height: 90%;

}

.contact-window .wpcf7-text{
    margin: auto;
}

.contact-window .wpcf7-submit{
    margin: 0 auto !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;

}

.contact-window .wpcf7-submit:hover{
    box-shadow: 0px 15px 20px rgba(42,92,98, 0.4);
    transform: translateY(-7px);
}

.contact-window .hidden-register-form{
    opacity: 0;
    margin: auto;
}

.contact-window .alignnone{
    border-radius: 5px;
}

.contact-window .trial-video{
    margin-left: -420px;
}

/*Mobile version*/
@media (max-width: 1500px){
    .trial-video{
        margin: auto;
    }



    .gradient-background{
        flex-flow: column;
    }
}
@media (max-width: 800px) {


    .mio-white-banner{
        zoom: 0.7;
        padding: 0;
    }

    .mio-white-banner-img{
        display: none;
    }
    .contact-window .wpcf7-form{
        margin: 20px;
        padding: 0 10px;
    }

    .contact-window p{
        margin-left: 32px;
        max-width: 89%;
    }

    .contact-window h2{
        margin-left: 32px;
    }

}

@media (max-width: 520px) {

    .mio-white-banner{
        zoom: 0.5;
    }

    .contact-option{
        width: 90%;
    }

    .contact-window .wpcf7-form{
        margin: auto;
        padding: 0;
    }

    .contact-window p{
        margin-left: 16px;
        max-width: 92%;
    }

    .contact-window h2{
        margin-left: 16px;
    }

}

/*Zoom function for different screen sizes*/
@media (max-width: 1200px) {
    .form-window{
        zoom: 0.85;
    }

    .contact-window{
        zoom: 0.85;
    }

    .trial-completion-window{
        zoom: 0.85;
    }

    .mio-white-banner{
        zoom: 0.9;
    }

    .trial-video{
        zoom: 0.8;
    }
}

/*@media (max-width: 1350px) {*/
/*    .gradient-background{*/
/*        flex-flow: column;*/
/*    }*/

/*    .trial-video{*/
/*        position: center;*/
/*        margin: auto;*/
/*    }*/

/*    .form-window{*/
/*        padding-top: 500px;*/
/*        position: center;*/
/*        margin: auto;*/

/*    }*/
/*}*/

@media (max-width: 850px){


    .mio-white-banner{
        zoom: 0.7;

    }


    .contact-window .wpcf7-form{
        margin: 20px;
        padding: 0 10px;
    }

    .contact-window p{
        margin-left: 32px;
        max-width: 89%;
        font-size: 12pt;
    }

    .contact-window h2{
        margin-left: 32px;
    }

    .trial-video{
        zoom: 0.5;
    }
}

@media (max-width: 766px) {
    .mio-white-banner{
        display: block !important;
    }
}

@media (max-width: 550px){

    .trial-column{
        width: 90%;
        float: none;
    }

    .form-window{
        zoom: 0.7;
    }

    .contact-window{
        font-size: 11pt;
    }

    .contact-window p{
        margin-left: 25px;
        max-width: 89%;
        font-size: 12pt;
    }


    .mio-white-banner-img{
        display: none;
    }

    .trial-video{
        zoom: 0.4;
    }
}

@media (max-width: 480px){
    .trial-video{
        zoom: 0.35;
    }

    .gradient-background{
        padding-left: 5px !important;
        padding-right: 40px !important;
    }

    .contact-window p{
        margin-left: 16px;
        max-width: 95%;
        font-size: 11pt;
    }

    .contact-window{
        width: 95%;
    }

    .contact-window form{
        margin: auto !important;
    }

    .form-window{
        zoom: 0.6;
    }
}

@media (max-width: 400px){
    .trial-video{
        zoom: 0.3;
    }


    .contact-window{
        width: 98%
    }

    .gradient-background{
        padding-left: 3px !important;
        padding-right: 40px !important;
    }

    .contact-window p{
        margin-left: 10px;
        max-width: 95%;
        font-size: 11pt;
    }

    .contact-window form{
        margin: auto !important;
    }

    .form-window{
        zoom: 0.5;
    }
}

</pre></body></html>