/*!
 * Start Bootstrap - Full Slider (http://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

/* ==========================================================================
    font-family: 'source_sans_problack';
    font-family: 'source_sans_probold';
    font-family: 'source_sans_proregular';
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img.img-fluid { margin-top: 5%; }

h3 { font-family:"Source Sans Pro"; font-weight:900; color:dimgray; }

p { font-family:"Source Sans Pro"; font-weight:700; color:dimgray; }

span.schutz {display:none;}