body .contrastview {
    background-color: #fff !important;
    color: #000 !important;
}

body .contrastview .footer-widget a,
body .contrastview .footer-widget a:link,
body .contrastview .footer-widget a:visited,
body .contrastview .header-top a,
body .contrastview .header-top a:link,
body .contrastview .header-top a:visited{
    color: #fff !important;
    text-decoration: underline;
}

body .contrastview .footer-widget h4,
body .contrastview .slider-content .title {
    color: #fff !important;
}

body .contrastview a:hover,
body .contrastview a:focus {
    text-decoration: none;
}

body .contrastview h1,
body .contrastview h2,
body .contrastview h3,
body .contrastview h4,
body .contrastview h5,
body .contrastview h6,
body .contrastview main a,
body .contrastview .navigation .nav-menus-wrapper .nav-menu li a,
body .contrastview .about-content .about-title span{
    color: #000 !important;
}

body .contrastview main a{
    text-decoration: underline !important;
}

body .contrastview button,
body .contrastview input,
body .contrastview select,
body .contrastview textarea {
    background-color: #FFF !important;
    color: #000 !important;
    border: 2px solid #000 !important;
}

body .contrastview ::placeholder {
    color: #ccc !important;
}

/* Tabellen */
body .contrastview table {
    border: 2px solid #fff;
}
body .contrastview th,
body .contrastview td {
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
}

body .contrastview .header-top,
body .contrastview .footer-area::before{
    background-color: #000;
}

body .contrastview #batch {
    background: #0b0b0b;
}

body .contrastview a.contrast-btn{
    text-decoration: none !important;
}

body .contrastview .single-courses {
    background: #EFEFEF !important;
}

body .contrastview .single-courses .duration-fee p{
    color: #000000 !important;
}

body .contrastview .event-tab-menu .nav li a.active{
    background: #EFEFEF !important;
    border-color: #EFEFEF !important;
}

body .contrastview .campus-visit-wrapper::before {
    background-color: #000000;
}

body .contrastview .simplecta .ctalink a {
    color: #FFF !important;
    background-color: #000000 !important;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,1) 100%) !important;
}

body .contrastview .ctabg[style]{
    background-image: none !important;
}

body .contrastview .ctabg::before{
    background-color: #EFEFEF !important;
}

body .contrastview .ctabg,
body .contrastview .simplecta .ctatitle,
body .contrastview .simplecta .ctasubtitle{
    color: #000000 !important;
}

body .contrastview .slider-content .slider-btn li .main-btn {
    background: #FFFFFF !important;
    color: #000000 !important;
}

body .contrastview .back-to-top{
    color: #FFFFFF !important;
    background: #000000 !important;
}

/* Bilder: Kontrast erhöhen per Filter */
body .contrastview img,
body .contrastview .bg_cover{
    /*filter: grayscale(100%) contrast(150%) brightness(100%) !important;*/
}


