/* 
Theme Name: Sten Pelzer Theme
Author: Sten Pelzer
Author URI: https://stenpelzer.nl/
Description: This theme is made by Sten Pelzer to easily create websites
*/

body {
	margin: 0;
	font-size: 18px;
	font-family: Calibri, Open Sans, Gentium Basic, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h2-top-title {
	text-transform: uppercase;
	font-family: Calibri, Open Sans, Gentium Basic, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	color: rgb(22, 113, 101);
}

h1, h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}
	
p {
	line-height: 28px;
}

h1 + p,
h2 + p,
h3 + p {
	margin-top: 0;
}

body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3 {
	margin: 0;
}

a {
	color: inherit;
}

table {
	margin: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#page.has-sticky-header {
	padding-top: 52px;
}

.mobile-only {
	display: none;
}

.wp-block-image,
.wp-block-image.is-resized {
	display: block;
}

.wp-block-image img {
	margin: auto;
	height: auto;
}

/* Site navigation at top of screen */
.navigation-top {
	background-color: rgb(22, 113, 101);
	width: 100%;
}

#site-navigation {
	text-transform: uppercase;
	font-weight: bold;
}

#site-navigation .menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	color: white;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#site-navigation .menu a:hover {
	background-color: rgb(13, 156, 162);
}

#site-navigation .menu li.current_page_item > a,
#site-navigation .menu li.current_page_parent > a {
	background-color: rgb(13, 156, 162);
}

.menu-hoofdmenu-container {
	display: inline;
	text-align: center;
}

#top-menu {
	padding: 0;
	margin: auto;
	display: flex;
}

#top-menu li {
	display: inline-block;
	text-align: center;
	flex: 1;
}

#top-menu .menu-item .sub-menu {
	display: none;
	position: absolute;
	background-color: rgb(22, 113, 101);
	padding: 0;
	z-index: 1;
}

#top-menu .menu-item:hover .sub-menu {
	display: block;
}

#top-menu .menu-item .sub-menu li.menu-item {
	display: block;
	position: relative;
}

#top-menu .menu-item .sub-menu li.menu-item a {
	padding: 15px 50px;
}

.site-content {
	min-height: 100vh;
}

/* Site navigation when sticking while scrolling*/
#site-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: rgb(0, 117, 107);
}

/* Header */
#header {
	width: 100%;
	margin-top: 0;
	overflow: hidden;
	height: 500px;
}

#header .logo {
	display: block;
	margin: auto;
	height: 100%;
}

.mobile-disable-link .sub-menu a {
	pointer-events: inherit;
}

/* All pages -- For media queries see bottom of file */
p:first-child {
	margin-top: 0;
}

.content-row {
	margin-top: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

.container {
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.background-white {
	background-color: #fff;
}

.entry-content {
	padding: 30px 150px 82px;
	text-align: center;
}

#footer {
	background-color: rgb(13, 156, 162);
	font-weight: bold;
	color: white;
	margin-top: -44px;
	font-size: 12px;
}

#footer .luisterlis-footer {
	padding: 15px 400px;
	overflow: auto;
}

#footer .luisterlis-footer > div {
	text-align: center;
	/*flex-basis: 100%;*/
	width: 25%;
	float: left;
	box-sizing: border-box;
}

#footer .luisterlis-footer > div:not(:last-child) {
	border-right: 1px solid white;
}

/* Homepage */

.button a {
	text-decoration: none;
	display: inline-block;
	background-color: rgb(134, 0, 0);
	color: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	transition: background-color 0.3s;
}

.home p {
	margin-bottom: 50px;
}

.extra-padding-row {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* Contactformulier */
.wpcf7-form {
	text-align: left;
	font-weight: bold;
	font-family: inherit;
}


/* Reacties */

.wp-block-separator {
	background-color: rgb(22, 113, 101);
	border-color: rgb(22, 113, 101);
	width: 40%;
}

input,
textarea {
	height: 30px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	height: 100px;
	max-width: 100%;
	min-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

input:focus,
textarea:focus {
	outline: none;
}

label {
	font-weight: bold;
}

.wpcf7-form .checkbox-row .wpcf7-form-control.wpcf7-checkbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
	width: 100%;
}

.wpcf7-form .checkbox-row .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	width: auto;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label span {
	width: 100%;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input {
	height: 18px;
	width: 18px;
	margin: 0;
}

.form-submit {
	margin-bottom: 50px;
	background-color: rgb(22, 113, 101);
	color: white;
}

input[type=submit] {
	width: auto;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	background-color: rgb(22, 113, 101);
	color: white;
}

input[type=submit]::after {
	content: ">";
	float: right;
	color: rgb(22, 113, 101);
}

input:-internal-autofill-selected,
textarea:-internal-autofill-selected {
	background-color: inherit!important;
	background-image: inherit!important;
	color: inherit!important;
}

/* Media queries */
/* All pages */
/* Mobile */
@media screen and (max-width: 768px) {
	.container {
		max-width: 80%;
	}

	.about-us .entry-content,
	.entry-content {
		padding: 10px 20px;
	}

	.extra-padding-row {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mobile-only {
		display: block;
	}

	.non-mobile-only {
		display: none !important;
	}

	#footer {
		margin-top: -116px;
	}

	#footer .luisterlis-footer > div {
		width: 100%;
	}

	#footer .luisterlis-footer > div + div {
		padding-top: 10px;
	}

	#footer .luisterlis-footer > div:not(:last-child) {
		border: none;
	}

	#header {
		width: 100%;
		height: auto;
	}

	#header .logo {
		height: auto;
		max-width: 300px;
		max-height: 100vh;
	}

	.entry-content {
		padding: 30px 0 180px;
	}

	.mobile-disable-link a {
  		pointer-events: none;
	}
}

/* Medium devices */
@media screen and (max-width: 992px) and (min-width: 769px) {
	.container {
		max-width: 750px;
	}

	.content-row {
		width: 100%;
	}

	.extra-padding-row {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#footer .luisterlis-footer > div {
		width: 100%;
	}

	#footer .luisterlis-footer > div + div {
		padding-top: 10px;
	}

	#footer .luisterlis-footer > div:not(:last-child) {
		border: none;
	}

	.mobile-disable-link a {
  		pointer-events: none;
	}
}

/* Tablet */
@media screen and (max-width: 1200px) and (min-width: 993px) {
	.container {
		max-width: 970px;
	}

	.entry-content {
		padding: 50px 120px;
	}

	.mobile-disable-link a {
  		pointer-events: none;
	}
}

@media screen and (max-width: 1200px) {
	.site-header {
		display: none;
	}
}

@media screen and (max-width: 1800px) {
	#footer .luisterlis-footer {
		padding: 15px;
	}
}

@media screen and (min-width: 1201px) {
	#nav {
		display: none;
	}

	.wpcf7 {
		padding: 0 100px;
	}
}