﻿@charset 'UTF-8';

.jumbotron {
    text-align: center;
    margin: 20px 50px 30px 50px;
    padding: 50px 30px 50px 30px;
    background-image: url("../img/profil/Alpen.jpg");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
	color: black;
	text-shadow: 0px 0px 5px white;
	text-align: left;
}

#zitat {
	margin-top: 20px;
	text-align: right;
	padding-right: 0px;
	border-left: 0px;
}

#zitat > small {
	color: #383838;
}