/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/open-sans-v20-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v20-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v20-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/open-sans-v20-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-300 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/raleway-v22-latin-300.woff2") format("woff2"), url("../fonts/raleway-v22-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/raleway-v22-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v22-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/raleway-v22-latin-700.woff2") format("woff2"), url("../fonts/raleway-v22-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
  opacity: 1;
  width: 90%;
  margin: 5px auto 20px;
}
.wp-block-separator.is-style-wide.green {
  border-color: #82a60f;
}

.wp-block-button__link {
  background-color: #82a60f;
  color: #ffffff;
  padding: 10px 20px;
}
.wp-block-button__link:hover {
  background-color: #01214e;
}

/*************************************************************************/
/* Accordion */
/*************************************************************************/
.wp-block-getwid-accordion__header-wrapper a {
  font-family: "Raleway", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 700;
  color: #82a60f !important;
}

section.content {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
section.content ul li {
  margin-bottom: 5px;
}
section.content h1 {
  color: #82a60f;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
section.content h2 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  color: #01214e;
}
section.content h2.green {
  color: #82a60f;
}
section.content h5 {
  color: #01214e;
  font-weight: 400;
}
section.content h4 {
  color: #01214e;
  font-family: "Open Sans", sans-serif;
}

section {
  padding: 30px 0;
}
section.white {
  background: #ffffff;
}
section.grey {
  background: #f3f3f3;
}
section.shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/*************************************************************************/
/* Green Title Line */
/*************************************************************************/
.title-headline {
  position: relative;
  width: 50%;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #01214e;
  padding: 10px 50px 10px 95px;
  background-color: #82a60f;
  margin: 60px 0 30px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .title-headline {
    width: 100%;
  }
}
.title-headline span {
  position: absolute;
  left: 10px;
  top: -30px;
}
.title-headline span img {
  height: 60px;
}
.title-headline.blue {
  color: #ffffff;
  background-color: #01214e;
}

/*************************************************************************/
/* Content-Box */
/*************************************************************************/
.content-box {
  margin-top: 40px;
}
.content-box .content-header {
  background: #01214e;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 26px;
  line-height: 70px;
  position: relative;
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .content-box .content-header {
    font-size: 18px;
    line-height: 60px;
    padding-left: 80px;
  }
}
.content-box .content-header span {
  position: absolute;
  left: 10px;
  top: -40px;
}
.content-box .content-header span img {
  height: 70px;
}
.content-box .content-image {
  position: relative;
}
.content-box .content-image .overlay-text {
  position: absolute;
  background: rgba(130, 166, 15, 0.8);
  width: 100%;
  bottom: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .content-box .content-image .overlay-text {
    font-size: 18px;
  }
}
.content-box .content-text {
  padding: 20px 10px 10px;
  background-color: #ffffff;
}
.content-box .button-area {
  background-color: #ffffff;
  padding: 0 10px 10px;
}

/*************************************************************************/
/* Image-Box */
/*************************************************************************/
.image-box {
  display: block;
}
.image-box .description {
  background-color: #01214e;
  padding: 20px;
  color: #ffffff;
}

/*************************************************************************/
/* Referenzen */
/*************************************************************************/
.referenzen img {
  width: 90%;
}

/*************************************************************************/
/* Partner */
/*************************************************************************/
.partner .col {
  text-align: center;
}
.partner .col img {
  width: 100%;
}

.depots a {
  text-decoration: none;
}
.depots .depot {
  margin-bottom: 20px;
}
.depots .depot .depot-img {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.depots .depot span.depot-title {
  display: block;
  background: #82a60f;
  color: #000000;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
.depots .depot .depot-address {
  display: block;
  padding-left: 10px;
}

footer {
  background-color: #414141;
  padding: 100px 0;
  color: #ffffff;
}
footer h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
footer ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
footer ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
footer ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 10px;
}
footer ul li a:hover {
  color: #82a60f;
}

.form-col {
  margin-bottom: 20px !important;
}

input[type=submit] {
  background-color: #82a60f;
  border: none;
}
input[type=submit]:hover {
  background-color: #01214e;
  color: #82a60f;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #cd0000;
  margin-left: 3px;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid #cd0000;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

h3 {
  margin-bottom: 15px;
  color: #01214e;
}

h4 {
  margin-bottom: 15px;
  color: #01214e;
  font-weight: 700;
  font-size: 1.3rem;
}

body.page-id-295 .wp-block-file, body.page-id-410 .wp-block-file {
  text-align: left;
  margin-bottom: 30px;
}
body.page-id-295 .wp-block-file a, body.page-id-410 .wp-block-file a {
  background-color: #82a60f;
  border-radius: 20px;
  color: #01214e;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  padding: 10px 20px;
}
body.page-id-295 .wp-block-file a:hover, body.page-id-410 .wp-block-file a:hover {
  background-color: #01214e;
  color: #82a60f;
}
body.page-id-295 .wp-block-file a:before, body.page-id-410 .wp-block-file a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  margin-right: 5px;
}

.top-bar {
  background-color: #01214e;
  color: #ffffff;
  padding: 10px 0;
}
.top-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar ul li {
  display: inline-block;
  color: inherit;
  border-right: 1px solid #ffffff;
  padding-right: 20px;
  padding-left: 20px;
}
.top-bar ul li:first-of-type {
  padding-left: 0;
}
.top-bar ul li:last-of-type {
  border: none;
}
.top-bar ul li a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
}
.top-bar ul li a:hover {
  color: #d6d6d6;
}

.search-bar {
  background-color: #ffffff;
  padding: 20px 0;
}
.search-bar a {
  text-decoration: none;
}
.search-bar .pin-logo img {
  height: 70px;
}
.search-bar .siegel {
  height: 50px;
}

.nav-bar {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  background-color: #82a60f;
  padding: 10px 0;
}
.nav-bar .navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.nav-bar .navbar .container-fluid li .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.nav-bar .navbar .container-fluid li:last-of-type .nav-link {
  padding-right: 0;
}
.nav-bar .navbar .container-fluid li:first-of-type .nav-link {
  padding-left: 0;
}
.nav-bar .navbar .container-fluid a {
  font-size: 20px;
  font-weight: 400;
  color: #414141;
}
.nav-bar .navbar .container-fluid a.active {
  color: black;
}

.spacer-50 {
  display: block;
  height: 50px;
}

.spacer-100 {
  display: block;
  height: 100px;
}

.news-item {
  margin-bottom: 30px;
}
.news-item span.date {
  color: #747474;
  font-size: 14px;
}
.news-item a {
  text-decoration: none;
}
.news-item .img-description {
  display: block;
  text-align: right;
  margin-top: 5px;
  color: #747474;
}

.slider-wrapper {
  margin-top: 15px;
}
.slider-wrapper .slider-item {
  position: relative;
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .slider-wrapper .slider-item {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-wrapper .slider-item {
    height: 200px;
  }
}
.slider-wrapper .slider-item .slider-line {
  background-image: url("/wp-content/themes/pin/assets/img/basics/slide-grafic.png");
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
@media only screen and (max-width: 1200px) {
  .slider-wrapper .slider-item .slider-line {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-wrapper .slider-item .slider-line {
    height: 200px;
  }
}
.slider-wrapper .slider-item .info-wrapper {
  position: absolute;
  width: 600px;
  padding: 10px 20px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .slider-wrapper .slider-item .info-wrapper {
    display: none;
  }
}
.slider-wrapper .slider-item .info-wrapper h3 {
  color: #01214e;
}
.slider-wrapper .slider-item .info-wrapper h5 {
  color: #82a60f;
}
.slider-wrapper .slider-item .info-wrapper .info-icon {
  color: #82a60f;
  font-size: 30px;
}

/*************************************************************************/
/* Swiper */
/*************************************************************************/
:root {
  --swiper-theme-color: rgba(255, 255, 255, 0.5);
}

.wp-block-woocommerce-cart {
  margin-top: 50px;
}
.wp-block-woocommerce-cart .wc-block-components-product-name {
  font-weight: 700 !important;
  color: #5d770b;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  padding-top: 100px;
  min-height: 400px;
}
.wp-block-woocommerce-cart .with-empty-cart-icon {
  color: #82a60f;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
  background-color: #5d770b;
  color: #ffffff;
  border-radius: 10px;
}

.wp-block-woocommerce-checkout a {
  color: #5d770b !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background-color: #5d770b;
  color: #ffffff;
  border-radius: 10px;
  border: none;
}

ul.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.payment_methods li {
  margin-bottom: 20px;
}
ul.payment_methods li label {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

ul.products {
  padding-top: 50px !important;
  display: block !important;
}
ul.products li.product .woocommerce-loop-product__title {
  font-weight: 400;
}
ul.products li.product .woocommerce-Price-amount {
  color: #5d770b;
  font-size: 1rem;
  font-weight: 700;
}
ul.products li.product .wc-gzd-additional-info a {
  color: #5d770b;
  font-weight: 700;
}
ul.products li.product .add_to_cart_button {
  background-color: #5d770b;
  color: #ffffff;
  border-radius: 10px;
}
ul.products li.product .add_to_cart_button:hover {
  background-color: #82a60f !important;
  color: #ffffff !important;
}

.added_to_cart.wc-forward {
  color: #5d770b !important;
}

.woocommerce-ordering select {
  padding: 5px 10px !important;
}

body.single-product .entry-summary .sku_wrapper {
  display: block;
  margin-bottom: 10px;
}
body.single-product .entry-summary .price {
  font-size: 1.5rem !important;
  color: #5d770b !important;
  font-weight: 700;
}
body.single-product .entry-summary a {
  color: #5d770b !important;
  font-weight: 400;
}
body.single-product .quantity input {
  padding: 4px 10px !important;
}
body.single-product .single_add_to_cart_button {
  background-color: #5d770b !important;
  color: #ffffff;
  border-radius: 10px;
}

body.woocommerce-account h1 {
  margin-bottom: 20px;
}
body.woocommerce-account .content a {
  color: #5d770b !important;
}

.woocommerce-info {
  color: #414141;
  border-top: 3px solid #5d770b;
  list-style: none outside;
}
.woocommerce-info:before {
  color: #5d770b;
}

.woocommerce-account .addresses .title .edit {
  float: left !important;
}

/*************************************************************************/
/* General */
/*************************************************************************/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-family: "Open Sans", sans-serif;
  color: #414141;
}

.btn-primary {
  background-color: #01214e;
  border-color: #01214e;
}

.btn-secondary {
  background-color: #82a60f;
  border-color: #82a60f;
}

.header-nav-search-item {
  font-size: 16px !important;
}
/*# sourceMappingURL=theme.css.map */