/* ------ CATALOGUS -------- */
.container .main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container .main .voorstelling{
    width: 32%;
    height: 250px;
    margin-bottom: 40px;
    position: relative;
}

.search {
    width: 100%;
}

.search-input {
    padding: 10px;
} 

@media screen and (max-width: 800px) {
    .search-input {
        padding: 0;
        margin-bottom: 25px;
        margin-right: 10px;
        height: 1.5rem;
    }

    .search {
        height: 100%;
    }
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 11px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -50%;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*HOVER EFFECT*/
.container .main .voorstelling .vrstAfb .hoverInfo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    top: auto;
	bottom: 0;
	padding: 0;
	background: white;
	color: black;
	-webkit-transition: -webkit-transform 0.35s;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.container .main .voorstelling .vrstAfb .hoverInfo .tekst{
    opacity: 0;
    position: absolute;
    top: 100px;
}

.container .main .voorstelling .vrstAfb .hoverInfo  > span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container .main .voorstelling .vrstAfb:hover .tekst {
    top: 0;
	opacity: 1;
}


.container .main .voorstelling .vrstAfb:hover .hoverInfo,
.container .main .voorstelling .vrstAfb:hover .tekst,
.container .main .voorstelling .vrstAfb:hover hoverInfo > span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.container .main .voorstelling .vrstAfb:hover .tekst { 
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.container .main .voorstelling .vrstAfb:hover .tekst { 
    padding-left: 10px;
    width: 85%;
    position: relative;
    height: 100%;
}

.container .main .voorstelling .vrstAfb:hover .tekst h2 { 
    width: 100%;
    border-bottom: 2px solid black;
    padding-right: 0;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 1.8em;
}


.container .main .voorstelling .vrstAfb:hover .tekst p { 
    font-size: 1.3em;
}

.container .main .voorstelling .vrstAfb:hover .tekst span.locatie { 
    width: 50%;
    line-height: .9em;
}

.container .main .voorstelling .vrstAfb:hover .tekst span.prijs { 
    bottom: 0px;
    position: absolute;
    right: 0px;
}

.container .main .voorstelling .vrstDatum{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    left: -101px;
    bottom: 104px;
    font-size: 1.9em;
    border-top: 2px solid black;
    width: 250px;
    text-transform: uppercase;
}

.container .main .voorstelling .vrstAfb {
    width: 86%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    position: relative;
    z-index: 1;
	overflow: hidden;
	cursor: pointer;
}

/* filter*/
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.scale-anm {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  -webkit-box-shadow: 0 0 0 3px var(--darken-3);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* - MOBIEL info vrst -*/
.container .main .voorstelling .mobile{
    display: none;
}

/* ------- RESPONSIVE --------*/
@media screen and (max-width: 1300px) {
    .container .main .voorstelling{
        width: 48%;
    }

    .container .main .voorstelling .vrstAfb {
        width: 88%;
    }
}
/* @media screen and (max-width: 1050px) {
    .container .main .voorstelling .vrstAfb {
        width: 86%;
    }
} */


/* @media screen and (max-width: 940px) {
    .container .main .voorstelling .vrstAfb {
        max-width: 85%;
    }
} */

/* @media screen and (max-width: 890px) {
    .container .main .voorstelling .vrstAfb {
        max-width: 84%;
    }
} */


@media screen and (max-width: 950px) {
    .container .main{
        margin-left: 180px;
    }
    .container{
        margin-right: 20px;
    }
    .container .main .voorstelling .vrstAfb {
        /* width: 100%; */
        background-size: cover;
        margin-left:50px;
    }
}

@media screen and (max-width: 800px) {
    .container .main{
        margin-left: 0px;
    }

    .aside ul li{
        width: 100px;
    } 
    .container .aside ul li{
        font-size: 0.6em;
        width: 50px;
        text-transform: uppercase;
        padding: 10px;
    }
}
@media screen and (max-width: 650px) {
    .container .main .voorstelling{
        width: 100%; 
        height: 100%;
        margin-bottom: 10px;
    }
    /* mobile vrst*/
    .container .main .voorstelling{
        /* padding-bottom: 30px; */
        padding-top: 20px;
        border-top: 1.5px solid black;
        max-width: 100%;
    }
    .container .main .voorstelling a{
        width:100%;
    }
    .container .main .voorstelling .mobile{
        display: inline-block;
        width: 100%;
        height: auto;
        /* margin-bottom: 20px; */
    }
    .container .main .voorstelling .mobile h2{
        font-size: 1.8em;
        line-height: 1em;
        margin: 7px 0;

    }
    .container .main .voorstelling .vrstAfb .hoverInfo{
        display:none;
    } 
    .container .main .voorstelling .vrstDatum{
        display: none;
    }
    .container .main .voorstelling .vrstAfb{
        margin-left: 0;
        height: 180px;
        width:100%;
    }
}
@media screen and (max-width: 440px) {
    .container .main .voorstelling .vrstAfb .hoverInfo{
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }
    .container .aside ul li{
        font-size: 0.6em;
        width: 50px;
        text-transform: uppercase;
        padding: 7px;
    }
}

@media screen and (min-width: 1500px){
    .container .main .voorstelling .vrstAfb {
        width: 88%;
    }
    .container .main .voorstelling{
        height: 300px;
        width: 32%;

    }
    .container .main .voorstelling .vrstDatum{
        width:300px;
        bottom: 125px;
        padding-top: 5px;
        left: -122px;
    }

    .tekst h2{
        font-size:1.8em;
    }
    .tekst p{
        font-size:1.4em;
    }
    .tekst .prijs{
        font-size:1.4em;
    }

    .container .main .voorstelling .vrstAfb:hover .tekst {
        width:90%;
    }

}


