/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.hoehe {
	margin-top: 30%;
	background-color: rgba(255, 255, 255, .3);
	padding: 20px;
	font-family: 'Rozha One', serif;
	font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.10909;
    color: #404E67;
}

@media only screen and (max-width : 400px) {
	
	.hoehe {
		font-size: 25px;
		margin-top: 70%;
	}
	.small_f {
		font-size: 12px;
	}
}

.small_f {
	font-size: 20px;
    font-weight: 200;
    font-family: 'RubikLightItalic', serif; 
    font-style: italic; 
    font-weight: normal;
}