@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row [class*="col-"] {
  float: left;
}
.row [class*="col-"].u-push {
  float: right;
}
.row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row--cg {
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
}
.row--cg:before, .row--cg:after {
  content: " ";
  display: table;
}
.row--cg:after {
  clear: both;
}
.row--cg [class*="col-"] {
  float: left;
}
.row--cg [class*="col-"].u-push {
  float: right;
}
.row--cg [class*="col-"] {
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 599px) {
  .row--cg {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .row--cg [class*="col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .col-sm-1 {
    width: 33.3333333333%;
  }
  .col-sm-2 {
    width: 66.6666666667%;
  }
  .col-sm-3 {
    width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .col-md-1 {
    width: 16.6666666667%;
  }
  .col-md-2 {
    width: 33.3333333333%;
  }
  .col-md-3 {
    width: 50%;
  }
  .col-md-4 {
    width: 66.6666666667%;
  }
  .col-md-5 {
    width: 83.3333333333%;
  }
  .col-md-6 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*
|--------------------------------------------------------------------------
| Icons
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.o-icon--nav, .o-icon--phone, .o-icon--map, .o-icon--download, .o-icon--arrow-left, .o-icon--arrow-right, .o-icon--arrow-down, .o-icon--heart, .o-icon--search, .o-icon--overview, .o-icon--video, .o-icon--upload, .o-icon--mail, .o-icon--facebook, .o-icon--google, .o-icon--offer, .o-icon--x-mark, .o-icon--zoom, .o-icon--youtube, .o-icon--twitter, .o-icon--instagram, .o-icon--youtube-2, .o-icon--download2, .o-icon--phone2, .o-icon--phone3, .o-icon--fax, .o-icon--mail2 {
  display: block;
  position: relative;
  text-align: center;
  text-indent: -9999px;
}
.o-icon--nav:before, .o-icon--phone:before, .o-icon--map:before, .o-icon--download:before, .o-icon--arrow-left:before, .o-icon--arrow-right:before, .o-icon--arrow-down:before, .o-icon--heart:before, .o-icon--search:before, .o-icon--overview:before, .o-icon--video:before, .o-icon--upload:before, .o-icon--mail:before, .o-icon--facebook:before, .o-icon--google:before, .o-icon--offer:before, .o-icon--x-mark:before, .o-icon--zoom:before, .o-icon--youtube:before, .o-icon--twitter:before, .o-icon--instagram:before, .o-icon--youtube-2:before, .o-icon--download2:before, .o-icon--phone2:before, .o-icon--phone3:before, .o-icon--fax:before, .o-icon--mail2:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 0.875em;
  text-indent: 0;
  font-family: "icons";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.o-icon--nav, .o-icon--phone, .o-icon--map, .o-icon--download, .o-icon--arrow-left, .o-icon--arrow-right, .o-icon--arrow-down, .o-icon--heart, .o-icon--search, .o-icon--overview, .o-icon--video, .o-icon--upload, .o-icon--mail, .o-icon--facebook, .o-icon--google, .o-icon--offer, .o-icon--x-mark, .o-icon--zoom, .o-icon--youtube, .o-icon--twitter, .o-icon--instagram, .o-icon--youtube-2, .o-icon--download2, .o-icon--phone2, .o-icon--phone3, .o-icon--fax, .o-icon--mail2 {
  /* !Icon-Plus = CCS-Icon! */
}
.o-icon--nav:before {
  content: "A";
}
.o-icon--phone:before {
  content: "B";
}
.o-icon--map:before {
  content: "C";
}
.o-icon--download:before {
  content: "D";
}
.o-icon--arrow-left:before {
  content: "E";
}
.o-icon--arrow-right:before {
  content: "F";
}
.o-icon--arrow-down:before {
  content: "G";
}
.o-icon--heart:before {
  content: "H";
}
.o-icon--search:before {
  content: "I";
}
.o-icon--overview:before {
  content: "J";
}
.o-icon--video:before {
  content: "K";
}
.o-icon--upload:before {
  content: "L";
}
.o-icon--mail:before {
  content: "M";
}
.o-icon--facebook:before {
  content: "N";
}
.o-icon--google:before {
  content: "O";
  font-size: 1.5em;
}
.o-icon--offer:before {
  content: "P";
}
.o-icon--x-mark:before {
  content: "Q";
}
.o-icon--zoom:before {
  content: "R";
}
.o-icon--youtube:before {
  content: "S";
  font-size: 1.25em;
}
.o-icon--twitter:before {
  content: "T";
}
.o-icon--instagram:before {
  content: "U";
  font-size: 1em;
}
.o-icon--youtube-2:before {
  content: "V";
  font-size: 1.25em;
}
.o-icon--download2:before {
  content: "W";
}
.o-icon--phone2:before {
  content: "X";
}
.o-icon--phone3:before {
  content: "Y";
}
.o-icon--fax:before {
  content: "Z";
}
.o-icon--mail2:before {
  content: "a";
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
/*
|--------------------------------------------------------------------------
| Globals
|--------------------------------------------------------------------------
*/
html {
  color: #262626;
}
body {
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.035em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #004c87;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #004c87;
  color: #fff;
  text-shadow: none;
}
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}
.wrapper, .l-wrap {
  padding: 0 1em;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .wrapper, .l-wrap {
    padding: 0 2em;
  }
}
@media only screen and (min-width: 1260px) {
  .wrapper, .l-wrap {
    margin: auto;
    width: 1280px;
  }
}
@media screen and (min-width: 1344px) {
  .wrapper, .l-wrap {
    padding: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
.t1, h1, .t2, h2, .t3, h3 {
  color: #004c87;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
}
.t1, h1 {
  font-size: 2.5em;
  letter-spacing: -0.025em;
  line-height: 1em;
  position: relative;
}
.t1:after, h1:after {
  background: #262626;
  bottom: -1.75rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 2em;
}
@media only screen and (min-width: 1000px) {
  .t1, h1 {
    font-size: 2.5rem;
  }
}
.t2, h2 {
  font-size: 1.625rem;
  letter-spacing: 0em;
}
.t3, h3 {
  font-size: 1.25rem;
  letter-spacing: 0.025em;
}
@media only screen and (min-width: 1000px) {
  .t3, h3 {
    /*text-align: left; */
  }
}
.s1 {
  font-size: 0.875em;
  line-height: 1.625em;
}
.s2 {
  font-size: 0.75em;
  line-height: 1.625em;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
p {
  margin: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
ul, ol {
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
figure {
  margin: 0;
}
figcaption {
  background: #ccc;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.625em;
  margin: 0 0 1em;
  padding: 1em 1rem;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
/*
|--------------------------------------------------------------------------
| Form Globals
|--------------------------------------------------------------------------
*/
input, button, textarea {
  background: #fff;
  border: none;
  color: #004c87;
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  outline: none;
  padding: 0.625em 0.5em;
  width: 100%;
}
@media only screen and (min-width: 1260px) {
  input, button, textarea {
    font-size: 1.125em;
  }
}
.o-btn, .o-btn--ghost, button.o-btn--ghost, input[type="submit"].o-btn--ghost, button, input[type="submit"] {
  background: #262626;
  color: #fff;
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.15rem;
  line-height: 1.625em;
  padding: 10px 3.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 1000px) {
  .o-btn, .o-btn--ghost, button.o-btn--ghost, input[type="submit"].o-btn--ghost, button, input[type="submit"] {
    font-size: 0.875em;
    line-height: 1.625em;
  }
}
.o-btn:hover, .o-btn--ghost:hover, button.o-btn--ghost:hover, input.o-btn--ghost[type="submit"]:hover, button:hover, input[type="submit"]:hover {
  opacity: 0.8;
}
.o-btn--ghost, button.o-btn--ghost, input[type="submit"].o-btn--ghost {
  background: transparent;
  border: 3px solid #004c87;
  color: #262626;
}
.o-btn--ghost:hover, button.o-btn--ghost:hover, input[type="submit"].o-btn--ghost:hover {
  background: #004c87;
  color: #fff;
}
.o-btn2 {
  background-color: transparent;
  color: inherit;
  display: inline-block;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.925em;
  padding: 0.25em 0.25em 0.25em 0;
  position: relative;
  letter-spacing: 0.125em;
  line-height: 1.6em;
  text-decoration: none !important;
  text-transform: uppercase;
}
.o-btn2:after {
  content: "〉";
  font-family: Helvetica, Arial, sans-serif;
  font-size: 70%;
  font-weight: normal;
  position: absolute;
  right: -1.25em;
}
.o-btn2:hover {
  opacity: 0.8;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
  -webkit-box-shadow: inset 1px 1px 1px 1px #b2b2b2;
  -moz-box-shadow: inset 1px 1px 1px 1px #b2b2b2;
  -ms-box-shadow: inset 1px 1px 1px 1px #b2b2b2;
  box-shadow: inset 1px 1px 1px 1px #b2b2b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}
input[type="text"]::-moz-placeholder {
  color: #8c8c8c;
}
input[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
}
input[type="text"]:-moz-placeholder {
  color: #8c8c8c;
}
input[type="radio"] {
  width: 2em;
}
input[type="checkbox"] {
  margin-right: 0.5em;
  width: auto;
}
textarea {
  resize: vertical;
}
select {
  height: 2.5em;
  width: 100%;
}
label {
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
|--------------------------------------------------------------------------
| Form Validation
|--------------------------------------------------------------------------
*/
.formular {
  position: relative;
}
.required-hint {
  float: left;
  font-size: 0.75em;
}
.error, .error .required {
  color: #d94b4b;
}
.terms {
  display: none;
}
#js-error {
  background-color: #d94b4b;
  display: none;
  line-height: 1.46em;
  padding: 1em;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#js-error.show {
  display: block;
}
#js-error ul {
  text-align: center;
}
#js-error ul li {
  color: #fff;
  list-style: none;
  padding: 0;
}
/*
|--------------------------------------------------------------------------
| Header / Nav
|--------------------------------------------------------------------------
*/
/*
.c-top-nav {
background-color: $color-secondary;

.c-top-nav__list--left {
display: inline-block;

.c-top-nav__item {
display: inline-block;
float: left;

.c-item {
color: $color-white;
display: block;
padding: .25em .5em;
text-indent: -9999px;
@include s2;

@media screen and (min-width:736px){
margin-right: 1em;
padding-left: 1.5em;
text-align: left;
text-indent: initial;
}

&[class*='o-icon--']{
height: 100%;
width: 30px;

@media screen and (min-width:736px){
width: auto;
}
}
}

&:first-child .c-item {
display: none;

@include respond-to(medium-screens){
display: block;	
padding-left: 0;
}
}
}
}

.c-top-nav__list--right {
@extend .c-top-nav__list--left;

.c-top-nav__item {

.c-item {
margin-left: .5em;
margin-right: 0;
padding: .25em .5em;
text-align: center;				
text-indent: -9999px;

&[class*='o-icon--']{
width: 30px;
}
}

&:first-child .c-item {
display: none;

@include respond-to(wide-screens){
display: block;
text-indent: initial;
}
}
}
}
}

.l-top-nav {
position: relative;
}

.l-top-nav__list--left { 
float: left;
}

.l-top-nav__list--right {
float: right;
}
*/
.c-header {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .c-header {
    height: 155px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-header {
    height: 210px;
  }
}
@media only screen and (min-width: 960px) {
  .c-header.is_stuck {
    height: 110px;
  }
}
.c-header__inner {
  background: #fff;
  height: 260px;
  max-height: 260px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 960px) {
  .c-header__inner {
    height: 155px;
    max-height: inherit;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-header__inner {
    height: 210px;
  }
}
.c-header__inner .l-wrap {
  padding: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1343px) {
  .c-header__inner .l-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.fscr-container .c-header__inner {
  background: transparent;
}
.is_stuck .c-header__inner {
  height: 110px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.fscr-container .is_stuck .c-header__inner {
  background: #fff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.l-logo-container {
  bottom: 0;
  left: -1em;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 30%;
  width: 62vw;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 960px) {
  .l-logo-container {
    margin: 0;
    max-width: 270px;
    padding-left: 1em;
    position: relative;
    top: -10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media only screen and (min-width: 1260px) {
  .l-logo-container {
    max-width: 300px;
  }
}
.c-logo {
  background: url("/_layout/img/logo-agw_ausbildungsverbund_gewerbliche_wirtschaft-suhl_ilmenau.gif") no-repeat center;
  background-size: 100%;
  display: block;
  height: 47vw;
  margin: 0 auto;
  max-height: 145px;
  max-width: 196px;
  width: 57vw;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 960px) {
  .c-logo {
    margin: 0;
    max-height: 150px;
    max-width: 210px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media only screen and (min-width: 1260px) {
  .c-logo {
    max-height: 203px;
    max-width: 278px;
  }
}
@media only screen and (min-width: 960px) {
  .is_stuck .c-logo {
    background-position: 0 0;
    max-height: 97px;
  }
}
@media only screen and (min-width: 1260px) {
  .is_stuck .c-logo {
    background-position: 0 -1em;
    max-height: 100px;
  }
}
.c-conveyors__txt {
  display: block;
  font-size: 0.625em;
  line-height: 1rem;
  padding: 0 2em;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .c-conveyors__txt {
    display: inline-block;
    margin-top: 2.25em;
    max-width: 300px;
    padding-right: 0;
    text-align: right;
  }
}
.c-conveyors__img {
  display: block;
  margin: 1em auto;
  max-width: 190px;
  padding-left: 1em;
}
@media only screen and (min-width: 960px) {
  .c-conveyors__img {
    display: inline-block;
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-conveyors__img {
    margin-right: 0.5em;
  }
}
.c-conveyors {
  max-width: 450px;
}
@media only screen and (min-width: 960px) {
  .c-conveyors {
    max-width: none;
  }
}
.l-conveyors {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.is_stuck .l-conveyors {
  top: -0.5em;
}
@media only screen and (min-width: 960px) {
  .l-conveyors {
    float: right;
    height: 30px;
    margin: 0;
    position: relative;
    text-align: right;
    top: 0;
    width: 75%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
.c-nav {
  height: 4em;
  margin-top: 1em;
}
@media only screen and (min-width: 960px) {
  .c-nav {
    float: right;
    height: 125px;
    margin-top: 0;
    padding-top: 0.5em;
    position: relative;
    text-align: right;
    top: 0;
    width: 75%;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media only screen and (min-width: 960px) {
  .is_stuck .c-nav {
    top: -0.25em;
  }
}
@media only screen and (min-width: 1260px) {
  .is_stuck .c-nav {
    top: -0.5em;
  }
}
.c-nav.mm-menu {
  height: 100%;
}
.c-nav.is_stuck .c-nav__item--search, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--phone, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--nav, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--nav, .c-nav.is_stuck .c-nav__item--nav {
  background-color: #fff;
  color: #004c87;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.c-nav.is_stuck .c-nav__item--search .c-item, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--phone .c-item, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--phone .c-item, .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--nav .c-item, .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--nav .c-item, .c-nav.is_stuck .c-nav__item--nav .c-item {
  color: #262626;
}
.c-nav.is_stuck .c-nav__item--search [class*="o-icon--"], .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"], .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--phone [class*="o-icon--"], .c-nav.is_stuck .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"], .c-nav__list--navsec .c-nav.is_stuck .c-nav__item--nav [class*="o-icon--"], .c-nav.is_stuck .c-nav__item--nav [class*="o-icon--"] {
  border: 2px solid #004c87;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.c-nav__list--navsec, .c-nav__list--navmain {
  display: none;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec, .c-nav__list--navmain {
    display: inline-block;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item, .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav, .c-nav__list--navmain .c-nav__item {
    display: inline-block;
    float: left;
  }
}
.c-nav__list--navsec .c-nav__item .c-item, .c-nav__list--navsec .c-nav__item--search .c-item, .c-nav__list--navsec .c-nav__item--phone .c-item, .c-nav__list--navsec .c-nav__item--nav .c-item, .c-nav__list--navmain .c-nav__item .c-item {
  color: #262626;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item .c-item, .c-nav__list--navsec .c-nav__item--search .c-item, .c-nav__list--navsec .c-nav__item--phone .c-item, .c-nav__list--navsec .c-nav__item--nav .c-item, .c-nav__list--navmain .c-nav__item .c-item {
    cursor: pointer;
    display: block;
    font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    padding: 0.625em 1em 0.625em;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.625em;
  }
  .c-nav__list--navsec .c-nav__item .c-item:hover, .c-nav__list--navsec .c-nav__item--search .c-item:hover, .c-nav__list--navsec .c-nav__item--phone .c-item:hover, .c-nav__list--navsec .c-nav__item--nav .c-item:hover, .c-nav__list--navmain .c-nav__item .c-item:hover {
    opacity: 0.6;
  }
}
.c-nav__list--navsec {
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec {
    margin-top: 0.25em;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navsec {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navsec {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item {
    float: right;
  }
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item .c-item {
    font-size: 0.75em;
    line-height: 1.625em;
  }
}
@media only screen and (min-width: 960px) {
  .is_stuck .c-nav__list--navsec {
    opacity: 0;
    margin-top: -2.5em;
  }
}
.c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
  color: #fff;
  display: none;
  left: 0.25em;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
    display: block;
    float: right;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
    font-size: 1.125em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navsec .c-nav__item--search, .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec .c-nav__item--nav {
    font-size: 1.25em;
  }
}
.c-nav__list--navsec .c-nav__item--search [class*="o-icon--"], .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"], .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"] {
  font-size: 1.25em;
  height: 50px;
  width: 50px;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item--search [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"]:before {
    top: 40%;
  }
}
@media screen and (min-width: 1100px) {
  .c-nav__list--navsec .c-nav__item--search [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--phone [class*="o-icon--"]:before, .c-nav__list--navsec .c-nav__item--nav [class*="o-icon--"]:before {
    top: 50%;
  }
}
.c-nav__list--navsec .c-nav__item--phone {
  display: block;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item--phone .c-item {
    letter-spacing: 0.05em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    text-indent: unset;
    width: auto;
  }
  .c-nav__list--navsec .c-nav__item--phone .c-item:before {
    float: left;
    position: relative;
  }
  .c-nav__list--navsec .c-nav__item--phone .c-item i {
    display: block;
    float: left;
    font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-style: unset;
    padding: 0 0 0 10px;
  }
  .c-nav__list--navsec .c-nav__item--phone .c-item i span {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1260px) {
  .c-nav__list--navsec .c-nav__item--phone .c-item i {
    margin-top: -4px;
  }
}
.c-nav__list--navsec .c-nav__item--nav {
  display: block;
  left: auto;
  right: 0.25em;
  top: 30%;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navsec .c-nav__item--nav {
    display: none;
  }
}
.c-nav__list--navmain {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navmain {
    margin-right: -0.5em;
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navmain {
    margin-right: -1em;
    margin-top: 2.5em;
  }
}
.is_stuck .c-nav__list--navmain {
  margin-top: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 1260px) {
  .is_stuck .c-nav__list--navmain {
    margin-top: -0.25em;
  }
}
.c-nav__list--navmain .c-nav__item {
  display: none;
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navmain .c-nav__item {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .c-nav__list--navmain .c-nav__item .c-item {
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .c-nav__list--navmain .c-nav__item .c-item {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media only screen and (min-width: 1260px) {
  .c-nav__list--navmain .c-nav__item .c-item {
    font-size: 1.125em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media only screen and (min-width: 960px) {
  .c-nav__list--navmain .c-nav__item.is-active > .c-item {
    color: #004c87;
  }
  .c-nav__list--navmain .c-nav__item.is-active:hover {
    opacity: 1;
  }
}
.c-nav__list--navmain > .c-nav__item:first-child {
  /*display: none; */
}
@media only screen and (min-width: 960px) {
  .mm:hover, .is-mmdropdown .c-item:hover + .mm {
    display: block;
  }
}
#nav-mobile .c-nav__item {
  display: block;
}
#nav-mobile .c-nav__item--search, #nav-mobile .c-nav__list--navsec .c-nav__item--phone, .c-nav__list--navsec #nav-mobile .c-nav__item--phone, #nav-mobile .c-nav__list--navsec .c-nav__item--nav, .c-nav__list--navsec #nav-mobile .c-nav__item--nav, #nav-mobile .c-nav__item--nav {
  display: none;
}
.js .js-search-toggle-no-js {
  display: none !important;
}
.no-js .js-search-toggle {
  display: none !important;
}
.no-js .js-search-toggle-no-js {
  display: block !important;
}
/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/
.c-hero-container {
  background: #fff;
  position: relative;
}
.c-hero {
  /*background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 38vw;
}
@media only screen and (min-width: 1000px) {
  .c-hero {
    max-height: 300px;
    max-height: 50vh;
  }
}
@media only screen and (min-width: 1260px) {
  .c-hero {
    max-height: 350px;
    max-height: 50vh;
  }
}
@media screen and (min-width: 1400px) {
  .c-hero {
    max-height: 400px;
    max-height: 50vh;
  }
}
.c-hero .c-hero__hdl-container {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hero .c-hero__hdl {
  color: #fff;
  text-align: center;
  text-shadow: -1px -1px 15px rgba(0, 0, 0, 0.5);
}
/*
|--------------------------------------------------------------------------
| Tile
|--------------------------------------------------------------------------
*/
.c-teaser, .c-teaser--home {
  text-align: center;
}
.c-teaser [class*="col-"], .c-teaser--home [class*="col-"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.c-teaser__txt {
  margin: 0 auto 3em;
  max-width: 780px;
}
.c-teaser--home {
  background: #004c87;
}
.c-teaser--home__hdl {
  color: #fff;
}
.c-teaser--home__txt {
  color: #fff;
  margin: 0 auto 3em;
  max-width: 780px;
}
.c-teaser--home__btn {
  color: #fff;
}
.c-tiles--team__hdl {
  /*background: linear-gradient(280deg, transparent 30px, $color-primary 0);*/
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22600%22%20height%3D%22100%22%20viewBox%3D%220%200%20600%20100%22%3E%3Cpolygon%20points%3D%22599.5%200%20581.4%20100.8%20-0.5%20100.8%20-0.5%200%20%22%20fill%3D%22%23007FD0%22/%3E%3C/svg%3E");
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 1em;
  padding: 0.5rem 1rem;
}
.c-tile, .c-tile--teaser--home, .c-tile--products {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 600px) {
  .c-tile, .c-tile--teaser--home, .c-tile--products {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-tile, .c-tile--teaser--home, .c-tile--products {
    margin-bottom: 2.5em;
  }
}
.c-tile:hover .c-tile__img img, .c-tile--teaser--home:hover .c-tile__img img, .c-tile--products:hover .c-tile__img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.c-tile__img {
  overflow: hidden;
}
.c-tile__img img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-tile__txt {
  padding: 0 1em 1em;
}
@media only screen and (min-width: 1000px) {
  .c-tile__txt {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.c-tile--teaser--home {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.c-tile__hdl-container {
  display: table;
  width: 100%;
}
.c-tile__hdl, .c-tile--teaser--home__hdl {
  color: #004c87;
  display: table-cell;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.c-tile__hdl:before, .c-tile--teaser--home__hdl:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 35'%3E%3Cg%3E%3Cpath fill='rgb(237,145,47)' d='M31.561,5.06c1.555-0.703,5.073-1.669,6.787-2.081V1.561c0-0.588-0.917-1.417-1.254-1.417c-3.092,0-13.793,3.451-13.793,5.385c0,1.144,0.683,1.983,1.88,1.983C26.434,7.512,30.264,5.648,31.561,5.06 M45.246,6.945v-0.85c0-0.661-0.837-1.416-1.568-1.416h-0.94c-4.735,0-10.836,1.947-14.64,3.201c-2.487,0.822-4.346,1.103-6.866,2.011c-3.376,1.217-1.347,2.438-6.708,2.438c-0.379,0.512-0.627,0.499-0.627,1.134v0.567c0,0.635,0.248,0.622,0.627,1.133c2.321,0,1.396,0.568,2.507,0.568h0.314c0.053,0,10.052-3.776,12.417-4.362c5.993-1.488,6.517-3.007,14.23-3.007C44.526,8.039,45.246,7.746,45.246,6.945 M51.202,10.912v-0.849c0-0.663-0.521-1.134-1.254-1.134h-0.941c-0.174,0-9.505,2.753-11.038,3.058c-4.275,0.848-7.482,1.638-11.408,2.72c-3.514,0.969-7.648,1.947-10.974,3.118c-1.793,0.631-3.323,1.254-4.931,2.061C9.77,20.33,6.06,21.293,6.06,22.247v0.284c0,0.464,0.187,0.85,0.627,0.85c3.06,0,18.702-4.944,22.438-6.071c3.681-1.108,7.05-2.487,10.668-3.391c2.175-0.543,3.549-0.88,5.696-1.368C47.18,12.165,51.202,12.706,51.202,10.912 M58.098,14.314V13.18c0-0.683-1.126-1.701-1.881-1.701h-0.313c-1.978,0-4.713,2.1-6.382,2.449c-2.952,0.619-5.092,1.263-7.479,1.742c-5.436,1.093-9.885,2.31-14.701,3.714C23.861,20.4,0.417,27.289,0.417,29.049v0.567c0,0.655,0.35,1.701,0.94,1.701c4.068,0,23.211-7.289,27.712-8.955c5.004-1.854,9.262-2.434,14.621-3.787c2.445-0.618,4.572-1.262,7.433-1.783C53.168,16.42,58.098,16.479,58.098,14.314M61.069,19.414c0-0.992-0.676-1.983-1.538-1.983c-0.149,0-10.507,3.638-12.423,4.14c-4.528,1.187-9.316,1.886-13.787,2.883c-3.775,0.843-24.847,6.111-24.847,8.279v0.85c0,0.66,0.82,1.417,1.537,1.417h1.231c0.064,0,11.248-3.781,12.101-4.153c3.95-1.728,8.808-2.147,12.817-3.494c4.049-1.359,8.62-2.081,12.729-3.573c2.043-0.744,4.101-1.633,5.924-2.195C56.698,21.002,61.069,21.441,61.069,19.414'/%3E%3C/g%3E%3C/svg%3E");
  color: #ed912f;
  content: "";
  display: inline-block;
  height: 29px;
  margin-left: -0.5em;
  margin-right: 0.5em;
  width: 52px;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
@media only screen and (min-width: 1000px) {
  .c-tile__hdl, .c-tile--teaser--home__hdl {
    padding: 1rem 1.5rem;
  }
}
.c-tile--teaser--home__hdl {
  color: #fff;
}
.c-tiles--products {
  margin-bottom: 2em;
  margin-top: 2em;
}
.c-tile__btn--products {
  margin: 0 0 1em;
  padding: 0.5rem 1rem;
}
.c-tile--products {
  border: none;
}
.c-tile__hdl--products {
  margin: 0.5em 0 0.25em;
  /*min-height: 2.5em;*/
  padding: 0 1rem;
}
.c-tile__txt--products {
  margin: 0.5em 0 0.25em;
  padding: 0 1rem;
}
.c-tile__tbl {
  display: table;
  padding: 0.5rem 1rem;
  width: 100%;
}
.c-tbl__row {
  background: #f2f2f2;
  display: table-row;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c-tbl__row:nth-of-type(2n) {
  background: #eaeaea;
}
.c-tbl__cell {
  display: table-cell;
  overflow: hidden;
  padding: 0.5em 1em;
  vertical-align: top;
  width: 50%;
  word-break: break-word;
}
/*
|--------------------------------------------------------------------------
| Downlads
|--------------------------------------------------------------------------
*/
.c-downloads {
  text-align: center;
  margin: auto;
  max-width: 960px;
}
.c-downloads__txt {
  margin: 0 auto 2em;
  max-width: 500px;
}
.c-downloads__list-container {
  background: #fff;
  margin: 0 auto 2em;
  max-width: 500px;
  padding: 1em;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .l-downloads__list-container [class*="col-"] {
    padding-left: 2em;
    padding-right: 2em;
  }
  .l-downloads__list-container [class*="col-"]:first-child {
    padding-right: 0;
  }
}
.c-downloads__list-hdl {
  color: #004c87;
  margin-bottom: 0.5em;
  padding: 0 1rem 0.5rem 0;
  text-align: left;
  text-indent: inherit;
}
.c-downloads__list-hdl:before {
  color: #262626;
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
.c-downloads__list {
  margin-left: 0;
}
.c-downloads__list .c-list__item {
  background: #fafafa;
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c-downloads__list .c-list__item:nth-of-type(2n) {
  background: #f7f7f7;
}
.c-downloads__list .c-list__item:hover {
  background: #f2f2f2;
}
.c-downloads__list .c-list__item .c-item {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  font-size: 1.125em;
  padding: 1.5em 1em;
  text-align: left;
  text-indent: inherit;
}
.c-downloads__list .c-list__item .c-item:before {
  float: right;
  position: relative;
  top: 0.75rem;
}
/*
|--------------------------------------------------------------------------
| Contacts
|--------------------------------------------------------------------------
*/
@media only screen and (min-width: 1260px) {
  .c-contactpersons {
    margin: auto;
    max-width: 960px;
  }
}
.c-contactpersons__section {
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .c-contactpersons__section {
    margin-bottom: 3em;
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-contactpersons__section__hdl-container {
    position: absolute;
    left: 1.5em;
    top: 250px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1260px) {
  .c-contactpersons__section__hdl-container {
    left: 1.25em;
  }
}
.c-contactpersons__section__hdl {
  color: #004c87;
  padding: 0.5rem 0;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .c-contactpersons__section__hdl {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    display: inline-block;
    min-width: 250px;
    text-align: right;
  }
}
@media only screen and (min-width: 1260px) {
  .c-contactpersons__section__hdl {
    font-size: 2.125em;
  }
}
.c-contactpersons__section__hdl:after {
  background: #262626;
  bottom: 1.5rem;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .c-contactpersons__section__hdl:after {
    display: none;
  }
}
.c-contactpersons__section__hdl span {
  position: relative;
}
.c-contactpersons__section__hdl span:after {
  background: #f7f7f7;
  bottom: 0.8rem;
  content: "";
  height: 1em;
  left: -0.5rem;
  padding-right: 0.875rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .c-contactpersons__section__hdl span:after {
    bottom: 0;
  }
}
.c-contactpersons__section__hdl b {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  .c-contactperson-container {
    padding-left: 5em;
    position: relative;
  }
  .c-contactperson-container:before {
    background: #262626;
    content: "";
    height: 100%;
    left: 3em;
    position: absolute;
    top: 0;
    width: 2px;
  }
}
.c-contactperson__img {
  overflow: hidden;
}
.c-contactperson__img img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.c-contactperson__hdl {
  background: #f7f7f7;
  color: #004c87;
  padding: 1rem 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .c-contactperson__hdl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
}
.c-data {
  background: #f7f7f7;
  padding: 1em 1em 2em;
}
@media only screen and (min-width: 1000px) {
  .c-data {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-data.c-txt {
  padding-bottom: 0;
}
.c-data__address {
  margin-bottom: 1em;
  text-align: left;
}
.c-data__phone, .c-data__fax {
  text-align: left;
  text-indent: inherit;
}
.c-data__phone:before, .c-data__fax:before {
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
.c-data__btn {
  border-color: #004c87;
  color: #262626;
  cursor: pointer;
  display: block;
  margin: 1em auto 0;
  text-indent: inherit;
}
.c-data__btn:before {
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
/*
|--------------------------------------------------------------------------
| Contact Form
|--------------------------------------------------------------------------
*/
fieldset {
  margin-bottom: 1.5em;
}
legend {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .c-frm--testdrive textarea, .c-frm--callback textarea, .c-frm--contact textarea {
    height: 7.25em;
  }
}
@media only screen and (min-width: 1000px) {
  .c-frm--contact textarea {
    height: 12em;
  }
}
label.gender_lb {
  display: inline-block;
  margin-bottom: 2em;
}
.c-perm__txt label {
  display: block;
  margin-bottom: 0.5em;
}
.c-perm__storage {
  margin: 0.5em 0 1.5em;
}
.c-perm__storage label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625em;
  font-size: 1em;
  letter-spacing: inherit;
  text-transform: inherit;
}
.c-frm-container {
  margin-bottom: 3em;
}
@media only screen and (min-width: 1260px) {
  .c-frm-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 80%;
  }
}
.c-frm-container legend {
  color: #004c87;
}
.c-frm-container input[type="submit"] {
  margin-bottom: 0.5em;
}
.c-perm {
  display: table;
  width: 100%;
}
.c-perm__item {
  background: #f2f2f2;
  display: table-row;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c-perm__item:nth-of-type(2n) {
  background: #eaeaea;
}
.c-perm__item:hover {
  background: transparent;
}
.c-perm__item .c-item {
  display: table-cell;
  padding: 0.5em 1em;
  width: 50%;
}
.c-frm-success {
  /*border: 1px solid $color-secondary;*/
  margin-top: 0;
  margin-bottom: 1.5em;
  /*padding: 2em;*/
  position: relative;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.c-frm-success .c-frm-success__hdl {
  color: #004c87;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.c-frm-success .c-frm-success__txt {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.c-perm__lb label {
  display: block;
  margin: 1em 0;
}
.c-perm__lb {
  border-top: 1px dotted #ccc;
  padding-top: 1em;
}
.c-perm--newsletter {
  margin: 2em 0 1em;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
.c-footer {
  background: #262626;
  background: #0d0d0d;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .c-footer {
    text-align: left;
  }
}
.c-footer-top {
  padding-bottom: 2em;
  padding-top: 1.25em;
}
@media only screen and (min-width: 600px) {
  .c-footer-top {
    padding-bottom: 0;
    padding-top: 1em;
  }
}
.c-footer__hdl {
  color: #005aa1;
  margin-bottom: 1em;
  margin-top: 1em;
  text-transform: uppercase;
}
.c-footer__nav {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  .c-footer__nav {
    padding-left: 3em;
  }
}
.c-footer__nav li {
  list-style: none;
}
.c-footer__nav li a {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.c-footer__nav li a:hover {
  opacity: 0.7;
}
.c-logo-container--footer {
  margin-bottom: 1em;
  margin-top: 1em;
}
@media only screen and (min-width: 600px) {
  .c-logo-container--footer {
    margin-bottom: 2em;
    margin-top: -0.25em;
  }
}
.c-logo-container--footer .o-logo--footer {
  max-width: 250px;
}
@media only screen and (min-width: 600px) {
  .c-logo-container--footer .o-logo--footer {
    padding-right: 3em;
    width: 100%;
  }
}
@media only screen and (min-width: 1260px) {
  .c-logo-container--footer .o-logo--footer {
    padding: 0;
  }
}
@media only screen and (min-width: 1260px) {
  .c-contactdata {
    margin-left: 3em;
  }
}
.c-contactdata__txt {
  color: #fff;
  margin-bottom: 1em;
}
.c-contactdata__btn {
  border-color: #004c87;
  color: #fff;
  display: inline-block;
  margin: 1em auto 2em;
  max-width: 17em;
  text-indent: initial;
  width: 80%;
}
.c-contactdata__btn:hover {
  background: transparent;
  color: #fff;
}
.c-contactdata__btn:before {
  margin-right: 0.75em;
  position: relative;
  top: 0.5em;
}
/*
.c-socials__list {
display: block;
text-align: center;

@include respond-to(small-screens){
text-align: left;
}

.c-socials__item {
display: inline-block;
margin-bottom: .325em;

.c-item {
border: 1px solid rgba($color-white,.7);
height: 2em;
padding: 2rem;
width: 2em;
@include border-radius(3px);

@include respond-to(medium-screens){
font-size: 1.5em;
}
}
}
}
*/
.c-footer-btm {
  color: #b2b2b2;
  font-size: 0.875em;
  line-height: 1.4;
  padding-bottom: 1em;
  padding-top: 1.5em;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm {
    padding-bottom: 2em;
    padding-top: 1.75em;
  }
}
.c-footer-btm__list {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm__list {
    margin-left: -0.5em;
    text-align: left;
  }
}
.c-footer-btm__item {
  display: inline-block;
}
.c-footer-btm__item:first-child {
  display: block;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm__item:first-child {
    display: inline-block;
  }
}
.c-footer-btm__item .c-item {
  display: block;
  padding: 0.25em 0.5em;
}
.c-footer-btm__logo {
  margin-right: 1em;
  margin-bottom: 1em;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .c-footer-btm__logo {
    float: right;
    margin-left: 1.5em;
    margin-top: -6px;
    width: auto;
  }
}
.o-logosvg {
  fill: #fff;
}
.o-logosvg .o-logosvg__path-sz {
  fill: #004c87;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel, .mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next, .mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after, .mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after, .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before, .mm-next:after, .mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after, .mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-close:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle, input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle, label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before, label.mm-check:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle, label.mm-check {
  right: 20px;
}
label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after, .mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after, .mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top, .mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after, .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after, .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after, .mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li, .mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after, .mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s, .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l, .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl, .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span, .mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next, .mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
/* Customized */
.mm-menu {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #262626;
}
.mm-menu > .mm-navbar {
  background: #0d0d0d;
}
.mm-menu .mm-navbar-top {
  background: url("/_layout/img/logo-agw_ausbildungsverbund_gewerbliche_wirtschaft-suhl_ilmenau.gif") no-repeat 0 -0.5em, #fff;
  background-size: contain;
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 130px;
  line-height: 1.2em;
  margin: 0;
  text-align: left;
  text-indent: -9999px;
}
.mm-menu .mm-navbar.mm-hasbtns {
  padding: 0 2em;
}
/*
@media screen and (min-width:330px){
	.mm-menu .mm-navbar-top { background-size:40%; }
}

@media screen and (min-width:370px){
	.mm-menu .mm-navbar-top { background-size:35%; }
}

@media screen and (min-width:425px){
	.mm-menu .mm-navbar-top { background-size:30%; }
}
*/
.mm-navbar .mm-btn:last-child {
  padding: 0;
  right: 0.5em;
  top: 0.5em;
}
.mm-close:after {
  color: #999;
  content: "Q";
  display: block;
  font: 400 100%/1.625em "icons", Helvetica, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  height: auto;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 1em;
  width: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu .mm-navbar-bottom .menu-2nd {
  background: #262626;
  color: #fff;
  display: inline-block;
  font: 400 100%/1.625em "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 50%;
}
.mm-menu > .mm-panel {
  padding: 0 20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 0;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 130px;
}
.mm-menu li.is-active a, .mm-menu li.is-active span {
  color: #004c87;
}
.mm-menu li.is-active .mm-listview li a, .mm-menu li.is-active .mm-listview li span {
  color: #262626;
}
.mm-menu li.is-active .mm-listview li.is-active a, .mm-menu li.is-active .mm-listview li.is-active span {
  color: #004c87;
}
.mm-menu li.is-active .mm-listview li.is-active .mm-listview li a, .mm-menu li.is-active .mm-listview li.is-active .mm-listview li span {
  color: #262626;
}
.mm-menu li.is-active .mm-listview li.is-active .mm-listview li.is-active a, .mm-menu li.is-active .mm-listview li.is-active .mm-listview li.is-active span {
  color: #004c87;
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel {
  background: #0d0d0d;
}
.mm-menu .mm-nolistview > li > a, .mm-menu .mm-nolistview > li > span {
  display: block;
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 0.75em 0;
  text-transform: uppercase;
}
.mm-menu .mm-listview {
  margin-bottom: 0.875em;
  border-color: rgba(0, 0, 0, 0.25);
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
  font: 700 100%/1.2em "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  padding: 1em;
  text-transform: uppercase;
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #004c87;
}
.mm-menu .is-mmdropdown .mm-listview {
  margin-bottom: 0.875em;
}
.mm-menu .is-mmdropdown .mm-listview > li > a, .mm-menu .is-mmdropdown .mm-listview > li > span {
  font-size: 0.875em;
}
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.u-clearfix:before, .u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*
|--------------------------------------------------------------------------
| Content
|--------------------------------------------------------------------------
*/
main {
  overflow: hidden;
  z-index: 1;
}
main a:not([class*="o-btn"]):not([class*="c-sharing-btn"]):not([class*="c-btn-overview"]):not([class*="c-item"]):not([class*="c-cntheader__link"]) {
  border-bottom: 1px dotted #262626;
}
main a:not([class*="o-btn"]):not([class*="c-sharing-btn"]):not([class*="c-btn-overview"]):not([class*="c-item"]):not([class*="c-cntheader__link"]):hover {
  border-bottom: 1px solid #004c87;
  opacity: 1;
}
main a.o-btn2 {
  cursor: pointer;
  border-bottom: none;
}
main p {
  margin: 0;
}
main ul {
  list-style-type: square;
  margin-left: 1em;
  padding: 0;
  text-align: left;
}
main ul.slick-dots {
  text-align: center;
}
.u-center {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .u-center {
    padding: 0 10%;
  }
}
.u-center ul {
  display: inline-block;
}
.c-img {
  margin-bottom: 2em;
}
@media only screen and (min-width: 600px) {
  .c-img {
    float: left;
    margin-bottom: 1em;
    margin-right: 2em;
    margin-top: 0.25em;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .c-img {
    padding-right: 2em;
  }
}
@media only screen and (min-width: 600px) {
  .u-push .c-img {
    float: right;
    margin-left: 2em;
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .u-push .c-img {
    padding-left: 2em;
  }
}
.c-img.u-circle img {
  border: 10px solid #004c87;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.u-maxwidth {
  width: 100%;
}
.u-maxwidth .c-img {
  float: none;
  margin-bottom: 2em;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .c-txt {
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .c-txt {
    font-size: 1.125em;
    line-height: 1.625em;
  }
}
.c-txt li {
  /*margin-bottom: 1.25em;*/
}
.c-txt .o-mail {
  display: none;
}
.c-txt__hdl, .c-teaser__hdl, .c-teaser--home__hdl {
  margin-bottom: 2rem;
}
.c-txt__hdl .c-hdl__sub, .c-teaser__hdl .c-hdl__sub, .c-teaser--home__hdl .c-hdl__sub {
  display: block;
  font-size: 0.5em;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-top: 0.75em;
}
.c-txt__txt a, .c-teaser__txt a, .c-teaser--home__txt a, .c-downloads__txt a {
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: inline-block;
}
.c-txt__txt a:hover, .c-teaser__txt a:hover, .c-teaser--home__txt a:hover, .c-downloads__txt a:hover {
  border-bottom-color: transparent;
}
.c-txt__btn2, .c-teaser__btn, .c-teaser--home__btn {
  margin-bottom: 3em;
}
.c-content {
  position: relative;
}
@media only screen and (min-width: 1260px) {
  .c-content {
    margin: auto;
    max-width: 960px;
  }
}
.c-content__elm--img, .c-content__elm--txt {
  position: relative;
}
@media only screen and (min-width: 600px) {
  .c-content__elm--img, .c-content__elm--txt {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1000px) {
  .c-content__elm--img, .c-content__elm--txt {
    min-height: 600px;
  }
}
@media only screen and (min-width: 600px) {
  .c-content__elm--img .c-img, .c-content__elm--txt .c-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.c-content__elm--img .c-img {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.c-blk-container {
  background: #fff;
  /*border-bottom: 1px solid $color-grey30;*/
}
.c-blk-container:nth-of-type(2n) {
  border-top: 1px solid #d9d9d9;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 1260px) {
  .c-blk-container:nth-of-type(2n) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 35'%3E%3Cpath fill='#E8E8E8' d='M100,19.019v-0.133H82.896v-0.898h-0.133v0.898H70.882V8.765H70.75v10.121H70.27v0.133h0.479v6.359h-4.539v0.133h4.539v0.54h0.133v-0.54h11.881v9.763h0.133v-9.763h0.602v-0.133h-0.602v-6.359H100z M82.763,25.378H70.882v-6.359h11.881V25.378z'/%3E%3Cpath fill='#E8E8E8' d='M33.789,9.622V9.489H29.25v-0.54h-0.133v0.54H17.237v-9.763h-0.133v9.763h-0.601v0.133h0.601v6.359H0v0.133h17.104v0.898h0.133v-0.898h11.881v10.121h0.133V16.114h0.479v-0.133H29.25V9.622H33.789z M29.118,15.981H17.237V9.622h11.881V15.981z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200%;
  }
}
.c-blk {
  padding: 3em 0;
}
.o-page-hdl, .o-blk__hdl {
  padding: 1rem 0 0;
  text-align: center;
}
.o-page-hdl br, .o-blk__hdl br {
  display: none;
}
@media only screen and (min-width: 1260px) {
  .o-page-hdl br, .o-blk__hdl br {
    display: inline;
  }
}
@media only screen and (min-width: 600px) {
  .o-page-hdl, .o-blk__hdl {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (min-width: 1000px) {
  .o-page-hdl, .o-blk__hdl {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.l-page-hdl {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.l-blk__hdl {
  margin-bottom: 4rem;
}
#ueber .c-content .row--cg:nth-of-type(2) .c-txt {
  border: 1px solid #004c87;
  margin-bottom: 2em;
  padding: 2em 2em 0;
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  /*    a[href]:after {
	content: " (" attr(href) ")";
}*/
  /*    abbr[title]:after {
	content: " (" attr(title) ")";
}*/
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
