html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%}
body { margin: auto; font-size: 1em; line-height: 1.231; background-color: #fff; color: #000; padding: 0}
body, button, input, select, textarea { font-family: 'Montserrat',Verdana,Arial,sans-serif}
table { border-collapse: collapse; border-spacing: 0; clear: left}
td { vertical-align: top;}
form { margin: 0}
fieldset {border: 0; margin: 0; padding: 0}
label {cursor: pointer}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
hr { border: 0px; border-bottom: 1px solid #aaa;    margin: 0 0 3px; }
p { padding: 0 5px;}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../intern/fonts/montserrat-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../intern/fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../intern/fonts/montserrat-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../intern/fonts/montserrat-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../intern/fonts/montserrat-v24-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../intern/fonts/montserrat-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../intern/fonts/montserrat-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../intern/fonts/montserrat-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../intern/fonts/montserrat-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../intern/fonts/montserrat-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../intern/fonts/montserrat-v24-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
.hidden { display: none !important; visibility: hidden; }

.gridContainer {
    margin: 0 auto;
    max-width: 960px;
}

.gridContainer.breit {
    max-width: 1080px;
}

.header {
    /*height: 75px;*/
    margin: 8px 0 0;
    width: 100%;
}

.header-container {
	padding: 10px;
}

.header .logo ,
.header .versandkosten {
    float: left;
    width: 33%;
}

.sidebar,
.sidebar2 {
    clear: left;
}

.sidebar,
.sidebar2,
.content,
.infobar {
    float: left;
}

a, a:visited, a:active {
    color: #000;
    font-weight: bold;
}

a:hover {
    color: #ff8c18;
}

.autocomplete {
    cursor: pointer;
    display: block;
}

.error {
    border: 1px dotted #ff8c18;
    color: #ff8c18;
    font-style: italic;
    padding: 3px;
}

.xs { 
    font-size: 0.85em;
}

.xxs { 
    font-size: 0.75em;
}

.highlight { 
    color: #ff8c18; 
    font-weight: bold;
}

.complete, .available0 { 
    color: #2c8e18;
    font-weight: bold;
}

.available3 { 
    color: #ff0000;
    font-weight: bold;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin {
    margin: 10px;
}

h1{
    background-color: #ff8c18;
    color: #FFFFFF;
    border: 1px solid #999;
    clear: both;
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 3px 8px;
}

.boxheader {
    background-color: #353b8c;
    color: #FFFFFF;
    border: 1px solid #999;
    clear: both;
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 3px 8px;
}

h2 {
    clear: both;
    background-color: #F0F0F0;
    font-size: 100%;
    margin: 0 0 5px;
    padding: 3px 8px;
    border-bottom: 1px dotted #999;
    border-right: 1px dotted #999;
}

h3 {
    clear: both;
    font-size: 105%;
    padding: 3px 3px;
    /*margin: 0;*/
}

h6 {
    color: #FFF;
    background-color: #ff8c18;
    clear: both;
    display: block;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin: 0 0 3px;
    padding: 3px 8px;
}

.container {
	flex: 1;
	max-width:1440px
}

.sidebar2 ul {
    padding: 0 1px 0;
}

.sidebar2 li {
    margin: 5px 0px 0px;
    padding: 2px 5px;
    border: 1px dotted #BBB;
}

.sidebar2 li.passed {
    color:    #159907;
    font-weight: bold;
}

.sidebar2 li.current {
    font-weight: bold;
    color:    #ff8c18;
}

.sidebar2 a {
    text-decoration : none;	
}

.sidebar2 a:hover {
    color:    #ff8c18;
    text-decoration : underline;	
}

input.submit3,
input.submit3:hover,
input.submit2:hover,
input.submit {
    background-color: #f0f0f0;
    border: 1px solid #ff8c18;
    color: #ff8c18;
    font-weight: bold;
    padding: 2px 5px;
}

input.submit2 {
    background-color: #FFDD40;
    border: 1px solid #ff8c18;
    color: #000;    
    font-weight: bold;
    padding: 2px 5px;
    min-width: 180px;
}

 input.submit3,
 input.submit:hover
 {
    background-color: #FFDD40;
    border: 1px solid #ff8c18;
    color: #000;    
}
    
#search_r a:hover,
.sidebar a:hover,
.sidebar a.thiscat {
    background: url(/img/a1.gif) left top no-repeat #ffecd9;
    padding: 3px 3px 3px 18px;
}

#search_r a,
.sidebar a {
    clear: both;
    display: block;
    font-size: 100%;
    margin: 0;
    padding: 3px 3px 3px 18px;
    background: url(/img/a2.gif) left top no-repeat #fff;
    border-top: 1px dotted #999999;
    color: #000;
}

#suche {
    background-color: #fff;
    border: 1px solid #999;
    width: 80%;
    float: left;
    margin: 0 5px 0 0;
}

#search_r {
	background-color: #f0f0f0;
	border: 1px solid #999;
	border-radius: .25em;
	box-shadow: 2px 5px 5px #aaa;
	display: none;
	position: absolute;
	text-align: left;
	width: 76%;
	top: calc(1.5em + .75rem + 2px);
	z-index: 20;
}

#search_r a {
	background-color: #f0f0f0;
}

#search_r a:hover {
	background-color: #fff;
}

#menubutton {
    display: none;
}

.nav1,
.nav2 {
    margin: 0px;
    padding: 0px;
}

.nav1 .dropdown,
.nav1 .dropup {
    padding-left: 5%;
    float: right;
}

.sidebar a.menuhead {
    background: none;
    background-color: #353b8c;
    color: #FFFFFF;
    margin: 5px 0px 0px;
    padding: 2px 5px 2px 10px;
    text-decoration: none;
}

#cartlink {
    display: none;
}

#closeCart {
    display: none;
}

.register .mobilelabel{
    display: none;
}

.content {
    background-color: #FFF;
    float: left;
    padding: 0 1.5%;
    width: 47%;
}

.content.breit {
    width: 580px;
}

ul.angebote li .spalteEins {
    width: 30%;
}

ul.angebote li .spalteZwei {
    width: 70%;
}

ul.angebote h2 {
    background-color: #FFF;
    text-decoration: underline;
    border:none;
    padding: 0;
    margin: 0;
}

.bereich {
    border: 1px solid #353b8c;
    color: #000;
    border-radius: 4px;
    clear:both;
    margin: 2%;
    width: 96%;
}

.bereich p {
    clear: both;
    padding: 10px 10px 15px;
    margin: 0;
}

.bereich table{
    margin-left:10px;
}

.orderprocess {
width: 100%;
margin: 0;
}

.bereich ul li:nth-of-type(odd) {
    background: #eee;
}

.bereich td {
    border-color: #DDD;
    border-style: dotted;
    border-width: 1px;
    color: #000000;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

.produktpreis {
    padding: 10px 0 10px 10px;
}

a.category {
	color: #000;
	font-weight: normal;
	float: left;
	text-decoration: underline;
	display: table;
	width: 100%;
	margin: 0.5em 0;
	padding: 1em;
	border: 1px solid #ff8c18;
}

a.category:hover,
a.category:active {
	/*border: 1px solid #AA0000;*/
	/*background-color: #f0f0f0;*/
	box-shadow: 3px 3px 5px 3px rgba(255, 140, 24, 0.3);
}

/* a.category{
 	border: 1px solid #FFF;
	color: #000;
	font-weight: normal;
	float: left;
	text-decoration: none;
	display: block;
	width:100%;
}

a.category:hover{
        border: 1px solid #ff8c18;
} */

input.amount,
table.cart td.one input.inactive {
    background-color: #FFF;
    border: 1px solid #999;
    font-weight: bold;
    height: 24px;
    padding: 0 3px;
    text-align: right;
    width: 36px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

[type=submit], input[type=number] {
    height: calc(1.5em + .75rem + 2px);
}

input[type=number] {
    padding: 0px 10px;
    width: 60px;
}

table.cart td.one input.inactive {
    background-color: #EEE;
}

#loginemail,
#loginvid {
        width: 151px;
}

.register input[type="text"] {
        width: 272px;
}

.infobox {
    background-color: #FFF;
    border: 1px solid #999;
    margin: 0 0 10px;
    padding: 0 0 5px 0;
}

/*.infobox *{
    font-size: 1em;
    padding: 3px;
}*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0 5px 0 10px;
    text-align: left;
}

ul li {
    clear: both;
}

ul li .spalteEins,
ul li .spalteZwei {
    clear: none;
    float: left;
}

ul.list {
    margin: 5px 0 5px 15px;
    list-style-type:disc;
}

table.cart {
    font-size: 89%;
    width: 100%;
}

table.cart td.empty {
    padding-left: 8px;
}

table.cart td.one {
    width: 15%;
}

table.cart td.one input {
    background-color: #FFF;
    border: 1px solid #999;
    font-weight: bold;
    padding: 0 3px;
    text-align: right;
}

table.cart td.one input.inactive {
    background-color: #EEE;
}

table.cart td.two {
    vertical-align: middle;
    width: 65%;
}

table.cart td.three {
    text-align: right;
    vertical-align: middle;
    width: 20%;
}

td.l {
    text-align: left;
    vertical-align: top;
}

td.r {
    text-align: right;
    padding-right: 3px;
    vertical-align: top;
}

td.c {
    text-align: center;
    vertical-align: top;
}

td.b {
    font-weight: bold;
}

td.rb {
    text-align: right;
    font-weight: bold;
    padding-right: 3px;
}

.register td.one,
table label {
    width: 145px;
}

.register label {
    display: block;
}

.footer {
    clear: both;
    margin: 0;
    padding: 2% 0 0;
    text-align: center;
    width: 100%;
}

.register label {
    display: block;
}

#customerlogin {
    margin: 5px 0px 10px;
}

#login,
#loginopened {
    cursor: pointer;
}

.orderstep {
    display: block;
    margin: 0 0 10px 5px;
}

.hintbox {
    display:none;
    border:1px solid #999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px;
    text-align:left;
    padding: 5px 8px;
    width:220px;
}

.accentbox {
    border:2px dotted #ff8c18;
    background-color:#FFFFEB;
}

.valuelist {
    display:none;
    border: 1px solid #999;
    text-align:left;
}

#cookie div {padding:10px; padding-right:40px;}

#cookie { 
     background: #d0d0d0;
     position:fixed;
     bottom:0px;     
     width:100%; 

}
#cookieCloser {
     position: absolute;
     right: 5px;
     top: 5px;
     cursor:pointer;
 }