/**
 * Erstellt mit LESS
 * TODO: Bitte .less Datei schauen.
 */
* {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
html {
  font-size: 62.5%;
}
html,
body,
#wrap {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}
body {
  background: #000000 url("/img/background.jpg") no-repeat;
  font-size: 14px;
}
body > #wrap {
  height: auto;
  min-height: 100%;
  width: 1128px;
  margin: 0 auto;
}
body.white {
  color: #000;
  background: #fff;
}
body.black {
  color: #fff;
  background: #252525;
}
#header {
  height: 152px;
  width: 978px;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}
#header #calculationAdditionalsSelection {
  margin-top: 20px;
}
#header div.info {
  width: 445px;
  position: absolute;
  right: 192px;
  bottom: 40px;
  color: #ee007c;
  font-weight: bold;
}
#header a.logo {
  display: block;
  height: 72px;
  width: 622px;
}
#header a.logo img {
  width: 400px;
}
#header div.nav {
  clear: both;
}
#header div.nav,
#header div.nav > * {
  height: 40px;
  line-height: 40px;
}
#header a.loginout {
  float: right;
  background-color: #d6257f;
  text-align: center;
  width: 192px;
  height: 40px;
  color: #fff;
  font-size: 16px;
}
#header ul.nav {
  height: 40px;
}
#header ul.nav a {
  padding: 0 10px;
}
#header ul.nav li + li:before {
  content: "|";
}
#main {
  padding-bottom: 275px;
  overflow: auto;
}
#main #leftTower {
  width: 190px;
  margin-right: 4px;
  float: left;
}
#main #leftTower ul.nav {
  margin-bottom: 20px;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  padding-bottom: 20px;
}
#main #leftTower ul.nav ul a:hover,
#main #leftTower ul.nav ul a.active {
  color: #ee007c;
}
#main > .container {
  margin-left: 194px;
  position: relative;
}
#main > .container #gatewayLoader {
  position: absolute;
  right: 0;
  top: 5px;
  width: 125px !important;
  padding: 5px 10px;
  border-radius: 8px;
  background: #292929;
  color: #ee007c;
  text-align: center;
  display: none;
}
#main > .container .box {
  color: #fff;
  background: #555;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 904px;
  overflow: auto;
  position: relative;
}
#main > .container .box.allRound {
  border-radius: 8px 8px 8px 8px;
}
#main > .container .box.tight {
  width: 754px;
  overflow: hidden;
}
#main > .container .box.tanskiWhite {
  background: #f1f0e6;
  color: #000;
}
#main > .container .box.white {
  background: #fff;
  color: #000;
}
#main > .container .box h1 {
  margin: -10px -15px 10px;
  padding-left: 20px;
  font-weight: lighter;
  font-size: 30px;
  line-height: normal;
}
#main > .container .box h1.pink {
  height: 40px;
  background: #3d3d3b;
  border-left: solid 6px #d6257f;
  color: #d6257f;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 40px;
}
#main > .container .box h2 {
  margin-top: 10px;
}
#main > .container .box .boxButton {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#footer {
  margin-top: -275px;
  height: 275px;
  clear: both;
  background: #252525;
  color: #777;
}
#footer div.links {
  margin: 0 auto;
  padding: 10px 15px 0;
  height: 49px;
  width: 978px;
  overflow: hidden;
}
#footer div.links ul {
  width: 652px;
  text-align: center;
}
#footer div.links ul li a {
  color: #777;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 10px;
}
#footer div.links ul li a:hover {
  color: #ee007c;
}
#footer div.info > div {
  width: 978px;
  margin: 0 auto;
  padding: 20px 15px;
}
#footer div.info > div div.contact {
  padding: 10px 15px;
  float: right;
  width: 266px;
  margin: -40px 15px 0;
  z-index: 100;
  position: relative;
}
#footer div.info > div div.text {
  width: 652px;
}
#footer div.info > div div.text h4 {
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-right: 100px;
  font-size: 30px;
  line-height: 1.1em;
  color: #d6257f;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  text-decoration: none;
  color: #d6257f;
}
ul.nav {
  list-style: none;
  color: #fff;
  display: block;
  overflow: hidden;
}
ul.nav li {
  list-style: none;
}
ul.nav li div.header {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background-color: #3d3d3b;
  border-left: solid 6px #d6257f;
  text-transform: uppercase;
}
ul.nav li div.header,
ul.nav li div.header a {
  font-size: 17px;
  color: #d6257f;
}
ul.nav li div.header:last-of-type {
  font-size: 12px;
}
ul.nav li > ul {
  padding: 10px 15px;
  margin-bottom: 25px;
}
ul.nav li > ul > li:before {
  content: "›";
  color: #d6257f;
  font-weight: bold;
  font-size: 1.5em;
  padding-right: 5px;
}
ul.nav li a {
  color: #fff;
}
ul.nav li ul li {
  margin: -7px 0 0 0;
}
ul.nav li:last-child div {
  font-size: 12px;
}
ul.nav.inline li {
  display: inline;
}
.labeledInputs p > span {
  display: inline-block;
  width: 200px;
  padding: 2px 0;
}
.labeledInputs p input {
  width: 148px;
}
.labeledInputs p select {
  width: 150px;
}
.labeledInputs p .btn {
  margin: 3px 5px;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.clear {
  clear: both;
}
option.gray {
  color: #cc0066;
}
.hidden {
  display: none;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.error {
  color: #F0128A;
}
.errorInput {
  background: #F0128A;
}
.btn {
  border: 0;
  cursor: pointer;
  padding: 0.5em 1em;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background: #d6257f;
}
.btn + .btn {
  margin-left: 10px;
}
.btn.disabled,
.btn.termsDisabled {
  background: #F781BD;
  cursor: default;
}
.btn.disabled:hover,
.btn.termsDisabled:hover {
  color: #fff;
}
.btn.black {
  background: #3d3d3b;
}
.fullWidth {
  width: 100%;
}
table.content {
  font-size: 11px;
  font-weight: lighter;
}
table.content.white th,
table.content td {
  background: #fff;
  color: #000;
}
table.content thead.pink th {
  background-color: #F0128A;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
}
table.content th {
  font-weight: lighter;
}
table.content th.sort {
  padding-right: 18px;
  cursor: pointer;
  background: no-repeat right center;
}
table.content th.sort.up {
  background-image: url(/img/sortUp.png);
}
table.content th.sort.down {
  background-image: url(/img/sortDown.png);
}
table.content th.sort.both {
  background-image: url(/img/sortBoth.png);
}
table.content td {
  padding: 2px;
}
table.content tr.promotion td {
  border: 1px solid #ee007c;
}
.required {
  color: #F0128A;
  padding: 0 2px;
}
.breadcrumb .active {
  color: #F0128A;
  font-weight: bold;
}
.breadcrumb {
  color: #999;
}
.breadcrumb .boundary {
  overflow: hidden;
}
.breadcrumb .boundary > * {
  float: left;
  display: block;
  padding: 2px;
  font-weight: bold;
}
.firstLoadOverlay {
  overflow: auto;
  padding: 20px;
  width: 640px;
  height: 500px;
  color: #fff;
  background: #252525;
}
.placeholder {
  color: #ccc;
}
pre {
  padding: 5px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  overflow: auto;
}
#calculationDisplayPriceSelection label,
#calculationAdditionalsSelection label {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
}
#calculationDisplayPriceSelection label input,
#calculationAdditionalsSelection label input {
  margin-right: 4px;
}
.notice-box-image {
  position: absolute;
  left: 18%;
}
.notice-box-text {
  padding: 2.5%;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  background-color: #d6257f;
  font-weight: bold;
  color: #ffffff;
  font-size: 150%;
}
.notice-box {
  text-align: center;
  background: transparent;
}
.noticeBoxFixedPostion {
  width: 750px;
  height: 135px;
  background: #252525;
  border-radius: 10px;
  border-color: #eded0e;
  border-style: solid;
  font-weight: bold;
  color: #eded0e;
  font-size: 140%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 35%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 35px;
  margin-top: 15px;
}
.pointer {
  cursor: pointer !important;
}
.grey-on-hover {
  position: relative;
  cursor: pointer;
  /*.print-layer:hover{
		display: block;
	}*/

}
.grey-on-hover .print-layer {
  position: absolute;
  margin-top: 45%;
  margin-left: 38%;
  font-size: 50pt;
  color: slategrey;
  display: none;
}
.grey-on-hover:hover .print-layer {
  display: block;
  transition: opacity .4s;
}
.grey-on-hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity .4s;
  opacity: 0;
  z-index: 2;
}
.grey-on-hover:hover:before {
  opacity: 1;
}
figure {
  display: inline-block;
  margin: 0;
}
figure > img {
  display: block;
}
