.site-wrap-inner {
  padding-bottom: 190px;
}
.content-strip {
  position: relative;
}
.fix-me {
  position: fixed !important;
  top: 0 !important;
}
.affix {
  position: fixed;
  top: 62px;
  z-index: 100;
  -webkit-transition: all 0.6s ease-in-out;
}
.header-height {
  height: 62px;
}
.header-height-touch {
  height: 80px;
}
.main-nav-wrapper {
  min-height: 50px;
}
.logo {
  margin: 8px 0;
}
::-moz-selection {
  background-color: #E4EFF8;
  color: #2970C3;
}
::selection {
  background-color: #E4EFF8;
  color: #2970C3;
}
article header {
  color: #c3d9f3;
}
.menu-wrapper {
  background-color: #1f5798;
}
.no-boxshadow .sf-menu a,
.no-boxshadow .sf-menu .activeNoLink {
  border-top: 1px solid #dFeEFF;
  border-left: 1px solid #92DAF7;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.button,
.news-link a {
  color: #ffffff;
  background-color: #4489d9;
  border-color: #1b4b83;
  width: auto;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
  font-weight: normal;
  line-height: 50px;
}
.button:focus,
.news-link a:focus,
.button.focus,
.news-link a.focus {
  color: #ffffff;
  background-color: #286fc2;
  border-color: #050e19;
}
.button:hover,
.news-link a:hover {
  color: #ffffff;
  background-color: #286fc2;
  border-color: #102e50;
}
.button:active,
.news-link a:active,
.button.active,
.news-link a.active,
.open > .dropdown-toggle.button,
.open > .dropdown-toggle.news-link a {
  color: #ffffff;
  background-color: #286fc2;
  border-color: #102e50;
}
.button:active:hover,
.news-link a:active:hover,
.button.active:hover,
.news-link a.active:hover,
.open > .dropdown-toggle.button:hover,
.open > .dropdown-toggle.news-link a:hover,
.button:active:focus,
.news-link a:active:focus,
.button.active:focus,
.news-link a.active:focus,
.open > .dropdown-toggle.button:focus,
.open > .dropdown-toggle.news-link a:focus,
.button:active.focus,
.news-link a:active.focus,
.button.active.focus,
.news-link a.active.focus,
.open > .dropdown-toggle.button.focus,
.open > .dropdown-toggle.news-link a.focus {
  color: #ffffff;
  background-color: #225ea5;
  border-color: #050e19;
}
.button:active,
.news-link a:active,
.button.active,
.news-link a.active,
.open > .dropdown-toggle.button,
.open > .dropdown-toggle.news-link a {
  background-image: none;
}
.button.disabled:hover,
.news-link a.disabled:hover,
.button[disabled]:hover,
.news-link a[disabled]:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] .news-link a:hover,
.button.disabled:focus,
.news-link a.disabled:focus,
.button[disabled]:focus,
.news-link a[disabled]:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] .news-link a:focus,
.button.disabled.focus,
.news-link a.disabled.focus,
.button[disabled].focus,
.news-link a[disabled].focus,
fieldset[disabled] .button.focus,
fieldset[disabled] .news-link a.focus {
  background-color: #4489d9;
  border-color: #1b4b83;
}
.button .badge,
.news-link a .badge {
  color: #4489d9;
  background-color: #ffffff;
}
[data-icon]:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.hframe > * {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.hframe h2 {
  line-height: 2;
  padding: 0 0 0 10px;
  margin-top: 0;
  font-size: 21px;
  background-color: rgba(199, 206, 255, 0.26);
  box-shadow: inset 0 25px 10px -18px rgba(71, 71, 253, 0.1);
}
.hframe h2 a,
.hframe h2 span {
  float: right;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 0 8px;
  border-left: 5px solid white;
  -webkit-transition: padding 0.1s linear;
  -moz-transition: padding 0.1s linear;
  -ms-transition: padding 0.1s linear;
  -o-transition: padding 0.1s linear;
  -webkit-border-radius: 0 5px  0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 0 5px 0 0;
}
.hframe h2 a:hover {
  padding: 0 14px;
}
.hframe h2 a:active {
  padding: 0 16px;
}
.hframe ul {
  list-style: none;
  padding: 10px 0;
}
.hframe li {
  color: #333;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #fbf6f6;
  padding: 10px;
}
.hframe li:first-child {
  border-top: 0;
  padding-top: 0;
}
.hframe li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.hframe h2 a:before,
.hframe h2 span:before,
.hframe h2 a:after,
.hframe h2 span:after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
}
.hframe h2 a:before,
.hframe h2 span:before {
  left: -12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
  margin-top: -8px;
}
.hframe.blau h2 a,
.hframe.blau h2 span {
  background-color: #a2d6eb;
}
.hframe.blau h2 a:hover {
  background-color: #c5f0ff;
}
.hframe.blau h2 a:after,
.hframe.blau h2 span:after,
.hframe.gruen h2 a:after,
.hframe.gruen h2 span:after,
.hframe.rot h2 a:after,
.hframe.rot h2 span:after,
.hframe.grau h2 a:after,
.hframe.grau h2 span:after,
.hframe.gelb h2 a:after,
.hframe.gelb h2 span:after,
.hframe.violett h2 a:after,
.hframe.violett h2 span:after {
  left: -5px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-top: -6px;
}
.hframe.blau h2 a,
.hframe.blau h2 span {
  background-color: #B6CFE5;
}
.hframe.blau h2 a:after,
.hframe.blau h2 span:after {
  border-right: 6px solid #B6CFE5;
}
.hframe.blau h2 a:hover {
  background-color: #E6F1FA;
}
.hframe.blau h2 a:hover:after {
  border-right-color: #E6F1FA;
}
.hframe.gruen h2 a,
.hframe.gruen h2 span {
  background-color: #9cf1a4;
}
.hframe.gruen h2 a:after,
.hframe.gruen h2 span:after {
  border-right: 6px solid #9cf1a4;
}
.hframe.gruen h2 a:hover {
  background-color: #bbffcf;
}
.hframe.gruen h2 a:hover:after {
  border-right-color: #bbffcf;
}
.hframe.rot h2 a,
.hframe.rot h2 span {
  background-color: #f0a5b5;
}
.hframe.rot h2 a:after,
.hframe.rot h2 span:after {
  border-right: 6px solid #f0a5b5;
}
.hframe.rot h2 a:hover {
  background-color: #ffc7d2;
}
.hframe.rot h2 a:hover:after {
  border-right-color: #ffc7d2;
}
.hframe.grau h2 a,
.hframe.grau h2 span {
  background-color: #ccc;
}
.hframe.grau h2 a:after,
.hframe.grau h2 span:after {
  border-right: 6px solid #ccc;
}
.hframe.grau h2 a:hover {
  background-color: #E2E1E0;
}
.hframe.grau h2 a:hover:after {
  border-right-color: #E2E1E0;
}
.hframe.gelb h2 a,
.hframe.gelb h2 span {
  background-color: #fffcb2;
}
.hframe.gelb h2 a:after,
.hframe.gelb h2 span:after {
  border-right: 6px solid #fffcb2;
}
.hframe.gelb h2 a:hover {
  background-color: #fff94f;
}
.hframe.gelb h2 a:hover:after {
  border-right-color: #fff94f;
}
.hframe.violett h2 a,
.hframe.violett h2 span {
  background-color: #eccbef;
}
.hframe.violett h2 a:after,
.hframe.violett h2 span:after {
  border-right: 6px solid #eccbef;
}
.hframe.violett h2 a:hover {
  background-color: #e18cea;
}
.hframe.violett h2 a:hover:after {
  border-right-color: #e18cea;
}
