/* 
Theme Name: Allprint 
Author: PROPX 
Version: 1.0 
*/

.sub-menu{
	display: none;
	position: absolute;
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	background: #fff;
    z-index: 9999;
    padding: 10px 20px;
    line-height: 2.0;
    margin-left: -20px;
        min-width: 260px;
    max-width: 100%;
}
.cases-portfolio .mix a{
	display: block;
}
.cases-portfolio .mix{
	max-width: 100%;
}
.sub-menu li{
	padding: 0;
}

.dienst-card-text-vak{
	padding: 20px;
}

.dienst-card{
	width: 400px;
    max-width: 100%;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
}
.dienst-card-image-wrapper img{
	max-width: 100%;
	height: auto!important;
	pointer-events: none;
}

.dienst-card h2, .dienst-card p, .dienst-card a{
	
}
.dienst-card p{
	font-size: 16px;
}

.dienst-overview{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dienst-card-text{
    font-family: 'Raleway', sans-serif;
    color: #cccccc;
    /*font-weight: 200;*/

}


.dienst-overview a{
	margin-bottom: 50px;
	max-width: 100%;
}

.bannerOverBlock a,
.bannerOverBlock a:hover,
.bannerOverBlock a:visited {
	color: #fff!important;
	text-decoration: underline;
}

.toegepaste-diensten-wrapper{
    position: absolute;
    right: -114px;
    width: 130px;
    bottom: 16px;
}


.toegepaste-diensten-wrapper p{
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.toegepaste-diensten-wrapper a, .toegepaste-diensten-wrapper a div{
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
    width: 130px;
	margin: 0;
}

.toegepaste-diensten-wrapper div{
	padding: 7px 20px 7px 20px;
}

.toegepaste-diensten-wrapper div:last-child{
	border: none;
}

.toegepaste-diensten-wrapper a div{
	background-color: #0082bf;
}

.toegepaste-diensten-wrapper a div:hover{
	background-color: #0070a5;
}

.home-diensten-wrapper .home-dienst{
	width: 300px;
    position: relative;
    display: block;
}

.home-dienst-card{
	background: #fff;
	width: 300px;
	height: 400px;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
}

.home-dienst img{
	max-width: 100%;
}
.home-dienst-card .text-vak{
	padding: 20px;
}

.home-diensten-row{
	display: flex;
	justify-content: space-evenly;
}

.home-dienst-card .text-vak h4{
	font-family: 'Raleway';
	    font-weight: 300;
}

.content h2, .content h3{
	font-weight: 300;
	font-size: 1.5rem;
}
.home-diensten-wrapper.greyedout .home-dienst-card:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    z-index: 9999;
}
.related-case{
	width: 400px;
}
.related-case img{ 
	max-width: 100%;
}	
.related-cases-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
.related-cases-caption{
	margin: 0 auto;
	font-weight: 300;
	margin-bottom: 50px;
}
.related-kennisbank-caption{
	margin: 0 auto;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 50px;
}
.home-diensten-wrapper.greyedout .home-dienst-card{
	box-shadow: none!important;
}
.kennisbank-item-in-case{
	display: none;
}
.kennisbank-item-in-case.Printen, .kennisbank-item-in-case.Graveren, .kennisbank-item-in-case.Frezen, .kennisbank-item-in-case.Snijden{
	display: inline-block!important;
}

.kennisbank-case-pagina-bar ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 50px;
}
.dienst-card-blue-bar{
	background: #00a0e2;
    background: -moz-linear-gradient(50deg, #008fd2 0%, #00a0e2 50%);
    background: -webkit-linear-gradient(50deg, #008fd2 0%,#00a0e2 50%);
    background: linear-gradient(50deg, #008fd2 0%,#00a0e2 50%);
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.dienst-card-image-wrapper{
    height: 200px;
    max-height: 300px!important;
    position: relative;
    display: block;
    overflow: hidden;
}
.dienst-card-text-vak h2{
	font-size: 20px;
	min-height: 55px;
	margin-bottom: 0;
}

.cases-portfolio{
    justify-content: space-between;
    align-items: start;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cases-portfolio .mix{
	    margin-bottom: 50px;
}

.portfolio .mix h2{
	    font-size: 19px;
    min-height: 86px;
}

.related-cases-wrapper .dienst-card-text-vak{
	min-height: 120px;
}

.bannerBlock .titleText{
	font-size: 30px;
	text-transform: uppercase;
}
.bannerBlock .subText{
	font-size: 24px;
}

.center-cropped {
	background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}

.kennisbank-case-pagina-bar{
	text-align: center;
}
.kennisbank-bar-item{
	display: flex;
	align-items: center;
}
.center-cropped img{
	width: 200px;
	height: 200px;
	max-width: 100%;
}
.kennisbank-bar-item-li a{
	display: block;
}
.kennisbank-bar-item-li{
	height: 100px;
	margin-bottom: 40px;
}
.bannerBlock div{
	max-width: 100%;
}

.dienst-card-text-vak{
    color: #00a0e2;	
}


@media screen and (max-width: 767px) {
    .sub-menu{
        display: block;
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
        background: none;
        z-index: 9999;
        padding: 0px 40px;
        line-height: 2.0;
        margin-left: -20px;
        min-width: 260px;
        max-width: 100%;
    }
    .kennisbank-bar-item{
    	flex-direction: column;
    	margin-bottom:30px;
    }
    .kennisbank-bar-item-li {
    	height: auto;
    }
}

.foogallery{
	margin-top:50px!important;
	margin-bottom:50px!Important;
}

.foogallery.fg-light.fg-shadow-outline .fg-item-inner{
	box-shadow: none!important;
}

.wpcf7-form-control-wrap textarea{
	max-height: 115px;
}

.introtekstmodal{
    font-size: 14px !important;
}