/* Stylesheet: HD_css Modified On 2016-02-03 11:25:33 */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.6);
   width:100%;
   height:100%;
  min-height: 100%;
  max-height: 100%;
  background-color: url(http://www.edypizza.ch/uploads/HD_template/sf.jpg) no-repeat;
  background-position: 0 224px;
  background-size: cover;
}
#tinymce{box-shadow:none !important;}
.glyphicon {
    height: 20px;
}
a{color: #FF0000 !important;}
a:hover{}
#logo{
  margin:20px 20px -10px 0;
  float: right;
}
#logo img{
  z-index: -1000;
}
h3{margin-top: 0;}
#logo a {
	display: block;
	text-indent: -9999em;
}
.btn-primary a:hover{
  text-decoration: none;
  color:#cccccc;
}

h2{margin-top:0 !important;}
#main{
  background-color: #ffffff;
 /* border: 1px solid #FF0000;

  box-shadow: 0 0 10px #666666;
 -moz-box-shadow:  0  0 10px #666666;
  -webkit-box-shadow:  0  0 10px #666666;
  border-radius:10px; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius:10px;
  z-index: 1000;*/
  padding: 0 20px 0 20px;
}
#innermain{
}
.navbar{
  min-height: 0 !important;
  border: 0 !important;
  margin: 0 0 20px 0;
}
#search{
  width: 200px;
  float: left;
  margin: 20px 10px 10px 0;
}
footer{
  padding: 20px;
  margin: 10px -20px 0 -20px;
  background-color: red;
  font-size: 0.8em;
  color: #ffffff;
  background-color: #FF0000;
}
footer a {color: black!important;}
.btn-group .dropdown:hover .dropdown-menu {
    display: block;
}
.btn-group .dropdown-menu {
    margin: 0 !important;
}
.btn-group .dropdown-menu li:hover{
  background-color: #eeeeee !important;
}
.btn-group .btn{
}
.form-group textarea{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.label{
  color: #666666;
}
#google-maps {
overflow: hidden;
position: relative;
padding-bottom: 56%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
#google-maps iframe {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.NewsSummary{
  max-width:270px;
  margin: 0 auto 20px auto;
  text-align:left;
}