/*	Theme Name: NUMA
	Theme URI: http://html5blank.com
	Description: Theme for NUMA Restaurant
	Version: 1.0.0
	Author: CR
	Author URI: http://www.crichter.net
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;*/
	*behavior: url(js/boxsizing.htc); /* IE7 Fix for box-sizing */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Droid','Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#ccc;
/*	background-size: 100% 100%;*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
//	text-decoration:underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


body {
    background-position: center top;
    background-size: 100% auto;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {
    font-family:Numa;
    src:url('fonts/5thgraderbold.eot');
    src:url('fonts/5thgraderbold.ttf') format('truetype');
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.col-main{width:900px;float:left;position:relative;}
.col-main-no-sidebar{width:100%;position:relative;}

/* sidebar */
.sidebar {width:300px;float:right;}

.original {position:absolute;z-index:10000;left:20px;top:150px;-ms-transform: rotate(-20deg); /* IE 9 */
-webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
transform: rotate(-20deg);
}

.cpm-content {color:black}
.cpm-content a{color:#5ca651}
/*------------------------------------*\
    HEADER
\*------------------------------------*/


.header_wrapper {position:relative;}
.header {position:relative;/*min-height:150px;*/height:auto;max-width:1080px;margin:0 auto;}
.header .container {/*background:#fff url(img/tafel.jpg);display:block;*/min-height:150px;}
.header .site-title {font-family:'Numa'; font-size:24px;margin:10px 0;color:#eee;padding:0 10px;    text-shadow: 2px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}
.header .site-description  {font-family:'Numa';color:#eee;font-size:16px;margin:0;font-weight:normal;padding:0 10px;    text-shadow: 2px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}
.header .logo {position:absolute;right:0;top:10px;z-index:500}
.header .logo-img {max-width:180px;}
.header .nav {padding-top:20px;overflow:auto;}

/*------------------------------------*\
    Slideshow
\*------------------------------------*/

.slideshow_wrapper {position:relative;}
.slideshow_wrapper .slides {max-width:1080px;margin:0 auto;}

.slideshow {height:400px;overflow:hidden;position:relative;border-top:3px solid #55984b;border-bottom:3px solid #55984b;width:100%}
.slideshow .wp-post-image {margin-top:-200px;}

.banner_wrapper {position:relative;}
.banner {max-width:1040px;margin:0 auto;background:#333;border-top:3px solid #5ca651}

.banner .wm{text-align:center;}
.banner .wm img {border:0}

/*------------------------------------*\
    Main Content Wrapper
\*------------------------------------*/

.content_wrapper {/*background:#eee;*/position:relative}
.content_wrapper .content {max-width:1080px;margin:0 auto;position:relative;background:#000 url(img/tafel_l.jpg);}

/*------------------------------------*\
    Preis stern
\*------------------------------------*/

.price {
    z-index:1000;
    width:100px;
    height:100px;position:absolute;right:10px;bottom:10px;background:url(img/stern_100px.png);
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    text-align:center;
}

.price span {
    color:#eee;
    font-weight:normal;
    font-size:14px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    width:100px;
}

/*------------------------------------*\
    NAVIGATION => menu.css
\*------------------------------------*/

.main-menu {float:left;background: #55984b;position:relative;bottom:0;
/*background: #705641;
background: -moz-linear-gradient(top,  #705641 0%, #715335 50%, #532f15 51%, #51311a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#705641), color-stop(50%,#715335), color-stop(51%,#532f15), color-stop(100%,#51311a));
background: -webkit-linear-gradient(top,  #705641 0%,#715335 50%,#532f15 51%,#51311a 100%);
background: -o-linear-gradient(top,  #705641 0%,#715335 50%,#532f15 51%,#51311a 100%); 
background: -ms-linear-gradient(top,  #705641 0%,#715335 50%,#532f15 51%,#51311a 100%);
background: linear-gradient(to bottom,  #705641 0%,#715335 50%,#532f15 51%,#51311a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#705641', endColorstr='#51311a',GradientType=0 );
*/

}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
.sidebar {margin:10px 0}
.sidebar .textwidget, .sidebar ol  {padding:10px 20px;color:#fff;/*margin:0 20px*/}
.sidebar h2 {font-family:'Numa';color:#f7f2e7;font-weight:normal;background:url(img/kreide-bg.png);background-size:100% 100%;;padding:10px 20px;}

.sidebar ol {list-style:none;}
.sidebar ol li {padding: 5px;margin:3px 0;}
.sidebar ol li a { }
.sidebar ol li:hover {}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer_wrapper {position:relative;/*background:#eee;*/}
.footer {
	max-width:1080px;margin:0 auto;position:relative;
	padding:20px;
	position:relative;
	color:#000;
	font-size:12px;
}

.footer ul {padding:0;margin:0;}
.footer .footer-widget {float:left;width:25%;position:relative;display:inline-block;padding-left:30px}
.footer .footer-widget ul, .footer .footer-widget ol {padding-left:20px;}
.footer .footer-widget a {color:#000}
.footer .copyright {text-align:center}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-header {
    margin:20px;

}
.page-header h1 {font-family:'Numa';font-size:36px;color:#f7f2e7;text-align:center;}
.page-content, .type-page {padding:20px;margin:20px;position:relative;color:#fff}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/

.areaComments {position:relative;margin:20px;}
.comments, .comment-respond {margin:20px;}
.comment-respond label {display:block;font-weight:bold;}
.comment-respond input[type=submit], .wpcf7-submit {
    border: none;
    padding:		10px 20px !important;
    font-size:		16px !important;
    background-color:	#333;
    color:#ccc;
}

.comments ul, .comments ul.children {list-style:none inside none;padding:0;margin:0}
.comments ul.children .depth-2 {padding:5px;margin-left:20px;}
.comments ul.children .depth-3 {padding:5px;margin-left:30px;}
.comments ul.children .depth-4 {padding:5px;margin-left:40px;}
.comments ul.children .depth-5 {padding:5px;margin-left:50px;}
.comments ul.children .odd {background:#333;}
.comments ul.children .even {background:#555}

/*------------------------------------*\
    MENUE LISTING GERICHTE
\*------------------------------------*/
.menues-header h2 {
    font-family:'Numa';color:#f7f2e7;font-weight:normal;background:url(img/kreide-bg.png);background-size:100% 100%;padding:10px 20px;text-align:center
}
/*.menues-header h1 {
font-family:'Numa';font-size:36px;color:#f7f2e7;text-align:center;
}*/
/* Liste */
.menu-listing .type-gericht {width:50%;float:left;position:relative}
.menu-listing .type-gericht .article {
    display:block;
    width:100%
    height:100%;
    margin:20px;
    padding:10px 20px;
    position:relative;
    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;
    min-height:430px;
}

.menu-listing .type-gericht .wp-post-image {max-width:100%;border:0;}
.menu-listing .type-gericht h2{text-align:center}
.menu-listing .type-gericht h2 a {font-family:'Numa';font-size:16px;color:#ddd;}
.menu-listing .type-gericht h3 {text-align:center;}
.menu-listing .type-gericht h3 a {font-size:14px;color:#ddd;text-align:center;font-weight:normal}
.menu-listing .type-gericht .preis {margin:10px 0;color:#ddd;text-align:center;font-size:14px;position:absolute;bottom:10px;width:90%;font-family: Helvetica}


/*------------------------------------*\
    MENUE LISTING GETRAENKE
\*------------------------------------*/
/*.menues-header {
    background:#5ca651;
    margin:20px;
    border: 1px solid #ccc;
}

.menues-header h1 {
font-family:'Numa';font-size:36px;color:#f7f2e7;text-align:center;
}*/
/* Liste */
.menu-listing .type-getraenk {width:100%;position:relative}
.menu-listing .type-getraenk .article {
    background:#333;
    display:block;
    width:100%
    height:100%;
    margin:20px;
    padding:10px 20px;
    position:relative;
    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;

}

.menu-listing .type-getraenk .wp-post-image {max-width:75px;float:left;border:0;margin-right:20px;}
.menu-listing .type-getraenk h2 {font-family:'Numa';font-size:16px;color:#ddd;margin:0;}
.menu-listing .type-getraenk p {font-size:14px;color:#ddd;font-weight:normal;margin:0}
.menu-listing .type-getraenk .content {float:left;background:none !important}
.menu-listing .type-getraenk .preis {color:#ddd;float:right;font-size:16px;text-align:right;font-family:Helvetica}


/* Liste */
.menu-listing .type-specials {width:50%;float:left;position:relative;}
.menu-listing .type-specials .article {
    background:#333;
    display:block;
    width:100%
    height:100%;
    margin:20px;
    padding:10px 20px;
    position:relative;
    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;
    min-height:430px
}

.menu-listing .type-specials .wp-post-image {max-width:100%;border:0;}
.menu-listing .type-specials h2{text-align:center;min-height:70px}
.menu-listing .type-specials h2 a {font-family:'Numa';font-size:16px;color:#ddd;}
.menu-listing .type-specials h3 {text-align:center;}
.menu-listing .type-specials h3 a {font-size:14px;color:#ddd;text-align:center;font-weight:normal}
.menu-listing .type-specials .preis {margin:10px 0;color:#ddd;text-align:center;font-size:14px;font-family:Helvetica}

/*------------------------------------*\
    SINGLE POST GERICHTE
\*------------------------------------*/

.single-post .type-gericht {
    margin:20px;
    padding:20px;
    position:relative;
}
.single-post .type-gericht .post-image {float:left;margin-right:20px;}
.single-post .type-gericht .wp-post-image {width:350px;border:1px solid #d5b574;padding:5px;}
.single-post .type-gericht h2{text-align:center}
.single-post .type-gericht h2 a {font-family:'Numa';font-size:24px;color:#5ca651;}
.single-post .type-gericht h3, .preis{text-align:center;}
.single-post .type-gericht h3 a, .preis {font-family:'Numa';font-size:20px;color:#555;text-align:center;font-weight:normal}
.single-post .type-gericht .preis {position:absolute;bottom:20px;right:20px;/*margin:10px*/ 0;color:#5ca651;}
.single-post .type-gericht ul {list-style-position:inside}


/*------------------------------------*\
    STICKY HOME
\*------------------------------------*/

.home-listing .sticky h3 {display:block;font-family:'Numa';font-weight:normal}
.home-listing .sticky h3 a {color:#ddd;}
.home-listing .sticky .wp-post-image {background:#333;padding:10px;float:left;margin-right:10px;}
.home-listing .sticky .view-article {text-align:right}
.home-listing .sticky {
    margin:10px;color:#ddd;
    background: url("img/tafel.jpg") repeat scroll 0 0 #333333;
    box-shadow: 2px 2px 2px 2px #222222;
    padding:10px !important;
    min-height:200px;
    position:relative;
}

/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
.single-post .post {
    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;

}
.single-post .type-post {padding:20px;margin:20px;position:relative;color:#ccc;color:#fff}
.single-post .type-post .post-image {float:right;margin-left:20px;margin-bottom:20px}
.single-post .type-post .wp-post-image {width:250px;padding:5px;}

.home-listing .post  {position:relative;}
.home-listing .post .article {
    display:block;
/*    height:100%;*/
    padding:10px 20px;
    position:relative;
    margin:0 20px;
}

.home-listing .article {
    min-height:200px !important;
}
/*------------------------------------*\
    SINGLE POST TAGESANGEBOTE
\*------------------------------------*/

.single-post .type-tagesangebote {
    margin:20px;
    padding:20px;
    position:relative;
    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;
}
.single-post .type-tagesangebote .post-image {float:left;margin-right:20px;}
.single-post .type-tagesangebote .wp-post-image {width:250px;padding:10px;background:#333}
.single-post .type-tagesangebote .post-content {font-family:'Numa';color:#eee;text-align:center;font-size:20px;}
/*.single-post .type-tagesangebote h2{text-align:center}
.single-post .type-tagesangebote h2 a {font-family:'Numa';font-size:24px;color:#5ca651;}*/
.single-post .type-tagesangebote h3, .preis{text-align:center;}
.single-post .type-tagesangebote h3 a, .preis {font-family:'Numa';font-size:20px;color:#555;text-align:center;font-weight:normal}
.single-post .type-tagesangebote .preis {color:#ccc;text-align:center;font-size:16px;font-family:Helvetica}
.single-post .type-tagesangebote ul {list-style-position:inside}

/*------------------------------------*\
    SINGLE POST SPECIALS
\*------------------------------------*/

.single-post .type-specials {
    margin:20px;
    padding:20px;
    position:relative;
}
.single-post .type-specials .post-image {float:left;margin-right:20px;}
.single-post .type-specials .wp-post-image {width:350px;border:1px solid #d5b574;padding:5px;}
.single-post .type-specials h2{text-align:center}
.single-post .type-specials h2 a {font-family:'Numa';font-size:24px;color:#5ca651;}
.single-post .type-specials h3, .preis{text-align:center;}
.single-post .type-specials h3 a, .preis {font-family:'Numa';font-size:20px;color:#555;text-align:center;font-weight:normal}
.single-post .type-specials .preis {position:absolute;bottom:20px;right:20px;/*margin:20px 0*/;color:#5ca651;}
.single-post .type-specials ul {list-style-position:inside}

/*------------------------------------*\
    HOME LISTING GERICHTE
\*------------------------------------*/

/*.home-listing .type-gericht {width:25%;position:relative;float:left;}
.home-listing .type-gericht .article {
    background:#f7f2e7;
    border: 1px solid #d5b574;
    display:block;
    margin:20px; 
    padding:20px;
    position:relative;
}
.home-listing .type-gericht .wp-post-image {max-width:100%;border:0;padding-bottom:20px}
.home-listing .type-gericht h2 {border-bottom: 1px solid #d5b574;border-top: 1px solid #d5b574;text-align:center;padding:0;margin:0;background:#e5d5b3;position:absolute;left:0;bottom:5px;width:100%;}
.home-listing .type-gericht h2 a {font-size:14px;color:#9b7930;font-weight:normal;}
.home-listing .type-gericht .vegan img, .home-listing .type-gericht .vegi img {max-width:75px;z-index:999;position:absolute;top:0;left:0;}

.home-listing .viewAll {text-align:center;padding:20px}
.home-listing .viewAll a {padding:10px;background:#5ca651;color:#f7f2e7;font-family:'Numa';font-size:16px}
.home-listing .viewAll a:hover {background:#5ca651;color:#f7f2e7;border:1px solid #5ca651}*/

.home-listing .type-gericht h3 {display:block;}
.home-listing .type-gericht h3 a {color:#ccc;}
/*.home-listing .type-gericht .wp-post-image {background:#555;padding:10px;float:left;margin-right:10px;}*/

.home-listing .type-gericht .view-article {text-align:right}
.home-listing .type-gericht {margin:10px;position:relative;min-height:190px;color:#ccc;width:100%}

.home-listing .price {bottom:0 !important;right:0 !important}

/*------------------------------------*\
    CONTENT SLIDER SPECIALS HOME
\*------------------------------------*/

.home-listing .type-specials {width:100% !important;position:relative;}
.home-listing .type-specials .article  {
    background:#f7f2e7;
    border: 1px solid #d5b574;
    display:block;
    padding:20px;
    position:relative;
    width:100% !important;
}
.home-listing .type-specials .article img {width:100% !important;}
.home-listing .type-specials .banner {padding:5px 20px;background:#FFF;opacity:.8;position:absolute;bottom:30px;width:100%;left:0;z-index:1000;border-top:1px solid #d5b574;border-bottom:1px solid #d5b574}
.home-listing .type-specials .preis{color:#5ca651;text-align:right;display:block;}
.home-listing .type-specials h3 {font-family:'Numa';font-size:18px;color:#5ca651;padding:0;margin:0;line-height:1.3em;}

.home-listing .type-specials .vegan img, .home-listing .type-specials .vegi img {max-width:100px;z-index:999}
/*------------------------------------*\
    EXTRAS
\*------------------------------------*/

.menu-listing .type-extras {width:33%;float:left;position:relative}
.menu-listing .type-extras .article {
    display:block;
    margin:20px;
    padding:10px 20px;
    position:relative;
    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;

}
.menu-listing .type-extras h2 {font-family:'Numa';font-size:20px;color:#ddd;text-align:center}
.menu-listing .type-extras h3 {font-family:'Numa';font-size:16px;color:#ddd;text-align:center;font-weight:normal}
.menu-listing .type-extras .preis {margin:10px 0;color:#ddd;text-align:center;font-size:14px;font-family:Helvetica}

/*------------------------------------*\
    KINDERGERICHT
\*------------------------------------*/

.menu-listing .type-kindergericht {width:100%;position:relative}
.menu-listing .type-kindergericht .article {
    display:block;
    margin:20px;
    padding:10px 20px;
    position:relative;                    
    background:#333 url(img/tafel.jpg);   
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;     
                                          
}                                         
.menu-listing .type-kindergericht h2 {font-family:'Numa';font-size:20px;color:#ddd;text-align:center}
.menu-listing .type-kindergericht h3 {font-family:'Numa';font-size:16px;color:#ddd;text-align:center;font-weight:normal}
.menu-listing .type-kindergericht .preis {margin:10px 0;color:#ddd;text-align:center;font-size:16px}


/*------------------------------------*\
    TAGESANGEBOTE
\*------------------------------------*/
.daily-header h2 {
    font-family:'Numa';color:#f7f2e7;font-weight:normal;background:url(img/kreide-bg.png);background-size:100% 100%;padding:10px 20px;text-align:center
}

.daily-header h3 {
font-size:14px;color:#f7f2e7;text-align:center
}

.menu-listing .type-tagesangebote {width:50%;float:left;position:relative}
.menu-listing .type-tagesangebote .article {
    background:#333;
/*    background-size: 100% 100%;*/
    dispaly:block;
    height:220px;
    margin:20px;
    padding:10px 20px;
    position:relative;
    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;

}

.menu-listing .type-tagesangebote h2 {font-family:'Numa';font-size:20px;color:#ddd;text-align:center}
.menu-listing .type-tagesangebote h1 {/*font-family:'Numa';*/font-size:16px;color:#ddd;text-align:center;font-weight:normal;}
.menu-listing .type-tagesangebote h1 a{color:#ddd}
.menu-listing .type-tagesangebote .preis {margin-top:20px;color:#ddd;font-size:14px;font-family:Helvetica}
.menu-listing .type-tagesangebote .vegan img, .menu-listing .type-tagesangebote .vegi img {max-width:75px;z-index:999}

/*------------------------------------*\
    TAGESANGEBOT HOME
\*------------------------------------*/


.home-listing .type-tagesangebote {position:relative;margin:10px; }
.home-listing .type-tagesangebote .article {
    text-align:center;
    margin:10px;color:#ccc;
    background: url("img/tafel.jpg") repeat scroll 0 0 #333333;
    box-shadow: 2px 2px 2px 2px #222222;
    padding:10px !important;
    min-height:200px;
    position:relative;

}
.home-listing .viewAll {background:#333;padding:10px;margin:0 auto;width:200px;text-align:center}
.home-listing .type-tagesangebote h3 {color:#ddd;font-family:'Numa';font-weight:normal;padding-top:40px}
.home-listing .type-tagesangebote h4 {font-size:14px;color:#ddd;/*text-align:center;*/font-weight:normal}
.home-listing .type-tagesangebote .vegan img, .home-listing .type-tagesangebote .vegi img {max-width:75px;z-index:999;}
.home-listing .type-tagesangebote .preis {color:#ddd;font-size:14px;font-family:Helvetica}

.today {position:absolute;right:-20px;top:-60px;z-index:1000;}
.today img{width:100px;z-index:1000;}

/*------------------------------------*\
    SLIDER HOME
\*------------------------------------*/


.homeSlider {    
    background:#f7f2e7;
    border: 1px solid #d5b574;
    padding:20px;
    position:relative;
}
.homeSlider .next, .homeSlider .prev, .homeSlider .caption {background-color:#5ca651}
.homeSlider .caption {text-align:right}

/* pager */
.cycle-pager { 
    text-align: right; width: 100%; z-index: 500; position: absolute;top:0px;padding: 0 30px;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #fff; cursor: pointer; 
    text-shadow: 2px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}
.cycle-pager span.cycle-pager-active { color: #5ca651}
.cycle-pager > * { cursor: pointer;}

/*------------------------------------*\
    SLIDER PAGE
\*------------------------------------*/

.pageSlider  .next, .pageSlider .prev, .pageSlider  .caption {background-color:#5ca651}
.pageSlider  .caption {text-align:right}

.metaslider {margin:20px 0 !important}

.category-header {
    background:url(img/kreide-bg.png);background-size: 100% 100%;
    margin:20px;
}
.category-header ul {list-style:none;}
.category-header ul li a {color:#fff}
.category-header h2 {font-family:'Numa';color:#f7f2e7;text-align:center;}
.category-header h2 a{font-family:'Numa';color:#f7f2e7;text-align:center;}


.listing .post h3 {font-family:'Numa';font-size:18px}
.listing .post {margin:20px;position:relative;color:#fff;background:#222 url(img/tafel.jpg);padding:10px;-webkit-box-shadow: 2px 2px 2px 2px #222;box-shadow: 2px 2px 2px 2px #222;}
.listing .post .view-article {float:right;margin-top:30px}


.post-content .preis {text-align:right}

.category .post .wp-post-image {width:150px;float:left;margin-right:20px;padding:5px;}


/*------------------------------------*\
    MISC
\*------------------------------------*/

.navigation {
    margin:20px;
    padding:15px 15px 0;
    position:relative;
    color:#5ca651;
}

.navigation a {font:14px 'Numa'}

.pagination {
    background:#333;
    margin:20px;
    padding:10px 20px;
    position:relative;
    color:#fff;
}

.pagination .current {font-weight:bold}

.comment /*, .post-ratings, .martiniboy_social_list*/ {margin:0 20px}

.post-ratings {text-align:right}

.post-edit-link {position:absolute;top:5px;right:5px;}

.vegan, .vegi {position:absolute;left:0;top:0;z-index:999}
.vegan img, .vegi img {max-width:100px;z-index:999}

.areaLeft {width:50%;float:left;padding:10px 20px;position:relative;}
.areaRight {width:50%;float:right;padding:10px 20px;position:relative;}
.areaHome {position:relative;}

.box {/*border:1px solid #eee;*/min-height:250px;margin-top:0px;padding:10px;}
.box h2, .box h2 a {color:#eee;font-family:'Numa';margin:0 !important;padding:10px 5px;font-weight:normal;}
.box h2 {background:url(img/kreide-bg.png);text-align:center;background-size: 100% 100%;}

.contentSlider {list-style:none inside none;padding:0;margin:0}
.contentSlider li {display:block;width:100%}

.meta {font-size:12px;line-height:1em;padding-top:20px;/*    background:#333 url(img/tafel.jpg);
    -webkit-box-shadow: 2px 2px 2px 2px #222;
    box-shadow: 2px 2px 2px 2px #222;*/
}

.tafel {background:url(img/tafel_l.jpg)}

.glutenfree {
    text-align:center;
    margin-bottom:40px;
    -ms-transform: rotate(10deg); /* IE 9 */    
    -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */    
    transform: rotate(10deg);
}

.fb-like-box {background:#fff;}

.buttons {position:absolute;top: 10px;right:10px}
.buttons img {width:75px !important; position:relative !important;display:inline !important}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) and (max-width:479px){
    .header, .footer, .content, .slides, .banner {max-width:320px !important;}
    .header .logo-img {max-width:150px;}
    .slideshow {height:200px !important;}

    .main-menu {display:none}

    .col-main{width:320px;position:relative;}
    .sidebar {display:none}
    .footer .footer-widget {float:none;width:100%;min-height:50px;}

    .menu-listing .type-gericht {float:none;width:100%}
    .menu-listing .type-gericht .article {height:auto !important; min-height:100px !important;}
    .menu-listing .type-gericht .preis {position:relative !important;width:100% !important;margin-top:20px !important;}


    .menu-listing .type-specials {float:none;width:100%}
    .menu-listing .type-specials .article {height:auto;}

    .menu-listing .type-extras {float:none;width:100%}
    .menu-listing .type-extras .article {height:auto;}
    .menu-listing .type-tagesangebote {float:none;width:100%}
    .menu-listing .type-tagesangebote .article {height:auto;}
    .home-listing .type-gericht {width:100%;position:relative;float:none;}

    .areaLeft {width:100%;float:none;padding:20px;}
    .areaRight {width:100%;float:none;padding:20px;}

    .header .site-title {font-size:24px;z-index:100 !important;}
    .header .site-description {font-size:14px;z-index:100 !important;}
    .header .logo{float:none;text-align:center}
    .header .logo-img {display:none;}
    .header .branding {float:none;margin:10px 0;text-align:center}
    .header .main-menu li a {font-size:12px;padding:5px 10px}
    .comment-respond input, .comment-respond textarea {max-width:200px}

    .single-post .type-gericht .post-image {float:none;width:100%}
    .single-post .type-gericht .wp-post-image {max-width:100%;}
    .single-post .type-gericht .preis {position:relative;}

    .single-post .type-specials .post-image {float:none;width:100%}
    .single-post .type-specials .wp-post-image {width:100%;}
    .single-post .type-specials .preis {position:relative;}

    .single-post .type-post .post-image {float:none;width:100%;margin:0}
    .single-post .type-post .wp-post-image {width:100%;}


    .pageSlider {max-width:100%;float:none;}
    .pageSlider img {max-width:100%}

    .cycle-overlay {font-size:10px !important;}

/*    .original img {width:100px;z-index:0 !important;}
    .original {top:30px;left:5px;z-index:0 !important;}
*/
    .original {display:none}
    .slideshow .wp-post-image {margin-top:0 !important;}

    .price {background-size:50px 50px;background-repeat:no-repeat;background-position:center center;width:50px;height:50px}
    .price span {font-size:12px;height:50px}
    .vegan, .vegi {width:50px;height:50px}

    .buttons {position:absolute;top: 5px;right:5px}
    .buttons img {width:50px !important; position:relative !important;display:inline !important}
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .header, .footer, .content, .slides, .banner {max-width:460px !important;}
    .header .logo-img {max-width:150px;}

    .main-menu {display:none}

    .cycle-overlay {font-size:14px !important;}
    .slideshow {height:300px !important;}

    .col-main{width:460px;position:relative;}
    .sidebar {display:none}
    .footer .footer-widget {float:left;width:50%}

    .menu-listing .type-gericht {float:none;width:100%}
    .menu-listing .type-gericht h2 {z-index:1000}
    .menu-listing .type-gericht .article {height:auto !important;min-height:100px !important;}
    .menu-listing .type-gericht .preis {position:relative !important;width:100% !important;margin-top:20px !important ;}



    .menu-listing .type-specials {float:none;width:100%}
    .menu-listing .type-specials .article {height:auto;}

    .menu-listing .type-extras {float:left;width:50%}
    .menu-listing .type-extras .article {height:auto;}

    .menu-listing .type-tagesangebote {float:none;width:100%}
    .menu-listing .type-tagesangebote .article {height:auto;}

    .home-listing .type-gericht {width:100%;position:relative;float:none}

    .areaLeft {width:100%;float:none;padding:20px;}
    .areaRight {width:100%;float:none;padding:20px;}

    .header .site-title {font-size:30px;}
    .header .site-description {font-size:14px;}
    .header .logo{float:none;text-align:center}
    .header .logo-img {display:none;}
    .header .branding {float:none;margin:10px 0;text-align:center}
    .header .main-menu li {}
    .header .main-menu li a {font-size:12px;padding:5px 10px}


    .single-post .type-gericht .post-image {float:none;width:100%}
    .single-post .type-gericht .wp-post-image {width:100%;}
    .single-post .type-specials .preis {position:relative;}
    .single-post .type-specials .post-image {float:none;width:100%}
    .single-post .type-specials .wp-post-image {width:100%;}

    .single-post .type-post .post-image {float:none;width:100%;;margin:0}
    .single-post .type-post .wp-post-image {width:100%;}


    .single-post .type-gericht .preis {position:relative;}

    .pageSlider {max-width:100%;float:none;}
    .pageSlider img {max-width:100%}
    .slideshow .wp-post-image {margin-top:0 !important;}

    .original {display:none}

    .price {background-size:75px 75px;background-repeat:no-repeat;background-position:center center;width:75px;height:75px}
    .price span {font-size:12px;height:75px}

    .buttons {position:absolute;top: 5px;right:5px}
    .buttons img {width:50px !important; position:relative !important;display:inline !important}

    .vegan, .vegi {width:75px;height:75px}

}
@media only screen and (min-width:768px) and (max-width:1023px)  {

    .header, .footer, .content, .slides, .banner {max-width:748px !important;}
    .header .logo-img {max-width:150px;}

    .slideshow {height:300px;}

    .col-main{width:518px;}
    .sidebar {width:230px;}

    .menu-listing .type-gericht {float:none;width:100%}
    .menu-listing .type-gericht .article {height:auto !important;min-height:100px !important;}
    .menu-listing .type-gericht .preis {position:relative !important;width:100% !important;margin-top:20px !important ;}


    .menu-listing .type-specials {float:none;width:100%}
    .menu-listing .type-specials .article {height:auto;}

    .menu-listing .type-extras {float:left;width:50%}
    .menu-listing .type-extras .article {height:auto;}

    .menu-listing .type-tagesangebote {float:none;width:100%}
    .menu-listing .type-tagesangebote .article {height:auto;}

    .menu-listing .type-tagesangebote h2 {font-size:18px;}
    .menu-listing .type-tagesangebote h1 {font-size:14px;line-height:1em}


    .home-listing .type-gericht {width:100%;position:relative;float:none;}

    .single-post .type-gericht .post-image {float:none;width:100%}
    .single-post .type-gericht .wp-post-image {width:100%;}

    .single-post .type-specials .post-image {float:none;width:100%}
    .single-post .type-specials .wp-post-image {width:100%;}
    .single-post .type-specials .preis {position:relative;}

/*    .single-post .type-post .post-image {float:none;width:100%}*/
    .single-post .type-post .wp-post-image {width:150px;}


    .areaLeft {width:100%;float:none;padding:20px;}
    .areaRight {width:100%;float:none;padding:20px;}


/*    .header .site-title {font-size:34px;}
    .header .site-description {font-size:16px;}
    .header .logo-img{max-width:200px}
*/
    .header .main-menu li {}
    .header .main-menu li a {font-size:12px;padding:5px 10px}

    .single-post .type-gericht .preis {position:relative;}

    .pageSlider {max-width:100%;float:none;}
    .pageSlider img {max-width:100%}
    .original img {width:150px;}
    .original {top:130px}
}
@media only screen and (min-width:1024px) and (max-width:1139px)  {
    .header, .footer, .content, .slides, .banner {max-width:1000px !important;}
    .col-main{width:760px;}
    .sidebar {width:240px;}

/*    .menu-listing .type-gericht .article {height:430px;}*/

    .menu-listing .type-tagesangebote .article {height:200px;}

    .menu-listing .type-tagesangebote h2 {font-size:18px;}
    .menu-listing .type-tagesangebote h1 {font-size:14px;line-height:1.3em}


    .pageSlider {max-width:300px;}
    .pageSlider img {max-width:300px}


}
@media only screen and (min-width:1140px) and (max-width:1279px)  {
    .header, .footer, .content, .slides, .banner {max-width:1100px !important;}
    .col-main{width:860px;}
    .sidebar {width:240px;}

    .menu-listing .type-gericht .article {height:450px;}

    .menu-listing .type-tagesangebote {height:240px;}

}
@media only screen and (min-width:1280px){
    .header, .footer, .content, .slides, .banner  {max-width:1040px !important}
    .col-main{width:800px;}
    .sidebar {width:240px;}

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#f7f2e7;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#f7f2e7;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#f7f2e7;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#ffffff;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	margin-top:5px;
//	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.pageSlider {float:right;    background:#333;
    margin-left:20px;
    margin-bottom:20px;
    padding:20px;
    position:relative;
}

.enlarge {
    background: url("img/ansehen.png") no-repeat scroll center center #f7f2e7;
    display: block;
}

.view-article {display:block;margin:5px 0}


.buttonsHome {text-align:center;margin:20px 0}
.buttonsHome .title {margin:10px 0}
.buttonsHome img{width:100px;margin:5px;display:inline}