/*
Theme Name: haagsemuseumtent
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
body.school {
    background: #ffffff url(https://haagsemuseumtent.nl/wp-content/uploads/bg-kinderen2025.jpg) no-repeat fixed center top;
    background-size: cover;
}
body.zorg {
    background: #ffffff url(https://staging.haagsemuseumtent.nl/wp-content/uploads/bg-senioren2026.jpg) no-repeat fixed center top;
    background-size: cover;
}
body.prefnext #main{
	padding-bottom: 0;
}
@media screen and (min-width: 992px) {
    .content {
        min-height: 50vh;
    }
}
@media screen and (min-width:778px){
#page.boxed {
    margin-top: 3%;
    margin-bottom: 3%
}
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
b, strong {
    font-weight: 500;
}
.titel h3{
	color: #282828;
}
li::marker{
color: #d5366a;	
}
.post-navigation {
    margin: -50px -50px -70px -50px;
    background: rgba(255, 255, 255, 1);
    border-top: 1px solid #d5366a;
}
.post-title.h4-size{
	color:#282828;
}
.post-navigation .nav-next .post-title.h4-size:before{
    content: "\2192";
    padding-left: 6px;
    float: right;
    min-height: 3em;   
}
.post-navigation .nav-previous .post-title.h4-size:before{
    content:"\2190";
    padding-right: 6px;
    float: left;
    min-height: 3em;
}
.meta-nav, .icomoon-the7-font-the7-arrow-29-2 , .icomoon-the7-font-the7-arrow-29-3{
	display: none;
}
.post-navigation .nav-next .post-title, .post-navigation .nav-previous .post-title {
    width: 500px !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #666;
    border:3px solid  #d5366a;
    background-color: #ffffff;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #ffffff;
    border:3px solid  #d5366a;
    background-color: #d5366a;
}
.ult-video {
    margin: 0px !important;
}
/*enquete*/
.video-container, .evaluatie-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.evaluatie-container {
	padding-bottom: 100%;
}
.video-container iframe, .video-container object, .video-container embed, .evaluatie-container iframe, .evaluatie-container object, .evaluatie-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}