/* Import Farbdefinitionen */
/* Hier gewünschte Grundfarbe wählen */
/*@import "colors_blue.css";
/* @import "colors_brown.css"; */
/* @import "colors_green.css"; */
/* @import "colors_grey.css"; */
/* @import "colors_terrakotta.css"; */
@import "colors_custom.css";

/* Custom Styles */
.chapter-blue.top-bar a:hover, [class*=chapter-] .chapter-blue.top-bar a:hover {
    color: #bfbfbf !important;
}

/* Media Queries Styles */
@media only screen and (min-width : 1921px){

}
@media only screen and (max-width : 1440px){

}
@media only screen and (min-width : 1200px) and (max-width : 1440px){

}
@media only screen and (min-width : 1200px){

}
@media only screen and (max-width: 1199px){

}
@media only screen and (min-width: 992px) and (max-width: 1199px){

}
@media only screen and (min-width: 992px){

}
@media only screen and (max-width: 991px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px){

}
@media only screen and (min-width: 768px) {

}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width : 480px) {

}
@media only screen and (max-width : 320px) {

}