/* Basic code - body, font and link styles, content container, gridsystem and cookie */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #1d1d1b;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-variant-ligatures: none;
  font-size: 0.9rem; 
  line-height: 1.25;
  margin: 0;
  min-height: 100%;
}

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

h1 {
    color: #4464ab;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
}

@media (min-width: 64em) {

  h1 {
      font-size: 1.8rem;
  }

}

@media (min-width: 80em) {

  h1 {
      font-size: 3.4rem;
      margin-bottom: 3rem;
      font-weight: 500;
  }

}


.home2 .mobileheadline {
    color: #4464ab;
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: 600;
}

@media (min-width: 48em) {

  .home2 .mobileheadline {
      display: none;
  }

}

.home2 h1 {
    display: none;
}

@media (min-width: 48em) {

  .home2 h1 {
      display: block;
      line-height: 1.9rem;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      text-transform: none;
  }

}

h2:first-child {
    margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

.content p,
.sfoo,
footer {
    line-height: 1.35;
}

b,
strong {
  font-weight: 600;
}

em {
  color: #e4022e;
  font-style: normal;
}

p em {
    font-weight: 600;
}

.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

sup {
  top: -0.6em;
}

sub {
  bottom: -0.3em;
}

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

a {
  color: #4464ab;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

a:focus,
a:hover {
  color: #002d74;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img {
  border: 0;
}

button,
.button {
    cursor: pointer;
    border: 0;
    background-color: #4464ab;
    color: #fff;
    font-size: 0.8rem;
    margin: 0;
    padding: 0.5rem;
}

button:hover,
.button:hover {
    background-color: #d4dbea;
    color: #4464ab;
}

button.nav-button:hover {
    background-color: transparent;
}

*::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  line-height: normal;
  color: #c8d4de;
}
*::-moz-placeholder { /* Firefox 19+ */
  line-height: normal;
  color: #c8d4de;
}
*:-ms-input-placeholder { /* IE 10+ */
  line-height: normal;
  color: #c8d4de;
}
*:-moz-placeholder { /* Firefox 18- */
  line-height: normal;
  color: #c8d4de;
}

.submitnewsletter{
    color: white;
    background-color: #1a4282;
    width: 226px;
    height: 3em;
    margin-left: 47px;
}

.submitnewsletter:hover{
    background-color: #4464ab;
}


.downloadbutton{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 32px;
    border: 1px solid #d4dbea;
    background-color: #4464ab !important;
    color: #fff !important; 
}

.downloadbutton:hover{
    background-color: #d4dbea !important;
    color: #fff !important; 
}

.site-aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {

  .site-aside {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; /* 25% - 5% */
    margin-top: 0;
    margin-bottom: 0;
  }

}

@media (min-width: 48em) {

  .site-aside-left {
    margin-right: 5%;
    -ms-flex-order: -1;
        order: -1;
  }

}

@media (min-width: 48em) {

  .site-aside-right {
    margin-left: 3%;
  }

}

.content ul {
  padding-left: 1rem;
}

.content {
  -ms-flex-positive: 1;
      -webkit-box-flex: 1;
          flex-grow: 1;
  padding-bottom: 3rem;
  padding-top: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 48em) {

  .content {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

}

@media (min-width: 81em) {

  .home2 .content {
    padding-top: 0;
    padding-bottom: 0;
  }

}

.content-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 48em) {

  .content-container {
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            flex-direction: row;
  }

}

.content-main {
  -ms-flex-positive: 1;
      -webkit-box-flex: 1;
          flex-grow: 1;
  /*overflow: hidden;*/
}

.grid {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

@media (min-width: 80em) {

  .grid {
    width: 76.875rem;
  }

}

.grid-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
}

@media (min-width: 48em) {

  .grid-row  {
    margin: -1.5rem;
  }

}

.grid-col {
  margin: 1rem;
  width: 100%;
}

@media (min-width: 48em) {

  .grid-col {
    margin: 1.5rem;
  }
	
  .grid-col-visonic {
    margin: 1.5rem;
	margin-left: 0.8rem;
  }

}

@media (min-width: 48em) {

  .grid-col-1 {
    -ms-flex-preferred-size: calc(100% / 12 * 1 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 1 - 2 * 1.5rem);
    width: calc(100% / 12 * 1 - 2 * 1.5rem);
  }

  .grid-col-2 {
    -ms-flex-preferred-size: calc(100% / 12 * 2 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 2 - 2 * 1.5rem);
    width: calc(100% / 12 * 2 - 2 * 1.5rem);
  }

  .grid-col-3 {
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 3 - 2 * 1.5rem);
    width: calc(100% / 12 * 3 - 2 * 1.5rem);
  }

  .grid-col-4 {
    -ms-flex-preferred-size: calc(100% / 12 * 4 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 4 - 2 * 1.5rem);
    width: calc(100% / 12 * 4 - 2 * 1.5rem);
  }

  .c-2cols > .grid-col-4 {
    -ms-flex-preferred-size: calc(100% / 12 * 3.5 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 3.5 - 2 * 1.5rem);
    width: calc(100% / 12 * 3.5 - 2 * 1.5rem);
  }

  .grid-col-5 {
    -ms-flex-preferred-size: calc(100% / 12 * 4.7 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 4.7 - 2 * 1.5rem);
    width: calc(100% / 12 * 4.7 - 2 * 1.5rem);
  }

  .grid-col-6 {
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 2 * 1.51rem);
        flex-basis: calc(100% / 12 * 6 - 2 * 1.51rem);
    width: calc(100% / 12 * 6 - 2 * 1.51rem);
  }

  .grid-col-7 {
    -ms-flex-preferred-size: calc(100% / 12 * 7.3 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 7.3 - 2 * 1.5rem);
    width: calc(100% / 12 * 7.3 - 2 * 1.5rem);
  }

  .grid-col-8 {
    -ms-flex-preferred-size: calc(100% / 12 * 8.5 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 8.5 - 2 * 1.5rem);
    width: calc(100% / 12 * 8.5 - 2 * 1.5rem);
  }

  .grid-col-9 {
    -ms-flex-preferred-size: calc(100% / 12 * 9 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 9 - 2 * 1.5rem);
    width: calc(100% / 12 * 9 - 2 * 1.5rem);
  }

  .grid-col-10 {
    -ms-flex-preferred-size: calc(100% / 12 * 10 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 10 - 2 * 1.5rem);
    width: calc(100% / 12 * 10 - 2 * 1.5rem);
  }

  .grid-col-11 {
    -ms-flex-preferred-size: calc(100% / 12 * 11 - 2 * 1.5rem);
        flex-basis: calc(100% / 12 * 11 - 2 * 1.5rem);
    width: calc(100% / 12 * 11 - 2 * 1.5rem);
  }

}

.cookie {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 1rem 8rem 1rem 1rem;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
  z-index: 1;
}

.cookie a {
    float: right;
    color: #fff;
    background-color: #848484;
    border: 1px solid #fff;
    display: inline-block;
    margin-left: 1.5rem;
    padding: 0.2rem 0.4rem;
    position: absolute;
    right: 1.5rem;
    top: 0.8rem;
}

.cookie p {
  margin: 0;
}

.cookie.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 64em) {

  .mobileonly {
      display: none;
  }

}



/* Header and Footer */

header {
    background-color: #002d74;
    border-bottom: 1px solid #fff;
}

.logo img {
    height: 38px;
    max-width: none;
}


.logo {
    margin-top: 0.8rem;
    float: left;
    width: 200px;
}

@media (min-width: 64em) {

  .logo {
      margin-top: 1.4rem;
  }

}

@media (min-width: 80em) {

  .logo {
      width: auto;
  }

}

.logo.ssamcontrol img {
    height: 30px;
    margin-top: 3px;
}

@media (min-width: 80em) {

  .logo.ssamcontrol img {
      height: 38px;
      margin-top: 0;
  }

}


.header-main {
    float: right;
    position: static;
    z-index: 99;
}

@media (min-width: 64em) {

.header-main {
    position: relative;
}

  }


@media (min-width: 64em) {

  .nav-button {
    display: none;
  }

}

.shoplink {
  display: none;
}


@media (min-width: 64em) {

  .shoplink {
      margin-top: 1.25rem;
      text-align: right;
      display: block;
  }

  .shoplink {
      height: 27.59px; /* only if no button! */
  }

}

@media (min-width: 80em) {

  .shoplink {
      height: 37.19px; /* only if no button! */
  }

}

.shoplink a {
    padding: 0.3rem 2rem;
    background-color: #4464ab;
    color: #d4dbea;
    display: inline-block;
    font-weight: 500;
    font-size: 0.95rem;
}

@media (min-width: 80em) {

  .shoplink a {
      padding: 0.6rem 2.2rem;
  }

}

.shoplink a:hover,
.shoplink a.active {
    opacity: 0.7;
}

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

.navigation li {
  position: relative;
}

.navigation a {
  display: block;
  color: #262629;
}

.header-nav .navlist-2 a {
    padding-left: 10%;
}

@media (min-width: 64em) {

  .header-nav .navlist-2 a {
      padding-left: 0.7rem;
  }

}

.navigation li:hover > ul {
  display: block;
  position: initial;
}

@media (min-width: 64em) {

  .navigation li:hover > ul {
    position: absolute;
  }

}

.navigation li ul {
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}

.header-nav {
    display: none;
    float: left;
    width: 100%;
    font-size: 1.1rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 4rem;
    margin-top: 1px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 64em) {

  .header-nav {
    display: block;
    width: auto;
    float: none;
    position: static;
    padding: 0;
    margin-top: 1.4rem;
    margin-bottom: 1.22rem;
    font-size: 0.85rem;
  }

}

@media (min-width: 80em) {

  .header-nav {
    font-size: 0.95rem;
  }

}

.navigation.active {
  display: block;
}

.navigation ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 64em) {

  .navigation ul {
    -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            flex-direction: row;
  }

}

ul.navlist-2 {
    background-color: #234283;
}

.footer-nav ul {
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          flex-direction: row;
}


.nav-button {
    background-image: url(menu.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0.25rem;
    border: 0;
    float: right;
    height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    text-indent: -999px;
    width: 2rem;
    outline: 0 none;
}

@media (min-width: 64em) {

  .nav-button {
    display: none;
  }

}

.header-nav a {
    padding: 0.7rem 5%;
    background-color: #d4dbea;
}

@media (min-width: 64em) {

  .header-nav a {
      padding: 0.6rem 0.4rem;
      background-color: transparent;
      color: #d4dbea;
  }

  .header-nav.extended a {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
  }

}

@media (min-width: 68em) {

  .header-nav.extended a {
      padding: 0.6rem 0.4rem;
  }

}

@media (min-width: 80em) {

  .header-nav a,
  .header-nav.extended a {
      padding: 0.6rem 0.7rem;
  }

}

.header-nav a:hover,
.header-nav .current > a,
.header-nav .active > a {
    color: #d4dbea;
    background-color: #4464ab;
}

.sidebarmenue li {
    display: inline-block;
    margin-bottom: 2px;
}

@media (min-width: 48em) {

  .sidebarmenue li {
      display: block;
      margin-bottom: 0;
  }

  .sidebarmenue.topmenu li {
      display: inline-block;
  }

}

ul.sidebarmenue {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 5;
    position: relative;
}

.sidebarmenue a {
    padding: 0.5rem;
    background-color: #d4dbea;
    display: block;
    margin-bottom: 1px;
    color: #262629;
}

@media (min-width: 48em) {

  .sidebarmenue a {
      padding: 0.7rem 0.9rem;
  }

}

.sidebarmenue.topmenu a {
    margin-bottom: 0;
    color: #ddd;
    background-color: #626464;
}

.sidebarmenue li.active a,
.sidebarmenue li a:hover {
    background-color: #4464ab;
    color: #d4dbea;
}

.sidebarmenue.topmenu li.active a,
.sidebarmenue.topmenu li a:hover {
    background-color: #343535;
    color: #eee;
}

@media (min-width: 48em) {

  .backlink a {
      margin-bottom: 1rem;
  }

}

.sidebarmenue .headline {
    color: #4464ab;
    margin-top: 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
}

/* videoseitenmenü alte variante kann nachher gelöscht werden */

.sidebarmenue .backlink1,
.sidebarmenue .backlink2 {
    display: none;
}

.sidebarmenue .backlink.display {
    display: inline-block;
}

@media (min-width: 48em) {

  .sidebarmenue .backlink.display {
      display: block;
  }

}

.sidebarmenue .category {
    display: none;
}

.sidebarmenue .category.display {
    display: block;
}

.sidebarmenue ul {
    display: none;
}

.sidebarmenue .display ul {
    display: block;
    padding-left: 0;
}

/* Ende der alten Variante, hier kommt die neue: */


.productgallerymenge {
    float: left;
    height: 1.93rem;
    padding-left: 0.5rem;
    width: 24%;
    margin: 0px 5px 0px 0px;
}

.productgallerybox {
    width: 220px;
    margin: 0.4rem;
    /*margin: 0.75rem;*/
    float: left
}

.productgallerymerkliste {
    width: 100%
}

.productgalleryauge {
    border-bottom: 1px dotted black;
    margin: 0px 0px 0px 5px;
    height: 31px;
    width: 22% !important;
    background-color: #4464ab !important;
}

.productgalleryaugepic{
    margin-top: 7px;     
    width: 30px;
 }

.productgalleryaugepic02{
    margin-top: 0px;     
    width: 30px;
 }


.productgallery {
    margin: -0.75rem;
}

.productgallery a {
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #d4dbea;
    /*margin: 0.75rem;*/
    text-align: center;
    width: calc(100% - 1.5rem);
}

@media (min-width: 35em) {

  .productgallery a,
  .productgallery .galleryitem {
      width: calc(50% - 1.5rem);
  }

}

@media (min-width: 53em) {

  .productgallery a,
  .productgallery .galleryitem {
      width: calc(33.33% - 1.5rem);
  }

}

@media (min-width: 80em) {

  .productgallery a,
  .productgallery .galleryitem {
      width: 17.4%;
  }

}

.productgallery .galleryitem a {
    position: static;
    float: none;
    background-color: transparent;
    border: none;
    margin: 0;
    width: 100%;
}

.productgallery.bigpics a {
    width: calc(100% - 1.5rem);
}


@media (min-width: 35em) {

  .productgallery.bigpics a {
      width: calc(50% - 1.5rem);
  }

}

@media (min-width: 64em) {

  .productgallery.bigpics a {
      width: calc(33.33% - 1.5rem);
  }

}

@media (min-width: 80em) {

  .productgallery.bigpics a {
      width: 22.4%;
  }

}

.productgallery a:hover {
    border-color: #4464ab;
    background-color: #4464ab;
    color: #fff;
    display: block;
}

.productgallery .itemcontent > img {
    display: block;
    padding: 0 0.5rem;
    margin: 0 auto;
}

.productgallery .icons img {
    display: inline-block;
    width: 1.5rem;
    margin-right: 0.15rem;
    margin-bottom: 0.5rem;
}

.vtitle {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.2;
}

.bigpics .vtitle {
    margin-bottom: 0.2rem;
}

.artnr {
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}

.galleryitem a.gallery-pdf {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    color: #1e1f23;
    background-color: #d4dbea;
    width: initial;
}

.galleryitem .gallery-pdf:hover {
    color: #fff;
    background-color: #4463ab;
}

.gallery-pdf a {
    padding: 0.5rem;
    display: block;
    height: 100%;
}

.galleryitem a.gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    color: #1e1f23;
    background-color: #d4dbea;
    width: initial;
}

a:hover.gallery-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    color: #fff;
    background-color: #4463ab;
}

a:hover .gallery-video.anl {
    background-color: #4463ab;
    width: calc(100% - 2.5rem);
    text-align: left;
}







.galleryitem a.gallery-video-extra {
    position: absolute;
    top: 2.5rem;
    left: 0;
    padding: 0.5rem;
    color: #1e1f23;
    background-color: #d4dbea;
    width: initial;
}

.instructions {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-image: url(../images/pfeile.png);
}

.galleryitem a.gallery-pdf.ver2 {
    position: absolute;
    top: 2.5rem;
}










.galleryitem .gallery-video-extra:hover {
    color: #fff;
    background-color: #4463ab;
}

.galleryitem {
    position: relative;
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #d4dbea;
    margin: 0.75rem;
    text-align: center;
    width: calc(100% - 1.5rem);
        -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

/* Ender der neuen Variante */

.content_sideblock {
    display: none;
}

.content_sideblock.active {
    display: block;
}

footer {
    /*background-color: #002d74;*/
    color: #aaa;
    padding-top: 1rem;
}

@media (min-width: 53em) {

  .copyright {
      float: left;
  }

  .footer-nav {
      float: right;
  }

}

.footer-nav {
    margin-bottom: 1rem;
}

.footer-nav a {
    padding: 0 1rem;
    color: #aaa;
    border-right: 1px solid #aaa;
}

.footer-nav li:first-child a {
    padding-left: 0;
}

.footer-nav li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.footer-nav a:hover {
    opacity: 0.7;
}

@media (min-aspect-ratio: 20/10) and (min-width: 115em) and (max-width: 131em) {

  .home2 .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
  }

  .home2 .footer-nav a {
    color: #fff;
    border-right: 1px solid #fff;
  }

}

/*.c-active footer {
    padding-bottom: 4rem;
}*/

.sfoo {
    background-color: #d4dbea;
    padding: 3rem 0;
    font-size: 0.85rem;
    overflow: hidden;
}

.sfoo h3 {
    color: #4464ab;
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 500;
}



/* page styling */


.banner {
    position: relative;
    overflow: hidden;
}

@media (min-width: 48em) {

  .banner {
      max-height: calc(100vh - 80px);
  }

}

.banner .image-embed-item {
    width: 100%;
    /*margin-top: -1.7%;*/
}

.hbanner {
    padding-left: 5%;
    padding-right: 5%;
}

@media (min-width: 48em) {

  .hbanner {
      position: absolute;
      color: #fff;
      font-size: 0.8rem;
      max-width: 20rem;
      padding-left: 0;
      padding-right: 0;
  }

}

@media (min-width: 80em) {

  .hbanner {
      max-width: 23.5rem;
  }

}

.hbanner img {
    float: left;
    width: 3rem;
}


@media (min-width: 64em) {

  .hbanner img {
      width: 4.5rem;
  }

}

@media (min-width: 90em) {

  .hbanner img {
      width: auto;
  }

}

.hbanner h2 {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: 3.5rem;
    font-size: 1.3rem;
}

@media (min-width: 48em) {

  .hbanner h2 {
      margin-top: 0.7rem;
  }

}


@media (min-width: 64em) {

  .hbanner h2 {
      font-size: 1.6rem;
      margin-top: 0;
      margin-left: 0;
  }

}


@media (min-width: 90em) {

  .hbanner h2 {
      font-size: 1.9rem;
      margin-top: 1rem;
  }

}

.hbanner p {
  margin-left: 3.5rem;
}

@media (min-width: 48em) {

  .hbanner p {
      display: none;
  }

}

@media (min-width: 64em) {

  .hbanner p {
      display: block;
      margin-bottom: 0.5rem;
      margin-left: 4.5rem;
  }

}

.hbanner a {
    display: inline-block;
    color: #1d1d1b;
}

@media (min-width: 48em) {

  .hbanner a {
      color: #fff;
      padding: 0.4rem 0.4rem 0 0.4rem;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      border-radius: 60px;
  }

}

.hbanner a:hover {
    background-color: rgba(255,255,255,0.7);
    color: #114453;
}

.hbanner.licht {
    top: 11%;
    left: 61%;
}

@media (min-width: 64em) {

  .hbanner.licht {
      top: 11%;
  }

}

.hbanner.rollo {
    top: 9%;
    left: 22%;
    z-index: 1;
}

.hbanner.sicherheit {
    top: 51%;
    left: 13%;
}

.hbanner.energie {
    top: 70%;
    left: 65%;
}

@media (min-width: 35em) {

  .hbanner.energie {
      top: 77%;
  }

}


@media (min-width: 80em) {

  .hbanner.energie h2 {
      margin-top: 0.6rem;
  }

}

.hbanner.verbunden {
    bottom: 7%;
    left: 35%;
}

@media (min-width: 80em) {

  .hbanner.verbunden {
      min-width: 24.5rem;
  }

}

.hbanner.bild-und-video {
    top: 44%;
    left: 73%;
}

@media (min-width: 64em) {

  .hbanner.bild-und-video {
    top: 44%;
    left: 73%;
  }

}

@media (min-width: 80em) {

  .hbanner.bild-und-video {
      max-width: 26rem;
  }

  .hbanner.bild-und-video h2 {
      margin-top: 0.6rem;
  }

}

.hbanner.feuer-wasser {
    top: 43%;
    left: 40%;
}

@media (min-width: 48em) {

  .hbanner.feuer-wasser {
    max-width: 18rem;
  }

  .hbanner.feuer-wasser h2 {
    min-width: 18rem;
  }

}



@media (min-width: 81em) {

  .hbanner.feuer-wasser {
      top: 30%;
      left: 10%;
      max-width: 22rem;
  }

  .hbanner.feuer-wasser h2{
      min-width: 22rem;
  }

}

.hbanner.info {
    background-color: transparent;
    display: block;
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: -0.8rem;
    padding-bottom: 0;
}

@media (min-width: 48em) {

  .hbanner.info {
    display: none;
  }

}

.banner-ssamcontrol h1 {
    margin-bottom: 1rem;
}

.banner-ssamcontrol .banner-more {
    display: none;
}

.banner-ssamcontrol {
    display: none;
}

.banner-ssamcontrol.active {
    display: block;
}

.home2 .desktopbanner {
  display: none;
}

@media (min-width: 48em) {

  .banner-ssamcontrol {
     display: block;
  }

  .home2 .desktopbanner {
    display: block;
  }

  .home2 .mobilebanner {
    display: none;
  }

}

@media (min-width: 81em) { /* over 80rem/1280px to avoid white space on 4:3 TFT */

  .banner-ssamcontrol {
      position: absolute;
      font-size: 0.8rem;
      max-width: 20rem;
      background-color: rgba(255,255,255,0.8);
      color: #114453;
      text-align: center;
      border-radius: 49rem;
      padding: 3rem 2rem 1.5rem 2rem;
      top: 14rem;
      left: calc(50% - 10rem);
      transition: all ease 0.2s;
      width: 20rem;
      height: 20rem;
  }

  .banner-ssamcontrol h1 {
      font-size: 1.5rem;
      color: #114453;
      margin-bottom: 0.2rem;
  }

  .banner-ssamcontrol p {
      margin-bottom: 0.5rem;
  }

  .banner-hover {
      display: none;
  }

  .banner-ssamcontrol:hover {
    padding: 5rem;
    top: 8rem;
    left: calc(50% - 18.25rem);
    max-width: 35.5rem;
    z-index: 1;
    text-align: center;
    font-size: 0.9rem;
    width: 35.5rem;
    height: 35.5rem;
  }

  .banner-ssamcontrol:hover .banner-hover {
      display: block;
  }

  .banner-ssamcontrol .banner-more {
      display: block;
  }

  .banner-ssamcontrol:hover .banner-more {
      display: none;
  }

}

@media (min-width: 90em) {

  .banner-ssamcontrol {
      top: 15rem;
  }

  .banner-ssamcontrol:hover {
    top: 9rem;
  }

}

@media (min-width: 100em) {

  .banner-ssamcontrol {
      top: 20rem;
  }

  .banner-ssamcontrol:hover {
    top: 11rem;
  }

}

.hbanner.ssamcontrol p {
    margin-left: 0;
}

.endsloagan {
    font-size: 1.1rem;
    margin-top: 1rem;
    display: block;
    font-weight: 500;
}




h1 br {
    display: none;
}

@media (min-width: 80em) {

  h1 br {
      display: block;
  }

}

.features {
    margin: 0.5rem -0.5rem;
}

.feature {
    position: relative;
    float: left;
    margin: 0.5rem;
}

.f-3cols .feature {
    width: calc(50% - 1rem);
}

.f-4cols .feature {
    width: calc(50% - 1rem);
}

@media (min-width: 48em) {

  .features {
      bottom: 0;
      margin: -0.2rem 0;
  }

  .feature {
      margin: 0.5rem;
  }

  .picblock {
    position: relative;
  }

  .picblock > .image-embed-item {
      width: 60%;
  }

  .features {
      float: left;
      width: 40%;
  }

  .feature {
      position: relative;
      /* float: left; */
      margin: 0.2rem;
      overflow: hidden;
  }

  .f-3cols .feature {
      width: calc(50% - 0.5rem);
  }

}

@media (min-width: 64em) {

  .picblock > .image-embed-item {
      width: 67.5%;
  }

  .features {
      float: left;
      width: 32.5%;
  }

}

.feature h3 {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    margin: 0;
    padding: 0.5rem;
    display: block;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 500;
}

@media (min-width: 35em) {

  .feature h3 {
      font-size: 1.1rem;
      padding: 0.5rem 1rem;
  }

}


@media (min-width: 48em) {

  .feature h3 {
      position: absolute;
      font-size: 0.8rem;
      padding: 0.2rem 0.5rem;
  }

}

.picblock > img {
    margin-top: 0.5rem;
}

@media (min-width: 48em) {

  .picblock > img {
      margin-top: 0;
  }

}

iframe {
    width: 100%;
    border: 0;
}

.moreinfo {
    width: calc(100% - 1rem);
    margin: 0.5rem;
    float: left;
    position: relative;
}


@media (min-width: 48em) {

  .moreinfo {
      width: calc(100% - 0.6rem);
      margin: 0.2rem;
  }

}

.moreinfo a {
    display: block;
    background-color: #304982;
    min-height: 3rem;
}

.moreinfo a:hover {
    background-color: rgb(15, 46, 115);
    color: #fff;
}

.moreinfo h3 {
    position: absolute;
    margin-bottom: 0.5rem;
    bottom: 0;
    color: #fff;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

@media (min-width: 35em) {

  .moreinfo h3 {
      font-size: 1.5rem;
  }

}

@media (min-width: 48em) {

  .moreinfo h3 {
      font-size: 0.8rem;
  }

}

@media (min-width: 80em) {

  .moreinfo h3 {
      font-size: 1.05rem;
  }

}


.grid-col-6 > h1 {
    margin-bottom: 0;
}

.grid-col-6 > h2 {
    margin-top: 0;
}

.transb {
    background-color: rgba(255,255,255,0.5);
    border-bottom: 1px solid #4464ab;
    margin-bottom: 1rem;
}

@media (min-width: 64em) {

  .icons {
      max-width: 20rem;
  }

}

.icons img {
    margin-right: 0.5rem;
    margin-bottom: 0.7rem;
}

body .content-de,
body .content-other {
  display: none;
}

.country-de .content-de {
  display: flex;
  width: 100%;
}

.country-de .productgallery .content-de {
  display: block;
}

.country-de .content-at {
  display: none;
}

.country-de .navitem.mobileonly .content-de,
.country-at .navitem.mobileonly .content-at {
  display: block;
}

.country-de .content-other,
.country-at .content-other {
  display: none;
}

.preisliste {
    padding: 0.15rem 1.8rem 0.8rem 0rem;
    /* background-color: #d4dbea; */
    /* border: 2px solid #4464ab; */
    /* border-radius: 0.5rem; */
    display: inline-block;
    position: relative;
    /* color: #4464ab; */
    /* color: #000; */
    /* margin-top: 2rem; */
    font-size: 1rem;
}

.preisliste:before {
    content: "";
    background-image: url(pdf.svg);
    position: absolute;
    background-size: contain;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    top: 0;
}

.uvpprice {
    font-size: 1.2rem;
}

.turboupgrade .preisliste:before {
    background-image: url(pdf-turboupgrade.svg);
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.windowheader {
    display: none;
}

.closewindows {
    display: none;
}

.hiddenwindow {
    display: none;
}

.window2 {
    height: 1050px;
    display: none;
}

.buttons {
    width: 100%;
    display: inline-block;
}

.openwindows,
a.overview,
a.openpdf {
    display: inline-block;
    background-color: #4463ab;
    color: #fff;
    padding: 1rem;
    cursor: pointer;
    z-index: 0;
    margin-top: 1rem;
}

.openwindows {
    display: none;
}

@media (min-width: 48em) {

  .window2 {
      display: block;
  }

  .window2.fixed-video {
      margin-top: 540px;
  }

  .hiddenwindow {
      display: none;
  }

  .openwindows {
      display: inline-block;
  }

}

.window2 iframe {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 1rem;
}

.window1 {
    display: block;
}

.windowcontainer.activewindow {
    position: static !important;
}

.window1.fixed {
    position: fixed !important;
    z-index: 5;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    width: calc(90% * 0.75);
    top: 0;
}

@media (min-width: 80em) {

  .window1.fixed {
      width: calc(76.875rem * 0.75);
  }

}

.window1.not-fixed {
    width: 100% !important;
}

.window1.fixed .windowheader {
    padding: 0.4rem 1rem;
    text-align: center;
    cursor: move;
    background-color: #4463ab;
    color: #fff;
    display: block;
}

.z-m {
    position: absolute;
    top: 0;
    left: 0.5rem;
    cursor: pointer;
    width: 1.8rem;
    height: 1.8rem;
    background: url(zoom-out.svg) no-repeat scroll 0 0;
    background-size: cover;
}

.z-p {
    position: absolute;
    top: 0;
    left: 2.5rem;
    cursor: pointer;
    width: 1.8rem;
    height: 1.8rem;
    background: url(zoom-in.svg) no-repeat scroll 0 0;
    background-size: cover;
}

.close {
    display: none;
}


.window1.activewindow.yt-test {
    position: static !important;
}

body.video-fixed .responsive-video iframe {
    position: fixed !important;
    right: 0;
    left: 0;
    height: 50vh;
    overflow-x: scroll;
    z-index: 5;
}

form {
  margin-bottom: 5rem;
}

.content form ul {
    padding-left: 0;
}

form li {
    list-style-type: none;
    max-width: 28rem;
}

form label {
    width: 25%;
    display: inline-block;
}

form input,
form textarea {
    width: calc(75% - 4px);
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

form button,
form .button {
    text-align: right;
    float: right;
}

form .terms,
form .repeatemail {
  display:none;
}



.home1 .content {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.pageselect {
    margin: -0.5rem;
}

.pageselect .grid-col-6 {
    margin: 0.5rem;
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 2 * 0.5rem);
    flex-basis: calc(100% / 12 * 6 - 2 * 0.5rem);
    width: calc(100% / 12 * 6 - 2 * 0.5rem);
}

.pageselect a {
    background-color: #f1f1f1;
    color: #1d1d1b;
    display: inline-block;
    position: relative;
}

.pageselect a:focus,
.pageselect a:hover {
    color: #1d1d1b;
}

.pageselect h1,
.pageselect h2 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
    text-transform: none;
}

.pageselect .col2 h2 {
    color: #e05311;
}

.pageselect li {
    margin-bottom: 0.5rem;
}

.pageselect .blockheader,
.pageselect .blockfooter {
  padding: 0.5rem;
}

.pageselect .linktext {
    font-weight: 500;
    font-size: 1rem;
}

.pageselect .col1 .linktext {
    color: #4464ab;
}

.pageselect .col2 .linktext {
    color: #e05311;
}

.pageselect .col1 a img {
    background-color: #adbbe3;
}

.pageselect .col1 a:hover img {
    background-color: #6d86ce;
}

.pageselect .col2 a img {
    background-color: #f3c9b6;
}

.pageselect .col2 a:hover img {
    background-color: #f56d2e;
}


@media (min-width: 35em) {

  .pageselect .blockheader,
  .pageselect .blockfooter {
    padding: 1rem;
  }

  .pageselect h1,
  .pageselect h2 {
      font-size: 1.9rem;
      line-height: 2rem;
      font-weight: 500;
  }

}


@media (min-width: 64em) {

  .pageselect .blockheader {
    margin-bottom: -5rem;
    position: relative;
    /*z-index: 1;*/
    padding: 3rem;
  }

  .pageselect .blockfooter {
    margin-top: -5.5rem;
    padding: 1.5rem 3rem;
  }

  .pageselect h1,
  .pageselect h2 {
      font-size: 2.1rem;
  }

  .pageselect .linktext {
      font-size: 1.2rem;
  }

}

.safesmarthome {
    display: none;
}

@media (min-width: 35em) {

  .safesmarthome {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
  }


  .safesmarthome h3 {
      color: #fff;
      font-weight: normal;
      margin-top: 0.5rem;
      font-size: 1.5rem;
      color: rgba(255,255,255,0.3);
  }

}

@media (min-width: 53em) {

  .safesmarthome h3 {
      margin-top: 1rem;
      font-size: 2rem;
  }

}


@media (min-width: 80em) {

  .safesmarthome h3 {
      margin-top: 1.5rem;
      font-size: 2.5rem;
  }

}



.home3 .content {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.turboupgrade .header-nav a {
    background-color: #f1e5df;
}

@media (min-width: 64em) {

  .turboupgrade .header-nav a {
      background-color: transparent;
  }

}

.turboupgrade .navigation a {
    color: #262629;
}

@media (min-width: 64em) {

  .turboupgrade .navigation a {
      color: #e6ece0;
  }

}

.turboupgrade header {
    background-color: #d85400;
}

.turboupgrade a {
    color: #e05311;
}

.turboupgrade .header-nav .active > a {
    background-color: #e05311;
}

.turboupgrade .header-nav a:hover,
.turboupgrade .header-nav .current > a,
.turboupgrade .header-nav .active > a {
    background-color: #9c3f00;
    color: #e6ece0;
}

.turboupgrade ul.navlist-2 {
    background-color: #d85400;
}

.turboupgrade h1 {
    color: #e05311;
}

.turboupgrade .moreinfo a {
    background-color: #e05311;
}

.turboupgrade .moreinfo a:hover {
    background-color: #bd3e00;
}

.turboupgrade .sidebarmenue a {
    background-color: #f1e5df;
    color: #262629;
}

.turboupgrade .sidebarmenue li.active a,
.turboupgrade .sidebarmenue li a:hover {
    background-color: #e05311;
    color: #f1e5df;
}

.turboupgrade .footer-nav a {
    color: #aaa;
}

.turboupgrade .transb {
    border-bottom: 1px solid #e05311;
}

.turboupgrade .productgallery a {
    border: 1px solid #f1e5df;
}

.turboupgrade .productgallery a:hover {
    border-color: #e05311;
    background-color: #e05311;
}

.turboupgrade .content button,
.turboupgrade .content .button {
    background-color: #e05311;
    color: #fff;
}

.turboupgrade button:hover,
.turboupgrade .button:hover {
    background-color: #f1e5df;
    color: #e05311;
}

.turboupgrade button.nav-button:hover {
    background-color: transparent;
}

.turboupgrade .preisliste:before {
    content: "";
    background-image: url(pdf-turboupgrade.svg);
}

.home3 .sidecontent > img {
    float: left;
    padding-right: 1.5rem;
}

.home3 h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

@media (min-width: 35em) {

  .home3 h1 {
      font-size: 1.5rem;
  }

}

@media (min-width: 48em) {

  .home3 h1 {
      font-size: 2.4rem;
  }

}

.home3 .sidecontent > h2 {
    font-size: 1.2rem;
}

.home3 .maincontent > h2 {
    font-weight: normal;
    font-size: 1.1rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
    background-color: #f1f1f1;
    display: block;
}

@media (min-width: 35em) {

  .home3 .maincontent > h2 {
      font-size: 2.4rem;
  }

}

@media (min-width: 80em) {

  .home3 .maincontent > h2 {
      height: 125px;
  }

}

.checkmarks img {
    height: 4rem;
    width: auto;
    margin-right: 1rem;
    float: left;
}

@media (min-width: 35em) {

  .checkmarks img {
      display: none;
  }

  .checkmarks h3 {
      margin: 0.5rem 0;
  }

}

@media (min-width: 80em) {

  .checkmarks img {
      display: block;
      width: auto;
  }

  .checkmarks h3 {
      margin: 1rem 0;
  }

}

.checkmarks img:nth-child(2) {
    width: 1.8rem;
}

.checkmark {
    display: flex;
    margin-bottom: 0.3rem;
}


@media (min-width: 35em) {

  .sidecontent {
      float: left;
      width: calc(30% - 0.5rem);
      padding: 1rem;
      margin-right: 0.5rem;
      background-color: #f1f1f1;
  }

  .maincontent {
      float: left;
      width: 70%;
  }

}

.home3 .headlineblock {
    height: 215px;
}

@media (min-width: 35em) {

  .home3 .headlineblock {
      height: auto;
      clear: both;
  }

}

@media (min-width: 80em) {

  .home3 .headlineblock {
      height: 215px;
      clear: none;
  }

  .sidecontent {
      height: 733px;
  }

}

.tbanners {
  position: relative;
}

.tbanners > img {
    width: 100%;
}

.tbanner {
  position: absolute;
}

.tbanner.licht {
    left: 72%;
    bottom: 58%;
}

.tbanner.rollo {
    left: 45%;
    bottom: 70%;
}

.tbanner.sicherheit {
    left: 11%;
    bottom: 55%;
}

.tbanner.energie {
    left: 43%;
    bottom: 9%;
}

.tbanner.verbunden {
    left: 11%;
    bottom: 19%;
}

.tbanner.bild-und-video {
    left: 71%;
    bottom: 18%;
}

.tbanner.feuer-wasser {
    left: 41%;
    bottom: 34%;
}

.tbanner img {
    display: none;
}

@media (min-width: 35em) {

  .tbanner img {
      display: block;
      width: 3rem;
  }

}

@media (min-width: 80em) {

  .tbanner img {
      width: 6rem;
  }

}

.funk {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 12rem;
    overflow: hidden;
    transition: all ease 0.2s;
    z-index: 5;
}

@media (min-width: 35em) {

  .funk {
      right: 1rem;
      top: 1rem;
  }

}


.funk:hover {
    width: 100%;
    background-color: #002d74;
    padding-bottom: 0.5rem
}

@media (min-width: 35em) {

  .funk:hover {
      width: 20rem;
  }

}

.funk.turboupgrade:hover {
    background-color: #d85400;
}

.funk h2 {
    color: #fff;
    float: right;
    margin-top: 0.4rem;
    font-size: 1.5rem;
    font-weight: 400;
}

.funk h3 {
    position: absolute;
    top: 0.8rem;
    right: 3.1rem;
    color: #ececec;
    font-weight: 400;
    font-size: 0.95rem;
}


@media (min-width: 35em) {

  .funk.ssamcontrol h3 {
    color: #bfbfbf;
  }

}

.funk:hover h3 {
    display: none;
}

.funk img {
    float: right;
}

.funk p {
    max-height: 0;
    margin-bottom: 0;
    margin: 3.5rem 0.5rem 0rem 0.5rem;
    color: #fff;
    transition: all ease 0.2s;
}

.funk:hover p {
    max-height: 12rem;
}


.funk.ssamcontrol:hover p {
    font-size: 0.7rem;
    margin-top: 0.5rem;
}

@media (min-width: 35em) {

  .funk.ssamcontrol:hover p {
      font-size: 0.9rem;
      margin-top: 3.5rem;
  }

}

.funk.turboupgrade:hover p {
    font-size: 0.8rem;
}

@media (min-width: 35em) {

  .funk.turboupgrade:hover p {
      font-size: 0.9rem;
  }

}

.funk.start {
    display: none;
}

@media (min-width: 35em) {

  header .grid {
      position: relative;
  }

  .funk.start {
      display: block;
      left: 15rem;
      top: 0.7rem;
  }

  .funk.start img {
      float: left;
      display: none;
  }

  .funk.start h2 {
      float: left;
      font-size: 1.2rem;
      margin-left: 0.5rem;
  }

  .funk.start h3 {
      left: 0;
      font-size: 0.7rem;
      margin-top: 0.8rem;
      margin-left: 0.5rem;
  }

}

@media (min-width: 64em) {

  .funk.start {
      top: 1.3rem;
  }

}

@media (min-width: 80em) {

  .funk.start {
      top: 1.5rem;
      left: 18rem;
  }

}

.header-nav .current .videoanleitungen-btn {
    background-color: #009daf;
}

.sidebarmenue .video a {
    background-color: #d2e9ea;
}

.sidebarmenue li.video.active a,
.sidebarmenue li.video a:hover {
    background-color: #009daf;
    color: #d4dbea;
}

.sidebarmenue .navtitle {
    color: #319daf;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.cms_button_add_content_section {
    margin-bottom: 2rem !important;
    margin-top: -2rem !important;
}

.mce-btn.mce-active, .mce-btn.mce-active:hover {
    background-color: #aaa !important;
}

.cms_content_section_single_overlay {
    background: rgba(245,245,245,.70) !important;
    border-top: 1px solid #000;
}

.cmsedit_infobox {
    display: none;
}

body.cms.editing .cmsedit_infobox {
    display: block;
    background-color: #f1ecad;
    padding: 0.5rem 1rem;
    margin-bottom: 4rem;
}

input#filter {
    max-width: 15rem;
}

body .cms_imagelink_input {
    width: 250px;
}

.hidden_keywords  {
    display: none;
}

body.cms.editing .hidden_keywords  {
    display: block;
}

.content_section_item {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.searchbar {
    display: inline-block;
    font-size: 1rem;
    padding: 0.5rem 0.5rem 0 0.5rem;
    background-color: #dcdcdc;
    margin-bottom: 2rem;
}

.filtertitle {
    float: left;
    font-size: 1rem;
    line-height: 1.5rem;
}

.searchbar #filter2 {
    float: left;
    font-size: 0.8rem;
    height: 1.6rem;
    margin-left: 1rem;
    margin-bottom: 0;
    width: auto;
    padding: 0px 0px 0px 0px;
}

#live-search {
    float: left;
    font-size: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
}

#filter {
    padding: 0.27rem 0.5rem;
    width: 12rem;
}





.sidebarmenue.sicherheit-t1 {
  max-width: 15.4rem;
}

.sidebarmenue.sicherheit-t1 .backlink {
  display: none;
}

@media (min-width: 80em) {
  .productgallery.bigpics.sicherheit-t1 a {
      width: 22.25%;
  }

  .productgallery.bigpics.sicherheit-t2 a {
      width: 23.05%;
  }
}



    
/*@media (min-width: 80em) {

  .windowcontainer.activewindow {
      position: absolute !important;
      z-index: 5;
      background-color: #f1f1f1;
      border: 1px solid #d3d3d3;
      text-align: center;
  }

  .activewindow .windowheader {
      padding: 0.4rem 1rem;
      cursor: move;
      background-color: #4463ab;
      color: #fff;
      display: block;
  }

  .z-m {
      position: absolute;
      top: 0;
      right: 5rem;
      cursor: pointer;
      width: 1.8rem;
      height: 1.8rem;
      background: url(zoom-out.svg) no-repeat scroll 0 0;
      background-size: cover;
  }

  .z-p {
      position: absolute;
      top: 0;
      right: 3rem;
      cursor: pointer;
      width: 1.8rem;
      height: 1.8rem;
      background: url(zoom-in.svg) no-repeat scroll 0 0;
      background-size: cover;
  }

  .close {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      padding: 0.4rem 0.7rem;
  }

  .windowcontainer.ontop {
      z-index: 20 !important;
  }

  .closewindows.windowcontainer {
      right: 1rem;
      top: 47rem;
      background-color: #4463ab;
      color: #fff;
      padding: 1rem;
      cursor: pointer;
  }

  .closewindows.activewindow {
      display: block;
  }

  .closewindows.hiddenwindow {
      display: none;
  }

  .openwindows.hiddenwindow,
  a.overview.hiddenwindow {
      display: none;
  }

  .window2 {
      height: 1010px;
      width: 1250px;
      left: -3rem;
      top: 1rem;
  }

  .window2 h3 {
      display: none;
  }

  .window1.windowcontainer {
      z-index: 10;
  }

  .window1.activewindow {
      width: 900px;
      right: 1rem;
  }

  .window1.hiddenwindow {
      width: 100% !important;
      position: static !important;
  }

}

@media (min-width: 90em) {

  .window2 {
      left: 1rem;
  }

}*/

/* --------- Preis, Merkliste, Profitip, Download, Produkttabelle - Start ----------------*/
.price-artnr {
    display: inline-block;
    font-size: 1em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    margin-top: 0;
    margin-right: 1rem;
    color: #4464ab;
}


.price-number {
    font-weight: bold;
    font-size: 1.3em;
}

.price-eur {
    font-size: 1rem;
}

.productgallery .uvpprice {
    font-size: 1rem;
}

.productgallery .price-artnr {
    color: inherit;
    font-weight: normal;
    font-size: 0.7rem;
    margin-right: 0;
    display: block;
    margin-bottom: 0.2rem;
}

.productgallery .price-number {
    font-size: 1rem;
}

.productgallery .price-eur {
    font-size: 0.7rem;
}

.item {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #4464ab;
    display: none;
}

.block.image {
    padding-right: 1rem;
}

.block.image,
.block.info,
.block.tip,
.block.anzahl,
.block.preis-e {
    padding-right: 0.5rem;
}

.block.preis-e,
.block.preis-g {
    text-align: center;
}

.merkliste .item.labels {
    display: none;
}

@media (min-width: 35em) {

    .merkliste .item.labels {
        display: flex;
    }

    .block.preis-e label,
    .block.preis-g label,
    .block.anzahl label {
        display: none;
    }

    .block.preis-e,
    .block.preis-g,
    .block.preis-a {
        text-align: right;
    }

}


.item.show {
    display: inline-block;
}

.item-a.show {
    display: flex;
}

.block {
    float: left;
}

.block.image {
    width: 4.5rem;
    height: 100%;
}

.block.info {
    width: calc(100% - 4.5rem);
    min-height: 4rem;
    padding-top: 0.9rem;
}

.labels .block.info {
    min-height: auto;
}

.labels {
    font-size: 0.8rem;
}

.block.anzahl,
.block.preis-e,
.block.preis-g {
    width: 33%;
}

.block.spacer {
    width: calc(72% - 4.5rem);
}

.item-a .spacer {
    width: calc(33% - 4.5rem);
}

.preis-a {
    width: 33%;
    text-align: center;
}

@media (min-width: 35em) {

    .block.info {
        width: calc(50% - 4.5rem);
    }

    .block.anzahl {
        width: 17%;
        padding-right: 0;
    }

    .block.preis-e,
    .block.preis-g,
    .block.preis-a {
        width: 16.5%;
    }

    .item-a .spacer {
        width: calc(67% - 4.5rem);
    }

}



.merkliste label {
    width: 100%;
    margin-top: 1.2rem;
    vertical-align: middle;
}

.merkliste input {
    width: 100%;
    text-align: center;
    margin-top: 0.8rem;
    vertical-align: middle;
}

@media (min-width: 53em) {

    .merkliste input {
        width: 4rem;
        text-align: right;
    }

    .item.show {
        display: flex;
    }

    .block.info {
        width: 18%;
    }

    .block {
        width: 14%;
    }

    .item-a .spacer {
        width: 67%;
    }

    .block.tip {
        width: 33%;
    }

    .block.anzahl {
        width: 16%;
        min-width: 8rem;
    }

}


.anzahl input {
    width: 2.8rem;
    text-align: left;
}

@media (min-width: 48em) {

    .anzahl input {
        width: 4rem;
    }

}

.merkliste .price-artnr,
.merkliste .price-number,
.merkliste .price-eur {
    color: inherit;
    font-size: 0.8rem;
    font-weight: normal;
}

.merkliste .price-artnr {
    padding-right: 0;
    display: block;
    margin-bottom: 0;
}

.merkliste .price-number,
.merkliste .price-eur {
    display: none;
}

.savedinfo {
    opacity: 0;
    position: absolute;
    /*margin-top: -4.7em;*/
    background-color: white;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #000;
    padding: 0.3em;
    box-shadow: 0.3em 0.3em 0 0 lightgrey;
    z-index: 2;
}

.savedinfo.show {
    opacity: 1;
}

.preis-e input,
.preis-g input,
.preis-a input {
    border-color: #fff;
}

.sendbutton {
    color: #fff;
    font-size: 1rem;
    background-color: #4464ab;
    border: none;
    width: inherit;
}

select {
    width: calc(75% - 4px);
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    select {
        height:1.9rem;
        line-height:1.9rem;
        background:#fff;
    } 
}
select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
    select {
        padding: 0.5rem;
        height: inherit;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    select {
        height:1.9rem;
        line-height:1.9rem;
    }     
}

.datenschutz {
    display: flex;
    margin-bottom: 1rem;
}

.datenschutz input {
    width: 2rem;
}

.datenschutz label {
    width: 75%;
}

input.menge {
    height: 1.93rem;
    padding-left: 0.5rem;
    width: 4rem;
}

input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
    margin-left: 5px;
}

.deleteart {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 0;
    float: none;
    height: 2.1rem;
    width: 2rem;
    background-image: url(rubbish.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position-x: center;
    background-position-y: 0.8rem;
    background-size: 1.2rem;
    opacity: 0.7;
}
.deleteart:hover {
    background-color: transparent;
    opacity: 1;
}

.infobar {
    position: relative;
    margin-top: 1rem;
    padding: 0.6rem 0 0.1rem 4rem;
    max-width: 400px;
    background-image: url(infobar.svg);
    background-repeat: no-repeat;
}

.infobar.test:before {
    content: "";
    background-image: url(info.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    display: block;
    width: 2.5rem;
    left: 1rem;
    top: 0;
    bottom: 0;
}

.hidden {
    display: none;
}

.scrolltable {
    width: 100%;
    overflow: auto;
    padding-bottom: 1rem;
}

@media (min-width: 80em) {

    .scrolltable {
        overflow: visible;
    }

}

.scrolltable::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.scrolltable::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

table.products {
    font-family: 'Robot', sans-serif;
    font-size: 0.7rem;
    border-spacing: 0;
    padding-top: 0.3rem;
}

table.products th,
table.products td {
    padding: 3px;
}

table.products span {
    white-space: nowrap;
}

.Yes {
    background-color: #9CE5A6 !important;
}

.cellAK {
    background-color:#CAFFB7;
  text-align: center;
  border-top:1px solid #b9b9b9;
  border-left:2px solid #00470A;
  border-right:2px solid #00470A;
}

.OK {
    background-color:#D7D7D7 !important;
}

.Top {
    border-top:2px solid #00470A;
}

.Bot {
    border-bottom:2px solid #00470A;
}

.Linbot {
    border-bottom:1px solid #00470A;
}

.cellNO {
    background-color:#F0F0F0;
  text-align: center;
  border-top:1px solid #b9b9b9;
  border-left:1px solid #b9b9b9;
}

#mask{
    display:none;
}

.mask {
    position: absolute;
    top:-1em;
    right: 5em;
    background-color: white;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid #000;
    padding: 0.3em;
    box-shadow: 0.3em 0.3em 0 0 lightgrey;
    opacity: 0;
    z-index: 2;
}

.box {
    margin-top: 0em;
    margin-bottom: -2em;
    position: relative;
}

@media (min-width: 80em) {

    #mask:hover{
        display:block;
    }

    .hover {
        z-index: 1;
    }

    .box:hover .mask {
        opacity: 1;
    }

}

.spaceminimizer {
    margin-top: -0.65rem;
}

@media (min-width: 80em) {

    h1.reducedsize {
        font-size: 2.5em;
    }

}

form {
    margin-bottom: 4rem;
}

.product .col2 {
    position: relative;
}

.anleitungen {
    position: relative;
}

.anleitungen.ctn {
    margin-top: 1rem;
    /*position: absolute;*/
    /*margin-top: 5rem;*/
    z-index: 20;
    left: 0;
    right: 0;
}

.anleitungen.ctn.show {
    position: absolute;
    margin-top: 5rem;
}

.anleitungen a {
    margin-bottom: 0.3rem;
    display: block;
}

#anleitungenbt {
    width: 100%;
    max-width: 24.75rem;
}

#anleitungencontent {
    position: absolute;
    bottom: 2.8rem;
    background-color: #d4dbea;
    padding: 0.5rem;
    max-width: 100%;
    border: 1px solid #4464ab;
    word-wrap: break-word;
}

#anleitungencontent_manuals {
    position: absolute;
    bottom: 2.8rem;
    background-color: #d4dbea;
    padding: 0.5rem;
    max-width: 100%;
    border: 1px solid #4464ab;
    word-wrap: break-word;
}
.anleitungdivtop {
   max-width: 750px;
    width: 82vw;
    padding: 0px 0px 9px 0px;
    margin: 0px 0px 5px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-color: green;
    border-width: 1px;
    border-style: solid;
    box-shadow: 3px 3px 3px lightgrey;
    background: rgba(255, 255, 255, .3);
}

.anleitungdivpic {
    padding: 0px 0px 0px 0px;
    width: 370px;
   /* background-color:aqua;*/
}
.anleitungpic {
    max-height: 160px;
    max-width: 160px;
}

.anleitungdivartn {
    padding: 10px 0px 0px 0px;
    width: 370px;
    /*background-color: #796191;*/
}

.anleitungdivlinks {
    width: 370px;
    text-align: left;
    /* background-color:coral;*/
    padding: 0px 0px 0px 10px;
}

.anleitungdivlinksueberschrift {
    margin: 10px 0px 5px 0px;
}

.anlgrouphead{
    margin: 8px 0px 2px 0px;
}


@media (min-width: 48em) {

  #anleitungencontent {
      max-width: calc(100vw - 35vw);
  }

}

@media (min-width: 80em) {

  #anleitungencontent {
      max-width: 57rem;
  }

}

.anleitungen h4 {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

/* --------- Preis, Merkliste, Profitip, Download, Produkttabelle - Ende ----------------*/

.turboupgrade .price-artnr {
    color: #e05311;
}

.turboupgrade #anleitungencontent {
    background-color: #f1e5df;
    border: 1px solid #e05311;
}

.turboupgrade .infobar {
    background-image: url(infobar-turboupgrade.svg);
}

.turboupgrade .item {
    border-bottom: 1px solid #e05311;
}

.turboupgrade .sendbutton {
    background-color: #e05311;
}

.turboupgrade .content button.deleteart {
    background-color: transparent;
}

.turboupgrade .productgallery a:hover .price-artnr {
    color: #fff;
}
/* --------- Turbo Upgrade Anpassungen - Ende ----------------*/

button,
.button {
   /* display: inline-block;*/
    margin-bottom: 0.2rem;
}

.productgallery.contenthidden > a {
    display: none;
}

.productgallery.contenthidden > a.show {
    display: block;
}

.functions .grid-col {
    position: relative;
}

.functions h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 0.5rem;
    font-size: 1.4rem;
    color: #4464ab;
    text-transform: uppercase;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s, color 0.3s;
    -o-transition: all 0.3s, color 0.3s;
    transition: all 0.3s, color 0.3s;
}

.functions a:hover h2 {
    padding: 1rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.qrdownloadpage h3 {
    margin-top: 2.5rem;
}

.qrdownloadpage h4 {
    margin-bottom: 0.3rem;
}

.qrdownloadpage a {
    margin-bottom: 0.7rem;
    display: block;
    word-wrap: break-word;
    border: 1px solid #ddd;
    padding: 0.5rem;
}

@media (min-width: 35em) {

  .qrdownloadpage a {
      margin-bottom: 1rem;
      display: block;
      word-wrap: break-word;
      border: 0;
      padding: 0;
  }

}

.imgframe{
    padding-top: 22px;
    width: 210px;
    height: 210px;
}

.nodisplay {
    display: none!important;
}

