/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
body {
	color:#111;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:16px;
}
header {position:relative; margin-bottom:30px;}
.content {background-color:#FFF;position:relative; margin-bottom:60px;}
h1, .h1 {background-color:rgba(217,0,0,0.9);color:#FFF; padding:15px;margin:0;font-size:18px;font-family: 'Roboto Condensed', sans-serif;}
.website h1 {background-color:transparent;}
h2, .h2 {color:rgb(217,0,0);font-size:30px;font-family: 'Roboto Condensed', sans-serif;margin-top:0;}
h3, .h3 {color:#111;text-transform:uppercase;font-size:22px;font-family: 'Roboto Condensed', sans-serif;}
h4, .h4,
h5, .h5,
h6, .h6 {
	color:#111;
	font-family: 'Roboto Condensed', sans-serif;
}
hr{border-width:2px;}
strong {font-weight:700;}
a, a:hover, a:focus {
	color:rgb(217,0,0);
	text-decoration:none;
}
.admin header {margin-bottom:0;}
.admin h1 {margin-bottom: 10px;}
.hyphens, .tblbox a {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
/**************************************************************************************
  Navigation
**************************************************************************************/
.navbar-default	{
	background-color:#fff;
	border:none;
	font-size:19px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#111;
}
.navbar-brand {float:none;display:block;height:auto;padding:5px 15px 0 15px; width:227px;}
.navbar-collapse {
	border:none;
}
.nav > li {
	border-bottom:1px solid #DDD;
}
.nav > li.active,
.nav > li:hover {
	border-color:#FFF;
}
.nav > li:last-child {
	border-bottom:none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color:#FFF;
	color:#111;
	-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:focus > a,
.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 {
	background-color:#ddd;
	color: #111;
	-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 {
    background-color: #ddd;
    color: #111;
}
/*Sub-Navi*/
.nav > li.dropdown:hover {
    background-color: #DDD;
}
.navbar-default 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 0 5px;
    width: 100%;
    min-width: 160px;
    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;
}

.navbar-default ul.dropdown-menu li {
    background-color: rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
    width: auto;
}
.dropdown-menu > li > a {
	color:#111;
	padding: 3px 10px;
	width:100%;
}
.dropdown-menu > li > a:hover {
	text-decoration:underline;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	color:#111;
	background-color:transparent;
	text-decoration:underline;
}
/*Toggle*/
.container > .navbar-header {
	float:right;
	margin-left:0;
}
.navbar-toggle,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-radius:0;
	background-color:#FFF;
	height:41px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:8px;
	margin-bottom:0;	
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color:#111;
}
/**************************************************************************************
  Slider
**************************************************************************************/
.background-container, .background-slider {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index:-1;
	height:250px;
}
.background-slider {
	background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    opacity: 0;
	width:100%;
	height:100%;
}
.background-container img {display:none;}
.homeTiles .background-slider:first-child {opacity: 1;} /*damit sofort ein Bild angezeigt wird*/
/**************************************************************************************
  Home Tiles
**************************************************************************************/
.homeTiles {
	position:relative;
	min-height:250px;
}
.contentTiles > div {margin-bottom:20px;border-bottom:1px solid #DDDDDD;}
.homeTiles > .container {padding-top:230px;}
.homeTiles .container .row > div {margin-bottom:30px;}

.homeTiles .item {
	cursor:pointer;
	z-index:1;
	padding:12%;
	height:auto;
	overflow:hidden;
	background-color:rgba(217,0,0,0.9);
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.homeTiles .item:hover {
	background-color:rgba(217,0,0,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;
}
.homeTiles h2 a {color:#111;}
.homeTiles h2 {font-size:18px;text-align:center;margin-top:20px;}
.contentTiles h2 {font-size:23px;font-weight:bold;}
.homeTiles .inner h3 {
	color:#FFF;
	display:none;
}
.homeTiles img {
	width:80%;
	margin:0 10%;
}
.inner h2, .inner h2 a {
	color:#111;
	text-transform:uppercase;
}
.inner h3, .inner .h3 {
	font-size:20px;
	color:rgb(217,0,0);
	margin-top:0;
	text-transform:none;
}
.posts {
	margin-bottom:20px;
	cursor:pointer;
	
	background-color:transparent;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.posts:hover {
	background-color:#DDDDDD;
	box-shadow: 0 0 0 7px #DDDDDD;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.posts h3,
.date {
	margin-bottom:3px;	
}
/**************************************************************************************
  Content Ansicht
**************************************************************************************/
h1.container {
	padding:0 15px;
}
p, .ptext, .Content ul {
}
#Content:empty {
	display:none;
}
#Content img{
	max-width:100%;	
}
#Content .listicon img {max-width:none;}
.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;
}
.website #Content td {vertical-align:top;}
/**************************************************************************************
  Galerie / Gallery / lightGallery
**************************************************************************************/
#lightgallery.row > div {
	padding-top:15px;
	padding-bottom:15px;
}
#lightgallery .background-slider {
	cursor:pointer;
}
.Gallery #lightgallery a {
	background-color:rgb(217,0,0);
	display:block;
}
.Gallery #lightgallery img {
	opacity:1;
	-webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.Gallery #lightgallery a:hover img {
	opacity:0.4;
	-webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
/**************************************************************************************
  jCarousel
**************************************************************************************/
#Carousel {
}
/**************************************************************************************
  Blog
**************************************************************************************/
td.blogFilter {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.aktiv1 {font-weight:500;}

.tblBlog {
	margin-top:20px;
}
.Blog .img-responsive {cursor:pointer;}
.lgIcon {
	background-color:#ddd;
	border-radius: 4px;
	line-height:1.42857;
	color:#111;
	white-space:nowrap;
}
/**************************************************************************************
  Cookie Accept
**************************************************************************************/
.navbar-fixed-bottom {
	background-color:rgba(217,0,0,0.8);
}
#cookie_accept {
	padding: 2rem;
}
#cookie_directive_container p {
    color: white;
	font-size: 16px;
    margin-bottom: 0;
    max-width: 85%;
}
#cookie_directive_container a {
    color: white;
	text-decoration: underline;
}
#cookie_directive_container a.pull-right {
	background-color: white;
    padding: 10px;
    color: rgba(217,0,0,1);
	text-decoration: none;
    border: none;
}
/**************************************************************************************
  Reservationen (Tblbox auch für Gallery)
**************************************************************************************/
#SquareLinks {}
.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:rgba(255,255,255,0.4);
	-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(217,0,0,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 {
	font-size:20px;
	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;
	-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%;
	
	color:#111;
	-webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    transition: color 300ms linear;
}
.fc-view-container {
	font-size:12px;
}
.fc-center h2 {
	color: #111111;
    font-size: 22px;
}
.fc-axis {padding:0;}
.website .Content table td.fc-widget-header {padding-bottom:0;}

/*MultiSelect*/
body .ui-widget  {font-size:0.8em;font-weight:normal;color:#333;}
body .ui-multiselect {
	white-space:nowrap;
	overflow:hidden;
	min-height:33px;
	margin-bottom:15px;
	border:1px solid #d3d3d3;
}
.admin .ui-multiselect span {
	max-width:160px;
	display:inline-block;
	overflow:hidden;
	margin-top:3px;
}
body .ui-multiselect span.ui-icon { width:16px;}
.ui-corner-all {margin-bottom:2px;}
.ui-corner-all > input {margin-right:2px;}
#Filter input[type=submit],
#Filter input[type=button] {
	margin-top:-8px;
}
#SearchInput {margin-bottom:6px;}

.frmReservation p > label {
	min-width:125px;
}
.frmReservation p > label:empty {display:none;}
.frmReservation p > label {
	min-width:125px;
}
.frmReservation select#EventArt {width:178px;}
.admin table td.xs-overflow {overflow:hidden;}

/**************************************************************************************
  Footer
**************************************************************************************/
footer {
	color:#111;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	line-height:35px;
	background-color:#ddd;
	position:relative;
}
footer a,footer a:hover,footer a.active,footer a:visited {
	color:#111;
}
footer ul {
	list-style:none;
	padding:0;
	width:100%;
	margin:0;
}
footer li {
	float:left;
	width:auto;
	padding-right:20px;
}
footer a img {
	opacity:1;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
footer a:hover img {
	opacity:0.6;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* Sticky Footer */
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px;
  position:relative;/*für Sticky Footer irrelevant*/ 
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {
  min-height: 50px; 
}
/**************************************************************************************
  Done
**************************************************************************************/
#Done {
	text-align:center;
	bottom:50px;
	position:absolute;
	width:100%;
}
#Done p {font-size: 12px;}
#Done, #Done a {color:#ddd;}
#Done a {white-space:nowrap}
#Done a:hover {
	color:#111;
	text-decoration:none;
}
/**************************************************************************************
  Formulare
**************************************************************************************/
input {
	font-size:14px;
}
input[type="text"],
input[type="textarea"],
input[type="password"],
select {
	color:#111;
	margin:1px;
	font-size:14px;
}
input[type="file"] {
	border:1px solid #DDD;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color:#DDD;
	color:#333;
}
input[disabled] {
	background-color:#EEE;
	border-style:dotted;
	border:none;
}
input#Code {
	margin-top:0;
}
.input-group-addon {
	min-width:111px;
	padding-bottom:5px;
}
form .titel {
	opacity:0;
	height:1px;
	margin-bottom:0;
}
form .titel * {
	height:1px;
	font-size:1px;
	padding:0;
}
/**************************************************************************************
  Listen-, Tabellen-Ansicht
**************************************************************************************/
.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:#111;
}
.table-hover > tbody > tr:hover {
	background-color:#ddd;
}
.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;}
td.back a{color:#FFF;background-color:rgba(217,0,0,0.9); display:block;line-height:85px;margin-bottom:10px;}
.admin td.back a {line-height:50px;}
/**************************************************************************************
  FullCalendar
**************************************************************************************/
.fc,.fc-event,.fc-event:hover{
	font-family:Arial,Helvetica, sans-serif;	
}
.fc-event{
	border-width:3px!important;
}
.nav-tabs a{
	display:block!important;
}
.fc-widget-content{
	cursor:pointer;
}
.ui-datepicker-trigger {  
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
/**************************************************************************************
  Admin
**************************************************************************************/
.CuteEditorGroupMenuCell img {
	box-sizing:content-box;
}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}

@media (min-width:768px){
	h1, .h1 {font-size:36px;}
	.tblbox h2 {font-size:30px;}
	.homeTiles {min-height:385px;max-height:735px;}
	.homeTiles h2 {font-size:16px;text-align:left;}
	.homeTiles .inner h3 {display:block;}
	.inner h3, .inner .h3 {font-size:22px;}
	.homeTiles .container .row > div {margin-bottom:0;}
	.homeTiles .item {height:auto;height:260px;}
	.background-container {max-height:735px;height:auto;}
	.background-slider{height:auto;}
	.contentTiles > div {border-bottom:none;}
	footer {font-size:19px;line-height:50px;}
	footer li {padding-right:35px;}
	.admin td.back a {line-height:70px;}
	
	/*Navigation*/
	.navbar {margin-bottom:0;}
	.navbar-brand {height:auto; padding:5px 15px 10px 0;}
	.container > .navbar-collapse {margin:0 -15px;}
	.navbar-nav {margin-top:10px;}
	.nav > li {border:none;}
	.navbar-nav > li > a {padding-bottom:25px;}
	.nav > li > a {padding-left:12px;padding-right:12px; font-size:18px;}
	.navbar-default .navbar-nav > li > a img {display:block;}
	.navbar-default ul.dropdown-menu {display:none;}
	.navbar-nav > li:hover > .dropdown-menu,
	.navbar-nav > li:focus > .dropdown-menu {
		display:block;
		float: left;
		background-clip: padding-box;
		background-color: #ddd;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		border-radius: 0;
		list-style: outside none none;
		min-width: 180px;
		padding: 5px 0;
		margin:0;
		text-align: left;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}
	.navbar-default ul.dropdown-menu li {float:none;font-size:16px;}
}
@media (min-width:992px){
	h1, .h1 {font-size:47px;}
	.homeTiles h2 {font-size:22px;}
	.inner h3, .inner .h3 {font-size:30px;}
	.homeTiles .item {height:auto;height:366px;}
	.admin td.back a {line-height:82px;}
	
	.nav > li > a {padding-left:15px;padding-right:15px; font-size:19px;}
	/*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){
	h1, .h1 {font-size:50px;}
	.inner h3. .inner .h3 {font-size:36px;}
	.admin td.back a {line-height:85px;}
	.admin table td.xs-overflow {overflow:visible;}
}