html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0 0 60px; /* bottom = footer height */
}
@font-face {
	font-family: DeliciousBold;
	src: url(../fonts/Delicious-Bold.otf);
}
@font-face {
	font-family: DeliciousBoldLight;
	src: url(../fonts/Delicious-Roman.otf);
}
/*font end*/ 
.navbar {
	margin-bottom: 0px;
	height: 70px;
	box-shadow: 0px 4px 10px 0px rgba(33, 30, 31, 0.75);
	z-index: 1;
}
.navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: 0 auto;
	margin-top: -16px;
	z-index: 1;
}
.navbar-brand span {
	display: block;
	background: url(../img/logo.png) no-repeat center top;
	height: 130px;
	width: 250px;
	background-size: 100%;
	margin: 0 auto;
}
a {
	font-family: 'Vollkorn', serif;
}
.navbar-default .navbar-toggle {
	z-index: 2;
	margin-top: 15px;
}
.navbar-default {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #fff;
	margin-top: 11px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #aea325;
	font-family: DeliciousBold;
	font-size: 17px;
	border-radius: 5px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #8e8e8e;
	white-space: nowrap;
	font-family: DeliciousBold;
	font-size: 15px;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 5px;
}

@media (max-width: 990px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}

@media (max-width: 990px) {
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #8e8e8e !important;
	margin: 0px 5px;
	border-radius: 5px;
	color: #fff !important;
}
}

@media (max-width: 990px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	text-align: center;
	font-size: 17px;
	color: #8e8e8e;
}
}
.navbar-default .navbar-nav > li > a {
	z-index: 3;
	padding: 10px;
	margin: 0 5px;
	text-align: center;
	font-family: DeliciousBold;
	font-size: 17px;
	color: #8e8e8e;
	margin-top: 5px;
}
.navbar-default .navbar-nav > li > a:hover {
	background : #aea325;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
}

@media (max-width: 990px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
}
.navbar-nav>li {
	float: none;
}
.collapse.in {
	display: block !important;
}
ul.nav.navbar-nav.navbar-left {
	padding-top: 50px;
}
.navbar-right {
	margin-right: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 1px solid #e7e7e7;
	padding-bottom: 10px;
}
}

@media (min-width: 768px) {
.navbar-nav > li > a {
	padding-top: 20px;
}
}

@media (max-width: 768px) {
ul.nav.navbar-nav.navbar-left {
	padding-top: 40px;
}
.navbar-right {
	margin-right: -15px;
}
}

@media (max-width: 420px) {
.navbar-brand span {
	height: 130px;
	width: 170px;
}
.navbar-default .navbar-toggle {
	margin-top: 7px;
}
.navbar {
	margin-bottom: 0px;
	height: 50px;
}
ul.nav.navbar-nav.navbar-left {
	padding-top: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #fff;
	margin-top: -1px;
	padding-bottom: 5px;
	width: 100% !important;
}
section.module.parallax h1 {
	font-size: 35px;
	padding-top: 10px;
}
}
/*navigation end */

hr {
	margin-top: 40px;
	margin-bottom: 20px;
	max-width: 400px;
	display: block;
}
.ornament {
	height: 44px;
	background-image: url(../img/hr_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -43px;
	margin-bottom: 10px;
}

@media (max-width: 420px) {
hr {
	max-width: 100%;
}
}
/*hr end */

.p-onpicture {
	color: #fff;
	text-align: center;
	font-family: 'Vollkorn', serif;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
/*paragraph on picture end */

.select_fast {
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
}
.shake-slow {
	font-family: DeliciousBold;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
.shake-slow {
	padding-bottom: 25px;
}
}
.col-lg-4 div.shake-slow span {
	cursor: pointer;
}
.col-lg-4 div.shake-slow span:hover {
	opacity: 0.8;
}
.col-lg-4 div.shake-slow span#tagesmenu {
	background-image: url(../img/tagesmenu_icon.svg);
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	display: block;
	background-position: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.col-lg-4 div.shake-slow span#anfahrt {
	background-image: url(../img/anfahrt_icon.svg);
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	display: block;
	background-position: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.col-lg-4 div.shake-slow span#newsletter {
	background-image: url(../img/newsletter_icon.svg);
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
	display: block;
	background-position: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
/*select fast icons end */

.container h2 {
	text-align: center;
	font-family: DeliciousBold;
	font-weight: 700;
	margin: 0 !important;
	padding: 0;
	color: #000;
}
.container h3 {
	text-align: center;
	font-family: 'Vollkorn', serif;
	color: #aea325;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.container p.textonwhite {
	margin-top: 0px;
	text-align: center;
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 17px;
	margin-bottom: 0px;
	white-space: pre-wrap;
}
/*subtitles end*/


.Signatur {
	margin: 0 auto;
	text-align: center;
}
.img-signatur {
	border-radius: 90px;
	height: 90px;
	margin-top: 30px;
	border: 1px solid #D4D4D4;
}
.Signatur span {
	font-family: 'Vollkorn', serif;
	color: #aea325;
	margin-top: 10px;
	display: block;
}
/*signatur end*/

.backimg-1 {
	background-image: url(../img/decoration.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: -35px;
	margin-bottom: -60px;
}

@media (max-width: 768px) {
.backimg-1 {
	margin-top: -35px;
	margin-bottom: 0px;
}
}
/*section images end*/


.news_home {
	min-height: 180px;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid rgba(0, 0, 0, .3);
	margin-bottom: 25px !important;
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.content_left {
	width: 50%;
	max-height: 180px;
	float: left;
}
.content_right {
	width: 50%;
	max-height: 180px;
	float: right;
}
.content_left.reverse {
	float: right;
}
.post_view {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid rgba(0, 0, 0, .3);
	margin-bottom: 25px !important;
	overflow: hidden;
	margin: 0 auto;
}
.post_image {
	float: left;
	max-width: 50%;
	padding: 20px;
	padding-right: 10px;
}
.post_content {
	float: right;
	max-width: 50%;
	padding: 10px;
}
.post_view p.post_text {
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 16px;
	text-align: initial;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.post_view span {
	font-family: DeliciousBold;
	color: #CCCCCC;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.post_image img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
h4 {
	text-align: center;
	font-family: DeliciousBold;
	color: black;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
}
hr.news_hr {
	margin-top: 15px;
	margin-bottom: 20px;
	max-width: 280px;
	border-color: #ccc;
	display: block;
}
div.news_home div.content_left img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	display: block;
	max-width: 100%;
	height: auto;
}
div.news_home div.content_right img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (max-width: 420px) {
hr.news_hr {
	max-width: 280px;
}
}
.ornament_news {
	height: 35px;
	background-image: url(../img/hr_icon_grey.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -38px;
	margin-bottom: 0px;
}
.news_home span {
	font-family: DeliciousBoldLight;
	color: #CCCCCC;
	font-size: 15px;
	text-align: center;
}
.news_home p.news_text {
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 14px;
	text-align: center;
	padding: 0px 20px;
	padding-bottom: 15px;
}

@media (max-width: 768px) {
.news_home {
	min-height: 180px;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid rgba(0, 0, 0, .3);
	margin-bottom: 25px !important;
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.content_left {
	width: 100%;
	max-height: 180px;
	max-width: 400px;
	float: none;
	overflow: hidden;
}
.content_right {
	width: 100%;
	max-width: 400px;
	max-height: 180px;
	float: none;
	overflow: hidden;
}
.post_view {
	max-width: 500px;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid rgba(0, 0, 0, .3);
	margin-bottom: 25px !important;
	overflow: hidden;
	margin: 0 auto;
}
.post_image {
	float: left;
	max-width: 100%;
	padding: 0px;
}
.post_content {
	float: right;
	max-width: 100%;
	padding: 0px;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	border-radius: 0px;
}
.post_view p.post_text {
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 16px;
	text-align: initial;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
}
/*news home end*/

.owl-wrapper .owl-item {
	padding: 3px;
}
.owl-wrapper .owl-item img {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #e1e1e1;
	/*-webkit-filter: grayscale(1);  Webkit */
	/*filter: gray;  IE6-9 */
	/*filter: grayscale(1);  W3C */
}
#slider_home {
	padding-top: 40px;
}
/*company logos home end*/

footer {
	border-top: 2px solid #c2c2c2;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #c2c2c2;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: #fff;
	height: 60px;
}
footer div.container div.row ul {
	margin: 0 auto;
	display: inline;
	text-align: center;
	width: 100%;
}
footer div.container div.row li {
	margin: 0 auto;
	text-align: center;
	width: 33.333%;
	float: left;
}
footer div.container div.row li a {
	color: #c2c2c2;
	font-family: DeliciousBoldLight;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
footer div.container div.row li a:focus {
	background-color: unset;
}
footer div.container div.row li a:hover {
	background-color: unset;
	color: #888888;
}
footer div.container div.row li a:active {
	background-color: unset;
	color: #888888;
}

@media (max-width: 768px) {
footer div.container div.row li {
	width: 100%;
	padding-bottom: 10px;
}
}
/*footer end*/
.gm-style {
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
}
/*map end*/
.picture-gallery {
	margin: 0 auto;
	display: table;
	padding: 10px 20px;
	background: #464646;
	color: #fff;
	border-radius: 10px;
	margin-top: 40px;
	font-family: DeliciousBoldLight;
	font-size: 19px;
	cursor: pointer;
}
.picture-gallery:hover {
	background: #353535;
	cursor: pointer;
}
section a:hover {
	text-decoration: none;
}
section a:activer {
 text-decoration: none;
}
section a:focus {
	text-decoration: none;
}
.img-gallery {
	width: 37px;
	margin-right: 15px;
	float: left;
}
.img-gallery-arrow {
	margin: 0 auto;
	width: 35px;
	display: block;
	padding-top: 15px;
}
/*aktuelles button*/

/*tagesmenü*/
h2.paddingtop {
	padding-top: 40px;
	padding-bottom: 0px;
}
.table {
	margin-bottom: 0;
	text-align: center;
}
.table > thead > tr > th {
	border: none;
}
.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: none;
	padding: 0;
	width: 100% !important;
	float: left;
}
.menu_right {
	float: right !important;
}
section.module.parallax.parallax-3 div.container div.row div.col-md-5 table.table thead.thead-inverse tr th {
	font-family: 'Vollkorn', serif;
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	color: gray;
}
section.module.parallax.parallax-3 div.container div.row div.col-md-5 table.table tbody tr {
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 17px;
	padding-top: 0px;
	text-align: center;
}
div.row div.col-md-5 table.table tbody tr td:nth-child(2) {
	font-family: DeliciousBold;
	color: #aea325;
	font-size: 25px;
	text-align: center;
}
.newsletter {
	margin: 0 auto;
	display: table;
	padding: 10px 20px;
	background: #464646;
	color: #fff;
	border-radius: 10px;
	margin-top: 70px;
	margin-bottom: 40px;
	font-family: DeliciousBoldLight;
	font-size: 19px;
	cursor: pointer;
}
.newsletter:hover {
	background: #353535;
	cursor: pointer;
}
.newsletter{
	display: none!important;
}
.pullright {
	float: right;
}

@media (max-width: 990px) {
.pullright {
	float: none;
}
}
/*catering*/

.catering_slide {
	padding-top: 30px;
	padding-bottom: 20px;
}
/*betriebsmensa*/

.reviews {
	min-height: 180px;
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid rgba(0, 0, 0, .3);
	margin-bottom: 25px !important;
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.reviews h4 {
	color: #aea325;
	font-size: 30px;
	text-align: initial;
	padding: 0px 0px 10px 20px;
}
.reviews p.news_text {
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 16px;
	text-align: initial;
	padding: 0px 20px;
	padding-bottom: 15px;
}
.content_bottom {
	max-height: 200px;
	widows: 100%;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
div.container div.reviews_slider div#owl-carousel-reviews.owl-carousel.owl-theme div.owl-controls {
	margin-top: -10px !important;
}
div.container div.reviews_slider div#owl-carousel-reviews.owl-carousel.owl-theme .owl-controls .owl-buttons div {
	background-color: white;
	color: black;
	opacity: 0.8;
	border-radius: 5px;
}
div.container .reviews_slider div#owl-carousel-reviews.owl-carousel.owl-theme div.owl-wrapper-outer div.owl-wrapper div.owl-item div.item.reviews div.content_bottom img {
	border: none;
	-webkit-filter: none;
	filter: none;
}

@media (max-width: 768px) {
div.container div.reviews_slider div#owl-carousel-reviews.owl-carousel.owl-theme div.owl-controls {
	display: none !important;
}
}
/*privacy*/

.container.privacy {
	border: 1px solid grey;
	border-radius: 10px;
	padding: 0 40px;
	padding-top: 40px;
	margin-top: 20px;
}
.container.privacy p.textonwhite {
	margin-top: -20px;
	text-align: center;
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 17px;
	margin-bottom: 0px;
}
.container.privacy {
	margin-top: 20px;
	text-align: center;
	font-family: 'Vollkorn', serif;
	color: #868686;
	font-size: 17px;
	margin-bottom: 0px;
}
section.module.content div.container.privacy div {
	white-space: pre-wrap;
}
section.module.content div.container.privacy strong {
	font-family: DeliciousBold;
	font-size: 20px;
	color: #aea325;
	padding-top: 0 10px;
}
/*modal dialog newsletter*/

.btn-primary {
	color: #fff;
	background-color: #aea325;
	border-color: #958c21;
}
.btn-primary:hover {
	color: #fff;
	background-color: #958c21;
	border-color: #81791d;
}
.modal-footer {
	text-align: center;
}
div.newsletter.newsletter-subscription {
	margin: 0;
	display: unset;
	color: #8A8A8A;
	border-radius: none;
	margin-top: 40px;
	font-family: DeliciousBoldLight;
	font-size: 19px;
	padding: 00px;
}
div#Newsletter-Modal.modal.fade.in div.modal-dialog div.modal-content div.modal-body {
	background: #464646;
	padding: 70px;
}
div#Newsletter-Modal.modal.fade.in div.modal-dialog div.modal-content div.modal-body div.newsletter.newsletter-subscription form table {
	width: 100%;
}
div#Newsletter-Modal.modal.fade.in div.modal-dialog div.modal-content div.modal-body div.newsletter.newsletter-subscription form table tbody {
	margin: 0 auto;
	text-align: center;
}
input.newsletter-email {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 9px;
	height: 44px;
	border: none;
	border-radius: 5px;
	color: #6B6B6B;
}
h2.paddingtop.underline{
	text-decoration: underline;
}
td.checkbox-newsletter{
    padding: 0;
    float: left;
    width: 100%;
    padding-bottom: 20px;
	text-align: initial;
	display: none;
}
div.container.privacy div div.newsletter.newsletter-profile form table tbody tr th{
display: none;
}
section.module.content div.container.privacy div div.newsletter.newsletter-profile form table tbody tr td.newsletter-td-submit input.newsletter-submit{
    border: 1px solid #aea325;
    border-radius: 5px;
    padding: 1px 15px;
    background: #aea325;
}
section.module.content div.container.privacy div div.newsletter.newsletter-profile{
	padding: 30px;
}
.newsletter.newsletter-profile:hover{
    background: #464646;
	cursor: default;
}

div.HR_ornament div.row.select_fast div.col-lg-4.col-md-4.col-sm-4.col-xs-12 a{
	color: white;
}
div.HR_ornament div.row.select_fast div.col-lg-4.col-md-4.col-sm-4.col-xs-12 a:hover{
	color: white;
}