body {
    font-family: 'Candara', sans-serif;
}

p {
    font-family: 'Candara', sans-serif;
    font-size: 20px;
}

h1 {
    font-family: 'Candara', sans-serif;
    color: #364751;
    font-weight: bold;
}

h2 {
    font-family: 'Candara', sans-serif;
    color: #364751;
    font-weight: bold;
}


h3 {
    font-family: 'Candara', sans-serif;
    color: #bb9321;
}

.textlink {
    font-size: 20px;
    color: #bb9321;
    text-decoration: none;
}

.textlink2 {
    font-size: 18px;
    color: #bb9321;
    text-decoration: none;
    text-align: center;
}

.underline {
    margin-top: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}


.underline::before {
    content: url(../../media/images/home/bildmarke-small.jpg);
    margin-right: 10px;
}

.nav.navbar-nav.level_0 {
    /*background-color: #ffffff;*/
    border-bottom: 2px #364751 solid;
    border-top: 2px #364751 solid;
    width: 100%;
    margin-top: 10px;
}


.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #bb9321;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background: transparent;
    box-shadow: none;
}

footer {
    background-color: #ffffff;
    border-top: 2px #364751 solid;
    padding: 10px 0 12px 0;
    color: #364751;
    margin-top: 0;
}


header .navbar-expand-lg .navbar-nav li a,
footer .navbar-expand-lg .navbar-nav li a {
    color: #364751;
}

.header-container {
    position: relative;
}

.navbar-toggler { border: none;}
.navbar-toggler:focus {box-shadow: none;}

.header-text {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #364751;
  position: absolute;
  left: 70px;
  top: 2px;
}

.header-img-box {
  display: inline-block;
  position: absolute;
  right: -60px;
}

.header-img {
  height: 30px;
}

@media (min-width: 480px) {
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

    .header-text {
        font-size: 82px;
        letter-spacing: 5px;
        font-weight: 900;
        color: #364751;
        position: relative;
        line-height: 64px;
        left: 0;
        top: 24px;
    }

    .header-img-box {
        right: 188px;
        top: -10px;
    }

    .header-img {
        height: 70px;
    }

    .navbar-collapse {
        top: 20px;
        position: relative;
    }

    .navbar-expand-lg .navbar-nav {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    footer .navbar-expand-lg .navbar-nav li a {
        padding: 10px;
    }

    header .navbar-expand-lg .navbar-nav li {
        line-height: 32px;
        font-size: 22px;
    }

    .navbar-nav.nav-woodwerker {
        position: absolute;
        right: 96px;
    }

    .navbar-nav.nav-kontakt {
        position: absolute;
        background-color: #364751;
        right: 0;
    }

    .navbar-default .navbar-nav > li.nav-kontakt a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        padding: 20px 10px;
    }

    .header-top {
        height: 178px;
    }

    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}


@media (min-width: 1200px) {

    .header-top {
        height: 200px;
    }
    .header-text {
        font-size: 120px;
        padding-bottom: 22px;
    }

    .header-img-box {
        right: 60px;
        top: -10px;
    }
    .header-img {
        height: 90px;
    }


    h1 {
        font-size: 40px
    }
       h2 {
        font-size: 30px
    }
}

@media (min-width: 1400px) {

    .header-img-box {
        right: 240px;
        top: -10px;
    }
      h1 {
        font-size: 50px
    }
       h2 {
        font-size: 40px
    }

}