/* This CSS File is for the default theme. */

.site-name {
    padding: 8px 0;
}

.title {
    font-weight: normal;
    font-size: 40px;
    word-break: break-word;
}

.even, .odd {
    font-size: inherit !important;
}

.block-system-breadcrumb-block {
    font-size: 13px !important;
}

ul.inline-list {
    padding: 0;
    list-style-type: none;
}

ul.inline-list li {
    display: inline;
    padding: 10px;
}

ul.menu a.is-active {
    color: #fff;
    background: #e15e2b;
}

.italic {
    font-style: italic;
}

/* shop */
article .field--name-field-cover {
    float: left;
    padding: 15px;
}

article .field--name-variations #commerce-product-add-to-cart-form {
    float: left;
}

/* solange nur paypal als zahlungsmethode ohne adresseingabe... */
#edit-payment-information {
    display: none;
}

/* resposive tables */

.table-mobile-block td, .table-mobile-block th {
  display: block;
}

.table-mobile-hide th, .table-mobile-hide td,
.table-mobile-hide-1 th:nth-child(1), .table-mobile-hide-1 td:nth-child(1),
.table-mobile-hide-2 th:nth-child(2), .table-mobile-hide-2 td:nth-child(2),
.table-mobile-hide-3 th:nth-child(3), .table-mobile-hide-3 td:nth-child(3),
.table-mobile-hide-4 th:nth-child(4), .table-mobile-hide-4 td:nth-child(4) {
    display: none;
}


@media only screen and (min-width:600px) {
    .table-mobile-hide th, .table-mobile-hide td,
    .table-mobile-hide-1 th:nth-child(1), .table-mobile-hide-1 td:nth-child(1),
    .table-mobile-hide-2 th:nth-child(2), .table-mobile-hide-2 td:nth-child(2),
    .table-mobile-hide-3 th:nth-child(3), .table-mobile-hide-3 td:nth-child(3),
    .table-mobile-hide-4 th:nth-child(4), .table-mobile-hide-4 td:nth-child(4) {
        display: table-cell;
    }

    .table-mobile-block td, .table-mobile-block th {
      display: table-cell;
    }

    .table-mobile-only {
      display: none;
    }
}
@media (max-width: 768px) {
  .table-mobile-hide-1 td:nth-child(1),
  .table-mobile-hide-1 th:nth-child(1) {
    display: none;
  }

  .table-mobile-hide-2 td:nth-child(2),
  .table-mobile-hide-2 th:nth-child(2) {
    display: none;
  }
}

.table-mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .table-mobile-only {
    display: table;
  }
  #subfooter-inside .row {
    display: flex;
    flex-direction: column;
  }
}


/* base: elements */
body {
  --primary-color-hover-text: var(--primary-color);
}
a {
  color: var(--primary-color);
}
a:hover,
a:focus,
a:active {
  color: var(--primary-color-hover-text);
}
pre {
  border-left-color: var(--primary-color);
}
.sidebar h2.title,
#page .block-views h2.title {
  border-bottom-color: var(--primary-color);
}

/* base: layout */
#pre-header,
#header-top {
  background-color: var(--light-blue);
}
#header {
  background-color: #e1a430;
  border-bottom-color: #e15e2b;
}

/* components: accordion */
/* .panel-title a,
.panel-heading a:hover {
  background-color: #e15e2b;
} */
.panel-heading--trigger-icon .panel-title a:after {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    right: 30px;
    margin-top: -3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-family: "FontAwesome";
    line-height: 30px;
    content: "\f106";
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a.collapsed:after {
    content: "\f055";
}
.panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a:after {
    right: 10px;
    content: "\f056";
    background-color: transparent;
    color: inherit;
}

/* components: block */
.sidebar .block > h2,
#page .block-views > h2 {
  border-bottom-color: #e15e2b;
}

/* components: buttons */
a.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #e15e2b;
}
.pre-header-area a.button,
.pre-header-area input[type="submit"],
.header-top-area a.button,
.header-top-area input[type="submit"] {
  background-color: #e15e2b!important;
}
.pre-header-area a.button:hover,
.pre-header-area input[type="submit"]:hover,
.header-top-area a.button:hover,
.header-top-area input[type="submit"]:hover {
  background-color: #e15e2b!important;
}
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
a.button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #e15e2b;
}

/* components: dropdown-blocks */
.dropdown .trigger {
  color: #e15e2b;
}
.colored-area .dropdown .trigger {
  color: #ffffff;
}
.colored-area .dropdown-menu > li {
  color: #3f3f3f;
}
.colored-area .dropdown-menu > li a {
  color: #e15e2b;
  text-decoration: none;
}
.colored-area .dropdown-menu > li a:hover,
.colored-area .dropdown-menu > li a:active,
.colored-area .dropdown-menu > li a:focus {
  color: #e15e2b;
  text-decoration: none;
}

/* components: fields */
.field--entity-reference-target-type-taxonomy-term ul.links li a:hover {
  background-color: #e15e2b;
}

/* components: flexslider-internal-banner */
#internal-slider-carousel ul.slides > li.flex-active-slide,
#internal-slider-carousel ul.slides > li:hover {
  border-color: #e15e2b;
}
@media (max-width: 767px) {
  #internal-slider-carousel .flex-direction-nav a {
    border-color: #e15e2b;
    color: #e15e2b;
  }
}

/* components: flexslider-main */
.flex-direction-nav a  {
  color: #e15e2b;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  background-color: #e15e2b;
}
@media screen and (max-width: 860px) {
  .flex-control-paging li a:hover,
  .flex-control-paging li a.flex-active {
    background-color: #e15e2b;
  }
}

/* components: forms */
input.form-text:focus,
textarea:focus {
  border-color: #e15e2b;
}

/* components: image-overlay */
.overlay {
  background-color: #e15e2b;
  background-color: rgba(234,45,73,0.3);
}
.overlay i {
  background-color: #e15e2b;
}

/* components: menu */
ul.menu li a:hover {
  background-color: #e15e2b;
}
ul.menu li.menu-item--collapsed > a:before,
ul.menu li.menu-item--expanded > a:before,
.subfooter-area ul.menu li a:hover {
  color: var(--primary-color);
}

/* components: menu: superfish */
#main-navigation .sf-menu ul {
  background-color: #e15e2b;
  background-color: rgba(234,45,73,0.9);
}
#pre-header .sf-menu ul,
#header-top .sf-menu ul {
  background-color: #e15e2b;
  background-color: rgba(192,39,60,0.9);
}
#main-navigation .sf-menu > li.sfHover > a {
  background-color: #e15e2b;
}
#pre-header .sf-menu > li.sfHover > a,
#pre-header ul.menu li a:hover,
#header-top .sf-menu > li.sfHover > a,
#header-top ul.menu li a:hover,
#main-navigation .sf-menu ul li.sfHover>a,
#main-navigation .sf-menu ul li a:hover {
  background-color: unset;
  color: var(--primary-hover-color);
}
#pre-header .sf-menu ul li.sfHover>a,
#pre-header .sf-menu ul li a:hover,
#header-top .sf-menu ul li.sfHover>a,
#header-top .sf-menu ul li a:hover {
  background-color: #e15e2b;
}

/* components: node-links */
ul.links li.statistics-counter {
  color: #e15e2b;
}
ul.links li a:hover,
.more a:hover {
  background-color: #e15e2b;
}

/* components: node */
.post-progressbar {
  background-color: #e15e2b;
}
.node-info-item .field--entity-reference-target-type-taxonomy-term ul.links li a,
.node-info-item-term .field--name-field-mt-post-categories a {
  color: #e15e2b;
}
.node-info-item .field--entity-reference-target-type-taxonomy-term ul.links li a:hover,
.node-info-item-term .field--name-field-mt-post-categories a:hover {
  color: #e15e2b;
}

/* components: pager */
li.pager__item > a:hover,
li.pager__item.is-active > a {
  background-color: #e15e2b;
}
li.pager__item > a:focus {
  color: #e15e2b;
}

/* components: primary-menu */
body:not(:target) .region-navigation .menu-toggle:hover,
body:not(:target) .region-navigation .menu-toggle--hide:hover {
  background-color: #e15e2b;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .region-navigation .menu-item,
  body:not(:target) .region-navigation .menu-item,
  .region-navigation .menu .menu-item a:hover {
    background-color: #e15e2b;
  }
  .region-navigation .menu-item a,
  body:not(:target) .region-navigation .menu-item a {
    background-color: #e15e2b;
  }
}

/* components: social-links */
.header-area ul.social-bookmarks li a:hover,
.header-area ul.brands li a:hover,
ul.user-social-bookmarks li a:hover {
  background-color: #e15e2b;
}
ul.user-social-bookmarks li a:hover {
  color: #e15e2b;
}

/* components: tables */
table th {
  background-color: #6a6766;
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;

}

/* components: tabs */
.nav-tabs {
  border-bottom-color:#e15e2b;
}
.nav-tabs > li > a:hover {
  border-color: #e15e2b;
  background-color: #e15e2b;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #e15e2b;
  border-color: #e15e2b;
}
@media (min-width: 481px) {
  .nav-tabs > li.active > a:after {
    color: #e15e2b;
  }
}

/* components: teaser-listings */
.view-feed .promoted-posts .view-header span {
  background-color: #e15e2b;
}

/* components: to-top */
#toTop {
  color: #e15e2b;
}

/* components: view-breaking-slider */
.view-titles .more-link a {
  background-color: #e15e2b;
  border-bottom: 6px solid rgba(192,39,60,0.65);
}

/* components: view-most-popular */
.view-popular-objects .views-row:hover {
  border-color: #e15e2b;
}
.view-popular-objects .views-row:hover .views-field-field-mt-post-categories a {
  background-color: #e15e2b;
}

/* components: views */
.views-field-title a:hover {
  color: #e15e2b;
}
.views-field-field-mt-post-categories a:hover {
  background-color: #e15e2b;
}

/* Components: view-tags-cloud */
.view-mt-tags-cloud .views-row a:hover {
  background-color: #e15e2b;
}


/* Startseite */
.bordered {
  border: 1px solid var(--primary-color);
  padding: 8px;
  margin-bottom: 12px;
  width: 100%;
}
.link-subtitle {
  font-weight: normal;
  color: black;
}
.d-block {
  display: block;
}
.d-flex {
  display: block;
}
.filled-col {
  background-color: var(--primary-color);
  color: white !important;
  padding: 40px 20px;
  flex: 1;
  margin: 10px 5px;
  text-align: center;
  display: block;
}
.filled-col-title {
  text-align: center;
  width: 100%;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
}

ol[type="circled"] {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
ol[type="circled"] li {
  display: flex;
  gap: 12px;
  counter-increment: list-counter;
}
ol[type="circled"] li::before {
  content: counter(list-counter);
  min-width: 23px;
  height: 23px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
}

.bordered.only-bottom {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  padding: 0 0 27px 0;
  margin-bottom: 27px;
}

.bordered.only-bottom:last-child {
  border-bottom: none;
}

.bordered.only-bottom strong,
.bordered.only-bottom > :first-child {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.bordered.only-bottom a {
  font-size: 18px;
  font-weight: normal;
  color: #1f6abf;
}
