/*

    Theme Name: Stamo Lift
	Description: Stamo Lift Wordpress Theme
	Author: INOYA
	Version: 1.0

	Inhaltsverzeichnis:

		0.   Allgemein
		1.   Header
		2.   Footer
		3.   Inhaltselemente
		3.1  Dienstleistungen
		3.2  Galerie
		3.3  Formular
		3.4  Text
		3.5  Banner
		3.6  FAQs
		3.7  Schritte
		3.8  Miegeräte
		3.9  Teaser Boxen
		3.10 Vorteile
		3.11 Bild + Text
		4.  Kategorie Seite
		5.  Mietgerät Detailseite
		6.  Kontakt Template
		7.  Mietgerät Übersicht



	Blau: #3E6780
	Rot: #ae1419


*/

/*-----------------
	0. Allgemein
-----------------------*/

.stamo_checkbox label {
	margin-left: 10px;
}

.stamo_checkbox input {
	border: 2px solid #e6e6e6 !important;
	height: 15px;
	width: 15px;
}



.button-row a,
.button-row button {
	margin-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container-wrapper {
	max-width: 100%;
	width: 100%;
	left: 0;
	right:0;
	margin:auto;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold {
	font-weight: bold;
}

.table>:not(caption)>*>* {
	padding: 0.5rem 1rem;
}

.table-no-border thead,
.table-no-border th,
.table-no-border tr,
.table-no-border td,
.table-no-border.table>:not(:first-child) {
	border: none;
} 

.table thead tr th {
	font-weight: bold;
}

.img-responsive {
	max-width: 100%;
}

img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.table thead tr th {
	background-color: #e6edee;
	font-weight: bold;
}

a:not([class]) {
	color: #3E6780;
}

a:not([class]):hover {
	text-decoration: none;
}

body {
	font-family: 'Barlow';
	font-size: 18px;
	position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.banner .banner_headline span,
.site-menu-main .nav-link-item {
	font-family: 'Lato';
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

.hidden {
	display: none;
}

.text-bold {
	font-weight: bold;
}

.font-20 {
	font-size: 20px;
}

.big-font {
	font-size: 54px;
	font-weight: bold;
}

.text-gruen {
	color: #00c6b2;
}

.text-rot {
	color: #ae1419;
}

.text-blau {
	color: #3E6780;
}

.v-center {
	align-items: center;
	  align-self: center;
}

.text-center {
	text-align: center;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	margin-bottom: 30px;
	line-height: 1.5em;
	font-weight: bold;
	color: #1d1d1f;
}

.btn-block {
	width: 100%;
}

.btn-red {
	background-color: #ae1419;
	color: #fff;
}

.btn-grau {
	background-color: #54595F;
	color: #fff;
}

.btn-icon i {
	margin-right: 10px;
}

.bg-grau {
    background-color: #f4f4f4;
}

.bg-petrol {
	background-color: #0f4d5c;
}

.bg-dunkel-grau {
	background-color: #54595F;
}

.bg-weiss {
    background-color: #fff;
}

.bg-hell-gruen {
    background-color: #e6edee;
}

.mr-10 {
	margin-right: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-50 {
	margin-bottom: 50px;
}

.section {
	padding: 75px 0;
	position: relative;
}

.breadcrumbs_wrapper {
	padding-top: 5px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(246, 246, 246, 1);
}

.breadcrumbs ul {
	padding: 0px;
	margin: 0px;
}

.breadcrumbs ul li {
	font-size: 18px;
	line-height: 1;
	z-index: 0;
	padding: 0 20px;
	position: relative;
	display: inline-block;
}

.breadcrumbs ul li:first-child {
	padding-left: 0px;
}

.breadcrumbs ul li a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
}

.modal-dialog .modal-header button.close {
	border: none;
	font-size: 42px;
	background: none;
}

.modal-dialog .modal-body {
	padding: 40px;
}

.ui-datepicker {
	z-index: 99999;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	margin-bottom: 5px;
	font-weight: bold;
}

.form-group input, .form-group select {
	border: 2px solid #e6e6e6 !important;
	padding: 0px 15px;
	height: 50px;
}

/*-----------------
	1. Header
-----------------------*/

.top-header {
	background-color: #ae1419;
	padding: 5px 0;
	text-align: center;
}

.top-header p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 15px;
}


.stamo-menue-wrapper {
	background-color: #f4f4f4;
	margin-top: 20px;
}

.mobile-menu2 {
	display: none;
}

.stamo-header {
	padding: 30px 0 0 0;
	position: relative;
}

.stamo-header .logo-color img {
	width: 150px;
}

#offcanvas_menue {
	display: none;
}

.mob-nav2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 7px 7px 30px rgba(0, 0, 0, .4);
    box-shadow: 7px 7px 30px rgba(0, 0, 0, .4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	padding: 15px 0;
}

.site-header.is-sticky .site-menu-main .nav-link-item {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.site-header.is-sticky .light-version-logo {
	width: 160px;
}

.site-header.is-sticky .site-menu-main .nav-link-item {
	font-size: 15px;
}

.mobile-menu2,
#offcanvas_menue {
	display: none;
}

.site-navbar {
	position: relative;
	align-items: center;
}

.brand-logo,
.default-logo,
.responsive-logo {
	max-width: 128px;
	transition: all 0.4s;
	position: relative;
	margin-right: 35px;
	margin-top: 15px;
}


.site-header.is-sticky .brand-logo {
	margin-top: 5px;
}

.brand-logo img {
	max-width: 200px;
}


.site-navbar .menu-block-wrapper {
	flex-grow: 1;
	align-items: center;
}


.site-menu-main {
	margin-bottom: 0;
	padding-left: 0;
}

.site-menu-main>li {
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.site-menu-main ul {
	list-style: none;
	margin-left: 0;
}

.site-menu-main a {
	text-decoration: none;
}
´
.site-menu-main .nav-item {
	display: inherit;
}

.site-menu-main .nav-link-item {
	font-size: 16px;
	color: #1d1d1f;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: normal;
	position: relative;
}


@media (min-width: 992px) {
	.site-menu-main .nav-link-item {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}


.site-menu-main .sub-menu {
	z-index: 500;
	background-color: #f4f4f4;
	box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
	position: absolute;
	left: 0;
	top: 61px;
	margin: 0;
	padding: 12px 0;
	transition: .4s;
	z-index: 4;
	transform: translatey(20px);
	opacity: 0;
	visibility: hidden;
	min-width: 340px;
	border-radius: 6px;
}

.site-menu-main .sub-menu:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	left: 22px;
	transform: rotate(45deg) translatey(-11px);
	z-index: 8;
}

.sub-menu.megamenu:before {
	content: none;
}

.site-menu-main .sub-menu.shape-none:before {
	content: none;
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu .sub-menu {
		top: 0 !important;
		left: 100%;
	}
}

.site-menu-main .sub-menu--item {
	font-size: 14px;
}

@media (max-width: 992px) {
	.site-menu-main .sub-menu--item {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu--item {
		color: #000;
	}
}

.site-menu-main .sub-menu--item>a {
	padding: 6px 20px;
	color: #000;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
}

.site-menu-main .sub-menu--item>a .menu-item-text {
	position: relative;
	transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a .menu-item-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	height: 2px;
	width: 0;
	background-color: #202030;
	transition: all 0.3s ease;
}

.site-menu-main .sub-menu--item>a:hover .menu-item-text::after {
	left: 0;
	right: auto;
	width: 100%;
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu--item>a {
		transition: .4s;
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu.megamenu {
		background-color: #fff;
	}
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
	max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
	.site-menu-main .sub-menu.megamenu {
		border: 0;
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu.megamenu {
		padding: 30px;
		min-width: 925px;
		left: 50%;
		transform: translateX(-50%) translateY(10px);
		will-change: transform;
		top: 100%;
		box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
		border: 1px solid #e7e9ed;
		border-radius: 8px;
		visibility: hidden;
		z-index: -99;
		opacity: 0;
		pointer-events: none;
	}

	/* .site-menu-main .sub-menu.megamenu.megadropdown-center {
	  transform: translateX(-50%) translateY(-10px);
	} */
	/* .site-menu-main .sub-menu.megamenu.megadropdown-right {
	  right: 0%;
	  transform: translateX(0%) translateY(10px);
	} */
	/* .site-menu-main .sub-menu.megamenu.megadropdown-left {
	  left: 0%;
	  transform: translateX(0%) translateY(10px);
	} */
}

@media (min-width: 1200px) {
	.site-menu-main .sub-menu.megamenu {
		min-width: 1100px;
	}
}

@media (min-width: 1366px) {
	.site-menu-main .sub-menu.megamenu {
		min-width: 900px;
	}
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	font-size: 15px;
	font-weight: 600;
	transition: .4s;
	color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
	.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
		color: var(--color-headings);
		border-top: 1px solid var(--border-color-3);
		padding-left: 20px;
		padding-bottom: 13px;
		padding-top: 13px;
	}
}

@media (min-width: 992px) {
	.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
		padding-left: 0px;
		padding-right: 10px;
	}

	.site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
		color: #FFC947 !important;
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	.site-menu-main .sub-menu.megamenu [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.site-menu-main .sub-menu.megamenu [class*="row-"] {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	li.nav-item-has-children:not(.has-megamenu) {
		position: relative;
	}
}

@media (min-width: 992px) {
	li.nav-item-has-children:hover>.sub-menu {
		margin-top: 5px;
		visibility: visible;
		opacity: 1;
		z-index: 99;
		pointer-events: visible;
		border-radius: 6px;
		transform: translateY(0);
	}
}

.site-menu-main>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.site-menu-main>li .sub-menu.mega-menu {
	left: 50%;
	transform: translateX(-50%);
}

/*responsive*/
@media (max-width: 991px) {

	.site-header .item-right {
		align-items: center;
	}

	.site-header .menu-block {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.site-header .menu-block.active {
		transform: translate(0%);
	}

	.site-menu-main>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.site-menu-main>li>a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.site-menu-main>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.site-header .menu-block .site-menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.site-menu-main>li .sub-menu.mega-menu,
	.site-menu-main>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
		overflow-x: hidden;
	}

	.site-menu-main>li .sub-menu.active {
		display: block;
	}

	.site-menu-main>li .sub-menu>ul>li>a,
	.site-menu-main>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.site-menu-main>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
	}

	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}
}

/*Custom Css for menu*/
@media (min-width: 992px) {
	.has-megamenu ul {
		margin-left: auto;
	}

	.site-menu-main a {
		display: flex;
		align-items: center;
	}

	.site-menu-main i {
		margin-left: 15px;
		font-size: 15px;
	}
}


.nav-item-has-children a {
	display: flex;
	justify-content: space-between;
	text-transform: capitalize;
}

.reveal-header {
	background: #0D152E !important;
}

.reveal-header .nav-link-item {
	color: #fff !important;
}

.reveal-header .btn {
	color: #fff !important;
}

.reveal-header .btn:hover {
	color: #fff !important;
}

.reveal-header .dark-version-logo {
	display: block !important;
}

.reveal-header .light-version-logo {
	display: none !important;
}

@media (min-width: 992px) {
	.reveal-header li.nav-item-has-children:hover>.sub-menu {
		top: 100%;
	}

	.reveal-header li.nav-item-has-children:hover>.megamenu {
		top: 112%;
	}
}

.menu-block.active .nav-link-item {
	color: #000 !important;
}

@media (min-width: 480px) {
	.d-xs-inline-flex {
		display: inline-flex !important;
	}
}

ul.site-menu-main .nav-item i {
	transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
	transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
	transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
	transform: rotate(-90deg) !important;
	transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
	opacity: 0.5;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1.1px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: none;
}

@media (min-width: 992px) {
	.single-dropdown-block h3 {
		display: block;
	}
}

.landing-2-menu .navbar {
	border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
	position: relative;
	border-radius: 6px;
	border: 0;
	font-size: 16px;
	min-width: 130px;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out;
}

.btn:hover {
	cursor: pointer!important;
}


header.stamo-header-section {
	z-index: 9;
	width: 100%;
	top: 0;
	padding: 25px 0;
	transition: all .4s;
	background-color: #fff;
}

header.stamo-header-section.sticky-menu {
	box-shadow: 0 4px 80px rgba(0, 0, 0, .06)
}

.stamo-header .call-to-action {
	text-align: right;
}

.stamo-header .call-to-action .button {
    color: #333;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 10px;
	font-size: 18px;
	border-radius: 6px;
}

.stamo-header .call-to-action .button i {
	font-size: 18px;
	margin-right: 5px;
}



/*-----------------
	2. Footer
-----------------------*/

#footer {
	padding: 150px 0;
	background-color: rgba(246,246,246,1);
}

#footer ul {
	margin: 10px 0 0 0;
	padding: 0;
}


#footer ul li {
	margin-bottom: 10px;
	list-style: none;
}

#footer ul li a {
	text-decoration: none;
	color: #333;
}

#footer ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}

#footer p {
	margin-bottom: 20px;
	font-size: 20px;
}

#footer p.h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .footer-logo {
	width: 180px;
	margin-bottom: 20px;
}

#footer .footer-text {
	padding-right: 20px;
}

#footer .footer-text,
#footer .footer-text p {
	font-size: 15px;
}

#footer .footer-text p { 
	margin-top: 10px;
}

#footer .footer-telefon { 
	margin-top: 10px;
	font-size: 20px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer .footer-telefon i { 
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-right: 10px;
}

#footer .ul-social-media {
	margin-top: 30px;
}

#footer .ul-social-media li {
	display: inline;
	margin-right: 20px;
}

#footer .ul-social-media li i {
	font-size: 24px;
}

/*-----------------
	3. Inhaltselemente
-----------------------*/

.ie_inhaltselement.bg-petrol p,
.ie_inhaltselement.bg-petrol h1,
.ie_inhaltselement.bg-petrol h2,
.ie_inhaltselement.bg-petrol h3,
.ie_inhaltselement.bg-petrol h4,
.ie_inhaltselement.bg-petrol h5,
.ie_inhaltselement.bg-petrol h6,
.ie_inhaltselement.bg-petrol ul li,
.ie_inhaltselement.bg-petrol ul li a,
.ie_inhaltselement.bg-petrol i,
.ie_inhaltselement.bg-petrol span,
.ie_inhaltselement.bg-dunkel-grau p,
.ie_inhaltselement.bg-dunkel-grau h1,
.ie_inhaltselement.bg-dunkel-grau h2,
.ie_inhaltselement.bg-dunkel-grau h3,
.ie_inhaltselement.bg-dunkel-grau h4,
.ie_inhaltselement.bg-dunkel-grau h5,
.ie_inhaltselement.bg-dunkel-grau h6,
.ie_inhaltselement.bg-dunkel-grau ul li,
.ie_inhaltselement.bg-dunkel-grau ul li a,
.ie_inhaltselement.bg-dunkel-grau i,
.ie_inhaltselement.bg-dunkel-grau span {
	color: #fff;
}


.ie_einleitungstext {
	margin-bottom: 50px;
}

.ie_einleitungstext h1,
.ie_einleitungstext h2,
.ie_einleitungstext h3,
.ie_einleitungstext h4 {
	margin-bottom: 20px;
}

.button-row-verlinkung {
	text-align: center;
	margin-top: 50px;
}

/*-----------------
	3.1  Dienstleistungen
-----------------------*/

.dienstleistung-teaser {
	text-align: center;
	margin-bottom: 40px;
}

.dienstleistung-teaser a {
	text-decoration: none;
}

.dienstleistung-teaser h3 {
	margin-top: 20px;
}

.dienstleistung-teaser img {
	max-width: 100%;
	border-radius: 6px;
}

/*-----------------
	3.2  Galerie
-----------------------*/

.ie_galerie_bilder .galerie-bild-teaser {
	margin-bottom: 40px;
}


.ie_galerie_bilder .galerie-bild-teaser img {
	border-radius: 6px;
}

/*-----------------
	3.3  Formular
-----------------------*/

.ie_formular iframe {
	width: 100%!important;
}

/*-----------------
	3.4  Text
-----------------------*/



/*-----------------
	3.5  Banner
-----------------------*/

.banner {
	min-height: 630px;
	padding: 150px 0;
	background-size: contain;
    background-repeat: no-repeat;
	position: relative;
	background-position: bottom;
	background-color: #fff;
}

.banner-dunkel:before {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-dunkel .container { 
	z-index: 4!important;
	position: relative;
}

.banner .banner_headline {
	margin-bottom: 20px;
}

.banner .banner_headline span {
	background-color: #54595F;
	color: #fff;
	text-transform: uppercase;
	font-size: 38px;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 6px;
}


.banner .banner-text {
	margin-top: 40px;
}

.banner .banner-text p {
	font-size: 18px;
	color: #fff;
}

.banner .banner-filter {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 25px;
	background-color: #fff;
	border-radius: 6px;
}

.banner select.form-control {
	border: 2px solid #e6edee;
	border-radius: 6px;
	background-color: #fff;
}

.banner-kategorie-teaser {
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.banner-kategorie-teaser img {
	width: 50px;
	float: left;
}

.banner-kategorie-teaser p {
	margin: 0px;
	padding: 0px;
}

.banner-kategorie-teaser p a {
	text-decoration: none;
	color: #333;
}

/*-----------------
	3.6  FAQs
-----------------------*/

.stamo-accordion-item {
	padding: 24px;
	position: relative;
	transition: all .4s;
	border-bottom: 0.5px solid #555;
}

.stamo-accordion-item:first-child {
	border-top: 0.5px solid #555;
}

.stamo-accordion-item.open {
	border-top: 1px solid #555;
	border-bottom: 2px solid #555;
}

.stamo-accordion-item.open:first-child {
	border-top: 2px solid #555;
	border-bottom: 2px solid #555;
}

.stamo-accordion-item.open {
	background-color: var(--accent-bg);
	box-shadow: 3px 3px 0 0 var(--dark-bg);
}

.stamo-accordion-header {
	cursor: pointer;
	position: relative;
}

.stamo-accordion-header h2,
.stamo-accordion-header h3,
.stamo-accordion-header h4,
.stamo-accordion-header h5,
.stamo-accordion-header .h2,
.stamo-accordion-header .h3,
.stamo-accordion-header .h4,
.stamo-accordion-header .h5 {
	font-size: 24px;
	margin-bottom: 0px;
}


.stamo-accordion-header::before {
	content: "";
	position: absolute;
	right: 0;
	transition: all .4s;
	background-image: url(assets/images/plus.png);
	background-size: 30px;
	background-position: center;
	width: 30px;
	height: 24px;
	top: 10px;
	z-index: 2;
	background-repeat: no-repeat;
}
.stamo-accordion-item.open .stamo-accordion-header::before {
	content: "";
	position: absolute;
	right: 0;
	transition: all .4s;
	background-image: url(assets/images/minus.png);
	background-size: 30px;
	background-position: center;
	width: 30px;
	height: 24px;
	top: 10px;
	z-index: 2;
	background-repeat: no-repeat;
}

.stamo-accordion-body {
	display: none;
	padding-top: 30px;
}

.stamo-accordion-item.open .stamo-accordion-body {
	display: block;
}

/*-----------------
	3.7  Schritte
-----------------------*/

.stamo-schritt-item {
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.schritt-f p {
    text-align: center;
    font-size: 30px !important;
    line-height: 60px;
    color: #333;
    width: 60px;
    height: 60px;
    font-weight: bold;
	border-right: 4px solid #ae1419; 
}

/*-----------------
	3.8  Mietgeräte
-----------------------*/

.mietgeraet-teaser {
	text-align: center;
    border: 1px solid #000;
    padding: 30px;
    border-width: 1px;
	border-color: rgba(216,216,216,1);
	border-style: solid;
	border-radius: 6px;
	margin-bottom: 20px;
}

.mietgeraet-teaser img {
	max-width: 260px;
    width: auto;
}

.mietgeraet-teaser h3 {
	margin-top: 20px;
	font-size: 22px;
}

.mietgeraet-teaser .mietgeraet-teaser-image-wrapper {
	min-height: 250px;
}

/*-----------------
	3.9  Teaser Boxen
-----------------------*/

.teaser-box-teaser {
	text-align: center;
}

.teaser-box-teaser .teaser-box-teaser-content {
	background-color: #e6edee;
	padding: 30px 20px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.teaser-box-teaser img {
	width: 100%;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.teaser-box-teaser h2,
.teaser-box-teaser h3,
.teaser-box-teaser h4,
.teaser-box-teaser h5 {
	margin-bottom: 20px;
}

.teaser-box-teaser .btn {
	width: 100%;
	margin-top: 10px;
}

/*-----------------
	3.10  Vorteile
-----------------------*/

.ie_vorteile {
	padding: 10px 0;
	text-align: center;
}

.ie_vorteile i {
	margin-right: 10px;
	background: #fff;
    color: #0f4d5c!important;
    border-radius: 50%;
    padding: 4px;
    font-size: 12px;
}

/*-----------------
	3.11  Bild + Text
-----------------------*/

.ie_bild_text img {
	max-width: 100%;
	border-radius: 6px;
}

/*-----------------
	4.  Kategorie Seite
-----------------------*/

.suchergebniss-teaser {
	margin-bottom: 40px;
}

.suchergebniss-teaser img {
	width: 100%;
}

.suchergebniss-teaser .suchergebniss-name h3 {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.suchergebniss-teaser .suchergebniss-name {
	background-color: rgba(246,246,246,1);
	text-align: center;
	padding: 15px 30px;
	border-color: rgba(216,216,216,1)!important;
	border-width: 2px;
	border-bottom: none!important;
}

.suchergebniss-teaser .suchergebniss-body {
	padding: 50px 30px;
	border-right: 1px solid rgba(216,216,216,1);
	border-left: 1px solid rgba(216,216,216,1);
	border-bottom: 1px solid rgba(216,216,216,1);
	border-top: 2px solid rgba(216,216,216,1);
}

.suchergebniss-teaser .suchergebniss-body .table th { 
	font-weight: 600;
}

.suchergebniss-teaser .suchergebniss-body .btn { 
	margin-top: 40px;
}

.suchergebniss-teaser .suchergebniss-body i { 
	margin-right: 10px;
}

/*-----------------
	5.  Mietgerät Detailseite
-----------------------*/

.mietgeraet-buchen .mietgeraet-laenger-mieten-text {
	position: relative;
}

.mietgeraet-buchen .mietgeraet-nachlass-tabelle {
	border-radius: 6px;
}

.mietgeraet-buchen .mietgeraet-nachlass-tabelle .sparen-icon {
	width: 100px;
	position: absolute;
	right: -50px;
	top: -40px;
}

.mietgeraet-buchen .details .table tr th {
	background-color: #f4f4f4;
}

.mietgeraet-buchen .details .table tr td {
	font-weight: normal;
}

.mietgeraet-buchen .beschreibungstext ul {
	list-style: none;
    margin: 40px 0 40px 20px;
	padding-left: 0px;
}

.mietgeraet-buchen .beschreibungstext ul li {
	line-height: 26px;
    position: relative;
    padding: 5px 0px 5px 45px;
}

.mietgeraet-buchen .beschreibungstext ul li:before {
	content: "\f00c";
	position: absolute;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	left: 0px;
	top: 5px;
	height: 30px;
	width: 30px;
	text-align: center;
	align-items: center;
	color: #333;
	border-radius: 50%;
}

.mietgeraet-buchen .kataloge .table img {
	width: 60px;
}

.mietgeraet-buchen .kataloge .table tr td {
	vertical-align: middle;
	text-align: center;
}

.mietgeraet-buchen .kataloge .table a {
	text-decoration: none;
}

.mietgeraet-buchen .kataloge {
	display: none;
}

.mietgeraet-buchen .kataloge .table i {
	margin-right: 10px;
}

.mietgeraet-buchen .buchungsanfrage label,
.mietgeraet-buchen .buchungsanfrage span {
	color: #fff;
}

.mietgeraet-buchen .buchungsanfrage .form-control {
	border-color: #fff;
	padding: 8px 16px;
}

.mietgeraet-buchen .buchungsanfrage .preis_wrapper {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-decoration: underline;
}

.zurueck_zur_uebersicht_section {
	background: rgba(246,246,246,1);
	padding: 15px 0px;
}

.zurueck_zur_uebersicht_section p {
	padding: 0px;
	margin: 0px;
}

.zurueck_zur_uebersicht_section a {
	color: #333;
	text-decoration: none;
}

.zurueck_zur_uebersicht_section a:hover {
	text-decoration: underline;
}

.katalog-wrapper {
	margin-top: 50px;
}

.mietgeraet-buchen .section p.h2:first-child {
	text-align: center;
	font-size: 32px;
	border-bottom: 1px solid rgba(246,246,246,1);
	padding-bottom: 20px;
}

.zubehoer-teaser {
	margin-bottom: 30px;
	text-align: center;
}

.zubehoer-teaser img {
	max-width: 100%;
	border-radius: 6px;
}

.zubehoer-teaser p {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}

#modal_buchen .form_row_zubehoer .stamo_checkbox {
	float: left;
	margin: 0 20px 10px 0;
}

/*-----------------
	6.  Kontakt Template
-----------------------*/

.kontakt_template .kontakt-box {
	padding: 20px;
	background-color: #f4f4f4;
	margin-bottom: 20px;
	border-radius: 6px;
	text-align: center;
}

.kontakt_template .kontakt-box i {
	color: #333;
	margin-right: 10px;
}

.kontakt_template .kontakt-box a {
	color: #333;
	text-decoration: none;
}

.kontakt_template .social-media-box {
	padding: 20px;
	background-color: #0f4d5c;
	margin-bottom: 20px;
	border-radius: 6px;
	text-align: center;
}

.kontakt_template .social-media-box i {
	color: #fff;
	margin-right: 10px;
}

.kontakt_template .social-media-box a {
	color: #fff;
	text-decoration: none;
}

/*-----------------
	7.  Mietgerät Übersicht
-----------------------*/

.variation-waehlen-headline {
	margin: 50px 0;
	padding: 20px 0;
}

.variation-waehlen-headline h4 {
	margin: 0;
	padding: 0;
}
