@import url('https://fonts.googleapis.com/css?family=Cinzel:400,500,700');

html, body {
    height: 100%;
    width: 100%;
    background-color: #000;
    font-family: 'Cinzel', sans-serif;
    color: #e30613;
    overflow-x:hidden
}


a{
color:#e30613;
text-decoration:none;
}
a:visited{
color:#e30613;
text-decoration: none;	
}
 a:active{
color:#e30613;
text-decoration: none;	
}
a:hover{
color:#e30613;
text-decoration:underline;	
}
 a:focus{
color:#e30613;
text-decoration: none;	
}

a.datenschutz{
color:#e30613;
text-decoration:underline;
}



.header {
    width: 100%;
}

.romane {
    
    height: 80%;
    width: 80%;
}

.roman-leseprobe {
    
    height: 30%;
    width: 30%;
}

.btn-kaufen {
    margin: .2rem;
}

.fixedtext {
    text-shadow: 1px 1px 5px #000;
   
}

.klappentext {
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    color: #9b9b9b;
}

.btn-primary {
    background-color: #6648b1;
    border: 1px solid #6648b1;
}

.btn-primary:hover {
    background-color: #563d7c;
    border: 1px solid #563d7c; 
}


.jumbotron {
    padding: 1rem;
    border-radius: 0;
}

.padding {
    padding-bottom: 2rem;
}

.card {
    background-color: #000;
}

.welcome {
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}

.welcome-autor {
    width: 75%;
    margin: 0 auto;
}


.welcome hr {
    border-top: 2px solid #b4b4b4;
    width: 95%;
    margin-top: .3rem;
    margin-bottom: 1rem;
    
}

.fa-code {
    color: #e54d26;  
}

.fa-bold {
    color: #563d7c;  
}

.fa-css3 {
    color: #2163af;  
}
    
.fa-code, .fa-bold, .fa-css3 {
    font-size: 4em;
    margin: 1rem;
}

.social a {
    font-size: 2.5em;
    padding: 1rem;
}

.fa-facebook {
    color: #3b5998;
}

.fa-twitter {
    color: #00aced;
}

.fa-google-plus-g {
    color: #dd4b39;
}

.fa-instagram {
    color: #517fa8;
}

.fa-youtube {
    color: #bb0000;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
    color: #d5d5d5; 
    
}



/*---Media Queries --*/



@media (max-width: 992px) {
    .social a {
        font-size: 2.5em;
        padding: 1.2rem;
    }
  }

.leseprobe {
    width: 55%;
    margin: 0 auto;
   
}

.display-title {
    font-size: 360%;

}



@media (max-width: 768px) {
  
.carousel-caption {
    top: 45%;
}

.carousel-caption h1 {
    font-size: 350%;
}

.carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom: 1rem;
    
}    
    
.carousel-caption .btn {
        font-size: 95%;
        padding: 8px 14px;
    }    
    
.display-title {
    font-size: 360%;

}    

.display-4 {
      font-size: 200%;  
        
}

    .social a {
        font-size: 2.5em;
        padding: 1.5rem;
        
    }
}

.leseprobe {
    width: 88%;
    margin: 0 auto;
}


@media (max-width: 576px) {
  
.display-4 {
      font-size: 180%;  
        
}
    
.display-title {
    font-size: 360%;

}
    
.social a {
        font-size: 2em;
        padding: .5rem;
    }
    
.welcome-autor {
    width: 100%;
    margin: 0 auto;
} 
    
.leseprobe {
    width: 100%;
    margin: 0 auto;
}
    
}


/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}


/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
