/* Alles auf Null */
/* Eric Meyers CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400);
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**************************************************************************/
/********************** Import der Fonts
/*************************************************************************/
/**************************************************************************/
/********************** Definition der Font-Variablen
/*************************************************************************/
/**************************************************************************/
/********************** Definition der Font-Variablen
/*************************************************************************/
html {
  color: #505050; }

body {
  font-family: "Open Sans", Arial, Verdana, Helvetica;
  color: #505050; }

h1 {
  font: 600 1.3rem "Open Sans", sans_serif, Arial, Helvetica; }

h2 {
  font: 600 1.3rem "Open Sans", sans_serif, Arial, Helvetica; }

h3 {
  font: 300 1.2rem "Open Sans", sans_serif, Arial, Helvetica; }

h4 {
  font: 300 1.1rem "Open Sans", sans_serif, Arial, Helvetica; }

p {
  font: 300 1rem "Open Sans", Arial, Verdana, Helvetica; }

b {
  font-weight: 600; }

figcaption, span {
  font: 300 0.9rem "Open Sans", Arial, Verdana, Helvetica; }

.ui-dialog-title {
  font: 600 1.1rem "Open Sans", Arial, Verdana, Helvetica; }

.staerke figcaption, .staerke span {
  font: 300 1.5rem "Open Sans", Arial, Verdana, Helvetica; }

#E_1_S, #E_2_S {
  font: 300 0.9rem "Open Sans", Arial, Verdana, Helvetica; }

html {
  height: auto;
  height: 100%;
  min-height: 100%; }

body {
  min-width: 500px;
  height: auto;
  height: 100%;
  min-height: 100%; }

#mainWrap {
  position: relative;
  min-height: 100%; }

#main {
  min-height: 100%; }

#maincontent, #headercontent {
  min-height: 100%;
  margin-top: 1rem;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #maincontent::after, #headercontent::after {
    clear: both;
    content: "";
    display: block; }
  #maincontent #content, #maincontent #zusammenfassung, #headercontent #content, #headercontent #zusammenfassung {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%; }
    #maincontent #content:last-child, #maincontent #zusammenfassung:last-child, #headercontent #content:last-child, #headercontent #zusammenfassung:last-child {
      margin-right: 0; }
  #maincontent #sidebar, #headercontent #sidebar {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-right: 0; }
    #maincontent #sidebar:last-child, #headercontent #sidebar:last-child {
      margin-right: 0; }

#maincontentfb, #headercontent {
  min-height: 100%;
  margin-top: 1rem;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #maincontentfb::after, #headercontent::after {
    clear: both;
    content: "";
    display: block; }
  #maincontentfb #content, #maincontentfb #zusammenfassung, #headercontent #content, #headercontent #zusammenfassung {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    #maincontentfb #content:last-child, #maincontentfb #zusammenfassung:last-child, #headercontent #content:last-child, #headercontent #zusammenfassung:last-child {
      margin-right: 0; }
  #maincontentfb #sidebar, #headercontent #sidebar {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-right: 0; }
    #maincontentfb #sidebar:last-child, #headercontent #sidebar:last-child {
      margin-right: 0; }

#content1 {
  width: 75%;
  margin: 0 auto; }

/**************************************************************************/
/********************** Main
/*************************************************************************/
body {
  margin-top: 0; }

#header {
  background: #a29d97 none repeat scroll 0 0;
  height: 5rem;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  /*position:fixed;
    top:0;
    width:100%;
    z-index:999;*/ }
  #header img {
    height: 100%;
    width: auto; }
  #header #headercontent {
    height: 100%;
    margin: 0 auto; }
    #header #headercontent #logo {
      height: 100%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 74.4105869942%; }
      #header #headercontent #logo:last-child {
        margin-right: 0; }
      #header #headercontent #logo img {
        height: 100%;
        width: auto; }
    #header #headercontent #buttons {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      #header #headercontent #buttons:last-child {
        margin-right: 0; }
      #header #headercontent #buttons div {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%; }
        #header #headercontent #buttons div:last-child {
          margin-right: 0; }
        #header #headercontent #buttons div button {
          color: #d2d0cd;
          background-color: #a29d97;
          font: bold 12px "Open Sans",Arial,Verdana,Helvetica;
          padding: 1rem; }
          #header #headercontent #buttons div button:hover {
            color: #a29d97;
            background-color: #d2d0cd; }

.hinweise {
  padding: 5px;
  border: 1px solid #d2d0cd;
  margin-top: 20px; }
  .hinweise ul {
    list-style: inside none disc; }
    .hinweise ul li {
      line-height: 20px; }

#footer {
  background: #d2d0cd none repeat scroll 0 0;
  height: 3rem;
  padding: 1rem 0;
  text-align: center;
  width: 100%; }

#sidebar figure {
  cursor: pointer; }

#sidebar h1 {
  margin-bottom: 10px; }

#content, #sidebar, #zusammenfassung {
  padding: 10px;
  border: 1px solid #a29d97;
  margin-bottom: 1rem; }

#inside {
  margin: 1rem 0; }
  #inside .activeitem {
    box-shadow: 0px 0px 5px #C09362;
    border: 1px solid #C09362; }

input {
  margin-top: 1rem; }

#maincontentindex {
  width: 80%;
  margin: 0 auto; }

#starttext {
  margin-top: 2rem; }
  #starttext p {
    margin: 0.5rem 0; }

#indexform {
  margin-top: 2rem;
  text-align: center; }
  #indexform input {
    font-size: 1.5rem;
    width: 150px; }
  #indexform button {
    margin-top: 1rem; }

#rabauf input {
  font-size: 1.5rem;
  width: 57px; }

button {
  /*float:right;*/
  background-color: #C09362;
  border: medium none;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 1.5rem;
  width: 100%;
  color: #E7CCAC;
  font: bold 16px "Open Sans", Arial, Verdana, Helvetica;
  text-transform: uppercase; }
  button:hover {
    color: #C09362;
    background-color: #E7CCAC; }

#dekorbild {
  border: 1px solid #eee; }

#weiter_staerke, #weiter_dekorfb {
  margin-top: 2rem; }

#dialog-apl form, #dialog-fb form {
  text-align: center; }

#dialog-apl button, #dialog-fb button {
  background-color: #C09362;
  padding: 1rem;
  color: #E7CCAC; }
  #dialog-apl button:hover, #dialog-fb button:hover {
    color: #C09362;
    background-color: #E7CCAC; }

.image_carrier {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  .image_carrier::after {
    clear: both;
    content: "";
    display: block; }
  .image_carrier button {
    margin: 1rem 0 0; }
  .image_carrier .bauform, .image_carrier .staerke, .image_carrier .dekor, .image_carrier .vorderkante, .image_carrier .nieschenrw, .image_carrier .wandabschll, .image_carrier .dekorfb {
    clear: both; }
    .image_carrier .bauform .image, .image_carrier .staerke .image, .image_carrier .dekor .image, .image_carrier .vorderkante .image, .image_carrier .nieschenrw .image, .image_carrier .wandabschll .image, .image_carrier .dekorfb .image {
      text-align: center;
      padding: 5px;
      border: 1px solid #eee;
      min-height: 150px;
      margin-top: 1rem;
      transition: all 0.25s ease-in;
      cursor: pointer; }
      .image_carrier .bauform .image:hover, .image_carrier .staerke .image:hover, .image_carrier .dekor .image:hover, .image_carrier .vorderkante .image:hover, .image_carrier .nieschenrw .image:hover, .image_carrier .wandabschll .image:hover, .image_carrier .dekorfb .image:hover {
        border: 1px solid #a29d97;
        box-shadow: 0px 0px 5px #a29d97;
        transform: scale(1.05); }
      .image_carrier .bauform .image img, .image_carrier .staerke .image img, .image_carrier .dekor .image img, .image_carrier .vorderkante .image img, .image_carrier .nieschenrw .image img, .image_carrier .wandabschll .image img, .image_carrier .dekorfb .image img {
        width: 100%;
        height: auto;
        margin-top: 10px; }
    .image_carrier .bauform a, .image_carrier .staerke a, .image_carrier .dekor a, .image_carrier .vorderkante a, .image_carrier .nieschenrw a, .image_carrier .wandabschll a, .image_carrier .dekorfb a {
      text-decoration: none;
      color: #777; }
  .image_carrier .staerke .image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .image_carrier .staerke .image:last-child {
      margin-right: 0; }
    .image_carrier .staerke .image:nth-child(2n) {
      margin-right: 0; }
    .image_carrier .staerke .image:nth-child(2n+1) {
      clear: left; }
  .image_carrier .bauform .image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .image_carrier .bauform .image:last-child {
      margin-right: 0; }
    .image_carrier .bauform .image:nth-child(4n) {
      margin-right: 0; }
    .image_carrier .bauform .image:nth-child(4n+1) {
      clear: left; }
  .image_carrier .dekor {
    padding-top: 20px; }
    .image_carrier .dekor .image {
      min-height: 100px;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .image_carrier .dekor .image:last-child {
        margin-right: 0; }
      .image_carrier .dekor .image:nth-child(4n+1) {
        margin-right: 0; }
      .image_carrier .dekor .image img {
        min-height: 80px;
        height: 80px;
        border: 1px solid #a29d97; }
  .image_carrier .vorderkante .image {
    min-height: 200px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .image_carrier .vorderkante .image:last-child {
      margin-right: 0; }
    .image_carrier .vorderkante .image:nth-child(4n) {
      margin-right: 0; }
    .image_carrier .vorderkante .image:nth-child(4n+1) {
      clear: left; }
  .image_carrier .nieschenrw, .image_carrier .wandabschll {
    padding-top: 20px; }
    .image_carrier .nieschenrw .image, .image_carrier .wandabschll .image {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%;
      min-height: 100px; }
      .image_carrier .nieschenrw .image:last-child, .image_carrier .wandabschll .image:last-child {
        margin-right: 0; }
      .image_carrier .nieschenrw .image:nth-child(4n+1), .image_carrier .wandabschll .image:nth-child(4n+1) {
        margin-right: 0; }
      .image_carrier .nieschenrw .image img, .image_carrier .wandabschll .image img {
        height: 80px; }

#preis, .preis {
  font-weight: bold;
  font-size: 2rem;
  color: #C09362;
  float: right; }

.preis {
  margin-bottom: 10px; }

#netto {
  font-weight: normal;
  font-size: 1rem; }

#sidebar {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #sidebar::after {
    clear: both;
    content: "";
    display: block; }
  #sidebar .image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-right: 0;
    /*text-align: center;*/
    padding: 5px;
    border: 1px solid #eee;
    min-height: 80px;
    position: relative; }
    #sidebar .image:last-child {
      margin-right: 0; }
    #sidebar .image:hover {
      border: 1px solid #a29d97;
      box-shadow: 0px 0px 5px #a29d97;
      transform: scale(1.05); }
    #sidebar .image img {
      width: 60%;
      height: auto;
      padding-top: 10px; }
    #sidebar .image .aendern {
      position: absolute;
      bottom: 0px;
      right: 0px;
      background-color: #a29d97;
      color: white;
      padding: 5px;
      border-top-left-radius: 5px; }
    #sidebar .image a {
      text-decoration: none;
      color: #777; }
    #sidebar .image span {
      color: #777; }
    #sidebar .image div {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-right: 0; }
      #sidebar .image div:last-child {
        margin-right: 0; }
  #sidebar #dekorvis {
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    cursor: pointer;
    /*&:hover{
			border:1px solid $navcol;
			box-shadow: 0px 0px 5px $navcol;
			position:absolute;
			top:6rem;
			right:2rem;
			width:50%;
		}*/ }
  #sidebar .auswahl_io {
    max-height: 50px;
    overflow: hidden; }
    #sidebar .auswahl_io img {
      width: 60%; }
  #sidebar .auswahl_io2 {
    width: 100% !important;
    max-height: 50px;
    overflow: hidden; }
    #sidebar .auswahl_io2 img {
      width: 60%; }

/*
#sidebar .left{
	text-align: left;	
}
*/
#zusammenfassung {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #zusammenfassung::after {
    clear: both;
    content: "";
    display: block; }
  #zusammenfassung .image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
    min-height: 80px; }
    #zusammenfassung .image:last-child {
      margin-right: 0; }
    #zusammenfassung .image:hover {
      border: 1px solid #a29d97;
      box-shadow: 0px 0px 5px #a29d97;
      transform: scale(1.05); }
    #zusammenfassung .image img {
      width: 30%;
      height: auto;
      padding-top: 10px; }
    #zusammenfassung .image a {
      text-decoration: none;
      color: #777; }

#zusammenfassung12 {
  width: 90%;
  margin: 0 auto; }
  #zusammenfassung12 h2 {
    width: 100%;
    padding: 5px;
    margin-bottom: 1rem;
    text-align: right;
    font-size: 2rem; }

.image {
  background-color: white; }

#dekorscroll {
  padding: 10px;
  overflow-y: scroll;
  height: 500px; }
  #dekorscroll h3 {
    text-align: center;
    font-weight: bold; }
  #dekorscroll .image {
    margin-bottom: 10px; }
    #dekorscroll .image img {
      width: 100%;
      height: 80px; }

#dekorvis {
  background-color: white;
  margin-bottom: 1rem;
  position: relative; }
  #dekorvis img {
    width: 100%; }
  #dekorvis #dekoralpha, #dekorvis #kantealpha, #dekorvis #nischenalpha, #dekorvis #dekorfbalpha {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

#NRH {
  font-size: 14px;
  padding: 2px; }

#vorschaudummy {
  background-color: white;
  margin-bottom: 1rem;
  position: relative; }
  #vorschaudummy img {
    width: 100%; }

#imgBig {
  position: fixed;
  top: 10px;
  left: 10%;
  cursor: pointer; }
  #imgBig img {
    background-color: white;
    border: 1px solid #a29d97;
    padding: 10px;
    width: 80%; }
  #imgBig #dekoralpha, #imgBig #kantealpha, #imgBig #nischenalpha, #imgBig #dekorfbalpha {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

#abskanten, #melkanten, #effektkanten {
  margin: 2rem 0 0;
  min-height: 200px; }

#masseingabe {
  background-color: white;
  margin-bottom: 1rem;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #masseingabe::after {
    clear: both;
    content: "";
    display: block; }
  #masseingabe #ansicht2D {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    #masseingabe #ansicht2D:last-child {
      margin-right: 0; }
    #masseingabe #ansicht2D img {
      width: 100%;
      /*max-height:500px;
			width:auto;*/ }
  #masseingabe #massform {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-right: 0; }
    #masseingabe #massform:last-child {
      margin-right: 0; }
    #masseingabe #massform label {
      display: inline-block;
      width: 30%; }
    #masseingabe #massform p {
      margin-top: 2rem;
      font-weight: bold; }
    #masseingabe #massform button {
      margin-top: 1.5rem;
      padding: 1rem;
      background-color: #a29d97; }
      #masseingabe #massform button:hover {
        color: #a29d97;
        background-color: #d2d0cd; }
    #masseingabe #massform #N_1_A_c, #masseingabe #massform #N_1_B_c, #masseingabe #massform #N_2_A_c, #masseingabe #massform #N_2_B_c, #masseingabe #massform #N_3_A_c, #masseingabe #massform #N_3_B_c, #masseingabe #massform #E_1_A_c, #masseingabe #massform #E_1_B_c, #masseingabe #massform #E_2_A_c, #masseingabe #massform #E_2_B_c {
      font-size: 10px; }

#eckplatte1 .eckplatteeingabe, #eckplatte2 .eckplatteeingabe {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #eckplatte1 .eckplatteeingabe::after, #eckplatte2 .eckplatteeingabe::after {
    clear: both;
    content: "";
    display: block; }
  #eckplatte1 .eckplatteeingabe select, #eckplatte2 .eckplatteeingabe select {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 27.4966631501%;
    margin-top: 1rem; }
    #eckplatte1 .eckplatteeingabe select:last-child, #eckplatte2 .eckplatteeingabe select:last-child {
      margin-right: 0; }
    #eckplatte1 .eckplatteeingabe select label, #eckplatte2 .eckplatteeingabe select label {
      width: 100% !important; }
  #eckplatte1 .eckplatteeingabe .eckinput, #eckplatte2 .eckplatteeingabe .eckinput {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 70.1456848265%;
    margin-right: 0;
    line-height: 0.9rem; }
    #eckplatte1 .eckplatteeingabe .eckinput:last-child, #eckplatte2 .eckplatteeingabe .eckinput:last-child {
      margin-right: 0; }

#eckplatte1 #ecklabel1_e1, #eckplatte1 #ecklabel2_e1, #eckplatte1 #ecklabel1_e2, #eckplatte1 #ecklabel2_e2, #eckplatte2 #ecklabel1_e1, #eckplatte2 #ecklabel2_e1, #eckplatte2 #ecklabel1_e2, #eckplatte2 #ecklabel2_e2 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  margin-right: 0;
  margin-top: 1rem; }
  #eckplatte1 #ecklabel1_e1:last-child, #eckplatte1 #ecklabel2_e1:last-child, #eckplatte1 #ecklabel1_e2:last-child, #eckplatte1 #ecklabel2_e2:last-child, #eckplatte2 #ecklabel1_e1:last-child, #eckplatte2 #ecklabel2_e1:last-child, #eckplatte2 #ecklabel1_e2:last-child, #eckplatte2 #ecklabel2_e2:last-child {
    margin-right: 0; }

#eckplatte1 #diagonale_e1, #eckplatte1 #diagonale_e2, #eckplatte2 #diagonale_e1, #eckplatte2 #diagonale_e2 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 10px; }
  #eckplatte1 #diagonale_e1:last-child, #eckplatte1 #diagonale_e2:last-child, #eckplatte2 #diagonale_e1:last-child, #eckplatte2 #diagonale_e2:last-child {
    margin-right: 0; }

input[type="checkbox"], input[type="radio"] {
  height: 20px;
  width: 20px;
  margin: 0.25rem 0; }

#kantenwert {
  line-height: 24px; }
  #kantenwert img {
    width: 50px; }

#oveingabe {
  background-color: white;
  margin-bottom: 1rem;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #oveingabe::after {
    clear: both;
    content: "";
    display: block; }
  #oveingabe #ansicht2D {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    #oveingabe #ansicht2D:last-child {
      margin-right: 0; }
    #oveingabe #ansicht2D img {
      width: 100%; }
  #oveingabe #ovform, #oveingabe #ovformausschnitt, #oveingabe #ovformnr, #oveingabe #ovformwal {
    padding-top: 10px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-right: 0; }
    #oveingabe #ovform:last-child, #oveingabe #ovformausschnitt:last-child, #oveingabe #ovformnr:last-child, #oveingabe #ovformwal:last-child {
      margin-right: 0; }
    #oveingabe #ovform label, #oveingabe #ovformausschnitt label, #oveingabe #ovformnr label, #oveingabe #ovformwal label {
      display: inline-block;
      width: 30%; }
    #oveingabe #ovform p, #oveingabe #ovformausschnitt p, #oveingabe #ovformnr p, #oveingabe #ovformwal p {
      font-weight: bold; }
    #oveingabe #ovform table td, #oveingabe #ovformausschnitt table td, #oveingabe #ovformnr table td, #oveingabe #ovformwal table td {
      padding: 10px;
      border: 1px solid #d2d0cd;
      text-align: center; }
    #oveingabe #ovform input[type="number"], #oveingabe #ovformausschnitt input[type="number"], #oveingabe #ovformnr input[type="number"], #oveingabe #ovformwal input[type="number"] {
      width: 60px; }
    #oveingabe #ovform button, #oveingabe #ovformausschnitt button, #oveingabe #ovformnr button, #oveingabe #ovformwal button {
      margin-top: 1.5rem;
      padding: 1rem;
      background-color: #a29d97;
      /*color: $footcol;*/ }
      #oveingabe #ovform button:hover, #oveingabe #ovformausschnitt button:hover, #oveingabe #ovformnr button:hover, #oveingabe #ovformwal button:hover {
        color: #a29d97;
        background-color: #d2d0cd; }
  #oveingabe #ovformnr #berechnen9_a button, #oveingabe #ovformwal #berechnen9_a button {
    margin-top: 0.5rem; }

#oveingabe #ovform #ovform_table, #oveingabe #ovformausschnitt #ovform_table {
  width: 100%; }
  #oveingabe #ovform #ovform_table td, #oveingabe #ovformausschnitt #ovform_table td {
    width: 20%;
    vertical-align: top; }
  #oveingabe #ovform #ovform_table .bezeichnung, #oveingabe #ovformausschnitt #ovform_table .bezeichnung {
    font-weight: bold;
    min-height: 3rem;
    vertical-align: bottom; }
    #oveingabe #ovform #ovform_table .bezeichnung p, #oveingabe #ovformausschnitt #ovform_table .bezeichnung p {
      font-size: 24px; }
    #oveingabe #ovform #ovform_table .bezeichnung img, #oveingabe #ovformausschnitt #ovform_table .bezeichnung img {
      width: 100%;
      cursor: pointer; }
  #oveingabe #ovform #ovform_table #imgBigAbschraegen, #oveingabe #ovform #ovform_table #imgBigAusklinken, #oveingabe #ovform #ovform_table #imgBigArunden, #oveingabe #ovformausschnitt #ovform_table #imgBigAbschraegen, #oveingabe #ovformausschnitt #ovform_table #imgBigAusklinken, #oveingabe #ovformausschnitt #ovform_table #imgBigArunden {
    position: fixed;
    top: 10px;
    left: 30%;
    cursor: pointer; }
    #oveingabe #ovform #ovform_table #imgBigAbschraegen img, #oveingabe #ovform #ovform_table #imgBigAusklinken img, #oveingabe #ovform #ovform_table #imgBigArunden img, #oveingabe #ovformausschnitt #ovform_table #imgBigAbschraegen img, #oveingabe #ovformausschnitt #ovform_table #imgBigAusklinken img, #oveingabe #ovformausschnitt #ovform_table #imgBigArunden img {
      background-color: white;
      border: 1px solid #a29d97;
      padding: 10px;
      width: 100%; }

#oveingabe #ovformausschnitt, #oveingabe #kanten_o {
  margin-top: 20px; }

#plattenveredelung {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  #plattenveredelung img {
    width: 100%;
    border: 1px solid #d2d0cd;
    padding: 10px; }
  #plattenveredelung::after {
    clear: both;
    content: "";
    display: block; }
  #plattenveredelung #aussschnittimg {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    #plattenveredelung #aussschnittimg:last-child {
      margin-right: 0; }
  #plattenveredelung #bohrungimg {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    margin-right: 0; }
    #plattenveredelung #bohrungimg:last-child {
      margin-right: 0; }

#schenkel {
  width: 100%;
  margin-top: 2rem; }
  #schenkel .titel {
    border-bottom: 1px solid #C09362;
    margin-top: 2rem; }
  #schenkel div {
    margin-bottom: 1rem;
    border: 1px solid #d2d0cd;
    padding: 10px; }

#nieschenrueckwand, #hoeheanpassen, #wandabschlussleiste, #zubehoer {
  padding: 10px 0; }
  #nieschenrueckwand div, #hoeheanpassen div, #wandabschlussleiste div, #zubehoer div {
    margin-bottom: 1rem;
    padding: 10px;
    padding-left: 45%;
    margin-top: -1.8rem;
    background-color: #eee;
    margin-left: -10px; }
    #nieschenrueckwand div input, #hoeheanpassen div input, #wandabschlussleiste div input, #zubehoer div input {
      margin-top: 0; }
    #nieschenrueckwand div button, #hoeheanpassen div button, #wandabschlussleiste div button, #zubehoer div button {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  #nieschenrueckwand button, #hoeheanpassen button, #wandabschlussleiste button, #zubehoer button {
    float: none;
    text-align: right;
    color: #d2d0cd; }
  #nieschenrueckwand b, #hoeheanpassen b, #wandabschlussleiste b, #zubehoer b {
    margin-bottom: 10px; }

#dekorauswahl, #hoeheanpassen, #zubehoer {
  border-top: 1px solid #C09362;
  margin-top: 2rem;
  padding-top: 2rem; }
  #dekorauswahl figure, #hoeheanpassen figure, #zubehoer figure {
    max-height: 80px;
    overflow: hidden; }
  #dekorauswahl img, #hoeheanpassen img, #zubehoer img {
    width: 100%; }

#NRDekor {
  margin-top: 2rem; }

.step11, .step11_l {
  padding: 10px;
  border-bottom: 1px solid #C09362;
  margin-bottom: 10px;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  .step11::after, .step11_l::after {
    clear: both;
    content: "";
    display: block; }
  .step11 .auswahl_i, .step11_l .auswahl_i {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%; }
    .step11 .auswahl_i:last-child, .step11_l .auswahl_i:last-child {
      margin-right: 0; }
  .step11 .auswahl_io, .step11_l .auswahl_io {
    max-height: 50px;
    overflow: hidden; }
  .step11 .auswahl_t, .step11_l .auswahl_t {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%; }
    .step11 .auswahl_t:last-child, .step11_l .auswahl_t:last-child {
      margin-right: 0; }
  .step11 .auswahl_b, .step11_l .auswahl_b {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-right: 0; }
    .step11 .auswahl_b:last-child, .step11_l .auswahl_b:last-child {
      margin-right: 0; }
  .step11 .auswahl img, .step11_l .auswahl img {
    width: 80%;
    margin-bottom: 10px; }
  .step11 .auswahl button, .step11_l .auswahl button {
    background-color: #a29d97; }
    .step11 .auswahl button:hover, .step11_l .auswahl button:hover {
      color: #a29d97;
      background-color: #d2d0cd; }
  .step11 .auswahl p, .step11_l .auswahl p {
    font-weight: bold; }

.step11_l {
  border: none; }

.step12, .step12_l {
  padding: 10px;
  border-bottom: 1px solid #C09362;
  margin-bottom: 10px;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  .step12::after, .step12_l::after {
    clear: both;
    content: "";
    display: block; }
  .step12 .auswahl_i, .step12_l .auswahl_i {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%; }
    .step12 .auswahl_i:last-child, .step12_l .auswahl_i:last-child {
      margin-right: 0; }
  .step12 .auswahl_io, .step12_l .auswahl_io {
    max-height: 50px;
    overflow: hidden; }
  .step12 .auswahl_t, .step12_l .auswahl_t {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%; }
    .step12 .auswahl_t:last-child, .step12_l .auswahl_t:last-child {
      margin-right: 0; }
  .step12 .auswahl_b, .step12_l .auswahl_b {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
    margin-right: 0; }
    .step12 .auswahl_b:last-child, .step12_l .auswahl_b:last-child {
      margin-right: 0; }
  .step12 .auswahl img, .step12_l .auswahl img {
    width: 80%;
    margin-bottom: 10px; }
  .step12 .auswahl button, .step12_l .auswahl button {
    background-color: #a29d97; }
    .step12 .auswahl button:hover, .step12_l .auswahl button:hover {
      color: #a29d97;
      background-color: #d2d0cd; }
  .step12 .auswahl p, .step12_l .auswahl p {
    font-weight: bold; }
  .step12 #auswahl_step5, .step12 #auswahl_step6, .step12 #auswahl_step7, .step12_l #auswahl_step5, .step12_l #auswahl_step6, .step12_l #auswahl_step7 {
    width: 100%; }

.step12_l {
  border: none; }

.ui-dialog .ui-dialog-buttonpane button {
  background-color: #a29d97;
  color: #E7CCAC; }
  .ui-dialog .ui-dialog-buttonpane button:hover {
    color: #a29d97;
    background-color: #d2d0cd; }

.ui-widget button {
  background-color: #E7CCAC; }
  .ui-widget button:hover {
    background-color: #d2d0cd; }

.ui-widget-header {
  border: none !important; }

.ui-dialog {
  max-height: 90%;
  overflow: auto;
  padding: 0 1rem; }
  .ui-dialog .ui-dialog-titlebar {
    background-color: white;
    color: #C09362; }
  .ui-dialog h2 {
    color: #C09362; }

/*
.invalidinput{
	color:red;
	border:1px solid red;
	height:22px;
}
*/
.redvalue {
  color: red; }

#valuecheck, #valuecheck_a, #valuecheck_b {
  color: red;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: normal !important; }

#auswahl_step5, #auswahl_step6, #auswahl_step7 {
  width: 90%; }
  #auswahl_step5 td, #auswahl_step6 td, #auswahl_step7 td {
    border-top: 1px solid #d2d0cd;
    border-bottom: 1px solid #d2d0cd;
    padding: 5px; }
  #auswahl_step5 p, #auswahl_step6 p, #auswahl_step7 p {
    font-weight: normal; }

#auswahl_step5 td:first-child, #auswahl_step6 td:first-child {
  width: 30%; }

#auswahl_step5 td:last-child, #auswahl_step6 td:last-child {
  width: 70%; }

#auswahl_step7 td:first-child {
  width: 30%; }

#auswahl_step7 td:last-child {
  width: 30%; }

.checkboxleft {
  float: left;
  text-align: left;
  margin-top: 10px !important; }

.invalidvalue {
  color: red;
  font-weight: bold; }

.validvalue {
  color: green;
  font-weight: bold; }

.pdfready {
  border: 1px solid green !important; }

#content_konfigliste {
  margin-top: 1rem; }
  #content_konfigliste .konfigliste {
    padding: 0 2rem; }
    #content_konfigliste .konfigliste .artikelnummer {
      max-width: 1300px !important;
      margin-left: auto;
      margin-right: auto;
      padding: 6px;
      border: 1px solid white; }
      #content_konfigliste .konfigliste .artikelnummer::after {
        clear: both;
        content: "";
        display: block; }
      #content_konfigliste .konfigliste .artikelnummer .status {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 6.1721523119%; }
        #content_konfigliste .konfigliste .artikelnummer .status:last-child {
          margin-right: 0; }
      #content_konfigliste .konfigliste .artikelnummer .artnummer {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 57.3509783236%; }
        #content_konfigliste .konfigliste .artikelnummer .artnummer:last-child {
          margin-right: 0; }
      #content_konfigliste .konfigliste .artikelnummer .datum {
        text-align: right;
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%;
        margin-right: 0;
        font-style: italic; }
        #content_konfigliste .konfigliste .artikelnummer .datum:last-child {
          margin-right: 0; }
      #content_konfigliste .konfigliste .artikelnummer:hover {
        background-color: #eee;
        cursor: pointer;
        border: 1px solid #a29d97;
        box-shadow: 0px 0px 5px #a29d97;
        transform: scale(1.05); }
    #content_konfigliste .konfigliste .status {
      max-width: 15px;
      height: 15px;
      border-radius: 7px; }
    #content_konfigliste .konfigliste .fertig {
      background-color: #C09362; }
    #content_konfigliste .konfigliste .nicht_fertig {
      background-color: white;
      border: 1px solid #C09362; }
    #content_konfigliste .konfigliste .panel {
      transition: max-height 0.2s ease-out; }
    #content_konfigliste .konfigliste .activedekoracc {
      background-color: #eee;
      cursor: pointer;
      border: 1px solid #a29d97;
      box-shadow: 0px 0px 5px #a29d97;
      transform: scale(1.05); }

.konfigpanel {
  border: 1px solid #a29d97;
  border-top: none;
  padding: 20px 10px; }

.konfig_form {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto; }
  .konfig_form::after {
    clear: both;
    content: "";
    display: block; }
  .konfig_form div {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .konfig_form div:last-child {
      margin-right: 0; }
  .konfig_form input, .konfig_form label {
    display: block;
    margin: 5px 0; }

.konfiglistebild {
  width: 90%; }

/*
.step11{
	button{
		&:before{
			content: "zzz";
		}		
		&:hover:after{
			content: "123"; 
		}		
	}	
}
*/
/*
#kanten_o, #abrunden_o, #abschraegen_o, #ausklinken_o, #ausschnitt_o, #bohrung_o{
	padding:1rem;	
	img{
		width:100px;
	}
	span{
		line-height:20px;
	}
}
*/
