/*
Theme Name: Hemmingway
Author: Jan PilgenrÃ¶der
*/
@import "fontawesome/all.css";


body {
    color:       black;
    font-family: 'Cabin', sans-serif;
}

.button {
    font-family: 'Open Sans', sans-serif;
}

.site {
    display:        flex;
    min-height:     100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.hero {
    background-size:     cover;
    background-position: center;
    color:               white;
    min-height:          550px;
}

.hero .hero-body {
    margin-top: 2rem;
}

.hero .subtitle {
    text-shadow: 1px 1px 0px #4c4c4c5e;
    color:       white;
}

@media screen and (max-width: 768px) {
    .hero {
        min-height: 50vh;
    }

    .hero .subtitle {
        display: none;
    }
}

strong, a, table, tbody, tr, td, label.label {
    color: inherit;
}

a.navbar-item.is-active, a.navbar-item:hover, a.navbar-link.is-active, a.navbar-link:hover {
    background-color: transparent;
    text-shadow:      3px -1px 10px white;
    color:            white;
}

.navbar-burger {
    height: auto;
}

.table {
    color: inherit;
}

.table.table--compare {
    width: 100%;
}

.table.table--compare td {
    border:     0;
    text-align: center;
    padding:    1rem;
    width:      25%;
}

.table.table--compare td.row-label {
    text-align:    left;
    border-right:  5pt solid white;
    padding-right: 3rem;
}

.table thead th {
    border:     0;
    font-style: normal;
    text-align: center;
}

.table.table--compare tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.table.table--compare .group-headline td {
    background-color: #333436;
    color:            white
}

@media screen and (max-width: 1023px) {
    .table--compare .row-label {
        display: none;
    }

    .table--compare {
        display:    block;
        overflow-x: scroll;
    }
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.5rem;
}
.privacy h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 2rem;
}
.privacy h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.privacy a {
    text-decoration: underline;
    color: -webkit-link;
}

p {
    margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
    line-height:   1.125;
    margin-bottom: 0.5em;
}

.serif-font {
    font-family: 'Playfair Display', serif;
}

.customH2{
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}

.customH3{
    font-size: 24px;
    line-height: 20px;
    font-weight: 400px;
    color: rgb(0, 0, 0);
    margin: 32px 0 12px 0;
}

.customH4{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400px;
    margin: 32px 0 8px 0;
}


.small-bottom {
    margin-bottom: 0.75rem;
}

.has-fixed-navbar {
    padding-top: 110px; /* wp admin bar */
}

.navbar {
    /*margin-top: 32px;  !* wp admin bar *!*/
    background-color: #333436;
    color:            white;

    position:         fixed;
    width:            100%;
}

.navbar.is-transparent {
    /* background: transparent none; */
}

.navbar.is-top {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.navbar-item, .navbar-link {
    font-family: 'Open Sans', sans-serif;
    color:       white;
}

.navbar-item img {
    max-height: 100%
}

#header-menu {
    transition: all 1s;
}

.navbar .is-active .navbar-item {
    filter: invert(100%);
}

.footer {
    background-color: #333436;
    padding-top:      3rem;
    padding-bottom:   2rem;
    text-align:       center;
}

.footer > div {
    display: flex;
    justify-content: center;
    flex-direction: row;

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.footer-menu__item{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-menu__item a {
    color:white;
    text-transform: uppercase;
    display: flex;
    justify-items: center;
    width: fit-content;
    padding: 1rem 20px;

    @media screen and (max-width: 768px) {
        padding: 0.5rem 20px;
    }
}

.footer-menu__item:not(:last-child):after {
    content:      '\2666';
    color:        white;
}

@media screen and (max-width: 768px) {
    .footer-menu__item:not(:last-child):after {
        content:      '\A';
        white-space:  pre;
        margin-left:  0;
        margin-right: 0;
    }
}

.footer__copyright {
    margin-top:    3rem;
    margin-bottom: 1rem;
}

.beige {
    color: #938b77;
}

.show-room {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,eaeaea+51,f2f2f2+100 */
    background:      #ffffff; /* Old browsers */
    background:      -moz-linear-gradient(top, #f6f4f2 0%, #f1f1f1 50%, #eaeaea 51%, #f2f2f2 100%); /* FF3.6-15 */
    background:      -webkit-linear-gradient(top, #f6f4f2 0%, #f1f1f1 50%, #eaeaea 51%, #f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background:      linear-gradient(to bottom, #f6f4f2 0%, #f1f1f1 50%, #eaeaea 51%, #f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:          progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f4f2', endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */

    background-size: 100% 100%;
    color:           white;
}

@media screen and (max-width: 768px) {
    .show-room {
        background-size: 100% 120%;
    }

    .show-room .link-button-products {
        width: 100%;
    }
}

.show-room-lights {
    position:        relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background:      -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.02) 100%); /* FF3.6-15 */
    background:      -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.02) 100%); /* Chrome10-25,Safari5.1-6 */
    background:      linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.02) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:          progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */

    background-size: 100%;
    width:           100%;
    height:          0;
    padding-top:     46.25%
}

.show-room-lights svg {
    position:     absolute;
    margin-left:  auto;
    margin-right: auto;
    left:         0;
    right:        0;
    top:          -20%;
}

.piano-3d:hover {
    transform:         scale(1.02);
    -webkit-transform: scale(1.02, 1.02);
}

.piano-3d {
    transition: transform .5s;
}

.piano-3d__svg {
    margin-top: 20%;
}

.piano-3d__text {
    stroke:      none;
    fill:        #000000;
    font-family: "Noto Serif", serif;
}

.guide_excerpt__column {
    margin-top:     2rem;
    margin-bottom:  2rem;
    padding:        0 2rem 0 2rem;
    display:        flex;
    flex-direction: column;
}

.guide_excerpt__content {
    flex-grow: 1;
}

.guide_excerpt__text {
    margin-top: 12px;
}

.link-button {
    display:          inline-block;
    border:           1pt solid #938b77;
    border-radius:    3px;
    color:            #938b77;
    padding:          6px;
    width:            12rem;
    font-size:        .7rem;
    background-color: white;
    text-align:       center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.link-button-is-filled {
    background-color: #938b77;
    color:            white;
}

.link-button:hover {
    color: #938b77;
}

ul li:not(.button){
    list-style: '\2666';
    list-style-position: inside;
}


.privacy ul {
    margin-left: 20px;
    list-style: disc;
    padding-bottom: 10px;
}

.gallery-image {
    width:  100%;
    height: auto;
}

.leveled {
    display:       flex;
    align-items:   center;
    margin-bottom: 1rem;
    margin-top:    1rem;
}

.vorteil__title {
    margin-bottom: 3rem;
    color:         black;
    font-size: 32px;
    line-height: 36px;
}

.vorteil__text {
    color: black;
}

.vorteil__icon {
    width:        70px;
    margin-right: 40px;
}

.vorteil__button {
    margin-top: 2rem;
}

.single-piano__column {
    margin-top:    2.5rem;
    margin-bottom: 2.5rem;
}

.ui-accordion .ui-accordion-header {
    display:       block;
    font-size:     1rem;
    font-family:   'Open Sans', sans-serif;
    font-weight:   600;
    border-bottom: 1pt solid #938b77;
    padding-top:   3rem;
    line-height:   3;
}

.ui-accordion .ui-accordion-header:focus {
    outline: 0;
}

.ui-accordion .ui-accordion-header.ui-state-default:after {
    content:       "▽";
    border-bottom: 0;
    float:         right;
}

.ui-accordion .ui-accordion-header.ui-state-active:after {
    content:       "△";
    border-bottom: 0;
    float:         right;
}

#accordion p {
    margin-top: 2rem;
}

.piano-guide .vc_row {
    margin-top: 0;
}

.piano-guide p:first-of-type {
    margin-top: 1rem;
}

.piano-guide a {
    display:    block;
    margin-top: 3rem;
    text-align: right;
}

.error-right-side p {
    font-size: .9rem;
}

.error-right-side h1,
.error-right-side h6 {
    font-family: 'Cabin', sans-serif;
}

.error-right-side h1 {
    font-size: 4rem;
}

.error-right-side a {
    text-decoration: underline;
}

.error-right-side a:hover {
    color: #938b77;
}

.error-page .picture-column {
    padding-top: 30px;
}

@media screen and (min-width: 950px) {
    .error-right-side__top-column {
        background-image:  url("../images/404_2.png");
        background-size:   contain;
        background-repeat: no-repeat;
    }
}

.navbar .is-active #main-navbar-menu {
    position:                    absolute;
    bottom:                      0px;
    left:                        0px;
    height:                      120%;
    width:                       500px;
    overflow:                    hidden;
    background-color:            #1a1c1a;
    -webkit-backface-visibility: hidden;
    backface-visibility:         hidden;
    transformOrigin:             'bottom left';
    transform-origin:            'bottom left';
    -ms-transform-origin:        'bottom left';
    -webkit-transform-origin:    'bottom left';
    padding:                     2px;
}

.navbar .is-active #main-navbar-menu img {
    display:  block;
    position: absolute;
}

.hero_body_text_background {
    display:                      inline;
    /*padding:                      0.2em 0.5em;*/
    background-color:             rgba(0, 0, 0, 0.48);
    box-shadow:                   0.5em 0 0 #0000007a, -0.5em 0 0 #0000007a;
    -webkit-box-decoration-break: clone;
    box-decoration-break:         clone;
    line-height:                  2.5;
}

.gray_text_background {
    display:                      inline;
    /*padding:                      0.2em 0.5em;*/
    background-color:             #565656;
    box-shadow:                   0.5em 0 0 #565656, -0.5em 0 0 #565656;
    -webkit-box-decoration-break: clone;
    box-decoration-break:         clone;
    line-height:                  2;
    color:                        white;
}

.single-color-icon {
    font-size:  11px;
    color:      gray;
    text-align: center;
}

.single-color-icon a img {
    height: 25px;
}

.piano-data-table {
    line-height: 2.5;
}

.single-piano-feature-list {
    line-height: 2;
}

.link-button-products {
    font-family: 'Playfair Display', serif;
    font-size:   14px;
    font-weight: bold;
    width:       14rem;
}

.is-vertical-centered {
    display: flex;
    align-items: center;
}

.return-button {
    color: gray;
}

/* HEM-120 */
.site-content {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}
