@font-face {
   font-family: OpenSansLight;
   src: url("../fonts/OpenSans-Light.eot?v=1.1.0");
   src: url("../fonts/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
   font-weight: 300;
   font-style: normal; 
}

@font-face {
   font-family: OpenSansRegular;
   src: url("../fonts/OpenSans-Regular.eot?v=1.1.0");
   src: url("../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
   font-weight: normal;
   font-style: normal; 
}

/* basic configuration */
* {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 1em;
   font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
   text-rendering: optimizeLegibility;
   outline: 0;
   box-sizing: border-box;
}

html {
   height: 100%;
}

body {
   height: 100%;
   position: relative;
   color: #333;
   padding: 38px 0 0 0;
   
   transition: padding 0.2s linear 0s;
}

body.single-page-container {
   padding: 0;
}


h1, h2, h3, h4, h5, h6 {
   font-weight: bold;
}

h1 {
   font-size: 2.2em;
   line-height: 2.2em;
   padding: 24px 0 8px 0;
}

h2{
   font-size: 1.9em;
   line-height: 1.9em;
   padding: 12px 0 4px 0;
}

h3 {
   font-size: 1.5em;
   line-height: 1.5em;
   padding: 12px 0 4px 0;
}

h4 {
   font-size: 1.27em;
   line-height: 1.27em;
   padding: 8px 0 6px 0;
}

h5 {
   font-size: 1.2em;
   font-weight: normal;
   line-height: 1.2em;
   padding: 4px 0 4px 0;
}

h6{
   font-size: 1em;
   font-weight: normal;
   line-height: 1em;
   padding: 2px 0 2px 0;
}

p {
   line-height: 26px;
   padding: 4px 0 4px 0;
}

p:empty {
   display: none;
} 

ul {
   display: block;
   height: auto;
   line-height: normal;
   list-style-type: disc;
   margin: 0;
}

ol,
ul {
   padding: 2% 2% 2% 3.5%;
}

ol li,
ul li {
   color: #333; 
   font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
   font-size: 1em;
   line-height: 28px;
   margin: 2px 0;
}

table  {
   width: 100%;
   font-size: 1em;
   border-collapse: collapse;
   font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

table tbody td {
   padding: 8px;
   line-height: 18px;
   border: 1px solid #333;
   color: #333; 
}

table thead td,
table th {
   background: #7F7F7F;
   color: #FFF;
   padding: 8px;
   font-weight: bold;
   border: 1px solid #333;
}

table tbody td *,
table thead td *,
table tfoot td * {
   font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}


img.alignleft {
   float: left;
   margin: 16px 16px 16px 0;
}

img.alignright {
   float: right;
   margin: 16px 0 16px 16px;
}

img.aligncenter {
   display: block;
   height: auto;
   margin: 16px auto;
   max-width: 90%;
}

blockquote {
   margin: 0 0 0 3.5%;
}

blockquote p:before {
   color: #2e9bdd;
   font-size: 7em;
   font-family: Arial,Helvetica,sans-serif;
   line-height: 1px;
   position: relative;
   top: -12px;
   left: -60px;
   margin-right: -96px;
}

blockquote p:before { 
   content: " „ " " "; 
}

blockquote p {
   font-size: 1.4em;
   line-height: 1.6em;
   margin-left: 42px;
}

address {
   color: #FFF;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 1em;
   line-height: 20px;
   padding: 8 0;
   font-style: italic;
}

sub, sup {
   font-size: 0.8em; 
   line-height: 20px; 
}

hr {
   margin: 6px 0;
   border: 1px solid #FFF;
}

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

a:hover {
   color: #2e9bdd;
   text-decoration: underline;
   
   transition: color 0.2s linear 0s;
}

.clear {
   clear: both;
}

.gallery-item {
   
   width: 20%;
   display: inline-block;
}

/* SEO */
.seo-content {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0,0,0,0);
   border: 0;
}

/* HEADER */
.header-image {
   width: 100%;
   height: auto;
   max-height: 760px;
   overflow: hidden;
   position: relative;
}

.small-header .header-image {
   max-height: 320px;
}

.header-bottom-border {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: #2e9bdd;
   height: 24px;
   box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
   z-index: 10;
}

.header-image img {
   width: 100%;
   height: auto;
   display: block;
   vertical-align: top;
}

.header-logo {
   position: absolute;
   top: 0;
   /*bottom: 0;*/
   left: 0;
   max-width: 744px;
   right: 50%;
   
   transition: top 0.2s linear 0s;
   z-index: 20;
}

@media screen and (max-width: 1280px) {
   .header-logo {
      top: -4%;
   }
}

@media screen and (max-width: 1160px) {
   .header-logo {
      top: -6%;
   }
}

@media screen and (max-width: 960px) {
   .header-logo {
      top: -8%;
   }
}

@media screen and (max-width: 800px) {
   .header-logo {
      top: -10%;
   }
}

@media screen and (max-width: 720px) {
   .header-logo {
      top: -12%;
   }
}

@media screen and (max-width: 600px) {
   .header-logo {
      top: -14%;
   }
}

.small-header .header-logo {
   max-width: 300px;
}

.header-logo .header-logo-background {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   
   background: rgba(255, 255, 255, 0.9);
   transform: translate(-60%, 30%) scale(1.6) rotate(35deg);
   
   transition: transform 0.2s linear 0s;
   
   z-index: 1;
   
}

.header-image .header-logo img {
   width: 90%;
   margin-top: 30%;
   margin-left: 10%;
   position: relative;
   z-index: 2;
   
   transition: margin 0.2s linear 0s;
}

.header-menu {  
   height: 44px; /*48px*/
   padding: 0;
   background: #F8F8F8;
   position: fixed;
   top: 0;
   right: 0;
   width: 100%;
   z-index: 30;
   box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
   text-align: right;
   /*border-bottom: 4px solid #FFF;*/
   
   transition: height 0.2s linear 0s, border 0.2s linear 0s, width 0.2s linear 0s;
}

.single-page-container .header-menu {  
   text-align: left;
}

body.customize-support .header-menu {
   top: 32px;
}

@media screen and (max-width: 768px) {
   body.customize-support .header-menu {
      top: 46px;
   }
}

@media screen and (max-width: 584px) {
   html body.customize-support #wpadminbar {
      position: fixed;
   }
}

.menu-wrapper {
   height: 44px; /*48px*/
   margin: 0 auto;
   width: 100%;
   max-width: 1280px;
}

.header-menu ul {
   height: 48px;
   margin: 0 24px 0 0;
   display: inline-block;
   padding: 0;
}

.header-menu ul li { 
   height: 44px; /*48px*/
   margin: 0 4px;
   /*border-right: 1px solid #DDD;*/
   float: left;
   display: block;
}
/*
.header-menu ul li:nth-child(2) {
   border-left: 1px solid #DDD;  
}*/


.header-menu ul li.menubar {
   display: none;
}

.header-menu.menubar-active,
.small-header .header-menu  {
   border-bottom: 0;
}

.header-menu.menubar-active ul,
.small-header .header-menu ul  {
   width: 100%;
   height: 44px; /*48px*/
   overflow: hidden;
   background: #F8F8F8;
   border-bottom: 0;
   
   transition: height 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.header-menu.menubar-active.menubar-open ul {
   box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px 0px;
}

.header-menu.menubar-active ul li,
.small-header .header-menu ul li {
   display: block;
   float: none;
   height: 44px; /*48px*/
   margin: 2px 0 2px 0; 

   border-right: 0;
}

/*
.header-menu.menubar-active ul li:nth-child(2),
.small-header .header-menu ul li:nth-child(2) {
   border-left: 0;  
}*/

.header-menu.menubar-active ul li.menubar {
   display: block;
   line-height: 44px; /*48px*/
   padding-right: 16px;
   text-align: right;
}

.header-menu.menubar-active ul li.menubar button {
   display: inline-block;
   height: 44px; /*48px*/
   color: #333;
   width: 44px;
   text-align: center;
   cursor: pointer;
   background: transparent;
   border: 0;
   outline: 0;
   
   transition: color 0.2s linear 0s;
}

.header-menu.menubar-active ul li.menubar button:hover {
   color: #2e9bdd;
   
   transition: color 0.2s linear 0s;
}

.header-menu ul li a {
   height: 44px; /*48px*/
   padding: 0 24px;
   /*border-bottom: 4px solid #FFF; */
   display: block;
   color: #333; 
   background: #F8F8F8;
   line-height: 44px;
   text-decoration: none;
   
   transition: color 0.2s linear 0s, border 0.2s linear 0s, background 0.2s linear 0s;
}

.header-menu.menubar-active ul li a,
.small-header .header-menu ul li a {
   display: block;
   height: 44px;
   text-align: left;
   padding: 0 16px;
   border-bottom: 0; 
   /*border-left: 4px solid #333; */
}

/*
.header-menu.menubar-active ul li:not(.menubar) a,
.small-header .header-menu ul li:not(.menubar) a { 
   border-top: 1px solid #DDD; 
   border-bottom: 1px solid #DDD; 
}*/

.header-menu ul li a:hover,
.header-menu ul li.active a {
   color: #FFF; 
   background: #2e9bdd;
   /*border-color: #2e9bdd;*/ 
   
   transition: color 0.2s linear 0s, border 0.2s linear 0s, background 0.2s linear 0s;
}

.small-capped-logo {
   width: 72px;
   height: 44px;  
   position: fixed;
   top: 0;
   left: 0; 
   background: #F8F8F8;
   display: none;
   z-index: 2;   
   text-align: right;
   opacity: 0;
   
   transition: opacity 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.small-capped-logo img {
   height: 48px;  
}

.single-page-container .header-menu .small-capped-logo.logo-active {
   opacity: 1;
   display: block;
   left: auto;
   right: 0;
}

/*
@media screen and (max-height: 480px) {
   .header-menu.menubar-active {
      width: 72px;
   }
   
   .header-menu.menubar-active.menubar-open {
      width: 100%;
   }

   .menubar-active .menu-wrapper .small-logo {
      display: none;
   }
   
   body {
      padding-top: 0;
   }
   
   .small-capped-logo {
      display: block;
   }
   
   .header-menu.menubar-active.menubar-open .small-capped-logo {
      box-shadow: 0 0 0 0 rgba(0,0,0,0.6);
   }
   
   .header-menu.menubar-active .small-capped-logo.logo-active {
      opacity: 1;
   }
}*/

/*
@media screen and (min-width: 1280px) {
   .header-image .header-logo img {
      margin-top: 20%;
   }
    
   .header-logo .header-logo-background {
      transform: translate(-60%, 20%) scale(1.5) rotate(35deg);
   }
}*/

/* small logo in header */
.menu-wrapper .small-logo {
   height: 48px;
   position: absolute;
   top: 0;
   left: 24px;
   opacity: 0;
   
   transition: opacity 0.2s linear 0s;
}

.menubar-active .menu-wrapper .small-logo.logo-active {
   opacity: 1;
}

@media screen and (min-width: 840px) {

   .menu-wrapper .small-logo.logo-active {
      opacity: 1;
   }
}


/* content */
.background-wrapper {
   background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 50%, rgba(238, 238, 238, 0.1) 50%, rgba(238, 238, 238, 0.1) 100%), #F8F8F8;
   position: relative;
   overflow: hidden;
   border-bottom: 1px solid #DDD;
}

.background-wrapper:nth-child(even) {
   background: linear-gradient(45deg, rgba(238, 238, 238, 0.3) 0%, rgba(238, 238, 238, 0.3) 50%, rgba(255,255,255, 0.4) 50%, rgba(255,255,255, 0.4) 100%), #F8F8F8;
   position: relative;
}

.background-wrapper:last-child {
   border-bottom: 0;
}

h1.content-scroll-topic,
h2.content-scroll-topic {
   font-size: 1.5em;
   text-align: center; 
   margin-bottom: -32px;
   
   word-wrap: break-word;
}

h1.content-scroll-topic::first-letter,
h2.content-scroll-topic::first-letter {
   color: #2e9bdd;  
}

@media screen and (min-width: 420px) {
   h1.content-scroll-topic,
   h2.content-scroll-topic {
      font-size: 2em; 
   }
}

@media screen and (min-width: 520px) {
   h1.content-scroll-topic,
   h2.content-scroll-topic {
      font-size: 3em; 
   }
}

@media screen and (min-width: 720px) {
   h1.content-scroll-topic,
   h2.content-scroll-topic {
      font-size: 4em; 
   }
}

.service-field {
   margin: 0 auto;
   padding-bottom: 16px;
   margin-bottom: 24px;
   background: #FFF;
   border-bottom: 4px solid #DDD;
   
   box-shadow: 0 8px 12px -12px rgba(0, 0, 0, 0.6);
}

.service-field > .fa {
   font-size: 4em;
   display: block;
   text-align: center;
   color: #FFF;
   height: 104px;
   width: 100%;
   line-height: 104px;
   margin: 0 auto 4px auto;
}

.service-field.no-icon {
   border-top: 8px solid #DDD;
}

.service-field.no-icon > .fa {
   display: none;
}

.service-field.field-color-1 > .fa {
   background: #D4262E; 
}

.service-field.field-color-2  > .fa {
   background: #769220; 
}

.service-field.field-color-3 > .fa {
   background: #E17331; 
}

.service-field.field-color-4 > .fa {
   background: #287994; 
}

.service-field.no-icon.field-color-1 {
   border-top-color: #D4262E;
}

.service-field.no-icon.field-color-2 {
   border-top-color: #769220; 
}

.service-field.no-icon.field-color-3 {
   border-top-color: #E17331; 
}

.service-field.no-icon.field-color-4 {
   border-top-color: #287994; 
}

.service-field h3 {
   font-size: 1.2em;
   text-align: center;
   color: #FFF;
   padding: 12px 0;
}

.service-field h3 + h3 {
   padding-top: 0;
}

.service-field h3 a {
   text-decoration: none;
}

.service-field h3 a:hover {
   text-decoration: underline;
}

.service-field.field-color-1 h3,
.service-field.field-color-1 h3 a {
   color: #D4262E; 
}

.service-field.field-color-2 h3,
.service-field.field-color-2 h3 a {
   color: #769220; 
}

.service-field.field-color-3 h3,
.service-field.field-color-3 h3 a {
   color: #E17331; 
}

.service-field.field-color-4 h3,
.service-field.field-color-4 h3 a {
   color: #287994; 
}

.service-field p {
   border-top: 1px solid #DDD;
   text-align: center;
   padding: 0;
}

.service-field p:last-child {
   border-bottom: 1px solid #DDD;
}

.service-field.no-border p ,
.service-field.no-border p:last-child {
   border: 0;
   padding: 2px 12px;
}

.service-field p a,
.service-field p span {
   color: #333;
   text-decoration: none;
   display: block;
   height: 100%;
   width: 100%;
   padding: 24px 8px;
   background: #F8F8F8;
   
   transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.service-field form p {
   border-top: 0;
   text-align: left;
   padding: 0 24px;
}

.service-field form p span {
   color: #333;
   display: block;
   height: auto;
   width: 100%;
   padding: 0;
   background: transparent;
}

.service-field p a:hover {
   background: #2e9bdd;
   color: #FFF;
}

.service-field  ul {
   list-style-type: none;
   padding: 0;
}

.service-field  ul li {
   padding: 0;
   margin: 0;
}

.service-field  ul li h3 {
   font-size: 1em;
   text-align: left;
   font-weight: normal;
   border-top: 1px solid #DDD;
   padding: 0;
}
.service-field  ul li:last-child h3 {
   border-bottom: 1px solid #DDD;
}

.service-field  ul li h3 a {
   color: #333 !important;
   text-decoration: none;
   display: block;
   text-align: center;
   height: 100%;
   width: 100%;
   padding: 16px;
   background: #F8F8F8;
   transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.service-field  ul li h3 a:hover {
   color: #FFF !important;
   text-decoration: none;
   background: #2e9bdd;
}

/* link buttons */

.link-button {
   display: block;
   margin: 12px 0;
   width: 100%;
   color: #EEE;
   padding: 24px;
   text-align: center;
   box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
   
   transition: box-shadow 0.2s linear 0s, color 0.2s linear 0s;
}

.link-button:hover {
   text-decoration: none;
   color: #FFF;
   box-shadow: 0 8px 2px -6px rgba(0,0,0,0.6);
   
   transition: box-shadow 0.2s linear 0s, color 0.2s linear 0s;
}

.button-top-margin {
   margin-top: 30px;
}

.link-button.button-color-1 {
   background: #D4262E; 
}

.link-button.button-color-2 {
   background: #769220; 
}

.link-button.button-color-3 {
   background: #E17331; 
}

.link-button.button-color-4 {
   background: #287994; 
}

.footer-to-top-link {
   display: block;
   width: 44px;
   height: 44px;
   line-height: 44px;
   text-align: center;
   margin: -44px auto 0 auto;
   background: #333;
   color: #FFF;
   border: 2px solid #2e9bdd;
   transition: color 0.2s linear 0s;
}

.footer-to-top-link:hover {
   color: #2e9bdd;
}

/* Forms */
.content-wrapper input,
.content-wrapper textarea,
.content-wrapper select {
   border-radius: 0;
   box-shadow: none;
   outline: 0;
   background: #FFF;
   border: 1px solid #AAA;
   color: #AAA;
   padding: 12px 24px;
   font-size: 1em;
   min-height: 52px;
   width: 100%;
   
   transition: color 0.2s linear 0s, border 0.2s linear 0s;
}

input:focus, textarea:focus, select:focus {
   border: 1px solid #7F7F7F;
   color: #333;
}

.content-wrapper button, 
.content-wrapper input[type=submit],
.content-wrapper input[type=reset] {
   border-radius: 0;
   outline: 0;
   color: #FFF;
   border: 1px solid #7F7F7F;
   background: #7F7F7F;
   min-width: 200px;
   width: auto;
   opacity: 0.8;
   
   transition: opacity 0.2s linear 0s;
}

.content-wrapper .ol-control > button {
   min-width: 1.375em;
}

.content-wrapper input[type=submit].flex-input {
   min-width: 0;
   width: 100%;
   padding-left: 0;
   padding-right: 0;
   text-align: center;
}

.content-wrapper button:hover,
.content-wrapper input[type=submit]:hover,
.content-wrapper input[type=reset]:hover {
   opacity: 1;
   cursor: pointer;
}

.content-wrapper input[type=submit] {
   background: #4F4C4D;
   border: 1px solid #4F4C4D;
}

.content-wrapper input[type=reset] {
   background: #AAA;
   border: 1px solid #AAA;
}


.content-wrapper input:not([type=checkbox]):not([type=radio]),
.content-wrapper textarea {
   -webkit-appearance: none;
}

.submit-line {
   margin-top: 24px;
}

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

   .submit-line {
      margin-top: 0;
   }
   
   .content-wrapper .submit-line input[type=submit],
   .content-wrapper .submit-line input[type=reset] {
      width: 100%;
   }
   
   .content-wrapper .submit-line input[type=submit] {
      margin-top: 24px;
   }
}

.wpcf7-form label,
label.form-label {
   display: block;
   line-height: 28px;
   margin-top: 24px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
   display: inline-block;
   margin: 24px 24px 0 24px;
}

@media screen and (min-width: 880px) {
   .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
      float: right;
   }
}


.wpcf7-response-output {
   margin: 24px 0 !important;
   color: #FFF !important;
   padding: 12px 24px !important;
   border: 0 !important;
}

.wpcf7-response-output.wpcf7-validation-errors {
   background: #D4262E !important;
}

span.wpcf7-not-valid-tip {
   color: #FFF !important;
   background: #D4262E !important;
   padding: 1px 4px !important;
   font-size: 0.75em;
}

@media screen and (min-width: 960px) {
   textarea.wpcf7-textarea {
      height: 364px;
   }
}



/* Footer */
#footer {
   box-shadow: 0 0 8px 0 rgba(0,0,0,0.6);
   border-top: 24px solid #2e9bdd; 
   background: #333;
   color: #FFF;
   position: relative;
}

#footer .footer-links {
   text-align: center;
   max-width: 1280px; 
   margin: 0 auto;
}

#footer .footer-links ul {
   list-style-type: none;
   display: inline-block;
   margin: 24px 0 0 0;
   padding-left: 0; 
   padding-right: 0; 
}

#footer .footer-links li {
   height: 44px;
   min-width: 120px;
   float: left;
   margin: 0 12px;
}

#footer .footer-links li a {
   color: #333;
   background: #EEEEEE;
   display: block;
   line-height: 44px;
   text-decoration: none;
   text-align: center;
   
   padding-left: 8px;
   padding-right: 8px;
   
   transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

#footer .footer-links li a:hover {
   color: #2e9bdd;
   background: #FFF;
}

.footer-copyright {
   text-align: center;
   padding-bottom: 16px;
   font-size: 0.75em;
}

/* single page styling */
.single-page-container .content-wrapper {
   min-height: 100%;
   background: rgba(255, 255, 255, 0.85);
}

.single-page-container .background-wrapper {
   background: none;
}

.single-page-container .content-wrapper h1.content-scroll-topic,
.single-page-container .content-wrapper h2.content-scroll-topic {
   margin: 24px 0;
   line-height: 1.4em;
}

.single-page-container  .header-menu {
   height: 44px;
   left: 0;
   right: auto;
}

.single-page-container  .header-menu .menu-wrapper {
   max-width: 100%;
}

.single-page-container  .header-menu .menu-wrapper .back-button {
   display: inline-block;
   line-height: 44px;
   color: #333;
   height: 44px;
   width: 44px;
   outline: 0;
   text-align: center;
   
   transition: color 0.2s linear 0s;
}

.single-page-container  .header-menu .menu-wrapper .back-button:hover {
   color: #2e9bdd;
   text-decoration: none;
}
/* 
HEADER GALLERY
 */

.header-gallery-image {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: auto;
   
   transition: left 1.0s ease-in-out 0s
}

.header-gallery-image.next {
   left: 100%;
   z-index: 1;
   
   transition: left 0s linear 0s;
}

.header-gallery-image.prev {
   left: -100%;
   z-index: 2;
}

.header-gallery-image.current {
   z-index: 3;
}

.header-background-image {
   opacity: 0;
}

/* search */
.searchbar {
   overflow: hidden;
   background: #F8F8F8;
   width: 320px;
   position: fixed;
   top: 0;
   left: 16px;
   z-index: 31;
   
   transition: left 0.2s linear 0s;
   white-space: nowrap;
}

.searchbar.logo-active {
   left: 86px;
}

.single-page-container .searchbar {
   left: 52px;
}

body.customize-support .searchbar {
   top: 32px;
}

@media screen and (max-width: 768px) {
   
   body.customize-support .searchbar {
      top: 46px;
   }
}

.searchbar button {
   width: 44px;
   height: 44px;
   float: left;
   background: #F8F8F8;
   -webkit-appearance: none;
   border-radius: 0;
   box-shadow: none;
   font-size: 1.5em;
   color: #333;
   cursor: pointer;
   
   transition: color 0.2s linear 0s;
}

.searchbar .search-form {
   display: block;
   height: 44px;
   width: 268px;
   float: right;
}

@media screen and (max-width: 1280px) {
   
   .searchbar {
      width: 44px;
   }
   
   .searchbar.active {
      width: 320px;
      box-shadow: 8px 0 8px -8px rgba(0,0,0,0.6);
   }
   
   .searchbar.active  button {
      color: #AAA;
   }
      
   .searchbar .search-form {
      display: none;
   }

   .searchbar.active  .search-form {
      display: block;
   }
}

@media screen and (max-width: 420px) {
   
   .searchbar.active {
      left: 0px;
   }
}

.searchbar .screen-reader-text {
   display: none;
}


.searchbar .search-form #s,
.searchbar .search-form #searchsubmit {
   height: 32px;
   line-height: 32px;
   float: left;
   padding: 0 8px;
   border-radius: 0;
   box-shadow: none;
   outline: 0;
   -webkit-appearance: none;
}

.searchbar .search-form #s {
   border: 1px solid #AAA;
   color: #AAA;
   width: 180px;
   margin-top: 6px;
   
   margin-right: 8px;
}

.searchbar .search-form #s:focus {
   border: 1px solid #7F7F7F;
   color: #333;
}

.searchbar .search-form #searchsubmit {
   background: #4F4C4D;
   color: #FFF;
   opacity: 0.8;
   height: 44px;
   line-height: 44px;
   
   width: 72px;
   text-align: center;
}

.searchbar .search-form #searchsubmit:hover {
   opacity: 1;
   cursor: pointer;
   
   transition: opacity 0.2s linear 0s;
}

.message {
   margin: 24px 0;
}

.message.error-message {
   color: #F00;
}

.message.success-message {
   color: #769220;
}


/* basic floats */
.floatleft {
   float: left;
}

.floatright {
   float: right;
}

.clear {
   clear: both;
}

@media screen and (min-width: 960px) {
   .set-margin-12-till-960 {
      margin-top: 12px;
   }
}

@media screen and (min-width: 960px) {
   .set-margin-m10-till-960 {
      margin-top: -10px;
   }
}

@media screen and (min-width: 720px) {
   .set-margin-20-till-720 {
      margin-top: 20px;
   }
}

@media screen and (min-width: 800px) {
   .set-margin-30-till-800 {
      margin-top: 30px;
   }
}

@media screen and (min-width: 320px) {
   .set-margin-30-till-320 {
      margin-top: 30px;
   }
}

@media screen and (max-width: 719px) {
   .set-margin-15-from-720 {
      margin-top: 15px;
   }
}

/*************************************************************************************
   - basics for responsivity
   - h1 - h6 + p, span, div
*************************************************************************************/
/* container */
.container {
   padding: 0 48px;
   margin: 0 auto;
   box-sizing: border-box;
   width: 100%;
   clear: both;
}

.container > h1, 
.container > h2,
.container > h3, 
.container > h4,
.container > h5, 
.container > h6,
.container > p {
   margin: 0 -24px;
}

.container.max-1024 {
   max-width: 1024px;
}

.container.max-1280 {
   max-width: 1280px;
}

.container.max-1600 {
   max-width: 1600px;
}

.container.max-1920 {
   max-width: 1920px;
}

/* floatings */
.row {
   margin: 0 -48px;
   padding: 0;
   clear: both;
}

.cell .row {
   margin: -24px;
}

.cell {
   padding: 24px;
   box-sizing: border-box;
   float: left;
}

.cell.cell-1 {
   width: 8.333333%;
}

.cell.cell-2 {
   width: 16.666666%;
}

.cell.cell-3 {
   width: 25%;
}

.cell.cell-4 {
   width: 33.333333%;
}

.cell.cell-5 {
   width: 41.666666%;
}

.cell.cell-6 {
   width: 50%;
}

.cell.cell-7 {
   width: 58.333333%;
}

.cell.cell-8 {
   width: 66.666666%;
}

.cell.cell-9 {
   width: 75%;
}

.cell.cell-10 {
   width: 83.333333%;
}

.cell.cell-11 {
   width: 91.666666%;
}

.cell.cell-12 {
   width: 100%;
}

.cell.cell-center {
   float: none;
   margin: 0 auto;
}

.cell.cell-content-center {
   text-align: center;
}


/************************************************************************************* 
   - basic changing at 720px width = cells get 100% 
*************************************************************************************/
@media screen and (max-width : 720px) {
      
   .cell:not([class*="from"]):not([class*="till"]) {
      width: 100%;
      float: none;
   }
}



/************************************************************************************* 
   - responsive at 1280px width = cells get till-1280 100% 
   - cells from change sizea for resolution <= 1280px
*************************************************************************************/
@media screen and (max-width : 1280px) {
      
   .cell.till-1280 {
      width: 100%;
      float: none;
   }
   
   .cell.cell-1-from-1280 {
      width: 8.333333%;
   }

   .cell.cell-2-from-1280 {
      width: 16.666666%;
   }

   .cell.cell-3-from-1280 {
      width: 25%;
   }

   .cell.cell-4-from-1280 {
      width: 33.333333%;
   }

   .cell.cell-5-from-1280 {
      width: 41.666666%;
   }

   .cell.cell-6-from-1280 {
      width: 50%;
   }

   .cell.cell-7-from-1280 {
      width: 58.333333%;
   }

   .cell.cell-8-from-1280 {
      width: 66.666666%;
   }

   .cell.cell-9-from-1280 {
      width: 75%;
   }

   .cell.cell-10-from-1280 {
      width: 83.333333%;
   }

   .cell.cell-11-from-1280 {
      width: 91.666666%;
   }

   .cell.cell-12-from-1280 {
      width: 100%;
   }
   
   .cell.clear-from-1280 {
      clear: both;
   }

   .cell.cell-content-center-from-1280  {
      text-align: center;
   }

   .cell.cell-hide-from-1280  {
      display: none;;
   }
}


/************************************************************************************* 
   - responsive at 1024px width = cells get till-1024 100% 
   - cells from change sizea for resolution <= 1024px
*************************************************************************************/
@media screen and (max-width : 1024px) {
      
   .cell.till-1024 {
      width: 100%;
      float: none;
   }
   
   .cell.cell-1-from-1024 {
      width: 8.333333%;
   }

   .cell.cell-2-from-1024 {
      width: 16.666666%;
   }

   .cell.cell-3-from-1024 {
      width: 25%;
   }

   .cell.cell-4-from-1024 {
      width: 33.333333%;
   }

   .cell.cell-5-from-1024 {
      width: 41.666666%;
   }

   .cell.cell-6-from-1024 {
      width: 50%;
   }

   .cell.cell-7-from-1024 {
      width: 58.333333%;
   }

   .cell.cell-8-from-1024 {
      width: 66.666666%;
   }

   .cell.cell-9-from-1024 {
      width: 75%;
   }

   .cell.cell-10-from-1024 {
      width: 83.333333%;
   }

   .cell.cell-11-from-1024 {
      width: 91.666666%;
   }

   .cell.cell-12-from-1024 {
      width: 100%;
   }
   
   .cell.clear-from-1024 {
      clear: both;
   }

   .cell.cell-content-center-from-1024  {
      text-align: center;
   }

   .cell.cell-hide-from-1024  {
      display: none;;
   }
}

/************************************************************************************* 
   - responsive at 960px width = cells get till-960 100% 
   - cells from change sizea for resolution <= 960px
*************************************************************************************/
@media screen and (max-width : 960px) {
      
   .cell.till-960 {
      width: 100%;
      float: none;
   }
   
   .cell.cell-1-from-960 {
      width: 8.333333%;
   }

   .cell.cell-2-from-960 {
      width: 16.666666%;
   }

   .cell.cell-3-from-960 {
      width: 25%;
   }

   .cell.cell-4-from-960 {
      width: 33.333333%;
   }

   .cell.cell-5-from-960 {
      width: 41.666666%;
   }

   .cell.cell-6-from-960 {
      width: 50%;
   }

   .cell.cell-7-from-960 {
      width: 58.333333%;
   }

   .cell.cell-8-from-960 {
      width: 66.666666%;
   }

   .cell.cell-9-from-960 {
      width: 75%;
   }

   .cell.cell-10-from-960 {
      width: 83.333333%;
   }

   .cell.cell-11-from-960 {
      width: 91.666666%;
   }

   .cell.cell-12-from-960 {
      width: 100%;
   }
   
   .cell.clear-from-960 {
      clear: both;
   }
   
   .cell.cell-hide-from-960 {
      display: none;
   }

   .cell.cell-content-center-from-960  {
      text-align: center;
   }

   .cell.cell-hide-from-960  {
      display: none;;
   }
}

/*************************************************************************************
   - responsive at 800px width = cells get till-800 100% 
   - cells from change sizea for resolution <= 800px
*************************************************************************************/
@media screen and (max-width : 800px) {
      
   .cell.till-800 {
      width: 100%;
      float: none;
   }

   .cell.cell-1-from-800 {
      width: 8.333333%;
   }

   .cell.cell-2-from-800 {
      width: 16.666666%;
   }

   .cell.cell-3-from-800 {
      width: 25%;
   }

   .cell.cell-4-from-800 {
      width: 33.333333%;
   }

   .cell.cell-5-from-800 {
      width: 41.666666%;
   }

   .cell.cell-6-from-800 {
      width: 50%;
   }

   .cell.cell-7-from-800 {
      width: 58.333333%;
   }

   .cell.cell-8-from-800 {
      width: 66.666666%;
   }

   .cell.cell-9-from-800 {
      width: 75%;
   }

   .cell.cell-10-from-800 {
      width: 83.333333%;
   }

   .cell.cell-11-from-800 {
      width: 91.666666%;
   }

   .cell.cell-12-from-800 {
      width: 100%;
   }
   
   .cell.clear-from-800 {
      clear: both;
   }

   .cell.cell-content-center-from-800  {
      text-align: center;
   }

   .cell.cell-hide-from-800  {
      display: none;;
   }
}

/*************************************************************************************
   - responsive at 720px width = cells get till-720 100% 
   - cells from change sizea for resolution <= 720px
*************************************************************************************/
@media screen and (max-width : 720px) {
      
   .cell.till-720 {
      width: 100%;
      float: none;
   }

   .cell.cell-1-from-720 {
      width: 8.333333%;
   }

   .cell.cell-2-from-720 {
      width: 16.666666%;
   }

   .cell.cell-3-from-720 {
      width: 25%;
   }

   .cell.cell-4-from-720 {
      width: 33.333333%;
   }

   .cell.cell-5-from-720 {
      width: 41.666666%;
   }

   .cell.cell-6-from-720 {
      width: 50%;
   }

   .cell.cell-7-from-720 {
      width: 58.333333%;
   }

   .cell.cell-8-from-720 {
      width: 66.666666%;
   }

   .cell.cell-9-from-720 {
      width: 75%;
   }

   .cell.cell-10-from-720 {
      width: 83.333333%;
   }

   .cell.cell-11-from-720 {
      width: 91.666666%;
   }

   .cell.cell-12-from-720 {
      width: 100%;
   }
   
   .cell.clear-from-720 {
      clear: both;
   }

   .cell.cell-content-center-from-720  {
      text-align: center;
   }

   .cell.cell-hide-from-720  {
      display: none;
   }
}

/*************************************************************************************
   - responsive at 640px width = cells get till-640 100% 
   - cells from change sizea for resolution <= 640px
*************************************************************************************/
@media screen and (max-width : 640px) {
      
   .cell.till-640 {
      width: 100%;
      float: none;
   }

   .cell.cell-1-from-640 {
      width: 8.333333%;
   }

   .cell.cell-2-from-640 {
      width: 16.666666%;
   }

   .cell.cell-3-from-640 {
      width: 25%;
   }

   .cell.cell-4-from-640 {
      width: 33.333333%;
   }

   .cell.cell-5-from-640 {
      width: 41.666666%;
   }

   .cell.cell-6-from-640 {
      width: 50%;
   }

   .cell.cell-7-from-640 {
      width: 58.333333%;
   }

   .cell.cell-8-from-640 {
      width: 66.666666%;
   }

   .cell.cell-9-from-640 {
      width: 75%;
   }

   .cell.cell-10-from-640 {
      width: 83.333333%;
   }

   .cell.cell-11-from-640 {
      width: 91.666666%;
   }

   .cell.cell-12-from-640 {
      width: 100%;
   }
   
   .cell.clear-from-640 {
      clear: both;
   }

   .cell.cell-content-center-from-640  {
      text-align: center;
   }

   .cell.cell-hide-from-640  {
      display: none;
   }
}

/*************************************************************************************
   - responsive at 540px width = cells get till-540 100% 
   - cells from change sizea for resolution <= 540px
*************************************************************************************/
@media screen and (max-width : 540px) {
      
   .cell.till-540 {
      width: 100%;
      float: none;
   }

   .cell.cell-1-from-540 {
      width: 8.333333%;
   }

   .cell.cell-2-from-540 {
      width: 16.666666%;
   }

   .cell.cell-3-from-540 {
      width: 25%;
   }

   .cell.cell-4-from-540 {
      width: 33.333333%;
   }

   .cell.cell-5-from-540 {
      width: 41.666666%;
   }

   .cell.cell-6-from-540 {
      width: 50%;
   }

   .cell.cell-7-from-540 {
      width: 58.333333%;
   }

   .cell.cell-8-from-540 {
      width: 66.666666%;
   }

   .cell.cell-9-from-540 {
      width: 75%;
   }

   .cell.cell-10-from-540 {
      width: 83.333333%;
   }

   .cell.cell-11-from-540 {
      width: 91.666666%;
   }

   .cell.cell-12-from-540 {
      width: 100%;
   }
   
   .cell.clear-from-540 {
      clear: both;
   }

   .cell.cell-content-center-from-540  {
      text-align: center;
   }

   .cell.cell-hide-from-540  {
      display: none;
   }
}

/*************************************************************************************
   - responsive at 480px width = cells get till-480 100% 
   - cells from change sizea for resolution <= 480px
*************************************************************************************/
@media screen and (max-width : 480px) {
      
   .cell.till-480 {
      width: 100%;
      float: none;
   }

   .cell.cell-1-from-480 {
      width: 8.333333%;
   }

   .cell.cell-2-from-480 {
      width: 16.666666%;
   }

   .cell.cell-3-from-480 {
      width: 25%;
   }

   .cell.cell-4-from-480 {
      width: 33.333333%;
   }

   .cell.cell-5-from-480 {
      width: 41.666666%;
   }

   .cell.cell-6-from-480 {
      width: 50%;
   }

   .cell.cell-7-from-480 {
      width: 58.333333%;
   }

   .cell.cell-8-from-480 {
      width: 66.666666%;
   }

   .cell.cell-9-from-480 {
      width: 75%;
   }

   .cell.cell-10-from-480 {
      width: 83.333333%;
   }

   .cell.cell-11-from-480 {
      width: 91.666666%;
   }

   .cell.cell-12-from-480 {
      width: 100%;
   }
   
   .cell.clear-from-480 {
      clear: both;
   }

   .cell.cell-content-center-from-480  {
      text-align: center;
   }

   .cell.cell-hide-from-480  {
      display: none;
   }
}

/*************************************************************************************
   - responsive at 320px width = cells get till-320 100% 
   - cells from change sizea for resolution <= 320px
*************************************************************************************/
@media screen and (max-width : 320px) {
      
   .cell.till-320 {
      width: 100%;
      float: none;
   }

   .cell.cell-1-from-320 {
      width: 8.333333%;
   }

   .cell.cell-2-from-320 {
      width: 16.666666%;
   }

   .cell.cell-3-from-320 {
      width: 25%;
   }

   .cell.cell-4-from-320 {
      width: 33.333333%;
   }

   .cell.cell-5-from-320 {
      width: 41.666666%;
   }

   .cell.cell-6-from-320 {
      width: 50%;
   }

   .cell.cell-7-from-320 {
      width: 58.333333%;
   }

   .cell.cell-8-from-320 {
      width: 66.666666%;
   }

   .cell.cell-9-from-320 {
      width: 75%;
   }

   .cell.cell-10-from-320 {
      width: 83.333333%;
   }

   .cell.cell-11-from-320 {
      width: 91.666666%;
   }

   .cell.cell-12-from-320 {
      width: 100%;
   }
   
   .cell.clear-from-320 {
      clear: both;
   }

   .cell.cell-content-center-from-320  {
      text-align: center;
   }

   .cell.cell-hide-from-320  {
      display: none;
   }
}

/*************************************************************************************
   - changes of paddings
*************************************************************************************/
/* responsive at 720px width = padding from 24 to 16px */
@media screen and (max-width : 720px) {
   
   .container { 
      padding: 0 32px;
   }

   .container > h1, 
   .container > h2,
   .container > h3, 
   .container > h4,
   .container > h5, 
   .container > h6,
   .container > p {
      margin: 0 -16px;
   }
   
   .row {
      margin: 0 -32px;
   }

   .cell .row {
      margin: -16px;
   }
   
   .cell {
      padding: 16px;
   }
}
