/*Tabelle Öffnungszeiten*/
/*
.table-opening {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table-opening td, th {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 8px;
}

.table-opening tr:nth-child(even) {
      background-color: #dddddd;
} */

span.shopping-cart-count {
    color: #333 !important;
		font-size: 1rem !important;
}

#masthead .hgroup .logo img {
    height: auto;
    max-width: 300px;
}

.table-striped {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table-striped td, th {
    text-align: left;
    padding: 8px;
  	border-bottom: 1px solid #9D313C !important;
}

.img-responsive{
	max-width: 100%;
  height: auto;
  display:block;
}

.text-center {
  text-align: center
}
/*
#masthead .hgroup .logo{
  display: none;
}

#masthead>.hgroup.full-container{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#masthead .hgroup{
	padding-top: 150px;
}*/
#siteorigin-panels-builder-6 > div > div > div > div:nth-child(2){
margin-bottom: 0px !important;
}

#siteorigin-panels-builder-6 > div > div:nth-child(1) > div > div > div > div{
		padding-left: 25px;
    padding-top: 10px;
}

/*Recaptcha zentrieren Startseite*/
#wpcf7-f209-p40-o1 > form > div.wpcf7-form-control-wrap > div > div{
	height: auto !important;
  width: auto !important;
}

@media (max-width: 1080px) {
    body.responsive #masthead .hgroup .logo img, body.responsive #masthead .hgroup .custom-logo {
        max-width: 200px;
        height: auto;
    }
}