@font-face {
  font-family: "Usual";
  src: url("3A0AFE_0_0.woff2") format("woff2"),
       url("3A0AFE_0_0.woff") format("woff"),
       url("3A0AFE_0_0.ttf") format("truetype"),
       url("3A0AFE_0_0.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Usual2";
  src: url("3A0AFE_1_0.woff2") format("woff2"),
       url("3A0AFE_1_0.woff") format("woff"),
       url("3A0AFE_1_0.ttf") format("truetype"),
       url("3A0AFE_1_0.eot") format("embedded-opentype");
}
/* usual is thin and usual2 is fat */

:root {
     --bs-font-sans-serif: "Usual2", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     --gar-radius: 0.75rem !important;
} 

input {
  filter: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

/* set division css variables */
.drums {
     --color-one: #ffffff;
     --color-two: #7F242F;

     --backgroundColor: #000000;
     --backgroundColor-ten: rgb(0,0,0, 0.1);
     --backgroundColor-twenty: rgb(0,0,0,0.2);
     --backgroundColor-thirty: rgb(0,0,0, 0.3);
     --backgroundColor-forty: rgb(0,0,0, 0.4);
     --backgroundColor-half: rgb(0,0,0, 0.5);
     --backgroundColor-sixty: rgb(0,0,0, 0.6);
     --backgroundColor-seventy: rgb(0,0,0, 0.7);
     --backgroundColor-eighty: rgb(0,0,0, 0.8);
     --backgroundColor-ninety: rgb(0,0,0, 0.9);

     --backgroundColor-five: rgb(0,0,0, 0.05);
}

.remo {
     --backgroundColor: #f29901;
     --backgroundColor-ten: rgb(242, 153, 1, 0.1);
     --backgroundColor-twenty: rgb(242, 153, 1,0.2);
     --backgroundColor-thirty: rgb(242, 153, 1, 0.3);
     --backgroundColor-forty: rgb(242, 153, 1, 0.4);
     --backgroundColor-half: rgb(242, 153, 1, 0.5);
     --backgroundColor-sixty: rgb(242, 153, 1, 0.6);
     --backgroundColor-seventy: rgb(242, 153, 1, 0.7);
     --backgroundColor-eighty: rgb(242, 153, 1, 0.8);
     --backgroundColor-ninety: rgb(242, 153, 1, 0.9);

     --backgroundColor-five: rgb(242, 153, 1, 0.05);
}

.remo .squareImageHolder {
     background-color: var(--backgroundColor);
     min-height: 375px;
}

.contactCol2 {
     background-color: var(--backgroundColor-thirty);
}

.pianoHeader {
     width: 100%;
}

.my-custom {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
}

.py-small {
     padding-top: .15rem !important;
     padding-bottom: .15rem !important;
}
.py-2half {
     padding-top: .75rem !important;
     padding-bottom: .75rem !important;
}

.zindex1030 {
     z-index: 1030;
}

.customRadius {
     border-radius: .57rem;
}

.page-link {
     padding: .275rem .4rem;
     margin: .5rem;
     border-radius: .57rem;
     border: 1px solid #212529;
}

.page-link:hover {
     background-color: transparent;
     border-color: #212529;
}

.page-link.active {
     background-color: #212529;
     color: #fff !important;
}

.page-link:focus {
     box-shadow: none;
     background-color: transparent;
}

.presetsList p {
     padding-bottom: 0px;
     margin-bottom: 0px;
}

#presetTabNav .btn-sm {
     padding: .01rem .5rem;
}

#presetContent {
     min-height: 440px;
}

.btn-outline-dark.active:focus {
     box-shadow: none;
}

#specialTabContent {
     min-height: 250px;
}

.text-black {
     color: #000000;
}

.fixed-bottom {
     z-index: 1052;
}

body {
     font-family: "Usual2" !important;
     line-height: 1.4 !important;
     font-size: 100%;
}

.medium, .desktopSideNav .nav-link:hover, .desktopSideNav .btn-light:hover {
     font-family: "Usual";
}

.regular {
     font-family: "Usual2";
}

#newCat .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.blogCard p {
     margin-bottom: 0.45rem;
}

.multiCol {
    column-count: 2;
    column-gap: 20px;
}

/* sqaure things*/

.square {
     width: 100%;
     padding-bottom: 100%;
     position: relative;
}

.stillSquare {
     width: 75%;
     padding-bottom: 75%;
     position: relative;
}
.shopSection {
     width: 100%;
     padding-bottom: 45%;
     position: relative;
}

.rectangle {
     width: 100%;
     padding-bottom: 40%;
     position: relative;
}
.realRectangle {
     width: 100%;
     padding-bottom: 49%;
     position: relative;
}
.realRealRectangle {
     width: 100%;
     padding-bottom: 50%;
     position: relative;
}

.rectangleMedia {
     width: 100%;
     padding-bottom: 40%;
     position: relative;
}

.parallax {
     height: 75vh;
     /*parallax stuff*/
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.parallaxSmall {
     height: 60vh;
     /*parallax stuff*/
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.parallaxSmallSmall {
     height: 35vh;
     /*parallax stuff*/
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}


.w-90 {
     width: 90% !important;
}

.multiColDesktop a{
     text-decoration: none;
     color: #808080;
}

.multiColDesktop a:hover{
     color: #999999;
     text-decoration: underline;
}


.customScroll {
     overflow-y: auto;
     overflow-x: hidden;
     scrollbar-width: thin;          /* "auto" or "thin" */
     scrollbar-color: #67737e #f2f2f2;   /* scroll thumb and track */
}

.customScroll::-webkit-scrollbar {
     width: 12px;
}

.customScroll::-webkit-scrollbar-track {
     background: #f2f2f2;
}

.customScroll::-webkit-scrollbar-thumb {
     background-color: #67737e;
     border-radius: 20px;
     border: 3px solid #f2f2f2;
}

.aClass {
     transform: rotate(180deg);
}

.filmcardTest2 {
     z-index: 1050;
     width: 100%;
}

/*
.defaultSlider .realRealRectangle {
     padding-bottom: 75%;
}
*/

.deskRectangleMobSquare {
     width: 100%;
     padding-bottom: 100%;
     position: relative;
}

.responsibilityHolder {
     width: 50%;
     padding-bottom: 36%;
     position: relative;
}

.greenLetter::first-letter {
     color: #5a784d;
}

#mapRow {
     min-height: 300px;
}

.allBusinessBG {
     background-color: #bde5f4;
}

.tochtergesellschaftenBG {
     background-color: rgba(52,129,184,1);
}

.headquarterBG {
     background-color: rgba(0,61,119,1);
}

.darkOpacity {
     background-color: rgba(0,0,0,.2);
}

.level {
     width: 100%;
     padding-bottom: 20%;
     position: relative;
}

.brandCard {
     transition: background-color .3s ease-in-out;
     background-color: #f2f2f2;
}

.brandCard:hover {
     background-color: #fff;
}

.officeManagement {
     color: #e72a52;
}

.warehouse {
     color: #2e97c6;
}

.violinMaker {
     color: #237650;
}

.logistics {
     color: #f7ac67;
}

#jumboIntro .rounded-top {
     border-top-left-radius: 1.2rem !important;
     border-top-right-radius: 1.2rem !important;
     border-bottom-left-radius: 0rem !important;
     border-bottom-right-radius: 0rem !important;
}

#jumboIntro .rounded-bottom {
     border-top-left-radius: 0rem !important;
     border-top-right-radius: 0rem !important;
     border-bottom-left-radius: 1.2rem !important;
     border-bottom-right-radius: 1.2rem !important;
}
.mini img {
     max-width: 80%;
}
.col-custom {
  flex: 0 0 auto;
  width: 20%;
}
.col-gm-12 {
  flex: 0 0 auto;
  width: 12%;
}
.col-gm-12percent {
  flex: 0 0 auto;
  width: 12%;
}
.col-gm-14 {
  flex: 0 0 auto;
  width: 14%;
}
.col-special {
     flex: 0 0 auto;
     width: 50%;
}
.col-small {
     flex: 0 0 auto;
     width: 6%;
}
.pdfHeight {
     min-height: 70vh;
}

/* shop cards */
.popCard {
     /*box-shadow: 0 0.5rem .8rem rgba(0, 0, 0, 0.25) !important;*/
     box-shadow: none;
     transform: translateY(0px);
     transition: box-shadow 0.4s ease-in-out, transform 0.4s ease-in-out, filter 0.4s ease-in-out;
     filter: grayscale(1);
}

.popCard:hover {
     box-shadow: 0 0.5rem .8rem rgba(0, 0, 0, 0.25) !important;
     /*box-shadow: 0 0.8rem 1.2rem rgba(0, 0, 0, 0.40) !important;*/
     transform: translateY(-7px);
     filter: grayscale(0);
}

/* blur in fade */
.textFocusIn {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

/* UP 400 */

#languageProp {
     display: none;
}

#popUp {
     position: fixed;
     bottom: 70px;
     right: 30px;
     z-index: 1030;
     display: none;
     background-color: #fff;
     padding: 15px;
}

.popUpBody {
      border: 6px solid #ddd;
      width: 30rem;
      padding: 15px;
}

.popUpIcon {
     font-size: 5rem;
     margin-top: -15px;
}

.up400Form {
     background-color: #fff;
     padding: 15px;
}

.up400FormBody {
      border: 6px solid #ddd;

      padding: 15px;
}

.up400Form i {
     font-size: 7rem;
}


#jumboIntro {
     height: 600px;
}

.hiddenAudioDivs {
     position: fixed;
     top: 0;
     left: -600px;
}

.productText {
     margin-top: 4rem;
     padding: 0rem 8rem;
}

#keyIconDiv .thumbnail {
     min-height: 20rem;
     padding: 20px;
     border: none;
}

#keyIconDiv .iconHolder {
     height: 6rem;
     width: 6rem;
     margin: auto;
}

#keyIconDiv img {
     max-height: 6rem;
     max-width: 6rem;
}

.row-no-gutters .col-sm-6 {
     padding-left: 0px;
     padding-right: 0px;
}

.whiteText {
     color: rgb(255, 255, 255);
}

.imageOverlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     color: white;
     padding: 3rem;
}

.play {
     font-size: 6em;
     color: rgb(255, 255, 255, 0.8);
}

.play i {
     cursor: pointer;

     position: absolute;
          top: calc(50% - 42px);
          left: calc(50% - 36px);
}

.sound {
     font-size: 6em;
     color: rgb(255, 255, 255, 0.8);
}

.sound i {
     cursor: pointer;
     position: absolute;
          top: calc(50% - 42px);
          left: calc(50% - 36px);
}


.imgCopyRightText {
	position: absolute;
	bottom: 0;

	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	width: auto;
	padding: 20px;
}

.copyText{
     background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	width: auto;
	padding: 20px;
}

.specialImageHeight {
     height: 50%;
}

.copyLeft {
     left:0;
}
.copyRight {
     right:0;
}

.keysOverlay {
     height: 0%;
     width: 100%;
     position: fixed;
     z-index: 2000;
     top: 0;
     left: 0;
     background-color: rgb(0,0,0);
     background-color: rgba(0,0,0, 0.9);
     overflow-y: hidden;
     transition: 0.5s;
}

.overlay-content {
     position: relative;
     top: 5%;
     left: 5%;
     width: 90%;
     text-align: center;
     margin-top: 65px;
}

.keysOverlay .closebtn {
     position: absolute;
     top: 10px;
     right: 45px;
     font-size: 35px;
     color: #ffffff;
     cursor: pointer;
}

.iconTextHolder {
     /*transform:translate(0,40%);*/
     position: relative;
     top: 45%;
     font-size: 15px;
}

.fadeOut {
	-webkit-animation: fade-out 1s ease-out both;
	        animation: fade-out 1s ease-out both;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#up400ProductDetails #product_right {
     padding: 20px 20px 20px 20px;
     color: black;
     background-color: white;
}
.bottomLight {
	background: linear-gradient(to bottom,  #fff 90%, #f2f2f2 10%);
}
.topLight {
     background: linear-gradient(to bottom,  #f2f2f2 55%, #fff 40%);
}

.topLightSpecial {
     background: linear-gradient(to bottom,  #f2f2f2 100%, #fff 0%);
}

.topLightSmall {
     background: linear-gradient(to bottom,  #f2f2f2 35%, #fff 0%);
}

.allLight {
     background-color: #eee;
}

.allLight2 {
     background-color: #f2f2f2;
}

.keysRounded {
     border-radius: 1.25rem;
}
.keysRoundedLeft {
     border-radius: 1.25rem 0rem 0rem 1.25rem;
}
.keysRoundedRight {
     border-radius: 0rem 1.25rem 1.25rem 0rem;
}

.firstDiv {
     width: 100%;
     z-index: 120;
}

.secondDiv{
     position: static;

     width: 100%;
}

/*
mobile slider things
*/

.slide img, .slide video, .slide .ratio{
     position: absolute;
}

#instaIntro .btn-sm {
     padding: .35rem 1rem;
}

.instaSlider .slick-dots {
     bottom: -35px;
}

.instaPacity {
     transition: opacity .3s ease-in-out;
}

.instaPacity:hover {
     opacity: 0.8;
}

.instaBackground {
     transition: background-color .3s ease-in-out;
     background-color: var(--backgroundColor-ten);
}
.instaBackground:hover {
     background-color: var(--backgroundColor-five);
}

.videoCard .card-img-overlay {
     transition: color .3s ease-in-out;
     color: #71808e;
}
.videoCard:hover .card-img-overlay {
     color: #212529;
}
.videoCard .bi {
     cursor: pointer;
}

.slide-top:hover {
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}


.slideBackground img {
     background-color: var(--backgroundColor-ten);
}

.newInClass .slide:hover {
     background-color: #e6d545;
}

.newInClassFull .slide:hover {
     background-color: #e6d545;
}

.brandSlider .slide img, .blogEntries .slide img {
     transition: transform .2s;
}

.brandSlider .slide:hover img {
     transform: scale(1.04);
}

.blogEntries .slide:hover img {
     transform: scale(1.05) rotate(15deg);
}

.spin360Button {
     width: 30px;
}

/* sideSlideNav stuff */
.sideSlideNav {
     transition: all 0.4s ease-in-out;
     z-index: 1050;
}
 
#slideNavLogo {
     width: 200px;
}

.slideNavIcons {
     width: 25px;
}

.sideSlideNav .btn-openModal {
     font-weight: 400;
     color: #000000;
     border: none;
}
 
.topLeftRadius {
     border-top-left-radius:  var(--gar-radius) !important;
}
.bottomLeftRadius {
     border-bottom-left-radius:  var(--gar-radius) !important;
}

.sideSlideNav .nav-link, .sideSlideNav .nav-link:hover{
     color: #1a1a1a;
     background: transparent;
     border: 0;
     box-shadow: none;
     outline: none;
}
 
.sideSlideNav .nav-item:hover, .sideSlideNav .nav-link.active, .hoverBold:hover {
     font-family: "Usual" !important;
}

#slideTabContentDiv {
     min-height: 253px;
}
#slideTabLoginDiv {
     min-height: 112px;
}
#slideTabLangDiv {
     min-height: 105px;
}
.h-slideCustom {
     height: 90% !important;
}

.garRadius {
     border-radius: var(--gar-radius) !important;
}

.slideNavInputs input{
     border: none;
}

.slideNavInputs .form-control {
	/*padding: 0.375rem 0.75rem 0.375rem 0rem;*/
     padding: 0.35rem;
}

.slideNavInputs input:focus, .slideNavInputs input.focus {
     box-shadow: none;
     border-color: #000000;
}

.slideNavInputs input:active, .slideNavInputs input.active {
     box-shadow: none;
     border-color: #000000;
}

.sideSlideNav .nav-link.active .invertIcon {
     filter:invert(100%);
}

.slideOpen {
     flex: 0 0 auto;
     width: 33.33333333%;
}

/* Stories Intro */
#stories {
     position: -webkit-sticky;
     position: sticky;
     top: 10px;
     width: 25rem;
     margin-left: 10px;
     box-shadow: none;
     background: transparent;
     color: #ffffff;
     transition: all 0.4s ease-in-out;
     animation-name: opacityAnimation;
     animation-duration: 2s;
     border-radius: var(--gar-radius);
}
 
#stories:hover {
     box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.2);
}
 
.storyLink {
     cursor: pointer;
     border-bottom: 1px solid #dee2e6;
     padding-bottom: .5rem !important;
     padding-top: .5rem !important;
     background: rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.6);
     color: #ffffff;
     transition: all 0.4s ease-in-out;
}
.storyLink:first-child {
     border-top-left-radius: inherit;
     border-top-right-radius: inherit;
}
 
.lastStoryLink {
     cursor: pointer;
     background: rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.6);
     padding-bottom: .5rem !important;
     padding-top: .5rem !important;
     color: #ffffff;
     transition: all 0.4s ease-in-out;
     border-bottom-right-radius: inherit;
     border-bottom-left-radius: inherit;
}
 
#stories:hover .storyLink, #stories:hover .lastStoryLink {
     color: #000000;
     background: rgba(255, 255, 255, 1);
}
 
.storyLink.active, .lastStoryLink.active {
     z-index: 2;
     color: #000000;
     background: rgba(255, 255, 255, 1);
}
 
#stories:hover .storyLink.active, #stories:hover .lastStoryLink.active {
     color: #000000;
     background: rgba(242, 242, 242, 1);
}

.buttonPocket {
     position: -webkit-sticky;
     position: sticky;
     top: 80%;
}
 
.pocketButton {
     color: #000000;
     padding: .6rem .9rem;
     border: 1px solid #c5ccd3;
     border-radius: var(--gar-radius);
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 25px;
     font-weight: 550;
     box-shadow: none;
     margin-bottom: 10px;
     transform: translateY(0);
     transform-origin: 50% 50%;
     transition: all 0.4s ease-in-out;
}

.fadingBackground {
     animation: fadingBackgroundAnimation 4s ease-in-out infinite;
}

.buttonPocket:hover .pocketButton {
     transform: translateY(-8px);
     transform-origin: 50% 50%;
     box-shadow: 0 0.5rem .8rem rgba(0, 0, 0, 0.25);
     background: rgba(255, 255, 255, 1) !important;
}

@keyframes fadingBackgroundAnimation {
     0%   {background: rgba(255, 255, 255, 1);}
     50%  {background: rgba(255, 255, 255, .8);}	 	
     100% {background: rgba(255, 255, 255, 1);}
}

.fadeIn2s {
     animation-name: opacityAnimation;
     animation-duration: 2s;
}

@keyframes opacityAnimation {
     0%   {opacity: 0;}
     60%  {opacity: 0;} 	
     100% {opacity: 1;}
}

.opacityZero {
     opacity: 0;
}
.opacityOne{
     opacity: 1;
}


/*
brand product things
*/
.brandProducts  {
     background-color: #ffffff;
     border: 2px solid #000000;
     transition: background-color .2s;
}

.brandProducts img {
     filter:invert(100%);
     position: absolute;
}

.brandProducts:hover {
     background-color: #000000;
}

.brandProducts:hover img {
     filter:invert(0%);
}

.firstSlide {
     background-color: var(--backgroundColor);
     color: #ffffff;
}

/*
Instgram things
*/
.gram {
     text-align: center;
     color: white;
}

.gramImage {
     position: absolute;
}
.overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     opacity: 0.2;
     background-color: #000000;
}
.topRightCorner {
     position: absolute;
     top: 8px;
     right: 16px;
}
.middle {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
.transitions {
     transition: .5s ease;
}
.gram:hover .overlay, .gram:hover .topRightCorner, .gram:hover .middle {
     opacity: 0;
}
.gram .caps {
     height: 2.4em;
     line-height: 1.2;
     overflow: hidden;
}
.topRightCorner img, .middle img {
     width: 30px;
}
.middleSlide {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 90%;
}
.prize {
     height: 300px;
}
.px-lg-default {
     padding-right: var(--bs-gutter-x, 0.75rem);
     padding-left: var(--bs-gutter-x, 0.75rem);
}
.trackingInExpand {
	-webkit-animation: trackingInExpand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) .5s both;
	        animation: trackingInExpand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) .5s both;
}

@-webkit-keyframes trackingInExpand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes trackingInExpand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.intro {
     min-height: 100vh;

     /* The image used */
     background-image: url("images/welcome1.jpg");

     /* Center and scale the image nicely */
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;

}
.slideMessage {
     width: 60%;
     padding-left: 0.5rem;
     padding-top: 2rem;
}

.slideMessage div {
     width: 30px;
     border-bottom: 3px solid #f29901;
     margin: 30px 0px;
}

.specialCursor {
     cursor:pointer;
     cursor:url(images/explore100.png) 50 50,pointer;
}

.bigText {
     font-size: 160%;
}

.welcomeText {
     stroke-dasharray: 1000px;
     stroke-dashoffset: 1000px;
     fill: transparent;
     -webkit-animation: draw 7s forwards 1s;
     animation: draw 7s forwards 1s;
}
@-webkit-keyframes draw {
     15% {

          fill: transparent;
     }

     60% {
          fill: rgb(255, 255, 255);
     }
     70% {
          stroke-dashoffset: 700px;
          fill: rgb(255, 255, 255);
     }

     100% {
          stroke-dashoffset: 0;
          fill: rgb(255, 255, 255);
     }
}

@keyframes draw {
     15% {

          fill: transparent;
     }

     60% {
          fill: rgb(255, 255, 255);
     }
     70% {
          stroke-dashoffset: 700px;
          fill: rgb(255, 255, 255);
     }

     100% {
          stroke-dashoffset: 0;
          fill: rgb(255, 255, 255);
     }
}

.loginWidth {
     width: 100%;
     height: 100%;
}

.minimalInputs input{
     border-top: none;
     border-left: none;
     border-right: none;
     border-radius: 0;
}

.minimalInputs .form-control {
	/*padding: 0.375rem 0.75rem 0.375rem 0rem;*/
     padding: 0.175rem 0.75rem 0.175rem 0rem;
}

.minimalInputs input:focus, .minimalInputs input.focus {
     box-shadow: none;
     border-color: #000000;
}

.minimalInputs input:active, .minimalInputs input.active {
     box-shadow: none;
     border-color: #000000;
}

#accountAccordian .form-control:focus, #accountAccordian .form-check-input:focus #exampleModalCenter .form-control:focus, #b2bLoginForm .form-control:focus {
     box-shadow: none;
     border-color: #262626;
}

#accountAccordian .form-check-input[type="checkbox"] {
     border-radius: 1em;
}

#accountAccordian .form-check-input {
     width: 1.25em;
     height: 1.25em;
     margin-top: 0.1em
}

.underscore {
  border-bottom: 1px solid #ccc;
  width: 60%;
}

#searchPredictform {
     position: relative;
}

/*   SEARCH EXPAND  */
#searchform .form-control{
	width: 85px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
     /*border: none;*/
     border-top: none;
     border-left: none;
     border-right: none;
     border-radius: 0;
     border-color: #000000;
}

#searchform .form-control {
	/*padding: 0.375rem 0.75rem 0.375rem 0rem;*/
     padding: 0.175rem 0.75rem 0.175rem 0rem;
}

#searchform .form-control:focus, #searchform .form-control.focus {
	width: 120px;
     box-shadow: none;
     border-color: #000000;
}

#searchform .form-control:active, #searchform .form-control.active {
	width: 120px;
     box-shadow: none;
     border-color: #000000;
}


#searchform .form-control::placeholder {
    color: #000;
    opacity: 1;
}

/*language dropdown*/
.dropdown-item {
     display: block;
     width: 100%;
     padding: 0.25rem 1.5rem;
     clear: both;
     font-weight: 400;
     color: #212529;
     text-align: inherit;
     white-space: nowrap;
     background-color: transparent;
     border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
     color: #212529;
     text-decoration: none;
     background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
     color: #212529;
     text-decoration: none;
     background-color: #fff;
}

#desktopFilter .dropdown-menu, #exportFilter .dropdown-menu {
     min-width: 350px;
     z-index: 1040;
}

#requestMymg .dropdown-menu {
     min-width: 550px;
}

.serviceFilter .dropdown-menu {
     min-width: 350px;
}

#filterMenu {
     z-index: 1040;
}

#mobileFilterManual .mobileCollapseRow:hover {
     border-color: #6e8091;
}

.specialCol {
     padding-right: 0 !important;
     padding-left: 0 !important;
}

.splashCard {
     min-height: 195px;
}

.productImageBox {
     position: relative;
     height: 140px;
     background-color: white;
     overflow: hidden;
}

.productImage {
     max-width: 100%;
     max-height: 95%;
     display: block;
     margin: 0 auto;
     transition: transform .2s;
}

.productOverview .card:hover .productImage {

     transform: scale(1.04);
}

/*20230526 Moritz: needed so that the scaling on hover does not overlap the itemInCartDisplay*/
.itemInCartDisplay{
  z-index: 1000;
}

.productOverview .productRow:hover .productImage{

     transform: scale(1.08);
}

.btn-compact {
     padding: 0rem;
     font-size: .8rem;
     border-radius: .2rem;
     line-height: 1.2;
}

.flipImageColour {
     filter:invert(100%);
}

.brandSlider .squareImageHolder img {
     transition: transform .2s;
}

.brandSlider .squareImageHolder:hover img {
     transform: scale(1.04);
}

.filterListHolder {
     overflow-y: auto;
     overflow-x: hidden;
     min-height: 70px;
     max-height: 30vh;
     height: auto;
     padding: 0 0 16px 0px;
     margin-top: 16px;
     color: #1a1a1a;
     transform: translateZ(0);
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.filterListHolder::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.formListHolder {
     overflow-y: auto;
     overflow-x: hidden;
     min-height: 70px;
     max-height: 30vh;
     height: auto;
     padding: 0 6px 16px 0px;
     margin-top: 3px;
     color: #1a1a1a;
     transform: translateZ(0);
     scrollbar-width: thin;          /* "auto" or "thin" */
     scrollbar-color: #343a40 #f2f2f2;   /* scroll thumb and track */
}

.formListHolder::-webkit-scrollbar {
  width: 12px;
}

.formListHolder::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.formListHolder::-webkit-scrollbar-thumb {
  background-color: #343a40;
  border-radius: 20px;
  border: 3px solid #f2f2f2;
}

.mobileFilterListHolder {
     overflow-y: auto;
     overflow-x: hidden;
     min-height: 70px;
     max-height: 30vh;
     height: auto;
     padding: 0 10px 16px 10px;
     margin-top: 3px;
     color: #1a1a1a;
     transform: translateZ(0);
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.mobileFilterListHolder::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.mobileFilterPill {
     margin-bottom: 8px;
     margin-right: 16px;
     border: 1px solid #ddd;
     position: relative;
     display: flex;
     align-items: center;
     height: 25px;
     cursor: pointer;
     list-style-type: none;
     padding-left: 8px;
     border-radius: 4px;
}

.ergebnisseBtn {
     background-color: #333;
}

.filterlist {
    list-style: none;
    padding-left: 16px;
    margin: 0;
    outline: none;
    overflow-x: hidden;
}

.selectedFilters {
    list-style: none;
    /*padding: 0; changes Moritz 2021-01-12 in order to make mobile filters on service page appear inline with unselected options*/
    padding-left: 16px;
    margin: 0;
    outline: none;
    overflow-x: hidden;
}

.filterPill {
     margin-bottom: 8px;
     margin-right: 16px;
     border: 1px solid #ddd;
     position: relative;
     display: flex;
     align-items: center;
     height: 32px;
     cursor: pointer;
     list-style-type: none;
     padding-left: 8px;
     border-radius: 4px;
}

.formPill {
     margin-bottom: 9px;
     position: relative;
     display: flex;
     align-items: center;
     height: 25px;
     cursor: pointer;
     list-style-type: none;
     padding: 10px 10px;
}

#dealerDropdown .formPill {
     margin-bottom: 9px;
     position: relative;
     display: flex;
     align-items: center;
     height: 38px;
     cursor: pointer;
     list-style-type: none;
     padding: 18px 10px;
}

.formPill:hover {
     background-color: #f1f2f3;
}

.handlerPill {
     margin: 0px 16px 5px 10px;
     /*border: 1px solid #ddd;*/
     border-bottom: 1px solid #ddd;
     position: relative;
     display: flex;
     align-items: center;
     height: 32px;
     cursor: pointer;
     list-style-type: none;
     padding-left: 0px;
     /*border-radius: 4px;*/
     border-radius: 0px;
}

.handlerPill:hover {
     border-bottom: 1px solid #262626;
}

.handlerPill2 {
     margin: 0px 16px 5px 10px;
     border: 1px solid #ddd;
     position: relative;
     display: flex;
     align-items: center;
     height: 32px;
     cursor: pointer;
     list-style-type: none;
     padding-left: 8px;
     border-radius: 4px;
}

.followUs {
     cursor: pointer;
     border: 1px solid #fff;
     color: inherit;
     background-color: #fff;
     height: 32px;
     padding: 8px 8px 8px 0px;
     width: 100%;
}

.followUsInfo {
     display: none;
}
.followUsLabel {
     display: block;
}

.followUs:hover {
     border: 1px solid #000;
     color: #fff;
     background-color: #000;
     height: auto;
     width: 80%;
     padding: 5px 5px 8px 10px;
}

.followUs:hover .followUsInfo {
     display: block;
}

.followUs:hover .followUsLabel {
     display: none;
}

.navHoverSection {
     position: relative;
     display: inline-block;
}

.navHoverContent {
     padding-top: 10px;
     display: none;
     position: absolute;
     background-color: #000;
     color: #fff;
     width: 100%;
     z-index: 1;
}

.navHoverContent a {
     color: #fff;
     padding: 8px 5px 8px 10px;
     text-decoration: none;
}

.navHoverContent a:hover {font-family: "Usual";}

.navHoverSection:hover .navHoverContent {display: block;}

.navHoverSection:hover .navHoverLink {color: #fff;}


#offcanvasFollow, #offcanvasBurger {
     height: 50vh;
     z-index: 1051;
}

#offcanvasPlus {
     height: 60vh;
     z-index: 1051;
}

.offcanvasMenuHolder {
     font-family: 'Usual', sans-serif;
}

.offcanvasMenuHolder .nav-link {
     text-decoration: none;
     color: #000;
     font-size: 120%;
}

.handlerPill2:hover {
     background-color: #f1f2f3;
}

.categoryPill{
     border: 1px solid #fff;
     height: 22px;
     margin-bottom: 6px;
     margin-left: 16px;
}

.categoryPillSmall{
     height: 18px;
     margin-bottom: 4px;
}

.filterPane {
     display: flex;
     justify-content: flex-end;
     padding: 8px 16px;
     border-top: 1px solid #ddd;
}

.filterCheckmark{
    width: 30px;
    height: 100%;
    position: relative;
    margin-left: auto;
}

.btn-check:focus + .btn-filter-drop, .btn-filter-drop:focus {
     box-shadow: none;
}

.btn-check:checked + .btn-filter-drop, .btn-check:active + .btn-filter-drop, .btn-filter-drop:active, .btn-filter-drop.active, .show > .btn-filter-drop.dropdown-toggle {
     color: #000000;
     background-color: #b3b3b3;
     border-color: none;
}
.btn-check:checked + .btn-filter-drop:focus, .btn-check:active + .btn-filter-drop:focus, .btn-filter-drop:active:focus, .btn-filter-drop.active:focus, .show > .btn-filter-drop.dropdown-toggle:focus {
     box-shadow: none;
}

h5, .h5 {
     font-size: 1.15rem;
}

.sliderHolder {
     position: relative;
}
.sliderHolder2 {
     position: relative;
}

.imageHolder {
     height: 205px;
}

.testSlider .imageHolder {
     height: 220px;
}

.testSlider .imageHolder img {
     object-fit: contain;
     height: 220px;
}

.sliderHolder .imageHolder img:not(.backgroundShade0) {
     max-height: 380px;
     background-color: var(--backgroundColor-ten);
     transition: background-color .2s;
}

.sliderHolder .imageHolder img:not(.backgroundShade0):hover {
     background-color: var(--backgroundColor-five);
}

.squareImageHolder img:not(.backgroundShade0):not(.backgroundShade10)  {
    background-color: var(--backgroundColor);
}

.brandProductsquareImageHolder  {
     background-color: #ffffff;
     border: 2px solid #000000;
     transition: background-color .2s;
}

.brandProductsquareImageHolder img, .wishListImage:hover {
     filter:invert(100%);
}

.brandProductsquareImageHolder:hover {
     background-color: #000000;
}

.brandProductsquareImageHolder:hover img, .wishListImage {
     filter:invert(0%);
}

.cardLink {
     position: absolute;
     bottom: 0;
}
.newInClass {
    background: linear-gradient(to bottom, #e0cb16 73%, #fff 27%);
}

.newInClassFull {
     background: linear-gradient(to bottom, #e0cb16 100.0%, #fff 0%);
}

.newInClass .imageHolder:hover {
     background-color: #e6d545;
}

.newInClassFull .mobileImageHolder:hover {
     background-color: #e6d545;
}

.cardIcon {
     max-width: 100px;
}

.logoIcon {
     max-height: 50px;
}

.thisOne {
     max-height: 60%;
     max-width: 60%;
}

.desktopSliderClass{
     width: 100%;
}

.desktopSliderClass2{
     width: 100%;
}

.sliderButtonHolder {
     width: 6%;
     z-index: 1000;
}
.start {
     position: absolute;
     left: 0;
     top: 0;
}

.end {
     position: absolute;
     left: 95%;
     top: 0;
}

.sliderButton {
     cursor: pointer;
     background: rgb(255, 255, 255); /* Fallback color */
     background: rgba(255, 255, 255, 0.4); /* Black background with 0.5 opacity */
}
.sliderButton img {
     width: 11px;
     margin: 0 auto;
}

.sliderHolder .slick-list {
    margin: 0 -9px;
}

.sliderHolder .slick-slide {
     margin: 0 10px;
     height: auto;
}

.placer {
     height: 300px;
}
.placer2 {
     height: 230px;
     transition: height 0.4s ease-in-out;
}
.compareGroup .card-footer {
     border: none;
     background-color: #ffffff;
}

.compareGroup td:empty::after{
  content: "\00a0";
}

.compareSlider .slick-list, .compareSlider .slick-track {
     height: 100%;
}

.compareCollapse {
     height: 100%;
     overflow: hidden;
     transition: height 0.4s ease-in-out;
}

.placerHide {
     height: 0px;
}

.thirdHeight {
     height: 35%;
}

.halfHeight {
     height: 50%;
}

#offcanvasCompare {
     height: 35vh;
}

.mobileSlideRow {
     overflow: auto;
     white-space: nowrap;
     width: 100%;
}

.mobileSliderHolder .slick-list {
     padding:0 20% 0 0 !important;
}

.sliderCard, .imageNav, .dropdown, .btn, .nav-item, .nav-item:focus, .nav-link, .nav-link:focus, .imageNonNav {
     outline: 0;
}

.btn:focus, .btn.focus {
     box-shadow: none;
}

.btn-close:focus {
     box-shadow: none;
}

.navCard {
     transition: background-color .3s ease-in-out;
     background-color: rgb(0,0,0, 0.1);
}

.navCard:hover {
     color: #ffffff;
     background-color: #000000;
}

.catalogCard .card-img-overlay {
     transition: background-color .3s ease-in-out;
     background-color: rgb(255,255,255, 0.8);
}

.catalogCard .card-img-overlay:hover {
     background-color: rgb(255,255,255, 0);
}

.cardInfo {
     transition: display .3s ease-in-out;
     display: block;
}

.catalogCard .card-img-overlay:hover .cardInfo {
     display: none;
}

.mobileImageHolder {
     max-height: 150px;
}

.mobileImageHolder img{
     max-height: 150px;
     background-color: var(--backgroundColor-ten);
}

.mobileContainer {
     min-height: 140px;
}


.brandProductsquareImageHolder {
     max-height: 140px;
}


.squareImageHolder {
     max-height: 140px;
     overflow: hidden;
}
.squareImageHolder img{
     object-fit: contain;
}

.mobileCaption {
     padding: 3px;
     width: 100%;
}

.desktopSlider {
     width: 95%;
}

.nextSlide {
     width: 5%;
}

.nextSlide img {
     width: 10px;
     margin: 0 auto;
}

.nonSlider a {
     display: inline-block;
     width: 24%;
}

.remo .nonSlider a {
     display: inline-block;
     width: 23%;
     margin-right: 15px;
}

.artistSocialLinks img {
     max-width: 43px;
}

.cursor, .pointer {
     cursor: pointer;
}

.slick-track {
     margin-left: 0;
}

.filterIconHolder {
     width: 50px;
}

.exportIconHolder {
     width: 25px;
}

.littleMargin {
     margin-bottom: -2px;
}

.bottom {
     position: absolute;
     bottom: 0;
}

.inlineGalleryContainer {
     width: 100%;
     height: 0;
     padding-bottom: 125%;
}

.text-gallery{
     color: #999;
}

.text-gallery:hover{
     color: #000;
}

/* handler */
/*   SEARCH EXPAND  */
.handlerForm input, .handlerForm select{
     border: none;
}

.handlerForm input:focus, .handlerForm input.focus, .handlerForm select:focus, .handlerForm select.focus {
     box-shadow: none;
}

.handlerForm input:active, .handlerForm input.active, .handlerForm select:active, .handlerForm select.active {
     box-shadow: none;
     /*border-color: #000000;*/
}

.handlerTestForm input:focus, .handlerTestForm input.focus, .handlerTestForm input:active, .handlerTestForm input.active {
     box-shadow: none;
     border-color: #343a40;
}

.handlerTestForm .form-control:disabled, .handlerTestForm  .form-control[readonly] {
  background-color: #e9ecef;
  opacity: .65;
}

.handlerTestForm .btn-outline-dark:hover, .handlerTestForm .btn-outline-dark:focus{
     color: #212529;
     border-color: #212529;
     background-color: #fff;
     box-shadow: none;
     outline: 0;
}

.handlerCol {
     -webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

.handlerCard:hover, .handlerCard.active {
     border-color: #000000;
}

.level4Border  {
     border: 3px solid #cfe2ff;
}

.level1Border  {
     border: 3px solid #d1e7dd;
}

.arrowCornerLevel4 {
     width: 0;
     height: 0;
     border-left: 25px solid transparent;
     border-right: 25px solid transparent;

     border-bottom: 25px solid #cfe2ff;
     transform: translate(17px, -5px) rotate(45deg);
}
.arrowCornerLevel1 {
     width: 0;
     height: 0;
     border-left: 25px solid transparent;
     border-right: 25px solid transparent;

     border-bottom: 25px solid #d1e7dd;
     transform: translate(17px, -5px) rotate(45deg);
}

.handlerTestForm .form-range::-moz-range-thumb {
     /*background-color: #212529;*/
     background-color: #fff;
     box-shadow: none;
     outline: 0;
}

.handlerTestForm .form-range::-moz-range-thumb:focus, .handlerTestForm .form-range::-moz-range-thumb:hover {
     background-color: #fff;
     box-shadow: none;
     outline: 0;
}

.handlerTestForm .form-range::-webkit-slider-runnable-track {
     width: 100%;
     height: 0.5rem;
     color: transparent;
     cursor: pointer;
     background-color: #dee2e6;
     border-color: transparent;
     border-radius: 1rem;
}

/* gewaModal */

.gewaModal {
     position: fixed;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background-color: #ffffff;
     z-index: 1040;
}
.modalHeader {
     height: 5rem;
}
.modalFooter {
     position: absolute;
     bottom: 0;
     height: 5rem;
}

#requestAvailabilityHistory .card-header {
  min-height: 5.5rem;
}

#dealerSearchInput {
     border: 0;
     padding: 0;
     margin: 0;
     background: transparent;
     box-shadow: none;
}

.rowImgDiv {
     width: 130px;
     height: 130px;
     overflow: hidden;
}

.rowImgDiv img {
     max-width: 130px;
     max-height: 130px;
     object-fit: contain;
     transition: transform .2s;
}

.exportImgDiv {
     width: 100%;
     height: 180px;
}
.exportImgDivHeader {
     width: 100%;
}

.certainWidth {
     width: 180px;
}

.certainWidth2 {
     width: 110px;
}

.exportImgDiv img {
     max-width: 65%;
     max-height: 100%;
     object-fit: contain;
}
#exportList {
     font-size: 95%;
}

.exportBorder {
     border: none;
}

#cartList {
     font-size: 95%;
}

#cartForms .form-control, #cartList .form-control, .detailB2B .form-control, #productList .form-control{
     /*border-color: #212529;*/
     box-shadow: none;
}

#cartForms .form-control:focus, #cartList .form-control:focus, .detailB2B .form-control:focus, #productList .form-control:focus, #requestMymg .form-control:focus, #requestAvailability .form-control:focus, #submitCart .form-control:focus, #requestAvailabilityHistory .form-control:focus{
     box-shadow: none;
     border-color: #262626;
}

#requestMymg option:hover {
     background-color: #212529;
     color: #ffffff;
}

#cartForms .btn-filter-drop, #cartList .btn-filter-drop, .detailB2B .btn-filter-drop, #productList .btn-filter-drop, #requestAvailabilityHistory .btn-filter-drop, #orderWishList .btn-filter-drop{
     border-color: #ced4da;
     box-shadow: none;
}

.allFilter {
     z-index: 1030 !important;
}

.fs-8 {
  font-size: .8rem !important;
}

.blink-1, .backgroundBlink {
	-webkit-animation: blink-1 2.0s both;
	        animation: blink-1 2.0s both;
}

.detailB2B .btn-filter-drop:hover{
     border-color: #000;
     color: #fff;
     background-color: #000;
}

#articleNumbersQuantity {
     max-width: 90px;
}

.middleTopMargin {
     margin-top: .4rem !important;
}

.slideBackground img:hover {
     background-color: var(--backgroundColor-five);
}

.formBackground {
     background-color: var(--backgroundColor-ten);
}

/* desktopSideNav */
.desktopSideNav{
     /*position: fixed;
     bottom: 0;
     right: 0;
     width: 24.5%;
     height: 100%;
     overflow:hidden;*/
     width: 100%;
     height: 90vh;
     background-color: #ffffff;
}

.desktopSideNav .nav-link {
     text-decoration: none;
     color: #1a1a1a;
     padding-left: 0;
}

/* Negative margins */

.my-n1 {
     margin-bottom: -0.25rem !important;
     margin-top: -0.25rem !important;
}

.mb-n1 {
     margin-bottom: -0.25rem !important;
}

.mb-n1more {
     margin-bottom: -0.37rem !important;
}

.mt-n1 {
     margin-top: -0.25rem !important;
}

.mt-n1more {
     margin-top: -0.37rem !important;
}

.my-n1more {
     margin-bottom: -0.37rem !important;
     margin-top: -0.37rem !important;
}

.my-n2 {
     margin-bottom: -0.5rem !important;
     margin-top: -0.5rem !important;
}

.my-n3 {
     margin-bottom: -0.7rem !important;
     margin-top: -0.7rem !important;
}

.mt-n2 {
     margin-top: -0.50rem !important;
}
.mt-n2Plus {
     margin-top: -0.70rem !important;
}

.mt-n3 {
     margin-top: -1rem !important;
}

.mb-n2 {
     margin-bottom: -0.50rem !important;
}

.ms-n2 {
     margin-left: -0.5rem !important;
}

.ms-n1rem {
     margin-left: -1rem !important;
}

.me-n3 {
     margin-right: -1.5rem !important;
}

.ms-n3 {
     margin-left: -1.5rem !important;
}
.mb-little {
     margin-bottom: .15rem !important;
}

.px-little {
     padding-right: .15rem !important;
     padding-left: .15rem !important;
}

.px-littler {
     padding-right: .1rem !important;
     padding-left: .1rem !important;
}

.pt-little {
     padding-top: .15rem !important;
}

.ps-little {
     padding-left: .11rem !important;
}

.pe-little {
     padding-right: .11rem !important;
}

.extraSmallFont {
     font-size: .75em;
}

.smallFont {
     font-size: .85em;
}

.desktopSideNav .nav-link.active {
     text-decoration: none;
     color: #000000 !important;

}

/* filter stuff */

#mobileCategoryFilter, #colourSlider {
     font-size: 0.875rem !important;
}

#mobileCategoryFilter {
     overflow: hidden;
}

.text-grey{
     color: #c5ccd3;
}

.colourHolder {
     height: 130px;
}
.colourCheckmark{
    width: 30px;
    height: 23px
}
.disc {
	border-radius: 50%;
     width: 40px;
	height: 40px;
     box-shadow: 2px 2px 5px #a6a6a6;
}

.discSmall {
	border-radius: 50%;
     width: 20px;
	height: 20px;
     box-shadow: 1px 1px 3px #a6a6a6;
}

.handlerDisc {
	border-radius: 50%;
     width: 30px;
	height: 30px;
}

.detailDisc {
	border-radius: 50%;
     width: 1.6em;
	height: 1.6em;
}

.sliderScrollDown {
     z-index: 1051;
}

.discDown {
	border-radius: 50%;
     width: 53px;
	height: 53px;
     border: 2px solid #fff;
     background: rgba(0, 0, 0, 0.4);
     padding: 15px;
     margin-bottom: 100px;
}

/* background colours*/
.yesBG {
     background-color: #93b332;
}
.maybeBG {
     background-color: #fa8128;
}
.anotherBG {
     background-color: #95b634;
}
.noBG {
     background-color: #ed2939;
}
.whiteBG {
     background-color: #ffffff;
}
.brownBG {
     background-color: #804000;
}
.blackBG {
     background-color: #000000;
}
.greyBG {
     background-color: #b3b3b3;
}
.greenBG {
     background-color: #47d147;
}
.silverBG {
     background-color: #e6e6e6;
}
.beigeBG {
     background-color: #d5c7b9;
}
.yellowBG {
     background-color: #ffff33;
}
.goldBG {
     background-color: #ffd11a;
}
.orangeBG {
     background-color: #ff8533;
}
.redBG {
     background-color: #ff1a1a;
}
.pinkBG {
     background-color: #ff3385;
}
.purpleBG {
     background-color: #cc66cc;
}
.blueBG {
     background-color: #3333ff;
}
.turquoiseBG {
     background-color: #99ffff;
}
.fadedGB {
     background: rgba(0, 0, 0, 0.3);
}

.premiumBG {
     background-color: #eeda61;
}

.proBG {
     background-color: #1faaac;
}

.basicBG {
     background-color: #bfbfbf;
}

.discountOneBG {
     background-color: #f2f2f2;
}
.discountTwoBG {
     background-color: #d9d9d9;
}
.discountThreeBG {
     background-color: #bfbfbf;
}

.background {
     background-color: #e9ecef;
}

.textGreen {
     color: #24c278;
}

.drumBack {
     background: rgba(128, 85, 109, 0.3);
}

.blogDivisions .card-img-overlay {
     transition: all .6s ease-in-out; 
}

.blogDivisions .card:hover .card-img-overlay {
     background: rgba(128, 85, 109, 1);
}

.introText {
     font-size: 185%;
}

.playControl {
     font-size: 250%;
}

.textKeys {
     transition: background-color .6s ease-in-out;
     color: #fff;
}
.textKeys:hover {
     color: #B4988E;
}

.textStrings {
     transition: background-color .6s ease-in-out;
     color: #fff;
}
.textStrings:hover {
     color: #B5CA73;
}

.textGuitars {
     transition: background-color .6s ease-in-out;
     color: #fff;
}
.textGuitars:hover {
     color: #B5CA73;
}

.textWinds {
     transition: background-color .6s ease-in-out;
     color: #fff;
}
.textWinds:hover {
     color: #5B7DA4;
}

.textDrums {
     transition: background-color .6s ease-in-out;
     color: #fff;
}
.textDrums:hover {
     color: #80556D;
}

.textDrumcircles {
     transition: background-color .6s ease-in-out;
     color: #fff;
}
.textDrumcircles:hover {
     color: #D0585B;
}

/* ABOUT */

/* custom heights */
.aboutUsSquare {
     width: 100%;
     padding-bottom: 100%;
     position: relative;
}

.aboutUs80Square {
     width: 100%;
     padding-bottom: 100%;
     position: relative;
}

.aboutBackground {
     background-color: #e6e6e6;
}

.backgroundShade {
     background-color: var(--backgroundColor);
}
.backgroundShade90 {
     background-color: var(--backgroundColor-ninety);
}
.backgroundShade80 {
     background-color: var(--backgroundColor-eighty);
}
.backgroundShade70 {
     background-color: var(--backgroundColor-seventy);
}
.backgroundShade60 {
     background-color: var(--backgroundColor-sixty);
}
.backgroundShade50 {
     background-color: var(--backgroundColor-half);
}
.backgroundShade40 {
     background-color: var(--backgroundColor-forty);
}
.backgroundShade30 {
     background-color: var(--backgroundColor-thirty);
}
.backgroundShade20 {
     background-color: var(--backgroundColor-twenty);
}
.backgroundShade10 {
     background-color: var(--backgroundColor-ten);
}
.backgroundShade5 {
     background-color: var(--backgroundColor-five);

}
.backgroundShade0 {
     background-color: transparent;
}

.aboutLogoHolder {
     min-height: 400px;
}

.aboutLogoHolder img {
     max-width: 60%;
}

.funinputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.funinputfile + label {
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     border-radius: 0.3rem 0px 0px 0.3rem !important;
     color: #000000;
	background-color: #fff;
	border-color: none;
     display: inline-block;
     cursor: pointer;
     width: 83%;
}

.newsletterForm input, #warrantyForm input, #warrantyForm select{


     /*border: none;*/
     border: none;
}

.btn-handler {
     color: #6c757d;
     background-color: #ffffff;
     border-color: #6c757d;
}

#warrantyForm .btn-gewa-drop, .btn-gewa-drop {
     color: #6c757d;
     background-color: #ffffff;
     border-color: transparent;
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     font-size: 1.25rem;
     font-weight: 400;
     overflow-anchor: none;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

#warrantyForm .btn-gewa-drop::after, .btn-gewa-drop::after {

     flex-shrink: 0;
     width: 1.25rem;
     height: 1.25rem;
     margin-left: auto;
     content: "";
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-size: 1.25rem;
     transition: transform 0.2s ease-in-out;

}

.btn-gewa-drop.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-handler-drop, .btn-handler-drop:hover, .btn-handler-drop.show {
     color: #6c757d;
     background-color: #ffffff;
     border-color: transparent;
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     overflow-anchor: none;
     border-radius: 1rem;
}

.btn-handler-drop::after {
     flex-shrink: 0;
     width: 1.25rem;
     height: 1.25rem;
     margin-left: auto;
     content: "";
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-size: 1.25rem;
}

.btn-handler-drop:disabled, .btn-handler-drop.disabled {
     color: #848d94;
     pointer-events: none;
     background-color: #f1f2f3;
     border-color: transparent;
     opacity: 0.7;
   }

.borderRadius1 {
     border-radius: 1rem;
}

.btn-handler-drop.show {
     border-radius: 1rem 1rem 0 0;
}

.borderBottomRadius1 {
     border-radius: 0 0 1rem 1rem;
}


#purchasedate[readonly] {
    background-color: #fff;
    opacity: 1;
}

/*Hannes: use any high z-index to have it appear on top of other elements with increased z-index...such as input groups for example*/
.ui-datepicker{ z-index: 20 !important;}

.newsletterForm input:focus, .newsletterForm input.focus {

     box-shadow: none;
     border-color: #000000;
}

.newsletterForm input:active, .newsletterForm input.active {

     box-shadow: none;
     border-color: #000000;
}

.newsletterForm .form-select {

     box-shadow: none;
     border: none;
}
.newsletterForm .form-select:focus, .newsletterForm .form-select.focus {

     box-shadow: none;

}

.form-check-input:checked {
     background-color:  var(--backgroundColor-eighty);
     border-color: var(--backgroundColor-eighty);
}

.form-check-input:focus {
  border-color: #99a6b2;
  outline: 0;
  box-shadow: none;
}

/* backgrounds for the artist page? */
.artistBG {
     background-color: #ffffff;
}

.brandAll {
     background-color: #7F242F; /* fallback for IE */
     background-color: var(--backgroundColor);
     color: #ffffff;
}

.specialSlide {
     background-color: #7F242F;
     background-color: var(--backgroundColor);
     color: #ffffff;
     min-height: 375px;
}


.mobileSpecialSlide {
     background-color: var(--backgroundColor);
     color: #ffffff;
     /*min-height: 200px;
     min-height: 135px;*/
}


.brandOpacity-5 {
     /*background-color: rgb(127, 36, 47, 0.5); /* fallback for IE */
     background-color: var(--backgroundColor-half);
}

.remoBlackBG {
     background-color: #000000;
}

.opacityHalf {
     opacity: 0.5;
}

.opacityNull {
     opacity: 0;
}

.sticky {
     position: -webkit-sticky; /* Safari */
     position: sticky;
     top: 10px;
     right: 0;
     z-index: 300;
}

.stickyTop {
     position: -webkit-sticky; /* Safari */
     position: sticky;
     top: 0px;
     right: 0;
     z-index: 1001;
}



/* Service page */


#service a {
     color: rgba(0, 0, 0, 0.7);
     text-decoration: none;
}

#service a.active {
     color: #000000;
}

.serviceOption{
     background-color: var(--backgroundColor-ten);
     height: 200px;
     transition: background-color .2s;
}


.serviceOption:hover {
     background-color: var(--backgroundColor-twenty);

}

#service a.active .serviceOption, #service a.active .serviceOption2{
     background-color: var(--backgroundColor-twenty);

}

.serviceOption img{
     width: 125px;
}

.softwareList img {
     max-width: 180px;
}

.nav-item-square {
  position: relative;
  width: 50%;
	/*border: 1px solid red;*/

	text-decoration: none;

}

.nav-item-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
	/*padding: 0.5rem 1rem;*/
	/*padding: 0.1rem 1rem;*/
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	/*padding-right: 10%;
	padding-left:10%*/
	/*text-decoration: none;
	color: rgba(0, 0, 0, 0.7);*/
}
.nav-square {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.serviceOption2{
	background-color: var(--backgroundColor-ten);
	transition: background-color .2s;
	height: calc(100% - 24px);
}
.serviceOption2:hover {
	background-color: var(--backgroundColor-twenty);

}

.serviceOption2 img{
	width: 50%;
}


.col-custom-4, .col-custom-5, .col-custom-6, .col-custom-7 {
     flex: 0 0 auto;
     width: 50%;
}

/* product Page */

.linkButton {
     appearance: none;
}

#specialNav a {
     color: rgba(0, 0, 0, 0.7);
     text-decoration: none;
     background-color: transparent;
     margin: 2px 0px;
     padding: 2px 0px;
}

#specialNav a.active {
     font-family: "Usual";
     color: #000000;
}

#specialNav a:hover {
     /*font-family: "Usual";*/
     color: #000000;
}

.breadRow {
     min-height: 65px;
}

#iconDiv .thumbnail {
     min-height: 12rem;
     padding: 10px;
     border: none;
}

#iconDiv .iconHolder {
     height: 9rem;
     width: 9rem;
     margin: auto;
}

#iconDiv img {
     max-height: 9rem;
     max-width: 9rem;
}

#iconDiv .caption {
     font-size: 120%
}

.featureList {
     /*padding-left: 2px;*/
     /*list-style-type: circle;*/
     list-style-position: inside;
     font-size: 100%;
}

#productPage .nav a, #articleNav .nav a{
     color: rgba(0, 0, 0, 0.7);
     text-decoration: none;
     background-color: transparent;
     margin: 2px 0px;
     padding: 2px 0px;
}

#productPage .nav a.active, #articleNav .nav a.active {
     color: #000000;

}

.contain {
     width: 100%;
     height: 100%;
     object-fit: contain;
}

.mainImage img{
     max-height: 510px;
}

.imageNav img {
     height: 340px;
}
.imageNonNav img {
     height: 340px;
}




/* maybe repurpose as button for the modals that don't look like a button */

.card-img-overlay .btn {
     border-color: transparent;
}

/* product list */

.productOverview .card-img-overlay {
     padding: 0px;
}

.productOverview a {
     text-decoration: none;
     color: #000;
}

.productOverview a:hover {
     text-decoration: none;
     color: #000;
}

.size-muted {
     font-size: 85%;
}
.size-mutedImportant {
     font-size: 105% !important;
}

.size-bigger {
     font-size: 105%;
}
.size-bigger2 {
     font-size: 110%;
}
.size-bigger3 {
     font-size: 125%;
}
.clickable {
     font-size: 110%;
     z-index: 105;
     cursor: pointer;
}

.clickable2 {
     z-index: 105;
     cursor: pointer;
}

.expandable {
     cursor: pointer;
}

.zoomIn {
     cursor: zoom-in;
}
.largeFont {
     font-size: 130%;
}
.label {
     border-radius: 50%;
     height: 2rem;
     width: 2rem;
     background-color: #ffffff;
     font-size: 10px;
     overflow: hidden;
}
.label2 {
     border-radius: 50%;
     height: 1.5rem;
     width: 1.5rem;
     background-color: #ffffff;
     font-size: 10px;
     overflow: hidden;
}
.labelSquare {
     height: 1.4rem;
     width: 1.4rem;
     background-color: #ffffff;
     font-size: 10px;
}
.labelSquareDetail {
     height: 1.3rem;
     width: 1.3rem;
     background-color: #ffffff;
     font-size: 10px;
}
.stamp {
     border-radius: 50%;
     height: 2rem;
     width: 2rem;
     background-color: #ffffff;
     font-size: 10px;
     overflow: hidden;
     border: 1px solid #404040;
}

.labelRow {
     min-height: 2rem;
}

.blackBorder {
     border: 2px solid #000000;
}

#productsWithCount .input-group-sm > .btn {
     padding: .1rem .5rem;
}

.rowLabel {
     border-radius: 50%;
     height: 1.5rem;
     width: 1.5rem;
     background-color: #ffffff;
     font-size: 10px;
     overflow: hidden;
}

/* German Flag for product listing etc */
.germanFlag {
	width: 2rem;
	height: 2rem;
	overflow: hidden;
     /*
     border: 3px solid #000000;
     border-radius: 50%;
     */
}
.germanFlag2 {
	width: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
}

.blackDiv {
	background-color: #000000;
	width: 100%;
	height: 33%
}
.redDiv {
	background-color: #dd0000;
	width: 100%;
	height: 34%
}
.goldDiv {
	background-color: #ffce00;
	width: 100%;
	height: 33%
}

.availabilityBorder {
     border-top-style: solid;
     border-right-style: solid;
     border-bottom-style: solid;
     border-left-style: solid;
     border-width: 1px;
     border-color: #d9d9d9;
}


.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.5);
}

.topHead{
     /*background-color: #000;
     color: #fff;*/
     padding-top: 1rem;
}

.card-img-overlay {
     padding: .5rem;
}

.unter {
     margin: 0 7px;
     display: inline-block;
}

hr {
     border-color: #000000;
}

/* Buttons */
.btn-openModal {
     font-weight: 400;
     color: #000000;
}

.btn-openModal:hover {
     box-shadow: none;
     color: #040404;
}

.btn-openModal:active, .btn-openModal.active {
	box-shadow: none;
     color: #000000;
}

.btn-openModal:focus, .btn-openModal.focus {
     box-shadow: none;
     outline: 0;
}

.btn-openModal:disabled, .btn-openModal.disabled {
     color: #6c757d;
     pointer-events: none;
}

.btn-check:focus, .btn-check.focus {
     box-shadow: none;
     outline: 0;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow:none;
}

.btn-check:checked + .btn-filter-drop {
     color: #fff;
     background-color: #ccc;
     /*border-color: #ccc;*/
}

.btn-check:checked + .btn-outline-black {
     color: #fff;
     background-color: #000000;
     border-color: #000000;
}

#productPage .plusButton img, #productSpecialPage .plusButton img, .plusButton img  {
     max-width: 16px;
}

.brandOpacity-5 .plusButton img, .remoBlackBG .plusButton img  {
     max-height: 20px;
}

.brandOpacity-5 a, .remoBlackBG a {
     max-width: 90%;
}

.brandProductsHeight {
     height: 320px;
}

.brandAll img {
     max-width: 45%;
     max-height: 60%;
}

.btn-gewa {
	color: #ffffff;
	background-color: var(--backgroundColor);
	border-color: none;
}

.btn-gewa:hover {
	color: #ffffff;
}

.btn-gewa:focus, .btn-gewa.focus {
	box-shadow: none;
     color: #ffffff;
}

.btn-gewa-standard {
	color: #000000;
	background-color: #fff;
	border-color: none;
}


.btn-gewa-light {
	color: #000000;
	background-color: #fff;
	border-color: #000000;

}

.btn-gewa-light:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-gewa-light:focus, .btn-gewa-light.focus {
	box-shadow: none;
}

.btn-gewa-light.disabled, .btn-gewa-light:disabled {
	color: #fff;
	background-color: #ddd;
	border-color: #ddd;
}

.btn-gewa-light:not(:disabled):not(.disabled):active, .btn-gewa-light:not(:disabled):not(.disabled).active,
.show > .btn-gewa-light.dropdown-toggle {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-gewa-light:not(:disabled):not(.disabled):active:focus, .btn-gewa-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-gewa-light.dropdown-toggle:focus {
	box-shadow: none;
	color: #0d0d0d;
	background-color: #fff;
	border-color: #0d0d0d;
}

/* button for filter dropdowns */
.btn-filter-drop {
	color: #000000;
	background-color: #fff;
	border-color: transparent;
}

/*.btn-filter-drop:hover {
	color: #000000;
	background-color: #cccccc;

}*/

.btn-filter-drop:focus, .btn-filter-drop.focus {
	box-shadow: none;
     background-color: #f2f2f2;
}

.btn-filter-drop.disabled, .btn-filter-drop:disabled {
	color: #fff;
	background-color: #ddd;
	border-color: #ddd;
}

.btn-filter-drop:not(:disabled):not(.disabled):active, .btn-filter-drop:not(:disabled):not(.disabled).active,
.show > .btn-filter-drop.dropdown-toggle {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-filter-drop:not(:disabled):not(.disabled):active:focus, .btn-filter-drop:not(:disabled):not(.disabled).active:focus,
.show > .btn-filter-drop.dropdown-toggle:focus {
	box-shadow: none;
	color: #000000;
	background-color: #fff;
}

.mobileCollapseBtn {
     color: #000000;
	background-color: #fff;
	border-color: transparent;
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     padding: 1rem 1.25rem;
     font-size: 1rem;
     border-radius: 0;
     overflow-anchor: none;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .mobileCollapseBtn {
    transition: none;
  }
}
.mobileCollapseBtn.collapsed {
  border-bottom-width: 0;
}

.mobileCollapseBtn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.mobileCollapseBtn::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .mobileCollapseBtn::after {
    transition: none;
  }
}
.mobileCollapseBtn:hover {
  z-index: 2;
}

.mobileCollapseBtn:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

/* Thema collapse button */

.themaCollapseBtn {
     color: #000000;
     background-color: var(--backgroundColor-ten);
	border-color: transparent;
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     padding: 1rem 1.25rem;
     font-size: 1rem;
     border-radius: 0;
     overflow-anchor: none;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .themaCollapseBtn {
    transition: none;
  }
}
.themaCollapseBtn.collapsed {
  border-bottom-width: 0;
}

.themaCollapseBtn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.themaCollapseBtn::after {
     flex-shrink: 0;
     width: 1.25rem;
     height: 1.25rem;
     margin-left: auto;
     content: "";
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-size: 1.25rem;
     transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .themaCollapseBtn::after {
     transition: none;
  }
}
.themaCollapseBtn:hover, .themaCollapseBtn:active {
     z-index: 2;
     color: #000000 !important;
     background-color: var(--backgroundColor-ten) !important;
     border-color: transparent !important;
}

.themaCollapseBtn:focus {
     z-index: 3;
     border-color: transparent;
     outline: 0;
     box-shadow: none;
}


.specialCheckboxes:focus, .specialCheckboxes.focus {
	box-shadow: none;
     background-color: #cccccc;
     color: #000;
}

.specialCheckboxes:active, .specialCheckboxes.active {
	box-shadow: none;
     background-color: #cccccc;
     color: #000;
}

.mobileToTop {
     position: fixed; /* Fixed/sticky position */
     bottom: 60px; /* Place the button at the bottom of the page */
     right: 40px; /* Place the button 30px from the right */
     z-index: 99; /* Make sure it does not overlap */
     cursor: pointer; /* Add a mouse pointer on hover */
}

.toTopButton, .mobileToTop {
     width: 75px;
}

.toTopButton img, .mobileToTop img {
     width: 15px;
}

.btn-outline-black2 {
  color: #000000;
  border-color: #000000;
  border-radius:0;
  background-color:#fff;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}

.btn-outline-black:hover {
     box-shadow: none;
     color: #fff;
     background-color: #000000;
     border-color: #000000;
}

.btn-outline-black:active, .btn-outline-black.active {
	box-shadow: none;
     color: #fff;
     background-color: #000000;
     border-color: #000000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
     box-shadow: none;
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.returnButton {
     position: fixed;
     bottom: 60px;
     right: 20px;
     z-index: 99;
     cursor: pointer;
     background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
     background: rgba(255, 255, 255, 0.7);
     box-shadow: none;
     outline: 0;
     border: 1px solid #000000;
     padding: .25rem .5rem;
     font-size: .875rem;
     border-radius: .2rem;
}

.eyeSwitch {
     position: fixed;
     top: 47px;
     right: 20px;
     z-index: 1021;
     cursor: pointer;
     outline: 0;
}

.eyeSwitch .btn-light {
     background-color: #fff;
     border-color: #fff;
     padding: .3rem .75rem;
}

.testEye .btn-light {
     border-color: #e6e6e6;
     background-color: #e6e6e6;
}

.testEye .btn-light:focus, .testEye .focus{
     outline: 0;
     box-shadow: none;
}


.collapseSwitcher {
     color: #212529;
     border-color: #212529;
     background-color: #fff;
     box-shadow: none;
     outline: 0;
     border-bottom-right-radius: .4rem !important;
     border-bottom-left-radius: .4rem !important;
     padding-top: .4rem !important;
}

.scrollList {
	position:relative;
	height: 100px;
	width: 100%;
	overflow-y: scroll;
	border: 2px solid #212529;
	border-radius: .5em;
	margin-bottom: 2rem;
}

.scrollList .list-group-item.active {

  background-color: #212529;
  border-color: #212529;
}

/* filter display buttons */

.btn-outline-filter {
  color: #71808e;
  border-color: #9ca6b0;
}

.btn-outline-filter:hover {
     box-shadow: none;
     color: #fff;
     background-color: #9ca6b0;
     border-color: #9ca6b0;
}

.btn-outline-filter:active, .btn-outline-filter.active {
	box-shadow: none;
     color: #fff;
     background-color: #9ca6b0;
     border-color: #9ca6b0;
}

.btn-outline-filter:focus, .btn-outline-filter.focus {
     box-shadow: none;
}

.btn-outline-filter.disabled, .btn-outline-filter:disabled {
  color: #71808e;
  background-color: transparent;
}

.btn-outline-filter:not(:disabled):not(.disabled):active, .btn-outline-filter:not(:disabled):not(.disabled).active,
.show > .btn-outline-filter.dropdown-toggle {
  color: #fff;
  background-color: #9ca6b0;
  border-color: #9ca6b0;
}

.btn-outline-filter:not(:disabled):not(.disabled):active:focus, .btn-outline-filter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-filter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.20rem 0.4rem;
  font-size: 0.775rem;
  border-radius: 0.17rem;
}


.cardImageBox{
     height: 220px;
     overflow: hidden;
}

#blogSlideRow {
     margin-left: -20px;
}

.catalogSliderRow {
     margin-left: -20px;
}


/* CONTACT PAGE */

/* fullHeightScrollable*/
.fullHeightScrollable{

     height: 50rem;
     overflow: scroll;
     scrollbar-width: none; /* Firefox */
}

.fullHeightScrollable::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

/*  HOVER FilterNAV  */
.hoverSideNav{
     width: 100%;
     height: 100%;
     -webkit-transition: right 0.5s ease-in-out;
     -moz-transition: right 0.5s ease-in-out;
     -o-transition: right 0.5s ease-in-out;
     transition: right 0.5s ease-in-out;
     overflow:hidden;
     font-family: 'Usual', sans-serif;
     z-index: 1000; /* Stay on top */
     position: fixed; /* Stay in place */
     right: -100%;
     color: #343a40;
}

.filterCardBody {
     /*max-height: 40rem;*/
     /*height: 14rem;*/
     height: 100%;
     overflow-y: scroll;
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
     font-size: 100%;
     width: 96vw;
}

.filterCardBody::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.hoverSideNav .nav-link {
     text-decoration: none;
     color: #343a40 !important;
}

.hoverSideNav .nav-link.active {
     text-decoration: none;
     color: #343a40 !important;
}

.filterOpen {
     position: fixed; /* Stay in place */
     right: 0;
     top: 0;
     height: 100%;
     width: 100%;
     /*overflow-x: hidden !important;*/
}

.filterBreak {
     border-color: #cccccc;
}

/*  HOVER CARD NAV  */
.hoverCard {
     width: 80%;
     -webkit-transition: bottom 0.5s ease-in-out, height 0.5s ease-in-out, width 0.5s ease-in-out;
     -moz-transition: bottom 0.5s ease-in-out, height 0.5s ease-in-out, width 0.5s ease-in-out;
     -o-transition: bottom 0.5s ease-in-out, height 0.5s ease-in-out, width 0.5s ease-in-out;
     transition: bottom 0.5s ease-in-out, height 0.5s ease-in-out, width 0.5s ease-in-out;
     overflow:hidden;
     font-family: 'Usual', sans-serif;
     z-index: 1051; /* Stay on top */
     position: fixed; /* Stay in place */
     left: 50%;
     transform: translateX(-50%);
}

.hoverCard .nav-link {
     text-decoration: none;
     color: #000;
     font-size: 120%;
}

.hoverCardBody {
     max-height: 85%;
     /*height: 14rem;*/
     width: 100%;
     overflow-y: scroll;
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
     font-size: 100%;
}

.hoverCardBody::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.searchCard {
     height: 40%;
     bottom: -40%;
}

.burgerCard {
     height: 50%;
     bottom: -50%;
}

.plusCard {
     height: 60%;
     bottom: -60%;
}

.socialCard {
     height: 35%;
     bottom: -35%;
}

.cardOpen {
     bottom: 0;
}

.cardOpenFull {
     height: 100%;
     width: 100%;
     bottom: 0;
}

#searchTabInput{
     border: 0;
     padding: 0;
     margin: 0;
     background: transparent;
     box-shadow: none;
}

.floatyButton {
     position: absolute;
     top: 0;
     right: 0;
}

.scrollableNav {
     height: 90%;
     /* width: 100%; */
     overflow-y: scroll;
     overflow-x: hidden;
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.scrollableNav::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.searchResults {
     max-height: 12rem;
     /*height: 14rem;*/
     width: 100%;
     overflow-y: scroll;
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
     font-size: 100%;
}

.searchResults::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}


.mobileSlideFilter {
     overflow-y: hidden;
     overflow-x: scroll;
     scrollbar-width: none; /* Firefox */
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
}


.mobileSlideFilter::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}




#sideBarMenu {
     position: fixed; /* Stay in place */
     top: 10rem;
     height: 75%;
     overflow: auto;
     white-space: nowrap;
}

#articleList .nav-link {

     color: rgba(0, 0, 0, 0.7);
     text-decoration: none;
     margin: 2px 0px;

     padding: 3px 0px;
     font-size: 1.03rem;
     margin-bottom: -0.15rem !important;
}

#articleList .nav-link.active {

     font-family: "Usual";
     color: #000000;
}

#articleList2 .nav-link {

     padding: 0px;

}

.checkHolder img{
     width: 16px;
     margin: 0 auto;
}

.articleListLabel img {
     width: 20px;
}

.articleSlideHolder {
     overflow: hidden;
     width: 90%;
}

.headingBlur {
     text-shadow: 0px 0px 2px #ffffff;
}

.navlinks .nav-link {
     text-decoration: none;
     color: #000;
}

#mobileNav .nav-link img{
     width: 20px;
     margin: 0 auto;
}

.subNavLink, .subNavLink:hover {
     color: #000000 !important;
     /* font-size: 90% !important; */
     text-decoration: none;
}

.collapseLinkSocial, .collapseLinkSocial:hover {
     text-decoration: none;
     color: #000000;
}

.socialLinks {
     text-decoration: none;
     color: #000000;
     font-size: 90%;
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {

     .col-gm-12 {
       flex: 0 0 auto;
       width: 7%;
     }

     .mobileImageHolder {
          max-height: 230px;
     }

     .mobileImageHolder img{
          max-height: 230px;
          background-color: var(--backgroundColor-ten);
     }

     .mobileContainer {

          min-height: 230px;
     }


     .brandProductsquareImageHolder {
          max-height: 230px;
     }

     .squareImageHolder {
          max-height: 230px;
     }

     .scrollList{
		height: 100%;
		overflow-y: visible;
		border: none;
		margin-bottom: 0rem;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

     .col-small {
          flex: 0 0 auto;
          width: 3%;
     }

     .availabilityBorder {
          border-top-style: solid;
          border-right-style: solid;
          border-bottom-style: solid;
          border-left-style: none;
          border-width: 1px;
          border-color: #d9d9d9;
     }

     .loginWidth {
          width: 75%;
          height: 50%;
     }

     .col-special {
          flex: 0 0 auto;
          width: 14%;
     }

     .specialCol {
          padding-right: calc(var(--bs-gutter-x)/ 2) !important;
          padding-left: calc(var(--bs-gutter-x)/ 2) !important;
     }

     .aboutUs80Square {
          width: 100%;
          padding-bottom: 80%;
          position: relative;
     }

     .multiColDesktop {

          column-count: 2;
          column-gap: 20px;
     }

     .topRightCorner img, .middle img {
          width: 35px;
     }
    
     .testSlider .imageHolder {
          height: 188px;
     }
     .testSlider .imageHolder img {
          height: 188px;
     }

     .mobileImageHolder {
          max-height: 210px;
     }

     .mobileImageHolder img{
          max-height: 210px;
          background-color: var(--backgroundColor-ten);
     }

     .mobileContainer {
          min-height: 210px;
     }


     .brandProductsquareImageHolder {
          max-height: 210px;
     }

     .squareImageHolder {
          max-height: 210px;
     }

     .artistBG {
          background-color: #7F242F; /* fallback for IE */
          background-color:  var(--backgroundColor);
          color: #ffffff;
     }

     .artistSocialLinks img {
          max-width: 50px;
          opacity: 0.3;
     }

     .artistSocialLinks img:hover {
          opacity: 1;
     }

     .imageNav img {
          height: 200px;
     }

     .imageNonNav img {
          height: 200px;
     }

     .brandProductsHeight {
          height: 400px;
     }

     .splashCard {
          min-height: 310px;
     }


     .brandOpacity-5 .plusButton img, .remoBlackBG .plusButton img {
          max-height: 23px;
     }

     .productImageBox {
          position: relative;
          height: 210px;
          background-color: white;
          overflow: hidden;
     }

     .productImage {
          max-width: 100%;
          max-height: 95%;
          /*position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          transition: transform .2s;*/
          display: block;
          margin: 0 auto;
          transition: transform .2s;
     }

     .mailChimpReply {
          position: fixed;
          top: 40%;
          left: 40%;
          height: 20%;
          width: 20%;
          background-color: #000000;
          color: #ffffff;
          z-index: 1040;
          padding: 20px;
     }


     .exportBorder {
          border: 2px solid #dee2e6;
     }
     .exportImgDiv {
          width: 120px;
          height: 120px;
     }
     .exportImgDivHeader {
          width: 120px;
     }

     .exportImgDiv img {
          max-width: 120px;
          max-height: 120px;
          object-fit: contain;
     }

     .cardIcon {
          max-width: 110px;
     }

     .mobileSliderHolder .slick-list {
          padding:0 15% 0 0 !important;
     }
}




/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

     .customScroll {
          overflow-y: auto;
          overflow-x: hidden;
          scrollbar-width: thin;          /* "auto" or "thin" */
          scrollbar-color: transparent transparent;   /* scroll thumb and track */
     }

     .customScroll:hover {
          overflow-y: auto;
          overflow-x: hidden;
          scrollbar-width: thin;          /* "auto" or "thin" */
          scrollbar-color: #67737e #f2f2f2;   /* scroll thumb and track */
     }

     .customScroll::-webkit-scrollbar {
          width: 12px;
     }

     .customScroll::-webkit-scrollbar-track {
          background: transparent;
     }

     .customScroll::-webkit-scrollbar-thumb {
          background-color: transparent;
          border-radius: 20px;
          border: 3px solid transparent;
     }


     .customScroll:hover::-webkit-scrollbar {
          width: 12px;
     }

     .customScroll:hover::-webkit-scrollbar-track {
          background: #f2f2f2;
     }

     .customScroll:hover::-webkit-scrollbar-thumb {
          background-color: #67737e;
          border-radius: 20px;
          border: 3px solid #f2f2f2;
     }

     .inlineGalleryContainer {
          padding-bottom: 80%;
     }

     .discDown {

          margin-bottom: 0px;
     }

     .pianoHeader {
          width: 50% !important;
     }

     .topLightSpecial {
          background: linear-gradient(to bottom,  #f2f2f2 60%, #fff 40%);
     }
     .firstDiv {
          width: 60%;
          z-index: 120;
     }

     .secondDiv{
          position: relative;
          left: -120px;
          top: 125px;
          width: 70%;
     }

     .deskRectangleMobSquare {
          width: 100%;
          padding-bottom: 40%;
          position: relative;
     }

     .cookieButton {
          bottom: 5px;
          right: 5px;
          color: #000000;
          border-color: #000000;
     }

     .largeFont {
          font-size: 165%;
     }

     .formPill {
          margin-bottom: 6px;
          height: 22px;
     }

     #dealerDropdown .formPill {
          margin-bottom: 6px;
          height: 22px;
          padding: 10px 10px;
     }

     .funinputfile + label {

          width: 88%;
     }


     /*4 nav-item-squares in a row on bigger screens*/
     .nav-item-square {

       width: 25%;

     }

     .nav-item-square-5 {

       width: 20%;

     }
     .col-custom-4 {
          width: 25%;
     }
     .col-custom-5 {
          width: 20%;
     }
     .col-custom-6 {
          width: 16.66666666666667%;
     }
     .col-custom-7 {
          width: 14.28571428571429%;
     }


     .desktopSliderClass{
          width: 95%;
     }
     .splashCard {
          min-height: 395px;
     }

     .size-bigger2 {
          font-size: 140%;
     }
     .productImageBox {
          position: relative;
          height: 220px;
          background-color: white;
          overflow: hidden;
     }

     .productImage {
          max-width: 100%;
          max-height: 95%;
          /*position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          transition: transform .2s;*/
          display: block;
          margin: 0 auto;
          transition: transform .2s;
     }
     .testSlider .imageHolder {
          height: 300px;
     }
     .testSlider .imageHolder img{
          height: 300px;
     }

     .cardIcon {
          max-width: 120px;
     }

     .serviceOption{
          background-color: var(--backgroundColor-ten);
          height: 300px;
          transition: background-color .2s;
     }


     .serviceOption:hover {
          background-color: var(--backgroundColor-twenty);

     }

     #service a.active .serviceOption{
          background-color: var(--backgroundColor-twenty);

     }

     .serviceOption img{
          width: 200px;
     }


     /*used on product special page*/
     .introBildMinHeight{
   		min-height:380px;
   	}

     .squareImageHolder {
          max-height: 378px;
     }

     .featureList {
          /*padding-left: 2px;*/
          /*list-style-type: circle;*/
          list-style-position: outside;
          font-size: 100%;
     }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

     .slideOpen {
          flex: 0 0 auto;
          width: 28%;
     }

     .bigText {
          font-size: 85%;
     }

     .blogEntryHolder {
          width: 100%;
          padding-bottom: 50%;
          position: relative;
     }

     .blogListContent {
          position: absolute;
          width: 100%;
          height: 100%;
     }
     .blogListslide img{
          position: absolute;
     }

     #mapRow {
          min-height: 600px;
     }

     .level {
          width: 100%;
          padding-bottom: 25%;
          position: relative;
     }

     .shopSection {
          width: 100%;
          padding-bottom: 25%;
          position: relative;
     }

     .sliderButtonHolder {
          width: 3%;
          z-index: 1000;
     }
     .sliderButton img {
          width: 13px;
          margin: 0 auto;
     }
     .end {
          position: absolute;
          left: 97%;
          top: 0;
     }

     #cartHeader {
          width: 101%;
     }

     .mini img {
          max-width: 50%;
     }

     .col-custom {
       flex: 0 0 auto;
       width: 10%;
     }

     .rectangleMedia {
          width: 80%;
          padding-bottom: 40%;
          position: relative;
     }

     .playControl {
          font-size: 500%;
     }

     .cookiesConsent {
          height: 15%;

     }

     .cookiesConsentOpen {
          height: 40%;
          background: rgb(255, 255, 255);
     }

     .returnButton {
          right: 250px;
     }

     .eyeSwitch {
          right: 250px;
     }

     .newInClass {
         background: linear-gradient(to bottom, #e0cb16 77%, #fff 23%);
          /* background: linear-gradient(to bottom, #e0cb16 100.0%, #fff 0%); */
     }
     .imageHolder {
          height: 250px;
     }
     .testSlider .imageHolder {
          height: 380px;
     }
     .testSlider .imageHolder img{
          height: 380px;
     }

     /*used on product special page*/
     .introBildMinHeight{
   		min-height:440px;
   	}

     .squareImageHolder {
          max-height: 380px;
     }

}

/* inbetween break point for setting the side nav width to not overlap the central content */
@media only screen and (min-width: 1300px) {
     .returnButton {
          right: 360px;
     }
     .eyeSwitch {
          right: 320px;
     }
     .imageHolder {
          height: 380px;
     }
     .newInClass {
         background: linear-gradient(to bottom, #e0cb16 83.3%, #fff 16.7%);
          /* background: linear-gradient(to bottom, #e0cb16 100.0%, #fff 0%); */
     }

}

/* inbetween break point for setting the side nav width to not overlap the central content */
@media only screen and (min-width: 1400px) {

  /*used on product special page*/
  .introBildMinHeight{
		min-height:620px;
	}
}

.blink-1 {
	-webkit-animation: blink-1 0.6s both;
	        animation: blink-1 0.6s both;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.catTestLog img {
     max-width: 35px;
}

.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-11-8 22:22:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
