/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.03.2018, 11:39:23
    Author     : juergen kind
*/


@media (min-width: 768px) {

    /* Schrift in frame jumbotron */
    
    .jumbotron p {
        color: darkred;
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);color: black;
    }
    
    hr { border-top: transparent; }
    
    
    .jumbotron {
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);color: black;
    }
    .panel-heading {
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
        color: black;
    }
    
    .sbs-kurse-left {
        border: 1px solid red;
    }
    .sbs-kurse-right {
        border: 1px solid green;
    }
    
.col-md-offset-3 {
    margin-left: 0%;
    width:33%;
}

    
    
    
}









