/*
Theme Name: Physiotherapie Habermann Theme
Description: My custom child theme
Author: Kevin Storch
Author URI: https://www.veriweb.de
Template: Divi
Version: 1.0.0
*/

/* Add your custom styles below */

body {
	background: url(/wp-content/uploads/2024/02/background-landscape-scaled.webp) no-repeat center center / cover;
	background-attachment: fixed;
}

#top-header {
	background-color: #cfa056;
}

#top-header > .container.clearfix {
	display: flex;
    justify-content: center;
}

.et_pb_heading.et_pb_module .et_pb_module_heading {
	font-family: 'Jost',serif;
}

#main-footer>.container {
	display: none;
}

.contact-form__communication_data,
.contact-form__salutation_container {
	display: flex;
}

.contact-form__communication_data > p:first-child,
.contact-form__salutation_container > p:first-child {
	margin-right: 10px;
	width: 50%;
}

.wpcf7-submit {
	color: #ffffff!important;
	border-width: 0px!important;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700!important;
	text-transform: uppercase!important;
	background-color: #DAA520!important;
	padding-top: 15px!important;
	padding-right: 30px!important;
	padding-bottom: 15px!important;
	padding-left: 30px!important;
	margin-top: 10px!important;
}

.wpcf7-submit:hover {
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em;
}

.wpcf7-textarea {
	appearance: none;
	border: 0px solid rgba(246, 246, 246);
	background-color: rgb(246, 246, 246);
	border-radius: 10px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: auto;
	display: block;
	flex-direction: column;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 150px;
	line-height: normal;
	margin: 0px;
	min-height: 150px;
	overflow-wrap: break-word;
	overflow: hidden;
	padding: 16px;
	position: relative;
	width: 100%;
}

.wpcf7-text {
	appearance: none;
	border: 0px solid rgba(246, 246, 246) !important;
	background-color: rgb(246, 246, 246) !important;
	border-radius: 10px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	height: 46px;
	line-height: normal;
	margin: 0px;
	overflow: hidden;
	padding: 16px;
	padding-left: 16px !important;
	position: relative;
	text-align: start;
	width: 100%;
}

.wpcf7-select[multiple="multiple"] {
	height:100%;
	overflow-x: hidden;
}

.wpcf7-select {
	align-items: center;
	appearance: none;
	background-color: rgb(246, 246, 246);
	border: 0px solid rgba(246, 246, 246);
	border-radius: 10px;
	color: rgb(0, 0, 0);
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	height: 46px;
	line-height: normal;
	margin: 0px;
	padding: 16px;
	position: relative;
	text-align: start;
	width: 100%;
}

.therapie-slots__container {
	display: flex;
}
a[href="https://wa.me/message/7KE2J4WD4DUWO1"] {
	color: #CFA056
}

.image__osteopathische-techniken img,
.image__orthopädische-sportmedizin img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
	object-fit: cover;
}
.image__osteopathische-techniken .et_pb_image_wrap {
	width: 100%;
}

.card__text--middle {
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer-info {
	display: flex;
    justify-content: space-between;
    width: 100%;
}

#mobile_menu {
	border-top-color: #daa520;
}

.mobile_menu_bar:before {
	color: #daa520;
}