@font-face {
  font-family: "Lingua Franca";
  font-style: normal;
  font-weight: 400;
  src: local("Lingua Franca"), local("LinguaFranca-Regular"), url('../fonts/LinguaFranca-Regular.woff') format('woff');
}
@font-face {
  font-family: "Lingua Franca";
  font-style: italic;
  font-weight: 400;
  src: local("Lingua Franca Italic"), local("LinguaFranca-Italic"), url('../fonts/LinguaFranca-Italic.woff') format('woff');
}
@font-face {
  font-family: "Lingua Franca";
  font-style: normal;
  font-weight: 700;
  src: local("Lingua Franca Bold"), local("LinguaFranca-Bold"), url('../fonts/LinguaFranca-Bold.woff') format('woff');
}
@font-face {
  font-family: "Lingua Franca";
  font-style: italic;
  font-weight: 700;
  src: local("Lingua Franca Bold Italic"), local("LinguaFranca-BoldItalic"), url('../fonts/LinguaFranca-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: "Vegur";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Vegur-Regular.otf') format('opentype');
}
@font-face {
  font-family: "Vegur";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Vegur-Light.otf') format('opentype');
}
@font-face {
  font-family: "Vegur";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Vegur-Bold.otf') format('opentype');
}
@font-face {
  font-family: "Vegur";
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Vegur-Bold.otf') format('opentype');
}
/****** Own Variables *********************/
/*** Thurn und Taxis Schlossfestspiele Regensburg ***/
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-basket {
  margin-bottom: 20px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.submit_btn {
  margin: 20px 0;
}
/********* <-- ICON - TOGGLE - BEGIN ************************/
.navbar-toggle {
  border-color: #fff;
  background-color: #262626;
  margin-left: 20px;
  float: left;
  color: #fff;
  padding: 5px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #141414;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse {
  border-color: #4d4d4d;
  padding: 13px 0 !important;
  border: none;
  background-color: #333;
  box-shadow: inherit;
}
/********* ICON - TOGGLE - END --> ************************/
.navigation {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-top: 10px;
  background-color: #333;
}
.navbar-header {
  background-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
}
.navbar {
  margin: 0 -10px;
  border-radius: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: auto;
  background-color: #333;
  z-index: 999;
}
.navbar .container {
  padding: 0;
}
.navbar-collapse.in {
  overflow-y: scroll;
  margin: 0;
}
.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  clear: left;
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  /*margin-right: 14px;*/
  border-top: 1px solid #333;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  top: auto;
  left: 0;
  position: relative;
  z-index: 1000;
}
.sf-menu li:hover > ul > li a,
.sf-menu li.sfHover > ul > li a {
  background-color: #262626;
}
.sf-menu li:hover > ul > li a:hover,
.sf-menu li.sfHover > ul > li a:hover {
  background: tranparent;
  color: #c3a360;
  text-decoration: none;
}
.sf-menu li:hover > ul > li:hover li a,
.sf-menu li.sfHover > ul > li:hover li a,
.sf-menu li:hover > ul > li.sfHover li a,
.sf-menu li.sfHover > ul > li.sfHover li a {
  background-color: #1f1f1f;
}
.sf-menu li:hover > ul > li:hover li a:hover,
.sf-menu li.sfHover > ul > li:hover li a:hover,
.sf-menu li:hover > ul > li.sfHover li a:hover,
.sf-menu li.sfHover > ul > li.sfHover li a:hover {
  background: transparent;
}
.sf-menu li.active > a {
  color: #c3a360;
  background-color: transparent;
}
.sf-menu li.active > a:hover {
  color: #fff !important;
  background: #000;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li > a {
  text-indent: 0;
  background-color: transparent;
}
.sf-menu li > a:hover {
  background-color: transparent;
  color: #c3a360;
}
.sf-menu a {
  color: #fff;
  display: block;
  padding: 12px 12px 12px 12px;
  white-space: nowrap;
  /*overflow:hidden;
    text-overflow:ellipsis;*/
  text-decoration: none;
}
.sf-menu > li > a {
  padding: 15px 0;
}
.sf-menu ul {
  position: inherit;
  top: -999em;
  display: block;
  /*overflow: scroll;*/
}
.sf-menu ul li {
  text-transform: none;
}
.sf li li,
.sf-menu li li:hover {
  background: none;
  background-image: none;
}
.js .sf-menu li li {
  position: relative;
}
.sf-sub-indicator {
  display: none;
}
@media only screen and (min-width: 800px) {
  .navbar-header {
    background-color: transparent;
  }
  .navigation {
    font-size: 0.9em;
    margin-top: 13px;
  }
  .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
  }
  .sf-menu {
    padding: 0;
    height: auto;
    font-family: 'Vegur', helvetica, arial, sans-serif;
  }
  .sf-menu > li {
    float: left;
    width: auto;
    clear: none;
    border-top: 0;
    padding: 0 3px;
  }
  .sf-menu > li:first-child {
    padding-left: 0;
  }
  .sf-menu > li > ul {
    border-radius: 0;
  }
  .sf-menu > li:hover > ul,
  .sf-menu > li.sfHover > ul {
    top: 61px !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .sf-menu > li:hover > ul > li,
  .sf-menu > li.sfHover > ul > li {
    font-size: 0.9em;
  }
  .sf-menu > li:hover > ul > li a,
  .sf-menu > li.sfHover > ul > li a {
    background-color: transparent;
    color: #fff;
  }
  .sf-menu > li:hover > ul > li a:hover,
  .sf-menu > li.sfHover > ul > li a:hover {
    color: #c3a360;
    /*background: url("../img/nav-active.png") no-repeat center left;*/
  }
  .sf-menu > li:hover > ul > li.active > a,
  .sf-menu > li.sfHover > ul > li.active > a,
  .sf-menu > li:hover > ul > li.active > a:hover,
  .sf-menu > li.sfHover > ul > li.active > a:hover {
    /*background: url("../img/nav-active.png") no-repeat center left;*/
    background-color: transparent;
    color: #c3a360 !important;
  }
  .sf-menu > li:hover > ul > li:hover li.active a,
  .sf-menu > li.sfHover > ul > li:hover li.active a,
  .sf-menu > li:hover > ul > li.sfHover li.active a,
  .sf-menu > li.sfHover > ul > li.sfHover li.active a {
    background-color: transparent;
    /*color: #fff;*/
  }
  .sf-menu > li:hover > ul > li:hover li a,
  .sf-menu > li.sfHover > ul > li:hover li a,
  .sf-menu > li:hover > ul > li.sfHover li a,
  .sf-menu > li.sfHover > ul > li.sfHover li a {
    background-color: transparent;
    color: #fff;
  }
  .sf-menu > li:hover > ul > li:hover li a:hover,
  .sf-menu > li.sfHover > ul > li:hover li a:hover,
  .sf-menu > li:hover > ul > li.sfHover li a:hover,
  .sf-menu > li.sfHover > ul > li.sfHover li a:hover {
    background: transparent;
    color: #c3a360;
  }
  .sf-menu > li:hover > a,
  .sf-menu > li.sfHover > a {
    text-decoration: none;
  }
  .sf-menu > li > a {
    color: #fff;
    background-color: transparent;
    padding: 4px 12px 0;
    line-height: 56px;
    text-transform: uppercase;
  }
  .sf-menu > li > a:hover {
    color: #c3a360;
    background-color: #1a1a1a;
    text-decoration: none;
  }
  .sf-menu > li.active > a {
    color: #fff;
    background-color: #1a1a1a;
    text-decoration: none;
  }
  .sf-menu > li.active > a:hover {
    color: #c3a360 !important;
    background-color: #1a1a1a;
    text-decoration: none;
  }
  .sf-menu li:hover ul,
  .sf-menu li.sfHover ul {
    background: rgba(0, 0, 0, 0.8);
    left: auto;
    position: absolute;
    top: -3;
    min-width: 200px;
    width: auto !important;
    width: 200px;
    z-index: 10000;
  }
  .sf-menu li li:hover ul,
  .sf-menu li li.sfHover ul {
    top: -1px !important;
    left: 100%;
    position: absolute;
  }
  .sf-menu ul {
    padding: 1px 0;
    -webkit-box-shadow: 0px 6px 18px #333333;
    -moz-box-shadow: 0px 6px 18px #333333;
    box-shadow: 0px 6px 18px #333333;
    position: absolute;
    top: -999em;
    display: block;
  }
  .sf-menu ul.sub-menu > li > a {
    text-transform: uppercase;
  }
  .sf-menu ul li {
    padding: 0;
    border-top: none;
  }
  .sf-menu ul li:last-child > a {
    border-bottom: 0;
  }
  .sf-menu ul li.active a {
    color: #fff;
  }
  .sf-menu ul li a {
    /*border-bottom: 1px solid darken(#fff,10%);*/
    padding: 5px 16px;
  }
  li .sf-sub-indicator {
    height: 40px;
  }
  li li .sf-sub-indicator {
    background-position: 20px center;
  }
}
@media (max-width: 768px) {
  .sf-menu li > a {
    padding: 5px 20px;
    font-size: 0.8em;
  }
  .sf-menu > li > a {
    padding: 5px 15px;
    font-size: 1em;
  }
  .header .headNav .navbar-default ul.mainMenu {
    position: absolute;
    width: 100%;
    background: #333;
    top: 0;
  }
}
body #dv-t3-consent-management-modal {
  letter-spacing: 0;
}
body #dv-t3-consent-management-modal .modalDimmer {
  background-color: rgba(0, 0, 0, 0.5);
}
body #dv-t3-consent-management-modal .modalContent {
  bottom: 8%;
  border: 1px solid #c3a360;
  max-width: 600px;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  font-size: 1.5rem;
  background-color: #333;
  border-radius: 0;
  box-shadow: none;
}
body #dv-t3-consent-management-modal .modalContent a {
  font-size: 1.5rem;
  color: #c3a360;
  text-decoration: none;
}
body #dv-t3-consent-management-modal .modalContent a:hover {
  color: #c3a360;
  text-decoration: none;
}
body #dv-t3-consent-management-modal .modalHeader {
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.3em;
}
body #dv-t3-consent-management-modal .modalHeader h3 {
  font-weight: 500;
  color: #c3a360 !important;
}
body #dv-t3-consent-management-modal .modalHeader span {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
body #dv-t3-consent-management-modal .modalHeader a {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #c3a360;
  text-decoration: none;
}
body #dv-t3-consent-management-modal .modalHeader a:hover {
  color: #c3a360;
  text-decoration: none;
}
body #dv-t3-consent-management-modal .modalBody {
  background-color: #333;
  margin-bottom: 5px;
}
body #dv-t3-consent-management-modal .modalBody .accordion {
  color: #fff;
  background-color: #333;
  padding: 6px 10px 6px 10px;
}
body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-label {
  font-size: 1.55rem;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
}
body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-label:after {
  border-color: transparent transparent transparent #fff;
  top: 6px;
}
body #dv-t3-consent-management-modal .modalBody .accordion:hover {
  background-color: #333;
}
body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-checkbox {
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  font-size: 1.325rem !important;
  letter-spacing: 0.6px;
}
body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-checkbox .checkmark {
  border-color: #333;
  transition: 0.25s ease all;
  background-color: #e5e5e5;
}
body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-checkbox input:checked ~ .checkmark {
  color: #fff;
  background-color: #c3a360;
  border-color: #333;
}
body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-checkbox:hover input ~ .checkmark {
  background-color: #c3a360;
}
body #dv-t3-consent-management-modal .modalBody .active .accordion-button-label:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
body #dv-t3-consent-management-modal .modalBody .panel {
  color: #fff;
  background-color: #333;
  border: none;
}
body #dv-t3-consent-management-modal .modalBody .panel td,
body #dv-t3-consent-management-modal .modalBody .panel th {
  background-color: #333;
  border: none;
}
body #dv-t3-consent-management-modal .modalBody .panel table {
  border: none;
}
body #dv-t3-consent-management-modal .modalFooter {
  display: block;
  margin-bottom: 5px;
}
body #dv-t3-consent-management-modal .modalFooter .btnAcceptSelection {
  background-color: transparent;
  color: #c3a360;
  margin-right: 2rem;
  border: none;
  font-weight: 400 !important;
  font-size: 1.6rem;
  margin-top: 10px;
}
body #dv-t3-consent-management-modal .modalFooter .btnAcceptSelection:hover {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.6rem;
}
body #dv-t3-consent-management-modal .modalFooter .btnAcceptAll {
  background-color: #333;
  color: #c3a360;
  float: right;
  border: 2px solid #c3a360;
  font-size: 1.8rem;
}
body #dv-t3-consent-management-modal .modalFooter .btnAcceptAll:hover {
  color: #fff;
  background-color: #a41c06;
  border: 2px solid #a41c06;
}
body #dv-t3-consent-management-modal .modalFooter .btnAcceptSelection,
body #dv-t3-consent-management-modal .modalFooter .btnAcceptAll {
  border-radius: 0;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  width: auto;
  padding: 6px 12px;
  font-weight: 700;
}
body #dv-t3-consent-management-modal .modalFooter #dv-t3-consent-management-link-imprint {
  float: right;
}
body #dv-t3-consent-management-modal #dv-t3-consent-management-checkbox-label-1,
body #dv-t3-consent-management-modal #dv-t3-consent-management-checkbox-label-2 {
  font-size: 1.55rem !important;
  font-weight: 400;
}
@media screen and (max-width: 463px) {
  body #dv-t3-consent-management-modal .modalContent a {
    font-size: 1.2rem;
  }
  body #dv-t3-consent-management-modal .modalHeader a {
    font-size: 1.2rem;
  }
  body #dv-t3-consent-management-modal .modalHeader span {
    font-size: 1.2rem;
  }
  body #dv-t3-consent-management-modal .modalBody .panel {
    font-size: 1.2rem !important;
  }
  body #dv-t3-consent-management-modal .modalBody .accordion {
    padding: 5px 9px 5px 9px;
  }
  body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-label {
    font-size: 1.55rem;
    margin-right: 0;
  }
  body #dv-t3-consent-management-modal .modalBody .accordion .accordion-button-checkbox {
    font-size: 1.2rem !important;
  }
  body #dv-t3-consent-management-modal .modalFooter {
    font-size: 1.2rem;
  }
  body #dv-t3-consent-management-modal .modalFooter .btnAcceptSelection {
    margin-right: 0;
    font-size: 1.2rem;
  }
  body #dv-t3-consent-management-modal .modalFooter .btnAcceptAll {
    font-size: 1.4rem;
  }
  body #dv-t3-consent-management-modal #dv-t3-consent-management-checkbox-label-1,
  body #dv-t3-consent-management-modal #dv-t3-consent-management-checkbox-label-2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  body #dv-t3-consent-management-modal .modalContent {
    bottom: 0;
    top: 2%;
  }
  body #dv-t3-consent-management-modal .modalFooter {
    display: flex;
  }
}
@media screen and (max-height: 460px) {
  body #dv-t3-consent-management-modal .modalContent {
    top: 6%;
    bottom: 0;
  }
}
@media screen and (max-height: 410px) {
  body #dv-t3-consent-management-modal .modalContent {
    top: 12%;
  }
}
@media screen and (max-height: 365px) {
  body #dv-t3-consent-management-modal .modalContent {
    top: 18%;
  }
}
@media screen and (max-height: 320px) {
  body #dv-t3-consent-management-modal .modalContent {
    top: 24%;
  }
}
body {
  background: #f0f0f0;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
body .ce-gallery .ce-outer {
  width: 100%;
}
body .ce-gallery img {
  width: 100%;
}
.csc-default:before,
.csc-default:after {
  content: " ";
  display: table;
}
.csc-default:after {
  clear: both;
}
b,
strong {
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 700;
}
ul,
ol {
  padding-left: 15px;
}
span.font-light,
div.font-light {
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 300;
}
span.font-normal,
div.font-normal {
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 400;
}
span.font-bold,
div.font-bold {
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 700;
}
span.font-black,
div.font-black {
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 900;
}
.typo3-message {
  padding: 15px;
  margin-bottom: 10px;
}
.typo3-message.message-ok {
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d;
}
.typo3-message.message-error {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
a {
  color: #a41c06;
}
a:hover,
a:focus,
a:active {
  outline: none;
  color: #a41c06;
}
.content {
  margin-bottom: 20px;
}
.content .frame-default {
  background: #fff;
  padding: 20px;
}
.content .frame-default .frame-default {
  padding: 0;
}
.content .frame-110 {
  background: #fff;
  padding: 0 20px;
}
.content .frame-110:before,
.content .frame-110:after {
  content: " ";
  display: table;
}
.content .frame-110:after {
  clear: both;
}
.content .frame-110 hr {
  margin: 0;
}
.content .frame-110 + .frame-default .media-object {
  margin: 0;
}
.content .articleTabs .frame-default {
  padding: 0;
}
.content .asidecontent {
  border-left: 1px solid #cdcdcd;
}
.content .asidecontent > * {
  margin: 0 0 15px 15px;
}
.content .asidecontent form {
  margin-bottom: 40px;
}
.content .asidecontent .alert-warning {
  text-align: center;
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  margin-top: 10px;
}
.content .asidecontent h3 {
  font-size: 1.2em;
}
.content .asidecontent .fa {
  color: #c3a360;
}
.btn-defaultXX {
  color: #c3a360;
  background-color: transparent;
  border-color: #c3a360;
  border-radius: 0;
  font-size: 1em;
  border-width: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transtition: all 0.3s ease;
  transtition: all 0.3s ease;
}
.btn-defaultXX.hover,
.btn-defaultXX:hover {
  background-color: #a41c06;
  border-color: #a41c06;
  color: #fff;
}
.btn-default {
  text-transform: uppercase;
  color: #c3a360;
  border: 2px solid #c3a360;
  background: none;
  border-radius: 0;
  padding: 4px 10px;
  font-size: 1em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #a41c06;
  border-color: #a41c06;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/************* headlines ****************/
h1,
h2,
h3 {
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  text-decoration: none;
}
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-top: 20px;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
}
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
/************* Tables and Forms ****************/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table .table {
  background-color: #fff;
}
table > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table th {
  background-color: #eeeeee;
}
.form-horizontal {
  margin-bottom: 50px;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal .control-label .tooltip-icon {
  float: right;
}
.form-horizontal .control-label.inactive {
  color: #c2c2c2;
}
.tooltip {
  width: 300px;
}
.tooltip-inner {
  max-width: 290px;
  padding: 10px 12px;
}
.form-control {
  border-radius: 0px;
}
.articleVariant .form-horizontal .control-label {
  width: 100%;
}
/************* Specialicons - Fontawesome ****************/
ul.iconlist {
  padding-left: 0;
}
ul.iconlist li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  padding: 10px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #333;
  margin-bottom: 20px;
}
ul.iconlist li:after,
ul.iconlist li:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  content: " ";
}
ul.iconlist li:after {
  border-left-color: #333;
  margin-top: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
}
ul.iconlist li:hover {
  background-color: #eeeeee;
}
ul.iconlist li i {
  color: #fff;
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 100;
  font-size: 1.2em;
}
/************* frames ****************/
.frame:before,
.frame:after {
  content: " ";
  display: table;
}
.frame:after {
  clear: both;
}
.frame-200 {
  margin-left: 0px !important;
}
.frame-200:before,
.frame-200:after {
  content: " ";
  display: table;
}
.frame-200:after {
  clear: both;
}
.frame-120 .media-object {
  margin: 0;
}
/************* forms ****************/
.form-control {
  border-radius: 0;
}
.input-group-addon {
  border-radius: 0;
}
/************* divider ****************/
hr {
  border-top: 1px solid #c3a360;
  margin-bottom: 20px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inherit;
}
/** CONTENT *****/
.header {
  background: #fff;
  margin-bottom: 10px;
  /*
  #topNavigation {
    width:100%;
    height:21px;
    background:#eee;
  }
  */
}
.header .logo {
  margin: 37px 13px 20px 13px;
  /*
    font-size: 37px;
    font-family: notosansBold;
    */
}
.header #topNavigation {
  margin-top: 52px;
}
.header ul.topMenu {
  margin: 0;
  list-style: none;
}
.header ul.topMenu li {
  float: left;
  padding: 0 6px;
  font-size: 0.9em;
  margin: 0;
  color: #737373;
  border-right: 0 dotted #737373;
}
.header ul.topMenu li a {
  color: #737373;
}
.header ul.topMenu li:last-child {
  border-right: 0;
}
.header ul.topMenu li:first-child {
  padding-left: 0;
}
.header .head {
  position: relative;
  background: #333;
  z-index: 1500 !important;
  /*font-family: @font-light;*/
}
.header .head a {
  color: #fff;
}
.header .headRow {
  margin-right: 0;
}
.header .headNav {
  z-index: 2;
  position: relative;
}
.header .headNav.indent {
  left: -800px;
  opacity: 0;
  -webkit-transition: left 0.5s, opacity 0.2s;
  transition: left 0.5s, opacity 0.2s;
}
.header .headNav .navbar {
  margin: 0;
  min-height: 35px;
}
.header .headNav .navbar-default {
  background: transparent;
  border: 0;
}
.header .headNav .navbar-default .navbar-collapse {
  background: transparent;
  float: left;
}
.header .headNav .navbar-default ul.mainMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 21px;
}
.header .headNav .navbar-default ul.mainMenu > li {
  float: left;
  padding: 0;
  color: #fff;
}
.header .headRight ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header .headRight ul li {
  line-height: 60px;
  padding: 0 20px;
  float: left;
  border-left: 1px solid #fff;
}
.header #headSearch {
  overflow: hidden;
  width: 84%;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  /*right: 174px;*/
  right: 120px;
  z-index: 1;
}
.header #headSearch label {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  font-size: 1.1em;
  width: 275px;
  line-height: 60px;
  position: absolute;
  right: 0;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  margin: 0;
  display: block;
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 300;
}
.header #headSearch .searchField {
  width: 0%;
  height: 60px;
  background: transparent;
  padding: 5px 0 5px 10px;
  font-size: 1.1em;
  color: #fff;
  outline: none;
  cursor: text;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  right: 30px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.header #headSearch .submitButton,
.header #headSearch button {
  display: block;
  width: 45px;
  height: 60px;
  line-height: 60px;
  text-align: right;
  color: rgba(250, 250, 250, 0.9);
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 9;
  background: rgba(250, 250, 250, 0);
  padding: 0 10px;
  cursor: pointer;
  text-align: center;
}
.header #headSearch .submitButton i.fa-search {
  line-height: normal;
  position: sticky;
  top: 50%;
}
.header #headSearch .submitButton i.fa-search:before {
  line-height: 60px;
  position: unset;
  top: unset;
}
.header #headSearch button {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.header #headSearch button .searchLabel {
  display: block;
  text-indent: 1000px;
  height: 0;
}
.header #headSearch.open {
  height: 60px;
}
.header #headSearch.open label {
  opacity: 1;
  visibility: visible;
  right: 71%;
}
.header #headSearch.open .searchField {
  width: 76%;
  position: absolute;
  right: 55px;
  background: #6e6e6e !important;
  border-right: 1px solid #919191 !important;
  border-left: 1px solid #919191 !important;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.header #headSearch.open .submitButton,
.header #headSearch.open button {
  width: 55px;
  background: #333;
}
.header #headSearch.open button {
  visibility: visible;
  opacity: 1;
  background: #a41c06;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 0;
}
.header #headSearch.open .submitButton:hover {
  cursor: pointer;
}
.header .scroll-to-fixed-fixed #headSearch .submitButton i.fa-search::before {
  line-height: 40px;
}
.navbar-toggle {
  padding: 9px;
  background-color: #a6863e;
}
.navbar-toggle-additional {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-toggle-additional > a {
  border: 1px solid white;
  padding: 8px;
  border-radius: 8px;
  margin-right: 10px;
}
.navbar-toggle-additional > a:last-child {
  margin-right: 0;
}
.shopping-cart a {
  position: relative;
}
.shopping-cart .badge {
  background: #c3a360;
  position: absolute;
  left: 12px;
  top: -8px;
}
.infoText {
  background: rgba(195, 163, 96, 0.75);
  margin-top: 40px;
  padding: 10px;
}
footer {
  background: #333;
  color: #fff;
  font-size: 0.8em;
  padding: 20px;
}
footer a,
footer a:focus {
  color: #fff;
}
footer a:hover,
footer a:focus:hover {
  color: #fff;
}
footer .fa-ul {
  margin-left: 2.5em;
}
footer .fa-ul .fa-li {
  left: -1.9em;
}
.cycle-slideshow {
  margin-bottom: 10px;
}
.goldenline {
  height: 4px;
  overflow: hidden;
  background: #c3a360;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c3a360 0%, #e6d9bd 39%, #d8c398 58%, #c3a360 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c3a360), color-stop(39%, #e6d9bd), color-stop(58%, #e6d9bd), color-stop(100%, #c3a360));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #c3a360 0%, #e6d9bd 39%, #d8c398 58%, #c3a360 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #c3a360 0%, #e6d9bd 39%, #d8c398 58%, #c3a360 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #c3a360 0%, #e6d9bd 39%, #d8c398 58%, #c3a360 100%);
  /* IE10+ */
  background: linear-gradient(to right, #c3a360 0%, #e6d9bd 39%, #d8c398 58%, #c3a360 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@cd-color-gold', endColorstr='lighten(@cd-color-gold,25)', GradientType=1);
  /* IE6-9 */
}
.basket_navbar {
  margin-bottom: 30px;
  /*.basket_nav:hover{
    border:0;
    border-bottom: 4px solid @cd-color-red;
    color:@cd-color-red;
  }*/
}
.basket_navbar .basket_nav {
  margin: 0;
  padding: 5px 0px;
  color: #333;
  border: 0;
  border-bottom: 4px solid #cdcdcd;
  border-radius: 0;
}
.basket_navbar .basket_nav > a {
  color: #333;
  border: 0;
}
.basket_navbar .basket_nav > a:hover,
.basket_navbar .basket_nav > a:focus,
.basket_navbar .basket_nav > a.hover {
  border: 0;
  color: #a41c06;
  padding-bottom: 8px;
  border-bottom: 4px solid #a41c06;
  text-decoration: none;
}
.basket_navbar .basket_nav.active {
  border: 0;
  border-bottom: 4px solid #a41c06;
  color: #a41c06;
}
.basket-login {
  border-right: 1px solid #cdcdcd;
  padding-right: 45px;
  margin-bottom: 20px;
}
.commentBox {
  margin-top: 15px;
}
.form-coupon input {
  display: inline-block;
}
.form-coupon .couponField {
  width: 90%;
  float: left;
}
.form-coupon .couponButton {
  width: 10%;
  float: left;
}
.tx-dl-eventdetail {
  margin-top: 20px;
}
.tx-dl-eventdetail .maincontent {
  margin-bottom: 20px;
}
.tx-dl-eventdetail .nav-tabs {
  padding-left: 0;
  margin: 0 0 15px;
  border: 0;
}
.tx-dl-eventdetail .nav-tabs > li.active {
  color: #a41c06;
  border-bottom: 4px solid #a41c06;
}
.tx-dl-eventdetail .nav-tabs > li.active > a,
.tx-dl-eventdetail .nav-tabs > li.active > a:focus {
  /*border-bottom: 4px solid @cd-color-red;
        margin-bottom:-3px;*/
  outline: none;
}
.tx-dl-eventdetail .nav-tabs > li > a:hover,
.tx-dl-eventdetail .nav-tabs > li > a.hover,
.tx-dl-eventdetail .nav-tabs > li > a:focus {
  padding: 0 0 5px 0;
  color: #a41c06;
  border: 0;
}
.tx-dl-eventdetail .nav-tabs > li {
  padding: 5px 15px 0 0;
  margin: 0;
  border: 0;
  border-bottom: 4px solid #cdcdcd;
  border-radius: 0;
}
.tx-dl-eventdetail .nav-tabs > li > a {
  margin: 0;
  padding: 0 0 5px 0;
  color: #333;
  border: 0;
}
.tx-dl-eventdetail .tooltip-icon:hover {
  color: #262626;
}
.tx-dl-eventdetail .tooltip-inner {
  text-align: left;
}
.tx-dl-eventdetail .form-control {
  padding-right: 10px;
}
.tx-dl-eventdetail .articleVariant {
  padding-left: 0;
}
.tx-dl-eventdetail .articleVariant .control-label {
  width: 100%;
}
.tx-dl-eventdetail .socialicons {
  float: right !important;
  font-size: 1.2em;
  margin-top: 10px;
}
.tx-dl-eventdetail .socialicons ul li {
  list-style-type: none;
  float: left;
}
.tx-dl-eventdetail .headlineRow {
  min-height: 115px;
}
.tx-dl-eventdetail .headlineDate {
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
}
.tx-dl-eventdetail .headline {
  margin: 0 0 6px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 700;
}
.tx-dl-eventdetail .headlineSub {
  margin-bottom: 8px;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #c3a360;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
}
.tx-dl-eventdetail .concertDate {
  background: #c3a360;
  color: white;
  text-align: center;
  padding: 5px 15px;
  line-height: 1em;
  float: right;
}
.tx-dl-eventdetail .concertDate .day {
  line-height: 1;
  display: block;
  font-size: 2.3em;
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 700;
}
.tx-dl-eventdetail .concertDate .weekday,
.tx-dl-eventdetail .concertDate .month,
.tx-dl-eventdetail .concertDate .time {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}
.tx-dl-eventdetail .headlineAside {
  background: #a41c06;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 15px;
}
.tx-dl-eventdetail .headlineAside .fa {
  color: #a41c06;
}
.tx-dl-eventdetail .headlineAside a {
  color: #fff;
  text-decoration: underline;
}
.tx-dl-eventdetail .price {
  font-family: 'Vegur', helvetica, arial, sans-serif;
  font-weight: 700;
}
.ordertype-select {
  text-align: center;
  margin-left: 0 !important;
}
.ordertype-select .ordertype {
  border: 2px solid #999999;
  color: #999999;
  padding: 20px 5px 10px;
  font-weight: normal;
  display: block;
}
.ordertype-select .ordertype svg path {
  fill: #999999;
}
.ordertype-select .ordertype.selected {
  border-color: #c3a360;
  color: #c3a360;
}
.ordertype-select .ordertype.selected svg path {
  fill: #c3a360;
}
.ordertype-select input,
.ordertype-select .ordertype {
  cursor: pointer;
}
#seatcategories .seatcategory {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #c3a360;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#seatcategories .seatcategory.inactive {
  border-color: #999999;
  pointer-events: none!important;
  opacity: 0.6;
}
#seatcategories .seatcategory.inactive .fa,
#seatcategories .seatcategory.inactive .counter {
  color: #999999 !important;
}
#seatcategories .seatcategory hr {
  border-color: rgba(0, 0, 0, 0.2);
  margin: 7px 0;
}
#seatcategories .seatcategory label {
  margin: 0;
}
#seatcategories .quantity-select .fa {
  color: #c3a360;
  cursor: pointer;
}
#seatcategories .quantity-select .counter {
  color: #000;
  margin: 0 10px;
  font-weight: bold;
}
#seatToCart,
#categoriesToCart {
  display: none;
}
#seatsLegend {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#seatsLegend .seats-legend-item {
  min-width: 200px;
}
#seatsLegend .seats-legend-item span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: grey;
  border: 1px solid grey;
  margin-bottom: -2px;
}
#locationseats {
  position: relative;
}
#locationseats .popover {
  border-color: #c3a360;
}
#locationseats #seatsWrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
#locationseats #seats {
  position: relative;
  cursor: default!important;
}
#locationseats #seats .stage {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 10px;
  position: absolute;
}
#locationseats #seats .stage.stage-bottom {
  bottom: 1rem;
}
#locationseats #seats .seat {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: grey;
  border: 1px solid grey;
}
#locationseats #seats .seat.selected {
  border: 2px solid #d8c398;
}
#locationseats:not(.seat-category-mode) #seats .seat.disabled {
  pointer-events: none!important;
  background: #e0e0e0 !important;
}
#locationseats.seat-category-mode #seats .seat {
  pointer-events: none!important;
}
#locationseats.seat-category-mode #seats .seat.disabled {
  opacity: 1;
}
#locationseats .control {
  min-width: 200px;
  max-width: 33%;
  margin: auto;
}
#locationseats .control #zoomSlider {
  display: inline-block;
  width: 50%;
  margin: 0;
}
#locationseats .control #zoom-in,
#locationseats .control #zoom-out {
  display: inline-block;
  width: 25%;
  padding: 0;
  vertical-align: unset;
  font-size: 30px;
}
#locationseats .control #zoom-in:active,
#locationseats .control #zoom-out:active,
#locationseats .control #zoom-in.active,
#locationseats .control #zoom-out.active {
  box-shadow: none;
}
#locationseats .seat {
  position: absolute;
}
#seatToCart #selectedSeats,
#categoriesToCart #selectedSeats,
#seatToCart #selectedCategories,
#categoriesToCart #selectedCategories {
  margin-bottom: 8px;
}
#seatToCart #selectedSeats .seatItem,
#categoriesToCart #selectedSeats .seatItem,
#seatToCart #selectedCategories .seatItem,
#categoriesToCart #selectedCategories .seatItem {
  -webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.2);
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.2);
  border-radius: 2px;
  margin-top: 8px;
  padding: 10px;
}
#seatToCart #selectedSeats .seatItem i,
#categoriesToCart #selectedSeats .seatItem i,
#seatToCart #selectedCategories .seatItem i,
#categoriesToCart #selectedCategories .seatItem i {
  cursor: pointer;
}
#seatToCart #selectedSeats .seatItem .seat-header,
#categoriesToCart #selectedSeats .seatItem .seat-header,
#seatToCart #selectedCategories .seatItem .seat-header,
#categoriesToCart #selectedCategories .seatItem .seat-header {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(60, 64, 67, 0.2);
  padding-bottom: 5px;
}
#seatToCart #selectedSeats .seatItem .seat-desc,
#categoriesToCart #selectedSeats .seatItem .seat-desc,
#seatToCart #selectedCategories .seatItem .seat-desc,
#categoriesToCart #selectedCategories .seatItem .seat-desc {
  margin: 0;
}
.seat-note {
  color: #a41c06;
}
.popover.top > .arrow {
  border: 0;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  left: 50%;
}
.popover.top {
  transform: translate(-50%, -100%);
}
.tx-dl-eventlist .list-concert {
  float: left;
  background: #fff;
  margin-bottom: 10px;
  width: 100%;
}
.tx-dl-eventlist .imageIndex {
  padding-left: 0;
}
.tx-dl-eventlist .headlineIntro {
  /*font-family: @font-light;*/
}
.tx-dl-eventlist .headline {
  margin-top: 9px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
}
.tx-dl-eventlist .headlineSub {
  margin-bottom: 6px;
  font-size: 1.6em;
  line-height: 1.3em;
  color: #c3a360;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
}
.tx-dl-eventlist .teaserContent {
  font-size: 1.1em;
  padding-right: 0;
}
.tx-dl-eventlist .teaserContent > div {
  min-height: 250px;
  padding: 10px 10px 0 0;
}
.tx-dl-eventlist .btn {
  margin: 5px 0 10px;
  padding: 4px 10px;
}
.tx-dl-abodetail .list-abo {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.tx-dl-abodetail .headlineRow {
  min-height: 101px;
}
.tx-dl-abodetail .headlineIntro {
  margin-top: 10px;
  font-size: 0.9em;
}
.tx-dl-abodetail .headline {
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
}
.tx-dl-abodetail .headlineSub {
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: 'Vegur', helvetica, arial, sans-serif, helvetica, arial, sans-serif;
  margin-bottom: 5px;
}
.tx-dl-abodetail .teaserContent {
  margin-bottom: 5px;
}
/************* Errors *************/
.parsley-error {
  border-color: #a41c06;
}
.parsley-errors-list {
  color: #a41c06;
  list-style: none;
  padding: 0;
  margin: 0;
}
.error {
  margin-top: 10px;
  color: #a41c06;
}
label.error {
  display: block;
}
input.error {
  border: 1px solid #a41c06;
}
/************ Quantity *************/
.quantity {
  width: 50px;
}
/********** Radiobuttons ************/
.radio-inline,
.checkbox-inline {
  padding-left: 0px;
}
/************* Tabs ****************/
.nav-tabsX {
  padding-left: 0;
  margin: 0 0 15px;
}
.nav-tabsX > li > a {
  color: #555555;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
}
.nav-tabsX > li > a:hover {
  background-color: #eeeeee;
}
.nav-tabsX > li.active > a {
  background-color: #c3a360;
  color: #fff;
}
.nav-tabsX > li.active > a:hover {
  background-color: #bc984d;
  border-bottom-color: #eeeeee !important;
}
.cycle-pager {
  position: absolute;
  bottom: 0;
  z-index: 9999;
  padding: 0;
  margin: 0;
  line-height: 1em;
  right: 10px;
}
.cycle-pager span {
  font-size: 3em;
  color: #c3a360;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #fff;
}
.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.elastic-video iframe,
.elastic-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-video {
  margin-bottom: 1rem;
}
.article-video video {
  width: 100%;
  height: auto;
}
figure.video video.video-embed-item {
  width: 100% !important;
  height: auto;
}
.modal-header {
  display: inline-block;
  width: 100%;
}
legend.powermail_radio_legend {
  margin-bottom: 5px;
  font-size: 1em;
  border: 0;
}
.powermail_radio_inner {
  float: left;
  margin-right: 20px;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background: url("../img/icon_top.png") no-repeat;
}
div.arrow {
  margin-top: 0;
  position: relative;
  min-height: 41px;
  padding-left: 62px;
  padding-top: 7px;
}
div.arrow span {
  top: 7px;
  left: 58px;
  font-size: 1.2em;
}
div.arrow span:before,
div.arrow span:after {
  content: " ";
  display: table;
}
div.arrow span:after {
  clear: both;
}
div.arrow .triangle {
  display: inline-block;
  padding: 9px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #c3a360;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  position: absolute;
}
div.arrow .triangle:after,
div.arrow .triangle:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  content: " ";
}
div.arrow .triangle:after {
  border-left-color: #c3a360;
  margin-top: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
}
div.arrow .triangle.inactive:after {
  background-color: #fff;
  margin-top: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
}
div.arrow .triangle i.fa {
  color: #fff;
  font-size: 1em;
}
div.arrow .triangle.inactive {
  background-color: #fff;
  display: inline-block;
  padding: 9px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  position: absolute;
}
.footerStart {
  position: fixed;
  bottom: 0;
  height: 40px;
  background: #333;
  border-top: #c3a360 solid 2px;
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.footerStart a {
  color: white;
}
.start {
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.start ul {
  display: table;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.start ul li {
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 2.8em;
  margin: 0 10px;
  float: left;
}
.start ul li a {
  background: rgba(164, 164, 164, 0.3);
  border: 2px solid #fff;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.start ul li a:hover {
  background: #c3a360;
  border-color: #c3a360;
}
@media (max-width: 1280px) {
  .start ul {
    margin-top: 50px;
  }
  .start ul li {
    font-size: 2em;
  }
  .header #topNavigation {
    margin-top: 48px;
  }
  .header #headSearch.open label {
    right: 70%;
  }
  .header #headSearch.open .searchField {
    width: 76%;
  }
  .header #headSearch.open label {
    right: 63%;
  }
  .header #headSearch.open .searchField {
    width: 67%;
  }
}
@media (max-width: 1024px) {
  .start ul {
    margin-top: 30px;
  }
  .start ul li {
    font-size: 1.4em;
  }
  .tx-dl-eventlist .teaserContent > div {
    min-height: 205px;
  }
  .tx-dl-eventdetail .concertDate .day {
    font-size: 1.4em;
  }
  .headNav {
    font-size: 84%;
  }
  .sf-menu > li > a {
    padding: 4px 8px 0;
  }
}
@media (min-width: 800px) {
  .navbar-toggle-additional {
    display: none;
  }
}
@media (max-width: 991px) {
  .header ul.metaMenu {
    margin-top: 12px;
  }
  .header #headSearch.open label {
    right: 43%;
  }
  .header #headSearch.open .searchField {
    width: 52%;
  }
  .tx-dl-eventlist .teaserContent > div {
    min-height: 145px;
  }
}
@media (max-width: 768px) {
  .header .logo {
    margin-top: 14px;
  }
  .header .metaMenu {
    display: none;
  }
  .header .headNav {
    padding-right: 0;
  }
  .header .headNav .navbar-default {
    min-height: 0;
  }
  .header .headNav .navbar-default ul.mainMenu {
    padding: 5px 0;
  }
  header .headNav .navbar-default {
    min-height: 0;
  }
  .start {
    bottom: 60px;
  }
  .start ul li {
    font-size: 1.2em;
    float: none;
    margin-top: 10px;
  }
  .start ul li a {
    padding: 5px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 496px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
  }
  .tx-dl-eventlist .imageIndex {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .show-xs {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #checkoutVoucher .form-control {
    margin-bottom: 2rem;
  }
  .table-basket .tx_dlconcerts,
  .table-basket tbody {
    overflow: unset;
  }
  .submit_btn > a.btn-back-to-shop {
    margin-bottom: 2rem;
  }
  .table-basket .tx_dlconcerts,
  .table-basket tbody {
    display: block;
    width: 100%;
  }
  .table-basket .table-basket-tr {
    display: block;
    width: 100%;
  }
  .table-basket .table-basket-td {
    float: left;
    white-space: break-spaces !important;
  }
  .table-basket .column--title {
    width: 90%;
  }
  .table-basket .column--delete {
    width: 10%;
  }
  .table-basket .column--quantity {
    width: 30%;
  }
  .table-basket .column--quantity form {
    display: inline-block;
    margin-left: 1rem;
  }
  .table-basket .column--unit-price {
    width: 35%;
  }
  .table-basket .column--total-price {
    width: 35%;
  }
  .table-basket .column--quantity,
  .table-basket .column--unit-price,
  .table-basket .column--total-price {
    border-top: 0;
  }
  .table-basket .column--quantity span,
  .table-basket .column--unit-price span,
  .table-basket .column--total-price span {
    font-weight: bold;
  }
}
@media (max-width: 549px) {
  .table-basket .column--quantity,
  .table-basket .column--unit-price,
  .table-basket .column--total-price {
    width: 100%;
  }
}
/**** scroll-to-fixed *******/
.header .scroll-to-fixed-fixed {
  background: rgba(51, 51, 51, 0.75);
}
.header .scroll-to-fixed-fixed .sf-menu > li > a {
  line-height: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .scroll-to-fixed-fixed #headSearch .searchField {
  height: 40px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.header .scroll-to-fixed-fixed #headSearch .submitButton,
.header .scroll-to-fixed-fixed #headSearch button {
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.header .scroll-to-fixed-fixed #headSearch label {
  line-height: 40px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.header .scroll-to-fixed-fixed .headRight ul li {
  line-height: 40px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.header .scroll-to-fixed-fixed .sf-menu > li:hover > ul,
.header .scroll-to-fixed-fixed .sf-menu > li.sfHover > ul {
  top: 41px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.f3-widget-paginator {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.f3-widget-paginator > li {
  display: inline;
}
.f3-widget-paginator > li > a,
.f3-widget-paginator > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > span:hover,
.f3-widget-paginator > li > a:focus,
.f3-widget-paginator > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.f3-widget-paginator > .active > a,
.f3-widget-paginator > .active > span,
.f3-widget-paginator > .active > a:hover,
.f3-widget-paginator > .active > span:hover,
.f3-widget-paginator > .active > a:focus,
.f3-widget-paginator > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #333;
  border-color: #333;
  cursor: default;
}
.f3-widget-paginator > .disabled > span,
.f3-widget-paginator > .disabled > span:hover,
.f3-widget-paginator > .disabled > span:focus,
.f3-widget-paginator > .disabled > a,
.f3-widget-paginator > .disabled > a:hover,
.f3-widget-paginator > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a {
  border-radius: 0 !important;
}
.tx-indexedsearch-browsebox > .tx-indexedsearch-browsebox {
  padding: 0;
  text-align: center;
}
.tx-indexedsearch-browsebox > .tx-indexedsearch-browsebox li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
}
.tx-indexedsearch-browsebox > .tx-indexedsearch-browsebox li:first-child {
  padding-left: 0;
}
.tx-indexedsearch-browsebox > .tx-indexedsearch-browsebox li:last-child {
  padding-right: 0;
}
.typo3-messages {
  list-style: none;
  padding: 0;
}
.typo3-messages .alert {
  padding: 10px;
}
.cycle-slideshow {
  overflow: hidden;
}
.header .head #navbar-collapse.in {
  overflow: visible;
}
.header .head #navbar-collapse.in .mainMenu {
  position: relative;
}
body,
.header {
  background: #000006;
}
h1,
h2,
h3 {
  font-family: 'Vegur';
}
span.font-light,
div.font-light {
  font-family: 'Vegur';
}
.header .logo {
  margin: 0;
  text-align: center;
}
.header #topNavigation {
  background: transparent;
  width: 100%;
  height: auto;
  border: 0;
  margin: 5px 0;
  float: right;
}
.header #topNavigation .topMenu li {
  float: left;
  border: 0;
  margin: 0;
  text-align: right;
}
.header #topNavigation a {
  color: #AE8C41;
}
.header .headNav .navbar-default ul.mainMenu {
  font-size: 16px;
}
.header .headNav .navbar-default ul.mainMenu > li {
  font-family: 'Lingua Franca';
}
.header .headNav .navbar-default ul.mainMenu > li:nth-last-child(-n+2) a {
  text-transform: none;
}
.header .goldenline {
  display: none;
}
.sf-menu li.active > a {
  background: #AE8C41;
  color: #fff;
}
.sf-menu li ul li.active > a {
  background: #AE8C41 !important;
  color: #fff !important;
}
.sf-menu li > a:hover,
.sf-menu li.active > a:hover {
  color: white !important;
  background: #AE8C41;
}
.sf-menu > li:hover > ul > li a:hover,
.sf-menu > li.sfHover > ul > li a:hover,
.sf-menu > li:hover > ul > li.active > a:hover,
.sf-menu > li.sfHover > ul > li.active > a:hover {
  background: #AE8C41;
  color: #fff !important;
}
.sf-menu > li:hover > ul > li:hover > ul > li a:hover,
.sf-menu > li.sfHover > ul > li.sfHover > ul > li a:hover,
.sf-menu > li:hover > ul > li:hover > ul > li.active > a:hover,
.sf-menu > li.sfHover > ul > li.sfHover > ul > li.active > a:hover {
  background: #AE8C41;
  color: #fff !important;
}
.sf-menu > li:hover > ul > li.active > a,
.sf-menu > li.sfHover > ul > li.active > a {
  color: #fff !important;
  background: #9b7d3a;
}
.navbar-collapse {
  background: #f3e2c7;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f3e2c7 0%, #b68d4c 0%, #c19e67 69%, #e9d4b3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f3e2c7), color-stop(0%, #b68d4c), color-stop(69%, #c19e67), color-stop(100%, #e9d4b3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f3e2c7 0%, #b68d4c 0%, #c19e67 69%, #e9d4b3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f3e2c7 0%, #b68d4c 0%, #c19e67 69%, #e9d4b3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f3e2c7 0%, #b68d4c 0%, #c19e67 69%, #e9d4b3 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f3e2c7 0%, #b68d4c 0%, #c19e67 69%, #e9d4b3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=1);
  /* IE6-9 */
}
.header #headSearch.open .searchField {
  background: #fbf9f4 !important;
  color: #000006;
}
.shopping-cart .badge {
  background: #a41c06;
}
@media (max-width: 1024px) {
  .header ul.topMenu li {
    font-size: 12px;
  }
  .sf-menu > li > a {
    padding: 4px 10px 0;
  }
}
