/*
ANcom.media
*/

* {
  background: transparent;
  border: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}

:after, :before, a:after, a:before {
    box-sizing: border-box;
}

@charset "UTF-8";

:root {
  --flott-blue: #009ee0; /* RGB _ */
  --flott-blue2: #009ee0; /* RGB _ */
  --flott-gray: #222; /* RGB _ */
  --flott-gray2: rgb(234,234,238); /* RGB _ */
}

body, html {
  height: 100%;
  font-size: 100%;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: var(--flott-gray);
  color: var(--flott-gray);
  padding: 0;
  margin: 0;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  max-width: 100%;
}

#content img {  }

h1 { font-size: 2.1em; line-height: 1.2em; }
h2 { font-size: 2.1em; line-height: 1.2em; }
h3 { font-size: 1.3em; line-height: 1.5em; }
h4 { font-size: 1.3em; line-height: 1.5em; }
p { font-size: 100%; line-height: 1.55em; }

h1, h2 {
  margin: 0 0 30px 0;
  color: var(--flott-gray);
  font-weight: 700;
}
h3, h4 {
  margin: 0 0 60px 0;
  color: var(--flott-blue);
  font-weight: 600;
}

.blog h1, .blog h2 { margin: 0 0 30px 0; }
.item-page h1, .item-page h2 { margin: 0 0 75px 0; }
.blog h3, .blog h4,
.item-page h3, .item-page h4 { margin: 0 0 60px 0; }

.home #content h1, .home #content h2 { margin: 35px 0 15px 0; }
.home #content h3, .home #content h4 { margin: 0 0 35px 0; font-style: italic; }

.produktseite #content h1 { font-size: 2.75em; margin: 0 0 20px 0; }
.produktseite #content h3.first { font-size: 1.45em; margin: 0 0 60px 0; font-style: italic; }


.less-headline-margin h2 { margin-bottom: 30px; }

@media(max-width: 640px) {
h1 { font-size: 1.8em; line-height: 1.15em; }
h2 { font-size: 1.8em; line-height: 1.15em; }
h3 { font-size: 1.2em; line-height: 1.4em; }
h4 { font-size: 1.2em; line-height: 1.4em; }
}

p {
  margin: 0 0 23px 0;
  padding: 0;
}

strong { font-weight: 700; }

p.datenschutz-subheadline { margin-top: 65px; }
p.faq-subheadline { margin-top: 65px; }
p.avb-subheadline { margin-top: 65px; }

#content p { font-size: 110%; line-height: 1.6em; }

#content .item-page.news div[itemprop="articleBody"] h2,
#content .item-page.news h3 {
  font-size: 1.1em !important;
  line-height: 1.5em !important;
  margin-top: 60px !important;
  text-align: left !important;
}

.label-warning { color: red; background-color: rgba(255,0,0,0.15); padding: 10px; display: block; margin: 15px 0; }

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:after, a:before {
  box-sizing: border-box;
}

h2 a {
  color: var(--flott-blue);
  padding-left: 2px;
  padding-right: 2px;
/*  border-bottom: 3px solid rgba(0,53,93,0.1); */

  transition: all .2s ease-in-out;
}

h2 a:hover {
/*  border-bottom: 3px solid rgba(0,53,93,0.3); /* #00355d */
/*  background-color: var(--flott-blue); */
  color: var(--flott-blue);
}

label a,
#sidebar a,
#below-content .moduletable p a,
#content .content-links a,
#content ul.latestnews a,
.moduletable-contact a,
.moduletable-faq a,
#content p a {
  padding: .13em .1em;
  box-shadow: inset 0 -0.19em 0 var(--flott-blue);
  transition: all .2s;
}


label a:hover,
#content ul.latestnews a:hover,
#sidebar li.current a,
#sidebar a:hover,
#below-content .moduletable p a:hover,
#content .content-links a:hover,
.moduletable-contact a:hover,
.moduletable-faq a:hover,
#content p a:hover {
  box-shadow: inset 0 -1.38em 0 var(--flott-blue);
  color: white;
}

.cookiemsg-text a { box-shadow: inset 0 -0.19em 0 var(--flott-blue); color: white; transition: all .2s; }
.cookiemsg-text a:hover { box-shadow: inset 0 -1.35em 0 var(--flott-blue); color: white; }

.none-shadow a,
#content .none-shadow a,
#sidebar .none-shadow a { box-shadow: none !important; }
.none-shadow a:hover,
#content .none-shadow a:hover,
#sidebar .none-shadow a:hover { background-color: transparent !important; }

#content ul, ol {
  margin-left: 40px;
  margin-bottom: 23px;
  line-height: 1.45em;
}
#content .pagination  ul { margin-left: 0; }

#content ul li { list-style-type: circle; margin-bottom: 6px; padding-left: 6px; }
#content ul li:hover { list-style-type: disc; }

#content ol li { list-style-type: decimal; margin-bottom: 3px; padding-left: 6px; }


#content ul.buttons {
    margin: 55px 0;
    padding: 0 !important;
}
#content ul.buttons li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  text-align: center;
}
#content ul.buttons.align-left li { text-align: left; }

#content ul.buttons li a {
  display: inline-block;
  padding: 17px 34px;
  margin: 0 0 15px 0;
  border-radius: 2rem;
  border: 3px solid var(--flott-blue);
  color: var(--flott-gray);
  font-weight: 700;
  transition: all .3s ease;
  box-shadow: none !important;
}
#content ul.buttons li a:hover {
  border-color: var(--flott-gray);
  color: var(--flot-gray);
  box-shadow: none !important;
}


hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


#flott-branding {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 7px;
}

#flott-branding a { display: block; }

#flott-branding.de-de span.svg-brand { background-image: url(../images/flott-branding_de.svg); }
#flott-branding.en-gb span.svg-brand { background-image: url(../images/flott-branding_en.svg); }
#flott-branding.ru-ru span.svg-brand { background-image: url(../images/flott-branding_ru.svg); }

#flott-branding span.svg-brand {
  display: inline-block;
  width: 255px;
  height: 65px;

  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
}

#flott-branding span.svg-brand {
  width: 255px;
  height: 65px;
  background-size: 255px auto;
}

@media (max-width: 768px) {
#flott-branding {
  margin-left: 35px;
  margin-bottom: 20px;
}
}

@media (max-width: 480px) {
#flott-branding {
/*  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; */
  margin-left: 25px;
}
#flott-branding span.svg-brand {
  width: 170px;
  height: 43px;
  background-size: 170px auto;
}
}

@media (min-width: 1680px) {
#flott-branding span.svg-brand {
  width: 275px;
  height: 70px;
  background-size: 275px auto;
}
}

a.cookiemsg-accept,
#content p.readmore a {
  box-shadow: none;
  background: none;
  padding: .55em .9em;
  font-size: .9em;
  color: white;
  border: 3px solid white;
  position: relative;
  z-index: 2;
  font-weight: 700;
  cursor: pointer;
}
a.cookiemsg-accept { color: black; border: 0px solid white; font-size: 1.1em; display: block; padding: 1.25em 1em; margin: 8px 0; text-align: center; background: white; }
#content p.readmore a:hover { color: white; background: none; box-shadow: none; }
a.cookiemsg-accept:hover { color: white; background: white; box-shadow: var(--flott-blue); border-color: var(--flott-blue); }

a.cookiemsg-accept::before,
#content p.readmore a::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
    background: var(--flott-blue);
    opacity: 0;
}

a.cookiemsg-accept::before { background: var(--flott-blue); }
a.cookiemsg-accept:hover::before,
#content p.readmore a:hover::before {
    width: 100%;
    opacity: 1;
}

a.cookiemsg-decline {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 18px;
	cursor: pointer;
}

a.cookiemsg-decline:hover {
	color: white;
	text-decoration: underline;
}

#content-cookiemsg {
  border: 6px solid #222;
  padding: 30px;
}

#content-cookiemsg.dark {
  border: 0px solid #222;
  padding: 30px 0 0 0;
}

#content-cookiemsg.dark.padding {
  padding: 30px 35px 40px 35px;
}

#content-cookiemsg.dark a {
  color: white;
}

img.ytlogo {
  max-width: 225px !important;
  margin: 20px 0 5px 0;
}


#lang-switch { display: block; margin-top: 25px; margin-bottom: 25px; }
footer #lang-switch { margin: 0; }
#lang-switch img { width: auto; max-width: auto; display: inline-block; }
#lang-switch ul, li { padding: 0; margin: 0;  }
#lang-switch li { display: inline-block; }
#lang-switch ul { display: block; text-align: center; }
footer #lang-switch ul { text-align: left; }
#lang-switch a {
  font-size: .87em;
  color: white;
  padding: 13px 23px 13px 22px;
  text-decoration: none !important;
  border: 1px solid #333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  transition: all .3s ease;
  background-color: #333;
  border-radius: .25rem;
}
footer #lang-switch a { font-size: .94em !important; }
#lang-switch a:hover { color: white; background-color: #222; border-color: #333; text-decoration: none !important; }

/* FLAGS */
#firstrow .en-gb a:before,
#firstrow .de-de a:before,
#firstrow .ru-ru a:before,
#lang-switch .en-gb a:before,
#lang-switch .de-de a:before,
#lang-switch .ru-ru a:before {
  content: '';
  position: relative;
  margin-right: 8px;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  overflow: hidden;
}

#firstrow .ru-ru li:nth-of-type(1) a:before,
#lang-switch .ru-ru li:nth-of-type(1) a:before,
#firstrow .de-de a:before,
#lang-switch .de-de a:before { background-image: url(../images/flag_de-de.svg); }

#firstrow .ru-ru li:nth-of-type(2) a:before,
#lang-switch .ru-ru li:nth-of-type(2) a:before,
#firstrow .en-gb a:before,
#lang-switch .en-gb a:before { background-image: url(../images/flag_en-gb.svg); }

#firstrow .de-de li:nth-of-type(2) a:before,
#firstrow .en-gb li:nth-of-type(2) a:before,
#lang-switch .de-de li:nth-of-type(2) a:before,
#lang-switch .en-gb li:nth-of-type(2) a:before { background-image: url(../images/flag_ru-ru.svg); }


#firstrow .ru-ru a:before,
#firstrow .en-gb a:before,
#firstrow .de-de a:before {
  margin-right: 8px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-size: 16px 16px;
}

#wrapper-promo {
  display: inline-block;
}

#firstrow div.moduletable.sprachauswahl {
  display: inline-block;
  margin-right: 10px;
}

#firstrow div.moduletable.sprachauswahl ul li a {
  border-right: 4px solid rgba(0,0,0,.1);
  padding-right: 15px;
}

#firstrow div.moduletable.sprachauswahl ul li:nth-child(2) {
  margin-left: 10px;
}


/* RU ausblenden */
body.hiderulang ul.lang-inline li:nth-child(2) {
  display: none !important;
}


/* COOKIE MSG */
#cookiemsg-wrapper {
  position: fixed;
  background: var(--flott-gray);
  color: #FFF;
  bottom: 40px;
  right: 40px;
  min-width: 400px;
  max-width: 425px;
  padding: 22px 25px 28px 25px;
  padding-bottom: 0;
  font-size: 85%;
  z-index: 999;
  transition: all .2s ease;
  border-radius: .25rem;
  border: 2px solid white;
}

#cookiemsg-wrapper.accepted {
  opacity: 0;
  bottom: -135px;
  visibility: hidden;
}

@media (max-width: 640px) {
#cookiemsg-wrapper {
  bottom: 5%;
  right: 5%;
  min-width: 90%;
  max-width: 90%;
  padding: 20px;
}
}

#firstgrid {
  width: 100%;
/*  max-width: 1600px; */
  margin: 0 auto;
  background-color: white;
}

#inner-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 50px;
}
@media(max-width: 768px) {
header #inner-container { padding: 0; }
footer #inner-container { padding: 0 40px; }
}
@media(max-width: 640px) {
#inner-container.firstrow { padding: 0 20px; }
}

header {
  position: relative;
  padding: 20px 0 0 0;
  margin: 0;
  background-color: white;
  border-bottom: 6px solid var(--flott-gray2);
}


@media (min-width: 768px) {
header.header-wrapper.padding { padding-bottom: 67px !important; } /* 55 (nav ul li a height) + 12 (nav padding) */

header .nav-wrapper.fixed {
  transition: all .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -webkit-transition: all .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
header .nav-wrapper.invisible {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.8); /* var(--flott-blue2) */
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  border-bottom: 4px solid rgba(255,255,255,.2);
}
header .nav-wrapper.fixed {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0px -10px 90px 0px rgba(54,41,35,0.5);
  -moz-box-shadow: 0px -10px 90px 0px rgba(54,41,35,0.5);
  box-shadow: 0px -10px 90px 0px rgba(54,41,35,0.5);
}
header .nav-wrapper.fixed ul li a { line-height: 55px; }
}
@media (min-width: 769px) {
header .nav-wrapper.fixed {
  padding: 0;
  /* padding: 10px 0; */
}
}

#firstrow {
  position: relative;
  display: none;
  height: 48px;
  line-height: 48px;
  padding: 0;
  font-size: .80em;
  background-color: white;
  color: var(--flott-gray);
  border-bottom: 1px solid var(--flott-gray2);
  font-weight: 400;
}
#firstrow.alert { display: block; }
@media (min-width: 768px) { #firstrow { display: block; } }

#firstrow .left {
  position: absolute;
  left: 5px;
}
#firstrow .right {
  position: absolute;
  right: 5px;
}

#firstrow a { color: var(--flott-gray); }
#firstrow a:hover { color: var(--flott-gray); text-decoration: underline; }

#firstrow .left a { text-decoration: none; }
#firstrow .left a:hover { text-decoration: underline; }

#firstrow.alert a { color: var(--flott-blue); text-decoration: underline; }
#firstrow.alert a:hover { color: var(--flott-blue); text-decoration: none; }

#firstrow.alert {
  padding: 0;
  border: 0;
  height: auto;
  line-height: 0;
}

#firstrow.alert .moduletable {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 11px 25px 13px 25px;
  background: #e0f3fb;
  color: var(--flott-blue);

  position: relative;
}
#firstrow.alert p {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1.25em;
}
#firstrow.alert .moduletable.firstrow:last-of-type {
  border-radius: 0 0 .5rem .5rem;
}


#above-content {
  margin: 0 auto;
  max-width: 1480px;
}
@media (min-width: 1921px) { #above-content { max-width: 1600px; } }


#above-content .moduletable.flott-alert {
  width: 100%;
  margin: 35px auto;
  background: #e0f3fb;
  color: var(--flott-blue);
  padding: 25px 30px;
  border-radius: .5rem;
  font-size: .82em;
  position: relative;
}
#above-content .moduletable.flott-alert p { margin-bottom: 0; }

@media(max-width: 1480px) {
#above-content .moduletable.flott-alert {
  width: 92%;
  max-width: 1280px;
}
}


nav {
  text-align: center;
  background-color: white;
}

main {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(14, 1fr);
  grid-auto-flow: row;
  grid-template-areas:
    "c c c c c c c c c . s s s s";
  padding: 2px;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 60px;
}

main.full {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
  grid-template-areas:
    "c";
}
main.actn-mod-form,
main.shop { margin-top: 60px; }
main.checkout { margin-top: 0; }
footer {
  position: relative;
  margin-top: 40px;
  padding: 50px 0 60px 0;
  background-color: var(--flott-gray);
  background-image: none;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: .85em;
  color: white;
  border-top: 0px solid #303030;
}

footer a { color: white; }
footer a:hover { text-decoration: underline; }
footer li.current a { color: var(--flott-blue); }

footer ul.nav a { color: #999; }


@media (max-width: 1380px) { main { width: 92%; } }
@media (max-width: 640px) { main, #below-content, #above-content { width: 86%; } }

#lastrow-wrapper {
  display: block;
  padding: 35px 0 45px 0;
  border-top: 1px solid #555;
}

#lang-social-wrapper {
  display: block;
  position: relative;
  padding: 60px 0 0 0;
  margin: 60px 0 0 0;
  border-top: 1px solid #555;
}

#below-content {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
@media(max-width: 640px) { #below-content { padding: 0; } }


#content {
  grid-area: c;
  width: 100%;
}

#content .blog.max1050px,
#content .item-page.max1050px {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max1000px,
#content .item-page.max1000px {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max950px,
#content .item-page.max950px {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max900px,
#content .item-page.max900px {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max850px,
#content .item-page.max850px {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max800px,
#content .item-page.max800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.max750px #content .j2store,
#content .blog.max750px,
#content .item-page.max750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.max700px #content .j2store,
#content .blog.max700px,
#content .item-page.max700px {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.max650px #content .j2store,
#content .blog.max650px,
#content .item-page.max650px {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max600px,
#content .item-page.max600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max550px,
#content .item-page.max550px {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max500px,
#content .item-page.max500px {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#content .blog.max4500px,
#content .item-page.max450px {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

#content .item-page.single-article h2,
#content .item-page.single-article h3 {
  margin-top: 60px;
}

#content .item-page.w650px h1,
#content .item-page.w650px h2,
#content .item-page.w650px h3,
#content .item-page.w650px h4,
#content .item-page.w650px p,
#content .item-page.w650px ul,
#content .item-page.w650px ol {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

#content .faq,
#content .item-page.w700px h1,
#content .item-page.w700px h2,
#content .item-page.w700px h3,
#content .item-page.w700px h4,
#content .item-page.w700px p,
#content .item-page.w700px ul,
#content .item-page.w700px ol {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#content .item-page.w700px ul,
#content .item-page.w700px ol,
#content .item-page.w650px ul,
#content .item-page.w650px ol {
  padding-left: 12px;
}

#content h1.full-width,
#content h2.full-width,
#content h3.full-width,
#content h4.full-width,
#content p.full-width {
  width: 100% !important;
  max-width: 100% !important;
}

/** ICON LIST **/
#content ul.icon-list {
  padding: 35px !important;
  border: 4px solid #EEE;

  margin-top: 80px;
  margin-bottom: 90px;
  position: relative;
}
#content ul.icon-list li {
  list-style-type: none;
  margin-bottom: 40px;
  position: relative;
  height: 110px;
}
#content ul.icon-list li:last-of-type { margin-bottom:0; }
#content ul.icon-list li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  background-color: var(--flott-blue);
  background-repeat: no-repeat;
  background-size: 55px 55px;
  background-position: center center;

  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
}
#content ul.icon-list li.performance:before { background-image: url(../images/icon-list_rocket.svg); }
#content ul.icon-list li.transparenz:before { background-image: url(../images/icon-list_certificate.svg); }
#content ul.icon-list li.einstieg:before { background-image: url(../images/icon-list_door.svg); }
#content ul.icon-list li.ki:before { background-image: url(../images/icon-list_ki.svg); }
#content ul.icon-list li.robot:before { background-image: url(../images/icon-list_robot.svg); }
#content ul.icon-list li.speed:before { background-image: url(../images/icon-list_speed.svg); }
#content ul.icon-list li.check:before { background-image: url(../images/icon-list_check.svg); }
#content ul.icon-list li span.icon-list-title {
  display: inline-block;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 40px;
}
#content ul.icon-list li span.icon-list-desc {
  display: block;
  margin-top: 20px;
  font-size: .85em;
}
#content ul.icon-list li span.icon-list-title,
#content ul.icon-list li span.icon-list-desc {
  padding-left: 135px;
}

@media (max-width: 640px) {
#content ul.icon-list {
  margin-top: 60px;
  margin-bottom: 80px;
}
#content ul.icon-list li {
  height: auto;
  display: block;
  margin-bottom: 50px;
}
#content ul.icon-list li:before {
  position: relative;
  top:0;
  margin-left: auto;
  margin-right: auto;
}
#content ul.icon-list li span.icon-list-title,
#content ul.icon-list li span.icon-list-desc {
  padding-left: 0;
  display: block;
  text-align: center;
}
#content ul.icon-list li span.icon-list-title { margin-top: 25px; }
}


#sidebar {
  grid-area: s;
  width: 100%;
}

#lastrow-wrapper {
  padding-top: 60px;
  margin-top: 60px;
  text-align: left;
}

#disclaimer-footer {
  background-color: #333;
  color: #AAA;
  font-size: .75em;
  line-height: 1.25em;
  margin: 0;
  padding: 20px 35px;
}

footer .pagebreak { display: inline-block; width: 14px; }
footer .spacer { display: block; height: 16px; }
footer .spacer.first { height: 60px; }

@media (max-width: 640px) {
footer .pagebreak { display: block; width: 100%; height: 14px; }
footer .spacer.first { height: 10px; }
footer .spacer { display: block; height: 40px; }
}


div[itemprop="blogPost"] { margin-bottom: 105px; }
.blog.home div[itemprop="blogPost"] { margin-bottom: 0; }

.service-kits .items-row div[itemprop="blogPost"] {
  padding-top: 60px;
  border-top: 28px solid rgba(0,0,0,0.05);
}
.service-kits .items-row.row-0 div[itemprop="blogPost"] { padding-top: 0px; border: 0px; }




/* NAVs */
.collapsible-menu label,
input#menu-main,
input#menu-subnav {
  display: none;
}
.collapsible-menu label { margin: 0 !important; }

nav ul ul,
nav ul ul ul { display: none; }

nav ul {
  display: block;
}

nav ul li { display: inline-block; position: relative; padding-bottom: 10px; }

nav ul li a {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  padding-bottom: 12px;
  color: var(--flott-gray);
  font-weight: 700;
  font-size: 1.2em;
  background-color: transparent;

  transition: all .3s;
}

nav:hover ul li a {
/*  color: #BBB; */
}

nav ul ul li a {
  font-size: .95em;
  font-weight: 600;
  color: white;
}


#subnav {
  line-height: 45px;
  text-align: center;
  border: 2px solid rgba(0,0,0,.1);

  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;


  display: none;
}

#subnav ul {
  line-height: 37px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#subnav ul ul {
  font-size: .85em;
}

#subnav ul li {
  display: block;
}

#subnav ul li a { display: block; }

#subnav ul li.active.parent > a,
#subnav ul li.current.active > a {
  display: inline;
  padding: 0;
  border-bottom: 2px solid rgba(0,0,0,.2);
}

#subnav ul.nav {
  /* border-top: 1px solid #DDD; */
  background-color: rgba(0,0,0,0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
nav ul li.parent > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 17px;
  width: 15px;
  height: 15px;
  background: url(../images/navicon-chev-down.svg) center center no-repeat;

  transition: all .3s ease;
}
nav ul li.parent:hover > a:before {
  top: 19px;
}
nav ul ul li.parent > a:before,
nav ul ul ul li.parent > a:before { display: none; }

nav ul li.parent > a { margin-right: 10px; }
nav ul ul li.parent > a, nav ul ul ul li.parent > a { margin-right: 0; }
}

@media (min-width: 1025px) {
nav ul li a:after {
  content: '';
  display: block;
  height: 0;
  border-top: 3px solid var(--flott-blue);
  margin-top: -11px;
  transition: all .3s ease;
}
nav ul li a:after { opacity: 0; margin-top: -16px; }
nav ul li:hover a:after { opacity: 1; margin-top: -11px; }
}

@media (min-width: 1024px) {
nav ul li.active a:after {
  content: '';
  display: block;
  height: 0;
  border-top: 3px solid var(--flott-blue);
  margin-top: -11px;
  opacity: 1;
}

header .nav-wrapper.fixed ul li a:after,
header .nav-wrapper.fixed ul li.active a:after { border-color: var(--flott-blue); }


nav ul ul li.parent > a::after {
  position: relative;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/navicon-chev-right.svg) center center no-repeat;
  top: 1px;
  margin-left: 15px;

  transition: all .2s ease;
}
nav ul ul li.parent > a::after { background-image: url(../images/navicon-chev-right.svg); }
nav ul ul li.parent:hover a::after { margin-left: 18px; }

nav ul li.parent:hover > ul {
  display: block;
  position: absolute;
  min-width: 315px;
  margin-top: 10px;

  padding-top: 20px;
  padding-bottom: 35px;
  z-index: 999;
}
nav ul ul li.parent:hover > ul {
  min-width: 235px;
  margin-top: -70px;
  margin-left: calc(316px - 25px);
}

nav ul li:hover ul li a,
nav ul li:hover ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 50px;
  line-height: 50px;
  color: var(--flott-blue2);
  font-weight: 700;
}
nav ul li:hover ul li {
  padding-left: 25px;
}

nav ul li.active a,
nav ul li:hover a {
  color: var(--flott-gray);
}

nav ul ul li.active > a,
nav ul ul li > a:hover { text-decoration: underline; }
nav ul ul,
nav ul ul ul { background-color: var(--flott-gray); border-radius: .25rem; opacity: 1; }

nav ul ul li a:after { border: none !important; }
header .nav-wrapper.fixed ul li a { color: var(--flott-blue); }
header .nav-wrapper.fixed ul li:hover ul li a,
nav ul li:hover ul li a { color: white; }

}


@media (max-width: 1023px) {
header { }
nav { height: auto; }

nav label {
  height: 50px;
  line-height: 50px;
}

nav ul li,
nav ul li a,
nav ul ul {
  display: block;
  text-align: center;
  padding: 0;
}

#subnav {
  display: block;
}

.collapsible-menu label {
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 10px 35px 15px 35px;
}

.collapsible-menu.menu-main label span {
  height: 3px;
  width: 26px;
  background: var(--flott-gray);
  display: block;
  margin: 0 auto;
  transition: all .2s ease;
}
.collapsible-menu.menu-main label span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.collapsible-menu.menu-main label:hover span:nth-child(2) {
/*  margin-left: -8px; */
}
input#menu-main:checked ~ label span:nth-child(1) {
  transform: translate(0px,8px)rotate(45deg);
}
input#menu-main:checked ~ label span:nth-child(2) {
  opacity: 0;
}
input#menu-main:checked ~ label span:nth-child(3) {
  transform: translate(0px,-8px)rotate(-45deg);
}

.menu-content {
    max-height: 0;
    overflow: hidden;

    transition: max-height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

input#menu-main:checked ~ .menu-content,
input#menu-subnav:checked ~ .menu-content {
    max-height: 10000px;
}

nav ul:nth-child(1) {
  border-top: 6px solid var(--flott-gray2);
  padding-top: 15px;
  padding-bottom: 10px;

  margin-bottom: 10px;
}

nav ul ul { margin-bottom: 20px; }

nav ul ul li a {
  height: 40px;
  line-height: 40px;
  color: #999;
}
nav ul ul li a:hover,
nav ul ul li.active a,
nav ul li.active > a { text-decoration: underline; }
}
/* END MAX-WIDTH 767px */


/* SIDEBAR */
#sidebar {
  font-size: .9em;
}

#sidebar > div {
  border-bottom: 6px solid rgba(255,255,255,.2);
  margin-bottom: 35px;
  padding: 0px 30px 30px 15px;
}

#sidebar > div:last-child { border-bottom: none; }

#sidebar h3 {
  margin-top: 0;
}

#sidebar .moduletable.menu ul {  }
#sidebar .moduletable.menu li { margin-bottom: 11px; }
#sidebar .moduletable.menu li a { font-size: 1.05em; }


#below-content div.moduletable h3 { margin-top: 0; }

#maschinen-auswahl-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

#maschinen-auswahl-wrapper a {
  position: relative;
  width: calc(50% - 36px);
  align-self: stretch;
  padding: 45px;
  background: rgba(226,226,227,1);
  border-radius: .5rem;
  margin: 0 35px 35px 0;

  transition: all .3s;
}

#maschinen-auswahl-wrapper a:hover {
  background: rgba(236,236,237,1); /* #ececed */
}

#maschinen-auswahl-wrapper a h2 { color: var(--flott-gray); text-align: center; }
#maschinen-auswahl-wrapper a:hover h2 { color: var(--flott-gray); }

#maschinen-auswahl-wrapper a p { color: var(--flott-gray); text-align: center; }
#maschinen-auswahl-wrapper a:hover p { color: var(--flott-gray); }

#maschinen-auswahl-wrapper a p.link { color: var(--flott-blue); text-align: center; font-weight: 600; margin-bottom: 35px; }
#maschinen-auswahl-wrapper a:hover p.link { color: var(--flott-blue); text-decoration: underline; }

#maschinen-auswahl-wrapper a p.link::after {
  content: "→";
  display: inline-block;
  margin-left: 15px;
}

#content #maschinen-auswahl-wrapper p.image {
  margin: 0;
  line-height: 0;
}

@media(max-width: 768px) {
#maschinen-auswahl-wrapper a {
  width: calc(100% - 1px);
  margin: 0 0 35px 0;
}
}


#maschinen-ansicht-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
#maschinen-ansicht-wrapper.cols3 { max-width: 1150px; margin-left: auto; margin-right: auto; }

#maschinen-ansicht-wrapper .item {
  position: relative;
  align-self: stretch;
  padding: 0;
  margin: 0;
  transition: all .3s;
  text-align: center;
}

#maschinen-ansicht-wrapper .item:last-child { }

#maschinen-ansicht-wrapper.cols1 .item { width: calc(100% - 1px); }
#maschinen-ansicht-wrapper.cols2 .item { width: calc(50% - 1px); }
#maschinen-ansicht-wrapper.cols3 .item { width: calc(33% - 1px); }
#maschinen-ansicht-wrapper.cols4 .item { width: calc(25% - 1px); }
#maschinen-ansicht-wrapper.cols5 .item { width: calc(20% - 1px); }

@media(max-width: 767px) {
#maschinen-ansicht-wrapper.cols2 .item,
#maschinen-ansicht-wrapper.cols3 .item,
#maschinen-ansicht-wrapper.cols4 .item,
#maschinen-ansicht-wrapper.cols5 .item { width: calc(50% - 1px); }
}
@media(max-width: 640px) {
#maschinen-ansicht-wrapper.cols2 .item,
#maschinen-ansicht-wrapper.cols3 .item,
#maschinen-ansicht-wrapper.cols4 .item,
#maschinen-ansicht-wrapper.cols5 .item {
  width: calc(50% - 1px);
  margin: 0 0 35px 0;
}
}


#content ul.maschinen-eigenschaften {
  margin: 0 auto 0 auto;
  display: block;
  max-width: 850px;
  text-align: center;
}
#content ul.maschinen-eigenschaften li {
  display: inline-block;
  list-style-type: none;
  padding: 9px 17px;
  border: 3px solid var(--flott-gray2);
  border-radius: 2rem;
  background: white;
  color: #777;
  margin-right: 9px;
  margin-bottom: 14px;
  font-size: .95em;
  font-weight: 500;

  background: white;
  color: #333;

  transition: all .3s ease;
}
#content ul.maschinen-eigenschaften:hover li {
  border-color: var(--flott-gray2);
  background: white;
  color: #333;
  cursor: default;
}

@media (max-width: 640px) {
#content ul.maschinen-eigenschaften { margin: 45px 0 45px 0; }
#content ul.maschinen-eigenschaften li {
  font-size: .95em;
  padding: 7px 15px;
  margin-right: 7px;
  margin-bottom: 10px;
}
}

/* SERVICE */
#content #maschinen-auswahl-wrapper.service p.link {
  margin: 33px 0 58px 0;
}

#content #maschinen-auswahl-wrapper.service p.image {
  margin: 0;
  line-height: 0;
  border-radius: .5rem;
  overflow: hidden;
  padding: 0;
}


/* CLAIM */
#claim-wrapper {
  max-width: 750px;
  margin: 120px auto 120px auto;
}
#claim-wrapper.buttons {
  margin-bottom: 20px;
}


#content h3.claim {
  font-size: 2.45em;
  line-height: 1.25em;
  margin: 0 0 40px 0;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-style: italic;
}

#content h3.claim.gray { color: var(--flott-gray); }
#content h3.claim.blue { color: var(--flott-blue); }

@media(max-width: 768px) {
#content h3.claim {
  font-size: 1.95em;
  line-height: 1.35em;
  margin: 0 0 40px 0;
}
}

@media(max-width: 640px) {
#content h3.claim {
  font-size: 1.55em;
  line-height: 1.45em;
  margin: 0 0 40px 0;
}
}


#below-content  {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-top: 90px;
}

#below-content div.moduletable {
  position: relative;
  width: calc(20% - 21px);
  align-self: stretch;

  margin-top: 0px;
  padding: 22px 30px 60px 30px;
  background: rgba(0,0,0,0.05);
  border-radius: .5rem;

  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 20px 20px 0;
}

#below-content div.moduletable h3 {
  color: var(---flott-gray);
  margin-bottom: 25px;
  line-height: 1.4em;
}

#below-content div.moduletable p {
  font-size: 95%;
  line-height: 1.45em;
}

#below-content div.moduletable p:last-of-type {
  position: absolute;
  bottom: 0;
  left: 30px;
  margin-bottom: 30px;
}

#below-content div.moduletable p.image {
  margin: 0 0 15px 0;
  line-height: 0;
}

@media (max-width: 1024px) {
#below-content div.moduletable {
  width: calc(33% - 21px);
  padding-left: 22px;
  padding-right: 22px;
}
}
@media (max-width: 768px) {
#below-content div.moduletable {
  width: calc(33% - 21px);
  padding-left: 30px;
  padding-right: 30px;
}
}
@media (max-width: 640px) {
#below-content div.moduletable {
  width: calc(50% - 21px);
}
}
@media (max-width: 480px) {
#below-content div.moduletable {
  width: calc(100% - 1px);
  margin-right: 0;
}
}


#sidebar p a.none:hover,
#below-content p a.none:hover,
.blog.home p a.none:hover,
#sidebar p a.none,
#below-content p a.none,
.blog.home p a.none,
p.cart-no-items-image a.none { box-shadow: none !important; background: none !important; }


ul.latestnews span[itemprop="introtext"] { display: none; }

#below-content ul.latestnews li:nth-child(1) span[itemprop="introtext"],
#content .blog ul.latestnews li:nth-child(1) span[itemprop="introtext"] { }

#below-content ul.latestnews span[itemprop="introtext"] p:nth-child(1),
#content .home ul.latestnews span[itemprop="introtext"] p:nth-child(1) { margin-top: 10px; }

#below-content ul.latestnews span[itemprop="introtext"] p,
#content .home ul.latestnews span[itemprop="introtext"] p { display: inline-block; margin: 0; font-size: .85em; color: #888; text-decoration: none; }

#below-content ul.latestnews a:hover span[itemprop="introtext"] p,
#content .home ul.latestnews a:hover span[itemprop="introtext"] p { color: var(--flott-gray); }



#content .blog.news .item-image a { display: block; margin: 0; padding: 0; box-shadow: none; }

.blog.news .items-row #image-mockup-wrapper {
  display: none; /* NUR BEIM LEADING ARTICLE (1) BILD ANZEIGEN */
}

dl.article-info {
  display: block;
  color: #999;
  margin-bottom: 25px;
  font-size: .85em;
}

dl.article-info a {
  color: #999;
  text-decoration: underline;
}

dl.article-info a:hover {
  color: #FFF;
  text-decoration: underline;
}

dl.article-info dd {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 6px 12px;
  border: 2px solid rgba(2,0,0,0.1);

}

dt.article-info-term {
  display: none;
}

@media (max-width: 640px) {
#content .item-page.news h2 { font-size: 1.75em; }
#content .item-page.news div[itemprop="articleBody"] { font-size: 1em; }
dl.article-info dd { padding: 4px 8px; }
}

.blog.news dl.article-info dd {
  padding: 0;
  border: 0px;
}

/* MACBOOK MOCKUP */
#image-mockup-wrapper {
  position: relative;
  z-index: 1;
}

#image-mockup-wrapper .tradingview-widget-container,
#image-mockup-wrapper .item-image {
  position: absolute;
  top: 14.25%;
  left: 17.42%;
  width: 64.84%;
  height: auto;
  z-index: -1;
}
#content #image-mockup-wrapper .tradingview-widget-container { height: 64.5% !important; }
#content #image-mockup-wrapper .tradingview-widget-container > div { height: 100% !important; }
#content #image-mockup-wrapper .tradingview-widget-container > div > div { height: 100% !important; }

main.full .blog.news #image-mockup-wrapper .item-image { top: 14%; }


.blog.news .items-leading > div { position: relative; }
.blog.news .items-leading .page-header h2 {
  font-size: 2.1em;
  line-height: 1.1em;
}
.blog.news .items-leading .page-header { max-width: 350px; }
.blog.news .items-leading div[itemprop="blogPost"] { margin-bottom: 63px; }
.blog.news .items-leading div[itemprop="blogPost"]:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(255,255,255,0.2);
  margin-top: 70px;
}
.blog.news .items-row {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: row;
}
.blog.news .items-leading dl.article-info {
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
}
.blog.news .items-row dl.article-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.blog.news .items-row > div {
  position: relative;
  min-height: 550px;
}
.blog.news .items-row > div:nth-of-type(1):after,
.blog.news .items-row > div:nth-of-type(3):after,
.blog.news .items-row > div:nth-of-type(5):after,
.blog.news .items-row > div:nth-of-type(7):after,
.blog.news .items-row > div:nth-of-type(9):after,
.blog.news .items-row > div:nth-of-type(11):after,
.blog.news .items-row > div:nth-of-type(13):after,
.blog.news .items-row > div:nth-of-type(15):after,
.blog.news .items-row > div:nth-of-type(17):after,
.blog.news .items-row > div:nth-of-type(19):after {
  content: '';
  display: block;
  width: 3px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -20px;
  background-color: rgba(255,255,255,0.2);
}

@media (max-width: 600px) {
.blog.news .items-row div[itemprop="blogPost"] { margin-bottom: 60px; }
.blog.news .items-row > div {
  min-height: auto;
}
.blog.news .items-row dl.article-info {
  bottom: 10px;
}
.blog.news .items-row > div:nth-of-type(1):after,
.blog.news .items-row > div:nth-of-type(3):after,
.blog.news .items-row > div:nth-of-type(5):after,
.blog.news .items-row > div:nth-of-type(7):after,
.blog.news .items-row > div:nth-of-type(9):after,
.blog.news .items-row > div:nth-of-type(11):after,
.blog.news .items-row > div:nth-of-type(13):after,
.blog.news .items-row > div:nth-of-type(15):after,
.blog.news .items-row > div:nth-of-type(17):after,
.blog.news .items-row > div:nth-of-type(19):after,
.blog.news .items-row > div:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: auto;
  bottom: 0px;
  background-color: #EEE;
}

}


@media (min-width: 1400px) {

#content .item-page.single-article .broker-overview-wrapper h2 { margin-top: 30px; }
#content .item-page.single-article .broker-overview-wrapper h3 { margin: 20px 0 5px 0; }

.broker-overview-wrapper {
  display: flex;
  margin-top: 60px;
}
.broker-overview-wrapper .broker-element {
  padding: 0 20px 5px 20px;
  border: 2px solid #eee;


  align-items: stretch;
}

.broker-overview-wrapper .broker-element.columns-2 {
  width: 45%;
}
.broker-overview-wrapper .broker-element.columns-3 {
  width: 31%;
}

.broker-element.columns-2.first {
  margin-right: 5%;
}
.broker-element.columns-3.first,
.broker-element.columns-3.second {
  margin-right: 3%;
}

}


p.img-caption {
  font-size: .75em;
  line-height: 1.35em;
  color: #999;
  padding: 0 15px 35px 5px;
  margin-top: 0;
  margin-bottom: 30px;
}

.item-page.news .article-body-wrapper { display: flex; margin-top: 60px; margin-bottom: 60px; max-width: 1040px; margin-left: auto; margin-right: auto; }

#content .content-links {
  display: inline-block;
  align-self: flex-start;
  width: 30%;
  max-width: 475px;
  padding: 0;
  margin-top: 10px;
  margin-left: 4.5%
}
@media (max-width: 480px) {
.item-page.news .article-body-wrapper { display: block; }
#content .content-links { width: 100%; margin-left: 0; margin-top: 45px; }
}

#content .content-links:before {
  content: 'Links';
  position: relative;
  display: block;
  border-top:8px solid rgba(255,255,255,.2);
  padding: 15px 0 15px 2px;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}

#content .content-links ul {
  margin: 0;


  padding: 20px 0 15px 0;
  border-bottom: 1px solid rgba(2,0,0,0.1);

}

#content .content-links li,
#content .content-links li:hover {
  list-style-type: none;
}

#content .content-links li {
  padding: 0;
  padding-left: 2px;
  margin-bottom: 16px;
}

#content .content-links a {

}


#sidebar .moduletable.single-image {
  padding: 0 !important;
  position: relative;
  border: none !important;
}
#sidebar .moduletable.single-image h3 {
}
#sidebar .moduletable.single-image .custom.single-image {
  background-position: right 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  min-height: 1px;
  margin: 0;
  padding: 0;
}

#sidebar .moduletable.single-image p {
  margin: 0;
  line-height: .8em;
}

#sidebar .moduletable.single-image img {  }


/* MOD LATEST NEWS */
#sidebar span.mod-articledate,
footer span.mod-articledate { margin-bottom: 4px; }
#sidebar ul.latestnews { margin-bottom: 25px; }

#below-content ul.latestnews li,
footer ul.latestnews li,
#content .blog.loesungen ul.latestnews li,
#content .blog.home ul.latestnews li,
#sidebar ul.latestnews li {
  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(255,255,255,.12);
 }

#sidebar ul.latestnews li { line-height: 1.5em; }

footer ul.latestnews li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.5em;
}

#below-content ul.latestnews li:last-child,
#content .blog.loesungen ul.latestnews li:last-child,
#content .blog.home ul.latestnews li:last-child,
#sidebar ul.latestnews li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#below-content ul.latestnews li a:hover,
#content .blog.loesungen ul.latestnews li a:hover,
#content .blog.home ul.latestnews li a:hover,
#sidebar ul.latestnews li a:hover { /* text-decoration: underline; */ }

span.mod-articledate {
  display: block;
  font-size: .92em;
  color: rgba(255,255,255,0.55);
}

ul.latestnews img { display: none; }
/* .blog.home ul.latestnews li:nth-child(1) img, */

#below-content ul.latestnews li:nth-child(1) img,
#sidebar ul.latestnews li:nth-child(1) img { /* display: block; margin: 3px 0; */ }


/* PAGENAV */
/* PAGINATION */
#content .pagination { margin-top: 60px; }
#content ul.pagenav {
  display: block;
  text-align: right;
  margin: 0;
}
#content .pagination ul { text-align: center; }

ul.pagenav {
  margin-top: 40px;
}

ul.pagenav li,
.pagination li {
  display: inline-block;
}

ul.pagenav li a,
.pagination li span,
.pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border: 2px solid;
}

.pagination li span,
.pagination a { line-height: 48px; }

ul.pagenav li a {
  width: auto;
  padding: 0 25px;
}

.pagination li span {
  border-color: var(--flott-blue);
  color: #000;
  background-color: var(--flott-blue);
  cursor: default;
}

ul.pagenav li a,
.pagination li a {
  border-color: rgba(255,255,255,.2);
  color: #FFF;
  background-color: none;

}

.pagination li { font-size: 1.15em; }
ul.pagenav li a { font-size: 2.25em; }

ul.pagenav li a:hover,
.pagination li a:hover {
  border-color: var(--flott-blue);
  color: #FFF;
  background-color: var(--flott-blue);
}

li.pagination-start,
li.pagination-prev,
li.pagination-next,
li.pagination-end {
  display: none;
}


/* BREADCRUMBS */
#breadcrumbs {
  display: block;
  font-size: .8em;
  line-height: 2.2em;
  padding: 0 50px;
  width: 100%; /* calc(100% - 50px); */
  max-width: 1480px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 20px;
  color: var(--flott-gray);
  font-weight: 600;
}
@media(max-width: 640px) { #breadcrumbs { width: 86%; padding: 0; } }

#breadcrumbs a {
  color: #999;
  margin: 0;
  padding: 0;
}

#breadcrumbs a:hover {
  color: var(--flott-gray);
  text-decoration: underline;
}


#breadcrumbs ul li { display: inline-block; margin: 0; padding: 0; }
#breadcrumbs ul li.active { display: inline; }
#breadcrumbs .divider img { width: auto; max-width: auto; /* display: none; */ }
#breadcrumbs .divider { margin: 0 10px; }
#breadcrumbs li.active:nth-child(1),
#breadcrumbs .divider.icon-location { display: none; }

@media (max-width: 768px) {
main {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: row;
  grid-template-areas:
    "c"
    "s";
}
#sidebar { display: none; }

#content { max-width: 600px; margin-left: auto; margin-right: auto; }
}


footer h3 { font-size: 1.15em; font-weight: 600; padding: 0 0 24px 0; margin: 0; color: white; }
#position-2, #position-3, #position-4, #position-5, #position-6 { display: inline-block; vertical-align: top; }
#sitemap, #position-3, #position-4, #position-5, #position-6 { text-align: left; }

#position-2 { width: 16%; margin-right: 3%; }
#position-3 { width: 19%; margin-right: 3%; }
#position-4 { width: 13%; margin-right: 3%; }
#position-5 { width: 19%; margin-right: 3%; }
#position-6 { width: 18%; }

@media (max-width: 769px) {
#position-2 { width: 18%; margin-right: 3%; }
#position-3 { width: 23%; margin-right: 3%; }
#position-4 { width: 19%; margin-right: 3%; }
#position-5 { width: 25%; margin-right: 3%; }
#position-6 { width: 23%; }
}

@media (min-width: 1680px) {
#position-2 { width: 13%; margin-right: 2%; }
#position-3 { width: 15%; margin-right: 2%; }
#position-4 { width: 12%; margin-right: 2%; }
#position-5 { width: 16%; margin-right: 2%; }
#position-6 { width: 15%; }
}


#position-1 { display: block; }
#position-1 ul { display: block; }
#position-1 li { display: inline-block; }
#position-1 li:nth-of-type(1) { margin-right: 20px; }
#position-1 li:nth-of-type(1),
#position-1 li:nth-of-type(2) { font-size: 1.65em; font-weight: 600; }
#position-1 li:nth-of-type(3) { display: block; margin-top: 8px; }
#position-1 li:nth-of-type(3) a { color: #999; }

#position-2 li,
#position-3 li,
#position-4 li,
#position-5 li,
#position-6 li { margin-bottom: 14px; }


#socialmedia.bottom {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 42px;
}



@media (max-width: 680px) {
#socialmedia.bottom, #position-1, #position-2, #position-3, #position-4, #position-5, #position-6 { display: block; position: relative; width: 100%; }

#position-1 li { display: block; margin-right: 0; }
#position-1 li:nth-of-type(3) { display: none; }
#position-1, #position-2, #position-3, #position-4, #position-5, #position-6 { margin-bottom: 40px; }

#position-1 { display: none !important; }

#position-2 li,
#position-3 li,
#position-4 li,
#position-5 li,
#position-6 li { margin-bottom: 11px; }

#socialmedia.bottom { right: 0; top: 0; }
#lang-social-wrapper {
  padding: 45px 0 0 0;
}
footer #lang-switch {
  margin-top: 35px;
}
footer #lang-switch ul {
  text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
/* #position-2 { display: none; } */
}


#socialmedia.bottom ul {
  margin: 0 0 0 0;
  text-align: center;
  padding: 0;
}

#socialmedia.bottom li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  width: 55px;
  height: 55px;
  background: #333;
}

#socialmedia.top ul {
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 0;
}

#socialmedia.top li {
  display: inline-block;
  margin: 0 0 0 2px;
  width: 28px;
  height: 28px;
}

.bottom .facebook a.icon,
.bottom .twitter a.icon,
.bottom .instagram a.icon,
.bottom .youtube a.icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 50%;
}

.top .jahre130 a.icon,
.top .facebook a.icon,
.top .twitter a.icon,
.top .instagram a.icon,
.top .youtube a.icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat;
}

#socialmedia.bottom li.facebook:hover { background: #3b60a9; }
#socialmedia.bottom li.twitter:hover { background: #1b9bed; }
#socialmedia.bottom li.instagram:hover {
  background: #edb44b; /* Old browsers */
  background: -moz-linear-gradient(45deg, #edb44b 0%, #f2833e 30%, #da475b 46%, #b43983 69%, #5466aa 86%, #5466aa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #edb44b 0%,#f2833e 30%,#da475b 46%,#b43983 69%,#5466aa 86%,#5466aa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #edb44b 0%,#f2833e 30%,#da475b 46%,#b43983 69%,#5466aa 86%,#5466aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb44b', endColorstr='#5466aa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#socialmedia.bottom li.youtube:hover { background: #fd0010; }

.top .facebook .icon { background-image: url(../images/facebook.svg); }
.facebook .icon { background-image: url(../images/facebook_light.svg); }
.bottom .facebook:hover .icon { background-image: url(../images/facebook_light.svg); }

.twitter .icon { background-image: url(../images/twitter_light.svg); }
.top .twitter .icon,
.bottom .twitter:hover .icon { background-image: url(../images/twitter_light.svg); }

.top .instagram .icon { background-image: url(../images/instagram.svg); }
.instagram .icon { background-image: url(../images/instagram_light.svg); }
.bottom .instagram:hover .icon { background-image: url(../images/instagram_light.svg); }

.top .youtube .icon { background-image: url(../images/youtube.svg); }
.youtube .icon { background-image: url(../images/youtube_light.svg); }
.bottom .youtube:hover .icon { background-image: url(../images/youtube_light.svg); }


#socialmedia.bottom li.jahre130 {
  background: transparent;
  border-radius: 0;
  width: 74px;
  height: 55px;
  margin-right: 42px;
}
.bottom .jahre130 a.icon {
  display: inline-block;
  width: 74px;
  height: 55px;
  background-size: 74px 55px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/badge_130_light.svg);
  overflow: visible;
  border-radius: 0;
}
.bottom .jahre130 a.icon:hover {
  background-image: url(../images/badge_130_blue.svg);
}

#socialmedia.top li.jahre130 {
  width: 38px;
  height: 28px;
}
.top .jahre130 a.icon {
  width: 38px;
  height: 28px;
  background-size: 38px 28px;
}
.top .jahre130 a.icon,
.top .jahre130 a.icon:hover {
  background-image: url(../images/badge-filled_130.svg);
}


@media (max-width: 480px) {
#socialmedia.bottom li {
  margin: 0 2px;
  width: 50px;
  height: 50px;
}
.bottom .facebook a.icon,
.bottom .twitter a.icon,
.bottom .instagram a.icon,
.bottom .youtube a.icon {
  width: 50px;
  height: 50px;
  background-size: 38px 38px;
}
#socialmedia.bottom li.jahre130 {
  width: 67px;
  height: 50px;
  margin-right: 2px;
}
.bottom .jahre130 a.icon {
  width: 67px;
  height: 50px;
  background-size: 67px 50px;
}
}





.responsive-video-wrapper {
  padding: 45px 90px 90px 90px;
  background: var(--flott-gray);
  border-radius: .25rem;
}

.videos-page .responsive-video-wrapper {
  padding: 35px 70px 70px 70px;
  margin-bottom: 70px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content .responsive-video-wrapper h2,
#content .responsive-video-wrapper p { color: white; margin: 0; padding: 0; text-align: center; }
#content .responsive-video-wrapper h2 { font-size: 2.1em; margin-bottom: 20px; }
#content .responsive-video-wrapper p { margin-bottom: 70px; }
#content .responsive-video-wrapper #content-cookiemsg p { margin-bottom: 33px; }

@media (max-width: 768px) {
.videos-page .responsive-video-wrapper,
.responsive-video-wrapper { padding: 25px 0 0 0; }
#content .responsive-video-wrapper h2 { font-size: 2.1em; margin-bottom: 15px; }
#content .responsive-video-wrapper p { padding: 0 25px; margin-bottom: 35px; }
}

span.video-playlist-link-wrapper {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 70px 0;
}

span.video-playlist-link-wrapper a {
  display: inline-block;
  line-height: 1em;
  color: white;
  font-weight: 600;
  font-size: 92.5%;
  padding: 10px 21px 12px 21px;
  border: 2px solid white;
  border-radius: 2rem;
  margin: 0 6px;
  background: white;
  color: var(--flott-gray);
  transition: all .3s;
}

span.video-playlist-link-wrapper a:hover {
  border-color: white;
  background: transparent;
  color: white;
}

span.video-playlist-link-wrapper a::after {
  content: "→";
  display: inline-block;
  margin-left: 15px;
}




/* DOWNLOADS */
.blog.downloads .items-leading {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
}

#content .blog.downloads a {
  box-shadow: none;
  display: block;
}
#content .blog.downloads a:hover {
  background: none;
  cursor: pointer;
}



.blog.downloads div[itemprop="blogPost"],
.blog.downloads h2,
.blog.downloads p {
  margin: 0;
  padding: 0;
}

.blog.downloads .items-leading h2 { margin-bottom: 35px; }

#content .blog.downloads .items-row img { margin-bottom: 7px; }
#content .blog.downloads .items-row p { font-size: 95%; line-height: 1.45em; text-align: center; }
#content .blog.downloads .items-row div[itemprop="blogPost"] p:last-child { color: #777; margin-top: 11px; }
#content .blog.downloads .items-row h3 { min-height: 45px; margin: 0 0 0 0; text-align: center; font-size: 1.1em; color: var(--flott-blue); }
#content .blog.downloads .items-row h2.sub-headline { font-size: 1.75em; color: var(--flott-gray); padding: 5px 0 10px 5px; }

#content .blog.downloads a:hover h3 { color: var(--flott-gray); }

img.inline { width: auto; max-width: none; }
#content .blog.downloads .items-row img.inline { margin-bottom: 0; }


.blog.downloads .items-row { display: flex; flex-flow: row wrap; align-content: flex-start; }
.blog.downloads .items-row .span1 { align-self: stretch; }

.blog.downloads .items-row .span1 {
  display: inline-block;
  background: rgba(0,0,0,.05);
  margin: 0;
  padding: 25px 25px;
  border-radius: .5rem;

  vertical-align: text-top;
}

@media (min-width: 1024px) { .blog.downloads .items-row .span1 { width: calc(25% - 31px); margin: 15px; } }
@media (min-width: 1025px) { .blog.downloads .items-row .span1 { width: calc(25% - 41px); margin: 20px; } }
@media (max-width: 1023px) { .blog.downloads .items-row .span1 { width: calc(50% - 31px); margin: 15px 30px 15px 0; } }
@media (max-width: 680px) { .blog.downloads .items-row .span1 { width: calc(100% - 1px); margin: 0 0 25px 0; } }




/* TIMELINE */
section.timeline { position: relative; display: block; box-sizing: border-box; padding: 0; margin: 60px 0 0 0; }

section.timeline::before {
    content: '';
    background: #EEE;
    width: 4px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section div.container::before {
  display: table;
  content: " ";
  box-sizing: border-box;
}

section div.container {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.timeline-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background: var(--flott-gray);
  border-radius: 50%;

  position: absolute;
  left: 50%;
  margin-top: 19px;
  margin-left: -6px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 18px #FFF;
}

.timeline-item.weiterbildung .timeline-dot { border:2px solid var(--flott-gray); background: white; }

.timeline-content {
  position: relative;
  width: 45%;
  padding: 30px 0 0 0;
  border: 0px solid #EEE;
  background: white;
  box-sizing: border-box;

  margin-left: 0;
  margin-right: auto;
}

.timeline-item.weiterbildung .timeline-content {
  background: var(--flott-gray);
  color: white;
  border-color: var(--flott-gray);
/*  background-image: url(../../../images/sonstige/zertifikat.png);
  background-position: 125% 310%;
  background-repeat: no-repeat;
  background-size: 165px auto; */
}

#content .timeline-content p.image {
  margin: 0;
  line-height: 0;
}

#content .timeline-content p.text {
  padding: 25px 15px;
  border-bottom: 0px solid var(--flott-gray);
  font-weight: 400;
  line-height: 1.45em;
  margin-bottom: 0;
}

.timeline-item.weiterbildung .timeline-content::after {
  content: '';
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: -10px;
  right: 14px;
  width: 57px;
  height: 86px;
  background-image: url(../../../images/sonstige/zertifikat2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 57px auto;
}

#content .timeline-item.weiterbildung .timeline-content h2 { color: white; font-size: 1.1em; line-height: 1.35em; max-width: 245px; z-index: 20; }
#content .timeline-item.weiterbildung .timeline-content p.weiterbildungsort { color: #888; margin: 0 0 15px 0; }
#content .timeline-item.weiterbildung .timeline-content p { color: white; font-size: .85em; line-height: 1.35em; }
#content .timeline-item.weiterbildung .timeline-content p:last-child { margin-bottom: 16px; }
#content .timeline-item.weiterbildung .timeline-content a { color: white; }

/*
.timeline-item:nth-child(even) .timeline-content {
  margin-right: 0;
  margin-left: auto;
  padding: 40px 30px 10px 30px;
}
*/
.timeline-item.alignright .timeline-content {
  margin-right: 0;
  margin-left: auto;
}

.timeline-card {
  padding: 0 !important;
}
.timeline-card p {
  padding: 0 30px;
}

.timeline-date {
  background: var(--flott-blue);
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: .5rem .5rem 0 0;
  font-weight: 700;
}
.timeline-item.noimage .timeline-date { background: var(--flott-gray); }

.timeline-item:nth-child(even) .timeline-content .timeline-date {
  right: auto;
  left: 0;
}

.timeline-img-header {
  height: auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.timeline-card h2 { padding: 0 30px 0 30px; }
.timeline-content h2 { font-size: 1.5em; margin: 30px 0 25px 0; }
.timeline-item.weiterbildung .timeline-content h2 { margin: 12px 0 6px 0; }
.timeline-img-header h2 {
  color: #FFFFFF;
  position: absolute;
  bottom: 12px;
  left: 30px;
  margin: 0px;
}

@media (max-width: 1024px) {
.timeline-content h2 { font-size: 1.35em; margin: 25px 0 20px 0; }
#content .timeline-item.weiterbildung .timeline-content h2 { font-size: 1.05em; }
#content .timeline-item.weiterbildung .timeline-content h2 { max-width: 155px; }
.timeline-img-header { height: 130px; }
}

@media (max-width: 767px) {
section.timeline::before { left: 10px; }
.timeline-dot { left: 10px; }
.timeline-item { margin-bottom: 25px; }
.timeline-content {
    position: relative;
    width: calc(100% - 55px);
}
.timeline-content,
.timeline-item.alignright .timeline-content {
    margin-right: 0;
    margin-left: auto;
}
}



/* ANSPRECHPARTNER */
#content .ansprechpartner-wrapper h3 {
  margin: 0;
  padding: 0;
  color: var(--flott-gray);
  font-weight: 700;
}

#content .ansprechpartner-wrapper .person p:nth-of-type(1) { font-size: 90%; margin-top: 8px; color: #999; font-weight: 400; font-style: italic; }

.ansprechpartner-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 35px;
  padding: 0;
  max-width: 130px;
  border-radius: 50%;
  overflow: hidden;
}

.ansprechpartner-wrapper { display: flex; flex-flow: row wrap; align-content: flex-start; margin-top: 0; }

.ansprechpartner-wrapper .person {
  width: calc(50% - 26px);
  align-self: stretch;
  margin: 25px 25px 0 0;
  background-color: rgba(0,0,0,0.07);
  border-radius: .5rem;
  padding: 50px 15px 55px 15px;
  text-align: center;
}
.ansprechpartner-wrapper .person p:last-of-type { margin-bottom: 0; }

@media (max-width: 1023px) {
.ansprechpartner-wrapper .person {
  width: calc(50% - 41px);
  padding: 35px 15px 40px 15px;
}
}
@media (max-width: 767px) {
.ansprechpartner-wrapper .person {
  width: 100%;
  margin-right: 0;
  padding: 30px 15px 37px 15px;
}

}


/* CONTENT SLIDER */
#content p.loadmodule { height: 0; margin: 0; }
#content .flexslider ul li { padding: 0; margin: 0; list-style-type: none; }




.usage-wrapper { display: flex; flex-flow: row wrap; align-content: flex-start; }
.usage-wrapper { margin: 40px 0 40px 0; max-width: 350px; }

.usage-wrapper .usage-item {
  width: 20%;
  min-width: 100px;
  max-width: 105px;
  align-self: stretch;
  margin: 0 8px 8px 0;
  padding: 13px;
  background: var(--flott-gray2);
  border: 0px solid var(--flott-gray2);
  border-radius: .5rem;
  transition: all .3s ease;
}
.usage-wrapper .usage-item:hover {
}

.usage-wrapper .usage-item.align-center { display: flex; }
.usage-wrapper .usage-item .usage-text.align-center { align-self: center; display: inline-block; width: 100%; text-align: center; }

.usage-wrapper .usage-item .icon {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
}

.usage-wrapper .usage-item .usage-text {
  display: block;
  font-weight: 400;
  padding: 0;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 65.5%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) and (max-width: 1024px) {
.usage-wrapper {
  max-width: 550px;
}
}

@media (max-width: 640px) {
.usage-wrapper .usage-item {
  min-width: 90px;
  max-width: 95px;
  margin: 0 6px 6px 0;
  padding: 10px;
}
}

/* BIG ITEMS */
.usage-wrapper.big-items { margin: 60px 0 90px 0; max-width: 100%; }

.usage-wrapper.big-items .usage-item {
  width: 20%;
  min-width: 185px;
  max-width: 195px;
  align-self: stretch;
  margin: 0 12px 12px 0;
  padding: 30px 20px;
  background: var(--flott-gray2);
  border-radius: .5rem;
}

.usage-wrapper.big-items .usage-item .icon {
  margin: 0 auto 25px;
}

.usage-wrapper.big-items .usage-item .usage-text {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 95%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--flott-gray);
  transition: all .3s;
}

.usage-wrapper.big-items .usage-item:hover .usage-text {
  color: var(--flott-blue);
}

@media (max-width: 768px) {
.usage-wrapper.big-items .usage-item {
  min-width: 165px;
  max-width: 170px;
}
}

@media (max-width: 640px) {
.usage-wrapper.big-items .usage-item {
  min-width: 135px;
  max-width: 136px;
}
.usage-wrapper.big-items .usage-item .usage-text {
  font-size: 87.5%;
}
}



.product-features-wrapper { display: flex; flex-flow: row wrap; align-content: flex-start; }
.product-features-wrapper { margin: 60px 0 90px 0; max-width: 920px; }

.product-features-wrapper .feature-item {
  width: 20%;
  min-width: 215px;
  max-width: 235px;
  align-self: stretch;
  margin: 0 45px 45px 0;
  padding: 0;
  background: white;
  border: 0px solid var(--flott-gray2);
  border-radius: 1rem;
  transition: all .3s ease;
}
.product-features-wrapper .feature-item:hover {
}

@media (min-width: 1080px) {
.product-features-wrapper .feature-item { margin-right: 75px; }
}

.product-features-wrapper .feature-item .icon {
  display: inline-block;
  width: 57.5%;
  height: auto;
  margin: 0 auto 15px 0;
}

#content .product-features-wrapper .feature-item p.feature-text {
  display: block;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: left;
  font-size: 102.5%;
  line-height: 1.5em;
  color: var(--flott-gray);
}

#content .product-features-wrapper .feature-item p.feature-text.small {
  display: block;
  font-weight: 400;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 92.5%;
  line-height: 1.5em;
  color: var(--flott-gray);
}

@media (max-width: 768px) {
.product-features-wrapper .feature-item {
  min-width: calc(48.5% - 35px);
  max-width: calc(49% - 35px);
  margin: 0 35px 25px 0;
}
}

@media (max-width: 640px) {
.product-features-wrapper .feature-item {
  min-width: calc(48.5% - 20px);
  max-width: calc(49% - 20px);
  margin: 0 20px 20px 0;
}
#content .product-features-wrapper .feature-item p.feature-text {
  margin: 0 0 15px 0;
  font-size: 93.5%;
  line-height: 1.32em;
}
#content .product-features-wrapper .feature-item p.feature-text.small {
  margin: 0 0 10px 0;
  font-size: 83.5%;
  line-height: 1.32em;
}
}





.feature-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: start;
  margin: 0 auto 8vh;
  padding-bottom: 9vh;
  border-bottom: 2px solid var(--flott-gray2);
}
.feature-content-item .content-item-image {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 769px) {
.feature-content-item { height: auto; }
.feature-content-item { flex-direction: row; }
.feature-content-item.odd { flex-direction: row-reverse; }

.feature-content-item .content-item-image {
  width: 54%;
}

.feature-content-item.odd .content-item-content {
  margin-inline-start: 0;
  margin-inline-end: 10vw;
}
.feature-content-item .content-item-content {
  margin-inline-start: 10vw;
  margin-inline-end: 0;
}
.feature-content-item .content-item-content {
  width: 32vw;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
}




#content p.actn-btn {
  margin-top: 70px;
}

#content p.actn-btn a {
  position: relative;
  padding: 12px 36px;
  border: 3px solid var(--flott-blue);
  font-weight: 700;
  box-shadow: none;
  background: none;
  z-index: 2;
  border-radius: .25rem;
  cursor: pointer;
  color: var(--flott-gray);
  transition: all .2s;
}

#content p.actn-btn a:hover {
  color: white;
  background: none;
  box-shadow: none;
}

#content p.actn-btn a::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
  z-index: -1;
  background: var(--flott-blue);
  opacity: 0;
}

#content p.actn-btn a:hover::before {
  width: 100%;
  opacity: 1;
}

#content p.actn-btn a::after {
  content: "→";
  display: inline-block;
  margin-left: 15px;
}

.feature-content-item .usage-wrapper { }

#content p.actn-btn.small { margin-top: 15px; margin-right: 5px; display: inline-block; }
#content p.actn-btn.second { margin-top: 5px; }

#content p.actn-btn.small a {
  font-size: 90.5%;
  border-width: 2px;
  padding: 11px 26px;
}



/* IMPRINT */
span.kuerzel { position: relative; }
span.daten { position: absolute; left: 40px; }
span.daten.hrs { position: absolute; left: 100px; }


@media (max-width: 480px) { span.daten { left: 35px; } span.daten.hrs { left: 90px; } }
@media (max-width: 370px) { span.daten { left: 35px; } span.daten.hrs { left: 90px; } }
@media (max-width: 310px) {
span.daten,
span.daten.hrs {
  position: relative;
  left: auto;
  display: block;
}
}

.introtext-wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

/* PRODUKTSEITEN */
.produktseite .blog.produktseite .items-row {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.produktseite h2.ansicht {
  display: inline-block;
  width: 55%;
  margin: 15px auto 0 auto;
  padding: 12px 22px;
  font-size: 1.35em;
  color: var(--flott-gray);
  background: var(--flott-gray2);
  border-radius: 2rem;
  cursor: default;
}

.produktseite.mini-flott h2.ansicht {
  font-size: 1.15em;
  line-height: 1.3em;
  padding: 14px 22px;
  width: 65%;
}

h2.subline { position: relative; margin-bottom: 90px; }
.shop h2.subline { margin-top: 120px; }

h2.subline::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 40px;
  height: 5px;
  background: var(--flott-blue);
}
@media(max-width: 768px) {
.produktseite h2.ansicht {
  display: block;
  width: 87.5%;
  font-size: 1.2em;
}
}
@media(max-width: 640px) {
h2.subline::after {
  left: -15px;
  bottom: -17px;
  width: 30px;
  height: 4px;
}
}


.produktseite .responsive-video-wrapper {
  padding: 35px 0 0 0 ;
  background: var(--flott-gray);
  border-radius: .25rem;
}
.produktseite #content .responsive-video-wrapper p {
    margin-bottom: 55px;
}


/* ZEICHNUNGEN */
#content ul.switchlinks {
  margin: 0 0 70px 0;
  padding: 0;
  list-style-type: none;
}

#content ul.switchlinks li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

#content ul.switchlinks li a {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 9px 32px;
  font-weight: 700;
  font-size: 1.15em;
  background: var(--flott-blue);
  border: 0px solid var(--flott-blue);
  border-radius: 2rem;
  color: white;
  transition: all .3s;
}

#content ul.switchlinks li a:hover {
  background: var(--flott-gray);
}

#content ul.switchlinks li.active a {
  background: var(--flott-gray);
}


.zeichnungen-outer-wrapper {
/*  background: var(--flott-gray2);
  border-radius: 1rem;
  padding: 70px 35px 35px 35px; */
}


#content .zeichnungen-wrapper div p.zeichnung-image {
  margin: 0;
  line-height: 0;
}

#content .zeichnungen-wrapper div p.zeichnung-gewicht {
  background: transparent;
  margin: 0;
  padding: 45px 0 0 0;
}

.zeichnungen-wrapper div {
  transition: all .3s;
  border-radius: .25rem;
}

.zeichnungen-wrapper div.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}
.zeichnungen-wrapper div.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}


#content .zeichnungen-wrapper div p.zeichnung-image.mobile { display: none; }
@media (max-width: 640px) {
#content .zeichnungen-wrapper div p.zeichnung-image.desktop { display: none; }
#content .zeichnungen-wrapper div p.zeichnung-image.mobile { display: block; }
}


table.technischedaten,
table.technischedaten th,
table.technischedaten td,
table.technischedaten tr { border-collapse: separate; border-spacing: 10px; }

table.technischedaten { width: 100%; text-align: left; line-height: 1.25em; margin-top: 60px; }
table.technischedaten th { font-weight: 700; padding: 24px 24px; background: var(--flott-gray2); border-radius: .5rem; font-size: 105%; }
table.technischedaten td { font-weight: normal; border-bottom: 1px solid var(--flott-gray2); font-size: 90%; padding: 18px 24px; vertical-align: middle; }
table.technischedaten tr:last-of-type td { }


table.technischedaten th:nth-of-type(2),
table.technischedaten th:nth-of-type(3),
table.technischedaten th:nth-of-type(4),
table.technischedaten th:nth-of-type(5),
table.technischedaten th:nth-of-type(6),
table.technischedaten td:nth-of-type(2),
table.technischedaten td:nth-of-type(3),
table.technischedaten td:nth-of-type(4),
table.technischedaten td:nth-of-type(5),
table.technischedaten td:nth-of-type(6) { text-align:right; }


@media(max-width: 768px) {
table.technischedaten,
table.technischedaten th,
table.technischedaten td,
table.technischedaten tr { border-spacing: 7px; }

table.technischedaten th { padding: 20px 16px; font-size: 95.5%; }
table.technischedaten td { font-size: 80%; padding: 14px 16px; }
}

@media(max-width: 767px) {

table.technischedaten,
table.technischedaten th,
table.technischedaten td,
table.technischedaten tr,
table.technischedaten tbody {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  text-align: left;
  position: relative;
  width: 100%;
}

table.technischedaten tr:first-of-type {
  display: none;
  height: 0;
}

table.technischedaten th {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

table.technischedaten td {
  padding-left: 35%;
  font-size: 90.5%;
  padding: 16px 20px;
}

table.technischedaten tr td:first-of-type {
  font-weight: 700;
  padding: 20px 20px;
  background: var(--flott-gray2);
  border-radius: .5rem;
  font-size: 95%;
}

table.technischedaten tr td:last-of-type {
  border-bottom: 0;
  padding-bottom: 35px;
}


table.technischedaten tr td:nth-of-type(2)::before,
table.technischedaten tr td:nth-of-type(3)::before,
table.technischedaten tr td:nth-of-type(4)::before,
table.technischedaten tr td:nth-of-type(5)::before {
  position: absolute;
  top: auto;
  left: 20px;
  width: 50%;
  padding-right: 10px;
  white-space: nowrap;
  font-weight: 700;
  text-align: left;
}

table.technischedaten.k25-16 tr td:nth-of-type(2)::before { content: "16 K"; }
table.technischedaten.k25-16 tr td:nth-of-type(3)::before { content: "18 K"; }
table.technischedaten.k25-16 tr td:nth-of-type(4)::before { content: "20 K"; }
table.technischedaten.k25-16 tr td:nth-of-type(5)::before { content: "25 K"; }


table.technischedaten.zs25-3 tr td:nth-of-type(2)::before { content: "ZS 3"; }
table.technischedaten.zs25-3 tr td:nth-of-type(3)::before { content: "ZS 10"; }
table.technischedaten.zs25-3 tr td:nth-of-type(4)::before { content: "ZS 25"; }

table.technischedaten.vap tr td:nth-of-type(2)::before { content: "VAP 25 K"; }

table.technischedaten.mini-flott tr td:nth-of-type(2)::before { content: "Mini-Flott 35"; }
table.technischedaten.mini-flott tr td:nth-of-type(3)::before { content: "Mini-Flott 50"; }

table.technischedaten.service-kits tr td:nth-of-type(2)::before { content: "Maschinen Typ"; }
table.technischedaten.service-kits.en tr td:nth-of-type(2)::before { content: "Machine Type"; }


}



/* SCHAELSYSTEME */
.schaelsysteme-wrapper {
  display: block;
}

.schaelsystem-item {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;

  background: var(--flott-gray2);
  padding: 40px 30px;
  border-radius: .5rem;
  margin-bottom: 35px;
}

.schaelsystem-item .image {
  width: 40%;
}
.schaelsystem-item .texte-wrapper {
  width: 57.5%;
  padding-left: 3.5%;
}

.schaelsystem-item h3 {
  color: var(--flott-gray);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.55em;
  line-height: 1.3em;
  font-weight: 700;
}

#content .schaelsystem-item p.schaelsystem-h3-subline {
  font-style: italic;
  font-size: 107.5%;
  margin-bottom: 40px;
}

#content .schaelsystem-item p {
  font-size: 97.5%;
}

#content .schaelsystem-item ul,
#content .schaelsystem-item li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .schaelsystem-item ul {
  display: block;
  margin: 55px 0 0 0;
  max-width: 300px;
}

#content .schaelsystem-item li {
  display: inline-block;
/*  border: 3px solid rgba(0,0,0,0.08);
  color: #666; */
  background-color: var(--flott-gray);
  color: white;
  padding: 7px 16px;
  margin: 0 3px 9px 0;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 82.5%;
  transition: all .3s;
}

#content .schaelsystem-item:hover li {
/*  border-color: rgba(0,0,0,0.12);
  color: var(--flott-gray); */
}

#content .schaelsystem-item ul:hover,
#content .schaelsystem-item li:hover {
  cursor: default;
}


@media(max-width: 768px) {
.schaelsystem-item {
  padding: 20px 50px 40px 50px;
}
.schaelsystem-item .image {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.schaelsystem-item .image img {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.schaelsystem-item .texte-wrapper {
  width: 100%;
  padding-left: 0;
}
}

@media(max-width: 640px) {
.schaelsystem-item h3 {
  font-size: 1.4em;
  line-height: 1.25em;
}
.schaelsystem-item {
  padding: 15px 25px 25px 25px;
}
}


@media(min-width: 768px) {
.zertifikate .schaelsystem-item .image {
    width: 42.5%;
}
.zertifikate .schaelsystem-item .texte-wrapper {
    width: 52.5%;
    padding-left: 5.5%;
}
.zertifikate .schaelsystem-item .image {
  padding: 40px;
  margin: 0;
}

.zertifikate .texte-inner-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: row;
  align-content: center;
}

.zertifikate .texte-inner-wrapper-item {
  width: 100%;
  align-self: center;
}
}

@media(max-width: 767px) {
.zertifikate .schaelsystem-item .image {
  padding: 30px;
  margin: 0;
}
.zertifikate .schaelsystem-item .texte-wrapper {
  padding: 35px 25px;
}
}

.zertifikate .schaelsystem-item {
  padding: 0;
  overflow: hidden;
}

.zertifikate .schaelsystem-item .image {
  background-image: url(../../../images/sonstige/zertifikate_bilderrahmen_hg-repeatable.jpg);
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
}

/* WEITERES ZUBEHÖR */

.zubehoer-wrapper { display: flex; flex-flow: row wrap; align-content: flex-start; }
.zubehoer-wrapper { margin: 40px 0 40px 0; }

.zubehoer-wrapper .zubehoer-item {
  position: relative;
  width: 33%;
  min-width: 160px;
  max-width: 280px;
  align-self: stretch;
  margin: 0 16px 16px 0;
  padding: 30px 20px;
  background: rgba(236,236,236,1);
  border: 0px solid var(--flott-gray2);
  border-radius: .5rem;
  transition: all .3s ease;
}
.zubehoer-wrapper .zubehoer-item:hover {
}

.zubehoer-wrapper .zubehoer-item .image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
}

.zubehoer-wrapper .zubehoer-item .title {
  display: block;
  font-weight: 600;
  padding: 0 10px;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 95%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.zubehoer-wrapper .zubehoer-item:hover {
}

.zubehoer-wrapper .zubehoer-item .text-small {
  display: block;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 10px 0;
  font-size: 77.5%;
}

.zubehoer-wrapper .zubehoer-item .text-small a {
  color: var(--flott-gray);
  text-decoration: underline;
}
.zubehoer-wrapper .zubehoer-item .text-small a:hover {
  color: var(--flott-gray);
  text-decoration: none;
}

.zubehoer-wrapper .zubehoer-item span.neu {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--flott-gray);
  color: white;
  font-weight: 700;
  font-size: .90em;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: -8px;
  right: -8px;
  }

@media(max-width: 768px) {
.zubehoer-wrapper .zubehoer-item {
  min-width: 240px;
}
}
@media(max-width: 640px) {
.zubehoer-wrapper .zubehoer-item {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  align-self: stretch;
  margin: 0 0 20px 0;
  padding: 15px 20px 20px 20px;
}
.zubehoer-wrapper .zubehoer-item .image {
  display: block;
  width: 100%;
  max-width: 235px;
  height: auto;
  margin: 0 auto 15px;
}
}



/* ERSATZTEILE ANFRAGE */
.ersatzteile h2 {
  margin: 70px 0 35px 0;
}
.ersatzteile h3 {
  margin: 70px 0 35px 0;
}


/* HOME INTRO WRAPPER */
.home-intro-wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;

  align-items: center;
  justify-content: center;

  height: 480px;
  width: 100%;
  background-position: center center;
  background-size: 120% auto;

  background-color: var(--flott-blue);
  border-radius: 0 0 .25rem .25rem;
}
@media(min-width: 1900px) { .home-intro-wrapper { height: 520px; } }

.homeintroimagediv {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 120% auto;
}
.homeintroimagediv.visible {
  visibility: visible;
  opacity: 1;
}
.homeintroimagediv.hidden {
  visibility: hidden;
  opacity: 0;
}

.home-intro-inner-wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;

  align-items: center;
  justify-content: center;

  width: calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 0;
  padding: 0;
/*  background-color: var(--flott-blue); */
}

.home-intro-inner-wrapper span.headline {
  display: block;
  color: white;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  padding: 0 0 65px 0;
  font-size: 2.25em;
  letter-spacing: .015em;
  line-height: 1.3em;
}

.home-intro-inner-wrapper .links-wrapper {
  display: block;
  text-align: center;
  padding: 0 0 65px 0;
}

.home-intro-inner-wrapper span.link {
  display: inline-block;
}
.home-intro-inner-wrapper span.link a {
  display: block;
  line-height: 1em;
  color: white;
  font-weight: 600;
  font-size: 92.5%;
  padding: 10px 21px 12px 21px;
  border: 2px solid white;
  border-radius: 2rem;
  margin: 0 6px;
  background: white;
  color: var(--flott-gray);
/*  transition: all .3s; */
}

.home-intro-inner-wrapper span.link a:hover {
  border-color: white;
  background: transparent;
  color: white;
}

@media(max-width: 768px) {
.home-intro-wrapper {
  height: 380px;
}
.home-intro-inner-wrapper .links-wrapper {
  padding: 0 0 50px 0;
}
.homeintroimagediv {
  background-size: 150% auto;
}
}

@media(max-width: 640px) {
.home-intro-wrapper {
  height: 580px;
}
.home-intro-inner-wrapper span.link {
  display: block;
  text-align: center;
}
.home-intro-inner-wrapper span.link a {
  display: inline-block;
  margin: 14px auto 0 auto;
}
.home-intro-inner-wrapper .links-wrapper {
  padding: 0 0 35px 0;
}
.homeintroimagediv {
  background-size: auto 110%;
}
}

@media(max-width: 480px) {
.home-intro-inner-wrapper span.headline {
  padding: 0 0 65px 0;
  font-size: 2.10em;
  letter-spacing: .020em;
  line-height: 1.3em;
}
.home-intro-inner-wrapper span.link a {
  font-size: 100%;
  border-radius: 1.75rem;
  margin: 16px auto 0 auto;
}
}


/* GALERIE */

/* GALERIE */
#content .galerie-wrapper { float: inherit !important; }

@supports (display: grid) {

#content .galerie-wrapper .items p { margin: 0; padding: 0; overflow: hidden; position: relative; display: block; width: 100%; height: 100%; border-radius: .25rem; }
#content .galerie-wrapper .items p.transparent { background: transparent; }
#content .galerie-wrapper .items p img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  filter: grayscale(0%);
  transition: all .3s ease;
 }
#content .galerie-wrapper .items p:hover img {
/*   filter: grayscale(100%); */
}
#content .galerie-wrapper .items p:hover {
/*  cursor: help; */
}


.galerie-wrapper .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-gap: 20px;
  grid-gap: 20px;
  -ms-grid-template-columns: repeat(auto-fit, minmax(425px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(425px, 1fr));
  -ms-grid-auto-rows: 320px;
  grid-auto-rows: 320px;
  -ms-grid-auto-flow: dense;
  grid-auto-flow: dense;

}

.galerie-wrapper .items .horiz {
  -ms-grid-column: span 2;
  grid-column: span 2;
}
.galerie-wrapper .items .vert {
  -ms-grid-row: span 2;
  grid-row: span 2;
}
.galerie-wrapper .items .big {
  -ms-grid-column: span 2;
  grid-column: span 2;
  -ms-grid-row: span 2;
  grid-row: span 2;
}

span.galerie.bildbeschreibung {
  position: absolute;
  z-index: 99;
  bottom: 22px;
  left: 22px;

  padding: 7px 10px 8px 10px;
  background: transparent;
  color: white;

  font-size: .7em;
  font-weight: 600;
  display: inline-block;
  max-width: 85%;
  text-align: left;
  line-height: 1.35em;

  transition: all .3s ease;
  opacity: 0;
}
.galerie-wrapper p:hover span.galerie.bildbeschreibung {
  background: var(--handarbeit-red);
  bottom: 17px;
  opacity: 1;
}

span.galerie.overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: black;
  opacity: 0;
  transition: all .3s ease;
}
.galerie-wrapper p:hover span.galerie.overlay { opacity: .35; }

.galerie-wrapper p:hover { cursor: help; }

}

@media (max-width: 1024px) {
.galerie-wrapper .items {
  -ms-grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  -ms-grid-auto-rows: 170px;
  grid-auto-rows: 170px;
}
}

@media (max-width: 480px) {
.galerie-wrapper .items {
  -ms-grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  -ms-grid-auto-rows: 90px;
  grid-auto-rows: 90px;
  -ms-grid-gap: 10px;
  grid-gap: 10px;
}
.galerie-wrapper .items .horiz {
  -ms-grid-column: span 1;
  grid-column: span 1;
}
.galerie-wrapper .items .vert {
  -ms-grid-column: span 1;
  grid-column: span 1;
  -ms-grid-row: span 2;
  grid-row: span 2;
}
.galerie-wrapper .items .big {
  -ms-grid-column: span 2;
  grid-column: span 2;
  -ms-grid-row: span 3;
  grid-row: span 3;
}
}

@media (max-width: 380px) {
.galerie-wrapper .items {
  -ms-grid-auto-rows: 80px;
  grid-auto-rows: 80px;
}
}

@media (max-width: 320px) {
.galerie-wrapper .items {
  -ms-grid-auto-rows: 75px;
  grid-auto-rows: 75px;
}
}

.galerie-wrapper .visible {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.galerie-wrapper .hidden {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}



/* FIXED RIGHT */
#fixed-right { display: none; }

@media (min-width: 360px) {
#fixed-right { display: block; }

#fixed-right h3 {
  color: white;
  font-weight: 700;
  margin-bottom: 15px;
}

#fixed-right { margin-top: 0px; }
#fixed-right .moduletable.actn-mod {
  text-align: center;
  display: block;
  background-color: var(--flott-blue);
  background-image: url(../../../images/modules/mod_shop_hg.jpg);
  background-size: 150% auto;
  background-position: center;
  background-repeat: repeat;
  color: white;

  border-radius: 0;
  border: 2px solid white;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  position: fixed;
  bottom: 42.5%;
  bottom: -500px;
  z-index: 2;
  font-size: 90%;
  width: 100%;
  padding: 20px 20px 5px 20px;
  transition: all .2s ease;
}

#fixed-right div.moduletable.actn-mod p { margin-bottom: 22px; }

#fixed-right .moduletable.actn-mod p:last-child a { z-index: 2; }

#fixed-right .moduletable.actn-mod p:last-child a {
  display: inline-block;
  position: relative;
  padding: 8px 15px;
  background-color: white;
  color: var(--flott-gray);

  border:2px solid white;
  border-radius: 2px;
  box-shadow: none;
  font-weight: 500;
  line-height: 1.25em;
}

#fixed-right .moduletable.actn-mod p:last-child a:hover { background: transparent; box-shadow: none; color: var(--flott-gray); }
#fixed-right .moduletable.actn-mod p:last-child a:hover {
    background: transparent;
    box-shadow: none;
    color: white;
    border-color: white;
}

#fixed-right .moduletable.actn-mod p:last-child a::after {
  content: "→";
  display: inline-block;
  margin-left: 15px;
}

#fixed-right .moduletable.actn-mod p:last-child a::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
    background: transparent;
    opacity: 0;
}
#fixed-right .moduletable.actn-mod p:last-child a:hover::before {
    width: 100%;
    opacity: 1;
}


#fixed-right .moduletable.actn-mod.invisible {
  bottom: -500px;
}
#fixed-right .moduletable.actn-mod.show {
  bottom: 0px;
}

#fixed-right div.moduletable.actn-mod h3,
#fixed-right div.moduletable.actn-mod p:nth-of-type(1) { display: none; }
}

@media (min-width: 768px) {
#fixed-right div.moduletable.actn-mod h3,
#fixed-right div.moduletable.actn-mod p:nth-of-type(1) { display: block; }

#fixed-right .moduletable.actn-mod {
  text-align: left;
  border-radius: 4px;
  border: 2px solid white;
  position: fixed;
  bottom: -500px;
  right: 35px;
  font-size: 75%;
  width: 195px;
  padding: 20px 25px 2px 22px;
}
#fixed-right .moduletable.actn-mod.invisible {
  bottom: -500px;
  right: 35px;
}
#fixed-right .moduletable.actn-mod.show {
  bottom: 35px;
  right: 35px;
}
}

@media (min-width: 1441px) {
#fixed-right div.moduletable.actn-mod h3,
#fixed-right div.moduletable.actn-mod p:nth-of-type(1) { display: block; }

#fixed-right .moduletable.actn-mod {
  text-align: left;
  border-radius: 4px 0 0 4px;
  border: 2px solid white;
  border-right: 0px;
  position: fixed;
  bottom: 42.5%;
  right: -500px;
  font-size: 75%;
  width: 215px;
  padding: 20px 25px 2px 22px;
}
#fixed-right .moduletable.actn-mod.invisible {
  bottom: 42.5%;
  right: -500px;
}
#fixed-right .moduletable.actn-mod.show {
  bottom: 42.5%;
  right: 0px;
}
}

@media (min-width: 1800px) { #fixed-right .moduletable.actn-mod { width: 250px; } }




.remove-p p {
    display: none;
    padding: 0;
    margin: 0;
}

#usertools {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: -10px;
}

#usertools .moduletable {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
#usertools .moduletable.cart-on-action {
  margin: 0;
}

#usertools ul.usertools li.account,
#usertools ul.usertools li.cart {
  font-size: .65em;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
}
#usertools ul.usertools li.account-icon {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background-image: url(../images/icon_account.svg);
  background-size: 55px 55px;
  background-position: center center;
  background-repeat: no-repeat;
}
#usertools ul.usertools li.cart-icon {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background-image: url(../images/icon_cart.svg);
  background-size: 55px 55px;
  background-position: center center;
  background-repeat: no-repeat;
}
#usertools a { display: block; color: var(--flott-gray); cursor: pointer; }
#usertools a:hover { color: var(--flott-blue); cursor: pointer; }

#usertools .j2store-minicart-button-wrapper { display: block; position: relative; }
#usertools span.default_cart_module_text {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 23px;
  height: 23px;
  line-height: 20px;
  text-align: center;
  font-size: .68em;
  font-weight: 800;
  background-color: var(--flott-blue);
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

#usertools .moduletable.currency {
  vertical-align: top;
  margin-top: 11px;
}

#usertools #j2store_currency { font-size: .85em; }
@media (max-width: 480px) { #usertools #j2store_currency { font-size: .75em; } }

#usertools #j2store_currency a {
  padding: 5px 6px;
  border: 1px solid var(--flott-gray2);
  border-radius: 1px;
  text-align: center;
}
#usertools #j2store_currency a:last-of-type {
  border-top: 0px;
}

.remove-p p { display: none; padding: 0; margin: 0; }

@media (max-width: 1024px) {
#usertools {
  right: 50px;
  top: -5px;
}
}

@media (max-width: 768px) {
#usertools {
  right: 50px;
  top: -10px;
}
#usertools .moduletable {
  margin-left: 15px;
}
}

@media (max-width: 640px) {
#usertools {
  right: 25px;
  top: -5px;
}
#usertools .moduletable {
  margin-left: 10px;
}
#usertools ul.usertools li.account,
#usertools ul.usertools li.cart {
  font-size: .6em;
}
#usertools ul.usertools li.account-icon {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
#usertools ul.usertools li.cart-icon {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
}

@media (max-width: 480px) {
#usertools {
  right: 25px;
  top: -10px;
}
#usertools .moduletable {
  margin-left: 8px;
}
}

@media (max-width: 330px) {
#usertools .moduletable {
  margin-left: 6px;
}
#usertools ul.usertools li.account,
#usertools ul.usertools li.cart {
  font-size: .58em;
}
}


#contentoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #262524;
    transition: all .3s ease;
    cursor: pointer;
}
#contentoverlay.invisible {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
}
#contentoverlay.visible {
    opacity: .75;
    visibility: visible;
    z-index: 888888;
}


/* SHOP HEADER */
#above-content .moduletable.shop-header {
  display: block;
  padding: 0;
  border-bottom: 1px solid white;
  color: var(--flott-gray);
  background-image: url(../../../images/home/1440x580_zwiebeln.jpg);
  background-position: center center;
  background-size: 110% auto;
  background-repeat: repeat;
}
@media (min-width: 1500px) {
#above-content .moduletable.shop-header {
  border-radius: 0 0 .25rem .25rem;
}
}

#above-content .moduletable.shop-header.rabatt {
  border-radius: 0 !important;
  background-image: none;
  background-color: red;
}

#above-content .moduletable.shop-header h1 {
  display: block;
  font-size: 1.15em;
  line-height: 1.35em;
  font-weight: 300;
  letter-spacing: .075em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: white;
}
#above-content .moduletable.shop-header h1 a {
  display: block;
  padding: 25px 45px 25px 55px;
  color: white;
}

#above-content .moduletable.shop-header.rabatt h1 {
  font-weight: 700;
  font-size: .85em;
  letter-spacing: .065em;
}
#above-content .moduletable.shop-header.rabatt h1 a {
  padding: 15px 45px 15px 55px;
}

#above-content .moduletable.shop-header .custom {
}
.checkout #above-content .moduletable.shop-header {
  padding: 20px 45px 30px 55px;
  background: var(--flott-gray2);
  border-radius: 0;
}
.checkout #above-content .moduletable.shop-header h1 {
  text-transform: none;
  color: var(--flott-gray);
  font-size: 1.35em;
  font-weight: 300;
  letter-spacing: .075em;
}

.checkout header #inner-container { text-align: center; }
.checkout header { padding: 35px 0 15px 0; }
.checkout #flott-branding { margin-left: 0; margin-right: 0; }
.checkout #flott-branding span.svg-brand {
    width: 290px;
    height: 74px;
    background-size: 290px auto;
}


/* full-width */
div.check-or-radio.full-width {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60px;
  margin: 0 0 7px 0;
}
div.check-or-radio.full-width.split {
  width: calc(50% - 8px);
  min-width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  height: 55px;
  margin: 0 4px 5px 0;
}

.j2store-single-product.configurable.detail div.check-or-radio.full-width.split {
/*  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 55px;
  margin: 0 0 5px 0; */
}



div.check-or-radio label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer !important;
  position: relative;
}

#j2store-checkout div.check-or-radio label,
.item-page.kontakt div.check-or-radio label,
.login-wrapper div.check-or-radio label { padding-left: 35px; }

#j2store-checkout #checkout div.check-or-radio { margin-bottom: 12px; }

div.check-or-radio.full-width .shown-name {
  color: var(--flott-gray);
  font-size: 1em;
  font-weight: 700;
  text-transform: none !important;
  position: absolute;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 55px;
  z-index: 3;
}

div.check-or-radio.full-width .checkmark.radio,
div.check-or-radio.full-width .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: .25rem;
}


div.check-or-radio.full-width:hover input ~ .checkmark {
  border-color: var(--flott-gray);
  background-color: transparent;
}
div.check-or-radio.full-width input:checked ~ .checkmark {
  background-color: var(--flott-gray);
}
div.check-or-radio.full-width .checkmark.radio:after { background: transparent; left: 0; top: 0; width: 1px; height: 1px; }

div.check-or-radio.full-width input:checked ~ .shown-name {
  color: white;
}

/* not in stock */
span.notinstock div.check-or-radio.full-width .shown-name,
span.notinstock div.check-or-radio.full-width:hover .shown-name {
  color: rgba(38,37,36,.5);
  cursor: not-allowed;
}
span.notinstock div.check-or-radio.full-width .checkmark,
span.notinstock div.check-or-radio.full-width:hover input ~ .checkmark {
    border-color: rgba(0,0,0,0.10);
}


/* Kategorie-Ansicht Filter */
div.check-or-radio.filter {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 65px;
  margin: 0 7px 7px 0;
}

div.check-or-radio.filter label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer !important;
  position: relative;
}

div.check-or-radio.filter .shown-name {
  color: var(--bf-gray);
  font-size: 1em;
  text-transform: none !important;
  position: absolute;
  width: 200px;
  height: 65px;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 65px;
  z-index: 3;
}

div.check-or-radio.filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 1px;
}


div.check-or-radio.filter:hover input ~ .checkmark {
  border-color: var(--saas-gray);
  background-color: transparent;
}
div.check-or-radio.filter input:checked ~ .checkmark {
  background-color: var(--saas-gray);
}
div.check-or-radio.filter .checkmark:after { background: transparent; left: 0; top: 0; width: 1px; height: 1px; border-color: transparent; }

div.check-or-radio.filter input:checked ~ .shown-name {
  color: white;
}

.j2store-single-product.multiple .options select,
.j2store-single-product.detail .options select {
  height: 55px;
  border: 1px solid rgba(0,0,0,.25);
}

.j2store-single-product.multiple .options select,
.j2store-single-product.detail .options select {
  padding-right: 105px;
}

.j2store-single-product.flexivariable.detail .options  select {
  width: calc(100% - 16px);
}


.j2store-single-product.multiple .product-qty input,
.j2store-single-product.detail .product-qty input {
  width: 95px;
  height: 65px;
  border: 1px solid rgba(0,0,0,.25);
  background-color: transparent;
}

.j2store-single-product.multiple .product-qty input:hover,
.j2store-single-product.multiple .product-qty input:focus,
.j2store-single-product.detail .product-qty input:hover,
.j2store-single-product.detail .product-qty input:focus {
  border-color: var(--saas-gray);
  background: transparent;
}
.j2store-single-product.multiple .product-qty,
.j2store-single-product.detail .product-qty { display: inline-block; margin-bottom: 0; }


.j2store-single-product.multiple .product-qty select,
.j2store-single-product.detail .product-qty select {
  width: 95px;
  height: 65px;
  border: 1px solid rgba(0,0,0,.25);
  background-color: transparent;
  margin: 20px 0 0 0;
}

.j2store-single-product.multiple .options select:hover,
.j2store-single-product.multiple .options select:focus,
.j2store-single-product.detail .options select:hover,
.j2store-single-product.detail .options select:focus,
.j2store-single-product.detail .product-qty select:hover,
.j2store-single-product.detail .product-qty select:focus {
  border-color: var(--saas-gray);
  background-color: transparent;
}

.j2store-single-product.detail input[type="submit"] {
  margin: 20px 0 0 10px;
  font-size: 1.15em;
}

@media (max-width: 520px) {
.j2store-single-product.detail input[type="submit"] {
  font-size: 1.05em;
}
.j2store-single-product.detail .product-qty,
.j2store-single-product.detail input[type="submit"],
.j2store-single-product.detail .product-qty input {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.j2store-single-product.detail input[type="submit"] {
  margin: 15px 0 0 0;
}

.j2store-single-product.detail .product-qty,
.j2store-single-product.detail input[type="submit"] {
  display: inline-block;
}
.j2store-single-product.multiple .product-qty select,
.j2store-single-product.detail .product-qty select {
  width: 70px;
}
.j2store-single-product.detail .product-qty { width: 80px; }
.j2store-single-product.detail input[type="submit"] { width: calc(100% - 100px); padding-left: 0; padding-right: 0; text-align: center; }
}





.j2store-cart .product-qty input {
  height: 38px;
  padding: 5px 10px;
  padding-right: 0px;
  width: 70px;
}
.j2store-cart .product-qty select {
  width: 75px;
}




#agb-wrapper {
  position: fixed;
  width: 90%;
  max-width: 650px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  margin-top: -100px;
  transform: translate(-50%, -50%);
  padding: 25px;
  z-index: -2;
  background-color: #FFF;
  border-radius: 2px;
  height: auto;
  min-height: 65vh;
  max-height: 70vh;
  overflow: hidden;
  color: var(--flott-gray);
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
}

#agb-wrapper.shown {
  opacity: 1;
  z-index: 100001;
  margin-top: 0;
  visibility: visible;
}


#agb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #262524;
  transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
	z-index: -3;
}

#agb-overlay.shown {
	opacity: .75;
	visibility: visible;
	z-index: 100000;
}

#agb-wrapper .agb-textblock {
    border: 1px solid #AAA;
    border-radius: 3px;
    background-color: var(--flott-gray2);
    padding: 15px;
    height: auto;
    max-height: calc(65vh - 110px);
    overflow-y: scroll;
		font-size: 87%;
}

@media (max-width: 720px) {
#agb-wrapper {
  max-width: 500px;
  top:5%;
  left:5%;
  right:0;
  bottom:0;
  transform: translate(0, 0);
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 10%) !important;
  max-height: calc(100vh - 10%) !important;
}
#agb-wrapper .agb-textblock {
  max-height: calc(100vh - 30%);
}
}




#agb-wrapper h2 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
}
#agb-wrapper .agb-textblock h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin-top: 45px;
}


#content a.agbclose {
  position: absolute;
  top: 6px;
  right: 6px;
  font-weight: 800 !important;
  padding: 10px 15px !important;
	color: var(--flott-gray);
	box-shadow: none;
}

#content a.agbclose:hover { color: var(--flott-blue); box-shadow: none; }




/* Login */
div.popover { display: none !important; }

main.register #content,
#content .reset,
#content .remind {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
main.login #content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

#content .register fieldset,
#content .remind fieldset,
#content .reset fieldset,
main.login fieldset { width: 100%; }

#content form#member-registration fieldset div.control-group:first-of-type { display: none; }


@media (min-width: 768px) {
main.login .login-wrapper,
main.login .register-wrapper {
  display: inline-block;
  width: 45%;
  vertical-align: text-top;
}
main.login .login-wrapper { margin-right: 9%; }
}
@media (max-width: 767px) {
main.login .login-wrapper { margin-bottom: 60px; }
}



#content #j2store-checkout #checkout ul.forgot-pw,
main.login #content .login-wrapper ul {
  margin: 25px 0 0 0;
  padding: 0;
}

#content #j2store-checkout #checkout ul.forgot-pw li,
main.login #content .login-wrapper ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#content #j2store-checkout #checkout ul.forgot-pw li a,
main.login #content .login-wrapper ul li a {
  font-size: .8em;
  font-weight: 500;
  text-decoration: underline;
  box-shadow: none;
  color: var(--saas-gray);
}
#content #j2store-checkout #checkout ul.forgot-pw li a:hover,
main.login #content .login-wrapper ul li a:hover {
  color: var(--saas-gray);
  text-decoration: none;
  box-shadow: none;
}

main.login div.control-label,
main.register div.control-label { margin-bottom: 6px; }


.product-page-area-wrapper {
  background: rgba(0,0,0,0.06);
  border-radius: .75rem;
}

.product-page-area-wrapper h2.subline-inner {
  padding: 45px 45px 30px 45px;
  margin: 0;
}

.product-page-area-wrapper .usage-wrapper.big-items {
  margin: 0 0 0 0;
  padding: 45px;
}

.product-page-area-wrapper .usage-wrapper.big-items .usage-item {
  background: transparent;
  border: 3px solid transparent; /* rgba(0,0,0,0.04) */

  display: inline-block;
  min-width: inherit;
  max-width: inherit;
  width: calc(25% - 12px);
  margin: 6px;
}


.product-page-area-wrapper .schaelsystem-item {
  background: transparent;
  border-radius: 0;
  border-bottom: 4px solid white; /* rgba(0,0,0,0.04) */
  padding: 45px 45px 70px 45px;
  margin: 0 0 25px 0;
}
.product-page-area-wrapper .schaelsystem-item:last-of-type {
  border-bottom: 0px;
}

.product-page-area-wrapper .zubehoer-wrapper {
  margin: 0;
  padding: 45px;
}

.product-page-area-wrapper .zubehoer-wrapper .zubehoer-item {
  background: transparent;
  border: 3px solid transparent; /* rgba(0,0,0,0.04) */
  min-width: inherit;
  max-width: inherit;
  width: calc(33.33% - 12px);
  margin: 6px;
}


.product-page-area-wrapper .zeichnungen-outer-wrapper {
  padding: 45px;
}



@media(max-width: 768px) {
.product-page-area-wrapper .usage-wrapper.big-items .usage-item { width: calc(33.33% - 12px); }

.product-page-area-wrapper .zubehoer-wrapper .zubehoer-item {
  width: calc(50% - 12px);
  margin: 6px;
}
}

@media(max-width: 640px) {
.product-page-area-wrapper .usage-wrapper.big-items .usage-item { width: calc(50% - 10px); margin: 5px; }

.product-page-area-wrapper h2.subline-inner {
  padding: 30px 25px;
  margin: 0;
}
.product-page-area-wrapper .usage-wrapper.big-items {
  margin: 0 0 0 0;
  padding: 20px;
}

.product-page-area-wrapper .schaelsystem-item {
  padding: 35px 30px 60px 30px;
  margin: 0 0 15px 0;
}


.product-page-area-wrapper .zubehoer-wrapper {
  margin: 0;
  padding: 30px;
}
.product-page-area-wrapper .zubehoer-wrapper .zubehoer-item {
  width: calc(100% - 12px);
  margin: 6px;
}

.product-page-area-wrapper .zeichnungen-outer-wrapper {
  padding: 25px;
}
}

/* JOBS */
.jobs .blog .items-row div[itemprop="blogPost"] {
  margin-bottom: 0px;
}

.jobs .blog .items-row div[itemprop="blogPost"] h2 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}

.jobs .blog .items-row div[itemprop="blogPost"] h2 a {
  display: block;
  background: #ececed;
  padding: 45px 35px;
  border-radius: 0.75rem;
  margin-bottom: 25px;
}

.jobs .blog .items-row div[itemprop="blogPost"] h2 a {
  color: var(--flott-blue);
  text-decoration: none;
}
.jobs .blog .items-row div[itemprop="blogPost"] h2 a:hover {
  color: var(--flott-gray);
  text-decoration: none;
}
/* */
