@charset "UTF-8";
/* tilos pizzabox . CSS */


/* RESET */
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: inherit;
}

ul, ol, li, form, body {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

p {
padding: 0;
margin: 0;	
}

img {
border: 0;
-ms-interpolation-mode: bicubic;
}

h2 {
font-size: 200%;
color: #FFF;
font-weight:700;
margin-bottom: 15px;
}

h3 {
font-size: 125%;
font-weight:700;
color: #FFF;
}	

h4 {
font-size: 280%;
font-weight: 500;
color: #000;
}

.footer_text {
color: #FFF;
font-size: 120%;
}

#footer h2 {
font-size: 150%;
}



/* Allgemein */

html {
width: 100%;
height: 100%;
overflow-y: scroll;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

body {
background: #000 url(../images/bg.jpg) no-repeat center center fixed;
background-image: url(../images/bg.jpg); 
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;

overflow-x: hidden;
font-family: 'Exo 2', sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 1.5;
color: #1d1d1b;
}

#wrapper, #page {
}

#page_popup {
padding: 20px;
}

.container { 
width: 680px;
height: auto;
margin: 0 auto;
}

.container.dat { 
width: 530px;
}



/*Header*/

#header {
height: auto;
background: url(../images/header.jpg);	
padding: 8px 0 60px 20px;
top: 0;
z-index: 500;
width: 100%;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3); /* WebKit */
-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3); /* Firefox */
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3); /* Standard */ 
}

.top_logo {
margin: 5px 0 0 0;
float: left;
width: 135px;
height: 40px;
}

.top_logo-mobile {
display: none;
}

.top_logo img {
width: 135px;
height: auto;
}
	
#navi {
margin: 12px 30px 0 0;
float: right;	
}

#navi-mobile {
display: none;
}

#navi ul li {
margin-top: 0px;
line-height: 22px;
font-size: 90%;
display: inline-block;
margin-right: 30px;
}

#navi ul li:last-child {
margin-right: 0px;
}

#navi ul li a {
color: #000;
text-decoration: none;
}

#navi a:hover {
color: #FFF;
}

.resmio-button .btn {
background: rgba(0, 0, 0, 0.8);
text-transform: uppercase;
font-family: 'Exo 2', sans-serif;
line-height: 22px;
font-size: 110%;
text-shadow: none;
box-shadow: none;
border: none;
text-align: left;
margin-top: -3px; 
padding 0;*/
}

.resmio-button .btn strong {
font-weight: normal;
}

.resmio-button .btn:hover {
background: #fff;
}

#navi .resmio-button a {
color: #fff;   
}

#navi .resmio-button a:hover {
color: #000; 
}

#main {
padding: 20px;
width: 1000px;
height: auto;
margin: 30px auto;
color: #FFF;
background-color: #1d1d1b;
}

#content {
margin: 60px auto 0;
}

.home {
background: url(../images/box.jpg);
}

.logo {
height: 425px;
width: 425px;
margin:38px;
}

.fbicon a {
padding: 0 0 0 35px;
}

.fbicon {
background: url(../images/facebook.png) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 25px;
height: 25px;
}

/* Slicebox Style */

.mobile {
color: #FFF;
}

.mobile a {
color: #FFF;
}

#box-mobile {
display: none;
}

#sb-slider {
}

.sb-slider {
margin: 10px auto;
position: relative;
width: 100%;
list-style-type: none;
padding: 0;
z-index: 2;
}

.sb-slider li {
margin: 0;
padding: 0;
display: none;
}

.sb-slider li > a {
outline: none;
}

.sb-slider li > a img {
border: none;
}

.sb-slider img {
max-width: 100%;
display: block;
}

.sb-description {
padding: 15px 10px;
top: 10.6%;
left: 11%;
right: 11%;
bottom: 10.5%;
z-index: 1000;
position: absolute;
overflow: hidden;
height: 505px;
}	

.sb-description.fourth {
padding: 15px 30px;
}

.sb-description.third {
padding: 0;
overflow-y: hide;
height: auto;
}

.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(0,0,0, 0.7);
}

.sb-slider li.sb-current .sb-description:hover {
}

.sb-slider li.sb-current .sb-description.logobox {
background: none;
}

.sb-description p {
color: #FFF;
font-size: 100%;
line-height: 120%;
}

.sb-description a {
text-decoration: underline;
color: #FFF;
}

.sb-perspective {
position: relative;
}

.sb-perspective > div {
position: absolute;

-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;

-webkit-backface-visibility : hidden;
-moz-backface-visibility : hidden;
-o-backface-visibility : hidden;
-ms-backface-visibility : hidden;
backface-visibility : hidden;
}

.sb-side {
margin: 0;
display: block;
position: absolute;
-moz-backface-visibility : hidden;

-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}

#shadow {
display: block;	
}

#shadow.noshadow {
display: none;	
}

#nav-arrows {
display: block;	
}

#nav-arrows.nonav-arrows {
display: none;	
}

.fb_plugin {
margin: 0 0 0 5px;
}



/* menu */	

#menu img {
opacity: 0.9;
height: 535px;
}

.expand {
width: 530px;
height: 535px;
position: absolute;
z-index: 100;
background: #FFF;
opacity: 0;
filter: alpha(opacity=0)
}

.expand:hover {
cursor: pointer;
opacity: 0.1;
filter: alpha(opacity=10)

}

.card_container {
width: 1024px;
margin: 0 auto;
}

#pizzablech {
display: none;
}

#rtb {
display: none;
}


#menu_enlarge {
display: none;
position: absolute;
z-index: 100;
top: 80px;
margin: 0 auto;
background: #000;
border: solid 1px #fff; 
border-radius: 10px;
opacity: 0.95;
margin: 30px auto;

-webkit-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
}


#menu_enlarge img {
width: 100%;
height: auto;
}

.menu_close {
position: fixed;
background: url(../images/close.png) no-repeat;
opacity: 0.8;
padding: 70px 10px 0 0;
margin: 10px 0 0 925px;
}


.menu_close:hover {
cursor: pointer;
opacity: 1;
}

#rent_enlarge {
display: none;
position: absolute;
z-index: 100;
top: 80px;
margin: 0 auto;
background: #000;
border: solid 1px #fff; 
border-radius: 10px;
opacity: 0.95;
margin: 30px auto;

-webkit-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75);
}


#rent_enlarge img {
width: 100%;
height: auto;
}

.rent_close {
position: fixed;
background: url(../images/close.png) no-repeat;
opacity: 0.8;
padding: 70px 10px 0 0;
margin: 10px 0 0 925px;
}


.rent_close:hover {
cursor: pointer;
opacity: 1;
}


.close {
color: #FFF;
text-transform: uppercase;
margin-left: -16px;
}




/* Footer */

#footer {
margin: 70px auto 0;
}

#footer a {
text-decoration: none;
color: #FFF;
}

.col1 {
float: left;
margin: 0 40px 0 75px;
}

.col2 {
padding-top: 54px;
width: 220px;
float: left;
}

.impressum {
margin-top: 70px;
padding: 30px 75px 50px;
background-color: rgba(0, 0, 0, 0.7);
border: 1px solid #FFF;
border-bottom: none;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}


.impressum p {
font-size: 70%;
color: #FFF;
margin: 10px 0;
}

.impressum a {
font-size: 70%;
text-decoration: none;
color: #FFF;
text-transform: uppercase;
}


/* Diverses */

.hidden {
display: none;	
}

.clear {
clear: both;	
}

.long a {
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}

.icon-phone {
}

.icon-phone-mobile {
display: none;
}



/* Responsive Design */ 

@media screen and 
(min-device-width:320px) and 
(max-width: 690px) {
	
/*page*/

body {
font-size: 125%;
}

#wrapper {
max-width: 100%;
margin: 0 auto;
background: none;
}
	
#page {
max-width: 100%;
min-width: 320px;
height: auto;
overflow-x: scroll;
}

#header {
height: auto;
background: none;
padding: 0;
width: 100%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.top_logo {
display: none
}

.top_logo-mobile {
display: block;
height: auto;
background: url(../images/header.jpg);	
top: 0;
z-index: 500;
width: 100%;
-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3); /* WebKit */
-moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3); /* Firefox */
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3); /* Standard */ 
padding: 5px 0;
}

.top_logo-mobile img {
width: 220px;
height: auto;
margin: 0 auto;
display: block;
padding: 10px 0;
}

.container {
width: auto;
min-width: 280px;
margin: 0 auto;
padding: 0 10px;
text-align: center;
}

.container.dat { 
width: auto;
}


#navi {
display: none;
}

#navi-mobile {
display: block;
float: none;
text-align: center;
margin: 40px auto 0;
}

#navi-mobile ul li {
line-height: 38px;
font-size: 130%;
display: block;
float: none;
width: 280px;
margin: 15px auto;
padding-bottom: 15px;
border-bottom: solid 1px #FFF;
}

#navi-mobile ul li:last-child {
border-top: none;
}


#navi-mobile ul li a {
color: #FFF;
text-decoration: none;
}
    
.resmio-button .btn {
background: none;
text-transform: uppercase;
font-family: 'Exo 2', sans-serif;

line-height: 22px;
font-size: 180%;
text-shadow: none;
box-shadow: none;
border: none;
text-align: left;
margin-top: 0; 
padding 0;*/
}
    
.resmio-button .btn:hover {
background: none;
}

#navi .resmio-button a {
color: #fff;   
}

#navi .resmio-button a:hover {
color: #000; 
}

.pizzablech {
}

.fbicon {
background: none;
width: auto;
height: auto; 
}

.fbicon a {
padding: 0;
}

#sb-slider {
display: none;
}

#box-mobile {
display: block;
margin: 0 auto;
width: 100%;
}

#box-mobile img {
width: 95%;
height: auto;
}

#nav-arrows {
display: none;
}

#shadow {
display: none;
}

#footer {
margin: 10px auto 0;
}

h2.mobile {
font-size: 200%;
}

.mobile {
display: block;
margin: 0 10px 30px
}

.mobile p {
font-size: 50%;
}

.col1 {
width: auto;
float: none;
margin: 0 auto;
padding: 0;
text-align: center;
}

.col2 {
width: auto;
float: none;
margin: 50px auto 0;
padding: 0;
text-align: center;
}

.footlink {
margin: 0 auto;
}

.impressum {
margin: 70px 20px 0;
padding: 30px 20px 50px;
}


.icon-phone {
display: none;
}

.icon-phone-mobile {
display: inline-block;
}



