body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
input,
textarea,
select {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #2f2d2d;
  border: 0;
  padding: 0.6rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
input:hover,
textarea:hover,
button:hover {
  background: #222121;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  background: #2f2d2d;
}
input {
  line-height: inherit;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 20px;
  height: 20px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  font-size: 1rem;
}
.widget {
  margin-bottom: 1rem;
}
.checkbox_container {
  padding: 0.6rem;
  border: 1px solid rgba(210, 210, 210, 0.5);
}
.mod_article {
  padding: 0 1rem;
  margin: 3rem 0;
}
.mod_article.overlap {
  overflow: visible;
}
.mod_article.texture {
  background: url(/files/blackpearl/img/theme-img/pinstriped_suit.png) repeat;
  padding: 0 0!important;
}
.mod_article#content-title .inside:before {
  position: absolute;
  top: 0;
  height: 32px;
  left: 0;
  width: 100%;
  background: url("/files/blackpearl/img/theme-img/filmstrip-top.svg") top repeat-x;
}
.mod_article#content-title .inside:after {
  position: absolute;
  bottom: 0;
  height: 32px;
  left: 0;
  width: 100%;
  background: url("/files/blackpearl/img/theme-img/filmstrip-bottom.svg") bottom repeat-x;
}
.mod_article.no-marg {
  margin: 0 0;
}
.mod_article.fullsize {
  padding: 0 0;
}
.mod_article.texture {
  padding: 2rem;
  color: #d2d2d2;
  background: url(/files/blackpearl/img/theme-img/pinstriped_suit.png) repeat;
  position: relative;
  text-align: center;
}
.mod_article.bgcol-1 {
  background: #eee;
  padding: 3rem 0;
}
.sports .mod_article#content-title .inside:before {
  position: absolute;
  top: 0;
  height: 45px;
  left: 0;
  width: 100%;
  background: url("/files/blackpearl/img/theme-img/sportsstrip-top.svg") top repeat-x;
}
.sports .mod_article#content-title .inside:after {
  position: absolute;
  bottom: 0;
  height: 45px;
  left: 0;
  width: 100%;
  background: url("/files/blackpearl/img/theme-img/sportsstrip-bottom.svg") bottom repeat-x;
}
@media all and (min-width: 1280px) {
  .mod_article .inside {
    max-width: 1240px;
    margin: 0 auto;
  }
  .mod_article.fullsize .inside {
    max-width: none;
    margin: 0 auto;
  }
}
#cookie-bar {
  height: auto;
  padding: 0.8125rem 0;
  text-align: center;
  background-color: #971209;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #3c3a3a;
  z-index: 10000;
  position: relative;
}
#cookie-bar.fixed {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  display: inline-block;
  margin-left: 0.5rem;
  text-decoration: underline;
  color: #3c3a3a;
}
#cookie-bar a:hover {
  text-decoration: none;
  color: #d2d2d2;
}
#cookie-bar a.cb-enable {
  font-weight: 700;
  color: #971209;
  background-color: #3c3a3a;
  text-decoration: none;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -khtml-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -o-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -ms-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  padding: 0.125rem 0.375rem;
}
#cookie-bar a.cb-enable:hover {
  background-color: #971209;
  color: #3c3a3a;
}
#nav-desktop {
  display: none;
  width: auto;
  overflow: visible;
  float: right;
  padding-right: 5rem;
  font-family: 'BankGothicBT-Medium', sans-serif;
}
#nav-desktop .level_1 {
  overflow: visible;
  margin-bottom: 0;
}
#nav-desktop .level_1 li {
  position: relative;
  float: left;
  display: block;
  margin-right: 2rem;
  line-height: 1rem;
}
#nav-desktop .level_1 li:last-child {
  margin-right: 0;
}
#nav-desktop .level_1 li a,
#nav-desktop .level_1 li span {
  display: block;
  padding: 0.5625rem 0.625rem;
  white-space: nowrap;
  font-weight: 200;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #fff;
}
#nav-desktop .level_1 li a:hover,
#nav-desktop .level_1 li span:hover,
#nav-desktop .level_1 li a.active,
#nav-desktop .level_1 li span.active {
  color: #fff;
}
#nav-desktop .level_1 li.trail .trail,
#nav-desktop .level_1 li.trail .active,
#nav-desktop .level_1 li.active .active,
#nav-desktop .level_1 li:hover a,
#nav-desktop .level_1 li.forward.trail span.forward.trail {
  text-decoration: none;
  color: #fff;
  border: 1px solid #971209;
}
#nav-desktop .level_1 li.extra a {
  color: #ddd;
  background: #777;
  color: white;
  border: 1px solid #777;
}
#nav-desktop .level_1 li.submenu:hover {
  background: #971209;
}
#nav-desktop .level_1 li.submenu:hover a:hover {
  background: #971209;
}
#nav-desktop .level_1 li .level_2 {
  height: 0;
  left: -9999px;
  position: absolute;
  overflow: hidden;
  padding: 0.75rem 0.625rem;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  background-color: #971209;
}
#nav-desktop .level_1 li .level_2 li {
  float: none;
  margin: 0;
}
#nav-desktop .level_1 li .level_2 li a,
#nav-desktop .level_1 li .level_2 li .active,
#nav-desktop .level_1 li .level_2 li .trail {
  display: block;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem 0.375rem 0;
  text-align: left;
  font-size: 1rem;
  line-height: 0.875rem;
  color: #fff;
  text-transform: none;
  background-color: #971209;
}
#nav-desktop .level_1 li .level_2 li a:hover,
#nav-desktop .level_1 li .level_2 li .active:hover,
#nav-desktop .level_1 li .level_2 li .trail:hover {
  background-color: #d2d2d2 !important;
  color: #971209;
  padding: 0.375rem;
}
#nav-desktop .level_1 li.submenu:hover ul.level_2 {
  min-width: 100%;
  height: auto;
  left: 0;
  position: absolute;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease 0.4s, height 0.2s ease 0.2s;
  -moz-transition: opacity 0.2s ease 0.4s, height 0.2s ease 0.2s;
  -o-transition: opacity 0.2s ease 0.4s, height 0.2s ease 0.2s;
  -ms-transition: opacity 0.2s ease 0.4s, height 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.4s, height 0.2s ease 0.2s;
}
.bg-header-solid #nav-desktop .level_1 li a,
.bg-header-solid #nav-desktop .level_1 li span {
  color: #fff;
  border: 1px solid #971209;
}
.bg-header-solid #nav-desktop .level_1 li a:hover,
.bg-header-solid #nav-desktop .level_1 li span:hover {
  border: 1px solid #fff;
  color: #fff;
}
.bg-header-solid #nav-desktop .level_1 li.trail .trail,
.bg-header-solid #nav-desktop .level_1 li.trail .active,
.bg-header-solid #nav-desktop .level_1 li.active .active,
.bg-header-solid #nav-desktop .level_1 li.forward.trail span.forward.trail {
  color: rgba(255, 255, 255, 0.7);
}
.bg-header-solid #nav-desktop .level_1 li.extra a {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-bar-mobile {
  display: block;
  float: right;
  margin: 1.3rem 1rem 0 0;
}
.btn-bar-mobile a {
  display: block;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #971209;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}
.btn-bar-mobile a i {
  display: block;
  float: right;
  font-size: 1.75rem;
  margin-left: 0.375rem;
  line-height: 1.75rem;
}
.btn-bar-mobile a:hover,
.btn-bar-mobile a:focus {
  text-decoration: none;
}
#nav-mobile {
  background-color: #971209;
  padding-top: 0;
}
#nav-mobile .mm-list {
  padding-top: 0;
  top: 0;
  background-color: #971209;
}
#nav-mobile .mm-list li {
  border-top: 0 none;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#nav-mobile .mm-list li.last {
  border-bottom: 0 none;
}
#nav-mobile .mm-list li.first,
#nav-mobile .mm-list li.mm-subtitle,
#nav-mobile .mm-list li.mm-selected {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #971209;
}
#nav-mobile .mm-list li.first a,
#nav-mobile .mm-list li.mm-subtitle a,
#nav-mobile .mm-list li.mm-selected a,
#nav-mobile .mm-list li.first span,
#nav-mobile .mm-list li.mm-subtitle span,
#nav-mobile .mm-list li.mm-selected span {
  color: #d2d2d2;
  font-size: 1.125rem;
}
#nav-mobile .mm-list li.mm-subtitle {
  background-color: #971209;
}
#nav-mobile .mm-list li.mm-subtitle a.mm-subclose:before,
#nav-mobile .mm-list li.mm-subtitle a.mm-subclose:after {
  border-color: #d2d2d2;
}
#nav-mobile .mm-list li:after {
  border: 0 none;
  margin-left: 0;
}
#nav-mobile .mm-list li a {
  border: 0 none;
  padding-left: 1.25rem;
  color: #d2d2d2;
  font-size: 1.125rem;
}
#nav-mobile .mm-list li a.mm-subopen {
  background-color: transparent;
}
#nav-mobile .mm-list li a.mm-subopen:before {
  border-color: transparent;
}
#nav-mobile .mm-list li a.mm-subopen:after {
  border-color: #ffffff;
}
#nav-mobile .mm-list li.sibling a.mm-subopen {
  background-color: #971209;
}
#nav-mobile .mm-list li.sibling a.mm-subopen.mm-fullsubopen {
  width: auto;
  background-color: #971209;
}
#nav-mobile .mm-list li.sibling a.submenu {
  background-color: #3a3a3a;
}
@media all and (max-width: 480px) {
  .btn-bar-mobile span {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  #nav-desktop {
    display: block;
    margin-top: 2rem;
  }
  .btn-bar-mobile {
    display: none;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  #nav-desktop {
    padding-right: 1rem;
  }
  #nav-desktop .level_1 {
    overflow: visible;
    margin-bottom: 0;
  }
  #nav-desktop .level_1 li {
    margin-right: 1.1rem;
  }
  #nav-desktop .level_1 li a,
  #nav-desktop .level_1 li span {
    letter-spacing: 0;
    font-size: 1rem;
  }
}
#logo {
  display: inline-block;
  margin: 1rem 0 0 1.2em;
  border: 0;
}
#logo img {
  width: 225px;
  height: 40px;
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  #logo {
    display: inline-block;
    margin: 2rem 0 0 1em;
  }
}
@media all and (min-width: 1281px) {
  #logo {
    margin: 1.4rem 0 0 2.3rem;
  }
  #logo img {
    width: auto;
    height: auto;
  }
}
.lang-flag {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  display: none;
  border: 0;
  text-decoration: none;
}
.lang-flag img {
  width: auto!important;
}
.header-cta {
  text-align: center;
}
.header-cta.hotline {
  display: block;
  color: #d2d2d2;
  cursor: default;
  text-decoration: none;
  position: fixed;
  background: #971209;
  padding: 0.5rem;
  width: 50%;
  bottom: 0;
  left: 50%;
  z-index: 99;
  line-height: 1rem;
  vertical-align: middle;
  height: 40px;
  font-size: 1.2rem;
}
.header-cta.hotline:hover {
  text-decoration: none;
}
.header-cta.hotline span {
  display: none;
}
.header-cta.inquiry-link {
  display: block;
  color: #d2d2d2;
  cursor: default;
  text-decoration: none;
  position: fixed;
  padding: 0.5rem;
  width: 50%;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
  background: #3c3a3a;
  z-index: 99;
  line-height: 1.4rem;
  font-family: 'BankGothicBT-Medium', sans-serif;
  vertical-align: middle;
  height: 40px;
}
.header-cta.inquiry-link i {
  width: 22px;
}
.header-cta.inquiry-link span {
  display: inline-block;
  margin: -0.5rem 0 0 0.6rem;
  transform: translate(0, -0.3rem);
}
@media all and (min-width: 1024px) {
  .lang-flag {
    display: block;
  }
  .header-cta {
    text-align: center;
  }
  .header-cta.hotline {
    padding: 0.7rem 1.5rem 0.7rem 1.2rem;
    right: -0.5rem;
    top: 150px;
    left: auto;
    min-width: 210px;
    width: auto;
    bottom: auto;
    height: auto;
    position: absolute;
    letter-spacing: 1px;
    border: 0;
  }
  .header-cta.hotline:hover {
    text-decoration: none;
  }
  .header-cta.hotline span {
    display: inline-block;
    margin: 0.3rem 0 0 0.6rem;
    float: right;
  }
  .header-cta.inquiry-link {
    padding: 0.7rem 2.3rem 0.7rem 1.2rem;
    right: -0.5rem;
    left: auto;
    top: 197px;
    min-width: 210px;
    width: auto;
    bottom: auto;
    height: auto;
    position: absolute;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border: 0;
  }
  .header-cta.inquiry-link:hover {
    color: #971209;
    background: #d2d2d2;
  }
  .header-cta.inquiry-link i {
    margin-left: -1.4rem;
  }
}
.mod_rocksolid_slider {
  position: relative;
}
.mod_rocksolid_slider .slider-teaser {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
}
.mod_rocksolid_slider .slider-teaser h2 {
  font-family: 'BankGothicBT-Medium', sans-serif;
  text-transform: uppercase;
  color: #971209;
  font-weight: 600;
  line-height: 2.5rem;
  font-size: 3.2rem;
  letter-spacing: 1px;
  margin-bottom: 1.4rem;
}
.mod_rocksolid_slider .slider-teaser p {
  font-family: 'Overpass', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.4rem;
}
.mod_rocksolid_slider .slider-teaser.grey-sub p {
  color: #1e1e1e;
}
.mod_rocksolid_slider .rsts-nav {
  position: absolute;
  width: 100%;
  right: auto;
  bottom: 12px;
  left: auto;
  text-align: center;
}
.mod_rocksolid_slider .rsts-nav a {
  width: 15px;
  height: 15px;
  background: #d2d2d2;
}
.mod_rocksolid_slider .rsts-nav a.active {
  background: #971209;
}
@media all and (max-width: 667px) {
  .mod_rocksolid_slider .slider-teaser h2 {
    font-size: 2.5rem;
    margin-bottom: 0.4rem;
  }
  .mod_rocksolid_slider .slider-teaser p {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 768px) {
  .mod_rocksolid_slider .slider-teaser h2 {
    font-weight: 600;
    line-height: 6rem;
    font-size: 8rem;
    margin-bottom: 1rem;
  }
  .mod_rocksolid_slider .slider-teaser p {
    font-size: 2.2rem;
  }
}
#main .mod_newslist {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}
#main .mod_newslist time {
  display: inline-block;
  padding: 0.2rem;
  border-bottom: 1px solid #971209;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  display: none;
}
#main .mod_newslist .comment-count {
  display: inline-block;
  padding: 0.3rem;
  background: #3c3a3a;
  margin-bottom: 1rem;
}
#main .mod_newslist .layout_latest {
  padding: 2rem;
  color: #d2d2d2;
  background: url(/files/blackpearl/img/theme-img/pinstriped_suit.png) repeat;
  width: 100%;
  border-bottom: 8px solid #3c3a3a;
  border-right: 4px solid #3c3a3a;
  border-left: 4px solid #3c3a3a;
  text-align: center;
  position: relative;
  width: 50%;
}
#main .mod_newslist .layout_latest.dark {
  border-bottom: 8px solid #1e1e1e;
  border-right: 2px dotted #971209;
  border-left: 4px solid #1e1e1e;
}
#main .mod_newslist .layout_latest.dark:before {
  background: #1e1e1e;
}
#main .mod_newslist .layout_latest h2 {
  color: #d2d2d2;
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
#main .mod_newslist .layout_latest:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #3c3a3a;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
}
@media all and (max-width: 667px) {
  #main .mod_newslist .layout_latest {
    width: 100%;
  }
}
@media all and (min-width: 1280px) {
  #main .mod_newslist .layout_latest {
    width: 33.333%;
    padding: 3rem;
  }
}
.mod_newsreader {
  text-align: center;
}
.mod_newsreader time {
  display: inline-block;
  padding: 0.2rem;
  border-bottom: 1px solid #971209;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.mod_newsreader .layout_full .inside {
  padding: 2rem;
  color: #d2d2d2;
  background: url(/files/blackpearl/img/theme-img/pinstriped_suit.png) repeat;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.mod_newsreader .layout_full .inside:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #3c3a3a;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
}
.mod_newsreader .layout_full .inside .ce_text,
.mod_newsreader .layout_full .inside .ce_gallery,
.mod_newsreader .layout_full .inside .ce_image {
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.mod_newsreader .back {
  background: url(/files/blackpearl/img/theme-img/pinstriped_suit.png) repeat;
  margin-bottom: 0;
  padding: 2rem;
}
.ui-datepicker {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  z-index: 99 !important;
}
.ui-datepicker .ui-corner-all {
  display: block;
}
.ui-datepicker .ui-corner-all.ui-widget-header {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
}
.ui-datepicker .ui-corner-all.ui-widget-header a {
  font-size: 0;
  cursor: pointer;
  border: 1px solid #971209;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}
.ui-datepicker .ui-corner-all.ui-widget-header a .fa {
  font-size: 1.5625rem;
  font-weight: 700;
}
.ui-datepicker .ui-corner-all.ui-widget-header a.ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-corner-all.ui-widget-header a.ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-corner-all.ui-widget-header .ui-datepicker-title {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 1.25rem 1.25rem 1.25rem;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  cursor: pointer;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 2rem;
}
.ui-datepicker .ui-datepicker-calendar th a.ui-state-default,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default {
  display: block;
  color: #971209;
  font-weight: 700;
  border: 1px solid #3c3a3a;
}
.ui-datepicker .ui-datepicker-calendar th a.ui-state-default:hover,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:hover {
  color: #971209;
  border: 1px solid #3c3a3a;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar th a.ui-state-default.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-active {
  color: #971209;
}
#container #main .ce_dlh_googlemaps.dlh-contact {
  margin: 0;
}
#container #main .dlh_googlemap {
  width: 100% !important;
}
#container #main .dlh_googlemap img {
  max-width: none !important;
  width: auto !important;
}
.ce_gallery {
  text-align: center;
}
.ce_gallery.noGutter ul {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}
.ce_gallery ul li {
  display: inline-block;
  float: none;
}
.ce_gallery ul li .col_first {
  clear: none;
}
.ce_gallery ul li .image_container a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 0;
  /*
          &:before {
            background-color: @trans-galleryColor;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            content: '';
            .transition();
            opacity: 0;
            visibility: hidden;
          }
*/
}
.ce_gallery ul li .image_container a img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.ce_gallery ul li .image_container a:after {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  z-index: 2;
  content: '+';
  display: inline-block;
  font-size: 3rem;
  line-height: inherit;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.ce_gallery ul li .image_container a:hover:after,
.ce_gallery ul li .image_container a:hover:before {
  opacity: 1;
  visibility: visible;
}
.ce_gallery ul li .image_container a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#cboxTitle {
  display: none;
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .ce_gallery ul li {
    width: 56px;
    height: 56px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1,
h2 {
  font-family: 'BankGothicBT-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #971209;
  text-align: center;
  margin-bottom: 3rem;
}
h2 {
  color: #971209;
  font-size: 2.4rem;
  line-height: 1.8rem;
}
:not(.home) h1 {
  background: #3c3a3a;
  color: #d2d2d2;
  padding: 4rem 1rem;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.prepage h1 {
  background: transparent;
  padding: 0 0;
}
h2 {
  font-family: 'BankGothicBT-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3 {
  font-family: 'BankGothicBT-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4rem;
  font-size: 1.7rem;
  margin-bottom: 1.4rem!important;
}
@media all and (min-width: 1280px) {
  h1 {
    font-size: 2.4rem;
  }
}
.ce_comments {
  background: #3c3a3a;
  padding: 2rem;
}
.ce_comments h2 {
  display: none;
}
.ce_comments h3 {
  color: #d2d2d2;
  font-size: 2rem;
  display: inline-block;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 1.8rem;
  border-bottom: 2px dotted rgba(210, 210, 210, 0.3);
}
.ce_comments .comment_default {
  border: 1px dotted rgba(210, 210, 210, 0.5);
  padding: 2rem;
  color: #d2d2d2;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.ce_comments .comment_default .info {
  font-weight: 600;
}
.ce_comments .formbody {
  max-width: 500px;
  margin: 2rem auto 0 auto;
  color: #d2d2d2;
  text-align: left;
  margin-bottom: 4rem;
}
.ce_comments .formbody input {
  margin-right: 0.5rem;
}
.ce_comments .formbody .submit_container {
  text-align: center;
}
.ce_text.text-big {
  padding: 2rem 0!important;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ce_text ul {
  margin: 1rem 1rem;
}
.video-container-wrapper {
  max-width: 100%;
  /* Videobreite desktop / anpassbar */
  margin: 0 auto;
}
.video-container-wrapper .video-container {
  margin: 2rem 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_table table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.ce_table table tr td,
.ce_table table tr th {
  padding: 0.3rem 1rem 0.3rem 0;
  vertical-align: top;
  text-align: left;
}
.ce_table table tr .col_last {
  min-width: 100px;
}
.box.clap {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 1;
  margin-left: -150px;
  width: 250px;
  height: auto;
}
.box.texture {
  background: url(/files/blackpearl/img/theme-img/pinstriped_suit.png) repeat;
}
.box.spaced {
  padding: 3rem 2rem!important;
}
.box.teaser-wrapper .col,
.box.teaser-wrapper [class*=col-] {
  padding: 1rem;
}
.box.teaser-wrapper .col h2,
.box.teaser-wrapper [class*=col-] h2 {
  font-size: 2.2rem;
}
.box.teaser-wrapper .col.text p,
.box.teaser-wrapper [class*=col-].text p {
  max-width: 700px;
  margin: 0 auto;
}
.box.teaser-wrapper .col.no-space,
.box.teaser-wrapper [class*=col-].no-space {
  padding: 0;
}
.box.teaser-wrapper .col.no-space-bot,
.box.teaser-wrapper [class*=col-].no-space-bot {
  padding-bottom: 0!important;
}
.box.teaser-wrapper .col.space-top,
.box.teaser-wrapper [class*=col-].space-top {
  padding-bottom: 3rem!important;
}
.box.teaser-wrapper .col.space-top-bot,
.box.teaser-wrapper [class*=col-].space-top-bot {
  padding-bottom: 3rem 0!important;
}
.box.teaser-wrapper .col.more-space,
.box.teaser-wrapper [class*=col-].more-space {
  padding-bottom: 6rem;
}
.box.teaser-wrapper .col.bg-grey-2,
.box.teaser-wrapper [class*=col-].bg-grey-2 {
  background: #3c3a3a;
}
.box.teaser-wrapper .col.lined-red,
.box.teaser-wrapper [class*=col-].lined-red {
  font-size: 1.2rem;
  line-height: 2rem;
  border-right: 4px dotted #1e1e1e;
  background: #2f2d2d;
}
.box.teaser-wrapper .col.lined-red h2,
.box.teaser-wrapper [class*=col-].lined-red h2 {
  color: #d2d2d2;
  font-family: 'BankGothicBT-Medium', sans-serif;
  margin-bottom: 2rem;
}
.box.teaser-wrapper .col.lined-red ul li,
.box.teaser-wrapper [class*=col-].lined-red ul li {
  list-style: none;
  color: #d2d2d2;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.7rem;
}
.box.teaser-wrapper .col.short-list ul,
.box.teaser-wrapper [class*=col-].short-list ul {
  margin-top: 0;
}
.box.teaser-wrapper .col.short-list ul li,
.box.teaser-wrapper [class*=col-].short-list ul li {
  text-transform: uppercase;
  letter-spacing: 2px;
  list-style: none;
  margin-bottom: 0.6rem;
}
.box.teaser-wrapper .col.pic,
.box.teaser-wrapper [class*=col-].pic {
  background-size: 100% 100%;
  background: url(/files/bilder/diverse/gallery-dark.jpg) no-repeat;
  color: #d2d2d2;
}
.box.teaser-wrapper .col.pic h2,
.box.teaser-wrapper [class*=col-].pic h2 {
  font-family: 'BankGothicBT-Medium', sans-serif;
  margin-bottom: 2rem;
}
.box.teaser-wrapper .col.pic p,
.box.teaser-wrapper [class*=col-].pic p {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.box.coming-soon {
  max-width: 360px;
  position: fixed;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  color: #ddd;
  text-align: center;
}
.box.coming-soon .whitebox {
  background: #fff;
  padding: 2rem;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -moz-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -khtml-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -o-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  -ms-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.box.coming-soon h1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.7rem;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media all and (max-width: 480px) {
  .box.coming-soon {
    max-width: 280px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .box.coming-soon h1 {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 667px) {
  .box.teaser-wrapper .col,
  .box.teaser-wrapper [class*=col-] {
    padding: 3rem!important;
  }
  .box.teaser-wrapper .col.no-space,
  .box.teaser-wrapper [class*=col-].no-space {
    padding: 0rem!important;
  }
}
@media all and (min-width: 1280px) {
  .box.clap {
    width: 340px;
    height: auto;
    margin-left: -170px;
  }
}
.button a,
.more a,
.back a,
form input.submit {
  padding: 0.75rem 1rem 0.6rem 1rem;
  border: 1px solid #971209;
  color: #d2d2d2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: transparent;
}
.button a:hover,
.more a:hover,
.back a:hover,
form input.submit:hover {
  color: #971209;
}
.button.v2 a {
  color: #1e1e1e;
}
.button.v2 a:hover {
  color: #971209;
}
.more a,
.back a {
  font-size: 1.1rem;
}
.mod-booking {
  padding-top: 3rem!important;
}
.mod-booking .star-img img {
  margin-top: 3rem!important;
}
.mod-booking #d21-quickbook {
  margin-bottom: 4rem;
}
.mod-booking #d21-quickbook h2 {
  margin-top: 3rem!important;
}
.mod-booking #d21-quickbook input,
.mod-booking #d21-quickbook select {
  font-size: 1rem;
}
@media all and (min-width: 1024px) {
  .mod-booking {
    padding-top: 0rem!important;
  }
  .mod-booking .star-img img {
    margin-top: 0rem!important;
  }
  .mod-booking #d21-quickbook h2 {
    margin-top: 0rem!important;
  }
}
@font-face {
  font-family: 'BankGothicBT-Medium';
  src: url('../../files/blackpearl/less-css/files/blackpearl/fonts/318F3A_0_0.eot');
  src: url('/files/blackpearl/fonts/318F3A_0_0.eot?#iefix') format('embedded-opentype'), url('/files/blackpearl/fonts/318F3A_0_0.woff2') format('woff2'), url('/files/blackpearl/fonts/318F3A_0_0.woff') format('woff'), url('/files/blackpearl/fonts/318F3A_0_0.ttf') format('truetype'), url('/files/blackpearl/fonts/318F3A_0_0.svg#wf') format('svg');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inside:after,
.inside:before {
  clear: both;
  content: "";
  display: table;
}
html {
  border-collapse: separate;
  /*overflow-x: auto;
    overflow-y: scroll;*/
  font-size: 100%;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font: 400 1rem 'Overpass', sans-serif;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  background: #3c3a3a;
  font-size: 1.1rem;
  color: #1e1e1e;
}
body.prepage {
  background: url(/files/blackpearl/img/theme-img/logobanner.svg) no-repeat top center #971209;
  background-size: 2400px auto;
  background-position-y: -50px;
  font-family: 'BankGothicBT-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
body.prepage #wrapper {
  max-width: none!important;
}
body.prepage #container {
  background: none!important;
  margin-top: 240px;
}
body.prepage #container .mod_article .inside {
  max-width: none!important;
}
body.prepage h1 {
  font-family: 'BankGothicBT-Medium', sans-serif !important;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 4rem;
  line-height: 2.8rem;
}
body.prepage span {
  color: #d2d2d2;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 1rem;
}
body.prepage img {
  max-width: 480px;
  height: auto;
}
body.prepage a {
  opacity: 0.8;
}
body.prepage a:hover {
  opacity: 1.0;
  transition: 0.5s ease;
}
body,
div,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
#container {
  background: #d2d2d2;
  position: relative;
}
.news #container {
  background: #3c3a3a;
}
p,
pre,
blockquote,
table,
ol,
ul {
  margin-bottom: 1rem;
  line-height: 1.8rem;
}
a {
  color: #971209;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-bottom: 1px solid #971209;
  text-decoration: none;
}
a:active,
a:hover {
  color: #1e1e1e;
}
b,
strong {
  font-weight: bold;
}
ul,
li {
  list-style-type: disc;
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  outline: 0 none;
}
.noscale-img img {
  width: auto;
}
.image_container.float_above {
  margin: 0 0 1.25rem 0;
}
.image_container.float_left {
  margin: 0 1.25rem 1.25rem 0;
}
.image_container.float_right {
  margin: 0 0 1.25rem 1.25rem;
}
.image_container.float_below {
  margin: 1.25rem 0 0 0;
}
.img-filter img,
.mod_pageImage img,
.coloured img,
.mod_newslist img,
.mod_newsreader img,
.mod_rocksolid_slider img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.img-filter.color-clear figure:hover img,
.mod_pageImage.color-clear figure:hover img,
.coloured.color-clear figure:hover img,
.mod_newslist.color-clear figure:hover img,
.mod_newsreader.color-clear figure:hover img,
.mod_rocksolid_slider.color-clear figure:hover img,
.img-filter.mod_newslist figure:hover img,
.mod_pageImage.mod_newslist figure:hover img,
.coloured.mod_newslist figure:hover img,
.mod_newslist.mod_newslist figure:hover img,
.mod_newsreader.mod_newslist figure:hover img,
.mod_rocksolid_slider.mod_newslist figure:hover img {
  -webkit-filter: none;
  filter: none;
}
* [class*="-noGutter"] {
  margin: 0 0!important;
}
.mod_visitors {
  display: none;
}
@media all and (max-width: 1280px) {
  body.prepage {
    background-size: 1400px auto;
  }
  body.prepage #container {
    margin-top: 120px;
  }
  body.prepage a {
    opacity: 1.0;
  }
}
@media all and (width: 1280px) {
  body.prepage img {
    max-width: 370px;
  }
}
@media all and (min-width: 1280px) {
  body.prepage img {
    margin: auto 20px;
  }
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  background: url(/files/blackpearl/img/theme-img/bg-logo-dt.svg) no-repeat top left #d2d2d2;
  max-width: 1600px;
  z-index: 99;
  height: 70px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#header.bg-header-solid {
  background: url(/files/blackpearl/img/theme-img/bg-logo-dt.svg) no-repeat top left #d2d2d2;
}
@media all and (min-width: 1024px) {
  #header {
    height: 100px;
    background: url(/files/blackpearl/img/theme-img/bg-logo-dt.svg) no-repeat top left rgba(30, 30, 30, 0.3);
  }
  #header.bg-header-solid {
    background: url(/files/blackpearl/img/theme-img/bg-logo-dt.svg) no-repeat top left #971209;
  }
  .home #header {
    background: url(/files/blackpearl/img/theme-img/bg-logo-dt.svg) no-repeat top left transparent;
  }
  .home #header.bg-header-solid {
    background: url(/files/blackpearl/img/theme-img/bg-logo-dt.svg) no-repeat top left #971209;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  #header {
    background-position: -125px 0;
  }
  #header.bg-header-solid {
    background-position: -125px 0;
  }
}
@media all and (min-width: 1280px) {
}
#footer {
  padding: 3rem 1rem;
  background: #2f2d2d;
  color: #d2d2d2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#footer .inside {
  text-align: center;
}
#footer h4 {
  font-family: 'BankGothicBT-Medium', sans-serif;
  color: .versal;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
#footer a {
  color: #d2d2d2;
  border-bottom: 1px solid #971209;
  text-decoration: none;
}
#footer a:hover {
  color: #971209;
}
#footer .extra-links a {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background: #3c3a3a;
  border: 0;
  margin-bottom: 0.3rem;
  min-width: 180px;
  letter-spacing: 3px;
}
#footer .extra-links a:hover {
  color: #971209;
  background: #d2d2d2;
}
#footer .btn-scroll-to-top {
  border: 1px solid #971209;
  display: inline-block;
  padding: 0.8rem;
  margin-bottom: 3rem;
  line-height: 1rem;
}
#footer .btn-scroll-to-top:hover {
  border-color: #d2d2d2;
}
@media all and (min-width: 1280px) {
  #footer .inside {
    max-width: 1240px;
    margin: 0 auto;
  }
}
.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.truncate {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.striped-teaser {
  padding: 2rem;
  color: #d2d2d2;
  background: url(/files/blackpearl/img/theme-img/pinstriped_suit.png) repeat;
  width: 100%;
  border-bottom: 8px solid #3c3a3a;
  border-right: 4px solid #3c3a3a;
  border-left: 4px solid #3c3a3a;
  text-align: center;
  position: relative;
}
.striped-teaser.dark {
  border-bottom: 8px solid #1e1e1e;
  border-right: 2px dotted #971209;
  border-left: 4px solid #1e1e1e;
}
.striped-teaser.dark:before {
  background: #1e1e1e;
}
.striped-teaser h2 {
  color: #d2d2d2;
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
.striped-teaser:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #3c3a3a;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
}
/*** Font-Style-Mixins **/
.no-letter-spaced {
  letter-spacing: 0;
}
.letter-spaced-1 {
  letter-spacing: 1px;
}
.letter-spaced-2 {
  letter-spacing: 2px;
}
.letter-spaced-3 {
  letter-spacing: 3px;
}
.letter-spaced-4 {
  letter-spacing: 4px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.not-underlined {
  text-decoration: none;
}
.versal {
  text-transform: uppercase;
}
.font-small {
  font-size: 0.85rem;
}
.slideanim {
  visibility: hidden;
}
.slideIn {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}
@keyframes slide {
  0% {
    opacity: 0;
    -ms-transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -ms-transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

