* {
	margin: 0;
	padding: 0;

}
html, body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 101%;
}
@font-face {
    font-family: 'Josefin';
    src: url('fonts/josefinsans-bold-webfont.eot');
    src: url('fonts/josefinsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-bold-webfont.woff') format('woff'),
         url('fonts/josefinsans-bold-webfont.ttf') format('truetype'),
         url('fonts/josefinsans-bold-webfont.svg#josefin_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Josefin';
    src: url('fonts/josefinsans-light-webfont.eot');
    src: url('fonts/josefinsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-light-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-light-webfont.woff') format('woff'),
         url('fonts/josefinsans-light-webfont.ttf') format('truetype'),
         url('fonts/josefinsans-light-webfont.svg#josefin_sanslight') format('svg');
    font-weight: lighter;
    font-style: normal;

}
@font-face {
    font-family: 'Josefin';
    src: url('fonts/josefinsans-regular-webfont.eot');
    src: url('fonts/josefinsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-regular-webfont.woff') format('woff'),
         url('fonts/josefinsans-regular-webfont.ttf') format('truetype'),
         url('fonts/josefinsans-regular-webfont.svg#josefin_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'Josefin';
    font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: #000;
	background: #eee;
	line-height: 1.75em;
}
h1 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
	padding-top: 1em;
}
h2 {
	margin: 0 0 0.25rem 0;
	color: #FFE077;
	font-size: 1.25rem;
}
h2 + p {
	padding-top: 2em;
}
h3 {
	font-size: 1.25rem;
	margin: 0;
	padding: 0.25rem 0;
}
h4 {
	font-size: 1.75rem;
	text-align: center;
	padding: 0.5rem;
	color: #FFEAA3;
	text-transform: uppercase;
	margin: 0 auto 1em auto;
}
h5 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
p {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #005aa3;
}
hr {
	margin: 1em 0;
	background: #fff;
	border-color: #fff;
}
ul {
	padding-left: 1em;
	padding-bottom: 1em;
}
ul ul {
	padding-bottom: 0;
}
li {
	line-height: 1.5em;
}
/* CLEAR FIX */
.clearfix:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.container {

}
#wrapper {
	width: 100%;
	margin: auto;
}
#headertop {
	width: 100%;
	padding: 20px 0 0 0;
	background: #eee;
	position: relative;
	z-index: 3;
	text-align: center;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(10, 10, 10, 0.6);
	-moz-box-shadow:    0px 3px 4px 0px rgba(10, 10, 10, 0.6);
	box-shadow:         0px 3px 4px 0px rgba(10, 10, 10, 0.6);

}
/* Logo */
#nklogo {
	max-height: 80px;
	padding: 0;
	display: block;
}
#nklogo img {
	max-height: 80px;
}

/* Fixed nach Scrolling */
#wrapper.fixed {
	margin-top: 4.1rem;
	padding-top: 90px;
}
#wrapper.fixed #headertop.fixed {
	position: fixed;
	top: 0;
	padding: 0;
}

@media (max-height: 25rem) {
	#wrapper.fixed #headertop.fixed {
		position: relative;
	}
	#wrapper.fixed {
		margin-top: 0;
		padding: 0;
	}
}
#headertop.fixed #nklogo {
	height: 3rem;
	padding: 0.5rem 0;
	display: none;
}
#headertop.fixed #nklogo img {
	max-height: 3rem;
}
ul.hauptmenue {
	display: inline-block;
	margin: 0 auto;
	padding: 1rem 0;
	min-height: 2rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	text-align: center;
	vertical-align: middle;
}
ul.hauptmenue > li {
	display: inline-block;
	padding: 0 0.4rem;
	font-size: 1rem;
	line-height: 2rem;
	vertical-align: middle;
	text-transform: uppercase;
}
ul.hauptmenue > li > a {
	color: #000;
	transition: color ease-in-out 0.125s;
}
ul.hauptmenue > li > a::before {
	content: "\e646";
	margin-right: 0.2em;
	font-family: 'icomoon';
	font-size: 0.9rem;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgba(100, 100, 100, 0.5);

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.hauptmenue > li > a.mainMenueHome::before {
	content: "\e602";
}
ul.hauptmenue > li > a.mainMenueProfil::before {
	content: "\e670";
}
ul.hauptmenue > li > a.mainMenueLeistungen::before {
	content: "\e68f";
}
ul.hauptmenue > li > a.mainMenueKontakt::before {
	content: "\e66e";
}
ul.hauptmenue > li > a:hover,
ul.hauptmenue > li.current > a,
ul.hauptmenue > li.active > a {
	color: #005aa3;
}
ul.hauptmenue > li > a:hover::before,
ul.hauptmenue > li.current > a::before,
ul.hauptmenue > li.active > a::before {
	color: #005aa3;
}


#header {

}
#middle {
	width: 100%;
	min-height: 30rem; /* <- DELETE ------------------------------------------------------------ */
	display: block;
	position: relative;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005aa3+0,005aa3+44,003765+100 */
	background: #005aa3; /* Old browsers */
	background: -moz-linear-gradient(top, #005aa3 0%, #005aa3 44%, #003765 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005aa3), color-stop(44%,#005aa3), color-stop(100%,#003765)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005aa3 0%,#005aa3 44%,#003765 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005aa3 0%,#005aa3 44%,#003765 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005aa3 0%,#005aa3 44%,#003765 100%); /* IE10+ */
	background: linear-gradient(to bottom, #005aa3 0%,#005aa3 44%,#003765 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aa3', endColorstr='#003765',GradientType=0 ); /* IE6-9 */
}
#middle > div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
}
#precontent {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 15rem;
}
#precontent.default,
#precontent.startseite {
	background: url('../images/homebildgross.jpg') no-repeat center center;
	background-size: cover;
}
#precontent.profilseite {
	background: url('../images/profilbildgross.jpg') no-repeat center center;
	background-size: cover;
}
#precontent.leistungsseite0 {
	background: url('../images/leistungsbild0gross.jpg') no-repeat center center;
	background-size: cover;
}
#precontent.leistungsseite1 {
	background: url('../images/leistungsbild1gross.jpg') no-repeat center center;
	background-size: cover;
}
#precontent.leistungsseite2 {
	background: url('../images/leistungsbild2gross.jpg') no-repeat center center;
	background-size: cover;
}
#precontent.leistungsseite3 {
	background: url('../images/leistungsbild3gross.jpg') no-repeat bottom left;
	background-size: cover;
}
#precontent.kontaktseite {
	background: url('../images/kontaktbildgross.jpg') no-repeat center center;
	background-size: cover;
}
#precontent::after {
	content: "";
	position: absolute;
	z-index: 999;
	bottom: 0.25rem;
	left: 0;
	right: 0;
	height: 0.25rem;
	background: #005aa3;
}
#content {
	display: block;
	font-size: 1.25rem;
	color: #fff;
	padding-bottom: 2em;
}
#content > * {
	padding: 1rem 3rem;
}
#content > div#system-message-container {
	padding: 0;
}
#postcontent {
	display: block;
	background: #134773;

}

/* Postcontent Menue */
div.postcontentmenue {
	text-align: center;
}
div.postcontentmenue h3 {
	font-size: 1.5rem;
	color: #fff;
	display: inline-block;
	margin-top: 0.5rem;
	display: none;
}
ul#leistungsmenue {
	list-style-type: none;
	list-style-position: outside;
	padding: 1rem;
	font-size: 1rem;
}
ul#leistungsmenue li {
	color: #000;
	margin: 0.5rem 0.25rem;
	display: block;
}
ul#leistungsmenue a {
	display: block;
	padding: 0.5rem;
	border-radius: 0.75rem;
	text-align: center;
	background: #F47B52;
	font-weight: bold;
	-webkit-box-shadow: 0 0 1em 0px rgba(25, 25, 25, 0.5);
	-moz-box-shadow:    0 0 1em 0px rgba(25, 25, 25, 0.5);
	box-shadow:         0 0 1em 0px rgba(25, 25, 25, 0.5);
}
ul#leistungsmenue a,
ul#leistungsmenue li {
	color: #fff;
}
ul#leistungsmenue a:hover,
ul#leistungsmenue li.current a {
	color: #000;
	background: #8DB4D5;
	-webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0);
	-moz-box-shadow:    0 0 0 0 rgba(50, 50, 50, 0);
	box-shadow:         0 0 0 0 rgba(50, 50, 50, 0);
}


#appsbox {
	position: relative;
	z-index: 1;
	padding: 1rem 0;
	background: #005aa3;
	background: -moz-linear-gradient(top,  #005aa3 0%, #ffb207 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005aa3), color-stop(100%,#ffb207));
	background: -webkit-linear-gradient(top,  #005aa3 0%,#ffb207 100%);
	background: -o-linear-gradient(top,  #005aa3 0%,#ffb207 100%);
	background: -ms-linear-gradient(top,  #005aa3 0%,#ffb207 100%);
	background: linear-gradient(to bottom,  #005aa3 0%,#ffb207 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aa3', endColorstr='#ffb207',GradientType=0 );
}
#overbottom {
	padding: 1rem 0;
}
#bottom {
	min-height: 10rem;
}

/* SLIDER */
#slider {
	position: relative;
	z-index: 2;
	padding-bottom: 0.5rem;
	background: #eee;
	-webkit-box-shadow: 0px -3px 4px 0px rgba(10, 10, 10, 0.6);
	-moz-box-shadow:    0px -3px 4px 0px rgba(10, 10, 10, 0.6);
	box-shadow:         0px -3px 4px 0px rgba(10, 10, 10, 0.6);
}
.rueckrufModul {
	height: 25rem;
}
*/
/* PostContent */
.fullSizeImage.postcontentmuster {
	background: url('../images/postcontentmuster.jpg') no-repeat center center;
	background-size: cover;
}
/* Footer */
#copyright::before {
    background: #eee;
    content: "";
	display: block;
	height: 0.25rem;
	position: relative;
	top: -0.5rem;
	z-index: 999;
}
#copyright {
	background: #eee;
}
.copyrightmodul {
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0.25rem 0;
	color: #000;
}


/* J-Override Contact Form ------------> */
/* komische ueberschrift entfernen */
div.contact > h3:first-of-type {
	display: none;
}
div.contact > h3 {
	color: #ffe077;

}
div.contact-form {

}
div.contact-form > form#contact-form {

}
div.contact-form > form#contact-form > fieldset {
	padding: 1rem;
}
div.contact-form > form#contact-form > fieldset > legend {
	padding: 0 1rem;
	font-size: 1rem;
}
div.contact-form > form#contact-form > fieldset > div.control-group {

}
/* control-label */
div.contact-form > form#contact-form > fieldset > div.control-group > div.control-label {

}
div.contact-form > form#contact-form > fieldset > div.control-group > div.control-label > label {

}
div.contact-form > form#contact-form > fieldset > div.control-group > div.control-label > label > span.star {

}
/* controls */
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls {
	margin-bottom: 0.5em;
}
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > input,
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > textarea {
	width: 98%;
	padding: 0.1rem 1%;
	border: none;
	border-radius: 0.5rem;
	font-size: 1.1rem;
}
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > input {

}
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > input:focus,
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > textarea:focus {
	background: #8DB4D5;
}
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > input[type="checkbox"] {
	margin: 0.5rem;
}
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > input[type="checkbox"],
div.contact-form > form#contact-form > fieldset > div.control-group > div.control-label > label#jform_contact_email_copy-lbl {
	float: right;
	width: auto;
}
div.contact-form > form#contact-form > fieldset > div.control-group > div.controls > textarea {

}
/* form-actions */
div.contact-form > form#contact-form > fieldset > div.form-actions {
	clear: both;
	text-align: center;
	padding-top: 1rem;
}
div.contact-form > form#contact-form > fieldset > div.form-actions > button.btn-primary {
	width: 90%;
	padding: 0.5rem 0;
	border: solid 0.05em transparent;
	border-radius: 0.75rem;
	text-align: center;
	background: #F47B52;
	color: #fff;
	font-size: 1.1rem;
	-webkit-box-shadow: 0 0 1em 0px rgba(25, 25, 25, 0.5);
	-moz-box-shadow:    0 0 1em 0px rgba(25, 25, 25, 0.5);
	box-shadow:         0 0 1em 0px rgba(25, 25, 25, 0.5);
}
div.contact-form > form#contact-form > fieldset > div.form-actions > button.btn-primary:hover {
	color: #000;
	background: #8DB4D5;
	border: solid 0.05em rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 1em 0px rgba(255, 255, 255, 0);
	-moz-box-shadow:    0 0 1em 0px rgba(255, 255, 255, 0);
	box-shadow:         0 0 1em 0px rgba(255, 255, 255, 0);
}

/* Kontaktdetails Postcontent */
div.kontaktdaten {
	margin: 0 auto;
	text-align: center;
}

div.kontaktdaten > div.kontaktCircle::before {
	content: "";
	position: relative;
	z-index: -1;
	display: block;
	border: solid 0.1em #fff;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	margin: 0 auto 0.1em auto;
	padding: 0.25em;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	vertical-align: middle;
	font-size: 4rem;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #F47B52;
	color: #fff;
}
div.kontaktdaten > div.kontaktCircle.mobile::before {
	content: "\e654";
}
div.kontaktdaten > div.kontaktCircle.envelope::before {
	content: "\e640";
}
div.kontaktdaten > div.kontaktCircle {
	position: relative;
	z-index: 999;
	margin: 0 1em 1em 1em;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}




/* Footermenue */
div.footermenue {

}
div.footermenue > ul {
	text-align: center;
	padding: 0.5rem 0 0 0;
	font-size: 1.1rem;
}
div.footermenue > ul > li {
	display: inline-block;
	color: #000;
	padding: 0 0.25rem;
}
div.footermenue > ul > li > a {
	color: #000;

}
div.footermenue > ul > li.current > a,
div.footermenue > ul > li > a:hover {
	color: #005aa3;
}


/* <------------ J-Override Contact Form */


/* BEGINN ICONS */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-h2i8fs');
	src:url('fonts/icomoon.eot?#iefix-h2i8fs') format('embedded-opentype'),
		url('fonts/icomoon.woff?-h2i8fs') format('woff'),
		url('fonts/icomoon.ttf?-h2i8fs') format('truetype'),
		url('fonts/icomoon.svg?-h2i8fs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e600";
}

.icon-home2:before {
	content: "\e601";
}

.icon-home3:before {
	content: "\e602";
}

.icon-office:before {
	content: "\e603";
}

.icon-newspaper:before {
	content: "\e604";
}

.icon-pencil:before {
	content: "\e605";
}

.icon-pencil2:before {
	content: "\e606";
}

.icon-quill:before {
	content: "\e607";
}

.icon-pen:before {
	content: "\e608";
}

.icon-blog:before {
	content: "\e609";
}

.icon-droplet:before {
	content: "\e60a";
}

.icon-paint-format:before {
	content: "\e60b";
}

.icon-image:before {
	content: "\e60c";
}

.icon-image2:before {
	content: "\e60d";
}

.icon-images:before {
	content: "\e60e";
}

.icon-camera:before {
	content: "\e60f";
}

.icon-music:before {
	content: "\e610";
}

.icon-headphones:before {
	content: "\e611";
}

.icon-play:before {
	content: "\e612";
}

.icon-film:before {
	content: "\e613";
}

.icon-camera2:before {
	content: "\e614";
}

.icon-dice:before {
	content: "\e615";
}

.icon-pacman:before {
	content: "\e616";
}

.icon-spades:before {
	content: "\e617";
}

.icon-clubs:before {
	content: "\e618";
}

.icon-diamonds:before {
	content: "\e619";
}

.icon-pawn:before {
	content: "\e61a";
}

.icon-bullhorn:before {
	content: "\e61b";
}

.icon-connection:before {
	content: "\e61c";
}

.icon-podcast:before {
	content: "\e61d";
}

.icon-feed:before {
	content: "\e61e";
}

.icon-book:before {
	content: "\e61f";
}

.icon-books:before {
	content: "\e620";
}

.icon-library:before {
	content: "\e621";
}

.icon-file:before {
	content: "\e622";
}

.icon-profile:before {
	content: "\e623";
}

.icon-file2:before {
	content: "\e624";
}

.icon-file3:before {
	content: "\e625";
}

.icon-file4:before {
	content: "\e626";
}

.icon-copy:before {
	content: "\e627";
}

.icon-copy2:before {
	content: "\e628";
}

.icon-copy3:before {
	content: "\e629";
}

.icon-paste:before {
	content: "\e62a";
}

.icon-paste2:before {
	content: "\e62b";
}

.icon-paste3:before {
	content: "\e62c";
}

.icon-stack:before {
	content: "\e62d";
}

.icon-folder:before {
	content: "\e62e";
}

.icon-folder-open:before {
	content: "\e62f";
}

.icon-tag:before {
	content: "\e630";
}

.icon-tags:before {
	content: "\e631";
}

.icon-barcode:before {
	content: "\e632";
}

.icon-qrcode:before {
	content: "\e633";
}

.icon-ticket:before {
	content: "\e634";
}

.icon-cart:before {
	content: "\e635";
}

.icon-cart2:before {
	content: "\e636";
}

.icon-cart3:before {
	content: "\e637";
}

.icon-coin:before {
	content: "\e638";
}

.icon-credit:before {
	content: "\e639";
}

.icon-calculate:before {
	content: "\e63a";
}

.icon-support:before {
	content: "\e63b";
}

.icon-phone:before {
	content: "\e63c";
}

.icon-phone-hang-up:before {
	content: "\e63d";
}

.icon-address-book:before {
	content: "\e63e";
}

.icon-notebook:before {
	content: "\e63f";
}

.icon-envelope:before {
	content: "\e640";
}

.icon-pushpin:before {
	content: "\e641";
}

.icon-location:before {
	content: "\e642";
}

.icon-location2:before {
	content: "\e643";
}

.icon-compass:before {
	content: "\e644";
}

.icon-map:before {
	content: "\e645";
}

.icon-map2:before {
	content: "\e646";
}

.icon-history:before {
	content: "\e647";
}

.icon-clock:before {
	content: "\e648";
}

.icon-clock2:before {
	content: "\e649";
}

.icon-alarm:before {
	content: "\e64a";
}

.icon-alarm2:before {
	content: "\e64b";
}

.icon-bell:before {
	content: "\e64c";
}

.icon-stopwatch:before {
	content: "\e64d";
}

.icon-calendar:before {
	content: "\e64e";
}

.icon-calendar2:before {
	content: "\e64f";
}

.icon-print:before {
	content: "\e650";
}

.icon-keyboard:before {
	content: "\e651";
}

.icon-screen:before {
	content: "\e652";
}

.icon-laptop:before {
	content: "\e653";
}

.icon-mobile:before {
	content: "\e654";
}

.icon-mobile2:before {
	content: "\e655";
}

.icon-tablet:before {
	content: "\e656";
}

.icon-tv:before {
	content: "\e657";
}

.icon-cabinet:before {
	content: "\e658";
}

.icon-drawer:before {
	content: "\e659";
}

.icon-drawer2:before {
	content: "\e65a";
}

.icon-drawer3:before {
	content: "\e65b";
}

.icon-box-add:before {
	content: "\e65c";
}

.icon-box-remove:before {
	content: "\e65d";
}

.icon-download:before {
	content: "\e65e";
}

.icon-upload:before {
	content: "\e65f";
}

.icon-disk:before {
	content: "\e660";
}

.icon-storage:before {
	content: "\e661";
}

.icon-undo:before {
	content: "\e662";
}

.icon-redo:before {
	content: "\e663";
}

.icon-flip:before {
	content: "\e664";
}

.icon-flip2:before {
	content: "\e665";
}

.icon-undo2:before {
	content: "\e666";
}

.icon-redo2:before {
	content: "\e667";
}

.icon-forward:before {
	content: "\e668";
}

.icon-reply:before {
	content: "\e669";
}

.icon-bubble:before {
	content: "\e66a";
}

.icon-bubbles:before {
	content: "\e66b";
}

.icon-bubbles2:before {
	content: "\e66c";
}

.icon-bubble2:before {
	content: "\e66d";
}

.icon-bubbles3:before {
	content: "\e66e";
}

.icon-bubbles4:before {
	content: "\e66f";
}

.icon-user:before {
	content: "\e670";
}

.icon-user2:before {
	content: "\e672";
}

.icon-users2:before {
	content: "\e673";
}

.icon-user3:before {
	content: "\e674";
}

.icon-user4:before {
	content: "\e675";
}

.icon-quotes-left:before {
	content: "\e676";
}

.icon-busy:before {
	content: "\e677";
}

.icon-spinner:before {
	content: "\e678";
}

.icon-spinner2:before {
	content: "\e679";
}

.icon-spinner3:before {
	content: "\e67a";
}

.icon-spinner4:before {
	content: "\e67b";
}

.icon-spinner5:before {
	content: "\e67c";
}

.icon-spinner6:before {
	content: "\e67d";
}

.icon-binoculars:before {
	content: "\e67e";
}

.icon-search:before {
	content: "\e67f";
}

.icon-zoomin:before {
	content: "\e680";
}

.icon-zoomout:before {
	content: "\e681";
}

.icon-expand:before {
	content: "\e682";
}

.icon-contract:before {
	content: "\e683";
}

.icon-expand2:before {
	content: "\e684";
}

.icon-contract2:before {
	content: "\e685";
}

.icon-key:before {
	content: "\e686";
}

.icon-key2:before {
	content: "\e687";
}

.icon-lock:before {
	content: "\e688";
}

.icon-lock2:before {
	content: "\e689";
}

.icon-unlocked:before {
	content: "\e68a";
}

.icon-wrench:before {
	content: "\e68b";
}

.icon-settings:before {
	content: "\e68c";
}

.icon-equalizer:before {
	content: "\e68d";
}

.icon-cog:before {
	content: "\e68e";
}

.icon-cogs:before {
	content: "\e68f";
}

.icon-cog2:before {
	content: "\e690";
}

.icon-hammer:before {
	content: "\e691";
}

.icon-wand:before {
	content: "\e692";
}

.icon-aid:before {
	content: "\e693";
}

.icon-bug:before {
	content: "\e694";
}

.icon-pie:before {
	content: "\e695";
}

.icon-stats:before {
	content: "\e696";
}

.icon-bars:before {
	content: "\e697";
}

.icon-bars2:before {
	content: "\e698";
}

.icon-gift:before {
	content: "\e699";
}

.icon-trophy:before {
	content: "\e69a";
}

.icon-glass:before {
	content: "\e69b";
}

.icon-mug:before {
	content: "\e69c";
}

.icon-food:before {
	content: "\e69d";
}

.icon-leaf:before {
	content: "\e69e";
}

.icon-rocket:before {
	content: "\e69f";
}

.icon-meter:before {
	content: "\e6a0";
}

.icon-meter2:before {
	content: "\e6a1";
}

.icon-dashboard:before {
	content: "\e6a2";
}

.icon-hammer2:before {
	content: "\e6a3";
}

.icon-fire:before {
	content: "\e6a4";
}

.icon-lab:before {
	content: "\e6a5";
}

.icon-magnet:before {
	content: "\e6a6";
}

.icon-remove:before {
	content: "\e6a7";
}

.icon-remove2:before {
	content: "\e6a8";
}

.icon-briefcase:before {
	content: "\e6a9";
}

.icon-airplane:before {
	content: "\e6aa";
}

.icon-truck:before {
	content: "\e6ab";
}

.icon-road:before {
	content: "\e6ac";
}

.icon-accessibility:before {
	content: "\e6ad";
}

.icon-target:before {
	content: "\e6ae";
}

.icon-shield:before {
	content: "\e6af";
}

.icon-lightning:before {
	content: "\e6b0";
}

.icon-switch:before {
	content: "\e6b1";
}

.icon-powercord:before {
	content: "\e6b2";
}

.icon-signup:before {
	content: "\e6b3";
}

.icon-list:before {
	content: "\e6b4";
}

.icon-list2:before {
	content: "\e6b5";
}

.icon-numbered-list:before {
	content: "\e6b6";
}

.icon-menu:before {
	content: "\e6b7";
}

.icon-menu2:before {
	content: "\e6b8";
}

.icon-tree:before {
	content: "\e6b9";
}

.icon-cloud:before {
	content: "\e6ba";
}

.icon-cloud-download:before {
	content: "\e6bb";
}

.icon-cloud-upload:before {
	content: "\e6bc";
}

.icon-download2:before {
	content: "\e6bd";
}

.icon-upload2:before {
	content: "\e6be";
}

.icon-download3:before {
	content: "\e6bf";
}

.icon-upload3:before {
	content: "\e6c0";
}

.icon-globe:before {
	content: "\e6c1";
}

.icon-earth:before {
	content: "\e6c2";
}

.icon-link:before {
	content: "\e6c3";
}

.icon-flag:before {
	content: "\e6c4";
}

.icon-attachment:before {
	content: "\e6c5";
}

.icon-eye:before {
	content: "\e6c6";
}

.icon-eye-blocked:before {
	content: "\e6c7";
}

.icon-eye2:before {
	content: "\e6c8";
}

.icon-bookmark:before {
	content: "\e6c9";
}

.icon-bookmarks:before {
	content: "\e6ca";
}

.icon-brightness-medium:before {
	content: "\e6cb";
}

.icon-brightness-contrast:before {
	content: "\e6cc";
}

.icon-contrast:before {
	content: "\e6cd";
}

.icon-star:before {
	content: "\e6ce";
}

.icon-star2:before {
	content: "\e6cf";
}

.icon-star3:before {
	content: "\e6d0";
}

.icon-heart:before {
	content: "\e6d1";
}

.icon-heart2:before {
	content: "\e6d2";
}

.icon-heart-broken:before {
	content: "\e6d3";
}

.icon-thumbs-up:before {
	content: "\e6d4";
}

.icon-thumbs-up2:before {
	content: "\e6d5";
}

.icon-happy:before {
	content: "\e6d6";
}

.icon-happy2:before {
	content: "\e6d7";
}

.icon-smiley:before {
	content: "\e6d8";
}

.icon-smiley2:before {
	content: "\e6d9";
}

.icon-tongue:before {
	content: "\e6da";
}

.icon-tongue2:before {
	content: "\e6db";
}

.icon-sad:before {
	content: "\e6dc";
}

.icon-sad2:before {
	content: "\e6dd";
}

.icon-wink:before {
	content: "\e6de";
}

.icon-wink2:before {
	content: "\e6df";
}

.icon-grin:before {
	content: "\e6e0";
}

.icon-grin2:before {
	content: "\e6e1";
}

.icon-cool:before {
	content: "\e6e2";
}

.icon-cool2:before {
	content: "\e6e3";
}

.icon-angry:before {
	content: "\e6e4";
}

.icon-angry2:before {
	content: "\e6e5";
}

.icon-evil:before {
	content: "\e6e6";
}

.icon-evil2:before {
	content: "\e6e7";
}

.icon-shocked:before {
	content: "\e6e8";
}

.icon-shocked2:before {
	content: "\e6e9";
}

.icon-confused:before {
	content: "\e6ea";
}

.icon-confused2:before {
	content: "\e6eb";
}

.icon-neutral:before {
	content: "\e6ec";
}

.icon-neutral2:before {
	content: "\e6ed";
}

.icon-wondering:before {
	content: "\e6ee";
}

.icon-wondering2:before {
	content: "\e6ef";
}

.icon-point-up:before {
	content: "\e6f0";
}

.icon-point-right:before {
	content: "\e6f1";
}

.icon-point-down:before {
	content: "\e6f2";
}

.icon-point-left:before {
	content: "\e6f3";
}

.icon-warning:before {
	content: "\e6f4";
}

.icon-notification:before {
	content: "\e6f5";
}

.icon-question:before {
	content: "\e6f6";
}

.icon-info:before {
	content: "\e6f7";
}

.icon-info2:before {
	content: "\e6f8";
}

.icon-blocked:before {
	content: "\e6f9";
}

.icon-cancel-circle:before {
	content: "\e6fa";
}

.icon-checkmark-circle:before {
	content: "\e6fb";
}

.icon-spam:before {
	content: "\e6fc";
}

.icon-close:before {
	content: "\e6fd";
}

.icon-checkmark:before {
	content: "\e6fe";
}

.icon-checkmark2:before {
	content: "\e6ff";
}

.icon-spell-check:before {
	content: "\e700";
}

.icon-minus:before {
	content: "\e701";
}

.icon-plus:before {
	content: "\e702";
}

.icon-enter:before {
	content: "\e703";
}

.icon-exit:before {
	content: "\e704";
}

.icon-play2:before {
	content: "\e705";
}

.icon-pause:before {
	content: "\e706";
}

.icon-stop:before {
	content: "\e707";
}

.icon-backward:before {
	content: "\e708";
}

.icon-forward2:before {
	content: "\e709";
}

.icon-play3:before {
	content: "\e70a";
}

.icon-pause2:before {
	content: "\e70b";
}

.icon-stop2:before {
	content: "\e70c";
}

.icon-backward2:before {
	content: "\e70d";
}

.icon-forward3:before {
	content: "\e70e";
}

.icon-first:before {
	content: "\e70f";
}

.icon-last:before {
	content: "\e710";
}

.icon-previous:before {
	content: "\e711";
}

.icon-next:before {
	content: "\e712";
}

.icon-eject:before {
	content: "\e713";
}

.icon-volume-high:before {
	content: "\e714";
}

.icon-volume-medium:before {
	content: "\e715";
}

.icon-volume-low:before {
	content: "\e716";
}

.icon-volume-mute:before {
	content: "\e717";
}

.icon-volume-mute2:before {
	content: "\e718";
}

.icon-volume-increase:before {
	content: "\e719";
}

.icon-volume-decrease:before {
	content: "\e71a";
}

.icon-loop:before {
	content: "\e71b";
}

.icon-loop2:before {
	content: "\e71c";
}

.icon-loop3:before {
	content: "\e71d";
}

.icon-shuffle:before {
	content: "\e71e";
}

.icon-arrow-up-left:before {
	content: "\e71f";
}

.icon-arrow-up:before {
	content: "\e720";
}

.icon-arrow-up-right:before {
	content: "\e721";
}

.icon-arrow-right:before {
	content: "\e722";
}

.icon-arrow-down-right:before {
	content: "\e723";
}

.icon-arrow-down:before {
	content: "\e724";
}

.icon-arrow-down-left:before {
	content: "\e725";
}

.icon-arrow-left:before {
	content: "\e726";
}

.icon-arrow-up-left2:before {
	content: "\e727";
}

.icon-arrow-up2:before {
	content: "\e728";
}

.icon-arrow-up-right2:before {
	content: "\e729";
}

.icon-arrow-right2:before {
	content: "\e72a";
}

.icon-arrow-down-right2:before {
	content: "\e72b";
}

.icon-arrow-down2:before {
	content: "\e72c";
}

.icon-arrow-down-left2:before {
	content: "\e72d";
}

.icon-arrow-left2:before {
	content: "\e72e";
}

.icon-arrow-up-left3:before {
	content: "\e72f";
}

.icon-arrow-up3:before {
	content: "\e730";
}

.icon-arrow-up-right3:before {
	content: "\e731";
}

.icon-arrow-right3:before {
	content: "\e732";
}

.icon-arrow-down-right3:before {
	content: "\e733";
}

.icon-arrow-down3:before {
	content: "\e734";
}

.icon-arrow-down-left3:before {
	content: "\e735";
}

.icon-arrow-left3:before {
	content: "\e736";
}

.icon-tab:before {
	content: "\e737";
}

.icon-checkbox-checked:before {
	content: "\e738";
}

.icon-checkbox-unchecked:before {
	content: "\e739";
}

.icon-checkbox-partial:before {
	content: "\e73a";
}

.icon-radio-checked:before {
	content: "\e73b";
}

.icon-radio-unchecked:before {
	content: "\e73c";
}

.icon-crop:before {
	content: "\e73d";
}

.icon-scissors:before {
	content: "\e73e";
}

.icon-filter:before {
	content: "\e73f";
}

.icon-filter2:before {
	content: "\e740";
}

.icon-font:before {
	content: "\e741";
}

.icon-text-height:before {
	content: "\e742";
}

.icon-text-width:before {
	content: "\e743";
}

.icon-bold:before {
	content: "\e744";
}

.icon-underline:before {
	content: "\e745";
}

.icon-italic:before {
	content: "\e746";
}

.icon-strikethrough:before {
	content: "\e747";
}

.icon-omega:before {
	content: "\e748";
}

.icon-sigma:before {
	content: "\e749";
}

.icon-table:before {
	content: "\e74a";
}

.icon-table2:before {
	content: "\e74b";
}

.icon-insert-template:before {
	content: "\e74c";
}

.icon-pilcrow:before {
	content: "\e74d";
}

.icon-lefttoright:before {
	content: "\e74e";
}

.icon-righttoleft:before {
	content: "\e74f";
}

.icon-paragraph-left:before {
	content: "\e750";
}

.icon-paragraph-center:before {
	content: "\e751";
}

.icon-paragraph-right:before {
	content: "\e752";
}

.icon-paragraph-justify:before {
	content: "\e753";
}

.icon-paragraph-left2:before {
	content: "\e754";
}

.icon-paragraph-center2:before {
	content: "\e755";
}

.icon-paragraph-right2:before {
	content: "\e756";
}

.icon-paragraph-justify2:before {
	content: "\e757";
}

.icon-indent-increase:before {
	content: "\e758";
}

.icon-indent-decrease:before {
	content: "\e759";
}

.icon-newtab:before {
	content: "\e75a";
}

.icon-embed:before {
	content: "\e75b";
}

.icon-code:before {
	content: "\e75c";
}

.icon-console:before {
	content: "\e75d";
}

.icon-share:before {
	content: "\e75e";
}

.icon-mail:before {
	content: "\e75f";
}

.icon-mail2:before {
	content: "\e760";
}

.icon-mail3:before {
	content: "\e761";
}

.icon-mail4:before {
	content: "\e762";
}

.icon-google:before {
	content: "\e763";
}

.icon-googleplus:before {
	content: "\e764";
}

.icon-googleplus2:before {
	content: "\e765";
}

.icon-googleplus3:before {
	content: "\e766";
}

.icon-googleplus4:before {
	content: "\e767";
}

.icon-google-drive:before {
	content: "\e768";
}

.icon-facebook:before {
	content: "\e769";
}

.icon-facebook2:before {
	content: "\e76a";
}

.icon-facebook3:before {
	content: "\e76b";
}

.icon-instagram:before {
	content: "\e76c";
}

.icon-twitter:before {
	content: "\e76d";
}

.icon-twitter2:before {
	content: "\e76e";
}

.icon-twitter3:before {
	content: "\e76f";
}

.icon-feed2:before {
	content: "\e770";
}

.icon-feed3:before {
	content: "\e771";
}

.icon-feed4:before {
	content: "\e772";
}

.icon-youtube:before {
	content: "\e773";
}

.icon-youtube2:before {
	content: "\e774";
}

.icon-vimeo:before {
	content: "\e775";
}

.icon-vimeo2:before {
	content: "\e776";
}

.icon-vimeo3:before {
	content: "\e777";
}

.icon-lanyrd:before {
	content: "\e778";
}

.icon-flickr:before {
	content: "\e779";
}

.icon-flickr2:before {
	content: "\e77a";
}

.icon-flickr3:before {
	content: "\e77b";
}

.icon-flickr4:before {
	content: "\e77c";
}

.icon-picassa:before {
	content: "\e77d";
}

.icon-picassa2:before {
	content: "\e77e";
}

.icon-dribbble:before {
	content: "\e77f";
}

.icon-dribbble2:before {
	content: "\e780";
}

.icon-dribbble3:before {
	content: "\e781";
}

.icon-forrst:before {
	content: "\e782";
}

.icon-forrst2:before {
	content: "\e783";
}

.icon-deviantart:before {
	content: "\e784";
}

.icon-deviantart2:before {
	content: "\e785";
}

.icon-steam:before {
	content: "\e786";
}

.icon-steam2:before {
	content: "\e787";
}

.icon-github:before {
	content: "\e788";
}

.icon-github2:before {
	content: "\e789";
}

.icon-github3:before {
	content: "\e78a";
}

.icon-github4:before {
	content: "\e78b";
}

.icon-github5:before {
	content: "\e78c";
}

.icon-wordpress:before {
	content: "\e78d";
}

.icon-wordpress2:before {
	content: "\e78e";
}

.icon-joomla:before {
	content: "\e78f";
}

.icon-blogger:before {
	content: "\e790";
}

.icon-blogger2:before {
	content: "\e791";
}

.icon-tumblr:before {
	content: "\e792";
}

.icon-tumblr2:before {
	content: "\e793";
}

.icon-yahoo:before {
	content: "\e794";
}

.icon-tux:before {
	content: "\e795";
}

.icon-apple:before {
	content: "\e796";
}

.icon-finder:before {
	content: "\e797";
}

.icon-android:before {
	content: "\e798";
}

.icon-windows:before {
	content: "\e799";
}

.icon-windows8:before {
	content: "\e79a";
}

.icon-soundcloud:before {
	content: "\e79b";
}

.icon-soundcloud2:before {
	content: "\e79c";
}

.icon-skype:before {
	content: "\e79d";
}

.icon-reddit:before {
	content: "\e79e";
}

.icon-linkedin:before {
	content: "\e79f";
}

.icon-lastfm:before {
	content: "\e7a0";
}

.icon-lastfm2:before {
	content: "\e7a1";
}

.icon-delicious:before {
	content: "\e7a2";
}

.icon-stumbleupon:before {
	content: "\e7a3";
}

.icon-stumbleupon2:before {
	content: "\e7a4";
}

.icon-stackoverflow:before {
	content: "\e7a5";
}

.icon-pinterest:before {
	content: "\e7a6";
}

.icon-pinterest2:before {
	content: "\e7a7";
}

.icon-xing:before {
	content: "\e7a8";
}

.icon-xing2:before {
	content: "\e7a9";
}

.icon-flattr:before {
	content: "\e7aa";
}

.icon-foursquare:before {
	content: "\e7ab";
}

.icon-foursquare2:before {
	content: "\e7ac";
}

.icon-paypal:before {
	content: "\e7ad";
}

.icon-paypal2:before {
	content: "\e7ae";
}

.icon-paypal3:before {
	content: "\e7af";
}

.icon-yelp:before {
	content: "\e7b0";
}

.icon-libreoffice:before {
	content: "\e7b1";
}

.icon-file-pdf:before {
	content: "\e7b2";
}

.icon-file-openoffice:before {
	content: "\e7b3";
}

.icon-file-word:before {
	content: "\e7b4";
}

.icon-file-excel:before {
	content: "\e7b5";
}

.icon-file-zip:before {
	content: "\e7b6";
}

.icon-file-powerpoint:before {
	content: "\e7b7";
}

.icon-file-xml:before {
	content: "\e7b8";
}

.icon-file-css:before {
	content: "\e7b9";
}

.icon-html5:before {
	content: "\e7ba";
}

.icon-html52:before {
	content: "\e7bb";
}

.icon-css3:before {
	content: "\e7bc";
}

.icon-chrome:before {
	content: "\e7bd";
}

.icon-firefox:before {
	content: "\e7be";
}

.icon-IE:before {
	content: "\e7bf";
}

.icon-opera:before {
	content: "\e7c0";
}

.icon-safari:before {
	content: "\e7c1";
}

.icon-IcoMoon:before {
	content: "\e7c2";
}


/* ENDE ICONS */
input,
textarea {
	border: solid 2px #005aa3;
	box-decoration-break: none;
}
.nkContactFormContainer {
	padding: 2em 0;
}
#nkjsimplecontact-submit {
	margin-top: 0.25em;
	font-size: 1.1em;
	background: #F47B52;
	color: #fff;
	text-transform: uppercase;
	border: solid 1px #fff;
}
