/*  ==================================================================
	HIER KOMMEN DEINE AUSGELAGERTEN CSS BEFEHLE REIN =================
	==================================================================  */

/* ////////// GALLERYYSLIDER EQUAL HEIGHT //////////////////// */
/*set the height of the slide image*/
.et_pb_gallery_fullwidth .et_pb_gallery_image img {
   width: auto;
   height: 600px;
}
/* normal on mobile */
@media all and (max-width: 980px) {
	.et_pb_gallery_fullwidth .et_pb_gallery_image img {
		width: auto;
		height: auto;
	}
}
/*align the slide image to the middle*/
.et_pb_gallery_image {
   line-height: 0;
   text-align: center;
}
/*style the slider previous and next buttons*/
a.et-pb-arrow-prev {
   color: #000!important;
   background: #fff;
   margin-left: 18px!important;
   opacity: 1!important;
}
a.et-pb-arrow-next {
   color: #000!important;
   background: #fff;
   margin-right: 18px!important;
   opacity: 1!important;
}
@media all and (min-width: 768px) {
   .et-pb-arrow-next {
      opacity: 1;
      right: 22px;
   }
   .et-pb-arrow-prev {
      opacity: 1;
      left: 22px;
   }
}
@media all and (max-width: 767px) {
   .et-pb-arrow-next {
      opacity: 1;
      right: 0;
   }
   .et-pb-arrow-prev {
      opacity: 1;
      left: 0;
   }
}


/* ////////// CMPLZ Fontsize Edit //////////////////////////// */
#cmplz-document p {
	font-size: 16px;
}

/* ////////// SoMe Icon Homepage ///////////////////////////// */
.et-social-amazon a.icon:before {
	content: "\e074";
	font-family: 'ETmodules';
}
