@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
*/
.abc {
  padding: 0 10px 20px;
}
.abc .wrap {
  display: table;
  width: 100%;
}
.abc span {
  display: table-cell;
  color: #242424;
  padding: 0 10px 0;
  font: 700 22px/28px "HelveticaNeue";
}
.abc span:hover {
  color: #f7a600;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .abc .wrap {
    display: block;
  }
  .abc span {
    display: inline-block;
  }
}
.filter {
  /*
	.select2-container {
	}
	
	.select2-container .select2-choice,
	.select2-container-multi .select2-choices {
		font: 400 14px/18px @body-font;
		box-shadow: none !important;
		color: @text-color !important;
		border: 1px solid white;
		height: 18px;
		background: @bg-color-1;
	}
	
	.select2-container .select2-choice .select2-arrow {
		width: 20px;
		right: 7px;
		top: 1px;
		
		b {
			.icon-arrow_down;
			&:before {
				font-size: 5px;
			}
		
		}
		
	}
	
	.select2-container .select2-choice:hover,
	.select2-container-multi .select2-choices:hover {
		color: @text-color;
		border: 1px solid @text-color !important;
	}

	*/
}
.filter .hl3 {
  text-transform: uppercase;
}
.filter .text p {
  padding-bottom: 20px;
}
.filter .form {
  background: #f4f4f4;
  padding: 30px 15px;
  margin: 0 15px 40px;
}
.filter .item {
  padding: 0 15px;
  margin: 0;
  float: left;
  width: 33%;
  box-sizing: border-box;
}
.filter .item:nth-of-type(4) {
  width: 34%;
}
.filter .form .item {
  padding: 0 15px;
  margin: 0;
  float: left;
  width: 33%;
  box-sizing: border-box;
}
.filter .form .item:nth-of-type(4) {
  width: 34%;
}
.filter .select2-container .select2-choice,
.filter .select2-container-multi .select2-choices {
  font: 700 18px/22px "HelveticaNeue";
}
@media screen and (max-width: 639px) {
  .filter .form {
    padding: 20px 20px 5px;
  }
  .filter .item,
  .filter .form .item {
    width: 100% !important;
    padding: 0 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */
@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
*/
.mmt-pagination .wrap {
  background: #f4f4f4;
  padding: 30px;
  margin: 0 15px 40px;
}
.mmt-pagination ul {
  margin: 0;
  float: none;
}
.mmt-pagination ul li {
  margin: 0 1px 0 0;
  list-style: none;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  background: none;
  font: 400 15px/40px "OpenSans", Arial, serif;
}
.mmt-pagination ul li a {
  display: block;
  color: #242424 !important;
  font: 400 15px/40px "OpenSans", Arial, serif;
}
.mmt-pagination ul li a:hover {
  background: white;
}
.mmt-pagination ul li.current {
  background: white;
}
.mmt-pagination ul li.prev a,
.mmt-pagination ul li.next a {
  position: relative;
  text-indent: -10000em;
  width: 40px;
  padding: 0;
  text-align: center;
  background-image: none;
  display: block;
}
.mmt-pagination ul li.prev a:before,
.mmt-pagination ul li.next a:before {
  font-family: "icon";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.mmt-pagination ul li.prev a:before,
.mmt-pagination ul li.next a:before {
  content: "\f104";
}
.mmt-pagination ul li.prev a:before,
.mmt-pagination ul li.next a:before {
  text-indent: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.mmt-pagination ul li.next a:before {
  font-family: "icon";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.mmt-pagination ul li.next a:before {
  content: "\f105";
}
.mmt-filter .select-sort #select2-drop .select2-search {
  display: block !important;
}
.mmt-search {
  max-width: 100%!important;
}
.mmt-search .wrap {
  margin-bottom: 30px !important;
}
.mmt-search .form {
  margin: 0;
  /*
		.itemSplit .item20 {
			padding-left: 0;
			width: 20%;
		}
		*/
}
.mmt-search .form .item {
  margin: 0 !important;
}
@media screen and (max-width: 640px) {
  .mmt-search .form .item.item80 {
    margin-bottom: 15px !important;
  }
}
.mmt-search .form .item.submit {
  margin: 30px 0 20px;
}
.mmt-search .form .item.submit .button {
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.mmt-filter .form {
  margin-bottom: 30px;
}
.mmt-filter .item {
  float: right !important;
}
.mmt-teaser .wrap {
  padding-bottom: 60px;
  min-height: 180px;
}
.mmt-teaser .hl3 {
  padding-bottom: 10px;
}
.mmt-teaser p {
  padding-bottom: 20px;
  display: block;
}
.mmt-teaser .read-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f4f4;
  padding: 15px 30px 15px 75px;
  font: 700 18px/28px "HelveticaNeue";
  color: #242424;
  z-index: -2;
}
.mmt-teaser .read-more:before {
  font-family: "icon";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.mmt-teaser .read-more:before {
  content: "\f109";
}
.mmt-teaser .read-more:before {
  position: absolute;
  left: 30px;
  font-size: 28px;
}
.mmt-login .text {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cfcfd0;
}
.mmt-login .text .button {
  margin: 0;
  float: right;
}
.mmt-teaserCTA .wrap {
  margin-bottom: 40px;
}
.mmt-teaserCTA .hl3 {
  color: #242424;
}
.mmt-teaserCTA .hl3 span {
  color: #f7a600;
}
.mmt-teaserCTA .text {
  padding-bottom: 0;
}
.mmt-teaserCTA .text ul {
  padding-bottom: 0;
}
.mmt-teaserCTA .text ul li {
  color: #242424;
  padding: 20px 0;
}
.mmt-teaserCTA .text ul li:before {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 1px;
  background: #cfcfd0;
  left: 50%;
  margin-left: -60px;
}
.mmt-teaserCTA .text ul li:first-of-type:before {
  display: none;
}
.mmt-contactform {
  max-width: none !important;
}
.mmt-contactform .wrap-66p {
  max-width: 820px;
}
.mmt-contactform .mmt-teaser {
  width: 100%;
}
.mmt-contactform .mmt-teaser .wrap {
  background: white;
  margin: 0 0 30px;
  border: 3px solid #f7a600 !important;
  min-height: 140px;
  padding: 30px 220px 30px 30px;
}
.mmt-contactform .mmt-teaser .wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 30px;
  width: 220px;
  background: #f7a600;
}
.mmt-contactform .mmt-teaser .wrap:before {
  content: "";
  background: url(/typo3conf/ext/lf_base/Resources/Frontend/build/assets/images/mmt_white.svg) left top no-repeat;
  position: absolute;
  right: 50px;
  top: 40px;
  z-index: 2;
  width: 121px;
  height: 138px;
}
@media screen and (max-width: 640px) {
  .mmt-contactform .mmt-teaser .wrap {
    padding: 100px 20px 30px;
  }
  .mmt-contactform .mmt-teaser .wrap:after {
    height: 80px;
    bottom: auto;
    width: 100%;
    left: 0;
  }
  .mmt-contactform .mmt-teaser .wrap:before {
    right: auto;
    top: 12px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 60px;
    background-size: 100% auto;
  }
}
.mmt-contactform .mmt-teaser.mmt-teaser--success .wrap:before {
  font-family: "icon";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.mmt-contactform .mmt-teaser.mmt-teaser--success .wrap:before {
  content: "\f11d";
}
.mmt-contactform .mmt-teaser.mmt-teaser--success .wrap:before {
  background: transparent;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 100px;
  color: white;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mmt-contactform .mmt-teaser.mmt-teaser--success .wrap:before {
    top: 12px;
    right: auto;
    left: 50%;
    margin-left: -25px;
    font-size: 48px;
  }
}
.mmt-contactform .mmt-teaser .hl3 {
  text-transform: none !important;
  color: #242424 !important;
}
.mmt-contactform .mmt-teaser .hl4 {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */