@font-face {
    font-family: roboto;
    src: url('../font/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: robotoLight;
    src: url('../font/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: robotoBold;
    src: url('../font/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: robotoCondensedBold;
    src: url('../font/Roboto_Condensed/RobotoCondensed-Bold.ttf');
}

@keyframes pulse {
    from {opacity: 1;}
    to {opacity: 0.75;}
}

@keyframes slide-right {
    from {margin-right: 100%;
    }
  
    to {
      margin-right: 0%;
    }
  }

html{
    width: 100%;
    height: 100%;    
    background: url(../img/backgrounds/letzte-wand-hg.jpg) no-repeat bottom center fixed;
    background-size: cover;
}

body{
    color: #111;
    background: transparent;
    font-family: robotoCondensedBold, sans-serif;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
    font-family: robotoCondensedBold, sans-serif;   
}

h1, .h1{
    font-size: 2em;
}

h2, .h2{
    font-size: 1.5em;
}

h3, .h3{
    font-size: 1.25em;
}

h4, .h4{
    font-size: 1.2em;
}

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

a, a:hover{
    color: #276f6c;
}

table tr td{
    padding: 0 2px;
    vertical-align: top;
}

.note{
    font-style: italic;
    font-size: 85%;
    margin-top: -0.5em;
}

.slide-right{
    animation: pulse 1s;
}

.bigger{
    font-size: 1.2em;
}

.fadeIn {
    -webkit-animation: fadeIn forwards 3s 2s;
    animation: fadeIn forwards 3s 2s;
    opacity: 0;
}

.full-width{
    width:100%;
    height: auto;
}

.white-bg{
    background-color: rgba(255,255,255,.8);
}

.textbox{
    margin: 60px 3% 0;
    width: 100%;
    padding: 3% 7%;
}

.list-group-item{
    color: #111!important;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    text-align: left;
    display:inline-block;
    margin-bottom: 10px;
}

.list-group-item:hover{
    cursor: pointer;
}

.list-group-item h3{
    font-size: 1.5em!important;
    padding: 30px 0;
    display: inline-block;
}

.list-group-item img{
    float:left;
    margin-right: 15px;
}

img{
    max-width: 100%;
}

img.cover{
    max-width: 375px;
    border: 7px solid #f2f2f2;
    border-radius: 0.25rem;
    margin-top: 25px;
}

img.rounded{
    border-radius: 0.25rem;
}

.float-right{
	width: 100%;   
}

.float-left{
	width: 100%;   
}

.grey{
    opacity: 0.6;
}

.grey-bg{
    background-color: #ced4da;
    padding: 5px 20px 0 20px;
}

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

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

.max-padding{
    padding:0;
}

.max-padding .col-sm-6, .max-padding .col-sm-12{
    padding:0 5px;
}

@keyframes grow {
    from {width: 30px;height: 30px;}
    to {width: 40px;height: 40px;}
  }

.social{
    position: absolute;
    left:0;
}

strong{
    font-family: robotoBold;
    font-weight: normal;
}

.padding-top{
    padding-top:40px;
}

#spotify{
    top: 160px;
}

#youtube{
    top: 225px;
}

#insta{
    top: 290px;
}

#facebook{
    top: 355px;
}

#main h1{
    text-transform: uppercase;
}

#main .textbox h1{
    text-shadow: none;
    text-transform: uppercase;
    margin-top:1vh;
    margin-bottom: 2vh;
}

#main h2{
    font-size: 1.25em;
}

.col-6{
    text-align: right;
    padding-right: 10px;
}

.col-6:last-child{
    text-align: left;
    padding-left: 10px;
}

#main-nav{
    display: none;
}

#toggle-main-nav{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
}

#toggle-main-nav:hover{
    cursor: pointer;
}

#nav{
    float:left;
}

#nav #main-nav{
    margin: 57px 0 0 16px;
    padding: 25px 40px;
    background-color: rgba(36,36,36,.95);
    position: absolute;
    z-index: 10;
    border-radius: .25rem;
    border: 1px solid #363636
}

#nav #main-nav .subNav{
    padding-left: 11px;
}

#nav #main-nav .subNav a{
    padding: 0 25px;
}

#nav #main-nav li{
    list-style-type: none;
}

#nav #main-nav li#home{
    background: url(../img/home-icon.png) left 7px no-repeat;
}    

#nav #main-nav li#listen{
    background: url(../img/headphones-icon.png) left 7px no-repeat;
}    

#nav #main-nav li#album{
    background: url(../img/cd-icon.png) left 7px no-repeat;
} 

#nav #main-nav li#live{
    background: url(../img/notes-icon.png) left 7px no-repeat;
} 

#nav #main-nav li#shop{
    background: url(../img/cart-icon.png) left 7px no-repeat;
    background-size: 16px;
} 

#nav #main-nav li#contact{
    background: url(../img/mail-icon.png) left 7px no-repeat;
}  

#nav #main-nav li#info{
    background: url(../img/info-icon.png) left 7px no-repeat;
    background-size: 16px;
} 

#nav #main-nav li#press{
    background: url(../img/press-icon.png) left 7px no-repeat;
    background-size: 16px;
} 

#nav #main-nav ul.songs li{
    background: url(../img/notes-icon.png) left 7px no-repeat;
}  

.hasSubNav>a::after{
    content: '\25BE';
}

.hasSubNav>a::after{
    content: '\00A0\00A0\25BE';
    color: #929292;
}

.hasSubNav>a.open::after{
    content: '\00A0\00A0\25B4';
    color: #929292;
}

#nav #main-nav li a{
    color: #f3f3f3;
    text-decoration: none;
    display: inline-block;
    padding: 3px 25px;
}

#nav.active #main-nav{
    display: block;
}

#main-right{
    right: 0;
}

#main-left{
    left: 0;
}

.nav-arrow{
    position: absolute;
    top: calc(50% - 25px);
}

#nav-secondary{
    width: 100%;
    text-align: center;
}

#nav-secondary li{
    display: inline;
}

#nav-secondary li a{
    font-family: robotoBold;
    font-size: 1em;
    line-height: 1.8em;
    color: #f3f3f3;
    text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
    text-decoration: none;
    padding: 3px 5px;
}

#header{
    width:100%;
    min-height: 90vh;
    padding: 50px;  
}

#player{
    color: #f3f3f3;   
    background-color: rgba(26,26,26,.8);
	border: 1px solid #fff;
    border-radius: .25rem;
	position: absolute;
	left: 5%;
	bottom: 12%;
}

#player audio{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: transparent;
    background: transparent;
    background-image: none;
}

#song-info{
	padding: 3px 5px;
	font-size: 0.85em;
}	

#song-info h3{
    font-family: robotoBold, sans-serif;
    font-size: 110%;
}

#song-info #cart{
    float: right;
    margin: 3px 7px;
    animation: pulse 1.5s infinite alternate ease;
}

#song-info a{
    color: #fff;
    text-decoration: none;
}

#multistep_form{
    background-color: rgba(255,255,255,.8);
    color: #333;
    padding: 15px 25px 50px 15px;
}

#contactform{
    background-color: rgba(255,255,255,.8);
    color: #333;
    padding: 15px 25px 50px 15px;
}

#special{
    position:absolute;
    left: 3000rem;
}

#multistep_form fieldset:not(:first-of-type) {
    display: none;
}

.btn.next{
    width: 100%;
    font-family: robotoBold;
    background-color: #276f6c;
}

.btn.previous{
    width: 100%;
}

.btn.submit{
    font-family: robotoBold;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
}

.divider{
	border-bottom: 1px solid #727272;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	opacity: 0.5;
}

#album-cover{
    border: 3px solid #fff;
    max-width: 300px;
    border-radius: .25rem;
}

#main h2#album{
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: -1px;
    font-weight: 700;
}

/* shop */

.container h1{
    margin-top: 5%;
}

.progress{
    margin-top: 25px;
    border-radius: 0;
    background-color: #caeceb;
}

.progress-bar{
    background-color: #276f6c;
}

.form-range{
    background-color: #fff!important;
    border: 1px solid #ced4da;
    padding: 28px 10px;
    border-radius: .25rem;
}

.form-range::-webkit-slider-track {
    background: #caeceb;
}

.form-range::-moz-range-track {
    background: #caeceb;
}

.form-range::-ms-track {
    background: #caeceb;
}

.form-range::-webkit-slider-thumb {
    background: #276f6c;
}
  
.form-range::-moz-range-thumb {
    background: #276f6c;
}
  
.form-range::-ms-thumb {
    background: #276f6c;
}

input#count{
    max-width: 100px;
} 

textarea{
    min-height: 100px!important;
}

input{
    margin-bottom: 3px;
}

label{
    color: #929292;
}

#price, #currency{
    font-family: robotoCondensedBold;
    font-size: 1.2em;
}

input[type="checkbox"]{
    height: 2em!important;
    line-height: 2em!important;
    width: 2.25em!important;
}

#email{
    display: none;
}

#newsletter, #newsletter-contact{
    background-color: #fff!important;
}

#newsletter:checked, #newsletter-contact:checked{
    background-color: #276f6c!important;
}

label[for=count],label[for=email],label[for=message]{
    left: 5px;
}

label[for=newsletter], label[for=newsletter-contact]{
    opacity: 1!important;
    color: #333;
    font-size: 1.2em;
    line-height: 1.2 em;
    text-align: left;
    padding: 0.5rem 0;
}

@media (min-width: 300px) {
    .btn.next{
        float:right;
        width: auto;
    }

    .btn.previous{
        float:left;
        width: auto;
    }

    .btn.submit{
        width: 60%;
        padding: 0.25rem 2.5rem;
        margin: 0 20%;
    }
}

@media (min-width: 576px) {

    .list-group-item{
        max-width: 350px;
        width: 75%;
    }

    #header{
        width:100%;
        padding: 5% 15%;
        text-align: left;
    }

    #header .row{
        padding: 5px 7px;
        border-radius: 1px;
    }

    #main #header{
        text-align: right;
    }

    #header h5{
        padding-bottom: 0;
    }

    img.cover{
        margin-top: 0;
    }

    .textbox{
        margin: 5% 15%;
        width: 70%;
    }
    
    .float-right{
	    float:right;
	    margin-left: 15px;
	    max-width: 250px;
	}
	
	.float-left{
	    float:left;
	    margin-right: 15px;
        max-width: 250px;
	}

    .max-padding{
        padding:0 20%;
    }

}
