*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}
body{



}
#totop {
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: #EE2D24;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 40;
	background-color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
#totop img{
	width: 50px;
}
.totopreverse{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	
}
.center{
	max-width: 1350px;
	margin:auto;
	width: 95%;
}
.link{
	display: inline-block;
	width: 33.33%;
	
	color: white;
	height: 100vh;
	
	
	float: left;
	background-color: rgba(255,255,255,0.65);
}
.link:hover{
	background-color: rgba(255,255,255,0);
	transition: 0.5s;
}

.links{
	text-align: center;
	overflow: hidden;
}
.bg1, .bg2, .bg3{
	
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/images/pgbg.jpg) center center;
	background-size: cover;

	background-repeat: no-repeat;
	/*opacity: .75;*/
	width: 33.33%;
	height: 100%;

}
.bg2{
	left: 33.33%;
	background-image: url(/images/prbg.jpg);
	
}
.bg3{
	left: 66.66%;
	background-image: url(/images/cbbg.jpg);
	
}

.logo{
	margin-top: 25px;
	display: inline-block;
	width: 50%;
	height: 100%;
	max-width: 100%;
	padding-bottom: 10px; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 150px;
	
}
.logocb{
	background-size: auto 30%;
}
.link p {
	font-family: "Oswald", open-sans;
	font-size: 2em;
	color: black;
	font-weight: bold;
	position: relative;
	bottom: 100px;
	text-align: center;
	/*width: 100%;*/

}
.down{
	position: absolute;
	height: 50px;
	bottom: 50px;
	right: 45%;
}
.down:hover{
	transform: : scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	transition: 0.5s;
}
.linkcontent{
	position: relative;
	height: 100vh;
	padding-top: 50px;
}
.linkcontent div{
	height: 250px;
	padding-top: 100px;
	width: 100%;
}

.introtekst{
	bottom: 100px;
	position: absolute;
	height: auto;

}
.link1 .introtekst, .link3 .introtekst{
	bottom: 50px;
}
.button{
	margin-top: 10px;
	height: auto;
	display: inline-block;
	font-weight: bold;
	line-height: 45px;
	padding: 0 1em;
	border: 3px solid #ED233B;
	background-size: 300% 100%;
	color: #ED233B;
	background-image: linear-gradient(to right, white 50%, #ED233B 50%);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-align: center;
	font-size: 1.5em;


}
#aanbodPG .button{
	border: 3px solid #ED233B;
	color: #ED233B;
	background-image: linear-gradient(to right, white 50%, #ED233B 50%);

}
#textsPrem .button, #textsOthersPrem .button,#aanbodPR .button, #premium .button{
	border: 3px solid #AB1613;
	color: #AB1613;
	background-image: linear-gradient(to right, white 50%, #AB1613 50%);

}
#textsBril .button, #textsOthersBril .button, #aanbodCB .button, #bril .button{
	border: 3px solid #FF2216;
	color: #FF2216;
	background-image: linear-gradient(to right, white 50%, #FF2216 50%);
	

}

#aanbodPG  .buttonaanbod:hover,#aanbodPR  .buttonaanbod:hover, #aanbodCB  .buttonaanbod:hover{
	background-position: 0;

}



#aanbodPG .reldiv .buttonaanbod{
	background-color:white ;
	color:#ED233B;
}


#aanbodPR .reldiv .buttonaanbod{
	background-color:white;
	color: #AB1613;
}


#aanbodCB .reldiv .buttonaanbod{
	background-color: white;
	color: #FF2216;
	
}
.button:hover, #textsPrem .button:hover, #textsBril .button:hover, #textsOthersPrem .button:hover, #textsOthersBril .button:hover,  #premium .button:hover, #bril .button:hover{
	background-position: -50% 0;
	color: white;

}

#tussentekst{
	width: 95%;
}
#tussentekstPG, #tussentekstPR, #tussentekstCB{
	padding: 50px;
	font-size: 1.25em;
	text-align: center;
	line-height: 1.5em;
}
#top,#pgcars, #premium, #bril{

	height: 100vh;
}
#top{
	z-index:41;
	position: relative;
}



#pgcars{
	background-image: url(/images/pgbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: solid 1px #4C4C4A;
	background-position: center;
}
#pgcars::after, #premium::after, #bril::after{
	
	border-top: 1px solid grey;

	margin: 0 auto;
	width: 100vw;
	height: 0px;
	position: absolute;
	content: "";
	top: 100vh;

}
#premium{
	background-image: url(/images/prbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: solid 1px black;
	background-position: center;
}
#bril{
	background-image: url(/images/cbbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: solid 1px black;
	background-position: center;
}


#logo
{
	position: absolute;
	left:2%;
	top:2%;
}

.sectiontext{
	font-family: 'Lato', sans-serif;
	
	width: 75%;
	position: absolute;
	bottom: 10vh;
	left: 2%;


}
.sectiontextTitel{
	background-color: rgba(255,255,255,0.5);
	font-size: 5em;
	display: inline-block;
	max-width: 75%;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	font-family: "Oswald", open-sans;
	float: left;
	clear: both;
}
.sectiontextTekst{
	background-color: rgba(255,255,255,0.5);
	font-size: 2.5em;
	max-width: 85%;
	padding: 10px;
	display: inline-block;
	float: left;
	clear: both;
	margin-bottom: 25px;

}
.sectiontext .button{
	font-size: 2.5em;
	padding-top: 15px;
	padding-bottom: 15px;
}
#pgcars .button, #premium .button, #bril .button{
	float: left;
	clear: both;
}
#texts{
	/*display: none;*/
}
#texts div div{
	display: block;
}
#texts .text:nth-child(odd) .textImage{
	float: left;
}
#texts .text:nth-child(odd) .textText{
	float: right;
}
#texts .text:nth-child(even) .textImage{
	float: right;
}
#texts .text:nth-child(even) .textText{
	float: left;
}
#texts .text:nth-child(even) .textText .otherhalf{
	background-color: #231F20;
}
#texts .text{
	height: 500px;
	clear:both;
}
#texts .text .button{
	margin-top: 25px;
	font-size: 1.5em;
}
.textImage{
	width: 50%;
	height: 500px;
	background-size: cover;
	background-position: center;
}

.textText{
	height: auto;
	width: 50%;
	
}
.half{
	width: 50%;
	height: 500px;
	float: right;
	padding: 25px;
	text-align: right;
}
.otherhalf{
	width: 50%;
	height: 500px;
	float: left;
	position: relative;
	text-align: center;

}
.otherhalf p{
	color: white;
	font-size: 2.5em;
	position: absolute;
	top: 15%;
	text-align: center;
	width: 100%;
	font-family:"Oswald", open-sans;
	padding: 25px;

}
.otherhalf p:nth-child(2) {
	top: 50%;
}

#textsPg .otherhalf{
	background-color: #ED233B;
}
#textsPrem .otherhalf{
	background-color: #AB1613;
}
#textsBril .otherhalf{
	background-color: #FF2216;
}
.textText .titel{
	font-size: 2em;
	line-height: 125%;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}
.line{
	margin:10px 0;
}
.textText .half .tekst{
	font-size: 1.5em;
}
.textText .tekst{
	font-size: 1.25em;
}

#aanbod, #aanbodPG, #aanbodPR, #aanbodCB{
	height: auto;

	
}
#aanbod{
	margin-top: 25px;
	/*margin-bottom: 25px;*/
	width: 100%;

}
#aanbodPG, #aanbodPR,#aanbodCB{
	text-align: center;
	width: 100%;
	background-image: url(/images/overlay2.png);
}
#aanbodPG .effectiveaanbod .aanbodsmalltitel , #aanbodPR .effectiveaanbod .aanbodsmalltitel{

	background-color: inherit;
	padding: 0px;
	position: relative;
}
#aanbodPG .effectiveaanbod .aanbodbigtitel , #aanbodPR .effectiveaanbod .aanbodbigtitel{
	background-color: inherit;
	padding: 0px;
	position: relative;
}
.effectiveaanbod{
	
	
	
	width: 100%;
}
.buttonaanbod{
	margin-bottom: 25px;
	margin-top: 0px;
	display: inline-block;
	width: auto;
	height: auto;
}
#aanbodPG .effectiveaanbod .reldiv div, #aanbodPR .effectiveaanbod .reldiv div {
	
	display: inline-block;
	
	position: relative;
	overflow: hidden;

	float: left;
}
#aanbodPG .effectiveaanbod .aanbodTitel, #aanbodPR .effectiveaanbod .aanbodTitel, #aanbodCB div{
	height: auto;
}

#aanbodPG .effectiveaanbod .reldiv div .bekijk, #aanbodPR .effectiveaanbod .reldiv div .bekijk{

}
#aanbodPG .effectiveaanbod .reldiv div:hover .bekijk, #aanbodPR .effectiveaanbod .reldiv div:hover .bekijk{
	display: block;
	top: 0;
	padding-top: 25%;

}




#aanbodPG .effectiveaanbod .reldiv div:hover img, #aanbodPR .effectiveaanbod .reldiv div:hover img{
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}

#aanbodPG .aanbodTitel, #aanbodPR .aanbodTitel, #aanbodCB .aanbodTitel{
	width: 100%;
	font-family: "Oswald", open-sans;
	font-size: 2em;
	padding: 25px;
	
	
}
#aanbodPG #plus,#aanbodPG #meer, #aanbodPR #plus, #aanbodPR #meer{
	width: 10%;
	position: absolute;
	float: left;
	background-color: #ED233B;
	color: white;
	font-size: 2em;
	height: 100%;
	top: 0;
	left: 0;

}
#aanbodPG #plus span, #aanbodPG #meer span, #aanbodPR #plus span, #aanbodPR #meer span{
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	width: 100%;
	position: absolute;
}
#aanbodPG #meer, #aanbodPR #meer{
	left: auto;
	right: 0;
}
#aanbodPR #meer{
	background-color: #AB1613;
}
#aanbodPG #plus, #aanbodPR #plus{
	background-color:#231F20;
}
#aanbodPG #meer, #aanbodPR #meer{
	float: right;

}
.effectiveaanbod .reldiv div{
	width: 26.67%;
}
.effectiveaanbod .reldiv{
	margin-bottom: 25px;
}
.effectiveaanbod .reldiv::after{
	clear: both;
	content:"";
	display: block;
}
#aanbodPG .reldiv div a, #aanbodPR .reldiv div a{
	text-decoration: none;
	color: black;
	font-size: 1.5em;
}
#aanbodpg1{
	margin-left: 10%;
}
#aanbodpr1{
	margin-left: 10%;
}
#aanbodPG .reldiv div img, #aanbodPR .reldiv div img{
	width: 100%;
	float: left;
	
	position: relative;
	transition: 0.25s ease-in;
}
#aanbodPG .effectiveaanbod p, #aanbodPR .effectiveaanbod p{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background:rgba(255,255,255,0.5);
	padding: 15px;

}
#aanbodPG .effectiveaanbod .buttonaabod p, #aanbodPR .effectiveaanbod .buttonaanbod p{
	position: relative;
	padding:0px;
}

#voor, #na{
	display: inline-block;
	width: 50%;
	font-size: 2em;
	font-family: "Oswald",open-sans;
	text-align: center;
	height: auto;
	position: relative;

}

#voor{
	float: left;
}
#na{
	
}

#voor img, #na img{
	width: 100%;
	position: relative;
}
#voor p, #na p{
	margin-top: 10px;
	position: absolute;
	bottom: 1px;
	width: 100%;
	padding: 15px;
	background:rgba(255,255,255,0.5);
}



#textsOthers{
	
}
.ontdek{
	font-size: 2em;
	font-family: "Oswald", open-sans;
	text-align: center;
	padding: 25px;
}
#textsOthers div div{
	display: block;
}
#textsOthers .text:nth-child(odd) .textImage{
	float: left;
}
#textsOthers .text:nth-child(odd) .textText{
	float: right;
}
#textsOthers .text:nth-child(even) .textImage{
	float: right;
}
#textsOthers .text:nth-child(even) .textText{
	float: left;
}
#textsOthers .text{
	height: 500px;
}
#textsOthersPg .text:after,#textsOthersPrem .text:after,#textsOthersBril .text:after{
	clear: both;
	display: block;
	content: "";
}
#textsOthers .text .button{
	margin-top: 50px;
	font-size: 1.2em;
}

#textsOthers .textText{
	height: 500px;
	padding:50px;
	
}
#textsOthersPg .text , #textsOthersPrem .text, #textsOthersBril .text{
	height: 500px;
}

#textsOthersPg .text .textImage , #textsOthersPrem .text .textImage, #textsOthersBril .text .textImage {
	height: 500px;
}
#textsOthersPg .text .textImage img , #textsOthersPrem .text .textImage img, #textsOthersBril .text .textImage img {
	height: 500px;
}
#others{
	
	text-decoration: none;
	height: 500px;
}
#bgothers1, #bgothers2, #bgothers3{
	
	position: absolute;
	z-index: -1;

	background: url(/images/pgbg.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .5;
	width: 50%;
	height: 50vh;

}
#bgothers2{
	background: url(/images/prbg.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
}
#bgothers3{
	background: url(/images/cbbg.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.otherslink{
	display: inline-block;
	width: 50%;
	text-decoration: none;
	height: 50vh;
	padding-top: 12.5vh;
	text-align: center;
	color: black;
	float: left;

}
.otherslink .logo{
	height: 100px;
	width: 50%;
	object-fit: contain;
}
.otherslink p{
	font-family: "Oswald", open-sans;
	font-size: 1.75em;
	font-weight: bold;
}
#siteby{
	
}
.siteby{
	padding:5px;
	text-align: center;
	border-top: solid 1px #A1A1A1;
	width: 100%;
	background-color: grey;
	min-height: 50px;
}
.siteby p{
	font-family: 'Arial', sans-serif;
	color:#A1A1A1;
	margin-top: 10px;
	display: inline-block;
}

.siteby .vertline{
	display: inline;
	content: "";
	border-left: solid 1px #A1A1A1;
	text-align: center;
	position: absolute;
	height: 40px;
	left: 50%;


}

.row {

	transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s linear;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
}
.row.appear {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.row.static {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
@media all and (max-width: 1550px){
	.logo{
		background-size: auto 125px;
	}
}
@media all and (max-width: 1500px){
	
	.logocb{
		background-size: auto 25%;
	}
}

@media all and (max-width: 1400px){
	#aanbodPG .effectiveaanbod div:hover .bekijk, #aanbodPR .effectiveaanbod div:hover .bekijk{

		padding-top: 30%;

	}

	.textText .titel{
		font-size: 1.5em;
	}
	#texts .textImage{
		width: 100%;
	}
	#texts .textText{
		width: 100%;
		height: auto;

	}
	#texts .textText .titel{
		font-size: 2em;
	}
	#texts .textText .half .tekst{
		font-size: 1.5em;
	}
	.otherhalf p{
		font-size: 3em;
		top: 15%;
	}
	.otherhalf p:nth-child(2) {
		top: 60%;
		display: block;
	}
	#textsOthers .text{
		height: 400px;
	}
	#textsOthers .textText{
		height: 400px;
	}

	#textsOthersPg .text , #textsOthersPrem .text, #textsOthersBril .text{
		height: 400px;
	}

	#textsOthersPg .text .textImage , #textsOthersPrem .text .textImage, #textsOthersBril .text .textImage {
		height: 400px;
	}
	#textsOthersPg .text .textImage img , #textsOthersPrem .text .textImage img, #textsOthersBril .text .textImage img {
		height: 400px;
	}
	#others{
		height: 400px;
	}

	#textsOthers .text .button{
		margin-top: 25px;
	}

	.logocb{
		background-size: auto 25%;
	}
}

@media all and (max-width: 1300px){
	.logo{
		background-size: auto 100px;
	}	
}

@media all and (max-width: 1250px){

	.logocb{
		background-size: auto 25%;
	}
}






@media all and (max-width: 1200px){

/*.link{
	width: 100vw;
	height: 33.33vh;

}
.link img{
	padding-bottom: 5px;
}
.linkcontent{
	padding-top: unset;
}
.linkcontent div{
	height: unset;
}
.bg1,.bg2,.bg3{
width: 100vw;
height: 33.33vh;
}
.bg2{
	left: unset;
	top: 33.33%;
}
.bg3{
	left: unset;
	top: 66.66%;
}
.linkcontent .logo{
margin-top: unset;
}
*/
.link p{
	font-size: 1.75em;
}
.textText .tekst{
	font-size: 1em;
}
.textText .half .tekst{
	font-size: 1.25em;
}
.textText .titel{
	font-size: 1.4em;
}
#textsOthers .tekst {
	font-size: 1em;
}
#texts .text .button{
	font-size: 1.25em;
}
.sectiontextTitel{	
	font-size: 3.5em;
}
.sectiontextTekst{	
	font-size: 2em;
}
.sectiontext .button{
	font-size: 2em;
}
.otherhalf p:nth-child(2){
	top: 50%;
}

.logocb{
	background-size: auto 20%;
}

#aanbodPG #plus,#aanbodPG #meer, #aanbodPR #plus, #aanbodPR #meer{
	font-size: 1.5em;
}




}

@media all and (max-width: 1100px){
	.logo{
		background-size: auto 90px;
	}
	.logocb{
		background-size: auto 18%;
	}
}


@media all and (max-height: 650px){
	.linkcontent div{
		height: 200px;
		padding-top: 75px;
	}	
	.link p{
		bottom: 150px;
	}
	.down{
		bottom: 10px;
	}
	.introtekst{
		bottom: 50px;
	}
	.link1 .introtekst, .link3 .introtekst{
		bottom: 0px;
	}
}

@media all and (max-height: 550px){
	.link{
		padding:0px;
	}
	.down{
		bottom: 10px;
	}
	.introtekst{
		bottom: 25px;
	}
	.link p{
		bottom: 125px;
		font-size: 1.5em;
		font-weight: normal;
	}

	#top .text:last-child{
		font-weight: bold;
	}
}

@media all and (max-height: 500px){
	.linkcontent div{
		height: 175px;
		padding-top: 50px;
	}	
	
	.down{
		bottom: 10px;
	}
	.introtekst{
		bottom: 0px;
	}
	.link1 .introtekst, .link3 .introtekst{
		bottom: -50px;
	}
	.logo{
		margin-top: 0px;
		background-size: auto 120px;
	}
	.logocb{
		background-size: auto 30%;
	}
	
}
@media all and (max-height: 450px){

	.link p{
		display: none;
	}
	.down{
		bottom: 50px;
	}
	
}
@media all and (max-height: 400px){
	

	.sectiontext{
		bottom: -95vh;
	}
	.sectiontextTitel{
		font-size: 3.5em;
	}
	.sectiontextTekst{
		font-size: 2em;
	}
	.sectiontext .button{
		font-size: 2em;
	}

}
@media all and (max-height: 350px){

	.down{
		display: none;
	}
	
}
@media all and (max-width: 1200px) and (max-height: 550px){
	.link p{
		font-size: 1.5em;
	}
	
}




@media all and (max-width: 1000px){
	.down{
		right: 40%;
	}
	
	.otherhalf p{
		font-size: 2.5em;
		top: 20%;
	}
	.otherhalf p:nth-child(2){
		top: 55%;
	}

	.logo{
		background-size: auto 85px;
	}

	.logocb{
		background-size: auto 18%;
	}
}
@media all and (max-width: 950px){
	.introtekst{
		display: none;
	}
	.down{
		bottom: 50px;
	}
	.logocb{
		background-size: auto 16%;
	}
	.link p{
		display: none;
	}
	
	
	.down{
		display: none;
	}
	.bg1,.bg2,.bg3{
		height: 33.33vh;
		width: 100%;

	}
	.bg2{
		top: 33.33vh;
	}
	.bg3{
		top: 66.66vh;
	}

	.bg2, .bg3{
		left: 0px;
	}
	.link{
		width: 100%;
		height: 33.33vh;
	}

	.linkcontent{
		height: 33.33vh;
		padding-top: 0px;
	}
	.linkcontent div{
		height: 150px;
		padding-top: 25%;
	}

	.linkcontent .logo{
		margin-top: 0px;
		padding-bottom: 0px;
		height: 33.33vh;
		padding-top: 0px;
	}

	.logo {
		background-size: auto 125px;
	}
	.linkcontent .logocb{
		background-size: auto 25%;
	}
	
}
@media all and (max-width: 900px){

	#pgcars,#premium,#bril{
		height: 500px;
	}
	#pgcars::after,#premium::after,#bril::after{
		top: initial;
		bottom: -2px;
	}
	#pgcars .sectiontext, #premium .sectiontext,#bril .sectiontext{
		bottom: 75px;
	}
	.link p{
		font-weight: normal;
		font-size: 1.5em;
	}
	.sectiontextTitel{	
		font-size: 3em;
	}
	.sectiontextTekst{	
		font-size: 1.75em;
	}
	.sectiontext .button{
		font-size: 1.75em;
	}
	#texts .text:nth-child(odd) .textImage{
		float: left;
	}
	#texts .text:nth-child(odd) .textText{
		float: left;
	}
	#texts .text:nth-child(even) .textImage{
		float: left;
	}
	#texts .text:nth-child(even) .textText{
		float: left;
	}
	#aanbodPG div img, #aanbodPR div img{
		
	}
	#aanbodPG .effectiveaanbod .reldiv .aanbodsmalltitel , #aanbodPR .effectiveaanbod .reldiv .aanbodsmalltitel{
		display: inline-block;
	}
	#aanbodPG .effectiveaanbod .reldiv .aanbodbigtitel , #aanbodPR .effectiveaanbod .reldiv .aanbodbigtitel{
		display: none;
	}
	#aanbodPG #plus, #aanbodPR #plus, #aanbodPR .buttonaanbod, #aanbodPG .buttonaanbod{
		display: none;
	}
	#aanbodPG .effectiveaanbod #aanbodpg1, #aanbodPR .effectiveaanbod #aanbodpr1{
		margin-left: auto;
		clip-path: polygon(50% 10%,55% 0,100% 0, 100% 100%,0 100%, 0 0,45% 0);
		-webkit-clip-path: polygon(50% 10%,55% 0,100% 0, 100% 100%,0 100%, 0 0,45% 0);
	}

	#aanbodPG .effectiveaanbod .reldiv div:hover .bekijk, #aanbodPR .effectiveaanbod .reldiv div:hover .bekijk{

		display: none;

	}
/*#aanbodPG .effectiveaanbod .reldiv::before,#aanbodPR .effectiveaanbod .reldiv::before{
content: "";
position: absolute;
top: 0;
left: 50%;
display: inline-block;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fff;
}*/


#aanbodPR #meer, #aanbodPG #meer{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
#aanbodPG #aanbodpg2,#aanbodPG #aanbodpg3, #aanbodPR #aanbodpr2, #aanbodPR #aanbodpr3{
	display: none;
}
.effectiveaanbod .reldiv div{
	width: 100%;

}



#textsOthersPg, #textsOthersPrem, #textsOthersBril{

}
#textsOthersPg .text, #textsOthersPrem .text, #textsOthersBril .text{
	height: auto;
}
#textsOthers .textText{
	height: auto;
	width: 100%;
}
#textsOthers .textImage{
	width: 100%;
}
#others{
	clear: both;
}
.otherslink{
	padding-top: 6vh;
}
/*.logo{
	background-size: auto 70px;
	}*/

	.logocb{
		background-size: auto 15%;
	}
}
@media all and (max-width: 900px) and (max-height: 600px){
	.logo{
		background-size: auto 70px;
	}
}
@media all and (max-width: 850px){
	.otherhalf p{
		font-size: 2.25em;
	}

}

@media all and (max-width: 800px){

}

@media all and (max-width: 800px) and (max-height: 600px){
	.logo {
		background-size: auto 125px;
	}
}
@media all and (max-width: 800px) and (max-height: 550px){
	.logo {
		background-size: auto 100px;
	}
}
@media all and (max-width: 800px) and (max-height: 500px){
	.logo {
		background-size: auto 75px;
	}
}
@media all and (max-width: 800px) and (max-height: 350px){
	.logo {
		background-size: auto 50px;
	}
}
@media all and (max-width: 750px){
	
	.sectiontextTitel{	
		font-size: 2em;
	}
	.sectiontextTekst{	
		font-size: 1.75em;
	}
	.sectiontext .button{
		font-size: 1.75em;
	}
	figure.effect-bubba{
		height: 33.33vh;
	}
	.otherhalf p{
		font-size: 2em;
	}
}
@media all and (max-width: 750px) and (max-height: 600px){
	.logo{
		width: 50%;
	}
}

@media all and (max-width: 750px) and (max-height: 500px){
	.logo{
		width: 175px;
		margin-top: 0px;
	}
	
	
}

@media all and (max-width: 750px) and (max-height: 400px){
	.logo{
		width: 100px;
		margin-top: 0px;
		height: 75%;
	}
	.
	
}
@media all and (max-width: 700px){
	
}
@media all and (max-width: 650px){
	.down{
		height: 75px;
		width: 75px;
		right: 32.5%;
	}
	.sectiontextTitel{
		font-size: 1.75em;
	}
	.sectiontextTekst{
		font-size: 1em;
	}

	#voor, #na{
		width: 100%;
	}
	.otherhalf p{
		top: 15%;
	}


}
@media all and (max-width: 600px){
	#pgcars,#premium,#bril{
		height: 300px;
	}
	#pgcars::after,#premium::after,#bril::after{
		top: initial;
		
	}
	#pgcars .sectiontext, #premium .sectiontext,#bril .sectiontext{
		bottom: 50px;
	}
	#pgcars .sectiontext .button,#premium .sectiontext .button,#bril .sectiontext .button{
		font-size: 1.5em;
		padding: 5px;

	}
	#texts .textText .titel{
		font-size: 1.65em;
	}
	.half{
		overflow: hidden;
	}
	#aanbodPG .effectiveaanbod #aanbodpg1, #aanbodPR .effectiveaanbod #aanbodpr1{

		clip-path: polygon(50% 20%,65% 0,100% 0, 100% 100%,0 100%, 0 0,35% 0);
		-webkit-clip-path: polygon(50% 20%,65% 0,100% 0, 100% 100%,0 100%, 0 0,35% 0);
	}


}
@media all and (max-width: 550px){
	#bgothers1, #bgothers2, #bgothers3{
		display: none;
		opacity: 0;
	}

	.otherslink{
		width: 100%;
		
	}
	.otherslink .text{
		display: none;
	}

	#others div{
		height: 100px;
	}
	.textImage{
		height: 350px;
	}
	.textImage img{
		height: 350px;
	}

}

@media all and (max-width: 500px){
	.half{
		padding: 10px;
		width: 100%;
		height: auto;
	}
	#texts .otherhalf{
		display: none;
	}
	#texts .text{
		height: auto;
	}
	#texts .textText .titel{
		font-size: 2em;
	}
	#texts .textText .half .tekst{
		font-size: 1.25em;
		font-weight: normal;
	}
	.line{
		margin: 10px 0px;
	}

	#tussentekstPG, #tussentekstPR, #tussentekstCB{
		font-size: 1em;
		padding:25px;
	}

}

@media all and (max-width: 450px){

	.sectiontextTekst{
		display: none;
	}
	.sectiontextTitel{
		display: none;
	}
	.link p{
		font-size: 1.5em;
	}
	.sectiontext{
		bottom: -50vh;
		width: 100%;
	}
	#top{
		height: 100vh;
		clear: both;
	}
	#pgcars ,#premium, #bril{
		height: 200px;
		clear: both;
	}
	
	#pgcars .button, #premium .button, #bril .button{
		width: 95%;
		text-align: center;
		margin-bottom: -40px;

	}
	.logo{
		background-size: auto 100px;
	}
	.linkcontent .logocb{
		background-size: auto 18%;
	}

}


@media all and (max-width: 450px) and (max-height: 400px){
	.logo {
		background-size: auto 50px;
	}
	.linkcontent .logocb{
		background-size: auto 25%;
	}
}


@media all and (max-width: 400px){
	.logo{
		background-size: auto 75px;
	}
	.linkcontent .logocb{
		background-size: auto 16%;
	}

	.linkcontent div{
		height: 100px;
		
	}
}
@media all and (max-width: 400px) and (max-height: 400px){
	.logo {
		background-size: auto 50px;
	}
	.linkcontent .logocb{
		background-size: auto 25%;
	}
}
@media all and (max-width: 350px){
	.linkcontent .logocb{
		background-size: auto 40px;
	}
	.textImage{
		height: 250px;
	}
	.textImage img{
		height: 250px;
	}
}

@media all and (max-width: 350px) and (max-height: 400px){
	.logo {
		background-size: auto 50px;
	}

}



.button
{
	color: #2B5BA5;
	border-color: #2B5BA5;
	background-image: linear-gradient(to right, white 50%, #2B5BA5 50%);
}

#aanbodPG .button
{
	color: #2B5BA5;
	border-color: #2B5BA5;
}

#textsPg .otherhalf,#aanbodPG #plus, #aanbodPG #meer, #aanbodPR #plus, #aanbodPR #meer
{
	background-color: #2B5BA5;
}

#pgcars
{
	border-bottom: none;
}

#pgcars2
{
	display: none;
}

#pgcars::after, #premium::after, #bril::after
{
	border:none;
}

#testritbutton
{
	border-radius: 50%;
	width: 200px;
	height: 200px;
	position: relative;
	cursor: pointer;
}
#testritbutton span
{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	font-size: 0.8em;
}

.godown {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 80px;
	height: 80px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}

#extratext
{
	margin-top:50px;
	text-align: center;
}

#extratext h2
{
	font-size: 3em;
}

#extratext p
{
	line-height: 1.5em;
}

#extratext .extra
{
	position: relative;
	padding:0 50px 1em 50px;
	margin:auto;
}

#extratext .eerste
{
	margin-right: 300px;
	text-align: left;
}

#extratext .tweede
{
	position: absolute;
	right:0;
	bottom: 0;
	width: 300px;
}

#extratext .tweede img
{
	width: 80%;
}

#footer
{
	background-color: #c5cfd9;
	color: #fff;
	padding:20px 50px;
	text-align: center;
}

#footer a
{
	color:#fff;
}

@media all and (max-width: 1400px){
	#texts .text .textText .half
	{
		height: auto;
	}
}

@media all and (max-width: 900px){
	.sectiontext
	{
		width: 100%;
	}
	#testritbutton
	{
		position: absolute;
		right:30px;
		top:0;
		width: 150px;
		height: 150px;
	}
	#testritbutton span
	{
		line-height: 1.2em;
	}
}


@media all and (max-width: 700px){
	#extratext .tweede
	{
		display: none;
	}

	#extratext .eerste
	{
		margin-right: 0;
	}
}


@media all and (max-width: 500px){
	#texts .text .textText .half
	{
		padding: 50px;
	}

	#pgcars
	{
		display: none;
	}

	#pgcars2
	{
		display: block;
	}

	#texts .textText .titel
	{
		font-size: 1.4em;
	}
	.sectiontextTitel,.sectiontextTekst
	{
		text-align: center;
		max-width: 100%;
		float:none;
		display: block;
	}

	#testritbutton
	{
		position: relative;
		right: 0;
	}

	.godown {
		bottom: 100px;
	}
}