@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  src: url('/_inclsude/css/fonts/opensans-light-webfont.eot');
  src: url('/_include/css/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/_include/css/fonts/opensans-light-webfont.woff') format('woff'), url('/_include/css/fonts/opensans-light-webfont.ttf') format('truetype'), url('/_include/css/fonts/opensans-light-webfont.svg#open_sanslight') format('svg'); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  src: url('/_include/css/fonts/opensans-lightitalic-webfont.eot');
  src: url('/_include/css/fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/_include/css/fonts/opensans-lightitalic-webfont.woff') format('woff'), url('/_include/css/fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('/_include/css/fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg'); }
/*
 Theme Name: Theme by Rubikon    
 Author: Rubikon  
 Author URI: http://rubikon.at
 Description: This is the theme by Rubikon
 Version: 1.0 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/* Max Width */
/* Media queries width */
/* Site Padding */
/* Page Colors */
/* colorlist to create classes from it */
/* result: .transition-all || .transition-color-background */
/* resut: .format-5-2 */
/* 15 = .gutter-15 = padding:15px; row-margin:-15px */
/* sitelistColors - Classname (from .WRAPPER) | Color | set color: at backg round       */
/* Include Core SCSS */
.text-Gold, .text-Gold a {
  color: #bfa442 !important; }

.text-Rot, .text-Rot a {
  color: #e30613 !important; }

.we {
  display: hidden; }

.yuiAcLayer input, .yuiAcLayer select {
  border-radius: 0;
  color: #111;
  display: inline-block;
  font-size: 13px;
  height: auto;
  line-height: auto;
  margin-bottom: auto;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.wrap img {
  max-width: 100%;
  height: auto; }

a.more {
  position: relative;
  z-index: 99; }

.clear-trenner {
  clear: both;
  width: 100%; }

.striptrenner {
  background: url(https://www.gipro.com/_include/img/stripeline.png) repeat-x scroll 0 bottom;
  clear: both;
  float: left;
  height: 28px;
  margin: 55px 0 20px;
  position: relative;
  width: 100%;
  z-index: 1; }
  .gradient > .striptrenner, .reference-block > .striptrenner {
    background: #e9eaec url(https://www.gipro.com/_include/img/stripeline.png) repeat-x scroll 0 bottom; }

.index .striptrenner {
  margin: 0;
  z-index: 2; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #e30613;
  outline: none; }

a:hover {
  text-decoration: none;
  color: #bfa442; }

input, textarea, select {
  vertical-align: middle;
  color: #000; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin: 0 0 1.2em; }

#wrapper {
  overflow: hidden; }

#header {
  border-bottom: 1px solid #f7f7f7;
  padding: 0 2%;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 56px; }

#header .holder {
  max-width: 950px;
  margin: 0 auto -65px;
  text-align: center;
  padding: 12px 4px; }

#header .holder:after {
  content: '';
  clear: both;
  display: block; }

.header-r {
  float: left;
  width: 36.6%;
  margin: 0 5.5% 0 0; }

.header-r:after {
  content: '';
  clear: both;
  display: block; }

#header .logo {
  float: left;
  width: 120px;
  height: 32px;
  margin: 0 8.1% 0 0; }

.logo a {
  height: 100%;
  display: block; }

.logo img {
  vertical-align: top;
  width: 205px;
  height: auto; }

#header .language {
  float: right;
  width: 270px;
  text-align: right;
  text-transform: uppercase;
  margin: 7px 0 0;
  padding: 0 0 3px;
  position: relative; }

.language > .opener {
  display: block;
  position: relative;
  color: #000;
  cursor: pointer;
  padding-right: 1em; }
/*.language>.opener:after{content:'';position:absolute;right:7px;top:7px;width:0;height:0;border-style:solid;border-width:5px 3px 0 3px;border-color:#e3e3e3 transparent transparent transparent;}*/
.lang-drop {
  width: 148px;
  background: #fff;
  position: absolute;
  top: 25px;
  right: 0;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 3px;
  z-index: 150;
  border: 1px solid #e7e7e7;
  border-top: none;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.2); }

.lang-drop li a {
  display: inline-block;
  padding: 5px 8px;
  color: #000; }

.lang-drop li a:hover {
  color: #e30613; }

#header .circle {
  width: 104px;
  padding: 12px;
  margin: -7px auto 0;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 1; }

#header .circle:after, #header .circle:before {
  content: '';
  background: url(/_include/img/curve-l.png) no-repeat;
  width: 22px;
  height: 19px;
  position: absolute;
  left: -17px;
  top: 51px; }

#header .circle:after {
  background: url(/_include/img/curve-r.png) no-repeat;
  right: -17px;
  left: auto; }

#header .circle img {
  vertical-align: top; }

#nav {
  float: right;
  width: 45%;
  text-align: right;
  letter-spacing: -4px;
  font-size: 0;
  margin: 9px 0 0; }

.nav-drop > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-drop > ul > li {
  display: inline-block;
  margin: 0 0 0 5%;
  letter-spacing: 0;
  position: relative; }

.nav-drop > ul > li.on a {
  color: #e30613; }

.nav-drop > ul > li.on ul li.on a {
  color: #e30613; }

.nav-drop > ul > li > a {
  color: #000;
  position: relative;
  z-index: 99; }

.nav-drop > ul > li:first-child {
  margin: 0; }

.nav-drop > ul > li.hover > a, .nav-drop > ul > li.active > a {
  color: #e30613; }

.nav-drop .drop {
  display: none;
  width: 380px;
  position: absolute;
  top: 100%;
  left: -190px;
  text-align: left;
  z-index: 5;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.2); }

.nav-drop .drop ul:after {
  content: '';
  background: url(/_include/img/trans-logo.png) no-repeat;
  width: 179px;
  height: 167px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0; }

.nav-drop .drop ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 27px 30px 18px;
  background: #fff; }

.nav-drop .drop ul li {
  margin: 0 0 12px;
  position: relative;
  z-index: 1; }

.nav-drop .drop ul li a {
  display: inline-block;
  color: #000; }

.nav-drop .drop ul li a:hover {
  color: #e30613; }

.nav-drop > ul > li.hover .drop {
  display: block; }

#nav .nav-opener {
  display: none; }

.nav-opener {
  float: right;
  width: 24px;
  height: 20px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden; }

.nav-opener:before, .nav-opener:after, .nav-opener span {
  background: #999;
  border-radius: 0;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.nav-opener:before, .nav-opener:after {
  content: '';
  top: 0; }

.nav-opener:after {
  top: 16px; }

.banner {
  background: none url(/_include/img/line.png) repeat-x;
  overflow: hidden;
  width: 100%;
  margin-top: 55px; }

div.slideshow, .blog-slideshow {
  position: relative;
  height: 363px;
  max-width: 1200px;
  margin: 0 auto; }

div.slideshow div.slide, .blog-slideshow div.slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%; }

h1 {
  margin: 0 0 40px; }

.slide .wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 0;
  position: relative; }

.slide .produktboxtext {
  color: #000 !important; }

.slide .wrap:after {
  content: '';
  width: 30px;
  height: 24px;
  position: absolute;
  bottom: -72px;
  left: 50%;
  margin: 0 -15px; }

.scrolldown {
  cursor: pointer;
  padding-top: 0px;
  -moz-transition: padding-top 0.3s;
  -ms-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s; }

.scrolldown:hover {
  cursor: pointer;
  padding-top: 20px;
  -moz-transition: padding-top 0.3s;
  -ms-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s; }

.slide .img-holder {
  width: 365px;
  position: absolute;
  top: 63px;
  right: 18px; }

.slide .img-holder img {
  vertical-align: top;
  width: 100%;
  height: auto; }

img.damenBildchen {
  height: 450px !important;
  width: auto !important;
  margin: -69px 0 0 0; }

.slide .caption {
  display: block;
  padding: 0 0%; }

div.slideshow div.slide.active, div.blog-slideshow div.slide.active {
  z-index: 2; }

.slide .bg-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }

.slide .bg-holder img {
  vertical-align: top;
  width: 100%;
  height: auto; }

.slide .box {
  width: 301px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 85px;
  text-align: left;
  padding: 14px 1.6% 33px 1.7%;
  margin-left: 108px; }

.slide .box:after {
  content: '';
  background: url(/_include/img/arrow-d.png) no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin: 0 -15px; }

.slide .box .title {
  color: #e30613;
  display: block;
  margin: 0 0 15px; }

.slide .box p {
  margin: 0 0 11px; }

.slide .box .more {
  text-align: center; }

.more-stripes {
  clear: both; }

.slide .box .more a {
  color: #bfa442; }

.slide .box .more a:hover {
  color: #e30613; }

.slideshow .pagination, .blog-slideshow .pagination {
  position: absolute;
  bottom: 46px;
  left: 50%;
  margin: 0 -33px;
  z-index: 5; }

.slideshow .pagination ul, .blog-slideshow .pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.pagination ul li {
  float: left;
  margin: 0 0 0 6px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden; }

.pagination ul li a {
  background: #808080;
  display: block; }

.pagination ul li.active a, .pagination ul li a:hover {
  background: #e30613; }

.intro {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0 30px; }

.homepage .intro {
  padding: 50px 0 30px; }

.intro:after {
  content: '';
  clear: both;
  display: block; }

.intro .img-holder {
  float: right;
  position: relative;
  text-align: right;
  width: 380px; }

.intro .img-holder img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.subcontentblock .intro .img-holder img {
  vertical-align: top;
  margin-left: -27px; }

.intro .img-holder .overlay-text {
  display: block;
  left: 0;
  padding-top: 0.5rem;
  text-align: left; }

.overlay-text span {
  color: #e30613; }

.intro-text .desc {
  display: block;
  margin: 0 0 20px; }

.standardsite .intro-text .desc {
  display: block;
  margin: 0 0 20px; }

.intro-text .wrap {
  position: relative; }

.page2 .intro-text .wrap {
  padding-bottom: 0; }

.intro-text .wrap p {
  margin: 0 0 14px; }

.intro-text .wrap .more {
  display: inline-block;
  margin: 5px 0 0; }

.intro-text .wrap .more:hover {
  color: #e30613; }

.feature-block {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 4.5% 35px;
  text-align: center; }

.feature-block .holder:after {
  content: '';
  clear: both;
  display: block; }

.feature-block .col {
  width: 28.2%;
  float: left;
  text-align: right; }

.feature-block .col.add {
  float: right;
  text-align: left; }

.feature-block .product-img {
  display: inline-block;
  height: 301px;
  margin: -29px 0 0;
  overflow: hidden;
  vertical-align: top;
  width: 40%; }

.feature-block .product-img img {
  vertical-align: top;
  max-width: 100%; }

.feature-block .col h2 {
  text-transform: uppercase;
  color: #262626;
  margin: 0 0 25px;
  padding: 11px 0 12px;
  position: relative; }

.feature-block h2 span {
  color: #e30613; }

.feature-block .col h2:after {
  content: '';
  background: #e3e3e3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #fbfbfb 0%, #f1f1f1 15%, #e8e8e8 38%, #e4e4e4 63%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fbfbfb), color-stop(15%, #f1f1f1), color-stop(38%, #e8e8e8), color-stop(63%, #e4e4e4), color-stop(100%, #e3e3e3));
  background: -webkit-linear-gradient(left, #fbfbfb 0%, #f1f1f1 15%, #e8e8e8 38%, #e4e4e4 63%, #e3e3e3 100%);
  background: -o-linear-gradient(left, #fbfbfb 0%, #f1f1f1 15%, #e8e8e8 38%, #e4e4e4 63%, #e3e3e3 100%);
  background: -ms-linear-gradient(left, #fbfbfb 0%, #f1f1f1 15%, #e8e8e8 38%, #e4e4e4 63%, #e3e3e3 100%);
  background: linear-gradient(to right, #fbfbfb 0%, #f1f1f1 15%, #e8e8e8 38%, #e4e4e4 63%, #e3e3e3 100%);
  height: 100%;
  position: absolute;
  left: -200px;
  right: -200px;
  top: 0;
  z-index: -1; }

.feature-block .col.add h2:after {
  background: #e3e3e3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #e3e3e3 0%, #e4e4e4 37%, #e8e8e8 62%, #f1f1f1 85%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e3e3e3), color-stop(37%, #e4e4e4), color-stop(62%, #e8e8e8), color-stop(85%, #f1f1f1), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(left, #e3e3e3 0%, #e4e4e4 37%, #e8e8e8 62%, #f1f1f1 85%, #fbfbfb 100%);
  background: -o-linear-gradient(left, #e3e3e3 0%, #e4e4e4 37%, #e8e8e8 62%, #f1f1f1 85%, #fbfbfb 100%);
  background: -ms-linear-gradient(left, #e3e3e3 0%, #e4e4e4 37%, #e8e8e8 62%, #f1f1f1 85%, #fbfbfb 100%);
  background: linear-gradient(to right, #e3e3e3 0%, #e4e4e4 37%, #e8e8e8 62%, #f1f1f1 85%, #fbfbfb 100%); }

.feature-block .col p {
  margin: 0 0 16px; }

.feature-block .more a:hover {
  color: #e30613; }

.feature-block .more a {
  color: #bfa442; }

.index #footer {
  margin: 10px 0 0;
  padding-bottom: 30px; }

#footer .holder {
  max-width: 940px;
  margin: 0 auto;
  padding: 21px 0 40px;
  padding-bottom: 150px; }

#footer .holder:after {
  content: '';
  clear: both;
  display: block; }

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-nav ul li {
  margin: 0 0 7px; }

.footer-nav ul li a {
  color: #000; }

.footer-nav ul li a:hover {
  color: #e30613; }

.footer-nav ul li:first-child {
  margin-left: 0px; }

#footer .contact .title {
  display: block;
  font-weight: 500; }

#footer .contact address {
  margin: 0 0 17px; }

address a {
  color: #000; }

#footer .details a {
  pointer-events: none;
  color: #000; }

#footer .mail a {
  pointer-events: auto;
  color: #808080; }

#footer .mail a:hover, #footer .details a:hover {
  color: #e30613; }

#footer .globe {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 50px 0 0; }

#footer .globe img {
  max-width: 100%;
  height: auto;
  width: 100%; }

#footer .globe .find {
  text-transform: uppercase;
  display: block;
  margin: 4px 14px 0 0; }

#footer .find a {
  color: #e30613; }

#footer .find a:hover {
  color: #000; }

.page #header, .page1 #header, .page2 #header {
  border-bottom: none; }

.page #header .holder, .page1 #header .holder, .page2 #header .holder {
  margin-bottom: -33px; }

#main .top-block {
  background: none;
  max-width: 1138px;
  margin: 0 auto;
  padding: 26px 1.5%;
  text-align: center;
  position: relative; }

.team {
  max-width: 100%;
  width: 100%; }

.team h2 {
  color: #262626;
  margin: 0 0 17px;
  padding: 0 0 0 0%; }

.team h3 {
  color: #262626;
  font-weight: bold;
  margin: 0 0 4px; }

.team ul {
  float: left;
  list-style-type: none;
  margin: 0 0 20px;
  width: 1200px; }

li.teamitem img {
  max-width: 100%;
  height: auto; }

.team-text {
  margin: 10px 0 0; }

.teamfieldTitel {
  float: left;
  width: auto;
  margin-right: 0.5rem; }

#main .top-block:before, .figure-block h2:before, .reference-block h2:before {
  content: '';
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  height: 100%; }

#main .top-block:after, .figure-block h2:after, .reference-block h2:after {
  content: '';
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  height: 100%; }

.top-block h1 {
  margin: 0;
  color: #e30613;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.page .intro, .page1 .intro {
  padding: 0; }

.intro-text h2 {
  color: #262626;
  margin: 0 0 17px; }

.intro-text h2 span {
  display: block;
  color: #e30613; }

.page .intro .img-holder, .page1 .intro .img-holder {
  margin: -30px 0 0;
  width: 30.7%; }

.page2 .intro .img-holder {
  margin: 28px 0 0 0;
  width: 50%; }

.page .intro .intro-text {
  padding: 21px 20.5% 0 0; }

.product-gallery {
  max-width: 940px;
  margin: 0 auto;
  list-style: none;
  padding: 0; }

.product-gallery li {
  display: inline-block;
  vertical-align: top; }

.product-gallery .img-holder {
  margin: 0 0 10px; }

.product-gallery .img-holder img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto; }

.product-gallery .product-name {
  color: #262626;
  text-transform: uppercase; }

.product-gallery .product-name:hover {
  color: #e30613; }

.page1 .intro .intro-text {
  padding: 40px 20.5% 0 0; }

#main .item-gallery {
  max-width: 940px;
  margin: 0 auto;
  padding: 0; }

.item-gallery > ul {
  list-style: none; }

.item-gallery > ul > li:nth-child(even) {
  margin: 0 0px 52px; }

.item-gallery > ul > li.active .img-single {
  display: none; }

.item-gallery > ul > li.active .product-detail {
  width: 48%; }

.item-gallery .gallery-holder {
  height: 240px;
  margin: 0 0 13px;
  overflow: hidden; }

.item-gallery .active .gallery-holder {
  height: 418px; }

.gallery-holder .img-single {
  position: relative; }

.gallery-holder .img-single img {
  vertical-align: top;
  width: 100%;
  height: auto; }

.plus {
  cursor: pointer; }

.img-single .plus {
  background: #fff url(/_include/img/plus.png) no-repeat 50% 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-indent: -9999px;
  overflow: hidden; }

.img-single .plus:hover, .gallery .img-big .less:hover {
  opacity: 0.8; }

.item-gallery .product-detail {
  text-align: left; }

.item-gallery .product-detail span {
  min-height: 0px !important; }

.product-detail .name {
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px; }

.product-detail p {
  margin: 0 0 10px; }

.gallery-holder .gallery {
  width: 100%;
  overflow: hidden; }

.gallery .slideset {
  position: relative;
  margin: 0;
  float: left;
  width: 80%; }

.gallery .img-big {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0; }

.gallery .img-big img {
  vertical-align: top;
  height: auto; }

.gallery .img-big .less {
  background: #fff url(/_include/img/less.png) no-repeat 50% 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-indent: -9999px;
  overflow: hidden; }

.gallery .thumbnails {
  float: left;
  width: 16%;
  margin: 0 0 0 2.4%;
  display: none; }

.gallery .thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.gallery .thumbnails a {
  display: block;
  height: 100%;
  margin: 0 0 12px; }

.gallery .thumbnails img {
  vertical-align: top;
  width: 100%; }

.page2 .intro .intro-text {
  float: left;
  padding: 20px 30px 0 0; }

.figure-block {
  margin: 0 0 35px; }

.figure-block .holder {
  background: url() no-repeat;
  background-size: cover; }

.figure-block h2, .reference-block h2 {
  background: #e3e3e3;
  max-width: 1138px;
  margin: 0 auto;
  padding: 8px 1.5%;
  text-align: center;
  position: relative;
  color: #e30613;
  text-transform: uppercase;
  z-index: 2; }

.figure-block h2:after, .figure-block h2:before {
  z-index: -1; }

.page2 .intro {
  padding: 0 0 13px; }

.figure-block .container {
  max-width: 940px;
  margin: 0 auto;
  padding: 25px 3.5% 20px; }

.figure-block .col {
  width: 47.2%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%; }

.figure-block .fig-holder {
  margin: 0 0 37px;
  text-align: center; }

.figure-block .fig-holder img {
  vertical-align: top;
  max-width: 100%; }

.figure-block .frame {
  background: #fff;
  width: 79%;
  margin: 0 auto;
  padding: 11px 6% 15px 4%;
  position: relative; }

.figure-block .frame .text {
  margin-bottom: -4px; }

.figure-block .frame:after {
  content: '';
  background: url(/_include/img/arrow-u.png) no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin: 0 -15px; }

.figure-block .frame h3 {
  margin: 0 0 15px;
  color: #e30613; }

.figure-block .frame p {
  margin: 0 0 18px; }

.cycle-gallery {
  position: relative; }

.reference-block .cycle-gallery {
  margin-top: -30px; }

.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1050px;
  height: 81px;
  margin: 0 auto; }

.cycle-gallery .mask .slideset {
  width: 99999px;
  float: left; }

.cycle-gallery .mask .slide {
  width: 137px;
  float: left;
  height: 100%;
  text-align: center; }

.cycle-gallery .mask .slide.active {
  z-index: 1; }

.cycle-gallery .btn-prev, .cycle-gallery .btn-next {
  width: 38px;
  height: 47px;
  position: absolute;
  top: 17px;
  left: 25px; }

.cycle-gallery .btn-prev:hover, .cycle-gallery .btn-next:hover {
  opacity: 0.8; }

.cycle-gallery .btn-next {
  left: auto;
  right: 25px; }

.reference-block {
  margin: 0 auto;
  padding: 0 0 62px; }

.reference-block h2 {
  margin: 0 0 49px; }

.reference-block h2:after, .reference-block h2:before {
  z-index: -1; }

.slide .logo-holder {
  min-height: 81px;
  white-space: nowrap; }

.slide .logo-holder:after {
  content: '';
  height: 81px;
  width: 1px;
  display: inline-block;
  vertical-align: middle; }

.slide .logo-holder img {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  padding: 2px 8px;
  height: 100%;
  max-width: 100%; }

@media only screen and (max-width: 1159px) {
  .slide .img-holder {
    right: -100px; } }

@media only screen and (max-width: 1099px) {
  .cycle-gallery .mask {
    margin: 0 11%;
    width: 76%; }

  .cycle-gallery .btn-prev {
    left: 25px; }

  .cycle-gallery .btn-next {
    right: 25px; } }

@media only screen and (max-width: 979px) {
  #header .holder {
    padding: 18px 0 12px; }

  #header {
    height: 62px; }

  #header .logo {
    margin: 0; }

  .header-r {
    margin: 0 1.4% 0 0;
    width: 38%; }

  #nav {
    width: 42.5%; }

  .nav-drop > ul > li {
    margin: 0 0 0 1%;
    font-size: 12px; }

  .nav-drop .drop {
    font-size: 15px;
    width: 300px;
    left: -150px; }

  .intro .img-holder {
    width: 350px; }

  .intro .intro-text {
    padding: 0 8% 0 0; }

  .page .intro .intro-text, .page1 .intro .intro-text, .page2 .intro .intro-text {
    padding: 21px 8% 0 0; }

  .product-gallery .product-name, #main .item-gallery {
    padding: 35px 0 195px; }

  .item-gallery > ul {
    text-align: center; }

  .item-gallery > ul > li {
    width: 45%; }

  .page2 .intro .img-holder {
    margin: 35px 0 0; }

  .slide .logo-holder img {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .nav-drop > ul > li {
    font-weight: bold; }

  #header .circle {
    display: none; }

  #header {
    height: 62px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2); }

  #header .holder, .page #header .holder, .page1 #header .holder, .page2 #header .holder {
    margin-bottom: 0;
    padding: 18px 4.8% 7px; }

  .header-r {
    width: 100%;
    margin: 0 0 0 0 !important;
    text-align: center; }

  #header .logo {
    display: inline-block;
    float: none;
    margin: 0 44px 0 0; }

  #header .language {
    float: left; }

  .lang-drop {
    width: 80px; }

  #nav {
    width: auto;
    margin: -25px 0 0; }

  #nav .nav-opener {
    display: block; }

  #nav .nav-drop {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center; }

  .nav-drop > ul {
    background: #fff; }

  .nav-drop > ul > li {
    display: block;
    margin: 0;
    font-size: 15px; }

  .nav-drop > ul > li > a {
    display: block;
    padding: 10px 5px; }

  .nav-drop > ul > li.hover > a {
    background: #ededeb; }

  #header.slide .nav-drop {
    max-height: 0;
    margin: 1px 0 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; }

  #header.slide.active .nav-drop {
    max-height: 4000px; }

  #header.slide .nav-drop > ul {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

  #header.slide.active .nav-drop > ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  .nav-drop .drop {
    position: static;
    width: 100%;
    text-align: center; }

  .nav-drop .drop ul {
    margin: 0;
    padding: 0;
    background: #fcfcfc; }

  .nav-drop .drop ul li a {
    display: block; }

  .nav-drop .drop ul:after {
    background: none; }

  .nav-drop .drop ul li {
    margin: 0; }

  .nav-drop .drop ul li a {
    display: block;
    padding: 10px 5px; }

  .nav-drop .drop ul li a:hover {
    background: #ededeb; }

  div.slideshow, .blog-slideshow {
    height: 314px; }

  .slide .wrap {
    width: 250px;
    padding: 40px 0 0; }

  h1 {
    margin: 0 0 15px; }

  .slide .caption {
    padding: 0;
    font-size: 15px; }

  .slide .img-holder {
    right: -75px;
    width: 197px;
    top: 63px; }

  .slide .wrap:after {
    width: 18px;
    height: 14px;
    background-size: 18px 14px;
    margin: 0 -10px;
    bottom: -22px; }

  .slideshow .pagination, .blog-slideshow .pagination {
    bottom: 8px; }

  .intro, .page .intro, .page1 .intro, .intro .img-holder {
    float: none;
    margin: 0 auto; }

  .intro .intro-text {
    padding: 25px 0 0; }

  .intro-text .desc {
    margin: 0 0 13px; }

  .intro-text .wrap .more {
    margin: -2px 0 0; }

  .feature-block .col, .feature-block .col.add {
    float: none;
    width: 100%;
    margin: 0 0 61px; }

  .feature-block .product-img {
    width: 68%;
    margin: -20px 0 0; }

  .feature-block {
    padding: 0 16% 18px; }

  #footer .holder {
    padding-bottom: 20px; }

  #footer .footer-nav, #footer .contact {
    float: none;
    width: 100%;
    margin: 0 0 45px; }

  #footer .contact {
    padding: 0 0 0 10px; }

  #footer .globe {
    margin: 0;
    width: 250px; }

  #footer .globe .find {
    margin: 5px -20px 0; }

  #footer .footer-nav {
    padding: 0 0 0 0; }

  #footer .footer-nav:before, #footer .contact:before {
    background-size: 31px 23px;
    width: 31px;
    height: 23px;
    left: 4px;
    top: 5px; }

  #header .language {
    width: 41px;
    margin: 10px 0 0; }

  .language > .opener {
    text-indent: -9999px;
    background: url(/_include/img/flg.jpg) no-repeat;
    width: 23px;
    height: 14px; }

  .language > .opener:after {
    right: -13px;
    top: 5px; }

  .page .intro .img-holder, .page1 .intro .img-holder, .page2 .intro .img-holder {
    margin: 0 auto;
    width: 40%; }

  .page .intro .intro-text, .page1 .intro .intro-text, .page2 .intro .intro-text {
    padding-right: 0; }

  .product-gallery li {
    display: block;
    width: 100%; }

  #main .top-block {
    padding: 10px 1.5%;
    margin-top: 50px; }

  .product-gallery {
    padding-bottom: 90px; }

  .item-gallery ul li {
    width: 100%;
    display: block;
    margin: 0 0 10px; }

  #main .item-gallery {
    padding: 0 3.8% 90px; }

  .gallery .slideset {
    width: 100%; }

  .gallery .img-big {
    float: none;
    width: 100%;
    margin: 0 0 5px; }

  .gallery .thumbnails {
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0; }

  .gallery .thumbnails li {
    float: left;
    margin: 0 0 0 1%;
    width: 32.6%; }

  .gallery .thumbnails li:first-child {
    margin: 0; }

  .item-gallery ul li.active .product-detail {
    width: 100%; }

  .figure-block {
    margin: 0 0 20px; }

  .figure-block .container {
    padding: 50px 3.5% 20px; }

  .figure-block .holder {
    height: auto; }

  .figure-block .col {
    width: 100%;
    display: block;
    margin: 0 0 30px; }

  .figure-block .fig-holder {
    text-align: center; }

  #footer .details a {
    pointer-events: auto; }

  .cycle-gallery .mask {
    width: 125px;
    margin: 0 auto; }

  .reference-block {
    padding: 0 0 90px; }

  .slide .box {
    margin-left: -150px;
    top: 40px; } }
/* breadcrumbs */
nav.bC {
  height: 30px;
  margin: 0 0 10px; }

nav.bC ol#bC {
  height: 30px;
  margin: 0;
  padding: 0;
  margin-top: 10px; }

ol#bC li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  color: #444; }

ol#bC li:after {
  content: '>';
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle; }

ol#bC li:last-child:after {
  content: '';
  padding: 0;
  background: transparent;
  width: 0;
  height: 0;
  display: none; }

#bC li a, #bC li a:hover, #bC li a:focus {
  color: #444;
  text-decoration: none; }
/* menu */
a.mOpen {
  display: none;
  position: absolute;
  right: 0.75em;
  top: 1.75em;
  border: 0;
  z-index: 1001; }

.mOpen > span {
  display: block;
  height: 4px;
  width: 26px;
  margin: 0 0 4px;
  background: #333; }

#pageslide {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 998;
  width: 100%;
  padding: 109px 0 0;
  background: #fff;
  color: #fff; }

#pageslideClose {
  display: none;
  position: absolute;
  top: 2.25em;
  right: 0.65em;
  z-index: 1001;
  cursor: pointer;
  border: 0;
  width: 30px;
  height: 30px; }

#pageslideClose span {
  display: block;
  height: 4px;
  width: 30px;
  margin: 0;
  background: #333; }

#pageslideClose span:nth-child(1) {
  transform: rotate(45deg); }

#pageslideClose span:nth-child(2) {
  transform: rotate(-45deg);
  margin: -4px 0 0 0; }

#pageslide .drop {
  display: block !important; }

#pageslide .nav-drop > ul > li > a {
  text-align: center; }

.nav-drop li:hover div.drop {
  display: block; }

.scrolldown {
  display: none; }

@media screen and (max-width: 1170px) {
  .page2 .intro .intro-text {
    float: left;
    padding: 20px 30px 0 0; }

  .team ul {
    list-style-type: none;
    width: 100%; } }

@media only screen and (max-width: 900px) {
  .team {
    overflow: hidden;
    width: 100%; }

  .team ul {
    list-style-type: none;
    width: 100%; } }

@media screen and (max-width: 890px) {
  .item-gallery .gallery-holder {
    height: auto; }

  .team {
    width: 100%; }

  .team ul {
    list-style-type: none;
    width: 100%; } }

@media screen and (max-width: 780px) {
  /*.intro .img-holder{padding:0!important; }*/
    .striptrenner {
      margin: -1px 0 20px; }
    img.damenBildchen {
      height: 250px !important;
      margin: 20px 0 0 -100px; }
    .feature-block .product-img {
      display: inline-block;
      height: 401px;
      margin: 0 -80px 0;
      overflow: hidden;
      vertical-align: top;
      width: 100%;
      position: relative;
      z-index: -1; } }

@media screen and (max-width: 700px) {
  .language > .opener {
    background: none !important; }

  .language:before {
    background: none repeat scroll 0 0 #fff;
    color: #666;
    content: "De / En";
    float: left;
    margin: -10px 0 0 -10px;
    padding: 7px 0;
    position: absolute;
    width: 52px; }

  .nav-drop > ul > li.on .drop {
    display: block !important; }

  .nav-drop {
    -webkit-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0.4); }

  .nav-drop .drop {
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 4px 6px 0px rgba(50, 50, 50, 0); }

  .nav-drop .drop ul li a {
    display: block;
    padding: 4px 5px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cycle-gallery .mask .slide {
    width: 187px !important; }

  .page2 .intro .intro-text {
    width: 580px;
    float: left; }

  .page .intro .intro-text, .page1 .intro .intro-text, .page2 .intro .intro-text {
    padding: 21px 0% 0 0; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page2 .intro .intro-text {
    width: 60%;
    float: left; }

  .page2 .intro .img-holder {
    margin: 28px 0 0 0; } }

@media only screen and (max-width: 700px) {
  .slide .img-holder {
    right: -126px; }

  .intro-text .wrap .more {
    margin: 38px 0 0 53px; }

  .feature-block .col {
    text-align: left; }

  .img-single .plus {
    display: none !important; }

  .item-gallery .gallery-holder {
    height: auto !important; }

  .item-gallery ul li {
    margin: 0 0 80px !important; }

  .page2 .intro .intro-text {
    width: 100%; }

  .intro .img-holder img {
    max-width: 100%;
    margin: 0 0 0 0; }

  .intro {
    background: #fff;
    margin: -20px 0 10px 0; }

  .index .intro {
    margin: -21px 0 10px;
    float: left; }

  .intro-text h2 {
    padding: 0 0 0 0;
    margin: 0px 0 30px 0; }

  .page2 .intro .intro-text {
    margin: 15px 0 0;
    padding: 6px 30px 0 0; }

  .intro-text .wrap {
    padding: 0 0 23px 0px; }

  #main img {
    max-width: 100%;
    width: 100%;
    height: auto; }

  #main .slide .logo-holder img {
    width: auto;
    height: 100%; }

  .item-gallery .gallery-holder {
    margin: 0 0 10px; }

  .product-detail .name {
    margin: 0 0 2px; }

  .intro .img-holder {
    padding: 0 16px !important; }

  #footer {
    float: left;
    margin: 43px 0 0;
    width: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .language:before {
    display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .nav-drop > ul > li {
    font-size: 15px;
    margin: 0 0 0 10px; }

  .item-gallery .gallery-holder {
    height: 200px;
    margin: 0 0 5px;
    overflow: hidden; }

  #header .language {
    margin: -2px -4px 0 0; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #header .logo {
    margin: 0 44px 0 -25px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap, .d-flex {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px; }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px; }

.row, .product-gallery, .homepage-intro, .item-gallery > ul, .team ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .product-gallery li, .start-news-container .griditem, .homepage-intro .img-holder, .homepage-intro .intro-text, .item-gallery > ul > li, .team ul h2, .team ul li, .col, .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, .col-sm, .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, .item-gallery > ul > li.active, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12, .product-gallery li, .start-news-container .griditem, .homepage-intro .img-holder, .homepage-intro .intro-text, .item-gallery > ul > li, .team ul h2, .team ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 450px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.333333%; }

  .pull-sm-2 {
    right: 16.666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.333333%; }

  .pull-sm-5 {
    right: 41.666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.333333%; }

  .pull-sm-8 {
    right: 66.666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.333333%; }

  .pull-sm-11 {
    right: 91.666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.333333%; }

  .push-sm-2 {
    left: 16.666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.333333%; }

  .push-sm-5 {
    left: 41.666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.333333%; }

  .push-sm-8 {
    left: 66.666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.333333%; }

  .push-sm-11 {
    left: 91.666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4, .start-news-container .griditem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6, .product-gallery li, .homepage-intro .img-holder, .homepage-intro .intro-text, .item-gallery > ul > li, .team ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12, .item-gallery > ul > li.active {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.333333%; }

  .pull-md-2 {
    right: 16.666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.333333%; }

  .pull-md-5 {
    right: 41.666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.333333%; }

  .pull-md-8 {
    right: 66.666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.333333%; }

  .pull-md-11 {
    right: 91.666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.333333%; }

  .push-md-2 {
    left: 16.666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.333333%; }

  .push-md-5 {
    left: 41.666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.333333%; }

  .push-md-8 {
    left: 66.666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.333333%; }

  .push-md-11 {
    left: 91.666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4, .team ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.333333%; }

  .pull-lg-2 {
    right: 16.666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.333333%; }

  .pull-lg-5 {
    right: 41.666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.333333%; }

  .pull-lg-8 {
    right: 66.666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.333333%; }

  .pull-lg-11 {
    right: 91.666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.333333%; }

  .push-lg-2 {
    left: 16.666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.333333%; }

  .push-lg-5 {
    left: 41.666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.333333%; }

  .push-lg-8 {
    left: 66.666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.333333%; }

  .push-lg-11 {
    left: 91.666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.333333%; }

  .pull-xl-2 {
    right: 16.666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.333333%; }

  .pull-xl-5 {
    right: 41.666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.333333%; }

  .pull-xl-8 {
    right: 66.666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.333333%; }

  .pull-xl-11 {
    right: 91.666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.333333%; }

  .push-xl-2 {
    left: 16.666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.333333%; }

  .push-xl-5 {
    left: 41.666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.333333%; }

  .push-xl-8 {
    left: 66.666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.333333%; }

  .push-xl-11 {
    left: 91.666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1364px) {
  .col-xx {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xx-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-xx-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xx-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xx-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xx-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xx-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xx-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xx-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xx-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xx-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xx-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xx-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xx-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-xx-0 {
    right: auto; }

  .pull-xx-1 {
    right: 8.333333%; }

  .pull-xx-2 {
    right: 16.666667%; }

  .pull-xx-3 {
    right: 25%; }

  .pull-xx-4 {
    right: 33.333333%; }

  .pull-xx-5 {
    right: 41.666667%; }

  .pull-xx-6 {
    right: 50%; }

  .pull-xx-7 {
    right: 58.333333%; }

  .pull-xx-8 {
    right: 66.666667%; }

  .pull-xx-9 {
    right: 75%; }

  .pull-xx-10 {
    right: 83.333333%; }

  .pull-xx-11 {
    right: 91.666667%; }

  .pull-xx-12 {
    right: 100%; }

  .push-xx-0 {
    left: auto; }

  .push-xx-1 {
    left: 8.333333%; }

  .push-xx-2 {
    left: 16.666667%; }

  .push-xx-3 {
    left: 25%; }

  .push-xx-4 {
    left: 33.333333%; }

  .push-xx-5 {
    left: 41.666667%; }

  .push-xx-6 {
    left: 50%; }

  .push-xx-7 {
    left: 58.333333%; }

  .push-xx-8 {
    left: 66.666667%; }

  .push-xx-9 {
    left: 75%; }

  .push-xx-10 {
    left: 83.333333%; }

  .push-xx-11 {
    left: 91.666667%; }

  .push-xx-12 {
    left: 100%; }

  .offset-xx-0 {
    margin-left: 0%; }

  .offset-xx-1 {
    margin-left: 8.333333%; }

  .offset-xx-2 {
    margin-left: 16.666667%; }

  .offset-xx-3 {
    margin-left: 25%; }

  .offset-xx-4 {
    margin-left: 33.333333%; }

  .offset-xx-5 {
    margin-left: 41.666667%; }

  .offset-xx-6 {
    margin-left: 50%; }

  .offset-xx-7 {
    margin-left: 58.333333%; }

  .offset-xx-8 {
    margin-left: 66.666667%; }

  .offset-xx-9 {
    margin-left: 75%; }

  .offset-xx-10 {
    margin-left: 83.333333%; }

  .offset-xx-11 {
    margin-left: 91.666667%; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
/* _mixins.scss */
/* @include tablet { height: 818px;} */
/* @include tablet { height: 818px;} */
/* functions */
/* Fontsize Responsive  */
/* @include font-size(16px 14px 13px);  */
/* set Order for Flex Layout*/
/* Order function order-xs-1 - order-lg-12 */
.order-xs-1 {
  -webkit-order: 1;
  order: 1; }

.order-1 {
  -webkit-order: 1;
  order: 1; }

.order-xs-2 {
  -webkit-order: 2;
  order: 2; }

.order-2, .homepage-intro .img-holder {
  -webkit-order: 2;
  order: 2; }

.order-xs-3 {
  -webkit-order: 3;
  order: 3; }

.order-3 {
  -webkit-order: 3;
  order: 3; }

.order-xs-4 {
  -webkit-order: 4;
  order: 4; }

.order-4 {
  -webkit-order: 4;
  order: 4; }

@media (min-width: 450px) {
  .order-sm-1 {
    -webkit-order: 1;
    order: 1; }
    .order-sm-2 {
      -webkit-order: 2;
      order: 2; }
    .order-sm-3 {
      -webkit-order: 3;
      order: 3; }
    .order-sm-4 {
      -webkit-order: 4;
      order: 4; } }

@media (min-width: 768px) {
  .order-md-1 {
    -webkit-order: 1;
    order: 1; }
    .order-md-2 {
      -webkit-order: 2;
      order: 2; }
    .order-md-3 {
      -webkit-order: 3;
      order: 3; }
    .order-md-4 {
      -webkit-order: 4;
      order: 4; } }

@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-order: 1;
    order: 1; }
    .order-lg-2 {
      -webkit-order: 2;
      order: 2; }
    .order-lg-3 {
      -webkit-order: 3;
      order: 3; }
    .order-lg-4 {
      -webkit-order: 4;
      order: 4; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-order: 1;
    order: 1; }
    .order-xl-2 {
      -webkit-order: 2;
      order: 2; }
    .order-xl-3 {
      -webkit-order: 3;
      order: 3; }
    .order-xl-4 {
      -webkit-order: 4;
      order: 4; } }

@media (min-width: 1364px) {
  .order-xx-1 {
    -webkit-order: 1;
    order: 1; }
    .order-xx-2 {
      -webkit-order: 2;
      order: 2; }
    .order-xx-3 {
      -webkit-order: 3;
      order: 3; }
    .order-xx-4 {
      -webkit-order: 4;
      order: 4; } }

.change-order-md .order-md-1 {
  -webkit-order: 2;
  order: 2; }
  .change-order-md .order-md-2 {
    -webkit-order: 1;
    order: 1; }
/***
 *
 * Create color classes for each sitename
 *
 ***/
.custom-color {
  color: #e1191b !important; }

.custom-border-color {
  color: #e1191b !important; }

.custom-bg {
  background: #e1191b !important; }

.custom-bg-transparent-7 {
  background: rgba(225, 25, 27, 0.7); }

.custom-bg-transparent-9 {
  background: rgba(225, 25, 27, 0.9); }
/* .mainsite .custom-color, ... */
.mainsite .custom-color {
  color:  !important; }

.mainsite .custom-bg {
  background:  !important; }

.mainsite .custom-bg-transparent-7 {
  background: rgba(0, 0, 0, 0.7); }

.mainsite .custom-bg-transparent-9 {
  background: rgba(0, 0, 0, 0.9); }

.mainsite .custom-border-color {
  border-color:  !important; }

.#e1191b .custom-color {
  color:  !important; }

.#e1191b .custom-bg {
  background:  !important; }

.#e1191b .custom-bg-transparent-7 {
  background: rgba(0, 0, 0, 0.7); }

.#e1191b .custom-bg-transparent-9 {
  background: rgba(0, 0, 0, 0.9); }

.#e1191b .custom-border-color {
  border-color:  !important; }
/* @include transition(background 250ms ease,top 600ms ease); */
@media (min-width: 992px) {
    .col-md-07 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14.28%;
      -ms-flex: 0 0 14.28%;
      flex: 0 0 14.28%;
      max-width: 14.28%; } }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; }

@media (min-width: 768px) {
    .col-md-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; } }

@media (min-width: 992px) {
    .col-lg-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; } }

@media (min-width: 1200px) {
    .col-xl-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; } }

@media (min-width: 1364px) {
    .col-xx-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
      flex: 0 0 10%;
      max-width: 10%; } }

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 768px) {
    .col-md-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }

@media (min-width: 992px) {
    .col-lg-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }

@media (min-width: 1200px) {
    .col-xl-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }

@media (min-width: 1364px) {
    .col-xx-20 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }

.col-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%; }

@media (min-width: 768px) {
    .col-md-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%; } }

@media (min-width: 992px) {
    .col-lg-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%; } }

@media (min-width: 1200px) {
    .col-xl-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%; } }

@media (min-width: 1364px) {
    .col-xx-15 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%; } }
/* EXTENDS */
/* @extend .translate;  */
.translateY, #header .header-r, #footer .globe .find span, .intro-text .wrap .more:before, .btn-more:before, .special-link:before, .share-btn:before, .request-btn span:not(.icon-arrow-right), .language > .opener:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.translateX {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.translate, .format img, .format-tablet img, .format-4-3 img, .image-container.format-4-3 img, .media-container.format-4-3 img, .video-container.format-4-3 img, .format-1-1 img, .image-container.format-1-1 img, .media-container.format-1-1 img, .video-container.format-1-1 img, .format-16-9 img, .image-container.format-16-9 img, .media-container.format-16-9 img, .video-container.format-16-9 img, .format-5-2 img, .image-container.format-5-2 img, .media-container.format-5-2 img, .video-container.format-5-2 img, .format-27 img, .image-container.format-27 img, .media-container.format-27 img, .video-container.format-27 img, .btn-play, .blog-slider-container .btn-prev, .blog-slider-container .btn-next, .big-blog-container .image-container img, .request-btn .icon-arrow-right:before, .request-btn .intro-text .wrap .more:before, .intro-text .wrap .request-btn .more:before, .request-btn .btn-more:before, .request-btn .special-link:before, .request-btn .share-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.transform-none, .format > iframe, .format > video, .format-tablet > iframe, .format-tablet > video {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 767px) {
  .translate-none-mobile {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .translateY-mobile {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .translateX-mobile {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .translate-mobile {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

@media (min-width: 768px) {
  .translate-none-tablet {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .translateY-tablet {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .translateX-tablet {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .translate-tablet, .format-4-3-tablet img, .image-container.format-4-3-tablet img, .media-container.format-4-3-tablet img, .video-container.format-4-3-tablet img, .format-1-1-tablet img, .image-container.format-1-1-tablet img, .media-container.format-1-1-tablet img, .video-container.format-1-1-tablet img, .format-16-9-tablet img, .image-container.format-16-9-tablet img, .media-container.format-16-9-tablet img, .video-container.format-16-9-tablet img, .format-5-2-tablet img, .image-container.format-5-2-tablet img, .media-container.format-5-2-tablet img, .video-container.format-5-2-tablet img, .format-27-tablet img, .image-container.format-27-tablet img, .media-container.format-27-tablet img, .video-container.format-27-tablet img, .big-blog-container .inner-text {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

@media (min-width: 992px) {
  .translate-none-desktop {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .translateY-desktop {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .translateX-desktop {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .translate-desktop {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

@media (min-width: 1200px) {
  .translate-none-desktop-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .translateY-desktop-large {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .translateX-desktop-large {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .translate-desktop-large {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
/**
 * create transitions from transition-list
 *
 * 2 transitions allowed
 *
 **/
.transition-all, .icon-logo, .striptrenner, #header .circle, #header .language, #header .header-r, #nav .nav-drop {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease; }

.transition-height, #header {
  -webkit-transition: height 250ms ease;
  -moz-transition: height 250ms ease;
  transition: height 250ms ease; }

.transition-border {
  -webkit-transition: border 250ms ease;
  -moz-transition: border 250ms ease;
  transition: border 250ms ease; }

.transition-margin, .banner {
  -webkit-transition: margin 250ms ease;
  -moz-transition: margin 250ms ease;
  transition: margin 250ms ease; }

.transition-left {
  -webkit-transition: left 250ms ease;
  -moz-transition: left 250ms ease;
  transition: left 250ms ease; }

.transition-opacity, .iframe-controller, .video-controller, .btn-play, .request-btn {
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  transition: opacity 250ms ease; }

.transition-top, .request-button-container {
  -webkit-transition: top 550ms ease;
  -moz-transition: top 550ms ease;
  transition: top 550ms ease; }

.transition-color-background {
  -webkit-transition: color 250ms ease, background 250ms ease;
  -moz-transition: color 250ms ease, background 250ms ease;
  transition: color 250ms ease, background 250ms ease; }

.transition-opacity-visibility {
  -webkit-transition: opacity 250ms ease, visibility 350ms ease;
  -moz-transition: opacity 250ms ease, visibility 350ms ease;
  transition: opacity 250ms ease, visibility 350ms ease; }
/**
 * create classes from colors $colorlistvalues
 *
 * .COLOR-color {color : COLOR}
 * .COLOR-bg    {background-color : COLOR}
 **/
/* .black-color,.black-color a               { color:      $black;             }    */
.white-color, .white-color a {
  color: #fff !important; }
/* .black-bg             { color:      $black;             }    */
.white-bg {
  background-color: #fff !important; }
/* .black-color,.black-color a               { color:      $black;             }    */
.black-color, .black-color a {
  color: #565655 !important; }
/* .black-bg             { color:      $black;             }    */
.black-bg {
  background-color: #565655 !important; }
/* .black-color,.black-color a               { color:      $black;             }    */
.maincolor-color, .maincolor-color a {
  color: #e1191b !important; }
/* .black-bg             { color:      $black;             }    */
.maincolor-bg {
  background-color: #e1191b !important; }
/* .black-color,.black-color a               { color:      $black;             }    */
.grey-color, .grey-color a {
  color: #e9eaec !important; }
/* .black-bg             { color:      $black;             }    */
.grey-bg {
  background-color: #e9eaec !important; }
/**
 * create classes from formats $media-format-list
 *
 * .image-container.format-4-3 {padding-top: VALUE}
 **/
.format, .format-4-3, .image-container.format-4-3, .media-container.format-4-3, .video-container.format-4-3, .format-1-1, .image-container.format-1-1, .media-container.format-1-1, .video-container.format-1-1, .format-16-9, .image-container.format-16-9, .media-container.format-16-9, .video-container.format-16-9, .format-5-2, .big-blog-container .image-container, .image-container.format-5-2, .media-container.format-5-2, .big-blog-container .image-container.media-container, .video-container.format-5-2, .big-blog-container .image-container.video-container, .format-27, .image-container.format-27, .media-container.format-27, .video-container.format-27 {
  height: 0;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.format > iframe, .format-4-3 > iframe, .image-container.format-4-3 > iframe, .media-container.format-4-3 > iframe, .video-container.format-4-3 > iframe, .format-1-1 > iframe, .image-container.format-1-1 > iframe, .media-container.format-1-1 > iframe, .video-container.format-1-1 > iframe, .format-16-9 > iframe, .image-container.format-16-9 > iframe, .media-container.format-16-9 > iframe, .video-container.format-16-9 > iframe, .format-5-2 > iframe, .big-blog-container .image-container > iframe, .image-container.format-5-2 > iframe, .media-container.format-5-2 > iframe, .big-blog-container .image-container.media-container > iframe, .video-container.format-5-2 > iframe, .big-blog-container .image-container.video-container > iframe, .format-27 > iframe, .image-container.format-27 > iframe, .media-container.format-27 > iframe, .video-container.format-27 > iframe, .format > video, .format-4-3 > video, .image-container.format-4-3 > video, .media-container.format-4-3 > video, .video-container.format-4-3 > video, .format-1-1 > video, .image-container.format-1-1 > video, .media-container.format-1-1 > video, .video-container.format-1-1 > video, .format-16-9 > video, .image-container.format-16-9 > video, .media-container.format-16-9 > video, .video-container.format-16-9 > video, .format-5-2 > video, .big-blog-container .image-container > video, .image-container.format-5-2 > video, .media-container.format-5-2 > video, .big-blog-container .image-container.media-container > video, .video-container.format-5-2 > video, .big-blog-container .image-container.video-container > video, .format-27 > video, .image-container.format-27 > video, .media-container.format-27 > video, .video-container.format-27 > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

@media (min-width: 768px) {
    .format-tablet, .format-4-3-tablet, .image-container.format-4-3-tablet, .media-container.format-4-3-tablet, .video-container.format-4-3-tablet, .format-1-1-tablet, .image-container.format-1-1-tablet, .media-container.format-1-1-tablet, .video-container.format-1-1-tablet, .format-16-9-tablet, .image-container.format-16-9-tablet, .media-container.format-16-9-tablet, .video-container.format-16-9-tablet, .format-5-2-tablet, .image-container.format-5-2-tablet, .media-container.format-5-2-tablet, .video-container.format-5-2-tablet, .format-27-tablet, .image-container.format-27-tablet, .media-container.format-27-tablet, .video-container.format-27-tablet {
      height: 0;
      width: 100%;
      padding-top: 56%;
      overflow: hidden;
      position: relative;
      z-index: 0; }
      .format-tablet > iframe, .format-4-3-tablet > iframe, .image-container.format-4-3-tablet > iframe, .media-container.format-4-3-tablet > iframe, .video-container.format-4-3-tablet > iframe, .format-1-1-tablet > iframe, .image-container.format-1-1-tablet > iframe, .media-container.format-1-1-tablet > iframe, .video-container.format-1-1-tablet > iframe, .format-16-9-tablet > iframe, .image-container.format-16-9-tablet > iframe, .media-container.format-16-9-tablet > iframe, .video-container.format-16-9-tablet > iframe, .format-5-2-tablet > iframe, .image-container.format-5-2-tablet > iframe, .media-container.format-5-2-tablet > iframe, .video-container.format-5-2-tablet > iframe, .format-27-tablet > iframe, .image-container.format-27-tablet > iframe, .media-container.format-27-tablet > iframe, .video-container.format-27-tablet > iframe, .format-tablet > video, .format-4-3-tablet > video, .image-container.format-4-3-tablet > video, .media-container.format-4-3-tablet > video, .video-container.format-4-3-tablet > video, .format-1-1-tablet > video, .image-container.format-1-1-tablet > video, .media-container.format-1-1-tablet > video, .video-container.format-1-1-tablet > video, .format-16-9-tablet > video, .image-container.format-16-9-tablet > video, .media-container.format-16-9-tablet > video, .video-container.format-16-9-tablet > video, .format-5-2-tablet > video, .image-container.format-5-2-tablet > video, .media-container.format-5-2-tablet > video, .video-container.format-5-2-tablet > video, .format-27-tablet > video, .image-container.format-27-tablet > video, .media-container.format-27-tablet > video, .video-container.format-27-tablet > video {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; } }

.format-4-3, .image-container.format-4-3, .media-container.format-4-3, .video-container.format-4-3 {
  padding-top: 75%; }
  @media (min-width: 768px) {
    .format-4-3-tablet, .image-container.format-4-3-tablet, .media-container.format-4-3-tablet, .video-container.format-4-3-tablet {
      padding-top: 75%; } }

.format-1-1, .image-container.format-1-1, .media-container.format-1-1, .video-container.format-1-1 {
  padding-top: 100%; }
  @media (min-width: 768px) {
    .format-1-1-tablet, .image-container.format-1-1-tablet, .media-container.format-1-1-tablet, .video-container.format-1-1-tablet {
      padding-top: 100%; } }

.format-16-9, .image-container.format-16-9, .media-container.format-16-9, .video-container.format-16-9 {
  padding-top: 56%; }
  @media (min-width: 768px) {
    .format-16-9-tablet, .image-container.format-16-9-tablet, .media-container.format-16-9-tablet, .video-container.format-16-9-tablet {
      padding-top: 56%; } }

.format-5-2, .big-blog-container .image-container, .image-container.format-5-2, .media-container.format-5-2, .big-blog-container .image-container.media-container, .video-container.format-5-2, .big-blog-container .image-container.video-container {
  padding-top: 40%; }
  @media (min-width: 768px) {
    .format-5-2-tablet, .image-container.format-5-2-tablet, .media-container.format-5-2-tablet, .video-container.format-5-2-tablet {
      padding-top: 40%; } }

.format-27, .image-container.format-27, .media-container.format-27, .video-container.format-27 {
  padding-top: 27%; }
  @media (min-width: 768px) {
    .format-27-tablet, .image-container.format-27-tablet, .media-container.format-27-tablet, .video-container.format-27-tablet {
      padding-top: 27%; } }
/* Gutters */
.gutter-15 {
  margin-left: -15px;
  margin-right: -15px; }
  .gutter-15 [class^="col-"], .gutter-15 [class*=" col-"], .gutter-15 .col {
    padding-left: 15px !important;
    padding-right: 15px !important; }

@media (min-width: 768px) {
      .gutter-md-15 {
        margin-left: -15px;
        margin-right: -15px; }
        .gutter-md-15 [class^="col-"], .gutter-md-15 [class*=" col-"], .gutter-md-15 .col {
          padding-left: 15px !important;
          padding-right: 15px !important; } }

@media (min-width: 992px) {
      .gutter-lg-15 {
        margin-left: -15px;
        margin-right: -15px; }
        .gutter-lg-15 [class^="col-"], .gutter-lg-15 [class*=" col-"], .gutter-lg-15 .col {
          padding-left: 15px !important;
          padding-right: 15px !important; } }

@media (min-width: 1200px) {
      .gutter-lg-15 {
        margin-left: -15px;
        margin-right: -15px; }
        .gutter-lg-15 [class^="col-"], .gutter-lg-15 [class*=" col-"], .gutter-lg-15 .col {
          padding-left: 15px !important;
          padding-right: 15px !important; } }

@media (min-width: 1364px) {
      .gutter-xg-15 {
        margin-left: -15px;
        margin-right: -15px; }
        .gutter-xg-15 [class^="col-"], .gutter-xg-15 [class*=" col-"], .gutter-xg-15 .col {
          padding-left: 15px !important;
          padding-right: 15px !important; } }

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?2h7zig2');
  src: url('fonts/icomoon.eot?2h7zig2#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?2h7zig2') format('truetype'), url('fonts/icomoon.woff?2h7zig2') format('woff'), url('fonts/icomoon.svg?2h7zig2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], .icon, .intro-text .wrap .more:before, .btn-more:before, .special-link:before, .share-btn:before, .language > .opener:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-globe:before {
  content: "\e900";
  color: #b2b2b2; }

.icon-share:before {
  content: "\e901";
  color: #bfa442; }

.icon-logo .path1:before {
  content: "\e902";
  color: #e2011b; }

.icon-logo .path2:before {
  content: "\e903";
  color: #707173;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.icon-facebook1:before {
  content: "\e904";
  color: #434f55; }

.icon-instagram:before {
  content: "\e911";
  color: #434f55; }

.icon-twitter1:before {
  content: "\e91d";
  color: #434f55; }

.icon-youtube:before {
  content: "\e91e";
  color: #434f55; }

.icon-arrow-up:before {
  content: "\e90c";
  color: #fff; }

.icon-arrow-down:before, .language > .opener:before {
  content: "\e90d";
  color: #fff; }

.icon-arrow-left:before {
  content: "\e90e"; }

.icon-arrow-right:before, .intro-text .wrap .more:before, .btn-more:before, .special-link:before, .share-btn:before {
  content: "\e90f"; }

.icon-ico-close:before {
  content: "\e913";
  color: #fff; }

.icon-magnifier:before {
  content: "\e907";
  color: #fff; }

.icon-play .path1:before {
  content: "\e910";
  color: #fff; }

.icon-play .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: #565655; }

.icon-flickr:before {
  content: "\eaa5"; }

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon1.eot?in0m8y');
  src: url('fonts/icomoon1.eot?in0m8y#iefix') format('embedded-opentype'), url('fonts/icomoon1.ttf?in0m8y') format('truetype'), url('fonts/icomoon1.woff?in0m8y') format('woff'), url('fonts/icomoon1.svg?in0m8y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin:before {
  content: "\eac9";
  color: #434f55; }

.icon-xing:before {
  content: "\ead3";
  color: #434f55; }
/* Font Sizes */
.font-size1, h1, .headline1 {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 25px; }

@media (min-width: 768px) {
    .font-size1, h1, .headline1 {
      font-size: 35px; } }

@media (min-width: 992px) {
    .font-size1, h1, .headline1 {
      font-size: 55px; } }

@media (min-width: 1200px) {
    .font-size1, h1, .headline1 {
      font-size: 80x; } }

@media (min-width: 1364px) {
    .font-size1, h1, .headline1 {
      font-size: 95px; } }

.font-size2, .top-block h1, .top-block .headline1, blockquote, .blockquote {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 20px; }

@media (min-width: 768px) {
    .font-size2, .top-block h1, .top-block .headline1, blockquote, .blockquote {
      font-size: 34px; } }

@media (min-width: 992px) {
    .font-size2, .top-block h1, .top-block .headline1, blockquote, .blockquote {
      font-size: 44px; } }

@media (min-width: 1200px) {
    .font-size2, .top-block h1, .top-block .headline1, blockquote, .blockquote {
      font-size: 54px; } }

@media (min-width: 1364px) {
    .font-size2, .top-block h1, .top-block .headline1, blockquote, .blockquote {
      font-size: 64px; } }

.font-size3, h2, .headline2, .slide .caption, .headline-black, .headline-red, .intro-headline {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 20px; }

@media (min-width: 768px) {
    .font-size3, h2, .headline2, .slide .caption, .headline-black, .headline-red, .intro-headline {
      font-size: 22px; } }

@media (min-width: 992px) {
    .font-size3, h2, .headline2, .slide .caption, .headline-black, .headline-red, .intro-headline {
      font-size: 24px; } }

@media (min-width: 1200px) {
    .font-size3, h2, .headline2, .slide .caption, .headline-black, .headline-red, .intro-headline {
      font-size: 34px; } }

@media (min-width: 1364px) {
    .font-size3, h2, .headline2, .slide .caption, .headline-black, .headline-red, .intro-headline {
      font-size: 36px; } }

.font-size4, #footer .globe .find span {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 21px; }

@media (min-width: 768px) {
    .font-size4, #footer .globe .find span {
      font-size: 26px; } }

@media (min-width: 992px) {
    .font-size4, #footer .globe .find span {
      font-size: 29px; } }

@media (min-width: 1200px) {
    .font-size4, #footer .globe .find span {
      font-size: 32px; } }

@media (min-width: 1364px) {
    .font-size4, #footer .globe .find span {
      font-size: 32px; } }

.font-size5, h4, .griditem h2, .intro.blog-section .blog-specialblock .teaser-container blockquote {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 20px; }

@media (min-width: 768px) {
    .font-size5, h4, .griditem h2, .intro.blog-section .blog-specialblock .teaser-container blockquote {
      font-size: 25px; } }

@media (min-width: 992px) {
    .font-size5, h4, .griditem h2, .intro.blog-section .blog-specialblock .teaser-container blockquote {
      font-size: 28px; } }

@media (min-width: 1200px) {
    .font-size5, h4, .griditem h2, .intro.blog-section .blog-specialblock .teaser-container blockquote {
      font-size: 31px; } }

@media (min-width: 1364px) {
    .font-size5, h4, .griditem h2, .intro.blog-section .blog-specialblock .teaser-container blockquote {
      font-size: 32px; } }

.font-size10, h3, .headline3, .intro.blog-section .intro-text .teaser-container {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 20px; }

@media (min-width: 768px) {
    .font-size10, h3, .headline3, .intro.blog-section .intro-text .teaser-container {
      font-size: 25px; } }

@media (min-width: 992px) {
    .font-size10, h3, .headline3, .intro.blog-section .intro-text .teaser-container {
      font-size: 28px; } }

@media (min-width: 1200px) {
    .font-size10, h3, .headline3, .intro.blog-section .intro-text .teaser-container {
      font-size: 31px; } }

@media (min-width: 1364px) {
    .font-size10, h3, .headline3, .intro.blog-section .intro-text .teaser-container {
      font-size: 30px; } }

.font-size6, h5, .more-article-headline-block h3, .start-news-container .griditem h2 {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 21px; }

@media (min-width: 768px) {
    .font-size6, h5, .more-article-headline-block h3, .start-news-container .griditem h2 {
      font-size: 24px; } }

@media (min-width: 992px) {
    .font-size6, h5, .more-article-headline-block h3, .start-news-container .griditem h2 {
      font-size: 26px; } }

@media (min-width: 1200px) {
    .font-size6, h5, .more-article-headline-block h3, .start-news-container .griditem h2 {
      font-size: 32px; } }

@media (min-width: 1364px) {
    .font-size6, h5, .more-article-headline-block h3, .start-news-container .griditem h2 {
      font-size: 26px; } }

.font-size7, h6, #footer .footer-nav, .griditem .category, .intro.blog-section .attributes-container, .intro .img-holder .overlay-text {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 17px; }

@media (min-width: 768px) {
    .font-size7, h6, #footer .footer-nav, .griditem .category, .intro.blog-section .attributes-container, .intro .img-holder .overlay-text {
      font-size: 18px; } }

@media (min-width: 992px) {
    .font-size7, h6, #footer .footer-nav, .griditem .category, .intro.blog-section .attributes-container, .intro .img-holder .overlay-text {
      font-size: 19px; } }

@media (min-width: 1200px) {
    .font-size7, h6, #footer .footer-nav, .griditem .category, .intro.blog-section .attributes-container, .intro .img-holder .overlay-text {
      font-size: 19px; } }

@media (min-width: 1364px) {
    .font-size7, h6, #footer .footer-nav, .griditem .category, .intro.blog-section .attributes-container, .intro .img-holder .overlay-text {
      font-size: 20px; } }

.font-size8, #bC, #footer .contact, #footer .globe .find, .intro-text .wrap .more, .blog-nav li a, .btn-more, .special-link, .share-btn {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 16px; }

@media (min-width: 768px) {
    .font-size8, #bC, #footer .contact, #footer .globe .find, .intro-text .wrap .more, .blog-nav li a, .btn-more, .special-link, .share-btn {
      font-size: 17px; } }

@media (min-width: 992px) {
    .font-size8, #bC, #footer .contact, #footer .globe .find, .intro-text .wrap .more, .blog-nav li a, .btn-more, .special-link, .share-btn {
      font-size: 17px; } }

@media (min-width: 1200px) {
    .font-size8, #bC, #footer .contact, #footer .globe .find, .intro-text .wrap .more, .blog-nav li a, .btn-more, .special-link, .share-btn {
      font-size: 18px; } }

@media (min-width: 1364px) {
    .font-size8, #bC, #footer .contact, #footer .globe .find, .intro-text .wrap .more, .blog-nav li a, .btn-more, .special-link, .share-btn {
      font-size: 18px; } }

.font-size9, .show-more-posts, .show-more-posts a, .show-more-posts span, #header .language {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 13px; }

@media (min-width: 768px) {
    .font-size9, .show-more-posts, .show-more-posts a, .show-more-posts span, #header .language {
      font-size: 14px; } }

@media (min-width: 992px) {
    .font-size9, .show-more-posts, .show-more-posts a, .show-more-posts span, #header .language {
      font-size: 14px; } }

@media (min-width: 1200px) {
    .font-size9, .show-more-posts, .show-more-posts a, .show-more-posts span, #header .language {
      font-size: 16px; } }

@media (min-width: 1364px) {
    .font-size9, .show-more-posts, .show-more-posts a, .show-more-posts span, #header .language {
      font-size: 16px; } }

.font-size-text, body, html {
  /* Fontsize Responsive  */
  /* @include font-size(16px 14px 13px 13px 13px);  */
  font-size: 16px; }

@media (min-width: 768px) {
    .font-size-text, body, html {
      font-size: 18px; } }

@media (min-width: 992px) {
    .font-size-text, body, html {
      font-size: 20px; } }

@media (min-width: 1200px) {
    .font-size-text, body, html {
      font-size: 22px; } }

@media (min-width: 1364px) {
    .font-size-text, body, html {
      font-size: 22px; } }

.font-size-small {
  font-size: 12px; }
/* Include Theme SCSS */
/* Userull functions: 
 * 
 * @extend .custom-color; 
 * @extend .custom-border-color; 
 * @extend .custom-bg; 
 * @extend .custom-bg-transparent-7; 
 * @extend .custom-bg-transparent-9; 
 * @include font-size(18px 16px 16px);
 * @include font-size5(18px 16px 16px 15px 13px);
 */
body, html {
  font-family: 'Open Sans', sans-serif;
  color: #565655;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, .headline1, .headline2, .headline3 {
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 300; }

h1, .headline1 {
  color: #e1191b;
  line-height: 0.915; }

.slide .caption {
  color: #707173;
  line-height: 1.15; }

.slide .caption span {
  font-size: inherit !important; }

.fullsize {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7; }

.main-container, div.slideshow .inner, .blog-slideshow .inner, .big-blog-container .inner-text, .intro, #footer .holder, .product-gallery, #main .item-gallery, .figure-block .container, #header .holder, .feature-block, .product-gallery-container, .reference-block-inner, div.slideshow, .blog-slideshow {
  max-width: 1300px;
  margin: 0 auto; }

@media (max-width: 1200px) {
    .main-container, div.slideshow .inner, .blog-slideshow .inner, .big-blog-container .inner-text, .intro, #footer .holder, .product-gallery, #main .item-gallery, .figure-block .container, #header .holder, .feature-block, .product-gallery-container, .reference-block-inner, div.slideshow, .blog-slideshow {
      /*padding-left: 16px;
       padding-right: 16px;*/ } }

@media (max-width: 767px) {
    .main-container, div.slideshow .inner, .blog-slideshow .inner, .big-blog-container .inner-text, .intro, #footer .holder, .product-gallery, #main .item-gallery, .figure-block .container, #header .holder, .feature-block, .product-gallery-container, .reference-block-inner, div.slideshow, .blog-slideshow {
      padding: 0; } }

.icon-logo {
  position: relative;
  display: inline-block;
  font-size: 75px; }

@media (min-width: 992px) {
    .icon-logo {
      font-size: 140px; } }

.scroll .icon-logo {
  font-size: 50px; }

.icon-logo .path2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

div.slideshow, .blog-slideshow {
  height: 250px;
  max-width: none;
  width: 100%; }

div.slideshow h1, .blog-slideshow h1 {
  margin: 0; }

div.slideshow .inner, .blog-slideshow .inner {
  padding: 1rem; }
  @media (min-width: 768px) {
    div.slideshow .inner, .blog-slideshow .inner {
      padding: 1rem; } }
  @media (min-width: 992px) {
    div.slideshow .inner, .blog-slideshow .inner {
      padding: 0; } }

@media (min-width: 768px) {
    div.slideshow, .blog-slideshow {
      height: 350px; } }

@media (min-width: 992px) {
    div.slideshow, .blog-slideshow {
      height: 500px; } }

@media (min-width: 1200px) {
    div.slideshow, .blog-slideshow {
      height: 650px; } }

@media (max-width: 767px) {
      div.slideshow .slide .bg-holder img, .blog-slideshow .slide .bg-holder img {
        max-width: none !important;
        height: 100% !important;
        width: auto; } }

.slide .wrap {
  text-align: left;
  margin: 0; }

.slide .img-holder {
  z-index: -1; }

img.damenBildchen {
  height: 780px !important;
  margin: 0px 0 0 0; }

@media (max-width: 767px) {
    img.damenBildchen {
      display: none; } }

.striptrenner {
  margin-bottom: 70px;
  margin-top: 50px; }

@media (min-width: 768px) {
    .striptrenner {
      margin-top: 70px; } }

@media (min-width: 992px) {
    .striptrenner {
      margin-top: 150px; } }

.scroll #header + .striptrenner {
  margin-top: 110px; }

.striptrenner.blog-striptrenner {
  margin: 0;
  float: none; }

#header {
  height: 150px;
  height: 50px; }

@media (min-width: 768px) {
    #header {
      height: 80px; } }

@media (min-width: 992px) {
    #header {
      height: 150px; } }

@media (max-width: 767px) {
    #header {
      height: 60px;
      margin-top: -10px; } }

#header .holder {
  position: relative; }

.scroll #header {
  height: 55px;
  position: fixed; }

#header .circle {
  margin: 0 auto; }
  @media (min-width: 768px) {
    #header .circle {
      width: 99px; } }
  @media (min-width: 992px) {
    #header .circle {
      width: 170px;
      margin: 52px auto 0; } }
  .scroll #header .circle {
    height: 73px;
    width: 76px;
    margin: 0px auto 0; }
  @media (min-width: 768px) {
      #header .circle:before, #header .circle:after {
        top: 48px; }
        .scroll #header .circle:before, .scroll #header .circle:after {
          top: 22px; } }
    @media (min-width: 992px) {
    #header .circle:before, #header .circle:after {
      top: 80px; }
      .scroll #header .circle:before, .scroll #header .circle:after {
        top: 34px; } }
  #header .circle a img {
    display: none; }

@media (max-width: 767px) {
      #header .language {
        position: absolute;
        left: 0rem;
        top: 20px;
        width: 1rem; } }
  .scroll #header .language {
    margin-top: -40px; }

@media (max-width: 767px) {
      #header .logo {
        margin: 10px 0 0 0 !important; } }

@media (max-width: 767px) {
      #header .lang-drop {
        left: 0px; } }

@media (max-width: 767px) {
      #header .header-r {
        margin-top: 0px;
        left: 0; } }
  @media (min-width: 768px) {
    #header .header-r {
      margin-top: -33px; } }
  @media (min-width: 992px) {
    #header .header-r {
      margin-top: -53px; }
      .scroll #header .header-r {
        margin-top: -22px; } }

#nav {
  letter-spacing: 0; }

@media (max-width: 767px) {
    #nav {
      margin: 0;
      margin: 0;
      margin-top: 25px;
      margin-right: 15px; } }

@media (min-width: 768px) {
    #nav {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; } }

#nav .nav-drop {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 70px; }
  @media (min-width: 992px) {
    #nav .nav-drop {
      bottom: 113px; }
      .scroll #nav .nav-drop {
        bottom: 65px; } }
  #nav .nav-drop ul {
    margin-top: 9px; }
  #nav .nav-drop .drop, #nav .nav-drop > ul > li {
    /* Fontsize Responsive  */
    /* @include font-size(16px 14px 13px 13px 13px);  */
    font-size: 15px; }
    @media (min-width: 768px) {
    #nav .nav-drop .drop, #nav .nav-drop > ul > li {
      font-size: 13px; } }
    @media (min-width: 992px) {
    #nav .nav-drop .drop, #nav .nav-drop > ul > li {
      font-size: 16px; } }
    @media (min-width: 1200px) {
    #nav .nav-drop .drop, #nav .nav-drop > ul > li {
      font-size: 17px; } }
    @media (min-width: 1364px) {
    #nav .nav-drop .drop, #nav .nav-drop > ul > li {
      font-size: 18px; } }

.banner {
  margin-top: 50px; }

@media (min-width: 768px) {
    .banner {
      margin-top: 70px; }
      .scroll .banner {
        margin-top: 50px; } }

@media (min-width: 992px) {
    .banner {
      margin-top: 150px; }
      .scroll .banner {
        margin-top: 158px; } }

@media (max-width: 767px) {
    #pageslide {
      padding-top: 50px; } }

@media (max-width: 767px) {
    #pageslideClose {
      display: none !important; } }

blockquote, .blockquote {
  font-style: italic;
  font-weight: 300; }

.box-shadow, .blog-slider-container .slideshow, .blog-slider-container .blog-slideshow, .griditem .inner, .more-article-headline-block, .share-dialog, .big-blog-container .inner-text .text-container-parent {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(86, 86, 85, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(86, 86, 85, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(86, 86, 85, 0.15); }

.gradient, .reference-block {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$gradientgrey+0,ffffff+64 */
  background: #e9eaec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9eaec 0%, #fff 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e9eaec 0%, #fff 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e9eaec 0%, #fff 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$gradientgrey', endColorstr='$gradientlightgrey',GradientType=0);
  /* IE6-9 */ }

.btn-main {
  border: 1px solid #565655;
  padding: 16px;
  display: inline-block; }

.btn-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  color: #e9eaec;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer; }

@media (min-width: 768px) {
    .btn-close {
      right: -2.5rem; } }

.btn-play {
  cursor: pointer;
  z-index: 99;
  opacity: 0.7;
  font-size: 7rem; }

.iframe-controller, .video-controller, .btn-play {
  cursor: pointer; }

.iframe-controller:hover, .video-controller:hover, .btn-play:hover, .iframe-controller:hover .btn-play, .video-controller:hover .btn-play, .btn-play:hover .btn-play {
  opacity: 1; }

#acceptCookie {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: auto;
  background: white;
  padding: 0em;
  color: #565655;
  z-index: 999;
  display: none;
  border-top: 1px solid #565655; }

#acceptCookie p {
  display: inline-block;
  margin: 0.58rem auto;
  padding: 0.4rem 1em;
  line-height: 1.4em;
  max-width: 1000px; }

#acceptCookie #acceptCookieButton {
  display: inline-block;
  padding: 0.5em 0.5em;
  width: auto;
  margin: 0.58rem auto;
  background: #4c4c4c;
  text-decoration: none;
  color: white;
  vertical-align: top; }

.intro-text .wrap:before {
  content: none;
  display: none; }

#footer {
  position: relative;
  background: #e9eaec; }

@media (max-width: 992px) {
      #footer .row, #footer .product-gallery, #footer .homepage-intro, #footer .item-gallery > ul, #footer .team ul, .team #footer ul {
        margin: 0; } }

#footer .footer-nav:before, #footer .contact:before {
  content: none;
  display: none; }

#footer .contact {
  padding: 0; }

@media (min-width: 768px) {
      #footer .footer-nav {
        padding-top: 60px; } }
  @media (max-width: 767px) {
    #footer .footer-nav {
      padding: 0 0 0 7px; } }

#footer .icon-logo {
  width: 50px !important;
  font-size: 50px !important;
  margin-bottom: 10px;
  display: block; }

#footer .globe .find {
  left: 1rem;
  display: inline-block;
  width: 50%;
  padding-left: 2rem;
  position: relative; }
  #footer .globe .find span {
    left: 0; }

.reference-block h2 {
  margin: 0 auto;
  background: none;
  margin-bottom: 70px;
  padding-top: 60px; }
  .reference-block h2:before, .reference-block h2:after {
    content: none;
    display: none; }

.reference-block .striptrenner {
  margin: 0; }

.reference-block-inner {
  margin: 0 auto; }

.product-gallery-container {
  margin: 0 auto; }

@media (min-width: 992px) {
      .product-gallery-container .product-gallery {
        margin-left: -15px;
        margin-right: -15px; } }

.cycle-gallery .btn-prev, .cycle-gallery .btn-next {
  background: none;
  font-size: 2rem; }

.social-share a {
  display: inline-block;
  margin-right: 0.25rem; }

.social-share span:before {
  color: #b2b2b2; }

.intro-text .wrap .more {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 0.25rem 0.5rem;
  padding-left: 2rem;
  color: #565655; }

.intro-text .wrap .more:before {
  background: #bfa442;
  border-radius: 50%;
  color: white;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  text-align: center;
  font-size: 0.7rem;
  padding-top: 0.15rem;
  padding-left: 0.1rem; }

.blog-main-slider div.slideshow div.slide, .blog-main-slider .blog-slideshow div.slide {
  position: relative; }
  .blog-main-slider div.slideshow div.slide .bg-holder, .blog-main-slider .blog-slideshow div.slide .bg-holder {
    position: relative; }

.blog-main-slider .striptrenner {
  margin: 0 !important; }

.blog-slider-container div.slideshow, .blog-main-slider div.slideshow, .blog-slider-container .blog-slideshow, .blog-main-slider .blog-slideshow {
  height: auto;
  max-width: 100%; }
  .blog-slider-container div.slideshow div.slide, .blog-main-slider div.slideshow div.slide, .blog-slider-container .blog-slideshow div.slide, .blog-main-slider .blog-slideshow div.slide {
    height: auto; }
  .blog-slider-container div.slideshow div.slide .bg-holder, .blog-main-slider div.slideshow div.slide .bg-holder, .blog-slider-container .blog-slideshow div.slide .bg-holder, .blog-main-slider .blog-slideshow div.slide .bg-holder {
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    top: 0; }
    .blog-slider-container div.slideshow div.slide .bg-holder img, .blog-main-slider div.slideshow div.slide .bg-holder img, .blog-slider-container .blog-slideshow div.slide .bg-holder img, .blog-main-slider .blog-slideshow div.slide .bg-holder img {
      width: 100%;
      height: auto; }
  .blog-slider-container div.slideshow img, .blog-main-slider div.slideshow img, .blog-slider-container .blog-slideshow img, .blog-main-slider .blog-slideshow img, .blog-slider-container div.slideshow .image-container, .blog-main-slider div.slideshow .image-container, .blog-slider-container .blog-slideshow .image-container, .blog-main-slider .blog-slideshow .image-container {
    display: block; }

.blog-slider-container {
  padding-bottom: 1rem; }

.blog-slider-container .slideshow, .blog-slider-container .blog-slideshow {
  background: white; }
  .blog-slider-container .slideshow .inner, .blog-slider-container .blog-slideshow .inner {
    padding: 2rem; }
  .blog-slider-container .slideshow .image-container img, .blog-slider-container .blog-slideshow .image-container img {
    width: 100%;
    height: auto; }

.blog-slider-container .pagination {
  display: none; }

.blog-slider-container .btn-prev, .blog-slider-container .btn-next {
  left: 0.5rem;
  z-index: 9;
  cursor: pointer; }

.blog-slider-container .btn-next {
  left: auto;
  right: 0.5rem; }

.blog-section-container .intro-text {
  padding: 0 !important;
  width: 100% !important;
  float: none !important; }

.headline-black, .headline-red {
  color: #565655;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1rem; }

.headline-red {
  color: #e1191b;
  padding-top: 2rem; }

.blog-nav ul, .blog-nav li {
  list-style: none; }

.blog-nav ul {
  text-align: center;
  display: block;
  width: 100%;
  margin: 2rem 0;
  padding: 0; }

.blog-nav li {
  display: inline-block;
  width: auto;
  padding: 0rem;
  margin-bottom: 5px; }
  .blog-nav li a {
    display: inline-block;
    background: white;
    border: 1px solid #565655;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    color: #565655; }
  .blog-nav li.active a {
    border-color: #e1191b; }

.griditem {
  width: 100%;
  margin-bottom: 16px; }

@media (min-width: 992px) {
    .griditem {
      margin-bottom: 32px; } }

.griditem a:hover .category {
  border-color: #bfa442; }

.griditem img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.griditem .inner {
  background: white; }

.griditem .text-container-parent {
  padding: 1rem; }

.griditem .category {
  color: #565655;
  border-bottom: 1px solid #e1191b;
  padding-bottom: 3px; }
  .griditem .category div {
    padding: 0; }
  .griditem .category .blog-date {
    text-align: right; }

.griditem h2 {
  margin: 0;
  padding-top: 0.5rem; }

.griditem .text-container {
  color: #565655; }

@media (min-width: 768px) {
    .grid {
      margin-right: -16px; } }

@media (min-width: 992px) {
    .grid {
      margin-right: -32px; } }

@media (min-width: 768px) {
      .grid .griditem {
        width: calc(50% - 16px); } }
  @media (min-width: 992px) {
    .grid .griditem {
      width: calc(33.33% - 32px); } }

.show-more-posts {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: auto;
  color: #565655;
  cursor: pointer; }

.show-more-posts a {
  color: #565655; }
  .show-more-posts a:hover {
    color: #e1191b; }

.show-more-posts span {
  display: block; }

.show-more-posts span:not(.icon-arrow-down) {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem; }

.show-more-posts .icon-arrow-down:before, .show-more-posts .language > .opener:before {
  font-size: 1.15rem;
  color: #565655;
  padding-bottom: 0.5rem; }

.show-more-news {
  display: block !important; }

.hidden {
  display: none !important; }

.more-article-headline-block {
  background: white; }

.more-article-headline-block h3 {
  text-transform: none;
  text-align: center;
  color: #e1191b;
  padding: 1rem;
  padding-top: 2rem; }

.more-article-headline-block .striptrenner {
  margin: 0; }

.btn-more, .special-link, .share-btn {
  color: #bfa442;
  background: #f5f5f5;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  padding: 0.25rem 0.5rem;
  padding-left: 2rem;
  margin-top: 1rem; }

.btn-more:before, .special-link:before, .share-btn:before {
  background: #bfa442;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  color: white;
  left: 0.5rem;
  padding-left: 0.45rem;
  font-size: 0.925em;
  padding-top: 0.2rem; }

.special-link {
  background: none;
  border: 1px solid #e1191b;
  color: #565655;
  margin: 1rem 0; }

.special-link:before {
  background: #e1191b; }

.special-link:hover {
  color: #e1191b; }

.intro.blog-section h2 {
  margin: 0; }

.intro.blog-section .attributes-container {
  color: #707070;
  padding-bottom: 1rem; }

.intro.blog-section .intro-text .teaser-container {
  line-height: 1.4;
  padding-bottom: 1rem; }

.intro.blog-section .text-container {
  padding-bottom: 1rem; }

.intro.blog-section .blog-specialblock .teaser-container blockquote {
  font-style: italic;
  line-height: 1.4;
  padding-bottom: 1rem;
  color: #e1191b;
  margin: 0; }
  .intro.blog-section .blog-specialblock .teaser-container blockquote:before {
    content: '\201E'; }
  .intro.blog-section .blog-specialblock .teaser-container blockquote:after {
    content: '\201D'; }

.share-btn {
  position: relative;
  display: inline-block;
  padding-left: 0.5rem;
  cursor: pointer; }

.share-btn:before {
  content: none;
  display: none; }

.share-dialog {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 100px;
  top: 100%;
  background: white;
  z-index: 9;
  padding: 0.5rem 1rem;
  left: 0;
  text-align: center; }

.share-dialog .btn-share {
  display: inline-block; }

.blog-section ol#bC, .blog-section ol#bC li {
  list-style: none; }

.blog-section ol#bC {
  width: 100%;
  text-align: center; }
  .blog-section ol#bC li {
    display: inline-block;
    float: none; }
  .blog-section ol#bC li:after {
    content: none;
    display: none; }
  .no-headerimage {
    padding-top: 50px; }

@media (min-width: 768px) {
    .no-headerimage {
      padding-top: 244px; } }

iframe {
  max-width: 100%; }

.page2 .intro .intro-text {
  width: 100%;
  padding: 0 1rem; }

@media (min-width: 768px) {
    .page2 .intro .intro-text {
      width: 50%; } }

@media (min-width: 1200px) {
    .page2 .intro .intro-text {
      padding: 0; } }

@media (max-width: 1200px) {
    nav.bC {
      padding: 0 1rem; } }

@media (max-width: 767px) {
    .footer-nav-container {
      padding-left: 11px; } }

@media (min-width: 992px) {
      .start-news-container .row, .start-news-container .product-gallery, .start-news-container .homepage-intro, .start-news-container .item-gallery > ul, .start-news-container .team ul, .team .start-news-container ul {
        margin-left: -20px;
        margin-right: -20px; } }

.start-blog-main-container {
  line-height: 0;
  background: #e9eaec; }

.start-blog-main-container > div {
  line-height: 1.35; }

.big-blog-container {
  position: relative;
  display: inline-block;
  width: 100%; }

.big-blog-container .blog-item {
  margin: 0; }

.big-blog-container .inner-text {
  width: 100%; }
  .big-blog-container .inner-text .text-container-parent {
    background: white;
    width: 100%; }
  @media (min-width: 768px) {
      .big-blog-container .inner-text .text-container-parent {
        width: 60%; } }
  @media (min-width: 992px) {
      .big-blog-container .inner-text .text-container-parent {
        width: calc(33.33% - 32px); } }

.big-blog-container .image-container img {
  width: 101%;
  height: auto; }

@media (max-width: 992px) {
        .blog-item a .inner-text {
          padding-left: 16px;
          padding-right: 16px; } }

.start-news-container .inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none; }

.start-news-container .attributes-container {
  display: none; }

.start-news-container .griditem h2 {
  color: #565655;
  font-weight: 500; }

.start-news-container .griditem .text-container-parent {
  padding: 0; }
  @media (max-width: 1350px) {
    .start-news-container .griditem .text-container-parent {
      padding: 0 1rem; } }

.homepage-intro {
  width: 100%; }

.homepage-intro .img-holder {
  padding-right: 0; }

.item-gallery > ul {
  padding: 0; }

@media (max-width: 992px) {
    .item-gallery > ul {
      margin: 0; } }

.team ul {
  width: 100%;
  padding: 0; }

@media (max-width: 992px) {
    .team ul {
      margin: 0; } }

.team ul li {
  margin: 0;
  min-height: 0;
  float: none;
  border: none; }

@media (max-width: 992px) {
      .item-gallery h3 {
        padding: 0 1rem; } }

@media (max-width: 1024px) {
    .item-gallery {
      padding-left: 1rem;
      padding-right: 1rem; } }

.request-button-container {
  position: absolute;
  right: 0;
  top: 700px; }

@media (max-width: 1024px) {
    .request-button-container {
      top: 600px; } }

@media (max-width: 992px) {
    .request-button-container {
      top: 400px; } }

.scroll .request-button-container {
  top: 55px; }

.request-btn {
  background: #e1191b;
  width: 250px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 40px;
  padding-left: 55px;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  text-transform: uppercase; }

@media (max-width: 767px) {
    header .request-btn {
      top: 9000px; } }

@media (min-width: 992px) {
    .request-btn {
      height: 70px;
      padding-left: 85px;
      -webkit-border-top-left-radius: 35px;
      -webkit-border-bottom-left-radius: 35px;
      -moz-border-radius-topleft: 35px;
      -moz-border-radius-bottomleft: 35px;
      border-top-left-radius: 35px;
      border-bottom-left-radius: 35px; } }

.request-btn:hover {
  color: white;
  opacity: 0.7; }

.request-btn .icon-arrow-right, .request-btn .intro-text .wrap .more, .intro-text .wrap .request-btn .more, .request-btn .btn-more, .request-btn .special-link, .request-btn .share-btn {
  display: block;
  width: 34px;
  height: 34px;
  background: white;
  border-radius: 50%;
  color: #e1191b;
  position: absolute;
  top: 3px;
  left: 3px;
  text-align: center; }
  @extend desktop {
    font-size: 1.4rem; }
  @media (min-width: 992px) {
    .request-btn .icon-arrow-right, .request-btn .intro-text .wrap .more, .intro-text .wrap .request-btn .more, .request-btn .btn-more, .request-btn .special-link, .request-btn .share-btn {
      width: 60px;
      height: 60px;
      top: 5px;
      left: 5px; } }

.intro-headline {
  padding-top: 0;
  text-align: center; }

.intro-headline .inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }

.intro .img-holder .overlay-text {
  font-weight: 500; }

#header .language {
  color: #707070; }

#header .language span:before {
  padding-right: 6px; }

.language > .opener {
  padding-right: 2.5em; }

.language > .opener:before {
  color: #707070;
  background: #e9eaec;
  text-align: center;
  width: 1.1rem;
  height: 0.8rem;
  padding-top: 6px;
  font-size: 8px;
  right: 0;
  left: auto;
  border-radius: 5px; }

.language > .opener .icon-globe {
  display: inline-block;
  width: 1rem;
  height: 1em;
  position: relative; }
  .language > .opener .icon-globe:before {
    position: absolute;
    top: -2px;
    left: -8px;
    font-size: 1.4em; }

@media (max-width: 767px) {
    .language > .opener {
      padding: 0;
      width: 100px;
      opacity: 0; }
      .language > .opener:before {
        content: none;
        display: none; } }

@media (max-width: 767px) {
    .img-holder .overlay-text {
      padding: 1rem; } }

@media (max-width: 992px) {
    .logo img {
      width: 125px; } }

.news-headline {
  text-align: center; }

.slide .caption p {
  margin-bottom: 25px; }

.slide span.details-text {
  font-size: 18px !important;
  color: #565655; }

.slide .details-button {
  width: 110px;
  height: 40px;
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.product-gallery .product-name {
  color: #e30613; }

.item-gallery .oneLine div input[type="text"], .item-gallery .oneLine div input[type="password"], .item-gallery .oneLine div input[type="email"], .item-gallery .oneLine div input[type="url"], .item-gallery .oneLine div input[type="tel"], .item-gallery .oneLine div textarea, .item-gallery .oneLine div select {
  height: 41px; }

.item-gallery .gallery-holder {
  height: auto;
  margin: 0 0 13px; }

.img-single .plus {
  display: none; }

.page2 .intro .intro-text {
  padding-right: 1rem; }

.product-gallery-container ul.product-gallery {
  max-width: 1500px; }

.standardsite .intro-text h2 {
  text-transform: initial;
  color: #e30613; }

.standardsite .intro-text h3 {
  text-transform: initial; }

.oneLine div input[type="text"], .oneLine div input[type="password"], .oneLine div input[type="email"], .oneLine div input[type="url"], .oneLine div input[type="tel"], .oneLine div textarea, .oneLine div select {
  color: #777;
  font: 300 15px/140% "open_sanslight", Arial, Helvetica, sans-serif;
  padding: 0 5px;
  border: 1px #777 solid;
  width: 468px;
  height: 40px !important;
  background: #fff; }

.intro .img-holder {
  text-align: right; }

.scroll #header .circle {
  top: -130px !important; }

.homepage .intro .img-holder img {
  padding-left: 0; }

.intro .img-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
  padding-left: 16px; }

.homepage .intro .img-holder img {
  width: 100%; }

.intro {
  max-width: 1300px; }

.blog-item .share-btn {
  float: right;
  clear: both; }

.blog-item .shar-btn a {
  color: #bfa442 !important; }

.blog-item .shar-btn a:hover {
  color: #e30613 !important; }

.blog-item .share-text {
  color: #bfa442 !important; }

.blog-item .share-text:hover {
  color: #e30613 !important; }

.share-dialog {
  min-width: 140px; }

h3.contact-person-headline {
  font-size: 24px; }

.team-text {
  font-size: 18px; }

.standardsite h1 {
  margin-bottom: 0; }

.blog-detail-headline .headline-red {
  text-align: left; }

.blog-detail-headline .headline-black {
  text-align: left; }

.standardsite .intro.blog-section .attributes-container {
  padding-bottom: 0; }

.standardsite .intro.blog-section .blog-specialblock .teaser-container blockquote {
  font-size: 22px; }

@media (max-width: 767px) {
  h3.contact-person-headline {
    font-size: 18px; }
    .team-text {
      font-size: 16px; }
    .blog-nav ul {
      margin: 0 0 2rem 0; }
    .standardsite #nav {
      margin-top: 7px;
      margin-right: -3px; }
    h1.bildheadline {
      margin-bottom: 0; }
    #bC {
      font-size: 12px; }
    .standardsite .striptrenner {
      margin-bottom: 30px; }
    .page2 .intro .img-holder {
      margin-top: 0 !important;
      margin: 0 auto;
      width: 100%; }
    .header-r {
      top: 30px !important; }
    div.slideshow .slide .bg-holder img, .blog-slideshow .slide .bg-holder img {
      object-fit: cover; }
    .slide .wrap {
      padding: 0px 0 0;
      width: 200px; }
    .wrap img {
      width: auto !important;
      max-width: 100% !important;
      height: auto !important; } }

@media screen and (max-width: 1350px) {
  .slide .wrap {
    padding-left: 1rem; }

  #footer .holder {
    padding-left: 1rem; }

  nav.bC {
    padding: 0 1rem; }

  .page2 .intro .intro-text {
    padding-right: 16px;
    padding-left: 16px; }

  .page2 .intro .img-holder {
    padding-right: 16px; }

  .standardsite .product-gallery-container, #main .item-gallery {
    padding: 0 16px; }

  .team ul {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 1025px) {
  .share-dialog {
    display: none;
    position: absolute;
    width: auto;
    min-width: 100%;
    top: 100%;
    background: white;
    z-index: 9;
    padding: 0;
    left: 0;
    text-align: center; }

  .share-dialog .btn-share {
    display: block;
    margin: 0.5rem 0; }

  .share-dialog {
    font-size: 40px; }

  .share-btn {
    z-index: 10; } }

@media screen and (max-width: 991px) {
  .standardsite .product-gallery-container, #main .item-gallery {
    padding: 0; } }

@media screen and (max-width: 768px) {
  .slide .wrap {
    padding-left: 0; }

  .intro .img-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
    padding-left: 0; }

  .page2 .intro .img-holder {
    padding-right: 16px;
    padding-left: 16px; }

  .header-container {
    height: 250px; }

  .start-blog-main-container {
    background: transparent; }

  .homepage .intro {
    padding: 50px 0 30px; }

  div.slideshow .slide .bg-holder img, .blog-slideshow .slide .bg-holder img {
    width: 100%; } }

@media screen and (max-width: 700px) {
  .item-gallery ul li {
    margin: 0 0 40px !important; } }

body #loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  background-color: #fff;
  z-index: 10000000000000000102350670204085511496304388135324745728;
  text-align: center;
  right: 0;
  margin: 0 auto;
  bottom: 0; }

body #loading #loading-image {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: auto;
  right: 0;
  bottom: 0;
  margin: 0 auto; }

.logo img {
  vertical-align: top;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear; }

.scroll .logo img {
  width: 140px; }

#header {
  -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3); }

.header-container {
  position: relative; }

@media screen and (max-width: 700px) {
  .index .intro {
    margin: 0 0 10px !important; } }

@media screen and (max-width: 400px) {
  .blog-slider-container .slideshow .inner, .blog-slider-container .blog-slideshow .inner {
    padding: 0; }

  .inner p {
    margin-bottom: 0; }

  #footer .holder {
    padding-left: 0; }

  .blog-slider-container .btn-prev, .blog-slider-container .btn-next {
    left: 1rem; }

  .blog-slider-container .btn-next {
    left: auto;
    right: 0; }

  .blog-slider-container .icon-arrow-right::before, .blog-slider-container .intro-text .wrap .more::before, .intro-text .wrap .blog-slider-container .more::before, .blog-slider-container .btn-more::before, .blog-slider-container .special-link::before, .blog-slider-container .share-btn::before, .blog-slider-container .icon-arrow-left::before {
    font-weight: bold;
    font-size: 2rem;
    text-shadow: 1px 1px 4px black; }

  .standardsite .intro.blog-section .blog-specialblock .teaser-container blockquote {
    font-size: 1rem; } }

p.dsgvo-hint {
  font-size: 70% !important; }

label.bigBoy {
  font-size: 80% !important; }

.product-gallery p {
  padding-top: 5px; }

.button-higher {
  top: 400px; }
