/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.01.2021, 17:38:51
    Author     : Lasse Burmeister
*/
body 
{
    line-height: 1.5;
    color: #555;
    font-family: 'Lato', sans-serif;
}

.main_body 
{
    margin: 3%;
}

.Top
{
    margin-top: 150px;
    width: 40%;
}

.Referenzen
{
    background-color: lightgray;
    margin-top: 25px;
	margin-bottom: 75px;
    padding: 2%;
}

.button1
{
    border: thin solid black;
	border-radius: 10px;
	padding: 10px;
	width: 160px;
	text-align: center;
}

.col_one_half_text
{
    margin-top: 25px;
	margin-bottom: 100px;
	width: 400px;
}

.footer
{
	border-top: thick solid gray;
	background-color: lightgray;
	padding: 2%;
	width: 100%;
}

.footer_adress
{
	padding: 3%;
}

h3 
{ 
    font-size: 24px;
}

h4 
{ 
    font-size: 18px; 
}

h3 > span:not(.nocolor),
h4 > span:not(.nocolor),

