/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
body {
	color: #0d1113;
	background-color: #FFF;
	font-family: Calibri, Arial, sans-serif;/*letter-spacing:1px;*/
}
h1, .h1 {
	font-size: 21px;
}
h2, .h2 {
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	font-family: GlyphaLTStd;
}
h3, .h3 {
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	font-family: GlyphaLTStd;
}
h4, .h4 {
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	font-family: GlyphaLTStd;
}
hr {
	border-width: 3px;
	border-color: #c2d800;
}
a, .pseudoLink {
	color: #c2d800;
	text-decoration: none;
}
a:hover, a:focus, .pseudoLink:hover {
	color: #c2d800;
	text-decoration: none;
	cursor: pointer;
}
.website .content {
	margin: 50px auto 25px auto;
}
/**************************************************************************************
  Header
**************************************************************************************/
header #head {
	background-size: cover;
	width: 100%;
	height: 180px;
}
header #head > * {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
header #head h2 {
	font-weight: normal;
	padding-top: 10px;
	width: 575px;
}
header #head div:first-child {
	font-size: 72px;
	text-align: right;
}
header #head div:last-child {
	font-size: 72px;
	text-align: left;
}
.logo > a {
	color: #000;
}
.logo a p {
	font-family: GlyphaLTStd;
}
header hr {
	margin: 20px 0;
	color: #c2d800;
	border-width: 15px;
}
.header-search {
	float: right;
}
.header-search input {
	background-color: #e6e7e8;
	background-image: url("../images/icons/findingglass.png");
    background-position: right center;
    background-repeat: no-repeat;
	line-height: normal;
	border: none;
	box-shadow: none;
	min-width: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
}
.header-search select { /* */
	background-color: #e6e7e8;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("../images/icons/select-down.png");
	color: #000;
}
.header-search select::-ms-expand { /**/
 display: none;
}
.region-select{
	background-color: #e6e7e8;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("../images/icons/select-down.png");
	color: #000;
}
.ort-input{
	background-color: #e6e7e8;
    background-image: url("../images/icons/findingglass.png");
    background-position: right center;
    background-repeat: no-repeat;
    border: medium none;	
}
.region-select::-ms-expand { /**/
 display: none;
}
::-webkit-input-placeholder {
   color: #9F9F9F;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9F9F9F;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9F9F9F;  
}

:-ms-input-placeholder {  
   color: #9F9F9F;  
}
/**************************************************************************************
  Navigation
**************************************************************************************/
div > ul > li >a > span {
	color: #FFF;
	font-weight: inherit;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
.navbar {
	margin-bottom: 30px;/*min-height:155px;*/
}
.navbar-default {
	font-size: 18px;
	font-family: GlyphaLTStd, Arial, sans-serif;
	font-weight: 700;
	color: #c2d800;
	border: none;
	padding-bottom: 0px;
	border-radius: 0;
	background: #FFF;
	/*background: url(../images/nav-bg.png) no-repeat left bottom transparent;*/
	background-size: cover;
}
.navbar > .container {
	background-color: inherit;
}
.navbar-brand {
	float: none;
	display: inline-block;
	height: auto;
	max-height: 100%;
	padding: 8px 15px 0 15px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: #1D2224;
}
.navbar-collapse {
	border: none;
	box-shadow: none;
	padding-bottom: 80px;
}
.nav a {
	text-decoration: none;
	letter-spacing: 1px;
}
.nav > li {
	border-bottom: 1px solid black;
}
.nav > li:last-child {
	border-bottom: none;
}
.navbar-default .navbar-nav > li > a {
	color: black;
	background-color: #c2d800;
	height: 40px;
	width: 100%;
	text-transform: uppercase;
	align-content: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.navbar-default .navbar-nav > li > a > span {
	border-bottom: 2px solid transparent;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, li.active ul.dropdown-menu, li:hover ul.dropdown-menu, li:focus ul.dropdown-menu {
	color: #FFF;
	background-color: #000;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.navbar-default .navbar-nav > li:hover > a > span, .navbar-default .navbar-nav > .active > a > span {
	border-bottom: 2px solid transparent;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fada1a;
	background-color: transparent;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.dropdown-menu {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	float: left;
	position: static;
	top: 100%;
	left: 0;
	padding: 0 0 10px 0;
	width: 100%;
	min-width: 200px;
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, 0);
	list-style: outside none none;
	font-size: 14px;
	text-align: left;
	z-index: 1000;
}
.dropdown-submenu > ul.dropdown-menu {
	font-size: 12px;
	padding-left: 30px;
}
ul.dropdown-menu li {
	float: left;
	padding: 0;
	width: auto;
}
ul.dropdown-menu li.dropdown-submenu {
	width: 100%;
}
.dropdown-menu > li > a {
	color: #FFF;
	font-weight: 400;
	padding: 0 15px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus, .dropdown-menu > .active.dropdown-submenu, .dropdown-menu > .active.dropdown-submenu:hover, .dropdown-menu > .active.dropdown-submenu:focus, ul.dropdown-menu > li.dropdown-submenu:hover, ul.dropdown-menu > li.dropdown-submenu:focus {
	color: #FFF;
	background-color: #ADACD2;
}
/*Toggle*/
.container > .navbar-header {
	float: right;
	margin-left: 0;
}
.navbar-toggle {
	border-radius: 0;
	background-color: #c2d800;
	height: 41px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 8px;
	margin-bottom: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #FFF;
}
.navbar-default .navbar-toggle {
	border-color: #c2d800;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #c2d800;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #c2d800;
}
/**************************************************************************************
  SelectDate
**************************************************************************************/
.selectDateMonth {
	padding: 10px;
}
.selectDateMonth span {
	letter-spacing: 1px;
	font-family: GlyphaLTStd;
	font-size: 18px;
	padding: 10px;
	vertical-align: middle;
}
.selectDateDay {
	display: table-cell;
	padding: 7px 10px 3px 10px;
	height:51px;
}
.selectDateDay a {
	font-family: GlyphaLTStd;
	color: #0d1113;
	padding:0;
	margin:0;
}
.weekDay {
	text-align: center;
}
.weekDay span {
	font-family: GlyphaLTStd;
	color: #B0B0B0;
}
.selectDateMonthList {
	display: table-row;
	margin: 0;
	padding: 0;
}
.monthDay {
	text-align: center;
}
.monthDay a:hover {
	color: #c2d800;
	font-weight: bold;
}
/**************************************************************************************
  Title
**************************************************************************************/
.titleRow {
	margin-bottom: 20px;
}
.titleRow p {
	font-family: GlyphaLTStd;
	font-size: 70px;
	font-weight: 600;
	line-height: 0;
}
.titleRow h1 {
	font-size: 28px;
	font-family: GlyphaLTStd;
}
/**************************************************************************************
  Slider
**************************************************************************************/
#Slider {
	margin-top: -80px;
}
#Slider h2 {
	margin-bottom: 5px;
	padding-top: 10px;
	border-top: 4px solid #C2D800;
	line-height: 19px;
}
#Slider h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: none;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#Slider h2 a {
	font-size: 18px;
	font-weight: 700;
	color: #0d1113;
	margin-top: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.carousel-caption {
	font-size: 12px;
	line-height: 1.7em;
	text-shadow: none;
	color: #0d1113;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	max-width: 290px;
	min-width: 135px;
	width: 26%;
	max-height: 440px;
	height: 100%;
	background-color: #FFF;
	text-align: left;
	padding: 4% 0 0 1.8%;
	cursor: pointer;
	z-index: 1;
}
.carousel-inner > .item {
	width: 100%;
}
.carousel-indicators {
	top: 10%;
	right: 0;
	left: auto;
	bottom: auto;
	width: 25%;
	height: auto;
	margin: 0;
	text-align: left;
	padding-left: 1.8%;
}
.carousel-indicators li {
	background-color: #c2d800;
	border: 2px solid #c2d800;
	height: 12px;
	width: 12px;
	margin: 0;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	max-width: 75%;
}
.carousel-control {
	background-color: transparent;
}
.carousel-control.right {
	right: 30%;
}
/* Fade transition for carousel items */
.carousel .item {
	left: 0 !important;
	-webkit-transition: opacity .4s; /*adjust timing here */
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
.carousel-control {
	background-image: url(../images/clear.gif) !important; /* remove background gradients on controls */
	width: 40%;
}
/* Fade controls with items */
.next.left, .prev.right {
	opacity: 1;
	z-index: 1;
}
.active.left, .active.right {
	opacity: 0;
	z-index: 2;
}
/**************************************************************************************
  Blog Items
**************************************************************************************/
.blog-item {
	margin-top: 22px;
	cursor: pointer;
}
.blog-item:hover img {
	border-color: rgba(67,68,68,1.00);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(67,68,68,1.00);
	outline: 0 none;
}
.blog-item hr {
	border-color: #d0d0d0;
	border-width: 2px;
	margin:0;
	padding:0;
}
.blog-item h2 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 17px;
	padding: 0;
	margin: 15px 0px 0px;
	text-transform: uppercase;
}
.blog-item p {
	font-size: 17px;
	margin: 0px 0px 15px 0px;
}
.blog-item-text{
	min-height:	70px;
}
/**************************************************************************************
  Ad Items
**************************************************************************************/

.partner-row {
	margin-top: 40px;
	margin-bottom: 70px;
}
.partner-item {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	height: 120px;
	margin-bottom: 25px;
}
.partner-item-border{
	display:block;
	margin-left:5px;
	margin-right:5px;
	padding: 5px;
	border: 2px solid rgba(208,208,208,1.00);
	height: 120px;
}
.partner-item-border:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(208,208,208,1.00);
}
.partner-item img {
	margin-left: auto;
	margin-right: auto;
	max-height: 106px;
}
/*.partner-item img{
	cursor:pointer;
	padding:5px; 
	margin:3px; 
	border:2px solid rgba(208,208,208,1.00);
	max-height:100%;
	width:100%;
}
.partner-item img:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(208,208,208,1.00);
    outline: 0 none;
}*/


/**************************************************************************************
  Event Detail
**************************************************************************************/

.Content hr {
	border-color: #d0d0d0;
	border-width: 2px;
}
.Content a {
	color: black;
	text-decoration: none;
}
.Content a:hover {
	color: black;
	text-decoration: underline;
}
.event-description {
	border-top: 2px #d0d0d0 solid;
	border-bottom: 2px #d0d0d0 solid;
	padding: 10px 0px 10px 0px;
}
.event-additional-info {
	padding-top: 20px;
	height: 240px;
	border-bottom: 2px #d0d0d0 solid;
}
.event-additional-info-inner {
	padding-top: 20px;
	height: 240px;
	border-bottom: 2px #d0d0d0 solid;
	margin: 0px 5px 0px 5px;
}
.event-detail-btn {
	position:relative;
	float:left;
	z-index:1;
	margin-right:10px;
}
.event-detail-btn input {
	height:46px;
	color:#FFF;
	font-size:22px !important;
	font-weight:bold;
	padding: 5px 15px 10px 15px !important;
}
.event-detail-btn input:not([value*="TICKETS"]) {
	background-color:#ccc;
	border-color:#ccc;
}
/**************************************************************************************
  Content-Bottom
**************************************************************************************/

section #content-bottom {
	display: table;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
section #content-bottom > * {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*margin: 0;
	padding: 0;*/
}
#preFooterText {
	font-family: GlyphaLTStd;
    font-size: 19px;
	font-weight: normal;
	padding-top: 10px;
	width: 575px;
}
.footer-gedankenstrich{
	font-family: GlyphaLTStd;
	font-size: 70px;
	font-weight: 600;
	line-height: 0;
}
section #content-bottom div:first-child {
	text-align: right;
}
section #content-bottom div:last-child {
	text-align: left;
}
/**************************************************************************************
  Content Ansicht
**************************************************************************************/
p, .ptext, .Content ul {
	margin: 3px 0 10px 0;
}
#Content:empty {
	display: none;
}
#Content img {
	max-width: 100%;
}
#Content td img {
	max-width: inherit;
}
.Content ul, .Content ol {
	padding-left: 15px;
}
/*Gegensteuer Bootstrap für per Editor erstellte Tabellen*/
.website .Content table td {
	padding: 0 3px 3px 0;
}
.website .Content table td td {
	padding: 0;
}
#Content h1, #Content .h1 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
#Content h2, #Content .h2 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 10px 0px 5px 0px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
#Content h3, #Content .h3 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 10px 0px 5px 0px;
	/*text-transform: uppercase;*/
}
#Content p {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 5px 0px;
}
#Content a {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #000;
}
#Content a:hover {
	color: #C2D800;
	text-decoration: none;
}
.orientation-icon {
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	margin: 10px 0px 5px 0px;
}
.orientation-icon:hover {
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(194,216,0,1.00);
	outline: 0 none;*/
	cursor: default;
}
#Content select {
	background-color: #e6e7e8;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("../images/icons/select-down.png");
	color: #000;
	padding: 0;
	margin: 10px 0px 5px 0px;
}
 #Content select::-ms-expand {
 display: none;
}
/**************************************************************************************
  Event erfassen: checkout
**************************************************************************************/
#Kosten {
    border: 2px solid #c2d800;
    font: bold;
    text-align: center;
}

/**************************************************************************************
  Kontaktformular
**************************************************************************************/
form#Kontakt {
	position: relative;
}
/*#Kontakt .form-group label{display:none;}*/
form#Kontakt .cbx label {
	display: inline-block;
}
form#Kontakt .btn {
	min-width: 110px;
}

/**************************************************************************************
  Galerie / Gallery / lightGallery / carousel
**************************************************************************************/
#lightgallery.row > div {
	padding-top: 15px;
	padding-bottom: 15px;
}
#lightgallery.row > div > a {
	display: block;
	background-color: #c2d800;
}
#lightgallery a img {
	opacity: 1
}
#lightgallery a:hover img {
	opacity: 0.6;
}
#lightgallery a img, #lightgallery a:hover img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.tblbox {
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
.tblbox div {
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: transparent;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.tblbox div:hover {
	background-color: rgba(60,68,146,0.6);
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.tblbox h2 {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
.tblbox div:hover a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
.tblbox h2 small {
	color: inherit;
}
.tblbox a {
	display: table-cell;
	height: 95%;
	padding: 5%;
	text-align: center;
	vertical-align: middle;
	width: 95%;
	text-shadow: 1px 1px 3px #000;
	color: #FFF;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
/**************************************************************************************
  Blog
**************************************************************************************/
.blogFilter {
	font-weight: 700;
	padding: 7px 10px;
	background-color: #c2d800;
	text-transform: uppercase;
	text-align: justify;
}
.blogFilter a, .blogFilter button {
	color: #FFF;
	padding: 0 5px;
}
.blogFilter a:first-child {
	color: #FFF;
}
.blogFilter button.active, .blogFilter a.aktiv1, .blogFilter a:hover {
	font-weight: 700;
	color: #c2d800;
}
.blogFilter button {
	border: none;
	margin-bottom: 1px;
}
.tblBlog {
	margin-top: 20px;
}
.blogImg {
	cursor: pointer;
	margin-bottom: 3%;
}
.lgIcon {
	background-color: #ddd;
	border-radius: 4px;
	line-height: 1.42857;
	color: #c2d800;
	white-space: nowrap;
}
.Blog .row > h2 {
	border-top: 1px solid #fada1a;
	padding-top: 20px;
}
.Blog .row > h2:first-child {
	border: none;
	padding-top: 0;
}
.bContent .small {
	margin-bottom: 15px;
}
.bContent .small a {
	background-color: #c2d800;
	color: #FFF;
	padding: 0 5px 2px 5px;
}
.Blog .comment {
	margin-top: 10px;
}
.Blog .bimg {
	cursor: pointer;
}
/**************************************************************************************
  Team
**************************************************************************************/
.team {
	padding-bottom: 30px;
}
.team img {
	max-width: 80%;
}
.team h2 {
	margin-top: 10px;
}
/**************************************************************************************
  Cookie
**************************************************************************************/
.bg-white{
	background: white;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid lightgrey;
}
/**************************************************************************************
  Footer
**************************************************************************************/
footer {
	color: #FFF;
	font-size: 12px;
	background-color: #434444;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
footer p {
	margin:0;
	padding:0;
}
footer a {
	color: #FFF;
}
footer a:hover, footer a.active, footer a:focus {
	color: #98c21f;
}
footer hr {
	margin-top: 0;
	margin-bottom: 12px;
	color: #98c21f;
	border-width: 1px;
}
footer h3, footer .h3 {
	font-family: GlyphaLTStd;
	font-size: 14px;
	color: #FFF;
	padding: 0;
	margin: 20px 0px 6px;
	text-transform: uppercase;
	font-weight: bold;
}
.footerInput {
	background-color: #434444;
	color: #d0d0d0;
	border: 1px solid #d0d0d0;
	margin: 3px;
	padding: 6px 12px;
	box-shadow: none;
}
/* Sticky Footer */
html, body {
	height: 100%;
}
.page-wrap {
	min-height: 100%;/* equal to footer height */
  /*margin-bottom: -225px;*/
}
.page-wrap:after {
	content: "";
	display: block;
}
footer, .page-wrap:after {
/*min-height: 225px;*/
}
.newsletter {
	padding-top: 5px;
}
footer .form-control::-moz-placeholder {
 color: #d0d0d0;
 opacity: 1;
}
/**************************************************************************************
  Done
**************************************************************************************/
#Done {
	text-align: right;
	font-size: 11px;
	margin: 30px 0 0 0;
	width: 100%;
}
#Done, #Done a {
	color: #666;
	text-decoration: none;
}
#Done a {
	white-space: nowrap;
}
#Done a:hover {
	color: #FFF;
}
/**************************************************************************************
  Formulare
**************************************************************************************/
input, textarea, select {
	font-size: 12px;
}
.formDescription {
	font-family: GlyphaLTStd;
	font-size: 14px;
	color: #d0d0d0;
	padding: 0;
	margin: 20px 0px 0px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
.formDescriptionHead {
	font-family: GlyphaLTStd;
	font-size: 14px;
	color: #6d6e70;
	padding: 0;
	margin: 20px 0px 0px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
.form-inline-picture {
	background-repeat: no-repeat;
	background-position: right;
}
footer input {
	padding-right: 20px;
}
.form-control:focus {
	border-color: #c2d800;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(194, 216, 0, 0.6);
}
.form-control, .btn, .input-group-addon {
	border-radius: 0;
}
label {
	font-weight: 400;
	font-size: 14px;
}
.btn-kundenbereich{
	max-width:200px;
	color: #000 !important;
	background-color: #c2d800;
	border: 1px solid #c2d800;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	text-transform:uppercase;
	padding-left: 8px;
	padding-right: 8px;
	font-family:  GlyphaLTStd,Arial,sans-serif !important;	
}
.btn-kundenbereich:hover, .btn-kundenbereich:focus, .btn-kundenbereich.focus {
	color: #fff !important;
	background-color:#000 !important;
	transition: all 200ms linear 0s;
}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], textarea, select {
	font-family: Calibri, Arial, sans-serif;
	color: #000;
}
input[type="file"] {
	border: 1px solid #c2d800;
}
/*button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
	color: #000;
	background-color: #c2d800;
	border: 1px solid #c2d800;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	font-family:  GlyphaLTStd,Arial,sans-serif;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff;
	background-color:#000;
	transition: all 200ms linear 0s;
}*/
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
	color: #FFF;
	background-color: #c2d800;
	border: 1px solid #c2d800;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	font-family:  Calibri,Arial,sans-serif;
	/*margin-bottom:3px;*/
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,.btn:hover, .btn:focus, .btn.focus {
	color: #000;
	transition: all 200ms linear 0s;
}
input[disabled] {
	background-color: #ddd;
	border-style: dotted;
	border: none;
}
input#Code {
	margin-top: 0;
}
.input-group-addon {
	min-width: 111px;
	padding-bottom: 5px;
}
.form-control::-moz-placeholder {
 color: #000;
 opacity: 1;
}
/**************************************************************************************
  Listen-, Tabellen-Ansicht, Pagination
**************************************************************************************/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-color: #c2d800;
}
.table-hover > tbody > tr:hover {
	background-color: #ADACD2;
}
.table > thead > tr > th.listicon, .table > tbody > tr > th.listicon, .table > tfoot > tr > th.listicon, .table > thead > tr > td.listicon, .table > tbody > tr > td.listicon, .table > tfoot > tr > td.listicon {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
td.back {
	text-align: center;
}
.pagination > li > a, .pagination > li > span {
	color: #c2d800;
	border-color: #adacd2;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #c2d800;
	border-color: #adacd2;
	background-color: #adacd2;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #c2d800;
	border-color: #c2d800;
}
/**************************************************************************************
  Admin
**************************************************************************************/
.CuteEditorGroupMenuCell img {
	box-sizing: content-box;
}
#CE_Editor1_ID {
	width: 100% !important;
	line-height: initial;
	font-size: 12px;
}

@media (min-width:768px) {
.blog-item h2 {
	font-size:16px;
}
.carousel-control.right {
	right: 25%;
}
.footerInput {
	max-width: 200px;
}
/*JC 06.10.2015: damit Hauptnavipunkt mit Unternavi richtig dargestellt wird Desktopansicht*/
.navbar-nav > .dropdown.clearfix {
	clear: none;
}
.navbar-nav > .dropdown.clearfix:before,  .navbar-nav > .dropdown.clearfix:after {
	content: normal;
	display: none;
}
/*Navigation*/
.navbar {
}/*min-height:215px;*/
.navbar-default {
	padding-bottom: 0;
}
.navbar > .container .navbar-brand,  .navbar > .container-fluid .navbar-brand {
	margin: 0;
}
.navbar-brand {
	height: auto;
	padding: 20px 0 0 0;
}
.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus {
	background-color: transparent;
}
.navbar-collapse {
	margin: 0;
	padding: 0;
}
.navbar-nav {
	width: 100%;
	display: table;
	margin-top: 15px;
}
.nav > li {
	border: none;
	display: table-cell;
	float: none;
	border-left: 1px solid #fff;
	padding: 0 2px;
	text-align: center;
	width: auto;
}
.nav > li:first-child {
	padding-left: 0;
}
.nav > li:first-child > a {
	padding-left: 0;
}
.nav > li:last-child,  .nav > li:last-child > a {
	padding-right: 0;
}
.nav > li > a {
	padding: 0;
	line-height: 40px;
	font-size: 13px;
	background-color: #c2d800;
	height: 40px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #000;
}
div > ul > li >a > span {
	color: #000;
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-nav > .active > a > span {
	color: #fff;
}
div > ul > li >a:hover > span,  div > ul > li >a:focus > span {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a img {
	display: block;
}
ul.dropdown-menu {
	position: absolute;
	display: none;
}
.navbar-nav > li:hover > .dropdown-menu,  .navbar-nav > li:focus > .dropdown-menu {
	display: block;
	float: left;
	background-clip: padding-box;
	border-radius: 0;
	/*box-shadow: 0 0 10px rgba(29, 34, 36,0.1);*/
	list-style: outside none none;
	width: 100%;
	/*padding: 15px 23px 15px 23px;*/
	margin: 0;
	border: none;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
}
.nav .dropdown-menu > li:first-child {
	margin-top: 20px;
	padding-top: 10px;
	background-color: #FFF;
}
.nav .dropdown-menu > li:last-child {
	padding-bottom: 10px;
	background-color: #FFF;
}
/*.navbar-default .navbar-nav > li > a {border-bottom:1px solid #1D2224;} 
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		border-bottom:1px solid #FFF;
	}*/
ul.dropdown-menu li {
	float: none;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	min-width: 180px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	position: relative;/*für box-shadow mit Navi Level 3*/
}
.dropdown-menu > li > a {
	color: #c2d800;
	white-space: normal;
	background-color: #FFF;
	padding: 3px;
	margin-bottom: 0;
	/*border-bottom:1px solid #FFDE15;#*/
	width: auto;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
ul.dropdown-menu > .active > a,  ul.dropdown-menu > .active > a:hover,  ul.dropdown-menu > .active > a:focus,  ul.dropdown-menu > li > a:hover,  ul.dropdown-menu > li > a:focus {
	color: #FFF;
	background-color: #c2d800;
	text-decoration: none;
	/*border-bottom:1px solid #c2d800;*/
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*Navi Level 3*/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: -10px;/*wegen padding bei ersten li*/
	left: 100%;
	margin-top: 0px;
	border-radius: 0;
	font-size: 14px;
	margin-left: 0;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu:first-child>.dropdown-menu {
	top: 0;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	position: absolute;
	top: 7px;
	right: 7px;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ADACD2;
}
.dropdown-submenu:first-child > a:after {
	top: 17px;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 0;
}
.nav .dropdown-submenu .dropdown-menu > li:first-child {
	margin-top: 0;
}
}

@media (min-width:992px) {
.blog-item h2 {
	font-size:17px;
}
.navbar-brand img {
	height: 100%;
}
.nav > li {
	width: 20%;
}
.nav > li > a {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 15px;
	font-weight: bold;
}
/*Impressum*/
.flowrow {
	width: 100%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	column-gap: 3em;
}
}

@media (min-width:1200px) {
.selectDateDay:first-child {
	display: table-cell;
	padding: 0px 10px 10px 0px;
}
.selectDateDay:last-child {
	display: table-cell;
	padding: 0px 0px 10px 10px;
}
.nav > li > a {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 17px;
}
}
