/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  font-family: sans-serif;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
button, input, select, textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
q:before, q:after {
  content: '';
  content: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure, form {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Setup */
/* Colors */
/* * * * * * * * * * * * * * * * * * * * * * */
/* Grid Sizes */
/* * * * * * * * * * * * * * * * * * * * * * */
/* Styles */
/* Timing */
/*
  @include vendors(transition, all $duration $type);
  @include vendors(transition-delay, $delay);
*/
/* Fonts */
/* Functions */
/* Calculates Size without Margin */
/* * * * * * * * * * * * * * * * * * * * * * */
a, a:hover, a:active, a:visited {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.page-wrap {
  width: 1024px;
  margin: auto auto;
}

.js .page-wrap {
  opacity: 0;
}

body.configurator .wrap {
  width: 895px;
  border-top: #000000;
}
body.configurator .wrap .configRow:before, body.configurator .wrap .configRow:after {
  content: " ";
  display: table;
}
body.configurator .wrap .configRow {
  padding: 40px 0px;
  border-bottom: 1px solid #eeeeee;
  clear: both;
}
body.configurator .wrap .configRow .column {
  width: 50%;
  float: left;
}
body.configurator .wrap .configRow .column p {
  padding-top: 0px;
}

body.configurator .messages {
  padding: 10px 10px 10px 80px;
}
body.configurator .status {
  background-position-x: 45px;
  background-position-y: 22px;
}

body.configurator {
  /*******
  * Select Boxen
  ******/
  /***
  * Layout
  **/
  /***
  * Form
  **/
  /*#webform-component-contact--house-number{
    float:right;
    width: 18%;
  }*/
}
body.configurator #webform-component-contact--salutation label {
  display: none;
}
body.configurator h3.label {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
body.configurator h3.label .require {
  color: #cc0000;
  padding-left: 5px;
}
body.configurator .form {
  width: 380px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
body.configurator input {
  background-color: transparent;
  border: 0px solid;
}
body.configurator input:focus {
  outline: none;
}
body.configurator .button,
body.configurator .selectBox,
body.configurator label {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
body.configurator .form-type-checkbox.not-valid label {
  /*color: #cc0000;*/
  color: #0070cc;
  font-weight: bold;
}
body.configurator div.selectBox {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  /*color:#888;*/
  width: 100%;
}
body.configurator div.selectBox.not-valid .selected {
  /*color: #cc0000;*/
  color: #0070cc;
  font-weight: bold;
}
body.configurator span.selected {
  text-indent: 20px;
  overflow: hidden;
}
body.configurator span.selectArrow, body.configurator span.selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1;
}
body.configurator span.selected {
  width: 100%;
}
body.configurator span.selectArrow {
  background-image: url(../img/assets/dropdown-arrow.jpg);
  margin-top: 10px;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  right: 20px;
}
body.configurator div.selectOptions {
  position: absolute;
  left: 10px;
  right: 10px;
  display: none;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  z-index: 120;
  top: 35px;
  background-color: white;
  padding: 20px;
}
body.configurator div.selectOptions.top {
  /*top:inherit;
  bottom:35px;*/
  z-index: 120;
}
body.configurator span.selectOption {
  display: block;
}
body.configurator span.selectOption.not-selected {
  color: #aaaaaa;
  display: none;
}
body.configurator span.selectOption.selectable {
  display: inline-block;
}
body.configurator span.selectOption.disabled {
  display: inline-block;
}
body.configurator span.selectOption:hover {
  color: #cc0000;
  cursor: pointer;
}
body.configurator .selected,
body.configurator .selectArrow {
  cursor: pointer;
}
body.configurator .numbers-row {
  padding-bottom: 40px;
  position: relative;
}
body.configurator .numbers-row label {
  /*margin-left:20px;*/
  margin-left: 10px;
}
body.configurator .numbers-row .data-unit {
  float: right;
  padding-right: 5px;
  font-weight: bold;
}
body.configurator .numbers-row .number-input {
  width: 120px;
  text-align: right;
  position: absolute;
  right: 45px;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border-bottom: 1px solid #eeeeee;
  /*border:none;*/
}
body.configurator .numbers-row .button {
  position: absolute;
  right: 20px;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  overflow: hidden;
  text-indent: -1024px;
}
body.configurator .numbers-row .button.dec {
  background-image: url(../img/assets/number-down.jpg);
  top: 11px;
}
body.configurator .numbers-row .button.inc {
  background-image: url(../img/assets/number-up.jpg);
  top: 1px;
}
body.configurator .radioRow {
    /*  position: relative;
  
      .second {
        position: absolute;
        left: 50%;
      }*/
  position: relative;
  width: 100%;
  left: 20px;
  padding-bottom: 15px;
}
body.configurator .radioRow .radioCol {
  text-align: left;
  float: left;
  width: 50%;
  padding-bottom: 12px;
}
body.configurator .radioRow .radioCol .radio {
  display: none;
}
body.configurator .checkboxRow {
  position: relative;
  width: 100%;
}
body.configurator .checkboxRow input[type=checkbox] + label {
  position: absolute;
  right: 20px;
}
body.configurator .checkboxRow label.label {
  position: absolute;
  left: 20px;
  width: 100%;
}
body.configurator .checkboxRow input[type=checkbox] {
  display: none;
}
body.configurator .checkboxRow input[type=checkbox] + label {
  content: url(../img/assets/inactive/checkbox.jpg);
  background: none;
  height: 20px;
  width: 20px;
  display: inline-block;
  padding: 0 0 0 0px;
}
body.configurator .checkboxRow input[type=checkbox]:checked + label {
  content: url(../img/assets/active/checkbox.jpg);
  background: none;
  height: 20px;
  width: 20px;
  display: inline-block;
  padding: 0 0 0 0px;
}
body.configurator hr.seperator {
  display: inline-block;
  border: none;
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
body.configurator .node-webform .js-custom {
  position: relative;
}
body.configurator .node-webform .js-custom .row .col {
  position: relative;
  float: left;
  /*width:50%;*/
  width: 40%;
}
body.configurator .node-webform .js-custom .row .col.second {
  width: 60%;
}
body.configurator .node-webform .js-custom .row .col label {
  float: left;
  position: inherit;
}
body.configurator .node-webform .js-custom .row .numbers-row {
  clear: both;
}
body.configurator .node-webform .js-custom .row .numbers-row .button.inc,
body.configurator .node-webform .js-custom .row .numbers-row .button.dec {
  z-index: 100;
}
body.configurator .node-webform .js-custom .row .numbers-row .number-input {
  z-index: 100;
}
body.configurator .node-webform .radio-button {
  display: inline-block;
  min-width: 40%;
  position: relative;
  padding: 4px 0;
  padding-left: 25px;
  margin-bottom: 20px;
}
body.configurator .node-webform .custom-radio {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  /*left:0px;*/
  /*left:-25px;*/
  left: 0;
  z-index: 1;
  top: 5px;
  background: url("../img/assets/inactive/radio-button.jpg") no-repeat;
}
body.configurator .node-webform .radio-button:hover .custom-radio {
  background: url("../img/assets/hover/radio-button.jpg") no-repeat;
}
body.configurator .node-webform .custom-radio.selected,
body.configurator .node-webform .radio-button:hover .custom-radio.selected {
  background: url("../img/assets/active/radio-button.jpg") no-repeat;
}
body.configurator .node-webform .custom-radio.selected input[type="radio"] {
  /*position: absolute;*/
}
body.configurator .node-webform .custom-radio input[type="radio"] {
  margin: 1px;
  /*position: absolute;*/
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
body.configurator .node-webform .checkbox-button {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
body.configurator .node-webform .custom-checkbox {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 40px;
  z-index: 1;
  top: 3px;
  background: url("../img/assets/inactive/checkbox.jpg") no-repeat;
}
body.configurator .node-webform .custom-checkbox.selected,
body.configurator .node-webform .checkbox-button:hover .custom-checkbox.selected {
  background: url("../img/assets/active/checkbox.jpg") no-repeat;
}
body.configurator .node-webform .checkbox-button:hover .custom-checkbox {
  background: url("../img/assets/hover/checkbox.jpg") no-repeat;
}
body.configurator .node-webform .custom-checkbox.selected input[type="checkbox"] {
  position: absolute;
}
body.configurator .node-webform .custom-checkbox input[type="checkbox"] {
  margin: 1px;
  /*position: absolute;*/
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
body.configurator .form-col {
  float: left;
}
body.configurator .form-col .fieldset-legend {
  color: #cc0000;
  font-family: HelveticaNeueETW01-45Lt, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
body.configurator .form-col hr.seperator-top {
  height: 1px;
  background: #000000;
  margin: 0 15px;
}
body.configurator .js label[for=edit-submitted-contact-salutation] {
  display: none;
}
body.configurator #webform-component-contact--salutation {
  width: 250px;
}
body.configurator #webform-component-contact--salutation .selectBox {
  left: -15px;
}
body.configurator #webform-component-contact--salutation .selectBox span.selected {
  padding-left: 5px;
}
body.configurator .form-item.webform-component {
  position: relative;
}
body.configurator .form-item.webform-component label {
  position: absolute;
  top: 5px;
  left: 10px;
}
body.configurator .form-item.webform-component label.radio-button {
  left: 20px;
}
body.configurator .form-item.webform-component label.checkbox-button {
  left: 20px;
}
body.configurator .form-item.webform-component input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #e5e5e5;
  -webkit-transition: border-color 250ms ease-out;
  -moz-transition: border-color 250ms ease-out;
  -o-transition: border-color 250ms ease-out;
  transition: border-color 250ms ease-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  color: #323232;
  font-family: HelveticaNeueETW01-45Lt, sans-serif;
  font-size: 16px;
  font-weight: normal;
  /*
      &#edit-submitted-contact-street{
        width: 80%;
      }
      &#edit-submitted-contact-house-number{
        width: 18%;
      }*/
}
body.configurator .form-item.webform-component input:focus {
  border-color: #000000;
}
body.configurator .form-item.webform-component input#edit-submitted-contact-first-name, body.configurator .form-item.webform-component input#edit-submitted-contact-last-name, body.configurator .form-item.webform-component input#edit-submitted-contact-phone, body.configurator .form-item.webform-component input#edit-submitted-contact-e-mail {
  width: 45%;
}
body.configurator .form-item.webform-component input#edit-submitted-contact-company {
  width: 45%;
}
body.configurator .form-item.webform-component.not-valid input {
  /*border-bottom: 1px solid #cc0000;
  color: #cc0000;
  */
  border-bottom: 1px solid #0070cc;
  color: #0070cc;
  font-weight: bold;
}
body.configurator .form-item.webform-component.not-valid label {
  /*color: #cc0000;*/
  color: #0070cc;
  font-weight: bold;
}
body.configurator .not-valid-message {
  padding-left: 40px;
  /*color: #cc0000;*/
  color: #0070cc;
  font-weight: bold;
}
body.configurator #webform-component-contact--street {
  float: left;
  width: 100%;
  /*clear:both;*/
}
body.configurator #webform-component-contact--zip {
  float: left;
  width: 18%;
}
body.configurator #webform-component-contact--city {
  float: right;
  width: 80%;
}
body.configurator #webform-component-contact--phone {
  clear: both;
}
body.configurator .form-item.webform-component.webform-component-textarea label[for=edit-submitted-datacenter-group-datacenter],
body.configurator .form-item.webform-component.webform-component-textarea label[for=edit-submitted-backup-datacenter-backup],
body.configurator label[for=edit-submitted-privacy-policy] {
  display: none !important;
}
body.configurator #edit-submitted-datacenter-group-datacenter,
body.configurator #edit-submitted-backup-datacenter-backup {
  display: none;
}
body.configurator #webform-component-privacy-policy,
body.configurator #edit-actions {
  float: right;
  clear: both;
}
body.configurator #webform-component-privacy-policy {
  max-width: inherit;
}
body.configurator .teaser-wrap.no-border {
  border-top: none;
}
body.configurator .form-item-submitted-privacy-policy-privacy-policy-accepted .custom-checkbox {
  left: 40px;
}
body.configurator .form-item-submitted-privacy-policy-privacy-policy-accepted label[for=edit-submitted-privacy-policy-1] {
  left: 70px;
}
body.configurator .span2 .teaser-wrap {
  margin-left: 0px;
}
body.configurator .span4 .teaser-wrap {
  margin-right: 0px;
}

@media (max-width: 1276px) {
  body.configurator .node-webform .js-custom .row .col {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  body.configurator .node-webform .js-custom .row .col.second {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 900px) {
  body.configurator {
        /*.form-item.webform-component label {
          left:-10px;
    
          &.edit-submitted-privacy-policy-1 {
            left:10px;
          }
        }*/
  }
  body.configurator .webform-component-fieldset .span2 {
    width: 100%;
  }
  body.configurator .webform-component-fieldset .span4 .teaser-wrap {
    border-top: none;
    padding-top: 0;
  }
  body.configurator .node-webform .js-custom .row .col,
  body.configurator .node-webform .js-custom .row .col.second {
    padding-left: 0;
    padding-right: 0;
  }
  body.configurator .webform-component .teaser-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.configurator .form-item-submitted-privacy-policy-privacy-policy-accepted .custom-checkbox {
    left: 0px;
  }
  body.configurator .form-item-submitted-privacy-policy-privacy-policy-accepted label[for=edit-submitted-privacy-policy-1] {
    left: 30px;
  }
  body.configurator .webform-component-fieldset .teaser-wrap {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  body.configurator .teaser-wrap.no-border {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
