/*
 Theme Name:   Grote Media Child Theme
 Theme URI:    .
 Description:  .
 Author:       Grote Media
 Author URI:   .
 Template:     hello-elementor
 Version:      1.0.0
*/

body > div:nth-child(3) {
  overflow: hidden;
}
.no-margin p:last-child {
	margin-bottom: 0 !important;
}
.custom-service p {
	line-height: 1;
	position: relative;
	padding-left: 55px;
}
.custom-service p:before {
	content: "";
	background: url(https://trittel-galabau.de/wp-content/uploads/trittel-leaf-white.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 32px;
	width: 44px;
	position: absolute;
	top: 3px;
	left: 0;
}
@media screen and (max-width: 767px) {
	.custom-service p {
		padding-left: 25px;
	}
	.custom-service p:before {
		height: 15px;
		width: 21px;
		top: 1px;
	}
}
.form-wrap .elementor-field-type-text input, .form-wrap .elementor-field-type-email input, .form-wrap .elementor-field-type-tel input {
    padding: 10px 15px !important;
    outline: none;
}
.form-wrap textarea {
    padding: 10px 15px !important;
    resize: none !important;
    outline: none;
}
.form-wrap .elementor-field-type-text input:focus, .form-wrap .elementor-field-type-email input:focus {
    border: none !important;
    box-shadow: none !important;
}
.form-wrap textarea:focus {
    border: none !important;
    box-shadow: none !important;
}
.form-wrap .elementor-field-type-acceptance input {
    background-color: #F7F7F7 !important;
}
.form-wrap .elementor-field-type-acceptance a:hover {
	color: #fff !important;
}
.form-wrap .elementor-field-type-textarea:after {
	content: "";
	background: url(https://trittel-galabau.de/wp-content/uploads/trittel-leaf-dark.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 65px;
	width: 85px;
	position: absolute;
	bottom: -20px;
	right: -5px;
}
.form-wrap .elementor-field-type-submit .elementor-button-icon {
	display: none !important;
}
.elementor-acceptance-field {
    -webkit-appearance: none;
    padding: 0 8px;
    position: relative;
    font-size: 10px !important;
    margin-right: 5px;
    top: 6px;
    height: 18px;
    width: 18px;
    display: inline-block !important;
}
.elementor-acceptance-field:checked:after {
    content: '\2714';
    font-size: 25px;
    position: absolute;
    top: -15px;
    left: 2px;
    color: #486656;
}
@media screen and (max-width: 767px) {
    .form-wrap .elementor-field-type-text input, .form-wrap .elementor-field-type-email input {
        padding: 7px 9px !important;
        min-height: inherit !important;
    }
    .form-wrap textarea {
        padding: 7px 9px !important;
        min-height: inherit !important;
    }
    .form-wrap .elementor-field-group {
        margin-bottom: 15px !important;
    }
    .form-wrap .elementor-field-type-submit button {
        min-height: inherit !important;
    }
	.form-wrap .elementor-field-type-textarea:after {
		height: 40px;
		width: 55px;
		position: absolute;
		bottom: -15px;
		right: -5px;
	}
	.elementor-acceptance-field {
		height: 16px;
		width: 16px;
	}
	.elementor-acceptance-field:checked:after {
		font-size: 23px;
	}
}
.content-list ul {
	margin-bottom: 20px;
}
.custom-btn .elementor-button, .form-wrap .elementor-field-type-submit button {
	width: 170px !important;
}
@media screen and (max-width: 767px) {
	.custom-btn .elementor-button, .form-wrap .elementor-field-type-submit button {
		width: 150px !important;
	}
}
.service-row > .elementor-container {
	flex-wrap: wrap !important;
}
.service-row > .elementor-container .elementor-column {
	width: 33.333% !important;
}
@media screen and (max-width: 767px) {
	.service-row > .elementor-container .elementor-column {
		width: 100% !important;
	}
}
#service-btn .elementor-button {
	cursor: pointer;
}
.service-add, .service-close {
	display: none;
}