@font-face {
  font-family: "icon";
  src: url("../../statics/icons/icon-dc7226094ba3c44f4480bc664ca41628.eot");
  src: url("../../statics/icons/icon-dc7226094ba3c44f4480bc664ca41628.eot?#iefix") format("embedded-opentype"), url("../../statics/icons/icon-dc7226094ba3c44f4480bc664ca41628.woff") format("woff"), url("../../statics/icons/icon-dc7226094ba3c44f4480bc664ca41628.ttf") format("truetype"), url("../../statics/icons/icon-dc7226094ba3c44f4480bc664ca41628.svg?#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family:"icon";
    src:url("../../icons/icon-dc7226094ba3c44f4480bc664ca41628.eot");
    font-weight:normal;
    font-style:normal;
}
*/
/*
@font-face {
	font-family:"icon";
	src:url("../../icons/icon-dc7226094ba3c44f4480bc664ca41628.eot");
	src:url("../../icons/icon-dc7226094ba3c44f4480bc664ca41628.eot?#iefix") format("embedded-opentype"),
		url("../../icons/icon-dc7226094ba3c44f4480bc664ca41628.woff") format("woff"),
		url("../../icons/icon-dc7226094ba3c44f4480bc664ca41628.ttf") format("truetype"),
		url("../../icons/icon-dc7226094ba3c44f4480bc664ca41628.svg?#icon") format("svg");
	font-weight:normal;
	font-style:normal;
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icon";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-OLD_print:before,
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-connect:before,
.icon-document:before,
.icon-extern:before,
.icon-facebook:before,
.icon-flashmessage_error:before,
.icon-flashmessage_info:before,
.icon-flashmessage_ok:before,
.icon-google:before,
.icon-ical:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-logout:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-print:before,
.icon-rss:before,
.icon-spinner:before,
.icon-tick:before,
.icon-twitter:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: "icon";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-OLD_print:before {
  content: "\f101";
}
.icon-arrow_down:before {
  content: "\f102";
}
.icon-arrow_down_small:before {
  content: "\f103";
}
.icon-arrow_left:before {
  content: "\f104";
}
.icon-arrow_right:before {
  content: "\f105";
}
.icon-arrow_up:before {
  content: "\f106";
}
.icon-arrow_up_small:before {
  content: "\f107";
}
.icon-close:before {
  content: "\f108";
}
.icon-connect:before {
  content: "\f109";
}
.icon-document:before {
  content: "\f10a";
}
.icon-extern:before {
  content: "\f10b";
}
.icon-facebook:before {
  content: "\f10c";
}
.icon-flashmessage_error:before {
  content: "\f10d";
}
.icon-flashmessage_info:before {
  content: "\f10e";
}
.icon-flashmessage_ok:before {
  content: "\f10f";
}
.icon-google:before {
  content: "\f110";
}
.icon-ical:before {
  content: "\f111";
}
.icon-lesezeit:before {
  content: "\f112";
}
.icon-link:before {
  content: "\f113";
}
.icon-linkedin:before {
  content: "\f114";
}
.icon-links:before {
  content: "\f115";
}
.icon-logout:before {
  content: "\f116";
}
.icon-lupe:before {
  content: "\f117";
}
.icon-mail:before {
  content: "\f118";
}
.icon-navi:before {
  content: "\f119";
}
.icon-print:before {
  content: "\f11a";
}
.icon-rss:before {
  content: "\f11b";
}
.icon-spinner:before {
  content: "\f11c";
}
.icon-tick:before {
  content: "\f11d";
}
.icon-twitter:before {
  content: "\f11e";
}
.icon-vcard:before {
  content: "\f11f";
}
.icon-view:before {
  content: "\f120";
}
.icon-xing:before {
  content: "\f121";
}
.icon-youtube:before {
  content: "\f122";
}
/*
font-family: 'Source Serif Pro';
400 -> light
700 -> semibold

font-family: 'Roboto';
700 -> bold
600 -> medium
500 -> light
400 -> thin
*/
#newsletter_signin .parsley-errors-list {
  display: none !important;
}
/*
.newsletter {
	
	.form {
		text-align: center;
		margin: 30px 20%;
		
		.itemSplit {
			position: relative;
		}
		
		input {
			padding: 18px 20px;
			font: 400 22px/26px @body-font;
			border-radius: 5px;
			background: @bg-color-1;
			border: 1px solid @bg-color-1;
		}
		
		label {
			display: none;
		}
		
		.submit {
			position: absolute;
			right: 0;
			top: 0;
		}
		
		.buttonXL {
			margin: 0;
			height: 64px;
			border-radius: 0 5px 5px 0;
			background: @cp-color-1;
			
			span {
				width: 0;
				overflow: hidden;
				display: block;
				transition: width 200ms ease-out;
			}
			
			&:before {
				left: 25px;
				top: 50%;
				margin-top: -20px;
			}
			
			&:hover {
				background: @cp-color-1;
				
				span {
					width: 106px;
				}
				
				&:before {
					left: 20px;
				}
			}
			
			.loader-container {
				background: @cp-color-1;
				border-radius: 0 5px 5px 0;
			}
			
			.loader-container .loader-animation .loader-css .loader {
				font-size: 3px;
				top: 2px;
				left: 5px;
				
			}
			
		}
		
		&.error {
			.message {
				color: red;
			}
		}
		
		&.success {
			
			.itemSplit {
				display: none;
			}
			
			.message {
				color: @cp-color-1;
				font: 400 22px/26px @headline-font;
			}
		}
	}
	
	.intro {
		max-width: 100%;
		
		p {
			font: 400 20px/28px @body-font;
			padding-bottom: 24px;
		}
	}
		
	.disclaimer {
		width: 600px;
		float: left;
		
		p {
			font: 400 14px/21px @body-font;
		}
		
	}
	
	.cancel {
		width: 300px;
		float: right;
		
		a {
			margin: 2px 0 0;
		}
		
		p {
			font: 400 14px/20px @body-font;
		}
		
	}
	
	&.anmeldung.ok {
		padding-top:0;
	}
	
	
	&.abmeldung {
		padding-top:0;
		
		.form .buttonXL:hover span { width: 112px; }
	}
	
	&.anmeldung.ok,
	&.abmeldung.ok {
		
		.form.success {
			margin:0 0 60px;
		}
	}
	
}


@media screen and ( max-width: 959px )  {
	
	.newsletter {
	
	.form {
		margin: 30px 10%;
	}
		
	.disclaimer,
	.cancel {
		width: auto;
		float: none;
		
	}
	
	}
	
}



@media screen and ( max-width: 639px )  {
	
	.newsletter {
	
	.form {
		margin: 0 10px;
	}
	
	}
	
}

*/
/*
#newsletter_ext {
	
	.form {
		
		input[required] {
			background: @bg-color-1;
		}
		
		&.error {
			
			.message {
				color: red;
			}
		}
		
	}
		
	.disclaimer {
		width: 600px;
		float: left;
		
	}
	
	.cancel {
		width: 300px;
		float: right;
		
		a {
			margin: 2px 0 0;
		}
		
	}
	
	
}
*/
/*# sourceMappingURL=style.css.map */