/*
File:      default.less
Project:   weka-we
Generated: 28.12.2017 16:32:17
Revised:   

*/
/* FONTS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* fira-sans-300 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fira-sans-v16-latin-300.eot');
  src: local(''), url('../fonts/fira-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/fira-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/fira-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/fira-sans-v16-latin-300.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v16-latin-regular.eot');
  src: local(''), url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/fira-sans-v16-latin-500.eot');
  src: local(''), url('../fonts/fira-sans-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/fira-sans-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/fira-sans-v16-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/fira-sans-v16-latin-500.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-600 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/fira-sans-v16-latin-600.eot');
  src: local(''), url('../fonts/fira-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/fira-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/fira-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/fira-sans-v16-latin-600.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* COLORS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Bootstrap media-standards ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* STANDARD-CLASSES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Styles für Editmode */
.editmode {
  color: #f00;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.blau,
.blau * {
  color: #005ca8;
}
.anthrazit,
.anthrazit * {
  color: #233741;
}
.clear {
  content: '';
  display: table;
  clear: both;
}
.align-content-center,
.align-content-center * {
  text-align: center;
}
/* ****************************************************************************
* Start Layout                                                               *
******************************************************************************/
.fixedHeader {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
@media (max-width: 1200px) {
  .top {
    max-width: 100%;
  }
}
.top [class^=col]:first-of-type {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .top [class^=col]:first-of-type {
    height: inherit;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .top [class^=col]:first-of-type {
    padding: 5px;
  }
}
.top a {
  outline: 0;
}
/* Header-Bereich +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sliderBox {
  position: relative;
  margin-top: 210px;
  /* = slider height */
  max-height: 340px;
  /* 03.12.19 */
  overflow: hidden;
  /* 03.12.19 */
}
@media (max-width: 1199px) {
  .sliderBox {
    max-height: 200px;
    /* 03.12.19 */
  }
}
.sliderBox .blender {
  position: absolute;
  bottom: 46px !important;
  /* 90px !important; 03.12.19 */
  max-width: 1140px;
  left: 50%;
  margin-left: calc(-570px);
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5rem 0.5rem 1.3rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .sliderBox .blender {
    /*
			position: inherit;
			left: inherit;
			top: 1rem;
			padding: 0 15px;
			margin-left: inherit;
			margin-top: 2rem;
			margin-bottom: 0;
			03.12.19 */
    display: none /* 03.12.19 */;
  }
}
.sliderBox .blender p {
  margin-bottom: .6rem;
}
.sliderBox .blender.onlyTitle {
  bottom: 10rem;
  max-width: 748px;
  margin-left: -374px;
  padding: 2rem 0rem 1rem;
}
.sliderBox .blender.onlyTitle p {
  margin: 0 0 .6rem;
}
@media (max-width: 1170px) {
  .sliderBox .blender.onlyTitle {
    position: absolute;
    top: inherit;
    bottom: 10rem;
    max-width: 748px;
    margin-left: -374px;
    left: 50%;
    padding: 2rem 0rem 1rem;
  }
}
@media (max-width: 1199px) {
  .sliderBox .blender.onlyTitle {
    bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .sliderBox .blender.onlyTitle {
    max-width: 80%;
    margin-left: -40%;
    padding: 2rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .sliderBox .blender.onlyTitle {
    padding: 1rem 0 .5rem;
  }
}
@media (max-width: 480px) {
  .sliderBox .blender.onlyTitle {
    max-width: 70%;
    margin-left: -35%;
    padding: .25rem 0 0 0;
    bottom: 1rem;
  }
  .sliderBox .blender.onlyTitle .h1 {
    font-size: 1.5rem;
    margin: 0;
    padding: .5rem;
  }
}
/* 03.12.19 */
.sliderBig div {
  display: grid;
  align-content: center;
  box-sizing: border-box;
  max-height: 340px;
}
@media (max-width: 1199px) {
  .sliderBig div {
    max-height: 200px;
  }
}
/*03.12.19 */
.tempBlender {
  margin: 2rem 0 -3rem;
  text-align: center;
}
@media (max-width: 575px) {
  .tempBlender {
    margin: 2rem 0 0;
  }
}
/* NAVIGATION +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.nav {
  background: #005ca8;
  /* Mobile Navigation ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
}
.nav [class^="col"] {
  height: 70px;
  display: flex;
  align-items: center;
}
.nav [class$="-6"] {
  padding-left: 0;
  padding-right: 0;
}
.nav a {
  outline: 0;
}
.nav ul {
  margin: 0 -24px 0 0;
}
.nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  border-left: solid 1px #fff;
  line-height: 1;
  height: 1.65rem;
}
.nav ul li:before {
  content: none;
}
.nav ul li.active a {
  color: #2aaee5;
  text-decoration: none;
}
.nav ul li:nth-last-child(1) > a,
.nav ul li:nth-last-child(2) > a {
  position: relative;
  top: -.3rem;
}
.nav ul li:nth-last-child(1) > a:after,
.nav ul li:nth-last-child(2) > a:after {
  content: '';
  display: inline-block;
  width: 2.3rem;
  height: 1.65rem;
  margin-left: 10px;
  background-image: url(/_includes/img/ic_windows_nav.svg);
  background-repeat: no-repeat;
  background-position: center -33px;
  color: #fff;
}
.nav ul li:last-child {
  border-right: solid 1px #fff;
}
.nav ul li a {
  padding: 10px 10px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}
.nav ul li a:hover,
.nav ul li a:active,
.nav ul li a.active {
  color: #2aaee5;
  text-decoration: none;
}
.nav ul li ul li {
  height: auto;
}
.nav ul li ul li a {
  display: inline-block;
}
.nav ul li ul li:nth-last-child(1) > a,
.nav ul li ul li:nth-last-child(2) > a {
  position: unset;
}
.nav ul li ul li:nth-last-child(1) > a:after,
.nav ul li ul li:nth-last-child(2) > a:after {
  content: none;
}
.nav ul li ul li:last-child a {
  margin-bottom: 0;
}
.nav ul:after {
  content: '';
  display: table;
  clear: both;
}
.nav ul ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 70px;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 15px 0px #233741;
  -moz-box-shadow: 0px 0px 15px 0px #233741;
  box-shadow: 0px 0px 15px 0px #233741;
}
.nav ul ul li {
  float: none;
  display: block;
}
.nav ul ul li:first-child {
  margin-top: 1.5rem;
}
.nav ul ul li:last-child {
  margin-bottom: 1.5rem;
}
.nav ul ul li a {
  color: #233741 !important;
  font-size: 1.5rem;
}
.nav ul ul li a:hover,
.nav ul ul li a:active,
.nav ul ul li a.active {
  color: #2aaee5 !important;
}
@media (max-width: 1199px) {
  .nav {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: right;
    width: inherit;
    padding: 0 15px 0 0;
    width: 50%;
    width: 375px;
    min-width: 375px;
  }
  .nav .container {
    width: 100%;
  }
  .nav * {
    padding: 0 !important;
  }
  .nav .row {
    margin-left: 0;
  }
  .nav [class*="col-"] {
    display: block;
    height: inherit;
    max-width: inherit;
    width: 100%;
    padding: 0;
    margin: 0;
    flex: none;
  }
  .nav [class*="col-"] ul {
    margin: 0;
    padding: 15px !important;
  }
  .nav [class*="col-"] ul li {
    float: none;
    border: 0 !important;
    line-height: 1;
    height: auto;
    margin-bottom: 1rem;
  }
  .nav [class*="col-"] ul li ul {
    position: relative;
    top: inherit;
    /* z-index: 1; */
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    right: 0;
  }
  .nav [class*="col-"] ul li ul li:first-child {
    margin-top: 0;
  }
  .nav [class*="col-"] ul li ul li:last-child {
    margin-bottom: 0;
  }
}
/* FOOTER +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer [class^="container-fluid"] {
  display: flex;
  align-items: center;
}
.footer [class^="container-fluid"]:first-of-type {
  height: 4.2rem;
  background: #005ca8;
}
@media (max-width: 480px) {
  .footer [class^="container-fluid"]:first-of-type {
    height: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer [class^="container-fluid"]:first-of-type ul {
  margin: 0;
  padding: 0;
}
.footer [class^="container-fluid"]:first-of-type ul li {
  float: left;
  list-style: none;
  border-left: solid 1px #fff;
  padding: 0 1.25rem;
  line-height: 1;
}
.footer [class^="container-fluid"]:first-of-type ul li.active a {
  color: #2aaee5;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer [class^="container-fluid"]:first-of-type ul li {
    border: 0 !important;
    padding: 0 .5rem;
  }
  .footer [class^="container-fluid"]:first-of-type ul li:first-child {
    padding-left: 0;
  }
  .footer [class^="container-fluid"]:first-of-type ul li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .footer [class^="container-fluid"]:first-of-type ul li {
    float: none;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
  }
}
.footer [class^="container-fluid"]:first-of-type ul li:before {
  content: none;
}
.footer [class^="container-fluid"]:first-of-type ul li:last-child {
  border-right: solid 1px #fff;
}
.footer [class^="container-fluid"]:first-of-type ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.34rem;
  font-weight: 400;
  letter-spacing: .01rem;
}
.footer [class^="container-fluid"]:first-of-type ul li a:hover,
.footer [class^="container-fluid"]:first-of-type ul li a:active,
.footer [class^="container-fluid"]:first-of-type ul li a.active {
  color: #2aaee5;
  text-decoration: none;
}
.footer [class^="container-fluid"]:first-of-type ul:after {
  content: '';
  display: table;
  clear: both;
}
.footer [class^="container-fluid"]:last-of-type {
  background: #233741;
  height: 3rem;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .footer [class^="container-fluid"]:last-of-type {
    height: inherit;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .footer {
    text-align: center;
  }
}
#applications:after {
  content: '';
  display: table;
  clear: both;
}
/* FONTS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html,
body {
  font-family: 'Fira Sans', sans-serif;
  color: #233741;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 575px) {
  html,
  body {
    font-size: 16px;
  }
}
.monospaced {
  font-family: 'Fira Mono', sans-serif;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.hyphenated {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
.h1,
h2,
.h2 {
  color: #005ca8;
}
h1,
.h1 {
  font-size: 3.625rem;
  letter-spacing: .35rem;
  font-weight: 500;
}
.h2,
h2 {
  font-size: 2rem;
  letter-spacing: .115rem;
  font-weight: 600;
}
.h3,
h3 {
  color: #233741;
  font-size: 1.688rem;
  margin-top: 3.35rem;
  letter-spacing: .1rem;
}
h2 + h3,
p + h3 {
  margin-top: 3.35rem;
}
.header,
.secondHeader {
  margin-top: 6rem;
  /* interim, schwankt wahrscheinlich */
}
@media (max-width: 575px) {
  .header,
  .secondHeader {
    margin-top: 2rem;
  }
}
.header h1,
.secondHeader h1 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 1px #233741;
  width: calc(100% + 2*15px);
  margin-left: calc(15px*-1);
  margin-bottom: 2.25rem;
  padding-bottom: .25rem;
}
@media (max-width: 767px) {
  h1 {
    -webkit-hyphens: auto;
    -webkit-hyphenate-character: "\2010";
    -webkit-hyphenate-limit-after: 1;
    -webkit-hyphenate-limit-before: 3;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media (max-width: 480px) {
  h2,
  h3 {
    -webkit-hyphens: auto;
    -webkit-hyphenate-character: "\2010";
    -webkit-hyphenate-limit-after: 1;
    -webkit-hyphenate-limit-before: 3;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
#applications h1,
#applications h2,
#applications h3 {
  -webkit-hyphens: unset;
  -moz-hyphens: unset;
  -ms-hyphens: unset;
  hyphens: unset;
}
/* h1-Änderungen responsiv */
@media (max-width: 575px) {
  .onlyTitle .h1,
  .header h1 {
    font-size: 2rem;
    letter-spacing: .16rem;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
p {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 300;
}
@media (max-width: 575px) {
  p {
    font-size: 1.1rem;
  }
}
strong {
  font-weight: 500;
}
.boldblue {
  font-weight: 500;
  color: #005ca8;
}
div:not(.nav) a {
  color: #2aaee5;
  font-weight: 400;
}
div:not(.nav) a:hover,
div:not(.nav) a:active {
  text-decoration: none;
  color: #005ca8;
}
.align-content-center * {
  text-align: center !important;
}
ul,
ol {
  padding: 0;
}
li {
  list-style: none;
  list-style-image: url(../img/ic_ol.png);
  margin-left: 20px;
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  li {
    font-size: 1.1rem;
  }
  li:before {
    margin-left: 15px;
  }
}
li:before {
  font-family: arial, sans-serif;
  color: #2aaee5;
  position: relative;
  top: -.15rem;
}
.agb ol {
  padding: 0 0 0 20px;
}
.agb li {
  list-style: decimal;
  margin: 0 0 10px 20px ;
  font-size: 1.5rem;
  font-weight: 300;
}
/* STANDARDS BILDER +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div:not(.top):not(.rounded) [class^="col"] img {
  width: 100%;
  height: auto;
}
div:not(.top):not(.rounded) [class^="col"] .img_grey img {
  width: 50%;
  height: auto;
}
div:not(.top) img[src*="logo_"],
img[src*="ic_"] {
  width: auto !important;
}
img.logo {
  display: block;
  padding: 20px 0;
  max-width: 70%;
  /*    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;    */
}
@media (max-width: 991px) {
  img.logo {
    width: 75% !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  img.logo {
    width: 60% !important;
  }
}
@media (max-width: 480px) {
  img.logo {
    width: 50% !important;
  }
}
img.menu {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1rem;
  display: none;
}
@media (max-width: 1199px) {
  img.menu {
    display: block;
  }
}
@media (max-width: 767px) {
  img.menu {
    width: 3rem !important;
  }
}
img.claim {
  max-width: 789px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 3.5rem;
}
@media (max-width: 1199px) {
  img.claim {
    right: 85px;
  }
}
@media (max-width: 1079px) {
  img.claim {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  img.claim {
    bottom: 35px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  img.claim {
    bottom: 30px;
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  img.claim {
    display: none;
  }
}
/* ICONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div.toTop,
a.icon-at {
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
}
div.toTop:hover,
a.icon-at:hover {
  background-position: center bottom;
}
div.toTop {
  height: 3rem;
  width: 3rem;
  background-size: 3rem;
}
a.icon-at {
  height: 2.7rem;
  width: 2.7rem;
  background-size: 2.7rem;
}
div.toTop {
  background-image: url(/_includes/img/ic_toTop.svg);
  margin: 6rem auto 3rem;
}
a.weiterlesen,
a.new-window,
i.zoom,
a.back {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #005ca8 !important;
  display: inline-block;
  letter-spacing: .06rem;
  font-weight: 600;
}
a.weiterlesen:before,
a.new-window:before,
i.zoom:before,
a.back:before {
  content: '';
  display: block;
  overflow: hidden;
  margin: 0 auto .75rem;
  background-repeat: no-repeat;
  padding: .25rem 0 0 .1rem;
  background-position: center top;
  width: 3rem;
  height: 3rem;
  background-size: 3rem;
}
a.weiterlesen:hover:before,
a.new-window:hover:before,
i.zoom:hover:before,
a.back:hover:before {
  background-position: center bottom;
}
a.weiterlesen:before {
  background-image: url(/_includes/img/arrow-ne.svg);
}
a.weiterlesen.email:before {
  background-image: url(/_includes/img/ic_at.svg);
}
a.back:before {
  background-image: url(/_includes/img/ic_back.svg);
}
a.new-window:before {
  background-image: url(/_includes/img/ic_windows.svg);
}
i.zoom {
  cursor: pointer;
}
i.zoom:before {
  background-image: url(/_includes/img/ic_zoom.svg);
}
a.icon-at {
  background-image: url(/_includes/img/ic_at.svg);
  display: block;
  margin: 2.2rem auto .5rem;
}
.media_ex {
  display: block;
  text-align: center;
  width: 140px;
}
.media_ex a.new-window::before {
  margin: 0 auto;
}
#btn_contact {
  position: fixed;
  top: 24vH;
  /*57.25vh;*/
  right: calc(100% + 1.5rem);
  z-index: 999;
  background: #005ca8;
  color: #fff;
  padding: 2rem 3.2rem .5rem;
  border-radius: 0 0 .3rem .3rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-weight: 400;
  transform-origin: 100% 0%;
  transform: rotate(270deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.78);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.78);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.78);
}
#btn_contact:hover {
  text-decoration: none;
  padding-top: 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575px) {
  #btn_contact {
    display: none;
  }
}
@media (max-height: 575px) {
  #btn_contact {
    display: none;
  }
}
/* Bisher Einzelfälle … */
.subHeader {
  /* Ausnahme */
}
.subHeader * {
  text-align: center;
}
.subHeader p {
  margin: -0.7rem 0 -0.8rem;
}
.subHeader h2 {
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: .16rem;
  margin: 2.6rem 0 1rem;
}
.shadowImg img {
  border: solid 1px #233741;
  -webkit-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 7px 7px 6px 0px rgba(50, 50, 50, 0.5);
}
@media (max-width: 991px) {
  .grayBox {
    margin-top: 30px;
  }
}
.grayBox div {
  background: #dcdce1;
  padding-top: 1.8rem;
  height: 100%;
}
/* DOWNLOAD-BOXES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div.downloadBox {
  border: solid 1px #233741;
  background: #fff;
  padding: 1.5rem 15px 0;
  width: 65%;
  margin: 2rem auto;
  height: auto;
}
div.downloadBox img {
  margin: 0 auto 0;
}
div.downloadBox a {
  color: #005ca8;
}
div.downloadBox strong {
  font-size: 1.55rem;
  letter-spacing: .16rem;
}
div.downloadBox > p {
  font-weight: 400;
  color: #005ca8;
}
div.downloadBox > p > span {
  white-space: nowrap;
}
div.downloadBox > p > span > a > img[src*="svg"] {
  max-width: 40px;
  position: relative;
  top: -.25rem;
}
div.downloadBox p.downloadFlags img[src$="svg"] {
  max-width: 40px;
  display: inline !important;
}
div.downloadBox span {
  min-width: 8rem;
  display: inline-block;
}
.mediadata {
  text-align: center;
  display: block;
}
.mediadata div.downloadBox {
  border: none;
  width: 360px;
  padding: 0 0 .7rem;
  text-align: center;
  margin: 0 13px 30px;
  vertical-align: top;
  display: inline-block;
}
.mediadata div.downloadBox img:first-child {
  margin: 0;
  width: 100% !important;
  height: auto;
  display: block;
}
.mediadata div.downloadBox img:first-child + p:before {
  display: block;
  height: 1px;
  background-image: url(/_includes/img/line_300.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: '\a';
  white-space: pre;
  position: relative;
  top: 0;
  margin-bottom: 1.2rem;
}
@media (max-width: 359px) {
  .mediadata div.downloadBox {
    max-width: calc(100% - 30px);
  }
}
.mediadata + .mediadata {
  margin-top: 1rem;
}
/* COUNTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.counterBoxes {
  color: #005ca8;
  font-family: arial, helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3.25rem;
}
@media (max-width: 575px) {
  .counterBoxes {
    font-size: 2rem;
  }
}
.counterBoxes [class^="col"] div {
  display: inline-block;
}
.counterBoxes [class^="col"] div.prependix {
  width: 6rem;
}
.counterBoxes [class^="col"]:nth-child(3) .prependix + div {
  width: 3rem;
}
.counterBoxes [class^="col"]:nth-child(4) .prependix + div {
  width: 4.1rem;
}
@media (max-width: 991px) {
  .counterBoxes [class^="col"] {
    margin-bottom: 2rem;
  }
}
.counterBoxes span {
  color: #233741;
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
}
@media (max-width: 575px) {
  .counterBoxes span {
    font-size: 1rem;
  }
}
.counterBoxes .counter {
  font-family: 'Fira Mono', sans-serif;
}
/* Bootstrap-Konflikte ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.medium_link div {
  min-height: 150px !important;
}
.logo_events .col-lg-4 {
  min-height: 100px !important;
}
.logo_events .logoBox {
  border: none !important;
  margin-bottom: 0 !important;
}
.x_img_text {
  text-align: center;
  display: block;
  /* Extra */
}
.x_img_text.alignLeft {
  text-align: left;
}
.x_img_text [class$="-3"],
.x_img_text [class$="-4"] {
  text-align: center;
  margin: 0 13px;
  vertical-align: top;
  display: inline-block;
}
.x_img_text [class$="-3"] {
  width: 263px;
  background: #dcdce1;
  padding-top: 15px;
}
.x_img_text [class$="-4"] {
  border: solid 1px #233741;
  width: 360px;
  min-height: 675px;
}
.x_img_text [class$="-4"]:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .x_img_text [class$="-4"] {
    max-width: 360px;
  }
  .x_img_text [class$="-4"]:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .x_img_text [class$="-4"] {
    min-height: inherit;
  }
  .x_img_text [class$="-4"]:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media (max-width: 390px) {
  .x_img_text [class$="-4"] {
    width: calc(100% - 2*15px);
  }
}
.x_img_text [class$="-4"] img {
  width: calc(100% + 2*16px) !important;
  margin: -1px 0 0 -16px;
  border-bottom: solid 1px #233741;
}
.x_img_text small {
  display: block;
  margin: 1rem auto -5px;
}
.x_img_text p,
.x_img_text h2 {
  overflow: hidden;
}
.x_img_text h2 {
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: auto;
}
.x_img_text:not(.rounded) p:last-of-type:before {
  content: '\a';
  white-space: pre;
  display: block;
  height: 6rem;
}
@media (max-width: 991px) {
  .x_img_text:not(.rounded) p:last-of-type:before {
    height: 7rem;
  }
}
.x_img_text a.weiterlesen,
.x_img_text a.new-window {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
}
.x_img_text.plus_logo .logoBox {
  border-bottom: solid 1px #233741 !important;
  margin: 0 0 1px -15px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 360px;
  height: 127px;
  padding: 0;
}
.x_img_text.plus_logo .logoBox > img {
  max-width: 90%;
  max-height: 127px;
  width: 100%;
  height: auto;
  border: 0 !important;
  margin: 0 !important;
}
.x_img_text.plus_logo .logoBox + img {
  border-top: solid 1px #233741;
}
.x_img_text.plus_logo .logoBox.uebersicht > img {
  width: auto !important;
  max-height: 85px;
}
.x_img_text.plus_logo img:nth-child(1) {
  border-bottom: solid 1px #233741;
  margin: 0 0 1px -15px;
  width: calc(100% + 30px) !important;
}
.x_img_text.plus_logo h2 {
  font-size: 1.55rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.x_img_text.plus_logo strong {
  display: block;
  line-height: 1.2;
}
.x_img_text.rounded {
  font-size: 1rem;
}
.x_img_text.rounded * {
  font-size: 1.3rem;
}
.x_img_text.rounded .textToBottom {
  height: 69px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2px;
}
.x_img_text.rounded .textToBottom p:first-of-type {
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.35;
  position: absolute;
  /*bottom: -1rem; Konflikt ???*/
  width: 100%;
}
.x_img_text.rounded .imgRoundBorder {
  border: solid 1px #999999;
  border-radius: 50%;
  padding: 10px;
  margin: 0 30px .5rem;
  background: #fff;
}
.x_img_text.rounded .imgRoundBorder > img {
  border-radius: 50%;
  border: solid 1px #233741;
}
.x_img_text.rounded .imgRoundBorder + div {
  line-height: 1.3;
  height: 3.7rem;
  overflow: hidden;
}
.x_img_text.rounded .col-xs-3 + .col-xs-3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .x_img_text.rounded .col-xs-3 {
    margin-bottom: 30px;
  }
}
.x_img_text .logoBox {
  width: calc(100% + 30px);
  padding: 0;
  margin-left: -15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #233741;
  box-sizing: border-box;
  padding: 30px 0;
}
.x_img_text .logoBox > img {
  max-width: 220px !important;
  margin: 0 auto !important;
  border-bottom: 0;
}
.x_img_text .rssBgImg {
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: calc(100% + 32px);
  margin: -1px 0 0 -16px;
  border: solid 1px #233741;
}
@media (max-width: 399px) {
  .x_img_text .rssBgImg {
    background-size: cover;
    background-position: center;
  }
}
.x_img_text .newsstartBgImg {
  height: 270px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: calc(100% + 32px);
  margin: -1px 0 0 -16px;
  border: solid 1px #233741;
}
@media (max-width: 399px) {
  .x_img_text .newsstartBgImg {
    background-size: cover;
    background-position: center;
  }
}
.row.sp3 {
  /* Folder/Verkaufsunterlagen (Übersicht) */
}
.row.sp3 [class$="-4"] > div {
  position: relative;
  padding: 15px;
  border: solid 1px #233741;
}
.row.sp3 [class$="-4"] > div:first-of-type {
  min-height: 1350px;
  border: 0;
}
@media (max-width: 991px) {
  .row.sp3 [class$="-4"] > div:first-of-type {
    min-height: inherit;
    padding-bottom: 8rem;
    /* Höhe Link "Alle Informationen "" */
  }
}
.row.sp3 [class$="-4"] > div:first-of-type > p:last-of-type {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.row.sp3 [class$="-4"] > div:first-of-type > p:last-of-type:before {
  height: 8rem;
}
.row.sp3 [class$="-4"] > div:first-of-type > img:first-of-type {
  border: solid 1px #233741;
}
.row.sp3 [class$="-4"] > div:first-of-type > img:nth-child(n+2) {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.row.sp3 [class$="-4"] > div:first-of-type > img:nth-child(n+2) + p:before {
  display: block;
  height: 1px;
  background-image: url(/_includes/img/line_300.png);
  background-repeat: no-repeat;
  background-position: center;
  content: '\a';
  white-space: pre;
  position: relative;
  top: -8px;
  margin-bottom: 1.2rem;
}
.row.sp3 [class$="-4"] > div:nth-child(n+2) {
  border: 0;
  border-top: solid 1px #233741;
  padding-top: 2.5rem;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.row.sp3.mediaplanung [class*="-4"],
.row.sp3.mediaplanung [class*="-4"] > div {
  min-height: initial;
  padding: 15px 15px 0;
}
.row.sp3.mediaplanung [class*="-4"] .logoBox,
.row.sp3.mediaplanung [class*="-4"] > div .logoBox {
  width: calc(100% + 60px);
  margin: 0 0 0 -30px;
  border-bottom: 0;
  border-top: solid 1px #233741;
  display: flex;
  align-content: center;
  align-items: center;
  height: 125px !important;
}
.row.sp3.mediaplanung [class*="-4"] .logoBox img,
.row.sp3.mediaplanung [class*="-4"] > div .logoBox img {
  max-height: 86px !important;
  max-width: none !important;
  width: auto !important;
}
.row.sp3.mediaplanung [class*="-4"] > div > a {
  display: block;
  min-height: 468px;
}
.mediaplanungDetails .header > h1 + img {
  display: block;
  max-width: 200px;
  margin: 0 auto 0;
}
.mediaplanungDetails [class*="col-lg-3"] img {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mediaplanungDetails [class*="col-lg-3"] img {
    max-width: 210px;
    display: block;
    margin: 0 auto 30px;
  }
}
.mediaplanungDetails [class*="col-lg-9"] {
  padding-bottom: 30px;
  border-bottom: solid 1px #233741;
}
.mediaplanungDetails .row:nth-child(2) {
  margin-top: 1rem !important;
}
@media (max-width: 1199px) {
  .mediaplanungDetails .row:nth-child(2) {
    margin-top: 60px !important;
  }
}
.mediaplanungDetails .row:last-child div {
  border: 0;
}
.customizedServices > [class*="col-"] > div {
  padding: 10px 15px;
  background: #dcdce1;
  margin-bottom: 30px;
  height: calc(100% - 30px) !important;
  min-height: none !important;
}
.customizedServices > [class*="col-"] > div * {
  color: #233741;
}
.customizedServices > [class*="col-"] > div p:first-child {
  font-weight: 500;
  margin-bottom: 0;
}
.customizedServices > [class*="col-"] > div p:nth-child(n+2) {
  font-size: 1.2rem;
  line-height: 1.2;
}
.social_media {
  text-align: center;
}
.social_media img {
  margin: 0 .9rem;
  border: solid 1px #999999;
}
.social_media img:nth-child(1) {
  margin-left: 0;
}
.social_media img:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 480px) {
  .social_media img {
    max-width: 50px;
    height: auto;
    margin: 0 .5rem 1rem;
  }
}
/* FORMS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
select,
option,
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #233741;
  width: 100%;
  border: solid 1px #233741;
  font-size: 1.5rem;
  font-weight: 300;
  box-sizing: border-box;
  display: block;
  padding: .25rem .5rem;
  margin-bottom: 1.35rem;
  -webkit-box-shadow: 0px 0px 5px 0px #233741;
  -moz-box-shadow: 0px 0px 5px 0px #233741;
  box-shadow: 0px 0px 5px 0px #233741;
  border-radius: .1rem;
}
input[type="submit"] {
  background: #005ca8;
  color: #fff;
  border: 0;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
  cursor: pointer;
}
input {
  height: 3.25rem;
}
textarea {
  height: 7.89rem;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: gray;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
  opacity: 1;
}
select {
  color: gray;
}
span[data-type] {
  display: none;
}
#sFilter {
  display: flex;
  height: 4rem;
  align-content: center;
}
#sFilter select {
  width: 80%;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  #sFilter select {
    width: 100%;
    /*margin: -.5rem 0 1.25rem;*/
  }
}
/* KOLUMNEN / NEWS */
@media screen and (max-width: 767px) {
  .columnteasers div:empty,
  .newsteasers div:empty,
  .mediaplanungDetails div:empty {
    display: none !important;
  }
}
.columnteasers .row,
.newsteasers .row,
.mediaplanungDetails .row {
  margin-top: 3.5rem;
}
.columnteasers .row .column-item,
.newsteasers .row .column-item,
.mediaplanungDetails .row .column-item {
  padding-top: 1rem;
  border-top: solid 1px #233741;
}
.columnteasers .row .title,
.newsteasers .row .title,
.mediaplanungDetails .row .title {
  margin-top: -.5rem;
  color: #005ca8;
}
.columnteasers .row .subtitle,
.newsteasers .row .subtitle,
.mediaplanungDetails .row .subtitle {
  margin-top: 0;
  font-size: 1.3rem;
}
.columnteasers .row:first-of-type,
.newsteasers .row:first-of-type,
.mediaplanungDetails .row:first-of-type {
  margin-top: initial;
  border: 0;
}
.columnteasers .row:nth-child(2),
.newsteasers .row:nth-child(2),
.mediaplanungDetails .row:nth-child(2) {
  margin-top: 5rem;
}
.column-detail .col-md-3 {
  float: left;
  border: solid 1px #233741;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
  min-width: 232px;
}
@media screen and (max-width: 767px) {
  .column-detail .col-md-3 {
    margin: 0 auto 15px;
    max-width: 232px;
    float: none;
  }
}
.column-detail .bgImg {
  cursor: pointer;
  height: max.content;
  border-bottom: solid 1px #233741;
}
.column-detail .bgImg + p > small {
  text-align: center;
  display: block;
  margin: 1rem auto;
}
.column-detail i.zoom {
  display: block;
  margin: -0.5rem auto 15px;
  width: 3rem;
  height: 3rem;
}
.title,
.subtitle {
  font-weight: 500;
}
.pager {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: dotted 1px #233741;
  border-left: 0;
  border-right: 0;
  padding: .5rem 0;
}
.pager div:nth-child(1) {
  padding-left: 15px;
}
.pager div:nth-child(3) {
  padding-right: 15px;
}
.pager a,
.pager ul {
  font-size: 1.3rem;
}
.pager ul {
  padding-left: 0;
  text-align: center;
  list-style: none;
  margin: 0;
}
.pager ul li {
  margin-left: 0;
  display: inline-block;
}
.pager ul li:after {
  content: '|';
  display: inline-block;
  padding: 0 0 0 .25rem;
  font-weight: 300;
}
.pager ul li:last-of-type:after {
  content: none;
}
.newsteasers {
  margin-top: 0 !important;
}
.newsteasers .row {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}
.newsteasers .row:first-of-type .column-item {
  border: 0;
}
.newsteasers .row [class*="col-"] {
  padding-top: 2.5rem;
}
.newsteasers .row [class*="col-"]:nth-child(odd) {
  position: relative;
  top: 1.2rem;
  margin-bottom: 1rem;
}
.newsteasers .row [class*="col-"]:nth-child(odd) img {
  margin-top: -.8rem;
}
@media screen and (max-width: 991px) {
  .newsteasers .row [class*="col-"]:nth-child(odd) {
    order: 2;
    padding-top: 0 !important;
  }
  .newsteasers .row [class*="col-"]:nth-child(odd) img {
    max-width: 220px;
    display: block;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 991px) {
  .newsteasers .row [class*="col-"]:nth-child(even) {
    order: 1;
  }
}
/* BOOTSTRAP-ÄNDERUNGEN +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container + .container {
  margin-top: 4rem;
}
.container + .container.noTopMarge {
  margin-top: 0;
}
.small,
small {
  font-size: 75%;
  /*62%;*/
  font-weight: 400;
  letter-spacing: .02rem;
}
.container-fluid [class$="-12"] {
  padding: 0;
}
@media (max-width: 575px) {
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-7 {
    width: 58.3333%;
  }
}
/* IMPORTANT - ÜBERSCHREIBT VORHERIGE FORMATE */
.logoBox img {
  width: 100% !important;
  height: auto !important;
  max-width: 220px !important;
  margin: 0 auto !important;
  border-bottom: 0 !important;
}
/* BX-SLIDER ANPASSUNGEN ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 .5rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #dcdce1;
  border: solid 1px #dcdce1;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #2aaee5;
}
.bx-has-pager {
  position: relative;
  top: -3.6rem;
}
.bx-wrapper .bx-viewport {
  max-height: 490px;
}
.bx-wrapper img {
  max-width: inherit;
  width: 100%;
  display: block;
}
.event_overview {
  text-align: center;
  margin-bottom: 20px;
}
.event_overview a {
  color: #005ca8 !important;
  font-weight: 600 !important;
  font-size: 1.55rem;
}
.counterGrid {
  display: flex;
  padding: 0 calc(30px - 1rem) 0 !important;
  height: auto !important;
}
@media (max-width: 480px) {
  .counterGrid {
    display: block;
  }
}
.counterGrid div.item {
  flex-basis: 33.33%;
  flex-grow: 1;
  height: auto !important;
  align-items: center;
  line-height: 1.2;
  font-size: 1.3rem;
  padding: 0 .5rem;
}
@media (max-width: 480px) {
  .counterGrid div.item:nth-child(-n+2) {
    margin-bottom: 60px;
  }
}
.counterGrid div.item .counterIcon {
  height: 100px !important;
  width: initial !important;
  max-width: none;
  max-height: none;
  display: block;
  margin: 0 auto 1rem;
}
.counterGrid div.item .counter {
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
}
.counterGrid div.item .counter + span {
  font-size: 2.5rem;
}
@media (max-width: 1199px) {
  .counterGrid div.item .counter + span {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .counterGrid div.item .counter {
    font-size: 2rem;
  }
}
.searchOnTop {
  position: absolute;
  right: 30px;
  top: .7rem;
  white-space: nowrap;
}
.searchOnTop.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .searchOnTop {
    display: none;
  }
  .searchOnTop.mobile {
    display: block;
    position: initial;
    margin-right: 15px;
  }
}
.searchOnTop input {
  height: initial;
  box-shadow: none;
}
.searchOnTop input[type="text"] {
  display: inline-block;
  width: 200px;
  margin-right: .25rem;
  font-size: 1rem;
  border: solid 1px #005ca8;
  color: #005ca8;
}
@media (max-width: 1199px) {
  .searchOnTop input[type="text"] {
    padding: .1rem .5rem !important;
    font-size: 1.5rem;
  }
}
.searchOnTop input[type="image"] {
  position: relative;
  top: .5rem;
  max-width: 2rem;
}
.mediathek_hl {
  border-top: solid 1px #233741 !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #005ca8 !important;
  letter-spacing: .06rem;
  text-align: center;
  height: 85px;
}
.mediathek_hl + a > img {
  border: solid 1px #233741;
  border-top: 0;
}
.hl_110 {
  height: 110px;
}
.showroom {
  justify-content: space-evenly;
}
.showroom [class*="col-"] {
  margin-bottom: 30px;
}
.showroom [class*="col-"] > img:nth-child(-n+2),
.showroom [class*="col-"] > div {
  border: solid 1px #233741;
}
.showroom [class*="col-"] > img:nth-child(2),
.showroom [class*="col-"] > div {
  border-top: 0;
}
.showroom [class*="col-"] > div {
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
}
.showroom [class*="col-"] > div p {
  display: block;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin: 5px 0;
}
.showroom [class*="col-"] > div span {
  display: inline-block;
  width: 105px;
  text-align: left;
  margin-left: -23px;
}
.showroom [class*="col-"] > div a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #005ca8 !important;
  display: inline-block;
  letter-spacing: .06rem;
  font-weight: 400
					width:150px;
}
.showroom [class*="col-"] > div img {
  max-width: 3rem;
}
@media (max-width: 1199px) {
  .showroom [class*="col-"] {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .showroom {
    justify-content: center;
  }
}
[src*="youtube.svg"] {
  max-width: 150px;
  vertical-align: baseline;
}
.youtubeChannel [class*="col"] div.channelLogo + a,
.showroom.youTube .mediathek_hl + a {
  width: 100%;
  display: block;
}
.youtubeChannel [class*="col"] div.channelLogo + a:before,
.showroom.youTube .mediathek_hl + a:before {
  content: url('/_includes/img/ic_start.svg');
  position: absolute;
  z-index: 10;
  display: block;
  height: 80px;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(54% - 50px);
}
.showroom.youTube .mediathek_hl + a:before {
  top: calc(50% - 50px);
}
.youtubeChannel [class*="col"] {
  max-width: 330px;
  margin-bottom: 30px;
}
.youtubeChannel [class*="col"] div {
  display: grid;
  align-content: center;
  border: solid 1px #233741;
  text-align: center;
}
.youtubeChannel [class*="col"] div.channelLogo {
  height: 124px;
}
.youtubeChannel [class*="col"] div.channelLogo > img {
  max-height: 100px;
  width: auto;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
.youtubeChannel [class*="col"] div.channelLogo + a > img {
  border: solid 1px #233741;
  border-top: 0;
  display: block;
}
.youtubeChannel [class*="col"] div:not(.channelLogo) {
  border-top: 0;
  padding: 15px 15px 0;
}
@media (max-width: 767px) {
  .youtubeChannel [class*="col"] {
    margin: 0 auto 30px;
  }
}
.imgmaxsize,
.imgmaxsize img {
  max-width: 100% !important;
  width: auto !important;
}
img.width300 {
  max-width: 300px !important;
}
img.width400 {
  max-width: 400px !important;
}
img.width500 {
  max-width: 500px !important;
}
img.width600 {
  max-width: 600px !important;
}
img.width700 {
  max-width: 700px !important;
}
img.width800 {
  max-width: 800px !important;
}
img.width900 {
  max-width: 900px !important;
}
.cmpboxtxt,
td.cmpvendname,
.cmpboxtxt p {
  font-size: 10pt !important;
  color: #5F5F5F;
}
/* ###### Black Friday ####### */
.blackfriday {
  background-color: #000;
  background-position: top center;
  background-image: url(/global/img_black-friday/electrician_17.png);
  background-repeat: no-repeat;
}
.blackcontent,
.blackcontent h1,
.blackcontent h2 {
  color: #fff;
}
.blackcontent h1 {
  text-align: left;
  border-bottom: none;
  /*width: calc(100% + 2*15px);*/
  margin-left: 0;
  margin-bottom: 0.25rem;
  padding-bottom: .25rem;
  font-weight: 300;
  font-size: 55px;
  letter-spacing: 0rem;
  line-height: 1.2em;
}
.blackcontent h2 {
  font-weight: 700;
  font-size: 64px;
}
.blackcontent strong {
  color: #ff9a00;
}
.blackcontent .anfrage {
  color: #FFFFFF !important;
  border-color: #FF9A00;
  border-radius: 0px;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: 'Libre Franklin', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center;
  background-color: #FF9A00;
  padding-top: 30px !important;
  padding-right: 15px !important;
  padding-bottom: 30px !important;
  padding-left: 15px !important;
  margin: 50px 30px 50px 30px;
  display: block;
}
.mapsContainerInner {
  width: 100%;
  height: 600px;
  /*margin-top: 95px;
  border: 1px solid #ccc;*/
  background: transparent url(../img/maps-dummy.jpg);
  background-size: auto;
  background-size: cover;
  padding: 280px 50px 0 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
