html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#content {
	padding-bottom: 140px;
}
#footer {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}
a {
	color: rgba(0, 0, 0, .4);
}
a:hover, a:active, a:hover {
	color: black
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	color: #F0F0F0
}
.inv {
	top: -1000em;
	left: -1000em;
	position: absolute;
	overflow: hidden;
	clear: none;
}
.hidden {
	top: -1000em;
	left: -1000em;
	position: absolute;
	overflow: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 @-moz-keyframes reveal-banner {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes reveal-banner {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes reveal-banner {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes reveal-banner {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes reveal-banner {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Header */
#head { /*background:#181015 url( ../images/bg_header.jpg) no-repeat; background-size: cover;*/
	padding: 120px 0 60px;
	text-align: center;
	color: white;
	font-family: "Open sans", Helvetica, Arial;
	font-weight: 300;
}
#head.secondary {
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
}
#head #big-logo {
	opacity: 0;
	-moz-animation: reveal-banner 1s 0.25s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	-o-animation: reveal-banner 1s 0.25s ease-in-out;
	-ms-animation: reveal-banner 1s 0.25s ease-in-out;
	animation: reveal-banner 1s 0.25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#head .lead {
	font-family: "Open sans", Helvetica, Arial;
	font-size: 44px;
	margin-bottom: 6px;
	color: black;
	line-height: 1.15em;
	margin-top: 5px;
	opacity: 0;
	-moz-animation: reveal-banner 1s 0.5s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.5s ease-in-out;
	-o-animation: reveal-banner 1s 0.5s ease-in-out;
	-ms-animation: reveal-banner 1s 0.5s ease-in-out;
	animation: reveal-banner 1s 0.5s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#head .tagline {
	color: rgba(0,0,0,0.85);
	margin-bottom: 25px;
	opacity: 0;
	margin-left: 3px;
	-moz-animation: reveal-banner 1s 0.75s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.75s ease-in-out;
	-o-animation: reveal-banner 1s 0.75s ease-in-out;
	-ms-animation: reveal-banner 1s 0.75s ease-in-out;
	animation: reveal-banner 1s 0.75s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#head .tagline a {
	color: #666;
}
#head .btn {
	margin-bottom: 10px;
}
#head .btn-default {
	text-shadow: none;
	background: transparent;
	color: rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,.5);
	background: transparent;
}
#head .btn-default:hover,  #head .btn-default:focus {
	color: rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	background: transparent;
}
#head .btn-default:active,  #head .btn-default.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}
#head .quickinfo {
}
#head .quickinfo hr {
	margin-top: 0px
}
#head .quickinfo .highlight {
	text-align: left;
	padding: 10px 15px;
	margin-top: 0;
	background: rgba(76, 74, 100, 0.55);
	border-bottom: 4px solid #fff;
	border-top: 2px solid #fff;
	-moz-border-radius: 0 0 0 20px;
	-webkit-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}
#head .quickinfo .highlight h3 {
	margin-top: 20px
}
#head .quickinfo span.pull-right {
	line-height: 30px
}
#head .welcome {
}
.label-head {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2em;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	padding: 0;
}
.label-head.orange {
	background: #f0ad4e
}
/* Autohide navbar */
.slideUp {
	top: -100px;
}
.headroom {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.headroom.notTop {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0, 0.4);
}
.headroom.notTop .navbar-header #small-logo {
	opacity: 1;
}
body .headroom.isTop .navbar-header #small-logo {
	opacity: 1;
}
body.home .headroom.isTop .navbar-header #small-logo {
	opacity: 0;
}
/* Navbar */
.headroom .navbar-nav .dropdown-menu {
	background-color: #9593A7;
	border: 1px solid #fff
}
.headroom .navbar-nav .dropdown-menu > li > a, .headroom .navbar-nav .dropdown-menu > .open ul > a {
	text-transform: capitalize
}
.headroom .navbar-nav > li > a, .headroom .navbar-nav > .open ul > a {
	color: rgba(0, 0, 0, .4);
	text-transform: capitalize
}
.headroom .navbar-nav > .active > a, .headroom .navbar-nav > .active > a:hover, .headroom .navbar-nav > .active > a:focus {
	color: black;
	background: none;
}
.headroom .navbar-nav > .open > a {
	background: none;
	color: black;
}
.headroom .navbar-nav>li>a:hover, .headroom .navbar-nav>li>a:focus, .headroom .navbar-nav>.open>a:hover, .headroom .navbar-nav>.open>a:focus {
	background: none;
	color: black;
}
.headroom .navbar-nav > .active > a {
	background: none;
	color: black;
}
.headroom.notTop .navbar-nav > li > a, .headroom.notTop .navbar-nav > .open ul > a {
	color: rgba(0, 0, 0, .4);
}
.headroom.notTop .navbar-nav > .active > a, .headroom.notTop .navbar-nav > .active > a:hover, .headroom.notTop .navbar-nav > .active > a:focus {
	color: black;
	background: none;
}
.headroom.notTop .navbar-nav > .open > a {
	background: none;
	color: black;
}
.headroom.notTop .navbar-nav>li>a:hover, .headroom.notTop .navbar-nav>li>a:focus, .headroom.notTop .navbar-nav>.open>a:hover, .headroom.notTop .navbar-nav>.open>a:focus {
	background: none;
	color: black;
}
.headroom.notTop .navbar-nav > .active > a {
	background: none;
	color: black;
}

@media (max-width: 767px) {
h2 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
#head {
	min-height: 420px;
	padding: 120px 0 20px;
}
#head .lead {
	font-size: 34px;
}
.headroom .navbar-header #big-logo {
	display: none
}
.headroom.isTop .navbar-header #small-logo {
	display: block
}
#head .quickinfo {
	text-align: center
}
#head .welcome {
	display: none
}
.headroom.isTop {
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0, 0.4);
}
body.home .headroom.isTop .navbar-header #small-logo {
	opacity: 1;
}
.headroom {
	background: #fff
}
.headroom .navbar-toggle .icon-bar {
	background-color: #333;
}
.headroom .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.headroom .navbar-nav .dropdown-menu {
	background-color: transparent
}
.headroom .navbar-nav > li > a,  .headroom .navbar-nav > .open ul > a {
	color: rgba(0, 0, 0, .4);
}
.headroom .navbar-nav > .active > a,  .headroom .navbar-nav > .active > a:hover,  .headroom .navbar-nav > .active > a:focus {
	color: black;
	background: none;
}
.headroom .navbar-nav > .open > a {
	background: none;
	color: black;
}
.headroom .navbar-nav>li>a:hover,  .headroom .navbar-nav>li>a:focus,  .headroom .navbar-nav>.open>a:hover,  .headroom .navbar-nav>.open>a:focus {
	background: none;
	color: black;
}
.headroom .navbar-nav > .active > a {
	background: none;
	color: black;
}
.headroom .navbar-nav .open .dropdown-menu>li>a {
}
.headroom .navbar-nav .open .dropdown-menu>li>a:hover, .headroom .navbar-nav .open .dropdown-menu>li>a:focus {
	color: black;
}
.headroom .navbar-nav .open .dropdown-menu>.active>a {
	color: black;
	background: none;
}
.headroom .navbar-nav .open .dropdown-menu>.active>a:hover, .headroom .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: black;
	background: none;
}
.price-badge {
	font-size: 16px;
}
}
.headroom.notTop {
}
/* Highlights (in jumbotron in most cases) */
.highlight {
	margin-top: 40px;
}
.h-caption {
	text-align: center;
}
.h-caption i {
	display: block;
	font-size: 54px;
	color: black;
	margin-bottom: 36px;
}
.h-caption h4 {
	color: #382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.h-body {
}
/* Carousel */

#angebote-slide {
	-webkit-transition: height 1s ease-in;
	-moz-transition: height 1s ease-in;
	-o-transition: height 1s ease-in;
	transition: height 1s ease-in;
}
.carousel {
	height: 100px;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-control, .carousel-control:hover, .carousel-control:focus {
	color: black;
	text-shadow: none
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel .carousel-caption {
	position: relative;
	text-shadow: none;
	color: white;
	padding: 0 0 30px 0;
	text-align: left;
	right: 0;
	left: 0;
	top: 0
}
.carousel .item {
	height: 100px;
	background: none;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Angebote */
#angebote h2, #angebote h3, #angebote h4 {
	margin-top: 0
}
#angebote .nav>li>a {
	padding-left: 32px;
	color: white
}
#angebote .nav>li>a:hover, #angebote .nav>li>a:active, #angebote .nav>li>a:focus {
	color: black
}
#angebote .nav>li>a.active, #angebote .nav>li>a.active:hover, #angebote .nav>li>a.active:focus {
	text-decoration: none;
	background-color: #eee;
	color: black
}
#angebote .nav>li>a:before {
	content: "\f0a9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #9593A7;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 9px;
	right: 9px;
}
#angebote .rabatt {
	font-family: "Open sans", Helvetica, Arial;
	color: #9593A7;
	border-radius: 100%;
	background: #fff;
	position: relative;
	width: 80%;		/* desired width */
	margin: 0 0 0 auto
}
#angebote .rabatt:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
#angebote .rabatt .inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#angebote .rabatt .inner span.value {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3vw;
	line-height: 1;
	text-align: center;
	height: 100%;
	margin-top: -5%;
}
#angebote .rabatt .inner span.type {
	position: absolute;
	font-size: 1vw;
	bottom: 20%;
	width: 100%;
	display: block;
	text-align: center
}
#angebote .price {
}
#angebote .price h3 {
	font-size: 82px;
	vertical-align: top;
	line-height: 1;
}
#angebote .price h3 span {
	font-size: 38px;
	vertical-align: top;
	position: relative;
	margin: 7px 0 0 0;
	display: inline-block;
}
#angebote .price h4 {
	color: #fff;
	font-size: 14px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: "Open sans", Helvetica, Arial;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 30px;
}
blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 30px 0 30px;
}
label {
	color: #777;
}
label.checkbox {
	color: white
}
.thin {
	font-weight: 300;
}
.page-title {
	margin-top: 20px;
	font-weight: 300;
	text-transform: capitalize
}
.breadcrumb>li {
	text-transform: capitalize
}
.text-muted {
	color: #888;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 30px 0;
}
ul.list-spaces li {
	margin-bottom: 10px;
}
/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
	background-color: #fff
}
.top-space {
	margin-top: 60px;
}
.top-margin {
	margin-top: 20px;
}
img {
	max-width: 100%;
}
img.pull-right {
	margin-left: 10px;
}
img.pull-left {
	margin-right: 10px;
}
#map {
	width: 100%;
	height: 350px;
}
#social {
	margin-top: 50px;
	margin-bottom: 50px;
}
#social .wrapper {
	width: 340px;
	margin: 0 auto;
}
/* Main content block */
.maincontent {
}
/* Sidebars */
.sidebar {
	padding-top: 0px;
	padding-bottom: 30px;
}
.sidebar .widget {
	margin-bottom: 20px;
}
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
	margin-top: 20px;
}
/* Footer */
.footerT {
	background: rgba(76, 74, 100, 0.55);
	padding: 22px 0 0 0;
	font-size: 12px;
	color: #fff;
}
.footerT a {
	color: #fff;
}
.footerT a:hover {
	color: #fff;
}
.footerT .widget {
	margin-bottom: 30px;
}
.footerT .widget-title {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px;
}
.footerT .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}
.footerT .entry-meta a {
	color: #333333;
}
.footerT .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.follow-me-icons {
	font-size: 30px;
}
.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
}
.footerB {
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 0;
	color: #444;
	font-size: 12px;
	text-transform: capitalize;
}
.footerB a {
	color: #444;
}
.footerB a:hover {
	color: #000;
}
.footerB p {
	margin: 0;
}
.widget-simplenav {
	margin-left: -5px;
}
.widget-simplenav a {
	margin: 0 5px;
}
/* Preisliste */
.preisliste {
}
.preisliste .list-group-item {
	position:relative;
}
.price-badge {
	float: right;
	
	display: block;
	line-height: 100%;
	height: 100%;
	width: 28%;
	text-align: center;
	padding: 10px 8px 10px 8px;
	font-size: 24px;
	font-weight: 700;

}

/*.price-badge:before {content:'Unser Preis'; font-size:75%; font-weight:100; color:#9593A7; line-height:70px; display:inline-block}*/

.price-badge span.price {
	float: right;
  margin: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 19px;
  font-weight: bold;
  color: white;
  background: #9593A7;
  border-radius: 35px;
  border:2px solid #fff
}
.price-badge span span { font-size:75%}


.price-title {
	float: left;
	width: 70%;
}
