



#usercentrics-root  {

    /* display:none; */
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Text-Media 50-50 Element                                         		    */
/*																													*/
/*																													*/
/********************************************************************************************************************/

.textmedia-50-50 {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px 0 20px;
}

.textmedia-50-50 .box {

    margin: 5px;
    aspect-ratio: 1 / 1;
    position: relative;
    width: 400px;
    height: 400px;
   
}


@media screen and (max-width: 360px) {
    .textmedia-50-50 .box.text {
        width: 320px !important;
    }
}


.textmedia-50-50 .box div.tile {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;

}

.textmedia-50-50 .box .video3q {
    margin-bottom:0;
}

.box .carousel-element.carousel-video3q {
   /* height: 400px !important; */

}

.textmedia-50-50 .box .carousel-element.carousel-video3q .replay-controls {
    transform: scale(0.5) translateX(-227px);
 }



.textmedia-50-50 .box.text {
    width:360px;
    padding:0 20px;
}


.textmedia-50-50 .box.text p {
    line-height: 36px;
}




/* ckeditor alignment must get through */

.textmedia-50-50 .box.text p,
.textmedia-50-50 .box.text h1,
.textmedia-50-50 .box.text h2,
.textmedia-50-50 .box.text h3,
.textmedia-50-50 .box.text h4,
.textmedia-50-50 .box.text h5,
.textmedia-50-50 .box.text h6
{

    text-align: left;
}

.textmedia-50-50 .box.text p.text-right,
.textmedia-50-50 .box.text h1.text-right,
.textmedia-50-50 .box.text h2.text-right,
.textmedia-50-50 .box.text h3.text-right,
.textmedia-50-50 .box.text h4.text-right,
.textmedia-50-50 .box.text h5.text-right,
.textmedia-50-50 .box.text h6.text-right
{

    text-align: right;
}


.textmedia-50-50 .box.text p.text-center,
.textmedia-50-50 .box.text h1.text-center,
.textmedia-50-50 .box.text h2.text-center,
.textmedia-50-50 .box.text h3.text-center,
.textmedia-50-50 .box.text h4.text-center,
.textmedia-50-50 .box.text h5.text-center,
.textmedia-50-50 .box.text h6.text-center
{

    text-align: center;
}


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

    .textmedia-50-50 .box.text p {
        margin-top:30px;
        line-height: 28px;
    }

    .textmedia-50-50 .box.text p,
    .textmedia-50-50 .box.text h1,
    .textmedia-50-50 .box.text h2,
    .textmedia-50-50 .box.text h3,
    .textmedia-50-50 .box.text h4,
    .textmedia-50-50 .box.text h5,
    .textmedia-50-50 .box.text h6
    {
    
        text-align: center !important;
    }

}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Friendly Captcha                                       					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.entry-field fieldset.frc-box {
    display:none;
}


section.entry-field fieldset.frc-box {
    margin-top:20px;
    width: 300px;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										usercentrics                                           					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/
.uc-embedding-wrapper {
    max-height: initial !important;
}
@media screen and (max-width: 719px) {
    .uc-embedding-1 {
        height: 320px !important;
    }
    .uc-embedding-wrapper {
        max-width: calc(100% - 29px) !important;
    }
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Iframe Videos Busoni/glocal etc                       					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/







@media screen and (max-width: 1023px) {
    iframe {
        max-height: 450px;
    }
}

@media screen and (max-width: 719px) {
    iframe {
        max-height:300px;
    }
}


@media screen and (max-width: 479px) {
    iframe {
        max-height:250px;
    }
}

@media screen and (max-width: 359px) {
    iframe {
        max-height: 220px;
    }
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										UC Consentmanager                                      					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/

.uc-embedding-wrapper h3 {
    line-height: 28px !important;
    font-size: 24px !important;
    margin: 12px auto !important;
    letter-spacing: 2px;
}

.uc-embedding-wrapper p.description-text {
    font-family: 'minion-pro', serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-rendering: optimizeSpeed;
    font-variant-ligatures: no-common-ligatures;
    color: #000;
    line-height: 28px;
}

.uc-embedding-wrapper button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Knockout 48 A","Knockout 48 B",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 2px;
    position: relative;
    display: block !important;
    text-align: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    color: #fff;
    background: #aaa;
    border-color: currentColor;
    transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out, border-color 0.125s ease-in-out;
}


button.uc-embedding-accept {
    background: #b40610;
}

body.bostonessex button.uc-embedding-accept {
    background: #004377;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Responsive Table (Flügeltabelle)                       					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/


@media screen and (min-width: 1024px) {
    section.text-callout.instrument-table div.copy {
        max-width: 992px;
    }
}

table.responsive {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table.responsive caption {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 3px;
    margin-bottom:40px;
  }
  
  table.responsive tr {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table.responsive th,
  table.responsive td {
      padding: 0.625em;
      text-align: left;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
  }
  
  table.responsive th, table.responsive td {
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  @media screen and (max-width: 719px) {
      table.responsive {
      border: 0;
    }
  
    table.responsive caption {
      font-size: 28px;
      margin-bottom: 20px;
    }
    
    table.responsive thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table.responsive tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: 30px;
    }
    
    table.responsive td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 14px;
      text-align: right;
    }
    
    table.responsive td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
    
    table.responsive td:last-child {
      border-bottom: 0;
    }
  }
  


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										TextArea Readmore Component                            					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/

div.read-more {
    display: flex;
    flex-direction: column;
    align-items: start;
    position:relative;
}
  
div.read-more__text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 280px;
    padding-bottom: 0;
}

@media screen and (min-width: 720px){
    div.read-more__text {
        max-height: 210px;
    }
}

div.read-more__text:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    /*background: linear-gradient(to top, rgba(255,255,255, 1) 20%, rgba(255,255,255, 0) 80% );*/
    background: linear-gradient(to top, rgba(255,255,255, 1) 12%, rgba(255,255,255, 0) 45% );
    pointer-events: none;
    left: 0;
}
  
.read-more__checkbox {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
  
.read-more__checkbox ~ .read-more__label {
    display:block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    position:absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
}

  


.read-more__checkbox:hover ~ .read-more__label {
    color: #888;
    border-color:#888;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										TextArea CE Alignmient option                          					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.text-callout.copy-block.alignleft .copy p {
    text-align: left;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										image text teaser                                    					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/



section.list-view.ImageTextTeaser .img-wrap {
    float:left;
}

section.list-view.ImageTextTeaser .img-wrap img.thumbnail {
    margin: 0 15px 0 0;
}








/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										product detailpage                                    					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/
p.color-disclaimer {
    margin-bottom: 12px;
    margin-top: 4px;
    font-size: 11px;
    line-height: 15px;
    color: #aaa;
    float: left;
    padding-bottom: 17px;
    max-width: 210px;
    border-bottom: 1px solid #ddd;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										retailer storeinfo                                    					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/


.flex-container {
    display:flex;
}
@media screen and (max-width: 719px){
    .flex-container {
        display:block;
    }
}

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


section.retailer-buttons {
    margin-bottom: 60px;
}

.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;

}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										vjs fix                                                					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/
.vjs-big-play-button {
    display: none !important;
}

/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										navigation (former smartmenus)                         					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/

nav {
    -webkit-transition: all 200ms ease-out;
    height: 100%;
    overflow: auto;
}


.nav-header {
    display:flex;
    margin-top: 10px;
}

nav .ss-menu-button {
	height: 30px;
	width: 30px;
    margin: 6px 0 0 15px;
	pointer-events: all;
	cursor: pointer;
    position: relative;
}

nav .ss-menu-button span {
	height: 2px;
	width: 25px;
	background: #000;
	margin: 5px auto;
	display: block;

}

nav .nav-icon-container {
    flex: 1;
    margin: 0;
}

nav .logo {
    flex: 1.3;
    margin: 0 0 0 12px;
}

nav .ss-menu-button span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 3px;
    }
  
nav .ss-menu-button span:nth-child(2) {
    opacity: 0;
    left: -60px;
    }
  
nav .ss-menu-button span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 3px;
    position: absolute;
    }

nav #mainmenu {
    margin-top: 20px;
}
@media screen and (max-width: 719px){
    nav #mainmenu {
        margin-bottom: 80px;
    }
}

nav div.logo .ss-logo {
    background-image: url(/fileadmin/res/assets/svg/ss-lyre2.svg);
    background-position: center left;
    background-repeat: no-repeat;
    height: 32px;
}



/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:80px;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										fullwidth-animated-image                               					    */
/*																													*/
/*																													*/
/********************************************************************************************************************/


section.fullwidth-animated-image {
    width: 100%;
    margin: 0 0 80px;
    padding: 0;
    clear: left;
}

section.fullwidth-animated-image div.tile {
  
    width: 100%;
    background-size: cover;
    background-position: center;
    /*padding-bottom: calc(34.333333% - 5px);*/
    /*padding-bottom: 40%;*/
    height: 520px;
    margin: 0 5px 0 0;
    position: relative;
    }

@media screen and (min-width: 1600px){
    section.fullwidth-animated-image div.tile {
        height: 600px;
    }
}

@media screen and (max-width: 719px){
    section.fullwidth-animated-image div.tile {
        height: 400px;
    }
}


section.fullwidth-animated-image div.text-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

section.fullwidth-animated-image .text-container .tile-text {
    left: initial;
    right: 5%;
    bottom: 0;
    height: 100%;
    margin: auto;
    position: absolute;
    width: 41%;
    background: rgba(255,255,255,.85);
}

section.fullwidth-animated-image .text-container .tile-text.left {
    left: 5%;
    right: initial;

}

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

section.fullwidth-animated-image div.tile .ss-button {
    background-color: #b40610;
    text-align: center;
    padding: 4px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 50px;
    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: 1px;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
}

section.fullwidth-animated-image .tile-description {
    text-align: left;
    margin: 0 45px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100%;
    height:100%;
    
}

@media screen and (max-width: 719px){
    section.fullwidth-animated-image .tile-description {
        margin: 0 15px;
    }
}

section.fullwidth-animated-image div.title {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
    margin: 60px 0 40px 0;
}

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

    /*
    section.fullwidth-animated-image div.tile {
        padding-bottom: 90%;
    }
    */

    section.fullwidth-animated-image .text-container .tile-text.left, 
    section.fullwidth-animated-image .text-container .tile-text {
        text-align: left;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 360px;
        width: auto;
        top: 20px;
        left: 20px;
        right: 20px;
    }

    section.fullwidth-animated-image div.title {
        margin: 30px 0 20px 0;
    }

}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Navigation: fixed menu items                               					*/
/*																													*/
/*																													*/
/********************************************************************************************************************/
.fixed-menu-items {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 21px;
    left: 91px;
    z-index: 100;
    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;
    color: #000;
}

@media screen and (max-width: 1023px) {
    .fixed-menu-items {
        display: none;
    }
}


.fixed-menu-items a {
    margin-right: 13px;
}


/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										ImageTeaserDouble   + Single                   								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

section.ImageTeaserDouble, section.ImageTeaserSingle {
    max-width: 1024px;
    margin: 60px auto 60px auto;
    padding: 0 20px;
}

section.ImageTeaserDouble.three {
    margin: 0 auto 20px auto;
}

.ImageTeaserSingle h3, .ImageTeaserDouble h3 {
    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;
    margin: 0 0 20px 0;
    text-align: left;
}


section.ImageTeaserDouble .ImageTeaserDoubleWrapper {
    display: flex;
}

section.ImageTeaserDouble .tileContainer .tile, section.ImageTeaserSingle .tileContainer .tile {
    height: 400px;
    background-size: cover;
    background-position: center;
}

section.ImageTeaserDouble.three .tileContainer .tile{
    height: 328px;
}

section.ImageTeaserDouble.three ~ section.ImageTeaserDouble.three { 
    margin: 20px auto;
}

section.ImageTeaserDouble .text-container, section.ImageTeaserSingle .text-container {
    padding: 15px 35px 5px 5px;
    position: relative;
}


section.ImageTeaserDouble .text-container .subtle-button:after, section.ImageTeaserSingle .text-container .subtle-button:after {
    position: absolute;
    margin-top: 2px;
}


section.ImageTeaserDouble .tile-description, section.ImageTeaserSingle .tile-description {
    font-family: 'minion-pro', serif;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}

section.ImageTeaserDouble .tile-description .title, section.ImageTeaserSingle .tile-description .title {
    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;
    margin-bottom: 8px;
}

section.ImageTeaserDouble .tile-description p, section.ImageTeaserSingle .tile-description p {
    font-family: 'minion-pro', serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height:20px;
}

section.ImageTeaserDouble .text-container .subtle-button, section.ImageTeaserSingle .text-container .subtle-button {
    margin-left: 7px;
    font-size: 18px;
    line-height:20px;
}



section.ImageTeaserDouble .tileContainer:first-of-type {
    margin-right:10px;
    flex: 1;
}
section.ImageTeaserDouble .tileContainer:nth-of-type(2) {
    margin-left:10px;
    flex: 1;
}
section.ImageTeaserDouble .tileContainer:nth-of-type(3) {
    margin-left:20px;
    flex: 1;
}


@media screen and (max-width: 720px) {
    section.ImageTeaserDouble .ImageTeaserDoubleWrapper {
        flex-direction: column;
    }
    section.ImageTeaserDouble .tileContainer {
        margin-right:0 !important;
        margin-left:0 !important;
        margin-bottom:60px;
    }
    section.ImageTeaserDouble.three .tileContainer {
        margin-bottom:20px;
    }
    section.ImageTeaserDouble .tileContainer:last-of-type {
        margin-bottom:0;
    }
}







/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										subhead / Copy Textelement                    								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/



.subheadCopy {
    display:flex;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 20px 0 20px;
}

.subheadCopy .subhead {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 0;
}
.subheadCopy .copy {
    flex: 2;
    max-width: initial !important;
    margin:0 !important;
}

.subheadCopy .subhead h3{
    text-align: right;
    letter-spacing: 1px;
    margin: 0;
}
.subheadCopy .copy p{
    text-align: left !important;
    line-height: 28px;
    margin-bottom: 0;
}

@media screen and (max-width: 720px) {
    .subheadCopy {
        display: block;
        max-width: initial;
        margin: 0 auto;
        overflow: hidden;
    }
    .subheadCopy .subhead h3{

        text-align: left;
    }
}




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


section.dynamicImage .dynamicImageWrapper .item {
    position: relative;
    max-height: 780px;
}

section.dynamicImage .dynamicImageWrapper .item a {
    border: none;
}

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;
    }
}

section.dynamicImage .dynamicImage-copy p {
    margin-bottom: 0;
}

section.dynamicImage .dynamicImage-copy span.brand-button {
    margin-top:20px;
}


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

    section.dynamicImage .dynamicImage-copy p {
        color: inherit;
    }
    section.dynamicImage .dynamicImage-copy.black p,
    section.dynamicImage .dynamicImage-copy.black div {
        color: #000;
    }
    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.dynamicImage .dynamicImage-copy.position-bottom-left,
    section.dynamicImage .dynamicImage-copy.position-bottom-center,
    section.dynamicImage .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 {

        height: calc(100vh - 136px);
        max-height: 780px;
        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%);
    }
}


section.dynamicImage .dynamicImage-copy .title h1 {
    font-size: 50px;
    letter-spacing: 6px;
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
}

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

    section.dynamicImage .dynamicImage-copy .title h1 {
        color: #000;
        text-align:center;
        font-size: 36px;
        letter-spacing: 3px;
    }

}


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


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

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

@media screen and (max-width: 720px){
    section.dynamicVideo .dynamicVideoWrapper {
        width: 100vw;
        height: 100vw;
    }
}



section.dynamicVideoBelowButton .click-controls {
    margin: 0 auto;
    background-color: #b40610 !important;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 30px;
    font-size: 20px;
}
section.dynamicVideoBelowButton .click-controls .instructions {
    font-family: "Knockout 48 A", "Knockout 48 B", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}



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

@media screen and (max-width: 720px){
    section.dynamicVideo .click-controls {
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        right:initial;
        padding: 5px 15px;
        font-size: 18px;
        letter-spacing: 1px;
    }

    section.dynamicVideoBelowButton .click-controls {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right:initial;
        padding: 5px 15px;
        font-size: 18px;
        letter-spacing: 1px;
    }

}

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: 18px;
    letter-spacing: 1px;
}

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;
}

.video-js .vjs-big-play-button {
    display:none;
}











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






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

.video3q{
    margin-bottom: 40px;
    background-color: #000;
    clear: both;
}

.js3q-wrapper {
    height: initial !important;
}


#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: initial;
	}
}

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


@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;
    }
}

@media(max-width: 1023px) {
    header.primary .geo-bar {
        display:none;
    }
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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%;
    height: 126px;
    position: relative;
    border-bottom: 1px solid #999;
    margin-bottom: 35px;

}
section.pianogallerylist:not(.retailerlist) .pianogallery-wrapper {
    /*background:#eee;*/
}

.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;
}
section.pianogallerylist:not(.retailerlist) .pianogallery-title {
    margin: 0 7px 0 7px;
}
section.pianogallerylist:not(.retailerlist) .pianogallery-address {
    margin: 0 7px 0 7px;
}
section.pianogallerylist:not(.retailerlist) .pianogallery-links {
    margin: 0;
    align-items: flex-start;
    margin-bottom: 0;
}




.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;
}

section.pianogallerylist:not(.retailerlist) .pianogallery-padding p {
    padding: 0;
    margin:0;
    line-height: 24px;
}

.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: 45px;
    width: 120px;
    background-image: url(/fileadmin/res/assets/svg/Boston_Piano.svg);
}


@media screen and (min-width: 1024px) {
    body.bostonessex header.primary .ss-logo {
        height: 54px;
        width: 283px;
        background-image: url(/fileadmin/res/assets/svg/boston_logo_black_ohne_r.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                                									*/
/*																													*/
/*																													*/
/********************************************************************************************************************/



@media (max-width: 1023px) {
    nav.main-nav{
        display: none;
    }
    nav.main-bar{
        display: block;
    }
}


/***** 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;
}



#mainmenu li.first ul.secondary li.first ul.secondary {
    margin-left:12px;
}







ul.sm li a.current-page>span, ul.sm li:not(.service-item) 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;
    }

  }
  
  
  /* 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{
    display:none;
}



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


div.column-1-3:first-child div.extralink-container{
    border-right: 1px solid #ddd;
}





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


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;
}




/*
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;
}

.tx-felogin-pi1 label {
    display: initial;
}

.tx-felogin-pi1 input[type="text"] {
    color: #333;
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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;
    color:#000;
}

.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: 1rem;
    font-family: 'minion-pro', serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-rendering: optimizeSpeed;
    font-variant-ligatures: no-common-ligatures;
    color: #999;
    line-height: 24px;
}



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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;
}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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 (min-width: 1024px){
	body.dealer.lightbox header.primary {
		height: 93px;
		top: 0;
	}

    body.dealer.lightbox header.primary.sticky {
        height: 58px;
    }

	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: 93px auto 0;
	}
    body.dealer.lightbox nav li.mobile-only{
    	display:none !important;
    }
    body.dealer.lightbox header.primary .geo-bar a.description{
        padding-top: 3px;
    }
}






/*
/* 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;
}

@media screen and (max-width: 719px){
	section.breadcrumb {
		display:none !important;
	}
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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: 18px;
}
.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: 15px 6px 20px 0;
	}

    
    body.dealer:not(.lightbox) .geo-bar {
        padding: 15px 15px 20px 0;
    }


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



}

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






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



@media screen and (max-width: 1023px){
	
	body.dealer header.primary .brand-header .ss-menu-button {
		top: 16px;
	}

	body .mobile-subnav span[class^="icon-"], 
	body .mobile-subnav span[class*=" icon-"] {
		line-height: 6px;
		font-size: 22px;
		vertical-align: middle;
		display: table-cell;
		}
	
}

body.dealer header.primary.active {
    height: 100%;
    background: transparent;
}


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




.mobile-subnav ul {
    padding:0;
}

@media screen and (max-width: 1024px){
	
	.mobile-subnav {
        position: fixed;
        background: #ccc;
		width: 100%;
		z-index: 300;
		margin: 0;
		padding: 0;
		height: 45px;
        bottom: 0;
	}
	.mobile-subnav {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	.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 {
		padding-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: 60px;
	}
	body.dealer:not(.lightbox) header.primary {
		top: 23px;
	}

	div#main {
		margin: 60px 0 0 0;
	}

	body.dealer:not(.lightbox) div#main {
		margin: 83px 0 0 0;
	}

}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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;
    }
}










/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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;
}
@media screen and (max-width: 720px){
    section.tab-details.tabSlider section.details-container.left-img div.detail-content .panel-content {
        width: auto;
    }
}
section.tab-details.tabSlider section.details-container.left-img div.detail-content .panel-content table.contenttable {
    max-width: initial;
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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;
  }
  
  



/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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-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;
	}
}


.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;
}
section.masonry .tile-description div.title p{
    padding-bottom: 8px;
}
@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 div.productDescription {
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    
}

@media screen and (min-width: 720px){
    section.details-container div.productDescription {
        /*padding-top: 40px;*/
    }
}

@media screen and (min-width: 480px){
    section.details-container div.productDescription {
        max-width: 460px;
    }
}
@media screen and (min-width: 720px){
    section.details-container div.productDescription {
        max-width: 650px;
    }
}

@media screen and (min-width: 1024px){
    section.details-container div.productDescription {
        max-width: 700px;
    }
}


section.details-container div.productDescription p {
    text-align: center;
    line-height: 36px;
}

section.details-container div.textCalloutWrapper {
    width: 100%;
    clear: left;
    padding: 0;
}



section.details-container.left-img {
    height: initial;
    max-width: 960px;
    margin: 0 auto 60px auto;
    padding:0 20px;
}
section.details-container.left-img ul.swatches {
    margin:0;
    padding-left:0;
    display: flex;
    flex-wrap: wrap;
    width: 178px;
    align-items: flex-start;
}
section.details-container.left-img ul.swatches li {
    margin-right: 0;
    margin-bottom: 10px;
    flex-basis: 30%;
    list-style: none;
    flex: 0 0 55px;
    justify-content: center;
}


section.details-container div.detail-img img {
    height: auto;
}


section.details-container .details-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


div.detail-content {
    flex: 1;
    margin-left: 130px;
}


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

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: 0;
    }

    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{
		flex: 3;
        margin:0;
	}

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



.detail-cta {
    margin-top:40px;
    text-align: center;
}


.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: -8px; 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: -8px; 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;	
}

section.details-container table.productdetail-data { 
    
    padding: 0;
    border-spacing: 0;

}

section.details-container table.productdetail-data td { 
    
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    padding-bottom: 4px;

}

section.details-container table.productdetail-data tr td:nth-child(2) { 
    
    padding-left: 10px;


}



.swatches.material-swatches.row-list {
    margin-bottom: 0;
}
    
div.js_selected_value {
    height: 16px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    
}

p.active-color, p.active-material {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 24px;

}
p.active-color span.uppercase, p.active-material span.uppercase {
    font-size: 13px;
    letter-spacing: 1px;
}


p.active-material {
    margin-top: 20px;
}




/* 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;		
}






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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;
}




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

hr.w30{
	width:30%;	
}


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






/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*								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;
}




/* 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														*/
/*																													*/
/*																													*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

	
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 li.first li.first a {
    padding: 8px 0 8px;
}



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 {
    display:block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

nav.main-bar .main-holster ul.primary ul.secondary li {
    font-family: 'minion-pro', serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 14px;
}

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;
    padding-bottom: 15px;
}

nav.main-bar .main-holster ul.primary > li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: calc(100% - 102px);
    margin: 0 0 0 18px;
   
}
@media screen and (max-width: 720px){
    nav.main-bar .main-holster ul.primary > li {
        margin: 0 auto;
    }
}




/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										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;
    margin: 60px 0;
}
@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;
}





/********************************************************************************************************************/
/*																													*/
/*																													*/
/*																													*/
/*										Section Produktslider                         								*/
/*																													*/
/*																													*/
/********************************************************************************************************************/

section.product-slider {
    padding: 0px 50px 60px 50px;
}

.product-slider .slick-slide img {
    height: initial;
    max-height: initial;
    width: initial;
    object-fit: initial;
    margin: 0 auto;
    
}

.product-slider .slick-slide div a {
    border: none;
}

.product-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: start;
    /*height: 300px;*/
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(0.95);
    padding: 0 15px;

}


.product-slider .slick-slide:hover {
    transform: scale(1);
}

.product-slider .slick-slide .caption {

    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;
    text-align: center;
}

.product-slider .slick-slide .desc {
    line-height: 24px;
    margin-top: 12px;
    font-family: 'minion-pro', serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-rendering: optimizeSpeed;
    text-align: center;
}

.product-slider-wrapper.left .slick-slide .caption,
.product-slider-wrapper.left .slick-slide .desc {
    text-align:left;
}


.product-slider .slick-prev, .product-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    /* height: 20px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.product-slider .slick-next {
    right: -25px;
}
.product-slider .slick-prev {
    left: -25px;
}


