/*
	HELLBLAU (SPINNER) #00b0e6
	DUNKELBLAU #2B90AB
	DUNKELBLAU HOVER #2a6496
*/


.w-100 {
  width: 95%;
}

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
}
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/**
    Font includes are generated via Google Webfots Helper
    https://google-webfonts-helper.herokuapp.com/fonts
*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-v16-latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans/open-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-v16-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-v16-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-v16-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-v16-latin-italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans/open-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-v16-latin-italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-v16-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-v16-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-v16-latin-700italic.eot');
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open-sans/open-sans-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans/open-sans-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans/open-sans-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans/open-sans-v16-latin-700italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.item-search-page #searchForm .phrases,
.item-search-page #searchForm .only {
  display: none;
}
.item-search-page .result-created,
.item-search-page .result-created_search {
  display: none;
}
.item-search-page .result-title {
  margin-top: 15px;
}
.item-search-page .searchintro_search {
  margin-top: 15px;
}
.item-search-page .product-finder {
  background: #00b0e6;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
}
.item-search-page .product-finder a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}
.item-search-page .product-finder a:hover {
  text-decoration: underline !important;
}
.item-search-page .btn-toolbar {
  position: relative;
  height: 32px;
}
.item-search-page .btn-toolbar #search-searchword {
  height: 32px;
  border-radius: 0;
}
.item-search-page .btn-toolbar .btn {
  border-radius: 0;
}
.item-search-page .btn-toolbar .btn-group {
  margin-left: -1px !important;
}
.item-search-page .pagination > .active > a,
.item-search-page .pagination > .active > span,
.item-search-page .pagination > .active > a:hover,
.item-search-page .pagination > .active > span:hover,
.item-search-page .pagination > .active > a:focus,
.item-search-page .pagination > .active > span:focus {
  color: #333333;
}
.spinner-form .control-group .control-label {
  text-align: left;
}
.sidebar .custom {
  position: relative;
  z-index: 20;
  background: #ffffff;
  padding: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-top: 40px;
}
.sidebar .custom .module-content {
  padding: 15px 15px 20px;
  border-top: 0;
}
.sidebar .custom .module-content .sub-title {
  color: #999999;
}
.sidebar .custom .module-content p {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 0;
}
.sidebar .custom .module-content h1,
.sidebar .custom .module-content h2,
.sidebar .custom .module-content h3,
.sidebar .custom .module-content h4,
.sidebar .custom .module-content h5,
.sidebar .custom .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.sidebar .custom .module-content .sub-title + h1,
.sidebar .custom .module-content .sub-title + h2,
.sidebar .custom .module-content .sub-title + h3,
.sidebar .custom .module-content .sub-title + h4,
.sidebar .custom .module-content .sub-title + h5,
.sidebar .custom .module-content .sub-title + h6 {
  margin-top: 0;
}
.sidebar .custom .module-content .text-link {
  color: #00b0e6;
}
.sidebar .custom .module-content .text-link:hover {
  color: #428bca;
}
@media (min-width: 992px) {
  .sidebar .custom:nth-child(1) {
    margin-top: 0;
  }
}
.floating-news .floating-news-content {
  z-index: 99;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.floating-news .floating-news-content a,
.floating-news .floating-news-content p {
  font-size: 22px !important;
  color: #ff0000 !important;
  margin-bottom: 0 !important;
  line-height: 1.3;
}
.floating-news .floating-news-content a:hover {
  text-decoration: underline !important;
}
.floating-news .floating-news-content:nth-child(1) {
  opacity: 0;
}
.floating-news .floating-news-content:nth-child(2) {
  position: absolute;
  top: 12px;
}
.header {
  background: #ffffff;
  opacity: 1;
}
.header .logo {
  padding: 6px 0 0 0;
}
.header .navbar-toggle {
  margin-top: 13px;
}
.header .claim h6 {
  font-size: 23px;
  font-weight: normal;
  color: #c8c6bf;
  padding: 18px 0 15px 10px;
  margin: 0 0 8px 0;
}
.header.visible-xs {
  height: 60px !important;
}
.header .header-top {
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.header .header-main {
  height: 100px;
}
.header .language {
  float: left;
}
.header .mod-languages {
  /**
            Mobile languages
         */
  /**
            Desktop languages
         */
}
.header .mod-languages.mobile {
  float: left;
  margin-top: 20px;
}
.header .mod-languages.mobile img {
  margin-left: 10px;
  height: 16px;
  width: 24px;
  box-sizing: content-box;
}
.header .mod-languages.desktop {
  display: none;
}
.header .mod-languages.desktop .btn-group {
  padding-top: 5px;
  height: 34px;
}
.header .mod-languages.desktop .btn-group .dropdown-toggle {
  font-size: 12px;
  color: #666666;
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
  line-height: 1.3;
  padding-left: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
  display: inline-block;
  min-width: unset;
}
.header .mod-languages.desktop .btn-group .dropdown-toggle > span {
  font-family: 'Open Sans Bold', sans-serif;
}
.header .mod-languages.desktop .btn-group .dropdown-toggle > span:first-of-type {
  padding-left: 5px;
}
.header .mod-languages.desktop .btn-group .dropdown-toggle img {
  height: 16px;
  width: 24px;
  box-sizing: content-box;
  margin-left: 7px;
  display: inline-block;
}
.header .mod-languages.desktop .btn-group .caret {
  color: #666666;
  margin-left: 5px;
  margin-top: 1px;
  display: inline-block;
}
.header .mod-languages.desktop .btn-group .dropdown-menu {
  min-width: auto;
  border-radius: 0;
  border: 0;
  padding: 0;
  position: relative;
  top: 0;
}
.header .mod-languages.desktop .btn-group .dropdown-menu img {
  margin-left: 5px;
  height: 16px;
  width: 24px;
  box-sizing: content-box;
  float: right;
}
.header .mod-languages.desktop .btn-group .dropdown-menu > li {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.header .mod-languages.desktop .btn-group .dropdown-menu > li > a {
  padding: 5px 11px;
  font-size: 12px;
  color: #666666;
  font-family: 'Open Sans Bold', sans-serif;
}
.header .mod-languages.desktop .btn-group .dropdown-menu > li > a:hover {
  background: #f5f5f5;
}
.header .mod-languages.desktop .btn-group.open .dropdown-toggle {
  background: #00b0e6;
  color: #ffffff;
}
.header .mod-languages.desktop .btn-group.open .caret {
  color: #ffffff;
}
.header .additional-top-header {
  float: left;
}
.header .cluster-navigation {
  padding: 0;
  margin: 0;
  color: #333333;
  white-space: nowrap;
}
.header .cluster-navigation .cluster-list-item {
  list-style: none;
  display: inline;
  padding: 6px 0;
}
.header .cluster-navigation .cluster-list-item::before {
  content: "|";
  color: #333333;
  display: inline-block;
}
.header .cluster-navigation .cluster-list-item .cluster-link {
  padding: 3px 5px;
  display: inline-block;
  color: #666666;
  text-transform: none;
  font-size: 12px;
  font-family: 'Open Sans Bold', sans-serif;
}
.header .cluster-navigation .cluster-list-item .cluster-link.active {
  font-weight: bold;
}
.header .cluster-navigation .cluster-list-item .cluster-link:hover {
  color: #00b0e6;
}
.header .search {
  text-align: right;
  position: relative;
  height: 32px;
}
.header .search .form-control {
  width: 100%;
  height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.header .search .btn.btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 32px;
  width: 38px;
  position: absolute;
  right: 0;
  top: 0;
}
.header .search .btn.btn-primary span {
  padding: 0;
}
@media (min-width: 1200px) {
  .header .search {
    margin: 34px 0 0;
    text-align: right;
  }
  .header .search .form-control {
    margin-right: -5px;
    width: calc(100% - 52px);
    left: 15px;
  }
  .header .mod-languages.mobile {
    display: none;
  }
  .header .mod-languages.desktop {
    display: block;
  }
  .header .cluster-navigation {
    padding: 4.5px 0 0 0;
  }
}
.teaser-general {
  position: relative;
  z-index: 20;
}
.teaser-general .row > [class^="col"] {
  padding-top: 40px;
}
.teaser-general .teaser {
  background: #ffffff;
  padding: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.teaser-general .teaser .module-content {
  padding: 15px 15px 20px;
  border-top: 0;
}
.teaser-general .teaser .module-content .sub-title {
  color: #999999;
}
.teaser-general .teaser .module-content p {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 0;
}
.teaser-general .teaser .module-content h1,
.teaser-general .teaser .module-content h2,
.teaser-general .teaser .module-content h3,
.teaser-general .teaser .module-content h4,
.teaser-general .teaser .module-content h5,
.teaser-general .teaser .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.teaser-general .teaser .module-content .sub-title + h1,
.teaser-general .teaser .module-content .sub-title + h2,
.teaser-general .teaser .module-content .sub-title + h3,
.teaser-general .teaser .module-content .sub-title + h4,
.teaser-general .teaser .module-content .sub-title + h5,
.teaser-general .teaser .module-content .sub-title + h6 {
  margin-top: 0;
}
.teaser-general .teaser .module-content a {
  font-size: 13px;
}
.teaser-general .teaser .module-content .text-link {
  color: #00b0e6;
}
.teaser-general .teaser .module-content .text-link:hover {
  color: #428bca;
}
.teaser-general .teaser .image {
  width: 100%;
}
.teaser-general .teaser .image img {
  width: 100%;
}
.teaser-xl {
  position: relative;
  z-index: 20;
}
.teaser-xl .row > [class^="col"] {
  padding-top: 40px;
}
.teaser-xl .teaser {
  background: #ffffff;
  padding: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.teaser-xl .teaser .module-content {
  padding: 15px 15px 20px;
  border-top: 0;
}
.teaser-xl .teaser .module-content .sub-title {
  color: #999999;
}
.teaser-xl .teaser .module-content p {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 0;
}
.teaser-xl .teaser .module-content h1,
.teaser-xl .teaser .module-content h2,
.teaser-xl .teaser .module-content h3,
.teaser-xl .teaser .module-content h4,
.teaser-xl .teaser .module-content h5,
.teaser-xl .teaser .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.teaser-xl .teaser .module-content .sub-title + h1,
.teaser-xl .teaser .module-content .sub-title + h2,
.teaser-xl .teaser .module-content .sub-title + h3,
.teaser-xl .teaser .module-content .sub-title + h4,
.teaser-xl .teaser .module-content .sub-title + h5,
.teaser-xl .teaser .module-content .sub-title + h6 {
  margin-top: 0;
}
.teaser-xl .teaser .module-content a {
  font-size: 13px;
}
.teaser-xl .teaser .module-content .text-link {
  color: #00b0e6;
}
.teaser-xl .teaser .module-content .text-link:hover {
  color: #428bca;
}
.teaser-xl .teaser .image {
  width: 100%;
}
.teaser-xl .teaser .image img {
  width: 100%;
}
.teaser-xl .row > [class^="col"] {
  padding-top: 0;
}
.teaser-xl .main-column {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .teaser-xl .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .teaser-xl .row > [class^="col"] {
    padding-top: 0;
    display: flex;
  }
}
.teaser-2-columns {
  position: relative;
  z-index: 20;
}
.teaser-2-columns .row > [class^="col"] {
  padding-top: 40px;
}
.teaser-2-columns .teaser {
  background: #ffffff;
  padding: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.teaser-2-columns .teaser .module-content {
  padding: 15px 15px 20px;
  border-top: 0;
}
.teaser-2-columns .teaser .module-content .sub-title {
  color: #999999;
}
.teaser-2-columns .teaser .module-content p {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 0;
}
.teaser-2-columns .teaser .module-content h1,
.teaser-2-columns .teaser .module-content h2,
.teaser-2-columns .teaser .module-content h3,
.teaser-2-columns .teaser .module-content h4,
.teaser-2-columns .teaser .module-content h5,
.teaser-2-columns .teaser .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.teaser-2-columns .teaser .module-content .sub-title + h1,
.teaser-2-columns .teaser .module-content .sub-title + h2,
.teaser-2-columns .teaser .module-content .sub-title + h3,
.teaser-2-columns .teaser .module-content .sub-title + h4,
.teaser-2-columns .teaser .module-content .sub-title + h5,
.teaser-2-columns .teaser .module-content .sub-title + h6 {
  margin-top: 0;
}
.teaser-2-columns .teaser .module-content a {
  font-size: 13px;
}
.teaser-2-columns .teaser .module-content .text-link {
  color: #00b0e6;
}
.teaser-2-columns .teaser .module-content .text-link:hover {
  color: #428bca;
}
.teaser-2-columns .teaser .image {
  width: 100%;
}
.teaser-2-columns .teaser .image img {
  width: 100%;
}
@media (min-width: 992px) {
  .teaser-2-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .teaser-2-columns .row {
    height: 100%;
  }
  .teaser-2-columns .row > [class^="col"] {
    height: 100%;
    display: flex;
  }
}
.teaser-4-columns {
  position: relative;
  z-index: 20;
}
.teaser-4-columns .row > [class^="col"] {
  padding-top: 40px;
}
.teaser-4-columns .teaser {
  background: #ffffff;
  padding: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.teaser-4-columns .teaser .module-content {
  padding: 15px 15px 20px;
  border-top: 0;
}
.teaser-4-columns .teaser .module-content .sub-title {
  color: #999999;
}
.teaser-4-columns .teaser .module-content p {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 0;
}
.teaser-4-columns .teaser .module-content h1,
.teaser-4-columns .teaser .module-content h2,
.teaser-4-columns .teaser .module-content h3,
.teaser-4-columns .teaser .module-content h4,
.teaser-4-columns .teaser .module-content h5,
.teaser-4-columns .teaser .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.teaser-4-columns .teaser .module-content .sub-title + h1,
.teaser-4-columns .teaser .module-content .sub-title + h2,
.teaser-4-columns .teaser .module-content .sub-title + h3,
.teaser-4-columns .teaser .module-content .sub-title + h4,
.teaser-4-columns .teaser .module-content .sub-title + h5,
.teaser-4-columns .teaser .module-content .sub-title + h6 {
  margin-top: 0;
}
.teaser-4-columns .teaser .module-content a {
  font-size: 13px;
}
.teaser-4-columns .teaser .module-content .text-link {
  color: #00b0e6;
}
.teaser-4-columns .teaser .module-content .text-link:hover {
  color: #428bca;
}
.teaser-4-columns .teaser .image {
  width: 100%;
}
.teaser-4-columns .teaser .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .teaser-4-columns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .teaser-4-columns .row > [class^="col"] {
    display: flex;
  }
}
@media (min-width: 992px) {
  .teaser-4-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .teaser-4-columns .row {
    height: 100%;
  }
}
.content-columns-general {
  position: relative;
  z-index: 20;
}
.content-columns-general > [class^="col"] {
  padding-bottom: 20px;
  padding-top: 10px;
}
.content-columns-general .module-content {
  padding: 15px 0 20px;
  border-top: 0;
}
.content-columns-general .module-content .sub-title {
  color: #999999;
}
.content-columns-general .module-content p {
  line-height: 1.5;
  padding-top: 0;
}
.content-columns-general .module-content h1,
.content-columns-general .module-content h2,
.content-columns-general .module-content h3,
.content-columns-general .module-content h4,
.content-columns-general .module-content h5,
.content-columns-general .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.content-columns-general .module-content .sub-title + h1,
.content-columns-general .module-content .sub-title + h2,
.content-columns-general .module-content .sub-title + h3,
.content-columns-general .module-content .sub-title + h4,
.content-columns-general .module-content .sub-title + h5,
.content-columns-general .module-content .sub-title + h6 {
  margin-top: 0;
}
.content-columns-general .module-content h4 {
  font-size: 16px;
  color: #00b0e6;
}
.content-columns-general .module-content p + h5 {
  margin-top: 15px;
}
.content-columns-general .module-content .text-link {
  color: #00b0e6;
}
.content-columns-general .module-content .text-link:hover {
  color: #428bca;
}
.content-columns-general .image {
  width: 100%;
}
.content-columns-general .image img {
  width: 100%;
}
.content-2-columns {
  position: relative;
  z-index: 20;
}
.content-2-columns > [class^="col"] {
  padding-bottom: 20px;
  padding-top: 10px;
}
.content-2-columns .module-content {
  padding: 15px 0 20px;
  border-top: 0;
}
.content-2-columns .module-content .sub-title {
  color: #999999;
}
.content-2-columns .module-content p {
  line-height: 1.5;
  padding-top: 0;
}
.content-2-columns .module-content h1,
.content-2-columns .module-content h2,
.content-2-columns .module-content h3,
.content-2-columns .module-content h4,
.content-2-columns .module-content h5,
.content-2-columns .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.content-2-columns .module-content .sub-title + h1,
.content-2-columns .module-content .sub-title + h2,
.content-2-columns .module-content .sub-title + h3,
.content-2-columns .module-content .sub-title + h4,
.content-2-columns .module-content .sub-title + h5,
.content-2-columns .module-content .sub-title + h6 {
  margin-top: 0;
}
.content-2-columns .module-content h4 {
  font-size: 16px;
  color: #00b0e6;
}
.content-2-columns .module-content p + h5 {
  margin-top: 15px;
}
.content-2-columns .module-content .text-link {
  color: #00b0e6;
}
.content-2-columns .module-content .text-link:hover {
  color: #428bca;
}
.content-2-columns .image {
  width: 100%;
}
.content-2-columns .image img {
  width: 100%;
}
@media (min-width: 992px) {
  .content-2-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .content-2-columns > [class^="col"] {
    display: flex;
    flex-direction: column;
  }
}
.content-3-columns {
  position: relative;
  z-index: 20;
}
.content-3-columns > [class^="col"] {
  padding-bottom: 20px;
  padding-top: 10px;
}
.content-3-columns .module-content {
  padding: 15px 0 20px;
  border-top: 0;
}
.content-3-columns .module-content .sub-title {
  color: #999999;
}
.content-3-columns .module-content p {
  line-height: 1.5;
  padding-top: 0;
}
.content-3-columns .module-content h1,
.content-3-columns .module-content h2,
.content-3-columns .module-content h3,
.content-3-columns .module-content h4,
.content-3-columns .module-content h5,
.content-3-columns .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.content-3-columns .module-content .sub-title + h1,
.content-3-columns .module-content .sub-title + h2,
.content-3-columns .module-content .sub-title + h3,
.content-3-columns .module-content .sub-title + h4,
.content-3-columns .module-content .sub-title + h5,
.content-3-columns .module-content .sub-title + h6 {
  margin-top: 0;
}
.content-3-columns .module-content h4 {
  font-size: 16px;
  color: #00b0e6;
}
.content-3-columns .module-content p + h5 {
  margin-top: 15px;
}
.content-3-columns .module-content .text-link {
  color: #00b0e6;
}
.content-3-columns .module-content .text-link:hover {
  color: #428bca;
}
.content-3-columns .image {
  width: 100%;
}
.content-3-columns .image img {
  width: 100%;
}
@media (min-width: 992px) {
  .content-3-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .content-3-columns > [class^="col"] {
    display: flex;
    flex-direction: column;
  }
}
.content-4-columns {
  position: relative;
  z-index: 20;
}
.content-4-columns > [class^="col"] {
  padding-bottom: 20px;
  padding-top: 10px;
}
.content-4-columns .module-content {
  padding: 15px 0 20px;
  border-top: 0;
}
.content-4-columns .module-content .sub-title {
  color: #999999;
}
.content-4-columns .module-content p {
  line-height: 1.5;
  padding-top: 0;
}
.content-4-columns .module-content h1,
.content-4-columns .module-content h2,
.content-4-columns .module-content h3,
.content-4-columns .module-content h4,
.content-4-columns .module-content h5,
.content-4-columns .module-content h6 {
  font-weight: bold;
  line-height: 1.3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 5px;
}
.content-4-columns .module-content .sub-title + h1,
.content-4-columns .module-content .sub-title + h2,
.content-4-columns .module-content .sub-title + h3,
.content-4-columns .module-content .sub-title + h4,
.content-4-columns .module-content .sub-title + h5,
.content-4-columns .module-content .sub-title + h6 {
  margin-top: 0;
}
.content-4-columns .module-content h4 {
  font-size: 16px;
  color: #00b0e6;
}
.content-4-columns .module-content p + h5 {
  margin-top: 15px;
}
.content-4-columns .module-content .text-link {
  color: #00b0e6;
}
.content-4-columns .module-content .text-link:hover {
  color: #428bca;
}
.content-4-columns .image {
  width: 100%;
}
.content-4-columns .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .content-4-columns .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .content-4-columns .row > [class^="col"] {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .content-4-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
  .content-4-columns .row {
    height: 100%;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #f2f2f2;
  line-height: 1.8;
  overflow: hidden;
  overflow-y: scroll;
}
body p {
  color: #333;
  font-size: 14px;
}
a,
a:focus {
  outline: 0;
}
a img {
  border: 0;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.3;
}
h1 {
  font-size: 22px;
  color: #00b0e6;
  margin: 15px 0;
}
h2 {
  font-size: 20px;
  color: #00b0e6;
  margin-top: 30px;
  margin-bottom: 15px;
}
h3 {
  font-size: 18px;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h4 {
  font-size: 16px;
  color: #00b0e6;
  margin-top: 20px;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
  color: #666666;
}
h6 {
  font-size: 13px;
  color: #666666;
}
li {
  color: #333 !important;
}
a {
  color: #00b0e6;
}
.page {
  position: relative;
  top: 0;
  padding-top: 60px;
}
.breadcrumb-container {
  padding: 0 15px;
}
.content-container {
  padding: 0 15px 30px;
}
.content-container.startpage {
  padding: 35px 0;
}
.downloads-slider {
  margin-top: 15px;
}
.claim-wrapper {
  padding-left: 0;
}
/* Hide Home Menu Item */
.navbar .item-107,
.navbar .item-108 {
  display: none !important;
}
ul.navbar-nav li:hover a {
  color: #00b0e6 !important;
}
ul.navbar-nav li:hover li a {
  color: #000 !important;
}
ul.navbar-nav li:hover li:hover a {
  color: #00b0e6 !important;
}
.hidden-xs .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > .navbar-default .navbar-nav > .open > a:focus {
  background: #FFF !important;
}
.hidden-xs .navbar {
  background: transparent;
  border-radius: 0;
  border: 0;
  margin: -10px 0 0 0;
  padding: 0;
}
.hidden-xs .navbar-collapse {
  padding: 0;
}
.hidden-xs .navbar-nav > li > a {
  padding: 0 25px 23px 0;
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
.hidden-xs ul.dropdown-menu {
  position: absolute;
  z-index: 9999;
}
.hidden-xs ul.dropdown-menu li {
  float: left;
  width: 170px;
  height: 100px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.hidden-xs ul.dropdown-menu li img {
  clear: left;
}
.hidden-xs ul.dropdown-menu li .image-title {
  float: left;
  text-align: center !important;
  font-size: 13px;
}
.hidden-xs .caret {
  display: none;
}
.navbar-collapse {
  max-height: none !important;
}
.desktop .dropdown-menu {
  padding-top: 15px;
}
/* Unternehmen */
.hidden-xs .item-109 ul.dropdown-menu {
  width: 925px;
  left: -70px;
}
/* Anwendungen */
.hidden-xs .item-135 ul.dropdown-menu {
  width: 925px;
  left: -350px;
}
/* Neuigkeiten */
.hidden-xs .item-113 ul.dropdown-menu {
  width: 746px;
  left: -200px;
}
/* Produkte */
.hidden-xs .item-110 ul.dropdown-menu {
  width: 380px;
  left: -150px;
}
/* Kontakt */
.hidden-xs .item-112 ul.dropdown-menu {
  width: 560px;
  left: -200px;
}
/* ENGLISCH */
/* Unternehmen */
.hidden-xs .item-133 ul.dropdown-menu {
  width: 925px;
  left: -70px;
}
/* Produkte */
.hidden-xs .item-169 ul.dropdown-menu {
  width: 380px;
  left: -120px;
}
/* Anwendungen */
.hidden-xs .item-178 ul.dropdown-menu {
  width: 925px;
  left: -350px;
}
/* Neuigkeiten */
.hidden-xs .item-181 ul.dropdown-menu {
  width: 746px;
  left: -200px;
}
/* Kontakt */
.hidden-xs .item-188 ul.dropdown-menu {
  width: 560px;
  left: -180px;
}
.visual {
  position: relative;
  z-index: 10;
  min-height: 1px;
}
.visual p {
  padding: 0;
  margin: 0;
}
.content-visual {
  position: relative;
  padding: 0 !important;
}
.content-visual img {
  width: 100%;
  height: auto;
}
li.active a {
  background: none !important;
}
.btn.btn-primary,
.btn.btn-default {
  background: #00b0e6 !important;
  border: 0 !important;
  color: #ffffff;
}
.djslider-default img.dj-image {
  border: 1px solid #e6e6e6 !important;
}
.btn.btn-primary:hover,
.btn.btn-default:hover {
  background: #428bca !important;
}
.teaser_news .custom {
  background: #FFF;
  padding: 30px 10px;
  position: relative;
  z-index: 20;
}
.teaser_news .custom h2 {
  margin: 10px 0 25px;
}
.country.form-wrap {
  margin-top: 10px;
}
.clear {
  clear: both;
}
.breadcrumb {
  padding: 8px 0 12px;
  background: none;
  border: 0;
  margin: 0;
}
.breadcrumb li:nth-child(3) {
  display: none !important;
}
.breadcrumb li a {
  color: #999;
  font-size: 14px;
}
.breadcrumb li .divider img {
  display: none;
}
ul.icon-list {
  list-style: none;
  padding-left: 0 !important;
  padding-top: 10px;
}
ul.icon-list li {
  position: relative;
  padding-left: 25px !important;
}
ul.icon-list li .glyphicon {
  margin-right: 5px;
  color: #ffffff;
  background: #00b0e6;
  border-radius: 50%;
  padding: 3px;
  height: 19px;
  font-size: 12px;
  width: 19px;
  position: absolute;
  left: 0;
  top: 4px;
}
.content-container .item-page ul {
  padding-left: 15px;
}
.content-container [class^="item-page"] h1,
.content-container [class^="item-page"] h2,
.content-container [class^="item-page"] h3,
.content-container [class^="item-page"] h4,
.content-container [class^="item-page"] h5,
.content-container [class^="item-page"] h6 {
  clear: both;
}
.more-info-link:after {
  content: "»";
  margin-left: 5px;
}
.sidebar .home-box h5 {
  font-size: 16px;
  height: 20px !important;
}
.sidebar .home-box .image {
  width: 100%;
  padding: 0 0 10px 0;
}
.sidebar .acymailing_module {
  padding: 10px;
}
.acysubbuttons {
  text-align: left;
}
/************************* FOOTER *******************************/
.footer {
  background: #beb7ad;
  position: relative;
  z-index: 20;
  padding: 15px 0 15px 0;
}
.footer h2 {
  color: #FFF;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  border-bottom: 1px solid #000;
  margin: 8px 0;
  padding: 0 0 8px 0;
}
.footer ul li:last-child {
  border: 0;
}
.footer ul li a {
  color: #000;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #2a6496 !important;
}
.footer ul li a:before {
  content: "»";
  padding-right: 8px;
}
.footer2 {
  background: #ece4da;
  position: relative;
  z-index: 20;
  padding: 15px 0 10px 0;
  color: #7c7e7e;
  font-size: 11px;
}
/************************* CAROUSEL *******************************/
.carousel {
  position: relative;
  left: 0;
  z-index: 0;
}
.carousel .item img {
  position: relative;
}
.carousel .item a:first-child {
  display: block;
  width: 100%;
  height: 100%;
}
.carousel .item a:hover {
  text-decoration: none !important;
}
.carousel .item .carousel-caption {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 10;
  text-align: left;
  text-shadow: none;
}
.carousel .item .carousel-caption h1 {
  font-weight: bold;
  color: #FFF;
  font-size: 36px;
  margin: 10px 0 0 0;
}
.carousel .item .carousel-caption h2 {
  font-weight: normal;
  color: #FFF;
  font-size: 28px;
  margin: 8px 0 10px 0;
  line-height: 1.5;
}
.carousel-content {
  background: rgba(0, 176, 230, 0.7);
  padding: 10px 22px;
  max-width: 720px;
  color: black;
}
.carousel .item span.link,
.carousel .item .carousel-caption a {
  color: #FFF;
}
.carousel-indicators {
  z-index: 9999;
}
.carousel-control {
  font-size: 25px;
}
.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
/* FADE EFFECT */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* UNTERSEITE SLIDER */
.content-container .carousel {
  top: 0;
}
.content-container .carousel .item .carousel-caption h1,
.content-container .carousel .item .carousel-caption h2 {
  border: 0;
}
.country-box {
  background: #EFEFEF;
  padding: 20px;
}
.country-box h1 {
  border: 0;
  font-size: 20px;
  color: #00b0e6;
}
.country-box h2 {
  font-size: 16px;
  border: 0;
}
/*** SPINNER BOOSTRAP OVERWRITE ***/
.btn-primary {
  background: #00b0e6;
}
#accordion a {
  text-decoration: none;
}
#accordion a:hover {
  text-decoration: none;
  color: #428BCA;
}
/**SCROLL TO TOP BUTTON **/
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
}
#back-top a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 15px;
  padding-top: 4px;
  color: #fff;
  background-color: #33363b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
}
#back-top a:hover {
  text-decoration: none;
  background-color: #555;
}
/************************* BLOG *******************************/
.article-info-term {
  display: none;
}
.blognewscenter .items-leading,
.blogblog .items-leading {
  background: #FFF;
  color: #000;
  margin-bottom: 20px;
  padding: 10px;
}
.blognewscenter .readmore a:hover,
.blogblog .readmore a:hover {
  color: #2a6496 !important;
}
.blognewscenter .items-leading .published,
.blogblog .items-leading .published {
  padding: 0;
  margin: 0;
}
.blognewscenter .items-row,
.blogblog .items-row {
  background: #FFF;
  margin-bottom: 20px;
  padding: 10px;
}
.blogblog .items-leading a img:hover,
.blogblog .items-row a img:hover {
  opacity: 0.7;
}
.readmore .btn {
  padding-left: 0 !important;
}
.blognewscenter .readmore a,
.blogblog .readmore a {
  font-size: 13px;
}
.leading-0 h3 {
  padding-top: 0;
  margin-top: -15px !important;
}
.item .published,
.leading-0 .published {
  color: #333 !important;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #02b0dc !important;
}
.col-md-9 .blog {
  display: none;
}
/************************* STELLENANGEBOTE *******************************/
.blog_jobs .items-leading,
.blog_jobs .items-row {
  background: transparent !important;
}
.blog_jobs .items-leading,
.blog_jobs .items-row .span6 {
  border-bottom: 1px solid #CDCDCD;
}
.cat-children h3 {
  display: none;
}
.cat-children h3,
.blog_jobs p {
  display: none;
}
.cat-children div h3,
.blog_jobs div p {
  display: block;
}
.cat-children h3.item-title {
  background: #FFF;
  color: #000;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 0 2px #888;
  margin-top: 5px;
}
.item-page_jobs div div a {
  font-size: 14px;
}
.item-page_jobs ul.category-module_jobs li a {
  display: block;
}
/************************* CUSTOM MODULES *******************************/
.sk_teaser.col-md-6 .teaserbox {
  min-height: 112px;
  margin-left: -15px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  max-width: 397px;
}
.sk_teaser.col-md-6 .teaserbox .teaser_link {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 40%;
  min-height: 112px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  color: #000;
}
.sk_teaser.col-md-6 .teaserbox:hover .teaser_link {
  background-color: rgba(0, 176, 230, 0.8);
  color: #FFF;
}
.sk_teaser.col-md-6 .teaserbox .teaser_link .link_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.sk_newsletter .col-md-12 {
  padding-left: 0;
}
.sk_newsletter .col-md-12 label {
  font-weight: normal;
}
span.readmore {
  color: #00b0e6;
}
div.pagination {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.footer .col1 a,
.footer2 a {
  color: #2B90AB;
}
.main-content > [class^="item-"] {
  background: #ffffff;
  padding: 15px 30px;
}
.item-pageblog .article-info {
  margin: 0 0 10px;
  float: left;
}
.item-pageblog .article-body > p:first-of-type {
  float: right;
}
.pdf {
  background-image: url('../img/pdf-icon.png');
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  padding-bottom: 2px;
}
.wf_caption {
  font-size: 11px;
  color: #666;
  margin-right: 10px;
  margin-bottom: 10px !important;
}
.wf_caption > span {
  text-align: left;
}
/* Social Share */
.addtoany_container {
  display: none;
}
.item-pagenewscenter .addtoany_container,
.item-pageblog .addtoany_container,
.item-page .addtoany_container {
  display: block;
}
#accordion .panel-title {
  border-bottom: 4px;
}
#accordion .panel-title a {
  font-size: 16px;
}
#accordion .panel-title img {
  margin-top: -4px;
}
.cc_message {
  color: #FFF !important;
}
.a2a_dd {
  display: none !important;
}
.modal-body iframe {
  min-height: 1000px !important;
}
.modal-open {
  position: fixed;
}
.modal {
  overflow-y: auto;
}
.category-module_jobs {
  margin: 0 !important;
  padding: 0 !important;
}
.category-module_jobs li {
  list-style: none;
  padding: 6px;
  margin: 0 0 2px 0;
  background: #FFF;
  border: 1px solid #CDCDCD;
}
.category-module_jobs li:hover {
  background: #00b0e6;
  border: 1px solid #FFF;
}
.category-module_jobs li:hover a,
.category-module_jobs li a:hover {
  color: #FFF !important;
}
a.jcepopup span.jcemediabox-zoom-image {
  background: transparent url("../img/icon_lupe.png") no-repeat scroll right bottom;
}
table.acymailing_form {
  margin: 0 !important;
}
.acymailing_form label {
  margin-right: 10px;
}
.uc-embedding-container {
  overflow: hidden !important;
}
.country-box .uc-embedding-container {
  width: 100% !important;
}
/** SUCHE **/
li.item-358 {
  display: none;
}
.ratio {
  width: 100%;
  position: relative;
}
.ratio.ratio-16-9 {
  padding: 0 0 56.25% 0;
}
.ratio.ratio-2-1 {
  padding: 0 0 50% 0;
}
.ratio.ratio-9-4 {
  padding: 0 0 44.444% 0;
}
.ratio .ratio-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.ratio .ratio-content .image,
.ratio .ratio-content .video {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.ratio .ratio-content .image img,
.ratio .ratio-content .video img,
.ratio .ratio-content .image iframe,
.ratio .ratio-content .video iframe {
  width: 100%;
}
.cover-images .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100% !important;
  height: 100% !important;
}
.text-link {
  color: #00b0e6;
}
.text-link:hover {
  color: #428bca;
}
.text-link.has-arrows:after {
  content: "»";
  margin-left: 5px;
}
.result-title {
  padding-top: 10px;
}
.sidebar p {
  line-height: 1.5;
}
.sidebar ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.sidebar ul li {
  margin-bottom: 5px;
  padding-left: 5px;
}
.sidebar ul li a:hover {
  color: #2a6496 !important;
}
.sidebar h3,
.sidebar h4 {
  margin: 5px 0 10px;
}
.sidebar .home-box > img:first-of-type + h3,
.sidebar .custom > img:first-of-type + h3,
.sidebar .acymailing_module > img:first-of-type + h3,
.sidebar .home-box > img:first-of-type + h4,
.sidebar .custom > img:first-of-type + h4,
.sidebar .acymailing_module > img:first-of-type + h4,
.sidebar .home-box > p:first-of-type + h3,
.sidebar .custom > p:first-of-type + h3,
.sidebar .acymailing_module > p:first-of-type + h3,
.sidebar .home-box > p:first-of-type + h4,
.sidebar .custom > p:first-of-type + h4,
.sidebar .acymailing_module > p:first-of-type + h4 {
  margin: 15px 0 20px;
}
.pager li > a,
.pager li > span {
  border-radius: 5px;
}
/* CUSTOM IMAGE KLASSEN */
.big-picture {
  margin: 20px 0;
}
.left-norm-picture {
  margin: 5px 0 5px 10px;
}
.right-norm-picture {
  margin: 5px 10px 5px 0;
}
.cc_container {
  opacity: 0.8 !important;
}
.cc_container a {
  color: #FFF !important;
}
.has-error label {
  color: #a94442;
}
.highlight {
  font-weight: bold;
}
.gdpr-footer p,
.gdpr-footer a {
  font-size: 11px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gdpr-footer img {
  width: 65px;
  float: left;
  margin-right: 15px;
}
.blogblog .article-info {
  margin-bottom: 15px;
}
.blogblog .item-image {
  float: none !important;
  width: 100%;
}
@media (min-width: 480px) {
  .blogblog .item-image {
    float: left !important;
    width: auto;
  }
  .blogblog .item-image + h1,
  .blogblog .item-image + h2,
  .blogblog .item-image + h3,
  .blogblog .item-image + h4,
  .blogblog .item-image + h5,
  .blogblog .item-image + h6 {
    margin-top: 0 ;
  }
  .blognewscenter .items-leading .pull-left.item-image img,
  .blognewscenter .items-row .pull-left.item-image img,
  .blogblog .items-leading .pull-left.item-image img,
  .blogblog .items-row .pull-left.item-image img {
    width: 170px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 13px;
  }
  .page {
    padding-top: 140px;
  }
}
/************************* MOBILE *******************************/
.mobiles-logo {
  position: absolute;
  z-index: 9999999;
  top: 5px;
  left: 50%;
  margin-left: -32px;
}
.mobile-navi {
  position: relative;
  overflow: hidden;
}
.mobile-navi a {
  font-size: 15px;
  position: relative;
  z-index: 9999;
}
.visible-xs .navbar .item-107,
.visible-xs .navbar .item-108,
.visible-xs .navbar .item-251 {
  display: block !important;
}
.visible-md .navbar-collapse.collapsing,
.visible-sm .navbar-collapse.collapsing,
.visible-xs .navbar-collapse.collapsing {
  height: 100% !important;
}
.visible-md .nav.navbar-nav,
.visible-sm .nav.navbar-nav,
.visible-xs .nav.navbar-nav {
  height: 100%;
  max-height: 300px;
  overflow-x: hidden;
}
.visible-md .navbar,
.visible-sm .navbar,
.visible-xs .navbar {
  background: transparent;
  border-radius: 0;
  border: 0 !important;
  margin: 0;
  padding: 0;
}
.visible-md .navbar-collapse,
.visible-sm .navbar-collapse,
.visible-xs .navbar-collapse {
  background: #FFF;
  padding-left: 30px;
  margin-top: 0 !important;
}
.visible-md .navbar-collapse img,
.visible-sm .navbar-collapse img,
.visible-xs .navbar-collapse img {
  display: none;
}
.visible-xs ul ul .caret {
  display: none;
}
.visible-xs .logo {
  position: absolute;
  width: 100%;
}
.visible-xs .logo img {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .hidden-xs ul.dropdown-menu li {
    width: 160px;
  }
  .carousel .item .carousel-caption h2 {
    line-height: 1.3;
  }
  /* Unternehmen */
  .hidden-xs .item-109 ul.dropdown-menu,
  .hidden-xs .item-133 ul.dropdown-menu {
    width: 875px !important;
    left: -130px;
  }
  /* Anwendungen */
  .hidden-xs .item-135 ul.dropdown-menu,
  .hidden-xs .item-178 ul.dropdown-menu {
    width: 1050px;
    left: -455px;
  }
  /* Neuigkeiten */
  .hidden-xs .item-113 ul.dropdown-menu,
  .hidden-xs .item-181 ul.dropdown-menu {
    width: 696px;
    left: -250px;
  }
}
@media (max-width: 970px) {
  .carousel .item .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel .item .carousel-caption h2 {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .carousel .item .carousel-caption {
    top: 5%;
  }
  .carousel .item .carousel-caption h1 {
    font-size: 17px;
  }
  .carousel .item .carousel-caption h2 {
    font-size: 15px;
  }
}
@media (max-width: 460px) {
  .carousel .item .carousel-caption {
    top: 0;
  }
  .carousel .item .carousel-caption h1 {
    font-size: 16px !important;
    margin: 10px 0;
  }
  .carousel .item .carousel-caption h2 {
    display: none;
  }
  .carousel-indicators {
    display: none;
  }
}
@media (max-width: 1200px) {
  .dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 5px 0;
    position: relative;
    top: 100%;
    z-index: 1000;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
iframe {
  max-width: 100%;
}
.jai-map-wrap .top-left {
  display: none;
}
.jai-map-wrap .jai-map-container .point .bg-adjusted {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: 'fontAwesome';
  font-size: .8em;
  line-height: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.jai-map-wrap .jai-map-container .bg {
  opacity: 0;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
}
.jai-map-wrap .jai-map-container .bg:hover {
  opacity: .3;
}
.webui-popover-title {
  display: none !important;
}
.djslider .slider-container .slide-desc-text-default .slide-title a::before {
  content: none;
}
.djslider .navigation-container {
  pointer-events: none;
}
.djslider .navigation-container .prev-button,
.djslider .navigation-container .next-button {
  pointer-events: all;
  outline: none;
}
.djslider .slide-desc p {
  font-weight: bold;
  line-height: 1.4;
}
nav.rwd-navi {
  position: fixed;
  background-color: #fff;
  z-index: 1031;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 100px;
  max-width: 1170px;
  width: 100%;
}
nav.rwd-navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.rwd-navi a {
  display: block;
  line-height: 16px;
}
nav.rwd-navi a:hover {
  color: #00b0e6 !important;
}
nav.rwd-navi span {
  display: block;
  line-height: 16px;
}
nav.rwd-navi li.productfinder a {
  padding-left: 22px;
  position: relative;
}
nav.rwd-navi li.productfinder a:before {
  content: "";
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE3cHgiIHZpZXdCb3g9IjAgMCAxNyAxNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Hcm91cCA2PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IkxheW91dC0iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjIiPiAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwtNCIgY3g9IjUuNSIgY3k9IjUuNSIgcj0iNS41Ij48L2NpcmNsZT4gICAgICAgICAgICA8cGF0aCBkPSJNOS41LDkuNSBMMTQuMDIyNjgwNSwxNC4wMjI2ODA1IiBpZD0iTGluZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
  position: absolute;
  left: 0;
}
nav.rwd-navi > ul {
  display: flex;
  height: 100%;
  width: 520px;
  margin-left: 194px;
  margin-top: -51px;
}
.flyout-background-style {
  position: absolute;
  top: 26px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  z-index: -1;
  display: none;
}
nav.rwd-navi > ul > li > span {
  cursor: pointer;
  display: block;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
}
nav.rwd-navi > ul > li:hover > span {
  color: #00b0e6 !important;
}
nav.rwd-navi > ul > li.active > .flyout-navi {
  display: flex;
}
nav.rwd-navi .flyout-navi {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  justify-content: space-between;
  padding: 30px 30px 10px 30px;
}
nav.rwd-navi .flyout-navi.type-row > ul {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hide-in-flyout {
    display: none;
  }
  .hide-subnav-in-flyout ul {
    display: none;
  }
}
nav.rwd-navi .flyout-navi > ul {
  flex: 1;
}
nav.rwd-navi .flyout-navi > ul > li {
  margin-bottom: 26px;
  flex-basis: 20%;
}
nav.rwd-navi .flyout-navi > ul > li > a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
nav.rwd-navi .flyout-navi > ul > li li {
  margin-top: 5px;
}
nav.rwd-navi .flyout-navi > ul > li li a {
  color: #7b7b7b;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  nav.rwd-navi {
    display: none;
    top: 60px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    max-width: none;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  nav.rwd-navi.open-navi {
    display: block;
  }
  nav.rwd-navi > ul {
    margin-left: 0;
    margin-top: 0;
    padding: 10px 25px;
  }
  nav.rwd-navi ul {
    display: block;
    width: 100%;
  }
  nav.rwd-navi ul li a,
  nav.rwd-navi .flyout-navi ul li a,
  nav.rwd-navi .flyout-navi > ul > li li a {
    text-transform: none;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
  }
  nav.rwd-navi ul li.productfinder a,
  nav.rwd-navi .flyout-navi ul li.productfinder a,
  nav.rwd-navi .flyout-navi > ul > li li.productfinder a {
    padding-left: 32px;
  }
  nav.rwd-navi ul li.productfinder a:before,
  nav.rwd-navi .flyout-navi ul li.productfinder a:before,
  nav.rwd-navi .flyout-navi > ul > li li.productfinder a:before {
    left: 10px;
  }
  nav.rwd-navi > ul > li a,
  nav.rwd-navi > ul > li span {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 18px;
  }
  nav.rwd-navi > ul > li > a,
  nav.rwd-navi > ul > li span {
    padding: 0;
    line-height: 18px;
  }
  nav.rwd-navi .flyout-navi {
    padding: 0;
    border: none;
    display: block;
    position: relative;
  }
  nav.rwd-navi .flyout-navi ul {
    padding-left: 10px;
  }
  nav.rwd-navi .flyout-navi > ul li,
  nav.rwd-navi .flyout-navi > ul > li li {
    margin: 0;
  }
  nav.rwd-navi .flyout-navi:not(.type-row) > ul:first-child > li:first-child {
    display: block;
  }
  nav.rwd-navi .flyout-navi:not(.type-row) > ul ul li:first-child {
    display: block;
  }
  nav.rwd-navi .flyout-navi.type-row > ul {
    display: block;
  }
  nav.rwd-navi .flyout-navi.type-row > ul li:first-child {
    display: block;
  }
  nav.rwd-navi li .flyout-navi,
  nav.rwd-navi li .flyout-navi > ul ul,
  nav.rwd-navi .flyout-navi li .flyout-navi,
  nav.rwd-navi .flyout-navi li .flyout-navi > ul ul {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  nav.rwd-navi li.open-navi .flyout-navi,
  nav.rwd-navi li.open-navi > ul,
  nav.rwd-navi .flyout-navi li.open-navi .flyout-navi,
  nav.rwd-navi .flyout-navi li.open-navi > ul {
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  nav.rwd-navi > ul > li {
    padding: 15px 0;
  }
  nav.rwd-navi > ul > li:hover a {
    color: #333333 !important;
  }
  nav.rwd-navi > ul > li.separated-top {
    border-top: 1px solid #f2f2f2;
  }
  nav.rwd-navi > ul > li:hover > .flyout-navi {
    display: block;
  }
  nav.rwd-navi li span:not(:only-child):after,
  nav.rwd-navi li a:not(:only-child):after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #777777;
  }
}
@media (min-width: 1200px) {
  nav.rwd-navi {
    top: 115px;
    background: none;
  }
  nav.rwd-navi > ul {
    margin-bottom: 26px;
  }
  nav.rwd-navi .flyout-navi {
    position: fixed;
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
  }
  nav.rwd-navi .flyout-navi > ul {
    margin-top: 26px;
  }
  .flyout-background-style {
    display: block;
  }
}
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* -------------------------------- 
	
	Modules - reusable parts of our design
	
	-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container h1,
.cd-container h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.cd-timeline-content h2 {
  font-size: 20px !important;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 3px;
  background: #CDCDCD;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.cd-timeline-img.cd-picture {
  background: #585858;
}
.cd-timeline-img.cd-movie {
  background: #585858;
}
.cd-timeline-img.cd-location {
  background: #585858;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #CDCDCD;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.cd-timeline-content p {
  color: #7f8c97 !important;
  font-size: 14px !important;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 580px;
    margin-top: 150px;
  }
}
.modal-content {
  border-radius: 0;
}
body.modal-open {
  overflow: visible;
  position: static;
}
.modal-body {
  padding-left: 36px;
  padding-right: 30px;
}
#button-hide-stoerer {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#button-hide-stoerer:hover::after {
  background-color: #428BCA;
}
#button-hide-stoerer span {
  position: absolute;
  text-decoration: underline;
  color: #000;
  font-size: 12px;
  line-height: 36px;
  right: 50px;
}
#button-hide-stoerer::after {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #00b0e6;
  color: white;
  content: "\00d7";
}
#stoerer-box {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 75%;
}
#stoerer-box p {
  width: 58%;
  margin-bottom: 20px;
}
#stoerer-box input {
  margin-right: 10px;
}
#stoerer-box h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #00b0e6;
  font-size: 32px;
  line-height: 35px;
}
#stoerer-box .footer-box {
  position: relative;
  display: block;
  margin-top: 40px;
  font-size: 12px;
}
#stoerer-box .footer-box label {
  font-weight: normal;
  font-size: 13px;
  position: relative;
  padding-left: 18px;
}
#stoerer-box .footer-box input {
  position: absolute;
  top: -1px;
  left: 0;
}
#stoerer-box .footer-box span {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #stoerer-box {
    background-image: none !important;
  }
}
@media only screen and (max-width: 580px) {
  #stoerer-box p {
    width: 100%;
  }
  #stoerer-box h3 {
    margin-top: 30px;
  }
  #stoerer-box .footer-box p {
    margin-bottom: 10px;
  }
  #stoerer-box .footer-box span {
    position: relative;
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */