/*** FONTS ***/
@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/uploads/2021/04/Gotham-Black.eot');
    src: url('/wp-content/uploads/2021/04/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/04/Gotham-Black.woff2') format('woff2'),
        url('/wp-content/uploads/2021/04/Gotham-Black.woff') format('woff'),
        url('/wp-content/uploads/2021/04/Gotham-Black.ttf') format('truetype'),
        url('/wp-content/uploads/2021/04/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham', arial, sans-serif;
  line-height: 1.2em;
}
p {
  font-size: 16px;
}
a {
  color: #e30613;
  font-weight: 800;
  background: none;
}
a:hover {
  color: #0072bb;
  font-weight: 800;
}

/*** NAVI ***/

/*.test-button {
  display: none !important;
}*/

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
  position: absolute;
}
#main-header {
  background-color: rgba(255,255,255,0);
  box-shadow: none;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 15px !important;
}
#top-menu a {
  font-family: 'Gotham', arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  padding: 15px;
  background-color: #e30613;
  transition: none;
}
#top-menu a:hover {
  font-family: 'Gotham', arial, sans-serif;
  color: #ffffff;
  background-color: #0072bb;
  transition: none;
}
#top-menu-nav ul > li > a:hover {
  opacity: 1;
  transition: none;
}

/*** HEADER ***/
.et_pb_svg_logo #logo {
  height: 100%;
}
#logo {
  max-height: 100%;
  margin-top: 25px;
}

/*** STORE-BUTTONS ***/
.app-buttons {
  display: flex;
}

/*** ACCORDEON ***/
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
  color: #e30613;
  font-size: 18px;
}
.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
  color: #0072bb;
  font-size: 18px;
}
.et_pb_toggle_title::before {
  color: #0072bb;
  font-size: 20px;
}
.et_pb_accordion .et_pb_toggle {
  margin-bottom: 10px !important;
}

/*** ICONS ***/
.fa, .fas {
  color: #0072bb;
}

/*** FOOTER ***/
#footer-bottom {
  background-color: #0072bb !important;
}
#footer-info {
  color: #ffffff;
}
#footer-info a {
  color: #ffffff;
}
#footer-info a:hover {
  text-decoration: underline;
}
/*** COOKIES ***/
#cmplz-document {
  max-width: 100%;
}
.cc-revoke, .cc-window {
  font-family: arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 1.5em;
}
.cmplz-soft-cookiewall {
  z-index: 999999 !important;
}


/*** RESPONSIVE ***/
@media screen and (max-width: 980px) { 
  #top-menu { display: inline-block; }
  .et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar { display: none; }
  .et_header_style_left #et-top-navigation nav > ul > li > a { margin-bottom: 15px !important; }
  #et-top-navigation { padding-left: 333px !important; }
}
@media screen and (max-width: 550px) { 
  .et_header_style_left #et-top-navigation { padding-left: 0px !important; margin-top: 200px; padding-right: 35px !important; }
  .et_pb_svg_logo #logo { margin-top: -50% !important; }
  .et_header_style_left #et-top-navigation nav > ul > li > a { margin-bottom: 10px !important; }
  .app-buttons { display: block; }
}
@media screen and (max-width: 400px) { 
  .et_header_style_left #et-top-navigation { padding-left: 0px !important; margin-top: 200px; padding-right: 15px !important;}
  .et_pb_svg_logo #logo { margin-top: -50% !important; }
  .et_header_style_left #et-top-navigation nav > ul > li > a { margin-bottom: 15px !important; }
  .app-buttons { display: block; }
}


