﻿@font-face {
    font-family: "TheMix-B";
    src: url("../../font/TheMixC5-7_Bold/TheMixC5-7_Light.woff") format("woff");
    src: url("../../font/TheMixC5-7_Bold/TheMixC5-7_Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TheMix-L";
    src: url("../../font/TheMixC5-3_Light/TheMixC5-3_Light.woff") format("woff");
    src: url("../../font/TheMixC5-3_Light/TheMixC5-3_Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/*@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=b5087abc-c07a-4e30-b76a-535e7bf0a839&fontids=1575548");*/

@font-face {
    font-family: "Palatino";
    src: url("../../font/1575548/36f90dae-3162-458f-af38-596ccfdadeb9.eot?#iefix");
    src: url("../../font/1575548/36f90dae-3162-458f-af38-596ccfdadeb9.eot?#iefix") format("eot"),url("../font/1575548/edd3d818-5039-435b-b823-fba400b72269.woff2") format("woff2"), url("../font/1575548/91790d64-5305-4c34-aea7-68067aaacab5.woff") format("woff"), url("../font/1575548/cf2c57c3-bcd6-48b4-8ddc-558d022b9f7c.ttf") format("truetype");
}

nav {
    font-family: 'TheMix-L';
    font-size: 1rem;
    text-transform:uppercase;
    color:#fff;
}

h3 {
    font-family: 'TheMix-B';
    font-size: 1.75rem;
    margin-bottom: -0.25rem;
}
h4 {
    font-family: 'TheMix-L';
    font-size: 1.65rem;
    margin-bottom:1.0rem;
}
h5 {
    font-family: 'TheMix-L';
    font-size: 1.3rem;
    margin-bottom: -0.25rem;
}
h6 {
    font-family: 'TheMix-L';
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.page-header-image {
    height: 200px !important;
}
@media screen and (min-width: 768px) {
    .page-header-image {
        height: 300px !important;
    }
}
@media screen and (min-width: 992px) {
    .page-header-image {
        height: 400px !important;
    }
}



.subpage-darkgreen h3, .subpage-darkgreen h4, .subpage-darkgreen h5, .subpage-darkgreen h6, .subpage-darkgreen p, .subpage-darkgreen ul {
    color: #fff;
}

.body {
    width: 100%;
    font-family: 'Palatino';
}
body {
    font-family: 'Palatino';
    font-size: 1.1rem;
}

.site-horizontal-container {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bg-dark {
    background-color: #5B6135 !important;
}
.footer {
    background-color: #5B6135 !important;
    color: #eee;
    font-family: TheMix-L;
    line-height: 130%;
}
.footer a {
    color: #eee;
    text-decoration: none;
}

.footer a:hover {
    color: #eee;
    text-decoration: underline;
}

.dropdown-menu {
    border-radius: 0.0rem; 
}


.dropdown:hover > .dropdown-menu {
    display: block;
}

.subpage-white {
    background-color: #FFF !important;
}

.subpage-grey {
    background-color: #F6F6F6 !important;
}
.subpage-lightgreen {
    background-color: #818764 !important;
    color:#fff;
}
.subpage-darkgreen {
    background-color: #5B6135 !important;
}
.subpage-dark {
    background-color: #7b7c71 !important;
    color: #fff;
}

.subpage-darker {
    background-color: #393A21 !important;
    color: #fff;
}

.subpage-lightgreen a {
    color: #fff;
    text-decoration: none;
}

.link1 {
    color: #fff;
    background-color: #5B6135 !important;
    padding: 1em 4em;
    text-transform: uppercase;
    font-family: 'TheMix-L';
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    border: 0;
}
.link1:hover {
    color: #fff;
    opacity: 0.7;
}
a img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}


a:hover img {
    opacity: 0.6;
}

ul {
    padding-left:1em;
}
li {
    font-family: TheMix-L;
    margin-bottom:0.5em;
    line-height: 160%;
}
li span {
    padding-left:2em;
}
.footer li {
margin-bottom:0;
}

.list-as-table {
    font-family: TheMix-L;
}

themixl {
    font-family: TheMix-L;
}

p {
    text-align: left;
    /*    text-align: justify;*/
    margin-bottom: 0.6em;
    font-size: 1.1em;
}

.footer p {
    font-size: 0.9em;
}

.alternativ-p {
    text-align:left;
    font-family: TheMix-L;
}
.alternativ-p-dark {
    color: #c4cba8 !important;
}
.shadow-box-white {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu-logo {
    position: absolute;
    z-index: 1000;
}

@media screen and (max-width: 992px) {
    .menu-logo {
        left: 15px;
    }
    .menu-logo img {
        width: 55px;
    }
}

@media screen and (min-width: 992px) {
    .menu-logo {
        right: 80px;
    }
}
@media screen and (min-width: 768px) {
    .shadow-box-white {
        max-width: calc(50% - 15px);
    }

    .shadow-box-white:nth-child(2n) {
        margin-left: 30px;
    }

}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #818764;
}



.main-text-form span, .main-text-form input {
    font-size: 1.1rem;
}
.input-group-prepend  {
    min-width: 25%;
}
.input-group-prepend span {
    background-color: #818764 !important;
    color: white;
    width:100%;
}

.btn {
    font-size: 1.1rem;
}

#goTopBu {
    display: none;
    position: fixed;
    bottom: 2px;
    right: 2px;
    z-index: 99;
    /*font-size: 18px;*/
    border: 3px solid #818764;
    outline: none;
    background-color: #5B6135;
    color: white;
    cursor: pointer;
    padding: 1px 10px 1px 10px;
    border-radius: 4px;
    font-size: 2em;
}

@media (min-width: 768px) {
    #goTopBu {
        bottom: 20px;
        right: 55px;
    }
}

#goTopBu:hover {
    background-color: #efefef;
    color: #818764;
/*    border: 3px solid #8187649e;*/
}
.img-theme {
    max-width: 85%;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818764' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818764' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


.confirm {
    
    min-height: 90px;
}
.confirm input {
    accent-color: #5B6135;
}
.confirm a {
    font-size: 1.1rem;
    font-weight: bold;
    color: #5B6135;
}

.confirm label {
    display: inline;
}
