/**
Theme Name: Childtheme
Template: astra
*/

@media all and (min-width: 768px) and (max-width: 1199px) {
	h1 {
		font-size: 60px !important;
	}
	h2 {
		font-size: 36px !important;
	}
}

.sa_hover_container {
	min-height: 250px !important;
}
/******************
 * BUTTONS
*****************/
.handKF .uabb-contact-form-button,
.handBtn .pp-button-wrap {
  position: relative;
}

.handBtn .pp-button {
	overflow: visible;
}

.handKF .uabb-contact-form-submit,
.handBtn .pp-button {
  background: none;
  border: none;
  padding: 20px;
  font-family: Open Sans Semibold;
  color: #fff !important;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}

.handKF .uabb-contact-form-submit::after,
.handBtn .pp-button::after {
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3b8555;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transition: 0.3s ease;
}

.handKF .uabb-contact-form-submit::after,
.handBtn.handBtn__op .pp-button::after {
	opacity: .6;
}


.handKF .uabb-contact-form-submit:hover::after,
.handBtn .pp-button:hover::after {
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 10px;
}

.handKF .uabb-contact-form-submit:hover::after,
.handBtn.handBtn__op .pp-button:hover::after {
	opacity: 1;
}

/*****BUTTON CENTER*****/
.hand__btn__center {
	text-align: center;
}

@media all and (max-width: 767px) {
	.handBtn .pp-button-wrap {
    	max-width: 350px;
    	margin: 0 auto;
	}
	.handBtn .pp-button {
		max-width: 350px;
	}
}

/******************
 * OVER ROW
*****************/

.overRow .fl-row-content-wrap {
    position: relative;
}

.overRow__content__right {
    right: 0;
	margin-left: 15px;
}

.overRow__content__left {
    left: 0;
}

.overRow__content .fl-col-content {
    	padding: 15px;
	}


@media all and (min-width: 768px) {
	.overRow__content__right {
    	right: 0;
		margin-left: 0;
	}
	
	.overRow__content .fl-col-content {
    	padding: 25px;
	}
	
	.overRow__content {
    	position: absolute;
    	z-index: 9;
    	top: 50%;
    	transform: translateY(-50%);
    	max-width: 65vw;
	}
	.overRow__img,
	.overRow__img .fl-module-content,
	.overRow__img .fl-photo,
	.overRow__img .fl-photo-content {
		height: 75vh;
		max-height: 800px;
	}
	
	.overRow__img img {
    	width: 90vw;
		height: 75vh;
		max-height: 800px;
		object-fit: cover;
	}
	.overRow__content .fl-module {
    	max-width: 650px;
	}
}

@media all and (min-width: 1024px) {
	.overRow__content {
    	max-width: 50vw;
	}
	.overRow__img,
	.overRow__img .fl-module-content,
	.overRow__img .fl-photo,
	.overRow__img .fl-photo-content {
		height: 95vh;
		max-height: 1100px;
	}
	
	.overRow__img img {
		height: 95vh;
		max-height: 1100px;
	}
	
	.overRow__content .fl-module {
    	max-width: 500px;
	}
}

/*****BAEUME*****/
.baeumeIcon svg {
    display: block;
    width: 100vw;
    opacity: .4;
    transform: scaleX(-1);
}

@media all and (min-width: 768px) {
	.baeumeIcon svg {
    	width: 52vw;
    	max-width: 700px;
	}
}




/*****GREEN COL*****/


.singleContentCol__left {
	padding-right: 15px;
}

@media all and (min-width: 768px) {
	.singleContentCol.singleFixed .fl-module {
    width: 450px;
}
	
	.singleContentCol .fl-module {
    max-width: 450px;
}
	
	.singleContentCol .fl-col-content {
    padding: 25px;
}
}

@media all and (min-width: 768px) {
	.singleContentCol__left .fl-col-content {
    padding: 15px 15px 15px 0;
}
	.singleContentCol__left .fl-col-content {
	margin-right: 0;
}
	.singleContentCol__left .fl-module {
    	margin-left: auto;
	}
}

@media all and (min-width: 1024px) {
	.singleContentCol.singleFixed .fl-module {
    width: 550px;
}
		.singleContentCol .fl-module {
    max-width: 550px;
}
}


