/***************************************************************************************************************************************************************************************
//***************************************************************************************************************************************************************************************
//2016-11-04, Daniel Surber */
html, body{
    height: 100%;
}

body {
  background:#fff;
  font-family:Open Sans;
  color:#666;
  font-size:17px;
  font-weight:normal;
  line-height: 140%;
  width: auto;
  overflow-y:scroll;
  overflow-x:hidden;
}

p {
	margin-top:0px;
	margin-bottom:20px;
}

/* CUSTOM */
.div_logo {
	width:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.bg_red {
	background: #ea0000;	
}
.coach_container {
	cursor:pointer;
	border:1px solid #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.coach_container:hover {
	border:1px solid #ea0000;	
}
.coach_pic {
	padding-bottom:3px;	
}
.coach_name {
	text-align:center;
	background: #ea0000;
	padding:10px;
	color: #FFF;
	font-size:90%;
	line-height:110%;
}
/* END OF CUSTOM */

main {
	top: 0px;
	position:relative;
	width:100%;
	z-index:100;
}
#main_spacer_1 {
	display:block;
	height:0px;
}
#main_spacer_2 {
	display:block;
	height:0px; /* bg_header height + header top (80px) - important height (72px) */
}

.div_spacer_50px {
	display:block;
	height:50px;
	width:100%;	
}
.div_spacer_40px {
	display:block;
	height:40px;
	width:100%;	
}
.div_spacer_30px {
	display:block;
	height:30px;
	width:100%;	
}
.div_spacer_20px {
	display:block;
	height:20px;
	width:100%;	
}
.div_spacer_10px {
	display:block;
	height:10px;
	width:100%;	
}
.div_spacer_5px {
	display:block;
	height:5px;
	width:100%;	
}

.fullscreen {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow {
    height:auto;
    min-height:100%;
}
.not-fullscreen {
    height:50%;
}

#ajax_spacer {
	height:5000px;	
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../Images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.loader_transparent {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../Images/page-loader.gif') 50% 50% no-repeat;
}

.arrow_bounce, 
.arrow_bounce:hover,
.arrow_bounce:active,
.arrow_bounce:visited,
.arrow_bounce:focus {
	color:#63931b;
	font-size:200%;
	position: absolute;
	bottom: 30px;
	left: 50% ;
	width: 60px;
	height: 60px ;
	margin-left:-30px;
	text-align:center;
	
	-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	animation: floating-arrow 1.6s infinite ease-in-out 0s;
  
	cursor:pointer;
	
	text-shadow: 0px 1px 0px #fff;
}

select.form-control {
	padding-left:10px;
	margin-bottom:10px;
}
.no_margin {
	margin:0px;
	padding:0px;	
}

.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.rounded_disabled {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.circle {
	float:left;
	border:2px solid #62921a;
	width:80px;
	height:80px;
	border-radius:50px;
	font-size:150%;
	color:#62921a;
	line-height:73px;
	text-align:center;
	margin-right:20px;
	margin-top:0px;
}

.clearfix {
	clear:both;
	display:block;	
}

#top_button {
	cursor:pointer;
	background:#fff;
	color: #00a0e3;
	width: 100%;
	height: auto;
	position:fixed;
	z-index:7777;
	top:0px;	
	text-align:center;
	padding: 7px;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
}
#top_button i {
	margin:0px;	
}
#top_button .icon-bar{
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 25px;
	height: 2px;
	background-color: #00a0e3;
	border-radius: 1px;
	margin-bottom: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-family: Roboto Condensed;
	margin:0px;
	padding: 0px;
	font-weight:normal;
	color:#9d9d9d;
}

h1{
	font-size: 280%;
	font-weight:bold;
	line-height:110%;
}

h2{
	font-size: 150%;
	font-weight:normal;
	line-height:120%;
}

h3 {
	font-size: 120%;
	font-weight:normal;
	line-height:120%;
}
h3.text_shadow {
	text-shadow: 1px 1px 0px #fff;		
}

h4 {
  font-size: 200%;
  line-height:normal;
}
h5 {
	font-size: 100%;
	color:#9d0c15;
}
h6{
	font-size: 160%;
	margin-bottom:10px;
	font-weight:normal;
	line-height:110%;
}

a,
a:visited {
	color: #00a0e3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
a:hover, 
a:focus, 
a:active {
	color: #727272;
	text-decoration: none;
	outline: none;
}

.bg_supersize {
	background:url(../Images/home_full_02.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.text_resizer {
	font-size: 100%;	
}
.text_green {
	color: #62921a;
}
.text_grey {
	color: #859092;	
}
.text_size_big {
	font-size: 110%;
	line-height:135%;	
}

.text_datum  {

}

.text_range_90 {
	width:90%;	
}
.text_range_80 {
	width:80%;	
}
.text_range_70 {
	width:70%;	
}
.text_range_60 {
	width:60%;	
}
.text_range_50 {
	width:50%;	
}

.div_scrolling {
	background:#0F3;
	width: 100%;
	height: 300px;
	overflow:auto;
}

.icon_1 {
	text-align:center;
	display:inline-block;
	font-size:24px;
	line-height:25px;
	position:relative;
}
.icon_2 {
	color: #ebb659;
	margin-right: 7px;
	display:block;
	float:left;
	padding-top:0px;
	font-size:14px;
	line-height:17px;
}

.anchor_shop {
	position:absolute;
	margin-top: -80px;
}
.anchor_produkte {
	position:absolute;
	margin-top: -80px;	
}

.pill {
	display:block;
	width: 100%;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:10px;
	border:solid 0px #614a38;
	cursor:pointer;
	color:#ac6500;
	background:#f3f3f3;	
}
.pill:hover, 
.pill:focus {
	color:#FFF;
	background:#614a38;	
}
.pill_active{
	color:#FFF;
	background:#614a38;	
}
pill_margin {
	margin-bottom: 10px;	
}

.text_after_icon {
	display:table;
}

.circle_img_01 {
	background-image:url(../Images/h_circle_01.jpg);
}

.line_mexico {
	width:100%;
	height:20px;
	background:url(../Images/line_mexico.jpg) repeat-x;
}

hr {
  border-top: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top:0px;
  margin-bottom:30px;
}
img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.div_hide {
	visibility: hidden;	
}
.div_hide_0px {
	visibility: hidden;
	position:absolute;
	height: 0px;
}

/*************************
*******Header******
**************************/
#bg_header_spacer { /* navi_small height */
	display:block;
	height:60px;
}
#bg_header_spacer_2 { /* navi_small height */
	display:block;
	height:0px;
}
#bg_header_parallax_spacer {
	display:block;
	height:0px;
}

#bg_header_slider_wrapper
{
	margin:0px;
	position:relative;
	height:550px;
	border-top: 0px #fff solid;
	border-bottom: 0px #fff solid;
	background:#FFF;
}
#section_shop_details #bg_header_slider_wrapper{
	height:auto;
}
#bg_header_slider_wrapper .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background:#FFF;
}
#section_shop_details .swiper-container {
	width: 100%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
}
#bg_header_slider_wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	background-size:cover;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#section_shop_details .swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
}
#bg_header_slider_wrapper .swiper-button-prev{
	margin-left:15px;
}
#bg_header_slider_wrapper .swiper-button-next{
	margin-right:15px;
}
#bg_header_slider_wrapper .swiper-pagination {
	width:100%;
	margin-top:10px;
	text-align:right;
}
#bg_header_slider_wrapper .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
	margin-left:8px;
	margin-bottom:5px;
	border: 1px solid #683b15;
	background:#FFF;
	opacity:1;
}
#bg_header_slider_wrapper .swiper-pagination-bullet-active {
	color:#fff;
	background: #63931b;
}
#bg_header_slider_wrapper .swiper-bilder-anzeigen  {
	margin-top:6px;	
	float:left;
	display:block;
	cursor:pointer;
	position:relative;
	z-index:1000;
}
#bg_header_slider_wrapper .swiper-bilder-anzeigen i{
	font-size: 90%;
	font-weight:normal;
	width:100%;
	height:100%;
}

.navbar-logo-container { /* LOGO BG */
	position:absolute;
	z-index:7999;
	margin: 0px;
	padding: 0px;
	height:120px;
	width:100%;
}

#header{
	top: 0px;
	left: 0px;
	margin:0px;
	padding: 0px;
	width:100%;
	height:90px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position:fixed;
	z-index:8000;
	border-bottom:0px solid #fff;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;	
}
.intro #header:hover {

}
#header.collapsed {
	height:64px;
	border-bottom:1px solid #e1e1e1;
	opacity: 1.0;
}
.header_bg_transparent {
	position:absolute;
	z-index:8005;
	height:100%;
	width:100%;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;	
}
#header .header_bg_transparent{
	background:#fff;
	/*opacity:1.0;*/
}
.intro #header .header_bg_transparent{
	opacity: 0.0;
}
.intro #header.collapsed .header_bg_transparent{
	opacity:1.0;	
}
#header.collapsed .header_bg_transparent{
	background:#fff;
	/*opacity:1.0;*/	
}
#header_shadow {

}
#header .navbar-inverse {
	padding:0px;
	margin:0px;
	overflow:visible;
	height:100%;
}
#header .navbar .navbar-left {

}
#header .navbar .navbar-left, 
#header .navbar .navbar-right 
{
	margin-top:40px;
	font-size:18px;

	-webkit-transition: margin-top 200ms ease-out;
	-moz-transition: margin-top 200ms ease-out;
	-ms-transition: margin-top 200ms ease-out;
	-o-transition: margin-top 200ms ease-out;
	transition: margin-top 200ms ease-out;
}
.intro #header .navbar .navbar-left, 
.intro #header .navbar .navbar-right {

}

#header.collapsed .navbar .navbar-left, 
#header.collapsed .navbar .navbar-right
{
	margin-top:22px;
}

#header .navbar-brand {
	padding:0px;
	margin:0px;
	margin-top:19px;
	position:absolute;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.intro #header .navbar-brand {

}

#header .navbar-brand img {
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height:55px;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.intro #header .navbar-brand img {

}
#header.collapsed .navbar-brand,
.intro #header.collapsed .navbar-brand {
	margin-top:13px;
}
#header.collapsed .navbar-brand img,
.intro #header.collapsed .navbar-brand img {
	height: 40px;
}

#header .navbar .navbar-toggle {
	margin:0px;
	margin-top:20px;	
}

/* MOBILE */
#header_small .container {
	padding:0px;
	margin:0px;	
}
#header_small {
	top: 0px;
	left: 0px;
	margin:0px;
	padding: 0px;
	width:100%;
	min-height:60px;
	height:auto;
	background: #fff;
	position: relative;
	z-index:7780;
	border-bottom:1px solid #fff;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#header_small .navbar-brand {
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-top:12px;
}
#header_small .navbar-brand img {
	margin:0px;
	padding:0px;
	height: 40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header_small .navbar-nav {
	margin-top: 25px;
	margin-bottom:0px;
}
#header_small .navbar-nav > li, 
#header_small .navbar-nav > li.first {
  margin-left: 0px;
  margin-bottom: 25px;
  margin-right:0px;
}
#header_small .navbar-inverse .navbar-nav > li > a,
#header_small .navbar-inverse .navbar-nav > li > a:visited,
#header_small .navbar-inverse .navbar-nav > li > a:focus {
	margin: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #727272;
	line-height:inherit;
	display:block;
	text-shadow: none;
	padding: 10px 10px;
	padding:0px;
	padding-left:15px;
	font-size:18px;
}
#header_small .navbar-inverse .navbar-nav > li > a:hover{
	background:none;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color:#00a0e3;
}
#header_small .navbar-inverse .navbar-nav > .active > a, 
#header_small .navbar-inverse .navbar-nav > .active > a:hover, 
#header_small .navbar-inverse .navbar-nav > .active > a:focus, 
#header_small .navbar-inverse .navbar-nav > .active > a:visited  {
  color: #00a0e3;
}
#header_small .navbar-inverse .navbar-nav > .open > a, 
#header_small .navbar-inverse .navbar-nav > .open > a:hover, 
#header_small .navbar-inverse .navbar-nav > .open > a:focus {
	background:none;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#header_small .nav-tabs > li.active > a:after{
	display: none;
}

/* NAVBAR TOGGLE MOBILE */
.navbar .navbar-toggle {
	padding:0px;
	margin-right:15px;
	margin-top:23px;
	background: none;
	border: #fff 0px solid;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #00a0e3;
	color:#00a0e3;
}
.navbar .navbar-toggle:hover, 
.navbar .navbar-toggle:focus {
	background: none;
	color:#00a0e3;
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
	background: #00a0e3;
	color:#00a0e3;
}

/* NAVIGATION */
.navbar {
  font-family: Roboto Condensed;;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width:100%;
  padding:0px;
  border:0px;
  border-bottom:0px #000 solid;
  margin:0px;
}
.navbar-nav {
	margin-top: 0px;
}
.navbar-nav > li{
  padding:0px;
  margin:0px;
  margin-left: 40px;
  padding-bottom: 2px;
}
.navbar-nav > li.first{
  padding:0px;
  margin:0px;
  padding-bottom: 2px;
}
.navbar-inverse {
	background:none;
	background-color:transparent;
	position:relative;
	margin-top:0px;
	z-index:8010;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:visited,
.navbar-inverse .navbar-nav > li > a:focus {
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #727272;
	line-height: 24px;
	display: inline-block;
	text-shadow:none;
	padding: 0px;
	text-align:left;
	background: none;
	background-color:transparent;
	padding-bottom: 10px;
	overflow:hidden;
}
#header.collapsed .navbar-inverse .navbar-nav > li > a,
#header.collapsed .navbar-inverse .navbar-nav > li > a:visited,
#header.collapsed .navbar-inverse .navbar-nav > li > a:focus {
	padding-bottom: 3px;
}

.navbar-inverse .navbar-nav > li > a > span {
	padding-left:3px;
	padding-right:3px;
}

.intro #header .navbar-inverse .navbar-nav > li > a,
.intro #header .navbar-inverse .navbar-nav > li > a:visited,
.intro #header .navbar-inverse .navbar-nav > li > a:focus {

}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:visited  {
	color:#00a0e3; /*BACKGROUND color for active*/
	background: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:hover{
  color: #00a0e3;
}

.nav_underline {
	opacity:0.0;
	filter: alpha(opacity=0);
	height:5px;
	background:#00a0e3;
	margin-top:5px;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.navbar-inverse .navbar-nav > li > a:hover .nav_underline {
	opacity:1.0;
	filter: alpha(opacity=100);
}
.navbar-inverse .navbar-nav > .active > a .nav_underline, 
.navbar-inverse .navbar-nav > .active > a:hover .nav_underline, 
.navbar-inverse .navbar-nav > .active > a:focus .nav_underline, 
.navbar-inverse .navbar-nav > .active > a:visited .nav_underline  {
	opacity:1.0;
	filter: alpha(opacity=100);
}

#header.collapsed .nav_underline {
	/*display:none;*/
	height:4px;
	margin-top:3px;
}

.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-brand {
  font-size: 205%;
  line-height: 0px;
  color: #fff;
  overflow:visible;
}

/* DROPDOWN */
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:visited {
	/*Opener Knopf*/
	color:#fff; /* ebb659 */
	background: none;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a .nav_underline, 
.navbar-inverse .navbar-nav > .open > a:hover .nav_underline, 
.navbar-inverse .navbar-nav > .open > a:focus .nav_underline,
.navbar-inverse .navbar-nav > .open > a:visited .nav_underline {
	opacity:1.0;
	filter: alpha(opacity=100);
}

.navbar-inverse .navbar-nav .dropdown-menu {
	margin: 0px;
 	padding: 0px;
	font-size:19px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.225);
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	left:0px;
	right:auto;
	z-index: 8015;
	overflow:hidden;
	padding-bottom:5px;
}
.navbar-inverse .navbar-nav .dropdown_custom:hover .dropdown-menu {

}
.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li {
	padding:0px;
	margin:0px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
 margin-top:5px;
 padding: 8px 20px; 
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: #0C3;
  height: 1px;
  padding:0px;
  margin:0px;
}
.dropdown-submenu > a:focus, 
.dropdown-submenu > a:hover, 
.dropdown-submenu:focus > a, r, 
.dropdown-submenu:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a
{ color: #9d0c15; background-color:#ffffff; background-image: none; filter: none; text-decoration: none; border: none; }
/* END OF DROPDOWN */

/* VERTICAL NAVIGATION */
.sidebar ul {
	padding:0px;
	margin:0px;	
}
.sidebar .nav-pills li {
	padding:0px;
	margin:0px;
	margin-top:5px;	
}
.sidebar .nav-pills > .active > a, 
.sidebar .nav-pills > .active > a:hover,
.sidebar .nav-pills > .active > a:visited,
.sidebar .nav-pills > .active > a:focus {
    background-color: #614a38;
	color: #fff;
}
.sidebar .nav-pills a,
.sidebar .nav-pills a:visited {
    background-color: #f3f3f3;
	color: #ac6500;
}
.sidebar .nav-pills a:hover {
    background-color: #614a38;
	color: #fff;
}
/* END OF VERTICAL NAVIGATION */

/* SURBIBAR */
.surbibar, 
.surbibar_vertical_control_open {
	z-index: 9000;
	width:auto;
	height:auto;
	position:fixed;
	top: 20%;
	left:0px;
	
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.surbibar.closed,
.surbibar_vertical_control_open.closed {
	left: -200px;	
}
.surbibar.vertical .surbibar_bg_transparent,
.surbibar_vertical_control_open .surbibar_bg_transparent {
	position:absolute;
	z-index:9005;
	height:100%;
	width:100%;
	background:#e1e1e1;
	
	opacity: 0.6;
	
	-webkit-border-radius: 0px 6px 6px 0px;	
	-moz-border-radius: 0px 6px 6px 0px;	
	border-radius: 0px 6px 6px 0px;	
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.surbibar.horizontal,
.surbibar.horizontal_small  {
	z-index: 9000;
	width:auto;
	height:auto;
	position:relative;
	top:auto;
	left:auto;
}
.surbibar.horizontal_small  {
	float:right;	
}
.surbibar i,
.surbibar_vertical_control_open i {
	opacity: 0.6;
	position:relative;
	text-align:left;
	z-index:9010;
	cursor:pointer;
	
	padding:0px;
	margin: 10px;
	font-size:32px;
	
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.surbibar i:hover {
	font-size:42px;
	opacity: 1.0;		
}
.surbibar a, 
.surbibar_vertical_control_open a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.surbibar.vertical i, 
.surbibar_vertical_control_open i {
	display:block;
}
.surbibar.vertical i.control,
.surbibar_vertical_control_open i {
	font-size:18px;
	opacity:0.8;
}
.surbibar.vertical i.control:hover,
.surbibar_vertical_control_open i:hover {
	opacity:1.0;
}
.surbibar.horizontal i,
.surbibar.horizontal_small i{
	display:inline-block;	
	font-size:42px;
	margin:0px;
	margin-left: 10px;
}
.surbibar.horizontal i.first,
.surbibar.horizontal_small i.first{
	margin-left: 0px;
}
.surbibar.horizontal_small i{
	font-size:24px;
}
.surbibar.horizontal_small i:hover{
	font-size:24px;
}
.surbibar_control {
	cursor:pointer;
}
/* END OF SURBIBAR */

.box_wrapper {
	position:relative;
}
.box_center {	
	background:url(../Images/transparenz.png);
	padding:30px;
}

.box_rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.box h2 {

}
.box h3 {
	font-size:120%;
	line-height:160%;
	color:#00a0e3;
}
.box {
	color:#727272;
	width:100%;
	padding:20px;
	background:#daecf5;
	text-align:left;
}
.box_2 {
	width:100%;
	padding:10px;
	background:#24353b;
	border: 2px solid #859092;
}
.box_3 {
	color:#FFF;
	width:100%;
	padding:20px;
	background:#9f0616;
	font-size:100%;
	line-height:130%;
}
.box_3.aktuell_header {
	background: #87888a;
}

.box_3 h1, 
.box_5 h1 {
	color: #fff;
	font-size: 160%;	
}
.box_3 h2, 
.box_5 h2 {
	color: #fff;
	font-size: 150%;
	line-height:120%;
	margin-bottom:20px;	
}
.box_3 h3, 
.box_5 h3 {
	color: #fff;
	font-size: 100%;
	line-height:130%;
	margin-top:5px;
	margin-bottom:5px;	
}
.box_3 h4, 
.box_5 h4 {
	color: #fff;
	font-size: 220%;
	line-height:100%;
}

.box_3 input[type=submit] {
	background: #bec5c8;
	color: #9f0616;	
}
.box_3 input[type=submit]:hover {
	background: #24353b;	
}
.box_3 a {
	color:#fff;	
}

.box_4 {
	color:#FFF;
	width:100%;
	padding:20px;
	background:#24353b;
	font-size: 100%;
	line-height:120%;
}
.box_4 h1 { /* TITEL */
	color: #fff;
	font-size:190%;
	margin-bottom: 0px;
	line-height:105%;
}
.box_4 h2 { /*  Tag Datum */
	color: #fff;
	font-size:150%;
	margin-top:20px;
	margin-bottom: 10px;
	line-height:105%;	
}
.box_4 h3 { /* Zeit */
	color: #fff;
	font-size:130%;
	margin-bottom: 0px;
	line-height:110%;
}

.box_4 h3.no_margin_bottom {
	margin-bottom:0px;	
}
.box_4 a:hover,
.box_4 a:focus {
	color: #fff ;
}
.box_4 h4 { /* Zeit */
	color: #fff;
	font-size:110%;
	margin-bottom: 0px;
	line-height:110%;
}

.box_5 {
	background:#24353b;
	padding:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box_6 {
	background:#f7e5dd;
	padding:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.brown {
	background: #614a38;
}
.green {
	background: #b1c700;
}
.white {
	border: 3px solid #FFF;
	background: url(../Images/transparenz.png);	
}
.red {
	color: #ff0000;
}
.green a, .green a:hover, .green a:focus {
	color:#e3001b;	
}
.red a, .red a:hover, .red a:focus {
	color:#b1c700;
}

ul {
	list-style-type: disc;
	list-style-image: url(../Images/ul.png);
	list-style-position: outside;
	
	padding:0px;
	margin:0px;
	left: 0px;

	margin-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
	
	padding:0px;
	margin:0px;
	left: 0px;
	
	margin-left: 1em;
	margin-top: 30px;
	margin-bottom: 5px;
}
li {
	padding-left: 5px;
	margin-top: 10px;
}
li.first {
	margin-top: 0px;
}


/*************************
CONTAINER & BOOTSTRAP STUFF */
.container {
	padding-left:0px;
	padding-right:0px;
	/* Padding wenn Fenster so klein wie Container -> keinen Einfluss auf Row */
}
.container_2 {
	padding-top: 30px;
}
.row {
	margin-right: -25px;
	margin-left: -25px;
}
div .row > .col-ms-1, div .row > .col-xs-1, div .row > .col-sm-1, div .row > .col-md-1, div .row > .col-lg-1, div .row > .col-ms-2, div .row > .col-xs-2, div .row > .col-sm-2, div .row > .col-md-2, div .row > .col-lg-2, div .row > .col-ms-3, div .row > .col-xs-3, div .row > .col-sm-3, div .row > .col-md-3, div .row > .col-lg-3, div .row > .col-ms-4, div .row > .col-xs-4, div .row > .col-sm-4, div .row > .col-md-4, div .row > .col-lg-4, div .row > .col-ms-5, div .row > .col-xs-5, div .row > .col-sm-5, div .row > .col-md-5, div .row > .col-lg-5, div .row > .col-ms-6, div .row > .col-xs-6, div .row > .col-sm-6, div .row > .col-md-6, div .row > .col-lg-6, div .row > .col-ms-7, div .row > .col-xs-7, div .row > .col-sm-7, div .row > .col-md-7, div .row > .col-lg-7, div .row > .col-ms-8, div .row > .col-xs-8, div .row > .col-sm-8, div .row > .col-md-8, div .row > .col-lg-8, div .row > .col-ms-9, div .row > .col-xs-9, div .row > .col-sm-9, div .row > .col-md-9, div .row > .col-lg-9, div .row > .col-ms-10, 
div .row > .col-xs-10, div .row > .col-sm-10, div .row > .col-md-10, div .row > .col-lg-10, div .row > .col-ms-11, div .row > .col-xs-11, div .row > .col-sm-11, div .row > .col-md-11, div .row > .col-lg-11, div .row > .col-ms-12, div .row > .col-xs-12, div .row > .col-sm-12, div .row > .col-md-12, div .row > .col-lg-12, div .row > .col-ms-13, div .row > .col-xs-13, div .row > .col-sm-13, div .row > .col-md-13, div .row > .col-lg-13, div .row > .col-ms-14, div .row > .col-xs-14, div .row > .col-sm-14, div .row > .col-md-14, div .row > .col-lg-14, div .row > .col-ms-15, div .row > .col-xs-15, div .row > .col-sm-15, div .row > .col-md-15, div .row > .col-lg-15, div .row > .col-ms-16, div .row > .col-xs-16, div .row > .col-sm-16, div .row > .col-md-16, div .row > .col-lg-16, div .row > .col-ms-17, div .row > .col-xs-17, div .row > .col-sm-17, div .row > .col-md-17, div .row > .col-lg-17, div .row > .col-ms-18, div .row > .col-xs-18, div .row > .col-sm-18, div .row > .col-md-18, div .row > .col-lg-18, 
div .row > .col-ms-19, div .row > .col-xs-19, div .row > .col-sm-19, div .row > .col-md-19, div .row > .col-lg-19, div .row > .col-ms-20, div .row > .col-xs-20, div .row > .col-sm-20, div .row > .col-md-20, div .row > .col-lg-20, div .row > .col-ms-21, div .row > .col-xs-21, div .row > .col-sm-21, div .row > .col-md-21, div .row > .col-lg-21, div .row > .col-ms-22, div .row > .col-xs-22, div .row > .col-sm-22, div .row > .col-md-22, div .row > .col-lg-22, div .row > .col-ms-23, div .row > .col-xs-23, div .row > .col-sm-23, div .row > .col-md-23, div .row > .col-lg-23, div .row > .col-ms-24, div .row > .col-xs-24, div .row > .col-sm-24, div .row > .col-md-24, div .row > .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}

.row_md {
	margin-left:-15px;
	margin-right:-15px;
}
div .row_md > .col-ms-1, div .row_md > .col-xs-1, div .row_md > .col-sm-1, div .row_md > .col-md-1, div .row_md > .col-lg-1, div .row_md > .col-ms-2, div .row_md > .col-xs-2, div .row_md > .col-sm-2, div .row_md > .col-md-2, div .row_md > .col-lg-2, div .row_md > .col-ms-3, div .row_md > .col-xs-3, div .row_md > .col-sm-3, div .row_md > .col-md-3, div .row_md > .col-lg-3, div .row_md > .col-ms-4, div .row_md > .col-xs-4, div .row_md > .col-sm-4, div .row_md > .col-md-4, div .row_md > .col-lg-4, div .row_md > .col-ms-5, div .row_md > .col-xs-5, div .row_md > .col-sm-5, div .row_md > .col-md-5, div .row_md > .col-lg-5, div .row_md > .col-ms-6, div .row_md > .col-xs-6, div .row_md > .col-sm-6, div .row_md > .col-md-6, div .row_md > .col-lg-6, div .row_md > .col-ms-7, div .row_md > .col-xs-7, div .row_md > .col-sm-7, div .row_md > .col-md-7, div .row_md > .col-lg-7, div .row_md > .col-ms-8, div .row_md > .col-xs-8, div .row_md > .col-sm-8, div .row_md > .col-md-8, div .row_md > .col-lg-8, 
div .row_md > .col-ms-9, div .row_md > .col-xs-9, div .row_md > .col-sm-9, div .row_md > .col-md-9, div .row_md > .col-lg-9, div .row_md > .col-ms-10, div .row_md > .col-xs-10, div .row_md > .col-sm-10, div .row_md > .col-md-10, div .row_md > .col-lg-10, div .row_md > .col-ms-11, div .row_md > .col-xs-11, div .row_md > .col-sm-11, div .row_md > .col-md-11, div .row_md > .col-lg-11, div .row_md > .col-ms-12, div .row_md > .col-xs-12, div .row_md > .col-sm-12, div .row_md > .col-md-12, div .row_md > .col-lg-12, div .row_md > .col-ms-13, div .row_md > .col-xs-13, div .row_md > .col-sm-13, div .row_md > .col-md-13, div .row_md > .col-lg-13, div .row_md > .col-ms-14, div .row_md > .col-xs-14, div .row_md > .col-sm-14, div .row_md > .col-md-14, div .row_md > .col-lg-14, div .row_md > .col-ms-15, div .row_md > .col-xs-15, div .row_md > .col-sm-15, div .row_md > .col-md-15, div .row_md > .col-lg-15, div .row_md > .col-ms-16, div .row_md > .col-xs-16, div .row_md > .col-sm-16, div .row_md > .col-md-16, 
div .row_md > .col-lg-16, div .row_md > .col-ms-17, div .row_md > .col-xs-17, div .row_md > .col-sm-17, div .row_md > .col-md-17, div .row_md > .col-lg-17, div .row_md > .col-ms-18, div .row_md > .col-xs-18, div .row_md > .col-sm-18, div .row_md > .col-md-18, div .row_md > .col-lg-18, div .row_md > .col-ms-19, div .row_md > .col-xs-19, div .row_md > .col-sm-19, div .row_md > .col-md-19, div .row_md > .col-lg-19, div .row_md > .col-ms-20, div .row_md > .col-xs-20, div .row_md > .col-sm-20, div .row_md > .col-md-20, div .row_md > .col-lg-20, div .row_md > .col-ms-21, div .row_md > .col-xs-21, div .row_md > .col-sm-21, div .row_md > .col-md-21, div .row_md > .col-lg-21, div .row_md > .col-ms-22, div .row_md > .col-xs-22, div .row_md > .col-sm-22, div .row_md > .col-md-22, div .row_md > .col-lg-22, div .row_md > .col-ms-23, div .row_md > .col-xs-23, div .row_md > .col-sm-23, div .row_md > .col-md-23, div .row_md > .col-lg-23, div .row_md > .col-ms-24, div .row_md > .col-xs-24, div .row_md > .col-sm-24, 
div .row_md > .col-md-24, div .row_md > .col-lg-24 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.row_sm {
	margin-right: -5px;
	margin-left: -5px;
}
div .row_sm > .col-ms-1, div .row_sm > .col-xs-1, div .row_sm > .col-sm-1, div .row_sm > .col-md-1, div .row_sm > .col-lg-1, div .row_sm > .col-ms-2, div .row_sm > .col-xs-2, div .row_sm > .col-sm-2, div .row_sm > .col-md-2, div .row_sm > .col-lg-2, div .row_sm > .col-ms-3, div .row_sm > .col-xs-3, div .row_sm > .col-sm-3, div .row_sm > .col-md-3, div .row_sm > .col-lg-3, div .row_sm > .col-ms-4, div .row_sm > .col-xs-4, div .row_sm > .col-sm-4, div .row_sm > .col-md-4, div .row_sm > .col-lg-4, div .row_sm > .col-ms-5, div .row_sm > .col-xs-5, div .row_sm > .col-sm-5, div .row_sm > .col-md-5, div .row_sm > .col-lg-5, div .row_sm > .col-ms-6, div .row_sm > .col-xs-6, div .row_sm > .col-sm-6, div .row_sm > .col-md-6, div .row_sm > .col-lg-6, div .row_sm > .col-ms-7, div .row_sm > .col-xs-7, div .row_sm > .col-sm-7, div .row_sm > .col-md-7, div .row_sm > .col-lg-7, div .row_sm > .col-ms-8, div .row_sm > .col-xs-8, div .row_sm > .col-sm-8, div .row_sm > .col-md-8, div .row_sm > .col-lg-8, 
div .row_sm > .col-ms-9, div .row_sm > .col-xs-9, div .row_sm > .col-sm-9, div .row_sm > .col-md-9, div .row_sm > .col-lg-9, div .row_sm > .col-ms-10, div .row_sm > .col-xs-10, div .row_sm > .col-sm-10, div .row_sm > .col-md-10, div .row_sm > .col-lg-10, div .row_sm > .col-ms-11, div .row_sm > .col-xs-11, div .row_sm > .col-sm-11, div .row_sm > .col-md-11, div .row_sm > .col-lg-11, div .row_sm > .col-ms-12, div .row_sm > .col-xs-12, div .row_sm > .col-sm-12, div .row_sm > .col-md-12, div .row_sm > .col-lg-12, div .row_sm > .col-ms-13, div .row_sm > .col-xs-13, div .row_sm > .col-sm-13, div .row_sm > .col-md-13, div .row_sm > .col-lg-13, div .row_sm > .col-ms-14, div .row_sm > .col-xs-14, div .row_sm > .col-sm-14, div .row_sm > .col-md-14, div .row_sm > .col-lg-14, div .row_sm > .col-ms-15, div .row_sm > .col-xs-15, div .row_sm > .col-sm-15, div .row_sm > .col-md-15, div .row_sm > .col-lg-15, div .row_sm > .col-ms-16, div .row_sm > .col-xs-16, div .row_sm > .col-sm-16, div .row_sm > .col-md-16, 
div .row_sm > .col-lg-16, div .row_sm > .col-ms-17, div .row_sm > .col-xs-17, div .row_sm > .col-sm-17, div .row_sm > .col-md-17, div .row_sm > .col-lg-17, div .row_sm > .col-ms-18, div .row_sm > .col-xs-18, div .row_sm > .col-sm-18, div .row_sm > .col-md-18, div .row_sm > .col-lg-18, div .row_sm > .col-ms-19, div .row_sm > .col-xs-19, div .row_sm > .col-sm-19, div .row_sm > .col-md-19, div .row_sm > .col-lg-19, div .row_sm > .col-ms-20, div .row_sm > .col-xs-20, div .row_sm > .col-sm-20, div .row_sm > .col-md-20, div .row_sm > .col-lg-20, div .row_sm > .col-ms-21, div .row_sm > .col-xs-21, div .row_sm > .col-sm-21, div .row_sm > .col-md-21, div .row_sm > .col-lg-21, div .row_sm > .col-ms-22, div .row_sm > .col-xs-22, div .row_sm > .col-sm-22, div .row_sm > .col-md-22, div .row_sm > .col-lg-22, div .row_sm > .col-ms-23, div .row_sm > .col-xs-23, div .row_sm > .col-sm-23, div .row_sm > .col-md-23, div .row_sm > .col-lg-23, div .row_sm > .col-ms-24, div .row_sm > .col-xs-24, div .row_sm > .col-sm-24, 
div .row_sm > .col-md-24, div .row_sm > .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.row_other_md {
  margin-right: -10px;
  margin-left: -10px;
}
div .row_other_md > .col-ms-1, div .row_other_md > .col-xs-1, div .row_other_md > .col-sm-1, div .row_other_md > .col-md-1, div .row_other_md > .col-lg-1, div .row_other_md > .col-ms-2, div .row_other_md > .col-xs-2, div .row_other_md > .col-sm-2, div .row_other_md > .col-md-2, div .row_other_md > .col-lg-2, div .row_other_md > .col-ms-3, div .row_other_md > .col-xs-3, div .row_other_md > .col-sm-3, div .row_other_md > .col-md-3, div .row_other_md > .col-lg-3, div .row_other_md > .col-ms-4, div .row_other_md > .col-xs-4, div .row_other_md > .col-sm-4, div .row_other_md > .col-md-4, div .row_other_md > .col-lg-4, div .row_other_md > .col-ms-5, div .row_other_md > .col-xs-5, div .row_other_md > .col-sm-5, div .row_other_md > .col-md-5, div .row_other_md > .col-lg-5, div .row_other_md > .col-ms-6, div .row_other_md > .col-xs-6, div .row_other_md > .col-sm-6, div .row_other_md > .col-md-6, div .row_other_md > .col-lg-6, div .row_other_md > .col-ms-7, div .row_other_md > .col-xs-7, 
div .row_other_md > .col-sm-7, div .row_other_md > .col-md-7, div .row_other_md > .col-lg-7, div .row_other_md > .col-ms-8, div .row_other_md > .col-xs-8, div .row_other_md > .col-sm-8, div .row_other_md > .col-md-8, div .row_other_md > .col-lg-8, div .row_other_md > .col-ms-9, div .row_other_md > .col-xs-9, div .row_other_md > .col-sm-9, div .row_other_md > .col-md-9, div .row_other_md > .col-lg-9, div .row_other_md > .col-ms-10, div .row_other_md > .col-xs-10, div .row_other_md > .col-sm-10, div .row_other_md > .col-md-10, div .row_other_md > .col-lg-10, div .row_other_md > .col-ms-11, div .row_other_md > .col-xs-11, div .row_other_md > .col-sm-11, div .row_other_md > .col-md-11, div .row_other_md > .col-lg-11, div .row_other_md > .col-ms-12, div .row_other_md > .col-xs-12, div .row_other_md > .col-sm-12, div .row_other_md > .col-md-12, div .row_other_md > .col-lg-12, div .row_other_md > .col-ms-13, div .row_other_md > .col-xs-13, div .row_other_md > .col-sm-13, div .row_other_md > .col-md-13, 
div .row_other_md > .col-lg-13, div .row_other_md > .col-ms-14, div .row_other_md > .col-xs-14, div .row_other_md > .col-sm-14, div .row_other_md > .col-md-14, div .row_other_md > .col-lg-14, div .row_other_md > .col-ms-15, div .row_other_md > .col-xs-15, div .row_other_md > .col-sm-15, div .row_other_md > .col-md-15, div .row_other_md > .col-lg-15, div .row_other_md > .col-ms-16, div .row_other_md > .col-xs-16, div .row_other_md > .col-sm-16, div .row_other_md > .col-md-16, div .row_other_md > .col-lg-16, div .row_other_md > .col-ms-17, div .row_other_md > .col-xs-17, div .row_other_md > .col-sm-17, div .row_other_md > .col-md-17, div .row_other_md > .col-lg-17, div .row_other_md > .col-ms-18, div .row_other_md > .col-xs-18, div .row_other_md > .col-sm-18, div .row_other_md > .col-md-18, div .row_other_md > .col-lg-18, div .row_other_md > .col-ms-19, div .row_other_md > .col-xs-19, div .row_other_md > .col-sm-19, div .row_other_md > .col-md-19, div .row_other_md > .col-lg-19, 
div .row_other_md > .col-ms-20, div .row_other_md > .col-xs-20, div .row_other_md > .col-sm-20, div .row_other_md > .col-md-20, div .row_other_md > .col-lg-20, div .row_other_md > .col-ms-21, div .row_other_md > .col-xs-21, div .row_other_md > .col-sm-21, div .row_other_md > .col-md-21, div .row_other_md > .col-lg-21, div .row_other_md > .col-ms-22, div .row_other_md > .col-xs-22, div .row_other_md > .col-sm-22, div .row_other_md > .col-md-22, div .row_other_md > .col-lg-22, div .row_other_md > .col-ms-23, div .row_other_md > .col-xs-23, div .row_other_md > .col-sm-23, div .row_other_md > .col-md-23, div .row_other_md > .col-lg-23, div .row_other_md > .col-ms-24, div .row_other_md > .col-xs-24, div .row_other_md > .col-sm-24, div .row_other_md > .col-md-24, div .row_other_md > .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.row_other_sm {
  margin-right: -7px;
  margin-left: -7px;
}
div .row_other_sm > .col-ms-1, div .row_other_sm > .col-xs-1, div .row_other_sm > .col-sm-1, div .row_other_sm > .col-md-1, div .row_other_sm > .col-lg-1, div .row_other_sm > .col-ms-2, div .row_other_sm > .col-xs-2, div .row_other_sm > .col-sm-2, div .row_other_sm > .col-md-2, div .row_other_sm > .col-lg-2, div .row_other_sm > .col-ms-3, div .row_other_sm > .col-xs-3, div .row_other_sm > .col-sm-3, div .row_other_sm > .col-md-3, div .row_other_sm > .col-lg-3, div .row_other_sm > .col-ms-4, div .row_other_sm > .col-xs-4, div .row_other_sm > .col-sm-4, div .row_other_sm > .col-md-4, div .row_other_sm > .col-lg-4, div .row_other_sm > .col-ms-5, div .row_other_sm > .col-xs-5, div .row_other_sm > .col-sm-5, div .row_other_sm > .col-md-5, div .row_other_sm > .col-lg-5, div .row_other_sm > .col-ms-6, div .row_other_sm > .col-xs-6, div .row_other_sm > .col-sm-6, div .row_other_sm > .col-md-6, div .row_other_sm > .col-lg-6, div .row_other_sm > .col-ms-7, div .row_other_sm > .col-xs-7, 
div .row_other_sm > .col-sm-7, div .row_other_sm > .col-md-7, div .row_other_sm > .col-lg-7, div .row_other_sm > .col-ms-8, div .row_other_sm > .col-xs-8, div .row_other_sm > .col-sm-8, div .row_other_sm > .col-md-8, div .row_other_sm > .col-lg-8, div .row_other_sm > .col-ms-9, div .row_other_sm > .col-xs-9, div .row_other_sm > .col-sm-9, div .row_other_sm > .col-md-9, div .row_other_sm > .col-lg-9, div .row_other_sm > .col-ms-10, div .row_other_sm > .col-xs-10, div .row_other_sm > .col-sm-10, div .row_other_sm > .col-md-10, div .row_other_sm > .col-lg-10, div .row_other_sm > .col-ms-11, div .row_other_sm > .col-xs-11, div .row_other_sm > .col-sm-11, div .row_other_sm > .col-md-11, div .row_other_sm > .col-lg-11, div .row_other_sm > .col-ms-12, div .row_other_sm > .col-xs-12, div .row_other_sm > .col-sm-12, div .row_other_sm > .col-md-12, div .row_other_sm > .col-lg-12, div .row_other_sm > .col-ms-13, div .row_other_sm > .col-xs-13, div .row_other_sm > .col-sm-13, div .row_other_sm > .col-md-13, 
div .row_other_sm > .col-lg-13, div .row_other_sm > .col-ms-14, div .row_other_sm > .col-xs-14, div .row_other_sm > .col-sm-14, div .row_other_sm > .col-md-14, div .row_other_sm > .col-lg-14, div .row_other_sm > .col-ms-15, div .row_other_sm > .col-xs-15, div .row_other_sm > .col-sm-15, div .row_other_sm > .col-md-15, div .row_other_sm > .col-lg-15, div .row_other_sm > .col-ms-16, div .row_other_sm > .col-xs-16, div .row_other_sm > .col-sm-16, div .row_other_sm > .col-md-16, div .row_other_sm > .col-lg-16, div .row_other_sm > .col-ms-17, div .row_other_sm > .col-xs-17, div .row_other_sm > .col-sm-17, div .row_other_sm > .col-md-17, div .row_other_sm > .col-lg-17, div .row_other_sm > .col-ms-18, div .row_other_sm > .col-xs-18, div .row_other_sm > .col-sm-18, div .row_other_sm > .col-md-18, div .row_other_sm > .col-lg-18, div .row_other_sm > .col-ms-19, div .row_other_sm > .col-xs-19, div .row_other_sm > .col-sm-19, div .row_other_sm > .col-md-19, div .row_other_sm > .col-lg-19, 
div .row_other_sm > .col-ms-20, div .row_other_sm > .col-xs-20, div .row_other_sm > .col-sm-20, div .row_other_sm > .col-md-20, div .row_other_sm > .col-lg-20, div .row_other_sm > .col-ms-21, div .row_other_sm > .col-xs-21, div .row_other_sm > .col-sm-21, div .row_other_sm > .col-md-21, div .row_other_sm > .col-lg-21, div .row_other_sm > .col-ms-22, div .row_other_sm > .col-xs-22, div .row_other_sm > .col-sm-22, div .row_other_sm > .col-md-22, div .row_other_sm > .col-lg-22, div .row_other_sm > .col-ms-23, div .row_other_sm > .col-xs-23, div .row_other_sm > .col-sm-23, div .row_other_sm > .col-md-23, div .row_other_sm > .col-lg-23, div .row_other_sm > .col-ms-24, div .row_other_sm > .col-xs-24, div .row_other_sm > .col-sm-24, div .row_other_sm > .col-md-24, div .row_other_sm > .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

/* End of CONTAINER & BOOTSTRAP STUFF 
/**************************/

.feature-wrap {
  margin-bottom: 30px;
}
.feature-wrap_mobile {
  margin-bottom: 0px;
}
.feature-wrap_2{
  margin-bottom: 10px;
}
.feature-wrap_3 {
  margin-bottom: 40px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}
i{	
}
.feature-wrap i:hover {

}

.feature-wrap_mobile {
	margin-bottom:0px;	
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:none;
  margin-top: 10px;
}

.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center {
  text-align: center;
  padding-bottom: 0px;
}
.center h2{

}

.lead{
  font-size: 100%;
  line-height: inherit;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

.blueimp-gallery img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;		
}
#gallery_1 {
	width:100%;
	overflow: hidden;	
}
#gallery_1 img:hover {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	opacity: 0.5;
}

.form-group {
	margin:0px;
	padding:0px;
}
.form-group input[type="text"],
.form-group select,
.form-group textarea {
	margin-bottom: 15px;
	font-size:90%;
}
.form-text{
	padding-top: 5px;
	padding-bottom: 3px;	
}
.highlight{
	color:#ff8859;	
}
.form-control {
	font-size:14px;
	height: auto;
	padding: 5px 10px;
}
.form-control-padding-top {
	padding-top:25px;	
}
select.form-control {
	padding: 5px 6px;
	height: auto;
}
.buttons {	
}
.buttons input {
	float:right;
	margin-left:3px;
	width:200px;
}

input[type="button"],
input[type="submit"] {
	font-size: 90%;
	overflow: visible;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
	background-position: 10px;
	background-repeat:no-repeat;
	background-color:#00a0e3;
	border:0px;
	padding: 10px 15px 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
		
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color:#727272;
	color:#fff;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadein_delay {
    0% { opacity: 0; }
    50%   { opacity: 0; }
	100%   { opacity: 1; }
}
@-o-keyframes fadein_delay {
    0% { opacity: 0; }
    50%   { opacity: 0; }
	100%   { opacity: 1; }
}
@keyframes fadein_delay {
    0% { opacity: 0; }
    50%   { opacity: 0; }
	100%   { opacity: 1; }
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}
.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.social-share{
  margin: 0px;
  padding: 0px;		
}
ul.social-share li {
  margin: 0px;
  padding: 0px;		
  display: inline-block;
}
ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ul.social-share li a:hover {

  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
	background: transparent;
	border: 0 none;
	width: 60px;
	padding: 0 10px;
	color: #FFF;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
input.search-form::-webkit-input-placeholder{
  color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}
input.search-form:hover {
  width: 180px;
}

/*************************
*******News******
**************************/
.box_news {
	color: #FFF;
	border-top:0px;
	padding:0px;
	padding-left: 30px;
	padding-top:10px;
	padding-bottom:10px;
	border-left: 1px solid #e1e1e1;
	background: #fff; /* For browsers that do not support gradients */
   
}
.box_news h2{
	color:#672f23;
	font-size:140%;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.box_news h3{
	font-weight:normal;
	color:#333;
	font-size:90%;
	line-height:120%;
}
.box_news h3 img{
	display:block;
	float:left;
	margin-top:3px;
	margin-right:20px;
	margin-bottom:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box_news h4{
  font-size:90%;
  font-weight:normal;
  margin-top: 20px;
}

.box_news h4 .icon_2 {
	
}

.alert .glyphicon {
	margin-right:10px;	
}

/* Ajax News */
#section_inline_news .container {
	overflow:visible;	
}
#section_inline_news .div_box_news {
	color: #555;
	padding: 30px;
    margin-bottom: 30px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px solid #FFF;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.225);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.225);
}
#section_inline_news .div_box_news .feature-wrap{
}
#section_inline_news .div_box_news .feature-wrap_2{
}
#section_inline_news .div_box_news h1 {
	padding:0px;
	margin:0px;
	font-size: 200%;
	line-height:inherit 110%;
	margin-bottom:5px;
}
#section_inline_news .div_box_news .textDatum {
	color: #555;
	font-size:80%;
	margin-top:-5px;
	display:block;
}
#section_inline_news hr {
	border-bottom: 1px solid #555;
	margin-top:20px;
	margin-bottom: 20px;	
}
#section_inline_news hr.hr_title {
	margin-top:5px;
	margin-bottom: 20px;	
}

/*************************
*******Home Page******
**************************/
#section_home_header {
	height:650px;
	width:100%;	
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center 0px;
	background-size:cover;
	
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

#section_page_header {
	width:100%;
	overflow:hidden;
	padding-top:0px;
	margin-top:0px;
	height:200px;
    background-position:center 0px;
}
#section_page_header.header_small {
	height:200px;
}

#section_page_default, 
#section_1,
#section_2,
#section_3,
#section_4,
#section_5 {
	padding-top: 40px;
	padding-bottom:10px;
	
	background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

.is_ie #section_1,
.is_ie #section_2 {
	background-attachment:scroll;	
}
#section_1 {
	padding-top:0px;
	padding-bottom:0px;
}
#section_2 {
	padding-top:0px;
	padding-bottom:0px;
}
#section_3 {
	background-color:#f7e5dd;
}
#section_4 {

}
#section_5 {
	position:relative;
	overflow:hidden;
	padding-top: 0px;
	padding-bottom:0px;
}
#section_page_default hr.nomargin {
	margin-top: 0px;
}
#section_page_default .feature-wrap{

}
#section_page_default .feature-wrap h1 {

}
#section_page_default .feature-wrap h2 {

}
#section_page_default .feature-wrap h3 {

}

#section_home
{
  padding-top: 30px;
  padding-bottom: 30px;
}

#section_kontakt {
	padding-top: 50px;
	padding-bottom:20px;
    margin-bottom: 0px;
	overflow:hidden;
	background-color:#f7e5dd;
	color:#333;
}
#section_kontakt h1 {
	margin-bottom:50px;	
}
#section_kontakt strong {
	display:block;
	margin-bottom:5px;	
}
#section_kontakt .desc {
	font-size:95%;
	color: #666;
}
#section_kontakt i {
	margin-bottom:20px;
	font-size:30px;
	color:#9d0c15;	
}

#section_important
{
  height:60px;
  overflow:hidden;
  margin:0px;
  margin-top:0px;
  padding-top: 12px;
  position:relative;
  background: #ff8859;
}
#section_important br
{
	display:none;
}
#section_important .feature-wrap
{
}
#section_important .pull-right
{
	margin:0px;
	padding:0px;
}
#section_important i
{
	border-color: #cd261d;
	color:#cd261d;
}
#section_important h5 {
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;	
}
#section_important span{
	color:#cd261d;
}

#section_news {
	padding-top: 40px;
    padding-bottom: 10px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background:#FFF;
}
#section_news .button {
	width: 100%;
	background-color:#a39890;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:0px solid #d6bdb2;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:10px 15px;
	text-decoration:none;
	margin-top:5px;
}
#section_news .button:hover {
	background-color:#d6bdb2;
}
#section_news .container {
	overflow:visible;	
}
#section_news .div_box_news {
	color: #555;
	padding: 30px;
	padding-bottom:0px;
    margin-bottom: 30px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px solid #FFF;
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.225);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.225);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.225);
}
#section_news .div_box_news .feature-wrap{
}
#section_news .div_box_news h2 {
	font-size:150%;
	padding:0px;
	margin:0px;
	margin-top:1px;
	margin-bottom:10px;
}

#section_menu {
	padding-top: 30px;
	padding-bottom:0px;
    margin-bottom: 0px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background:#FFF;
}
#section_menu .feature-wrap_2{
	margin-bottom:10px;
}
#section_menu h1{
	font-size: 150%;
	margin-top:30px;
	margin-bottom:0px;
}
#section_menu h2{
	font-size: 150%;
	color: #614a38;
	margin: 0px;
	margin-bottom:15px;
}
#section_menu h3{
	font-size: 100%;
	color: #555;
	margin: 0px;
	margin-bottom:0px;
}
#section_menu h4{
	font-size: 100%;
	color: #614a38;
	margin: 0px;
	margin-top:10px;
}
#section_menu h5{
	font-size: 100%;
	color: #614a38;
	margin: 0px;
	margin-bottom:0px;
	line-height:150%;
}
#section_menu h6{
	font-size: 150%;
	margin-top:0px;
	margin-bottom:15px;
}
#section_menu hr {
  margin-top:30px;
  margin-bottom:30px;
}

#section_gallery {
	padding-top: 50px;
    padding-bottom: 50px;
	border-top: 0px solid #ffffff;
	background: #fff;
	background-repeat:repeat;
}
#section_gallery .feature-wrap {

}
#section_gallery hr.top {
	margin-top:10px;
	margin-bottom: 20px;	
}
#section_gallery hr.bottom {
	margin-top:20px;
	margin-bottom: 10px;	
}
#section_gallery .textDatum {
	color: #555;
	font-size:80%;
	margin-top:-5px;
	display:block;
}
#section_gallery h3 {
	margin-bottom: 0px;
	margin-top:0px;	
}

/********************************************************************/
/*** PANEL DEFAULT ***/
.panel-default {
	margin-top:40px;	
}
.with-nav-tabs ul,
.with-nav-tabs ol {
	margin-top:0px;
}

.with-nav-tabs .panel-heading{
    padding: 8px 5px 0px 5px;
	background:#f1f1f1;
}
.with-nav-tabs .panel-body{
	background:#fff;
	font-size:95%;
	margin:0px;
	padding:20px;
}
.with-nav-tabs .nav-tabs{
	margin:0px;
	margin-left:10px;
	border-bottom: none;
	font-size: 95%;
}
.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
	margin-left:5px;
	padding-top:10px;
	padding-bottom:0px;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

#section_shop_details {
	padding-top: 40px;
    padding-bottom: 10px;
	border-top: 0px solid #ffffff;
	background: #fff;
}
#section_shop_overview {
	padding-top: 40px;
    padding-bottom: 20px;
	border-top: 0px solid #ffffff;
	background: #fff;
}
.section_shop_overview_navi_wrapper {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom:30px;	
}
#section_shop_overview h1 {
	/*float: left;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 20px;	*/
}
#section_shop_overview h2 {
	font-size:160%;
	float: left;
	margin-top:19px;
	margin-bottom:0px;		
}
#section_shop_overview .feature-wrap .box{
	font-size: 85%;
	font-weight:bold;
	height: 80px;
	width: 129.3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	color: #791712;
	border: 3px solid #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	float: left;
	overflow:hidden;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom:15px;
	padding-top:15px;
	background: url(../Images/transparenz.png);
}
#section_shop_overview .feature-wrap .box i
{
	float:none;
	border-color: #cd261d;
	color:#cd261d;
	font-size:24px;
	width:auto;
	height:auto;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#section_shop_overview .feature-wrap .box_finish{
	font-size: 85%;
	font-weight:bold;
	height: 80px;
	width: 129.3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	color: #008e45;
	border: 3px solid #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	float: left;
	overflow:hidden;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom:15px;
	padding-top:15px;
	background: url(../Images/transparenz.png);
}
#section_shop_overview .feature-wrap .box_finish i
{
	float:none;
	border-color: #cd261d;
	color:#008e45;
	font-size:24px;
	width:auto;
	height:auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#section_shop_overview .feature-wrap .box:hover,
#section_shop_overview .feature-wrap .box_finish:hover,
#section_shop_overview .feature-wrap a.active .box
{
  background: #791712;
  color: #fff;
}
#section_shop_overview .feature-wrap .box:hover i,
#section_shop_overview .feature-wrap .box_finish:hover i,
#section_shop_overview .feature-wrap a.active .box i 
{
	color:#fff;		
}
#section_shop_overview .line {
	width:100%;
	border-top: 3px #791712 solid;
	text-align: center;
	height: 1px;
	margin-top:15px;
	margin-bottom:10px;
}
#section_shop_overview .arrow_down {
	width:100%;
	color:#791712;
	border-top: 3px #791712 solid;
	text-align: left;
	height: 1px;
	margin-top:10px;
	margin-bottom:40px;
}
#section_shop_overview .arrow_down i
{
	font-size:32px;
	margin-top:-11px;
	padding: 0px;
	line-height:auto;
	margin-left:45px;
}

#section_shop_cart {
	padding-top: 40px;
    padding-bottom: 10px;
	border-top: 0px solid #ffffff;
	background:url(../Images/transparenz.png);
	background-repeat:repeat;
}
#section_shop_cart .feature-wrap{
	margin-bottom: 30px;
}
#section_shop_cart .feature-wrap2{
	margin-bottom: 20px;
}
#section_shop_cart h1{
	margin-bottom: 0px;
}
#section_shop_cart hr {
	border-bottom: 1px solid #741813;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
}
#section_shop_cart hr.hr_title {
	border-bottom: 1px solid #741813;
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-bottom:20px;
}
#section_shop_cart hr.hr_end {
	border-bottom: 1px solid #741813;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:25px;
}
#section_shop_cart hr.hr_big {
	border-bottom: 1px solid #741813;
	padding:0px;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}
#section_shop_cart i.shop_delete_button {
	padding:0px;
	font-size: 14px;
	height: 20px;
	width: 20px;
	margin: 3px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align:center;
	color: #791712;
	border: 0px solid #791712;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	cursor:pointer;
	position:absolute;
	margin-top:6px;
}

.gallery_hover {
	overflow:hidden;	
}
.gallery_hover img:hover {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	opacity: 0.8;
}

/***********************
********* Footer ******
************************/
#bottom {
	color: #fff;
	border-top: 0px solid #fff;
	background: #727272;
	background-size:cover;
	background-repeat:no-repeat;
	font-size: 80%;
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-bottom:17px;
}
#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:150%;
  color: #fff;
}
#bottom ul {
  margin: 0px;
  padding: 0px;	
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom ul li {
  margin: 0px;
  margin-bottom:3px;
  padding: 0px;	
  display: block;
  padding: 0px;
  line-height:130%;
}
#bottom ul li a {
color: #fff;
}
#bottom ul li a:hover {
color: #000;
}

#footer {
  border-top:0px #fff solid;
  font-size:70%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #ea0000;
}
#footer a {
  color: #e1e1e1;
}
#footer a:hover {
  color: #fff;
}
#footer ul {
  margin: 0px;
  padding: 0px;		
  list-style: none;
}
#footer ul > li {
  margin: 0px;
  padding: 0px;	
  display: inline-block;
  margin-left: 15px;
  line-height:100%;
}