@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #111;
  margin: 0;
}
body.no-scroll {
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top {
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 10;
}
body.downscrolled .top, .top.open, .top.has-shadow {
  background-color: #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.top.open .white-bar {
  width: 100%;
  height: 70px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 2;
}
body.logged-in .top.open .white-bar {
  height: 70px;
  top: 30px;
  z-index: 2;
}
.top-inner {
  max-width: 1260px;
  margin: auto;
}
.top-inner-wrap {
  width: 100%;
  height: 70px;
  float: left;
  position: relative;
  padding: 0px 30px;
}
.logo {
  width: auto;
  height: 50px;
  margin-top: 10px;
  float: left;
  position: relative;
  z-index: 10;
}
.logo img {
  height: 100%;
  width: auto;
  float: left;
}
.widget {
  width: auto;
  height: 55px;
  float: right;
  position: relative;
  z-index: 1;
}
.top .widget {
  z-index: 10;
}
.widget .navi-toggle {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  float: right;
  padding: 5px;
  background-color: #ae0143;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
body.section-sparringspartner .widget .navi-toggle {
  background-color: #00529C;
}
.burger-wrap {
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  background-color: #ae0143;
}
body.section-sparringspartner .burger-wrap {
  background-color: #00529C;
}
.login {
  width: auto;
  height: 40px;
  float: left;
  margin-top: 15px;
  background-color: #ae0143;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
body.section-sparringspartner .login {
  background-color: #00529C;
}
body.logged-in .login, body.section-sparringspartner.logged-in .login {
  background-color: #008000;
}
.login img {
  width: auto;
  height: 100%;
  float: left;
}
.login span.button-title {
  width: auto;
  height: 30px;
  display: block;
  float: right;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  margin-left: 10px;
}
nav.navi {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(174, 1, 67, 0.94);
  display: none;
  z-index: 1;
  padding-top: 110px;
}
body.section-sparringspartner nav.navi {
  background-color: rgba(0, 82, 156, 1.94);
}
nav.navi.open {
  display: block;
}
.main-nav-inner {
  max-width: 1260px;
  margin: auto;
}
.main-nav-wrap {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
ul.main-nav {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin: 0;
  padding: 140px 0px;
  list-style: none;
}
.footer-index-nav-wrap ul.main-nav {
  padding-top: 50px;
  padding-bottom: 50px;
}
ul.main-nav li {
  width: 25%;
  height: auto;
  float: left;
  display: block;
  padding: 0px 30px;
}
ul.main-nav li a {
  width: 100%;
  height: auto;
  display: block;
  color: #efefef;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 0px;
  font-size: 1.1em;
}
ul.main-nav li ul {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 20px 0px 0px 0px;
}
ul.main-nav li ul li {
  width: 100%;
  padding: 5px 0px;
  background-image: url("../img/long-arrow-right-light-white.svg");
  background-repeat: no-repeat;
  background-position: 0px 14px;
  background-size: 20px auto;
}
ul.main-nav li ul li ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
ul.main-nav li ul li a {
  padding-left: 30px;
  font-size: 0.9em;
  position: relative;
  font-weight: 600;
}
ul.main-nav li ul li a span {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  float: left;
  padding-bottom: 2px;
}
ul.main-nav li ul li a span:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
ul.main-nav li ul li a span:hover:after, ul.main-nav li ul li.active a span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer-index-nav-wrap {
  padding-left: 30px;
  padding-right: 30px;
}
.footer-index-nav-wrap ul.main-nav li {
  border-right: 1px solid #7A8F9D;
  height: 240px;
}
.footer-index-nav-wrap ul.main-nav li:first-child {
  border-left: 1px solid #7A8F9D;
}
.footer-index-nav-wrap ul.main-nav li ul li {
  border-left: 0;
  border-right: 0;
  height: auto;
}
.footer-index-nav-wrap ul.main-nav li ul li:first-child {
  border-left: 0;
  border-right: 0;
}
.footer-index-nav-wrap ul.main-nav li ul {
  padding: 8px 0px 0px 0px;
}
.content {
  width: 100%;
  height: auto;
  float: left;
}
.content-inner {
  max-width: 1260px;
  margin: auto;
}
.content-inner .row {
  width: 100%;
  height: auto;
  float: left;
}
.content-inner .row.teaser-row {
  padding: 100px 0px;
}
.row-big-wrap {
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0;
}
.grey-wrap {
  background-color: #D3DAE0;
}
.content-inner .row .col {
  height: auto;
  float: left;
  padding: 14px;
}
.col-100 {
  width: 100%;
}
.col-80 {
  width: 80%;
}
.col-75 {
  width: 75%;
}
.col-70 {
  width: 70%;
}
.col-60 {
  width: 60%;
}
.col-66 {
  width: 66.6666%;
}
.col-50 {
  width: 50%;
}
.col-40 {
  width: 40%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.3333%;
}
.col-25 {
  width: 25%;
}
.col-20 {
  width: 20%;
}
.col-12 {
  width: 12.5%;
}
.content-inner .row .col.fl-r {
  float: right;
}
.footer {
  width: 100%;
  height: auto;
  float: left;
}
.footer-inner {
  max-width: 1260px;
  margin: auto;
}
.footer-inner-wrap {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px;
}
.footer-index-nav {
  width: 100%;
  float: left;
  height: auto;
  background-color: #5A6E7B;
  position: relative;
  z-index: 1;
}
.footer-index-nav-inner {
  max-width: 1260px;
  margin: auto;
}
.footer-index-nav-wrap {
  width: 100%;
  height: auto;
  float: left;
}
.legal {
  width: 100%;
  height: auto;
  float: right;
  padding-right: 30px;
}
.legal ul {
  width: auto;
  height: auto;
  float: right;
  display: block;
  padding-bottom: 30px;
  margin: 0;
  list-style: none;
}
.legal ul li {
  width: auto;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.legal ul li a {
  width: auto;
  height: auto;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  font-size: 0.9em;
  position: relative
}
.legal ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #ae0143;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
body.section-sparringspartner .legal ul li a::after {
  background-color: #00529C;
}
.legal ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer-address {
  width: 100%;
  height: auto;
  float: left;
}
.footer-logo {
  width: auto;
  height: 50px;
  float: left;
  margin-top: 5px
}
.footer-logo img {
  height: 100%;
  width: auto;
}
.footer-address-wrap {
  width: auto;
  height: auto;
  float: left;
  display: block;
}
.footer-address-wrap .footer-address-entry {
  width: auto;
  height: auto;
  float: left;
}
.footer-address-wrap .footer-address-entry ul {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  float: left;
  list-style: none;
  padding: 0px 30px;
  line-height: 1.7;
}
.footer-address-wrap .footer-address-entry ul li {
  font-size: 0.8em;
  font-weight: 600;
  color: #000000;
}
.footer-address-wrap .footer-address-entry ul li a {
  text-decoration: none;
  color: #000000;
  position: relative;
}
.footer-address-wrap .footer-address-entry ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #ae0143;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
body.section-sparringspartner .footer-address-wrap .footer-address-entry ul li a::after {
  background-color: #00529C;
}
.footer-address-wrap .footer-address-entry ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer-widget {
  height: 40px;
}
.footer-widget .login, .footer-widget .navi-toggle {
  margin-top: 0px;
}
.user-bar {
  width: 100%;
  height: auto;
  float: left;
  background-color: #008DC0;
  position: relative;
  z-index: 10;
}
.user-bar-inner {
  max-width: 300px;
  margin: auto;
}
.user-bar-inner .user-bar-wrapper {
  width: 100%;
  float: left;
}
.user-bar-inner .user-bar-wrapper span {
  width: auto;
  height: 30px;
  float: left;
  display: block;
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
}
.user-bar-inner .user-bar-wrapper span.user-bar-btn {
  height: 30px;
  padding: 5px 15px;
}
span.user-bar-btn a {
  width: auto;
  height: 20px;
  line-height: 20px;
  float: right;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 98, 133, 1);
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0px 15px;
}
@media only screen and (max-width:1200px) {
  nav.navi {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  nav.navi.open {
    display: block;
  }
}
@media only screen and (max-width:1100px) {
  ul.main-nav {
    padding: 40px 50px;
  }
  ul.main-nav li {
    width: 50%;
  }
  ul.main-nav li ul {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:812px) {
  ul.main-nav li {
    width: 100%;
  }
}
@media only screen and (max-width:860px) {
  .footer-address-container {
    width: 50%;
    float: left;
    height: auto;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 16px;
  }
  .footer-address-wrap {
    width: 100%;
    float: left;
  }
  .footer-address-wrap .footer-address-entry {
    width: 100%;
    float: left;
  }
  .footer-address-wrap .footer-address-entry ul {
    padding: 8px 0px;
  }
  .legal {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .legal ul {
    width: auto;
    height: auto;
    float: left;
    padding: 20px 30px;
  }
  .legal ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width:668px) {
  .legal {
    border-top: 1px solid #90a2ae;
    margin-top: 16px;
  }
  .legal ul li {
    margin: 0;
    width: 100%;
    padding: 5px 0;
  }
  .legal ul li a {
    width: auto;
    float: left;
    font-size: 0.8em;
  }
  .footer-inner-wrap {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width:545px) {
  .login span.button-title {
    display: none;
  }
  .logo {
    height: 40px;
    margin-top: 15px;
  }
}
@media only screen and (max-width:458px) {
  .widget.footer-widget {
    display: none;
  }
}
@media only screen and (max-width:459px) {
  ul.main-nav {
    padding: 20px 0px 40px;
  }
}
@media only screen and (max-width:1062px) {
  .footer-index-nav-wrap ul.main-nav {
    padding: 0;
  }
  .footer-index-nav-wrap ul.main-nav li ul {
    padding: 5px 0px 0px 0px;
  }
  .footer-index-nav-wrap ul.main-nav li {
    width: 50%;
    padding-top: 40px;
    height: 240px;
  }
  .footer-index-nav-wrap ul.main-nav li, .footer-index-nav-wrap ul.main-nav li:first-child {
    border: 0;
  }
  .footer-index-nav-wrap ul.main-nav li ul li {
    width: 100%;
    height: auto;
    padding: 5px 0px;
  }
  .footer-index-nav-wrap {
    padding: 30px 100px;
  }
}
@media only screen and (max-width:806px) {
  .footer-index-nav-wrap {
    padding: 30px 0px 40px 50px;
  }
}
@media only screen and (max-width:702px) {
  .footer-index-nav-wrap {
    padding: 30px 0px 40px 40px;
  }
}
@media only screen and (max-width:632px) {
  .footer-index-nav-wrap {
    padding: 30px 0px 40px 0px;
  }
}
@media only screen and (max-width:544px) {
  .footer-index-nav-wrap {
    padding: 30px 0px;
  }
  .footer-index-nav-wrap ul.main-nav li {
    width: 100%;
    padding-top: 30px;
    height: auto;
  }
}