/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/montserrat-v25-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/montserrat-v25-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/montserrat-v25-latin-regular.svg#') format('svg');
	/* Legacy iOS */
}

/* montserrat-500 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/montserrat-v25-latin-500.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/montserrat-v25-latin-500.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg');
	/* Legacy iOS */
}

/* nobile-regular - latin */
@font-face {
	font-family: 'Nobile';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/nobile-v17-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/nobile-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/nobile-v17-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/nobile-v17-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/nobile-v17-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/nobile-v17-latin-regular.svg#Nobile') format('svg');
	/* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
	/* Legacy iOS */
}

body {
	font-family: Montserrat;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.container {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;

}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #333;
}

.profile-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.profile-header img {
	margin-bottom: 20px;
}

.divider {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}

.content-wrap {
	/*  padding-right: 40px;
  padding-bottom: 60px;
  padding-left: 40px;*/
	background-color: #fff;
	text-align: center;
}

.content-wrap.transparent {
	background-color: transparent;
	color: #fff;
}

.links-wrap {
	width: 65%;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 5px;
}

.link-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
	width: inherit;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

.link-item:hover {
	background-image: linear-gradient(93deg, #2b79bf, #62c6d1);
	color: #fff;
	border-color: #0091ff;
	background-color: #0091ff;
	background-image: none;
}

.social-links-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-link {
	width: 26px;
	height: 26px;
	margin-right: 10px;
	margin-left: 10px;
	background-position: 50% 50%;
	background-size: contain;

	opacity: 1;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.social-link:hover {
	opacity: 0.7;
}

.social-link.fb {
	background-image: url("https://img.myarmolan.de/sm/facebook.png");
}

.social-link.tw {
	background-image: url("https://img.myarmolan.de/sm/twitter.png");
}

.social-link.yt {
	background-image: url("https://img.myarmolan.de/sm/youtube.png");
}

.social-link.ig {
	background-image: url("https://img.myarmolan.de/sm/instagram.png");
}

.social-link.in {
	background-image: url("https://img.myarmolan.de/sm/linkedin.png");
}

.info-text {
	letter-spacing: 2px;
}

.info-text.footer {
	margin-bottom: 15px;
}

.info-links-wrap {
	margin-top: 2px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-links-wrap a {
	color: white;
	font-size: 12px;
	margin: 5px;
	text-decoration: none;
}

.info-links-wrap a:hover {
	color: crimson;
	text-decoration: underline;
}