/**
 *
 * ZENTRALE MODULE-STYLESHEETDATEI
 *
 * Diese Datei bündelt Stile des Moduls. Tailwind Variablen sind
 * über die Funktion "config('colors.name')" abrufbar.
 *
 * ANMERKUNGEN
 * Sie dient nicht dazu Elemente, Klassen oder IDs zu gestalten. Die Gestaltung muss in zuordbare
 * und sinnvolle Einzeldateien ausgelagert werden.
 *
 */

/**
 * This file is part of OXID eSales Flow theme.
 *
 * OXID eSales Flow theme is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * OXID eSales Flow theme is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with OXID eSales Flow theme.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @link      http://www.oxid-esales.com
 * @copyright (C) OXID eSales AG 2003-2016
 */

.pin-column a {
  display: block;
}

.pin-column a:hover {
  text-decoration: none;
}

.pin-categories-filter {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pin-categories-filter h2 {
  text-transform: none;
  margin-bottom: 30px;
}

.pin-categories-filter .pin-categories-filter-buttons {
  display: inline-block;
  background-color: #fefefd;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 8px rgba(200, 200, 200, .5), 0 0 3px rgba(200, 200, 200, .5);
          box-shadow: 0 0 8px rgba(200, 200, 200, .5), 0 0 3px rgba(200, 200, 200, .5);
}

@media (max-width: 768px) {
  .pin-categories-filter .pin-categories-filter-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    background-color: #eee9e4;
    border-top: 1px solid #80596d;
    border-bottom: 1px solid #80596d;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.pin-categories-filter .pin-categories-filter-buttons .btn {
  color: #4d4c4b;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 9999px;
  border: 0;
  background-color: transparent;
}

@media (max-width: 991px) {
  .pin-categories-filter .pin-categories-filter-buttons .btn {
    font-size: 13px;
    padding: 8px 10px;
  }
}

@media (max-width: 768px) {
  .pin-categories-filter .pin-categories-filter-buttons .btn {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.pin-categories-filter .pin-categories-filter-buttons .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #dacbd3;
}

.pin-categories-filter .pin-categories-filter-buttons .btn:hover,
.pin-categories-filter .pin-categories-filter-buttons .btn:focus,
.pin-categories-filter .pin-categories-filter-buttons .btn:active:focus {
  background-color: #efe9ec;
}

.pin-categories-filter .pin-categories-filter-buttons .btn.active {
  color: #fff;
  background-color: #80596d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pin-categories-filter .pin-categories-filter-buttons .btn.active:active,
.pin-categories-filter .pin-categories-filter-buttons .btn.active:hover,
.pin-categories-filter .pin-categories-filter-buttons .btn.active:focus {
  color: #fff;
  background-color: #80596d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pin-categories-filter .pin-categories-filter-buttons .btn.active:active {
  cursor: default;
}

.pin-item {
  color: #9f9d9a;
  position: relative;
  margin-bottom: 60px;
}

.pin-item img {
  position: relative;
  z-index: 0;
  opacity: .9;
}

.pin-item:hover img {
  opacity: 1;
}

.pin-item:hover .pin-header-wrapper .pin-header {
  color: #fff;
  background-color: #80596d;
}

.pin-item .pin-header-wrapper {
  position: relative;
  display: block;
  z-index: 1;
  margin: -24px 0 10px 5%;
  width: 90%;
  text-align: center;
}

.pin-item .pin-header-wrapper .pin-header {
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  color: #6d5b42;
  border: 3px solid #fff;
  background-color: #f4f1ed;
}

.pin-item .pin-text {
  margin-bottom: 0;
  color: #6d5b42;
  font-size: 1.286em;
}

.pin-item hr {
  width: 50px;
  margin: 10px auto;
  border-color: #c3c1bd;
}

.pin-item .pin-link,
.pin-item .pin-link:active,
.pin-item .pin-link:focus,
.pin-item .pin-link:visited {
  display: inline-block;
  margin-top: 15px;
  color: #80596d;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 80%;
  border-bottom: 4px solid #efe9ec;
}

.pin-item .pin-link:hover,
.pin-item .pin-link:active:hover,
.pin-item .pin-link:focus:hover,
.pin-item .pin-link:visited:hover {
  color: #624453;
  border-bottom: 4px solid #c6acb9;
}

@media (max-width: 1199px) {
  .pin-item .pin-header {
    font-size: 18px;
  }

  .pin-item .pin-text {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .pin-item .pin-link {
    font-size: 14px;
  }
}

.pin-item .pin-image {
  margin: 0 auto;
}

.pin-item-without-image {
  color: #fff;
  padding: 20px;
  margin-bottom: 60px;
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
}

.pin-item-without-image:hover {
  background-color: #80596d !important;
}

.pin-item-without-image > div {
  padding: 35px 15px;
  border: 1px solid rgba(255, 255, 255, .5);
  overflow: hidden;
}

.pin-item-without-image .pin-header {
  margin: 0 0 20px 0;
  font-size: 35.2px;
  letter-spacing: 1px;
}

.pin-item-without-image .pin-text {
  margin: 0 0 25px 0;
  font-size: 18px;
  letter-spacing: 1px;
}

.pin-item-without-image .pin-link {
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition: background-color .35s;
  transition: background-color .35s;
}

.pin-item-without-image .pin-link:hover {
  background-color: rgba(0, 0, 0, .5);
}
