@font-face {
    font-family: 'bikeverleihregular';
    src: url('../fonts/bikeverleih-regular-webfont.woff2') format('woff2'),url('../fonts/bikeverleih-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'bikeverleihextrabold';
    src: url('../fonts/bikeverleih-extrabold-webfont.woff2') format('woff2'),url('../fonts/bikeverleih-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

html, body {
    font-family: 'bikeverleihregular', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #F2F2F2;
    scroll-behavior: smooth;
    background-color: #303030;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
*:focus, .btn.focus, .btn:focus, button:focus {
    outline: 0 none!important;
    border: 1px soli #303030!important;
    border-color: #303030!important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)!important;
}
::-webkit-scrollbar {
    width: 6px
}
::-webkit-scrollbar-track {
    background: #303030;
    border-radius: 0px
}
::-webkit-scrollbar-thumb {
    background: #222222;
    border-radius: 0px
}

::selection {
    background: #303030;
    color: #fff;
}
::-moz-selection {
    background: #303030;
    color: #fff;
}
a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #F0782E;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
    padding: 0;
}
strong, .btn {
    font-family: 'bikeverleihextrabold', sans-serif;
	letter-spacing: .05em
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'bikeverleihextrabold', sans-serif;
    color: #fff;
    line-height: 1!important
}
h1, .h1 {
    font-size: 40px
}
h2, .h2 {
    font-size: 40px
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 20px;
    color: #fff;
}

.text-orange{
    color: #F0782E
} 
.bg-orange{
    background-color: #F0782E;
    color: #fff
}

figure.hero {
  	position: relative;
	text-align: center;
}
.hero figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


header .nav-item a {
	color: #999999;
	text-transform: uppercase;
}
header .nav-item a:hover {
	color: #fff!important
}

header .navbar-dark .btn .nav-link {
    color: rgba(255,255,255,1);
}

header .border-bottom {
	border-color: #3C3C3C!important
}

.navbar-toggler {
    background-color: black;
    border: 1px solid #505050;
}


.img-mobile-logo {
	max-height: 25px;
	width: auto;
}

.bg-black {
	background-color: #131313;
	transition: all 0.7s ease;
}

.navbar-collapse.collapsing,
.collapse.show {
	background-color: #131313;
	padding: 15px;
}

.navbar-collapse.collapsing li,
.collapse.show li{
	text-align: left;
	width: 100%!important
}

.navbar-collapse.collapsing li.btn,
.collapse.show li.btn{
	text-align: center!important;
}


.seoheadlines h5 {
    font-family: 'bikeverleihregular', sans-serif;
    font-size: 18px;
	color: #969696;
	padding-bottom: 10px;
	border-bottom: 3px solid #969696;
	transition: all 0.7s ease;
}

.seoheadlines h5:hover {
	color: #fff;
	border-bottom: 3px solid #fff
}



.bg-black,
.bg-black table {
    color: #fff;
}
.bg-black table tr:hover {
    color: #F0782E
}

#verleih_53 .preistabelle,
#verleih_53 figure,
#verleih_53 .cta_bottom {
    display: none;;
}


ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #F0782E;
    background-color: #F0782E;
    border: 6px solid #F0782E;

}

footer a {
    text-decoration: none;;
}

.accordion-button:not(.collapsed) {
    color: #F2F2F2;
    background-color: #555;
}

.accordion-button {
    font-size: 20px;
    color: #ccc;
}

.btn-primary {
    color: #fff;
    background-color: #555;
    border-color: #555;
}

.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.shopbg {
  background: rgb(48,48,48);
background: linear-gradient(180deg, rgba(48,48,48,1) 0%, rgba(255,255,255,1) 27%, rgba(255,255,255,1) 100%);}