﻿/*PRIVE.CSS */

/*PRIVE CONTAINER-1*/
.PRIVEcontainer-1{
font-size:1.0em;
grid-template-columns:repeat(1,1fr);
background-color:transparent
}

.PRIVEcontainer-1>div{}
.PRIVEcontainer-1 img{width:70%;border-radius:15px;box-shadow:2px 2px 6px #ccc;margin-left:auto;margin-right:auto;display:block;margin-top:0}
.PRIVEcontainer-1 p{margin:15px 0 20px 0;text-align:center}
.PRIVEcontainer-1 h1{height:45px}
/* MEDIA */
/*@media only screen and (max-width:926px){.EETcontainer-25-prive{grid-template-columns:repeat(1,1fr);margin-right:10px}}
@media only screen and (max-width:844px){.EETcontainer-25-prive{grid-template-columns:repeat(1,1fr);margin-right:5px}}
@media only screen and (max-width:568px){.EETcontainer-25-prive{grid-template-columns:repeat(1,1fr);margin-right:0}}
@media only screen and (max-width:428px){.EETcontainer-25-prive{grid-template-columns:repeat(1,1fr);margin-right:15px}}
@media only screen and (max-width:414px){.EETcontainer-25-prive{grid-template-columns:repeat(1,1fr);margin-right:0}}
*/

/*PRIVE CONTAINER-25 */
.PRIVEcontainer-25{
margin-left:20px;
margin-right:20px;
font-size:0.9em;
display:grid;
grid-template-columns:repeat(4,1fr);
column-gap:1.0vw;
cursor:default;
background-color:transparent
}

.PRIVEcontainer-25 >div{}
.PRIVEcontainer-25 img{width:100%;border-radius:15px;display:block;box-shadow:2px 2px 6px #ccc;margin-bottom:10px}
.PRIVEcontainer-25 img:hover{background-color:#f0f3e7}
.PRIVEcontainer-25 p{margin:5px 5px 0 -8px;padding-left:10px}
.PRIVEcontainer-25 h1{margin-left:5px;height:45px}
/* MEDIA */
@media only screen and (max-width:926px){.PRIVEcontainer-25{grid-template-columns:repeat(3,1fr);margin-right:10px}}
@media only screen and (max-width:844px){.PRIVEcontainer-25{grid-template-columns:repeat(2,1fr);margin-right:5px}}
@media only screen and (max-width:568px){.PRIVEcontainer-25{grid-template-columns:repeat(1,1fr);margin-right:0}}
@media only screen and (max-width:428px){.PRIVEcontainer-25{grid-template-columns:repeat(1,1fr);margin-right:15px}}
@media only screen and (max-width:414px){.PRIVEcontainer-25{grid-template-columns:repeat(1,1fr);margin-right:20px}}

.PRIVEcontainer-25 hr{
border:0;
height:1px;
margin-top:8px;
margin-bottom:6px;
margin-left:-10px;
width:100%;
background:linear-gradient(to left, rgba(204,204,204,9), transparent)
}

/*PRIVE INHOUD LINKS*/
.PRIVEinhoudLinks{
margin-top:50px;
color:#000;
padding:0 0 0 10px;
font-size:0.9em;
cursor:default;
background-color:#fff
}
/* MEDIA */
@media only screen and (max-width:507px){.PRIVEinhoudLinks{display:none}}
@media only screen and (max-height:414px){.PRIVEinhoudLinks{display:none}}

.PRIVEinhoudLinks a:link,
.PRIVEinhoudLinks a:visited{color:red !important;text-decoration:none}
.PRIVEinhoudLinks a:hover,
.PRIVEinhoudLinks a:active{color:#000 !important;text-decoration:none}

.PRIVEinhoudLinks img{
margin-top:20px;
width:100%;
margin-left:auto;
margin-right:auto;
display:block
}

.PRIVEinhoudLinks h1{margin-left:5px;margin-bottom:-10px;font-size:1.2em}
