/* .hoko_login_button_wrapper:nth-last-child(1) {
  display: none;
} */
/* fonts */
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,800,900';

/* general */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: #565655;
  font: normal 62.5%/normal 'Source Sans Pro', sans-serif;
  min-width: 300px;
}

.dp {
  display: none;
}

span.star {
  display: initial;
}

/* page mmenu */
.page {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* END page mmenu */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  display: block;
  line-height: normal;
  text-align: center;
}

h1, h2, .special_box_title, .functions_title {
  font-size: 6.5em;
  font-weight: 400;
  color: #565655;
  text-transform: uppercase;
  line-height: 1em;
  margin: 20px auto;
}

h1 b, h1 strong, h2 b, h2 strong {
  font-weight: 900;
}

h1 .lowercase, h2 .lowercase, .special_box_title .lowercase, .functions_title .lowercase {
  text-transform: lowercase;
}

h3 {}

h4 {}

h5 {}

h6 {}

p, .ce-bodytext, .highlight_box_text, .special_box_description, .accordion_header, .accordion_content, .milestone_text, .functions_box_item_text {
  font-size: 2.2em;
  line-height: 1.73em;
  text-align: center;
  color: #565655;
}

hr {}

.center {
  position: relative;
  display: block;
  margin: 0 auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1125px;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

iframe {
  border: 0;
}

/* cookie banner */
.eu_privacy_banner, .eu_privacy_banner_content p a, .eu_privacy_banner_content ul a, .eu_privacy_banner_content ol a, .eu_privacy_banner_content a, .eu_privacy_law_text p a, .eu_privacy_law_text ul a, .eu_privacy_law_text ol a, .eu_privacy_law_column p a, .eu_privacy_law_column ul a, .eu_privacy_law_column ol a {
 color: white !important;
}

.eu_privacy_law_title{
  color: #c1d100!important;  
}

.eu_privacy_banner_buttons a {
 border: 1px solid #c1d100 !important;
 background-color: #c1d100 !important;
 color: #fff !important;
}

.eu_privacy_banner_content svg path {
 fill: #fff !important;
}

.eu_privacy_law_column:nth-child(2) label {
 color: #494948 !important;
}

.eu_privacy_law_column button[type="submit"] {
 background-color: #c1d100 !important;
 border: 1px solid #c1d100 !important;
 color: #ffffff !important;
}

.eu_privacy_banner_wrapper {
 background-color: rgb(81 78 80 / 90%) !important;
}

input:disabled+.flipswitch {
 background-color: rgb(50 50 49) !important;
}

input:checked+.flipswitch {
 background-color: rgb(50 50 49) !important;
}
/* END cookie banner */
/* transition duration */
.transition, nav.nav_main>ul>li>ul, .mmenu_button, .slideshow_pager #slideshow_prev, .slideshow_pager #slideshow_next, #customer_overview_slideshow_prev, #customer_overview_slideshow_next, .pricetable table tbody tr td a, nav.header_meta_nav ul li a, .room_buttons a, .hoko_login_button a, nav.nav_main>ul>li>a, nav.nav_main>ul>li>a::before, #slideshow_prev, #slideshow_next, .scroll_down::after, .navigation_button span, .navigation_button span::before, .navigation_button span::after, nav.nav_main, .accordion_header, .accordion_arrow, .hoko_login_button a, form .form_box input[type="submit"], form .form_box button, .scroll_up, .highlight_button, a.highlight_button, .special_box_button a, .customer, .functions_box_items_slideshow_pager ul li, .functions_box_items_slideshow_pager ul li a {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.sprite, .hoko_login_button a, nav.nav_main>ul>li>a::before, #slideshow_prev, #slideshow_next, .scroll_down::after, .header_img, .accordion_arrow, #customer_overview_slideshow_prev, #customer_overview_slideshow_next {
  background-size: 1250px 1504px !important;
}

/* END transition duration */
/* END general */
/* navigation */
.navigation_wrapper {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1100;
  background-color: #fff;
}

.navigation {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 1850px;
  box-sizing: border-box;
  padding: 30px 20px 16px;
  table-layout: fixed;
}

.navigation .navigation_box {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.navigation .navigation_box.navigation_box_left {
  width: 470px;
}

/* logo */
.logo {
  position: relative;
  display: block;
}

.logo a, .logo img {
  position: relative;
  display: block;
}

.logo a {
  padding: 10px 0;
}

.logo img {
  width: 100%;
  height: auto;
}

/* END logo */
.navigation_box_inner_wrapper {
  position: relative;
  display: table;
  max-width: 100%;
  box-sizing: border-box;
  width: auto;
  padding-left: 20px;
  float: right;
}

.nav_main_wrapper, .hoko_login_button_wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

/* navigation button */
.navigation_button {
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
}

.navigation_button span {
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #565655;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -900em;
}

.navigation_button span::before, .navigation_button span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #565655;
}

.navigation_button span::before {
  bottom: 10px;
}

.navigation_button span::after {
  top: 10px;
}

.navigation_wrapper.active .navigation_button span {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navigation_wrapper.active .navigation_button span::before {
  bottom: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.navigation_wrapper.active .navigation_button span::after {
  opacity: 0;
  visibility: hidden;
}

/* END navigation button */
/* nav main */
.nav_main_wrapper {}

nav.nav_main {
  position: relative;
  display: block;
}

nav.nav_main>ul {
  position: relative;
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
}

nav.nav_main>ul>li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  font-size: 2.2em;
  font-weight: 700;
  color: #565655;
  text-transform: uppercase;
  padding: 10px 27px;
}

nav.nav_main>ul>li>a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
}

nav.nav_main>ul>li>a::before {
  content: '';
  position: relative;
  display: block;
  margin: 0 auto 12px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: transparent !important;
}

nav.nav_main>ul>li>a.nav_main_advantages::before {
  background: url("../Images/sprite.png") -30px -582px no-repeat;
}

nav.nav_main>ul>li>a.nav_main_functions::before {
  background: url("../Images/sprite.png") -85px -583px no-repeat;
}

nav.nav_main>ul>li>a.nav_main_video::before {
  background: url("../Images/sprite.png") -141px -584px no-repeat;
}

nav.nav_main>ul>li>a.nav_main_customer::before {
  background: url("../Images/sprite.png") -202px -584px no-repeat;
}

nav.nav_main>ul>li>a.nav_main_faq::before {
  background: url("../Images/sprite.png") -264px -583px no-repeat;
}

nav.nav_main>ul>li>a.nav_main_contact::before {
  background: url("../Images/sprite.png") -327px -582px no-repeat;
}

nav.nav_main>ul>li>a.nav_main_marketing::before {
  background: url("../Images/sprite.png") -385px -582px no-repeat;
}

nav.nav_main>ul>li>a.nav_main_partner::before {
  background: url("../Images/sprite.png") -385px -634px no-repeat;
}

nav.nav_main>ul>li.active>a::before, nav.nav_main>ul>li:hover>a::before {
  background-color: #565655 !important;
}

nav.nav_main>ul>li:hover>a {
  text-decoration: none;
}

nav.nav_main>ul>li>ul {
  position: absolute;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  display: none !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

nav.nav_main>ul>li:hover>ul

/*, nav.nav_main > ul > li.active > ul*/
  {
  visibility: visible;
  opacity: 1;
}

nav.nav_main>ul>li>ul>li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

nav.nav_main>ul>li>ul>li>a {
  position: relative;
  display: block;
  text-decoration: none;
}

nav.nav_main>ul>li>ul>li:hover>a {
  text-decoration: underline;
}

/* END nav main */
/* hoko login */
.hoko_login_button_wrapper {
  padding: 10px 0;
  width: 130px;
}

.hoko_login_button {
  position: relative;
  display: block;
  text-align: right;
}

.hoko_login_button a {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 82px;
  box-sizing: border-box;
  text-align: center;
  background: transparent url("../Images/sprite.png") -722px -703px no-repeat;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6em;
  font-weight: 800;
  padding: 30px 10px;
}

.hoko_login_button a:hover {
  opacity: 0.8;
}

/* END hoko login */
/* END navigation */
/* header */
.header_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

.header {
  position: relative;
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding-top: 159px;
}

/* slideshow */
.slideshow_wrapper {
  position: relative;
  display: block;
  height: 100%;
}

.slideshow {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.slideshow>img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
  right: -100% !important;
  margin: auto;
}

.slideshow_pager, .customer_slideshow_pager {}

#slideshow_prev, #slideshow_next, #customer_overview_slideshow_prev, #customer_overview_slideshow_next {
  position: absolute;
  display: block;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  top: 50%;
  background: rgba(84, 80, 83, 0.8) url("../Images/sprite.png") -606px -592px no-repeat;
  cursor: pointer;
  z-index: 999;
}

#slideshow_prev:hover, #slideshow_next:hover, #customer_overview_slideshow_prev:hover, #customer_overview_slideshow_next:hover {
  background-color: rgba(84, 80, 83, 0.9);
}

#slideshow_prev, #customer_overview_slideshow_prev {
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -900em;
}

#slideshow_next, #customer_overview_slideshow_next {
  right: 25px;
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  text-indent: 900em;
}

/* END slideshow */
/* header image */
.header_img_wrapper {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 990;
}

.header_img {
  position: relative;
  display: block;
  width: 1178px;
  height: 175px;
  background: transparent url("../Images/sprite.png") -35px -1289px no-repeat;
  margin: 0 auto;
  text-indent: -900em;
  overflow: hidden;
}

.header_img span {
  display: none;
}

/* END header image */
/* header title */
.header_title_wrapper {
  position: absolute;
  display: block;
  bottom: 180px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 990;
}

.header_title {
  position: relative;
  display: block;
  font-size: 6em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.header_title span {
  color: #C4D400;
}

/* END header title */
/* scroll down */
.scroll_down {
  display: block;
  position: absolute;
  z-index: 990;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border: 4px solid #fff;
  background-color: #565655;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  cursor: pointer;
}

.scroll_down::after {
  content: '';
  display: block;
  width: 39px;
  height: 19px;
  bottom: 10px;
  left: 50%;
  position: absolute;
  background: transparent url("../Images/sprite.png") -765px -610px no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scroll_down 2s ease 0s infinite;
  animation: scroll_down 2s ease 0s infinite;
}

.scroll_down:hover {
  background-color: rgba(63, 59, 60, 0.9);
}

@-webkit-keyframes scroll_down {
  0% {
    bottom: 20px;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 10px;
    opacity: 0;
  }
}

@keyframes scroll_down {
  0% {
    bottom: 20px;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 10px;
    opacity: 0;
  }
}

/* END scroll down */
/* END header */
/* language */
/*
.language{
    position: relative;
    display: block;
}
.language ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.language ul li{
    position: relative;
    display: block;
    float: left;
}
.language ul li.active{
}
.language ul li a{
    position: relative;
    display: block;
    text-decoration: none;
}
.language ul li a:hover{
}
.language ul li.active a{
    text-decoration: underline;
}
*/
/* END language */
/* content */
/* main */
main, .main {
  position: relative;
  display: block;
  font-size: 1em;
  line-height: normal;
}

.main {
  margin: 60px auto 30px;
}

.main .center {
  max-width: 1600px;
}

.customer_overview_wrapper+.main.main_custom, .video_wrapper+.main.main_custom {
  margin-top: 162px;
}

.main .ce-textpic {
  margin: 0 auto;
  max-width: 1230px;
}

.accordion+.main {
  margin-top: 160px;
}

/*
.main:first-child, .main + .main, .breadcrumb + .main{
    margin-top: 40px;
}
.breadcrumb + .main h1{
    margin-top: 0;
}
*/
header+.ce-textpic {
  margin-top: 30px;
}

.main:last-child header+.ce-textpic {
  margin-top: 0;
}

header h1:first-child, header h2:first-child, main p:first-child, .main p:first-child, .main+.main h3, main h3:first-child, .main h3:first-child, .special_box_title:first-child, .functions_title:first-child {
  margin-top: 0 !important;
}

header h1:last-child, header h2:last-child, main p:last-child, .main p:last-child, .main+.main h3, main h3:last-child, .main h3:last-child, .special_box_title:last-child, .functions_title:last-child {
  margin-bottom: 0 !important;
}

main a, .main a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}

main a:hover, .main a:hover {
  text-decoration: underline;
}

main ul, main ol, .main ul, .main ol {
  position: relative;
  display: block;
  text-align: left;
  margin: 30px auto;
}

.main ul li, .main ol li {
  display: list-item;
}

.main ul li::before, .main ol li::before {
  /*content: '\2022\00a0';*/
}

.ce-bodytext, .highlight_box_text, .milestone_text, .special_box_description {
  position: relative;
  display: block;
}

.ce-bodytext p, .ce-bodytext ul, .ce-bodytext ol, .highlight_box_text p, .highlight_box_text ul, .highlight_box_text ol, .special_box_description p, .special_box_description ul, .special_box_description ol, .accordion_content p, .accordion_content ul, .accordion_content ol, .milestone_text p, .milestone_text ul, .milestone_text ol, .functions_box_item_text p, .functions_box_item_text ul, .functions_box_item_text ol {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-align: inherit;
  color: inherit;
}

.ce-bodytext h3 {}

/*
.ce-right h1, .ce-right h2, .ce-right h3, .ce-right p{
    text-align: left;
}
.ce-left h1, .ce-left h2, .ce-left h3, .ce-left p{
    text-align: right;
}
*/
figcaption {}

.highlighting, a.highlighting {}

.highlighting:hover, a.highlighting:hover {}

.contenttable {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}

.contenttable thead tr th, .contenttable tbody tr td {
  color: #000;
}

.contenttable thead tr th {
  position: relative;
}

.contenttable tbody tr td {
  position: relative;
}

.ce-bodytext .contenttable thead tr th, .ce-bodytext .contenttable tbody tr td {
  font-size: inherit;
}

.ce-menu.ce-menu-2 {
  position: relative;
  display: table;
  margin: 0 auto;
}

.ce-menu.ce-menu-2 li {
  position: relative;
  display: list-item;
}

.ce-menu.ce-menu-2 li::before {
  display: none;
}

.highlight_button, a.highlight_button {
  position: relative;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  margin: 20px auto;
  max-width: 536px;
  text-transform: uppercase;
  font-size: 1.14em;
  line-height: normal !important;
  padding: 30px 40px;
  box-sizing: border-box;
  font-weight: 700 !important;
  background-color: #C4D400;
}

.highlight_button:hover, a.highlight_button:hover {
  background-color: #d7e25c;
}

.highlight_button::after, a.highlight_button::after {}

body[data-page="106"] .main:last-child {
  margin-bottom: 80px;
}

body[data-page="106"] .main .ce-textpic.ce-left {
  display: table;
  width: 100%;
  table-layout: fixed;
}

body[data-page="106"] .main .ce-bodytext, body[data-page="106"] .main .ce-gallery {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}

body[data-page="106"] .main .ce-bodytext {
  width: 100%;
  text-align: left;
}

body[data-page="106"] .main .ce-bodytext h3, body[data-page="106"] .main .ce-bodytext p {
  text-align: inherit;
}

body[data-page="106"] .main .ce-bodytext h3 {
  text-transform: uppercase;
}

body[data-page="106"] .main .ce-gallery {
  width: 300px;
  padding-right: 50px;
}

body[data-page="106"] .main .ce-gallery img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* END main */
/* rte */
.highlight_text, b.highlight_text, strong.highlight_text {
  font-weight: 700;
  color: #c7d61a;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* END rte */
/* Language Switcher */
.language li.active {
  display: none;
}

.language li {
  display: block;
}

.hoko_login_button a span {
  display: none;
}

.language.clearfix ul {
  margin: 0;
  padding: 0;
}

.hoko_login_button_wrapper:nth-last-child(1) {
  padding: 14.5px 0px;
}

/* END Language Switcher */
/* highlight box */
.highlight_boxes_wrapper {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 1600px;
  margin: 50px auto;
}

.highlight_boxes_row_wrapper {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.highlight_boxes_row {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.highlight_box_wrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 400px;
  padding: 0 20px;
}

.highlight_boxes_row .highlight_box_wrapper {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  max-width: none;
}

.highlight_box {
  position: relative;
  display: block;
}

.highlight_box_img {
  position: relative;
  display: block;
  text-align: center;
}

.highlight_box_img img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 120px;
  height: auto;
}

.highlight_box_content {
  position: relative;
  display: block;
  text-align: center;
}

.highlight_box_img+.highlight_box_content {
  margin-top: 20px;
}

.highlight_box_header {
  position: relative;
  display: block;
}

.highlight_box_title, .milestone_title {
  position: relative;
  display: block;
  font-size: 2.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #565655;
  text-transform: uppercase;
}

.highlight_box_subtitle {
  position: relative;
  display: block;
  color: #C4D400;
  font-size: 2.9em;
  font-weight: 700;
}

.highlight_box_text {}

.highlight_box_text p, .highlight_box_text ul, .highlight_box_text ol {}

/* END highlight box */
/* popup */
.popup_message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_inner {
  /*max-width: 800px;*/
  max-width: 720px;
  height: auto;
  max-height: 70vh;
  background: rgba(86, 86, 85, 0.95);
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  margin: 0 20px;
  position: relative;
}

.popup_inner p {
  color: white;
}

.popup_title {
  /*color: white;*/
  color: #c1d100;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

.popup_button a {
  color: white;
  background: #c1d100;
  display: inline-block;
  font-size: 20px;
  padding: 5px 35px;
  box-sizing: border-box;
  margin-top: 25px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.popup_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  border: 1px solid white;
  border-radius: 50%;
  background: #555554;
  cursor: pointer;
  background-image: url(/Onepage/Resources/Public/Images/close.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

/* END popup */
/* special box */
.special_box_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}

.special_box_wrapper:last-child {
  margin-bottom: 120px;
}

.highlight_boxes_wrapper+.special_box_wrapper, .main+.special_box_wrapper, .customer_overview_wrapper+.special_box_wrapper, .special_box_wrapper.layout_85+.special_box_wrapper, .special_box_wrapper.layout_86+.special_box_wrapper {
  margin-top: 120px;
}

.special_box_wrapper.layout_85 {
  background-color: #fff;
}

.special_box_wrapper.layout_86 {
  background-color: #F7F7F7;
}

.special_box_wrapper.even {}

.special_box {
  position: relative;
  display: table;
  width: 100%;
  height: 668px;
  table-layout: fixed;
}

.special_box_wrapper:nth-child(odd) .special_box {
  direction: rtl;
}

.special_box_wrapper.layout_85 .special_box {
  height: 642px;
  direction: ltr;
}

.special_box_wrapper.layout_86 .special_box {
  height: 963px;
  direction: rtl;
}

.special_box_img_wrapper, .special_box_content_wrapper {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  direction: ltr;
}

.special_box_img_wrapper {
  width: 940px;
  overflow: hidden;
}

.special_box_wrapper.layout_85 .special_box_img_wrapper {
  overflow: initial;
}

.special_box_wrapper.layout_86 .special_box_img_wrapper {
  width: 1030px;
}

.special_box_wrapper.layout_85 .special_box_img_wrapper::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 734px;
  height: 600px;
  background: transparent url("../Images/hintergrund.png") left top no-repeat;
  background-size: 805px 602px;
  z-index: 9;
}

.special_box_img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.special_box_img img {
  position: absolute;
  display: block;
  width: 1151px;
  height: auto;
  left: -244px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.special_box_wrapper:nth-child(odd) .special_box_img img {
  left: auto;
  right: -244px;
}

.special_box_wrapper.layout_85 .special_box_img img {
  position: absolute;
  display: block;
  z-index: 99;
  width: 100%;
  right: 0;
  left: auto;
  bottom: -120px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.special_box_wrapper.layout_85 .special_box_img img {
  animation: MoveUpDown 10s linear infinite;
  position: absolute;
  left: 0;
  bottom: -120px;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.special_box_wrapper.layout_86 .special_box_img img {
  position: absolute;
  display: block;
  width: 1175px;
  left: auto;
  right: -255px;
}

.special_box_wrapper.even .special_box_img img {
  right: auto;
  left: 0;
}

.special_box_content_wrapper {
  z-index: 990;
  width: 100%;
}

.special_box_wrapper.layout_85 .special_box_content_wrapper {
  vertical-align: bottom;
}

.special_box_wrapper.layout_86 .special_box_content_wrapper {
  position: static;
/*  vertical-align: bottom;*/
}

.special_box_content {
  position: relative;
  display: block;
  max-width: 750px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  float: right;
  margin-right: 170px;
}

.special_box_wrapper:nth-child(odd) .special_box_content {
  margin-right: 0;
  margin-left: 170px;
}

.special_box_wrapper.layout_85 .special_box_content {
  max-width: 720px;
  padding-bottom: 40px;
  margin: 0 !important;
}

.special_box_wrapper.layout_86 .special_box_content {
  position: static;
  max-width: 690px;
  padding-bottom: 60px;
  margin: 0 !important;
}

.special_box_wrapper.even .special_box_content {
  float: left;
}

.special_box_header {
  position: relative;
  display: block;
}

.special_box_title {
  color: #C4D400;
  text-align: left;
  font-weight: 400;
  line-height: normal;
}

.special_box_wrapper.layout_71 .special_box_title {
  text-align: right;
}

.special_box_wrapper.layout_85 .special_box_title {
  color: inherit;
  line-height: 1em;
}

.special_box_description {
  text-align: left;
}

.special_box_wrapper.layout_71 .special_box_description {
  text-align: right;
}

.special_box_wrapper.layout_71:nth-child(odd) .special_box_title, .special_box_wrapper.layout_71:nth-child(odd) .special_box_description {
  text-align: left;
}

.special_box_description h3 {
  position: relative;
  display: block;
  text-align: left;
  color: #C3D100;
  text-transform: uppercase;
  font-size: 2.27em;
  font-weight: 400;
  margin: 30px auto 5px;
}

.special_box_description h3+p, .special_box_description h3+ul, .special_box_description h3+ol {
  margin-top: 5px;
}

.special_box_description_height {}

.special_box_wrapper.layout_85 .special_box_description_height {
  max-width: none;
}

.special_box_wrapper.layout_86 .special_box_description_height {
  max-width: 500px;
}

.special_box_wrapper.even .special_box_title, .special_box_wrapper.even .special_box_description {
  text-align: right;
}

.special_box_header+.special_box_description {
  margin-top: 40px;
}

.special_box_wrapper.layout_85 .special_box_header+.special_box_description {
  margin-top: 27px;
}

.special_box_description p, .special_box_description ul, .special_box_description ol {}

.special_box_description a {}

.special_box_button {
  position: relative;
  display: block;
  margin-top: 42px;
}

.special_box_wrapper.layout_86 .special_box_button {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  margin: 0;
}

.special_box_wrapper.layout_71 .special_box_button {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: 135px;
  margin-top: 130px;
}

.special_box_button a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 488px;
  padding: 18px 30px;
  background-color: #C3D100;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 0 0 3px rgb(195 209 0 / 30%);
}

.special_box_wrapper.layout_86 .special_box_button a {
  margin: 0 auto;
}

.special_box_button a:hover {
  background-color: #d7e25c;
  text-decoration: none;
}
/* END special boxes */

/* Tabelle */
.divTable{
  display: table;
  margin: 60px auto 0;
  max-width: 800px;
  background-color: #F7F7F7;
  border: solid 1px #999;
  border-radius: 15px;
  font-size: 22px;
  line-height: 30px;
}
.divTableRow {
  display: table-row;
  text-align: left;
}
.divTableHeader {
    border-bottom: solid 1px #999;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-align: center;
}
.divTableRow .divTableCell:first-child{
  border-right:solid 3px #999999;
}
.divTableCell, .divTableHead {
  border-bottom: 1px solid #999999;
  display: table-cell;
  padding: 15px 25px;
  width: 50%;
}
.divTableRow:last-child .divTableCell{
  border-bottom: none;
}
.divTableCell ul{
  margin: 0 35px 35px;
  padding: 0;
}
.divTableHeading {
  background-color: #999999;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #999999;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.divTableCellMore{
  display: none;
}
.divTableCellShowMore{
  display: inline-block;
  font-size: 19px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
  box-sizing: border-box;
  font-weight: 600;
  margin: 0 0 15px;
  cursor: pointer;
}
.divTableRow .divTableCell:last-child .divTableCellShowMore{
  visibility: hidden;
}
.divTableCellRequest{
  background: #c1d100;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  padding: 4px 20px 6px;
  margin: 0 0 20px;
  display: inline-block;
  font-size: 19px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
/* Tabelle */

/* accordion */
.accordion {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1360px;
}

.accordion:last-child {
  margin-bottom: 100px;
}

.accordion::after {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 0;
  width: auto;
  height: 1px;
  box-sizing: border-box;
  background-color: #a4a1a3;
}

.main+.accordion {
  margin-top: 100px;
}

.accordion_header {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: normal;
  padding: 27px 66px 6px 10px;
}

.accordion_title {
  position: relative;
  display: block;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: 700;
}

.accordion_arrow {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  background: transparent url("../Images/sprite.png") -455px -596px no-repeat;
  right: 12px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
}

.accordion_arrow.accordion_arrow_disabled {}

.accordion_arrow.accordion_arrow_active {
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}

.accordion_content {
  position: relative;
  display: block;
  background-color: #fff;
}

.accordion_content_table {
  position: relative;
  display: table;
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
}

.accordion_content p, .accordion_content ul, .accordion_content ol {
  text-align: left;
}

.accordion_img {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 312px;
}

.accordion_img img {
  position: relative;
  display: block;
  padding: 20px 12px 10px 0;
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
}

.accordion_text {
  position: relative;
  display: table-cell;
  padding: 10px 10px 12px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  width: 100%;
}

/* END accordion */
/* milestone */
.milestones_wrapper {
  position: relative;
  display: block;
  margin: 40px auto;
}

.milestone_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.milestone {
  position: relative;
  display: block;
}

.milestone_inner_wrapper {
  position: static;
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}

.milestone_inner_wrapper::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  bottom: 0;
  width: 6px;
  background-color: #656262;
}

.milestone_wrapper:first-child .milestone_inner_wrapper::after {
  bottom: auto;
  top: 203px;
}

.milestone_wrapper:last-child .milestone_inner_wrapper::after {
  bottom: auto;
  top: 0;
  height: 203px;
}

.milestone_wrapper:only-child .milestone_inner_wrapper::after {
  display: none;
}

.milestone_img_wrapper, .milestone_content_wrapper {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

.milestone_img_wrapper {
  padding: 3px 0;
}

.milestone_img {
  position: relative;
  display: block;
  width: 406px;
  height: 406px;
  box-sizing: border-box;
  border: 3px solid #565655;
  border-radius: 50%;
  float: right;
  margin-right: 100px;
}

.milestone_wrapper.even .milestone_img {
  float: left;
  margin: 0 0 0 100px;
}

.milestone_img::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: -103px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 42px;
  height: 42px;
  background-color: #656262;
  z-index: 991;
  border-radius: 50%;
}

.milestone_wrapper.even .milestone_img::before {
  right: auto;
  left: -103px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.milestone_img::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: -100px;
  width: 100px;
  height: 0;
  border-top: 3px dotted #565655;
  z-index: 990;
}

.milestone_wrapper.even .milestone_img::after {
  right: auto;
  left: -100px;
}

.milestone_img img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.milestone_content_wrapper {
  padding: 185px 20px 20px 70px;
}

.milestone_wrapper.even .milestone_content_wrapper {
  padding: 185px 70px 20px 20px;
}

.milestone_content {
  position: relative;
  display: block;
  max-width: 500px;
  float: left;
}

.milestone_wrapper.even .milestone_content {
  float: right;
}

.milestone_title {
  text-align: left;
  color: #C4D400;
}

.milestone_text {
  text-align: left;
}

.milestone_wrapper.even .milestone_title, .milestone_wrapper.even .milestone_text {
  text-align: right;
}

.milestone_text p, .milestone_text ul, .milestone_text ol {}

/* END milestone */
/* customer */
.customer_overview_wrapper {
  position: relative;
  display: none;
  background-color: #f6f6f6;
  margin: 0 auto;
  max-width: 1920px;
}

/*
.main + .customer_overview_wrapper, .accordion + .customer_overview_wrapper {
    margin-top: 100px;
}
*/
.customer_overview {
  position: relative;
  display: block;
  margin: 70px auto 30px;
}

.customer_overview_slideshow_wrapper {
  position: relative;
  display: block;
  margin: 40px auto 0;
  padding: 0 30px;
  max-width: 1360px;
  overflow: hidden;
}

.customer_overview_slideshow {
  position: relative;
  display: block;
  margin: 0 102px;
  max-width: 1154px;
}

.customer_overview_slideshow::before, .customer_overview_slideshow::after {
  content: '';
  display: block;
  width: 15px;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  z-index: 996;
}

.customer_overview_slideshow::before {
  left: 0;
}

.customer_overview_slideshow::after {
  right: 0;
}

.customer_wrapper {
  position: relative;
  display: block;
}

.customer {
  position: relative;
  display: block;
  background: #fff;
  padding-bottom: 50%;
  margin: 0 15px 25px;
}

.customer:hover {
  opacity: 0.8;
}

.customer:last-child {
  margin-bottom: 0;
}

.customer_item, .customer a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.customer_img {
  position: absolute;
  display: block;
  height: 75%;
  width: 60%;
  top: 50%;
  left: 50%;
  background: center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.customer_slideshow_pager {}

#customer_overview_slideshow_prev, #customer_overview_slideshow_next {}

#customer_overview_slideshow_prev:hover, #customer_overview_slideshow_next:hover {}

#customer_overview_slideshow_prev {}

#customer_overview_slideshow_next {}

/* END customer */
/* video */
.video_wrapper {
  position: relative;
  display: block;
  margin: 100px auto 0;
  max-width: 1360px;
}

.video {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 0;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END video */
/* function box */
/* tab */
.tab_header {}

.tab_header_li {}

.tab_header_item {}

/*
.tab_header_item::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 12px;
    background: red;
    margin: 0 0 0 5px;
}

.tab_header_item.active::after {
    background: green;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
*/
.tab_body {}

.tab_body_item {}

/* END tab */
.functions_boxes_wrapper {
  position: relative;
  display: block;
  background-color: #514E50;
  padding: 80px 0 60px;
  margin: 120px auto;
  max-width: 1920px;
}

.special_box_wrapper+.functions_boxes_wrapper {
  margin-top: 200px;
}

.functions_boxes {
  position: static;
  display: block;
  /*
    max-width: 1360px;
    */
  max-width: none;
}

.functions_header {
  position: relative;
  display: block;
}

.functions_title {
  color: #fff;
  text-align: center;
}

.functions_box_wrapper {
  position: static;
  display: block;
}

.functions_box_header {
  position: relative;
  display: block;
  text-align: center;
  margin: 25px auto;
  padding: 0;
  font-size: 2.5em;
}

.functions_box_header li {
  position: relative;
  display: inline-block;
  margin: 5px 10px;
  padding: 0;
}

.functions_box_header li a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px 60px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.functions_box_header li a::after {
  content: '\00a0+';
}

.functions_box_header li a.active {
  border-color: #C2CF00;
  color: #C2CF00;
}

.functions_box_header li a.active::after {
  content: '';
}

.functions_box_body {
  position: static;
  display: block;
}

.functions_box_items_wrapper {
  position: static;
  display: block;
}

.functions_box_items_inner_wrapper {
  position: static;
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}

.functions_box_items_inner {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}

.functions_box_items_inner:first-child {
  position: static;
}

.functions_box_items_inner:last-child {
  padding-left: 100px;
}

.functions_box_items_slideshow_pager {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
}

.functions_box_items_slideshow_pager ul {
  position: relative;
  display: block;
  color: #fff;
  font-size: 3.7em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: left;
}

.functions_box_items_slideshow_pager ul li {
  position: relative;
  display: block;
  margin: 70px 0;
  padding: 0;
}

.functions_box_items_slideshow_pager ul li.cycle-pager-active {
  color: #C2CF00;
  padding-left: 70px;
}

.functions_box_items_slideshow_pager ul li a {
  position: relative;
  display: block;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
}

.functions_box_items_slideshow_pager ul li a:hover {
  text-decoration: none;
}

.functions_box_items_slideshow_progress_bar {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 10px;
  z-index: 9;
  background-color: #C3D100;
  box-sizing: border-box;
}

.functions_box_items_slideshow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.functions_box_item_wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.functions_box_item_inner_wrapper {
  position: relative;
  display: block;
}

.functions_box_item_inner {
  position: relative;
  display: table;
  width: 100%;
  height: 600px;
  table-layout: fixed;
  box-sizing: border-box;
  margin: 0 auto;
}

.functions_box_item {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

.functions_box_item_image {
  position: relative;
  display: block;
}

.functions_box_item_image img {
  position: relative;
  display: block;
  width: 200px;
  height: auto;
}

.functions_box_item_header {
  position: relative;
  display: block;
}

.functions_box_item_title {
  position: relative;
  display: block;
  font-size: 5em;
  color: #C3D100;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}

.functions_box_item_content {
  position: relative;
  display: block;
  max-width: 450px;
}

.functions_box_item_text {
  position: relative;
  display: block;
  color: #fff;
  text-align: left;
}

.functions_box_item_text p, .functions_box_item_text ul, .functions_box_item_text ol {}

/* END function box */
/* END content */
/* footer */
footer {
  position: relative;
  display: block;
  background-color: #565655;
  max-width: 1920px;
  margin: 0 auto;
}

.footer {
  position: relative;
  display: table;
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  max-width: 1850px;
  margin: 0 auto;
  table-layout: fixed;
}

.footer_box {
  position: relative;
  display: table-cell;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6em;
  line-height: 1.75em;
  font-weight: 400;
  color: #fff;
  vertical-align: top;
}

.footer_box a {
  color: inherit;
  text-decoration: none;
}

.footer_box a:hover {
  text-decoration: underline;
}

.footer_box.footer_box_left {
  width: 364px;
  padding: 0 32px;
}

.footer_box.footer_box_right {}

.footer_box_title {
  font-weight: 700;
}

.footer_box_title::before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 23px;
  background: transparent url("../Images/sprite.png") -4px -165px;
  background-size: 160px 193px !important;
  left: 0;
}

.footer_box_content {}

.footer_box form {
  position: relative;
  display: table;
  margin: 0;
  width: 100%;
  max-width: 1096px;
  box-sizing: border-box;
}

form .form_box {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 33.33%;
  box-sizing: border-box;
  padding: 10px 15px;
  float: left;
}

form .form_box.footer_box_empty {
  min-height: 60px;
}

form .form_box.form_box_large {
  width: 100%;
}

form .form_label_box, form .form_input_box {
  position: relative;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

form .form_label_box {
  width: 132px;
  padding: 6px 10px 0 0;
  text-align: right;
}

form .form_box_large_privacy .form_label_box {
  padding-top: 0;
}

form .form_box_large_privacy a {
  font-weight: 700;
}

form .form_input_box {
  width: 100%;
}

form .form_input_box>label {
  display: inline !important;
}

form .form_box label, form .form_box input, form .form_box textarea {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

form .form_box input, form .form_box textarea {
  padding: 5px 10px;
}

/*
form .form_box label {
    text-align: right;
}
*/
form .form_box input {
  height: 40px;
}

form .form_box input[type="checkbox"] {
  height: auto;
  width: auto;
  padding: 0;
  margin: 8px 5px auto auto;
  float: left;
}

form .form_box textarea {
  height: 160px;
  max-width: 100%;
  min-width: 100%;
  min-height: 160px;
  max-height: 250px;
}

form .form_box input[type="submit"], form .form_box button {
  width: auto;
  float: right;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  background-color: #C4D400;
  min-width: 170px;
  height: 50px;
  cursor: pointer;
  border:none;
  border-radius: 30px;
}

form .form_box input[type="submit"]:hover, form .form_box button:hover {
  background-color: #d7e25c;
}

.form_container_wrapper {
  margin-top: 6px;
}

.form_container_wrapper>label:first-child {
  width: auto;
  float: left;
  text-align: left;
  padding-left: 40px;
}

.form_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 2px;
}

.form_box_large_privacy .form_container {
  margin: 0;
}

label strong, legend strong {
  background-color: red !important;
  padding: 2px 6px !important;
  display: inline-block !important;
  line-height: normal !important;
  color: #fff !important;
}

/* Hide the browser's default checkbox */
.form_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}

/* Create a custom checkbox */
.form_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form_container:hover input~.form_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form_container input:checked~.form_checkmark {
  background-color: #C4D400;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form_container input:checked~.form_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form_container .form_checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_box.amount label::before {
  content: "(Zimmer, Appartements, Studios usw.)";
  position: absolute;
  top: 10px;
  left: -50%;
  width: 260px;
  background: #c1d100;
  transform: translateY(-100%);
  z-index: 100;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  padding: 5px;
}

[lang="it"] .form_box.amount label::before {
  content: "(Camere, appartamenti, studios...)";
}

.form_box.amount label::after {
  background: #c1d100;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.form_box.amount label:hover::before {
  top: -10px;
  opacity: 1;
  visibility: visible;
}

.form_box.amount {
  width: calc(33.33% + 1px);
}

.form_box.amount .form_label_box {
  padding-top: 0;
  top: -2px;
  line-height: 22px;
}

.form_input_box .ac_enquiry_f2b{
  display: none;
}

.form_sample_wrapper{
    clear: both;
    display: none;
}

/* END footer */
/* scroll up */
.scroll_up {
  position: fixed;
  right: 30px;
  display: block;
  width: 71px;
  height: 65px;
  background: #c1d100 url("../Images/sprite.png") -578px -563px no-repeat;
  bottom: 95px;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  line-height: normal;
  font-size: 1.8em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  background-size: 1000px 1203px !important;
  border-radius: 50%;
}

.scroll_up.active {
  opacity: 1;
  visibility: visible;
}

.scroll_up::before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 15px;
  background: transparent url("../Images/sprite.png") -676px -488px no-repeat;
  left: 50%;
  margin-left: -16px;
  top: 15px;
  background-size: 1000px 1203px !important;
}

/* END scroll up */
/* responsive */
@media screen and (max-width: 1800px) {
  .special_box_wrapper.layout_71 .special_box_content {
    margin: 0 !important;
  }
}

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

  /* general */
  h1, h2, .special_box_title, .functions_title {
    font-size: 5.5em;
  }

  /* END general */
  /* navigation */
  .navigation {
    padding: 20px 20px 10px;
  }

  .navigation .navigation_box.navigation_box_left {
    width: 350px;
  }

  /* nav main */
  nav.nav_main>ul>li {
    font-size: 1.8em;
    padding: 10px 17px;
  }

  /* END nav main */
  /* END navigation */
  /* header */
  .header {
    padding-top: 138px;
  }

  /* header image */
  .header_img {
    background-position: -24px -877px;
    background-size: 850px 1023px !important;
    width: 801px;
    height: 119px;
  }

  /* END header image */
  /* header title */
  .header_title_wrapper {
    bottom: 120px;
  }

  .header_title {
    font-size: 4em;
  }

  /* END header title */
  /* END header */
  /* content */
  /* special box */
  .special_box_wrapper.layout_85 .special_box_content_wrapper {
    z-index: 99;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper {
    z-index: 98;
    width: 800px;
    overflow: hidden;
  }

  .special_box_wrapper.layout_85 .special_box_img img {
    bottom: 0;
    width: 800px;
  }

  .special_box_description h3 {
    font-size: 1.82em;
  }

  .special_box_wrapper.layout_86 .special_box_img_wrapper {
    width: 800px;
  }

  .special_box_wrapper.layout_86 .special_box_img img {
    width: 1050px;
  }

  .special_box_wrapper.layout_86 .special_box {
    height: 880px;
  }

  .special_box_wrapper.layout_71 .special_box_header+.special_box_description {
    margin-top: 20px;
  }

  .special_box_wrapper.layout_71 .special_box_img img {
    left: auto;
    right: 0;
    width: 1050px;
  }

  .special_box_wrapper.layout_71:nth-child(odd) .special_box_img img {
    left: 0;
    right: auto;
  }

  .special_box_wrapper.layout_71 .special_box_img_wrapper {
    width: 800px;
    overflow: hidden;
  }

  /* END special box */
  /* END content */
  /* footer */
  .footer_box form {
    float: right;
  }

  .footer_box.footer_box_left {
    width: 304px;
  }

  form .form_label_box {
    width: 100px;
  }

  /* END footer */
}

@media screen and (max-width: 1500px) {}

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

  /* content */
  /* special box */
  .special_box_wrapper.layout_85 .special_box {
    height: 580px;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper {
    width: 680px;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper::after {
    /*
        width: 600px;
        height: 449px;
        background-size: 600px 449px;
        */
    right: -60px;
    bottom: -60px;
  }

  .special_box_wrapper.layout_86 .special_box_img img {
    width: 980px;
    right: auto;
    left: 0;
  }

  .special_box_wrapper.layout_86 .special_box_img_wrapper {
    width: 600px;
  }

  .special_box_wrapper.layout_71 .special_box_button {
    margin-top: 70px;
  }

  .special_box_wrapper.layout_71 .special_box {
    height: 510px;
  }

  .special_box_wrapper.layout_71 .special_box_img_wrapper {
    width: 650px;
  }

  .special_box_wrapper.layout_71 .special_box_img img {
    width: 860px;
  }

  .highlight_boxes_wrapper+.special_box_wrapper, .main+.special_box_wrapper, .customer_overview_wrapper+.special_box_wrapper, .special_box_wrapper.layout_85+.special_box_wrapper, .special_box_wrapper.layout_86+.special_box_wrapper {
    margin-top: 60px;
  }

  /* special box */
  /* customer overview */
  .customer_overview {
    margin: 50px auto 30px;
  }

  /* END customer overview */
  /* highlight box */
  .highlight_box_title, .milestone_title {
    font-size: 2.2em;
  }

  /* END highlight box */
  /* main */
  .customer_overview_wrapper+.main.main_custom, .video_wrapper+.main.main_custom, .accordion+.main {
    margin-top: 100px;
  }

  /* END main */
  /* video */
  .video_wrapper {
    margin-top: 60px;
  }

  /* END video */
  /* accordion */
  .main+.accordion {
    margin-top: 50px;
  }

  /* END accordion */
  /* END content */
}

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

  /* pager */
  #slideshow_prev, #slideshow_next, #customer_overview_slideshow_prev, #customer_overview_slideshow_next {
    width: 45px;
    height: 45px;
    background-position: -409px -401px !important;
    background-size: 850px 1023px !important;
  }

  .customer_overview_slideshow {
    margin: 0;
  }

  #slideshow_prev, #customer_overview_slideshow_prev {
    left: 20px;
  }

  #slideshow_next, #customer_overview_slideshow_next {
    right: 20px;
  }

  /* END pager */
  /* navigation */
  .navigation {
    padding: 10px 20px;
  }

  .navigation .navigation_box.navigation_box_left {
    width: 300px;
  }

  /* nav main */
  nav.nav_main>ul>li {
    font-size: 1.6em;
    padding: 6px 12px;
  }

  nav.nav_main>ul>li>a::before {
    width: 42px;
    height: 42px;
    background-size: 850px 1023px !important;
    margin-bottom: 8px;
  }

  nav.nav_main>ul>li>a.nav_main_advantages::before {
    background-position: -17px -393px;
  }

  nav.nav_main>ul>li>a.nav_main_functions::before {
    background-position: -55px -393px;
  }

  nav.nav_main>ul>li>a.nav_main_video::before {
    background-position: -93px -394px;
  }

  nav.nav_main>ul>li>a.nav_main_customer::before {
    background-position: -135px -394px;
  }

  nav.nav_main>ul>li>a.nav_main_faq::before {
    background-position: -176px -393px;
  }

  nav.nav_main>ul>li>a.nav_main_contact::before {
    background-position: -218px -394px;
  }

  nav.nav_main>ul>li>a.nav_main_marketing::before {
    background-position: -259px -392px;
  }

  nav.nav_main>ul>li>a.nav_main_partner::before {
    background-position: -259px -429px;
  }

  /* END nav main */
  /* hoko login */
  .hoko_login_button_wrapper {
    width: 90px;
  }

  .hoko_login_button a {
    width: 63px;
    height: 57px;
    font-size: 1.4em;
    font-weight: 700;
    padding: 20px 8px;
    background-position: -490px -478px !important;
    background-size: 850px 1023px !important;
  }

  /* END hoko login */
  /* END navigation */
  /* header */
  .header {
    padding-top: 102px;
  }

  /* header image */
  .header_img {
    background-position: -14px -516px;
    background-size: 500px 602px !important;
    width: 472px;
    height: 71px;
  }

  /* END header image */
  /* header title */
  .header_title_wrapper {
    bottom: 80px;
  }

  .header_title {
    font-size: 3em;
  }

  /* END header title */
  /* scroll down */
  .scroll_down {
    width: 50px;
    height: 50px;
    border-width: 2px;
  }

  .scroll_down::after {
    background-position: -520px -415px !important;
    background-size: 850px 1023px !important;
    width: 27px;
    height: 13px;
    bottom: 15px;
  }

  @-webkit-keyframes scroll_down {
    0% {
      bottom: 15px;
    }

    50% {
      opacity: 1;
    }

    100% {
      bottom: 5px;
      opacity: 0;
    }
  }

  @keyframes scroll_down {
    0% {
      bottom: 15px;
    }

    50% {
      opacity: 1;
    }

    100% {
      bottom: 5px;
      opacity: 0;
    }
  }

  /* END scroll down */
  /* END header */
  /* content */
  /* highlight boxes */
  .highlight_boxes_wrapper {
    display: block;
    table-layout: auto;
    width: auto;
    max-width: 700px;
    margin: 30px auto;
  }

  .highlight_boxes_row_wrapper {
    display: block;
    vertical-align: unset;
    width: auto;
  }

  .highlight_boxes_row {
    padding-top: 20px;
  }

  /* END highlight boxes */
  /* milestone */
  .milestone_img {
    width: 304px;
    height: 304px;
    margin-right: 70px;
  }

  .milestone_wrapper.even .milestone_img {
    margin: 0 0 0 70px;
  }

  .milestone_img::after {
    right: -70px;
    width: 70px;
  }

  .milestone_wrapper.even .milestone_img::after {
    left: -70px;
  }

  .milestone_img::before {
    right: -73px;
    width: 35px;
    height: 35px;
  }

  .milestone_wrapper.even .milestone_img::before {
    left: -73px;
  }

  .milestone_content_wrapper {
    padding: 135px 20px 20px 50px;
  }

  .milestone_wrapper.even .milestone_content_wrapper {
    padding: 135px 50px 20px 20px;
  }

  .milestone_wrapper:first-child .milestone_inner_wrapper::after {
    top: 156px;
  }

  .milestone_wrapper:last-child .milestone_inner_wrapper::after {
    height: 156px;
  }

  /* END milestone */
  /* END content */
  /* footer */
  .footer_box form {
    max-width: 670px;
  }

  form .form_box {
    width: 50%;
  }

  /* END footer */
}

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

  /* general */
  h1, h2, .special_box_title, .functions_title, .functions_box_item_title {
    font-size: 4em;
  }

  p, .ce-bodytext, .highlight_box_text, .special_box_description, .accordion_header, .accordion_content, .milestone_text, .functions_box_header, .special_box_button a, .functions_box_item_text {
    font-size: 1.8em;
  }

  /* END general */
  /* content */
  .divTable{
    font-size: 20px;
    max-width: 700px;
  }
  /* special box */
  .special_box_wrapper.layout_71 .special_box {
    height: 420px;
  }

  .special_box_wrapper.layout_71 .special_box_img_wrapper {
    width: 500px;
  }

  .special_box_wrapper.layout_71 .special_box_img img {
    width: 700px;
  }

  .special_box_wrapper.layout_85 .special_box {
    height: 450px;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper {
    width: 450px;
  }

  .special_box_wrapper.layout_85 .special_box_img img {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 600px;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper::after {
    width: 520px;
    height: 389px;
    background-size: 520px 389px;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .special_box_wrapper.layout_85 .special_box_header+.special_box_description {
    margin-top: 20px;
  }

  .special_box_button {
    margin-top: 22px;
  }

  .special_box_button a {
    max-width: 400px;
    padding: 18px 20px;
  }

  .special_box_wrapper.layout_86 .special_box {
    height: 750px;
  }

  .special_box_wrapper.layout_86 .special_box_img_wrapper {
    width: 500px;
  }

  .special_box_wrapper.layout_86 .special_box_img img {
    width: 800px;
  }

  /* END special box */
  /* customer */
  .customer_overview {
    margin: 40px auto 20px;
  }

  .customer_overview_slideshow_wrapper {
    margin: 20px auto 0;
  }

  /* END customer */
  /* function box */
  .special_box_wrapper+.functions_boxes_wrapper {
    margin-top: 100px;
  }

  .functions_boxes_wrapper {
    margin-bottom: 60px;
  }

  .functions_box_items_inner:first-child {
    width: 460px;
  }

  .functions_box_item_content {
    max-width: 380px;
  }

  .functions_boxes_wrapper {
    padding: 50px 0;
  }

  .functions_box_header {
    margin: 20px auto 0;
  }

  .functions_box_items_inner:first-child {
    padding-left: 30px;
  }

  .functions_box_items_inner:last-child {
    padding-left: 0;
  }

  .functions_box_header li a {
    padding: 20px 40px;
  }

  .functions_box_item_inner {
    height: 400px;
    max-width: 500px;
  }

  .functions_box_items_slideshow_pager ul {
    font-size: 2.7em;
  }

  .functions_box_items_slideshow_pager ul li {
    margin: 40px 0;
  }

  .functions_box_item_image img {
    width: 160px;
  }

  .functions_box_items_slideshow_pager ul li.cycle-pager-active {
    padding-left: 40px;
  }

  /* END function box */
  /* END content */
}

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

  /* navigation */
  /*
    .navigation_wrapper{
        position: absolute;
    }
    */
  .navigation .navigation_box.navigation_box_right, .navigation_box_inner_wrapper, .nav_main_wrapper {
    position: static;
  }

  /* logo */
  .logo a {
    padding: 0;
  }

  /* END logo */
  /* navigation button */
  .navigation_button {
    display: block;
  }

  /* END navigation button */
  /* nav main */
  nav.nav_main {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: rgba(84, 80, 83, 0.95);
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }

  .navigation_wrapper.active nav.nav_main {
    opacity: 1;
    visibility: visible;
  }

  nav.nav_main>ul {
    display: block;
    width: auto;
    margin: 0 auto;
  }

  nav.nav_main>ul>li {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 2em;
    padding: 8px 12px;
  }

  nav.nav_main>ul>li>a::before {
    display: none;
  }

  /* END nav main */
  /* header */
  .header_wrapper {
    height: auto;
  }

  .header {
    padding-top: 80px;
  }

  .slideshow {
    width: 140%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .slideshow>img {
    min-height: auto;
    min-width: auto;
    width: 100%;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
  }

  /* END header */
  /* hoko login */
  .hoko_login_button_wrapper {
    padding: 0;
  }

  /* END hoko login */
  /* END navigation */
  /* content */
  .divTable{
    font-size: 18px;
    line-height: 26px;
  }

  /* milestone */
  .milestone_img {
    max-width: 660px;
    width: 202px;
    height: 202px;
  }

  .milestone_content_wrapper {
    padding: 89px 20px 20px 50px;
  }

  .milestone_wrapper.even .milestone_content_wrapper {
    padding: 89px 50px 20px 20px;
  }

  .milestone_wrapper:first-child .milestone_inner_wrapper::after {
    top: 104px;
  }

  .milestone_wrapper:last-child .milestone_inner_wrapper::after {
    height: 104px;
  }

  /* END milestone */
  /* END content */
  /* footer */
  .footer {
    display: block;
    width: auto;
  }

  .footer_box {
    display: table;
    margin: 0 auto;
  }

  .footer_box.footer_box_left {
    margin-bottom: 30px;
    width: auto;
  }

  .footer_box form {
    float: none;
    max-width: none;
    padding-right: 60px;
  }

  /* END footer */
}

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

  /* content */
  /* special box */
  .special_box_wrapper.layout_85 .special_box_img_wrapper {
    width: 400px;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper::after {
    width: 480px;
    height: 359px;
    background-size: 480px 359px;
  }

  .special_box_wrapper.layout_86 .special_box_img_wrapper {
    width: 400px;
  }

  .special_box_wrapper.layout_71 .special_box_button {
    margin-left: 0;
  }

  .special_box_wrapper.layout_71 .special_box_img img {
    width: 600px;
  }

  .special_box_wrapper.layout_71 .special_box_img_wrapper {
    width: 350px;
  }

  /* END special box */
  /* function box */
  .special_box_wrapper+.functions_boxes_wrapper {
    margin-top: 60px;
  }

  .functions_boxes_wrapper {
    margin-bottom: 40px;
  }

  .functions_box_items_inner:first-child {
    width: 400px;
  }

  .functions_box_item_content {
    max-width: 340px;
  }

  .functions_boxes_wrapper {
    padding-bottom: 40px;
  }

  .functions_box_items_inner:first-child {
    padding-left: 10px;
  }

  .functions_box_header li a {
    padding: 16px 34px;
  }

  .functions_box_items_slideshow_pager ul {
    font-size: 2.3em;
  }

  .functions_box_items_slideshow_pager ul li {
    margin: 20px 0;
  }

  .functions_box_item_image img {
    width: 120px;
  }

  /* END function box */
  /* END content */
}

@media screen and (max-width: 900px) {}

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

  /* general */
  h1, h2, .special_box_title, .functions_title, .special_box_description, .special_box_description h3 {
    text-align: center !important;
  }

  /*
    .highlight_box_title, .milestone_title {
        font-size: 2.4em;
    }

    /* END general */
  /* content */
  /* special box */
  .special_box_button a {
    margin: 0 auto;
  }

  .special_box_wrapper.layout_85 .special_box, .special_box_wrapper.layout_86 .special_box, .special_box_wrapper.layout_71 .special_box {
    display: block;
    width: auto;
    height: auto;
    table-layout: auto;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper, .special_box_wrapper.layout_85 .special_box_content_wrapper, .special_box_wrapper.layout_86 .special_box_img_wrapper, .special_box_wrapper.layout_86 .special_box_content_wrapper, .special_box_wrapper.layout_71 .special_box_img_wrapper, .special_box_wrapper.layout_71 .special_box_content_wrapper {
    display: block;
    height: auto;
    width: auto;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper {
    height: 450px;
    width: 100%;
  }

  .special_box_wrapper.layout_85 .special_box_img_wrapper::after {
    left: auto;
    right: 0;
  }

  .special_box_wrapper.layout_85 .special_box_content {
    max-width: none;
    padding: 20px 20px 0;
    margin: 0;
  }

  .special_box_wrapper.layout_86 .special_box_content, .special_box_wrapper.layout_86 .special_box_description_height, .special_box_wrapper.layout_71 .special_box_content, .special_box_wrapper.layout_71 .special_box_description_height {
    max-width: none;
    margin: 0;
  }

  .special_box_wrapper.layout_86 .special_box_content, .special_box_wrapper.layout_71 .special_box_content {
    padding: 0 20px 20px;
  }

  .special_box_wrapper.layout_86 .special_box_img img, .special_box_wrapper.layout_71 .special_box_img img {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .special_box_wrapper.layout_86 .special_box_img_wrapper {
    padding: 50px 20px 0;
  }

  .special_box_wrapper.layout_71 .special_box_button {
    position: relative;
    left: 0;
  }

  .special_box_wrapper.layout_71 .special_box_img_wrapper {
    padding: 10px 0;
  }

  /* END special box */
  /* function box */
  .functions_box_item_title {
    font-size: 3em;
  }

  .functions_box_items_inner:first-child {
    width: 260px;
    padding-left: 0;
  }

  .functions_box_item_inner {
    height: 360px;
    max-width: 300px;
  }

  .functions_boxes_wrapper {
    padding-bottom: 30px;
  }

  .functions_box_header li a {
    padding: 14px 30px;
  }

  .functions_box_items_slideshow_pager ul {
    font-size: 2em;
  }

  .functions_box_items_slideshow_pager ul li {
    margin: 14px 0;
  }

  .functions_box_item_image img {
    width: 100px;
  }

  .functions_box_items_slideshow_pager ul li.cycle-pager-active {
    padding-left: 20px;
  }

  /* END function box */
  /* milestone */
  .milestone_img_wrapper {
    width: 200px;
  }

  .milestone_img {
    width: 151px;
    height: 151px;
    margin: 0 30px 0 0 !important;
    float: right !important;
  }

  .milestone_img::before {
    right: -30px !important;
    left: auto !important;
    width: 25px;
    height: 25px;
    -webkit-transform: translate(50%, -50%) !important;
    -ms-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important;
  }

  .milestone_img::after {
    width: 30px;
    right: -30px !important;
    left: auto !important;
  }

  .milestone_content_wrapper {
    padding: 62px 20px 20px 30px !important;
  }

  .milestone_wrapper:first-child .milestone_inner_wrapper::after {
    top: 75px;
  }

  .milestone_wrapper:last-child .milestone_inner_wrapper::after {
    height: 75px;
  }

  .milestone_inner_wrapper::after {
    left: 195px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 4px;
  }

  .milestone_wrapper.even .milestone_title, .milestone_wrapper.even .milestone_text {
    text-align: left !important;
  }

  .milestone_content {
    float: left !important;
  }

  /* END milestone */
  /* END content */
}

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

  /* footer */
  .footer_box form {
    padding-right: 80px;
    display: block;
    width: auto;
    margin: 0 auto;
  }

  form .form_box {
    width: 100%;
    float: none;
    padding: 5px 0;
  }

  /* END footer */
}

@media screen and (max-width: 600px) {
  h1, h2, .special_box_title, .functions_title, .functions_box_item_title {
    font-size: 3.3em;
  }

  body[data-page="106"] .main .ce-textpic.ce-left {
    display: block;
    table-layout: auto;
  }

  body[data-page="106"] .main .ce-bodytext, body[data-page="106"] .main .ce-gallery {
    display: block;
  }

  body[data-page="106"] .main .ce-gallery {
    width: auto;
    padding-right: 0;
  }

  body[data-page="106"] .main .ce-gallery img {
    margin: 0 auto 20px;
    display: block;
  }

  body[data-page="106"] .main .ce-bodytext {
    text-align: center;
  }

  /* general * /
    h1, h2, .special_box_title, .functions_title  {
        font-size: 4em;
    }

    p, .ce-bodytext, .highlight_box_text, .special_box_description, .accordion_header, .accordion_content, .milestone_text, .functions_box_item_text{
        font-size: 1.8em;
    }

    .center {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* END general */
  /* navigation */
  .navigation {
    padding: 6px 15px;
  }

  /* logo */
  .navigation .navigation_box.navigation_box_left {
    width: 250px;
  }

  /* END logo */
  /* nav main */
  nav.nav_main {
    top: 72px;
  }

  nav.nav_main>ul>li {
    font-size: 1.8em;
  }

  /* END nav main */
  /* hoko login */
  .hoko_login_button_wrapper {
    /*
        display: none;
        */
    width: 80px;
  }

  /* END hoko login */
  /* END navigation */
  /* header */
  /* header image */
  .header_img {
    background-position: -8px -309px;
    background-size: 300px 361px !important;
    width: 284px;
    height: 44px;
  }

  /* END header image */
  /* header title */
  .header_title {
    font-size: 2.2em;
  }

  /* END header title */
  /* END header */
  /* content */
  .divTableCell{
    width: 100%;
    display:block;
    box-sizing: border-box;
  }
  .divTableRow .divTableCell:first-child{
    border:none;
  }
  .divTableRow .divTableCell:last-child {
    border-bottom: none;
    border-top: solid 2px #999;
  }
  .divTableRow:last-child .divTableHeader{
    margin-top: 15px;
  }
  /* main */
  .main {
    margin-top: 40px;
  }

  /* END main */
  /* highlight box */
  .highlight_boxes_wrapper, .highlight_box_wrapper {
    max-width: 400px;
  }

  .highlight_boxes_row {
    display: block;
    width: auto;
    table-layout: auto;
    padding: 0;
  }

  .highlight_boxes_row .highlight_box_wrapper {
    display: block;
    vertical-align: unset;
    width: auto;
  }

  .highlight_box_wrapper {
    padding: 15px;
  }

  .highlight_box_img+.highlight_box_content {
    margin-top: 5px;
  }

  .highlight_box_img img {
    max-width: 100px;
  }

  /* END highlight box */
  /* accordion */
  .accordion_header {
    padding-top: 14px;
  }

  .accordion_text {
    padding-top: 0;
  }

  /* END accordion */
  /* main */
  .customer_overview_wrapper+.main.main_custom, .video_wrapper+.main.main_custom, .accordion+.main {
    margin-top: 60px;
  }

  /* END main */
  /* video */
  .video_wrapper {
    margin-top: 40px;
  }

  /* END video */
  /* function box */
  .special_box_wrapper+.functions_boxes_wrapper {
    margin-top: 50px;
  }

  .functions_box_items_inner:first-child {
    width: 200px;
  }

  .functions_box_items_slideshow_progress_bar {
    height: 8px;
  }

  .functions_box_item_inner {
    height: 420px;
    max-width: 330px;
    padding: 0 15px;
  }

  /* END function box */
  /* END content */
  /* footer */
  .footer {
    padding: 30px 15px;
  }

  .footer_box form {
    padding-right: 0;
  }

  form .form_label_box {
    width: 90px;
    padding: 3px 10px 0 0;
  }

  form .form_box input {
    height: 35px;
  }

  form .form_box input[type="submit"], form .form_box button {
    min-width: 150px;
    height: 40px;
    float: none;
    margin-left: 90px;
  }

  /* END footer */
  .popup_title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .popup_button a {
    font-size: 16px;
    margin-top: 15px;
  }
}

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

  /* navigation */
  /*
    .navigation{
        padding: 0 15px;
    }
    */
  .navigation .navigation_box.navigation_box_left {
    width: 200px;
  }

  /* logo */
  /*
    .logo a {
        padding: 5px 0;
    }
    */
  /* END logo */
  /* nav main */
  /*
    nav.nav_main{
        top: 60px;
    }
    */
  /* END nav main */
  /* END navigation */
  /* content */
  /* special box */
  .special_box_wrapper.layout_85 .special_box_img_wrapper::after {
    width: 390px;
    height: 292px;
    background-size: 390px 292px;
  }

  /* END special box */
  /* milestone */
  .milestone_img_wrapper {
    width: 135px;
  }

  .milestone_img {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0 !important;
    border-width: 2px;
  }

  .milestone_img::before {
    right: -20px !important;
    width: 20px;
    height: 20px;
  }

  .milestone_img::after {
    width: 20px;
    right: -20px !important;
  }

  .milestone_content_wrapper {
    padding: 37px 20px 20px 20px !important;
  }

  .milestone_wrapper:first-child .milestone_inner_wrapper::after {
    top: 50px;
  }

  .milestone_wrapper:last-child .milestone_inner_wrapper::after {
    height: 50px;
  }

  .milestone_inner_wrapper::after {
    left: 131px;
    width: 3px;
  }

  /* END milestone */
  /* function box */
  .functions_box_items_slideshow_pager ul li.cycle-pager-active {
    padding-left: 0;
  }

  .functions_box_items_inner_wrapper {
    display: block;
    table-layout: auto;
    width: auto;
  }

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

  .functions_box_item_inner {
    max-width: none;
    padding: 0;
    height: 300px;
  }

  .functions_box_item_image img {
    margin: 0 auto;
  }

  /*
    .functions_box_item {
        vertical-align: top;
    }
    */
  .functions_box_item_title, .functions_box_item_text {
    text-align: center;
  }

  .functions_box_item_content {
    max-width: none;
  }

  .functions_box_items_slideshow_pager {
    max-width: none;
  }

  .functions_box_items_slideshow_pager ul {
    font-size: 1.8em;
    text-align: center;
    margin-top: 20px;
  }

  .functions_box_items_slideshow_pager ul li {
    display: inline-block;
    margin: 5px 10px;
  }

  /* END function box */
  /* END content */
}

@media screen and (max-width: 460px) {
  .navigation {
    display: block;
    box-shadow: 0 0 8px #adadad;
  }

  .navigation .navigation_box.navigation_box_left {
    display: block;
    width: 100%;
  }

  .navigation .navigation_box.navigation_box_right {
    width: 210px;
    margin: 0 auto;
    display: block;
  }

  .navigation .logo {
    width: 240px;
    margin: 10px auto;
  }

  nav.nav_main {
    top: 140px;
  }

  .hoko_login_button {
    margin: 0 0 0 15px;
  }

  .special_box_wrapper.layout_85 .special_box_content {
    padding: 95px 20px 0;
  }
}

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

  /* general */
  h1, h2, .special_box_title, .functions_title {
    font-size: 2.6em;
  }

  p, .ce-bodytext, .highlight_box_text, .special_box_description, .accordion_header, .accordion_content, .milestone_text, .functions_box_item_text {
    font-size: 1.6em;
  }

  .highlight_box_title, .milestone_title {
    font-size: 2.2em;
  }

  /* END general */
  /* navigation */
  .navigation .navigation_box.navigation_box_left {
    /*width: 150px;*/
  }

  /* END navigation */
  /* content */
  /* accordion */
  .accordion_img img {
    padding: 4px 15px 8px;
  }

  /* END accordion */
  /* milestone */
  .milestone_img_wrapper {
    width: 110px;
  }

  .milestone_img {
    width: 75px;
    height: 75px;
    margin: 0 20px 0 0 !important;
  }

  .milestone_img::before {
    right: -20px !important;
    width: 15px;
    height: 15px;
  }

  .milestone_img::after {
    width: 20px;
    right: -20px !important;
  }

  .milestone_content_wrapper {
    padding: 26px 15px 15px 15px !important;
  }

  .milestone_wrapper:first-child .milestone_inner_wrapper::after {
    top: 40px;
  }

  .milestone_wrapper:last-child .milestone_inner_wrapper::after {
    height: 40px;
  }

  .milestone_inner_wrapper::after {
    left: 107px;
  }

  /* END milestone */
  /* function box */
  .functions_box_item_inner {
    height: 320px;
  }

  /* END function box */
  /* END content */
  /* footer */
  form .form_box {
    display: block;
  }

  form .form_label_box, form .form_input_box {
    display: block;
  }

  form .form_label_box {
    padding-right: 0;
    width: auto;
    text-align: left;
  }

  form .form_box label {
    text-align: left;
  }

  form .form_box input[type="submit"], form .form_box button {
    margin: 5px auto 0;
    width: 100%;
  }

  /* END footer */
}

@media screen and (max-width: 350px) {}

/* END responsive */
/* print */
@media print {
  .center {
    width: 1000px;
  }
}

/* END print */
/* footer partner */
.footer_partner {
  position: relative;
  display: block;
  margin: 0 auto 45px;
  max-width: 1625px;
  box-sizing: border-box;
}

.footer_partner ul {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.footer_partner ul li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 25px;
  margin: 0;
  vertical-align: top;
}

.footer_partner ul li a, .footer_partner ul li img {
  position: relative;
  display: block;
  margin: 0 auto;
}

.footer_partner ul li img {
  max-width: 100%;
  max-height: 120px;
  height: auto;
}

.footer_partner ul li a img {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.footer_partner:not(.filter) ul li a img:hover {
  opacity: 0.8;
}

/* filters */
/* filter grey */
.footer_partner.filter_grey ul li img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.footer_partner.filter_grey ul li a img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* filter sepia */
.footer_partner.filter_sepia ul li img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}

.footer_partner.filter_sepia ul li a img:hover {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

/* END filters */
/* END footer partner */
