/*
Theme Name:   Gardena Child
Theme URI:    http://gardena.bold-themes.com
Description:  Gardena child theme
Author:       BoldThemes
Author URI:   http://bold-themes.com
Template:     gardena
Version:      1.0.0
Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain:  gardena-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */


/* Font and Style Mainsetting */


p {
	font-size:1.3rem;
	line-height:1.6;
}

ul {
	font-size:1.3rem;
	line-height:1.3;
}

li {
	padding-top:5px;
}

a:hover {
	color:#aa9f56 !important;
}

body.error404 .mainHeader,
body.error404 .btVerticalHeaderTop,
body.error404 .btSiteFooter {
    display: block !important;
    }

@media (max-width:1280px) {
	#leistungen .bt_bb_port, 
	#kontakt .bt_bb_port,
	#address .bt_bb_port {
		padding-left: 7%;
		padding-right:7%;
	}
}


/* Logo Setting */

.btLogoArea .logo {
	margin-left:-30px;	
}

.btLogoArea .logo img {
	padding:25px 0;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
	margin-left:5px;
}

@media (max-width:1280px) {
	.btLogoArea .logo {
		margin-left:2.5%;	
	}
}

@media (max-width:1199px) {
	.btVerticalHeaderTop .btMainLogo {
		height:130px !important;
	}
	
	.btVerticalHeaderTop .btAltLogo {
		height:100px !important;
	}
	
	.btVerticalHeaderTop .btVerticalMenuTrigger {
		margin-top:35px;
		float:right;
	}
	
	.btStickyHeaderActive .btVerticalHeaderTop .btVerticalMenuTrigger {
		margin-top:20px;
	}
}

@media (max-width:430px) {
	.btVerticalHeaderTop .btMainLogo {
		height:110px !important;
		margin-left: -10px;
	}
	
	.btVerticalHeaderTop .btAltLogo {
		height:85px !important;
	}
	
	.btVerticalHeaderTop .btVerticalMenuTrigger {
		margin-top:27px;
	}
	
	.btStickyHeaderActive .btVerticalHeaderTop .btVerticalMenuTrigger {
		margin-top:15px;
	}
}


/* Menu */

.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after, .btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    background-color: #fff;
	height: 0;
}

@media (max-width:1280px) {
	.btMenuHorizontal.btMenuRight .menuPort nav {
		margin-right:4.5%;
	}
}


/* Slider Design and Text */

.gastra_slider_h1 .bt_bb_headline_tag {
	font-size:4.25rem;
	line-height:1.3;
	text-align:left;
	text-shadow: 4px 4px 15px rgba(0, 0, 0, 1);
}

@media (max-width:1280px) {
	.gastra_slider_h1 .bt_bb_headline_tag {
		font-size:3.5rem;
		padding-left:4.5%;
		padding-right:4.5%;
	}
}	
	
@media (max-width:992px) {
	.gastra_slider_h1 .bt_bb_headline_tag {
		font-size:3rem;
		line-height:1.4;
	}
	
	.bt_bb_height_full_screen .slick-slider .slick-slide {
		height: 60vh;
	}
}

@media (max-width:640px) {
	.gastra_slider_h1 .bt_bb_headline_tag {
		font-size:2.25rem;
		padding-left:2.2%;
		padding-right:2.2%;
	}
}

@media (max-width:430px) {
	
	.gastra_slider_h1 .bt_bb_headline_tag {
		font-size:2rem;
	}

}


/* Service Headlines and Text */

.gastra-services-label-h1 .bt_bb_headline_tag {
	line-height:1.4;
	margin-right:40%;
}

.gastra-services-label-h2 .bt_bb_headline_tag .bt_bb_headline_content {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
	color: #632c4f;
	margin-right:20%;
}

.gastra-services-label-p {
	margin-right:25%;
}

@media (max-width:1280px) {
	.gastra-services-label-h1 .bt_bb_headline_tag {
		margin-right:32%;
	}
}

@media (max-width:1024px) {
	.gastra-services-label-h1 .bt_bb_headline_tag,
	.gastra-services-label-h2 .bt_bb_headline_tag .bt_bb_headline_content,
	.gastra-services-label-p {
		margin-right:0;
	}
}

@media (max-width:640px) {
	.gastra-services-label-h1 .bt_bb_headline_tag {
		font-size:2.25rem !important;
	}
}

@media (max-width:430px) {
	.gastra-services-label-h1 .bt_bb_headline_tag {
		font-size:2rem !important;
	}	
}


/* Service Boxes */

.gastra_services_bow.bt_bb_section 
.bt_bb_background_image_holder_wrapper
.bt_bb_background_image_holder {
	background-position:top right -300px;
	background-size:780px;
}

.container-gastra-services {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
	align-items: top;
	width: 100%;
}

.container-gastra-services > div {
	width: 33.3333%;
	background-color: #fff;
	overflow: hidden;
	border-radius:12px;
}

.container-gastra-services ul {
	padding: 10px;
}

.container-gastra-services h4 {
	font-family: 'Ivy Style TW Semi Bold', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #632c4f;
	padding: 10px 20px 0 20px;
}

.container-gastra-services div:nth-of-type(2) h4 {
	color: #223f26;
}

.container-gastra-services div:nth-of-type(3) h4 {
	color: #aa9f56;
}		

.container-gastra-services .container-zoom {
	overflow: hidden;
	display:flex;
	border: 12px solid #fff;
	border-radius:19px 19px 0 0;
}

.container-gastra-services .container-zoom img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition: transform 0.5s ease-in-out;
}

.container-gastra-services .container-zoom img:hover {
	transform: scale(1.1);
	}

@media (max-width:1024px) {
	.gastra_services_bow.bt_bb_section
	.bt_bb_background_image_holder_wrapper
	.bt_bb_background_image_holder {
		background-position:bottom right -300px;
		background-size:800px;
	}
	
	.container-gastra-services .container-zoom {
		height:250px;
	}
	
	.container-gastra-services {
		flex-direction: column;
		gap: 20px;
	}
	
	.container-gastra-services > div {
		width: 65.5%;
	}
}
	
@media (max-width:992px) {
	
	.container-gastra-services ul,
	.container-gastra-services h4 {
		padding-right:0;
		padding-left:0;
	}
	
	.container-gastra-services ul {
		padding-bottom:8px;
	}
	
	.container-gastra-services > div {
		width: 100%;
		background-color:transparent;
	}
	
	.container-gastra-services .container-zoom {
		height:385px;
		border-radius: 12px;
		border: none;
		margin-bottom:35px;
	}
	
}

@media (max-width:430px) {
	
	.gastra_services_bow.bt_bb_section
	.bt_bb_background_image_holder_wrapper
	.bt_bb_background_image_holder {
		display:none;
	}
	
	.container-gastra-services .container-zoom {
		height:250px;
		margin-bottom:20px;
	}	
	
	.container-gastra-services ul {
		padding-bottom:0px;
	}
}

/* Formbox Design, Form and Image */


.gastra_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content:top;
	flex-direction:column;
    }

.gastra_form_h3 .bt_bb_headline_tag .bt_bb_headline_content {
	line-height:1.4;
}

.gastra_form_h2 .bt_bb_headline_tag .bt_bb_headline_content {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
	color: #aa9f56;
    }

.gastra_form_input .wpcf7-form-control-wrap .wpcf7-form-control {
	background-color:#fff;
}

.wpcf7-form .wpcf7-submit {
    -webkit-box-shadow: 0 0 0 3em #aa9f56 inset;
    box-shadow: 0 0 0 3em #aa9f56 inset;
	color:#223f26 !important;
	text-transform: none;
	font-family: 'Ivy Style Sans Semi Bold', Arial, Helvetica, sans-serif !important;
	font-weight:400;
	font-size:1.25rem !important;
}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: 0 0 0 3em #632c4f inset;
    box-shadow: 0 0 0 3em #632c4f inset;
	color:#fff !important;
}

.wpcf7 .wpcf7-response-output {
	border:none !important;
	padding-left:0 !important;
	font-size:1.3rem;
	line-height:1.6;
}

.bt_bb_column_content .gastra_form {
	color:#000;
	line-height:1.5;
}

.gastra_form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color:#aa9f56;
	font-size: 1rem;
	padding-top:10px;
}

.gastra_form span.wpcf7-not-valid-tip {
	color:#aa9f56;
	font-size: 1rem;
	padding-top:10px;
}

.gastra_form input[type='checkbox'], input[type='radio'] {
    vertical-align: middle;
	width:25px;
	height:25px;
	margin-right:15px;
}

.gastra_form .wpcf7-list-item {
	color:#fff;
	font-size: 1rem;
}

.gastra_form_image {
	height:385px;
	border-radius: 12px;
	overflow:hidden;
}

.gastra_form_image img {
	display:block;
	width:100%;
	height:100%;
	object-fit: cover;
	object-position:center;
	transition: transform 0.5s ease-in-out;
	}

.gastra_form_image img:hover {
	transform: scale(1.1);
	}

.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedButtons a.select2-choice {
    border-radius: 12px;
    }

.btSoftRoundedButtons textarea,
.btSoftRoundedButtons select {
    border-radius: 12px;
    }

.gastra_form_btn .wpcf7-form-control.wpcf7-submit.has-spinner {
	border-radius:50px;
	margin-top:40px;
}

@media (max-width:992px) {
	.gastra_form_image {
		margin-bottom:60px;
	}
		
}

@media (max-width:640px) {
	.gastra_form_h3 .bt_bb_headline_tag .bt_bb_headline_content {
		font-size:2.25rem;
	}
}

@media (max-width:430px) {
	
	.gastra_form_h3 .bt_bb_headline_tag .bt_bb_headline_content {
		font-size:2rem;
    }
	
	.gastra_form_image {
		height:250px;
		margin-top: 10px;
		margin-bottom:45px;
	}
	
	.gastra_form_btn .wpcf7-form-control.wpcf7-submit.has-spinner {
		margin-top:30px;
	}
	
	.gastra_form input[type='checkbox'], input[type='radio'] {
		vertical-align: middle;
		width:20px;
		height:20px;
		margin-right:8px;
	}
	
	.gastra_form .wpcf7-list-item {
		font-size: 0.9rem;
	}
	
}


/* Contact */

.gastra_signet_contact {
	display:bock;
	width: 250px;
	margin-left:-75px;
}

.gastra_contact .bt_bb_headline_content {
	font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
	color: #632c4f;
	font-family:"Ivy Style TW Semi Bold", Arial, Helvetica, sans-serif;
}

.gastra_contact.bt_bb_content {
	font-size: 1.15rem;
	line-height: 1.5;
	padding-right:10px;
}

.gastra_contact.bt_bb_content span {
	color:#223f26;
	font-family:"JHC Notion",Arial,Helvetica,sans-serif;
}

@media (max-width:1280px) {
	.gastra_signet_contact {
		width: 180px;
		padding-top:10px;
		margin-left:-50px;
	}
}

@media (max-width:992px) {
	.gastra_signet_contact {
		width: 300px;
		margin-left:0;
		position: absolute;
		bottom:64px;
		right:7%;
	}
}

@media (max-width:640px) {
	.gastra_signet_contact {
		width: 200px;
	}
}

@media (max-width:480px) {
	
	.gastra_signet_contact {
		width: 130px;
		margin-top:15px;
		margin-bottom:30px;
		position: relative;
		bottom:auto;
		right:auto;
	}
}

/* Footer */

.bt_bb_custom_menu div ul {
	padding-top: 5px;
	color: #223f26;
}

.bt_bb_custom_menu div ul a:hover {
    opacity: 1;
	color: #aa9f56;
}

.bt_bb_text.gastra_copyright p {
	font-size: 1.15rem;
	color: #223f26;
	font-family: "Ivy Style Sans Regular", Arial, Helvetica, sans-serif;
	font-weight:400;
}

.gastra_socialmedia:hover {
	color: #aa9f56;
}

.gastra_socialmedia a {
	transition: none;
}

.menu-gastra-menu-footer-container .menu-item.menu-item-3540 {
	padding-right:0;
}


@media (max-width:1280px) {
	.btSiteFooter {
		padding-left: 4.25%;
		padding-right:4.25%;
	}
}

@media (max-width:768px) {
	.bt_bb_text.gastra_copyright p {
		margin-top:30px;
	}
	.btSiteFooter {
		padding-left: 3%;
		padding-right:3%;
	}
}


@media (max-width:480px) {
	
	.btSiteFooter {
		padding-left: 0%;
		padding-right:0%;
	}
}

/* Impressum / AGB */

#impressum .bt_bb_text strong {
	font-family: 'Ivy Style Sans Semi Bold', Arial, Helvetica, sans-serif !important;
	font-weight:400;
	color:#632c4f;
}

