/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
body{
    margin: 0;
    background: #252525;
    font-family: 'Lato';
}

p{
    font-size: 18px;
    font-weight: 100;
}

h2{
   text-transform: uppercase;
    font-weight: bold;
}

.mb-0{
    margin-bottom: 0;
}

.mt-1{
    margin-top: 15px;
}

.red{
    color: #CF171C;
}

.btn-primary{
    color: #fff !important;
    background: #CF171C;
    text-align: center;
    padding: 5px 15px;
    font-size: 20px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-primary:hover{
    color: #fff;
   background-color: #ab1317;
}

.btn.backlink .arrow{
    margin-right: 10px;
    float: left;
    transform: rotate(90deg);
}

.btn.fixed-bottom{
    position: fixed;
    bottom: 20px;
    left: 20px;
}


.navbar{
    padding: 5px;
    top:0;
    z-index: 9999;
}

.navbar.dark{
    background-color: #333;
    border-radius: 0;
}

.navbar.fixed-top{
    position: fixed;
    width:100%;
}

.navbar .navbar-brand img{
    width: auto;
    height: 100%;
}

.sociallinks{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sociallinks a{
    height: 44px;
    width: 44px;
    padding: 5px;
    transition: all 0.3s ease;
}

.sociallinks a:hover{
    opacity: 0.7;
}

.sociallinks a img{
    width: 100%;
    height: 100%;
}

.header {
    min-height: 70vh;
    color: #fff;
    padding: 1em;
    background-color: #404040;
    box-shadow: 0px 0px 12px 5px #000;
}

.header.responsive-image {
    background-position: top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.responsive-image {
    background-image: url(../img/czes-headerimage.jpg);
}

@media screen and (min-width: 320px) {
    .responsive-image {
        background-image: url(../img/czes-headerimage.jpg);
    }
}
@media screen and (min-width: 640px)
{
    .responsive-image {
        background-image: url(../img/czes-headerimage.jpg);
    }
}
@media screen and (min-width: 1024px) {
    .responsive-image {
        background-image: url(../img/czes-headerimage.jpg);
        background-position: top;
    }
}

@media screen and (max-width: 1024px){
    .header{
        margin-top: 60px;
    }
    .navbar{
        background-color: #333;
    }
}

.header .entry-header {
    margin: 23.5em 0 3.5em 0;
    font-weight: 300;
    line-height: 1.5;
}
@media screen and (min-width: 640px) {
    .header .entry-header {
        margin: 7.5em 0 3.5em 0;
    }
}

.header .entry-link {
    line-height: 1.25;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    text-decoration: none !important;
    margin-top: 20px;
}

.header .entry-link:hover{
    text-decoration: none;
}

.header .entry-link img{
    margin-left: 10px;
}

.header a.entry-link:hover .arrow{
    animation-name: floating;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); }
}

/*GLITCH*/
.glitch {
    position: relative;
    margin: 10px auto;
    color: #fff;
    font-size: 3vw;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.glitch::before, .glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: #fff;
    clip: rect(0, 900px, 0, 0);
}
.glitch::before {
    left: 7px;
    text-shadow: 1px 0 green;
    animation: glitch-effect 3s infinite linear alternate-reverse;
}
.glitch::after {
    left: 3px;
    text-shadow: -1px 0 red;
    animation: glitch-effect 2s infinite linear alternate-reverse;
}

@-webkit-keyframes glitch-effect {
    0% {
        clip: rect(14px, 9999px, 20px, 0);
    }
    5% {
        clip: rect(22px, 9999px, 8px, 0);
    }
    10% {
        clip: rect(72px, 9999px, 3px, 0);
    }
    15% {
        clip: rect(66px, 9999px, 49px, 0);
    }
    20% {
        clip: rect(39px, 9999px, 43px, 0);
    }
    25% {
        clip: rect(26px, 9999px, 26px, 0);
    }
    30% {
        clip: rect(100px, 9999px, 66px, 0);
    }
    35% {
        clip: rect(84px, 9999px, 44px, 0);
    }
    40% {
        clip: rect(6px, 9999px, 30px, 0);
    }
    45% {
        clip: rect(23px, 9999px, 91px, 0);
    }
    50% {
        clip: rect(22px, 9999px, 67px, 0);
    }
    55% {
        clip: rect(69px, 9999px, 94px, 0);
    }
    60% {
        clip: rect(82px, 9999px, 51px, 0);
    }
    65% {
        clip: rect(73px, 9999px, 66px, 0);
    }
    70% {
        clip: rect(44px, 9999px, 100px, 0);
    }
    75% {
        clip: rect(48px, 9999px, 99px, 0);
    }
    80% {
        clip: rect(85px, 9999px, 79px, 0);
    }
    85% {
        clip: rect(39px, 9999px, 23px, 0);
    }
    90% {
        clip: rect(60px, 9999px, 82px, 0);
    }
    95% {
        clip: rect(27px, 9999px, 3px, 0);
    }
    100% {
        clip: rect(95px, 9999px, 48px, 0);
    }
}

@keyframes glitch-effect {
    0% {
        clip: rect(14px, 9999px, 20px, 0);
    }
    5% {
        clip: rect(22px, 9999px, 8px, 0);
    }
    10% {
        clip: rect(72px, 9999px, 3px, 0);
    }
    15% {
        clip: rect(66px, 9999px, 49px, 0);
    }
    20% {
        clip: rect(39px, 9999px, 43px, 0);
    }
    25% {
        clip: rect(26px, 9999px, 26px, 0);
    }
    30% {
        clip: rect(100px, 9999px, 66px, 0);
    }
    35% {
        clip: rect(84px, 9999px, 44px, 0);
    }
    40% {
        clip: rect(6px, 9999px, 30px, 0);
    }
    45% {
        clip: rect(23px, 9999px, 91px, 0);
    }
    50% {
        clip: rect(22px, 9999px, 67px, 0);
    }
    55% {
        clip: rect(69px, 9999px, 94px, 0);
    }
    60% {
        clip: rect(82px, 9999px, 51px, 0);
    }
    65% {
        clip: rect(73px, 9999px, 66px, 0);
    }
    70% {
        clip: rect(44px, 9999px, 100px, 0);
    }
    75% {
        clip: rect(48px, 9999px, 99px, 0);
    }
    80% {
        clip: rect(85px, 9999px, 79px, 0);
    }
    85% {
        clip: rect(39px, 9999px, 23px, 0);
    }
    90% {
        clip: rect(60px, 9999px, 82px, 0);
    }
    95% {
        clip: rect(27px, 9999px, 3px, 0);
    }
    100% {
        clip: rect(95px, 9999px, 48px, 0);
    }
}

.album-col{
    display: flex;
    justify-content: flex-end;
    padding-right: 8%;
    margin-top: 150px;
}

.album{
    z-index:1;
}

h3 .headline-red{
    color: #fff;
    background: #CF171C;
    text-align: center;
    padding: 8px 10px;
    font-size: 18px;
}

.doppelvinyl h3 span{
    font-size: 26px;
    font-weight: bold;
    line-height:1.4;
}

.rmx h3,
.textbuch h3{
    display: flex;
    align-items: center;
}

.rmx h3:before,
.textbuch h3:before{
    content: '+';
    font-size: 40px;
    margin-right: 10px;
    font-weight: bold;
}

.album-cover {
    position: absolute;
    left: -160px;
    top: -200px;
    z-index: 0;
    max-width: 500px;
}

.album-cover img{
    width: 100%;
}
@media (min-width: 1400px) {
    .album-cover {
        left: auto;
        right: 40%;
    }
}
@media (max-width: 1200px) {
    .col-lg-offset-6 {
        margin-left: 50%;
    }
}

/*BESTELLEN*/
.bestellen{
    margin-top: 100px;
    margin-bottom: 100px;
}
.bestellen .row .col.text h2{
    color: #D1BF8F;
    font-size: 50px;
}

.bestellen .row .col.text p{
    color: #fff;
}
.bestellen .infos{
    margin-top: 50px;
}
.bestellen .infos h3{
    color: #fff;
}
.bestellen .infos .price{
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}
.bestellen .infos .price-info{
    font-size: 16px;
    font-weight: 400;
}

/*FORM*/
.form-control{
    height: 44px !important;
}
.contact-wrap .input-block{
    margin-top: 15px !important;
}
.contact-wrap .input-block label{
    color: #fff !important;
}
.contact-wrap .checkbox-wrapper{
    display: flex;
    margin-top: 15px;
}

.contact-wrap .checkbox-wrapper span{
    margin-left: 5px;
    color: #fff;
}

.contact-wrap .checkbox-wrapper a{
    color: #D1BF8F;
}

.textarea.anmerkung textarea{
    min-height: 100px;
}

/*FEATURING*/
#featuring{
    background-image: url(../img/featuring-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 80px;

}

.featuring h2{
    color: #fff;
    font-size: 40px;
    margin-bottom: 50px;
}

.featuring ul{
    list-style: none;
    color: #fff;
}

.featuring ul li{
    margin-bottom: 10px;
    font-size: 18px;
}


/*Datenschutz*/

body.datenschutz{
    background: #fff;
    padding-top: 100px;
}

body.datenschutz .container a{
    color: #CF171C;
}

/*FOOTER*/

footer{
    padding: 20px 20px;
}

footer .container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer a{
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    text-transform: uppercase;
}

footer a:hover{
    color: #fff;
}

footer .sociallinks{
    margin: 0 10px;
}

footer .sociallinks a{
    height: 35px;
    width: 35px;
    margin:0;
}

.doppelvinyl h3{
    margin-bottom: 15px;
}

.rmx h3,
.textbuch h3{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media all and (max-width: 980px){
    .row{
        padding-right: 20px;
        padding-left: 20px;
    }
    #features {
        margin-top: 0px;
        padding-bottom: 0;
    }
    .features-col {
        margin-bottom: 40px;
    }
    .features-col img{
        max-width: 100%;
    }
    .features h3{
        margin-bottom: 30px;
    }
    #bestellen{
        padding-top: 0;
        padding-bottom: 0;
    }
    .featuring h2,
    .featuring ul li{
        text-align: center;
    }
    footer .container{
        justify-content: center;
    }
    .entry-header img.logo {
        max-width: 200px;
        margin-bottom: 20px;
        margin-top: 150px;
        margin-left: 0;
    }
    .header {
        min-height: auto;
    }
    .header .entry-header {
        margin: 1.5em 0 1.5em 0;
    }

    .datenschutz h2{
        font-size: 20px;
        hyphens: auto;
    }
    .datenschutz h3{
        font-size: 18px;
        hyphens: auto;
    }
    .datenschutz p{
      font-size: 16px;
      hyphens: auto;
    }
    .datenschutz a{
        word-break: break-all;
    }
    .col-lg-offset-6 {
        margin-left: 30%;
    }
    .album-cover{
        top: -130px;
        left: 15%;
    }
    .album-cover img{
        max-width: 300px;
    }
    .doppelvinyl h3 span{
        font-size: 25px;
    }
    .rmx h3,
    .textbuch h3{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .header .entry-link{
        font-size: 18px;
    }
}

@media all and (max-width: 768px){
    .glitch{
        font-size: 28px;
    }
    .col-lg-offset-6 {
        margin-left: 0;
    }
    .album-col{
        margin-top: 0px;
    }
    .entry-header .row{
        padding: 0;
    }
    .album-cover{
        display: none;
    }
    .bestellen{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .bestellen .row .col.text h2{
        font-size: 32px;
    }
    .bestellen .infos .price{
        font-size: 60px;
    }
    .form{
        margin-top: 30px;
    }
}

.cookielaw3 #cookie_accept_button{
    background-color: #CF171C !important;
}

.erfolgsmeldung{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
}
