/*
Theme Name: clip
Author: Webbureau Amsterdam
Author URI: http://webbureau-amsterdam.nl/
Description: Theme voor het Clienteninformatiepunt 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, gold, blue, two-column
Text Domain: clip
Version: 0.0.1
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6,*/ p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**************************************************************************************************************/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

body {
	font-family: Lato, sans-serif;
	background: #eee;
	position: relative;
}

td {
	border: 1px solid #333;
	color: #555;
	padding: 0.8em 0.4em 0 0.4em;
} 

.content {
	font-family: Raleway, sans-serif;
}

.content h1,
.content h2,
.content h3, 
.content h4,
.content h5,
.content h6 {
    font-family: Lato, sans-serif;
    color: #245373;
}

.content h1 {
    font-size: 1.9em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

h3 {
  margin-bottom: 0.2em;
}

h2 {
  margin-bottom: 0.2em;
} 

p {
  	margin: 0.7em 0 0.7em 0;
	font-size: 18px;
	line-height: 1.5em;
	color: #444;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0 auto;
	background: #fff;
}

.banner {
	height: 200px;
	position: relative;
	background: white;
}

.banner-logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

.banner-logo img {
	width: 38vw;
}

.banner-steleenvraag {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 20px;
	font-family: Raleway, sans-serif;
}

.banner-steleenvraag a {
	display: block;
	text-decoration: none;
	font-size: 0.8em; /* Voor ingezoomde kleine mobieltjes */
	font-weight: bold;
	color: #245373;
}

@media screen and (min-width: 290px) {
	.banner-steleenvraag a {
		font-size: 1.6em;
	}
}

@media screen and (min-width: 320px) {
	.banner-steleenvraag a {
		font-size: 6vw;
	}
}



.banner-tekstbalonnen {
	display: none;
}

.content {
	flex: 1;
	padding: 30px;
}

.blog .content {
	padding: 10px 30px 30px;
}

@media screen and (min-width: 1200px) {
	.blog .content {
		padding: 10px 30px 30px 100px;
	}
}

.content a {
	color: #ae6f3d;
	text-decoration: none;
}

.content a:hover {
	color: #888;
}

.wrapper > footer {
	background: #83c8ab;
	position: relative;
}

.footer-contactgegevens {
	height: 150px;
	display: flex;
    justify-content: flex-end;
}

.footer-contactgegevens > a {
	align-self: center;
}

.footer-contactgegevens address {
	color: #2a3048;
	align-self: center;
	padding: 0 20px 0 30px;
}

.footer-contactgegevens address a {
	color: #ae6f3d;
	text-decoration: none;
}

.footer-contactgegevens address a:hover {
	color: #004d55;
}

.footer-privacyreglement {
	position: absolute;
	bottom: 15px;
	right: 19px;
}

.footer-privacyreglement a {
	text-decoration: none;
	color: #2a3048;
	font-size: 12px;
}

.hamburger {
	display: flex;
	justify-content: flex-end;
	background: #83c8ab; /*f4ad06*/
}

.hamburger img {
	padding: 5px 0;
	margin-right: 20px;
	cursor: pointer;
	width: 30px;
}

.content ul {
  	list-style: disc;
  	list-style-position: inside;
  	line-height: 1.5;
  	font-size: 18px;
  	color: #444;
	font-style:italic;
} 

/*
 * Navigatie
 */

.desktopmenu {
	display: none;
}

.mobielmenu {
	display: none;
	background: #92b1cc;
    position: absolute;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.mobielmenu div > ul > li > a {
    font-weight: bold;
    padding: 7px 5px;
    display: block;
}

.mobielmenu ul {
   list-style: none;
}

.mobielmenu div > ul {
   display: flex;
   flex-direction: column;
   padding: 15px;
}
.mobielmenu div > ul > li {
    font-size: 20px;
}

.mobielmenu ul li a {
   text-decoration: none;
   color: black;
}
.mobielmenu ul li:hover ul {
    display: block;
}
.mobielmenu ul li ul li {
    font-size: 16px;
	line-height:2em;
}

.mobielmenu ul li ul li a {
	padding: 3px 12px;
	display: block;
}
.sluitmobielmenu {
    display: flex;
    justify-content: flex-end;
}
.sluitmobielmenu img {
    padding: 8px 8px 0 0;
    width: 16px;
    height: 16px;
}

.current_page_item, .current_page_ancestor {
    background: #ccdce8; /*#f6d063;*/
}
/* Einde navigatie */

#wpforms-submit-111 {
	background-color: #ae6f3d;
	font-weight: bold;
}

#wpforms-submit-111:hover {
	color: #dd7;
}

.content-verhalen, .blog .content {
	display: flex;
	flex-wrap: wrap;
}

.artikel-verhaal, .blog .content article {
	flex: 1 1 295px;
	padding: 0 40px 0 0;
	margin: 0 10px 0 0;
}

.blog .content article {
	margin: 15px 10px 0 0;
}

@media screen and (max-width: 400px) {
	.artikel-verhaal, .blog .content article {
		padding: 15px 0;
	}
}

.artikel-verhaal .more-link, .blog .more-link {
	color: #ae6f3d;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
	float: right;
}

.artikel-verhaal .more-link:hover, .blog .more-link:hover {
	color: #f6d063;
}

/* Home page 
*/
.blog .entry-content div {
	margin-bottom: 1em;
	text-align: right;
}

.blog .entry-title {
	height: 62px;
}

.blog .entry-content {
	height: 233px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Verhalen
 */

.content-verhalen div span {
	text-align: right;
	display: block;
}

.content-verhalen article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 346px;
}

@media screen and (max-width: 749px) {
	.content-verhalen article {
		height: auto;
	}
}

.buttonshomepage {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.buttonshomepage div {
	display: flex;
	flex: 0 0 150px;
	height: 150px;
	border: 3px solid #245373;
	border-radius: 7px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	gap: 15px;
}


@media screen and (max-width: 729px) {
	.buttonshomepage {
		flex-direction: column;
	}
	.buttonshomepage div {
		height: auto;
		flex: 0 0 auto;
	}
}

.buttonshomepage div a {
	font-size: 20px;
	padding: 50px 0;
}
.buttonshomepage div a:link, 
.buttonshomepage div a:active,
.buttonshomepage div a:visited {
	color: #83c8ab;
}

/***************************************/

/* psychiatrie-cafés
 */

.page-id-536 section {
	display: flex;
}
.page-id-536 section .sidebar {
	flex: 0 0 250px;
	padding-left: 88px;
}

.wpc-filter-locatie select {
	height: 3em;
	background: white;
	border: solid #83c8ab 2px;
	color: #ae6f38;
}

.wpc-filters-section {
	margin-bottom: 0 !important;
}

.wpc-filter-title {
	color: #666;
}

.widget_wpc_filters_widget{
	margin-bottom: 50px;
}

.activiteiten .posted-on a, 
.activiteiten .entry-title a, 
.activiteiten .entry-content a {
	color: #ae6f3d;
	text-decoration: none;
}

.activiteiten .entry-content div {
	text-align: right;
}

h1.widget-activiteiten {
	margin-top: 50px;
	color: #bc4931
}

.wpc-filters-date-range-column label {
	color: #666;
}

.wpc-filters-date-range-from-column input, 
.wpc-filters-date-range-to-column input {
	height: 3em;
	background: white;
	border: solid #83c8ab 2px;
	color: #ae6f38;	
	padding-left: 1em;
}

.activiteiten article {
	margin-bottom: 40px;
}
.activiteiten .excerpt {
	color: #666;
}

/***************************************/

@media screen and (max-width: 390px) {
	.footer-contactgegevens img {
		width: 78px;
	}
	.footer-contactgegevens address {
		font-size: 13px;
		padding: 0 20px 0 20px;
	}
}

@media screen and (max-width: 600px) {
	.content img {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}
}



@media screen and (min-width: 600px) {
    .content {
    	padding: 30px;
    }

	div.wpforms-container-full .wpforms-form textarea {
		width: 60%;
	}

	.banner {
		height: 372px;
	}

	.banner-logo {
		top: 15px;
		left: 30px;
	}

	.banner-steleenvraag {
		bottom: 30px;
		left: 30px;
		right: auto;
		font-size: 20px;
	}

	.banner-steleenvraag a {
		font-size: 1.6em;
	}

	.banner-tekstbalonnen {
		display: block;
		position: absolute;
		bottom: 30px;
		right: 15px;
	}

	.banner-tekstbalonnen img {
		width: 60vw;
		max-height: 426px;
	}

	.banner-logo img {
		width: 32vw;
	}
}



@media screen and (min-width: 800px) {
	.hamburger {
		display: none;
	}
	.mobielmenu {
		display: none !important;
	}
	.desktopmenu {
		display: block;
		background: #83c8ab; /*#f4ad06*/
	}


	/****Navigatie****/
	.menu-primary-container {
        justify-content: center;
        width: 100%;
    }

    .menu-primary-container ul li a {
    	text-decoration: none;
    	color: black;
    }

    .menu-primary-container > ul {
    	display: flex;
        flex-direction: row;
        margin: 0 ;
        justify-content: space-between;
        padding: 0 18px;
        height: auto;
    }
    .menu-primary-container > ul > li {
       padding: 0;
       position: relative;
       font-size: 19px;
    }

    .menu-primary-container > ul > li:hover ul {
    	display: block;
    }

    .menu-primary-container > ul > li:hover {
        background:  #ccdce8; /*#f6d063;*/
    }
    .menu-primary-container > ul > li > a {
        padding: 14px;
        display: block;
    }
    .menu-primary-container ul li ul {
    	padding: 0;
        display: none;
        position: absolute;
        left: 0;
        background-color: #83c8ab; /*#f4ad06;*/
    }
    
    .menu-primary-container ul li ul li {
        padding: 0;
        min-width: 101px;
        white-space: nowrap;
    }
    .menu-primary-container ul li ul li:hover {
        background: #ccdce8; /*#f6d063;*/
    }
    .menu-primary-container ul li ul li a {
        padding: 6px 14px;
        display: block;
    }
    .menu-primary-container ul li ul li:first-child {
        margin-top: 3px;
    }
    .menu-primary-container ul li ul li:last-child {
        margin-bottom: 4px;
    }
    /* Einde navigatie */
    
}

@media screen and (min-width: 900px) {
	.banner {
		height: 420px;
	}

	.banner-logo {
		top: 15px;
		left: 30px;
	}

	.banner-steleenvraag {
		bottom: 30px;
		left: 30px;
		font-size: 20px;
	}

	.banner-steleenvraag a {
		font-size: 2em;
	}

	.banner-tekstbalonnen {
		bottom: 30px;
		right: 15px;
	}

	.banner-tekstbalonnen img {
		width: 60vw;
	}

	.banner-logo img {
		width: 32vw;
	}
}


@media  screen and (min-width: 1257px) {
	.content {
		max-width: 60%;
		padding-left: 100px;
	}

	.desktopmenu .menu-primary-container > ul {
		padding: 0 88px;
	}

	.content.cnt-verhalen, .blog .content {
		max-width: initial;
	}

    .banner-logo {
    	left: 100px;
    }

	.banner-logo img {
		width: 300px;
	}

	.banner-steleenvraag {
    	left: 100px;
    }

    .banner-tekstbalonnen {
    	right: 88px;
    }

}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
