@font-face {
	font-family: 'call us';
	src: url('../font/call-us.eot');
	src: url('../font/call-us.eot?#iefix') format('embedded-opentype'), url('../font/call-us.woff') format('woff'), url('../font/call-us.ttf') format('truetype'), url('../font/call-us.svg#call-us') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('../font/oswald/Oswald-ExtraLight.ttf');
}
[class*='mim-']:before{
	display: inline-block;
	font-family: 'call us';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#pizza-wrapper{
	position: relative;
}

.navbar {
  margin-bottom: 0px !important;
}

.navbar-pizza{
	background: gray;
	color: #fff;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
}
.navbar-pizza ul > li > a{
	position: relative;
	color: #fff;
	z-index: 999;
}
.navbar-pizza ul > li > ul > li > a{
	color: #333 !important;
}
.navbar-pizza ul > li > ul > li > a:hover{
	color: #fff !important;
}
.navbar-pizza ul{
	list-style: none; 
	display: inline-block; 
	margin-top: 10px;
}
.navbar-pizza ul .dropdown-menu{
	/* background: #eb2a32;  */
	/* background: #FF761F;  */
	display: none;
}
.navbar-pizza ul li{
	display: inline-block; 
	margin-left: 10px;
}
.navbar-pizza ul > li:hover > a,
.navbar-pizza ul > li:focus > a{
	color:#333;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.navbar-pizza ul .dropdown-menu li{
	width: 100%;
	margin:3px 0 0;
	padding: 3px; 
}
.navbar-pizza ul .dropdown-menu li > a:hover,
.navbar-pizza ul .dropdown-menu li > a:focus{
	background: transparent;
	color: #fff;
}
.navbar-pizza ul .dropdown-menu li:hover{
	background: #333;
	width: 100%;
}
.navbar-pizza li:hover > a.pizza-social,
.navbar-pizza li:focus > a.pizza-social{
	border: 1px solid #333;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.navbar-pizza ul.pull-left{
	padding:0; 
}
.mim-call-us:before{
	content:'\e900';
	font-size:1.3em;
	padding: 0 7px;
}
.pizza-social{
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align:center;
	vertical-align: middle;
	display: block;
}
.pizza-social .fa {
	line-height: 1.6;
}
.header-kasse-icon{
	display: none !important;
	width: 24px;
	height: 24px;
	text-align:center;
	vertical-align: middle;
	display: block;
}
.header-bg-fixed {
	position: relative;
	height: 200px;
	/* background: url(http://pusulamedia.ch/wp-content/uploads/2017/06/pizbg7.jpg) no-repeat center 0px; */
	background: url("../image/fixed-header-bg.jpg") no-repeat center 0px;
	background-size: 100%;
	background-attachment: fixed;
}

.navbar-hidden-lg.navbar-collapse,.collapse.in{
	display: none !important;
}
.bootstrap-datetimepicker-widget > ul > li.collapse.in {
	display: block !important;
}
.navbar-hidden-lg.navbar-collapse li {
	font-size: 0.7em;
}
.header-kasse-icon .fa {
	font-size: 22px;
	line-height: 1.6;
}
.kasse-count-icon {
	height: 18px;
	width: 18px;
	min-width: 18px;
	line-height: 18px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #5BC0DE;
	position: absolute;
	left: 13px;
	top: 1px;
}
.navbar-pizza .nav > li > a:hover, 
.navbar-pizza .nav > li > a:focus {
	background: transparent;
}
.pizza-slider{
	position: relative;
}
#header-block{
	background-color:  #000000;
	position: relative;	
	z-index: 1;
	width: 100%;
}

.header-logo img {
	max-height: 85px;
}

#main-menu ul > li > a{
	/* font-family:'Signika Negative', sans-serif; */
	text-transform: lowercase; 
	color:#ddd;
	font-size: 1.4em;
}
#main-menu .nav > li > a:hover,
#main-menu .nav > li > a:focus{
	background: transparent;
	/* color:#eb2a32; */
	color:#FF761F;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
#main-menu .dropdown-menu{
	/* background: #eb2a32; */
	background: #FF761F;
}
#main-menu .dropdown-menu a{
	color: #fff;
	font-size: .9em;
}
#main-menu .dropdown-menu li{
	padding: 3px 5px;
}
#main-menu .dropdown-menu li:hover{
	background: #333;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
#main-menu .dropdown-menu li:hover > a{
	color:#fff;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
#main-menu .dropdown-menu li > a:hover{
	background: transparent;
}
.btn-primary{
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000000;
    background-image: linear-gradient(to bottom, #000, #000);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]{
	background: #eb2a32;
	border-color:#bd362f;
}
/*.non-slider{
	padding-bottom: 110px;
    background: #303030;
    margin-bottom: 30px;
}*/
.cat-blok{
	position: relative;
	margin:13px 0;
}
.order-man{
	position: absolute;
	bottom: 0;
	left: -133px;
}
.cat-menu-blok .list-group{
	padding:20px;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}
.cat-menu-blok .list-group a{
	padding: 8px 0 !important;
	color: #333;
	border: none;
}
.cat-menu-blok .list-group a:hover{
	color: #eb2a32;
}
.cat-menu-blok .list-group .product-options{
	padding-left: 10px;
}
.cat-menu-blok .list-group .product-options .fa{
	font-size: 9px;
}
.cat-menu-blok .list-group .list-group-item{
	/* font-family:'Signika Negative', sans-serif; */
	border:none;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #dedede;
	margin: 0 0 0 20px;
	padding: 8px 0 7px 12px !important;
}
.cat-menu-blok .left-basket{
	margin:30px 0 0 20px;
}
.cat-menu-blok #cart .pizza-buton{
    display: block;
    text-align: center;
	background: #ddd;
    border: 1px solid #ccc;
}
.cat-menu-blok #cart .pizza-buton:hover{
	background: #333;
	border: 1px solid #222;
	color: #ddd;
	text-shadow:none;
}
.cat-menu-blok #cart .pizza-buton .fa{
	margin-left: 6px;
}
.row.equal{
		display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal.container:before,
.equal.container:after,
.row.equal:before,
.row.equal:after {
   display: inline; 
}
.product-layout{
	padding-left:5px;
	padding-right:5px;
}
.product-layout .product-thumb:hover{
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: translate3d(0, -3px, 0);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate3d(0, -3px, 0);
    transition: all 300ms;
    z-index: 100;
}
/*.product-cart-title {
	height: 80px;
}*/
.product-thumb h4{
	font-family:'Signika Negative', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 15px;
	height: 30px;
}
.product-thumb .caption{
	padding: 0;
}
.product-thumb .product-desc{
	overflow: hidden;
	margin:10px 0px;
	padding:5px;
	text-align: center;
	background: #ebecec;
	font-size: .85em;
	height: 82px;

}
.product-thumb .price{
	font-weight: bold;
	font-size: 12px;
	color: #303030;
	padding: 5px 5px 0;
}
.product-thumb .price-old{
	font-size: 14px;
}
.options-block{
	text-align: center;
	margin:5px 5px 0 5px;
}
.options-block .radio-check{
	position: relative;
}
.options-block .radio-check .opt-name, .options-block .radio-check .opt-size{
	display: block;
	text-align: center;
	margin: 0 3px;
	padding: 0;
	line-height: 1.2em;
}
.options-block .radio-check .opt-name{
	font-size: .7em;
}
.options-block .radio-check input[type="radio"]{
    display: none;
}
.options-block .radio-check .radiobg{
	display: block;
	width: 20px;
	height: 20px;
    border:1px solid #acacac;
    border-radius: 3px;
    margin:5px 10px;
}
.options-block .radio-check input[type="radio"]:checked ~ .radiobg{
	border:1px solid #444;
}
.options-block .radio-check input[type="radio"]:checked ~ .radiobg:before{
	font:normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	font-size: 16px;
	margin:2px; 

}
.options-block .pizza-select{
	margin-top: 7px;
	margin-right: 5px;
	width: 120px;
}
.buton {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin:0 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 30px;
    font-size: 16px;
}
.buton .btn-primary {
	border-top: none;
	border-left: none;
	border-right: none;
	/* border-bottom: 3px solid #81241f; */
	padding:3px 34px 0px 7px;
	font-size: 11px;
}
.buton .btn-primary .cart-icon{
	color:#e31e24;
	background: #f0f2f6;
	position: absolute;
	right: -7px;
	top: 0;
	border-bottom: 5px solid #ccd8e9;
}
.buton .btn-primary:hover .cart-icon{
	background: #fcfcfc;
}
.buton .btn-primary .cart-icon i{
	margin:8px 13px 0px 5px;
}
.quantity{
	margin-left: 5px;
	text-align: center;
}
.quantity .form-control{
	width: 30px;
    height: 28px;
    padding: 8px;
    margin: 15px 5px 0;
    text-align: center;
    border-radius: 0;
}
.qtyx{
	position: relative;
    top: -25px;
    right: -10px;
    text-transform: uppercase;
    color: red;
}
.breadcrumb{
	background: transparent;
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
	border-bottom:1px solid #dedede;
}
.breadcrumb a:hover{
	color: #333;
}
.left-cart{
	list-style: none;
	padding:0; 
}
.left-cart > li > .table > tbody > tr > td{
	padding:8px 6px;
	font-size: .8em;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus{
	outline:none;
}

.btn-primary.active.focus:before, 
.open > .dropdown-toggle.btn-primary:focus:before, 
.btn-primary:active:hover,
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary:active.focus, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus{
	background-color:#303030;
}
.btn-primary:active:hover:before,
.btn-primary.active:hover:before, 
.open > .dropdown-toggle.btn-primary:hover:before, 
.btn-primary:active:focus:before, 
.btn-primary.active:focus:before, 
.btn-primary:active.focus:before, 
.open > .dropdown-toggle.btn-primary.focus:before{
	border-left: 26px solid #303030;
}
.cart-href > a{
	border:none !important;
	color: #eb2a32 !important;
}
.cart-href > a:hover{
	background: transparent;
}
.cart-angebot-wrapper {
	height: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.cart-angebot-image{
	position: absolute;
	max-width: 100px;
}
.cart-angebot-weinkarte {
	height: 70px;
}
.cart-angebot-weinkarte .cart-angebot-image{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100px;
}
.cart-angebot-image img{
	height: 100px;
}
.cart-angebot-pizza .cart-angebot-link{
	background-color: #EE2F34;
	float: right;
	font-size: 14px;
	height: 85px;
	margin-top: 8px;
	padding: 15px 10px 0 70px;
	width: calc(100% - 50px);
}
.cart-angebot-weinkarte .cart-angebot-link{
	background-color: #EE2F34;
	float: right;
	font-size: 14px;
	height: 70px;
	margin-top: 8px;
	padding: 15px 10px 10px 120px;
	width: 100%;
}
.cart-angebot-link a {
	color: white;
}
.qty{
	float: left;
	font-size: 1.3em;
	margin-right:15px;
}
.custom-header-block{
	/*background: url('../image/custom-head-bg.png') 15px top no-repeat;*/
	width: 100% !important;
	position: relative;
	padding:10px;
}
.custom-header-block2{
	width: 100% !important;
	position: relative;
	padding:10px;
}
.custom-header-content{
	width: 100%;
	border:1px solid #dedede;
	position: relative;
	top:-12px;
	padding:10px;
	min-height: 145px;
}
.custom-header-content2{
	background: url('../image/custom-head-bg2.png') 1px 1px no-repeat;
	width: 100%;
	border:1px solid #dedede;
	position: relative;
	top: -10px;
	padding:10px;
	min-height: 145px;
}

.custom-pizza-button{
	font-size: 1.3em;
}
.custom-pizza-button .btn-primary{
	padding:12px 60px 11px 30px; 
	font-size: 15px;
}
.custom-pizza-button .btn-primary .cart-icon i{
	margin:16px 23px 13px 16px;
}
.custom-pizza-size{
	margin-right: 15px;
}
.custom-pizza-size .radio{
	display: inline-block;
}
label.quantity{
	display: inline-flex;
}
label.quantity span{
	margin-right: 10px;
}
.custom-pizza-size .radio input[type="radio"]{
	display: none;
}
.pzz-size span{
	display: block;
}
.extra-materials h3{
	margin-left: 10px;
}
.extra-materials .checkbox{
	display: inline-table;
    margin: 5px 10px;
    min-width: 30%; 
}
.custom-title-block{
	margin-left: 250px;
}
.opt-imgs{
	margin-top:30px;
}
.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
	position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}
.fixedsticky-dummy {
	display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}
.fixedsticky {top: 0; z-index: 99;}

@media only screen and (max-width: 1288px){
	.order-man img{
		float:right;
		width: 62%;
		margin-right: 8%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/*.land {
		top: 8%;
		}*/
    }
@media (min-width: 768px){
.navbar-nav > li{
    margin-top: 15px;
}
div.navbar-menu-style>ul>li:not(:first-child):before{
	content: '|';
	position: absolute;
	color: #9e9e9e;
	top: 0.8em;
}
div.navbar-menu-style>ul>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 100 !important;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	/*border-left: 1px solid #9e9e9e;*/
}
div.navbar-menu-style>ul>li:first-child >a {
	border-left: none;
}
}


.drop-up {
    top: auto;
    bottom: 50% !important;
}
#colorbox.notification #cboxContent .cart_notification .product {
	padding:5px 30px 20px 0;
	display:table;
	width:100%;
}
#colorbox.notification #cboxContent .product img {
	float:left;
	margin-right:20px;
}
#colorbox.notification #cboxContent .product span {
	padding-top:10px;
	display:block;
	min-height:90px;
}
#column-left .btn{
	box-shadow:none;
}
#column-left .btn-danger{
	color: #303030;
    background: transparent;
    border:none;
    padding: 0
}
#column-left .btn-danger:hover .fa{
	color:#eb2a32;
}
#column-left .btn-danger:hover, #column-left .btn-danger:focus{
	background: transparent;
}
#cart .dropdown-menu{
	width: 340px;
}
#content{
	margin-top:15px;
}
#content .table-bordered{
	width: 100% !important;
}
/*.city {
  position: relative;
  width: 100%;
  height: calc(100vh - 45px);
  margin-bottom: -30px;
  background: url("../image/background.svg") left bottom repeat-x;
  -webkit-animation: city 15s infinite linear;
          animation: city 15s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}*/
.postcode_wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 45px);
  background: url("../image/index_page_bg.jpg") left top no-repeat;
  background-size: 100% auto;
}
.bistro_logo {	
	margin: 0 auto;
}
.postcodeform {
  top: 0%;
	margin: 0 auto;
}
.post-code-left-block, .post-code-right-block{
	height: 100%;
}

.postcode-right-block-content, .postcode-left-block-content {
	padding-top: 50px;
}

.post-code-right-block img {
	margin-bottom: 15px;
	max-width: 100%;
}
.postcodeform input[type="text"]{
	display: block;
	font-size: .9em
}
.postcode-follow-face {
	position: absolute;	
	top: 50vh;
	margin: auto;
	text-align: center;
	padding: 10px;
	background-color: #3B5998;
}
.postcode-follow-face:hover{
	padding-left: 30px;
}
.postcode-follow-face a {
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
}
.postcodeform input.btn{
	margin-left:25px;
}
/*.land {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url("../image/midground.svg") repeat-x;
	-webkit-animation: land 10s infinite linear;
	animation: land 10s infinite linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}*/

/*.street {
  width: 100%;
  background: url("../image/foreground.svg") repeat-x;
  -webkit-animation: street 6s infinite linear;
          animation: street 6s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}*/
.pizzalink{
  width: 20vw;
  margin:0 auto;
  padding-top:40px;
}
/*.boy{
	position: relative;
}*/
.go{
	animation-duration:4.5s;
	animation-name:move;
	animation-direction: normal;
	animation-iteration-count:1;
	animation-timing-function:linear; 
	animation-fill-mode:both;
}

.text-danger{
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}
input.pcinput{
	border:none;
	margin-bottom: .2em;
    text-align: center;
    padding: .3em 0;
    width: 100%;
	font-size: 2em !important;
}
#go{
	background: #000;
	color:#fff;
	width: 100%;
    border: none;
	margin-bottom: .5em;
}
.alertbox{
	position: relative;
    display: block;
    min-width: 25%;
	max-width: 50%;
    margin:0 auto;
    z-index: 99;
    padding: 8px;
    text-align: center;
    color: #000000;
	background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/*
custom pizza select size
*/

div#ozel-pizza {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	padding: 8px;
}
div#ozel-pizza:hover {
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform: translate3d(0, -3px, 0);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate3d(0, -3px, 0);
    transition: all 300ms;
    z-index: 100;
}
.p-own-pizza {
	margin-top: 15px;
	padding: 5px;
}
.p-own-pizza.notice {
	font-size: 0.85em;
	background-color: #EBECEC;
}
.size-btn-div {
	margin-top: 12px;
	margin-bottom: 4px;
	margin-right: 9px;
}

.size-btn-div>button {
	border-radius: 4px;
}

div#ozel-pizza img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

div#ozel-pizza select {
	max-width: 80%;
	display: block;
	margin: auto;
}

.extra-materials.form-group {
	display: none;
	clear: both;
}

.custom-pizza-button.text-right.form-group {
	display: none;
}

.red-border{
	color: red;
	border-color: red;
}
ul.list-price-block{
padding: 0;
}
ul.list-price-block li{
	border-left: 1px solid #ddd;
	display: inline-block;
	padding:0 10px;
}
ul.list-price-block li:first-child{
	border:none;
}
ul.list-price-block li span {
	color:red;
	font-size: 1.2em;
}

#product{
	overflow: auto;
}


ul#secililer {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px;
}

ul#secililer>li {
	text-align: left;
	padding-left: 15px;
}

#secili-div{
	display: none;
}

body.product-product-56.mobilbg .custom-header-block {
	background-image: none;
}

body.product-product-56.mobilbg .custom-title-block {display:none}

body.product-product-56.mobilbg .custom-price-blok {margin-top: 20px;}

div#product h3 {
	margin-left: 30px;
	margin-top: 13px;
}

.extra-materials.form-group {
	overflow: auto;
}

div#input-option232>div {
	width: 50%;
	margin: 0;
	float: left;
	font-size: 14px;
}

div#input-option232 label {
	font-size: 13px;
}

ul#secililer {
	border: 1px solid #efefef;
}

div#product h3 {
	margin-bottom: 0;
}

ul#secililer>li {
	font-size: 13px;
}

div#ozel-pizza-gorsel>h2 {
	margin: 10px 0;
	text-align: center;
	color: #3a3d3c;
	font-size: 19px;
}

.angebot-img-container {
	background-color: #F7F9FA;
	padding: 1em .5em;
	width: 100%;
}
.angebot-img-container img {
	max-width: 50%;
	margin-top: 1em;
}
.left_pizzapass {
	margin-top: 1em;
}

.left_pizzapass img {
	margin: 15px 0;
}

.left_pizzascore {
	color: #000;
}

.left_pizzascore li {
	list-style-type: none;
	font-weight: 500;
}

.pizza_category_image_padding{
	padding: 1em;
}

#paypal-fieldset {
	margin-top: 20px;
}
.kasse-back-icon {
	cursor: pointer;
	float: right;
	font-size: 20px;
	position: absolute;
	right: 25px;
	top: 25px;
}
.kasse-back-icon:hover {
	color: #727272;
}
/*.pizza-note {
	position: relative;
	font-size: 14px;
	width: 80%;
	margin: auto;
	text-align: center;
	padding-left: 5px;
	background-color: rgb(182, 236, 255);
}*/
/*.hidden-pizza-note {
	display: none;
	position: relative;
	font-size: 14px;
	width: 80%;
	margin: auto;
	text-align: center;
	padding-left: 5px;
	background-color: rgb(182, 236, 255);
}*/

@media only screen and (max-width: 767px){
.angebot-img-container img {
	max-width: 100%;
	margin-top: 1em;
}
.cart-angebot-wrapper {
	height: 120px;
}
.cart-angebot-image{
	position: absolute;
	max-width: 120px;
}
.cart-angebot-weinkarte {
	height: 110px;
}
.cart-angebot-weinkarte .cart-angebot-image{
	max-width: 120px;
}
.cart-angebot-image img{
	height: 120px;
}
.cart-angebot-pizza .cart-angebot-link{
	height: 105px;
	padding: 5px 5px 0 80px;
}
.cart-angebot-weinkarte .cart-angebot-link{
	height: 100px;
	margin-top: 8px;
	padding: 5px 5px 0px 100px;
	width: 100%;
}
.cart-angebot-link a {
	font-size: 12px;
}
	#content .table-bordered{
	width: 100% !important;
}
	#header-block{
		background-color: transparent;
	}
	.header-bg-fixed{
		display: none;
	}
	.navbar-hidden-lg.navbar-collapse.in{
	position: absolute;
	right: 0px;
	padding-right: 0;
	padding-left: 0;
	display: block !important;
}
	.header-kasse-icon {
		display: block !important;
	}
	.options-block{
	margin:5px 0px 0 5px;
}
.quantity{
	margin-left: 0px ;
}
.options-block .pizza-select{
	margin-right: 0px;
	width: 115px;
}
.buton {
	margin: 0px 0px 10px 0;
}
	div#input-option232>div {
	width: 100% !important;
	margin: 0;
	float: left;
}
	.product-thumb .product-desc{
	font-size: .7em;
}
	.up_to_mobile {
		display:block !important;
	}
	.mobile_hide {
		display:none !important
	}
	.mobile_clear {
		display:block;
	}
	.navbar-pizza ul.pull-left{
		margin-left: -15px;
		font-size: .8em;
	}
	.navbar-pizza ul li{
		margin-left: 8px;
	}
	.mim-call-us:before{
		padding: 0;
	}
	.navbar-header > .btn{
		background: #eee;
	}
	#main-menu .navbar-collapse{
		background: #303030;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#main-menu .navbar-collapse .nav > li{
		padding:5px 15px; 
	}
	#main-menu .dropdown-menu{
		background: #303030;
		display: block !important;
	}
	#main-menu ul > li > .nav-sub{
		margin-left: 30px;
		font-size: .8em;
	}
	.navbar-nav{
		margin:7.5px 15px;
	}
	.custom-title-block{
		margin-left: 180px;
	}
	
	.options-block .radio-check .radiobg{
		margin:5px 6px;
	}
	#logo {
		margin: 0 0 10px 0 !important;
	}
	/*.city {
		height: 35vh !important;
	}*/
	.postcode_wrap {
		height: 95vh !important;
		background: url("../image/index_page_bg_2.jpg") left top no-repeat !important;
		background-size: 100% auto !important;
	}
	.pizza-note{
		display: none;
	}
	.postcode-follow-face{
		top: 20vh !important;
		font-size: 0.5em !important;
	}
	.bistro_logo{
		padding-top: 40px !important;
		width: 40% !important;
	}
	.postcodeform{
		width: 25% !important;
		top:10% !important;
	}
	.postcodeform input.pcinput{
	    padding: 0;
	    margin: 0;
		font-size: 1em !important;
	}
	.postcodeform #go{
		padding: 0;
		margin-top: 0;
		font-size: .6em;
	}
	.pizzalink{
		width: 20vw;
	}
	.post-code-right-block, .post-code-left-block {
		height: auto !important;
	}
	.postcode-right-block-content, .postcode-left-block-content {
		padding-top: 20px;
	}	
}

@keyframes move{  
  from{ 
    left:0; 
  }
  to{ 
    left:-100%; 
  }
}