@import "inveda_new.lib.css";

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato/Lato-Light.eot');
  src: url('../fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-Light.woff') format('woff'), url('../fonts/lato/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato/Lato-LightItalic.eot');
  src: url('../fonts/lato/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-LightItalic.woff') format('woff'), url('../fonts/lato/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato/Lato-Regular.eot');
  src: url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-Regular.woff') format('woff'), url('../fonts/lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato/Lato-Italic.eot');
  src: url('../fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-Italic.woff') format('woff'), url('../fonts/lato/Lato-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato/Lato-Bold.eot');
  src: url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-Bold.woff') format('woff'), url('../fonts/lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato/Lato-BoldItalic.eot');
  src: url('../fonts/lato/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/Lato-BoldItalic.woff') format('woff'), url('../fonts/lato/Lato-BoldItalic.ttf') format('truetype');
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
  position: relative;
  background: #fff;
}

figure {
  margin: 0;
}

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



th, td {
  padding: 0;
}

h1, h2, h3, h4 {
  color: #ec8a33;
  text-rendering: optimizelegibility;
}

h1 {
  margin: 0 0 10px;
  font-size: 2em;
  line-height: 1.35;
}

h2, h3, h4 {
  margin: 0 0 10px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/************* Jquery UI *************/

body.ajax {
  overflow: hidden;
}

.ui-widget-overlay {
  background: #000;
  opacity: .74;
  filter: Alpha(Opacity=74);
}

.ui-dialog.ajaxFrame-dialog {
  padding: 0;
  border-radius: 0;
  left: 0 !important;
  right: 0;
}

.ajaxFrame-dialog #ajaxFrame {
  padding: 0;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #d2d2d9;
  border-radius: 0;
  background: #fff;
  font-size: 1.2rem;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 4rem;
  height: 100%;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none !important;
}

/******* Grid Layout  *****/

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.row > *, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8, .col-sm-10, .col-sm-12, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-10, .col-md-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-10, .col-lg-12 {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  padding: 20px;
  min-width: 0;
}

.col-sm-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.col-sm-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
}

.col-sm-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.col-sm-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  width: 66.6666%;
  max-width: 66.6666%;
}

.col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  max-width: 33.3333%;
}

.col-sm-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.col-sm-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

/* CLEAR FIX */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.frame td {
  border: 1px solid #d1d1d1;
}

.prices td {
  padding: 7px;
  border: 1px solid #d1d1d1;
  vertical-align: middle !important;
}

.prices td p {
  margin: 0 0 0 0;
}

a {
  text-decoration: none;
  color: #ec8a33;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a img {
  border: 0;
}

input, textarea, select {
  color: #303030;
}

input, textarea {
  margin: 0 0 1rem;
  padding: 10px;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 3px;
  background: #f4f6f7;
}

textarea {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
}

input:hover, textarea:hover {
  border-top: 1px solid #96abb7;
  border-left: 1px solid #96abb7;
  border-bottom: 1px solid #c5e1f1;
  border-right: 1px solid #c5e1f1;
}

input:focus, textarea:focus {
  border-top: 1px solid #6995ad;
  border-left: 1px solid #6995ad;
  border-bottom: 1px solid #8ac3e4;
  border-right: 1px solid #8ac3e4;
}

input.radiobutton {
  width: auto;
  margin: 3px 10px 3px 0;
}

input.checkbox {
  width: auto;
  margin: 3px 10px 3px 0;
}

input.checkbox:hover {
  cursor: pointer;
}

select {
  height: 39px;
  border: 1px solid #c2c2c2;
}

select:hover {
  border: 1px solid #8ac3e4;
  cursor: pointer;
}

.fad_link_action {
  margin: 5px 5px 0 0;
  padding: 10px 20px;
  color: #FFFFFF;
  border: 0;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: #ec8a33;
}

.button,.fad_link_button {
  margin: 5px 5px 0 0;
  padding: 10px 20px;
  color: #FFFFFF;
  border: 0;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: #333333;
}

a.button,a.fad_link_button ,a.fad_link_action {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}

.checkbox_box.checkbox-wrapper {
  display: inline-block;
  padding-left: 25px;
}

.checkbox_box input.checkbox {
  margin-left: -25px;
}

.button:hover, .fad_link_button:hover{
  border: 0;
  cursor: pointer;
  background: #f28c2a;
}

.fad_link_action:hover{
  border: 0;
  cursor: pointer;
  background: #333333;
}

.required.icon {
  color: #b92f2f;
  padding: 0 0 0 2px;
}

.image-left {
  float: left;
  margin-right: 15px;
}

.image-right {
  float: right;
  margin-left: 15px;
}

.image-center {
  margin-left: auto;
  margin-right: auto;
}

.image-left, .image-right, .image-center, .image-none {
  max-width: 100%;
}

.image-left img, .image-right img, .image-center img, .image-none img {
  max-width: 100%;
  height: auto;
}

.page-image.fad-image-wrapper {
  display: block;
  max-width: 100%;
}

.page-image.fad-image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ie-fixMinHeight {
  display: flex;
}

#page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.wrap {
  min-height: 100%;
  text-align: center;
}

#header-top-wrapper {
  background: #303030;
  overflow: hidden;
}

#header-top {
  margin: 0 auto;
  overflow: hidden;
}

.page-functions {
  float: right;
}

.page-functions a {
  display: inline-block;
  padding: 17px;
  color: #ffffff;
  line-height: 0;
}

#header .page-functions a {
  font-size: 0;
}

#header .page-functions>a.login {
  font-size: 1em;
}

.page-functions .fa {
  margin: 0;
}

#header-bot-wrapper {
  width: 100%;
  float: left;
  background: #fff;
}

#header-bot {
  margin: 0 auto;
}

#header #logo {
  display: inline-block;
  width: 100%;
  height: 22px;
  margin: 35px auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='22' viewBox='0 0 219.5 21.6'%3E%3Cstyle%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23110C09;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F08B2A;%7D%3C/style%3E%3Cpath class='st0' d='M37.4 21.6h4.4V1.2h-4.4v20.4zM58.1 6.7h-7.9v14.9h4.1V9.9h3.6c1.5 0 2.1.6 2.1 2.1v9.7h4v-9.2c0-2.1-.5-3.6-1.6-4.5-1-1-2-1.3-4.3-1.3zM78 16.9L74.2 6.7h-4.5l5.9 14.9H80l6.4-14.9H82l-4 10.2zm44.2-10.2h-3.9c-1.9 0-3.3.4-4.4 1.3-1.8 1.4-2.7 3.4-2.7 6.1 0 2.4.7 4.3 2.1 5.7 1.5 1.4 2.9 1.9 5.9 1.9h7.1V1.2h-4.1v5.5zm0 11.7h-3c-2.4 0-3.8-1.7-3.8-4.4 0-2.6 1.4-4.2 3.8-4.2h3v8.6zM145.9 7c-1-.3-1.5-.4-4-.4H135v3.2h6.9c2.5 0 3.1.6 3.1 2.7h-5c-1.5 0-2.7.1-3.4.3-1.6.5-2.7 2.2-2.7 4.3 0 1.5.6 2.8 1.7 3.6.9.7 1.7.8 4.9.8h8.6v-8.4c0-1.6-.1-2.2-.3-3-.5-1.5-1.6-2.6-2.9-3.1zm-.9 11.4h-4.7c-1.6 0-2.2-.4-2.2-1.3 0-.6.3-1.1.9-1.3.3-.1.3-.1 1.3-.1h4.7v2.7zm11.8 3.2h3.7v-4h-3.7v4zm19.6-14.9h-7.9v14.9h4.1V9.9h3.6c1.5 0 2.1.6 2.1 2.1v9.7h4.1v-9.2c0-2.1-.5-3.6-1.6-4.5-1-1-2-1.3-4.4-1.3zm16 1c-1.8 1.2-2.9 3.6-2.9 6.2 0 2.8.9 4.9 2.7 6.3 1.3 1 2.7 1.4 5 1.4h5.5v-3.2h-5c-1.3 0-1.9-.1-2.5-.5-.7-.5-1-1-1.1-2.2h8.6v-3.2H194c.2-2.1.9-2.7 3.2-2.7h5.5V6.7h-5.8c-2 0-3.4.3-4.5 1zm27.1 2.2V6.7h-3.8V1.2h-4.1v5.5H209v3.2h2.6V16c0 2.4.3 3.5 1.3 4.5.8.8 1.9 1.1 3.6 1.1h3v-3.2h-1.6c-.9 0-1.5-.2-1.8-.7-.3-.4-.3-.9-.3-2.4V9.9h3.7z'/%3E%3Cpath class='st1' d='M99.1 9.9h5.5V6.7h-5.8c-2 0-3.4.3-4.5 1.1-1.8 1.2-2.9 3.6-2.9 6.2 0 2.8.9 4.9 2.7 6.3 1.3 1 2.7 1.4 5 1.4h5.5v-3.2h-5c-1.3 0-1.9-.1-2.5-.5-.7-.5-1-1-1.1-2.2h8.6v-3.2H96c.1-2.1.9-2.7 3.1-2.7zM0 0v.2l7.1.8s2.1.3 2.2 2.5c.1 2-1.5 4.3-1.5 5.9 0 1.8 1.5 4.1 1.1 5.1-.5 1.2-1.8.6-2.3 1.7-1 1.7-.5 3.6-1.3 4.4-1.1 1-4.1.1-4.3 1.1h28.8V0H0z'/%3E%3C/svg%3E") center center no-repeat;
  text-indent: -999em;
  background-size: 100% 100%;
  text-align: center;
}

#header #logo h1 {
  display: none;
}

a #caption-logo {
  margin: 0;
  padding: 0 0 0 4px;
  font-weight: normal;
  letter-spacing: 0.02rem;
  vertical-align: top;
  color: #656565;
}

a#logo:hover {
  text-decoration: none;
}

.togglemenu {
  display: block;
  padding: 15px 20px;
  float: left;
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.togglemenu:hover {
  text-decoration: none;
}

.menu-bars {
  display: block;
  float: left;
  position: relative;
  top: 5px;
  padding: 0 10px 0 0;
}

.menu-bar {
  display: block;
  background: #fff;
  height: 2px;
  width: 18px;
}

.menu-bar + .menu-bar {
  margin: 3px 0 0;
}

#menu {
  clear: right;
  text-align: left;
  transition: all 0.3s ease 0s;
}

#menu.collapsed {
  max-height: 0;
  overflow: hidden;
}

#menu.expanded {
  max-height: 500px;
}

#menu a:hover {
  text-decoration: none;
}

#menu ul {
  margin: 0;
  padding: 0;
  background: #ec8a33;
}

#menu ul li {
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #d4721b;
}

#menu ul li:hover {
  background: #ec8a33;
}

#menu ul li:hover .toggle-submenu, #menu ul li.selected:hover .toggle-submenu {
  color: #fff;
}

#menu ul li:hover a {
  color: #fff;
}

#menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

#menu ul li.open a {
  background: #d4721b;
}

#menu ul li .toggle-submenu {
  display: inline-block;
  width: 66px;
  height: 36px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: -4px;
  text-align: center;
  line-height: 36px;
  top: 0;
}

#menu ul li .toggle-submenu:hover {
  background: #f5a94f;
}

#menu ul li .toggle-submenu:before {
  display: inline-block;
  line-height: 36px;
  transform: rotate(-90deg);
}

#menu ul li.open .toggle-submenu:before {
  transform: rotate(0);
}

#menu ul li a:hover {
  background: #f5a94f;
}

#menu ul ul {
  min-width: 100%;
  padding: 0 66px 0 0;
  transition: all 0.1s ease 0s;
  background: #d4721b;
}

#menu ul li ul {
  max-height: 0;
  overflow: hidden;
}

#menu ul li.open ul {
  max-height: 500px;
  transition: all 0.3s ease 0s;
}

#menu ul ul li {
  margin: 0;
  padding: 0;
  float: none;
  border: none;
}

#menu ul ul li a {
  padding: 10px 10px 10px 35px;
  color: #fff;
  white-space: nowrap;
  text-align: left;
}

#menu ul li.open ul li a {
  background: none;
}

#menu ul li.open ul li a:hover {
  background: #f5a94f;
}

.error_message {
  color: #b92f2f;
}

#sysmessage {
  overflow: hidden;
  margin: 0 auto;
  color: #b92f2f;
  font-weight: bold;
  max-width: 1020px;
  text-align: center;
}

.news-caption h3 {
  line-height: 40px;
  margin: 0 0 15px !important;
}

.column3 {
  width: 100%;
  padding: 20px;
  float: left;
}

.column2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.first {
  clear: left;
}

main#content-wrapper {
  flex-grow: 1;
  text-align: center;
}

main > .content > * {
  padding-left: 20px;
  padding-right: 20px;
}

.forum #content-wrapper {
  background: #f8f8f8;
}

.before_content {
  padding: 20px 20px 0;
}

.content {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  clear: both;
  color: #303030;
  text-align: left;
}

h1.fad_caption {
  padding: 0;
}

h1.fad_hide {
  display: none;
}

.content-main {
  padding: 0 20px;
}

.content > div {
  padding: 20px 20px 0;
}

.content p {
  margin: 0 0 20px;
}

.content td {
  vertical-align: top;
}

.content .textbox_list {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}

.content .header {
  margin: 0 0 25px 0;
  padding-left: 0;
  padding-right: 0;
  clear: both;
}

.content .header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.content .header .image-center img, .content .header .image-none img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.content .header .header-text {
  padding: 20px 20px 0;
}

.content .page_box_col {
  float: left;
}

.content .page_box h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 24px;
  line-height: 1.5rem;
}

.content .page_box .page_box_caption {
  font-weight: bold;
  margin: 0 0 6px 0;
}

.content .page_box_text {
  overflow: hidden;
}

.content .page_box .video {
  text-align: center;
  margin: 10px 0 0 0;
}

.content .page_box_more {
  display: none;
}

.content .page_box .page_box_footer {
  clear: both;
}

.content .page_box .page_box_footer span {
  text-align: center !important;
  padding: 5px 0 0 0;
}

.content .page_box .page_box_footer a {
  color: #656565;
}

.content .highlight {
  margin: 50px 0;
  padding: 50px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  clear: both;
  overflow: hidden;
  font-style: italic;
  text-align: center;
  color: #4a4a4a;
  background: #f8f8f8;
}

.content .highlight .highlight {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.content .highlight .highlight h3 {
  margin: 0 0 -7px 0;
  font-size: 26px;
  font-size: 1.65rem;
  letter-spacing: -0.04rem;
  font-weight: bold;
}

.content .highlight.highlight p {
  margin: 0;
  font-size: 120%;
}

.content .highlight .highlight p.first-line {
  margin: 0 0 10px 0;
  font-size: 1em;
  font-weight: bold;
}

.content .top-image {
  width: 100%;
  clear: both;
  position: relative;
}

.content .top-image .image-left {
  margin: 0;
}

.content .top-image a:hover {
  text-decoration: none;
}

.content .top-image .top-image-text {
  padding: 35px 20px;
  background: #ec8a33;
}

.content .top-image .top-image-text h1 {
  margin: -8px 0 10px;
  padding: 0;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.08rem;
  color: #fff;
  line-height: 100%;
}

.content.seo-social-media .top-image .top-image-text h1 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.content .top-image .top-image-text .teaser {
  margin: -8px 0 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: bold;
}

.content .top-image .top-image-text p {
  margin: 0;
  color: #fff;
}

/******************* Startseite ********************/

.content #jobs {
  margin: 40px auto;
  width: 669px;
  height: 53px;
  background: url("/skins/images/inveda_new/default/jobs.jpg");
}

.content #jobs h2 {
  margin: 0;
  padding: 0;
}

.content #jobs a {
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  padding: 14px 0 14px 45px;
  text-decoration: none;
}

.content .products img.page_box_image_img {
  max-width: 70px;
}

.content .products_important .page_box_image {
  margin: 0 0 20px;
  padding: 0 !important;
}

.content .products_important .page_box_image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.content .products_important .page_box p {
  margin: 0;
}

.content .products_important h2 {
  clear: both;
  color: #303030;
  display: block;
}

.content .products {
  border-top: 1px solid #ccc;
}

.content .products article {
  padding-top: 40px;
}

.content .products .page_box p {
  margin: 0;
  float: left;
}

.content .products .page_box_image {
  float: left;
  margin: 5px 30px 0 0;
  padding: 0 !important;
}

.content .products .page_box_more {
  display: none;
}

.content .products h2 {
  color: #303030;
  display: block;
  margin: 0 0 10px;
  padding: 0;
}

.page_box.mainimage-left figure.page_box_image {
  float: left;
  padding: 20px 20px 20px 0;
}

.page_box.mainimage-right figure.page_box_image {
  float: right;
  padding: 20px 0 20px 20px;
}

.page_box.mainimage-left .page_box_text, .page_box.mainimage-right .page_box_text {
  overflow: hidden;
}

.premium-mail .products_mail {
  margin-bottom: 30px;
}

.premium-mail .content-main {
  padding-top: 30px;
}

.content .products_details_3 h2 {
  color: #303030;
}

/*************** Slideshow **************/
.Slider {
  position: relative;
  background: #fff url(/web.images.loading.gif) no-repeat 50% 20%;
  margin-bottom: 10px;
  overflow: visible;
  display: block;
  width: 100%;
  overflow: hidden;
}

.Slider img {
  height: auto !important;
  width: 190% !important;
  max-width: none;
}

.Slider a.imageLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 8;
}

.Slider .caption {
  margin-top: -7px;
  padding: 35px 20px;
  background: #ec8a33;
}

.Slider .caption h3 {
  margin: 0 0 15px !important;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.15rem;
  color: #fff;
  line-height: 100%;
}

.Slider .caption p {
  margin: 0;
  color: #fff;


}

.Slider .caption a {
  display: inline !important;
}

.Slider .html-caption {
  display: none;
}

.Slider .slice {
  height: auto !important;
}

.prevNav {
  left: 0;
}

.nextNav {
  right: 0;
}

.controlNav {
  text-align: left;
  z-index: 10;
  position: absolute;
  left: 50%;
  margin-left: -35px;
}

.controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/web.images.bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
  cursor: pointer;
}

.controlNav a.active {
  font-weight: bold;
  background-position: 0 100%;
}

.directionNav {
  display: none;
}

.directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/web.images.arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  position: absolute;
  top: auto;
  z-index: 11;
  cursor: pointer;
}

.directionNav a:hover {
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

a.nextNav {
  background-position: 160% 50%;
  right: 0;
}

a.prevNav {
  background-position: -60% 50%;
  left: auto;
  right: 35px;
}

.controlNav.thumbs-enabled {
  width: 80%;
}

.controlNav.thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.controlNav.thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/*************** Modul Newsliste **************/

.mod_blog_newslist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -20px;
  margin-left: -20px;
}

.mod_blog_newslist .feed {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 20px;
}

.mod_blog_newslist .fad_blog_article {
  width: 100%;
  flex: 0 0 100%;
  margin: 0;
  padding: 20px;
}

.mod_blog_newslist .fad_blog_article:hover {
  background-color: #F7F7F7;
}

.mod_blog_newslist .fad_blog_article a:hover {
  text-decoration: none;
}

.mod_blog_newslist .fad_blog_article_date {
  text-align: left;
  display: block;
  color: #303030;
  font-size: 12px;
}

.mod_blog_newslist .fad_blog_article_teaser {


  font-weight: normal;
  font-style: italic;
  color: #333333;
  display: block;
}

.mod_blog_newslist .fad_blog_article h3 {
  margin: 5px 0;
}

.mod_blog_newslist h3 span.fad_blog_article_title {
  display: block;
  line-height: 1.4;
}

.mod_blog_newslist article .fad_blog_article_text {
  font-weight: normal;
  color: #303030;


}

.mod_blog_newslist .fad_blog_article_figure {
  margin: 0;
}

.mod_blog_newslist .fad_blog_article_figure img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 0;
}

/*************** Homepages **************/

.content .products_homepages {
  margin-top: 20px;
}

.content .top-image .top-image-text#header-image {
  top: 80px;
}

.content .products_mail {
  margin-top: 20px;
}

.content.homepage-sub .header .top-image .image-none {
  display: block;
  text-align: center;
  vertical-align: middle;
}

.content.homepage-sub .header .top-image img {
  max-width: 100%;
  padding: 0 20px;
}



.content.homepage-sub .header .top-image .image-none img {
  width: auto !important;
}

.content.homepage-sub .header .top-image #header-image.top-image-text {
  margin-top: 0;
  padding: 20px 20px 0;
  background: none;
}

.content.homepage-sub .header .top-image #header-image.top-image-text p {
  color: #303030;
}

.content.homepage-sub .header .top-image .top-image-text h1 {
  margin: 0 0 20px 0;
  color: #ec8a33;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
}

.content .order {
  display: block;
  padding: 20px 0 0;
}

.content .order-button {
  position: relative;
  display: inline-block;
  margin: 17px 0 0 0;
  padding: 10px 20px 10px 45px;
  float: left;
  border: 1px solid #e15e1f;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
  text-shadow: 1px 1px 0 #e86f27;
  box-shadow: 0 1px 0 0 #ffd9a4 inset;
  background: #ec8b34;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1a63f', endColorstr='#e86f27', GradientType=0);
  background: -webkit-linear-gradient(center top, #f1a63f 5%, #e86f27 100%);
  background: -moz-linear-gradient(center top, #f1a63f 5%, #e86f27 100%);
  background: -o-linear-gradient(center top, #f1a63f 5%, #e86f27 100%);
  background: linear-gradient(center top, #f1a63f 5%, #e86f27 100%);
}

.content .order-button:hover {
  border: 1px solid #e15e1f;
  box-shadow: 0 1px 0 0 #e15e1f inset;
  background: #e77828;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb823a', endColorstr='#fdb24b', GradientType=0);
  background: -webkit-linear-gradient(center top, #fb823a 5%, #fdb24b 100%);
  background: -moz-linear-gradient(center top, #fb823a 5%, #fdb24b 100%);
  background: -o-linear-gradient(center top, #fb823a 5%, #fdb24b 100%);
  background: linear-gradient(center top, #fb823a 5%, #fdb24b 100%);
}

.content .order-button img {
  position: absolute;
  left: 20px;
  top: 12px;
}

.content .header .order-button img {
  width: auto !important;
}

.content .price {
  display: inline-block;
  margin: 0 0 0 20px;
  color: #ec8a33;
  vertical-align: middle;
  font-weight: bold;
  line-height: 64px;
  line-height: 4rem;
}

.content .price .euro {
  margin: 0 3px 0 0;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: -0.05rem;
}

.content .price .cent {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 120%;
  margin: 0 2px 0 -5px;
  vertical-align: super;
}

.content .sidebar {
  width: 100%;
  padding-top: 20px;
}

.content .sidebar h4 {
  font-size: 14px;
  font-size: 0.9rem;
  color: #4b4948;
}

.content .sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}

.content .sidebar ul li {
  margin: 3px 0;
}

.sb .content-main, .sb > div {
  width: 100%;
  clear: none;
}

/*************** Referenzen ************/
.content .references {
  clear: both;
}

.content .references .headline-description {
  margin: 10px 0 0 20px;
  float: left;
}

.content .references .headline {
  margin: 0;
  clear: both;
}

.content .references .highlight a {
  float: left;
}

.content .references .highlight img {
  margin: 0 10px 0 0;
  max-width: 178px;
}

/******************* Seite für einzelne News ******************/

.index.sidebar .content-main {
  padding-top: 0;
}

.index.sidebar .info_right .topic {
  float: left;
  padding-right: 5px;
}

.index.sidebar .info_right .topic a {
  padding-right: 5px;
}

.index.sidebar .title {
  padding: 0;
}

.index.sidebar #post-image {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.index.sidebar #post-image.image-left img {
  display: block;
  width: 205%;
  max-width: none;
}

.index.sidebar #post_content {
  clear: both;
}

.index.sidebar .sidebar {
  padding: 0;
}

.page_blogreader .date {
  float: left;
}

.page_blogreader .date a {
  color: #303030;
}

.page_blogreader .fad_news_caption {
  margin: 0;
}

.page_blogreader .teaser {
  float: left;



  font-weight: normal;
  color: #303030;
}

.page_blogreader .teaser:before {
  content: '- ';
  margin-left: 5px;
}

.page_blogreader .title {
  clear: both;
  float: left;
  margin-bottom: 10px;
}

.page_blogreader .caption {
  padding: 0;
  line-height: 1.2;
}

.page_blogreader .topic {
  display: none;
}

.page_blogreader .author {
  display: none;
}

.post-image.fad-image-wrapper {
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
  overflow: hidden;
}

.post-image.fad-image-wrapper img {
  width: 100%;
  height: auto;
}

.page_blogreader .post_content {
  clear: both;
}

/********** Unternehmen Seite ***************/

.unternehmen.sb .content-main img, .jobs .content-main img {
  max-width: 100%;
  height: auto;
}

.content .news-entry {
  display: block;
  clear: both;
  padding: 20px;
  overflow: hidden;
}

.content .news-entry:hover {
  background: #f7f7f7;
}

.content .news_image {
  float: left;
  margin: 3px 20px 10px 0;
}

.content .news_image img {
  display: block;
}

.content h5.news_date {
  margin: 0;


  font-weight: normal;
}

.content h3.news_title {
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 10px;
  line-height: 1.125rem;
}

.content .news_text p {
  margin: 0;
}

/************ Gallerie ********/
.content .gallery {
  width: 100%;
  padding: 0 0 30px;
  clear: both;
  float: left;
}

.content .gallery ul {
  float: left;
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
}

.content .gallery ul li {
  margin: 5px;
  padding: 5px;
  float: left;
  border: 1px solid #e7e7e7;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.content .gallery img {
  display: block;
}

/************ Sitemap **********/
.content.sitemap_inveda td {
  display: block;
}

.content .sitemap_2 {
  margin-left: 17px;
  border-left: 1px dashed #a3a3a3;
}

.content .sitemap_edge_1 {
  position: relative;
  top: -9px;
  left: 15px;
  width: 1px;
  height: 10px;
  background-color: #ffffff;
}

.content .sitemap_edge_2 {
  position: absolute;
  width: 1px;
  height: 10px;
  font-size: 1px;
  line-height: 1px;
  background-color: #ffffff;
}

.content .sitemap_line {
  position: relative;
  float: left;
  width: 9px;
  height: 13px;
  margin-right: 4px;
  border-bottom: 1px dashed #a3a3a3;
}

.content .sitemap_edge_pre {
  position: relative;
  width: 3px;
  height: 1px;
  left: -1px;
  top: -9px;
}

.content .sitemap_2 a {


  color: #565656;
}

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

#KontaktBox, .kontakt form {
  width: 100%;
  float: left;


  position: relative;
  box-sizing: border-box;
}

.kontakt #fad-content-wrapper {
  width: 100%;
  float: left;
  padding-right: 0;
}

.mod_contactform textarea, .kontakt textarea {
  height: 214px;
  resize: vertical;
}

#KontaktBox table, .kontakt table {
  width: 100%;
}

#KontaktBox .ControlElement_label, #KontaktBox .ControlElement_cell, #KontaktBox .ControlElement_cell_text, .kontakt .ControlElement_label, .kontakt .ControlElement_cell, .kontakt .ControlElement_cell_text {
  width: 100%;
  box-sizing: border-box;
}

#KontaktBox h3 {
  margin: 0;
}

#KontaktBox .ControlGroup_caption_cell.ControlGroup_description, .kontakt .ControlGroup_caption_cell.ControlGroup_description {
  padding: 5px 0 30px;
}

#KontaktBox .ControlElement_table .ControlElement_row, .kontakt .ControlElement_table .ControlElement_row {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}

#KontaktBox .ControlElement_row.form_sicherheitscode img, .kontakt .ControlElement_row.form_sicherheitscode img {
  width: 100%;
  margin: 0 0 15px;
}

#KontaktBox div.fad-realp-dot, .kontakt div.fad-realp-dot {
  display: table-cell;


  height: 14px;
  width: 14px;
  overflow: hidden;
}

#KontaktBox .ControlElement_label, kontakt .ControlElement_label {
  display: block;
  float: left;
  width: 100%
}

#KontaktBox .ControlElement_cell, .kontakt .ControlElement_cell {
  display: block;
  float: left;
}

#KontaktBox .error_control_space, .kontakt .error_control_space {
  display: none;
}

#KontaktBox .error_message, .kontakt .error_message {
  position: absolute;
  top: 0;
  right: 0;
}

#KontaktBox input.button, .kontakt input.button {
  margin: 0 5px 15px 0;
  padding: 10px 20px;
  width: auto !important;
}

.mod_contactform {
  padding: 30px 0;
  background: none;
}

.mod_contactform .WebBox_caption {
  display: none;
}

.mod_contactform h2 {
  margin: 0;
}

.mod_contactform p {
  margin: 5px 0 30px;


}

.mod_contactform label, .mod_contactform input, .mod_contactform textarea, .kontakt form label, .kontakt form input, .kontakt form textarea {
  box-sizing: border-box;
  width: 100%;
}

.mod_contactform .container {
  overflow: hidden;
  padding: 45px 0;
}

.mod_contactform .form_vorname, .mod_contactform .form_strasse, .mod_contactform .form_ort, .mod_contactform .form_plz, .mod_contactform .form__messages {
  display: none;
}

/********* Kontaktformular Fehleranzeige ************/

.content table.ControlElement_table .highlight {
  margin: 5px 0 15px 0;
  color: #b92f2f;
  font-weight: bold;
}

td.error_control input, td.error_control textarea {
  background: #ffcccc !important;
}

td.error_control {
  color: #b92f2f;
}

.content table.table td {
  padding: 5px;
}

/********* Passwort reseten Fehleranzeige ************/

.form_pw1 td.ControlElement_cell td.error_control {
  display: block;
}

/********* Kapitelübersicht ********/

.chapter_index {
  padding: 0 0 0 26px;
  list-style-type: none;
}

#chapter_start {
  display: block;
  width: 0;
  height: 0;
}

h3.h_chapter img {
  margin: 0 10px 0 0;
}

.content .chapter ul, .content .chapter ol {
  padding-left: 26px;
}

.content .chapter p {
  padding-left: 26px;
}

/********* Kapitel ********/

.chapter:after {
  content: '';
  clear: both;
  display: block;
}

/********** Ima Sync Preise *********/

.content #preise td {
  padding: 5px;
}

.content.ima.sync .licence-box {
  padding: 20px;
  overflow: hidden;
}

.content.ima.sync .licence-box .licence-caption {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0 15px;
  font-weight: bold;
  text-align: center;
}

.content.ima.sync .licence-box .licence-caption .caption-big {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 32px;
  line-height: 2rem;
}

.content.ima.sync .licence-box .licence-caption .caption-small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem;
}

.content.ima.sync .licence-box .licence-description {
  display: block;
  width: 100%;
  float: left;
  padding: 0;
  background: none;
  text-align: center;
}

.content.ima.sync .licence-box.basis .licence-description {
  color: #fff;
}

.content.ima.sync .licence-box .licence-price {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding: 13px 17px;
  font-weight: bold;
  text-align: center;
}

.content.ima.sync .licence-box .licence-price .price-big {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 2.5rem;
}






.content.ima.sync .licence-box .licence-button {
  display: block;
  float: none;
  width: 200px;
  height: 32px;
  margin: 0 auto;
  padding: 8px 0;
  clear: both;
  border-radius: 2px;
  background: #f0f0ef;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e1e0df', GradientType=0);
  background: -webkit-linear-gradient(#fff, #e1e0df);
  background: -moz-linear-gradient(#fff, #e1e0df);
  background: -o-linear-gradient(#fff, #e1e0df);
  background: linear-gradient(#fff, #e1e0df);
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px;
  line-height: 1rem;
}

.content.ima.sync .licence-box .licence-button:hover {
  text-decoration: none;
  background: #e1e0df;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d2d2d2', GradientType=0);
  background: -webkit-linear-gradient(#fff, #d2d2d2);
  background: -moz-linear-gradient(#fff, #d2d2d2);
  background: -o-linear-gradient(#fff, #d2d2d2);
  background: linear-gradient(#fff, #d2d2d2);
}

.content.ima.sync .licence-box .licence-button:active {
  text-decoration: none;
  background: #d2d2d2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#fff', GradientType=0);
  background: -webkit-linear-gradient(#d2d2d2, #fff);
  background: -moz-linear-gradient(#d2d2d2, #fff);
  background: -o-linear-gradient(#d2d2d2, #fff);
  background: linear-gradient(#d2d2d2, #fff);
}

.content.ima.sync .price_table .licence-footnote {
  padding: 20px 0 0;


}

.content.ima.sync .licence-box.basis {
  background: #ec8a33;
  margin-bottom: 20px;
}

.content.ima.sync .licence-box.basis .licence-caption {
  color: #fff;
}

.content.ima.sync .licence-box.basis .licence-price {
  color: #fff;
}

.content.ima.sync .licence-box.basis .licence-button {
  border: 1px solid #e67524;
  color: #ec8a33;
}

.content.ima.sync .licence-box.extra {
  background: #d3dee6;
}

.content.ima.sync .licence-box.extra .licence-caption {
  color: #525252;
}

.content.ima.sync .licence-box.extra .licence-price {
  color: #525252;
}

.content.ima.sync .licence-box.extra .licence-button {
  border: 1px solid #c8d4de;
  color: #525252;
}

/********** Redaktionssystem ********/

.content .top-image #header-image.top-image-text {
  margin-top: -7px;
  top: 20px;
  right: 20px;
}

/***************** fancy overlay ****************/

#fancybox-tmp {
  display: none;
}

/*************** Bestell Formular ***************/

.mod_orderform {
  padding: 0 20px;
}

.mod_orderform .ControlGroup {
  width: 100%;
}

.mod_orderform .WebBox_caption {
  margin: 20px 0 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.mod_orderform .ControlElement_row {
  position: relative;
}

.mod_orderform .ControlElement_label {
  display: block;
  width: 100%;
}

.mod_orderform .ControlElement_label_text {
  display: block;
}

.mod_orderform.ControlElement_label img {
  padding: 6px 10px 0 0;
}

.mod_orderform .ControlElement_cell {
  display: block;
}

.mod_orderform .ControlElement_cell .control_table {
  width: 100%;
}

.mod_orderform .ControlElement_cell .control_table input {
  width: 100%;
}

.mod_orderform .ControlElement_cell .control_table input.radiobutton {
  width: auto;
}

.mod_orderform .ControlElement_cell .control_table input.checkbox {
  width: auto;
}

.mod_orderform .ControlElement_cell .button {
  margin: 0;
}

.mod_orderform .form_short_summary .ControlElement_label, .mod_orderform .form_summary .ControlElement_label {
  display: table-cell;
  width: 204px;
}

.mod_orderform .form_short_summary .ControlElement_label[valign="top"], .mod_orderform .form_summary .ControlElement_label[valign="top"] {
  vertical-align: top;
}

.mod_orderform .form_short_summary .ControlElement_cell, .mod_orderform .form_summary .ControlElement_cell {
  display: table-cell;
  width: auto;
}

.mod_orderform .form_short_summary .ControlElement_cell[valign="top"], .mod_orderform .form_summary .ControlElement_cell[valign="top"] {
  vertical-align: top;
}

.mod_orderform .form_short_summary .ControlElement_fakerow .ControlElement_label, .mod_orderform .form_short_summary .ControlElement_fakerow .ControlElement_cell, .mod_orderform .form_summary .ControlElement_fakerow .ControlElement_label, .mod_orderform .form_summary .ControlElement_fakerow .ControlElement_cell {
  display: block;
  width: 100%;
}

.mod_orderform .form_short_summary .ControlElement_fakerow .ControlElement_cell, .mod_orderform .form_summary .ControlElement_fakerow .ControlElement_cell {
  padding-bottom: 10px;
}

/************  Referenzen ***************/

.content .menu_referenzen {
  margin: 30px 0 15px;
  padding: 0 0 3px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.content .ref {
  padding: 10px 10px 20px 10px;
  overflow: hidden;
  display: block;
}

.content .ref:nth-child(even) {
  background: #f7f7f7;
}

.content .menu_referenzen a {
  padding: 5px 10px;
  margin: 0 3px;
  color: #595959;
  background: #F8F8F8;



  font-weight: bold;


}

.content .menu_referenzen a:hover {
  color: #ec8a33;
  text-decoration: none;
}

.content .menu_referenzen a.selected {
  color: #ec8a33;
  border-bottom: 3px solid #ec8a33;
}

.content .referenzen img {
  margin: 0 10px 0 0;
  border: 1px solid #e0e0e0;
}

.content h3.page-title {
  margin: 0 0 10px 0;
}

/*************** Jobs **************/

.fad_page_pagelist_content h3, .fad_job_joblist_content h3 {
  color: #ec8a33;
}

.job_content {
  margin-top: 15px;
  float: left;
}

.fad-job-details {
  width: 100%;
  float: right;
  background: #f1f1f1;
}

/************  Impressum  ***************/
.impressum_inveda {
  display: flex;
  flex-direction: column;
}

.impressum_inveda .content-main {
  order: 2;
}

.impressum_inveda .sidebar {
  order: 1;
}

/************ Login ****************/
.wrap.login .content {
  margin: 0;
}

.wrap.login {
  background: #F7F8F9;
}

.wrap.login #sysmessage {
  margin: -1px auto 0;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #ec8a33;
}

.wrap.login .form__messages {
  display: table-row;
}

.wrap.login .content {
  padding: 0;
}

.wrap.login .highlight {
  margin: 10px 0;
  padding: 0;
  border: none;
  background: none;
  color: #b92f2f;
  text-align: left;
  font-weight: normal !important;
}

.wrap.login .form_abc {
  padding: 5px 0 15px;
  color: #b92f2f;
  font-weight: normal !important;
}

.wrap.login .form_abc span {
  width: 100%;
}

.wrap.login .content-main {
  padding: 0;
  border: 1px solid #e6ebed;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.wrap.login .content-main:after {
  content: '';
  display: table;
  clear: both;
}

.wrap.login .back-link {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: relative;
  top: -1px;
  left: -1px;
  background: #f28c2a;
}

.wrap.login .back-link:hover {
  background: #333333;
}

.wrap.login .textbox_list {
  margin: 0;
}

.wrap.login .login-logo {
  height: 125px;
  background: url("data:image/svg+xml, %3Csvg%20id%3D%22inveda_Kundenportal%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22209.6%22%20height%3D%2245.8%22%20viewBox%3D%220%200%20209.6%2045.8%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FF872F%3B%7D%20.st1%7Bfill%3A%23333333%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22Wortmarke%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M59.7%2040.7h-3.5L54%2034.6l-1.3.7-1.1%205.4h-3.2l3.2-15.1h3.2l-1.6%207.3%201.6-2.1%204.2-5.1h3.7l-6.1%207.2%203.1%207.8zm3.9-11.5h3.1l-1.4%206.7c-.1.5-.2.9-.2%201.2%200%20.8.4%201.3%201.1%201.3.6%200%201.2-.4%201.7-1.2.5-.8.9-1.9%201.2-3.3l1-4.8h3.1l-2.4%2011.6h-2.4l.2-2.1h-.1c-1%201.6-2.2%202.3-3.7%202.3-1%200-1.7-.3-2.2-.9-.5-.6-.8-1.4-.8-2.5%200-.6.1-1.4.2-2.2l1.6-6.1zm20.2%2011.5h-3.1l1.4-6.7c.1-.5.2-.9.2-1.2%200-.8-.4-1.3-1.1-1.3-.6%200-1.2.4-1.7%201.2-.5.8-.9%201.9-1.2%203.3l-1%204.8h-3.1l2.4-11.6H79l-.2%202.1h.1c1-1.6%202.2-2.4%203.7-2.4%201%200%201.7.3%202.2.9s.8%201.4.8%202.5c0%20.5-.1%201.1-.2%201.9l-1.6%206.5zm6.9.2c-1%200-1.8-.4-2.4-1.1-.6-.7-.9-1.8-.9-3.1%200-1.4.2-2.6.7-3.9.5-1.2%201.1-2.2%201.9-2.9.8-.7%201.7-1%202.7-1%20.6%200%201.1.1%201.5.4.4.3.8.7%201.2%201.3h.1v-.3c0-.8.1-1.4.3-2l.8-3.7h3.1l-3.4%2016.1h-2.4l.1-1.5c-.5.6-1%201-1.5%201.3-.6.3-1.2.4-1.8.4zm1.3-2.5c.5%200%20.9-.2%201.3-.7s.8-1.1%201-1.9.4-1.6.4-2.5c0-.6-.1-1-.4-1.3s-.6-.5-1.1-.5c-.5%200-.9.2-1.3.7-.4.5-.8%201.2-1%202-.3.8-.4%201.6-.4%202.4.1%201.2.5%201.8%201.5%201.8zm12.6%202.5c-1.4%200-2.6-.4-3.4-1.2s-1.2-1.9-1.2-3.3.3-2.7.9-3.9c.6-1.2%201.3-2.1%202.3-2.7s2.1-.9%203.3-.9c1.2%200%202.2.3%202.9.8.7.6%201%201.3%201%202.3%200%201.3-.6%202.3-1.7%203-1.2.7-2.8%201-4.9%201h-.5v.4c0%20.6.2%201.1.5%201.5.4.4.9.5%201.5.5s1.1-.1%201.6-.2%201.1-.4%201.8-.7v2.3c-1.3.8-2.6%201.1-4.1%201.1zm1.7-9.7c-.6%200-1.2.3-1.7.8-.5.6-.9%201.2-1.1%202h.5c1.1%200%201.9-.2%202.5-.5.6-.3.9-.8.9-1.4-.1-.6-.4-.9-1.1-.9zm14.6%209.5h-3.1l1.4-6.7c.1-.5.2-.9.2-1.2%200-.8-.4-1.3-1.1-1.3-.6%200-1.2.4-1.7%201.2-.5.8-.9%201.9-1.2%203.3l-1%204.8h-3.1l2.4-11.6h2.4l-.2%202.1h.1c1-1.6%202.2-2.4%203.7-2.4%201%200%201.7.3%202.2.9s.8%201.4.8%202.5c0%20.5-.1%201.1-.2%201.9l-1.6%206.5zM132%2029c1%200%201.8.4%202.4%201.1.6.7.9%201.8.9%203.1s-.2%202.6-.7%203.8c-.5%201.2-1.1%202.2-1.9%202.9-.8.7-1.7%201.1-2.7%201.1-.6%200-1.1-.1-1.5-.4s-.8-.7-1.1-1.3h-.1c-.1%201.1-.2%202.1-.4%203l-.7%203.5h-3.1l3.5-16.6h2.4l-.2%201.8h.1c.8-1.4%201.9-2%203.1-2zm-1.2%202.5c-.5%200-.9.2-1.4.7-.4.5-.8%201.1-1.1%201.9s-.4%201.6-.4%202.6c0%20.6.1%201%20.4%201.3.3.3.6.5%201.1.5.5%200%20.9-.2%201.3-.7.4-.5.8-1.1%201-2%20.3-.8.4-1.6.4-2.5%200-1.2-.4-1.8-1.3-1.8zm16.9%202c0%201.5-.2%202.7-.7%203.9-.5%201.1-1.2%202-2.1%202.6-.9.6-2%20.9-3.3.9-1.3%200-2.4-.4-3.2-1.2-.8-.8-1.2-1.9-1.2-3.2%200-1.5.2-2.8.7-3.9.5-1.1%201.2-2%202.1-2.7s2-.9%203.3-.9c1.4%200%202.4.4%203.2%201.2s1.2%201.9%201.2%203.3zm-3.2%200c0-1.4-.5-2-1.5-2-.5%200-1%20.2-1.4.6-.4.4-.7%201-1%201.8-.3.8-.4%201.6-.4%202.5%200%201.3.5%201.9%201.6%201.9.5%200%201-.2%201.4-.6.4-.4.7-1%201-1.8.2-.6.3-1.5.3-2.4zm12.8-4.5c.4%200%20.7%200%201%20.1l-.7%203c-.3-.1-.7-.2-1-.2-.8%200-1.5.3-2.1.9-.6.6-1%201.5-1.3%202.7l-1.1%205.2H149l2.4-11.6h2.4l-.2%202.1h.1c1-1.4%202.2-2.2%203.6-2.2zm5.5%209.4c.4%200%201-.1%201.7-.4v2.3c-.8.4-1.7.5-2.7.5-1%200-1.8-.2-2.3-.7-.5-.4-.7-1.1-.7-2%200-.3%200-.7.1-1.2l1.2-5.6h-1.6l.3-1.5%202-.9%201.4-2.4h2l-.5%202.5h2.9l-.5%202.4h-2.9L162%2037c0%20.2-.1.4-.1.5%200%20.7.3.9.9.9zm7.6%202.5c-1%200-1.8-.4-2.4-1.1-.6-.7-.9-1.8-.9-3.1%200-1.4.2-2.7.7-3.9.5-1.2%201.1-2.2%202-2.9.8-.7%201.7-1%202.7-1%20.7%200%201.2.1%201.7.4.5.3.9.7%201.1%201.3h.1l.6-1.5h2.4L176%2040.7h-2.4l.1-1.5c-.9%201.2-2%201.7-3.3%201.7zm1.2-2.5c.5%200%20.9-.2%201.4-.7.4-.5.8-1.1%201.1-1.9.3-.8.4-1.7.4-2.7%200-.5-.1-.9-.4-1.2-.3-.3-.6-.5-1-.5-.5%200-.9.2-1.3.7-.4.5-.8%201.2-1%202-.3.8-.4%201.6-.4%202.4%200%20.6.1%201.1.3%201.4.2.4.5.5.9.5zm10.7%202.3h-3.1l3.4-16.1h3.1l-3.4%2016.1z%22%20id%3D%22Kundenportal%22%2F%3E%3Cg%20id%3D%22Inveda.net%22%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M50.1%200h3.8v17.9h-3.8V0zm18.1%204.8c2.1%200%203%20.2%203.9%201%20.9.9%201.4%202.1%201.4%204v8h-3.6V9.4c0-1.3-.5-1.8-1.9-1.8h-3.1v10.3h-3.6V4.8h6.9zm21.2%200h3.8l-5.6%2013.1h-3.9L78.5%204.8h3.9l3.3%209%203.7-9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M109%2012.7h-7.6c.1%201%20.3%201.5%201%201.9.5.3%201.1.5%202.2.5h4.4v2.8h-4.8c-2.1%200-3.2-.3-4.4-1.2-1.6-1.2-2.4-3.1-2.4-5.5%200-2.3%201-4.4%202.5-5.4%201-.7%202.2-.9%203.9-.9h5v2.8H104c-2%200-2.6.5-2.8%202.3h7.6v2.7z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M124.4%200h3.6v17.9h-6.2c-2.6%200-3.9-.4-5.2-1.7-1.2-1.2-1.9-2.8-1.9-5%200-2.3.8-4.1%202.4-5.3%201-.8%202.2-1.1%203.9-1.1h3.4V0zm0%207.6h-2.6c-2.1%200-3.4%201.4-3.4%203.6%200%202.4%201.3%203.8%203.4%203.8h2.6V7.6zm20%202.4c0-1.9-.6-2.3-2.7-2.3h-6.1V4.8h6.1c2.2%200%202.7.1%203.5.3%201.2.4%202.1%201.4%202.5%202.7.2.8.3%201.3.3%202.7v7.4h-7.6c-2.8%200-3.5-.1-4.3-.7-1-.7-1.5-1.9-1.5-3.2%200-1.8%201-3.3%202.4-3.8.6-.2%201.6-.3%203-.3h4.4zm-4.2%202.7c-.9%200-.9%200-1.2.1-.5.1-.8.6-.8%201.1%200%20.8.5%201.2%201.9%201.2h4.2v-2.4h-4.1zm17.8%205.2h-3.2v-3.5h3.2v3.5zm13.9-13.1c2.1%200%203%20.2%203.9%201%20.9.9%201.4%202.1%201.4%204v8h-3.6V9.4c0-1.3-.5-1.8-1.9-1.8h-3.1v10.3H165V4.8h6.9zm23%207.9h-7.6c.1%201%20.3%201.5%201%201.9.5.3%201.1.5%202.2.5h4.4v2.8h-4.8c-2.1%200-3.2-.3-4.4-1.2-1.6-1.2-2.4-3.1-2.4-5.5%200-2.3%201-4.4%202.5-5.4%201-.7%202.2-.9%203.9-.9h5v2.8h-4.8c-2%200-2.6.5-2.8%202.3h7.6v2.7zM202.7%200h3.6v4.8h3.3v2.8h-3.3v4.7c0%201.3.1%201.7.3%202.1.3.4.9.6%201.6.6h1.4v2.8H207c-1.5%200-2.5-.3-3.2-1-.9-.8-1.2-1.8-1.2-3.9V7.6h-2.3V4.8h2.3V0z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22Bildmarke%22%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M27.8%2014.6c1.9%200%203.5%201.6%203.5%203.5v12.6c0%201.9-1.6%203.5-3.5%203.5H15.2c-1.9%200-3.5-1.6-3.5-3.5V18.2c0-1.9%201.6-3.5%203.5-3.5h12.6m0-3.1H15.2c-3.6%200-6.5%202.9-6.5%206.5v12.6c0%203.6%202.9%206.5%206.5%206.5h12.5c3.6%200%206.5-2.9%206.5-6.5V18.2c.1-3.6-2.8-6.6-6.4-6.6z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M6%2027.8v-2.5c-2-.3-3-1.7-3-3.5V9.1c0-1.9%201.3-3.8%203.2-3.8h12.5c1.8%200%203.2%202%203.5%203h3c-.3-3.4-3.1-6-6.5-6H6.2C2.6%202.3%200%205.5%200%209.1v12.6c0%203.4%202.7%206.2%206%206.5v-.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap.login .login-box {
  margin: 0 auto;
  padding: 0 20px 50px;
}

.wrap.login .login-box .page_box_caption {
  display: none;
}

.wrap.login .login-box label, .wrap.login .login-box input {
  width: 100%;
}

.wrap.login .login-box input {
  padding: 10px;


}

.wrap.login .login-ad {
  padding: 20px;
  margin: 0 0 20px;
  background: #F7F8F9;
}

.wrap.login .login-box .ControlGroup .form-group > * {
  display: block;
}

.wrap.login .login-box .form-group.empty label {
  display: none;
}

.wrap.login .login-box .form-group .help_element {
  display: none;
}


/************  AGB ***************/

.content.agb ul, .content.agb ol {
  padding-left: 20px;
}

/************  IBS ***************/

.ibs .top-image {
  position: relative;
}

.ibs.content .header .image-none img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.ibs.content .top-image #header-image.top-image-text {
  position: absolute;
  z-index: 0;
}

/************  Kommentar Modul ***************/

.webbox form table.ControlGroup .ControlElement_row.form_sicherheitscode img, .webbox_table form table.ControlGroup_table .ControlElement_row.form_sicherheitscode img {
  margin: 0 0 1rem;
}

/************ Termin Seite ****************/

.fad_schema_properties {
  margin: 20px 0;
  padding: 1rem;
  background: #eee;
}

.fad_startDate, .fad_endDate {
  position: relative;
  margin-bottom: 10px;
}

.fad_date_info .fad_day {
  display: block;


  font-weight: bold;
}

.fad_date_info .fad_time {
  display: block;
  padding-left: 0;
}

.fad_startDate::before, .fad_endDate::before {
  opacity: .7;
}

.fad_location {
  position: relative;
}

.fad_location::before {
  content: 'Ort';
  opacity: .7;
}

.fad_location_name {
  display: block;


  font-weight: bold;
}

/************  Modul: Update Software List, Update Tarif List ***************/

.mod_update_software_list, .mod_update_tariff_list {
  padding: 0 20px 20px;
}

.mod_update_software_list h3, .mod_update_tariff_list h3 {
  float: left;
}

.mod_update_software_list .feed, .mod_update_tariff_list .feed {
  float: right;
}

.mod_update_software_list .feed a:after, .mod_update_tariff_list .feed a:after {
  content: ' abonnieren';
}

.mod_update_software_list ol, .mod_update_tariff_list ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

.mod_update_software_list ol li:nth-child(odd), .mod_update_tariff_list ol li:nth-child(odd) {
  background-color: #f5f5f5;
}

.mod_update_software_list ol li:hover, .mod_update_tariff_list ol li:hover {
  background-color: #e8f6fe;
}

.mod_update_software_list ol li a, .mod_update_tariff_list ol li a {
  display: block;
  padding: 1rem;
  color: #595959;
  text-decoration: none;
}

.mod_update_software_list .version, .mod_update_tariff_list .name {
  display: inline;


  font-weight: bold;
  color: #ec8a33;
}

.mod_update_software_list .version:before {
  content: 'Version ';
}

.mod_update_software_list date, .mod_update_tariff_list date {
  float: right;
}

.mod_update_software_list .requires:before {
  content: 'Voraussetzung: Version ';
}

.mod_update_software_list .size:before {
  content: 'Größe: ';
}

/************ Update Software Singlepost, Update Tarif Singlepost ***************/

.fad_update h1.version:before {
  content: 'Version ';
}

.fad_update .info {
  display: block;
  flex-wrap: wrap;
  padding: 1rem;
  background: #f5f5f5;
}

.fad_update .info date, .fad_update .info .requires, .fad_update .info .size, .fad_update .info .text {
  font-weight: bold;
}

.fad_update .requires:before {
  content: 'Voraussetzung: Version ';
}

.fad_update .size:before {
  content: 'Größe: ';
}

.fad_update .description {
  display: block;
  margin-top: 1rem;
  padding: 1rem 1rem 1px;
  background: #fff;
}

/************* Forum ***************/

.forum .content .sidebar {
  padding: 20px 10px 0;
}

.forum .content .sidebar ul {
  padding: 0;
}

.forum .content .sidebar ul li {
  display: inline-block;
  margin: 0;
}

.forum .content .sidebar ul li a {
  margin: 5px;
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
}

.forum .content .sidebar ul li a:hover {
  background: #ec8a33;
  border-color: #ec8a33;
  color: #fff;
}

.forum .content .sidebar ul li.selected a {
  background: #ec8a33;
  border-color: #ec8a33;
  color: #fff;
}

.forum .content > div {
  padding: 0 20px;
}

.loading {
  margin: 0;
  padding: 20px;
  text-align: center;
}


#comments .info-main .info-left {
  float: left;
  font-weight: bold;


}

#comments .info-main .info-right {
  text-align: right;
}

#comments .info-main .info-right a, a.post-answer {
  margin: 5px 5px 0 0;
  padding: 5px 12px;
  color: #FFFFFF;
  border: 0;
  border-radius: 3px;



  background: #333333;
  text-decoration: none;
}

#comments .info-main .info-right a:hover, a.post-answer:hover {
  border: 0;
  cursor: pointer;
  background: #f28c2a;
}

#comments input, #comments textarea {
  width: 100%;
  background: #fff;
}

#comments .commentlist .answer input, #comments .commentlist .answer textarea {
  background: #f4f6f7;
}

.comment_write_ajax_box, .comment_answer_box, .comment_answers_view {
  line-height: 0;

}

.comment_answers_view .comment {
  line-height: 1.61803;
}

.comment_write_ajax_box .ajaxPanel {
  margin-bottom: 2rem;


  text-align: left;
}

.comment_answer_box .ajaxPanel {
  margin-top: -0.25rem;
  padding: 0 20px 20px;
  background: #fff;
  visibility: visible;
  border: .125rem solid #e8e8e8;
  border-top: none;
  font-size: 1em;
  line-height: 1.61803;
  text-align: left;
}

.comment_answers_view > .ajaxPanel {
  margin-top: 20px;


}

.comment_write_ajax_box .ajaxPanel h3, .comment_answer_box .ajaxPanel h3 {
  display: none;
}

.comment_write_ajax_box .ajaxPanel table, .comment_answer_box .ajaxPanel table {
  width: 100%;
}

.comment_write_ajax_box .ajaxPanel .ControlElement_row, .comment_answer_box .ajaxPanel .ControlElement_row {
  display: block;
}

.comment_write_ajax_box .ajaxPanel .ControlElement_label, .comment_answer_box .ajaxPanel .ControlElement_label {
  display: block;
  width: 100%;
  font-weight: bold;
}

.comment_write_ajax_box .ajaxPanel .ControlElement_cell, .comment_answer_box .ajaxPanel .ControlElement_cell {
  display: block;
  width: 100%;
}

.comment_write_ajax_box .ajaxPanel .error_control, .comment_answer_box .ajaxPanel .error_control {
  display: block;
  width: 100%;
}

.comment_write_ajax_box .ajaxPanel .error_control input, .comment_answer_box .ajaxPanel .error_control input, .comment_write_ajax_box .ajaxPanel .error_control textarea, .comment_answer_box .ajaxPanel .error_control textarea {
  margin-bottom: 0;
}

.comment_write_ajax_box .ajaxPanel .error_message, .comment_answer_box .ajaxPanel .error_message {
  margin-bottom: 1rem;
}

.comment_write_ajax_box .ajaxPanel .form_email input, .comment_answer_box .ajaxPanel .form_email input {
  margin-bottom: 3px;
}

.comment_write_ajax_box .ajaxPanel .form_pt1, .comment_answer_box .ajaxPanel .form_pt1 {
  margin-bottom: 1rem;
  font-style: italic;
  opacity: .8;
}

.comment_answer_box .ajaxPanel .form_title .ControlElement_cell {
  margin-bottom: 1rem;
  font-weight: bold;
}

.commentlist .answer {
  position: relative;
}

.mod_comment_editor .commentlist .comment {
  position: relative;
}

.commentlist .comment .comment-body {
  padding: 54px 20px 66px;
  border: .125rem solid #e8e8e8;
  background: #fff;
}

.mod_comment_editor .commentlist .info-left {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.mod_comment_editor .commentlist .info-right {
  position: absolute;
  left: 18px;
  top: 38px;
  z-index: 1;
}

.comment .comment-text .title {
  margin: 1rem 0;
}

.commentlist .comment-empty {
  padding: 20px;
  background: #fff;
  border: .125rem solid #e8e8e8;
  text-align: center;
}

.answer .post-answer {
  position: absolute;
  left: 20px;
  top: -46px;
}

.answer .comment_answer_box {
  padding: 1px 0 0;
}

.answer .comment_answer_box .ajaxFrame-wrapper {
  margin-top: -0.25rem;
  padding: 20px;
  background: #fff;
  border-left: .125rem solid #e8e8e8;
  border-right: .125rem solid #e8e8e8;
  border-bottom: .125rem solid #e8e8e8;
}

.answer .lastest-answer {
  margin-top: -0.25rem;
  padding-left: 20px;
  background: #fff;
  border-left: .125rem solid #e8e8e8;
  border-right: .125rem solid #e8e8e8;
}

.comment-lastest-answer {
  position: absolute;
  top: -39px;
  right: 20px;
}

a.toggle-answer {
  position: absolute;
  top: -39px;
  left: 170px;
}

.answer .lastest-answer + .toggle-answer {
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
  background: #fff;
  border: .125rem solid #e8e8e8;
  border-top: none;
}

.answer .comment_answers_view {
  margin-left: 20px;
}

.answer .comment_answers_view .comment-body {
  position: relative;
}

.answer .comment_answers_view .comment-body:before {
  bottom: 100%;
  left: 4%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #e8e8e8;
  border-width: 13px;
  margin-left: -3px;
}

.answer .comment_answers_view .comment-body:after {
  bottom: 100%;
  left: 4%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
}

.commentlist #comment-write-box, .commentlist #comment_answer_box {
  margin: -0.25rem 0 0 0;
  padding: 0;
  background: #fff;
}

/************  Sonstiges ***************/

#lightbox {
  background-color: transparent !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.form-ajax-box #closeFrameButton {
  display: none;
}

/************  Formular Modul ***************/

.form-ajax-box .fad-content-wrapper {
  padding: 0;
}

.form-ajax-box input:not(.checkbox), .form-ajax-box select, .form-ajax-box textarea {
  width: 100%;
  margin: 0;
}

.form-ajax-box input.checkbox {
  width: 15px;
}

.form-ajax-box table {
  width: 100%;
}

.form-ajax-box table tr {
  display: block;
  width: 100%;
}

.form-ajax-box table tr:after {
  content: '';
  clear: both;
  display: table;
}

.form-ajax-box table tr.ControlElement_row {
  margin-bottom: 1rem;
}

.form-ajax-box table td {
  display: block;
  width: 100%;
}

.form-ajax-box table td:after {
  content: '';
  clear: both;
  display: table;
}

.form-ajax-box table td.help_column {
  display: none;
}

/************  Multiupload ***************/

.form-ajax-box .fad_uploadmultiple_table_row {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.form-ajax-box .fad_uploadmultiple_table_cell:first-child {
  width: 150px;
}

.form-ajax-box .fad_uploadmultiple_table_row img {
  display: block;
}

.form-ajax-box .fad_uploadmultiple_table_row button {
  margin: 0;
}

/************  Newsletter Reader ***************/

.newsletter-reader #content-wrapper {
  background: #f2f2f2;
}

.page_newsletter {
  max-width: 600px;
  max-width: 37.5rem;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  font-family: Arial, Helvetica, sans-serif;


  color: #434343;
  background: #fff;
}

.page_newsletter .subheading {
  margin-bottom: 22px;
  font-family: Arial, Helvetica, sans-serif;


  color: #ff8238;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page_newsletter h1, .page_newsletter h2, .page_newsletter h3 {
  color: #434343;
}

.page_newsletter .post-image.fad-image-wrapper {
  width: calc(100% + 80px) !important;
  max-width: calc(100% + 80px);
  margin: -40px -40px 60px;
}

.page_newsletter .fad_caption {
  margin-bottom: 60px;
}

.page_newsletter h1 {
  margin-top: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
}

.page_newsletter h2 {
  margin: 0.83em 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}

.page_newsletter h3 {
  margin: 1em 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

.page_newsletter p {
  font-size: 14px;
  line-height: 22px;
}

.page_newsletter ul li {
  font-size: 14px;
  line-height: 22px;
}

.mail_newspreview a h3 {
  font-size: 16px;
  color: #ec8a33;
}

.mail_newspreview_element {
  display: table;
  margin: 20px 0;
}

.mail_newspreview_content {
  display: table-row;
}

.mail_newspreview_image {
  display: table-cell;
  margin-right: 16px;
}

.mail_newspreview_caption {
  display: table-cell;
  vertical-align: middle;
}

.newsletter_footer {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #768086;
}

.newsletter_footer table {
  margin: 0 auto;
}

.newsletter_footer table td {
  vertical-align: middle;
}

.newsletter_footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #768086;
  text-decoration: underline;
}

.newsletter_footer p {
  margin: auto;
}

.newsletter_footer .mod_addressbox .contact_data {
  margin: 0 auto;
}

.newsletter-reader #attachments {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #768086;
}

.newsletter-reader #attachments h4, .newsletter-reader #attachments a {
  color: #768086;
}

.newsletter-reader #attachments a {
  text-decoration: underline;
}

/************  Footer ***************/

#footer {
  width: 100%;
  clear: both;
  display: block;
  font-size: 1em;
}

#footer .nav-menulist-sysmenu {
  background: #656464;
}

#footer .nav-footer-links {
  background: #303030;
}

#footer-top-wrapper {
  background: #f28c2a;
  font-size: 1em;
}

.footer-top {
  margin: 0 auto;
  overflow: hidden;
}

#footer .page-functions {
  float: none;
  text-align: center;
}

#footer .page-functions a {
  color: #303030;
}

#footer #menulist-sysmenu {
  display: block;
  margin: 0 auto;
  padding: 13px 20px;
  text-align: center;
}

#footer #menulist-sysmenu a {
  display: inline-block;
  margin: 0 10px;
  color: #d5d5d5;

}

#footer #footer-links {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
  overflow: hidden;
}

#footer #footer-links .html_text {
  width: 100%;
  display: table;
}

#footer #footer-links > div {
  padding: 0 0 20px 20px;
}

#footer #footer-links ul {
  display: table;
  margin: 0;
  padding: 0 0 20px 0;
  color: #656565;
}

#footer #footer-links ul li {
  margin: 2px 0;
  list-style-type: none;
}

#footer #footer-links ul li.headline {
  list-style: none;
  display: inline;
}

#footer #footer-links ul li a {
  padding: 0 0 0 12px;
  color: #7f7f7f;
  background: url('/arrow_new.gif') no-repeat scroll 4px 5px transparent;
}

#footer #footer-links ul li a:hover {
  background: url('/arrow_new.gif') no-repeat scroll 6px 5px transparent;
}

#footer #footer-links ul li a:hover img {
  margin: 0 4px 2px 6px;
}


/* Breakpoint > 400px -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 400px) {
  .fad_update .info date {
    float: right;
  }
}

/* Breakpoint > 516px -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 516px) {
  .Slider img {
    width: auto !important;
  }

  .content .header .image-center img, .content .header .image-none img {
    width: auto;
  }

  .content .page_box.column2 .page_box_image {
    float: left;
  }

  .content .products_important .page_box_image {
    float: left;
    width: 40%;
    margin: 0 20px 0 0;
  }

  .index.sidebar #post-image.image-left img {
    width: auto;
  }

  .commentlist .commentlist {
    padding: 0;
  }

  .answer .comment_answers_view {
    margin-left: 4rem;
  }
}

/* Breakpoint > 540px -------------------------------------------------------------------------------------------------------------------- */
/*@media screen and (min-width: 530px) {*/
/*.post-image.fad-image-wrapper img {*/
/*width: auto;*/
/*}*/
/*}*/

/* Breakpoint > 720px -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 720px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .col-md-8 {
    flex: 0 0 66.6666%;
    width: 66.6666%;
    max-width: 66.6666%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .col-md-4 {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  #header .page-functions>a {
    margin: 18px 20px 18px 0;
    padding: 2px;
    font-size: 1em;
  }

  .page-functions .fa {
    margin-right: 4px;

  }



  .content .top-image #header-image.top-image-text {
    margin-top: 0;
  }

  .togglemenu {
    display: none;
  }

  #menu {
    width: 100%;
    float: left;
    padding: 0;
    max-height: 500px;
    overflow: visible;
  }

  #menu.collapsed {
    overflow: visible;
    max-height: 500px;
  }

  #menu a:hover {
    color: #ec8a33;
  }

  #menu ul {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #menu ul li {
    float: left;
    border: none;
  }

  #menu ul li:hover a {
    background: #f5a94f;
  }

  #menu ul li a {
    padding: 15px 18px;
    color: #fff;
    border-bottom: 0;
  }

  #menu ul li.with-sub a {
    padding: 15px 31px 15px 18px;
  }

  #menu ul li.open a {
    background: none;
  }

  #menu ul li .toggle-submenu {
    width: auto;
    padding: 0;
    color: #fff;
    background: none;
    top: 2px;
    right: 10px;
  }

  #menu ul li .toggle-submenu::before {
    display: inline;
    position: relative;
    top: 0;
    left: 0;
  }

  #menu ul li:hover ul {
    visibility: visible;
  }

  #menu ul ul {
    width: auto;
    padding: 0;
    position: absolute;
    top: 46px;
    visibility: hidden;
    z-index: 30;
    border-left: 0;
    background: #f5a94f;
    transition: all 0s ease 0s;
    left: 0;
  }

  #menu ul li.collapsed ul, #menu ul li ul {
    max-height: 500px;
  }

  #menu ul ul li a, #menu ul li.with-sub ul li a {
    padding: 10px 18px;
  }

  #menu ul li:hover ul li:hover a {
    background: #ec8a33;
  }

  .content .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Slider {
    height: 320px;
    background: #fff url(/web.images.loading.gif) no-repeat 50% 50%;
  }

  .Slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px !important;
    height: 320px !important;
  }

  .Slider .caption {
    width: 50%;
    margin: 0;
    padding: 20px;
    position: absolute;
    z-index: 6;
    top: 20px;
    right: 20px;
    background: #fff;
  }

  .Slider .caption h3 {
    color: #ec8a33;
  }

  .Slider .caption p {
    color: #303030;
  }

  .directionNav {
    display: block;
    position: static;
    top: auto;
    right: auto;
  }

  .directionNav a {
    top: auto;
    bottom: -38px;
  }

  .controlNav {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
  }

  .column2 {
    width: 50%;
    float: left;
  }

  .column3 {
    width: 33.33%;
    float: left;
  }

  .content .top-image .top-image-text {
    width: 52%;
    padding: 25px;
    position: absolute;
    top: 25px;
    right: 0;
    background: #ffffff;
  }

  .content .top-image .top-image-text h1 {
    color: #ec8a33;
  }

  .content .top-image .top-image-text .teaser {
    color: #ec8a33;
  }

  .content .top-image .top-image-text p {
    color: #303030;
  }

  .content .products_important .page_box_image {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }

  .content .products .page_box.topline.last {
    padding-bottom: 30px;
    border-bottom: none;
  }

  .content.homepage-sub .header {
    margin: 25px 0;
  }

  .content.homepage-sub .header .top-image .image-none {
    margin-top: 20px;
    width: 50%;
    float: left;
  }

  .content.homepage-sub .header .top-image #header-image.top-image-text {
    padding: 0;
    width: 50%;
    float: right;
    position: static;
  }

  .content.homepage-sub .header .top-image .order-button .image-none {
    margin: 0;
    float: none;
  }

  .sb .content-main, .sb > div {
    width: 60%;
    float: left;
  }

  .content .sidebar {
    float: right;
    width: 40%;
    padding-top: 0;
  }

  #KontaktBox .ControlElement_table .ControlElement_row, .kontakt .ControlElement_table .ControlElement_row {
    width: 49%;
  }

  #KontaktBox .ControlElement_row.form_nachricht, #KontaktBox .ControlElement_row.form_betreff, .kontakt .ControlElement_row.form_nachricht, .kontakt .ControlElement_row.form_betreff {
    position: absolute;
    right: 0;
  }

  #KontaktBox .ControlElement_row.form_nachricht textarea, #KontaktBox .ControlElement_row.form_betreff input, .kontakt .ControlElement_row.form_nachricht textarea, .kontakt .ControlElement_row.form_betreff input {
    width: 100%;
  }

  #KontaktBox .ControlElement_row.form_betreff {
    top: 54px;
  }

  .kontakt .ControlElement_row.form_betreff {
    top: 0;
  }

  #KontaktBox .ControlElement_row.form_nachricht {
    top: 159px;
  }

  .kontakt .ControlElement_row.form_nachricht {
    top: 0;
  }

  .wrap.login .textbox_list {
    width: 50%;
    float: left;
  }

  .wrap.login .textbox_list.login-ads {
    float: none;
  }

  .wrap.login .login-ad {
    margin: 0 20px 20px 0
  }

  .mod_orderform .ControlElement_label {
    display: table-cell;
    width: 180px;
    background: #f8f8f8;
  }

  .mod_orderform .ControlElement_cell {
    display: table-cell;
    padding: 5px 0 0 10px;
  }

  .mod_orderform .ControlElement_label_text {
    padding: 5px 10px;
  }

  .mod_orderform .ControlElement_cell .control_table {
    width: auto;
  }

  .mod_orderform .ControlElement_cell .control_table input {
    width: auto;
  }

  .mod_orderform .ControlElement_cell td.error_message {
    position: static;
    padding: 0 0 0 10px;
  }

  .mod_orderform .ControlElement_cell_text table {
    width: 100%;
  }

  .mod_orderform .form_short_summary .ControlElement_fakerow .ControlElement_label, .mod_orderform .form_summary .ControlElement_fakerow .ControlElement_label {
    display: table-cell;
    width: 204px;
  }

  .mod_orderform .form_short_summary .ControlElement_fakerow .ControlElement_cell, .mod_orderform .form_summary .ControlElement_fakerow .ControlElement_cell {
    display: table-cell;
    width: auto;
  }

  .mod_orderform .form_short_summary .ControlElement_fakerow .ControlElement_cell, .mod_orderform .form_summary .ControlElement_fakerow .ControlElement_cell {
    padding-bottom: 0;
  }

  .impressum_inveda {
    display: block;
  }

  .content .newsbox .news-entry {
    float: left;
    width: 49%;
  }

  .content .newsbox .news-entry:nth-child(even) {
    float: right;
    clear: none;
  }

  .mod_blog_newslist .fad_blog_article {
    width: 50%;
    flex: 0 0 50%;
  }

  .sidebar .mod_blog_newslist .fad_blog_article {
    width: 100%;
    flex: 0 0 100%;
  }

  .index.sidebar .sidebar {
    padding-right: 20px;
  }

  .newsbox article .fad_blog_article_text {
    width: 84%;
    margin-bottom: 10px;
  }

  .content.ima.sync .licence-box .licence-caption {
    width: 20%;
    float: left;
    padding: 31px 0;
  }

  .content.ima.sync .licence-box .licence-description {
    width: 50%;
    padding: 16px;
  }

  .content.ima.sync .licence-box .licence-price {
    width: 30%;
    clear: none;
  }

  .content.ima.sync .licence-box .licence-button {
    width: 25%;
    margin: 0 17px;
    float: right;
    clear: none;
  }

  .content.sitemap_inveda td {
    display: table-cell;
  }

  .news-single .content-main {
    padding-top: 20px;
    width: 60%;
  }

  .news-single .sidebar {
    width: 40%;
    padding-top: 65px;
  }

  .wrap.login #sysmessage {
    width: 500px;
    border: 1px solid #e6ebed;
    background: #fff;
  }

  .wrap.login .login-box {
    max-width: 350px;
  }

  .wrap.login .content-main {
    margin: 60px 0 0;
  }

  .wrap.login .back-link {
    border-radius: 3px 3px 0 0;
    top: -36px;
  }

  .content.homepage-sub .header .top-image #header-image.top-image-text {
    margin-top: 30px;
  }

  .job_content {
    width: 60%;
    padding-right: 20px;
  }

  .fad-job-details {
    width: 40%;
    margin-top: 15px;
  }

  .fad_schema_properties {
    width: 300px;
    float: right;
  }

  .caption_event {
    width: calc(100% - 300px);
    margin-top: 20px;
    margin-right: 20px;
  }

  .fad_description {
    width: calc(100% - 300px);
    padding-right: 20px;
  }

  .fad_update .info {
    display: flex;
    flex-wrap: wrap;
  }

  .fad_update .info::after {
    content: '';
    width: 100%;
  }

  .fad_update .info date, .fad_update .info .requires, .fad_update .info .size {
    flex: 1;
  }

  .fad_update .info .requires {
    order: 1;
  }

  .fad_update .info .size {
    order: 2;
  }

  .fad_update .info .requires + .size {
    text-align: center;
  }

  .fad_update .info date {
    order: 3;
    text-align: right;
  }

  .fad_update .text {
    flex: 3;
    order: 1;
  }

  .fad_update .description {
    flex: 100%;
    order: 5;
  }

  .forum #content-wrapper {
    margin-top: 180px;
    border-top: 1px solid #ccc;
  }

  .forum .content .sidebar {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -30px;
  }

  .forum .content .sidebar ul {
    margin: 0;
    padding: 0;
  }

  #footer #menulist-sysmenu {
    display: block;
    margin: 0 auto;
    padding: 13px 0;
    text-align: right;
  }

  #footer #menulist-sysmenu a {
    margin: 0 20px 0 0;
  }

  #footer .nav-footer-links {
    padding: 0 20px;
  }

  #footer #footer-links ul {
    display: table-cell;
    padding: 0;
  }

  #footer .page-functions {
    float: right;
  }
}

/* Breakpoint > 850px -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 850px) {
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666%;
    width: 66.6666%;
    max-width: 66.6666%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }

  #header-top {
    max-width: 1020px;
  }

  #header-bot-wrapper {
    padding: 20px;
    max-width: 1020px;
    float: none;
    margin: 0 auto;
  }

  #header-bot-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  #header #logo {
    width: 220px;
    float: left;
    margin: 25px 0;
  }

  #header #logo img {
    display: inline;
  }

  #menu {
    float: right;
    padding: 20px 0;
    width: auto;
  }

  #menu a.selected {
    color: #ec8a33;
  }

  #menu ul {
    margin: 0;
    padding: 0;
    background: none;
  }

  #menu ul li.open .toggle-submenu:before {
    display: inline;
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(0);
  }

  #menu ul li.open ul {
    transition: all 0s;
  }

  #menu ul li.open ul li a {
    background: #ec8a33;
  }

  #menu ul li.open ul li a:hover {
    background: #f5a94f;
  }

  #menu ul li a {
    padding: 10px 18px;
    color: #595959;
  }

  #menu ul li:hover a {
    background: #ec8a33;
  }

  #menu ul li:hover ul li:hover a {
    background: #f5a94f;
  }

  #menu ul li.with-sub a {
    padding: 10px 31px 10px 18px
  }

  #menu ul li .toggle-submenu {
    top: -3px;
    color: #595959;
  }

  #menu ul li .toggle-submenu:hover {
    background: transparent;
  }

  #menu ul li.selected .toggle-submenu {
    color: #ec8a33;
  }

  #menu ul ul {
    top: 36px;
  }

  .Slider .caption h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .before_content {
    padding: 0 20px;
  }

  .content-main {
    padding: 0 20px;
  }

  .content .top-image .top-image-text h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .content .top-image .top-image-text .teaser {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .content.homepage-sub .header {
    margin: 0 0 25px;
  }

  .content .newsbox {
    padding: 0;
  }

  .content .ref {
    height: 200px;
    width: 50%;
    margin-bottom: 20px;
  }

  .content .ref-left {
    float: left;
  }

  .content .ref-right {
    float: right;
  }

  .content.homepage-sub .header .top-image #header-image.top-image-text {
    margin-top: 60px;
  }

}

/* Breakpoint > 980px -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 980px) {


  .before_content {
    padding: 0;
  }

  .index.sidebar .sidebar {
    padding-right: 0;
  }

  .content .header .header-text {
    padding: 20px 0 0;
  }

  .content .references .headline-description {
    margin: 10px 0 0 0;
  }

  .mod_orderform {
    padding: 0;
  }

  #KontaktBox {
    padding: 0;
  }

  .sb .content-main, .sb > div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content.ima.sync .licence-box {
    padding: 5px;
  }

  .content.ima.sync .licence-box .licence-caption {
    width: 140px;
    padding: 15px 0;
  }

  .content.ima.sync .licence-box .licence-description {
    width: 520px;
  }

  .content.ima.sync .licence-box .licence-price {
    width: auto;
  }

  .content.ima.sync .licence-box .licence-button {
    width: 200px;
    margin: 23px 10px;
    float: right;
    clear: none;
  }

  .content.ima.sync .licence-box.basis {
    margin-bottom: 5px;
  }

  .mod_update_software_list, .mod_update_tariff_list {
    padding: 0;
  }



  #footer .footer-top {
    width: 980px;
  }

  #footer #menulist-sysmenu {
    width: 980px;
  }
}

/* Breakpoint > 1020px -------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1020px) {
  .content {
    max-width: 1020px;
  }

  .mod_comment_editor .info-main {
    padding: 0;
  }

  .commentlist {
    padding: 0;
  }

  #footer #footer-links {
    width: 980px;
    padding: 30px 0;
  }
}