@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,600,800,700,500);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.hidefocus {
	outline: 0;
	-moz-outline: 0;
}
body {
	color: #434242;
	font: 400 13px/25px "Raleway", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	background-image: url(../bilder/backg.gif);
	height: 100%;
}
p {
	line-height: 25px;
}
img {
	max-width: 100%;
	height: auto;
}
.badge {
	background: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.page {
	overflow: hidden;
	min-height: 500px; /*original 500px*/
	background-image: url(../bilder/backg.gif);
}
.lt-ie9 .page {
	min-width: 1200px;
}
@media (max-width: 767px) {
.center767 {
	text-align: center;
}
.center767 * {
	text-align: center;
}
}
.center {
	text-align: center;
}
@media (max-width: 767px) {
.ins767 {
	padding-left: 8%;
	padding-right: 8%;
}
}
.txt-clr1 {
	color: #CFCFCF;
}
.clr-primary {
	color: #f7682c;
}
.ttu {
	text-transform: uppercase;
}
.p-null {
	padding-right: 0;
}
.border-t {
	border-top: 1px solid #484646;
}
.mg-add {
	margin-top: 13px;
}
/*=======================================================
                       Main Layout
=========================================================*/
h3 + h4 {
	margin-top: 13px;
}
h4 + p {
	margin-top: 5px;
}
* + .row {
	margin-top: 20px;
}
h3 + .offset {
	margin-top: 2px;
}
.row + .row {
	margin-top: 5px;
}
.row + .offset {
	margin-top: 31px;
}
* + .offset2 {
	margin-top: 11px;
}
p + p {
	margin-top: 25px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Blocks     =======================*/
.block-1 {
	position: relative;
}
.block-1 h3 {
	padding-left: 85px;
}
.block-1 .icon {
	position: absolute;
	font: 400 60px/38px 'FontAwesome';
	color: #fff;
	left: 0px;
	top: 4px;
}
@media (max-width: 767px) {
.block-1 {
	margin-top: 30px;
}
}
/*==================   Copyright     ====================*/
.copyright {
	font-size: 12px;
	line-height: 18px;
}
/*==================   Page - 404    ====================*/
.p404 img {
	margin-left: 100px;
}
@media (max-width: 767px) {
.p404 img {
	margin-left: 0;
}
}
/*========================   Menu   ==========================*/
.navbar-default {
	background: transparent;
	max-height: 50px;
}
.sf-menu {
	display: inline-block;
}
.sf-menu:before, .sf-menu:after {
	content: " ";
	display: table;
}
.sf-menu:after {
	clear: both;
}
.sf-menu:before, .sf-menu:after {
	content: " ";
	display: table;
}
.sf-menu:after {
	clear: both;
}
.sf-menu .dropdown {
	position: relative;
}
.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 0px;
}
.sf-menu a {
	display: block;
}
.sf-menu a:hover {
	text-decoration: none;
}
.sf-menu {
	color: #fff;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.sf-menu > li {
	height: 102%;
	position: relative;
}
.sf-menu > li > a {
	position: relative;
	padding: 21px 19px 21px 18px;
	text-transform: uppercase;
}
.sf-menu > li > a:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	height: 7px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #222225;
	top: -7px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.lt-ie9 .sf-menu > li > a:before {
	filter: alpha(opacity=0);
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active {
	color: inherit;
	background-color: #023e09;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu > li.sfHover > a:before, .lt-ie9 .sf-menu > li a:hover:before {
	filter: alpha(opacity=100);
}
.sf-menu > li.active > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu > li.active > a:before {
	filter: alpha(opacity=100);
}
.sf-menu ul {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	display: none;
	position: absolute;
	top: 100%;
	width: 201px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #2e2e2e;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sf-menu ul {
	box-shadow: 1px 1px 3px #555;
}
.sf-menu ul > li {
	position: relative;
}
.sf-menu ul > li > a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 31px;
	color: #888;
	position: relative;
	padding-right: 20px;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sf-menu ul > li > a:before {
	content: '\f105';
	position: absolute;
	top: 0;
	color: #fff;
	right: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	font: 400 16px/33px 'FontAwesome';
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.lt-ie9 .sf-menu ul > li > a:before {
	filter: alpha(opacity=0);
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	font-weight: 600;
	color: #ebecec;
}
.sf-menu ul > li.sfHover > a:before, .sf-menu ul > li a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu ul > li.sfHover > a:before, .lt-ie9 .sf-menu ul > li a:hover:before {
	filter: alpha(opacity=100);
}
.sf-menu ul ul {
	font-weight: 400;
	display: none;
	position: absolute;
	top: -4px;
	left: 100%;
	width: 100px;
	padding: 8px 4px;
	background: #2e2e2e;
	z-index: 11;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #f7682c;
}
.sf-menu ul ul > li.sfHover > a:before, .sf-menu ul ul > li a:hover:before {
	opacity: 0;
	filter: alpha(opacity=0);
}
.lt-ie9 .sf-menu ul ul > li.sfHover > a:before, .lt-ie9 .sf-menu ul ul > li a:hover:before {
	filter: alpha(opacity=0);
}
@media (max-width: 767px) {
.sf-menu {
	display: none;
}
.stuck_container {
	background: transparent;
	height: 0;
}
}
/*==================  Stuck menu  ======================*/
.stuck_container {
	/*background-image: url(../bilder/backg.gif);*/
	background-color: #181d16;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #023e09;
}
.isStuck {
	background: #f7682c;  /* navigation-farbe nach runter scrollen */
	z-index: 999;
}
.isStuck .sf-menu ul {
	margin-top: -10px;
}
@media only screen and (max-width: 992px) {
.isStuck {
	display: none !important;
}
}
.isStuck .sf-menu ul {
	top: 70px;
}
.isStuck .sf-menu ul ul {
	top: 0;
}

/*==================   Tumbnail    ======================*/
.thumb {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 20%;
	z-index: 2;
}
.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
}
.thumb_overlay:before {
	content: '';
	position: absolute;
	width: 70px;
	height: 70px;
	background: url(../images/play.png) no-repeat;
	top: 50%;
	left: 50%;
	right: 0;
	font-weight: 300;
	margin-top: -36px;
	margin-left: -36px;
	opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
	display: none;
}
.thumb_overlay:after {
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../images/thumb.png) no-repeat;
	top: 50%;
	left: 50%;
	right: 0;
	font-weight: 300;
	margin-top: -20px;
	margin-left: -20px;
	opacity: 0;
}
.lt-ie9 .thumb_overlay:after {
	display: none;
}
.thumb:hover .thumb_overlay {
	opacity: 1;
	background: #f7682c;
}
.thumb:hover .thumb_overlay:before {
	opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
	display: block;
}
.thumb:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.thumb .thumb_cnt_stat {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	top: 40%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.thumb .thumb_cnt_din {
	position: absolute;
	top: 0;
	left: 0;
}
.thumb_overl1:hover .thumb_overlay:before {
	display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
	opacity: 1;
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
	background-color: #f7682c;
}
.parallax_image, .parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax_pattern {
	background-repeat: repeat;
}
.parallax_cnt {
	position: relative;
	padding: 154px 10px 132px;
}
.parallax_cnt * + h4 {
	margin-top: 7px;
}
.parallax a.link {
	text-decoration: underline;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
	z-index: 9999998!important;
}
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999998;
	text-align: left;
	font: 700 15px/41px "Raleway", Helvetica, Arial, sans-serif;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {   /*ausfahrbarer hintergrund mobile navigation*/
	position: fixed;
	top: 56px;
	left: 0;
	bottom: 0;
	width: 240px;
	padding: 20px 0;
	color: #f7682c;
	/*background: rgba(255, 255, 255, 0.95);*/
	/*background-image: url(../bilder/backg.gif);*/
	background-color: #181d16;
	line-height: 20px;
	overflow: auto;
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
	background: none;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
	zoom: 1;
}
.rd-mobilemenu_ul li.active {
	color: #2e2e2e;
}
.rd-mobilemenu_ul li.active ul {
	color: #f7682c;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
	background: #023e09;
	color: #fff;
	text-decoration: none;
}
.rd-mobilemenu_ul ul {
	padding-left: 0;
	list-style-type: none;
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	/*background: #ffffff;*/
	/*background-image: url(../bilder/backg.gif); /*oberer balken, hintergrund mobile navigation*/
	background-color: #181d16;
	color: #666666;
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	left: 56px;
	right: 56px;
	color: #ebecec;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rd-mobilepanel_toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: fixed;
	top: 4px;
	color: #ffffbb;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
 border: none;
 padding: 0;
}
.rd-mobilepanel_toggle:before {
	content: '\f0c9';
	font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
	content: '\f00d';
}
@media (max-width: 767px) {
body {
	padding-top: 56px;
}
.rd-mobilemenu, .rd-mobilepanel {
	display: block;
}
}
/*==================  Panel Menu  ======================*/
@media (max-width: 767px) {
#panel {
	right: 25px;
	position: fixed;
	top: 0;
	width: 46px;
	z-index: 9999999;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#panel .bs-docs-nav {
	border-radius: 7px;
	top: 4px;
}
#panel .bs-docs-nav .navbar-nav li {
	position: static;
}
#panel .bs-docs-nav .navbar-header .navbar-toggle {
	border: none!important;
	padding: 9px 0px;
}
#panel .bs-docs-nav .navbar-header .navbar-toggle:hover {
	background: #563D7C!important;
}
#panel .bs-docs-nav .navbar-header .navbar-toggle:active {
	background: #563D7C;
}
#panel .bs-docs-nav .navbar-header .navbar-toggle:focus {
	background: #563D7C;
}
.navbar-collapse {
	background: #563D7C;
	width: 175px;
	position: absolute;
	right: 15px;
	top: 52px;
	padding-bottom: 10px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.navbar-collapse .dropdown-menu {
	padding-bottom: 15px;
	min-width: 135px!important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
}
@media (max-width: 767px) and (max-width: 425px) {
.navbar-collapse {
	width: 135px;
}
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu li a {
	padding-left: 15px!important;
}
.navbar-nav .open .dropdown-menu ul {
	padding-left: 23px!important;
}
.navbar-nav .open .dropdown-menu ul a {
	padding-left: 5px;
}
.navbar-nav .open .dropdown-menu a {
	padding-left: 12px!important;
}
}
@media (max-width: 767px) and (max-height: 500px) {
.navbar-nav .open .dropdown-menu {
	font-size: 9px!important;
	position: absolute!important;
	background: #62458d !important;
	min-width: 135px!important;
	top: 0;
	right: 100%;
	left: -100%;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.navbar-nav .open .dropdown-menu li a {
	padding-left: 15px!important;
}
.navbar-nav .open .dropdown-menu ul {
	padding-left: 23px!important;
}
.navbar-nav .open .dropdown-menu ul a {
	padding-left: 5px;
}
.navbar-nav .open .dropdown-menu a {
	padding-left: 12px!important;
}
}
/*========================================================
                     HEADER  Section
=========================================================*/

/*========================================================
                     START EIGENE CSS
=========================================================*/

/* ==== START WHATSAPP ==== */

#whatsapp_logo {
	height: 60px;
	width: 125px;
	margin-top: -15px;
}
 @media (max-width: 767px) {
#whatsapp_logo {
	visibility: visible;
}
}
 @media (min-width: 767px) {
#whatsapp_logo {
	visibility: hidden;
}
}
/* ==== ENDE WHATSAPP ==== */

#teilen {
	background-color: #05B1A9;
	height: 28px;
	width: 450px;
	margin-top: -30px;
}
.panel_logo.panel-default {
	background-color: #ffffbb;
}
/* .panel umbenannt in => .panel_logo in: style.css */
.isStuck {
	/*background: #f7682c;*/  
  /* navigation-farbe nach runter scrollen der seite */
	z-index: 999;
	/*background-image: url(../bilder/backg.gif);*/
	background-color: #181d16;
}
/*START KONTAKTFORMULAR*/

p, li {
	color: #ffffbb;/*font-family:Arial, Helvetica, Geneva;*//*font-size:12pt;*/
}
.control-label {
	color: #333;
	font-size: 11pt;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	line-height: 25px;
	font-weight: 400;
}
.captcha {
	width: 20%;
	display: inline;
}
.form-control {
	border-radius: 2px;
	margin-bottom: 5px;
	background-color: #023e09;
	color: #ffffff;
	font: "Raleway", Helvetica, Arial, sans-serif; /* Eingabefelder */
	font-size: 14px;
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.textend {
	margin-top: 15px;
	margin-bottom: 15px;
}
.zwtext {
	margin-top: 10px;
	margin-bottom: 10px;
}
.input-file {
	border-width: 0px;
	background-color: transparent;
}
.btn-success {
	margin-left: -10px;
	background-color: #023e09;
	border: 1px solid #fff;
	border-radius: 2px;    /* Ab die Post */
	color: #FFF;
	font: 400 13px/25px "Raleway", Helvetica, Arial, sans-serif;
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.btn-success:hover {
	background-color: #023e09;
	border: 1px solid #999;
	border-radius: 2px;    /* Ab die Post:hover */
}
.btn-loeschen {
	background-color: #822634;
	border: 1px solid #fff;
	border-radius: 2px;    /* Ab die Post */
	color: #FFF;
	font: 400 13px/25px "Raleway", Helvetica, Arial, sans-serif;
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.btn-loeschen:hover {
	background-color: #822634;
	border: 1px solid #999;
	border-radius: 2px;    /* Löschen:hover */
}
.panel.panel-default_inhalt #inhalt_formulare {
	text-align: left;
	padding-top: 30px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	padding-bottom: 20px;
}
.form-group_button {
	padding-left: 15px;
}
/*ENDE KONTAKTFORMULAR*/


/*START DATENSCHUTZ*/

#inhalt_datenschutz .entry-content {
	padding-left: 35px;
	padding-right: 35px;
}
 @media (max-width: 768px) {
#inhalt_datenschutz .entry-content {
	padding-left: 0px;
	padding-right: 0px;
}
}
.panel.panel-default_inhalt #inhalt_datenschutz {
	text-align: center;
	color: #333;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
}
@media (max-width: 768px) {
.panel.panel-default_inhalt #inhalt_datenschutz {
	text-align: center;
	color: #333;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
}
.adsimple-311265298 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
#inhalt_datenschutz p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
/*ENDE DATENSCHUTZ*/

/* START IMPRESSUM / KONTAKT */
#impressum .container-fluid .row .col-lg-12.col-md-12.col-sm-12 .panel.panel-default_inhalt #inhalt .entry-content #impressum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
}
@media (max-width: 768px) {
#impressum .container-fluid .row .col-lg-12.col-md-12.col-sm-12 .panel.panel-default_inhalt #inhalt .entry-content #impressum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
}
}
.address .location {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
/* ENDE IMPRESSUM / KONTAKT*/


.container-fluid {
	background-image: url(../bilder/backgr.gif);
	
}
#impressum {
	height: auto; /* grauer hintergrund */
}
#h1_impressum {
	font: 400 13px/25px "Raleway", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
}

}
#inhalt_text_formular {
	background-color: #CCC;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.panel-default_inhalt {
	margin-top: 65px;/*padding: 1px;*/
}
.panel-heading h3 {
	font: 400 "Raleway", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
	background-color: #023e09;
	color: #ffffbb;
	margin-top: 80px;
}
.panel.panel-default_inhalt #inhalt {
	color: #333;
	text-align: center;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	font-size: 18px;
}
 @media (max-width: 768px) {
.panel.panel-default_inhalt #inhalt {
	color: #333;
	text-align: center;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
}
}
/*START BANNERBILD*/
.panel.panel-default_inhalt #bannerbild {
	color: #333;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #525252;
	background-image: url(../bilder/hintergrund/hintergrund1_9_550_rand.png);
	/*margin-top: -40px;*/
	margin-bottom: -40px;
}
/*ENDE BANNERBILD*/
.page .container-fluid #kontakt {
	margin-top: 45px;
}
.panel-heading_referenz h4 {
	background-color: #05B1A9;
	font: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 38px;
	padding-top: 7px;
	color: #fff;
}
.panel.panel-default_referenz p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.panel.panel-default p a:hover {
	color: #920B03;
}
.panel.panel-default_referenz {
	background-image: url(../bilder/backg.gif);
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}



#inhalt img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	padding: 3px;
	margin-top: 6px;
}



#inhalt #angebote {
	font: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 15px;
}
.navbar-static-top {
	box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.5); /*Schatten unterhalb der Navigation*/
}
@media (max-width: 767px) {
.navbar-static-top {
	box-shadow: none;
}
.btn-success {
	margin-left: -11px;
}
}
h1_urlaub {
	font: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 20px;
}
h7 {
	font: 400 "Raleway", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #EB691B;
}
hr {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #05B1A9;
}
@media (max-width: 1960px) {
.scanner {
	height: 134px;
	width: 134px;
}
.beispiel_foto {
	visibility: hidden;
	height: 4px;
	width: 4px;
}
}
@media (max-width: 600px) {
.scanner {
	visibility: hidden;
}
.beispiel_foto {
	visibility: visible;
	height: 134px;
	width: 134px;
	margin-top: -134px;
}
.captcha {
	width: 40%;
	display: inline;
}
.btn-success {
	margin-left: -13px;
}
}
@media (max-width: 600px) {
h7 {
	visibility: hidden;
}
}
.beispiel {
	font: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
 @media (max-width: 600px) {
.beispiel {
	font: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
}
#datenschutz_ueberschrift {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-variant: normal;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin-bottom: 15px;
}
#datenschutz_absatz {
	margin-left: 15px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 8px;
	color: #000;
}
#datenschutz_erklaerung {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	background-color: #05b1a9;
}
#datenschutz_liste li {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	background-color: #05b1a9;
	list-style: circle;
}
/*========================================================
                    START STYLES NEWSLETTER
=========================================================*/

.panel-heading_newsletter {
	background-color: #2E2E2E;
	text-align: center;
	font: 400 13px/25px "Raleway", Helvetica, Arial, sans-serif;
	padding-top: 8px;
}
.btn-success_newsletter {
	background-color: #05B1A9;
	border: 1px solid #fff;
	border-radius: 2px;    /* Ab die Post */
	color: #FFF;
	font: 400 13px/25px "Raleway", Helvetica, Arial, sans-serif;
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.btn-success_newsletter:hover {
	background-color: #05B1A9;
	border: 1px solid #999;
	border-radius: 2px;    /* Ab die Post:hover */
}
.eingabefeld_newsletter {
	color: #000;
}
/*========================================================
                    ENDE STYLES NEWSLETTER
=========================================================*/


/*========================================================
                     ENDE EIGENE CSS
=========================================================*/
#web {
	color: #F60;
	font: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}
.wow fadeIn #impressum .well4 .container .row #datenschutz .container-fluid .row .col-lg-10 col-md-10 col-sm-12 col-lg-offset-1 col-md-offset-1 .panel panel-default_willkommen #datenschutz_erklaerung {
	color: #000000;
}
#datenschutz_liste {
}
/*========================================================
                     START TABELLE 3 BILDER NEBENEINANDER
=========================================================*/


div.table_nebeneinander {
	display: table;
	width: calc(45% - 10px);
	/*border: 1px solid blue;*/
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	/*background-color: #ededed;*/
	border-radius: 5px;
}
div.table_text_nebeneinander {
	display: table;
	width: calc(85% - 10px);
 /border: 1px solid blue;
*/ 	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.spalte {
	display: table-cell;
	/*border: thin solid red;*/
	width: 200px;
	padding: 15px;
}
.spalte h4 a {
	color: #822634;
}
.spalte #varianten {
	background: #636363;
	color: #fff;
	font-size: 22px;
}
.spalte #optionen_fett {
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.spalte #optionen {
	text-align: left;
	font-size: 16px;
	background-color: #B5CECD;
	padding: 10px;
	border-radius: 5px;
}
/*========================================================
                     ENDE TABELLE 3 BILDER NEBENEINANDER
=========================================================*/
/*========================================================
                     START TABELLE BAP NEBENEINANDER
=========================================================*/

div.table_nebeneinander_bap {
	display: table;
	width: calc(85% - 10px);
	/*border: 1px solid blue;*/
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-color: #ededed;
	border-radius: 5px;
}
div.table_text_nebeneinander_bap {
	display: table;
	width: calc(85% - 10px);
 /border: 1px solid blue;
*/ 	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.spalte {
	display: table-cell;
	/*border: thin solid red;*/
	width: 200px;
	padding: 15px;
}
.spalte #optionen_fett {
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.spalte #optionen {
	text-align: left;
	font-size: 16px;
	background-color: #B5CECD;
	padding: 10px;
	border-radius: 5px;
}


/*========================================================
                     ENDE TABELLE BAP NEBENEINANDER
=========================================================*/




@media (max-width: 1000px) {       /* tabelle 3 BILDER NEBENEINANDER - kleiner als 1000px ausgeblendet */
div.table_nebeneinander {
	display: none;
}
}
 @media (max-width: 1000px) {
div.table_text_nebeneinander {
	display: none;
}
}
 @media (max-width: 1000px) {       /* tabelle BAP - ab kleiner als 1000px ausgeblendet */
div.table_nebeneinander_bap {
	display: none;
}
}
 @media (max-width: 1000px) {
div.table_text_nebeneinander_bap {
	display: none;
}
}
/*========================================================
                     START TABELLE 3 BILDER UNTEREINANDER
=========================================================*/
h4_untereinander a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
h4_angebote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
div.table_untereinander {
	display: table;
	width: calc(95% - 10px);
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-radius: 5px;
}
 @media (max-width: 768px) {
div.table_untereinander {
	display: table;
	width: 100%;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*background-color: #ededed;*/
	border-radius: 5px;
}
}
div.table_text {
	display: table;
	width: calc(95% - 10px);
	/*border: 1px solid blue;*/
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.spalte {
	display: table-cell;
	/*border: thin solid red;*/
	width: 200px;
	padding: 15px;
	margin-top: 10px;
}
.spalte #optionen_fett {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
.spalte #optionen {
	text-align: left;
	font-size: 16px;
	background-color: #B5CECD;
	padding: 10px;
	border-radius: 5px;
}
/*========================================================
                     ENDE TABELLE 3 BILDER UNTEREINANDER
=========================================================*/

/*========================================================
                     START TABELLE BAP UNTEREINANDER
=========================================================*/

#untereinander_bap a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
h4_angebote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
div.table_untereinander_bap {
	display: table;
	width: calc(95% - 10px);
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #ededed;
	border-radius: 5px;
}
div.table_text {
	display: table;
	width: calc(95% - 10px);
	/*border: 1px solid blue;*/
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.spalte {
	display: table-cell;
	/*border: thin solid red;*/
	width: 200px;
	padding: 15px;
	margin-top: 10px;
	text-align: center;
}
.spalte #optionen_fett {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}
.spalte #optionen {
	text-align: center;
	font-size: 16px;
	background-color: #B5CECD;
	padding: 10px;
	border-radius: 5px;
}


/*========================================================
                     ENDE TABELLE BAP UNTEREINANDER
=========================================================*/



@media (min-width: 1001px) {       /* tabelle 3 BILDER UNTEREINANDER AB 1001px eingebendet */
div.table_untereinander {
	display: none;
}
}
 @media (min-width: 1001px) {
div.table_text_untereinander {
	display: none;
}
}
 @media (min-width: 1001px) {       /* tabelle BAP UNTEREINANDER AB 1001px eingebendet */
div.table_untereinander_bap {
	display: none;
}
}
 @media (min-width: 1001px) {
div.table_text_untereinander_bap {
	display: none;
}
}
/*========================================================
                     START TABELLE SOF
=========================================================*/
div.table_training_nebeneinander {
	display: table;
	width: calc(99% - 10px);
	/*padding: 15px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #ffffbb;
	background-color: #023e09;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
}
div.table_sof_nebeneinander {
	display: table;
	width: calc(95% - 10px);
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	color: #ffffbb;
	background-color: #023e09;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
}
div.table_sof_gruen_nebeneinander {
	display: table;
	width: calc(95% - 10px);
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	color: #FFF;
	background-color: #4d8ba4;
	border-radius: 5px;
	font-size: 18px;
	line-height: 30px;
}
 	

/*========================================================
                     ENDE TABELLE SOF
=========================================================*/
@media (max-width: 767px) {       /* tabelle 3 BILDER UNTEREINANDER AB 1001px eingebendet */
.spalte h4 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #822634;
}
}
/*IMPRESSUM*/

#impressum_name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
/*Kontaktformulare FORMULARINFOTEXT FÜR KUNDEN*/
h4_angebote_ueberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
