/*loader deaktiviert 23.12. page150+167*/

@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");


/* Body 
---------------------------------------------------------------------- */
html,
body {
	height: 100%;
}

html {
	background: #161415 url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

body {
	/*! font: 15px/30px "montserrat-regular", sans-serif; */
	font-weight: normal;
	color: #575859;
	
}

/* links 
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color: #fffefe;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: white;
}

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Crimson Text', serif;/*"montserrat-bold", sans-serif;*/
	color: #575859;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
	letter-spacing: -1px;
}



p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

p.lead {
	font: 17px/33px "montserrat-regular", sans-serif;
	color: #707273;
}

em {
	font: 15px/30px "montserrat-regular", sans-serif;
	font-style: normal;
}

strong,
b {
	font: 15px/30px "montserrat-bold", sans-serif;
	font-weight: normal;
}

small {
	font-size: 11px;
	line-height: inherit;
}




/* Floated image  
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text  
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: black;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: black;
}

:-ms-input-placeholder {
	color: black;
}

.placeholder {
	color: black !important;
}

/* 
/* 03. =preloader
/* =================================================================== */
/*#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 9999999;
	height: 100%;
}

.no-js #preloader,
.oldie #preloader,
.ie9 #preloader {
	display: none;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	padding: 0;
}

#loader:before {
	content: "";
	border-top: 11px solid rgba(255, 255, 255, 0.2);
	border-right: 11px solid rgba(255, 255, 255, 0.2);
	border-bottom: 11px solid rgba(255, 255, 255, 0.2);
	border-left: 11px solid #fbca08;
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

}

/* */

/* 04. =content styles
/* =================================================================== */
.browserupgrade {
	text-align: center;
	padding: 15px 30px;
	background: white;
}

#content-wrap {
	min-height: 100%;
	padding-top: 6%;
}

@media only screen and (max-width:900px) {
	#content-wrap {
		padding-top: 9%;
	}

}

@media only screen and (max-width:768px) {
	#content-wrap {
		padding-top: 13%;
	}

}

@media only screen and (max-width:600px) {
	#content-wrap {
		min-height: auto;
		padding-top: 60px;
	}

}

@media only screen and (max-width:400px) {
	#content-wrap {
		padding-top: 54px;
	}

}

/* main
------------------------------------------ */
main.row {
	max-width: 700px;
}

main {
	text-align: center;
}

main::after {
	content: "";
	display: block;
	height: 150px;
}

main h1 {
	font: 55px "Crimson Text", serif;
	color: #27303a;
	margin-bottom: 82px;
	padding: 0;
	letter-spacing: 0.03em;
	text-shadow: 0 0 5px #fffefe;
}

main p {
	font: 17px/36px "Raleway-regular", sans-serif;
	color: #fff;
	margin-bottom: -3px;
	padding: 0;
}

main hr {
	border: solid #39404e;
	border-width: 5px 0 0;
	margin: 19px auto 12px;
	height: 0;
	width: 100px;
}

main .site-header .logo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 36px 0;
	padding: 0;
}

main .site-header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: /*116px;*/ 500px; /*337px*/
	height: /*80px;*/ 300px;/*225px;*/
	background: url("../images/logo/logo@2x-2.png") no-repeat;
	background-size: contain;
}

@media only screen and (max-width:900px) {
	main.row {
		width: 85%;
	}

	main h1 {
		font: 35px/1.2em "Crimson Text", serif;
	}

	main p {
		font: 16px/30px "montserrat-regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 30px 0;
	}

	main .site-header .logo a {
		width: 104px;
		height: 72px;
	}

}

@media only screen and (max-width:768px) {
	main.row {
		width: 92%;
	}

	main h1 {
		font: 32px/1.2em "montserrat-bold", sans-serif;
	}

	main p {
		font: 15px/30px "montserrat-regular", sans-serif;
	}

	main .site-header .logo {
		margin: 0 0 24px 0;
	}

}

@media only screen and (max-width:500px) {
	main.row {
		width: 96%;
	}

	main h1 {
		font: 30px/1.2em "montserrat-bold", sans-serif;
	}

	main p {
		line-height: 27px;
	}

	main::after {
		height: 78px;
	}

}

@media only screen and (max-width:400px) {
	main.row {
		width: 100%;
	}

	main h1 {
		font: 28px/1.2em "montserrat-bold", sans-serif;
	}

	main p {
		font: 14px/27px "montserrat-regular", sans-serif;
	}

	main .site-header .logo a {
		width: 95px;
		height: 66px;
	}

}





/* about header */
.about-header {
	text-align: center;
	margin-top: 5%;
}

.about-header h1 {
	font: 38px/1.2em "montserrat-bold", sans-serif;
	color: #fbca08;
}

.about-header .icon-wrap {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 36px 0;
	padding: 0;
}

.about-header .icon-wrap i {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width: 70px;
	height: 56px;
	background: url("../images/users@2x.png") no-repeat;
	background-size: contain;
}

@media only screen and (max-width:900px) {
	.about-header {
		margin-top: 7%;
	}

	.about-header h1 {
		font: 35px/1.2em "montserrat-bold", sans-serif;
	}

	.about-header .icon-wrap i {
		width: 61px;
		height: 50px;
	}

}

@media only screen and (max-width:768px) {
	.about-header {
		margin-top: 10%;
	}

	.about-header h1 {
		font: 32px/1.2em "montserrat-bold", sans-serif;
	}

	.about-header .icon-wrap {
		margin: 0 0 24px 0;
	}

}

@media only screen and (max-width:600px) {
	.about-header {
		margin-top: 60px;
	}

}

@media only screen and (max-width:500px) {
	.about-header {
		margin-top: 54px;
	}

	.about-header h1 {
		font: 30px/1.2em "montserrat-bold", sans-serif;
	}

}

@media only screen and (max-width:400px) {
	.about-header h1 {
		font: 28px/1.2em "montserrat-bold", sans-serif;
	}

	.about-header .icon-wrap i {
		width: 56px;
		height: 46px;
	}

}

/* about content */
.about-content {
	color: white;
}

.about-content h3 {
	font: 14px/1em "montserrat-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fbca08;
}

.contact p {
	margin: 9px 0;
}

.contact h3 {
	margin-top: 24px;
	margin-bottom: 0;
}




/* 06. =footer
/* =================================================================== */
footer {
	clear: both;
	font: 12px/24px "Raleway-regular", sans-serif;
	background: #698091;
	padding: 18px 30px;
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	/*z-index: 999992;*/
	letter-spacing: 0.2em;
}

footer a,
footer a:visited {
	color: #525252;
}

footer a:hover,
footer a:focus {
	color: #fff;
}

/* copyright 
------------------------------------------ */
.footer-copyright {
	margin: 0;
	padding: 0;
	float: left;
}

.footer-copyright li {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.footer-copyright li::before {
	content: "|";
	padding-left: 6px;
	padding-right: 10px;
	color: #2c2c2c;
}

.footer-copyright li:first-child:before {
	display: none;
}


.center {
  float:none;
  margin:0 auto;
  display:block;
}


.box{
  background: #7d98ad;
  border: 1px solid #7d98ad;
  box-shadow: none;
  width: auto;
  height: 300px;
  max-width: 71rem;
 opacity: 0.8;
  box-sizing: border-box;
}

.advisory {
  font-size: 31px;
  letter-spacing: 0.3em;
}

.weiter{
    font-family: 'Raleway';
    text-decoration: underline;
    letter-spacing: 0.03em;
}


/*icon font
----------------------------------- */

@font-face {
  font-family: 'mfg';
    src: url('../font/mfglabsiconset-webfont.eot');
    src: url('../font/mfglabsiconset-webfont.svg#mfg_labs_iconsetregular') format('svg'),
   		   url('../font/mfglabsiconset-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mfglabsiconset-webfont.woff') format('woff'),
         url('../font/mfglabsiconset-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.icon-check,
.icon-check_circle
 {
  font-family: 'mfg';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color:#e3e3e3;
  speak: none; 
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2x {font-size: 2rem;}
.icon3x {font-size: 5rem;}


.icon-check:before { content: "\2713"; }
.icon-cross_mark:before { content: "\274C"; }



/* Icon font - Simple Line Icons */
@font-face {
  font-family: 'sli';
  src: url('../font/Simple-Line-Icons.eot?v=2.2.2');
  src: url('../font/Simple-Line-Icons.eot?v=2.2.2#iefix') format('embedded-opentype'), url('../font/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'), url('../font/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'), url('../font/Simple-Line-Icons.woff?v=2.2.2') format('woff'), url('../font/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}


.icon-sli-check,
.icon-sli-clock,
.icon-sli-plus {
  font-family: 'sli';
  font-style: normal;  
  font-variant: normal;
  font-weight: normal;
  color:#fff;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sli-user:before { content: "\e005"; }
.icon-sli-people:before { content: "\e001"; }
.icon-sli-user-female:before { content: "\e000"; }
.icon-sli-user-follow:before { content: "\e002"; }
.icon-sli-user-following:before { content: "\e003"; }
.icon-sli-user-unfollow:before { content: "\e004"; }
.icon-sli-login:before { content: "\e066"; }
.icon-sli-logout:before { content: "\e065"; }
.icon-sli-emotsmile:before { content: "\e021"; }
.icon-sli-phone:before { content: "\e600"; }
.icon-sli-call-end:before { content: "\e048"; }
.icon-sli-call-in:before { content: "\e047"; }
.icon-sli-call-out:before { content: "\e046"; }
.icon-sli-map:before { content: "\e033"; }
.icon-sli-location-pin:before { content: "\e096"; }
.icon-sli-direction:before { content: "\e042"; }
.icon-sli-directions:before { content: "\e041"; }
.icon-sli-compass:before { content: "\e045"; }
.icon-sli-layers:before { content: "\e034"; }
.icon-sli-menu:before { content: "\e601"; }
.icon-sli-list:before { content: "\e067"; }
.icon-sli-options-vertical:before { content: "\e602"; }
.icon-sli-options:before { content: "\e603"; }
.icon-sli-arrow-down:before { content: "\e604"; }
.icon-sli-arrow-left:before { content: "\e605"; }
.icon-sli-arrow-right:before { content: "\e606"; }
.icon-sli-arrow-up:before { content: "\e607"; }
.icon-sli-arrow-up-circle:before { content: "\e078"; }
.icon-sli-arrow-left-circle:before { content: "\e07a"; }
.icon-sli-arrow-right-circle:before { content: "\e079"; }
.icon-sli-arrow-down-circle:before { content: "\e07b"; }
.icon-sli-check:before { content: "\e080"; }
.icon-sli-clock:before { content: "\e081"; }
.icon-sli-plus:before { content: "\e095"; }
.icon-sli-minus:before { content: "\e615"; }
.icon-sli-close:before { content: "\e082"; }
.icon-sli-organization:before { content: "\e616"; }

.icon-sli-trophy:before { content: "\e006"; }
.icon-sli-screen-smartphone:before { content: "\e010"; }
.icon-sli-screen-desktop:before { content: "\e011"; }
.icon-sli-plane:before { content: "\e012"; }
.icon-sli-notebook:before { content: "\e013"; }
.icon-sli-mustache:before { content: "\e014"; }
.icon-sli-mouse:before { content: "\e015"; }
.icon-sli-magnet:before { content: "\e016"; }
.icon-sli-energy:before { content: "\e020"; }
.icon-sli-disc:before { content: "\e022"; }
.icon-sli-cursor:before { content: "\e06e"; }
.icon-sli-cursor-move:before { content: "\e023"; }
.icon-sli-crop:before { content: "\e024"; }
.icon-sli-chemistry:before { content: "\e026"; }
.icon-sli-speedometer:before { content: "\e007"; }
.icon-sli-shield:before { content: "\e00e"; }
.icon-sli-screen-tablet:before { content: "\e00f"; }
.icon-sli-magic-wand:before { content: "\e017"; }
.icon-sli-hourglass:before { content: "\e018"; }
.icon-sli-graduation:before { content: "\e019"; }
.icon-sli-ghost:before { content: "\e01a"; }
.icon-sli-game-controller:before { content: "\e01b"; }
.icon-sli-fire:before { content: "\e01c"; }
.icon-sli-eyeglass:before { content: "\e01d"; }
.icon-sli-envelope-open:before { content: "\e01e"; }
.icon-sli-envelope-letter:before { content: "\e01f"; }
.icon-sli-bell:before { content: "\e027"; }
.icon-sli-badge:before { content: "\e028"; }
.icon-sli-anchor:before { content: "\e029"; }
.icon-sli-wallet:before { content: "\e02a"; }
.icon-sli-vector:before { content: "\e02b"; }
.icon-sli-speech:before { content: "\e02c"; }
.icon-sli-puzzle:before { content: "\e02d"; }
.icon-sli-printer:before { content: "\e02e"; }
.icon-sli-present:before { content: "\e02f"; }
.icon-sli-playlist:before { content: "\e030"; }
.icon-sli-pin:before { content: "\e031"; }
.icon-sli-picture:before { content: "\e032"; }
.icon-sli-handbag:before { content: "\e035"; }
.icon-sli-globe-alt:before { content: "\e036"; }
.icon-sli-globe:before { content: "\e037"; }
.icon-sli-folder-alt:before { content: "\e039"; }
.icon-sli-folder:before { content: "\e089"; }
.icon-sli-film:before { content: "\e03a"; }
.icon-sli-feed:before { content: "\e03b"; }
.icon-sli-drop:before { content: "\e03e"; }
.icon-sli-drawer:before { content: "\e03f"; }
.icon-sli-docs:before { content: "\e040"; }
.icon-sli-doc:before { content: "\e085"; }
.icon-sli-diamond:before { content: "\e043"; }
.icon-sli-cup:before { content: "\e044"; }
.icon-sli-calculator:before { content: "\e049"; }
.icon-sli-bubbles:before { content: "\e04a"; }
.icon-sli-briefcase:before { content: "\e04b"; }
.icon-sli-book-open:before { content: "\e04c"; }
.icon-sli-basket-loaded:before { content: "\e04d"; }
.icon-sli-basket:before { content: "\e04e"; }
.icon-sli-bag:before { content: "\e04f"; }
.icon-sli-action-undo:before { content: "\e050"; }
.icon-sli-action-redo:before { content: "\e051"; }
.icon-sli-wrench:before { content: "\e052"; }
.icon-sli-umbrella:before { content: "\e053"; }
.icon-sli-trash:before { content: "\e054"; }
.icon-sli-tag:before { content: "\e055"; }
.icon-sli-support:before { content: "\e056"; }
.icon-sli-frame:before { content: "\e038"; }
.icon-sli-size-fullscreen:before { content: "\e057"; }
.icon-sli-size-actual:before { content: "\e058"; }
.icon-sli-shuffle:before { content: "\e059"; }
.icon-sli-share-alt:before { content: "\e05a"; }
.icon-sli-share:before { content: "\e05b"; }
.icon-sli-rocket:before { content: "\e05c"; }
.icon-sli-question:before { content: "\e05d"; }
.icon-sli-pie-chart:before { content: "\e05e"; }
.icon-sli-pencil:before { content: "\e05f"; }
.icon-sli-note:before { content: "\e060"; }
.icon-sli-loop:before { content: "\e064"; }
.icon-sli-home:before { content: "\e069"; }
.icon-sli-grid:before { content: "\e06a"; }
.icon-sli-graph:before { content: "\e06b"; }
.icon-sli-microphone:before { content: "\e063"; }
.icon-sli-music-tone-alt:before { content: "\e061"; }
.icon-sli-music-tone:before { content: "\e062"; }
.icon-sli-earphones-alt:before { content: "\e03c"; }
.icon-sli-earphones:before { content: "\e03d"; }
.icon-sli-equalizer:before { content: "\e06c"; }
.icon-sli-like:before { content: "\e068"; }
.icon-sli-dislike:before { content: "\e06d"; }
.icon-sli-control-start:before { content: "\e06f"; }
.icon-sli-control-rewind:before { content: "\e070"; }
.icon-sli-control-play:before { content: "\e071"; }
.icon-sli-control-pause:before { content: "\e072"; }
.icon-sli-control-forward:before { content: "\e073"; }
.icon-sli-control-end:before { content: "\e074"; }
.icon-sli-volume-1:before { content: "\e09f"; }
.icon-sli-volume-2:before { content: "\e0a0"; }
.icon-sli-volume-off:before { content: "\e0a1"; }
.icon-sli-calendar:before { content: "\e075"; }
.icon-sli-bulb:before { content: "\e076"; }
.icon-sli-chart:before { content: "\e077"; }
.icon-sli-ban:before { content: "\e07c"; }
.icon-sli-bubble:before { content: "\e07d"; }
.icon-sli-camrecorder:before { content: "\e07e"; }
.icon-sli-camera:before { content: "\e07f"; }
.icon-sli-cloud-download:before { content: "\e083"; }
.icon-sli-cloud-upload:before { content: "\e084"; }
.icon-sli-envelope:before { content: "\e086"; }
.icon-sli-eye:before { content: "\e087"; }
.icon-sli-flag:before { content: "\e088"; }
.icon-sli-heart:before { content: "\e08a"; }
.icon-sli-info:before { content: "\e08b"; }
.icon-sli-key:before { content: "\e08c"; }
.icon-sli-link:before { content: "\e08d"; }
.icon-sli-lock:before { content: "\e08e"; }
.icon-sli-lock-open:before { content: "\e08f"; }
.icon-sli-magnifier:before { content: "\e090"; }
.icon-sli-magnifier-add:before { content: "\e091"; }
.icon-sli-magnifier-remove:before { content: "\e092"; }
.icon-sli-paper-clip:before { content: "\e093"; }
.icon-sli-paper-plane:before { content: "\e094"; }
.icon-sli-power:before { content: "\e097"; }
.icon-sli-refresh:before { content: "\e098"; }
.icon-sli-reload:before { content: "\e099"; }
.icon-sli-settings:before { content: "\e09a"; }
.icon-sli-star:before { content: "\e09b"; }
.icon-sli-symbol-female:before { content: "\e09c"; }
.icon-sli-symbol-male:before { content: "\e09d"; }
.icon-sli-target:before { content: "\e09e"; }
.icon-sli-credit-card:before { content: "\e025"; }
.icon-sli-paypal:before { content: "\e608"; }
.icon-sli-social-tumblr:before { content: "\e00a"; }
.icon-sli-social-twitter:before { content: "\e009"; }
.icon-sli-social-facebook:before { content: "\e00b"; }
.icon-sli-social-instagram:before { content: "\e609"; }
.icon-sli-social-linkedin:before { content: "\e60a"; }
.icon-sli-social-pinterest:before { content: "\e60b"; }
.icon-sli-social-github:before { content: "\e60c"; }
.icon-sli-social-google:before { content: "\e60d"; }
.icon-sli-social-reddit:before { content: "\e60e"; }
.icon-sli-social-skype:before { content: "\e60f"; }
.icon-sli-social-dribbble:before { content: "\e00d"; }
.icon-sli-social-behance:before { content: "\e610"; }
.icon-sli-social-foursqare:before { content: "\e611"; }
.icon-sli-social-soundcloud:before { content: "\e612"; }
.icon-sli-social-spotify:before { content: "\e613"; }
.icon-sli-social-stumbleupon:before { content: "\e614"; }
.icon-sli-social-youtube:before { content: "\e008"; }
.icon-sli-social-dropbox:before { content: "\e00c"; }


.icon-sli-layers.icon3x.text-dark.center {
    text-align: center;
	color: #ACACAC;
	
}

.icon-sli-key.icon3x.text-dark.center {
    text-align: center;
	color: #ACACAC;
	
}


