/*
Theme Name:   Zorgambassadeurs
Theme URI:    https://www.rootcase.nl
Author: 	Rootcase
Author URI: https://www.rootcase.nl
Description:  Custom built template
Version: 1.0

*/


body, html {
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	color: black;
	line-height: 170%;
	font-family: "museo-sans-rounded", sans-serif;
	font-style: normal;
	font-weight: 300;
}

ul {
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1em;
}

a {
	color: inherit;
	text-decoration: none;
}

* {
	position: relative;
	box-sizing: border-box;
}

p:first-of-type:not(.intro_meer_tekst p) {
	margin-top: 0;
}

p:last-of-type {
	margin-bottom: 0;
}

.sectioninner {
	padding: 0 12.5%;
}

.col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.col:nth-child(odd) {
	width: 40%;
	padding-right: 5rem;
}

.col:nth-child(even) {
	width: 60%;
	padding-left: 0rem;
}

.logo {
	font-size: 2rem;
	transition: font-size .25s;
}

.scrolled .logo {
	font-size: 1.5rem;
}

.flexcontainer {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-content: center;
	justify-content: stretch;
}

.top {
	padding-top: 8rem;
}



.nav {
	padding: 2rem 0;
	position: fixed;
	width: 100%;
	z-index: 10;
	background: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0);
	transition: box-shadow .25s, padding .25s;

}

.scrolled .nav {
	padding: .5rem 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.menuitem {
	padding: .25rem;
	margin-right: 2rem;
	cursor: pointer;
	border-bottom: 1px solid white;
	transition: border .25s;
}

.menuitem.current {
	border-bottom: 1px solid black;
}

.menuitem:hover {
	font-weight: 500;
}

.menuitem.highlight {
	background: #3fac73;
	color: white;
	padding: .5rem 1rem;
	border-radius: .25rem;
	border: 2px solid #3fac73;
	transition: color .25s, background .25s, padding .25s;
	display: none !important;
}

.menuitem.highlight:hover {
	background: white;
	color: #3fac73;
}


.scrolled .menuitem.highlight {
	padding: .25rem .5rem;
}


.coverimg {
	text-align: center;
}

.coverimg img {
	width: 100%;
	height: auto;
	display: block;
}

.coverimg.boek img {
	margin-top: 2rem;
}

.coverimg small {
	text-align: left;
	margin-bottom: 1rem;
	line-height: 1rem;
}

.button {
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	background: #f25700;
	border: 2px solid #f25700;
	color: white;
	transition: color .25s, background .25s;
}

.button:hover {
	background: white;
	color: #f25700;
	font-weight: 500;
}

.introcontent {
}

.introcontent h1 {
	margin: 0;
	font-size: 2rem;
}

.introcontent h2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.intro_inhoud {
	font-size: 1.1rem;
}

.li img {
	width: auto;
	display: block;
	margin-top: 1rem;
	height: 1.5rem;
}

section {
	padding: 2rem 0; 
}

h2 {
	margin-top: 0;
	font-size: 1.5rem;
	font-weight: 500;
}

.review {
	padding: 2rem 0;
	border-bottom: 1px dashed black;
}

.reviewfoto {
	width: 30%;
	padding-right: 2rem;
}

.review_content {
	flex-shrink: 0;
	width: 70%;
}

._form_15 {
	width: 100% !important;
}

.form {
	padding-top: 8rem;
}

._form_15 form {
	margin: 0 !important;
	margin-top: 1rem !important;
	padding: 0 !important;
}



.reviewfoto img {
	width: 100%;
	height: auto;
	display: block;
}

.review_inhoud {
	margin-bottom: .5rem;
}

.review_naam {
	font-weight: 500;
	font-size: .9rem;
	line-height: 1rem;
	margin-top: 1rem;
	display: block;
}

.review_functie {
	font-style: italic;
	font-size: .8rem;
	line-height: .9rem;
}

.over .flexcontainer .col {
	justify-content: center;
}

.footer .button {
	margin: 0;
	margin-top: .5rem;
	margin-bottom: 2rem;
}


.footer .copyright {
	font-size: .8rem;
}