﻿
@font-face {
    font-family: 'Orkney Light';
    src: url('fonts/Orkney Light.otf') format('truetype');
}

body {
    font-family: Orkney Light;
}

.content {
    padding-top: 94px;
}

.col-md-12 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.carousel-inner .col-md-12 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-content{
    border-radius: 0;
}

.header-text {
    position: absolute;
    margin-left: 180px;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

    .header-text h2 {
        font-size: 40px;
        margin-top: 30px;
    }

        .header-text h2 span {
            background-color: #ff8f1f;
            padding: 10px;
            padding-left: 60px;
        }

    .header-text h3 span {
        background-color: #ff8f1f;
        padding: 15px;
        padding-left: 60px;
    }

#header-text-btn-span {
    background-color: #c3c3c3;
    font-size: 20px;
    color: #151515;
    margin-left: 60px;
    padding: 15px 30px 15px 30px;
}

.navbar-header, .navbar-brand {
    height: 65px;
}

.carousel-indicators li {
    border: none;
    border-radius: 0;
    height: 8px;
    width: 30px;
    background-color: #cbcbcb;
}

    .carousel-indicators li.active {
        border: none;
        border-radius: 0;
        height: 8px;
        width: 30px;
        background-color: #ff8f1f;
    }
.carousel-inner {
    transform: translate3d(0,0,0) !important;
}

.carousel-inner > .active {
  opacity: 1;
  z-index:3;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index:2;
  }                                                                                                             

.wehleNavBar .navbar-brand > img {
    height: 60px;
}

.navbar {
    min-height: 74px;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.navbar-nav {
    margin: 15px auto auto auto;
    padding-right: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #2c2c2c;
    font-weight: 600;
    background-color: #ffffff;
    border-bottom: 8px solid #ff8f1f;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}


.wehleNavBar {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 20px;
    margin-bottom: 0;
}

.img-table{
  padding: 20px 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

blockquote {
    font-size: 20px;
}

.container .jumbotron {
    background-color: #f5f5f5;
}

.wehleFooter {
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
    color: #626262;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wehle-ci {
    width: 100%;
    height: 10px;
    margin: 0 auto;
    color: blue;
    background: #ff8f1f;
}

.bright {
    color: #fff;
}

.panel{
    box-shadow: none;
}

.product-head{
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.product-icon{
    font-size: 20px;
    color: lightgray;
    padding-right: 10px;
}

.product-head:hover .product-icon{
    color: #3d342f;
}

.product-head[aria-expanded="true"] .product-icon{
    color: #ff8f1f;
}

.product-body{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.brettschichtholz-measures-table{
    width: 100%;
}

.brettschichtholz-measures-table td, tr, th{
    padding: 5px;
    border: 1px solid lightgray;
    text-align: center;
}

.cell-green{
    background-color: #69e0a5;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.flyer {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flyer img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flyer:hover{
    opacity: 0.75;
}

.supplier{
    padding-bottom: 30px;
}

.supplier-photo{
    max-width: 100%;
    max-height: 360px;
    max-width: -webkit-fill-available;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    overflow: hidden;
}

.supplier-photo:hover{
    opacity: 0.85;
    transform: scale(1.06)
}

.gallery{
    padding: 5px;
}

.no-overflow-image{
    overflow: hidden;
}

@media (max-width: 1650px) {

    .header-text {
        position: absolute;
        margin-left: 40px;
        top: 20%;
        left: 1.8%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

        .header-text h2 {
            font-size: 25px;
            margin-top: 30px;
        }
}


@media (max-width: 992px) {

    .header-text {
        position: absolute;
        margin-left: 20px;
        top: 10%;
        left: 1.8%;
        right: auto;
        width: 96.66666666666666%;
        color: #fff;
    }

        .header-text h2 {
            font-size: 20px;
            margin-top: 30px;
        }

    .navbar-header, .navbar-brand {
        height: 54px;
    }

    .navbar-header {
        height: 83px;
    }

    .wehleNavBar .navbar-brand > img {
        height: 54px;
    }

    .content {
        padding-top: 104px;
    }

    .navbar {
        min-height: 75px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 41px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .img-table{
        width: 100%;
    }

    .flyer {
        width: 80%;
    }
    
    .profile-userpic img {
        width: 30%;
        height: 30%;
    }
}

@media (max-width: 767px) {
    .carousel {
        min-height: 370px;
    }

    .header-text {
        position: relative;
        right: auto;
        width: 96.66666666666666%;
        color: #000;
    }

        .header-text h2 {
            font-size: 14px;
            margin-top: 10px;
        }

            .header-text h2 span {
                background-color: transparent;
                padding: 10px;
            }

    #header-text-btn-span {
        background-color: #c3c3c3;
        font-size: 14px;
        color: #151515;
        padding: 5px 10px 5px 10px;
        margin-left: 10px;
    }

    .welcome-text{
        margin-top: 0;
    }
}

@media (max-width: 425px) {
    .content {
        padding-top: 78px;
    }

    .carousel {
        min-height: 270px;
    }

    .navbar-header{
        height: 60px
    }

    .wehleNavBar{
        padding-bottom: 10px;
    }
    
    .wehleNavBar .navbar-brand > img{
        height: 50px;
    }

    .navbar-toggle{
        margin-top: 25px;
    }

    .col-md-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .welcome-text{
        margin-top: 0;
    }

    .product-body{
        padding-left: unset;
        padding-right: unset;
    }
    
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    blockquote {
    font-size: 14px;
    }

    .profile-usertitle-name {
    font-size: 14px;
    }

    .profile-usertitle-job {
    font-size: 10px;
    }

    .wehleFooter {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}