
/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										dynamic Image STAGE AREA                       								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.dynamicImage .dynamicImageWrapper .item {
    position: relative;
}

section.dynamicImage .dynamicImageWrapper .item img {
    height: calc(100vh - 136px);
    max-height: 780px;
    width: 100%;
    object-fit: cover;
}

section.dynamicImage .dynamicImageWrapper .item img.mobile {
    height: initial;
}

section.dynamicImage .dynamicImage-copy {
    margin: 30px auto 0;
    width: 300px;
    text-align: center;
    pointer-events: all;
}

@media screen and (min-width: 720px) {
    section.dynamicImage .dynamicImage-copy {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 600px;
        color: #fff;
    }
}

section.dynamicImage div.title, section.dynamicImage div.title-big {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3px;
}

@media screen and (min-width: 720px){
    section.dynamicImage div.title-big {
        font-size: 50px;
        letter-spacing: 6px;
    }
}

@media screen and (min-width: 720px){

    section.dynamicImage .dynamicImage-copy p {
        color: inherit;
    }
    section.dynamicImage .dynamicImage-copy.position-top-left,
    section.dynamicImage .dynamicImage-copy.position-top-center,
    section.dynamicImage .dynamicImage-copy.position-top-right {
        top: 65px;
    }
    section.dynamicImage .dynamicImage-copy.position-center-left,
    section.dynamicImage .dynamicImage-copy.position-center-center,
    section.dynamicImage .dynamicImage-copy.position-center-right {
        top: 50%;
        transform: translateY(-50%);
    }
    section.dynamicImagea .dynamicImage-copy.position-bottom-left,
    section.dynamicImagea .dynamicImage-copy.position-bottom-center,
    section.dynamicImagea .dynamicImage-copy.position-bottom-right {
        bottom: 65px;
    }
    section.dynamicImage .dynamicImage-copy.position-top-left,
    section.dynamicImage .dynamicImage-copy.position-center-left,
    section.dynamicImage .dynamicImage-copy.position-bottom-left {
        text-align: left;
        left: 90px;
        margin-left: 0;
    }
    section.dynamicImage .dynamicImage-copy.position-top-center,
    section.dynamicImage .dynamicImage-copy.position-center-center,
    section.dynamicImage .dynamicImage-copy.position-bottom-center {
        text-align: center;
    }
    section.dynamicImage .dynamicImage-copy.position-top-right,
    section.dynamicImage .dynamicImage-copy.position-center-right,
    section.dynamicImage .dynamicImage-copy.position-bottom-right {
        text-align: right;
        right: 90px;
        margin-right: 0;
    }
    section.dynamicImage .copy-container {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
        pointer-events: none;
    }
    section.dynamicImage .copy-container.gradient-enabled {
        background: transparent;
        /* Old browsers */
        background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
        /* W3C */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#000000)";
    }
    section.dynamicImage .copy-container.gradient-full {
        background: rgba(0, 0, 0, 0.5);
    }
    section.dynamicImage .copy-container.gradient-top {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 50%);
    }
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										dynamic Video                               								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.dynamicVideo {
    background-color: #000;
    padding: 0;
}

section.dynamicVideo .dynamicVideoWrapper {
    max-width: 1280px;
    margin: 0 auto;
    position:relative;
}

section.dynamicVideo .click-controls {
    position: absolute;
    margin: 0 auto;
    z-index: 100;
    background-color: #b40610 !important;
    color: #fff;
    bottom: 80px;
    right: 100px;
    border-radius: 0;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 30px;
}

@media screen and (max-width: 720px){
    section.dynamicVideo .click-controls {
        right: 0;
        bottom: 66px;
        left: 50%;
        transform: translateX(-50%);
    }
}

section.dynamicVideo .click-controls .instructions {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

section.dynamicVideo .replay-controls {
    position: absolute;
    width: 300px;
    height: 28px;
    margin: auto;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.75);
    color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    border-radius: 3px;
    display: none;
    cursor: pointer;
    line-height: 20px;
}

@media screen and (min-width: 720px){
    section.dynamicVideo .replay-controls {
        width: 590px;
        height: 42px;
        padding: 12px 20px 26px;
        line-height: 52px;
    }
}


@media screen and (min-width: 720px) {
    section.dynamicVideo .replay-controls .icon-replay {
        font-size: 52px;
    }
}

section.dynamicVideo .replay-controls .icon-replay {
    font-size: 30px;
}
section.dynamicVideo .replay-controls .replay-control {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

section.dynamicVideo .replay-controls .instructions {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}

@media screen and (min-width: 720px){
    section.dynamicVideo .replay-controls .instructions {
        font-size: 40px;
        letter-spacing: 6px;
    }
}
section.dynamicVideo .replay-controls .replay-control {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

section.dynamicVideo .replay-controls .video-time {
    font-size: 20px;
    font-style: italic;
}
@media screen and (min-width: 720px){
    section.dynamicVideo .replay-controls .video-time {
        font-size: 40px;
    }
}
section.dynamicVideo .replay-controls .replay-control {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Produktslider (Homepage)                    								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

.section-product-roller ul {

    display: grid;
    height: auto;
    min-height: auto;
    width: calc(100% - 5vw);
    padding-left: 5vw;
    grid-template-columns: repeat(14, 21vw) calc(26vw);
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 100%;
    column-gap: 20px;
    text-align: initial;
    /* margin: 0px auto -150px; */
    padding: 0px 0px 38px;
    height: auto;
    white-space: nowrap;
    overflow: scroll hidden;
}

.section-product-roller ul li {
    position: relative;
    list-style: none;
    height: 100%;
}

.section-product-roller ul li a {
    text-decoration: none;
    border: none;
}

.section-product-roller .item .caption {
    text-align: center;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 auto;
}

.section-product-roller ul::-webkit-scrollbar {
    width: 4px;
}
.section-product-roller ul::-webkit-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: lime;
}
.section-product-roller ul::-webkit-scrollbar-track {
    background: navy;
}
.section-product-roller ul::-webkit-scrollbar-thumb {
    background-color: red;
    border: none;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Fullwidth Image Animated CE                    								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.masonry.animated .text-container .tile-text {
    left: initial;
    right: 5%;
    bottom: 0;
    height: 100%;
    margin: auto;
    position: absolute;
    width: 50%;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;

}

section.masonry.animated .tile-description p {
    color: #000;
    font-size: 18px;
}


section.masonry.animated div.tile .ss-button {
    margin: 15px 0 0 0;
    border: 1px solid #000;
    text-align: center;
    padding: 4px;
}

section.masonry.animated .tile-description {
    text-align: left;
}

section.masonry.animated div.title {
    margin: 20px 0;
}

section.masonry.animated div.title p {
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 1px;
}

@media screen and (max-width: 719px){
    section.masonry.animated div.tile {
        padding-bottom: 90%;
    }
}















/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Fluid Content Elements                         								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
.ce-left .ce-gallery, .ce-column {
    float: none;
}
.ce-gallery figure {
    margin: 0 auto;
}
.ce-gallery figure img {
    height: auto;
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Cookiebot Styles                               								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

#CybotCookiebotDialog a, 
#CybotCookiebotDialog div, 
#CybotCookiebotDialogBodyContentControls, 
#CybotCookiebotDialogBodyContentTitle {
    font-family: 'minion-pro', serif !important;
}
#CybotCookiebotDialogBodyContentText { 
    font-family: 'minion-pro', serif !important;
}
#CybotCookiebotDialogBodyContentTitle {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    font-size: 18px !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif !important; 
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    width: auto !important;
    height: 28px !important;
    padding: 0 15px !important;
    line-height: 28px !important;
    border: none !important;
}


#CybotCookiebotDialogDetail {
    overflow: hidden;
}

#CybotCookiebotDialog a, #CybotCookiebotDialog a:hover {
    /*
    border: none;
    */
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #aaa !important;
}

body.bostonessex a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #004377 !important;
}



div#CybotCookiebotDialogBodyLevelButtonsTable a,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails td a,
#CybotCookiebotDialogDetailBodyContentTabs a {
    border-bottom: none !important;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										carousel-video3q                              								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

#player1 {
    height:100% !important;
}


#player1-player-sdn-unmute-button{
    display:none !important;
}

.carousel-element.carousel-video3q {
    position: relative;
}

.carousel-element.carousel-video3q .click-controls {
	position: absolute;
	width: 300px;
	height: 28px;
	margin: auto;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.75);
	color: #000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px;
	border-radius: 3px;
	/*display: none;*/
	cursor: pointer;
	line-height: 20px;
}

.carousel-element.carousel-video3q .click-controls .instructions {
	font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 3px;
}

.carousel-element.carousel-video3q .replay-controls {
    position: absolute;
    width: 300px;
    height: 28px;
    margin: auto;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    top: 108px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    border-radius: 3px;
    display: none;
    cursor: pointer;
    line-height: 20px;
    text-align: center;

}

.carousel-element.carousel-video3q .replay-controls .replay-control {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.carousel-element.carousel-video3q .replay-controls .icon-replay {
	font-size: 30px;
}

.carousel-element.carousel-video3q .replay-controls .video-time {
	font-size: 20px;
	font-style: italic;
}

.carousel-element.carousel-video3q .replay-controls .instructions {
	font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 3px;
}



@media screen and (min-width: 720px){
    .carousel-element.carousel-video3q .replay-controls {
        width: 590px;
        height: 42px;
        padding: 12px 20px 26px;
        line-height: 52px;
    }
    .carousel-element.carousel-video3q .replay-controls .icon-replay {
        font-size: 52px;
    }
    .carousel-element.carousel-video3q .replay-controls .video-time {
        font-size: 40px;
    }
    .carousel-element.carousel-video3q .replay-controls .instructions {
        font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 40px;
        letter-spacing: 6px;
    }
}



.carousel-element.carousel-video3q {
	max-height: 780px;
}

@media screen and (min-width: 1920px) {
    .carousel-element.carousel-video3q {
        max-height: 1208px;
    }
}

.carousel-element.carousel-video3q {
	height: 200px;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-device-width : 360px) and (max-device-width : 374px) {
	.carousel-element.carousel-video3q {
		height: 200px;
	}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 413px) {
	.carousel-element.carousel-video3q {
		height: 200px;
	}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 479px) {
	.carousel-element.carousel-video3q {
		height: 222px;
	}
}
@media only screen and (min-device-width : 480px) and (max-device-width : 719px) {
	.carousel-element.carousel-video3q {
		height: 260px;
	}
}



@media screen and (min-width: 720px) {
	.carousel-element.carousel-video3q {
		height: calc(100vh - 60px);
	}
}

@media screen and (min-width: 1024px) {
	.carousel-element.carousel-video3q {
        /*height: calc(100vh - 136px);*/
        /* added 69px for breadcrumb */
        height: calc(100vh - 205px);
	}
}


@media screen and (max-width: 720px) {

    .carousel-element.carousel-video3q {
        height: initial;
    }
    .sdn-display{
        height:100vw !important;
    }
    .js3q-player video {
        object-fit: cover !important;
    }

}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Gebrauchte Pianos Card                      								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

.preOwnedPianoElement {
    background: lime;
    width: 100%;
    margin-bottom: 20px;
}


.preOwnedPianoElementWrapper {

    display:flex;
}

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

.preOwnedImages {
    flex-basis: 50%;
    background: orange;
    min-height: 280px;
    margin-right: 20px;
}

.preOwnedImages img {
    width: 100%;
    height: 100%;
}

.preOwnedText {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.preOwnedText .preOwnedAttributes {
    align-items: flex-start;
}
@media screen and (max-width: 767px){
    .preOwnedText .preOwnedAttributes {
        margin: 20px 0;
    }
}
.preOwnedText .preOwnedButton {
    align-items: flex-end;
}

.preOwnedButton p {
    text-align: left;
    margin:0;
    line-height: 24px !important;
}



  









.formAnchorLink {
    clear: both;
    display: block;
    position: relative;
    top: -20px;
    visibility: hidden;
}

.sdn-display {
   z-index: 190 !important;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Newsletter CTA für News/Eventlisten            								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

.nl-cta {
    background-position: center;
    background-size: cover;
    margin-bottom: 60px;
    padding:0;
}

.nl-cta-content {
    background: rgba(0,0,0,0.5);
    padding: 2rem 2rem;
    display: flex;
    align-items: center;
    height: 20em;
}

@media screen and (max-width: 767px){
    .nl-cta-content {
        flex-direction: column;
        height: 20em;
    }
}

.nl-cta .nl-cta-left{
    flex: 3;
}

.nl-cta .nl-cta-right{
    flex: 1;
}

.nl-cta h1 {
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: white;
}

.nl-cta p {
    font-size: 20px;
    font-weight: 200;
    color: white;
    max-width: 30em;
}

.nl-cta div a {
    float: none;
    height: auto;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #aaa;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
}













@media(min-width: 1024px) {
    header.primary .geo-bar a.description {
        font-size: 13px;
    }
}

/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Pianogalleries List Plugin                     								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.pianogallerylist {
    margin: 0 20px;
}

section.pianogallerylist h2 {
    letter-spacing: 2px;
    color: #666;
}

.pianogalleries-wrapper .more-galleries {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}
.pianogalleries-wrapper .more-galleries span.button {
    float: none;
    height: auto;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #fff;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    transition: background-color 250ms ease-in-out;
}


.pianogalleries-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.pianogallery-wrapper {
    flex-basis: 24%;
    /*background: lightgoldenrodyellow;*/
    height: 250px;
    position: relative;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;

}
.pianogallery-wrapper.dummy {
    height: 0;
    border: none;
    padding:0;
    margin:0;
}

@media(min-width: 1024px) {
    .pianogallery-wrapper {
        flex-basis: 24%;
    }
}
@media(max-width: 1023px) {
    .pianogallery-wrapper {
        flex-basis: 49%;
    }
}
@media(max-width: 555px) {
    .pianogallery-wrapper {
        flex-basis: 100%;
    }
}

.pianogallery-padding {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pianogallery-links {
    display: flex;
}


.pianogallery-title {
    flex: 1;
}
.pianogallery-address {
    flex: 1;
}
.pianogallery-links {
    flex: 1;
    align-items: flex-end;
    margin-bottom: 20px;
}


.pianogallery-links-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.pianogallery-links-wrapper a {
    display: flex;
    border: none;
    font-style: normal;
    align-items: center;
    margin-right: 12px;
}

.pianogallery-links-wrapper a div.icon {
    margin-right: 6px;
}


.pianogallery-padding, .pianogallery-padding p {
    color: #666;
}
.pianogallery-padding h4 {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
}



section.pianogallerylist .gmapInfoLink {
    margin-top: 0;
    display: flex;
    float: none;
    height: auto;
    font-family: initial;
    text-transform: none;
    font-family: 'minion-pro', serif;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #666 !important;
    text-align: center;
    padding: 0;
    cursor: pointer;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Retailer List (Standorte)                     								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 25px;
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

.retailerlist .pianogallery-wrapper {
    height: 615px;
    border: none;
    margin-bottom: 60px;
}
/*
@media only screen and (min-width: 400px) and (max-width: 554px) {
    .retailerlist .pianogallery-wrapper {
        height: 600px;
    }
}
*/

@media only screen and (min-width: 555px) {
    .retailerlist .pianogallery-wrapper {
        height: 590px;
    }
}
@media only screen and (min-width: 769px) {
    .retailerlist .pianogallery-wrapper {
        height: 680px;
    }
}
@media only screen and (min-width: 1023px) {
    .retailerlist .pianogallery-wrapper {
        height: 600px;
    }
}
@media only screen and (min-width: 1200px) {
    .retailerlist .pianogallery-wrapper {
        height: 640px;
    }
}
@media only screen and (min-width: 1600px) {
    .retailerlist .pianogallery-wrapper {
        height: 720px;
    }
}






.retailerlist .pianogallery-wrapper.dummy {
    height: 0;
    border: none;
    padding:0;
    margin:0;
}

.retailerlist .pianogallery-links-wrapper {
    margin: 0 15px;
    justify-content: space-between;
    
}

.retailerlist .pianogallery-links-wrapper a {
    flex-direction: column;

}

.retailerlist .pianogallery-title h3 {
    text-align: left;
    font-size:40px;
    margin: 10px 0;
}

.retailerlist .pianogallery-title h3, .retailerlist h1  {
    letter-spacing: 2px;
    color: #666;
}
.retailerlist h1  {
    margin-top: 0;
}
.retailerlist > h3  {
    margin-bottom: 0;
}

.retailerlist .pianogalleries-wrapper .details a.button {
    color: #999;
    background-color: #ddd;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
}

.retailerlist .pianogallery-image img {
    width: 100%;
    height: auto;
}

.retailerlist .pianogallery-links-wrapper a {
    font-style: italic;
}







/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Boston Essex                                								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

body.bostonessex header.primary .ss-logo {
    height: 60px;
    width: 200px;
    background-image: url(/fileadmin/res/assets/svg/Boston_Essex_notag.svg);
}

@media screen and (min-width: 1024px) {
    body.bostonessex header.primary .ss-logo {
        height: 74px;
        width: 283px;
        background-image: url(/fileadmin/res/assets/svg/Boston_Essex_designed_by_steinway2.svg);
    }
}


body.bostonessex h1 em, 
body.bostonessex h2 em, 
body.bostonessex h3 em {
    letter-spacing: 0;
}

@media screen and (min-width: 1024px){
    body.bostonessex header.primary .left-lyre {
        display: none;
    }
}


/* Boston Facelift 07-2020 */

body.bostonessex span.brand-button {
    background-color: #004377;
}

@media screen and (min-width: 720px){
    body.bostonessex span.brand-button.inverted {
        background-color: #fff;
        color:#004377 !important;
    }
}

body.bostonessex form .button:hover {
    background-color: #004377;
    border-color: #004377;
}

body.bostonessex section.link-tiles .ss-button, 
body.bostonessex section.masonry .ss-button {
    color: #004377;
}

section.link-tiles .ss-button p, 
section.masonry .ss-button p {
    color: #004377 !important;
}

body.bostonessex section.text-callout input[type="submit"], 
body.bostonessex section.text-callout button, 
body.bostonessex section.text-callout a.button, 
body.bostonessex section.text-callout input[type="submit"]:hover, 
body.bostonessex section.text-callout button:hover, 
body.bostonessex section.text-callout a.button:hover, 
body.bostonessex section.text-callout input[type="submit"]:focus, 
body.bostonessex section.text-callout button:focus,
body.bostonessex section.text-callout a.button:focus {
    background-color: #004377;
}
 
body.bostonessex a.button {
    background-color: #004377;
}


body.bostonessex div.carousel-copy div.title p span.brand {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-size: 24px; 
}

body.bostonessex section.text-callout blockquote p, blockquote p {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
}











/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Navigation                                									*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

li.has-mega-menu.second {
    display: block;
    width: 100%;
}
li.has-mega-menu.second .colwrapper {
    display: flex;
    width: 100%;
}

@media (max-width: 1023px) {
    nav.main-nav{
        display: none;
    }
    nav.main-bar{
        display: block;
    }
}
@media (min-width: 1024px) {
    nav.main-nav{
        display: flex;
        top: 0;
        height: 50px;
        padding: 0;
        border-top: 1px solid rgba(0,0,0,.05);
    }
    nav.main-bar{
        display: none;
    }
}



/***** navigation, items ohne 3.Ebene wie 2.Ebene darstellen */

li.third-level-as-second {
    flex-wrap: wrap;
}
li.third-level-as-second .column-1-3 {
    width: 50% !important;
    margin: 0 0 1em 0 !important;
}
li.third-level-as-second .column-1-3 a span {
    color: #000 !important;
}
li.third-level-as-second .column-1-3 a span::after {
    content: none !important;
}














ul.sm li a.current-page>span, ul.sm li a:hover>span {
    border-bottom: 3px solid #000;
}
ul.sm>li>a span {
    padding-bottom: 12px;
}

.main-nav {
    top: 0;
    padding: 0;
}
  
.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
    }

#main-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }


@media (max-width: 1023px) {
    #main-menu {
        margin-top: 25px;
    }
}


  
  @media (min-width: 1024px) {

    #main-menu {
      float: right;
      clear: none;
    }

    .main-nav {
      display: flex;
      justify-content: center;
    }

  }
  
  
  /* Mega menus */
  
  
  /* make mega menus take the full width of .main-nav */
  
  #main-menu,
  #main-menu > .has-mega-menu {
    position: static !important;
  }
  
  #main-menu .mega-menu {
    left: auto !important;
    max-width: 32em !important;
    width:100% !important;
  }
  
  #main-menu > .has-mega-menu .scroll-up,
  #main-menu > .has-mega-menu .scroll-down {
    margin-left: 0 !important;
  }
  
  
  /* clear any floats inside the mega menus */
  
  #main-menu .mega-menu > li {
    overflow: auto;
  }
  
  
  /* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
  
  #main-menu .mega-menu {
    color: #353451;
  }
  
  #main-menu .mega-menu ul {
    position: static;
    display: block;
    margin: 2em 0;
    border: 0;
    padding: 0;
    width: auto;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
  }

  #main-menu ul.mega-menu.third{
    margin: 1em 0;
    border-top: 1px solid #ddd;
    padding: 1em 0 0 1.5em;
  }


  .abstract ~ ul.mega-menu.third{
    margin: 2em 0 !important;
    border-top: none !important;
    padding-top: 0 !important;
  }



  
  #main-menu .mega-menu ul li {
    display: list-item;
    list-style-type: none;
    border: 0;
    padding: 0 0 1em 0;
  }
  
  #main-menu .mega-menu a {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 18px;
    text-decoration: none;
  }
  
  
  /* simple columns inside the mega menus */
  
  #main-menu .mega-menu .column-1-3 {
    padding: 0;

  }
  
  @media (min-width: 1024px) {
    #main-menu .mega-menu .column-1-3 {
        /*
      float: left;
      width: 33.33%;
      */
      width: 100%;
    }
    #main-menu .mega-menu .column-1-3 > li{
        width:100%;
      }
  }
  
  
  /* Sample image placeholder */
  
  .mega-menu-sample-image {
    margin: 0.83em 0;
    border: 1px solid;
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  
  
  /* Mobile menu top separator */
  
  #main-menu:before {
    content: '';
    display: block;
    height: 1px;
    font: 1px/1px sans-serif;
    overflow: hidden;
  }
  
  @media (min-width: 1024px) {
    #main-menu:before {
      display: none;
    }
  }
  
  
  /* Mobile menu toggle button */
  
  .main-menu-btn {
    position: absolute;
    z-index: 400;
    top: 5px;
    left: 12px;
    float: right;
    margin: 10px;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  
  /* hamburger icon */
  
  .main-menu-btn-icon,
  .main-menu-btn-icon:before,
  .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  
  .main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
  }
  
  .main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
  }
  
  
  /* x icon */
  
  #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
  }
  
  #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  /* hide menu state checkbox (keep it visible to screen readers) */
  
  #main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  
  
  /* hide the menu in mobile view */
  
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none;
  }
  
  #main-menu-state:checked ~ #main-menu {
    display: block;
  }
  
  @media (min-width: 1024px) {
    /* hide the button in desktop view */
    .main-menu-btn {
      position: absolute;
      top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
      display: block;
    }
  }

.abstract {
    color: #999;
    margin: 1em 0;
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

/* graue Pfeile Level 2 */ 
div.column-1-3 > a:first-child span {
    color: #999;
}
div.column-1-3 > a:first-child span::after {
    content: " ";
    border: solid #999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}

div.column-1-3{
    display: flex;
    flex-direction: column;
}


span.separator ~ li.has-mega-menu.third{
    position: absolute;
    bottom: 0;
    padding-bottom: 0 !important;
}


span.separator{
    display:none;
}

li.has-mega-menu.second{
    /*display:flex;*/
}

div.column-1-3 > a, div.column-1-3 > .abstract{
    margin: 1em 0 0 1.5em !important;
}


.mega-menu.second{
    margin-left:-10em !important;
}



li.has-mega-menu.second div.extra {
    display: flex;
}
li.has-mega-menu.second div.extra li.has-mega-menu.third {
    flex-basis: 100%;
    padding: 20px 20px 20px 30px;
    border-top: 1px solid #ddd;
}
div.column-1-3:first-child div.extralink-container{
    border-right: 1px solid #ddd;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Mega Menu mobile                          									*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

@media (max-width: 1023px) {

    span.sub-arrow {
        display:block !important;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        left: auto;
        right: -32px;
        width: 23px;
        height: 23px;
        overflow: hidden;
        font: bold 16px/34px monospace !important;
        text-align: center;
        text-shadow: none;
        border-radius: 0px;
        content: " ";
        border: solid #999;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }


    a.highlighted span.sub-arrow {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        margin-top: -8px;
    }

    li.has-mega-menu.second {
        display: block;
    }
    .mega-menu.second {
        margin-left: initial !important;
    }


    div.geo-bar{
        display:none;
    }
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Frontend Login                          									*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
.tx-felogin-pi1 {
    width: 300px;
    margin: 0 auto;
}
.tx-felogin-pi1 input{
    margin: 10px 0;
}
.tx-felogin-pi1 > div {
    margin: 20px 0;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Video file upload                        									*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


.videoFileInput{
    width: 100% !important;
    height: 100%;
    margin: auto !important;
    text-align: center !important;
    float: none;
}
.videoFileInput h4{
    margin: 20px auto;
    text-align: center;
}
.videoFileInput input{
    text-align: center;
    margin: auto;
    font-size: 16px;
}







.uploadProgress{

    width: 602px;
    margin-top: 20px;

}
a.button.videoupload{
    margin: 40px auto 0 auto;
    width: calc(100% - 20px);
    display: block;
    max-width: 200px;
}





form.pianocompetitionForm legend {
    margin-left: 1rem;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										fixed slick slider in lightbox           									*/
/*										https://github.com/kenwheeler/slick/issues/1348								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

.slick-slider { 
	width: 1px; 
	min-width: 100%; 
	*width: 100%; 
}

.fancybox-slide--iframe .fancybox-content {
    width: 95%;
    height:85%;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 53px);
}


.slider-image {
    height: 780px;
}
@media screen and (max-width: 720px){
    .slider-image {
        height: 200px;
    }
}


.steinway-carousel { 
    visibility: hidden; 
}
.slick-initialized { 
    visibility: visible !important; 
}

/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										content formulare mobile           											*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

@media screen and (max-width: 1024px){
    .dealer-form-holster {
        height: initial !important;
    }
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										content formular "Retailer Event Anmeldung"  								*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


.dealer-form-holster.counselForm {
    margin: 60px 0;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										responsive slick images            											*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

.slick-slide img {
    height: calc(100vh - 136px);
    max-height: 780px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 720px){
    .slick-slide img {
        height: 200px;
    }
}

section.featured-area {
    height: initial !important;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Produktkacheln                  											*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
section.product-carousels {
    width: 100%;
    clear: left;
    margin-top: 40px;
}

ul.products-tab-navigation li a:hover{
    color: #000;
}

.products-tab .more-tiles{
    clear: both;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
    padding-top: 30px;
}
.tileGroup{
    height: 0;
    overflow-y: hidden;
}
.tileGroup.visible{
    height: auto;
    overflow-y: initial;
}

section.product-carousels div.copy {
    margin: 0 auto;
    overflow: hidden;
    max-width: 362px
}
.productCarouselTile{
    padding-top: 1px;
    position:relative;
    width: 360px;
    float: left;
    border: 1px solid #ccc;
    margin: 0 20px 20px 0;
    height: 685px;
    overflow: hidden;
}
.productCarouselTile.right {
    margin-right: 0;
}

@media screen and (min-width: 481px){
    section.product-carousels div.copy {
        max-width: 496px;
    }
    .productCarouselTile{
        width: 490px;
    }
}

@media screen and (min-width: 769px){
    section.product-carousels div.copy {
        max-width: 768px;
    }
    .productCarouselTile{
        width: 370px;
    }
}

@media screen and (min-width: 1024px){
    section.product-carousels div.copy {
        max-width: 768px;
    }
    .productCarouselTile{
        width: 370px;
    }
}

@media screen and (min-width: 1200px){
    section.product-carousels div.copy {
        max-width: 1006px;
    }
    .productCarouselTile{
        width: 490px;
    }
}

@media screen and (max-width: 1199px){
    .productCarouselTile{
        height: 760px;
    }
}
@media screen and (max-width: 1023px){
    ul.secondary-navigation li {
        margin: 0 10px;
    }
}

.productCarouselTile p {
    padding: 0 15px;
    line-height: 24px;
}
.productCarouselTile p.active-material, .productCarouselTile p.active-color{
    padding: 0;
    margin: 0;
}
.productCarouselTile h3 {
    padding: 0 15px;
    margin: 6px 0;
    font-size: 20px;
    text-align: left;
}

.productCarouselTile .productCarouselButton{
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.productCarouselTile .productCarouselDetails{
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.more-tiles span.button{
    float: none;
    height: auto;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #aaa;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    transition: background-color 250ms ease-in-out;
}


.productCarouselTile div.color-picker ul, .productCarouselTile div.material-picker ul {
    margin: 10px 0;
}

.productCarouselTile .swatches a {
    width: 32px;
    height: 32px;
    opacity: 1;
}
.productCarouselTile .swatches li {
    margin-right: 5px;
}

.product-carousel .slick-slide {
    height: initial;
}
.product-carousel .slick-slide img {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    max-width: initial;
}
.productCarouselTile .slideControls {
    margin: 0 15px;
}
div.material-picker ul {
    padding: 0;
}
.product-carousel .slick-arrow{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 62px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 100;
}
.product-carousel .slick-prev {
    left: 5px;
}
.product-carousel .slick-next {
    right: 5px;
}

.product-carousel .slick-prev:before, .product-carousel .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #000;
}
.product-carousel .slick-arrow{
    transition: opacity .5s ease;
    opacity: 0;
}
.productCarouselTile:hover .slick-arrow{
    opacity: 1;
}
.productCarouselTile {
    transition: border-color 0.2s ease;
}
.productCarouselTile:hover {
    border-color: #999;
}
.productCarouselTile a.button{
    background-color: #aaa !important;
}
.productCarouselTile:hover a.button{
    background-color: #b40610 !important;
}

.products-tab h2 {
    display: block;
    clear: both;
    margin-bottom: 25px;
    padding-top: 60px;
}
.products-tab h2:first-child {
    padding-top: 0;
}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										stickybutton dealer phone number 											*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

a#callback span.dealer-phonenumber div{
    display:inline;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										fix slick slider button overflow 											*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

section.featured-area button.slick-prev {
    overflow: hidden;
}




header.primary .geo-bar {
    z-index: 30;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Lightbox Variante Händler													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

body.dealer.lightbox header.primary .brand-header .ss-menu-button {
    position: initial;
    top: initial;
    right: initial;
}
body.dealer.lightbox header.primary .brand-header .ss-menu-button span {
    background: #000;
}

@media screen and (max-width: 1023px){
	body.dealer.lightbox header.primary {
		background: #fff;
		height: 85px;
	}
	body.dealer.lightbox header.primary .brand-header {
		padding: 15px;
		height: 30px;
		background-color: #fff;
		color: #000;
	}
	body.dealer.lightbox header.primary .brand-header .ss-logo {
		z-index: initial;
		display: initial;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background-image: url(/fileadmin/res/assets/svg/ss-lyre2.svg);
	}
	body.dealer.lightbox .mobile-subnav {
		background-color: #fff;
		color: #000;
		text-align: center;
		line-height: 20px;
		margin: 57px 0 0 0;
		padding:0;
	}
	body.dealer.lightbox .mobile-subnav span[class^="icon-"], 
	body.dealer.lightbox .mobile-subnav span[class*=" icon-"] {
		line-height: 6px;
		font-size: 13px;
		vertical-align: middle;
		display: table-cell;
	}
	body.dealer.lightbox .geo-bar {
		display:none;
	}
}

@media screen and (min-width: 1024px){
	body.dealer.lightbox header.primary {
		height: 136px;
		top: 0;
	}
	body.dealer.lightbox header.primary.sticky {
		top: -50px;
	}
	body.dealer.lightbox header.primary .brand-header {
		height: 60px;
		padding: 10px 15px 15px;
	}
	body.dealer.lightbox header.primary.sticky .main-bar {
		top: 35px;
	}
	body.dealer.lightbox header.primary .geo-bar, 
	body.dealer.lightbox header.primary.sticky .geo-bar {
		margin: 0;
		padding: 9px 4px 20px 0;
	}
	body.dealer.lightbox div#main {
		margin: 136px auto 0;
	}
	body.dealer.lightbox .manufaktur-link {
		display: inline-block !important;
		height: 19px;
    }
    body.dealer.lightbox nav li.mobile-only{
    	display:none !important;
    }
    body.dealer.lightbox .manufaktur-link {
        margin-right: 15px;
    }
    body.dealer.lightbox header.primary .geo-bar a.description{
        padding-top: 3px;
    }
}

body.dealer.lightbox #languageSwitch p {
    color: #000;
}
body.dealer.lightbox #languageSwitch .currentLanguage p:after {
    border-color: #000;
}
body.dealer.lightbox #languageSwitch .languageSelection {
    background-color: #fff;
    color: #000;
}
body.dealer.lightbox #languageSwitch .languageSelection li a {
    color: #000;
}






/*
/* stage slider video slide */
section.featured-area.letterbox .vjs-crop, section.featured-area.letterbox .vjs-crop video.vjs-tech {
	height: 100% !important;
	width: 100% !important;
}

/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										allg. Styles																*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

input[type="submit"], button, a.button, 
input[type="submit"]:hover, button:hover, a.button:hover {
	background-color:#b40610;
}

.segmented-block.merchantSearch a.button, 
.segmented-block.newsletter a.button,
a.newsBackLink.button
{
    background-color:#aaa !important;
}
.segmented-block.merchantSearch a.button:hover, 
.segmented-block.newsletter a.button:hover,
a.newsBackLink.button:hover
{
    background-color:#7a7a7a !important;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Breadcrumb Navi																*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
@media screen and (min-width: 720px){
	section.breadcrumb {
		padding: 20px 0 20px 0;
	}
}

@media screen and (min-width: 720px){
	section.featured-area {
		padding: 0 0 0 0;
	}
}

div.breadcrumbs {
    margin-top: 10px;
}
div.breadcrumbs ol {
    margin: 0;
    padding: 0;
}
div.breadcrumbs ol li a {
    border-bottom: none;
    color:#bcb6b6;
    font-size: 14px;
    padding-right: 4px;
	padding-left: 4px;
}
div.breadcrumbs ol li:last-child a{
    color:#525252;
}
div.breadcrumbs ol li {
    display: inline;
}
div.breadcrumbs ol li::after {
    content: '>';
    color:#bcb6b6;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    font-family: "Knockout 48 A","Knockout 48 B",sans-serif;
}
div.breadcrumbs ol li:last-child:after {
    display:none;
}
div.breadcrumbs ol li:last-child {
    padding-right: 0;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										concludis Stellenbörse JS													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all{
	height:40px;
	background:#fff;
}
section.concludis{
    background: #f2f2f2;
}

tr.navtr > td{
	text-align: right !important;	
}
.stellenlst{
	padding: 10px;
}
.stellen.list > div{
	cursor:pointer;	
}
button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all:hover{
	color:black;
}
.stellensum{
	font-weight:bold;
	margin-bottom: 14px;
}
.stellen.list > div:hover {
    color:#b40610;
}
.rsp_filter_headline{
	width:auto !important;	
}
#protxt{
	margin-bottom: 20px;
}
#share ul {
    margin-top:10px !important;
}
#concludis_steinway_stellenangebote {
    padding-top: 20px;
}
.ui-corner-all {
    border-radius: 0 !important;
}
.ui-widget {
    font-family: 'minion-pro',serif !important;
}
span#pagetitle.headerlink{
    cursor: pointer;
    display: inline-block;
    float: none;
    height: auto;
    font-family: "Knockout 48 A","Knockout 48 B",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #b40610;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}
	
td.headtd{
	padding:20px 0 !important;	
}
#share{
	border:none !important;	
}

/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Inpage/content formulare													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


.formReady {
    display:none;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 200px;
}



.download-validated{
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Preisträgerkonzerte															*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

table.dates{
	width:100%;	
}
table.dates{
	border-collapse:separate; 
	border-spacing: 0 24px;
}
table.dates td{
	vertical-align: top;
	margin:0;
	padding:0;
	width: 50%;
}
table.dates td p{
	margin:0;
	padding:0;
	line-height: 24px;
}
.panel-content {
    max-width: 600px;
    margin: 0 auto;
}

.panel-content h3 {
    text-align: left;
    margin-bottom:0;
}
.panel-content h4 {
    text-align: left;
    margin-top:8px;
    margin-bottom:8px;
}
.panel-content hr {
    display:none;
}
section.partnerlogos {
	clear:both;
	margin:0 auto;
	width:320px;	
}
section.partnerlogos h3{
	margin-top:50px;
}
@media screen and (min-width: 480px){
	section.partnerlogos {
		width: 460px;
	}
}
@media screen and (min-width: 720px){
	section.partnerlogos {
		width: 650px;
	}
}
@media screen and (min-width: 1024px){
	section.partnerlogos {
		width: 760px;
	}
}


section.partnerlogos > div{
	float:left;
	margin:8px;	
}
section.partnerlogos > div a{
	outline: none;
    border: none;	
}
section.partnerlogos > div a img{
	filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
section.partnerlogos > div a img:hover{
	filter: none;                
    -webkit-filter: none;
}








/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										HeaderIcons	Kontakt und Händlersuche						 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
@media screen and (min-width: 1024px){
	header.primary .geo-bar, header.primary.sticky .geo-bar {
		padding: 9px 69px 20px 0;
	}
	body.dealer .geo-bar {
		margin: 35px 0 0 0;
    }
    
    body.dealer:not(.lightbox) .geo-bar {
        padding: 9px 15px 20px 0;
    }


    /* 
    element+element	div + p	
    Selects all <p> elements that are placed immediately after <div> elements
    */

    /* Händler mit mehreren Sprachen */
    body.dealer div#languageSwitch:not(.empty) + .geo-bar {
        margin-right: 40px;
    }

    body.dealer #languageSwitch {

        top: 41px;
    }


}

ul.mobile-subnav li a{
	
	text-transform:uppercase;	
}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Händlerseiten	mobile										 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/



@media screen and (max-width: 1023px){
	
	body.dealer header.primary {
		background: #000;
		height:78px;
	}
	
	body.dealer header.primary .brand-header .ss-menu-button {
		top: 16px;
	}
	
	body.dealer header.primary .brand-header {
		padding-bottom:0;
		height: 35px;
	}
	
	body.dealer header.primary .brand-header .dealer-logo {
		display: initial;
	}
	
	body.dealer #languageSwitch {
		display: block;
		position: relative;
		width: auto;
		top:initial;
	}
	
	body.dealer #languageSwitch.empty {
		display: none;
	}
	
	body.dealer #languageSwitch ul.languageSelection li{
		padding:0;
		margin:0 8px;
	}
	
	body.dealer #languageSwitch ul.languageSelection li a{
		font-size:11px;
	}
	
	body.dealer .geo-bar {
		margin: 35px 0 0 0;
		background: #000;
		padding: 13px 0;
	}
	
	body.dealer #languageSwitch p {
		line-height:14px;
		margin-bottom: 0;
		color: #fff;
	}
	body.dealer #languageSwitch .currentLanguage p:after {
		border-color: #fff;
		margin-bottom: 0;
		left:25px;
		bottom:6px;
	}
	body.dealer #languageSwitch .languageSelection {
		background-color: #000;
		opacity: 1;
		color: #fff;
		position: absolute;
	    padding-left: 3px;
	    padding-right: 3px;
	    margin-left:-11px;
	}
	body.dealer #languageSwitch .languageSelection li a {
		color: #fff;
	}
	body.dealer header.active #languageSwitch {
		display:none;
	}
	header.active .lang.ss-tooltip, header.active .loc.ss-tooltip {
		display:none;
    }
	body.dealer header.primary .brand-header .ss-logo {
		top: 19px;
		z-index: 300;
		left: 14px;
	}
	
	body .mobile-subnav span[class^="icon-"], 
	body .mobile-subnav span[class*=" icon-"] {
		line-height: 6px;
		font-size: 13px;
		vertical-align: middle;
		display: table-cell;
		}
	
}

body.dealer header.primary.active {
    height: 100%;
    background: #fff;
}
body.dealer header.active .manufaktur-link {
	margin-left:50px;
	text-transform:uppercase;
	color: #fff;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Händlerseiten	desktop										 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/



@media screen and (min-width: 1024px){
	.manufaktur-link {
		display: none;
	}
	body.dealer .mobile-subnav li #languageSwitch {
		position: absolute;
		display:block;
	}
	body.dealer .geo-bar #languageSwitch {
		top:6px;
    }
    /*
	body.dealer #languageSwitch.empty + div.ss-tooltip{
		position: absolute !important;
		display: block !important;
		right: 13px !important;
    }
    */
	
}






/* make header subnav sticky */ 

@media screen and (max-width: 480px){	
	body.dealer div#main {
		margin-top: 76px;
	}
}

@media screen and (min-width: 480px) and (max-width: 720px){	
	body.dealer div#main {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1024px){
	
	.mobile-subnav {
        position: fixed;
        background: #fff;
		width: 100%;
		z-index: 300;
		margin: 57px 0 0 0;
		padding:0;
		height:28px;
	}
	.mobile-subnav {
		color: #000;
		text-align: center;
		line-height: 20px;
	}
	body.dealer .mobile-subnav {
		background-color: #000;
		color:#fff;
		margin: 50px 0 0 0;
		z-index:500;
	}
	.mobile-subnav li {
		list-style-type: none;
		display: inline-block;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 2px;
		margin: 0 5px;
	}
	.mobile-subnav a {
		border: none;
	}
	
	header.primary.active .main-bar {
		top: 32px;
	}
	

	
	
}

@media screen and (min-width: 1024px){
	.mobile-subnav {
		display: none;
	}
}

header.primary {
	/*background:none !important;*/
	z-index: 200 !important;
}

@media screen and (max-width: 1023px){

	header.primary {
		height: 85px;
		
	}
	div#main {
		margin: 85px 0 0 0;
	}

}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Retailer            										 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


@media screen and (max-width: 1023px) {

    body.retailer header.primary {
        background: #fff;
        height: 78px;
    }

    body.retailer header.primary .brand-header {
        background-color: #fff;
        color: #000;
    }

    body.retailer header.primary .brand-header .ss-menu-button {
        position: relative;
        top:9px;
    }

    body.retailer header.primary .brand-header .ss-logo {
        /*position: relative;*/
        position: fixed;
        margin: 12px auto;
        
        display: inline-block;
        background-image: url(/fileadmin/res/assets/svg/ss-lyre2.svg);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    body.retailer header.primary .brand-header .ss-menu-button span {
        background: #000;
    }


}

body.retailer .mobile-subnav {
    background-color: #fff;
    color: #000;
}

body.retailer header.primary .brand-header .main-sub-text {
    display:none;
}
body.retailer header.primary .brand-header {
    height: 47px;
    background-color: transparent;
}


@media screen and (min-width: 1024px){
    body.retailer header.primary {
        top:0;
        height:118px;
    }
    body.retailer header.primary.sticky {
        height: 136px;
    }
    body.retailer #main {
        margin: 118px auto 0;
    }
    body.retailer header.primary .ss-logo.dealer-logo.with-sub-text {
        height: 100%;
    }
    body.retailer .geo-bar {
        margin: 0 7px 0 0;
    }
}



body.retailer .belowStageSlider + .text-callout {
    position: relative;
    bottom: 0;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
}
@media screen and (max-width: 895px){

    body.retailer .belowStageSlider + .text-callout {
        bottom: 0;
    }
}

body.retailer section.text-callout div.copy h1.noupper {
    margin-top: 0;
}


section.retailer-buttons div.copy {
    max-width: 300px;
    margin: 0 auto;

}
@media screen and (min-width: 480px){
    section.retailer-buttons div.copy {
        max-width: 460px;
    }
}
@media screen and (min-width: 720px){
    section.retailer-buttons div.copy {
        max-width: 650px;
    }
}
@media screen and (min-width: 1024px){
    section.retailer-buttons div.copy {
        max-width: 960px;
    }
}


div.flex-container {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



section.retailer-buttons div.retailer-button a {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.retailer-buttons div.retailer-button a {
    border: none;
}
section.retailer-buttons div.retailer-button span.label {
    font-size: 1.5rem;
    font-style: italic;
    color:#999;
    margin-left: 7px;
}
@media screen and (max-width: 1023px){
    div.retailer-button a img {
        width: 40px;
    }
    div.retailer-button {
        margin-bottom: 1.6rem;
    }
}



body.retailer h1.noupper {
    text-transform: none;
    letter-spacing: 2px;
    font-size: 52px;
}
body.retailer h3 {
    margin-bottom: 0;
    letter-spacing: 0px;
}

body.retailer h3.csc-firstHeader {
    margin-bottom: 20px;
}



@media screen and (max-width: 767px){
    body.retailer h1 {
        font-size: 36px;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    body.retailer h3 {
        margin-top: 10px;
    }
}

body.retailer #map-canvas {
    height: 400px;
}





section.retailer-storeinfo {
    margin: 60px 20px 80px 20px;
}
@media screen and (max-width: 767px){
    section.retailer-storeinfo {
        margin-bottom: 0;
    }
}


@media screen and (max-width: 767px){
    section.retailer-buttons {
        margin-bottom: 0;
        margin-top: 20px;
    }
}




.storeinfo-block {
    display: flex;
    width: 32%;
    padding: 5px;
    justify-content: center;
}
@media screen and (max-width: 1023px){
    .storeinfo-block{
        width: 100%;
        padding: 0 0 40px 0;
        justify-content: start;
    }
}
.storeinfo-text {
    font-size: 18px;
    color: #666;
}
.storeinfo-block .storeinfo-icon{

    margin-right:8px;
}
.storeinfo-block .storeinfo-icon img,
.storeinfo-block .storeinfo-icon.openinghours {
    width: 35px;
}

.storeinfo-block a {
    border: none;
    white-space: nowrap;
}


.storeinfo-block a span.arrow-right img {
    width: 30px;
    margin-left: 5px;
    vertical-align: middle;

}


body.retailer .retailer-servicebuttons {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 40px;
}



body.retailer .retailer-servicebuttons h3 {
    margin: 40px auto 20px auto;
}
body.retailer .retailer-servicebutton {
    width: 32%;
    margin-bottom: 30px;
}
body.retailer .retailer-servicebutton a {
    border: none;
    font-size: 18px;
    white-space: nowrap;
}
body.retailer .retailer-servicebutton a span.label {
    white-space: normal;
}
body.retailer .retailer-servicebutton img {
    vertical-align: middle;
    width: 50px;
}
body.retailer p.serviceAppointment {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    body.retailer p.serviceAppointment {
        margin-top: 0;
    }
    body.retailer section.segmented {
        padding-top: 0;
    }
}

@media screen and (max-width: 768px) {
    body.retailer .retailer-servicebuttons, .retailer-storeinfo {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    div.flex-container {
        display: initial;
    }
    body.retailer .retailer-servicebutton {
        width: initial;
    }
}


@media screen and (max-width: 767px) {
    body.retailer .retailer-servicebutton {
        width: 100%;
        
    }
}





body.retailer .masonry {
    margin-bottom: 60px;
}

/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Newsletter CTA Retailer und BostonEssex						 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


.cta-newsletter div.tile,
body.bostonessex .cta-newsletter div.tile {
    height: 800px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 767px) {

    .cta-newsletter div.tile,
    body.bostonessex .cta-newsletter div.tile {
        height: 400px;
    }
    
}

.cta-newsletter div.tile:before,
body.bostonessex .cta-newsletter div.tile:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

.cta-newsletter .text-container,
body.bostonessex .cta-newsletter .text-container {
    position: relative;
    width: 100%;
}

.cta-newsletter .segmented-header h2,
.cta-newsletter .segmented-header h3,
.cta-newsletter .introduction p,
body.bostonessex .cta-newsletter .segmented-header h2,
body.bostonessex .cta-newsletter .segmented-header h3,
body.bostonessex .cta-newsletter .introduction p {
      color: #fff;
}

.cta-newsletter .segmented-header h2 p,
body.bostonessex .cta-newsletter .segmented-header h2 p {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 4px;
    text-align: center;
    margin: 30px auto 40px auto;
    font-size: 32px;
    color: #fff;
}
.cta-newsletter .introduction p,
body.bostonessex .cta-newsletter .introduction p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.cta-newsletter .newsletterLink.button,
body.bostonessex .cta-newsletter .newsletterLink.button {
    background-color: #666;
}

.cta-newsletter .newsletterLink.button,
body.bostonessex .cta-newsletter .newsletterLink.button {
    width: auto;
    display: inline-block;
    padding: 10px 20px;
}
@media screen and (max-width: 767px) {
    .cta-newsletter .newsletterLink.button,
    body.bostonessex .cta-newsletter .newsletterLink.button {
        width: calc(100% - 163px);
        white-space: nowrap;
    }
}

body.retailer .social-container {
    float: right;
}
@media screen and (max-width: 767px) {
    body.retailer .social-container {
        float: left;
    }
}

body.retailer section.segmented {
    padding-bottom: 0;
}
body.retailer .footer {
    padding-bottom: 40px;
}

body.retailer footer .footer-holster .copyright {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    body.retailer footer .footer-holster {
        padding: 30px 25px;
    }
}

body.retailer .slick-slide img {
    /*height: calc(100vh - 296px);*/
}

body.retailer h2 {
    letter-spacing: 3px;
}

@media screen and (min-width: 1024px) {
    body.dealer.retailer .overlay-contact {
        margin-top: 118px;
    }
}
@media screen and (max-width: 1023px) {
    body.retailer .overlay-contact {
        margin-top: 82px;
    }
}













/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Formulare													 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

section.entry-field p.subline{
	text-align:center;
}

section.entry-field .consent p {
    font-size: 12px;
	color: rgba(0, 0, 0, 0.7);
	padding-top: 5px;
}

input.consent-checkbox{
	width:20px;	
}


input.error, select.error {
    border-color: red;
}

section.entry-field .checkbox-holder label.error {
    border-color: red !important;
}

section.entry-field a.button.js_send,
section.entry-field button.button.js_send {
    padding: 10px;
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
    max-width: 260px;
}

section.entry-field label{
	/*display:none;*/
}

section.entry-field div.form.js_contact-form > label {
    display: block;
    text-align:center;
    margin-top:40px;
}

section.entry-field label#consent-checkbox-label{
	display:block;
}
form .hp-data {
    display: none;
}

section.entry-field ::-webkit-input-placeholder { text-transform:uppercase; }
section.entry-field ::-moz-placeholder 			{ text-transform:uppercase; } /* firefox 19+ */
section.entry-field :-ms-input-placeholder 		{ text-transform:uppercase; } /* ie */
section.entry-field input:-moz-placeholder 		{ text-transform:uppercase; }



div.formBackButton{
	text-align:center;
	display:none;
}

textarea.error {
    border-color: red;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Kontaktseite												 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

.js_contact-title, .js_contact-text, .js_contact-address{
	text-align:center;
}
.js_contact-address{
	margin-top:40px;	
}
.js_contact-address p{
	line-height:initial;
	margin:0;	
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Tab Slider													 				*/
/*										additional class "tabSlider" (s.Konfigurator)								*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
@media screen and (min-width: 1024px){
	section.tab-details.tabSlider section.details-container.left-img .detail-img {
		float: left;
		width: 50%;
    }
    .panel-content {
        float: left;
        padding: 0 20px;
        width: calc(50% - 40px);
    }
}

section.tab-details.tabSlider section.details-container.left-img div.detail-content {
	float: none;
    width: initial;
    margin-top: 20px;
    max-width:700px;
}
section.tab-details.tabSlider section.details-container.left-img div.detail-content .panel-content {
    max-width: 700px;
    width: 700px;
}
section.tab-details.tabSlider section.details-container.left-img div.detail-content .panel-content table.contenttable {
    max-width: initial;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Sprachschalter												 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
#languageSwitch.empty {
	display:none;
}
#languageSwitch {
    cursor:pointer;
    top: 7px;
    z-index: 3000;
    /*position: fixed;*/
}
#languageSwitch p {
    letter-spacing: 2px;
    font-size: 16px;
    margin-right: 18px;
}
@media screen and (max-width: 1023px){
	body.dealer #languageSwitch p {
		font-size: 11px;
		top: 0;
		margin-right: 0;
	}
}

#languageSwitch .currentLanguage {
    padding: 0;
    margin: 0;
    height:initial;
}
#languageSwitch .currentLanguage p:after {
    left: 37px;
    margin-left: 0;
    bottom: 28px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
ul.languageSelection{
	margin:0;
	padding: 0 0 0 9px;
	z-index:300;
	position:relative;
}
#languageSwitch .languageSelection li{
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'minion-pro', serif; 
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										fonts	    									 				            */
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


/* minionPro - regular */
@font-face {
    font-family: 'minion-pro';
    font-style: normal;
    font-weight: 400;
    src: local('minion-pro'), 
         url('/fileadmin/res/fonts/MinionProRegular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fileadmin/res/fonts/MinionProRegular.woff') format('woff'), /* Modern Browsers */
         url('/fileadmin/res/fonts/MinionProRegular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fileadmin/res/fonts/MinionProRegular.eot') format('eot'); /* IE9 Compat Modes */
    font-display: swap;
  }
  /* minionPro - italic */
  @font-face {
    font-family: 'minion-pro';
    font-style: italic;
    font-weight: 500;
    src: local('minion-pro-it'),
         url('/fileadmin/res/fonts/MinionProIt.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fileadmin/res/fonts/MinionProIt.woff') format('woff'), /* Modern Browsers */
         url('/fileadmin/res/fonts/MinionProIt.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fileadmin/res/fonts/MinionProIt.eot') format('eot'); /* IE9 Compat Modes */
    font-display: swap;
  }
  
  
  
  /* oswald-regular - cyrillic */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'),
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-regular.woff') format('woff'), /* Modern Browsers */
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-regular.eot') format('eot'); /* IE9 Compat Modes */
     font-display: swap;
  }
  /* oswald-600 - cyrillic */
  @font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: local('Oswald SemiBold'),
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-600.woff') format('woff'), /* Modern Browsers */
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fileadmin/res/fonts/oswald-v15-cyrillic-600.eot') format('eot'); /* IE9 Compat Modes */
    font-display: swap;
  }





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										CTNM Content Elemente										 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.masonry.variation-100 div.tile {
	width: 100%;
	background-size: cover;
    background-position: 50%;
    padding-bottom: calc(33.333333% - 5px); /* ! */
	margin: 0 5px 0 0;
}

img,
iframe {
  max-width: 100%;
}


.embed-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width:940px;
  height: auto;
}
.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

div.csc-textpic .csc-textpic-imagewrap img {
	width:100%;
	height:auto;
}










@media screen and (max-width: 480px){
	
	/*** square format image for mobile XS  ***/
	section.masonry.variation-100 div.tile{
		height: 100vw;
		width: 100vw;
		padding-bottom: initial;
	}
}




@media screen and (max-width: 1024px){
	
	/*** Masonry-3-Fullwidth.html hide copy / button ***/
	
	section.masonry.variation-33-34-33 div.tile div.text-container div.description,
	section.masonry.variation-100 div.tile div.text-container div.description,
	section.masonry.variation-33-34-33 div.tile div.text-container .ss-button{
		display:none;
	}
}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										NEWS														 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
ul.thumbnail-list.thumbnail-size-small li a img{
    object-fit: cover;
}
section.news-detail-header-image{
	height:initial;
	padding:0;
	text-align: center;
}
section.news-detail-header-image div.image{
	 display: inline-block;
}

.news-list-view .one-third,
.news-list-view .two-third{
	text-align:center;	
}

div.news-text-wrap h4{
	text-align:center;	
}

div.no-news-found {
    text-align: center;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 0 40px 0;
}

.newsBackLink{
    float: right !important;
    margin-top: 20px !important;

}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										NEWS List-Header + Category Dropdown    					 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.list-view-header div.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


section.list-view-header div.wrapper h1 {
    margin: 0;
    letter-spacing: 2px;
}

section.list-view-header div.wrapper {
    margin: 0 auto;
    max-width: 300px;
}
@media screen and (min-width: 480px) {
    section.list-view-header div.wrapper {
        max-width: 440px;
    }
}
@media screen and (min-width: 720px) {
    section.list-view-header div.wrapper {
        max-width: 650px;
    }
}
@media screen and (min-width: 1024px) {
    section.list-view-header div.wrapper {
        max-width: 720px;
    }
}



select.news-categories {
    background-color: #aaa;
    height: 36px;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    background-color: #aaa;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px 0 20px;
    position: relative;

    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white'><polygon points='0,0 12,0 6,6'/></svg>") no-repeat scroll 90% 70% #aaa;
    padding: 0 40px 0 20px;

 

}


span.news-category {
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 12px;
}

div.copy span.news-category {
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: 0;
}










/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Händler-Kontaktseite										 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
@media screen and (min-width: 1024px){

	div.merchantAddress {
		float: left;
		width: 50%;
	}
	div.merchantMap {
		float: left;
		width: 43%;
		margin-left: 20px;
	}
}

.overlay-contact #locationMap{
	height: 300px;
    width: 630px;
    text-align: center;
    margin: 0 auto;
}

.dealerInfo{
    margin: 50px 0 0 0;
    font-size: 18px;
	text-align: center;
	font-family: "Knockout 48 A","Knockout 48 B",sans-serif;
	
}

.infoToggle{
	font-size: 36px;
    cursor: pointer;
    text-align: center;
    display: block;
    color: #000;
    background: none;
    width: 8%;
    margin: 0 auto;
    line-height: 36px;
}
p.toggle {
	text-align: center;
    width: 312px;
    border: none;
    padding: 0;
    overflow: hidden;
    margin-top: 10px;
    background:none;
}
@media screen and (min-width: 1024px){
	p.toggle {
		width: 636px;
	}
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Allg.Textformatierung										 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

a{
	outline-width: 0;	
}

section.text-callout.copy-block p{
		text-align: center;
}
div.copyright section.text-callout.copy-block p{
		text-align: left;
}
section.text-callout div.w980 {
    max-width:980px !important;
    margin:0 auto;
    padding-top:40px;
}

section.text-callout.copy-block.nopadding{
    padding-bottom: 0;
}

.csc-header-alignment-left {
    text-align: center;
}

.csc-subheader {
    text-align: center;
}


em, i {
    text-transform: none !important;
}

body.dealer #main > h1{
    padding-top: 40px;
}

section.text-callout.copy-block div.copy h4{
	text-align:center;	
}

div#main > .module > .container > h2{
	padding-top: 40px;	
}







/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Hack für Tiles, damit Beschriftung trotz <p class="bodytext"> 				*/
/*										korrekt aussehen															*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

@media screen and (min-width: 720px){
	section.link-tiles .tile .tile-description .title p{
		margin: 0 auto;
		font-size: 36px;
	}
}
section.link-tiles .tile .tile-description .title p{
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 38px;
}
section.link-tiles .ss-button p, section.masonry .ss-button p{
    color: #000 !important;
    background: none;
    max-width: 150px;
    padding: 0;
    position: relative;
    cursor: pointer;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}



section.masonry .tile-description div.title p{
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 3px;
}
section.masonry .tile-description div.title p{
	margin: 0 auto;
}
@media screen and (min-width: 720px){
	section.masonry .tile-description div.title p{
		font-size: 36px;
		line-height: 32px;
	}
}






section.masonry .text-container {
	
    /*height: 55%;*/
}
section.masonry .tile-description div.title {
    /*font-size: 64px;*/
}
section.masonry .tile-description {
    /*line-height: 64px;*/
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Pianos Detail - Produktkonfigurator											*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

section.details-container.left-img {
    height: initial;
    max-width: 960px;
    margin: 0 auto;
    padding:0 20px;
}
section.details-container.left-img ul.swatches{
    padding-left:0;
}

.product-img.js_product-img img{
    width: 100%;
    height: 100%;
}
div.detail-content {
    float: right;
    width: 43%;
    margin-left: 20px;
}

@media screen and (max-width: 1023px){
	
	div.detail-content {
		float: none;
		width: initial;
		margin-left: 0;
    }
    
}

div.detail-content h1 {
    text-align: left;
    margin-left:0;
}

@media screen and (max-width: 1023px){
	
    div.detail-content h1 {
        text-align: center;
        max-width: initial;
    }

    div.detail-content ul {
        display: table;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    div.detail-content p {
        text-align: center;
    }

    div.detail-content a.button  {
        margin: 0 auto 40px auto;
        display: table;
    }
	
}

div.detail-content .pictogram {
    display: none;
}

@media screen and (min-width: 1024px){
	
	.product-img.js_product-img{
		float: left;
		width: 50%;
	}

	section.tab-details section.details-container.left-img .detail-img {
		float: none;
		width: initial;
	}
}

.top-30 {
  margin-top: 30px;
}

.row-list { font-size: 0; }
.row-list > li { display: inline-block; font-size: 14px; }

div.color-picker ul { padding:0; }

.swatches li { margin-right: 7px; margin-bottom: 10px; }
.swatches a { width: 45px; height: 45px; display: block; box-sizing: border-box; position: relative; opacity: 0.8; transition: opacity ease 0.3s; border-bottom: none; }
.swatches a:hover { opacity: 1; }
.swatches a:hover:after { content: ''; position: absolute; bottom: -14px; content: ''; left: 50%; margin-left: -6px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #d0d0d0; }
.swatches span { position: absolute; text-indent: -9999px; }
.swatches .active { opacity: 1; }
.swatches .active:after { content: ''; position: absolute; bottom: -14px; content: ''; left: 50%; margin-left: -6px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #c2a572; }

.color-swatches a, .material-swatches a { background-size: 45px 45px; }
.color-swatches .black, .material-swatches .black { background: #000; }
.color-swatches .white, .material-swatches .white { background: #fff; border: 1px solid #d0d0d0; }
.color-swatches .gold, .material-swatches .gold { background: #c2a572; }
.color-swatches .amber_wood, .material-swatches .amber_wood { background: url("/fileadmin/res/img/material/amber_wood.jpg") 0 0; }
.color-swatches .east_indian_rosewood, .material-swatches .east_indian_rosewood { background: url("/fileadmin/res/img/material/east_indian_rosewood.jpg") 0 0; }
.color-swatches .indian_appletree, .material-swatches .indian_appletree { background: url("/fileadmin/res/img/material/indian_appletree.jpg") 0 0; }
.color-swatches .ivory_white, .material-swatches .ivory_white { background: url("/fileadmin/res/img/material/ivory_white.jpg") 0 0; }
.color-swatches .kewazinga_bubinga, .material-swatches .kewazinga_bubinga { background: url("/fileadmin/res/img/material/kewazinga_bubinga.jpg") 0 0; }
.color-swatches .macassar_ebony, .material-swatches .macassar_ebony { background: url("/fileadmin/res/img/material/macassar_ebony.jpg") 0 0; }
.color-swatches .mahogany_pommele, .material-swatches .mahogany_pommele { background: url("/fileadmin/res/img/material/mahogany_pommele.jpg") 0 0; }
.color-swatches .black_chrome, .material-swatches .black_chrome { background: url("/fileadmin/res/img/material/black_chrome.png") 0 0; }
.color-swatches .nut, .material-swatches .nut { background: url("/fileadmin/res/img/material/nut.png") 0 0; }
.color-swatches .mahagoni, .material-swatches .mahagoni { background: url("/fileadmin/res/img/material/mahagoni.png") 0 0; }

.color-swatches-large span { width: 100px; height: 100px; text-indent: 0; display: inline-block; background-size: 100px 100px; }



section.text-callout.copy-block .productData{
	display:none;	
}
    



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Formular Overlay 															*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

.overlay-contact {
	margin-top: 78px;
	overflow: hidden;
    overflow-y: scroll;
    -webkit-animation: fadeIn ease .3s;
    animation: fadeIn ease .3s;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ddd;
}

@media screen and (max-width: 1023px){
	.overlay-contact {
		margin-top: 78px;
	}
}

@media screen and (min-width: 1024px){
	.overlay-contact {
		margin-top: 136px;
	}
	body.dealer .overlay-contact {
		margin-top: 192px;
    }
	body.dealer.lightbox .overlay-contact {
		margin-top: 136px;
	}
}



#contact-overlay{
	margin-bottom: 200px;	
}

.closeButton{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}
.closeButton span {
    position: absolute;
    top: 7px;
    left: 15px;
    height: 20px;
    width: 2px;
    background: #000;
    display: block;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.closeButton span:last-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}




#contact-overlay.reset_duplicate_overlay_css {
    position: initial;
    width: initial;
    height: initial;
    left: initial;
    top: initial;
    background: initial;
    z-index: initial;
    opacity: initial;
    visibility: initial;
    -webkit-transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    -o-transition: initial;
    transition: initial;
}








/* checkbox styles für weitere checkboxen ausser zustimmung */

@media screen and (min-width: 1024px){
	section.entry-field .checkbox-holder .checkbox-label {
		margin: 0 0 0 5px;
	}
}

section.entry-field .checkbox-holder .checkbox-label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e1e1e1;
}
section.entry-field .checkbox-holder .checkbox-label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid black;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}



section.entry-field textarea {
    /*height: 160px;*/
}

section.entry-field .input-wrapper > div.label {
    padding-left:17px;
}

section.entry-field .dealer-form-quote{
	margin-top:40px;		
}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Russisches Menü																*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

html:lang(ru) li a{
    font-weight:400;
}

html:lang(ru) h1, 
html:lang(ru) h2, 
html:lang(ru) h3,
html:lang(ru) nav li,
html:lang(ru) section.segmented .segmented-header,
html:lang(ru) section.link-tiles .tile .tile-description .title p,
html:lang(ru) section.link-tiles .ss-button, 
html:lang(ru) section.masonry .ss-button,
html:lang(ru) input[type="submit"], 
html:lang(ru) button,
html:lang(ru) a.button,
html:lang(ru) .subtle-button,
html:lang(ru) section.text-callout blockquote p.speaker, 
html:lang(ru) blockquote p.speaker,
html:lang(ru) div.main-holster ul.primary li a,
html:lang(ru) ul.secondary-navigation a,
html:lang(ru) section.featured-area div.title-big,
html:lang(ru) section.link-tiles .ss-button p, 
html:lang(ru) section.masonry .ss-button p,
html:lang(ru) section.masonry .tile-description div.title
{
    font-family: Oswald, sans-serif;
    font-weight:600;
}


@media screen and (min-width: 1200px){
	html:lang(ru) header.primary .main-holster {
		max-width: 1000px;
	}
}

@media screen and (min-width: 1024px){
	html:lang(ru) div.main-holster ul.primary li{
		display: block;
	}
	html:lang(ru) div.main-holster ul.primary li a{
		font-size: 14px;
		letter-spacing: 1px;
	}
	html:lang(ru) div.main-holster ul.primary li ul li a{
		font-size: 12px;
		letter-spacing: 1px;
	}
}
html:lang(ru) ul.secondary-navigation a {
    font-size: 14px;
    letter-spacing: 1px;
}
html:lang(ru) section.link-tiles .ss-button p, 
html:lang(ru) section.masonry .ss-button p,
html:lang(ru) section.link-tiles .ss-button p,
html:lang(ru) section.masonry .ss-button p
{
    font-size: 14px;
    letter-spacing: 1px;
}
html:lang(ru) section.link-tiles .tile .tile-description .title p {
    font-size: 28px;
}
html:lang(ru) section.link-tiles .ss-button, 
html:lang(ru) section.masonry .ss-button{
	font-size:16px;
	letter-spacing: 1px;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										CTA Footer Contact											 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

section.segmented {
    padding-top: 40px;
}
section.segmented .segmented-block-wide,
section.segmented .segmented-block-contact {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 20px;
    display: block;
    margin: 0 auto 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}
section.segmented .segmented-block-contact {
	background-color:#000;
	color:#fff;

}
@media screen and (min-width: 480px){
	section.segmented .segmented-block-wide,
	section.segmented .segmented-block-contact {
		width: 400px;
	}
}
@media screen and (min-width: 720px){
	section.segmented .segmented-block-wide,
	section.segmented .segmented-block-contact {
		width: 615px;
		margin: 0 0px 0px 0;
	}
}
@media screen and (min-width: 1024px){
	section.segmented .segmented-block-wide,
	section.segmented .segmented-block-contact {
		width: 615px;
	}
}
section.segmented .segmented-block-contact .introduction {
    min-height: initial;
    color:#fff;
}
section.segmented .segmented-block-contact .introduction p{
    color:#fff;
}
@media screen and (min-width: 720px){
	section.segmented .segmented-block-contact .introduction {
		min-height: initial;
	}
}
@media screen and (min-width: 1024px){
	section.segmented .segmented-block-contact .introduction {
		min-height: initial;
	}
}
section.segmented .segmented-block-contact .segmented-header {
    margin: 10px auto 0 auto;
}
section.segmented .segmented-block-wide .button {
    padding: 10px;
    display: block;
    width: calc(50% - 20px);
    margin: 0 auto;
}

section.segmented .segmented-block-contact .button {
    padding: 10px;
    display: block;
    width: calc(50% - 20px);
    margin: 0 auto;
    background-color:#c2a572;
}
section.segmented .segmented-block-contact .button.red {
    background-color:#b40610;
}
section.segmented .segmented-block-contact .button.gold {
    background-color:#c2a572;
}
@media screen and (max-width: 480px){
	section.segmented .segmented-block-contact img {
		width: 80%;
	}
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										SITEMAP											 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

div.csc-sitemap  {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.csc-sitemap > ul {
    max-width:540px;
} 

@media screen and (min-width: 1024px) {
body.dealer div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image img {
		width:223px !important;
		height:auto;
		margin-right: 10px;
	}

}

@media screen and (max-width: 1023px) {
body.dealer div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image img {
		width:200px !important;
		height:auto;
		margin-right: 10px;
	}

}




.csc-textpic.csc-textpic-intext-left {
	display: flex;
	justify-content: center;
} 
  
@media screen and (max-width: 599px) {
    .csc-textpic.csc-textpic-intext-left {
        flex-direction: column;
    }
}


.contenttable {
	max-width:216px;
}
  
.contenttable > tbody > tr > td {
	vertical-align:top !important;
}
  
table.contenttable[width] {
	max-width:initial;
}

.csc-textpic-text > p.brand {
    text-align: center;
    /*max-width:220px;*/
    margin-left: 3px;
}

.csc-textpic-text.preownedPiano > p.brand {
    line-height: 24px !important;
    text-align: left;
}

@media screen and (min-width: 720px){
	div#main > .csc-textpic {
		margin: 40px auto;
	}
}


a.priceLink {
    display: inline-block;
    float: none;
    height: auto;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #b40610;
    border: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}
a.priceLink:hover {
    background-color: #b40610;
}


@media screen and (max-width: 1023px){
	header.active #languageSwitch {
		top: -67px;
	}
	body.dealer header.active #languageSwitch {
		top: -35px;
	}
}

footer .footer-holster .social {
    /*float: left !important;*/
}

hr.w30{
	width:30%;	
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*								merchant mobile menu padding														*/
/*								(extracted from new-main.css														*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


section {
  padding: 0 0 30px; 
}
/*
@media screen and (min-width: 480px) {
	section {
		padding: 60px 0 40px; 
	} 
}
*/

@media screen and (min-width: 720px) {
	section {
		padding: 0 0 40px; 
	} 
}	
section.collapse {
	padding: 0;
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*								händler events extern (via tx_news)													*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

section.list-view ul.thumbnail-list li.event-extern{
	
	text-align:center;
}
section.list-view ul.thumbnail-list li.event-extern p{
	
	font-size:16px;
	margin:0 0 10px 0;
}
section.list-view ul.thumbnail-list li.event-extern p.title{
	
	font-weight:bold;
}
div#main div.csc-header.csc-header-n1:first-child{
	padding: 20px 0 10px 0;
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*								sticky side menu																	*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


@media screen and (max-width: 1023px){
	#sticky-container {
		display:none;
	}
}

#sticky-container {
	z-index:100;
	position: fixed;
	top: 190px;
	right: 0;
	width: 30px;
	padding:0;
	margin: 0;
}
#sticky-container a {
	
	height:36px;
    position: absolute;
    right: -164px;
    transition: 0.2s;
    padding: 0;
    margin:0;
    width: 200px;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
    color: #000;
    border: none;
}

#sticky-container a img{
    vertical-align: middle;
    margin-right:10px;
    width: 36px;
    height: 36px;
}

#sticky-container a {
    background-color: #f1f1f1;
    text-decoration:none;
}
#sticky-container a:hover {
    right: 0;
    text-decoration:none;
}

#sticky-container a#callback {
    top: 20px;
}
#sticky-container a#contact {
    top: 61px;
}
#sticky-container a#merchantSearch {
    top: 102px;
}
#sticky-container a#newsletter {
    top: 143px;
}
body.dealer #sticky-container a#newsletter {
    top: 102px;
}

/* increased max height of main menu second level */
@media screen and (min-width: 1024px){

	nav.main-bar .main-holster ul.primary li:hover ul.secondary {
		max-height: 360px !important;
	}
}



span.brand-button {
    display: inline-block;
    float: none;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    /*line-height: 36px;*/
    letter-spacing: 2px;
    background-color: #b60000;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}


section.featured-area button.slick-arrow {
    z-index: 30;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*								mobile navigation - 2-stufig														*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

@media screen and (max-width: 1023px){
	
	nav.main-bar .main-holster a.current-page,
	nav.main-bar .main-holster a:hover{
		border-bottom: none;
	}
	
	nav.main-bar .main-holster a.current-page > span{
		padding-bottom: 2px;
		border-bottom: 2px solid rgba(0, 0, 0, 1);
	}
	
	ul.primary div.arrow-container {
		cursor: pointer;
		position: absolute;
		right: -2px;
		top: 0;
		padding: 10px 12px;
	}
	
	ul.primary div.arrow {
		cursor:pointer;
		border: solid black;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	nav.main-bar .main-holster a {
		width: calc(100% - 35px);
		margin:0;
        border:none;
        padding: 14px 0 13px;
    }
	nav.main-bar .main-holster ul.secondary a {
		/*padding: 4px 0 3px;*/
		/*width: calc(100% - 178px);*/
    }
    
	nav.main-bar .main-holster ul.primary ul.secondary {
		margin-left:15px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
    
	nav.main-bar .main-holster ul.primary ul.secondary.expanded {
		max-height: 340px;
		margin-left:30px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition:	none;
		-moz-transition: 	none;
		-ms-transition: 	none;
		-o-transition:		none;
		transition: 		none;
	}
	
	nav.main-bar .main-holster ul.primary ul.secondary {
		-webkit-transition:	none;
		-moz-transition: 	none;
		-ms-transition: 	none;
		-o-transition:		none;
		transition: 		none;
	}
	
	nav.main-bar .main-holster ul.primary > li{
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
		width: calc(100% - 102px);
		margin: 0 0 0 50px;
	}

}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Stage Slider												 				*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

@media screen and (max-width: 719px){

	.hideSlideTextMobile{
		position:absolute;
		top:0;
		opacity:0;
		height:0;
	}
}


/* fix scrolling forms on smartphones
/*
/* https://www.igorkromin.net/index.php/2016/05/20/mobile-safari-scrolling-problem-with-an-input-field-inside-a-fixed-div/
*/
html,body{
	-webkit-overflow-scrolling : touch !important;
	overflow: auto !important;
}


section.text-callout input[type="submit"], 
section.text-callout button, 
section.text-callout a.button,
section.text-callout input[type="submit"]:hover, 
section.text-callout button:hover, 
section.text-callout a.button:hover,
section.text-callout input[type="submit"]:focus, 
section.text-callout button:focus, 
section.text-callout a.button:focus
{
	background-color: #b40610;
}

section.featured-area .item .carousel-copy.black .title {
    color: #000 !important;
}



/* fix form input floating */

fieldset.columns div.input-wrapper:nth-child(odd) {
    clear: left;
}
fieldset.columns div.input-wrapper:nth-child(even) {
    clear: none;
}

/* anchor link */
.belowStageSlider{
	display: block;
	position: relative;
	top: -45px; 
	visibility: hidden;
}

/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										gmap händlersuche											 				*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/


/* gmap */
.gm-style-iw div{
	/*overflow:hidden !important;*/
}
.gm-style .gm-style-iw-c {
    border-radius: 0;
}


.merchantfinderPanel {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 20;
    background-color: #000;
    padding: 20px;
}

.merchantfinderPanel select{
	display: block;
    width: 312px;
    height: 42px;
    color: #444;
    background: #fff !important;
    margin: 0 0 30px 0;
    font-family: 'minion-pro', serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-rendering: optimizeSpeed;
    font-variant-ligatures: no-common-ligatures;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 1px 70px 0 15px;
    outline: none;
    border: 1px solid #e1e1e1;
}

.merchantfinderPanel input#pac-input{
	height: 34px;
    width: 260px;
    border: 1px solid #e1e1e1;
    padding: 3px 35px 2px 15px;
    display: block;
    font-family: 'minion-pro', serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-rendering: optimizeSpeed;
    font-variant-ligatures: no-common-ligatures;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: initial;
}
.merchantfinderPanel input#pac-input::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.merchantfinderPanel h2{
	max-width:initial;
    color: #fff;
    margin:0;
    padding: 0 0 20px 0;
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
    text-rendering: optimizeSpeed;
    font-variant-ligatures: no-common-ligatures;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

@media screen and (max-width: 1023px){

	.merchantfinderPanel {
		top: 0;
		left: 0;
		position:relative;
		padding: 10px 0 0px 0;
		width: 100%;
		text-align: center;
	}
	.merchantfinderPanel select{
		margin: 0 0 10px 0;
		display: inline-block;
	}
	.merchantfinderPanel h2{
		padding: 0 0 10px 0;
	}
	.merchantfinderPanel input#pac-input{
		display: inline-block;
	}
}

.gmapInfoLink{
	margin-top:20px;
    display: inline-block;
    float: none;
    height: auto;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #b40610;
    border: none;
    border-radius: 0;
    color: #fff !important;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
}
.gmapInfoLink:hover, .gmapInfoLink:focus {
    background-color: #b40610;
    color: #fff;
}
.panelContainer{
	position:relative;

}
.panelContainer .searchFieldsWrapper{
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    width: 312px;
}
.panelContainer .searchFields{
	padding-bottom:10px;
}
.panelToggle {
	padding: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: -38px;
    right: 0;
    text-align: center;
    border:none;
    outline:none;
}
.panelToggle:focus, .panelToggle:hover, .panelToggle:active {
    border: none;
    outline:none;
    background: none;

}

@media screen and (min-width: 660px){
	.panelContainer .searchFieldsWrapper{
		width: 700px;
	}
	.panelContainer .searchFieldsSelect{
		display:inline-block;
	}
	.panelToggle {
		right:36px;
	}
}

@media screen and (min-width: 1024px){
	.panelContainer .searchFieldsWrapper{
		width: 312px;
	}
	.panelToggle {
		display:none;
	}
}
.merchantfinderPanel:before, .merchantfinderPanel:after {
    content: " ";
    display: table;
}

#map-canvas {
	height: 600px;
}
@media screen and (max-width: 767px){
	#map-canvas {
		height: 420px;
	}
}

.infoWindowCnt{
    font-family: 'minion-pro', serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-rendering: optimizeSpeed;
    font-variant-ligatures: no-common-ligatures;
    color: rgba(0, 0, 0, 1);
}

.grecaptcha-badge {
    display: none;
}

