/*THIS*/
html * {
  font-size: 100.01%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 130%;
  line-height: 1.3em;
  color: #666;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-weight: 300;
  position: relative;
}

a,
a:link,
a:visited {
  color: #004a9e;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
}
h1,
h2,
h3,
h4 {
  color: #004d9f;
  font-weight: 500;
}
h1 {
  font-size: 1.667em;
  line-height: 1em;
  margin: 30px 0 43px;
}
header {
  margin-bottom: 20px;
}
header h1 {
  margin-bottom: 0;
}
header h1 + h2 {
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 1.667em;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0.67em 0;
}
h3 {
  font-size: 1.2768em;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 1.1em;
}
h4 {
  font-size: 1.22em;
  font-weight: 500;
  margin: 0 0 1.3em;
}
h5 {
  font-size: 1em;
  line-height: 1.42em;
  color: #666;
  font-weight: 500;
  margin: 0 0 16px;
}
li h5 {
  font-style: italic;
  font-weight: 500;
  color: #004d9f;
  margin: 0;
}
h5 b {
  font-weight: 600;
}
p {
  line-height: 1.42em;
  margin: 0 0 1.2em;
}

.loading_ajax-submit {
  display: none;
}

body {
  background: #fafafa;
}
body,
.container-fluid {
  max-width: 1400px;
  margin: 0;
  position: relative;
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #fafafa;
  padding: 8px;
  z-index: 99;
}
.logo {
  display: block;
  width: 100px;
}
.ce-gallery[data-ce-columns='1'][data-ce-images='1'] img {
  max-width: 100%;
  height: auto;
}
.quicklinks {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: #e7e7e7;
  padding: 16px;
  width: 56px;
}
.icon-search {
  background: url(../Images/icon-search.svg) center no-repeat;
}
.icon-mail {
  background: url(../Images/icon-mail.svg) center no-repeat;
}
.icon-login {
  background: url(../Images/icon-login.svg) center no-repeat;
}
.icon {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.quicklinks a {
  display: block;
  margin-top: 20px;
}
.quicklinks a:first-child {
  margin: 0;
}
.sidebar-offset {
  background: #fff;
}
.teaser {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 320px;
  position: relative;
  margin: 0 -15px 0 -15px;
}
.subpage .teaser {
  margin-right: -75px;
}
.teaser-overlay {
  background: url(../Images/teaser-overlay.png) no-repeat right bottom;
  background-size: 310px auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.teaser-overlay h2 {
  position: absolute;
  right: 25px;
  bottom: 21px;
  margin: 0;
  text-align: left;
  color: #004d9f;
  font-size: 20px;
  font-weight: 400;
}
.banner {
  margin-bottom: 38px;
}
.burger,
a.close {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 5px auto;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.burger:focus {
  outline: none;
}
.burger span {
  display: block;
  top: 50%;
  position: absolute;
  right: 7px;
  background: #004d9f;
  width: 26px;
  height: 4px;
  margin-top: -2px;
}
.burger span::before,
.burger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #004d9f;
  content: '';
}
.burger span::before {
  top: -6px;
}
.burger span::after {
  bottom: -6px;
}

a.close,
a.close:hover,
a.close:focus,
a.close:active {
  background-color: #004d9f;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
a.close span {
  display: block;
  top: 50%;
  position: absolute;
  right: 7px;
  background: transparent;
  width: 26px;
  height: 4px;
  margin-top: -2px;
}
a.close span::before,
a.close span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: '';
}
a.close span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.close span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-close {
  background: #004d9f;
  top: 0;
  right: 0;
}
.fancybox-close:before {
  content: '';
  display: block;
  top: 17px;
  position: absolute;
  right: 5px;
  background: #fff;
  width: 25px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-close:after {
  content: '';
  display: block;
  top: 17px;
  position: absolute;
  right: 5px;
  background: #fff;
  width: 25px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar-banners {
  text-align: center;
}
.sidebar-banners {
  padding: 0 10px;
}
.sidebar-banners img {
  margin: 0 auto;
}
.sidebar-banners h2,
.sidebar-banners p {
  margin: 0;
  color: #004d9f;
}
.sidebar-banners div[id^='c'] {
  border-top: 1px solid #c0c0c0;
  padding-top: 37px;
  margin-top: 27px;
}
.sidebar-offset {
  padding-top: 1px;
}
nav .tx-sf-banners {
  width: 250px;
  margin: 0 auto;
  padding-top: 38px;
  border-top: 1px solid #c0c0c0;
}
.iframecover {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.navigation_overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: -100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 7;
}
.navigation_overlay.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.navigation_overlay.open {
  left: 0;
  opacity: 1;
}
.navigation_overlay.open div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.noscroll {
  /*overflow: hidden!important;*/
}
.text-teasers {
  color: #004d9f;
}
.text-teasers h3 {
  text-align: center;
  min-height: 87px;
  margin: 0.9em 0;
}
.more,
.more:link,
.more:visited,
.text-teasers p:last-child a,
.text-teasers p:last-child a:link,
.text-teasers p:last-child a:visited,
.float-right .ce-bodytext a,
.float-right .ce-bodytext a:link,
.float-right .ce-bodytext a:visited {
  font-size: 12px;
  color: #ff002e;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 37px;
  position: relative;
}
.more:before,
.text-teasers p:last-child a:before,
.float-right .ce-bodytext a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 13px;
  background: url(../Images/arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
.more.reverse:before,
.btn-reverse:before {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
.more i {
  text-transform: none;
}
.subpage .ce-bodytext a,
.subpage .ce-bodytext a:link,
.subpage .ce-bodytext a:visited {
  color: #ff002e;
}
.text-teasers {
  margin: 45px 0;
}
.text-teasers .ce-gallery {
  margin: 19px 0;
}
.news h3 {
  padding: 0 0 15px;
  border-bottom: 1px solid #cac9c9;
  margin-top: 5px;
}
.news h3 a {
  display: block;
}
.news .text-center {
  padding-top: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.btn-default {
  box-shadow: none;
}
.btn-default:not(.btn):hover,
.btn-default:not(.btn):focus,
.btn-default:not(.btn):active {
  color: #ff002e;
  text-decoration: none;
}
.btn-default:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 13px;
  background: url(../Images/arrow-blue.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
.btn-default:not(.btn):hover:before,
.btn-default:not(.btn):focus:before,
.btn-default:not(.btn):active:before {
  background: url(../Images/arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
}
.btn-default:not(.btn):before {
  margin-right: 10px;
  margin-top: -4px;
}
.events {
  border-top: 1px solid #cac9c9;
  border-bottom: 1px solid #cac9c9;
  background: #f9f9f9;
  padding: 15px 0;
  margin: 0;
}
.events h2,
.panel-body h2 {
  color: #ff002e;
  font-size: 23px;
  font-weight: 400;
}
.events .col-md-4 {
  overflow: hidden;
  height: 100px;
  margin-bottom: 20px;
  padding: 0;
}
.events ul {
  padding-bottom: 20px;
  height: 100px;
  display: block;
  box-sizing: content-box;
}
.events ul li {
  display: inline-block;
  width: 290px;
  white-space: normal;
}
.events .nav > li > a {
  padding: 15px;
  font-size: 1.3em;
  font-weight: 400;
  color: #666;
}
.events .nav p,
.event-title {
  font-weight: 400;
}
.event-title p {
  margin: 15px 0;
  font-weight: 400;
}
.event-title {
  margin-bottom: 20px;
}
.event-title p b {
  font-weight: 500;
}
.event-title small {
  font-weight: 300;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.circle {
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  background: #f9f8f8;
  border: 1px solid #f9f8f8;
  border-radius: 26px;
  font-size: 34px;
  margin: 0 auto 5px;
}
.events .nav .active a,
.events .nav .active a:link,
.events .nav .active a:visited {
  color: #ff002e;
}
.events .nav .active .circle {
  color: #fff;
  background-color: #ff002e;
  border: 1px solid #ff002e;
}
.nav-stacked > li + li {
  margin: 0;
}
.events-more {
  margin: 45px 0;
}
.news {
  margin-top: 45px;
  margin-bottom: 45px;
}
.news .row {
  font-size: 0;
}
.news .col-lg-4,
.news .col-sm-12 {
  margin-bottom: 25px;
  display: inline-block;
  font-size: 13px;
  float: none;
  vertical-align: top;
}
.news p {
  margin: 0;
}
.news p.date {
  font-size: 12px;
  margin: 0;
}
.news .col-lg-4 h3 + p {
  line-height: 23px;
  height: 115px;
  width: 100%;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.text-teasers .col-lg-4 {
  background: #f9f9f9;
  padding: 10px;
  border: 4px solid #fff;
}
/* 3mins
.text-teasers .ce-bodytext {
	position: relative;
	height: 230px;
}

.text-teasers .ce-bodytext p:last-child {
	position: absolute;
	top: 180px;
	left: 2px;
}
*/
.events .bx-wrapper {
  border-top: 0;
}
.bx-wrapper {
  border-top: 1px solid #cac9c9;
  border-bottom: 1px solid #cac9c9;
  position: relative;
  text-align: center;
  background: #f9f9f9;
}
.bxslider li {
  display: block;
  list-style: none;
  height: 124px;
  line-height: 124px;
}
.bxslider li a {
  display: block;
  height: 124px;
  line-height: 124px;
}
.bxslider li img {
  vertical-align: middle;
  max-height: 90px;
  width: auto;
}
.bx-prev {
  background: url(../Images/arrow-grey-left.svg) center no-repeat;
  background-size: 26px 13px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -22px;
  text-indent: -999em;
  z-index: 10;
}

.bx-next {
  background: url(../Images/arrow-grey-right.svg) center no-repeat;
  background-size: 26px 13px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -22px;
  text-indent: -999em;
  z-index: 10;
}

.tx-wx-partners {
  margin: 45px 0 15px;
}
.footer a,
.footer a:link,
.footer a:visited {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.footer {
  font-size: 14px;
  color: #004d9f;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 10px;
}
.footer .list-inline {
  margin-bottom: 25px;
}
.breadcrumbs {
  margin: 92px 0 35px;
  vertical-align: middle;
}
.teaser + .breadcrumbs {
  margin-top: 40px;
}
.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #666;
  font-size: 12px;
}
.float-right {
  background: #f9f9f9;
  float: none;
  text-align: center;
  padding: 5px 25px;
}
fieldset.form-group,
.bordered {
  border: 2px solid #004c9f;
  padding: 2px 30px;
  max-width: 650px;
  margin: 0 0 42px;
}
fieldset.form-group {
  padding: 25px 26px;
}
fieldset.form-group ~ .actions {
  display: none;
}
#generalversammlung-942 fieldset.form-group ~ .actions {
  display: block;
  max-width: 650px;
}
#generalversammlung-942 .btn-group {
  float: right;
}
.frame-type-form_formframework label {
  display: block;
}
fieldset.form-group .clearfix + .clearfix p {
  font-size: 85%;
  line-height: 1.15em;
  margin: 0;
}
fieldset.form-group hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bordered-100 {
  max-width: 100%;
}
.subpage .a2a_kit a.a2a_button_google_plus .a2a_svg {
  background-color: transparent !important;
}
.error {
  color: #ff002e;
}
.subpage div[id^='c'] ul,
ul.content-nav {
  padding: 0 0 0.75em;
}
.subpage div[id^='c'] ul {
  margin-bottom: 2em;
  padding-bottom: 0;
  display: grid;
}
.subpage div[id^='c'] ul ul {
  margin-bottom: 0;
  padding-top: 10px;
}
.subpage div[id^='c'] ul li,
.ce-bodytext ul li,
ul.content-nav li {
  list-style: none;
  position: relative;
  padding: 0 0 15px 50px;
}

.subpage div[id^='c'] ul ul li,
.ce-bodytext ul ul li,
ul.content-nav ul li {
  padding: 0 0 10px 26px;
  font-size: 0.95em;
}

.subpage div[id^='c'] ul ul li:last-child,
.ce-bodytext ul ul li:last-child,
ul.content-nav ul li:last-child {
  padding-bottom: 0;
}

.subpage div[id^='c'] ul li:after,
.ce-bodytext ul li:after {
  content: '';
  display: block;
  margin-top: 0.5em;
  border-bottom: 1px solid #9c9d9f;
}

.subpage div[id^='c'] ul ul li:last-child:after,
.ce-bodytext ul ul li:last-child:after {
  display: none;
}

.subpage div[id^='c'] ul li:before,
.ce-bodytext ul li:before,
ul.content-nav li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 13px;
  width: 8px;
  height: 8px;
  background: #004c9f;
  display: block;
}
.subpage div[id^='c'] .user-menu ul li {
  padding: 0;
}
.subpage div[id^='c'] .user-menu ul li:before {
  display: none;
}

.subpage div[id^='c'] ul ul li:before,
.ce-bodytext ul ul li:before,
ul.content-nav ul li:before {
  width: 6px;
  height: 6px;
  left: 6px;
}

.ce-bodytext ul li p:last-child {
  margin-bottom: 0;
}
.subpage div[id^='c'] ul.pagination li:before,
.subpage div[id^='c'] .search-pager ul li:before,
.subpage div[id^='c'] ul.typo3-messages li:before,
.subpage div[id^='c'] ul.pagination li:after,
.subpage div[id^='c'] .search-pager ul li:after,
.subpage div[id^='c'] ul.typo3-messages li:after {
  display: none;
}
.subpage div[id^='c'] ul.typo3-messages li {
  padding: 10px 15px;
}
.subpage div[id^='c'] ul.pagination {
  display: block;
}
.subpage div[id^='c'] ul.pagination li {
  padding: 0;
}
.pagination {
  padding: 0 15px;
}
.search-pager {
  overflow: hidden;
  text-align: center;
}
.search-pager li,
.pagination > li {
  margin-right: 4px;
  float: left;
  min-width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: block;
  padding: 0;
}
.search-pager li > a,
.search-pager li > a:focus,
.search-pager li > a:hover,
.search-pager li > strong,
.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span {
  display: block;
  font-size: 14px;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  text-align: center;
  background: #cac9c9;
  border: 0 none;
  color: #000;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li.previous > a {
  background: url(../Images/arrow-left.svg) center no-repeat;
  background-size: contain;
  text-indent: -999em;
}
.pagination > li.next > a {
  background: url(../Images/arrow-right.svg) center no-repeat;
  background-size: contain;
}
.pagination > li > a.current,
.pagination > li.active > a {
  pointer-events: none;
  cursor: default;
  background: #004d9f;
  color: #fff;
}
.hit {
  color: #ff002e;
  font-weight: 600;
}
.subpage div[id^='c'] ul.pagination li a {
  font-size: 14px;
}
.subpage .footer {
  border-top: 1px solid #cac9c9;
  padding-top: 15px;
  margin-top: 50px;
}
.subpage .a2a_kit {
  margin: 40px 0;
}
.subpage .a2a_kit a {
  display: block;
  margin-right: 4px;
  font-size: 12px;
  line-height: 33px !important;
  height: 33px;
  color: #fff;
  border-radius: 4px;
  float: left;
  min-width: 33px;
  text-align: center;
}
.subpage .a2a_kit .a2a_svg {
  display: inline-block;
  float: none;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.subpage .a2a_kit a.a2a_button_email {
  background: #0166ff;
  padding: 0 25px 0 9px;
}
.subpage .a2a_kit a.a2a_button_facebook {
  background: #3b5998;
  padding: 0 25px 0 9px;
}
.subpage .a2a_kit a.a2a_button_linkedin {
  background: #007bb5;
}
.subpage .a2a_kit a.a2a_button_twitter {
  background: #55acee;
}
.subpage .a2a_kit a.a2a_button_google_plus {
  background: #dd4b39;
}
.subpage .a2a_kit a.a2a_button_google_plus .a2a_svg {
  width: 22px;
  height: 22px;
}
.subpage .a2a_kit a:focus,
.subpage .a2a_kit a:hover,
.subpage .a2a_kit a:active {
  text-decoration: none;
  opacity: 0.7;
}

.panel-group .panel {
  box-shadow: none;
  border-radius: 0;
  border: 0 none;
}
.panel-group > .role-button,
.panel-group > div[role='button'] {
  display: block;
  padding: 15px;
  color: #ff002e;
  font-weight: 400;
}
.panel-group > .role-button small,
.panel-group > div[role='button'] small {
  font-size: 12px;
  font-weight: 300;
}
.panel-group > .role-button.collapsed,
.panel-group > div[role='button'].collapsed {
  color: #666;
}
.collapsed + .panel-collapse {
  max-height: 0;
  border-bottom: 1px solid #cac9c9;
}
.panel-collapse {
  overflow: hidden;
  max-height: 2000px;
  display: block;
  -webkit-transition: max-height 0.5s cubic-bezier(0.42, 0, 0.58, 1); /* Safari */
  transition: max-height 0.5s cubic-bezier(0.84, 0, 0.28, 1);
  border-bottom: 1px solid #ff002e;
}
.lock {
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url(../Images/lock.png) 0 0 no-repeat;
  background-size: contain;
  margin: 0;
}

.panel-group > .role-button p,
.panel-group > div[role='button'] p {
  margin: 15px 0;
}
.panel-group .col-xs-8 .col-xs-4 {
  padding: 0;
}
.panel-group > .role-button .col-sm-offset-2,
.panel-group > div[role='button'] .col-sm-offset-2 {
  font-size: 12px;
}
.regonly {
  display: none;
}
.panel-group > .role-button span.more:before,
.panel-group > div[role='button'] span.more:before {
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}
.panel-group > .role-button.collapsed span.more:before,
.panel-group > div[role='button'].collapsed span.more:before {
  -ms-transform: rotate(0); /* IE 9 */
  -webkit-transform: rotate(0); /* Chrome, Safari, Opera */
  transform: rotate(0);
}
.text-opened,
.text-closed {
  display: none;
}
.mitgleider-banner {
  margin: 15px 0;
  padding: 30px 15px;
  background: #f9f9f9;
  text-align: center;
}
.mitgleider-banner .text-right {
  text-align: center;
}
.mitgleider-banner h2 {
  font-size: 20px;
  margin: 5px 0;
}
.mitgleider-banner h3 {
  font-size: 20px;
  color: #ff002e;
  font-style: italic;
  margin: 5px 0 20px;
}
.btn,
.btn:link,
.btn:visited {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px 8px 14px;
  line-height: 20px;
  vertical-align: top;
}
.btn-submit,
.btn-submit:link,
.btn-submit:visited {
  background: #004d9f;
  border-color: #004d9f;
  color: #fff !important;
  max-width: 100%;
  outline: none;
}
.btn-submit:before,
.btn-submit:link:before,
.btn-submit:visited:before,
.btn-danger:before,
.btn-danger:link:before,
.btn-danger:visited:before {
  background-image: url(../Images/arrow-white.svg);
}
.btn-danger,
.btn-danger:link,
.btn-danger:visited {
  background: #ff002e;
  border-color: #ff002e;
  color: #fff !important;
  max-width: 100%;
  outline: none;
}
.btn:focus,
.btn:hover,
.btn:active {
  color: #fff !important;
  background: #ff002e !important;
  border-color: #ff002e !important;
}

.btn:focus:before,
.btn:hover:before,
.btn:active:before {
  background-image: url(../Images/arrow-white.svg);
}

.form-control {
  padding: 10px 14px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #ccc;
  vertical-align: top;
}
.form-control:focus,
.form-control:hover,
.form-control:active {
  outline: none;
}
input.form-control-inline {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  vertical-align: middle;
  padding: 7px 10px 5px;
  height: 32px;
}
.w-300 {
  width: 300px;
}
.w-100 {
  width: 100px;
}
.form-check-label {
  line-height: 36px;
}
.form-check-label label {
  display: inline-block;
  margin: 0;
  width: auto;
  cursor: pointer;
  font-weight: normal;
}
.form-check-label input[type='radio'],
.form-check-label input[type='checkbox'] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}
.form-check-label input[type='file'] {
  line-height: 16px;
}
legend {
  border-bottom: 0 none;
  padding-inline: 10px;
  margin-left: -10px;
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter-form {
  padding: 29px;
  color: #004d9f;
  font-size: 16px;
  font-weight: 400;
}
.newsletter-form h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.panel-body,
.event-detail {
  background: url(../Images/events-bg.png) no-repeat 80% bottom;
}
.event-detail {
  border-bottom: 1px solid #cac9c9;
  padding-bottom: 30px;
  margin-bottom: 23px;
}
.panel-body {
  margin: 0;
  padding: 0;
}
.panel-body > div {
  padding: 15px;
}
.mitgleider-banner .logo {
  width: 100%;
  margin-bottom: 20px;
}
.mitgleider-banner .logo img {
  margin: 0 auto;
}

.tx-wx-partners .col-lg-4 {
  padding: 4px;
  color: #004d9f;
  min-height: 500px;
}
.partner {
  min-height: 500px;
  padding: 9px;
  background: #f9f9f9;
}
.partner-logo {
  background: #fff;
  margin: -9px -9px 9px -9px;
  line-height: 148px;
  height: 148px;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.partner-list {
  padding: 0;
}
.partner-list .row {
  margin: 0 -4px;
}
.news-category {
  font-size: 0;
}
.news-category a,
.news-category a:link,
.news-category a:visited {
  display: inline-block;
  background: #f2f1f1;
  color: #666;
  padding: 9px;
  line-height: 19px;
  margin: 0 5px 5px 0;
  font-size: 16px;
}
.news-category a.active,
.news-category a.active:link,
.news-category a.active:visited {
  background: #004d9f;
  color: #fff;
}
.bordered .news {
  margin: 23px -4px;
}
.bordered .news p {
  margin-bottom: 15px;
}
.fancybox-inner {
  border: 1px solid #d7d7d7;
  background: #fff;
}
.fancybox-skin {
  background: #fff;
}
.news-archive-item {
  border-bottom: 1px solid #cac9c9;
  padding-bottom: 10px;
}
.news .news-archive-item h3 {
  border-bottom: 0 none;
  margin: 0 0 5px;
  padding: 0;
}
.news .news-archive-item p {
  margin-bottom: 10px;
}
.tx-wx-jobs form {
  display: block;
}
.job-offer {
  border-bottom: 1px solid #cac9c9;
  padding: 16px 0 11px;
}
.job-offer p {
  margin: 0;
}
.job-offer img {
  max-width: 100%;
  height: auto;
}
.job-offer .date {
  font-size: 14px;
  font-weight: 600;
}
.row-min-height {
  min-height: 50px;
}
.tx-indexedsearch-res {
  border-bottom: 1px solid #cac9c9;
  margin-bottom: 25px;
}
.tx-indexedsearch-res strong.tx-indexedsearch-redMarkup {
  font-style: italic;
  font-weight: 300;
  color: #ff002e;
}
.tx-indexedsearch-res h3 {
  margin: 0;
}
.tx-indexedsearch-res p {
  margin-bottom: 10px;
}
.job-offer-title {
  border-bottom: 1px solid #cac9c9;
  margin-bottom: 40px;
}
.job-offer-title h2 {
  margin: 0;
}
.job-offer-title .date {
  font-size: 12px;
  font-weight: 600;
}
.job-offer-title p {
  margin-bottom: 5px;
}
p.no-margin {
  margin: 0;
}
h2.no-margin {
  margin: 0 0 40px;
}
.contenttable {
  width: 100%;
  max-width: 650px;
  font-size: 18px;
}
.contenttable td,
.contenttable th {
  padding: 5px 10px;
  vertical-align: top;
  border-bottom: 1px solid #004b9d;
}
.contenttable th:first-child,
.contenttable td:first-child {
  padding-left: 3px;
}
.contenttable th:last-child,
.contenttable td:last-child {
  padding-right: 3px;
}
.contenttable th {
  white-space: nowrap;
  font-weight: 400;
  color: #004c9f;
  border-bottom: 2px solid #004b9d;
}
.contenttable tr:nth-child(odd) td {
  background: #ecf1f6;
}
.tx-felogin-pi1 p {
  margin: 10px 0;
}
.tx-felogin-pi1 .bordered,
.Tx-Formhandler .bordered {
  margin: 40px 0;
  padding: 15px 30px 20px;
}
.dsgvo .bordered {
  margin: 0;
  padding: 25px 30px 20px 45px;
}
.dsgvo input[type='checkbox'] {
  float: left;
}
input[type='checkbox']:required,
input[type='checkbox']:invalid {
  box-shadow: none;
}
label {
  font-weight: 400;
  margin: 10px 0;
  display: block;
}
hr.ce-div {
  margin: 10px 0 35px;
  background: #cac9c9;
  border: 0 none;
  height: 1px;
}
.forgot a,
.forgot a:link,
.forgot a:visited {
  font-weight: 600;
  color: #ff002e;
}
.user-menu {
  margin-top: 30px;
}
.user-menu h3 {
  background: #f4f3f3;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  float: left;
  clear: both;
  padding: 5px 6px 2px;
}
.user-menu ul {
  display: block;
  clear: both;
  margin-bottom: 2em;
}
.user-menu ul li {
  list-style: none;
}
.user-menu ul li a,
.user-menu ul li a:link,
.user-menu ul li a:visited {
  padding-left: 15px;
  background: url(../Images/arrow.svg) left 6px no-repeat;
  background-size: auto 15px;
  display: block;
  padding: 5px 0 5px 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.tx-wx-jobs .panel-group > .role-button,
.tx-wx-jobs .panel-group > div[role='button'] {
  padding: 15px 0;
}
.tx-wx-jobs .panel-group > .role-button a,
.tx-wx-jobs .panel-group > div[role='button'] a {
  color: #ff002e;
}
.tx-wx-jobs .panel-group h3 {
  margin: 0;
}
.tx-wx-jobs .panel-body > div {
  padding: 15px 0;
}
.tx-wx-jobs .panel-body {
  background: transparent;
}
.tx-wx-jobs .panel-group > .role-button p,
.tx-wx-jobs .panel-group > div[role='button'] p {
  margin: 0;
}
.tx-wx-jobs .panel-group .row + .row {
  padding-top: 20px;
}
.tx-wx-jobs .panel-group > .role-button,
.tx-wx-jobs .panel-group > div[role='button'] {
  color: #666;
}
.browse-nav {
  padding: 12px 0 10px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  overflow: hidden;
}
.browse-nav a:last-child {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
.news-text-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #c0c0c0;
  margin: 0 0 25px;
}
#emailsharing-form-content {
  max-width: 100%;
  width: 600px;
}
.a2a_kit a {
  margin-bottom: 4px;
}
.news-img-wrap {
  margin-bottom: 20px;
}
.news-img-wrap img {
  width: 100%;
}
.news-cat-date {
  font-size: 0.85em;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 0;
  float: none;
}
.border-bottom {
  padding: 0 20px 35px;
  border-bottom: 1px solid #989da1;
  margin-bottom: 68px;
  color: #004d9f;
}
.border-bottom .ce-media {
  width: 244px;
  height: 244px;
  overflow: hidden;
  border-radius: 244px;
}
#kontakt {
  max-width: 650px;
  padding: 15px 30px 20px;
  border: 2px solid #004c9f;
}
/*Table*/

table.fin {
  border-collapse: collapse;
}
table.fin th,
table.fin td {
  text-align: center;
  vertical-align: top;
  padding: 12px;
}
table.fin th {
  border: 2px solid #234da3;
  color: #234da3;
}
table.fin th small {
  font-weight: 300;
  font-size: 0.75em;
}
table.fin td {
  border-top: 1px solid #2b53a8;
  border-bottom: 1px solid #2b53a8;
  border-left: 2px solid #2b53a8;
  border-right: 2px solid #2b53a8;
  padding: 11px 11px 6px 11px;
}
table.fin td:first-child {
  border-left: 0 none;
}
table.fin td:last-child {
  border-right: 0 none;
}
table.fin tr.blue td {
  background: #eef1f6;
}
table.fin tr.last td {
  border-bottom-width: 2px;
}
table.fin tr.first td {
  border-top-width: 2px;
}

.news hr {
  margin: 20px 0;
}
.news .small {
  font-size: 85%;
  line-height: 1.15em;
}
.subpage div[id^='c'] ul.formerror {
  margin: 0;
  font-weight: bold;
  color: #ff0000;
}
.subpage div[id^='c'] ul.formerror li {
  padding: 0;
  background: none;
}
.subpage div[id^='c'] ul.formerror li:before {
  display: none;
}
#popup-box-content img {
  display: none;
}
.input-group-addon:last-child {
  padding: 7px 12px;
}
.fa-2x {
  font-size: 1.75em;
}
.location {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
.location:before {
  content: '';
  display: block;
  width: 13px;
  height: 15px;
  background: #004d9f;
  position: absolute;
  left: 15px;
  top: 22px;
}
.wx-companyupdate .text-left {
  text-align: left !important;
}
.wx-companyupdate .form-group {
  margin-bottom: 10px;
}
.wx-companyupdate .control-label,
.wx-companyupdate .form-horizontal .control-label {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
}

.allert-window {
  z-index: 1090;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #444;
  width: 90%;
  max-width: 648px;
  padding: 24px 20px;
  border: 4px solid #264aa2;
  display: none;
}
.allert-window label {
  margin: 0;
}
.close-allert-window {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  cursor: pointer;
}
.close-allert-window img {
  width: 40px;
  height: 40px;
}
.allert-overlay {
  z-index: 1089;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.8;
  display: none;
}
.a2a_default_style:not(.a2a_flex_style) a {
  line-height: 33px;
}
@media (max-width: 370px) {
  .job-offer .more:before {
    display: none !important;
  }
}
@media (min-width: 690px) {
  .lg-pull-right {
    float: right;
  }

  .allert-window {
    padding: 24px 37px;
  }
  #popup-box-content img {
    display: block;
  }
  .border-bottom .ce-intext.ce-left .ce-gallery {
    max-width: 33%;
    margin-right: 25px;
    float: left;
  }
  .ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 20px;
  }
  body {
    font-size: 150%;
  }
  .news-img-wrap {
    float: right;
    margin: 20px 0 20px 30px;
    max-width: 50%;
  }
  .collapsed .text-opened {
    display: none;
  }
  .collapsed .text-closed {
    display: inline;
  }

  .text-opened {
    display: inline;
  }
  .text-closed {
    display: none;
  }
  .regonly {
    display: inline-block;
  }
  .lock {
    margin: 0 4px -2px 10px;
  }
  a.active-desktop {
    color: #cc3300;
    text-decoration: none;
  }
  .subpage .footer {
    margin-left: -22px;
    margin-right: -54px;
  }
  .container-fluid.subpage .sidebar-offset {
    padding-right: 75px;
  }
  .mainnav .scroll_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 315px;
  }
  .mainnav .scrollable {
    padding-right: 1.563em;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    border-bottom: 1px solid #fff;
    box-sizing: content-box;
  }
  .news .col-lg-4,
  .news .col-sm-12 {
    font-size: 15px;
  }
  .teaser-overlay {
    background-size: auto auto;
  }
  .logo {
    width: auto;
  }
  .logo.small {
    display: none;
  }
  .logo img {
    margin: 0 auto;
  }
  .teaser {
    height: 380px;
    padding: 0;
  }
  .teaser-overlay h2 {
    position: absolute;
    right: 53px;
    bottom: 45px;
    font-size: 31.5px;
  }
  .mainnav ul,
  .mainnav ul li {
    list-style: none none;
    margin: 0;
    display: block;
  }
  .mainnav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
  }
  .mainnav ul li a:focus,
  .mainnav ul li a:hover,
  .mainnav ul li a.current,
  .mainnav ul li a:active {
    text-decoration: none;
    color: #cc3300;
  }
  .bx-prev {
    left: 25px;
  }
  .bx-next {
    right: 25px;
  }
  .form-inline .form-control {
    width: 380px;
  }
  .form-inline .form-control-short {
    width: 150px;
  }
  .row-min-height {
    min-height: 76px;
  }
  .mitgleider-banner .text-right {
    text-align: right;
  }
  .location {
    min-height: 385px;
  }
}
@media (min-width: 1024px) {
  .location {
    min-height: 320px;
  }
  .border-bottom .ce-intext.ce-left .ce-gallery {
    margin-right: 77px;
  }
  .float-left {
    float: left;
    width: 100%;
    padding-right: 315px;
  }
  .float-right {
    width: 304px;
    margin: 0 0 15px -304px;
    position: relative;
    float: right;
  }
  .normal {
    clear: both;
  }
  body {
    font-size: 180%;
  }
  .news .col-lg-4,
  .news .col-sm-12 {
    font-size: 18px;
  }
  .teaser {
    height: 450px;
  }
  .news h3 {
    min-height: 106px;
    padding: 0 0 10px;
  }
  .news .news-archive-item h3 {
    min-height: 0;
  }
  .news .col-lg-4,
  .news .col-sm-12 {
    margin-bottom: 25px;
  }
  .events {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    background: url(../Images/events-bg.png) no-repeat 80% bottom;
  }
  .events .col-md-4 {
    height: auto;
    margin: -15px 0;
    padding: 0 15px 0 30px;
  }
  .events .nav,
  .events .bx-viewport,
  .events ul {
    height: auto !important;
    width: auto !important;
    transform: none !important;
    border-top: 0 none;
    border-bottom: 0 none;
    overflow: visible !important;
  }
  .events ul {
    padding-bottom: 0;
  }
  .events .bx-wrapper {
    height: 100%;
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: 101% !important;
    border: 0 none;
    background: #fff;
  }
  .events .bx-viewport,
  .events .bx-viewport ul {
    height: 100% !important;
  }
  .events .nav li {
    float: none !important;
    display: block;
    height: 33.33%;
  }
  .events .nav li.bx-clone {
    display: none;
  }
  .events .nav > li > a {
    padding: 15px 0;
    font-size: 1em;
    border-right: 1px solid #cac9c9;
    border-bottom: 1px solid #cac9c9;
    position: relative;
    height: 100%;
  }
  .events .nav > li.normal + li.normal > a {
    border-bottom: 0 none;
  }
  .events .nav > li.active > a {
    border-bottom-color: #ff002e;
  }
  .events .nav > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-right: 1px solid #cac9c9;
    border-bottom: 1px solid #cac9c9;
    right: -16px;
    top: 50%;
    margin-top: -16px;
    background: #fff;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
  }
  .events .bx-controls {
    display: none;
  }
  .events .col-xs-4 {
    width: auto;
    padding-right: 0;
    overflow: visible;
  }
  .noscroll {
    overflow: hidden;
    margin-right: 17px;
    position: relative;
  }
  .noscroll .quicklinks {
    margin-right: 17px;
  }
}
@media (min-width: 1200px) {
  .teaser {
    height: 609px;
  }
  .panel-group .col-xs-8 .col-xs-4 {
    padding: 0 15px;
  }
  .text-teasers {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    margin: 45px -3px;
  }
}

/*/ NAVIGATION /*/

[data-nav-ml-level='0'] .logo {
  padding: 15px 0;
}
[data-nav-ml='level1-wrapper'] {
  background: #fafafa;
  z-index: 16;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 270px;
}

@media (min-width: 690px) {
  .quicklinks {
    background: #ff002e;
  }
  .icon-search {
    background: url(../Images/icon-search-d.svg) center no-repeat;
  }
  .icon-mail {
    background: url(../Images/icon-mail-d.svg) center no-repeat;
  }
  .icon-login {
    background: url(../Images/icon-login-d.svg) center no-repeat;
  }
  .icon {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .mainnav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
  }
  .sidebar-offset {
    padding-left: 80px;
  }
  .container-fluid.subpage .sidebar-offset {
    padding-left: 102px;
  }
  .container-fluid.subpage .teaser {
    margin-left: -38px;
  }
  [data-nav-ml-level='0'] {
    background: #fafafa;
    height: 100%;
    width: 65px;
    position: absolute;
    top: 0;
    z-index: 18;
  }
  [data-nav-ml='level1-wrapper'] .logo {
    padding: 47px 0 54px;
    margin: 0 10px;
    background: #fafafa;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
    z-index: 20;
  }
  .mainnav [data-nav-ml-level='1'] > li {
    padding: 0 25px;
  }
  .mainnav [data-nav-ml-level='1'] > li:first-child {
    padding-top: 306px;
  }
  [data-nav-ml='level1-wrapper'],
  [data-nav-ml-level='1'],
  .mainnav .scroll_wrapper,
  .sidebar-banners {
    width: 270px;
  }
  [data-nav-ml-level='1'] {
    padding-bottom: 66px;
  }

  [data-nav-ml-level2-id] {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-4.25em);
    -ms-transform: translateX(-4.25em);
    transform: translateX(-4.25em);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 14;
    overflow: hidden;
    width: 0;
  }
  [data-nav-ml-level2-id].closing,
  [data-nav-ml-level2-id].open,
  [data-nav-ml-level2-id].opening {
    z-index: 15;
    width: 15.625em;
  }

  [data-nav-ml-level2-id].closing.two_columns,
  [data-nav-ml-level2-id].closing.two_columns > .scrollable > ul,
  [data-nav-ml-level2-id].open.two_columns,
  [data-nav-ml-level2-id].open.two_columns > .scrollable > ul,
  [data-nav-ml-level2-id].opening.two_columns,
  [data-nav-ml-level2-id].opening.two_columns > .scrollable > ul {
    width: 261.5px;
  }
  [data-nav-ml-level2-id].open {
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
  }
  .navigation_overlay > div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .two_columns {
    background: #fff;
  }
  .two_columns ul {
    padding: 15px;
  }
  .quicklinks {
    top: 150px;
    z-index: 6;
  }
  .subpage + .quicklinks {
    top: 100px;
  }
  .nav_burrito ul li ul {
    display: none;
  }
  #show_navigation_mobile {
    display: none;
  }
  #menu17.two_columns > .scrollable > ul {
    padding: 0 30px 0 22px;
  }
  .two_columns > .scrollable > ul > li {
    display: inline-block;
    width: 100%;
  }
  .two_columns > .scrollable > ul > li:first-child {
    padding-top: 35px;
  }
  #menu17.two_columns > .scrollable > ul > li {
    padding-top: 35px;
  }
  .two_columns > .scrollable > ul > li > a {
    font-size: 20px;
  }
  .mainnav ul li ul li a {
    font-size: 16px;
    text-transform: none;
  }
  .two_columns ul ul {
    padding: 0 0 15px;
  }
  #menu17.two_columns ul ul {
    padding: 15px 0 30px;
  }
  .two_columns a.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .two_columns ul li ul li a,
  #menu3.two_columns ul li a {
    text-transform: none;
    font-size: 16px;
    padding-left: 15px;
    background: url(../Images/arrow.svg) 0 6px no-repeat;
    background-size: 10px 15px;
    font-weight: 400;
  }
  #menu3.two_columns ul:before {
    content: 'ÖVI';
    display: block;
    padding: 35px 0 5px;
    line-height: 20px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #004a9e;
  }
  #menu3.two_columns ul li:first-child {
    padding-top: 5px;
  }
}
@media (max-width: 1023px) and (min-width: 690px) {
  [data-nav-ml-level='0'] {
    display: block;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  [data-nav-ml-level='0'].close {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  [data-nav-ml='level1-wrapper'] {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  [data-nav-ml='level1-wrapper'].open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  [data-nav-ml-level='0'] {
    display: none;
  }
  [data-nav-ml='level1-wrapper'] {
    display: block;
  }
  .sidebar-offset {
    padding-left: 285px;
  }
  .container-fluid {
    z-index: 1;
  }
  .container-fluid.subpage .sidebar-offset {
    padding-left: 307px;
  }
  .navigation_overlay.sub_open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .navigation_overlay.sub_open {
    left: 0;
    opacity: 1;
  }
  .quicklinks {
    top: 250px;
  }
  .subpage + .quicklinks {
    top: 195px;
  }
  #menu17.two_columns > .scrollable > ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 55px; /* Chrome, Safari, Opera */
    -moz-column-gap: 55px; /* Firefox */
    column-gap: 55px;
    -webkit-column-rule: 1px solid #c0c0c0; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #c0c0c0; /* Firefox */
    column-rule: 1px solid #c0c0c0;
  }
  [data-nav-ml-level2-id].closing.two_columns,
  [data-nav-ml-level2-id].closing.two_columns > .scrollable > ul,
  [data-nav-ml-level2-id].open.two_columns,
  [data-nav-ml-level2-id].open.two_columns > .scrollable > ul,
  [data-nav-ml-level2-id].opening.two_columns,
  [data-nav-ml-level2-id].opening.two_columns > .scrollable > ul {
    width: 261.5px;
  }
  [data-nav-ml-level2-id='17'].closing.two_columns,
  [data-nav-ml-level2-id='17'].closing.two_columns > .scrollable > ul,
  [data-nav-ml-level2-id='17'].open.two_columns,
  [data-nav-ml-level2-id='17'].open.two_columns > .scrollable > ul,
  [data-nav-ml-level2-id='17'].opening.two_columns,
  [data-nav-ml-level2-id='17'].opening.two_columns > .scrollable > ul {
    width: 563px;
  }
}
@media (min-width: 1280px) {
  [data-nav-ml='level1-wrapper'] .logo {
    margin: 0 32px;
  }
  .mainnav [data-nav-ml-level='1'] > li {
    padding: 0 47px;
  }
  [data-nav-ml='level1-wrapper'],
  [data-nav-ml-level='1'],
  .mainnav .scroll_wrapper,
  .sidebar-banners {
    width: 315px;
  }
  .sidebar-banners {
    padding: 0 32px;
  }
  .sidebar-offset {
    padding-left: 330px;
  }
  .container-fluid.subpage .sidebar-offset {
    padding-left: 352px;
  }
  [data-nav-ml-level2-id].open {
    -webkit-transform: translateX(315px);
    -ms-transform: translateX(315px);
    transform: translateX(315px);
  }
}
@media (min-width: 1416px) {
  .quicklinks {
    right: auto;
    left: 1344px;
  }
}
@media (max-width: 689px) {
  .teaser {
    height: 180px;
  }
  body {
    padding-top: 65px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mainnav {
    height: 65px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
  }
  .nav_burrito {
    zoom: 1;
    position: relative;
    width: 100%;
  }
  [data-nav-ml-level='0'] {
    display: none;
  }
  [data-nav-ml='level1-wrapper'],
  [data-nav-ml-level2-id] {
    display: none;
  }
  [data-nav-s='item_menuwrapper'] {
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
  }
  [data-nav-s='item_menuwrapper'] [data-nav-s='menu_content'] {
    position: absolute;
    width: 100%;
    top: 65px;
    left: 0;
    overflow: hidden;
  }
  [data-nav-s='item_menuwrapper'].open [data-nav-s='menu_content'] {
    min-height: 1000px;
  }
  [data-nav-s='item_menuwrapper'].open [data-nav-s='menu_content'] .nav_burrito {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    -webkit-transition: -webkit-transform 0.3s, margin-top 0s linear 0s;
    transition: transform 0.3s, margin-top 0s linear 0s;
  }
  [data-nav-s='item_menuwrapper'] [data-nav-s='menu_content'] .nav_burrito {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -100%;
    -webkit-transition: -webkit-transform 0.3s, margin-top 0s linear 0.3s;
    transition: transform 0.3s, margin-top 0s linear 0.3s;
  }
  .logo.small {
    display: block;
    padding: 11px 1px;
    z-index: 17;
    position: relative;
  }
  .logo.detailed,
  .logo.simplified {
    display: none;
  }
  .quicklinks {
    position: absolute;
    right: 65px;
    overflow: hidden;
    width: auto;
    height: 65px;
    padding: 20px;
    z-index: 16;
    background: #fcfcfc;
  }
  .quicklinks a {
    margin: 0 0 0 25px;
    float: left;
  }
  .quicklinks a:first-child {
    margin: 0;
  }
  .burger,
  a.close {
    margin: 0;
    border: 12.5px solid #004d9f;
    float: right;
    width: 65px;
    height: 65px;
    background: #004d9f;
  }
  .burger span,
  .burger span:before,
  .burger span:after {
    background: #fff;
  }
  .burger.close span {
    background: transparent;
  }
  .sidebar-banners {
    display: none;
  }
  .nav_burrito ul {
    list-style: none;
    -webkit-transition: -webkit-transform 0.3s, margin-left 0s linear 0.3s;
    transition: transform 0.3s, margin-left 0s linear 0.3s;
  }

  .nav_burrito > ul {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    position: absolute;
    width: 100%;
  }
  .open .nav_burrito > ul {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: relative;
  }
  .nav_burrito ul.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .nav_burrito ul ul {
    position: absolute;
    top: 0;
    left: 200%;
    width: 100%;
  }
  .nav_burrito .active + ul {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .nav_burrito ul ul.active {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  .nav_burrito ul li a {
    display: block;
    padding: 15px 15px;
    background: #fff;
    border-bottom: 1px solid #cac9c9;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
  }
  .nav_burrito ul li a.active,
  .nav_burrito ul li a.current {
    color: #cc3300;
  }
  .nav_burrito ul li a[role='button']:after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 13px;
    background: url(../Images/arrow-blue.svg) 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
    float: right;
  }
  .nav_burrito ul li.nav_back > a:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 13px;
    background: url(../Images/arrow-blue-left.svg) 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 13px;
  }
  .noscroll {
    overflow: auto !important;
  }
}
