/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container ---------------------------------
    10. Content -----------------------------------
    11. Copyright ---------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    12. Footer ------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    13. Header ------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    14. Main --------------------------------------
    15. Shell -------------------------------------
    16. Sidebar -----------------------------------
    17. Socials -----------------------------------
         Mobile -----------------------------------
    18. Wrapper -----------------------------------
    19. Modules -----------------------------------
    20. Article -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    21. Button ------------------------------------
         Button Block -----------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    22. Form Elements -----------------------------
    23. Form --------------------------------------
    24. Form Search -------------------------------
    25. Intro  ------------------------------------
         Tablet Portrait --------------------------
    26. Link More ---------------------------------
    27. List --------------------------------------
    28. List Logos --------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    29. List Arrows -------------------------------
         Mobile -----------------------------------
    30. Logo --------------------------------------
         Small Desktop ----------------------------
    31. Nav ---------------------------------------
         Nav Lang ---------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    32. Nav Secondary -----------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    33. Nav Trigger -------------------------------
    34. Nav Mobile --------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    35. Search ------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    36. Section -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    37. Section Big -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    38. Services ----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    39. Slider-intro ------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    40. Slider ------------------------------------
         Mobile -----------------------------------
    41. Table -------------------------------------
    42. Widget ------------------------------------
    43. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/*color*/

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.ico-facebook {
  background-image: url(../images/sprite.png);
  background-position: 66.66666666666666% 0%;
  background-size: 328.57142857142856% 220.3125%;
  width: 63px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-linkedin {
  background-image: url(../images/sprite.png);
  background-position: 0% 100%;
  background-size: 328.57142857142856% 220.3125%;
  width: 63px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-print {
  background-image: url(../images/sprite.png);
  background-position: 0% 0%;
  background-size: 225% 193.15068493150685%;
  width: 92px;
  height: 73px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-search {
  background-image: url(../images/sprite.png);
  background-position: 100% 0%;
  background-size: 470.45454545454544% 320.45454545454544%;
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

.ico-tool {
  background-image: url(../images/sprite.png);
  background-position: 94.76744186046511% 45.28301886792453%;
  background-size: 591.4285714285714% 402.85714285714283%;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  margin-right: 8px;
}

.ico-twitter {
  background-image: url(../images/sprite.png);
  background-position: 46.52777777777778% 100%;
  background-size: 328.57142857142856% 220.3125%;
  width: 63px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .ico-facebook {
    background-image: url(../images/sprite.@2x.png);
    background-position: 66.66666666666666% 0%;
    background-size: 328.57142857142856% 220.3125%;
    width: 63px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  .ico-linkedin {
    background-image: url(../images/sprite.@2x.png);
    background-position: 0% 100%;
    background-size: 328.57142857142856% 220.3125%;
    width: 63px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  .ico-print {
    background-image: url(../images/sprite.@2x.png);
    background-position: 0% 0%;
    background-size: 225% 193.15068493150685%;
    width: 92px;
    height: 73px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  .ico-search {
    background-image: url(../images/sprite.@2x.png);
    background-position: 100% 0%;
    background-size: 470.45454545454544% 320.45454545454544%;
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  .ico-tool {
    background-image: url(../images/sprite.@2x.png);
    background-position: 94.76744186046511% 45.28301886792453%;
    background-size: 591.4285714285714% 402.85714285714283%;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  .ico-twitter {
    background-image: url(../images/sprite.@2x.png);
    background-position: 46.52777777777778% 100%;
    background-size: 328.57142857142856% 220.3125%;
    width: 63px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
  min-width: 320px;
  background: #fff;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.67;
  color: #333;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover,
a[href^="tel"] {
  text-decoration: none;
}

.section__inner a {
  position: relative;
  /* color: inherit; */
  color: #457a48;
  line-height: 150%;
  text-decoration: none;
  font-weight: 600;
}

.section__inner a:hover {
  color: #457a48;
}

.section__inner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -0.2rem;
  left: 0;
  background-color: #457a48;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.section__inner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.835em;
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.67em;
}

.section ul {
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
}

.section ul:first-child {
  padding: 0;
}

.section li {
  line-height: 1.2em;
  /* border-bottom: 1px dashed #CCC; */
  margin-left: 18px;
  text-indent: -20px;
  margin-bottom: 10px;
}

.section li:last-child {
  border: none;
}

.section ul li:before {
  background-color: #457a48;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  height: 10px;
  width: 10px;
}

@media (min-width: 1024px) {
  .section ul li:before {
    margin-bottom: 2px;
  }
}

.section ol li:before {
  content: "";
  display: inline-block;
  margin-right: 1.8rem;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* Small Desktop */

@media (max-width: 1200px) {
  @media (min-width: 767px) {
    @media (max-width: 1200px) {
      h1 {
        font-size: 26px;
      }

      h2 {
        font-size: 26px;
      }

      h3 {
        font-size: 24px;
      }

      h4 {
        font-size: 22px;
      }

      h5 {
        font-size: 17px;
      }

      h6 {
        font-size: 15px;
      }

      body {
        font-size: 17px;
      }
    }
  }
}

@media (min-width: 767px) {
  @media (max-width: 1200px) {
    h1 {
      font-size: 26px;
    }

    h2 {
      font-size: 26px;
    }

    h3 {
      font-size: 24px;
    }

    h4 {
      font-size: 22px;
    }

    h5 {
      font-size: 17px;
    }

    h6 {
      font-size: 15px;
    }

    body {
      font-size: 17px;
    }
  }
}

/* Mobile */

@media (max-width: 767px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  body {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
  content: "";
  display: block;
  clear: both;
}

/*  Notext  */

.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

/*  Hidden  */

[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */

.alignleft {
  float: left;
}

/*  Alignright  */

.alignright {
  float: right;
}

/*  Disabled  */

[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-flex,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tbl-energieetikette td {
  vertical-align: top;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container--gray {
  background-color: #e2e2e2;
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */

.copyright {
  padding: 16px 0;
  text-align: left;
  background-color: #fff;
}

.copyright p {
  margin-left: auto;
  max-width: 26.5%;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .copyright {
    text-align: right;
    padding: 13px 47px;
  }

  .copyright p {
    max-width: 100%;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .copyright {
    padding: 5px 0;
    text-align: left;
  }

  .copyright p {
    max-width: 36%;
  }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
  background-color: #e2e2e2;
}

.footer .footer__inner {
  padding: 47px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer__aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__aside .slider {
  margin-left: 164px;
}

.footer .footer__content {
  width: 26.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .footer__nav ul {
  list-style-type: none;
}

.footer .footer__nav a {
  font-size: 24px;
  text-decoration: none;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.footer .footer__nav a:hover {
  border-color: currentColor;
}

.footer .socials {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .footer .footer__aside .slider {
    margin-left: 50px;
  }
}

/* Small Desktop */

@media (max-width: 1200px) {
  .footer .footer__aside {
    display: block;
  }

  .footer .footer__aside .slider {
    margin-left: 0;
  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .footer .footer__inner {
    padding: 31px 0 20px;
  }

  .footer .footer__nav {
    margin-bottom: 68px;
  }

  .footer .socials {
    margin-left: 3px;
  }

  .footer .footer__aside {
    padding: 17px 51px;
  }

  .footer .footer__content {
    width: 37.4%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer .socials {
    margin-top: 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .footer .footer__inner {
    padding: 17px 0 13px;
  }

  .footer .footer__nav {
    margin-bottom: 32px;
  }

  .footer .footer__nav a {
    font-size: 12px;
  }

  .footer .footer__aside {
    padding: 7px 21px;
    width: 50%;
  }

  .footer .footer__content {
    width: 37.1%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
  margin-bottom: -110px;
  position: relative;
  z-index: 10;
}

.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .header__aside {
  padding: 35px 32px 6px;
  background-color: #fff;
  width: 35.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header .header__aside .logo {
  margin-bottom: 26px;
}

.header .header__aside .search {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.header .header__content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 18px 0;
}

.header .nav--lang {
  margin-left: 100px;
}

@media (max-width: 1440px) {
  .header .header__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px;
  }

  .header .header__aside .logo {
    margin-bottom: 10px;
  }

  .header .header__aside .search {
    width: 100%;
  }
}

/* Small Desktop */

@media (max-width: 1200px) {
  .header .header__aside {
    width: 30%;
  }

  .header .header__content {
    padding: 20px 10px;
  }

  .header .nav--lang {
    margin-left: 50px;
  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }

  .header .header__inner {
    margin: 0 40px;
    position: relative;
    padding: 0 20px;
    background-color: #fff;
  }

  .header .header__aside {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .header .header__aside .search {
    display: none;
  }

  .header .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 100%;
  }

  .header .nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header .nav-mobile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }

  .header .nav--lang {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .header .header__inner {
    margin: 0 auto;
    width: 85.5%;
    padding: 0;
  }

  .header .header__aside {
    padding: 2px 8px;
  }

  .header .header__content {
    padding: 14px 19px 23px;
  }

  .header .nav--lang {
    margin-bottom: 12px;
  }

  .header .nav-mobile {
    margin-bottom: 12px;
  }
}

@media (max-width: 374px) {
  .header .header__inner {
    width: 98%;
  }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
  max-width: 1700px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}

.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul {
  list-style-type: none;
}

.socials li {
  display: inline-block;
}

.socials li + li {
  margin-left: 5px;
}

.socials li a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.socials li:hover a {
  opacity: 0.7;
}

/* Mobile */

@media (max-width: 767px) {
  .socials i {
    width: 32px;
    height: 32px;
  }

  .socials li + li {
    margin-left: 3px;
  }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
  min-height: 100vh;
}

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles .article {
  width: 27.7%;
  margin-right: 4.9rem;
}

.article .article__title {
  color: #457a48;
  margin-bottom: 11px;
  font-weight: 600;
}

.article .article__content {
  padding-left: 4px;
  margin-bottom: 9px;
}

.article .article__actions {
  text-align: right;
  padding: 0 7px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .articles .article {
    width: 31%;
  }

  .articles .article__content {
    padding-left: 0;
  }

  .articles .article__actions {
    text-align: left;
    padding: 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .articles .article {
    width: 100%;
  }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*  Button Block  */

.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.btn-print {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-print:hover {
  opacity: 0.7;
}

@media (min-width: 1023px) {
  /* ------------------------------------------------------------ *\
		DropDown
	\* ------------------------------------------------------------ */

  .hasDropdown {
    position: relative;
  }

  .nav-secondary li:last-child .dropdown-nav {
    left: auto;
    right: -10px;
  }

  .hasDropdown:hover .dropdown-nav {
    opacity: 0.9;
    pointer-events: auto;
  }

  /* ------------------------------------------------------------ *\
		Dropdown Nav
	\* ------------------------------------------------------------ */

  .dropdown-nav {
    position: absolute;
    top: calc(100% - 2px);
    left: -48px;
    background-color: #e2e2e2;
    min-width: 430px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    padding: 40px 40px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }

  .dropdown-nav .dropdown__item a {
    font-size: 30px;
    color: #457a48;
    border: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }

  .dropdown-nav .dropdown__item a:hover {
    border-color: currentColor;
  }

  .dropdown-nav .dropdown__item + .dropdown__item {
    margin-top: 19px;
  }
}

/* Small Desktop */

@media (max-width: 1200px) {
  .dropdown-nav .dropdown__item a {
    font-size: 20px;
  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .hasDropdown {
    position: relative;
    padding-right: 40px;
  }

  .hasDropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #333 transparent transparent transparent;
    top: 16px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .dropdown-nav {
    padding-left: 20px;
    display: none;
  }

  .dropdown-nav .dropdown__item a {
    font-size: 16px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .dropdown-nav .dropdown__item a {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Form Search
\* ------------------------------------------------------------ */

.form-search .form__row {
  position: relative;
}

/* ------------------------------------------------------------ *\
	Intro 
\* ------------------------------------------------------------ */
/* height: 866px; background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: -159px; */
.intro {
  height: 670px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -160px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .intro {
    height: 50vw;
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------ *\
	Link More
\* ------------------------------------------------------------ */

.link-more {
  font-weight: 700;
  color: #d37b1d;
  text-decoration: none;
}

.link-more:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

.list-logos a {
  text-decoration: none;
}

.list-logos li {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-logos li + li {
  margin-left: 12%;
}

.list-logos li:hover {
  opacity: 0.6;
}

.list-logos h5 {
  font-weight: 400;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .list-logos li {
    display: block;
  }

  .list-logos li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .list-logos li {
    display: block;
  }

  .list-logos li + li {
    margin-left: 0;
    margin-top: 24px;
  }

  .list-logos h5 {
    font-weight: 400;
    font-size: 10px;
  }
}

/* ------------------------------------------------------------ *\
	List Arrows
\* ------------------------------------------------------------ */

.section .list-arrows li {
  position: relative;
  padding-left: 57px;
}

.section .list-arrows li + li {
  margin-top: 21px;
}

.section .list-arrows li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 39px;
  border-color: transparent transparent transparent #457a48;
}

/* Mobile */

@media (max-width: 767px) {
  .list-arrows li {
    padding-left: 20px;
  }

  .list-arrows li:before {
    border-width: 6px 0 6px 12px;
  }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

/* in Template IncStyle verschoben (sprachabhängiges Logo) */

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav li + li:before {
  content: "|";
  display: inline-block;
  /*vertical-align: middle;*/
  font-size: 24px;
  margin: 0 4px;
}

.nav a {
  font-size: 24px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.nav a:hover {
  border-color: currentColor;
}

/*Nav Lang*/

.nav--lang li + li:before {
  margin: 0 10px;
}

.nav--lang li.current a {
  font-weight: 700;
}

@media (max-width: 1440px) {
  .nav a {
    font-size: 20px;
  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .nav {
    width: 100%;
  }

  .nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav--lang ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .nav li + li:before {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 4px;
  }

  .nav a {
    font-size: 12px;
  }

  .nav i {
    display: none;
  }

  .nav li + li:before {
    font-size: 12px;
    margin: 0 5px;
  }

  .nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav:not(.nav--lang) li + li:before {
    margin: 0 2px;
  }
}

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary {
  background-color: #fff;
  position: absolute;
  top: 224px;
  width: 100%;
  left: 0;
  z-index: 10;
}

.nav-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px 0 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-secondary li {
  padding: 12px 0;
}

.nav-secondary li.current a {
  color: #457a48;
}

.nav-secondary a {
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-secondary a:hover {
  color: #457a48;
  text-decoration: none;
}

.nav-secondary a:before {
  background-color: #fff;
}

.nav-secondary .nav__close {
  display: none;
}

@media (max-width: 1440px) {
  .nav-secondary {
    /* top: 250px; */
  }
}

/* Small Desktop */

@media (max-width: 1200px) {
  .nav-secondary {
    top: 220px;
  }

  .nav-secondary a {
    font-size: 22px;
  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .nav-secondary {
    top: 0px;
    left: 0;
    width: 300px;
    z-index: 11;
    height: 100vh;
    position: fixed;
    padding: 20px 10px;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
  }

  .nav-secondary.expanded {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav-secondary ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .nav-secondary li {
    padding: 0 20px;
    width: 100%;
  }

  .nav-secondary a {
    font-size: 20px;
    width: 100%;
  }

  .nav-secondary .nav__close {
    width: 38px;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .nav-secondary a {
    font-size: 15px;
    width: 100%;
  }

  .nav-secondary .nav__close {
    width: 19px;
  }
}

/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */

.nav-trigger {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 35px;
}

.nav-trigger span {
  position: absolute;
  display: block;
  height: 7px;
  width: 100%;
  border-radius: 4px;
  background: #457a48;
  -webkit-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  -o-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}

.nav-trigger span:nth-child(1) {
  top: 0;
}

.nav-trigger span:nth-child(2) {
  top: 14px;
}

.nav-trigger span:nth-child(3) {
  top: 28px;
}

.nav-trigger--active span {
  -webkit-transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  -o-transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s;
}

.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) {
  top: 11px;
}

.nav-trigger--active span:nth-child(2) {
  opacity: 0;
}

.nav-trigger--active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-trigger--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Nav Mobile
\* ------------------------------------------------------------ */

.nav-mobile {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-mobile .nav-trigger {
  margin-left: 60px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .nav-trigger {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 17px;
  }

  .nav-trigger span {
    height: 3px;
  }

  .nav-trigger span:nth-child(1) {
    top: 0;
  }

  .nav-trigger span:nth-child(2) {
    top: 6px;
  }

  .nav-trigger span:nth-child(3) {
    top: 12px;
  }

  .nav-trigger--active span:nth-child(3),
  .nav-trigger--active span:nth-child(1) {
    top: 6px;
  }

  .nav-mobile .nav-trigger {
    margin-left: 20px;
  }
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */

.search {
  position: relative;
  padding: 20px 0;
}

.search label {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3px;
  background-color: transparent;
  border: none;
  pointer-events: none;
}

.search .search__field {
  padding-right: 50px;
  border: none;
}

/* Small Desktop */

@media (max-width: 1200px) {
  @media (min-width: 767px) {
    @media (max-width: 1200px) {
      .search {
        padding: 0;
      }

      .search i {
        width: 25px;
        height: 25px;
      }
    }
  }
}

@media (min-width: 767px) {
  @media (max-width: 1200px) {
    .search {
      padding: 0;
    }

    .search i {
      width: 25px;
      height: 25px;
    }
  }
}

/* Mobile */

@media (max-width: 767px) {
  .search .search__field {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    border: 1px solid #333;
    opacity: 0;
    pointer-events: none;
  }

  .search .search__field:focus {
    opacity: 1;
  }

  .search label {
    pointer-events: auto;
  }

  .search label i {
    display: NONE;
    height: 22px;
    width: 22px;
  }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section:last-child {
  margin-bottom: 150px;
}

.section + .section {
  margin-top: 55px;
}

.section .shell {
  padding: 0;
}

.section .section__head {
  color: #457a48;
  padding: 1px 48px;
  margin-bottom: 10px;
}

.section .section__body {
  background-color: #e2e2e2;
  padding: 0px 50px 18px;
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .section .shell {
    padding: 0 10px;
  }

  .section + .section {
    margin-top: 40px;
  }

  .section .section__head,
  .section .section__body {
    padding: 20px 15px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .section:last-child {
    margin-bottom: 50px;
  }
}

@media (max-width: 440px) {
  .section {
    padding: 0 25px;
  }

  .section .section__head {
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Big
\* ------------------------------------------------------------ */

.section--big:last-child {
  margin-bottom: 0;
  border-bottom: 54px solid #e2e2e2;
}

.section--big .section__inner {
  padding: 47px 36px 81px;
  background-color: #fff;
  position: relative;
}

.section--big .section__head {
  /* margin-bottom: 27px; */
}

.section--big .section__body {
  background-color: transparent;
}

.section--big .section__body h3 {
  clear: both;
  color: #457a48;
}

.section--big .section__media {
  margin-top: 50px;
  padding-left: 64px;
  margin-bottom: 70px;
}

.section--big .section__media img + img {
  margin-left: 61px;
}

.section--big .list-arrows {
  margin-top: 0px;
  /* margin-top: 66px; */
}

.section--big .btn-print {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* position ico-print */
@media (max-width: 1875px) {
  .section--big .btn-print {
    /* -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); */
  }
}

@media (max-width: 1550px) {
  .section--big .section__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section--big .section__media img {
    max-width: 45%;
  }

  .section--big .section__media img + img {
    margin-left: 20px;
  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .section--big:last-child {
    border: none;
  }

  .section--big .section__inner {
    padding: 30px 20px;
    background-color: #fff;
  }

  .section--big .section__head {
    margin-bottom: 0;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .section--big .section__inner {
    padding: 20px 15px;
  }

  .section--big .section__head {
    padding: 0;
    margin-bottom: 20px;
  }

  .section--big .section__body {
    padding: 0;
  }

  .section--big .section__media {
    margin: 30px 0;
  }

  .section--big .list-arrows {
    margin-top: 30px;
  }
}

/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */

.services {
  overflow: hidden;
}

.services .service-holder {
  width: 33.3%;
  padding: 0 25px;
  margin-bottom: 49px;
}

.services .shell {
  padding: 0;
}

.services .services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.service {
  padding: 40px 50px 52px;
  background-color: rgba(232, 232, 232, 0.9);
  text-decoration: none;
  display: block;
  height: 110%;
}

.service .service__title {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.service .service__content {
  position: relative;
  /* max-width: 360px; */
  /* padding-right: 60px; */
  padding-left: 3px;
}

.service .service__content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 31px;
  border-color: transparent transparent transparent #333;
  right: 35px;
  /* bottom: 1px; */
  margin-top: 8px;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.service:hover .service__title {
  color: #457a48;
}

.service:hover .service__content:after {
  right: 25px;
}

@media (max-width: 1440px) {
  .service {
    padding: 30px 30px;
  }

  .service .service__content:after {
    right: 10px;
  }

  .service:hover .service__content:after {
    right: 0;
  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
  .services .services__inner {
    margin: 0 -20px;
  }

  .services .service-holder {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .services .shell {
    padding: 0 10px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .services .services__inner {
    margin: 0 -15px;
    padding: 10px;
  }

  .services .service-holder {
    width: 50%;
    margin-bottom: 13px;
    padding: 0 5px;
  }

  .service {
    padding: 18px 26px 25px;
  }

  .service .service__title {
    margin-bottom: 3px;
  }

  .service h2 {
    letter-spacing: 0.07em;
  }

  .service .service__content {
    max-width: 100%;
    padding-left: 2px;
    padding-right: 15px;
  }

  .service .service__content:after {
    bottom: 2px;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    right: 2px;
    border-width: 9px 0 9px 15.5px;
  }

  .service p {
    letter-spacing: 0.06em;
  }
}

@media (max-width: 440px) {
  .services .services__inner {
    margin: 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .services .service-holder {
    width: 92%;
    margin-bottom: 13px;
    padding: 0 10px;
  }

  .service .service__content {
    /* max-width: 76%; */
    padding-left: 2px;
    padding-right: 20px;
  }

  .Rtable--collapse {
    display: block;
  }

  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }

  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }

  .Rtable--collapse > h3.Rtable-cell--head {
    font-size: 9px;
  }
}

/* ------------------------------------------------------------ *\
	Slider-intro
\* ------------------------------------------------------------ */
/* margin-bottom: -163px; */
.slider-intro {
  height: 670px;
  position: relative;
  margin-bottom: -160px;
  z-index: -1;
}

.slider-intro .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2.2s;
  -o-transition: opacity 2.2s;
  transition: opacity 2.2s;
}

.slider-intro .slide.active {
  opacity: 1;
}

/* Small Desktop */

@media (max-width: 1200px) {
  .slider-intro {
    height: 600px;
    margin-bottom: -120px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .slider-intro {
    height: 338px;
    margin-bottom: -78px;
  }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider .slider__title {
  font-weight: 400;
  margin-bottom: 16px;
}

.slider .slider__clip {
  width: 288px;
  height: 102px;
}

/* Mobile */

@media (max-width: 767px) {
  .slider .slider__clip {
    width: 100%;
    height: auto;
  }
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

@media (min-width: 1024px) and (max-width: 1440px) {
  .slider-intro {
    height: 670px;
    position: relative;
    margin-bottom: -260px;
    z-index: -1;
  }

  .intro {
    height: 670px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -260px;
  }

  .header,
  .nav-secondary ul,
  .section-services,
  .section,
  .footer__inner {
    -moz-transform: scale(0.9, 0.9);
    zoom: 0.9;
    zoom: 90%;
    transform: scale(0.9, 0.9);
  }

  .logo {
    background-position: 20px 0px;
  }

  .search {
    padding: 0 0;
  }

  .service .service__content {
    /* padding-right: 55px; */
  }

  .service__content {
    /*
		white-space: -moz-pre-wrap !important;
		white-space: -pre-wrap;
		white-space: -o-pre-wrap;
		white-space: pre-wrap;
		word-wrap: break-word;
		white-space: -webkit-pre-wrap;
		word-break: break-all;
		white-space: normal;
		*/
  }
}

.wrapper-faq {
  border-bottom: 1px dashed #457a48;
  margin-bottom: 1.4rem;
  padding-bottom: 0.6rem;
}

.flip {
  cursor: pointer;
}

.flip h2 {
  font-size: 1.5rem;
}

.panel {
  display: none;
}

.panel h3 {
  font-size: 1.35rem;
}

.panel p {
  color: #666;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  /* font-size: 14px; */
  line-height: 1.428571429;
  color: #324050;
  background-color: #f1f1f1;
  background-image: none;
  border: 1px solid #457a48;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  margin-top: 4px;
  margin-right: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: 1rem;
  height: 1rem;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  line-height: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.btn-primary,
.btn-apply,
.btn-edit,
.btn-save,
.btn-select,
.btn-send,
.btn-setup,
.btn-update,
.btn-view {
  color: #fff;
  background-color: #457a48;
  border-color: #3c4d60;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 2rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

a.myButton,
a:hover.myButton {
  color: #fff;
}

.myButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  background-color: #457a48;
  border-color: #3c4d60;
}

.item-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(232, 232, 232, 0.9);
  float: left;
  /* width: 32%; */
  width: 420px;
  /* height: 530px; */
  margin-bottom: 38px;
  margin-right: 1.6%;
  max-height: 635px;
}

@media (min-width: 770px) .item-team:nth-child(n) {
  margin-right: 2%;
}

@media (min-width: 420px) .item-team:nth-child(n) {
  margin-right: 2%;
}

@media (min-width: 770px) .item-team {
  float: left;
  margin-bottom: 2%;
  width: 32%;
}

@media (min-width: 420px) .item-team {
  float: left;
  margin-bottom: 2%;
  width: 49%;
}

.item-team img {
  border: 0;
  /*
	max-width: 100%;
	min-width: 100%;
    */
  width: 420px;
  height: auto;
  display: block;
}

.infobox__content {
  position: relative;
  margin-bottom: 0;
}

.infobox__content {
  color: #333;
  margin-bottom: 15px;
}

.box-team {
  background-color: rgba(232, 232, 232, 0.9);
}

.infobox__content .inline-wrapper {
  padding: 15px;
}

.item-team .funktion {
  display: block;
  margin-bottom: 10px;
  min-height: 3.5em;
}

.item-team h3 {
  display: block;
  min-height: 2.4em;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .item-team {
    margin-bottom: 2%;
    width: 100%;
  }

  .item-team img {
    width: 100%;
  }

  .item-team .funktion {
    min-height: 2.5em;
  }

  .infobox__content .inline-wrapper {
    padding-bottom: 5px;
  }
}
