/*
Theme Name: Min Plus
Author: Pixelpanters
Author URI: http://pixelpanters.nl/
Description:
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}


/* --------------------------------
     Padding
-------------------------------- */
.padding50 {
	padding:50px;
}
/* --------------------------------
     Margins
-------------------------------- */
.marginbot30 {
	margin-bottom:30px;
}

/* --------------------------------
     Header
-------------------------------- */
.branding a img, .branding img {
    max-width: auto;
    height: 50px;
}

.branding {
	background-color: #fffdfd;
    padding: 25px;
    margin-left: -40px;
    margin-top: -40px;
    margin-right: -75px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 7px 0px #212121;
}

.branding:after {
    content: '';
    display: inline-flex;
    position: absolute;
    right: -75px;
    top: 0px;
    border-bottom: 100px solid transparent;
    border-left: 40px solid #ffffff;
}

.mobile-header-bar .mobile-branding img {
    max-width: 100%;
    height: 40px;
}

.mini-widgets > span > a {
	color:#212121!important;
	text-decoration:none!important;
}

.constructionopener {
	max-height: calc(100vh - 100px)!important;
	text-align:center;
}

/* --------------------------------
     Menu
-------------------------------- */

.menu-item a img {
	width: 100px;
    height: auto;
}

.act {
	transform: scale(1.2);
}

.act:hover {
	transform: scale(1.0);
}

#primary-menu li.wpml-ls-item {
    display: inline-block!important;
    padding: 0 2px!important;
}

li.menu-item-wpml-ls-3-de, li.menu-item-wpml-ls-11-de {
    padding: 0px 25px 0px 0px !important;
	display: inline-block !important;
}

li.menu-item-wpml-ls-3-en.first, li.menu-item-wpml-ls-11-en.first {
    padding: 0px 0px 0px 25px !important;
	display: inline-block !important;
}

.side-header .main-nav, .mobile-main-nav {
	display: inline-block !important;
}

.mobile-main-nav>li:before {
	border-top: solid 0px #fff;
}

.icon-menu {
	width:60px!important;
	height:auto;
}

.menu-item-text {
	margin-left:auto;
	margin-right:auto;
}

.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
	transform: scale(1.2);
}

.menubutton > a {
	background-color: #afafaf!important;
    padding: 10px 20px!important;
	min-width: 100px;
	box-shadow: 3px 2px 3px 0px #696868;
}

.menubutton > a > span > span {
	color:#fff!important;
	font-size: 16px!important;
}


/* --------------------------------
     Layout
-------------------------------- */

.boxedlayout {
	padding-top: 125px!important;
	padding-bottom: 125px!important;
}

.fp-controlArrow {
	top:unset;
	bottom:150px;
	display:none;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
    position: absolute;
    width: 30px;
    height: 50px;
    bottom: 55px;
    margin-left: 100px;
    background-color: #ffffff00;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 25px;
    z-index: 11;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fd6e49;
  font-size: 20px;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

.icon-scroll:after {
    content: 'scroll down';
    font: normal bold 15px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    position: absolute;
    bottom: -30px;
    left: -20px;
    color: #fff;
    min-width: 104px;
}

.page-id-37 > div.icon-scroll {
	display: none !important;
}

.page-id-307 > div.icon-scroll {
	display: none !important;
}

.page-id-40 > div.icon-scroll {
	display: none !important;
}

.page-id-309 > div.icon-scroll {
	display: none !important;
}


@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

.solutionbox > div > div {
	 box-shadow: 0px 5px 10px #212121;
}

.titelsolution {
	background-color: #203c89;
    padding: 20px;
    text-align: center;
}

.titelsolution h2 {
	color: #fff!important;
	font-size: 20px;
	line-height:30px;
}

.solutiontext {
	background-color:#fff;
	padding:20px;
	margin-top:-1px;
}

.column {
  	float: left;
    width: 33.3%;
    padding: 5px;
    box-sizing: border-box;
	margin-top:30px;
}

.column img {
	height:80px;
	max-height:80px;
	width:165px!important;
	display:inline-block;
}

.column strong {
	color:orange;
	display:block;
}

.row {
	text-align:center;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.bottomline > div {
	background-color: #fdfdfd;
    padding: 25px!important;
	color: #02376a!important;
    box-shadow: 0px 0px 7px 0px #212121;
}

.bottomline > div > div > div > div > p > strong {
    font-size: 20px!important;
}


/* --------------------------------
     Tekst
-------------------------------- */
.centered {
	text-align:center;
}

.h1titel {
	color:#fff;
	font-size:50px;
	line-height:60px;    
	text-shadow: 0px 5px 15px #212121;
}

.h1ondertitel {
	color:#fff;
	font-size:40px;
	line-height:50px;
	text-shadow: 0px 5px 15px #212121;	
}

.h1underline {
	text-decoration: underline;
    text-decoration-color: #023669;
}

.h2titel {
	color:#fff;
	font-size:40px;
	line-height:50px;
}

.blauwestreep {
    width: 200px;
    height: 5px;
    margin-top: 30px;
    background-color: #203c89;
}

.witteletters {
	color:#fff;
}

.textbreak {
	overflow-wrap:break-word;
}

/* --------------------------------
     images
-------------------------------- */

.clipmask {
    -webkit-clip-path: polygon(90% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
    max-height: 365px;
}

.clipmaskgroot {
    -webkit-clip-path: polygon(90% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
    max-height: 365px;
}

.clipmaskdemo {
    -webkit-clip-path: polygon(90% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
    max-height: 450px;
}

.clipmaskcontact {
    -webkit-clip-path: polygon(90% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
    max-height: 410px;
}

.tweecolimg > figure > a > img {
	max-width:100%;
	width: auto;
}

html, body, #pijl {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#pijl td {
   vertical-align: middle;
   text-align: center;
}

.pijl {
	width:100%;
	margin-top:5px;
   	background:url(https://www.minplus.com/wp-content/uploads/2019/05/Union-4.svg) center center no-repeat;
	background-size:contain;
}

.solutionimg > figure > a > img {
	max-height:155px;
	object-fit:cover;
}

.powerplant >  figure > a > img {
	max-width:50%;
}

.molecule > figure > a > img {
	max-width: 85%;
}

.certificaat > figure > a > img {
	max-width: 375px;
}

/* --------------------------------
     button
-------------------------------- */

.buttonwrapper {
	margin-left:-10px;
	margin-right:-10px;
}

.oranjebutton {
    font: normal 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    padding: 15px;
    width: 200px;
    text-align: center;
    display: inline-block;
    background-color: #FF9100;
    margin: 20px 10px 10px 10px !important;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: inset 5px 0 0 0.01px #C87303;
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.oranjebutton:hover {
    text-decoration: none;
    box-shadow: inset 500px 0 0 0 #C87303;
    color: #fff;
}


.blauwebutton{
    font: normal 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    padding: 15px;
    width: 200px;
    text-align: center;
    display: inline-block;
    background-color: #002F78;
    margin: 20px 10px 10px 10px !important;
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: inset 5px 0 0 0.01px rgba(33,33,33,.3);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.blauwebutton:hover {
    text-decoration: none;
    box-shadow: inset 500px 0 0 0 rgb(0, 47, 120);
    color: #fff;
}



/* --------------------------------
     Start media query
-------------------------------- */

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
	#main {
		margin-left:-60px;
	}
	
	.branding {
		margin-bottom:25px;
		margin-right:-20px;
		margin-left: -20px;
		padding:20px;
	}
	
	.branding:after { 
		right: -40px;
		border-bottom:70px solid transparent;
	} 
		
	.branding a img, .branding img {
		height:30px;
	}
	
	.menu-item a img {
		width: 90px;
		height: auto;
	}
	
	.main-nav > li > a {
		margin: 5px 15px 5px 15px;
	}
	
	.side-header {
		width: 200px;
	}
	
	.side-header .header-bar {
		padding: 40px 20px 5px 20px;
	}
	
	li.menu-item-wpml-ls-3-en.first, li.menu-item-wpml-ls-11-en.first {
		padding: 0px 0px 0px 20px !important;
	}
	
	li.menu-item-wpml-ls-3-de, li.menu-item-wpml-ls-11-de {
		padding: 0px 20px 0px 0px !important;
	}
	
	.h1titel {
    	font-size: 40px;
    	line-height: 50px;
	}
	
	.h1ondertitel {
		font-size:30px;
		line-height:40px;
	}
	
	.h2titel {
		font-size:25px;
		line-height:35px;
	}
	
	p { 
		font-size:13px;
	}
	
	.titelsolution h2 {
    	color: #fff!important;
    	font-size: 16px;
    	line-height: 26px;
	}
	
	.solutionimg > figure > a > img {
		max-height:120px!important;
		object-fit:cover;
	}
	
	.column {
    	float: left;
    	width: 29.5%;
    	padding: 5px;
	}
	
	.clipmask {
    	-webkit-clip-path: polygon(90% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
    	clip-path: polygon(100% 0, 100% 80%, 85% 100%, 0 100%, 0 0);
    	max-height: 195px;
	}
	
	.powerplant >  figure > a > img {
		max-width:50%;
	}
	
	.molecule > figure > a > img {
		max-width: 350px;
	}

	.certificaat > figure > a > img {
		max-width: 350px;
	}
	
	.icon-scroll {
		margin-left:70px;
	}
	
	.boxedlayout {
		padding-top: 75px!important;
		padding-bottom: 75px!important;
	} 
	
	.icon-scroll {
    	position: absolute;
    	width: 25px;
    	height: 40px;
    	bottom: 35px;
    	margin-left: 100px;
	}
	
}

@media (max-width: 1200px) {
	
		.h1titel {
    	font-size: 45px;
    	line-height: 55px;
	}
	
	.h1ondertitel {
		font-size:35px;
		line-height:45px;
	}
	
	.h2titel {
		font-size:35px;
		line-height:45px;
	}
	
	.icon-scroll {
		margin-left:-20px;
	}
	
	.tuvicon {
		max-width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.right-mobile-menu .show-mobile-header .dt-mobile-header {
		text-align:center;
	}
	
	.dt-mobile-header .mini-widgets, .mobile-main-nav, .mobile-mini-widgets-in-menu {
    	padding-bottom: 30px;
    	text-align: center;
    	display: unset!important;
	}
	
	.boxedlayout {
		padding-top:30px!important;
		padding-bottom:30px!important;
	}
	
	.driecolwrapper > div > div {
		max-width:600px!important;
		margin-left:auto;
		margin-right:auto;
	}
}

@media (max-height: 800px) {
	.boxedlayout {
		padding-top:75px!important;
		padding-bottom:75px!important;
	}
}

@media (max-height: 700px) {
	.branding {
		margin-bottom:25px;
		margin-right:-20px;
		margin-left: -20px;
		padding:20px;
	}
	
	.branding:after { 
		right: -40px;
		border-bottom:70px solid transparent;
	} 
		
	.branding a img, .branding img {
		height:30px;
	}
	
	.menu-item a img {
		width: 90px;
		height: auto;
	}
	
	.main-nav > li > a {
		margin: 5px 15px 5px 15px;
	}
	
	.side-header {
		width: 200px;
	}
	
	.side-header .header-bar {
		padding: 40px 20px 5px 20px;
	}

	li.menu-item-wpml-ls-3-de, li.menu-item-wpml-ls-11-de {
    padding: 0px 20px 0px 0px !important;
	}

	li.menu-item-wpml-ls-3-en.first, li.menu-item-wpml-ls-11-en.first {
    padding: 0px 0px 0px 20px !important;
	}
}

/* --------------------------------
     Tablet liggend
-------------------------------- */

@media (max-width: 1199px){

	.menu-item a img {
	width: 60px!important;
    height: auto;
	}
}

.wpml-ls-menu-item .wpml-ls-flag {
    width: 18px !important;
}

@media (max-width: 1100px) {
		.h1titel {
    	font-size: 40px;
    	line-height: 50px;
	}
	
	.h1ondertitel {
		font-size:30px;
		line-height:40px;
	}
	
	.h2titel {
    font-size: 30px;
    line-height: 40px;
}
	
	.tweecolimg > figure > a > img {
		max-width:350px!important;
	}
	
}

/* --------------------------------
     Tablet staand videobanner
-------------------------------- */

@media (max-width: 1199px){

}

/* --------------------------------
     Tablet staand 
-------------------------------- */

@media (max-width: 991px){
	.fp-controlArrow {
		display:unset;
	}
	
	.icon-scroll {
		margin-left:-20px;
	}

}

/* --------------------------------
     Mobiel
-------------------------------- */

@media (max-width: 768px){
	
	.tweecolimg > figure > a > img {
    	max-width: 100%!important;
	}
	
	.mobile-mini-widgets-in-menu {
		margin-left:auto;
		margin-right:auto;
	}
}

@media (max-width: 767px) {
	.pijl {
	width:100%;
	margin-top:0px;
   	background:url(https://www.minplus.com/wp-content/uploads/2019/08/pijl_naar_beneden.svg) center center no-repeat;
	background-size:contain;
}
}

@media (max-width: 425px) {
	.column {
    	width: 29.5%;
	}
	.h1titel {
    	font-size: 30px;
    	line-height: 40px;
	}
	
	.h1ondertitel {
		font-size:25px;
		line-height:35px;
	}
	
	.h2titel {
		font-size:25px;
		line-height:35px;
	}
	
	.menu-item a img {
		width:80px!important;
		height:auto;
	}
}
/* --------------------------------
     Mobiel small
-------------------------------- */

@media (max-width: 330px){

}