@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* julius-sans-one-regular - latin */
@font-face {
	font-family: 'Julius Sans One';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/julius-sans-one-v6-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Julius Sans One'), local('JuliusSansOne-Regular'),
		 url('fonts/julius-sans-one-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/julius-sans-one-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/julius-sans-one-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/julius-sans-one-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/julius-sans-one-v6-latin-regular.svg#JuliusSansOne') format('svg'); /* Legacy iOS */
  }

.row {
	max-width: 66.75em;
}

@media only screen {

body {
	background: #fff url(img/background.jpg);
}
	
.wrapper {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
	
header img {
	margin-top: 1rem;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #73737d;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
}
	
h1 {
	margin-bottom: 0.5em;
	color: #909095;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 2.0625rem;
}

h2 {
	font-size: 1.625rem;
	color: #a1a1a6;
}

h2.font {
	color: #909095;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.625rem;
	margin-top: 1.5rem;
	margin-bottom: 0.25em;
}

h5 {
	color: #909095;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.325rem;
}

h6 {
	color: #909095;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.5625rem;
}

p, li, table tr th, table tr td, dt, dd {
	font-size: 1rem;
	color: #8b8b8f;
	line-height: 1.6rem;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
}

p a, li a {
	color: #5c5c5e;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	border-bottom: 1px dotted #5c5c5e;
}

li a:hover, li a:focus {
	color: #c4943d;	
}

li.active a {text-decoration: underline;}
	
p a:hover, p a:focus {
	color: #c4943d;
	background: #FAF7F1;
}

button, .button {background: #c4943d}

.validation-error {color: #990000;}
.fa-2x {
    font-size: 1.25em;
}

.nowrap { white-space:nowrap; }
	
ul.referenzen li {
	list-style: none;
	list-style-image: url("img/kochmuetze.jpg");
}

	
ul.referenzen li a:hover, ul.referenzen li a:focus {
	padding-left: 0.5em;
}
	
figure {
		margin: 0;
}
	
figure.imageitem.media-image {
		margin-bottom: 1rem;
}

figure.imageitem.media-image.banner {
	margin-bottom: 0;
}
	
figure.left {
		margin-left: 0;
}
	
figure.right {
		margin: 1rem auto;
		text-align: center;
		width: 100%;
		height: auto;
		clear: both;
		float: none;
}
	
figure.center {
		margin: 1em 0 2em 0;
}

figure.logo-header {
	margin-top: 0.5rem;
}
	
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
	font-size: 1rem;
	color: #5c5c5e;
	line-height: 1.6rem;
}
	
tbody tr:nth-child(even) {
	background: #f4efe3;
}
	
table tbody tr th {
	background: #c4943d;
   	color: #fff;
}
	
ul.navigation-list-inline {
	display: none;
}
	
div.line, hr  {
    background: url("img/line.gif") no-repeat scroll center center transparent;
    border: 0 none;
    clear: both;
    height: 20px;
    margin: 2em auto;
    width: 80%;
}

.top-bar {
	background: #f3f5ec;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
	margin-top: 2em;
	margin-bottom: 2em;	
    height: 2.8125rem;
    line-height: 2.8125rem;	   
}

.top-bar .title-area {
	background: #c4943d;
}

.top-bar.expanded .title-area {
	background: #c4943d;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	font-style: normal;		
    background: #f3f5ec;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;    
}

.top-bar-section ul li > a {
	font-size: 0.8125rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
    background: #c4943d;
}



.top-bar, .top-bar .title-area {
	height: 4.5rem;
    line-height: 4.375rem; 
}
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 4.375rem;
}

.top-bar-section ul li > a {
	font-size: 1.375rem;
}

.top-bar-section ul li > a {
	color: #444444;
}

.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section li {
	background: #c4943d;
	text-decoration: none;
}

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li {
    background: #c4943d;    
}	

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #c4943d;
    color: #fff;
}	

.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
    background: #F4EFE3;
    color: #c4943d;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: none repeat scroll 0 0 #c4943d;
    color: white;
}

.top-bar-section li {
	padding-left: 0;
	padding-right: 0;
}

.top-bar li a {  
	border-bottom: 0;
}


#kuhns-ideen, .angebote, .bistro, #intro-partservice, #aktuelles {
	background-color: #f4efe3;
	padding: 0;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}

#kuhns-ideen .columns, #intro-partservice .columns {
	padding: 0;
}

.mediagroup-list-item-figure {
	margin: 0;
}

li.block-grid-element {
	padding: 0.5rem;
	border: 0px solid #ddd;
	margin: 0;
}

.block-grid-element figure {
	margin: 0 0 1em 0;
}

.block-grid-element article {
	background-color: #c4943d;
}

.block-grid-element h4 {
	background: #c4943d;
	color: #fff;
	font-size: 1.1rem;
	padding: 0.1em 0 0.5em 0.5em;
}

.block-grid-element h4 a {
	background: #c4943d;
	color: #fff;
	font-weight: normal;
	border-bottom: 0;
}

.block-grid-element h4 a:hover, .block-grid-element h4 a:focus {
	text-decoration: underline;
}

.block-grid-element .imagecaption {
	text-align: center;
	font-size: 2rem;
	margin-top: 1rem;
}

.block-grid-element p {
	margin-bottom: 0;
}

.row.panel.startseite {
	margin: 1rem 0 0 0;
	background: #f4efe3;
	padding: 0;
	border: 1px solid #ddd;
	margin-bottom: 2em;
}

.callout.yellow{background: #f3f5ec; margin: 1rem 0rem; padding: 2rem 0.5rem 1rem 0.5rem; }

figure.kreis {
	position: absolute;
	left: 40%;
	top: -38px;
	width: 70px;
	height: auto;
}

.row.panel.startseite .columns {
	padding: 0;
}

.panel.angebote {
	margin: 2rem 0 0 0;
	background-color: #f4efe3;
	padding: 1rem;
	border: 1px solid #ddd;
	min-height: 360px;
}

.panel.angebote.extra {
	height:auto;
	min-height: auto;
	margin-bottom: 2rem;
}

article.panel.angebote {
	width: 100%;
	margin-bottom: 2rem;
}

.panel.angebote table {
	width: 100%;
	background-color: #f4efe3;
	border: 0;
}

.panel.bau {background: #225835;}
.panel.bau h4 {color: #f4e4e3; font-size: 1.625rem; line-height: 2.6rem;}

/*##### News #####*/

.news-article {
	padding: 0;
	padding-bottom: 2rem;
	background: url("img/line.gif") no-repeat scroll center bottom transparent;
	margin-bottom: 1rem;
	width: 100%;
}

.news-article:last-child {
	background: none;
}

.news-article .news-article-imageitem {
	display: none;
}

.news-article-actual .news-article-readmore {
	margin-bottom: 0;
}

.news-article h2, .news-article-actual h2 {
	font-size: 1.375rem;
}
	

.news-article table, .news-article-actual table {
	width: 100%;
}

.news-article table td, .news-article-actual table td {
	font-size: 0.8125rem;
	line-height: 1.25;
	padding: 0.5rem 0.25rem;
}

.news-article-author, time {
	font-size: 0.75rem;
}

.news-article-author {
	display: none;
}

.news-article-teaser-imageitem.right {
	margin: 0;
}

.news-article-teaser-imageitem.right img {
	width: 100%;
	height: auto;
}

p.news-article-readmore a.button {
	margin-bottom: 0;
}

.news-article-footer {
	margin-left: 0;
	padding-top: 0;
}

.news-article-actual {
	background-color: #faf7f1;
	padding: 1rem 0.5rem;
	border: 1px solid #ddd;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2rem;
}


.media-popup {
	cursor: pointer;
}
.event-description-element,
.news-archive-sublist {
	display: none;
}

/*##### Angebote und Menü #####*/

figure.offer-list-logo {
	float: right;
	width: 100%;
}

.menu-list, .offer-list {
	clear: both;
}

h2.offer-list-headline, h3.menu-list-headline {
	padding: 0.5rem 0;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	line-height: 1.125;
	text-align: center;
	color: #a1a1a6;
}

dl {
	padding-bottom: 2rem;
	padding-top: 2rem;
	background: url("img/line.gif") no-repeat scroll center bottom transparent;
    border: 0 none;
    clear: both;
    height: 100%;
    margin: 2em auto;
    width: 80%;	
}

dl:last-child {
	background: none;
}

dt.product-name {
	font-weight: normal;
	text-align: center;
	
}

dd.product-price, dd.product-quantity {
	text-align: center;
}





.splitt-columns {
-moz-column-count: 1;
-moz-column-gap: 10px;
-webkit-column-count: 1;
-webkit-column-gap: 10px;
column-count: 1;
column-gap: 10px;
}



.bistro {
	float: left;
	width: 48%;
}

.fa-star, .fa-cutlery {
	font-size: 2rem;
	color: #b79345;
	margin-top: 0rem;
}
	

.angebote {
	float: right;
	width: 48%;
}

.preis {
	text-align: right;
}

h2.slogan {
	margin: 1.25em;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #73737D;
}

h3.slogan {
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	margin: 1.5em 1.5em 1.25em 1.5em;
	color: #73737D;
	font-size: 1.325rem;
	line-height: 2rem;
}

h3.menue, h3.aktuelles, p.aktuelles {
	margin: 0.5em 0.5em 0.2em 0em;
	color: #73737D;
}

h3.menue {
	font-size: 1.375rem;
}

h4.menue {
	margin: 0 0.5em 0.5em 0.5em;
	color: #73737D;
}

h4.menu-list-headline {
	font-size: 1.375rem;
	color: #73737D;
	margin-top: 1rem;
}

.panel p {
	color: #73737D;
}

.panel h2.offer-list-headline {
	color: #84848d;
}

.panel .product-name, .panel .product-price {
	color: #73737D;
}

p.menue {
	font-size: 2rem;
	color: #73737D;
}

/*##### Expose #####*/

#accordion-expose-kuhns {
	width: 100%;
}

dd.accordion-navigation:first-child {
	margin-top: 3rem;
}

.fa-arrow-circle-o-down.fa-2x {
	font-size: 1.625rem;
	color: #C49636;
}

.accordion .accordion-navigation > a, .accordion dd > a {
    background: #F4EFE3 none repeat scroll 0 0;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    background: #2A4B31; 
    color: #fff;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover .fa {
    color: #fff;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #c4943d none repeat scroll 0 0;
    color: #fff;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a .fa {
    color: #fff;
}

.accordion .accordion-navigation > a, .accordion dd > a {
    color: #73737D;
    font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.325rem;
}

dt.product-name p {
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 0;
}

img.aktuelles {
	margin: 1em;
}

.large-6 img {
	margin-right: 0;
}

footer {
	color: #fff;
	padding-top: 1em;
	text-align: left;
	margin: 0 0 0.9375em 0;
}

#footer .row {
	background-color: #f3f5ec;
	padding-left: 0;
	margin: 2rem 0rem;
}


footer li a, footer p, footer p a, footer address, footer address a {
	color: #8b8b8f;
}

footer ul {
		margin-left: 0;
		padding-top: 0.25em;
}

footer ul li {
	list-style: none;
	font-size: 1rem;
	display: block;
	padding-left: 0;
}

footer ul li:first-child {
	padding-left: 0;
} 

footer ul li {
	display: inline;
	padding-left: 2.5em; 
}

footer ul li a {
	border-bottom: 0;
}

footer ul li a:hover, footer ul li a:focus {
	color: #8b8b8f;
	text-decoration: underline;
}

footer p, footer h3 {
	padding-top: 0.5rem;
	padding-bottom: 0.3em;
	font-size: 0.875rem;
}

footer p a {
	border-color: #8b8b8f;
}

footer address {
	display: block;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5em;
	text-align: left;
}

footer .facebook {
	font-size: 1.5rem;
	color: #8b8b8ffff; 
}

footer .webdesign {
	font-size: 0.8rem; 
	padding-top: 3em;
}

footer ul.navigation-list {
	margin-top: 0.3em;
	float: left;
}
	
footer ul.navigation-list li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.6rem;
}
	
footer ul.navigation-list-inline li a {
		padding: 0.5em 0.4em;
		color: #fff;
	}
	
footer ul.navigation-list-inline li a:hover, ul.navigation-list-inline li a:focus {
		color: #fff;
		padding: 0.5em 0.4em;
	}
	
footer ul.navigation-list-inline li:last-child {
		padding-right: 0;
		margin-right: 1em;
	}

#map_canvas {
	height: 400px;
}

/* nach oben scrollen */

.scrollicon{
	padding-top:10px;
	text-align: center;
	text-decoration:none;
	margin-bottom:0;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#2A4B31;
	opacity:0.7;
	position:fixed;
	bottom:10px;
	right:40px;
	display:none;
	border:1px solid #d8d8d8;
}
.scrollicon a{
	font-weight:bold;
	font-size:24px;
	color:#FFFFFF;
	padding-top:0;
}

.panel.bau a {color: #fff;}

} 

@media only screen and (min-width: 30.063em) {
	
h2.slogan {
	margin: 1.25em;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	font-size: 2rem;
	color: #73737D;
}

h3.slogan {
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	margin: 1.5em 1.5em 1.25em 1.5em;
	color: #73737D;
	font-size: 1.5rem;
	line-height: 2.5rem;
}

h3.menue {
	font-size: 1.75rem;
}

figure.kreis {
	position: absolute;
	left: 45%;
	top: -38px;
	width: 90px;
	height: auto;
}

figure.offer-list-logo {
	float: right;
	width: auto;
	padding-right: 1rem;
}

}

@media only screen and (min-width: 40.063em) {

h1 {
	font-size: 2.75rem;
		
	}
	
h2.font {
	font-size: 1.75rem;
}

h5 {
	font-size: 1.5rem;
}

h2.slogan {
	margin: 0.5em 1em;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	font-size: 1.625rem;
	line-height: 1.5;
	color: #73737D;
}

h3.slogan {
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	margin: 0.5em 1em;
	color: #73737D;
	font-size: 1.125rem;
	line-height: 1.5;
}

figure.kreis {
	position: absolute;
	left: -2.2rem;
	top: 40%;
	width: 70px;
	height: auto;
}

h2.offer-list-headline, h3.menu-list-headline {
	padding: 0.5rem 0;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-align: left;
}

dl {
	background: none;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

dt.product-name {
	text-align: left;
}

dd.product-price {
	text-align: right;
}

dd.product-quantity {
	text-align: left;
}

.fa-star, .fa-cutlery {
	font-size: 3.5rem;
}

footer p, footer h3 {
	font-size: 1.125rem;
	padding-top: 1em;
}

footer ul.navigation-list li {
	font-size: 1.125rem;
}
	
.news-article, .news-article-actual {
	padding: 1rem;
}
	
.news-article-author {
	display: inline;
	font-size: 0.75rem;
}

.news-article h2, .news-article-actual h2 {
	font-size: 1.75rem;
}

.news-article table td, .news-article-actual table td {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;	
	
}


}

@media only screen and (min-width: 50.063em) {
	
figure.right {
	margin: 1em 0 1em 1em;
	text-align: right;
	clear: none;
	float: none;
	width: auto;
}

h2.slogan {
	margin: 1em;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	font-size: 1.75rem;
	line-height: 1.875;
	color: #73737D;
}

h3.slogan {
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	margin: 1em;
	color: #73737D;
	font-size: 1.325rem;
	line-height: 1.5;
}

.fa-star, .fa-cutlery {
	font-size: 2.5rem;
	margin-top: 0;
}

figure.kreis {
	position: absolute;
	left: -2.5rem;
	top: 43%;
	width: 80px;
	height: auto;
}

ul.navigation-list-inline {
	margin-top: 1em;
	float: right;
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	display: inline;
}
	
ul.navigation-list-inline li {
	font-family: 'OpenSansLight', sans-serif;
	font-weight: lighter;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}
	
ul.navigation-list-inline li a {
	padding: 0.5em 0.4em;
	color: #5c5c5e;
	font-weight: 400;
	border: 0;
}
	
ul.navigation-list-inline li a:hover, ul.navigation-list-inline li a:focus {
	background: #c4943d;
	color: #fff;
	padding: 0.5em 0.4em;
}
	
ul.navigation-list-inline li:last-child {
	padding-right: 0;
	margin-right: 1em;
}

.news-article table, .news-article-actual table {
	width: 56%;
}

.news-article-teaser-imageitem.right img {
	width: 300px;
	height: auto;
}

.news-article h2 {
	font-family: 'OpenSansLight', 'PerpetuaTitlingMTLight', sans-serif;
	font-weight: lighter;
	font-size: 2.3125rem;
	color: #73737D;
}

.news-article table td, .news-article-actual table td {
	font-size: 1rem;
	line-height: 1.5rem;

}

.news-article-author, time {
	font-size: 0.875rem;
	color: #87878a;
}

.splitt-columns {
-moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px;
}

}

@media only screen and (min-width: 55.063em) {

h2.slogan {
	margin: 1em;
	font-family: 'OpenSansLight', 'PerpetuaTitlingMTLight', sans-serif;
	font-weight: lighter;
	font-size: 1.9375rem;
	line-height: 2;
	color: #73737D;
}

h3.slogan {
	font-family: 'OpenSansLight', 'PerpetuaTitlingMTLight', sans-serif;
	font-weight: lighter;
	margin: 1em;
	color: #73737D;
	font-size: 1.5rem;
	line-height: 1.75;
}

h2.offer-list-headline, h3.menu-list-headline {
    font-size: 1.75rem;
}	


figure.kreis {
	position: absolute;
	left: -2.7rem;
	top: 43%;
	width: 100px;
	height: auto;
}	

.news-article table, .news-article-actual table {
	width: 54%;
}

.news-article-teaser-imageitem.right img {
	width: 350px;
	height: auto;
}

}

@media only screen and (min-width: 64.063em) {
	
h1 {
	margin-bottom: 0.5em;
	font-size: 3.25rem;
}

h2.font {
	font-size: 2.625rem;
	margin-top: 1.5rem;
	margin-bottom: 0.25em;
}

h5 {
	font-size: 1.625rem;
}

h6 {
	font-size: 1.5625rem;
}

p, li, table tr th, table tr td, dt, dd {
	font-size: 1.125rem;
	line-height: 1.8rem;
	font-weight: 100;
	font-family: 'OpenSansLight', 'PerpetuaTitlingMTLight', sans-serif;
}

h2.slogan {
	margin: 1.25em 1.5em 1em 1.5em;
	font-size: 2.3125rem;
}

h3.slogan {
	margin: 1.5em 2em 0 2em;
	font-size: 1.625rem;
	line-height: 2.6rem;
}

h2.offer-list-headline, h3.menu-list-headline {
    font-size: 1.75rem;
}	

figure.kreis {
	position: absolute;
	left: -3.7rem;
	top: 48%;
	width: 118px;
	height: auto;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
	font-size: 1.1rem;
	line-height: 1.7rem;
}

figure.imageitem.media-image {
	margin-bottom: 2rem;
}

figure.right {
		margin-top: 4em;
}

.news-article table, .news-article-actual table {
	width: 58%;
}

.news-article-teaser-imageitem.right img {
	width: 340px;
	height: auto;
}

#footer .row {
	padding-left: 1em;
}

footer p, footer h3 {
	font-size: 1.25rem;
	padding-top: 1em;
}

footer ul {padding-top: 1rem;}

footer ul.navigation-list li {
	font-size: 1.25rem;
}

}

@media only screen and (min-width: 80.063em) {

h2.offer-list-headline, h3.menu-list-headline {
    font-size: 1.75rem;
}

footer address {
	font-size: 1rem;
}
	
.plz {
	padding-left: 0.6em;
}

.fa-phone, .fa-map-marker, .fa-envelope, .fa-home {
	display: inline;
	padding-right: 0.3em;
	padding-left: 0.8em;
}

} 