/*
Theme Name: Orange Recon
Theme URI: https://www.orange-recon.com
Author: Inkperial
Author URI: https://inkperial.de
Description: Custom WordPress theme for orange recon GmbH - Real Estate Consulting
Version: 1.0.1
License: Proprietary
Text Domain: orangerecon
*/

/* basic.css overrides */
#submit:hover{
	cursor: pointer;
    background-color: #ec5b00;
    color:#fff;
}
#absenden{
	cursor: pointer;
}

/* === Contact Form 7 Styling === */
/* Make CF7 form look identical to the original custom form */
#frmContact{
	margin-top:45px !important; 
}
.wpcf7 {
	text-align: left;
	max-width: 771px;
	margin: 0 auto;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	font-family: 'Muli', sans-serif;
	border: 1px solid #ec5b00;
	padding: .375rem .75rem;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #495057;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
	height: 38px;
	letter-spacing: normal;
	outline: none;
}
.wpcf7 textarea {
	font-family: 'Muli', sans-serif;
	border: 1px solid #ec5b00;
	padding: .375rem .75rem;
	font-size: 16px;
	font-weight: normal;
	height: 160px;
	line-height: 24px;
	color: #495057;
	width: 100%;
	display: block;
	resize: none;
	box-sizing: border-box;
	outline: none;
}
.wpcf7-form-control-wrap {
	display: block;
}
/* Override legacy floats on IDs to prevent zero-height wrapper collapse */
#frmContact #contact_name,
#frmContact #userName,
#frmContact #userEmail,
#frmContact #content {
	float: none !important;
	display: block !important;
}
.wpcf7 input[type="submit"] {
	text-align: center;
	width: 120px;
	margin: 0 auto;
	float: left;
	background-color: #555;
	color: #ec5b00;
	border: 0px;
	font-size: 15px;
	height: 40px;
	line-height: 1.5rem;
	cursor: pointer;
	margin-top: 15px;
	font-family: 'Muli', sans-serif;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #ec5b00;
	color: #fff;
}
.wpcf7 .wpcf7-acceptance {
	display: block;
	margin-top: 10px;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 8px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
	display: inline;
}
.wpcf7 .wpcf7-response-output {
	color: #ec5b00;
	font-size: 12px;
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.wpcf7 .wpcf7-not-valid-tip {
	color: #ec5b00;
	font-size: 12px;
}
.wpcf7 br {
	display: none;
}
.wpcf7 p {
	margin: 0;
	padding: 0;
}
.wpcf7-form .cf7-submit-wrapper {
	text-align: center;
	width: 120px;
	margin: 0 auto;
	clear: both;
}
/* Acceptance checkbox: full width, below fields */
.wpcf7 .wpcf7-acceptance {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	clear: both;
	width: 100%;
	margin-top: 10px;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
	margin-top: 5px;
	flex-shrink: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
	display: inline;
}
/* Submit button: centered */
.wpcf7 input[type="submit"] {
	display: block !important;
	float: none !important;
	margin: 15px auto 0 auto !important;
}

/* Hide #open_preferences_center until cookie plugin provides it */
#open_preferences_center {
	display: none;
}

/* === WP Admin Bar Fix === */
/* Push fixed menubar down when WP admin bar is visible */
.admin-bar #menubar {
	top: 32px !important;
}
@media screen and (max-width: 782px) {
	.admin-bar #menubar {
		top: 46px !important;
	}
}

/* === Language-specific content visibility === */
/* Use class="de-only" to hide content on English pages */
/* Use class="en-only" to show content only on English pages */
.lang-en .de-only { display: none !important; }
.lang-de .en-only { display: none !important; }



.trp-floating-switcher{
	right:0 !important;
}
@media screen and (max-width: 782px) {
	.trp-floating-switcher{
		right: 10vw !important
	}
}
