.site {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ff4400;
}
.sitecontainer {
    text-align: center;
}
.mainframe {
    max-width: 900px;
    display: inline-block;
}

.header {
    text-align: center;
    background-color: #4D0C47;
    color: white;
    min-height: 36px;
    padding-top: 10px;
    overflow: hidden;
    z-index: 10;
}
.sticky {
    position: fixed;
    z-index: 10;
    top: 0;
}
.header a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
    font-size: 17px;
    color: white;
}
.header a:before {
    color: yellow;
}
.header .icon {
    display: none;
}
.header a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}
.header a.active {
    background-color: #4D0C47;
    color: white;
}
  
@media screen and (max-width: 900px) {
    .header a:not(.mvisible)  {display: none;}
    .header a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 900px) {
    .header.responsive {position: relative;}
    .header.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .header.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  
  .footer {
    padding-top: 4px;
    text-align: center;
    background-color: #4D0C47;
    font-size: 9pt;
    color: yellow;
    min-height: 36px;
}
.mainmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mainmenu sup {
    border-radius: 10px;
    font-weight: normal;
    background-color: yellow;
    color: blue;
    padding: 4px;
    font-size: 12px;
    position: relative;
    top: -10px;
}

.xmainmenu:hover {
    color: blue;
    background-color: #ddd;
}

.mmactive {
    font-weight: bold;
    border-bottom: 5px solid yellow;
}

.logoline {
    background-image: url(../images/logobg.jpg);
    background-repeat: no-repeat;
    -ms-background-size: 100% 300px;
    background-size: 100% 300px;
    background-position: center center;
    vertical-align: middle;
    text-align: center;
    height: 300px;
}

.logo {
    border: none;
    display: inline-block;
}
.content {
    background-color: #e1e1ba;
    min-height: 800px;
    vertical-align: top;
    text-align: left;
}
.sidebar {
    background-image: url(../images/sidebarbg.jpg);
    }
.checkout {
    background: #8DCC87;
}
.cart {
    background: #DDCC87;
}
.zoomable {
    border: 0;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}

.zoomable:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}

.hinweis {
    font-size: 9pt;
    color: darkblue;
    background-color: lightyellow;
    padding: 4px;
}
textarea,
input[type ='text'] {
    border: 1px solid black;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

textarea:focus,
input:focus {
    -webkit-box-shadow: 0 0 7px blue;
    -ms-box-shadow: 0 0 7px blue;
    box-shadow: 0 0 7px blue;
}

.noborder {
    border: 0;
}
.flat {
    border: 0;
    background-color: transparent;
}
.flat:focus {
    border:1px solid black;
    background-color: white;
}
.spwunsch {
    width: 100%;
    font-size: 12pt;
}
.thickframe {
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 8px #000000;
    -ms-box-shadow: 0 0 0 8px #000000;
    box-shadow: 0 0 0 8px #000000;
    box-shadow: 0 0 0 8px rgba(0,0,0,0.1);
}
#phoneout {
    position: fixed;
    top: 60px;
    left: 10px;
    z-index: 100;    
    text-align: center;
}
#phoneout a {
    text-decoration: none;
}
#phoneout a p {
    background-color: wheat;
    margin-top:-10px;
    font-size: larger;
    padding: 10px;
    border: 1px solid #ff4400;
    border-radius: 4px;
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    @page {
        margin: 0;        
    }
}
