@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&display=swap");
*, *:before, *:after {
  box-sizing: inherit;
}

strong, b {
  font-weight: 600;
}

html {
  width: 100%;
  font-size: 16px;
  line-height: 1.875rem;
  background-color: #FFFFFF;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: none;
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300;
  color: inherit;
}

blockquote p,
h2,
h3 {
  font-size: 2.125rem;
  line-height: 1.3235294118;
}
blockquote p strong,
h2 strong,
h3 strong {
  font-size: 2.375rem;
  font-weight: 600;
}

h3 {
  margin-bottom: 0.9375rem;
}

/*h4 {
	font-size:(75 / 20) * 1rem;
}*/
.uppercase {
  text-transform: uppercase;
}

p {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

blockquote {
  padding: 0;
  border: 0 none;
  box-shadow: none;
  background-color: transparent;
  font-weight: 300;
}

.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 {
    display: block;
  }
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
  width: auto !important;
  padding: 0 40px 0 0;
  text-align: left;
  float: left;
}
@media screen and (max-width: 1024px) {
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
    float: none;
  }
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button {
  width: auto !important;
  position: relative;
  top: auto;
  right: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button {
    white-space: inherit;
    float: none;
  }
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .btn {
  margin: 5px;
  color: #000000;
}
.page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .btn:hover {
  background-color: transparent;
  color: #1790D0;
}

.cookie-permission--container .btn,
.button {
  display: inline-block;
  height: auto;
  padding: 4px 20px;
  border-radius: 0;
  border: 1px solid;
  background-color: transparent;
  background-image: none;
  color: #1790D0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4545454545;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cookie-permission--container .btn:hover,
.button:hover {
  background-color: #1790D0;
  color: #FFFFFF;
}
.cookie-permission--container .btn.fullwidth,
.button.fullwidth {
  width: 100%;
}
.cookie-permission--container .btn.one_third_width,
.button.one_third_width {
  width: 30.66%;
  margin-left: 3%;
}
@media screen and (max-width: 1024px) {
  .cookie-permission--container .btn.one_third_width,
.button.one_third_width {
    width: 100%;
    margin-top: 0.9375rem;
    margin-left: 0;
  }
}
.cookie-permission--container .btn.one_third_width:nth-child(3n+1),
.button.one_third_width:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .cookie-permission--container .btn.one_third_width:nth-child(3n+1),
.button.one_third_width:nth-child(3n+1) {
    margin-top: 0;
  }
}

button.button {
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  text-transform: uppercase;
}

.background--Decorated {
  background-color: #C4D3D9;
}

/*.page-wrap {
	background-color:$gh_color_bright;
}

.content-main.container {
	margin-top:0;
}


%clear {
	content:'';
	display:block;
	clear:both;
}*/
.forms--content, .blog--detail .blog--detail-box-wrapper, .blog--content .blog--listing, .footer-main .container, .custom-page--content-wrapper, .emotion--wrapper, .container--navigation > .row {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
  padding: 0 20px;
  margin: auto;
}
.forms--content:after, .blog--detail .blog--detail-box-wrapper:after, .blog--content .blog--listing:after, .footer-main .container:after, .custom-page--content-wrapper:after, .emotion--wrapper:after, .container--navigation > .row:after {
  content: "";
  display: block;
  clear: both;
}

.header-main {
  background-color: transparent;
  border: 0 none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.container--navigation {
  height: 130px;
  background-color: #FFFFFF;
  position: relative;
  /*@media screen AND (max-width:1024px) {
  	height:0;
  }*/
}
@media screen and (max-width: 1180px) {
  .container--navigation {
    height: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .container--navigation.Headroom {
    width: 100%;
    position: fixed;
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .container--navigation.Headroom .logo--container {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .container--navigation.Headroom .navigation-main ul.level-1 {
    will-change: left;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .container--navigation.Headroom .navigation-main ul.level-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }
  .container--navigation.Headroom + .content-main {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .container--navigation.Headroom + .content-main {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .container--navigation.Scrolled {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .container--navigation.Scrolled {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 1025px) {
  .container--navigation.Scrolled .logo--container {
    -webkit-transform: scale(0.25) translateY(177px);
    -ms-transform: scale(0.25) translateY(177px);
    transform: scale(0.25) translateY(177px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .container--navigation.Scrolled .logo--container {
    -webkit-transform: scale(0.25) translateY(18px);
    -ms-transform: scale(0.25) translateY(18px);
    transform: scale(0.25) translateY(18px);
  }
}
.container--navigation.Scrolled .logo--container .logo--link {
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .container--navigation.Scrolled .navigation-main ul.level-1 {
    left: 100px;
  }
}
.container--navigation > .row {
  height: 100%;
  position: relative;
}

.logo--container {
  display: block;
  width: 130px;
  height: 237px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .logo--container {
    width: 100px;
    height: 182px;
  }
}
@media screen and (max-width: 768px) {
  .logo--container {
    width: 60px;
    height: 110px;
  }
}
.logo--container .logo--link {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-width: 0;
  color: #FFFFFF;
}
.logo--container svg {
  width: 100%;
  height: 100%;
}

#menu-trigger {
  position: absolute;
  visibility: hidden;
}
#menu-trigger:checked + .container--navigation #menu-trigger--open:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#menu-trigger:checked + .container--navigation #menu-trigger--open:after {
  height: 4px;
  background-color: #FFFFFF;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0s, 0.25s, 0.25s, 0.4s;
  transition-delay: 0s, 0.25s, 0.25s, 0.4s;
}
#menu-trigger:checked + .container--navigation #menu-trigger--close {
  opacity: inherit;
  visibility: inherit;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  #menu-trigger:checked + .container--navigation .navigation-main {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#menu-trigger--open,
#menu-trigger--close {
  display: none;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  #menu-trigger--open,
#menu-trigger--close {
    display: block;
  }
}

#menu-trigger--open {
  width: 50px;
  height: 50px;
  background-color: #000000;
  color: #FFFFFF;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 115;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  #menu-trigger--open {
    right: 10px;
  }
}
#menu-trigger--open:before, #menu-trigger--open:after {
  content: "";
  width: 30px;
  height: 4px;
  margin: auto;
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#menu-trigger--open:before {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  -moz-transition: -moz-transform 0.4s ease-in-out 0s;
  -o-transition: -o-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
}
#menu-trigger--open:after {
  height: 30px;
  background-color: transparent;
  border-top: 4px solid;
  border-bottom: 4px solid;
  -webkit-transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, -webkit-transform 0.4s ease-in-out 0s;
  -moz-transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, -moz-transform 0.4s ease-in-out 0s;
  -o-transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, -o-transform 0.4s ease-in-out 0s;
  transition: height 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out 0.4s, border-width 0.15s ease-in-out 0.25s, transform 0.4s ease-in-out 0s;
}

#menu-trigger--close {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 113;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.navigation-main {
  display: block;
  height: 100%;
  border-bottom: none;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .navigation-main {
    width: 400px;
    height: 100%;
    padding-left: 0;
    border-top: 80px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid transparent;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 114;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 450px) {
  .navigation-main {
    width: 300px;
    border-right-width: 10px;
    right: -300px;
  }
}
.navigation-main .submenu-trigger--checkbox {
  position: absolute;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .navigation-main .submenu-trigger--checkbox.level-1:checked ~ ul.level-2 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .navigation-main .submenu-trigger--checkbox.level-1:checked ~ .submenu-trigger--label:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) {
  .navigation-main .submenu-trigger--checkbox.level-1:checked ~ .submenu-trigger--label:after {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navigation-main .submenu-trigger--label {
  display: none;
}
.navigation-main .submenu-trigger--label:before, .navigation-main .submenu-trigger--label:after {
  content: "";
  display: none;
  width: 16px;
  height: 3px;
  margin: auto;
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  -moz-transition: -moz-transform 0.75s ease-in-out;
  -o-transition: -o-transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .navigation-main .submenu-trigger--label:before, .navigation-main .submenu-trigger--label:after {
    display: block;
  }
}
.navigation-main .submenu-trigger--label:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navigation-main .submenu-trigger--label.level-1 {
  width: 30px;
  height: 30px;
  background-color: #C4D3D9;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .navigation-main .submenu-trigger--label.level-1 {
    display: block;
  }
}
.navigation-main ul.level-1 {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 200px;
}
@media screen and (max-width: 1024px) {
  .navigation-main ul.level-1 {
    padding: 1.875rem 20px;
    background-color: #FFFFFF;
    position: relative;
    left: auto;
  }
}
.navigation-main li.level-1 {
  display: inline-block;
  margin-left: 40px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .navigation-main li.level-1 {
    display: block;
    margin-top: 0.9375rem;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.navigation-main li.level-1:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .navigation-main li.level-1:first-child {
    margin-top: 0;
  }
}
.navigation-main li.level-1:hover a.level-1,
.navigation-main li.level-1:hover span.level-1 {
  color: #1790D0;
}
@media screen and (min-width: 1025px) {
  .navigation-main li.level-1:hover ul.level-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.navigation-main li.level-1.entry--language {
  margin-left: 0;
  padding-bottom: 0;
  float: right;
}
@media screen and (max-width: 1024px) {
  .navigation-main li.level-1.entry--language {
    float: none;
  }
}
.navigation-main a.level-1,
.navigation-main span.level-1,
.navigation-main a.level-2,
.navigation-main span.level-2 {
  color: #000000;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1180px) {
  .navigation-main a.level-1,
.navigation-main span.level-1,
.navigation-main a.level-2,
.navigation-main span.level-2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .navigation-main a.level-1,
.navigation-main span.level-1,
.navigation-main a.level-2,
.navigation-main span.level-2 {
    font-size: 1rem;
  }
}
.navigation-main span.level-1,
.navigation-main span.level-2 {
  cursor: default;
}
.navigation-main ul.level-2 {
  margin-top: 1px;
  padding: 24px 0 32px 0;
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: -35px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
}
@media screen and (max-width: 1024px) {
  .navigation-main ul.level-2 {
    display: none;
    margin-top: 0;
    padding: 20px 10px;
    background-color: #C4D3D9;
    position: relative;
    top: auto;
    left: auto;
    opacity: inherit;
    visibility: inherit;
  }
}
.navigation-main ul.level-2:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
.navigation-main li.level-2 {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 35px;
  font-size: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .navigation-main li.level-2 {
    margin-top: 0.9375rem;
    padding: 0;
  }
}
.navigation-main li.level-2:first-child {
  margin-top: 0;
}
.navigation-main a.level-2 {
  color: #000000;
  white-space: nowrap;
}
.navigation-main a.level-2:hover {
  color: #1790D0;
}
.navigation-main .entry--language .language--form {
  position: relative;
}
.navigation-main .entry--language .field--select {
  display: block;
}
.navigation-main .entry--language .select-field {
  display: block;
  max-width: none;
  height: auto;
  overflow: inherit;
}
@media screen and (min-width: 1025px) {
  .navigation-main .entry--language .select-field select:focus {
    color: #1790D0;
    border-color: transparent;
  }
}
.navigation-main .entry--language .select-field:before {
  content: "";
  font-family: "shopware";
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .navigation-main .entry--language .select-field:before {
    color: #FFFFFF;
    top: 10px;
    left: 15px;
  }
}
.navigation-main .entry--language .select-field:after {
  content: "";
  width: auto;
  height: auto;
  margin-left: 0;
  border-left-width: 0;
  color: #1790D0;
  font-family: "shopware";
  font-size: 8px;
  line-height: 30px;
  top: 2px;
}
.navigation-main .entry--language .language--select {
  display: block;
  padding: 0 20px 20px 30px;
  border: none;
  border-radius: 0;
  background-image: none;
  color: #000000;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1180px) {
  .navigation-main .entry--language .language--select {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1080px) {
  .navigation-main .entry--language .language--select {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .navigation-main .entry--language .language--select {
    padding: 10px 5px 10px 40px;
    background-color: #1790D0;
    color: #FFFFFF;
  }
}
.navigation-main .entry--language .language--select:hover {
  color: #1790D0;
}
@media screen and (max-width: 1024px) {
  .navigation-main .entry--language .language--select:hover {
    color: #FFFFFF;
  }
}
.navigation-main .entry--language .language--select option {
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.navigation-main .entry--language .language--select[selected] {
  color: #1790D0;
}

.page-wrap {
  min-width: 0;
  overflow: hidden;
}

.content--element.column--20 {
  width: 18.39%;
}
.content--element.column--25 {
  width: 23.5%;
}
.content--element.column--33 {
  width: 32%;
}
.content--element.column--40 {
  width: 38.79%;
}
.content--element.column--50 {
  width: 49%;
}
.content--element.column--60 {
  width: 59.2%;
}
.content--element.column--67 {
  width: 66%;
}
.content--element.column--75 {
  width: 74.5%;
}
.content--element.column--80 {
  width: 79.59%;
}
.content--element.column--100 {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .content--element.column--20, .content--element.column--25, .content--element.column--33, .content--element.column--40, .content--element.column--50, .content--element.column--60, .content--element.column--67, .content--element.column--75, .content--element.column--80 {
    width: 100%;
  }
}

.content-main {
  max-width: none;
  margin: 0;
  box-shadow: none;
}

.content--wrapper .content {
  margin-top: 0;
}

.content-main--inner {
  min-height: 0 !important;
  padding: 0;
}

/*.blog--content {
	.image--container {
		h1 {
			max-width:1200px;
			margin:auto;
			padding:0 20px;
			color:$gh_color_bright;
			font-size:(130 / 20) * 1rem;
			font-weight:600;
			line-height:1;
			text-align:left;
			text-transform:uppercase;
			position:absolute;
			right:0;
			bottom:-.15em;
			left:0;
			z-index:1;
		}
	}
}*/
.emotion--wrapper {
  overflow: visible;
  /*margin-top:120px;
  margin-bottom:120px;

  &:first-child {
  	margin-top:0;
  }*/
}
.emotion--wrapper.is--fullscreen {
  padding-right: 0;
  padding-left: 0;
}

h1 {
  margin-bottom: 1em;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 0.8;
}
@media screen and (max-width: 680px) {
  h1 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.emotion--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .emotion--row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.emotion--row.row--1 {
  margin-top: 60px;
}

.emotion--element {
  padding-bottom: 0 !important;
}

.emotion--element.text-indent.no-margin-bottom .emotion--html {
  margin-bottom: 0;
}
.emotion--column-2 .emotion--element.text-indent:first-child:last-child .emotion--html {
  padding-right: 12%;
  padding-left: 12%;
}
@media screen and (max-width: 1024px) {
  .emotion--column-2 .emotion--element.text-indent:first-child:last-child .emotion--html {
    padding-right: 0;
  }
}
.emotion--column-2 .emotion--element.text-indent .emotion--html {
  padding-right: 24%;
  padding-left: 24%;
}
@media screen and (max-width: 1024px) {
  .emotion--column-2 .emotion--element.text-indent .emotion--html {
    padding-right: 0;
    padding-left: 0;
  }
}
.emotion--element.text-indent .emotion--html {
  padding-right: 12%;
  padding-left: 12%;
}
@media screen and (max-width: 1024px) {
  .emotion--element.text-indent .emotion--html {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.emotion--element.text-indent .emotion--html .html--content > p:first-child {
  margin-top: 0;
}
.emotion--element.intro p {
  font-size: 1.4375rem;
  line-height: 1.3913043478;
}
.emotion--column-2 .emotion--element.text-indent-right:first-child:last-child .emotion--html {
  padding-right: 12%;
}
@media screen and (max-width: 1024px) {
  .emotion--column-2 .emotion--element.text-indent-right:first-child:last-child .emotion--html {
    padding-right: 0;
  }
}
.emotion--column-2 .emotion--element.text-indent-right .emotion--html {
  padding-right: 24%;
}
@media screen and (max-width: 1024px) {
  .emotion--column-2 .emotion--element.text-indent-right .emotion--html {
    padding-right: 0;
  }
}
.emotion--element.text-indent-right .emotion--html {
  padding-right: 12%;
}
@media screen and (max-width: 1024px) {
  .emotion--element.text-indent-right .emotion--html {
    padding-right: 0;
  }
}
.emotion--column-2 .emotion--element.text-indent-left:first-child:last-child .emotion--html {
  padding-left: 12%;
}
@media screen and (max-width: 1024px) {
  .emotion--column-2 .emotion--element.text-indent-left:first-child:last-child .emotion--html {
    padding-left: 0;
  }
}
.emotion--column-2 .emotion--element.text-indent-left .emotion--html {
  padding-left: 24%;
}
@media screen and (max-width: 1024px) {
  .emotion--column-2 .emotion--element.text-indent-left .emotion--html {
    padding-left: 0;
  }
}
.emotion--element.text-indent-left .emotion--html {
  padding-left: 12%;
}
@media screen and (max-width: 1024px) {
  .emotion--element.text-indent-left .emotion--html {
    padding-left: 0;
  }
}
.emotion--element.align-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.emotion--element:first-child:last-child .emotion--html .html--content h2:first-child,
.emotion--element:first-child:last-child .emotion--html .html--content blockquote > p:first-child,
.emotion--element:first-child:last-child .emotion--html .html--content > p:first-child, .emotion--element.no-margin-top .emotion--html .html--content h2:first-child,
.emotion--element.no-margin-top .emotion--html .html--content blockquote > p:first-child,
.emotion--element.no-margin-top .emotion--html .html--content > p:first-child {
  margin-top: 0;
}
.emotion--element .emotion--html {
  overflow: visible;
}
.emotion--element .emotion--html ul, .emotion--element .emotion--html ol {
  margin-left: 30px;
}
.emotion--element blockquote > p,
.emotion--element h2 {
  margin-bottom: 1.875rem;
}
.emotion--element blockquote > p:first-child,
.emotion--element h2:first-child {
  margin-top: 1.875rem;
}
.emotion--element blockquote > p:last-child,
.emotion--element h2:last-child {
  margin-bottom: 0;
}

.blog--content > .image--container,
.content--banner--image,
.blog--detail-header,
.custom-page--content-header,
.forms--content-header {
  height: 475px;
  background-color: #3f4e5a;
  background-image: url("/media/image/18/a8/e6/szd-banner-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .blog--content > .image--container,
.content--banner--image,
.blog--detail-header,
.custom-page--content-header,
.forms--content-header {
    height: 300px;
  }
}
.blog--content > .image--container p,
.content--banner--image p,
.blog--detail-header p,
.custom-page--content-header p,
.forms--content-header p {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  color: #FFFFFF;
  font-size: 8.125rem;
  font-weight: 600;
  line-height: 0.8;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: -0.05em;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .blog--content > .image--container p,
.content--banner--image p,
.blog--detail-header p,
.custom-page--content-header p,
.forms--content-header p {
    font-size: 5rem;
  }
}
@media screen and (max-width: 680px) {
  .blog--content > .image--container p,
.content--banner--image p,
.blog--detail-header p,
.custom-page--content-header p,
.forms--content-header p {
    font-size: 3.75rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 380px) {
  .blog--content > .image--container p,
.content--banner--image p,
.blog--detail-header p,
.custom-page--content-header p,
.forms--content-header p {
    font-size: 3rem;
  }
}

.panel--body {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.custom-page--content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .custom-page--content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.custom-page--content-text {
  padding-right: 12%;
  padding-left: 12%;
}
@media screen and (max-width: 1024px) {
  .custom-page--content-text {
    padding-right: 0;
    padding-left: 0;
  }
}
.custom-page--content-text blockquote > p,
.custom-page--content-text h2 {
  margin-bottom: 1.875rem;
}
.custom-page--content-text blockquote > p:first-child,
.custom-page--content-text h2:first-child {
  margin-top: 1.875rem;
}
.custom-page--content-text blockquote > p:last-child,
.custom-page--content-text h2:last-child {
  margin-bottom: 0;
}

.backgroundcolor {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
.backgroundcolor-main-bright {
  background-color: #C4D3D9;
}
.backgroundcolor-main-bright:before, .backgroundcolor-main-bright:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #C4D3D9;
  position: absolute;
  top: 0;
}
.backgroundcolor-main-bright:before {
  left: 100%;
}
.backgroundcolor-main-bright:after {
  right: 100%;
}

/*
.listing--content {
	padding:120px 0;
}*/
.footer-main {
  background-color: #C4D3D9;
  border-top-width: 0;
  color: #000000;
  font-size: 1.4375rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-main {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-main {
    font-size: 1rem;
    text-align: center;
  }
}
.footer-main .container {
  height: 250px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .footer-main .container {
    height: auto;
    padding: 1.875rem 0;
  }
}
.footer-main .footer--copyright {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  float: right;
}
@media screen and (max-width: 768px) {
  .footer-main .footer--copyright {
    margin-top: 1.875rem;
    float: none;
  }
}
.footer-main .footer--columns {
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer-main .block {
    width: 100%;
    float: none;
  }
}
.footer-main .footer--column {
  width: auto;
  padding: 0;
  border: 0 none;
}
@media screen and (max-width: 768px) {
  .footer-main .footer--column {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main .footer--column:first-child {
    margin-top: 0;
  }
}
.footer-main .column--content {
  display: block;
}
.footer-main .navigation--list {
  padding: 0;
}
.footer-main .navigation--entry {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.footer-main .navigation--entry:before {
  content: "/";
}
.footer-main .navigation--entry:first-child:before {
  display: none;
}
.footer-main .navigation--link {
  display: inline-block;
  padding: 0;
  color: inherit;
  line-height: inherit;
}

.slider {
  height: calc(100vh - 130px) !important;
  min-height: 500px;
  padding-bottom: 0 !important;
  background-color: #3f4e5a;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .slider {
    height: 56.25vw !important;
    min-height: 0;
  }
}
.slider ~ div {
  display: none !important;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slider--content {
  height: 100%;
  position: relative;
}

.slider--text {
  display: none;
}

.slider--item {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.slider--item.slick-slide {
  display: block;
  position: relative;
}
.slider--item:first-child {
  display: block;
}

.blog--content {
  margin-top: 0;
}
.blog--content .blog--listing {
  padding-top: 120px;
  padding-bottom: 30px;
  float: none;
}
@media screen and (max-width: 1024px) {
  .blog--content .blog--listing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.blog--content .blog--listing .blog--box {
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
  margin-bottom: 90px;
  padding: 0;
  border: 0 none;
  float: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .blog--content .blog--listing .blog--box {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 580px) {
  .blog--content .blog--listing .blog--box {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .blog--content .blog--listing .blog--box:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media screen and (max-width: 1024px) {
  .blog--content .blog--listing .blog--box:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.blog--content .blog--listing .blog--box-content {
  padding: 0;
  font-weight: 400;
}
.blog--content .blog--listing .panel--title {
  margin: 0;
  padding: 0;
}
.blog--content .blog--listing .blog--box-picture,
.blog--content .blog--listing .blog--box-description {
  width: 100% !important;
  float: none;
}
.blog--content .blog--listing .blog--box-picture {
  min-height: 197px;
  background-color: #3f4e5a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog--content .blog--listing .blog--box-headline {
  margin: 1.875rem 0;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.3235294118;
}
.blog--content .blog--listing .blog--box-description {
  font-size: inherit;
}
.blog--content .blog--listing .blog--box-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog--content .blog--listing .blog--box-link:hover ~ .blog--box-header h2 {
  color: #1790D0;
}
.blog--content .blog--listing .blog--box-header h2 {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.blog--content .blog--listing .blog--metadata-date {
  font-weight: 300;
}
.blog--content .blog--listing .blog--metadata-date:before {
  content: "»";
  margin-right: 5px;
}
.blog--content .listing--actions {
  margin: 0;
  padding: 0;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  clear: both;
}
.blog--content .listing--paging {
  margin-bottom: 60px;
  padding: 0;
  border-width: 0;
}
.blog--content .paging--link {
  margin: 0 5px;
  padding: 0;
  border: 0 none;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0;
  color: #000000;
}
.blog--content .paging--link.is--active {
  background-color: transparent;
  background-image: none;
  color: #000000;
  font-weight: 600;
}
.blog--content .paging--link.is--active:hover {
  background-color: transparent;
  background-image: none;
  color: #000000;
}

.blog--detail {
  margin: 0;
}
.blog--detail .blog--detail-header {
  margin: 0;
}
.blog--detail .blog--detail-header h1 {
  font-size: 6.125rem;
  line-height: 0.98;
  bottom: -0.15em;
}
@media screen and (max-width: 1024px) {
  .blog--detail .blog--detail-header h1 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .blog--detail .blog--detail-header h1 {
    font-size: 15vw;
  }
}
.blog--detail .blog--detail-content {
  float: none;
}
.blog--detail .blog--detail-box-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .blog--detail .blog--detail-box-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.blog--detail .blog--detail-box-content, .blog--detail .blog--detail-box-sidebar {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .blog--detail .blog--detail-box-content, .blog--detail .blog--detail-box-sidebar {
    display: block;
  }
}
.blog--detail .blog--detail-box-content {
  width: calc(100% - 230px - 80px);
  margin-right: 80px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .blog--detail .blog--detail-box-content {
    width: 100%;
    margin-right: 0;
  }
}
.blog--detail .blog--detail-box-content p:first-child img {
  margin-top: 0;
}
.blog--detail .blog--detail-box-content img {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
.blog--detail .blog--detail-box-sidebar {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .blog--detail .blog--detail-box-sidebar {
    width: 100%;
    margin-top: 3.75rem;
    padding-top: 3.75rem;
    border-top: 1px solid;
  }
}
.blog--detail .blog--detail-box-sidebar label {
  display: block;
  color: inherit;
  font-weight: 400;
  text-transform: uppercase;
}
.blog--detail .blog--detail-related-articles {
  margin-top: 3.75rem;
}
.blog--detail .blog--detail-related-articles--list {
  padding: 0;
}
.blog--detail .blog--detail-related-articles--article {
  margin-top: 0.9375rem;
  list-style-type: none;
}
.blog--detail .blog--detail-related-articles--article-link {
  color: inherit;
}
.blog--detail .blog--detail-related-articles--article-link:hover .blog--detail-related-articles--article-headline {
  color: #1790D0;
}
.blog--detail .blog--detail-related-articles--article-image {
  display: block;
  margin-bottom: 0.46875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog--detail .blog--detail-related-articles--article-headline {
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.forms--content {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .forms--content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.forms--content .forms--inner-form {
  padding: 0 12%;
}
@media screen and (max-width: 1024px) {
  .forms--content .forms--inner-form {
    padding-right: 0;
    padding-left: 0;
  }
}
.forms--content .forms--element,
.forms--content .privacy-information,
.forms--content .forms--captcha {
  margin-bottom: 1.875rem;
}
.forms--content .forms--label {
  display: block;
  margin-bottom: 0.46875rem;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}
.forms--content .forms--buttons {
  margin-top: 3.75rem;
}
.forms--content textarea, .forms--content input[type=text], .forms--content input[type=search], .forms--content input[type=password], .forms--content input[type=number], .forms--content input[type=email], .forms--content input[type=tel] {
  margin: 0;
  padding: 20px 10px;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background-color: #E3EDF5;
  font-size: 1.25rem;
  line-height: 1.2;
}
.forms--content textarea::-webkit-input-placeholder, .forms--content input[type=text]::-webkit-input-placeholder, .forms--content input[type=search]::-webkit-input-placeholder, .forms--content input[type=password]::-webkit-input-placeholder, .forms--content input[type=number]::-webkit-input-placeholder, .forms--content input[type=email]::-webkit-input-placeholder, .forms--content input[type=tel]::-webkit-input-placeholder {
  color: transparent;
  font-size: 0;
}
.forms--content textarea:-moz-placeholder, .forms--content input[type=text]:-moz-placeholder, .forms--content input[type=search]:-moz-placeholder, .forms--content input[type=password]:-moz-placeholder, .forms--content input[type=number]:-moz-placeholder, .forms--content input[type=email]:-moz-placeholder, .forms--content input[type=tel]:-moz-placeholder {
  color: transparent;
  font-size: 0;
}
.forms--content textarea::-moz-placeholder, .forms--content input[type=text]::-moz-placeholder, .forms--content input[type=search]::-moz-placeholder, .forms--content input[type=password]::-moz-placeholder, .forms--content input[type=number]::-moz-placeholder, .forms--content input[type=email]::-moz-placeholder, .forms--content input[type=tel]::-moz-placeholder {
  color: transparent;
  font-size: 0;
}
.forms--content textarea:-ms-input-placeholder, .forms--content input[type=text]:-ms-input-placeholder, .forms--content input[type=search]:-ms-input-placeholder, .forms--content input[type=password]:-ms-input-placeholder, .forms--content input[type=number]:-ms-input-placeholder, .forms--content input[type=email]:-ms-input-placeholder, .forms--content input[type=tel]:-ms-input-placeholder {
  color: transparent;
  font-size: 0;
}
.forms--content .select-field,
.forms--content .js--fancy-select {
  display: block;
  max-width: none;
  height: 60px;
}
.forms--content .select-field:after,
.forms--content .js--fancy-select:after {
  width: auto;
  height: 100%;
  padding-right: 20px;
  border: 0 none;
  color: #1790D0;
  font-size: 10px;
  line-height: 60px;
}
.forms--content .select-field select,
.forms--content .js--fancy-select select {
  padding: 0 10px;
  height: 100%;
  border: 0 none;
  border-radius: 0;
  background-image: none;
  background-color: #E3EDF5;
}

.content--image {
  position: relative;
}
.content--image .image--container {
  position: relative;
}
.content--image .image--container .content--link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content--image .image--container + .content--text {
  margin-top: 1.25rem;
}

.content--table--custom--element h4 {
  margin-bottom: -0.12em;
  color: #1790D0;
  font-size: 4.6875rem;
  font-weight: 600;
  line-height: 0.9333333333;
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  .content--table--custom--element h4 {
    font-size: 3rem;
  }
}
.content--table--custom--element .content--table--element {
  padding: 120px 0;
  background-color: #C4D3D9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .content--table--custom--element .content--table--element {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.content--table--custom--element .content--table--element:before, .content--table--custom--element .content--table--element:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #C4D3D9;
  position: absolute;
  top: 0;
  left: 100%;
}
.content--table--custom--element .content--table--element:after {
  right: 100%;
  left: auto;
}
@media screen and (max-width: 560px) {
  .content--table--custom--element table,
.content--table--custom--element thead,
.content--table--custom--element tbody,
.content--table--custom--element tfoot,
.content--table--custom--element tr,
.content--table--custom--element td,
.content--table--custom--element th {
    display: block;
  }
}
.content--table--custom--element table {
  width: calc(50% - 40px);
  margin-left: 80px;
  border-spacing: 0;
  table-layout: fixed;
  float: right;
}
@media screen and (max-width: 1200px) {
  .content--table--custom--element table {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    float: none;
  }
}
.content--table--custom--element table:first-of-type {
  margin-left: 0;
  float: left;
}
@media screen and (max-width: 1200px) {
  .content--table--custom--element table:first-of-type {
    margin-left: auto;
    float: none;
  }
}
@media screen and (max-width: 560px) {
  .content--table--custom--element tr {
    overflow: hidden;
  }
}
@media screen and (max-width: 560px) {
  .content--table--custom--element tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.content--table--custom--element tr:nth-child(2n) td {
  background-color: transparent;
}
@media screen and (max-width: 560px) {
  .content--table--custom--element tr:nth-child(2n) td:first-child {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.content--table--custom--element td {
  width: 100px;
  padding: 1.875rem 20px;
  border: 0 none;
  border-bottom: 2px solid #1790D0;
  color: inherit;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.35;
  text-align: right;
}
@media screen and (max-width: 560px) {
  .content--table--custom--element td {
    border-bottom-width: 0;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    float: left;
  }
}
.content--table--custom--element td:first-child {
  width: auto;
  text-align: left;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 560px) {
  .content--table--custom--element td:first-child {
    width: 100%;
    margin-top: 0.9375rem;
    background-color: rgba(255, 255, 255, 0.5);
    float: none;
  }
}
@media screen and (max-width: 560px) {
  .content--table--custom--element td:nth-last-child(3):first-child ~ td {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .content--table--custom--element td:nth-last-child(4):first-child ~ td {
    width: 33.3333%;
  }
}
@media screen and (max-width: 560px) {
  .content--table--custom--element td:nth-last-child(5):first-child ~ td {
    width: 25%;
  }
}
@media screen and (max-width: 560px) {
  .content--table--custom--element td:nth-last-child(6):first-child ~ td {
    width: 20%;
  }
}
.content--table--custom--element td.empty {
  /*@media screen AND (max-width:560px) {
  	min-height:(27 / 20) * 1rem;
  }*/
}
@media screen and (min-width: 561px) {
  .content--table--custom--element td.empty {
    width: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.content--table--custom--element .content--text {
  width: calc(50% - 40px);
  margin-left: calc(50% + 40px);
  padding: 3.75rem 20px 0;
  font-size: 1.25rem;
  line-height: 1.35;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .content--table--custom--element .content--text {
    width: auto;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
}
.content--table--custom--element .content--button {
  margin-top: 5.625rem;
  margin-bottom: -1.875rem;
  text-align: right;
}
.content--table--custom--element .button {
  width: 100%;
  max-width: calc(50% - 40px);
  padding: 26px 10px;
  border-width: 2px;
  font-size: 2.125rem;
}
@media screen and (max-width: 1024px) {
  .content--table--custom--element .button {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .content--table--custom--element .button {
    margin-bottom: 1.875rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
}

.content--teaser {
  position: relative;
}
.content--teaser .content--text {
  padding-top: 40px;
  font-size: 2.125rem;
  line-height: 1.3235294118;
  position: relative;
}
.content--teaser .content--link {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.content--teaser .content--link:hover ~ .title--box {
  background-color: #C4D3D9 !important;
}
.content--teaser .content--link:hover ~ .content--text {
  color: #1790D0;
}
.content--teaser .title--box {
  min-height: 200px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.content--teaser .title--box--image {
  height: 200px;
  position: relative;
}
.emotion--column-2 .content--teaser .title--box--image {
  height: 0;
  padding-top: 66.6666%;
}
.content--teaser .title--box--image img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  margin: auto;
  position: absolute;
  top: -999px;
  right: -999px;
  bottom: -999px;
  left: -999px;
}
.content--teaser .title--box--text {
  padding: 60px 10px 0;
  font-size: 5.375rem;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: -2px;
  color: #FFFFFF;
}
@media screen and (max-width: 380px) {
  .content--teaser .title--box--text {
    padding-top: 100px;
    font-size: 3.75rem;
  }
}
.content--teaser .title--box--text p, .content--teaser .title--box--text div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.content--teaser .title--box--text > p, .content--teaser .title--box--text > div {
  position: relative;
  top: 0.1em;
}
.content--teaser .title--box--text strong, .content--teaser .title--box--text b {
  font-weight: 600;
}
.content--teaser .content--text {
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.technical-messages--content {
  margin-top: -80px;
}
@media screen and (max-width: 1024px) {
  .technical-messages--content {
    margin-top: -20px;
  }
}
.technical-messages--category {
  margin-top: 20px;
}
.technical-messages--category:first-child {
  margin-top: 0;
}
.technical-messages--headline {
  width: 100%;
  max-width: 580px;
  padding: 0 40px 0.5em 40px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 480px) {
  .technical-messages--headline {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.technical-messages--toggle {
  position: absolute;
  visibility: hidden;
}
.technical-messages--toggle:checked + .technical-messages--row {
  margin-bottom: 0.9375rem;
  background-color: #C4D3D9;
}
.technical-messages--toggle:checked + .technical-messages--row .technical-messages--label {
  color: #000000;
}
.technical-messages--toggle:checked + .technical-messages--row .technical-messages--label:after {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.technical-messages--toggle:checked + .technical-messages--row .technical-messages--table {
  display: block;
}
.technical-messages--row {
  padding: 10px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .technical-messages--row {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.technical-messages--label {
  color: #1790D0;
  font-weight: 400;
  font-size: 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.technical-messages--label:after {
  content: "";
  margin-left: 10px;
  font-family: "shopware";
  font-size: 8px;
  vertical-align: 2px;
}
@media screen and (max-width: 768px) {
  .technical-messages--table,
.technical-messages--table thead,
.technical-messages--table tbody,
.technical-messages--table tfoot,
.technical-messages--table tr,
.technical-messages--table td,
.technical-messages--table th {
    display: block;
  }
}
.technical-messages--table {
  display: none;
  margin: 0.9375rem -20px 0.9375rem;
  border-spacing: 0;
  background-color: transparent;
}
.technical-messages--table tbody td {
  padding-bottom: 0.9375rem;
}
.technical-messages--table td {
  padding: 0 20px;
  border: 0 none;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
  line-height: 1.875rem;
  vertical-align: top;
}
.technical-messages--table td strong {
  color: #FFFFFF;
  font-weight: 400;
}
.technical-messages--table .button {
  margin: 0.9375rem 20px 0 0;
}

.content--tile h3 {
  font-weight: 600;
}

.emotion--18 .emotion--row.row--2,
.emotion--48 .emotion--row.row--2 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-color: #C4D3D9;
  position: relative;
}
.emotion--18 .emotion--row.row--2:before, .emotion--18 .emotion--row.row--2:after,
.emotion--48 .emotion--row.row--2:before,
.emotion--48 .emotion--row.row--2:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #C4D3D9;
  position: absolute;
  top: 0;
}
.emotion--18 .emotion--row.row--2:before,
.emotion--48 .emotion--row.row--2:before {
  left: 100%;
}
.emotion--18 .emotion--row.row--2:after,
.emotion--48 .emotion--row.row--2:after {
  right: 100%;
}

.emotion--40 .emotion--row.row--1,
.emotion--40 .emotion--row.row--2 {
  margin-top: 0;
}

/*# sourceMappingURL=custom.css.map */
