/* @font-face {
    font-family: 'Junhei';
    font-style: normal;
    src: url('../fonts/FZFangJunHeis.ttf');
}

@font-face {
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑";
    font-weight: bold;
    src: url('../fonts/FZFangJunHeis.ttf');
} */

html,
body {
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑";
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

img.logo {
    height: 40px;
}

a {
    color: #007bff;
    transition: all ease-in-out 0.25s;
}

a:hover {
    color: #212529;
    text-decoration: none;
    transition: all ease-in-out 0.25s;
}

.card-title {
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑";
    color: #8e424d;
    /* border-left: solid 2px;
    padding-left: 8px; */
}

.beschreibung {
    font-size: 12px;
    color: #777;
}

.form-control-plaintext {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.col-form-label {
    line-height: 1;
    font-size: 14px;
}

#top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
}

ul {
    list-style: none;
    padding-left: 0;
}

.grid {
    background: #EEE;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbarNavDropdown {
    justify-content: flex-end;
}

.navbar {
    background: rgba(255, 255, 255, 0);
    padding: 0;
    min-height: 56px;
    box-shadow: none;
    transition: ease-in-out 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    line-height: 56px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #007bff;
    color: #FFF;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #007bff;
}

.navbar-expand-lg .navbar-nav .nav-link.active:hover {
    color: #FFF;
}

#header .navbar-brand {
    min-height: 56px;
    padding: 0;
    margin: 0 0 0 8px;
    display: flex;
    align-items: center;
}

.img-circle {
    border-radius: 100%;
}

#top-arrow {
    opacity: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: ease-in-out 0.5s;
    color: #5e3300;
    background: #FFF;
}

#top-arrow.active {
    opacity: 0.9;
    transition: ease-in-out 0.5s;
}

.fixed-top {
    opacity: 1;
    transition: ease-in-out 0.5s;
}

.container.first-fix-top {
    margin-top: 96px;
}

.nav-white {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.add-margin-top {
    margin-top: 56px;
}

#sidebar ul li a {
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid #EDEDDE;
    padding: 8px;
    display: block;
    color: #666;
    font-size: 0.85rem;
    text-decoration: none;
    line-height: 20px;
}

#sidebar ul li a:hover {
    background-color: #eee;
}

.nav-link.selected {
    background-color: #EEE;
}

#footer {
    background-color: #444;
    padding: 32px 0;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
}

.footer-copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
}

#footer ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li,
#footer a,
#footer p,
#footer h6,
#footer h5 {
    color: #EEE;
    display: flex;
}

#footer h5 {
    margin-bottom: 16px;
}

#footer li {
    display: flex;
    justify-content: center;
}

.footer-copyright * {
    color: #777;
}

.footer-copyright a {
    color: #777;
    padding: 0 8px;
}

.footer-copyright a:hover {
    color: #EEE;
    text-decoration: none;
}

.footer-img-1 {
    background-image: url(mb/imgs/slider-3.jpg);
}


/*============== OWL Carousel ==============*/

.owl-carousel .item .item-caption {
    position: absolute;
    bottom: 15%;
    left: 10%;
    color: #337ab7;
    font-size: 36px;
    font-weight: bold;
}

.item-caption h3 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 16px 24px;
    font-size: 56px;
    text-transform: uppercase;
    color: #EEE;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 100%;
    transition: all 200ms ease-out;
    opacity: 0;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
}


/*=============Website Menu animated===============*/

.hamburger {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 8px;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 4.44px;
    width: 100%;
    background: #d11515 none repeat scroll 0% 0%;
    opacity: 1;
    right: 0px;
    transition: all 0.25s ease-in-out 0s;
    transform: rotate(0deg);
    border-radius: 5px;
}

.hamburger span:nth-child(1) {
    margin-top: 0px;
}

.hamburger span:nth-child(2) {
    margin-top: 8px;
    margin-right: 0px;
}

.hamburger span:nth-child(3) {
    margin-top: 16px;
}

.hamburger.opened span:nth-child(1) {
    transform: rotate(135deg);
    margin-top: 8px;
}

.hamburger.opened span:nth-child(2) {
    opacity: 0;
    right: 45px;
}

.hamburger.opened span:nth-child(3) {
    transform: rotate(-135deg);
    margin-top: 8px;
}

#header .header-btn-collapse-nav {
    background: #CCC;
    color: #FFF;
    display: none;
    float: right;
}

.display-2 {
    font-size: 60px;
}



#header .header-btn-collapse-nav {
    background: transparent;
}


/* ======================parallaxer===================== */

.parallaxer {
    display: block;
    overflow: hidden;
    position: relative;
    height: 500px;
    width: 100%;
}

.parallaxer img {
    display: none;
}

.parallaxer img:first-child {
    bottom: 0;
    display: block;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

.parallaxer-not-supported {
    display: none;
}

.parallax h2 {
    color: #b93d4e;
}


/* ======================Maps===================== */

.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: 0 0 30px 0;
    width: 100%;
}

.google-map.small {
    height: 250px;
    border-radius: 6px;
    margin: 0;
    clear: both;
}

.google-map img {
    max-width: 9999px;
}

.google-map-borders {
    border: 1px solid #DDD;
    padding: 4px;
    border-radius: 4px;
}


/* Google Map */

.google-map-footer {
    margin: 35px 0 -50px !important;
}

.message-unsuccess {
    color: #fff;
    padding: 24px;
    background: rgba(255, 0, 0, 0.7);
    margin-bottom: 8px;
}

.message-success {
    color: #fff;
    padding: 24px;
    background: rgba(0, 128, 0, 0.7);
    margin-bottom: 8px;
}


/* ======================Material Icons===================== */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


/**
 * scroll-trigger Animations
 */

.fromTopIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0, 0);
    opacity: 1.0;
}

.fromTopOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0, -10px);
    opacity: 0.0;
}

.fromBottomIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0, 0);
    opacity: 1.0;
}

.fromBottomOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0, 10px);
    opacity: 0.0;
}

.fromLeftIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0, 0);
    opacity: 1.0;
}

.fromLeftOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(-10px, 0);
    opacity: 0.0;
}

.fromRightIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0, 0);
    opacity: 1.0;
}

.fromRightOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(10px, 0);
    opacity: 0.0;
}

.scaleUpIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}

.scaleUpOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: scale(1.3, 1.3);
    opacity: 0.0;
}

.scaleDownIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: scale(1.0, 1.0);
    opacity: 1.0;
}

.scaleDownOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: scale(0.7, 0.7);
    opacity: 0.0;
}


/* =====================================  Overwrite CSS =========================== */

.dropdown-menu,
.modal-content,
.img-thumbnail,
.form-control,
.btn {
    border-radius: 0;
}

.dropdown-item {
    padding: 16px 16px 16px 32px;
    color: #212529;
}

.dropdown-item:hover,
.dropdown-item:active {
    color: #FFF;
    background-color: #007bff;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card,
.btn {
    border: none;
}

.btn-primary {
    background-color: #b93d4e;
}

/* .card {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
} */

.card.round-corner {
    border-radius: 15px;
}

.card.round-corner .carousel .carousel-inner {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card.with-padding {
    padding: 0.5rem;
}

.light-grey {
    background-color: #fee06c;
}


.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
    overflow: hidden;
}

.parallax-pattern-overlay {
    /* background-image: url(../imgs/repeat.png); */
    background-repeat: repeat;
}


/* =====================================  
Cookies Law 
===================================== */


.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    color: #FFF;
    margin-right: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookie-content {
    margin: 12px auto;
}

.text-right {
    text-align: right;
}


/* Header Nav Main Mobile */

@media (max-width: 991px) {
    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    .item-caption h3 {
        font-size: 28px;
    }

    #nav-header.fixed-top {
        position: inherit;
    }

    .display-2 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .footer-copyright .container {
        flex-direction: column;
        padding: 15px;
    }

    .display-2 {
        font-size: 40px;
    }
}

@media (max-width: 420px) {
    .cookiealert a {
        margin-right: 0px;
        margin-bottom: 12px;
    }
}