/*   
Theme Name: CleaningBox
Theme URI:
Description:
Author: TM74
Author URI: https://www.tm74.de
*/

html, body {
	width: 100%;
	height: 100%;
	color: #333;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
 
#wrapper {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	overflow: hidden;
}
body::-webkit-scrollbar { 
    display: none;
}
#header {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	z-index: 999998;
	background: #fff;
}
.logo-header {
	position: relative;
	width: 100%;
	height: auto;
}
.logo-header img {
	width: 100%;
}
.fixed {
	position: fixed;
}
#main {
	width: 100%;
	float: left;
}
#footer {
	clear: both;
	width: 100%;
	height: 0;
}
.imprint {
	position: absolute;
	color: #fff;
	padding-top: 30px;
	left: 60px;
}
.top {
	position: absolute;
	width: 28px;
	padding-top: 20px;
	right: 60px;
}
.top img {
	width: 100%;
}
.top:hover {
	cursor: pointer;
}
a {
	color: #2489c5;
	text-decoration: none;
}
a:hover {
	color: #2489c5;
	text-decoration: none;
}
.link-white {
	color: #fff;
	text-decoration: underline;
}
.link-white:hover {
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright {
	display: block;
	color: #fff;
	padding-top: 26px;
	
	font-size: 20px;
	/*font-style: italic;*/
	font-weight: bold;
}

img {
	border: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Navigation */

.wrapper-nav {
	position: relative;
	width: 100%;
	height: 50px;
	background: transparent;
	display: block !important;
	text-align: center;
}
.wrapper-nav a {
	font-weight: normal;
}
.bg-top {
	width: 100%;
}
.bg-top img {
	width: 100%;
}
.main-content {
	background-repeat: repeat-y !important;
	background-size: 100% auto !important;
}
.produkte-img {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
.sneaker-bg, .zeig-her {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.sneaker-bg {
	position: relative;
}
.sneaker {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 900px;
	left: 50%;
	top: 40%;
	transform: translateX(-50%) translateY(-50%);
	
	-moz-animation: sneaker 4s infinite ease-out forwards;
	animation: sneaker 4s infinite ease-out forwards;
}
@keyframes sneaker {
  0 {
    top: 40%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 40%;
  }
}
@-moz-keyframes sneaker {
  0 {
    top: 40%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 40%;
  }
}
.text-gewinner {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
.sneaker-bg img, .zeig-her img, .text-gewinner img, .sneaker img {
	width: 100%;
}
.vorteile {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px;
	max-width: 900px;
	margin: 0 auto;
	background: transparent url('img/stoerer-vorteile.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 90px 60px 60px 60px;
	text-align: center;
	color: #fff;
}
#hamburger {
	display: none;
}
#nav {
	position: relative;
	width: auto;
	right: 0;
	text-transform: uppercase;
}
ul#nav {
	list-style-type: none;
	padding: 0px;
	display: block;
}
ul#nav li {
	position: relative;
	background: transparent;
	border-bottom: none;
	list-style: none;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0px 30px 0px 30px;
}
ul#nav li a {
	display: inline-block;
	width: auto;
	color: #DC153C;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 0.2em;
	font-style: italic;
}
ul#nav li a:hover {
	color: #DC153C;
}

ul#nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 2px;
    background: #DC153C;
    transition: width .3s;
}

ul#nav li a:hover::after {
    width: 100%;
}


.icon-close {
	position: absolute;
	left: 15px;
	top: 25px;
	width: 40px;
	height: 40px;
	background: transparent url('img/icon_close.svg') center center no-repeat;
	background-size: 30px 30px;
	display: none;
}

.logo {
	position: absolute;
	width: 400px;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 999999;
}
.logo img {
	width: 100%;
}


.section-teaser {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 540px;
	overflow: hidden;
}
.entry {
	position: relative;
	width: 100%;
	height: 100% !important;
	min-height: 100%;
}
.wisch {
	background-repeat: no-repeat !important;
	background-position: center top !important;
	background-size: 100% 60% !important;
}

/* Boxen */

.stoerer-outline {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 25px;
}
.stoerer-outline::before {
	  content: "";
	  position: absolute;
	  background: transparent url('https://rad-reinigung.de/wp-content/themes/cleaningbox/img/wischer_small.png') center center no-repeat;
	  background-size: contain;
	  width: 550px;
	  height: 460px;
	  z-index: -1;
	  margin-left: -40px;
}
.stoerer-outline-left {
	position: absolute;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
}
.stoerer-outline-left h3 {
	font-weight: bold;
}
.stoerer-outline-right {
	padding: 30px;
}
.handschuh {
	position: absolute;
	width: 180px;
	left: 0;
	transform: translateX(-75%);
	bottom: -5px;
}
.handschuh img {
	width: 100%;
}

.stoerer-banderolen {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.stoerer-banderolen img {
	width: 100%;
}
.stoerer-erlebnis {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 60px 10px 40px;
	font-family: 'Roboto-bold', sans-serif;
	font-weight: 600;
	font-size: 2.4em;
	font-style: italic;
	color: #fff;
	background: #F7D034 url('img/facebook_small.png') 95% center no-repeat;
	background-size: 50px auto;
	margin-top: -30px;
	margin-bottom: 100px;
	z-index: 999999;
}
.stoerer-erlebnis p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.footer-middle, .footer-bottom {
	position: relative;
	width: 100%;
	margin: 0;
	margin-top: -5px;
}
.footer-middle img, .footer-bottom img {
	width: 100%;
}
.adventure-txt {
	position: absolute;
	width: 100%;
	max-width: 1024px;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.adventure-txt h3 {
	padding-bottom: 30px;
}
.contact-txt {
	position: absolute;
	width: 100%;
	max-width: 1024px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 200px;
	font-style: italic;
	font-weight: 700;
}
.contact-txt a {
	color: #fff;
}
.contact-txt a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-content {
	background: #fff url('https://rad-reinigung.de/wp-content/themes/cleaningbox/img/footer_bottom_bg.jpg') center top no-repeat;
	background-size: 100% auto;
}
.footer-content a:hover {
	color: #fff;
	text-decoration: underline;
}
.box-teaser {
	display: block;
	position: relative;
	padding: 60px 25px 60px 25px;
	overflow: hidden;
	width: 90%;
	min-width: 350px;
	border: 20px solid #00ffbf;
	margin-top: -20px;
	margin-left: 90px;
}
.box-100 {
	width: 100%;
	position: relative;
	padding: 30px 60px 30px 60px;
}
.box-66 {
	width: 66.66%;
	position: relative;
	padding: 30px;
	margin: 0 auto;
}
.box-25 {
	position: relative;
	width: 24.99%;
	padding: 30px;
}
.box-33 {
	position: relative;
	width: 33.33%;
	padding: 30px;
}
.box-50 {
	position: relative;
	width: 49.99%;
	padding: 30px;
}
.box-55 {
	position: relative;
	width: 55%;
	padding: 30px;
}
.box-45 {
	position: relative;
	width: 45%;
	padding: 30px;
}


.section {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/*min-height: 100%;*/
	overflow: hidden;
}
.section-auto {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/*float: left;*/
	margin: 0 auto;
}
.boxed {
	width: 100%;
	max-width: 1200px;
}
.image-100 {
	margin-bottom: -10px;
}
.image-100 img {
	width: 100%;
}

.box-teaser h2 {
	line-height: 1.2em;
}

.footer-bubble {
	position: absolute;
	width: 500px;
	height: 500px;
	background-color: rgba(255,255,255,.6);
	border-radius: 50%;
	right: 15%;
	text-align: center;
	margin-top: -150px;
}
.footer-bubble h3 {
	text-align: center;
	background-color: #F7D034;
	color: #2F9FEE;
	font-family: 'Roboto-bold', sans-serif;
	font-size: 2.8em;
	font-weight: 600;
	font-style: italic;
	letter-spacing: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
}
.footer-bubble p {
	padding-left: 30px;
	padding-right: 30px;
}
.footer-pic-left {
	width: 40%;
	max-width: 550px;
	margin-top: 150px;
}
.footer-pic-left img {
	width: 100%;
}

/* Modal */

.modal {
	position: fixed;
	width: 90%;
	max-width: 1024px;
	height: auto;
	min-height: 500px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: 15px solid #13B4BB;
	border-radius: 30px;
	z-index: 999999;
	box-shadow: 0 0 50px rgba(255,255,255,.8);
	text-align: center;
	padding: 30px;
	padding-bottom: 15px;
}

#modal1, #modal2, #modal3 {
	display: none;
}
.modal-5in1 {
	position: absolute;
	width: 30%;
	left: 10px;
	top: 10px;
}
.modal-sofort {
	position: absolute;
	width: 25%;
	right: 90px;
	top: 10px;
}
.modal-produkt {
	position: relative;
	width: 70%;
	margin: 0 auto;
	margin-top: 50px;
}
.modal-text {
	position: relative;
	width: 50%;
	margin: 0 auto;
	margin-top: -70px;
}
.modal img {
	width: 100%;
}
.btn-shop {
	position: relative;
	width: 302px;
	height: auto;
	margin: 0 auto;
}
.btn-shop img {
	width: 100%;
}
.btn-shop::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 60px;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent url('img/pfeil.png') no-repeat center center;
	background-size: contain;
	
	-moz-animation: pfeil-left 2s infinite ease-out forwards;
	animation: pfeil-left 2s infinite ease-out forwards;
}
.btn-shop::after {
	position: absolute;
	content: '';
	width: 80px;
	height: 60px;
	right: -100px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	background: transparent url('img/pfeil.png') no-repeat center center;
	background-size: contain;
	
	-moz-animation: pfeil-right 2s infinite ease-out forwards;
	animation: pfeil-right 2s infinite ease-out forwards;
}
@keyframes pfeil-left {
  0 {
    left: -100px;
  }
  50% {
    left: -150px;
  }
  100% {
    left: -100px;
  }
}
@-moz-keyframes pfeil-left {
  0 {
    left: -100px;
  }
  50% {
    left: -150px;
  }
  100% {
    left: -100px;
  }
}
@keyframes pfeil-right {
  0 {
    right: -100px;
  }
  50% {
    right: -150px;
  }
  100% {
    right: -100px;
  }
}
@-moz-keyframes pfeil-right {
  0 {
    right: -100px;
  }
  50% {
    right: -150px;
  }
  100% {
    right: -100px;
  }
}
/*.btn-shop {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 5px 30px 5px 30px;
	border: 3px solid #13B4BB;
	border-radius: 6px;
	text-align: center;
	color: #000;
	background-color: #fff;
	font-family: 'Roboto-bold', sans-serif;
	line-height: 50px;
	margin-top: -30px;
}*/
.modal.wc {
	border: 15px solid #CE0210;
}
.modal.glas {
	border: 15px solid #A5A7A8;
}
.wc .btn-shop {
	border: 3px solid #CE0210;
}
.glas .btn-shop {
	border: 3px solid #A5A7A8;
}
.close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: #13B4BB url('img/icon_close.svg') center center no-repeat;
	background-size: 25px 25px;
	z-index: 999999;
	border-radius: 50%;
	cursor: pointer;
}
.wc .close {
	background-color: #CE0210;
}
.glas .close {
	background-color: #A5A7A8;
}
.close:hover {
	transform: scale(1.2);
}

/* Video */

.video-container p {
	margin: 0;
	padding: 0;
	
}

/* colors */

.white {
	color: #fff;
}
.black {
	color: #000;
}
.grey {
	color: #54565a;
}
.dark-grey {
	color: #333;
}
.light-grey {
	color: #999;
}
.borders-v {
	border-top: 25px solid #fff;
	border-bottom: 25px solid #fff;
}

.bg-white {
	background-color: #ffffff;
}
.bg-black {
	background-color: #000000;
}
.bg-light-grey {
	background-color: #f1f1f1;
}
.bg-dark-grey {
	background-color: #3f3f3f;
}


/* toggles */

.toggles {
	padding-top: 10px;
	border-top: 1px solid #2489c5;
}
.toggles ul {
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.toggles ul li {
	list-style-type: none;
	line-height: 1.6em;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #2489c5;
}
/*.toggles ul li p {
	margin: 0;
}*/
.toggle-hl-off {
	color: #000;
	padding-right: 30px;
}
.toggle-hl {
	color: #000;
	padding-right: 30px;
	background: transparent url('img/plus.svg') right top no-repeat;
}
.toggle-hl:hover {
	color: #2489c5;
	cursor: pointer;
}


/* POSTS */


.post-preview:nth-of-type(2) {
	background: #fff;
}
.post-preview p {
	line-height: 1.5em;
}
.post-preview img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}


/* fonts */

h1, h2, h3, h4, h5 {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
}
h1 {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 3.5em;
}
h2 {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 2.6em;
}
h3 {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 2.2em;
}
.headline h3 {
	font-family: "Roboto-bold", sans-serif;
	font-weight: normal;
}
h4 {
	font-size: 1.8em;
	line-height: 40px;
}
h5 {
	font-size: 1.4em;
	line-height: 36px;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}
.lh-zero {
	line-height: 1em;
}
.small {
	font-size: 14px;
	line-height: 12px;
	margin-bottom: -15px;
	padding: 0;
}
.bold {
	font-family: "Roboto-bold", sans-serif;
	font-weight: 600;
}
.light {
	font-family: "Arial", sans-serif !important;
}
.introtxt {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px 30px 15px;
}
.upper {
	text-transform: uppercase;
}
.space-1em {
	margin-top: 1em;
}

/* list */

ul.checklist {
	padding-left: 0;
}
ul.checklist li {
    padding-left: 38px;
    margin-left: 0;
    line-height: 1.3em;
    list-style-type: none;
    background: url('img/check.png') left top no-repeat;
    background-size: 28px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* other */

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.separator {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
}
.upper {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.height-50 {
	height: 50px;
}
.height-100 {
	height: 100px;
}
.clearfix {
	display: block;
	float: none;
	clear: both;
}
.no-padding {
	padding: 0;
}
.padding-0-30 {
	padding-left: 0;
	padding-right: 30px;
}
.padding-right-0 {
	padding-right: 0;
}
.padding-right-40-percent {
	padding-right: 40%;
}
.padding-left-40-percent {
	padding-left: 40%;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.padding-left-60 {
	padding-left: 60px;
}
.padding-right-60 {
	padding-right: 60px;
}
.padding-left-90 {
	padding-left: 90px;
}
.padding-right-90 {
	padding-right: 90px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-100 {
	padding-top: 100px;
}
.padding-v-250 {
	padding-top: 175px;
	padding-bottom: 175px;
}
.padding-v-500 {
	padding-top: 250px;
	padding-bottom: 250px;
}
.padding-v-500-1-3 {
	padding-top: 350px;
	padding-bottom: 150px;
}
.hide-on-mobile {
	display: block;
}
.show-on-mobile {
	display: none;
}




/* toggle */

.toggle {
	padding: 10px 0 30px 0;
	line-height: 26px;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.toggle-link {
	text-decoration: none;
}

.social-icons {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.social-icons img {
	width: 48px !important;
	vertical-align: middle;
}
.social-icons a {
	display: inline-block;
	padding: 12px;
}
.social-icons .yt img {
	width: 112px !important;
}

/* Produkte */

.produkte {
	position: relative;
	width: 1180px;
	height: 650px;
	margin: 0 auto;
	background: transparent url('img/produkte_bg.png') center top no-repeat;
	background-size: contain;
}
.btn1 {
	position: absolute;
	width: 260px;
	cursor: pointer;
}
.btn1 {
	left: 37%;
	transform: translateX(-50%);
	top: 55%;
}
.btn1 img {
	width: 100%;
}
.flyer {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.flyer img {
	width: 100%;
}
.shop-sticky {
	position: fixed;
	width: 80px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	right: -81px;
	z-index: 999999;
}
.shop-sticky img {
	width: 100%;
}


.contact {
	font-size: 1.2em;
}
.contact p {
	line-height: 1.6em;
}
.no-wrap {
	white-space: nowrap;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1180px) {
	
}
@media screen and (max-width: 1024px) {
	
}



/* media queries */

@media screen and (max-width: 800px) {
	.handschuh {
		display: none;
	}
	.adventure-txt h3 {
		padding-bottom: 10px;
	}
	.space-1em {
		margin-top: 0.5em;
	}
	
	/* produkte */
	.vorteile {
		background: none;
	}
	.produkte {
		width: 100%;
		height: 500px;
		overflow: hidden;
	}
	.btn1, .btn2, .btn3 {
		width: 220px;
	}
	.btn1 {
		left: 230px;
		top: 260px;
	}
	.btn2 {
		left: 250px;
		top: 490px;
	}
	.btn3 {
		left: 290px;
		top: 840px;
	}
	.headline {
		right: auto;
		/* top: 80px; */
		text-transform: uppercase;
		color: #f7d034;
		pointer-events: none;
		background: #CD0212;
		width: 100%;
		height: 40px;
		text-align: right;
		background: #CD0212 url('img/headline_weiss.svg') 90% center no-repeat;
		background-size: 200px auto;
	}
	.headline img {
		width: 60%;
	}
	.headline h3 {
		font-size: 1em;
	}
	
	/* Navigation */

	.wrapper-nav {
		position: fixed;
		width: 300px;
		height: 100%;
		top: 0;
		right: -300px;
		background: #1CB7C8;
		z-index: 999999;
		text-align: left;
	}
	.wrapper-nav a {
		font-weight: bold;
	}
	
	#hamburger {
		position: absolute;
		color: #000;
		width: 40px;
		height: 40px;
		right: 60px;
		top: 30px;
		background: transparent url("img/burger_icon.png") center center no-repeat;
		text-align: center;
		display: block;
	}
	#nav {
		position: absolute;
		width: 100%;
		left: 0;
	}
	ul#nav {
		list-style-type: none;
		padding: 0px;
		margin-top: 90px;
		display: block;
	}
	#nav li {
		float: none;
		clear: left;
		height: auto;
		background: transparent;
		border-bottom: none;
	}
	
	#nav li a {
		display: block;
		color: #fff;
		font-size: 16px;
		text-align: left;
		padding: 16px;
		text-decoration: none;
		height: 40px;
		line-height: 20px;
	}
	ul#nav li a {
		color: #fff;
	}
	#nav li a:hover {
		
		color: #000;
	}
	ul.menu li a::after {
	    content: '';
	    display: none;
	    width: 0;
	    height: 2px;
	    margin-top: -3px;
	    background: #2489c5;
	    transition: none;
	}
	
	ul.menu li a:hover::after {
	    width: 100%;
	}
	.icon-close {
		position: absolute;
		left: 15px;
		top: 15px;
		width: 40px;
		height: 40px;
		background: transparent url('img/icon_close.svg') center center no-repeat;
		background-size: 30px 30px;
		display: block;
	}
	ul.menu {
		display: block;
	}
	.section-teaser {
		height: 100%;
		min-height: 300px;
	}
	
	#header {
		/*height: 108px;
		padding: 20px 0px 20px 0px;*/
	}
	#footer {
		width: 100%;
		height: 180px;
		padding: 0px 15px 30px 15px;
		font-size: 13px;
	}
	.contact {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-content {
		/*background: #fff url('https://rad-reinigung.de/wp-content/themes/cleaningbox/img/footer_bg_mobile.jpg') center top no-repeat;
		background-size: 100% auto;*/
	}
	.footer-content a {
		color: #fff;
	}
	.contact-txt {
		width: 100%;
		max-width: 1024px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		bottom: 50px;
		
	}
	.contact-txt p {
		line-height: 1.2em;
	}
	.imprint {
		padding-top: 120px;
		left: 15px;
	}
	.top {
		width: 28px;
		padding-top: 110px;
		right: 15px;
	}
	.claim {
		position: absolute;
		width: 320px;
		left: 50%;
		margin-left: -160px;
		top: 37%;
	}
	.logo {
		position: absolute;
		width: 220px;
		height: auto;
		left: 0px;
		bottom: -5px;
	}
	#hamburger {
		right: 15px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: transparent url("img/burger_icon.png") center center no-repeat;
		background-size: 30px 30px;
	}
	.section, .section-auto {
		overflow: hidden;
	}
	.boxed {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mobile-padding {
		padding: 0;
	}
	.box-100 {
		width: 100%;
		padding: 30px 0px 30px 0px;
	}
	.box-66 {
		width: 100%;
		padding: 15px;
	}
	.box-25 {
		width: 100%;
		padding: 15px;
	}
	.box-33 {
		width: 100%;
		padding: 15px;
	}
	.box-50 {
		width: 100%;
		padding: 15px;
	}
	.padding-0-30 {
		padding: 0;
	}
	.box-55 {
		width: 100%;
		padding: 15px;
	}
	.box-45 {
		width: 100%;
		padding: 15px;
	}
	.justify {
		text-align: left;
	}
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 1.8em;
		letter-spacing: 0.05em;
	}
	h3 {
		font-size: 1.6em;
	}
	h4 {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	p {
		font-size: 1em;
		line-height: 1.6em;
	}
	.lh-zero {
		line-height: 1em;
	}
	.small {
		font-size: 10px;
	}
	.light {
		font-family: "Arial", sans-serif !important;
	}
	.hide-on-mobile {
		display: none;
	}
	.show-on-mobile {
		display: block;
	}
	.stoerer-outline {
		/*border: none;*/
		width: 96%;
	}
	.stoerer-outline::before {
		  content: "";
		  position: absolute;
		  background: transparent url('https://rad-reinigung.de/wp-content/themes/cleaningbox/img/wischer_small.png') center center no-repeat;
		  background-size: contain;
		  width: 100%;
		  height: 400px;
		  z-index: -1;
		  margin-left: 0;
		  margin-top: -80px;
	}
	.stoerer-outline-left {
		position: relative;
		width: 100%;
		top: auto;
		transform: none;
		padding: 30px;
	}
}
@media screen and (max-width: 640px) {
	.produkte {
		height: 450px;
	}
	.btn1 {
		width: 140px;
	}
	.btn1 {
		left: 37%;
		
		top: 52%;
	}
	.footer-bubble p {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 0.9em;
		line-height: 1.2em;
	}
}



@media screen and (max-width: 480px) {
	
	/* produkte */
	.produkte {
		height: 350px;
	}
	
	.btn1 {
		left: 32%;
		
		top: 38%;
	}
	
	.btn1 {
		width: 120px;
	}
	
	
	.headline h3 {
		letter-spacing: 0.1em;	
	}
	.footer-bubble {
		position: absolute;
		width: 350px;
		height: 350px;
		background-color: rgba(255,255,255,.6);
		border-radius: 50%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		margin-top: -310px;
	}
	.footer-bubble h3 {
		text-align: center;
		background-color: #F7D034;
		color: #2F9FEE;
		font-family: 'Roboto-bold', sans-serif;
		font-weight: 600;
		font-style: italic;
		letter-spacing: normal;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 15px;
	}
	.footer-bubble p {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	.footer-pic-left {
		width: 80%;
		max-width: 550px;
		margin-top: 250px;
	}
	.stoerer-erlebnis {
		position: relative;
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		padding: 10px 60px 10px 40px;
		font-family: 'Roboto-bold', sans-serif;
		font-weight: 600;
		font-size: 1.4em;
		font-style: italic;
		color: #fff;
		background: #F7D034 url('img/facebook_small.png') 95% center no-repeat;
		background-size: 30px auto;
		margin-top: -20px;
		margin-bottom: 100px;
		z-index: 999999;
	}
	/* Modal */

	.modal {
		
		width: 96%;
		max-width: 1024px;
		height: auto;
		min-height: 500px;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		border: 10px solid #13B4BB;
		border-radius: 30px;
		z-index: 999999;
		box-shadow: 0 0 50px rgba(255,255,255,.8);
		text-align: center;
		padding: 5px;
	}
	#modal1, #modal2, #modal3 {
		display: none;
	}
	.modal-5in1 {
		position: absolute;
		width: 50%;
		left: 15px;
		top: 0px;
	}
	.modal-sofort {
		position: absolute;
		width: 40%;
		right: 20px;
		top: 70px;
	}
	.modal-produkt {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 160px;
		z-index: 999999;
	}
	.modal-text {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.modal img {
		width: 100%;
	}
	.btn-shop {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		padding: 5px 30px 5px 30px;
		/*border: 3px solid #13B4BB;
		border-radius: 6px;*/
		text-align: center;
		color: #000;
		background-color: transparent;
		font-family: 'Roboto-bold', sans-serif;
		line-height: 40px;
	}
	.close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		background: #13B4BB url('img/icon_close.svg') center center no-repeat;
		background-size: 25px 25px;
		z-index: 999999;
		border-radius: 50%;
		cursor: pointer;
	}
	.close:hover {
		transform: scale(1.2);
	}
	
	.contact-txt {
		bottom: 80px;
		font-size: 11px;
	}
	.social-icons img {
		width: 40px !important;
		vertical-align: middle;
	}
	.social-icons a {
		display: inline-block;
		padding: 10px;
	}
	.social-icons .yt img {
		width: 80px !important;
	}
	.stoerer-outline-left h3 {
		padding-top: 25px;
	}
}
@media screen and (max-width: 375px) {
	
	font-size: 15px;
	
	/* produkte */
	
	
	.btn1 {
		width: 120px;
		left: 27%;
		top: 40%;
	}
	
	
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.4em;
		letter-spacing: 0.05em;
	}
	h3 {
		font-size: 1.3em;
	}
	
	.footer-bubble {
		position: absolute;
		width: 350px;
		height: 350px;
		background-color: rgba(255,255,255,.6);
		border-radius: 50%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		margin-top: -310px;
	}
	.footer-bubble h3 {
		text-align: center;
		background-color: #F7D034;
		color: #2F9FEE;
		font-family: 'Roboto-bold', sans-serif;
		font-size: 1.6em;
		font-weight: 600;
		font-style: italic;
		letter-spacing: normal;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 15px;
	}
	.footer-bubble p {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 0.9em;
		line-height: 1.1em;
	}
	.footer-pic-left {
		width: 70%;
		max-width: 550px;
		margin-top: 250px;
	}
	.stoerer-erlebnis {
		position: relative;
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		padding: 7px 50px 7px 30px;
		font-family: 'Roboto-bold', sans-serif;
		font-weight: 600;
		font-size: 1.2em;
		font-style: italic;
		color: #fff;
		background: #F7D034 url('img/facebook_small.png') 95% center no-repeat;
		background-size: 30px auto;
		margin-top: -20px;
		margin-bottom: 50px;
		z-index: 999999;
	}
	/* Modal */

	.modal {
		
		width: 96%;
		max-width: 1024px;
		height: auto;
		min-height: 500px;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		border: 7px solid #13B4BB;
		border-radius: 30px;
		z-index: 999999;
		box-shadow: 0 0 50px rgba(255,255,255,.8);
		text-align: center;
		padding: 5px;
	}
	#modal1, #modal2, #modal3 {
		display: none;
	}
	.modal-5in1 {
		position: absolute;
		width: 50%;
		left: 15px;
		top: 0px;
	}
	.modal-sofort {
		position: absolute;
		width: 40%;
		right: 20px;
		top: 70px;
	}
	.modal-produkt {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 140px;
		z-index: 999999;
	}
	.modal-text {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.modal img {
		width: 100%;
	}
	.btn-shop {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		padding: 5px 30px 5px 30px;
		
		text-align: center;
		color: #000;
		background-color: transparent;
		font-family: 'Roboto-bold', sans-serif;
		line-height: 40px;
	}
	.close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		background: #13B4BB url('img/icon_close.svg') center center no-repeat;
		background-size: 25px 25px;
		z-index: 999999;
		border-radius: 50%;
		cursor: pointer;
	}
	.close:hover {
		transform: scale(1.2);
	}
	
}
@media screen and (max-width: 320px) {
	
	font-size: 14px;
	
	/* produkte */
	
	.produkte {
		height: 210px;
		overflow: hidden;
	}
	.btn1 {
		width: 120px;
	}
	.btn1 {
		left: 125px;
		top: 90px;
	}
	
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.3em;
		letter-spacing: 0.05em;
	}
	h3 {
		font-size: 1.2em;
	}
	#header {
		height: 100px;
		padding: 20px 0px 20px 0px;
	}
	.logo {
		width: 190px;
	}
	.headline h3 {
		font-size: 0.9em;
	}
	.footer-bubble {
		position: absolute;
		width: 310px;
		height: 310px;
		background-color: rgba(255,255,255,.6);
		border-radius: 50%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		margin-top: -310px;
	}
	.footer-bubble h3 {
		text-align: center;
		background-color: #F7D034;
		color: #2F9FEE;
		font-family: 'Roboto-bold', sans-serif;
		font-size: 1.6em;
		font-weight: 600;
		font-style: italic;
		letter-spacing: normal;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 15px;
	}
	.footer-bubble p {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 0.9em;
		line-height: 1.1em;
	}
	.footer-pic-left {
		width: 70%;
		max-width: 550px;
		margin-top: 250px;
	}
	.stoerer-erlebnis {
		position: relative;
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		padding: 7px 50px 7px 30px;
		font-family: 'Roboto-bold', sans-serif;
		font-weight: 600;
		font-size: 1.1em;
		font-style: italic;
		color: #fff;
		background: #EA1C9F url('img/facebook_small.png') 95% center no-repeat;
		background-size: 20px auto;
		margin-top: -20px;
		margin-bottom: 50px;
		z-index: 999999;
	}
	/* Modal */

	.modal {
		
		width: 96%;
		max-width: 1024px;
		height: auto;
		min-height: none;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		border: 7px solid #13B4BB;
		border-radius: 30px;
		z-index: 999999;
		box-shadow: 0 0 50px rgba(255,255,255,.8);
		text-align: center;
		padding: 5px;
	}
	#modal1, #modal2, #modal3 {
		display: none;
	}
	.modal-5in1 {
		position: absolute;
		width: 50%;
		left: 0px;
		top: 0px;
		z-index: 999999;
	}
	.modal-sofort {
		position: absolute;
		width: 40%;
		right: 20px;
		top: 50px;
	}
	.modal-produkt {
		position: relative;
		width: 100%;
		margin: 0 auto;
		margin-top: 120px;
		z-index: 999999;
	}
	.modal-text {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.modal img {
		width: 100%;
	}
	.btn-shop {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		padding: 5px 30px 5px 30px;
		
		text-align: center;
		color: #000;
		background-color: transparent;
		font-family: 'Roboto-bold', sans-serif;
		line-height: 40px;
		margin-top: -30px;
	}
	.close {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		background: #13B4BB url('img/icon_close.svg') center center no-repeat;
		background-size: 25px 25px;
		z-index: 999999;
		border-radius: 50%;
		cursor: pointer;
	}
	.close:hover {
		transform: scale(1.2);
	}
	.adventure-txt h3 {
		padding-bottom: 10px;
	}
	.contact-txt {
		bottom: 50px;
		font-size: 9px;
	}
	
	.social-icons img {
		width: 24px !important;
		vertical-align: middle;
	}
	.social-icons a {
		display: inline-block;
		padding: 8px;
	}
	.social-icons .yt img {
		width: 56px !important;
	}
}