/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}



/* Andreas Wildi for cs-computing.ch */
/*** Konfigurationswerte */
@font-face {
    font-family: 'Petita';
    src: local('PetitaLight'), local('Petita Light'),
        url('PetitaLight.woff2') format('woff2'),
        url('PetitaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Petita';
    src: local('PetitaLight'), local('Petita Light'),
        url('PetitaLight.woff2') format('woff2'),
        url('PetitaLight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Petita Light';
    src: local('PetitaLight'), local('Petita Light'),
        url('PetitaLight.woff2') format('woff2'),
        url('PetitaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Petita';
    src: local('PetitaMedium'), local('Petita Medium'),
        url('PetitaMedium.woff2') format('woff2'),
        url('PetitaMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Petita';
    src: local('PetitaBold'), local('Petita Bold'),
        url('PetitaBold.woff2') format('woff2'),
        url('PetitaBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Petita Bold';
    src: local('PetitaBold'), local('Petita Bold'),
        url('PetitaBold.woff2') format('woff2'),
        url('PetitaBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

header {
  background: #fff;
  z-index: 500;
}

a:link, a:visited, a:hover, .emailObfuscate {
  color: #025daa;
  text-decoration: underline;
}

.emailObfuscate {
  unicode-bidi:bidi-override;
  direction:rtl;
}

.topmenuNav a:link, .topmenuNav a:visited,  .topmenuNav a:hover {
  color: #000;
}

footer {
  /*background-color: rgba(76,86,116, 1); */
  /*background-color: #21468b; */
  color: #fff;
  margin-top: 84px;
}

footer a:link, footer a:visited,  footer a:hover, footer .emailObfuscate  {
  color: #fff;
}

html {
  background-color: #FFFFFF; /* use footer color, only visible after body */
}

body {
  font-family: 'Petita', arial, sans-serif;
  color: #636362;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}


.headerStripe {
  background-color: rgba(255,255,255,0.7);
}

/******/

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

p:empty::after { /** make empty paragraphs the height of a line */
  content: "&nbsp;"; 
  visibility: hidden;
  margin: 0;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.innerHeader {
  position: relative;
}

.topmenuNav {
  display: block;
  float: right;
  margin-top: -24px;
  text-align: right;
  min-width: 895px;
  width: 100%;
}

.topmenuNavUl .submenu {
  text-align: left;
}

@media screen and (min-width: 2300px){
  .topmenuNav {
    float: none;
    width: 100%;
    text-align: right;
  }

  .topmenuNavUl .submenu {
    text-align: left;
  }
}

.topmenuNav a:link, .topmenuNav a:visited,  .topmenuNav a:hover {
  text-decoration: none;

  color: #4281C3;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.86px;
}

.topmenuNavUl {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topmenuNavUl > li {
  display: inline-block;
  margin-right: 40px;
}

.topmenuNavUl .active, .topmenuNavUl .currentOrMenuParentOrChild {
  font-weight: bold;
}

.topmenuNavUl > li.last {
  margin-right: 10px;
}

@media screen and (max-width:1500px) {
  .topmenuNavUl > li {
    margin-right: 30px;
  }
}

.topmenuNavUl .submenu {
  display: none;
  width: 244px;;
  min-height: 181px;
  background-color: #025daa;
  color: #ffffff;
  position: absolute;
  padding: 0;
  padding-top: 18px;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-left: -12px;
  list-style: none;
}

.topmenuNavUl .submenu a {
  color: #ffffff;
  font-family: "Petita Light";
  font-size: 18px;
  font-weight: 400;
  line-height: 30.48px;
  letter-spacing: 1.83px;
  text-transform: none;
}

.topmenuNavUl .submenu li:hover {
  background-image: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-position: right center;
  background-size: 62%;
  background-repeat: no-repeat;
}

.topmenuNavUl .submenu a {
  padding-left: 12px;
  padding-right: 22px;
}

.topmenuNavUl .submenu .active a {
  font-weight: bold;
}

.languageSwitcher {
  display: inline-block;
  margin-left: 12px;
}

.languageSwitcher .languageActive {
  font-weight: bold;
}

.languageSwitcher a::after {
  content: ' | ';
}

.languageSwitcher a:last-child::after {
  content: '';
}

.firmenlogo {
  display: inline-block;
  margin-bottom: 0;
  vertical-align:top;
  width: 483px;
  height: 84px;
}

.navAlign {
  display: inline-block;
  text-align: right;
}

.shopNav {
  display: block;
  float: right;
}

.shopNav a {
  color: #ffffff;
  font-family: "Petita";
  font-size: 19px;
  font-weight: 400;
  line-height: 25.89px;
  text-transform: uppercase;
  letter-spacing: 1.86px;
  text-decoration: none !important;
  text-align: center;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.shopNavAktiv {
  color: #065bab;
}

.shopNavLogin {
  display: inline-block;
  min-width: 133px;
  height: 47px;
  border: 3px solid #065bab;
  background-color: #025daa;
  padding: 0 10px;
}

.shopNavShopLink {
  display: inline-block;
  width: 195px;
  height: 47px;
  border: 3px solid #065bab;
}

.shopNavShopLinkAlone {
  width: 215px;

  background-image: url('../images/cart-nav.png');
  background-repeat: no-repeat;
  background-position: right;
  background-position: bottom 6px right 10px;
  background-size: 30px;

  justify-content: left !important;
  padding-left: 25px;
}

html[lang="fr"] .shopNavShopLinkAlone {
  width: 225px;
}

.shopNavCart {
  display: inline-block;
  width: 162px;
  height: 47px;
  border: 3px solid #065bab;
  background-color: #025daa;

  background-image: url('../images/cart-copie.png');
  background-repeat: no-repeat;
  background-position: bottom 10px right 10px;
  background-size: 25px;
}

header, .innerHeader, footer, main {
  width: 100%;
}

.innerHeader, .innerFooter, main {
  width: 93vw;
  max-width: 100%;
  margin: 0 auto;
}

.onlineshopbox {
  position: absolute;
  right: 0;
}

main > section { /** add css grid */
  display: block;
  vertical-align: top;
  font-size: 17px;
}

.mehrereKolumnen main > section {
  display: inline-block;
  margin-right: 5%;
  width: 25%;
  max-width: 100%;
}

.mehrereKolumnen main > section.hasTwoRepeaterBlocks {
  width: 45%;
  margin-right: 2%;
}

.mehrereKolumnen main > section:last-child {
  margin-right: 0;
}

.mehrereKolumnen main > section.repeaterVolleBreite {
  display: block;
  margin-right: 0;
  width: 100%;

  margin-bottom: 10px;
}

.repeaterBlock img {
  max-width: 100%;
  height: auto !important;
}

.repeaterBlockImageLeft .repeaterImageLeft {
  display: inline-block;
  width: 880px;
  margin-right: 80px;
  vertical-align: top;
}


.repeaterBlockImageLeft .repeaterTextRight {
  display: inline-block;
  width: 560px;
  vertical-align: top;
  margin-bottom: 213px;
  margin-top: 50px;
}

.repeaterBlockImageRight, .repeaterFullIndentedWidth, .repeaterBlockImageLeft {
  margin-top: 91px;
}

.repeaterBlockImageRight .repeaterTextLeft {
  display: inline-block;
  width: 641px;
  margin-right: 80px;
  vertical-align: top;

  margin-left: 78px;
}

.repeaterBlockImageRight.keinImage .repeaterTextLeft {
  width: auto;
  margin-right: 0;
}

.nichtEinruecken .repeaterTextLeft {
  margin-left: 0;
}

.repeaterBlockGallery .contentHeader {
  margin-top: 91px;
  margin-left: 78px;
}

.contentHeader {
  color: #065bab;
  font-family: "Petita Light";
  font-size: 51px;
  font-weight: 400;
  letter-spacing: 5.08px;
  line-height: 51px;
}

.repeaterBlockImageRight .repeaterImageRight  {
  margin-right: 0;
  vertical-align: top;

  margin-left: 78px;
}

.repeaterImageRightBelow {
  width: 100%;
}

.repeaterBlockImageRight .repeaterImageRight {
  display: inline-block;
  width: 843px;
  vertical-align: top;
  text-align: right;
}

@media screen and (min-width: 1600px) {
  .repeaterBlockImageRight.hasImage {
    display: flex;
    flex-wrap: wrap;
  }

  .repeaterBlockImageRight .repeaterImageRight  {
    margin-left: auto;
  }
}

@media screen and (max-width: 1500px) {
 .repeaterBlockImageRight .repeaterImageRight  {
    margin-right: 0;  
    margin-left: 0;
  }
}

@media screen and (min-width: 1530px) and (max-width: 1675px) {
  .repeaterBlockImageRight .repeaterImageRight  {
    margin-right: 0;  
    margin-left: auto;
    width: 700px;
  }
}

@media screen and (max-width: 700px) {
  .repeaterBlockImageRight .repeaterImageRight  {
    margin-left: 0;
  }
}


.repeaterBlockImageRight .contentHeader {
  margin-top: -12px;
}





.nachDiesemRepeaterNichtUmbrechen {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-right: 0;
}

.nachDiesemRepeaterNichtUmbrechen:nth-of-type(odd) {
  width: 49%;
  margin-right: 1%;
}

.nachDiesemRepeaterNichtUmbrechen .repeaterBlockImageRight .repeaterTextLeft {
  width: 100%;
}


.repeaterBlockBigFullWidthImage {
  position: relative;
}

.repeaterBlockBigFullWidthImageRepeaterText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b1908;
  background-color: rgba(27, 25, 8, 0.4);
}

.repeaterBlockBigFullWidthImageRepeaterText .contentHeader {
  color: #ffffff;
  font-family: "Petita Light";
  font-size: 51px;
  font-weight: 400;
  line-height: 34.11px;
  letter-spacing: 5.08px;
  margin-top: 158px;
}

.repeaterBlockBigFullWidthImageRepeaterText .longStripe {
  width: 100%;
  height: 6px;
  background-color: #025caa;
  margin-bottom: 29px;
}

.repeaterBlockBigFullWidthImageRepeaterText .contentHeader, .repeaterBlockBigFullWidthImageRepeaterText .contentBody {
  margin-left: 78px;
}


.contentImageRepeaterBlockBigFullWidthImageRepeaterText img {
  min-width: 100%;
  width: 100%;
  height: auto;
}

.repeaterBlockBigFullWidthImageRepeaterText .contentBody  {
  width: 100%;
  color: #ffffff;
  font-family: "Petita Light";
  font-size: 18px;
  font-weight: 400;
  line-height: 34.11px;
  letter-spacing: 1.83px;
  margin-bottom: 61px;
}

.repeaterFullIndentedWidth .repeaterImageLeft {
  display: inline-block;
  width: calc(100% - 78px - 20px);
  margin-right: 80px;
  vertical-align: top;
}


.repeaterFullIndentedWidth .repeaterTextLeft {
  display: inline-block;
  width: calc(100% - 78px - 20px);
  margin-right: 80px;
  vertical-align: top;
  margin-left: 78px;
}

.imageListImage {
  position: relative;
  width: 401px;
  height: 378px;
  display: inline-block;
}

h1 {
  color: #065bab;
  font-family: "Petita Light";
  font-size: 51px;
  font-weight: 400;
  letter-spacing: 5.08px;
}

main > h1 {
  margin-top: 91px;
}

.contentBody {
  /*width: 560px;*/
  color: #2f2f2f;
  font-family: "Petita Light";
  font-size: 18px;
  font-weight: 400;
  line-height: 34.11px;
  /* Text style for "Entreprise" */
  letter-spacing: 1.83px;
}

main > section > h1 {
  font-size: 43px;
}


main > section > h2 {
  font-size: 40px;
}

main > section > h3 {
  font-size: 30px;
}

.footer-left > * {
  display: inline-block;
}

.footer-2 {
  margin-left: 20px;
}

.innerFooter > div {
  display: inline-block;
  /* width: calc((62.5rem - (3.75rem * 2)) / 2); */
  max-width: 100%;
  vertical-align: top;
}

.innerFooter > div > p {
  margin: 0;
}

.innerFooter > div > p:empty {
  white-space: pre-wrap;
  content: "";
  display: inline-block;
}

.innerFooter > div > p + p {
  margin-top: 16px;
}

.innerFooter, main {
  padding: 0;
}

.innerFooter {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 13px;

  background-color: #025daa;
  position: relative;
  color: #ffffff;

  letter-spacing: 1.27px;
  line-height: 20.32px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-left: 71px;
  padding-right: 71px;
}

.innerFooter .clear {
  display: none;
}

.footer-left {
  display: inline-block;
  margin-left: 5px;
}

.footer-right {
  display: inline-block;
  position: absolute;
  right: 79px;
}

.clear {
  clear: both;
}

.innerFooter strong {
  font-size: 22px;
}

.innerFooter {
  font-size: 18px;
}

main section *:first-child {
  margin-top: 0;
}

main * + * {
  margin-top: 1px;
}

* {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.sf-toolbar {
  display: inline !important;
  max-width: 0;
  position: absolute !important;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 14px;
  }

  main > section {
    width: 100%;
  }

  .topmenuNav {
    position: static;
    display: block;
  }

}

@media screen and (max-width: 880px) { /* 30% of 62.5em */
  .innerFooter > div {
    margin-bottom: 32px;
  }
}

/*** Sticky footer */

@media screen and (min-width: 1000px) {
  html,body {
    height: 100%;
  }

  .wrap {
    display: grid;
    min-height: 100%;
    grid-template-columns:1fr;
    grid-template-areas:
              "header"
             "main"
             "footer";

    grid-template-rows: auto 1fr auto;
  }

  header {
    grid-area: header;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  main { grid-area: main; }
  footer { grid-area: footer; }

  .mehrereKolumnen .content {
    display: grid;
    /*grid-template-columns: 1fr fit-content(50%); */
    /*grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(3, minmax(200px, auto));
    grid-column-gap: 2%;
  }

  .mehrereKolumnen .content section.repeaterVolleBreite {
    grid-column-start: 1;
    grid-column-end: -1;
  }

  .mehrereKolumnen .content section.lastRepeaterBlock.repeaterSpan3Rows {
    grid-column-end: -1;
    grid-column-start: -4;
  }

  .mehrereKolumnen .content section.lastRepeaterBlock.repeaterSpan2Rows {
    grid-column-end: -1;
    grid-column-start: -3;
  }
}

@supports (display: grid) {
  .mehrereKolumnen main > section.repeaterBlock {
    width: 100%;
    margin-right: 0;
  }
}


@media screen and (max-width: 670px) {
  .mehrereKolumnen main > section {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}


/*************** Filelist */

.filelist {
  margin: 25px 0;
  padding: 0;
  list-style-type: none;
}

.fileIcons {
  display: block;
  padding-left: 29px;
  min-height: 27px;
  background: no-repeat left 0;
}

.icon-pdf {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABd0lEQVR4nLXVv0vcMRjH8dfZqhTp4FCUQ8RSqYidBCk4HC0I/SNUqnRykC5d6g9saV0EqYujW/+CDhUcbEFwE9zURSm41NFBygnVITn4cnqnOb9+ICQhyfNOnuR5UiiVSqI+YgwP3F7n2MYXHF83oZABlNGcYDyrv3iNveqBpky7GQco3LLAEZbRgU08rwdoRGV8wFd04hd68wRUNB8hxQh5ljcgC+kS3NWRN6ACWUY3ZuBhwuJWbGAOW/iPp9ivmtcS61epgJ4IKcb+dyFu+upsKMlF/9CPs9h/KwRlrScsFfBHcMtpwprkSz4U0sO9ADoxgMn7AkzgG17gZd6AVkxhFeNYw5s8AVP4Kfh/SEhy67E+wQ5+4EkjgHbMCkH1WYidBbQJ97GJx0KKeFS9+KZAG8EnrGDxmvHfsdRUPcA0RuNOl27YSDJgEO+ET2hU4tvPqtYdtAkp4T12GzVO7RNsYfguhivK+z+4ouwJzoXUe5GT7TJcAnJyPNs5WwlnAAAAAElFTkSuQmCC');
}

.icon-file {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAyElEQVR4nO3UQWoCMRgG0De1tkdQihSKorcY9B6Cl+hGwZXdegvP0e68gnXlxo1XGEFdzAhBqoydWbiYD0JCEv4HIUkUx7EsYwxRkz97LDHD9q8NUQAkqN9RPMwOA6wuF56CcR1rRDkbbDBHA9/o3gL+kwSf+EITP+iUCZwzzZC3DGmXDYRIS3pcjbKBMzLHOybwXKDYAR/4vZh/yfp+UWAhfTe9K+uvFDuikfRRXrvCigK5UgEVUAEV8AhA+F3vpV/vsaTaCZwAOWMbYxTqh3UAAAAASUVORK5CYII=');
}

.icon-archive {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABfUlEQVR4nLXUsUtWURjH8c/NLMh2FVKKJPMPyMThRQfBxSGhIUgagqYigpastyXXwME/oblJShfFpX9BBcUlkCYHnV4pG84pjm/e13Pl9oPDc3juc5/vfZ57zlM0Gg1Rb/AYXfJ1jG/4gO9nBRQJoIXuCslT/cAkNtsfXEr23dhGUbK2/3xUXLCHj+jFGu50AnTSNFaw2uZv4TUW0Id1DKUBlzMBXzGCrZLnzWjfRcgEdsmv4BWeYrFDTFOo5IbQrt4qgEXM4OU5cU3hnwxinvwWbeG500fxF275t21Xop2oAhiOydNkn4R7M1zyzlXyW/QCGzhJfE+ES3nWkf6rXMASDjJjTym3RTu4i5tVATkVFLiNKRz+D8BYtF+wj0aH2AsBHib7As/qBBRtAHiA63UBxoWrn+oaZusCPCrxz9UFGI12Gj3Rwv1cwHn3YA33sCycoP7EXwvgLY6EsTAQIZ/xvi7AT2HGL+QmbFfuLLqw0gqOhdF7UhJbVS34DfJiPNLxkB94AAAAAElFTkSuQmCC');
}

/********************* LIGHTBOX *********************/

img[data-big] {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}

#lightboxWindow {
  display: none;
  position: fixed;
  text-align: center;

  width: 1440px;
  max-width: 100%;
  height: auto;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;

/*  z-index: 400;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;  */
  z-index: 502;

}

#lightboxOverlay {
  display: none;

  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba(0,0,0, 0.95);
  width: 100%;
  overflow: hidden;
}

#lightboxWindow img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  cursor: pointer;
  box-shadow: 5px 9px 5px 0 rgba(5, 5, 6, 0.75);
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#lightboxWindow .close {
  position: absolute;
  top: 7px;
  right: -16px;
  width: 33px;
  height: 60px;
  cursor: pointer;
  z-index: 600;
}

#lightboxWindow .close:after {
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../images/close.png);
  content: ' ';
}

#lightboxWindow .close-stripe {
  position: absolute;
  top: 0;
  bottom: 0;
  left:30%;
  right: 30%;
  margin: 0 auto;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

#lightboxWindow .arrow  {
  display: none;
  position: absolute;
  width: 20%;
  top: 40px;
  bottom: 0;
}

#lightboxWindow .arrow span:hover {
  background-color: rgba(0,0,0, 0.2);
  transition: all 0.3s ease-out;
}

#lightboxWindow span {
  display: block;
  margin: auto 10px;
  position: absolute;
  top: -30px; left: 0; bottom: 0; right: 0;
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background-color: rgba(0,0,0, 0.3);
  z-index: 500;
  cursor: pointer;
}

#lightboxWindow .left-arrow {
  left: 0;
}

#lightboxWindow .left-arrow span {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAABIklEQVR4nO3YMUrEUBSF4T9q6x4EG9spswBrl2InWNtZWriCGV2DuAd34AJsRUYQ4VgaJc4wc+89Y+AdSJEUh4/7AnkvnSSmlr1dA7ZJQ7vS0K40tCsNvSY98AJchpskOa5e0qu+cx7pc0y6Bx6Aw8Gzo1CjecKSdC9pP9I7OXAlegx8lwGuQpeCK9Dl4Gz0GHiRDc5E28BZaCs4Az0GnleCJdFJoYPtEzAb3D8DJ8BnpHRdop/xC+B9cH8M3ABdsHd1EpbrVNLy1ytyK6n7r+/0TuCZZTZ49hQs8PSlc8Ar0OXwKnQpvBJdBq9G/wW/inQ6DraPwBk/v5wfoUbDpIcTf5N0He2Kbpg2zQEJmyk3OiXtX54rDe1KQ7vS0K5MEv0F35T16VyDyNcAAAAASUVORK5CYII=');
}

#lightboxWindow .right-arrow {
  right: 0;
}

#lightboxWindow .right-arrow span {
  left: auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAABF0lEQVR4nO3YsQnCQBgF4BexcQkLJ3AIM4CVlQvYCJbWGjdwDXERV3ABawUjPCsxSaEh9/9PQ+7BQUjx+PLniksSkmhber8GNElEqxLRqkS0Kp1FLwBcAKQGXfVCMmTN+c6VZBrYV2uFTnpYuB4AOEIx8cCnTkjuWY77xC1K5HCrIincskwGt56CBG7+6hRwD7Q73AvtCvdEf4JPQnoT0v3DNgFwAjAu3DsDGDUtVJzyMpTBOYBVUKPz9thVtsad5PSf93TmAfZEu4G90K5gD/TWG2yNloAt0RsV2AotBVugl2owGf5hm1euZwAOgZ3fY/Dka5I3xYRfy+rA1AfwsCiqE8Upzzyd/ZcnT0SrEtGqRLQqrUQ/AW449MQzyIdFAAAAAElFTkSuQmCC');
}


@supports (display: grid) {
  .mehrereKolumnen main > section.hasTwoRepeaterBlocks {
    width: auto;
    margin-right: 0;
  }
}


@media screen and (max-width: 1400px) {
  .headerStripe {
    height: 84px;
  }

  .firmenlogo {
    width: auto;
    height: 59px;
  }

  .topmenuNav {
    display: block;
  }

  .topmenuNav {
    float: none;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .topmenuNavUl > li {
    margin-right: 15px;
  }

  .topmenuNav a:link, .topmenuNav a:visited,  .topmenuNav a:hover {
    font-size: 14px;
  }

  .languageSwitcher {
    margin-left: 0;
    display: inline-block;
  }
}

.leftHero {
  display: inline-block;
  width: 483px;
  background-image: url('../images/lefthero_background.png');
  background-repeat: repeat-y;
  vertical-align: top;
}

.leftHeroContent {
  margin-left: 71px;
  margin-right: 55px;
  color: #ffffff;
  vertical-align: top;
  min-height: 769px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.leftHeroContent .leftHeroButtons {
  /* margin-top: auto; */
  width: 100%;
}

.leftHeroContent h2 {
    margin-top: 0;
    width: 278px;
    min-height: 174px;
    color: #ffffff;
    font-family: "Petita";
    font-size: 46px;
    font-weight: 400;
    line-height: 66.26px;
    letter-spacing: 2.35px;
}

.leftHeroContent p {
  color: #ffffff;
  font-family: "Petita";
  font-size: 18px;
  font-weight: 400;
  line-height: 35.58px;
  letter-spacing: 1.83px;

  flex: 1;
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 1;
}

.leftHeroContent .button {
  display: block;

  color: #ffffff;
  font-family: "Petita";
  font-size: 18px;
  font-weight: 400;
  line-height: 35.58px;
  letter-spacing: 1.83px;

  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border: 3px solid #ffffff;
  background-color: transparent;
  margin-right: 25px;
}

.leftHeroContent .button + .button {
  margin-top: 15px;
}

.leftHeroPrice:empty {
  display: none;
}

.rightHero {
  display: inline-block;
  vertical-align: bottom;
  width: calc(100% - 490px);
}

.product-photo-fullsize {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.productSlideshow + .productSlideshow {
  margin-top: 0;
}

.productSlideshow .rightHero {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* for the dots */
}

@supports(display: grid) {
  .productSlideshow {
    display: grid;
    grid-template-columns: 483px minmax(460px, 1fr);
  }

  .rightHero  {
    width: initial;
  }
}

@media screen and (max-width: 1073px) {
  .productSlideshow {
    display: block;
  }
}

.rowJohnny {
  margin-top: 0;
}

.rowJohnny * {
  display: inline-block;
}

.rowJohnny .left {
  width: 881px;
  height: 760px;
  background-color: #025daa;
  padding-top: 50px;
}

.rowJohnny .right {
  color: #025daa;
  vertical-align: top;
  margin-top: 125px;
}

.rowJohnnyContent {
  width: 641px;
  margin-left: 161px;
}

.rowJohnny h2 {
  font-size: 51px;
  font-weight: 400;
  letter-spacing: 2.35px;
  line-height: 73.81px;
}

.rowJohnny p {
  font-size: 18px;
  font-weight: 400;
  line-height: 35.56px;
  letter-spacing: 1.83px;
}

.rowJohnny p + .button {
  margin-top: 47px;
}

.button {
  display: inline-block;
  background-color: #025daa;
  padding: 20px 51px 24px 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-shadow: none;
  border: none;
}

a.button:link {
  color: #fff;
  text-decoration: none;
}

a.button:visited {
  color: #fff;
  text-decoration: none;
}

.nosProduits {
  background-image: url('../images/nosProduitsBackground.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 76px 0 94px 0;
}

.nosProduits h2 {
  display: block;
  width: 540px;
  color: #065bab;
  font-family: "Petita";
  font-size: 51px;
  font-weight: 400;
  line-height: 50.8px;
  letter-spacing: 5.08px;
  margin: 0 auto;
  text-align: center;
}

.nosProduitsCompanyRow {
  display: block;
  margin: 95px auto;
  width: 1000px;
  text-align: center;
}

.nosProduitsCompany {
  display: inline-block;
  width: 200px;
}

.nosProduitsCompany .companyLogo {
  display: block;
  height: 89px;
}

.nosProduitsCompany:nth-child(1) {
  float: left;
}

.nosProduitsCompany:nth-child(3) {
  float: right;
}

.nosProduitsCompany .nommegamme {
  /*width: 109px; */
  color: #065bab;
  font-family: "Petita";
  font-size: 30px;
  font-weight: 400;
  line-height: 40.64px;
  letter-spacing: 2.66px;
}

.nosProduits .button {
  margin: 0 auto;
  width: 320px;
  display: block;
  margin-top: 89px;
}

.startseite footer {
  margin-top: 0;
}

.dot {
  cursor:pointer;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #025daa;
}

.slideshowButtons {
	position: absolute;
	bottom: 30px;
}

/*** Kontaktformular ******/

p.boltform-message {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #D6E9C6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #468847;
  background-color: #DFF0D8;
}

ul.boltform-error, p.boltform-error {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #b94a48;
background-color: #f2dede;
}

ul.boltform-error {
list-style-type: none;
}

.contactBox {
  margin-top: 20px;
}

.contactLeft .contactText {
  float: right;
}

.contactText {
  /* Style for "Prüfmaschi" */
  width: 244px;
  color: #323232;
  font-family: "Petita Light";
  font-size: 18px;
  font-weight: 400;
  line-height: 30.48px;
  margin-bottom: 51px;
}

.contactText strong {
  color: #025daa;
  font-family: "Petita Bold";
  font-weight: 700;
  letter-spacing: 1.83px;
}


.contactLeft {
  display: none;
}

.contactFormBox {
  background-color: #e6e6e6;
}

.contactForm {
  width: 880px;
  margin: 0 auto;
  padding: 57px 0;
}

.contactFormLeft {
  display: inline-block;
  width: 400px;
  margin-right: 72px;
}

.contactFormRight {
  display: inline-block;
  width: 400px;
}

.contactForm input, .contactForm textarea {
  padding: 5px;
}


.contactForm input {
  width: 400px;
  height: 40px;
  margin-bottom:50px;
}

.contactForm input:last-child {
  margin-bottom: 41px;
}

.contactForm textarea {
  display: block;
  max-width: 100%;
  width: 880px;
  height: 265px;
}

.contactFormTitle {
  text-align: center;
  color: #1561ad;
  font-family: "Petita Bold";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.83px;
  margin-bottom: 43px;
}

.contactForm button[type="submit"] {
  float: right;
  display: block;
  margin-top: 30px;
}

/***** Kontaktformular ende */

/***** Newsliste Seite **/
.newsliste h1 {
  width: 426px;
  min-height: 36px;
  color: #065bab;
  font-family: "Petita";
  font-size: 51px;
  font-weight: 400;
  line-height: 45.39px;
  letter-spacing: 3.82px;
}

.newsliste h1, .newsExplanation, .newsItems {
  margin-left: 75px;
}

.newsExplanation {
  /* Style for "Toutes les" */
  width: 544px;
  min-height: 18px;
  color: #2f2f2f;
  font-family: "Petita";
  font-size: 18px;
  font-weight: 400;
  line-height: 34.11px;
  /* Text style for "Toutes les" */
  letter-spacing: 1.83px;
}

.newsItems {
  margin-top: 75px;
}

.newsItem {
  margin-bottom: 22px;
}

.newsItemImage {
  display: inline-block;
  width: 639px;
  height: 479px;
}

.newsItemRectangle {
  /* Style for "Rectangle" */
  display: inline-block;
  width: 961px;
  min-height: 479px;
  border: 1px solid #e6e6e6;
  border-left: none;
  vertical-align: top;
  padding-left: 79px;
  padding-top: 111px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1730px) {
  .newsItemRectangle{
    width:768px;
  }
  .newsItemImage{
    width:495px;
  }
}

.newsItemDatum {
  width: 560px;

  /* Style for "13 septemb" */
  color: #065bab;
  font-family: "Petita";
  font-size: 18px;
  font-weight: 400;
  line-height: 34.11px;
  text-transform: uppercase;
  /* Text style for "1, 3 septe" */
  letter-spacing: 1.83px
}

.newsItemTitle {
  /* Style for "Ut eu auct" */
  width: 560px;
  color: #065bab;
  font-family: "Petita Light";
  font-size: 30px;
  font-weight: 400;
  line-height: 45.39px;
  /* Text style for "Ut eu auct" */
  letter-spacing: 2.29px;
}

.newsItemText {
  /* Style for "Phasellus" */
  width: 560px;
  color: #2f2f2f;
  font-family: "Petita Light";
  font-size: 18px;
  font-weight: 400;
  line-height: 34.11px;
  /* Text style for "P, hasellu" */
  letter-spacing: 1.83px;
}

.newsItemButton {
padding: 17px 34px 16px 30px;
letter-spacing: 2.29px;
margin-top: 37px;
display: inline-block;
}

/**** Newsliste Seite ende */

@media screen and (max-width: 1950px) {
  .innerHeader, .innerFooter, main {
    width: 98%;
  }

  .topmenuNavUl > li {
    margin-right: 20px;
  } 
}

@media screen and (max-width: 1500px) {
  .innerHeader, .innerFooter, main {
    width: 99%;
  }

  .topmenuNavUl > li {
    margin-right: 10px;
  } 
}

a.zurueckLink {
  color: #065bab;
  text-decoration: none;
  letter-spacing: 1px;
}

.mobile {
  display: none;
}

.zurueckLinkBlock {
  position: relative;
  top: 35px;
  margin-top: 0;
}

.imageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  line-height: 0;
}

.imageListImage {
  position: relative;
  margin-top: 0;
}

.imageListImage img {
  height: auto;
  margin-top: 0;
}

.imageWithPlus {
  position: relative;
}

div.galleryHoverItem {
  display: inline-block;
  font-size: 30%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 300;

  position: absolute;
  top: 0;
  left: 0;
  font-size: 130px;
  background-color: rgba(2, 93, 170, 0.8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 600px) {

  div.galleryHoverItem {
    top: 0% !important;
    left: 0% !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 1800px) {
  .rowJohnny .left {
    width: 600px;
    height: 534px;
  }
}

@media screen and (max-width: 1435px) {
  .rowJohnny .left {
    width: 500px;
    height: 453px;
  }
}

@media screen and (max-width: 1400px) {
  .rowJohnnyContent .button {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  .contact .nachDiesemRepeaterNichtUmbrechen:nth-of-type(odd) {
    padding-right: 30px;
    box-sizing: border-box;
  }

  .contact .nachDiesemRepeaterNichtUmbrechen {
    text-align: center;
  }

  .nachDiesemRepeaterNichtUmbrechen iframe {
    width: 100%;
  }
}

@media screen and (min-width: 1552px) {
  .repeaterBlockImageLeft  {
    display: flex;
  }
  
  .repeaterBlockImageLeft .repeaterTextRight {
    margin-top: -6px;
    display: inline-flex;
    flex-grow: 1;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1552px) {  
  .repeaterBlockImageLeft .repeaterTextRight {
    width: auto;
    margin-right: 0;
  }

  .repeaterBlockImageLeft .repeaterImageLeft, .repeaterBlockImageLeft .repeaterImageLeft img {
    width: auto;
    margin-right: 0;
  }

  .repeaterBlockImageRight .repeaterTextLeft {
    width: auto;
    margin-right: 0;
  }

  .repeaterBlockImageRight .repeaterImageRight {
    width: auto;
  }
}