h1 {

    font-family: 'Exo 2', sans-serif;
    color: #1a6a83;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-top: 1.5rem;
	margin-bottom: 2rem;

}
h2 {

    font-family: 'Exo 2', sans-serif;
    color: #1a6a83;
	font-weight: 400;
	

}
h5{

    font-family: 'Exo 2', sans-serif;
    color: #1a6a83;
	font-weight: 400;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.2;
	
	

}
.white h2 {

   
    color: #fff;
	
	

}

.b20 {
    float: left;
	width: 20%;
}
.b50 {
    float: left;
	width: 50%;
}
.b33 {
    float: left;
	width: 33.3333333%;

}
.b100 {
    float: left;
	width: 100%;

}

.text-small{
	font-size: 0.8rem;
	line-height: 1.2;
}

.rund {
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
}

.center{
	text-align: center;
}

.fullwidth-green{
	background-color: #1d8c9c;

color: #ffffff;
}
.fullwidth-grey{
background-color: #27323a;
}
.left{
	float: left;
}

#header-wrap{
	  max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
	
}
.mod_article ul{
	flex-direction: column;
}
.mod_article li{
	list-style: circle;
	display: list-item;
}
.mod_article p{
	padding-left: 17px;
	padding-right: 17px;
}

.smaller {

    height: 75px !important;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    left: 0;
    right: 0;

}




/*
*********************************************************************************************
Mobile
*********************************************************************************************
*/


@media (max-width: 960px) {
	.b60 {
    float: left;
	width: 100%;
	padding: 0px 10px 25px 10px;
	}
	.b33 {
    float: left;
	width: 100%;
	padding: 0px 10px 25px 10px;
	}
	.b100 {
    float: left;
	width: 100%;
	padding: 0px 10px 0px 10px;
	}
}


.mobile_menu .inner {
    height: 100%;
    background: #fff;
    overflow-y: scroll;
}