/* config */
/* grid config */
/* basic colors */
/* meyer colors */
/* colors */
/* brand colors */
/* transition time */
/*	resets	*/
@import "../../../vendor/twbs/bootstrap/dist/css/bootstrap-grid.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
nav,
section,
audio,
video,
img {
  display: block;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
/*	typography presets */
@font-face {
  font-family: 'Formata Light';
  src: url('../font/Formata-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Formata Medium';
  src: url('../font/Formata-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Formata Bold';
  src: url('../font/Formata-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Formata BoldItalic';
  src: url('../font/Formata-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Formata Italic';
  src: url('../font/Formata-Italic.ttf') format('truetype');
  font-style: italic;
}
body,
textarea,
input,
p {
  font-family: 'Formata Light';
}
h1,
h2,
h3,
h4 {
  font-family: 'Formata Medium';
  font-weight: bold;
}
body,
textarea,
input {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
strong {
  font-weight: 700;
}
h1,
.h1 {
  font-size: 34px;
  line-height: 38px;
}
html,
body {
  width: 100%;
  height: 100%;
}
/* Custom MixIns */
.sq-bg-white {
  background: white;
}
.sq-bg-black {
  background: black;
}
.sq-bg-key {
  background: #302d2a;
}
.sq-bg-gray {
  background: #E3E3E3;
}
.sq-bg-blue {
  background: #4e85bd;
}
.sq-bg-lila {
  background: #8058A5;
}
.sq-bg-red {
  background: #fa5c7c;
}
.sq-bg-orange {
  background: #f0af03;
}
.sq-bg-yellow {
  background: #FAD232;
}
.sq-bg-green {
  background: #57b955;
}
.sq-bg-facebook {
  background: #49639E;
}
.sq-bg-twitter {
  background: #019FE9;
}
.sq-bg-instagram {
  background: #E7008A;
}
.sq-bg-youtube {
  background: #E52727;
}
.sq-bg-google-plus {
  background: #DB4437;
}
.sq-bg-issuu {
  background: #EF5227;
}
.sq-bg-scope {
  background: #1EA8D8;
}
.sq-bg-squeeze {
  background: #04BFBF;
}
.sq-bg-twitch {
  background: #6440a3;
}
.sq-bg-dropbox {
  background: #007ee5;
}
.sq-bg-ie {
  background: #25bded;
}
.sq-bg-paypal {
  background: #001f6b;
}
.sq-bg-pinterest {
  background: #bd081b;
}
.sq-bg-soundcloud {
  background: #f78810;
}
.sq-bg-bluetooth {
  background: #2a5391;
}
.sq-bg-deviantart {
  background: #12d045;
}
.sq-bg-spotify {
  background: #1ed760;
}
.sq-bg-xing {
  background: #005a5f;
}
.sq-bg-amazon {
  background: #ff9900;
}
.sq-bg-tumblr {
  background: #37475c;
}
.sq-bg-whatsapp {
  background: #25d266;
}
.sq-bg-btc {
  background: #f7931a;
}
.sq-bg-flickr {
  background: #0063db;
}
.sq-bg-jsfiddle {
  background: #4679a4;
}
.sq-bg-reddit {
  background: #ff4500;
}
.sq-bg-slack {
  background: #4acfa3;
}
.sq-bg-snapchat {
  background: #fffc00;
}
.sq-bg-vimeo {
  background: #26b7e8;
}
.sq-bg-visa {
  background: #1662a1;
}
.sq-bg-mastercard {
  background: #fe5e1c;
}
.sq-bg-fontawesome {
  background: #19ab87;
}
.sq-color-white {
  color: white;
}
.sq-color-black {
  color: black;
}
.sq-color-key {
  color: #302d2a;
}
.sq-color-gray {
  color: #E3E3E3;
}
.sq-color-blue {
  color: #4e85bd;
}
.sq-color-lila {
  color: #8058A5;
}
.sq-color-red {
  color: #fa5c7c;
}
.sq-color-orange {
  color: #f0af03;
}
.sq-color-yellow {
  color: #FAD232;
}
.sq-color-green {
  color: #57b955;
}
.sq-color-facebook {
  color: #49639E;
}
.sq-color-twitter {
  color: #019FE9;
}
.sq-color-instagram {
  color: #E7008A;
}
.sq-color-youtube {
  color: #E52727;
}
.sq-color-google-plus {
  color: #DB4437;
}
.sq-color-issuu {
  color: #EF5227;
}
.sq-color-scope {
  color: #1EA8D8;
}
.sq-color-squeeze {
  color: #04BFBF;
}
.sq-color-twitch {
  color: #6440a3;
}
.sq-color-dropbox {
  color: #007ee5;
}
.sq-color-ie {
  color: #25bded;
}
.sq-color-paypal {
  color: #001f6b;
}
.sq-color-pinterest {
  color: #bd081b;
}
.sq-color-soundcloud {
  color: #f78810;
}
.sq-color-bluetooth {
  color: #2a5391;
}
.sq-color-deviantart {
  color: #12d045;
}
.sq-color-spotify {
  color: #1ed760;
}
.sq-color-xing {
  color: #005a5f;
}
.sq-color-amazon {
  color: #ff9900;
}
.sq-color-tumblr {
  color: #37475c;
}
.sq-color-whatsapp {
  color: #25d266;
}
.sq-color-btc {
  color: #f7931a;
}
.sq-color-flickr {
  color: #0063db;
}
.sq-color-jsfiddle {
  color: #4679a4;
}
.sq-color-reddit {
  color: #ff4500;
}
.sq-color-slack {
  color: #4acfa3;
}
.sq-color-snapchat {
  color: #fffc00;
}
.sq-color-vimeo {
  color: #26b7e8;
}
.sq-color-visa {
  color: #1662a1;
}
.sq-color-mastercard {
  color: #fe5e1c;
}
.sq-color-fontawesome {
  color: #19ab87;
}
.sq-border {
  border: 1px solid;
}
.sq-border-white {
  border-color: white;
}
.sq-border-black {
  border-color: black;
}
.sq-border-key {
  border-color: #302d2a;
}
.sq-border-gray {
  border-color: #E3E3E3;
}
.sq-border-blue {
  border-color: #4e85bd;
}
.sq-border-lila {
  border-color: #8058A5;
}
.sq-border-red {
  border-color: #fa5c7c;
}
.sq-border-orange {
  border-color: #f0af03;
}
.sq-border-yellow {
  border-color: #FAD232;
}
.sq-border-green {
  border-color: #57b955;
}
.sq-border-facebook {
  border-color: #49639E;
}
.sq-border-twitter {
  border-color: #019FE9;
}
.sq-border-instagram {
  border-color: #E7008A;
}
.sq-border-youtube {
  border-color: #E52727;
}
.sq-border-google-plus {
  border-color: #DB4437;
}
.sq-border-issuu {
  border-color: #EF5227;
}
.sq-border-scope {
  border-color: #1EA8D8;
}
.sq-border-squeeze {
  border-color: #04BFBF;
}
.sq-border-twitch {
  border-color: #6440a3;
}
.sq-border-dropbox {
  border-color: #007ee5;
}
.sq-border-ie {
  border-color: #25bded;
}
.sq-border-paypal {
  border-color: #001f6b;
}
.sq-border-pinterest {
  border-color: #bd081b;
}
.sq-border-soundcloud {
  border-color: #f78810;
}
.sq-border-bluetooth {
  border-color: #2a5391;
}
.sq-border-deviantart {
  border-color: #12d045;
}
.sq-border-spotify {
  border-color: #1ed760;
}
.sq-border-xing {
  border-color: #005a5f;
}
.sq-border-amazon {
  border-color: #ff9900;
}
.sq-border-tumblr {
  border-color: #37475c;
}
.sq-border-whatsapp {
  border-color: #25d266;
}
.sq-border-btc {
  border-color: #f7931a;
}
.sq-border-flickr {
  border-color: #0063db;
}
.sq-border-jsfiddle {
  border-color: #4679a4;
}
.sq-border-reddit {
  border-color: #ff4500;
}
.sq-border-slack {
  border-color: #4acfa3;
}
.sq-border-snapchat {
  border-color: #fffc00;
}
.sq-border-vimeo {
  border-color: #26b7e8;
}
.sq-border-visa {
  border-color: #1662a1;
}
.sq-border-mastercard {
  border-color: #fe5e1c;
}
.sq-border-fontawesome {
  border-color: #19ab87;
}
/* animations */
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* grid */
/* Grid */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 15px);
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row.clear-row {
  margin-left: 0;
  margin-right: 0;
}
.row.add-bottom {
  margin-bottom: 15px;
}
[class*='col-'] {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
[class*='col-'].clear-padding {
  padding-left: 0;
  padding-right: 0;
}
[class*='col-'].clear-bottom {
  margin-bottom: 0;
}
/* Generate XS Grid */
.col-xs-1 {
  float: left;
  width: 8.33333333%;
}
.col-xs-2 {
  float: left;
  width: 16.66666667%;
}
.col-xs-3 {
  float: left;
  width: 25%;
}
.col-xs-4 {
  float: left;
  width: 33.33333333%;
}
.col-xs-5 {
  float: left;
  width: 41.66666667%;
}
.col-xs-6 {
  float: left;
  width: 50%;
}
.col-xs-7 {
  float: left;
  width: 58.33333333%;
}
.col-xs-8 {
  float: left;
  width: 66.66666667%;
}
.col-xs-9 {
  float: left;
  width: 75%;
}
.col-xs-10 {
  float: left;
  width: 83.33333333%;
}
.col-xs-11 {
  float: left;
  width: 91.66666667%;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-1 {
  left: 8.33333333%;
}
.col-xs-offset-2 {
  left: 16.66666667%;
}
.col-xs-offset-3 {
  left: 25%;
}
.col-xs-offset-4 {
  left: 33.33333333%;
}
.col-xs-offset-5 {
  left: 41.66666667%;
}
.col-xs-offset-6 {
  left: 50%;
}
.col-xs-offset-7 {
  left: 58.33333333%;
}
.col-xs-offset-8 {
  left: 66.66666667%;
}
.col-xs-offset-9 {
  left: 75%;
}
.col-xs-offset-10 {
  left: 83.33333333%;
}
.col-xs-offset-11 {
  left: 91.66666667%;
}
.col-xs-offset-12 {
  left: 100%;
}
.generate-col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 544px) {
  /* Generate XS Grid */
  .col-sm-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-1 {
    left: 8.33333333%;
  }
  .col-sm-offset-2 {
    left: 16.66666667%;
  }
  .col-sm-offset-3 {
    left: 25%;
  }
  .col-sm-offset-4 {
    left: 33.33333333%;
  }
  .col-sm-offset-5 {
    left: 41.66666667%;
  }
  .col-sm-offset-6 {
    left: 50%;
  }
  .col-sm-offset-7 {
    left: 58.33333333%;
  }
  .col-sm-offset-8 {
    left: 66.66666667%;
  }
  .col-sm-offset-9 {
    left: 75%;
  }
  .col-sm-offset-10 {
    left: 83.33333333%;
  }
  .col-sm-offset-11 {
    left: 91.66666667%;
  }
  .col-sm-offset-12 {
    left: 100%;
  }
  .generate-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* Generate MD Grid */
  .col-md-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-1 {
    left: 8.33333333%;
  }
  .col-md-offset-2 {
    left: 16.66666667%;
  }
  .col-md-offset-3 {
    left: 25%;
  }
  .col-md-offset-4 {
    left: 33.33333333%;
  }
  .col-md-offset-5 {
    left: 41.66666667%;
  }
  .col-md-offset-6 {
    left: 50%;
  }
  .col-md-offset-7 {
    left: 58.33333333%;
  }
  .col-md-offset-8 {
    left: 66.66666667%;
  }
  .col-md-offset-9 {
    left: 75%;
  }
  .col-md-offset-10 {
    left: 83.33333333%;
  }
  .col-md-offset-11 {
    left: 91.66666667%;
  }
  .col-md-offset-12 {
    left: 100%;
  }
  .generate-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* Generate LG Grid */
  .col-lg-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-1 {
    left: 8.33333333%;
  }
  .col-lg-offset-2 {
    left: 16.66666667%;
  }
  .col-lg-offset-3 {
    left: 25%;
  }
  .col-lg-offset-4 {
    left: 33.33333333%;
  }
  .col-lg-offset-5 {
    left: 41.66666667%;
  }
  .col-lg-offset-6 {
    left: 50%;
  }
  .col-lg-offset-7 {
    left: 58.33333333%;
  }
  .col-lg-offset-8 {
    left: 66.66666667%;
  }
  .col-lg-offset-9 {
    left: 75%;
  }
  .col-lg-offset-10 {
    left: 83.33333333%;
  }
  .col-lg-offset-11 {
    left: 91.66666667%;
  }
  .col-lg-offset-12 {
    left: 100%;
  }
  .generate-col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* Generate XL Grid */
  .col-xl-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-1 {
    left: 8.33333333%;
  }
  .col-xl-offset-2 {
    left: 16.66666667%;
  }
  .col-xl-offset-3 {
    left: 25%;
  }
  .col-xl-offset-4 {
    left: 33.33333333%;
  }
  .col-xl-offset-5 {
    left: 41.66666667%;
  }
  .col-xl-offset-6 {
    left: 50%;
  }
  .col-xl-offset-7 {
    left: 58.33333333%;
  }
  .col-xl-offset-8 {
    left: 66.66666667%;
  }
  .col-xl-offset-9 {
    left: 75%;
  }
  .col-xl-offset-10 {
    left: 83.33333333%;
  }
  .col-xl-offset-11 {
    left: 91.66666667%;
  }
  .col-xl-offset-12 {
    left: 100%;
  }
  .generate-col-xl-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;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.hide-xs {
  display: none;
}
@media (min-width: 544px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hide-xl {
    display: none;
  }
}
.show {
  display: block !important;
}
.show-xs {
  display: block;
}
@media (min-width: 544px) {
  .show-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .show-md {
    display: block;
  }
}
@media (min-width: 992px) {
  .show-lg {
    display: block;
  }
}
@media (min-width: 1200px) {
  .show-xl {
    display: block;
  }
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.clear-bottom {
  margin-bottom: 0 !important;
}
/* predefined elements */
.sq-custom-select {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.sq-custom-select select {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 2;
  height: 40px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid #04BFBF;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.sq-custom-select select::-ms-expand {
  display: none;
}
.sq-custom-select:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  bottom: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -28px/2;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-bottom: 1px solid #04BFBF;
  border-right: 1px solid #04BFBF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-custom-select:hover:before {
  border-color: #f0af03;
}
.sq-select-container {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.sq-select-container .sq-select-trigger-wrap .selectTrigger {
  color: #444;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  background: transparent;
  outline: 0;
  border: 1px solid #04BFBF;
}
.sq-select-container .sq-select-trigger-wrap .selectTrigger:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  bottom: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -28px/2;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-bottom: 1px solid #04BFBF;
  border-right: 1px solid #04BFBF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-select-container .sq-select-trigger-wrap:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  bottom: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -28px/2;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-bottom: 1px solid #04BFBF;
  border-right: 1px solid #04BFBF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-select-container .sq-select-trigger-wrap:hover:before {
  border-color: #57b955;
}
.sq-select-container .sq-select-wrap {
  position: absolute;
  top: 40px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  background: white;
  z-index: 2;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-select-container .sq-select-wrap.active {
  max-height: 500px;
}
.sq-select-container .sq-select-wrap .selectHead {
  overflow: hidden;
}
.sq-select-container .sq-select-wrap .selectHead > a {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  float: left;
  color: #444;
  padding: 5px 0;
}
.sq-select-container .sq-select-wrap .selectHead > a:first-of-type {
  border-right: 1px solid #444;
}
.sq-select-container .sq-select-wrap .selectHead > a:hover {
  color: #57b955;
}
.sq-select-container .sq-select-wrap .selectHead > a i {
  margin-left: 5px;
}
.sq-select-container .sq-select-wrap .sq-select-body {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background: white;
  cursor: pointer;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element.active {
  background: #F7E967;
  color: white;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element.active i {
  opacity: 1;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element input {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  opacity: 0;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element label {
  display: block;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element span {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 3px 10px;
  z-index: 2;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element i {
  position: absolute;
  top: 5px;
  left: auto;
  right: 10px;
  bottom: auto;
  opacity: 0;
}
.sq-select-container .sq-select-wrap .sq-select-body .sq-select-element:hover {
  background: #57b955;
  color: white;
}
.sq-select-checkbox-container {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.sq-select-checkbox-container .sq-select-checkbox-trigger-wrap .sq-select-checkbox-trigger {
  color: #444;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  background: transparent;
  outline: 0;
  border: 1px solid #04BFBF;
}
.sq-select-checkbox-container .sq-select-checkbox-trigger-wrap .sq-select-checkbox-trigger:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  bottom: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -28px/2;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-bottom: 1px solid #04BFBF;
  border-right: 1px solid #04BFBF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-select-checkbox-container .sq-select-checkbox-trigger-wrap:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  bottom: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -28px/2;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-bottom: 1px solid #04BFBF;
  border-right: 1px solid #04BFBF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-select-checkbox-container .sq-select-checkbox-trigger-wrap:hover:before {
  border-color: #04BFBF;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap {
  position: absolute;
  top: 40px;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  background: white;
  z-index: 2;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  max-height: 0px;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap.active {
  max-height: 500px;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-head {
  overflow: hidden;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-head > a {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  float: left;
  color: #444;
  padding: 5px 0;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-head > a:first-of-type {
  border-right: 1px solid #444;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-head > a:hover {
  color: #57b955;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-head > a i {
  margin-left: 5px;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background: white;
  cursor: pointer;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element input {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  opacity: 0;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element input:checked + label {
  background: #57b955;
  color: white;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element input:checked + label i {
  opacity: 1;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element label {
  display: block;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element span {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 3px 10px;
  z-index: 2;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element i {
  position: absolute;
  top: 5px;
  left: auto;
  right: 10px;
  bottom: auto;
  opacity: 0;
}
.sq-select-checkbox-container .sq-select-checkbox-wrap .sq-select-checkbox-body .sq-select-checkbox-element:hover {
  background: #57b955;
  color: white;
}
.sq-tag-container .block {
  display: inline-block;
  color: white;
  margin: 5px 5px 5px 0;
  background: #F7E967;
  padding: 2px 7px;
  font-size: 12px;
}
.sq-tag-container i {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.sq-custom-file-upload input[type="file"] {
  display: none;
}
.sq-custom-file-upload > div {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 40px;
  border: 1px solid #a9a9a9;
  padding: 10px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.sq-custom-file-upload > div > span {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 50px);
}
.sq-custom-file-upload > div i {
  display: inline-block;
  width: 50px;
  height: 38px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  background: #04BFBF;
  color: white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
}
.sq-custom-file-upload > div:hover i {
  background: #F7E967;
}
.sq-custom-file-upload-reset i {
  margin-right: 5px;
}
.sq-star-rating {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
}
.sq-star-rating > input {
  display: none;
}
.sq-star-rating > label:before {
  margin: 0 5px;
  font-size: 25px;
  font-family: FontAwesome;
  display: inline-block;
  cursor: pointer;
  content: "\f005";
}
.sq-star-rating > .half:before {
  content: "\f089";
  position: absolute;
}
.sq-star-rating > label {
  color: #ddd;
  float: right;
}
.sq-star-rating > input:checked ~ label,
.sq-star-rating:not(:checked) > label:hover,
.sq-star-rating:not(:checked) > label:hover ~ label {
  color: yellow;
}
.sq-star-rating > input:checked + label:hover,
.sq-star-rating > input:checked ~ label:hover,
.sq-star-rating > label:hover ~ input:checked ~ label,
.sq-star-rating > input:checked ~ label:hover ~ label {
  color: #cccc00;
}
.sq-custom-radio-button input {
  display: none;
}
.sq-custom-radio-button input:checked + label {
  background: #F7E967;
}
.sq-custom-radio-button label {
  width: 50%;
  float: left;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: #04BFBF;
  color: white;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  cursor: pointer;
}
.sq-custom-radio-button label:hover {
  background: #57b955;
}
.sq-custom-radio input {
  display: none;
}
.sq-custom-radio input:checked + label:after {
  opacity: 1;
}
.sq-custom-radio label {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin-left: 30px;
  margin-right: 20px;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-custom-radio label:after {
  position: absolute;
  top: 2px;
  left: -22px;
  right: auto;
  bottom: auto;
  opacity: 0;
  content: "";
  width: 10px/2;
  height: 10px;
  border-bottom: 2px solid #04BFBF;
  border-right: 2px solid #04BFBF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-custom-radio label:before {
  position: absolute;
  top: -3px;
  left: -30px;
  right: auto;
  bottom: auto;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #04BFBF;
}
.sq-custom-checkbox {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.sq-custom-checkbox input[type="checkbox"] {
  display: none;
}
.sq-custom-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.sq-custom-checkbox.label label {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  cursor: pointer;
  margin-left: 35px;
}
.sq-custom-checkbox.label label:after {
  position: absolute;
  top: 2px;
  left: -26px;
  right: auto;
  bottom: auto;
  opacity: 0;
  content: "";
  width: 10px/2;
  height: 10px;
  border-bottom: 2px solid #ff080b;
  border-right: 2px solid #ff080b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.sq-custom-checkbox.label label:before {
  position: absolute;
  top: -3px;
  left: -35px;
  right: auto;
  bottom: auto;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ff080b;
}
.sq-custom-checkbox.no-label label {
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ff080b;
  z-index: 1;
  cursor: pointer;
  box-sizing: content-box;
}
.sq-custom-checkbox.no-label label:after {
  position: absolute;
  top: 2px;
  left: 7px;
  right: auto;
  bottom: auto;
  opacity: 0;
  content: "";
  width: 10px/2;
  height: 10px;
  border-bottom: 2px solid #ff080b;
  border-right: 2px solid #ff080b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.sq-custom-checkbox.no-label .label {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin-left: 35px;
}
.sq-btn {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sq-btn i {
  font-size: 18px;
}
.sq-btn.sq-border {
  padding: 9px 15px;
}
/* Color */
/* Brands */
/* Grid */
/* Config */
/* Config colors */
/* Breakpoints */
/*	resets	*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
nav,
section,
audio,
video,
img {
  display: block;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/font/open-sans/open-sans-v34-latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/open-sans/open-sans-v34-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/font/open-sans/open-sans-v34-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/open-sans/open-sans-v34-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/open-sans/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/open-sans/open-sans-v34-latin-ext_latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/font/open-sans/open-sans-v34-latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/open-sans/open-sans-v34-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-300italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/font/open-sans/open-sans-v34-latin-ext_latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/open-sans/open-sans-v34-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/open-sans/open-sans-v34-latin-ext_latin-300italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/font/open-sans/open-sans-v34-latin-ext_latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/open-sans/open-sans-v34-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/open-sans/open-sans-v34-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/open-sans/open-sans-v34-latin-ext_latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600italic - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/font/open-sans/open-sans-v34-latin-ext_latin-600italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/font/open-sans/open-sans-v34-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/font/open-sans/open-sans-v34-latin-ext_latin-600italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
.clear:after {
  clear: both;
  content: " ";
  display: table;
}
* {
  box-sizing: border-box;
}
span.error {
  color: #ff080b;
  font-family: 'formata', sans-serif;
  margin-top: 7px;
  display: block;
}
html {
  min-height: 100%;
}
html body {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
@media (max-width: 768px) {
  html body {
    font-size: 16px;
  }
}
html body a {
  cursor: pointer;
}
html body div {
  position: relative;
}
html body #popup {
  width: 100%;
  min-height: 100%;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  overflow-y: auto;
}
html body #popup .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}
html body #popup .container .popupcontent {
  position: relative;
  z-index: 50;
}
html body #popup .container .popupcontent#impressum,
html body #popup .container .popupcontent#policy,
html body #popup .container .popupcontent#einverstaendnis {
  display: none;
}
html body #popup .container .popupcontent h3 {
  color: #ff080b;
  font-size: 18px;
  margin-bottom: 18px;
}
html body #popup .container .popupcontent p {
  line-height: 28px;
  margin-bottom: 20px;
}
html body #popup .container .popupcontent p.noMargBot {
  margin-bottom: 0;
}
html body #popup .container .popupcontent a {
  color: #ff080b;
}
html body #popup .container .popupcontent a:hover {
  text-decoration: underline;
}
html body #popup .container .fa-times {
  position: absolute;
  z-index: 100;
  top: 50px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #1a1a1a !important;
}
html body#detail {
  /*      #frame {
        #content {
          section {
            &#footer {
              background: url('../img/footer_form.png');
              background-size: cover;
            }
          }
        }
      }*/
}
html body#detail #socialmediabar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -100px;
  z-index: 999;
  width: 70px;
  height: 200px;
  margin-right: 0;
}
@media (max-width: 1120px) {
  html body#detail #socialmediabar {
    display: none;
  }
}
html body#detail #socialmediabar div {
  background-color: #ff080b;
}
html body#detail #socialmediabar a {
  float: right;
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 30px;
  text-align: center;
  background: #ff080b;
  color: #fff;
  margin-bottom: 5px;
  margin-right: 0px;
  border: 0 black solid;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
html body#detail #socialmediabar a:hover {
  margin-right: 0;
  width: 86px;
}
html body#detail #socialmediabar [class*=uk-icon-],
html body#detail #socialmediabar [class*=uk-icon-]:focus,
html body#detail #socialmediabar [class*=uk-icon-]:hover {
  text-decoration: none;
}
html body#detail #socialmediabar [class*=uk-icon-] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body#detail #socialmediabar .uk-icon-facebook:before {
  content: "\f09a";
}
html body#detail #socialmediabar .uk-icon-twitter:before {
  content: "\f099";
}
html body#detail #socialmediabar .uk-icon-instagram:before {
  content: "\f16d";
}
html body#detail #mobile_socialmedia_trigger {
  overflow: hidden;
  position: fixed;
  height: 41px;
  width: 41px;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  background-color: #ff080b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 1120px) {
  html body#detail #mobile_socialmedia_trigger {
    display: none;
  }
}
html body#detail #mobile_socialmedia_trigger .fa-share-alt {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
}
html body#detail #mobile_socialmedia_trigger .fa-share-alt:before {
  content: "\f1e0";
}
html body#detail #mobile_socialmedia_trigger .fa-chevron-up {
  color: white;
  font-size: 20px;
  margin-top: 10px;
}
html body#detail #mobile_socialmediabar {
  position: fixed;
  z-index: 10000;
  width: 41px;
  max-height: 41px;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
html body#detail #mobile_socialmediabar #mobile_socialmedia_trigger_inBar {
  cursor: pointer;
}
html body#detail #mobile_socialmediabar .fa-share-alt {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
}
html body#detail #mobile_socialmediabar .fa-share-alt:before {
  content: "\f1e0";
}
html body#detail #mobile_socialmediabar.active {
  max-height: 258px;
  bottom: 8px;
}
@media (min-width: 1120px) {
  html body#detail #mobile_socialmediabar {
    display: none;
  }
}
html body#detail #mobile_socialmediabar a {
  display: block;
  width: 41px;
  height: 41px;
  background-color: #ff080b;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
html body#detail #mobile_socialmediabar a i {
  color: white;
  font-size: 20px;
  margin-top: 10px;
}
html body#detail #mobile_socialmediabar #mobile_socialmedia_trigger_close {
  cursor: pointer;
}
html body#detail #content #start h1 {
  word-break: break-word;
  text-transform: uppercase;
}
html body#danke {
  /*      footer {
        position: absolute;
        width: 100%;
        bottom: 0;
      }*/
}
html body#danke #frame #content {
  height: calc(100% - 192px);
}
html body#danke #frame #content #start {
  height: 100%;
}
html body img {
  vertical-align: middle;
  width: 100%;
}
html body #firmen_detail img {
  max-width: 300px;
  margin: 0 auto;
}
html body .col {
  margin-bottom: 0;
}
html body .error .errors {
  color: #ff080b;
  font-size: 14px;
  width: 30%;
  margin-left: 30%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  html body .error .errors {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
}
html body #frame {
  display: inline-block;
  width: 100%;
}
html body #frame:after {
  clear: both;
  content: " ";
  display: table;
}
html body #frame #header {
  padding: 35px 0;
}
html body #frame #header:after {
  clear: both;
  content: " ";
  display: table;
}
html body #frame #header #logo {
  margin: 0;
}
@media (max-width: 543px) {
  html body #frame #header #logo {
    text-align: center;
    margin-bottom: 10px;
  }
  html body #frame #header #logo img {
    display: inline-block;
  }
}
html body #frame #header #logo img {
  max-width: 160px;
}
@media (min-width: 543px) {
  html body #frame #header #logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
html body #frame #header #ansprechpartner {
  margin: 0;
}
html body #frame #header #ansprechpartner .cta_button {
  display: inline-block;
  border-radius: 5px;
  background: #ff080b;
  padding: 8px 15px;
  margin-top: 15px;
  color: white;
}
html body #frame #header #ansprechpartner .cta_button.switched {
  color: #ff080b;
  border: 0 solid #ff080b;
  background: white;
  margin-left: 10px;
  font-size: 12px;
}
html body #frame #header #ansprechpartner .cta_button.switched i {
  margin-right: 5px;
}
@media (max-width: 544px) {
  html body #frame #header #ansprechpartner {
    text-align: center;
    margin-top: 20px;
  }
}
html body #frame #header #ansprechpartner span {
  display: block;
  line-height: 28px;
}
html body #frame #header #ansprechpartner span#name {
  font-weight: 600;
  color: #ff080b;
  font-size: 18px;
}
html body #frame #header #ansprechpartner span#title {
  font-style: italic;
  margin-bottom: 10px;
}
html body #frame #header #ansprechpartner span.detail {
  font-weight: 600;
  font-size: 18px;
}
html body #frame #header #ansprechpartner span.detail a {
  color: #1a1a1a;
}
html body #frame #header #ansprechpartner span.detail i {
  color: #ff080b;
  margin-right: 8px;
}
html body #frame #content {
  height: 100%;
}
html body #frame #content p,
html body #frame #content li {
  line-height: 1.5;
}
html body #frame #content h2 {
  line-height: 2;
  color: red;
}
html body #frame #content section:after {
  clear: both;
  content: " ";
  display: table;
}
html body #frame #content section .container {
  padding: 100px 15px;
}
html body #frame #content section h2,
html body #frame #content section .h2 {
  font-size: 24px;
  color: #ff080b;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  html body #frame #content section h2,
  html body #frame #content section .h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
html body #frame #content section h3,
html body #frame #content section .formBlockHeadline {
  color: #ff080b;
  font-size: 18px;
}
html body #frame #content section h3.folge_abschnitt,
html body #frame #content section .formBlockHeadline.folge_abschnitt {
  margin-top: 80px;
}
html body #frame #content section .formBlockHeadline {
  margin-top: 60px;
}
html body #frame #content section p {
  line-height: 28px;
  margin-bottom: 20px;
  text-align: justify;
}
@media (max-width: 768px) {
  html body #frame #content section p {
    line-height: 24px;
    text-align: left;
  }
}
html body #frame #content section p.noMargBot {
  margin-bottom: 0;
}
html body #frame #content section a {
  color: #ff080b;
}
html body #frame #content section a:hover {
  text-decoration: underline;
}
html body #frame #content section table {
  width: 100%;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  html body #frame #content section table {
    display: none;
  }
}
html body #frame #content section table tr:nth-child(even) {
  background: #eef0f7;
}
html body #frame #content section table tr:hover {
  background: #dde1ef;
}
html body #frame #content section table tr td,
html body #frame #content section table tr th {
  padding: 12px 20px;
}
html body #frame #content section table tr td:first-of-type {
  font-weight: 600;
}
html body #frame #content section table.mobile-table {
  width: 100%;
  background-color: #eef0f7;
  font-size: 16px;
  font-weight: 300;
  display: none;
}
@media (max-width: 768px) {
  html body #frame #content section table.mobile-table {
    display: block;
  }
}
html body #frame #content section table.mobile-table tr:hover {
  background: transparent;
}
html body #frame #content section table.mobile-table tr#job_detail td {
  font-weight: 600;
  border-bottom: 2px solid white;
  width: 100%;
}
html body #frame #content section table.mobile-table tr td:first-of-type {
  font-weight: 300;
}
html body #frame #content section table.mobile-table .mobile-table-city {
  padding: 12px 20px;
}
html body #frame #content section table.mobile-table .mobile-table-city span {
  word-break: break-all;
}
html body #frame #content section table.mobile-table .mobile-table-city span:first-of-type {
  margin-bottom: 10px;
  display: inline-block;
}
html body #frame #content section table.mobile-table .mobile-table-city span i {
  color: #ff080b;
}
html body #frame #content section table.mobile-table .mobile-table-city span i.fa-map-marker-alt {
  margin-right: 10px;
}
html body #frame #content section table.mobile-table .mobile-table-city span i.fa-clock {
  margin-right: 7px;
}
html body #frame #content section table.mobile-table .mobile-table-angle {
  width: 50px;
  text-align: right;
}
html body #frame #content section ul {
  list-style: none;
}
html body #frame #content section ul li {
  line-height: 28px;
  margin-bottom: 8px;
}
html body #frame #content section ul li span {
  padding-left: 25px;
  display: inline-block;
}
html body #frame #content section .content_pic {
  margin: 40px 0;
}
html body #frame #content section#start {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
html body #frame #content section#start.startseite {
  max-height: 650px;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  html body #frame #content section#start.startseite {
    max-height: 50vw;
    min-height: 200px;
  }
}
html body #frame #content section#start .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 42%;
  z-index: 999;
  -webkit-transform: translate(0, 42%);
  -moz-transform: translate(0, 42%);
  -ms-transform: translate(0, 42%);
  -o-transform: translate(0, 42%);
  transform: translate(0, 42%);
}
@media (max-width: 768px) {
  html body #frame #content section#start .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
html body #frame #content section#start .container .start_pretext {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 768px) {
  html body #frame #content section#start .container .start_pretext {
    font-size: 18px;
    line-height: 22px;
  }
}
html body #frame #content section#start .container h1 {
  word-break: break-word;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(68, 68, 68, 0.3);
}
@media (max-width: 768px) {
  html body #frame #content section#start .container h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 544px) {
  html body #frame #content section#start .container h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
html body #frame #content section#start .container .start_jobspecs div {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 20px;
}
html body #frame #content section#start .container .start_jobspecs div i {
  color: #ff080b;
  margin-right: 10px;
}
html body #frame #content section#start .container .start_jobspecs div i:first-of-type {
  padding-left: 1px;
}
html body #frame #content section#start .container .start_jobspecs div span {
  color: white;
}
html body #frame #content section#start .container .start_jobspecs div span:first-of-type {
  margin-right: 20px;
}
html body #frame #content section#start img {
  height: 100%;
  width: auto;
}
html body #frame #content section#start .imageOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.5;
}
html body #frame #content section#start #scope-jobs-intro-section-overlay {
  background-color: #9E9E9E !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.5;
}
html body #frame #content section#start .scope-img-wrap img {
  height: 100%;
  width: 100% !important;
  object-fit: cover;
}
html body #frame #content section#einleitung .container {
  padding-bottom: 0;
}
html body #frame #content section#einleitung .container #imgBoard {
  margin-bottom: 100px;
}
@media (max-width: 544px) {
  html body #frame #content section#einleitung .container #imgBoard {
    margin-bottom: 30px;
  }
}
html body #frame #content section#einleitung .container #firmen_detail {
  font-size: 16px;
  padding-top: 58px;
  padding-left: 70px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  html body #frame #content section#einleitung .container #firmen_detail {
    padding-top: 0;
    padding-left: 15px;
  }
}
html body #frame #content section#einleitung .container #firmen_detail > div {
  padding: 0;
}
html body #frame #content section#einleitung .container #firmen_detail #statistik span {
  display: block;
}
html body #frame #content section#einleitung .container #firmen_detail #statistik .desc_title {
  color: #ff080b;
  font-weight: 600;
  margin-bottom: 10px;
}
html body #frame #content section#einleitung .container #firmen_detail #statistik .desc_detail {
  margin-bottom: 25px;
}
html body #frame #content section#einleitung .container #firmen_detail #social-links > div {
  margin-bottom: 15px;
}
html body #frame #content section#einleitung .container #firmen_detail #social-links > div:last-of-type {
  margin-bottom: 0;
}
html body #frame #content section#einleitung .container #firmen_detail #social-links > div i {
  color: #ff080b;
  margin-right: 8px;
}
html body #frame #content section#einleitung .container .siegel {
  text-align: center;
}
html body #frame #content section#einleitung .container .siegel img {
  display: inline-block;
  width: auto;
}
html body #frame #content section#einleitung .container #stellen_headline h2 {
  margin: 60px 0 0;
}
html body #frame #content section#stellen > .container {
  padding-top: 50px;
}
html body #frame #content section#stellen #filter {
  padding: 0 20px;
}
@media (max-width: 768px) {
  html body #frame #content section#stellen #filter {
    padding: 0;
  }
}
html body #frame #content section#stellen #filter #department-icon-section {
  padding: 25px 20px;
  background-color: #eef0f7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 55px;
}
html body #frame #content section#stellen #filter #department-icon-section a {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
  color: black;
  line-height: 1.2;
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s all;
}
html body #frame #content section#stellen #filter #department-icon-section a * {
  pointer-events: none;
}
html body #frame #content section#stellen #filter #department-icon-section a i {
  font-size: 20px;
}
html body #frame #content section#stellen #filter #department-icon-section a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  html body #frame #content section#stellen #filter #department-icon-section {
    gap: 30px;
  }
}
@media (max-width: 544px) {
  html body #frame #content section#stellen #filter #department-icon-section {
    flex-direction: column;
    align-items: flex-start;
  }
  html body #frame #content section#stellen #filter #department-icon-section a {
    flex-direction: row;
    align-items: center;
  }
}
html body #frame #content section#stellen label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
html body #frame #content section#stellen select {
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  border: 1px solid #b2b2b2 !important;
  color: #000;
}
html body #frame #content section#stellen input {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #b2b2b2;
}
html body #frame #content section #map {
  width: 100%;
  height: 500px;
}
html body #frame #content section#footer {
  background: url('../img/footer.png');
}
html body #frame #content section#footer_form {
  background: url('../img/footer_form.png');
}
html body #frame #content section#footer,
html body #frame #content section#footer_form {
  background-size: cover;
  position: relative;
  z-index: 98;
  color: white;
  margin-top: -130px;
}
html body #frame #content section#footer:after,
html body #frame #content section#footer_form:after {
  clear: both;
  content: " ";
  display: table;
}
html body #frame #content section#footer .container,
html body #frame #content section#footer_form .container {
  padding: 380px 15px 50px !important;
}
html body #frame #content section#footer .container h3,
html body #frame #content section#footer_form .container h3 {
  color: white;
  line-height: 28px;
}
html body #frame #content section#footer .container a,
html body #frame #content section#footer_form .container a {
  color: white;
  text-decoration: underline;
}
html body #frame #content section#footer .container ul.metanav,
html body #frame #content section#footer_form .container ul.metanav {
  margin-top: 15px;
}
html body #frame #content section#footer .container ul li,
html body #frame #content section#footer_form .container ul li {
  margin-bottom: 0;
}
html body #frame #content section#footer .container ul li:before,
html body #frame #content section#footer_form .container ul li:before {
  display: none;
}
html body #frame #content section#footer .container .metatext,
html body #frame #content section#footer_form .container .metatext {
  font-size: 0.8rem;
}
html body #frame #content section#scope-jobs-intro-section {
  position: relative;
  height: calc(100vh - 177px);
  margin-bottom: 100px;
}
html body #frame #content section#scope-jobs-intro-section img {
  height: 100%;
  object-fit: cover;
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap {
  text-align: left;
  top: 62%;
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap h1 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap h1 {
    font-size: 20px;
    line-height: 27px;
    word-break: break-word;
  }
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap h2 {
  font-size: 20px;
  line-height: 28px;
  color: white;
  margin-bottom: 10px;
  word-break: break-word;
  font-weight: 400;
  font-family: 'formata light', sans-serif;
  text-transform: none;
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info span {
  margin: 0 10px 0 0;
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap #scope-jobs-intro-section-info span i {
  color: #ff080b;
  margin-right: 5px;
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap .btn {
  padding: 13px 5px 14px 0;
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap .btn.btn-light {
  color: #ff080b;
}
html body #frame #content section#scope-jobs-intro-section #scope-jobs-intro-section-hl-wrap .btn.btn-light:hover {
  color: white;
  background: #ff080b;
}
html body #frame #content section#scope-jobs-intro-section .scope-img-wrap .slider-dots li.active {
  background: #ff080b;
}
html body #frame #content section#scope-jobs-intro-section .scope-img-wrap #scope-jobs-intro-section-overlay {
  background: #9E9E9E !important;
}
@media (max-width: 768px) {
  html body #frame #content section#scope-jobs-intro-section {
    height: 50vw;
    min-height: 300px;
  }
  html body #frame #content section#scope-jobs-intro-section .scope-img-wrap img {
    margin-left: 0 !important;
  }
}
html body #frame #content section#bewerbung .btn {
  background: #ff080b;
  padding: 11px 5px 11px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
html body #frame #content section#bewerbung .btn:hover {
  background: white;
}
html body #frame #content section#bewerbung .btn.applyOnXing {
  color: #fff;
  text-align: center;
  margin-top: 45px;
  display: block;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
html body #frame #content section#bewerbung .btn.applyOnXing:hover i,
html body #frame #content section#bewerbung .btn.applyOnXing:hover span {
  color: #ff080b;
}
.modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20000;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-dialog {
  width: 60%;
  height: 80%;
  max-width: 700px;
  background: #ffffff;
  position: absolute;
  overflow: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .modal .modal-dialog {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .modal .modal-dialog {
    width: 400px;
  }
}
@media (max-width: 544px) {
  .modal .modal-dialog {
    width: 100%;
    max-width: none;
  }
}
.modal .modal-dialog .ok {
  background-color: #20a8d8;
  font-size: 18px;
  color: white;
  padding: 18px 10px 7px 10px;
  width: 180px;
  display: inline-block;
  border-radius: 5px;
  margin-top: -20px;
  border: 1px white solid;
}
.modal .modal-dialog .modal-content {
  border-color: black;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 15px;
  position: relative;
  line-height: 1;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
}
.modal .modal-dialog .modal-content .modal-header a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.modal .modal-dialog .modal-content .modal-header a i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
@media (max-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header a i {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-header a i {
    top: 12px;
    right: 12px;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1;
  margin-left: 4px;
}
@media (max-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
}
.modal .modal-dialog .modal-content .modal-header .close {
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  height: calc(100% - 156px);
  overflow: auto;
  /*        @media (max-width: @screenSm) {
                  font-size: 13px;
                  line-height: 18px;
                }*/
}
.modal .modal-dialog .modal-content .modal-footer {
  height: 40px;
}
.modal .modal-dialog .modal-content .modal-footer button {
  margin: 10px 0 0 20px;
  right: 20px;
  position: absolute;
}
.modal .modal-dialog .modal-content .modal-footer a {
  position: absolute;
  font-size: 14px;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content .modal-footer a :hover {
  font-weight: 600;
}
.alert {
  font-size: 14px;
  margin-top: 5px;
}
.alert.alert-danger {
  color: #ff080b;
}
.alert.alert-danger button {
  color: #ff080b;
}
.alert button {
  border: 0;
  background: 0;
  font-size: 15px;
}
.modernCustomCheckbox {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin-bottom: 15px;
}
.modernCustomCheckbox input[type="checkbox"] {
  display: none;
}
.modernCustomCheckbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.modernCustomCheckbox .label {
  float: left;
  margin-left: 30px;
}
.modernCustomCheckbox label {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  cursor: pointer;
  margin-left: 35px;
  float: left;
}
.modernCustomCheckbox label:after {
  position: absolute;
  top: 1px;
  left: -27px;
  right: auto;
  bottom: auto;
  opacity: 0;
  content: "";
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #ff080b;
  border-right: 2px solid #ff080b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.modernCustomCheckbox label:before {
  position: absolute;
  top: -3px;
  left: -35px;
  right: auto;
  bottom: auto;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ff080b;
}
.job-desc-column .job-infos {
  width: 100%;
  padding: 0;
}
.job-infos {
  position: relative;
  z-index: 99;
  padding-top: 0 !important;
}
.job-infos,
.vorteile {
  padding-top: 2rem;
  margin-bottom: 30px;
}
.job-infos h2,
.vorteile h2 {
  font-size: 24px;
  color: #ff080b;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 32px;
}
.job-infos span,
.vorteile span {
  display: block;
}
.job-infos ul li,
.vorteile ul li {
  padding-left: 25px;
  margin-bottom: 8px;
}
.job-infos ul li:before,
.vorteile ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ff080b;
  float: left;
  margin: 11px 10px 0 -25px;
  border-radius: 50%;
}
.vorteile {
  padding-top: 30px;
}
.company-info h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .company-info h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    word-break: break-word;
    line-height: 28px !important;
  }
}
.deleteFile {
  display: inline-block;
  cursor: pointer;
}
.deleteFile:hover {
  color: #ff080b;
}
.scope-img-wrap {
  height: 100% !important;
}
#job-filters {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#jp-section-form {
  background: #e6e6e6;
}
#jp-section-form .customSelect,
#jp-section-form .formInput {
  margin-bottom: 10px;
}
#jp-section-form .error {
  color: #ff080b;
  font-family: 'formata', sans-serif;
}
@media (max-width: 544px) {
  #jp-section-form .col-md-5 {
    margin-bottom: 10px !important;
  }
}
#jp-section-form .container .row {
  margin-bottom: 0;
}
#jp-section-form .container .row.justify-content-end [class*='col-'] {
  margin-bottom: 100px;
}
@media (max-width: 544px) {
  #jp-section-form .container .row.justify-content-end [class*='col-'] {
    margin-bottom: 50px;
  }
}
#jp-section-form .container .row.justify-content-end input {
  margin-top: 10px;
}
#jp-section-form .container .row [class*='col-'] {
  margin-bottom: 25px;
}
#jp-section-form .container .formText {
  font-weight: 400;
}
#jp-section-form .container > div {
  margin-bottom: 25px;
}
#jp-section-form .container > div a {
  text-decoration: none;
}
#jp-section-form .container > div .sq-custom-file-upload-reset > div,
#jp-section-form .container > div > label {
  display: inline-block;
  width: 30%;
  font-weight: 600;
  vertical-align: top;
}
@media (max-width: 768px) {
  #jp-section-form .container > div .sq-custom-file-upload-reset > div,
  #jp-section-form .container > div > label {
    width: 100%;
    margin-bottom: 10px;
  }
}
#jp-section-form .container > div > label {
  padding-right: 20px;
}
#jp-section-form .container > div input,
#jp-section-form .container > div select,
#jp-section-form .container > div .sq-custom-file-upload,
#jp-section-form .container > div .sq-custom-file-upload-reset > div:last-of-type {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
  height: 44px;
  color: #000;
}
#jp-section-form .container > div input:focus,
#jp-section-form .container > div select:focus,
#jp-section-form .container > div .sq-custom-file-upload:focus,
#jp-section-form .container > div .sq-custom-file-upload-reset > div:last-of-type:focus {
  outline: 1px solid #ff080b;
}
@media (max-width: 768px) {
  #jp-section-form .container > div input,
  #jp-section-form .container > div select,
  #jp-section-form .container > div .sq-custom-file-upload,
  #jp-section-form .container > div .sq-custom-file-upload-reset > div:last-of-type {
    width: 100%;
  }
}
#jp-section-form .container > div input {
  padding: 10px 15px;
}
#jp-section-form .container > div select {
  padding: 12px 15px;
}
#jp-section-form .container > div .sq-custom-file-upload {
  display: inline-block;
}
#jp-section-form .container > div .sq-custom-file-upload > div {
  background: white;
  border: 0;
}
#jp-section-form .container > div .sq-custom-file-upload > div i {
  background: #ff080b;
  height: 40px;
}
#jp-section-form .container > div .document {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #jp-section-form .container > div .document {
    margin-bottom: 0;
  }
}
#jp-section-form .container > div #varFiles {
  display: inline-block;
  width: 30%;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #jp-section-form .container > div #varFiles {
    text-align: left;
    width: 100%;
  }
}
#jp-section-form .container > div #varFiles i {
  margin-right: 5px;
  color: #ff080b;
}
#jp-section-form .container > div .sq-custom-file-upload-reset span {
  cursor: pointer;
  font-size: 12px;
  font-weight: 300 !important;
}
#jp-section-form .container > div .sq-custom-file-upload-reset i {
  margin-right: 5px;
  color: #ff080b;
}
@media (max-width: 768px) {
  #jp-section-form .container > div .sq-custom-file-upload-reset > div:first-of-type {
    display: none;
  }
}
#jp-section-form .container > div .sq-custom-file-upload-reset > div:last-of-type {
  padding-top: 10px;
  text-align: right;
  width: calc(30% + 20px);
}
@media (max-width: 768px) {
  #jp-section-form .container > div .sq-custom-file-upload-reset > div:last-of-type {
    width: 100%;
  }
}
#jp-section-form .container > div.terms-and-conditions label {
  height: 24px;
  width: 26px;
  border: 2px solid #1a1a1a;
}
#jp-section-form .container > div.terms-and-conditions label:after {
  top: 1px;
  width: 7px;
  height: 12px;
  border-color: #1a1a1a;
}
#jp-section-form .container > div .checkboxwrapper {
  width: 30%;
  display: inline-block;
}
#jp-section-form .container > div .checkboxwrapper .sq-custom-checkbox {
  margin-bottom: 15px;
}
#jp-section-form .container #scope_upload_all_documents_wrapper {
  display: none;
  width: 100%;
  margin-bottom: 45px;
}
#jp-section-form .container #scope_upload_all_documents_wrapper .dz-button {
  background: white;
  border: 0;
}
#jp-section-form .container input[type='submit'] {
  border: 0;
  padding: 30px 70px;
  background-color: #ff080b;
  color: white;
  font-size: 20px;
  margin-top: 60px;
  height: auto;
  cursor: pointer !important;
}
#jp-section-form .container input[type='submit']:hover {
  background-color: white;
  color: #ff080b;
}
#jp-section-form .container input[type='submit'] i {
  margin-right: 10px;
}
@media (max-width: 544px) {
  #jp-section-form .container input[type='submit'] {
    padding: 30px 30px;
    font-size: 18px;
  }
}
input[type=text],
select {
  width: 100%;
  border: 0 !important;
  height: 30px;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 10px 15px;
  color: gray;
  height: 40px;
}
.showApplicantSuccess {
  border: 0;
  padding: 30px 10px;
  background-color: #ff080b;
  color: white;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer !important;
  border-radius: 4px;
  width: 100%;
}
#job-form-wrapper .uploadOuterWrapper {
  margin-bottom: 2rem;
}
#job-form-wrapper .uploadOuterWrapper .dropzone {
  border-width: 1px;
}
#job-form-wrapper .uploadOuterWrapper button.dz-button {
  background: #fff;
  padding: 6px 12px;
  border-width: 1px;
}
#job-form-wrapper .uploadOuterWrapper button.dz-button:hover {
  border: 1px solid #ff080b;
}
#job-form-wrapper .documentOuterWrapper {
  margin-bottom: 2rem;
}
#job-form-wrapper .documentOuterWrapper > .row > .col-12 {
  margin-bottom: 5px;
}
#job-form-wrapper .documentOuterWrapper .formInput.documentList {
  border: 1px solid #aaa;
  padding: 6px 12px;
}
#job-form-wrapper .documentOuterWrapper .formInput.documentList label {
  display: block;
  margin-bottom: 3px;
  font-weight: 700 !important;
}
#job-form-wrapper .documentOuterWrapper .formInput.documentList .deleteFile {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#job-form-wrapper .documentOuterWrapper .formInput.documentList .deleteFile .fa {
  margin-right: 0 !important;
}
