html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
html {
  position: relative;
  min-height: 100%;
}
html,
body {
  width: 100%;
}
body {
  line-height: 1;
  background: #8f8f8e;
  margin: 0 0 100px 0;
}
body.mobile {
  background: #fffaf6;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
#dev-ratio {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  color: #fffffc;
  background: rgba(0,0,0,0.2);
}
.yope {
  display: none;
}
@media only screen and (max-width: 1030px) {
  .yope {
    display: inline;
  }
}
@media only screen and (max-width: 480px) {
  .nope {
    display: none !important;
  }
}
body {
  color: #fffffc;
  font-family: 'Coda', Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f4960e;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Coda', Arial, Helvetica, sans-serif;
  color: #fffffc;
}
h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
h2 {
  font-size: 25px;
  margin-bottom: 6px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 14px;
  color: #fffffc;
  line-height: 1.6;
}
#top-style {
  background: #555554;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#3c3c3b 1%, EndColorstr=#555554 99%);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#3c3c3b 1%, EndColorstr=#555554 99%);
  background: -webkit-gradient(linear, bottom top, bottom bottom, from(#3c3c3b 1%), to(#555554 99%));
  background: -webkit-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background: -ms-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background: -moz-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background: -o-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background: linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background-color: #3c3c3b;
  background-image: -webkit-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background-image: -moz-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background-image: -ms-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background-image: -o-linear-gradient(bottom, #3c3c3b 1%, #555554 99%);
  background-image: background: linear-gradient(bottom, #3c3c3b 1%, #555554 99%);;
  width: 100%;
  height: 30px;
  position: relative;
}
.pattern {
  background: url("images/pattern.png") repeat-x transparent;
  width: 100%;
}
.pattern.top {
  height: 11px;
  position: absolute;
  top: 31px;
  z-index: 2;
}
.pattern.bottom {
  height: 23px;
  position: absolute;
  top: -24px;
}
footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #555554;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#3c3c3b 1%, EndColorstr=#555554 60%);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr=#3c3c3b 1%, EndColorstr=#555554 60%);
  background: -webkit-gradient(linear, top top, top bottom, from(#3c3c3b 1%), to(#555554 60%));
  background: -webkit-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background: -ms-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background: -moz-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background: -o-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background: linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background-color: #3c3c3b;
  background-image: -webkit-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background-image: -moz-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background-image: -ms-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background-image: -o-linear-gradient(top, #3c3c3b 1%, #555554 60%);
  background-image: background: linear-gradient(top, #3c3c3b 1%, #555554 60%);;
  border-top: 1px solid #fffffc;
}
footer p {
  width: 960px;
  margin: 20px auto 0 auto;
  font-size: 11px;
  color: #ccccce;
}
footer p a {
  color: #ccccce;
  padding: 0 5px;
}
footer p a:hover {
  color: #fffffc;
}
footer p a:first-child {
  margin-left: 40px;
}
.content {
  width: 960px;
  margin: 60px auto 0 auto;
}
.content.home {
  margin: 0 auto;
}
article {
  width: 640px;
  padding: 0 20px 20px 0;
  float: left;
}
article p a {
  color: #555554;
}
article p a:hover {
  text-decoration: underline;
}
article img.artikelpic {
  width: 638px;
  height: 200px;
  margin-bottom: 15px;
  background: #555554;
  border: 1px solid #fffffc;
}
aside {
  background: #fffffc;
  width: 260px;
  padding: 20px;
  float: left;
  box-shadow: 0 0 15px #555554;
  -o-box-shadow: 0 0 15px #555554;
  -moz-box-shadow: 0 0 15px #555554;
  -webkit-box-shadow: 0 0 15px #555554;
}
aside img.bm {
  margin-bottom: 20px;
}
aside h2,
aside span,
aside p {
  color: #f4960e;
}
aside h2 {
  margin-bottom: -4px;
}
aside span {
  font-style: italic;
}
aside p {
  margin-top: 20px;
  color: #555554;
}
.col {
  margin-right: 40px;
  float: left;
}
.col.half {
  width: 300px;
}
.col.last {
  margin-right: 0;
}
nav {
  height: 60px;
  top: 0;
  background: #555554;
  width: 960px;
  position: fixed;
  z-index: 99;
  left: 50%;
  margin-left: -480px;
  border-bottom: 4px solid #8f8f8e;
}
nav a {
  float: left;
  color: #fffffc;
}
nav a.logo {
  font-size: 20px;
  padding: 20px;
}
nav ul {
  float: right;
}
nav ul li {
  float: left;
  font-size: 14px;
}
nav ul li.active a {
  color: #fffffc;
  background: url("images/navi_arrow.png") no-repeat 50% bottom;
}
nav ul li a {
  color: #ccccce;
  padding: 25px 20px;
}
nav ul li a:hover {
  color: #fffffc;
}
#subnav {
  padding: 0;
  background: #555554;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#subnav li {
  float: left;
}
#subnav li.active a {
  color: #fffffc;
}
#subnav li a {
  color: #ccccce;
  font-size: 12px;
  padding: 10px 20px;
  float: left;
}
#subnav li a:hover {
  color: #fffffc;
}
.btn.text {
  font-size: 13px;
  padding: 5px;
  float: left;
}
.btn.text:before {
  content: ">> ";
}
.btn.text.grey {
  color: #555554;
  background: #ccccce;
}
.btn.text.grey:hover,
.btn.text.grey.active {
  background: #fffffc;
}
.btn.bg {
  background: #555554;
  padding: 5px 10px;
  color: #fffffc;
}
.btn.bg span {
  color: #fffffc;
  font-style: normal;
}
.btn.bg:hover {
  background: #f4960e;
}
.btn.dl {
  display: inline-block;
  margin-left: -10px;
  width: 100%;
}
.btn.dl p {
  background: #ccccce;
  padding: 2px 15px;
  font-size: 14px;
  border: 1px solid #555554;
  color: #555554;
  border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  float: left;
}
.btn.dl span {
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  left: 10px;
  top: 13px;
  background-image: url("images/btn_icons.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 0;
}
.btn.dl span.Preisliste,
.btn.dl span.Mietpreisliste {
  background-position: 0 -40px;
}
.btn.dl span.Mietbedingungen,
.btn.dl span.AGB,
.btn.dl span.AVV,
.btn.dl span.EU-Lizenz,
.btn.dl span.Versicherungsbescheinigung {
  background-position: -40px -40px;
}
.btn.dl span.Bestellformular {
  background-position: -80px -40px;
}
.btn.dl span.Infoflyer {
  background-position: -160px -40px;
}
.btn.dl:hover p {
  background: #f4960e;
}
.btn.dl:hover span.Preisliste,
.btn.dl:hover span.Mietpreisliste {
  background-position: 0 0;
}
.btn.dl:hover span.Mietbedingungen,
.btn.dl:hover span.AGB,
.btn.dl:hover span.AVV,
.btn.dl:hover span.EU-Lizenz,
.btn.dl:hover span.Versicherungsbescheinigung {
  background-position: -40px 0;
}
.btn.dl:hover span.Bestellformular {
  background-position: -80px 0;
}
.btn.dl:hover span.Infoflyer {
  background-position: -160px 0;
}
#slider:after,
UL.pxs_thumbnails:after,
.pxs_actions:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#slider,
UL.pxs_thumbnails,
.pxs_actions {
  display: inline-block;
}
#slider,
UL.pxs_thumbnails,
.pxs_actions {
  display: block;
  -height: 1px;
}
#slider {
  width: 100%;
  height: 425px;
  position: relative;
  display: block;
  overflow: hidden !important;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  top: 0px;
  border-top: 1px solid #fffffc;
  background: #8f8f8e;
  padding-bottom: 50px;
}
.pxs_bg {
  background: #ccccce;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #fffffc;
}
.pxs_bg DIV {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7584px;
/*1264px window width times number of images/slider*/
  height: 500px;
  background-repeat: repeat-x;
  background-position: top left;
  background-color: transparent;
}
.pxs_bg .pxs_bg1 {
  background-image: url("images/slider/bg_btn.png");
}
.pxs_bg .pxs_bg2 {
  background-image: url("images/slider/xbg2.png");
}
.pxs_bg .pxs_bg3 {
  background-image: url("images/slider/bg_back.png");
}
.pxs_slider_wrapper {
  display: none;
}
ul.pxs_slider {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 420px;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.pxs_slider li {
  float: left;
  list-style: none;
  position: relative;
  left: 0px;
  margin-top: 35px;
}
ul.pxs_slider li .slide {
  width: 960px;
  height: 320px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -480px;
}
ul.pxs_slider li .slide img {
  display: inline-block;
  left: 0;
  position: absolute;
}
ul.pxs_slider li .slide img.long {
  width: 960px !important;
}
ul.pxs_slider li .slide .info {
  width: 260px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  background: #f4960e;
  background: rgba(244,150,14,0.8);
}
ul.pxs_slider li .slide .info p {
  margin-bottom: 20px;
}
ul.pxs_thumbnails {
  height: 80px;
  bottom: 0;
  width: 960px;
  left: 50%;
  margin-left: -480px;
  padding: 0;
  position: absolute;
}
ul.pxs_thumbnails li {
  position: relative;
  display: block;
  width: 317px;
  height: 80px;
  background: #555554;
  cursor: pointer;
  float: left;
  border-right: 1px solid #fff;
  border-left: 1px solid #8f8f8e;
}
ul.pxs_thumbnails li:first-child {
  border-left: none;
}
ul.pxs_thumbnails li:last-child {
  border-right: none;
}
ul.pxs_thumbnails li span {
  color: #fff;
  margin: 22px 0 1px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
ul.pxs_thumbnails li p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-style: italic;
}
ul.pxs_thumbnails li img {
  float: left;
  width: 70px;
  height: 52.2px;
  margin: 15px 10px;
}
ul.pxs_thumbnails li .arrow {
  width: 22px;
  height: 11px;
  background: url("images/slider/slider_navi_arrow.png") no-repeat transparent;
  position: absolute;
  left: 108px;
  top: -11px;
}
ul.pxs_thumbnails li.selected {
  background: #f4960e;
}
.pxs_navigation SPAN {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 145px;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  cursor: pointer;
  display: none;
}
.pxs_navigation SPAN:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pxs_navigation SPAN.pxs_prev {
  background: #000 url("images/slider/prev.png") no-repeat center center;
}
.pxs_navigation SPAN.pxs_next {
  background: #000 url("images/slider/next.png") no-repeat center center;
}
.pxs_loading {
  color: #fff;
  font-size: 13px;
  padding: 15px 15px 15px 50px;
  position: absolute;
  background: #333 url("images/slider/ajax-loader.gif") no-repeat 10px 50%;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  width: 180px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -90px;
}
.pxs_actions {
/*+placement:anchor-bottom-left 10px 10px*/
  position: absolute;
  left: 10px;
  bottom: 62px;
  display: block;
  width: 38px;
}
.pxs_pause,
.pxs_play {
/*+placement:float-left 0px 0px*/
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
  border: 1px solid #fff;
  width: 20px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.5);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: hand;
  text-indent: -10000em;
  background-image: url("images/slider/play_pause.png");
  height: 20px;
}
.pxs_pause:hover,
.pxs_play:hover {
  border-color: #828282;
  background-color: #fff;
}
.pxs_pause {
  background-position: -15px -10px;
}
.pxs_pause:hover {
  background-position: -15px -21px;
}
.pxs_play {
  background-position: 2px -10px;
}
.pxs_play:hover {
  background-position: 2px -21px;
}
table#mpl {
  margin-top: 30px;
  width: 640px;
  font-size: 12px;
}
table#mpl thead tr {
  background: #f4960e;
}
table#mpl thead tr th.img {
  width: 66px;
}
table#mpl tr {
  background: #a0a09f;
  border-bottom: 1px solid #fffffc;
  display: block;
}
table#mpl tr:nth-child(even) {
  background: #b1b1b0;
}
table#mpl td,
table#mpl th {
  padding: 10px;
  vertical-align: top;
}
table#mpl td strong,
table#mpl th strong {
  color: #555554;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
table#mpl td.desc,
table#mpl th.desc {
  width: 300px;
}
table#mpl td.preis,
table#mpl th.preis {
  width: 70px;
}
table#mpl td.staffel,
table#mpl th.staffel {
  width: 135px;
}
table#mpl td.preis,
table#mpl th.preis,
table#mpl td.staffel,
table#mpl th.staffel {
  text-align: center;
}
table#mpl img {
  width: 66px;
  height: 50px;
  border: 1px solid #fffffc;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #555554;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  background: #fffffc;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid;
}
#ccc,
#cboxLoadedContent {
  border: 5px solid;
}
#000 {
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url("images/colorbox/loading.gif") no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("images/colorbox/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("images/colorbox/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url("images/colorbox/controls.png") no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
form.form {
  font-size: 13px;
}
form.form .block,
form.form p {
  margin-bottom: 10px;
  float: left;
}
form.form .block,
form.form p,
form.form input,
form.form select {
  margin-right: 20px;
}
form.form .block.no-margin,
form.form p.no-margin,
form.form input.no-margin,
form.form select.no-margin {
  margin-right: 0;
}
form.form .block.ultra,
form.form p.ultra,
form.form input.ultra,
form.form select.ultra {
  width: 640px;
}
form.form .block.xl,
form.form p.xl,
form.form input.xl,
form.form select.xl {
  width: 310px;
}
form.form .block.l,
form.form p.l,
form.form input.l,
form.form select.l {
  width: 227.5px;
}
form.form .block.m,
form.form p.m,
form.form input.m,
form.form select.m {
  width: 145px;
}
form.form .block.ms,
form.form p.ms,
form.form input.ms,
form.form select.ms {
  width: 120px;
}
form.form .block.s,
form.form p.s,
form.form input.s,
form.form select.s {
  width: 62.5px;
}
form.form .block.row,
form.form p.row,
form.form input.row,
form.form select.row {
  padding: 5px 10px;
  background: #ccccce;
  border: 2px solid #ccccce;
  width: 620px;
}
form.form .block.row.head,
form.form p.row.head,
form.form input.row.head,
form.form select.row.head {
  background: #555554;
  border: 2px solid #555554;
  color: #ccccce;
  margin-bottom: 5px;
}
form.form .block.row input,
form.form p.row input,
form.form input.row input,
form.form select.row input {
  border: 2px solid #e5e5e6;
}
form.form .block.row p,
form.form p.row p,
form.form input.row p,
form.form select.row p {
  margin-bottom: 0;
  padding-left: 6px;
}
form.form label,
form.form input,
form.form textarea,
form.form select {
  width: 100%;
  padding: 5px 0 5px 2px;
}
form.form input,
form.form textarea,
form.form select {
  background: #555554;
  color: #ccccce;
  border: 2px solid #ccccce;
}
form.form select {
  height: 30px;
}
form.form input.pflicht,
form.form textarea.pflicht {
  border: 2px solid #f4960e;
}
form.form input.valid,
form.form textarea.valid {
  border: 2px solid #008000;
}
form.form input.error,
form.form textarea.error {
  background: #7a1f1f;
}
form.form .row select {
  background: #555554;
  color: #fffffc;
  height: 27px !important;
}
form.form .row input.pflicht,
form.form select.pflicht {
  border: 2px solid #fff;
}
form.form .row input.valid,
form.form select.valid {
  border: 2px solid #008000;
}
form.form label.error {
  background: #7a1f1f;
  font-size: 11px;
  position: absolute;
  color: #fffffc;
  width: auto;
  padding: 2px 5px;
}
form.form label.ok {
  position: absolute;
  background: #008000;
  color: #fffffc;
  width: auto;
  font-size: 11px;
  padding: 2px 5px;
}
form.form input[type=submit] {
  width: auto;
  float: left;
  padding: 6px 15px;
  background: #f4960e;
  color: #fffffc;
  font-size: 13px;
  border: 2px solid #ccccce;
  cursor: pointer;
}
tbody tr {
  cursor: move;
}
aside.ui-state-default {
  background: #fce0b7;
  box-shadow: 0 0 15px #f4960e;
  -o-box-shadow: 0 0 15px #f4960e;
  -moz-box-shadow: 0 0 15px #f4960e;
  -webkit-box-shadow: 0 0 15px #f4960e;
}
aside.ui-state-default .placeholder {
  color: #8f8f8e;
}
.dropzone {
  display: none;
  margin-top: 20px;
  padding: 20px;
  background: #f6ab3e;
  border: 5px solid #555554;
  text-align: center;
}
.dropzone.ui-state-default {
  background-color: #f4960e;
  border: 5px solid #8f8f8e;
}
.dropzone p {
  color: #fffffc;
  margin: 0;
  font-size: 14px;
}
.ui-draggable-dragging {
  border: 1px dotted #000;
  padding: 6px;
  background: #555554;
  font-size: 12px;
  border: 1px solid #ccccce;
  box-shadow: 0 0 15px #000001;
  -o-box-shadow: 0 0 15px #000001;
  -moz-box-shadow: 0 0 15px #000001;
  -webkit-box-shadow: 0 0 15px #000001;
}
.ui-draggable-dragging td.img {
  float: left;
  margin-right: 15px;
}
.ui-draggable-dragging td {
  vertical-align: top;
  color: #ccccce;
}
.ui-draggable-dragging td strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fffffc;
}
.ui-draggable-dragging .preis,
.ui-draggable-dragging .staffel {
  vertical-align: bottom;
  padding: 0 10px 0 40px;
}
#cart #remove-all {
  display: none;
  float: right;
}
#cart {
  float: left;
  margin-bottom: 20px;
}
form#asideform .cart-item {
  background: #ccccce;
  padding: 10px;
  margin: 5px 0;
  float: left;
}
form#asideform .cart-item p.input {
  margin: 0;
  float: left;
  position: relative;
  width: 235px;
}
form#asideform .cart-item p.input label {
  float: left;
  width: 95px;
  color: #fffffc;
}
form#asideform .cart-item p.input label.ok {
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  padding: 1px 4px;
}
form#asideform .cart-item p.input input {
  width: 100px;
  background: #fffffc;
  float: left;
}
form#asideform .cart-item p.input input.valid {
  border: 2px solid #008000;
}
form#asideform .cart-item .item-name {
  margin-top: 0;
  color: #555554;
  margin-bottom: 3px;
}
form#asideform .cart-item .item-close {
  float: right;
  font-size: 20px;
  margin-top: -7px;
  margin-right: -7px;
  width: auto;
  padding: 0 5px;
  cursor: pointer;
  color: #fffffc;
}
form#asideform .cart-item .item-close:hover {
  color: #555554;
}
.ui-widget-overlay {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ui-dialog {
  background: #555554;
  padding: 20px;
  border: 2px solid #fffffc;
  box-shadow: 0 0 15px #000001;
  -o-box-shadow: 0 0 15px #000001;
  -moz-box-shadow: 0 0 15px #000001;
  -webkit-box-shadow: 0 0 15px #000001;
}
.ui-dialog .ui-dialog-titlebar {
  margin-bottom: 20px;
  color: #f4960e;
  font-size: 20px;
}
.ui-dialog #dialog-confirm {
  min-height: 80px !important;
  font-size: 13px;
  line-height: 1.4;
}
.ui-dialog .ui-icon-closethick {
  color: #fffffc;
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 20px;
}
.ui-dialog .ui-icon-closethick:hover {
  color: #f4960e;
}
.ui-dialog button {
  background: #f4960e;
  padding: 5px 10px;
  border: 1px solid #fffffc;
  color: #fffffc;
  cursor: pointer;
}
.ui-dialog button:hover {
  color: #000001;
}
#dialog-confirm {
  display: none;
}
.placeholder {
  font-size: 20px;
  color: #f4960e;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
form#asideform {
  margin-top: 20px;
  float: left;
  width: 260px;
  color: #f4960e;
}
form#asideform .block {
  width: 260px;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 4px;
}
form#asideform .block.text {
  margin-top: 10px;
}
form#asideform .block.text label {
  margin-bottom: 4px;
}
form#asideform label {
  font-size: 13px;
  float: left;
  width: 70px;
  color: #8f8f8e;
  padding-top: 8px;
}
form#asideform label.error {
  position: relative;
  width: 167px;
  margin-left: 70px;
  padding: 4px;
  font-size: 11px;
  float: left;
  text-align: right;
  color: #fffffc;
  background: #7a1f1f;
}
form#asideform label.ok {
  position: absolute;
  top: 5px;
  right: -12px;
  background: #008000;
  color: #fffffc;
  padding: 4px;
  font-size: 11px;
  width: 15px;
}
form#asideform input {
  float: left;
  width: 163px;
  color: #555554;
  background: #ccccce;
  border: 2px solid #555554;
  padding: 4px;
  margin: 0;
}
form#asideform textarea {
  width: 250px;
  background: #ccccce;
  color: #555554;
  padding: 4px;
  border: 2px solid #555554;
  float: left;
}
form#asideform input.pflicht,
form#asideform textarea.pflicht {
  border: 2px solid #f4960e;
}
form#asideform input.valid,
form#asideform textarea.valid {
  border: 2px solid #008000;
}
form#asideform input.error,
form#asideform textarea.error {
  border: 2px solid #7a1f1f;
  margin-bottom: 0;
}
form#asideform #pflichtfelder {
  width: 100%;
  float: left;
  font-size: 12px;
  margin-top: 5px;
}
form#asideform .submit-wrapper {
  width: auto;
}
form#asideform input[type=submit] {
  background: #f4960e;
  width: auto;
  padding: 5px 15px;
  color: #fffffc;
  margin-top: 10px;
  cursor: pointer;
  border: 0 none;
  font-size: 13px;
  float: right;
}
form#asideform input[type=submit]:hover {
  color: #555554;
}
.hide {
  display: none;
}
#aside-intro {
  margin-top: 20px;
}
#aside-intro p.infotext {
  margin-bottom: 20px;
}
.kontaktrow {
  float: left;
  width: 240px;
  height: auto;
  margin-bottom: 10px;
}
.kontaktrow span {
  width: 60px;
  float: left;
  font-size: 14px;
  line-height: 1.6;
}
.kontaktrow p {
  float: right;
  width: 170px;
  margin: 0;
}
.kontaktrow a {
  color: #8f8f8e;
}
.kontaktrow a:hover {
  color: #555554;
}
form#kontakt input,
form#kontakt select {
  margin-bottom: 10px;
}
form#kontakt span.error {
  color: #fffffc;
  background: #7a1f1f;
  padding: 3px;
  font-size: 11px;
}
#kontakt-btn {
  float: right;
}
#kontakt-btn > * {
  margin: 20px 0 0 0;
}
#mapwrapper {
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
}
#mapwrapper #map {
  width: 640px;
  height: 250px;
  border: 2px solid #fffffc;
  margin-bottom: 20px;
}
#mapwrapper #maplinks a {
  margin-right: 20px;
}
.gmap-infowindow {
  font-size: 13px;
  color: #555554;
  padding: 10px;
  height: 50px;
}
#slideshow {
  position: relative;
  height: 200px;
  border: 1px solid #fffffc;
  margin-bottom: 20px;
  float: left;
  width: 640px;
}
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#slideshow img.active {
  z-index: 10;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#slideshow img.last-active {
  z-index: 9;
}
.stoerer-wrapper {
  background: url("images/stoerer-bg.png") repeat;
  padding: 15px;
  margin-bottom: 20px;
}
.stoerer-wrapper .stoerer-inner {
  padding: 10px;
  background: #f49f0e;
  border: 5px solid #333;
  box-shadow: 0 0 20px #000;
  -o-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
}
.stoerer-wrapper .stoerer-inner h2 {
  color: #444;
  font-weight: 400;
}
.stoerer-wrapper .stoerer-inner p strong {
  font-size: 16px;
  color: #444;
}
