@charset "utf-8";
/* CSS Document */
@font-face{
  font-display:swap;
  font-family:SohneBuch;
  font-style:normal;
  font-weight:400;
  src:url("../fonts/soehne-buch.woff2") format("woff2"), url("../fonts/soehne-buch.otf") format("otf")
}
@font-face{
  font-display:swap;
  font-family:SohneBuchKursiv;
  font-style:italic;
  font-weight:400;
  src:url("../fonts/soehne-buch-kursiv.woff2") format("woff2"), url("../fonts/soehne-buch-kursiv.otf") format("otf")
}

@font-face{
  font-display:swap;
  font-family:SohneBreit;
  font-style:normal;
  font-weight:400;
  src:url(../fonts/soehne-breit-dreiviertelfett.woff2) format("woff2"), url(../fonts/soehne-breit-dreiviertelfett.otf) format("otf")
}
@font-face{
  font-display:swap;
  font-family:SohneBreitKursiv;
  font-style:italic;
  font-weight:400;
  src:url("../fonts/soehne-breit-dreiviertelfett-kursiv.woff2") format("woff2"), url("../fonts/soehne-breit-dreiviertelfett-kursiv.otf") format("otf")
}

@font-face {
  font-family: "Epika Serif Regular";
  src: url('../fonts/EpikaSerifPremium-Regular.woff2') format('woff2'), url('../fonts/EpikaSerifPremium-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Epika Serif Regular Italic";
  src: url('../fonts/EpikaSerifPremium-RegularItalic.woff2') format('woff2'), url('../fonts/EpikaSerifPremium-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-font-family: SohneBuch, sans-serif;
  --title-font-family: SohneBuch, sans-serif;
  --main-font-size: 16px;
  --h1-font-size: 30pt;
  --h2-font-size: 24pt;
  --main-bg-color: #FFF;
  --main-color: #000;
  --padding-top: 65px;
  @media screen and (min-width:992px) {
    --padding-top: 76px;
  }
}

.ab-yachts {
  --main-font-family: SohneBuch, sans-serif;
  --h1-font-family: SohneBreit, sans-serif;
  --title-font-family: SohneBreitKursiv, sans-serif;
  --subtitle-font-family: SohneBuchKursiv, sans-serif;
  --buttons-font-family: SohneBreit, sans-serif;
  --h1-font-size: 30pt;
  --h2-font-size: 24pt;
  --h3-font-size: 20pt;
  --h4-font-size: 16pt;
  --menu-font-size: 12pt;
  --main-font-size: 14pt;
  --color-gray: #c0c0c0;
  --color-red: #ff0335;
  --title-font-color: var(--color-red);
  --subtitle-font-color: white;
  --main-bg-color: black;
  --main-color: white;
}

.maiora {
  --main-font-family: SohneBuch, sans-serif;
  --h1-font-family: "Epika Serif Regular", serif;
  --title-font-family: "Epika Serif Regular", serif;
  --subtitle-font-family: "Epika Serif Regular", sans-serif;
  --buttons-font-family: SohneBreit, sans-serif;
  --h1-font-size: 38pt;
  --h2-font-size: 35pt;
  --h3-font-size: 24pt;
  --h4-font-size: 17pt;
  --menu-font-size: 12pt;
  --main-font-size: 14pt;
  --color-blu: #02778e;
  --color-sabbia: #e7c9a6;
  --color-avorio: #fffdee;
  --title-font-color: var(--color-sabbia);
  --subtitle-font-color: var(--color-avorio);
  --main-bg-color: var(--color-blu);
  --main-color: var(--color-avorio);
}

body {
  font-size: 16px;
  font-size: var(--main-font-size);
  font-family: var(--main-font-family);
  background-color: var(--main-bg-color);
  color: var(--main-color);
  font-weight: 400;
}
body:not(.login) {
  padding-top: var(--padding-top);
}

@media screen and (min-width:992px) {
  body.yacht-page {
    padding-top: 116px;
  }
  /* #secondary-nav {
    top: 76px;
  } */
}

.link {
  cursor: pointer;
}

a {
  text-decoration: none;
}

h1 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  color: var(--title-font-color);
}
h2 {
  font-family: var(--title-font-family);
  font-size: var(--h2-font-size);
  color: var(--subtitle-font-color);
}
h3 {
  font-family: var(--subtitle-font-family);
  font-size: var(--h3-font-size);
  color: var(--subtitle-font-color);
}
h4 {
  font-family: var(--subtitle-font-family);
  color: var(--subtitle-font-color);
}

.ab-yachts h1, .ab-yachts h2, .ab-yachts h3, .ab-yachts h4, 
.maiora h2 {
  text-transform: uppercase;
}

.ab-yachts h3 {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-red);
  display: inline-block;
}

.title-img {
  vertical-align: inherit;
}

.content__logo,
.header__logo {
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 5;
}

.bk-white {
  background-color: #FFF;
}

.maiora .bk-white h2 {
  color: var(--color-blu);
}

.bk-maiora {
  background-color: var(--main-bg-color);
  color: var(--main-color);
}

.bk-ab-yachts {
  background-color: var(--main-bg-color);
  color: var(--main-color);
}

.navbar {
  padding: 0;
  line-height: 1.3;
  text-transform: uppercase;
}
#primary-nav {
  min-height: var(--padding-top);
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar .btn {
  text-transform: uppercase;
}

.navbar .btn-title {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}

.btn-close img {
  vertical-align: text-top;
}

#secondary-nav {
  top: var(--padding-top);
  z-index: 99;
}
#secondary-nav a {
  font-size: var(--menu-font-size);
  color: #000;
}

.ab-yachts #secondary-nav {
  background-color: rgba(255, 255, 255, .75);
}

.maiora #secondary-nav {
  background-color: rgba(255, 253, 238, 1);
}

/* banner video */
.banner__slide {
  width: 100%;
  display: inline-block;
}
.banner__content {
  height: calc(100% - var(--padding-top)) !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: var(--objPosition,50% 50%);
  object-position: var(--objPosition,50% 50%);
  position: absolute;
  top: var(--padding-top);
  width: 100%;
}

/* NAVBARS */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #444;
}

::-webkit-scrollbar-thumb {
  background: #666;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* TABLES */
@media screen and (min-width:576px) {
  .table th {
    white-space: nowrap;
  }
}

.table th[scope='rowgroup'] {
  text-transform: uppercase;
  padding-bottom: 0;
}

.maiora .table th[scope='rowgroup'] {
  font-family: var(--title-font-family);
  font-size: 1.75em;
  font-weight: normal;
  color: var(--color-avorio);
  border-bottom: 1px solid var(--color-avorio);
}
.maiora .table,
.maiora .table>:not(caption)>*>*,
.maiora .table-dark {
  background-color: var(--main-bg-color) !important;
  color: var(--main-color) !important;
}

.ab-yachts .table th[scope='rowgroup'] {
  border-bottom: 1px solid #FFF;
}
.ab-yachts .table,
.ab-yachts .table>:not(caption)>*>*,
.ab-yachts .table-dark {
  background-color: #000 !important;
  color: #FFF !important;
}

.full-screen {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1050;
}

.full-screen video {
  max-width: 100%;
  display: block;
}

.previewGallery {
  background-size: cover;
}

/* BUTTONS */
.ab-yachts .btn-download {
  font-family: var(--buttons-font-family);
  background-color: var(--color-red);
  color: #000;
  border-radius: 0;
  border-width: 2px;
  text-transform: uppercase;
}

.ab-yachts .btn-download.outline {
  background-color: #000;
  color: #FFF;
  border-color: var(--color-red);
}

.maiora .btn-download {
  background-color: #FFF;
  color: var(--color-blu);
  border-radius: 20px;
}

.maiora .bk-white .btn-download {
  background-color: var(--color-blu);
  color: #FFF;
}

.btn-dark {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 0;
  color: #FFF;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #000 !important;
  border-color: #000 !important;
}

.play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
