/*
  Stylesheet CSS
  Project Name: Atlas Project 
  Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Reset CSS*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Raleway", sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #212121;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #212121;
	text-decoration: none;
	outline: none;
	outline: 0;
}
button {
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input {
	vertical-align: middle;
}
select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
button {
	cursor: pointer;
}
button:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-style: normal;
	font-display: swap;
	font-weight: 300;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
p {
	margin-bottom: 15px;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
section {
	width: 100%;
	float: left;
}
.gutter-0 {
	padding: 0px 50px;
}
:root {
	--yallow: #fec32d;
	--gray: #262626;
	--black: #000000;
	--white: #ffffff;
	--offwhite: #adadad;
}
.sc__nopadding__left {
	padding-left: 50px;
}
.sc__nopadding__right {
	padding-right: 50px;
}
.sc__full__width {
	max-width: 100% !important;
}
/* -------------------------------
	Project Css Start
-------------------------------*/
/* -------Nav Menu --------- */
/*Nav Menu*/
.hamburger.active .menu_btn {
	display: none;
}
.hamburger.active .close_btn {
	display: block;
}
.hamburger .close_btn {
	position: relative;
	top: -26px;
	display: none;
}
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-light .navbar-toggler .fa-bars {
	color: #707070;
	border: 1px solid transparent;
	padding: 5px 10px;
}
.navbar-light .navbar-toggler {
	color: rgb(0 0 0);
	font-size: 30px;
}
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
	color: var(--black);
	font-size: 15px;
	display: block !important;
	position: relative;
	line-height: 19px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 1.5rem;
	letter-spacing: 0.5px;
}
.navbar-brand img {
	width: 70px;
	position: relative;
	top: 6px;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
	color: var(--yallow) !important;
	outline: 0;
}
.dropdown-menu.show {
	-webkit-animation: fadeIn 0.3s alternate;
	/* Safari 4.0 - 8.0 */
	animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
	position: static;
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}

.icons {
	display: inline-flex;
	margin-left: auto;
}
.icons a {
	transition: all 0.2s ease-in-out;
	padding: 0.2rem 0.4rem;
	color: #ccc !important;
	text-decoration: none;
}
.icons a:hover {
	color: rgb(0, 0, 0);
	text-shadow: 0 0 30px rgb(0, 0, 0);
}

.sc_header__bottom {
	padding: 0px 40px;
	border-bottom: 1px solid #707070;
}
header.sticky .sc_header__bottom {
	border-bottom: 0;
}
.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}

.icons {
	display: inline-flex;
	margin-left: auto;
}
.icons a {
	transition: all 0.2s ease-in-out;
	padding: 0.2rem 0.4rem;
	color: #ccc !important;
	text-decoration: none;
}
.icons a:hover {
	color: white;
	text-shadow: 0 0 30px white;
}

/* Icon Button */
.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}
.sc_sccording {
	padding-left: 25px;
}
.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}

.icons {
	display: inline-flex;
	margin-left: auto;
}
.icons a {
	transition: all 0.2s ease-in-out;
	padding: 0.2rem 0.4rem;
	color: #ccc !important;
	text-decoration: none;
}
.icons a:hover {
	color: white;
	text-shadow: 0 0 30px white;
}
/* Icon Button END */

/*Sticky Header*/
header.sticky {
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.3);
	-o-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.3);
	-moz-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.3);
	-ms-box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.3);
	box-shadow: 6px 0px 20px rgba(193, 193, 193, 0.3);
	animation: sticky_topfade 0.5s ease-in-out;
	z-index: 9999;
	width: 100%;
}
.sticky .navright i {
	background-color: #ffe3ba;
	color: #ff9400;
}
.sticky .navright i:hover {
	background-color: #ff9400;
	color: #ffffff;
}
.sticky .navbar-default .navbar-nav > li > a,
.sticky .mainmenu ul li a,
.sticky .navbar-expand-lg .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.44);
}
.sticky .navbar-brand img {
	width: 50px;
	position: relative;
	top: 6px;
}
.sticky .sc__top_header {
	display: none;
}
.sticky .navbar-default .navbar-nav > li > a,
.sticky .mainmenu ul li a,
.sticky .navbar-expand-lg .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.98);
}
/* -------Nav Menu END--------- */

.sc__top_header {
	border-bottom: 1px solid #707070;
	padding: 0px 50px;
}
.header_top_contact {
	padding: 10px 0px;
}
.header_top_contact ul {
}
.header_top_contact ul li {
	display: inline-block;
	padding: 0px 30px 0px 0px;
	font-size: 14px;
}
.sc__massege__box h4 {
	padding: 10px 0 20px 0;
	font-size: 16px;
	color: #3e9e00;
}
/* 2nd Section  */
.sc__banner_img____ {
	height: 680px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.sc__sofaand__polos,
.sc__faragen {
	background-color: var(--white);
}
.sc__sofaImg {
	height: 680px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.sc__banner_content {
	text-align: center;
}
.sc__banner__img__top {
	height: 680px;
	overflow: hidden;
}
.sc__sofaImg {
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}

.sc__sofaImg:hover {
	transform: scale(1.1);
}
.banner_text {
}
.sc__banner__logos {
	position: relative;
	display: inline-block;
}
.sc__banner__logos .black_logo {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.sc__banner__logos:hover .black_logo {
	display: inline;
}
.banner_text h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 22px;
	display: none;
}
.banner_text h1 {
	font-weight: 300;
	font-size: 41px;
	line-height: 53px;
}
.banner_text h6 {
	font-weight: 300;
	font-size: 21px;
	line-height: 22px;
	margin-top: 10px;
}
.sc__all__button {
	margin-top: 30px;
}
.sc__all__button ul {
}
.sc__all__button ul li {
	display: inline-block;
	margin: 0px 20px 0px 0px;
}
.sc__all__button ul li a {
	text-decoration: none;
	font-size: 18px;
	background-color: var(--gray);
	padding: 11px 42px;
	border: 1px solid var(--black);
	color: var(--white);
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-weight: 300;
	line-height: 22px;
}
.sc__all__button ul li:hover a {
	background-color: transparent;
	color: var(--black);
}
.sc__all__button ul li a.jetzt {
	background-color: var(--yallow);
	color: var(--gray);
	border: 1px solid var(--yallow);
}
.sc__all__button ul li:hover a.jetzt {
	background-color: transparent;
	color: var(--black);
	border: 1px solid var(--black);
}

/* -----2Nd section CSS------- */
.sc__hygienische {
	background-color: var(--yallow);
	padding: 80px 50px;
}
.sc_hygen_title {
	padding: 0px 70px 0px 0px;
}
.sc_hygen_title h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 59px;
	padding-bottom: 20px;
}
.sc_hygen_title p {
	font-weight: 300;
}
.sc__right_hygen_list ul li {
	position: relative;
	padding-bottom: 20px;
	line-height: 28px;
	padding-left: 8px;
	font-size: 15px;
}
.sc__right_hygen_list ul li::before {
	content: " " !important;
	position: absolute;
	top: 6px;
	left: -25px;
	height: 23px;
	width: 23px;
	background-image: url("../images/plus-icon.svg");
	background-size: cover;
	background-repeat: no-repeat;
}

.sc__large__bg_img {
	height: 749px;
	overflow: hidden;
}
.sc__Machine_wash {
	transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
}

.sc__Machine_wash:hover {
	transform: scale(1.1);
}
.sc__Machine_wash {
	height: 749px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
/* --------4Th Section Css---------- */
.sc__ablauf__einer {
	background-color: var(--gray);
	padding: 80px 0px;
	color: var(--white);
}
.sc__ablauf_title {
	margin-bottom: 80px;
}
.sc__ablauf_title h3 {
	font-size: 37px;
	font-weight: 300;
	line-height: 45px;
}
.sc__margin {
	margin-bottom: 10px;
}
.sc__hau {
	padding-left: 15px;
}
.sc_ablauf__service {
	text-align: center;
}

.sc_ablauf__service span {
	background-color: var(--yallow);
	width: 54px;
	height: 54px;
	color: var(--gray);
	display: inline-block;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 100%;
	line-height: 28px;
	font-weight: 300;
	font-size: 45px;
	text-align: center;
	padding-top: 10px;
}
.sc_ablauf__service p {
	font-weight: 300;
	color: var(--white);
	text-align: left;
}
.sc__anrufeni {
	text-align: center;
	margin-top: 60px;
}
.sc__anrufeni a {
	display: inline-block;
	color: var(--gray);
	padding: 10px 35px;
	background-color: var(--yallow);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.sc__anrufeni:hover a {
	background-color: var(--white);
}
/* --------5th Section-------- */
.sc__faragen {
	/* padding: 40px 0px 80px 0px; */
}
.sc__fragen button.accordion-button.collapsed,
.sc__fragen button.accordion-button {
	font-size: 22px;
	line-height: 29px;
}
.accordion-item {
	border: 0;
}
.accordion-button:not(.collapsed) {
	color: var(--gray);
	background-color: transparent;
	box-shadow: none;
}
.accordion-button:focus {
	border-color: transparent;
	box-shadow: 0 0 0 0.25rem transparent;
}
.accordion-button::after {
	background-image: url("../images/plus-icon.svg");
	position: absolute;
	left: -12px;
	top: 17px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("../images/minus.png");
}
.sc__fragen {
	padding-top: 80px;
}
.sc__wash_bg_img {
	height: 890px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.sc__handwash__zoom {
	height: 890px;
	overflow: hidden;
}
.sc__wash_bg_img {
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}

.sc__wash_bg_img:hover {
	transform: scale(1.1);
}
/* -----6th section Css------- */

.sc__erfahrungen_ae {
	background-color: var(--gray);
	padding: 80px 0px;
	color: var(--gray);
}
.carousel-item h4,
.sc_erf_,
.carousel-item p,
.carousel-item span {
	color: var(--white);
	text-align: center;
	font-weight: 300;
}
.carousel-item h4 {
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 30px;
}
.carousel-item p {
	font-size: 15px;
	line-height: 22px;
	padding: 0px 90px;
}
.carousel-control-prev,
.carousel-control-next {
	top: -105px;
}
.carousel-item span {
	font-size: 17px;
	line-height: 17px;
}
.carousel-item {
	text-align: center;
	height: 250px;
}
/* 7th Section */
.sc__kontact_h .kontact_scm {
	padding-left: 50px;
}
.sc__kontact_add {
	padding: 80px 0px;
}
.sc__kon ul li {
	padding-bottom: 10px;
}
.sc__kon ul li a {
	font-size: 15px;
	color: var(--gray);
	line-height: 22px;
}
.sc__kontact__text {
	width: 30rem;
	padding: 10px 0px 20px 0px;
}
.sc__kon ul li a span {
	width: 37px;
	height: 37px;
	background-color: #262626;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	padding: 3px 0px 0px 10px;
	font-size: 15px;
	margin: 0px 8px 0px 0px;
}
i.fa-solid.fa-location-dot {
	padding-left: 3px;
}
span.fa-location-dot {
	padding: 0px 0px 0px 10px !important;
}
.kontact_scm ul li {
	display: block !important;
	margin-bottom: 20px;
}
.sc__kontact_form h3 {
	padding-bottom: 30px;
}
svg.svg-inline--fa.fa-location-dot {
	padding: 0px 2px;
	margin-top: 9px;
}
.sc__kost {
	margin-bottom: 50px;
}
.sc__kontact_form {
	background-color: var(--yallow);
	height: 100%;
	padding: 80px 100px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
	border: 1px solid var(--white);
	background-color: var(--white);
	height: 40px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 30px;
}
.contact-form input[type="text"].form-control::-webkit-input-placeholder {
	color: #242424;
	font-size: 13px;
	letter-spacing: 0.5px;
	opacity: 60%;
}
.contact-form textarea.form-control::-webkit-input-placeholder {
	color: #242424;
	font-size: 13px;
	letter-spacing: 0.5px;
	opacity: 60%;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid var(--white);
	background-color: var(--white);
	border-radius: 5px;
	padding: 20px;
	height: 200px;
	margin-bottom: 15px;
}
.contact-form input[type="submit"] {
	background-color: var(--gray);
	border: none;
	color: #ffffff;
	width: 150px;
	height: 40px;
	border-radius: 10px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-top: 10px;
	line-height: 18px;
	letter-spacing: 0.7px;
}
.contact-form input[type="submit"]:hover {
	background-color: var(--white);
	color: var(--gray);
	border: 1px solid var(--white);
}
.contact-form input:focus,
.contact-form textarea:focus {
	color: #000000;
	background-color: var(--white);
	border-color: var(--offwhite);
	outline: 0;
	box-shadow: none;
	border: 1px solid var(--white);
}
/* -------------Desktop Social---------------- */
.scatlas_PC {
	right: 0;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	text-align: center;
}
.scatlas_PC a {
	display: block;
	margin: 0;
	border-radius: 0;
	width: 56px;
	max-width: none;
	background-color: #212121;
	height: 56px;
	line-height: 56px;
	float: none;
	padding: 0;
	color: #fff;
	font-size: 20px;
}
.scatlas_PC a:hover,
.scatlas_PC a:active,
.scatlas_PC a:focus,
.scatlas_PC a:visited {
	background-color: rgba(33, 33, 33, 0.5);
	color: #fff;
}
.scatlas_PC a .fa {
	font-weight: 400;
}

/* -------------Desktop Social End---------------- */

/* --------BAck to top button------- */
#back2Top {
	width: 40px;
	line-height: 31px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	position: fixed;
	bottom: 60px;
	right: 20px;
	background-color: #999999;
	text-align: center;
	text-decoration: none;
	border-radius: 100%;
}
a#back2Top img {
	position: relative;
	top: 4px;
	width: 31px;
}
#sc__envelop {
	position: relative;
}
a#emailclick {
	width: 40px;
	height: 40px;
	z-index: 999;
	cursor: pointer;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	position: fixed;
	right: 20px;
	background-color: #ffc30b;
	text-align: center;
	text-decoration: none;
	border-radius: 100%;
	bottom: 115px;
	padding: 10px 0px 0px 0px;
}
#emailclick img {
	width: 20px;
}
#emailclick .fa-envelope:before {
	content: "\f0e0";
	font-size: 20px;
	color: #ffffff;
}
#mobileview_phone .fa-phone-flip:hover:before {
	color: var(--gray);
}
#emailclick .fa-envelope:hover:before {
	color: var(--gray);
}
/* -------------Mobile View---------- */
#mobileview_phone {
	width: 40px;
	height: 40px;
	z-index: 999;
	cursor: pointer;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	position: fixed;
	right: 20px;
	background-color: #ffc30b;
	text-align: center;
	text-decoration: none;
	border-radius: 100%;
	padding: 10px 0px 0px 0px;
}
#mobileview_phone svg.svg-inline--fa.fa-phone-flip {
	color: var(--white);
}
#sc__phone {
	display: none;
}
div#sc__phone a {
	color: #ffffff;
}
/* ---------sofareinigung CSS--------- */
.sc__sofa_model_banner {
	height: 460px;
	overflow: hidden;
}
.sc__model_sofa {
	height: 460px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.sc__model_sofa {
	transition: 4s;
	-webkit-transition: 4s;
	-moz-transition: 4s;
	-ms-transition: 4s;
	-o-transition: 4s;
}

.sc__model_sofa:hover {
	transform: scale(1.1);
}
.sc__gastank {
	padding: 80px 0px;
}
.sc__text {
	text-align: center;
	margin-bottom: 30px;
}
.sc_Tiefenreinigung_text p {
	font-size: 15px;
	line-height: 26px;
}
.sc__atlas_sofareinigung {
	background-color: var(--gray);
	padding: 80px 0px 80px 0px;
	text-align: center;
	color: var(--white);
}
.sc__sofabtn ul li:hover a {
	background-color: var(--white) !important;
}
.sc__sofabtn {
	margin-top: 60px;
}
.sc__materialschonende {
	padding: 0px 0px;
}
.sc__wasing__11 {
	height: 646px;
	overflow: hidden;
}
.sc__materbg_img {
	height: 646px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.sc__materbg_img {
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}

.sc__materbg_img:hover {
	transform: scale(1.1);
}

.sc__matertext {
	padding: 80px 80px;
}
.sc__materia h3 {
	line-height: 44px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.sc__text__decription p {
	font-size: 15px;
	line-height: 26px;
}
.sc__wie {
	background-color: var(--yallow);
	padding: 80px 0px;
}
.sc__wie_text h4 {
	font-size: 37px;
	line-height: 54px;
	text-align: center;
	color: #262626;
}

.sc__termin .owl-carousel .item {
	height: 40rem;
	padding: 0;
}
.sc__termin {
}
.sc__termin_bgimg {
	height: 650px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.sc__termin_verein {
	padding: 80px 80px;
}
.sc__termin_verein span {
	background-color: var(--yallow);
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sc__termin_verein h4 {
	font-size: 26px;
	line-height: 40px;
	padding-bottom: 30px;
}
.sc__termin_verein p {
	padding-bottom: 10px;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	width: 100%;
}
button.owl-next {
	position: absolute;
	right: 20px;
	border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-ms-border-radius: 100% !important;
	-o-border-radius: 100% !important;
}
button.owl-prev {
	position: absolute;
	left: 20px;
	border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-ms-border-radius: 100% !important;
	-o-border-radius: 100% !important;
	transform: rotate(180deg);
	width: 40px;
	height: 40px;
	background-color: #000000 !important;
}
.owl-theme .owl-nav .disabled {
	opacity: 0;
}
button.owl-prev img {
	position: relative;
	top: 3px;
	right: -1px;
}
button.owl-next img {
	position: relative;
	top: 3px;
	right: -1px;
}
button.owl-next {
	width: 40px;
	height: 40px;
	background-color: #000000 !important;
}
button.owl-next:hover,
button.owl-prev:hover {
	/* width: 40px;
	height: 40px; */
	background-color: var(--yallow) !important;
}
.sc__waork__img {
	height: 680px;
	overflow: hidden;
}
.sc__images__uns {
	height: 680px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.sc__images__uns {
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}

.sc__images__uns:hover {
	transform: scale(1.1);
}
.sc__wir_bgcolor {
	background-color: var(--yallow);
	height: 100%;
	padding-top: 150px;
}

.sc__faq {
	padding: 40px 0px 80px 0px;
}
.sc__faq .accordion-item {
	background-color: var(--yallow);
	padding: 10px 30px;
	margin-bottom: 20px;
}
.sc__faq .accordion-button {
	background-color: transparent;
}
.sc__faq button.accordion-button.collapsed,
.sc__faq button.accordion-button {
	font-size: 22px;
	line-height: 21px;
}
.sc___unser_impressums__section {
	padding: 40px 0px 80px 0px;
}
.sc__unser_impressum_content p {
	margin-bottom: 0;
}
.sc__margin_20 {
	margin-bottom: 30px;
}

.sc__datenschhutz {
	padding: 80px 0px;
}
.sc__daten__content h4,
.sc__daten__sub__text h5 {
	font-size: 22px;
	font-weight: 300;
	padding-bottom: 10px;
}
.sc__daten__content h5 {
	font-size: 15px;
	padding: 20px 0px;
}
.sc__daten__content p {
	margin-bottom: 0;
}
.sc__notfound__img {
	height: 680px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.sc__seiti {
	margin-top: 9rem;
}
.sc__seiti .sc__all__button ul li:hover a.jetzt {
	background-color: var(--black);
	color: var(--white);
	border: 1px solid var(--white);
}
.sc__seiti h4 {
	font-size: 37px;
	font-weight: 300;
}
.sc__seiti p {
	padding: 20px 0px;
}
.sc__dankeschön__text .sc__all__button ul li:hover a {
	background-color: var(--white);
	color: var(--black);
	border: 1px solid var(--white);
}
.sc__dankeschön {
	background-color: var(--yallow);
	text-align: center;
	height: 90vh;
}
.sc__thanks h4 {
	font-size: 37px;
	line-height: 40px;
	font-weight: 300;
	padding-bottom: 20px;
}

/* ----Blog Css------- */
.sc__blog {
	padding: 40px 0px 80px 0px;
}
.sc__blog__img {
	height: 100%;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.sc__blog__items {
	height: 240px;
	overflow: hidden;
}
.sc__blog__img:hover {
	transform: scale(1.1);
}
.sc__bog__content {
	text-align: center;
	padding-top: 17px;
}
.sc__bog__content span {
	font-size: 13px;
	line-height: 35px;
	font-weight: 300;
	color: var(--black);
}
.sc__bog__content h3 {
	font-size: 22px;
	line-height: 26px;
	color: var(--black);
	text-align: left;
	padding: 10px 0px 15px 0px;
}
.sc__bog__content p {
	color: var(--black);
	text-align: left;
}
.sc__bog__content:hover h3 {
	color: var(--yallow);
}
.padding-5 {
	padding: 1rem 3rem 1rem 3rem;
}

/* ------BLog Sigle Css-------- */
.sc__blog__single {
	padding: 40px 0px 80px 0px;
}
.sc__blog__single_text {
	padding-top: 40px;
	text-align: left;
}
.sc__blog__single_text span {
	display: block;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
}
.sc__blog__single_text h1 {
	font-size: 35px;
	line-height: 54px;
	font-weight: 300;
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.sc__blog__single_text img {
	margin: 20px 0;
}

.sc__blog__single_text h2 {
	font-size: 35px;
	line-height: 54px;
	font-weight: 300;
	padding: 0px 0px 20px 0px;
}
.sc__blog__single_text h3 {
	font-size: 30px;
	line-height: 54px;
	font-weight: 300;
	padding: 0px 0px 20px 0px;
}
.sc__blog__single_text h4 {
	font-size: 25px;
	line-height: normal;
	font-weight: 300;
	padding: 0px 0px 20px 0px;
}
.sc__blog__single_text h5 {
	font-size: 20px;
	line-height: normal;
	font-weight: 300;
	padding: 0px 0px 20px 0px;
}
.sc__blog__single_text h6 {
	font-size: 16px;
	line-height: normal;
	font-weight: 300;
	padding: 0px 0px 20px 0px;
}
.sc__blogsingle__items {
	height: 500px;
	overflow: hidden;
}
.sc__signle__bg_img:hover {
	transform: scale(1.1);
}
.sc__signle__bg_img {
	height: 100%;
	width: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.sc__blog__single_text h5 {
	padding: 30px 0px 15px 0px;
	font-weight: 400;
}
.sc__paginations {
	padding: 40px 30px;
}
.pagination-prev img {
	position: relative;
	top: -17px;
}
.pagination-prev {
	flex-direction: row-reverse;
}
.sc__nexts img,
.sc__prevs img {
	position: relative;
	top: 7px;
}
.sc__nexts a:hover,
.sc__prevs a:hover {
	background-color: var(--yallow);
}
.sc__nexts {
	position: relative;
	top: -7px;
	left: -5px;
}
.sc__prevs {
	position: relative;
	top: -7px;
	right: -5px;
}
.sc__nexts a,
.sc__prevs a {
	width: 40px;
	height: 40px;
	background-color: var(--black);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	cursor: pointer;
	display: block;
	line-height: 37px;
	text-align: center;
}
.pagination-next,
.pagination-prev {
	color: var(--black);
	font-size: 14px;
	font-weight: 300;
	display: flex;
	justify-content: start;
}
.pagination-prev {
	text-align: right;
}
.pagination-next {
	text-align: left;
}
.sc__recent__post {
	border-top: 2px solid #adadad;
	padding: 20px 0px 0px 0px;
}
.sc__recent_post_title h4 {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 15px;
}
.sc__recent__post_items p {
	padding-top: 15px;
	line-height: 20px;
}
.sc__recent__post_items:hover p {
	color: var(--yallow);
}
.sc__recent_p__item__img {
	height: 190px;
	width: 190px;
	overflow: hidden;
}
.sc__releted__img {
	height: 100%;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}
.sc__releted__img:hover {
	transform: scale(1.1);
}
.sc__kommenter {
	margin-top: 7rem;
}
.sc__kommer__ver h4 {
	font-size: 20px;
	line-height: 23px;
	padding-bottom: 30px;
}
.pagination-next img {
	transform: rotate(180deg);
}
.comment-form input {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 6px;
	border: 1px solid #adadad;
	height: 40px;
	padding: 7px 15px;
}
.sc__kommer__ver p {
	width: 16rem;
	font-size: 13px;
	line-height: 26px;
}
.comment-form textarea {
	height: 200px;
	width: 100%;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #adadad;
	margin-bottom: 15px;
}
.comment-form p {
	font-size: 11px;
	line-height: 13px;
}
.leave-btn input[type="submit"] {
	width: 200px;
	height: 50px;
	border: 1px solid var(--yallow);
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 5px;
	background-color: var(--yallow);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
input[type="submit"]:hover {
	background-color: var(--black);
	color: #fff;
	border: 1px solid var(--black);
}
.leave-btn:hover .sc_btn_hover {
	border: 1px solid var(--gray);
	background-color: transparent;
}
.blog-title h3 {
	text-transform: capitalize;
}
.sc__blog_sidebar {
	padding: 0px 15px;
	display: block;
}
.sc__recent_post h4 {
	font-size: 14px;
	letter-spacing: 2.7px;
	padding-bottom: 2rem;
	font-weight: 400;
}
.sc__recent_post ul li {
	display: block;
	padding-bottom: 12px;
}
.sc__recent_post ul li a {
	font-size: 14px;
	display: inline-block;
	color: var(--gray);
	line-height: 13px;
}
footer {
	width: 100%;
	float: left;
	background-color: var(--gray);
	padding: 30px 50px;
}
.sc__footer_logo img {
	width: 90px;
}
.sc_f_contact {
	padding: 25px 0px 0px 0px;
}
.sc_f_contact ul li a {
	font-size: 17px;
	display: block;
	color: var(--offwhite);
	line-height: 21px;
	padding: 3px 0px 0px 0px;
}
.sc_follow ul li {
	display: inline-block;
	padding: 0px 25px 0px 0px;
}
.sc_follow ul li a {
	color: var(--bs-gray);
	font-size: 16px;
}
.sc_follow ul li:hover a {
	color: var(--yallow);
}
.sc__footer_item {
	padding-top: 2.7rem;
}
.sc__footer_item h4 {
	font-size: 18px;
	color: var(--white);
	margin: 0 0 1em;
	line-height: 21px;
}
.sc__footer_item ul li {
	line-height: 35px;
}
.sc__footer_item ul li a {
	font-size: 17px;
	color: var(--offwhite);
	line-height: 28px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.sc__footer_item ul li:hover a {
	color: var(--yallow);
}
.sc__recent_post ul li:hover a {
	/* color: var(--yallow); */
	text-decoration: underline;
}
.sc_footer_bottom {
	text-align: center;
	margin: 2rem 0 0;
}
.sc_footer_bottom p {
	color: var(--offwhite);
	font-size: 15px;
	line-height: 18px;
}
.sc_footer_bottom a {
	color: var(--offwhite);
}
.sc_footer_bottom:hover a {
	color: var(--yallow);
}
.sc__recent_post {
	position: sticky;
}
.sticky-top {
	top: 100px;
}
/* -------Mobile Social----------- */
.sc__mobile__social {
	display: none;
	background-color: var(--black);
}
.sc__mob_app {
	text-align: center;
}
.sc__mob_app a {
	display: inline-block;
	font-size: 20px;
	color: antiquewhite;
	padding: 13px 0px 14px 0px;
}
.sc__mob_app a i {
	text-align: center;
}

/* ------Slider For Mobile--------- */
section.sc__termin__slider__Mobile {
	display: none;
}
section.sc__termin__slider__Mobile .owl-item.active {
	margin: 0px !important;
}
.sc__item__mobile_img {
	height: 450px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 30px;
}
.sc__item__mobile_img span {
	background-color: var(--yallow);
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sc__item__mobile_img h4 {
	font-size: 26px;
	line-height: 40px;
	padding-bottom: 20px;
	font-weight: 300;
	color: var(--white);
}
.sc_item_mobile__text {
	padding: 40px 15px;
}
section.sc__termin__slider__Mobile #slider-carousel .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 25% !important;
	width: 100%;
}

section.sc__termin__slider__Mobile .owl-carousel .owl-wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.carousel-container {
	width: 100%;
}
.sc__kontact_form {
	position: relative;
}
.sc__kontact_form::after {
	position: absolute;
	right: -100%;
	content: "";
	background-color: var(--yallow);
	width: 50vw;
	top: 0;
	height: 100%;
	z-index: -1;
}
section.sc__kontact_h {
	padding: 0 50px;
}
.sc__faq button.accordion-button.collapsed,
.sc__faq button.accordion-button {
	font-weight: 300;
}
.sc_wi_50 {
	max-width: 500px;
}
.sc__daten_sub_1 h5,
.sc__daten_sub_2 h5,
.sc__daten_sub_3 h5 {
	font-size: 22px;
	font-weight: 300;
}
.sc__daten__content p {
	margin-bottom: 15px;
}
.sc__daten_sub_1 h5,
.sc__daten_sub_2 h5,
.sc__daten_sub_3 h5 {
	padding: 0 0 10px 0;
}
.sc__daten_sub_1 p,
.sc__daten_sub_2 p,
.sc__daten_sub_3 p {
	padding: 0 0 20px 0;
}
.sc___unser_impressums__section a:hover,
.sc__datenschhutz a:hover {
	text-decoration: underline;
}
