/*
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=f63b70d0-7b72-4b18-bc8a-4eb4df0f1670&fontids=5663704,5663731,5663771,5664085");
@font-face{
    font-family:"Helvetica Neue Condensed Light";
    font-display: fallback;
    src:url("../linotype/Fonts/5663704/083e1179-98b4-4cbd-a13a-50a7c78d6fea.woff2") format("woff2"),url("../linotype/Fonts/5663704/239170e6-7f0d-4c35-97d4-490b362e4ef7.woff") format("woff");
}
@font-face{
    font-family:"Helvetica Neue Thin Condensed";
    font-display: fallback;
    src:url("../linotype/Fonts/5663731/9d1ff4e9-ed81-4251-88c5-c9c1352a215b.woff2") format("woff2"),url("../linotype/Fonts/5663731/97135348-a627-408f-8626-ad4f413621b7.woff") format("woff");
}
@font-face{
    font-family:"Helvetica Neue Extra Black Condensed";
    font-display: fallback;
    src:url("../linotype/Fonts/5663771/91164c5b-326b-430d-a6bf-9415d6b57c42.woff2") format("woff2"),url("../linotype/Fonts/5663771/7de96184-e0a5-4413-8dc0-5c15619cef19.woff") format("woff");
}
@font-face{
    font-family:"Helvetica Neue Light";
    font-display: fallback;
    src:url("../linotype/Fonts/5664085/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"),url("../linotype/Fonts/5664085/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
}
*/
/* body */
/* H1 */
/* H2 */
/* H3 */
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  min-height: 100%;
  min-width: 100%;
}
/*
	
html.stopScroll,
html.stopScroll body { 
	overflow:hidden;
}
*/
body {
  min-height: 100%;
  min-width: 100%;
  color: #000000;
  background-color: #5e5e5d;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
input,
textarea,
select,
button {
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  font-family: "Helvetica Neue Thin Condensed", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin-bottom: 30px;
}
h2 {
  font-size: 36px;
  line-height: 36px;
  color: #000000;
  font-family: "Helvetica Neue Thin Condensed", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin-bottom: 30px;
}
h3 {
  font-family: "Helvetica Neue Thin Condensed", Helvetica, Arial, sans-serif;
  font-size: 39px;
  line-height: 39px;
  color: #000000;
  font-weight: 100;
}
/*
h3:after {
    content: "";
    background: @h3Color;
    height: 2px;
    width: 90px;
    display: block;
    margin: auto;
    margin-top: 40px;
}
*/
h4 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #e2001a;
  font-weight: 100;
}
.block {
  display: block;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2 {
    font-size: 36px;
    line-height: 36px;
  }
  h3 {
    font-size: 39px;
    line-height: 39px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }
  h2 {
    font-size: 48px;
    line-height: 48px;
  }
  h3 {
    font-size: 90px;
    line-height: 90px;
  }
  .md-show {
    display: block !important;
  }
}
span.konOverlayOpen,
a {
  color: #e2001a;
  text-decoration: none;
  /* 
	.transition;
	*/
}
.desktop span.konOverlayOpen:hover,
.desktop a:hover {
  background-color: transparent;
  color: #aa0014;
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:focus,
button:focus {
  outline: none;
}
a img {
  border: none;
}
button,
span.btn,
a.btn {
  display: inline-block;
  background-color: #e2001a;
  color: #fff;
  padding: 10px 35px;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
  outline: none;
  border: none;
}
.desktop button.control:hover,
.desktop a.btn:hover,
.desktop .filter.btn:hover,
a.btn.active {
  background-color: #aa0014;
  color: #fff;
  cursor: pointer;
}
span.btn,
a.btn-block {
  display: block;
}
p,
address {
  margin-bottom: 30px;
  /*
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
*/
}
.items-row {
  margin-bottom: 100px;
}
p.sppb-addon-title {
  margin-bottom: 0px;
}
p:last-child,
.items-row:last-child {
  margin-bottom: 0;
}
p.zweispaltig {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  text-align: justify;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
address {
  font-style: normal;
  text-align: center;
}
hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*  Listen  */
ul,
ol {
  margin-left: 0px;
}
section ul,
section ol,
#content .moduletable .introtext ul {
  margin-left: 19px;
}
#content ul.pfeil {
  margin-left: 0.7em;
}
ul.pfeil.referenzen {
  margin-left: 0.7em;
}
ul li {
  margin-bottom: 10px;
}
/*
ul li ul {
	margin-bottom: 10px;
    margin-top: 0px;
}
*/
ul.pfeil {
  list-style-type: none;
}
ul.zweispaltig {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  text-align: justify;
  -webkit-column-gap: 55px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 55px;
  /* Firefox */
  column-gap: 55px;
}
/*  Bilder  */
img {
  max-width: 100%;
  width: auto \9;
  /* only ie 8+9 */
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.custom_img100 img,
.wrapImg100 img,
.img100,
.fullWidth {
  width: 100%;
}
.img-caption {
  display: block;
}
/* im IE SVGs richtig scalieren */
/* IE9 */
.ie9 img[src*=".svg"] {
  width: 100%;
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
/*  Class */
.font-white {
  color: #fff;
}
.font-black {
  color: #000;
}
.word-break {
  word-break: break-word;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
.nobr {
  white-space: nowrap;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.clear {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.center-block,
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide,
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.item-image {
  margin-bottom: 25px;
}
.w100 {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .md-show {
    display: block !important;
  }
}
/* Icons */
/* Schrieft icons ohne <i> 
 - alle classen von Font Awesome nutzen direkt auf ein <tag> */
[class^="fa-"]:before,
[class*=" fa-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 0.3em;
  font-size: 1.1em;
  line-height: .75em;
  vertical-align: -7.5%;
}
/* Schrieft icons ohne <i> 
 - selber klassen vergeben */
.jlink:before,
.pdfLink:before,
ul.pfeil li:before {
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 0.1em;
  /*
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	*/
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -7.5%;
}
.jlink:before {
  content: '\f105';
}
.pdfLink:before {
  content: '\f1c1';
  padding-right: 0.3em;
}
ul.pfeil li:before {
  padding-right: 0;
  width: 0.6em;
  margin-left: -0.6em;
  color: #e2001a;
  text-align: center;
}
ul.pfeil.referenzen li:before {
  padding-right: 0.2em;
  /*width:0.6em;
	margin-left:-0.6em;*/
  color: #e2001a;
  text-align: center;
}
/* 
 * wenn Sichtbar einfaden 
 */
.desktop .fadeIn {
  opacity: 0;
}
.desktop .fadeIn.inview {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  -moz-transition: opacity 0.4s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out 0.4s;
  -ms-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}
/* fadeIn und von unten nach oben */
.desktop .fadeInTransY {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.desktop .fadeInTransY.inview {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s, transform 0.4s ease-out 0.2s;
}
/* alte browser oder kein JS  */
.chromeframe {
  position: fixed;
  z-index: 999988;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20%;
  padding-top: 10%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
.chromeframe a {
  color: #ccc;
}
.desktop .chromeframe a:hover {
  color: #fff;
}
/* system-message  

#system-message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7);
	z-index: 555;
}

.alert {
	position: absolute;
	top: 20%;
	left: 20%;
	padding: 15px;
	width: 60%;
	background: #fff;
}

.close {
	cursor:pointer;
	font-size: 80px;
}

.alert-message .alert-heading {
	display:none;
}
*/
/* system-message , nach klick auf z.B. RegiForm button  */
#system-message-container {
  position: relative;
  top: 0;
  left: 0;
}
#system-message-container .alert {
  position: fixed;
  margin: 150px 20vw 0 20vw;
  top: 0;
  left: 0;
  width: 60vw;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  z-index: 555;
  box-shadow: 0px 0px 20px;
}
#system-message-container button.close {
  cursor: pointer;
  font-size: 40px;
  padding: 10px 20px;
  float: right;
  background-color: #e2001a;
  color: #fff;
}
.desktop #system-message-container button.close:hover {
  background-color: #aa0014;
}
#system-message-container .alert-message .alert-heading {
  display: none;
}
#system-message-container .alert div {
  margin-bottom: 3px;
}
/* system-message , wenn overlay nach klick auf link in der E-Mail  */
#system-message-container #system-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 555;
}
#system-message-container #system-message .alert {
  position: relative;
  top: 20%;
  left: 20%;
  padding: 15px;
  width: 60%;
  margin: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0;
  text-align: center;
}
#system-message-container #system-message .close {
  font-size: inherit;
  background-color: #eee;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
}
#system-message-container #system-message .close:hover {
  background-color: #ccc;
  color: #000;
  cursor: pointer;
}
#system-message-container #system-message .alert-message .alert-heading {
  display: none;
}
.alert-heading {
  margin-bottom: 5px;
}
/* scroll to top */
.backTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  color: #fff;
  font-size: 25px;
  transform: none;
  background-color: #e2001a;
  border-radius: 50%;
  padding: 4px 8px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: none;
}
.backTop i {
  font-size: 22px;
}
.backTop img {
  position: relative;
  top: -3px;
}
.desktop .backTop:hover {
  cursor: pointer;
  background-color: #aa0014;
}
/*  Google Maps  */
#map_canvas {
  width: 100%;
  height: 500px;
}
#map_canvas img {
  max-width: none;
}
/************************************************************
*
*				banner background
*				
************************************************************/
.custom_background {
  height: 650px;
  background-size: cover;
  background-position: top center;
}
@media only screen and (min-width: 1800px) {
  .custom_background {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_background {
    height: 377px;
  }
}
/************************************************************
*
*				Content
*				
************************************************************/
.outroTextWrap {
  padding-top: 30px;
}
#wrapper {
  background-color: #ffffff;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  margin-top: 140px;
  height: calc(100% - 140px);
  /* damit der backgroundSlider functioniert */
  overflow: hidden;
}
.active #wrapper {
  margin-top: 30px;
}
#content,
#top .moduletable,
#bottom .moduletable {
  padding: 40px 0 50px 0;
}
.bd-stellenangebote #content,
.com_sppagebuilder #content {
  padding: 0;
}
.com_sppagebuilder.view-form #content {
  padding: 50px 0px;
}
.com_sppagebuilder.view-form .sp-pagebuilder-column {
  position: relative;
  z-index: 1;
  padding: 25px 0;
}
/*
#top .moduletable:nth-child(odd) {
	background-color:@sectionBackground;
}
#top .moduletable:nth-child(even) {
	background-color:@bodyBackground;
}

#bottom .moduletable:nth-child(odd) {
	background-color:@sectionBackground;
}
#bottom .moduletable:nth-child(even) {
	background-color:@bodyBackground;
}
*/
.farbwechsel.moduletable:nth-child(odd) {
  background-color: #ffffff;
}
.farbwechsel.moduletable:nth-child(even) {
  background-color: #ffffff;
}
.farbton1.moduletable {
  background-color: #ffffff;
}
.farbton2.moduletable {
  background-color: #ffffff;
}
/**/
.blog.farbwechsel .items-row:nth-child(even) {
  background-color: #ffffff;
}
.blog.farbwechsel .items-row:nth-child(odd) {
  background-color: #ffffff;
}
.blog.farbwechsel .items-row.row-0 {
  padding-top: 0;
}
.blog.farbwechsel .items-row {
  margin: 0;
  padding: 40px 0 50px 0;
}
.blog.farbwechsel .items-row:last-child {
  padding-bottom: 0;
}
/* Eigene Bullet Points */
ul.custom-bullets {
  margin-left: 0;
  list-style: none;
}
ul.custom-bullets li {
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  position: relative;
  padding-left: 2em;
}
ul.custom-bullets li::before {
  height: 1.3em;
  width: 1.3em;
  background: url(../images/bulletpoint.svg);
  border-radius: 100%;
  display: inline-block;
  content: '';
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 5px;
}
.max-width-1200 {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.max-width-1200 #tv {
  width: 100% !important;
  height: 100%;
  max-height: 675px;
}
/*	Table  */
table {
  width: 100%;
  margin: 12px -2px 0 -2px;
}
tr:nth-child(odd) {
  background: #dddddd;
  color: #000000;
}
tr:nth-child(even) {
  background: #dddddd;
  color: #000000;
}
table tr.backColor {
  background: #999999;
  color: #ffffff;
}
table tr.backColor2 {
  background: #777777;
  color: #ffffff;
}
table tr:first-child {
  background: #5e5e5d;
  color: #fff;
}
td {
  padding: 10px;
  height: 50px;
  text-align: center;
  width: initial !important;
  line-height: initial;
}
/* 
	Table <a /> 
*/
.desktop tr:nth-child(odd) a:hover,
.desktop tr:nth-child(even) a:hover {
  color: #e2001a;
}
tr:nth-child(odd) a,
.desktop table.containerLink tr:nth-child(odd) a:hover {
  color: #000000;
}
tr:nth-child(even) a,
.desktop table.containerLink tr:nth-child(even) a:hover {
  color: #000000;
}
/* 
	Table container verlinkt  
*/
.desktop table.containerLink tr.verlinkt:hover {
  background: #e2001a;
  cursor: pointer;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
.tableinfo {
  display: none;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    height: auto !important;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tr {
    padding: 5px;
  }
  table tr:first-child {
    display: none;
  }
  table tr:nth-child(odd) {
    background: #dddddd;
  }
  table tr:nth-child(even) {
    background: #eeeeee;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    text-align: left;
    padding: 3px 6px;
  }
  td .tableinfo {
    width: 66%;
    padding-right: 10px;
    display: inline-block;
    content: attr(data-table);
  }
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=24cd1e119cf7df8786018d7ad4436ab0)
 * Config saved to config.json and https://gist.github.com/24cd1e119cf7df8786018d7ad4436ab0
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*

  23.05.2016
  habe nur das original Bootstrap grid gelassen
  erstmal testen ob das klappt

*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2a {
    width: 20%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}
.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.mx-250 {
  margin-left: 250px;
  margin-right: 250px;
}
.my-250 {
  margin-top: 250px;
  margin-bottom: 250px;
}
.px-225 {
  padding-left: 225px;
  padding-right: 225px;
}
.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}
.mx-225 {
  margin-left: 225px;
  margin-right: 225px;
}
.my-225 {
  margin-top: 225px;
  margin-bottom: 225px;
}
.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.mx-200 {
  margin-left: 200px;
  margin-right: 200px;
}
.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}
.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.p-250 {
  padding: 250px;
}
.pt-250 {
  padding-top: 250px;
}
.pl-250 {
  padding-left: 250px;
}
.pr-250 {
  padding-right: 250px;
}
.pb-250 {
  padding-bottom: 250px;
}
.m-250 {
  margin: 250px;
}
.mt-250 {
  margin-top: 250px;
}
.ml-250 {
  margin-left: 250px;
}
.mr-250 {
  margin-right: 250px;
}
.mb-250 {
  margin-bottom: 250px;
}
.p-225 {
  padding: 225px;
}
.pt-225 {
  padding-top: 225px;
}
.pl-225 {
  padding-left: 225px;
}
.pr-225 {
  padding-right: 225px;
}
.pb-225 {
  padding-bottom: 225px;
}
.m-225 {
  margin: 225px;
}
.mt-225 {
  margin-top: 225px;
}
.ml-225 {
  margin-left: 225px;
}
.mr-225 {
  margin-right: 225px;
}
.mb-225 {
  margin-bottom: 225px;
}
.p-200 {
  padding: 200px;
}
.pt-200 {
  padding-top: 200px;
}
.pl-200 {
  padding-left: 200px;
}
.pr-200 {
  padding-right: 200px;
}
.pb-200 {
  padding-bottom: 200px;
}
.m-200 {
  margin: 200px;
}
.mt-200 {
  margin-top: 200px;
}
.ml-200 {
  margin-left: 200px;
}
.mr-200 {
  margin-right: 200px;
}
.mb-200 {
  margin-bottom: 200px;
}
.p-150 {
  padding: 150px;
}
.pt-150 {
  padding-top: 150px;
}
.pl-150 {
  padding-left: 150px;
}
.pr-150 {
  padding-right: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.m-150 {
  margin: 150px;
}
.mt-150 {
  margin-top: 150px;
}
.ml-150 {
  margin-left: 150px;
}
.mr-150 {
  margin-right: 150px;
}
.mb-150 {
  margin-bottom: 150px;
}
.p-100 {
  padding: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.m-100 {
  margin: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.p-75 {
  padding: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.m-75 {
  margin: 75px;
}
.mt-75 {
  margin-top: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.p-50 {
  padding: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.m-50 {
  margin: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.m-40 {
  margin: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-25 {
  padding: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.m-25 {
  margin: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.p-15 {
  padding: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.p-5 {
  padding: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.m-5 {
  margin: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .sm-px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sm-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sm-mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .sm-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sm-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm-mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .sm-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sm-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm-mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .sm-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sm-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .sm-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sm-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sm-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sm-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm-mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .sm-my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sm-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm-mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sm-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sm-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm-mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .sm-my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sm-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm-p-50 {
    padding: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-m-50 {
    margin: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-p-40 {
    padding: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-m-40 {
    margin: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-p-30 {
    padding: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-m-30 {
    margin: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-p-25 {
    padding: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-m-25 {
    margin: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-ml-25 {
    margin-left: 25px;
  }
  .sm-mr-25 {
    margin-right: 25px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-p-20 {
    padding: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-m-20 {
    margin: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-p-15 {
    padding: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-m-15 {
    margin: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-p-10 {
    padding: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-m-10 {
    margin: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-p-5 {
    padding: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-m-5 {
    margin: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-p-0 {
    padding: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-m-0 {
    margin: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .md-px-250 {
    padding-left: 250px;
    padding-right: 250px;
  }
  .md-py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .md-mx-250 {
    margin-left: 250px;
    margin-right: 250px;
  }
  .md-my-250 {
    margin-top: 250px;
    margin-bottom: 250px;
  }
  .md-px-225 {
    padding-left: 225px;
    padding-right: 225px;
  }
  .md-py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
  }
  .md-mx-225 {
    margin-left: 225px;
    margin-right: 225px;
  }
  .md-my-225 {
    margin-top: 225px;
    margin-bottom: 225px;
  }
  .md-px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .md-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .md-mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .md-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .md-px-175 {
    padding-left: 175px;
    padding-right: 175px;
  }
  .md-py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .md-mx-175 {
    margin-left: 175px;
    margin-right: 175px;
  }
  .md-my-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .md-px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .md-py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .md-mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .md-my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .md-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .md-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md-mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .md-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .md-px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .md-py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .md-mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .md-my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .md-px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .md-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md-mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .md-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .md-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .md-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .md-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md-mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .md-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .md-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .md-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .md-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .md-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .md-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md-mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .md-my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .md-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md-mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .md-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .md-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md-mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .md-my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .md-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md-p-250 {
    padding: 250px;
  }
  .md-pt-250 {
    padding-top: 250px;
  }
  .md-pl-250 {
    padding-left: 250px;
  }
  .md-pr-250 {
    padding-right: 250px;
  }
  .md-pb-250 {
    padding-bottom: 250px;
  }
  .md-m-250 {
    margin: 250px;
  }
  .md-mt-250 {
    margin-top: 250px;
  }
  .md-ml-250 {
    margin-left: 250px;
  }
  .md-mr-250 {
    margin-right: 250px;
  }
  .md-mb-250 {
    margin-bottom: 250px;
  }
  .md-p-225 {
    padding: 225px;
  }
  .md-pt-225 {
    padding-top: 225px;
  }
  .md-pl-225 {
    padding-left: 225px;
  }
  .md-pr-225 {
    padding-right: 225px;
  }
  .md-pb-225 {
    padding-bottom: 225px;
  }
  .md-m-225 {
    margin: 225px;
  }
  .md-mt-225 {
    margin-top: 225px;
  }
  .md-ml-225 {
    margin-left: 225px;
  }
  .md-mr-225 {
    margin-right: 225px;
  }
  .md-mb-225 {
    margin-bottom: 225px;
  }
  .md-p-200 {
    padding: 200px;
  }
  .md-pt-200 {
    padding-top: 200px;
  }
  .md-pl-200 {
    padding-left: 200px;
  }
  .md-pr-200 {
    padding-right: 200px;
  }
  .md-pb-200 {
    padding-bottom: 200px;
  }
  .md-m-200 {
    margin: 200px;
  }
  .md-mt-200 {
    margin-top: 200px;
  }
  .md-ml-200 {
    margin-left: 200px;
  }
  .md-mr-200 {
    margin-right: 200px;
  }
  .md-mb-200 {
    margin-bottom: 200px;
  }
  .md-p-175 {
    padding: 175px;
  }
  .md-pt-175 {
    padding-top: 175px;
  }
  .md-pl-175 {
    padding-left: 175px;
  }
  .md-pr-175 {
    padding-right: 175px;
  }
  .md-pb-175 {
    padding-bottom: 175px;
  }
  .md-m-175 {
    margin: 175px;
  }
  .md-mt-175 {
    margin-top: 175px;
  }
  .md-ml-175 {
    margin-left: 175px;
  }
  .md-mr-175 {
    margin-right: 175px;
  }
  .md-mb-175 {
    margin-bottom: 175px;
  }
  .md-p-150 {
    padding: 150px;
  }
  .md-pt-150 {
    padding-top: 150px;
  }
  .md-pl-150 {
    padding-left: 150px;
  }
  .md-pr-150 {
    padding-right: 150px;
  }
  .md-pb-150 {
    padding-bottom: 150px;
  }
  .md-m-150 {
    margin: 150px;
  }
  .md-mt-150 {
    margin-top: 150px;
  }
  .md-ml-150 {
    margin-left: 150px;
  }
  .md-mr-150 {
    margin-right: 150px;
  }
  .md-mb-150 {
    margin-bottom: 150px;
  }
  .md-p-100 {
    padding: 100px;
  }
  .md-pt-100 {
    padding-top: 100px;
  }
  .md-pl-100 {
    padding-left: 100px;
  }
  .md-pr-100 {
    padding-right: 100px;
  }
  .md-pb-100 {
    padding-bottom: 100px;
  }
  .md-m-100 {
    margin: 100px;
  }
  .md-mt-100 {
    margin-top: 100px;
  }
  .md-ml-100 {
    margin-left: 100px;
  }
  .md-mr-100 {
    margin-right: 100px;
  }
  .md-mb-100 {
    margin-bottom: 100px;
  }
  .md-p-75 {
    padding: 75px;
  }
  .md-pt-75 {
    padding-top: 75px;
  }
  .md-pl-75 {
    padding-left: 75px;
  }
  .md-pr-75 {
    padding-right: 75px;
  }
  .md-pb-75 {
    padding-bottom: 75px;
  }
  .md-m-75 {
    margin: 75px;
  }
  .md-mt-75 {
    margin-top: 75px;
  }
  .md-ml-75 {
    margin-left: 75px;
  }
  .md-mr-75 {
    margin-right: 75px;
  }
  .md-mb-75 {
    margin-bottom: 75px;
  }
  .md-p-50 {
    padding: 50px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-m-50 {
    margin: 50px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-ml-50 {
    margin-left: 50px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-p-40 {
    padding: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-m-40 {
    margin: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-p-30 {
    padding: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-m-30 {
    margin: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-p-25 {
    padding: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-m-25 {
    margin: 25px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-ml-25 {
    margin-left: 25px;
  }
  .md-mr-25 {
    margin-right: 25px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-p-20 {
    padding: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-m-20 {
    margin: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-ml-20 {
    margin-left: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-p-15 {
    padding: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-m-15 {
    margin: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-p-10 {
    padding: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-m-10 {
    margin: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-ml-10 {
    margin-left: 10px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-p-5 {
    padding: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-m-5 {
    margin: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-ml-5 {
    margin-left: 5px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-p-0 {
    padding: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-m-0 {
    margin: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-ml-0 {
    margin-left: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .lg-px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .lg-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .lg-mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .lg-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .lg-px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .lg-py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .lg-mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .lg-my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .lg-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg-mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .lg-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .lg-px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .lg-py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .lg-mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .lg-my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .lg-px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg-mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .lg-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lg-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lg-mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .lg-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lg-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg-mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .lg-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lg-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lg-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .lg-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .lg-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .lg-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lg-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg-mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lg-my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lg-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lg-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg-mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .lg-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lg-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg-mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .lg-my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .lg-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg-p-200 {
    padding: 200px;
  }
  .lg-pt-200 {
    padding-top: 200px;
  }
  .lg-pl-200 {
    padding-left: 200px;
  }
  .lg-pr-200 {
    padding-right: 200px;
  }
  .lg-pb-200 {
    padding-bottom: 200px;
  }
  .lg-m-200 {
    margin: 200px;
  }
  .lg-mt-200 {
    margin-top: 200px;
  }
  .lg-ml-200 {
    margin-left: 200px;
  }
  .lg-mr-200 {
    margin-right: 200px;
  }
  .lg-mb-200 {
    margin-bottom: 200px;
  }
  .lg-p-150 {
    padding: 150px;
  }
  .lg-pt-150 {
    padding-top: 150px;
  }
  .lg-pl-150 {
    padding-left: 150px;
  }
  .lg-pr-150 {
    padding-right: 150px;
  }
  .lg-pb-150 {
    padding-bottom: 150px;
  }
  .lg-m-150 {
    margin: 150px;
  }
  .lg-mt-150 {
    margin-top: 150px;
  }
  .lg-ml-150 {
    margin-left: 150px;
  }
  .lg-mr-150 {
    margin-right: 150px;
  }
  .lg-mb-150 {
    margin-bottom: 150px;
  }
  .lg-p-100 {
    padding: 100px;
  }
  .lg-pt-100 {
    padding-top: 100px;
  }
  .lg-pl-100 {
    padding-left: 100px;
  }
  .lg-pr-100 {
    padding-right: 100px;
  }
  .lg-pb-100 {
    padding-bottom: 100px;
  }
  .lg-m-100 {
    margin: 100px;
  }
  .lg-mt-100 {
    margin-top: 100px;
  }
  .lg-ml-100 {
    margin-left: 100px;
  }
  .lg-mr-100 {
    margin-right: 100px;
  }
  .lg-mb-100 {
    margin-bottom: 100px;
  }
  .lg-p-75 {
    padding: 75px;
  }
  .lg-pt-75 {
    padding-top: 75px;
  }
  .lg-pl-75 {
    padding-left: 75px;
  }
  .lg-pr-75 {
    padding-right: 75px;
  }
  .lg-pb-75 {
    padding-bottom: 75px;
  }
  .lg-m-75 {
    margin: 75px;
  }
  .lg-mt-75 {
    margin-top: 75px;
  }
  .lg-ml-75 {
    margin-left: 75px;
  }
  .lg-mr-75 {
    margin-right: 75px;
  }
  .lg-mb-75 {
    margin-bottom: 75px;
  }
  .lg-p-50 {
    padding: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-m-50 {
    margin: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-p-40 {
    padding: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-m-40 {
    margin: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-p-30 {
    padding: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-m-30 {
    margin: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-p-25 {
    padding: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-m-25 {
    margin: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-mr-25 {
    margin-right: 25px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-p-20 {
    padding: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-m-20 {
    margin: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-p-15 {
    padding: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-m-15 {
    margin: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-p-10 {
    padding: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-m-10 {
    margin: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-p-5 {
    padding: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-m-5 {
    margin: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-p-0 {
    padding: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-m-0 {
    margin: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .xl-px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .xl-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .xl-mx-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .xl-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .xl-px-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .xl-py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .xl-mx-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .xl-my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .xl-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .xl-mx-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .xl-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .xl-px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .xl-py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .xl-mx-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .xl-my-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .xl-px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xl-mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .xl-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .xl-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .xl-mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .xl-px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .xl-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl-mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .xl-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .xl-px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .xl-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .xl-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .xl-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .xl-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xl-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xl-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .xl-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .xl-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xl-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .xl-mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .xl-my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .xl-px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .xl-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xl-mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .xl-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .xl-px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .xl-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .xl-mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .xl-my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .xl-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl-p-200 {
    padding: 200px;
  }
  .xl-pt-200 {
    padding-top: 200px;
  }
  .xl-pl-200 {
    padding-left: 200px;
  }
  .xl-pr-200 {
    padding-right: 200px;
  }
  .xl-pb-200 {
    padding-bottom: 200px;
  }
  .xl-m-200 {
    margin: 200px;
  }
  .xl-mt-200 {
    margin-top: 200px;
  }
  .xl-ml-200 {
    margin-left: 200px;
  }
  .xl-mr-200 {
    margin-right: 200px;
  }
  .xl-mb-200 {
    margin-bottom: 200px;
  }
  .xl-p-150 {
    padding: 150px;
  }
  .xl-pt-150 {
    padding-top: 150px;
  }
  .xl-pl-150 {
    padding-left: 150px;
  }
  .xl-pr-150 {
    padding-right: 150px;
  }
  .xl-pb-150 {
    padding-bottom: 150px;
  }
  .xl-m-150 {
    margin: 150px;
  }
  .xl-mt-150 {
    margin-top: 150px;
  }
  .xl-ml-150 {
    margin-left: 150px;
  }
  .xl-mr-150 {
    margin-right: 150px;
  }
  .xl-mb-150 {
    margin-bottom: 150px;
  }
  .xl-p-100 {
    padding: 100px;
  }
  .xl-pt-100 {
    padding-top: 100px;
  }
  .xl-pl-100 {
    padding-left: 100px;
  }
  .xl-pr-100 {
    padding-right: 100px;
  }
  .xl-pb-100 {
    padding-bottom: 100px;
  }
  .xl-m-100 {
    margin: 100px;
  }
  .xl-mt-100 {
    margin-top: 100px;
  }
  .xl-ml-100 {
    margin-left: 100px;
  }
  .xl-mr-100 {
    margin-right: 100px;
  }
  .xl-mb-100 {
    margin-bottom: 100px;
  }
  .xl-p-75 {
    padding: 75px;
  }
  .xl-pt-75 {
    padding-top: 75px;
  }
  .xl-pl-75 {
    padding-left: 75px;
  }
  .xl-pr-75 {
    padding-right: 75px;
  }
  .xl-pb-75 {
    padding-bottom: 75px;
  }
  .xl-m-75 {
    margin: 75px;
  }
  .xl-mt-75 {
    margin-top: 75px;
  }
  .xl-ml-75 {
    margin-left: 75px;
  }
  .xl-mr-75 {
    margin-right: 75px;
  }
  .xl-mb-75 {
    margin-bottom: 75px;
  }
  .xl-p-50 {
    padding: 50px;
  }
  .xl-pt-50 {
    padding-top: 50px;
  }
  .xl-pl-50 {
    padding-left: 50px;
  }
  .xl-pr-50 {
    padding-right: 50px;
  }
  .xl-pb-50 {
    padding-bottom: 50px;
  }
  .xl-m-50 {
    margin: 50px;
  }
  .xl-mt-50 {
    margin-top: 50px;
  }
  .xl-ml-50 {
    margin-left: 50px;
  }
  .xl-mr-50 {
    margin-right: 50px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
  .xl-p-40 {
    padding: 40px;
  }
  .xl-pt-40 {
    padding-top: 40px;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-40 {
    padding-right: 40px;
  }
  .xl-pb-40 {
    padding-bottom: 40px;
  }
  .xl-m-40 {
    margin: 40px;
  }
  .xl-mt-40 {
    margin-top: 40px;
  }
  .xl-ml-40 {
    margin-left: 40px;
  }
  .xl-mr-40 {
    margin-right: 40px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-p-30 {
    padding: 30px;
  }
  .xl-pt-30 {
    padding-top: 30px;
  }
  .xl-pl-30 {
    padding-left: 30px;
  }
  .xl-pr-30 {
    padding-right: 30px;
  }
  .xl-pb-30 {
    padding-bottom: 30px;
  }
  .xl-m-30 {
    margin: 30px;
  }
  .xl-mt-30 {
    margin-top: 30px;
  }
  .xl-ml-30 {
    margin-left: 30px;
  }
  .xl-mr-30 {
    margin-right: 30px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-p-25 {
    padding: 25px;
  }
  .xl-pt-25 {
    padding-top: 25px;
  }
  .xl-pl-25 {
    padding-left: 25px;
  }
  .xl-pr-25 {
    padding-right: 25px;
  }
  .xl-pb-25 {
    padding-bottom: 25px;
  }
  .xl-m-25 {
    margin: 25px;
  }
  .xl-mt-25 {
    margin-top: 25px;
  }
  .xl-ml-25 {
    margin-left: 25px;
  }
  .xl-mr-25 {
    margin-right: 25px;
  }
  .xl-mb-25 {
    margin-bottom: 25px;
  }
  .xl-p-20 {
    padding: 20px;
  }
  .xl-pt-20 {
    padding-top: 20px;
  }
  .xl-pl-20 {
    padding-left: 20px;
  }
  .xl-pr-20 {
    padding-right: 20px;
  }
  .xl-pb-20 {
    padding-bottom: 20px;
  }
  .xl-m-20 {
    margin: 20px;
  }
  .xl-mt-20 {
    margin-top: 20px;
  }
  .xl-ml-20 {
    margin-left: 20px;
  }
  .xl-mr-20 {
    margin-right: 20px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-p-15 {
    padding: 15px;
  }
  .xl-pt-15 {
    padding-top: 15px;
  }
  .xl-pl-15 {
    padding-left: 15px;
  }
  .xl-pr-15 {
    padding-right: 15px;
  }
  .xl-pb-15 {
    padding-bottom: 15px;
  }
  .xl-m-15 {
    margin: 15px;
  }
  .xl-mt-15 {
    margin-top: 15px;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
  .xl-mr-15 {
    margin-right: 15px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-p-10 {
    padding: 10px;
  }
  .xl-pt-10 {
    padding-top: 10px;
  }
  .xl-pl-10 {
    padding-left: 10px;
  }
  .xl-pr-10 {
    padding-right: 10px;
  }
  .xl-pb-10 {
    padding-bottom: 10px;
  }
  .xl-m-10 {
    margin: 10px;
  }
  .xl-mt-10 {
    margin-top: 10px;
  }
  .xl-ml-10 {
    margin-left: 10px;
  }
  .xl-mr-10 {
    margin-right: 10px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-p-5 {
    padding: 5px;
  }
  .xl-pt-5 {
    padding-top: 5px;
  }
  .xl-pl-5 {
    padding-left: 5px;
  }
  .xl-pr-5 {
    padding-right: 5px;
  }
  .xl-pb-5 {
    padding-bottom: 5px;
  }
  .xl-m-5 {
    margin: 5px;
  }
  .xl-mt-5 {
    margin-top: 5px;
  }
  .xl-ml-5 {
    margin-left: 5px;
  }
  .xl-mr-5 {
    margin-right: 5px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-p-0 {
    padding: 0px;
  }
  .xl-pt-0 {
    padding-top: 0px;
  }
  .xl-pl-0 {
    padding-left: 0px;
  }
  .xl-pr-0 {
    padding-right: 0px;
  }
  .xl-pb-0 {
    padding-bottom: 0px;
  }
  .xl-m-0 {
    margin: 0px;
  }
  .xl-mt-0 {
    margin-top: 0px;
  }
  .xl-ml-0 {
    margin-left: 0px;
  }
  .xl-mr-0 {
    margin-right: 0px;
  }
  .xl-mb-0 {
    margin-bottom: 0px;
  }
}
/*
	30.03.2017
*/
#header {
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 90px;
}
#header #headerwrap {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
#header.typ1 {
  position: fixed;
}
#header.typ1 {
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#header.typ1.headerSmall {
  height: 90px;
}
#header.mobTyp1 {
  position: fixed;
}
#header.mobTyp2 {
  position: absolute;
}
#header.mobTyp2.animate {
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
#header.mobTyp2.fixed {
  position: fixed;
  top: -185px;
}
#header.mobTyp2.fixed.sichtbar {
  top: 50px;
}
.menu-left nav,
.menu-right nav {
  position: absolute;
  top: 32px;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.menu-left #nav .menu_main li,
.menu-right #nav .menu_main li {
  padding-bottom: 0;
}
.menu-left.typ1.headerSmall nav,
.menu-right.typ1.headerSmall nav {
  top: 32px;
}
.logo-left #logo,
.logo-right #logo {
  position: absolute;
  width: 135px;
  top: 35px;
  height: auto;
  vertical-align: baseline;
  display: block;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.logo-left.typ1.headerSmall #logo,
.logo-right.typ1.headerSmall #logo {
  width: 135px;
  top: 35px;
}
.logo-left #logo {
  left: 50px;
}
.typ1.headerSmall.logo-left #logo {
  left: 30px;
}
.menu-left #nav {
  right: 50px;
}
.typ1.headerSmall.menu-left #nav {
  right: 30px;
}
.menu-left #nav .menu_main li {
  margin-left: 20px;
}
.logo-right #logo {
  right: 50px;
}
.mobTyp1.logo-right #logo,
.typ1.headerSmall.logo-right #logo {
  right: 30px;
}
.menu-right #nav {
  left: 50px;
}
.typ1.headerSmall.menu-right #nav {
  left: 30px;
}
.menu-right #nav .menu_main li {
  margin-right: 20px;
}
.menu-center #nav,
.logo-center #logoLink {
  width: 135px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.logo-center #logoLink {
  padding: 0px;
}
.logo-center #logo {
  width: 135px;
  vertical-align: baseline;
  display: inline-block;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -ms-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.typ1.headerSmall.logo-center #logoLink {
  padding-top: 0px;
}
.typ1.headerSmall.logo-center #logo {
  width: 135px;
}
.menu-center #nav .menu_main li {
  padding: 10px;
  padding-bottom: 0;
}
.menu-center div#phoneService {
  top: 35px;
}
/* 
	Menu Anpassungen
*/
#nav .menu_main li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  position: relative;
}
#nav .menu_main li a,
#nav .menu_main li span {
  font-family: "Helvetica Neue Condensed Light", Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#nav .menu_main li.current a {
  border-bottom: 1px solid #000000;
}
.desktop #nav .menu_main li a:hover,
.desktop #nav .menu_main li span:hover {
  color: #e2001a;
  cursor: pointer;
}
.desktop #nav .menu_main li.current > a:hover {
  border-bottom: 1px solid #e2001a;
}
/*
.desktop #nav .menu_main li span.nav-header:hover {
	cursor:default;
	color:@menuLinkColor;
}
*/
/*
 *       unter menu 
 */
#nav .menu_main li ul {
  padding: 0px 20px 10px;
  margin-left: -20px;
  position: absolute;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-out 0s;
  -moz-transition: opacity 100ms ease-out 0s;
  -o-transition: opacity 100ms ease-out 0s;
  transition: opacity 100ms ease-out 0s;
}
#nav .menu_main li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in 0s;
  -moz-transition: opacity 500ms ease-in 0s;
  -o-transition: opacity 500ms ease-in 0s;
  transition: opacity 500ms ease-in 0s;
}
#nav .menu_main li ul li {
  padding: 0;
  float: none;
  display: block;
  line-height: 20px !important;
  text-align: left;
  margin: 0 !important;
}
#nav .menu_main li.parent ul li a {
  border-bottom: none !important;
}
.logo-left #nav .menu_main li ul li,
.logo-right #nav .menu_main li ul li {
  padding-bottom: 15px;
}
/************************************************************

	mobiles menu INFO 03.11.2016

 	joomla modul 'Main Menu Mobile' bei 'Menüklassensuffix'
	'-box' oder '-border' eingeben

************************************************************/
/* * * * * * * * mobiles menu Einblenden  * * * * * * * *  */
/* 
 *	für alle mobile geräte 
 *	das mobile menu 
 *  für desktop geräte unter ?px
 *	das mobile menu 
 */
/* 
 *	für alle mobile geräte das mobile menu 
 */
.mobile {
  /************/
}
.mobile #nav {
  display: none;
}
.mobile #mobile-nav,
.mobile #mobileNavOffner,
.mobile #mobileTel {
  display: block;
}
.mobile #header {
  height: 90px;
}
.mobile #wrapper {
  margin-top: 185;
}
.mobile #header .logowrap {
  top: 35px;
  position: absolute;
  z-index: 23;
}
.mobile #logo {
  width: 135px !important;
  top: 35px;
}
/* 
 *  für desktop geräte 	das mobile menu 
 */
@media screen and (max-width: 1150px) {
  .desktop {
    /************/
  }
  .desktop #nav {
    display: none;
  }
  .desktop #mobile-nav,
  .desktop #mobileNavOffner,
  .desktop #mobileTel {
    display: block;
  }
  .desktop #header {
    height: 90px;
  }
  .desktop #wrapper {
    margin-top: 185;
  }
  .desktop #header .logowrap {
    top: 35px;
    position: absolute;
    z-index: 23;
  }
  .desktop #logo {
    width: 135px !important;
    top: 35px;
  }
}
/************************************************

		mobiles menu allgemein Gestalten 
		
************************************************/
#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  z-index: 3;
  /* unsichtbar */
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#mobile-nav.auf {
  padding-top: 110px;
  /* 90px = header height
					   						* Damit alle menu punkte sichtbar bleiben
					   						* Sonnst werden die vom header überdeckt
					  					    */
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#mobile-navWrapp {
  opacity: 0;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
#mobile-nav.auf #mobile-navWrapp {
  opacity: 1;
}
#mobile-navWrapp ul {
  margin-bottom: 0;
}
/************************************************************
*
*			mobiles Menu - Border STYLE
*	

// paar sachen wegen stoll deaktiviert
***********************************************************/
#mobile-nav .menu-border li {
  list-style-type: none;
  padding-bottom: 0;
}
#mobile-nav .menu-border li:last-child {
  border-bottom: none;
}
#mobile-nav .menu-border li > a,
#mobile-nav .menu-border li > span {
  color: #000000;
  font-size: 24px;
  padding: 10px 20px ;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  font-family: "Helvetica Neue Condensed Light", Helvetica, Arial, sans-serif;
}
.desktop #mobile-nav .menu-border > a:hover,
.desktop #mobile-nav .menu-border > span:hover {
  color: #e2001a;
  cursor: pointer;
}
/********************************

		Mobiles Untermenu in schubladen - Border STYLE
		NOCH NICHT BEARBEITET, zu BOX STYLE WECHSELN, OBEN Anleitung lesen  
		
********************************/
/*
#mobile-nav .menu-border li.parent {
	height:40px;
	padding:0;
	overflow:hidden;
}
#mobile-nav .menu-border li.parent.auf {
	height:auto;
	background:#f3f3f3;
}
#mobile-nav .menu-border li.parent li {
	border-bottom: 1px solid #fff;
	padding-bottom:0;
}


#mobile-nav .menu-border li.parent a,
#mobile-nav .menu-border li.parent span  {
	padding:0 10px;
	height:40px;
	line-height:40px; 
	color:#009fe3;
	background-color: #e5e5e5;
}

// schubladen oeffner,  wenn die schublade auf ist 

#mobile-nav .menu-border li.parent.auf span.separator {
	color:#254194;
	background-color: #e5e5e5;
	border-bottom:1px solid #fff;
}

#mobile-nav .menu-border li.parent.auf a,
#mobile-nav .menu-border li.parent.auf span  {
	color:#254194;
	color:#009fe3;
	background-color: #f2f2f2;
}

.desktop #mobile-nav .menu-border li.parent.auf a:hover,
.desktop #mobile-nav .menu-border li.parent.auf span:hover  {
	background-color: #e5e5e5;
}


/************************************************************
*
*			mobiles Menu - Box STYLE
*
***********************************************************/
#mobile-nav .menu-box li {
  text-align: center;
  list-style-type: none;
  padding-bottom: 0;
  height: 70px;
  border-bottom: 2px #ffffff solid;
}
#mobile-nav .menu-box li:last-child {
  border-bottom: none;
}
#mobile-nav .menu-box a,
#mobile-nav .menu-box span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 68px;
  display: block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  background: #aa0014;
}
.desktop #mobile-nav .menu-box a:hover,
.desktop #mobile-nav .menu-box span:hover {
  background: #860010;
  cursor: pointer;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#mobile-navWrapp {
  padding-top: 30px;
  padding-bottom: 30px;
}
/************************************
*
*			Mobiles Untermenu mit Schubladen - Box STYLE
*
*************************************/
#mobile-nav .menu-box li.parent {
  padding: 0;
  overflow: hidden;
  height: 68px;
}
#mobile-nav .menu-box li.parent.auf {
  height: auto;
}
#mobile-nav .menu-box li.parent li {
  padding-bottom: 0;
}
#mobile-nav .menu-box li.parent a,
#mobile-nav .menu-box li.parent span {
  line-height: 68px;
}
/* schubladen oeffner,  wenn die schublade auf ist */
#mobile-nav .menu-box li.parent.auf span.separator {
  background-color: #77000e;
}
#mobile-nav .menu-box li.parent.auf a,
#mobile-nav .menu-box li.parent.auf span {
  background-color: #77000e;
}
.desktop #mobile-nav .menu-box li.parent.auf a:hover,
.desktop #mobile-nav .menu-box li.parent.auf span:hover {
  background: #68000c;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#mobile-nav ul.menu-box li ul {
  border-top: 2px #ffffff solid;
}
#mobile-nav .menu-box li.parent a,
#mobile-nav .menu-box li.parent span {
  line-height: 68px;
}
#mobile-nav .menu-box li.parent li {
  height: auto;
}
#mobile-nav .menu-box li.parent li a {
  line-height: inherit;
  padding: 15px 25px;
}
/********************************

		Rückruf - Service Mobile
		
*********************************/
#mobileTel {
  background-color: #e2001a;
  color: #000000;
  position: absolute;
  top: 23px;
  right: 20px;
  width: 40px;
  z-index: 21;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  /* unsichtbar */
  display: none;
}
#mobileTel .fa-phone {
  font-size: 25px;
  margin-top: 11px;
}
/********************************

		mobileNav Offner
		
*********************************/
#mobileNavOffner {
  position: absolute;
  width: auto;
  height: 50px;
  line-height: 50px;
  z-index: 50;
  float: none;
  top: 17px;
  /* unsichtbar */
  display: none;
}
#mobileNavOffner.left {
  left: 20px;
}
#mobileNavOffner.right {
  right: 20px;
}
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #000000;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger-htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.c-hamburger-htx span::before,
.c-hamburger-htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger-htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger-htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.c-hamburger-htx.is-active span {
  background: none;
}
.c-hamburger-htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger-htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger-htx.is-active span::before,
.c-hamburger-htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
/************************************************************
*
*				Overlay
*				
***********************************************************/
.custom_overlay,
.custom_overlay_2 {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  overflow: scroll;
  display: none;
}
#overlay,
#overlay2 {
  color: #fff;
  width: calc(100% - 192px);
  max-width: 1488px;
  box-sizing: border-box;
  margin: auto;
}
#overlayWrapp,
#overlay2Wrapp {
  opacity: 0;
  top: -50px;
  position: relative;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.custom_overlay.auf #overlayWrapp,
.custom_overlay_2.auf #overlay2Wrapp {
  opacity: 1;
  top: 100px;
  padding-bottom: 100px;
}
#overlayClose,
#overlay2Close {
  background: url("../images/x-close.svg") no-repeat;
  background-size: cover;
  opacity: 0.7;
  top: 24px;
  right: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  border: none;
}
#overlayClose:hover,
#overlay2Close:hover {
  opacity: 1;
  cursor: pointer;
}
/* inhalt anpassungen */
#overlayWrapp h2,
#overlay2Wrapp h2 {
  color: #000000;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 40px;
}
#overlayWrapp h3,
#overlay2Wrapp h3 {
  letter-spacing: 0;
  line-height: 33px;
  text-transform: none;
  margin-bottom: 30px;
}
#overlayWrapp h2:after,
#overlay2Wrapp h2:after {
  background-color: #000000;
  content: "";
  height: 2px;
  width: 90px;
  display: block;
  margin: auto;
  margin-top: 40px;
}
#overlayWrapp p {
  text-align: center;
  color: #000;
}
/************************************************************
*
*		Overlay
*		von right 50% wie RR
*				
***********************************************************/
.custom_side-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 50%;
  right: -50%;
  background: #ffed00;
  z-index: 99;
  overflow: scroll;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
/* smartphone hoch */
@media only screen and (max-width: 567px) {
  .custom_side-overlay {
    width: 100%;
    right: -100%;
  }
}
.side-overlay_auf .custom_side-overlay {
  right: 0%;
}
#side-overlay {
  color: #fff;
  width: 80%;
  max-width: 1488px;
  box-sizing: border-box;
  margin: auto;
}
#side-overlayWrapp {
  opacity: 0;
  top: 50px;
  right: -80px;
  position: relative;
  width: 100%;
  max-width: 800px;
  padding-bottom: 50px;
  margin: auto;
  -webkit-transition: all 700ms ease 0.2s;
  -moz-transition: all 700ms ease 0.2s;
  -o-transition: all 700ms ease 0.2s;
  transition: all 700ms ease 0.2s;
}
.side-overlay_auf .custom_side-overlay #side-overlayWrapp {
  opacity: 1;
  right: 0px;
}
#side-overlayClose {
  background: url("../images/x-close-white.svg") no-repeat;
  background-size: cover;
  opacity: 0.7;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  border: none;
}
#side-overlayClose:hover {
  opacity: 1;
  cursor: pointer;
}
#side-overlayBack {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 700ms ease 0.2s;
  -moz-transition: all 700ms ease 0.2s;
  -o-transition: all 700ms ease 0.2s;
  transition: all 700ms ease 0.2s;
}
.side-overlay_auf #side-overlayBack {
  visibility: visible;
  opacity: 0.4;
}
/* inhalt anpassungen */
#side-overlayWrapp h2 {
  color: #fff;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 40px;
}
#side-overlayWrapp h3 {
  letter-spacing: 0;
  line-height: 33px;
  text-transform: none;
  margin-bottom: 30px;
}
#side-overlayWrapp h2:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 30px auto 0;
  text-align: center;
  width: 60px;
}
#side-overlayWrapp p {
  text-align: center;
  padding-bottom: 30px;
}
/************************************************************
*
*	Pop - Overlay 
*				
***********************************************************/
.custom_pop-overlay,
.custom_pop-overlay2,
.custom_pop-overlay3,
.custom_pop-overlay4,
.custom_pop-overlay5 {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 19;
  overflow: scroll;
  display: none;
}
#pop-overlay,
#pop-overlay2,
#pop-overlay3,
#pop-overlay4,
#pop-overlay5 {
  width: 90%;
  max-width: 1488px;
  box-sizing: border-box;
  margin: auto;
}
#pop-overlayWrapp,
#pop-overlay2Wrapp,
#pop-overlay3Wrapp,
#pop-overlay4Wrapp,
#pop-overlay5Wrapp {
  opacity: 0;
  top: -50px;
  position: relative;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
  margin: 0 auto 100px auto;
  box-sizing: border-box;
}
/* smartphone hoch */
@media (min-width: 992px) {
  #pop-overlay2Wrapp,
  #pop-overlay3Wrapp,
  #pop-overlay4Wrapp,
  #pop-overlay5Wrapp {
    max-width: 730px;
  }
}
.custom_pop-overlay.auf #pop-overlayWrapp,
.custom_pop-overlay2.auf #pop-overlay2Wrapp,
.custom_pop-overlay3.auf #pop-overlay3Wrapp,
.custom_pop-overlay4.auf #pop-overlay4Wrapp,
.custom_pop-overlay5.auf #pop-overlay5Wrapp {
  opacity: 1;
  top: 250px;
}
.desktop .custom_pop-overlay3.auf #pop-overlay3Wrapp {
  top: 50vh;
}
/* smartphone hoch */
@media only screen and (max-width: 767px) {
  .custom_pop-overlay4.auf #pop-overlay4Wrapp {
    top: 80px;
  }
  .headerSichtbar .custom_pop-overlay4.auf #pop-overlay4Wrapp {
    top: 250px;
  }
}
.custom_pop-overlay:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 30px;
  width: 100px;
  height: 50px;
  z-index: 99;
  background-image: url(/images/svg/icon-dreieck-unten-weiss50.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: scroll;
  background-position: 50% 0;
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.custom_pop-overlay.auf:before {
  top: 140px;
}
#pop-overlayClose,
#pop-overlay2Close,
#pop-overlay3Close,
#pop-overlay4Close,
#pop-overlay5Close {
  background: url("../images/x-close-white.svg") no-repeat;
  background-size: cover;
  opacity: 0.7;
  top: -50px;
  right: -4px;
  width: 40px;
  height: 40px;
  position: absolute;
  border: none;
}
#pop-overlayClose:hover,
#pop-overlay2Close:hover,
#pop-overlay3Close:hover,
#pop-overlay4Close:hover,
#pop-overlay5Close:hover {
  opacity: 1;
  cursor: pointer;
}
/* inhalt anpassungen */
#pop-overlayWrapp h2,
#pop-overlay2Wrapp h2,
#pop-overlay3Wrapp h2,
#pop-overlay4Wrapp h2,
#pop-overlay5Wrapp h2 {
  color: #000000;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 40px;
}
#pop-overlay5Wrapp h2 {
  margin-bottom: 10px;
}
#pop-overlayWrapp h3,
#pop-overlay2Wrapp h3,
#pop-overlay3Wrapp h3,
#pop-overlay4Wrapp h3,
#pop-overlay5Wrapp h3 {
  letter-spacing: 0;
  line-height: 33px;
  text-transform: none;
  margin-bottom: 30px;
}
#pop-overlayWrapp h2:after {
  background-color: #000000;
  content: "";
  height: 2px;
  width: 90px;
  display: block;
  margin: auto;
  margin-top: 40px;
}
#pop-overlayWrapp p {
  text-align: center;
  padding: 30px 0;
  color: #000;
}
#pop-overlay2Wrapp div > h2,
#pop-overlay2Wrapp div > p,
#pop-overlay3Wrapp div > h2,
#pop-overlay3Wrapp div > p,
#pop-overlay4Wrapp div > h2,
#pop-overlay4Wrapp div > p,
#pop-overlay5Wrapp div > h2,
#pop-overlay5Wrapp div > p {
  text-align: center;
  padding-bottom: 30px 0;
  color: #fff;
}
/************************************************************
*
*	video overlay 

	09.05.2016
	- backClose button eingebaut
	- linkbutton css angepast

*				
************************************************************/
#videoWrapp {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  top: 104px;
  top: 0px;
  left: 0;
}
.video-container {
  width: 720px;
  height: 405px;
  position: relative;
  background-color: #000;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#cboxOverlay {
  background: none repeat scroll 0 0 #000;
  z-index: 9 !important;
}
.videoClose {
  opacity: 0.7;
  position: absolute;
  top: -40px;
  right: 0;
  height: 40px;
  width: 30px;
}
.videoClose.back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.videoClose .fa-times {
  color: #fff;
}
.desktop .videoClose.button:hover {
  opacity: 1.0;
  cursor: pointer;
}
.videoButton {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  color: #e2001a;
  width: 100%;
  /* 
	.transition;
	*/
}
.desktop .videoButton:hover {
  cursor: pointer;
  color: #aa0014;
}
.videoButtonWrap {
  text-align: center;
  display: inline-block;
  max-width: 510px;
}
.videoButton img {
  width: 100%;
}
.videoButtonWrap .fa-play {
  font-size: 30px;
  color: #fff;
  background-color: #e2001a;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.videoButtonWrap .fa-play::before {
  margin-left: 15px;
}
.desktop .videoButtonWrap .videoButton:hover .fa-play {
  background-color: #fff;
  color: #e2001a;
}
.max-width-285 {
  max-width: 285px;
  text-align: center;
  margin: auto;
}
/*
#videoWrapp100 iframe {
	background-color: #ccc;
}*/
/************************************************************
*
*				Schnell Kontakt Overlay
*				
************************************************************/
/* Button als <li> im navMenu */
li#phoneService {
  background-color: #e2001a;
  color: #000000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
/* Button als div  */
div#phoneService {
  position: absolute;
  z-index: 21;
  top: 30px;
  right: 50px;
  background-color: #e2001a;
  color: #000000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
#phoneService .fa-phone {
  font-size: 40px;
  margin-top: 17px;
}
#phoneService:hover {
  background-color: #ff0421;
  cursor: pointer;
}
#phoneService:before {
  pointer-events: none;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: -1;
  background: transparent;
  opacity: 0;
  border: 2px solid #ff0421;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
#phoneService:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
/* Overlay */
#schnellKontaktOverlay {
  position: fixed;
  top: 30px;
  right: 50px;
  width: 0;
  height: 0;
  min-width: 60px;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 19;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
body.active #schnellKontaktOverlay {
  top: 15px;
  right: 30px;
}
body.active #schnellKontaktOverlay.open,
#schnellKontaktOverlay.open {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 70;
  border-radius: 0;
  opacity: 1;
}
#schnellKontaktOverlay #schnellKontaktOverlayContainer {
  background: #e2001a;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  z-index: 9;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
#schnellKontaktOverlay.open #schnellKontaktOverlayContainer {
  width: 450px;
  height: 450px;
  margin-top: -225px;
  margin-left: -225px;
  padding: 190px 40px 0 40px;
}
#schnellKontaktOverlay #schnellKontaktOverlayContainer p,
#schnellKontaktOverlay #schnellKontaktOverlayContainer address {
  color: #000000;
}
#schnellKontaktOverlay #schnellKontaktOverlayContainer a {
  color: #254194;
}
#schnellKontaktOverlay.open #schnellKontaktOverlayContainer p,
#schnellKontaktOverlay.open #schnellKontaktOverlayContainer address {
  margin-bottom: 20px;
  white-space: nowrap;
}
#schnellKontaktOverlay .custom:before {
  content: '\f095';
  color: #000000;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 125px;
  text-align: left;
  font-size: 75px;
  left: 200px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#schnellKontaktOverlayClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
#schnellKontaktOverlayClose .fa-times {
  color: #e2001a;
  font-size: 40px;
}
.desktop #schnellKontaktOverlayClose:hover .fa-times {
  color: #ff0421;
  cursor: pointer;
}
/* smartphone quer */
@media only screen and (max-width: 767px) {
  div#phoneService {
    display: none;
  }
  #schnellKontaktOverlay {
    background: #e2001a;
  }
  #schnellKontaktOverlayClose {
    position: fixed;
    top: 23px;
    right: 27px;
    opacity: 1;
  }
  #schnellKontaktOverlayClose .fa-times {
    color: #000000;
  }
  .desktop #schnellKontaktOverlayClose:hover .fa-times {
    color: #000000;
  }
  #schnellKontaktOverlay {
    top: 23px;
    right: 15px;
  }
}
/* 
    v. 13.10.2016
    Slider 
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  /*
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        */
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.arrowInner .slick-list {
  margin-left: 0;
  margin-right: 0;
}
.arrowInner .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.backgroundImg {
  height: calc(100vh - 90px);
}
.backgroundImg .slick-list,
.backgroundImg .slick-track {
  height: 100%;
}
.backgroundImg .slick-slide {
  background-size: cover;
  background-position: center;
}
.backgroundImg .slick-slide.topLeft {
  background-position: top left;
}
.backgroundImg .slick-slide.topCenter {
  background-position: top center;
}
.backgroundImg .slick-slide.topRight {
  background-position: top right;
}
.backgroundImg .slick-slide.bottomLeft {
  background-position: bottom left;
}
.backgroundImg .slick-slide.bottomCenter {
  background-position: bottom center;
}
.backgroundImg .slick-slide.bottomRight {
  background-position: bottom right;
}
/* slickInfoBlock  */
.slickInfoBlock {
  opacity: 0;
  padding: 20px;
  -webkit-transition: margin-right 0.75s ease-out 1s;
  -moz-transition: margin-right 0.75s ease-out 1s;
  -ms-transition: margin-right 0.75s ease-out 1s;
  -o-transition: margin-right 0.75s ease-out 1s;
  transition: margin-right 0.75s ease-out 1s;
}
.slick-current .slickInfoBlock {
  opacity: 1;
}
.slickInfoBlock p stong {
  display: block;
  margin-bottom: 15px;
  padding: 0;
  font-size: 76px;
  line-height: 84px;
  font-weight: 100;
  text-transform: uppercase;
}
.slickInfoBlock p {
  display: inline-block;
  padding: 0px;
  position: relative;
}
/* vordefinierte slickInfoBlock CSS Classen */
.slickInfoBlock.left {
  float: left;
  text-align: left;
}
.slickInfoBlock.right {
  float: right;
  text-align: right;
}
.slickInfoBlock.center {
  display: inline-block;
}
.imgSvg {
  position: absolute;
  top: 0;
  left: 0;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  height: 100%;
  width: auto;
  top: 0;
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.55;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: inline-block;
  background-color: #e2001a;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev {
  left: -70px;
}
.slick-prev:before {
  content: "\f053";
  text-indent: -4px;
}
.slick-next {
  right: -70px;
}
.slick-next:before {
  content: "\f054";
  text-indent: 4px;
  right: 0px;
}
.arrowInner .slick-prev {
  left: 0px;
  padding-left: 30px;
}
.arrowInner .slick-next {
  right: 0px;
  padding-right: 30px;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: transparent;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #e2001a;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #e2001a;
  opacity: 0.75;
  font-size: 15px;
}
/************************************************************
*
*				Schubladen
*				
************************************************************/
.schubladenWrapp {
  border-top: 1px solid #fff;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.schubladenWrapp:first-child {
  border: medium none;
  padding-top: 55px;
}
.schubladenWrapp:last-child {
  padding-bottom: 0px;
}
.schubladen-Contain {
  overflow: hidden;
}
.schubladenWrapp h2 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  text-transform: none;
  color: #000000;
}
.schubladenWrapp h3,
.schubladenWrapp h4 {
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 0px;
  color: #000000;
  margin-bottom: 0;
}
.schubladenWrapp h3 {
  margin-bottom: 40px;
}
.introtext {
  padding-bottom: 10px;
}
.fulltext {
  display: none;
  text-align: left;
  padding-bottom: 20px;
}
.weiterlesen {
  display: inline-block;
  color: #e2001a;
  cursor: pointer;
  position: relative;
}
.weiterlesen:hover {
  color: #aa0014;
}
.weiterlesen:after {
  font-family: 'FontAwesome';
  display: block;
  line-height: 15px;
  content: "\f078";
}
.weiterlesen.auf:after {
  content: "\f077";
}
/*

dance2web home joomla formular in kontkt.less auch mitnehmen?

*/
/************************************************************

	kontaktformular
	21.11.2016	

************************************************************/
.terms {
  display: none;
}
form ol {
  margin-left: 0px;
}
form ol li {
  list-style-type: none;
  width: 100%;
  position: relative;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}
/* transparent nur border */
input,
textarea,
select {
  display: inline-block;
  margin: 0 0 12px 0;
  text-align: left;
  color: #555555;
  border: solid 2px #555555;
  border-radius: 0;
  width: 100%;
  padding: 7px 12px;
  box-sizing: border-box;
  background: none;
  outline: none;
}
textarea {
  min-height: 100px;
  margin-bottom: 0;
}
label {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  line-height: 32px;
}
/* fullFields - background */
.fullFields input,
.fullFields textarea,
.fullFields select {
  border: solid 3px #f5f5f5;
  background-color: #f5f5f5;
}
/*
// das bei rr weil felder neben einander dann muss: margin: 0 6px 12px 6px;
input.w50{
	width: calc(~"50%" - 12px);
}
input.w25{
	width: calc(~"25%" - 12px);
}
input.w75{
	width: calc(~"75%" - 12px);
}
input.w100{
	width: calc(~"100%" - 12px);
}
*/
.sternchen {
  color: inherit;
  display: inline;
  line-height: 15px;
  position: absolute;
  right: -10px;
  top: 0;
}
.erklaerung {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
.error,
.invalid input,
input.invalid {
  border-color: #f00 !important;
}
.send_Button {
  display: block;
  background-color: #e2001a;
  color: white;
  border: medium none;
  outline: 0 none;
  text-align: center;
  font-size: 20px;
  width: 100%;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.send_Button.rund {
  border-radius: 100%;
  height: 120px;
  width: 120px;
  padding: 0;
}
.desktop .send_Button:hover,
.desktop .pbSubmit:hover {
  cursor: pointer;
  background-color: #aa0014;
}
/*
 * Newsletter
 */
.acysubbuttons .button {
  /*
	padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33;
*/
  display: inline-block;
  border: none;
  width: auto;
  color: #fff;
  background-color: #e2001a;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.desktop .acysubbuttons .button:hover {
  color: #fff;
  background-color: #aa0014;
  cursor: pointer;
}
.acysubbuttons .unsubbutton {
  text-align: center;
  width: 100%;
}
/* 
 * trenner
 */
input.formTrenner {
  background-color: transparent !important;
  color: #000;
  margin-bottom: 5px;
  border: none;
  padding: 20px 0 0 0;
  font-size: larger;
}
/* 
 * checkbox
 */
input[type='checkbox'] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 10px;
}
input[type='checkbox']:checked {
  background-image: url(../images/input-checkbox-checked.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* 
 * radio
 */
input[type='radio'] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  border-color: #e2001a;
}
input[type='radio']:checked {
  background-image: url(../images/input-radio-checked.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
/*
 * select 
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down-black.svg);
  background-size: 20px;
  background-position: center right 13px;
  background-repeat: no-repeat;
}
/* 
Escapen
Manchmal braucht man CSS welches entweder kein valides CSS ist,
oder welches LESS nicht erkennen kann. 
Solche Werte kann man ausgeben indem man sie mit einem ~"css" beginnen lässt:

target Internet Explorer 9 and Internet Explorer 10:
*/
@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}
/* 
 * Input File Styling 
 * Datei hochladen
 */
input[type='file'] {
  border: none;
}
#fbuilder input[type='file'] {
  border: 0;
  padding: 20px 0 0 0!important;
  line-height: 15px;
  font-size: 15px;
  margin-bottom: 0;
}
input[type='file']::-webkit-file-upload-button {
  visibility: hidden;
  width: 150px;
}
input[type='file']::before {
  content: 'Datei auswählen';
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  text-align: center;
  box-sizing: border-box;
  /*
	 *
	 * Silber Button
	 *
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	text-shadow: 1px 1px #fff;
	
	*/
  background-color: #ccc;
  line-height: 40px;
  width: 145px;
  height: 40px;
  position: relative;
  top: -13px;
}
.desktop input[type='file']:hover::before {
  background-color: #aaa;
  cursor: pointer;
}
input[type='file']:active::before {
  background-color: #999;
}
/*
 * nach formular senden 
 */
#ausgabeMeldungOvaylay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 90;
  width: 100%;
  height: 100%;
}
#ausgabeMeldungOvaylay.on {
  display: block !important;
}
#meldungOvaylayWrapp {
  width: 53%;
  margin: auto;
  margin-top: 250px;
  background-color: #FFF;
  color: #000;
  text-align: center;
  padding: 40px;
}
#ausgabeMeldungX {
  background-color: #e2001a;
  color: #fff;
  padding: 10px 20px;
}
.desktop #ausgabeMeldungX:hover {
  background-color: #aa0014;
  cursor: pointer;
}
/* nach formular senden ende */
@media only screen and (max-width: 567px) {
  .left_aligned .fields label {
    height: auto;
    line-height: inherit;
  }
  .left_aligned .fields .dfield,
  .left_aligned .fields label {
    float: none;
    width: 100%;
  }
  .pbreak .pbPrevious,
  .pbreak .pbNext,
  .pbSubmit {
    margin: 10px 10px 0px 0px;
  }
}
/**********************
 *  joomla formulare  *
 **********************/
fieldset {
  border: none;
}
.popover {
  display: none !important;
}
ul.nav-tabs {
  margin-left: 20px;
}
/*
.btn-toolbar {
	list-style-type: none;
}
legend,
.optional {
	display: none;
}
fieldset {
	border: none;
}
.profile fieldset {
	margin: 0;
	width: 620px;
}
.control-group {
	clear: both;
}
#content .checkboxes ul {
	margin-left: 0;
}
.checkboxes label {
    padding-left: 0px;
}
dt,
dd {
	display: inline-block;
	min-width: 300px;
	text-align: left;
}
.control-label {
	display: inline-block;
	width: 30%;
	text-align: left;
	vertical-align: top;
}
.control-label label {
	line-height: 20px;
}
.controls {
	display: inline-block;
	width: 69%;
	text-align: left;
}
.control-group,
dt {
	clear: both;
}
dt,
dd {
	padding-bottom: 5px;
}
.control-group .btn {
//	margin: 30px auto 0 auto;
	display: block;
	padding: 20px 45px;
}
.control-group .profil .btn {
	margin: 30px auto 0 auto;
	display: inline-block;
	padding: 20px 45px;
}
.profil-abbrechen {
	margin: 30px auto 0 auto;
	display: inline-block;
	padding: 20px 45px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}
fieldset.radio label {
	margin-right: 30px;
}

/* login modul 
#side-overlayWrapp .control-label,
#side-overlayWrapp .controls {
    width: 100%;
}
#side-overlayWrapp .modlgn-remember.control-label {
	width: auto;
    min-width: 0;
    padding-right: 10px;
}
#side-overlayWrapp .controls .btn, 
.login .controls .btn {
    margin: 10px 0px 0px 0px;
    padding:10px 20px;
}
.unstyled {
	margin-top: 40px;
	margin-left: 1em!important;
}
.invalid {
    border-color: inherit;
}
ul.unstyled { list-style-type: none;}
ul.unstyled li { 
	position: relative;
}
ul.unstyled li:before { 
	font-family: FontAwesome;
    content: "\f105";
    font-size: 1em;
    position: absolute;
    left: -0.8em;
    color:@schmuckfarbe;
}
.control-group .spacer {
	padding: 20px 0 10px 0;
	display: inline-block;
}
dl .spacer,{
	padding: 20px 0 00px 0;
	display: inline-block;
}
.logout button {
	margin:0 auto;
}
@media only screen and (max-width: 567px) {
	.control-label,
	.controls {
		width: 100%;
	}
}
*/
/************************************************************
*
*				footer
*				
************************************************************/
#footer {
  margin-top: 0px;
  background-color: #5e5e5d;
}
/************************************************************
*
*				menu unten
*				
************************************************************/
.menu_bottom {
  list-style-type: none;
  margin: 0;
}
.menu_bottom li {
  float: left;
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
  line-height: 16px;
}
.menu_bottom .item-109 {
  float: right;
  padding-right: 0px;
}
.menu_bottom .item-110 {
  padding-right: 0px;
  /*clear: both;*/
}
.menu_bottom li a,
.menu_bottom li span {
  color: #ffffff;
  font-weight: 300;
}
.desktop .menu_bottom li a:hover {
  color: #000000;
}
/************************************************************
*
*			Sitemap - menu mit untermenu 
*
***********************************************************/
footer h3 {
  margin: 40px 0;
  color: #ffffff;
}
.sitemapWrapp {
  display: flex;
  justify-content: space-between;
}
.moduletable_sitemap {
  vertical-align: top;
  flex-basis: 20%;
}
.moduletable_sitemap.downloads p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
}
.moduletable_sitemap.downloads strong {
  font-family: 'Helvetica Neue Light';
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.moduletable_sitemap.rechtl {
  text-align: right;
}
.menu_sitemap li {
  list-style-type: none;
  font-size: 14px;
  line-height: 16px;
}
.moduletable_sitemap.home .typ-alias {
  display: none;
}
.moduletable_sitemap.home .typ-alias.item-228 {
  display: block;
  margin-top: 30px;
}
.moduletable_sitemap.home > ul > li.typ-component {
  display: none;
}
#nav #naviWrapp .menu_main li.item-418,
#nav #naviWrapp .menu_main li.item-413,
#nav #naviWrapp .menu_main li.item-412,
#nav #naviWrapp .menu_main li.item-611,
#nav #naviWrapp .menu_main li.item-228,
#nav #naviWrapp .menu_main li.item-372,
#nav #naviWrapp .menu_main li.item-395,
#nav #naviWrapp .menu_main li.item-396,
#nav #naviWrapp .menu_main li.item-397,
#nav #naviWrapp .menu_main li.item-398,
#nav #naviWrapp .menu_main li.item-560,
#nav #naviWrapp .menu_main li.item-602,
#nav #naviWrapp .menu_main li.item-561,
#nav #naviWrapp .menu_main li.item-562,
#nav #naviWrapp .menu_main li.item-563,
#nav #naviWrapp .menu_main li.item-564,
#nav #naviWrapp .menu_main li.item-564,
#nav #naviWrapp .menu_main li.item-698,
#nav #naviWrapp .menu_main li.item-699,
#nav #naviWrapp .menu_main li.item-700,
#nav #naviWrapp .menu_main li.item-701 {
  display: none;
}
.moduletable_sitemap.home > ul > li.typ-url.item-413,
.moduletable_sitemap.home > ul > li.typ-component.item-418,
.moduletable_sitemap.home > ul > li.typ-component.item-611,
.moduletable_sitemap.home > ul > li.typ-component.item-412,
.moduletable_sitemap.home > ul > li.typ-component.item-372,
.moduletable_sitemap.home > ul > li.typ-component.item-395,
.moduletable_sitemap.home > ul > li.typ-component.item-396,
.moduletable_sitemap.home > ul > li.typ-component.item-397,
.moduletable_sitemap.home > ul > li.typ-component.item-398,
.moduletable_sitemap.home > ul > li.typ-component.item-700,
.moduletable_sitemap.home > ul > li.typ-component.item-701,
.moduletable_sitemap.home > ul > li.typ-url.item-560,
.moduletable_sitemap.home > ul > li.typ-url.item-602,
.moduletable_sitemap.home > ul > li.typ-url.item-561,
.moduletable_sitemap.home > ul > li.typ-url.item-562,
.moduletable_sitemap.home > ul > li.typ-url.item-563,
.moduletable_sitemap.home > ul > li.typ-url.item-564,
.moduletable_sitemap.home > ul > li.typ-url.item-698,
.moduletable_sitemap.home > ul > li.typ-url.item-699,
.moduletable_sitemap.home > ul > li.typ-url.item-565 {
  display: block;
  margin-top: 30px;
}
.moduletable_sitemap.home ul li:last-of-type {
  margin-top: 10px;
}
.menu_sitemap li.parent {
  margin-bottom: 0;
}
.moduletable_sitemap {
  margin-bottom: 30px;
}
.menu_sitemap a,
.menu_sitemap span {
  color: #ffffff;
}
.desktop .menu_sitemap a:hover {
  color: #000000;
}
.menu_sitemap [class*=" fa-"]:before {
  float: right;
  padding: 0.2em 0 0 0.3em;
}
/* smartphone quer */
@media screen and (max-width: 767px) {
  .menu_bottom .item-109 {
    float: left;
    padding-right: 0px;
    clear: both;
  }
  .sitemapWrapp {
    display: block;
    width: 100%;
  }
  .moduletable_sitemap {
    display: block;
    width: 100%;
    text-align: left;
  }
  .moduletable_sitemap .parent ul {
    display: none;
  }
  .moduletable_sitemap .parent.open ul {
    display: block;
  }
  .moduletable_sitemap .parent {
    cursor: pointer;
  }
}
/* smartphone hoch */
@media only screen and (max-width: 567px) {
  .menu_bottom li {
    float: none;
    margin: 5px 0;
  }
  /* Sitemap - menu mit untermenu ( KAGE ) */
  .moduletable_sitemap h3 {
    margin: 10px 0 20px 0;
  }
  .menu_sitemap li.parent {
    float: none;
    width: 100%;
  }
  .menu_sitemap li.parent:last-child {
    text-align: left;
    float: none;
  }
}
#sp-page-builder .sp-pagebuilder-page-edit {
  top: 28%;
  position: fixed;
  background: #e2001a !important;
  color: #ffffff !important;
  font-size: 16px;
  padding: 15px 20px;
  box-shadow: 0px 0px 15px 5px #FFFFFF;
  -moz-box-shadow: 0px 0px 15px 5px #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 5px #FFFFFF;
}
/*
translator
translator2021

hier werden die sprachen deaktivert 
damit der translator nur eine sprache bearbeiten kann 
*/
.lang-de-de.translator #sp-page-builder .sp-pagebuilder-page-edit,
.lang-en-gb.translator #sp-page-builder .sp-pagebuilder-page-edit,
.lang-fr-fr.translator #sp-page-builder .sp-pagebuilder-page-edit,
.lang-es-es.translator #sp-page-builder .sp-pagebuilder-page-edit,
.lang-ru-ru.translator #sp-page-builder .sp-pagebuilder-page-edit,
.lang-pl-pl.translator #sp-page-builder .sp-pagebuilder-page-edit,
.lang-it-it.translator #sp-page-builder .sp-pagebuilder-page-edit {
  display: none;
}
/* LUPE AUF BILD */
.sppb-addon-single-image-container {
  position: relative;
}
.sppb-addon-single-image-container .sppb-addon-image-overlay-icon {
  display: block;
}
.sppb-addon-single-image-container:hover .sppb-addon-image-overlay-icon {
  animation: none;
}
.sppb-addon-image-overlay {
  background: none !important;
}
.sppb-addon-image-overlay-icon {
  position: absolute;
  color: #fff;
  text-decoration: none;
  display: block;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  background: transparent;
  border-radius: 0px;
}
.sppb-addon-image-overlay-icon:focus {
  background: transparent;
}
.sppb-addon-image-overlay-icon img {
  width: 10%;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.sppb-addon-image-overlay-icon:hover img {
  transform: scale(1.3);
}
/* OVERLAY */
img.mfp-img {
  background: #FFF;
  padding: 40px;
}
/* TESTIMONIAL ADDON */
.sppb-addon-testimonial {
  position: relative;
}
.sppb-addon-testimonial .sppb-media-object {
  display: inline-block;
  width: 100%;
  max-width: 95px;
}
.sppb-addon-testimonial .sppb-media-body {
  display: inline-block;
}
.sppb-addon-testimonial .sppb-media-body h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
}
.st-messen.sppb-addon-articles .img-wrapp,
.messen.sppb-addon-articles .img-wrapp {
  position: relative;
}
.messen.sppb-addon-articles .img-wrapp::before,
.st-messen.sppb-addon-articles .img-wrapp::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.098);
  content: '';
}
.st-messen.sppb-addon-articles .sppb-article-introtext h1,
.st-messen.sppb-addon-articles .sppb-article-introtext h2 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #e2001a;
  font-weight: 100;
  margin-bottom: 0;
}
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  z-index: 2;
}
/* news video eingebaut title nach unten */
.videoButtonWrap.beinews {
  text-align: left;
  max-width: none;
}
#news-id-385 h4,
#news-id-394 h4,
#news-id-395 h4 {
  display: none;
}
#news-id-385 p.title,
#news-id-394 p.title,
#news-id-395 p.title {
  padding-top: 20px;
  margin-bottom: 0;
}
.mtc-impr .ccd-opener.btn,
.no-on-mtc {
  display: none;
}
.color-white,
.text-white,
.fontWhite {
  color: #fff;
}
.fontColor1,
.rot {
  color: #e2001a;
}
.fontColor2,
.gelb {
  color: #fff;
}
.max-300px {
  max-width: 300px;
}
.backColor1 {
  background-color: #e2001a;
}
.backColor2 {
  background-color: #ffed00;
}
.bd-news.view-category #wrapper {
  background-color: #e6e6e6;
}
.kategorie_blog.news .articleWrapp {
  margin-bottom: 70px;
}
.newsletterOverlayOpen:hover {
  cursor: pointer;
}
#kt .btn {
  font-size: 18px;
}
#kt .kt-listing-tools .kt-listing-comment i {
  color: #e2001a !important;
}
#kt .btn-kt-primary:active:hover,
#kt .btn-kt-primary:active:focus,
#kt .btn-kt-primary:active.focus,
#kt .btn-kt-primary.active:hover,
#kt .btn-kt-primary.active:focus,
#kt .btn-kt-primary.active.focus,
.open > .dropdown-toggle#kt .btn-kt-primary:hover,
.open > .dropdown-toggle#kt .btn-kt-primary:focus,
.open > .dropdown-toggle#kt .btn-kt-primary.focus {
  color: #fff !important;
  background-color: #e2001a !important;
  border-color: #e2001a !important;
}
.kategorie_blog p.readmore {
  margin-bottom: 0;
}
.kategorie_blog #kt {
  margin-bottom: 30px;
}
#kt .o-box--elegant-bar .kt-comments-title,
#kt .o-box--elegant-bar .kt-comments-reply-link {
  font-size: 18px;
}
.kt-comments-reply-link,
#kt .btn-kt-primary,
.filter.active,
strong,
b,
.bold,
.jlink,
.sppb-readmore,
.readmore,
.sppb-blocknumber-number {
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
}
.bw_IE11 .filter.active,
.bw_IE11 strong,
.bw_IE11 .bold,
.bw_IE11 .jlink,
.bw_IE11 .sppb-readmore,
.bw_IE11 .readmore {
  font-weight: 700;
}
.stoll-wort-bildmarke img {
  width: 97%;
}
/* news */
.item-page h2 {
  margin-bottom: 0;
}
.item-page .page-header {
  margin-bottom: 30px;
}
.item-page small {
  margin: 10px 0;
  display: block;
}
.bd-news.view-category .moduletable_zum_newsarchiv {
  display: none;
}
span.filter {
  float: left;
  width: 50%;
}
@media (min-width: 992px) {
  .md-mt--30 {
    margin-top: -30px;
  }
}
span.br-1 {
  border-right: 1px solid #fff;
}
.kategorie_blog.news .articleWrapp.unsichtbar {
  display: none;
}
/*
.desktop #sp-page-builder a img:hover {
	.transition();
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
*/
.desktop #wrapper .my-gallery li:hover {
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  z-index: 9;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.disabled {
  opacity: 0.7;
  cursor: no-drop !important;
}
/* impressum*/
.blogimpr {
  padding: 50px 0 100px 0;
}
@media (min-width: 768px) {
  .blogimpr {
    padding: 50px 0 175px 0;
  }
}
.contentpane.modal {
  background-color: #fff;
}
#pop-overlay2Wrapp div > p.fieldacyterms {
  text-align: left;
  padding-bottom: 20px;
}
#pop-overlay2Wrapp div > p.fieldacyterms label {
  position: relative;
  left: 40px;
}
#pop-overlay2Wrapp div > p.fieldacyterms input {
  position: absolute;
  left: -40px;
}
/* sprachen */
.languageLi img {
  width: 50px;
  padding-bottom: 7px;
}
.languageLi.lang-active img {
  border-bottom: 2px solid #fff;
}
.desktop .languageLi img {
  opacity: 0.7;
}
.desktop .languageLi.lang-active img,
.desktop .languageLi img:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  div.mod-languages li {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
}
div.mod-languages ul.lang-inline li {
  display: inline-block;
}
div.mod-languages ul.lang-inline li.lang-mtc {
  display: none;
}
.sppb-img-responsive {
  max-width: 100%;
  width: 100%;
}
.sppb-addon-single-image-container {
  display: block;
}
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  margin-top: 0;
}
.sitemapWrapp .item-399 {
  display: none;
}
.lang-en-gb .sitemapWrapp .item-399 {
  display: block;
}
.sppb-addon-articles .sppb-addon-article {
  margin-bottom: 50px;
}
.sppb-addon-articles {
  margin-bottom: -50px;
}
.desktop.sys_mac .sppb-addon-articles {
  margin-bottom: 0;
}
.mb--50 .sppb-row {
  margin-bottom: -50px;
}
/*
.sppb-article-introtext {
	margin-bottom:  @baseLineHeight;
}
*/
.pleilGrauOben:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 50px;
  z-index: 99;
  background-image: url(/images/svg/icon-dreieck-unten-grau50.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: scroll;
  background-position: 50% 0;
}
.com_sppagebuilder.view-form .pleilGrauOben:before {
  display: none;
}
.pleilWeissOben:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 50px;
  z-index: 99;
  background-image: url(/images/svg/icon-dreieck-unten-weiss50.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: scroll;
  background-position: 50% 0;
}
.com_sppagebuilder.view-form .pleilWeissOben:before {
  display: none;
}
.sppb-btn-default {
  color: #fff;
  background-color: #e2001a;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.desktop .sppb-btn-default:hover,
.desktop .sppb-btn-default:focus,
.desktop .sppb-btn-default:active,
.sppb-btn-default.active,
.open > .dropdown-toggle.sppb-btn-default {
  color: #fff;
  background-color: #aa0014;
}
.acymailing_form p {
  margin-bottom: 0;
}
/* 
******* subheader ********* 
*/
#subheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #e2001a;
  z-index: 120;
  overflow: hidden;
}
#subheader.mobTyp2 {
  position: absolute;
}
#subheader.mobTyp2.animate {
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
#subheader.mobTyp2.fixed {
  position: fixed;
  top: -90px;
}
#subheader.mobTyp2.fixed.sichtbar {
  top: 0;
}
.btn.btn-primary {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  text-align: center;
}
.btn.btn-primary:hover {
  cursor: pointer;
  background-color: #aa0014;
}
#header {
  top: 50px;
}
.menu_sub {
  width: 100%;
  text-align: right;
}
.menu_sub li {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 0;
  line-height: 50px;
  font-family: "Helvetica Neue Condensed Light", Helvetica, Arial, sans-serif;
}
.menu_sub li.item-615,
.menu_sub li.item-616,
.menu_sub li.item-617,
.menu_sub li.item-618,
.menu_sub li.item-619,
.menu_sub li.item-620,
.menu_sub li.item-621,
.menu_sub li.item-407 {
  margin-right: 0px;
  margin-left: 20px;
  float: left;
}
.menu_sub li a,
.menu_sub li span {
  color: #fff;
}
.desktop .menu_sub li a:hover,
.desktop .menu_sub li span:hover {
  color: #000;
  cursor: pointer;
}
/* smartphone quer */
@media only screen and (max-width: 767px) {
  .menu_sub li a,
  .menu_sub li span {
    display: inline-block;
    visibility: hidden;
    width: 30px;
  }
  .menu_sub li a:before,
  .menu_sub li span:before {
    visibility: visible;
  }
}
/* 
******* Slider Text ********* 
*/
.slickInfoBlock {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  width: 105%;
  z-index: 1;
  overflow: hidden;
  padding-right: 6%;
  background-color: #e2001a;
  text-align: right;
  position: relative;
}
.slickInfoBlock:before {
  content: "";
  width: 110%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #e2001a;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.slickInfoBlock .textWrap {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  padding-bottom: 4%;
  padding-right: 5px;
}
.desktop .slickInfoBlock .textWrap a:hover {
  color: #000;
}
.slickInfoBlock .textWrap p {
  margin-bottom: 0;
}
.slickInfoBlock {
  margin-right: -104%;
  opacity: 1;
}
.slick-current .slickInfoBlock {
  margin-right: -5%;
}
.moduletable_dgrau .custom_dgrau img {
  width: 100%;
  height: auto;
  max-width: 110px;
}
@media (max-width: 768px) {
  .textBoxOben .slick-slider {
    background-color: #e2001a;
  }
  .textBoxOben .slickInfoBlock .textWrap {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .stoll-wort-bildmarke img {
    width: 50%;
  }
  .slickInfoBlock .textWrap {
    padding: 5%;
  }
  .slickInfoBlock h3 {
    font-size: 4vw;
    line-height: 4vw;
  }
  .slickInfoBlock.text-small h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .slickInfoBlock {
    width: 50%;
    padding-right: 6%;
    margin-right: -5%;
    margin-right: -54%;
    margin-left: auto;
    opacity: 1;
    margin-top: -14%;
  }
  .slickInfoBlock.tiefer {
    margin-top: -7%;
  }
  .schmalesVerhaeltnis .slickInfoBlock {
    margin-top: -19%;
  }
  .schmalesVerhaeltnis .slickInfoBlock.tiefer {
    margin-top: -10%;
  }
  .schmalesVerhaeltnis2 .slickInfoBlock {
    margin-top: -22%;
  }
  .schmalesVerhaeltnis2 .slickInfoBlock.tiefer {
    margin-top: -12%;
  }
  .slick-current .slickInfoBlock {
    margin-right: -5%;
  }
  .textBoxOben .slickInfoBlock {
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 140px;
  }
  .moduletable_dgrau .custom_dgrau img {
    max-width: 250px;
  }
}
.lineHAuto {
  line-height: initial;
  margin-bottom: 15px;
}
/* mobile nav  */
.menu-border {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.moduletable_mobile-nav .item-174 {
  display: none;
}
#mobile-nav .menu-border > li {
  height: 50px;
  overflow: hidden;
}
#mobile-nav .menu-border li.open {
  height: auto;
}
/* frondlader_menu */
.frondlader_menu .articleWrapp {
  background-color: #e6e6e6;
}
.frondlader_menu ul {
  text-align: center;
}
.frondlader_menu ul.zweispaltig {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  text-align: left;
}
#mobile-navWrapp .frondlader_menu ul {
  margin-bottom: 15px;
}
.frondlader_menu ul li {
  list-style-type: none;
  font-family: "Helvetica Neue Condensed Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
}
#mobile-navWrapp .frondlader_menu ul li {
  padding-bottom: 3px;
}
.frondlader_menu a.btn {
  display: block;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  text-align: left;
  padding: 5px;
}
.frondlader_menu a.btn.grau {
  background-color: #5e5e5e;
}
.frondlader_menu a.btn.grau:hover {
  background-color: #4e4e4e;
}
.frondlader_menu .newsflash-title {
  color: #000;
  font-family: "Helvetica Neue Condensed Light", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 48px;
}
.page-header span,
.frondlader_menu .newsflash-title span {
  color: #e2001a;
}
.frondlader_menu .item-image {
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.frondlader_menu .item-image img {
  width: 250px;
}
.frondlader_menu .item-text {
  padding: 20px;
}
.leer {
  display: none;
}
@media (min-width: 992px) {
  .stoll-wort-bildmarke img {
    width: 97%;
  }
  .leer {
    display: block;
  }
  .frondlader_menu ul.zweispaltig {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 0px;
  }
  .desktop-text-right {
    text-align: right;
  }
  .frondlader_menu .articleWrapp {
    background-color: transparent;
  }
  .frondlader_menu .item-text {
    padding: 0px;
  }
  .md-backWhite {
    background-color: #fff;
    padding: 10px 15px;
  }
  .frondlader_menu a.btn {
    text-align: center;
    padding: 15px;
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
  }
  .frondlader_menu a.btn:last-child {
    border-bottom: none;
  }
  .frondlader_menu .newsflash-title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    padding: 15px 0;
  }
  .frondlader_menu ul li {
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    padding-bottom: 3px;
    vertical-align: top;
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .frondlader_menu ul li {
    font-size: 16px;
    line-height: 16px;
  }
  .frondlader_menu .newsflash-title {
    font-size: 29px;
    line-height: 29px;
  }
}
/* tooltip profiline */
.fotogalerienWrap .tooltip-Content {
  display: none;
}
.fotogalerienWrap .tooltip-Content.open {
  display: block;
}
.tooltip-Content {
  width: 100%;
  position: relative;
  margin: 30px auto 0 auto;
}
.tooltip-Content .backImg {
  width: 100%;
}
.tooltip-Content .tooltip {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  /* neu 2019 */
  margin-top: 25px;
}
.tooltip-Content .tooltip.zIndex {
  z-index: 2;
}
.tooltip-icon-plus {
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /* neu 2019 */
  position: absolute;
  top: -25px;
}
.tooltip-icon-plus.big {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.topTipWrapp {
  background-color: #5e5e5d;
  border: 1px solid #6f6f6f;
  color: #fff;
  padding: 1em;
  /*opacity:0;
	visibility:hidden;*/
  display: none;
  width: 100%;
  height: 0;
}
.topTipWrapp.visible {
  /*opacity:1;
	visibility:visible;*/
  width: 100%;
  height: auto;
  display: block;
  /*max-height:500px;*/
}
/*.weltweit .topTipWrapp.visible,*/
/*
.scroll .topTipWrapp.visible {
	// damit bei langen text scrollbar wird
	max-height: 190px;
	overflow-y: auto;
}
*/
.topTipWrapp p {
  padding-bottom: 0;
}
.topTipWrapp p strong {
  color: #e2001a;
}
.vertrieb .tooltip-icon-plus {
  width: 40px;
  border-radius: 100%;
}
.vertrieb.weltweit .tooltip-icon-plus {
  width: 25px;
}
@media (min-width: 992px) {
  .vertrieb.tooltip-Content .tooltip {
    margin-top: 75px;
  }
  .vertrieb .tooltip-icon-plus {
    width: 75px;
    top: -75px;
  }
}
.vertrieb .topTipWrapp {
  padding-top: 3em;
}
.vertrieb.weltweit .topTipWrapp {
  padding-top: 1em;
  position: relative;
  top: -50px;
}
.vertrieb .topTipWrapp strong,
.vertrieb .topTipWrapp a {
  color: #fff;
}
.vertrieb .topTipWrapp a:hover {
  color: #000;
}
.topTipWrapp hr {
  border: none;
  height: 1px;
  background-color: #6f6f6f;
}
/* dgrauer banner */
.moduletable_dgrau {
  background-color: #5e5e5e;
  color: white;
  font-size: 170px;
  padding: 99px 0;
  vertical-align: middle;
}
.custom_dgrau {
  position: relative;
}
.bannerTilte {
  font-family: "Helvetica Neue Thin Condensed", Helvetica, Arial, sans-serif;
  font-size: 90px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .moduletable_dgrau {
    font-size: 100px;
  }
  .bannerTilte {
    font-size: 70px;
  }
}
@media only screen and (max-width: 440px) {
  .moduletable_dgrau {
    font-size: 65px;
  }
  .bannerTilte {
    font-size: 50px;
  }
}
/* kontakt VERTRIEBSLEITUNG */
.sppb-person-image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-name {
  font-size: inherit;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.sppb-person-information {
  line-height: initial;
}
.sppb-addon-persion .sppb-person-information > span.sppb-person-designation {
  color: #000;
  font-size: inherit;
}
/* Galerie Liste */
.bd-traktor .fotoliste {
  padding-bottom: 0px;
}
.fotogalerienWrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.listeOeffner {
  width: 100%;
  background: url(../images/icon-dreieck-unten-weiss.svg) #5e5e5d;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right 15px center;
  padding: 10px 15px;
  color: #fff;
  outline: none;
  position: relative;
  cursor: pointer;
}
.listeOeffner.open {
  background-image: url(../images/icon-dreieck-oben-weiss.svg);
}
/* NEU 02.2018*/
.listeOeffner.ebene2 {
  border-top: 1px solid #fff;
  background-color: #848483;
}
.listeOeffner.ebene2:hover {
  background-color: #787876;
}
.listeOeffner.ebene2 i:before {
  margin-right: 13px;
  margin-left: 4px;
}
#content .linkList,
#content .grid {
  margin-left: 0;
}
.linkList {
  list-style-type: none;
  padding-bottom: 0;
  /* 	max-height: 330px; */
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9;
}
.linkList.open {
  display: block;
}
.linkList li {
  padding: 0;
  margin: 0;
}
.linkList li a {
  padding: 10px 15px;
  color: #000;
  display: block;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  background: #DDDDDD;
}
.linkList li a:hover {
  background: #bbb;
  color: #000;
}
.fotogalerienWrap .agb-link {
  display: none;
}
/* galerie overlay */
.pdfDownload {
  position: absolute;
  top: 13px;
  right: 17px;
  color: #fff;
  opacity: 0.7;
  font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto;
  visibility: visible;
}
.desktop .pdfDownload:hover {
  color: #fff;
  opacity: 1;
}
.pswp__caption .pdfDownload,
.pdfDatei {
  display: none;
}
.pswp__caption .pdfDownload.sichtbar {
  display: block;
}
.smartphone .pswp__caption .pdfDownload.sichtbar {
  display: none;
}
/**/
.controls .control {
  border-right: 1px solid #fff;
}
.controls .control:last-child {
  border-right: none;
}
.controls .control.active {
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
}
/*Downloads*/
.icon-download:before {
  margin-right: 22px;
}
.flagge {
  width: 25px;
  height: 15px;
  margin-right: 15px;
  box-sizing: content-box;
}
/* probisorisch unten weiß zu footer*/
#footerPfeil {
  width: 100%;
  height: 50px;
  background-image: url(../../../images/svg/icon-dreieck-unten-dunkelgrau50-neg.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
#footerPfeil:before {
  content: '';
  background-color: #5e5e5d;
  width: calc(50% - 50px);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
#footerPfeil:after {
  content: '';
  background-color: #5e5e5d;
  width: calc(50% - 50px);
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
}
#footer {
  position: relative;
  z-index: 1;
}
#footer .item-174 {
  display: none;
}
#footer .parent > a,
#footer .parent > span,
#footer .text-bigger {
  font-size: 18px;
}
#footer .parent > a,
#footer .parent > span {
  margin-bottom: 10px;
  display: block;
}
#footerPfeil.unten {
  display: none;
}
#footer.unten {
  background-image: url(../../../images/svg/icon-dreieck-unten-weiss.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 48px;
  z-index: 0;
  padding-top: 75px;
}
.sppb-addon-youtube .sppb-addon-content {
  text-align: center;
  padding: 10px 0 60px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  #footer.unten {
    background-size: auto 78px;
    padding-top: 150px;
  }
  .md-backgroungSize-75 {
    background-size: auto 75px!important;
  }
  .pleilGrauOben:before {
    margin-left: -75px;
    width: 150px;
    height: 75px;
    background-size: auto 75px!important;
  }
  .pleilWeissOben:before {
    margin-left: -75px;
    width: 150px;
    height: 75px;
    background-size: auto 75px!important;
  }
  #footerPfeil.md-height-75 {
    height: 75px;
    margin-top: -75px;
  }
  #footerPfeil.md-height-75:before {
    width: calc(50% - 75px);
  }
  #footerPfeil.md-height-75:after {
    width: calc(50% - 75px);
  }
}
#divSrollPfeil {
  z-index: 0 !important;
}
#pfeilNachUntenWrap {
  display: none;
  z-index: 1;
  position: absolute;
  border-bottom: 20px;
  left: 0;
  bottom: -15px;
  width: 90px;
  text-align: left;
  height: 60px;
}
.zeigeScroll #pfeilNachUntenWrap {
  display: block;
}
#pfeilNachUnten {
  position: absolute;
  left: 0;
  top: 0;
}
.isl-search-bar input {
  height: 50px;
}
.bd-konfiseite #content {
  padding-top: 0;
}
.messen .sppb-addon-single-image-container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.098);
  content: '';
}
.messen .sppb-addon-single-image-container img {
  width: 90%;
}
#kt .kt-form-title {
  font-size: initial;
}
.roter-kreis-wrapp {
  padding-left: 40px;
  position: relative;
  margin-bottom: 7px;
}
span.roter-kreis {
  font-size: 20px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #e2001a;
  color: #fff;
  border-radius: 100%;
  line-height: 27px;
  text-align: center;
  position: absolute;
  left: 0;
}
.fixed-img {
  position: fixed;
  bottom: 0;
  z-index: 5;
  left: 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.fixed-img p {
  margin-bottom: 0;
}
.fixed-img .fixed-img-x {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 25px;
  padding: 10px;
}
.fixed-img .fixed-img-x:hover {
  cursor: pointer;
  color: #e2001a;
}
.fixed-img.zu {
  opacity: 0;
  visibility: hidden;
}
.lang-mtc-de #subheader,
.lang-mtc-de .slickInfoBlock,
.lang-mtc-de .slickInfoBlock:before {
  background-color: #0081C3;
}
.lang-mtc-de .fontColor1,
.lang-mtc-de .rot,
.lang-mtc-de span.konOverlayOpen,
.lang-mtc-de a,
.lang-mtc-de h4 {
  color: #0081C3;
}
.lang-mtc-de .sppb-btn-default {
  background-color: #0081C3;
  color: #fff;
}
.lang-mtc-de .menu_sitemap a,
.lang-mtc-de .menu_sitemap span {
  color: #ffffff;
}
.lang-mtc-de #footerPfeil,
.lang-mtc-de .menu_sub .item-171,
.lang-mtc-de .menu_sub .item-227 {
  display: none;
}
.lang-mtc-de #footer {
  padding-top: 30px;
  padding-bottom: 20px;
}
.lang-mtc-de .metec-logo {
  height: 30px;
}
.lang-mtc-de.desktop {
  /*span.konOverlayOpen:hover, */
}
.lang-mtc-de.desktop a:hover {
  color: #005f8e;
}
.lang-mtc-de.desktop .sppb-btn-default:hover {
  background-color: #005f8e;
  color: #fff;
}
.lang-mtc-de.desktop .menu_sitemap a:hover,
.lang-mtc-de.desktop .menu_sitemap span:hover {
  color: #000000;
}
.lang-mtc-de .menu_sub li a,
.lang-mtc-de .menu_sub li span {
  visibility: visible;
  width: auto;
}
.category-liststellenangebote {
  padding: 50px 0 150px 0;
}
.category-liststellenangebote table tr:first-child {
  background: #dddddd;
  color: #000;
}
.category-liststellenangebote td {
  text-align: left;
}
