body .btn.btn-primary {
  background-color: rgb(226, 52, 24) !important;
  border: 1px solid rgb(226, 52, 24) !important;
}

body .btn.btn-primary:hover,
body .btn.btn-primary:focus {
  background-color: rgb(208, 46, 21) !important;
  border: 1px solid rgb(208, 46, 21) !important;
}

body #header #main-navigation {
  align-items: center;
}

body #header #main-navigation #badgets .searchbutton {
  position: relative;
  border: none;
  padding: 0;
  max-width: 35px;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    margin-bottom: 0 !important;
    height: 100%;
}

.search-input {
    border: 1px solid #EBEBEB;
    border-radius: 0;
    background-color: #fff;
    margin: 8px;
    position: relative;
    display: flex;
    align-items: center;
}

.search-input input {
    border: none;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
    font-family: "Droid Sans", sans-serif;
    padding: 12px 36px 12px 23px;
    color: #696969;
}

.search-input::after {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2491 14.3349C17.3496 12.842 18 10.997 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C11.2526 18 13.3119 17.1724 14.8905 15.8047L19.3891 20.3033L20.8033 18.8891L16.2491 14.3349ZM9 16C5.13401 16 2 12.866 2 9C2 5.13401 5.13401 2 9 2C12.866 2 16 5.13401 16 9C16 12.866 12.866 16 9 16Z' fill='%23BFBFBF'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 12px;
}

.custom-select {
    width: 100%;
    min-width: 120px;
    max-width: 250px;
    border: 1px solid #EBEBEB;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    line-height: 24px;
    background: white !important;
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    margin: 8px;
    padding: 0 !important;
    font-family: "Droid Sans", sans-serif;
    background-color: transparent !important;
}

.custom-select::after {
    content: "";
    width: 10px;
    height: 6px;
    background-color: black;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    position: absolute;
    right: 12px;
}

.custom-select select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 8px 24px 8px 20px;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    font-weight: 400;
    outline: none;
    color: #696969;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select select,
.custom-select:after {
    grid-area: select;
}

.custom-select select:focus + .focus {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid grey;
    border-radius: inherit;
}

.cards-section {
    margin: 35px 0 0;
}

#search-load-more-archive,
#search-load-more-blog {
  margin-top: -20px;
}

#onpage-search .search-field {
  width: calc(100% - 150px);
  padding: 6px 10px;
}

#onpage-search button[type="submit"] {
  width: 130px;
  text-align: center;
  display: inline-table !important;
  margin-left: 20px;
}

.account-items-row p.list-meta {
  font-size: 12px;
  margin: 0 0 2px 0;
}
.account-items-row p.list-meta a {
  color: rgb(226, 52, 24);
  transition: all 0.2s;
}

.cards-section .card__readmore,
.account-items-row .card__readmore {
  font-weight: 400;
  color: rgb(226, 52, 24);
  transition: 0.2s;
}

.cards-section .card__title {
    hyphens: auto;
    margin-bottom: 32px;
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    font-family: "Droid Sans", sans-serif;
    transition: 0.2s;
}

.cards-section .col-card {
  margin-bottom: 50px;
  justify-content: flex-start;
}

.search-results .cards-section .col-card {
  min-height: auto;
  margin-bottom: 0;
}

.cards-section .card__subtitle {
  margin-top: -24px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
}

.cards-section .card__desc {
    font-family: "minion-pro", serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
}

.cards-section .card__desc a {
  color: rgb(226, 52, 24);
}

.account-items-row ul li {
  margin-bottom: 20px !important;
}

.account-items-row ul li:last-child {
  margin-bottom: 0;
}

.account-items-row .account-item-link,
.cards-section .card__link,
.cards-section .card__link:hover,
.cards-section .card__link:focus {
  color: initial;
  text-decoration: none;
  transition: all 0.2s;
}

.search-results .cards-section .col-card {
  margin-bottom: 24px !important;
}

.search-results .cards-section .col-card .card__title {
  font-size: 20px;
  margin-bottom: 8px;
}

.search-results .cards-section .col-card .card__subtitle {
  margin: 0;
  height: initial;
}

.search-results .cards-section .col-card .card__desc {
  color: #111111;
  margin: 10px 0 0;
  font-size: 15px;
}

.search-results .cards-section .col-card .card__desc p {
  margin: 0;
}

.account-items-row .account-item-link .card__readmore,
.account-items-row .account-item-link .account-item-title {
  text-decoration: none;
  transition: all 0.2s;
}

.account-items-row .account-item-link .card__readmore {
  font-size: 15px;
}

.account-items-row .account-item-link .account-item-title {
  font-size: 20px;
  margin: 0 0 3px 0 !important;
}

.account-items-row .account-item-link:hover .account-item-title,
.account-items-row .account-item-link:focus .account-item-title,
.cards-section .card__link:hover .card__title,
.cards-section .card__link:focus .card__title {
  color: rgb(226, 52, 24);
}

.account-items-row .account-item-link:hover .card__readmore,
.account-items-row .account-item-link:focus .card__readmore,
.cards-section .card__link:hover .card__readmore,
.cards-section .card__link:focus .card__readmore {
  font-weight: 600;
}

.cards-section .card__footer {
    font-family: "minion-pro", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.article-box-link,
.article-box-link:hover,
.article-box-link:focus {
  color: initial;
  text-decoration: none;
  transition: all 0.2s;
}

.card__readmore {
  color: rgb(226, 52, 24);
  transition: all 0.2s;
}

.article-box-link:hover .card__readmore,
.article-box-link:focus .card__readmore {
  font-weight: bold;
}

.article-box-link .card__title {
  transition: all 0.2s;
}

.article-box-link:hover .card__title,
.article-box-link:focus .card__title {
  color: rgb(226, 52, 24);
}

.search-results .cards-section .col-card .article-box-link:hover .card__title,
.search-results .cards-section .col-card .article-box-link:focus .card__title {
  color: initial;
}

.banner {
  background-color: #F2F2F2;
  padding: 80px 24px;
}

.banner__content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banner__subtitle {
  font-weight: 700;
  font-style: italic;
  font-size: 15px;
  line-height: 18px;
}

.banner__title {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 24px 0;
}

.banner__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.btn {
  display: flex !important;
  align-items: center;
  transition: background-color,color 0.3s ease;
}

.btn:hover, .btn:focus {
  color: white !important;
}

.btn-secondary {
  padding: 10px 16px;
  border: 1px solid #EBEBEB !important;
  background-color: #EBEBEB !important;
  width: fit-content;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #cacaca !important;
  border: 1px solid #cacaca !important;
  color: rgb(51, 51, 51) !important;
}

.btn-tertiary {
  background-color: #696969;
  color: white;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 16px;
}

.btn--download {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-self: flex-start;
    width: fit-content;
    margin-right: 8px !important;
    height: 46px !important;
}

.btn--download:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 8px;
    background-image: url("../images/download.svg");
}

.tag--primary {
  padding: 4px 12px;
  background-color: #D1442B;
  border-radius: 4px;
  text-align: center;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: white;
  margin-right: 8px;
  font-style: normal;
}

.heading--section {
  margin: 24px 0 48px 0;
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #828282;
}

.heading--featured {
  margin: 0 0 16px 0;
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}

.heading--small {
  margin: 0 0 40px 0;
  color: #E23318;
  font-family: "minion-pro", serif;
  font-style: italic;
  font-size: 23px;
  line-height: 27px;
}

.h1--small {
  font-family: "Droid Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.h2--small {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}

.paragraph--italic {
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
}

a.link--small {
  color: rgb(226, 52, 24);
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}

.featured {
  background-color: #F8F8F8;
  padding: 32px 24px;
  margin: 32px 0 80px 0;
}

.featured .featured__text {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .issue-page__cta-section {
    flex-direction: row;
    align-items: stretch;
  }

  .issue-page__cta-section a {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .featured {
    padding: 80px 100px;
  }

  .featured .featured__text {
    margin-top: 0;
  }

  .card--big .card__title {
    margin-bottom: 56px;
    font-size: 40px;
    line-height: 50px;
  }

  .card--big .card__subtitle {
    margin-top: -48px;
  }

  .banner {
    padding: 80px;
  }

  .banner__content {
    width: 60%;
  }
}

.openid-connect-login-button {
  margin: 0;
}

.openid-connect-login-button a.button,
.openid-connect-login-button span.button,
#header-logout,
#header-account {
  color: #191919;
  padding: 5px 10px 5px 10px;
  font-family: sans-serif;
  font-size: 17px;
  margin-right: 2px;
  border-radius: 4px;
  transition: all 0.2s;
  margin-right: 6px;
  line-height: initial;
  cursor: pointer;
  position: relative;
}

#header-logout,
.btn-account {
  display: inline-table !important;
}

.openid-connect-login-button a.button:hover,
.openid-connect-login-button a.button:focus,
.openid-connect-login-button span.button:hover,
.openid-connect-login-button span.button:focus
#header-logout:hover,
#header-logout:focus,
#header-account:hover,
#header-account:focus {
  background-color: rgb(200, 44, 20);
  color: white;
  text-decoration: none;
}

#header-logout {
  background-color: #696969;
  color: white;
}

#header-logout:hover,
#header-logout:focus {
  background-color: #7b7b7b;
  text-decoration: none !important;
}

#header-cart {
  color: white;
  padding: 0;
  transition: all 0.2s;
  border-radius: 4px;
  font-family: sans-serif;
  font-size: 17px;
  background-image: url("../images/cart-2x.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 2px 2px;
  position: relative;
  height: 24px;
  width: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  #header-cart {
    background-image: url('../images/cart-2x.png"');
    background-size: 20px 20px;
  }
}

#header-cart .cart-title {
  display: none;
}

#header-cart .cart-item-count {
  background: rgb(226, 52, 24);
  font-size: 9px;
  border-radius: 50%;
  border: 1px solid white;
  background: rgb(226, 52, 24);
  display: inline-table;
  padding: 0px 5px 0px 5px;
  position: absolute;
  bottom: -4px;
  right: -6px;
  line-height: 1.8;
}

/**
 * Loader Animation
 */
.loader-circle {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 14px;
  left: -3px;
}
.loader-circle div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: loader-circle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loader-circle div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader-circle div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader-circle div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes loader-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn--fav[data-fav-state="inactive"] {
  background-color: rgb(226, 52, 24) !important;
}

.btn--fav[data-fav-state="inactive"] img {
  filter: invert(1) sepia(1) hue-rotate(175deg);
}

#ajax-load-more .no-img,
.alm-listing .no-img {
  margin-bottom: 50px;
}

#ajax-load-more .no-img::marker,
.alm-listing .no-img::marker {
  content: "";
}

#search-archive-hint {
  z-index: 9999999;
  position: fixed;
  margin: 0 auto;
  top: 70%;
  width: 90%;
  max-width: 600px;
  height: 45px;
  left: 0;
  right: 0;
  font-size: 14px;
}

.home-page-authors a {
  color: initial;
  transition: all 0.2s;
}

.home-page-authors a:hover,
.home-page-authors a:focus {
  color: rgb(226, 52, 24);
}

.page-template-page_home .cards-section {
  margin: 0 -15px;
}

body.page-template-page_home .content-area-continue {
  min-height: 200px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 0 16px;
}
@media (max-width: 767px) {
  body #header {
      padding: 20px 20px 0px 20px
  }
  body.page-template-page_home #primary.content-area {
    padding: 20px 20px 0 20px;
  }
  body.page-template-page_home .content-area-continue {
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  
  body #header {
    padding: 20px 20px 0px 60px
  }
  body #header #logo {
    margin: 0 !important;
  }
  body.page-template-page_home #primary.content-area {
    padding: 24px 60px 0 60px;
  }
  body.page-template-page_home .content-area-continue {
    padding: 0 60px 0 60px;
  }
}
@media (min-width: 992px) {
  body.page-template-page_home #primary.content-area {
    padding: 32px 16px 0 16px;
  }
}

body.search .tabnav {
  margin-bottom: 15px;
}

body.search .tabnav .col-12 {
  padding-left: 0;
  padding-right: 0;
}

body.search .tabnav .col-12:first-child {
  padding-left: 15px;
}

body.search .tabnav .col-12:last-child {
  padding-right: 15px;
}

body.search .tabnav .buttonwrap {
  width: 100%;
}

body.search .tabnav .buttonwrap button {
  width: 100%;
  background-color: transparent;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  border: none;
  outline: none;
  text-align: left;
  padding: 9px 15px 7.5px;
  background-color: #eee;
  transition: all 0.2s;
  border-bottom: 1px solid #D1442B;
  letter-spacing: 1px;
  border-right: 1px solid white;
}

body.search .tabnav .col-12:last-child .buttonwrap button {
  border-right: none;
}

body.search .tabnav .buttonwrap.active button {
  color: #D1442B;
  background-color: #f8f8f8;
  font-weight: 600;
  border-bottom: 4px solid #D1442B;
  padding-top: 14px;
  padding-top: 14px;
  margin-top: -5px;
}

body.search .tabnav .buttonwrap button:disabled {
  background-color: #eee;
  opacity: 1;
  color: #888;
}

body.search .tabnav .buttonwrap button:hover,
body.search .tabnav .buttonwrap button:focus {
  background-color: #f6f6f6;
  color: #D1442B;
}

body.search .tabnav .buttonwrap button:disabled:hover,
body.search .tabnav .buttonwrap button:disabled:focus {
  background-color: #eee;
  color: #777;
}

body.search .search-subtitle {
  font-size: 17px;
  margin-top: 10px;
  display: table;
  margin-left: 1px;
}

body.search .search-pagination {
  cursor: default;
  margin-top: 35px;
  margin-bottom: 5px;
}

body.search .search-pagination-page {
  background-color: white;
  color: rgb(226, 52, 24);
  border: 1px solid rgb(226, 52, 24);
  min-width: 40px;
  padding: 6px 10px;
  margin: 0 5px 8px 0;
}

body.search .search-pagination-page.active {
  background-color: rgb(226, 52, 24);
  color: white;
  cursor: default;
}

body.search .search-pagination-page.pagination-spacer {
  border: 1px solid transparent;
  padding: 12px 10px 0;
  color: #999;
  position: relative;
  top: 6px;
  cursor: default;
  outline: 0;
}

body.search label[for="sort-results"] {
  height: initial;
  font-family: "jaf-bernina-sans-narrow";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

body.search select#sort-results,
body.search select#sort-results-authors {
  border: 1px solid #aaa;
  background: transparent;
  padding: 6px 8px;
}

body.search select#sort-results:disabled,
body.search select#sort-results-authors:disabled {
  opacity: 0.5;
  background-color: #f3f3f3;
}

.btn.btn-primary.btn--download.small {
  border: 1px solid #212529 !important;
  background: #212529 !important;
  padding: 2px 5px;
  height: initial !important;
  align-self: center;
  margin-right: 0 !important;
  outline: 0;
  margin-top: 24px !important;
}

.btn.btn-primary.btn--download.small::before
{
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

body .newsletter-button-header {
  border: none;
  background: #7D18E2;
  color: white;
  padding: 6px 16px;
  border-radius: 3px;
  font-family: 'Minion Pro', serif;
  font-style: normal;
  font-weight: 600;
}

body #header #main-navigation #menu-hauptnavigation li a.newsletter-button-header.newsletter-button-mobile-header {
  display: table;
  color: white !important;
  padding: 12px;
  width: calc(100% - 30px) !important;
  text-align: center;
  margin-left: -10px !important;
}