@import "fonts.css";
@import "drupal_overwrites.css";
.gradient1 {
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient2 {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
}
.gradient3 {
  background: linear-gradient(to bottom, #9a3bab 0%, #883dab 17%, #593e95 45%, #4a4994 59%, #4a5e9e 63%, #4a88b7 68%, #4fabcc 72%, #52bad4 74%, #53c7dd 76%, #53ccdf 78%, #4bccdf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient4 {
  background: linear-gradient(to bottom, rgba(44, 47, 70, 0.98) 0%, #2c2f46 1%, rgba(44, 47, 70, 0.96) 2%, rgba(44, 47, 70, 0.95) 3%, rgba(40, 42, 64, 0.95) 53%, rgba(39, 41, 63, 0.95) 97%, rgba(39, 41, 63, 0.96) 98%, #27293f 99%, rgba(39, 41, 63, 0.89) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.h1 {
  font-family: "AvantGardeDemi", sans-serif;
  font-weight: 600;
  font-size: 52px;
  /* IE8 */
  font-size: 2.88888889rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 10px;
}
.h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-weight: 600;
  font-size: 38px;
  /* IE8 */
  font-size: 2.11111111rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
}
.h3 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
}
.h4 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 25px;
  /* IE8 */
  font-size: 1.38888889rem;
  line-height: 140%;
  color: #27293f;
  margin-bottom: 16px;
}
.h5 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 22px;
  /* IE8 */
  font-size: 1.22222222rem;
  line-height: 140%;
  font-weight: 400;
  color: #27293f;
  margin-bottom: 16px;
}
.h6 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 20px;
  /* IE8 */
  font-size: 1.11111111rem;
  line-height: 140%;
  font-weight: 400;
  color: #27293f;
  margin-bottom: 16px;
}
.text {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
}
.link {
  color: #2e2b47;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link:hover {
  color: #2e2b47;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.strong {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.list {
  list-style-type: disc;
  margin-left: 40px;
}
.list li {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 2px;
  padding-left: 20px;
}
.table {
  line-height: 1.4em !important;
  margin-bottom: 40px;
  margin-top: 20px;
  max-width: 100%;
  word-wrap: break-word;
}
.table tr {
  border-bottom: 1px solid #e3e3e3;
  background: rgba(213, 224, 233, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.table tr:hover,
.table tr:hover:nth-child(2n) {
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.table tr:nth-child(2n) {
  background: rgba(213, 224, 233, 0.16);
}
.table tr th {
  padding: 10px;
  vertical-align: top;
  background: rgba(213, 224, 233, 0.6);
  line-height: 140%;
  color: #2e2b47;
  border-right: 1px solid #e3e3e3;
  /* IE8 */
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 0px;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  line-height: 20px;
}
.table tr th a {
  color: #adb6c2;
  text-decoration: underline;
}
.table tr td {
  padding: 10px;
  border-right: 1px solid #e3e3e3;
  vertical-align: top;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 0px;
}
.table tr td:last-child {
  border-right: 0px;
}
.table th {
  vertical-align: top;
}
.tableNone {
  width: auto !important;
  background: none;
  line-height: 1.4em !important;
  margin: 0;
}
.tableNone tr {
  border: 0px;
  background: none !important;
}
.tableNone tr:nth-child(2n) {
  background: none !important;
}
.tableNone tr td {
  padding: 0px;
  border-right: 0px;
  vertical-align: middle;
  padding-right: 20px;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 0px;
}
.webform {
  padding-bottom: 0 !important;
  top: 0 !important;
}
.webform .form-item {
  margin: 0 0 10px 0;
  width: 100%;
}
.webform .webform-component-textarea .grippie {
  display: none;
}
.webform label {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  line-height: 180%;
  margin-bottom: 20px;
  font-size: 20px;
  /* IE8 */
  font-size: 1.11111111rem;
  margin: 0;
  color: #27293f;
  font-family: 'Open Sans', sans-serif;
  display: inline-block !important;
  width: auto;
  font-weight: 600;
}
.webform .form-required {
  color: #27293f;
  font-size: 30px;
  /* IE8 */
  font-size: 1.66666667rem;
}
.webform .form-wrapper {
  padding: 0 !important;
}
.webform .form-wrapper.captcha legend {
  display: none;
}
.webform .form-wrapper.captcha .fieldset-description,
.webform .form-wrapper.captcha .g-recaptcha {
  width: 100%;
}
.webform .form-wrapper legend {
  color: #27293f;
  margin-bottom: 6.66666667px;
  font-size: 35px;
  /* IE8 */
  font-size: 1.94444444rem;
  line-height: 140%;
}
.webform .form-wrapper .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.webform .form-wrapper .fieldset-wrapper .webform-component-textfield,
.webform .form-wrapper .fieldset-wrapper .webform-component-email {
  width: 45% !important;
}
.webform .webform-component-markup p {
  margin-bottom: 6.66666667px;
}
.webform .webform-component--partner-id {
  display: none !important;
}
.webform .form-type-radio label,
.webform .form-type-checkbox label {
  width: auto !important;
  font-weight: 400;
}
.webform textarea {
  width: 100%;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  color: #27293f;
  font-family: 'Open Sans', sans-serif;
  background: #adb6c2;
  line-height: 150%;
  padding: 10px 20px;
  border: none;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.webform textarea:focus {
  outline: none;
}
.webform select {
  background-color: #adb6c2;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  outline: none;
}
.webform select:focus {
  outline: none;
}
.webform select option {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  color: #000;
  background-color: #adb6c2;
  font-family: "AvantGardeDemi", sans-serif;
  text-transform: uppercase;
  line-height: 200%;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.webform input {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  color: #27293f;
  line-height: 42px;
  background: #adb6c2;
  padding: 0px 10px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  width: 100%;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #adb6c2;
}
.webform input:focus {
  outline: none;
}
.webform input.form-submit {
  color: #fff;
  font-size: 19px;
  /* IE8 */
  font-size: 1.05555556rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 18px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  border: none;
  width: auto;
}
.webform input.form-submit:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: 0 0;
}
.webform input[type="radio"],
.webform input[type="checkbox"] {
  width: auto !important;
  margin: 10px !important;
  font-size: 20px;
  /* IE8 */
  font-size: 1.11111111rem;
}
.mainLogo {
  left: 0px;
  top: 0px;
}
.contentBlockStyle {
  font-size: 18px;
  background-color: transparent;
}
.contentBlockStyle img {
  width: 100% !important;
  height: auto !important;
}
.frontBlockStyle {
  font-size: 18px;
}
.sidebarBlockStyle {
  background-color: transparent;
  font-size: 18px;
}
.sidebarBlockStyle img {
  width: 100% !important;
  height: auto !important;
}
.sidebarBlockStyle h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
  font-size: 22px;
  /* IE8 */
  font-size: 1.22222222rem;
  margin-bottom: 20px;
}
.blockMoreLink {
  color: #fff;
  font-size: 19px;
  /* IE8 */
  font-size: 1.05555556rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 18px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 700;
  border: none;
  width: auto;
  margin-top: 40px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.blockMoreLink a {
  color: #27293f;
  border: 1px solid #27293f;
  padding: 10px;
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 14px;
  /* IE8 */
  font-size: 0.77777778rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blockMoreLink a:hover,
.blockMoreLink a.active,
.blockMoreLink a.active-trail {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #27293f;
  color: #fff;
  border-color: #27293f;
}
.blockMoreLink:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: 0 0;
  text-decoration: none;
}
.blockMoreLink a {
  padding-right: 30px;
}
.blockMoreLink a:after {
  font-family: "Entypo";
  font-size: 30px;
  /* IE8 */
  font-size: 1.66666667rem;
  line-height: 0px;
  color: #27293f;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 0px;
}
.blockMoreLink a:hover:after {
  right: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.blockMoreLink a:after {
  content: "\E75E";
}
.headerHeadline {
  font-family: "AvantGardeDemi", sans-serif;
  font-weight: 600;
  font-size: 52px;
  /* IE8 */
  font-size: 2.88888889rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 10px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  text-align: left;
  color: #fff;
}
.slideshowBar .views-slideshow-controls-bottom {
  height: 50px;
}
.slideshowBar .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  display: inline-block;
  text-align: center;
  font-size: 0px;
  cursor: pointer;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 10px 10px 20px 10px;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slideshowBar .views-slideshow-pager-fields .views-slideshow-pager-field-item:hover {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slideshowBar .views-slideshow-pager-fields .views-slideshow-pager-field-item.views-row-first {
  border-left: 0px;
}
.slideshowBar .views-slideshow-pager-fields .views-slideshow-pager-field-item.views-row-last {
  border-right: 0px;
}
.slideshowBar .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.barItemNormal {
  width: 400px;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.barItemNormal .views-content-title {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  padding: 0px 10px;
  height: 50px;
  line-height: 48px;
}
.barItemHover {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.barItemActive {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.pointItemNormal {
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 10px 10px 20px 10px;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
}
.pointItemHover {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
}
.pointItemActive {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.slideshowControls a {
  height: 80px;
  width: 80px;
  margin-top: -40px;
  background-image: url(/sites/all/themes/unserekur2017/img/slideshow_icon_sprite.png);
}
.controlsItemPrev a {
  background-position: 0px 0px;
}
.controlsItemPrev:hover a {
  background-position: 0px -80px;
  margin-left: -6px;
}
.controlsItemNext a {
  background-position: -80px 0px;
}
.controlsItemNext:hover a {
  background-position: -80px -80px;
  margin-right: -6px;
}
.contentContainer {
  background: #ffffff;
  padding: 0px;
  font-size: 18px;
}
.copyrightBlock {
  border: none;
  padding: 0px 20px;
  text-align: left;
  padding-left: 0px !important;
}
.copyrightBlock p {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: none;
  border-bottom: none;
  border: none;
  margin: 0px;
  padding-left: 0px;
}
.menuFirst {
  width: 100%;
  margin-left: 270px;
}
.menuFirst ul.menu li.leaf a {
  color: #2e2b47;
  font-family: "AvantGardeDemi", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  /* IE8 */
  font-size: 0.9444444400000001rem;
  letter-spacing: 0.02em;
  padding: 0px 40px 0px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: url(/sites/all/themes/unserekur2017/img/navi_break.png);
  background-repeat: no-repeat;
  background-position: top right;
  line-height: 52px;
}
.menuFirst ul.menu li.leaf a.active,
.menuFirst ul.menu li.leaf a.active-trail {
  color: #ffffff;
}
.menuFirst ul.menu li.leaf a:hover {
  color: #ffffff;
}
.menuFirstItemNormal {
  color: #2e2b47;
  font-family: "AvantGardeDemi", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  /* IE8 */
  font-size: 0.9444444400000001rem;
  letter-spacing: 0.02em;
  padding: 0px 40px 0px 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: url(/sites/all/themes/unserekur2017/img/navi_break.png);
  background-repeat: no-repeat;
  background-position: top right;
  line-height: 52px;
}
.menuFirstItemActive {
  color: #ffffff;
}
.menuFirstItemHover {
  color: #ffffff;
}
.metaMenu {
  position: absolute;
  top: 14.5px;
  left: -4px;
}
.metaMenu ul.menu li.leaf a {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaMenu ul.menu li.leaf a.active,
.metaMenu ul.menu li.leaf a.active-trail {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaMenu ul.menu li.leaf a:hover {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaMenu ul.menu li.leaf.last a {
  border-right: none;
  padding-right: 0px;
}
.metaMenuItemNormal {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaMenuItemActive {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaMenuItemHover {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footerMenu {
  padding: 20px;
}
.footerMenu ul.menu li.leaf a {
  display: inline-block;
  padding: 10px 0px;
  border-bottom: 1px dotted #d5e0e9;
}
.footerMenu ul.menu li.leaf a.active,
.footerMenu ul.menu li.leaf a.active-trail {
  border-color: #2e2b47;
}
.footerMenu ul.menu li.leaf a:hover {
  border-color: #2e2b47;
}
.footerMenuItemNormal {
  display: inline-block;
  padding: 10px 0px;
  border-bottom: 1px dotted #d5e0e9;
}
.footerMenuItemActive {
  border-color: #2e2b47;
}
.footerMenuItemHover {
  border-color: #2e2b47;
}
.metaFooterMenu {
  padding: 20px;
  padding-right: 0px;
}
.metaFooterMenu ul.menu li.leaf {
  float: right;
}
.metaFooterMenu ul.menu li.leaf a {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: none;
  border-bottom: none;
}
.metaFooterMenu ul.menu li.leaf a.active,
.metaFooterMenu ul.menu li.leaf a.active-trail {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaFooterMenu ul.menu li.leaf a:hover {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaFooterMenu ul.menu li.leaf.last a {
  padding-left: 0px;
  clear: both;
}
.metaFooterMenu ul.menu li.leaf.first a {
  border-right: none;
}
.metaFooterMenuItemNormal {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: none;
  border-bottom: none;
}
.metaFooterMenuItemActive {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.metaFooterMenuItemHover {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.borderRight {
  border-right: 1px solid #fff;
}
.borderLeft {
  border-left: 1px solid #fff;
}
.borderBottom {
  border-bottom: 1px solid #fff;
}
.borderTop {
  border-top: 1px solid #fff;
}
.borderAll {
  border: 1px solid #fff;
}
.shadow1 {
  -webkit-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.4);
}
.shadow2 {
  -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
}
.button1 a {
  color: #27293f;
  border: 1px solid #27293f;
  padding: 10px;
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 14px;
  /* IE8 */
  font-size: 0.77777778rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button1 a:hover,
.button1 a.active,
.button1 a.active-trail {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #27293f;
  color: #fff;
  border-color: #27293f;
}
.iconButton {
  padding-right: 30px;
}
.iconButton:after {
  font-family: "Entypo";
  font-size: 30px;
  /* IE8 */
  font-size: 1.66666667rem;
  line-height: 0px;
  color: #27293f;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 0px;
}
.iconButton:hover:after {
  right: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.iconArrowRight:after {
  content: "\E75E";
}
.horizontalMenu ul.menu li.leaf {
  float: left;
}
.horizontalMenu ul.menu li.leaf a {
  display: block;
}
.horizontalMenu ul.menu:after {
  content: " ";
  display: block;
  clear: left;
}
.block_1-6 {
  width: 16.66666667%;
  min-height: 280px;
}
.block_1-6 .block-content {
  min-height: 280px;
}
.block_1-4 {
  width: 25%;
  min-height: 280px;
}
.block_1-4 .block-content {
  min-height: 280px;
}
.block_1-3 {
  width: 100%;
  min-height: 280px;
}
@media only screen and (min-width: 820px) {
  .block_1-3 {
    width: 33.33333333%;
  }
}
.block_1-3 .block-content {
  min-height: 280px;
}
.block_1-2 {
  width: 50%;
  min-height: 280px;
}
.block_1-2 .block-content {
  min-height: 280px;
}
.block_1-1 {
  width: 100%;
}
.block_2-3 {
  width: 66.66666667%;
  min-height: 280px;
}
.block_2-3 .block-content {
  min-height: 280px;
}
.block_3-4 {
  width: 75%;
  min-height: 280px;
}
.block_3-4 .block-content {
  min-height: 280px;
}
.block_5-6 {
  width: 83.33333333%;
  min-height: 280px;
}
.block_5-6 .block-content {
  min-height: 280px;
}
.slideshow .views-slideshow-controls-bottom {
  height: 50px;
}
.slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  display: inline-block;
  text-align: center;
  font-size: 0px;
  cursor: pointer;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 10px 10px 20px 10px;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item:hover {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.views-row-first {
  border-left: 0px;
}
.slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.views-row-last {
  border-right: 0px;
}
.slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.slideshow .inner-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 100%;
  text-align: left;
}
.slideshow .views-slideshow-cycle-main-frame {
  height: 470px;
  overflow: hidden;
}
.slideshow .views_slideshow_cycle_slide img {
  min-height: 470px;
  height: auto !important;
  min-width: 100%;
  width: auto !important;
}
.slideshow .views_slideshow_cycle_main {
  width: 100%;
  margin-left: -50%;
  left: 50%;
  position: relative;
  text-align: center;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous,
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next {
  position: absolute;
  display: block;
  top: 0px;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous a,
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  height: 80px;
  width: 80px;
  margin-top: -40px;
  background-image: url(/sites/all/themes/unserekur2017/img/slideshow_icon_sprite.png);
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous a,
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  font-size: 0px;
  position: relative;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous {
  left: 0px;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous:hover a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous a {
  background-position: 0px 0px;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-previous:hover a {
  background-position: 0px -80px;
  margin-left: -6px;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next {
  right: 0px;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next:hover a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  background-position: -80px 0px;
}
.slideshow .views-slideshow-controls-text .views-slideshow-controls-text-next:hover a {
  background-position: -80px -80px;
  margin-right: -6px;
}
.slideshow .views-slideshow-controls-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 6;
}
.slideshow .views-content-title {
  cursor: pointer;
  display: block;
}
.slideshow .views-slideshow-pager-fields {
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 100%;
  text-align: left;
  height: auto;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  font-size: 0px;
  text-align: center;
}
.slideshow .field-name-field-header-link a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  opacity: 0.0;
  z-index: 1;
}
.slideshow .views-field-edit-node a {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  z-index: 40;
}
.barStyle .views-slideshow-pager-field-item {
  display: inline-block;
  text-align: center;
  width: 400px;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.barStyle .views-slideshow-pager-field-item .views-content-title {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  padding: 0px 10px;
  height: 50px;
  line-height: 48px;
}
.barStyle .views-slideshow-pager-field-item:hover {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.barStyle .views-slideshow-pager-field-item.views-row-first {
  border-left: 0px;
}
.barStyle .views-slideshow-pager-field-item.views-row-last {
  border-right: 0px;
}
.barStyle .views-slideshow-pager-field-item.active {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.pointStyle .views-slideshow-pager-field-item {
  display: inline-block;
  text-align: center;
  font-size: 0px;
  cursor: pointer;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 10px 10px 20px 10px;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pointStyle .views-slideshow-pager-field-item:hover {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pointStyle .views-slideshow-pager-field-item.views-row-first {
  border-left: 0px;
}
.pointStyle .views-slideshow-pager-field-item.views-row-last {
  border-right: 0px;
}
.pointStyle .views-slideshow-pager-field-item.active {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.disable {
  opacity: 0.0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
.standardAnimation {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button1 {
  color: #fff;
  font-size: 19px;
  /* IE8 */
  font-size: 1.05555556rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 18px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 700;
  border: none;
  width: auto;
  margin-top: 40px;
}
.button1:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: 0 0;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #27293f;
  margin-bottom: 0px;
  font-size: 18px;
}
h1 {
  font-family: "AvantGardeDemi", sans-serif;
  font-weight: 600;
  font-size: 52px;
  /* IE8 */
  font-size: 2.88888889rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 10px;
}
h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-weight: 600;
  font-size: 38px;
  /* IE8 */
  font-size: 2.11111111rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
}
h3 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
}
h4 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 25px;
  /* IE8 */
  font-size: 1.38888889rem;
  line-height: 140%;
  color: #27293f;
  margin-bottom: 16px;
}
p {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
}
div {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 0px;
}
a {
  color: #2e2b47;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  color: #2e2b47;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
table {
  line-height: 1.4em !important;
  margin-bottom: 40px;
  margin-top: 20px;
  max-width: 100%;
  word-wrap: break-word;
}
table tr {
  border-bottom: 1px solid #e3e3e3;
  background: rgba(213, 224, 233, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
table tr:hover,
table tr:hover:nth-child(2n) {
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
table tr:nth-child(2n) {
  background: rgba(213, 224, 233, 0.16);
}
table tr th {
  padding: 10px;
  vertical-align: top;
  background: rgba(213, 224, 233, 0.6);
  line-height: 140%;
  color: #2e2b47;
  border-right: 1px solid #e3e3e3;
  /* IE8 */
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 0px;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  line-height: 20px;
}
table tr th a {
  color: #adb6c2;
  text-decoration: underline;
}
table tr td {
  padding: 10px;
  border-right: 1px solid #e3e3e3;
  vertical-align: top;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 0px;
}
table tr td:last-child {
  border-right: 0px;
}
table th {
  vertical-align: top;
}
.content .node ul {
  list-style-type: disc;
  margin-left: 40px;
}
.content .node ul li {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  margin-bottom: 2px;
  padding-left: 20px;
}
form {
  padding-bottom: 0 !important;
  top: 0 !important;
}
form .form-item {
  margin: 0 0 10px 0;
  width: 100%;
}
form .webform-component-textarea .grippie {
  display: none;
}
form label {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  line-height: 180%;
  margin-bottom: 20px;
  font-size: 20px;
  /* IE8 */
  font-size: 1.11111111rem;
  margin: 0;
  color: #27293f;
  font-family: 'Open Sans', sans-serif;
  display: inline-block !important;
  width: auto;
  font-weight: 600;
}
form .form-required {
  color: #27293f;
  font-size: 30px;
  /* IE8 */
  font-size: 1.66666667rem;
}
form .form-wrapper {
  padding: 0 !important;
}
form .form-wrapper.captcha legend {
  display: none;
}
form .form-wrapper.captcha .fieldset-description,
form .form-wrapper.captcha .g-recaptcha {
  width: 100%;
}
form .form-wrapper legend {
  color: #27293f;
  margin-bottom: 6.66666667px;
  font-size: 35px;
  /* IE8 */
  font-size: 1.94444444rem;
  line-height: 140%;
}
form .form-wrapper .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
form .form-wrapper .fieldset-wrapper .webform-component-textfield,
form .form-wrapper .fieldset-wrapper .webform-component-email {
  width: 45% !important;
}
form .webform-component-markup p {
  margin-bottom: 6.66666667px;
}
form .webform-component--partner-id {
  display: none !important;
}
form .form-type-radio label,
form .form-type-checkbox label {
  width: auto !important;
  font-weight: 400;
}
form textarea {
  width: 100%;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  color: #27293f;
  font-family: 'Open Sans', sans-serif;
  background: #adb6c2;
  line-height: 150%;
  padding: 10px 20px;
  border: none;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
form textarea:focus {
  outline: none;
}
form select {
  background-color: #adb6c2;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  outline: none;
}
form select:focus {
  outline: none;
}
form select option {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  color: #000;
  background-color: #adb6c2;
  font-family: "AvantGardeDemi", sans-serif;
  text-transform: uppercase;
  line-height: 200%;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
form input {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  color: #27293f;
  line-height: 42px;
  background: #adb6c2;
  padding: 0px 10px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  width: 100%;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #adb6c2;
}
form input:focus {
  outline: none;
}
form input.form-submit {
  color: #fff;
  font-size: 19px;
  /* IE8 */
  font-size: 1.05555556rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 18px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  border: none;
  width: auto;
}
form input.form-submit:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: 0 0;
}
form input[type="radio"],
form input[type="checkbox"] {
  width: auto !important;
  margin: 10px !important;
  font-size: 20px;
  /* IE8 */
  font-size: 1.11111111rem;
}
.wrapper {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: content-box !important;
}
#page-wrapper {
  width: 100%;
  max-width: 1550px;
  position: relative;
  margin: 0 auto;
}
#top-bar,
#top-header,
#main-navigation,
#header,
#breadcrumb,
#page-top,
#page-area,
#page-bottom,
#footer {
  width: 100%;
  max-width: 1550px;
}
#top-bar {
  margin-top: 0px;
  margin-bottom: 0px;
}
#top-header {
  height: 54px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
#top-header .wrapper {
  height: 54px;
}
#top-header .wrapper a#logo {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
}
#header {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0px auto 0px auto;
  z-index: 1;
}
#header .block-content {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}
#header .block-content p {
  margin-bottom: 0px;
  line-height: 0px;
}
#header .block-content h2.block-title {
  font-family: "AvantGardeDemi", sans-serif;
  font-weight: 600;
  font-size: 52px;
  /* IE8 */
  font-size: 2.88888889rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 10px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  text-align: left;
  color: #fff;
  margin-bottom: 0px;
  display: block;
}
#header .block-content img {
  display: inline-block;
  width: 100% !important;
  max-width: 1550px !important;
  height: auto !important;
}
#header .block-views .block-content {
  width: 100%;
  margin-left: auto;
  position: static;
}
#breadcrumb {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page-top {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page-top .wrapper .region {
  width: 1220px;
  margin-left: -10px;
}
body.no-sidebars #content-area {
  width: 100%;
}
body.no-sidebars #content-area #content-top .region {
  width: 100%;
}
body.no-sidebars #content-area #content-bottom .region {
  width: 1200px;
}
body.one-sidebar.sidebar-first #content-area {
  width: 960px;
}
body.one-sidebar.sidebar-first #content-area #content-top .region {
  width: 980px;
}
body.one-sidebar.sidebar-first #content-area #content-bottom .region {
  width: 980px;
}
body.one-sidebar.sidebar-second #content-area {
  width: 1200px;
}
body.one-sidebar.sidebar-second #content-area #content-top .region {
  width: 1220px;
}
body.one-sidebar.sidebar-second #content-area #content-bottom .region {
  width: 1220px;
}
body.two-sidebars #content-area {
  width: 960px;
}
body.two-sidebars #content-area #content-top .region {
  width: 980px;
}
body.two-sidebars #content-area #content-bottom .region {
  width: 980px;
}
#page-area .wrapper {
  padding: 0;
}
#page-area #sidebar-first,
#page-area #sidebar-second {
  display: inline-block;
  font-size: 1.0rem;
  vertical-align: top;
  overflow: hidden;
}
#page-area #sidebar-first .region,
#page-area #sidebar-second .region {
  width: 100%;
}
#page-area #sidebar-first .region .block,
#page-area #sidebar-second .region .block {
  width: 100%;
  padding: 0px;
  padding-bottom: 20px;
}
#page-area #sidebar-first .region .block .block-content,
#page-area #sidebar-second .region .block .block-content {
  background-color: transparent;
  font-size: 18px;
}
#page-area #sidebar-first .region .block .block-content img,
#page-area #sidebar-second .region .block .block-content img {
  width: 100% !important;
  height: auto !important;
}
#page-area #sidebar-first .region .block .block-content h2,
#page-area #sidebar-second .region .block .block-content h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
  font-size: 22px;
  /* IE8 */
  font-size: 1.22222222rem;
  margin-bottom: 20px;
}
#page-area #sidebar-first {
  width: 240px;
  padding-left: 0px;
  padding-right: 0px;
}
#page-area #sidebar-second {
  width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#page-area #content-area {
  display: inline-block;
  font-size: 1.0rem;
}
#page-area #content-area #content-top {
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
#page-area #content-area #content {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d5e0e9;
}
#page-area #content-area #content .region {
  background: #ffffff;
  padding: 0px;
  font-size: 18px;
}
#page-area #content-area #content .region .group-header,
#page-area #content-area #content .region .group-footer {
  width: 100%;
}
#page-area #content-area #content .region .group-left,
#page-area #content-area #content .region .group-right {
  width: 50%;
}
#page-area #content-area #content .region .group-left .body-left {
  padding-right: 20px;
}
#page-area #content-area #content .region .group-right .body-right {
  padding-left: 20px;
}
#page-area #content-area #content .region .body-top,
#page-area #content-area #content .region .body-left,
#page-area #content-area #content .region .body-right,
#page-area #content-area #content .region .body-bottom {
  position: relative;
}
#page-area #content-area #content-bottom {
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
#page-bottom {
  margin-top: 0px;
  margin-bottom: 0px;
}
#page-bottom .wrapper .region {
  width: 1160px;
  margin-left: 0px;
}
#footer {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.front #page-top .block .block-content,
body.front #content-top .block .block-content,
body.front #content-bottom .block .block-content,
body.front #page-bottom .block .block-content {
  font-size: 18px;
}
#page-top .wrapper,
#content-top .wrapper,
#content-bottom .wrapper,
#sidebar-first .wrapper,
#sidebar-second .wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
#page-top .block,
#content-top .block,
#content-bottom .block,
#sidebar-first .block,
#sidebar-second .block {
  padding: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
}
#page-top .block .block-content,
#content-top .block .block-content,
#content-bottom .block .block-content,
#sidebar-first .block .block-content,
#sidebar-second .block .block-content {
  font-size: 18px;
  background-color: transparent;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
#page-top .block .block-content img,
#content-top .block .block-content img,
#content-bottom .block .block-content img,
#sidebar-first .block .block-content img,
#sidebar-second .block .block-content img {
  width: 100% !important;
  height: auto !important;
}
#page-top .block .block-content .block-more-link,
#content-top .block .block-content .block-more-link,
#content-bottom .block .block-content .block-more-link,
#sidebar-first .block .block-content .block-more-link,
#sidebar-second .block .block-content .block-more-link {
  color: #fff;
  font-size: 19px;
  /* IE8 */
  font-size: 1.05555556rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 18px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  text-decoration: none;
  font-weight: 700;
  border: none;
  width: auto;
  margin-top: 40px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
#page-top .block .block-content .block-more-link a,
#content-top .block .block-content .block-more-link a,
#content-bottom .block .block-content .block-more-link a,
#sidebar-first .block .block-content .block-more-link a,
#sidebar-second .block .block-content .block-more-link a {
  color: #27293f;
  border: 1px solid #27293f;
  padding: 10px;
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 14px;
  /* IE8 */
  font-size: 0.77777778rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#page-top .block .block-content .block-more-link a:hover,
#content-top .block .block-content .block-more-link a:hover,
#content-bottom .block .block-content .block-more-link a:hover,
#sidebar-first .block .block-content .block-more-link a:hover,
#sidebar-second .block .block-content .block-more-link a:hover,
#page-top .block .block-content .block-more-link a.active,
#content-top .block .block-content .block-more-link a.active,
#content-bottom .block .block-content .block-more-link a.active,
#sidebar-first .block .block-content .block-more-link a.active,
#sidebar-second .block .block-content .block-more-link a.active,
#page-top .block .block-content .block-more-link a.active-trail,
#content-top .block .block-content .block-more-link a.active-trail,
#content-bottom .block .block-content .block-more-link a.active-trail,
#sidebar-first .block .block-content .block-more-link a.active-trail,
#sidebar-second .block .block-content .block-more-link a.active-trail {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #27293f;
  color: #fff;
  border-color: #27293f;
}
#page-top .block .block-content .block-more-link:hover,
#content-top .block .block-content .block-more-link:hover,
#content-bottom .block .block-content .block-more-link:hover,
#sidebar-first .block .block-content .block-more-link:hover,
#sidebar-second .block .block-content .block-more-link:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: 0 0;
  text-decoration: none;
}
#page-top .block .block-content .block-more-link a,
#content-top .block .block-content .block-more-link a,
#content-bottom .block .block-content .block-more-link a,
#sidebar-first .block .block-content .block-more-link a,
#sidebar-second .block .block-content .block-more-link a {
  padding-right: 30px;
}
#page-top .block .block-content .block-more-link a:after,
#content-top .block .block-content .block-more-link a:after,
#content-bottom .block .block-content .block-more-link a:after,
#sidebar-first .block .block-content .block-more-link a:after,
#sidebar-second .block .block-content .block-more-link a:after {
  font-family: "Entypo";
  font-size: 30px;
  /* IE8 */
  font-size: 1.66666667rem;
  line-height: 0px;
  color: #27293f;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 0px;
}
#page-top .block .block-content .block-more-link a:hover:after,
#content-top .block .block-content .block-more-link a:hover:after,
#content-bottom .block .block-content .block-more-link a:hover:after,
#sidebar-first .block .block-content .block-more-link a:hover:after,
#sidebar-second .block .block-content .block-more-link a:hover:after {
  right: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
#page-top .block .block-content .block-more-link a:after,
#content-top .block .block-content .block-more-link a:after,
#content-bottom .block .block-content .block-more-link a:after,
#sidebar-first .block .block-content .block-more-link a:after,
#sidebar-second .block .block-content .block-more-link a:after {
  content: "\E75E";
}
#page-top .block.link-block .content,
#content-top .block.link-block .content,
#content-bottom .block.link-block .content,
#sidebar-first .block.link-block .content,
#sidebar-second .block.link-block .content {
  padding-bottom: 11.11111111px;
}
.region {
  font-size: 0px;
}
.region .block {
  vertical-align: top;
  display: inline-block;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
}
.region-header .block {
  display: block;
}
#background {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
}
#background .region {
  min-height: 100%;
  position: relative;
}
#main-navigation {
  margin-top: 0px;
  margin-bottom: 0px;
}
#block-menu-block-1 ul.menu li.leaf,
.responsive-menus ul.menu li.leaf {
  float: left;
}
#block-menu-block-1 ul.menu li.leaf a,
.responsive-menus ul.menu li.leaf a {
  display: block;
}
#block-menu-block-1 ul.menu:after,
.responsive-menus ul.menu:after {
  content: " ";
  display: block;
  clear: left;
}
#block-menu-block-2 {
  position: absolute;
  top: 14.5px;
  left: -4px;
}
#block-menu-block-2 ul.menu li.leaf {
  float: left;
}
#block-menu-block-2 ul.menu li.leaf a {
  display: block;
}
#block-menu-block-2 ul.menu:after {
  content: " ";
  display: block;
  clear: left;
}
#block-menu-block-2 ul.menu li.leaf a {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#block-menu-block-2 ul.menu li.leaf a.active,
#block-menu-block-2 ul.menu li.leaf a.active-trail {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#block-menu-block-2 ul.menu li.leaf a:hover {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#block-menu-block-2 ul.menu li.leaf.last a {
  border-right: none;
  padding-right: 0px;
}
#footer .block {
  padding: 20px;
  min-height: 0px;
}
#footer .block ul.menu li.leaf a {
  display: inline-block;
  padding: 10px 0px;
  border-bottom: 1px dotted #d5e0e9;
}
#footer .block ul.menu li.leaf a.active,
#footer .block ul.menu li.leaf a.active-trail {
  border-color: #2e2b47;
}
#footer .block ul.menu li.leaf a:hover {
  border-color: #2e2b47;
}
#footer .block .block-content {
  min-height: 0px;
}
#footer .meta-navigation {
  padding: 20px;
  padding-right: 0px;
}
#footer .meta-navigation ul.menu li.leaf {
  float: left;
}
#footer .meta-navigation ul.menu li.leaf a {
  display: block;
}
#footer .meta-navigation ul.menu:after {
  content: " ";
  display: block;
  clear: left;
}
#footer .meta-navigation ul.menu li.leaf {
  float: right;
}
#footer .meta-navigation ul.menu li.leaf a {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: none;
  border-bottom: none;
}
#footer .meta-navigation ul.menu li.leaf a.active,
#footer .meta-navigation ul.menu li.leaf a.active-trail {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .meta-navigation ul.menu li.leaf a:hover {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .meta-navigation ul.menu li.leaf.last a {
  padding-left: 0px;
  clear: both;
}
#footer .meta-navigation ul.menu li.leaf.first a {
  border-right: none;
}
#footer .footer-menu {
  padding: 20px;
  padding-right: 0px;
}
#footer .footer-menu ul.menu li.leaf {
  float: left;
}
#footer .footer-menu ul.menu li.leaf a {
  display: block;
}
#footer .footer-menu ul.menu:after {
  content: " ";
  display: block;
  clear: left;
}
#footer .footer-menu ul.menu li.leaf {
  float: right;
}
#footer .footer-menu ul.menu li.leaf a {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: none;
  border-bottom: none;
}
#footer .footer-menu ul.menu li.leaf a.active,
#footer .footer-menu ul.menu li.leaf a.active-trail {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .footer-menu ul.menu li.leaf a:hover {
  color: #ffffff;
  border-color: #d5e0e9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .footer-menu ul.menu li.leaf.last a {
  padding-left: 0px;
  clear: both;
}
#footer .footer-menu ul.menu li.leaf.first a {
  border-right: none;
}
#footer .copyright {
  border: none;
  padding: 0px 20px;
  text-align: left;
  padding-left: 0px !important;
}
#footer .copyright p {
  color: #d5e0e9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  /* IE8 */
  font-size: 0.72222222rem;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-right: 1px solid #fff;
  border-color: #d5e0e9;
  border-style: dotted;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: none;
  border-bottom: none;
  border: none;
  margin: 0px;
  padding-left: 0px;
}
.view-display-id-slideshow_block .views-slideshow-controls-bottom {
  height: 50px;
}
.view-display-id-slideshow_block .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  display: inline-block;
  text-align: center;
  font-size: 0px;
  cursor: pointer;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 10px 10px 20px 10px;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -moz-box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  box-shadow: 2px 3px 2px 0px rgba(50, 50, 50, 0.62);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-display-id-slideshow_block .views-slideshow-pager-fields .views-slideshow-pager-field-item:hover {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-display-id-slideshow_block .views-slideshow-pager-fields .views-slideshow-pager-field-item.views-row-first {
  border-left: 0px;
}
.view-display-id-slideshow_block .views-slideshow-pager-fields .views-slideshow-pager-field-item.views-row-last {
  border-right: 0px;
}
.view-display-id-slideshow_block .views-slideshow-pager-fields .views-slideshow-pager-field-item.active {
  background: #009aa8;
  background: -moz-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009aa8), color-stop(100%, #4b7573));
  background: -webkit-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -o-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: -ms-linear-gradient(top, #009aa8 0%, #4b7573 100%);
  background: linear-gradient(to bottom, #009aa8 0%, #4b7573 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009aa8', endColorstr='#4b7573', GradientType=0);
  color: #fff;
}
.view-display-id-slideshow_block .inner-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 100%;
  text-align: left;
}
.view-display-id-slideshow_block .views-slideshow-cycle-main-frame {
  height: 470px;
  overflow: hidden;
}
.view-display-id-slideshow_block .views_slideshow_cycle_slide img {
  min-height: 470px;
  height: auto !important;
  min-width: 100%;
  width: auto !important;
}
.view-display-id-slideshow_block .views_slideshow_cycle_main {
  width: 100%;
  margin-left: -50%;
  left: 50%;
  position: relative;
  text-align: center;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-pause {
  display: none;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous,
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next {
  position: absolute;
  display: block;
  top: 0px;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous a,
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  height: 80px;
  width: 80px;
  margin-top: -40px;
  background-image: url(/sites/all/themes/unserekur2017/img/slideshow_icon_sprite.png);
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous a,
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  font-size: 0px;
  position: relative;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous {
  left: 0px;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous:hover a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous a {
  background-position: 0px 0px;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-previous:hover a {
  background-position: 0px -80px;
  margin-left: -6px;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next {
  right: 0px;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next:hover a {
  -webkit-transition: margin 0.4s ease-in-out;
  -moz-transition: margin 0.4s ease-in-out;
  transition: margin 0.4s ease-in-out;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next a {
  background-position: -80px 0px;
}
.view-display-id-slideshow_block .views-slideshow-controls-text .views-slideshow-controls-text-next:hover a {
  background-position: -80px -80px;
  margin-right: -6px;
}
.view-display-id-slideshow_block .views-slideshow-controls-bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 6;
}
.view-display-id-slideshow_block .views-content-title {
  cursor: pointer;
  display: block;
}
.view-display-id-slideshow_block .views-slideshow-pager-fields {
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 100%;
  text-align: left;
  height: auto;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  font-size: 0px;
  text-align: center;
}
.view-display-id-slideshow_block .field-name-field-header-link a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  opacity: 0.0;
  z-index: 1;
}
.view-display-id-slideshow_block .views-field-edit-node a {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  z-index: 40;
}
#content .group-header,
#content .group-left,
#content .group-right,
#content .group-footer {
  position: relative;
  padding: 0px;
  padding-bottom: 0px;
}
#content fieldset,
#content .content-left,
#content .content-right {
  padding-bottom: 80px;
}
#content fieldset {
  padding-top: 40px;
}
#content .group-left {
  padding-right: 40px;
}
#content .group-right {
  padding-left: 40px;
}
#content .group-left h2,
#content .group-right h2,
#content .group-footer .field-name-field-fu-bereich h2 {
  color: #c4ced9;
}
#content .group-left h3,
#content .group-right h3,
#content .group-footer .field-name-field-fu-bereich h3 {
  font-size: 34px;
  /* IE8 */
  font-size: 1.88888889rem;
  color: #27293f;
  font-weight: 600;
}
#content .group-left h4,
#content .group-right h4,
#content .group-footer .field-name-field-fu-bereich h4 {
  font-size: 22px;
  /* IE8 */
  font-size: 1.22222222rem;
  color: #27293f;
  font-weight: 600;
}
div.tabs {
  padding-bottom: 40px;
}
#content .region #block-system-main {
  padding: 40px;
}
#content .region #block-system-main .content .group-footer {
  margin-bottom: 20px;
}
#content .region #block-system-main .content .group-footer .field-name-field-fu-bereich {
  padding: 40px 0px;
}
#content .region #block-system-main .content .group-footer .field-name-field-impressum,
#content .region #block-system-main .content .group-footer .field-name-field-name-des-bearbeiters,
#content .region #block-system-main .content .group-footer .field-name-field-stra-e-des-bearbeiters,
#content .region #block-system-main .content .group-footer .field-name-field-plz-ort-des-betreibers,
#content .region #block-system-main .content .group-footer .field-name-field-telefonnummer-des-bearbeit,
#content .region #block-system-main .content .group-footer .field-name-field-e-mail-des-betreibers {
  color: #fff;
}
#content .region #block-system-main .content .group-footer .field-name-field-impressum *,
#content .region #block-system-main .content .group-footer .field-name-field-name-des-bearbeiters *,
#content .region #block-system-main .content .group-footer .field-name-field-stra-e-des-bearbeiters *,
#content .region #block-system-main .content .group-footer .field-name-field-plz-ort-des-betreibers *,
#content .region #block-system-main .content .group-footer .field-name-field-telefonnummer-des-bearbeit *,
#content .region #block-system-main .content .group-footer .field-name-field-e-mail-des-betreibers * {
  color: #fff;
}
#content .region #block-system-main .content .group-footer .webform-image {
  position: absolute;
  right: -240px;
  bottom: 0px;
  z-index: 1;
  text-align: bottom;
  line-height: 0px;
}
#content .region #block-system-main .content .group-footer .field-label {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  margin-bottom: 16px;
  font-size: 22px;
  /* IE8 */
  font-size: 1.22222222rem;
  margin-bottom: 6px;
  color: #27293f;
  position: relative;
  z-index: 3;
}
#content .region #block-system-main .content .group-footer .field-name-field-berater p {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  position: relative;
  z-index: 3;
}
#content .region #block-system-main .content .group-footer .webform-client-form {
  width: 100%;
  position: relative;
  top: 40px;
  padding-bottom: 40px;
  left: 0px;
  z-index: 4;
}
#content .region #block-system-main .content .group-footer .webform-client-form h2 {
  color: #27293f;
}
#content .region #block-system-main .content .group-footer .webform-client-form:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 530%;
  display: block;
  content: "";
  z-index: 0;
  background: url(/sites/all/themes/unserekur2017/img/bg_cta_area.jpg);
}
#content .region #block-system-main .content .group-footer .webform-client-form label {
  font-size: 20px;
  /* IE8 */
  font-size: 1.11111111rem;
  color: #27293f !important;
  width: 100%;
}
#content .region #block-system-main .content .group-footer .webform-client-form label span {
  font-size: 26px;
  /* IE8 */
  font-size: 1.44444444rem;
  color: #27293f;
}
#content .region #block-system-main .content .group-footer .webform-client-form input {
  font-size: 20px;
  /* IE8 */
  font-size: 1.11111111rem;
  width: 100%;
}
#content .region #block-system-main .content .group-footer .webform-client-form input[type="radio"] {
  width: auto;
}
#content .region #block-system-main .content .group-footer .webform-client-form #webform-component-headline {
  width: 100%;
  margin: 0px;
}
#content .region #block-system-main .content .group-footer .webform-client-form #edit-actions,
#content .region #block-system-main .content .group-footer .webform-client-form #edit-actions--2 {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 250px;
}
#content .region #block-system-main .content .group-footer .webform-client-form #edit-actions input,
#content .region #block-system-main .content .group-footer .webform-client-form #edit-actions--2 input {
  font-weight: 600;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  color: #494571;
  text-decoration: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 260px;
}
#content .region #block-system-main .content .group-footer .webform-client-form #edit-actions input:hover,
#content .region #block-system-main .content .group-footer .webform-client-form #edit-actions--2 input:hover {
  color: #2e2b47;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#content .region #block-system-main .content .group-footer .webform-client-form #webform-component-datenschutzerklaerung {
  width: 100%;
}
#content .region #block-system-main .content .group-footer .webform-client-form #webform-component-datenschutzerklaerung #edit-submitted-datenschutzerklaerung-1 {
  width: 20px;
  display: inline-block;
  margin: 0px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 3px;
}
#content .region #block-system-main .content .group-footer .webform-client-form #webform-component-datenschutzerklaerung label {
  width: 500px;
  display: inline-block;
  margin: 0px;
  font-size: 12px;
  /* IE8 */
  font-size: 0.66666667rem;
}
#content .region #block-system-main .content .group-footer .webform-client-form #webform-component-datenschutzerklaerung label a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#content .region #block-system-main .content .group-footer .webform-client-form #webform-component-datenschutzerklaerung label a:hover {
  color: #c4ced9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#content .region #block-system-main .content .group-footer .webform-client-form .webform-component {
  width: 100%;
  margin: 0 0 10px 0;
  display: inline-block;
}
#content .region #block-system-main .content .group-footer .webform-client-form .webform-component input {
  width: 100%;
}
#content .region #block-system-main .content .group-footer .webform-client-form .webform-component textarea {
  background-color: #adb6c2;
}
.formularCode {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 4;
  text-align: right;
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  color: #a6a1d2;
}
body {
  background-image: url(/sites/all/themes/unserekur2017/img/body_bg.jpg);
  background-color: #d5e0e9;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
strong {
  font-weight: 700;
}
ol {
  list-style: decimal !important;
}
.wrapper {
  padding: 0px 20px;
}
span.cell {
  text-transform: uppercase;
}
span.vital {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
h1 span.vital,
h2 span.vital {
  font-weight: 800;
}
#content-top .block .block-content,
#content-bottom .block .block-content,
#page-bottom .block .block-content {
  padding-bottom: 40px;
}
#page-bottom .block {
  margin: 0;
}
#page-bottom .block .block-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
/* Header Block Code anfordern */
.block-block.code-block {
  background: url(/sites/all/themes/unserekur2017/img/code_entry_bg.png);
  height: 300px;
  width: 348px;
  top: -272px;
  position: absolute;
  right: 20px;
  padding: 0px !important;
  z-index: 1;
}
.block-block.code-block .content {
  text-align: center;
  color: #2e2b47;
  margin-top: 40px;
}
.block-block.code-block .content div {
  color: #2e2b47;
  margin-bottom: 30px;
}
.block-block.code-block .content h4 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 24px;
  /* IE8 */
  font-size: 1.33333333rem;
  line-height: 140%;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 9.199999999999999px;
}
.block-block.code-block .content .codeHeader {
  position: relative;
  width: 200px;
  margin: auto;
  height: 54px;
}
.block-block.code-block .content .codeHeader input {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 180px;
  font-size: 15px;
  /* IE8 */
  font-size: 0.83333333rem;
  font-style: italic;
  color: #7e7e7e;
  line-height: 42px;
  background: #ffffff;
  padding: 0px 10px;
  border: 2px solid #d5a6ff;
  border-radius: 10px;
  -webkit-box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-block.code-block .content .codeHeader input.incorrect {
  border: 2px solid red;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-block.code-block .content .codeHeader .buttonCode {
  width: 54px;
  height: 54px;
  background-image: url(/sites/all/themes/unserekur2017/img/code_entry_btn_sprite.png);
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.wrapper2 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#page-bottom .block.bottomSwitcher {
  position: absolute;
  bottom: 0px;
  min-height: 0px;
  z-index: 4;
  padding-top: 0px;
  padding-bottom: 10px;
}
#page-bottom .block.bottomSwitcher .block-content {
  padding: 0px;
  min-height: 0px;
}
#page-bottom .block.bottomSwitcher p {
  margin: 0px;
}
#page-bottom .block.bottomSwitcher p span {
  padding: 20px;
  cursor: pointer;
  position: relative;
  padding-top: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 25px;
  /* IE8 */
  font-size: 1.38888889rem;
  color: #fff;
  margin: 0px;
  margin-left: -20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#page-bottom .block.bottomSwitcher p span:after {
  position: absolute;
  top: 0px;
  left: 150px;
  width: 33px;
  height: 18px;
  content: "";
  display: block;
  background-image: url(/sites/all/themes/unserekur2017/img/arrow_icon_white.png);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#page-bottom .block.bottomSwitcher p span:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #adb6c2;
}
#page-bottom .block.bottomSwitcher p span:hover:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: -6px;
}
/* Code Block Content*/
.contentCodeBlock {
  height: 890px;
}
.contentCodeBlock h2[property="dc:title"] {
  display: none;
}
.contentCodeBlock p {
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 140%;
}
.contentCodeBlock .codeBody {
  position: relative;
}
.contentCodeBlock .codeBody input {
  position: absolute;
  left: 0px;
  top: 44px;
  width: 340px;
  font-weight: 400;
  font-size: 14px;
  /* IE8 */
  font-size: 0.77777778rem;
  color: #4c4a56;
  line-height: 74px;
  background: #ffffff;
  padding: 0px 20px;
  -webkit-box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contentCodeBlock .codeBody input.incorrect {
  border: 2px solid red;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contentCodeBlock .codeBody .buttonCode {
  width: 169px;
  height: 169px;
  background-image: url(/sites/all/themes/unserekur2017/img/code_entry_btn_big_sprite.png);
  display: block;
  position: absolute;
  right: -46px;
  top: 0px;
}
.contentCodeBlock .node-webform input {
  width: 400px;
  font-size: 16px;
  /* IE8 */
  font-size: 0.88888889rem;
}
.contentCodeBlock .node-webform .form-item {
  margin-bottom: 0px;
}
.contentCodeBlock .node-webform label {
  height: 30px;
}
.contentCodeBlock .node-webform textarea {
  font-weight: 400;
  font-size: 16px;
  /* IE8 */
  font-size: 0.88888889rem;
  color: #7e7e7e;
  line-height: 40px;
  background: #ffffff;
  padding: 0px 10px;
  height: 44px;
  width: 400px;
  border: 2px solid #d5a6ff;
  border-radius: 10px;
  -webkit-box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contentCodeBlock .node-webform select {
  font-weight: 400;
  font-size: 16px;
  /* IE8 */
  font-size: 0.88888889rem;
  color: #7e7e7e;
  text-transform: none;
  line-height: 30px;
  background: #ffffff;
  padding: 0px 10px;
  height: 44px;
  width: 400px;
  border: none;
  border: 2px solid #d5a6ff;
  border-radius: 10px;
}
.contentCodeBlock .node-webform select option {
  text-transform: none;
  font-size: 16px;
  /* IE8 */
  font-size: 0.88888889rem;
  color: #7e7e7e;
}
.contentCodeBlock .node-webform #webform-component-land {
  width: 260px;
  display: inline-block;
}
.contentCodeBlock .node-webform #webform-component-land select {
  width: 224px;
}
.contentCodeBlock .node-webform #webform-component-plz {
  width: 150px;
  display: inline-block;
}
.contentCodeBlock .node-webform #webform-component-plz input {
  width: 136px;
}
.contentCodeBlock .node-webform #webform-component-interessiert {
  margin-top: 34px;
}
.contentCodeBlock .node-webform #webform-component-interessiert label {
  width: 130px;
  display: inline-block;
}
.contentCodeBlock .node-webform #webform-component-interessiert select {
  width: 266px;
  display: inline-block;
}
.contentCodeBlock .node-webform #webform-component-name,
.contentCodeBlock .node-webform #webform-component-vorname,
.contentCodeBlock .node-webform #webform-component-telefon,
.contentCodeBlock .node-webform #webform-component-e-mail-adresse {
  width: 208px;
  display: inline-block;
}
.contentCodeBlock .node-webform #webform-component-name label,
.contentCodeBlock .node-webform #webform-component-vorname label,
.contentCodeBlock .node-webform #webform-component-telefon label,
.contentCodeBlock .node-webform #webform-component-e-mail-adresse label {
  width: 190px;
}
.contentCodeBlock .node-webform #webform-component-name input,
.contentCodeBlock .node-webform #webform-component-vorname input,
.contentCodeBlock .node-webform #webform-component-telefon input,
.contentCodeBlock .node-webform #webform-component-e-mail-adresse input {
  width: 190px;
}
.contentCodeBlock .node-webform #edit-actions {
  margin-top: 52px !important;
}
#page-area #user-register-form .captcha img {
  width: 60% !important;
}
#page-area #user-register-form .captcha img .form-actions {
  margin-top: 0px;
}
#block-block-71 {
  display: none;
}
#footer .footer-meta-navi h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 25px;
  /* IE8 */
  font-size: 1.38888889rem;
  line-height: 140%;
  color: #27293f;
  margin-bottom: 16px;
}
#footer .footer-meta-navi ul.menu li.leaf a {
  color: #c4ced9;
  font-size: 16px;
  /* IE8 */
  font-size: 0.88888889rem;
  line-height: 36px;
  padding: 0px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#footer .footer-meta-navi ul.menu li.leaf.menu-mlid-879 a {
  padding-left: 87px;
  position: relative;
}
#footer .footer-meta-navi ul.menu li.leaf.menu-mlid-879 a:before {
  content: "Unsere";
  display: inline-block;
  position: absolute;
  left: 0px;
  text-transform: uppercase;
}
#footer .footer-meta-navi ul.menu li.leaf.menu-mlid-879 a:after {
  content: "Kur";
  display: inline-block;
  position: absolute;
  left: 55px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
#footer .footer-meta-navi ul.menu li.leaf a:hover {
  color: #2e2b47;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-color: #c4ced9;
}
#footer .footer-meta-navi ul.menu li.leaf.active a {
  color: #2e2b47;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-color: #c4ced9;
}
#footer .footer-menu-middle-block {
  padding-left: 80px;
  padding-right: 80px;
}
#footer .social-media div {
  width: 100%;
  margin-bottom: 20px !important;
}
#footer #footer-bottom .wrapper {
  padding: 0;
}
#footer #footer-bottom .wrapper .region .block .block-content .content p {
  color: #fff;
  font-size: 15px;
}
#footer #footer-bottom .wrapper .region .block .block-content .content ul.menu {
  font-size: 0;
  line-height: 0;
}
#footer #footer-bottom .wrapper .region .block .block-content .content ul.menu li.leaf {
  display: inline-block;
  padding: 0 10px;
}
#footer #footer-bottom .wrapper .region .block .block-content .content ul.menu li.leaf > a {
  font-size: 15px;
  line-height: 100%;
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#footer #footer-bottom .wrapper .region .block .block-content .content ul.menu li.leaf > a:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer #footer-bottom .wrapper .region .block .block-content .content ul.menu li.leaf > a:hover {
  color: #fff;
  text-decoration: none;
}
#footer #footer-bottom .wrapper .region .block .block-content .content ul.menu li.leaf > a:hover:after {
  width: 100%;
}
#footer #footer-top {
  background-color: #d5e0e9;
  margin-bottom: 20px;
}
#footer #footer-top .wrapper {
  padding: 0px;
  padding-bottom: 40px;
}
#footer #footer-top .region-footer-top h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
  margin-bottom: 20px;
}
#footer #footer-top .region-footer-top .block_1-3:nth-child(3) {
  border-right: 1px dotted transparent;
  border-left: 1px dotted transparent;
  border-image: linear-gradient(to bottom, #9a3bab 0%, #883dab 17%, #593e95 45%, #4a4994 59%, #4a5e9e 63%, #4a88b7 68%, #4fabcc 72%, #52bad4 74%, #53c7dd 76%, #53ccdf 78%, #4bccdf 100%) 30 stretch;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#footer #footer-top .region-footer-top .block_1-3 .block-content {
  padding: 10px 45px;
}
#footer #footer-top .region-footer-top .block_1-3 .block-content .content * {
  color: #000;
}
#footer #footer-top .region-footer-top .block_1-3 .block-content .content ul {
  list-style-type: disc;
}
#footer #footer-top .region-footer-top .block_1-3.no-border {
  border: none;
}
#footer #footer-main {
  background-color: #c7d2dd;
}
#footer #footer-main .wrapper {
  padding: 0px;
}
#footer-main .block {
  padding-top: 40px;
}
#footer-main .block ul.menu {
  margin-top: -10px;
}
#footer .block.block-views {
  padding: 20px 0px;
  padding-top: 0px;
  padding-bottom: 60px;
}
#drupal-messages {
  width: 1160px;
  margin: auto;
}
.testinomials-block {
  padding-bottom: 0px !important;
}
.testinomials-block h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
  margin-bottom: 40px;
}
.testinomials-block .view-footer {
  position: absolute;
  right: 20px;
  top: 47px;
}
.testinomials-block .view-footer span.content-more-link {
  margin: 0px;
}
.testinomials-block .view-footer span.content-more-link a {
  font-weight: 600;
  font-size: 14px;
  /* IE8 */
  font-size: 0.77777778rem;
  color: #a9baca;
  border: 2px solid #a9baca;
  padding: 10px 20px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testinomials-block .view-footer span.content-more-link a:hover {
  color: #c4ced9;
  border-color: #c4ced9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testinomials-block .jcarousel-container {
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item {
  padding: 0px 48px;
  font-size: 0px;
  border-right: 1px dotted #788d9e;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset {
  font-size: 0px;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .name,
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .age,
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .city {
  float: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  /* IE8 */
  font-size: 0.83333333rem;
  font-weight: 600;
  color: #2e2b47;
  text-transform: uppercase;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .name .field,
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .age .field,
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .city .field {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  /* IE8 */
  font-size: 0.83333333rem;
  font-weight: 600;
  color: #2e2b47;
  text-transform: uppercase;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .name {
  line-height: 120%;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .age .field-name-field-testimonials-age {
  display: inline;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .title.views-fieldset .city .field-name-field-testimonials-city {
  display: inline;
}
.testinomials-block .jcarousel-container .jcarousel .jcarousel-item .testinomial {
  margin-top: 10px;
  color: #788d9e;
  line-height: 180%;
  font-size: 15px;
  /* IE8 */
  font-size: 0.83333333rem;
}
.testinomials-block .jcarousel-container .jcarousel-prev,
.testinomials-block .jcarousel-container .jcarousel-next {
  display: block;
  width: 22px;
  height: 40px;
  position: absolute;
  top: 54px;
}
.testinomials-block .jcarousel-container .jcarousel-prev {
  background-image: url(/sites/all/themes/unserekur2017/img/arrow_icon_blue.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testinomials-block .jcarousel-container .jcarousel-next {
  right: 0px;
  background-image: url(/sites/all/themes/unserekur2017/img/arrow_icon_blue.png);
  background-repeat: no-repeat;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testinomials-block .content-more-link {
  margin-top: 20px;
  display: block;
}
.view-testimonials {
  margin-top: 40px;
  font-size: 0px;
}
.view-testimonials h1 {
  text-align: center;
}
.view-testimonials .views-row {
  width: 538px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #7aa5ab;
}
.view-testimonials .views-row .category {
  font-size: 14px;
  /* IE8 */
  font-size: 0.77777778rem;
  text-align: center;
}
.view-testimonials .views-row .category .field {
  display: inline-block;
  margin-right: 4px;
  padding-right: 7px;
  border-right: 1px dotted #7aa5ab;
}
.view-testimonials .views-row .category .field:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.view-testimonials .views-row .title.views-fieldset {
  text-align: center;
  margin-top: 20px;
  font-size: 0px;
}
.view-testimonials .views-row .title.views-fieldset .name,
.view-testimonials .views-row .title.views-fieldset .age,
.view-testimonials .views-row .title.views-fieldset .city {
  display: inline;
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 15px;
  /* IE8 */
  font-size: 0.83333333rem;
  text-transform: uppercase;
}
.view-testimonials .views-row .title.views-fieldset .name {
  line-height: 120%;
}
.view-testimonials .views-row .title.views-fieldset .age .field-name-field-testimonials-age {
  display: inline;
}
.view-testimonials .views-row .title.views-fieldset .city .field-name-field-testimonials-city {
  display: inline;
}
.view-testimonials .views-row .testinomial {
  text-align: center;
}
.view-testimonials .views-row .testinomial .field-name-body p {
  display: inline-block;
  font-size: 24px;
  /* IE8 */
  font-size: 1.33333333rem;
  margin-bottom: 0px;
  line-height: 180%;
}
.view-testimonials .views-row .testinomial .field-name-body p:before,
.view-testimonials .views-row .testinomial .field-name-body p:after {
  display: inline-block;
  font-size: 50px;
  /* IE8 */
  font-size: 2.77777778rem;
  padding: 4px;
  line-height: 50%;
}
.view-testimonials .views-row .testinomial .field-name-body p:before {
  content: "„";
}
.view-testimonials .views-row .testinomial .field-name-body p:after {
  content: "“";
}
.view-testimonials .views-widget-filter-field_testimonials_category_value {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  background: #eef3f7;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value label {
  margin-bottom: 10px;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value .form-radios {
  margin-bottom: 8px;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value .form-radios .form-item {
  display: inline-block;
  border-right: 1px solid #fff;
  background: #d9e1e7;
  padding: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value .form-radios .form-item:hover,
.view-testimonials .views-widget-filter-field_testimonials_category_value .form-radios .form-item:checked {
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value .form-radios .form-item label {
  cursor: pointer;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value .form-radios .form-item input {
  display: none;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value select {
  margin-bottom: 8px;
  padding: 10px;
  border: 1px solid #fff;
  background: #d9e1e7;
  width: 30%;
  font-style: italic;
  font-family: "AvantGardeDemi", sans-serif;
}
.view-testimonials .views-widget-filter-field_testimonials_category_value .description {
  font-size: 17px;
  /* IE8 */
  font-size: 0.9444444400000001rem;
  line-height: 160%;
  width: 60%;
}
.view-testimonials .item-list {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  background: #eef3f7;
  padding: 20px 20px 11.11111111px 20px;
  margin-top: 20px;
  width: 100%;
}
.view-testimonials .views-field-edit-node,
.view-testimonials .view-empty {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
}
#sidebar-first {
  margin-top: 20px;
}
#sidebar-first .menu li a.active,
#sidebar-first .menu li a:hover {
  color: #adb6c2;
}
#overlayVideo {
  width: 100%;
  height: 550px;
  background-color: rgba(97, 81, 141, 0.2);
  position: absolute;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 2;
}
#overlayVideo:after {
  content: " ";
  width: 10em;
  height: 113px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -56px;
  margin-left: -5em;
  background-image: url(/sites/all/themes/unserekur2017/img/play_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#overlayVideo:hover:after {
  opacity: 1.0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header .video-block {
  width: 100%;
  position: relative;
  background: url(/sites/all/themes/unserekur2017/img/bg_cta_area.jpg);
}
#header .video-block .block-content {
  width: 1160px;
  position: relative;
  left: 50%;
  padding-top: 94px;
  padding-bottom: 40px;
  margin-left: -590px;
  text-align: left;
}
#header .video-block .block-content p {
  font-size: 18px;
  /* IE8 */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 180%;
  margin-bottom: 20px;
  color: #27293f;
  color: #ffffff;
}
#header .video-block .block-content h2 {
  color: #fff;
}
#header #block-block-58,
#header #block-block-101 {
  position: relative;
}
#header #block-block-58 p a,
#header #block-block-101 p a {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header #block-block-58 p a:hover,
#header #block-block-101 p a:hover {
  bottom: 21%;
}
#header #block-block-58 p.desktop,
#header #block-block-101 p.desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  #header #block-block-58 p.desktop,
  #header #block-block-101 p.desktop {
    display: block;
  }
}
#header #block-block-58 p.mobile,
#header #block-block-101 p.mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  #header #block-block-58 p.mobile,
  #header #block-block-101 p.mobile {
    display: none;
  }
}
body.not-front #block-block-58 p a {
  display: none;
}
.page-user form label,
.page-user form legend {
  color: #c4ced9;
}
form .captcha legend {
  color: #c4ced9;
}
#content-bottom #block-user-login.block {
  padding-right: 30px;
}
#content-bottom #block-user-login.block #user-login-form .item-list .first {
  display: none;
}
#content-bottom #block-formblock-user-register.block {
  padding-left: 30px;
}
#block-system-main #edit-submit,
#block-user-login #edit-submit,
#block-formblock-user-register #edit-submit {
  width: 240px;
}
.confirm-parent,
.password-parent {
  width: auto;
}
body.front fieldset.collapsible legend {
  display: none;
}
.password-strength,
div.password-confirm {
  margin-top: 0px;
}
body.page-user-register #content .tabs {
  padding-top: 20px;
  padding-bottom: 60px;
}
body.page-user-register #content .tabs .primary {
  border: none;
  background-color: #2e2b47;
  padding: 0px;
  margin: 0px;
}
body.page-user-register #content .tabs .primary li {
  display: inline-block;
  margin: 0px;
}
body.page-user-register #content .tabs .primary li a {
  background: none;
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  display: block;
  margin: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.page-user-register #content .tabs .primary li a.active {
  background-color: #c4ced9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
body.page-user-register #content .tabs .primary li a:hover {
  background-color: #c4ced9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#header {
  width: 100%;
}
#header .block-content {
  width: 100%;
  margin: 0 auto;
}
#header .video-block .block-content {
  margin: auto;
  left: auto;
}
#header #block-block-83,
#header #block-block-88,
#header #block-block-90,
#header #block-block-91,
#header #block-block-92 {
  height: auto;
  min-height: 220px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #header #block-block-83,
  #header #block-block-88,
  #header #block-block-90,
  #header #block-block-91,
  #header #block-block-92 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#header #block-block-83 .block-content,
#header #block-block-88 .block-content,
#header #block-block-90 .block-content,
#header #block-block-91 .block-content,
#header #block-block-92 .block-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(44, 47, 70, 0.98) 0%, #2c2f46 1%, rgba(44, 47, 70, 0.96) 2%, rgba(44, 47, 70, 0.95) 3%, rgba(40, 42, 64, 0.95) 53%, rgba(39, 41, 63, 0.95) 97%, rgba(39, 41, 63, 0.96) 98%, #27293f 99%, rgba(39, 41, 63, 0.89) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#header #block-block-83 .block-content .content,
#header #block-block-88 .block-content .content,
#header #block-block-90 .block-content .content,
#header #block-block-91 .block-content .content,
#header #block-block-92 .block-content .content {
  width: 100%;
  padding: 20px;
}
#header #block-block-83 .block-content .content *,
#header #block-block-88 .block-content .content *,
#header #block-block-90 .block-content .content *,
#header #block-block-91 .block-content .content *,
#header #block-block-92 .block-content .content * {
  line-height: 180%;
  color: #fff;
}
#header #block-block-83 .block-content .content p,
#header #block-block-88 .block-content .content p,
#header #block-block-90 .block-content .content p,
#header #block-block-91 .block-content .content p,
#header #block-block-92 .block-content .content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 21px;
  /* IE8 */
  font-size: 1.16666667rem;
}
#block-system-main {
  width: 100%;
}
#block-system-main .node-unpublished {
  background: none;
}
body.page-node-2 h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
}
body.page-node-2 #block-block-82 {
  padding-left: 60px;
}
body.page-node-2 #block-block-82 h2 {
  margin-bottom: 55px;
}
body.page-node-2 #block-webform-client-block-25 {
  padding-right: 60px;
}
body.page-node-2 #block-webform-client-block-25 input {
  width: 100%;
}
body.page-node-2 #block-webform-client-block-25 #edit-actions {
  width: 320px;
}
body.page-node-2 #block-webform-client-block-25 #edit-actions input {
  width: 110%;
}
body.page-node-2 #block-webform-client-block-25 textarea {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #d5a6ff;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #7e7e7e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 42px;
  padding: 0 10px;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
body.page-node-2 label {
  color: #788d9e;
}
#overlay-container .page-node-add-webform form #edit-webform-template .fieldset-legend {
  color: red;
}
#footer #footer-main .menu-name-menu-footer-menu ul.menu li.menu-mlid-879 a {
  color: red;
}
#block-block-84 {
  background-color: #c4ced9;
  margin-bottom: 60px;
  position: relative;
  padding: 0 !important;
}
#block-block-84 .block-content {
  padding: 0 !important;
  overflow: visible !important;
}
#block-block-84 .block-content .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -15px;
  padding: 0 15px;
}
#block-block-84 .block-content .content .w-100 {
  width: 100%;
  padding: 15px;
}
#block-block-84 .block-content .content .w-33 {
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 1110px) {
  #block-block-84 .block-content .content .w-33 {
    width: 33%;
  }
}
#block-block-84 .block-content .content .w-50 {
  width: 100%;
  padding: 15px;
  text-align: center;
}
#block-block-84 .block-content .content .w-50 .channel-link {
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 1110px) {
  #block-block-84 .block-content .content .w-50 {
    width: 50%;
  }
  #block-block-84 .block-content .content .w-50.rteleft {
    text-align: left;
  }
  #block-block-84 .block-content .content .w-50.rteleft .channel-link {
    text-align: left;
  }
  #block-block-84 .block-content .content .w-50.rteright {
    text-align: right;
  }
  #block-block-84 .block-content .content .w-50.rteright .channel-link {
    text-align: right;
  }
}
#block-block-84 .block-content .content .video-16by9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 6.66666667px;
  /* Then style the iframe to fit in the container div with full height and width */
}
#block-block-84 .block-content .content .video-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom, #9a3bab 0%, #883dab 17%, #593e95 45%, #4a4994 59%, #4a5e9e 63%, #4a88b7 68%, #4fabcc 72%, #52bad4 74%, #53c7dd 76%, #53ccdf 78%, #4bccdf 100%) 30 stretch;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px;
}
#block-block-84 .block-content .content p {
  margin-bottom: 0;
  padding: 20px;
  line-height: 130%;
  font-size: 15px;
}
#block-block-84 .block-content .content p strong {
  font-size: 18px;
}
#block-block-84 .block-content .content p a {
  width: 320px;
  height: 180px;
  display: block;
}
#block-block-84 .block-content .content p:last-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(55%);
  padding: 0;
  transition: bottom 0.5s ease;
}
#block-block-84 .block-content .content p:last-child a {
  border: none;
  width: auto;
  height: auto;
}
#block-block-84 .block-content .content p:last-child:hover {
  bottom: -10px;
}
#block-webform-client-block-3 form > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
#block-webform-client-block-3 form .form-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
@media only screen and (min-width: 1110px) {
  #block-webform-client-block-3 form .form-item {
    width: 48%;
  }
}
#block-webform-client-block-3 form .form-item.webform-component--partner-id {
  display: none;
  width: 100%;
}
#block-webform-client-block-3 form .form-item.webform-component--recipient-berater {
  display: none;
  width: 100%;
}
#block-webform-client-block-3 form .form-item.webform-component--aufmerksam {
  width: 100%;
}
@media only screen and (min-width: 1110px) {
  #block-webform-client-block-3 form .form-item.webform-component--aufmerksam {
    width: 48%;
  }
}
#block-webform-client-block-3 form .form-item.webform-component--aufmerksam label {
  margin-right: 1em;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1110px) {
  #block-webform-client-block-3 form .form-item.webform-component--aufmerksam label {
    width: 29%;
  }
}
#block-webform-client-block-3 form .form-item.webform-component--aufmerksam label .form-required {
  bottom: 0;
  right: 0;
}
#block-webform-client-block-3 form .form-item.webform-component--aufmerksam .form-textarea-wrapper {
  width: 100%;
}
@media only screen and (min-width: 1110px) {
  #block-webform-client-block-3 form .form-item.webform-component--aufmerksam .form-textarea-wrapper {
    width: 65%;
  }
}
#block-webform-client-block-3 form .form-item.webform-component--einverstaendnis-zur-datennutzung label {
  width: 100%;
}
#block-webform-client-block-3 form .form-item.webform-component--einverstaendnis-zur-datennutzung .form-item-submitted-einverstaendnis-zur-datennutzung-Ja {
  flex-wrap: nowrap;
}
#block-webform-client-block-3 form .form-item.webform-component--einverstaendnis-zur-datennutzung .form-item-submitted-einverstaendnis-zur-datennutzung-Ja label {
  width: auto;
}
#block-webform-client-block-3 form .form-item label,
#block-webform-client-block-3 form .form-item legend {
  width: 100%;
  color: #27293f;
}
@media only screen and (min-width: 1110px) {
  #block-webform-client-block-3 form .form-item label,
  #block-webform-client-block-3 form .form-item legend {
    width: 29%;
  }
}
#block-webform-client-block-3 form .form-item label .form-required,
#block-webform-client-block-3 form .form-item legend .form-required {
  color: #27293f;
}
#block-webform-client-block-3 form .form-item input,
#block-webform-client-block-3 form .form-item select {
  width: 100%;
}
@media only screen and (min-width: 1110px) {
  #block-webform-client-block-3 form .form-item input,
  #block-webform-client-block-3 form .form-item select {
    width: 65%;
  }
}
#block-webform-client-block-3 form .form-actions {
  width: 100%;
  text-align: center;
}
#block-webform-client-block-3 form .captcha {
  width: 100%;
  margin-top: 0;
}
#block-block-86 {
  background: linear-gradient(to bottom, rgba(44, 47, 70, 0.98) 0%, #2c2f46 1%, rgba(44, 47, 70, 0.96) 2%, rgba(44, 47, 70, 0.95) 3%, rgba(40, 42, 64, 0.95) 53%, rgba(39, 41, 63, 0.95) 97%, rgba(39, 41, 63, 0.96) 98%, #27293f 99%, rgba(39, 41, 63, 0.89) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-bottom: 60px;
}
#block-block-86 .block-content {
  padding: 40px;
}
#block-block-86 .block-content .content h2 {
  color: #fff !important;
  margin-bottom: 0 !important;
  text-align: center;
}
#block-block-87 .block-content .content .group-berater {
  margin-bottom: 40px;
}
#block-block-87 .block-content .content .group-berater legend {
  font-weight: 700;
  text-transform: uppercase;
}
#block-block-87 .block-content .content .group-berater .field-label,
#block-block-87 .block-content .content .group-berater .field-items {
  display: inline-block;
}
#block-block-89 .block-content .content {
  position: relative;
}
#block-block-89 .block-content .content video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body.page-node-add-affiliate-partner #edit-preview {
  display: none;
}
body.page-node-add-affiliate-partner #edit-field-partner-link {
  display: none;
}
body.node-type-landingpage-2017 #block-block-84 .block-content .content {
  align-items: flex-start;
  align-content: flex-start;
}
body.node-type-landingpage-2017 #block-block-84 .block-content .content p:not(.downArrow) {
  width: auto;
}
body.node-type-landingpage-2017 #block-system-main .block-content .content .field-name-field-persoenliches-video .field-label {
  font-size: 28px;
  /* IE8 */
  font-size: 1.55555556rem;
  text-align: center;
  margin-bottom: 15px;
}
body.node-type-landingpage-2017 #block-system-main .block-content .content .field-name-field-persoenliches-video .field-items .field-item {
  text-align: center;
}
body.node-type-landingpage-2017 #block-system-main .block-content .content .field-name-field-persoenliches-video .field-items .field-item iframe {
  width: 845px;
  height: 475px;
}
body.node-type-landingpage-2017 #block-system-main .block-content .content .field-name-field-email-berater {
  display: none;
}
#block-views-beraterseite-block,
#block-views-beraterseite-block-1 {
  margin-top: 30px;
}
#block-views-beraterseite-block .block-content h2.block-title,
#block-views-beraterseite-block-1 .block-content h2.block-title {
  font-family: "AvantGardeDemi", sans-serif !important;
  font-weight: 600 !important;
  font-size: 38px !important;
  /* IE8 */
  font-size: 2.11111111rem !important;
  line-height: 120% !important;
  color: #27293f !important;
  margin-bottom: 20px !important;
}
#block-views-beraterseite-block .block-content .content .view .view-content .views-row h2,
#block-views-beraterseite-block-1 .block-content .content .view .view-content .views-row h2 {
  font-family: "AvantGardeDemi", sans-serif;
  font-weight: 600;
  font-size: 38px;
  /* IE8 */
  font-size: 2.11111111rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
}
#block-views-beraterseite-block .block-content .content .view .view-content .views-row fieldset.registereintrag,
#block-views-beraterseite-block-1 .block-content .content .view .view-content .views-row fieldset.registereintrag {
  margin-bottom: 20px;
}
#block-views-beraterseite-block .block-content .content .view .view-content .views-row fieldset.registereintrag legend,
#block-views-beraterseite-block-1 .block-content .content .view .view-content .views-row fieldset.registereintrag legend {
  font-family: "AvantGardeDemi", sans-serif;
  font-size: 32px;
  /* IE8 */
  font-size: 1.77777778rem;
  line-height: 120%;
  color: #27293f;
  margin-bottom: 16px;
}
#block-menu-block-1 {
  position: absolute;
  top: 20px;
  right: 20px;
}
#block-menu-block-1 .block-content .content ul.menu li.leaf {
  padding: 0 10px;
}
#block-menu-block-1 .block-content .content ul.menu li.leaf a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  padding: 8px 12px;
  border: 5px solid #fff;
  border-radius: 10px;
}
.channel-link {
  line-height: 2.5;
  text-decoration: none;
  width: auto !important;
  height: auto !important;
}
.channel-link:hover {
  text-decoration: none;
}
.swal2-popup {
  padding-top: 225px !important;
  color: white;
}
.swal2-title {
  font-size: 48px;
  font-weight: 700;
  color: white;
}
.swal2-content,
#swal2-content {
  color: white;
  font-size: 18px;
  line-height: 24px;
}
.swal2-actions {
  flex-direction: column;
}
.swal2-confirm {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: linear-gradient(135deg, #5a6d7f 0%, #5a6d7f 25%, #586b7c 31%, #566879 34%, #485765 46%, #3b4751 60%, #354046 81%, #323b43 85%, #31393e 92%, #2c3439 97%, #2f383d 99%, #2b3338 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  border: none;
  width: auto;
}
.swal2-confirm:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-position: 0 0;
}
.swal2-cancel {
  color: white;
  font-size: 16px;
  line-height: 1;
  margin-top: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
.swal2-show {
  animation: swal2-show 350ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.swal2-hide {
  animation: swal2-hide 250ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.swal2-container.swal2-shown {
  background-color: rgba(44, 48, 70, 0);
}
.swal2-container.swal2-shown.in {
  background-color: rgba(44, 48, 70, 0.85);
  transition: background-color 350ms;
}
.swal2-mailchimp {
  padding: 0;
  margin: 0;
}
.swal2-mailchimp .swal2-content {
  height: 585px;
}
.swal2-mailchimp .swal2-content iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
