@font-face {
  font-family: 'devroyeregular';
  src: url('/fonts/devroye_-webfont.eot');
  src: url('/fonts/devroye_-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/devroye_-webfont.woff') format('woff'), url('/fonts/devroye_-webfont.ttf') format('truetype'), url('/fonts/devroye_-webfont.svg#devroyeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rot {
  color: #c4071b;
}
.box-shadow3 {
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.6);
}
.noshadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.crisp-edges {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.innerborder {
  position: relative;
}
.innerborder:before {
  border: 1px solid rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 50;
}
.bg-transwhite95 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FFFFFF, endColorstr=#F0FFFFFF)";
  background: rgba(255, 255, 255, 0.95);
}
.bg-transwhite70 {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B1FFFFFF, endColorstr=#B1FFFFFF)";
  background: rgba(255, 255, 255, 0.75);
}
.bg-redgradient {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd7061c, endColorstr=#ffa00011)";
  background: -moz-linear-gradient(top, #d7061c, #a00011);
  background: -webkit-gradient(linear, left top, left bottom, from(#d7061c), to(#a00011));
  background-image: -ms-linear-gradient(top, #d7061c 0%, #a00011 100%);
  background: linear-gradient(#d7061c, #a00011);
  /*-pie-background: linear-gradient(#d7061c, #72010d); /*PIE*/
}
.vcenter-flexbox {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* buttons: */
.button-rot {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff77ae3b, endColorstr=#ff5E8F29)";
  background: -moz-linear-gradient(top, #77ae3b, #436f15);
  background: -webkit-gradient(linear, left top, left bottom, from(#77ae3b), to(#436f15));
  background-image: -ms-linear-gradient(top, #77ae3b 0%, #436f15 100%);
  background: linear-gradient(#77ae3b, #436f15);
  /*   	background: -moz-linear-gradient(top, #cc061b, #72010d);
	background: -webkit-gradient(linear, left top, left bottom, from(#cc061b), to(#72010d));
	background-image: -ms-linear-gradient(top, #cc061b 0%, #72010d 100%);
	background: linear-gradient(#cc061b, #72010d);	*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-rot img {
  display: inline-block;
  vertical-align: center;
}
.button-grau1 {
  color: #464646;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe1e1e1, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #e1e1e1, #acacac);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#acacac));
  background-image: -ms-linear-gradient(top, #e1e1e1 0%, #acacac 100%);
  background: linear-gradient(#e1e1e1, #acacac);
  -pie-background: linear-gradient(#e1e1e1, #acacac);
  /*PIE*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  -moz-box-shadow: 0 1px 1px #000000;
  -webkit-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau1 img {
  display: inline-block;
  vertical-align: center;
}
.button-rot:hover,
.button1:hover,
.button-grau1:hover,
.button-grau2:hover,
.button2:hover,
.button3:hover {
  background-position: 0 100% !important;
}
.button-grau2 {
  color: #464646;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebebeb, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #ebebeb, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#b7b7b7));
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #b7b7b7 100%);
  background: linear-gradient(#ebebeb, #b7b7b7);
  -pie-background: linear-gradient(#ebebeb, #b7b7b7);
  /*PIE*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau2 img {
  display: inline-block;
  vertical-align: center;
}
.button-grau3 {
  color: #464646;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  background: #dadada;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffebebeb, endColorstr=#ffd1d1d1)";
  background: -moz-linear-gradient(top, #ebebeb, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#b7b7b7));
  background-image: -ms-linear-gradient(top, #ebebeb 0%, #b7b7b7 100%);
  background: linear-gradient(#ebebeb, #b7b7b7);
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.button-grau3 img {
  display: inline-block;
  vertical-align: center;
}
/*
.button-rot:hover, .button2:hover, .button3:hover, .button4:hover {
    background-position: 100%;
}
*/
/* custom selects */
.mySelectBoxClass {
  -webkit-appearance: none;
}
.error + .customStyleSelectBox {
  border: 1px solid #f00;
}
.customStyleSelectBox {
  border: 1px solid #cccccc;
  background: url(../img-system/input-bg_01.png) no-repeat top left;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
}
.customStyleSelectBox.changed {
  /* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */
.customStyleSelectBoxInner {
  background: url(/img-system/select-button.png) no-repeat center right;
  /* svg support ab ie8 */
  margin: 0;
  padding: 0 0 0 0.4em;
  height: 2em;
  background-size: 2.25em auto;
}
.lt-ie9 .customStyleSelectBoxInner {
  background-image: url(/img-system/select-button.png);
}
.customStyleSelectBoxInner div {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  vertical-align: middle;
}
input[type=text]:not(.wetextinput) {
  height: 2em;
  border: 1px solid #cccccc;
  background: url(/img-system/input-bg_01.png) no-repeat top left;
  text-indent: 0.5em;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  line-height: 2em;
  -webkit-appearance: none;
  border-radius: 0;
}
.Zebra_DatePicker_Icon_Wrapper input {
  /* ie8 hat mit dem ursprgl selektor probleme */
  height: 2em;
  border: 1px solid #cccccc;
  background: url(/img-system/input-bg_01.png) no-repeat top left;
  text-indent: 0.5em;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  line-height: 2em;
}
textarea {
  border: 1px solid #cccccc;
  background: url(/img-system/input-bg_01.png) no-repeat top left;
  padding: 0.5em;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.35em;
}
#datepicker-start,
#datepicker-end,
#widget-datepicker-start,
#widget-datepicker-end {
  display: inline-block;
}
button.Zebra_DatePicker_Icon {
  /*display: none !important;*/
}
.contentul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contentul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.contentul li:before {
  content: "•";
  padding-right: 0.5em;
  color: #851e28;
  font-size: 1.3em;
  line-height: 0.7em;
  vertical-align: middle;
}
.contentsubul li:before {
  content: "°";
  padding-right: 0.5em;
  color: #851e28;
  font-size: 1.3em;
  line-height: 0.55em;
  vertical-align: bottom;
}
body {
  font-size: 16px;
  color: #222;
  max-width: 800px;
}
.left {
  float: left;
  position: relative;
  padding: 2px 0 0 2px;
}
.left .stoerer {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 7.15em;
  height: 7.15em;
  overflow: hidden;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  background: #d6061b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MDYxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNDAzMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d6061b 0%, #a40311 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6061b), color-stop(100%, #a40311));
  background: -webkit-linear-gradient(top, #d6061b 0%, #a40311 100%);
  background: -o-linear-gradient(top, #d6061b 0%, #a40311 100%);
  background: -ms-linear-gradient(top, #d6061b 0%, #a40311 100%);
  background: linear-gradient(to bottom, #d6061b 0%, #a40311 100%);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transform: rotate(-15deg);
  /*-ms-transform: rotate(@rotate-angle);*/
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.left .stoerer > p {
  width: 100%;
}
.lt-ie9 .left .stoerer {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6061b', endColorstr='#a40311', GradientType=0);
}
.right {
  float: right;
  width: 345px;
  padding-top: 20px;
  position: relative;
}
.right h1 {
  color: #c4071b;
  font-size: 1em;
}
.right > div {
  font-size: 0.875em;
  padding-right: 20px;
  line-height: 1.2857em;
}
.right > div#wlk-newsletter-mini-form-container input {
  width: 289px;
  box-sizing: borderbox;
  margin-bottom: 11px;
}
.right > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.right > div ul li {
  padding-left: 1.3em;
  padding-bottom: 0.2em;
  text-indent: -1.1em;
}
.right > div ul li:before {
  content: "•";
  padding-right: 0.5em;
  color: #851e28;
  font-size: 1.3em;
  line-height: 0.7em;
  vertical-align: middle;
}
.right .close {
  position: absolute;
  top: 4px;
  right: 7px;
  color: #c4071b;
  display: block;
  padding: 3px;
}
.right #wlk-newsletter-mini-form-container-button {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff77ae3b, endColorstr=#ff5E8F29)";
  background: -moz-linear-gradient(top, #77ae3b, #436f15);
  background: -webkit-gradient(linear, left top, left bottom, from(#77ae3b), to(#436f15));
  background-image: -ms-linear-gradient(top, #77ae3b 0%, #436f15 100%);
  background: linear-gradient(#77ae3b, #436f15);
  /*   	background: -moz-linear-gradient(top, #cc061b, #72010d);
	background: -webkit-gradient(linear, left top, left bottom, from(#cc061b), to(#72010d));
	background-image: -ms-linear-gradient(top, #cc061b 0%, #72010d 100%);
	background: linear-gradient(#cc061b, #72010d);	*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.right #wlk-newsletter-mini-form-container-button img {
  display: inline-block;
  vertical-align: center;
}
.cta-button {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff77ae3b, endColorstr=#ff5E8F29)";
  background: -moz-linear-gradient(top, #77ae3b, #436f15);
  background: -webkit-gradient(linear, left top, left bottom, from(#77ae3b), to(#436f15));
  background-image: -ms-linear-gradient(top, #77ae3b 0%, #436f15 100%);
  background: linear-gradient(#77ae3b, #436f15);
  /*   	background: -moz-linear-gradient(top, #cc061b, #72010d);
	background: -webkit-gradient(linear, left top, left bottom, from(#cc061b), to(#72010d));
	background-image: -ms-linear-gradient(top, #cc061b 0%, #72010d 100%);
	background: linear-gradient(#cc061b, #72010d);	*/
  background-size: 1px 200%;
  -moz-transition: background 0.4s ease-out;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  border: none;
  border-radius: 0.5em;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-right: 27px;
}
.cta-button img {
  display: inline-block;
  vertical-align: center;
}
.is-editmode {
  width: 780px;
  margin: 0px auto;
}
.is-editmode .left {
  padding-top: 30px;
}
.is-editmode .left .stoerer {
  margin: 1em 0;
  width: auto;
  height: auto;
  transform: none;
  border-radius: 0;
  position: static;
}
.is-editmode .left .stoerer > p {
  width: 100%;
}
/* helpers: */
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
