/*
Theme Name:         PIYA
Theme URI:          http://www.glunz.ch
Github Theme URI:   http://glunz.dscloud.biz:30000/glunz/plaintemplate2
Description:        PIYA is a custom template made by GLUNZ
Version:            1.0
Author:             Stirling Tschan, Dino Meyer
Author URI:         http://www.glunz.ch

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/


.home .entry-content .medium-8 h4 {
    margin-bottom: 20px;
}

.home .entry-content .medium-8 .button {
    opacity: 1 !important;
}

#post {
    background-color: #000 !important;
    color: #fff !important;
}

#post .entry-content {
    align-items: flex-start;
    padding-bottom: 40px;
}

.inserate-tabelle{
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: left;
	width: 100%;
}
.inserate-tabelle tr td:first-child{
	width: 40%;
}
.inserate-tabelle .inserat{
	text-decoration: underline;
	width: 60%;
}

.inserate-tabelle-v2{
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 1em;
}

.inserat-v2{
	padding-bottom: 20px !important;
	text-decoration: underline;
}

.inserat-person{
	font-weight: 100;
}
.quform-1 {
	text-align: left;
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 1em;
}

#page-951 .textblock{
	justify-content: center;
}
#materiel{
	display: none;
}

/** CATEGORY **/

.category-products {
    background: var(--Off-White, #D2D6D0);
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.category-products .back {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-products h2 {
    margin: 0;
}

.category-products .term-products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 24px;
}

.category-products .term-products .term-product {
    display: flex;
    height: 209px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    transition: background-size 0.7s ease;
    background-color: #070707;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    flex: 0 0 calc((100% - 23px) / 2);
}

.category-products .term-products > .product-item,
.category-products .term-products > .term-product {
    flex: 0 0 calc((100% - 24px) / 2);
}

.category-products .term-products .product-item .headings {
    max-width: 280px;
    margin: 0;
    text-align: left;
    letter-spacing: 0;
}

.category-products .term-products .product-item h2.headings {
    margin-top: 6px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.category-products .term-products .product-item h3.headings {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.category-products .term-products .term-product:hover {
    opacity: 1;
    background-size: 105% !important;
}

.category-products .term-products .term-product .inner {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
    align-self: stretch;
}

.category-products .term-products .term-product h4 {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    text-align: left;
}



/** PRODUCT DETAILS **/

#post .product-categories {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    opacity: 0.8;
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin-bottom: 32px;
}

#post .product-categories a {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

#post .right-details {
    text-align: left;
}

#post .type-articul {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

#post .type-articul .item {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 135% */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

#post .type-articul .item span.type-label {
    display: none;
}


#post .type-articul img {
    width: 40px;
    opacity: 0.5;
}

#post .wall {
    width: 2px;
    height: 34px;
    background-color: #fff;
}

#post h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0%;
}

#post .description {
    color: var(--White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 135% */
}

#post .table-contents {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
}

#post .table-contents .unit {
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#post .table-contents .unit .label {
    opacity: 0.5;
}

#post .table-contents .unit:not(:last-child) {
    border-bottom: 1px solid rgba(210, 214, 208, 0.25);
}

@media(min-width: 992px) {
    #post .table-contents .unit .label {
        min-width: 200px;
    }

    #post .table-contents .unit {
        flex-direction: row;
    }
}

#post .entry-footer {
    padding-top: 6rem;
}


@media(min-width: 420px) {
    .category-products .term-products .product-item,
    .category-products .term-products .term-product {
        min-height: 300px;
    }
}

@media(min-width: 768px) {
    .category-products .term-products .term-product {
        height: 353px;
    }

    .category-products .term-products .term-product h4 {
        font-size: 30px;
        line-height: 34px;
    }

    .category-products .term-products .term-product .inner {
        padding: 24px;
    }

    .category-products .term-products .product-item h2.headings {
        font-size: 30px;
        line-height: 34px;
    }
    
    .category-products .term-products .product-item h3.headings {
        font-size: 16px;
        line-height: 22px;
    }
}

@media(min-width: 992px) {
    .category-products .term-products > .product-item,
    .category-products .term-products > .term-product {
        flex: 0 0 calc((100% - 72px) / 4);
    }

    #post .entry-content h1 {
        font-size: 65px;
        line-height: 69px;
    }
}

@media(min-width: 1200px) {
    .category-products {
        padding: 80px 120px;
        gap: 80px;
    }

    .category-products .term-products {
        max-width: 1200px;
    }

    #post .type-articul .item span.type-label {
        display: initial;
    }
}


@media only screen and (min-width: 640px) {
    #post .entry-footer {
        padding-bottom: 16rem;
    }
}
