.container-extra {
  padding-left: 30px;
}

/* ----- Font ----- */
@font-face {
  font-family: "Metropolis";
  font-style: normal;
  font-weight: normal;
  src: local("Metropolis"), url("Metropolis-ExtraLight.woff") format("woff");
}

.back-button {
  border-bottom: 3px solid #e9ebeb !important;
  display: inline-block;
  margin-top: 40px;
  padding-bottom: 0 !important;
}

a {
  color: #ff0082;
}
a:hover {
  color: #ff0082;
}

/* ----- Containers ----- */

body {
  font-family: "Metropolis";
  font-size: 20px;
  line-height: 36px;
  color: #657070;
}
input {
  font-family: "Metropolis";
}

#wrapper {
  min-height: 100vh; /* sticky footer */
}
footer {
  margin: auto 0 0 0; /* sticky footer */
}

header {
  background-color: #e9ebeb !important;
}

.logo {
  margin-top: 20px;
  margin-bottom: -66px;
}

footer {
  font-size: 15px;
  line-height: 22px;
  color: #657070;
}
footer a {
  color: #657070;
  text-decoration: underline;
  transition: color 250ms;
}
footer a:hover {
  color: #ff0082;
}

h1:after,
h2:after,
h3:after {
  content: "";
  display: block;
  margin-top: 10px;
  /*position: absolute;
	bottom: 0;
	left: 0;*/
  width: 80px;
  height: 2px;
  background: #ff0082;

  margin-bottom: 0.67em;
}

.main-quote,
.page_title {
  font-size: 35px;
  line-height: 55px;
  color: #939b9b;
  position: relative;
}
.page_title:after,
.main-quote:after {
  content: "";
  display: block;
  margin-top: 30px;
  /*position: absolute;
	bottom: 0;
	left: 0;*/
  width: 80px;
  height: 3px;
  background: #ff0082;
}
.main-quote {
  /*padding-right: 16.666667%;*/
  font-size: 40px;
  line-height: 50px;
  color: #939b9b;
}

#header_nav {
  height: 60px;
  margin-top: 0px;
  text-align: right;
  padding-top: 15px;
  padding-right: 120px;
  padding-bottom: 5px;
  background-color: #e9ebeb;
}

#logo {
  margin-top: 50px;
  text-align: left;
  margin-left: 100px;
  margin-top: -58px;
}

#index_quote {
  text-align: left;
  width: 500px;
  margin-left: 130px;
  margin-top: 45px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: "Metropolis";
  font-size: 35px;
  line-height: 45px;
  color: #939b9b;
}

#content_regular_text {
  margin-left: 130px;
  margin-top: 60px;
  margin-right: 150px;
  padding-bottom: 40px;
  font-family: "Metropolis";
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
  color: #657070;
}

#content_mailform {
  margin-left: 130px;
  margin-top: 45px;
}

#footer {
  margin-left: 130px;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: "Metropolis";
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  text-align: left;
  color: #657070;
}

/* ----- Privacy ----- */

.privacy {
  font-size: 25px;
  line-height: 70px;
  color: #ff0082;
}

/* ----- Navigatie ----- */

.menu {
  font-size: 20px;
  /*font-family: 'Metropolis';
	font-weight: normal;
	line-height:40px;
	text-decoration: none;*/
}
.menu a {
  color: #657070;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 5px;
  transition: color 250ms;
}
.menu a:hover,
.menu a.active {
  color: #ff0082;
  text-decoration: none;
  border-bottom: 3px solid #e9ebeb;
}

.menu a:link {
  /*font-family: 'Metropolis';
	font-size: 20px;
	font-weight: normal;
	line-height:40px;
	border-bottom: 3px solid #ffffff;
	color: #657070;
	text-decoration: none;*/
}
.menu a:visited {
  /*font-family: 'Metropolis';
	font-size: 20px;
	font-weight: normal;
	line-height:40px;
	border-bottom: 3px solid #ffffff;
	color: #657070;
	text-decoration: none;*/
}
.menu a:active {
  /*font-family: 'Metropolis';
	font-size: 20px;
	font-weight: normal;
	line-height:40px;
	border-bottom: 3px solid #ffffff;
	color: #657070;
	text-decoration: none;*/
}

.menu a:hover {
  /*font-family: 'Metropolis';
	font-size: 20px;
	font-weight: normal;
	line-height:40px;
	border-bottom: 3px solid #e9ebeb;
	color: #ff0082;
	transition: 0.2s;
	text-decoration: none;*/
}

/* ----- Design----- */

.quote {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-left: 15px;
}

.quote_line {
  font-family: "Metropolis";
  font-size: 50px;
  line-height: 30px;
  font-weight: normal;
  color: #ff0082;
  text-decoration: none;
}

.john {
  width: 200px;
  height: 200px;
  margin-top: 45px;
  margin-right: 150px;
  padding-left: 600px;
  float: right;
  position: absolute;
}

/* ----- Cookie consent----- */

cc-revoke,
.cc-window {
  font-family: "Metropolis" !important;
  background: #555;
  color: #fff;
}
.cc-link {
  color: inherit !important;
}
.cc-btn {
  background: #fff !important;
  color: #555 !important;
  border-color: #fff !important;
  transition: 250ms;
  text-decoration: none !important;
}
.cc-btn:hover {
  background: #d1d4d6 !important;
  /*color: #fff !important;*/
  border-color: #d1d4d6 !important;
}
.cc-bottom {
  bottom: 0;
}

/* ----- Mailformulier----- */

.form-control {
  border-bottom-width: 2px;
  border-radius: 0;
  border-color: #d1d4d6;
  color: #939b9b;
}
.form-control:focus {
  border-color: #939b9b;
  box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ced4da !important;
  box-shadow: none !important;
  background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ff0082 !important;
}

.custom-control label {
  font-size: 1rem;
}
.custom-control-label::before,
.custom-control-label::after {
  top: 0.4rem;
}

button[type="submit"] {
  color: #fff;
  background-color: #939b9b;
  border-color: #939b9b;
  box-shadow: none !important;
}
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active {
  color: #fff;
  background-color: #798080;
  border-color: #798080;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff0082;
  background-color: #ff0082;
}

/*
.page_title{
		margin-left: 130px;
		margin-top: 45px;
		padding-bottom: 15px;
		font-family: 'Metropolis';
		font-size: 35px;
		line-height: 30px;
		font-weight: normal;
		color: #939b9b;
		text-decoration: none;
		}
*/

/* ----- Mailformulier----- */

textarea:focus,
input:focus {
  outline: none;
}
/*
#e_kolommen{
 	height: 600px;
	width: 900px;
 	margin-left: 130px;
 	margin-right: 120px;
 	margin-top: 45px;
	padding-bottom: 40px;
 }

#e_kolom_links{
	 height: 600px;
	 width: 500px;
	 float: left;
 }

#e_kolom_rechts{
	 height: 600px;
	 width: 400px;
	 float: left;
	 font-family: 'Metropolis';
	 font-size: 16px;
	 line-height: 30px;
	 color: #657070;
 }

.e_fields{
		font-family: 'Metropolis';
		font-size: 22px;
		font-weight: normal;
		line-height:25px;
		color: #657070;
		border: none;
		border-radius: 0px;
		border-bottom: 2px solid #e9ebeb;
		padding-bottom: 10px;
		margin-bottom: 25px;
		-webkit-appearance: none;
	}
.e_textarea{
		font-family: 'Metropolis';
		font-size: 22px;
		font-weight: normal;
		line-height:25px;
		color: #657070;
		border: none;
		border-radius: 0px;
		border-bottom: 2px solid #e9ebeb;
		padding-bottom: 25px;
		-webkit-appearance: none;
	}
*/
.g-recaptcha {
  margin-top: 30px;
}

input[type="submit"] {
  background-color: #ffffff;
  font-family: "Metropolis";
  font-size: 22px;
  font-weight: normal;
  color: #657070;
  border: 2px solid #657070;
  padding: 4px 7px 6px 7px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  color: #e9ebeb;
  border: 2px solid #e9ebeb;
  transition: 0.2s;
}
