/* Custom CSS Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;900&display=swap');

body{
font-family: 'Montserrat', sans-serif;	
	
}

.mb-60{
	margin-bottom:60px;
}

.mt-45{
	margin-top:45px;
}

h1,h2,h3,h4,.h1,.h2,.h3,.h4{
	margin-bottom: 15px;
}

/* Header */



.header-picture{
	position:relative;
}

.header-picture .brand{
	position:absolute;
	bottom:60px;
	left:60px;
	width:350px;
}

.header-picture .brand a{
	background-color: white;
	padding: 0 20px 0 0;
	display:block;
}

.box-red-bg{
background-color: #db2025;	
color:white;	
} 	

.red-bg{
background-color: #db2025;	
	color:white;
	padding:60px 0;
}

.box-red-bg{
	background-color: #db2025;	
	color:white;
	padding:15px 20px;	
}

.headline-wrapper.h3{
	margin-bottom:0;
}

.white-bg{	
	padding:60px 0;
}

.gray-bg{
	padding:60px 0;
	background-color: #E8E8E8;
}

.box-wrapper{
	margin:30px 0;
	
}

.box-wrapper{
	border:1px solid #333;	
}
.box-wrapper .text-wrapper{
	min-height:360px;
}

ul li{
	line-height:1.5;
	margin-bottom: 15px;
}
.contact-info li {
	border-bottom:1px solid #c3c3c3;
	padding:7px 0;
	list-style:none;
	font-size:1.1rem;
	margin-left:15px;
}
.contact-info li svg{
	margin-right:15px;	
}

a{
	color:#db2025;
	text-decoration:none;
	transition:0.5s all;
}

a:hover{
	color:#db2025;
	opacity:0.8;
	text-decoration:none;
}

.text-box-wrapper{
	min-height: 330px;
	margin-top:60px;
	border:1px solid #333;	
}

.box-wrapper .text-wrapper, .text-box-wrapper .text-wrapper{
	padding: 15px;
}