
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/oswald-v49-latin/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v49-latin/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v49-latin/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v49-latin/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v49-latin/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v49-latin/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}



header, footer {
    margin:0;
    background:url(/Seiten/Cool-Pizza-und-Kebap/Bilder/TextureHeader.jpg) repeat; /* here the texture can be changed: go in img/textures/ */    
    position:relative;
}

footer , footer nav , footer nav ul ,   footer nav a ,  footer nav ul li a  , footer p   , footer .address p a  {color:#444;}
footer nav ul {color:#444;}

header{height:122px;}

.ItaloTp {width:100%;position:absolute;top:0px;height:9px;background:url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif);}
.Italo {width:100%;position:absolute;bottom:0px;height:9px;background:url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif);z-index:0;}
.Koch {float:right;margin-right:200px;z-index:1;}
.Koch img {position:absolute;z-index:2;}
.HotlineHeader {float:right;width:200px;height:65px;margin-right:220px;margin-top:10px;text-align:center;color:#fff;

		background-image: url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif), url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif), url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Hotline-Holzofengrill.jpg);
		background-repeat:repeat-x, repeat-x, no-repeat; 
		background-position:top, bottom, bottom;  

}
.HotlineHeader h1 {font-size:20px;text-align:center;margin-top:6px;margin-bottom:0px;color:#fff;font-weight:bold;}
.HotlineHeader span {text-align:center;margin-top:0px;color:#fff;font-weight:bold;}

.DelEntry {width:45% !important;float:left;background:#E8E8E8;margin-right:1%;margin-top:1%;padding:2%;border-radius:5px;}
.DelEntry p {margin:0px;padding:0px;}

.GMaps {min-height:400px;width:100%;margin-top:10px;}

.tagline {text-align:center;}

.Foody-Pannel {
  width:100%;
  float:left;
  margin:4%;
  font-family: 'Gafata', serif;
  background:#fff;
  background-image: url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif), url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif),url(/Seiten/Cool-Pizza-und-Kebap/Bilder/TextureHeader.jpg) ;
  background-repeat:repeat-x, repeat-x, repeat; 
  background-position:top, bottom, center;  

  color:#444;
  text-align:center;
  margin:10px 0;
  font-size:30px;color:#333;
}



.Foody-Pannel img {padding:25px;}
.PaymentIcons a , .Page_Hotline , .Page_Hotline .phone {text-shadow: 2px 2px #bbb;color:#444;text-decoration: none;}
.Foody-Pannel a {margin-top:10px;color:#555;text-shadow: 2px 2px #bbb;color:#444;text-decoration: none;}

.easybox {width:92%;text-align:center;padding:2%;margin:2%;font-family: 'PT Serif', serif;font-size:25px;background:#fff;color:#444;
  background-image: url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif), url(/Seiten/Cool-Pizza-und-Kebap/Bilder/Italo.gif),url(/Seiten/Cool-Pizza-und-Kebap/Bilder/TextureHeader.jpg) ;
  background-repeat:repeat-x, repeat-x, repeat; 
  background-position:top, bottom, center;  
  font-family: 'Gafata', serif;
}

.easybox img {margin-top:8px;}

#Pgnav { float: left; margin-top:7px;}
#Pgnav > ul { margin: 0;}
#Pgnav li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  z-index: 99;
}

#Pgnav a {
  color: #233117;
  font-family: 'Gafata', sans-serif;;
  font-size: 25px;
  display: block;
  padding: 24px 13px;
  position: relative;
  text-align: center;
  text-decoration:none;
  text-transform: uppercase;
  z-index: 98;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

#Pgnav a:hover, #Pgnav .hover > a, #Pgnav .current > a {background: #d1ba91; }


/* Dropdown */

#Pgnav ul ul {
    margin: 0;
    z-index: 99;
    display: none;
    left: 0px;
    padding: 5px 0;
    position: absolute;
    top: 78px;
    width: 200px;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
            box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
}

#Pgnav ul ul li { float: none; }

#Pgnav ul ul a {
    border: 0;
    color: #2f2f2f;
    display: block;
    font-family: 'Gafata', sans-serif;;
    font-size: 20px;
    padding: 10px 20px;
    text-align: left;
    text-transform: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 99;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#Pgnav ul ul a:hover, #Pgnav ul ul .hover > a, #Pgnav ul ul .current > a, #Pgnav ul ul .current > a:hover {
    background: #FFBE00;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
       -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    color: #fff;
}

#Pgnav ul ul .current:after { display: none; }

/* Sub Dropdown */

#Pgnav ul ul ul {
    left: -198px !important;
    top: 4px !important;
}

.mobile-nav {
    display: none;
    width: 100%;
    padding:10px;
}
