/*----------------------- variables start*/
/*----------------------- variables end*/
/*----------------------- fonts local start*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans/open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans/open-sans-v15-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/open-sans/open-sans-v15-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-800.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-800.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-800.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/*----------------------- fonts local end*/
/*----------------------- typography start*/
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
  color: #535353; }

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-size: 5.0rem;
  font-size: 50px;
  line-height: 5.5rem;
  line-height: 55px;
  color: #535353;
  font-weight: 600; }

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-size: 5.0rem;
  font-size: 50px;
  line-height: 5.5rem;
  line-height: 55px;
  color: #535353;
  font-weight: 600; }

h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: 'Open Sans';
  font-size: 2.6rem;
  font-size: 26px;
  line-height: 2.8rem;
  line-height: 28px;
  color: #535353;
  font-weight: 500; }

h4,
.h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: 'Open Sans';
  font-size: 2.2rem;
  font-size: 22px;
  line-height: 2.5rem;
  line-height: 25px;
  color: #535353;
  font-weight: 500; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  font-size: 17px;
  line-height: 2.7rem;
  line-height: 27px;
  margin-top: 0;
  font-weight: 400;
  color: #000000; }

p strong {
  font-weight: 700; }

p a {
  color: #DB6B4C;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.32s ease;
  -moz-transition: all 0.32s ease;
  -ms-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease; }

p a:hover {
  color: #000000; }

p:last-of-type {
  margin-bottom: 0; }

h1 strong,
h2 strong {
  font-weight: 700; }

/*----------------------- typography end*/
/*----------------------- general start*/
* {
  outline: none !important; }

html {
  font-size: 62.5%; }

html, body {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7em;
  font-size: 17px;
  line-height: 2.3rem;
  line-height: 23px;
  font-weight: 400;
  color: #000000;
  background-color: #CBCBCB; }

a:active {
  outline: none; }

img {
  border: 0;
  vertical-align: top;
  /*gap fix*/ }

section {
  background-color: #ffffff; }

section:after {
  content: "";
  display: table;
  clear: both; }

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

.img-responsive {
  width: 100%;
  height: auto; }

.wrapper {
  padding-top: 64px;
  padding-bottom: 64px; }

.wrapper-bottom {
  padding-top: 0px;
  padding-bottom: 64px; }

/*----------------------- general end*/
/*----------------------- section header start*/
#header {
  position: fixed;
  width: 100%;
  height: 78px;
  top: 0;
  left: 0;
  background-color: #00abae;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  z-index: 3000; }

.header-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

#logo-header {
  float: left;
  margin-top: 23px; }

#logo-header img {
  width: auto;
  height: 30px; }

#menu-header {
  float: left;
  margin-left: 60px;
  padding-top: 25px;
  box-sizing: border-box; }

#btn-menu {
  float: right;
  height: 38px;
  margin-top: 15px;
  margin-left: 40px;
  font-size: 3.8rem;
  font-size: 38px;
  line-height: 3.8rem;
  line-height: 38px; }

#btn-menu i {
  height: 38px;
  text-align: right;
  font-size: 3.8rem;
  font-size: 38px;
  line-height: 3.8rem;
  line-height: 38px;
  vertical-align: middle; }

#btn-menu a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.26s ease;
  -moz-transition: all 0.26s ease;
  -ms-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  transition: all 0.26s ease; }

#btn-menu a:hover {
  color: #000000; }

/*----------------------- mainmenu start*/
.main-menu {
  display: inline-block;
  background-color: transparent;
  font-size: 1.8rem;
  font-size: 18x;
  line-height: 1.8rem;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

.main-menu i {
  margin-top: -5px;
  font-size: 1.9rem;
  font-size: 19px;
  line-height: 1.9rem;
  line-height: 19px;
  color: #000000; }

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

.main-menu li a:hover {
  color: #00abae; }

.main-menu {
  padding: 0;
  margin: 0;
  list-style: none; }

.main-menu li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2px 0px 1px 0px;
  vertical-align: top; }

.main-menu li:first-of-type {
  border: none;
  margin-left: 2px; }

.main-menu > li {
  background-color: transparent; }

.main-menu > li > a {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  background-color: transparent; }

.main-menu li:first-of-type a {
  padding-left: 0px; }

.main-menu ul.sub-menu {
  position: relative;
  padding: 0; }

.main-menu ul.sub-menu li {
  display: block;
  padding-top: 0; }

.main-menu ul.sub-menu a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px; }

.main-menu > li > a {
  display: block; }

.main-menu > li > a:hover {
  color: #000000; }

.main-menu > li:hover ul.sub-menu,
.main-menu > li:focus ul.sub-menu {
  visibility: visible;
  opacity: 1; }

.main-menu > li.menu-item-has-children {
  padding-right: 12px;
  overflow: hidden;
  background-color: transparent; }

.main-menu > li.menu-item-has-children a {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 10px; }

.main-menu > li.menu-item-has-children:hover a {
  /*   background-color: #fff;*/
  color: #000; }

/*start ?*/
.main-menu > li.menu-item-has-children a:hover {
  background-color: transparent;
  color: #000000; }

/*end ?*/
/*arrow */
.main-menu > li.menu-item-has-children:after {
  position: absolute;
  width: 0;
  height: 0;
  right: 7px;
  top: 9px;
  content: '';
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent; }

.main-menu > li.menu-item-has-children:hover,
.main-menu > li.menu-item-has-children:focus {
  overflow: visible; }

.main-menu > li.menu-item-has-children:hover .sub-menu li,
.main-menu > li.menu-item-has-children:focus .sub-menu li {
  background-color: #fff; }

.main-menu ul.sub-menu {
  position: absolute;
  min-width: 100%;
  top: 0%;
  padding-top: 20px;
  z-index: 900; }

.main-menu ul.sub-menu li {
  opacity: 0;
  padding-bottom: 0px;
  /*reverse .main-menu li */
  margin-left: -1px;
  /*bug fix: first li 1px margin left*/ }

.main-menu > li.menu-item-has-children:hover ul.sub-menu,
.main-menu > li.menu-item-has-children:focus ul.sub-menu {
  top: 100%;
  -webkit-filter: drop-shadow(0px 0px 8px #B9B9B9);
  -moz-filter: drop-shadow(0px 0px 8px #B9B9B9);
  -ms-filter: drop-shadow(0px 0px 8px #B9B9B9);
  -o-filter: drop-shadow(0px 0px 8px #B9B9B9);
  filter: drop-shadow(0px 0px 8px #B9B9B9); }

.main-menu > li.menu-item-has-children:hover ul.sub-menu li,
.main-menu > li.menu-item-has-children:focus ul.sub-menu li {
  opacity: 1; }

.main-menu ul.sub-menu li {
  display: block; }

.main-menu ul.sub-menu a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.main-menu ul.sub-menu a:hover {
  background-color: #F3F3F3; }

.sub-menu,
.menu-item,
.menu-item a,
.menu-item-has-children,
.menu-item-has-children a {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.active:before {
  position: absolute;
  height: 3px;
  left: 14px;
  right: 14px;
  bottom: -10px;
  content: '';
  border-bottom: solid 3px #000000; }

.submenu {
  font-size: 1.7rem;
  font-size: 17px;
  line-height: 1.7rem;
  line-height: 17px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif; }

.submenu a,
.submenu a:hover {
  text-decoration: none; }

.submenu {
  padding: 0;
  margin: 0;
  list-style: none; }

.submenu li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top; }

.submenu li:first-of-type {
  border: none; }

.submenu > li {
  background-color: transparent; }

.submenu > li > a {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff;
  background-color: transparent; }

.submenu li:first-of-type a {
  padding-left: 0px; }

/*----------------------- mainmenu end*/
.margin-header {
  padding-top: 180px; }

#extra-header {
  float: right;
  margin-top: 24px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.8rem;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif; }

#extra-header a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.26s ease;
  -moz-transition: all 0.26s ease;
  -ms-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  transition: all 0.26s ease; }

#extra-header a:hover {
  color: #000000; }

#extra-header i {
  margin-right: 11px;
  color: #ffffff;
  vertical-align: middle;
  font-size: 3.0rem;
  font-size: 30px;
  line-height: 3.0rem;
  line-height: 30px; }

/*----------------------- section header end*/
/*----------------------- hero start*/
.margin-top-slider {
  padding-top: 78px; }

#hero {
  position: relative;
  width: 100%;
  height: 70%;
  overflow: hidden; }

#hero h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 6.0em;
  font-size: 60px;
  line-height: 6.0rem;
  line-height: 60px;
  text-shadow: 2px 2px 4px #636363; }

#hero h3 {
  margin-top: 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 10.0em;
  font-size: 100px;
  line-height: 10.0rem;
  line-height: 100px;
  text-shadow: 2px 2px 4px #636363; }

/*----------------------- hero end*/
/*----------------------- featured start*/
.box-feature {
  margin-bottom: 38px; }

.box-feature p {
  margin-bottom: 16px; }

.box-feature p a {
  padding: 5px 15px 5px 15px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.6rem;
  line-height: 16px;
  border: solid 1px #DB6B4C;
  background-color: transparent; }

.box-feature p a:hover {
  background-color: #DB6B4C;
  color: #ffffff; }

#featured h2 {
  margin: 0;
  line-height: 7.0rem;
  line-height: 70px; }

/*----------------------- featured end*/
/*----------------------- features-icons start*/
.features-icons {
  text-align: center; }

.features-icons .block {
  float: left;
  width: 33.3333333333%; }

.features-icons a {
  text-decoration: none; }

.features-icons img {
  text-align: center;
  height: 46px;
  width: auto; }

.features-icons p {
  margin-top: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  color: #00abae;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.6rem;
  line-height: 16px;
  font-weight: 600; }

/*----------------------- features-icons end*/
/*----------------------- cta-kontakt start*/
.cta-kontakt {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../images/cta-stripes.png") center center no-repeat, -moz-linear-gradient(top, #086366, #2D7680);
  background: url("../images/cta-stripes.png") center center no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#086366), to(#2D7680));
  background: url("../images/cta-stripes.png") center center no-repeat, -webkit-linear-gradient(top, #086366, #2D7680);
  background: url("../images/cta-stripes.png") center center no-repeat, -o-linear-gradient(top, #086366, #2D7680);
  background: url("../images/cta-stripes.png") center center no-repeat, linear-gradient(to bottom, #086366, #2D7680);
  box-sizing: border-box;
  overflow: hidden; }

.cta-kontakt .wrapper-cta {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.cta-kontakt .col-left {
  float: left;
  width: 65%;
  box-sizing: border-box; }

.cta-kontakt .col-right {
  float: left;
  width: 35%;
  box-sizing: border-box; }

.cta-kontakt h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 4.0rem;
  font-size: 40px;
  line-height: 4.0rem;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700; }

.cta-kontakt p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
  font-size: 35px;
  line-height: 3.9rem;
  line-height: 39px;
  color: #ffffff;
  font-weight: 400; }

.cta-kontakt p a {
  color: #ffffff; }

.btn-round {
  margin-top: 17px;
  margin-left: 30px;
  position: relative;
  padding: 5px 25px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2.0rem;
  font-size: 20px;
  line-height: 3.8rem;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #DB6B4C;
  background: #DB6B4C;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.26s;
  -moz-transition: all 0.26s;
  -ms-transition: all 0.26s;
  -o-transition: all 0.26s;
  box-shadow: rgba(50, 50, 50, 0.6) 0px 20px 40px -12px, rgba(0, 0, 0, 0.8) 0px 18px 36px -18px; }

.btn-round:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #DB6B4C; }

.btn-round::after {
  position: absolute;
  width: 38px;
  height: 37px;
  top: -28px;
  right: -28px;
  content: url("../images/cta-sparks.png"); }

/*----------------------- cta-kontakt end*/
/*----------------------- referenzen start*/
.referenzen {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  background: #49a6b5;
  background: linear-gradient(45deg, #49a6b5 0%, #083337 70%);
  box-sizing: border-box;
  overflow: hidden; }

.referenzen .lamp {
  position: absolute;
  width: 280px;
  height: auto;
  top: -25%;
  left: 7%; }

.referenzen .wrapper-referenzen {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box; }

.referenzen-title {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 5.0rem;
  font-size: 50px;
  line-height: 5.0rem;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase; }

.referenzen ul {
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  float: right; }

.referenzen ul:after {
  content: "";
  display: table;
  clear: both; }

.referenzen li {
  position: relative;
  float: left;
  width: 180px;
  height: 96px;
  margin-left: 28px;
  background: #fff; }

.referenzen li img {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: auto; }

/*----------------------- referenzen end*/
/*----------------------- section footer start*/
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
  background-color: #CBCBCB;
  box-sizing: border-box; }

.footer-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.footer-left {
  float: left; }

.footer-right {
  float: right; }

#footer p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  font-size: 17px;
  line-height: 2.1rem;
  line-height: 21px;
  font-weight: 400;
  color: #000000; }

#footer p a {
  color: #000000; }

#footer::after,
.footer-wrapper::after {
  content: "";
  display: table;
  clear: both; }

.footer-menu {
  float: left; }

.footer-menu ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style-image: none;
  list-style-type: none; }

.footer-menu li {
  float: left;
  margin-right: 18px;
  padding-left: 18px;
  border-left: solid 2px #787894;
  font-size: 1.7rem;
  font-size: 17px;
  line-height: 1.7rem;
  line-height: 17px;
  font-weight: 400;
  color: #000000; }

.footer-menu li a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.32s ease;
  -moz-transition: all 0.32s ease;
  -ms-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease; }

.footer-menu li a:hover {
  color: #00abae; }

.footer-menu li:first-of-type {
  padding-left: 0px;
  border: none; }

.footer-logo {
  margin-top: 0px;
  margin-bottom: 15px;
  clear: both; }

.footer-logo img {
  width: auto;
  height: 42px; }

.manufactor {
  margin-top: 25px;
  margin-bottom: 7px; }

/*----------------------- section footer start*/
/*----------------------- buttons start*/
button,
.btn {
  padding: 10px 18px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.6rem;
  line-height: 16px;
  color: #ffffff;
  letter-spacing: 1.0px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.26s;
  -moz-transition: all 0.26s;
  -ms-transition: all 0.26s;
  -o-transition: all 0.26s;
  cursor: pointer; }

.btn-black {
  background: #000000;
  color: #ffffff;
  border-color: #000000; }

.btn-black:hover {
  background: #ffffff;
  color: #000000;
  border-color: #000000; }

.btn-key-2 {
  background: #ffffff;
  color: #DB6B4C;
  border-color: #DB6B4C; }

.btn-key-2:hover {
  background: #DB6B4C;
  color: #ffffff;
  border-color: #DB6B4C; }

.btn-white {
  background: #ffffff;
  color: #000000;
  border-color: #000000; }

.btn-white:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000; }

/*----------------------- buttons end*/
/*----------------------- misc start*/
.clearfix,
.clear {
  clear: both; }

.only-mobile {
  display: none; }

.offset-vertical-top-30 {
  margin-top: -30px; }

.divider-45 {
  position: relative;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc; }

.divider-25 {
  position: relative;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc; }

.divider-full-no-margin {
  position: relative;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #5E707F; }

.align-left {
  float: left; }

.align-right {
  float: right; }

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

.text-align-right {
  text-align: right; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-200 {
  margin-bottom: 200px; }

.margin-mobil-30 {
  margin-bottom: 0px; }

.inner-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.inner-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.inner-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.inner-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.inner-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.inner-bottom-100 {
  padding-bottom: 100px; }

.inner-top-100 {
  padding-top: 100px; }

.padding-80 {
  padding: 80px; }

.shadow-visual {
  box-shadow: rgba(50, 50, 50, 0.6) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; }

.ul-default {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 35px;
  padding-left: 0px; }

.ul-default ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-left: 0px; }

.ul-default li {
  margin-bottom: 10px;
  padding-left: 0px;
  padding-top: 0px; }

.ul-default li:last-of-type {
  margin-bottom: 0px; }

.ul-default a {
  color: #000000; }

.ul-default a:hover {
  color: #000000; }

.ul-arrow {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0px;
  list-style-image: none;
  list-style-type: none; }

.ul-arrow li {
  margin-bottom: 14px;
  padding-left: 32px;
  padding-top: 0px;
  font-size: 2.0rem;
  font-size: 20px;
  line-height: 2.0rem;
  line-height: 20px;
  font-weight: 600; }

.ul-arrow li:last-of-type {
  margin-bottom: 0px; }

.ul-arrow a {
  color: #00abae;
  -webkit-transition: all 0.32s ease;
  -moz-transition: all 0.32s ease;
  -ms-transition: all 0.32s ease;
  -o-transition: all 0.32s ease;
  transition: all 0.32s ease;
  text-decoration: none; }

.ul-arrow a:hover {
  color: #000000; }

.ul-arrow li::before {
  /*font-awesome setting start*/
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  /*font-awesome setting end*/
  position: absolute;
  margin-top: 1px;
  margin-left: -32px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Font Awesome 6 Free';
  content: '\f178';
  color: #00abae;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.8rem;
  line-height: 18px; }

.box-frame {
  display: inline-block;
  padding: 30px 40px;
  border: solid 1px #00abae; }

.box-frame h1,
.box-frame h2,
.box-frame h3,
.box-frame h4 {
  margin-top: 0; }

.box-frame ul,
.box-frame li:last-of-type {
  margin-bottom: 0; }

.background-white {
  background-color: #ffffff; }

.background-key-1 {
  background-color: #00abae; }

.background-grey {
  background-color: #F4F4F4; }

.background-dark-grey {
  background-color: #535353; }

.background-light-grey {
  background-color: #F4F4F4; }

.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

.color-blue {
  color: #0152a1; }

.table-1 {
  width: 100%; }

.table-1 .table-row {
  width: 100%;
  margin-bottom: 20px; }

.table-1 .table-row::after {
  content: "";
  display: table;
  clear: both; }

.table-1 .row-left {
  float: left;
  width: 20%;
  color: #0152a1; }

.table-1 .row-right {
  float: left;
  width: 80%; }

/*----------------------- misc end*/
/*----------------------- form kontakt start*/
.input:focus {
  border: 1px solid black;
  background-color: #F7F7F7; }

textarea:focus {
  border: 1px solid black;
  background-color: #F7F7F7; }

input.input {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  color: #000000;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: 400;
  height: 3.7rem;
  height: 37px;
  line-height: 3.7rem;
  line-height: 37px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #818181;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.26s;
  -moz-transition: all 0.26s;
  -o-transition: all 0.26s; }

select.select {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  color: #000000;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: 400;
  height: 3.7rem;
  height: 37px;
  line-height: 3.7rem;
  line-height: 37px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #818181;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.26s;
  -moz-transition: all 0.26s;
  -o-transition: all 0.26s; }

textarea {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  color: #000000;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: 400;
  height: 12rem;
  height: 120px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #818181;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.26s;
  -moz-transition: all 0.26s;
  -o-transition: all 0.26s; }

.label-checkbox {
  color: #000000; }

.label-checkbox a {
  color: #ff6b00; }

.label a {
  color: #00abae; }

.label a:hover {
  color: #000000; }

/*----------------------- form kontakt end*/
/*------------------------------------------ scroll to top start*/
.scrollToTop {
  position: fixed;
  width: 73px;
  height: 38px;
  padding: 0px;
  overflow: hidden;
  bottom: -38px;
  right: 0px;
  border: none;
  background: url(../images/up.png) no-repeat 0px 0px;
  z-index: 5000;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.scrollToTop:active,
.scrollToTop:focus {
  outline: none; }

/*------------------------------------------ scroll to topend*/
