/*
Theme Name: Pixelpanters
Author: Pixelpanters
Author URI: https://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
*/


.branding a img, .branding img, .mobile-header-bar .mobile-branding img {
    max-width: 100%;
    height: 70px !important;
    width: 100% !important;
}

.row-header { 
	height: 40vH; 
	margin-left: 50px !important; 
	margin-right: 50px !important;
}

.logo-tekst {
  position: relative;       
  display: inline-block;     
  z-index: 1;               
}

.logo-tekst::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 70%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2025/12/Orange-groei-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.center { text-align: center; }

.equal-tekst { height: 135px !important;  }






@media only screen and (max-width: 1199px) {
	


}


@media only screen and (max-width: 992px) {
	

}



@media only screen and (max-width: 778px) {
	
	.row-header { margin-left: 20px !important; margin-right: 20px !important;}


}



@media only screen and (max-width: 600px) {
	

}