/*
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 .panel-body p {
        color: darkred;
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    }
    .jumbotron .pull-right {
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    }
    .jumbotron .panel-heading {
        text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    }

}







