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

/* BASIC */

.no-margin p:last-child {
	margin-bottom: 0 !important;
}
.elementor-location-header {
	overflow-x: clip;
}


/* HEADER */

.header-phone p:before {
	content: "";
	background: url(https://pinter-physio.de/wp-content/uploads/header-phone-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
}
.header-phone a:hover {
	color: #2376B1 !important;
}
.menu-open-icon, .menu-close-icon {
	cursor: pointer;
}
.mobil-menu-wrap ul li {
	padding-left: 75px;
}
.mobil-menu-wrap ul li:after {
	content: "";
	border-bottom: 2px solid #fff;
	width: 140px;
	position: absolute;
	display: inline-block;
	bottom: -13px;
	left: 0;
}
.mobil-menu-wrap ul li:last-child:after {
	content: none;
}


/* ELEMENTS */

.content-list ul {
	margin-bottom: 20px;
}
.custom-list {
	display: none;
}
.custom-list ul {
	list-style-position: inside;
}
.headine-wrap > .elementor-widget-container {
	min-width: 360px;
	text-align: left;
}
.info-wrap p {
	cursor: pointer;
}
.info-wrap p:before {
	content: "";
	background: url(https://pinter-physio.de/wp-content/uploads/info-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	top: -1px;
	left: -55px;
}
.info-active p:before {
	transform: rotate(-90deg);
}
.info-wrapper .elementor-column .elementor-widget-wrap {
	height: fit-content;
}
.custom-section {
	background-size: 50% 100% !important;
}
.content-phone p:before {
	content: "";
	background: url(https://pinter-physio.de/wp-content/uploads/call-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 46px;
	left: 0;
}
.content-phone a:hover {
	color: #267FBC !important;
}
@media screen and (max-width: 1024px) and (min-width: 913px) {
	.custom-section .elementor-element-32d552d {
		bottom: -26px !important;
	}
}
@media screen and (max-width: 767px) {
	.headine-wrap > .elementor-widget-container {
		min-width: auto;
		text-align: center;
	}
	.info-wrap p:before {
		width: 36px;
		height: 36px;
		top: 1px;
		left: -45px;
	}
	.custom-section {
		background-size: 100% 340px !important;
	}
	.content-phone p:before {
		width: 49px;
		height: 49px;
		top: 25px;
		left: 4vw;
	}
}
.form-headline h4:before {
	content: "";
	background: url(https://pinter-physio.de/wp-content/uploads/form-location.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.form-phone p:before {
	content: "";
	background: url(https://pinter-physio.de/wp-content/uploads/form-phone.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 22px;
	height: 25px;
	position: absolute;
	top: -19px;
	left: 6px;
}
.form-mail p:before {
	content: "";
	background: url(https://pinter-physio.de/wp-content/uploads/form-mail.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
	position: absolute;
	top: -17px;
	left: 2px;
}
.form-select h4 {
	cursor: pointer;
}
.form-select h4:before {
	content: "";
	border: 4px solid #257EBA;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: -35px;
	top: 2px;
}
.form-select h4:hover:before {
	border: 4px solid #162651;
}
.form-select-active h4:before {
	background-color: #162651;
}
.form-wrap .elementor-field-type-text input, .form-wrap .elementor-field-type-email input {
    padding: 15px 20px !important;
    outline: none;
	box-shadow: 0 3px 6px 0px rgba(0,0,0,.16);
}
.form-wrap .elementor-field-type-submit button {
	padding: 15px 20px !important;
	min-width: 200px;
}
.form-wrap textarea {
    padding: 15px 20px !important;
    resize: none !important;
    outline: none;
	box-shadow: 0 3px 6px 0px rgba(0,0,0,.16);
}
.form-wrap .elementor-field-type-text input:focus, .form-wrap .elementor-field-type-email input:focus {
    border: none !important;
    box-shadow: 0 3px 6px 0px rgba(0,0,0,.16); !important;
}
.form-wrap textarea:focus {
    border: none !important;
    box-shadow: 0 3px 6px 0px rgba(0,0,0,.16) !important;
}
.elementor-acceptance-field {
    -webkit-appearance: none;
    padding: 8px;
    position: relative;
    font-size: 10px !important;
    margin-right: 5px;
    top: 4px;
    height: 18px;
    width: 18px;
    display: inline-block !important;
	border: 4px solid #267FBC !important;
}
.elementor-acceptance-field:checked:after {
    content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #162651;
	height: 18px;
	width: 18px;
	border-radius: 50%;
}
input[type="file"]{
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0.1px;
    height: 0.1px;
}
input[type="file"]:focus + label[for="form-field-field_b1c9cff"]{
    border: 1px solid #85E5FF;
}
label[for="form-field-field_b1c9cff"] {
    background: #fff;
    padding: 20px 30px 10px !important;
    color: #000 !important;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
	color: #000 !important;
	height: 52.4px;
}
label[for="form-field-field_b1c9cff"]:hover {
    background: #267FBC;
	color: #fff !important;
}
.form-wrap-active {
	display: block !important;
}
@media screen and (max-width: 1024px) {
	.form-select h4:before {
		left: 0;
		top: 12px;
	}
}
@media screen and (max-width: 767px) {
	label[for="form-field-field_b1c9cff"] {
		height: 42.4px;
		padding-top: 15px !important;
	}
	.form-headline h4:before {
		width: 24px;
		height: 24px;
		bottom: 4px;
	}
	.form-phone p:before {
		width: 16px;
		height: 18px;
		top: -18px;
	}
	.form-mail p:before {
		width: 20px;
		height: 20px;
		top: -16px;
	}
	.form-select h4:before {
		top: 11px;
		height: 21px;
		width: 21px;
	}
	.form-wrap .elementor-field-type-text input, .form-wrap .elementor-field-type-email input {
		padding: 10px 15px !important;
	}
	.form-wrap textarea {
		padding: 10px 15px !important;
	}
	.form-wrap .elementor-field-type-submit button {
		padding: 10px 15px !important;
	}
	.form-wrap .elementor-field-group {
		margin-bottom: 15px !important;
	}
	.elementor-acceptance-field {
		padding: 6px;
	}
	.elementor-acceptance-field:checked:after {
		height: 14px;
		width: 14px;
	}
}
@media (max-width: 720px) {
	.map-wrap .umsMapMarkerFilters {
		margin-top: 0px !important;
	}
}
.member-wrap .elementor-widget-container {
	height: 85px;
}
.member-center h4 {
	margin-top: 17px;
}
.member-wrap h4 {
	margin-bottom: 0;
}
.member-wrap p {
	color: rgba(255,255,255,.5) !important;
}
.member-text {
	position: absolute;
	bottom: 20px;
	transition: all .3s;
}
.member-text .elementor-widget-container {
	box-shadow: 0 3px 6px 0px rgba(0,0,0,.16);
}
.member-open {
	display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.member-wrap h4 {
		font-size: 24px;
	}
	.member-wrap .elementor-widget-container {
		height: 76px;
	}
}
@media screen and (max-width: 767px) {
	.member-wrap .elementor-widget-container {
		height: 58px;
		padding: 0 50px 5px !important;
	}
	.member-center h4 {
		margin-top: 16px;
	}
	.member-wrap > .elementor-widget-container:after {
		content: "";
		background: url(https://pinter-physio.de/wp-content/uploads/info-arrow-white.png);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 36px;
		height: 36px;
		position: absolute;
		top: -43px;
		right: 10px;
		transition: all .3s;
	}
	.member-switch > .elementor-widget-container:after {
		transform: rotate(90deg);
	}
	.member-wrap > .elementor-widget-container {
		cursor: pointer;
	}
	.member-text {
		position: relative;
		top: 0;
	}
	.member-text .elementor-widget-container {
		box-shadow: 0 3px 6px 0px rgba(0,0,0,.16);
	}
	.member-switch:after {
		transform: rotate(90deg);
	}
}
.leistung-btn a {
	padding: 10px;
	width: 55% !important;
	max-width: 100%;
}
.leistung-btn a > span {
	height: 70px;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	.leistung-btn a > span {
		min-height: 44px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.leistung-btn a {
		width: 100% !important;
	}
}
.behandeln-btn a {
	background: url(https://pinter-physio.de/wp-content/uploads/header-img.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 10px;
}
.behandeln-btn a > span {
	height: 80px;
	align-items: center;
}
.behandeln-text {
	position: absolute;
	top: 120px;
	transition: all .3s;
}
.behandeln-open {
	display: block !important;
}
@media screen and (max-width: 1024px) {
	.behandeln-btn a > span {
		min-height: 54px;
		height: auto;
	}
	.behandeln-text {
		top: 94px;
	}
}
@media screen and (max-width: 767px) {
	.behandeln-btn {
		cursor: pointer;
	}
	.behandeln-text {
		position: relative;
		top: 0;
	}
	.behandeln-text .elementor-widget-container {
		box-shadow: 0 3px 6px 0px rgba(0,0,0,.16);
	}
	.behandeln-btn a {
		padding: 10px 50px;
	}
	.behandeln-btn a:after {
		content: "";
		background: url(https://pinter-physio.de/wp-content/uploads/info-arrow-white.png);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 19px;
		right: 10px;
		transition: all .3s;
	}
	.behandeln-switch a:after {
		transform: rotate(90deg);
	}
}
.form-karriere .elementor-field-type-acceptance label {
	color: #fff !important;
}
.form-karriere .elementor-field-type-acceptance label a {
	color: #fff !important;
}
.form-karriere .elementor-field-type-acceptance label a:hover {
	color: #fff !important;
}


/* FOOTER */

.footer-phone p:before {
	content: "";
	background: url(https://pinter-physio.de/wp-content/uploads/footer-phone-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 18px;
	left: 25px;
}
.footer-phone a:hover {
	color: #162651 !important;
}
@media screen and (max-width: 767px) {
	.footer-phone p:before {
		width: 25px;
		height: 25px;
		top: 8px;
		left: 12vw;
	}
}