body{
	background: linear-gradient(to bottom right, #ffffff, #e1e9ff);
	padding : 0;
	margin : 0;
	overflow-x : hidden;
	text-align : center;
}
/*Header*/
@media only screen and (max-width: 1050px) {
	header {
		background-color: #000;
	}
}

@media only screen and (min-width: 1050px) {
	header {

	}
}

@media only screen and (max-width: 1500px) {
	.about-container-text-container{
		width: 50%;
		margin-right: 40px;
		transition: all 0.3s ease-in-out;
	}

	.adres-container-wrapped{
		margin-right: 20px;
	}
}

@media only screen and (min-width: 1500px) {
	.about-container-text-container{
		width: 45%;
		margin-right: 200px;
		transition: all 0.3s ease-in-out;
	}

	.adres-container-wrapped{
		margin-right: 0px;
	}
}

@media only screen and (max-width: 1180px) {
	.about-container-wrapped{
		display: block;
		height: 940px;
		transition: all 0.3s ease-in-out;
	}

	#server-page-about{
		height: 750px;
	}

	#server-page-about .service-container-image{
		margin-top: 10px;
	}

	.about-container-text-container{
		width: 100%;
		transition: all 0.3s ease-in-out;
	}

	.wrapped-container{
		display: column;
		transform: translatex(20vw);
	}
}

@media only screen and (min-width: 1180px) {
	.about-container-wrapped{
		display: flex;
		height: 560px;
		transition: all 0.3s ease-in-out;
	}

	.wrapped-container{
		display: inline-flex;
	}
}

header{
	background-color : white;
	padding : 20px;
	box-shadow : 0 0 3px black;
	position: relative;
}

header li{
	display : inline;
	padding-left : 35px;
}

header li a{
	color : #000000;
	font-family : 'Montserrat';
	font-size: medium;
	text-decoration : none;
	padding : 13px;
	transition : .2s ease;
	border-radius : 5px;
}

header li a:hover{
	color : royalblue;
	border-radius : 20px;
	background-color : #ededed;
}

header ul #login a {
	color : #FFFFFF;
	background-color : royalblue;
	border-radius : 30px;
	float: right;
	right: 15px;
	position : relative;
	padding: -15px;
	top: -15px;
	transition : .3s ease;
}

header ul #login a:hover {
	background-color : #c70202 ;
}

header li img{
	width : 450px;
	float : left;
	margin-top : -18px;
	margin-left : -30px;
}

.active {
	color : royalblue;
	border-radius : 20px;
	background-color : #ededed;
}
/*End Header*/

/* HOME pagina */
/*-----------------------------------------------*/
.info-container.centered.info-container-background{
	font-family : 'Montserrat';
}

.info-container-wrapped{
	background: linear-gradient(to right,#a01616, #ca3333);
	width: 320px;
	height: 100%;
	font-weight: 200;
	position: absolute;
	padding: 13px;
	margin: 0;
	top: 0;
	left: 0;
	color: #fff;
}

.info-container-pfp img{
	height: 180px;
	border: solid 3px;
	border-radius: 100px;
	border-color: rgba(255, 255, 255, 0.8);
}

.info-container-pfp{
	padding-top: 10px;
}

.title#homepage-title{
	margin: 5px 0 15px;
}

.info-container-text{
	display: flex;
    flex-direction: column;
	float: left;
	margin-top: 5px;
}

.info-container-text span{
	font-family : 'Montserrat';
	vertical-align: center;
	padding: 9px;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	width: 100%;
	margin-left: -5px;
}

.info-container-text span img{
	height: 20px;
	margin: 0 8px 0 2px;
	transform: translateY(4px);
}

.store-adres-container{
	margin-bottom: 10px;
	font-family : 'Montserrat';
}

.store-adres-container a{
	color: #fff;
	text-decoration-color: #fff;
	transition: all 0.2s ease-in-out;
}

.store-adres-container a:hover{
	color: #fff;
	text-decoration-color: #000;
	text-decoration-thickness: 2px;
}

.about-container-wrapped{
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 10vh;
	background-color: #fff;
}

#server-page-about{
	margin-top: 0;
}

.about-container-text-container{
	font-family : 'Montserrat';
	padding: 10px 0 10px;
	color: #000;
}

.about-container-title{
	text-align: left;
	padding-left: 20px;
}

.about-container-text{
	margin: 0 20px 0 20px;
	display: block;
	text-align: left;
}

.adres-container-wrapped{
	font-family : 'Montserrat';
	color: #000;
}

.adres-container-wrapped span{
	font-family : 'Montserrat';
	vertical-align: center;
	justify-content: center;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
	width: 100%;
	display: inline-flex;
}

.adres-container-wrapped span img{
	height: 30px;
	margin: 0 10px 0 2px;
	transform: translateY(-4px);
}

.adres-container-wrapped img{
	height: 20px;
	margin: 0 10px 0 2px;
	transform: translateY(4px);
}

.adres-container-adres iframe{
	border: solid;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0.95);
	border-radius: 15px;
}

.defect-container-wrapper{
	width: 100%;
	max-height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.defect-container-wrapped{
	margin: 40px 0 30px;
	padding: 0 25px 20px 25px;
	width: 40vw;
	color: #fff;
	background: linear-gradient(to right,#a01616, #ca3333);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	font-family : 'Montserrat';
}

.defect-container-text p{
	padding: 0 10px 0 10px;
}

.defect-container-button button{
	background-color: #c70202;
	font-family : 'Montserrat';
	color: #fff;
	font-size: 18px;
	padding: 10px 35px;
	border: 1px solid transparent ;
	border-color: #fff;
	border-radius:  8px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.defect-container-button button:hover{
	color: #fff;
	transform: scale(1.05);
}

/*-----------------------------------------------*/

/* SERVICE pagina */
/*-----------------------------------------------*/
.repair-form-wrapper{
	margin: 50px 0 0 0;
	padding: 3em 0 3em 0;
	width: 100%;
	min-width: 1150px;
	justify-content: center;
	background-color: #fff;
	height: 630px;
	max-height: 630px;
	display: inline-flex;
}

.repair-form-wrapped-container{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75em;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.repair-form-pfp{
	background: linear-gradient(to right,#a01616, #ca3333);
	width: 100%;
	height: 100%;
	font-family : 'Montserrat';
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.repair-form-pfp .repair-form-pfp-img{
	height: 180px;
	border: solid 3px;
	border-radius: 100px;
	border-color: rgba(255, 255, 255, 0.8);
}

.repair-form-pfp-text{
	margin-top: 15px;
	color: #fff;
}

.repair-form-pfp span img{
	height: 20px;
	margin: 0 10px 0 2px;
	transform: translateY(4px);
}

.repair-form{
	color: #000;
	height: 100%;
	font-family : 'Montserrat';
}

.repair-form h1{
	text-align: left;
	padding-left: 45px;
}

.repair-form button{
	font-family : 'Montserrat';
	background-color: #c70202;
	color: #fff;
	font-size: 12px;
	padding: 10px 45px;
	border: 1px solid transparent;
	border-radius:  8px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
}

.repair-form input{
	background-color: #eee;
	margin: 8px 0;
	padding: 15px 15px;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	width: 100%;
	outline: none;
	font-family : 'Montserrat';
}

.repair-form textarea{
	font-family : 'Montserrat';
	background-color: #eee;
	margin: 8px 0;
	padding: 15px 15px;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	width: 100%;
	outline: none;
	overflow: none;
	resize: none;
}

.repair-form select{
	font-family : 'Montserrat';
	background-color: #eee;
	margin: 8px 0;
	padding: 15px 15px;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	width: 100%;
	outline: none;
	cursor: pointer;
}

.repair-form select#probleem{
	width: 195px;
	margin-bottom: 20px;
}

.repair-form input#name{
	width: 350px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.repair-form input#surname{
	width: 350px;
	margin-bottom: 20px;
}

.repair-form input#postcode{
	width: 350px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.repair-form input#plaats{
	width: 350px;
	margin-bottom: 20px;
}

.repair-form input#straatnaam{
	width: 350px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.repair-form input#huisnummer{
	width: 130px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.repair-form input#tel{
	width: 350px;
	margin-bottom: 20px;
}

.repair-form input#mail{
	width: 350px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.repair-form textarea#vraag{
	width: 775px;
	height: 120px;
	overflow: scroll;
	margin-bottom: 20px;
}

.reviews-summary.rating-result {
    width: 70px;
    margin-top: -3px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 3px;
}

.card {
	max-width: 33rem;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 50px;
  }
   
.star {
	margin-top: 50px;
	font-size: 60px;
	letter-spacing: -3px;
	cursor: pointer;
  }
   
.chosen {
	color: rgb(252, 188, 14);
  }

.rating-result{
	margin-top: 2.5em;
	margin-bottom: 3em;
}

.rating-result #output{
	margin-top: 30px;
}

.rating-result p{
	font-size: 17px;
    font-family : 'Montserrat';
	margin-bottom: 20px;
}

.container-opentimes{
	width: 100%;
	display: block;
	padding: 20px 50px;
	box-sizing: border-box;
}

td{
	font-family : 'Montserrat';
	font-size: medium;
	text-decoration : none;
}

tr {
    display: table-row;
    unicode-bidi: isolate;
    border-color: inherit;
	line-height: 20px;
	padding: 10px 200px;
    display: block;
}

tr td:first-child {
    min-width: 55px;
    font-weight: 700;
    text-transform: uppercase;
}

tr td:last-child{
	min-width: 110px;
}

.container-opentimes .title{
	text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 5px;
} 

.wrapped-container{
	align-items: center;
	justify-content: center;
	width: 60vw;
} 
/*-----------------------------------------------*/

/* INFORMATIE pagina */
/*-----------------------------------------------*/

.informatie-s{
	font-family : 'Montserrat';
	color: #000;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.informatie-s img{
	margin-right: 15px;
	margin-left: 15px;
}

.informatie-s a{
	color: #000;
}

.informatie-text-container{
	margin-top: 50px;
	width: 100%;
}

.informatie-s .informatie-s-general-text{
	width: 60vw;
	margin-left: 20vw;
	max-height: 200px;
}

.informatie-schildchild{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: left;
	min-height: 700px;
	width: 25%;
	margin-right: 100px;
}

.informatie-schildchild:last-child{
	margin-right: 0px;
}

.informatie-schildchild p{
	margin-top: -10px;	
}

.informatie-schildchild img{
	width: 300px;
	height: 420px;
	border: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.info-text-buttons{
	display: inline-flex;
}

.info-text-buttons .info-text-buttons-container .defect-container-button{
	width: 100%;
	margin-right: 163px;
}

.info-text-buttons.info-text-buttons-container.defect-container-button:last-child{
	margin-right: 0px;
}

.informatie-m{
	font-family : 'Montserrat';
	background-color: #fff;
	margin-top: 25px;
	padding: 35px 0 35px;
	width: 100%;
	font-size: 20px;
}

.informatie-m a{
	color: #c70202;
}

.informatie-mchild{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-left: 1%;
	margin-right: 200px;
	text-align: left;
}

.informatie-m img{
	border-radius: 15px;
	box-shadow: 5px 5px 15px rgba(199, 2, 2, 0.4);
	border: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.25);
}

.betekenen{
	text-align: center;
	font-family : 'Montserrat';
	padding: 10px 0 40px;
	min-height: 380px;
}

.betekenen h1{
	margin: 20px;
	margin-top: 15px;
	padding-top: 5px;
}

.betekenenchild{
	background-color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: 20rem;
	height: 17.5rem;
	border: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.15);
}

#first{
	margin-left: 0px;
}

.betekenenchildchild{
	justify-content: center;
	text-align: center;
}
/*-----------------------------------------------*/

/* ALGEMEEN */
/*-----------------------------------------------*/
.title{
	font-family : 'Montserrat';
}

.footer{
	font-family : 'Montserrat';
	font-size: 13px;
	width: 100%;
	min-width: 100px;
	margin-top: 1.5vh;
}

.info-container{
	font-family : 'Montserrat';
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.30);
	position: relative;
	overflow: hidden;
	width: 90%;
	max-width: 100%;
	min-width: 800px;
	min-height: 520px;
}

.info-container-background{
	background-repeat: no-repeat;
	background-color: #e1e9ff;
	background-origin: border-box;
	background-size: 80%;
	background-image: url("../Imgs/vdpoelauto.jpg");
	background-position: 100% 70%;
}

.info-container-background::before{
	background-color: #CAD5ED;
}

.info-container.centered {
	margin-top: 3vw;
}

.noborder {
	border-radius: 0;
}

/* Split the screen in half */
.split {
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	overflow-x: hidden;
}
  
  /* Control the left side */
.left {
	width: 25%;
	left: 0;
	background: linear-gradient(to right,#a01616, #ca3333);
	color: white;
}

.left a{
color: white;
}
  
/* Control the right side */
.right {
	width: 50%;
	right: 0;
	background-color: red;
}

/* If you want the content centered horizontally and vertically */
.centered {
	position: static;
	transform: translateX(5.5%);
	justify-content: center;
	text-align: center;
}

.marg-under{
	margin-bottom: 50px;
}

.marg-top{
	margin-top: 25px;
}