@charset "UTF-8";
@import "typo.css";

body {
	font-family: 'DINPro-regular';
	font-size: 16px;
	background-color: #177991;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 15vh;
    margin-bottom: 10vh;
    padding-right: 15px;
    padding-left: 15px;
}

#brand {
	height: 36px;
	width: 152px;
}

.brand_container {
    display: flex;
    justify-content: center;
    padding-bottom: 52px;
}

.headline_2 {
	color:#848484;
}

.info_container {
	max-width: 516px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 40px 28px 40px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.04);
}

.title {
    font-family: 'DINPro-medium';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    color: #585858;
}

.subtitle {
    font-family: 'DINPro-regular';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 16px;
    color: #585858;
}

.subtitle>b {
    font-family: 'DINPro-bold';
}

.primary-btn {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'DINPro-regular';
    font-size: 16px;
    text-decoration: none;
    border: 0;
    background-color: #177991;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
}