@import url (http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Montserrat);

*{
  margin:0;
  padding: 0;
  vertical-align: bottom;
}

/*html{
  overflow-y:hidden;
}*/


header{/*auch genannt navigation*/
  text-align: justify;
  background-color:rgba(0,0,0,0.5);
  position: fixed;
  width:100%;
  margin-top: 10px;
  z-index: 1000;
}



body{
  background-color:#35322a;
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana;
  font-weight: 400;
  font-size: 100%;
  color:#fff;
  text-align: center;
}


.stoerer
{
width:400px;
height:auto;
margin:0 auto;
margin-bottom:40px;
}

.stoerer
{
transition: all 0.2s ease;
-webkit-transition:all 0.2s ease;
}

.stoerer:hover
{
transform:scale(1.1);
}

.oeffnungszeiten
{
max-width:350px;
text-align:center;
position:absolute;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
color:#000;
padding:20px;
background:rgba(255,255,255,0.7);
z-index:100;
top:70px;
}

a.silvester-button
{
background:#751716;
color:#fff;
padding:8px;
text-decoration:none;
display:block;
margin-top:10px;
}

.oeffnungszeiten h2
{
font-size:16px;
font-weight:700;
color:#000;
text-transform:none;
}

@media (max-width:767px)
{
	
.oeffnungszeiten h2
{
font-size:15px;
}
	
}


img{
  width:100%;
  display: block;
  
}

h1{
  font-family: 'Montserrat';
  font-size: 200%;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2{
  font-family: 'Montserrat';
  font-size: 200%;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
}

h3{
  font-family: 'Source Sans Pro';
  font-size: 100%;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
}

h5{
  font-family: 'Source Sans Pro';
  font-size: 175%;
  font-weight: 300;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

ul{
  list-style-type: none;
}

p{
  line-height: 160%;
  margin-bottom: 40px;
}

footer{
  background-color: #BFAA84;
  padding-top: 1%;
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, Verdana;
  font-weight: 400;
  font-size: 80%;
  padding-bottom: 2%;
  margin: auto;
  /*width: 1200px;*/}
}





#div_all{
  /*max-width: 2000px;
  /*background-color: pink;*/
  margin-right:auto;
  margin-left: auto;
}

/*Bild Startseite*/
#home{
  background-image: url(../img/home_haus.jpg);
  background-repeat: no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
  background-size:cover;
  background-position:center;
  padding-bottom:7%;
}


#home_pfeil{
  width: 127px;
  height:38px;
  background-repeat: no-repeat;
  background-image: url(../img/startpfeil.png);
  padding-bottom: 2%;
  margin: auto;
}

#bosg_logo {display:none;}

@media (min-width: 768px) {


#bosg_logo{
display:block;
  width: 100px;
  height:auto;
  position: absolute;
  right: 5%;
  top: 0%;


}
}

#home_pfeil a{
  display: block;
  width: 127px;
  height:38px;
  margin: auto;
}


.adressdaten{
  text-transform: uppercase;
  font-family: 'Montserrat', Helvetica, Arial, Verdana;
  font-weight: 400;
  font-size: 80%;
  padding-top: 20px;
  padding-bottom: 2%;
  margin: auto;
  /*width: 1200px;*/}


.thema{
  padding-top: 5%;
  overflow: hidden;
  padding-bottom: 0;
}

#headerlogo{
  width:100px;
  height:100%;
  float:left;
}

#aktuelles{
  background-color:rgb(232,179,33);
}

#angebote{
  background-color:rgb(204,205,163);

}

#ueberuns{
  background-color:#756B43;

}

#kontakt{
  background-color:#751716;


}

#impressum{
  background-color: rgb(166,75,23)
}

#artikel_impressum{
  max-width: 600px;
  min-width: 100px;
  /*background-color: green;*/
  clear: both;
  padding-left: 2%;
  padding-right:2%;
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: auto;
}

.linie{
  text-align: center;
  color:#fff;
  border-top: 0px;
  border-style: solid;
  width:70%;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 15%;
  margin-right: 15%;

}

.link_menu{
  z-index: 2;
}

.zentriert{
  /*background-color:yellow;*/
  margin:auto;
  width:85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
  overflow: hidden;
}



/*------------------links------------------------*/



/*fliesstext*/
p a:link       {color:rgb(210,210,210);
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

p  a:visited     {color:rgb(210,210,210);;
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

p a:hover      {color:rgb(255,255,255);
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

p  a:active      {color:rgb(255,255,255);
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

/*listen links*/

ul li a:link         {color:rgb(210,210,210);
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

ul li  a:visited     {color:rgb(210,210,210);;
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

ul li  a:hover      {color:rgb(255,255,255);
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

ul li  a:active      {color:rgb(255,255,255);
              font-family: "Source Sans Pro";
              font-weight: 400;
              text-decoration: none;}

/*home_adressdaten*/
.adressdaten a:link {  color:rgb(180,180,180);
              text-transform: uppercase;
              font-family: 'Montserrat', Helvetica, Arial, Verdana;
              font-weight: 400;
              text-decoration: none;}
.adressdaten a:visited  {color:rgb(180, 180,180);}
.adressdaten a:hover  {color:rgb(255,255,255);}
.adressdaten a:active  {color:rgb(255,255,255);}


/*Menukarten*/
.link_menu a:link
{color:rgb(255,255,255);
width: 80px;
height: 40px;
background-color: rgba(255,255,255,0.2);
font-family: "Montserrat";
font-weight: 700;
font-size: 80%;
text-transform: uppercase;
text-decoration: none;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 30px;
padding-left: 30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50%;}

.link_menu a:visited{
  color: rgb(255,255,255);}

.link_menu a:hover{
  background-color: rgba(255,255,255,0.4);}


.link_menu ul a:link
{color:rgb(255,255,255);
width: 80px;
height: 40px;
background-color: rgba(255,255,255,0.2);
font-family: "Montserrat";
font-weight: 700;
font-size: 80%;
text-transform: uppercase;
text-decoration: none;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 30px;
padding-left: 30px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50%;}

.link_menu ul a:visited{
  color: rgb(255,255,255);}

.link_menu ul a:hover{
  background-color: rgba(255,255,255,0.4);}

.link_menu ul li{
  position:relative;
  z-index:1;}


.link_menu ul ul{
  display:none;
  padding: 5%;
  line-height: 150%;}


.link_menu ul ul a:link{
  background-color: transparent;
  color:rgb(230,230,230);}

.link_menu ul ul a:visited{
  color:rgb(230,230,230);}

.link_menu ul ul a:hover{
  color:rgb(255,255,255);
    height:0;
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;}  

.link_menu ul li:hover > ul{
  display:block;
  height:36px;}

footer a:link{
  color: black;
  text-decoration: none;
}

footer a:visited{
  color: black;
  text-decoration: none;
}

footer a:hover{
  color: white;
  text-decoration: none;
}

/*------------------------breakpoints-------------------------------*/
/* Smartphone */
@media only screen and (min-width: 50px) {
  .reframe { max-width: 200px }

#bosg_logo{
  width: 100px;
  height:auto;
  position: absolute;
  right: 5%;
  top: 46px;

}

.wenig_breit_kontakt{
  max-width: 50%;
  margin-right:5%;
  margin-left:5%;
  margin-bottom: 8%;
}

.wenig_breit_kontakt h2{
  word-wrap: break-word;
}

.link_menu ul a:link
{color:rgb(255,255,255);
width: 30px;
height: 40px;
background-color: rgba(255,255,255,0.2);
font-family: "Montserrat";
font-weight: 700;
font-size: 70%;
text-transform: uppercase;
text-decoration: none;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 15px;
padding-left: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50%;}

.link_menu ul a:visited{
  color: rgb(255,255,255);}

.link_menu ul a:hover{
  background-color: rgba(255,255,255,0.4);}


.home_text{
  color: #fff;
  border-color:rgb(255,255,255);
  border-width:4px;
  border-style:solid;
  padding-top: 4px;
  padding-bottom:4px;
  padding-left:10px;
  padding-right:10px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  max-width: 150px;
  min-width: 50px;
}
}

/* Tabletts */
@media only screen and (min-width: 200px) {
  .reframe { max-width: 760px }

#bosg_logo{
  width: 100px;
  height:auto;
  position: absolute;
  right: 5%;
  top: 60px;

}

.artikel{
  /*background-color: red;*/
  max-width: 70%;
  padding: 2%;
  margin-right:13%;
  margin-left:13%;
  margin-bottom: 8%;

}

.artikel_unten{
  /*background-color: green;*/
  max-width: 70%;
  padding: 2%;
  margin-right:13%;
  margin-left:13%;
  margin-bottom: 8%;

}

.wenig_breit_kontakt{
  max-width: 90%;
  margin-right:5%;
  margin-left:5%;
  margin-bottom: 8%;

}

.artikel_aktuelles{  
  max-width: 80%;
  padding: 2%;
  margin-right:8%;
  margin-left:8%;
  margin-bottom: 8%;

  }


.artikel_kontaktformular{
  max-width: 80%;
  /*background-color: green;*/
  clear: both;
    margin-left: auto;
  margin-right:auto;
  margin-bottom: 8%;

}


.home_text{
  color: #fff;
  border-color:rgb(255,255,255);
  border-width:4px;
  border-style:solid;
  padding-top: 40px;
  padding-bottom:40px;
  padding-left:10px;
  padding-right:10px;
  margin-top: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20%;
  max-width: 300px;
  min-width: 200px;
}

.linie_home{
  text-align: center;
  color:#fff;
  border-top: 0.5px;
  border-style: solid;
  width:45%;
  margin-top: 3%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;

}


}


/*Standard*/
@media only screen and (min-width: 760px) {
  .reframe { max-width: 2500px }

#bosg_logo{
  width: 150px;
  height:auto;
  position: absolute;
  right: 5%;
  top: 75px;

}

.artikel{
  max-width: 35%;
  float:left;
  /*background-color: blue;*/
  padding: 2%;
  text-align: center;
  margin-left:5.5%;
  margin-right:5.5%;
  margin-bottom:7%;

}

.artikel_unten{
  max-width: 35%;
  /*background-color: green;*/
  clear: both;
  padding-left: 2%;
  padding-right:2%;
  margin-bottom: 8%;
  margin-left: 30.5%;
  margin-right: 30.5%;

}

.artikel_aktuelles{
  max-width: 40%;
  float:left;
  /*background-color: blue;*/
  padding: 2%;
  text-align: center;
  margin-left:2.5%;
  margin-right:2.5%;
  margin-bottom:7%;



}

.wenig_breit_kontakt{
  width: 45%;
  float:left;
  padding-left: 2.5%;
  padding-right: 2.5%;
  text-align: center;
  margin-left: auto;  
  margin-right: auto;
  margin-bottom:7%;


}

.artikel_kontaktformular{
  width: 45%;
  /*background-color: green;*/
  clear: both;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 8%;

}

.home_text{
  color: #fff;
  border-color:rgb(255,255,255);
  border-width:4px;
  border-style:solid;
  padding-top: 70px;
  padding-bottom:70px;
  padding-left:5px;
  padding-right:5px;
  margin-top: 270px;
  margin-left: 27%;
  margin-right:27%;
  margin-bottom: 10%;
  max-width: 650px;
  min-width: 370px;

}

.linie_home{
  text-align: center;
  color:#fff;
  border-top: 0.5px;
  border-style: solid;
  max-width: none;
  width:290px;
  margin-top: 3%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;

}
}

/* Große Monitore */
@media only screen and (min-width: 1500px) {
  .reframe { max-width: 2000px }

.artikel{
  max-width: 29.1%;
  float:left;
  padding: 2%;
  text-align: center;
  margin-left: auto;  
  margin-right: auto;
  margin-bottom:7%;



}

.wenig_breit_kontakt{
  width: 30%;
  float:left;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  margin-left: auto;  
  margin-right: auto;
  margin-bottom:7%;



}

.artikel_aktuelles{
  max-width: 30%;
  float:left;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
  margin-left: auto;  
  margin-right: auto;
  margin-bottom:7%;



}

.artikel_unten{
  max-width: 29.1%;
  float:left;
  padding: 2%;
  text-align: center;
  margin-left: auto;  
  margin-right: auto;
  margin-bottom:7%;
  clear:none;
}

.artikel_kontaktformular{
  max-width: 30%;
  /*background-color: green;*/
  clear: both;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 8%;

}

.home_text{
  color: #fff;
  border-color:rgb(255,255,255);
  border-width:4px;
  border-style:solid;
  padding-top: 70px;
  padding-bottom:70px;
  padding-left:5px;
  padding-right:5px;
  margin-top: 270px;
  margin-left: auto;
  margin-right:auto;
  margin-bottom: 5%;
  max-width: 650px;

}



/*------------------------breakpoints end-------------------------------*/


