/*
title: #f7a80f
subtitle: #FBC74A
logo active: #FBC74A
*/
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Roboto+Condensed&display=swap');

html {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.btn {
    padding: 8px 32px;
}

.btn:hover {
    background-color: #ced4da;
}

.nb-section-pad-top {
    padding-top: 70px;
}

.nb-text-primary {
    color: #FBC74A;
    font-family: 'Roboto Condensed', sans-serif;
}

.nb-font-big {
    font-size: 1.25rem;
}

/* Navbar */

#nbNav {
    border-bottom: 2px solid #f7a80f;
}

.nb-nav {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fbfbfb; /* navbar farbe */
    transition: all 0.3s ease;
}

.nb-nav.scroll {
    background-color: #fbfbfb;
    border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
    color: #f7a80f; /* navbar logo */
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.navbar-brand:hover,
.nb-nav.scroll .navbar-brand:hover {
    color: #FBC74A; /*navbar logo hover */

}

.nb-nav.scroll .navbar-brand {
    color: #FBC74A;
}

.nav-item {
    list-style: none;
    color: #f7a80f;
    font-family: 'Roboto Condensed', sans-serif;
}

.nb-nav-link {
    color: #f7a80f;
}

.nb-nav.scroll .nb-nav-link {
    color: #f7a80f;
}

.nb-nav.scroll .nb-nav-link:hover,
.nb-nav.scroll .nb-nav-link.current,
.nb-nav-link:hover { /* navbarlink hover */
    color: #FBC74A;
    transition: all 0.3s ease;
}

.navbar-toggler {
    border: 1px solid #f7a80f;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-toggler-icon {
    color: #f7a80f;
    padding-top: 6px;
}

.nb-nav.scroll .navbar-toggler {
    border: 1px solid #f7a80f;
}

.nb-nav.scroll .navbar-toggler-icon {
    color: #f7a80f;
}

.noclick {
    cursor: default;
}

.nocopy {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* Hero */

#hero {
    background-image: url(../img/hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 375px;
    position: relative;
}


.hauptcontainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.hauptcontainer-inner {
    margin-top: -90px;
    background: rgba(27, 28, 24, .2)
}

.nb-hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
    text-shadow: 1px 1px 1px #000;
    color: #f7a80f;

}

.nb-hero-subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 1px #FBC74A;
    font-size: 2.5rem;
    color: #f7a80f;
}

.nb-intro-next {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

@media (max-height: 480px) {
    .hauptcontainer-inner {
        margin-top: -40px;
    }

    .nb-intro-next {
        bottom: 20px;
    }
}

.nb-pfeil-runter-link {
    display: block;
    margin-top: 18%;
}

.nb-pfeil-runter {
    color: #f7a80f; /* pfeil runter */
    cursor: pointer;
    background: white;
    border-radius: 50%;
    padding: 10px 22px 8px;
    transition: all 0.3s ease;
}

.nb-pfeil-runter:hover,
.nb-pfeil-runter:focus {
    color: white;
    background: #FBC74A;
}


.nb-section-title {
    /*padding-top:48px;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.6rem;
    font-weight: normal;
}

.nb-intro-text {
    font-size: 1.25rem;
    line-height: 1.4;
}

.nb-icon {
    display: block;
    margin-bottom: 55px;
    color: #f7a80f; /* über uns icons */
}

/* portfolio */

#portfolio {
    background-color: #f2f2f2;
}

.nb-portfolio-description {
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 650px;
    width: 100%;
    font-size: 1.2rem;
}

.nb-gallery-container {
    padding-top: 70px;
    padding-bottom: 120px;
}

.nb-gallery-item {
    margin: 0 15px;
}

.slick-dots {
    bottom: -65px;
}

.slick-dots li {
    margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FBC74A;
}

.slick-dots li button:before {
    font-size: 26px;
}

/* Hover Effect */
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1%;
    min-width: 320px;
      max-width: 480px;
      max-height: 360px;
      width: 48%; */
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    max-width: 220px;
    background: #f7a80f;
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: ;
    content: "";
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

/* Contact */

#contact {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    background-image: url(../img/contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 850px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 160px;
}

.nb-underline {
    border-top: 2px solid white;
    height: 8px;
    width: 100%;
}

.nb-underline-inner {
    width: 25%;
    height: 8px;
    background: white;
}

.nb-contact-item {
    margin-bottom: 75px;
}

.nb-contact-item-link {
    display: flex;
    align-items: center;
}

.nb-contact-item-link i,
.nb-contact-item-link span {
    color: white;
    transition: all 0.3s ease;
}

.nb-contact-item-link:hover i,
.nb-contact-item-link:hover span {
    color: #FBC74A;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.nb-footer {
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.nb-footer-link {
    color: white;
}

.nb-footer-link:hover,
.nb-footer-link:focus {
    color: #FBC74A;
    text-decoration: none;
}

p {
    line-height: 1.9;
}

@media (min-width: 768px) {
    .nb-intro-text-container {
        padding-left: 65px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1275px;
    }

    .nb-container-gallery {
        max-width: 1290px;
    }

    .nb-container-contact {
        max-width: 1063px;
    }
}

@media (max-width: 991px) {
    .nb-intro-text-container {
        padding-left: 15px;
        padding-top: 30px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .nb-intro-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {

    .navbar-nav {
        max-width: 200px;
        text-align: right;
    }

    .navbar-collapse {
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 3px;
    }

    .navbar-collapse .nav-link {
        color: #8f8f8f;
    }
}

@media (max-width: 480px) {
    .nb-gallery-container {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-dots li {
        margin: 0 8px;
    }

    .nb-gallery-item {
        margin: 0;
    }
}

@media (max-width: 420px) {

}