/* sriracha-regular - latin */
@font-face {
  font-family: 'Sriracha';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sriracha-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Sriracha'), local('Sriracha-Regular'),
       url('../fonts/sriracha-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sriracha-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sriracha-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sriracha-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sriracha-v4-latin-regular.svg#Sriracha') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/********** SLIDERS **********/
* {
	margin: 0;
	padding: 0px;
}

body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #222720;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
h1 {
    font-size: 28px;	
}
a:link,
a:visited {
    color: #878781;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #878781;
	text-decoration: underline;
    outline: none;
}
h2, h3 { font-size: 16px;
      font-weight: 700;}
h4 { margin-top: 30px; margin-bottom: 25px; }
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #222720;
	margin-top: 10px;
}
strong { font-weight: 700;}
ol, ul { padding-left: 20px; }
ol li, ul li { line-height: 24px; font-size: 15px; }
img {
	height: auto;
	max-width: 100%;
}
i {
    background-color: #222720;
	color: #fff;
	border-radius: 20px;
	width: 35px !important;
	height: 35px;
	line-height: 35px !important;
}
/* eigene Definitionen */

/* Navigation/Header */
/* Navigation/Header */
/* Navigation/Header */

.navbar {
    height: 163px;
}
.navbar-default {
    background-color: rgba(255,255,255,0);
}
.navbar-fixed-top {
    border: 0px;
}
.navbar-nav {
	margin-top: 49px;

}

li.dropdown-toggle  {
    position: relative;
	z-index: 1000;
}
ul.nav li.dropdown-toggle:hover > ul.dropdown-menu {
	display: block;
	
}

.navbar-brand {
	height: auto;
    padding: 0 !important;
	margin: 0 !important;
}
@media all and (max-width: 767px) {
.navbar-brand img {
/*	margin-right: 0px;
*/	/*width: 300px;*/
}
}
@media all and (max-width: 479px) {
.navbar-brand img {
/*	margin-right: 0px;
*/	/*width: 200px;*/
}
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a > table,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a > table tr,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a > table tr td,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a {
    width: 85px;
	height: 85px;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	outline: none;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a  {
    width: 85px;
	margin-left: 17px;
	margin-right: 17px;
	height: 85px;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a > table {
	margin-left: 0px;
	margin-right: 0px;
    width: 85px;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a:link > table tr td,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a:visited > table tr td {
    color: #fff;
	background-color: #222720;
	border-radius: 50px;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a:focus > table tr td,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a:hover > table tr td,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a:active > table tr td {
    color: #222720;
	background-color: #fff;
	border-radius: 50px;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben.activemenu  > a > table tr td {
    background-color: #edcd00;
	color: #222720;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben { 
	text-align: center;
}

.dropdown-menu {
	padding-left: 17px;
	min-width: 119px;
	padding-top: 15px;
	background-color: rgba(255,255,255,0);
	border: none;
	box-shadow: none;
}
.dropdown-menu li {
    margin-bottom: 5px;
}
.dropdown-menu li.dropdown-toggle a {
    text-align: left;
}
.dropdown-menu li.dropdown-toggle a:link,
.dropdown-menu li.dropdown-toggle a:visited {
	display: block;
    background-color: #222720;
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	outline: none;
}
.dropdown-menu li.dropdown-toggle a:focus,
.dropdown-menu li.dropdown-toggle a:hover,
.dropdown-menu li.dropdown-toggle a:active {
	display: block;
    background-color: #fff;
	color: #222720;
	padding: 2px 10px;
	border-radius: 5px;
	outline: none;
}
.dropdown-menu li.dropdown-toggle.active a {
    background-color: #edcd00;
	color: #222720;
}

@media all and (max-width: 1199px) {
	
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a > table,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a > table tr,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a > table tr td,
.navbar-default .navbar-nav > li.dropdown-toggle.oben > a {
    width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 4000;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben { 
	display: block;
	background-color: transparent;
	width: 100%;
	height: auto;
	border-radius: none;
	text-align: center;
	box-shadow: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-right: -15px;
	border: none;
	position: relative;
	z-index: 3000;
	font-family: 'Lato', sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
    border-bottom: 2px dotted #006eb6;
	border-radius: 0;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben:last-child {
    border-bottom: 0px;
}
.navbar-default .navbar-nav > ul {
	position: relative;
	z-index: 3000;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben:focus,
.navbar-default .navbar-nav > li.dropdown-toggle.oben:hover,
.navbar-default .navbar-nav > li.dropdown-toggle.oben:active {
    background-color: transparent;
	z-index: 3000;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben.activemenu {
    background-color: transparent;
	z-index: 3000;
	position: relative;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > table {   
    vertical-align: middle;
	border: none;
	z-index: 3000;
	position: relative;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > table > tr {   
    vertical-align: middle;
	border: none;
	z-index: 3000;
	position: relative;
}
.navbar-default .navbar-nav > li.dropdown-toggle.oben > table > td {   
    vertical-align: middle;
	border: none;
	z-index: 3000;
	position: relative;
}
.navbar-default {
	border-color: transparent;
/*	padding-top: 40px;
*/}
}





@media (max-width: 1199px) {
  .navbar-header {
      /*float: none;*/
  }

  .navbar-toggle {    
			display: inline-block !important; 
			margin-right: 0px;
  } 
  .navbar-collapse {
      border-top: 1px solid transparent;
      
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

<!--  Menü-Button -->

.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 53px;
  height: 3px;
  border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 11px;
}

.navbar-default .navbar-toggle {
    border-color: #222720;
    background-color: #222720;
    border-radius: 50px;
	padding: 26px 15px;
	margin-top: 65px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #222720;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media all and (max-width: 600px) {
.navbar-default .navbar-toggle {
    border-radius: 40px;
	padding: 20px 15px 21px 15px;
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 2px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
}
@media all and (max-width: 479px) {
.navbar-default .navbar-toggle {
    border-radius: 40px;
	padding: 13px 11px 13px 11px;
	margin-top: 15px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
}


/* Headerfoto */
/* Headerfoto */
/* Headerfoto */

#headerpic {
    position: relative;
    width: 100%;
	height: 775px;
	z-index: 1;
	
}



#headline {
	position: absolute;
	top: 700px;
	height: 75px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	z-index: 2;
	border-bottom: 1px solid #fff;
}
@media all and (max-width: 991px) {
	#headerpic {
	    height: 575px;
	}
	#headline {
	    top: 500px;
	}
}
@media all and (max-width: 479px) {
	#headerpic {
	    height: 325px;
	}
	#headline {
	    top: 250px;
	}
}
#headline .container {
	height: 75px;
}
#headline .container .row {
	margin: 0;
}
#headline {
   	border-bottom: 1px solid #222720;

}

#headline h2 {
    line-height: 75px;
	margin: 0;
	padding: 0;
	font-family: 'Sriracha', cursive;
	font-size: 36px;
	font-weight: 300;
}
@media all and (max-width: 991px) {
	#headline {
	    
	}
	/*#headline .container {
	    height: auto;
		min-height: 75px;
    }*/
    #headline h2 {
	    font-size: 28px;
	}

}
@media all and (max-width: 767px) {
    #headline h2 {	    
        font-size: 24px;
	}
}
@media all and (max-width: 661px) {
    #headline h2 {	    
        font-size: 20px;
	}
}
@media all and (max-width: 479px) {
    #headline h2 {	    
        font-size: 18px;
		line-height: 23px;
		padding-top: 15px;
	}
}
/* Mittelteil */
/* Mittelteil */
/* Mittelteil */

#mtb {
    padding-top: 30px;
}
/* Breadcrumb Navigation*/
.breadcrumb-wrapper {
	padding: 8px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	list-style: none;
}
.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb>li {
	display: inline-block;
}
.rex-breadcrumb>li a:before {
	padding: 0 5px;
	color: #222720;
	content: "\2794";
}
.rex-breadcrumb li a:link,
.rex-breadcrumb li a:visited {
    color: #222720;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.rex-breadcrumb li a:focus,
.rex-breadcrumb li a:hover,
.rex-breadcrumb li a:active {
    color: #222720;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.rex-breadcrumb li.rex-lvl1 {
    background-color: #ddd;
	border-radius: 5px;
	margin-right: 10px;
	padding-right: 10px;
}
.rex-breadcrumb li.rex-lvl2 {
    background-color: #edcd00;
	border-radius: 5px;
	padding-right: 10px;
}
/* Auswahl Bikes*/
.angebote-button {
    background-color: #edcd00;
	color: #222720;
	border-radius: 10px;
	width: 100%;
	padding: 20px;
	border: none;
	font-size: 36px;
	text-align: center;
}
a button.angebote-button {
    text-transform: uppercase;
	font-size: 36px;
}
a:hover button.angebote-button {
    opacity: 0.7;
}
.row.bike-waehler {
    margin-top: 20px;
}
.bike-waehler .col-md-2 h2 {
    text-align: center; 
	color: #222720;
	font-size: 16px;
	font-weight: 700;
}
.bike-waehler img {
    border-radius: 8px;
}

.bike-waehler a:link img,
.bike-waehler a:visited img {
    border: 2px solid #fff;
}
.bike-waehler a:focus img,
.bike-waehler a:hover img,
.bike-waehler a:active img {
    border: 2px solid #222720;
}
.bike-waehler a.active img {
    border: 2px solid #edcd00;
}
/* Bild-Text Modul quer*/
.bild-text-quer {
    margin-top: 20px;
	margin-bottom: 40px;
}
.bild-text-quer .focuspoint {
    width: 100%;
	height: 250px;
	border-radius: 20px;
}
@media all and (max-width: 991px) {

.bild-text-quer .focuspoint {
	height: 300px;
}
.bild-text-quer .col-md-8 {
    padding-left: 30px;
	padding-right: 30px;
}
}
/* Bild-Text Modul vertikal*/
.bild-text-vertikal .col-md-4 {
    margin-top: 20px;
	margin-bottom: 40px;
}
.bild-text-vertikal .focuspoint {
    width: 100%;
	height: 250px;
	border-radius: 20px;
}
.bild-text-vertikal .btv-text {
	padding-left: 15px;
	padding-right: 15px;
}
.bild-text-vertikal .btv-text table tr {
    margin-bottom: 10px;
}

.bild-text-vertikal .btv-text td:first-child {
	width: 30%;
}
.bild-text-vertikal .btv-text td {
	vertical-align: top;
	padding-bottom: 10px;
}
@media all and (max-width: 991px) {
.bild-text-vertikal .col-md-4{
	margin-bottom: 60px;
}	
.bild-text-vertikal .focuspoint {
	height: 300px;
}
}
/*google map*/
#karte {
    width: 100%;
	height: 450px;
	margin-top: 40px;
}
/* Routenplaner */
.form.routenplaner {
    background-color: #edcd00;
	padding-top: 20px; 
	padding-bottom: 20px;
}
.form.routenplaner button.btn {
    background-color: #222720; 
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
	margin-top: 24px;
}
.form.routenplaner button.btn:focus,
.form.routenplaner button.btn:hover,
.form.routenplaner button.btn:active {
    border: none;
}
.marken .col-md-4 {
    height: 250px;
}
.marken .col-md-4 img{
    border: 1px solid #ddd;
	border-radius: 20px;
	padding: 30px;
}
/* Text 2-spaltig mit Überschriften */
.col-md-12.th-headline {
    padding-left: 15px;
	padding-right: 15px;
}
.col-md-12.th-text {
    padding-left: 15px;
	padding-right: 15px;
	column-count: 2;
    column-gap: 30px;
	margin-bottom: 20px;
}
@media all and (max-width: 767px) {
.col-md-12.th-text {
	column-count: 1;
}	
}
.col-md-12.th-text h1,
.col-md-12.th-text h2,
.col-md-12.th-text h3 {
	column-break-after: avoid;
	-moz-column-break-after: avoid;
	-webkit-column-break-after: avoid;
	column-break-before: column;
    -moz-column-break-before: column;
	-webkit-column-break-before: column;
}
.col-md-12.th-headline h2 {
    font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.col-md-12.th-text p {
/*	page-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;*/
	
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
.col-md-12.th-text  {
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;

}
/*Text-Bild-Button*/
.text-bild-button .col-md-4 {
    padding-top: 20px;
}
.text-bild-button .col-md-4 img {
    border-radius: 20px;
}
/* Startseite 3 Teaserkästen */
.service i {
    background-color: #222720;
	border-radius: 20px;
	color: #fff;
	border-radius: 25px;
	width: 45px !important;
	height: 45px;
	line-height: 45px !important;
	font-size: 25px;
	text-align: center;
}
.service a.btn {
    padding: 3px 10px 3px 5px;
	margin: 0;
	color: #222720;
}
.service a.btn:before {
	padding: 0 5px 0 0;
	color: #222720;
	content: "\2794";
}

.service a.btn:link,
.service a.btn:visited {
    color: #222720;
	text-decoration: none;
	background-color: #edcd00;
}
.service a.btn:focus,
.service a.btn:hover,
.service a.btn:active {
    color: #222720;
	text-decoration: none;
	background-color: #ddd;
}
.service .col-md-4 {
    margin-bottom: 50px;
}
/* Lightgallery */
/*Bildergalerie*/

.effect--0 img {
    display: none;
}
.effect--0 a img {
    display: inline-block;
}
.gallery__wrapper h2 {
	font-size: 20px;
	padding-left: 15px;
    margin-bottom: 15px;
}
div.gallery__item img {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
	.gallery .col-md-12 {
	    padding-left: 0;
		padding-right: 0;
	}
}
.lg-backdrop {
	background-color: #fff;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	border-radius: 70px;
	padding: 8px 8px 8px;
	color: #ddd;
}
#lg-counter,
.lg-close.lg-icon {
    color: #ddd;
}
.lg-download {
    display: none;
}
.verbergen {
    display: none;
}
/* Footer */
/* Footer */
/* Footer */

body p iframe body {
    font-family: 'Lato', sans-serif;
}
#footerwrap {
    background-color: #222720;
	color: #fff;
}
#footerwrap p {
    color: #fff;
}
#footerwrap h4 {
    text-transform: uppercase;
}

#footerwrap .col-sm-4 {
    padding-top: 20px;
	padding-bottom: 20px;
	
}
#footerwrap a:link,
#footerwrap a:visited {
    color: #fff;
}
#footerwrap a:focus,
#footerwrap a:hover,
#footerwrap a:active {
    color: rgba(255,255,255,0.7);
}

ul.footer-links {
    list-style: none;
	padding-left: 0;
}


#footerwrap i {
    background-color: #fff;
	color: #222720;
	border-radius: 20px;
	width: 35px !important;
	height: 35px;
	line-height: 35px !important;
}
/* Kontaktformular */
/* Kontaktformular */
/* Kontaktformular */
.form .col-md-4 {
    padding-top: 20px;
}
#zusatz_werkstatt {
    padding: 30px 0 30px 40px;
}
button.btn {
	margin-top: 20px;
    background-color: #edcd00;
	color: #222720;
	border-radius: 5px;
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	border: none;
}
button.btn:hover {
	background-color: #edcd00;
	opacity: 0.8;
	color: #222720;
}
/* Flex-Slider */
.flex-control-nav {
    bottom: 100px;
}
.headerhoehe {
    height: 775px;
}
@media all and (max-width: 991px) {
	.headerhoehe {
        height: 575px;
    }
}
@media all and (max-width: 479px) {
	.headerhoehe {
        height: 325px;
    }
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-direction-nav a.flex-next::before {
 
    left: -12px;
}
.flex-direction-nav a::before {
	left: 12px;
}

/* Off Canvas Menü*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    -webkit-box-shadow: -12px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -12px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: -12px 0px 5px 0px rgba(0,0,0,0.1);
}

.sidenav ul {
    list-style: none;
	margin: 0;
	padding: 0;
	
}
.sidenav ul.oc-navigation {
    margin-bottom: 40px;
}
.sidenav ul li {
    margin-top: 20px;
}
.sidenav ul li li {
    margin-top: 0;
}
.sidenav ul li a {
    text-transform: uppercase;
}
.sidenav li.active a {
    font-weight: 700;
}
.sidenav li.active li a {
    font-weight: 300;
}
.sidenav li li.active a {
    font-weight: 700;
}
.sidenav ul li ul li a {
    text-transform: none;
	padding-left: 39px;
}
.sidenav ul li a {
	padding-left: 10px;
    line-height: 38px;
    text-decoration: none;
    font-size: 24px;
    color: #222720;
    display: block;
    transition: 0.3s;
}
.sidenav ul li a::before {
    content: "\25cf\0020";
	color: #edcd00;
	font-size: 36px;
}
.sidenav ul li li a::before {
    content: "";
}

.sidenav a:hover {
    color: rgba(34,39,32,0.6);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    
}

@media screen and (max-height: 480px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*Ausgabe Datenbank*/

.uebersicht .col-md-12 {
    border-top: 1px solid #222720;
	padding-bottom: 50px;
}
.detailansicht .col-md-12.breite {
    border-top: 1px solid #222720;
	padding-bottom: 50px;
	padding-top: 50px;
}
.uebersicht .col-md-4 {
    height: 420px;
	overflow: hidden;
	margin-top: 50px;
}
@media all and (max-width: 767px) {
    .uebersicht .col-md-4 {
    height: auto;
    text-align: center;
}
}
.uebersicht a:link,
.uebersicht a:visited {
    color: #222720;
	text-decoration: none;
	opacity: 1;
}
.uebersicht a:focus,
.uebersicht a:hover,
.uebersicht a:active {
    color: #222720;
	opacity: 0.7;
	text-decoration: none;
}

.uebersicht h3 {
    font-size: 24px;
	font-weight: 300;
}

h3.sonderpreis {
    color: #db1313;
}
h4.sonderpreis {
    text-decoration: line-through;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}
.detailansicht h5 {
    font-size: 20px;
	margin-top: 18px;
}
/* Banner Aktuelles */
.aktuelles p {
    margin-top: 4px;
	margin-bottom: 4px;
}