@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 400;
  src: local("FiraSans"), url("../font/FiraSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'FiraSans';
  font-style: italic;
  font-weight: 400;
  src: local("FiraSans"), url("../font/FiraSans-Italic.woff2") format("woff2");
}

@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 500;
  src: local("FiraSans"), url("../font/FiraSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'FiraSans';
  font-style: italic;
  font-weight: 500;
  src: local("FiraSans"), url("../font/FiraSans-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 600;
  src: local("FiraSans"), url("../font/FiraSans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: 'FiraSans';
  font-style: italic;
  font-weight: 600;
  src: local("FiraSans"), url("../font/FiraSans-SemiBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 700;
  src: local("FiraSans"), url("../font/FiraSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'FiraSans';
  font-style: italic;
  font-weight: 700;
  src: local("FiraSans"), url("../font/FiraSans-BoldItalic.woff2") format("woff2");
}

/*@font-face {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        src: local('Oswald'), url('../font/Oswald-Regular.woff2') format('woff2');
    }
	
	 @font-face {
        font-family: 'Oswald';
        font-style: italic;
        font-weight: 400;
        src: local('Oswald'), url('../font/Oswald-RegularItalic.woff2') format('woff2');
    }
	
	@font-face {
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 700;
        src: local('Oswald'), url('../font/Oswald-Bold.woff2') format('woff2');
    }
	
	 @font-face {
        font-family: 'Oswald';
        font-style: italic;
        font-weight: 700;
        src: local('Oswald'), url('../font/Oswald-BoldItalic.woff2') format('woff2');
    }*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'FiraSans', sans-serif;
  line-height: normal;
}

a {
  color: #80A7BF;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #5e90ae;
}

hr {
  max-width: 100%;
  margin: 75px auto 0;
  height: 2px;
  background: #f0f0f0;
  border-top: 1px solid #dddddd;
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FiraSans', sans-serif;
}

h3.subheading {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

h3.subheading-small {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (min-width: 1680px) {
  p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) {
  p {
    font-size: 16px;
  }
}

section {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

h1 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 64px;
}

h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 65px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 1679px) {
  h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 370px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

@media only screen and (max-width: 480px) {
  h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

h6 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 3px;
}

li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.text-muted {
  color: #adadad !important;
}

.btn-primary.btn-xl {
  font-size: 26px;
}

@media only screen and (max-width: 991px) {
  .buy-now-container {
    max-width: 500px;
  }
}

.buy-now-container .btn {
  font-size: 20px;
  padding: 8px 45px;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  padding-left: 3.75rem;
  background: white;
  color: #212529;
  border: none;
  position: relative;
  max-width: 235px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .buy-now-container .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.buy-now-container .btn span {
  font-size: 28px;
  display: block;
}

.buy-now-container .btn i {
  color: #80A7BF !important;
  font-size: 20px;
  position: absolute;
  left: 1.75rem;
  bottom: 1.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.buy-now-container .btn#amazon:hover, .buy-now-container .btn#amazon:focus, .buy-now-container .btn#amazon:active {
  background: #f08804;
  color: white;
}

.buy-now-container .btn#amazon:hover i, .buy-now-container .btn#amazon:focus i, .buy-now-container .btn#amazon:active i {
  color: white !important;
}

.buy-now-container .btn#campus:hover, .buy-now-container .btn#campus:focus, .buy-now-container .btn#campus:active {
  background: #676767;
  color: white;
}

.buy-now-container .btn#campus:hover i, .buy-now-container .btn#campus:focus i, .buy-now-container .btn#campus:active i {
  color: white !important;
}

.buy-now-container .btn#thalia:hover, .buy-now-container .btn#thalia:focus, .buy-now-container .btn#thalia:active {
  background: #006b36;
  color: white;
}

.buy-now-container .btn#thalia:hover i, .buy-now-container .btn#thalia:focus i, .buy-now-container .btn#thalia:active i {
  color: white !important;
}

.buy-now-container .btn#buecher:hover, .buy-now-container .btn#buecher:focus, .buy-now-container .btn#buecher:active {
  background: #00989A;
  color: white;
}

.buy-now-container .btn#buecher:hover i, .buy-now-container .btn#buecher:focus i, .buy-now-container .btn#buecher:active i {
  color: white !important;
}

.buy-now-container .btn#jpc:hover, .buy-now-container .btn#jpc:focus, .buy-now-container .btn#jpc:active {
  background: #44aa10;
  color: white;
}

.buy-now-container .btn#jpc:hover i, .buy-now-container .btn#jpc:focus i, .buy-now-container .btn#jpc:active i {
  color: white !important;
}

.buy-now-container .btn#beck-shop:hover, .buy-now-container .btn#beck-shop:focus, .buy-now-container .btn#beck-shop:active {
  background: #d00007;
  color: white;
}

.buy-now-container .btn#beck-shop:hover i, .buy-now-container .btn#beck-shop:focus i, .buy-now-container .btn#beck-shop:active i {
  color: white !important;
}

.buy-now-container .btn#jpc:hover, .buy-now-container .btn#jpc:focus, .buy-now-container .btn#jpc:active {
  background: #44aa10;
  color: white;
}

.buy-now-container .btn#jpc:hover i, .buy-now-container .btn#jpc:focus i, .buy-now-container .btn#jpc:active i {
  color: white !important;
}

.buy-now-container .btn#beck-shop:hover, .buy-now-container .btn#beck-shop:focus, .buy-now-container .btn#beck-shop:active {
  background: #d00007;
  color: white;
}

.buy-now-container .btn#beck-shop:hover i, .buy-now-container .btn#beck-shop:focus i, .buy-now-container .btn#beck-shop:active i {
  color: white !important;
}

.read-more-btn {
  position: relative;
}

.read-more-btn i {
  color: #f99d1c !important;
  position: absolute;
  right: -23px;
  bottom: 1px;
}

.read-more-btn:hover, .read-more-btn:focus {
  color: #5e90ae !important;
}

.read-more-btn:hover i, .read-more-btn:focus i {
  color: #5e90ae !important;
}

.img-shadow {
  box-shadow: 0px 0px 60px 0px rgba(0, 32, 48, 0.15);
  border-radius: 1.5rem;
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 37, 46, 0.7);
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'FiraSans', sans-serif;
}

#mainNav .navbar-brand {
  line-height: 0;
  /*#logo-header-img {
      background: url(../img/krieg-der-medien-logo-header.svg) no-repeat;
	  background-size: 100%;
	  height: 41px;
	  width: 170px;
      @include transition-all;
	  opacity: 0;
    }*/
}

#mainNav .navbar-brand > img {
  height: 70px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #5e90ae;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li {
  line-height: normal;
}

#mainNav .navbar-nav > li > a {
  font-size: 16px;
}

#mainNav .navbar-nav > li > a.active {
  color: #80A7BF !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #80A7BF;
}

#mainNav .lang-select {
  margin-left: 1rem;
  display: flex;
}

#mainNav .lang-select a {
  color: #adadad;
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  border: 1px solid #adadad;
  border-radius: 4px;
  text-decoration: none;
}

#mainNav .lang-select a:hover {
  color: rgba(173, 173, 173, 0.7);
  border-color: rgba(173, 173, 173, 0.7);
}

@media (min-width: 1680px) {
  #mainNav .container-nav {
    max-width: 1560px;
  }
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
    padding: 2rem 1rem;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li {
    margin-bottom: 0;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #adadad;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: rgba(173, 173, 173, 0.7);
  }
  #mainNav .navbar-nav > li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  #mainNav .navbar-nav #nav-highlight-link {
    background: #f99d1c;
    border-radius: 17px;
    padding: 0.5rem 0.75rem;
    margin-right: 0.8rem;
    color: white;
  }
  #mainNav .navbar-nav #nav-highlight-link > a {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(15, 25, 38, 0.1);
    background-color: #0F1926;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    padding: 0.8rem 1rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #80A7BF;
  }
  #mainNav.navbar-shrink .navbar-brand #logo-header-img {
    background: url(../img/krieg-der-medien-logo-header.svg) no-repeat;
    height: 54px;
    width: 96px;
  }
  #mainNav.navbar-shrink .navbar-brand > img {
    height: 45px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  #mainNav.navbar-shrink .navbar-brand #logo-header-img:lang(en) {
    background: url(../img/krieg-der-medien-logo-header.svg) no-repeat;
    height: 54px;
    width: 88px;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: white;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #e6e6e6;
  }
  #mainNav.navbar-shrink .lang-select a {
    color: white;
    border-color: white;
  }
  #mainNav.navbar-shrink .lang-select a:hover {
    color: #e6e6e6;
    border-color: #e6e6e6;
  }
}

@media (max-width: 991px) {
  #mainNav {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #0F1926;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    padding: 1.25rem 1rem;
    border-color: rgba(34, 34, 34, 0.1);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  }
  #mainNav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainNav .navbar-brand #logo-header-img {
    background: url(../img/krieg-der-medien-logo-header.svg) no-repeat;
    height: 54px;
    width: 96px;
  }
  #mainNav .navbar-brand > img {
    height: 45px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  #mainNav .navbar-brand #logo-header-img:lang(en) {
    background: url(../img/krieg-der-medien-logo-header.svg) no-repeat;
    height: 54px;
    width: 96px;
  }
  #mainNav .navbar-toggler {
    border: none;
  }
  #mainNav .navbar-toggler:focus {
    outline-color: transparent;
    outline: none;
  }
  #mainNav .navbar-toggler #mobile-nav-icon {
    position: relative;
    bottom: 16px;
    right: 11px;
  }
  #mainNav .navbar-toggler #mobile-nav-icon:before, #mainNav .navbar-toggler #mobile-nav-icon:after,
  #mainNav .navbar-toggler #mobile-nav-icon > span {
    -webkit-transition: all 0.3s linear 0ms;
    -khtml-transition: all 0.3s linear 0ms;
    -moz-transition: all 0.3s linear 0ms;
    -ms-transition: all 0.3s linear 0ms;
    -o-transition: all 0.3s linear 0ms;
    transition: all 0.3s linear 0ms;
    content: "";
    background-color: white;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  #mainNav .navbar-toggler #mobile-nav-icon:before {
    top: 9px;
  }
  #mainNav .navbar-toggler #mobile-nav-icon > span {
    top: 15px;
  }
  #mainNav .navbar-toggler[aria-expanded="true"] #mobile-nav-icon:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainNav .navbar-toggler[aria-expanded="true"] #mobile-nav-icon:after {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #mainNav .navbar-toggler[aria-expanded="true"] #mobile-nav-icon > span {
    display: none;
  }
  #mainNav #navbarResponsive > ul {
    padding: 32px 0;
  }
  #mainNav #navbarResponsive > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    font-size: 18px;
    text-align: center;
  }
  #mainNav #navbarResponsive .lang-select a {
    color: white;
    border-color: white;
  }
  #mainNav #navbarResponsive .lang-select a:hover {
    color: #e6e6e6;
    border-color: #e6e6e6;
  }
  #mainNav .lang-select {
    text-align: center;
    padding-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -16px;
    justify-content: center;
  }
}

.small-navbar #mainNav {
  transition: none;
}

.small-navbar #mainNav .navbar-brand #logo-header-img {
  transition: none;
}

#app-page #mainNav {
  transition: none;
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  /*background: url('../img/bg-pattern.png'), $theme-secondary;
    background: url('../img/bg-pattern.png'), -webkit-linear-gradient(to left, $theme-secondary, $theme-tertiary);
    background: url('../img/bg-pattern.png'), linear-gradient(to left, $theme-secondary, $theme-tertiary);*/
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 136px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.95;
}

@media only screen and (min-width: 1366px) and (max-width: 1679px) {
  header.masthead .header-content h1 {
    font-size: 120px !important;
  }
}

header.masthead .header-content p {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  header.masthead .header-content {
    max-width: inherit !important;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  header.masthead #hero-content {
    max-width: inherit !important;
  }
}

header.masthead .hero-text-wrap {
  color: white;
}

@media only screen and (max-width: 991px) {
  header.masthead .hero-text-wrap {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  header.masthead .hero-image-wrap {
    /*background: url('../img/bg-pattern.png'), #00c0f3;*/
    padding: 60px 0;
  }
}

header.masthead .hero-image-container {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .hero-image-container img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1679px) {
  header.masthead .hero-image-container {
    max-width: 480px !important;
  }
}

header.masthead .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

header.masthead .header-bg .header-bg-left {
  background-image: url(../img/bg-header-left.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

header.masthead .header-bg .header-bg-right {
  background-color: white;
}

header.masthead .header-bg .header-bg-right #authors-lettering {
  width: 46px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media only screen and (max-width: 1679px) {
  header.masthead .header-bg .header-bg-right #authors-lettering {
    width: 36px;
  }
}

@media only screen and (max-width: 1365px) {
  header.masthead .header-bg .header-bg-right #authors-lettering {
    display: none;
  }
}

header.masthead .video-icon {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  header.masthead .video-icon {
    display: none;
  }
}

@media (max-width: 575px) {
  header.masthead .video-icon {
    right: 27px;
    bottom: 27px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  header.masthead .video-icon {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.masthead .video-icon {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.masthead .video-icon {
    margin-bottom: 20px;
  }
}

header.masthead .video-icon a {
  background: white;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}

header.masthead .video-icon a i {
  color: #212529;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  header.masthead .video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  header.masthead .video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

header.masthead .video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

header.masthead .video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid white;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

header.masthead .video-icon a.btn-icon:hover {
  background: #80A7BF;
  color: #fff;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    /*font-size: 120px;*/
  }
  header.masthead .hero-image-container {
    max-width: 540px;
  }
}

@media only screen and (max-width: 991px) {
  header.masthead {
    padding-top: 88px;
    padding-bottom: 0;
  }
}

section.author {
  background-color: #395873;
  color: white;
}

section.author .section-heading {
  margin-bottom: 4rem;
}

section.author .section-heading h2 {
  margin-top: 0;
  color: #80A7BF;
}

section.author .section-heading p {
  margin-bottom: 0;
}

section.author img {
  border-radius: 50%;
  max-width: 400px;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  section.author img {
    max-width: 200px;
  }
}

section.author .author-wrap {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.author .author-wrap a {
  text-decoration: none;
  color: white;
  text-decoration: underline;
}

section.author .author-wrap h3 {
  color: #80A7BF;
}

section.author .author-wrap .btn {
  text-decoration: inherit;
}

@media only screen and (max-width: 991px) {
  section.author .author-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }
}

section.contact {
  color: white;
  position: relative;
  background-color: #0F1926;
}

@media only screen and (max-width: 991px) {
  section.contact {
    text-align: center;
  }
}

section.contact p {
  font-family: 'FiraSans', sans-serif;
  font-size: 18px;
}

section.contact .container {
  z-index: 2;
  position: relative;
}

section.contact .buy-now-container {
  max-width: 500px;
}

@media only screen and (max-width: 991px) {
  section.contact .buy-now-container {
    margin-left: auto;
    margin-right: auto;
  }
}

section.contact .footer-logo {
  height: 100px;
  width: 156px;
}

footer {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #0F1926;
  font-family: 'FiraSans', sans-serif;
}

footer p {
  font-size: 12px;
  margin: 0;
  margin-bottom: 5px;
}

footer a {
  color: white;
}

footer a:hover, footer a:focus {
  text-decoration: none;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

@media screen and (max-width: 467px) {
  footer span {
    display: block;
    margin-top: 5px;
  }
}

.bg-primary {
  background: #80A7BF;
  background: -webkit-linear-gradient(#80A7BF, #6f9bb6);
  background: linear-gradient(#80A7BF, #6f9bb6);
}

.text-primary {
  color: #80A7BF;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #80A7BF;
  background-color: #80A7BF;
}

.btn {
  border-radius: 300px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

.btn.btn-primary {
  background-color: #80A7BF;
  border-color: #80A7BF;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
  background: #5e90ae !important;
  border-color: #5e90ae !important;
}

.btn.btn-tertiary {
  color: #fff;
  background-color: #D9C0A3;
  border-color: #D9C0A3;
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:active {
  background: #caa77f;
  border-color: #caa77f;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1440px;
  }
}

header#page-header {
  background: #80A7BF;
}

.standard-page #page-header h1 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 65px;
  color: white;
  padding-top: 163px;
  margin-bottom: 75px;
}

@media only screen and (max-width: 1679px) {
  .standard-page #page-header h1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 480px) {
  .standard-page #page-header h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 370px) {
  .standard-page #page-header h1 {
    font-size: 36px;
  }
}

section.statements,
#statements-mobile {
  background: #eeeeee;
}

section.statements h2,
#statements-mobile h2 {
  color: #395873;
}

section.statements h5,
#statements-mobile h5 {
  line-height: 1.5;
}

#statements-wrap .statements-item {
  position: relative;
  height: 100%;
  position: relative;
  background-color: white;
  border-radius: 15px;
  padding: 65px 35px 35px;
  font-size: 18px;
  line-height: 1.6rem;
}

@media (max-width: 991px) {
  #statements-wrap .statements-item {
    padding: 75px 45px 45px;
  }
}

@media (max-width: 767px) {
  #statements-wrap .statements-item {
    padding: 75px 30px 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) {
  #statements-wrap .statements-item {
    font-size: 17px;
  }
}

#statements-wrap .statements-item .statements-item-text-wrap h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 16px;
  text-align: right;
  font-style: normal;
  font-weight: 600;
  position: relative;
  float: right;
}

#statements-wrap .statements-item .statements-item-text-wrap h4 .statement-date {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  #statements-wrap .statements-item .statements-item-text-wrap h4:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #80A7BF;
    display: block;
    position: absolute;
    top: 9px;
    left: -50px;
  }
}

#statements-wrap .statements-item .statements-item-text-wrap img {
  position: absolute;
  height: 25px;
  top: 25px;
  right: 25px;
}

#statements-wrap .statements-item .statements-item-text-wrap .statement-item-desc {
  margin-bottom: 0;
  font-size: 15px;
  clear: both;
  text-align: right;
}

#statements-wrap .statements-carousel {
  margin: 0 15px;
}

@media (max-width: 575px) {
  #statements-wrap .statements-carousel {
    margin: 0;
  }
}

#statements-wrap .statements-carousel .slick-track {
  padding: 32px 0px;
  display: flex;
}

#statements-wrap .statements-carousel .slick-slide {
  padding: 15px;
  height: inherit;
  display: flex;
}

@media (max-width: 575px) {
  #statements-wrap .statements-carousel .slick-slide {
    padding: 0;
  }
}

#statements-wrap .statements-carousel .slick-slide > div {
  width: 100%;
}

#statements-wrap .statements-carousel-arrows .slick-arrow {
  height: 60px;
  width: 60px;
  background: #80A7BF;
  color: white;
  border-radius: 50px;
  font-size: 24px;
  line-height: 60px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  opacity: 0.6;
}

@media (max-width: 991px) {
  #statements-wrap .statements-carousel-arrows .slick-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  #statements-wrap .statements-carousel-arrows .slick-arrow {
    top: 0;
  }
}

#statements-wrap .statements-carousel-arrows .slick-arrow:hover, #statements-wrap .statements-carousel-arrows .slick-arrow:focus {
  border: none;
  outline: none;
  opacity: 1;
}

#statements-wrap .statements-carousel-arrows .slick-arrow:hover {
  background: #395873;
}

#statements-wrap .statements-carousel-arrows .slick-prev {
  left: 0;
}

@media (max-width: 575px) {
  #statements-wrap .statements-carousel-arrows .slick-prev {
    left: -10px;
  }
}

#statements-wrap .statements-carousel-arrows .slick-next {
  right: 0;
}

@media (max-width: 575px) {
  #statements-wrap .statements-carousel-arrows .slick-next {
    right: -10px;
  }
}

section.intro#debate {
  background-color: #eeeeee;
}

section.intro h2 {
  color: #80A7BF;
}

section.intro ul.intro-list {
  list-style: none;
  padding-left: 0;
}

section.intro ul.intro-list > li {
  display: block;
  align-items: center;
  padding-left: 77px;
  position: relative;
  margin-bottom: 55px;
}

section.intro ul.intro-list > li .intro-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c0f3;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -20px;
  left: 0;
}

section.intro ul.intro-list > li .intro-icon img {
  width: 42px;
  height: 42px;
}

section.intro ul.intro-list > li > li {
  font-size: 16px;
}

section.intro .intro-video {
  border-radius: 24px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
}

section.intro .intro-video .cmplazypreviewiframe {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
}

section.intro .intro-box-wrap {
  border-radius: 24px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
  background: black;
}

section.intro .intro-box-wrap .intro-box {
  background: url(../img/martin-andree-intro-box.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 180px;
}

@media (min-width: 400px) {
  section.intro .intro-box-wrap .intro-box {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) and (max-width: 992px), (min-width: 1200px) {
  section.intro .intro-box-wrap .intro-box {
    background-size: cover;
    background-position: right;
    padding-bottom: 0;
  }
}

section.intro .intro-box-wrap .intro-box .intro-box-text {
  color: white;
  padding: 2rem;
  width: 100%;
  background: linear-gradient(178deg, black 60%, transparent 90%);
}

section.intro .intro-box-wrap .intro-box .intro-box-text p {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 992px), (min-width: 1200px) {
  section.intro .intro-box-wrap .intro-box .intro-box-text {
    padding: 3.5rem;
    width: 60%;
    background: linear-gradient(96deg, black 60%, transparent 90%);
  }
}

section.summary {
  position: relative;
  background-color: #eeeeee;
}

section.summary h3, section.summary h4 {
  color: #80A7BF;
  font-weight: 500;
}

section.summary h4 {
  font-size: 20px;
}

section.summary .section-heading {
  color: #80A7BF;
  margin-bottom: 4rem;
}

/*** Accordion Grid ***/
.accordion-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.accordion-grid .grid-item {
  width: calc(100% / 4);
  transition: margin-top 0.2s linear;
}

.accordion-grid .grid-item .preview {
  padding: 0.5rem;
  position: relative;
}

.accordion-grid .grid-item .preview-inner {
  background-color: white;
  border-radius: 15px;
  padding: 1rem;
  user-select: none;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

.accordion-grid .grid-item .preview-inner .preview-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #d8e4eb;
  padding: 8px;
  background-color: white;
}

.accordion-grid .grid-item .preview-inner .preview-text {
  margin-top: 15px;
}

.accordion-grid .grid-item .preview-inner .preview-text h3 {
  font-size: 30px;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  margin-bottom: 0;
  transition: color 0.4s ease;
}

.accordion-grid .grid-item .preview-inner .preview-button {
  appearance: none;
  background-color: transparent;
  border: none;
  color: #80A7BF;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  user-select: none;
  text-decoration: none;
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}

.accordion-grid .grid-item .preview-inner .preview-button:focus, .accordion-grid .grid-item .preview-inner .preview-button:hover {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.accordion-grid .grid-item .preview-inner .preview-button::before, .accordion-grid .grid-item .preview-inner .preview-button::after {
  background-color: #80A7BF;
  content: "";
  display: block;
  height: 12px;
  right: 10px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  will-change: transform;
  width: 2px;
}

.accordion-grid .grid-item .preview-inner .preview-button::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-grid .grid-item .preview-inner:hover {
  background-color: #80A7BF;
}

.accordion-grid .grid-item .preview-inner:hover h3 {
  color: white;
}

.accordion-grid .grid-item .preview-inner:hover .preview-button::before, .accordion-grid .grid-item .preview-inner:hover .preview-button::after {
  background-color: white;
}

.accordion-grid .grid-item.open .preview:after {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translatex(-50%);
  content: '';
  width: 0;
  height: 0;
  border: 0.75rem solid transparent;
  border-bottom-color: #80A7BF;
  display: block;
}

.accordion-grid .grid-item.open .preview-inner {
  background-color: #80A7BF;
}

.accordion-grid .grid-item.open .preview-inner h3 {
  color: white;
}

.accordion-grid .grid-item.open .preview-inner .preview-button::before, .accordion-grid .grid-item.open .preview-inner .preview-button::after {
  background-color: white;
}

.accordion-grid .grid-item.open .preview-inner .preview-button::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-grid .grid-item .details {
  position: absolute;
  width: calc(100% - 1.5rem);
  height: 0;
  left: 0.75rem;
  overflow: hidden;
  transition: height 0.2s linear;
}

.accordion-grid .grid-item .details-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.accordion-grid .grid-item .details-inner {
  background-color: #80A7BF;
  padding: 2rem 2rem 1rem 2rem;
  border-radius: 15px;
  color: white;
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .accordion-grid .grid-item {
    width: calc(100% / 3);
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .accordion-grid .grid-item {
    width: calc(100% / 2);
  }
}

@media (max-width: 767px) {
  .accordion-grid .grid-item {
    width: 100%;
  }
  .accordion-grid .grid-item .preview-inner {
    display: flex;
    align-items: center;
  }
  .accordion-grid .grid-item .preview-inner .preview-icon {
    width: 56px;
    height: 56px;
  }
  .accordion-grid .grid-item .preview-inner .preview-text {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 20px;
  }
  .accordion-grid .grid-item .preview-inner .preview-text h3 {
    font-size: 24px;
  }
  .accordion-grid .grid-item .preview-inner .preview-button {
    top: 50%;
    transform: translateY(-50%);
  }
}

section.content-table .chapter-wrap {
  margin-bottom: 2.5rem;
}

section.content-table .section-heading {
  margin-bottom: 4rem;
  color: #80A7BF;
}

section.content-table h3 {
  font-weight: 700;
  color: #80A7BF;
}

section.content-table h4 {
  color: #80A7BF;
  font-weight: 500;
  display: block;
  padding-bottom: 7px;
  position: relative;
  padding-right: 40px;
  font-size: 20px;
}

section.content-table h4 span {
  font-weight: 400;
  color: #212529;
  font-size: 15px;
}

section.content-table span {
  position: absolute;
  right: 0;
  top: 0;
}

section.content-table ol, section.content-table ul {
  padding-left: 15px;
}

section.content-table ol > li, section.content-table ul > li {
  font-size: 15px;
  line-height: 1.25;
  position: relative;
  padding-right: 25px;
  font-family: 'FiraSans', sans-serif;
  font-weight: 400;
}

section.content-table ol > li ul, section.content-table ul > li ul {
  padding-inline-start: 15px;
}

section.content-table ol > li ul > li, section.content-table ul > li ul > li {
  right: -25px;
}

section.content-table .intro-video {
  border-radius: 24px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
}

section.privacy h2 {
  font-size: 36px;
  font-family: 'FiraSans', sans-serif;
}

section.privacy h3 {
  font-size: 28px;
}

section.anmerkungen {
  background-color: #eeeeee;
  text-align: center;
}

section.anmerkungen .section-heading {
  color: #80A7BF;
}

section.anmerkungen #anmerkungen-accordion .card {
  box-shadow: 0px 5px 24px 0px rgba(0, 32, 48, 0.18);
  margin: 0.5rem 0;
  border-radius: 0;
  border: 0;
}

section.anmerkungen #anmerkungen-accordion .card .card-header {
  cursor: pointer;
  color: white;
  font-family: 'FiraSans', sans-serif;
  font-weight: 500;
  background-color: #395873;
}

section.anmerkungen #anmerkungen-accordion .card .card-header p {
  display: flex;
}

section.anmerkungen #anmerkungen-accordion .card .card-header p i {
  align-items: center;
  display: flex;
  margin-left: auto;
  order: 2;
}

section.anmerkungen #anmerkungen-accordion .card .card-header p i:before {
  opacity: .5;
  content: "\f067";
}

section.anmerkungen #anmerkungen-accordion .card .card-header[aria-expanded="true"] {
  background-color: #80A7BF !important;
}

section.anmerkungen #anmerkungen-accordion .card .card-header[aria-expanded="true"] i:before {
  content: "\f068";
}

section.anmerkungen #anmerkungen-accordion .card .card-header:first-child {
  border-radius: 0;
}

section.anmerkungen #anmerkungen-accordion .card:nth-child(even) .card-header {
  background-color: #4f7290;
}

section.anmerkungen #anmerkungen-accordion .card .card-body {
  padding: 3rem 2rem 2rem 2rem;
}

section.anmerkungen #anmerkungen-accordion .card .card-body p, section.anmerkungen #anmerkungen-accordion .card .card-body ul > li, section.anmerkungen #anmerkungen-accordion .card .card-body ol > li {
  font-size: 16px;
}

section.events {
  position: relative;
  padding: 0 0 75px 0;
}

section.events h3, section.events h4 {
  font-weight: 500;
}

section.events h4 {
  font-size: 20px;
}

section.events .section-heading {
  padding-top: 100px;
  margin-bottom: 4rem;
  color: #80A7BF;
}

@media only screen and (max-width: 991px) {
  section.events .section-heading {
    padding-top: 4rem;
  }
}

section.events .event-item-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

section.events .event-item-wrap .event-date-wrap .event-date {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 38px;
  color: #80A7BF;
  line-height: 1;
  text-align: center;
  border-right: 2px solid;
  padding-right: 0.75rem;
}

section.events .event-item-wrap .event-date-wrap .event-date span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

section.events .event-item-wrap .event-date-wrap .event-date span.day {
  font-size: 44px;
}

section.events .event-item-wrap .event-item {
  height: 100%;
  position: relative;
  background-color: white;
  border-radius: 15px;
  padding: 1.5rem 1.25rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
  background-color: #eeeeee;
}

section.events .event-item-wrap .event-item h4 {
  font-size: 20px;
  padding-left: 0.75rem;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.events .event-item-wrap .event-item h4 {
    word-break: break-word;
  }
}

section.events .event-item-wrap a .event-item h4 {
  color: #212529;
  text-decoration: underline;
  text-decoration-color: #80A7BF;
}

section.events .event-item-wrap a::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 903.34 903.34"><path d="M716.79,534V758.34a55,55,0,0,1-54.94,55H145a55,55,0,0,1-54.94-55V241.46a55,55,0,0,1,54.94-55h222.3a45,45,0,0,0,45-45h0a45,45,0,0,0-45-45H145a145,145,0,0,0-145,145V758.34a145,145,0,0,0,145,145H661.85a145,145,0,0,0,145-145V534a45,45,0,0,0-45-45h0a45,45,0,0,0-45.06,44.94Z" transform="translate(0.04 0)"/><path d="M858.62.33,500.82,0c-24.51,0-45.17,20.07-45.33,44.69C455.33,69.1,475.66,90,500.17,90l357.8.33c24.51,0,45.17-20.06,45.33-44.68C903.46,21.26,883.13.36,858.62.33Z" transform="translate(0.04 0)"/><path d="M858.62,0c-24.41-.16-45.31,20.17-45.34,44.69L813,402.49c0,24.51,20.07,45.17,44.69,45.33C882.05,448,903,427.65,903,403.14l.33-357.8C903.33,20.82,883.24.17,858.62,0Z" transform="translate(0.04 0)"/><path d="M890,13c-17.52-17.29-46.29-17-63.65.34l-506,505.51c-17.33,17.31-17,46.5.34,63.65s46.29,17,63.65-.34l506-505.51C907.61,59.36,907.32,30.17,890,13Z" transform="translate(0.04 0)"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 903.34 903.34"><path d="M716.79,534V758.34a55,55,0,0,1-54.94,55H145a55,55,0,0,1-54.94-55V241.46a55,55,0,0,1,54.94-55h222.3a45,45,0,0,0,45-45h0a45,45,0,0,0-45-45H145a145,145,0,0,0-145,145V758.34a145,145,0,0,0,145,145H661.85a145,145,0,0,0,145-145V534a45,45,0,0,0-45-45h0a45,45,0,0,0-45.06,44.94Z" transform="translate(0.04 0)"/><path d="M858.62.33,500.82,0c-24.51,0-45.17,20.07-45.33,44.69C455.33,69.1,475.66,90,500.17,90l357.8.33c24.51,0,45.17-20.06,45.33-44.68C903.46,21.26,883.13.36,858.62.33Z" transform="translate(0.04 0)"/><path d="M858.62,0c-24.41-.16-45.31,20.17-45.34,44.69L813,402.49c0,24.51,20.07,45.17,44.69,45.33C882.05,448,903,427.65,903,403.14l.33-357.8C903.33,20.82,883.24.17,858.62,0Z" transform="translate(0.04 0)"/><path d="M890,13c-17.52-17.29-46.29-17-63.65.34l-506,505.51c-17.33,17.31-17,46.5.34,63.65s46.29,17,63.65-.34l506-505.51C907.61,59.36,907.32,30.17,890,13Z" transform="translate(0.04 0)"/></svg>');
  background-color: #80A7BF;
}

section.events .event-item-wrap a:hover {
  text-decoration: none;
}

section.events .event-item-wrap a:hover .event-item {
  background: #80A7BF;
}

section.events .event-item-wrap a:hover .event-item .event-date {
  color: white;
}

section.events .event-item-wrap a:hover .event-item h4 {
  color: white;
  text-decoration-color: inherit;
}

section.events .event-item-wrap a:hover h4 {
  color: #80A7BF;
}

section.events .event-item-wrap a:hover::after {
  background-color: white;
}

@media (min-width: 1200px) and (max-width: 1679px) {
  section.events .event-item-wrap .event-item {
    padding: 1.25rem 1rem;
  }
  section.events .event-item-wrap .event-item .event-date {
    font-size: 32px;
  }
  section.events .event-item-wrap .event-item .event-date span {
    font-size: 19px;
  }
  section.events .event-item-wrap .event-item h4 {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) {
  section.events .event-item-wrap .event-item {
    padding: 1.25rem 1rem;
  }
  section.events .event-item-wrap .event-item .event-date {
    font-size: 32px;
  }
  section.events .event-item-wrap .event-item .event-date span {
    font-size: 19px;
  }
  section.events .event-item-wrap .event-item h4 {
    font-size: 15px;
  }
}

section.bonus-tracks {
  text-align: center;
}

section.bonus-tracks .section-heading {
  color: #80A7BF;
}

section.bonus-tracks .bonus-tracks-wrap .card {
  box-shadow: 0px 5px 24px 0px rgba(0, 32, 48, 0.18);
  margin: 0.5rem 0;
  border-radius: 0;
  border: 0;
}

section.bonus-tracks .bonus-tracks-wrap .card .card-header {
  color: white;
  font-family: 'FiraSans', sans-serif;
  font-weight: 500;
  background-color: #395873;
}

section.bonus-tracks .bonus-tracks-wrap .card .card-header p {
  display: flex;
}

section.bonus-tracks .bonus-tracks-wrap .card .card-header p i {
  align-items: center;
  display: flex;
  margin-left: auto;
  order: 2;
}

section.bonus-tracks .bonus-tracks-wrap .card .card-header p i:before {
  opacity: .5;
}

section.bonus-tracks .bonus-tracks-wrap .card .card-header:first-child {
  border-radius: 0;
}

section.bonus-tracks .bonus-tracks-wrap .card:nth-child(even) .card-header {
  background-color: #4f7290;
}

section.bonus-tracks .bonus-tracks-wrap .card a:hover {
  text-decoration: none;
}
