/* encode-sans-regular - latin */
@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Encode Sans Regular'), local('EncodeSans-Regular'),
    url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-regular.svg#EncodeSans') format('svg'); /* Legacy iOS */
}

/* encode-sans-700 - latin */
@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Encode Sans Bold'), local('EncodeSans-Bold'),
    url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/encode-sans-v4-latin/encode-sans-v4-latin-700.svg#EncodeSans') format('svg'); /* Legacy iOS */
}

/*Extra small devices (portrait phones, less than 576px)*/

body {
    font-family: 'Encode Sans';
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body #main-content {
    margin-top: 8rem;
}

body #main-content-two {
    margin-top: 2rem;
}

/* Responsive Bilder  */

img {
    width: 100%;
    height: 100%;
}

/* Schriften und Farben */

a{
    color: black;
    text-decoration: none;
}

a:hover, .active a{
    color: #96bf0f !important;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, strong{
    color: #96bf0f;
}

.border-rot {
    -webkit-box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px 1px rgba(0, 0, 0, 0.1);
}

b, strong {
    font-weight: 700;
}

li {
    list-style: none;
}

/* Navbar styling  */

.nav {
    margin-top: 4ch;
}

.nav-link {
    padding: 0;
    font-size: 100%;
    width: max-content;
}

#Navbar .nav-link {
    font-size: 1.25rem;
}

.navbar {
    min-height: 75px;
    transition: linear 0.3s;
}

.navbar-brand {
    left: calc(50vw - 92px);
    top: 12px;
    transition: linear 0.3s;
}

#salepoint {
    display: none;
}

.tt-menu:hover:before {

    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250, 194, 3, 0.5);
    background: rgba(0,0,0,0.3);
    content: "";
    z-index: -1;

}
.tt-dataset {
    background-color: #a8ad93;
    cursor: pointer;
    padding: 13px;
}
.tx-indexedsearch-form,#tx-indexedsearch-searchbox-sword{z-index: 22;background: white}
#salepoint span {
    margin-top: -6px;
    position: absolute;
    margin-left: 2px;
}

.nav-svg, #salepoint {
    position: fixed;
}

#logo-rect, #logo-text {
    transition: linear 0.3s;
}

#Navbar .nav-item {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.mobile-nav {
    margin-top: 6rem;
}

/* Mobile Full body Nav*/

#Navbar {
    transition: linear 0.3s;
}

#Navbar.show {
    height: 100vh;
}

/* Animierter Burger*/

.icon-bar {
    width: 33px;
    height: 3px;
    background-color: #96bf0f;
    display: block;
    transition: all 0.3s;
    margin-top: 6px
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* Startseiten Teaser*/

.teaser {
    height: 30vh;
}

.on-pic {
    position: relative;
    margin-top: 3rem;
}

/* Startseiten Kontaktblock*/

.kontaktblock {
    padding: 15px;
    border: #96bf0f 1px solid;
}

.kontaktblock p {
    margin-bottom: 0;
}

/* Slick Slider */

.slick-slider {
    max-width: 100%;
}

/* Maps2 */

.tx-maps2 {
    margin: 2rem 0 2rem 0;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {


}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    body #main-content {
        margin-top: 10rem;
    }

    body #main-content-two {
        margin-top: 10rem;
    }

    /* Startseiten Teaser*/
    #teaser {
        margin-top: -5rem;
        margin-bottom: -7rem;
        padding-right: 0;
        padding-left: 0;
    }

    .teaser {
        max-width: unset;
        width: 100vw;
        margin-left: -15px;
        height: 60vh;
    }

    .slick-slider .teaser{
        margin-left: unset;
    }

    .fader{
        position: relative;
        overflow: hidden;
    }

    .fader::after{
        content: '';
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(50, 50, 50, 0.5) 0%, rgba(255,255,255,0) 75%);
        top: 0;
        bottom: 5px;
        left: 0;
        right: 0;
        position: absolute;
    }

    .on-pic {
        position: absolute;
        top: 25%;
        width: 100vw;
        margin-top: unset;
    }

    .on-pic * {
        color: white;
    }

    .teaser-headline {
        font-weight: 700;
        text-shadow: 0 0 15px rgb(40, 40, 40);
    }

    .teaser-subline {
        max-width: 35ch;
        text-shadow: 0 0 15px rgb(0, 0, 0);
    }

    /* Navbar Styling*/
    .nav-link {
        font-size: 100% !important;
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }

    .navbar-brand {
        left: unset;
        top: 70px;
    }

    #Navbar .nav-link {
        font-size: 1rem;
    }

    .nav-item {
        margin-top: unset;
    }

    .mobile-nav {
        margin-top: unset;
    }

    .navbar svg {
        margin-top: -1.5rem;
        margin-left: -15px;
    }

    #Navbar.show {
        height: unset;
    }

    #salepoint {
      top: 15px;
        left: unset;
        display: block;
    }

    .logo-salepoint{
        font-size: 0.8rem;
        margin-left: -25px;
        color: #70706E !important;
        text-align: center;
    }

    .navbar {
        min-height: 115px;
    }

    /* Startseiten Kontaktblock*/
    .kontaktblock {
        margin: unset;

    }

}
.tx-indexedsearch-icon img {width: auto}
