*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body
{
	font-family: "Poppins", sans-serif;
}

.navig-wrap ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    grid-column-gap: 30px;
    align-items: center;
}

.navig-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navig-wrap ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

nav {
    padding-top: 13px;
    height: 48px;
}

.fill-btn {
    border-radius: 5px;
    padding: 12px 14px;
    border:1px solid #CC1321;
    background-color: #CC1321;
    display: flex;
    grid-column-gap: 7px;
    height: 44px;
	align-items: center;
    width: fit-content;
    text-decoration: none;	
	transition: .5s all ease;
	    z-index: 99;
}

.fill-btn span {
    color: #fff;
}

button.fill-btn
{
    color:#fff;
}

button.fill-btn:hover
{
    color:#CC1321;
}

.navherobanner-sect 
{
	padding-bottom: 220px;	
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(images/gradient1.png);
}

.fill-btn:hover
{
    border:1px solid #CC1321;
    background-color: unset;	
	transition: .5s all ease;
}

.fill-btn:hover span
{
	color:#CC1321;
}

.fill-btn:hover svg path
{
	fill:#CC1321;
}

.herobanner-wrap {
    padding-top: 58px;
	position:relative;
}

.hb-left h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    margin-bottom: 18px;
	    width: 90%;
}

.hb-left p 
{
	font-size: 16px;
    line-height: 25px;
    margin-bottom: 28px;
	text-transform: capitalize;
	    width: 81%;
}

.hb-left {
	display: flex;
    flex-direction: column;
    grid-column-gap: 115px;
}

.herobanner-grid {
    display: flex;
    grid-column-gap: 113px;
	    align-items: center;
}

.hb-right {
    display: flex;
    grid-column-gap: 19px;
}

.hb-right .serv-img {
    border-radius: 20px;
}

.hb-img-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-row-gap: 15px;
	position: relative;
}

.hb-img-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 18px;
	margin-top: 31px;
	position: relative;
}

.hb-left a 
{
    height: 40px;
}

img.b1 
{
    position: absolute;
	bottom: -50px;
    left: -60px;
	z-index: -1;
}

img.b2 
{
    position: absolute;
    right: 0px;
    bottom: 230px;
}

.fill-star-small
{
    right: 120px;
    bottom: 325px;
    position: absolute;
}

.servimgwrap
{
	position:relative;
}

img.outline-star 
{
	top: 0px;
    left: -80px;
    position: absolute;
}

img.fill-star 
{
    bottom: 0;
    left: -70px;
    position: absolute;
}

.location-grid
{
    width: 100%;
    padding: 10px 33px;
    border-radius: 10px;
    background-color: #CC1321;
}

.location-grid {
    display: grid;
    grid-template-columns: 64% auto;
    grid-column-gap: 66px;
}

.location-left 
{
    display: flex;
    grid-column-gap: 20px;
	position:relative;
}

.addrs-cover {
    color: #fff;
	padding-top: 14px;
}

span.adds-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px;
    display: inline-flex;
}

.addrs-cover p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 23px;
    width: 100%;
}

span.adds-loc {
    font-size: 18px;
    font-weight: 700;
    width: 60%;
    display: inline-flex;
}

.location-left:after {
    content: '';
    position: absolute;
    right: -33px;
    width: 1px;
    height: 86%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.location-right .multi-head-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    margin-bottom: 32px;
    display: inline-flex;
}

.location-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-right ul 
{
    color: #fff;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    grid-row-gap: 18px;
    flex-direction: column;
    list-style-type: none;
}

.location-right ul li 
{
    display: flex;
    align-items: center;
    grid-column-gap: 18px;
}

.location-right ul li span 
{
    font-size: 22px;
    font-weight: 500;
    line-height: initial;
    text-transform: uppercase;
}

section.location-sect 
{
    position: relative;
    margin-top: -105px;
    margin-bottom: 51px;
}

.comm-header-subhead h2 
{
    width: 50%;
    font-size: 30px;
    line-height: 36px;
    color: #111D15;
    font-weight: 600;
    margin-bottom: 16px;
}

.comm-header-subhead 
{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
}

.comm-header-subhead p 
{
    width: 62%;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.services-grid 
{
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
}

.service-box img 
{
    margin-bottom: 21px;
}

.service-box h3 
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #111D15;
    margin-bottom: 16px;
}

.service-box img 
{
    width: 100%;
    border-radius: 15px;
}

.service-box p 
{
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    font-weight: 400;
	margin-bottom: 0;
}

section.ihr-partner-sect 
{
    padding-bottom: 80px;
}

section.partnerschaft-sect 
{
	padding:80px 0;
	position:relative;
    background-color: rgba(204, 19, 33, 4%);
}

section.partnerschaft-sect .comm-header-subhead p 
{
    width: 51%;
}

section.partnerschaft-sect .comm-header-subhead {
    margin-bottom: 73px;
}

.disdet-left {
    position: relative;
    width: fit-content;
}

.distext {
	top: 30px;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    height: 100%;
    align-items: center;
}

span.disnum {
    font-family: "Bebas Neue", sans-serif;
    display: inline-flex;
    color: #fff;
    font-size: 130px;
    font-weight: 400;
}

.distext p {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 0;
    width: 80%;
    text-align: center;
}

.distext h2 {
    display: flex;
    width: fit-content;
    margin-bottom: 0;
    line-height: 1;
	font-family: "Bebas Neue", sans-serif;
}

.discurrency {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	color: #fff;
    position: relative;
    top: -18px;
    left: 11px;
}

.discurrency span:first-child {
    font-size: 24px;
    line-height: 24px;
}

.discurrency span:last-child {
    font-size: 55px;
    line-height: 55px;
}

span.package {
    display: inline-flex;
    font-family: "Bebas Neue", sans-serif;
    font-size: 31px;
    line-height: 31px;
    color: #fff;
    position: relative;
    margin-top: -17px;
    left: 22px;
    display: inline-flex;
    margin-bottom: 28px;	
}

a.package-buy {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
	padding: 11px 22px;
    border-radius: 5px;
    margin-bottom: 38px;	
}

.package-wrapper {
    position: relative;
    left: -20px;
}

.disdet-right ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 49px;
}

.disdet-right ul li {
    display: flex;
    grid-column-gap: 26px;
}

.dr-icon {
    width: 47px;
    height: 47px;
    padding: 11px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid rgba(63, 63, 63, 36%);
}

.dr-info-wrap h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dr-info-wrap p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #333333;
    margin-bottom:0;
}

.disdet-right {
    width: 41%;
}

.discount-detail-grid {
    display: flex;
    grid-column-gap: 84px;
    justify-content: center;
	margin-bottom: 74px;
}

.work-flow-wrap 
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
    text-align: center;
	position: relative;
	margin-bottom: 65px;	
}

.work-img {
    width: 90px;
    height: 90px;
    padding: 27px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid rgba(63, 63, 63, 36%);
}

.work-flow-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work-img {
    margin-bottom: 38px;
    position: relative;
}

.work-flow-box h3 {
    margin-bottom: 19px;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    width: 67%;
}

.work-flow-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
	width: 80%;
}

section.partnerschaft-sect .wiees .comm-header-subhead {
    margin-bottom: 34px;
}

span.steps {
    position: absolute;
    right: -3px;
    bottom: 10px;
    background-color: #E12200;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.lp1 {
    position: absolute;
    left: 17%;
    width: 35%;
    top: -10px;
    z-index: -1;
}

.lp2 
{
    position: absolute;
    right: 16%;
    width: 32%;
    top: -10px;
    z-index: -1;
}

.packbenbtn {
    display: flex;
    justify-content: center;
}

img.vaccleaner 
{
    right: 0;
    top: 460px;
    position: absolute;
}

.whatsapp-sect
{
    color: #fff;
    height: 284px;
    position: relative;
    background-color: #CC1321;
    overflow: hidden;
}

.wa-content-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
	position:relative;
    z-index: 999;
}

section.whatsapp-sect .container {
    height: 100%;
}

.wa-content-cover h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 28px;
}

.wa-content-cover span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
    display: inline-flex;
}

.whatsappnumwrap 
{
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.whatsappnumwrap span 
{
    margin-bottom: 0;
}

.whatsappnumwrap span 
{
    font-size: 30px;
    font-weight: 600;
}

.whatsappnum 
{
    display: flex;
    column-gap: 30px;
}

.whatsappnum span:first-child 
{
    position: relative;
}

.whatsappnum span:first-child:after 
{
    width: 4px;
    content: '';
    height: 65%;
    background-color: #fff;
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
}

img.multi-bubble 
{
    position: absolute;
    top: 0;
    width: 100%;
}

.tabsect
{
	padding:80px 0;
}

.tab {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2px;
	margin-bottom: 28px;
}

.tab button 
{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;	
    cursor: pointer;
    transition: 0.3s;
    height: 70px;
    border: none;
    outline: none;
    background-color: #000;
    display: flex;
    grid-column-gap: 25px;
    justify-content: center;
    align-items: center;	
}

.tab button.active 
{
    color: #fff;
    background-color: #CC1321;
}

.tabcontent 
{
  display: none;
  padding: 6px 12px;
}

.common-ulli
{
	padding-left:0;
	margin-bottom:0;
	list-style-type:none;
	display: flex;
    flex-direction: column;
    row-gap: 28px;
}	

.common-ulli li
{
    position: relative;
    display: flex;
    align-items: flex-start;
}

.common-ulli li img
{
	position:relative;
}

.common-ulli li span 
{
    padding-left: 16px;
}

.tabFlex 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 41px;
}

.tabRight 
{
    border-radius: 10px;
    overflow: hidden;
}

.tabLeft h2 
{
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #111D15;
    margin-bottom: 12px;
    width: 80%;
}

.tabLeft p 
{
    font-size: 16px;
    line-height: 25px;
    color: #111D15;
    margin-bottom: 22px;
    width: 85%;
}

.decorinfo-sect
{
    width: 100%;
    padding-top: 30px;
	margin-bottom: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/img-mask.png);
}

.decor-left 
{
	width: 47%;
	color: #fff;
	padding: 30px;
    border-radius: 10px;
    background-color: rgba(204, 19, 33, 85%);
}

.deco-info-wrap h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 21px;
}

.deco-info-wrap h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}

.deco-info-wrap p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 31px;
}

.accom-ulli {
    margin-bottom: 40px;
}

.accom-ulli ul li {
    display: flex;
    column-gap: 17px;
}

.accom-info h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.accom-info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.accom-ulli .common-ulli {
    row-gap: 30px;
}

.makler-ulli h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 32px;
}

.common-ulli li svg path
{
	fill:#CC1321;	
}

.accom-ulli ul li svg path,
.makler-ulli ul li svg path
{
	fill:#fff;
}

.tabLeft ul li svg 
{
    flex-shrink: 0;
}

ul.common-ulli li svg 
{
    flex-shrink: 0;
}

.decor-info-wrap {
    display: flex;
    column-gap: 37px;
    align-items: flex-end;
}

.decor-right ul 
{
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.furweitere h5 
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 43px;
}

.furweitere span 
{
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
    display: inline-flex;
}

.decor-right ul li {
    font-size: 22px;
    font-weight: 600;
}

.makler-ulli {
    margin-bottom: 68px;
}

.partnerlogo-sect .comm-header-subhead
{
	margin-bottom:22px;
}

.partnerlogo-sect .comm-header-subhead h2 
{
    margin-bottom: 5px;
}

/* owl caro start */

.owl-carousel .owl-stage 
{
	display: flex;
}

.owl-carousel .owl-item 
{
	display: flex;
	flex: 1 0 auto;
}

.owl-carousel .thumbnail .caption 
{
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-carousel .thumbnail .caption .flex-text 
{
  flex-grow: 1;
}

/* owl caro end */

section.partnerlogo-sect 
{
    margin-bottom: 80px;
}

.contact-sect
{
	padding:55px 0;
	margin-bottom: 73px;
	background-color:#FAFAFA;
}

.contact-grid 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
}

.contact-left img {
    width: 100%;
}

.commonradio .radio-box-wrap 
{
	width:fit-content;
	position: relative;
}

.commonradio .radio-box-wrap input[type="checkbox"] 
{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	margin-top: 0;
}

.commonradio .radio-box {
    height: 36px;
    padding: 4px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:5px;
	border: 1px solid #A8A8A8;
}

.commonradio .radio-box-wrap input[type="checkbox"]:checked + .radio-box 
{
	color: #cc1321;
    border: 1px solid #CC1321;
}

.commonradio .radio-box h4
{
	margin: 0;
	font-size:16px;
	line-height:18px;
	white-space: nowrap;
}

.commonradio .radio-box-wrap input[type="checkbox"]:checked + .radio-box h4 
{
	color:#cc1321 !important;
}

.servradiowrap h5 
{
	color:#333333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
}

.contact-right h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
	margin-bottom: 13px;
}

.contact-right p {
    font-size: 18px;
    line-height: 21px;
	margin-bottom: 31px;
}

.inputwrapper input {
    height: 48px;
    border-radius: 10px;
    width: 100%;
    outline: none;
    border: 1px solid #CACACA;
    padding: 9px 16px;
	font-size:18px;
}

.inputwrapper input::placeholder
{
	color:#B8B8B8;
}

.inputwrapper 
{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 18px;
}

.grid-two {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

.inputwrapper textarea {
    height: 74px;
    border-radius: 10px;
    width: 100%;
    outline: none;
    border: 1px solid #CACACA;
    padding: 9px 16px;
	font-size:18px;
	resize:none;
}

.servradiowrap
{
    font-size: 16px;
    line-height: 18px;
	margin-bottom: 24px;	
}

.servradio.commonradio 
{
    display: flex;
    column-gap: 16px;
}

.checkbox-box-wrap 
{
	width:fit-content;
    position: relative;
	top: 2px;
}

.checkbox-box-wrap input[type="checkbox"] 
{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
	margin-top: 0;
}

/*.checkbox-box-wrap .checkbox-box */
/*{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 1px solid #CC1321;*/
/*}*/

.checkbox-box-wrap input[type="checkbox"]:checked + .checkbox-box::before 
{
    font-family: Arial, sans-serif;
	/*content: '\2714';*/
    top: -2px;
    left: 3px;
    color: #CC1321;
    font-size: 17px;
    position: absolute;
    pointer-events: none;
    transform: rotate(9deg);
}

.check-wrap {
    display: flex;
    column-gap: 13px;
	    margin-bottom: 39px;
}

.check-wrap label 
{
	width: 70%;
	color:#333333;
    font-size: 14px;
    line-height: 16px;
}

.contact-left {
    height: 605px;
    overflow: hidden;
    border-radius: 10px;
}

.contact-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-wrap 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-wrap a.ft-logo 
{
	margin-bottom:27px;
}

.footer-wrap a.ft-logo img 
{
    height: 70px;
}

h4.ft-header {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #111D15;
    margin-bottom: 25px;
}

.footer-wrap ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.whatsapp-mail-wrap {
    display: flex;
    column-gap: 90px;
}

ul.whatsapp-mail-wrap li {
    display: flex;
    column-gap: 12px;
}

.footer-number {
    display: flex;
    column-gap: 20px;
}

.footer-number span {
    font-size: 18px;
    font-weight: 500;
	color:#212529;
}

.footer-mail a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

ul.whatsapp-mail-wrap {
    margin-bottom: 36px;
}

ul.whatsapp-mail-wrap li:first-child
{
	position:relative;
}

ul.whatsapp-mail-wrap li:first-child:after 
{
    content: '';
    position: absolute;
    right: -45px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #808080;
}

ul.quicklinkswrap {
    display: flex;
    column-gap: 30px;
	margin-bottom: 37px;
}

ul.quicklinkswrap li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

ul.socialmediawrap {
    display: flex;
    column-gap: 30px;
	margin-bottom: 37px;
}

span.copyrights {
    display: inline-flex;
    font-size: 16px;
    margin-bottom: 20px;
}

#reinigung img 
{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 35px;
}

.comm-tab-content h2 
{
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #111D15;
    margin-bottom: 12px;
}
.comm-tab-content p 
{
    color: #111D15;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
    text-align: left;
}

.cleaning-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 34px;
    grid-row-gap: 26px;
}

.cleaning-box {
    background-color: #F6F6F6;
    padding: 23px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cleaning-box p {
    font-size: 14px;
    line-height: 20px;
    color: #111D15;
    margin-bottom: 0;
	text-align: center;
}

.cleaning-box h5 {
    font-size: 20px;
    margin-bottom: 11px;
    color: #111D15;
    font-weight: 500;
    line-height: 27px;
}

.cleaning-box svg {
    margin-bottom: 10px;
}

.cleaning-box-grid.cleaning-grid-one 
{
    grid-column-gap: 0;
    grid-row-gap: 22px;
    grid-template-columns: repeat(1, 1fr);
}

#soziale .tabRight
{
    height: 93.8%;
}

.paragraph 
{
	opacity: 0;
	transform: translateY(20px);
}

.animated-paragraphs p.paragraph a
{
	margin-top:28px;
}

/* loader animation start */

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999;
}
.loader__element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: center right;
	/* background: #1b2759; */
	background-color: #CC1321;
	/* background-image: linear-gradient(to right, #AD907F, #533A2C); */
}
.loader__element:first-of-type {
	/* background: #0f1632; */
	background-color: #CC1321;
	/* background-image: linear-gradient(to right, #AD907F, #533A2C); */
}


/* loader animation end */

.mobileNavig {
    display: none;
}

.dshow
{
	display:block;
}

.mshow
{
	display:none;
}







/*** terms and Policy ***/
.impressum-wrap h2 {
     
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

.impressum-wrap h2 
{
     
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 50px;	
}

.register-detail-wrap 
{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.content-wrap .comm-subheading {
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.content-wrap .comm-lighttxt 
{
	 
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 0;
}

span.comm-subheading 
{
    font-size: 25px;
    font-weight: 500;
}

span.comm-lighttxt 
{
    font-size: 22px;
    font-weight: 400;
}

.contanct-listing-wrap ul {
    padding-left: 0;
    display: grid;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 34px;
}

.contanct-listing-wrap ul li 
{
    display: flex;
    flex-direction: column;
}

.content-wrap ul li span:first-child {
    color: #000000;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 7px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.content-wrap ul li span:last-child 
{
     
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 0;
}

.contanct-listing-wrap ul:first-child {
    margin-bottom: 70px;
}
.contanct-listing-wrap ul:last-child {
    margin: 0;
}

.contanct-listing-wrap ul:last-child li:last-child span:first-child {
    line-height: 30px;
}

.impressum-wrap.Datens-wrap h2
{
	margin-bottom:24px;
}

.inner-title-para-wrap {
    margin-bottom: 50px;
}

.Datens-wrap .contanct-listing-wrap {
    margin-bottom: 30px;
}

.inner-title-para-wrap.policy-wrap h4 {
     
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.policy-wrap 
{
    margin-bottom: 30px;
}

.mb0
{
	margin-bottom:0 !important;
}

.policy-wrap h4 
{
	 
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.policy-wrap p 
{
     
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 0;
}

.Datens-wrap .contanct-listing-wrap ul 
{
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
}

.time-two-grid {
    display: flex;
    grid-column-gap: 80px;
}

 
section.navherobanner-sect.priv {
    padding-bottom: 100px;
    margin-bottom: 100px;
}
li.kont span {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 0;
}
.policy-wrap h4 {
    font-weight: 500;
}
.policy-wrap.pmargin p {
    margin-bottom: 25px;
}

.whatsappnum span {color: #fff;}

.furweitere ul li {color: #212529;}

.whatsappnum a {
    color: #fff;
    text-decoration: none;
}

.furweitere li a 
{
    color: #212529;
    text-decoration: none;
}

.footer-number a 
{
    color: #212529;
    text-decoration: none;	
}

.policy-wrap a 
{
	color: #212529;
	text-decoration: none;
}	

.contanct-listing-wrap a
{
	color: #212529;
	text-decoration: none;		
}
div#myModal .modal-title {
    font-size: 18px;
}

div#myModal input {
    font-size: 14px;
    font-weight: 400;
    color: #545454;
}

div#myModal input::placeholder {
    color: #545454;
}
div#myModal .formSubmit {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
}
.navig-wrap a img {
    width: 150px;
    transform: scale(1.3);
}
.newChangess {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.inputwrapper label {
    color: #cc1321;
    font-size: 14px; 
    bottom: 0;
    left: 0;
}

.grid-one {
    position: relative;
}

.grid-two input {
    position: relative;
}

.grid-two label {
}
.grid-two div {
    position: relative;
}

.grid-two label {
    bottom: -22px;
    font-size: 13px;
    position: unset;
}

.inputwrapper {
}

.grid-two {
}

label#condition-error {
    position: u;
    width: 100%;
    color: #ca1321;
    bottom: -51px;
}

.checkbox-box-wrap {
    width: 100%;
}

.checkbox-box-wrap input {
    width: 20px !important;
    height: 20px !important;
}

.check-wrap label {
    position: absolute;
    left: 30px;
}

.check-wrap {
    position: relative;
}

.formSubmit {
}

button.fill-btn {
    margin-top: 80px;
}



nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  
  background: #242526;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
 
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
 
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
nav {
    position: relative;
    background: none;
    z-index: 9999999999999;
}

nav li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-links li a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.wrapper .logo a img {
    width: 190px;
}
.nav-links .drop-menu {
    z-index: 999;
    background: #cc1321;
    padding: 0;
    border-radius: 6px;
}

ul.drop-menu li a {
    color: #fff;
    font-size: 15px !important;
}
.nav-links li:hover .drop-menu, .nav-links li:hover .mega-box {
    top: 50px;
}
label.btn.menu-btn svg {
    width: 30px;
    height: 30px;
}

.wrapper .logo a img {
    width: 150px;
}

nav .wrapper {
    max-width: 100%;
    padding: 0;
}
.wrapper {
}

nav {
    position: fixed;
    width: 100%;
    background: #fbf6f5;
    height: 70px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    left: 0;
}

nav .wrapper {
    height: unset;
    line-height: unset;
    width: 68%;
	    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .nav-links {
    margin-bottom: 0;
}

.herobanner-wrap {
    padding-top: 90px;
}
div#myModal {
    z-index: 99999999999;
}
section.impressum-section {
    padding-top: 130px;
}




@media only screen and (min-width: 1501px) and (max-width: 1599px)
{
	
}

@media only screen and (min-width: 1401px) and (max-width: 1499px)
{
	
}

@media only screen and (min-width: 1301px) and (max-width: 1399px)
{
	
	.hb-left h1 
	{
        font-size: 30px;
        line-height: 35px;
	}	
	
	span.adds-name 
	{
		font-size: 20px;
	}

	.addrs-cover p 
	{
		font-size: 16px;
		line-height: 20px;	
	}
	
	span.adds-loc 
	{
		width: 80%;
		font-size: 17px;	
	}
	
	.location-right .multi-head-name 
	{
		font-size: 21px;
		line-height: 23px;
	}

	.location-right ul li span 
	{
		font-size: 20px;	
	}
	
	.location-right ul li svg 
	{
		width: 25px;
		height: 25px;
	}	
	
	.comm-header-subhead h2 
	{
		font-size: 26px;
		line-height: 34px;
	}

	.comm-header-subhead p 
	{
		width: 72%;	
	}
	
	.service-box p 
	{
		font-size: 15px;
		line-height: 23px;
	}
	
	section.partnerschaft-sect .comm-header-subhead p 
	{
		width: 69%;
	}

	.dr-info-wrap h3 
	{
		font-size: 20px;
		line-height: 22px
	}

	span.disnum 
	{
		font-size: 105px;
	}
	
	.discurrency span:first-child 
	{
		font-size: 22px;
		line-height: 24px;
	}	
	
	.discurrency span:last-child 
	{
		font-size: 48px;
		line-height: 50px;
	}

	.work-flow-box h3 
	{
		font-size: 22px;
		width: 77%;
	}

	.work-flow-box p {
		width: 100%;
	}

	.wa-content-cover h3 {
		font-size: 28px;
	}

	.whatsappnumwrap span {
		font-size: 28px;
	}

	.whatsappnumwrap svg {
		width: 36px;
		height: 36px;
	}

	.tab button 
	{
		font-size: 20px;
		grid-column-gap: 20px;		
	}
	
	.tab button img 
	{
		width: 20px;
	}

	.deco-info-wrap h3 {
		font-size: 28px;
	}

	.deco-info-wrap h4 {
		font-size: 20px;
	}
.work-flow-wrap { 
    gap: 50px;
}	
	
}

@media only screen and (min-width: 1201px) and (max-width: 1299px)
{
	
	.hb-left h1 
	{
        font-size: 29px;
        line-height: 35px;
	}	
	
	span.adds-name 
	{
		font-size: 19px;
	}

	.addrs-cover p 
	{
		font-size: 16px;
		line-height: 20px;	
	}
	
	span.adds-loc 
	{
		width: 80%;
		font-size: 16px;	
	}
	
	.location-right .multi-head-name 
	{
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 22px;
	}

	.location-right ul li span 
	{
		font-size: 19px;	
	}
	
	.location-right ul li svg 
	{
		width: 23px;
		height: 23px;
	}	
	
	.service-box img {
		margin-bottom: 20px;
	}	
	
	.comm-header-subhead h2 
	{
		font-size: 25px;
		line-height: 34px;
	}

	.comm-header-subhead p 
	{
		width: 72%;	
	}
	
	.service-box p 
	{
		font-size: 15px;
		line-height: 23px;
	}
	
	section.partnerschaft-sect .comm-header-subhead p 
	{
		width: 69%;
	}

	.dr-info-wrap h3 
	{
		font-size: 19px;
		line-height: 21px
	}

	span.disnum 
	{
		font-size: 105px;
	}
	
	.discurrency span:first-child 
	{
		font-size: 21px;
		line-height: 23px;
	}	
	
	.discurrency span:last-child 
	{
		font-size: 48px;
		line-height: 50px;
	}

	.work-flow-box h3 
	{
        font-size: 20px;
        width: 71%;
	}

	.work-flow-box p {
		width: 100%;
	}

	.wa-content-cover h3 {
		font-size: 28px;
	}

	.whatsappnumwrap span {
		font-size: 28px;
	}

	.whatsappnumwrap svg {
		width: 36px;
		height: 36px;
	}

	.tab button 
	{
		font-size: 20px;
		grid-column-gap: 20px;		
	}
	
	.tab button img 
	{
		width: 20px;
	}

	.deco-info-wrap h3 {
		font-size: 28px;
	}

	.deco-info-wrap h4 {
		font-size: 20px;
	}

	.hb-left p {
		width: 100%;
	}	
	
	.location-left img {
		width: 40%;
	}	
	
	
}



@media only screen and (min-width: 300px) and (max-width: 991px)
{
	
	.herobanner-grid {
		flex-direction: column;
	}

	.location-grid {
		grid-template-columns: 100%;
		padding: 20px 20px;
	}

	.location-left {
		flex-direction: column;
	}

	.location-left img {
		width: 100%;
	}

	.location-left:after {
		content: unset;
	}

	.hb-right .serv-img {
		width: 100%;
	}

	span.adds-name {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.addrs-cover p 
	{
		font-size: 16px;
	}

	span.adds-loc 
	{
		font-size: 18px;
		width: 100%;
		margin-bottom: 20px;
	}

	.location-right .multi-head-name 
	{
		font-size: 21px;
		margin-bottom: 14px;
	}

	.location-right svg 
	{
		width: 22px;
		height: 22px;
	}

	.location-right ul li span 
	{
		font-size: 20px;
	}

	.location-right ul li 
	{
		grid-column-gap: 12px;
	}

	.location-right ul 
	{
		grid-row-gap: 15px;
	}

	.comm-header-subhead h2 
	{
		width: 100%;
		font-size: 26px;
		line-height: 30px;
	}

	.comm-header-subhead p 
	{
		width: 100%;
	}

	.services-grid 
	{
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	
	section.partnerschaft-sect .comm-header-subhead p 
	{
		width: 100%;
	}	
	
	section.location-sect {
		margin-bottom: 40px;
	}

	section.ihr-partner-sect {
		padding-bottom: 40px;
	}

	section.partnerschaft-sect {
		padding: 40px 0;
	}

	.discount-detail-grid {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.disdet-left {
		margin: 0 auto;
		margin-bottom: 40px;
	}

	section.partnerschaft-sect .comm-header-subhead {
		margin-bottom: 20px !important;
	}

	img.vaccleaner {
		top: 630px;
	}

	.dr-info-wrap h3 {
		font-size: 20px;
	}

	.disdet-right {
		width: 100%;
	}

	.disdet-right ul {
		grid-row-gap: 30px;
	}

	.work-flow-wrap {
		grid-template-columns: 100%;
		margin-bottom: 40px;
		grid-column-gap: 0;
		grid-row-gap: 40px;
	}

	.lp1,
	.lp2	
	{
		display: none;
	}

	.work-img 
	{
		width: 70px;
		height: 70px;
		padding: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 70px;
		margin-bottom: 25px;
	}

	span.steps 
	{
		bottom: 0px;
		right: -5px;
		font-size: 14px;
		line-height: 14px;
	}

	.work-img img 
	{
		width: 26px;
	}

	.wa-content-cover h3 {
		font-size: 22px;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 20px;
		text-align: center;
	}

	.wa-content-cover span {
		font-size: 18px;
		text-align: center;
	}

	.whatsappnumwrap {
		row-gap: 15px;
		align-items: center;
	}

	.whatsappnum {
		flex-direction: column;
	}

	.whatsappnum span:first-child:after {
		content: unset !important;
	}

	.wa-content-cover {
		align-items: center;
	}

	.tabsect {
		padding: 40px 0;
	}

	.tabFlex {
		grid-template-columns: repeat(1, 1fr);
	}

	.tabLeft h2 {
		width: 100%;
	}

	.tabLeft p {
		width: 100%;
	}

	.common-ulli {
		row-gap: 20px;
	}

	.tabLeft {
		margin-bottom: 40px;
	}

	.tabRight img {
		height: 100%;
	}

	.tabRight {
        overflow: hidden;
        height: 300px;
        width: 100%;
	}

	.decor-info-wrap {
		flex-direction: column;
		align-items: baseline;
	}

	.decor-left {
		width: 100%;
	}

	.deco-info-wrap h3 {
		font-size: 22px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.deco-info-wrap h4 {
		font-size: 19px;
		font-weight: 500;
	}

	.makler-ulli h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.decor-info-wrap {
		flex-direction: column;
		align-items: baseline;
	}

	.decor-left {
		width: 100%;
	}

	.deco-info-wrap h3 {
		font-size: 22px;
		margin-bottom: 10px;
		font-weight: 600;
	}

	.deco-info-wrap h4 {
		font-size: 19px;
		font-weight: 500;
	}

	.makler-ulli h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.makler-ulli {
		margin-bottom: 0;
	}

	.furweitere h5 {
		margin-bottom: 20px;
	}

	.decor-right {
		margin-top: 40px;
	}

	.decor-right ul li {
		font-size: 20px;
	}

	.decorinfo-sect {
		margin-bottom: 40px;
	}

	section.partnerlogo-sect {
		margin-bottom: 40px;
	}

	.contact-sect {
		padding: 40px 0;
		margin-bottom: 40px;
	}

	.contact-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.contact-left {
		height: 400px;
		object-fit: cover;
		margin-bottom: 40px;
	}

	.grid-two {
		grid-template-columns: repeat(1, 1fr);
	}

	.servradio.commonradio {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		row-gap: 20px;
	}

	.check-wrap label {
		width: 100%;
	}

	.check-wrap {
		margin-bottom: 20px;
	}

	ul.whatsapp-mail-wrap {
		flex-direction: column;
		column-gap: 0;
		row-gap: 10px;
	}

	ul.quicklinkswrap {
		flex-direction: column;
		margin-bottom: 40px;
		text-align: center;
		column-gap: 0;
		row-gap: 15px;
	}

	.footer-number {
		flex-direction: column;
		row-gap: 5px;
		column-gap: 0;
	}

	ul.whatsapp-mail-wrap svg {
		position: relative;
		top: 4px;
		width: 22px;
        height: 22px;
	}

	ul.quicklinkswrap li a {
		font-size: 18px;
	}

	.hb-left h1 
	{
		width: 100%;
		font-size: 36px;
		line-height: 43px;
	}

	.hb-left p 
	{
		width: 100%;
	}

	img.b2 
	{
		width: 30%;
		top: 160px;
	}

	img.b1 
	{
		bottom: -90px;
	}

	.navig-wrap ul {
		display: none;
	}
	
	    .tab button {
        flex-direction: column;
        height: auto;
        padding: 10px 20px;
        font-size: 18px;
        row-gap: 10px;
        line-height: 22px;
        min-width: 190px;
		min-height: 99px;
    }
	
	.tab button:nth-child(3) 
	{
		margin-top: 2px;
		grid-column: 1 / 3;
		justify-self: center;
	}	
		
	.tabRight img {
		width: 100%;
		object-fit: cover;
	}

	.comm-header-subhead {
		margin-bottom: 20px;
	}

	.service-box img {
		height: 230px;
		object-fit: cover;
		margin-bottom: 15px;
	}

	.service-box h3 {
		margin-bottom: 10px;
	}
	
	.work-flow-box h3 {
		font-size: 20px;
		width: 100%;
		margin-bottom: 12px;
	}
	
	.navig-wrap .hamb svg
	{
		width: 45px;
        height: 45px;
	}
	
	.mobileNavig ul li 
	{
		opacity: 0;
		transform: translateY(30px);
		display: none;
	}

	body.mobNav ul li 
	{
		display: block;
		animation: revealOneByOne 0.6s ease-out forwards;
	}
	
	body.mobNav ul li:nth-child(1) {
		animation-delay: 0.1s;
	}
	
	body.mobNav ul li:nth-child(2) {
		animation-delay: 0.3s;
	}
	
	body.mobNav ul li:nth-child(3) {
		animation-delay: 0.5s;
	}
	
	body.mobNav ul li:nth-child(4) {
		animation-delay: 0.7s;
	}
	
	body.mobNav ul li:nth-child(5) {
		animation-delay: 0.9s;
	}
	body.mobNav ul li:nth-child(6) {
		animation-delay: 0.9s;
	}
	
	@keyframes revealOneByOne {
		0% {
			opacity: 0;
			transform: translateY(30px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.mobileNavig .fill-btn 
	{
		column-gap: 20px;
		display: flex;
	}

	.mobileNavig {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #cc1321;
        z-index: 9999999999;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.mobileNavig ul {
		list-style-type: none;
		padding-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 25px;
	}

	.mobileNavig ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 24px;
	}
	
	a.crossed svg {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	a.crossed svg path {
		fill: #fff;
	}	
	
	.mobileNavig {
		display: none;
	}	
	
	body.mobNav .mobileNavig {
		display: flex;
	}	
	
	
	.dshow
	{
		display:none;
	}
	
	.mshow
	{
		display:block;
	}
	
	.inner-title-para-wrap.policy-wrap h4 { 
		font-size: 25px; 
	}

	.policy-wrap h4 { 
		font-size: 24px; 
		line-height: 29px; 
	}
	.policy-wrap p { 
		font-size: 18px;
		line-height: 29px; 
	}
	.contanct-listing-wrap ul { 
		grid-template-columns: repeat(1, 1fr); 
	}


	.tab {

		width: 100%;
		overflow-x: scroll;	
		    grid-template-columns: repeat(2, 1fr);
	}

	.cleaning-box-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	#reinigung img {
		height: 200px;
		object-fit: cover;
	}

	.commonradio .radio-box-wrap {
		width: 100%; 
	}

	ul.whatsapp-mail-wrap li:first-child:after
	{
		content:unset;
	}

	body.mobNav.removeMobilefix .mobileNavig 
	{
		display: none;
	}

	.navig-wrap {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		padding: 10px 15px;
		background-color: #ffffff;
		z-index: 9999;
	}

	a.fill-btn.mobile-contact:focus, 
	a.fill-btn.mobile-contact:hover, 
	a.fill-btn.mobile-contact:focus span, 
	a.fill-btn.mobile-contact:hover span 
	{
		color: #fff;
	}
	
	a.fill-btn.mobile-contact:hover svg path
	{
		fill:#fff;
	}

	.contact-grid .contact-right {
		order: 1;
	}

	.contact-grid .contact-left {
		order: 2;
		margin-top: 40px;
	}

	ul.whatsapp-mail-wrap li 
	{
		display: flex !important
	}
	
	.policy-wrap a 
	{
		color: #212529;
		text-decoration: none;
	}	
	
	.contanct-listing-wrap a
	{
		color: #212529;
		text-decoration: none;		
	}
div#myModal {
    z-index: 999999;
}

div#myModal {
    z-index: 99999999999;
}

.newChangess { 
    text-align: center;
}
.navig-wrap a img {
    width: 150px;
    transform: unset;
}
html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

section.impressum-section {
    margin-top: 0;
}
section.navherobanner-sect.priv.agb .impressum-section {
    padding-top: 110px;
}
nav .wrapper { 
    width: 94%; 
}




.newChangess { 
    text-align: center;
}
.wrapper .nav-links {
    background: #CC1321;
    padding: 10px 10px;
}

.nav-links .mobile-item {
    font-size: 20px;
}

.nav-links li a {
    font-size: 20px;
    color: #fff;
}
.nav-links .drop-menu {
    background: #fff;
}

.nav-links .drop-menu a {
    color: #000;
}


label.btn.close-btn svg {
    width: 30px;
    height: 30px;
}

.wrapper .btn.close-btn {
    padding: 0;
    right: 10px;
    top: 7px;
}

.wrapper .btn.close-btn svg path {
    fill: #fff;
}





}



html {
  scroll-padding-top: 80px;  
}














