/* Author:  Martin Stettler (https://dieweberei.ch/)
    Version: 10/08/2020 // BS v4.5.0
*/

/* ==========================================================================
   DEV STYLES
   ==========================================================================

.button_container {
    border: 1px dashed #f227f9;
}
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

/* Bootstrap CSS */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth; /* do not delete */
}

body {
    margin: 0;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-size: 27px;
    font-size: calc(20px + (27 - 20) * (100vw - 320px)/(1440 - 320));
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
table {
    margin-bottom: 40px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    font-size: 50px;
    font-size: calc(32px + (50 - 32) * (100vw - 320px)/(1440 - 320));
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}

h1:after,
.bottom-line:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90px;
    padding-top: 60px;
    border-bottom: 5px solid #000;
}

h2,
h3 {
    font-size: 50px;
    font-size: calc(27px + (50 - 27) * (100vw - 320px)/(1440 - 320));
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.layout-content h2 {
    font-size: 40px;
    font-size: calc(23px + (40 - 23) * (100vw - 320px)/(1440 - 320));
    margin-bottom: 25px;
    font-weight: 700;
}

.news-area h3 {
    font-size: 27px;
    text-transform: none;
}

.article-with-bg .season-style div h3 {
    margin-bottom: 25px;
}

.bg-black h2,
.bg-grey h2,
.bg-black h3,
.bg-grey h3,
.bg-black p,
.bg-grey p,
.bg-black li,
.bg-grey li {
    color: #FFF;
}

.small-text,
.news-area {
    font-size: 20px;
}

.main ul {
    padding: 0;
}

.main li {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px; }

.main li:before {
    position: relative;
    display: block;
    top: 0;
    left: -20px;
    height: 0;
    content: ">"; }

b,
strong {
    font-weight: 700;
}

br {
    line-height: 1.5;
}

/* Links */
.main a,
.footer a {
    text-decoration: none;
}

.main a {
    color: #000;
    border-bottom: 3px solid #000;
}

.main .bg-black a,
.main .bg-grey a {
    color: #FFF;
    border-bottom: 3px solid #FFF;
}

.main .news-area a {
    border-bottom: 2px solid #FFF;
}

.main a:hover {
    color: #927558;
    border-bottom: 3px solid transparent;
}

.main .news-article-small a:hover {
    border-bottom: 2px solid transparent;
}

a:focus,
button:focus,
input:focus,
*:focus {
    outline: none;
}

.link-element {
    position: relative;
    display: table;
    padding: 4px 10px;
    margin-top: 40px;
    margin-left: auto;
    color: #FFF;
    z-index: 2;
    font-size: 27px;
    font-size: calc(20px + (27 - 20) * (100vw - 320px)/(1440 - 320));
    font-weight: 700;
}

.link-element a {
    color: #FFF;
    text-decoration: none;
    border: none;
}

.main .bg-black .link-element a,
.main .bg-grey .link-element a {
    text-decoration: none;
    border: none;
}

.link-element:hover a {
    color: #3e3d40 !important;
    border-bottom: 0;
}

.link-element:before {
    content: '>';
    display: inline-block;
    color: #FFF;
    margin-right: 10px;
}

.link-element:hover {
    color: #3e3d40;
    background: #FFF !important;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    cursor: pointer;
}

.link-element:hover:before {
    color: #3e3d40;
}

.main a[href$=".pdf"]:before,
.main a[href$=".doc"]:before,
.main a[href$=".docx"]:before,
.main a[href$=".xls"]:before,
.main a[href$=".xlsx"]:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 28px;
    background-image: url(../img/file-icon-black.svg);
    background-color: transparent;
    color: #000;
    position: relative;
    margin: 0 8px 0 0;
}

.main .bg-grey a[href$=".pdf"]:before,
.main .bg-grey a[href$=".doc"]:before,
.main .bg-grey a[href$=".docx"]:before,
.main .bg-grey a[href$=".xls"]:before,
.main .bg-grey a[href$=".xlsx"]:before,
.main .bg-black a[href$=".pdf"]:before,
.main .bg-black a[href$=".doc"]:before,
.main .bg-black a[href$=".docx"]:before,
.main .bg-black a[href$=".xls"]:before,
.main .bg-black a[href$=".xlsx"]:before {
    background-image: url(../img/file-icon-white.svg);
}

.main a[href$=".pdf"]:hover:before,
.main a[href$=".doc"]:hover:before,
.main a[href$=".docx"]:hover:before,
.main a[href$=".xls"]:hover:before,
.main a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-brown.svg);
}

/* Link colors */ 
.main .snow-colors a:hover,
.layout-content.snow .main .season-style a:hover {
    color: #3ba9b6;
}

.main .snow-colors a[href$=".pdf"]:hover:before,
.main .snow-colors a[href$=".doc"]:hover:before,
.main .snow-colors a[href$=".docx"]:hover:before,
.main .snow-colors a[href$=".xls"]:hover:before,
.main .snow-colors a[href$=".xlsx"]:hover:before,
.snow-colors .season-style a[href$=".pdf"]:hover:before,
.snow-colors .season-style a[href$=".doc"]:hover:before,
.snow-colors .season-style a[href$=".docx"]:hover:before,
.snow-colors .season-style a[href$=".xls"]:hover:before,
.snow-colors .season-style a[href$=".xlsx"]:hover:before,
.layout-content.snow .main .season-style a[href$=".pdf"]:hover:before,
.layout-content.snow .main .season-style a[href$=".doc"]:hover:before,
.layout-content.snow .main .season-style a[href$=".docx"]:hover:before,
.layout-content.snow .main .season-style a[href$=".xls"]:hover:before,
.layout-content.snow .main .season-style a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-snow.svg);
}

.main .skate-colors a:hover,
.layout-content.skate .main .season-style a:hover {
    color: #e2001a;
}

.main .skate-colors a[href$=".pdf"]:hover:before,
.main .skate-colors a[href$=".doc"]:hover:before,
.main .skate-colors a[href$=".docx"]:hover:before,
.main .skate-colors a[href$=".xls"]:hover:before,
.main .skate-colors a[href$=".xlsx"]:hover:before,
.skate-colors .season-style a[href$=".pdf"]:hover:before,
.skate-colors .season-style a[href$=".doc"]:hover:before,
.skate-colors .season-style a[href$=".docx"]:hover:before,
.skate-colors .season-style a[href$=".xls"]:hover:before,
.skate-colors .season-style a[href$=".xlsx"]:hover:before,
.layout-content.skate .main .season-style a[href$=".pdf"]:hover:before,
.layout-content.skate .main .season-style a[href$=".doc"]:hover:before,
.layout-content.skate .main .season-style a[href$=".docx"]:hover:before,
.layout-content.skate .main .season-style a[href$=".xls"]:hover:before,
.layout-content.skate .main .season-style a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-skate.svg);
}

.main .fashion-colors a:hover,
.layout-content.fashion .main .season-style a:hover {
    color: #fbbf12;
}

.main .fashion-colors a[href$=".pdf"]:hover:before,
.main .fashion-colors a[href$=".doc"]:hover:before,
.main .fashion-colors a[href$=".docx"]:hover:before,
.main .fashion-colors a[href$=".xls"]:hover:before,
.main .fashion-colors a[href$=".xlsx"]:hover:before,
.fashion-colors .season-style a[href$=".pdf"]:hover:before,
.fashion-colors .season-style a[href$=".doc"]:hover:before,
.fashion-colors .season-style a[href$=".docx"]:hover:before,
.fashion-colors .season-style a[href$=".xls"]:hover:before,
.fashion-colors .season-style a[href$=".xlsx"]:hover:before,
.layout-content.fashion .main .season-style a[href$=".pdf"]:hover:before,
.layout-content.fashion .main .season-style a[href$=".doc"]:hover:before,
.layout-content.fashion .main .season-style a[href$=".docx"]:hover:before,
.layout-content.fashion .main .season-style a[href$=".xls"]:hover:before,
.layout-content.fashion .main .season-style a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-fashion.svg);
}

.main .outdoor-colors a:hover,
.layout-content.outdoor .main .season-style a:hover {
    color: #93bc78;
}

.main .outdoor-colors a[href$=".pdf"]:hover:before,
.main .outdoor-colors a[href$=".doc"]:hover:before,
.main .outdoor-colors a[href$=".docx"]:hover:before,
.main .outdoor-colors a[href$=".xls"]:hover:before,
.main .outdoor-colors a[href$=".xlsx"]:hover:before,
.outdoor-colors .season-style a[href$=".pdf"]:hover:before,
.outdoor-colors .season-style a[href$=".doc"]:hover:before,
.outdoor-colors .season-style a[href$=".docx"]:hover:before,
.outdoor-colors .season-style a[href$=".xls"]:hover:before,
.outdoor-colors .season-style a[href$=".xlsx"]:hover:before,
.layout-content.outdoor .main .season-style a[href$=".pdf"]:hover:before,
.layout-content.outdoor .main .season-style a[href$=".doc"]:hover:before,
.layout-content.outdoor .main .season-style a[href$=".docx"]:hover:before,
.layout-content.outdoor .main .season-style a[href$=".xls"]:hover:before,
.layout-content.outdoor .main .season-style a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-outdoor.svg);
}

.main .outdoor-colors a:hover,
.layout-content.outdoor .main .season-style a:hover {
    color: #93bc78;
}

.main .neutral-colors a[href$=".pdf"]:hover:before,
.main .neutral-colors a[href$=".doc"]:hover:before,
.main .neutral-colors a[href$=".docx"]:hover:before,
.main .neutral-colors a[href$=".xls"]:hover:before,
.main .neutral-colors a[href$=".xlsx"]:hover:before,
.neutral-colors .season-style a[href$=".pdf"]:hover:before,
.neutral-colors .season-style a[href$=".doc"]:hover:before,
.neutral-colors .season-style a[href$=".docx"]:hover:before,
.neutral-colors .season-style a[href$=".xls"]:hover:before,
.neutral-colors .season-style a[href$=".xlsx"]:hover:before,
.layout-content.neutral .main .season-style a[href$=".pdf"]:hover:before,
.layout-content.neutral .main .season-style a[href$=".doc"]:hover:before,
.layout-content.neutral .main .season-style a[href$=".docx"]:hover:before,
.layout-content.neutral .main .season-style a[href$=".xls"]:hover:before,
.layout-content.neutral .main .season-style a[href$=".xlsx"]:hover:before {
    background-image: url(../img/file-icon-brown.svg);
}

.main .neutral-colors a:hover,
.layout-neutral.outdoor .main .season-style a:hover {
    color: #927558;
}

.main .news-area a[href$=".pdf"]:before,
.main .news-area a[href$=".doc"]:before,
.main .news-area a[href$=".docx"]:before,
.main .news-area a[href$=".xls"]:before,
.main .news-area a[href$=".xlsx"]:before  {
    width: 14px;
    height: 16px;
}

/* Phone */
a[href^="tel"] {
    cursor: pointer !important;
}

/* Smooth animations */
a,
a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* Tables */
table {
    width: 100%;
}

/*
table {
    table-layout: fixed;
}
*/
table:last-child {
    margin-bottom: 0;
}

table>thead>tr,
table>tbody>tr {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.news-area table>thead>tr,
.news-area table>tbody>tr {
    border-bottom: 1px solid #FFF;
}

table>thead>tr>th,
table>tbody>tr>td {
    width: auto;
    font-size: 27px;
    font-size: calc(17px + (27 - 17) * (100vw - 320px)/(1440 - 320));
    vertical-align: top;
    border-top: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Non standard for webkit */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.news-area table>thead>tr>th,
.news-area table>tbody>tr>td {
    font-size: 18px;
    font-size: calc(16px + (18 - 16) * (100vw - 320px)/(1440 - 320));
    color: #FFF;
}

table>thead>tr>th {
    font-weight: 700;
}

table tr th,
table tr td {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table>tbody>tr>th,
table>tbody>tr>td {
    width: auto;
}

table>tbody>tr>th:first-child,
table>tbody>tr>td:first-child,
table>tbody>tr>th:last-child,
table>tbody>tr>td:last-child {
    width: 20%;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

header {
    width: 100% !important;
    margin-bottom: 20px;
}

.logo {
    width: 120px;
    height: 22;
    margin: 20px auto;
}

.logo span {
    display: block;
    width: 120px;
    height: 22px;
    background: url(../img/logo-tip2tail.svg);
    background-size: 100% 100%;
    text-indent: -9999px;
}

.social-links {
    position: absolute;
    right: 30px;
    top: 22px;
}

.social-links li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.social-links li.email,
.social-links li.fb,
.social-links li.in {
    width: 20px;
    height: 20px;
    background: url(../img/icon-email.svg);
    background-size: 100% 100%;
    text-indent: -9999px;
    transition: background .25s ease;
}

.social-links li.email:hover {
    background: url(../img/icon-email2.svg);
    cursor: pointer;
}

.social-links li.fb {
    background: url(../img/icon-facebook.svg);
}

.social-links li.fb:hover {
    background: url(../img/icon-facebook2.svg);
    cursor: pointer;
}

.social-links li.in {
    background: url(../img/icon-instagram.svg);
}

.social-links li.in:hover {
    background: url(../img/icon-instagram2.svg);
    cursor: pointer;
}

.season {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 102px;
    height: 125px;
}

.season div {
    position: absolute;
    width: 102px;
    height: 125px;
}

.season-icon {
    z-index: 1000;
}

.season-icon span,
.season-bg span {
    display: block;
    width: 102px;
    height: 125px;
    background-size: 100% 100%;
}

.season-bg span {
    mix-blend-mode: multiply;
}

.outdoor .season-icon span {
    background: url(../img/icon-outdoor-text.svg);
}

.outdoor .season-bg span {
    background: url(../img/icon-outdoor.svg);
}

.fashion .season-icon span {
    background: url(../img/icon-fashion-text.svg);
}

.fashion .season-bg span {
    background: url(../img/icon-fashion.svg);
}

.skate .season-icon span {
    background: url(../img/icon-skate-text.svg);
}

.skate .season-bg span {
    background: url(../img/icon-skate.svg);
}

.snow .season-icon span {
    background: url(../img/icon-snow-text.svg);
}

.snow .season-bg span {
    background: url(../img/icon-snow.svg);
}

.fullsize-image {
    position: relative;
}
/*
.fullsize-image img {
    width: 100%;
    height: auto;
}
*/
.zoom-image {
    overflow: hidden;
}

.zoom-image img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
    mix-blend-mode: multiply;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.075);
        transform: scale(1.075);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ==========================================================================
   FULLSCREEN OVERLAY NAVIGATION (https://codepen.io/KingKabir/pen/QyPwgG)
   ========================================================================== */

.button_container {
    position: fixed;
    top: 18px;
    left: 30px;
    height: 27px;
    width: 37px;
    cursor: pointer;
    transition: opacity .25s ease;
    z-index: 1081;
}

.button_container:hover span {
    background: #927558;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span,
.button_container span:visited {
    background: #000;
    border: 1px solid white;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 1080;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    animation-delay: .60s;
}

.overlay nav {
    position: relative;
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    text-align: center;
}

.overlay ul {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

.overlay ul.main-nav { 
    width: 80%;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-weight: 700;
    font-size: 50px;
    font-size: calc(27px + (50 - 27) * (100vw - 320px)/(1440 - 320));
    margin-bottom: 30px;
}

.overlay ul.sub-nav {
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-weight: 400;
    font-size: 35px;
    font-size: calc(22px + (35 - 22) * (100vw - 320px)/(1440 - 320));
}

.overlay ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    opacity: 0; 
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover {
    cursor: pointer;
}

.overlay ul.main-nav:nth-of-type(1) li a:hover,
.overlay ul.main-nav:nth-of-type(1) ul.sub-nav li a:hover,
.overlay ul.main-nav:nth-of-type(1) li a.active,
.overlay ul.main-nav:nth-of-type(1) ul.sub-nav li a.active {
    color: #3ba9b6;
}

.overlay ul.main-nav:nth-of-type(2) li a:hover,
.overlay ul.main-nav:nth-of-type(2) ul.sub-nav li a:hover,
.overlay ul.main-nav:nth-of-type(2) li a.active,
.overlay ul.main-nav:nth-of-type(2) ul.sub-nav li a.active {
    color: #e2001a;
}

.overlay ul.main-nav:nth-of-type(3) li a:hover,
.overlay ul.main-nav:nth-of-type(3) ul.sub-nav li a:hover,
.overlay ul.main-nav:nth-of-type(3) li a.active,
.overlay ul.main-nav:nth-of-type(3) ul.sub-nav li a.active {
    color: #fbbf12;
}

.overlay ul.main-nav:nth-of-type(4) li a:hover,
.overlay ul.main-nav:nth-of-type(4) ul.sub-nav li a:hover,
.overlay ul.main-nav:nth-of-type(4) li a.active,
.overlay ul.main-nav:nth-of-type(4) ul.sub-nav li a.active {
    color: #93bc78;
}

.overlay ul.main-nav:nth-of-type(5) li a:hover,
.overlay ul.main-nav:nth-of-type(5) ul.sub-nav li a:hover,
.overlay ul.main-nav:nth-of-type(5) li a.active,
.overlay ul.main-nav:nth-of-type(5) ul.sub-nav li.active a {
    color: #927558;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */

.main,
footer { 
    padding-left: 15px;
    padding-right: 15px;
}


.unit {
    margin-top: 60px;
    margin-bottom: 60px;
}

.news-area {
    margin-top: 0px;
}

.news-area.unit {
    margin-bottom: 20px;
}

.part {
    margin-top: 30px;
    margin-bottom: 30px;
}

.unit *:last-child,
.part *:last-child {
    margin-bottom: 0;
}

.p-25 {
    padding: 25px;
}

.p-40 {
    padding: 40px;
}

.p-lr-40 {
    padding: 40px;
}

.p-lr-30  {
    padding-left: 30px;
    padding-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* Colors */
.bg-black {
    background: black;
}

.bg-grey {
    background: #3e3d40;
}

.triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 45px solid #3ba9b6;
    border-right: 45px solid transparent;
}

/* Snow */
.layout-content.snow .season-style,
.snow-colors .season-style {
    border-bottom: 5px solid #3ba9b6;
}

.layout-content.snow .link-element,
.snow-colors .link-element {
    color: #3ba9b6; 
    background: #3ba9b6;
}

.snow-colors .triangle {
    border-top: 45px solid #3ba9b6;
}

/* Skate */
/*.skate .season-style,*/
.skate-colors .season-style  {
    border-bottom: 5px solid #e2001a;
}

/*.skate .link-element,*/
.skate-colors .link-element {
    background: #e2001a;
}

.skate-colors .triangle {
    border-top: 45px solid #e2001a;
}

/* Fashion */
/*.fashion .season-style,*/
.fashion-colors .season-style {
    border-bottom: 5px solid #fbbf12;
}

/*.fashion .link-element,*/
.fashion-colors .link-element {
    background: #fbbf12;
}

.fashion-colors .triangle {
    border-top: 45px solid #fbbf12;
}

/* Outdoor */
/*.outdoor .season-style,*/
.outdoor-colors .season-style {
    border-bottom: 5px solid #93bc78;
}

/*.outdoor .link-element,*/
.outdoor-colors .link-element {
    background: #93bc78;
}

.outdoor-colors .triangle {
    border-top: 45px solid #93bc78;
}

/* neutral */
/*.neutral .season-style,*/
.neutral-colors .season-style {
    border-bottom: 5px solid #927558;
}

/*.neutral .link-element,*/
.neutral-colors .link-element {
    background: #927558;
}

.neutral-colors .triangle {
    border-top: 45px solid #927558;
}

/* Article styles */
/*.equal,
.equal > div[class*='col-'] {
  display: flex;
}
*/

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

/* only for demo not required */
.box {
    height: 100%;
}

.article-with-bg {
    padding-left: 15px;
    padding-right: 15px;
}

.flex-container {
    display: -ms-flexbox;
        display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

.flex-body {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.season-style {
    position: relative;
    padding: 25px 40px;
}

.image-frame {
    width: 100%;
    text-align: center;
}

.full-frame-image {
    padding: 0;
}

.image-frame img,
.full-frame-image div,
.full-frame-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.season-article-large .full-frame-image,
.news-article-small .image-frame {
    position: relative; }

.season-article-large .full-frame-image div,
.news-article-small .image-frame div {
    overflow: hidden; }

.season-article-large .full-frame-image:hover img,
.news-article-small .image-frame:hover img {
    transform: scale(1.1); }

.season-article-large .full-frame-image img,
.season-article-large .full-frame-image:hover img,
.news-article-small .image-frame img,
.news-article-small .image-frame:hover img {
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
    transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1); }

.product-group-title {
    padding: 25px 40px;
}

.article-product-group .full-frame-image {
    padding-left: 40px;
    padding-right: 40px;
}

.gallery-image,
.article-product-group .full-frame-image:first-child {
    padding-bottom: 30px;
}

/* ==========================================================================
   FORM
   ========================================================================== */
.help-block {
    margin: 0; 
}

#contact-form .form-group input,
#contact-form .form-group textarea {
    width: 100%;
    font-size: 27px;
    padding: 10px; 
    height: auto;
    background-color: rgba(146, 117, 88, 0.1);
    border: 0;
    border-radius: 0;
    font-weight: normal;
    color: #000;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

label {
    font-size: 27px;
    padding-top: 5px;
    padding-left: 0px; }

.form-check-input {
  margin-top: 7px; }

.honeypot {
    display: none; }

#contact-form .list-unstyled li {   /* check default list-style on line 164 */
    padding-left: 0;
    background-color: transparent !important; }

#contact-form .list-unstyled li:before {
    content: ''; }

#success {
    font-weight: normal;
    color: #000;
    border: 0;
    border-radius: 0; }

.alert-success,
.alert-danger {
    border-radius: 0; }

.has-error input,
.has-error textarea {
    border: 1px solid #a40000 !important;
    margin-bottom: 10px; }

.has-error .help-block {
  color: #a40000; }

.col-btn {
    width: 100%;
    padding: 0;
    margin-top: 16px;
}

.btn {
    display: inline-block;
    border-color: transparent;
    font-size: 27px;
    padding: 4px 10px;
    margin-top: 15px;
    color: #FFF;
    background: #927558;
    border-radius: 0;
    border: 0;
    opacity: 1 !important;
    -webkit-transition: background linear 300ms; }

.btn:hover,
.btn:focus,
.btn.active {
    background: #000;
    color: #FFF;
    -webkit-transition: background linear 300ms; }

.btn:before {
    content: '>';
    display: inline-block;
    color: #FFF;
    margin-right: 10px;
}

.messages {
    background: #FFF;
    color: #000; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
    padding-top: 60px;
    font-size: 20px;
}

.footer {
    border-top: 5px solid #000;
}

.org,
.fn-name,
.street-address,
.tel,
.email {
    display: block;
}

.org {
    font-weight: 700;
}

.tel a:hover {
    cursor: pointer;
}

.footer a {
    color: #000;
}

.footer a:hover {
    color: #927558;
}
/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #333;
    color: #FFF;
}

::selection {
    text-shadow: none;
    background: #333;
    color: #FFF;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #333;
}

a[href^="tel"],
a[href^="sms"] {
    color: inherit;
    cursor: default;
    text-decoration: none;
}