/*
Theme Name: Leenen Huidtherapie
Theme URI: https://www.leenenhuidtherapie.nl
Author: Happy Horizon
Description: Maatwerk WordPress-thema gebaseerd op het bestaande design van Leenen Huid- en Oedeemtherapie. Nabouw van de originele lay-out (logo + icoonrij, hoofdmenu, sectie-submenu, brede/smalle content) op basis van de aangeleverde HTML/CSS-templates.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: leenen-huidtherapie
*/

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

/*-------------------------------------------------
ALGEMEEN
-------------------------------------------------*/
html, body {

}

body {
	margin:0px;
	padding:0px;
	background-image:url('images/achtergrond_leenen_2019.png');
	background-position:right 400px;
	background-repeat:no-repeat;
	background-color:#eed6ee;
}

.container {
	margin: 0 auto;
	width:1200px;
}

.clear {
	clear:both;
}

.kop {

}

.logo {
	width:40%;
	margin:15px 0px 0px 0px;
	float: left;
}

.logo img {
	border:0px;
}

.rounds {
	float: right;
	width: 50%;
	margin: 20px 20px 0;
	height: 85px;
}

.breadcrumbs {
	color:#ffffff;
}

.content {
	background-color:#ffffff;
	-webkit-border-radius: 7px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topright: 0;
	border-radius: 7px;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleftt: 0;
	border-top-left-radius: 0;
}

.inhoud {
	padding:40px 80px 50px 50px;
	float:right;
	width:815px;
}

.inhoud_breed {
	width: 90%;
	padding:40px 80px 50px 50px;
}

.footer {
	text-align: center;
	color:#95941a;
	padding: 15px 0;
	border-top: 1px solid #682767;
	width: 85%;
	margin: 0 auto;
}

.footer a {
	color:#95941a;
}

.footer a:hover {
	color:#95941a;
	text-decoration: none;
}

.footerstreepje {
	margin: 0 8px;
}

img {
	border:0px !important;
}

.inhoud img {
	border:3px solid #cacaca;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#682767 !important;
	font-size:230%;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #d9d9d9;
}

h2 {
	color:#682767 !important;
	font-size:110%;
	font-weight:bold;
	padding:10px 0px 5px 0px;
	margin:10px 0px 0px 0px;
}

a {
	color:#682767;
	text-decoration:underline;
}
a:hover {
	color:#682767;
	text-decoration:none;
}
a:active {
	color:#682767;
	text-decoration:underline;
}

p {
	margin:0px 0px 10px 0px;
}

img {
	border:3px solid #cacaca;
}


/*-------------------------------------------------
MENU
-------------------------------------------------*/

.menu {
	z-index:100;
	margin:0px;
	padding:0 0 0 0px;
	position:relative;
	background-color:#95941a;
	height:36px;
	line-height:36px;
}

.menu ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.menu ul a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	line-height:36px;
	padding:0 15px;
}

.menu ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.menu ul li.current-menu-item,
.menu ul li.current-menu-ancestor,
.menu ul li.current-menu-parent {
	background:#ddd;
}

.menu ul li.current-menu-item > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current-menu-parent > a {
	color:#682767;
}

.menu ul li:hover {
	background:#868515;
	transition: background 0.2s;
}

.menu ul ul {
	display:none;
	position:absolute;
	left:0;
	background:#95941a;
	padding:0;
}
.menu ul ul li {
	float:none;
	width:200px;
}
.menu ul ul li:hover {
	background-color:#868515;
}

.menu ul ul a {
	padding:0px 15px;
	font-size: 11px;
}

.menu ul ul ul {
	top:0;
	left:100%;
}

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

.submenubalk {
	float:left;
	width:232px;
	background-color:#95941a;
	margin:40px 0px 30px 22px;
	padding:10px 0px 0px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.submenu_inhoud {
	width:230px;
	padding: 0 0 11px;
}

.submenu_inhoud ul {
	list-style: none;
}

.submenu_inhoud ul li:hover {
	background-color: #868515;
}

.submenu_inhoud ul li.current_page_item,
.submenu_inhoud ul li.active {
	background-color: #868515;
}

.submenu_inhoud ul li.current_page_item a:after,
.submenu_inhoud ul li.active a:after {
	content: "\2039\2039\2039";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}

.submenu_inhoud a {
	position: relative;
	color:#fff;
	text-decoration: none;
	padding: 4px 20px 4px 10px;
	margin: 2px 0;
	display: block;
}

/*------------------------------------------------------------------------------------------------------
OPMAAK FORMULIEREN
------------------------------------------------------------------------------------------------------*/

.form_table {
}

.table_table_row_col_left {
	padding: 0 30px 0 0;
}

.form_table input[type=text] {
	padding: 4px 0 4px 3px;
	width: 240px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border: 1px solid #911932;
}

.form_table textarea {
	padding: 4px 0 4px 3px;
	height: 120px;
	width: 240px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border: 1px solid #911932;
}

.form_table input[type=submit] {
	padding: 12px 4px;
	width: 240px;
	float: right;
	margin: 10px 0 0;
	font-weight: bold;
	cursor: pointer;
	color:#fff;
	background-color: #911932;
	border: 0px;
}

.table_table_row {
	margin: 4px 0;
	height:40px
}

.table_table_row_col_left {
	text-align: right;
}

.bestel-errors {
	border: 1px solid #EBCCD1;
	color:#A94442;
	background-color: #F2DEDE;
	padding: 10px ;
	margin:0 0 30px;
}

.bestel-errors ul {
	color:#A94442;
}

.bestel-errors ul li {
	margin: 0 0 0 30px;
	color:#A94442;
}

.round {
	width: calc(100%/6);
	height: 100%;
	float: left;
}

/*-------------------------------------------------
HOME: USP-blok (nieuw t.b.v. WordPress-versie)
-------------------------------------------------*/

.usp-blok {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.usp-blok li {
	flex: 1 1 220px;
}

.usp-blok h3 {
	color:#682767;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px;
}

.welkom-logo {
	display: block;
	margin: 20px 0;
	max-width: 250px;
	border: 0 !important;
}

.map-embed {
	margin: 20px 0 0;
}

.map-embed iframe {
	display: block;
	width: 100%;
	max-width: 600px;
	height: 450px;
	border: 0 !important;
}

@media only screen and (max-width: 1200px) {

	.container {
		width: 100%;
		margin-bottom: 30px;
	}

	.logo {
		margin: 0 0 0 2%;
	}

	.content {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}

	.inhoud,
	.inhoud_breed {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 20px 0;
	}

	.menu ul a {
		font-weight: normal;
		padding:0 10px;
	}

}

@media only screen and (max-width: 1000px) {
	.menu ul li a {
		padding: 0 5px;
	}

	.logo {
		float: none;
		margin: 0 auto;
	}

	.rounds {
		float: none;
		margin: 0 auto;
		width: 95%;
	}
}

.menu-toggle {
	display: none;
}

.mobile-submenu {
	display: none;
}

@media only screen and (max-width: 880px) {
	.inhoud_breed p:nth-child(10) img  {
		width:100%;
	}
	.content {
		width: 100%;
	}
	.inhoud {
		width: 90%;
		float: none;
	}
	h1 {
		line-height: 1.2;
	}
	.menu {
		height: auto;
		-webkit-transform: translate3d(0,0,1px);
		transform: translate3d(0,0,1px);
		position:relative;
		z-index:100;
	}

	/* Kop: logo links, hamburger-knop rechts, tegels verborgen */
	.container {
		position: relative;
	}
	.kop {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.rounds {
		display: none;
	}
	.logo {
		float: none;
		width: auto;
		max-width: 60%;
		margin: 12px 0 12px 15px;
		text-align: left;
	}
	.logo img {
		max-width: 160px;
		width: 100%;
		height: auto;
	}

	/* Hamburger-knop */
	.menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0;
		flex: 0 0 auto;
		border: 0;
		margin: 0 15px 0 0;
		padding: 10px;
		background: #95941a;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
		border-radius: 6px;
	}
	.menu-toggle:hover {
		background: #868515;
	}
	.menu-toggle-label {
		display: none;
	}
	.menu-toggle-box {
		display: block;
		position: relative;
		width: 22px;
		height: 16px;
		flex: 0 0 auto;
	}
	.menu-toggle-bar {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 2px;
		transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
	}
	.menu-toggle-bar:nth-child(1) { top: 0; }
	.menu-toggle-bar:nth-child(2) { top: 7px; }
	.menu-toggle-bar:nth-child(3) { top: 14px; }

	/* Hamburger -> kruis als het menu open staat */
	.menu-toggle.is-open .menu-toggle-bar:nth-child(1) {
		top: 7px;
		transform: rotate(45deg);
	}
	.menu-toggle.is-open .menu-toggle-bar:nth-child(2) {
		opacity: 0;
	}
	.menu-toggle.is-open .menu-toggle-bar:nth-child(3) {
		top: 7px;
		transform: rotate(-45deg);
	}

	.mobile-menu {
		width: 100%;
		text-align: center;
		z-index: 200 !important;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	.menu.is-open .mobile-menu {
		max-height: 2000px;
	}

	.menu ul {
		float: none;
	}
	.menu ul li {
		display: block;
		float: none;
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	.menu ul li a {
		display: block;
		float: none;
		text-align: center;
	}
	ul.mobile-menu li a {
		font-size: 14px;
	}

	/* Submenu's: dichtgeklapt tot een item aangetikt wordt */
	ul.mobile-menu li ul {
		z-index: 300 !important;
		position: relative;
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	ul.mobile-menu li:hover > ul {
		display: block;
	}
	ul.mobile-menu li.submenu-open > ul {
		max-height: 1000px;
	}
	.menu-item-has-children > a {
		position: relative;
	}
	.menu-item-has-children > a:after {
		content: "\25BE";
		display: inline-block;
		margin-left: 6px;
		transition: transform 0.25s ease;
	}
	.submenu-open > a:after {
		transform: rotate(180deg);
	}

	/* Sectie-submenu als onderdeel van het hamburgermenu */
	.mobile-submenu {
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	.menu.is-open .mobile-submenu {
		max-height: 2000px;
	}
	.mobile-submenu .submenubalk {
		width: 100%;
		margin: 0;
		border-radius: 0;
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	.mobile-submenu .submenu_inhoud {
		width: 100%;
	}

	/* De submenu-zijbalk in de content zelf niet meer tonen op mobiel */
	.content .submenubalk {
		display: none;
	}

	body {
		margin:0;
		padding:0;
	}
	.menu ul ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.naw {
		float: none;
		width: 90%;
		margin: 0 auto 30px;
	}
}
