/* Object-Fit Polyfill for IE9+ & Safari */
/*---------------------------------------------------
    LESS Elements 0.7
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.border-box,
.bb {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* EFFECTS */
.bounce {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.bounceOnce {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s normal;
  -webkit-animation: bounce 2s normal;
  -moz-animation: bounce 2s normal;
  -o-animation: bounce 2s normal;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-15px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* #C9D22A; */
.container {
  max-width: 70em;
}
* {
  outline-color: #b4bc18;
}
a {
  color: #666666;
}
a:hover {
  color: #b4bc18;
}
/* ALLGEMEIN */
.inlinefix {
  font-size: 0 em;
  font-size: 0px;
  line-height: 0;
}
.inlinefix > .kleanity-footer-column,
.inlinefix > .item {
  font-size: 0.875 em;
  font-size: 14px;
  line-height: normal;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
html {
  max-width: 100%;
  min-width: 21.875rem;
  overflow-x: hidden;
}
body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  max-width: 100%;
  min-width: 21.875rem;
  overflow-x: hidden;
  color: #666666;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
body.in-page {
  margin-top: 5em;
}
@media screen and (max-width: 61.9375rem) {
  body.open-menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
h1,
.h1 {
  font-size: 3.4375rem;
  font-weight: 900;
}
@media screen and (max-width: 61.9375rem) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: 3rem;
  margin-bottom: 1.25rem;
  font-weight: 900;
}
@media screen and (max-width: 61.9375rem) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}
h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 61.9375rem) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}
ul {
  margin-bottom: 0;
}
code {
  color: #666666;
  padding: 1.25em 1.875em;
  border: 1px solid #E1E1E1;
  background: #f5f5f5;
  margin: 1.875em 0;
  display: block;
}
.inline-code code {
  color: #666666;
  padding: inherit;
  display: inline;
  margin: inherit;
  background: none;
  border: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('/wp-content/uploads/iconfont/icomoon.eot?pyeli9');
  src: url('/wp-content/uploads/iconfont/icomoon.eot?pyeli9#iefix') format('embedded-opentype'), url('/wp-content/uploads/iconfont/icomoon.ttf?pyeli9') format('truetype'), url('/wp-content/uploads/iconfont/icomoon.woff?pyeli9') format('woff'), url('/wp-content/uploads/iconfont/icomoon.svg?pyeli9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
  content: "\e907";
}
.icon-printer:before {
  content: "\e908";
  color: #666;
}
.icon-phone:before {
  content: "\e909";
  color: #666;
}
.icon-mail:before {
  content: "\e90a";
  color: #666;
}
.icon-arrow-down:before {
  content: "\e900";
  color: #666;
}
.icon-plus:before {
  content: "\e901";
  color: #fff;
}
.icon-cart:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
  color: #666;
}
.icon-questions .path1:before {
  content: "\e904";
  color: #cdcdcd;
}
.icon-questions .path2:before {
  content: "\e905";
  margin-left: -0.99804687em;
  color: #cdcdcd;
}
.icon-questions .path3:before {
  content: "\e906";
  margin-left: -0.99804687em;
  color: #db5d69;
}
.card-header {
  background: none;
  border-bottom: none;
  margin: 1.25em 0;
  padding-right: 15%;
  font-size: 1em;
  position: relative;
}
@media screen and (max-width: 61.9375rem) {
  .card-header {
    padding-right: 20%;
  }
}
.card-header:hover {
  cursor: pointer;
}
.card-header p {
  margin: 0;
}
.card-header h5 {
  font-size: 1em;
  line-height: 1.5;
}
.card-header .toggle-icon {
  background: #b4bc18;
  border-radius: 50%;
  width: 2.8125em;
  height: 2.8125em;
  position: absolute;
  right: 1.875em;
  top: 50%;
  transform: translateY(-50%);
  line-height: 2.8125em;
  text-align: center;
}
@media screen and (max-width: 61.9375rem) {
  .card-header .toggle-icon {
    right: 0.9375em;
  }
}
.card-header .toggle-icon .icon-plus {
  display: inline-block;
  transform: rotate(45deg);
  transition: all 300ms ease;
}
.card-header .toggle-icon .icon-plus:before {
  color: #fff;
}
.card-header.collapsed .toggle-icon .icon-plus {
  transform: rotate(0);
}
.card-body {
  padding: 0 4.6875em 0.625em 1.25em;
}
@media screen and (max-width: 61.9375rem) {
  .card-body {
    padding: 0 1.25em 0.625em;
  }
}
.card {
  border-radius: 0;
  margin-bottom: 1.875em;
  border: 0;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.15);
  line-height: 1.5;
}
.footer-nav {
  text-align: center;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li a {
  color: #666666;
}
.footer-nav li a:hover {
  color: #b4bc18;
  text-decoration: none;
}
.footer-nav li:not(:last-child):after {
  content: " | ";
}
.footer-headline {
  font-size: 1.5em;
}
.footer__widgets img {
  max-width: 6.25rem !important;
}
.footer__widgets img.w-100 {
  max-width: 100%!important;
}
@media screen and (max-width: 61.9375rem) {
  .footer__widgets img.w-100 {
    max-width: 60%!important;
  }
}
.footer__widgets .menu {
  list-style: none;
  padding: 0;
}
.footer__widgets .menu li {
  padding: 0.3125em 0;
}
.footer__widgets .menu a {
  color: #666666;
  font-weight: 700;
}
.footer__copyright a:hover {
  text-decoration: none;
}
.logo {
  position: relative;
}
.logo img {
  padding: 0.4375em;
  background: #fff;
  max-width: 7.8125em;
  position: absolute;
  top: 1.25em;
  left: -0.4375em;
  right: 0;
  transition: all 300ms ease;
}
@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .logo img {
    top: 0;
    width: 80%;
  }
}
@media screen and (max-width: 61.9375rem) {
  .logo img {
    max-width: 100%;
    position: relative;
    top: 0;
    margin: 0.625em 0;
    left: 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .logo img {
    max-width: 120%;
  }
}
.mainbar {
  background: #fff;
  position: relative;
  z-index: 5;
  transition: all 300ms ease;
}
.main-nav li.menu-item-type-post_type {
  line-height: 5em;
}
.main-nav {
  text-align: right;
  height: auto;
  transition: all 300ms ease;
}
.main-nav li {
  display: inline-block;
  transition: all 300ms ease;
}
@media screen and (min-width: 62em) {
  .main-nav li.menu-item-has-children:after,
  .main-nav li.menu-item-has-children:before {
    bottom: -0.125em;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .main-nav li.menu-item-has-children:after,
  .main-nav li.menu-item-has-children:before {
    left: 11%;
  }
}
.main-nav li:not(:last-child) {
  padding-left: 1.40625em;
  padding-right: 1.40625em;
}
.main-nav li a {
  color: #666666;
  font-weight: 700;
}
.main-nav li a:hover {
  color: #b4bc18;
  text-decoration: none;
}
.main-nav li.active a {
  color: #b4bc18;
}
.main-nav .sub-menu {
  line-height: 1.5;
  background: #fff;
  position: absolute;
  z-index: 99;
  padding: 1.875rem 2.8125rem;
  right: 0.9375rem;
  top: 100%;
  border-top: 2px solid #b4bc18;
  left: 0.9375rem;
  color: #666666;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  transition: all 300ms ease 9999s;
  display: none;
}
.main-nav .sub-menu a {
  color: #666666;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.main-nav .sub-menu li {
  display: block;
  width: 50%;
  text-align: left;
  line-height: 4;
  position: relative;
  padding-left: 4.0625em;
}
.main-nav .sub-menu li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 62rem) and (max-width: 74.9375rem) {
  .main-nav .sub-menu li:not(:last-child) {
    padding-right: 0;
  }
}
@media screen and (min-width: 62em) {
  .main-nav .menu-item .sub-menu .open {
    flex-wrap: wrap;
    display: flex;
  }
  .main-nav .menu-item:hover,
  .main-nav .menu-item.show {
    color: #b4bc18;
  }
  .main-nav .menu-item:hover .sub-menu,
  .main-nav .menu-item.show .sub-menu {
    flex-wrap: wrap;
    display: flex;
    transition: height 1s 9999s;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
}
.sub-menu.open {
  display: flex;
  flex-wrap: wrap;
  border: 1px black;
}
.in-page .mainbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 99;
  border-bottom: 2px solid #b4bc18;
}
@media screen and (min-width: 62em) {
  .in-page .main-nav li.menu-item-type-post_type {
    line-height: 3em;
  }
  .in-page .logo img {
    max-width: 6.25em;
    top: 0.625em;
  }
}
@media screen and (max-width: 61.9375em) {
  .in-page .logo img {
    max-width: 60%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .in-page .logo img {
    max-width: 90%;
  }
}
.search input[type="text"] {
  display: none;
  border: none;
  border-bottom: 1px solid #E1E1E1;
  border-radius: 0;
  padding: 0;
  line-height: 2;
  width: auto;
  margin-right: 1.25rem;
  transform: scale(0);
  transform-origin: right center;
  transition: all 300ms ease;
}
@media screen and (max-width: 61.9375rem) {
  .search input[type="text"] {
    width: 80%;
    border-color: #666666;
    margin-top: 1.875rem;
  }
}
.search label {
  left: 0;
  opacity: 0;
  transition: all 300ms ease;
  color: #666666;
  font-weight: 700;
}
@media screen and (max-width: 61.9375rem) {
  .search label.has-value {
    transform: translateY(-55%) scale(0.7);
  }
}
.search.show input[type="text"] {
  transform: scale(1);
  display: inline-block;
  transition: all 300ms ease;
}
.search.show label {
  opacity: 1;
}
.search .search-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bg-triangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom right, #b4bc18 0%, #b4bc18 50%, transparent 50%, transparent 100%) 100%;
}
.bg-triangle--light-orange:before {
  background: linear-gradient(to bottom right, #fdbf4c 0%, #fdbf4c 50%, transparent 50%, transparent 100%) 100%;
}
.bg-triangle--orange:before {
  background: linear-gradient(to bottom right, #ed8f44 0%, #ed8f44 50%, transparent 50%, transparent 100%) 100%;
}
.bg-triangle--red:before {
  background: linear-gradient(to bottom right, #db5d69 0%, #db5d69 50%, transparent 50%, transparent 100%) 100%;
}
.bg-triangle--blue:before {
  background: linear-gradient(to bottom right, #659fc3 0%, #659fc3 50%, transparent 50%, transparent 100%) 100%;
}
.bg-triangle--violett:before {
  background: linear-gradient(to bottom right, #9d7bc9 0%, #9d7bc9 50%, transparent 50%, transparent 100%) 100%;
}
@media screen and (max-width: 47.9375rem) {
  .bg-triangle:before {
    top: 20%;
    transform: rotate(14deg) scale(2);
  }
}
@media screen and (min-width: 48rem) {
  .bg-divided {
    background: linear-gradient(to right, #b4bc18 0%, #b4bc18 50%, transparent 50%, transparent 100%) 100%;
  }
}
.icon-core-crypto:before {
  background: url("/wp-content/themes/rittler/img/core-crypto-icon.svg") no-repeat 100%;
}
.icon-communication:before {
  background: url("/wp-content/themes/rittler/img/communication-icon.svg") no-repeat 100%;
}
.icon-security:before {
  background: url("/wp-content/themes/rittler/img/xml-icon.svg") no-repeat 100%;
}
.icon-publickey:before {
  background: url("/wp-content/themes/rittler/img/public-key-icon.svg") no-repeat 100%;
}
.icon-document:before {
  background: url("/wp-content/themes/rittler/img/document-icon-01.svg") no-repeat 100%;
}
.icon-mobilesec:before {
  background: url("/wp-content/themes/rittler/img/mobile-icon.svg") no-repeat 100%;
}
.animated-menu-icon {
  display: block;
  width: 2.1875em;
  height: 1.25em;
  position: absolute;
  margin: 0;
  top: 50%;
  right: 1.25em;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  transform: translateY(-50%) rotate(0deg);
}
.animated-menu-icon span {
  display: block;
  position: absolute;
  height: 0.1875em;
  width: 2.1875em;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #666666;
}
@media screen and (max-width: 47.9375rem) {
  .in-page .animated-menu-icon span {
    height: 0.125em;
    width: 1.875em;
  }
}
@media screen and (max-width: 61.9375rem) {
  .navbar-toggler {
    height: 100%;
    position: absolute;
    right: 1.25em;
    width: 100%;
  }
}
.animated-menu-icon span:nth-child(1) {
  top: 0;
}
.animated-menu-icon span:nth-child(2),
.animated-icon3 span:nth-child(3) {
  top: 0.75rem;
}
.animated-menu-icon span:nth-child(4) {
  top: 1.5rem;
}
.animated-menu-icon.open span:nth-child(2) {
  top: 0.6875rem;
  width: 0;
  left: 50%;
}
.animated-menu-icon.open span:nth-child(1) {
  transform: rotate(35deg);
  transform-origin: top left;
}
.animated-menu-icon.open span:nth-child(4) {
  transform: rotate(-35deg);
  transform-origin: bottom left;
}
.animated-menu-icon.open span:nth-child(3) {
  top: 0.6875rem;
  width: 0;
  left: 50%;
}
#mobile-navbar {
  height: 100%;
  width: 0;
  max-width: 20em;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -0.9375em;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.25);
  text-align: left;
}
#mobile-navbar.open {
  width: 70%;
  left: 0;
}
#mobile-navbar .menu-item {
  width: 100%;
  display: block;
  text-align: left;
}
#mobile-navbar .main-nav {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
#mobile-navbar .main-nav li {
  line-height: 4;
  border-bottom: 1px solid #666666;
  padding-left: 1.25em;
}
#mobile-navbar .main-nav li:last-child {
  border: none;
}
#mobile-navbar .main-nav li.menu-item-has-children {
  position: relative;
  opacity: 1;
  transition: all 300ms ease;
}
#mobile-navbar .main-nav li.menu-item-has-children:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  content: "\e900";
  font-family: 'icomoon';
  font-size: 0.625em;
  transition: all 300ms ease;
}
#mobile-navbar .main-nav li.menu-item-has-children.open-sub-nav {
  padding-left: 3.75em;
}
#mobile-navbar .main-nav li.menu-item-has-children.open-sub-nav > a {
  opacity: 0.7;
}
#mobile-navbar .main-nav li.menu-item-has-children.open-sub-nav:before {
  opacity: 0.7;
  right: unset;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}
#mobile-navbar .main-nav li .sub-menu {
  width: 0;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: -0.9375em;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  overflow-x: hidden;
  transition: 0.5s 9999s;
  padding: 0;
  text-align: left;
}
#mobile-navbar .main-nav li .sub-menu li {
  line-height: 1.3;
  padding: 1.5625em 0 1.5625em 3.75em;
}
#mobile-navbar .main-nav li .sub-menu.open {
  width: 100%;
  height: 100vh;
  left: 0;
  display: block;
}
.teaser-img {
  background-position: bottom !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 61.9375rem) {
  .teaser-img {
    background-size: cover !important;
  }
  .teaser-img:not(.teaser-img--gradient) {
    background-image: none!important;
    background-color: #b4bc18 !important;
  }
  .teaser-img .embed-responsive {
    padding: 0;
  }
  .teaser-img .embed-responsive-item {
    position: relative;
    top: unset;
    left: unset;
  }
}
.teaser-img__img {
  max-width: 150%;
  margin-left: -50%;
}
@media screen and (max-width: 118.6875rem) {
  .teaser-img__img {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .teaser-img__img {
    margin: 1.25em 0 1.875em -25%;
  }
}
.teaser-img__img--small {
  max-width: 120%;
  margin-left: -20%;
}
@media screen and (max-width: 61.9375rem) {
  .teaser-img__img--small {
    max-width: 80%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 118.75rem) {
  .teaser-text {
    margin-top: -10%;
  }
}
@media screen and (min-width: 93.75rem) and (max-width: 118.6875rem) {
  .teaser-text {
    margin-top: -8%;
  }
}
.teaser-text h1,
.teaser-text .h1 {
  color: #fff;
}
@media screen and (min-width: 48rem) and (max-width: 118.6875rem) {
  .teaser-text h1,
  .teaser-text .h1 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 75rem) and (max-width: 118.6875rem) {
  .teaser-text h3,
  .teaser-text .h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .teaser-text {
    text-align: center;
    padding: 1.875rem 1.25rem;
  }
}
.blog-teaser__img {
  text-align: right;
}
.blog-teaser__img img {
  max-width: 100%;
  height: auto;
}
.blog-teaser {
  padding: 3.75rem 0;
  border-bottom: 1px solid #868585;
}
.btn,
.big-button a,
.alm-btn-wrap button.alm-load-more-btn {
  border-radius: 20px;
  padding: 0.5rem 2.5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  transition: all 300ms ease;
  letter-spacing: 1px;
  font-weight: 900;
  white-space: inherit;
  background: var(--main-color);
  color: #fff;
  border: 2px solid var(--main-color);
  outline-color: var(--main-color);
}
.btn:hover,
.big-button a:hover,
.alm-btn-wrap button.alm-load-more-btn:hover {
  background: #fff;
  color: #666666;
  border-color: #666666;
}
.btn:focus,
.big-button a:focus,
.alm-btn-wrap button.alm-load-more-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 210, 42, 0.25);
}
.alm-btn-wrap button.alm-load-more-btn {
  line-height: unset;
  height: auto;
}
.alm-btn-wrap button.alm-load-more-btn.done {
  display: none;
}
.btn--small {
  padding: 0.125rem 1.25rem;
  font-size: 1rem;
}
.btn--block {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
}
.btn--white {
  background: #fff;
  color: #666666;
  border: 2px solid #fff;
}
.btn--white:hover {
  border-color: #666666;
  background: #fff;
}
.btn--light {
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.btn--light:hover {
  color: #666666;
  background: #fff;
}
.btn--light-orange {
  background: #fdbf4c;
  border-color: #fdbf4c;
}
.btn--orange {
  background: #ed8f44;
  border-color: #ed8f44;
}
.btn--red {
  background: #db5d69;
  border-color: #db5d69;
}
.btn--green {
  background: #C9D22A;
  border-color: #C9D22A;
}
.btn--green:hover {
  color: #666666;
  background: #fff;
  border: 2px solid #b4bc18;
}
.btn--violett {
  background: #9d7bc9;
  border-color: #9d7bc9;
}
.btn--blue {
  background: #659fc3;
  border-color: #659fc3;
}
.btn-current-color {
  background: var(--main-color) ! important;
  border-color: var(--main-color) ! important;
}
.btn-current-color:hover {
  color: #666666;
  background: #fff;
  border: 2px solid #b4bc18;
}
* {
  outline-color: var(--main-color);
}
.wysiwyg ul li:before {
  outline-color: var(--main-color);
}
.btn--outline {
  background: none;
  color: var(--main-color);
  border: 2px solid #b4bc18;
}
.btn--outline:hover {
  color: #666666;
  background: #fff;
}
.btn--outline--light-orange {
  color: #fdbf4c;
  border-color: #fdbf4c;
}
.btn--outline--orange {
  color: #ed8f44;
  border-color: #ed8f44;
}
.btn--outline--red {
  color: #db5d69;
  border-color: #db5d69;
}
.btn--outline--violett {
  color: #9d7bc9;
  border-color: #9d7bc9;
}
.btn--outline--blue {
  color: #659fc3;
  border-color: #659fc3;
}
.big-button .wysiwyg a {
  color: #fff !important;
  margin-top: 1.25em;
  display: inline-block;
}
.big-button .wysiwyg a:hover {
  color: #666666 !important;
  text-decoration: none;
}
button:focus {
  outline: none;
}
.contact-slide {
  padding: 3.125em 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 61.9375rem) {
  .contact-slide {
    padding: 1.25em 0;
  }
}
.contact-slide .btn {
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
.contact-slide .icon-questions {
  font-size: 3.75rem;
  margin-bottom: 1.25rem;
}
.contact-slide .icon-questions .path3:before {
  display: inline-block;
  transform: scale(1);
  transition: all 300ms ease;
}
.contact-slide:hover .icon-questions .path3:before {
  transform: scale(0.8);
}
.page-template-index-support .icon-questions {
  font-size: 3.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.page-template-index-support .icon-questions .path1,
.page-template-index-support .icon-questions .path2,
.page-template-index-support .icon-questions .path3 {
  font-size: 0;
}
.page-template-index-support .icon-questions .path1:before,
.page-template-index-support .icon-questions .path2:before,
.page-template-index-support .icon-questions .path3:before {
  font-size: 3.75rem;
}
.page-template-index-support .icon-questions .path3:before {
  display: inline-block;
  transition: all 300ms ease;
}
.page-template-homepage .contact-slide {
  border-top: none;
  padding: 0;
  margin: 1.875em auto 3.125em;
}
.page-template-homepage .contact-slide .icon-questions {
  margin-top: -2.5rem;
}
@media screen and (max-width: 61.9375rem) {
  .page-template-homepage .contact-slide .icon-questions {
    margin-top: -0.9375rem;
  }
}
.contact-slide--outer {
  border-top: 1px solid #666666;
}
@media screen and (max-width: 61.9375rem) {
  .contact-slide--outer {
    border: none;
  }
}
.page-template-homepage .contact-slide--outer {
  border-top: none;
}
.clients-slider {
  margin: 0 auto;
}
.clients-slider .slick-slider {
  padding: 0;
}
@media screen and (max-width: 61.9375em) {
  .clients-slider .slick-slider {
    max-height: 100%;
  }
  .clients-slider .slick-slider .slick-dots {
    display: none!important;
  }
}
.clients-slider img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  oapcity: 1;
  transition: all 300ms ease;
}
.clients-slider img:hover {
  opacity: 0.7;
}
.clients-slider .clients-slider__slide {
  max-height: 100%;
  align-items: center;
  padding: 0 0.625em;
}
.clients-slider .slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 3.125em;
}
.clients-slider .slick-dots button {
  display: block;
  width: 3.125em;
  height: 0.3125em;
  margin: 0 0.5em;
  border: none;
  border-radius: 0;
  background-color: #E1E1E1;
  text-indent: -9999px;
}
.clients-slider .slick-dots button:hover {
  cursor: pointer;
}
.clients-slider .slick-dots li.slick-active button {
  background-color: #666666;
}
.clients-slider .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.clients-slider .slick-track {
  text-align: center;
}
.clients-slider a:focus {
  outline: none;
}
.download {
  background-position: top !important;
}
@media screen and (max-width: 47.9375rem) {
  .download {
    background-position: bottom !important;
  }
}
.download__text {
  padding: 7.5rem 6.25rem 5rem 0;
}
.download__text h2,
.download__text .h2 {
  color: #fff;
  margin-bottom: 1.875rem;
}
.download__text p {
  font-size: 1.5rem;
  margin-bottom: 2.1875rem;
}
.download__text .btn {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  padding: 0.4375rem 5rem;
  width: 18.75rem;
}
@media screen and (max-width: 61.9375rem) {
  .download__text .btn {
    margin: 0.625rem auto 1.25rem;
    text-align: center;
  }
}
.download__text .btn--white {
  border-width: 2px;
}
.download__text .btn--white:hover {
  border-color: #fff;
  color: #fff;
  background: none;
}
@media screen and (max-width: 61.9375rem) {
  .download__text {
    background: #b4bc18;
    padding: 2.5rem 2.5rem 0;
  }
}
.download__text2 {
  padding: 1.875rem 3.125rem 1.875rem 5rem;
}
.download__text2 p {
  margin-bottom: 0.9375rem;
}
.download__text2 h3,
.download__text2 .h3 {
  margin-bottom: 1.25rem;
}
.download__text2 .btn {
  margin-top: 1.5625rem;
  padding: 0.4375rem 3.125rem;
  width: 12.5rem;
}
@media screen and (max-width: 61.9375rem) {
  .download__text2 {
    padding: 0 2.5rem;
  }
}
.download__registration {
  border-top: 1px solid #666666;
}
.wysiwyg a:not(.btn) {
  color: #b4bc18;
}
.wysiwyg-page ul {
  list-style: none;
  padding-left: 1.5rem;
}
.wysiwyg-page ul li:before {
  content: "\e907";
  font-family: 'icomoon';
  font-size: 0.625rem;
  color: var(--main-color);
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  padding-right: 0.9375rem;
  vertical-align: 0.0625rem;
}
.wysiwyg-page ul li {
  padding-bottom: 0.3125em;
}
.wysiwyg-page h3:not(:first-child),
.wysiwyg-page .h3:not(:first-child) {
  margin-top: 1.25em;
}
@media screen and (max-width: 61.9375rem) {
  .wysiwyg-page h3:not(:first-child),
  .wysiwyg-page .h3:not(:first-child) {
    margin-top: 2.5em;
  }
}
.wysiwyg-page h3,
.wysiwyg-page .h3 {
  margin-bottom: 0.9375em;
}
.wysiwyg-page p {
  margin: 0;
}
.wysiwyg-page a:not(.btn) {
  color: #b4bc18;
}
.wysiwyg-page b {
  font-weight: 900;
}
.wysiwyg-page h2,
.wysiwyg-page .h2 {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 1.25em;
}
.wysiwyg-page h2:not(:first-child),
.wysiwyg-page .h2:not(:first-child) {
  margin-top: 0.9375em;
}
.wysiwyg-page p,
.wysiwyg-page ul {
  padding-bottom: 1.25em;
}
.wysiwyg-page .btn {
  margin-top: 1.25em;
}
@media screen and (min-width: 62rem) {
  .two-col {
    padding: 4.375em 0;
  }
}
.two-col h3,
.two-col .h3 {
  margin-bottom: 1.25em;
}
.two-col .btn {
  margin-top: 1.25em;
}
@media screen and (max-width: 61.9375rem) {
  .two-col .btn {
    margin-top: 0.625em;
  }
}
.nav-tabs {
  border-color: #b4bc18;
  margin: 0 -0.9375em;
}
@media screen and (max-width: 61.9375rem) {
  .nav-tabs {
    max-width: 100%;
    border: none;
  }
}
.nav-tabs .nav-item {
  margin-left: 0.9375em;
}
@media screen and (max-width: 61.9375rem) {
  .nav-tabs .nav-item {
    width: 100%;
  }
}
.nav-tabs .nav-link {
  border-radius: 0;
  border-color: #E1E1E1;
  border-bottom-color: #b4bc18;
  padding: 0.625em 1.875em;
  font-size: 1.25em;
  color: #868585;
}
@media screen and (max-width: 61.9375rem) {
  .nav-tabs .nav-link {
    padding: 0.3125em 0;
    border: none;
  }
}
@media screen and (max-width: 61.9375rem) {
  .nav-tabs ~ .panel-group .nav-link {
    padding: 0.625em 0;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    /*margin-right: 20/16rem;*/
    position: relative;
  }
  .nav-tabs ~ .panel-group .nav-link:after {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 0.625rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 300ms ease;
    color: #666666 !important;
  }
  .nav-tabs ~ .panel-group .nav-link.collapsed:after {
    transform: translateY(-50%) rotate(0);
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #b4bc18;
  border-bottom-color: #fff;
  color: #b4bc18;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: none;
  color: #b4bc18;
}
@media screen and (max-width: 61.9375rem) {
  .nav-pills {
    width: 100%;
  }
}
.nav-pills .nav-item:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 61.9375rem) {
  .nav-pills .nav-item {
    width: 100%;
  }
  .nav-pills .nav-item a {
    padding-left: 0;
  }
}
.tab-content a:not(.nav-link),
.panel-collapse a:not(.nav-link) {
  color: #b4bc18;
  text-shadow: 0.51px 0.51px 0 #b4bc18;
}
.tab-content a:not(.nav-link):hover,
.panel-collapse a:not(.nav-link):hover {
  color: black;
}
.tab-content a.btn--green,
.panel-collapse a.btn--green {
  color: #666 !important;
}
.tab-content a.btn,
.panel-collapse a.btn {
  color: #b4bc18;
  font-weight: 700;
}
.tab-content a.btn:hover,
.panel-collapse a.btn:hover {
  color: inherit;
}
.tab-content a.button,
.panel-collapse a.button {
  border-radius: 20px;
  padding: 0.5rem 2.5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  transition: all 300ms ease;
  letter-spacing: 1px;
  font-weight: 700;
  background: #b4bc18;
  color: #fff;
  border: 2px solid #b4bc18;
}
.tab-content a.button:hover,
.panel-collapse a.button:hover {
  background: #fff;
  color: #666666;
  border-color: #666666;
  text-decoration: none;
}
.tab-content h2,
.panel-collapse h2,
.tab-content .h2,
.panel-collapse .h2 {
  font-size: 1.875em;
}
.tab-content h3:not(:first-child),
.panel-collapse h3:not(:first-child),
.tab-content .h3:not(:first-child),
.panel-collapse .h3:not(:first-child) {
  margin-top: 1.25em;
}
.tab-content h4,
.panel-collapse h4,
.tab-content .h4,
.panel-collapse .h4 {
  font-size: 1.125em;
  margin-top: 1.375em;
  font-weight: bold;
}
.tab-content ul:not(.nav-pills),
.panel-collapse ul:not(.nav-pills) {
  list-style: none;
  padding-left: 1.5em;
  margin: 0.625em 0;
}
.tab-content ul:not(.nav-pills) li:before,
.panel-collapse ul:not(.nav-pills) li:before {
  content: "\e907";
  font-family: 'icomoon';
  font-size: 0.625rem;
  color: #b4bc18;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  padding-right: 0.9375rem;
  vertical-align: 0.0625rem;
}
.tab-content ul:not(.nav-pills) li,
.panel-collapse ul:not(.nav-pills) li {
  padding-bottom: 0.3125em;
}
.tab-content ul.list-unstyled,
.panel-collapse ul.list-unstyled {
  padding: 0;
}
.tab-content ul.list-unstyled li:before,
.panel-collapse ul.list-unstyled li:before {
  display: none;
}
.tab-downloads {
  margin-top: 2.5em;
  border-top: 1px solid #666666;
}
.tab-downloads h3,
.tab-downloads .h3 {
  font-size: 1em;
  margin: 2.8125em 0 2.1875em;
}
.tab-downloads a {
  color: #fff;
  margin-bottom: 1.25em;
  margin-right: 1.25em;
}
@media screen and (max-width: 61.9375rem) {
  .tab-downloads {
    text-align: center;
  }
  .tab-downloads a.btn {
    margin: 0 auto;
    display: block;
  }
  .tab-downloads li {
    margin-bottom: 1.25em;
  }
}
@media screen and (max-width: 61.9375rem) {
  .panel-title {
    font-weight: 900!important;
    font-size: 1.5rem !important;
    margin: 0!important;
  }
  .panel-body {
    padding: 0.625rem 0;
  }
  .nav-pills ~ .panel-group .panel {
    border-bottom: 1px solid #666666;
    /*margin-right: 20/16rem;*/
  }
  .nav-pills ~ .panel-group .nav-link {
    border-bottom: none;
    font-size: 1.125rem;
    font-weight: 500;
    margin-right: 0;
  }
  .nav-pills ~ .panel-group .nav-link:after {
    font-size: 0.4375rem !important;
  }
}
.tab-pane tr {
  border-bottom: 1px solid #E1E1E1;
}
.tab-pane pre {
  max-width: 100%;
  overflow-x: scroll;
  font-size: 60%;
}
.table-versions {
  width: 100%;
}
.table-versions thead tr {
  border-bottom: 1px solid #666666;
}
.table-versions thead tr th {
  padding: 0.625em 0;
  font-weight: normal;
}
.table-versions thead tr th:first-child {
  width: 25%;
}
.table-versions thead tr th:nth-child(2) {
  width: 20%;
}
.table-versions thead tr th:last-child {
  width: 55%;
}
@media screen and (max-width: 47.9375rem) {
  .table-versions thead {
    display: none;
  }
}
.table-versions tbody tr {
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 47.9375rem) {
  .table-versions tbody tr {
    padding: 0.3125em 0;
    border: none;
  }
  .table-versions tbody tr:nth-of-type(odd) {
    background: #f5f5f5;
  }
}
.table-versions tbody td {
  padding: 1.25em 0;
  vertical-align: top;
}
@media screen and (max-width: 47.9375rem) {
  .table-versions tbody td {
    width: 100%;
    display: block;
    padding: 0.125em 0;
  }
  .table-versions tbody td:before {
    content: attr(data-label) ": ";
    font-weight: 700;
  }
}
.product-category {
  text-align: center;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.15);
  border: 1px solid #fff;
  transition: all 300ms ease;
  padding: 1.875em;
  position: relative;
}
.product-category .info {
  padding: 0.9375em 0 0.625em;
  font-size: 1em;
}
.product-category:hover {
  cursor: pointer;
}
.product-category:not(.no-redirect):hover .btn {
  background: #fff;
  color: #666666;
  border-color: #666666;
}
.product-category a {
  margin: auto;
}
.product-category.product-category--overview {
  padding: 2.8125em 1.875em 7.5em;
}
.product-category.product-category--overview .btn {
  position: absolute;
  bottom: 2.8125em;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
@media screen and (max-width: 47.9375rem) {
  .product-category.product-category--overview .btn {
    width: 90%;
  }
}
.product-category--green:hover {
  border-color: #b4bc18;
}
.product-category--orange:hover {
  border-color: #ed8f44;
}
.product-category--light-orange:hover {
  border-color: #fdbf4c;
}
.product-category--red:hover {
  border-color: #db5d69;
}
.product-category--violett:hover {
  border-color: #9d7bc9;
}
.product-category--blue:hover {
  border-color: #659fc3;
}
.product-category__icon {
  margin: 0 auto 1.5625em;
  width: 100%;
  text-align: center;
}
.product-category__icon .product-category__icon__img {
  max-height: 5em;
  width: auto;
  margin: auto;
}
.product-category__title {
  width: 100%;
  text-align: center;
}
.product-category__title a {
  color: inherit;
  text-decoration: none;
}
.product-category__title a:hover {
  color: inherit;
  text-decoration: none;
}
.container-fullheight {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-fullheight .heading-404 {
  font-size: 6em;
  color: #C9D22A;
  padding-bottom: 30px;
}
.wpcf7-form-control-wrap > input,
textarea {
  border: none;
  background: none;
  border-bottom: 1px solid #666666;
  width: 100%;
  padding: 0.9375em 0.9375em 0.9375em 0;
}
.mailinglist-mail {
  height: 53px;
  background: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  text-align: center;
  display: inline-block;
  border: none;
}
@media screen and (max-width: 47.9375rem) {
  .mailinglist-mail {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
input[type="submit"] {
  width: auto;
  margin: 1.875em auto 0;
  display: block;
  border-radius: 20px;
  padding: 0.5rem 2.5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  transition: all 300ms ease;
  letter-spacing: 1px;
  font-weight: 900;
  background: #b4bc18;
  color: #fff;
  border: 2px solid #b4bc18;
  outline-color: #b4bc18;
}
input[type="submit"]:hover {
  background: #fff;
  color: #666666;
  border-color: #666666;
  cursor: pointer;
}
input[type="submit"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 210, 42, 0.25);
}
input.mailinglist-submit {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0.75em 0.9375em 0.75em 0;
}
@media screen and (max-width: 47.9375rem) {
  input.mailinglist-submit {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.contactform-label {
  font-size: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  margin: 0;
  pointer-events: none;
}
.mailinglist-label {
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.contactform-label.has-value {
  transform: translateY(-120%) scale(0.7);
}
.mailinglist-label.has-value {
  transform: translate(-40%, -120%) scale(0.7);
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 3.4375em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: visible;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.4;
}
.custom-checkbox.has-value {
  transform: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox__mark {
  position: absolute;
  top: 0.3125em;
  left: 0;
  height: 1.875em;
  width: 1.875em;
  border: 2px solid #666666;
}
.custom-checkbox.checked .custom-checkbox__mark,
.custom-checkbox input:checked ~ .custom-checkbox__mark {
  background-color: #b4bc18;
}
.custom-checkbox__mark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox.checked .custom-checkbox__mark:after,
.custom-checkbox input:checked ~ .custom-checkbox__mark:after {
  display: block;
}
.custom-checkbox__mark:after {
  left: 0.5625em;
  top: 0.375em;
  width: 0.4375em;
  height: 0.75em;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7-form-control-wrap {
  position: unset;
}
span.wpcf7-list-item {
  margin: 0;
}
select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #666666;
  background-color: #fff;
  width: 100%;
  padding-bottom: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3.4375em;
}
.select {
  position: relative;
}
.select:before {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.9375em;
  font-size: 0.625em;
  padding: 0 15px;
  align-items: center;
  display: flex;
  pointer-events: none;
  z-index: 2;
  color: #666666;
}
/* IE10 und IE11 Pfeil nicht darstellen */
@media all and (-ms-high-contrast: none) {
  .select:before {
    display: none;
  }
  *::-ms-backdrop,
  .select:before {
    display: none;
  }
}
select option {
  border-radius: 0;
}
@media all and (-ms-high-contrast: none) {
  select option {
    text-transform: uppercase;
  }
  *::-ms-backdrop,
  select option {
    text-transform: uppercase;
  }
}
.search-mb-5 {
  margin-bottom: 0 !important;
  padding-bottom: 3rem !important;
}
.embed-responsive-1by3 {
  padding-top: 33.33333333%;
}
.embed-responsive-1by30 {
  padding-top: 30%;
}
.embed-responsive-1by2 {
  padding-top: 50%;
}
.embed-responsive-1by4 {
  padding-top: 25%;
}
.bg-grey {
  background: #E1E1E1;
}
.bg-light-grey {
  background: #f5f5f5;
}
.w-100 {
  width: 100%!important;
}
.h-100 {
  height: 100%;
}
.text--green {
  color: #b4bc18;
}
.text--light-orange {
  color: #fdbf4c;
}
.text--orange {
  color: #ed8f44;
}
.text--red {
  color: #db5d69;
}
.text--violett {
  color: #9d7bc9;
}
.text--blue {
  color: #659fc3;
}
.row.vertical-gutter--width-15 [class^="col-"] {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 61.9375rem) {
  .row.vertical-gutter--width-15 [class^="col-"] {
    padding: 0.9375rem 0;
  }
}
.row.vertical-gutter--mwidth-15 [class^="col-"] {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.border-bottom--secondary {
  border-bottom: 1px solid #666666;
}
.no-link-style a {
  color: inherit;
}
.no-link-style a:hover {
  color: #666666;
  text-decoration: none;
}
.w-100 {
  width: 100%;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.mt--25 {
  margin-top: -1.5625em;
}
.read-more {
  max-height: 31.25em;
  overflow: hidden;
  transition: all 300ms ease;
}
.read-more__btn {
  display: none;
  margin: 2.8125em auto 0;
  text-align: center;
}
.js-redirect:hover {
  cursor: pointer;
}
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: unset !important;
}
/* Woocommerce Adaptions */
.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
}
.woocommerce-loop-product__title ~ .attachment-woocommerce_thumbnail {
  min-height: 7em;
}
.shop_table td,
.product-price,
.product-quantity,
.product-subtotal {
  text-align: right;
}
.woocommerce .cross-sells h2 {
  font-size: 1em;
}
.woocommerce-result-count {
  width: 12em;
  margin-top: 1em !important;
  padding-left: 2em;
}
.woocommerce-ordering {
  display: none;
}
.woocommerce-address-fields .form-row-wide label {
  min-width: 15em;
}
.woocommerce-address-fields .form-row-wide .input-text {
  min-width: 15em;
}
.woocommerce-address-fields .form-row-first label {
  min-width: 10em;
}
.woocommerce-address-fields .form-row-first .input-text {
  min-width: 10em;
}
.woocommerce-address-fields .form-row-last label {
  min-width: 10em;
}
.woocommerce-address-fields .form-row-last .input-text {
  min-width: 15em;
}
.woocommerce-address-fields .form-row-first .select2-container {
  min-width: 10em;
}
.woocommerce-address-fields .form-row-last .select2-container {
  min-width: 10em;
}
.woocommerce-address-fields .form-row-wide .select2-container {
  min-width: 15em;
}
.woocommerce-billing-fields .form-row-first .select2-container {
  min-width: 10em;
}
.woocommerce-billing-fields .form-row-last .select2-container {
  min-width: 10em;
}
.woocommerce-billing-fields .form-row-wide .select2-container {
  min-width: 25em;
}
.woocommerce-billing-fields .form-row-first label {
  min-width: 10em;
}
.woocommerce-billing-fields .form-row-last label {
  min-width: 10em;
}
.woocommerce-billing-fields .form-row-wide label {
  min-width: 25em;
}
.woocommerce-billing-fields .form-row-wide .input-text {
  min-width: 25em;
}
.woocommerce-shipping-fields .form-row-first .select2-container {
  min-width: 10em;
}
.woocommerce-shipping-fields .form-row-last .select2-container {
  min-width: 10em;
}
.woocommerce-shipping-fields .form-row-wide .select2-container {
  min-width: 25em;
}
.woocommerce-shipping-fields .form-row-first label {
  min-width: 10em;
}
.woocommerce-shipping-fields .form-row-last label {
  min-width: 10em;
}
.woocommerce-shipping-fields .form-row-wide label {
  min-width: 25em;
}
.woocommerce-shipping-fields .form-row-wide .input-text {
  min-width: 25em;
}
.woocommerce-additional-fields .form-row .input-text {
  min-width: 30em;
}
.woocommerce-EditAccountForm .form-row-first label {
  min-width: 15em;
}
.woocommerce-EditAccountForm .form-row-last label {
  min-width: 15em;
}
.woocommerce-EditAccountForm .form-row-wide label {
  min-width: 25em;
}
.woocommerce-EditAccountForm .form-row-wide .input-text {
  min-width: 25em;
}
.woocommerce-EditAccountForm .form-row .input-text {
  min-width: 15em;
}
.woocommerce-EditAccountForm .acf-form-fields .acf-label {
  min-width: 25em;
}
.woocommerce-EditAccountForm .acf-form-fields .acf-input {
  min-width: 25em;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 15em;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: none;
}
.woocommerce-edit-address #billing_address_2,
#shipping_address_2 {
  width: 50%;
}
@media screen and (max-width: 43rem) {
  .woocommerce-edit-address #billing_address_2,
  #shipping_address_2 {
    margin-left: 0em;
  }
}
.woocommerce ul.products li.product a img {
  width: auto;
  max-width: 150px;
}
.woocommerce ul.products li.product-category a img {
  width: auto;
  max-width: 100px;
  margin: auto;
}
.woocommerce .product-category {
  text-align: center;
}
.woocommerce ul.products li.product-category a {
  display: inline-block;
}
.theme-rittler .embedded .woocommerce-MyAccount-navigation {
  width: 44% !important;
}
.woocommerce-page .container .page-title {
  width: 100%;
}
/* below fixes look of webshop-boxes, makes them all uniform size and gray background */
.woocommerce ul.products li.product-category a img {
  height: 100px;
}
.woocommerce ul.products li.product-category {
  background-color: #f1f1f1;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  min-height: 5em;
}
.woocommerce ul.products.columns-5 {
  width: 100%;
}
.woocommerce ul.products.columns-5 li.product :not(li.product-category),
.woocommerce-page ul.products.columns-5 li.product {
  max-height: 30em;
  min-width: 10%;
}
.woocommerce ul.products.columns-5 li.product-category,
.woocommerce-page ul.products.columns-5 li.product {
  min-height: 20em;
  min-width: 10%;
}
.woocommerce .term-description {
  min-height: 4em;
  max-height: 28em;
}
.woocommerce-page .count {
  background-color: transparent;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-left: 3em;
  min-width: 9em;
}
.iaik_crm_enduser_form {
  border-top: 2px ;
}
.acf-input {
  width: 100%;
}
.close:before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
}
.forceBelow {
  clear: left;
}
/**
Product Item Page
**/
.additional_information_tab {
  display: none !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  line-height: 33px;
}
.woocommerce-page .woocommerce-message .button {
  margin-left: 10px;
}


.gradient-background {
  background-image: linear-gradient(#ebebeb, rgba(0,0,0,0));
}
