/*
Theme Name: Trottel
Theme URI: https://trottel.app
Text Domain: trottel
Description: design by Vincent Hammingh - built by Sticky Pixels
Author: Leo Enzlin
Version: 0.1
Tested up to: 5.0
Requires PHP: 7.0
License: Open Source
License URI: https://stickypixels.nl
*/

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-theme.css');

@font-face {
	font-family: 'Museo-700';
	src: url('webfonts/327742_0_0.eot') format('embedded-opentype'),
	url('webfonts/327742_0_0.woff') format('woff'),
	url('webfonts/327742_0_0.ttf') format('truetype');
	font-weight:bold;
}
@font-face {
	font-family: 'Museo-300';
	src: url('webfonts/327742_1_0.eot') format('embedded-opentype'),
	url('webfonts/327742_1_0.woff') format('woff'),
	url('webfonts/327742_1_0.ttf') format('truetype');
	font-weight:bold;
}

:root {
  --trottel-yellow: #fcc60a;
  --trottel-pink: #ed5788;
  --trottel-purple: #6456cf;
  --trottel-grey: #707070;
  --trottel-text: #333333;
}


/* REQUIRED */

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.aligncenter {}


/* GENERAL */

* {
	outline: none !important;
	text-shadow: none !important;
}
html, body {
	height: 100%;
}
body { 
	color: var(--trottel-text);
	font-family: Museo-300;
	font-size: 17px;
	line-height: 1.5;
}
#page-wrapper {
	min-height: 100%;
	overflow: hidden;
	padding-top: 60px;
}
div {
	display: block;
	position: relative;
}
a {
	color:var(--trottel-purple);
	text-decoration: none !important;
	transition: all .3s ease-in-out;
}
a:hover, a:focus {
	color:var(--trottel-grey);
}
h1, h2, h3, h4, h5, h6 {
	font-family: Museo-700;
	margin: 0;
	padding-bottom: .5em;
	padding-top: .5em;
}
ol,ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	background-color:var(--trottel-grey);
	border-width: 0;
	clear: both;
	color:var(--trottel-grey);
	height: 1px;
	margin: 20px 0;
}
b, strong {
	font-family: Museo-700;
	font-weight: bold;
}
.container.page-content {
	-webkit-animation: fadein .5s ease-in-out;
	        animation: fadein .5s ease-in-out;
	opacity: 1;
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.row {
	margin: 0;
}
.centertext {
	text-align: center;
}
.makeflex {
	display: flex;
	flex-wrap: wrap;
}
.reverse-order {
	flex-flow: row-reverse;
}
.bottom-space {
	padding-bottom: 60px;
}
.hide-on-mobile {
	display: block;
}
.show-on-mobile {
	display: none;
}


/* NAVBAR */

.navbar-default {
	background: transparent;
	border: none;
	box-shadow: none;
	min-height: auto;
}
.navbar-right {
	margin: 0;
}
.header-wrapper {
	margin: 20px 0;
}
.navbar-default a.navbar-brand {
	box-sizing: border-box;
	color: var(--trottel-text);
	font-family: Museo-700;
	font-size: 1.4em;
	height: auto;
	line-height: 1em;
	padding: 0 15px;
}


/* MAIN MENU */

#trottel-mainmenu {
	bottom: 0;
	display: inline-block;
	float: right;
	font-family: Museo-700;
	font-size: 18px;
	position: absolute;
	right: 0;
}
#trottel-mainmenu > ul > li {
	display: block;
	float: left;
}
#trottel-mainmenu > ul > li > a {
	color: var(--trottel-text);
	font-size: .9em;
	padding: 0 15px;
	transition: all .3s ease-in-out;
}
#trottel-mainmenu > ul > li.current_page_item > a,
#trottel-mainmenu > ul > li:hover > a {
	color: var(--trottel-purple);
}


/* RESPONSIVE MENU */

#responsive-menu-button {
	border-radius: 50%;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a,
#responsive-menu-container #responsive-menu-title,
#responsive-menu-container #responsive-menu-wrapper,
#responsive-menu-container {
	background: transparent !important;
}
#responsive-menu-wrapper:after {
	background: var(--trottel-purple);
	border-radius: 50%;
	content: '';
	display: block;
	height: auto;
	left: -75%;
	padding-top: 150% !important;
	position: absolute;
	top: -50%;
	width: 150%;
	z-index: -9;
}
.responsive-menu-inner,
.responsive-menu-inner::after,
.responsive-menu-inner::before {
	transition-duration: .5s;
	transition-property: transform !important;
}


/* PAGES LAYOUT */

.row {
	clear: both;
	height: auto;
}
.row.row-eq-height {
	display: -webkit-flex;
	display: flex;
}
.main-image img {
	height: auto;
	width: 100%;
}
.section {
	padding-top: 60px;
}
.home-section {
	padding: 60px 0;
}
.first .get-in-touch,
.first .get-in-touch h1,
.first .text-content h1,
.first .text-content,
.over-ons .text-content h1,
.over-ons .text-content {
	padding-bottom: 30px;
}
.first .get-in-touch,
.first .text-content h1,
.first .text-content p,
.over-ons .text-content h1,
.over-ons .text-content p {
	padding-left: 15%;
	padding-right: 5%;
}
.contact-block,
.grid-block {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.2);
	overflow: hidden;
}
.blocks .grid-block {
	float: left;
	margin: 1.5%;
	padding: .5em;
	width: 30%;
}
.block-icon,
.block-text {
	padding: .5em;
}
.block-icon img {
	max-width: 100%;
}
.block-text-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.second .block-text-wrapper {
	height: auto;
}
.block-text {
	display: table-cell;
	font-family: Museo-700;
	vertical-align: middle;
}
.homepage .block-text {
	font-size: .9em;
}
.third .text-content p {
	padding-right: 15%;
}
.home-section.first .mawrefer {
	padding: 60px 0;
}


/* FEATHERLIGHT */

.featherlight:last-of-type {
    background: rgba(255,255,255,.8) !important;
}
.featherlight .featherlight-content {
    background: transparent !important;
}
.featherlight .featherlight-close-icon {
    background-image: url('images/close.svg') !important;
}


/* GET IN TOUCH */

.get-in-touch.contact-block {
	align-items: center;
	display: flex;
	overflow: hidden;
	padding: 1em;
}
.get-in-touch a {
	background: var(--trottel-purple);
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	margin-top: .5em;
	padding: .5em 3em .4em;
}
.get-in-touch a:hover {
	background: var(--trottel-pink);
}
.third .get-in-touch {
	align-items: center;
	display: flex;
	margin-top: 30px;
	overflow: hidden;
	padding: 1em;
}
.get-in-touch .contact-wrapper {
	align-items: center;
	display: flex;
}
.get-in-touch.contact-block .portrait {
	min-width: 125px;
	width: 25%;
}
.portrait {
	background-image: url('images/koos.jpg');
	background-size: cover;
	border-radius: 50%;
	float: left;
}


/* CONTACT PAGE */

.contactinfo {
	padding: 1em 2em 2em;
}
.portrait-wrapper {
	overflow: hidden;
}
.contact-block .contactinfo .portrait {
	min-width: 150px;
	width: calc(50% + 2em);
}
.contact-text {
	float: right;
	padding: 0 1em;
	width: 75%;
}
.contact-line {
	display: table-row;
}
.contact-line > div {
	display: table-cell;
}
.contact-line .descript,
.contact-name {
	font-family: Museo-700;
}
.contact-line .descript {
	padding-right: 1em;
}
.contact-name {
	padding: 2em 0;
}


/* CIRCLES */

.circle-wrapper:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.circle:before {
	content: '';
	float: left;
	margin-left: -10px;
	padding-top: 100%;
	width: 10px;
}
.circle {
	align-items: center;
	border-radius: 50%;
	bottom: 0;
	display: flex;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.circle img {
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
}
.yellowback {
	background: var(--trottel-yellow);
}
.pinkback {
	background: var(--trottel-pink);
}
.purpleback {
	background: var(--trottel-purple);
}
.backcircle {
	position: absolute;
	z-index: -9;
}
.home-section.first .backcircle {
	left: 0;
	top: 40%;
	transform: translateY(-50%);
	width: 175%;
}
.home-section.second .backcircle {
	right: 87.5%;
	top: 0;
	transform: translateY(-50%);
}
.home-section.third .backcircle {
	right: 50%;
	top: -60px;
	width: 130%;
}
.genpage #main-title > .backcircle,
.over-ons #main-title > .backcircle,
.versies #main-title > .backcircle {
	bottom: 0;
	left: 0;
	transform: translateX(-50%);
	width: 70vw;
}
.genpage .row-wrapper > .backcircle,
.over-ons .row-wrapper > .backcircle,
.versies .row-wrapper > .backcircle {
	left: 20%;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}
.section-image {
	margin-right: 10%;
}
.section-image .circle-wrapper {
	position: relative;
	width: 100%;
}
.section-image .circle img {
	width: 100%;
}


/* FOOTER */

footer {
	left: 0;
	padding-bottom: 30px;
	padding-top: 60px;
	right: 0;
}
#footer-wrapper {
	overflow: hidden;
}
.mawrefer {
	font-size: .85em;
	float: right;
}
.mawrefer img {
	height: 1em;
	vertical-align: baseline;
	width: auto;
}
#lang-picker {
	float: left;
}


/* ADAPTIVE STYLES FOR MOBILE ---------------------------------------------------- */

@media (min-width: 1400px) {

	.container {
		width: 100%;
		padding: 0 100px;
	}

}


@media (max-width: 1199px) {

}


@media (max-width: 991px) {

	.first .get-in-touch,
	.first .text-content h1,
	.over-ons .text-content h1 {
		padding: 0 0 30px 0;
	}
	.first .text-content p {
		padding-left: 0;
	}
	.third .text-content p {
		padding-right: 0;
	}
	.versies .blocks .grid-block {
		margin: 1.5%;
		width: 47%;
	}
	.home-section.first .backcircle {
		width: 250%;
	}
	.home-section.third .backcircle {
		right: 33.33%;
		top: 30px;
		width: 150%;
	}
	.section-image {
		margin-right: 0;
	}
	.get-in-touch.contact-block a {
		max-width: 250px;
		padding: .5em 0 .4em;
		text-align: center;
		width: 100%;
	}
	.versies .get-in-touch {
		margin: 0 1.5%;
	}
	.over-ons .text-content p {
		padding: 0;
	}

}


@media (max-width: 767px) {

	.container {
		padding: 0;
	}
	#page-wrapper {
		padding-top: 0;
	}
	.navbar-default a.navbar-brand {
		padding: 0;
	}
	.homepage {
		margin-top: 30px;
	}
	.hide-on-mobile {
		display: none;
	}
	.show-on-mobile {
		display: block;
	}
	.homepage .makeflex {
		display: block;
	}
	.home-section.first .backcircle {
		bottom: 50px;
		left: -50px;
		top: auto;
		transform: none;
		width: 200%;
	}
	.home-section.second .backcircle {
		left: 50%;
		top: 0;
		transform: translate(-50%, -45px);
	}
	.over-ons .row-wrapper > .backcircle,
	.versies .row-wrapper > .backcircle {
		left: auto;
		right: 0;
		top: 100%;
		transform: translateY(-10%);
		width: 150%;
	}
	.versies .row-wrapper > .backcircle {
		transform: none;
	}
	.first .text-content {
		padding-top: 30px;
	}
	.first .get-in-touch {
		text-align: center;
	}
	.blocks .grid-block,
	.versies .blocks .grid-block {
		float: none;
		margin: .5em auto;
		width: 80%;
	}
	.home-section {
		padding: 30px 0;
	}
	.home-section.second .whitetxt {
		color: #fff;
	}
	.over-ons,
	.versies {
		padding-top: 60px;
	}
	.over-ons #main-title {
		text-align: center;
	}
	.over-ons #main-title > .backcircle,
	.versies #main-title > .backcircle {
		bottom: calc(100% - 100px);
		left: 50%;
		position: fixed;
		transform: translateX(-50%);
		width: 200%;
		z-index: 9;
	}
	.versies .text-content p br {
		display: none;
	}
	.section-image .circle-wrapper {
		margin-left: -10%;
		margin-top: 30px;
		width: 120%;
	}
	.get-in-touch {
		margin-right: 0 !important;
	}
	.get-in-touch.contact-block {
		display: block;
	}
	.contact-text {
		float: none;
		padding: 0 0 0 1em;
		width: auto;
	}
	.contact-button {
		margin-top: .5em;
		text-align: center;
	}
	footer {
		padding-top: 0;
	}

}


@media (max-width: 479px) {

	.blocks .grid-block,
	.versies .blocks .grid-block {
		width: 100%;
	}

}
