﻿body {    
   	-webkit-background-size: cover; /* For WebKit*/
	-moz-background-size: cover; /* Mozilla*/
	-o-background-size: cover; /* Opera*/
    background-size: cover;         /* Generic*/
}

.jumbotron {
    margin-top: 5%;    
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 200, 200, 0.3)), to(#cbccc8)) fixed;    
    background: rgba(231, 239, 239, 0.30); 
}

.row {
    border: 1px solid silver;    
}

.ZelweFooterTag {
    float: none;
    margin: 0 auto;
}