/* Colors */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
html {
  font-size: 16px;
  text-rendering: auto;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bfbfbf;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bfbfbf;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bfbfbf;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
:placeholder-shown {
  color: #bfbfbf;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.blue {
  color: #005192;
}
.black {
  color: #000000;
}
.bghwite {
  background-color: #ffffff;
}
.half-white {
  background-image: url('../Assets/bgwhite.png') !important;
  background-repeat: repeat-y !important;
}
@media (min-width: 768px) {
  .half-white {
    background-position: 360px top !important;
  }
}
@media (min-width: 992px) {
  .half-white {
    background-position: 470px top !important;
  }
}
@media (min-width: 1200px) {
  .half-white {
    background-position: 570px top !important;
  }
}
.m10 {
  margin: 10px 10px 10px 10px;
  margin: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.mb10 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.mb12 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.mb20 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.mb40 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.p3m3 {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
.blue-border-top {
  border-top: 2px solid #005192;
}
.blue-border-bottom {
  border-bottom: 2px solid #005192;
}
.nopadding {
  padding: 0 !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
  background: none;
}
.panel-heading {
  padding: 10px 15px 10px 0px !important;
  padding: 0.625rem 0.9375rem 0.625rem 0rem !important;
}
.zweihorn-oracle {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.zweihorn-oracle .form-group {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.zweihorn-oracle .form-control {
  height: 44px;
  height: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-size: 24px;
  font-size: 1.5rem;
}
.zweihorn-oracle .product-title {
  font-weight: bold;
}
.zweihorn-oracle .redbtn {
  height: 40px;
  height: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  display: block;
  border: none;
  background: #ff0000;
  color: #ffffff;
}
.zweihorn-oracle .redbtn:hover,
.zweihorn-oracle .redbtn:focus {
  text-decoration: none;
  background-color: #ff3333;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  -moz-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
}
.zweihorn-oracle .redbtn.cross:after {
  content: ' ✘';
}
.zweihorn-oracle .greenbtn {
  height: 40px;
  height: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  display: block;
  border: none;
  background: #008000;
  color: #ffffff;
}
.zweihorn-oracle .greenbtn.block {
  width: 100%;
}
.zweihorn-oracle .greenbtn:hover,
.zweihorn-oracle .greenbtn:focus {
  text-decoration: none;
  background-color: #00b300;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  -moz-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
}
.zweihorn-oracle .greenbtn.check:after {
  content: ' ✔';
}
.zweihorn-oracle .bluebtn {
  height: 40px;
  height: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  display: block;
  border: none;
  background: #005192;
  color: #ffffff;
}
.zweihorn-oracle .bluebtn:hover,
.zweihorn-oracle .bluebtn:focus {
  text-decoration: none;
  background-color: #006dc5;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  -moz-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
}
.zweihorn-oracle .selected-filter {
  background: url('../Assets/x-blue.png') left center no-repeat;
  padding-left: 20px;
  padding-left: 1.25rem;
  cursor: pointer;
}
.zweihorn-oracle .delete-filter {
  background: url('../Assets/x-red.png') left center no-repeat;
  padding-left: 20px;
  padding-left: 1.25rem;
  cursor: pointer;
}
.zweihorn-oracle .form-group {
  position: relative;
}
.zweihorn-oracle .form-group .colorfield {
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  border: none;
}
.zweihorn-oracle .form-group .colorfield:focus {
  background-color: #ffffff;
}
.zweihorn-oracle .form-group .form-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 40px;
  height: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  display: block;
  border: none;
  background: #008000;
  color: #ffffff;
}
.zweihorn-oracle .basiscolors {
  position: relative;
}
.zweihorn-oracle .basiscolors .deactivate-layer {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.zweihorn-oracle .picbox {
  display: block;
  background: no-repeat center center;
  position: relative;
  border: 1px solid #a4a4a4;
  height: 252px;
  height: 15.75rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.zweihorn-oracle .picbox.small {
  height: 149px;
  height: 9.3125rem;
}
.zweihorn-oracle .picbox .box-title {
  position: absolute;
  min-height: 33px;
  min-height: 2.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  padding: 5px 5px 5px 5px;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
  text-align: center;
}
.zweihorn-oracle .picbox.selectbox {
  cursor: pointer;
}
.zweihorn-oracle .picbox.selected .box-title {
  background: #005192;
  color: #ffffff;
}
.zweihorn-oracle .picbox:hover {
  border-color: #005192;
  -webkit-box-shadow: 1.5px 2.6px 8.5px 2.5px rgba(1, 30, 53, 0.41);
  -moz-box-shadow: 1.5px 2.6px 8.5px 2.5px rgba(1, 30, 53, 0.41);
  box-shadow: 1.5px 2.6px 8.5px 2.5px rgba(1, 30, 53, 0.41);
}
.zweihorn-oracle .picbox:hover .box-title {
  background: #005192;
  color: #ffffff;
}
.zweihorn-oracle .colorbox {
  display: block;
  cursor: pointer;
  background: no-repeat center center;
  position: relative;
  border: 1px solid #a4a4a4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 200px;
  height: 12.5rem;
}
.zweihorn-oracle .colorbox.small {
  height: 100px;
  height: 6.25rem;
}
.zweihorn-oracle .colorbox .box-title {
  position: absolute;
  min-height: 33px;
  min-height: 2.0625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  padding: 5px 5px 5px 5px;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
  text-align: center;
}
.zweihorn-oracle .colorbox:hover {
  border-color: #005192;
  -webkit-box-shadow: 1.5px 2.6px 8.5px 2.5px rgba(1, 30, 53, 0.41);
  -moz-box-shadow: 1.5px 2.6px 8.5px 2.5px rgba(1, 30, 53, 0.41);
  box-shadow: 1.5px 2.6px 8.5px 2.5px rgba(1, 30, 53, 0.41);
}
.zweihorn-oracle .colorbox:hover .box-title {
  background: #005192;
  color: #ffffff;
}
.zweihorn-oracle .panel-title {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.zweihorn-oracle .panel-title a {
  display: block;
}
.zweihorn-oracle .minipic {
  display: block;
  background: no-repeat center center;
  position: relative;
  border: 1px solid #a4a4a4;
  height: 62px;
  height: 3.875rem;
  width: 62px;
  width: 3.875rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.zweihorn-oracle #selection .panel-default > .panel-heading {
  background-color: #ffffff;
  border-color: #005192;
  color: #005192;
}
.zweihorn-oracle #selection .panel-default > .panel-heading .panel-title {
  background: url('../Assets/arrow_blue_bottom.png') 12px 5px no-repeat;
  padding-left: 60px;
  padding-left: 3.75rem;
}
.zweihorn-oracle #selection .panel-default > .panel-heading .panel-title.opened {
  background-image: url('../Assets/arrow_blue_bottom_open.png');
}
.zweihorn-oracle #selection .panel-default .selection {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000000;
  position: relative;
}
.zweihorn-oracle #selection .panel-default .selection .title {
  color: #a4a4a4;
  font-size: 16px;
  font-size: 1rem;
}
.zweihorn-oracle #selection .panel-default .selection a {
  color: #005192;
  font-size: 16px;
  font-size: 1rem;
}
.zweihorn-oracle #selection .panel-default .selection .change-selection {
  position: absolute;
  right: 0;
  top: 16px;
  top: 1rem;
  height: 40px;
  height: 2.5rem;
  text-align: center;
  padding: 0px 10px 0px 10px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  background: #005192;
  color: #ffffff;
}
.zweihorn-oracle #selection .panel-default .selection .change-selection:hover,
.zweihorn-oracle #selection .panel-default .selection .change-selection:focus {
  text-decoration: none;
  background-color: #006dc5;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  -moz-box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
  box-shadow: 2px 2px 2px rgba(0, 81, 146, 0.75);
}
.zweihorn-oracle #selection .panel-sub {
  border: none !important;
  background: none !important;
  border-bottom: 2px dashed #005192 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.zweihorn-oracle #selection .panel-sub > .panel-heading {
  background: none !important;
  border: none !important;
  color: #000000 !important;
}
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title {
  background: none;
  padding-left: 0;
}
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title a {
  color: #005192;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title a:hover,
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title a:hover span.open-link:hover,
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title a:focus span.open-link:hover,
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title a:hover span.open-link:focus,
.zweihorn-oracle #selection .panel-sub > .panel-heading .panel-title a:focus span.open-link:focus {
  text-decoration: underline;
}
.zweihorn-oracle #zweihornoracle #collapseOracle {
  min-height: 580px;
  min-height: 36.25rem;
}
.zweihorn-oracle #zweihornoracle #collapseOracle .panel-body.half-white {
  min-height: 580px;
  min-height: 36.25rem;
}
.zweihorn-oracle #zweihornoracle .panel {
  background-color: rgba(255, 255, 255, 0.85);
}
.zweihorn-oracle #zweihornoracle .panel-group.sub {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.zweihorn-oracle #zweihornoracle .panel-default > .panel-heading {
  background-color: #005192;
  border-color: #005192;
  color: #ffffff;
}
.zweihorn-oracle #zweihornoracle .panel-default > .panel-heading .panel-title {
  background: url('../Assets/arrow_white_top_open.png') 12px 5px no-repeat;
  padding-left: 60px;
  padding-left: 3.75rem;
}
.zweihorn-oracle #zweihornoracle .panel-default > .panel-heading .panel-title.opened {
  background-image: url('../Assets/arrow_white_top.png');
}
.zweihorn-oracle #zweihornoracle .panel-default > .panel-heading .panel-title a:hover,
.zweihorn-oracle #zweihornoracle .panel-default > .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.zweihorn-oracle #zweihornoracle .panel-default > .panel-heading:hover,
.zweihorn-oracle #zweihornoracle .panel-default > .panel-heading:focus {
  background-color: #005497;
}
.zweihorn-oracle #zweihornoracle .panel-sub {
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #005192;
}
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading {
  background: none !important;
  color: #000000 !important;
}
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title {
  background: none;
  padding-left: 0;
}
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title a:hover,
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title a:hover span.open-link:hover,
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title a:focus span.open-link:hover,
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title a:hover span.open-link:focus,
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title a:focus span.open-link:focus {
  text-decoration: underline;
}
.zweihorn-oracle #zweihornoracle .panel-sub > .panel-heading .panel-title .open-link {
  color: #005192;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.zweihorn-oracle #zweihornoracle .panel-sub-sub {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading {
  background: none !important;
  border: none;
  color: #000000 !important;
}
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title {
  background: none;
  padding-left: 0;
}
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title a {
  color: #005192;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title a:hover,
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title a:hover span.open-link:hover,
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title a:focus span.open-link:hover,
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title a:hover span.open-link:focus,
.zweihorn-oracle #zweihornoracle .panel-sub-sub > .panel-heading .panel-title a:focus span.open-link:focus {
  text-decoration: underline;
}
.zweihorn-oracle #zweihornoracle .certificatebox {
  display: block;
  background: #ffffff no-repeat;
  position: relative;
  border: 1px solid #a4a4a4;
}
.zweihorn-oracle #zweihornoracle .material-pic,
.zweihorn-oracle #zweihornoracle .processingmethod-pic {
  display: block;
  background: no-repeat center center;
  position: relative;
  border: 1px solid #a4a4a4;
  height: 140px;
  height: 8.75rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.zweihorn-oracle #zweihornoracle .submitlink {
  height: 40px;
  height: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  display: block;
  background: #008000;
  color: #ffffff;
}
.zweihorn-oracle #zweihornoracle .submitlink:after {
  content: ' ✔';
}
.zweihorn-oracle #zweihornoracle .submitlink:hover,
.zweihorn-oracle #zweihornoracle .submitlink:focus {
  text-decoration: none;
}
.zweihorn-oracle #zweihornoracle .property-labels {
  padding-left: 311px;
  padding-left: 19.4375rem;
}
.zweihorn-oracle #zweihornoracle .property-labels .good,
.zweihorn-oracle #zweihornoracle .property-labels .better,
.zweihorn-oracle #zweihornoracle .property-labels .excellent {
  display: inline-block;
  float: left;
  color: #005192;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.zweihorn-oracle #zweihornoracle .property-labels .good {
  width: 65px;
  width: 4.0625rem;
}
.zweihorn-oracle #zweihornoracle .property-labels .better {
  width: 68px;
  width: 4.25rem;
}
.zweihorn-oracle #zweihornoracle .property-group {
  background: #ffffff;
  padding: 4px 5px 4px 5px;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.zweihorn-oracle #zweihornoracle .property-group:before,
.zweihorn-oracle #zweihornoracle .property-group:after {
  content: " ";
  display: table;
}
.zweihorn-oracle #zweihornoracle .property-group:after {
  clear: both;
}
.zweihorn-oracle #zweihornoracle .property-group:before,
.zweihorn-oracle #zweihornoracle .property-group:after {
  content: " ";
  display: table;
}
.zweihorn-oracle #zweihornoracle .property-group:after {
  clear: both;
}
.zweihorn-oracle #zweihornoracle .property-group label.label {
  width: 270px;
  width: 16.875rem;
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  float: left;
}
.zweihorn-oracle #zweihornoracle .property-group .radio-inline {
  float: left;
  width: 69px;
  width: 4.3125rem;
  height: 28px;
  height: 1.75rem;
}
.zweihorn-oracle #zweihornoracle .property-group .radio-inline label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  cursor: pointer;
}
.zweihorn-oracle #zweihornoracle .property-group .radio-inline input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.zweihorn-oracle #zweihornoracle .property-group .radio-inline input[type="radio"] + label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background: transparent url("../Assets/s-checkbox.png") no-repeat 0 0;
  padding-left: 20px;
}
.zweihorn-oracle #zweihornoracle .property-group .radio-inline input[type="radio"]:checked + label {
  background-position: 0 -28px;
}
.zweihorn-oracle #zweihornoracle .property-group .checkbox-inline {
  float: left;
  width: 69px;
  width: 4.3125rem;
  height: 28px;
  height: 1.75rem;
}
.zweihorn-oracle #zweihornoracle .property-group .checkbox-inline label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  cursor: pointer;
}
.zweihorn-oracle #zweihornoracle .property-group .checkbox-inline input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.zweihorn-oracle #zweihornoracle .property-group .checkbox-inline input[type="checkbox"] + label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background: transparent url("../Assets/s-checkbox.png") no-repeat 0 0;
  padding-left: 20px;
}
.zweihorn-oracle #zweihornoracle .property-group .checkbox-inline input[type="checkbox"]:checked + label {
  background-position: 0 -28px;
}
.zweihorn-oracle #zweihornoracle .property-group .checkbox-inline.disable label {
  display: none;
}
.zweihorn-oracle #zweihornoracle .property-group .checkbox-inline.disable input[type="checkbox"] {
  background: none;
}
.zweihorn-oracle #zweihornoracle #certificate .disable {
  display: none;
}
.zweihorn-oracle #zweihornoracle #gloss .disable {
  display: none;
}
.zweihorn-oracle #zweihornoracle .certificatebox .checkbox-inline {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 69px;
  width: 4.3125rem;
  height: 28px;
  height: 1.75rem;
}
.zweihorn-oracle #zweihornoracle .certificatebox .checkbox-inline label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  cursor: pointer;
}
.zweihorn-oracle #zweihornoracle .certificatebox .checkbox-inline input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.zweihorn-oracle #zweihornoracle .certificatebox .checkbox-inline input[type="checkbox"] + label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background: transparent url("../Assets/s-checkbox.png") no-repeat 0 0;
  padding-left: 20px;
}
.zweihorn-oracle #zweihornoracle .certificatebox .checkbox-inline input[type="checkbox"]:checked + label {
  background-position: 0 -28px;
}
.zweihorn-oracle #zweihornoracle .certificatebox .checkbox-inline.disable label {
  display: none;
}
.zweihorn-oracle #zweihornoracle .certificatebox .checkbox-inline.disable input[type="checkbox"] {
  background: none;
}
.zweihorn-oracle #zweihornoracle .gloss-group {
  background: #ffffff;
  padding: 4px 5px 4px 5px;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.zweihorn-oracle #zweihornoracle .gloss-group:before,
.zweihorn-oracle #zweihornoracle .gloss-group:after {
  content: " ";
  display: table;
}
.zweihorn-oracle #zweihornoracle .gloss-group:after {
  clear: both;
}
.zweihorn-oracle #zweihornoracle .gloss-group:before,
.zweihorn-oracle #zweihornoracle .gloss-group:after {
  content: " ";
  display: table;
}
.zweihorn-oracle #zweihornoracle .gloss-group:after {
  clear: both;
}
.zweihorn-oracle #zweihornoracle .gloss-group label.label {
  width: 200px;
  width: 12.5rem;
  color: #000000;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  float: left;
}
.zweihorn-oracle #zweihornoracle .gloss-group .radio-inline {
  float: left;
  width: 69px;
  width: 4.3125rem;
  height: 28px;
  height: 1.75rem;
}
.zweihorn-oracle #zweihornoracle .gloss-group .radio-inline label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  cursor: pointer;
}
.zweihorn-oracle #zweihornoracle .gloss-group .radio-inline input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.zweihorn-oracle #zweihornoracle .gloss-group .radio-inline input[type="radio"] + label {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background: transparent url("../Assets/s-checkbox.png") no-repeat 0 0;
  padding-left: 20px;
}
.zweihorn-oracle #zweihornoracle .gloss-group .radio-inline input[type="radio"]:checked + label {
  background-position: 0 -28px;
}
.zweihorn-oracle #zweihornoracle .show-productconstructions {
  height: 40px;
  height: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  display: block;
  background: #008000;
  border: none;
  width: 100%;
  color: #ffffff;
}
.zweihorn-oracle #zweihornoracle .show-productconstructions:hover,
.zweihorn-oracle #zweihornoracle .show-productconstructions:focus {
  text-decoration: none;
}
.zweihorn-oracle #zweihornoracle .change-filter {
  width: 100%;
}
.zweihorn-oracle #zweihornoracle .productconstruction-box {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  border: 1px solid #929292;
}
.zweihorn-oracle #zweihornoracle .productconstruction-box .header {
  background-color: #005192;
  color: #ffffff;
  padding: 8px 10px 8px 10px;
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  position: relative;
}
.zweihorn-oracle #zweihornoracle .productconstruction-box .header .select-construction {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 41px;
  width: 2.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 39px;
  height: 2.4375rem;
}
.zweihorn-oracle #zweihornoracle .productconstruction-box .content {
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.zweihorn-oracle #zweihornoracle .productconstruction-box .content .product {
  color: #000000;
  font-weight: bold;
}
.zweihorn-oracle #zweihornoracle .selected-filters {
  position: relative;
}
.zweihorn-oracle #zweihornoracle .filter-body {
  position: relative;
  padding: 0 !important;
}
.zweihorn-oracle #zweihornoracle .filter-body .filter-start .filter-start-content {
  position: relative;
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.zweihorn-oracle #zweihornoracle .filter-body .filter-end {
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -30px;
  right: 0;
  top: -30px;
}
.zweihorn-oracle #zweihornoracle .property-list {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}
.zweihorn-oracle #zweihornoracle .product-box {
  background: #ffffff;
  padding: 8px 10px 8px 10px;
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.zweihorn-oracle #zweihornoracle .product-box .product-title {
  font-weight: bold;
  color: #000000;
}
