
/* VARIABLES */

:root{
	--black1: #000;
	--white: #fff;
	--grey1: #c9c9c9;
	--blue1: #0000ff;
	--green1: #008c45;
	--red1: #CD212A;
	--sectionPadding: 8rem;
	--kaushan: 'KaushanScript', sans-serif;
}


/* ALLGEMEIN */

*:focus {
	outline: none!important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
}

section{
	padding-top: var(--sectionPadding);
	padding-bottom: var(--sectionPadding);
}

img {
	width: 100%;
	height: auto;
}

iframe {
	width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-top: 0;
}

h1, .h1 {
	font-size: 3rem;
	font-weight: 700;
}

.redFont{
	color: var(--red1);
}

button, input, select, textarea {
    max-width: 100%;
}

.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}

.flexWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.justCenter {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.justBetween {
	-webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	        justify-content: space-between;
}

.alignConCenter {
	-ms-flex-line-pack: center;
	    align-content: center;
}

.alignItemsCenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.alignItemsEnd {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

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

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.padTo3 {
	padding-top: 3rem;
}

.maTo3 {
	margin-top: 3rem;
}

.maTo6 {
	margin-top: 6rem;
}

.ctaBtn {
    display: inline-block;
    color: white;
    background: var(--green1);
    padding: 1rem 2rem;
    font-weight: 600;
}

.ctaBtn.redBtn {
    background: var(--red1);
}

.ctaBtn:hover {
	-webkit-transform: scale(1.02);
	    -ms-transform: scale(1.02);
	        transform: scale(1.02);
}

.gimmeBorder {
	border: 7px solid grey;
	-webkit-box-shadow: 5px 6px 6px #000000ab;
	        box-shadow: 5px 6px 6px #000000ab;
}



@media (min-width: 992px) {	
	.order1md {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.order2md {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.order3md {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.order4md {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
}

@media (max-width: 1199px){	
	.maToMD3 {
		margin-top: 3rem;
	}	
	
	.maToMD6 {
		margin-top: 6rem;
	}	
}

@media (max-width: 991px){	

	.maToSM3 {
		margin-top: 3rem;
	}	
	
	.maToSM6 {
		margin-top: 6rem;
	}	
}

@media (min-width: 768px) and (max-width: 991px){	
	html {
		font-size: 9px;
	}

	.order1sm {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.order2sm {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.order3sm {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.order4sm {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
}

@media (max-width: 767px){
	html {
		font-size: 8px;
	}
	
	.maToXS3 {
		margin-top: 3rem;
	}	
	
	.maToXS6 {
		margin-top: 6rem;
	}	
	
	.order1xs {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.order2xs {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	.order3xs {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.order4xs {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
}


/* HEADER */

.topHeaderContainer{
    height: 3rem;
	background: -o-linear-gradient(left, #008C45 10%, #FFFFFF 50%, #CD212A 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #008C45), color-stop(50%, #FFFFFF), color-stop(90%, #CD212A));
	background: linear-gradient(to right, #008C45 10%, #FFFFFF 50%, #CD212A 90%);
	margin-bottom: 2rem;
}

header .logo {
    max-width: 35rem;
	display: inline-block;
}

header .mainHeader {
	margin-bottom: 1rem;
}

header .mainHeaderContainer a:not(.logo),
header .mainHeaderContainer span.subMenuToggler{
	color: var(--black1);
	font-weight: 600;
	cursor: pointer;
	position: relative;
	padding-bottom: 0.2rem;
	display: inline-block;
}

header .mainHeaderContainer a:not(.logo):after,
header .mainHeaderContainer span.subMenuToggler:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: var(--red1);
	background: var(--green1);
	-webkit-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	transition: width 0.4s ease;
}

header .mainHeaderContainer a:not(.logo):hover:after,
header .mainHeaderContainer span.subMenuToggler:hover:after,
header .mainHeaderContainer a.isCurrentPage:not(.logo):after{
	width: 100%;
}

header .mainHeaderContainer .menuItalianWrap a:not(.logo):after,
header .mainHeaderContainer .menuItalianWrap span.subMenuToggler:after{
	background: var(--green1);
	background: var(--red1);
}

header .mainMenu > li{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

header .menuWrap ul.mainMenu {
	list-style: none;
}

@media(max-width: 991px){
	header .menuWrap {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		text-align: center;
		width: 100%;
		z-index: 3;
		background-color: var(--white);
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	header .mainMenu {
		padding-left: 0;
	}

	header .mainMenu a{
		font-size: 2.2rem;
	}

	header .mainMenu > li{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.menuGermanWrap {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		background-color: #008c4573;
		background-color: var(--white);
	}
	
	.menuItalianWrap {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		background-color: #cd212a73;
	}
		
	header .mainMenu span {
		display: inline-block;
		padding-left: 1rem;
	}
		
	header .mainMenu span:before {
		content: '/';
		padding-right: 1rem;
	}
}

@media(min-width: 992px){
	header .mainHeaderContainer:before, header .mainHeaderContainer:after, header .row:before, header .row:after, header .navbar:before, header .navbar:after {
		display: none;
	}

    header .mainHeaderContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

	header .menuWrap ul.mainMenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-column-gap: 1rem;
		   -moz-column-gap: 1rem;
		        column-gap: 1rem;
	}

	header .menuWrap {
		display: block!important;
	}

	header .menuGermanWrap {
		margin-bottom: .8rem;
	}
	
	header .mainMenu span {
		display: block;
		font-size: 14px;
		text-align: center;
	}
}

@media(min-width: 992px) and (max-width: 1199px){
	header .menuWrap ul.mainMenu {
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
		padding-left: 0;
	}

	header .mainMenu > li {
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}

	header .logo {
		max-width: 30rem;
	}
}


/* Stick Header */

header.scrolled {
	top: -400px;
	-webkit-transition: top 1.5s ease;
	-o-transition: top 1.5s ease;
	transition: top 1.5s ease;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 10;
	padding-top: 1rem;
}

header.scrolled .topHeader{
	display: none;
}



header.scrolled.sticky {
	top: 0;
}

/* Burgermenu animation */

.navbar-toggle span {
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 0;
	-webkit-transition: opacity 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease;
	transition: opacity 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease, -webkit-transform 0.25s ease;
}

.navbar-toggle:not(.collapsed) span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    position: relative
}

.navbar-toggle:not(.collapsed) span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-toggle:not(.collapsed) span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
    position: relative
}

@media(max-width: 400px){
	header .logo {
		max-width: 28rem;
	}
}


/* Submenu */

header .mainHeaderContainer .hasSubMenu {
	position: relative;
}

header .mainHeaderContainer .subMenu {
  position:absolute; 
  left:0; 
  top:calc(100% + 2px);
  list-style:none;
  background:#fff; 
  border:1px solid #e3e6eb; 
  -webkit-box-shadow:0 8px 24px rgba(0,0,0,.24); 
          box-shadow:0 8px 24px rgba(0,0,0,.24);
  display:none; 
  padding: 1rem;
  z-index:10;
}

header .mainHeaderContainer .subMenu li{
	padding-top: .5rem;
	padding-bottom: .5rem;
}

header .mainHeaderContainer .subMenu a{
	white-space: nowrap;
	font-size: 1.6rem;
	font-weight: 500;
}

header .mainHeaderContainer .hasSubMenu:hover > .subMenu,
header .mainHeaderContainer .hasSubMenu:focus-within > .subMenu { 
	display:block; 
}

@media(max-width: 991px){
	header .mainHeaderContainer .subMenu{
		position: relative;
		background-color: rgba(255, 255, 255, 0.3);
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

/* mobile Menu */

header .mainHeaderContainer {
	position: relative;
}

.navbar-toggle {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 9px 10px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-toggle span{
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	border: none;
	background-color: var(--black1);
	margin-bottom: 4px;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media(min-width: 992px){
	.navbar-toggle {
		display: none;
	}
}


/* HOME */

.heroHomeSection .textWrap{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: distribute;
	    align-content: space-around;
	row-gap: 3rem;
}

.heroHomeSection .textWrap > *{
	width: 100%;
}

.heroHomeSection .textWrap p{
	font-size: 2.1rem;
	font-weight: 600;
}

.homeTextSection {
	background-color: var(--grey1);
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	font-style: italic;
}

.homeTextSection .germanText {
	margin-bottom: 4rem;
}

.homeTextSection {
	overflow: hidden;
}

.homeTextSection .container{
	position: relative;
}

.homeTextSection .backgroundImg{
	position: absolute;
}

.homeTextSection .backgroundImg.notenschlussel{
	position: absolute;
	height: 100%;
	width: auto;
	left: 0;
	bottom: 0;
	opacity: 0.3;
	pointer-events: none;
}

.homeTextSection .backgroundImg.note{
	position: absolute;
    height: 200%;
    width: auto;
    right: -5rem;
    bottom: -125px;
    opacity: 0.06;
	pointer-events: none;
}

@media(max-width: 991px){
	.heroHomeSection .textWrap{
		padding-top: 3rem;
	}
}

@media(max-width: 767px){
	.homeTextSection .backgroundImg.notenschlussel{
		display: none;
	}
}

.entertainerSection .textWrap{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: distribute;
	    align-content: space-around;
	row-gap: 3rem;
}

.samplesSection h3{
	margin-bottom: 2rem;
	font-weight: 600;
}

.samplesSection .demosongs ul{
	list-style: none;
	padding-left: 0;
}

.samplesSection .demosongs .catHeadline{
	font-weight: 700;
	font-size: 1.8rem;
}

.samplesSection .soundStreamingLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 2rem;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
}

.samplesSection .soundStreamingLinks img{
	width: 50px;
}

.samplesSection li{
	font-size: 14px;
}

.samplesSection li a,
.samplesSection .referenzen a{
	font-size: 1.8rem;
	color: var(--black1);
	text-decoration: underline;
}


.samplesSection .coverHeadline{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 2rem;
	background-color: var(--grey1);
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.samplesSection .coverHeadlineAudio{
	background-color: var(--green1);
}

.samplesSection .coverHeadlineVideo{
	background-color: var(--red1);
}

.samplesSection .coverHeadline p{
	color: var(--white);
	margin-bottom: 0;
}

.samplesSection .videoWrap{
	width: 50rem;
	max-width: 100%;
}

.samplesSection video{
	max-width: 100%;
	height: auto;
}

@media(min-width: 992px){
	.samplesSection .textHalfSection .germanTextWrap{
		margin-left: 1.5rem;
	}
}

/* 

@media(min-width: 992px){
	.samplesSection .demosongs > div:first-of-type{
		border-right: 2px solid var(--black1);
	}
	.samplesSection .referenzen > div:first-of-type{
		border-right: 2px solid var(--black1);
	}
}

 */

/* Audio Player */
.playerWrap {
	max-width: 500px;
	background: -o-linear-gradient(315deg, #2d2d2d 0%, #1a1a1a 100%);
	background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
	border-radius: 16px;
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	        box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	overflow: hidden;
	border: 1px solid #333;
	margin-bottom: 3rem;
}

.audio-player {
	padding: 24px;
}

.audio-info {
	text-align: center;
	margin-bottom: 24px;
}

.audio-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 8px 0;
}

.audio-artist {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.progress-container {
	margin: 24px 0;
	position: relative;
}

.progress-bar {
	width: 100%;
	height: 6px;
	background: #333;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	background: -o-linear-gradient(left, #008C45 10%, #FFFFFF 50%, #CD212A 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #008C45), color-stop(50%, #FFFFFF), color-stop(90%, #CD212A));
	background: linear-gradient(to right, #008C45 10%, #FFFFFF 50%, #CD212A 90%);
	border-radius: 3px;
	-webkit-transition: width 0.1s ease;
	-o-transition: width 0.1s ease;
	transition: width 0.1s ease;
	width: 0%;
}

.progress-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	        box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	left: 0%;
}

.progress-container:hover .progress-handle {
	opacity: 1;
}

.time-display {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}

.controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
	margin: 24px 0;
}

.control-btn {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 12px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}

.control-btn:hover {
	background: rgba(255,255,255,0.1);
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.control-btn.play-pause {
	background: var(--green1);
	width: 56px;
	height: 56px;
	-webkit-box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
	        box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.control-btn.play-pause:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
	        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.volume-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
	margin-top: 16px;
	padding: 0 8px;
}

.volume-icon {
	color: #999;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.volume-bar {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 4px;
	background: #333;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
}

.volume-fill {
	height: 100%;
	background: var(--green1);
	border-radius: 2px;
	width: 70%;
	-webkit-transition: width 0.1s ease;
	-o-transition: width 0.1s ease;
	transition: width 0.1s ease;
}

.volume-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	        box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	left: 70%;
}

/* Icons using CSS */
.icon-play::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-left: 2px;
	display: block;
}

.icon-pause::before {
	content: '';
	width: 12px;
	height: 16px;
	background: -o-linear-gradient(left, #fff 0%, #fff 30%, transparent 30%, transparent 70%, #fff 70%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), color-stop(30%, transparent), color-stop(70%, transparent), color-stop(70%, #fff), to(#fff));
	background: linear-gradient(to right, #fff 0%, #fff 30%, transparent 30%, transparent 70%, #fff 70%, #fff 100%);
	display: block;
}

.icon-volume::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('../images/volume.svg');
	display: block;
}

.icon-volume.muted::before {
	content: '🔇';
}

/* Loading state */
.loading {
	opacity: 0.6;
	pointer-events: none;
}

.loading .progress-fill {
	background: #555;
}


/* Sticky Player */

#stickyPlayerToggler{
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.playerWrap *{
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}

.playerWrap.stickyPlayer{
	position: fixed;
    top: 82px;
    width: 100vw;
    left: 0;
    max-width: unset;
    z-index: 9;
    border-radius: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.playerWrap.stickyPlayer .audio-player{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;

	opacity: 1;
}

.playerWrap.stickyPlayer .audio-info,
.playerWrap.stickyPlayer .volume-container{
    display: none;
}

.playerWrap.stickyPlayer .progress-container{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
}

.playerWrap.stickyPlayer .controls{
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
    margin: 0;
}

.playerWrap.stickyPlayer .control-btn.play-pause{
	width: 26px;
    height: 26px;
}

.samplesSection .row.demosongs{
	position: relative;
}

.samplesSection #stickyPlayerHide{
	position: absolute;
	bottom: 100px;
	left: 0;
}

.playerWrap.stickyPlayer.hidePlayer{
	opacity: 0;
	pointer-events: none;
}

@media(max-width: 1199px){
	.playerWrap.stickyPlayer{
		top: 76px;
	}
}

@media(max-width: 991px){
	.playerWrap.stickyPlayer{
		top: 73px;
	}
}

@media(max-width: 767px){
	.playerWrap.stickyPlayer{
		top: 65px;
	}
}

@media(max-width: 400px){
	.playerWrap.stickyPlayer{
		top: 55px;
	}
}

.textHalfSection .topline{
	font-weight: 600;
}

.textHalfSection h2,
.textHalfSection h3{
	font-size: 2.4rem;
	font-weight: 600;
}

.textHalfSection .textWrap{
	padding: 1.5rem;
	padding-right: 3rem;
	position: relative;
	height: 100%;
}

.textHalfSection .textWrap.germanTextWrap:before{
	content: "";
	position: absolute;
	top: 0;
	left: -1.5rem;
	width: calc(100%);
	height: 100%;
	background-color: #cd212a73;
	background-color: #008c4573;
	z-index: -1;
}

.textHalfSection .textWrap.italianTextWrap:before{
	content: "";
	position: absolute;
	top: 0;
	left: -1.5rem;
	width: calc(100% + 3rem);
	width: calc(100% + 1.5rem);
	height: 100%;
	background-color: #008c4573;
	background-color: #cd212a73;
	z-index: -1;
}

@media(max-width: 991px){
	.textHalfSection .textWrap.germanTextWrap:before,
	.textHalfSection .textWrap.italianTextWrap:before{
		left: 0;
		width: 100%;
	}

	.textHalfSection .textWrap.italianTextWrap{
		margin-top: 1rem;
	}
}

@media(max-width: 500px){
	.audiojs{
		max-width: 100%;
	}
	.audiojs .scrubber{
		max-width: 155px;
	}
}

/* Musiker */

.musikerImageSection{
	padding: 0
}

.musikerImageSection .imgWrap{
	max-width: 62rem;
	margin: 0 auto;
}

/* Kontakt */

.kontaktTextSection{
	font-style: normal;
	font-size: 1.8rem;
}

.kontaktTextSection strong{
	font-size: 2rem;
}

.kontaktTextSection a:not(.ctaBtn){
	color: var(--black1);
	text-decoration: underline;
}

.kontaktTextSection .thirtyYears{
	font-weight: 700;
	font-size: 2.2rem;
}

.kontaktTextSection .ctaWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	row-gap: 3rem;
	-webkit-column-gap: 3rem;
	   -moz-column-gap: 3rem;
	        column-gap: 3rem;
	margin-top: 5rem;
}

.kontaktImageSection .imgWrap{
	max-width: 44rem;
	margin: 0 auto;
}

.formularSection input[type="submit"]{
    display: inline-block;
    color: white;
    background: var(--red1);
    padding: 1rem 2rem;
    font-weight: 600;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.formularSection.italianFormular input[type="submit"]{
    background: var(--green1);
}

.formularSection form p{
	font-weight: 700;
}

/* Technikersection */

.technikerSection{
	background: var(--grey1);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pageTechniker .textHalfSection .topline{
	font-size: 2.2rem;
}

@media(max-width: 991px){
	.technikerSection .textWrap{
		margin-top: 3rem;
	}
}

/* Gallery */

.galleryWrap .flexRow{
	row-gap: 3rem;
}

#swipebox-bottom-bar{
	bottom: 0!important;
	-webkit-transform: none!important;
	    -ms-transform: none!important;
	        transform: none!important;
}

/* Repertoire */

.absoluteLiveImageWrap{
	max-width: 50rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.repertoireDJImageWrap{
	max-width: 40rem;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.repertoireLink {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.repertoireLink a{
	color: var(--black1);
	display: inline-block;
	font-size: 2.4rem;
	text-decoration: underline;
}

/* Three Images Section */

.threeImgSection .innerWrap{
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	transition: transform 0.4s ease;
}

.threeImgSection .innerWrap:hover{
	transform: scale(1.02);
}

.threeImgSection .textWrap{
	text-align: center;
	position: relative;
	padding: 2rem 1.5rem;	
	padding-top: 2.5rem;
}

.threeImgSection .textWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #008C45), color-stop(50%, #FFFFFF), color-stop(90%, #CD212A));
    background: -o-linear-gradient(left, #008C45 10%, #FFFFFF 50%, #CD212A 90%);
    background: linear-gradient(to right, #008C45 10%, #FFFFFF 50%, #CD212A 90%);
}

.threeImgSection a{
	color: var(--black1);
	font-size: 2.2rem;
	font-weight: 600;
}