@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);

body {
  color: rgb(65,61,59);
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #fff;
}

a {
  text-decoration:none;
  color: rgb(65,61,59);
}

.wrapper {
  position: relative;
}

.ym-wrapper {
  max-width: 960px; /* Gesamtbreite 1024px */
  min-width: 704px; /* 768 abzueglich 2x29px */
  margin: 0 auto;
  padding-right: 3.125%; /* 32px */
  padding-left: 3.125%; /* 32px */
}

.ym-gbox {
  margin: 0;
  padding: 0;
}

.ym-gl {
  width: 76.875%; /* 738px/960px*/
}

.ym-gr {
  width: 23.125%;/* 222px/960p*/
}

.ym-gl.col-1 {
  width: 53.75%; /* 516px/960px*/
}

.ym-gl.col-2 {
  width: 45.125%; /* 222px/960px*/
}

header {
  width:100%;
  height:47px;
  padding-top:1px;
  background-color:rgb(65,61,59);
}

header .ym-gr {
  padding-top: 2px;
}

header p {
  color:#FFF;
}

header ul {
  float:left;
  margin-top:3px;
}

header ul li {
  color:#FFF;
  list-style:none;
  float:left;
  margin-left:0;
  margin-right:13px;
  line-height:normal;
}

header ul li a {
  color: #fff;
}

header ul li a:hover,
header ul li a.active {
  color: rgb(168, 162, 155);
}

ul.lang {
  margin-left:15px;
}

ul.lang li {
  color: rgb(168, 162, 155);
  margin-right:10px;
}

p.tel {
  line-height:normal;
  background-image: url(../images/tel-icon.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  margin-left:12px;
  padding-top: 3px;
  padding-left: 18px;
  float: left;
  color: #FFF;
}

p.tel a {
  color:#FFF;
}

.facebook,
.instagram {
  width:16px;
  height:16px;
  margin-top:6px;
  margin-left:27px;
  display:inline-block;
}

.instagram {
  margin-left:2px;
}

.facebook-mobile,
.instagram-mobile {
  width: 20px;
  height:20px;
  margin-top:20px;
  margin-left:0;
  display: inline-block;
}

.instagram-mobile {
  margin-left:5px;
}

.basket {
  width: 60%;
  border: 1px #FFF solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  position:relative;
  float: left;
  display: inline-block;
  cursor: pointer;
  z-index:1600;
  height: 33px;
}

.basket p {
  font-weight:600;
  line-height:1.3em;
}

.basket a {
  color: #fff;
}

.basket p a:hover,
.basket p a.active {
  color: #fff;
}

.basket:after {
  content: "";
  width: 5px;
  height: 38px;
  background-image:url(../images/pfeil-white-rechts.png);
  background-position:right;
  background-repeat:no-repeat;
  top: 0px;
  right: -5px;
  position: absolute;
  display: inline-block;
}

.mobile-basket-icon {
  width:40px;
  height:40px;
  background-image:url(../images/basket-button.png);
  background-repeat:no-repeat;
  float:left;
  margin-top:1px;
  padding-right:10px;
  display:none;
  cursor:pointer;
  position:relative;
  z-index:1600;
}

.mobile-basket-wrapper {
  display:none;
}

.login {
  float:right;
}

#loginform {
  position: relative;
  padding-top: 45px;
  z-index: 1500;
}

#loginform form {
  background-color: rgba(255,255,255,0.9);
  display: none;
  width: 100%;
  height: 103px;
  padding-right: 4px;
  padding-left: 4px;
}

#loginform .button {
  margin-top: -45px;
}

#loginform form input {
  margin-top: 5px;
  border: 0px;
  padding: 2px 5px 3px;
  width: 61%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background-color: rgb(168, 162, 155);
  color: #fff;
}

#loginform form input[type=submit] {
  background-color: rgb(120,210,100);
  color: #fff;
  font-weight: 600;
}

#loginform form input.logout[type=submit] {
  background-color: rgb(240,40,60);
}

#loginform a {
  color: rgb(65,61,59);
}

#loginform a:hover {
  color: rgb(240,40,60);
}

#loginform p.bodytext {
  margin-top: 6px;
}

#loginform .logoutname {
  font-weight: 600;
  padding-top: 1em;
}

.button {
  height:18px;
  line-height:16px;
  margin-top:1px;
  padding-top:0px;
  padding-left:5px;  
  padding-right:5px;
  position:relative;
  border-radius: 5px;
  display: inline-block;
}

.button p {
  line-height:16px;
}

.button:after {
  content: "";
  width: 5px;
  height: 18px;
  background-position:right;
  background-repeat:no-repeat;
  top: 0px;
  right: -5px;
  position: absolute;
  display: inline-block;
}

.button.green {
  border: 1px rgb(120,210,100) solid;
  margin-bottom:3px;
}

.button.green:after {
  background-image:url(../images/pfeil-green-rechts.png);
}

.button.green a, .button.green p {
  font-weight:600;
  color:rgb(120,210,100);
  cursor: pointer;
}

.button.brown {
  border: 1px rgb(65,61,59) solid;
  margin-bottom:3px;
}

.button.brown:after {
  background-image:url(../images/pfeil-brown-rechts.png);
}

.button.brown a {
  font-weight:600;
  color:rgb(65,61,59);
}

.startseite .button.brown {
  margin-top:5px;
}

.button.red {
  border: 1px rgb(240,40,60) solid;
  margin-bottom:3px;
}

.button.red:after {
  background-image:url(../images/pfeil-red-rechts.png);
}

.button.red a, .button.red p {
  font-weight:600;
  color: rgb(240,40,60);
  cursor: pointer;
}

.button.white {
  border: 1px #FFF solid;
  margin-top:5px;
  margin-bottom:3px;
}

.button.white:after {
  background-image:url(../images/pfeil-white-rechts.png);
}

.button.white a {
  font-weight:600;
  color:#FFF;
}

nav {
  height:103px;
  background-color:#FFF;
}

nav h1 {
  font-size:1.846153846153846em;/* 24px */
  font-weight:600;
  line-height:1.5em;
}

nav .ym-gl {
  vertical-align: middle !important;
  width: auto;
}

nav .ym-gr {
  width: auto;
}

nav ul {
  margin-top:30px;
}

nav ul li {
  font-size:1.846153846153846em;/* 24px */
  font-weight:600;
  float:left;
  margin-left:0;
  margin-right:14px;
  margin-bottom:6px;
  line-height:1.5em;
  list-style-image: none;
}
nav ul li a {
  color: rgb(65,61,59);
}

nav ul li a:hover, a.active {
  color: rgb(240,40,60);
}

nav ul li:last-child {
  margin-right: 0;
}

.mobile-nav-icon {
  width:25px;
  height:17px;
  background-image:url(../images/mobile-nav-icon.png);
  background-repeat:no-repeat;
  margin-top:14px;
  cursor: pointer;
  display:none;
}

.metanav-mobile-wrapper {
  width:100%;
  height:auto;
  margin-top:10px;
  display: none;
}

.metanav-mobile {
  width:96%;
  background-color:rgba(65,61,59,1);
  padding-left:4%;
  display:none;
  position:absolute;
  top:47px;
  left:0;
  z-index:3000;
}

.filter {
  width:95px;
  height:20px;
  font-weight:600;
  color:rgb(120,210,100);
  text-align:center;  
  border: 1px rgb(120,210,100) solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float:left;
  margin-right:11px;
  position:relative;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.filter:after {
  content: "";
  width:95px;
  height: 5px;
  background-image:url(../images/pfeil-green-unten.png);
  background-position: center;
  background-repeat:no-repeat;
  top:18px;
  right: 0px;
  position: absolute;
  display: inline-block;
}

.filter a {
  color:rgb(120,210,100);
}

.filter.active {
  width:95px;
  height:20px;
  font-weight:600;
  color:rgb(144,136,127);
  text-align:center;  
  border: 1px rgb(144,136,127) solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float:left;
  margin-right:11px;
  position:relative;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.filter.active:after {
  content: "";
  width:95px;
  height: 5px;
  background-image:url(../images/pfeil-brown-oben.png);
  background-position: center;
  background-repeat:no-repeat;
  top:-5px;
  right: 0px;
  position: absolute;
  display: inline-block;
}

.filter.active a {
  color:rgb(144,136,127);
}

.mobile-box {
  float:left;
}
      
.logo {
  padding-top:15px;
  padding-right:20px;
  text-align: right;
}

.logo img {
  width: auto; /* notwendig fuer IE8 */
  max-width: 96px;
}

.logo-start {
  float:right;
  padding-top:15px;
  padding-right:20px;
}

.logo-start img {
  width: auto; /* notwendig fuer IE8 */
  max-width: 96px;
}

.image, .headerimage {
  width:100%;
  height:180px;
  background-color: #fff;
}

.image-shop {
  width:100%;
  height:180px;
}

.image-start {
  width:100%;
  height:330px;
}

.image-start .headerimage {
  height:330px;
}

.headerimage {
  position: absolute;
}

.startseite main .ym-grid .ym-gl {
  width: 25.625%;
}

.startseite main .ym-grid .ym-gr {
  width: 48.75%;
}

.startseite main .ym-grid .ym-gl .ym-gbox {
  padding-right:9.75609756097561%;
  margin-bottom:30px;
}

.startseite main .ym-grid .ym-gr .ym-gbox {
  padding-right:52.56410256410256%;
  margin-bottom:30px;
}

#filter {
  width:100%;
  height:180px;
  background-color:rgb(65,61,59);
  position: relative;
  display:none;
  z-index: 1900;
}

.filter a:hover {
  color: rgb(120,210,100);
}

.filter.active a {
  color: rgb(144,136,127);
}

#filter div.tx-pizza {
  color:#FFF;
  height:180px;
  font-size:12px;
  margin-top:5px;
  position:absolute;
  z-index:2000;
  display:none;
}

#filter div.tx-pizza > div > div {
  width:auto;
  float:left;
  margin-right:40px;
}

input[type=checkbox].css-radio {
display: none;
}

input[type=checkbox].css-radio + label.css-label {
padding-left: 15px;
margin-top:-3px;
height: 10px; 
display: inline-block;
line-height: 10px;
background-repeat: no-repeat;
background-position: 0 0;
background-size:10px;
vertical-align: middle;
cursor: pointer;
}

input[type=checkbox].css-radio:checked + label.css-label {
background-position: 0 -13px;
}

label.css-label {
background-image: url(../images/cssradio-bg_weiss_gruen.png);
}

header .ym-gl { width: 70%; }
header .ym-gr { width: 30%; }

header .basket {
  display: inline-block;
  width: 48%;
}

header #loginform .button {
  float: left;
  display: inline-block;
  max-width: 45%;
  margin-left: 15px;
  height: auto;
  margin-top: -42px;
  margin-left: 54%;
}

header #loginform .button.green {
  margin-left: 65%;
}
  

/* @group Media Queries */

/* Smaller than standard 960 (devices and browsers) */  
@media only screen and (max-width: 959px) {
  
  .startseite main .ym-grid .ym-gl,
  .startseite main .ym-grid .ym-gr {
    width: 33.33333333333333%;
  }
  
  .startseite main .ym-grid .ym-gl .ym-gbox,
  .startseite main .ym-grid .ym-gr .ym-gbox {
    padding-right:7.5%;
  }
  
  nav h1 {
    font-size: 1.46153846153846em; /* 19px */
  }
  
  nav ul {
    margin-top: 36px;
  }
  
  nav ul li {
    font-size: 1.46153846153846em; /* 19px */
    margin-right: 10px;
    margin-bottom: 0;
  }
    
}  

/* Tablet portrait size to standard 960 (devices and browsers) */  
@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media only screen and (max-width: 900px) {
  #filter div.tx-pizza > div > div {
    width:auto;
    float:left;
    margin-right:20px;
  }
  
}

/* All mobile sizes (devices and browser) */  
@media only screen and (max-width: 767px) {
  
  .ym-wrapper {
    min-width: 0;
    padding-right: 4%;
    padding-left: 4%;
  }
  
  /* Linearisation for Grid- and Column-Module, based on CSS class .linearize-level-1 */
  .linearize-level-1, .linearize-level-1 > [class*="ym-c"], .linearize-level-1 > [class*="ym-g"] {
    /* linearization for grids and columns module */
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: auto !important;
  }
  .linearize-level-1 > [class*="ym-c"] > [class*="ym-cbox"], .linearize-level-1 > [class*="ym-g"] > [class*="ym-gbox"] {
    /* reset defined gutter values */
    margin: 0;
    padding: 0;
    /* optional for containing floats */
    overflow: hidden;
  }
  
  header {
    position:fixed;
    z-index:3000;
  }
    
  header .ym-gl {
    width:auto;
  }
  
  header .ym-gr {
    width:230px;
  }
  
  .basket {
    width:110px;
  }
  
  .metanav {
  display:none;
  }
  
  .metanav-mobile-wrapper {
    width:100%;
    display:block;
  }
  
  .metanav-mobile ul{
    padding-top:10px;
    float:none;
  }
  .metanav-mobile ul li, .metanav-mobile p.tel {
    font-size:16px;
    line-height:1.5em;
    float:none;
  }
  
  .metanav-mobile p.tel {
    margin-top:40px;
    margin-left:0;
    margin-bottom:20px;
    clear:both;
    background-position:left 6px;
  }
  
  .metanav-mobile ul.lang {
    margin-top:20px;
    margin-left:0;
    margin-bottom:20px;
  }
  
  .metanav-mobile ul.lang li {
    float:left;
  }

  .mobile-nav-icon {
    display:block;
  }
  
  .mobile-basket-icon {
    display:block;
  }

  
  .logo {
    padding-top:5px;
    padding-right:0;
  }
  
  .logo img {
    width:70%;
    padding-left:20px;
  }

  .logo-start {
    padding-top:10px;
    padding-right:0;
  }
  
  .logo-start img {
    width:100%;
  }

  
  nav {
    padding-top:45px;
    height:auto;
  }
    
  nav .ym-gl {
    width:76.875%; /* 738px/960px*/
  }
  
  nav .ym-gr {
    width:23.125%;/* 222px/960p*/
  }
    
  nav ul {
    margin-top:15px;
  }

  nav p {
    padding-bottom:5px;
    margin-top:5px;
  }
  
  nav .ym-gl ul li {
    float:none;
  }
  
  nav ul li:last-child {
    margin-left:0;
    padding-bottom:15px;
  }
  
  #filter {
    height:520px;
  }
    
  .filter, .filter.active {
    float:none;
  }
    
  .mobile-box div {
    float:none !important;
    padding-bottom:10px;
  }
    
  .image-start {
    display:none;
  }
  
  .image-shop .headerimage {
    display:none;
  }
  
  .image-shop {
    height:auto;
    border-top: 1px rgb(227,226,216) solid;
  }
  
  main .ym-grid {
    position:relative;
  }

  main .ym-gl:first-child {
    padding-top:25px !important;
  }
  
  main h2 {
    padding-top:10px;
  }
  
  .ym-wrapper.newsbox-wrapper {
    padding-top:10px;
    padding-bottom:10px;
  }
  .ym-gr.desktop-basket {
    display:none;
  }
  
  .mobile-basket-wrapper {
    width:100%;
    position:absolute;
    top:47px;
    left:0;
    background-color: rgb(65,61,59);
    display:none;
  }
  
  .basket-wrapper-content {
    padding:20px 4% 20px 4%;
  }
  
  .basket-wrapper-content h1, .basket-wrapper-content td {
    color: #FFFFFF;
  }
  
  .basket-wrapper-content table {
    width: 100%;
  }

  /*Braune Buttons im Warenkorb auf Weiss umgefärbt*/
  .mobile-basket-wrapper .button.brown {
    border: 1px #FFF solid;
    margin-top:5px;
    margin-bottom:3px;
  }
  
  .mobile-basket-wrapper .button.brown:after {
    background-image:url(../images/pfeil-white-rechts.png);
  }
  
  .mobile-basket-wrapper .button.brown a {
    font-weight:600;
    color:#FFF;
  }
  
  #filter div.tx-pizza {
  font-size:13px;
  line-height:1.8em;
}

header #loginform .button.green {
  margin-left: 80%;
}


}  

/* Mobile mobile landscape size (devices and browsers) */  
@media only screen and (max-width: 639px) {}

/* Mobile landscape size to tablet portrait (devices and browsers) */  
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile portrait size to mobile landscape size (devices and browsers) */  
@media only screen and (max-width: 380px) {


}

/* Print output */  
@media print {}

/* @end */  
