/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* THEME TYPOGRAPHY */
h1 {
	font-weight: 700;
	font-size: 75px;
	line-height: 85px;
}
h2 {
    font-size: 40px;
    line-height: 50px;
    color: #0072bb;
}
body:not(.et-fb) h3 {
    font-size: 40px;
    line-height: 50px;
	letter-spacing: 3px;
	font-weight: 700 !important;
}
h4 {
	font-size: 40px;
    line-height: 46px;
}
p {
    font-size: 24px;
    line-height: 32px;
}
.et_pb_text_inner ul {
    font-size: 24px;
    line-height: 32px !important;
	list-style: none !important;
	padding-left: 0 !important;
}
.et_pb_text_inner ul li {
  position: relative;
  padding-left: 25px;
}
.et_pb_text_inner ul li::before {
  content: "\2014";
  position: absolute;
  left: 0;
  color: #666;
}
.et_pb_text_inner a {
    font-weight: 500;
    text-decoration: underline;
	transition: all .3s ease;
}
.et_pb_text_inner a:hover {
	text-decoration: none;
}
@media (max-width: 980px) {
	h1 {
		font-size: 22px !important;
        line-height: 30px !important;
	}
	h2 {
		font-size: 22px !important;
        line-height: 28px !important;
		padding-bottom: 0;
	}
	body:not(.et-fb) h3 {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: 2px;
	}
	h4 {
		font-size: 25px;
        line-height: 30px;
	}
	p {
		font-size: 16px;
        line-height: 20px;
	}
	.et_pb_text_inner ul {
		font-size: 16px;
		line-height: 20px !important;
	}
	.et_pb_text_inner ul li {
		padding-left: 18px;
	}
}



/* THEME ELEMENTS */
div#et-main-area {
    padding-top: 100px;
}
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 40px;
}
a.et_pb_button {
    padding: 5px 30px !important;
    font-size: 18px;
    line-height: 30px !important;
    font-weight: 700;
    border-width: 1px;
    border-radius: 0 !important;
	display: inline-block;
}
a.et_pb_button:hover {
    color: #fff !important;
    background-color: #a8182f !important;
    border-color: #a8182f !important;
	border-width: 1px !important;
}
a.et_pb_button.tight {
	padding: 2px 20px !important;
}
.et_pb_button:after {
	display: none !important;
}
.et_button_no_icon .et_pb_button {
    padding: 5px 35px !important;
    background-color: #a8182f !important;
	transition: all .3s ease-in-out;
	font-size: 20px;
    font-weight: bold;
}
.et_button_no_icon .et_pb_button:hover {
    background-color: #fff !important;
    color: #a8182f !important;
    padding: 5px 35px !important;
}
.et_button_no_icon .et_pb_button.light:hover {
    border-color: #1fb0de;
}
input[type=radio] {
    -webkit-appearance: radio;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #3c3c3c;
    border-radius: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    top: 5px;
}
input[type="radio"]:checked::before {
	content: "";
    width: 16px;
    height: 16px;
    background: #a8182f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpcf7-not-valid input[type="radio"] {
    border: 2px solid #a8182f;
}
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
    background-color: #a8182f;
    color: white;
    outline: none;
}
.et-menu a:hover {
    opacity: 1;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #3c3c3c !important;
}
.wpcf7-spinner {
	display: none;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
    padding: 0;
    max-width: 45%;
    margin-left: 5%;
    margin-top: 22%;
    margin-bottom: 7%;
}
.et_pb_module.et_pb_accordion .et_pb_module {
	margin-bottom: 20px;
	background: transparent;
	border: none;
    padding: 0;
}
.et_pb_module.et_pb_accordion .et_pb_module h5.et_pb_toggle_title {
    color: #fff;
    font-size: 30px;
    display: inline-block;
}
.et_pb_module.et_pb_accordion .et_pb_toggle_content {
    margin-bottom: 50px;
}
.et_pb_module.et_pb_accordion .et_pb_module p {
	color: #fff;
}
.et_pb_module.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    content: "\2212";
    right: 8px;
    top: 10px;
}
.et_pb_module.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before {
    right: 0;
    left: auto;
    content: '\FF0B';
    position: absolute;
    top: 9px;
    font-size: 40px;
    font-weight: 100 !important;
    color: #fff;
}
@media (max-width: 980px) {
	.et_pb_bg_layout_dark .et_pb_slide_description {
		max-width: 80%;
		margin-top: 120px;
        margin-bottom: 30px;
	}
	a.et_pb_button {
		padding: 4px 20px !important;
		font-size: 16px;
		line-height: 24px !important;
	}
	.et_pb_module.et_pb_accordion .et_pb_module h5.et_pb_toggle_title {
		font-size: 22px !important;
		line-height: 28px !important;
		padding-right: 35px;
	}
	.et_pb_module.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before {
		font-size: 32px;		
	}
}



/* CUSTOM ELEMENTS */
.et_pb_module.stretched, .et_pb_module.stretched span {
    display: flex;
    align-items: stretch;
}
.et_pb_module.stretched img {
    object-fit: cover;
}
.text-small p {
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 980px) {
	.text-small p {
		font-size: 14px;
		line-height: 20px;
	}
}



/* HEADER */
header.et-l {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	height: 100px;
}
.logged-in header.et-l {
    top: 32px;
}
#menu-contact {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px 0 5px;
}
#menu-contact .et_pb_column {
    width: auto !important;
    margin: 0 4px;
}
#menu-contact p {
    color: #fff;
	font-size: 16px;
	line-height: 24px;
}
#menu-contact img {
    width: 20px;
}
#menu-section {
    padding: 15px 0;
	height: 100px;
	align-content: center;
}
#menu-section .et_pb_column:first-child img {
    max-width: 350px;
    transition: all .3s ease;
    width: 350px;
}
#menu-section .et_pb_column {
    width: auto;
}
#menu-section .et_pb_column:last-child {
    position: absolute;
    right: -14px;
	top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
#menu-section .et_pb_column:last-child .et_pb_module {
    float: right;
	background: transparent;
}
#menu-section ul#menu-main-menu {
    background: transparent;
}
#menu-section .et_pb_menu .et-menu > li {
    padding: 0 15px;
}
#menu-section .et_pb_menu .et-menu > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    bottom: -20px;
    background: transparent;
    pointer-events: auto;
}
#menu-section .et-menu li > a {
	color: #3c3c3c;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 0;
    border-bottom: 2px solid #fff;
}
#menu-section .et-menu .menu-item-has-children>a:first-child {
	padding-right: 15px;
}
#menu-section .et-menu .menu-item-has-children>a:first-child:after {
    font-size: 18px;
    top: 1px;
	right: -3px;
}
#menu-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: 100%;
    padding: 10px 2px;
    box-shadow: none;
}
#menu-section ul.sub-menu {
	min-width: 100% !important;
    width: auto !important;
	border: none;
}
#menu-section ul.sub-menu li {
	margin: 0;
	padding: 3px 5px;
}
a.et_pb_button.menu-calendar {
    margin-left: 30px;
    background: #a81830;
    color: #fff;
    padding-left: 20px !important;
    padding-right: 60px !important;
    border: 1px solid #a81830 !important;
}
a.et_pb_button.menu-calendar:before {
    content: url(/wp-content/uploads/2025/07/Icon_Termin.svg);
    display: block !important;
    height: 36px;
    width: 36px;
    right: 15px;
    top: 1px;
    opacity: 1;
}
a.et_pb_button.menu-calendar:hover {
    opacity: .7;
}
.et_mobile_menu a.et_pb_button.menu-calendar {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-left: 5%;
    margin-top: 20px;
}
@media (max-width: 767px) {
	div#et-main-area {
		padding-top: 70px;
	}
	header.et-l {
		height: 70px;
	}
	#menu-section {
		height: 70px;
	}
	#menu-section .et_pb_column:first-child img {
		max-width: 250px;
	}
}
@media (min-width: 768px) and (max-width: 980px) {
	div#et-main-area {
		padding-top: 50px;
	}
	header.et-l {
		height: 50px;
	}
	#menu-section {
		height: 50px;
	}
	#menu-section .et_pb_column:first-child img {
		max-width: 200px;
	}
}
@media (max-width: 980px) {
	header.et-l {
		box-shadow: 0px -4px 10px #3c3c3c;
	}
	#menu-section {
		width: 85%;
	}
	a.et_pb_button.menu-calendar {
		display: none;
	}
	#menu-section .et_pb_column:first-child img {
        width: 100%;
	}
	#menu-section .et_pb_column {
        margin-bottom: 0;
		width: auto !important;
    }
	#menu-section .et_pb_column:last-child {
		padding-right: 0;
	}
	#menu-section .menu-item-has-children {
		overflow: hidden;
	}
	#menu-section .menu-item-has-children > a {
		position: relative;
		padding-right: 0;
	}
	#menu-section .menu-item-has-children > span.menu-toggle {
		font-size: 26px;
        font-weight: 600;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: relative;
	}
	#menu-section .menu-item-has-children > span.menu-toggle:after {
		content: '+';
		position: absolute;
		left: 3px;
        bottom: -5px;
        font-weight: 100;
	}
	#menu-section .menu-item-has-children.active > span.menu-toggle:after {
		content: '–';
		right: 1px;
	}
	#menu-section .menu-item-has-children ul.sub-menu {
		max-height: 0;
        transition: all .5s ease-in-out;
        overflow: hidden;
	}
	#menu-section .menu-item-has-children.active ul.sub-menu {
		max-height: 1000px;
	}
	#menu-section .menu-item-has-children ul.sub-menu li a {
		font-weight: 500;
		font-size: 24px;
        padding: 5px 5% !important;
	}
	#menu-section img {
		max-width: 230px;
	}
	#menu-section .mobile_menu_bar:before {
		color: #3c3c3c !important;
        font-weight: 500;
	}
	#menu-section .et_mobile_menu {
		position: fixed;
		top: 70px;
		border: none;
		padding: 5%;
		padding-bottom: 20%;
		background: #fff !important;
	}
	.logged-in #menu-section .et_mobile_menu {
		top: 149px;
		overflow: scroll;
        max-height: calc(80vh - 100px);
	}
	#menu-section .et_mobile_menu li a {
		border: none;
		color: #3c3c3c;
		font-size: 26px;
		display: inline-block;
        background-color: #fff;
	}
	#menu-section .et_mobile_menu li.current-menu-item > a {
		text-decoration: underline;
	}
	.mobile_nav.opened .mobile_menu_bar:before {
		content: "×";
		font-size: 40px !important;
		font-weight: 300 !important;
        top: -5px;
        left: -5px;
	}
	#menu-section .menu-calendar img {
		height: 50px;
		max-height: 50px !important;
	}
}
@media (min-width: 981px) {
	header.et-l.scrolled {
		box-shadow: 0px -4px 10px #3c3c3c;
	}
	#menu-section .sub-menu > li > a {
		border-bottom: 2px solid #fff;
		color: #8c8c8c;
		padding-top: 0;
	}
	#menu-main-menu > .current-menu-item > a,
	#menu-main-menu > li > a:hover {
		border-bottom: 2px solid #3c3c3c !important;
		transition: all 0s !important;
	}
	#menu-section .current-page-ancestor > a {
		border-bottom: 2px solid #a8182f !important;
		transition: all 0s !important;
	}
	#menu-main-menu > li .sub-menu li a:hover,
	#menu-main-menu > li .sub-menu li.current-menu-item > a {
		color: #a8182f;
		transition: all 0s !important;
		background-color: #fff !important;
        opacity: 1;
	}
}



/* SLIDER */
@media (max-width: 980px) {
	.et-pb-arrow-next, .et-pb-arrow-prev {
		display: none;
	}
}
@media (min-width: 981px) {
	.et_pb_slide_content h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.et-pb-arrow-next, .et-pb-arrow-prev {
		top: auto;
		bottom: 45px;
		padding: 8px;
		font-size: 35px;
		background-color: rgba(0, 0, 0, .5);
		border-radius: 50%;
	}
	.et-pb-arrow-next:hover, .et-pb-arrow-prev:hover {
		background-color: rgba(0, 0, 0, .3);
	}
	.et_pb_slider .et-pb-arrow-prev {
		left: 22px !important;
		opacity: 1 !important;
	}
	.et_pb_slider .et-pb-arrow-next {
		right: 22px !important;
		opacity: 1 !important;
	}
}



/* SIDE DISTURBER */
body:not(.et-fb) .side-disturber {
    position: fixed;
    right: 0;
    top: 220px;
	padding: 0 !important;
    z-index: 100;
	background: transparent;
}
body:not(.et-fb) .side-disturber .et_pb_row {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background: transparent;
}
body:not(.et-fb) .side-disturber .et_pb_row .et_pb_column {
    display: flex;
    flex-direction: column;
	align-items: flex-end;
}
.side-disturber .et_pb_module {
    color: #fff;
    background-size: 40px;
    background-position: top 10px left 18px;
    padding: 15px 15px 15px 70px;
}
body:not(.et-fb) .side-disturber .et_pb_module {
    position: absolute;
	right: 110px !important;
    transform: translateX(100%);
	transition: all .3s ease;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	height: 62px;
}
body:not(.et-fb) .side-disturber .et_pb_module:hover {
    transform: translateX(0) !important;
    right: 0 !important;
	height: auto;
}
body:not(.et-fb) .side-disturber .et_pb_module:first-child {
    top: 0;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(2) {
    top: 67px;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) {
    top: 134px;
	padding-bottom: 0;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) .et_pb_text_inner {
    visibility: hidden;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3):hover .et_pb_text_inner {
    visibility: visible;
}
body:not(.et-fb) .side-disturber .et_pb_module .et_pb_text_inner p {
    font-size: 21px;
    letter-spacing: 2px;
	opacity: 0;
    transition: all .3s ease;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) .et_pb_text_inner p:first-child {
    padding-bottom: 15px;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) .et_pb_text_inner p:last-child {
    background: #fff;
    margin-left: -70px;
    margin-right: -15px;
    width: calc(100% + 85px);
    text-align: center;
	padding: 5px 0;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) .et_pb_text_inner p:last-child a {
    text-decoration: none;
    color: #000;
	margin: 3px 0;
    display: inline-block;
}
body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) .et_pb_text_inner p:last-child a:hover {
    opacity: .5;
}
body:not(.et-fb) .side-disturber .et_pb_module:hover .et_pb_text_inner p {
    opacity: 1;
}
body:not(.et-fb) .side-disturber .et_pb_module,
body:not(.et-fb) .side-disturber .et_pb_module .et_pb_text_inner,
body:not(.et-fb) .side-disturber .et_pb_module .et_pb_text_inner p {
    display: inline-block;
}
@media (max-width: 980px) {
	body:not(.et-fb) .side-disturber {
		top: 115px;
	}
	body:not(.et-fb) .side-disturber .et_pb_module {
		right: 60px !important;
        transform: translateX(100%);
        background-size: 25px;
        background-position: top 5px left 12px;
        padding: 5px 10px 5px 50px;
		margin: 0;
		height: 35px;
	}
	body:not(.et-fb) .side-disturber .et_pb_module:nth-child(2) {
		top: 38px;
	}
	body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) {
		top: 76px;
	}
	body:not(.et-fb) .side-disturber .et_pb_module .et_pb_text_inner p {
		font-size: 16px;
	}
	body:not(.et-fb) .side-disturber .et_pb_module:nth-child(3) .et_pb_text_inner p:last-child {
		margin-left: -50px;
		margin-right: -10px;
		width: calc(100% + 60px);
	}
}



/* CONTACT */
.formulares .et_pb_text_0 h2 {
    font-size: 46px;
    line-height: 54px;
}
.formulares .wpcf7-radio.radio-column {
    display: flex;
    flex-direction: column;
}
.formulares .wpcf7-radio.radio-column > span {
    margin: 0;
}
.formulares .contact-radio .wpcf7-radio.radio-row,
.formulares .contact-radio .wpcf7-checkbox {
    display: flex;
    flex-direction: row;
}
.formulares .contact-radio .wpcf7-radio.radio-row > span,
.formulares .contact-radio .wpcf7-checkbox > span {
    margin-left: 0;
	width: 33%;
}
.formulares .contact-radio .wpcf7-checkbox > span label {
    display: flex;
    flex-direction: row;
}
.formulares .contact-radio .wpcf7-checkbox > span input[type="checkbox"] {
    -webkit-appearance: radio;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    top: 0;
    padding: 0;
    background: #fff;
    margin-right: 10px;
}
.formulares .contact-radio .wpcf7-checkbox > span input[type="checkbox"]:checked::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #a80f0e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.formulares .contact-radio .wpcf7-checkbox > span span.wpcf7-list-item-label {
    font-weight: 300;
}
.formulares label {
    
}
.formulares input:not([type="radio"]), .formulares textarea, .formulares select {
    border: none;
    background-color: #fff;
    padding: 13px 20px;
    display: block;
    width: 100%;
    font-size: 21px;
}
.formulares select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formulares .select-wrap {
	position: relative;
}
.formulares .select-wrap:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 25px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #aaadb1;
    border-right: 2px solid #aaadb1;
    pointer-events: none;
}
.formulares select:after {
	content: ">";
	position: absolute;
	right: 20px;
	top: 20px;
}
.formulares input[type="submit"] {
    width: auto;
    color: #a80f0e;
    border: 2px solid #a80f0e;
    background-color: transparent;
    transition: all .3s ease;
    cursor: pointer;
    padding: 5px 30px !important;
    font-size: 18px;
    line-height: 30px !important;
    font-weight: 700;
    border-width: 1px;
    border-radius: 0 !important;
    display: inline-block;
}
.formulares input[type="submit"]:hover {
	background-color: #a80f0e;
	color: #fff;
}
.formulares input::placeholder, 
.formulares textarea::placeholder {
	color: #aaadb1 !important;
	font-weight: 300;
}
.formulares textarea {
    height: 150px;
    width: 100% !important;
}
.formulares .wpcf7-form-control-wrap {
    display: block;
	margin-bottom: 20px;
}
.formulares br {
    display: none;
}
.formulares label {
    display: block;
    margin-bottom: 10px;
}
.formulares input[type="date"].empty {
    color: transparent;
}
.formulares input[type="date"].empty::before {
    content: attr(placeholder);
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    height: 100%;
    width: 80%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.formulares input[type="date"]:after {
    content: url(/wp-content/uploads/2025/07/Icon_Termin-dark.svg);
    position: absolute;
    top: 10px;
    right: 15px;
    width: 35px;
    background-color: #fff;
    pointer-events: none;
}
.formulares select.empty {
    color: #aaa;
}
.formulares select.empty:focus {
    color: #3c3c3c;
}
.formulares form .form-agree {
    display: flex;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 20px;
}
.formulares form .form-agree p {
    font-size: 20px;
    line-height: 24px;
}
.formulares form .form-agree span {
    margin: 0;
}
.formulares form .form-agree a {
    color: #a80f0e !important;
	text-decoration: underline;
	font-weight: 700;
}
.formulares form .form-agree a:hover {
    text-decoration: none;
}
.formulares form .form-agree span.wpcf7-not-valid-tip {
    position: absolute;
    height: 20px;
    width: 20px;
    border: 2px solid #a80f0e;
    top: 2px;
    left: 0;
    pointer-events: none;
}
.formulares form .form-agree span.wpcf7-list-item.first.last {
    display: flex;
}
.formulares form .form-agree span.wpcf7-list-item.first.last span.wpcf7-list-item-label {
    margin-left: 10px;
    margin-right: 5px;
	display: none;
}
.formulares form .form-agree span input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 2px;
}
.formulares form .form-agree span input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background: #e1e1e1;
}
.formulares form .form-agree span input[type="checkbox"]:after {
    width: 14px;
    height: 14px;
    background: #a80f0e;
    position: absolute;
    top: 5px;
    left: 3px;
}
.formulares form .form-agree span input[type="checkbox"]:checked:after {
	content: "";
}
.formulares .wpcf7-response-output {
    color: #000 !important;
}
span.wpcf7-not-valid-tip {
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    border: 2px solid #a80f0e;
    text-indent: -9999px;
	pointer-events: none;
}
.wpcf7-response-output {
    color: #fff;
    border: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    font-size: 20px;
}
@media (max-width: 980px) {
	.et_pb_section.formulares {
		padding-bottom: 40px;
	}
	.formulares .wpcf7-radio.radio-row > span {
		width: auto;
		margin-right: 20px;
	}
	.formulares .wpcf7-radio.radio-row > span:last-child {
		margin-right: 0;
	}
	.formulares form .form-agree span input[type="checkbox"]:after {
		top: 4px;
	}
	.contact-form form .form-agree span input[type="checkbox"]:before {
		top: 0px;
	}
	.formulares form .form-agree span.wpcf7-not-valid-tip {
		top: 0;
	}
	.formulares input:not([type="radio"]), .formulares textarea, .formulares select {
		font-size: 18px;
	}
	.formulares input[type="submit"] {
		padding: 4px 20px !important;
        font-size: 16px;
        line-height: 24px !important;
	}
	.formulares form .form-agree p {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 1280px) {
	.contact-form form .form-agree {
		flex-direction: column;
	}
	.contact-form form .form-agree p {
		padding-bottom: 0;
	}
}



/* MAP SECTION */
.map-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body:not(.et-fb) .map-section {
	background-color: #a80f0e;
}
.map-section .map-img {
	width: 60%;
	margin: 0;
}
body:not(.et-fb) .map-section .map-img .pin {
	position: absolute;
	opacity: 0.7;
	transition: all .3s ease;
	cursor: pointer;
	width: 5%;
}
body:not(.et-fb) .map-section .map-img .pin.active,
body:not(.et-fb) .map-section .map-img .pin:hover {
	opacity: 1;
}
body:not(.et-fb) .map-section .map-img .pin-1 {
    top: 40%;
    right: 19%;
}
body:not(.et-fb) .map-section .map-img .pin-2 {
	top: 57.8%;
    left: 27.5%;
}
body:not(.et-fb) .map-section .map-img .pin-3 {
    top: 37.5%;
    left: 19%;
}
body:not(.et-fb) .map-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    background: #a81830;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8% !important;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
body:not(.et-fb) .map-info * {
	color: #fff;
}
body:not(.et-fb) .map-info.active {
	opacity: 1;
	visibility: visible;
}
body:not(.et-fb) .map-info .save-contact-vcf:hover {
    background-color: #fff !important;
    color: #a80f0e !important;
    border-color: #fff !important;
}
@media (max-width: 980px) {
	body:not(.et-fb) .map-section .map-img {
		width: 100%;
	}
	body:not(.et-fb) .map-info {
		transition: none;
		width: 100%;
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
	body:not(.et-fb) .map-info.active {
		position: relative;
	}
	body:not(.et-fb) .map-section .map-img .pin {
		width: 10%;
	}
	body:not(.et-fb) .map-section .map-img .pin-1 {
		top: 32.5%;
		right: 16.5%;
	}
	body:not(.et-fb) .map-section .map-img .pin-2 {
		top: 50%;
		left: 25.2%;
	}
	body:not(.et-fb) .map-section .map-img .pin-3 {
		top: 30%;
		left: 16.7%;
	}
}


/* FOOTER */
footer h5, footer p, footer a {
    color: #fff;
}
footer p {
	font-size: 20px;
    padding-bottom: 5px;
}
footer h5 {
    font-size: 24px !important;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 5px;
}
footer a.et_pb_button:hover {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #5d5d5c !important;
}
@media (max-width: 768px) {
	footer .et_pb_row {
		width: 90%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	footer .footer-main .et_pb_row .et_pb_column {
		width: 49% !important;
	}
	footer .footer-main .et_pb_row .et_pb_column:first-child {
		order: 2;
		margin-left: 8%;
		margin-right: 0;
	}
	footer .footer-main .et_pb_row .et_pb_column:nth-child(2) {
		order: 3;
		margin-left: 51%;
	}
	footer .footer-main .et_pb_row .et_pb_column:nth-child(3) {
		order: 4;
		margin-left: 51%;
	}
	footer .footer-main .et_pb_row .et_pb_column:last-child {
		order: 1;
		width: 43% !important;
	}
	footer h5 {
		font-size: 20px !important;
		line-height: 28px;
		padding-bottom: 0;
	}
	footer p {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 0;
	}
	.footer-copyright p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (min-width: 768px) and (max-width: 980px) {
	footer .et_pb_row {
		width: 90%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	footer .footer-main .et_pb_row .et_pb_column {
		width: 32% !important;
		margin-right: 2% !important;
	}
	footer .footer-main .et_pb_row .et_pb_column:first-child {
		order: 2;
	}
	footer .footer-main .et_pb_row .et_pb_column:nth-child(2) {
		order: 3;
	}
	footer .footer-main .et_pb_row .et_pb_column:nth-child(3) {
		order: 4;
		margin-right: 0 !important;
	}
	footer .footer-main .et_pb_row .et_pb_column:last-child {
		order: 1;
		width: 30% !important;
		margin-right: 70% !important;
		margin-bottom: 40px;
	}
}