﻿.row.content_titel_1 {
	height: 200px;
}
	
.row.content_titel_2 {
	height: 100px;
}
        
@media screen and (max-width: 1450px) {
	.row.content_titel_1 {
		height: 100px;
	}
				
	.row.content_titel_2 {
		height: 120px;
	}
}
    
@media screen and (max-width: 767px) {
	.row.content_titel_1 {
		height: 50px;
	}
				
	.row.content_titel_2 {
		height: 120px;
	}
}
			
body {	
	/* Margin bottom by footer height */
	margin-bottom: 50px;
}
						
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	background-color: #f5f5f5;
	padding: 15px;
}
			