@font-face {font-family: 'Geogrotesque-Regular';src: url('../webfonts/26024B_0_0.eot');src: url('../webfonts/26024B_0_0%EF%B9%96.eot#iefix') format('embedded-opentype'),url('../webfonts/26024B_0_0.woff') format('woff'),url('../webfonts/26024B_0_0.ttf') format('truetype');}
@font-face {font-family: 'Geogrotesque-SemiBold';src: url('../webfonts/26024B_1_0.eot');src: url('../webfonts/26024B_1_0%EF%B9%96.eot#iefix') format('embedded-opentype'),url('../webfonts/26024B_1_0.woff') format('woff'),url('../webfonts/26024B_1_0.ttf') format('truetype');}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-family: 'Geogrotesque-Regular', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #436eaf;
	background: #cd263d;
	width: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

}

strong {
	font-family: 'Geogrotesque-SemiBold', sans-serif;
	font-weight: normal;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fullwidth {
	width: 100%;
}

h1 {
	font-family: 'Geogrotesque-SemiBold', sans-serif;
	font-weight: normal;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
	color: inherit;
}

.red {
	color: #cd263d;
}

.redbg {
	background: #cd263d;
	color: #fff;
}

.white {
	color: #fff;
}

.whitebg {
	background: #fff;
	color: #436eaf;
}

section {
	width: 100%;
	float: left;
}

.roundcorners {
	border-radius: 10px;
}

.blockpadding {
	padding: 25px;
}


.nobottomspace {
	padding-bottom: 0;
}

.breadcrumb {
	position: absolute;
	left: 50px;
	top: 5px;
}









/* HEADER */
header {
	width: 100%;
	height: 400px;
	color: #fff;
	position: relative;
	background: #5398D1;
}

.headerbg {
	background: url(../img/banner.jpg) no-repeat;
	background-size: 100%;
	background-position: center center;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

.lang {
	position: absolute;
	top: 25px;
	right: 25px;
}

.bannertext {
	font-family: "Geogrotesque-SemiBold", sans-serif;
	font-size: 50px;
	line-height: 1;
	position: relative;
	width: 100%;
	padding-top: 50px;
}




.break {
	margin: -15px auto 25px;
	display: block;
}

.button {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: .3s;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
}

.button:hover,
.button.active {
	background: #fff;
	color: #436eaf;
}



/* FOOTER */
footer {
	width: 100%;
	background: #cd263d;
	color: #fff;
	float: left;
	position: relative;
}

.condept {
	position: absolute;
	top: 50px;
	left: calc(50% - 10px);
}



.leftpart {
	float: left;
	width: 20%;
}

.rightpart {
	float: left;
	width: 80%;
}