@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
    color: #787878;
    font-weight: 600;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
}

.hero-unit h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
}


.faust-title,
.page-title {
    color: #de131c;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 1.25rem 0 1.75rem 0;
}

a {
    color: #e42d32;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: #e42d32;
        text-decoration: none;
        outline: none;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}


.btn-primary {
    background: #e42d32;
    border-color: #e42d32;
    color: #fff;
    border-radius: 4px;
    /*border: none;*/
    /*margin-top: 10px;*/
}


    .btn-primary:hover,
    .btn-primary:focus {
        background: #333; /*e42d32*/
        color: #fff;
        outline: none;
        box-shadow: none;
    }

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

/* Styles Ankauf Formular File input */
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}


/*************************
*******    Header   ******
**************************/

#header .search {
    display: inline-block;
}

.header {
    z-index: 20;
    position: relative;
    border-bottom: 1px solid #aaa;
    transition: all 0.4s ease;
}

    .header.sticky {
        position: fixed;
        width: 100%;
        margin-top: -80px;
    }

    .header .top-bar {
    }

    .header.sticky .top-bar {
    }

    .header.default .top-bar {
        margin-top: 0px;
    }


    .header.sticky + #main-slider-wrapper {
        top: 0;
        margin-bottom: 30px;
    }

    .header.sticky ~ #content {
        padding-top: 60px;
    }

    .header.sticky ~ #main-slider-wrapper ~ #content {
        padding-top: 0px;
    }

.navbar > .container .navbar-brand {
    margin-left: 0;
    line-height: 50px;
    width: 200px;
    padding: 5px 0;
}

.navbar-brand {
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    padding: 0;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.top-bar {
    padding: 0;
    background: #000;
    line-height: 28px;
}

.top-bar-brand {
    width: 190px;
    height: 70px;
    background: transparent url("../images/piano-faust-logo-punkt.jpg") right bottom no-repeat;
    background-size: contain;
    margin-top: 10px;
    display: block;
}

.top-bar-navbar {
    padding-right: 12px;
    margin-top: 30px;
    text-align: right;
    display: table;
    z-index: 1;
}

    .top-bar-navbar .top-bar-controls {
        display: table-cell;
    }

    .top-bar-navbar .top-bar-search {
        display: inline-block;
        vertical-align: middle;
    }

    .top-bar-navbar .form-control {
        background: none;
        color: #fff;
        border: 1px solid transparent;
        border-bottom: #666 solid 1px;
    }

    .top-bar-navbar .btn {
        background: none;
        color: #aaa;
        transition: all .3s ease-in-out;
    }

        .top-bar-navbar .btn:hover {
            background: none;
            color: #fff;
        }

.top-bar-search .search-input {
    width: 100px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.search-input:hover,
.search-input:focus {
    width: 260px !important;
    border-bottom: #fff solid 1px;
}

    .search-input:focus ~ .input-group-btn > .btn-search,
    .search-input:hover ~ .input-group-btn > .btn-search {
        color: #fff;
    }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.65) 60%, rgba(0,0,0,0.5) 100%);
    padding: 0;
    padding-bottom: 0;
}

.navbar-nav {
    padding: 0;
    margin-top: 0;
}

    .navbar-nav > li {
        line-height: 60px;
        margin-left: 10px;
    }

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #e42d32;
        color: #fff;
    }

.navbar-inverse {
    border: none;
}


    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #e42d32;
        color: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(0,0,0,.85);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
        left: 0;
    }

        .navbar-inverse .navbar-nav .dropdown-menu:before {
            position: absolute;
            top: 0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li > a {
            padding: 8px 15px;
            color: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
            background-color: #e42d32;
            color: #fff;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
            border-radius: 0 0 3px 3px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
            background-color: transparent;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-top: 0;
        padding-bottom: 0;
    }


.nav-link-back {
    padding-right: 35px;
    padding-left: 32px;
    margin-right: 7px;
}


/*************************
******* Main Slider ******
**************************/


#main-slider-wrapper {
    position: relative;
    top: -60px;
    z-index: 10;
    margin-bottom: -30px;
    padding: 0;
}


#main-slider .carousel-content {
    background: rgba(0,0,0,0.75);
    padding: 0;
    border-radius: 5px;
    bottom: 20px;
    width: 100%;
    position: absolute;
}

#main-slider {
    position: relative;
    border-bottom: 1px solid #eee;
}


#main-slider,
#main-slider .carousel-inner {
    min-height: 600px;
}

    #main-slider .item {
        height: 600px;
        width: 100%;
    }

.carousel .container {
    z-index: 9;
}

#main-slider .carousel-control {
    background-color: transparent;
    border: 0 none;
    font-size: 80px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    top: 30%;
    width: 100px;
    z-index: 10;
}

    #main-slider .carousel-indicators {
        bottom: -40px;
    }

        #main-slider .carousel-indicators li {
            border: 1px solid #aaa;
            background: #fff;
            width: 15px;
            height: 15px;
            margin: 1px;
            border-radius: 50%;
        }

            #main-slider .carousel-indicators li:hover {
                background: #990000;
            }

            #main-slider .carousel-indicators li.active {
                border: 0px solid #990000;
                background: #555555;
                width: 15px;
                height: 15px;
                margin: 1px;
                border-radius: 50%;
            }


.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


.carousel-content .carousel-content-title,
.carousel-content .carousel-content-subtitle,
.carousel-content .lead {
    border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 20px 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}


.carousel-content .carousel-content-subtitle {
    text-transform: none;
    padding: 0px 20px 15px 20px;
    font-size: 19px;
}

.carousel-content .lead {
    text-transform: none;
    padding-top: 0;
    font-size: 16px;
}

.label-copyright {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    bottom: 0px;
    color: #ccc;
    display: block;
    opacity: 0.8;
    position: absolute;
    right: 0px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Instrumenten Logo */

.instrument-logo {
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
    font-size: 18px;
}

.instrument-slider-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.has-controls .instrument-slider {
    margin-left: 90px;
}


.instrument-slider,
.instrument-slider .carousel-inner,
.instrument-slider .item,
.instrument-slider .item a {
    padding-left: 0px;
    min-height: 300px;
    transition: all 300ms;
}

    .instrument-slider .carousel-inner {
        padding: 4px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }


    .instrument-slider .item {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all .2s ease-in-out;
    }

    .instrument-slider .img-instrument {
        width: auto !important;
        max-width: 100%;
    }

.instrument-slider-wrapper .carousel-indicators {
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
    text-align: left;
    margin-left: 0;
    bottom: 0;
}

.instrument-slider-wrapper .preview-indicator {
    width: 80px;
    height: auto;
    border-radius: 0;
    position: relative;
}

    .instrument-slider-wrapper .preview-indicator.active {
    }


.has-controls .carousel-control.left {
    margin-left: 90px;
}

.instrument-slider-wrapper .carousel-control {
    background-color: transparent;
    border: 0 none;
    font-size: 80px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    top: 50%;
    width: 100px;
    z-index: 10;
}


/* Marken Logos */
#marken-wrapper {
    background: url('../images/piano-faust-blurry-bg-1.jpg') 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
    padding: 70px 0;
}

    #marken-wrapper .faust-title {
        color: #fff;
        font-size: 36px;
        padding-bottom: 55px;
        margin: 0 0 1.75rem 0;
    }


    #marken-wrapper ul li {
        display: inline-block;
        float: left;
        height: 150px;
        width: 30%;
        margin: 1.5%;
    }

        #marken-wrapper ul li a {
            display: block;
            border-radius: 4px;
        }

.faust-marke {
    display: block;
    height: 150px;
    width: 100%;
    border-radius: 3px;
    background: center center no-repeat;
    background-size: 75%;
}


/* Instrumenten Ma�e */
.pf-masse-label,
.pf-masse-image {
    display: none;
}

.pf-masse {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

    .pf-masse .pf-masse-label,
    .pf-masse .pf-masse-image {
        display: block;
    }

    .pf-masse > dt {
        display: none;
        position: relative;
    }

    .pf-masse > dd {
        position: absolute;
        font-size: 12px;
    }

.pf-klavier .pf-masse-image {
    content: "";
    width: 275px;
    height: 100px;
    background: url('../images/icons/piano-faust-klavier-abmessungen') no-repeat 10px 0px;
    background-size: 150px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .pf-masse .pf-masse-label {
        transform: translateY(-25px);
    }

    .pf-masse {
        margin-top: 40px;
        margin-bottom: 0;
    }
}



.pf-klavier .pf-breite {
    top: 75px;
    left: 45px;
}

.pf-klavier .pf-hoehe {
    left: -16px;
    top: 25px;
    transform: rotate(-90deg);
}

.pf-klavier .pf-tiefe {
    top: 75px;
    left: 128px;
}

.pf-fluegel .pf-masse-image {
    width: 275px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .pf-fluegel .pf-masse-image:before {
        content: "";
        width: 275px;
        height: 100px;
        background: #eee;
        background: url('../images/icons/piano-faust-fluegel-kontur-oben.svg') no-repeat 12px 15px;
        background-size: 100px;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

.pf-fluegel .pf-hoehe ~ .pf-masse-image:after {
    content: "";
    width: 275px;
    height: 100px;
    background: #eee;
    background: url(../images/icons/piano-faust-fluegel-kontur-seite.svg) no-repeat 125px 25px;
    background-size: 135px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}


.pf-fluegel .pf-breite {
    left: -22px;
    top: 43px;
    transform: rotate(-90deg);
    width: 50px;
}

.pf-fluegel .pf-hoehe {
    left: 241px;
    top: 43px;
    transform: rotate(-90deg);
    width: 50px;
}

.pf-fluegel .pf-tiefe {
    top: 0px;
    left: 45px;
    width: 50px;
}





/*******************************
******* Layout Components ******
********************************/

.bg-light-grey {
    background-color: #f2f2f2;
}

.bg-light {
    background-color: #fbfbfb;
}

.content-blocks {}

.content-block .divider {}

.content-block {
    padding-bottom: 2rem !important;
}



/***********************
********* Footer ******
************************/

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
    border-top: 5px solid #de131c;
}

.contact-info {
    background-color: #fbfbfb;
    border-top: 1px solid #eee;
}

#footer a {
    color: #fff;
}

    #footer a:hover {
        color: #de131c;
    }

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #footer ul > li {
        display: inline-block;
        margin-left: 15px;
    }


/*
    Lity CSS modifications
*/

.lity-content {
    position: relative;
}

.lity-image-title {
    background: rgba(0,0,0,.75);
    padding: 20px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    color: #fff;
}

.lity-close {
    z-index: 9994;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    font-size: 46px;
}

    .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
        font-size: 35px;
        line-height: 35px;
    }

.lity-image-title:empty {
    display: none;
}


/* BS Callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}


*.bs-callout:empty {
    padding: 20px;
    margin: 0px;
    border: none;
}


.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }


/*
    Bootstrap overwrites
*/
.label-light {
    background-color: #bbb;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

.d-block {
    display: block!important;
}

/*.hexagon {
  width: 75px; 
  height: 43.30px;
  background-color: #e42d32;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 37.5px solid transparent;
  border-right: 37.5px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 21.65px solid #e42d32;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 21.65px solid #e42d32;
}*/



/* Pagination */
.pagination-wrapper {
    text-align: center;
}

.pagination > li a,
.pagination > li.control a {
    background-color: #e42d32;
    color: #fff;
    border-color: #e42d32;
}

    .pagination > li a.active {
        background-color: #323232;
        color: #ffffff;
    }

.pagination > li > a:focus,
.pagination > li > a:hover {
    background-color: #333;
    color: #ffffff;
    border-color: #333;
}



/* Animationen */
.rotate {
    animation-name: rotate; 
    animation-duration: 10s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	transform-origin: center center;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* Quote styles */
     .center-block {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .blockquote-wrapper {
            display: flex;
            padding: 0 20px;
            margin-top: 30px;
        }

        /* Blockquote main style */
        .blockquote {
            position: relative;
            max-width: 620px;
            align-self: center;

        }

        /* Blockquote header */
        .blockquote .quote-text {
            position: relative;
            color: #e74848;
            font-weight: normal;
            line-height: 1.5;
            margin: 0;
            font-style: italic;
            border: solid 2px #787878;
            border-radius: 20px;
            padding: 25px;
        }

        .blockquote .quote-text:after {
            content: '';
            position: absolute;
            border: 2px solid  #787878;
            border-radius: 0 100% 0 0;
            width: 60px;
            height: 60px;
            bottom: -60px;
            left: 50px;
            border-bottom: none;
            border-left: none;
            z-index: 3;
        }

        .blockquote .quote-text:before {
            content: '';
            position: absolute;
            width: 80px;
            border: 6px solid #fff;
            bottom: -3px;
            left: 50px;
            z-index: 2;
        }

        @media all and (min-width: 600px) {
            .blockquote .quote-text {
                /* font-size: 3rem; */
                /* line-height: 1.2; */
            }
        }

        .blockquote .subtitle {
            position: relative;
            font-weight: 400;
            margin: 0;
            padding-top: 15px;
            z-index: 1;
            margin-left: 150px;
            padding-left: 12px;
        }

   
