html {
  	box-sizing: border-box;
  	font-size:62.5%;
}

*, *:before, *:after {
  	box-sizing: inherit;
}
@font-face {
    font-family: "handwriting";
    src: url("../assets/fonts/snellroundhand.woff2")  format("woff2"),
    	 url("../assets/fonts/snellroundhand.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "agenda";
    src: url("../assets/fonts/Agenda-Light.woff2")  format("woff2"),
    	 url("../assets/fonts/Agenda-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "agendaB";
    src: url("../assets/fonts/Agenda-Bold.woff2")  format("woff2"),
    	 url("../assets/fonts/Agenda-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "agendaM";
    src: url("../assets/fonts/Agenda-Medium.woff2")  format("woff2"),
    	 url("../assets/fonts/Agenda-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ScriptMTStdB";
    src: url("../assets/fonts/ScriptMTStd-Bold.woff2")  format("woff2"),
    	 url("../assets/fonts/ScriptMTStd-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
	background-image: url("../assets/pictures/background.jpg");
	font-family: "agenda";
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
main {
	width: 100vw;
	height: 60vh;
	margin: 0 auto;
	margin-top: 5vh;
  	margin-bottom: 5vh;
}
h1 {
	font-size: 2.5vw;
}
small {
	font-size: 0.7vw;
}
li {
	font-size: 18px;
}
.navbar li{
  font-size: 15px;
}
footer{
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
a:hover, button:hover {
	cursor: pointer;
}
label {
	display: inline-block;
	width: 11rem;
	font-family: "agendaM";
	font-size: calc(1rem + 1vw);
  	/*font-weight: bold;*/
  	line-height: 2rem;
  	margin-right: 3rem;
}
input, select {
  	width: 30vw;
  	font-family: "agenda";
	font-size: calc(1rem + 0.6vw);
	background-color: transparent;
	border: 0.2rem solid #c7b299;
}
input:focus, select:focus {
	border-color: black;
}
input[type="checkbox"] {
	width: 1.6rem;
	margin-right: 1rem;
	color: black;
}
.sm {
	width: 6rem;
}
.xs {
	width: 3rem;
}
.md {
	width: 11rem;
}
.oneoff {
	width: calc(18rem + 30vw);
	font-size: 3vw;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.error {
	width: calc(18rem + 30vw);
	font-size: 1.4vw;
	text-align: left;
	margin: 0 auto;
}
.infocus {
	text-decoration: underline;
	font-family: "agendaM";
	/*font-weight: bold;*/
}
/* ==================================== Navigation ====================================== */
.fixed-top {
  	position: fixed;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 1030;
}
.small-menu {
	display: none;
}
.normal-menu {
	display: block;
}
.navbar {
  	font-size: calc(1rem + 0.2vw);
  	font-weight: bold;
	background-color: black;
}
.navbar-nav {
	list-style-type: none;
}
.nav-item {
	width: calc(10rem+10vw);
	height: auto;
	text-align: center;
  	margin: 1.3rem 0.5rem 1.3rem 0.5rem;
  	padding: 1rem;
  	border: 0.2rem solid white;
}
.nav-item:hover {
	color: black;
	background-color: white;
}
.nav-link {
  	padding: 1.1rem 1rem 1.1rem 1rem;
}
.navbar-content{
  display: flex;
  justify-content: center;
  margin-left: -5vw;
}
.nav-item > a, .nav-item.active {
	text-decoration: none;
	color: white;
}
.nav-item:hover > a, .nav-item.active > a {
	text-decoration: none;
	color: black;
}
.nav-item:hover, .nav-item.active {
	color: black;
}
.nav-logo {
	position: fixed;
	z-index: 1031;
	margin-top: 3rem;
}
.nav-winkelmand-count {
	height: 1.4rem;
	color: white;
	margin-top: -6rem;
	margin-left: 2.5rem;
}
.nav-winkelmand-count.active {
	color: black;
}
.back-btn {
	display: block;
	text-align: center;
	width: 20vw;
	margin: 0 auto;
}
.container-fluid {
	position: relative;
	width: 100vw;
	left: 50%;
  	margin: -1vw -50vw 0 -50vw;
}
.socialmedia {
	display: flex;
	justify-content: center;
	margin: 0 1rem;
	padding-top: 1rem;
}
.nav-footer-logo {
	position: relative;
	z-index: 1;
	margin-top: -6.2rem;
    margin-bottom: -3rem;
}
.footer-copyright{
	display: inline-block;
	width: 100%;
    text-align: center;
}
/* ==================================== Home ============================================ */
.home-landing {
	width: 100vw;
	height: auto;
}
.home-button {
	display: block;
	width: 10rem;
	height: auto;
	margin: 0 auto;
  border-radius: 10px;
}
.home-button-contact{
	display: block;
	width: 50vw;
	height: 5rem;
	margin: 0 auto;
	margin-top: 5vh;
	color: #fff;
  background-color: #5cb85c;
  border: none;
  font-size: 25px;
}
.send-button{
	display: block;
	width: 20rem;
	height: 5rem;
	margin: 0 auto;
	color: #fff;
  background-color: #5cb85c;
  border: none;
  font-size: 25px;
}
.home-spacing{
	padding-top: 20vh;
}
.home-image.landscape{
	display: block;
	width: calc(10rem + 50vw);
	height: auto;
	margin: 0 auto;
	margin-top: 5rem;
}
.home-image.portrait{
	display: block;
	height: 50vh;
	width: auto;
	margin: 0 auto;
	margin-top: 5rem;
}
.home-image.bookcover{
	display: block;
	height: 90vh;
	width: auto;
	margin: 0 auto;
	margin-top: 5rem;
}
.home-title {
	text-align: center;
	font-weight: bold;
}
.home-text{
	width: calc(10rem + 50vw);
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.home-info{
	width: calc(10rem + 50vw);
	margin: 0 auto;
	border: 1px solid black;
	text-align: center;
	font-size: calc(1rem + 1vw);
	font-weight: bold;
}
.home-extra{
	width: calc(10rem + 50vw);
	margin: 0 auto;
	margin-top: 5vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
/* ==================================== Contact Form =========================================== */
.clientcontact_form{
	width: calc(18rem + 50vw);
	margin: 0 auto;
	font-size: calc(1rem + 0.6vw);
}
.clientcontact_header{
	width: calc(18rem + 50vw);
	margin: 0 auto;
	color: var(--main-color);
}
.clientcontact_subheader{
	width: calc(18rem + 50vw);
	color: grey;
	margin: 0 auto;
	text-align: center;
	//border: 1px solid yellow;
	font-size: calc(1rem + 1vw);
	color: var(--main-color);
}
/* ==================================== Order =========================================== */
.submenu_header{
	text-align: center;
	font-weight: bold;
	margin-top: 20vh;
}
.submenu_subheader{
	text-align: center;
	font-style: italic;
}
.submenu{
	margin-top: 0;
}
.submenu_content{
	display: -webkit-box;
	display: flex;
	width: 90vw;
	margin: 0 auto;
	//border: 1px solid yellow;
}
.submenu_filter{
	width: 25vw;
	text-align: left;
	padding-right: 2rem;
	margin: 0;
	//border: 1px solid yellow;
}
.subcode_checkbox{
	width: 2.5vw;
}
.submenu_pages{
	width: 12vw;
	margin: 0 auto;
	margin-top: 3vh;
	//border: 1px solid yellow;
}
.submenu_btn{
	margin-top: 0;
}
.submenu_page_btn{
	margin-top: 0;
}
.category:hover{
	cursor: pointer;
}
.category_caption{
	width: 20vw;
	height: 30vh;
	padding-top: 5vh;
	color: white;
	font-size: 2vw;
}
.category_text{
	font-size: 1.6vw;
}
.input-label{
	color: black;
}
.form-control{
	color: black;
	font-size: 1.2vw;
}
.code_label{
	font-size: 2vw;
	font-weight: normal;
	color: black;
}
.submenu_projects{
	width: 75vw;
	height: auto;
	overflow: auto;
	//border: 1px solid yellow;
}
.project_image{
	display: inline-block;
	/*float: left;*/
	margin-top: 2vh;
	margin-right: 2.25vw;
	width: auto;
	height: 28vh;
	border: none;
	//border: 1px solid yellow;
	background-color: black;
}
.project_image:hover{
	opacity: 0.7;
}
.project_images{
	border-right: 0.1rem solid lightgrey;
	padding-right: 4rem;
}
/* ======================================= Report ============================================= */
.reports_horizontal{
	display: -webkit-box;
	display: flex;
	-webkit-box-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 75vw;
	margin: 0 auto;
}
.report_one{
	width: 20vw;
	text-align: center;
	margin: 2vw;
}
.products_title{
	font-size: 1.4vw;
}
.actionentrygift_one{
	width: 15vw;
	height: auto;
	margin: 2vw;
	opacity: 1.0;
	border: 0.3rem solid transparent;
}
.actionentrygift_one:hover {
	cursor: pointer;
}
.actionentrygift_opacity {
	opacity: 1.0;
	border: 0.3rem solid rgb(191, 140, 137);
}
.actionentrygift_selected {
	background-color: lightgrey;
	text-align: center;
	font-family: "agendaM";
	/*font-weight: bold;*/
	font-size: 1.4vw;
	padding-top: 0.2vh;
	padding-bottom: 0.2vh;
	margin-bottom: 0;
}
.actionentrygift_image {
	display: inline-block;
	height: 5vh;
	widht: auto;
	margin: 0 1vw;
	opacity: 0.5;
}
.report_company {
	height: 5vh;
	width: auto;
	//border: 1px solid yellow;
}
.actionentrygift_company {
	margin-top: 2vh;
}
.report_title {
	width: 20vw;
	height: auto;
	//border: 1px solid yellow;
	font-size: 1.2vw;
}
.report_description {
	font-size: 1.4rem;
	width: 20vw;
	//border: 1px solid yellow;
}
.report_company, .report_title {
	font-family: "agendaM";
	/*font-weight: bold;*/
}
.report_subtitle {
	color: grey;
}
.caption {
	margin-top: 2rem;
}
.report_button {
	margin-left: 1rem;
	font-size: 1.2rem;
}
.reportsreadmore {
	margin-top: 1vh;
}
.actionentrygift_item {
	font-size: 1.2vw;
	text-align: left;
}
/* ==================================== Reportfocus =========================================== */
.reportfocus_image, .reportfocus_more, .reportfocus_preamble, .reportfocus_header, .reportfocus_subheader, .reportfocus_text, .reportfocus_link, .reportfocus_link2, .reportfocus_title, .reportfocus_list {
	display: block;
	width: calc(10rem + 50vw);
	margin: 0 auto;
}
.reportfocus_more_btn {
	width: calc(10rem+20vw);
	font-size: calc(1rem + 0.6vw);
}
.reportfocus_link, .reportfocus_link2, .reportfocus_title, .reportfocus_list {
	font-size: 20px;
}
.reportfocus_link {
	padding-left: 1vw;
	color: rgb(35, 82, 124);
	text-decoration: underline;
}
.reportfocus_link2 {
	color: rgb(35, 82, 124);
	text-decoration: none;
}
.reportfocus_preamble, .reportfocus_text {
	font-size: calc(1rem + 0.6vw);
}
.reportfocus_image {
	display: block;
	margin-bottom: 2vh;
}
.reportfocus_preamble {
	margin-top: 2vh;
	margin-bottom: 2vh;
	font-style: italic;
}
.reportfocus_header {
	font-size: calc(1rem + 1.4vw);
	font-family: "agendaM";
	color: red;
	margin-top: 3vh;
}
.reportfocus_subheader {
	font-size: calc(1rem + 1vw);
	font-family: "agendaM";
	color: black;
	margin-top: 2vh;
}
.reportfocus_video {
	max-width: 56rem;
	padding-bottom:31.5rem !important;
	margin: 0 auto;
}
.thumbnail_image {
	width: auto;
	height: 15vh;
	//margin-top: 1rem;
	margin-right: 0.1rem;
	border: 0.3rem solid transparent;
}
.thumbnail_image:hover, .active_thumbnail {
	border: 0.3rem solid rgb(191, 140, 137);
}
.thumbnail_image_small {
	height: 7rem;
	width: auto;
}
.previous_thumbnail, .next_thumbnail {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 1rem;
}
.previous_thumbnail:hover, .next_thumbnail:hover {
	text-decoration: underline;
}
#project_mainimage {
	display: inline-block;
	height: 65vh;
	width: auto;
	//border: 1px solid yellow;
}
.image_backdrop {
	border-bottom: 1px solid rgb(230, 209, 208);
	//background-color: rgb(230, 209, 208);
}
.project_image_controls {
	display: inline;
	//border: 1px solid yellow;
  	font-size: calc(1.5rem + 2vw);
  	color: rgb(191, 140, 137);
  	text-align: center;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  	background-color: rgba(0, 0, 0, 0);
  	opacity: 1;
  	cursor: pointer;
}
.project_image_controls:hover {
	opacity: .5;
}
.project_image_control {
	padding-top: 15vh;
}
.project_company_info {
	width: 20vw;
	height: auto;
	//border: 1px solid yellow;
	text-align: center;
	font-size: 1.8rem;
	color: rgb(191, 140, 137);
	margin-top: 4vh;
	margin-left: 10vw;
}
.reportfocus_company_info {
	width: 94vw;
	height: auto;
	//border: 1px solid yellow;
	text-align: center;
	font-size: calc(1rem + 1vw);
	color: rgb(191, 140, 137);
	margin: auto;
	margin-top: 4vh;
}
.project_description {
	width: 55vw;
	text-align: left;
	font-size: calc(1rem + 1vw);
	margin-top: 1rem;
	margin-left: 5vw;
}
.project_small {
	display: none;
}
.project_company_link {
	display: block;
	color: rgb(191, 140, 137);
}
.project_socialmedia_links {
	margin-top: 1rem;
}
.more_projects_title {
	width: 88.5vw;
	margin: 0 auto;
}
.more_projects {
	display: -webkit-box;
	display: flex;
	-webkit-box-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-left: 0.8rem;
	width: 88.5vw;
	margin: 0 auto;
}
.more_projects_vertical {
	display: -webkit-box;
	display: flex;
	-webkit-box-direction: column;
	flex-direction: column;
	margin-top: -2.25rem;
	//border: 1px solid yellow;
}
.cycle {
	font-size: 2rem;
	margin-right: 2rem;
}
.cycle-next, .cycle-prev {
	position: relative;
	top: 10;
}
.slider_image {
	margin-top: 1rem;
}
.thumbnail_image {
	margin-left: 1rem;
}
.mainpicturemore {
	width: 15vw;
	height: auto;
	//border: 1px solid yellow;
	margin-top: 3.5rem;
	margin-right: 3.5rem;
}
.noborder {
	border: none;
}
.mainpicture:hover {
	opacity: 0.7;
}
.report {
	border: none;
	width: 45rem;
	height: 50rem;
	margin-left: -5rem;
	background-color: transparent;
}
.reportfocus {
	border: none;
	width: 40rem;
	height: 27rem;
	background-color: transparent;
}
.report_description, .report_company, .report_subtitle, .report_title, .actionentrygift_company {
	font-size: calc(1rem + 0.6vw);
	text-align: left;
}
.form-check {
}
.clearWidth{
  	width: 96rem;
  	margin-left: 20rem;
}
.socialmedia {
	display: inline-block;
	margin: 0;
	margin-left: 0.3rem;
}
.control_previous, .control_next {
	padding-top: 1.2vh;
}
a.control_previous:hover, a.control_next:hover {
	text-decoration: none;
}
/* IPad + mobile */
@media only screen and (max-device-width : 800px) and (orientation: landscape), screen and (max-width : 800px) and (max-aspect-ratio: 5/3){
  li, .home-text {
    font-size: 15px;
  }
  h1 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	p, ul {
		font-size: 0.8rem;
	}
	small {
		font-size: 0.7rem;
	}
	input[type="checkbox"] {
		border: 0.5px solid black;
	}
	.small-menu {
		display: block;
	}
	.normal-menu {
		display: none;
	}
	.input-label {
		font-size: 0.5rem;
	}
	.input-group-sm {
		width: 23rem;
	}
	.footer-header {
		font-size: 1.5rem;
	}
	.footer-content {
		font-size: 1rem;
	}
	.footer-copyright {
		font-size: 1rem;
	}
	.reportfocus_image {
		margin-top: 0.5rem;
	}
	.report_one {
		width: 100vw;
	}
	.report_company {
		height: 2rem;
		font-size: 1.4rem;
	}
	.report_title {
		font-size: 1.4rem;
		width: 75vw;
	}
	.report_description {
		font-size: 1rem;
		width: 75vw;
	}
	.clientcontact_form {
		padding-left: 7rem;
	}
	.input-label {
		font-size: 1.2rem;
	}
	.home-image.portrait {
		height: 15rem;
	}
}
@media only screen and (max-device-width : 480px){
  li, .home-text {
    font-size: 12px;
  }
	h1 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	p, ul {
		font-size: 0.8rem;
	}
	small {
		font-size: 0.7rem;
	}
	input[type="checkbox"] {
		border: 0.5px solid black;
	}
	.small-menu {
		display: block;
	}
	.normal-menu {
		display: none;
	}
	.nav-item {
		margin: 1rem 0.5rem 1rem 0.5rem;
		padding: 0.5rem;
	}
	.input-label {
		font-size: 0.5rem;
	}
	.input-group-sm {
		width: 23rem;
	}
	.footer-header {
		font-size: 1.5rem;
	}
	.footer-content {
		font-size: 1rem;
	}
	.footer-copyright {
		font-size: 1rem;
	}
	.reportfocus_image {
		margin-top: 0.5rem;
	}
	.report_one {
		width: 100vw;
	}
	.report_company {
		height: 2rem;
		font-size: 1.4rem;
	}
	.report_title {
		font-size: 1.4rem;
		width: 75vw;
	}
	.report_description {
		font-size: 1rem;
		width: 75vw;
	}
	.clientcontact_form {
		padding-left: 7rem;
	}
	.input-label {
		font-size: 1.2rem;
	}
	.home-image.portrait {
		height: 15rem;
	}
}
