@charset "utf-8";

/* lato-regular - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}


/* lato-900 - latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v23-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v23-latin-900.svg#Lato') format('svg');
    /* Legacy iOS */
}

@import url('bootstrap-4.4.1.css');
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* font-family: 'Raleway', sans-serif; */

* {
    font-family: 'Lato', sans-serif;
}

.x-class {
    display: none;
}

h1 {}

h2 {
    font-size: 1.5rem !important;
}

h3 {}

h4 {}

h5 {}

h6 {}

.active a {
    color: #7F2E3F !important;
}

html,
body {
    scroll-behavior: smooth;
}

nav.navbar li {
    padding-bottom: 25px;
    padding-top: 20px;
    border-bottom: solid 4px rgba(249, 211, 139, 1.00);
    margin-bottom: -4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar li.active,
nav.navbar li:hover {
    border-bottom: solid 4px #7F2E3F;
    margin-bottom: -4px;
    padding-bottom: 25px;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 999px) {
    nav.navbar {
        padding-bottom: 15px !important;
    }
    nav.navbar li {
        padding-bottom: 0px;
        padding-top: 0px;
        border-bottom: none;
    }
    nav.navbar li.active,
    nav.navbar li:hover {
        padding-bottom: 0px;
        padding-top: 0px;
        border-bottom: none;
    }
    .navbar-collapse {
        padding: 50px 0;
    }
}

.navbar-brand {
    font-weight: 900;
}

.topnavi {
    border-bottom: solid 4px rgba(249, 211, 139, 1.00);
    z-index: 99999999999999;
}

.navlink {
    font-size: 1.2rem;
}

.bg-secondary-neu {
    background: #43595E;
    background: -moz-linear-gradient(top, #43595E 0%, #1F292B 100%);
    background: -webkit-linear-gradient(top, #43595E 0%, #1F292B 100%);
    background: linear-gradient(to bottom, #43595E 0%, #1F292B 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 900 !important;
}

.heading {
    background-color: #D5D1C8;
}

.bg-7F2E3F {
    background-color: #7F2E3F;
}

.border-red {
    border-color: #7F2E3F !important;
}


/* BACK TO TOP BUTTON */

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 60px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
}


/* BACK TO TOP BUTTON ENDE*/

.lh_2{
    line-height: 150% !important;
}