/*FONT*/
@font-face {
    font-family: 'Calibri';
    src: url('/static/fonts/Calibri-Light.woff2') format('woff2'),
    url('/static/fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #bf9b5c;
}

h2 {
    font-family: 'Calibri', sans-serif;
    font-size: 20px;
}


/* Zentrale Icons */
.single-service {
    border: 1px solid #eee;
    padding: 30px 10px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    background-color: white;
}

.single-service i.fa {
    width: 60px;
    height: 60px;
    background-color: #bf9b5c;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.single-service i.fa {
    -webkit-transition: .4s;
    transition: .4s;
}

.single-service:hover i.fa {
    border-radius: 50%;
}

.single-service h4 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.single-service {
    min-height: 350px;
}

.single-service-mud {
    background: #c4bd97;
    color: white;
}

.single-service-mud h4 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    color: white;
}

.single-service-mud a {
    color: white;
}


.single-service-mud i.fa {
    background-color: white;
    color: #c4bd97;
}

.section-title h4 {
    text-transform: capitalize;
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.section-title h4:after {
    position: absolute;
    background-color: #bf9b5c;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
}

.section-title h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #bf9b5c;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}


#background-video {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    z-index: -1;
}

.btn-space {
    min-width: 200px;
    color: white;
    background-color: #bf9b5c;
    border: 1px solid #bf9b5c;
    margin-bottom: -3px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    font-family: Calibri, sans-serif;
}

.btn-space:hover {
    font-weight: bold;
    color: white;
}

#login-banner {
    padding: 50px;
}

#login-teaser {
    position: absolute;
    bottom: 50%;
}

#login-box .card {
    background: transparent;
    box-shadow: none !important;
    border: none !important;
}

#login-box .col-lg-6 .p-5 {
    background: #c4bd97;
    opacity: 0.8;
}

#login-box .col-lg-6 .p-5 h2 {
    color: black;
    text-transform: none;
}

#login-box hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: black;
}

#login-box a {
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#wrapper #content-wrapper {
    background-color: transparent;
}

.nav-link .fa,
.nav-link .fa-solid {
    font-size: 30px !important;
}

.top-navigation {
    margin-top: -100px;
}


.form-control-borderless {
    height: 30px;
}

.form-control-borderless {
    border: none;
}

.menu {
    margin-bottom: 30px;
    border-bottom: 1px solid #bf9b5c;
}

.menu a {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #bf9b5c;
    text-transform: uppercase;
}

.menu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #bf9b5c;
    border-color: #bf9b5c #bf9b5c #fff;
}

.page-container h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.maintitle {
    margin: 0px !important;
}

h1 {
    font-size: 30px;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.slider-row .col {
    height: 300px;
}

.box-row .col {
    height: 350px;
}

.color-box-1 {
    background-color: #c4bd97;
    padding: 25px !important;
}

.page-container h2 {
    margin-bottom: 30px;
}

.box-row h2 {
    color: white;
}

.slider-row .col {
    height: 300px;
}

.box-row .col {
    height: 350px;
}

.col-box {
    padding: 0px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.subtitle {
    font-family: 'Calibri', sans-serif;
    font-size: 20px;
    color: #222222;
    font-style: italic;
}

.page-container {
    margin-top: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.slider-row {
    margin-bottom: 30px;
}

.shadow-box {
    border: 1px solid #bf9b5c;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.17);
}

.signup-form {
    padding: 50px;
}

.alphabet a {
    font-weight: bold;
    font-size: 30px;
    padding: 0px 5px 0px 5px;
}

.btn-success {
    background-color: #1cc88a !important;
    border-color: #1cc88a;
}

.product-row {
    padding: 20px;
}

.auto-translate {
    background: #bf9b5c;
    color: white;
    cursor: pointer;
    border: 1px solid #bf9b5c;
    padding: 5px;
}

.btn-danger {
    background: #e74a3b;
}

select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: 60px;
}

ul {
    list-style-image: url('/static/img/eule.png');
    line-height: 30px;
}

.submit-row a.deletelink {
    color: white !important;
    height: 35px !important;
}

.treeview ul {
    list-style-image: none;
}

.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tag-title {
    color: #bf9b5c;
}

.tag {
    border: 1px solid #bf9b5c;
    color: black;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    line-height: 36px;
}

.tag-btn {
    margin-bottom: -3px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 9px;
    padding-bottom: 12px;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2em;
}

.showContent {
    line-height: 1em;
    height: auto;
}


.registration-box {
    margin: 20px;
    min-height: 500px;
}

.registration-link-login {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.registration-link-login:hover {
    color: #bf9b5c;
}

.module h2 {
    background: #bf9b5c;
}

.badge-info {
    background: #bf9b5c !important;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.comment {
    margin: 10px;
}

.gold {
    color: #bf9b5c;
}

.numberinput {
    width: 80%;
}

#div_id_price .select2-container {
    display: inline-block !important;
    width: 10% !important;
}

.company_slogan {
    text-transform: uppercase;
    font-style: italic;
    color: black
}

.company_name {
    color: #bf9b5c;
    text-transform: uppercase
}

.more {
    max-height: 6em; /* (4 * 1.5 = 6) */
    overflow: hidden;
}

.news-box {
    padding: 10px 0px 10px 0px;
}

.my-pwd-toggle {
    background: transparent;
    border: 0px;
    margin-top: 6px;
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-embed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;
    height: 145px;
    transform: translateY(100%);
    animation: fade-in-up .25s ease forwards;
}

.login-page {
    background: black;
}

.login-page a {
    color: white;
}

.login-page .footer-content {
    color: white;
}

.login-page p {
    color: white;
}

.login-page .login-teaser {

    width: 60%;
}

footer .col-12 {
    margin-bottom: 20px;
}

.site-spacer {
    min-height: 30vh
}

#login-teaser {
    top: 25vh;
}

@media (max-width: 768px) {
    .site-spacer {
        min-height: 110vh
    }

    .login-text {
        display: none;
    }

    #login-teaser {
        padding: 50px;
    }
}

#tiny-tour-box {
    max-width: 95%;
    height: auto;
    background-color: white;
    -webkit-box-shadow: rgb(33 33 33 / 80%) 0px 0px 1px 2px, rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    box-shadow: rgb(33 33 33 / 80%) 0px 0px 1px 2px, rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    width: 400px;
    border-color: black;
    position: absolute;
    z-index: 99999 !important;


}

#tiny-tour-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0.5rem;
    padding: 0.5rem;
    word-break: break-word;

}

.tiny-tour-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tiny-tour-prev {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    background-color: #fff;
    border: 1px solid #d5d9d9;
}

.tiny-tour-prev:hover {
    background-color: #f7fafa;
    cursor: pointer;
}

.tiny-tour-prev:focus {
    border-color: #000000;
    background-color: #f7fafa;
    outline: 0;
}

.tiny-tour-next {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    background-color: #fff;
    border: 1px solid #d5d9d9;
}

.tiny-tour-next:hover {
    background-color: #f7fafa;
    cursor: pointer;
}

.tiny-tour-next:focus {
    border-color: #000000;
    background-color: #f7fafa;
    outline: 0;
}

#tiny-tour-close {
    position: absolute;
    border: none;
    top: 0.2rem;
    right: 0.2rem;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='11' x2='11' y2='1' stroke='black' stroke-width='2'/%3E%3Cline x1='1' y1='1' x2='11' y2='11' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

#tiny-tour-close:hover {
    -webkit-filter: invert(64%) sepia(5%) saturate(142%) hue-rotate(22deg) brightness(90%) contrast(84%);
    filter: invert(64%) sepia(5%) saturate(142%) hue-rotate(22deg) brightness(90%) contrast(84%);
    cursor: pointer;

}

#tiny-tour-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
}

.tiny-tour-target {
    position: relative;
    -webkit-box-shadow: rgb(33 33 33 / 80%) 0px 0px 1px 2px, rgb(33 33 33 / 50%) 0px 0px 0px 5000px;
    box-shadow: rgb(33 33 33 / 80%) 0px 0px 1px 2px, rgb(33 33 33 / 50%) 0px 0px 0px 5000px;
    z-index: 99998 !important;
}