html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5 - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2013 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 27/08/2013 - 13:00
# ------------------------------------------------------------------------
*/


/*** ESSENTIAL STYLES ***/
.ext-menu, .ext-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ext-menu li {
	position: relative;
}
.ext-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.ext-menu > li {
	float: left;
}
.ext-menu li:hover > ul,
.ext-menu li.sfHover > ul {
	display: block;
}

.ext-menu a {
	display: block;
	position: relative;
}
.ext-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.ext-menu {
	float: left;
	margin-bottom: 1em;
}
.ext-menu ul {
	box-shadow: 0px 0px 1px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.ext-menu a {
	text-decoration: none;
	zoom: 1;
}
.ext-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.ext-menu ul li {
	background: #FFF;
	width: 100%;
	padding: 5px 5px 5px 5px;
}
.ext-menu ul ul li {
	background: #FFF;
	width: 100%;
	padding: 5px;
}
.ext-menu ul li:hover,
.ext-menu ul li.sfHover {
	background: #F9F9F9;
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.ext-arrows .ext-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.ext-arrows .ext-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.ext-arrows > li > .ext-with-ul:focus:after,
.ext-arrows > li:hover > .ext-with-ul:after,
.ext-arrows > .sfHover > .ext-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.ext-arrows ul .ext-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.ext-arrows ul li > .ext-with-ul:focus:after,
.ext-arrows ul li:hover > .ext-with-ul:after,
.ext-arrows ul .sfHover > .ext-with-ul:after {
	border-left-color: white;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  width: 100%;
  margin: auto;
  line-height: 1.5em;
  color: #4B5563;
  -webkit-font-smoothing: antialiased;
  background: #F9FAFB;
}
h1,
h2,
.result-title {
  font-size: 27px;
  color: #1F2937;
  line-height: 1.3em;
}
h1 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 36px;
}
h2,
.result-title {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
}
h3 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 23.4px;
  color: #1F2937;
  line-height: 1.3em;
}
p {
  font-size: 18px;
  color: #4B5563;
}
a {
  text-decoration: none;
  color: #5c81c2;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
a:hover {
  color: #59B3DC;
}
a.btn-outline {
  display: inline-block;
  border: 2px solid #5c81c2;
  padding: 6px 32px;
  border-radius: 5px;
  margin-top: 8px;
}
a.btn-outline:hover {
  border-color: #59B3DC;
}
b,
strong {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
strong {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
mark {
  background: #a9e2fe;
}
body.front .blog-item,
body.software .blog-item {
  position: relative;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  border: 1px solid transparent;
  transition: border-color ease-in-out .2s;
  background: #FFF;
  margin: 0 0 24px 0;
}
body.front .blog-item:hover,
body.software .blog-item:hover {
  border-color: #CBD5E1;
}
body.front .blog-item .blog-item-cover-link,
body.software .blog-item .blog-item-cover-link {
  position: absolute;
  inset: 0;
  z-index: 0;
}
body.front .blog-item figure,
body.software .blog-item figure {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
body.front .blog-item figure img,
body.software .blog-item figure img {
  pointer-events: none;
}
body.front .blog-item h2,
body.software .blog-item h2 {
  font-family: 'Droid Sans', sans-serif;
  color: #1F2937;
}
body.front .blog-item strong,
body.software .blog-item strong {
  width: 100%;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #87898c;
  font-style: italic;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
body.front .blog-item .readmore,
body.software .blog-item .readmore {
  position: relative;
  z-index: 1;
}
body.front figure.item-image,
body.software figure.item-image {
  min-width: 330px;
  height: auto;
}
body.front figure.item-image img,
body.software figure.item-image img {
  width: 100%;
  height: auto;
}
.visually-hidden {
  display: none !important;
}
#wrapper {
  width: 1440px;
  margin: auto;
  padding-top: 30px;
}
#main {
  width: 1440px;
  float: left;
  padding-bottom: 50px;
}
#top {
  float: left;
  width: 100%;
}
#top_inner {
  width: 1440px;
  margin: 0 auto;
}
#top_left,
#main_left {
  width: 325px;
  float: left;
}
#top_left .toogle,
#main_left .toogle {
  display: none;
}
#main_left {
  margin-top: 30px;
  position: relative;
  min-height: 628px;
}
#main_left .custom {
  margin-top: 48px;
  bottom: 0px;
}
#main_left .custom_news {
  background: #eee;
  color: #333;
  border: 1px solid #5c81c2;
  margin-bottom: 20px;
  max-height: 240px;
}
#main_left .custom_news p {
  padding: 10px 7px;
}
#main_left .custom_news h3 {
  font-size: 1.2em;
  color: #FFF;
  display: block;
  background: #5c81c2;
  padding: 5px;
}
#main_left .inline_nav {
  margin-bottom: 30px;
}
#main_left .inline_nav p {
  padding: 5px 0px 5px 15px;
}
#main_left .inline_nav p:nth-child(odd) {
  background: #F5F5F5;
  display: block;
}
#main_left .inline_nav p:before {
  content: '';
  width: 8px;
  height: 8px;
  background: url('../images/arw.png');
  position: absolute;
  display: block;
  margin: 7px 0px 0px -10px;
}
body.front #main_left .custom {
  margin-top: 0px;
}
#top_right,
#main_right {
  width: 1115px;
  float: left;
  padding-left: 50px;
}
#top_right {
  height: 45px;
  float: left;
  margin-top: 144px;
  display: flex;
  justify-content: space-between;
}
#top_right a {
  color: #111;
}
#top_right a:hover {
  color: #59B3DC;
}
#top_right .awesompletes > input {
  display: inline-block;
}
#top_right .awesomplete {
  float: left;
  width: 220px;
}
#top_right .awesomplete input[type="text"] {
  border: 0px;
  border-bottom: 1px solid #efefef;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  height: 32px;
  margin-top: -1px;
  color: #111;
  padding-top: 1px;
  width: 220px;
}
#top_right .awesomplete input[type="text"]:focus {
  background: #f5f5f5;
}
.download-inline {
  padding: 64px 16px 16px 16px;
  border-radius: 0 30px 0 0;
  border: 1px solid #CCC;
  background: #F9FAFB;
  transition: background ease-in-out .2s;
}
.download-inline:hover {
  background: #FFF;
}
.download-inline h3 {
  margin-bottom: 16px;
}
.download-inline .dl-text {
  margin-top: 16px;
  display: block;
  width: 100%;
  position: relative;
  color: #5c81c2;
  padding-top: 12px;
  border-top: 1px solid #CCC;
}
.download-inline .dl-text:after {
  content: '→';
  text-align: right;
  right: 0;
  position: absolute;
}
.download-inline .dl-text .align-right {
  text-align: right;
}
.result-title {
  margin-top: 10px;
  color: #CC5471 !important;
}
#ordering_chzn,
#limit_chzn {
  width: 50% !important;
}
.only,
.phrases,
.searchintro {
  margin-top: 20px;
}
.chzn-results li {
  list-style: none !important;
  margin-left: 0px !important;
  padding: 5px !important;
  margin-top: 0px;
  margin: 0px !important;
}
.chzn-results li:hover {
  background: #59B3DC;
}
button.btn {
  display: none;
}
#main_right {
  margin-top: 32px;
  position: relative;
  min-height: 75vh;
}
#main_right .pull- {
  float: left;
  margin-right: 30px;
  width: 205px;
}
#main_right figure.right {
  position: absolute;
  margin-left: -375px;
  margin-top: -65px;
  max-width: 325px;
}
#main_right figure.right img {
  height: auto;
  max-width: 100%;
}
#main_right .item-image.right.scroll {
  position: fixed;
  margin-top: 0px !important;
  margin-left: 0px !important;
  top: 10px;
  max-width: 325px;
  width: 325px;
}
#main_right .readmore {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}
#main_right .items-row {
  width: 100%;
  padding-bottom: 8px;
  min-height: 120px;
}
#main_right li {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  list-style-position: inside;
  padding: 0;
  list-style: initial;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}
#main_right table {
  margin-top: 40px;
}
#main_right .content-links-a {
  display: none;
}
#main_right .sige_cont_0 {
  height: 230px !important;
}
#main_right span.sige_caption {
  font-size: 18px !important;
  font-family: 'Droid Sans', sans-serif !important;
  font-weight: normal;
  width: 184px !important;
}
#main_right #print {
  position: absolute;
  display: block;
  opacity: 0.5;
  top: 0;
  right: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  color: #CC5471;
  background: url('../images/print-ico.png') no-repeat left;
  padding-left: 23px;
}
#main_right #print::after {
  background: url('../images/print-ico.png') no-repeat left;
}
#main_right #print li {
  list-style: none !important;
  text-align: right;
}
#main_right #print:hover {
  opacity: 1;
}
#main_right #print a {
  text-align: right;
}
#main_right #print a:hover {
  color: #5c81c2;
}
#main_right #print,
#main_right .print {
  position: absolute;
  display: block;
  opacity: 0.5;
  top: 0;
  right: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  color: #CC5471;
  background: url('../images/print-ico.png') no-repeat left;
  padding-left: 23px;
}
#main_right #print::after,
#main_right .print::after {
  background: url('../images/print-ico.png') no-repeat left;
}
#main_right #print li,
#main_right .print li {
  list-style: none !important;
  text-align: right;
}
#main_right #print:hover,
#main_right .print:hover {
  opacity: 1;
}
#main_right #print a,
#main_right .print a {
  text-align: right;
}
#main_right #print a:hover,
#main_right .print a:hover {
  color: #5c81c2;
}
body.preise #main_right .item-content {
  position: relative;
}
body.preise #main_right .item-content .print {
  top: -30px;
}
body.front #main_right .blog-item,
body.software #main_right .blog-item {
  display: flex;
}
body.front #main_right .blog-item figure,
body.software #main_right .blog-item figure {
  margin: 0 30px 30px 0;
}
body.front #main_right .pull-,
body.front #main_right .pull-left,
body.software #main_right .pull-,
body.software #main_right .pull-left {
  float: left;
  margin-right: 30px;
  width: 205px;
}
body.front #main_right p,
body.software #main_right p {
  float: left;
}
body.front #main_right ul,
body.software #main_right ul {
  width: 405px;
  float: left;
}
body.front #main_right .readmore,
body.software #main_right .readmore {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  float: left;
  display: block;
  margin: 5px 0;
}
body.front #main_right .content_inline,
body.software #main_right .content_inline {
  width: 100%;
  display: flex;
  gap: 32px;
  margin: 64px 0;
}
body.front #main_right .chronik_inline,
body.front #main_right .preis_inline,
body.software #main_right .chronik_inline,
body.software #main_right .preis_inline {
  position: relative;
  width: 50%;
  padding: 64px 16px 16px 16px;
  border-radius: 0 30px 0 0;
  border: 1px solid #CCC;
  background: #F9FAFB;
  transition: background ease-in-out 0.2s;
}
body.front #main_right .chronik_inline h2,
body.front #main_right .preis_inline h2,
body.software #main_right .chronik_inline h2,
body.software #main_right .preis_inline h2 {
  margin-bottom: 12px;
}
body.front #main_right .chronik_inline a,
body.front #main_right .preis_inline a,
body.software #main_right .chronik_inline a,
body.software #main_right .preis_inline a {
  width: 100%;
  padding-top: 16px;
  margin-top: 16px;
  display: inline-block;
  border-top: 1px solid #CCC;
  position: relative;
}
body.front #main_right .chronik_inline a:after,
body.front #main_right .preis_inline a:after,
body.software #main_right .chronik_inline a:after,
body.software #main_right .preis_inline a:after {
  content: '→';
  text-align: right;
  right: 0;
  position: absolute;
}
body.front #main_right h3,
body.software #main_right h3 {
  margin-bottom: 16px;
}
body.front #main_right .align-right,
body.software #main_right .align-right {
  text-align: right;
}
.testversionen {
  margin-top: 30px;
}
.testversionen a {
  display: block;
  padding: 5px;
  border: 1px solid #87898c;
  width: 100px;
  background: #FFF;
}
.testversionen a:hover {
  border: 1px solid #59B3DC;
  background: #59B3DC !important;
  color: #FFF;
}
body.preise.in_nav #left_scroller.scroll_left {
  top: 50px;
}
body.preise.in_nav #left_scroller {
  margin-top: 10px;
}
.left_scroller {
  margin-top: -257px !important;
}
body.software .testversionen,
body.font .testversionen {
  margin-top: 10px;
}
.scroll_left {
  position: fixed !important;
  top: 23px;
  width: 325px;
}
#left_scroller {
  top: 23px;
}
body.software_details #left_scroller,
body.preise #left_scroller {
  position: sticky;
  top: 23px;
}
.item-image.right.sidebar-figure {
  position: static !important;
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
  float: none;
}
.item-image.right.sidebar-figure img {
  width: 100%;
  height: auto;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #4B5563;
}
table thead {
  background: whitesmoke;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #87898c;
}
table tfoot {
  background: whitesmoke;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  font-weight: normal;
  color: #4B5563;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  color: #4B5563;
  text-align: left;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9fafb;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
table .whitespace {
  white-space: nowrap;
}
.row0 {
  border-bottom: 1px solid #DDD;
}
.row1 {
  height: 5px;
}
#footer {
  width: 100%;
  float: left;
  background: #87898c;
  height: 60px;
  bottom: 0px;
  padding: 16px 0px 0px 0px;
}
#footer #nav_bot {
  width: 1440px;
  margin: auto;
  padding-left: 375px;
}
#footer #nav_bot ul {
  display: flex;
  width: 100%;
  gap: 30px;
  padding: 0 0 0 14px;
}
#footer #nav_bot .item-143 {
  float: right;
}
#footer #nav_bot .red {
  background: #59B3DC;
  color: #FFF;
  padding: 15px;
  transition: background ease-in-out .2s;
  position: relative;
}
#footer #nav_bot .red:hover {
  background: #59B3DC;
}
#footer #nav_bot .red:before {
  content: '';
  width: 8px;
  height: 10px;
  background: url('rect.png');
  display: block;
  position: absolute;
  margin: -15px -8px;
}
#footer a {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #FFF;
}
#footer a:hover {
  color: #59B3DC;
}
#footer .item-119,
#footer .item-120,
#footer .item-121,
#footer .item-122,
#footer .item-123,
#footer .item-142 {
  display: none;
}
#top .nav {
  width: 75%;
  display: flex;
  gap: 0;
}
#top .nav li {
  padding-right: 24px;
  margin-right: 24px;
  box-shadow: 1px 0 0 #efefef;
}
#top .nav li:last-child {
  box-shadow: none;
  padding-right: 0;
  margin-right: 0;
}
#top .nav li.item-248 {
  display: none;
}
#top .nav li.deeper > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0.5;
}
#top .nav li.active {
  text-decoration: underline;
}
body.software .item-image.right {
  float: left;
  margin-left: -375px;
}
#main_right .contact_form form {
  width: 590px;
  margin-top: 30px;
}
#main_right .contact_form form input,
#main_right .contact_form form textarea {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  border: 1px solid #DDD;
  -webkit-transition: border-bottom 0.1s ease-in-out;
  -moz-transition: border-bottom 0.1s ease-in-out;
  transition: border-bottom 0.1s ease-in-out;
}
#main_right .contact_form form input:focus,
#main_right .contact_form form textarea:focus {
  border-bottom: 2px solid #59B3DC;
}
#main_right .contact_form form .inputbox {
  width: 100%;
  height: 30px;
  background: #f9f9f9;
  padding: 0px 0px 0px 3px;
  margin: 0px 0px 15px 0px;
}
#main_right .contact_form form .textarea {
  width: 100%;
  height: 209px;
  background: #f9f9f9;
  resize: none;
  margin: 0px 0px 15px 0px;
}
#main_right .contact_form form .button {
  cursor: pointer;
  height: auto;
  padding: 10px 24px;
  font-size: 18px;
  margin-top: 15px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#main_right .contact_form form .button:hover {
  background: #59B3DC;
}
#main_right .contact_form form .firstRow {
  width: 100%;
  float: left;
}
#main_right .contact_form form .firstRow div {
  width: 100%;
  float: left;
}
#main_right .contact_form form .firstRow .p1,
#main_right .contact_form form .firstRow .p2 {
  width: 49%;
}
#main_right .contact_form form .firstRow .p2 {
  margin-left: 2%;
}
#main_right .contact_form form #data {
  overflow: hidden;
  height: 0px;
  background: #f9f9f9;
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}
#main_right .contact_form form #data.dataShow {
  padding: 15px;
  height: 193px;
  border: 1px solid #CCC;
}
#main_right .contact_form form .dataToggle {
  color: #5c81c2;
  cursor: pointer;
}
#main_right .contact_form form #data_intro,
#main_right .contact_form form #data_sec {
  margin: 15px 0px;
}
#main_right .contact_form form .hd_field {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0 !important;
}
body.referenzen .page-header h2 {
  border-bottom: 3px solid #F9FAFB;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  padding-top: 6px;
}
body.referenzen .blog-items .blog-item {
  padding: 16px;
  background: #FFF;
  margin-top: 32px;
}
#redim-cookiehint {
  width: 600px;
  max-width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: fixed;
  background-color: #fff;
  font-size: 14px;
  z-index: 9999999;
  top: 40vh;
  left: 50%;
  margin-left: -300px;
  border-radius: 0px 20px 0px 0px;
}
#redim-cookiehint .cookiecontent {
  font-size: 18px;
  line-height: inherit;
  color: #fff;
  display: inline-block;
  width: 80%;
  width: 100%;
}
#redim-cookiehint .cookiebuttons {
  display: inline-block;
  float: right;
  margin-top: 32px;
}
#redim-cookiehint .clr {
  clear: both;
}
#redim-cookiehint .cookiebuttons .btn {
  padding: 12px 24px !important;
  color: #ffffff;
  background: #5c81c2;
  font-size: 18px;
  line-height: inherit;
  display: inline-block;
  border: none;
  border-radius: 5px;
  margin-left: 16px;
  transition: ease-in-out .2s background, ease-in-out .2s color;
  cursor: pointer;
  border: 2px solid #5c81c2;
}
#redim-cookiehint .cookiebuttons .btn[value="-2"] {
  background: #FFF;
  border: 2px solid #5c81c2;
  color: #5c81c2;
}
#redim-cookiehint-modal {
  background: rgba(0,0,0,0.5);
}
#redim-cookiehint .cookiebuttons .btn:hover {
  background: #4067ab;
  color: #ffffff;
}
#redim-cookiehint.hidden {
  display: none;
  visibility: hidden;
}
body.datenschutz h3 {
  margin: 30px 0px 10px 0px;
}
body.datenschutz h4 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #1F2937;
  font-size: 19px;
  margin-top: 15px;
  line-height: 19px;
}
body.download #main_right table {
  width: 100%;
  margin-top: 15px;
}
.infoBox {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 60px;
}
#main_right .com-finder {
  width: 100% !important;
  margin-bottom: 64px;
}
#main_right .com-finder #search-results {
  float: left;
}
#main_right .com-finder #search-results ul#search-result-list {
  width: 100% !important;
  list-style: none;
  float: left;
}
#main_right .com-finder #search-results ul#search-result-list li.result__item {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 30px 0;
  float: left;
  border: none;
  border-bottom: 1px solid #CCC;
}
#main_right .com-finder #search-results ul#search-result-list li.result__item .result__description {
  width: 100%;
}
#main_right .com-finder #search-results ul#search-result-list li.result__item::marker {
  display: none;
}
#main_right .com-finder #search-results .search-pagination {
  margin-bottom: 64px;
}
#main_right .com-finder input[type="text"] {
  border: 0px;
  border-bottom: 1px solid #efefef;
  font-family: 'Droid Sans', sans-serif;
  font-size: inherit;
  height: 32px;
  margin-top: 14px;
  color: #111;
  width: 420px;
}
.jd-item-page {
  background: #EEE;
  padding: 45px 15px;
}
.jd-item-page input {
  padding: 5px;
}
.jd-item-page input#jd_password {
  background: #CC5471;
  color: #FFF;
  border: none;
  padding: 7px 15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: ease .2s background;
}
.jd-item-page input#jd_password:hover {
  background: #59B3DC;
}
.jd-item-page .jdbutton {
  background: #CC5471;
  color: #FFF;
  border: none;
  padding: 12px 30px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: ease .2s background;
}
.jd-item-page .jdbutton:hover {
  background: #59B3DC;
}
.speasyimagegallery-gallery-item-title {
  color: #4B5563 !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  font-size: 14px !important;
}
.speasyimagegallery-gallery-item img {
  box-shadow: none;
}
img.speasyimagegallery-image {
  max-width: 100%;
  height: auto;
}
.com-dlmanager-password {
  margin-top: 23px;
}
.com-dlmanager-password .card {
  position: relative;
  max-width: 400px !important;
  margin: 0 !important;
  padding: 64px 16px 16px 16px;
  border-radius: 0 30px 0 0;
  border: 1px solid #CCC;
  background: #F9FAFB;
  transition: background ease-in-out 0.2s;
}
.com-dlmanager-password .card-header {
  padding: 0;
  background: none;
  border: none;
}
.com-dlmanager-password .card-header h3 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #1F2937;
  line-height: 1.3em;
  margin: 0;
}
.com-dlmanager-password .card-header h3 .icon-lock {
  margin-right: 5px;
  color: #87898c;
}
.com-dlmanager-password .card-body {
  padding: 0;
}
.com-dlmanager-password .card-body p {
  font-size: 18px;
  color: #4B5563;
  margin-bottom: 16px;
  padding: 0;
}
.com-dlmanager-password .card-body label.form-label {
  display: block;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  color: #4B5563;
  margin-bottom: 4px;
}
.com-dlmanager-password .card-body input.form-control {
  width: 100%;
  height: 30px;
  padding: 0 3px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  color: #333;
  background: #FFF;
  border: 0;
  border-bottom: 1px solid #efefef;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-transition: border-bottom 0.1s ease-in-out;
  -moz-transition: border-bottom 0.1s ease-in-out;
  transition: border-bottom 0.1s ease-in-out;
}
.com-dlmanager-password .card-body input.form-control:focus {
  border-bottom: 2px solid #59B3DC;
  outline: none;
  background: #f5f5f5;
}
.com-dlmanager-password .card-body .mb-3 {
  margin-bottom: 16px;
}
.com-dlmanager-password .card-body button.btn.btn-primary {
  width: 100%;
  padding-top: 16px;
  margin-top: 16px;
  display: block;
  border-top: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  background: none;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  color: #5c81c2;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.com-dlmanager-password .card-body button.btn.btn-primary:after {
  content: '→';
  position: absolute;
  right: 0;
}
.com-dlmanager-password .card-body button.btn.btn-primary:hover {
  color: #59B3DC;
}
.com-dlmanager-password .card-body button.btn.btn-primary .icon-download {
  margin-right: 4px;
}
.com-dlmanager-success {
  margin-top: 20px;
}
.com-dlmanager-success .card {
  position: relative;
  max-width: 500px !important;
  margin: 0 !important;
  border-radius: 0 30px 0 0;
  border: 1px solid #CCC;
  background: #F9FAFB;
  overflow: hidden;
}
.com-dlmanager-success .card-body {
  padding: 64px 16px 0 16px !important;
  text-align: left;
}
.com-dlmanager-success .card-body .mb-4 {
  margin-bottom: 12px;
}
.com-dlmanager-success .card-body .mb-4 .icon-check-circle {
  font-size: 1.6rem !important;
  color: #59B3DC !important;
}
.com-dlmanager-success .card-body h3 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #1F2937;
  line-height: 1.3em;
  margin-bottom: 8px;
}
.com-dlmanager-success .card-body p {
  font-size: 18px;
  color: #4B5563;
  margin-bottom: 0;
  padding: 0;
}
.com-dlmanager-success .card-body p.small {
  width: 100%;
  font-size: 15.3px;
  color: #87898c;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #CCC;
  font-style: italic;
}
.com-dlmanager-success .card-body p.small a.btn {
  display: inline-block;
  margin-left: 8px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15.3px;
  color: #5c81c2;
  border-radius: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.com-dlmanager-success .card-body p.small a.btn .icon-download {
  margin-right: 3px;
}
.com-dlmanager-unavailable {
  margin-top: 20px;
}
.com-dlmanager-unavailable .card {
  position: relative;
  max-width: 500px !important;
  margin: 0 !important;
  border-radius: 0 30px 0 0;
  border: 1px solid #CCC;
  background: #F9FAFB;
  overflow: hidden;
}
.com-dlmanager-unavailable .card-body {
  padding: 64px 16px 0 16px !important;
  text-align: left;
}
.com-dlmanager-unavailable .card-body .mb-4 {
  margin-bottom: 12px;
}
.com-dlmanager-unavailable .card-body .mb-4 .icon-warning {
  font-size: 1.6rem !important;
  color: #87898c !important;
}
.com-dlmanager-unavailable .card-body h3 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #1F2937;
  line-height: 1.3em;
  margin-bottom: 8px;
}
.com-dlmanager-unavailable .card-body p {
  font-size: 18px;
  color: #4B5563;
  margin-bottom: 0;
  padding: 0;
}
.com-dlmanager-unavailable .card-body hr {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 16px -16px;
}
.com-dlmanager-unavailable .card-body p.small {
  font-size: 15.3px;
  color: #87898c;
  margin-bottom: 12px;
  padding: 0;
}
.com-dlmanager-unavailable .card-body a.btn.btn-primary {
  display: inline-block;
  width: calc(100% + 32px);
  margin: 0 -16px;
  padding: 10px 16px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16.2px;
  color: #5c81c2;
  border: none;
  border-top: 1px solid #E5E7EB;
  border-radius: 0;
  text-align: left;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.com-dlmanager-unavailable .card-body a.btn.btn-primary:after {
  content: '→';
  position: absolute;
  right: 16px;
}
.com-dlmanager-unavailable .card-body a.btn.btn-primary:hover {
  background: #E5E7EB;
  color: #5c81c2;
}
.com-dlmanager-unavailable .card-body a.btn.btn-primary .icon-envelope {
  margin-right: 5px;
}
@media (max-width: 668px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #main_left {
    display: none;
  }
  #wrapper {
    width: 100%;
    float: left;
    padding: 2.5% 2.5% 0px 2.5%;
  }
  #top_left,
  #top_right,
  #main_right,
  #main_left,
  #main {
    width: 100%;
  }
  #main_left,
  #left_scroller {
    margin-top: 10px !important;
    height: auto !important;
    min-height: 0px;
  }
  #top_left {
    width: 100%;
  }
  #top_left .toogle {
    display: block;
    width: 100%;
    border-top: 1px solid #4B5563;
    border-bottom: 1px solid #4B5563;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    z-index: 20000;
    color: #4B5563;
    font-size: 18px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_left .toogle:before {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%234B5563" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /></svg>');
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  #top_left .logo img {
    max-width: 100% !important;
  }
  .mob_active {
    height: auto !important;
    display: block !important;
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
  }
  #top_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #top_right {
    display: none;
    padding-top: 0px;
    padding-left: 0px;
    overflow-x: visible;
    background: #F5F5F5;
    margin-top: 0;
  }
  #top_right ul {
    position: static !important;
    display: none;
  }
  #top_right ul[aria-hidden="false"] {
    display: block;
  }
  #top_right .nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0;
    gap: 0;
  }
  #top_right .nav-item {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    background: #F5F5F5;
    box-shadow: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #top_right .nav-item > a {
    flex: 1;
    padding: 12px 14px;
    color: #1F2937;
    font-size: 18px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  #top_right .nav-item > a::after {
    display: none !important;
  }
  #top_right .nav-item button.mod-menu__toggle-sub {
    background: none;
    border: none;
    border-left: 1px solid #ddd;
    width: 48px;
    min-height: 48px;
    cursor: pointer;
    color: #87898c;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_right .nav-item button.mod-menu__toggle-sub .icon-chevron-down {
    display: none;
  }
  #top_right .nav-item button.mod-menu__toggle-sub::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
    margin-top: -3px;
  }
  #top_right .nav-item button.mod-menu__toggle-sub[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    margin-top: 3px;
  }
  #top_right .nav-item ul.mod-menu__sub {
    display: none;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #EFEFEF;
  }
  #top_right .nav-item ul.mod-menu__sub[aria-hidden="false"] {
    display: block;
  }
  #top_right .nav-item ul.mod-menu__sub .nav-item {
    border-bottom: 1px solid #ddd;
    background: #EFEFEF;
  }
  #top_right .nav-item ul.mod-menu__sub .nav-item:last-child {
    border-bottom: none;
  }
  #top_right .nav-item ul.mod-menu__sub .nav-item a {
    padding-left: 24px;
    color: #4B5563;
    font-size: 17.1px;
  }
  #top_right .nav-item ul.mod-menu__sub .nav-item button.mod-menu__toggle-sub {
    display: none;
  }
  #top_right search,
  #top_right .awesomplete {
    display: block;
    width: 100%;
  }
  #top_right input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    background: #F5F5F5;
    border: 0;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }
  #main_right {
    padding-left: 0px;
  }
  #main_right .pull-left {
    display: block;
    width: 100%;
  }
  #main_right .pull-left img {
    margin: auto;
  }
  #main_right .item-image.right {
    width: 100%;
    position: relative !important;
    float: left;
    margin-left: 0px;
  }
  #main_right .item-image.right img {
    max-width: 100%;
  }
  #main_right #print {
    display: none;
  }
  table tr td img {
    max-width: 120px;
  }
  body.update-service table tr td img {
    display: none;
  }
  body.front #main_right p,
  body.software #main_right p {
    width: 100%;
  }
  body.front #main_right .blog-item,
  body.software #main_right .blog-item {
    display: flex;
    flex-direction: column;
    padding: 24px;
  }
  body.front #main_right .blog-item figure,
  body.software #main_right .blog-item figure {
    margin: 0 0 24px 0;
  }
  body.front #main_right .blog-item img,
  body.software #main_right .blog-item img {
    width: 100%;
  }
  body.front #main_right .content_inline,
  body.software #main_right .content_inline {
    flex-direction: column;
  }
  body.front #main_right .content_inline .chronik_inline,
  body.front #main_right .content_inline .preis_inline,
  body.software #main_right .content_inline .chronik_inline,
  body.software #main_right .content_inline .preis_inline {
    width: 100%;
  }
  .readmore {
    margin: 5px 0px 20px 0px;
    display: block;
  }
  #footer {
    position: relative;
    height: auto;
  }
  #footer #nav_bot {
    width: 100%;
    padding-left: 0;
  }
  #footer #nav_bot ul {
    width: 100%;
    list-style: none;
    float: left;
    position: relative;
    padding: 16px 0;
    flex-direction: column;
    gap: 8px;
  }
  #footer #nav_bot ul li {
    width: 100%;
    text-align: center;
    padding: 8px 0;
  }
  #footer #nav_bot .red {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -85px;
  }
  #footer #nav_bot .red:before {
    display: none;
  }
  #main_right .contact_form form {
    width: 100%;
  }
  #main_right .contact_form form input,
  #main_right .contact_form form textarea {
    width: 100%;
  }
  #main_right .contact_form form .inputbox {
    width: 100%;
  }
  #main_right .contact_form form .textarea {
    width: 100%;
  }
  #main_right .contact_form form .button {
    -webkit-appearance: none;
    appearance: none;
    background: #59B3DC;
    color: #FFF;
  }
  #main_left .custom {
    height: auto;
  }
  .download-inline {
    display: none;
  }
  .inline_nav {
    display: none;
  }
  .print-icon {
    display: none;
  }
  #redim-cookiehint {
    width: 100%;
    bottom: 30px;
    left: 0px;
    margin-left: 0px;
    border-radius: 0px 0px 0px 0px;
    top: initial;
  }
  #redim-cookiehint .cookiebuttons {
    width: 100%;
  }
  #redim-cookiehint .cookiebuttons .btn {
    margin-left: 0px;
    margin-right: 16px;
  }
  body.update-service table.inline th.col0,
  body.update-service table.inline td.col0 {
    display: none;
  }
}
@media (min-width: 669px) and (max-width: 1023px) {
  #main_left {
    display: none;
  }
  search {
    display: none;
  }
  #top_inner {
    width: 100%;
  }
  #wrapper,
  #main {
    width: 98%;
  }
  #top_left,
  #main_left {
    width: 100%;
    float: left;
    margin-top: 10px;
    min-height: auto;
  }
  #top_left img,
  #main_left img {
    max-width: 100%;
  }
  #top_right,
  #main_right {
    width: 100%;
    float: left;
    margin-top: 0;
  }
  #top_right img,
  #main_right img {
    max-width: 100%;
  }
  #top .nav {
    width: 100%;
  }
  #main_right {
    padding-left: 0px;
    margin-top: 10px;
  }
  #main_right .items-row {
    width: 100%;
  }
  #main_right .pull-left {
    margin-bottom: 40px;
  }
  #main_right .item-image.right {
    width: 100%;
    position: relative;
    float: right;
    margin-left: 0px;
    display: block;
    margin: 0 0 15px 15px;
  }
  #main_right .item-image.right img {
    max-width: 100%;
    position: relative;
  }
  #main_right .item-image.right.scroll {
    position: initial !important;
    float: left;
    margin: 0px;
  }
  #main_right .icons {
    right: 8%;
    position: absolute;
  }
  #top_right {
    padding-top: 20px;
    padding-left: 0px;
    height: auto;
  }
  #top_right input[type="text"] {
    width: 100px;
  }
  #footer #nav_bot {
    padding-left: 2%;
    width: 100%;
  }
  #main_left,
  #left_scroller {
    margin-top: 10px !important;
    height: auto;
  }
  .download-inline {
    display: none;
  }
  .inline_nav {
    display: none;
  }
  #redim-cookiehint {
    width: 100%;
    bottom: 30px;
    left: 0px;
    margin-left: 0px;
  }
  #footer #nav_bot {
    width: auto;
  }
}
@media (min-width: 1023px) and (max-width: 1443px) {
  search {
    display: none;
  }
  #wrapper {
    width: 85%;
    margin: auto;
  }
  #top_inner {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  #top_inner #top_left {
    width: 25%;
  }
  #top_inner #top_left img {
    max-width: 100%;
  }
  #top_inner #top_right {
    width: 75%;
  }
  #top_inner #top_right .nav {
    width: 100%;
    gap: 30px;
    border-right: 0;
  }
  #top_inner #top_right .nav li {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  #top_inner #top_right .nav ul li a {
    padding: 5px;
  }
  #main {
    width: 100%;
    display: flex;
  }
  #main #main_left {
    width: 25%;
  }
  #main #main_right {
    width: 75%;
  }
  #main #main_right figure.right {
    max-width: 33%;
    margin-left: -33%;
    left: 0;
  }
  body.software .item-image.right {
    max-width: 33%;
    margin-left: -33%;
  }
  #left_scroller.scroll_left {
    width: 21.25vw;
  }
  #main_right .item-image.right.scroll {
    max-width: 21.25vw !important;
    width: 21.25vw !important;
    left: 0;
  }
  #footer #nav_bot {
    width: auto;
    padding-left: 25%;
    margin-left: 30px;
  }
}
#main_right .sige_single {
  width: 100%;
  float: left;
}
#main_right .sige_single li {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
#main_right .sige_single .sige_cont_0 {
  height: auto !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
#senden.nui.button {
  --pad: 10px;
  padding: 10px 24px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  min-width: none;
  max-width: auto !important;
  width: 260px;
}
.nui.form .field:not(.editor) input[type="text"] {
  border-width: 1px !important;
  font-family: 'Droid Sans', sans-serif;
}
.nui.form .field textarea {
  border-width: 1px !important;
  resize: vertical;
  min-height: 250px;
  font-family: 'Droid Sans', sans-serif !important;
}
