/*==============================================

COPYRIGHT © BY PHILIPP REINHARDT

================================================*/



/*==============================================
01. FONTS CSS
================================================*/
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Aldrich:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
/*==============================================*/



/*==============================================
02. GLOBAL STYLES CSS
================================================*/
*{
	margin: 0;
	padding: 0;
}

:root {
    --body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --body-font-old: 'Poppins', sans-serif;
    --body-color-frozen: #ffffff;
    --body-color-dark: #1d1d1b;

    --background-transparent-frozen: rgba(255,255,255,.8);
    --background-color-transparent-backtotop: rgba(0,0,0,.7);
    --background-color-transparent-nav: rgba(0,0,0,1); /*0,0,0,.9*/

    --font-color: #1d1d1b;
    --font-color-light: #ffffff;
    --font-color-hover: #ffff09;
    --font-color-button: #ffeb09;
    --font-color-button-hover: #F5E000;
    --font-color-new: #125096;
    --font-size-h1: 2.0em;
    --font-size-h2: 1.6em;
    --font-size-h3: 1.2em;
    --font-size-h4: 0.8em;
    --font-weight-bold: 800;
    --font-weight-normal: 600;
    --font-weight-light: 400;

    --transition: all 0.5s;
    --transition-ease: all 0.5s ease 0s;
    --transition-ease-in: all 0.5s ease-in;
    --transition-ease-out: all 0.5s ease-out;
    --transition-in-out: all 0.5s ease-in-out;
}

body {
    font-family: var(--body-font-old) !important;
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: none;
}

a {
    text-decoration: none !important;
    font-weight: var(--font-weight-h1);
    transition: var(--transition);
    transition: all 0.5s;
}

a:hover {
    text-decoration: underline !important;
}

h1 {
    font-size: var(--font-size-h1) !important;
    margin-bottom: 0 !important;
    font-size: 2.0em;
}

h2 {
    font-size: var(--font-size-h2) !important;
    font-size: 1.6em;
    margin-bottom: 0 !important;
}

h3 {
    font-size: var(--font-size-h3) !important;
    font-size: 1.2em;
}

li {
    list-style: none !important;
}

img {
    transition: var(--transition) !important;
    transition: all 0.5s;
}

p {
    margin-bottom: 0;
    padding-bottom: 1rem;
}
/*==============================================*/



/*==============================================
03. NAVIGATION CSS
================================================*/
.navigation {
    width: 100%;
    height: 72px !important;
    background: #125096 !important;
    display: block;
    z-index: 100000;
    position: sticky;
}

.navbar {
    max-width: 1296px;
    margin: auto; 
    /*line-height: 48px*/
    padding: 0;
}

img.logo-brand,
img.logo-brand-second {
    padding-right: 20px;
    height: 35.5px;
}

a.navbar-brand::selection,
span.navbar-brand-title::selection,
img.logo-brand::selection {
    background: none;
    color: var(--font-color-light);
    color: #fff;
}

.navbar-brand-title {
    font-weight: var(--font-weight-light);
    font-family: var(--body-font-old);
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

a.navbar-brand {
    font-family: var(--body-font-old);
    color: var(--font-color-light) !important;
    font-weight: var(--font-weight-bold);
    font-size: 26px;
    cursor: context-menu;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

a.navbar-brand:hover {
    text-decoration: none  !important;
}

.navbar-brand-nav {
    font-size: 16px;
    color: var(--font-color-light);
    font-weight: var(--font-weight-normal);
    width: 100%;
    color: #fff;
    font-weight: 600;
}

p.navbar-brand-nav {
    padding-bottom: 0.2rem !important;
    padding-top: 0.2rem !important;
    cursor: context-menu;
    text-transform: uppercase;
}

.navbar-brand-nav:hover {
    color: var(--font-color-light);
    text-decoration: none !important;
    color: #fff;
}

.landing-panel {
    width: 100%;
    display: flex !important;
    /*margin-top: 1px;*/
}

.userpanel {
    position: relative;
    justify-content: flex-end;
    z-index: 1;
}

.helpbox {
    width: initial;
    height: initial;
    padding-left: 0;
    padding-right: 0;
    font-weight: var(--font-weight-light);
    height: 100%;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
}

.helpbox a {
    color: var(--font-color-light) !important;
    font-family: var(--body-font) !important;
    font-weight: var(--font-weight-normal);
    transition: .2s ease-in-out;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.helpbox a:hover {
    color: #c1c1c1 !important;
    text-decoration: none !important;
}

.container-fluid {
    padding: 0;
    height: 72px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
}

.nav-trennung {
    border-left: 1px solid;
    border-color: rgba(255,255,255,0.5);
    height: 32px;
    line-height: 16px;
    margin: auto;
}

.nav-trennung-brand {
    border-left: 1px solid;
    border-color: rgba(255,255,255,0.5);
    height: 32px;
    line-height: 16px;
    padding-right: 1rem;
}

.soundwave_dan3er {
    height: 30px;
    display: flex;
    align-items: center;
}

.soundwave_dan3er .stroke {
    display: block;
    position: relative;
    background: #fff;
    height: 100%;
    width: 6px;
    border-radius: 50px;
    margin: 0 3px;
    animation: soundwave_dan3er_animate .8s linear infinite;
}

@keyframes soundwave_dan3er_animate {
    50% {
        height: 25%;
    }

    100% {
        height: 100%;
    }
}

.stroke:nth-child(1) {
    animation-delay: 0s;
}

.stroke:nth-child(2) {
    animation-delay: 0.4s;
}

.stroke:nth-child(3) {
    animation-delay: 0.2s;
}

.stroke:nth-child(4) {
    animation-delay: 0.9s;
}

.stroke:nth-child(5) {
    animation-delay: 0.3s;
}

.stroke:nth-child(6) {
    animation-delay: 0.7s;
}

.stroke:nth-child(7) {
    animation-delay: 0.3s;
}

.stroke:nth-child(8) {
    animation-delay: 0.9s;
}
.stroke:nth-child(9) {
    animation-delay: 0.25s;
}
.stroke:nth-child(10) {
    animation-delay: 0.4s;
}

.stroke:nth-child(11) {
    animation-delay: 0s;
}

.stroke:nth-child(12) {
    animation-delay: 0.15s;
}

.stroke:nth-child(13) {
    animation-delay: 0.8s;
}

.stroke:nth-child(14) {
    animation-delay: 0.4s;
}

.stroke:nth-child(15) {
    animation-delay: 0.2s;
}
/*==============================================*/



/*==============================================
04. NAVIGATION-BUTTON ANIMATION CSS
================================================*/
.animated-hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
	
.animated-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
	
.animated-hamburger span {
    background: var(--font-color-light);
    color: #fff;
}

.animated-hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
	
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}
	
.animated-hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
	
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.animated-hamburger.open span {
    background: var(--font-color-light);
    background: #fff;
}
/*==============================================*/



/*==============================================
05. STICKY NAVIGATION CSS
================================================*/
.sticky {
    width: 100%;
    transition: var(--transition);
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.sticky a.navbar-brand:hover,
.sticky img.logo-brand:hover {
    opacity: 1;
}
/*==============================================*/



/*==============================================
06. NAVIGATION-BAR CSS
================================================*/
.navigation-bar {
    height: 64px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 2px 0 rgb(0,0,0,.15);
    border-top: 4px solid #125096;
    position: sticky !important;
    z-index: 100 !important;
}

.bar {
    max-width: 1296px;
    margin: auto;
    line-height: 64px;
    display: flex;
}

.bar-right {
    text-align: end;
    width: 100%;
    padding: 0 8px
}

.bar-left {
    text-align: start;
    width: 100%;

}

.panel {
    color: #333;
    display: inline-flex;
    font-size: 12px;
    width: max-content;
}

.left {
    font-size: 16px;
    padding: 0 8px;
}

.release {
    /*text-shadow: 0px 0px 15px orangered;*/
    text-shadow: 0px 1px 1px #fff;
    color: #125096;
}

p.left {
    font-weight: 800;
}

.logo-brand-second {
    filter: invert(1);
}

.left-trennung {
    font-size: 16px;
    padding: 0 8px;
    vertical-align: middle;
}

.panel i {
    font-size: 20px;
    vertical-align: middle;

}

.panel a {
    color: #333;
    transition: .2s ease-in;
    font-weight: 600;
    text-shadow: 0px 1px 1px #fff;
    color: #000;
}

.panel a:hover {
    text-decoration: underline !important;
    transition: 0s !important;
}

/*.panel .left a:focus,
.panel .left a:active{
    color: #e20074;
    text-decoration: none !important;
}*/

.search a {
    padding-right: .5rem;
}

.login a {
    padding-left: .5rem;
}

.navigation-bar .interninfo a {
    font-weight: 600;
    color: #e20074;
    margin-right: 10px;
    /*padding: 0 10px 0 0;*/
    font-size: 16px;
    /*cursor: context-menu;*/
}

.bar-trennung {
    border-left: 1px solid;
    border-color: rgba(0,0,0,0.5);
    height: 32px;
    line-height: 32px;
    margin: auto;
    display: inline-block;
}

.search a:hover,
.login a:hover {
    fill: #E20074;
  }
/*==============================================*/



/*==============================================
07. LANDING CSS
================================================*/
.section-landing {
    cursor: context-menu;
    padding: 80px 0 80px 0;
    height: calc(100vh - 136px); /* 124px mobile */
    height: -o-calc(100vh - 136px); /* opera */
    height: -webkit-calc(100vh - 136px); /* google, safari */
    height: -moz-calc(100vh - 136px); /* firefox */
}

.section-landing::before {    
    content: "";
    background: url(images/Spotify_Title.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -136px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    margin-top: 136px;
    border-bottom: 4px dotted #555;
    height: calc(100vh + 5px);
    height: -o-calc(100vh + 5px);
    height: -webkit-calc(100vh + 5px);
    height: -moz-calc(100vh + 5px);
}

/*.container-animate {
    /*position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}*/

/*.container-animate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}*/
/*==============================================*/



/*==============================================
08. RELEASE CSS
================================================*/
.section-release {
    cursor: context-menu;
    background-color: #fff;
    padding: 80px 0 80px 0;
    border-bottom: 4px dotted #555;
    margin-top: 5px;
}

.release-single .release-headline {
    padding: 0 0 40px;
    text-align: center;
}

.release-single .release-headline h1 {
    font-size: 64px !important;
    font-weight: 800;
}

.release-single-image {
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.release-single-image img {
    width:100%;
    max-width: 500px;
    padding: 20px;
    transition: transform .05s;
    transform: scale(.95);
}

.release-single-image img:hover {
    transform: scale(1);
}

.release-single-description {
    max-width: 100%;
    padding: 40px 20px 40px 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.release-single-description a {
    color: #125096 !important;
}

.single-title-description {
    font-weight: 500;
    font-size: 24px;
}

.release-single-description-releasedate p {
    padding: 0;
}

.release-single-description-releasedate .releasedate-date {
    font-size: 20px;
    margin: 0 0 10px 0;
    opacity: 0.8;
    color: #555;
    line-height: 1.3em;
}

.release-single-description-releasedate .releasedate-single-description,
.song-description {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #555;
    line-height: 1.3em;
    text-align: justify;
}

.row .button-padding {
    padding-top: 35px;
}

.buttons {
    text-align: center;
    width: fit-content;
    align-items: center;
    width: 100%;
}

.button-left {
    padding: 0 5px 0 0;
}

.button-right {
    padding: 0 0 0 5px;
}

.buttons a {
    color: #fff;
    text-align: center;
    text-decoration: none !important;
}

.buttons p {
    color: #fff;
    text-align: center;
    text-decoration: none !important;
}

.button_buy {
    height: 56px;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 1px;
    padding: 0 10px;
    background-color: #125096;
    border-radius: 3px;
    text-align: center;
    transition: 0.1s;
    margin: 5px 0 5px 0;
}

.button_presafe {
    height: 56px;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: 1px;
    padding: 0 10px;
    background-color: orangered;
    border-radius: 3px;
    text-align: center;
    transition: 0.1s;
    margin: 0 0 5px 0;
}

.button_buy:hover, 
.button_presafe:hover {
    background-color: #000;
}

.button_buy .fab {
    font-size: 38px;
    vertical-align: middle;
}

.release-vorschau {
    margin: 10px 0 10px 0;
}

/*==============================================*/



/*==============================================
09. SINGLES CSS
================================================*/
.section-singles {
    cursor: context-menu;
    height: 100%;
    width: 100%;
    /*background-attachment: fixed;*/
    position: relative; 
    padding: 80px 0 80px 0;
    border-bottom: 4px dotted #555;
}

.section-singles::before {    
    content: "";
    background: url(images/BG_Autogrammkarten.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.15;
}

.singles .singles-headline {
    padding: 0 0 40px;
    text-align: center;
}

.singles .singles-headline h1 {
    font-size: 64px !important;
    font-weight: 800;
    position: relative;
}

.links-singles {
    z-index: 2;
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
}

.links-singles li {
    display: inline;
    padding: 0 10px;
}

.links-singles a {
    color: #125096 !important;
    transition: .1s;
    text-decoration: none !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.links-singles a:hover {
    color: #000000 !important;
    transition: .1s;
    text-decoration: none !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.carousel-indicators {
    position: relative !important;
    right: 0;
    bottom: 0 !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators-title {
    text-align: center;
    list-style: none;
}

.carousel-indicators-title a {
    padding: 0 8px 0 8px !important;
}
  
.carousel-indicators-title .active{
      color: #212529 !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
    list-style: none;
}
/*==============================================*/



/*==============================================
10. ABOUT CSS
================================================*/
.section-about {
    cursor: context-menu;
    background-color: #fff;
    padding: 80px 0 80px 0;
    border-bottom: 4px dotted #555;
}

.about .about-headline {
    padding: 0 0 40px;
    text-align: center;
}

.about .about-headline h1 {
    font-size: 64px !important;
    font-weight: 800;
}

.about-image {
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.about-image img {
    max-width: 100%;
    max-height: 450px;
    transition: transform .05s;
    transform: scale(.95);
    /*box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;*/
    margin: auto;
    display: block;
}

.about-image img:hover {
    transform: scale(1);
}

.about-text {
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.about-me-text {
    padding: 0px 20px 0 20px;
    font-size: 20px;
    color: #555555;
    text-align: justify;
}

.about-me-text a {
    color: #125096;
}

.region {
    width: 100%;
    max-width: 280px;
    margin: auto;
    display: block;
    /*filter: opacity(0.25);*/
    padding: 20px 20px 0;
    transition: transform .05s;
    transform: scale(1);
}
.region:hover {
    transform: scale(1.05);
}

.faq {
    padding: 40px 0 0 0;
}

.accordion-button {
    color: #FFFFFF !important;
    background-color: #555555 !important;
}

.accordion-button:not(.collapsed):after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%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);
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}

.accordion-button:focus {
    border-color: #FFFFFF !important;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.25) !important;
}
/*==============================================*/



/*==============================================
11. DIREKTEINSTIEG CSS
================================================*/
.direkteinstieg {
    background: #125096;
    padding: 6px 0;
    cursor: context-menu;
}

.direkteinstieg h2 {
    text-align: center;
    color: #fff;
    padding: 40px;
    font-size: 1.5rem !important;
}

.direkteinstieg-panel {
    list-style: none;
    font-size: 15px;
    line-height: 36px;
    padding-top: 0px;
    padding-bottom: 40px;
    height: 100%;
    max-width: 1296px;
    margin: auto;
}

.direkteinstieg ul li {
    border-bottom: solid 1px;
    color: #fff;
}

.direkteinstieg ul li a {
    color: #fff;
    display: block;
    padding: 6px 12px 0;
    text-align: center;
}

.direkteinstieg ul li a:hover {
    color: #c1c1c1;
    text-decoration: none !important;
}

.direkteinstieg-links {
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
}

ol, ul {
    padding-left: 0rem !important;
}
/*==============================================*/


/*==============================================
12. FOOTER CSS & COPYRIGHTTEXT CSS
================================================*/
.copyrightText {
    text-align: center;
    background-color: var(--body-color-frozen);
    padding: 0 20px;
    z-index: 100000;
    box-shadow: 0 0px 2px 0 rgb(0,0,0,.15);
    background: #fff;
}

.copyrightText a{
    color: #212529;
}

.copyrightText a:hover {
    color: #212529;
}

.copyrightText p {
    padding: 10px;
    cursor: context-menu
}
/*==============================================*/

.row {
    --bs-gutter-x: 0rem !important;
}