#cookie-bar {
  text-align: center;
  padding: 5px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0 10px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-right: 50px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
#cookie-bar p a.link {
  margin: 0;
}
#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  margin-left: 15px;
  float: right;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/footable.fontAwesome.css.' */
/* FontAwesome Icons - We're not actually using FontAwesome classes but instead provide a simple mapping from FontAwesome to FooTable class names. */
.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fooicon:before,
.fooicon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fooicon-loader:before {
  content: "\f01e";
}
.fooicon-plus:before {
  content: "\f067";
}
.fooicon-minus:before {
  content: "\f068";
}
.fooicon-search:before {
  content: "\f002";
}
.fooicon-remove:before {
  content: "\f00d";
}
.fooicon-sort:before {
  content: "\f0dc";
}
.fooicon-sort-asc:before {
  content: "\f160";
}
.fooicon-sort-desc:before {
  content: "\f161";
}
.fooicon-pencil:before {
  content: "\f040";
}
.fooicon-trash:before {
  content: "\f1f8";
}
.fooicon-eye-close:before {
  content: "\f070";
}
.fooicon-flash:before {
  content: "\f0e7";
}
.fooicon-cog:before {
  content: "\f013";
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/footable.standalone.css.' */
/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.0.9
* @link http://fooplugins.com
* @copyright Steven Usher & Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
/* globals - instead we house them under the .footable.table class as the root of FooTable is always the table itself. */
.footable.table,
.footable.table *,
.footable-details.table,
.footable-details.table * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footable.table th,
.footable-details.table th {
  text-align: left;
}
/* tables */
.footable.table,
.footable-details.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.footable.table > caption + thead > tr:first-child > th,
.footable.table > colgroup + thead > tr:first-child > th,
.footable.table > thead:first-child > tr:first-child > th,
.footable.table > caption + thead > tr:first-child > td,
.footable.table > colgroup + thead > tr:first-child > td,
.footable.table > thead:first-child > tr:first-child > td,
.footable-details.table > caption + thead > tr:first-child > th,
.footable-details.table > colgroup + thead > tr:first-child > th,
.footable-details.table > thead:first-child > tr:first-child > th,
.footable-details.table > caption + thead > tr:first-child > td,
.footable-details.table > colgroup + thead > tr:first-child > td,
.footable-details.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > tbody > tr > td,
.footable-details.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.footable.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable-details.table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.footable.table-condensed > thead > tr > th,
.footable.table-condensed > tbody > tr > th,
.footable.table-condensed > tfoot > tr > th,
.footable.table-condensed > thead > tr > td,
.footable.table-condensed > tbody > tr > td,
.footable.table-condensed > tfoot > tr > td,
.footable-details.table-condensed > thead > tr > th,
.footable-details.table-condensed > tbody > tr > th,
.footable-details.table-condensed > tfoot > tr > th,
.footable-details.table-condensed > thead > tr > td,
.footable-details.table-condensed > tbody > tr > td,
.footable-details.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.footable.table-bordered,
.footable-details.table-bordered {
  border: 1px solid #ddd;
}
.footable.table-bordered > thead > tr > th,
.footable.table-bordered > tbody > tr > th,
.footable.table-bordered > tfoot > tr > th,
.footable.table-bordered > thead > tr > td,
.footable.table-bordered > tbody > tr > td,
.footable.table-bordered > tfoot > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > tbody > tr > th,
.footable-details.table-bordered > tfoot > tr > th,
.footable-details.table-bordered > thead > tr > td,
.footable-details.table-bordered > tbody > tr > td,
.footable-details.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.footable.table-bordered > thead > tr > th,
.footable.table-bordered > thead > tr > td,
.footable-details.table-bordered > thead > tr > th,
.footable-details.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.footable.table-striped > tbody > tr:nth-child(odd),
.footable-details.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.footable.table-hover > tbody > tr:hover,
.footable-details.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
/* buttons */
.footable .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: visible;
  text-transform: none;
}
.footable .btn:hover,
.footable .btn:focus,
.footable .btn.focus {
  color: #333;
  text-decoration: none;
}
.footable .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.footable .btn-default:hover,
.footable .btn-default:focus,
.footable .btn-default.focus,
.footable .btn-default:active,
.footable .btn-default.active,
.footable .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.footable .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.footable .btn-primary:hover,
.footable .btn-primary:focus,
.footable .btn-primary.focus,
.footable .btn-primary:active,
.footable .btn-primary.active,
.footable .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* button groups */
.footable .btn-group,
.footable .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.footable .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footable .btn-group > .btn:first-child {
  margin-left: 0;
}
.footable .btn-group-vertical > .btn,
.footable .btn-group > .btn {
  position: relative;
  float: left;
}
.footable .btn-group-xs > .btn,
.footable .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.footable .btn-group-sm > .btn,
.footable .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.footable .btn-group-lg > .btn,
.footable .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* caret */
.footable .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.footable .btn .caret {
  margin-left: 0;
}
/* form-group */
.form-group {
  margin-bottom: 15px;
}
/* form-control */
.footable .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* input-group */
.footable .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.footable .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.footable .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.footable .input-group-addon,
.footable .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.footable .input-group-addon,
.footable .input-group-btn,
.footable .input-group .form-control {
  display: table-cell;
}
.footable .input-group-btn > .btn + .btn,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.footable .input-group-btn > .btn {
  position: relative;
}
.footable .input-group-btn > .btn:hover,
.footable .input-group-btn > .btn:focus,
.footable .input-group-btn > .btn:active {
  z-index: 2;
}
.footable .input-group .form-control:first-child,
.footable .input-group-addon:first-child,
.footable .input-group-btn:first-child > .btn,
.footable .input-group-btn:first-child > .btn-group > .btn,
.footable .input-group-btn:first-child > .dropdown-toggle,
.footable .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.footable .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footable .input-group .form-control:last-child,
.footable .input-group-addon:last-child,
.footable .input-group-btn:last-child > .btn,
.footable .input-group-btn:last-child > .btn-group > .btn,
.footable .input-group-btn:last-child > .dropdown-toggle,
.footable .input-group-btn:first-child > .btn:not(:first-child),
.footable .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* checkboxes & radios */
.footable .radio,
.footable .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footable .radio label,
.footable .checkbox label {
  max-width: 100%;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.footable .radio input[type=radio],
.footable .radio-inline input[type=radio],
.footable .checkbox input[type=checkbox],
.footable .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 4px 0 0 -20px;
  line-height: normal;
}
/* dropdown-menu */
.footable .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.footable .open > .dropdown-menu {
  display: block;
}
.footable .dropdown-menu-right {
  right: 0;
  left: auto;
}
.footable .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.footable .dropdown-menu > li > a:hover,
.footable .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
/* pagination */
.footable .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.footable .pagination > li {
  display: inline;
}
.footable .pagination > li:first-child > a,
.footable .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.footable .pagination > li > a,
.footable .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.footable .pagination > li > a:hover,
.footable .pagination > li > span:hover,
.footable .pagination > li > a:focus,
.footable .pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.footable .pagination > .active > a,
.footable .pagination > .active > span,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span:hover,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.footable .pagination > .disabled > span,
.footable .pagination > .disabled > span:hover,
.footable .pagination > .disabled > span:focus,
.footable .pagination > .disabled > a,
.footable .pagination > .disabled > a:hover,
.footable .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
/* labels */
.footable .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.footable .label-default {
  background-color: #777;
}
/* wells */
.footable-loader.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* screen reader only */
.footable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* form-inline */
@media (min-width: 768px) {
  .footable .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .footable .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .footable .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .footable .form-inline .input-group .input-group-addon,
  .footable .form-inline .input-group .input-group-btn,
  .footable .form-inline .input-group .form-control {
    width: auto;
  }
  .footable .form-inline .input-group > .form-control {
    width: 100%;
  }
}
table.footable,
table.footable-details {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.footable-details {
  margin-bottom: 0;
}
table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
}
table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}
table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}
table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}
table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}
table.footable-details > thead > tr:first-child > th,
table.footable-details > thead > tr:first-child > td,
table.footable-details > tbody > tr:first-child > th,
table.footable-details > tbody > tr:first-child > td,
table.footable-details > tfoot > tr:first-child > th,
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0;
}
table.footable-details.table-bordered > thead > tr:first-child > th,
table.footable-details.table-bordered > thead > tr:first-child > td,
table.footable-details.table-bordered > tbody > tr:first-child > th,
table.footable-details.table-bordered > tbody > tr:first-child > td,
table.footable-details.table-bordered > tfoot > tr:first-child > th,
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px;
}
div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}
div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}
table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}
table.footable > tbody > tr > td,
table.footable > tbody > tr > th {
  display: none;
}
table.footable > tbody > tr.footable-empty > td,
table.footable > tbody > tr.footable-empty > th,
table.footable > tbody > tr.footable-detail-row > td,
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell;
}
@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fooicon {
  display: inline-block;
  font-size: inherit;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fooicon:before,
.fooicon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fooicon-loader:before {
  content: "\f01e";
}
.fooicon-plus:before {
  content: "\f067";
}
.fooicon-minus:before {
  content: "\f068";
}
.fooicon-search:before {
  content: "\f002";
}
.fooicon-remove:before {
  content: "\f00d";
}
.fooicon-sort:before {
  content: "\f0dc";
}
.fooicon-sort-asc:before {
  content: "\f160";
}
.fooicon-sort-desc:before {
  content: "\f161";
}
.fooicon-pencil:before {
  content: "\f040";
}
.fooicon-trash:before {
  content: "\f1f8";
}
.fooicon-eye-close:before {
  content: "\f070";
}
.fooicon-flash:before {
  content: "\f0e7";
}
.fooicon-cog:before {
  content: "\f013";
}
table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: normal;
}
table.footable > thead > tr.footable-filtering > th,
table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right;
}
table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}
table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center;
}
table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}
table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px;
}
table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0;
  }
}
table.footable > thead > tr > td.footable-sortable,
table.footable > thead > tr > th.footable-sortable,
table.footable > tbody > tr > td.footable-sortable,
table.footable > tbody > tr > th.footable-sortable,
table.footable > tfoot > tr > td.footable-sortable,
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
td.footable-sortable > span.fooicon,
th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
td.footable-sortable:hover > span.fooicon,
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}
td.footable-sortable.footable-asc > span.fooicon,
th.footable-sortable.footable-asc > span.fooicon,
td.footable-sortable.footable-desc > span.fooicon,
th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1;
}
/* hides the sort icons when sorting is not allowed */
table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0 0;
}
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 4px 10px;
}
table.footable > tfoot > tr.footable-paging > td,
table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center;
}
table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}
table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}
ul.pagination > li.footable-page {
  display: none;
}
ul.pagination > li.footable-page.visible {
  display: inline;
}
td.footable-editing {
  width: 70px;
  max-width: 70px;
}
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing {
  text-align: right;
}
table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
  text-align: left;
}
table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide {
  display: none;
}
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block;
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/footable.glyphicons.css.' */
/* Glyphicons Icons - We're not actually using Glyphicons classes but instead provide a simple mapping from Glyphicons to FooTable class names. */
.fooicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fooicon:before,
.fooicon:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fooicon-loader:before {
  content: "\e030";
}
.fooicon-plus:before {
  content: "\2b";
}
.fooicon-minus:before {
  content: "\2212";
}
.fooicon-search:before {
  content: "\e003";
}
.fooicon-remove:before {
  content: "\e014";
}
.fooicon-sort:before {
  content: "\e150";
}
.fooicon-sort-asc:before {
  content: "\e155";
}
.fooicon-sort-desc:before {
  content: "\e156";
}
.fooicon-pencil:before {
  content: "\270f";
}
.fooicon-trash:before {
  content: "\e020";
}
.fooicon-eye-close:before {
  content: "\e106";
}
.fooicon-flash:before {
  content: "\e162";
}
.fooicon-cog:before {
  content: "\e019";
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=/sachinchoolur/lightgallery/src/css/lightgallery.css.' */
@font-face {
  font-family: 'lg';
  src: url('/?proxy=sachinchoolur/lightgallery/src/fonts/lg.eot&n1z373');
  src: url('/?proxy=sachinchoolur/lightgallery/src/fonts/lg.eot&#iefixn1z373') format("embedded-opentype"), url('/?proxy=sachinchoolur/lightgallery/src/fonts/lg.woff&n1z373') format("woff"), url('/?proxy=sachinchoolur/lightgallery/src/fonts/lg.ttf&n1z373') format("truetype"), url('/?proxy=sachinchoolur/lightgallery/src/fonts/lg.svg&n1z373#lg') format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url('/?proxy=sachinchoolur/lightgallery/src/img/vimeo-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url('/?proxy=sachinchoolur/lightgallery/src/img/vimeo-play.png') no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url('/?proxy=sachinchoolur/lightgallery/src/img/video-play.png') no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url('/?proxy=sachinchoolur/lightgallery/src/img/youtube-play.png') no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url('/?proxy=sachinchoolur/lightgallery/src/img/youtube-play.png') no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object,
.lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url('/?proxy=sachinchoolur/lightgallery/src/img/loading.gif') no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/sweetalert.css.' */
body.swal2-in {
  overflow-y: hidden;
}
.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}
.swal2-container:not(.in) {
  pointer-events: none;
}
.swal2-container.fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.swal2-container.in {
  background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
}
.swal2-modal:focus {
  outline: none;
}
.swal2-modal.loading {
  overflow-y: hidden;
}
.swal2-modal h2 {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 60px;
  display: block;
}
.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0;
}
.swal2-modal .styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px;
}
.swal2-modal .styled:not(.loading)[disabled] {
  opacity: .4;
  cursor: no-drop;
}
.swal2-modal .styled.loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal :not(.styled).loading::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}
.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}
.swal2-modal .swal2-close:hover {
  color: #d55;
}
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}
.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
}
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}
.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color box-shadow 0.3s;
  transition: border-color box-shadow 0.3s;
}
.swal2-modal .swal2-input.error,
.swal2-modal .swal2-file.error,
.swal2-modal .swal2-textarea.error {
  border-color: #f06e57;
}
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input:focus::-moz-placeholder,
.swal2-modal .swal2-file:focus::-moz-placeholder,
.swal2-modal .swal2-textarea:focus::-moz-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-input::-moz-placeholder,
.swal2-modal .swal2-file::-moz-placeholder,
.swal2-modal .swal2-textarea::-moz-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}
.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}
.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}
.swal2-modal .swal2-input[type='number'] {
  max-width: 150px;
}
.swal2-modal .swal2-file {
  font-size: 20px;
}
.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}
.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}
.swal2-modal .swal2-radio {
  border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}
.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
  color: #545454;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}
.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}
.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block;
}
.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.swal2-icon.swal2-error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.swal2-icon.swal2-error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success::before,
.swal2-icon.swal2-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.show-swal2 {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.show-swal2.no-animation {
  -webkit-animation: none;
  animation: none;
}
.hide-swal2 {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}
.hide-swal2.no-animation {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}
.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}
.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}
@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/iDangerousSwiper.css.' */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/main.less.' */
/* fonts */
/* colors */
#popup {
  height: 0 !important;
}
#accesskeys,
#jumplinks {
  position: absolute;
  left: -99999px;
}
.hide-desktop {
  display: none !important;
}
.articles.loading {
  background: url("/?proxy=img/ajax-loader.gif") center center no-repeat;
  height: 100px;
}
.articles.loading img {
  visibility: hidden;
}
.articles.loading article,
.articles.loading div {
  display: none;
}
#instafeed {
  overflow-y: scroll !important;
}
#instafeed img {
  max-width: 150px;
  max-height: 150px;
}
.iframeContainer {
  max-width: 100%;
  overflow: hidden;
}
iframe {
  max-width: 100% !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container.ratio16to9 {
  padding-bottom: 56.25%;
}
.embed-container.ratio4to3 {
  padding-bottom: 75%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vfb-loader {
  background: url("/?proxy=img/ajax-loader.gif") center center no-repeat;
  height: 100px;
}
.hideFootableIcons {
  display: none !important;
}
a {
  color: #d30029;
}
a[data-icon='link']::before,
a[data-icon='download']::before,
a[data-icon='stadionaktuell']::before {
  margin: 2px 5px -5px 2px;
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
}
a[data-icon='link']::before {
  background-image: url('/?proxy=img/icons/50x50/icon-link.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
a[data-icon='download']::before {
  background-image: url('/?proxy=img/icons/50x50/icon-download.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
a[data-icon='stadionaktuell']::before {
  background-image: url('/?proxy=img/icons/50x50/icon-stadionaktuell.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.rotate180 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swal2-modal h2 {
  display: none;
}
.swal2-modal[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 0;
}
.swal2-modal input[type=text] {
  margin-bottom: 0;
}
.swal2-modal .login_form .login_text {
  font: 14px 'ziontrain_proregular';
}
.swal2-modal .login_form .login_text a {
  color: #d30029;
}
.swal2-modal .login_form input {
  display: initial;
  background: white;
  border: 1px solid #d30029;
  font: 14px/15px 'ziontrain_prolight';
  color: #d30029;
  border-radius: 0;
  margin: 0 auto 10px auto;
}
.swal2-modal .login_form .submit {
  cursor: pointer;
  border: none;
  background: #d30029;
  font-family: 'ziontrain_probold';
  color: white;
  height: 43px;
  width: 100%;
  margin-top: 20px;
}
.swal2-modal .login_form .cancel {
  cursor: pointer;
  background-color: #89969d;
  color: #ffffff;
  border: none;
  height: 43px;
  width: 100%;
}
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  box-shadow: 0 0 3px #b90200;
  border: 1px solid #b90200;
}
.showform {
  outline: none;
}
/* videoplayer */
.aufmacher-meldung-full #l1pPlayer,
.aufmacher-meldung-mid #l1pPlayer,
.aufmacher-meldung-small #l1pPlayer,
.aufmacher-meldung #l1pPlayer {
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
#l1pPlayer {
  font-family: 'ziontrain_proregular' !important;
}
#l1pPlayer.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
#l1pPlayer #l1pUIPopUpsAutoplay:hover > #l1pUIPopUpsAutoplayPlayButton {
  background-color: transparent;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
#l1pPlayer #l1pUIPopUpsAutoplay #l1pUIPopUpsAutoplayPlayButton {
  background: url('/?proxy=img/icon_vfbtv.png');
  background-size: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#l1pPlayer #l1pUIPopUpsAutoplay #l1pUIPopUpsAutoplayPlayButton i {
  display: none;
}
#l1pPlayer #l1pUIPopUpsAutoplay #l1pUIPopUpsAutoplayTextContainer {
  display: none;
}
#l1pPlayer .l1pUIControlsButton {
  border: none;
  background: #d30029;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#l1pPlayer .l1pUIControlsButton:hover {
  background-color: #ffffff;
  color: #d30029;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
#l1pPlayer #l1pUIControlsButtonVolumeHover .rangeslider {
  background: #dae0e3;
}
#l1pPlayer #l1pUIControlsButtonVolumeHover .rangeslider .rangeslider__fill {
  background: #d30029;
}
#l1pPlayer #l1pUIControlsButtonVolumeHover .rangeslider .rangeslider__handle {
  background: #d30029;
}
#l1pPlayer #l1pUIPopUpsSettings .l1pActive {
  background-color: #d30029 !important;
}
#l1pPlayer #l1pUIPopUpsSettings ul li:hover {
  background-color: #d30029;
}
#l1pPlayer #l1pUIPopUpsShare #l1pUIPopUpsShareUrl {
  padding: 0 5px;
}
#l1pPlayer #l1pUIPopUpsShare #l1pUIPopUpsShareUrlCopyButton {
  background: #d30029;
}
#l1pPlayer #l1pUIPopUpsShare #l1pUIPopUpsShareUrlCopyButton:hover {
  background: #d30029;
}
#l1pPlayer #l1pUIControlsTimelineProgressBar #l1pUIControlsTimelineProgressBarDuration {
  background-color: #575f65;
}
#l1pPlayer #l1pUIControlsTimelineProgressBar #l1pUIControlsTimelineProgressBarLoading {
  background-color: #89969d;
}
#l1pPlayer #l1pUIControlsTimelineProgressBar #l1pUIControlsTimelineProgressBarViewTime {
  background-color: #d30029;
}
.removeColumn {
  display: none !important;
}
audio {
  width: 100%;
}
.audio-player,
.audio-player div,
.audio-player h2,
.audio-player a,
.audio-player span,
.audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
div.audio-player {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 40px auto 40px auto!important;
}
div.audio-player .mejs-controls {
  /* play/pause control */
  /* mute/unmute control */
  /* volume scrubber bar */
  /* time scrubber bar */
  /* time progress tooltip */
  /* time */
}
div.audio-player .mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: absolute;
  text-indent: -9999px;
}
div.audio-player .mejs-controls .mejs-play button,
div.audio-player .mejs-controls .mejs-pause button {
  width: 40px;
  height: 40px;
  top: 10px;
  left: 0;
  background: transparent url('/?proxy=img/playpause.png') 0 0 no-repeat;
}
div.audio-player .mejs-controls .mejs-pause button {
  background-position: 0 -40px;
}
div.audio-player .mejs-controls .mejs-mute button,
div.audio-player .mejs-controls .mejs-unmute button {
  width: 30px;
  height: 30px;
  top: 16px;
  right: 130px;
  background: transparent url('/?proxy=img/audio.png') 0 0;
}
div.audio-player .mejs-controls .mejs-unmute button {
  background-position: 0 -30px;
}
div.audio-player .mejs-controls div.mejs-horizontal-volume-slider {
  position: absolute;
  top: 26px;
  right: 0;
  cursor: pointer;
}
div.audio-player .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 120px;
  height: 11px;
  background: #89969d;
}
div.audio-player .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  width: 0;
  height: 11px;
  top: 0;
  left: 0;
  background: #d30029;
}
div.audio-player .mejs-controls div.mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
div.audio-player .mejs-controls div.mejs-time-rail {
  width: 380px;
  /* metallic sliders */
}
div.audio-player .mejs-controls div.mejs-time-rail span {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  cursor: pointer;
}
div.audio-player .mejs-controls div.mejs-time-rail .mejs-time-total {
  background: #89969d;
  width: 100% !important;
}
div.audio-player .mejs-controls div.mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #89969d;
}
div.audio-player .mejs-controls div.mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  background: #d30029;
}
div.audio-player .mejs-controls div.mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
}
div.audio-player .mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none !important;
  width: 50px;
  height: 30px;
  top: -35px;
  margin-left: -17px;
  z-index: 9999;
  background: url('/?proxy=img/time-box.png');
}
div.audio-player .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 50px;
  display: none;
  left: 0;
  top: 4px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
}
div.audio-player .mejs-controls .mejs-time {
  position: absolute;
  top: 23px;
  left: 55px;
  color: #89969d;
}
ul.triangle {
  list-style: none;
}
ul.triangle li {
  color: #000000 !important;
}
ul.triangle li::before {
  content: '›';
  padding: 0 5px 0 0;
  color: #d30029;
  font-weight: bold;
  margin-left: -10px;
}
.small-gallery .swiper-slide {
  text-align: center;
  margin: auto;
  max-width: 353px;
}
.small-gallery .image-title {
  text-align: left;
}
.mini-table {
  visibility: visible;
}
.mini-table .footable-toggle {
  line-height: normal !important;
}
.mini-table .fooicon-minus:before,
.mini-table .fooicon-plus:before {
  font-size: 18px !important;
}
.mini-table td,
.mini-table th,
.mini-table .info {
  line-height: 25px !important;
  vertical-align: middle !important;
}
.mini-table .info {
  font: 12px/25px ziontrain_prolight !important;
}
.mini-table .info.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.mini-table img {
  width: 18px !important;
  height: 18px !important;
  top: 0 !important;
}
.table.manuelleTabelle th,
.table.manuelleTabelle td {
  white-space: normal !important;
}
.table.tv-box .image,
.meldung-video .image {
  position: relative;
}
.table.tv-box .image .vfbtv,
.meldung-video .image .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20%;
  height: 34%;
  margin: auto;
}
.table.tv-box .image .vfbtv img,
.meldung-video .image .vfbtv img {
  border: none;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.table.tv-box .image a:hover img,
.meldung-video .image a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.table.tv-box .player,
.meldung-video .player {
  max-width: 100%;
}
.table.tv-box table,
.meldung-video table {
  margin-top: -5px !important;
}
.table.tv-box thead th,
.meldung-video thead th {
  border-bottom: 0 !important;
}
.table.tv-box tbody tr,
.meldung-video tbody tr {
  height: 61px;
}
.table.tv-box tbody tr td,
.meldung-video tbody tr td {
  white-space: normal !important;
  font: 11px 'ziontrain_probold' !important;
  vertical-align: middle;
}
.table.tv-box tbody tr td.grilled_cheese_font,
.meldung-video tbody tr td.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.table.tv-box tbody tr td:first-child,
.meldung-video tbody tr td:first-child {
  line-height: 25px !important;
  width: 72%;
}
.table.tv-box tbody tr td:nth-child(2),
.meldung-video tbody tr td:nth-child(2) {
  white-space: nowrap !important;
  padding: 0 !important;
}
.table.tv-box tr.videoSwitcher td,
.meldung-video tr.videoSwitcher td {
  cursor: pointer;
}
.table.tv-box .footable.table > tbody > tr:first-child,
.meldung-video .footable.table > tbody > tr:first-child {
  border-top: 0 !important;
}
.tv-teaser {
  cursor: pointer;
  height: 25px;
  color: #d30029;
  float: left;
  margin: 0 0 0 10px;
  text-align: right;
}
.tv-teaser a {
  color: #d30029;
}
.tv-teaser img {
  width: 25px;
}
.tv-teaser span {
  font: 11px 'ziontrain_proregular';
  font-weight: bolder;
  letter-spacing: 0.5px;
  margin-left: 10px;
  vertical-align: top;
  line-height: 25px;
}
h3 .icon {
  margin: -10px 10px 10px 10px !important;
}
.icon:not(label) {
  float: right !important;
  vertical-align: middle;
}
.icon:not(label).small {
  margin-right: -10px;
  text-align: right;
}
.icon:not(label) img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
}
.icon:not(label) span {
  color: #d30029;
  font-weight: normal;
}
.vt-middle {
  vertical-align: middle !important;
}
table {
  min-width: 205px !important;
}
table tbody tr td.wrap {
  white-space: normal !important;
  line-height: 25px !important;
  vertical-align: middle !important;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
table td,
table th {
  overflow: hidden;
}
td.column-5,
th.column-5 {
  width: 5%;
}
td.column-10,
th.column-10 {
  width: 10%;
}
td.column-12,
th.column-12 {
  width: 12%;
}
td.column-15,
th.column-15 {
  width: 15%;
}
td.column-17,
th.column-17 {
  width: 17%;
}
td.column-20,
th.column-20 {
  width: 20%;
}
td.column-25,
th.column-25 {
  width: 25%;
}
td.column-30,
th.column-30 {
  width: 30%;
}
td.column-35,
th.column-35 {
  width: 35%;
}
td.column-40,
th.column-40 {
  width: 40%;
}
td.column-45,
th.column-45 {
  width: 45%;
}
td.column-50,
th.column-50 {
  width: 50%;
}
td.column-55,
th.column-55 {
  width: 55%;
}
td.column-60,
th.column-60 {
  width: 60%;
}
td.column-65,
th.column-65 {
  width: 65%;
}
td.column-70,
th.column-70 {
  width: 70%;
}
td.column-75,
th.column-75 {
  width: 75%;
}
td.column-80,
th.column-80 {
  width: 80%;
}
td.column-85,
th.column-85 {
  width: 85%;
}
td.column-90,
th.column-90 {
  width: 90%;
}
td.column-95,
th.column-95 {
  width: 95%;
}
tr.empty {
  height: 61px;
}
.center {
  text-align: center;
}
.events td {
  padding: 0 0 0 10px!important;
}
.box-right table:not(.small-state) th,
.inner_twothird table:not(.small-state) th,
.inner_half table:not(.small-state) th {
  padding: 0 !important;
}
.box-right table:not(.small-state) td.column-5,
.inner_twothird table:not(.small-state) td.column-5,
.inner_half table:not(.small-state) td.column-5,
.box-right table:not(.small-state) th.column-5,
.inner_twothird table:not(.small-state) th.column-5,
.inner_half table:not(.small-state) th.column-5 {
  width: auto;
}
.box-right table:not(.small-state) td.column-10,
.inner_twothird table:not(.small-state) td.column-10,
.inner_half table:not(.small-state) td.column-10,
.box-right table:not(.small-state) th.column-10,
.inner_twothird table:not(.small-state) th.column-10,
.inner_half table:not(.small-state) th.column-10 {
  width: auto;
}
.box-right table:not(.small-state) td.column-12,
.inner_twothird table:not(.small-state) td.column-12,
.inner_half table:not(.small-state) td.column-12,
.box-right table:not(.small-state) th.column-12,
.inner_twothird table:not(.small-state) th.column-12,
.inner_half table:not(.small-state) th.column-12 {
  width: auto;
}
.box-right table:not(.small-state) td.column-15,
.inner_twothird table:not(.small-state) td.column-15,
.inner_half table:not(.small-state) td.column-15,
.box-right table:not(.small-state) th.column-15,
.inner_twothird table:not(.small-state) th.column-15,
.inner_half table:not(.small-state) th.column-15 {
  width: auto;
}
.box-right table:not(.small-state) td.column-17,
.inner_twothird table:not(.small-state) td.column-17,
.inner_half table:not(.small-state) td.column-17,
.box-right table:not(.small-state) th.column-17,
.inner_twothird table:not(.small-state) th.column-17,
.inner_half table:not(.small-state) th.column-17 {
  width: auto;
}
.box-right table:not(.small-state) td.column-20,
.inner_twothird table:not(.small-state) td.column-20,
.inner_half table:not(.small-state) td.column-20,
.box-right table:not(.small-state) th.column-20,
.inner_twothird table:not(.small-state) th.column-20,
.inner_half table:not(.small-state) th.column-20 {
  width: auto;
}
.box-right table:not(.small-state) td.column-25,
.inner_twothird table:not(.small-state) td.column-25,
.inner_half table:not(.small-state) td.column-25,
.box-right table:not(.small-state) th.column-25,
.inner_twothird table:not(.small-state) th.column-25,
.inner_half table:not(.small-state) th.column-25 {
  width: auto;
}
.box-right table:not(.small-state) td.column-30,
.inner_twothird table:not(.small-state) td.column-30,
.inner_half table:not(.small-state) td.column-30,
.box-right table:not(.small-state) th.column-30,
.inner_twothird table:not(.small-state) th.column-30,
.inner_half table:not(.small-state) th.column-30 {
  width: auto;
}
.box-right table:not(.small-state) td.column-35,
.inner_twothird table:not(.small-state) td.column-35,
.inner_half table:not(.small-state) td.column-35,
.box-right table:not(.small-state) th.column-35,
.inner_twothird table:not(.small-state) th.column-35,
.inner_half table:not(.small-state) th.column-35 {
  width: auto;
}
.box-right table:not(.small-state) td.column-40,
.inner_twothird table:not(.small-state) td.column-40,
.inner_half table:not(.small-state) td.column-40,
.box-right table:not(.small-state) th.column-40,
.inner_twothird table:not(.small-state) th.column-40,
.inner_half table:not(.small-state) th.column-40 {
  width: auto;
}
.box-right table:not(.small-state) td.column-45,
.inner_twothird table:not(.small-state) td.column-45,
.inner_half table:not(.small-state) td.column-45,
.box-right table:not(.small-state) th.column-45,
.inner_twothird table:not(.small-state) th.column-45,
.inner_half table:not(.small-state) th.column-45 {
  width: auto;
}
.box-right table:not(.small-state) td.column-50,
.inner_twothird table:not(.small-state) td.column-50,
.inner_half table:not(.small-state) td.column-50,
.box-right table:not(.small-state) th.column-50,
.inner_twothird table:not(.small-state) th.column-50,
.inner_half table:not(.small-state) th.column-50 {
  width: auto;
}
.box-right table:not(.small-state) td.column-55,
.inner_twothird table:not(.small-state) td.column-55,
.inner_half table:not(.small-state) td.column-55,
.box-right table:not(.small-state) th.column-55,
.inner_twothird table:not(.small-state) th.column-55,
.inner_half table:not(.small-state) th.column-55 {
  width: auto;
}
.box-right table:not(.small-state) td.column-60,
.inner_twothird table:not(.small-state) td.column-60,
.inner_half table:not(.small-state) td.column-60,
.box-right table:not(.small-state) th.column-60,
.inner_twothird table:not(.small-state) th.column-60,
.inner_half table:not(.small-state) th.column-60 {
  width: auto;
}
.box-right table:not(.small-state) td.column-65,
.inner_twothird table:not(.small-state) td.column-65,
.inner_half table:not(.small-state) td.column-65,
.box-right table:not(.small-state) th.column-65,
.inner_twothird table:not(.small-state) th.column-65,
.inner_half table:not(.small-state) th.column-65 {
  width: auto;
}
.box-right table:not(.small-state) td.column-70,
.inner_twothird table:not(.small-state) td.column-70,
.inner_half table:not(.small-state) td.column-70,
.box-right table:not(.small-state) th.column-70,
.inner_twothird table:not(.small-state) th.column-70,
.inner_half table:not(.small-state) th.column-70 {
  width: auto;
}
.box-right table:not(.small-state) td.column-75,
.inner_twothird table:not(.small-state) td.column-75,
.inner_half table:not(.small-state) td.column-75,
.box-right table:not(.small-state) th.column-75,
.inner_twothird table:not(.small-state) th.column-75,
.inner_half table:not(.small-state) th.column-75 {
  width: auto;
}
.box-right table:not(.small-state) td.column-80,
.inner_twothird table:not(.small-state) td.column-80,
.inner_half table:not(.small-state) td.column-80,
.box-right table:not(.small-state) th.column-80,
.inner_twothird table:not(.small-state) th.column-80,
.inner_half table:not(.small-state) th.column-80 {
  width: auto;
}
.box-right table:not(.small-state) td.column-85,
.inner_twothird table:not(.small-state) td.column-85,
.inner_half table:not(.small-state) td.column-85,
.box-right table:not(.small-state) th.column-85,
.inner_twothird table:not(.small-state) th.column-85,
.inner_half table:not(.small-state) th.column-85 {
  width: auto;
}
.box-right table:not(.small-state) td.column-90,
.inner_twothird table:not(.small-state) td.column-90,
.inner_half table:not(.small-state) td.column-90,
.box-right table:not(.small-state) th.column-90,
.inner_twothird table:not(.small-state) th.column-90,
.inner_half table:not(.small-state) th.column-90 {
  width: auto;
}
.box-right table:not(.small-state) td.column-95,
.inner_twothird table:not(.small-state) td.column-95,
.inner_half table:not(.small-state) td.column-95,
.box-right table:not(.small-state) th.column-95,
.inner_twothird table:not(.small-state) th.column-95,
.inner_half table:not(.small-state) th.column-95 {
  width: auto;
}
.not-visible {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.inner_twothird .table > table > tbody > tr,
.inner_half .table > table > tbody > tr {
  background: none !important;
}
.inner_twothird .table > table > tbody > tr > td,
.inner_half .table > table > tbody > tr > td {
  padding: 0 !important;
}
.inner_twothird .table > table > tbody > tr td:nth-child(2),
.inner_half .table > table > tbody > tr td:nth-child(2) {
  padding-left: 0 !important;
}
.squad-name {
  position: relative;
  height: 61px;
}
.squad-name .name {
  margin-top: -10px;
}
.squad-name .name.no-icons {
  margin-top: 0;
}
.squad-name .squad-icons {
  position: absolute;
  top: 10px;
  height: 40px;
}
.hideFootableIcons {
  display: none !important;
}
.footable-toggle {
  display: block;
  float: left;
  line-height: 60px;
}
.footable.table {
  margin-bottom: 0 !important;
}
.footable-details tr:nth-child(n) {
  border-top: 1px solid #89969d;
}
.footable.table > thead > tr > th {
  border: 0 !important;
}
.footable.table > tbody > tr:first-child {
  border-top: 2px solid #89969d !important;
}
.footable-header > th[data-title] {
  display: block !important;
  height: 0 !important;
}
.footable-detail-row > td {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: table-cell !important;
}
.fooicon-minus:before,
.fooicon-plus:before {
  font: 21px 'ziontrain_probold' !important;
  color: #d30029 !important;
}
.fooicon-minus:before.grilled_cheese_font,
.fooicon-plus:before.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.footable-details {
  margin-bottom: 0 !important;
}
.footable-details .icon {
  text-align: left !important;
}
.footable-details td,
.footable-details th,
.footable-details tr {
  display: block !important;
}
.footable-details tr {
  color: #575f65;
  background-color: #dae0e3 !important;
}
.footable-details tr:nth-child(2n) {
  border-top: 1px solid #89969d;
}
.footable-details th {
  padding: 5px 0 0 5px !important;
  min-width: default !important;
  width: auto !important;
}
.footable-details td {
  border-top: 0 !important;
  padding-left: 30px;
  line-height: 28px !important;
}
.gameday-navi-dropdown {
  position: relative;
  height: 27px;
}
.relative {
  position: relative;
}
#eyecatcher_id .ticker-aufmacher {
  /*background:url("/?proxy=img/ticker_teaser_heim.png") no-repeat;*/
  background: url("/?proxy=img/ticker_teaser_heim_aufmacher.jpg") no-repeat;
  background-position-x: center;
  /*background-position-y:-250px;*/
  border: 2px solid #ffffff;
  background-color: white;
}
#eyecatcher_id .ticker-aufmacher .ticker-top-box {
  min-height: 177px;
}
#eyecatcher_id .ticker-aufmacher .ticker-more {
  overflow: hidden;
}
#eyecatcher_id .ticker-aufmacher.away {
  /*background:url("/?proxy=img/ticker_teaser_auswaerts.png") no-repeat;*/
  background: url("/?proxy=img/ticker_teaser_auswaerts_aufmacher.jpg") no-repeat;
  background-position-x: center;
  /*background-position-y:-250px*/
}
#eyecatcher_id .ticker-aufmacher.open .ticker-top-box {
  min-height: 285px;
}
#eyecatcher_id .ticker-box-inner {
  padding-top: 30px;
}
#eyecatcher_id .ticker-standing {
  /*margin-top:23px;*/
}
#eyecatcher_id .ticker-standing .ticker-score.live {
  margin-top: 15px;
}
#eyecatcher_id .ticker-standing .ticker-score span {
  display: inline-block;
  font-size: 22px;
  margin-left: -15px;
}
#eyecatcher_id .ticker-grid-layer {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
#eyecatcher_id .ticker-more-content .table > table:first-child > tbody tr:first-child,
#eyecatcher_id .ticker-more-content .table > table:nth-child(2) > tbody tr:first-child {
  border-top: 0 !important;
}
.tooltipstered {
  cursor: pointer;
}
.tooltipster-base .tooltipster-box {
  border: none !important;
}
.tooltipster-base .tooltipster-box .tooltipster-content {
  line-height: 21px !important;
}
.tooltipster-base .tooltipster-arrow-border {
  border: none !important;
}
#tooltip {
  text-align: center;
  color: #ffffff;
  background: #575f65;
  position: absolute;
  z-index: 100;
  padding: 5px;
  font: 12px 'ziontrain_proregular';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none !important;
}
/* triangle decoration */
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #575f65;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #575f65;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
/* general */
.aleft {
  text-align: left !important;
}
.aright {
  text-align: right !important;
}
.footable-details tbody tr .aright {
  text-align: left !important;
}
.acenter {
  text-align: center !important;
}
.footable-details tbody tr .acenter {
  text-align: left !important;
}
.fleft {
  float: left !important;
}
.fright {
  float: right !important;
}
.clear {
  clear: both;
  float: none !important;
}
.hidden {
  display: none !important;
}
.bold,
b,
strong {
  font-family: 'ziontrain_probold',Arial,sans-serif !important;
  font-weight: normal !important;
}
.bold.grilled_cheese_font,
b.grilled_cheese_font,
strong.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.highlight,
.important {
  color: #d30029 !important;
}
.vfb {
  font-family: 'ziontrain_probold',Arial,sans-serif !important;
  font-weight: bold !important;
  color: #d30029 !important;
}
.vfb.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.vfb td {
  font-family: 'ziontrain_probold',Arial,sans-serif !important;
  font-weight: bold !important;
  color: #d30029 !important;
}
.vfb td.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
td.info {
  font: 12px ziontrain_prolight!important;
  color: #89969d !important;
  vertical-align: middle !important;
}
td.info.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.table.standing img {
  vertical-align: middle;
}
img {
  border: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* allgemeine seitenelemente */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 320px;
}
body {
  background: #ffffff;
  font: 14px 'ziontrain_proregular';
  min-height: 100%;
  overflow-x: hidden;
}
input[name=search] {
  text-decoration: none;
  outline: 0;
}
article .lightGallery {
  display: none;
}
.werbung.skyscraper {
  position: fixed;
  z-index: 100;
  left: calc(50% + 610px);
  top: 250px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  width: 300px;
  height: 600px;
  text-align: left;
}
.werbung.skyscraper img {
  border: 2px solid #ffffff;
}
.werbung.popup {
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100%;
}
.werbung.popup .container {
  background: #ffdc00;
  position: fixed;
  width: 800px;
  height: 600px;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -400px;
}
.werbung.popup .container div {
  color: #000000;
  position: absolute;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  top: 50%;
}
/* brustring */
.brustring {
  width: 100%;
  height: 325px;
  top: 130px;
  position: fixed;
  background: #d30029;
  -webkit-background-size: 100% 325px;
  -moz-background-size: 100% 325px;
  -o-background-size: 100% 325px;
  background-size: 100% 325px;
  z-index: 8;
}
/* wasserzeichen */
.watermark.brustring_spacer {
  width: 100%;
  height: 327px;
  top: 130px;
  position: fixed;
  z-index: 8;
}
.watermark.brustring_spacer .logo-grid {
  height: 327px;
  top: 130px;
  width: 1200px;
  margin: 0 auto;
}
.watermark.brustring_spacer .logo-grid .vfb_logo_watermark {
  position: relative;
  top: -67px;
  left: 1025px;
}
.watermark.brustring_spacer .logo-grid .vfb_logo_watermark img {
  height: 150px;
  width: 150px;
}
.top-watermark-bg {
  width: 100%;
  height: 327px;
  top: 130px;
  position: absolute;
  z-index: 8;
}
.top-watermark-bg .logo-grid {
  height: 327px;
  top: 130px;
  width: 1200px;
  margin: 0 auto;
}
.top-watermark-bg .logo-grid .watermark-bg {
  position: relative;
  top: -65px;
  left: 1025px;
  max-width: 150px;
}
.top-watermark-bg .logo-grid .watermark-bg .watermark-white {
  height: 150px;
  width: 150px;
  background: #ffffff;
}
/* feature spieler */
.background_player {
  position: absolute;
  left: -165px;
  top: 85px;
  z-index: 9;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
/* ofc */
.meldung-ofc .maparea {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.meldung-ofc .maparea .map-img {
  width: 100%;
  max-width: 510px;
  height: auto;
  margin: 0 auto;
}
/* klappelement */
.foldelement {
  position: absolute;
  z-index: 9;
}
.foldelement.position_one {
  top: 250px;
}
.foldelement.position_two {
  top: 460px;
}
.foldelement.position_three {
  top: 670px;
}
.foldelement .foldelement-wrapper {
  height: 200px;
  width: 660px;
  background: #ffffff;
  border-right: 4px solid #d30029;
  position: absolute;
  cursor: pointer;
  margin-left: -590px;
  font: 13px 'ziontrain_proregular';
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.foldelement .foldelement-wrapper.white {
  border-right: 6px solid #ffffff;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.foldelement .foldelement-wrapper .arrow-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #d30029;
  position: absolute;
  top: 90px;
  left: 664px;
  z-index: 6;
}
.foldelement .foldelement-wrapper .arrow-right.white {
  border-left: 16px solid #ffffff;
  left: 666px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  top: 89px;
}
.foldelement .foldelement-wrapper .visible {
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 140px;
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -70px;
  font: 18px/25px 'ziontrain_probold';
  z-index: 52;
  color: #d30029;
}
.foldelement .foldelement-wrapper .visible.rotate {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 140px;
  padding: 5px 0;
}
.foldelement .foldelement-wrapper .box {
  width: 160px;
  height: 160px;
  position: absolute;
  margin: 10px;
}
.foldelement .foldelement-wrapper .box.links {
  left: 0;
}
.foldelement .foldelement-wrapper .box.links img {
  height: 180px;
  width: auto;
}
.foldelement .foldelement-wrapper .box.mitte {
  left: 190px;
  width: 200px;
}
.foldelement .foldelement-wrapper .box.mitte .title {
  max-height: 30px;
  width: 210px;
  color: #d30029;
  font: 15px 'ziontrain_probold';
  padding: 10px;
}
.foldelement .foldelement-wrapper .box.mitte .text {
  height: 50px;
  width: 210px;
  color: #000000;
  font: 12px 'ziontrain_proregular';
  padding: 0 10px;
  text-align: center;
}
.foldelement .foldelement-wrapper .box.mitte .stoerer {
  height: 50px;
  width: 210px;
  position: relative;
}
.foldelement .foldelement-wrapper .box.mitte .stoerer a {
  position: absolute;
  left: 10px;
  bottom: -30px;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.foldelement .foldelement-wrapper .box.mitte .stoerer a .stoerer_text {
  background: #ffdc00;
  color: #000000;
  padding: 10px;
  font: 14px 'ziontrain_problack_italic';
  min-width: 155px;
  text-align: center;
}
.foldelement .foldelement-wrapper .box.mitte .stoerer a .stoerer_pfeil {
  position: relative;
  left: 30px;
  top: -1px;
}
.foldelement .foldelement-wrapper .box.mitte .stoerer a .stoerer_pfeil img {
  width: 40px;
}
.foldelement .foldelement-wrapper .box.rechts {
  left: 420px;
  width: 100px;
  height: 120px;
  padding: 40px 20px 20px 20px;
  border-right: 1px solid rgba(218, 224, 227, 0.5);
}
.foldelement .foldelement-wrapper .box.rechts img {
  height: 100px;
  width: auto;
}
.foldelement.show .foldelement-wrapper {
  margin-left: 0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lupe {
  /*.opacity(0.35); position:absolute; right:0; top:0; text-align:right; z-index:1; height:35px; width:35px; background:url("/?proxy=img/icon_bildergalerie.png") top right no-repeat; background-size:100%; display:block;*/
}
.lupe:hover {
  cursor: zoom-in;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.home {
  /* aktuelles */
}
.home .wrapper.aufmacher .wrapper-header {
  padding-bottom: 40px !important;
}
.home .wrapper.aufmacher .grid-layer-aufmacher {
  background: url(/?proxy=img/1x1_white.png);
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren) {
  background: url(/?proxy=img/1x1_white.png);
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren) .grid-layer {
  background: url(/?proxy=img/1x1_white.png);
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):nth-child(2n) {
  background: url(/?proxy=img/1x1_darkwhite.png) !important;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):nth-child(2n) .grid-layer {
  background: url(/?proxy=img/1x1_darkwhite.png) !important;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):last-child {
  margin-bottom: 30px !important;
}
.home .wrapper:not(.header):not(.aufmacher):not(.video):not(.closure) {
  margin-bottom: -1px;
}
.home .wrapper.closure {
  margin-top: 1px;
}
/* diverse wrapper */
.wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.wrapper.sub-menu {
  z-index: 7 !important;
}
.wrapper .wrapper-header {
  padding-bottom: 30px !important;
}
.sticky-title .furchtlosundtreu_sticky {
  top: 0 !important;
  display: none !important;
  width: 80%;
  height: 60px;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
}
.sticky-title .furchtlosundtreu_sticky img {
  display: none !important;
}
.sticky-title .furchtlosundtreu_sticky span {
  font-size: 3vw !important;
  width: 100%;
  vertical-align: middle;
  height: 44px;
  text-align: center;
  display: table-cell !important;
}
/* header und navi */
.wrapper.header {
  overflow: visible;
}
.wrapper.header:not(.sticky-title) .furchtlosundtreu_sticky {
  display: none !important;
}
.wrapper.header .grid-placeholder {
  height: 0;
}
.wrapper.header .wrapper-header {
  z-index: auto !important;
  padding-top: 0;
  height: 220px;
  padding-bottom: 30px !important;
  /* header */
  /* navi */
}
.wrapper.header .wrapper-header .aufmacher-brustring {
  margin: auto;
  max-width: 1200px;
  z-index: 8;
  position: absolute;
  top: 130px;
  height: 100%;
  left: 0;
  right: 0;
  padding-bottom: 233px;
  max-height: 92px;
  background: #d30029;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.wrapper.header .wrapper-header header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  -webkit-transform: translate3d(0, 0, 0);
}
.wrapper.header .wrapper-header header nav.pages {
  max-width: 1200px;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #dae0e3;
}
.wrapper.header .wrapper-header header nav.pages .left {
  float: left;
  font: 12px 'ziontrain_probold';
}
.wrapper.header .wrapper-header header nav.pages .left ul {
  list-style: none;
  margin: 0;
  padding: 12px 0 0 15px;
}
.wrapper.header .wrapper-header header nav.pages .left ul li {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: left;
  overflow: hidden;
  width: auto;
  margin-right: 20px;
  display: block;
}
.wrapper.header .wrapper-header header nav.pages .left ul li a {
  color: #d30029;
}
.wrapper.header .wrapper-header header nav.pages .left ul li:last-child {
  margin-right: 0;
}
.wrapper.header .wrapper-header header nav.pages .middle .login {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: left;
  margin: 0 10px 0 30px;
  position: relative;
}
.wrapper.header .wrapper-header header nav.pages .middle .login form button {
  height: 26px;
  border: none;
  background: #d30029;
  margin: 7px 0 0;
  padding: 0;
  float: left;
  cursor: pointer;
  text-align: left;
}
.wrapper.header .wrapper-header header nav.pages .middle .login form button img {
  height: 25px;
  width: 25px;
  float: left;
}
.wrapper.header .wrapper-header header nav.pages .middle .login form button span {
  float: left;
  color: #ffffff;
  font: 12px/15px 'ziontrain_proregular';
  padding: 7px 20px 0 10px;
}
.wrapper.header .wrapper-header header nav.pages .middle .login-form {
  font: 12px 'ziontrain_proregular';
  float: left;
  color: #d30029;
  padding: 0 0 0 7px;
  width: 400px;
  height: 70px;
  position: absolute;
  top: 52px;
  left: -7px;
}
.wrapper.header .wrapper-header header nav.pages .middle .login-form a {
  color: #d30029;
  text-decoration: none;
}
.wrapper.header .wrapper-header header nav.pages .middle .login-form form.login_form {
  float: left;
  width: 100%;
}
.wrapper.header .wrapper-header header nav.pages .middle .login-form form.login_form div {
  position: relative;
}
.wrapper.header .wrapper-header header nav.pages .middle .login-form form.login_form div input {
  background: white;
  border: 1px solid #d30029;
  padding: 2px 10px 1px 10px;
  font: 12px/15px 'ziontrain_prolight';
  color: #d30029;
  margin: 3px 0;
  width: 126px;
  height: 20px;
  display: block;
}
.wrapper.header .wrapper-header header nav.pages .middle .login-form form.login_form div .submit {
  cursor: pointer;
  height: 54px;
  width: 80px;
  margin: 0;
  padding: 0;
  border: none;
  background: #d30029;
  font-family: 'ziontrain_probold';
  color: white;
  position: absolute;
  left: 150px;
  top: -1px;
}
.wrapper.header .wrapper-header header nav.pages .middle .login-form form.login_form div .login_text {
  width: 100%;
  margin: 5px 0;
  position: absolute;
  left: 240px;
  top: 4px;
  line-height: 20px;
  color: #000000;
}
.wrapper.header .wrapper-header header nav.pages .middle div.search {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: left;
  margin: 0 10px 0 0;
}
.wrapper.header .wrapper-header header nav.pages .middle div.search form button {
  height: 26px;
  width: 26px;
  border: none;
  margin: 7px 0 0;
  padding: 0;
  float: left;
  cursor: pointer;
  background: url(/?proxy=img/icons/50x50/icon-suche.png) top left no-repeat;
  background-size: 26px;
}
.wrapper.header .wrapper-header header nav.pages .middle div.search form button img {
  height: 26px;
  width: 25px;
}
.wrapper.header .wrapper-header header nav.pages .middle div.search form div {
  float: left;
}
.wrapper.header .wrapper-header header nav.pages .middle div.search form div input {
  height: 21px;
  width: 140px;
  border: 1px solid #d30029;
  margin: 7px 0 0;
  padding: 2px 10px 1px 10px;
  font: 12px/15px 'ziontrain_prolight';
  color: #d30029;
}
.wrapper.header .wrapper-header header nav.pages .middle .socialmedia {
  float: left;
  margin: 0 10px 0 0;
}
.wrapper.header .wrapper-header header nav.pages .middle .socialmedia img {
  height: 25px;
  width: 25px;
  padding: 7px 2px;
}
.wrapper.header .wrapper-header header nav.pages .right {
  float: right;
}
.wrapper.header .wrapper-header header nav.pages .right img {
  height: 15px;
  width: 23px;
  padding: 12px 5px 0 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.header .wrapper-header header nav.pages .right .active,
.wrapper.header .wrapper-header header nav.pages .right a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale");
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.header .wrapper-header header .claim {
  float: left;
  clear: left;
  margin: 25px 0 0 15px;
  font-size: 25px;
  font-family: 'ziontrain_proitalic';
}
.wrapper.header .wrapper-header header .claim span {
  font-size: 11px;
  display: block;
}
.wrapper.header .wrapper-header header .mercedesbenz_logo {
  float: right;
  margin: 25px 20px 0 0;
}
.wrapper.header .wrapper-header header .mercedesbenz_logo img {
  height: 35px;
  width: 133px;
}
.wrapper.header .wrapper-header header .vfb_logo {
  float: right;
  margin: 21px 25px 0 0;
  z-index: 8;
  -webkit-transform: translate3d(0, 0, 0);
}
.wrapper.header .wrapper-header header .vfb_logo img {
  height: 150px;
  width: 150px;
  border: none;
}
.wrapper.header .wrapper-header .sticky-border,
.wrapper.header .wrapper-header .sticky-top-bg {
  display: none;
}
.wrapper.header .wrapper-header nav {
  margin: 0 auto;
  position: relative;
}
.wrapper.header .wrapper-header nav.main {
  z-index: 9;
  height: 37px;
  margin: -37px 0 0;
  position: relative;
}
.wrapper.header .wrapper-header nav.main .mobile-menu-btn {
  cursor: pointer;
  display: none;
  position: relative;
  width: 50px;
  height: 55px;
  background: url("/?proxy=img/icons/130x130/icon-menu-w.png") bottom left no-repeat;
  background-size: 50px;
  border: 0;
  top: 0;
  margin-left: 20px;
  z-index: 13;
}
.wrapper.header .wrapper-header nav.main .vfb_logo_sticky {
  display: none;
}
.wrapper.header .wrapper-header nav.main .search_sticky,
.wrapper.header .wrapper-header nav.main .sticky-words {
  display: none !important;
}
.wrapper.header .wrapper-header nav.main ul {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  list-style: none;
  padding: 12px 0 0 15px;
  margin: 0 190px 0 0;
}
.wrapper.header .wrapper-header nav.main ul li {
  float: left;
  width: auto;
  display: block;
  cursor: pointer;
  /* subnavi */
}
.wrapper.header .wrapper-header nav.main ul li:nth-last-child(2) a span {
  border: 0;
}
.wrapper.header .wrapper-header nav.main ul li a {
  position: relative;
}
.wrapper.header .wrapper-header nav.main ul li a.link_extern:hover::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  top: 3px;
  right: 10px;
  background-image: url('/?proxy=img/icon-link-w-25.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.wrapper.header .wrapper-header nav.main ul li a span {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-right: 1px solid #ffffff;
  padding: 6px 25px 6px 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
.wrapper.header .wrapper-header nav.main ul li a .arrow-up {
  width: 100%;
  position: absolute;
  display: none;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper.header .wrapper-header nav.main ul li a .arrow-up div {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
.wrapper.header .wrapper-header nav.main ul li .menu-spacer {
  position: relative;
  width: 100%;
}
.wrapper.header .wrapper-header nav.main ul li .menu-spacer div {
  position: absolute;
  height: 25px;
  width: 100%;
  left: -25px;
  margin: 0 25px;
  z-index: 0;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content {
  display: none;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 45px;
  right: -190px;
  border-top: 2px solid #ffffff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
  min-height: 200px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi {
  width: 32%;
  float: left;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi:after {
  content: "";
  display: block;
  position: absolute;
  width: 32%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul {
  margin: 25px 0 0;
  padding: 0 0 20px 30px;
  width: auto;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li {
  margin-top: 0;
  float: none;
  padding: 0 0 0;
  border: none;
  overflow: hidden;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li a {
  font: 15px 'ziontrain_probold';
  color: #d30029;
  float: left;
  width: 40%;
  /*white-space:no-wrap;*/
  position: relative;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li a.link_extern:hover::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 13px;
  width: 13px;
  position: absolute;
  top: 4px;
  right: -40px;
  display: inline-block;
  background-image: url('/?proxy=img/icon-link-r-25.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul {
  float: left;
  margin-bottom: 0;
  padding: 0;
  width: 50%;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li {
  color: #575f65;
  padding: 0 0 10px 10px;
  width: 100%;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li a {
  font: 13px 'ziontrain_proregular';
  color: #575f65;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 100%;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li a.link_extern:hover::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  top: 4px;
  right: -30px;
  background-image: url('/?proxy=img/icon-link-g-25.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li a:hover {
  color: #000000;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li > a {
  margin-bottom: 15px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li > ul {
  margin-top: 0;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li > ul a {
  margin-bottom: 0 !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special {
  width: 68%;
  height: 100%;
  background: #ffffff;
  float: left;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser {
  width: 100%;
  display: inline-block;
  padding: 30px 0 15px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article {
  max-width: 360px;
  width: 47%;
  float: left;
  padding: 0 2% 10px 2%;
  position: relative;
  z-index: 1;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article:nth-child(2n+2) {
  padding: 0 2% 10px 0;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto {
  position: relative;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto a {
  position: initial;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto img {
  width: 100%;
  height: auto;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  max-width: 360px;
  overflow: hidden;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .text .title {
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  font: 18px 'ziontrain_probold_italic';
  color: #d30029;
  display: inline-block;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  height: 44%;
  margin: auto;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .vfbtv img {
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .exklusiv {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: auto;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .exklusiv img {
  width: 30px !important;
  height: 30px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .exklusiv .zusatz {
  float: left;
  background: #d30029;
  height: 30px;
  color: white;
  line-height: 30px;
  padding: 0 10px 0 5px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .gratis {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: auto;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .gratis img {
  width: 30px !important;
  height: 30px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article .foto .gratis .zusatz {
  float: left;
  background: #ffffff;
  height: 30px;
  color: #d30029;
  line-height: 30px;
  padding: 0 10px 0 5px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article:hover .vfbtv img,
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article:hover .exklusiv img,
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article:hover .exklusiv .zusatz,
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article:hover .gratis img,
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser article:hover .gratis .zusatz {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .vfb_logo_sw {
  position: absolute;
  right: 80px;
  bottom: 12px;
  -moz-opacity: 0.05;
  -khtml-opacity: 0.05;
  -webkit-opacity: 0.05;
  opacity: 0.05;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(5));
  filter: alpha(opacity = (5));
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .vfb_logo_sw img {
  width: 150px;
  height: auto;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team {
  display: inline-block;
  padding: 10px 20px 0 20px;
  position: relative;
  z-index: 1;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .outer-title {
  display: inline-block;
  padding: 0 6px 70px 0;
  position: relative;
  cursor: pointer;
  width: 20px;
  text-transform: uppercase;
  float: left;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .outer-title.spacer {
  width: 60px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .outer-title.spacer .title {
  left: -15px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .outer-title.trainer {
  clear: left;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .title {
  width: 90px;
  height: 20px;
  font: 12px/21px 'ziontrain_probold';
  background: #d30029;
  color: #ffffff;
  text-align: center;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
  position: relative;
  top: 35px;
  left: -35px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .title.spacer {
  margin: 0 33px 0 0;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player {
  display: inline-block;
  padding: 0 6px 50px 0;
  position: relative;
  cursor: pointer;
  float: left;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player.spacer {
  margin: 0 33px 0 0;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player img {
  width: 60px;
  height: 90px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player:hover .overlay {
  display: block;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player:hover .lupe {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay {
  display: none;
  position: absolute;
  left: 15px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay .arrow-up {
  width: 0;
  height: 0;
  background-color: transparent;
  transform: none;
  border: none;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #89969d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay .name {
  font: 12px 'ziontrain_proregular';
  background: #89969d;
  color: #ffffff;
  padding: 5px 10px;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  min-width: 120px;
  margin-left: -60px;
  text-align: center;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .title + .player {
  margin: 0 0 0 -60px;
}
.wrapper.header.sticky {
  /* sticky navi */
}
.wrapper.header.sticky:not(.sticky-title) .furchtlosundtreu_sticky span {
  display: none !important;
}
.wrapper.header.sticky .wrapper-header header {
  visibility: hidden;
}
.wrapper.header.sticky .wrapper-header nav.main {
  margin: 0;
  position: fixed;
  min-width: 320px;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #d30029;
  background: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
}
.wrapper.header.sticky .wrapper-header nav.main .vfb_logo_sticky {
  display: block;
  position: absolute;
  top: 7px;
  right: 20px;
  z-index: 12;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: right;
  max-width: 1060px;
  pointer-events: none;
}
.wrapper.header.sticky .wrapper-header nav.main .vfb_logo_sticky > a {
  pointer-events: initial;
  display: block;
  float: right;
}
.wrapper.header.sticky .wrapper-header nav.main .vfb_logo_sticky img {
  width: 42px;
  height: auto;
}
.wrapper.header.sticky .wrapper-header nav.main .search_sticky {
  /*display: block; */
  position: absolute;
  top: 2px;
  right: 8px;
}
.wrapper.header.sticky .wrapper-header nav.main .search_sticky form button {
  height: 25px;
  width: 25px;
  border: none;
  background: none;
  margin: 7px 0 0;
  padding: 0;
  float: left;
  cursor: pointer;
}
.wrapper.header.sticky .wrapper-header nav.main .search_sticky form button img {
  height: 25px;
  width: 25px;
}
.wrapper.header.sticky .wrapper-header nav.main .search_sticky form input {
  height: 20px;
  width: 140px;
  border: 1px solid #d30029;
  float: left;
  margin: 7px 0 0;
  padding: 2px 10px 1px 10px;
  font: 12px/15px 'ziontrain_prolight';
  color: #d30029;
}
.wrapper.header.sticky .wrapper-header nav.main .furchtlosundtreu_sticky {
  position: fixed;
  left: 70px;
  right: 70px;
  top: 21px;
  text-align: center;
  z-index: 11;
  min-width: 180px;
}
.wrapper.header.sticky .wrapper-header nav.main .furchtlosundtreu_sticky img {
  height: 19px;
  width: auto;
}
.wrapper.header.sticky .wrapper-header nav.main .furchtlosundtreu_sticky span {
  font: 16px 'ziontrain_probold_italic';
  color: #d30029;
}
.wrapper.header.sticky .wrapper-header nav.main > ul > li:first-child {
  padding-left: 6px;
}
.wrapper.header.sticky .wrapper-header nav.main ul {
  margin: 21px auto;
  max-width: 1152px;
  padding: 0;
  position: relative;
  z-index: 12;
}
.wrapper.header.sticky .wrapper-header nav.main ul li {
  border-color: #d30029;
}
.wrapper.header.sticky .wrapper-header nav.main ul li a.link_extern:hover::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  height: 11px;
  width: 11px;
  position: absolute;
  top: 3px;
  right: 10px;
  background-image: url('/?proxy=img/icon-link-r-25.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.wrapper.header.sticky .wrapper-header nav.main ul li a span {
  color: #d30029 !important;
  font-size: 14px;
  font-weight: bold;
  border-color: #d30029;
}
.wrapper.header.sticky .wrapper-header nav.main ul li .arrow-up {
  bottom: -10px !important;
}
.wrapper.header.sticky .wrapper-header nav.main ul li .arrow-up div {
  top: 4px;
  height: 12px;
  width: 12px;
  background-color: #ffffff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: none;
  border-top: 2px solid #d30029;
  border-left: 2px solid #d30029;
  z-index: 1;
}
.wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi {
  border-top: 0;
  left: -24px;
  top: 41px;
  z-index: 2;
  right: -24px;
}
.wrapper.header.sticky .wrapper-header nav.main ul li:nth-last-child(2) {
  border: none;
}
.vfbtv .wrapper.header header nav.pages .middle .socialmedia {
  float: right;
}
.vfbtv .wrapper.header header nav.pages .right {
  display: none;
}
.vfbtv .wrapper.video {
  font-size: 15px;
}
.vfbtv .wrapper.video table.abo {
  color: #ffffff;
  width: 100%;
  border-spacing: 0;
}
.vfbtv .wrapper.video table.abo .sub {
  font-family: 'ziontrain_prolight';
}
.vfbtv .wrapper.video table.abo .grey {
  color: grey;
}
.vfbtv .wrapper.video table.abo .symbol {
  font-size: 20px;
  line-height: 60px;
}
.vfbtv .wrapper.video table.abo .mobile {
  display: none;
}
.vfbtv .wrapper.video table.abo .exklusiv-bg {
  background-color: rgba(255, 255, 255, 0.05);
}
.vfbtv .wrapper.video table.abo .exklusiv-bg.oben {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.vfbtv .wrapper.video table.abo .exklusiv-bg.unten {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.vfbtv .wrapper.video table.abo th {
  padding: 15px 10px 0 10px;
}
.vfbtv .wrapper.video table.abo td {
  padding: 0 10px;
}
.vfbtv .wrapper.video table.abo thead th.gratis img {
  width: 35px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.vfbtv .wrapper.video table.abo thead th.gratis span {
  display: inline-block;
  text-align: left;
  line-height: 18px;
  vertical-align: top;
}
.vfbtv .wrapper.video table.abo thead th.exklusiv img {
  width: 60px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.vfbtv .wrapper.video table.abo thead th.exklusiv span {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  vertical-align: top;
}
.vfbtv .wrapper.video table.abo tbody td {
  border-bottom: 1px solid rgba(87, 95, 101, 0.4);
}
.vfbtv .wrapper.video table.abo tbody td ul {
  -webkit-padding-start: 20px;
}
.vfbtv .wrapper.video table.abo tfoot {
  font-size: 20px;
}
.vfbtv .wrapper.video table.abo tfoot td {
  padding: 10px;
}
.vfbtv .wrapper.video table.abo tfoot button {
  cursor: pointer;
  font: 30px/30px 'ziontrain_proregular';
  color: #d30029;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 15px;
}
.vfbtv .wrapper.video table.abo tfoot span {
  display: block;
  font: 11px/11px 'ziontrain_prolight';
}
.vfbtv .wrapper.video table.abo tfoot .fussnote {
  font: 12px 'ziontrain_prolight';
  color: #89969d;
  padding: 10px 25px;
}
.social_static_bar {
  position: fixed;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: #575f65;
  z-index: 110;
  border-top: 2px solid #ffffff;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social_static_bar.hide {
  bottom: -36px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social_static_bar .arrow-ssb-show {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #575f65;
  position: absolute;
  top: -15px;
  right: 50px;
  z-index: 5;
  display: none;
}
.social_static_bar .arrow-ssb-hide {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 5;
  display: block;
}
.social_static_bar .inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  right: 150px;
}
.social_static_bar .inner .socialmedia {
  float: right;
  padding: 3px 0 0 20px;
  cursor: pointer;
  position: relative;
}
.social_static_bar .inner .socialmedia > img {
  width: 30px;
  height: 30px;
}
.social_static_bar .inner .socialmedia .arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #575f65;
  position: absolute;
  top: -15px;
  left: 20px;
  z-index: 5;
  display: none;
}
.social_static_bar .inner .socialmedia .box {
  position: absolute;
  right: -8px;
  bottom: 40px;
  width: 320px;
  height: 450px;
  background: white;
  z-index: 3;
  overflow: hidden;
  display: none;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.social_static_bar .inner .socialmedia.active .box {
  display: block;
  overflow-y: auto;
}
.social_static_bar .inner .socialmedia .box iframe {
  border: none !important;
}
.social_static_bar .inner .socialmedia #youtubefeed.box a {
  display: block;
  width: 95%;
  margin: 7px auto;
  color: black;
  text-decoration: none;
}
.social_static_bar .inner .socialmedia #youtubefeed.box a img {
  vertical-align: top;
  margin-right: 14px;
  display: inline-block;
}
.social_static_bar .inner .socialmedia #youtubefeed.box a span {
  float: right;
  width: 150px;
  font: normal 13px/15px 'zt_regular', Arial, sans-serif;
}
/* footer */
footer {
  background-color: #dae0e3;
  border-top: 5px solid #d30029;
  margin: 0 0 0;
  padding: 0 0 39px;
  z-index: 8;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
footer .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  position: relative;
}
footer .inner .copyright {
  font-size: 13px;
  border-top: 1px solid #89969d;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin: 33px 0 0;
  color: #575f65;
}
footer .inner .vfb_logo_sw {
  position: absolute;
  right: 40px;
  top: 40px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
  filter: alpha(opacity = (20));
}
footer .inner .vfb_logo_sw img {
  width: 200px;
  height: auto;
}
footer .inner > ul {
  margin-right: 240px !important;
}
footer .inner > ul > li {
  width: 30% !important;
  max-width: 200px;
}
footer .inner > ul > li:last-child {
  min-width: 220px;
}
footer .inner ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0 0 10px;
}
footer .inner ul a {
  color: inherit;
}
footer .inner ul li {
  float: left;
  width: 200px;
}
footer .inner ul li span {
  color: #d30029 !important;
  font: 15px 'ziontrain_probold';
}
footer .inner ul li ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
footer .inner ul li ul li {
  padding: 5px 0;
}
footer .inner ul li ul li::before {
  content: '›';
  padding: 0 5px 0 0;
  color: #d30029;
}
footer .inner ul li ul.icons {
  width: 210px;
  margin-bottom: 20px;
}
footer .inner ul li ul.icons li {
  float: left;
  width: auto;
  margin: 0 20px 0 0;
}
footer .inner ul li ul.icons li::before {
  display: none;
}
footer .inner ul li ul.icons li img {
  width: 50px;
  height: 50px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* aufmacher */
.wrapper.aufmacher {
  margin: 0 0 -2px;
  overflow: visible;
}
.wrapper.aufmacher .grid-placeholder {
  height: 40px;
}
.wrapper.aufmacher .aufmacher-bg {
  z-index: 8;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 205px;
  bottom: 2px;
  left: 30px;
  right: 30px;
  background: url("/?proxy=img/1x1_white.png") no-repeat top left;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
.wrapper.aufmacher .wrapper-header {
  padding-top: 0;
  padding-bottom: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
}
.wrapper.aufmacher .wrapper-header .swiper-pagination {
  bottom: 10px !important;
  right: 0 !important;
  margin: 10px auto auto auto;
  left: 0;
  width: auto !important;
}
.wrapper.aufmacher .wrapper-header .swiper-pagination.move {
  display: none;
}
.wrapper.aufmacher .wrapper-header .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
}
.wrapper.aufmacher .wrapper-header .inner {
  position: relative;
  overflow: hidden;
  padding: 0 24px;
}
.wrapper.aufmacher .wrapper-header .inner .slick-slide {
  position: relative;
}
.wrapper.aufmacher .wrapper-header .inner .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .icons img,
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .icons img,
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .vfbtvicons img,
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .vfbtvicons img,
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .vfbtvicons .zusatz,
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .vfbtvicons .zusatz,
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .text,
.wrapper.aufmacher .wrapper-header .inner .swiper-slide:hover .vfbtv img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.aufmacher .wrapper-header .inner .foto,
.wrapper.aufmacher .wrapper-header .inner .image {
  text-align: center;
  position: relative;
}
.wrapper.aufmacher .wrapper-header .inner .foto img,
.wrapper.aufmacher .wrapper-header .inner .image img {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  max-width: 1152px;
  width: 100%;
  max-height: 648px;
  height: auto;
  vertical-align: bottom;
}
.wrapper.aufmacher .wrapper-header .inner .foto .vfbtv,
.wrapper.aufmacher .wrapper-header .inner .image .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13%;
  height: 23%;
  margin: auto;
}
.wrapper.aufmacher .wrapper-header .inner .foto .vfbtv img,
.wrapper.aufmacher .wrapper-header .inner .image .vfbtv img {
  border: none;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.aufmacher .wrapper-header .inner .foto:hover .vfbtv img,
.wrapper.aufmacher .wrapper-header .inner .image:hover .vfbtv img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.aufmacher .wrapper-header .inner .player {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  /*.l1controlbar button { background:@red; }*/
}
.wrapper.aufmacher .wrapper-header .inner .player #l1player {
  font-family: 'ziontrain_proregular';
}
.wrapper.aufmacher .wrapper-header .inner .telekomfussball {
  position: absolute;
  top: 2px;
  right: 2px;
}
.wrapper.aufmacher .wrapper-header .inner .telekomfussball img {
  border: none;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-mid,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-small,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-full {
  position: relative;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-mid .foto,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-small .foto,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-full .foto,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .image,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-mid .image,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-small .image,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-full .image {
  overflow: hidden;
  text-align: left;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-mid .foto img,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-mid .image img {
  max-height: 414px;
  height: auto;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-small .foto img,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung-small .image img {
  max-height: 207px;
  height: auto;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung {
  position: relative;
  max-height: 423px;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .image,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .videoPlayerLoader {
  -webkit-transition: all ease 0.3s;
  width: 65.2777777%;
  max-width: 752px;
  overflow: hidden;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto img,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .image img,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .videoPlayerLoader img {
  max-height: 423px;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .nummer,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .image .text.mitnummer .nummer,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .videoPlayerLoader .text.mitnummer .nummer {
  font: 70px/70px 'ziontrain_probold_italic';
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .title,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .image .text.mitnummer .title,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .videoPlayerLoader .text.mitnummer .title {
  font-size: 25px;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .title h1,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .image .text.mitnummer .title h1,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .videoPlayerLoader .text.mitnummer .title h1 {
  font-size: 25px;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .videoPlayerLoader .image {
  width: auto;
  max-width: none;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .swiper-pagination {
  bottom: 10px !important;
  right: 0 !important;
  width: auto !important;
  left: 0 !important;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 368px;
  width: 31.9444444%;
  height: 100%;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .topBox {
  position: absolute;
  top: 0;
  height: 50%;
  max-height: 207px;
  width: 100%;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .topBox img,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .topBox .presenting-content .ad-container > div {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .topBox img iframe,
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .topBox .presenting-content .ad-container > div iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .topBox .presenting-content .ad-container > div {
  padding-bottom: 51%;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox {
  padding: 2px;
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox .link-items {
  bottom: 1px;
  position: absolute;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox .link-items .link-item {
  height: 25px;
  width: 100%;
  margin-top: 10px;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox .link-items .link-item img {
  width: 25px;
  margin-right: 10px;
  margin-top: -2px;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox .link-items .link-item a span {
  vertical-align: top;
  color: #d30029;
  font: 14px/23px 'ziontrain_proregular';
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox.ad {
  max-height: 190px;
  max-width: 368px;
  padding: 0;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox.ad .werbung.presenting.rectangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox.ad .werbung.presenting.rectangle .spacer {
  margin-top: 51.6304347826%;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox.ad .werbung.presenting.rectangle .presenting-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .rightBox .bottomBox .bg-img {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.wrapper.aufmacher .wrapper-header .inner .icons {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 65px;
}
.wrapper.aufmacher .wrapper-header .inner .icons.rightTop {
  right: 40px;
  left: auto;
}
.wrapper.aufmacher .wrapper-header .inner .icons.rightBottom {
  right: 40px;
  top: auto;
  bottom: 40px;
  left: auto;
}
.wrapper.aufmacher .wrapper-header .inner .icons.leftBottom {
  bottom: 40px;
  top: auto;
}
.wrapper.aufmacher .wrapper-header .inner .icons img {
  border: none;
  height: 65px;
  width: 65px;
  display: block;
  margin: 0 0 20px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40%;
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv {
  height: 65px;
  width: auto;
  clear: both;
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv img {
  width: 65px;
  height: 65px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv .zusatz {
  float: left;
  background: #d30029;
  height: 65px;
  color: white;
  line-height: 65px;
  padding: 0 20px 0 10px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis {
  height: 65px;
  width: auto;
  clear: both;
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis img {
  width: 65px;
  height: 65px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis .zusatz {
  float: left;
  background: #ffffff;
  height: 65px;
  color: #d30029;
  line-height: 65px;
  padding: 0 20px 0 10px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.wrapper.aufmacher .wrapper-header .inner .vfbtvicons.leftBottom {
  bottom: 40px;
  top: auto;
}
.wrapper.aufmacher .wrapper-header .inner .stoerer {
  position: absolute;
  right: 40px;
  top: 40px;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.wrapper.aufmacher .wrapper-header .inner .stoerer.leftTop {
  left: 40px;
  right: auto;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.wrapper.aufmacher .wrapper-header .inner .stoerer.leftBottom {
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.wrapper.aufmacher .wrapper-header .inner .stoerer.rightBottom {
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.wrapper.aufmacher .wrapper-header .inner .stoerer .stoerer_text {
  background: #ffdc00;
  color: #000000;
  padding: 10px 25px;
  font: 27px 'ziontrain_problack_italic';
  min-width: 130px;
  text-align: center;
}
.wrapper.aufmacher .wrapper-header .inner .stoerer .stoerer_pfeil {
  position: relative;
  left: 30px;
  top: -1px;
}
.wrapper.aufmacher .wrapper-header .inner .stoerer .stoerer_pfeil img {
  width: 60px;
}
.wrapper.aufmacher .wrapper-header .inner .text {
  position: absolute;
  bottom: 40px;
  left: 2px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  max-width: 1140px;
}
.wrapper.aufmacher .wrapper-header .inner .text.leftTop {
  bottom: auto;
  top: 40px;
}
.wrapper.aufmacher .wrapper-header .inner .text.rightBottom {
  right: 2px;
  left: auto;
}
.wrapper.aufmacher .wrapper-header .inner .text.rightBottom .title {
  float: right;
}
.wrapper.aufmacher .wrapper-header .inner .text.rightBottom .subtitle {
  clear: both;
}
.wrapper.aufmacher .wrapper-header .inner .text.rightTop {
  right: 2px;
  top: 40px;
  bottom: auto;
  left: auto;
}
.wrapper.aufmacher .wrapper-header .inner .text.rightTop .title {
  float: right;
}
.wrapper.aufmacher .wrapper-header .inner .text.rightTop .subtitle {
  clear: both;
}
.wrapper.aufmacher .wrapper-header .inner .text .title {
  background: #ffffff;
  padding: 0 20px 0 20px;
  font: 35px 'ziontrain_probold_italic';
  color: #d30029;
  display: inline-block;
}
.wrapper.aufmacher .wrapper-header .inner .text .title h1 {
  margin: auto;
  font: 35px 'ziontrain_probold_italic';
  display: inline-block;
}
.wrapper.aufmacher .wrapper-header .inner .text .subtitle {
  background: #ffffff;
  display: block;
  padding: 5px 20px 5px 20px;
  font: 15px 'ziontrain_proregular';
  max-width: 700px;
  color: #000000;
}
.wrapper.aufmacher .wrapper-header .inner .bullets {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.wrapper.aufmacher .wrapper-header .inner .bullets img {
  width: 18px;
  height: 18px;
}
.wrapper.aufmacher .wrapper-header .inner .slick-dots {
  bottom: 40px;
  right: 40px;
  width: auto;
}
.wrapper.aufmacher .wrapper-header .inner .slick-dots li button:before {
  font-size: 55px;
  color: #ffffff;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
}
.wrapper.aufmacher .wrapper-header .inner .slick-dots li.slick-active button:before {
  color: #d30029;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
}
.more-content article a {
  color: #000000;
}
.more-content article p {
  font: 14px 'ziontrain_proregular' !important;
}
.more-content article p.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
/* aktuelles */
/* video */
.wrapper.video {
  background: url("/?proxy=img/video.jpg") top center;
  background-repeat: no-repeat;
  background-color: #404040;
}
.wrapper.video .grid-layer {
  background: url("/?proxy=img/video.jpg") top center;
  background-repeat: no-repeat;
}
.wrapper.video .wrapper-header .swiper-container-inner {
  width: 100% !important;
}
.wrapper.video .wrapper-header .inner .headingbar {
  color: #f2f2f2 !important;
}
.wrapper.video .wrapper-header .inner .headingbar a {
  color: #f2f2f2 !important;
}
.wrapper.video .wrapper-header .inner .headingbar .heading-left:before,
.wrapper.video .wrapper-header .inner .headingbar .heading-middle:after,
.wrapper.video .wrapper-header .inner .headingbar .heading-right:after {
  background-color: #f2f2f2 !important;
}
.wrapper.video .wrapper-header .inner .articles {
  clear: both;
}
.wrapper.video .wrapper-header .inner .articles article {
  clear: both;
}
.wrapper.video .wrapper-header .inner .articles article .foto {
  position: relative;
}
.wrapper.video .wrapper-header .inner .articles article .foto img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wrapper.video .wrapper-header .inner .articles article .foto .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  height: 44%;
  margin: auto;
}
.wrapper.video .wrapper-header .inner .articles article .foto .vfbtv img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.video .wrapper-header .inner .articles article .moretext {
  padding: 10px;
}
.wrapper.video .wrapper-header .inner .articles article .moretext .category,
.wrapper.video .wrapper-header .inner .articles article .moretext a {
  font: 12px 'ziontrain_prolight';
  color: #dae0e3;
  float: left;
}
.wrapper.video .wrapper-header .inner .articles article .moretext .date {
  font: 12px 'ziontrain_prolight';
  color: #dae0e3;
  float: right;
}
.wrapper.video .wrapper-header .inner .articles article .moretext .title {
  clear: both;
  padding: 10px 0 0;
  font: 18px 'ziontrain_probold_italic';
  color: #f2f2f2;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 55px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper.video .wrapper-header .inner .articles article .moretext .subtitle {
  clear: both;
  padding: 10px 0 0;
  font: 14px 'ziontrain_proregular';
  color: #f2f2f2;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper.video .wrapper-header .inner .articles article a:hover .vfbtv img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/*parnter des vfb */
.wrapper.sponsoren .grid-layer {
  background-color: #ffffff !important;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box {
  float: left;
  width: 24.9%;
  border-left: 1px solid #dae0e3;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box:nth-child(1) {
  border-left: none;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner {
  padding: 2% 5%;
  vertical-align: middle;
  position: relative;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item,
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.four,
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.four {
  width: 40%;
  padding: 2% 5%;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.four:nth-child(1),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.four:nth-child(1),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.four:nth-child(2),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.four:nth-child(2) {
  padding-top: 0;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.nine,
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.nine {
  width: 25%;
  padding: 1.3% 4%;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.nine:nth-child(1),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.nine:nth-child(1),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.nine:nth-child(2),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.nine:nth-child(2),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.nine:nth-child(3),
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.nine:nth-child(3) {
  padding-top: 0;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item.nine.alone,
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper.nine.alone {
  padding: 17.5% 36%;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item a,
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper a {
  display: block;
  overflow: hidden;
}
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .partner-item a img,
.wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner .swiper-wrapper a img {
  width: 100%;
  height: auto;
}
.wrapper.sponsoren .wrapper-header .inner .partner img {
  width: 100%;
  border: none;
}
.wrapper.sponsoren.closure {
  border-top: 1px solid #d30029;
}
.wrapper.sponsoren.closure .wrapper-header {
  padding-top: 40px;
}
/* newsletter */
.wrapper.newsletter .wrapper-header .inner .newsletter {
  padding: 0 10px;
  margin-right: 170px;
  position: relative;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column {
  width: 50%;
  margin: 0 0 0 0;
  float: left;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner {
  float: none;
  margin-right: 20px;
  float: left;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner input[name=email] {
  width: 73%;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner .title {
  font: 18px 'ziontrain_probold';
  color: #000000;
  display: block;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner .text {
  margin: 20px 0 0;
  font: 14px 'ziontrain_proregular';
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner .links {
  padding: 18px 0 0;
  display: inline-block;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner .links .link {
  font-weight: bold;
  color: #000000;
  width: auto;
  padding: 0 20px 0 0;
  float: left;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner .links .link a {
  color: #000000;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner .links .link span {
  color: #d30029;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form label.icon {
  float: left;
  margin: 0 0 0;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form label img {
  height: 35px;
  width: 35px;
  border: none;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='text'] {
  height: 30px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox'],
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox']:checked,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox']:not(:checked),
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio']:checked,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox'] + label,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio'] + label {
  cursor: pointer;
  float: left;
  clear: both;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox']:checked + label::before,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox']:not(:checked) + label::before,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input div.abo-btn::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio']:checked + label::before,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  border-radius: 10px;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox']:hover + label::before,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio']:hover + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='checkbox']:checked + label::before,
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input[type='radio']:checked + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form input img {
  float: left;
  height: 35px;
  width: 35px;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form textarea {
  height: 150px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form button {
  clear: both;
  height: 35px;
  width: auto;
  border: none;
  background: #d30029;
  margin: 20px 0 10px;
  padding: 0 20px;
  float: left;
  cursor: pointer;
  text-align: center;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .column .column-inner form button span {
  color: #ffffff;
  font: 14px/15px 'ziontrain_proregular';
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column {
  width: 90%;
  margin: 0 0 0 0;
  float: left;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner input[name=email] {
  width: 73%;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner .title {
  font: 18px 'ziontrain_probold';
  color: #000000;
  display: block;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner .text {
  margin: 20px 0 0;
  font: 14px 'ziontrain_proregular';
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner .links {
  padding: 18px 0 0;
  display: inline-block;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner .links .link {
  font-weight: bold;
  color: #000000;
  width: auto;
  padding: 0 20px 0 0;
  float: left;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner .links .link a {
  color: #000000;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner .links .link span {
  color: #d30029;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner a.button {
  background: #d30029;
  color: #ffffff;
  padding: 5px 10px;
  margin: 5px 0;
  line-height: 30px;
  display: table-cell;
  text-decoration: none;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .single-column .column-inner a.button span {
  color: #ffffff;
}
.wrapper.newsletter .wrapper-header .inner .newsletter .brief {
  position: absolute;
  right: -150px;
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(15));
  filter: alpha(opacity = (15));
  width: 150px;
  height: 150px;
  background: url(/?proxy=img/icon_brief2.png) center right no-repeat;
  background-size: 150px 150px;
}
/* bildergalerie */
.wrapper.galerie {
  position: relative;
}
.wrapper.galerie .wrapper-header {
  padding-bottom: 0 !important;
}
.wrapper.galerie .images {
  position: relative;
  z-index: 8;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
}
.wrapper.galerie .images .swiper-slide {
  /* Center slide text vertically */
  width: auto;
  margin: 0 0;
}
.wrapper.galerie .images .swiper-slide .image-content {
  position: relative;
  /* text-align: center; */
  margin: auto;
  max-width: 100%;
}
.wrapper.galerie .images .image {
  display: inline-block;
  position: relative;
}
.wrapper.galerie .images .image:nth-child(1) {
  margin-left: -240px;
}
.wrapper.galerie .images .image:nth-last-child(1) {
  margin-right: -240px;
}
.wrapper.galerie .images .image.loading {
  background: url("/?proxy=img/ajax-loader.gif") center center no-repeat #ffffff;
  border: 1px solid #dae0e3;
  margin: -6px;
}
.wrapper.galerie .images .image.loading img {
  visibility: hidden;
}
.wrapper.galerie .images .image img {
  width: auto;
  height: 270px;
  cursor: zoom-in;
  max-width: 100%;
}
.wrapper.galerie .images .image .overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.galerie .images .image .sub-text {
  display: none;
}
.wrapper.galerie .images .image:hover .lupe {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper.galerie .images .image:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper.galerie .images .image .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  max-width: 480px;
  white-space: nowrap;
  overflow: hidden;
}
.wrapper.galerie .images .image .text .title {
  /*background:@white;*/
  padding: 5px 10px 5px 10px;
  font: 18px 'ziontrain_probold_italic';
  color: #d30029;
  display: inline-block;
}
.wrapper.galerie .images .image .text .subText {
  display: none;
}
/* shop */
.wrapper.shop .wrapper-header .inner a.swiper-slide {
  color: black;
}
.wrapper.shop .wrapper-header .inner .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.wrapper.shop .wrapper-header .inner .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
}
.wrapper.shop .wrapper-header .inner .swiper-button-next,
.wrapper.shop .wrapper-header .inner .swiper-button-prev {
  margin-top: -65px !important;
}
.meldung-shop a.swiper-slide,
.meldung-team a.swiper-slide {
  color: black;
}
.meldung-shop .swiper-pagination,
.meldung-team .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.meldung-shop .swiper-pagination .swiper-pagination-bullet,
.meldung-team .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
}
.meldung-shop .swiper-button-next,
.meldung-team .swiper-button-next,
.meldung-shop .swiper-button-prev,
.meldung-team .swiper-button-prev {
  margin-top: -65px !important;
}
/* datencenter */
.wrapper.datencenter .wrapper-header .inner .inner_twothird {
  display: none;
}
.wrapper.datencenter.open .inner_onethird,
.wrapper.datencenter.open .inner_twothird {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
}
.wrapper.termine .meldung-table {
  padding-top: 0 !important;
}
/* team */
.wrapper.team .wrapper-header .inner .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
.wrapper.team .wrapper-header .inner .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
}
/* marketing */
.wrapper.marketing .wrapper-header .inner img {
  max-width: 100%;
  width: 100%;
}
.boxen img {
  width: 100%;
}
.boxen.three {
  float: left;
  width: 100%;
}
.boxen.three .box {
  height: auto;
  float: left;
  width: 48.9130434%;
  padding: 0 2.1739132% 0 0;
}
.boxen.three .box:nth-child(2n) {
  padding: 0 0 5px 0;
}
.boxen.three .box.ad {
  position: relative;
  min-height: 300px;
}
.boxen.three .box.ad .werbung.cad {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 50%;
  margin-top: -125px;
  left: 50%;
  margin-left: -150px;
}
.boxen.one {
  float: left;
  width: 100%;
}
.boxen.one .box {
  height: auto;
}
.boxen.one .box.ad.phone {
  position: relative;
  min-height: 300px;
}
.boxen.one .box.ad.phone .werbung.cad {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 50%;
  margin-top: -125px;
  left: 50%;
  margin-left: -150px;
}
.box-right .box-right-inner .meldung-marketing .boxen.three .box.ad {
  padding: 0;
}
.boxen.four {
  float: left;
  width: 100%;
}
.boxen.four .box {
  height: auto;
  float: left;
  width: 32.6078695%;
  padding: 0 1.0881957% 0 0;
  margin-top: -5px;
}
.boxen.four .box:nth-child(3n) {
  padding: 0 0 5px 0;
}
.full-screen .boxen.three .box {
  width: 31.25%;
  padding: 0 3.125% 0 0;
}
.full-screen .boxen.three .box:nth-last-child(1) {
  padding: 0;
}
.full-screen .boxen.four .box {
  width: 20.8333333%;
  padding: 0 5.5555555% 0 0;
}
.full-screen .boxen.four .box:nth-last-child(1) {
  padding: 0;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
.swiper-container-inner .item-title,
.player-box .item-title {
  font-family: 'ziontrain_proitalic',Arial,sans-serif;
  text-align: center;
  padding-top: 25px;
  max-width: 240px;
  margin: auto;
}
.swiper-container-inner .item-price,
.player-box .item-price {
  font-family: 'ziontrain_probold_italic',Arial,sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 5px;
  margin: auto;
  max-width: 240px;
}
.swiper-container-inner .item-image img,
.player-box .item-image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.swiper-container-inner .item-player-name,
.player-box .item-player-name,
.swiper-container-inner .item-player-number,
.player-box .item-player-number {
  display: inline-block;
}
.swiper-container-inner .item-player-number,
.player-box .item-player-number {
  font-family: 'ziontrain_probold_italic',Arial,sans-serif;
  font-weight: bold;
  font-size: 39px;
  text-align: center;
  padding: 5px 0 5px 5px;
  color: #d30029;
}
.swiper-container-inner .item-player-name,
.player-box .item-player-name {
  font-family: 'ziontrain_proitalic',Arial,sans-serif;
  font-size: 15px;
  padding: 15px 0 5px 5px;
  text-align: left;
}
.swiper-container-inner .item-player-lastname,
.player-box .item-player-lastname {
  margin-top: -7px;
  color: #000000;
  font-size: 17px;
  font-family: 'ziontrain_probold_italic';
}
.swiper-container-inner .item-player-box,
.player-box .item-player-box {
  text-align: left;
  margin: 0 auto auto auto;
  max-width: 180px;
  border-top: 1px solid #dae0e3;
}
.wrapper.meldung .inner .content > div:not(.clear):not(.site-info),
.wrapper.static .inner .content > div:not(.clear):not(.site-info) {
  margin-top: 15px;
}
.wrapper-header {
  margin: auto;
  max-width: 1200px;
  position: relative;
  padding: 30px 0 0;
  width: 100%;
  z-index: 8;
}
.wrapper-header p {
  line-height: 24px;
}
.wrapper-header hr {
  margin: 25px 0;
}
.wrapper-header .inner {
  position: relative;
}
.wrapper-header .inner .inner_twothird {
  width: 100%;
  margin: 0 2% 0 0;
}
.wrapper-header .inner .inner_twothird .table > table > tbody > tr > td {
  vertical-align: top !important;
}
.wrapper-header .inner .inner_twothird .table > table > tbody > tr > td:nth-child(1) {
  width: 100%;
}
.wrapper-header .inner .inner_twothird .table > table > tbody > tr > td:nth-child(2) > table {
  max-width: 280px;
  width: 348px;
}
.wrapper-header .inner .inner_half {
  width: 100%;
  margin: 0 2% 0 0;
}
.wrapper-header .inner .inner_half .table > table > tbody > tr > td {
  vertical-align: top !important;
  width: 50%;
}
.wrapper-header .inner .inner_half .table > table > tbody > tr > td:nth-child(1) {
  padding-right: 0 !important;
}
.wrapper-header .inner .inner_half .table > table > tbody > tr > td:nth-child(2) {
  padding-left: 0 !important;
}
.wrapper-header .inner .inner_half .table > table > tbody > tr > td:nth-child(2) h3 {
  visibility: hidden;
}
.wrapper-header .inner .inner_onethird {
  width: 25%;
  display: none;
}
.wrapper-header .inner .ticker-carousel {
  position: relative;
}
.wrapper-header .inner .ticker-carousel .swiper-pagination {
  position: relative;
  margin: 5px 0 25px;
}
.wrapper-header .inner .ticker-carousel .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
}
.wrapper-header .inner .ticker-carousel .ticker-standing {
  margin-top: 0;
}
.wrapper-header .inner .ticker-carousel .ticker-standing .ticker-score {
  font-size: 55px;
  margin-top: 30px;
}
.wrapper-header .inner .ticker-carousel .ticker-standing .ticker-score span {
  display: block;
  font-size: 20px;
}
.wrapper-header .inner .ticker-carousel .swiper-container-inner {
  width: 100%;
}
.wrapper-header .inner {
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  /* überschriftenzeile */
  /* weitere artikel laden */
  /* contentnavi */
  /* tabelle */
  /* tabelle (2/3 und 1/3 elemente) */
  /* werbebanner */
  /* breadcrumbs */
}
.wrapper-header .inner .tickertext .table twitterwidget,
.wrapper-header .inner .tickertext .table iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.wrapper-header .inner .tickertext .table .minute {
  padding: 0 10px !important;
}
.wrapper-header .inner .tickertext .table .minute > span {
  font: 14px 'ziontrain_proregular';
}
.wrapper-header .inner .tickertext .table .minute > span.short {
  display: none;
}
.wrapper-header .inner .tickertext .table td {
  position: relative;
  padding: 20px 5px !important;
}
.wrapper-header .inner .tickertext .table td.ticker-icon {
  background-size: 25px !important;
}
.wrapper-header .inner .tickertext .table .comment {
  white-space: normal !important;
  font: 14px 'ziontrain_proregular' !important;
  padding-right: 15px !important;
}
.wrapper-header .inner .tickertext .table .comment.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.wrapper-header .inner .tickertext .table .comment > .tickertext-title {
  margin-bottom: 5px;
  font: 14px 'ziontrain_probold';
}
.wrapper-header .inner .tickertext .table .tickertext-standing {
  /*background:url("/?proxy=img/ticker_teaser_heim.png") no-repeat !important;*/
  background: url("/?proxy=img/ticker_teaser_heim_spielstand.jpg") no-repeat !important;
  background-size: cover !important;
  z-index: 1;
  /*background-position-y: -240px !important;*/
  background-position: center !important;
}
.wrapper-header .inner .tickertext .table .tickertext-standing.away {
  /*background:url("/?proxy=img/ticker_teaser_heim.png") no-repeat !important;*/
  background: url("/?proxy=img/ticker_teaser_auswaerts_spielstand.jpg") no-repeat !important;
  background-size: cover !important;
}
.wrapper-header .inner .tickertext .table .tickertext-standing span {
  position: relative;
  font: 14px 'ziontrain_probold';
  z-index: 2;
}
.wrapper-header .inner .tickertext .table .tickertext-standing .logoheim {
  margin-right: 35px;
}
.wrapper-header .inner .tickertext .table .tickertext-standing .logogast {
  margin-left: 35px;
}
.wrapper-header .inner .tickertext .table .tickertext-standing .spielstand {
  vertical-align: middle;
  font: 35px 'ziontrain_probold';
}
.wrapper-header .inner .tickertext .table .tickertext-standing img {
  vertical-align: middle;
}
.wrapper-header .inner .stat-table {
  margin-top: -20px !important;
}
.wrapper-header .inner .team-logo img {
  vertical-align: middle;
}
.wrapper-header .inner .stat {
  position: relative;
  width: 40%;
}
.wrapper-header .inner .stat .value {
  position: absolute;
  line-height: 30px;
  height: 50%;
  bottom: 25%;
  background-color: #89969d;
  color: #ffffff;
  padding: 0 5px;
  font-size: 12px;
}
.wrapper-header .inner .stat .value.vfb {
  background-color: #d30029;
  color: #ffffff !important;
}
.wrapper-header .inner .stat .value.aleft {
  left: 0;
  padding-right: 0;
}
.wrapper-header .inner .stat .value.aright {
  right: 0;
  padding-left: 0;
}
.wrapper-header .inner .desc {
  width: 10%;
}
.wrapper-header .inner .desc .short {
  display: none;
}
.wrapper-header .inner .squad .table td img {
  vertical-align: middle;
  width: 25px;
}
.wrapper-header .inner .content {
  float: left;
  width: 65.2777777%;
  max-width: 752px;
  margin-right: 2.7777778%;
}
.wrapper-header .inner .content li {
  color: #d30029;
}
.wrapper-header .inner .content li div,
.wrapper-header .inner .content li p,
.wrapper-header .inner .content li span {
  color: #000000;
}
.wrapper-header .inner .content ol li {
  color: #000000;
}
.wrapper-header .inner .content .meldung-more:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-more .more-content .overlay,
.wrapper-header .inner .content .social-wrapper .overlay {
  display: none;
}
.wrapper-header .inner .content .meldung-more .more-content .text,
.wrapper-header .inner .content .social-wrapper .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  max-width: 100%;
  overflow: hidden;
}
.wrapper-header .inner .content .meldung-more .more-content .text .title,
.wrapper-header .inner .content .social-wrapper .text .title {
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  font: 18px 'ziontrain_probold_italic';
  color: #d30029;
  display: inline-block;
}
.wrapper-header .inner .content .meldung-more .more-content:after,
.wrapper-header .inner .content .social-wrapper:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-more .more-content article,
.wrapper-header .inner .content .social-wrapper article {
  float: left;
}
.wrapper-header .inner .content .meldung-more .more-content article .title.line,
.wrapper-header .inner .content .social-wrapper article .title.line {
  font: 18px 'ziontrain_probold';
  color: #d30029;
  margin: 10px 0;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content,
.wrapper-header .inner .content .social-wrapper article .image-content {
  position: relative;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .vfbtv,
.wrapper-header .inner .content .social-wrapper article .image-content .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  height: 44%;
  margin: auto;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .vfbtv img,
.wrapper-header .inner .content .social-wrapper article .image-content .vfbtv img {
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .exklusiv,
.wrapper-header .inner .content .social-wrapper article .image-content .exklusiv {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: auto;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .exklusiv img,
.wrapper-header .inner .content .social-wrapper article .image-content .exklusiv img {
  width: 30px !important;
  height: 30px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .exklusiv .zusatz,
.wrapper-header .inner .content .social-wrapper article .image-content .exklusiv .zusatz {
  float: left;
  background: #d30029;
  height: 30px;
  color: white;
  line-height: 30px;
  padding: 0 10px 0 5px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .gratis,
.wrapper-header .inner .content .social-wrapper article .image-content .gratis {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: auto;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .gratis img,
.wrapper-header .inner .content .social-wrapper article .image-content .gratis img {
  width: 30px !important;
  height: 30px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper-header .inner .content .meldung-more .more-content article .image-content .gratis .zusatz,
.wrapper-header .inner .content .social-wrapper article .image-content .gratis .zusatz {
  float: left;
  background: #ffffff;
  height: 30px;
  color: #d30029;
  line-height: 30px;
  padding: 0 10px 0 5px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .meldung-more .more-content article a:hover .image-content .vfbtv img,
.wrapper-header .inner .content .social-wrapper article a:hover .image-content .vfbtv img,
.wrapper-header .inner .content .meldung-more .more-content article a:hover .image-content .exklusiv img,
.wrapper-header .inner .content .social-wrapper article a:hover .image-content .exklusiv img,
.wrapper-header .inner .content .meldung-more .more-content article a:hover .image-content .exklusiv .zusatz,
.wrapper-header .inner .content .social-wrapper article a:hover .image-content .exklusiv .zusatz,
.wrapper-header .inner .content .meldung-more .more-content article a:hover .image-content .gratis img,
.wrapper-header .inner .content .social-wrapper article a:hover .image-content .gratis img,
.wrapper-header .inner .content .meldung-more .more-content article a:hover .image-content .gratis .zusatz,
.wrapper-header .inner .content .social-wrapper article a:hover .image-content .gratis .zusatz {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .meldung-more .more-content article:hover .lupe,
.wrapper-header .inner .content .social-wrapper article:hover .lupe,
.wrapper-header .inner .content .meldung-more .more-content article:hover .text,
.wrapper-header .inner .content .social-wrapper article:hover .text {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper-header .inner .content .meldung-more .more-content article img,
.wrapper-header .inner .content .social-wrapper article img {
  max-width: 100%;
}
.wrapper-header .inner .content .meldung-more .more-content article .article-content,
.wrapper-header .inner .content .social-wrapper article .article-content {
  max-width: 352px;
}
.wrapper-header .inner .content .meldung-more .more-content article .article-content.ad .image-content,
.wrapper-header .inner .content .social-wrapper article .article-content.ad .image-content {
  background-color: #dae0e3;
  position: relative;
  min-height: 300px;
}
.wrapper-header .inner .content .meldung-more .more-content article .article-content.ad .image-content .werbung.cad,
.wrapper-header .inner .content .social-wrapper article .article-content.ad .image-content .werbung.cad {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 50%;
  margin-top: -125px;
  left: 50%;
  margin-left: -150px;
}
.wrapper-header .inner .content .meldung-more .more-content article .article-content.ad img,
.wrapper-header .inner .content .social-wrapper article .article-content.ad img {
  max-width: 100%;
}
.wrapper-header .inner .content .meldung-more .more-content article p,
.wrapper-header .inner .content .social-wrapper article p {
  font: 14px 'ziontrain_proregular' !important;
}
.wrapper-header .inner .content .meldung-more .more-content article p.grilled_cheese_font,
.wrapper-header .inner .content .social-wrapper article p.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.wrapper-header .inner .content .meldung-more .more-content article a,
.wrapper-header .inner .content .social-wrapper article a {
  color: #000000;
}
.wrapper-header .inner .content .meldung-more .more-content .social-grid-sizer,
.wrapper-header .inner .content .social-wrapper .social-grid-sizer,
.wrapper-header .inner .content .meldung-more .more-content .social-item,
.wrapper-header .inner .content .social-wrapper .social-item {
  width: 49.4%;
  overflow: hidden;
}
.wrapper-header .inner .content .meldung-more .more-content article,
.wrapper-header .inner .content .social-wrapper article {
  width: 46.8085106%;
  margin-bottom: 2%;
  margin-right: 6.3829788%;
}
.wrapper-header .inner .content .meldung-more .more-content article:nth-child(2n),
.wrapper-header .inner .content .social-wrapper article:nth-child(2n) {
  margin-right: 0;
}
.wrapper-header .inner .content .meldung-more .more-content article:nth-child(4),
.wrapper-header .inner .content .social-wrapper article:nth-child(4),
.wrapper-header .inner .content .meldung-more .more-content article:nth-child(3n+4),
.wrapper-header .inner .content .social-wrapper article:nth-child(3n+4) {
  clear: left;
}
.wrapper-header .inner .content .meldung-more .more-content .social-gutter-sizer,
.wrapper-header .inner .content .social-wrapper .social-gutter-sizer {
  width: 1.2%;
}
.wrapper-header .inner .content .meldung-more .more-content .spacer,
.wrapper-header .inner .content .social-wrapper .spacer {
  width: 6.3829788%;
}
.wrapper-header .inner .content .teaser h1 {
  font: 27px 'ziontrain_probold_italic';
  color: #d30029;
}
.wrapper-header .inner .content .teaser h2 {
  font: 24px 'ziontrain_probold';
  color: #d30029;
}
.wrapper-header .inner .content .teaser h3 {
  font: 16px 'ziontrain_proregular';
  font-weight: bolder;
  letter-spacing: 0.5px;
}
.wrapper-header .inner .content .teaser p {
  font: 15px 'ziontrain_probold_italic';
}
.wrapper-header .inner .content .meldung-teaser .teaser-image {
  position: relative;
}
.wrapper-header .inner .content .meldung-teaser .teaser-image img {
  max-width: 100%;
}
.wrapper-header .inner .content .meldung-teaser .teaser-image > a {
  position: relative;
  display: block;
  max-width: 48%;
}
.wrapper-header .inner .content .meldung-teaser .teaser-image a:hover .vfbtv img,
.wrapper-header .inner .content .meldung-teaser .teaser-image a:hover .text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .meldung-teaser .teaser-image .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 17%;
  height: 30%;
  margin: auto;
  z-index: 2;
}
.wrapper-header .inner .content .meldung-teaser .teaser-image .vfbtv img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .meldung-teaser .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  max-width: 100%;
  overflow: hidden;
}
.wrapper-header .inner .content .meldung-teaser .text .title {
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  font: 18px 'ziontrain_probold_italic';
  color: #d30029;
  display: inline-block;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info {
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48%;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner {
  padding: 10px 0 0 0;
  position: relative;
  height: 100%;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .site-info {
  font-size: 12px;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .site-info div {
  float: none;
  width: 100%;
  text-align: left !important;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .site-info .date span {
  margin-right: 4px;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
  font: 14px 'ziontrain_proregular';
  /*position:absolute; top:0; bottom:0;*/
  margin: 20px auto 0 auto;
  display: table;
  width: 100%;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text div {
  display: table-cell;
  vertical-align: middle;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text h4 {
  color: #d30029;
  font-weight: bold;
  margin-top: 0;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text a {
  color: #000000;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .more-info {
  font-size: 12px;
  color: #89969d;
  position: absolute;
  right: 0;
  bottom: 10px;
  text-align: right;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .more-info span {
  margin-right: 4px;
}
.wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .more-info a {
  color: #89969d;
  text-decoration: underline;
}
.wrapper-header .inner .content .meldung-link h3 {
  margin-top: 0;
  font: 16px 'ziontrain_proregular';
  font-weight: bolder;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.wrapper-header .inner .content .meldung-link .links {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px dashed rgba(211, 0, 41, 0.4);
  width: auto !important;
}
.wrapper-header .inner .content .meldung-link .links.fright {
  margin-left: 20px;
}
.wrapper-header .inner .content .meldung-link .links.fleft {
  margin-right: 20px;
}
.wrapper-header .inner .content .meldung-link .links .link-item {
  height: 25px;
  width: 100%;
  margin-top: 20px;
}
.wrapper-header .inner .content .meldung-link .links .link-item:first-child {
  margin-top: 2px;
}
.wrapper-header .inner .content .meldung-link .links .link-item img {
  width: 25px;
  margin-right: 10px;
  margin-top: -1px;
}
.wrapper-header .inner .content .meldung-link .links .link-item a span {
  vertical-align: top;
  color: #d30029;
  font: 14px/23px 'ziontrain_proregular';
}
.wrapper-header .inner .content .meldung-bar {
  margin-top: 50px !important;
  background-color: #dae0e3;
  padding: 10px;
}
.wrapper-header .inner .content .meldung-bar .bar-left {
  float: left;
}
.wrapper-header .inner .content .meldung-bar .bar-left a {
  float: left;
  display: block;
  height: 40px;
  margin-right: 20px;
}
.wrapper-header .inner .content .meldung-bar .bar-right {
  float: right;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
.wrapper-header .inner .content .meldung-bar .bar-right .schalter {
  position: relative;
  margin: 10px 20px 15px;
  height: 15px;
  width: 30px;
  background: white;
  border: 1px solid #575f65;
  text-indent: -9999px;
  display: block;
}
.wrapper-header .inner .content .meldung-bar .bar-right .schalter:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 1px;
  right: 1px;
  background: #575f65;
}
.wrapper-header .inner .content .meldung-bar .bar-right a {
  float: left;
  display: block;
  height: 40px;
  margin-right: 20px;
}
.wrapper-header .inner .content .meldung-bar .bar-right a:last-child {
  margin-right: 0;
}
.wrapper-header .inner .content .meldung-bar .bar-right.active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper-header .inner .content .meldung-bar .bar-right.active .schalter {
  border: 1px solid #d30029;
}
.wrapper-header .inner .content .meldung-bar .bar-right.active .schalter:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 1px;
  left: 1px;
  right: auto;
  background: #d30029;
}
.wrapper-header .inner .content .meldung-bar img {
  width: 40px;
}
.wrapper-header .inner .content .meldung-bar:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-zitat h1 {
  font: 27px 'ziontrain_probold_italic';
  color: #d30029;
}
.wrapper-header .inner .content .meldung-zitat h2 {
  font: 24px 'ziontrain_probold';
  color: #d30029;
}
.wrapper-header .inner .content .meldung-zitat h3 {
  margin-top: 0;
  font: 16px 'ziontrain_proregular';
  font-weight: bolder;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.wrapper-header .inner .content .meldung-zitat blockquote {
  margin: 20px;
  padding: 20px 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  width: 350px;
  max-width: 80%;
}
.wrapper-header .inner .content .meldung-zitat blockquote p:first-child:before {
  color: #d30029;
  content: open-quote;
  font-size: 90px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  width: 50px;
  margin: auto;
}
.wrapper-header .inner .content .meldung-zitat blockquote p:nth-last-child(+2):after {
  color: #d30029;
  content: close-quote;
  font-size: 90px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  width: 50px;
  margin: auto;
}
.wrapper-header .inner .content .meldung-zitat blockquote p {
  position: relative;
  color: #d30029;
  font: 14px 'ziontrain_proregular';
}
.wrapper-header .inner .content .meldung-zitat blockquote p strong {
  font: 14px 'ziontrain_probold_italic';
  display: block;
  margin-bottom: 10px;
}
.wrapper-header .inner .content .meldung-congratulate .player-box {
  float: left;
  width: 25%;
  max-width: 120px;
}
.wrapper-header .inner .content .meldung-congratulate .player-box .item-player-box {
  text-align: left;
  margin-top: 0;
  display: none;
}
.wrapper-header .inner .content .meldung-congratulate .player-box .item-player-name,
.wrapper-header .inner .content .meldung-congratulate .player-box .item-player-number {
  display: inline-block;
}
.wrapper-header .inner .content .meldung-congratulate .player-box .item-player-number {
  font-size: 40px;
}
.wrapper-header .inner .content .meldung-congratulate .player-box .item-player-name {
  font-size: 15px;
}
.wrapper-header .inner .content .meldung-congratulate .player-box .item-image img {
  margin: initial !important;
}
.wrapper-header .inner .content .meldung-congratulate .info-box {
  float: left;
  width: 75%;
  margin-bottom: 15px;
}
.wrapper-header .inner .content .meldung-congratulate .info-box-inner {
  padding: 0 20px;
}
.wrapper-header .inner .content .meldung-congratulate .info-box-inner h4 {
  margin-top: 0;
}
.wrapper-header .inner .content .meldung-congratulate .info-box-inner:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-congratulate .info-box-inner div {
  cursor: pointer;
  height: 25px;
  margin: 0;
  color: #d30029;
  float: left;
  width: 50%;
}
.wrapper-header .inner .content .meldung-congratulate .info-box-inner div a {
  color: #d30029;
}
.wrapper-header .inner .content .meldung-congratulate .info-box-inner div img {
  width: 25px;
}
.wrapper-header .inner .content .meldung-congratulate .info-box-inner div span {
  font: 14px 'ziontrain_proregular';
  letter-spacing: 0.5px;
  margin-left: 10px;
  vertical-align: top;
  line-height: 25px;
}
.wrapper-header .inner .content .meldung-congratulate .congratulate-content:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-bildlink a img {
  border: none;
  width: 100%;
  height: auto;
}
.wrapper-header .inner .content .small-state {
  display: none !important;
}
.wrapper-header .inner .content .meldung-contact {
  margin-bottom: 15px;
}
.wrapper-header .inner .content .small {
  font: 13px 'ziontrain_proregular';
}
.wrapper-header .inner .content .contact-content {
  float: left;
  position: relative;
  width: 100%;
}
.wrapper-header .inner .content .contact-content form label.icon {
  float: left;
  margin: 0 0 0;
}
.wrapper-header .inner .content .contact-content form label img {
  height: 35px;
  width: 35px;
  border: none;
}
.wrapper-header .inner .content .contact-content form input[type='text'] {
  height: 30px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
}
.wrapper-header .inner .content .contact-content form input[type='checkbox'],
.wrapper-header .inner .content .contact-content form input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
}
.wrapper-header .inner .content .contact-content form input[type='checkbox']:checked,
.wrapper-header .inner .content .contact-content form input[type='checkbox']:not(:checked),
.wrapper-header .inner .content .contact-content form input[type='radio']:checked,
.wrapper-header .inner .content .contact-content form input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.wrapper-header .inner .content .contact-content form input[type='checkbox'] + label,
.wrapper-header .inner .content .contact-content form input[type='radio'] + label {
  cursor: pointer;
  float: left;
  clear: both;
}
.wrapper-header .inner .content .contact-content form input[type='checkbox']:checked + label::before,
.wrapper-header .inner .content .contact-content form input[type='checkbox']:not(:checked) + label::before,
.wrapper-header .inner .content .contact-content form input div.abo-btn::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper-header .inner .content .contact-content form input[type='radio']:checked + label::before,
.wrapper-header .inner .content .contact-content form input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  border-radius: 10px;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper-header .inner .content .contact-content form input[type='checkbox']:hover + label::before,
.wrapper-header .inner .content .contact-content form input[type='radio']:hover + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.wrapper-header .inner .content .contact-content form input[type='checkbox']:checked + label::before,
.wrapper-header .inner .content .contact-content form input[type='radio']:checked + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.wrapper-header .inner .content .contact-content form input img {
  float: left;
  height: 35px;
  width: 35px;
}
.wrapper-header .inner .content .contact-content form textarea {
  height: 150px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
}
.wrapper-header .inner .content .contact-content form button {
  clear: both;
  height: 35px;
  width: auto;
  border: none;
  background: #d30029;
  margin: 20px 0 10px;
  padding: 0 20px;
  float: left;
  cursor: pointer;
  text-align: center;
}
.wrapper-header .inner .content .contact-content form button span {
  color: #ffffff;
  font: 14px/15px 'ziontrain_proregular';
}
.wrapper-header .inner .content .contact-content form {
  width: 100%;
}
.wrapper-header .inner .content .contact-content form .dropdown-label {
  margin-bottom: 17px;
}
.wrapper-header .inner .content .contact-content form > label {
  display: block;
  float: left;
  width: 30%;
  height: 25px;
  line-height: 30px;
}
.wrapper-header .inner .content .contact-content form > label span {
  margin-left: 5px;
  color: #d30029;
  font-weight: bold;
}
.wrapper-header .inner .content .contact-content form > div:not(.dropdown-navi) {
  position: relative;
}
.wrapper-header .inner .content .contact-content form > div,
.wrapper-header .inner .content .contact-content form .dropdown-navi {
  display: block;
  float: left;
  width: 50%;
  padding: 0 !important;
  box-sizing: border-box;
  font-size: 12px !important;
}
.wrapper-header .inner .content .contact-content form > div:after,
.wrapper-header .inner .content .contact-content form .dropdown-navi:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .contact-content form > div input:not([type=checkbox]):not([type=radio]),
.wrapper-header .inner .content .contact-content form .dropdown-navi input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  outline: none;
  color: #000000 !important;
  padding: 0 10px!important;
  box-sizing: border-box;
  font-size: 12px !important;
  height: 25px !important;
  margin-bottom: 15px !important;
}
.wrapper-header .inner .content .contact-content form > div label,
.wrapper-header .inner .content .contact-content form .dropdown-navi label {
  margin-bottom: 15px !important;
  clear: none !important;
  margin-right: 20px !important;
}
.wrapper-header .inner .content .contact-content form > div .formError,
.wrapper-header .inner .content .contact-content form .dropdown-navi .formError {
  position: absolute;
  top: 0;
  line-height: 25px;
  left: 0;
  right: 0;
  background: #d30029;
  color: #ffffff;
  opacity: 1;
  box-shadow: inset 0 0 0 2px white;
  border: 1px solid #d30029;
}
.wrapper-header .inner .content .contact-content form > div .formError.hovered,
.wrapper-header .inner .content .contact-content form .dropdown-navi .formError.hovered {
  display: none;
}
.wrapper-header .inner .content .contact-content form > div .formError span,
.wrapper-header .inner .content .contact-content form .dropdown-navi .formError span {
  padding: 5px;
}
.wrapper-header .inner .content .contact-content form > div.textarea .formError,
.wrapper-header .inner .content .contact-content form .dropdown-navi.textarea .formError {
  bottom: 0;
}
.wrapper-header .inner .content .contact-content form > div.captcha .formError,
.wrapper-header .inner .content .contact-content form .dropdown-navi.captcha .formError {
  position: relative;
  margin-top: -15px;
  margin-bottom: 5px;
}
.wrapper-header .inner .content .contact-content form > div.captcha .formError span,
.wrapper-header .inner .content .contact-content form .dropdown-navi.captcha .formError span {
  color: #ffffff !important;
  font-weight: normal !important;
}
.wrapper-header .inner .content .contact-content form .dropdown {
  height: 40px;
}
.wrapper-header .inner .content .contact-content form .dropdown + label {
  float: none;
}
.wrapper-header .inner .content .contact-content form .info {
  margin-left: 30%;
  color: #89969d;
  width: 50%;
}
.wrapper-header .inner .content .contact-content form .info span {
  color: #d30029;
  font-weight: bold;
}
.wrapper-header .inner .content .contact-content form .dropdown-navi {
  margin: 0 0 10px!important;
  right: 0 !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  max-height: 150px;
  overflow: hidden;
}
.wrapper-header .inner .content .contact-content form .dropdown-navi.opened {
  overflow-y: scroll;
  z-index: 3;
}
.wrapper-header .inner .content .contact-content form .dropdown-navi > ul {
  width: auto !important;
}
.wrapper-header .inner .content .contact-content form .g-recaptcha {
  margin: 10px 0;
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -o-transform: scale(0.86);
  -webkit-transform: scale(0.86);
  transform: scale(0.86);
  transform-origin: 0 0;
}
.wrapper-header .inner .content .contact-content form button {
  margin-left: 30%;
}
.wrapper-header .inner .content .contact-content form textarea {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px!important;
  box-sizing: border-box;
  font-size: 12px !important;
  color: #000000 !important;
  outline: none;
}
.wrapper-header .inner .content .meldung-abo {
  float: left;
  float: none !important;
  padding: 23px;
}
.wrapper-header .inner .content .meldung-abo form label.icon {
  float: left;
  margin: 0 0 0;
}
.wrapper-header .inner .content .meldung-abo form label img {
  height: 35px;
  width: 35px;
  border: none;
}
.wrapper-header .inner .content .meldung-abo form input[type='text'] {
  height: 30px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
}
.wrapper-header .inner .content .meldung-abo form input[type='checkbox'],
.wrapper-header .inner .content .meldung-abo form input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
}
.wrapper-header .inner .content .meldung-abo form input[type='checkbox']:checked,
.wrapper-header .inner .content .meldung-abo form input[type='checkbox']:not(:checked),
.wrapper-header .inner .content .meldung-abo form input[type='radio']:checked,
.wrapper-header .inner .content .meldung-abo form input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.wrapper-header .inner .content .meldung-abo form input[type='checkbox'] + label,
.wrapper-header .inner .content .meldung-abo form input[type='radio'] + label {
  cursor: pointer;
  float: left;
  clear: both;
}
.wrapper-header .inner .content .meldung-abo form input[type='checkbox']:checked + label::before,
.wrapper-header .inner .content .meldung-abo form input[type='checkbox']:not(:checked) + label::before,
.wrapper-header .inner .content .meldung-abo form input div.abo-btn::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper-header .inner .content .meldung-abo form input[type='radio']:checked + label::before,
.wrapper-header .inner .content .meldung-abo form input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  border-radius: 10px;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper-header .inner .content .meldung-abo form input[type='checkbox']:hover + label::before,
.wrapper-header .inner .content .meldung-abo form input[type='radio']:hover + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.wrapper-header .inner .content .meldung-abo form input[type='checkbox']:checked + label::before,
.wrapper-header .inner .content .meldung-abo form input[type='radio']:checked + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.wrapper-header .inner .content .meldung-abo form input img {
  float: left;
  height: 35px;
  width: 35px;
}
.wrapper-header .inner .content .meldung-abo form textarea {
  height: 150px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
}
.wrapper-header .inner .content .meldung-abo form button {
  clear: both;
  height: 35px;
  width: auto;
  border: none;
  background: #d30029;
  margin: 20px 0 10px;
  padding: 0 20px;
  float: left;
  cursor: pointer;
  text-align: center;
}
.wrapper-header .inner .content .meldung-abo form button span {
  color: #ffffff;
  font: 14px/15px 'ziontrain_proregular';
}
.wrapper-header .inner .content .meldung-abo form input[type='radio'] + label::before {
  top: 25px !important;
}
.wrapper-header .inner .content .game-content tr td:first-child {
  white-space: nowrap;
  padding-right: 25px;
  font: 14px 'ziontrain_proitalic';
  vertical-align: top;
}
.wrapper-header .inner .content .meldung-video .image {
  width: 100%;
  position: relative;
  cursor: initial;
}
.wrapper-header .inner .content .meldung-video .image img {
  width: 100%;
}
.wrapper-header .inner .content .meldung-video .image:hover .vfbtv img {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper-header .inner .content .meldung-video .image .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13%;
  height: 23%;
  margin: auto;
}
.wrapper-header .inner .content .meldung-video .image .vfbtv img {
  border: none;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .meldung-video .player {
  max-width: 100%;
}
.wrapper-header .inner .content .meldung-abo.color,
.wrapper-header .inner .content .meldung-bild.color {
  background-color: rgba(218, 224, 227, 0.5);
  border: 1px dashed #89969d;
  padding: 23px;
}
.wrapper-header .inner .content .meldung-abo.color .image.full-screen img,
.wrapper-header .inner .content .meldung-bild.color .image.full-screen img {
  max-height: 688px;
}
.wrapper-header .inner .content .meldung-abo.color p,
.wrapper-header .inner .content .meldung-bild.color p {
  margin-bottom: 0;
}
.wrapper-header .inner .content .meldung-abo form:after,
.wrapper-header .inner .content .meldung-bild form:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-abo button,
.wrapper-header .inner .content .meldung-bild button {
  height: 25px;
  border: none;
  background: #d30029;
  cursor: pointer;
  text-align: left;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wrapper-header .inner .content .meldung-abo button span,
.wrapper-header .inner .content .meldung-bild button span {
  padding: 10px;
}
.wrapper-header .inner .content .meldung-abo button:after,
.wrapper-header .inner .content .meldung-bild button:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-abo .note,
.wrapper-header .inner .content .meldung-bild .note {
  color: #d30029;
  font-size: 11px;
  clear: both;
}
.wrapper-header .inner .content .meldung-abo .note span,
.wrapper-header .inner .content .meldung-bild .note span {
  font-weight: bolder;
}
.wrapper-header .inner .content .meldung-abo h1,
.wrapper-header .inner .content .meldung-bild h1 {
  font: 27px 'ziontrain_probold_italic';
  color: #d30029;
}
.wrapper-header .inner .content .meldung-abo h2,
.wrapper-header .inner .content .meldung-bild h2 {
  font: 24px 'ziontrain_probold';
  color: #d30029;
}
.wrapper-header .inner .content .meldung-abo h3,
.wrapper-header .inner .content .meldung-bild h3 {
  margin-top: 0;
  font: 16px 'ziontrain_proregular';
  font-weight: bolder;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.wrapper-header .inner .content .meldung-abo .bold,
.wrapper-header .inner .content .meldung-bild .bold {
  font: 14px 'ziontrain_probold';
}
.wrapper-header .inner .content .meldung-abo .center,
.wrapper-header .inner .content .meldung-bild .center {
  text-align: center;
}
.wrapper-header .inner .content .meldung-abo .loginInfo,
.wrapper-header .inner .content .meldung-bild .loginInfo {
  margin-left: 38px;
}
.wrapper-header .inner .content .meldung-abo .italic,
.wrapper-header .inner .content .meldung-bild .italic {
  margin-top: 15px;
  font: 14px 'ziontrain_proitalic';
}
.wrapper-header .inner .content .meldung-abo .italic.bold,
.wrapper-header .inner .content .meldung-bild .italic.bold {
  font: 14px 'ziontrain_probold_italic';
}
.wrapper-header .inner .content .meldung-abo .light,
.wrapper-header .inner .content .meldung-bild .light {
  margin-top: 10px;
  font: 11px 'ziontrain_prolight';
}
.wrapper-header .inner .content .meldung-abo .red,
.wrapper-header .inner .content .meldung-bild .red {
  color: #d30029;
}
.wrapper-header .inner .content .meldung-abo .checkbox,
.wrapper-header .inner .content .meldung-bild .checkbox {
  margin-top: 15px;
  font: 14px 'ziontrain_probold';
}
.wrapper-header .inner .content .meldung-abo .checkbox:after,
.wrapper-header .inner .content .meldung-bild .checkbox:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-abo .voucher,
.wrapper-header .inner .content .meldung-bild .voucher {
  margin-top: 15px;
}
.wrapper-header .inner .content .meldung-abo .info-box,
.wrapper-header .inner .content .meldung-bild .info-box {
  border: 1px solid #d30029;
  padding: 5px;
  background-color: #ffffff;
  margin-top: 10px;
}
.wrapper-header .inner .content .meldung-abo .choose,
.wrapper-header .inner .content .meldung-bild .choose {
  margin-top: -10px;
}
.wrapper-header .inner .content .meldung-abo .choose:after,
.wrapper-header .inner .content .meldung-bild .choose:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.wrapper-header .inner .content .meldung-abo .choose > div,
.wrapper-header .inner .content .meldung-bild .choose > div {
  margin-top: 20px;
  float: left;
  margin-right: 20px;
}
.wrapper-header .inner .content .meldung-abo .choose > div > div,
.wrapper-header .inner .content .meldung-bild .choose > div > div,
.wrapper-header .inner .content .meldung-abo .choose > div input,
.wrapper-header .inner .content .meldung-bild .choose > div input {
  float: left;
}
.wrapper-header .inner .content .meldung-abo .choose input,
.wrapper-header .inner .content .meldung-bild .choose input {
  margin: 27px 15px 0 10px;
}
.wrapper-header .inner .content .meldung-abo .abo-btn,
.wrapper-header .inner .content .meldung-bild .abo-btn {
  display: block;
  float: right;
}
.wrapper-header .inner .content .meldung-abo .abo-btn.disabled,
.wrapper-header .inner .content .meldung-bild .abo-btn.disabled {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
.wrapper-header .inner .content .meldung-abo .abo-btn .down,
.wrapper-header .inner .content .meldung-bild .abo-btn .down,
.wrapper-header .inner .content .meldung-abo .abo-btn .up,
.wrapper-header .inner .content .meldung-bild .abo-btn .up {
  padding: 5px;
  color: #ffffff;
}
.wrapper-header .inner .content .meldung-abo .abo-btn .up,
.wrapper-header .inner .content .meldung-bild .abo-btn .up {
  background-color: #d30029;
  font: 20px 'ziontrain_probold';
  text-shadow: 2px 2px #d30029;
}
.wrapper-header .inner .content .meldung-abo .abo-btn .up sup,
.wrapper-header .inner .content .meldung-bild .abo-btn .up sup {
  font-size: 12px;
}
.wrapper-header .inner .content .meldung-abo .abo-btn .down,
.wrapper-header .inner .content .meldung-bild .abo-btn .down {
  background-color: #b90200;
  font-size: 13px;
}
.wrapper-header .inner .content .meldung-abo .abo-btn .down span,
.wrapper-header .inner .content .meldung-bild .abo-btn .down span {
  font: 11px 'ziontrain_proregular';
}
.wrapper-header .inner .content .meldung-abo .diashow,
.wrapper-header .inner .content .meldung-bild .diashow,
.wrapper-header .inner .content .meldung-abo .image,
.wrapper-header .inner .content .meldung-bild .image {
  width: auto;
  position: relative;
  cursor: zoom-in !important;
}
.wrapper-header .inner .content .meldung-abo .diashow.disallowOverlay,
.wrapper-header .inner .content .meldung-bild .diashow.disallowOverlay,
.wrapper-header .inner .content .meldung-abo .image.disallowOverlay,
.wrapper-header .inner .content .meldung-bild .image.disallowOverlay {
  cursor: default !important;
}
.wrapper-header .inner .content .meldung-abo .diashow:not(.disallowOverlay):hover .lupe,
.wrapper-header .inner .content .meldung-bild .diashow:not(.disallowOverlay):hover .lupe,
.wrapper-header .inner .content .meldung-abo .image:not(.disallowOverlay):hover .lupe,
.wrapper-header .inner .content .meldung-bild .image:not(.disallowOverlay):hover .lupe {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper-header .inner .content .meldung-abo .diashow.fright,
.wrapper-header .inner .content .meldung-bild .diashow.fright,
.wrapper-header .inner .content .meldung-abo .image.fright,
.wrapper-header .inner .content .meldung-bild .image.fright {
  margin-left: 20px;
  max-width: 352px;
}
.wrapper-header .inner .content .meldung-abo .diashow.fleft,
.wrapper-header .inner .content .meldung-bild .diashow.fleft,
.wrapper-header .inner .content .meldung-abo .image.fleft,
.wrapper-header .inner .content .meldung-bild .image.fleft {
  margin-right: 20px;
  max-width: 352px;
}
.wrapper-header .inner .content .meldung-abo .diashow.full-screen,
.wrapper-header .inner .content .meldung-bild .diashow.full-screen,
.wrapper-header .inner .content .meldung-abo .image.full-screen,
.wrapper-header .inner .content .meldung-bild .image.full-screen {
  width: 100%;
}
.wrapper-header .inner .content .meldung-abo .diashow.full-screen img,
.wrapper-header .inner .content .meldung-bild .diashow.full-screen img,
.wrapper-header .inner .content .meldung-abo .image.full-screen img,
.wrapper-header .inner .content .meldung-bild .image.full-screen img {
  max-width: 752px;
  width: 100%;
}
.wrapper-header .inner .content .meldung-abo .diashow .image-title,
.wrapper-header .inner .content .meldung-bild .diashow .image-title,
.wrapper-header .inner .content .meldung-abo .image .image-title,
.wrapper-header .inner .content .meldung-bild .image .image-title {
  padding: 3px 0 10px 10px;
  font: 13px 'ziontrain_proregular';
  color: #575f65;
}
.wrapper-header .inner .content .meldung-abo .diashow .sub-text,
.wrapper-header .inner .content .meldung-bild .diashow .sub-text,
.wrapper-header .inner .content .meldung-abo .image .sub-text,
.wrapper-header .inner .content .meldung-bild .image .sub-text {
  display: none;
}
.wrapper-header .inner .content .meldung-abo .diashow,
.wrapper-header .inner .content .meldung-bild .diashow {
  max-width: 352px;
  position: relative;
  overflow: hidden;
}
.wrapper-header .inner .content .meldung-abo .diashow .swiper-button-next,
.wrapper-header .inner .content .meldung-bild .diashow .swiper-button-next,
.wrapper-header .inner .content .meldung-abo .diashow .swiper-button-prev,
.wrapper-header .inner .content .meldung-bild .diashow .swiper-button-prev {
  margin-top: -40px;
}
.wrapper-header .inner .content .meldung-abo .diashow.full-screen,
.wrapper-header .inner .content .meldung-bild .diashow.full-screen {
  max-width: 100%;
}
.wrapper-header .inner .content .meldung-abo .more div.extText,
.wrapper-header .inner .content .meldung-bild .more div.extText {
  display: none;
}
.wrapper-header .inner .content .meldung-abo .more.opened .bar-closed,
.wrapper-header .inner .content .meldung-bild .more.opened .bar-closed {
  display: none !important;
}
.wrapper-header .inner .content .meldung-abo .more.opened .bar-opened,
.wrapper-header .inner .content .meldung-bild .more.opened .bar-opened {
  display: block !important;
}
.wrapper-header .inner .content .meldung-abo .more.opened img,
.wrapper-header .inner .content .meldung-bild .more.opened img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper-header .inner .content .meldung-abo .more.opened div.extText,
.wrapper-header .inner .content .meldung-bild .more.opened div.extText {
  display: block;
  width: 100%;
}
.wrapper-header .inner .content .meldung-abo .more .bar,
.wrapper-header .inner .content .meldung-bild .more .bar {
  cursor: pointer;
  height: 25px;
  margin: 20px 0;
  /*span { vertical-align:top; font:16px 'ziontrain_proregular'; font-weight:bolder; letter-spacing:0.5px; margin-left:40px; }*/
}
.wrapper-header .inner .content .meldung-abo .more .bar.bar-closed,
.wrapper-header .inner .content .meldung-bild .more .bar.bar-closed {
  display: block;
}
.wrapper-header .inner .content .meldung-abo .more .bar.bar-opened,
.wrapper-header .inner .content .meldung-bild .more .bar.bar-opened {
  display: none;
}
.wrapper-header .inner .content .meldung-table .more p,
.wrapper-header .inner .content .meldung-table .more .bar-content {
  display: none;
}
.wrapper-header .inner .content .meldung-table .more.opened .bar-closed {
  display: none !important;
}
.wrapper-header .inner .content .meldung-table .more.opened .bar-opened {
  display: block !important;
}
.wrapper-header .inner .content .meldung-table .more.opened img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper-header .inner .content .meldung-table .more.opened p,
.wrapper-header .inner .content .meldung-table .more.opened .bar-content {
  display: block;
  width: 100%;
}
.wrapper-header .inner .content .meldung-table .more .bar {
  cursor: pointer;
  height: 25px;
  margin: 20px 0;
  /*span { vertical-align:top; font:16px 'ziontrain_proregular'; font-weight:bolder; letter-spacing:0.5px; margin-left:40px; }*/
}
.wrapper-header .inner .content .meldung-table .more .bar.bar-closed {
  display: block;
}
.wrapper-header .inner .content .meldung-table .more .bar.bar-opened {
  display: none;
}
.wrapper-header .inner .content .meldung-gallery .swiper-slide {
  text-align: center;
  margin: auto;
  max-width: 353px;
}
.wrapper-header .inner .content .meldung-gallery .image-title {
  text-align: left;
}
.wrapper-header .inner .content .meldung-gallery .swiper-slide {
  text-align: center;
  margin: auto;
  max-width: 353px;
}
.wrapper-header .inner .content .meldung-gallery .image-title {
  text-align: left;
}
.wrapper-header .inner .content .meldung-gallery .swiper-slide {
  width: auto;
}
.wrapper-header .inner .content .meldung-gallery .swiper-slide:hover .lupe {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper-header .inner .content .meldung-gallery img {
  max-width: 100%;
  cursor: zoom-in;
}
.wrapper-header .inner .content .meldung-gallery .sub-text {
  display: none;
}
.wrapper-header .inner .content .meldung-gallery .image-title {
  padding: 3px 0 10px 10px;
  font: 13px 'ziontrain_proregular';
  color: #575f65;
}
.wrapper-header .inner .content .meldung-gallery .swiper-button-next,
.wrapper-header .inner .content .meldung-gallery .swiper-button-prev {
  margin-top: -40px;
}
.wrapper-header .inner .content .meldung-table {
  margin-bottom: 0 !important;
}
.wrapper-header .inner .content .meldung-table .fleft,
.wrapper-header .inner .content .meldung-table .fright {
  max-width: 352px;
  padding: 15px;
}
.wrapper-header .inner .content .meldung-table .fleft .icon:not(label),
.wrapper-header .inner .content .meldung-table .fright .icon:not(label) {
  float: none !important;
}
.wrapper-header .inner .content .meldung-table .game-details {
  display: none;
}
.wrapper-header .inner .content .meldung-table.open .game-details {
  display: block;
}
.wrapper-header .inner .content .meldung-colored_teaser a {
  color: #000000;
}
.wrapper-header .inner .content .meldung-colored_teaser img {
  width: 100%;
  height: auto;
  max-width: 550px;
}
.wrapper-header .inner .content .meldung-colored_teaser .title {
  font: 20px 'ziontrain_probold';
  padding: 10px;
  color: #d30029;
}
.wrapper-header .inner .content .meldung-colored_teaser .text {
  font: 14px 'ziontrain_proregular';
}
.wrapper-header .inner .content .meldung-colored_teaser .text p {
  padding: 0 10px 10px 10px;
}
.wrapper-header .inner .content .meldung-colored_teaser.column_two .colored_teaser {
  width: calc(48% - 20px);
  /*min-height:600px;*/
  margin: 0 4% 0 0;
  background-color: rgba(218, 224, 227, 0.6);
  float: left;
  padding: 10px;
  color: #000000;
}
.wrapper-header .inner .content .meldung-colored_teaser.column_two .colored_teaser:nth-last-child(1) {
  margin: 0;
}
.wrapper-header .inner .content .meldung-colored_teaser.column_three .colored_teaser {
  width: calc(31.25% - 20px);
  /*min-height:600px;*/
  margin: 0 3.125% 0 0;
  background-color: rgba(218, 224, 227, 0.6);
  float: left;
  padding: 10px;
  color: #000000;
}
.wrapper-header .inner .content .meldung-colored_teaser.column_three .colored_teaser:nth-last-child(1) {
  margin: 0;
}
.wrapper-header .inner .content .meldung-colored_teaser.rows .colored_teaser {
  width: calc(100% - 20px);
  min-height: 200px;
  margin: 0 0 20px 0;
  background-color: rgba(218, 224, 227, 0.6);
  padding: 10px;
  color: #000000;
}
.wrapper-header .inner .content .meldung-colored_teaser.rows .colored_teaser img {
  max-width: 350px;
  float: left;
  margin: 0 20px 10px 0;
}
.wrapper-header .inner .content .tvAboForm .spinner.loading {
  background: url("/?proxy=img/ajax-loader.gif") center center no-repeat;
  height: 100px;
}
.wrapper-header .inner .content .tvAboForm .loginInfo {
  background-color: #dae0e3;
  padding: 10px;
}
.wrapper-header .inner .content .tvAboForm .plan-variant-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.wrapper-header .inner .content .tvAboForm .plan-variant-container .plan-variant {
  margin: 5px;
  width: 170px;
}
.wrapper-header .inner .content .tvAboForm .plan-variant-container .plan-variant.has-error > label {
  border: solid 2px #d30029;
  color: #d30029;
}
.wrapper-header .inner .content .tvAboForm .plan-variant-container .plan-variant > label {
  cursor: pointer;
  background: white;
  border: solid 2px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.wrapper-header .inner .content .tvAboForm .plan-variant-container .plan-variant > label > div {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-around;
}
.wrapper-header .inner .content .tvAboForm .button-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.wrapper-header .inner .content .tvAboForm .button-container button,
.wrapper-header .inner .content .tvAboForm .button-container > .button {
  padding: 20px 25px;
  border: none;
  background: #d30029;
  cursor: pointer;
  color: #ffffff;
}
.wrapper-header .inner .content .tvAboForm .button-container button:disabled,
.wrapper-header .inner .content .tvAboForm .button-container > .button:disabled {
  background-color: #89969d;
  cursor: not-allowed;
}
.wrapper-header .inner .content .tvAboForm .abo-container {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.wrapper-header .inner .content .tvAboForm .abo-container .order-overview {
  width: 30%;
}
.wrapper-header .inner .content .tvAboForm .abo-container .payment-method {
  width: 40%;
}
.wrapper-header .inner .content .tvAboForm .abo-container .js-abo-accordion .js-abo-accordion__content {
  display: none;
}
.wrapper-header .inner .content .tvAboForm .abo-container .js-abo-accordion--is-active .js-abo-accordion__content {
  display: block;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card {
  background-color: #ffffff;
  border: solid 1px #dae0e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body {
  padding: 10px;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card .js-abo-accordion--is-active .abo-card-header p span {
  color: #d30029;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-header {
  padding: 20px;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-header label {
  display: inline-block;
  width: 100%;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .payment-method-form-container {
  margin: -10px 10px;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .payment-method-form-container > iframe {
  width: 99% !important;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .form-group label {
  color: #89969d;
  padding-left: 5px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .form-group input {
  display: block;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .form-group input[type=text] {
  box-sizing: border-box;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #89969d;
  border-radius: 4px;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .form-group.has-error label,
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .form-group.has-error input[type=text] {
  color: #d30029;
  border-color: #d30029;
}
.wrapper-header .inner .content .tvAboForm .abo-container .abo-card-body .form-group .validation-feedback {
  color: #d30029;
  margin-top: 0.25rem;
  font-size: .875em;
}
.wrapper-header .inner .box-right {
  float: left;
  width: 31.9444444%;
  max-width: 368px;
  background-color: rgba(218, 224, 227, 0.6);
}
.wrapper-header .inner .box-right .ticker-team-name {
  display: none !important;
}
.wrapper-header .inner .box-right .ticker-team-name-mid {
  display: none !important;
}
.wrapper-header .inner .box-right .ticker-team-name-short {
  display: block !important;
}
.wrapper-header .inner .box-right .wrapper-header .inner:not(.full-screen) .content .ticker-team-name-mid {
  display: none !important;
}
.wrapper-header .inner .box-right .ticker-team-name {
  display: none !important;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-standing .ticker-score {
  font-size: 45px !important;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-score-halftime,
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-team-name-short {
  font-size: 18px;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
  padding-right: 35% !important;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
  max-width: 50%;
  display: block;
  margin: auto;
  float: none;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
  margin: 10px auto 0 auto;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names {
  padding-left: 35% !important;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img {
  max-width: 50%;
  display: block;
  margin: auto;
  float: none;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names {
  margin: 10px auto 0 auto;
}
.wrapper-header .inner .box-right .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-names {
  float: none;
  text-align: center;
  max-width: 50%;
  /*.goals { display:none; }*/
}
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img,
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
  padding-right: 35%;
}
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img .ticker-team-name-short,
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names .ticker-team-name-short {
  display: none !important;
}
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img,
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names {
  padding-left: 35%;
}
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img .ticker-team-name-short,
.wrapper-header .inner .box-right #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names .ticker-team-name-short {
  display: none !important;
}
.wrapper-header .inner .box-right .ticker-team-name-mid {
  display: none !important;
}
.wrapper-header .inner .box-right .inner_half .table > table > tbody > tr > td {
  padding-right: 10px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.wrapper-header .inner .box-right .ticker-aufmacher .ticker-top-box {
  min-height: 100px !important;
}
.wrapper-header .inner .box-right .box-right-inner > div:not(.clear) {
  margin-top: 15px;
}
.wrapper-header .inner .box-right .box-right-inner {
  padding: 0 10px;
}
.wrapper-header .inner .box-right .data-snippet .table h3 .dropdown-navi {
  display: none;
}
.wrapper-header .inner .box-right .small-state {
  display: table !important;
}
.wrapper-header .inner .box-right .full-state {
  display: none !important;
}
.wrapper-header .inner .box-right .meldung-navi > div div,
.wrapper-header .inner .box-right .meldung-navi a div {
  padding: 5px;
}
.wrapper-header .inner .box-right .meldung-navi > div {
  padding: 0;
}
.wrapper-header .inner .box-right img {
  max-width: 100%;
}
.wrapper-header .inner .box-right .boxen.three .box {
  float: none !important;
  width: 100% !important;
}
.wrapper-header .inner .box-right .heading-right {
  display: none !important;
}
.wrapper-header .inner .box-right .meldung-social .social-item {
  width: 100% !important;
  margin-bottom: 15px !important;
}
.wrapper-header .inner .box-right .loadmore {
  display: none !important;
}
.wrapper-header .inner .box-right .inner_twothird .table > table > tbody > tr > td:nth-child(1) {
  display: block;
  width: auto;
}
.wrapper-header .inner .box-right .inner_twothird .table > table > tbody > tr > td:nth-child(2) {
  display: block;
}
.wrapper-header .inner .box-right .inner_twothird .table > table > tbody > tr > td:nth-child(2) > table {
  max-width: none;
  width: 100%;
}
.wrapper-header .inner .box-right .inner_half .table > table > tbody > tr td {
  display: block;
  width: auto;
}
.wrapper-header .inner .box-right .inner_half .table > table > tbody > tr td:nth-child(1) {
  padding-right: 10px !important;
}
.wrapper-header .inner .box-right .inner_half .table > table > tbody > tr td:nth-child(2) h3 {
  visibility: visible;
}
.wrapper-header .inner .box-right table.table.spielberichte {
  display: block !important;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody {
  display: block;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr {
  width: 100%;
  display: block;
  float: left;
  clear: all;
  border-bottom: 1px solid #dae0e3;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td {
  border: none !important;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td .hide-mobile,
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td .hide-tablet {
  display: none;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td .hide-desktop {
  display: inline !important;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(1) {
  font-size: 10px;
  width: 20%;
  float: left;
  display: block;
  line-height: 15px;
  padding-top: 15px;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(1):after {
  content: 'Spieltag';
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(2) {
  font-size: 10px;
  float: left;
  display: block;
  line-height: 15px;
  padding-bottom: 15px;
  clear: left;
  padding-right: 0;
  width: 12%;
  max-width: 35px;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(2):after {
  content: ', ';
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(3) {
  font-size: 10px;
  float: left;
  display: block;
  line-height: 15px;
  padding-bottom: 15px;
  padding: 0;
  width: 12%;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(4) {
  width: 25%;
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(5) {
  width: 8%;
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(6) {
  width: 25%;
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr td:nth-child(7) {
  width: 13%;
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spielberichte tbody tr:first-child {
  border-top: 2px solid #89969d;
}
.wrapper-header .inner .box-right table.table.spieltage {
  display: block !important;
}
.wrapper-header .inner .box-right table.table.spieltage tbody {
  display: block;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr {
  width: 100%;
  display: block;
  float: left;
  clear: all;
  border-bottom: 1px solid #dae0e3;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td {
  border: none !important;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td .hide-mobile,
.wrapper-header .inner .box-right table.table.spieltage tbody tr td .hide-tablet {
  display: none;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td .hide-desktop {
  display: inline !important;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td:nth-child(1) {
  font-size: 10px;
  width: 20%;
  float: left;
  display: block;
  line-height: 15px;
  padding-top: 15px;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td:nth-child(2) {
  font-size: 10px;
  float: left;
  display: block;
  line-height: 15px;
  padding-bottom: 15px;
  clear: left;
  padding-right: 0;
  width: 17%;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td:nth-child(3) {
  width: 25%;
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td:nth-child(4) {
  width: 8%;
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td:nth-child(5) {
  width: 25%;
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td:nth-child(6) {
  width: 20%;
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin-top: -30px;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr td:nth-child(7) {
  display: none;
}
.wrapper-header .inner .box-right table.table.spieltage tbody tr:first-child {
  border-top: 2px solid #89969d;
}
.wrapper-header .inner .headingbar {
  width: 100%;
  display: table;
  white-space: nowrap;
  color: #89969d;
  vertical-align: top;
  margin-bottom: 20px;
}
.wrapper-header .inner .headingbar a {
  color: #89969d;
}
.wrapper-header .inner .headingbar .heading-left,
.wrapper-header .inner .headingbar .heading-middle,
.wrapper-header .inner .headingbar .heading-right {
  display: table-cell;
  font: 17px/17px 'ziontrain_probold';
}
.wrapper-header .inner .headingbar .heading-left {
  width: auto !important;
  padding-right: 10px;
  padding-top: 10px;
  line-height: 0.8;
  letter-spacing: 2px;
}
.wrapper-header .inner .headingbar .heading-left:before {
  background-color: #89969d;
  content: "";
  display: inline-block;
  height: 12px;
  position: relative;
  width: 15px;
  margin-right: 10px;
}
.wrapper-header .inner .headingbar .heading-middle {
  width: 100%;
}
.wrapper-header .inner .headingbar .heading-middle:after {
  background-color: #89969d;
  content: "";
  display: inline-block;
  height: 12px;
  position: relative;
  width: 100%;
}
.wrapper-header .inner .headingbar .heading-right {
  padding-left: 10px;
  font-size: 30px;
  padding-top: 10px;
  vertical-align: bottom;
}
.wrapper-header .inner .headingbar .heading-right img {
  width: 25px;
  padding: 0 1px;
  margin-top: -5px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  cursor: pointer;
  /*, &:hover*/
  /*&.active:hover  {
  .opacity(0.5);
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
 }*/
}
.wrapper-header .inner .headingbar .heading-right img.active {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale");
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.wrapper-header .inner .headingbar .heading-right:after {
  background-color: #89969d;
  content: "";
  display: inline-block;
  height: 12px;
  position: relative;
  width: 15px;
  margin-left: 5px;
  vertical-align: top;
}
.wrapper-header .inner .headingbar .text {
  font: 17px/17px 'ziontrain_probold';
  color: #89969d;
  overflow: hidden;
}
.wrapper-header .inner .headingbar .text img {
  width: 15px;
  height: 15px;
  margin: -10px 0 0 10px;
  position: relative;
  top: 3px;
}
.wrapper-header .inner .loadmore {
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
  cursor: pointer;
}
.wrapper-header .inner .loadmore .text {
  font: 14px 'ziontrain_proregular';
  color: #89969d;
  overflow: hidden;
}
.wrapper-header .inner .loadmore .text img {
  width: 15px;
  height: 15px;
  margin: -10px 0 0 10px;
  position: relative;
  top: 3px;
}
.wrapper-header .inner .loadmore .text:after,
.wrapper-header .inner .loadmore .text:before {
  background-color: #89969d;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.wrapper-header .inner .loadmore .text:before {
  right: 0.5em;
  margin-left: -50%;
}
.wrapper-header .inner .loadmore .text:after {
  left: 0.5em;
  margin-right: -50%;
}
.wrapper-header .inner .contentnavi {
  margin-bottom: 20px;
}
.wrapper-header .inner .contentnavi ul.third {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 33px;
  border-bottom: 1px solid #000;
}
.wrapper-header .inner .contentnavi ul.third li {
  float: left;
  overflow: hidden;
  width: auto;
  display: block;
  border-right: 1px solid #ffffff;
  padding: 7px 15px;
  background: #89969d;
  color: #ffffff;
  cursor: pointer;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .contentnavi ul.third li a {
  color: #ffffff;
  font-size: 14px;
}
.wrapper-header .inner .contentnavi ul.third .active,
.wrapper-header .inner .contentnavi ul.third li:hover {
  background: #575f65;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .contentnavi ul.fourth {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  height: 20px;
}
.wrapper-header .inner .contentnavi ul.fourth li {
  float: left;
  overflow: hidden;
  width: auto;
  display: block;
  padding: 0 15px;
  color: #89969d;
  cursor: pointer;
}
.wrapper-header .inner .contentnavi ul.fourth li a {
  color: #89969d;
  text-decoration: none;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .contentnavi ul.fourth li:nth-child(1) {
  padding-left: 10px;
}
.wrapper-header .inner .contentnavi ul.fourth .active,
.wrapper-header .inner .contentnavi ul.fourth li:hover {
  color: #575f65;
  text-decoration: underline;
  cursor: pointer;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .table {
  margin: 0 0 20px;
  width: 100%;
}
.wrapper-header .inner .table .gameday-dropdown {
  float: right;
  width: 270px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #d30029;
}
.wrapper-header .inner .table .gameday-dropdown:before {
  display: block;
  content: "";
  position: absolute;
  right: 24px;
  top: 46px;
  height: 20px;
  width: 20px;
  background: url("/?proxy=img/icons/50x50/icon-pfeil2.png") no-repeat right #ffffff;
  background-size: auto 20px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: -1;
}
.wrapper-header .inner .table .gameday-dropdown select {
  background: transparent;
  width: 270px;
  padding: 5px;
  font-size: 14px;
  line-height: 25px;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  color: #d30029;
  margin-top: -6px;
}
.wrapper-header .inner .table .paging-container {
  margin-top: 15px;
}
.wrapper-header .inner .table .paging-container a {
  color: #d30029 !important;
}
.wrapper-header .inner .table .paging-container a img {
  width: 25px;
  vertical-align: middle;
}
.wrapper-header .inner .table .paging-container .left {
  float: left;
}
.wrapper-header .inner .table .paging-container .right {
  float: right;
}
.wrapper-header .inner .table table {
  width: 100%;
  border-spacing: 0;
}
.wrapper-header .inner .table table thead tr th {
  font: 15px/50px 'ziontrain_probold';
  padding: 0 10px !important;
}
.wrapper-header .inner .table table thead tr th .icon {
  margin-top: 0;
  float: none;
  padding-right: 0;
}
.wrapper-header .inner .table table thead tr th .icon img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
}
.wrapper-header .inner .table table thead tr th .icon span {
  color: #d30029;
  font-weight: normal;
  font-style: italic;
}
.wrapper-header .inner .table table thead tr th img.icon {
  width: 25px;
  height: 25px;
  position: relative;
  top: -15px;
}
.wrapper-header .inner .table table tbody tr:first-child td {
  border-top: 1px solid #89969d;
}
.wrapper-header .inner .table table tbody tr:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.6);
}
.wrapper-header .inner .table table tbody tr:nth-child(2n+2) {
  background: rgba(242, 242, 242, 0.6);
}
.wrapper-header .inner .table table tbody tr.green {
  border-left: 3px solid rgba(82, 166, 65, 0.5);
}
.wrapper-header .inner .table table tbody tr.grey {
  border-left: 3px solid rgba(87, 95, 101, 0.5);
}
.wrapper-header .inner .table table tbody tr.red {
  border-left: 3px solid rgba(211, 0, 41, 0.5);
}
.wrapper-header .inner .table table tbody tr.live td {
  font-style: italic;
}
.wrapper-header .inner .table table tbody tr td {
  border-bottom: 1px solid #dae0e3;
  font: 14px/60px 'ziontrain_proregular';
  padding: 0 10px;
  white-space: nowrap;
}
.wrapper-header .inner .table table tbody tr td .icon {
  margin-top: 0;
  float: none;
  padding-right: 0;
}
.wrapper-header .inner .table table tbody tr td .icon img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
}
.wrapper-header .inner .table table tbody tr td .icon span {
  color: #d30029;
  font-family: 'ziontrain_proregular' !important;
}
.wrapper-header .inner .table table tbody tr td .icon span.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.wrapper-header .inner .table table tbody tr td img.teamlogo {
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
  margin: 0 3px;
}
.wrapper-header .inner .table table tbody tr td .info {
  font: 12px/25px 'ziontrain_proregular' !important;
  color: #89969d !important;
}
.wrapper-header .inner .table table tbody tr td .info.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.wrapper-header .inner .table table tbody tr td .flagge {
  width: 30px;
  height: auto;
  margin-bottom: -4px;
}
.wrapper-header .inner .table table tbody tr td a {
  color: #d30029;
  font-family: 'ziontrain_probold';
}
.wrapper-header .inner .table table tbody tr th {
  font: 15px/50px 'ziontrain_probold';
  padding: 0 10px !important;
}
.wrapper-header .inner .table table tbody tr th .icon {
  margin-top: 0;
  float: none;
  padding-right: 0;
}
.wrapper-header .inner .table table tbody tr th .icon img {
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
}
.wrapper-header .inner .table table tbody tr th .icon span {
  color: #d30029;
  font-family: 'ziontrain_proregular' !important;
}
.wrapper-header .inner .table table tbody tr th .icon span.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN' !important;
}
.wrapper-header .inner .table table tbody tr th img.icon {
  width: 25px;
  height: 25px;
  position: relative;
  float: left !important;
}
.wrapper-header .inner .table table tbody tr.light td {
  font: 14px/60px 'ziontrain_prolight';
}
.wrapper-header .inner .table table tbody tr.bold td {
  font: 14px/60px 'ziontrain_probold';
}
.wrapper-header .inner .inner_onethird,
.wrapper-header .inner .inner_twothird {
  float: left;
}
.wrapper-header .inner .inner_onethird table tbody td,
.wrapper-header .inner .inner_twothird table tbody td {
  padding: 0 5px !important;
  white-space: nowrap;
}
.wrapper-header .inner .inner_onethird table tbody td:nth-child(1),
.wrapper-header .inner .inner_twothird table tbody td:nth-child(1) {
  padding: 0 5px 0 10px !important;
}
.wrapper-header .inner .inner_onethird table tbody td:nth-last-child(1),
.wrapper-header .inner .inner_twothird table tbody td:nth-last-child(1) {
  padding: 0 10px 0 5px !important;
}
.wrapper-header .inner .inner_onethird table tbody td.teamname,
.wrapper-header .inner .inner_twothird table tbody td.teamname {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper-header .inner .werbung.superbanner {
  margin: 10px auto;
  text-align: center;
  width: 728px;
  height: 90px;
}
.wrapper-header .inner .werbung.superbanner.vorcontent {
  margin: 0 auto 30px auto;
}
.wrapper-header .inner .werbung.superbanner img {
  max-width: 100%;
  height: auto;
}
.wrapper-header .inner .werbung.presenting.banner {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 1152px;
  height: auto;
  max-height: 90px;
  margin: 0 auto 30px auto;
}
.wrapper-header .inner .werbung.presenting.banner .spacer {
  margin-top: 7.8125%;
}
.wrapper-header .inner .werbung.presenting.banner .presenting-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.wrapper-header .inner .site-info {
  font: 13px 'ziontrain_prolight';
  color: #89969d;
}
.wrapper-header .inner .site-info a {
  color: #89969d !important;
}
.wrapper-header .inner .site-info div {
  float: left;
  width: 50%;
}
.wrapper-header .inner .site-info div.directories {
  text-align: left;
}
.wrapper-header .inner .site-info div.date {
  text-align: right;
}
.wrapper-header .inner .termin-table .table table tbody tr td {
  white-space: normal;
  line-height: inherit;
  padding: 14px 10px;
  vertical-align: middle;
}
.wrapper-header .inner .termin-table .table table tbody tr td > div {
  height: auto !important;
  white-space: normal;
  line-height: 20px;
}
.wrapper-header .inner .termin-table .table table tbody tr td:first-child {
  line-height: inherit;
  white-space: nowrap;
  line-height: 34px;
  padding: 4px 5px 4px 10px;
  min-width: 60px;
}
.wrapper-header .inner .termin-table .table table tbody tr td:first-child .footable-toggle {
  display: inline;
  float: none;
  line-height: 20px;
}
.wrapper-header .inner .termin-table .table table tbody tr td div.icon {
  display: inline;
  float: none !important;
  padding-right: 5px;
  white-space: nowrap;
}
.wrapper-header .inner .content .meldung-table.kalender-abo {
  margin-bottom: 20px !important;
}
.wrapper-header .inner .content .meldung-table.kalender-abo .kalender-abos {
  margin-bottom: 10px !important;
}
.wrapper-header .inner .content .meldung-table.kalender-abo .kalender-abos .icon {
  float: left !important;
  width: 20%;
  margin-bottom: 10px;
}
.wrapper-header .inner.full-screen {
  padding: 0 24px;
}
.wrapper-header .inner.full-screen .diashow.full-screen img,
.wrapper-header .inner.full-screen .image.full-screen img {
  max-width: 100% !important;
}
.wrapper-header .inner.full-screen .content {
  width: 100%;
  max-width: none;
}
.wrapper-header .inner.full-screen .content .meldung-more .more-content .social-item,
.wrapper-header .inner.full-screen .content .social-wrapper .social-item {
  margin-bottom: 15px;
}
.wrapper-header .inner.full-screen .content .meldung-more .more-content .social-grid-sizer,
.wrapper-header .inner.full-screen .content .social-wrapper .social-grid-sizer,
.wrapper-header .inner.full-screen .content .meldung-more .more-content .social-item,
.wrapper-header .inner.full-screen .content .social-wrapper .social-item {
  width: 32.3%;
}
.wrapper-header .inner.full-screen .content .meldung-more .more-content article,
.wrapper-header .inner.full-screen .content .social-wrapper article {
  width: 30.5555555%;
  margin-right: 4.16666675%;
}
.wrapper-header .inner.full-screen .content .meldung-more .more-content article:nth-child(2n),
.wrapper-header .inner.full-screen .content .social-wrapper article:nth-child(2n) {
  margin-right: 4.16666675%;
}
.wrapper-header .inner.full-screen .content .meldung-more .more-content article:nth-child(3n),
.wrapper-header .inner.full-screen .content .social-wrapper article:nth-child(3n) {
  margin-right: 0;
}
.wrapper-header .inner.full-screen .content .meldung-more .more-content .social-gutter-sizer,
.wrapper-header .inner.full-screen .content .social-wrapper .social-gutter-sizer {
  width: 1.56%;
}
.wrapper-header .inner.full-screen .content .meldung-more .more-content .spacer,
.wrapper-header .inner.full-screen .content .social-wrapper .spacer {
  width: 4.16666675%;
}
.wrapper-header .inner.full-screen .content .meldung-teaser .teaser-image > a {
  position: relative;
  display: block;
  max-width: 352px;
}
.wrapper-header .inner.full-screen .content .meldung-teaser .teaser-info {
  left: 380px;
  width: auto;
}
.wrapper-header .inner.full-screen .box-right {
  display: none;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-team-name-mid {
  display: block !important;
  margin-top: 25px;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-team-name {
  display: none !important;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
  padding-left: 20px;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img {
  padding-right: 20px;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
  float: none;
  padding: 0;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img {
  float: none;
  padding: 0;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-name-mid {
  margin-top: 0;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-names {
  float: none;
}
.wrapper-header .inner:not(.full-screen) .content .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-names .goals {
  text-align: center;
}
.wrapper-header .inner:not(.full-screen) .content .wrapper-header .inner .content .full-state {
  display: none !important;
}
.wrapper-header .inner:not(.full-screen) .content .wrapper-header .inner .content .small-state {
  display: table !important;
}
.wrapper-header .inner:not(.full-screen) .content .full-state {
  display: none !important;
}
.wrapper-header .inner:not(.full-screen) .content .small-state {
  display: table !important;
}
.wrapper.blank .grid-layer {
  background: url("/?proxy=img/1x1_white.png") !important;
}
.wrapper.blank .wrapper-header {
  padding-bottom: 0 !important;
}
/* aktuelles */
.meldung:nth-child(odd) .grid-layer,
.static:nth-child(odd) .grid-layer,
.datencenter:nth-child(odd) .grid-layer {
  background: url("/?proxy=img/1x1_white.png");
}
.meldung .partner-list,
.static .partner-list,
.datencenter .partner-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0 0;
  margin: 0 0 30px;
}
.meldung .partner-list li,
.static .partner-list li,
.datencenter .partner-list li {
  float: left;
  width: 19%;
  padding: 8px 1.25% 8px 0;
}
.meldung .partner-list li:nth-child(5n),
.static .partner-list li:nth-child(5n),
.datencenter .partner-list li:nth-child(5n) {
  padding-right: 0;
}
.meldung .partner-list li a,
.static .partner-list li a,
.datencenter .partner-list li a {
  display: block;
  padding: 10px;
  border: 1px solid #e3e7ea;
  background: #ffffff;
}
.meldung .partner-list li a img,
.static .partner-list li a img,
.datencenter .partner-list li a img {
  width: 100%;
  max-width: 195px;
  height: auto;
  display: block;
  margin: auto;
}
.meldung .partner-list li a:hover,
.static .partner-list li a:hover,
.datencenter .partner-list li a:hover {
  border-color: #dae0e3;
}
.meldung figure.player-portrait,
.static figure.player-portrait,
.datencenter figure.player-portrait {
  width: 19%;
  padding: 8px 1.25% 8px 0;
  float: left;
  margin: 0 0 30px;
  display: block;
  text-align: center;
  min-height: 365px;
}
.meldung figure.player-portrait:nth-child(5n),
.static figure.player-portrait:nth-child(5n),
.datencenter figure.player-portrait:nth-child(5n) {
  padding-right: 0;
}
.meldung figure.player-portrait a,
.static figure.player-portrait a,
.datencenter figure.player-portrait a {
  color: #000000;
}
.meldung figure.player-portrait a:hover,
.static figure.player-portrait a:hover,
.datencenter figure.player-portrait a:hover {
  text-decoration: none;
}
.meldung figure.player-portrait figcaption,
.static figure.player-portrait figcaption,
.datencenter figure.player-portrait figcaption {
  padding: 5px 0;
  text-align: left;
  position: relative;
  z-index: 2;
  margin: -5px auto auto auto !important;
  max-width: 200px;
  border-top: 1px solid #dae0e3;
}
.meldung figure.player-portrait figcaption .vname,
.static figure.player-portrait figcaption .vname,
.datencenter figure.player-portrait figcaption .vname {
  font-family: 'ziontrain_proitalic',Arial,sans-serif;
  font-size: 18px;
  padding: 15px 0 0 5px;
  text-align: left;
  line-height: 17px;
}
.meldung figure.player-portrait figcaption .nname,
.static figure.player-portrait figcaption .nname,
.datencenter figure.player-portrait figcaption .nname {
  padding: 0 0 5px 5px;
  text-align: left;
  margin-top: -7px;
  color: #000000;
  font-size: 19px;
  font-family: 'ziontrain_probold_italic';
  line-height: 17px;
  padding-top: 8px;
}
.meldung figure.player-portrait figcaption .date,
.static figure.player-portrait figcaption .date,
.datencenter figure.player-portrait figcaption .date {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin: 5px 0;
  clear: left;
}
.meldung figure.player-portrait figcaption .date i,
.static figure.player-portrait figcaption .date i,
.datencenter figure.player-portrait figcaption .date i {
  background: url("/?proxy=img/icons/50x50/icon-termine-plain.png") 0 0 no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
  float: left;
  margin-right: 10px;
}
.meldung figure.player-portrait figcaption .nat,
.static figure.player-portrait figcaption .nat,
.datencenter figure.player-portrait figcaption .nat {
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin: 5px 0;
  min-height: 50px;
}
.meldung figure.player-portrait figcaption .nat i,
.static figure.player-portrait figcaption .nat i,
.datencenter figure.player-portrait figcaption .nat i {
  background: url("/?proxy=img/icons/50x50/icon-nation-plain.png") 0 0 no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
  float: left;
  margin-right: 10px;
}
.meldung figure.player-portrait img,
.static figure.player-portrait img,
.datencenter figure.player-portrait img {
  width: 100%;
  height: auto;
  max-width: 180px;
  max-height: 287px;
  display: inline-block;
}
.meldung figure.player-portrait.trikotnr figcaption .num,
.static figure.player-portrait.trikotnr figcaption .num,
.datencenter figure.player-portrait.trikotnr figcaption .num {
  float: left;
  margin-right: 10px;
  font-family: 'ziontrain_probold_italic',Arial,sans-serif;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 5px 0;
  color: #d30029;
}
.meldung figure.player-portrait.trikotnr figcaption .vname,
.static figure.player-portrait.trikotnr figcaption .vname,
.datencenter figure.player-portrait.trikotnr figcaption .vname {
  font-family: 'ziontrain_proitalic',Arial,sans-serif;
  font-size: 18px;
  padding: 15px 0 0 5px;
  text-align: left;
  line-height: 17px;
}
.meldung figure.player-portrait.trikotnr figcaption .nname,
.static figure.player-portrait.trikotnr figcaption .nname,
.datencenter figure.player-portrait.trikotnr figcaption .nname {
  padding: 0 0 5px 5px;
  text-align: left;
  margin-top: -7px;
  color: #000000;
  font-size: 19px;
  font-family: 'ziontrain_probold_italic';
  line-height: 17px;
  padding-top: 8px;
}
.meldung .table,
.static .table,
.datencenter .table {
  table-layout: auto;
}
.meldung .video-wrapper,
.static .video-wrapper,
.datencenter .video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.meldung .video-wrapper > div,
.static .video-wrapper > div,
.datencenter .video-wrapper > div,
.meldung .video-wrapper > img,
.static .video-wrapper > img,
.datencenter .video-wrapper > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.meldung .grid-layer,
.static .grid-layer,
.datencenter .grid-layer {
  background: url("/?proxy=img/1x1_darkwhite.png");
}
.grid-layer,
.grid-layer-aufmacher {
  margin: auto;
  max-width: 1200px;
  z-index: 8;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 30px;
  -webkit-transform: translate3d(0, 0, 0);
}
.grid-layer-aufmacher {
  top: 205px;
  bottom: 2px;
  width: auto;
}
.grid-placeholder {
  height: 30px;
  clear: both;
}
.social-item {
  width: 32.3%;
  font-size: 14px;
  background: #dae0e3;
  cursor: pointer;
  margin-bottom: 15px !important;
}
.social-item a {
  color: #000000;
}
.social-grid-sizer {
  width: 32.3%;
}
.social-gutter-sizer {
  width: 1.56%;
  margin-bottom: 15px !important;
}
.meldung-more .content,
.social-wrapper {
  width: 100%;
  margin: 0;
  height: 100%;
}
.meldung-more .content:after,
.social-wrapper:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.meldung-more .content .social-feed,
.social-wrapper .social-feed,
.meldung-more .content article,
.social-wrapper article {
  padding: 10px;
  text-align: center;
}
.meldung-more .content .social-feed img,
.social-wrapper .social-feed img,
.meldung-more .content article img,
.social-wrapper article img {
  max-width: 100%;
  width: auto;
}
.meldung-more .content .social-feed p,
.social-wrapper .social-feed p,
.meldung-more .content article p,
.social-wrapper article p {
  padding: 0;
  margin: 0;
  text-align: left;
}
.meldung-more .content .sm,
.social-wrapper .sm {
  color: #ffffff;
  font: 11px 'ziontrain_prolight';
  background: #89969d;
}
.meldung-more .content .sm.sm-facebook,
.social-wrapper .sm.sm-facebook {
  background: #3b5998;
}
.meldung-more .content .sm.sm-twitter,
.social-wrapper .sm.sm-twitter {
  background: #55acee;
}
.meldung-more .content .sm.sm-googleplus,
.social-wrapper .sm.sm-googleplus {
  background: #da2713;
}
.meldung-more .content .sm img,
.social-wrapper .sm img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
.meldung-more .content .sm span,
.social-wrapper .sm span {
  text-align: left;
}
.meldung-more .content .sm span:nth-child(2),
.social-wrapper .sm span:nth-child(2) {
  padding: 5px 0;
}
.meldung-more .content .sm span:nth-child(3),
.social-wrapper .sm span:nth-child(3) {
  padding: 5px 10px 5px 0;
}
.meldung-more .content .sm span:last-child,
.social-wrapper .sm span:last-child {
  float: right;
}
.swiper-container {
  position: relative;
}
.swiper-container-inner {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.swiper-button-next {
  position: absolute;
  right: 10px !important;
  background-image: url("/?proxy=img/icon_pfeil_rot.png") !important;
  background-size: contain !important;
  width: 50px !important;
}
.wrapper.video .swiper-button-next {
  right: 34px !important;
}
.swiper-button-prev {
  position: absolute;
  left: 10px !important;
  background-image: url("/?proxy=img/icon_pfeil_rot.png") !important;
  background-size: contain !important;
  width: 50px !important;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper.video .swiper-button-prev {
  left: 34px !important;
}
.swiper-pagination-bullet {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  font-size: 55px !important;
  background: #fff !important;
  height: 13px !important;
  width: 13px !important;
  border: 1px solid #d30029 !important;
}
.swiper-slide {
  cursor: grab !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
}
.swiper-pagination-bullet-active {
  background: #d30029 !important;
  border: 1px solid white!important;
}
/* newsarchive */
.newsarchive .meldungsheader,
.newsarchive .aufmacher_top,
.newsarchive .rubrik,
.newsarchive .datum {
  display: none;
}
.newsarchive h1 {
  font: 27px 'ziontrain_probold_italic';
  color: #d30029;
}
.newsarchive h2 {
  font: 24px 'ziontrain_probold';
  color: #d30029;
}
.newsarchive img {
  border: 0;
}
.newsarchive .rot {
  color: #d30029;
}
.newsarchive a {
  color: #d30029;
}
.newsarchive .aufmacher_meldung p {
  font: 15px 'ziontrain_probold_italic';
}
.newsarchive .text_mit_bild .img_box_re {
  float: right;
  width: auto;
  max-width: 352px;
  margin-left: 20px;
}
.newsarchive .text_mit_bild .img_box_re .img p {
  padding: 3px 10px 10px 10px;
  font: 12px 'ziontrain_proregular';
  color: #575f65;
  margin: 0;
}
.newsarchive .text_mit_bild .img_box_li {
  float: left;
  width: auto;
  max-width: 352px;
  margin-right: 20px;
}
.newsarchive .text_mit_bild .img_box_li .img p {
  padding: 3px 10px 10px 10px;
  font: 12px 'ziontrain_proregular';
  color: #575f65;
  margin: 0;
}
.newsarchive .article {
  margin: 40px 0;
}
.newsarchive .article > a:first-child {
  float: left;
  min-height: 160px;
  margin-right: 15px;
}
.newsarchive .article > a:first-child img {
  max-width: 352px;
}
.newsarchive .article .rubrik {
  display: initial;
  font: 12px 'ziontrain_prolight';
  color: #89969d;
}
.newsarchive .article .rubrik a {
  color: #89969d;
}
.newsarchive .article .datum {
  display: initial;
  float: right;
  font: 12px 'ziontrain_prolight';
  color: #89969d;
}
.newsarchive .article h1 {
  font-size: 18px;
}
.newsarchive .tv_teaser {
  position: relative;
  margin: 40px 0;
}
.newsarchive .tv_teaser:hover .teaser_playbtn,
.newsarchive .tv_teaser a:hover .teaser_playbtn {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.newsarchive .tv_teaser a.tv_teaser_img {
  float: left;
  min-height: 160px;
  margin-right: 15px;
}
.newsarchive .tv_teaser a.tv_teaser_img img {
  max-width: 352px;
}
.newsarchive .tv_teaser .teaser_playbtn {
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(15));
  filter: alpha(opacity = (15));
  position: absolute;
  left: 5px;
  top: 5px;
  text-align: right;
  z-index: 1;
  height: 81px;
  width: 144px;
  background: url("/?proxy=img/icon_vfbtv.png") center center no-repeat;
  background-size: 40%;
}
.newsarchive .tv_teaser .teaser_playbtn_link {
  display: none;
}
.newsarchive .tv_teaser .rubrik {
  display: initial;
  font: 12px 'ziontrain_prolight';
  color: #89969d;
}
.newsarchive .tv_teaser .rubrik a {
  color: #89969d;
}
.newsarchive .tv_teaser .datum {
  display: initial;
  float: right;
  font: 12px 'ziontrain_prolight';
  color: #89969d;
}
.newsarchive .tv_teaser h1 {
  font-size: 18px;
}
.newsarchive .text_grau {
  background-color: rgba(218, 224, 227, 0.5);
  border: 1px dashed #89969d;
  padding: 23px;
}
.newsarchive .bild {
  max-width: 100%;
}
.newsarchive .bild img {
  max-width: 100%;
}
.newsarchive .aufmacher_meldung .img {
  max-width: 100%;
}
.newsarchive .aufmacher_meldung .img img {
  max-width: 100%;
}
.newsarchive .box_li h1,
.newsarchive .text_grau h1,
.newsarchive .box_li h2,
.newsarchive .text_grau h2 {
  font-size: 18px;
}
.newsarchive .diashow_new img {
  max-width: 100%;
}
.newsarchive .diashow_new .dia_text {
  padding: 3px 10px 10px 10px;
  font: 12px 'ziontrain_proregular';
  color: #575f65;
  margin: 0;
}
.newsarchive table {
  border: none;
  border-spacing: 0;
}
.newsarchive table tr {
  border: none;
}
.newsarchive table tr:nth-child(2) td {
  border-top: 1px solid #89969d;
}
.newsarchive table tr:nth-child(2n+2) {
  background: rgba(255, 255, 255, 0.6);
}
.newsarchive table tr:nth-child(2n+3) {
  background: rgba(242, 242, 242, 0.6);
}
.newsarchive table tr th {
  border: none;
  font: 15px/50px 'ziontrain_probold';
  padding: 0 10px;
  text-align: left;
}
.newsarchive table tr td {
  border: none;
  border-bottom: 1px solid #dae0e3;
  font: 14px/60px 'ziontrain_proregular';
  padding: 0 10px;
}
.newsarchive ul li {
  color: #000000 !important;
}
.newsarchive iframe {
  max-width: 100%;
}
.newsarchive .text_mit_box .textbox_re {
  float: right;
  padding: 20px;
  border: 1px dashed rgba(211, 0, 41, 0.4);
  margin-left: 20px;
}
.newsarchive .text_mit_box .textbox_li {
  float: left;
  padding: 20px;
  border: 1px dashed rgba(211, 0, 41, 0.4);
  margin-right: 20px;
}
.newsarchive .datasite .drop_down {
  display: none;
}
.newsarchive .datasite .bericht_header {
  width: 100%;
}
.newsarchive .datasite .bericht_header .bericht_team1,
.newsarchive .datasite .bericht_header .bericht_team2 {
  margin-top: 10px;
  width: 35%;
}
.newsarchive .datasite .bericht_header .bericht_team1 h2,
.newsarchive .datasite .bericht_header .bericht_team2 h2 {
  font: 21px 'ziontrain_probold';
  color: #000000;
  width: 65%;
  word-wrap: break-word;
}
.newsarchive .datasite .bericht_header .bericht_team1 img,
.newsarchive .datasite .bericht_header .bericht_team2 img {
  max-width: 25%;
}
.newsarchive .datasite .bericht_header .bericht_team1 {
  float: left;
}
.newsarchive .datasite .bericht_header .bericht_team1 h2 {
  float: right;
  text-align: right;
  margin: 0 0 0 20px;
}
.newsarchive .datasite .bericht_header .bericht_team1 img {
  float: left;
}
.newsarchive .datasite .bericht_header .bericht_team2 {
  float: right;
}
.newsarchive .datasite .bericht_header .bericht_team2 h2 {
  float: left;
  text-align: left;
  margin: 0 20px 0 0;
}
.newsarchive .datasite .bericht_header .bericht_team2 img {
  float: right;
}
.newsarchive .datasite .bericht_header .bericht_torschuetzen1 table {
  float: right;
}
.newsarchive .datasite .bericht_header .bericht_torschuetzen1 table td {
  text-align: right;
}
.newsarchive .datasite .bericht_header .bericht_torschuetzen2 table {
  float: left;
}
.newsarchive .datasite .bericht_header .bericht_torschuetzen2 table td {
  text-align: left;
}
.newsarchive .datasite .bericht_header .bericht_torschuetze table {
  margin-top: 10px;
  min-width: 0 !important;
}
.newsarchive .datasite .bericht_header .bericht_torschuetze table tr {
  background: none;
}
.newsarchive .datasite .bericht_header .bericht_torschuetze table tr td {
  border: none;
  font: 13px 'ziontrain_proregular';
  color: #575f65;
  padding: 2px 3px;
}
.newsarchive .datasite .bericht_header .bericht_spielstand {
  text-align: center;
  width: 30%;
  margin: 0 auto;
}
.newsarchive .datasite .bericht_header .bericht_spielstand span {
  font: 50px 'ziontrain_probold';
}
.newsarchive .datasite .bericht_header .bericht_spielstand span.bericht_halbzeitstand {
  display: block;
  font-size: 20px;
}
.newsarchive .datasite .bericht_tabelle table {
  width: 100%;
}
.newsarchive .datasite .bericht_tabelle table th {
  text-transform: uppercase;
}
.newsarchive .datasite .bericht_tabelle table .bericht_highlight {
  font-weight: bold;
  padding: 0 5px;
}
.newsarchive .datasite .bericht_tabelle table .left {
  float: left;
}
.newsarchive .datasite .bericht_tabelle table .right {
  float: right;
}
.newsarchive .datasite .loadmore {
  margin: 20px 0;
}
/* verteilseite */
.wrapper-header .inner .content .suche.verteilseite {
  margin: 0 0 30px 0!important;
  min-height: 0;
}
.wrapper-header .inner .content .suche.verteilseite.color {
  background-color: rgba(218, 224, 227, 0.5);
  padding: 23px;
}
.wrapper-header .inner .content .suche.verteilseite .search {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrapper-header .inner .content .suche.verteilseite .search form button {
  height: 40px;
  width: 40px;
  border: none;
  margin: 7px 0 0 0;
  padding: 0;
  float: left;
  cursor: pointer;
  background: url(/?proxy=img/icons/70x70/icon-suche.png) top left no-repeat;
  background-size: 40px;
}
.wrapper-header .inner .content .suche.verteilseite .search form div {
  float: left;
  width: calc(100% - 40px);
}
.wrapper-header .inner .content .suche.verteilseite .search form div input {
  float: left;
  height: 35px;
  width: calc(100% - 22px);
  border: 1px solid #d30029;
  margin: 7px 0 0;
  padding: 2px 10px 1px 10px;
  font: 13px/15px 'ziontrain_proregular';
  color: #d30029;
}
.wrapper-header .inner .content .suche.verteilseite .suchergebnis,
.wrapper-header .inner .content .suche.verteilseite .searchResultText {
  text-align: center;
  font-size: 12px;
  margin: 10px 0 0 0;
  color: #575f65;
}
.wrapper-header .inner .content .suche.verteilseite .suchergebnis .text,
.wrapper-header .inner .content .suche.verteilseite .searchResultText .text {
  color: #d30029;
  font: 12px 'ziontrain_probold';
}
.wrapper-header .inner .content .verteilseite-spieltage .swiper-slide {
  width: auto;
}
.wrapper-header .inner .content .verteilseite-spieltage img {
  max-width: 100%;
}
.wrapper-header .inner .content .verteilseite-spieltage .image-title {
  padding: 3px 0 10px 10px;
  font: 13px 'ziontrain_proregular';
}
.wrapper-header .inner .content .verteilseite-spieltage .image-title .kategorie {
  font: 11px 'ziontrain_prolight';
  color: #89969d;
  padding-bottom: 5px;
}
.wrapper-header .inner .content .verteilseite-spieltage .image-title .spieltag {
  color: #000000;
}
.wrapper-header .inner .content .verteilseite-spieltage .swiper-button-next,
.wrapper-header .inner .content .verteilseite-spieltage .swiper-button-prev {
  margin-top: -49px;
}
.wrapper-header .inner .content form.select {
  height: 55px;
}
.wrapper-header .inner .content form {
  position: relative;
}
.wrapper-header .inner .content form .filter {
  background-color: rgba(218, 224, 227, 0.6);
  padding: 15px 10px;
  position: absolute;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.wrapper-header .inner .content form .filter .dropdown-navi {
  border: 1px solid #89969d;
  width: 30% !important;
  float: left;
  position: static;
  right: 0;
  margin: 0 1.5%;
  max-height: 150px;
  overflow: hidden;
}
.wrapper-header .inner .content form .filter .dropdown-navi.opened {
  overflow-y: scroll;
  z-index: 3;
}
.wrapper-header .inner .content form .filter .dropdown-navi > ul {
  width: 100%;
  overflow: hidden;
}
.wrapper-header .inner .content form .filter .dropdown-navi > ul:before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.wrapper-header .inner .content form .filter .dropdown-navi > ul > li > ul li:hover {
  background-color: #89969d !important;
}
.wrapper-header .inner .content .verteilseite {
  min-height: 400px;
}
.wrapper-header .inner .content .verteilseite.inMeldung {
  min-height: 0;
}
.wrapper-header .inner .content .verteilseite h3 {
  font: 15px 'ziontrain_probold';
  padding: 0 0 20px 10px;
  border-bottom: 1px solid #89969d;
}
.wrapper-header .inner .content .verteilseite .articles article {
  padding: 10px;
  border-bottom: 1px solid #dae0e3;
}
.wrapper-header .inner .content .verteilseite .articles article a {
  color: #000000;
}
.wrapper-header .inner .content .verteilseite .articles article a:hover .image .vfbtv img,
.wrapper-header .inner .content .verteilseite .articles article a:hover .image .exklusiv img,
.wrapper-header .inner .content .verteilseite .articles article a:hover .image .exklusiv .zusatz,
.wrapper-header .inner .content .verteilseite .articles article a:hover .image .gratis img,
.wrapper-header .inner .content .verteilseite .articles article a:hover .image .gratis .zusatz,
.wrapper-header .inner .content .verteilseite .articles article a:hover .image .lupe {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .verteilseite .articles article .image {
  width: calc(40% - 20px);
  margin: 0 20px 0 0;
  position: relative;
}
.wrapper-header .inner .content .verteilseite .articles article .image img {
  width: 100%;
  max-width: 274px;
  height: auto;
}
.wrapper-header .inner .content .verteilseite .articles article .image .vfbtv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  height: 44%;
  margin: auto;
  z-index: 2;
}
.wrapper-header .inner .content .verteilseite .articles article .image .vfbtv img {
  width: 100% !important;
  height: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .verteilseite .articles article .image .exklusiv {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: auto;
}
.wrapper-header .inner .content .verteilseite .articles article .image .exklusiv img {
  width: 30px !important;
  height: 30px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper-header .inner .content .verteilseite .articles article .image .exklusiv .zusatz {
  float: left;
  background: #d30029;
  height: 30px;
  color: white;
  line-height: 30px;
  padding: 0 10px 0 5px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .verteilseite .articles article .image .gratis {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: auto;
}
.wrapper-header .inner .content .verteilseite .articles article .image .gratis img {
  width: 30px !important;
  height: 30px;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(85));
  filter: alpha(opacity = (85));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.wrapper-header .inner .content .verteilseite .articles article .image .gratis .zusatz {
  float: left;
  background: #ffffff;
  height: 30px;
  color: #d30029;
  line-height: 30px;
  padding: 0 10px 0 5px;
  margin-left: -1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper-header .inner .content .verteilseite .articles article .information {
  width: 60%;
  padding: 10px 0;
}
.wrapper-header .inner .content .verteilseite .articles article .information .site-info .directories {
  width: auto;
}
.wrapper-header .inner .content .verteilseite .articles article .information .site-info .date {
  width: auto;
  float: right;
}
.wrapper-header .inner .content .verteilseite .articles article .information .title {
  font: 20px 'ziontrain_probold';
  color: #d30029;
  margin: 10px 0 0 0;
}
.wrapper-header .inner .content .verteilseite .articles article:nth-child(even) {
  background-color: rgba(218, 224, 227, 0.3);
}
.wrapper-header .inner .content .verteilseite .paging {
  margin: 20px 0 20px 0;
  text-align: center;
}
.wrapper-header .inner .content .verteilseite .paging .prev,
.wrapper-header .inner .content .verteilseite .paging .next {
  display: inline-block;
  font: 13px 'ziontrain_probold';
  color: #d30029;
  line-height: 30px;
}
.wrapper-header .inner .content .verteilseite .paging .prev img,
.wrapper-header .inner .content .verteilseite .paging .next img {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.wrapper-header .inner .content .verteilseite .paging .prev {
  float: left;
}
.wrapper-header .inner .content .verteilseite .paging .prev img {
  float: left;
}
.wrapper-header .inner .content .verteilseite .paging .numbers {
  display: inline-block;
  line-height: 30px;
}
.wrapper-header .inner .content .verteilseite .paging ul.pages {
  display: inline-block;
  line-height: 30px;
  list-style: none;
  margin: 0;
}
.wrapper-header .inner .content .verteilseite .paging ul.pages li {
  float: left;
  overflow: hidden;
  width: auto;
  margin-right: 10px;
  display: block;
  color: #000000;
}
.wrapper-header .inner .content .verteilseite .paging ul.pages li a {
  color: #000000;
}
.wrapper-header .inner .content .verteilseite .paging ul.pages li.active a {
  color: #d30029;
  font: 14px 'ziontrain_probold';
}
.wrapper-header .inner .content .verteilseite .paging .next {
  float: right;
}
.wrapper-header .inner .content .verteilseite .paging .next img {
  float: right;
}
.wrapper-header .inner.full-screen .content .verteilseite .articles article .image {
  width: calc(25% - 20px);
}
.wrapper-header .inner.full-screen .content .verteilseite .articles article .information {
  width: 75%;
}
/* portraitseite */
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .text.mitnummer .subtitle {
  max-width: 702px;
}
.wrapper.aufmacher .wrapper-header .inner .text.mitnummer {
  text-align: left;
}
.wrapper.aufmacher .wrapper-header .inner .text.mitnummer .nummer {
  float: left;
  background: #ffffff;
  padding: 15px 20px 15px 40px;
  font: 120px/120px 'ziontrain_probold';
  color: #d30029;
  display: block;
}
.wrapper.aufmacher .wrapper-header .inner .text.mitnummer .title {
  padding: 5px 10px 5px 10px;
}
.wrapper.aufmacher .wrapper-header .inner .text.mitnummer .subtitle {
  padding: 5px 10px 5px 10px;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken {
  text-align: center;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 20px 20px;
  margin: 10px 10px;
  background-color: #d30029;
  color: #ffffff;
  display: inline-block;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik .wert {
  font-size: 30px;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik hr {
  border-style: solid;
  color: white;
  margin: 0 auto 10px auto;
  width: 90%;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik .bezeichnung {
  font-size: 12px;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik .bezeichnung img {
  width: 15px;
  height: auto;
  margin: 0 1px;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik .bezeichnung span {
  vertical-align: top;
}
.wrapper.meldung .inner .content .meldung-gallery.no-slider .image {
  margin: 0 0 10px 0;
  float: left;
  width: calc(50% - 8px);
  position: relative;
}
.wrapper.meldung .inner .content .meldung-gallery.no-slider .image:nth-child(odd) {
  margin-right: 15px;
}
.wrapper.meldung .inner .content .meldung-gallery.no-slider .image img {
  width: 100%;
  max-width: 368px;
  height: auto;
}
.wrapper.meldung .inner .content .meldung-gallery.no-slider .image:hover,
.wrapper.meldung .inner .content .meldung-gallery.no-slider .image:hover .lupe {
  cursor: zoom-in;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.ticker-icon {
  min-width: 30px;
  min-height: 20px;
  background-size: 16px !important;
}
span.ticker-icon {
  display: inline-block;
  vertical-align: middle;
}
.ticker-icon.goal {
  background: url("/?proxy=img/icons/50x50/sport/tor.png") no-repeat center;
}
.ticker-icon.assist {
  background: url("/?proxy=img/icons/50x50/sport/assist.png") no-repeat center;
}
.ticker-icon.own-goal {
  background: url("/?proxy=img/icons/50x50/sport/eigentor.png") no-repeat center;
}
.ticker-icon.yellow-card {
  background: url("/?proxy=img/icons/50x50/sport/gelbekarte.png") no-repeat center;
}
.ticker-icon.yellowred-card {
  background: url("/?proxy=img/icons/50x50/sport/gelbrotekarte.png") no-repeat center;
}
.ticker-icon.red-card {
  background: url("/?proxy=img/icons/50x50/sport/rotekarte.png") no-repeat center;
}
.ticker-icon.change-in {
  background: url("/?proxy=img/icons/50x50/sport/einwechslung.png") no-repeat center;
}
.ticker-icon.change-out {
  background: url("/?proxy=img/icons/50x50/sport/auswechslung.png") no-repeat center;
}
.ticker-icon.change {
  background: url("/?proxy=img/icons/50x50/sport/wechsel.png") no-repeat center;
}
.ticker-icon.whistle {
  background: url("/?proxy=img/icons/50x50/sport/pfeife.png") no-repeat center;
}
.ticker-icon.tactic {
  background: url("/?proxy=img/icons/50x50/sport/taktik.png") no-repeat center;
}
.ticker-icon.tendency-negative {
  background: url("/?proxy=img/icon_tendenz_negativ.png") no-repeat center;
}
.ticker-icon.tendency-positive {
  background: url("/?proxy=img/icon_tendenz_positiv.png") no-repeat center;
}
.footable-details tbody tr .ticker-icon.tendency-negative,
.footable-details tbody tr .ticker-icon.tendency-positive {
  background-position-x: 5px !important;
}
.ticker-aufmacher {
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-bottom: 0;
  position: relative;
  /* margin-top:37px; */
}
.ticker-aufmacher.carousel {
  background-image: none;
  border: 0;
}
.ticker-aufmacher.carousel .ticker-standing {
  margin-top: 15px;
}
.ticker-aufmacher.carousel .ticker-gameday,
.ticker-aufmacher.carousel .ticker-iconbar {
  text-align: center;
}
.ticker-aufmacher.carousel .ticker-gameday {
  font: 18px 'ziontrain_probold';
  margin-bottom: 35px;
}
.ticker-aufmacher.carousel .ticker-iconbar {
  clear: both;
  margin: 15px 0;
  float: right;
  right: 50%;
  position: relative;
}
.ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner {
  position: relative;
  float: right;
  right: -50%;
}
.ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner .link-item {
  float: left;
  height: 25px;
  padding: 0 10px;
  margin-top: 10px;
}
.ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner .link-item img {
  width: 25px;
  margin-right: 10px;
  margin-top: -2px;
}
.ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner .link-item a span {
  vertical-align: top;
  color: #d30029;
  font: 14px/23px 'ziontrain_proregular';
}
.ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner:after {
  content: "";
  display: block;
  clear: both;
  float: none !important;
}
.ticker-aufmacher:after,
.ticker-aufmacher:before {
  content: " ";
  display: table;
}
.ticker-aufmacher:after {
  clear: both;
}
.ticker-aufmacher .ticker-grid-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("/?proxy=img/1x1_white.png");
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
.ticker-aufmacher .ticker-top-box {
  position: relative;
}
.ticker-aufmacher .ticker-box-inner {
  position: relative;
}
.ticker-aufmacher .ticker-score-halftime {
  display: block;
  font-size: 22px;
  margin: 0 0 25px;
}
.ticker-aufmacher .ticker-standing {
  margin-top: 0;
}
.ticker-aufmacher .ticker-standing .ticker-score {
  color: #d30029;
  font-size: 55px;
}
.ticker-aufmacher .goals {
  font: 13px 'ziontrain_proregular';
  text-align: left;
  color: #575f65;
}
.ticker-aufmacher .ticker-away-team .goals {
  text-align: right;
}
.ticker-aufmacher.open .ticker-more-content,
.ticker-aufmacher.open .ticker-score-halftime {
  display: block;
}
.ticker-aufmacher.open .ticker-more {
  padding-bottom: 20px;
}
.ticker-aufmacher.open .ticker-more .ticker-more-btn {
  border-bottom: 0;
}
.ticker-aufmacher.open .ticker-more .ticker-more-btn img {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ticker-aufmacher.open .ticker-more .ticker-more-add {
  display: none !important;
}
.ticker-aufmacher.open .ticker-more .ticker-score {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, -29px);
  -moz-transform: translate(0, -29px);
  -ms-transform: translate(0, -29px);
  -o-transform: translate(0, -29px);
  font-size: 105px !important;
}
.ticker-aufmacher.open .ticker-minute-circle-animated {
  top: -15px;
}
.ticker-aufmacher .ticker-away-team .ticker-team-name {
  margin-left: 30px;
  display: inline-block;
}
.ticker-aufmacher .ticker-home-team .ticker-team-name {
  margin-right: 30px;
  display: inline-block;
}
.ticker-aufmacher .ticker-away-team,
.ticker-aufmacher .ticker-home-team {
  float: left;
  font: 25px 'ziontrain_probold';
  margin-top: 10px;
  width: 50%;
}
.ticker-aufmacher .ticker-away-team .ticker-team-name,
.ticker-aufmacher .ticker-home-team .ticker-team-name {
  vertical-align: top;
  margin-top: 25px;
}
.ticker-aufmacher .ticker-away-team .ticker-team-name-short,
.ticker-aufmacher .ticker-home-team .ticker-team-name-short,
.ticker-aufmacher .ticker-away-team .ticker-team-name-mid,
.ticker-aufmacher .ticker-home-team .ticker-team-name-mid {
  display: none;
}
.ticker-aufmacher .ticker-away-team .name,
.ticker-aufmacher .ticker-home-team .name {
  float: left;
}
.ticker-aufmacher .ticker-away-team span,
.ticker-aufmacher .ticker-home-team span {
  vertical-align: middle;
}
.ticker-aufmacher .ticker-away-team img,
.ticker-aufmacher .ticker-home-team img {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100px;
}
.ticker-aufmacher .ticker-home-team img {
  float: right;
  padding-right: 70px;
}
.ticker-aufmacher .ticker-home-team .ticker-team-names {
  float: right;
}
.ticker-aufmacher .ticker-away-team img {
  float: left;
  padding-left: 70px;
}
.ticker-aufmacher .ticker-away-team .ticker-team-names {
  float: left;
}
.ticker-aufmacher .ticker-minute:not(.live) .ticker-minute-circle-animated {
  display: none;
}
.ticker-aufmacher .ticker-more-content,
.ticker-aufmacher .ticker-score-halftime {
  display: none;
}
.ticker-aufmacher .ticker-standing {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: left;
  margin: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.ticker-aufmacher .ticker-standing .ticker-score {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font: 75px 'ziontrain_probold';
  color: #000000;
  line-height: 43px;
  vertical-align: bottom;
}
.ticker-aufmacher .ticker-standing .ticker-score.live {
  color: #d30029;
}
.ticker-aufmacher .ticker-standing .ticker-score span {
  font-size: 40px;
  margin-left: 0;
}
.ticker-aufmacher .ticker-more {
  position: relative;
}
.ticker-aufmacher .ticker-more .ticker-more-btn {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
}
.ticker-aufmacher .ticker-more .ticker-more-btn > span {
  font: 14px 'ziontrain_probold';
  color: #89969d;
  overflow: hidden;
}
.ticker-aufmacher .ticker-more .ticker-more-btn > span img {
  width: 15px;
  height: 15px;
  margin: -10px 0 0 10px;
  position: relative;
  top: 3px;
}
.ticker-aufmacher .ticker-more .ticker-more-btn > span:after,
.ticker-aufmacher .ticker-more .ticker-more-btn > span:before {
  background-color: #89969d;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 39%;
}
.ticker-aufmacher .ticker-more .ticker-more-btn > span:before {
  right: 0.5em;
  margin-left: -50%;
}
.ticker-aufmacher .ticker-more .ticker-more-btn > span:after {
  left: 0.5em;
  margin-right: -50%;
}
.ticker-aufmacher .ticker-more .ticker-more-content {
  position: relative;
}
.ticker-aufmacher .ticker-more .ticker-more-content .tooltip {
  position: relative;
}
.ticker-aufmacher .ticker-more .ticker-more-content .tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 9999px;
  background: #d30029;
  padding: 0 15px;
  color: #000000;
  white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.ticker-aufmacher .ticker-more .ticker-more-content .tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #d30029;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -o-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  left: 9999px;
  bottom: 90%;
}
.ticker-aufmacher .ticker-more .ticker-more-content .tooltip:hover:after {
  left: 20%;
  bottom: 100%;
}
.ticker-aufmacher .ticker-more .ticker-more-content .tooltip.right:hover:after {
  right: 0;
  left: auto;
  bottom: 100%;
}
.ticker-aufmacher .ticker-more .ticker-more-content .tooltip:hover:before {
  left: 35%;
  bottom: 80%;
}
.ticker-aufmacher .ticker-more .ticker-more-content .events .desc {
  text-align: left;
}
.ticker-aufmacher .ticker-more .ticker-more-content .events .desc span {
  font: 14px 'ziontrain_probold';
}
.ticker-aufmacher .ticker-more .ticker-more-content .info_small {
  position: relative;
  width: 100%;
  display: none;
}
.ticker-aufmacher .ticker-more .ticker-more-add {
  background: #000000;
}
.ticker-aufmacher .ticker-more .ticker-more-add img {
  height: 35px;
}
.ticker-aufmacher .ticker-minute {
  margin-top: 0;
  text-align: center;
}
.ticker-aufmacher .ticker-minute .ticker-minute-circle {
  display: none;
}
.ticker-aufmacher .ticker-minute .ticker-minute-text {
  font: 15px 'ziontrain_proregular';
}
.ticker-aufmacher .ticker-minute .ticker-minute-circle-animated {
  position: relative;
  width: 50px;
  height: 50px;
  margin: auto;
}
.ticker-aufmacher .ticker-minute .ticker-minute-circle-animated svg {
  background: #575f65;
  border-radius: 25px;
  z-index: 2;
  box-shadow: 0 0 0 2px #ffffff inset;
}
.ticker-aufmacher .ticker-minute .ticker-minute-circle-animated #loader {
  fill: #89969d;
}
.ticker-aufmacher .ticker-minute .ticker-minute-circle-animated #border {
  fill: #ffffff;
}
.ticker-aufmacher .ticker-minute .ticker-minute-circle-animated .ticker-time {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin: auto;
  line-height: 50px;
}
.ticker-aufmacher .ticker-minute.live {
  /*.ticker-minute-circle { display:block; position:relative; width:50px; height:50px; border-radius:30px; background-color:#808080; border:2px solid #fff; margin:auto;
        span { font:15px @ztp_regular; color:#ffffff; vertical-align:middle; line-height:50px;
          &.ticker-overtime { display:none }
        }
      }*/
}
.ticker-aufmacher .ticker-minute.live .ticker-minute-text {
  display: none;
}
.ticker-aufmacher .ticker-minute.break span.ticker-minute-text {
  display: inline-block !important;
  margin-top: 5px;
}
.ticker-add {
  background: #000000;
  height: 40px;
  position: relative;
  margin-top: 55px;
}
.ticker-add img {
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ticker h3 {
  clear: both;
  font: 16px 'ziontrain_probold';
  padding-left: 10px;
}
.ticker th {
  text-transform: uppercase;
}
.data-snippet {
  position: relative;
}
.data-snippet h3 {
  position: relative;
}
.data-snippet .dropdown-navi {
  top: 0;
  right: 0;
  max-height: 150px;
  overflow: hidden;
}
.data-snippet .dropdown-navi.opened {
  overflow-y: scroll;
  z-index: 3;
}
.data-snippet .dropdown-navi > ul {
  /*max-height: 300px; overflow-y: auto; overflow-x:hidden; width:185px;*/
}
.lg-backdrop,
.lg-outer .lg-thumb-outer {
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  -webkit-opacity: 0.8 !important;
  opacity: 0.8 !important;
  zoom: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80)) !important;
  filter: alpha(opacity = (80)) !important;
}
.lg-outer .lg-toogle-thumb {
  background-color: #d30029;
}
.lg-toolbar {
  height: 60px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #d30029;
}
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
  background-color: #d30029;
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.3);
}
#lg-counter,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb,
.lg-toolbar .lg-icon {
  color: #ffffff;
}
#lg-download {
  display: none;
}
.lg-close {
  font-size: 35px !important;
}
.dropdown-navi {
  box-sizing: border-box;
  border: 1px solid #d30029;
  background-color: transparent;
  padding: 0 !important;
  position: absolute;
  right: 9px;
  top: 6px;
  z-index: 2;
  width: auto !important;
  max-height: 150px;
  overflow: hidden;
}
.dropdown-navi.opened {
  overflow-y: scroll;
  z-index: 3;
}
.dropdown-navi.opened ul li {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
}
.dropdown-navi.opened ul li li:hover a {
  color: #ffffff;
}
.dropdown-navi.opened ul li li a {
  color: #000000;
}
.dropdown-navi > ul {
  list-style-type: none;
  margin: 0;
  font: 13px 'ziontrain_proregular';
  background-color: #ffffff;
  width: 180px;
  padding: 0;
  position: relative;
}
.dropdown-navi > ul:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 25px;
  background: url("/?proxy=img/icons/50x50/icon-pfeil2-w-plain.png") no-repeat top right;
  background-size: 25px;
  -webkit-appearance: none;
  z-index: 1;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown-navi > ul > li > ul {
  padding: 0;
  position: relative;
  min-height: 25px;
}
.dropdown-navi > ul > li > ul li {
  display: none;
  color: #000000;
  cursor: pointer;
  margin: 0;
}
.dropdown-navi > ul > li > ul li:first-child:before {
  content: "";
  display: block;
  height: 25px;
}
.dropdown-navi > ul > li > ul li:first-child.active {
  padding-top: 25px;
}
.dropdown-navi > ul > li > ul li.active {
  background-color: transparent !important;
  color: #000000 !important;
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.dropdown-navi > ul > li > ul li.active:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21px;
  padding: 4px 2px 0 20px;
  content: attr(data-content);
  background-color: #ffffff;
}
.dropdown-navi > ul > li > ul li.active:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
  background-color: transparent;
  content: " ";
  z-index: 2;
}
.dropdown-navi > ul > li > ul li a {
  display: block;
  padding: 4px 2px 4px 10px;
}
.dropdown-navi > ul > li > ul li:hover {
  background-color: #d30029 !important;
  color: #ffffff;
}
.meldung-navi {
  position: relative;
  margin-top: 15px;
  margin-bottom: 39px;
  background-color: #d30029;
  color: #ffffff;
}
.meldung-navi > div {
  width: auto !important;
}
.meldung-navi.dropdown .navi-right-spacer {
  margin-right: 190px !important;
  padding: 0;
  background-color: transparent !important;
}
.meldung-navi.dropdown .navi-right-spacer > a,
.meldung-navi.dropdown .navi-right-spacer > div {
  float: left;
}
.meldung-navi .menu {
  display: none;
}
.meldung-navi a {
  color: #ffffff;
}
.meldung-navi .sub-menu {
  display: none;
}
.meldung-navi .menu-item {
  padding: 0;
}
.meldung-navi .active {
  color: #ffffff;
}
.meldung-navi .active .sub-menu {
  display: block;
}
.meldung-navi > a {
  float: left;
  display: block;
}
.meldung-navi > a.active div,
.meldung-navi > a:hover div {
  background-color: #000000 !important;
}
.meldung-navi .clear {
  padding: 0 !important;
  margin: 0 !important;
}
.meldung-navi div {
  display: block;
  cursor: pointer;
  float: left;
  font: 14px 'ziontrain_proregular';
  width: auto;
  padding: 10px 15px;
}
.meldung-navi div.active,
.meldung-navi div:hover.meldung-navi div:not(.active) {
  background-color: #000000;
}
.meldung-navi div .sub-menu {
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -39px;
  margin-top: 39px;
  padding: 0;
}
.meldung-navi div .sub-menu div {
  width: auto !important;
}
.meldung-navi div .sub-menu a {
  float: left;
  color: #000000;
}
.meldung-navi div .sub-menu a div.active {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}
.meldung-navi div .sub-menu a :hover {
  background-color: transparent;
  text-decoration: underline;
}
.meldung-navi:after {
  content: '';
  display: block;
  clear: both;
}
.meldung-navi.grey {
  background-color: transparent;
  border-bottom: 1px solid #dae0e3;
}
.meldung-navi.grey > a {
  float: left;
  display: block;
  margin-right: 1px;
  margin-top: 1px;
}
.meldung-navi.grey > a.active div,
.meldung-navi.grey > a:hover div {
  background-color: #575f65 !important;
}
.meldung-navi.grey .active {
  color: #ffffff;
}
.meldung-navi.grey > div:not(.menu):not(.dropdown-navi) {
  margin-right: 1px;
}
.meldung-navi.grey.dropdown .dropdown-navi {
  border: 1px solid #89969d;
}
.meldung-navi.grey.dropdown .dropdown-navi > ul:before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.meldung-navi.grey.dropdown .dropdown-navi > ul > li > ul li:hover {
  background-color: #89969d !important;
}
.meldung-navi.grey .navi-right-spacer > a {
  margin-right: 1px;
}
.meldung-navi.grey .navi-right-spacer > a > div,
.meldung-navi.grey .navi-right-spacer > div,
.meldung-navi.grey > a > div,
.meldung-navi.grey > div {
  background-color: #89969d;
}
.meldung-navi.grey .navi-right-spacer > a > div.active,
.meldung-navi.grey .navi-right-spacer > div.active,
.meldung-navi.grey > a > div.active,
.meldung-navi.grey > div.active,
.meldung-navi.grey .navi-right-spacer > a > div:hover,
.meldung-navi.grey .navi-right-spacer > div:hover,
.meldung-navi.grey > a > div:hover,
.meldung-navi.grey > div:hover {
  background-color: #575f65;
}
.meldung-shop .swiper-button-next,
.shop .swiper-button-next,
.meldung-team .swiper-button-next,
.meldung-shop .swiper-button-prev,
.shop .swiper-button-prev,
.meldung-team .swiper-button-prev {
  margin-top: -65px !important;
}
.wrapper.footer-spacer .grid-layer {
  background: url("/?proxy=img/1x1_white.png");
  top: 0;
}
.wrapper.footer-spacer .wrapper-header {
  padding: 30px 0 0!important;
  margin-top: 0;
}
#vorschaltseite {
  z-index: 2;
  width: 100%;
  height: 880px;
  background-repeat: no-repeat;
  background-position-x: center;
  position: relative;
}
#vorschaltseite .brustring {
  width: 100%;
  height: 240px;
  position: absolute;
  overflow: visible;
  background: transparent !important;
}
#vorschaltseite .brustring.mitte {
  top: 300px;
}
#vorschaltseite .brustring.oben {
  top: 200px;
}
#vorschaltseite .brustring.unten {
  top: 400px;
}
#vorschaltseite .brustring.ohne {
  background: transparent !important;
  top: 200px;
}
#vorschaltseite .brustring.ohne .btn {
  text-indent: -9999em;
  background: url("/?proxy=img/btn_website_red.gif") 0 0 no-repeat;
  color: #ffffff;
}
#vorschaltseite .brustring.ohne .btn a {
  color: #ffffff;
}
#vorschaltseite .brustring .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 240px;
  overflow: visible;
}
#vorschaltseite .brustring .wappen {
  width: 100%;
  max-width: 230px;
  position: absolute;
  overflow: hidden;
  right: 8%;
  top: -97px;
}
#vorschaltseite .brustring .wappen img {
  width: 100%;
}
#vorschaltseite .brustring p {
  font: normal 35px 'ziontrain_proregular', sans-serif;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  padding: 1% 0 1% 5%;
  max-width: 65%;
}
#vorschaltseite .brustring .btn {
  text-indent: -9999em;
  background: url("/?proxy=img/btn_website_white.gif") 0 0 no-repeat;
  font: bold 12px/26px 'ziontrain_proregular', Arial, sans-serif;
  color: #d30029;
  display: block;
  text-decoration: none;
  width: 112px;
  height: 25px;
  padding: 0 0 0 10px;
  margin: 0 0 0 22px;
  position: absolute;
  bottom: 20%;
  right: 12%;
}
#vorschaltseite .brustring .btn a {
  color: #d30029;
  text-decoration: none;
}
#vorschaltseite .teaser-box {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0%;
}
#vorschaltseite .teaser-box ul {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  list-style: none;
  text-align: left;
}
#vorschaltseite .teaser-box ul li {
  width: 31.33%;
  float: left;
  margin: 0 1%;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background: #fff;
  /*min-height: 226px;*/
  max-height: 225px;
  overflow: hidden;
}
#vorschaltseite .teaser-box ul li .swiper-slide {
  /*min-height: 226px;*/
  max-height: 225px;
}
#vorschaltseite .teaser-box ul li .swiper-pagination {
  width: auto;
  bottom: 10px;
  right: 10px;
  left: auto;
}
#vorschaltseite .teaser-box ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  /*padding:20px;*/
}
#vorschaltseite .teaser-box ul li a img {
  /*width:100%;*/
  max-width: 400px;
  height: auto;
}
#vorschaltseite .teaser-box ul li a span {
  font: bold 20px/25px 'ziontrain_proregular', Arial, sans-serif;
  background: #d30029;
  padding: 8px 20px;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.brustring_farbe {
  z-index: 1;
  width: 100%;
  height: 240px;
  position: absolute;
  overflow: visible;
  background: #d30029 !important;
}
.brustring_farbe.mitte {
  top: 300px;
}
.brustring_farbe.oben {
  top: 200px;
}
.brustring_farbe.unten {
  top: 400px;
}
.brustring_farbe.ohne {
  background: transparent !important;
  top: 200px;
}
footer.footer-vorschaltseite {
  width: 100%;
  padding: 1% 0;
  position: relative;
  border-top: 1px solid #afafaf;
  margin-top: 2%;
  box-sizing: border-box;
  background-color: transparent;
}
footer.footer-vorschaltseite .wrapper {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
footer.footer-vorschaltseite section {
  width: 28.33%;
  float: left;
  display: inline-block;
}
footer.footer-vorschaltseite section.social {
  width: 43.33%;
}
footer.footer-vorschaltseite section:nth-child(2) {
  text-align: center;
}
footer.footer-vorschaltseite section:last-child {
  text-align: right;
}
footer.footer-vorschaltseite section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding-top: 3%;
}
footer.footer-vorschaltseite section ul li {
  float: left;
}
footer.footer-vorschaltseite section ul.social-media li {
  width: 30px;
  text-indent: -9999em;
  padding: 10px 5px;
}
footer.footer-vorschaltseite section ul.social-media li a {
  background: url("/?proxy=img/social-icons_8.png");
  width: 100%;
  display: block;
  height: 30px;
}
footer.footer-vorschaltseite section ul.social-media li a.facebook {
  background-position: 0 0;
}
footer.footer-vorschaltseite section ul.social-media li a.facebook:hover {
  background-position: 30px 0;
}
footer.footer-vorschaltseite section ul.social-media li a.google {
  background-position: 0 -40px;
}
footer.footer-vorschaltseite section ul.social-media li a.google:hover {
  background-position: 30px -40px;
}
footer.footer-vorschaltseite section ul.social-media li a.twitter {
  background-position: 0 -80px;
}
footer.footer-vorschaltseite section ul.social-media li a.twitter:hover {
  background-position: 30px -80px;
}
footer.footer-vorschaltseite section ul.social-media li a.youtube {
  background-position: 0 -120px;
}
footer.footer-vorschaltseite section ul.social-media li a.youtube:hover {
  background-position: 30px -120px;
}
footer.footer-vorschaltseite section ul.social-media li a.instagram {
  background-position: 0 -160px;
}
footer.footer-vorschaltseite section ul.social-media li a.instagram:hover {
  background-position: 30px -160px;
}
footer.footer-vorschaltseite section ul.social-media li a.rss {
  background-position: 0 -200px;
}
footer.footer-vorschaltseite section ul.social-media li a.rss:hover {
  background-position: 30px -200px;
}
footer.footer-vorschaltseite section ul.social-media li a.englisch {
  background-position: 0 -240px;
}
footer.footer-vorschaltseite section ul.social-media li a.englisch:hover {
  background-position: 30px -240px;
}
footer.footer-vorschaltseite section ul.social-media li a.whatsapp {
  background-position: 0 -280px;
}
footer.footer-vorschaltseite section ul.social-media li a.whatsapp:hover {
  background-position: 30px -280px;
}
footer.footer-vorschaltseite section ul.social-media li a.giphy {
  background-position: 0 -320px;
}
footer.footer-vorschaltseite section ul.social-media li a.giphy:hover {
  background-position: 30px -320px;
}
footer.footer-vorschaltseite section ul.impressum li {
  height: 50px;
  position: relative;
}
footer.footer-vorschaltseite section ul.impressum li.buli-logo {
  width: 70px;
}
footer.footer-vorschaltseite section ul.impressum li.buli-logo img {
  width: 100%;
  max-width: 38px;
}
footer.footer-vorschaltseite section ul.impressum li.impressum {
  width: 70px;
  margin-top: -13px;
}
footer.footer-vorschaltseite section ul.impressum li.datenschutz {
  width: 70px;
  margin-top: -13px;
}
footer.footer-vorschaltseite section ul.impressum li.english {
  width: 60px;
  margin-top: -13px;
}
footer.footer-vorschaltseite section ul.impressum li.english img {
  padding-right: 6px;
  margin: -2px;
}
footer.footer-vorschaltseite section ul.impressum li a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}
footer.footer-vorschaltseite section a {
  text-decoration: none;
  color: #000;
  font: normal 12px 'ziontrain_proregular', Arial, sans-serif;
}
footer.footer-vorschaltseite section a.mhp-arena {
  display: flex;
  height: 71px;
  align-items: center;
  justify-content: center;
}
footer.footer-vorschaltseite section a.mhp-arena img {
  width: 100%;
  max-width: 180px;
}
.grilled_cheese_font {
  font-family: 'GrilledCheeseBTN', 'Arial', sans-serif !important;
}
.bestellformular-frame {
  border: none;
  height: 1300px;
}
.bestellformular {
  background: transparent;
}
.bestellformular table {
  width: 100%;
}
.bestellformular td {
  font-size: 14px;
}
.bestellformular h3 {
  float: left;
  width: 100%;
  clear: both;
}
.bestellformular form .formular_td {
  width: 30%;
}
.bestellformular form .formular_td.icon {
  float: left;
  margin: 0 0 0;
}
.bestellformular form .formular_td img {
  height: 35px;
  width: 35px;
  border: none;
}
.bestellformular form input {
  width: 50%;
}
.bestellformular form input[type='text'] {
  height: 30px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
}
.bestellformular form input[type='checkbox'],
.bestellformular form input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
}
.bestellformular form input[type='checkbox']:checked,
.bestellformular form input[type='checkbox']:not(:checked),
.bestellformular form input[type='radio']:checked,
.bestellformular form input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.bestellformular form input[type='checkbox'] + label,
.bestellformular form input[type='radio'] + label {
  cursor: pointer;
  float: left;
  clear: both;
}
.bestellformular form input[type='checkbox']:checked + label::before,
.bestellformular form input[type='checkbox']:not(:checked) + label::before,
.bestellformular form input div.abo-btn::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.bestellformular form input[type='radio']:checked + label::before,
.bestellformular form input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #d30029;
  border-radius: 10px;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.bestellformular form input[type='checkbox']:hover + label::before,
.bestellformular form input[type='radio']:hover + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.bestellformular form input[type='checkbox']:checked + label::before,
.bestellformular form input[type='radio']:checked + label::before {
  background: #d30029;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.bestellformular form input img {
  float: left;
  height: 35px;
  width: 35px;
}
.bestellformular form textarea {
  height: 150px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
  width: 80%;
}
.bestellformular form button,
.bestellformular form input[type="submit"] {
  clear: both;
  height: 35px;
  width: auto;
  border: none;
  background: #d30029;
  margin: 20px 0 10px;
  padding: 0 20px;
  float: left;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font: 14px/15px 'ziontrain_proregular';
}
.bestellformular form button span,
.bestellformular form input[type="submit"] span {
  color: #ffffff;
  font: 14px/15px 'ziontrain_proregular';
}
.bestellformular form select {
  height: 30px;
  border: 1px solid #d30029;
  margin: 0 0 10px;
  padding: 2px 10px 1px 10px;
  font: 14px/15px 'ziontrain_proregular';
  color: #d30029;
  width: 50%;
}
#cookie-bar {
  background: #dae0e3;
  z-index: 99999;
}
#cookie-bar > p {
  color: #575f65;
  padding: 5px 25px;
  font-size: 12px;
  padding-right: 215px;
}
#cookie-bar > p > b {
  display: block;
}
#cookie-bar > p a {
  color: #d30029;
  font-weight: bold;
}
#cookie-bar > p .cb-enable {
  display: block;
  float: right;
  background: #ffdc00;
  color: #000000;
  padding: 10px;
  font: 13px 'ziontrain_problack_italic';
  width: 180px;
  height: 90px;
  background: url('/?proxy=img/cookie-stoerer.png') 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  margin-top: -58px;
  margin-bottom: -30px;
  text-indent: -9999px;
}
.bi::before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  font-size: 1rem;
}
.bi-chevron-right::before {
  background-image: url('/?proxy=img/icons/svg/bootstrap/ChevronRight.svg');
}
.bi-chevron-down::before {
  background-image: url('/?proxy=img/icons/svg/bootstrap/ChevronDown.svg');
}
@keyframes shine {
  0% {
    background-position: 100% 0%;
  }
  99% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
vfb-bets {
  border: 1px solid #dae0e3;
  font-size: 12px;
  max-width: 400px;
  min-width: 330px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 20px auto 0;
}
vfb-bets img.sponsor {
  width: 100px;
  height: auto;
}
vfb-bets div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}
vfb-bets .vfb-bets-skeleton {
  height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
vfb-bets .vfb-bets-skeleton span.vfb-bets-skeleton--button {
  max-width: 100px;
  width: 100%;
  height: 50px;
  display: block;
  background: linear-gradient(90deg, #b90200 40%, #d30029 50%, #b90200 60%);
  background-size: 300% 100%;
  animation: shine 2s ease-in-out infinite;
}
vfb-bets .vfb-bets-skeleton span.vfb-bets-skeleton--text,
vfb-bets .vfb-bets-skeleton span.vfb-bets-skeleton--logo {
  height: 45px;
  width: 75%;
  display: block;
  background: #dae0e3 linear-gradient(90deg, #dae0e3 40%, #ffffff 50%, #dae0e3 60%);
  background-size: 300% 100%;
  animation: shine 2s ease-in-out infinite;
}
vfb-bets .vfb-bets-skeleton span.vfb-bets-skeleton--logo {
  width: 50%;
}
vfb-bets .vfb-bets--button {
  background-color: #d30029;
  color: white;
  display: inline-flex;
  width: 25%;
  padding: 0.3rem 0.875rem;
  text-decoration: none;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
vfb-bets .vfb-bets--button:hover {
  background-color: #b90200;
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/default_mixins.less.' */
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/responsive.less.' */
@media (max-width: 1840px) {
  .werbung.skyscraper {
    display: none;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity = (0));
    -webkit-transition: all ease 0.3s;
    -webkit-transform: translateX(200px);
  }
}
@media (max-width: 1675px) {
  .background_player {
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    filter: alpha(opacity = (0));
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-200px);
  }
}
/*@media (max-width: 1500px) {
  .werbung.skyscraper { display:none; visibility:hidden; .opacity(0); -webkit-transition:all ease 0.3s; -webkit-transform:translateX(200px) }
}*/
@media (max-width: 1380px) {
  .foldelement {
    display: none;
  }
}
@media (max-width: 1280px) {
  .wrapper.aufmacher .aufmacher-bg,
  .grid-layer {
    width: auto !important;
  }
  .wrapper.header .wrapper-header .aufmacher-brustring {
    left: 30px !important;
    right: 30px !important;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul {
    margin-left: 10px !important;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul {
    /*margin-top:15px!important;*/
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li {
    /*ul li a { line-height:12px; }*/
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li > a {
    /*margin-bottom:0;*/
    line-height: 15px;
    margin-bottom: 10px;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li {
    padding-bottom: 5px;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .teaser {
    padding-top: 15px !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team {
    padding-top: 15px !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .outer-title {
    width: 60px;
    /*padding: 0 3px 30px 0;*/
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player {
    padding-bottom: 25px !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay {
    top: 85px;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay .arrow-up {
    border-bottom: 6px solid #89969d;
    top: 5px;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay .name {
    font-size: 10px;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .title {
    /*height:60px; top:15px; left:-15px; line-height:61px;*/
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .title:after {
    content: "";
    display: block;
    margin-right: 2px;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .title + .player {
    margin: 0 0 0 -30px;
    padding-left: 3px;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .outer-title.spacer .title {
    left: -15px;
  }
  .box-right .meldung-navi.grey .active {
    padding: 10px 0;
  }
  .box-right .meldung-navi.grey > a.active div {
    background-color: transparent !important;
  }
  .box-right .meldung-navi.grey .menu {
    background-color: transparent;
    background: url("/?proxy=img/icons/50x50/icon-mehr-plain.png") center center no-repeat;
    background-size: 25px;
  }
  .box-right .meldung-navi.grey > a,
  .box-right .meldung-navi.grey > div,
  .box-right .meldung-navi.grey .navi-right-spacer > a {
    margin-right: 0 !important;
  }
  .box-right .meldung-navi.grey.dropdown .navi-right-spacer .active {
    background-color: #575f65 !important;
  }
  .box-right .meldung-navi.grey > .active {
    background-color: transparent !important;
    color: #000000;
    border: 1px solid #575f65;
    padding: 0 0!important;
  }
  .box-right .meldung-navi.grey > .active .sub-menu a div.active,
  .box-right .meldung-navi.grey > .active .sub-menu a div:hover {
    color: #ffffff !important;
    background-color: #575f65 !important;
  }
  .box-right .meldung-navi.grey > a.active {
    padding: 0 !important;
    float: left !important;
    width: 100%;
  }
  .box-right .meldung-navi.grey .active .sub-menu a div.active,
  .box-right .meldung-navi.grey .meldung-navi .active .sub-menu a div:hover {
    background-color: #575f65 !important;
  }
  .box-right .meldung-navi {
    position: relative;
  }
  .box-right .meldung-navi > a.active div {
    background-color: transparent !important;
  }
  .box-right .meldung-navi .dropdown-navi .active {
    padding: 0 !important;
  }
  .box-right .meldung-navi .active {
    float: none !important;
    background-color: #d30029 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .box-right .meldung-navi .active span {
    padding-left: 15px;
  }
  .box-right .meldung-navi .active:before {
    padding: 11px 20px !important;
  }
  .box-right .meldung-navi .active div {
    margin-right: 40px;
    float: none !important;
  }
  .box-right .meldung-navi .active .sub-menu {
    width: 100% !important;
    margin: 0 0!important;
    padding: 0 0 !important;
    position: relative !important;
    left: auto !important;
    bottom: 0 !important;
  }
  .box-right .meldung-navi .active .sub-menu a {
    float: none !important;
    background-color: #d30029;
  }
  .box-right .meldung-navi .active .sub-menu a div {
    background-color: #89969d;
    margin: 0 0 !important;
    padding-left: 30px !important;
    float: none !important;
    color: #ffffff;
  }
  .box-right .meldung-navi .active .sub-menu a div.active,
  .box-right .meldung-navi .active .sub-menu a div:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
  }
  .box-right .meldung-navi .active:after {
    content: " ";
    display: block;
    clear: both;
  }
  .box-right .meldung-navi .sub-menu a:hover div {
    background-color: #000000 !important;
    color: #ffffff;
    text-decoration: none !important;
  }
  .box-right .meldung-navi .menu {
    display: block !important;
    background: url("/?proxy=img/icons/50x50/icon-mehr-plain-w.png") center center no-repeat #d30029;
    background-size: 30px;
    width: 9px !important;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 5px;
    height: 19px;
  }
  .box-right .meldung-navi .menu:hover {
    cursor: pointer;
  }
  .box-right .meldung-navi.dropdown {
    background: none;
    min-height: 39px;
    margin-bottom: 30px;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi {
    top: 0;
    right: 0;
    left: 51%;
    width: 49%;
    max-height: 150px;
    overflow: hidden;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul {
    width: 100% !important;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul:before {
    top: 7px !important;
    right: 6px !important;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul > li {
    height: 39px;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul > li > ul li.active:before {
    height: auto !important;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul > li > ul li.active:after {
    height: 39px !important;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul > li > ul li a {
    padding: 11px 2px 11px 10px !important;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul > li > ul li:first-child {
    padding-top: 39px !important;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi > ul > li > ul li:first-child:not(.active):before {
    height: 0 !important;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi.opened {
    overflow-y: scroll;
    z-index: 3;
  }
  .box-right .meldung-navi.dropdown .dropdown-navi.opened .border {
    height: auto !important;
  }
  .box-right .meldung-navi.dropdown .navi-right-spacer {
    position: relative;
    width: 49% !important;
    float: left !important;
    padding-top: 39px !important;
    height: 2px;
    overflow: hidden;
    background: #d30029 !important;
  }
  .box-right .meldung-navi.dropdown .navi-right-spacer .active {
    position: absolute;
    top: 0;
    font-size: 14px;
  }
  .box-right .meldung-navi.dropdown .navi-right-spacer .active span {
    padding-left: 25px !important;
  }
  .box-right .meldung-navi.dropdown .navi-right-spacer div {
    font-size: 13px;
  }
  .box-right .meldung-navi.dropdown .navi-right-spacer > a,
  .box-right .meldung-navi.dropdown .navi-right-spacer > div {
    float: none !important;
  }
  .box-right .meldung-navi.dropdown .navi-right-spacer.opened {
    height: auto;
  }
  .box-right .meldung-navi.dropdown .navi-right-spacer.opened .menu {
    -o-transition: 0.3;
    -ms-transition: 0.3;
    -moz-transition: 0.3;
    -webkit-transition: 0.3;
    transition: 0.3;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }
  .box-right .meldung-navi > a:not(.active):not(.menu),
  .box-right .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi) {
    display: none !important;
  }
  .box-right .meldung-navi > a:not(.active):not(.menu).navi-right-spacer,
  .box-right .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi).navi-right-spacer {
    display: block !important;
    margin-right: 0 !important;
  }
  .box-right .meldung-navi > a:not(.active):not(.menu) div,
  .box-right .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi) div {
    float: none !important;
  }
  .box-right .meldung-navi > a:not(.active):not(.menu) a:before,
  .box-right .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi) a:before {
    content: " ";
    display: block;
    clear: both;
  }
  .box-right .meldung-navi.opened .menu {
    -o-transition: 0.3;
    -ms-transition: 0.3;
    -moz-transition: 0.3;
    -webkit-transition: 0.3;
    transition: 0.3;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }
  .box-right .meldung-navi.opened .active {
    border-bottom: 1px solid #ffffff;
  }
  .box-right .meldung-navi.opened > a:not(.active):not(.menu),
  .box-right .meldung-navi.opened > div:not(.active):not(.menu) {
    display: block !important;
    width: 100%;
  }
  .box-right .meldung-navi .meldung-navi.dropdown .dropdown-navi {
    float: right;
    width: 49% !important;
  }
  .box-right .menu-item .active {
    padding: 5px 0!important;
  }
  .box-right .meldung-navi {
    overflow: hidden;
  }
  .box-right .meldung-navi .menu {
    height: 29px !important;
    width: 29px !important;
  }
  .box-right .meldung-navi .active .sub-menu {
    bottom: 0 !important;
  }
  .box-right .meldung-navi > div {
    padding: 0 !important;
  }
  .box-right .meldung-navi.opened .menu {
    padding: 0 !important;
    margin: 0 0 0;
  }
  .logo-grid {
    width: 100% !important;
  }
  .logo-grid .vfb_logo_watermark,
  .logo-grid .watermark-bg {
    left: auto !important;
  }
  .logo-grid .vfb_logo_watermark img,
  .logo-grid .watermark-bg img,
  .logo-grid .vfb_logo_watermark .watermark-white,
  .logo-grid .watermark-bg .watermark-white {
    position: absolute;
    right: 55px;
  }
  .top-watermark-bg .logo-grid .watermark-bg {
    max-width: inherit;
  }
  .wrapper-header {
    width: auto;
    padding: 30px 30px 0;
  }
  .ticker-more-content .info_big .fixture span.gameday {
    display: none !important;
  }
  .wrapper.newsletter .wrapper-header .inner .newsletter .column {
    display: block;
  }
  .wrapper.header .wrapper-header nav.main ul,
  .wrapper.header.sticky .wrapper-header nav.main ul {
    max-width: none;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi {
    left: -30px;
    right: -220px;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi {
    right: -1px;
    left: -21px;
    max-width: none;
  }
  /* portraitseite */
  .wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px 10px;
  }
  .ticker-aufmacher .ticker-more-content .events .desc {
    display: none !important;
  }
  .ticker-aufmacher .ticker-more-content .events .tooltip:hover:after,
  .ticker-aufmacher .ticker-more-content .events .tooltip:hover:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
  }
  #vorschaltseite .teaser-box ul li a img {
    width: 100%;
  }
  .wrapper-header .inner .content .tvAboForm .abo-container .payment-method {
    width: 40%;
  }
}
@media (max-width: 1220px) {
  .content .werbung.superbanner.zweispaltig {
    display: none !important;
  }
}
@media (max-width: 1190px) {
  .vfb_logo_sticky {
    width: auto !important;
  }
  .ticker-aufmacher.carousel .ticker-iconbar {
    text-align: left;
  }
  .ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner {
    right: -60%;
  }
  .ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner .link-item {
    width: 200px;
  }
  .ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner .link-item:nth-child(2),
  .ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner .link-item:nth-child(2n+3) {
    clear: left;
  }
  /*.wrapper.header {
    &.sticky {
      .wrapper-header nav.main ul li a span { .transition(.3s); padding: 6px 9px; }
    }
    .wrapper-header nav.main ul li {
      a span {
        .transition(.3s);
        padding: 6px 10px;
      }
      &:nth-child(1) {
        padding-left: 15px;
      }
    }
  }*/
  .wrapper.header.sticky .wrapper-header nav.main ul li:nth-child(1) {
    padding-left: 15px;
  }
  .kalender-abo .icon {
    width: 25% !important;
  }
}
@media (max-width: 1170px) {
  .wrapper.aufmacher .wrapper-header .inner .text .title {
    font-size: 25px;
  }
  .wrapper.aufmacher .wrapper-header .inner .text .title h1 {
    font-size: 25px;
  }
  .wrapper.aufmacher .wrapper-header .inner .text .subtitle {
    max-width: 500px;
  }
  .aufmacher-meldung .link-item:nth-child(1):nth-last-child(5) {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }
  .ticker-top-box {
    margin-bottom: 20px;
  }
  #eyecatcher_id .ticker-top-box {
    margin-bottom: 0px;
  }
  .tickertext-standing {
    background-position-y: -220px !important;
  }
  .wrapper.static figure.player-portrait,
  .wrapper.meldung figure.player-portrait {
    width: 24.0625%;
    /*&.trikotnr figcaption {
        .vname { font-size:13px }
        .nname { font-size:15px }
      }*/
  }
  .wrapper.static figure.player-portrait:nth-child(4n),
  .wrapper.meldung figure.player-portrait:nth-child(4n) {
    padding-right: 0;
  }
  .wrapper.static figure.player-portrait:nth-child(5n),
  .wrapper.meldung figure.player-portrait:nth-child(5n) {
    padding-right: 1.25%;
  }
  .wrapper.static figure.player-portrait figcaption .vname,
  .wrapper.meldung figure.player-portrait figcaption .vname {
    font-size: 14px;
    padding-top: 10px;
  }
  .wrapper.static figure.player-portrait figcaption .nname,
  .wrapper.meldung figure.player-portrait figcaption .nname {
    font-size: 18px;
    padding-top: 7px;
  }
  .wrapper.static figure.player-portrait figcaption .num,
  .wrapper.meldung figure.player-portrait figcaption .num {
    font-size: 35px;
  }
  .wrapper-header .inner .content .meldung-more .more-content .text .title {
    padding: 5px 10px;
    font-size: 15px;
  }
  .wrapper.header .wrapper-header header nav.pages .middle .login form a button span {
    display: none;
  }
  /* portraitseite */
  .wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 5px;
    padding: 15px;
  }
  .wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik .bezeichnung {
    font-size: 11px;
  }
  footer .inner {
    padding: 40px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1170px) and (max-width: 1130px) {
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 14px;
  }
  .wrapper-header .inner.full-screen .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 16px !important;
  }
  nav.main ul li a span {
    padding: 6px 18px!important;
  }
  footer .inner > ul > li:last-child {
    width: auto !important;
    max-width: none !important;
  }
  footer .inner ul li:last-child ul.icons {
    width: auto;
  }
}
@media (max-width: 1100px) {
  .wrapper.header .wrapper-header header nav.pages .middle .socialmedia {
    display: none;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad .image-content {
    background-color: transparent;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad .image-content .werbung.cad {
    top: 0;
    margin-top: 0;
  }
}
@media (max-width: 1075px) {
  .wrapper-header .inner .content .site-info div.date span {
    display: none !important;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .more-info span {
    display: none;
  }
  .aufmacher-meldung .link-item:nth-child(1):nth-last-child(4),
  .aufmacher-meldung .link-item:nth-child(2):nth-last-child(4) {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }
  .wrapper.video table.abo button {
    font: 25px/25px 'ziontrain_proregular' !important;
  }
  .wrapper.video table.abo button.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .ticker-team-name-mid {
    display: block !important;
    margin-top: 25px;
  }
  .ticker-team-name {
    display: none !important;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
    padding-left: 20px;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img {
    padding-right: 20px;
  }
  .boxen.three .box.ad .spacer {
    display: none;
  }
}
@media (max-width: 1050px) {
  .box-right .box-right-inner .meldung-marketing .boxen.three .box.ad {
    display: none;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li a.link_extern:hover::after {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 10px;
    width: 10px;
    right: 6px;
    top: 4px;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li a.link_extern:hover span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 13px;
    line-height: 20px;
    padding-right: 20px;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li a span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 6px 10px!important;
  }
  .wrapper.header .wrapper-header nav.main ul li a.link_extern:hover::after {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 10px;
    width: 10px;
    right: 6px;
    top: 4px;
  }
  .wrapper.header .wrapper-header nav.main ul li a.link_extern:hover span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    line-height: 21px;
    padding-right: 20px;
  }
  .wrapper.header .wrapper-header nav.main ul li a span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 6px 10px!important;
  }
}
@media only screen and (max-width: 1024px) {
  #vorschaltseite .brustring p {
    font-size: 30px;
  }
  #vorschaltseite .brustring .wappen {
    max-width: 160px;
    top: -67px;
  }
  #vorschaltseite .brustring .btn {
    right: 9.5%;
    font-size: 10px;
  }
  .tickertext-standing {
    background-position-y: -190px !important;
  }
  /* newsarchive */
  .newsarchive .datasite .bericht_header h2 {
    font-size: 17px !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li a {
    width: 95%;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul {
    width: 90%;
  }
  .werbung.popup .container {
    width: 1024px;
    height: 748px;
    top: 50%;
    margin-top: -374px;
    left: 50%;
    margin-left: -512px;
  }
  .werbung.popup .container div.desktop {
    display: none !important;
  }
  .werbung.popup .container div.tablet {
    display: block !important;
  }
  .werbung.popup .container div.phone {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad {
    display: none;
  }
  .wrapper-header .inner .content .tvAboForm .abo-container .order-overview {
    width: 40%;
  }
  .wrapper-header .inner .content .tvAboForm .abo-container .payment-method {
    width: 50%;
  }
  .boxen.three .box.ad .werbung.cad {
    display: none;
  }
  .werbung.popup .container {
    width: 320px;
    height: 460px;
    top: 50%;
    margin-top: -230px;
    left: 50%;
    margin-left: -160px;
  }
  .werbung.popup .container div.desktop {
    display: none !important;
  }
  .werbung.popup .container div.tablet {
    display: none !important;
  }
  .werbung.popup .container div.phone {
    display: block !important;
  }
  .werbung.superbanner,
  .content .werbung.superbanner.zweispaltig {
    width: 300px !important;
    height: 50px !important;
  }
  .kalender-abo .icon {
    width: 33% !important;
  }
}
@media (max-width: 1020px) and (min-width: 737px) {
  /*.wrapper.header:not(.sticky) .wrapper-header nav.main { margin:-98px 0 0 0 !important;
    ul {
      li {
        &:nth-child(4n) { float:none !important; display:table;
          a span { border-right:0 !important }
        }
        &:nth-child(5n) { padding-left:15px }
        &:nth-child(n+5) {
          .sub-navi-content {
            .subnavi { top:105px !important }
          }
        }
        margin-top:20px;
        .sub-navi-content {
          .subnavi { top:65px }
        }
      }
    }
  }*/
}
@media (max-width: 980px) {
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer {
    /*right:0!important; left:auto!important;*/
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .nummer {
    padding: 15px 10px 15px 10px;
    font: 18px/26px 'ziontrain_probold';
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .title {
    font-size: 18px;
    padding: 15px 20px 15px 10px;
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .title h1 {
    font-size: 18px;
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .subtitle {
    display: none;
  }
  .ticker-team-name-mid {
    display: block !important;
    margin-top: 25px;
  }
  .ticker-team-name {
    display: none !important;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
    padding-left: 20px;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img {
    padding-right: 20px;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
    float: none;
    padding: 0;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img {
    float: none;
    padding: 0;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-name-mid {
    margin-top: 0;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-names {
    float: none;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-names .goals {
    text-align: center;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 12px;
  }
  .wrapper-header .inner.full-screen .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 16px !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .text.rightTop {
    left: 2px;
    background-color: #ffffff;
  }
  .wrapper.aufmacher .wrapper-header .inner .title {
    float: none;
  }
  .wrapper.aufmacher .wrapper-header .inner .subtitle {
    text-align: left;
    max-width: none !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .text.rightTop .subtitle,
  .wrapper.aufmacher .wrapper-header .inner .text.rightBottom .subtitle {
    text-align: right !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination {
    bottom: 10px !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination.leftTop,
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination.rightTop {
    top: 15px !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .icons,
  .wrapper.aufmacher .wrapper-header .inner .stoerer {
    display: none;
  }
  .wrapper.aufmacher .wrapper-header .inner .foto .vfbtv {
    height: 100px;
    width: 100px;
  }
  .wrapper.aufmacher .wrapper-header .inner .foto .vfbtv img {
    width: 100px;
    height: 100px;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons {
    top: 20px;
    left: 20px;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv,
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis {
    height: 45px;
    width: auto;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv img,
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis img {
    width: 45px;
    height: 45px;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv .zusatz,
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis .zusatz {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
  .wrapper.aufmacher .wrapper-header .inner .telekomfussball img {
    width: 100px;
    height: auto;
  }
  .bottomBox {
    background-image: none !important;
  }
  .bottomBox .bg-img {
    display: none;
  }
  .wrapper.newsletter .wrapper-header .inner .newsletter .column {
    float: none;
    width: 100%;
  }
  .wrapper.newsletter .wrapper-header .inner .newsletter .column:first-child > div {
    margin-bottom: 20px;
  }
  .pages .middle .socialmedia {
    visibility: hidden;
  }
  .aufmacher-meldung .link-item:nth-child(1):nth-last-child(3),
  .aufmacher-meldung .link-item:nth-child(2):nth-last-child(3),
  .aufmacher-meldung .link-item:nth-child(3):nth-last-child(3) {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }
  .ticker-more-content .info_big .fixture span.day {
    display: none !important;
  }
  .ticker-aufmacher {
    /*.ticker-standing { .transition(.3s); margin:0 20px !important;
      .extra-time {
        &.ticker-score { font-size: 30px !important;}
        &.ticker-score-halftime { font-size: 15px !important }
      }
    }
    .ticker-team-name-short { display:none !important }
    .ticker-top-box { min-height:138px !important }
    .ticker-away-team, .ticker-home-team {
      img { .transition(.3s); width:70px !important }
    }*/
  }
  .ticker-aufmacher .ticker-score.vfb {
    font-size: 70px;
  }
  .ticker-aufmacher .ticker-team-name-short,
  .ticker-aufmacher .ticker-gameday {
    font-size: 20px;
  }
  #eyecatcher_id .ticker-aufmacher .ticker-away-team img,
  #eyecatcher_id .ticker-aufmacher .ticker-home-team img {
    width: 80px;
    height: auto;
  }
  .tickertext-standing {
    background-position-y: -180px !important;
  }
  .wrapper.video table.abo {
    font-size: 14px !important;
  }
  .wrapper.video table.abo .column-50 {
    width: 40% !important;
  }
  .wrapper.video table.abo tfoot {
    font-size: 15px !important;
  }
  .wrapper.video table.abo tfoot button {
    font: 20px/20px 'ziontrain_proregular' !important;
  }
  .wrapper.video table.abo tfoot button.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .wrapper.video table.abo tfoot span {
    font: 10px/10px 'ziontrain_prolight' !important;
  }
  .wrapper.video table.abo tfoot span.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .hide-desktop {
    display: inline-block !important;
  }
  .hide-tablet {
    display: none !important;
  }
}
@media (max-width: 920px) {
  .wrapper.header.sticky .wrapper-header nav.main ul li a.link_extern:hover::after {
    height: 9px;
    width: 9px;
    right: 5px;
    top: 5px;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li a.link_extern:hover span {
    font-size: 12px;
    padding-right: 16px;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li a span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 6px 6px!important;
    font-size: 13.5px;
  }
  .wrapper.header .wrapper-header nav.main ul li a.link_extern:hover::after {
    height: 9px;
    width: 9px;
    right: 5px;
    top: 5px;
  }
  .wrapper.header .wrapper-header nav.main ul li a.link_extern:hover span {
    font-size: 12px;
    padding-right: 16px;
  }
  .wrapper.header .wrapper-header nav.main ul li a span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 6px 7px!important;
    font-size: 13.5px;
  }
}
@media (max-width: 880px) {
  .wrapper-header .inner .content .full-state {
    display: none !important;
  }
  .wrapper-header .inner .content .small-state {
    display: table !important;
  }
  .full-state {
    display: none !important;
  }
  .small-state {
    display: table !important;
  }
  .wrapper.sponsoren .wrapper-header .inner .partner .partner-box {
    width: 49%;
  }
  .wrapper.sponsoren .wrapper-header .inner .partner .partner-box:nth-child(3) {
    border-left: none;
    margin-top: 3%;
    clear: both;
  }
  .wrapper.sponsoren .wrapper-header .inner .partner .partner-box:nth-child(4) {
    margin-top: 3%;
  }
  .wrapper.header .wrapper-header header nav.pages .left ul li {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-right: 10px;
  }
  .wrapper.header .wrapper-header header nav.pages .middle .search {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
  }
  .wrapper.header .wrapper-header header nav.pages .middle .login {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 10px 0 5px;
  }
  .aufmacher-meldung .link-item:nth-child(1):nth-last-child(2),
  .aufmacher-meldung .link-item:nth-child(2):nth-last-child(2),
  .aufmacher-meldung .link-item:nth-child(3):nth-last-child(2),
  .aufmacher-meldung .link-item:nth-child(4):nth-last-child(2) {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }
  .ticker-aufmacher .ticker-more-content {
    /*.events {
        .desc { display:none !important }
        .tooltip {
          &:hover:after, &:hover:before { .opacity(1) }
        }
      }*/
  }
  .ticker-aufmacher .ticker-more-content .info_big {
    display: none !important;
  }
  .ticker-aufmacher .ticker-more-content .info_small {
    width: 100%;
    display: table !important;
  }
  .tickertext-standing {
    background-position-y: -160px !important;
  }
  .ticker {
    /*.squad  {
  .table  {
    .squad-icons  {
      display: none !important;
     }
   }
 }*/
  }
}
@media (max-width: 830px) {
  h3 .icon span {
    display: none !important;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-image > a {
    max-width: 48% !important;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info {
    left: auto !important;
    width: 48% !important;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    /*font-size:16px;*/
  }
  .vfb_logo_watermark img,
  .watermark-bg img,
  .vfb_logo_watermark .watermark-white,
  .watermark-bg .watermark-white {
    right: 50px !important;
  }
  .wrapper.header .wrapper-header {
    padding: 0 25px 30px 25px !important;
  }
  .wrapper .aufmacher-bg,
  .wrapper .aufmacher-brustring,
  .wrapper .grid-layer {
    left: 25px !important;
    right: 25px !important;
  }
  .wrapper .wrapper-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
  }
  .wrapper .wrapper-header .inner {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 36px !important;
  }
  .aufmacher-meldung .foto,
  .aufmacher-meldung .videoPlayerLoader {
    -webkit-transition: all ease 0.3s;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .aufmacher-meldung .foto .swiper-pagination,
  .aufmacher-meldung .videoPlayerLoader .swiper-pagination {
    display: block !important;
  }
  .aufmacher-meldung .topBox {
    display: none;
  }
  .aufmacher-meldung .rightBox {
    width: auto !important;
    position: relative !important;
    max-width: none !important;
    padding: 0 10px!important;
  }
  .aufmacher-meldung .rightBox .bottomBox {
    height: 100% !important;
    position: relative !important;
  }
  .aufmacher-meldung .rightBox .bottomBox .link-items {
    width: 100%;
    position: relative !important;
  }
  .aufmacher-meldung .rightBox .bottomBox .link-items .link-item {
    display: block !important;
    margin-left: 18px;
    float: right;
    width: auto !important;
    margin-top: 20px !important;
  }
  .aufmacher-meldung .rightBox .bottomBox .link-items .link-item span {
    display: none;
  }
  .inner .box-right {
    display: none;
  }
  .inner .content {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
    margin-right: 0 !important;
  }
  .inner .content .meldung-bild .image img {
    max-width: 100%;
    width: auto;
  }
  .wrapper.static .partner-list li,
  .wrapper.meldung .partner-list li {
    width: 32.5%;
  }
  .wrapper.static .partner-list li:nth-child(3n),
  .wrapper.meldung .partner-list li:nth-child(3n) {
    padding-right: 0;
  }
  .wrapper.static .partner-list li:nth-child(5n),
  .wrapper.meldung .partner-list li:nth-child(5n) {
    padding-right: 1.25%;
  }
  .wrapper.static figure.player-portrait,
  .wrapper.meldung figure.player-portrait {
    width: 32.5%;
  }
  .wrapper.static figure.player-portrait:nth-child(3n),
  .wrapper.meldung figure.player-portrait:nth-child(3n) {
    padding-right: 0;
  }
  .wrapper.static figure.player-portrait:nth-child(4n),
  .wrapper.meldung figure.player-portrait:nth-child(4n) {
    padding-right: 1.25%;
  }
  .wrapper.static figure.player-portrait figcaption .vname,
  .wrapper.meldung figure.player-portrait figcaption .vname {
    font-size: 13px;
  }
  .wrapper.static figure.player-portrait figcaption .nname,
  .wrapper.meldung figure.player-portrait figcaption .nname {
    font-size: 18px;
  }
  .wrapper.static .wrapper-header,
  .wrapper.meldung .wrapper-header {
    padding: 15px !important;
  }
  .ticker-aufmacher .ticker-standing .extra-time.ticker-score {
    font-size: 45px !important;
    margin-top: -19px !important;
  }
  .ticker-aufmacher .ticker-standing .extra-time.ticker-score-halftime {
    font-size: 20px !important;
  }
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .image {
    width: calc(40% - 20px);
  }
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .information {
    width: 60%;
  }
  /* portraitseite */
  .wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik .bezeichnung {
    font-size: 12px;
  }
  .ticker-add {
    margin-top: -38px !important;
  }
  .ticker-add img {
    height: 25px !important;
    top: 7px !important;
  }
  .werbung.presenting.rectangle {
    display: none;
  }
  .boxen.one .box.ad.phone {
    display: block !important;
  }
  .content .werbung.superbanner.zweispaltig {
    display: block !important;
  }
}
@media (max-width: 815px) {
  .wrapper.header .wrapper-header nav.main ul li a.link_extern:hover::after {
    height: 9px;
    width: 9px;
    right: 5px;
    top: 5px;
  }
  .wrapper.header .wrapper-header nav.main ul li a.link_extern:hover span {
    font-size: 12px;
    padding-right: 16px;
  }
  .wrapper.header .wrapper-header nav.main ul li a span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 6px 7px!important;
    font-size: 12px;
  }
}
@media (min-width: 800px) {
  .wrapper-header .inner .content .tvAboForm .plan-variant-container,
  .wrapper-header .inner .content .tvAboForm form .button-container {
    max-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .table.manuelleTabelle th,
  .table.manuelleTabelle td {
    padding: 0 1%!important;
  }
  #vorschaltseite .brustring p {
    padding: 1% 5%;
  }
  #vorschaltseite .brustring .btn {
    right: auto !important;
    left: 2% !important;
    bottom: auto !important;
    top: 10% !important;
  }
  #vorschaltseite .teaser-box ul li {
    width: 30.33%;
  }
  footer.footer-vorschaltseite section ul.social-media li {
    padding: 10px 2px;
  }
  .tickertext-standing {
    background-position-y: -130px !important;
  }
}
@media (max-width: 765px) {
  .wrapper.header .wrapper-header nav.main ul li a span {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 6px 5px!important;
    font-size: 12px;
  }
}
@media (min-width: 737px) {
  .mobile-menu-btn {
    display: none !important;
  }
}
@media (max-width: 736px) {
  .top-watermark-bg {
    display: none;
  }
  .wrapper.header .wrapper-header .aufmacher-brustring {
    display: none;
  }
  .subnavi .special,
  .arrow-up {
    display: none !important;
  }
  .wrapper.aufmacher .aufmacher-bg {
    top: 0 !important;
  }
  .wrapper.aufmacher .grid-layer-aufmacher {
    display: none;
  }
  .wrapper.aufmacher .wrapper-header .inner .text {
    /*right: 0!important;*/
    left: 0 !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .text .title {
    font-size: 18px;
    padding: 3px 20px 3px 40px;
  }
  .wrapper.aufmacher .wrapper-header .inner .text .title h1 {
    font-size: 18px;
  }
  .wrapper.aufmacher .wrapper-header .inner .text .subtitle {
    display: none;
  }
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination {
    left: 0 !important;
    right: 0 !important;
    bottom: 5px !important;
    top: auto !important;
    margin: auto;
  }
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination.leftTop,
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination.leftBottom,
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination.rightTop,
  .wrapper.aufmacher .wrapper-header .inner .swiper-pagination.rightBottom {
    left: 0 !important;
    right: 0 !important;
    bottom: 5px !important;
    top: auto !important;
    margin: auto;
  }
  .wrapper.aufmacher .wrapper-header .inner .telekomfussball {
    display: none;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons {
    top: 20px;
    left: 20px;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv,
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis {
    height: 50px;
    width: auto;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv img,
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis img {
    width: 50px;
    height: 50px;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .exklusiv .zusatz,
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons .gratis .zusatz {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
  .wrapper.aufmacher .wrapper-header .inner .vfbtvicons.leftBottom {
    bottom: 20px;
    top: auto;
  }
  .wrapper.aufmacher .wrapper-header .inner .foto .vfbtv {
    height: 80px;
    width: 80px;
  }
  .wrapper.aufmacher .wrapper-header .inner .foto .vfbtv img {
    width: 80px;
    height: 80px;
  }
  .wrapper.newsletter .wrapper-header .inner .newsletter {
    margin-right: 0;
  }
  .wrapper.newsletter .wrapper-header .inner .newsletter .brief {
    display: none;
  }
  .wrapper.newsletter .wrapper-header .inner .newsletter .column > div {
    margin-right: 0;
  }
  .wrapper.newsletter .wrapper-header .inner .newsletter .single-column {
    width: 100%;
  }
  .social_static_bar {
    display: none;
  }
  .watermark.brustring_spacer .logo-grid .vfb_logo_watermark {
    top: -45px;
    right: -10px;
  }
  .watermark.brustring_spacer .logo-grid .vfb_logo_watermark img {
    width: 100px !important;
    height: 100px !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi:after {
    display: none !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li > a {
    margin-bottom: 0 !important;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul {
    margin-left: 0 !important;
  }
  .wrapper.aufmacher .foto img {
    border-top: 0 !important;
  }
  footer {
    min-height: 250px;
  }
  footer .inner .copyright {
    margin: 0;
    position: absolute;
    left: 0;
  }
  footer .inner .vfb_logo_sw {
    top: 50px;
    right: 30px;
  }
  footer .inner .vfb_logo_sw img {
    width: 110px;
  }
  footer .inner > ul {
    margin-right: auto !important;
  }
  footer .inner > ul > li {
    width: auto !important;
    max-width: none !important;
  }
  footer .inner ul li:not(:last-child) ul {
    display: none;
  }
  footer .inner ul > li:last-child {
    padding: 30px 0 0 0;
  }
  footer .inner ul > li:last-child span {
    display: none;
  }
  footer .inner ul li {
    display: block;
    float: none;
    width: auto;
    padding: 10px 0;
  }
  footer .inner ul li ul.icons {
    width: auto;
    margin: 0;
  }
  footer .inner ul li ul.icons li {
    margin: 0 10px 0 0;
    padding: 0;
  }
  footer .inner ul li ul.icons li img {
    height: 36px;
    width: 36px;
  }
  footer .inner ul li ul.icons li:last-child {
    margin-right: 0;
  }
  .wrapper.header {
    height: auto !important;
    min-height: 62px;
    /* sticky navi */
  }
  .wrapper.header .grid-placeholder {
    background: url("/?proxy=img/1x1_white.png") !important;
    height: 35px !important;
    z-index: 8;
    position: relative;
  }
  .wrapper.header:not(.sticky-title) .furchtlosundtreu_sticky span {
    display: none !important;
  }
  .wrapper.header .wrapper-header header {
    visibility: hidden;
  }
  .wrapper.header .wrapper-header nav.main {
    margin: 0;
    position: fixed;
    min-width: 320px;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #d30029;
    background: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    height: 60px;
  }
  .wrapper.header .wrapper-header nav.main .vfb_logo_sticky {
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    z-index: 12;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: right;
    max-width: 1060px;
    pointer-events: none;
  }
  .wrapper.header .wrapper-header nav.main .vfb_logo_sticky > a {
    pointer-events: initial;
    display: block;
    float: right;
  }
  .wrapper.header .wrapper-header nav.main .vfb_logo_sticky img {
    width: 42px;
    height: auto;
  }
  .wrapper.header .wrapper-header nav.main .search_sticky {
    /*display: block; */
    position: absolute;
    top: 2px;
    right: 8px;
  }
  .wrapper.header .wrapper-header nav.main .search_sticky form button {
    height: 25px;
    width: 25px;
    border: none;
    background: none;
    margin: 7px 0 0;
    padding: 0;
    float: left;
    cursor: pointer;
  }
  .wrapper.header .wrapper-header nav.main .search_sticky form button img {
    height: 25px;
    width: 25px;
  }
  .wrapper.header .wrapper-header nav.main .search_sticky form input {
    height: 20px;
    width: 140px;
    border: 1px solid #d30029;
    float: left;
    margin: 7px 0 0;
    padding: 2px 10px 1px 10px;
    font: 12px/15px 'ziontrain_prolight';
    color: #d30029;
  }
  .wrapper.header .wrapper-header nav.main .furchtlosundtreu_sticky {
    position: fixed;
    left: 70px;
    right: 70px;
    top: 21px;
    text-align: center;
    z-index: 11;
    min-width: 180px;
  }
  .wrapper.header .wrapper-header nav.main .furchtlosundtreu_sticky img {
    height: 19px;
    width: auto;
  }
  .wrapper.header .wrapper-header nav.main .furchtlosundtreu_sticky span {
    font: 16px 'ziontrain_probold_italic';
    color: #d30029;
  }
  .wrapper.header .wrapper-header nav.main > ul > li:first-child {
    padding-left: 6px;
  }
  .wrapper.header .wrapper-header nav.main ul {
    margin: 21px auto;
    max-width: 1152px;
    padding: 0;
    position: relative;
    z-index: 12;
  }
  .wrapper.header .wrapper-header nav.main ul li {
    border-color: #d30029;
  }
  .wrapper.header .wrapper-header nav.main ul li a.link_extern:hover::after {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    height: 11px;
    width: 11px;
    position: absolute;
    top: 3px;
    right: 10px;
    background-image: url('/?proxy=img/icon-link-r-25.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .wrapper.header .wrapper-header nav.main ul li a span {
    color: #d30029 !important;
    font-size: 14px;
    font-weight: bold;
    border-color: #d30029;
  }
  .wrapper.header .wrapper-header nav.main ul li .arrow-up {
    bottom: -10px !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .arrow-up div {
    top: 4px;
    height: 12px;
    width: 12px;
    background-color: #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: none;
    border-top: 2px solid #d30029;
    border-left: 2px solid #d30029;
    z-index: 1;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi {
    border-top: 0;
    left: -24px;
    top: 41px;
    z-index: 2;
    right: -24px;
  }
  .wrapper.header .wrapper-header nav.main ul li:nth-last-child(2) {
    border: none;
  }
  .wrapper.header header {
    display: none;
    visibility: visible !important;
    position: absolute !important;
    top: -40px !important;
    height: 40px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9 !important;
    background-color: #d30029;
  }
  .wrapper.header header .pages {
    border-bottom: 0 !important;
    min-width: initial !important;
  }
  .wrapper.header header .pages .right {
    display: none !important;
  }
  .wrapper.header header .pages .middle .login {
    margin: 0 !important;
  }
  .wrapper.header header .pages .middle .login button {
    width: 120px !important;
    height: 40px !important;
    margin-top: 0 !important;
    outline: none !important;
  }
  .wrapper.header header .pages .middle .login button span {
    font: 15px/21px 'ziontrain_proregular' !important;
  }
  .wrapper.header header .pages .middle .login button span.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .wrapper.header header .pages .middle .login button img {
    height: 35px !important;
    width: 35px !important;
  }
  .wrapper.header header .pages .middle .login input {
    margin-top: 0 !important;
  }
  .wrapper.header header .pages .middle div.search {
    position: absolute !important;
    left: 119px !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
  }
  .wrapper.header header .pages .middle div.search form {
    position: relative !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .wrapper.header header .pages .middle div.search button {
    float: right !important;
    height: 34px !important;
    width: 34px !important;
    margin-top: 0 !important;
    outline: none !important;
    background-size: 35px;
  }
  .wrapper.header header .pages .middle div.search button img {
    height: 35px !important;
    width: 35px !important;
  }
  .wrapper.header header .pages .middle div.search div {
    float: left !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 52px !important;
  }
  .wrapper.header header .pages .middle div.search div input {
    border: 2px !important;
    height: 34px !important;
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 14px !important;
  }
  .wrapper.header header .pages .middle div.search div input:focus {
    outline: none !important;
  }
  .wrapper.header header .claim,
  .wrapper.header header .mercedesbenz_logo,
  .wrapper.header header .pages .left,
  .wrapper.header header .pages .middle .socialmedia,
  .wrapper.header header .vfb_logo {
    display: none;
  }
  .wrapper.header .sticky-border {
    display: block !important;
    height: 5px;
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border-bottom: 4px solid #d30029;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 14;
  }
  .wrapper.header .sticky-top-bg {
    display: block !important;
    height: 62px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 11;
  }
  .wrapper.header .wrapper-header {
    height: auto !important;
    min-height: 26px;
  }
  .wrapper.header.opened .grid-placeholder {
    height: 26px !important;
  }
  .wrapper.header.opened .wrapper-header {
    padding: 0 !important;
  }
  .wrapper.header.opened .wrapper-header header {
    display: none;
    visibility: visible !important;
    position: absolute !important;
    top: -40px !important;
    height: 40px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9 !important;
    background-color: #d30029;
  }
  .wrapper.header.opened .wrapper-header header .pages {
    border-bottom: 0 !important;
    min-width: initial !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .right {
    display: none !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle .login {
    margin: 0 !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle .login button {
    width: 120px !important;
    height: 40px !important;
    margin-top: 0 !important;
    outline: none !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle .login button span {
    font: 15px/21px 'ziontrain_proregular' !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle .login button span.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle .login button img {
    height: 35px !important;
    width: 35px !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle .login input {
    margin-top: 0 !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle div.search {
    position: absolute !important;
    left: 119px !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle div.search form {
    position: relative !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle div.search button {
    float: right !important;
    height: 34px !important;
    width: 34px !important;
    margin-top: 0 !important;
    outline: none !important;
    background-size: 35px;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle div.search button img {
    height: 35px !important;
    width: 35px !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle div.search div {
    float: left !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 52px !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle div.search div input {
    border: 2px !important;
    height: 34px !important;
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 14px !important;
  }
  .wrapper.header.opened .wrapper-header header .pages .middle div.search div input:focus {
    outline: none !important;
  }
  .wrapper.header.opened .wrapper-header header .claim,
  .wrapper.header.opened .wrapper-header header .mercedesbenz_logo,
  .wrapper.header.opened .wrapper-header header .pages .left,
  .wrapper.header.opened .wrapper-header header .pages .middle .socialmedia,
  .wrapper.header.opened .wrapper-header header .vfb_logo {
    display: none;
  }
  .wrapper.header.opened .wrapper-header header {
    display: block;
  }
  .wrapper.header.opened .wrapper-header .main {
    margin-top: -1px;
    border-bottom: 0 !important;
    height: auto !important;
    position: relative !important;
  }
  .wrapper.header.opened .wrapper-header .main .mobile-menu-btn,
  .wrapper.header.opened .wrapper-header .main .vfb_logo_sticky {
    position: fixed !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul {
    z-index: 10 !important;
    margin-top: 105px !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened {
    padding-bottom: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened:first-child {
    margin-top: 0;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened:hover li {
    background: none;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .menu-spacer div {
    background: url("/?proxy=img/icons/50x50/icon-mehr-plain-red.png") center center no-repeat;
    background-size: 25px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content {
    display: block !important;
    border-top: 1px solid #dae0e3;
    margin-left: -10px;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi {
    display: block !important;
    position: relative !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: none;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi {
    background: none;
    height: auto;
    width: auto;
    float: none;
    padding: 0;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li {
    margin: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li a {
    display: block;
    padding: 10px 0 10px 40px !important;
    font: 12px 'ziontrain_proregular';
    font-weight: bold;
    float: none;
    width: 100%;
    -o-transition: 0s !important;
    -ms-transition: 0s !important;
    -moz-transition: 0s !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li a.link_extern::after,
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li a.link_extern:hover::after {
    -o-transition: 0s !important;
    -ms-transition: 0s !important;
    -moz-transition: 0s !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 10px;
    right: 50px;
    background-image: url('/?proxy=img/icon-link-r-25.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li a.link_extern span,
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li a.link_extern:hover span {
    border: 0 !important;
    padding: 6px 12px!important;
    color: #d30029 !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul {
    margin-top: 0 !important;
    padding: 0 !important;
    float: none;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li {
    width: auto !important;
    border-bottom: 1px solid rgba(218, 224, 227, 0.6) !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li:last-child {
    border-bottom: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li a {
    display: block;
    padding: 10px 0 10px 60px !important;
    width: 100%;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li a.link_extern::after,
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li a.link_extern:hover::after {
    -o-transition: 0s !important;
    -ms-transition: 0s !important;
    -moz-transition: 0s !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 10px;
    right: 70px;
    background-image: url('/?proxy=img/icon-link-g-25.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li a.link_extern span,
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li a.link_extern:hover span {
    border: 0 !important;
    padding: 6px 12px!important;
    color: #d30029 !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .navi ul li ul li:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .sub-navi-content .subnavi .special {
    display: none;
  }
  .wrapper.header.opened .wrapper-header .main > ul > li.opened .menu-spacer div {
    display: none;
  }
  .wrapper.header.opened .wrapper-header .main ul {
    margin-bottom: 0 !important;
    display: block !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li {
    position: relative;
    border-bottom: 1px solid #dae0e3 !important;
    padding: 0 !important;
    float: none;
  }
  .wrapper.header.opened .wrapper-header .main ul li .menu-spacer {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }
  .wrapper.header.opened .wrapper-header .main ul li .menu-spacer div {
    display: block !important;
    height: 40px !important;
    width: 40px !important;
    background: url("/?proxy=img/icons/50x50/icon-mehr-plain-red.png") center right 10px no-repeat;
    background-size: 25px;
    padding: 0;
    left: auto !important;
    margin: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li:first-child {
    margin-top: 8px;
  }
  .wrapper.header.opened .wrapper-header .main ul li:last-child {
    padding: 0 !important;
    border-bottom: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .wrapper.header.opened .wrapper-header .main ul li a {
    display: block;
    padding: 10px 0 10px 10px !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li a.link_extern::after,
  .wrapper.header.opened .wrapper-header .main ul li a.link_extern:hover::after {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 10px;
    right: 15px;
    background-image: url('/?proxy=img/icon-link-r-25.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .wrapper.header.opened .wrapper-header .main ul li a.link_extern span,
  .wrapper.header.opened .wrapper-header .main ul li a.link_extern:hover span {
    border: 0 !important;
    padding: 6px 12px!important;
    color: #d30029 !important;
    font-size: 14px !important;
    font-weight: bold;
  }
  .wrapper.header.opened .wrapper-header .main ul li a span {
    border: 0 !important;
    padding: 6px 12px!important;
  }
  .wrapper.header.opened .wrapper-header .main .sticky-words {
    display: block !important;
    background-color: #d30029;
    position: relative;
    z-index: 10;
  }
  .wrapper.header.opened .wrapper-header .main .sticky-words ul {
    border-bottom: 2px solid #ffffff !important;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    margin-top: -7px !important;
  }
  .wrapper.header.opened .wrapper-header .main .sticky-words ul li a span {
    color: #ffffff !important;
  }
  .wrapper.header.opened .wrapper-header .main .sticky-words ul li.two a {
    float: left;
    width: 50%;
    padding-left: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main .sticky-words ul li.two a span {
    margin-left: 10px;
  }
  .wrapper.header.opened .wrapper-header .main .sticky-words ul li.two:after {
    content: "";
    display: block;
    clear: both;
  }
  .main .furchtlosundtreu_sticky {
    display: block !important;
  }
  .main ul {
    display: none !important;
  }
  .wrapper.aufmacher .wrapper-header .inner {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 0 !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .foto img {
    border-width: 2px 0 !important;
  }
  .wrapper .wrapper-header .inner {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 15px !important;
  }
  .wrapper .aufmacher-bg,
  .wrapper .aufmacher-brustring,
  .wrapper .grid-layer {
    left: 15px !important;
    right: 15px !important;
  }
  .inner .teaser h1 {
    font: 23px 'ziontrain_probold_italic' !important;
  }
  .inner .teaser h1.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .teaser h2 {
    font: 20px 'ziontrain_probold' !important;
  }
  .inner .teaser h2.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .teaser h3 {
    font: 14px 'ziontrain_probold' !important;
  }
  .inner .teaser h3.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .teaser p {
    /*font:13px @ztp_bold_italic !important; line-height:20px !important;*/
  }
  .inner .teaser p.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .meldung-abo h1,
  .inner .meldung-bild h1,
  .inner .meldung-gallery h1,
  .inner .meldung-link h1 {
    font: 23px 'ziontrain_probold_italic' !important;
  }
  .inner .meldung-abo h1.grilled_cheese_font,
  .inner .meldung-bild h1.grilled_cheese_font,
  .inner .meldung-gallery h1.grilled_cheese_font,
  .inner .meldung-link h1.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .meldung-abo h2,
  .inner .meldung-bild h2,
  .inner .meldung-gallery h2,
  .inner .meldung-link h2 {
    font: 20px 'ziontrain_probold' !important;
  }
  .inner .meldung-abo h2.grilled_cheese_font,
  .inner .meldung-bild h2.grilled_cheese_font,
  .inner .meldung-gallery h2.grilled_cheese_font,
  .inner .meldung-link h2.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .meldung-abo h3,
  .inner .meldung-bild h3,
  .inner .meldung-gallery h3,
  .inner .meldung-link h3 {
    font: 14px 'ziontrain_probold' !important;
  }
  .inner .meldung-abo h3.grilled_cheese_font,
  .inner .meldung-bild h3.grilled_cheese_font,
  .inner .meldung-gallery h3.grilled_cheese_font,
  .inner .meldung-link h3.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .meldung-abo p,
  .inner .meldung-bild p,
  .inner .meldung-gallery p,
  .inner .meldung-link p {
    /*font:12px @ztp_regular !important; line-height:20px !important;*/
  }
  .inner .meldung-abo p.grilled_cheese_font,
  .inner .meldung-bild p.grilled_cheese_font,
  .inner .meldung-gallery p.grilled_cheese_font,
  .inner .meldung-link p.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .meldung-abo .image .image-title,
  .inner .meldung-bild .image .image-title,
  .inner .meldung-gallery .image .image-title,
  .inner .meldung-link .image .image-title {
    font: 11px 'ziontrain_proregular' !important;
  }
  .inner .meldung-abo .image .image-title.grilled_cheese_font,
  .inner .meldung-bild .image .image-title.grilled_cheese_font,
  .inner .meldung-gallery .image .image-title.grilled_cheese_font,
  .inner .meldung-link .image .image-title.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .inner .meldung-abo .more .bar,
  .inner .meldung-bild .more .bar,
  .inner .meldung-gallery .more .bar,
  .inner .meldung-link .more .bar {
    /*span { font:14px @ztp_bold !important }*/
  }
  .inner .meldung-zitat h1 {
    font: 23px 'ziontrain_probold_italic' !important;
  }
  .inner .meldung-zitat h2 {
    font: 20px 'ziontrain_probold' !important;
  }
  .inner .meldung-zitat h3 {
    font: 14px 'ziontrain_probold' !important;
  }
  .meldung-more .more-content article {
    width: 46.8085106% !important;
  }
  .meldung-more .more-content article:nth-child(4n) {
    clear: none !important;
  }
  .meldung-more .more-content article:nth-child(3n) {
    margin-right: 6.3829788% !important;
  }
  .meldung-more .more-content article:nth-child(3),
  .meldung-more .more-content article:nth-child(2n+3) {
    clear: left;
  }
  .meldung-more .more-content article:nth-child(2n) {
    margin-right: 0 !important;
  }
  .meldung-more .more-content .spacer {
    width: 6.3829788% !important;
  }
  .meldung-more .more-content article .article-content.ad {
    display: block !important;
  }
  .wrapper.header .wrapper-header nav.main .mobile-menu-btn {
    display: block;
  }
  /* portraitseite */
  .wrapper.aufmacher .wrapper-header .inner .text.mitnummer .nummer {
    padding: 15px 10px 15px 10px;
    font: 18px/26px 'ziontrain_probold';
  }
  /* newsarchive */
  .newsarchive h1 {
    font: 23px 'ziontrain_probold_italic' !important;
  }
  .newsarchive h1.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .newsarchive h2 {
    font: 20px 'ziontrain_probold' !important;
  }
  .newsarchive h2.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .newsarchive h3 {
    font: 14px 'ziontrain_probold' !important;
  }
  .newsarchive h3.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .newsarchive p {
    font: 12px 'ziontrain_proregular' !important;
    line-height: 20px !important;
  }
  .newsarchive p.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .newsarchive .article h1,
  .newsarchive .tv_teaser h1 {
    font-size: 16px !important;
  }
  .sticky-title .furchtlosundtreu_sticky {
    display: table !important;
  }
  .wrapper.header:not(.sticky-title) .wrapper-header nav.main .furchtlosundtreu_sticky,
  .wrapper.header .wrapper-header nav.main .search_sticky,
  .wrapper.header .wrapper-header nav.main .sticky-words {
    display: block !important;
  }
  .bestellformular form .formular_td {
    width: 50%;
  }
  .bestellformular form select,
  .bestellformular form input,
  .bestellformular form textarea {
    width: 100%;
  }
  #cookie-bar > p {
    padding: 20px 25px 10px;
  }
  #cookie-bar > p .cb-enable {
    width: 100px;
    height: 50px;
    top: -25px;
    margin-top: 0;
  }
  .wrapper-header .inner .content .tvAboForm .plan-variant-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
  }
  .wrapper-header .inner .content .tvAboForm .plan-variant-container .plan-variant {
    margin: 5px 0;
    width: 100%;
  }
  .wrapper-header .inner .content .tvAboForm .button-container {
    align-items: stretch;
    margin-top: 5px;
  }
  .wrapper-header .inner .content .tvAboForm .button-container button {
    padding: 20px 25px;
  }
  .wrapper-header .inner .content .tvAboForm .abo-container {
    flex-direction: column;
  }
  .wrapper-header .inner .content .tvAboForm .abo-container .order-overview,
  .wrapper-header .inner .content .tvAboForm .abo-container .payment-method {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .wrapper-header .inner .content .meldung-teaser .text .title {
    display: block;
  }
  .wrapper-header .inner .inner_twothird .table > table > tbody > tr > td:nth-child(1) {
    display: block;
    width: auto;
  }
  .wrapper-header .inner .inner_twothird .table > table > tbody > tr > td:nth-child(2) {
    display: block;
  }
  .wrapper-header .inner .inner_twothird .table > table > tbody > tr > td:nth-child(2) > table {
    max-width: none;
    width: 100%;
  }
  .wrapper-header .inner .inner_half .table > table .footable-detail-row td {
    padding-right: 0 !important;
  }
  .wrapper-header .inner .inner_half .table > table > tbody > tr:not(.footable-detail-row) > td {
    display: block;
    width: auto;
  }
  .wrapper-header .inner .inner_half .table > table > tbody > tr:not(.footable-detail-row) > td:nth-child(1) {
    padding-right: 10px !important;
  }
  .wrapper-header .inner .inner_half .table > table > tbody > tr:not(.footable-detail-row) > td:nth-child(2) {
    padding-left: 10px !important;
  }
  .wrapper-header .inner .inner_half .table > table > tbody > tr:not(.footable-detail-row) > td:nth-child(2) h3 {
    visibility: visible;
  }
  .wrapper.video table.abo .column-50 {
    width: 30% !important;
  }
  .kalender-abo .icon {
    width: 50% !important;
  }
}
@media (max-width: 640px) {
  .hide-tablet {
    display: inline-block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .wrapper:not(.galerie) .swiper-button-prev {
    left: -10px !important;
  }
  .wrapper:not(.galerie) .swiper-button-next {
    right: -10px !important;
  }
  .wrapper.video .swiper-button-prev {
    left: 10px !important;
  }
  .wrapper.video .swiper-button-next {
    right: 10px !important;
  }
  .wrapper-header .inner .content .meldung-congratulate .player-box .item-image img {
    margin: auto !important;
  }
  .congratulate-content .player-box,
  .congratulate-content .info-box {
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px auto;
  }
  .congratulate-content .item-player-box {
    text-align: center !important;
  }
  .congratulate-content h4 {
    text-align: center;
  }
  .social-wrapper .social-item {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .meldung-bild .image.fleft,
  .meldung-table .image.fleft,
  .meldung-bild .image.fright,
  .meldung-table .image.fright,
  .meldung-bild > div.fleft,
  .meldung-table > div.fleft,
  .meldung-bild > div.fright,
  .meldung-table > div.fright {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .boxen.three .box {
    width: 100% !important;
    margin: 0 auto 15px auto;
    padding: 0 !important;
    max-width: 360px;
    float: none;
  }
  .boxen.four {
    float: none;
    max-width: 490px;
    margin: auto;
  }
  .boxen.four .box {
    width: 49.2% !important;
    padding: 0 1.6% 1.3% 0 !important;
    max-width: 240px;
  }
  .boxen.four .box:nth-child(2n) {
    padding: 0 0 1.3% 0 !important;
  }
  .galerie .images .image:nth-child(1) {
    margin-left: 0 !important;
  }
  .galerie .swiper-slide > img {
    width: auto !important;
    height: auto !important;
    max-height: 270px !important;
    max-width: 100% !important;
  }
  .galerie .swiper-slide {
    max-width: 100%;
    text-align: center;
  }
  .meldung-navi.grey .active {
    padding: 10px 0;
  }
  .meldung-navi.grey > a.active div {
    background-color: transparent !important;
  }
  .meldung-navi.grey .menu {
    background-color: transparent;
    background: url("/?proxy=img/icons/50x50/icon-mehr-plain.png") center center no-repeat;
    background-size: 25px;
  }
  .meldung-navi.grey > a,
  .meldung-navi.grey > div,
  .meldung-navi.grey .navi-right-spacer > a {
    margin-right: 0 !important;
  }
  .meldung-navi.grey.dropdown .navi-right-spacer .active {
    background-color: #575f65 !important;
  }
  .meldung-navi.grey > .active {
    background-color: transparent !important;
    color: #000000;
    border: 1px solid #575f65;
    padding: 0 0!important;
  }
  .meldung-navi.grey > .active .sub-menu a div.active,
  .meldung-navi.grey > .active .sub-menu a div:hover {
    color: #ffffff !important;
    background-color: #575f65 !important;
  }
  .meldung-navi.grey > a.active {
    padding: 0 !important;
    float: left !important;
    width: 100%;
  }
  .meldung-navi.grey .active .sub-menu a div.active,
  .meldung-navi.grey .meldung-navi .active .sub-menu a div:hover {
    background-color: #575f65 !important;
  }
  .meldung-navi {
    position: relative;
  }
  .meldung-navi > a.active div {
    background-color: transparent !important;
  }
  .meldung-navi .dropdown-navi .active {
    padding: 0 !important;
  }
  .meldung-navi .active {
    float: none !important;
    background-color: #d30029 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .meldung-navi .active span {
    padding-left: 15px;
  }
  .meldung-navi .active:before {
    padding: 11px 20px !important;
  }
  .meldung-navi .active div {
    margin-right: 40px;
    float: none !important;
  }
  .meldung-navi .active .sub-menu {
    width: 100% !important;
    margin: 0 0!important;
    padding: 0 0 !important;
    position: relative !important;
    left: auto !important;
    bottom: 0 !important;
  }
  .meldung-navi .active .sub-menu a {
    float: none !important;
    background-color: #d30029;
  }
  .meldung-navi .active .sub-menu a div {
    background-color: #89969d;
    margin: 0 0 !important;
    padding-left: 30px !important;
    float: none !important;
    color: #ffffff;
  }
  .meldung-navi .active .sub-menu a div.active,
  .meldung-navi .active .sub-menu a div:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
  }
  .meldung-navi .active:after {
    content: " ";
    display: block;
    clear: both;
  }
  .meldung-navi .sub-menu a:hover div {
    background-color: #000000 !important;
    color: #ffffff;
    text-decoration: none !important;
  }
  .meldung-navi .menu {
    display: block !important;
    background: url("/?proxy=img/icons/50x50/icon-mehr-plain-w.png") center center no-repeat #d30029;
    background-size: 30px;
    width: 9px !important;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 5px;
    height: 19px;
  }
  .meldung-navi .menu:hover {
    cursor: pointer;
  }
  .meldung-navi.dropdown {
    background: none;
    min-height: 39px;
    margin-bottom: 30px;
  }
  .meldung-navi.dropdown .dropdown-navi {
    top: 0;
    right: 0;
    left: 51%;
    width: 49%;
    max-height: 150px;
    overflow: hidden;
  }
  .meldung-navi.dropdown .dropdown-navi > ul {
    width: 100% !important;
  }
  .meldung-navi.dropdown .dropdown-navi > ul:before {
    top: 7px !important;
    right: 6px !important;
  }
  .meldung-navi.dropdown .dropdown-navi > ul > li {
    height: 39px;
  }
  .meldung-navi.dropdown .dropdown-navi > ul > li > ul li.active:before {
    height: auto !important;
  }
  .meldung-navi.dropdown .dropdown-navi > ul > li > ul li.active:after {
    height: 39px !important;
  }
  .meldung-navi.dropdown .dropdown-navi > ul > li > ul li a {
    padding: 11px 2px 11px 10px !important;
  }
  .meldung-navi.dropdown .dropdown-navi > ul > li > ul li:first-child {
    padding-top: 39px !important;
  }
  .meldung-navi.dropdown .dropdown-navi > ul > li > ul li:first-child:not(.active):before {
    height: 0 !important;
  }
  .meldung-navi.dropdown .dropdown-navi.opened {
    overflow-y: scroll;
    z-index: 3;
  }
  .meldung-navi.dropdown .dropdown-navi.opened .border {
    height: auto !important;
  }
  .meldung-navi.dropdown .navi-right-spacer {
    position: relative;
    width: 49% !important;
    float: left !important;
    padding-top: 39px !important;
    height: 2px;
    overflow: hidden;
    background: #d30029 !important;
  }
  .meldung-navi.dropdown .navi-right-spacer .active {
    position: absolute;
    top: 0;
    font-size: 14px;
  }
  .meldung-navi.dropdown .navi-right-spacer .active span {
    padding-left: 25px !important;
  }
  .meldung-navi.dropdown .navi-right-spacer div {
    font-size: 13px;
  }
  .meldung-navi.dropdown .navi-right-spacer > a,
  .meldung-navi.dropdown .navi-right-spacer > div {
    float: none !important;
  }
  .meldung-navi.dropdown .navi-right-spacer.opened {
    height: auto;
  }
  .meldung-navi.dropdown .navi-right-spacer.opened .menu {
    -o-transition: 0.3;
    -ms-transition: 0.3;
    -moz-transition: 0.3;
    -webkit-transition: 0.3;
    transition: 0.3;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }
  .meldung-navi > a:not(.active):not(.menu),
  .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi) {
    display: none !important;
  }
  .meldung-navi > a:not(.active):not(.menu).navi-right-spacer,
  .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi).navi-right-spacer {
    display: block !important;
    margin-right: 0 !important;
  }
  .meldung-navi > a:not(.active):not(.menu) div,
  .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi) div {
    float: none !important;
  }
  .meldung-navi > a:not(.active):not(.menu) a:before,
  .meldung-navi > div:not(.active):not(.menu):not(.dropdown-navi) a:before {
    content: " ";
    display: block;
    clear: both;
  }
  .meldung-navi.opened .menu {
    -o-transition: 0.3;
    -ms-transition: 0.3;
    -moz-transition: 0.3;
    -webkit-transition: 0.3;
    transition: 0.3;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }
  .meldung-navi.opened .active {
    border-bottom: 1px solid #ffffff;
  }
  .meldung-navi.opened > a:not(.active):not(.menu),
  .meldung-navi.opened > div:not(.active):not(.menu) {
    display: block !important;
    width: 100%;
  }
  .meldung-navi .meldung-navi.dropdown .dropdown-navi {
    float: right;
    width: 49% !important;
  }
  .active .menu-item {
    padding: 10px 0!important;
  }
  .meldung-navi > .active {
    padding: 0 !important;
  }
  .wrapper.static .partner-list li,
  .wrapper.meldung .partner-list li {
    width: 48.75%;
  }
  .wrapper.static .partner-list li:nth-child(2n),
  .wrapper.meldung .partner-list li:nth-child(2n) {
    padding-right: 0;
  }
  .wrapper.static .partner-list li:nth-child(3n),
  .wrapper.meldung .partner-list li:nth-child(3n) {
    padding-right: 1.25%;
  }
  .wrapper.static figure.player-portrait,
  .wrapper.meldung figure.player-portrait {
    width: 31%;
    padding-right: 2% !important;
    min-height: 255px;
    margin-bottom: 0;
  }
  .wrapper.static figure.player-portrait:nth-child(n),
  .wrapper.meldung figure.player-portrait:nth-child(n) {
    padding-right: 2%;
  }
  .wrapper.static figure.player-portrait:nth-child(3n),
  .wrapper.meldung figure.player-portrait:nth-child(3n) {
    padding-right: 2%;
  }
  .wrapper.static figure.player-portrait figcaption,
  .wrapper.meldung figure.player-portrait figcaption {
    margin-top: -15px;
    padding: 5px;
  }
  .wrapper.static figure.player-portrait figcaption .nname,
  .wrapper.meldung figure.player-portrait figcaption .nname {
    font-size: 13px;
    line-height: 14px;
    padding-left: 0px;
  }
  .wrapper.static figure.player-portrait figcaption .vname,
  .wrapper.meldung figure.player-portrait figcaption .vname {
    font-size: 12px;
    line-height: 14px;
    padding-top: 0;
    padding-left: 0px;
  }
  .wrapper.static figure.player-portrait figcaption .date,
  .wrapper.meldung figure.player-portrait figcaption .date,
  .wrapper.static figure.player-portrait figcaption .nat,
  .wrapper.meldung figure.player-portrait figcaption .nat {
    line-height: inherit;
    margin: 5px 0;
    font-size: 13px;
    padding-left: 5px;
  }
  .wrapper.static figure.player-portrait figcaption .date i,
  .wrapper.meldung figure.player-portrait figcaption .date i,
  .wrapper.static figure.player-portrait figcaption .nat i,
  .wrapper.meldung figure.player-portrait figcaption .nat i {
    display: none;
  }
  .wrapper.static figure.player-portrait.trikotnr figcaption .num,
  .wrapper.meldung figure.player-portrait.trikotnr figcaption .num {
    display: block;
    float: none;
    font-size: 18px;
    text-align: left;
    padding-left: 0px;
  }
  .wrapper.static figure.player-portrait.trikotnr figcaption .num:before,
  .wrapper.meldung figure.player-portrait.trikotnr figcaption .num:before {
    content: 'Nr: ';
    font-size: 12px;
  }
  .wrapper.static figure.player-portrait.trikotnr figcaption .nname,
  .wrapper.meldung figure.player-portrait.trikotnr figcaption .nname {
    font-size: 13px;
    line-height: 14px;
    padding-left: 0px;
  }
  .wrapper.static figure.player-portrait.trikotnr figcaption .vname,
  .wrapper.meldung figure.player-portrait.trikotnr figcaption .vname {
    font-size: 12px;
    line-height: 14px;
    padding-top: 0;
    padding-left: 0px;
  }
  /* verteilseite */
  .wrapper-header .inner .content form,
  .wrapper-header .inner.full-screen .content form {
    height: auto;
  }
  .wrapper-header .inner .content form .filter,
  .wrapper-header .inner.full-screen .content form .filter {
    position: initial;
    height: auto;
  }
  .wrapper-header .inner .content form .filter .dropdown-navi,
  .wrapper-header .inner.full-screen .content form .filter .dropdown-navi {
    width: 100% !important;
    margin: 2px auto;
  }
  .wrapper-header .inner .content form .filter .dropdown-navi > ul,
  .wrapper-header .inner.full-screen .content form .filter .dropdown-navi > ul {
    width: 100%;
  }
  .wrapper-header .inner .content form .filter .dropdown-navi > ul:before,
  .wrapper-header .inner.full-screen .content form .filter .dropdown-navi > ul:before {
    top: 7px;
    right: 10px;
  }
  .wrapper-header .inner .content form .filter .dropdown-navi > ul li,
  .wrapper-header .inner.full-screen .content form .filter .dropdown-navi > ul li {
    padding: 7px;
  }
  .wrapper-header .inner .content form .filter .dropdown-navi > ul li.active,
  .wrapper-header .inner.full-screen .content form .filter .dropdown-navi > ul li.active {
    padding: 0;
  }
  .wrapper-header .inner .content form .filter .dropdown-navi > ul li:nth-child(1).active,
  .wrapper-header .inner.full-screen .content form .filter .dropdown-navi > ul li:nth-child(1).active {
    padding: 7px;
  }
  .wrapper-header .inner .content .verteilseite .articles article .image,
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .image {
    width: 100%;
    float: none;
  }
  .wrapper-header .inner .content .verteilseite .articles article .image img,
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .image img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .wrapper-header .inner .content .verteilseite .articles article .information,
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .information {
    width: 100%;
    padding: 10px 0;
    float: none;
  }
  .wrapper-header .inner .content .verteilseite .articles article .information .site-info .directories,
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .information .site-info .directories {
    float: none;
  }
  .wrapper-header .inner .content .verteilseite .articles article .information .site-info .date,
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .information .site-info .date {
    float: left;
  }
  .wrapper-header .inner .content .verteilseite .paging,
  .wrapper-header .inner.full-screen .content .verteilseite .paging {
    margin: 20px 0 60px 0!important;
  }
  .wrapper-header .inner .content .verteilseite .paging .numbers,
  .wrapper-header .inner.full-screen .content .verteilseite .paging .numbers,
  .wrapper-header .inner .content .verteilseite .paging ul.pages,
  .wrapper-header .inner.full-screen .content .verteilseite .paging ul.pages,
  .wrapper-header .inner .content .verteilseite .paging .prev span,
  .wrapper-header .inner.full-screen .content .verteilseite .paging .prev span,
  .wrapper-header .inner .content .verteilseite .paging .next span,
  .wrapper-header .inner.full-screen .content .verteilseite .paging .next span {
    display: none;
  }
  /* newsarchive */
  .newsarchive .text_mit_bild .img_box_re {
    float: none;
    margin-left: 0;
  }
  .newsarchive .text_mit_bild .img_box_li {
    float: none;
    margin-right: 0;
  }
  .newsarchive table th {
    font: 12px/25px 'ziontrain_probold' !important;
    padding: 5px !important;
  }
  .newsarchive table th.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .newsarchive table th.th_empty {
    display: none !important;
  }
  .newsarchive table td {
    font: 12px/15px 'ziontrain_proregular' !important;
    padding: 5px !important;
  }
  .newsarchive table td.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
  .newsarchive table td.td_empty {
    display: none !important;
  }
  .meldung-colored_teaser img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
  }
  .meldung-colored_teaser .colored_teaser {
    width: calc(100% - 20px) !important;
    margin: 0 0 20px 0!important;
    float: none !important;
    min-height: 0 !important;
  }
  .meldung-colored_teaser .colored_teaser img {
    max-width: none !important;
    float: none !important;
  }
  .tickertext-standing {
    background-position-y: -90px !important;
  }
  /* newsarchive */
  .newsarchive .datasite .bericht_header .bericht_team1,
  .newsarchive .datasite .bericht_header .bericht_team2 {
    width: 40%;
    text-align: center;
  }
  .newsarchive .datasite .bericht_header .bericht_team1 h2,
  .newsarchive .datasite .bericht_header .bericht_team2 h2 {
    font-size: 15px !important;
    float: none;
    width: auto;
    text-align: center;
    margin: 0;
  }
  .newsarchive .datasite .bericht_header .bericht_team1 img,
  .newsarchive .datasite .bericht_header .bericht_team2 img {
    float: none;
    margin-top: 10px;
    max-width: 50%;
  }
  .newsarchive .datasite .bericht_header .bericht_team1 .bericht_torschuetzen1,
  .newsarchive .datasite .bericht_header .bericht_team2 .bericht_torschuetzen1,
  .newsarchive .datasite .bericht_header .bericht_team1 .bericht_torschuetzen2,
  .newsarchive .datasite .bericht_header .bericht_team2 .bericht_torschuetzen2 {
    display: none;
  }
  .newsarchive .datasite .bericht_header .bericht_spielstand {
    width: 20%;
  }
  .newsarchive .datasite .bericht_header .bericht_spielstand span {
    font-size: 40px;
  }
  .newsarchive .datasite .bericht_header .bericht_spielstand span.bericht_halbzeitstand {
    font-size: 15px;
  }
  .newsarchive .datasite .bericht_tabelle table th {
    font: 12px/25px 'ziontrain_probold';
    padding: 5px 0;
  }
  .newsarchive .datasite .bericht_tabelle table th.th_empty {
    display: none;
  }
  .newsarchive .datasite .bericht_tabelle table td {
    font: 12px/15px 'ziontrain_proregular';
    padding: 5px 0;
  }
  .newsarchive .datasite .bericht_tabelle table td.td_empty {
    display: none;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad {
    display: none !important;
  }
  .boxen.three .box.ad .werbung.cad {
    display: block !important;
  }
  .boxen.three .box.ad .spacer {
    display: block !important;
  }
  footer.footer-vorschaltseite section {
    width: 100% !important;
    text-align: center !important;
  }
  .vfbtv .wrapper.video table.abo {
    font-size: 12px !important;
  }
  .vfbtv .wrapper.video table.abo thead th {
    word-break: break-word;
    font-size: 12px;
  }
  .vfbtv .wrapper.video table.abo thead th.exklusiv img {
    width: 38px;
  }
  .vfbtv .wrapper.video table.abo thead th.exklusiv span {
    font-size: 14px;
    line-height: 20px;
  }
  .vfbtv .wrapper.video table.abo tbody td {
    width: 30%;
    padding: 0 5px;
  }
  .vfbtv .wrapper.video table.abo tbody td:first-child {
    width: 40%;
    padding: 0 10px 0 0;
  }
  .vfbtv .wrapper.video table.abo tfoot button {
    border-radius: 5px;
    padding: 5px !important;
    font-size: 15px !important;
  }
  table.table.spielberichte {
    display: block !important;
  }
  table.table.spielberichte tbody {
    display: block;
  }
  table.table.spielberichte tbody tr {
    width: 100%;
    display: block;
    float: left;
    clear: all;
    border-bottom: 1px solid #dae0e3;
  }
  table.table.spielberichte tbody tr td {
    border: none !important;
  }
  table.table.spielberichte tbody tr td:nth-child(1) {
    font-size: 10px;
    width: 20%;
    float: left;
    display: block;
    line-height: 15px;
    padding-bottom: 2px;
    padding-top: 15px;
  }
  table.table.spielberichte tbody tr td:nth-child(1):after {
    content: 'Spieltag';
  }
  table.table.spielberichte tbody tr td:nth-child(2) {
    font-size: 10px;
    float: left;
    display: block;
    line-height: 15px;
    padding-bottom: 15px;
    clear: left;
    padding-right: 0;
    width: 12%;
    max-width: 35px;
  }
  table.table.spielberichte tbody tr td:nth-child(2):after {
    content: ', ';
  }
  table.table.spielberichte tbody tr td:nth-child(3) {
    font-size: 10px;
    float: left;
    display: block;
    line-height: 15px;
    padding-bottom: 15px;
    padding: 0;
    width: 13%;
  }
  table.table.spielberichte tbody tr td:nth-child(4) {
    width: 25%;
    float: left;
    display: block;
    border: none;
    padding: 0;
    margin-top: -30px;
  }
  table.table.spielberichte tbody tr td:nth-child(5) {
    width: 6%;
    float: left;
    display: block;
    border: none;
    padding: 0;
    margin-top: -30px;
  }
  table.table.spielberichte tbody tr td:nth-child(6) {
    width: 25%;
    float: left;
    display: block;
    border: none;
    padding: 0;
    margin-top: -30px;
  }
  table.table.spielberichte tbody tr td:nth-child(7) {
    width: 11%;
    float: right;
    display: block;
    border: none;
    padding: 0;
    margin-top: -24px;
  }
  table.table.spielberichte tbody tr:first-child {
    border-top: 2px solid #89969d;
  }
  table.table.spieltage {
    display: block !important;
  }
  table.table.spieltage tbody {
    display: block;
  }
  table.table.spieltage tbody tr {
    width: 100%;
    display: block;
    float: left;
    clear: all;
    border-bottom: 1px solid #dae0e3;
  }
  table.table.spieltage tbody tr td {
    border: none !important;
  }
  table.table.spieltage tbody tr td:nth-child(1) {
    font-size: 10px;
    width: 20%;
    float: left;
    display: block;
    line-height: 15px;
    padding-top: 15px;
  }
  table.table.spieltage tbody tr td:nth-child(2) {
    font-size: 10px;
    float: left;
    display: block;
    line-height: 15px;
    padding-bottom: 15px;
    clear: left;
    padding-right: 0;
    width: 20%;
  }
  table.table.spieltage tbody tr td:nth-child(3) {
    width: 25%;
    float: left;
    display: block;
    border: none;
    padding: 0;
    margin-top: -30px;
  }
  table.table.spieltage tbody tr td:nth-child(4) {
    width: 7%;
    float: left;
    display: block;
    border: none;
    padding: 0;
    margin-top: -30px;
  }
  table.table.spieltage tbody tr td:nth-child(5) {
    width: 26%;
    float: left;
    display: block;
    border: none;
    padding: 0;
    margin-top: -30px;
  }
  table.table.spieltage tbody tr td:nth-child(6) {
    width: 13%;
    float: right;
    display: block;
    border: none;
    padding: 0;
    margin-top: -30px;
  }
  table.table.spieltage tbody tr td:nth-child(7) {
    display: none;
  }
  table.table.spieltage tbody tr:first-child {
    border-top: 2px solid #89969d;
  }
  .meldung-navi.grey {
    margin-bottom: 0;
  }
  .wrapper.static .wrapper-header .inner .content .data-snippet {
    margin-top: 0 !important;
  }
  .wrapper-header .inner .content .meldung-table {
    overflow-x: auto;
  }
  .wrapper-header .inner .content .meldung-table table.table.manuelleTabelle thead tr th,
  .wrapper-header .inner .content .meldung-table table.table.manuelleTabelle tbody tr td {
    line-height: inherit;
  }
  .wrapper-header .inner .content .meldung-table table.table.manuelleTabelle tbody tr td {
    padding: 10px 5px !important;
  }
}
@media (max-width: 600px) {
  .ticker-team-name {
    display: none !important;
  }
  .ticker-team-name-mid {
    display: none !important;
  }
  .ticker-team-name-short {
    display: block !important;
  }
  .wrapper-header .inner:not(.full-screen) .content .ticker-team-name-mid {
    display: none !important;
  }
  .ticker-team-name {
    display: none !important;
  }
  .ticker-aufmacher.carousel .ticker-standing .ticker-score {
    font-size: 45px !important;
  }
  .ticker-aufmacher.carousel .ticker-score-halftime,
  .ticker-aufmacher.carousel .ticker-team-name-short {
    font-size: 18px;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
    padding-right: 35% !important;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
    max-width: 50%;
    display: block;
    margin: auto;
    float: none;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
    margin: 10px auto 0 auto;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names {
    padding-left: 35% !important;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img {
    max-width: 50%;
    display: block;
    margin: auto;
    float: none;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names {
    margin: 10px auto 0 auto;
  }
  .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-names {
    float: none;
    text-align: center;
    max-width: 50%;
    /*.goals { display:none; }*/
  }
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
    padding-right: 35%;
  }
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img .ticker-team-name-short,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names .ticker-team-name-short {
    display: none !important;
  }
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names {
    padding-left: 35%;
  }
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img .ticker-team-name-short,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names .ticker-team-name-short {
    display: none !important;
  }
  .ticker-aufmacher.carousel .ticker-iconbar {
    text-align: left;
  }
  .ticker-aufmacher.carousel .ticker-iconbar .iconbar-inner .link-item {
    width: auto;
    float: none !important;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 14px !important;
  }
  .wrapper-header .inner.full-screen .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 14px !important;
  }
  .ticker-aufmacher .ticker-standing .extra-time.ticker-score {
    font-size: 30px !important;
  }
  .ticker-aufmacher .ticker-standing .extra-time.ticker-score span {
    margin-left: 0;
    font-size: 20px !important;
  }
  .ticker-aufmacher .ticker-standing .extra-time.ticker-score-halftime {
    font-size: 15px !important;
  }
  .ticker-aufmacher:not(.carousel) .ticker-team-name-short {
    display: none !important;
  }
  .ticker-aufmacher .ticker-away-team img,
  .ticker-aufmacher .ticker-home-team img {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 70px !important;
  }
  .ticker-aufmacher.carousel .ticker-standing .ticker-team-name {
    display: none;
  }
  .ticker-aufmacher.carousel .ticker-standing .ticker-team-name-mid {
    display: none !important;
  }
  .ticker-aufmacher.carousel .ticker-standing .ticker-team-name-short {
    display: block;
  }
  .ticker-more-content .ticker-outer-blank {
    display: none !important;
  }
  .tickertext .table td {
    display: block;
  }
  .tickertext .table th {
    display: none;
  }
  .tickertext .table tr > td:nth-child(2n) {
    background: none !important;
  }
  .tickertext .table .minute {
    padding: 0 0 0 10px!important;
  }
  .meldung-gallery .swiper-slide {
    text-align: center;
    margin: auto;
    max-width: 353px;
  }
  .meldung-gallery .image-title {
    text-align: left;
  }
  .meldung-gallery .swiper-slide {
    text-align: center;
    margin: auto;
    max-width: 353px;
  }
  .meldung-gallery .image-title {
    text-align: left;
  }
  .fright {
    margin-left: 0 !important;
    float: none !important;
  }
  .fleft {
    margin-right: 0 !important;
    float: none !important;
  }
  .link-item a span {
    font-size: 14px !important;
  }
  .data-snippet h3 {
    padding-bottom: 20px;
  }
  .data-snippet .dropdown-navi {
    float: none !important;
    width: 100% !important;
    left: 0 !important;
    top: 25px !important;
  }
  .data-snippet .dropdown-navi ul {
    width: auto;
  }
  .data-snippet .dropdown-navi .border ul li a div {
    display: inline-block;
  }
  .data-snippet .dropdown-navi .border ul li a div:first-child:after {
    display: inline-block;
    content: "\A0|";
  }
  .wrapper.video table.abo .mobile {
    display: block !important;
  }
  .wrapper.video table.abo ul,
  .wrapper.video table.abo .gratis {
    display: none;
  }
  .wrapper.video table.abo .column-50 {
    width: 30% !important;
  }
  .wrapper.video table.abo td {
    overflow: inherit !important;
  }
  .wrapper.video table.abo tfoot button {
    font: 18px/18px 'ziontrain_probold' !important;
    padding: 10px !important;
  }
  .wrapper.video table.abo tfoot button.grilled_cheese_font {
    font-family: 'GrilledCheeseBTN' !important;
  }
}
@media (max-width: 520px) {
  .wrapper-header .inner .content .meldung-teaser .text .title {
    display: none;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text h4 {
    margin-top: 15px;
  }
  .swiper-pagination {
    display: none !important;
  }
  .wrapper.aufmacher .swiper-pagination {
    display: block !important;
  }
  .wrapper.aufmacher .aufmacher-bg {
    background: none;
  }
  .wrapper.aufmacher .wrapper-header .inner > .swiper-wrapper {
    display: block;
    float: none;
  }
  .wrapper.aufmacher .wrapper-header .inner > .swiper-wrapper .swiper-slide {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 12px !important;
  }
  .wrapper-header .inner.full-screen .content .meldung-teaser .teaser-info .teaser-info-inner .teaser-text {
    font-size: 12px !important;
  }
  .contact-content form .dropdown-label {
    margin-bottom: 42px !important;
  }
  .contact-content form label {
    float: none !important;
    width: 100% !important;
  }
  .contact-content form > div,
  .contact-content form textarea,
  .contact-content form button,
  .contact-content form .info {
    float: none !important;
    width: 100% !important;
    padding: 0 10px!important;
  }
  .contact-content form button,
  .contact-content form .info {
    margin-left: 0 !important;
  }
  .wrapper-header .inner .content .contact-content form .dropdown-label {
    margin-bottom: 0 !important;
  }
  .wrapper-header .inner .content .contact-content form .dropdown-navi {
    float: none !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .heading-right {
    display: none !important;
  }
  .meldung-more .more-content article {
    width: 100% !important;
  }
  .meldung-more .more-content article .article-content {
    margin: auto;
  }
  .meldung-more .more-content .spacer {
    width: 0 !important;
  }
  .wrapper.aufmacher .wrapper-header .inner .text {
    /*left: auto !important;*/
  }
  .wrapper.aufmacher .wrapper-header .inner .text .title {
    font-size: 15px;
  }
  .wrapper.aufmacher .wrapper-header .inner .text .title h1 {
    font-size: 15px;
  }
  /* portraitseite */
  .wrapper.aufmacher .wrapper-header .inner .text.mitnummer .nummer {
    font: 18px/22px 'ziontrain_probold';
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .nummer {
    font: 15px 'ziontrain_probold';
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .title {
    font-size: 15px;
    padding: 15px 20px 15px 10px;
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .title h1 {
    font-size: 15px;
  }
  .wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto .text.mitnummer .subtitle {
    display: none;
  }
  .wrapper.meldung .inner .content .meldung-gallery.no-slider {
    text-align: center;
  }
  .wrapper.meldung .inner .content .meldung-gallery.no-slider .image {
    margin: 0 auto 10px auto;
    width: 100%;
    position: relative;
  }
  .wrapper.meldung .inner .content .meldung-gallery.no-slider .image img {
    max-width: none;
  }
  .tickertext-standing {
    background-position-y: -70px !important;
  }
  #vorschaltseite .swiper-pagination {
    display: block !important;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad {
    display: block !important;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad .image-content {
    background: #dae0e3 !important;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad .image-content .werbung.cad {
    top: 50% !important;
    margin-top: -125px !important;
  }
  .wrapper-header .inner .content table.game-content tr,
  .wrapper-header .inner .content table.game-content td {
    display: block;
    font-size: 13px;
  }
  .wrapper-header .inner .content table.game-content td {
    width: 100%;
    font: 12px/21px 'ziontrain_proregular';
  }
  .wrapper-header .inner .content table.game-content td:first-child {
    margin: 0 0 10px 0;
    padding-right: 0;
    border-bottom: 1px solid #89969d;
    font: 14px/17px 'ziontrain_proitalic';
  }
  .wrapper-header .inner .content table.game-content td:nth-child(even) {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img .ticker-team-name-short .ticker-team-name-mid,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names .ticker-team-name-mid {
    display: none !important;
  }
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img .ticker-team-name-short .ticker-team-name-short,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names .ticker-team-name-short {
    display: block !important;
  }
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img .ticker-team-name-short .ticker-team-name-mid,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names .ticker-team-name-mid {
    display: none !important;
  }
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img .ticker-team-name-short .ticker-team-name-short,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names .ticker-team-name-short {
    display: block !important;
  }
  .wrapper.sponsoren .wrapper-header .inner .partner .partner-box {
    float: none;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #dae0e3;
  }
  .wrapper.sponsoren .wrapper-header .inner .partner .partner-box:nth-child(4) {
    border-bottom: none;
  }
  .wrapper.sponsoren .wrapper-header .inner .partner .partner-box .partner-box-inner {
    padding: 5%;
  }
  .wrapper-header .inner .content .meldung-bar .bar-left img,
  .wrapper-header .inner .content .meldung-bar .bar-right img {
    width: 30px;
  }
  .wrapper-header .inner .content .meldung-bar .bar-left a,
  .wrapper-header .inner .content .meldung-bar .bar-right a {
    margin-right: 8px;
    height: 30px;
  }
  .wrapper-header .inner .content .meldung-bar .bar-right .schalter {
    margin: 10px 10px 0;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-image {
    text-align: center;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-image > a {
    max-width: none !important;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-image img {
    width: 100%;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info {
    text-align: left;
    position: relative;
    width: 100% !important;
    height: auto;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .teaser-text {
    margin-top: 0 !important;
  }
  .wrapper-header .inner .content .meldung-teaser .teaser-info .more-info {
    display: none;
  }
  .vfbtvicons {
    top: 10px !important;
    left: 10px !important;
  }
  .vfbtvicons .exklusiv,
  .vfbtvicons .gratis {
    height: 35px !important;
    width: auto !important;
  }
  .vfbtvicons .exklusiv img,
  .vfbtvicons .gratis img {
    width: 35px !important;
    height: 35px !important;
  }
  .vfbtvicons .exklusiv .zusatz,
  .vfbtvicons .gratis .zusatz {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 15px !important;
  }
  .vfbtvicons.leftBottom {
    bottom: 10px !important;
    top: auto !important;
  }
  .foto .vfbtv {
    height: 50px;
    width: 50px;
  }
  .foto .vfbtv img {
    width: 50px;
    height: 50px;
  }
  /* newsarchive */
  .newsarchive .article > a:first-child,
  .newsarchive .tv_teaser > a:first-child {
    float: none;
  }
  .bestellformular-frame {
    height: 1620px;
  }
  .bestellformular td {
    width: 100%;
    display: block;
  }
  .kalender-abo .icon {
    width: 100% !important;
  }
  .kalender-abo .mobile-twocolumns .icon {
    width: 50% !important;
  }
  .kalender-abo .mobile-twocolumns .icon span {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .sticky-title .furchtlosundtreu_sticky {
    width: 55% !important;
  }
  .sticky-title .furchtlosundtreu_sticky span {
    font-size: 12px !important;
  }
  .congratulate-content h4 {
    text-align: left;
  }
  .congratulate-content .info-box-inner div {
    float: none !important;
    width: 100% !important;
  }
  .congratulate-content .info-box-inner div:last-child {
    margin-top: 15px !important;
  }
  .tickertext-standing {
    background-position-y: -50px !important;
  }
  .wrapper.aufmacher .grid-placeholder {
    display: none;
  }
  .presenting-content {
    min-height: 50px;
  }
}
@media only screen and (max-width: 425px) {
  #vorschaltseite {
    /*background-position-y: -100px;*/
  }
  #vorschaltseite.oben,
  #vorschaltseite.ohne {
    height: 1100px;
  }
  #vorschaltseite.mitte {
    height: 1200px;
  }
  #vorschaltseite.unten {
    height: 1300px;
  }
  #vorschaltseite .brustring.oben,
  #vorschaltseite .brustring.ohne {
    top: 100px;
  }
  #vorschaltseite .brustring.oben .wappen,
  #vorschaltseite .brustring.ohne .wappen {
    top: -70px;
  }
  #vorschaltseite .brustring.oben .btn,
  #vorschaltseite .brustring.ohne .btn {
    top: -70px !important;
  }
  #vorschaltseite .brustring.mitte {
    top: 200px;
  }
  #vorschaltseite .brustring.mitte .wappen {
    top: -170px;
  }
  #vorschaltseite .brustring.mitte .btn {
    top: -170px !important;
  }
  #vorschaltseite .brustring.unten {
    top: 300px;
  }
  #vorschaltseite .brustring.unten .wappen {
    top: -270px;
  }
  #vorschaltseite .brustring.unten .btn {
    top: -270px !important;
  }
  #vorschaltseite .brustring p {
    font-size: 20px;
    top: 120px;
  }
  #vorschaltseite .brustring.oben .wappen,
  #vorschaltseite .brustring.mitte .wappen,
  #vorschaltseite .brustring.unten .wappen,
  #vorschaltseite .brustring.ohne .wappen {
    max-width: 110px;
    /*top: -30px;*/
    right: 5%;
  }
  #vorschaltseite .brustring .btn {
    background: url("/?proxy=img/btn_website_red.gif") 0 0 no-repeat;
    color: #ffffff;
  }
  #vorschaltseite .brustring .btn a {
    color: #ffffff;
  }
  #vorschaltseite .teaser-box.oben,
  #vorschaltseite .teaser-box.ohne {
    top: 460px;
  }
  #vorschaltseite .teaser-box.mitte {
    top: 560px;
  }
  #vorschaltseite .teaser-box.unten {
    top: 660px;
  }
  #vorschaltseite .teaser-box ul li {
    width: 80%;
    margin: 0.5% 10%;
  }
  .wrapper.static figure.player-portrait,
  .wrapper.meldung figure.player-portrait {
    max-height: 260px;
  }
}
@media (max-width: 410px) {
  h3 {
    font-size: 14px;
  }
  .wrapper-header .inner .content .meldung-table .fleft,
  .wrapper-header .inner .content .meldung-table .fright {
    padding: 0;
  }
  .wrapper-header .inner .content .meldung-teaser .text {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
    filter: alpha(opacity = (50));
  }
  .wrapper.aufmacher .grid-placeholder {
    display: none;
  }
  figure.player-portrait {
    min-height: 360px;
  }
  .tickertext-standing {
    background-position-y: -20px !important;
  }
  .boxen.three .box.ad .spacer {
    display: none !important;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad {
    display: block !important;
  }
  .wrapper-header .inner .content .meldung-more .more-content article .article-content.ad .image-content {
    background: transparent !important;
  }
}
@media (max-width: 375px) {
  .mejs-time {
    display: none;
  }
  .tickertext-standing {
    background-position-y: -10px !important;
  }
  .wrapper.static figure.player-portrait,
  .wrapper.meldung figure.player-portrait {
    min-height: 240px;
  }
  /* newsarchive */
  .newsarchive .datasite .bericht_header .bericht_spielstand span {
    font-size: 30px;
  }
  .wrapper.static figure.player-portrait,
  .wrapper.meldung figure.player-portrait {
    max-height: 220px;
  }
}
@media only screen and (max-width: 320px) {
  #vorschaltseite .brustring p {
    bottom: 50px;
  }
  #vorschaltseite .brustring .btn {
    left: 0% !important;
  }
  #vorschaltseite .teaser-box ul li {
    width: 90%;
    margin: 0.5% 5%;
  }
  .tickertext-standing {
    background-position-y: -5px !important;
  }
  .wrapper.static figure.player-portrait,
  .wrapper.meldung figure.player-portrait {
    min-height: 215px;
  }
}
@media (max-width: 319px) {
  .sticky-title .furchtlosundtreu_sticky {
    left: 70px !important;
    margin: inherit !important;
  }
  figure.player-portrait {
    min-height: 300px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
  .wrapper.header .wrapper-header nav.main ul,
  .wrapper.header.sticky .wrapper-header nav.main ul {
    max-width: none;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi {
    left: -30px;
    right: -220px;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi {
    right: -1px;
    left: -21px;
    max-width: none;
  }
  * {
    box-sizing: border-box;
  }
}
@media (max-width: 736px) {
  .wrapper .wrapper-header .inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.wrapper.news .wrapper-header {
  padding-top: 34px !important;
}
.c-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 24px;
  box-sizing: border-box;
}
.c-news--three {
  grid-template-columns: 1fr 1fr 1fr !important;
  column-gap: 16px !important;
  row-gap: 34px !important;
}
.c-news--three .c-news__item-title {
  font-size: 20px;
  line-height: 26px;
  margin-top: 24px;
}
@media (max-width: 736px) {
  .c-news--three .c-news__item-title {
    margin-top: 16px;
  }
}
.c-news--three a {
  line-height: 0;
}
.c-news--three .c-news__item-subtitle {
  margin-top: 16px;
}
@media (max-width: 736px) {
  .c-news--three .c-news__item-subtitle {
    margin-top: 16px;
  }
}
.c-news--three .c-news__type-date-container {
  margin-top: 16px;
}
@media (max-width: 736px) {
  .c-news--three .c-news__type-date-container {
    margin-top: 16px !important;
  }
}
@media (max-width: 1168px) {
  .c-news--three {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 736px) {
  .c-news--three {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 736px) {
  .c-news {
    grid-template-columns: 1fr;
  }
}
.c-news__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.5;
}
.c-news__item-title {
  font-family: ziontrain_probold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  color: #000000;
  margin-top: 24px;
  padding-right: 20px;
}
@media (max-width: 736px) {
  .c-news__item-title {
    font-size: 20px;
    margin-top: 16px;
  }
}
.c-news__item-subtitle {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #000000;
  margin-top: 24px;
  padding-right: 20px;
}
@media (max-width: 736px) {
  .c-news__item-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px !important;
  }
}
.c-news__item-type {
  font-family: ziontrain_probold, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20x;
  color: #d30029;
  text-transform: uppercase;
}
.c-news__item-date {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  margin-left: 10px;
  text-transform: uppercase;
}
.c-news__type-date-container {
  margin-top: 24px;
}
@media (max-width: 736px) {
  .c-news__type-date-container {
    margin-top: 16px !important;
  }
}
.c-news__load-more {
  font-family: ziontrain_probold, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #000000 !important;
  background: #eef0f1 !important;
  display: inline-block;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  .c-news__load-more {
    width: 100% !important;
  }
}
.c-news__load-more .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid #000000;
  border-radius: 50% 50%;
  animation: spin 1s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-news .image-content {
  position: relative;
}
.c-news .vfbtv {
  position: absolute;
  top: 25%;
  width: 100%;
  height: 35%;
  display: flex;
  justify-content: center;
}
.c-news .vfbtv img {
  opacity: 0.5;
}
.teaserLoaded > .article-content.ad {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eef0f1;
  position: relative;
  min-height: 300px;
}
@media (max-width: 1168px) {
  .teaserLoaded > .article-content.ad > div > div > div > div > iframe {
    width: unset !important;
    max-width: unset !important;
  }
}
.wrapper-header .inner .loadmore .text:after {
  display: none;
}
.wrapper-header .inner .loadmore .text:before {
  display: none;
}
.c-meta-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
.c-meta-navigation__social {
  display: flex;
  gap: 20px;
}
.c-meta-navigation__social a {
  height: 20px;
}
.c-meta-navigation__social img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .c-meta-navigation__social {
    display: none;
  }
}
.c-meta-navigation__left {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: unset;
  align-items: center;
  margin-bottom: unset !important;
}
.c-meta-navigation__left a {
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  font-family: ziontrain_probold, sans-serif;
}
@media (max-width: 736px) {
  .c-meta-navigation__left {
    display: none;
  }
}
.c-meta-navigation__search {
  background: #eef0f1;
  padding: 8px 12px;
}
@media (max-width: 736px) {
  .c-meta-navigation__search--desktop {
    display: none;
  }
}
.c-meta-navigation__search--mobile {
  display: none;
}
@media (max-width: 736px) {
  .c-meta-navigation__search--mobile {
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 92px;
    height: 36px;
    right: 62px;
    padding: 8px;
  }
  .c-meta-navigation__search--mobile.active {
    display: flex;
  }
}
.c-meta-navigation__search-button {
  height: 13px;
  width: 13px;
  border: none;
  background: url(/?proxy=img/search.png) top left no-repeat;
}
@media (max-width: 736px) {
  .c-meta-navigation__search-button {
    background: url(/?proxy=img/search-mobile.png) top left no-repeat;
    height: 24px;
    width: 24px;
  }
}
.c-meta-navigation__search-form {
  display: flex;
  gap: 10px;
}
@media (max-width: 736px) {
  .c-meta-navigation__search-form {
    flex-direction: row-reverse;
    gap: 15px;
  }
}
@media (max-width: 400px) {
  .c-meta-navigation__search-form {
    flex-direction: row-reverse;
    gap: 4px;
  }
}
.c-meta-navigation__search-input {
  border: none;
  background: #eef0f1;
  line-height: 13px;
  font-size: 12px;
  font-family: ziontrain_proregular, sans-serif;
  padding: 0;
}
@media (max-width: 736px) {
  .c-meta-navigation__search-input {
    font-size: 16px;
    line-height: 20px;
    max-width: 170px;
    min-width: 170px;
  }
}
.c-meta-navigation__search-input::placeholder {
  color: #000000;
  opacity: 1;
}
@media (max-width: 736px) {
  .c-meta-navigation__search-input::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.c-meta-mobile-navigation {
  display: none;
}
.c-meta-mobile-navigation span {
  font-weight: 400;
  font-size: 14px;
  font-family: ziontrain_probold, sans-serif;
  line-height: 28px;
  color: #d30029;
}
@media (max-width: 736px) {
  .c-meta-mobile-navigation {
    position: relative;
    z-index: 10;
    display: block;
  }
  .c-meta-mobile-navigation ul:first-child {
    margin-top: 24px;
  }
}
.vfbtv .c-meta-mobile-navigation__vfb-tv {
  display: none !important;
  background: red !important;
}
.vfbtv .c-meta-mobile-navigation__vfb {
  display: block !important;
}
.vfbtv .wrapper-header .inner .content {
  margin-right: unset;
}
.vfbtv .wrapper-header .inner .content .teaser h2,
h1 {
  padding-right: 17%;
}
@media (max-width: 736px) {
  .vfbtv .wrapper-header .inner .content .teaser h2,
  h1 {
    padding-right: unset;
  }
}
.vfbtv .wrapper-header .inner .content .teaser p {
  padding-right: 33.8%;
}
@media (max-width: 736px) {
  .vfbtv .wrapper-header .inner .content .teaser p {
    padding-right: unset;
  }
}
.c-meta-mobile-navigation__vfb {
  display: none !important;
}
.c-meta-mobile-navigation__vfb-tv {
  display: block !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul {
  width: 100% !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li a {
  font-family: ziontrain_prolight, sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #000000 !important;
}
.brustring {
  height: 300px !important;
  top: 264px !important;
}
@media (max-width: 736px) {
  .brustring {
    height: 150px !important;
    top: 220px !important;
  }
}
@media (max-width: 600px) {
  .brustring {
    top: 200px !important;
  }
}
@media (max-width: 500px) {
  .brustring {
    top: 165px !important;
  }
}
@media (max-width: 400px) {
  .brustring {
    top: 150px !important;
  }
}
@media (min-width: 736px) {
  body > .wrapper.header {
    position: fixed;
    top: 0;
    z-index: 10;
    transition: transform 0.5s linear;
  }
  body > .wrapper.header.sticky-facelift {
    position: fixed;
    top: 0;
    z-index: 10;
    transition: transform 0.5s ease;
    -webkit-box-shadow: 0 4px 6px -6px #222222;
    -moz-box-shadow: 0 4px 6px -6px #222222;
    box-shadow: 0 4px 6px -6px #222222;
    padding-bottom: 14px;
    background: #ffffff;
    transform: translateY(-40px);
  }
  body > .wrapper.header.sticky-facelift > .wrapper-header {
    height: 113px;
    width: 100%;
  }
  body > .wrapper.header.sticky-facelift .c-navigation__wrapper {
    padding-top: 8px;
  }
  body > .wrapper.header.sticky-facelift .vfb_logo a {
    display: flex;
  }
  body .wrapper.header + div {
    margin-top: 183px;
  }
}
@media (min-width: 736px) and (max-width: 1168px) {
  body > .wrapper.header.sticky-facelift > .wrapper-header {
    width: 100%;
  }
}
@media (min-width: 736px) and (min-width: 1168px) {
  body > .wrapper.header.sticky-facelift > .wrapper-header {
    width: 1168px;
  }
}
@media (min-width: 736px) and (max-width: 992px) {
  body .wrapper.header + div {
    margin-top: 150px;
  }
}
@media (min-width: 736px) {
  .sticky-facelift .c-navigation__menu {
    top: 0 !important;
    width: 1168px;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 16px !important;
    height: 100%;
  }
  .sticky-facelift .c-navigation__menu .c-navigation__menu-right {
    margin-top: 8px !important;
  }
  .sticky-facelift .c-navigation__menu li {
    margin-top: 4px;
  }
  .sticky-facelift .c-navigation__menu .vfb_logo {
    margin-top: -4px !important;
  }
  .sticky-facelift .c-navigation__menu .vfb_logo img {
    height: 50px;
    width: auto;
  }
}
@media (min-width: 736px) and (min-width: 736px) {
  .sticky-facelift .c-navigation__menu .vfb_logo img {
    height: 64px;
  }
}
@media (min-width: 736px) and (min-width: 1168px) {
  .sticky-facelift .c-navigation__menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 736px) {
  .sticky-facelift-hidden {
    top: 0 !important;
    transform: translateY(-100%);
    transition: transform 0.5s linear;
  }
}
@media (min-width: 736px) {
  .main {
    margin: unset !important;
  }
  header {
    background-color: #FFFFFF !important;
  }
  .c-navigation__menu {
    display: flex;
    gap: 24px;
    align-items: center;
    margin: unset !important;
    padding: 24px 16px 0 16px !important;
  }
  .c-navigation__menu > li {
    display: flex !important;
    height: 100%;
    align-items: center;
  }
  .c-navigation__menu li {
    padding-bottom: 30px;
  }
  .c-navigation__menu li a .c-icon--arrow {
    display: none;
  }
  .c-navigation__menu li.vfb_logo {
    padding-bottom: 18px !important;
  }
  .c-navigation__container {
    display: none;
  }
  .c-navigation__menu-point {
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-family: ziontrain_probold, sans-serif !important;
    border-bottom: 2px solid transparent;
    transition: unset !important;
    border-right: unset !important;
  }
  .c-navigation__menu-point:hover {
    border-bottom: 2px solid red;
    padding-bottom: 13px !important;
    margin-top: 13px;
    display: flex;
  }
  .c-navigation__menu-right {
    margin-left: auto;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
  }
  .c-navigation__menu-language a span {
    color: #000000 !important;
    padding: unset !important;
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 300 !important;
    font-family: ziontrain_prolight, sans-serif !important;
  }
  .c-sub-navi {
    top: 115px !important;
    overflow: auto !important;
    max-height: 75vh;
    right: 0 !important;
    left: 0 !important;
  }
  .c-sub-navi__left ul {
    margin: unset !important;
    background: #FFFFFF !important;
  }
  .c-sub-navi__left ul li {
    display: flex !important;
    flex-direction: column;
  }
  .c-sub-navi__left:after {
    background: #FFFFFF !important;
  }
  .c-sub-navi__left-ul {
    padding-top: 40px !important;
    padding-left: 32px !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .c-sub-navi__left-ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .c-sub-navi__left-ul li ul li {
    padding-left: 0 !important;
  }
  .c-sub-navi__teaser .team .outer-title:first-of-type {
    margin-top: 0 !important;
  }
  .c-sub-navi__teaser .team .outer-title {
    display: block !important;
    float: unset !important;
    padding: unset !important;
    width: unset !important;
    margin-bottom: 16px !important;
    margin-top: 32px;
  }
  .c-sub-navi__teaser .team .outer-title .title {
    transform: unset !important;
    float: unset !important;
    background: unset !important;
    color: #000000 !important;
    position: unset !important;
    width: unset !important;
    height: unset !important;
    font-family: ziontrain_probold, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: left !important;
  }
  .c-sub-navi__teaser .team .player {
    display: inline !important;
    float: unset !important;
    padding-right: 12px !important;
  }
  .c-sub-navi__teaser .team .player a img {
    width: 56px !important;
    height: 81px !important;
  }
  .c-sub-navi__teaser article {
    margin-bottom: 48px;
  }
  .c-sub-navi__teaser article .foto .text {
    bottom: -32px !important;
  }
  .c-sub-navi__teaser article .foto .text a .title {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    color: #000000 !important;
    font-family: ziontrain_prolight, sans-serif !important;
    padding-left: 0 !important;
  }
  .sticky-facelift .c-sub-navi {
    top: 66px !important;
  }
}
@media (min-width: 736px) and (max-width: 992px) {
  .c-navigation__menu {
    gap: 16px;
  }
  .c-navigation__menu .vfb_logo a img {
    width: 50px;
  }
}
@media (min-width: 736px) and (max-width: 736px) {
  .c-navigation__container {
    display: flex;
  }
}
@media (min-width: 736px) and (max-width: 992px) {
  .c-navigation__menu-point {
    font-size: 13px !important;
  }
}
@media (min-width: 736px) and (max-width: 992px) {
  .c-sub-navi {
    top: 88px !important;
  }
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay .arrow-up {
  border-bottom: 15px solid #d30029 !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay .name {
  font-size: 12px !important;
  font-family: ziontrain_probold, sans-serif !important;
  font-weight: 400 !important;
  background: #d30029;
  color: #FFFFFF;
  padding: 2px 8px;
  line-height: 20px;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay {
  z-index: 1;
}
.c-button {
  padding: 16px;
  font-size: 14px;
  color: #ffffff;
  height: 50px;
  font-weight: 400;
  font-family: ziontrain_probold, sans-serif;
  border: none;
  cursor: pointer;
}
.c-button--primary {
  background: #d30029;
}
@media (max-width: 736px) {
  .c-button {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .c-menu-icon {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-around !important;
    width: 24px !important;
    height: 20px !important;
    cursor: pointer;
    margin: 44px 20px 20px 20px;
    background: unset !important;
    z-index: 2;
    padding-left: 62px;
  }
  .c-menu-icon.search-active {
    padding-left: unset !important;
  }
  .c-menu-icon.active {
    background: url(/?proxy=img/x-menu-icon.png) top right no-repeat !important;
  }
  .c-menu-icon.active .c-menu-icon__line {
    display: none;
  }
  .c-menu-icon__line {
    width: 100%;
    height: 4px;
    background-color: #000000;
    z-index: 13;
  }
  .c-sub-navi__left {
    width: 100% !important;
    float: unset !important;
  }
  .c-sub-navi__left-ul li:first-child {
    margin-top: 4px !important;
  }
  .c-sub-navi__left-ul li a {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: ziontrain_probold, sans-serif !important;
    line-height: 20px;
    color: #d30029;
    text-transform: none;
  }
  .wrapper.aufmacher .wrapper-header {
    margin-top: 63px !important;
  }
  .wrapper.header.opened .wrapper-header .main > div > ul > li.opened .sub-navi-content {
    display: block !important;
    border-top: 1px solid #dae0e3;
    margin-left: -10px;
  }
  .wrapper.header.opened .wrapper-header .main > div > ul > li.opened .sub-navi-content .subnavi {
    display: block !important;
    position: relative !important;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: none;
    min-height: unset !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li a {
    display: flex;
    padding: 16px 0 16px 0 !important;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper.header.opened .wrapper-header .main ul li.c-navigation__menu-right {
    padding-bottom: 38px !important;
    margin-top: 40px !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li a span {
    color: #000000 !important;
    padding: unset !important;
  }
  .wrapper.header.opened .wrapper-header .main div ul li a span {
    color: #d30029 !important;
    padding: unset !important;
  }
  .wrapper.header.opened .wrapper-header .main ul {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .wrapper.header.opened .wrapper-header .main ul.c-sub-navi__left-ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul div ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li ul li {
    padding-left: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li.opened {
    padding: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li:hover {
    background-color: unset;
  }
  .wrapper.header.opened .wrapper-header .main > div > ul > li.opened .sub-navi-content {
    margin-left: 0 !important;
    border-top: unset !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul {
    margin: 0;
    padding: 0;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li {
    border-bottom: unset !important;
  }
  .wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li a {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 20px;
    text-align: left;
    margin-bottom: 12px !important;
    padding: 0 !important;
    font-family: ziontrain_prolight, sans-serif !important;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li {
    padding-left: 21px !important;
    margin-left: 0;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li {
    padding-left: 0 !important;
  }
  .wrapper.header.sticky .wrapper-header nav.main ul li .sub-navi-content .subnavi .navi ul li ul li a {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: ziontrain_prolight, sans-serif !important;
    line-height: 20px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px !important;
    padding: 0 !important;
  }
  .wrapper.header.opened .wrapper-header .main ul li a.link_extern::after {
    display: none;
  }
  ul .opened a .c-icon--arrow {
    transform: rotate(180deg);
  }
  .c-navigation__wrapper {
    position: fixed;
    height: 101%;
    overflow-y: auto;
    width: 100%;
    background: white;
    visibility: hidden;
  }
  .c-navigation__wrapper.active {
    visibility: visible;
  }
  .c-navigation__menu-right {
    position: absolute;
    bottom: 0;
  }
  .c-navigation__menu-language {
    display: none !important;
  }
  .c-navigation__menu {
    margin-top: 116px !important;
  }
  .c-navigation__menu .vfb_logo {
    display: none !important;
  }
  .c-navigation__menu .opened .c-navigation__menu-point-wrapper {
    border-bottom: 2px solid #d30029;
  }
  .c-navigation__menu-text {
    display: block;
    position: absolute;
    right: 60px;
    top: 44px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  .c-navigation__menu-text.in-active {
    display: none;
  }
  .c-navigation__menu-point {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: ziontrain_probold, sans-serif !important;
    line-height: 20px !important;
    text-align: left !important;
    color: #000000 !important;
  }
  .c-navigation__menu-search-icon {
    position: absolute;
    right: 132px;
    top: 40px;
    width: 24px;
    height: 24px;
    background: url(/?proxy=img/search-mobile.png) top left no-repeat;
  }
  .c-navigation__menu-search-icon.in-active {
    display: none;
  }
  .c-navigation__menu-search-icon.is-hidden {
    visibility: hidden;
  }
  .c-menu-icon.active .c-menu-icon__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .c-menu-icon.active .c-menu-icon__line:nth-child(2) {
    opacity: 0;
  }
  .c-menu-icon.active .c-menu-icon__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .c-navigation__logo {
    left: 24px !important;
    right: unset !important;
    position: fixed;
  }
  .c-navigation__logo img {
    height: 60px !important;
    width: auto !important;
  }
  .c-navigation__container {
    display: flex;
    padding-top: 27px;
    z-index: 11;
    position: fixed;
    top: 0;
    background: white;
    height: 80px;
    width: 100%;
  }
  .c-navigation__container.scrolled {
    -webkit-box-shadow: 0 4px 6px -6px #222222;
    -moz-box-shadow: 0 4px 6px -6px #222222;
    box-shadow: 0 4px 6px -6px #222222;
  }
  .c-navigation .c-menu-icon {
    position: fixed !important;
    right: 0 !important;
  }
}
@media (max-width: 736px) {
  .c-navigation__menu li:hover .sub-navi-content {
    display: none !important;
  }
}
.c-navigation__wrapper {
  max-width: 100%;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi {
  min-height: 75vh !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special {
  position: absolute !important;
  right: 0 !important;
  z-index: 100 !important;
  height: 75vh !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay {
  top: 11px !important;
}
.wrapper.header .wrapper-header nav.main ul li .sub-navi-content .subnavi .special .team .player .overlay .arrow-up {
  border-bottom: 5px solid #d30029 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  top: 5px !important;
  left: 8px !important;
}
.tv .c-navigation__menu-language,
.tv .c-meta-mobile-navigation__language {
  display: none !important;
}
.c-icon--arrow {
  background: url(/?proxy=img/arrow.png) top left no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 20px;
}
.c-video-slider {
  background: #ffffff !important;
}
h2.c-headline {
  font-family: ziontrain_probold, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #d30029;
  margin: unset;
}
.c-headline__container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 736px) {
  .c-headline__container {
    flex-wrap: wrap;
  }
}
.c-headline__link {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 0;
  border-bottom: 1px solid #d30029;
}
@media (max-width: 736px) {
  .c-headline__link {
    margin-left: auto;
  }
}
.c-video-slider .swiper-button-prev {
  position: static;
  margin-top: unset;
  background-image: url(/?proxy=img/arrow-vfb.png) !important;
  width: 32px !important;
}
.c-video-slider .swiper-button-next {
  position: static;
  margin-top: unset;
  background-image: url(/?proxy=img/arrow-vfb.png) !important;
  width: 32px !important;
}
.c-video-slider__headline-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-video-slider__button-container {
  display: flex;
  gap: 12px;
}
.c-video-slider__container-inner {
  margin-top: 34px;
}
.c-video-slider__vfb-video-icon-container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.c-video-slider__vfb-video-icon-container img {
  width: 48px !important;
  height: auto;
}
.c-video-slider__overlay {
  width: 100%;
  height: 100%;
  top: -5px;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.c-video-text__item-title {
  font-family: ziontrain_probold, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  margin-top: 32px;
}
@media (max-width: 736px) {
  .c-video-text__item-title {
    font-size: 20px;
    margin-top: 24px;
  }
}
.c-video-text__item-subtitle {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  margin-top: 24px;
}
@media (max-width: 736px) {
  .c-video-text__item-subtitle {
    font-size: 16px;
  }
}
.c-video-text__item-type {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20x;
  color: #d30029;
  text-transform: uppercase;
}
.c-video-text__item-date {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  margin-left: 10px;
  text-transform: uppercase;
}
.c-video-text__item-date-container {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.c-box {
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.c-box__container {
  position: absolute;
  bottom: 34px;
  left: 23px;
  z-index: 1;
}
.c-box__header {
  font-family: ziontrain_probold, sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 30px;
}
@media (max-width: 736px) {
  .c-box__header {
    font-size: 32px;
    line-height: 35px;
  }
}
.c-box__sub-header {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 736px) {
  .c-box__sub-header {
    font-size: 14px;
    line-height: 28px;
  }
}
.c-box__sub-header::after {
  content: '';
  display: block;
  width: 58px;
  border-bottom: 3px solid #d30029;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.c-box__overlay {
  background: linear-gradient(9.4deg, #000000 -14.06%, rgba(0, 0, 0, 0) 54.76%);
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
}
.c-box__link {
  position: relative;
}
.c-box__image-container {
  position: relative;
}
.c-box__image-container img {
  height: 100%;
  display: block !important;
}
.boxen.three .box {
  padding: unset;
}
@media (max-width: 992px) {
  .boxen.three .box {
    width: 100% !important;
    margin: 0 auto 15px auto;
    padding: 0 !important;
    max-width: 360px;
    float: none;
  }
}
.wrapper-header.overflow > .inner {
  overflow: visible !important;
}
.home .wrapper.aufmacher > .wrapper-header {
  padding-bottom: 0 !important;
}
.home .wrapper:not(.aufmacher):not(.header):not(.sponsoren):nth-child(2n) .grid-layer {
  background: #ffffff !important;
  opacity: 0.9;
}
.home .wrapper:not(.aufmacher):not(.header):not(.sponsoren) .grid-layer {
  background: #ffffff !important;
  opacity: 0.9;
}
.home .wrapper:not(.header):not(.aufmacher):not(.video):not(.closure) {
  margin-bottom: unset;
}
.wrapper-header.overflow > .inner {
  overflow: visible !important;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):nth-child(2n) .grid-layer {
  background: #ffffff !important;
  opacity: 0.9;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren) .grid-layer {
  background: #ffffff !important;
  opacity: 0.9;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):nth-child(2n) {
  background: unset !important;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):nth-child(1n) {
  background: unset !important;
}
.home .wrapper:not(.header):not(.aufmacher):not(.video):not(.closure) {
  margin-bottom: unset;
}
@media (max-width: 736px) {
  .boxen.three .box.ad .werbung.cad {
    z-index: 1;
  }
}
.boxen.three .box.ad .spacer {
  display: block !important;
}
@media (max-width: 1168px) {
  .home .wrapper.aufmacher .wrapper-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 736px) {
  .home > .wrapper.aufmacher > .wrapper-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.grid-layer {
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.9;
}
@media (max-width: 1168px) {
  .grid-layer {
    left: 25px !important;
    right: 25px !important;
  }
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 736px) {
  .wrapper.aufmacher .wrapper-header .inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
h2.c-headline {
  font-family: ziontrain_probold, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #d30029;
  margin: unset;
}
.c-headline__container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 736px) {
  .c-headline__container {
    justify-content: space-between;
  }
}
.c-headline__link {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 0;
  border-bottom: 1px solid #d30029;
  text-transform: uppercase;
}
.c-date__day {
  display: flex;
  font-family: ziontrain_probold, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #d30029;
}
.c-date__month-year {
  display: flex;
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.c-table {
  margin-top: 42px;
  border-collapse: collapse;
  width: 100%;
}
.c-table__row-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.c-table__row-container td {
  padding: 16px 0;
}
@media (max-width: 736px) {
  .c-table__row-container td {
    padding-bottom: 21px;
    padding-top: 24px;
  }
}
.c-table__date-container {
  width: 220px;
}
@media (max-width: 736px) {
  .c-table__date-container {
    position: relative;
    width: 90px;
  }
}
.c-table__date-wrapper {
  display: flex;
  flex-direction: column;
  max-width: max-content;
  align-items: center;
}
@media (max-width: 736px) {
  .c-table__date-wrapper {
    position: absolute;
    top: 24px;
  }
}
.c-table__day-container {
  width: 350px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: ziontrain_prolight, sans-serif;
}
@media (max-width: 736px) {
  .c-table__day-container {
    display: none;
  }
}
.c-table__day-container--mobile {
  display: none;
}
@media (max-width: 736px) {
  .c-table__day-container--mobile {
    display: block;
    font-weight: 300;
    font-family: ziontrain_prolight, sans-serif;
  }
}
.c-table__type {
  display: flex;
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #d30029;
  text-transform: uppercase;
}
@media (max-width: 736px) {
  .c-table__type {
    font-size: 11px;
    margin-bottom: 21px;
  }
}
.c-table__type-name {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: ziontrain_prolight, sans-serif;
}
@media (max-width: 736px) {
  .c-table__type-name {
    font-size: 20px;
    margin-bottom: 19px;
  }
}
.c-table__type-name--highlighted {
  font-family: ziontrain_probold, sans-serif;
  font-weight: 400;
}
footer {
  border-top: unset !important;
  border-bottom: 10px solid #d30029;
  padding-bottom: 24px;
}
footer .inner ul li:not(:last-child) ul {
  display: block !important;
}
footer .vfb-logo-footer {
  margin-left: 16px;
}
@media (max-width: 992px) {
  footer .vfb-logo-footer {
    margin-left: unset;
  }
}
@media (max-width: 992px) {
  footer .vfb-logo-footer img {
    width: 72px;
  }
}
footer .footer-ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .footer-ul {
    display: grid;
    justify-content: unset;
    gap: 40px;
    grid-template-areas: "a a" "b c" "d e";
  }
}
footer .footer-ul > li:nth-child(1) {
  grid-area: a;
}
footer .footer-ul > li:nth-child(2) {
  grid-area: b;
}
footer .footer-ul > li:nth-child(3) {
  grid-area: c;
}
footer .footer-ul > li:nth-child(4) {
  grid-area: d;
}
footer .footer-ul > li:nth-child(5) {
  grid-area: e;
}
footer .inner {
  max-width: 1200px !important;
}
@media (max-width: 992px) {
  footer .inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
footer .inner ul li ul.icons li a {
  color: #d30029;
}
footer .inner ul li ul.icons li {
  width: 100% !important;
}
footer .inner ul li ul.icons li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
footer .inner > ul > li:last-child {
  min-width: unset !important;
  width: auto !important;
}
footer .inner ul li ul.icons {
  display: flex;
  width: unset;
  flex-direction: column;
  margin-top: 0 !important;
}
@media (max-width: 992px) {
  footer .inner ul li ul.icons {
    margin-top: 18px !important;
  }
}
footer .inner ul {
  margin-right: unset !important;
}
footer .inner ul li ul {
  margin-top: 6px !important;
}
footer .inner ul li ul li {
  padding: 6px 0 !important;
}
footer .inner ul li > span > a {
  font-size: 20px;
  font-family: ziontrain_probold, sans-serif;
  font-weight: 400;
  color: #000000;
}
footer .inner ul li > a {
  font-size: 16px;
  font-family: ziontrain_prolight, sans-serif;
  font-weight: 300;
  color: #000000;
  display: flex;
  gap: 12px;
}
footer .inner ul li ul li::before {
  display: none !important;
}
.c-footer__copyright {
  font-size: 16px;
  font-weight: 300;
  font-family: ziontrain_prolight, sans-serif;
  line-height: 20px;
  margin-top: 138px;
}
@media (max-width: 992px) {
  .c-footer__copyright {
    margin-top: 90px;
  }
}
.c-icon--arrow {
  background: url(/?proxy=img/arrow.png) top left no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 20px;
}
.c-advertising-element {
  background-color: #ffffff;
  border-bottom: 10px solid #ffdc00;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1216);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .c-advertising-element {
    flex-direction: column;
  }
}
.c-advertising-element--alternative {
  border-bottom: unset;
  box-shadow: unset;
  background-color: #d30029;
}
.c-advertising-element--alternative .c-advertising-element__text {
  color: #ffffff;
}
.c-advertising-element--alternative .c-advertising-element__line {
  background-color: #ffffff;
}
.c-advertising-element--alternative .c-advertising-element__title {
  color: #ffffff;
}
.c-advertising-element--alternative .c-advertising-element__link {
  background-color: #ffffff;
  color: #d30029;
}
.c-advertising-element__text {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #d30029;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .c-advertising-element__text {
    font-family: ziontrain, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.c-advertising-element__line {
  width: 89px;
  height: 3px;
  background-color: #d30029;
  margin-top: 24px;
}
.c-advertising-element__title {
  font-family: ziontrain_probold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: #d30029;
  margin-top: 24px;
}
@media (max-width: 1168px) {
  .c-advertising-element__title {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  .c-advertising-element__title {
    font-size: 32px;
    line-height: 35px;
  }
}
.c-advertising-element__link {
  background-color: #d30029;
  color: #ffffff;
  padding: 12px 24px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 736px) {
  .c-advertising-element__link {
    justify-content: center;
    box-sizing: border-box;
    font-family: ziontrain, sans-serif;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .c-advertising-element__link svg {
    width: 16px;
    height: 16px;
  }
}
.c-advertising-element__link-container {
  margin-top: 48px;
}
.c-advertising-element__left-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
@media (max-width: 736px) {
  .c-advertising-element__left-container {
    padding: 40px 24px;
  }
}
.c-advertising-element__img {
  display: flex;
  max-width: 57.75%;
  padding-left: 24px;
}
@media (max-width: 736px) {
  .c-advertising-element__img {
    padding-left: unset;
    max-width: unset;
  }
}
.c-advertising-element__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.wrapper-header.overflow > .inner {
  overflow: visible !important;
}
.c-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  row-gap: 24px;
}
@media (max-width: 736px) {
  .c-news {
    grid-template-columns: 1fr;
  }
}
.c-news__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.5;
}
.c-news__img-container {
  position: relative;
}
.c-news__img-container:hover .zusatz {
  opacity: 1 !important;
}
.c-news__img-container:hover .vfbtvicons img,
.c-news__img-container:hover .vfbtv img,
.c-news__img-container:hover .icons img {
  opacity: 1 !important;
}
.c-news__img-container a {
  line-height: 0;
  display: block;
}
.c-news .gratis,
.c-news .exklusiv {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
}
.c-news__item-title {
  font-family: ziontrain_probold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  color: #000000;
  margin-top: 24px;
}
@media (max-width: 736px) {
  .c-news__item-title {
    font-size: 20px;
    margin-top: 16px;
  }
}
.c-news__item-subtitle {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #000000;
  margin-top: 24px;
}
@media (max-width: 736px) {
  .c-news__item-subtitle {
    font-size: 16px;
  }
}
.c-news__item-type {
  font-family: ziontrain_probold, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20x;
  color: #d30029;
  text-transform: uppercase;
}
.c-news__item-date {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  margin-left: 10px;
}
.c-news__type-date-container {
  margin-top: 24px;
}
.c-news .stoerer {
  position: absolute;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.c-news .stoerer.leftTop {
  top: 20px;
  left: 20px;
}
.c-news .stoerer.rightTop {
  top: 20px;
  right: 20px;
}
.c-news .stoerer.leftBottom {
  bottom: 20px;
  left: 20px;
}
.c-news .stoerer.rightBottom {
  bottom: 20px;
  right: 20px;
}
@media (max-width: 992px) {
  .c-news .stoerer {
    display: none;
  }
}
.c-news .stoerer_pfeil {
  position: relative;
  left: 30px;
  top: -1px;
}
.c-news .stoerer_text {
  background: #ffdc00;
  color: #000000;
  padding: 10px 25px;
  font: 27px 'ziontrain_problack_italic';
  min-width: 130px;
  text-align: center;
}
.c-news .icons {
  position: absolute;
}
.c-news .icons.leftTop {
  top: 20px;
  left: 20px;
}
.c-news .icons.rightTop {
  top: 20px;
  right: 20px;
}
.c-news .icons.leftBottom {
  bottom: 20px;
  left: 20px;
}
.c-news .icons.rightBottom {
  bottom: 20px;
  right: 20px;
}
@media (max-width: 992px) {
  .c-news .icons {
    display: none;
  }
}
.c-news .icons img {
  width: 65px;
}
.wrapper.aufmacher .wrapper-header.c-news__wrapper-header,
.wrapper.aufmacher .wrapper-header.c-hero-teaser__wrapper-header,
.wrapper.aufmacher .wrapper-header.c-live-match__wrapper-header {
  margin-top: 0 !important;
  padding-bottom: unset !important;
  padding-left: 0;
  padding-right: 0;
}
.home .wrapper:not(.header):not(.aufmacher):not(.video):not(.closure) {
  margin-bottom: 0;
}
.wrapper.header .wrapper-header {
  padding-bottom: 0 !important;
  height: auto;
}
.c-hero-teaser {
  position: relative;
  aspect-ratio: 1.77777778;
  width: 100%;
}
.c-hero-teaser__img {
  z-index: 2;
  width: 100%;
  aspect-ratio: 1.77777778;
  position: absolute;
}
@media (max-width: 1168px) {
  .c-hero-teaser__img {
    position: unset;
  }
}
.c-hero-teaser__overlay {
  background: linear-gradient(8.050000000000001deg, #000000 -6.76%, rgba(0, 0, 0, 0) 52.68%);
  z-index: 3;
  width: 100%;
  aspect-ratio: 1.77777778;
  position: absolute;
}
@media (max-width: 1168px) {
  .c-hero-teaser__overlay {
    top: 0;
  }
}
.c-hero-teaser__text-container {
  position: absolute;
  bottom: 28px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  left: 31px;
  max-width: 600px;
  z-index: 4;
}
@media (max-width: 1168px) {
  .c-hero-teaser__text-container {
    position: unset;
    max-width: unset;
  }
}
.c-hero-teaser__title {
  font-family: ziontrain_probold, sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}
@media (max-width: 1168px) {
  .c-hero-teaser__title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 13px;
    color: #000000;
  }
}
.c-hero-teaser__title-link {
  color: #ffffff;
}
@media (max-width: 1168px) {
  .c-hero-teaser__title-link {
    color: #000000;
  }
}
.c-hero-teaser__title-link span {
  inset: 0;
  position: absolute;
}
.c-hero-teaser__text {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #ffffff;
}
@media (max-width: 1168px) {
  .c-hero-teaser__text {
    color: #000000;
  }
}
.c-hero-teaser__type-date-container {
  display: flex;
  gap: 10px;
  color: #ffffff;
}
.c-hero-teaser__type {
  font-family: ziontrain_probold, sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 1168px) {
  .c-hero-teaser__type {
    color: #d30029;
  }
}
.c-hero-teaser__date {
  font-family: ziontrain_prolight, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 1168px) {
  .c-hero-teaser__date {
    color: #000000;
  }
}
.c-hero-teaser__container {
  display: flex;
}
@media (max-width: 1168px) {
  .c-hero-teaser__container {
    width: 100%;
    bottom: 0;
    flex-direction: column;
    position: unset;
  }
}
.c-hero-teaser__link-container {
  position: absolute;
  right: 31px;
  bottom: 25px;
  z-index: 4;
  gap: 8px;
  display: flex;
}
@media (max-width: 1168px) {
  .c-hero-teaser__link-container {
    position: unset;
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
  }
}
.c-hero-teaser__link {
  text-transform: uppercase;
  color: #ffffff;
  padding: 2px;
  border-bottom: 1px solid #ffffff;
  font-family: ziontrain_probold, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1168px) {
  .c-hero-teaser__link {
    color: #000000;
    border-bottom: 1px solid #000000;
  }
}
.c-hero-teaser__link::after {
  background-image: url("/?proxy=img/arrow-white-right.png") !important;
  content: '';
  width: 11px;
  height: 11px;
}
@media (max-width: 1168px) {
  .c-hero-teaser__link::after {
    background-image: url("/?proxy=img/arrow-black-right.png") !important;
  }
}
@media (max-width: 736px) {
  .c-hero-teaser__wrapper {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.c-hero-teaser__grid-layer {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  background: #ffffff;
  height: calc(100% - 2px);
  opacity: 0.9;
  width: auto;
  inset: 0;
  max-width: 1200px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .c-hero-teaser__grid-layer {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 830px) {
  .c-hero-teaser__grid-layer {
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 736px) {
  .c-hero-teaser__grid-layer {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 992px) {
  .home .news .wrapper-header {
    padding-top: 16px;
  }
}
.home .wrapper.aufmacher > .wrapper-header {
  display: grid;
  row-gap: 40px;
}
.home .wrapper.aufmacher {
  margin-bottom: 0;
}
.wrapper.aufmacher {
  margin-bottom: 0;
}
.swiper-wrapper.gallery {
  display: grid;
  grid-template-areas: "a a b c" "a a d e";
  gap: 10px;
}
@media (max-width: 736px) {
  .swiper-wrapper.gallery {
    grid-template-areas: "a a" "a a" "b c" "d e";
  }
}
.wrapper.galerie .images .image:nth-child(1) {
  margin-left: unset;
  grid-area: a;
  display: flex;
}
.wrapper.galerie .images .image:nth-child(1) > div > img {
  height: auto;
}
.wrapper.galerie .images .image:nth-child(2) {
  grid-area: b;
  width: 100%;
  display: flex;
  margin-left: -2px;
}
.wrapper.galerie .images .image:nth-child(3) {
  grid-area: c;
  width: 100%;
  display: flex;
  margin-left: -4px;
}
.wrapper.galerie .images .image:nth-child(4) {
  grid-area: d;
  width: 100%;
  display: flex;
  margin-top: -7px;
  margin-left: -2px;
  overflow: hidden;
}
.wrapper.galerie .images .image:nth-child(5) {
  grid-area: e;
  width: 100%;
  display: flex;
  margin-top: -7px;
  margin-left: -4px;
  overflow: hidden;
}
.wrapper.galerie .images .image:nth-child(5) > .image-content {
  position: relative;
  display: flex;
}
.image.swiper-slide.fifth-child::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-family: ziontrain_probold, sans-serif;
  font-size: 39px;
  line-height: 43px;
  text-align: center;
}
@media (max-width: 736px) {
  .image.swiper-slide.fifth-child::after {
    font-size: 39px;
  }
}
.wrapper.galerie .images .image:nth-child(n+6) {
  display: none;
}
@media (max-width: 736px) {
  .wrapper.galerie .images .image {
    margin-left: unset !important;
    margin-top: unset !important;
  }
}
.wrapper.galerie .images .image img {
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.77777778;
  width: 100%;
}
.wrapper.galerie .images .swiper-slide .image-content {
  margin: unset;
  width: 100%;
}
@media (max-width: 736px) {
  .wrapper.galerie .images .swiper-slide .image-content {
    display: flex;
  }
}
h2.c-headline {
  font-family: ziontrain_probold, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #d30029;
  margin: unset;
}
.c-headline__gallery-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 16px;
}
.c-content-navi {
  display: flex;
  gap: 32px;
  /*&.contentnavi::-webkit-scrollbar {
    display: none;
  }*/
}
.c-content-navi.contentnavi {
  overflow-x: auto;
}
.c-content-navi__ul {
  display: flex;
  list-style: none;
  gap: 32px;
}
.c-content-navi__ul li a {
  font-family: ziontrain_probold, sans-serif !important;
  font-size: 12px !important;
  color: #000000 !important;
  line-height: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e0e0e0 !important;
}
.c-content-navi a.active > div > span {
  color: #d30029 !important;
  border-color: #d30029 !important;
}
.c-content-navi a:hover > div > span {
  color: #d30029 !important;
  border-color: #d30029 !important;
}
.c-content-navi a > div {
  background-color: unset !important;
}
.c-content-navi a > div > span {
  font-family: ziontrain_probold, sans-serif !important;
  font-size: 12px !important;
  color: #000000 !important;
  line-height: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e0e0e0 !important;
  text-transform: uppercase;
}
.c-content-navi a:hover {
  background-color: unset !important;
}
.wrapper-header .inner .contentnavi {
  margin-bottom: unset;
}
.wrapper-header .inner .contentnavi ul.third.c-content-navi__ul.c-content-navi__ul--horizontal {
  border-bottom: unset;
  margin-right: 4px;
}
.wrapper-header .inner .contentnavi ul.third li {
  float: unset;
  border-right: unset;
  padding: unset;
  background: unset;
  overflow: unset;
}
.wrapper-header .inner .contentnavi ul.third .active,
.wrapper-header .inner .contentnavi ul.third li:hover {
  background: unset;
}
.wrapper-header .inner .contentnavi ul.third .active a,
.wrapper-header .inner .contentnavi ul.third li:hover a {
  color: #d30029 !important;
  border-bottom: 1px solid #d30029 !important;
}
.wrapper-header .inner .contentnavi ul.third {
  flex-wrap: wrap;
  display: flex;
}
.wrapper-header .inner ul.c-content-navi__ul.c-content-navi__ul--horizontal {
  flex-wrap: nowrap;
}
.wrapper-header .inner ul.c-content-navi__ul.c-content-navi__ul--horizontal li a {
  text-wrap: nowrap;
}
.wrapper-header .inner {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  padding: 14px 16px 14px !important;
  font-size: 34px !important;
}
@media (max-width: 736px) {
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    padding: 8px 10px 8px !important;
    font-size: 22px !important;
  }
}
.c-schedule__arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dropdown-navi > ul::before {
  background-image: url("/?proxy=img/arrow-vfb.png") !important;
  right: 4px !important;
  top: 1px !important;
  height: 20px !important;
  width: 20px !important;
  background-size: 16px !important;
  filter: unset !important;
}
@media (max-width: 640px) {
  .dropdown-navi > ul::before {
    top: 8px !important;
  }
}
.wrapper-header .inner .table table tbody tr:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0);
}
.wrapper-header .inner .table table tbody tr:nth-child(2n+2) {
  background: rgba(242, 242, 242, 0);
}
.wrapper-header .inner .table table tbody tr:first-child td {
  border-top: none;
}
.wrapper-header .inner .table table tbody tr td img.teamlogo {
  width: 40px;
  height: 40px;
  top: 14px;
}
.wrapper-header .inner .table table.mini-table.footable tbody tr td {
  font-size: 18px;
}
@media (max-width: 736px) {
  .wrapper-header .inner .table table.mini-table.footable tbody tr td {
    font-size: 15px !important;
    padding: 0 5px;
  }
}
@media (max-width: 736px) {
  .wrapper-header .inner .table table tbody tr td:nth-child(2) {
    padding-right: 17px !important;
  }
}
@media (max-width: 736px) {
  .wrapper-header .inner .table table.mini-table.footable tbody tr td.acenter {
    padding: 0 10px !important;
  }
}
.table.table.spieltage tbody tr:first-child {
  border-top: none;
}
.wrapper-header .inner .table table tbody tr > .teamname {
  font-family: ziontrain_probold, sans-serif;
}
.wrapper-header .inner .table table tbody tr td {
  border-bottom: unset;
  font-size: 18px;
}
@media (max-width: 736px) {
  .wrapper-header .inner .table table tbody tr td {
    font-size: 16px !important;
  }
}
.data-snippet .dropdown-navi .border ul li a div:first-child:after {
  display: none;
}
.c-content-navi ~ * + .meldung-bild {
  margin-top: 40px !important;
}
.wrapper .wrapper-header.wrapper-saison {
  padding-top: 0 !important;
}
.wrapper .wrapper-header.wrapper-saison .meldung-table {
  margin-top: 0 !important;
}
.meldung-table {
  overflow: auto;
}
@media (max-width: 640px) {
  .navi-right-spacer .menu {
    background: url("/?proxy=img/arrow-vfb.png") center center no-repeat !important;
    filter: brightness(0) invert(1);
    background-size: 16px !important;
    transform: rotate(90deg);
    right: -5px;
  }
}
@media (max-width: 992px) {
  .meldung-navi.dropdown {
    margin-bottom: 10px !important;
  }
}
.c-live-match {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #eef0f1;
  padding: 24px;
  z-index: 10;
  position: relative;
  min-height: 161px;
}
@media (max-width: 992px) {
  .c-live-match {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.c-live-match__live {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  color: #d30029;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 6px;
}
.c-live-match__club {
  font-size: 12px;
  font-family: ziontrain_probold, sans-serif;
  line-height: 1.67;
}
.c-live-match__result {
  font-family: ziontrain_probold, sans-serif;
  font-size: 40px;
  line-height: 1.55;
  color: #d30029;
}
.c-live-match__img {
  width: 70px;
  height: auto;
}
.c-live-match__icon {
  margin-bottom: 45px;
  width: 40px;
}
.c-live-match__league {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.c-live-match__info {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}
@media (max-width: 992px) {
  .c-live-match__info-container {
    display: flex;
    justify-content: space-between;
  }
}
.c-live-match__link-container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 992px) {
  .c-live-match__link-container {
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-live-match__link {
  color: #000000;
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  line-height: 1.67;
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
  max-width: max-content;
  text-transform: uppercase;
}
.c-live-match__teams-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.c-live-match__result-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
}
.c-live-match__half-time {
  bottom: 0;
  position: absolute;
}
.c-live-match__home-team {
  text-align: center;
}
.c-live-match__away-team {
  text-align: center;
}
.c-live-match__layer {
  margin: auto;
  max-width: 1200px;
  z-index: 8;
  background: white;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  left: 0;
}
.c-live-match__bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  height: 5px;
}
.c-live-match__bar-half {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
.c-live-match__bar-half-progress {
  height: 100%;
  max-width: 100%;
  background-color: #d30029;
}
.c-live-match__container {
  width: 100%;
  height: 5px;
  position: relative;
}
@media (max-width: 736px) {
  .wrapper.aufmacher .wrapper-header .inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.c-player-slider__menu {
  position: relative;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 992px) {
  .c-player-slider__menu {
    gap: 24px;
    margin-left: -24px;
    width: 100%;
    justify-content: flex-start;
  }
}
.c-player-slider__menu a {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding: 3px 0;
  gap: 10px;
  border-bottom: 1px solid #eef0f1;
}
.c-player-slider__menu a:hover {
  color: #d30029;
  border-color: #d30029;
}
.c-player-slider__menu a.active {
  color: #d30029;
  border-color: #d30029;
}
.c-player-slider__menu .swiper-button-next {
  height: 32px;
  width: 32px !important;
  position: unset !important;
  margin: unset !important;
  background: url(/?proxy=img/arrow-vfb.png) top left no-repeat !important;
}
.c-player-slider__menu .swiper-button-prev {
  height: 32px;
  width: 32px !important;
  margin: unset !important;
  position: unset !important;
  background: url(/?proxy=img/arrow-vfb.png) top left no-repeat !important;
}
.c-player-slider__wrapper {
  display: flex;
  gap: 32px;
  width: 100%;
  align-items: center;
}
@media (max-width: 992px) {
  .c-player-slider__wrapper .c-headline__link {
    margin-left: unset;
  }
}
.c-player-slider__mobile-button-container {
  visibility: hidden;
}
@media (max-width: 992px) {
  .c-player-slider__mobile-button-container {
    position: relative;
    visibility: visible;
    display: flex;
    gap: 12px;
    margin-left: auto;
  }
  .c-player-slider__mobile-button-container .swiper-button-next {
    height: 32px;
    width: 32px !important;
    position: unset !important;
    margin: unset !important;
    background: url(/?proxy=img/arrow-vfb.png) top left no-repeat !important;
  }
  .c-player-slider__mobile-button-container .swiper-button-prev {
    height: 32px;
    width: 32px !important;
    margin: unset !important;
    position: unset !important;
    background: url(/?proxy=img/arrow-vfb.png) top left no-repeat !important;
  }
}
.c-player-slider__headline-container {
  display: flex;
  gap: 12px;
}
@media (max-width: 992px) {
  .c-player-slider__headline-container {
    flex-direction: column;
  }
}
@media (max-width: 736px) {
  .c-player-slider__headline-container {
    gap: 12px !important;
  }
}
.c-player-slider__menu-container {
  display: flex;
  gap: 32px;
}
.c-player-slider__button-container {
  display: flex;
  gap: 12px;
  margin-left: auto;
  visibility: visible;
}
@media (max-width: 992px) {
  .c-player-slider__button-container {
    visibility: hidden;
  }
}
.c-player-slider__container {
  margin-top: 52px !important;
}
@media (max-width: 736px) {
  .c-player-slider__container {
    margin-top: 32px !important;
  }
}
.c-player-slider__container .item-player-number {
  font-size: 58px;
  padding-right: 16px;
}
.c-player-slider__container .item-player-name {
  padding: 0 !important;
}
.c-player-slider__container .item-player-firstname {
  font-family: ziontrain_probold, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.c-player-slider__container .item-player-lastname {
  font-family: ziontrain_probold, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0 !important;
}
.c-player-slider__container .item-player-box {
  display: flex;
  align-items: center;
}
@media (max-width: 736px) {
  .c-player-slider__container .item-image {
    margin-top: 15px;
  }
}
.c-player-slider__container .swiper-container-inner.swiper-container-horizontal {
  width: 100%;
}
h2.c-headline {
  font-family: ziontrain_probold, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #d30029;
  margin: unset;
}
.c-headline__container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 736px) {
  .c-headline__container {
    justify-content: space-between;
  }
}
.c-headline__container--video {
  margin-bottom: 34px;
}
.c-headline__link {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 0 !important;
  border-bottom: 1px solid #d30029;
  text-transform: uppercase;
}
.wrapper-header.overflow > .inner {
  overflow: visible !important;
}
.home .wrapper {
  background-color: #ffffff !important;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren):nth-child(2n) .grid-layer {
  background: #ffffff !important;
  opacity: 0.9;
}
.home .wrapper:not(.video):not(.aufmacher):not(.header):not(.sponsoren) .grid-layer {
  background: #ffffff !important;
  opacity: 0.9;
}
.home .wrapper:not(.header):not(.aufmacher):not(.video):not(.closure) {
  margin-bottom: 0 !important;
}
.c-table-ad {
  display: flex;
  margin-top: 36px;
  overflow: auto;
  gap: 8px;
}
@media (max-width: 992px) {
  .c-table-ad {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.c-table-ad img {
  padding-right: 14px;
  width: 24px;
  height: auto;
}
@media (max-width: 992px) {
  .c-table-ad img {
    padding-right: 12px;
  }
}
.c-table-ad table {
  border-collapse: collapse;
}
.c-table-ad tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.c-table-ad tr:first-child {
  border-bottom: none;
}
.c-table-ad tr:first-child td {
  padding: 0 !important;
}
.c-table-ad th {
  text-align: center;
  font-family: ziontrain_probold, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  min-width: 52px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 992px) {
  .c-table-ad th {
    min-width: unset;
  }
}
.c-table-ad__td {
  text-align: center !important;
}
.c-table-ad__tr-vfb {
  color: #d30029;
}
.c-table-ad__tr-vfb .c-table-ad__td-thick {
  font-family: ziontrain_probold, sans-serif;
}
.c-table-ad td {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 16px;
}
@media (max-width: 992px) {
  .c-table-ad td {
    font-size: 16px;
    padding: 16px 4px;
  }
}
.c-table-ad__td-thick {
  font-family: ziontrain_proregular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.c-table-ad__td-thick--image {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .c-table-ad__td-thick--image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .c-table-ad__td-thick {
    font-size: 16px;
  }
}
.c-table-ad__ad-text {
  margin-top: 15px;
  margin-left: 22px;
  font-family: ziontrain_probold, sans-serif;
}
@media (max-width: 992px) {
  .c-table-ad__ad-text {
    font-family: ziontrain_proregular, sans-serif;
    font-weight: 700;
  }
}
.c-table-ad__ad-img {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .c-table-ad__ad-img {
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: unset;
  }
  .c-table-ad__ad-img > div > iframe {
    width: unset !important;
  }
}
.c-table-ad__ad {
  background-color: #eef0f1;
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-table-ad__ad {
    max-width: 100% !important;
    width: 100% !important;
    flex-direction: column;
  }
}
.c-table-ad table {
  box-sizing: content-box !important;
}
@media (max-width: 992px) {
  .c-table-ad table {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.c-table-ad .meldung-table {
  max-width: 100% !important;
  box-sizing: border-box;
  flex: 1;
}
@media (max-width: 992px) {
  .c-table-ad .meldung-table tr {
    display: table-row !important;
  }
}
.c-table-ad .meldung-table > div > table > tbody > tr > td:nth-child(2) {
  min-width: 55px;
}
.c-table-ad .meldung-table + .c-table-ad__ad {
  display: none;
}
.meldung-table .mini-table > tbody > tr > td.mobile,
.meldung-table .mini-table th.mobile {
  display: none !important;
}
@media (max-width: 645px) {
  .meldung-table .mini-table > tbody > tr > td.mobile,
  .meldung-table .mini-table th.mobile {
    display: table-cell !important;
  }
}
.meldung-table .mini-table > tbody > tr > td.desktop,
.meldung-table .mini-table th.desktop {
  display: table-cell !important;
}
@media (max-width: 645px) {
  .meldung-table .mini-table > tbody > tr > td.desktop,
  .meldung-table .mini-table th.desktop {
    display: none !important;
  }
}
.meldung-table .mini-table > tbody > tr > td > span.mobile {
  display: none !important;
}
@media (max-width: 645px) {
  .meldung-table .mini-table > tbody > tr > td > span.mobile {
    display: inline !important;
  }
}
.meldung-table .mini-table > tbody > tr > td > span.desktop {
  display: inline !important;
}
@media (max-width: 645px) {
  .meldung-table .mini-table > tbody > tr > td > span.desktop {
    display: none !important;
  }
}
@media (max-width: 832px) and (min-width: 736px) {
  .meldung-table .mini-table {
    margin-top: 30px !important;
  }
}
@media (max-width: 736px) {
  .wrapper-header .inner .table table.mini-table thead tr th {
    padding: 0 5px !important;
    font-size: 12px;
  }
}
.wrapper-header .inner .table table.mini-table tbody tr:first-child td {
  border-top: unset !important;
}
.wrapper-header .inner .table table.mini-table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wrapper-header .inner .table table.mini-table tbody tr.green {
  border-left: 3px solid #52a641;
}
.wrapper-header .inner .table table.mini-table tbody tr.red {
  border-left: 3px solid #d30029;
}
.wrapper-header .inner .table table.mini-table tbody tr.grey {
  border-left: 3px solid #575f65;
}
.meldung-table .headingbar {
  display: none !important;
}
.meldung-table .footable.table > tbody > tr:first-child {
  border-top: unset !important;
}
.meldung-table .mini-table img {
  width: 40px !important;
  height: auto !important;
  padding-right: 0;
}
@media (max-width: 992px) {
  .meldung-table .mini-table img {
    width: 25px !important;
  }
}
.meldung-table .mini-table tbody > tr {
  background: transparent !important;
  border-top: unset !important;
  height: 68px !important;
}
.meldung-table .mini-table tbody > tr > td {
  font-size: 18px !important;
}
.meldung-table .mini-table .footable-details > tbody > tr {
  height: unset !important;
}
.meldung-table .wrapper-header .inner .table table tbody tr:first-child td {
  border-top: unset;
}
.meldung-table .ticker-icon.tendency-positive,
.meldung-table .ticker-icon.tendency-negative {
  background: unset !important;
  position: relative;
}
.meldung-table .ticker-icon.tendency-positive::before {
  content: '';
  position: absolute;
  left: 5px;
  border-left: 10px solid #52a641;
  width: 10px;
  height: 4px;
  transform: rotate(135deg);
  top: 38px;
}
.meldung-table .ticker-icon.tendency-positive::after {
  content: '';
  position: absolute;
  left: 10px;
  border-right: 10px solid #52a641;
  width: 10px;
  height: 4px;
  transform: rotate(45deg);
  top: 31px;
}
.meldung-table .ticker-icon.tendency-negative::before {
  content: '';
  position: absolute;
  left: 12px;
  border-left: 10px solid #d30029;
  width: 10px;
  height: 4px;
  transform: rotate(45deg);
  top: 38px;
}
.meldung-table .ticker-icon.tendency-negative::after {
  content: '';
  position: absolute;
  left: 17px;
  border-right: 10px solid #d30029;
  width: 10px;
  height: 4px;
  transform: rotate(135deg);
  top: 31px;
}
.wrapper-header .inner .content .meldung-table {
  overflow-x: auto;
}
.wrapper.static .inner .content .meldung-table.data-snippet.table {
  margin-top: -96px;
}
.wrapper-header .inner .table table.mini-table.footable tbody tr:first-child td {
  padding: 0 10px !important;
}
@media (max-width: 736px) {
  .wrapper-header .inner .table table.mini-table.footable tbody tr:first-child td {
    padding: 0 5px !important;
  }
}
table.table.spielberichte tbody tr {
  border-bottom: unset !important;
}
.wrapper-header .inner .content .meldung-abo h3,
.wrapper-header .inner .content .meldung-bild h3 {
  font-size: 32px !important;
  color: #d30029;
  font-family: ziontrain_probold, sans-serif !important;
  margin-top: 40px !important;
}
.c-news-site .teaser:first-of-type h1,
.c-news-site .teaser:first-of-type h2,
.c-news-site .teaser:first-of-type h3,
.c-news-site .teaser:first-of-type h4,
.c-news-site .teaser:first-of-type h5,
.c-news-site .teaser:first-of-type h6 {
  padding-right: 17%;
}
.c-news-site .teaser:first-of-type *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  padding-right: 33.8%;
}
@media (max-width: 992px) {
  .c-news-site .teaser:first-of-type h1,
  .c-news-site .teaser:first-of-type h2,
  .c-news-site .teaser:first-of-type h3,
  .c-news-site .teaser:first-of-type h4,
  .c-news-site .teaser:first-of-type h5,
  .c-news-site .teaser:first-of-type h6 {
    padding-right: unset;
  }
  .c-news-site .teaser:first-of-type *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    padding-right: unset;
  }
}
.c-news-site {
  width: unset !important;
  max-width: unset !important;
  float: unset !important;
  margin-right: unset !important;
}
.c-news-site .meldung-bild {
  padding-right: 33.8% !important;
}
@media (max-width: 992px) {
  .c-news-site .meldung-bild {
    padding-right: unset !important;
  }
}
.c-news-site .meldung-bild.color {
  margin-right: 33.8% !important;
  padding-right: unset !important;
}
@media (max-width: 992px) {
  .c-news-site .meldung-bild.color {
    margin-right: unset !important;
  }
}
.c-news-site .wrapper.datencenter .grid-layer {
  display: none;
}
.c-news-site .wrapper.datencenter .wrapper-header .inner .headingbar {
  display: none;
}
.c-news-site .wrapper.datencenter h3 {
  color: unset !important;
  font-size: 20px !important;
  margin-top: unset !important;
  line-height: 1 !important;
}
.c-news-site .inMeldung .articles article .information .site-info {
  margin-top: 0;
  margin-bottom: 0;
}
.c-news-site .inMeldung .articles article .information a .text p {
  margin: 0 !important;
}
.c-news-site .meldung-marketing {
  background: #eef0f1;
}
@media (max-width: 736px) {
  .c-news-site .meldung-marketing {
    margin-right: 24px;
  }
}
.c-news-site .meldung-marketing .boxen.three {
  float: unset;
}
.c-news-site .meldung-marketing .boxen.three .box {
  width: 100% !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  max-width: 360px;
}
@media (max-width: 992px) {
  .c-news-site .meldung-marketing .boxen.three .box {
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 90% !important;
  }
}
.c-news-site .meldung-marketing .boxen.three .box img {
  height: 100%;
}
.c-news-site .meldung-marketing .boxen.three .box .werbung {
  top: calc(50% - 125px) !important;
  margin-top: 0 !important;
  left: calc(50% - 150px) !important;
  margin-left: 0 !important;
  display: block !important;
}
.c-news-site .meldung-marketing .boxen.three .box.ad::after {
  background: #eef0f1 !important;
  display: none;
}
.c-news-site h3 {
  font-size: 32px !important;
  color: #d30029;
  font-family: ziontrain_probold, sans-serif !important;
  margin-top: 40px !important;
  margin-bottom: 6px !important;
  line-height: 1;
}
@media (max-width: 736px) {
  .c-news-site h3 {
    font-size: 26px !important;
  }
}
.c-news-site .teaser p {
  font-family: ziontrain_probold, sans-serif !important;
  font-size: 20px !important;
  line-height: 34px !important;
}
.c-news-site .site-info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.c-news-site .site-info > div {
  float: unset !important;
  text-align: unset !important;
  width: unset !important;
}
.c-news-site .site-info > .directories {
  font-size: 11px !important;
  font-family: ziontrain_prolight, sans-serif !important;
  color: #000000 !important;
}
.c-news-site .site-info > .directories a {
  font-size: 14px !important;
  font-family: ziontrain_prolight, sans-serif !important;
  color: #000000 !important;
}
.c-news-site .site-info > .datum,
.c-news-site .site-info .date {
  font-size: 14px !important;
  color: #000000 !important;
  font-family: ziontrain_prolight, sans-serif !important;
}
.c-news-site .site-info > .datum a,
.c-news-site .site-info .date a {
  font-family: ziontrain_probold, sans-serif !important;
  color: #d30029 !important;
  margin-right: 10px;
}
.c-news-site p {
  font-size: 20px !important;
  line-height: 34px !important;
  font-family: ziontrain_prolight, sans-serif !important;
}
@media (max-width: 736px) {
  .c-news-site p {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
.c-news-site .teaser h1 {
  font-family: ziontrain_probold, sans-serif !important;
  line-height: 62px !important;
  font-size: 50px !important;
}
@media (max-width: 736px) {
  .c-news-site .teaser h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.c-news-site .meldung-teaser .teaser-content .teaser-image .teaser-wrapper {
  height: auto;
  width: 571px;
  aspect-ratio: 1.77777778;
  max-width: unset !important;
}
@media (max-width: 992px) {
  .c-news-site .meldung-teaser .teaser-content .teaser-image .teaser-wrapper {
    height: auto !important;
    width: 100% !important;
  }
}
.c-news-site .meldung-teaser .teaser-content .teaser-image .teaser-wrapper .teaser-button {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 11;
}
.c-news-site .meldung-teaser .teaser-content .teaser-image .teaser-wrapper .teaser-button img {
  width: 48px;
  height: 48px;
}
.c-news-site .meldung-teaser .teaser-content .teaser-image a {
  max-width: unset !important;
}
.c-news-site .meldung-teaser .teaser-content .teaser-image a img {
  max-width: unset !important;
  height: auto;
  width: 571px;
  aspect-ratio: 1.77777778;
}
@media (max-width: 992px) {
  .c-news-site .meldung-teaser .teaser-content .teaser-image a img {
    height: auto !important;
    width: 100% !important;
  }
}
.c-news-site .c-video-teaser {
  display: flex;
  gap: 65px;
}
@media (max-width: 992px) {
  .c-news-site .c-video-teaser {
    flex-direction: column;
    gap: 24px;
  }
}
.c-news-site .c-video-teaser__info {
  display: flex;
  align-items: center;
}
.c-news-site .c-video-teaser__info-text {
  font-size: 16px;
  line-height: 20px;
  font-family: ziontrain_prolight, sans-serif !important;
  color: #000000 !important;
}
@media (max-width: 992px) {
  .c-news-site .c-video-teaser__info-text {
    text-align: left !important;
  }
}
.c-news-site .c-video-teaser__info-text a {
  font-size: 16px;
  line-height: 20px;
  font-family: ziontrain_prolight, sans-serif !important;
  color: #000000 !important;
}
.c-news-site .c-video-teaser__info-text h4 {
  margin-top: unset;
  font-size: 32px;
  line-height: 42px;
  font-family: ziontrain_probold, sans-serif !important;
  color: #000000 !important;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .c-news-site .c-video-teaser__info-text h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.c-news-site .c-video-teaser .teaser-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
  background: #000000;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.c-news-site .c-video-teaser__info-date {
  display: flex;
  margin-top: 24px;
  gap: 10px;
}
.c-news-site .c-video-teaser__info-date .directories {
  font-family: ziontrain_probold, sans-serif !important;
  color: #d30029 !important;
  font-size: 11px;
}
.c-news-site .c-video-teaser__info-date .date {
  font-family: ziontrain_prolight, sans-serif !important;
  font-size: 11px;
}
.c-news-site > .teaser h1,
.c-news-site > .teaser h2,
.c-news-site > .teaser h3,
.c-news-site > .teaser h4,
.c-news-site > .teaser h5 {
  padding-right: 17%;
}
@media (max-width: 992px) {
  .c-news-site > .teaser h1,
  .c-news-site > .teaser h2,
  .c-news-site > .teaser h3,
  .c-news-site > .teaser h4,
  .c-news-site > .teaser h5 {
    padding-right: unset;
  }
}
.c-news-site > .teaser p {
  padding-right: 33.8%;
  font-size: 24px !important;
  font-family: ziontrain_prolight, sans-serif !important;
  line-height: 1.5 !important;
}
@media (max-width: 992px) {
  .c-news-site > .teaser p {
    padding-right: unset;
    font-size: 20px !important;
  }
}
.c-news-header > div > div {
  max-height: unset !important;
}
.c-news-header > div > div > .foto {
  max-width: unset !important;
  width: unset !important;
}
.c-news-header > div > div > .foto > img {
  max-height: unset !important;
  aspect-ratio: 1.7777;
  max-width: 100% !important;
  border: unset !important;
}
.c-news-header .swiper-slide img {
  max-height: unset !important;
  max-width: 1168px;
  border: unset !important;
}
.wrapper-header .inner.full-screen .content .meldung-teaser .teaser-image > a {
  max-width: unset !important;
}
.meldung .grid-layer {
  background: #ffffff !important;
  opacity: 0.9;
}
.headingbar .heading-middle:after {
  display: none !important;
}
.headingbar .heading-left {
  color: #d30029;
  font-size: 32px !important;
  font-family: ziontrain_probold, sans-serif !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
}
.headingbar .heading-left:before {
  display: none !important;
}
.wrapper.aufmacher + div .wrapper .wrapper-header .inner .content .information .site-info {
  margin-top: unset !important;
  margin-bottom: unset !important;
}
.manuelleTabelle thead tr .aleft {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.manuelleTabelle tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.game-content tbody tr td:first-child {
  font-size: 18px !important;
  font-family: ziontrain_probold, sans-serif !important;
}
.c-link-teaser {
  display: flex;
  gap: 65px;
}
@media (max-width: 992px) {
  .c-link-teaser {
    flex-direction: column;
    gap: 24px;
  }
}
.c-link-teaser__wrapper {
  position: relative;
}
.c-link-teaser__wrapper img {
  width: 571px;
  height: auto;
  aspect-ratio: 1.77777778;
}
@media (max-width: 992px) {
  .c-link-teaser__wrapper img {
    width: 100%;
  }
}
.c-link-teaser__overlay {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
  background: #000000;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.c-link-teaser__information {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .c-link-teaser__information {
    align-items: start;
  }
}
.c-link-teaser__information-title {
  margin-top: unset;
  font-size: 32px;
  line-height: 42px;
  font-family: ziontrain_probold, sans-serif !important;
  color: #000000 !important;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .c-link-teaser__information-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.c-link-teaser__information-text {
  font-size: 16px;
  line-height: 20px;
  font-family: ziontrain_prolight, sans-serif !important;
  color: #000000 !important;
}
.c-link-teaser__info-date {
  display: flex;
  margin-top: 24px;
  gap: 10px;
  width: 100%;
}
.c-link-teaser__info-date .directories {
  font-family: ziontrain_probold, sans-serif !important;
  color: #d30029 !important;
  font-size: 11px;
}
.c-link-teaser__info-date .date {
  font-family: ziontrain_prolight, sans-serif !important;
  font-size: 11px;
}
.wrapper.meldung .inner .content .meldung-statistik .statistiken .statistik {
  box-sizing: content-box;
}
.wrapper.datencenter .wrapper-header .inner .headingbar {
  display: none;
}
.wrapper.datencenter h3 {
  color: unset !important;
  font-size: 20px !important;
  margin-top: unset !important;
  line-height: 1 !important;
}
.wrapper.datencenter tbody > tr > td:last-child img {
  width: 32px !important;
  height: auto !important;
  top: 10px !important;
}
.wrapper.datencenter .wrapper-header .inner .headingbar .heading-left::before {
  display: none;
}
.wrapper.datencenter .wrapper-header .inner .headingbar .heading-middle {
  display: none;
}
.wrapper.datencenter .clearfix {
  display: none;
}
.wrapper.datencenter .wrapper-header .inner .headingbar {
  display: block;
}
.wrapper.datencenter .meldung-navi.grey {
  display: inline-flex;
  gap: 12px;
  border-bottom: unset;
  position: absolute;
  right: 24px;
}
.wrapper.datencenter .meldung-navi.grey.opened {
  border-bottom: 1px solid #d30029 !important;
  border: 1px solid #d30029 !important;
}
.wrapper.datencenter .wrapper-header .inner .headingbar .heading-left {
  font-family: ziontrain_probold, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #d30029;
}
.wrapper.datencenter .wrapper-header .inner .ticker-carousel {
  position: relative;
  margin-top: 32px;
}
.wrapper.datencenter .wrapper.datencenter .meldung-navi.grey {
  display: inline-flex;
  position: absolute;
  right: 24px;
  gap: 12px;
  border-bottom: unset;
}
.wrapper.datencenter .meldung-navi.grey .navi-right-spacer > a > div,
.wrapper.datencenter .meldung-navi.grey .navi-right-spacer > div,
.wrapper.datencenter .meldung-navi.grey > a > div,
.wrapper.datencenter .meldung-navi.grey > div {
  background-color: unset !important;
  padding: 0 !important;
}
.wrapper.datencenter .meldung-navi.grey > a.active div,
.wrapper.datencenter .meldung-navi.grey > a:hover div {
  background-color: unset !important;
  padding: 0 !important;
}
.wrapper.datencenter .meldung-navi.grey {
  margin-top: 0;
  margin-bottom: 0;
}
.wrapper.datencenter .meldung-navi.grey a {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding: 3px 0;
  gap: 10px;
  border-bottom: 1px solid transparent;
}
.wrapper.datencenter .meldung-navi.grey a:hover {
  color: #d30029;
  border-color: #d30029;
}
.wrapper.datencenter .meldung-navi.grey a.active {
  color: #d30029;
  border-color: #d30029;
}
@media (max-width: 640px) {
  .wrapper.datencenter .meldung-navi.grey a {
    border-color: transparent;
  }
}
.c-gameplan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1168px) {
  .c-gameplan {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    flex-direction: column;
  }
}
.c-gameplan__left-container {
  display: flex;
  gap: 24px;
  flex: 1;
  align-items: center;
  white-space: nowrap;
}
.c-gameplan__mid-container {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
  flex: 2;
}
@media (max-width: 1168px) {
  .c-gameplan__mid-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.c-gameplan__right-container {
  display: flex;
  gap: 24px;
  flex: 1;
  align-items: center;
  white-space: nowrap;
}
.c-gameplan__competition {
  font-family: ziontrain_probold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.c-gameplan__time {
  font-size: 14px;
  text-transform: uppercase;
}
.c-gameplan__team-container {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.c-gameplan__team {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
}
.c-gameplan__team.left {
  text-align: right;
}
.c-gameplan__team.right {
  text-align: left;
}
.c-gameplan__team.mobile {
  display: none;
}
@media (max-width: 1168px) {
  .c-gameplan__team.mobile {
    display: block;
  }
}
.c-gameplan__team.desktop {
  display: block;
}
@media (max-width: 1168px) {
  .c-gameplan__team.desktop {
    display: none;
  }
}
.c-gameplan__icon {
  width: 40px;
  height: 40px;
}
.c-gameplan__result {
  font-family: ziontrain_probold, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 62px;
  text-transform: uppercase;
  width: 36px;
  text-align: center;
}
.c-gameplan__result-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-gameplan__link {
  font-family: ziontrain_probold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #d30029;
  text-transform: uppercase;
}
.c-gameplan-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.datencenter .wrapper-header .inner .loadmore {
  max-width: max-content;
  padding: 18px 24px;
  margin-left: auto;
  margin-right: auto;
  background: #eef0f1;
  color: #000000;
  display: flex;
}
@media (max-width: 736px) {
  .datencenter .wrapper-header .inner .loadmore {
    justify-content: center;
    width: calc(100% - 48px);
    max-width: unset;
  }
}
.datencenter .wrapper-header .inner .loadmore .text {
  font-family: ziontrain_probold, sans-serif !important;
  color: #000000;
}
.datencenter .wrapper-header .inner .loadmore .text img {
  display: none;
}
.datencenter .wrapper-header .inner .inner_twothird .table table thead {
  display: none;
}
.datencenter .wrapper-header .inner .inner_twothird .table table tbody tr {
  border-left: none;
  border-bottom: none !important;
  border-top: none !important;
  background-color: unset !important;
}
.datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
  font-size: 18px;
}
.datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td img {
  width: 40px;
  height: 40px;
}
@media (max-width: 1168px) {
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td {
    font-size: 14px;
  }
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td img {
    width: 32px;
    height: 32px;
  }
}
.datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .teamname {
  font-family: ziontrain_probold, sans-serif !important;
}
@media (max-width: 400px) {
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody tr th {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody tr td {
    padding-right: 0 !important;
  }
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody img {
    top: 5px !important;
  }
}
@media (min-width: 375px) {
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody tr th {
    border-top: none !important;
  }
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody tr td {
    display: flex;
    justify-content: center;
  }
  .datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td .footable-detail-row tbody img {
    top: 5px !important;
  }
}
.datencenter .wrapper-header .inner .inner_twothird .table table tbody tr td:nth-child(2) {
  display: none;
}
.datencenter .wrapper-header .inner .inner_twothird .table table tbody tr:first-child td {
  padding-left: 0 !important;
}
.datencenter .wrapper-header .inner .ticker-carousel .swiper-container .swiper-button-prev {
  background-image: url(/?proxy=img/arrow-vfb.png) !important;
  width: 32px !important;
  left: 0 !important;
}
.datencenter .wrapper-header .inner .ticker-carousel .swiper-container .swiper-button-next {
  background-image: url(/?proxy=img/arrow-vfb.png) !important;
  width: 32px !important;
  right: 0 !important;
}
@media (max-width: 640px) {
  .datencenter .wrapper-header .inner .meldung-navi {
    position: relative !important;
    display: block !important;
    width: 100%;
    margin-left: 22px;
    margin-top: 20px;
  }
  .datencenter .wrapper-header .inner .meldung-navi .datacenter-switch {
    display: flex;
    align-items: center;
    height: 32px;
    color: #000000 !important;
  }
  .datencenter .wrapper-header .inner .meldung-navi .datacenter-switch > div {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 12px;
  }
}
.datencenter .wrapper-header .inner .meldung-navi.opened {
  border: 1px solid #d30029;
}
.datencenter .wrapper-header .inner .meldung-navi.opened .datacenter-switch.active {
  border: unset !important;
}
.wrapper-header .inner .headingbar .heading-left {
  letter-spacing: unset !important;
  width: 100% !important;
}
.ticker-aufmacher .ticker-away-team img {
  padding-left: 0;
  margin-left: 0;
  float: unset;
}
@media (max-width: 992px) {
  .ticker-aufmacher .ticker-away-team img {
    margin: unset;
  }
}
.wrapper.datencenter .ticker-aufmacher .ticker-home-team img {
  padding-right: 0;
  float: unset;
}
.home .wrapper.datencenter .wrapper-header .inner .ticker-carousel {
  margin-top: 52px;
}
.loadmore {
  max-width: max-content;
  padding: 18px 24px;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #eef0f1;
  color: #000000;
  display: flex;
  justify-content: center;
}
.loadmore a {
  line-height: 1;
  display: flex;
}
.loadmore span {
  line-height: 1 !important;
  display: flex;
  gap: 16px;
  align-items: center;
}
.loadmore span::before {
  content: '';
  width: 12px;
  height: 8px;
  background-image: url(/?proxy=img/arrowDownIcon.jpg);
}
@media (max-width: 736px) {
  .loadmore {
    max-width: unset !important;
    width: unset !important;
  }
}
.loadmore .text {
  font-family: ziontrain_probold, sans-serif !important;
  color: #000000 !important;
}
.loadmore .text img {
  display: none;
}
.ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
  padding-right: unset !important;
  padding-left: unset !important;
}
.home .heading-left {
  text-transform: lowercase;
  font-weight: 900;
}
.home .heading-left span {
  text-transform: lowercase;
  font-weight: 900;
  display: block;
}
.home .heading-left span::first-letter {
  text-transform: uppercase;
}
.heading-left::first-letter {
  text-transform: uppercase;
}
.wrapper.datencenter .wrapper-header {
  padding-left: 16px !important;
  padding-right: 16px !important;
  max-width: 1168px !important;
}
.wrapper.datencenter .wrapper-header .inner {
  padding: 50px !important;
  background: #ffffff;
  box-shadow: 0 4px 50px 0 #0000001F;
}
@media (max-width: 736px) {
  .wrapper.datencenter .wrapper-header .inner {
    padding: 34px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
.wrapper.datencenter .wrapper-header .inner .heading-left {
  padding-top: unset !important;
}
.wrapper.datencenter .wrapper-header .inner .meldung-navi.grey {
  right: 38px !important;
  top: 50px;
}
@media (max-width: 736px) {
  .wrapper.datencenter .wrapper-header .inner .meldung-navi.grey {
    top: 72px;
  }
}
@media (max-width: 640px) {
  .wrapper.datencenter .wrapper-header .inner .meldung-navi.grey {
    top: 18px;
  }
}
.wrapper.datencenter .wrapper-header .inner .swiper-slide {
  max-width: 1159px !important;
}
.wrapper.datencenter.open .loadmore span::before {
  content: '';
  width: 12px;
  height: 8px;
  background-image: url(/?proxy=img/arrowDownIcon.jpg);
  transform: rotate(180deg);
}
.wrapper.header .wrapper-header nav.main {
  height: unset;
}
.teaserLoaded:hover .image-content .vfbtv img {
  opacity: 1;
}
.teaserLoaded:hover .image-content .gratis,
.teaserLoaded:hover .image-content .exklusiv {
  opacity: 1;
}
.teaserLoaded:hover .image-content .zusatz {
  opacity: 1;
}
.image-content .gratis,
.image-content .exklusiv {
  padding-right: 10px;
}
.image-content .gratis {
  background: white;
}
.image-content .exklusiv {
  background: #d30029;
}
.c-news .vfbtv {
  align-items: center;
  z-index: 2;
}
.c-news .vfbtv img {
  opacity: 1 !important;
}
.c-video-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.c-news .gratis,
.c-news .exklusiv {
  right: 8px;
  top: 8px;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  background: transparent;
  z-index: 2;
}
.c-news .gratis img,
.c-news .exklusiv img {
  display: none;
}
.c-news .gratis .zusatz,
.c-news .exklusiv .zusatz {
  background: #d30029;
  padding: 10px;
  color: #ffffff;
  line-height: 1 !important;
  text-transform: uppercase;
  font-size: 11px;
  font-family: ziontrain_probold, sans-serif;
}
.c-news .gratis {
  visibility: hidden;
}
@media (min-width: 736px) {
  .from-sticky-facelift-to-sticky-facelift-hidden {
    z-index: 1;
    box-shadow: 0 4px 6px -6px #222222;
  }
  .from-sticky-facelift-to-sticky-facelift-hidden .vfb_logo img {
    height: 64px;
    width: auto;
  }
  .from-sticky-facelift-to-sticky-facelift-hidden .c-navigation__menu {
    padding-top: 8px !important;
    height: 74px !important;
  }
  .from-sticky-facelift-to-sticky-facelift-hidden .c-navigation__menu > li {
    padding-bottom: 15px;
  }
  .from-sticky-facelift-to-sticky-facelift-hidden .c-navigation__menu li a {
    display: flex;
  }
}
.c-table-ad td img {
  box-sizing: content-box !important;
}
.c-eyeable {
  position: fixed;
  left: 0;
  top: 60% !important;
  width: 67px !important;
  height: 67px !important;
  z-index: 1002;
  background: url("/?proxy=img/eyeable.png") left no-repeat !important;
  cursor: pointer;
}
@media (max-width: 736px) {
  .c-eyeable {
    background: url("/?proxy=img/eyeable-mobile.png") center no-repeat !important;
    left: unset;
    top: 20px !important;
    right: 166px;
    width: 37px !important;
  }
}
@media (max-width: 736px) {
  .c-eyeable.hide {
    visibility: hidden;
  }
}
.foldelement.position_two {
  position: fixed;
  left: 0;
  top: calc(60% - 216px);
}
@media (min-width: 736px) {
  .foldelement.position_two {
    display: block !important;
  }
}
.foldelement.position_two .foldelement-wrapper {
  border-right: none !important;
}
.foldelement.position_two .foldelement-wrapper .arrow-right.white {
  display: none;
}
.eyeAble_container_b > .eyeAble_topFixedPosition,
.eyeAble_container_b > .animeEyeAbleExtended {
  top: 28% !important;
}
.foldelement .foldelement-wrapper .arrow-right {
  width: 4px !important;
  height: 200px !important;
  position: absolute !important;
  top: 0 !important;
  left: 590px !important;
  z-index: 6 !important;
  background: #d30029 !important;
  display: block !important;
  border-top: unset !important;
  border-left: unset !important;
  border-bottom: unset !important;
}
.foldelement .foldelement-wrapper .box.rechts {
  border-right: none !important;
}
.foldelement .foldelement-wrapper .visible {
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 55px;
  position: absolute;
  top: 44%;
  right: -62px;
  margin-top: -70px;
  color: #d30029;
}
.foldelement .foldelement-wrapper .visible.rotate {
  -moz-transform-origin: 63% 84%;
  -ms-transform-origin: 63% 84%;
  -o-transform-origin: 63% 84%;
  -webkit-transform-origin: 63% 84%;
  transform-origin: 63% 84%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 200px;
  padding: 5px 0;
}
.swiper-slide .zusatz {
  line-height: 1 !important;
}
.werbung.superbanner {
  height: 216px !important;
  width: 100% !important;
  background-color: #eef0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.werbung.superbanner iframe {
  width: 730px !important;
}
@media (max-width: 736px) {
  .werbung.superbanner iframe {
    width: unset !important;
  }
}
.wrapper.header {
  background-color: #ffffff;
}
.wrapper.aufmacher .aufmacher-bg {
  background: unset;
}
.datencenter .grid-layer {
  background: #ffffff !important;
}
#eyecatcher_id .ticker-aufmacher {
  background-size: cover !important;
  border: none;
}
.werbung.superbanner::after {
  content: 'Anzeige';
  display: block;
  left: 34px;
  top: 24px;
  position: absolute;
  font-family: ziontrain_probold, sans-serif;
}
.article-content.ad::after {
  content: 'Anzeige';
  display: block;
  left: 16px;
  top: 16px;
  position: absolute;
  font-family: ziontrain_probold, sans-serif;
}
@media (min-width: 736px) {
  .c-navigation__menu-point-wrapper {
    padding-bottom: 12px;
    margin-top: 12px;
  }
}
@media (min-width: 736px) {
  .sticky-facelift .c-navigation__menu-point-wrapper {
    padding-bottom: unset;
    margin-top: unset;
  }
}
.boxen.three {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .boxen.three {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.boxen.three .box {
  width: unset !important;
}
@media (max-width: 992px) {
  .boxen.three .box {
    max-width: 360px !important;
    padding: unset !important;
  }
}
.boxen.three > :nth-child(2),
.boxen.three > :nth-child(3) {
  padding-left: 24px !important;
}
@media (max-width: 736px) {
  .boxen.three > :nth-child(2),
  .boxen.three > :nth-child(3) {
    padding-left: unset !important;
  }
}
.box-background {
  background: #eef0f1;
  height: 100%;
  width: 100%;
}
.box.ad::after {
  content: 'Anzeige';
  display: block;
  left: 16px;
  top: 16px;
  position: absolute;
  font-family: ziontrain_probold, sans-serif;
}
.boxen.three .box {
  width: unset !important;
  padding-left: unset !important;
}
.boxen.three .box.ad {
  width: 360px !important;
}
.meldung .wrapper-header {
  padding-top: 0;
}
.wrapper-header .inner .content form .filter {
  background-color: unset;
}
.teaserArchive .select {
  background-color: rgba(218, 224, 227, 0.6);
}
@media (max-width: 940px) {
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team img .ticker-team-name-short,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names .ticker-team-name-short {
    display: block !important;
  }
}
@media (max-width: 940px) {
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img .ticker-team-name-short,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names .ticker-team-name-short {
    display: block !important;
  }
}
@media (max-width: 940px) {
  .ticker-team-name-short {
    display: block !important;
  }
}
@media (max-width: 940px) {
  .ticker-team-name-mid {
    display: none !important;
  }
}
.ticker-away-team {
  width: 46%;
}
.ticker-away-team {
  position: absolute;
  right: 0;
  width: 46%;
}
.ticker-aufmacher .ticker-home-team img {
  padding-right: 0;
}
.ticker-aufmacher .ticker-away-team,
.ticker-aufmacher .ticker-home-team {
  width: 46%;
}
@media (max-width: 600px) {
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img,
  #eyecatcher_id .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team .ticker-team-names {
    padding-right: 35% !important;
  }
}
h1 {
  font-family: ziontrain_probold, sans-serif !important;
  line-height: 1.3 !important;
  font-size: 40px !important;
}
h1 span {
  font-family: ziontrain_probold, sans-serif !important;
}
@media (max-width: 736px) {
  h1 {
    line-height: 1.3 !important;
    font-size: 26px !important;
  }
}
.inner .teaser h1 {
  font-family: ziontrain_probold, sans-serif !important;
  line-height: 1.3 !important;
  font-size: 40px !important;
}
@media (max-width: 736px) {
  .inner .teaser h1 {
    line-height: 1.3 !important;
    font-size: 26px !important;
  }
}
.wrapper-header p {
  line-height: 34px !important;
  font-size: 20px !important;
  font-family: ziontrain_prolight, sans-serif !important;
}
@media (max-width: 736px) {
  .wrapper-header p {
    font-size: 16px !important;
    line-height: 27px !important;
  }
}
.wrapper-header p span {
  line-height: 34px !important;
  font-size: 20px !important;
  font-family: ziontrain_prolight, sans-serif !important;
}
@media (max-width: 736px) {
  .wrapper-header p span {
    font-size: 16px !important;
    line-height: 27px !important;
  }
}
ul.triangle li {
  line-height: 34px !important;
  font-size: 20px !important;
  font-family: ziontrain_prolight, sans-serif !important;
}
.wrapper-header .inner .site-info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000000;
}
.wrapper-header .inner .site-info a {
  font-size: 14px !important;
  color: #000000 !important;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto img {
  max-height: unset;
  max-width: 1168px;
  border: none;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung .foto {
  width: 100%;
  max-width: unset;
}
.wrapper.aufmacher .wrapper-header .inner .aufmacher-meldung {
  max-height: unset;
}
.wrapper .wrapper-header {
  padding-top: 0;
}
.wrapper-header .inner .content .verteilseite .articles article .image .vfbtv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-header .inner .content .verteilseite .articles article .image .vfbtv img {
  width: 70% !important;
  height: 70% !important;
  opacity: 1;
}
.box-right {
  margin-top: 40px;
}
.wrapper-header .inner .content .verteilseite .articles article .image img {
  max-width: 406px;
}
.wrapper-header .inner.full-screen .content .verteilseite .articles article .image {
  width: calc(40% - 20px);
}
@media (max-width: 640px) {
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .image {
    width: 100% !important;
  }
}
.wrapper-header .inner.full-screen .content .verteilseite .articles article .information {
  width: 60%;
}
@media (max-width: 640px) {
  .wrapper-header .inner.full-screen .content .verteilseite .articles article .information {
    width: 100% !important;
  }
}
.wrapper-header .verteilseite p {
  margin-bottom: 0;
}
.wrapper-header .inner .content .verteilseite .paging .prev img,
.wrapper-header .inner .content .verteilseite .paging .next img {
  margin: 0 15px;
}
@media (max-width: 736px) {
  .wrapper-header .inner .table table tbody tr td {
    font-size: 14px !important;
  }
}
.wrapper-saison .table.spieltage tr td:nth-child(2) .hide-tablet {
  display: none !important;
}
.wrapper-saison .table.spielberichte tr td:nth-child(3) .hide-tablet {
  display: none !important;
}
.wrapper-header .inner .table .paging-container a {
  position: relative;
  height: 32px;
  margin-top: 12px;
}
.wrapper-header .inner .table .paging-container .right {
  margin-right: 12px;
}
.wrapper-header .inner .table .paging-container a img {
  visibility: hidden;
}
.wrapper-header .inner .table .paging-container a img:after {
  content: '';
  background-image: url("/?proxy=img/arrow-vfb.png") !important;
}
.wrapper-header .inner .table .paging-container .right:after {
  content: '';
  display: block;
  position: absolute;
  left: 83px;
  top: -4px;
  width: 32px;
  height: 32px;
  background-image: url("/?proxy=img/arrow-vfb.png") !important;
}
.wrapper-header .inner .table .paging-container .left {
  margin-left: 16px;
}
.wrapper-header .inner .table .paging-container .left:after {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: -4px;
  width: 32px;
  height: 32px;
  background-image: url("/?proxy=img/arrow-vfb.png") !important;
  rotate: 180deg;
}
.teaserArchive .select {
  background-color: transparent;
}
.wrapper-header .inner .content form .filter {
  background-color: transparent;
}
.wrapper.aufmacher .wrapper-header .inner .foto img,
.wrapper.aufmacher .wrapper-header .inner .image img {
  border: none;
  max-width: 1168px;
}
.wrapper-header .inner .content .verteilseite h3 {
  border-bottom: none !important;
}
.wrapper-header .inner .content form .filter .dropdown-navi {
  border-color: #d30029;
}
.wrapper-header .inner .content {
  float: unset;
  width: unset;
  max-width: unset;
  margin-right: 33.8%;
}
@media (max-width: 992px) {
  .wrapper-header .inner .content {
    margin-right: unset;
  }
}
.wrapper-header .inner .box-right {
  background-color: unset;
}
.box-right-inner {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 33.8%;
  background: #eef0f1;
  padding: 18px 0 !important;
}
@media (max-width: 992px) {
  .box-right-inner {
    margin-right: unset;
  }
}
.box-right-inner .meldung-marketing {
  min-width: 348px;
  min-height: 348px;
  margin-top: unset !important;
  flex: 1;
}
.inner.full-screen .teaser h1 {
  padding-right: 17%;
}
@media (max-width: 736px) {
  .inner.full-screen .teaser h1 {
    padding-right: unset;
  }
}
.inner.full-screen .meldung-bild {
  padding-right: 33.8%;
}
@media (max-width: 736px) {
  .inner.full-screen .meldung-bild {
    padding-right: unset;
  }
}
.ticker-aufmacher .ticker-minute {
  margin-top: 28px;
}
.wrapper-header .inner {
  display: flex;
  flex-direction: column;
}
.wrapper-header .inner .box-right {
  width: 100%;
  max-width: unset;
}
.wrapper-header .inner .box-right .box-right-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.wrapper-header .inner .box-right .box-right-inner .meldung-marketing .headingbar {
  display: none;
}
.wrapper-header .inner .box-right .boxen.three .box {
  display: flex;
  justify-content: center;
}
.wrapper-header .inner .box-right img {
  max-width: 348px;
  max-height: 348px;
  height: 100%;
  display: block;
}
.wrapper-header .inner .box-right .box-right-inner {
  padding: 0 !important;
}
.wrapper-header .inner .box-right .box-right-inner .meldung-marketing .boxen.three .box {
  padding-top: 18px;
  padding-bottom: 18px;
}
.wrapper-header .inner .box-right .box-right-inner .meldung-marketing .boxen.three .box.ad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.c-news-site__ad > .meldung-marketing:first-of-type .boxen.three .box {
  padding-top: 38px !important;
}
.c-news-site__ad > .meldung-marketing:nth-of-type(2) .boxen.three .box {
  padding-top: 38px !important;
}
.c-news-site__ad > .meldung-marketing:nth-of-type(3) .boxen.three .box {
  padding-top: 12px !important;
}
.c-news-site__ad {
  display: flex;
  justify-content: center;
  background: #eef0f1;
  flex-wrap: wrap;
  margin-top: 14px !important;
  position: relative;
  column-gap: 24px;
}
.c-news-site__ad .clear {
  display: none;
}
.c-news-site__ad .meldung-shop {
  display: none;
}
.c-news-site__ad .meldung-marketing .headingbar {
  display: none !important;
}
.wrapper-header .inner .werbung.presenting.banner {
  max-width: 1172px;
  margin: 0 auto 0 auto;
}
.content .meldung-bild:nth-of-type(1) {
  padding-right: 17%;
}
.wrapper-header .inner .werbung.presenting.banner .presenting-content {
  position: relative;
}
.wrapper-header .inner .werbung.presenting.banner .spacer {
  display: none;
}
.meldung-bild + .c-news-site__ad {
  display: flex;
  justify-content: center;
  margin-right: 33.8%;
  position: relative;
}
@media (max-width: 992px) {
  .meldung-bild + .c-news-site__ad {
    margin-right: unset;
  }
}
.meldung-bild + .clear + .c-news-site__ad {
  display: flex;
  justify-content: center;
  margin-right: 33.8%;
  position: relative;
}
@media (max-width: 992px) {
  .meldung-bild + .clear + .c-news-site__ad {
    margin-right: unset;
  }
}
.c-news-site__ad::after {
  content: 'Anzeige';
  display: block;
  left: 16px;
  top: 16px;
  line-height: 1;
  position: absolute;
  font-family: ziontrain_probold, sans-serif;
}
.meldung-table .ticker-top-box .ticker-home-team,
.meldung-table .ticker-top-box .ticker-away-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: unset;
  position: unset;
  width: 30%;
}
@media (max-width: 992px) {
  .meldung-table .ticker-top-box .ticker-home-team,
  .meldung-table .ticker-top-box .ticker-away-team {
    width: 100%;
  }
}
.meldung-table .ticker-top-box .ticker-standing {
  width: unset;
  float: unset;
  position: unset;
  margin: unset;
}
.meldung-table .ticker-top-box .ticker-box-inner {
  display: flex;
  justify-content: center;
  align-items: start;
}
.meldung-table .ticker-aufmacher .goals {
  font-size: 13px;
  font-family: ziontrain_prolight, sans-serif;
  color: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.meldung-table .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names {
  padding: unset !important;
}
.meldung-table .ticker-aufmacher.carousel .ticker-box-inner .ticker-away-team .ticker-team-names .goals .goal {
  display: flex;
  gap: 4px;
}
@media (max-width: 992px) {
  .meldung-table .ticker-aufmacher.carousel .ticker-box-inner .ticker-team-names {
    max-width: unset !important;
  }
}
.meldung-table .ticker-aufmacher.carousel .ticker-box-inner .ticker-home-team img {
  max-width: unset;
}
.meldung-table .ticker-aufmacher .ticker-away-team .ticker-team-name {
  margin-left: unset;
}
.meldung-table .ticker-aufmacher .ticker-home-team .ticker-team-name {
  margin-right: unset;
}
.wrapper-header .inner .content .verteilseite .articles article .image .vfbtv img {
  width: 50px !important;
  height: 50px !important;
  opacity: 1;
}
.wrapper-header .inner .content .verteilseite .articles article .image .exklusiv .zusatz {
  opacity: 1;
  background: #d30029;
  padding: 10px;
  color: #ffffff;
  line-height: 1 !important;
  text-transform: uppercase;
  font-size: 11px;
  font-family: ziontrain_probold, sans-serif;
  height: unset;
}
.wrapper-header .inner .content .verteilseite .articles article .image .exklusiv {
  left: unset;
  right: 15px;
}
.wrapper-header .inner .content .verteilseite .articles article:nth-child(even) {
  background-color: unset;
}
.wrapper-header .inner .content .verteilseite .articles article .image img {
  max-width: 441px;
}
@media (max-width: 690px) {
  .wrapper-header .inner .game-details .inner_half .table > table > tbody > tr:not(.footable-detail-row) > td:nth-child(2) {
    padding-left: unset !important;
  }
  .wrapper-header .inner .game-details .inner_half .table > table > tbody > tr > td > .footable-5 > tbody > tr > .squad-number,
  .squad-position {
    display: none !important;
  }
  .wrapper-header .inner .game-details .inner_half .table > table > tbody > tr > td > .footable-8 > tbody > tr > .squad-number {
    display: none !important;
  }
}
.table.events h3 {
  text-transform: lowercase;
}
.table.events h3::first-letter {
  text-transform: uppercase;
}
.game-details td > h3 {
  text-transform: lowercase;
}
.game-details td > h3::first-letter {
  text-transform: uppercase;
}
.meldung-table .loadmore {
  margin-bottom: 48px !important;
}
@media (max-width: 736px) {
  .meldung-table .loadmore {
    margin-bottom: 60px !important;
  }
}
.headingbar .heading-left {
  white-space: normal !important;
}
input.swal2-input::placeholder {
  color: #000000 !important;
  font-family: ziontrain_proregular, sans-serif !important;
}
input.swal2-input:focus::placeholder {
  color: #000000 !important;
  font-family: ziontrain_proregular, sans-serif !important;
}
.swal2-modal .login_form input {
  font-family: ziontrain_proregular, sans-serif !important;
}
@media (max-width: 640px) {
  .meldung-navi.grey .menu {
    background: url("/?proxy=img/arrow-vfb.png") center center no-repeat !important;
    rotate: 90deg;
    background-size: cover !important;
    height: 18px;
    width: 18px !important;
    top: 9px;
  }
}
@media (max-width: 640px) {
  .meldung-navi.grey.opened .menu {
    transform: unset !important;
    top: 9px;
  }
}
@media (max-width: 830px) {
  .wrapper.static .wrapper-header,
  .wrapper.meldung .wrapper-header {
    padding-top: 0 !important;
  }
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/fonts.less.' */
@font-face {
  font-family: 'ziontrain_proregular';
  src: url('/?proxy=fonts/ziontrainpro-regular-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-regular-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-regular-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-regular-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-regular-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-regular-webfont.svg#ziontrain_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziontrain_proitalic';
  src: url('/?proxy=fonts/ziontrainpro-italic-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-italic-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-italic-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-italic-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-italic-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-italic-webfont.svg#ziontrain_proitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziontrain_prolight';
  src: url('/?proxy=fonts/ziontrainpro-light-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-light-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-light-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-light-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-light-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-light-webfont.svg#ziontrain_prolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziontrain_prolight_italic';
  src: url('/?proxy=fonts/ziontrainpro-lightitalic-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-lightitalic-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-lightitalic-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-lightitalic-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-lightitalic-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-lightitalic-webfont.svg#ziontrain_prolight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziontrain_probold';
  src: url('/?proxy=fonts/ziontrainpro-bold-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-bold-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-bold-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-bold-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-bold-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-bold-webfont.svg#ziontrain_probold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziontrain_probold_italic';
  src: url('/?proxy=fonts/ziontrainpro-bolditalic-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-bolditalic-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-bolditalic-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-bolditalic-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-bolditalic-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-bolditalic-webfont.svg#ziontrain_probold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziontrain_problack';
  src: url('/?proxy=fonts/ziontrainpro-black-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-black-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-black-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-black-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-black-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-black-webfont.svg#ziontrain_problack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ziontrain_problack_italic';
  src: url('/?proxy=fonts/ziontrainpro-blackitalic-webfont.eot');
  src: url('/?proxy=fonts/ziontrainpro-blackitalic-webfont.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/ziontrainpro-blackitalic-webfont.woff2') format('woff2'), url('/?proxy=fonts/ziontrainpro-blackitalic-webfont.woff') format('woff'), url('/?proxy=fonts/ziontrainpro-blackitalic-webfont.ttf') format('truetype'), url('/?proxy=fonts/ziontrainpro-blackitalic-webfont.svg#ziontrain_problack_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GrilledCheeseBTN';
  src: url('/?proxy=fonts/grilled.eot');
  src: url('/?proxy=fonts/grilled.eot&#iefix') format('embedded-opentype'), url('/?proxy=fonts/grilled.woff') format('woff'), url('/?proxy=fonts/grilled.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/style.less.' */
/* './var/www/www.vfb.de/httpdocs/current/?proxy=laola1/cms-core//src/LAOLA1/CmsCore/Plugin/OnSiteSearchExtended/Fe/css/onSiteSearchExtended.less.' */
.searchApi .searchError,
.searchApi .searchText,
.searchApi .searchLoader {
  display: none;
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/smart-app-banner.css.' */
.smartbanner-show {
  margin-top: 80px;
}
.smartbanner-show .smartbanner {
  display: block;
}
/** Default **/
.smartbanner {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: 'Helvetica Neue', sans-serif;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap;
}
.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa;
}
.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover;
  border-radius: 10px;
}
.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
}
.smartbanner-title {
  font-size: 13px;
  line-height: 18px;
}
.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa;
}
/** iOS **/
.smartbanner-ios {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px;
}
.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white;
}
.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
  color: #aaa;
}
.smartbanner-ios .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.smartbanner-ios .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.smartbanner-ios .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}
.smartbanner-ios .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}
.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}
/** Android **/
.smartbanner-android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px;
}
.smartbanner-android .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #eee;
}
.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  box-shadow: none;
}
.smartbanner-android .smartbanner-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}
.smartbanner-android .smartbanner-title {
  color: #fff;
  font-weight: bold;
}
.smartbanner-android .smartbanner-button {
  min-width: 12%;
  color: #d1d1d1;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}
.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: none;
}
.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}
.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: #2ac7e1;
}
/** Windows **/
.smartbanner-windows {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px;
}
.smartbanner-windows .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white;
}
.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
  color: #aaa;
}
.smartbanner-windows .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.smartbanner-windows .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.smartbanner-windows .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}
.smartbanner-windows .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}
.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=css/tooltipster.bundle.css.' */
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
/* './var/www/www.vfb.de/httpdocs/current/?proxy=laola1/video-player/dist/v8/laola1player.css.' */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/?proxy=laola1/video-player/dist/v8/fonts/fontawesome-webfont.eot&v=4.5.0');
  src: url('/?proxy=laola1/video-player/dist/v8/fonts/fontawesome-webfont.eot&#iefix&v=4.5.0') format('embedded-opentype'), url('/?proxy=laola1/video-player/dist/v8/fonts/fontawesome-webfont.woff2&v=4.5.0') format('woff2'), url('/?proxy=laola1/video-player/dist/v8/fonts/fontawesome-webfont.woff&v=4.5.0') format('woff'), url('/?proxy=laola1/video-player/dist/v8/fonts/fontawesome-webfont.ttf&v=4.5.0') format('truetype'), url('/?proxy=laola1/video-player/dist/v8/fonts/fontawesome-webfont.svg&v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);*/
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-300.eot');
  src: local(''), url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-300.eot&#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-regular.eot');
  src: local(''), url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-regular.eot&#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-italic.eot');
  src: local(''), url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-italic.eot&#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-italic.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-500italic.eot');
  src: local(''), url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-500italic.eot&#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-500italic.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-700.eot');
  src: local(''), url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-700.eot&#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/?proxy=laola1/video-player/dist/v8/fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
#l1pPlayer {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: white;
  background-color: #111111;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  text-align: left;
  letter-spacing: 0;
}
#l1pPlayer a {
  text-decoration: none;
  color: inherit;
}
.l1pHide {
  display: none !important;
}
.l1pFadeIn {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.35s linear;
}
.l1pFadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.7s, opacity 0.7s linear;
}
.l1pShow {
  /*display: block!important;*/
}
.l1pActive {
  color: #FFFFFF !important;
  background-color: #dc3c3c !important;
}
.l1pPosTL {
  top: 0;
  left: 0;
}
.l1pPosTR {
  top: 0;
  right: 0;
}
.l1pPosBL {
  bottom: 0;
  left: 0;
}
.l1pPosBR {
  bottom: 0;
  right: 0;
}
/* MEDIUM */
.l1ScaleMedium #l1pUIPopUpsAutoplayTextContainer {
  font-size: 20px;
}
.l1ScaleMedium #l1pUIPopUpsAutoplayPlayButton {
  width: 80px;
  height: 80px;
  font-size: 40px;
}
.l1ScaleMedium .l1pUIControlsButton {
  width: 40px;
  height: 40px;
  /*margin: 4px;*/
  font-size: 15px;
}
.l1ScaleMedium #l1pUIControlsButtonPlayPause {
  width: 50px;
  height: 50px;
  margin-top: -5px;
}
.l1ScaleMedium #l1pUIControlsButtonVolumeHover {
  width: 40px;
  margin-top: -95px;
  margin-left: -2px;
  margin-right: 2px;
}
.l1ScaleMedium #l1pUIControlsButtonVolumeHoverBarBG {
  margin-left: 19px;
}
.l1ScaleMedium #l1pUIControlsButtonVolumeHoverBar {
  margin-left: 19px;
}
.l1ScaleMedium #l1pUIControlsButtonVolumeHoverButton {
  margin-left: 13px;
}
.l1ScaleMedium #l1pUIPopUpsContent {
  font-size: 15px;
}
.l1ScaleMedium #l1pUIPopUpsSettings ul {
  margin-right: 5px;
}
.l1ScaleMedium #l1pUIPopUpsSettings ul li {
  padding: 10px;
}
.l1ScaleMedium #l1pUIPopUpsErrorText {
  font-size: 15px;
}
.l1ScaleMedium #l1pUIPopUpsShareSocial {
  margin-top: 30px;
}
.l1ScaleMedium #l1pUIPopUpsRelatedList {
  display: none;
}
.l1ScaleMedium h2 {
  display: none;
}
.l1ScaleMedium #l1pUIPopUpsRelatedList #l1pUIPopUpsRelatedVideoElementTitle {
  display: none;
}
.l1ScaleMedium #l1pUIPopUpsCountdown {
  font-size: 20px;
}
.l1ScaleMedium #l1pUIPopUpsInfoList,
.l1ScaleMedium #l1pUIPopUpsInfo h2,
.l1ScaleMedium #l1pUIPopUpsInfoBeschreibungDate {
  display: none;
}
.l1ScaleMedium #l1pUIPopUpsInfoBeschreibungTitle {
  font-size: 16px;
}
.l1ScaleMedium #l1pUIPopUpsInfoBeschreibungSubTitle {
  font-size: 13px;
}
.l1ScaleMedium .l1pUISliderElement {
  /* width: 24%; */
}
.l1ScaleMedium .l1pUIPopUpsStreamsSlider {
  height: 195px;
}
.l1ScaleMedium #l1pUIPopUpsRelatedVideoElementImageIcon {
  font-size: 50px;
  margin-left: -25px;
  margin-top: -25px;
}
.l1ScaleMedium #l1pUIPopUpsRelatedCountdownTimer {
  font-size: 50px;
  margin-top: -50px;
}
.l1ScaleMedium #l1pUIPopUpsPremiumContainerBottom {
  display: none;
}
.l1ScaleMedium #l1pUIPopUpsPremiumTextTop {
  font-size: 25px;
}
.l1ScaleMedium .l1pUIPopUpsStreamsSlider li {
  width: 50%;
}
/* SMALL */
.l1ScaleSmall #l1pUIPopUpsAutoplayTextContainer {
  font-size: 20px;
}
.l1ScaleSmall #l1pUIPopUpsAutoplayPlayButton {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 30px;
}
.l1ScaleSmall #l1pUIControlsButtonsSub1 {
  /*position: relative;
	float: right;
	left: 0;*/
  display: none;
}
.l1ScaleSmall #l1pUIControlsButtonsSub2 {
  position: relative;
  float: right;
  left: 0;
  margin-right: 3px;
}
.l1ScaleSmall #l1pUIControlsButtonsMain {
  position: relative;
  float: left;
  left: 3px;
  margin-top: 5px;
}
.l1ScaleSmall .l1pUIControlsButton {
  width: 35px;
  height: 35px;
  margin: 0;
  border: 0;
  background: none !important;
  font-size: 15px;
  border: 0 !important;
  border-radius: 0 !important;
}
.l1ScaleSmall #l1pUIControlsButtonsMain .l1pUIControlsButton:hover {
  color: inherit;
}
.l1ScaleSmall .l1pUIControlsButton:hover {
  /*color: #FFFFFF;*/
  /*background: #FFFFFF;*/
  /*color: */
}
.l1ScaleSmall #l1pUIControlsButtonPlayPause {
  width: 35px;
  height: 35px;
  margin-top: 0;
}
.l1ScaleSmall #l1pUIControlsButtonVolumeHover {
  width: 40px;
  margin-top: -114px;
  margin-left: -2px;
  margin-right: -3px;
}
.l1ScaleSmall #l1pUIControlsButtonVolumeHoverBarBG {
  margin-left: 16px;
}
.l1ScaleSmall #l1pUIControlsButtonVolumeHoverBar {
  margin-left: 16px;
}
.l1ScaleSmall #l1pUIControlsButtonVolumeHoverButton {
  margin-left: 10px;
}
.l1ScaleSmall #l1pUIControlsTimelineTimeLeft {
  width: 15%;
}
.l1ScaleSmall #l1pUIControlsTimelineTimeRight {
  width: 15%;
}
.l1ScaleSmall #l1pUIControlsTimelineProgressBar {
  width: 70%;
}
.l1ScaleSmall #l1pUIPopUpsContent {
  font-size: 13px !important;
}
.l1ScaleSmall #l1pUIPopUpsSettings ul {
  margin-right: 5px;
}
.l1ScaleSmall #l1pUIPopUpsSettings ul li {
  padding: 5px;
  font-size: 13px;
}
.l1ScaleSmall #l1pUIPopUpsSettingsText {
  display: none;
}
.l1ScaleSmall #l1pUIPopUpsErrorText {
  font-size: 13px;
}
.l1ScaleSmall .l1pUISliderElementTitle {
  font-size: 13px !important;
}
.l1ScaleSmall #l1pUIPopUpsRelatedList {
  display: none;
}
.l1ScaleSmall #l1pUIPopUpsRelatedNext #l1pUIPopUpsRelatedVideoElementTitle {
  font-size: 15px !important;
}
.l1ScaleSmall #l1pUIPopUpsRelatedNext #l1pUIPopUpsRelatedVideoElementTime {
  font-size: 13px !important;
}
.l1ScaleSmall h2 {
  display: none;
}
.l1ScaleSmall #l1pUIPopUpsShareUrl {
  width: 60%;
}
.l1ScaleSmall #l1pUIPopUpsShareUrlCopyButton {
  width: 36%;
}
.l1ScaleSmall #l1pUIPopUpsShareSocial {
  margin-top: 10px;
}
.l1ScaleSmall #l1pUIPopUpsShareSocial img {
  width: 30px;
}
.l1ScaleSmall .l1pUIPopUpsShareSocialButton {
  padding-top: 10px;
  padding-bottom: 10px;
}
.l1ScaleSmall .l1pUIPopUpsShareSocialButton .l1pUIPopUpsShareSocialImage i {
  margin-top: 0;
  font-size: 20px;
}
.l1ScaleSmall #l1pUIPopUpsClose {
  top: 5px;
  right: 5px;
}
.l1ScaleSmall #l1pUIPopUpsCloseBtn {
  width: 30px;
  height: 30px;
}
.l1ScaleSmall #l1pUIPopUpsCloseText {
  display: none !important;
}
.l1ScaleSmall #l1pUITitle span {
  font-size: 13px;
}
.l1ScaleSmall #l1pUIPopUpsCountdown {
  font-size: 17px;
}
.l1ScaleSmall #l1pUIPopUpsCountdownTimeClockText span {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.l1ScaleSmall #l1pUIPopUpsInfoList,
.l1ScaleSmall #l1pUIPopUpsInfo h2,
.l1ScaleSmall #l1pUIPopUpsInfoBeschreibungDate {
  display: none;
}
.l1ScaleSmall #l1pUIPopUpsInfoBeschreibungTitle {
  font-size: 16px;
}
.l1ScaleSmall #l1pUIPopUpsInfoBeschreibungSubTitle {
  font-size: 13px;
}
.l1ScaleSmall .l1pUISliderElement {
  width: 32%;
}
.l1ScaleSmall .l1pUIPopUpsStreamsSlider {
  height: 130px;
}
.l1ScaleSmall .svgframe {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}
.l1ScaleSmall .l1pUISvgElementClass .countdownTimer {
  font-size: 20px;
  margin-top: -10px;
}
.l1ScaleSmall #l1pUIPopUpsRelatedVideoElementTime {
  display: none;
}
.l1ScaleSmall #l1pUIPopUpsRelatedVideoElementImageIcon {
  font-size: 50px;
  margin-left: -25px;
  margin-top: -25px;
}
.l1ScaleSmall #l1pUIPopUpsRelatedCountdownTimer {
  font-size: 30px;
  margin-top: -38px;
}
.l1ScaleSmall #l1pUIPopUpsRelatedCountdownContainer {
  display: none !important;
}
.l1ScaleSmall #l1pUIPopUpsPremiumContainerBottom {
  display: none;
}
.l1ScaleSmall #l1pUIPopUpsPremiumTextTop {
  font-size: 15px;
}
.l1ScaleSmall #l1pUIPopUpsPremiumButton {
  font-size: 12px;
}
.l1ScaleSmall .l1pUIPopUpsStreamsSlider li {
  width: 50%;
}
/* TINY */
.l1ScaleTiny #l1pUIPopUpsAutoplayTextContainer {
  font-size: 13px;
}
.l1ScaleTiny #l1pUIPopUpsAutoplayPlayButton {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 30px;
}
.l1ScaleTiny #l1pUIControlsButtonsSub1 {
  display: none;
}
.l1ScaleTiny #l1pUIControlsButtonsSub2 {
  /* display: none; */
  margin-top: 0;
}
.l1ScaleTiny #l1pUIControlsButtonsSub2 > div {
  display: none;
}
.l1ScaleTiny #l1pUIControlsButtonsSub2 > #l1pUIControlsButtonFullscreen {
  display: block;
}
.l1ScaleTiny #l1pUIControlsButtonsMain {
  position: relative;
  margin: 0 auto;
}
.l1ScaleTiny .l1pUIControlsButton {
  width: 35px;
  height: 35px;
  /*margin: 3px;*/
  margin: 0;
  border: 0;
  background: none;
  background: none !important;
  font-size: 15px;
  border: 0 !important;
  border-radius: 0 !important;
}
.l1ScaleTiny #l1pUIControlsButtonsMain .l1pUIControlsButton:hover {
  color: inherit;
}
.l1ScaleTiny .l1pUIControlsButton:hover {
  /*color: #FFFFFF;*/
  background: #FFFFFF;
}
.l1ScaleTiny #l1pUIControlsButtonPlayPause {
  width: 35px;
  height: 35px;
  margin-top: 0;
}
.l1ScaleTiny #l1pUIControlsTimelineTimeLeft {
  display: none;
}
.l1ScaleTiny #l1pUIControlsTimelineTimeRight {
  display: none;
}
.l1ScaleTiny #l1pUIControlsTimelineProgressBar {
  margin-left: 2%;
  width: 96%;
}
.l1ScaleTiny #l1pUIPopUpsContent {
  font-size: 13px;
}
.l1ScaleTiny #l1pUIPopUpsSettings ul {
  margin-right: 5px;
}
.l1ScaleTiny #l1pUIPopUpsSettings ul li {
  padding: 3px;
  font-size: 13px;
}
.l1ScaleTiny #l1pUIPopUpsSettingsText {
  display: none;
}
.l1ScaleTiny #l1pUIPopUpsErrorText {
  display: none;
}
.l1ScaleTiny .l1pUISliderElementTitle {
  font-size: 13px !important;
}
.l1ScaleTiny #l1pUIPopUpsRelatedList {
  display: none;
}
.l1ScaleTiny #l1pUIPopUpsRelatedVideoElementTitle {
  font-size: 13px !important;
}
.l1ScaleTiny #l1pUIPopUpsRelatedVideoElementTime {
  display: none;
  font-size: 13px !important;
}
.l1ScaleTiny h2 {
  display: none;
}
.l1ScaleTiny #l1pUIPopUpsShareUrl {
  width: 60%;
}
.l1ScaleTiny #l1pUIPopUpsShareUrlCopyButton {
  width: 36%;
}
.l1ScaleTiny #l1pUIPopUpsShareSocial {
  display: none;
}
.l1ScaleTiny #l1pUIPopUpsClose {
  top: 5px;
  right: 5px;
}
.l1ScaleTiny #l1pUIPopUpsCloseBtn {
  width: 20px;
  height: 20px;
}
.l1ScaleTiny #l1pUIPopUpsCloseText {
  display: none !important;
}
.l1ScaleTiny #l1pUITitle {
  display: none !important;
}
.l1ScaleTiny #l1pUIPopUpsCountdown {
  font-size: 15px;
}
.l1ScaleTiny #l1pUIPopUpsCountdownTimeClockText {
  display: none;
}
.l1ScaleTiny #l1pUIPopUpsInfoList,
.l1ScaleTiny #l1pUIPopUpsInfo h2,
.l1ScaleTiny #l1pUIPopUpsInfoBeschreibungDate,
.l1ScaleTiny #l1pUIPopUpsInfoTexte {
  display: none;
}
.l1ScaleTiny #l1pUIPopUpsInfoBeschreibungTitle {
  font-size: 16px;
}
.l1ScaleTiny #l1pUIPopUpsInfoBeschreibungSubTitle {
  font-size: 13px;
}
.l1ScaleTiny .l1pUISliderElement {
  width: 49%;
}
.l1ScaleTiny .l1pUIPopUpsStreamsSlider {
  height: 90px;
}
.l1ScaleTiny .svgframe {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
}
.l1ScaleTiny .l1pUISvgElementClass .countdownTimer {
  font-size: 20px;
  margin-top: -10px;
}
.l1ScaleTiny #l1pUIPopUpsRelatedVideoElementImageIcon {
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.l1ScaleTiny #l1pUIPopUpsRelatedCountdownContainer {
  display: none !important;
}
.l1ScaleTiny #l1pUIPopUpsPremiumContainerBottom {
  display: none;
}
.l1ScaleTiny #l1pUIPopUpsPremiumTextTop {
  font-size: 15px;
}
.l1ScaleTiny #l1pUIPopUpsPremiumButton {
  font-size: 12px;
}
.l1ScaleSmall .l1pUIPopUpsStreamsSlider li {
  width: 100%;
}
#l1pUIPopUps {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.l1pUIPopUpsSingle {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l1pUIPopUpsSingle .l1pShow {
  display: flex !important;
}
#l1pUIPopUpsContent {
  width: 80%;
  height: auto;
  max-height: 95%;
  overflow-y: hidden;
  position: absolute;
  position: inherit;
  /*
    top: 50%;
    left: 50%;
    -ms-transform: perspective(1px) translate(-50%, -50%);
	-webkit-transform: perspective(1px) translate(-50%, -50%);
	-moz-transform: perspective(1px) translate(-50%, -50%);
	-o-transform: perspective(1px) translate(-50%, -50%);
	transform: perspective(1px) translate(-50%, -50%);
	*/
  max-width: 1000px;
  font-size: 20px;
}
#l1pUIPopUpsContent h1 {
  font-size: 20px;
  border-bottom: 1px solid grey;
  margin: 0;
  margin-bottom: 20px;
}
#l1pUIPopUpsContent h2 {
  font-size: 16px;
  border-bottom: 1px solid grey;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  clear: both;
}
#l1pUIPopUpsClose {
  position: absolute;
  top: 10px;
  right: 10px;
}
#l1pUIPopUpsCloseBtn {
  width: 40px;
  height: 40px;
  float: right;
}
#l1pUIPopUpsCloseText {
  float: left;
  line-height: 40px;
  /*margin: 5px;*/
  display: none;
}
#l1pUIPopUpsCloseBtn:hover ~ #l1pUIPopUpsCloseText {
  display: block;
}
#l1pUIPopUpsOpenCloseVideo {
  position: absolute;
  width: 100%;
}
#l1pUIPopUpsCloseVideoBtn {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
}
#l1pUIPopUpsOpenVideoBtn {
  /*width:40px;*/
  /*height:40px;*/
  text-align: center;
  font-size: 80px;
  margin: 0 auto;
  margin-top: -40px;
  position: relative;
  top: 50%;
  cursor: default;
}
/* SLIDER */
.l1pUISliderElement {
  /* width: 19%; */
  /*height: 130px;*/
  position: relative;
  margin-right: 1%;
  margin-bottom: 1%;
  float: left;
  overflow: hidden;
}
.l1pUISliderElement img {
  background: #FFFFFF;
}
.l1pUISliderElement:hover > .l1pUISliderElementImage {
  opacity: .5;
}
.l1pUISliderElementImage {
  width: 100%;
  height: auto;
  opacity: 1;
}
.l1pUISliderElementTime {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
}
.l1pUISliderElementTitle {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  font-size: 13px;
  word-wrap: break-word;
}
/* -------------------- USER CLICK AREA -------------------- */
#l1pUIPopUpsUserClickArea {
  position: absolute;
  width: 100%;
  height: 100%;
  /*cursor: pointer;*/
}
#l1pUIPopUpsUserClickArea:hover {
  /*box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.8);*/
}
/* -------------------- AUTOPLAY -------------------- */
#l1pUIPopUpsAutoplay {
  position: absolute;
  display: block;
  background-color: black;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#l1pUIPopUpsAutoplayImage {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#l1pUIPopUpsAutoplayTextContainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  font-size: 35px;
  /*font-size: 1.5vw;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
#l1pUIPopUpsAutoplayText {
  margin: 15px;
}
#l1pUIPopUpsAutoplayPlayButton {
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 70px;
  white-space: nowrap;
}
#l1pUIPopUpsAutoplayPlayButton:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#l1pUIPopUpsAutoplayPlayButton i {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: 4px;
}
#l1pUIPopUpsAutoplay:hover > #l1pUIPopUpsAutoplayPlayButton {
  background-color: #FFFFFF;
  color: #000000;
  /*
    transition: all 0.2s;
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	*/
}
/* -------------------- COUNTDOWN -------------------- */
#l1pUIPopUpsCountdown {
  position: absolute;
  display: block;
  background-color: black;
  width: 100%;
  height: 100%;
  font-size: 30px;
}
#l1pUIPopUpsCountdownImage {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#l1pUIPopUpsCountdownOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#l1pUIPopUpsCountdownTimeText {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
#l1pUIPopUpsCountdownTimeClockText {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -15px;
}
#l1pUIPopUpsCountdownText {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  margin-bottom: 15px;
}
#l1pUIPopUpsCountdownTimeClockText span {
  background-color: black;
  padding: 8px;
  border-radius: 20px;
}
/*
#l1pUIPopUpsCountdownTextContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	font-size: 30px;
}

#l1pUIPopUpsCountdownText {

	margin: 15px;
	text-align: center;
}



#l1pUIPopUpsCountdownTimeTextContainer {
	position: absolute;
	top: 20px;
	width: 100%;
	height: auto;
	font-size: 30px;
	text-align: center;
}

#l1pUIPopUpsCountdownTimeClockText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
/* -------------------- SHARE -------------------- */
#l1pUIPopUpsShare {
  /*display: none;*/
}
#l1pUIPopUpsShareCopy {
  margin-top: 30px;
}
#l1pUIPopUpsShareUrl {
  position: inherit;
  /*padding: 5px;*/
  color: #000000;
  background-color: #FFFFFF;
  width: 76%;
  border-radius: 4px;
  border: none;
  height: 30px;
  /*line-height: 20px;*/
  font-size: 13px;
  padding: 0;
  padding-left: 1%;
  padding-right: 1%;
}
#l1pUIPopUpsShareUrlCopyButton {
  float: right;
  width: 20%;
  border-radius: 4px;
  border: none;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  background: #dc3c3c;
  cursor: pointer;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
}
#l1pUIPopUpsShareUrlCopyButton:hover {
  background-color: #DC463C;
}
#l1pUIPopUpsShareSocial {
  clear: both;
  margin-top: 20px;
  width: 100%;
  margin-top: 30px;
}
.l1pUIPopUpsShareSocialButton {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.l1pUIPopUpsShareSocialButton:hover {
  /*background-color: #FFFFFF;*/
  /*color: #000000;*/
  /*border-radius: 10px;*/
  transition: all 0.2s;
  text-shadow: 0 0 5px #FFFFFF;
}
.l1pUIPopUpsShareSocialButton span {
  display: block;
  margin-bottom: 10px;
}
.l1pUIPopUpsShareSocialImage i {
  margin-top: 15px;
  font-size: 40px;
}
/* -------------------- MULTIVIEW -------------------- */
.l1pUIPopUpsMultiviewSelectionButton {
  width: 23%;
  margin-right: 2%;
  float: left;
  text-align: center;
  font-size: 15px;
  padding-top: 2%;
  padding-bottom: 2%;
  cursor: pointer;
}
.l1pUIPopUpsMultiviewSelectionButton:hover {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 10px;
}
.l1pUIPopUpsMultiviewSelectionButton img {
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 5px;
}
/*
.l1pUIPopUpsMultiviewSelectionImage {
	margin-top: 10px;
    width: 100%;
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}*/
#l1pUIPopUpsMultiviewSelectionSingle .l1pUIPopUpsMultiviewSelectionImage {
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABkCAYAAABU19jRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8xMi8xNYoYyL8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAFCUlEQVR4nO3dTWgcZRzH8d/zzGx3s4mblyJBg0Swm1ICtSAhGCRVkR5y8CKI9iJC66EnEQ8qCCKIVz3EijkUEiLkECgkHqR4z2ETCEJN8CBUqCAE3RC2jTPP8/eQTJhudrf+a7tv/X3gIbM7E+bZ8GXellIjIjj0EYAPAZw8fH20gh5bAuA2gC8BfAMARkSeALDqvX/JWmuPthT2QgdExFlrfwTwJkTkM+ecj+NYrl27JqdOnRIclMXxGA9rrYyPj8vi4qLEcSzOOS8iH0NEfvfey9WrVyUIgpZPlKO9RhiGsrS0JN57EZFfISKxc06KxWLLJ8fRnmNqakqccyIiFSMizntvgyAAUS35fB67u7sIgiC2AIQXuNRIpVJJFo1ttCFRNQZDKgyGVBgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTD0nxhjAP6rAdJiMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTCkwmBIhcGQCoMhFQZDKgyGVBgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTCkwmBIhcGQCoMhFQZDKgyGVBgMqTAYUmEwpMJgSOUomDAMWzkPamP5fP5o2QJwxhiMjY21bkbU1iYnJ5PFuxCR35xzsrCwIAA4OI6NlZUVcc6JiGxARD5xzrn9/X1ZXFyUyclJyeVyLZ8kR2tHLpeT8+fPy+rqqkRRJM65WETeMSLSD+A77/0bAAIRAVHi8P9Jctba7wG8Zw4DGQTwNoArAJ4DkGnZDKldCIAIwC8AvgWwBGDXdPoRZX9/v94qA2AIQHDz5s3rIvJi+rMaYyAix36mlxMiAmvtPa9r/a4xZrtYLL6ay+VuN5pzNpv9H5+4tbr5XloA7JRKJTM0NHTi8NCK6mi898cCSW+XBFFzB8ej6bl169ZeN99xdnMwAIDR0dFBa20BQN2jx/2iAI7O5cfCqtruJLr8YWjXB9PX1/ektbYvHUW95eR1I/fZPi8iPQD+fljzbzddH0xPT89TAApN2p0B8AyAP5q0v6br6sPnoWcB9DZxf+eauK+mexyCOdPk/U3h4EjTlTr+lHT58uVab5u5uTkBgDt37kwkt8TpC97kWqTR9UuyLtkufXudrLPWVl/XvFwulwv9/f3lOnPD/Pz8g3zUttDxwdSQAdADYHdra+v1kZGRqXQk6WUA8N7f8zq9TaP3E8lteWrb0Z2dnXfPnj37FYAcgLsP/RO2UDcFY3EQygkA2VKp9Nrp06e/zmaz2VoP4aqPNLVurZOY6r1X7/a8t7f3i83NzX8AXAewi4MnpnWfMHaSbgkmHBwcHJ6enh6fmJh4ZXh4+AKA5wEELZpPfmBgYHZubu79crn8w8bGxk/r6+ub29vbf6LDw+n4rwZmZ2dx6dKltwB8AOAFtO+F/M8AVpeXlz+9ePGia/VkHlTHH2EKhYIBcAHAuSiK4kwm49FmdylxHCMMwzMAhgYGBj4HwGBa5caNG2ZtbW1eRG6LyNP5fD7MZDLGWoswDE0mk0EYhvfc6SSqH/dXf5mY3i65Rkmuf9Lr019MRlGEKIoQx7E45+Cck0ql4r33fwVBsL63t2dmZmYe9Z/lken4UxI1V7ue76lNMRhSYTCkwmBIhcGQCoMhFQZDKv8C01i5mi/FhzwAAAAASUVORK5CYII=');*/
}
#l1pUIPopUpsMultiviewSelectionDual .l1pUIPopUpsMultiviewSelectionImage {
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABkCAYAAABU19jRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8xMi8xNYoYyL8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAFdUlEQVR4nO3dTWgcZRzH8d/zzGx3s5v3IkGLRLBpKYFakBAM0qpIDz14EUR7EaH14EnEgwqCCOJVD7FiDoWUCDkUCo0HKd57SAJBqA0ehAoVhKCbZreNO8/z95CddLLd2fiv7b7+PjBkdmfCzA5fZmf2ZdaICKo+AvAhgIPV27sTqGcJgNsAvgTwDQAYERkAsOS9f9Faa3fnFPZCO0TEWWt/BPAGROQz55yPokguXrwohw8fFuyUxaGHB2utTE5OysLCgkRRJM45LyIfQ0R+997LhQsXJAiClq8oh/YawjCUxcVF8d6LiPwKEYmcczIxMdHylePQnsPMzIw450REykZEnPfeBkEAonry+Tw2NzcRBEFkAQgPcKmRcrkcjxrbaEaiWgyGVBgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEglTJtw584dFAqFZq5Ly5VKJQwMDOy5j9thL1P9xF0Qhnvb8d7DGNMzHwaPH2vic/AAuB1iURQhCAKXuocBUPcfu5X3PnUat8N9vbEV6JFhMKTCYEiFwZAKg6H/xBgD8FsDpMVgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTCkwmBIhcGQCoMhFQZDKgyGVBgMqTAYUmEwpNLwch/GmH0v/9AtGl0DhtvhvtQ9TKlU6pmL6AA714AplUoP3M/tsFfqFaiIkpxzsNZ6HsOQCoMhFQZDKgyGVBgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKSyGww/D0Np8vn87rgF4IwxOHLkSOvWiNra9PR0PHoPIvKbc04uXbokADhweGC4evWqOOdERFYhIp8459z29rYsLCzI9PS05HK5lq8kh9YOuVxOTp06JUtLS1KpVMQ5F4nI20ZEhgB8571/HUDQSx94pv1VfyfJWWu/B/CuqQYyAuAtAO8BeBZApmVrSO1CAFQA/ALgWwCLADZNp+9Rtre30yYZAKMAghs3blwRkReSjzX+/k3t3+R4rPZniGvnS/xdn5iYeCWXy91utM7ZbPZ/POLW6uZzaQGwsby8bEZHRw9Ud62ojSbth8zj23EQdRfwYDR9t27d2urmM85uDgYAMD4+PmKtHQSQuvfYLwpg97k89Utt1fsPostfDO36YPr7+5+w1vYno0gbj283ss/8eRHpA/D3o1r/dtP1wfT19T0JYLBJizMAngbwR5OW13RdvfusegZAoYnLO9HEZTVdLwRzrMnLm8HOnqYrdfxT0vnz5+vdbebm5gQA7t69OxWfEicPeONjkUbHL/G0eL7k6XU8zVpbe1zzUrFYHBwaGiqmrBvm5+cf5qG2hY4Ppo4MgD4Amzdv3nzt0KFDM8lIkuMAdq/7Um+eRvfH4tPyxLzjGxsb7xw/fvwrADkA9x75I2yhbgrGYieUAwCyy8vLrx49evTrbDabrfciXO2ept6pdb2LCCXvSzs9LxQKX6ytrf0D4AqATey8Ypr6CmMn6ZZgwpGRkbGTJ09OTk1NvTw2NnYawHMAghatT354eHh2bm7u/WKx+MPq6upPKysra+vr63+iw8Pp+LcGZmdnce7cuTcBfADgebTvgfzPAJYuX7786dmzZ12rV+ZhdfweZnBw0AA4DeBEpVKJMpmMR5udpURRhDAMjwEYHR4e/hwAg2mVa9eumevXr8+LyG0ReSqfz4eZTMZYaxGGoclkMgjDcM+ZTqz25f7aNxOT88XHKPHxT3J68o3JSqWCSqWCKIrEOQfnnJTLZe+9/ysIgpWtrS1z5syZx71ZHpuOf0qi5mrX53tqUwyGVBgMqTAYUmEwpMJgSIXBkMq/LgAdBIezpycAAAAASUVORK5CYII=');*/
}
#l1pUIPopUpsMultiviewSelectionQuad .l1pUIPopUpsMultiviewSelectionImage {
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABkCAYAAABU19jRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8xMi8xNYoYyL8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAFSElEQVR4nO3cTWgcZRzH8d/zzGx3s4l5KxK0SATzQgnUgoRgkFZFeujBiyCaiwitB08iHlQQRBCveogRcwikRMihUGg8SPHeQxIIQm3wIFSoIATdELaNM8/z97A7yeRlU//a7sxufh8YMrszZZ4N387OCxkjIqj7EMAHAE7WX+8soGNLANwF8AWArwHAiMhjAJa89y9Ya+3OmsJeqEZEnLX2BwCvQ0Q+dc75OI5lbm5OhoaGBLWyju2UyHocWU7WWhkbG5OFhQWJ41icc15EPoKI/Oa9l5mZGQmCIPOB5mFiMLtTGIayuLgo3nsRkV8gIrFzToaHhzMfXF4mBrN3mpycFOeciEjViIjz3tsgCEA1yfGbMSbjkeRDuVzG5uYmgiCILWr/o7IeE+VYtVpNZo09akWi/RgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTCkwmBIhcHQv1L/kxv+1QDpMBhSYTCkwmBIhcGQCoMhFQZDKgyGVBgMqYTJDJ8RcxB/JwdxD0MqO3sYPp5rFx9ZdpBzDtZa7mFIh8GQCoMhFQZDKgyGVBgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTCkwmBIhcGQCoMhFQZDKgyGVBgMqTAYUtkJJgzDo9ajY6xcLu/MWwDOGIORkZHsRkS5NjExkczeh4j86pyTK1euCABOgCSyHkdepuvXr4tzTkRkFSLysXPObW9vy8LCgkxMTEipVMp8kFlODAZSKpXk/PnzsrS0JFEUiXMuFpG3jIj0APjWe/8agIBPjgSCIABQe67bcVd/zp+z1n4H4B1TD6QPwJsA3gXwDIBCZiPMh6D+8zgXIwAiAD8D+AbAIoBN0+p7lO3t7UaLDIB+AMGtW7euicjz6c9qjIGIHPiZnk+ICKy1e14f9m+NMevDw8Mvl0qlu0eNuVgs/o9PnK12PpcWABvLy8umv7//RPII1f3ReO8PBJJeLwni0A0cjKbjzp07W+18xtnOwQAABgcH+6y13QAa7j0eFAWw+8zeRnvk+vsn0eYXQ9s+mK6ursettV3pKBrNJ6+P8oD1yyLSAeCvhzX+vGn7YDo6Op4A0N2kzRkATwH4vUnba7q23n3WPQ2gs4nbO9vEbTXdcQjmdJO3N4nanqYttfxX0uXLlw9728zOzgoA3Lt3bzw5JU4f8CbHIkcdvyTLkvXSp9fJMmvt/uOaFyuVSndPT0+lwdgwPz//Xz5qLrR8MIcoAOgAsHn79u1XT506NZmOJD0PAN77Pa/T6xz1fiI5LU+tO7ixsfH2mTNnvgRQAnD/oX/CDLVTMBa1UE4AKC4vL78yOjr6VbFYLB52EW7/nuawU+skpkbvNTo97+zs/Hxtbe1vANcAbKJ2xbThFcZW0i7BhH19fQPnzp0bGx8ff2lgYOACgGexe4m/2cq9vb3Ts7Oz71Uqle9XV1d/XFlZWVtfX/8DLR5Oy98amJ6exqVLl94A8D6A55DfA/mfACxdvXr1k6mpqZa9R9Xye5ju7m4D4AKAs1EUxYVCwSNnZylxHCMMw9MA+nt7ez9DC9/UbPlgbty4YW7evDkvIndF5MlyuRwWCgVjrUUYhqZQKCAMwz1nOon9l/v330xMr5ccoyTHP+nl6RuTURQhiiLEcSzOOTjnpFqteu/9n0EQrGxtbZmLFy8+6l/LI9PyX0nUXHn9vqecYjCkwmBIhcGQCoMhFQZDKgyGVP4BvvXqek5Jy38AAAAASUVORK5CYII=');*/
}
#l1pUIPopUpsMultiviewSelectionOverlay .l1pUIPopUpsMultiviewSelectionImage {
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABkCAYAAABU19jRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8xMi8xNYoYyL8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAFXklEQVR4nO3dT2gcZRzG8ed9Z7a72c3/IkGLRLBJKYFakBAM0qpIDz14EUR7EaH10JOIBxUEEcSrHmLFHAopEXIoFBoPUrz3kASCUBs8CBUqCEE3zaaNM+/785CdMN3upvnVdmf/PB94ye7OhHl3+TI7swuzRkRQ9TGAjwAcrN7fXUBdSwDcBvAVgG8BwIhIH4BF7/3L1lq7u6awF9ohIs5a+xOAtyAinzvnfBzHcvHiRTl8+LBgpyyOLh7WWpmYmJD5+XmJ41icc15EPoGI/OG9lwsXLkgQBJlPlKO1RhiGsrCwIN57EZHfICKxc07GxsYynxxHa47p6WlxzomIbBkRcd57GwQBqL47d+6gVCplPY2mqlQq6OvrAwAUi0VsbGwgCILYVPcwQRiGGU+xdXnvYYzpmhOB5LmmzoEQxzGCIHCsZJ9qX8BO5r1vuKw7XgF6bBgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTCkwmBoX4wxAGAYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAyp8HIf+2SM2fMyGJ1kr2vhcA+zD5VKpWsuJgTsXAunUqnUXcY9zD4kl+4i7mFIicGQCoMhFQZDKgyGVBgMqTAYUmEwpMJgSIXBkAqDIRUGQyoMhlQYDKkwGFJhMKTCYEiFwZAKgyEVBkMqDIZUGAypMBhSYTCkwmBIhcGQCoMhFQZDKgyGVBgMqTAYUtkNJgx5qRiqr1gs7t62AJwxBuPj49nNiFra1NRUcvMeROR355xcunRJAHBwPDCuXr0qzjkRkRWIyKfOObe9vS3z8/MyNTUlhUIh80lyZDsKhYKcPHlSFhcXJYoicc7FIvKuEZEBAN97798EEHTTxf/o4aq/k+SstT8AeN9UAxkC8A6A8wCeB5DLbIbUKgRABOBXAN8BWACwYdp9j7K9vd1okQEwDCC4cePGFRF5Kf1ck2vR1v5N306ICKy1992v97/GmLWxsbHXCoXC7b3mnM/n/8czzlYnn0sLgPWlpSUzPDx8oLprRW003vu6FzJO7idB1N3Ag9H03Lp1a7OTzzg7ORgAwOjo6JC1th9Aw73Hw6IAdt/LG17gufr4QXT4h6EdH0xvb+9T1tredBSNbif39/KQ9Ysi0gPgn8c1/1bT8cH09PQ8DaC/SZszAJ4F8GeTttd0Hb37rHoOQKmJ2zvexG01XTcEc7TJ25vGzp6mI7X9W9K5c+fqPWxmZ2cFAO7evTuZnBKnD3iTY5G9jl+SZcl66dPrZJm1tva45pVyudw/MDBQbjA3zM3NPcpTbQltH0wdOQA9ADZu3rz5xqFDh6bTkaRvA9j9DaR66+z1eCI5LU+tO7q+vv7esWPHvgZQAHDvsT/DDHVSMBY7oRwAkF9aWnr9yJEj3+Tz+Xy9D+Fq9zT1Tq3r/aBW+rFGp+elUunL1dXVfwFcAbCBnU9MG37C2E46JZhwaGho5MSJExOTk5OvjoyMnALwAoAgo/kUBwcHZ2ZnZz8ol8s/rqys/Ly8vLy6trb2F9o8nLb/amBmZgZnz559G8CHAF5E6x7I/wJg8fLly5+dOXPGZT2ZR9X2e5j+/n4D4BSA41EUxblczqPFzlLiOEYYhkcBDA8ODn4BgMFk5dq1a+b69etzInJbRJ4pFothLpcz1lqEYWhyuRzCMLzvTCdR+3F/7ZeJ6fWSY5Tk+Ce9PP3FZBRFiKIIcRyLcw7OOdna2vLe+7+DIFje3Nw0p0+fftIvyxPT9m9J1Fyt+n5PLYrBkAqDIRUGQyoMhlQYDKkwGFL5D5ws5JIFB/73AAAAAElFTkSuQmCC');*/
}
/*
@keyframes blink {
	0% {  opacity: .2;  }
	20% {  opacity: 1;  }
	100% {  opacity: .2;  }
}
.saving span {
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
.saving span:nth-child(2) {
	animation-delay: .2s;
}

.saving span:nth-child(3) {
	animation-delay: .4s;
}
*/
/* -------------------- SETTINGS -------------------- */
#l1pUIPopUpsSettings {
  /*display: none;*/
}
#l1pUIPopUpsSettingsText {
  font-size: 16px;
}
#l1pUIPopUpsSettings ul {
  padding: 0;
  float: left;
  margin-right: 10px;
  list-style: none;
  border: 0;
}
#l1pUIPopUpsSettings ul li {
  display: block;
  padding: 10px;
  list-style-type: none;
  color: #000000;
  background-color: white;
  cursor: pointer;
  list-style: none;
  border: 0;
  margin: 0;
  float: left;
  text-align: center;
  font-size: 16px;
}
#l1pUIPopUpsSettings ul li:hover {
  color: #FFFFFF;
  background-color: #dc3c3c;
}
#l1pUIPopUpsSettings ul li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#l1pUIPopUpsSettings ul li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l1pUIPopUpsSettingsActive {
  color: #FFFFFF !important;
  background-color: #dc3c3c !important;
}
/* -------------------- RELATED -------------------- */
#l1pUIPopUpsRelatedText1 {
  cursor: pointer;
}
#l1pUIPopUpsRelatedText1:hover {
  text-shadow: 0 0 5px #FFFFFF;
}
#l1pUIPopUpsRelated ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#l1pUIPopUpsRelatedNext {
  /*width: 100%;*/
  /*height: auto;*/
  /*clear: both;*/
}
#l1pUIPopUpsRelatedNext .l1pUISliderElement {
  width: 100%;
}
#l1pUIPopUpsRelatedNext .l1pUISliderElementImage {
  width: 40%;
  float: left;
  margin-right: 1%;
}
#l1pUIPopUpsRelatedNext .l1pUISliderElementTime {
  margin-top: 0;
}
#l1pUIPopUpsRelatedNext .l1pUISliderElementTitle {
  float: left;
  font-size: 25px;
  word-break: break-word;
  width: 59%;
}
#l1pUIPopUpsRelatedList .l1pUISliderElementTime {
  display: none;
}
.l1pUIPopUpsRelatedVideoElement {
  color: #dedede;
}
/*
#l1pUIPopUpsRelated p {
	padding: 0;
	margin: 0;
}

#l1pUIPopUpsRelatedNext #l1pUIPopUpsRelatedVideoElementImage{
	width: 40%;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

#l1pUIPopUpsRelatedNext #l1pUIPopUpsRelatedVideoElementTime{
	font-size: 15px;
}

#l1pUIPopUpsRelatedNext #l1pUIPopUpsRelatedVideoElementTitle{
	font-size: 20px;
}

#l1pUIPopUpsRelatedList li , #l1pUIPopUpsInfoList li{
	float: left;
	width: 24.2%;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
}

#l1pUIPopUpsRelatedList li:last-child , #l1pUIPopUpsInfoList li:last-child{
	margin-right: 0;
}

#l1pUIPopUpsRelatedList li p , #l1pUIPopUpsInfoList li p{
	word-wrap: break-word;
	font-size: 15px;
	margin: 0;
}

#l1pUIPopUpsRelatedList p , #l1pUIPopUpsInfoList p {
	margin: 0;
}

#l1pUIPopUpsRelatedList #l1pUIPopUpsRelatedVideoElementImage ,  #l1pUIPopUpsInfoList #l1pUIPopUpsRelatedVideoElementImage{
	width: 100%;
	margin-bottom: 5px;
}

#l1pUIPopUpsRelatedList #l1pUIPopUpsRelatedVideoElementTime , #l1pUIPopUpsInfoList #l1pUIPopUpsRelatedVideoElementTime
{
	display: none;
}

*/
.l1pUIPopUpsRelatedTimerBtn {
  background-color: #555;
  border-color: #444;
  border-radius: 5px;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  color: #EEEEEE;
}
#l1pUIPopUpsRelatedCountdownContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/*
.svgframe {
	position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
}

.circle_animation {
	transition: all .5s linear;
}
*/
/* -------------------- RELATED NEU -------------------- */
#l1pUIPopUpsContent #l1pUIPopUpsRelatedText2 {
  margin-top: 30px;
}
#l1pUIPopUpsRelatedThis {
  float: left;
  width: 50%;
}
#l1pUIPopUpsRelatedList li {
  float: left;
  width: 25%;
}
#l1pUIPopUpsRelatedNext {
  float: left;
  width: 50%;
}
#l1pUIPopUpsRelatedTop {
  float: left;
  margin-bottom: 20px;
}
#l1pUIPopUpsRelatedVideoElementImage {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
}
#l1pUIPopUpsRelatedVideoElementTime {
  margin: 0;
  margin-top: 5px;
  font-size: 13px;
  padding-right: 5px;
  text-transform: uppercase;
}
#l1pUIPopUpsRelatedVideoElementTitle {
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  padding-right: 20px;
  text-transform: uppercase;
}
#l1pUIPopUpsRelatedList #l1pUIPopUpsRelatedVideoElementTime,
#l1pUIPopUpsRelatedList #l1pUIPopUpsRelatedVideoElementTitle {
  font-size: 13px;
}
#l1pUIPopUpsRelatedVideoElementImageContainer2 {
  width: 100%;
  /*padding-bottom: 56.25%;*/
  position: relative;
}
#l1pUIPopUpsRelatedThis #l1pUIPopUpsRelatedVideoElementImageBG,
#l1pUIPopUpsRelatedNext #l1pUIPopUpsRelatedVideoElementImageBG {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
}
#l1pUIPopUpsRelatedVideoElementImageIcon {
  /*width: 100%;*/
  /*text-align: center;*/
  /*height: 100%;*/
  font-size: 75px;
  /*color: white;*/
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
#l1pUIPopUpsRelatedVideoElementImageContainer {
  width: 70%;
}
#l1pUIPopUpsRelatedTopHeaderText {
  font-size: 16px;
  border-bottom: 1px solid grey;
  width: 90%;
  margin-bottom: 5px;
  text-transform: capitalize;
}
#l1pUIPopUpsRelatedNext #l1pUIPopUpsRelatedTopHeaderText {
  width: 100%;
}
#l1pUIPopUpsRelatedThis .l1pUIPopUpsRelatedVideoElement,
#l1pUIPopUpsRelatedNext .l1pUIPopUpsRelatedVideoElement {
  cursor: pointer;
}
.l1pUIPopUpsRelatedVideoElement:hover {
  /*color: red!important;*/
  /*text-shadow: 0 0 3px white;*/
  color: #FFFFFF;
}
#l1pUIPopUpsRelatedThis .l1pUIPopUpsRelatedVideoElement:hover #l1pUIPopUpsRelatedVideoElementImageIcon {
  transition: all 1s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
#l1pUIPopUpsRelatedCountdownTimer {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  top: 50%;
  font-size: 70px;
  margin-top: -60px;
  line-height: 100%;
  height: auto;
}
#l1pUIPopUpsRelatedCountdownTimerClose {
  position: absolute;
  bottom: 10px;
  margin: 0;
  width: 50%;
  left: 25%;
  text-align: center;
  background-color: white;
  border-radius: 5px;
  color: black;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#l1pUIPopUpsRelatedCountdownTimerClose:hover {
  background: red;
  color: white;
}
#l1pUIPopUpsRelatedList #l1pUIPopUpsRelatedVideoElementTime {
  display: none;
}
/* IFRAME */
#l1pIframeContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#l1pIframeContainer iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}
#l1pIframeContainer iframe:focus {
  outline: none;
}
/* -------------------- PREMIUM -------------------- */
#l1pUIPopUpsPremiumContainerTop {
  float: left;
  margin-bottom: 20px;
}
#l1pUIPopUpsPremiumImage {
  /*width: 15%;*/
  /*width: 100%;*/
  /*float: left;*/
  /*margin-right: 5%;*/
  /*padding-bottom: 95%;*/
}
#l1pUIPopUpsPremiumImage img {
  width: 100%;
}
#l1pUIPopUpsPremiumTextTop {
  float: left;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: normal;
}
#l1pUIPopUpsPremiumTexte {
  float: left;
  width: 80%;
}
#l1pUIPopUpsPremiumButton {
  display: block;
  padding: 10px;
  list-style-type: none;
  color: #000000;
  background-color: white;
  cursor: pointer;
  list-style: none;
  border: 0;
  margin: 0;
  float: left;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}
#l1pUIPopUpsPremiumButton:hover {
  color: #FFFFFF !important;
  background-color: #dc3c3c !important;
}
#l1pUIPopUpsPremiumContainerBottom {
  float: left;
  width: 100%;
  overflow: hidden;
}
#l1pUIPopUpsPremiumTextBottom {
  /*font-size: 14px;*/
  margin-bottom: 10px;
}
.l1pUIPopUpsPremiumBottomButtons {
  width: 25%;
  /*height: 200px;*/
  /*background-color: red;*/
  float: left;
}
.l1pUIPopUpsPremiumBottomButtonsText {
  width: 60%;
  float: left;
  top: 30%;
  margin-top: 6%;
  margin-left: 10px;
  white-space: nowrap;
  font-size: 13px;
  /*text-align: center;*/
}
.l1pUIPopUpsPremiumBottomButtonsImg {
  float: left;
  width: 25%;
  /*left: 50%;*/
  margin-bottom: 10px;
  /*margin-left: -20%;*/
  position: relative;
}
#l1pUIPopUpsPremiumContainerBottom h1 {
  font-size: 14px !important;
}
#l1pUIPopUpsPremiumContainerBottom {
  font-size: 14px !important;
}
.l1pUIPopUpsPremiumImageHD {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABuCAYAAADGWyb7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8xMC8xNRH5GqkAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAQvklEQVR4nO2de7BdVX3HP/vew+UmTS6BkHeaAgk3ISGAkoBUQhMr1ikIxbY2pbVosa1Yx9bOtNQRokUQ22rpVDuglZYRccaq09ZWzYhFnhYbjCSEkMSEJEACgbzfj3vz7R+/c8g5+6y991r77PNIOZ+ZNcnde5+111q/vfd6/B4rksRJSAT0Af3lf0vAXGAAOFY+NguYCCwDdgCnlH+7DtgOHC5fewQYamHZC6HU7gJ4ciowDhgLnAdcBPxC+f9nYwILZS3wUvnfFcCzwCvANmB/40VuLlEHv3EDmIBmAYuAecCMJt9zJ/AE8GNgJSbQF5p8z1x0ouCuAH4VuARYQHu/CquAR4DHge8Ce9tYlho6RXBnAtcD12Jv2RntLU4dAn4KPAr8E7C6vcVpv+DOBJYA78L6rChnPqpKYIONdcAB4HxgRPl4VJXy8gqwHPgs8MMG8mmIdgluMvAR4A+B0wN+dxQbOOzHGm8T1hdtAl4GtlZdewwT5CmcENQYYBAYD/w88Cas35wMnAaMDCjLYewNvB3rE48G/LZhWi24iZiwPoo1og87McGsAh4CnsJGgEUyACzE+tf5wFnAtIDffwW4C3i64HIl0krB/RZwM/aU+/Ao8DD2OXq4OUVKZCbwTmxwdDkwweM3Q8BngM8DrzavaEYrBDcduAMTXBY7gW8A3weWAgebWC5fLsbexvcCF3pcvwz4FPCfTSwTSGpmukHSBmXzkqRbJc1pcnkaSVMkvVvSEx71OSDp7yUNNKs8zapkv6S7JR3OqOBOSbeXG6XdgvFNYyRdI+knkoYz6veYpIuaUY5mVGympEczKrRbJtiJzahUi1JJ0ockbc6o605J1xd9/6Ir8zZJGzMq8oikRU1u1FamcZK+JGkoo95LJPUWdd8iK7BY0qGUgh+UdJukvjY2cjPTYknPpNRfkr4sqaeI+xVV6L+QdDSlwMslXdEBjdvsNK0snDT+pYh7FVHYv8wo6DclTeqARm1ViiR9VNL+lDa5t9H7NFrIjyl5ZDUkGzH2d0BjtiO9U9KOhLaR7M3M3ec1UrDfkXQkoVAHZCOudjdeu9M8SWsS2kiyNy/Kk3feAr1D0r6EwuyU9Jsd0GidkmYqfRHiU3nyzbPkNYitH052nNsJvBtTPnY5wSDwX8C5CedvAu4JyTBUcP3YCv1ljnNDwGLgWyEZvoGYgQlvpuPcQeAqAhbTewJvfhduoQ0Df0pXaGmsB64BNjvOjQS+CEzyzSxEcO8HPpBw7k7gHwPyeqOyDmvDA45zg1gb+snEszOcJun5hM71K7J1u3YPAk6mdKOSl8i8RuM+fVwP8K/ArzvOrQbehtkidvEkiiIkfR74sOP0RqxNN6Xl4fNaXg/8muP4PswMoSu0QMovy8cxy7E4ZwO3kSGbLMGdCXwS6HWc+wfMeLRLPvZi4waXmcNi4O1pP84S3E2Y6UGcxzD1fJfGWIGNJuOcgrXv6KQfpvVxUzDLqrg11l7s09k2m8L/Z/QAT2LWZXE+iFuwqW/cx3Gb0D1AV2hFchy4JeHcLcDPuU4kCW4s8D7H8R1Yx9mlWL6PWbfFmQr8sesHSYK7lRNm29V8EjPB7lI8H8NtjvhezN+vBpfgJuGes60B7m+oaF3S2ADc6zg+G4c8XIL7XWxgEudLwJ6GitYli3upd6rsAd4XRVHdwWp6gaup92bZjq1sd2kuzwHfcRy/RNKC6gNxwV0BXOD44QPAz4opW5cUjmLd0bHY8THAldUH4oK7kvopwEHg34ssXZdUHsNcyOK8iyqHz2o33bGYr3WcJ8spLxHmxtSHzVmSrjmEW92RRD8wihPOjHF6MD3h7th9S1gggCL82XqA1wrIp5q9wIPApbHj5wNvBn4AtYKbjXv2/hjmxJeX6ZjnStby2hcwFyVfPgLcmHHNfsxLaH3VsSXAb5P8EIWyo5zXfmztdjXWuI0M5P4NW8AfX3WshLmo1QnuzdQvJr9K44OS8VjkhCxCK3olpnxMYyW1DvcjsCe5WdEbfgX7cuwDvgn8DW6NdypRFC2XtIFawYGpe+4B9lXegj7qX02wOCAu1UMIvo6Mru96GllCA9M47676ewLma95MRmAN/iHMOfOq0AzK68dPUd8NzMe6tNc/XxMw78s4y7B+Ii8Rbu1CnMPAroB8x2E+21msp7YvG4/pu1rFNOCrmFdrKN+jfiVlLObm/LrgxmPrYtUcwfq3RhiBe3oRZzlh0XzmcCLEUxrxsBbjcSwfNZkxWN8dEqQALLbKIcfxRUBUEZzL3m8fjfte9+P3qdyAu5BJTMEvcM3u2N8+b38zuAibI4ewD3c8lXlAfw82IPlFxwXbgS2BN4szgF+wmbVRFIUMz+eT/cZtxh6ICpVRWbtwmTVm8d+OY3OA/hL26XB991fluFGc8z2vW+1htFTNuWQHmdlYThV6scHKgzQWFEDlew9i3UuiljrGbEy3FjJX3eA4Ng0YmSa4ImKJzPG4RoQZHPVS3x+7eI3az+8R4NPlVBRvxZYDfUaqeSIaPc2JB6U6n8EebIASH1oLCwfYKOd4XPMiYRHqJuLX0bue1qJ5AvgEyas3jbIR96h+Vgl7el39RRFLOfM8rtmCPTx9CeWo5hAWUHSUR74bHcdGk75i0ot9ykKmQOvKebos4aopkS+G2Abq/Q1mlnCPKI/T+BtXwi+s0hzg29h8K6vyR7EhfdYcbg/1gvsANilOezsizNtoU0b+1fhOL14kvG8dxj2/HV0iuSLbA28SZyYW2TWLAfwi9oTwGqbbqhBhw/GsUeVBwt+K6fgZFm8lfDHjGDYleEvs+Lk92FwrznEaD/B5AX6Cawb7sGh6FUr4LZE9RHgXMQM/Ya8MzBfspXK9paUe3BqBpE4xhJm0fpWiwhZqy1/C4jdnsZXwz9lsz+viiwE+RLjfZvXg7qy307jgfJa6mkW8f55Kgn1ijNWEq3t81j4rQboLI+nb3EtjUVTB7XnZCoaonwrMw68fWhN4r7H4hURcgXuUm5se3AIaprG5yWm07zO5B/hR7Nh0sh/EY1jfGMJ5uMcIcbZQcAjHEqZzi3MR1vBHcuZ7MWW9UQbD2BA/622oPEQlsgdNR6jVeINfP7QWG7KHMBW/BzRYmVqmOs50DSXcc5b+pB94MpXsSfJxTEP8VbLnZUPY5/s2YtZODvZSvx7os2a6hfAp0Hyy3ziRfxUnaXBSKuEesqt8PO+OF4Nkr4JsA76Ofyj4UR55ggW2rqYPvyWyLYSplsAeiKxP8E7g+cB8K/RSVpzGeLUHd6fpq7lOwucJ30VYhSpbsmSxNfb3m/AbUYbu6HEB1iVksZnaxYAQeqm3OwF4tgdba4sTYd6oefFRdewhbDAwmewR3HHgJ7FjM3A7sMQJFdyt+PXjPyPfHA7sM+laqN9f+X7GO+WI/JZQ0/FTc4SuhfoMu49Tr0f0WXrbhf9bUcJMCa/zuHYIMxjKS5ImZF2pnPlWbAOFavKuHw7idhqpRgTMa8pRCnzmhceo19r79EPHsPqegnvTCGGf24uB38B/jroVs5HMyznU6+MAVpaw+cVPqTfPy9vHTSR7pHWIAEWtpH78Gusp6qcwrj4izngCY2l58gi1a6ahzKdeaEeAHRUzbdcgYZB8i8RJgcaqOURYhz0Kv6Wl56ndxG8SZsrXDvZi+y00gsuQ+H+Ag5U+zmX0Oop8Bi4+OrhhwpaABvAzg6io+iucQ/t2xvpzGtNpRriNuJ4FDlUEt4n6Ed4o3EayaZyO38DkGcLmTFPxGxnGraHPxn8PnyL5AuYI2ghzcX/mnwSOVwT3GvWVjjBb9RCm4DcaDTVE8rFdgfo53Hm0duNAYZ/HPykgr4W4B0or4MRyyh7s2xnnLOpHm2mcgQ1OsghZu+ulXgOclGd8pcfHGqwI9mLttzCKolsoxhPo7dQ/dCspq4eqT8RX1MEmvQvxd9r3FfL/el4HVkafEe4aagV3KsU7eBzGPvHDWNfyKjbhf4By+wXahyYxBffq0+OYW1eN4J7DVg+qBxd92HZcD+D3FK3F/M/S9hIVYSPKYeA+bI/SpDL0YxPvaj++PuDLmPNEI/591bzMia2ot5B/1T+La3A/dD+krOCuDgkVYSv118cu3gb8EsXYWXbx4xvYRL+arZgc1kOtykCYt2P8XZ+A7RLcpTXMxbqnOEupmm/HdT3fxf1mXUd7htVvRK6jfoF/CPvkv95VxAW3DXOKiHM59pp2aS7TcMdQW0XZ97uCS7t6P/Ua5AgLwdeoAVGXdBbiXtpbSkw1lBSv8mHcb9gCbEjapXhGYEt2ccPdbZhXUI35Q5KRzpKE45+l+9Y1iz/CbW39EA6blbQIsUux8A9x3oM7tmKX/IzFNOVxpekQptqp2188zSwuSSVxO2E71HfJ5g7cmu5/JmFT+DTBLQP+w3F8kMb1TF1OsAD3HukHsQ3hnaQJ7nD5hy6j2BvJCK/exYsBLJSGa478t6QsqWVZEP8Yt0p/NPC58o275OcTuG171mDtm7g+7GP6/Ve4Y1VeANwRj1zaxZurMA9ZF7eQYbro48GyCwtl79JY3yQpK4Jdl3pmYRpyl1HV13CPLWrw2vivbB53H3CD4/QB4FrcwVS61HMGFrjVZRayGngHHoGBQnZsHMDCQ7gUfKux3T+64X/T6cF0m4sd545g0c5dMZmdGfmyF4tc4PLzmo0FE22VqcDJyp24hQY2gvcSGpBrV+IPJmxYJ0k/knRaB2ys14npr1Pa7euh+eUtxOdSCvEdSeM7oKE6KX0mpb0ekjQ6NM+8BSnJNh9P4hlJszqgwdqdeiR9OqWdXpA0N0/ejRSqT9K3Uwq1WtJbOqDx2pVOl/S1lPZ5QdLlefNvtHCTJD2SUrhdkq7pgEZsdZqV0S4vSXprI/coopATJP0gpZCStETSiA5o0FakayVtSmmLLZIua/Q+RRV2QNJ9KYWVTLi5vucnSTpVNmgbTmmDrZIuLeJ+RRa8JOmLKYWWpBclfbgDGrnotEjSUxl1f1jSnKLuWXQFSpL+TNKxlAoMyeZ7C3LOIzspnSnpHkm7U+orSd8qX1vYvZtVoaslbcyozCFJd0uaKSlqUjmalcZJ+gNJ2zLqeFDSnbIHutAyNLNyZ8sm41kck3SXpAubWJai0jRJN0h6zqNeayW9p1llCVlkDqasVbgZuJnsIDEHMOeOB/FQa7SYizEz/MX4hZe6H1OFhYaY8qapgqviUkx4PiEmwCzMHscWXZ3GMi1gDLZa/8uYg6dPuI6VmDFV063gWiU4MIPPqzGbTd/9CF7GHB2+h20X8zjFbR/m4iysjJdjGv5Z+NmRHgDuAu6m3iu2KbRScBVOB34fc7cN8Xbdi6nzl2O2MKuwJ3w7Zn84TG3EBRe95VTC4pbMxmw+5mL2i5WAML7uxwexOCZLyB+vKxftEFyFkVhkgt/D7OXzGK8cxwS6ATPV3owJMK5nrIQPnIyF0JiOecTk2cQBTEO9DNsXfUWO3zdMOwVXYQB4P2b+cBl+gTvbxTNY0Jm/o+CIr6F0guCquRqzxViEO8h3O9iKuTgtLf9b9J6oueg0wVWYgIUrXIB5DV2CX6zKoliPTUuWlVMRG0QVSqcKrpqxWKCWGdin9BJsXlWUh+xhbMCzGhv0PA28EkXRS53cNieD4KqJsEHNSMzM7ULMl2EUFjJqHMlh9yNMSOuwMBdrMYvhFzGb0cPUb5zesfwfJazWWH91m9AAAAAASUVORK5CYII=');
  background-size: contain;
  background-repeat: no-repeat;
}
#l1pUIPopUpsPremiumImageContainer {
  width: 15%;
  height: auto;
  position: relative;
  float: left;
  margin-right: 5%;
}
/* -------------------- INFO -------------------- */
#l1pUIPopUpsInfoImage {
  width: 20%;
  display: block;
  float: left;
  height: auto;
}
#l1pUIPopUpsInfoImage img {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
#l1pUIPopUpsInfoBeschreibung {
  display: block;
  width: 78%;
  float: right;
}
#l1pUIPopUpsInfoBeschreibungTitle {
  display: block;
  font-size: 25px;
}
#l1pUIPopUpsInfoBeschreibungSubTitle,
#l1pUIPopUpsInfoBeschreibungDate {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
#l1pUIPopUpsInfoTexte {
  clear: both;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#l1pUIPopUpsInfoList .l1pUISliderElementTime {
  display: none;
}
#l1pUIPopUpsInfoList .l1pUISliderElementTitle {
  font-size: 13px;
}
#l1pUIPopUpsInfoSingleText {
  width: 50%;
  float: left;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
#l1pUIPopUpsInfoSingleText span:first-child {
  font-weight: bold;
  margin-right: 5px;
}
#l1pUIPopUpsInfo h2 {
  padding-top: 10px;
}
/* -------------------- STREAMAUSWAHL -------------------- */
.l1pUIPopUpsStreamsSlider .l1pUISliderElementTime {
  display: none;
}
.l1pUIPopUpsStreamsSlider .l1pUISliderElementTitle {
  font-size: 13px;
}
#l1pUIPopUpsStreams #l1pUIPopUpsContent {
  /*height: 90%;*/
}
.l1pUIPopUpsStreamsSlider {
  /*height: 75%;
    overflow-y: auto;*/
  overflow-y: auto;
  display: block;
  /*height: 275px;*/
  height: 300px;
}
.l1pUIPopUpsStreamsSlider ul {
  margin: 0;
  padding: 0;
  /*max-height: 200px;*/
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
}
.l1pUIPopUpsStreamsSlider li {
  width: 33%;
  float: left;
  display: inline;
  list-style-type: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 13px;
  min-height: 200px;
}
/* -------------------- ERROR -------------------- */
#l1pUIPopUpsError {
  /*display: none;*/
}
#l1pUIPopUpsErrorText {
  margin-top: 8px;
  display: block;
  font-size: 15px;
  color: #AAAAAA;
}
#l1pUIPopUpsErrorText a:link {
  text-decoration: underline;
}
#l1pUIPopUpsPremiumBtn {
  min-width: 80%;
  background: #dc3c3c !important;
  border-radius: 5px !important;
  margin-top: 10px;
}
.l1pSplitScreen {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}
/* -------------------- Advertisement Text -------------------- */
#l1pUIAdText {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* -------------------- Advertisement Button -------------------- */
#l1pUIAd {
  margin: 5px;
}
.l1pUIButton {
  border: 1px solid white;
  background-color: #000000;
  padding: 5px;
  cursor: pointer;
}
.l1pUIAdLanguage {
  background-color: rgba(0, 0, 0, 0.6);
}
#l1pUIControlsAdButtonPlayPause {
  position: absolute;
}
#l1pUIControlsAdButtonSkip {
  position: absolute;
  right: 0px;
  bottom: 25px;
}
/* -------------------- TITLE -------------------- */
#l1pUITitle {
  position: absolute;
  width: 100%;
  /*display: none;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.8+50,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
#l1pUITitle span {
  font-size: 20px;
  display: block;
  margin: 15px;
}
/* -------------------- CONTROLS -------------------- */
#l1pUIControls {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+50,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
#l1pUIControlsButtonsMain {
  text-align: left;
  display: inline-block;
}
#l1pUIControlsButtonsMain .l1pUIControlsButton {
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#l1pUIControlsButtonsMain .l1pUIControlsButton:hover {
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  background: #FFFFFF;
  color: #000000;
}
#l1pUIControlsButtonRewind i {
  margin-right: 4px;
}
#l1pUIControlsButtonForward i {
  margin-left: 4px;
}
#l1pUIControlsButtonsSub1 {
  position: absolute;
  float: left;
  left: 5px;
  top: 0;
  margin-top: 5px;
}
#l1pUIControlsButtonsSub2 {
  position: absolute;
  float: right;
  right: 5px;
  top: 0;
  margin-top: 5px;
}
#l1pUIControlsButtonPlayPause {
  width: 60px;
  height: 60px;
  margin-top: -5px;
}
#l1pUIControlsTimeline {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: left;
  float: left;
  margin-bottom: 10px;
}
#l1pUIControlsTimelineTimeLeft {
  position: relative;
  width: 10%;
  float: left;
  display: block;
  text-align: center;
  line-height: 30px;
  cursor: default;
}
#l1pUIControlsTimelineTimeRight {
  position: relative;
  width: 10%;
  float: right;
  display: block;
  text-align: center;
  line-height: 30px;
  cursor: default;
}
#l1pUIControlsTimelineProgressBar {
  position: relative;
  width: 80%;
  height: 100%;
  float: left;
  cursor: pointer;
}
#l1pUIControlsTimelineProgressBar:hover > #l1pUIControlsTimelineProgressBarDuration {
  background-color: #555555;
  transition: all 0.5s;
}
#l1pUIControlsTimelineProgressBar:hover > #l1pUIControlsTimelineTooltip {
  display: block;
}
#l1pUIControlsTimelineProgressBarDuration {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background-color: #444444;
}
#l1pUIControlsTimelineProgressBarLoading {
  position: absolute;
  width: 0;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background-color: #666666;
}
#l1pUIControlsTimelineProgressBarViewTime {
  position: absolute;
  width: 0;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
#l1pUIControlsTimelineTooltip {
  display: none;
  position: absolute;
  /*padding: 5px 10px 5px 10px;*/
  margin-top: -4px;
  margin-left: -12px;
  color: #FFFFFF;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  /*background-color: red;*/
  /*background-color: #FFFFFF;*/
  white-space: nowrap;
}
.l1pUIControlsButton {
  display: inline-block;
  width: 50px;
  height: 50px;
  /*
	border-radius: 50%;
	border: 2px solid #f5f5f5;
	background: rgba(0, 0, 0, 0.5);
	*/
  cursor: pointer;
  float: left;
  display: block;
  /*margin: 5px;*/
  text-align: center;
  font-size: 20px;
}
.l1pUIControlsButton:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.l1pUIControlsButton i {
  display: inline-block;
  vertical-align: middle;
  /*width: 100%;*/
}
.l1pUIControlsButton:hover {
  transition: all 0.2s;
  text-shadow: 0 0 5px #FFFFFF;
  /*
	background-color: #FFFFFF;
	color: #000000;
	*/
  /*
	transition: all 0.2s;
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	*/
}
.l1pUIControlsButtonVolumeHover:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#l1pUIControlsButtonVolumeHover {
  display: inline-block;
  width: 50px;
  height: 140px;
  border-radius: 30px;
  /*border: 2px solid #f5f5f5;*/
  background-color: #FFFFFF;
  float: left;
  display: block;
  /*margin: 5px;*/
  text-align: center;
  font-size: 20px;
  margin-top: -85px;
  display: none;
}
#l1pUIControlsButtonVolumeHoverSlider {
  /*
    width: 100%;
    margin-left: -1px;
    height: 100px;
    margin-top: 20px;
    */
}
#l1pUIControlsButtonVolumeContainer {
  float: left;
  display: block;
}
#l1pUIControlsButtonVolumeContainer:hover #l1pUIControlsButtonVolume {
  display: none;
}
#l1pUIControlsButtonVolumeContainer:hover #l1pUIControlsButtonVolumeHover {
  display: block;
}
#l1pUIControlsButtonVolumeHoverBar {
  position: absolute;
  display: block;
  height: 50px;
  width: 2px;
  background-color: #444444;
  margin-left: 24px;
  bottom: 27px;
}
#l1pUIControlsButtonVolumeHoverBarBG {
  position: absolute;
  display: block;
  height: 100px;
  width: 2px;
  background-color: #DDDDDD;
  margin-left: 24px;
  bottom: 27px;
}
#l1pUIControlsButtonVolumeHoverButton {
  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  background-color: #444444;
  margin-left: 18px;
  bottom: 20px;
  margin-bottom: 50px;
  border-radius: 7px;
}
#l1pUIControlsButtonHD {
  font-weight: bold;
  color: #666666;
}
#l1pUIControlsButtonHD:hover {
  color: #FFFFFF;
}
.l1pUIControlsHDActive {
  color: #FFFFFF !important;
  cursor: default;
  /*background-color: #FFFFFF;*/
  /*color: #000000;*/
}
.l1pUIControlsHDActive:hover {
  text-shadow: none;
}
/* -------------------- WATERMARK -------------------- */
#l1pUIWatermark {
  width: 15%;
  position: absolute;
  margin: 20px;
}
#l1pUIWatermark img {
  position: relative;
  width: 100%;
  height: auto;
}
/* --------------------- OwlSlider -------------------------*/
/*
div[id^=prev-page] {
	position: absolute;
	left: 0;
}

div[id^=next-page] {
	position: absolute;
	right: 0;
}
*/
/* PIP */
#l1pVideo0,
#l1pVideo1,
#l1pVideo2,
#l1pVideo3 {
  position: absolute;
}
.l1pVideoSubPlayer {
  background-color: #000000;
}
.l1pVideoSubPlayerActive #l1pUIPopUpsUserClickArea {
  /*
	-webkit-box-shadow:inset 0px 0px 0px 2px #FFFFFF;
    -moz-box-shadow:inset 0px 0px 0px 2px #FFFFFF;
    box-shadow:inset 0px 0px 0px 2px #FFFFFF;
    */
  border: 1px solid white;
}
.l1pVideoSubPlayerInActive #l1pUIPopUpsUserClickArea {
  /*
	-webkit-box-shadow:inset 0px 0px 0px 2px #444444;
    -moz-box-shadow:inset 0px 0px 0px 2px #444444;
    box-shadow:inset 0px 0px 0px 2px #444444;
    */
  border: 1px solid white;
}
.l1pVideoSingle .l1pVideoSubPlayerActive #l1pUIPopUpsUserClickArea {
  /*
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    */
  border: none;
}
.l1pVideoSingle .l1pVideoSubPlayerInActive #l1pUIPopUpsUserClickArea {
  /*
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    */
  border: none;
}
.l1pVideoSubPlayerInActive #l1pUIPopUpsUserClickArea {
  border: none;
}
/* SINGLE */
.l1pVideoSingle #l1pVideo0 {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.l1pVideoSingle #l1pVideo1 {
  display: none;
}
.l1pVideoSingle #l1pVideo2 {
  display: none;
}
.l1pVideoSingle #l1pVideo3 {
  display: none;
}
/* DUAL */
.l1pVideoDual #l1pVideo0 {
  display: block;
  width: 48.5%;
  height: 48.5%;
  left: 1%;
  top: 25%;
  transition: all 0.3s;
}
.l1pVideoDual #l1pVideo1 {
  display: block;
  width: 48.5%;
  height: 48.5%;
  left: 50.5%;
  top: 25%;
  transition: all 0.3s;
}
.l1pVideoDual #l1pVideo2 {
  display: none;
}
.l1pVideoDual #l1pVideo3 {
  display: none;
}
/* QUAD */
.l1pVideoQuad #l1pVideo0 {
  display: block;
  width: 48.5%;
  height: 48.5%;
  left: 1%;
  top: 1%;
  transition: all 0.3s;
}
.l1pVideoQuad #l1pVideo1 {
  display: block;
  width: 48.5%;
  height: 48.5%;
  left: 50.5%;
  top: 1%;
  transition: all 0.3s;
}
.l1pVideoQuad #l1pVideo2 {
  display: block;
  width: 48.5%;
  height: 48.5%;
  left: 1%;
  top: 50.5%;
  transition: all 0.3s;
}
.l1pVideoQuad #l1pVideo3 {
  display: block;
  width: 48.5%;
  height: 48.5%;
  left: 50.5%;
  top: 50.5%;
  transition: all 0.3s;
}
/* OVERLAY */
.l1pVideoOverlay #l1pVideo0 {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.l1pVideoOverlay #l1pVideo1 {
  display: block;
  width: 25%;
  height: 25%;
  right: 15px;
  top: 15px;
  transition: all 0.3s;
}
.l1pVideoOverlay #l1pVideo2 {
  display: none;
}
.l1pVideoOverlay #l1pVideo3 {
  display: none;
}
/* VIDEO FORMAT */
#l1pVideoHtml5 {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#l1pVideoHtml5 video {
  position: relative;
  width: 100%;
  height: 100%;
}
#l1pVideoFlash {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#l1pVideoFlashContainer {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* AD */
#adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  /*
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  */
}
.rangeslider {
  background: #DDDDDD;
  position: relative;
}
.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}
.rangeslider--vertical {
  width: 4px;
  min-height: 100px;
  max-height: 100%;
  margin: 0 auto;
  margin-top: 20px;
  /* style breiter */
  border-radius: 14px;
  width: 14px;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #444444;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
  /* style breiter */
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rangeslider__handle {
  background: #333333;
  margin-left: -4px;
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  background-size: 100%;
  /*
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  */
  /*
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  /*
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active {
  background-size: 100%;
  /*
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  */
}
.rangeslider--horizontal .rangeslider__handle {
  top: -12px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -8px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
  /* style breiter */
  left: 0;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
