@font-face {
    font-display: swap;
    font-family: 'DINRegular';
    src: url('../fonts/din-regular-webfont.eot');
    src: url('../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-regular-webfont.woff') format('woff'),
         url('../fonts/din-regular-webfont.ttf') format('truetype'),
         url('../fonts/din-regular-webfont.svg#DINRegular.') format('svg');
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

::selection {
  background: #e7373a;
}
::-moz-selection {
  background: #e7373a;
}

.tm-page {
margin-top: 150px;
}

.pos-rel {
  position: relative;
}

.uk-navbar-sticky {
  margin-top: 50px;
}

.uk-section-primary {
  background: #e30613;
  background-image: -webkit-linear-gradient(top left, #e30613 0%, #f54753 30%, #CC0511 70%, #FF535D 100%);
  background-image: -o-linear-gradient(top left, #e30613 0%, #f54753 30%, #CC0511 70%, #FF535D 100%);
  background-image: linear-gradient(to bottom right, #e30613 0%, #f54753 30%, #CC0511 70%, #FF535D 100%);
}

.activebar-container {
    background-color: #;
    border-bottom: 1px solid #000000;
    color: #000;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
}

div.center {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
/*
.home .uk-button {
  width: 280px;
}
*/
#system-message-container {
  max-width: 1200px;
  margin: 0 auto;
}

#tm-mobile {
  z-index: 2000;
}

.ventilator.fanfinder div#system-message-container {
  position: absolute;
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  top: 338px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.alert-success,
.uk-alert-success {
  background-color: rgba(61,195,114,0.3);
  color: #000;
}

.alert-warning,
.uk-alert-warning {
  background: #fff6ee !important;
  color: #000;
}

.uk-alert-success td,
.uk-alert-danger td {
  background: none !important;
}

.alert-danger,
.uk-alert-danger {
  background-color: rgba(228,78,86,0.3);
  color: #000;
}



.tm-main {
  padding-top: 0;
  position: relative;
  z-index: 0;
  min-height: 1000px;
}

.text-wrap {
  max-width: 762px;
  margin: 0 auto;
}

.ztop {
  position: relative !important;
  z-index: 10 !important;
}


/*** ADMIN ***/

.admin .cck_v_bemessungsfrequenz label {
  margin: 4px 0 0 15px;
}


/*** HOME-HEAD ***/

.uk-logo img {
    width: 300px;
}
/*
h1, h2, .uk-h1, .uk-h2 {
    font-family: 'Oswald', sans-serif;
}
*/
#location h2,
#location h5 {
  margin: 0;
}

#location h5 {
  margin: 0;
}

#grid-home-head .el-meta.uk-margin.uk-text-meta {
    color: #6c6d74;
}

#grid-news {
  border-left: 1px solid #ccc !important;
  padding: 0 0 0 40px;
}

#grid-home-head .el-link.uk-button.uk-button-text.uk-button-small {
	color: #303033;
}

#grid-home-head .uk-grid h1,
#grid-home-head .uk-grid h2,
#grid-home-head .uk-grid h3,
#grid-home-head .uk-grid h4,
#grid-home-head .el-content {
  margin: 0 !important;
}

#grid-home-head .el-content.uk-margin p {
  margin: 5px 0 0 0 !important;
  line-height: 1.3;
}

#grid-home-head p {
  margin: 0 !important;
}

#grid-home-head a.el-link {
  width: auto !important;
}

#grid-home-head .uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
	margin-top: 30px;
}

#home-contact hr {
  border-top: 3px solid #fff;
}

.tm-toolbar, .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
	color: #6c6d74;
}

.navbar .nav > li > .dropdown-menu, .uk-navbar-dropdown {
  padding: 12.5px 25px;
  border-top: 0 !important;
}

.uk-navbar-dropdown .uk-parent > a {
  border-bottom: 1px solid #ccc !important;
}

.uk-nav-sub {
  margin: 0 0 5px 0;
}

.uk-nav-sub .uk-active a {
  color: #e7373a;
}

#page\#1 .uk-grid {
  background: none !important;
}

.home .tm-top {
  margin: 0;
  padding: 0;
}

.uk-sticky {
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 1005;
}

#home-head {
  position: relative;
  background: rgb(255,255,255); /* Old browsers */
  /*
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 36%, rgba(221,221,221,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 36%,rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 36%,rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dddddd',GradientType=0 );
  */
}

#home-head h1,
#home-head h2 {
    color: #fff !important;
}

.form .cck_forms.cck_icon {
  width: auto !important;
  float: left !important;
}

#home-products-motors-img {
  position: absolute;
  left: 70px;
  top: 60px;
}

#home-products-fans-img {
  position: absolute;
  left: 70px;
  top: 60px;
}


/*** TOP-HEAD ***/

.img .uk-section-default {
  background: none;
}

.top {
  background-size: cover;
  background-position: 50% 50%;
  opacity: .1;
  position: absolute;
  top: 155px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  z-index: -1;
}

video {
  width: 100% !important;
  height: auto !important;
}

.img .top.company {
  background-image: url("/images/company_top.jpg");
}

#jobs_joboffers,
#jobs_education {
  margin-top: 20px;
}

.top.career {
  opacity: 0.10;
}

.jobs .uk-section-default {
  background: none;
}

.jobs .uk-article .cck_job_title h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 35px !important;
}

.jobs .uk-article {
  margin: 10px 0 0 0;
}

.jobs .uk-article .cck_h_yourdata {
  margin: 10px 0 0 0;
}

.jobs .uk-article .cck_job_pdf {
  margin: 0 0 20px 0;
}

video.top{
  -webkit-mask-image:
  -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

#home-head > .uk-container {
  z-index: 2;
}

.cck_job_tasks {
  margin: 10px 0 0 0;
}

.mixBlendMode_container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.mixBlendMode {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
  width: 100%;
  height: 100%;

  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.mixBlendMode video {
  z-index: 0;
}

/*** PRODUCTS ***/

div.product,
div.product-icon {
  float: left;
}

div.product-em img {
  margin: -90px auto 50px auto;
}

div.product-vent img {
  margin: 0 auto -30px auto;
}

div.product-icon img {
  margin: -30px 0 50px 20px;
}


/*** COMPANY ***/

#timeline {
  position: relative;
}

.timeline {
  display: inline-block;
  position: relative;
  margin: 0;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 4px;
  background-color: #e7373a;
}
.timeline .entries {
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
.timeline .entries .entry {
  width: calc(50% - 80px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.timeline .entries .entry .body {
  font-family: "DINRegular", sans-serif;
}
.timeline .entries .entry:not(:first-child) {
  margin-top: -60px;
}
.timeline .entries .entry .title {
  font-size: 32px;
  margin-bottom: -10px;
  position: relative;
  color: #2d2e33;
}
.timeline .entries .entry .title:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #e7373a;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
}
.timeline .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  transform: translate(8px, -50%);
}
.timeline .entries .entry .body p {
  line-height: 1.4em;
}
.timeline .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.timeline .entries .entry:nth-child(2n) .title:before {
  left: -63px;
}
.timeline .entries .entry:nth-child(2n) .title.big:before {
  transform: translate(-8px, -50%);
}


/*** BUBBLE COUNT ***/

#circle {
  width: 100px;
	height: 50px;
	background: #e7373a;
  text-align: center;
  display: block;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

.count {
  height: 60px;
  line-height: 48px;
  color:white;
  font-size:25px;
  display: block;
  text-align: center;
}


/*** CCK ***/

.cck_page_list {
  display: inline-block;
  width: 100%;
}

.ventilator .cck_page_searchventilator .form .cck_search.cck_forms.cck_v_button_submit {
	width: auto;
  float: left;
  display: inline-block;
  margin: 0 0 12px 0;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  height: 38px;
  border: 0 !important;
}*/

.cck_content.cck_job_pdf,
.cck_content.cck_job_button {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
}

.cck_form_upload_file .uk-icon {
  margin: 0;
}

#application_file {
  margin: 0;
}

#application_submit:before {
  content: "";
  background: red;
  position: absolute;
  left:10%;
}

.formError {
  width: auto !important;
}

.formError .formErrorContent {
	width: 100%;
	background: #242424;
	position: relative;
	color: #fff;
	min-width: 120px;
	font-family: 'DINRegular';
	font-size: 10px;
	padding: 5px 0 5px 8px;
	text-align: left;
}

#chars-specials {
  font-size: 14px;
}

#chars-specials span {
  font-family: 'DINRegular';
}

.cck_label h5 {
  float: left;
}

/*** DOWNLOADS ***/

#downloads_language input {
  display: none;
}

#downloads_language label {
  font-size: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  height: 22.5px;
  width: 30px;
  opacity: 0.3;
  border: 1px solid #ccc;
  transition: all .3s linear;
}

#downloads_language label:hover {
  opacity: 1;
  transition: all .2s ease-out;
}

#downloads_language > * {
  position: relative;
  top: 0;
}

#downloads_language label.checked {
  opacity: 1;
}

#downloads_language label div {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  margin: 20px 0 0 8px;
}

#downloads_language input[value=de-DE] + label {
  background: url(/images/flags/de.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=en-GB] + label {
  background: url(/images/flags/gb.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=fr-FR] + label {
  background: url(/images/flags/fr.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=es-ES] + label {
  background: url(/images/flags/es.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=it-IT] + label {
  background: url(/images/flags/it.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=nl-NL] + label {
  background: url(/images/flags/nl.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=cs-CZ] + label {
  background: url(/images/flags/cz.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=pl-PL] + label {
  background: url(/images/flags/pl.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=pt-PT] + label {
  background: url(/images/flags/pt.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=ru-RU] + label {
  background: url(/images/flags/ru.svg) 0 0 /  30px 22.5px;
}

#downloads_language input[value=zh-CN] + label {
  background: url(/images/flags/cn.svg) 0 0 /  30px 22.5px;
}

.downloads-list .cck_forms.cck_search.cck_button_submit {
  padding: 0 0 0 0;
}

.cck_page_listjobs {
  display: none;
}

.uk-article .v_cfg {
  display: none;
}

.cck_page_list.downloads.ventilator.ib {
  display: inline-block;
}

.cr-blog .cck-w50 {
  width: 45%;
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 2.5% 0 2.5%;
}

.cr-blog .cck-w50:first-child {
  padding-left: 0;
}

.cr-blog .cck-w50:last-child {
  padding-right: 0;
  border: 0 !important;
}

.jobs .uk-article .cck-line-body,
.jobs .uk-article .cck-line-bottom {
  width: 415px;
  float: left;
}

.jobs .uk-article .cck-pos-bottom-a {
  margin: 30px 0 0 0;
}

.jobs .cck-line-bottom {
  margin: 0 0 0 50px;
}


.cck_page_listdownloads-list {
  margin: 20px auto 0 auto;
  display: grid;
  -ms-display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  -ms-grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.cck_page_listdownloads-list .cck-pos-bottom-a .cck_v_datasheet.cck_upload_file span,
.cck_page_listdownloads-list .cck-pos-bottom-a .cck_v_3d_model.cck_upload_file span {
  padding: 0 20px 0 38px;
}

.cck_page_listdownloads-list .cck-pos-bottom-a .cck_v_datasheet.cck_upload_file span.label,
.cck_page_listdownloads-list .cck-pos-bottom-a .cck_v_3d_model.cck_upload_file span.label {
  padding: 0;
}

.cck_page_listdownloads-list .cck-pos-bottom-a .cck_upload_file span {
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 38px;
}

.downloads-list.ventilators .uk-button {
  width: 100%;
}

.cck_page_listdownloads-list .cck-pos-bottom-a .cck_upload_file p.inner_text {
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.cck_page_listdownloads-list .cck-pos-bottom-a .cck_upload_file span img {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 20px;
}

.cck_page_listdownloads-list .cck-pos-bottom-a .cck_upload_file span.uk-icon {
  margin: 0 0 0 -28px;
  padding: 0;
}

.downloads-list .cck_forms.cck_search.cck_jform_contentlanguage,
.downloads-list .cck_forms.cck_search.cck_download_type,
.downloads-list .cck_forms.cck_search.cck_forms.cck_download_product {
	width: 250px;
}

.downloads-list .cck_page_listdownloads-list .cck_art_title > div {
  width: 75%;
  margin: 0 auto;
}

.cck_page_listdownloads-list h3 {
  margin: 0 !important;
  text-align: left;
}

#jobs h1 {
  margin: 0;
}

.downloads-list select.inputbox {
	/*font-size:11px;
	line-height:1.4;
  font-family:Oswald;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
  margin: 0 0 5px 0;*/
}

.downloads-list h5 {
  margin: 0;
}

.download_top {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1d1d1;
}

#downloads_ventilator {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.download_top  > div {
  padding: 20px;
  border: 1px solid #d1d1d1;
  margin: 1px;
}

.downloads-list.ventilators .cck-pos-bottom-a > div {
  margin: 10px 0 0 0;
}

.downloads-list .cck_page_listdownloads-list > div {
  position: relative;
}

.downloads-list .cck_page_listdownloads-list > div > span.uk-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  background: rgba(255,255,255,0.7);
  padding: 5px;
  border-radius: 50px;
}

.download_top .cck_forms.cck_search {
  margin: auto;
  width: auto;
  float: none;
  display: block;
  background: none;
  padding: 0;
}

.download_top .cck_form_freetext > div {
  padding: 20px 20px 5px 20px;
  background-color: #a5a5a7;
}

.download_top .cck_form_freetext {
  display: grid;
  -ms-display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  -ms-grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  grid-gap: 20px;
  -ms-grid-gap: 20px;
}

.downloads-list .cck_page_listdownloads-list button {
  width: 280px;
}

.downloads-list .cck_page_listdownloads-list hr {
  display: none;
}

select.inputbox:not([class*="input-"]) {
	width: 230px !important;
}

.downloads-list .cck_upload_file,
.downloads-list .cck_value_upload_file  {
	width: 100%;
	float: left;
}

.cck_value_upload_file a {
  display: block;
}

.downloads-list .cck_label_upload_file {
	width: auto;
	float: left;
  margin: 0 20px 0 0;
}

.downloads-list .cck_icon_download {
	width: auto;
	float: left;
	margin: 0 0 0 5px;
}

.downloads.ventilator .cck_downloads_language {
  clear: both;
}

.downloads-list .cck_page_listdownloads-list .cck_art_modified {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 20px 0;
}

.downloads-list .cck-pos-mainbody .cck_download_file a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.downloads-list .cck-pos-mainbody .cck_download_file a:hover {
  background-color: rgba(207,207,207,0.2);
}

.downloads-list .clr {
  clear: both;
}

.downloads-list .cck_content.cck_art_modified .cck_label {
  width: auto;
  float: left;
}

.downloads-list .cck_content.cck_art_modified .cck_value {
  width: auto;
  text-align: center
}

.download_item_1 {
  height: auto;
  margin: 0 0 0 40px;
}

.cck_page_listdownloads-list > div > h2  {
  display: none;
}

/* VENTILATOR Template Downloads */

.cck_page_listdownloads-list .item {
  width: 100%;
  border: 0;
  padding: 0;
  position: inherit;
}

.cck_page_listdownloads-list .ventilator > div:hover {
  width: 100%;
  border: 0;
  padding: 0;
  position: inherit;
}

.cck_page_listdownloads-list .cck_v_title {
  max-width: 70%;
}

.cck_search.cck_checkbox.cck_v_bemessungsfrequenz {
  display: none;
}

.downloads h3,
.downloads h5 {
  margin: 0 0 5px 0;
}

.cck_page_listdownloads-list h2,
.cck_page_listdownloads-list h5 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
}

.cck_page_listdownloads-list .cck_v_producttype {
  position: absolute;
  width: auto;
  right: 10px;
  top: 20px;
  padding: 0 10px 20px 0;
}

.cck_page_search.downloads.ventilator .cck_v_producttype {
  margin: 0;
}

.cck_page_listdownloads-list .cck_v_producttype img {
  float: right;
  width: 70px;
}

/*.cck_page_listdownloads-list .cck_v_datasheet a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}*/

.cck_page_listdownloads-list .cck_v_datasheet a:hover {
  background-color: rgba(207,207,207,0.2);
}



/*** JOBS ***/

.jobs .cck_module_list {
  padding: 0;
  margin: -25px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;

  -webkit-flex-flow: row wrap;
  justify-content: left;
}

.jobs .cck_module_list > div {
  padding: 0;
  margin: 25px;
  max-width: 480px;
  width: auto;
}

.jobs .cck_module_list hr {
  display: none;
}

.cck_job_pdf {
  margin: 0 0 10px 0;
}

.box .el-item {
  border: 5px solid rgba(255,255,255,0.3);
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.box .el-item:hover {
  border: 5px solid rgba(255,255,255,1);
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.box h2.el-title {
  transition: all .2s ease-in-out;
}

h2.title-scale {
  transform: scale(0.8);
  transition: all .2s ease-in-out;
}

.box video {
  transition: all .2s ease-in-out;
  opacity: 0.7;
}

video.video-scale {
  transform: scale(1.1);
  opacity: 1;
  transition: all .2s ease-in-out;
}

.cck_application_form .jq-hide {
  margin: 0 0 0 20px;
}

.jq-hide.hide {
  opacity: 0.5;
}

.cck_page_listjobs > div {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.cck_page_listjobs .cck-line-bottom {
  transition: all .2s ease-in-out;
}

.cck_page_listjobs .cck-line-bottom.active {
  background: rgba(255,255,255,0.9);
  z-index: 9999;
  transition: all 1s ease-in-out;
}

.cck_job_title h2 {
  margin: 0 !important;
}

.cck_job_subtitle h5 {
  margin: 0 0 10px 0;
}

.cck_job_title h3 {
  margin: 0;
  line-height: 1.2;
}

.cck_form_upload_file {

}


/*** FORM BASE ***/

.form .cck-pos-topbody,
.form .cck-pos-sidebody-a,
.form .cck-pos-bottombody,
.form .cck-pos-bottom-b {
  float: left;
  width: 100%;
}

.form .cck_forms {
  margin: 0 20px 20px 0;
}

.form .cck_forms.cck_textarea {
  width: 100%;
  margin: 0 25px 25px 0;
  float: none;
  max-width: 480px;
}

.form .cck_forms.cck_freetext {
  width: 100%;
}

.form .cck_forms.cck_text {
  width: 230px;
}

.form.width-auto .cck_forms.cck_text,
.form.width-auto .cck_forms.cck_select_simple {
  width: auto;
}

.form.form-ib .cck-line-body .cck_forms {
  display: inline-block;
  float: left;
}

.product_img {
  width: 100%;
  float: left;
  margin: 0 30px 0 0;
}

.form .cck_forms.cck_product_img {
  width: auto;
}

.cck_mr_replacement,
.cck_motor_serialnumber,
.cck_motor_serialnumber2 {
  width: auto !important;
  float: left;
}

.form input,
.form input.inputbox {
  padding: 10px;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

#application_file {
  border: 0;
}

#application_file input {
  padding: 0;
}

.form select {
  padding: 0 10px;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-family: 'DINRegular';
  font-weight: 500;
  letter-spacing: 0px;
}

.ui-menu .ui-menu-item {
  font-size: 16px;
  font-family: 'DINRegular';
  font-weight: 500;
  letter-spacing: 0px;
}


.form textarea.inputbox {
  font-family: 'DINRegular';
  border: 1px solid #d1d1d1;
  max-width: 100%;
  width: auto;
  min-width: 350px;
}


/*** EM_cfg ***/

.cck-m50 {
  float: left;
  width: 50%;
}

.form.em_cfg #cck1r_m100.cck-m100 {
  margin: 0 !important;
}

.cck-line-right {
  float: left;
  width: 350px !important;
  margin: 0 0 0 40px !important;
  padding: 0 0 0 40px;
  border-left: 1px solid #ccc;
}

.cck_product_img div.elektromotor-img img {
  margin: -60px 0 20px 0;
}

.product_img > div {
  overflow: hidden;
}

.fg.em_cfg .product_img img {
  margin: -80px 0 20px 0;
}

.lg.em_cfg .product_img img {
  margin: -60px 0 20px 0;
}

.form input.inputbox:focus {
  border-color: #e7373a !important;
  border-width: 2px;
}

.form .cck_forms.cck_bemessungsleistung,
.form .cck_forms.cck_bemessungsspannung,
.form .cck_forms.cck_bemessungsdrehzahl,
.form .cck_forms.cck_bemessungsfrequenz {
  float: left;
}


/*** V_cfg ***/

.v_cfg .cck-m50 {
  float: left;
  width: 50%;
}

div#cck37_m100.cck-m100 {
  margin: 0 !important;
}

.v_cfg .cck-line-right {
  float: right;
  width: 50% !important;
  margin: 0 !important;
}

.ventilator .tm-main .uk-container,
.ventilator .tm-main .uk-container .uk.grid {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.v_cfg .cck_forms.cck_search.cck_v_h1,
.v_cfg .cck_forms.cck_search.cck_v_productimg {
  width: 100%;
  margin: 0;
}

.v_cfg .cck_v_h1 h1 {
  color: #fff;
  margin: 0;
}

.ventilator .cck_page_searchventilator .v_cfg {
  width: 100%;
  max-width: 100%;
}

.ventilator .cck-pos-mainbody.seb_css3 {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: visible;
  color: #fff;
  padding: 0;
  border-radius: 0;
  background: #e30613;
  background-image: -webkit-linear-gradient(top left, #e30613 0%, #f54753 30%, #CC0511 70%, #FF535D 100%);
  background-image: -o-linear-gradient(top left, #e30613 0%, #f54753 30%, #CC0511 70%, #FF535D 100%);
  background-image: linear-gradient(to bottom right, #e30613 0%, #f54753 30%, #CC0511 70%, #FF535D 100%);
}

.main_filter {
  float: left;
  border-bottom: 1px dashed rgba(255,255,255, 0.9);
  margin-bottom: 12px;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
}

.checkbox_filter {
  clear: both;
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
  padding: 3px 0 0 0;
}

.cck_vform_converter_start input {
  margin: -5px 15px 0 5px;
  width: 100%;
  display: block;
  float: left;
  clear: both;
  line-height: 25px;
}

.checkbox-large {
  position: relative;
  margin: 0 0 15px 0;
}

fieldset input {
  margin: 2px 0 15px 0;
}

fieldset label {
  margin: 0 15px 0 30px;
  display: block;
}

.cck_vform_converter_start label {
  width: 100%;
  display: block;
}

.cck_label h3 {
  margin: 0 0 10px 0;
}

.form .cck_forms.cck_checkbox,
.form .cck_forms.cck_radio {
  margin: 0 20px 20px 0;
}

.v_cfg .cck-pos-mainbody.seb_css3 h4 {
  margin: 10px auto auto auto;
  color: #fff !important;
}

.v_cfg .cck-pos-bottombody {
  display: inline-block;
}

.ventilator .cck_page_searchventilator .cck-pos-bottombody {
  position: relative;
}

.ventilator .cck_page_searchventilator .cck-pos-bottombody button {
  width: 200px;
}

.ventilator .cck_page_searchventilator .cck-pos-bottombody .cck_forms.cck_v_button_submit,
.ventilator .cck_page_searchventilator .cck-pos-bottombody .cck_forms.cck_v_button_reset {
  margin: 0;
}

/*.cck_v_button_submit button::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  background-image: url("/images/fanfinder_icon_white.svg");
}*/

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

fieldset[disabled=""] {
  opacity: 0.5;
  transition: all .2s ease-in-out;
}

.fanfinder #v_bemessungsfrequenz {
  margin-top: 8px;
}

.fanfinder #v_bemessungsfrequenz input {
  display: none;
}

.cck_value_text,
.cck_value_select_simple,
.cck_value_checkbox,
.cck_value_radio,
.cck_value_jform_user,
.cck_value_jform_calendar {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
  display: inline-block;
}

.cck_text,
.cck_select_simple {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
}

.cck_label_text,
.cck_label_select_simple {
  font-family: 'DINRegular', sans-serif;
  font-weight: normal;
  display: block;
}

.fanfinder #v_bemessungsfrequenz label {
  font-size: 20px;
  margin: 0 7px 0 0 !important;
  padding: 5px;
  font-family: 'Oswald', sans-serif;
  color: #f5f5f7;
  display: inline-block;
  line-height: 23px;
  border-radius: 5px;
  height: 23px;
  background-color: rgba(255,255,255, 0.3);
}

.fanfinder #v_bemessungsfrequenz label[for=v_bemessungsfrequenz2] {
  display: block;
}

.fanfinder #v_bemessungsfrequenz label.checked {
  position: relative;
  color: #e30613;
  background-color: rgba(255,255,255, 0.8);
}
/*
#v_bemessungsfrequenz label.checked::before{
  content: "";
  width: 100%;
  height: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: -1;
  border-radius: 5px;
  background-color: rgba(255,255,255, 0.8);
}*/

select.inputbox.select {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.ventilator .cck_page_searchventilator .form .cck_forms.cck_v_particle {
  margin: 0 5px 0 0;
}

.cck_v_particle .cck_label_checkbox {
  width: 125px;
  line-height: 18px;
  margin-top: -14px;
}

.ventilator .cck_page_searchventilator .form .cck_forms.cck_v_frequency_converter,
.ventilator .cck_page_searchventilator .form .cck_forms.cck_v_particle,
.ventilator .cck_page_searchventilator .form .cck_forms.cck_v_frequency_converter_controlled {
  height: auto;
}


.cck_v_frequency_converter_controlled .cck_label_checkbox {
  width: 125px;
  line-height: 18px;
  margin-top: -14px;
}

.cck_v_frequency_converter .cck_label_checkbox {
  width: 150px;
}

fieldset#v_particle label,
fieldset#v_frequency_converter label,
fieldset#v_frequency_converter_controlled label {
  display: inline-block;
  margin: 1px 0 0 5px;
  font-size: 17px;
  font-family: 'DINRegular', sans-serif;
}

.ventilator .cck-pos-bottombody div {
  width: auto;
  margin: 0 auto auto auto;
  display: block;
}

.ventilator .cck_page_searchventilator .form .cck_forms.cck_v_description {
  height: auto;
}

.ventilator .cck_page_searchventilator .form .cck_forms.cck_v_description span {
  float: left;
  margin: 2px 5px 0 0;
}

.cck_forms.cck_search {
  width: auto;
  display: inline-block;
}

.fanfinder .cck_forms.cck_search {
  float: left;
}

.ventilator .cck_page_searchventilator .form .cck_forms {
  margin: 0 25px 0 0;
  display: block;
}

.cck_page_searchventilator h1 {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 27px;
}

div.checkboxes .uk-checkbox, div.checkboxes .uk-radio, div.checkboxes input[type="checkbox"]:not([class*="uk-"]), div.checkboxes input[type="radio"]:not([class*="uk-"]) {
    margin-top: -8px;
    border-color: rgba(255,255,255, 0.9);
    float: left;
    margin: 3px 0 0 0;
}

.uk-checkbox, .uk-radio, input[type="checkbox"]:not([class*="uk-"]), input[type="radio"]:not([class*="uk-"]) {
  border: 1px solid #d1d1d1;
  float: left;
  margin: 3px 0 0 0;
}

.ventilator .cck_forms.cck_search.cck_v_volumenstrom_unit {
  margin: 26px 25px 0 -60px;
  width: 100px;
}

.ventilator .cck_forms.cck_search.cck_text.cck_v_op_d{
  width: 140px;
  height: 76px;
}

.ventilator .cck_forms.cck_search.cck_text.cck_v_op_v {
  width: 115px;
}

.ventilator .cck_forms.cck_search.cck_text.cck_v_op_v {
  margin-right: 0;
}

.ventilator .cck_forms.cck_search.cck_text.cck_v_op_v .cck_label {
  width: 150px;
}

.ventilator .cck_forms.cck_search.cck_text.cck_v_op_d input,
.ventilator .cck_forms.cck_search.cck_text.cck_v_op_v input {
  color: #e7373a;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-top: 0;
  display: block;
  float: left;
  width: 115px !important;
}

.cck_v_op_d .cck_form span,
.cck_v_op_v .cck_form span {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  padding: 4px 3px 0px 5px;
  width: auto;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  margin: 0 0 0 -1px;
}

.cck_v_op_v_unit {
  margin: 26px 25px 0 5px !important;
  height: 49px;
}

.cck_v_op_v_unit select.small:not([class*="input-"]) {
  font-family: 'Oswald', sans-serif;
  width: 85px !important;
  padding: 0 5px;
}

.ventilator .cck_forms.cck_search.cck_text.cck_v_bemessungsfrequenz{
  width: 180px;
}

input.inputbox.text.x-small,
select.inputbox.select.x-small {
  width: 45px !important;
}

input.inputbox.text.small,
select.inputbox.select.small {
  width: 65px !important;
}

input.inputbox.text.small-medium,
select.inputbox.select.small-medium {
  width: 85px !important;
}

input.inputbox.text.medium {
  width: 150px !important;
}

input.inputbox.text.medium-large {
  width: 250px !important;
}

input.inputbox.text.large {
  width: 400px !important;
  max-width: none !important;
}

.form .cck_forms.cck_text.cck_complaint_typ {
    width: auto;
}

select.small:not([class*="input-"]){
  width: 55px !important;
}

select.inputbox.select.medium {
  width: 190px !important;
}

.form .cck_forms.cck_text.cck_vform_vstrom {
  margin-bottom: -1px;
}

.ventilator .cck_page_listventilator {
  padding: 0;
  margin: 0;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;

  -webkit-flex-flow: row wrap;
  justify-content: left;
}

.ventilator .cck_page_listventilator > div {
  padding: 0;
  margin: 20px 20px 0 0;
  max-width: 350px;
  width: auto;
  display: inline-block;
}

.cck_v_graph {
  max-width: 100%;
}

.ventilator .cck_page_listventilator > div:nth-child(5n) {
  margin: 20px 0 0 0;
}


/*
.ventilator .cck_page_listventilator {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns:  repeat( 3, 1fr );
  -ms-grid-rows: 270px 270px 270px 270px;
      grid-template-rows: repeat( 3, 270px );
  grid-gap: 30px;
}
*/

.ui-tooltip {
  font: normal 14px "DINRegular", Sans-Serif;
  line-height: 20px;
  color: #fff;
  border: none !important;
  background: rgb(36, 36, 36);
  padding: 5px 10px 5px 8px;
  box-shadow: none;
}

.ventilator .cck_page_listventilator > div > div.v_cfg {
  height: auto;
  display: inline-block;
  float: left;
  padding: 20px;
  border: 1px solid #cfcfcf;
}

.ventilator .cck_page_listventilator hr {
  display: none;
}

.ventilator .cck_page_listventilator > div > h2  {
  display: none;
}

.ventilator .cck_page_listventilator h2 {
  margin: 0;
  display: block;
  overflow: hidden;
}

.ventilator .cck_page_listventilator .cck-pos-mainbody {
  display: inline-block;
}

.v_cfg .cck-pos-mainbody .cck_content.cck_v_title {
  border: 0;
  max-width: 230px;
  display: block;
}

.cck_contents,
.complaint.view .cck-pos-mainbody .cck_content.cck_jform_calendar,
.complaint.view .cck-pos-mainbody .cck_radio,
.cck_item {
  display: inline-block;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-family: 'DINRegular';
}

.cck_wysiwyg_editor {
  border: 0;
  margin: 20px 0 0 0;
}

.cck_content.cck_text.cck_v_title {
  border: 0;
}

.cck_v_m_bemessungsleistung {
  margin-top: 0;
}

.cck_label {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 5px 0 0;
  font-family: 'DINRegular';
  line-height: 20px;
}

.cck_label_group_x {
  display: block;
}

.v_cfg .cck-pos-mainbody .cck_content .cck_value {
  display: inline-block;
  height: auto;
  width: auto;
  font-family: 'DINRegular';
  color: #2d2e33;
}

.v_cfg .cck-pos-mainbody .cck_content .cck_value.cck_value_button_free {
    width: 100%;
}

.v_cfg .cck-pos-mainbody .item_left {
  width: 70%;
  float: left;
}

.v_cfg .cck-pos-mainbody .item_right {
  width: 30%;
  float: right;
}

.v_cfg .cck-pos-mainbody .item_1 {
  height: auto;
  margin: 23px 0;
  display: inline-block;
  width: 100%;
}

.cck_page_listdownloads-list .item_1 {
  height: 20px;
}

.cck_page_listventilator .v_cfg .cck-pos-mainbody .item_1 {
  display: none;
  opacity: 0;
}

.wrap {
  float: left;
  width: auto;
  display: inline-block;
}

.uk-article .cck-pos-mainbody .cck_content.cck_content.cck_v_producttype  {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  border: 0;
  margin: 20px;
}

.cck-pos-mainbody .cck_content.cck_content.cck_v_producttype  {
  position: absolute;
  top: 0;
  right: -13px;
  width: auto;
  border: 0;
  margin: 0;
  height: 90px;
}

.cck_v_producttype img {
  width: 90px;
  display: inline-block;
}

.cck_v_producttype.small img {
  width: 70px;
}

.popup-overlay-mp,
.popup-overlay-thx {
  display: block;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.9);
  transition: all .2s ease-in-out;
}

.popup-content-mp {
  visibility: hidden;
  position: fixed;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-content-thx {
  visibility: hidden;
  position: fixed;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.margin-s  {
  margin: 0 0 10px 0 !important;
}

.popup-content-mp h2  {
  margin: 0 0 10px 0 !important;
}

.popup-content-mp img {
  width: 100px;
}

.popup-content-mp > div {
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 5px;
  cursor: pointer;
  background-color: #fff;
  transition: all .2s ease-in-out;
}

.popup-content-mp > div:hover {
  border-color: #2d2e33;
  transition: all .2s ease-in-out;
}

#vform_mountingpos {
  cursor: pointer;
  background: #f7f7f7 !important;
  color: #6c6d74;
  webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.notclickable {
  background: #f7f7f7 !important;
  color: #6c6d74;
  webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ventilator-requests .form .cck_forms.cck_vform_mountingpos {
  margin: 50px 0 0 0;
}

.ventilator-requests .form .cck_forms.cck_v_op_d {
  margin: 0 0 50px 0;
}


.form input.inputbox.notclickable:focus {
  border-color: #e7373a !important;
}

#vform_mountingpos:hover {
  background: #fff;
  color: #2d2e33;
}

.popup-content-mp .btn-mp {
  float: none;
  display: flex;
  justify-content: center;
  clear: both;
}

.popup-content-mp .btn-mp .uk-button {
  width: auto;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
}

.inactive span {
  cursor: not-allowed !important;
  opacity: 0.3 !important;
  transition: all .2s ease-in-out;
}

*[disabled=''],
*[disabled=''] * {
  cursor: not-allowed !important;
}

.popup-content-mp > div {
  position: relative;
}

.popup-content-mp > div.inactive:hover {
  border-color: #ccc;
}

.cck_v_anfrage_inkl_fu.inactive:before, .cck_v_anfrage_inkl_fu.inactive:after {
  width: 55%;
  margin-top: 70px;
}

.cross:before, .cross:after {
    position: absolute;
    content: '';
    background-color: rgba(255, 0, 0, 0.8);
    display: block;
    width: 100%;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cross:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.material-icons,
.fas {
  top: 0;
  left: -24px;
  position: absolute;
}

.fas {
  top: 5px;
}

.popup-overlay-mp.active{
  visibility: visible;
  opacity: 1;
  transition: all .2s ease-in-out;
}

.popup-content-mp.active {
  visibility: visible;
}

.v_cfg .uk-button {
  width: 100%;
}

.v_cfg .uk-button p {
  margin: 0;
  line-height: 25px;
  padding: 7px 0;
}

.v_cfg .cck_content.cck_v_anfrage,
.v_cfg .cck-pos-bottom-a .cck_content.cck_upload_file,
.v_cfg .cck_content.cck_online_shop_available,
.v_cfg .cck_v_moredownloads {
  margin: 0 0 10px 0;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_fu,
.v_cfg .cck_content.cck_v_anfrage_exkl_fu {
  margin: 0 0 10px 0;
  float: left;
  width: 143px;
  height: 116px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_an,
.v_cfg .cck_content.cck_v_anfrage_exkl_an {
  margin: 0 0 10px 0;
  cursor: pointer;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_an .uk-button,
.v_cfg .cck_content.cck_v_anfrage_exkl_an .uk-button {
  line-height: 15px;
  padding: 15px;
}

.v_cfg .cck_content.cck_v_anfrage_exkl_fu {
  border-right: 1px solid #cfcfcf;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_fu img,
.v_cfg .cck_content.cck_v_anfrage_exkl_fu img {
  width: 90px;
  transition: all 0.2s ease-out;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_fu img:hover,
.v_cfg .cck_content.cck_v_anfrage_exkl_fu img:hover {
  width: 100px;
  margin-top: -5px;
  transition: all 0.2s ease-in;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_fu div,
.v_cfg .cck_content.cck_v_anfrage_exkl_fu div,
.v_cfg .cck_content.cck_v_anfrage_inkl_an div,
.v_cfg .cck_content.cck_v_anfrage_exkl_an div {
  font-family: 'Oswald', sans-serif;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_fu .uk-button,
.v_cfg .cck_content.cck_v_anfrage_exkl_fu .uk-button {
  font-size: 11px;
  padding: 0;
}

.v_cfg .cck_content.cck_v_anfrage_inkl_fu .uk-button {
  font-size: 11px;
  padding: 0;
}

.ventilator .cck_content.cck_v_anfrage_inkl_fu.inactive .uk-button {
  cursor: not-allowed;
}

.not_available span,
.not_available {
  text-decoration: line-through !important;
  opacity: .5;
}

.not_available span:hover {
  text-decoration: line-through !important;
  opacity: .5;
  background-color: #f7f7f7;
  color: #6c6d74;
  border: 1px solid transparent;
}

.not_available:hover {
  text-decoration: line-through !important;
  opacity: .5;
  background-color: #8fce48;
  color: #fff;
  border: 1px solid transparent;
}

.v_cfg .cck-pos-mainbody .cck_content.cck_v_datasheet,
.v_cfg .cck-pos-mainbody .cck_v_3d_model,
.v_cfg .cck-pos-mainbody .cck_content.cck_v_moredownloads {
  border: 0;
}

.v_cfg .cck-pos-mainbody .cck_v_datasheet .cck_value,
.v_cfg .cck-pos-mainbody .cck_v_3d_model .cck_value,
.v_cfg .cck-pos-mainbody .cck_v_moredownloads .cck_value {
  display: block !important;
}

.v_cfg  .cck_content.cck_art_catid .cck_value {
  display: none;
}

.v_cfg  .cck_content.cck_v_bemessungsfrequenz,
.v_cfg  .cck_content.cck_v_fu_frequenz {
  width: 100%;
  border: 0;
  height: 35px;
  margin: -5px 0 0 0;
}

#v_bemessungsfrequenz > div,
#v_producttype > div {
  display: inline-block;
}

fieldset#v_producttype {
  font-weight: bold;
}

.cck_content.cck_v_bemessungsfrequenz .cck_value,
.cck_content.cck_v_fu_frequenz .cck_value {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
	line-height: 1.4;
  color: #2d2e33;
  margin: 0 5px 0 0;
}

.cck_content.cck_v_fu_frequenz .cck_value,
.cck_content.cck_v_bemessungsfrequenz .cck_value {
  line-height: 14px;
}

.v_cfg   .cck_contents {
  line-height: 1.5em;
}

.ventilator .cck_page_searchventilator .cck_forms.cck_v_op_dmax,
.ventilator .cck_page_searchventilator .cck_forms.cck_v_op_vmax,
.ventilator .cck_page_searchventilator .cck_forms.cck_art_tags,
.ventilator .cck_page_searchventilator .cck_forms.cck_v_producttype,
.ventilator .cck_page_searchventilator .cck_forms.cck_art_alias {
  display: none;
}

.ventilator .cck_page_searchventilator .cck_forms.cck_art_alias {
  display: none;
}

.cck-pos-bottombody div.cck_v_anfrage_inkl_fu,
.cck-pos-bottombody div.cck_v_anfrage_exkl_fu {
  display: none;
}

/*.cck_v_op_dmax .cck_value,
.cck_v_op_vmax .cck_value,*/
.cck_v_m_bemessungsleistung .cck_value,
.cck_v_weight .cck_value,
/*.cck_v_op_dmax span,
.cck_v_op_vmax span,*/
.cck_v_m_bemessungsleistung span {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
}

.uk-icon {
    cursor: pointer;
    z-index: 999;
}

span.uk-icon[uk-icon="icon: triangle-up"] {
    color: #8fce48;
    fill: #8fce48;
}

span.uk-icon[uk-icon="icon: triangle-down"] {
    color: #faa05a;
    fill: #faa05a;
}

span.uk-icon[uk-icon="icon: triangle-up"],
span.uk-icon[uk-icon="icon: triangle-down"] {
  position: relative;
  top: -2px;
  vertical-align: bottom;
}

.uk-article .v_cfg > div > div > div > div > div.cck-pos-mainbody {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.cck_page_listventilator .item {
  width: 100%;
  margin: 0;
  float: left;
  display: inline-block;
  border:  0;
  padding: 0;
}
/*
.item .cck_v_title .cck_value,
.item .cck_v_bemessungsfrequenz .cck_value {
  float: none;
}

.item .cck_value {
  float: right;
}
*/
.cck_page_listventilator .item_form {
  width: 60%;
  float: left;
}

.cck-pos-mainbody .cck_content.cck_v_form  {
  border: 0;
}

.fanfinder_bg {
  height: 74;
  background-color: #f5f5f7;
  margin: 0 auto 10px auto !important;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.ventilator .cck-pos-mainbody .cck_content.price_1year {
  border: 0;
}

.cck_search.cck_v_h1 > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tt.gt {
  position: relative;
  top: 1px;
}

.tt.gt::before {
  content: '';
  position: absolute;
  right: -120px;
  top: -79px;
  width: 100px;
  height: 100px;
  background-image: url('/images/gt_animation.gif');
  background-size: 100px 100px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in;
  border: 1px solid #6c6d74;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

.video-tooltip,
.media-tooltip {
  position: relative;
}

.video-tooltip:hover:before,
.media-tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-out;
}

.video-tooltip::before,
.media-tooltip::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in;
  border: 1px solid #6c6d74;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  z-index: 999;
}

.cck_fmea_probability_occurrence .media-tooltip::before {
  width: 443px;
  height: 985px;
  background-image: url('/images/intern/ew-info.png');
  background-size: 443px 985px;
}

.video-tooltip.serialnumbers::before {
  width: 960px;
  height: 540px;
  background-image: url('/videos/intern/reklamationsmanagement/eingabe_seriennummer.gif');
  background-size: 960px 540px;
}

.video-tooltip.create-complaint::before {
  width: 960px;
  height: 540px;
  background-image: url('/videos/intern/reklamationsmanagement/reklamation_anlegen.gif');
  background-size: 960px 540px;
}

.uk-nav .fanfinder {
  position: relative;
  margin-left: 23px;
  font-style: italic;
  line-height: 19px;
  font-weight: 500;
}

.uk-nav .fanfinder::before {
  display: block;
  content: '';
  position: absolute;
  left: -23px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url('/images/fanfinder_icon.svg');
  background-size: 20px 20px;
}

.tt.gt:hover:before {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-out;
}

.cck_v_anfrage_inkl_fu {
  position: relative;
}

.fade {
  background-color: rgba(,.5);
}
/*
.cck_v_anfrage_inkl_fu::before {
  content: '';
  position: absolute;
  right: 0;
  top: -79px;
  width: 100px;
  height: 100px;
  background-image: url('/images/hr_inv.png');
  background-size: 100px 100px;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  border: 1px solid #6c6d74;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}

.cck_v_anfrage_inkl_fu:hover:before {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}*/

.v_logo {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.v_desc {
  display: inline-block;
  float: left;
  min-width: 250px;
  text-align: left;
  color: #6c6d74;
  font-family: 'DINRegular';
  margin: 25px 0 0 0;
}

/*
div.v_cfg:hover {
  background-color: #e7373a;
  cursor: pointer;
}

div.v_cfg:hover h2,
div.v_cfg:hover  {
  color: #fff !important;
}*/


/***  Ventilator Item ***/

.uk-article .v_cfg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.uk-subnav,
.uk-pagination {

  max-width: 1200px;
  margin: 0 auto;
}

.uk-pagination > * {
  padding: 0;
}

.uk-article {
}
/*
.uk-child-width-1-2\@m.uk-grid {
  margin-top: 60px !important;
}
*/
.uk-article-meta {
    margin: 0 0 5px 0;
}

.uk-article .uk-margin-medium {
  margin: 0 !important;
}

.uk-article .cck-pos-mainbody {
  line-height: 30px;
}

.uk-article .cck-pos-mainbody .cck-pos-bottom-b {
  margin: 0 0 43px 0;
}

.cck_v_title h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin: 0;
}

.v_listlabel {
  width: 100%;
  height: 27px;
  padding: 10px 0 5px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #efefef;
  text-align: center;
  cursor: pointer;
}

.v_listlabel .uk-icon,
.price_1year .uk-icon {
  position: relative;
  top: -2px;
}

.v_listlabel h5 {
  font-family: 'Oswald', sans-serif;
}

.type_title {
  font-family: 'DINRegular', sans-serif;
  display: block;
  margin: -10px 0 0 0;
}

.cck_page_items .table .type_title {
  margin: 0;
}

.cck_page_list.downloads .type_title {
  margin: 0;
}

.type_title h2 {
  font-family: 'DINRegular', sans-serif;
  margin: 0;
}

.type_subtitle {
  font-family: 'DINRegular', sans-serif;
  display: block;
  margin: -5px 0 5px 0;
  line-height: 18px;
}

.uk-article .v_cfg > div > div > div > div > div.cck-pos-mainbody {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
}

.item {
  width: 30%;
  margin: 0 5% 0 0;
  float: left;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
}

.cck_page_listventilator ul {
  font-family: 'DINRegular';
  height: 80px;
  margin: 10px 0 0 0;
  padding: 0 0 0 25px;
  position: relative;
  list-style-type: none;
  cursor: pointer;
}

.cck_page_listventilator li {
  position: relative;
}

/*
.cck_page_listventilator ul::before {
  position: absolute;
  content: '✓';
  top: 0;
  left: 0;
}*/

.item_form {
  width: 60%;
  float: left;
}

.cck-pos-mainbody .cck_content.cck_v_form  {
  border: 0;
}

.ventilator #system .cck-pos-bottombody {
  display: inline-block;
  width: 100%;
}

.cck_content {
  font-family: 'DINRegular';
  width: 100%;
  display: inline-block;
}

.cck_content .cck_value {
  font-family: 'DINRegular';
  color: #2d2e33;
}

.uk-button-secondary:hover,
.uk-button-secondary:active,
.uk-button-default:hover {
  background: rgba(255,255,255,0.7) !important;
  color: #000 !important;
}


/*** MOBILE CUSTOMIZATION ***/

@media only screen and (max-width: 961px) {

#home-head h1,
#home-head h2 {
    color: #000 !important;
}

#grid-news {
  margin-top: 40px;
}

.cck_page_searchventilator .v_cfg.cck-pad-8 {
    padding: 0 !important;
  }
.v_cfg.cck-pad-8 {
  padding: 20px !important;
}

#downloads-list .v_cfg.cck-pad-8 {
  padding: 0 !important;
}

.form .cck-m50 {
  float: left !important;
  width: 100% !important;
}

.cck-line-right {
  float: left !important;
  width: 50% !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.item {
  width: auto;
  margin: 0;
}

.item_form {
  margin-top: 20px;
}

.cck_page_listjobs > div {
  width: 100%;
}

.cck_job_title {
    height: auto;
}

.cck_job_title .cck_value {
  position: relative;
}

.cck_job_title h2 {
  display: inline-block;
}

.cck_job_title h3 {
  margin: 0 0 10px 0;
}

.tm-top {
  padding: 0;
}

.top {
  top: 80px;
  }

.jobs .cck-line-bottom {
  margin: 0;
}

.cck_forms.cck_search.cck_downloads_language,
.cck_forms.cck_search.cck_v_sort {
  float: left !important;
  margin: 0 15px 0 0 !important;
}

.expand {
  display: none;
}

#demh-bar {
  height: 110px !important;
}

.uk-sticky {
  top: 110px !important;
}

.uk-navbar-sticky {
  margin-top: 0 !important;
}

.tm-page {
  margin-top: 210px !important;
}

.slide-down-img {
  display: none !important;
  opacity: 0 !important;
  transform: none !important;
  transition: none !important;
}

/* zusätzlich Hover überschreiben */
a:hover .slide-down-img {
  opacity: 0 !important;
  transform: none !important;
}

}


@media only screen and (max-width: 571px) {

#home-head h1,
#home-head h2 {
    color: #000 !important;
}


.transition {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.ventilator .cck_page_searchventilator .form .cck_search.cck_forms.cck_v_button_submit {
  margin: 15px 0 20px 0;
  clear: both !important;
}

}

@media only screen and (max-width: 401px) {

.transition {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

}


#footer .uk-position-cover {
  background-color: rgba(255,255,255,0.7) !important;
}

#footer .el-item a {
  font-size: 12px;
}

.tm-header-mobile .uk-logo img {
    width: 250px;
}


/**** LOADING ****/

.loader-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em !important;
  height: 2.5em !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #e7373a;
  font-size: 10px;
  margin: 10px auto 10px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 6;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


img.zoom {
    height: auto;
    cursor: pointer;
    max-width: 309px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
}

img.transition {
    z-index: 1;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    cursor: crosshair;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
}

.transition-hr {
    z-index: 999;
    overflow: visible;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
}

.ventilator .cck_page_listventilator .v_cfg:hover,
.home #grid-home-head .uk-button-danger:hover,
.focus .uk-button-danger {
  display: block;
  box-shadow: 0 0 0 rgba(227,6,19, 0.4);
  animation: pulse 1.5s infinite;
}

#grid-home-head .uk-button-primary {
  background-color: #8fce48 !important;
  color: #fff !important;
}

.opacity-pulse {
  animation: opacity-pulse 1.5s infinite;
}

@keyframes opacity-pulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity-pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

.pulse:hover {
  display: block;
  box-shadow: 0 0 0 rgba(227,6,19, 0.4);
  animation: pulse 1.5s infinite;
}

.pulse-alert {
  display: block;
  box-shadow: 0 0 0 rgba(227,6,19, 0.4);
  animation: pulse 1.5s, textpopout 2s;
}

.pulse-white:hover {
  box-shadow: 0 0 0 rgba(227,6,19, 0.4);
  animation: pulse-white 1.5s infinite;
}

.pulse-white {
  animation: none;
}
/*
.werke-info {
  position: relative;
  margin-top: -650px;
  margin-bottom: 160px;
  background: none;
  padding: 0;
}
*/
/*
.home .uk-link-muted {
  position: relative;
}

.home .uk-link-muted::before {
  content: '';
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-57%);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  width: 70px;
  height: 70px;
  display: block;
  box-shadow: 0 0 0 rgba(227,6,19, 0.4);
  animation: pulse 1.5s infinite;
}
*/
.uk-button {
  position: relative;
  z-index: 10;
}

.label {
  border: 0;
}

.ventilator .cck_page_listventilator .v_cfg,
.uk-button-danger {
  animation: none;
}

.cck_v_button_submit .uk-button-danger:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227,6,19, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(227,6,19, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227,6,19, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(227,6,19, 0.4);
    box-shadow: 0 0 0 0 rgba(227,6,19, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(227,6,19, 0);
      box-shadow: 0 0 0 10px rgba(227,6,19, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(227,6,19, 0);
      box-shadow: 0 0 0 0 rgba(227,6,19, 0);
  }
}

@-webkit-keyframes textpopout {
  0% {
    font-size: 100%;
  }
  20% {
      font-size: 110%;
      color: #000;
  }
  100% {
      font-size: 100%;
  }
}
@keyframes textpopout {
  0% {
    font-size: 100%;
  }
  20% {
      font-size: 110%;
      color: #000;
  }
  100% {
      font-size: 100%;
  }
}

@-webkit-keyframes pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227,6,19, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}


/**** COOKIE alert ****/

#module-108 {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 999;
}

#close-alert {
  margin-top: 20px;
}

.popup-overlay {
  position: fixed;
  display: none;
  visibility: visible;
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: 100%;
  padding: 25%;
  background: rgba(255,255,255, 0.9);
  transition: visibility 0.5s, opacity 0.5s linear;
}

 /*
.plg_system_eprivacy_module  {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.plg_system_eprivacy_module button  {
  margin-right: 5px;
}

.cookie  {
  background:#e4e5ea;
}

.popup-inner {
  margin: 50px;
}

.popup-overlay h3 {
  margin: 0 0 20px 0;
}
*/

.cookiehint {
  width: 100%;
  background: #e4e5ea;
  bottom: 0;
  position: fixed;
  z-index: 9999;
}

.ventilator .cookiehint .uk-button {
  width: 230px;
}


#redim-cookiehint {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.cookiecontent {
  margin: 0 20px 10px 0;
}

/**** EN ****/

.cck_page_searchventilator .cck-pos-mainbody .cck_v_op_d label.en,
.cck_page_searchventilator .cck-pos-mainbody .cck_v_op_v label.en {
  display: block;
  line-height: 15px;
  margin-top: 6px;
}

.cck_page_searchventilator .cck-pos-mainbody .cck_forms label {
  display: block;
}

.grid {
  display: grid !important;
}

.cck_page_listdownloads-list,
.ventilator #downloads_ventilator,
.ventilator .cck_page_listventilator {
  display: none;
}

.show-b {
  display: block !important;
}

.show-ib {
  display: inline-block !important;
}

.ventilator .cck_page_listventilator.show {
  display: inline-flex !important;
}

input {
  font-family: 'Oswald', sans-serif !important;
}

#cj-wrapper .checkbox, #cj-wrapper .radio {
  padding: 0;
}

#cj-wrapper h1 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 35px;
  font-weight: 400 !important;
}

#cj-wrapper .panel > .list-group .list-group-item, #cj-wrapper .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 1px !important;
}

#cj-wrapper .panel {
  border: 0 !important;
}

#cj-wrapper .panel-body {
  padding: 0 !important;
}

.survey-form .center {
  text-align: center !important;
}

.survey-form input[type="radio"] {
  float: none !important;
  text-align: center !important;
}

.downloads.ventilator .tm-main .uk-container,
.downloads.ventilator .tm-main .uk-container .uk.grid {
  margin: 0 auto;
}

.float-l {
  float: left;
}

.float-r {
 float: right;
}

.no-margin {
  margin: 0 !important;
}

.job_title {
  padding: 3px 5px 0 0;
}

.cck_page_items ul {
  margin: 0;
  padding: 0;
}

.cck_page_items ul li {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}

.cck_job_subtitle .cck_value_text {
  font-family: 'DINRegular' !important;
}

.cck_page_list.downloads.ventilator .cck_page_items ul {
  margin: 0 auto 0 auto;
  padding: 0;
  display: grid;
  -ms-display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  -ms-grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}

.cck_page_listdownloads-list {
  display: inline-block !important;
  width: 100%;
}

.cck_page_list.downloads.ventilator .cck_page_items li,
.cck_page_listdownloads-list .cck_page_items li {
  list-style-type: none;
  padding: 20px;
  border: 1px solid #d1d1d1;
  margin: 1px;
  position: relative;
}

.cck_page_list.downloads.ventilator .cck_page_items li span,
.cck_page_list.downloads.ventilator .cck_page_items li a {
  width: 100%;
  text-align: left;
}

.cck_page_list.downloads.ventilator .cck_page_items li span.uk-icon,
.cck_page_list.downloads.ventilator .cck_page_items li span.label {
  width: auto;
}

.cck_page_list.downloads.ventilator .cck_page_items li span.uk-button {
  padding: 0 10px;
}

@keyframes blinkerRedShort {
  50% {
    border-color: #e7373a;
    color: #e7373a;
  }
}

.blinkerRedShort {
  animation: blinkerRedShort 1.5s linear 3;
}

.cck-clrfix {
  word-break: break-word;
}

.cck_page_list.downloads.ventilator .cck_page_items .cck-clrfix {
  margin: 10px 0 0 0;
}

.cck_page_list.downloads.ventilator .cck_page_items .cck_v_title {
  margin: 0 0 0 0;
}

.cck_page_list.downloads.ventilator .cck_page_items .cck_v_datasheet {
  margin: 25px 0 0 0;
}

.cck_page_list.downloads.ventilator .cck_page_items .cck-clrfix.cck_v_producttype {
  position: absolute;
  width: auto;
  right: 10px;
  top: 20px;
  padding: 0 10px 20px 0;
  margin: 0;
}

.cck_page_list.downloads.ventilator .cck_v_producttype img {
    float: right;
    width: 70px;
}

.cck_page_list.downloads.ventilator .cck_page_items .inner_text {
  margin: 0 0 0 33px;
}

.cck_page_list.downloads.ventilator .cck_page_items .cck_upload_file img,
.downloads.ventilator .uk-article .cck_upload_file img {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 20px;
}

.downloads.ventilator .uk-article .cck_upload_file.cck_buma p,
.downloads.ventilator .uk-article .cck_upload_file.cck_eerkl p {
  text-align: left;
  padding: 7px 0 7px 19px;
}

.cck_downloads_search {
  clear: both;
}

.uk-article .item {
}

.actionbar-container {
  position: fixed;
  bottom: 0;
  min-height: auto;
  top: auto;
  border-top: 1px solid #d6d6d6;
  background: #f6f6f6;
  border-bottom: 0;
  display: inline-block;
  width: 100%;
  z-index: 9999;
}

.actionbar {
  display: block;
  max-width: 600px;
  height: 50px;
  padding: 50px;
  margin: 0 auto;
  width: auto;
}

.actionbar > div {
  float: right;
  margin: 0 0 0 10px;
}

.cck_pp_check  .cck_form_checkbox {
  float: left;
}

div#glFullscreen {
    width: 100%;
    height: 100vh;
    min-width: 640px;
    min-height: 360px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#example {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
}

.v_cfg .cck-pos-mainbody .cck_content.cck_v_fanfinderinfo {
  border: 0;
}


.uk-switcher {
   margin: 20px 0 0 0;
}

.uk-subnav-pill > * > :first-child {
  background: #f7f7f7;
}

.el-nav.uk-tab h2 {
  margin: 0;
  font-weight: 400;
}

.nav-tabs, .uk-tab {
  border-bottom: 1px solid #000 !important;
}

.nav-tabs > li > a, .uk-tab > * > a {
  border: 1px solid #ccc;
  border-bottom: 0;
}

.cck_forms.cck_search.cck_fanfinder_info {
  float: right;
  width: auto;
}

.click {
  cursor: pointer;
}

.cck_content.cck_downloads_language {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
  z-index: -1;
}

.cck_page_list.downloads.ventilator .cck_page_items .cck_v_op_vmax {
  margin: 20px 0 0 0;
  border-bottom: 1px solid #ccc;
}

.cck_page_list.downloads.ventilator .cck_page_items .cck_v_op_dmax {
  margin: 0;
}

.v_sort_container {
  width: 100%;
  display: inline-block;
  padding: 20px 0 0 0;
  border-top: 1px solid #d1d1d1;
}

.cck_forms.cck_search.cck_v_sort_title {
  float: left;
  margin: 0 0 10px 0;
}

.cck_forms.cck_search.cck_v_sort {
  float: right;
  margin: 0 0 10px 15px;
}

.cck_forms.cck_search.cck_t_produktuebersicht {
  display: inline-block;
  margin: 0;
}

.v_cfg .cck-pos-mainbody .cck_content.cck_joomla_module {
   border: 0;
 }

.ventilator .cck_page_searchventilator .cck_forms.cck_fanfinder_desc {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  display: block;
  float: none;
}

.cck_motor_fileupload {
  clear: both;
}

.cck_contents.cck_content.cck_joomla_module {
  display: inline;
}

.v_cfg .cck_v_fanfinderinfo .uk-button {
    width: auto;
}

.cck_h_yourdata h3,
.cck_t_online_bewerbung h3 {
  margin: 3px 0 0 0;
}

.cck_forms.cck_upload_file {
  margin: 0;
}

.v .cck_art_alias,
.b .cck_art_alias {
   display: none !important;
 }

.cck_v_graph_dynamic {
  width: 100%;
  margin: 10px 0 0 0;
  border: 0 !important;
  position: relative;
}

.modal-zoom {
  min-width: 300px;
  width: 70vh;
  padding: 5%;
  background: rgb(255,255,255);
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -39vh;
  z-index: 999;
  box-shadow: 1px 1px 10px #ccc;
}


.cck_v_graph_dynamic .uk-icon.expand {
  position: absolute;
  top: 17px;
  right: -4px;
  padding: 5px;
  background: rgba(255,255,255,0.5);
}

.cck_v_graph_dynamic button.uk-close-large {
  display: none;
}
.v_graph_dynamic .uk-icon.expand {
  display: none;
}

.v_graph_dynamic button.uk-close-large {
  display: block;
}

button.uk-close-large {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px;
}

.cck_v_graph_dynamic > div {
  width: 100% !important;
  display: block;
}

.v_graph_label_v {
  display: block;
  font-size: 13px;
  border: 0 !important;
  text-align: center;
  position: relative;
  top: 0;
  left: 25px;
}

.v_graph_label_v img {
  width: 12px;
  margin: -5px 0 0 0;
  opacity: 0.7;
}

.form.customer .cck-pos-top-a {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}

.form.customer .cck-pos-top-a,
.form.customer .cck-pos-mainbody {
  display: inline-block;
}

.form.customer .cck-pos-top-a > div,
.form.customer .cck-pos-top-a .meta > div {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

.form.customer .cck-line-top .cck_jform_user {
  clear: both;
  float: left;
  display: block;
}

.form.customer .cck-pos-top-a .meta {
  display: inline-block;
  clear: both;
  float: left;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
}

.form.customer .cck-line-body > div {
  width: auto;
  display: inline-block;
  float: left;
}

.cck_customer_needs_ffresult_fx  {
  display: inline-block;
}

.cck_forms.cck_search.cck_t_produktuebersicht {
  max-width: 500px;
  display: block;
}

.request-item .cck_content.cck_plz,
.request-item .cck_content.cck_city {
  float: left;
  width: auto;
  margin: 0 5px 0 0;
}

.request-item .cck-pos-sidebody-a {
  width: 40%;
  float: left;
}

.request-item .cck-pos-mainbody {
  width: 40%;
  float: right;
}

.request-item .cck_content {
  margin: 20px 0 0 0;
  line-height: 15px;
}

.request-item .cck_v_op_d,
.request-item .cck_v_bemessungsfrequenz,
.request-item .cck_v_fu_frequenz,
.request-item .cck_v_teilenummer,
.request-item .cck_v_ie3,
.request-item .cck_v_ie4,
.request-item .cck_location {
  margin: 0;
}

.request-item .cck_v_teilenummer .cck_value,
.request-item .cck_v_ie3 .cck_value,
.request-item .cck_v_ie4 .cck_value,
.request-item .cck_bemessungsleistung,
.request-item .cck_bemessungsspannung,
.request-item .cck_bemessungsfrequenz,
.request-item .cck_bemessungsdrehzahl  {
  display: inline-block;
}

.request-item .cck_value {
  display: block;
}

.request-item .type_title {
  width: 300px;
  margin: -25px 0 0 0;
}

.request-item .cck_specials .cck_value_textarea {
  background: rgba(0,0,0,0.05);
  padding: 20px;
}

.uk-badge {
  padding: 12px;
}
.total span {
  font-size: 18px;
  margin: 0 3px 0 0;
}

.request-item .cck-m100 {
  margin-right: 0 !important;
}

.news p {
  line-height: 35px;
  font-size: 20px;
}

.ventilator-requests .request-siteform .product-data,
.ventilator-requests .request-siteform .personal-data {
    float: left;
    display: inline-block;
    width: 40%;
}

.product-data {
  position: relative;
  float: left;
  display: block;
  width: auto;
}

.accessories_img {
  width: 235px;
  display: block;
  float: left;
  position: relative;
  height: auto;
  top: -12px;
}

.accessories_img.accessories_img_hr-inv {
  position: absolute;
  top: 120px;
  left: 350px;
}

.accessories_img img.accessories_img_base {
  position: relative;
  margin: 0 0 25px 0;
}

.accessories_img img {
  position: absolute;
  top: 0;
  left: 0;
}

.cck_vform_accessories_inv {
  margin-bottom: 60px !important;
}

#vform_accessories > div:nth-child(2) {
  width: auto;
  float: left;
}

#vform_accessories > div:last-of-type {
  margin-top: 20px;
}

.personal-data {
  display: none;
  width: 100%;
}

.ventilator-requests .request-siteform .cck-line-top {
  display: inline-block;
  width: 100%;
  padding: 0 0 25px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}

.vertical_gx {
  display: block;
}

.cck_form_group_x {
    width: auto;
}

.cck_note_gx {
  display: inline-block;
}

.form .cck_forms.cck_textarea.cck_note,
.form .cck_forms.cck_text.cck_timestamp,
.note-info {
  width: auto;
  float: left;
  margin: 0 10px 0 0;
}

.form .cck_forms.cck_text.cck_current_user {
  width: auto;
  float: none;
  margin: 0;
}

.cck_addevent_calendar {
  padding: 0 0 400px 0;
}

.cck_addevent_calendar .cck_form_freetext {
  display: none;
}

a.icon-outlook {
  display: inline-block !important;
  width: auto;
}

.cck_askforap,
.cck_createoffer {
  margin: 0 !important;
}

.js-calendar {
  margin: -417px 0 0 230px;
}

.uk-navbar .intern {
  color: #e7373a !important;
}

.form .cck_forms.cck_h_customer_request {
  display: inline-block;
  margin: 70px 0 0 0;
  padding: 0;
  height: 45px;
}

.form .cck_forms.cck_h_request_edit {
  border-bottom: 1px solid #ccc;
}

.red-bg {
  background-color: #e7373a;
  color: #fff;
}

div.cck_button.cck_button_add {
  width: 20px;
  height: 20px;
  margin: 0;
}

.cck_form_group_x .cck_cgx_form  {
  border: 1px solid #ccc;
  padding: 20px;
}

.form .cck_forms.cck_request_shop_button {
  display: inline-block;
}

.cck_request_shop_button .uk-card {
  max-width: 340px;
  float: left;
  line-height: 20px;
}

.cck_request_shop_button li {
  line-height: 30px;
}

.cck_request_shop_button .uk-card .uk-card-header .uk-spinner,
.cck_request_shop_button .uk-card .uk-card-header .uk-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

textarea#product_links {
  min-width: 750px;
}

.ffv {
  position: relative;
  top: 31px;
  margin-left: 10px;
  font-size: 12px;
  color: #acacac;
}

.uk-accordion-title.uk-button {
  margin: 0;
  margin-top: 0px;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: 'Oswald';
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color,background-color,background-position,border-color,box-shadow;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-origin: border-box;
  background: rgb(247, 247, 247);
  border: 1px solid rgba(229, 229, 231, 0);
}

.uk-accordion-title.uk-button:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(229, 229, 231, 1);
}

.uk-accordion-title.uk-button::after {
  position: relative;
  top: 10px;
}

.ib,
.ib .cck_forms {
  display: inline-block;
}

.cck_group_befundbericht > div {
  width: 100%;
}

.lowestprice {
  font-size: 20px;
}

.uk-background-cover {
  position: relative;
  height: auto;
}

.overlay-gradient .uk-background-cover > * {
  z-index: 2;
  position: relative;
}

.overlay-gradient > .uk-background-cover::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.uk-button-shop,
.uk-button-green {
  background-color: rgba(143,206,72,1);
  color: #fff;
  border: 2px solid #8fce48;
}

.uk-button-shop:hover,
.uk-button-green:hover {
  background-color: #fff;
  color: #8fce48;
  border: 2px solid #8fce48;
}



.th-rotate {
  transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  margin: -40px 0 0 0;
  color: #2d2e33;
}

.th-rotate-45 {
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  margin: -40px 0 0 0;
  color: #2d2e33;
}

.th-rotate-c {
  margin: -41px 0 0 -30px;
}

.th-rotate-r {
  margin: -32px 0 0 -20px;
}

.th-rotate-rm {
  margin: -60px 0 0 -29px;
}

.th-rotate-dr {
  margin: -46px 0 0 6px;
}

.th-rotate-dr-r {
  margin: -46px 0 0 -16px;
}

.th-rotate-dr.todo-repairment {
  margin: -46px 0 0 -56px;
}

.th-rotate-8d {
  margin: -33px 0 0 42px;
}

.th-rotate-8d-r {
  margin: -33px 0 0 19px;
}

.th-rotate-rd {
  margin: -62px 0 0 30px;
}

.th-rotate-rf {
  margin: -78px 0 0 38px;
}

.th-rotate-rf.todo-repairment {
  margin: -30px 0 0 -36px;
}

.th-rotate-rd-r {
  margin: -62px 0 0 -7px;
}

.th-rotate-rd-r {
  margin: -62px 0 0 -7px;
}


/* COMPLAINT BLOG */

.complaints.blog .cck_value,
.cr-blog .cck_value {
  display: inline-block;
}

.blog .cck_label,
.complaint.view .cck_label,
.dc .cck_label {
  width: 300px;
}

.blog,
.complaint.view .form,
.blog-middle .complaints.blog,
.blog-top .complaints.blog,
.cck_8d_rootcause_gx,
.cck_8d_rootcause_appear_gx,
.cck_8d_remedial_gx,
.cck_fmea_group,
.complaints.blog .cck-pos-bottom-a,
#d1,
#d2,
#d3 {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
}

.cck_fmea_group {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
}

.form.diagnosis_report .cck-m50 {
  float: left;
  width: 60%;
}

.complaint.view .cck-line-body {
  margin: 0 0 40px 0;
}

.cck_cost_accounting_gx .cck_label {
  width: auto;
}

.cck_form_group_x .cck_forms {
  margin: 0;
}

#cost_accounting_gx > label:nth-child(2) {
  width: 300px;
}

#cost_accounting_gx .gxi > div > div:nth-child(2) {
  width: 300px;
}


.complaints .cck_item.cck_textarea,
.complaint .cck_textarea,
.cck_cost_accounting_gx{
  margin: 25px 0;
  border: 0;
}

.complaints.blog .cck-pos-topbody,
.form.complaint .cck-pos-topbody {
  display: inline-block;
  margin: 0 0 20px 0;
}

.complaints.blog .cck-pos-topbody > div,
.form.complaint .cck-pos-topbody > div {
  display: inline-block;
  float: left;
  width: auto;
  margin: 0 10px 0 0;
}

.gxi > div > div {
  display: block;
  width: 360px;
  float: left;
  padding: 10px 0 0 0;
}

.gxi > div > div:nth-child(2n) {
  margin: 0 0 0 20px;
}

div.cck_contents.cck_item.cck_group div.gxi label {
  width: auto;
  cursor: text !important;
  margin: 0 10px 0 auto;
}

#cost_accounting_gx .gxi > div > div {
  border-right: 1px solid #ccc;
}

#cost_accounting_gx .cck_text {
  display: inline-block;
  padding: 0 10px;
  width: 125px;
  margin: 0;
}

#cost_accounting_gx .cck_label_text {
  display: inline-block;
  padding: 0 10px !important;
  width: 125px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}

.cck_text.cost_accounting_total {
  width: auto;
  margin-left: 605px;
}

.cck_text.cost_accounting_sales_total {
  width: auto;
  margin-left: 87px;
}

.cck_text.expense_repairment_costs {
  width: auto;
  margin-left: 272px;
}

.complaints .cck_value {
  vertical-align: top
}

.cck_cost_accounting_gx .cck_label_group_x {
  margin: 0 0 20px 0;
}

.cck_forms.cck_complaint_error_code,
.cck_forms.cck_complaint_causing_cost_centre {
  display: inline-block;
  margin: 10px 20px 60px 0;
}

.cck_8d_report_modul .form {
  display: block;
  width: 100%;
}

.complaint.view .cck_label_group,
.complaint.view .cck_label_group_x,
.complaints.blog .cck_label_group_x {
  width: auto;
}

.cck_8d_remedial_gx .cck_form_group_x,
.cck_8d_remedial_gx .cck_cgx_form,
.cck_8d_rootcause_gx .cck_form_group_x,
.cck_8d_rootcause_gx .cck_cgx_form {
  width: 98%;
}

.cck_8d_remedial_gx .cck_forms,
.cck_8d_rootcause_gx .cck_forms,
.cck_form_group .cck_forms {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0 !important;
}

.cck_check_stock_summary_g .cck_forms.cck_text {
  width: 90px;
  display: inline-block;
}

.cck_8d_remedial_gx .cck_forms,
.cck_8d_rootcause_gx .cck_forms {
  margin: 0;
}

div.cck_contents.cck_content.cck_group_x div.gxi label,
div.cck_contents.cck_item.cck_group_x div.gxi label {
  float: none;
}

div.vertical_gx,
.cck_form_group_x {
  position: relative;
  overflow: visible;
  margin: 0 0 10px 0;
}

aside.cck_cgx_button {
  position: absolute;
  right: 3px;
  width: auto !important;
  top: 3px;
}

div.cck_button {
  float: left;
  height: 25px !important;
  width: 25px !important;
  display: block;
}

div.cck_button > span {
  height: 20px !important;
  width: 20px !important;
}

.complaints-list,
.cr-list {
  margin: 150px 0 0 0;
}

.float-l.status {
  border-right: 1px solid #ccc;
  padding: 0 5px 0;
}

.cck_cgx_form .cck_repair_material_amount {
  clear: both;
}

.complaints-list.complaints-default th:nth-child(2),
.complaints-list.repairs-list th:nth-child(2),
.complaints-list.complaints-sales th:nth-child(3),
.complaints-list.complaints-qs th:nth-child(2),
.complaints-list.complaints-repairment th:nth-child(6),
.cr-list th:nth-child(2) {
  color: #fff;
}

.cck_complaint_internal_infotext,
.cck_8d_internal_infotext {
  color: #e7373a;
  animation: blinker 1.3s linear infinite;
}

.form.complaint .cck_complaint_internal_infotext,
.form.complaint .cck_content.cck_complaint_internal_infotext .cck_value {
  animation: none;
}

.blog-top .blog-status-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
}

.blog-top .blog-status-box-complaints {
  top: -221px;
}

.blog-top .blog-status-box-noc {
  top: 250px;
}

.blog-status-box > div {
  width: 230px;
  display: block;
}

.blog-status-box .cck_label {
  width: 200px !important;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

.cck_preview {
  font-weight: bold;
}

.cck_forms.cck_complaint_fileupload_fx {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
}

.cck_diagnosis_report_fileupload_fx .cck_label {
display: inline-block;
height: 60px;
}

.cck_complaint_internal_infotext h3 {
  color: #e7373a;
}

.form .cck_forms.cck_freetext.cck_complaint_legend {
  width: auto;
}

.cck_serialnumber .cck_value,
.cck_complaint_original_shipment .cck_value,
.cck_complaint_customer_id .cck_value {
  max-width: 890px;
  word-break: break-all;
  display: inline-block;
  vertical-align: top;
}

.complaints.blog,
.blog {
  position: relative;
}


/* PDF Print */

.pdf-print .uk-icon {
  display: none;
}

@page
{
    size:  auto;   /* auto is the initial value */
    margin: 0mm;  /* this affects the margin in the printer settings */
}

.pdf-print {
  position: relative;
  margin: 40px 60px 40px 60px;
}

.pdf-print .cck-line-body {
  position: relative;
}

.pdf-print-logo-dietz-motoren {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
}

.complaints.blog {
  display: block !important
}

.pdf-print .cck_value,
.pdf-print .cck_text,
.pdf-print .cck_label,
.pdf-print .cck_label_text,
.pdf-print label,
.pdf-print h1,
.pdf-print h2,
.pdf-print h3,
.pdf-print h4 {
  font-family: Calibri, sans-serif !important;
}

#d3 {
  margin: 40px 0 40px 0;
}

#d3 label {
  display: inline-block;
  float: none;
}

#d3 .gxi > div > div:first-child,
.cck_8d_remedial_gx .gxi > div > div:first-child {
  width: 400px;
}

#d3 .gxi > div > div,
.cck_8d_remedial_gx .gxi > div > div {
  display: inline-block;
  width: 200px;
  float: none;
  padding: 0 0 10px 0;
}

.complaints.blog .cck_label.dheadlines {
  width: 100%;
}

.pdf-print .dheadlines {
  display: block;
  width: 100% !important;
}

.pdf-print #eightd-head-left {
  float: left;
  width: 380px;
  margin: 0 20px 0 0 !important;
}

.pdf-print #eightd-head-right {
  float: left;
  width: 380px;
  margin: 0 60px 20px 0 !important;
}

.pdf-print .cck_customer_error_description {
  float: left;
  width: 360px;
  border: 1px solid #ccc !important;
  padding: 20px;
  margin: 0 20px 20px 0 !important;
}

.pdf-print .cck_error_description_dietz,
.pdf-print .cck_repair_decision_complaint_conclusion {
  float: left;
  width: 358px;
  border: 1px solid #ccc !important;
  padding: 20px;
  margin: 0 0 20px 0 !important;
}

.pdf-print .cck_8d_rootcause_gx,
.pdf-print .cck_8d_rootcause_appear_gx,
.pdf-print .cck_8d_remedial_gx,
#d1,
#d2,
#d3 {
  width: 91.5%;
}
.pdf-print .cck_customer_error_description .cck_label,
.pdf-print .cck_error_description_dietz .cck_label,
.pdf-print .cck_repair_decision_complaint_conclusion .cck_label,
.pdf-print .cck_8d_conclusion .cck_label {
  width: 100% ;
  display: block;
}

.pdf-print .complaint.view .form,
.pdf-print .blog-middle .complaints.blog,
.pdf-print .blog-top .complaints.blog {
  width: 900px;
  border: 0;
  padding: 0;
}

.pdf-print .complaints.blog #eightd-head-left .cck_label,
.pdf-print .complaints.blog #eightd-head-right .cck_label {
  width: 200px;
}

.pdf-print .complaints.blog .cck_group_x .cck_label {
  width: auto;
}

.cck_person_responsible_qs_email_8d {
  display: none;
}

.en {
  font-style: italic;
  display: none;
}

.pdf-print .en {
  font-style: italic;
  display: inline-block;
}


/* Rueckruf Modul */

.cck_recall_hour,
.cck_recall_minute {
  display: inline-block;
  margin: 0 10px 10px 0;
}


/* ALLGEMEIN */

.dietz-red {
  color: #e7373a !important;
}

.hr-red {
  border-top: 1px solid #e7373a;
}

.adminformlist .collection-group-wrap,
.cck_form_upload_image {
  padding: 2px !important;
  border: 1px solid #ccc;
}

.inputbox.file {
  padding: 20px !important;
  border: 0 !important;
}

.cck_field_x > div > div > div {
  position: relative;
}

.collection-group-button {
  position: absolute;
  top: 5px;
  right: 5px;
}

div.collection-group-form a {
  line-height: 1em !important;
}

.form .cck-pos-topbody > .cck_button_submit,
.form .cck-pos-topbody > .cck_button_free,
.form .cck-pos-topbody > .cck_freetext {
  width: auto;
  display: inline-block;
  float: left;
  margin: 10px 10px 0 0;
}

.form .cck-pos-topbody {
  margin: 0 0 20px 0;
}

.cck_item.cck_field_x,
.cck_item.cck_group,
.cck_item.cck_group_x {
  margin: 20px 0 0 0;
}

.cck_field_x {
  position: relative;
  display: inline-block;
}

.cck_field_x label {
  position: absolute;
  top: 0;
  left: 0;
}

.cck_page_items .cck_value_field_x li {
  padding: 0;
  font-weight: bold;
}

.cck_label.cck_label_group {
  display: block;
  width: 100% !important;
}


.uk-notification {
    width: 800px !important;
    margin-top: 150px;
    margin-left: -400px;
}

.uk-notification-message {
    background: #d8d8d8;
}

table td {
  word-break: break-word;
}

.cc-window {
  font-family: "DINRegular", sans-serif;
}

.hundredP,
.w100 {
  width: 100%;
}

.va-top {
  vertical-align: top !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.blog .cck_forms {
  width: 100%;
}

.tab-content {
  margin: 0 0 25px 0;
}

.pagination {
  text-align: center;
}

/* ANIMATIONS */

.loading {
	--color: red;
	--size-mid: 6vmin;
	--size-dot: 1.5vmin;
	--size-bar: 0.4vmin;
	--size-square: 3vmin;

	display: block;
	position: relative;
	width: 50%;
	display: grid;
	place-items: center;
}

.loading::before,
.loading::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
}

/**
	loading --1
**/
.loading.--1::before {
	width: var(--size-mid);
	height: var(--size-mid);
	border: 4px solid var(--color);
	border-top-color: transparent;
	border-radius: 50%;
	animation: loading-1 1s linear infinite;
}

.loading.--1::after {
	width: calc(var(--size-mid) - 2px);
	height: calc(var(--size-mid) - 2px);
	border: 2px solid transparent;
	border-top-color: var(--color);
	border-radius: 50%;
	animation: loading-1 0.6s linear reverse infinite;
}

@keyframes loading-1 {
	100% {
		transform: rotate(1turn);
	}
}

/* SEBLOD BASE LAYOUT */

.cck-pos-bottombody {
  margin: 25px 0 0 0;
}


/* AcyMailing */

a.acym__modal__handle {
  text-decoration: underline;
}

/* VENTILATOR PRODUCT LIST */

.cck_online_shop_v_available_switch {
  padding: 0;
  border-radius: 0;
  border: 1px solid #e7373a;
  padding: 20px;
  font-weight: bold;
}


/*  ÄNDERUNGSMANAGEMENT */

.cr-list table * {
  vertical-align: middle;
}

.cr-list thead tr th:nth-child(2) span:nth-child(n+9) {
  display: none;
}

.th-rotate-construction {
  margin: -42px 0 0 -33px;
}

.th-rotate-calculation {
  margin: -38px 0 0 -9px;
}

.th-rotate-management {
  margin: -3px 0 0 148px;
}

.th-rotate-qs {
  margin: -3px 0 0 129px;
}

.th-rotate-av {
  margin: -16px 0 0 34px;
}

.th-rotate-sales {
  margin: -24px 0 0 86px;
}

.th-rotate-purchasing {
  margin: -45px 0 0 22px;
}

.th-rotate-purchasing-2 {
  margin: -19.5px 0 0 68px;
}


.crd .cck_button_submit,
.crd .cck_button_free,
.noce .cck_button_submit,
.noce .cck_button_free   {
  width: 100%;
}

.blog-middle .cr-blog .uk-icon > svg {
  width: 40px;
  height: 40px;
}

.cck_iframe_noce {
  position: relative;
  display: inline-block;
  width: 400px !important;
  height: 880px;
  overflow: hidden;
}

.cck_contents.cck_cr_description,
.cck_contents.cck_noc_description,
.cck_c_exe_gx {
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
}

.cck_c_exe_gx .cck_label_select_simple {
  display: block !important;
}

div.cck_contents.cck_content.cck_group_x.cck_c_exe_gx div.gxi label,
div.cck_contents.cck_item.cck_group_x.cck_c_exe_gx div.gxi label {
  width: auto;
}

.cr .gxi > div > div {
  width: auto !important;
}

.cr .gxi > div > div:nth-child(2n),
.cr .gxi > div > div:nth-child(3n) {
  margin: 0 0 0 20px;
}

.cck_item.cck_c_exe_gx .cck_label_text {
  float: left !important;
  margin: 0 50px 0 0;
}


/*  BLOGPOSTS */

.blogposts h2, .blogposts h3,
.blogposts p:nth-child(n+3),
.blogposts ul,
.article .readmore {
  display: none;
}

.blogposts img {
  display: none;
}


/*  DIETZ-CLOUD */

.cck_label.cck_label_textarea {
  vertical-align: top;
  margin: 5px 0 0 0;
}


/* HR Application */

.hr-app-form .cck-pos-topbody {
  border-bottom: 1px #ccc solid;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
}

.hr-app-form .cck_upload_file {
  max-width:  448px;
  padding: 5px;
}

.hr-app-form .cck_form_upload_file > .cck_upload_file {
  display: block;
}

.hr-app-form .inputbox.file {
  padding: 5px !important;
}

.hr-app-form .cck_forms.cck_site.cck_upload_file > div:nth-child(2) .cck_label.cck_label_upload_file {
  display: none;
}

.hr-app-form .cck_preview {
  font-weight: normal;
  font-size: 100%;
  color: #000;
}

.cck_application_file_cv,
.cck_application_file_certificates,
.cck_application_file_letter {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0 !important;
}

.cck_application_file > .cck_form_upload_file,
.cck_application_file_2 > .cck_form_upload_file,
.cck_application_file_3 > .cck_form_upload_file,
.cck_application_file_4 > .cck_form_upload_file,
.cck_application_file_5 > .cck_form_upload_file,
.cck_application_file_6 > .cck_form_upload_file {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0 0 20px 0 !important;
}


/* DEMH BAR */

#demh-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1005;
  background-color: #3A465A;
  display: inline-block;
  height: 50px;
  padding: 10px 0;
}

#demh-bar .uk-section {
  background: none !important;
}


/* LANGUAGE */

#module-100 {
  margin-left: 30px;
}

#module-100 .uk-subnav > * {
  padding-left: 0 !important;
}

.uk-subnav > li:first-child {
  border-right: 2px solid #ccc;
  padding: 0 10px 0 0;
}

.uk-subnav > .uk-active > a {
  font-weight: bold;
}

.slide-down-box {
  position: relative;
}

.slide-down-box::after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
  margin-top: 10px;
  background: url("/images/banners/weihnachtsgruss_2025.gif") no-repeat center/cover;
  margin-left: auto;
  transition: height 0.6s ease-in,
              height 0.2s ease-out;/
}

.slide-down-box:hover::after {
  height: 218px;
}
