@media only screen and (min-width: 1200px) {
	.footer-type-1 .footer-widgets .widget {
		width: calc(33.3333% - 40px);
	}
}
body footer > div > div > .footer-widgets {
	justify-content: space-between !important;
}

/* TOP */
/*
#footer-top > .elementor-container {
    background-image: url("/wp-content/uploads/2025/07/rs-allgemein-footer-bg.webp");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
}
*/
#footer-top > .elementor-container {
    background-image: url("/wp-content/uploads/2025/07/rs-allgemein-footer-bg.webp");
    background-position: 21% 130%;
    background-repeat: no-repeat;
    background-size: 70%;
}

#footer-top a {
	color: var(--ci-gelb) !important;
}

#footer-top .special-text-effect-stroke {
    -webkit-text-stroke: 1px var(--ci-gelb);
    text-stroke: 1px var(--ci-gelb);
}

#footer-top #kontaktformular > .elementor-widget-container,
#footer-top #kontaktformular input,
#footer-top #kontaktformular select,
#footer-top #kontaktformular textarea {
    background: #fff !important;
}
#footer-top #kontaktformular label,
#footer-top #kontaktformular select option,
#footer-top #kontaktformular select {
    color: #abafb5;
}

/* BOTTOM */
#block-30 p,
#block-30 h5 {
	text-align: center;
}
#block-30 figure {
    justify-content: center;
    display: flex;
}
#block-30 img {
	/*max-width: 70%;*/
	transform: scale(1.2);
	position: relative;
	left: -20px;
}
#industrium_nav_menu_widget-9 h5,
body .menu-footer-menue-2-container,
#industrium_nav_menu_widget-9 a,
#custom_html-2 h5 {
	text-align: right;
}

/* COPYRIGHT */
/* Footer Dropdown */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	float: right;
}
.dropdown-content {
	display: none;
	position: absolute;
	padding: 12px 16px;
	z-index: 1;
	background-color: var(--ci-gelb);
	width: max-content;
	/* wenn dropdown nach oben klappen soll */
	/* top: -125px; */
	left: -110px;
}
.dropdown-content a {
	color: #000 !important;
}
.dropdown-content p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.dropdown-content a:hover {
	color: #000 !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* BACK-TO-TOP */
body .body-container .footer-scroll-top button {
	background-color: var(--ci-gelb);
}

@media only screen and (max-width: 575px) {
	.footer-row > .footer-widgets > .footer-widget:nth-child(1) {
		order: 3;
	}
	.footer-row > .footer-widgets > .footer-widget:nth-child(2) {
		order: 1;
		padding-top: 20px;
	}
	.footer-row > .footer-widgets > .footer-widget:nth-child(3) {
		order: 2;
	}
}