/*!!!!!!!!!!!! BEGINNING OF GLOBAL SETTINGS!!!!!!!!!!!!! */

* {
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
.naviHori .is-active {
    border-right: 2px solid rgb(141, 198, 63);
}

#block-lpk-content img.align-left {
    margin-right: 20px;
}

/*!!!!!!!!!!!! END OF GLOBAL SETTINGS!!!!!!!!!!!!! */


/*!!!!!!!!!!!! BEGINNING OF HEADER AND NAV!!!!!!!!!!!!! */

.header {
	margin-top: 1em;
}
.naviHori nav {
	margin-top: 30px;
}
.naviHori nav ul {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.naviHori nav ul li {
	display: inline;
	align-self: center;
	font-family: 'Questrial', sans-serif;
	font-size: 1.3em;
	color: rgb(147, 149, 152);
	font-weight: bold;
}
.naviHori nav a {
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
	border-right: 2px solid rgb(147, 149, 152);
}
.naviHori nav a:hover {
	border-right: 2px solid rgb(141, 198, 63);
	transition: 0.3s ease;
}
#hamburger, #hamburger2 {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}
#mobileMenu {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 0vh;
	background-color: rgba(0, 0, 0, 0.75);
	color: white;
	text-align: center;
	transition: all 0.75s ease;
	overflow: hidden;
}
#mobileMenu ul {
	margin: 0;
	list-style-type: none;
	width: 100%;
	height: auto;
	margin-top: 8vh;
}
#mobileMenu li:hover {
	background-color: white;
	color: black;
}
#mobileMenu a {
	display: block;
	padding: 10px;
	width: 100%;
}
@media screen and (max-width: 850px) {
	.logo img {
		margin-top: 20px;
	}
	.header {
		margin-top: 0;
	}
}
@media screen and (max-width: 639px) {
	.naviHori {
		display: none;
	}
	#hamburger, #hamburger2 {
		display: inline-block;
	}
}
@media screen and (min-width: 639px) {
	#mobileMenu {
		height: 0vh;
	}
}

/* !!!!!!!!!!! END OF HEADER AND NAV !!!!!!!!!!!!!! */


/*!!!!!!!!!!!MAIN INDEX!!!!!!!!!!!!!!!!!!!!! */

main {
	width: 100%;
}
#panoramaIndex {
    margin-top: 2vh;
    width: 100%;
    height: 55vh;
    background-size: cover;
    background-position: 50% 35%;
}

#block-headerimagewie #panoramaIndex {
    background-position: 50% bottom;
}

#block-headerimagewerk #panoramaIndex {
    background-position: 50%;
}

#block-headerimagecontact #panoramaIndex {
    background-position: 50%;
}

.quote {
	height: 210px;
	padding: 20px 20px 20px 170px;
	background-color: rgb(141, 198, 63);
	border: 15px solid white;
	margin-top: -100px;
	color: white;
	font-family: 'Questrial', sans-serif;
	text-align: right;
}
.quote p:first-child {
	line-height: 120%;
	font-size: 2.59em;
}

body.werk .quote, body.article .quote {
	display: none;
}

#textbar {
	margin-top: 10vh;
	margin-bottom: 5vh;
	width: 67%;
	height: 50px;
	background-color: rgb(147, 149, 152);
}
#textbar p {
	padding-top: 0.3em;
	font-family: 'Questrial', sans-serif;
	font-size: 1.5em;
	padding-left: 20%;
	color: white;
}
@media screen and (max-width: 1192px) {
	.quote p:first-child {
		line-height: 100%;
		font-size: 2.5em;
	}
	.quote {
		padding-left: 100px;
	}
}
@media screen and (max-width: 700px) {
	.quote p:first-child {
		font-size: 2em;
	}
	.quote {
		padding-left: 80px;
	}
}
@media screen and (max-width: 639px) {
	.quote {
		border: 0;
		padding: 20px;
	}
	.quote p:first-child {
		font-size: 2.3em;
	}
	#textbar {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	#textbar p {
		padding-left: 0 !important;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 910px) {
	#textbar p {
		padding-left: 10%;
	}
}
@media screen and (max-width: 840px) {
	#textbar p {
		font-size: 1.2em;
		text-align: center;
		padding-top: 0.5em;
	}
}
@media screen and (max-width: 675px) {
	#textbar p {
		font-size: 1em;
		padding-top: 0.8em;
	}
}
@media screen and (max-width: 547px) {
	#textbar {
		height: 80px;
	}
}

/*!!!!!!!!!!!END MAIN INDEX!!!!!!!!!!!!!!!!!!!!! */


/*!!!!!!!!!!!BEGINNING MAIN WIE!!!!!!!!!!!!!!!!!!!!! */

#panoramaWie {
	margin-top: 2vh;
	width: 100%;
	height: 55vh;
	background-image: url(../images/iStock-510868382.jpeg);
	background-size: cover;
	background-position: 50% 100%;
}
.aboutText {
	font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 639px) {
	.aboutText {
		text-align: center;
		padding: 25px !important;
	}
}

/*!!!!!!!!!!!END MAIN WIE!!!!!!!!!!!!!!!!!!!!! */


/*!!!!!!!!!!!BEGIN MAIN CONTACT!!!!!!!!!!!!!!!!!!!!! */

#panoramaContact {
	margin-top: 2vh;
	width: 100%;
	height: 55vh;
	background-image: url(../images/iStock-508347326.jpeg);
	background-size: cover;
	background-position: 50% 70%;
}
.contactText {
	padding-left: 20px;
}
h2 {
	font-family: 'Questrial', sans-serif;
	color: rgb(141, 198, 63);
	font-size: 2.7em;
}
.contactText p {
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
}
@media screen and (max-width: 639px) {
	.contactText {
		text-align: center;
		padding-top: 3vh;
	}
}

/*!!!!!!!!!!!END MAIN CONTACT!!!!!!!!!!!!!!!!!!!!! */


/*!!!!!!!!!!!BEGIN MAIN WERK!!!!!!!!!!!!!!!!!!!!! */

#panoramaWerk {
	margin-top: 2vh;
	width: 100%;
	height: 55vh;
	background-image: url(../images/iStock-537437597.jpeg);
	background-size: cover;
	background-position: 50% 80%;
}
#block-lpk-content .werk {
    display: flex;
    justify-content: space-between;
}
#block-lpk-content .werk .views-row {
    width: 200px;
    border: 2px solid #939598;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: 'Questrial',sans-serif;
    font-size: 1.5em;
    color: #8dc63f;
    font-weight: bold;
    height: 200px;
}
@media screen and (min-width: 740px) {
#block-lpk-content .werk .views-row .views-field-name {
    position: absolute;
    bottom: 0;
}
}

@media screen and (max-width: 740px) {
	#block-lpk-content .werk .views-row {
		width: 147px;
	}
}
@media screen and (max-width: 639px) {
	#block-lpk-content .werk {
		padding: 0;
		margin-top: 5vh;
	}
	#block-lpk-content .werk .views-row {
		width: 170px;
	}
}
@media screen and (max-width: 530px) {
	#block-lpk-content .werk {
		display: block;
	}
	#block-lpk-content .werk .views-row {
		margin: 0 auto;
		margin-bottom: 5vh;
	}
}

/*!!!!!!!!!!!END MAIN WERK!!!!!!!!!!!!!!!!!!!!! */


/*!!!!!!!!!!!BEGIN MAIN BLOG!!!!!!!!!!!!!!!!!!!!! */

#panoramaBlog {
	margin-top: 2vh;
	width: 100%;
	height: 55vh;
	background-image: url(../images/iStock-479413846.jpeg);
	background-size: cover;
	background-position: 50% 60%;
}
.blogPost {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 2vh;
	text-align: center;
}
.blogTekst {
	padding-right: 10px;
}
.blogPic {
	background-color: rgb(141, 198, 63);
	padding-left: 10px;
}
@media screen and (max-width: 639px) {
	.blogPost {
		padding: 0;
	}
	.blogPic {
		height: 200px;
		margin-bottom: 3vh;
	}
}

/*!!!!!!!!!!!END MAIN BLOG!!!!!!!!!!!!!!!!!!!!! */