/*
Theme Name: Trinkl unternehmensfit
Author: Manuel Szecsenyi & Stefan Erben
Autor URI: https://marginleft.at/
Description: Official Theme of Trinkl
Text Domain: trinkl
Version: 1.0
*/
@import "includes/fonts/ball_pen_font.css";
/**
Handles all font related css
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400&display=swap");
.ball-pen {
  font-family: "Ball-Pen";
}

body:not(body.wp-admin),
.block-editor-block-list__layout {
  font-family: "Poppins", sans-serif;
  color: #000000;
  word-break: break-word;
  font-weight: 300;
}
body:not(body.wp-admin) h1,
body:not(body.wp-admin) h2,
body:not(body.wp-admin) h3,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3 {
  margin-bottom: 1rem;
}
body:not(body.wp-admin) h1,
.block-editor-block-list__layout h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #162C78;
}
@media only screen and (max-width: 767px) {
  body:not(body.wp-admin) h1,
  .block-editor-block-list__layout h1 {
    font-size: 2.5rem !important;
  }
}
@media only screen and (max-width: 420px) {
  body:not(body.wp-admin) h1,
  .block-editor-block-list__layout h1 {
    font-size: 2.2rem !important;
  }
}
body:not(body.wp-admin) h2,
.block-editor-block-list__layout h2 {
  font-weight: bold;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  body:not(body.wp-admin) h2,
  .block-editor-block-list__layout h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  body:not(body.wp-admin) h2,
  .block-editor-block-list__layout h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 540px) {
  body:not(body.wp-admin) .has-huge-font-size,
  .block-editor-block-list__layout .has-huge-font-size {
    font-size: 2rem !important;
  }
}
body:not(body.wp-admin) h3,
.block-editor-block-list__layout h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}
body:not(body.wp-admin) p, body:not(body.wp-admin) blockquote, body:not(body.wp-admin) li,
.block-editor-block-list__layout p,
.block-editor-block-list__layout blockquote,
.block-editor-block-list__layout li {
  font-size: 1.1rem;
  line-height: 2.1rem;
}
@media only screen and (max-width: 786px) {
  body:not(body.wp-admin) p, body:not(body.wp-admin) blockquote, body:not(body.wp-admin) li,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout blockquote,
  .block-editor-block-list__layout li {
    line-height: 1.3;
    font-size: 1rem;
  }
}
body:not(body.wp-admin) strong,
.block-editor-block-list__layout strong {
  font-weight: 600;
}
body:not(body.wp-admin) .has-huge-font-size,
.block-editor-block-list__layout .has-huge-font-size {
  font-size: 3.5rem;
}
body:not(body.wp-admin) figcaption a,
.block-editor-block-list__layout figcaption a {
  color: white;
}
body:not(body.wp-admin) .custom-block ul,
body:not(body.wp-admin) .trinkl-accordion ul,
.block-editor-block-list__layout .custom-block ul,
.block-editor-block-list__layout .trinkl-accordion ul {
  padding: 0;
}
body:not(body.wp-admin) .custom-block li,
body:not(body.wp-admin) .trinkl-accordion li,
.block-editor-block-list__layout .custom-block li,
.block-editor-block-list__layout .trinkl-accordion li {
  list-style: none;
  margin-left: 45px;
  margin-bottom: 5px;
  line-height: 2 !important;
}
body:not(body.wp-admin) .custom-block li::before,
body:not(body.wp-admin) .trinkl-accordion li::before,
.block-editor-block-list__layout .custom-block li::before,
.block-editor-block-list__layout .trinkl-accordion li::before {
  content: "";
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #162C78;
  -webkit-mask-image: url("assets/icon-checkmark.svg");
  mask-image: url("assets/icon-checkmark.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  left: 18px;
}
body:not(body.wp-admin) a,
.block-editor-block-list__layout a {
  color: #333333;
  transition: 0.3s;
}
body:not(body.wp-admin) a:hover,
.block-editor-block-list__layout a:hover {
  text-decoration: none;
}
body:not(body.wp-admin) b, body:not(body.wp-admin) strong,
.block-editor-block-list__layout b,
.block-editor-block-list__layout strong {
  font-weight: bold !important;
}

.btn {
  text-transform: uppercase;
  color: #162C78;
  padding: 0;
  font-size: 0.8rem;
  border-radius: 0px;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
@media only screen and (max-width: 420px) {
  .btn {
    font-size: 0.9rem;
  }
}

.btn-primary {
  background-color: #F39527;
  border-color: transparent;
  padding: 10px 60px;
  border-radius: 4px;
  font-size: 1rem;
}
.btn-primary:hover {
  transform: scale(1.05);
  background-color: #F39527;
  border-color: transparent;
  color: #162C78;
}
.btn-primary:focus, .btn-primary:active {
  transform: scale(1.05);
}
.btn-primary i {
  font-size: 1rem;
}

.btn-secondary {
  text-transform: none;
  background-color: #162C78;
  border-color: #162C78;
  color: white !important;
  padding: 15px;
}
.btn-secondary:hover {
  border-color: #162C78;
  background-color: transparent;
  color: #162C78 !important;
}
.btn-secondary:focus, .btn-secondary:active {
  background-color: transparent !important;
}

footer {
  background-color: #272727;
  width: 100%;
  color: white !important;
}
footer a {
  color: white !important;
}
footer .light-box {
  background-color: #343434;
  padding: 2rem 0;
  color: #bdbdbd;
}
footer .light-box a {
  color: #bdbdbd !important;
}
footer .light-box strong {
  color: white;
}
footer .light-box p {
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  line-height: 1.7 !important;
}

.sidebar {
  position: relative;
  width: 95%;
  z-index: 2;
}

.desktop-menu {
  display: none;
  padding-left: 1rem;
}
.desktop-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.desktop-menu ul li {
  display: inline;
  padding: 5px 1rem;
}
@media only screen and (max-width: 1080px) {
  .desktop-menu ul li {
    padding: 5px;
  }
}
.desktop-menu ul a {
  text-decoration: none;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1080px) {
  .desktop-menu ul a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 845px) {
  .desktop-menu ul a {
    font-size: 0.9rem;
  }
}
.desktop-menu ul .current-menu-item a {
  color: #162C78 !important;
  font-weight: 700;
}
.desktop-menu .fab {
  font-size: 1.4rem;
}

@media only screen and (min-width: 800px) {
  .desktop-menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}
#icon-menu {
  z-index: 3;
}
#icon-menu:hover {
  cursor: pointer;
}

#sidebar-content {
  position: absolute;
  width: 100vw;
  right: -100vw;
  z-index: 1;
  transition: 0.2s;
}
#sidebar-content img {
  height: 34px;
}
#sidebar-content .wrapper {
  height: 50px;
}
#sidebar-content ul {
  padding: 0;
  list-style: none;
}
#sidebar-content ul li {
  font-size: 1.8rem;
  padding-top: 2.5rem;
}
#sidebar-content a {
  color: #333333;
}
#sidebar-content .social-icons .fab {
  font-size: 1.5rem;
}

div#sidebar-content.active {
  right: 0;
}

nav {
  z-index: 3;
  background-color: #EEEBEB;
}
nav .container {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
nav .nav-link {
  color: #333333 !important;
  padding-right: 1.5rem !important;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 858px) {
  nav .nav-link {
    padding-right: 0.5rem !important;
  }
}
nav .nav {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  nav .nav {
    margin-top: 25px;
  }
}
nav .current_page_item {
  font-weight: bold !important;
}
nav a.btn-navigation {
  color: #162B77 !important;
  font-weight: 600;
  margin-top: 8px;
  border-bottom: 4px solid #162B77;
  font-size: 1.2rem !important;
}
@media only screen and (max-width: 768px) {
  nav a.btn-navigation {
    display: none;
  }
}

.navbar {
  padding: 1rem 15px;
  border-bottom: 1px solid #cecece;
}
.navbar a {
  font-size: 1rem !important;
}

.navbar-toggler {
  padding: 0 0 0 15px;
  border: none;
  margin-right: -45px;
}

.navbar-brand img {
  margin-left: 0;
  height: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .navbar-brand img {
    height: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-brand {
    height: 2.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.competence-card-wrap {
  overflow: hidden;
  position: relative;
  background-color: white;
  box-shadow: 24px 30px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 2rem;
  min-height: 550px;
  background-position: 1000% 1000% !important;
}
.competence-card-wrap:hover {
  background-position: center center !important;
}
@media only screen and (max-width: 767px) {
  .competence-card-wrap {
    min-height: auto;
  }
}

.competence-card {
  padding: 3rem 2rem;
  position: relative;
  opacity: 1;
}
@media only screen and (max-width: 945px) {
  .competence-card {
    min-height: auto;
  }
}
.competence-card h3 {
  margin-top: 1.5rem;
}
.competence-card p {
  color: #525252;
  font-size: 0.975rem !important;
}

.contact-form h1 {
  font-size: 4rem !important;
}
.contact-form input:not([type=submit]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  background-color: #E1DEDE;
  border: none;
  padding: 8px 16px;
  font-size: 1rem;
}
.contact-form input[type=checkbox] {
  width: auto;
}
.contact-form input[type=submit] {
  position: absolute;
  bottom: 30px;
  right: 50px;
  border-bottom: 2px solid #162C78;
}
.contact-form .btn-primary:disabled {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #162C78;
}
.contact-form textarea {
  padding: 25px;
  height: calc(100% - 15px);
}
.contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") #E1DEDE no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") #E1DEDE no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}

#adwordsModal .contact-form textarea {
  height: 110px;
}

.home #content {
  padding-top: 0;
}

.hero-area {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 70vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 420px) {
  .hero-area {
    height: auto;
  }
}
.hero-area:first-child {
  margin-top: 10vh;
}
@media only screen and (max-width: 767px) {
  .hero-area h1 {
    margin-bottom: 4rem;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area p {
    width: 75%;
  }
}
.hero-area .col-10 {
  z-index: 1;
}
.hero-area .background-letter {
  position: absolute;
  top: 50vh;
  left: 20vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero-area .background-letter {
    width: 19rem;
    left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .hero-area .background-letter {
    width: 54vw;
  }
}
.hero-area .ring {
  position: absolute;
  top: -19rem;
  width: 112rem;
  height: auto;
  z-index: -2;
  right: -52rem;
}
@media only screen and (max-width: 979px) {
  .hero-area .ring {
    right: -57rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .ring {
    width: 86rem;
    right: -45rem;
    top: -6rem;
  }
}

.bracelets {
  margin-top: 10rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bracelets {
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .bracelets {
    margin-top: 4.5rem;
  }
}
.bracelets .background-letter {
  position: absolute;
  top: 10rem;
  right: -3rem;
  z-index: -1;
}
@media only screen and (max-width: 905px) {
  .bracelets .background-letter {
    width: 33vw;
  }
}
.bracelets .bracelet-image {
  margin: -16rem 0 -16rem -40rem;
  width: 100rem;
}
@media only screen and (max-width: 1200px) {
  .bracelets .bracelet-image {
    margin-left: -48rem;
  }
}
@media only screen and (max-width: 992px) {
  .bracelets .bracelet-image {
    margin-left: -60rem;
  }
}
@media only screen and (max-width: 768px) {
  .bracelets .bracelet-image {
    margin-top: 0;
    width: 170%;
    margin-left: -35%;
    margin-bottom: -22%;
  }
}

.front-page-end {
  position: relative;
}
.front-page-end .col-12 {
  z-index: 1;
}
.front-page-end .necklace {
  margin-top: 15rem;
  min-height: 30vh;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .front-page-end .necklace {
    position: relative;
  }
}
@media only screen and (max-width: 420px) {
  .front-page-end .necklace {
    margin-top: 10rem;
  }
}
.front-page-end .necklace img {
  position: absolute;
  bottom: -11rem;
  max-height: 100%;
  width: auto;
  margin-left: -31rem;
}
@media only screen and (max-width: 767px) {
  .front-page-end .necklace img {
    margin-left: -59vw;
    width: 193vw;
    max-height: none;
    bottom: -41vw;
  }
}

.archive .shop-categories {
  text-align: center;
}
.archive .shop-categories .category {
  display: inline;
}
.archive .shop-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.archive .shop-categories ul li {
  display: inline;
  padding: 5px 2rem;
}
@media only screen and (max-width: 1000px) {
  .archive .shop-categories ul li {
    padding: 5px 15px;
  }
}
.archive .shop-categories ul a {
  text-decoration: none;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.archive .shop-categories ul .current-menu-item a {
  color: #162C78 !important;
  text-decoration: underline;
  font-weight: 700;
}

.single-product .category-link a {
  color: #000000;
  font-weight: 600;
}
.single-product .title {
  font-size: 3rem;
}
.single-product #product-information .price {
  color: #162C78;
  font-weight: 500;
  font-size: 1.2rem;
}
.single-product #product-information .request {
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}
.single-product #product-information .price, .single-product #product-information .request {
  display: inline;
}
.single-product #product-request {
  border: 1px solid #000000;
  position: relative;
}
.single-product #product-request #close-button {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 1.5rem;
  color: #162C78;
  padding: 1rem;
  z-index: 99;
}
.single-product #product-request h2 {
  font-size: 2.8rem;
}
.single-product #product-request input:not([type=submit]), .single-product #product-request textarea {
  width: 100%;
  color: #162C78;
  padding: 1rem;
  border: none;
  font-weight: 300;
  resize: none;
}
.single-product #product-request input:not([type=submit])::placeholder, .single-product #product-request textarea::placeholder {
  color: #000000;
}
@media only screen and (max-width: 450px) {
  .single-product #product-request textarea {
    height: 70vh;
  }
}
.single-product #product-request #submit-button {
  position: absolute;
  bottom: 39px;
  right: 8px;
}
.single-product #product-request input[type=submit] {
  font-size: 1rem;
  text-transform: none;
}
.single-product .img-magnifier-container {
  position: relative;
}
.single-product .img-magnifier-glass {
  position: absolute;
  border: 3px solid #fafafa;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
  opacity: 0;
}
.single-product .img-magnifier-glass:hover {
  opacity: 100;
}

.page-template-page-about #content {
  padding-top: 4rem;
}
.page-template-page-about #content .container {
  max-width: 1140px;
}
@media only screen and (max-width: 767px) {
  .page-template-page-about h1 {
    font-size: 3.5rem !important;
  }
}
.page-template-page-about .has-letter-background {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-template-page-about .has-letter-background {
    padding: 13% 0 20%;
  }
}
.page-template-page-about .has-letter-background h1,
.page-template-page-about .has-letter-background p {
  position: relative;
  z-index: 1;
}
.page-template-page-about .has-letter-background img {
  position: absolute;
  width: 60%;
  top: -50%;
  left: 20%;
}
@media only screen and (max-width: 992px) {
  .page-template-page-about .has-letter-background img {
    top: -20%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-about .has-letter-background img {
    height: 100%;
    top: 0;
  }
}
.page-template-page-about .letter-s-background {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-template-page-about .letter-s-background {
    padding: 13% 0 20%;
  }
}
.page-template-page-about .letter-s-background h1,
.page-template-page-about .letter-s-background h2,
.page-template-page-about .letter-s-background p {
  position: relative;
  z-index: 1;
}
.page-template-page-about .letter-s-background img {
  position: absolute;
  width: 75%;
  top: 43%;
  right: -18%;
}
@media only screen and (max-width: 992px) {
  .page-template-page-about .letter-s-background img {
    top: -20%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-about .letter-s-background img {
    height: 100%;
    top: 0;
  }
}

html,
body:not(.wp-admin) {
  padding-top: 60px;
  min-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  height: 100%;
  background-color: #EEEBEB;
}
@media only screen and (max-width: 768px) {
  html,
  body:not(.wp-admin) {
    padding-top: 45px;
  }
}

.container {
  max-width: 1500px;
  padding: 0 20px;
}

.custom-block {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .custom-block {
    margin-bottom: 2rem;
  }
}

.acf-block-preview {
  min-height: 8vh;
}

.block-editor-block-card__title {
  font-size: 1rem !important;
}

.has-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.text-primary {
  color: #162C78 !important;
}

.fd-column {
  flex-direction: column;
}

.wp-block-image img {
  height: auto;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.5;
}

.has-trinkl-blau-color {
  color: #162C78;
}

.has-trinkl-orange-color {
  color: #F39527 !important;
}

.coaching-block li::before {
  background-color: #F39527 !important;
}
.coaching-block .text-primary {
  color: #F39527 !important;
}

/*# sourceMappingURL=style.css.map */
