/* imports */
/* colors */
/* typography */
/* font sizes desktop */
/* font sizes medium */
/* font sizes small */
/* z-index */
/* resets */
input,
textarea {
  -webkit-appearance: none;
}
button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* typography */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #364979;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
p {
  /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;*/
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'ButterflyBall';
  font-weight: normal;
  color: #364979;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 60px;
  line-height: 72px;
}
h2 {
  font-size: 48px;
  line-height: 56px;
}
h3 {
  font-size: 36px;
  line-height: 43px;
}
h4 {
  font-size: 24px;
  line-height: 28px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
}
strong {
  font-weight: 700;
}
p {
  margin: 0;
}
a {
  color: #d20028;
  text-decoration: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
a:hover,
a:focus,
a:active {
  color: #364979;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* {
  word-wrap: break-word;
}
/* layout */
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
/* grid */
.container {
  max-width: 1240px;
  width: 100%;
}
/* header */
header {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
header .logo-wrapper {
  float: left;
  padding: 22px 0 0 40px;
}
header .logo-wrapper img {
  width: 200px;
  height: 47px;
}
header .navbar {
  float: right;
}
header .search-wrapper {
  float: right;
  padding-right: 40px;
}
header .search-wrapper .search-toggle {
  font-size: 20px;
  line-height: 90px;
  color: #364979;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
header .search-wrapper .search-toggle:hover,
header .search-wrapper .search-toggle:focus {
  color: #d20028;
}
header .search-wrapper .dropdown-menu {
  width: 300px;
  margin: 0;
  margin-right: -20px;
  padding: 0;
  border: 0;
  left: auto;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f6f6f5 0%;
  background-image: -webkit-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: -moz-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: -o-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: -ms-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
}
header .search-wrapper .dropdown-menu input[type="search"] {
  padding: 20px 20px;
  padding-right: 50px;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
header .search-wrapper .dropdown-menu button {
  font-size: 20px;
  line-height: 20px;
  color: #364979;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
header .search-wrapper .dropdown-menu button:hover,
header .search-wrapper .dropdown-menu button:focus {
  color: #d20028;
}
header .language-wrapper {
  float: right;
}
header .button-wrapper {
  float: right;
}
header .button-wrapper .button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 90px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header .navigation-toggle-wrapper {
  float: right;
  position: relative;
  width: 75px;
  height: 75px;
  display: none;
}
main {
  padding-top: 90px;
}
.nav-open header {
  position: absolute;
}
.home.scrolled header,
.home.nav-open header {
  opacity: 1;
  pointer-events: auto;
}
.home header {
  opacity: 0;
  pointer-events: none;
}
/* main navigation */
.navbar {
  border: 0;
  margin: 0;
  min-height: 0;
  position: static !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar #main-navigation {
  position: static !important;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar #main-navigation.narrow > ul > li {
  letter-spacing: 0;
  margin-right: 25px;
}
.navbar #main-navigation > ul > li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 90px;
  margin-right: 40px;
  white-space: nowrap;
  /* dropdown menu */
  /* language switch */
}
.navbar #main-navigation > ul > li.active > a {
  color: #d20028;
}
.navbar #main-navigation > ul > li > a {
  color: #364979;
  background-color: transparent;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.navbar #main-navigation > ul > li > a:hover,
.navbar #main-navigation > ul > li > a:focus {
  color: #d20028;
}
.navbar #main-navigation > ul > li.dropdown.open > a {
  color: #d20028;
}
.navbar #main-navigation > ul > li.dropdown:hover > a,
.navbar #main-navigation > ul > li.dropdown:focus > a {
  color: #d20028;
}
.navbar #main-navigation > ul > li.dropdown:hover:not(.mega, .mega-normal) ul.dropdown-menu,
.navbar #main-navigation > ul > li.dropdown:focus:not(.mega, .mega-normal) ul.dropdown-menu {
  display: block;
}
.navbar #main-navigation > ul > li.dropdown.mega {
  position: static !important;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu:not(.mega) {
  margin: 0;
  margin-left: -20px;
  padding: 0;
  border: 0;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f6f6f5 0%;
  background-image: -webkit-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: -moz-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: -o-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: -ms-linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
  background-image: linear-gradient(top, #f6f6f5 0%, #ffffff 10%);
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu:not(.mega) > li {
  display: block;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu:not(.mega) > li.active > a {
  color: #ffffff;
  background-color: #d20028;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu:not(.mega) > li > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #d20028;
  background-color: transparent;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu:not(.mega) > li > a:hover,
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu:not(.mega) > li > a:focus {
  color: #ffffff;
  background-color: #d20028;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .container {
  position: relative;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column {
  float: left;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column:nth-child(1) {
  width: 35%;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column:nth-child(2) {
  width: 65%;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul.level-1 {
  text-transform: uppercase;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul.level-2 {
  text-transform: none;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul.level-2 a {
  font-weight: normal;
  color: #364979;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul li {
  line-height: normal;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul li a {
  display: block;
  padding: 15px 20px;
  color: #d20028;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul li a:hover,
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul li a:focus,
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul li a.active {
  background-color: #f6f6f5;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .nav-column ul li a.dropaside-toggle::after {
  content: '\e920';
  font-family: 'icomoon';
  font-weight: normal !important;
  letter-spacing: 0 !important;
  font-size: 14px;
  line-height: 14px;
  color: #d20028;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  transition: color 0.3s ease;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .dropaside {
  display: none;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .separator {
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid #e0e0dd;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .separator:nth-child(1) {
  left: 20px;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .separator:nth-child(2) {
  left: 440px;
}
.navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .separator:nth-child(3) {
  right: 20px;
}
.navbar #main-navigation > ul > li.language-switch {
  padding: 0 20px;
  border-left: 1px solid #e0e0dd;
  border-right: 1px solid #e0e0dd;
}
.navbar #main-navigation > ul > li.language-switch .icomoon {
  color: #9e9e9b;
  margin-left: 5px;
}
.navbar #main-navigation > ul > li.language-switch .dropdown-menu {
  margin-left: 0 !important;
}
/* mobile navigation */
#navigation-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -15px;
}
#navigation-toggle:hover .icon-bar,
#navigation-toggle:focus .icon-bar {
  background-color: #d20028 !important;
}
#navigation-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #364979;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: 29px 50%;
  -moz-transform-origin: 29px 50%;
  -o-transform-origin: 29px 50%;
  -ms-transform-origin: 29px 50%;
  transform-origin: 29px 50%;
}
#navigation-toggle .icon-bar.top,
#navigation-toggle .icon-bar.middle,
#navigation-toggle .icon-bar.bottom {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
#navigation-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
#navigation-toggle.open .icon-bar {
  margin-left: -3px;
}
#navigation-toggle.open .icon-bar.top {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#navigation-toggle.open .icon-bar.middle {
  opacity: 0;
}
#navigation-toggle.open .icon-bar.bottom {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
#navigation-toggle:hover,
#navigation-toggle:focus,
#navigation-toggle:active {
  background-color: transparent;
}
nav.mobile {
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  display: none;
  background-color: #f6f6f5 0%;
  background-image: -webkit-linear-gradient(left, #f6f6f5 0%, #ffffff 10%);
  background-image: -moz-linear-gradient(left, #f6f6f5 0%, #ffffff 10%);
  background-image: -o-linear-gradient(left, #f6f6f5 0%, #ffffff 10%);
  background-image: -ms-linear-gradient(left, #f6f6f5 0%, #ffffff 10%);
  background-image: linear-gradient(left, #f6f6f5 0%, #ffffff 10%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
nav.mobile .search-wrapper {
  height: 75px;
  position: relative;
  border-bottom: 2px solid #f6f6f5;
}
nav.mobile .search-wrapper input[type="search"] {
  padding: 26px 20px;
  padding-right: 50px;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
nav.mobile .search-wrapper button {
  font-size: 20px;
  line-height: 20px;
  color: #364979;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
nav.mobile .search-wrapper button:hover,
nav.mobile .search-wrapper button:focus {
  color: #d20028;
}
nav.mobile > ul > li {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  /* dropdown menu */
  /* language switch */
}
nav.mobile > ul > li.active > a {
  color: #d20028;
}
nav.mobile > ul > li > a {
  display: block;
  color: #364979;
  background-color: transparent;
  padding: 14px 20px;
  border-bottom: 2px solid #f6f6f5;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a:focus {
  color: #d20028;
}
nav.mobile > ul > li.dropdown > a.open {
  color: #d20028;
}
nav.mobile > ul > li.dropdown > a.open .toggle-icon .open {
  display: block;
}
nav.mobile > ul > li.dropdown > a.open .toggle-icon .closed {
  display: none;
}
nav.mobile > ul > li.dropdown > a {
  position: relative;
  padding-right: 50px;
}
nav.mobile > ul > li.dropdown .dropdown-toggle {
  position: relative;
}
nav.mobile > ul > li.dropdown .toggle-icon {
  color: #9e9e9b;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
nav.mobile > ul > li.dropdown .toggle-icon .open {
  display: none;
}
nav.mobile > ul > li.dropdown .toggle-icon .closed {
  display: block;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  position: relative;
  top: auto;
  left: auto;
  float: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li {
  display: block;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li.active > a {
  color: #d20028;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li.dropdown > a.open {
  color: #d20028;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li.dropdown > a.open .toggle-icon .open {
  display: block;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li.dropdown > a.open .toggle-icon .closed {
  display: none;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #364979;
  background-color: transparent;
  padding: 14px 20px 14px 40px;
  border-bottom: 2px solid #f6f6f5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li > a:hover,
nav.mobile > ul > li.dropdown ul.dropdown-menu > li > a:focus {
  color: #d20028;
}
nav.mobile > ul > li.dropdown ul.dropdown-menu > li > ul > li > a {
  padding-left: 60px;
}
nav.mobile > ul > li.language-switch.first {
  border-top: 2px solid #f6f6f5;
  margin-top: 54px;
}
/* footer */
footer {
  position: relative;
  z-index: 1;
}
footer .footer-top {
  padding: 50px 0;
  background-color: #f0f0ee 0%;
  background-image: -webkit-linear-gradient(top, #f0f0ee 0%, #ffffff 40px);
  background-image: -moz-linear-gradient(top, #f0f0ee 0%, #ffffff 40px);
  background-image: -o-linear-gradient(top, #f0f0ee 0%, #ffffff 40px);
  background-image: -ms-linear-gradient(top, #f0f0ee 0%, #ffffff 40px);
  background-image: linear-gradient(top, #f0f0ee 0%, #ffffff 40px);
}
footer .footer-top .footer-top-list {
  font-size: 0;
  line-height: 0;
  margin: -25px -20px;
}
footer .footer-top .footer-top-list .footer-top-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 25px 20px;
  font-size: 18px;
  line-height: 24px;
}
footer .footer-top .footer-top-list .footer-top-item h4 {
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadad8;
}
footer .footer-top .footer-top-list .footer-top-item .text {
  margin-bottom: 30px;
}
footer .footer-top .footer-top-list .footer-top-item .text:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list {
  margin-bottom: 30px;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list li {
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list li:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list li .icomoon {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list li a {
  font-weight: 700;
  text-decoration: underline;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list li a.tel {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #364979;
}
footer .footer-top .footer-top-list .footer-top-item ul.icon-list li a.tel strong {
  font-weight: 600;
}
footer .footer-top .footer-top-list .footer-top-item ul.social-list {
  font-size: 0;
  line-height: 0;
  margin: 0 -4px;
}
footer .footer-top .footer-top-list .footer-top-item ul.social-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  line-height: 40px;
  margin: 0 4px;
}
footer .footer-top .footer-top-list .footer-top-item ul.social-list li a {
  font-weight: normal;
  color: #364979;
}
footer .footer-top .footer-top-list .footer-top-item ul.social-list li a:hover,
footer .footer-top .footer-top-list .footer-top-item ul.social-list li a:focus {
  color: #273457;
}
footer .footer-top .footer-top-list .footer-top-item .logo-1 {
  width: 213px;
  height: auto;
}
footer .footer-top .footer-top-list .footer-top-item .logo-2 {
  width: 220px;
  height: 57px;
}
footer .footer-top .footer-top-list .footer-top-item .logo-list {
  font-size: 0;
  line-height: 0;
  margin: -10px;
}
footer .footer-top .footer-top-list .footer-top-item .logo-list .logo-item {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
footer .footer-top .footer-top-list .footer-top-item .logo-list .logo-item .logo {
  width: 100%;
  height: auto;
}
footer .footer-top .footer-top-list .footer-top-item .button.newsletter-de .icomoon {
  margin-right: 5px !important;
}
footer .footer-top .footer-top-list .footer-top-item form {
  width: 100%;
  padding-right: 120px;
  position: relative;
}
footer .footer-top .footer-top-list .footer-top-item form.newsletter-narrow {
  padding-right: 70px;
}
footer .footer-top .footer-top-list .footer-top-item form.newsletter-narrow button {
  width: 50px;
  height: 50px;
}
footer .footer-top .footer-top-list .footer-top-item form.newsletter-narrow button .icomoon {
  font-size: 24px;
  line-height: 24px;
  margin-top: -12px;
  margin-left: -12px !important;
}
footer .footer-top .footer-top-list .footer-top-item form input {
  border: 1px solid rgba(54, 73, 121, 0.5);
  background-color: #ffffff;
  padding: 12px 20px;
  margin-top: 10px;
}
footer .footer-top .footer-top-list .footer-top-item form input:first-child {
  margin-top: 0;
}
footer .footer-top .footer-top-list .footer-top-item form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 110px;
}
footer .footer-top .footer-top-list .footer-top-item form button .icomoon {
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -24px !important;
}
footer .footer-bottom {
  padding: 30px 0;
  background-color: #364979;
  color: #ffffff;
  overflow: hidden;
}
footer .footer-bottom .footer-bottom-left {
  float: left;
  width: 35%;
}
footer .footer-bottom .footer-bottom-right {
  float: right;
  width: 65%;
}
footer .footer-bottom a {
  font-weight: 700;
  color: #ffffff;
}
footer .footer-bottom a:hover,
footer .footer-bottom a:focus,
footer .footer-bottom a:active {
  color: #d20028;
}
footer .footer-bottom ul.footer-info {
  margin-left: -10px;
}
footer .footer-bottom ul.footer-info li {
  display: inline-block;
  margin: 0 10px;
}
footer .footer-bottom nav.meta {
  text-align: right;
}
footer .footer-bottom nav.meta ul li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
footer .footer-bottom nav.meta ul li::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.33);
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -8px;
}
footer .footer-bottom nav.meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
footer .footer-bottom nav.meta ul li:last-child::after {
  display: none;
}
/* breadcrumb */
nav.breadcrumb {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  background-color: transparent;
  font-size: 14px;
  line-height: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
nav.breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
}
nav.breadcrumb ul li:last-child::after {
  display: none;
}
nav.breadcrumb ul li:last-child a {
  font-weight: 300;
}
nav.breadcrumb ul li::after {
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 10px;
  content: '\e914';
  color: #d20028;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
nav.breadcrumb ul li a {
  font-weight: 700;
  color: #364979;
}
nav.breadcrumb ul li a:hover,
nav.breadcrumb ul li a:focus {
  color: #d20028;
}
/* content styles */
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5 {
  margin-bottom: 20px;
  padding-top: 5px;
}
.content-area h1:last-child,
.content-area h2:last-child,
.content-area h3:last-child,
.content-area h4:last-child,
.content-area h5:last-child {
  margin-bottom: 0;
}
.content-area h1,
.content-area h2 {
  padding-top: 10px;
}
.content-area .headline-wrapper {
  margin-bottom: 40px;
}
.content-area .headline-wrapper:last-child {
  margin-bottom: 0;
}
.content-area .headline-wrapper.center {
  text-align: center;
}
.content-area p {
  margin-bottom: 30px;
}
.content-area p.headline-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9aa4bc;
  margin-bottom: 15px;
}
.content-area p:last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) {
  list-style-type: none;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li::before {
  font-family: 'icomoon';
  content: '\e90a';
  color: #d20028;
  position: absolute;
  top: 0;
  left: 0;
}
.content-area ul:not([id]):not([class]) li > ul {
  margin-left: 30px;
  margin-top: 10px;
}
.content-area ol:not([id]):not([class]) {
  margin: 0;
  margin-bottom: 30px;
  counter-reset: item;
  overflow: hidden;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-area ol:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.content-area ol:not([id]):not([class]) li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.content-area ol:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.content-area ol:not([id]):not([class]) li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #d20028;
  font-weight: 700;
}
.content-area ol:not([id]):not([class]) li > ol {
  margin-left: 30px;
  margin-top: 10px;
}
.content-area ul.separated {
  margin: 0;
  margin-bottom: 30px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-area ul.separated:last-child {
  margin-bottom: 0;
}
.content-area ul.separated li {
  padding: 13px 0 13px 35px;
  border-top: 1px solid #e0e0dd;
  position: relative;
}
.content-area ul.separated li:last-child {
  border-bottom: 1px solid #e0e0dd;
}
.content-area ul.separated li::before {
  font-family: 'icomoon';
  content: '\e90a';
  color: #d20028;
  position: absolute;
  top: 13px;
  left: 5px;
}
.content-area .table-responsive {
  border: 0;
  margin-bottom: 30px;
}
.content-area .table-responsive:last-child {
  margin-bottom: 0;
}
.content-area table:not(.table-condensed) {
  border-bottom: 1px solid #e0e0dd;
  margin-bottom: 0;
}
.content-area table:not(.table-condensed) thead tr > th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  background-color: #f6f6f5;
}
.content-area table:not(.table-condensed) tr > th {
  border-top: 0;
  border-bottom: 0;
  font-weight: 700;
  background-color: #f6f6f5;
}
.content-area table:not(.table-condensed) thead tr > td,
.content-area table:not(.table-condensed) tbody tr > td,
.content-area table:not(.table-condensed) tfoot tr > td,
.content-area table:not(.table-condensed) thead tr > th,
.content-area table:not(.table-condensed) tbody tr > th,
.content-area table:not(.table-condensed) tfoot tr > th {
  padding: 17px 30px;
  vertical-align: top;
}
.content-area table:not(.table-condensed) thead tr > td,
.content-area table:not(.table-condensed) tbody tr > td,
.content-area table:not(.table-condensed) tfoot tr > td {
  border-top: 1px solid #e0e0dd;
}
.content-area a:not([id]):not([class]) {
  font-weight: 700;
  text-decoration: underline;
}
.content-area .two-click-video {
  margin-bottom: 30px;
}
.content-area .two-click-video:last-child {
  margin-bottom: 0;
}
/* video wrapper */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* forms */
.form-group {
  margin-bottom: 25px;
}
.form-group:last-child {
  margin-bottom: 0;
}
label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 13px 20px;
  border: 0;
  background-color: #e0e0dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
textarea:hover,
input[type="text"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="search"]:active,
textarea:active,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
textarea {
  display: block;
  resize: none;
  min-height: 100px;
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select > .dropdown-toggle {
  font-size: 16px;
  line-height: 24px;
  color: #364979 !important;
  padding: 13px 20px;
  padding-right: 40px;
  border: 0;
  background-color: #e0e0dd !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bootstrap-select > .dropdown-toggle .caret {
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  right: 20px !important;
  margin-top: -3px !important;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  background-color: #dadad8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.bootstrap-select .dropdown-menu li a {
  color: #364979;
  padding: 13px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  color: #d20028;
  background-color: #dadad8;
}
.bootstrap-select .dropdown-menu li.selected a {
  color: #d20028;
  background-color: #dadad8;
}
/* placeholder */
::-webkit-input-placeholder {
  color: rgba(54, 73, 121, 0.5);
  opacity: 1;
}
:-moz-placeholder {
  color: rgba(54, 73, 121, 0.5);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(54, 73, 121, 0.5);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(54, 73, 121, 0.5);
  opacity: 1;
}
::-ms-input-placeholder {
  color: rgba(54, 73, 121, 0.5);
  opacity: 1;
}
::placeholder {
  color: rgba(54, 73, 121, 0.5);
  opacity: 1;
}
/* checkbox */
.checkbox {
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 10px;
  position: relative;
  cursor: default;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox label {
  display: inline-block;
  font-weight: 300;
  padding: 4px 0 4px 50px;
  margin: 0;
  text-transform: none;
  cursor: pointer;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span.icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #e0e0dd;
  color: #364979;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type=checkbox]:checked + span.icon:before {
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 20px;
  content: '\e90a';
  color: #364979;
  position: absolute;
  top: 6px;
  left: 6px;
}
input[type=checkbox]:disabled + span.icon {
  opacity: 0.5;
}
/* radio button */
.radio {
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 10px;
  position: relative;
  cursor: default;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio label {
  display: inline-block;
  font-weight: 300;
  padding: 4px 0 4px 50px;
  margin: 0;
  text-transform: none;
  cursor: pointer;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span.icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #e0e0dd;
  color: #364979;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio]:checked + span.icon:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #63bc46;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio]:disabled + span.icon {
  opacity: 0.5;
}
/* switch */
.switch.before-after label {
  padding: 0;
}
.switch.before-after label .slider {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.switch.before-after label .slider:before {
  background-color: #63bc46;
}
.switch.before-after label .before,
.switch.before-after label .after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;
}
.switch label {
  display: inline-block;
  position: relative;
  padding: 4px 0 4px 90px;
  cursor: pointer;
}
.switch label input {
  display: none;
}
.switch label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 64px;
  height: 32px;
  background-color: #e0e0dd;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.switch label .slider:before {
  position: absolute;
  content: '';
  height: 32px;
  width: 32px;
  left: 0;
  bottom: 0;
  background-color: #9e9e9b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.switch label input:checked + .slider:before {
  background-color: #63bc46;
  -webkit-transform: translateX(32px);
  -moz-transform: translateX(32px);
  -o-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
/* datetimepicker */
/*.datetimepicker-input {
    position: relative;

    &::after {
        font-family: 'Material Design Icons';
        font-size: 18px;
        line-height: 38px;
        width: 38px;
        text-align: center;
        color: @grey5;
        position: absolute;
        top: 1px;
        right: 1px;
        background-color: @greyF;
        pointer-events: none;
        .border-radius-custom(0, 2px, 0, 2px);
    }
}*/
.bootstrap-datetimepicker-widget {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  display: block;
}
.bootstrap-datetimepicker-widget a[data-action] span {
  margin: 0;
}
.bootstrap-datetimepicker-widget .btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.day {
  cursor: pointer;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.day:focus {
  background-color: #364979;
  color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.today {
  background-color: #e0e0dd;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  pointer-events: none;
}
.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  cursor: pointer;
}
/* form errors */
.parsley-errors-list {
  margin-top: 10px;
  color: #d20028;
}
/* buttons */
.button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 18px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.button.red {
  background-color: #d20028;
  color: #ffffff;
}
.button.red:hover,
.button.red:focus {
  background-color: #b80023;
}
.button.blue {
  background-color: #364979;
  color: #ffffff;
}
.button.blue:hover,
.button.blue:focus {
  background-color: #273457;
}
.button.grey {
  background-color: #9e9e9b;
  color: #ffffff;
}
.button.grey:hover,
.button.grey:focus {
  background-color: #757573;
}
.button.green {
  background-color: #63bc46;
  color: #ffffff;
}
.button.green:hover,
.button.green:focus {
  background-color: #4e9437;
}
.button.white {
  background-color: #ffffff;
  color: #364979;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.button.white:hover,
.button.white:focus {
  opacity: 0.8;
}
.button .icomoon:first-child {
  margin-right: 7px;
  margin-left: 0 !important;
}
.button .icomoon:last-child {
  margin-right: 0 !important;
  margin-left: 7px;
}
/* fancybox */
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
.fancybox-caption-wrap {
  padding: 50px 20px 0 20px;
}
.fancybox-caption {
  border-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 20px 0;
}
.fancybox-toolbar {
  top: 20px;
  right: 20px;
}
.fancybox-button {
  width: 60px;
  height: 60px;
  background-color: #d20028;
  color: #ffffff;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.fancybox-button:hover,
.fancybox-button:focus {
  background-color: #b80023 !important;
}
.fancybox-button::before,
.fancybox-button::after {
  display: none;
  background-color: transparent;
  width: auto;
  height: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-button--close::after {
  display: block;
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 20px;
  content: '\e918';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.fancybox-arrow {
  width: 58px;
  height: 58px;
  margin: 0;
  margin-top: -30px;
  background-color: #ffffff;
  opacity: 1 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.fancybox-arrow:disabled {
  opacity: 0 !important;
}
.fancybox-arrow:hover::after,
.fancybox-arrow:focus::after {
  color: #b80023;
}
.fancybox-arrow::after {
  content: '\e901';
  font-family: 'icomoon';
  font-size: 60px;
  line-height: 60px;
  color: #d20028;
  width: 60px;
  height: 60px;
  background: none !important;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.fancybox-arrow--left {
  left: 20px;
}
.fancybox-arrow--right {
  right: 20px;
}
/* sections */
section.white + section.white {
  padding-top: 0;
}
section.grey + section.grey {
  padding-top: 0;
}
/* section home sujet */
section.home-sujet {
  height: 100vh;
  min-height: 750px;
  background-color: #f6f6f5;
  margin-top: -90px;
  overflow: hidden;
}
section.home-sujet .container {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  position: relative;
}
section.home-sujet .logo {
  width: 200px;
  height: 116px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.home-sujet .title-wrapper {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 1;
  margin-top: -208px;
  text-align: center;
}
section.home-sujet .title-wrapper .title {
  width: 567px;
  height: 416px;
  margin-bottom: 50px;
}
section.home-sujet .title-wrapper .text {
  font-family: 'ButterflyBall';
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  color: #364979;
  margin-bottom: 15px;
}
section.home-sujet .title-wrapper .icon {
  font-size: 30px;
  line-height: 30px;
  color: #d20028;
}
section.home-sujet .image {
  width: 42%;
  height: 87%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 10%;
}
.home.scrolled section.home-sujet .logo {
  opacity: 0;
}
/* section blog teaser */
section.blog-teaser {
  height: 600px;
  overflow: hidden;
  background-color: #364979;
}
section.blog-teaser .blog-teaser-left {
  width: 33.33%;
  height: 100%;
  float: left;
  background-color: #364979;
  padding: 50px 20px;
  position: relative;
}
section.blog-teaser .blog-teaser-left .headline-wrapper {
  text-align: center;
}
section.blog-teaser .blog-teaser-left .headline-wrapper h2 {
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}
section.blog-teaser .blog-teaser-left .headline-wrapper h1 {
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
}
section.blog-teaser .blog-teaser-left .image {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 230px;
  bottom: 0;
  left: 0;
  right: 0;
}
section.blog-teaser .blog-teaser-right {
  width: 66.66%;
  height: 100%;
  float: right;
}
section.blog-teaser .carousel {
  height: 100%;
}
section.blog-teaser .carousel .carousel-inner {
  height: 100%;
}
section.blog-teaser .carousel .control-wrapper {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}
section.blog-teaser .carousel .control-wrapper .carousel-control {
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: 0;
  right: auto;
  top: auto;
  background: none;
  background-color: #ffffff;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.blog-teaser .carousel .control-wrapper .carousel-control:hover .icomoon,
section.blog-teaser .carousel .control-wrapper .carousel-control:focus .icomoon {
  color: #b80023;
}
section.blog-teaser .carousel .control-wrapper .carousel-control.left {
  left: 40px;
}
section.blog-teaser .carousel .control-wrapper .carousel-control.right {
  left: 130px;
}
section.blog-teaser .carousel .control-wrapper .carousel-control .icomoon {
  font-size: 60px;
  line-height: 60px;
  color: #d20028;
  display: block;
  margin: -1px 0 0 -1px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section.blog-teaser .carousel .control-wrapper .button {
  position: absolute;
  right: 40px;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section.blog-teaser .carousel .control-wrapper .button:hover,
section.blog-teaser .carousel .control-wrapper .button:focus {
  background-color: #d20028;
  color: #ffffff;
  opacity: 1;
}
section.blog-teaser .carousel .item {
  height: 100%;
}
section.blog-teaser .carousel .item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
section.blog-teaser .carousel .item .image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #364979;
  opacity: 0.6;
}
section.blog-teaser .carousel .item .text-wrapper {
  width: 50%;
  position: absolute;
  bottom: 140px;
  left: 0;
  padding-left: 40px;
}
section.blog-teaser .carousel .item .text-wrapper h3 {
  color: #ffffff;
  margin-bottom: 5px;
}
section.blog-teaser .carousel .item .text-wrapper h3 a {
  color: #ffffff;
}
section.blog-teaser .carousel .item .text-wrapper .text {
  color: #ffffff;
}
section.blog-teaser .carousel .item a.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #364979;
  opacity: 0.01;
}
/* carousel fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* section program teaser */
section.program-teaser {
  padding: 50px 0;
  overflow: hidden;
}
section.program-teaser .container {
  position: relative;
}
section.program-teaser .headline-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
section.program-teaser .teaser-list {
  font-size: 0;
  line-height: 0;
  margin: -25px -35px;
}
section.program-teaser .teaser-list .teaser-item-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 25px 35px;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-1 .image-wrapper .headline {
  right: 15%;
  bottom: 20px;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-1 .text {
  width: 60%;
  margin-top: 20px;
  float: right;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .image-wrapper,
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .image-wrapper {
  padding-bottom: 20px;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .image-wrapper img,
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .image-wrapper img {
  float: right;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .image-wrapper .headline,
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .image-wrapper .headline {
  right: 15%;
  bottom: 0;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .text,
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .text {
  width: 30%;
  padding-right: 20px;
  position: absolute;
  left: 0;
  bottom: 110px;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .image-wrapper img {
  float: right;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .image-wrapper .headline {
  bottom: 20px;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .text {
  width: 30%;
  padding-right: 30px;
  position: absolute;
  left: 10px;
  bottom: 120px;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper {
  overflow: hidden;
  position: relative;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper.hover img,
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper.hover .headline {
  opacity: 0.8;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper img {
  width: 70%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper .headline {
  display: block;
  font-family: 'ButterflyBall';
  font-size: 48px;
  line-height: 56px;
  font-weight: normal;
  color: #ffffff;
  white-space: nowrap;
  padding: 20px 25px 10px 25px;
  background-image: url('../images/headline-box.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .text {
  font-size: 16px;
  line-height: 24px;
}
section.program-teaser .button-wrapper {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
section.program-teaser .section-image {
  width: 36%;
  height: 480px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  right: 20px;
}
/* section teaser */
section.teaser {
  padding: 50px 0;
}
section.teaser.white {
  background-color: #ffffff;
}
section.teaser.grey {
  background-color: #f6f6f5;
}
section.teaser.big .teaser-list .teaser-item {
  width: 33.33%;
}
section.teaser .headline-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
section.teaser .teaser-list {
  font-size: 0;
  line-height: 0;
  margin: -20px;
  text-align: center;
}
section.teaser .teaser-list .teaser-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 20px;
  text-align: left;
}
section.teaser .teaser-list .teaser-item .image-wrapper {
  margin-bottom: 20px;
}
section.teaser .teaser-list .teaser-item .image-wrapper .image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.teaser .teaser-list .teaser-item .headline {
  margin-bottom: 5px;
}
section.teaser .teaser-list .teaser-item .headline a {
  color: #d20028;
}
section.teaser .teaser-list .teaser-item .headline a:hover,
section.teaser .teaser-list .teaser-item .headline a:focus {
  color: #364979;
}
section.teaser .teaser-list .teaser-item .text {
  font-size: 16px;
  line-height: 24px;
}
section.teaser .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
/* section news teaser */
section.news-teaser {
  padding: 50px 0;
}
section.news-teaser .container {
  position: relative;
}
section.news-teaser .container::after {
  content: '';
  width: 1px;
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: 40px;
  background-color: #e0e0dd;
  display: block;
}
section.news-teaser .headline-wrapper {
  margin-bottom: 40px;
  padding-left: 90px;
  padding-right: 25%;
}
section.news-teaser .news-list {
  width: 55%;
}
section.news-teaser .news-list .news-item {
  margin-bottom: 50px;
  padding-left: 90px;
  position: relative;
}
section.news-teaser .news-list .news-item:last-child {
  margin-bottom: 0;
}
section.news-teaser .news-list .news-item .date {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  padding: 10px 0;
}
section.news-teaser .news-list .news-item .date .day {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}
section.news-teaser .news-list .news-item .date .month {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
section.news-teaser .news-list .news-item .date .year {
  font-size: 18px;
  line-height: 18px;
}
section.news-teaser .news-list .news-item .dot {
  background-color: #d20028;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 1;
}
section.news-teaser .news-list .news-item .headline {
  margin-bottom: 5px;
}
section.news-teaser .news-list .news-item .headline a {
  color: #d20028;
}
section.news-teaser .news-list .news-item .headline a:hover,
section.news-teaser .news-list .news-item .headline a:focus {
  color: #364979;
}
section.news-teaser .button-wrapper {
  padding-left: 90px;
  margin-top: 50px;
}
section.news-teaser .paging-wrapper {
  padding-left: 90px;
  text-align: left;
}
section.news-teaser .section-image {
  width: 36%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: -50px;
  right: 20px;
}
section.news-teaser .section-image.top {
  top: 0;
  bottom: 0;
  background-position: right top;
}
/* section sujet */
section.sujet {
  height: 400px;
  background-color: #f6f6f5;
}
section.sujet .container {
  height: 100%;
  position: relative;
}
section.sujet .text-wrapper {
  display: table;
  width: 50%;
  height: 100%;
}
section.sujet .text-wrapper .text {
  display: table-cell;
  vertical-align: middle;
}
section.sujet .text-wrapper .text h1 {
  margin-bottom: 25px;
}
section.sujet .text-wrapper .text .subtitle {
  font-size: 28px;
  line-height: 32px;
}
section.sujet .section-image {
  width: 45%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 20px;
}
/* section text */
section.text {
  padding: 50px 0;
}
/* section image text */
section.image-text {
  padding: 50px 0;
}
section.image-text .image-wrapper {
  position: relative;
}
section.image-text .image-wrapper img {
  width: 100%;
  height: auto;
}
section.image-text .image-wrapper .caption {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
section.image-text .text-wrapper {
  padding-top: 40px;
}
/* section map text */
section.map-text {
  padding: 50px 0;
}
section.map-text .map-wrapper {
  position: relative;
  height: auto;
  padding-bottom: 100%;
}
section.map-text .map-wrapper .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.map-text .text-wrapper {
  padding-top: 40px;
}
/* section text image */
section.text-image {
  padding: 50px 0 50px 0;
}
section.text-image .text-box-wrapper {
  min-height: 430px;
  /* image height - negative vertical offset */
  margin-top: 50px;
}
section.text-image .text-box {
  padding: 50px;
  background-color: #f6f6f5;
  position: relative;
}
section.text-image .text-box .text-wrapper {
  width: 48.5%;
}
section.text-image .image-wrapper {
  position: absolute;
  top: -50px;
  right: 100px;
  width: 480px;
}
section.text-image .image-wrapper .inner-image-wrapper {
  position: relative;
}
section.text-image .image-wrapper .image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.text-image .image-wrapper .caption {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* section quote */
section.quote {
  padding: 50px 0;
  background-color: #364979;
  color: #ffffff;
}
section.quote.single .carousel {
  padding: 0 !important;
}
section.quote.single .carousel .item .text-wrapper {
  padding-bottom: 0 !important;
}
section.quote .carousel {
  padding: 0 100px;
}
section.quote .carousel .control-wrapper .carousel-control {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: auto;
  top: 50%;
  margin-top: -30px;
  background: none;
  background-color: #ffffff;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.quote .carousel .control-wrapper .carousel-control:hover .icomoon,
section.quote .carousel .control-wrapper .carousel-control:focus .icomoon {
  color: #b80023;
}
section.quote .carousel .control-wrapper .carousel-control.left {
  left: 0;
}
section.quote .carousel .control-wrapper .carousel-control.right {
  right: 0;
}
section.quote .carousel .control-wrapper .carousel-control .icomoon {
  font-size: 55px;
  line-height: 55px;
  color: #d20028;
  display: block;
  margin: 2px 0 0 0;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section.quote .carousel .carousel-indicators {
  bottom: -24px;
}
section.quote .carousel .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 3px;
  border: 0;
  background-color: #ffffff;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.quote .carousel .carousel-indicators li.active,
section.quote .carousel .carousel-indicators li:focus,
section.quote .carousel .carousel-indicators li:hover {
  opacity: 1;
}
section.quote .carousel .item {
  overflow: hidden;
}
section.quote .carousel .item.blue-slider .text-wrapper {
  padding-left: 0 !important;
}
section.quote .carousel .item.blue-slider .text-wrapper .text::after {
  display: none;
}
section.quote .carousel .item .image-wrapper {
  float: left;
  width: 310px;
}
section.quote .carousel .item .image-wrapper .image {
  width: 230px;
  height: 230px;
  border: 15px solid #ffffff;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.quote .carousel .item .text-wrapper {
  padding-left: 80px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
section.quote .carousel .item .text-wrapper .title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
section.quote .carousel .item .text-wrapper .text {
  font-size: 21px;
  line-height: 28px;
}
section.quote .carousel .item .text-wrapper .text::after {
  font-family: 'icomoon';
  font-size: 50px;
  line-height: 50px;
  content: '\e909';
  color: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
section.quote .carousel .item .text-wrapper .author {
  margin-top: 20px;
}
/* section accordion */
section.accordion {
  padding: 50px 0;
  background-color: #f6f6f5;
}
section.accordion .headline-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
section.accordion .panel-group {
  margin: 0;
}
section.accordion .panel-group .panel {
  border: 0;
  margin: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section.accordion .panel-group .panel:hover,
section.accordion .panel-group .panel:focus {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
section.accordion .panel-group .panel:last-child {
  margin-bottom: 0;
}
section.accordion .panel-group .panel .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
section.accordion .panel-group .panel .panel-heading .panel-title {
  font-size: 36px;
  line-height: 43px;
}
section.accordion .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 40px 50px 30px 100px;
  position: relative;
  color: #d20028 !important;
  background-color: #ffffff !important;
}
section.accordion .panel-group .panel .panel-heading .panel-title a .toggle-icon {
  font-size: 30px;
  line-height: 30px;
  color: #364979;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -15px;
}
section.accordion .panel-group .panel .panel-heading .panel-title a .toggle-icon .icomoon.collapsed {
  display: none;
}
section.accordion .panel-group .panel .panel-heading .panel-title a.collapsed .toggle-icon .icomoon {
  display: none;
}
section.accordion .panel-group .panel .panel-heading .panel-title a.collapsed .toggle-icon .icomoon.collapsed {
  display: block;
}
section.accordion .panel-group .panel .panel-body {
  border-top: 0;
  padding: 0 50px 50px 100px;
}
section.accordion .panel-group .panel .panel-body .media-text .media-wrapper {
  position: relative;
}
section.accordion .panel-group .panel .panel-body .media-text .media-wrapper img {
  width: 100%;
  height: auto;
}
section.accordion .panel-group .panel .panel-body .media-text .media-wrapper .caption {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* section content blog teaser */
section.content-blog-teaser {
  height: 600px;
  overflow: hidden;
  background-color: #f6f6f5;
}
section.content-blog-teaser.blue .blog-teaser-left {
  background-color: #364979;
}
section.content-blog-teaser.blue .blog-teaser-left .headline-wrapper h2 {
  color: #ffffff;
}
section.content-blog-teaser.blue .blog-teaser-left .headline-wrapper h1 {
  color: #ffffff;
}
section.content-blog-teaser.blue .blog-teaser-left .carousel .item .text-wrapper h3 a {
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.content-blog-teaser.blue .blog-teaser-left .carousel .item .text-wrapper h3 a:hover,
section.content-blog-teaser.blue .blog-teaser-left .carousel .item .text-wrapper h3 a:focus {
  color: #ffffff;
  opacity: 0.8;
}
section.content-blog-teaser.blue .blog-teaser-left .carousel .item .text-wrapper .text {
  color: #ffffff;
}
section.content-blog-teaser .blog-teaser-left {
  width: 33.33%;
  height: 100%;
  float: left;
  padding: 50px 20px;
  position: relative;
}
section.content-blog-teaser .blog-teaser-left .headline-wrapper {
  text-align: center;
}
section.content-blog-teaser .blog-teaser-left .headline-wrapper h2 {
  font-size: 32px;
  line-height: 32px;
  color: #364979;
  margin-bottom: 10px;
}
section.content-blog-teaser .blog-teaser-left .headline-wrapper h1 {
  font-size: 120px;
  line-height: 120px;
  color: #364979;
}
section.content-blog-teaser .blog-teaser-left .headline-wrapper h1.small {
  font-size: 110px;
  line-height: 110px;
}
section.content-blog-teaser .blog-teaser-left .carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.content-blog-teaser .blog-teaser-left .carousel .carousel-inner {
  height: 100%;
}
section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}
section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control {
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: 0;
  right: auto;
  top: auto;
  background: none;
  background-color: #ffffff;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control:hover .icomoon,
section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control:focus .icomoon {
  color: #b80023;
}
section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.left {
  left: 80px;
}
section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.right {
  left: 170px;
}
section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control .icomoon {
  font-size: 60px;
  line-height: 60px;
  color: #d20028;
  display: block;
  margin: -1px 0 0 -1px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section.content-blog-teaser .blog-teaser-left .carousel .item {
  height: 100%;
  padding: 40px 80px;
  padding-top: 230px;
}
section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper h3 {
  margin-bottom: 5px;
}
section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper h3 a {
  color: #d20028;
}
section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper h3 a:hover,
section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper h3 a:focus {
  color: #364979;
}
section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper .text {
  color: #364979;
}
section.content-blog-teaser .blog-teaser-right {
  width: 66.66%;
  height: 100%;
  float: right;
  position: relative;
}
section.content-blog-teaser .blog-teaser-right .carousel {
  height: 100%;
}
section.content-blog-teaser .blog-teaser-right .carousel .carousel-inner {
  height: 100%;
}
section.content-blog-teaser .blog-teaser-right .carousel .item {
  height: 100%;
}
section.content-blog-teaser .blog-teaser-right .carousel .item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
section.content-blog-teaser .blog-teaser-right .carousel .item .image-subtitle {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}
section.content-blog-teaser .blog-teaser-right .button {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
/* contact box */
.contact-box-list .contact-box-item {
  margin-bottom: 40px;
}
.contact-box-list .contact-box-item:last-child {
  margin-bottom: 0;
}
.contact-box {
  border: 1px solid #364979;
  padding: 30px;
  overflow: hidden;
}
.contact-box.horizontal .contact-box-image-wrapper {
  width: 200px;
  margin-right: 30px;
  float: left;
}
.contact-box.horizontal .contact-box-text-wrapper {
  overflow: hidden;
}
.contact-box.vertical .contact-box-image-wrapper {
  margin-bottom: 30px;
}
.contact-box .contact-box-image-wrapper .image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.contact-box .contact-box-text-wrapper .name-wrapper,
.contact-box .contact-box-text-wrapper .contact-wrapper {
  margin-bottom: 30px;
}
.contact-box .contact-box-text-wrapper .name-wrapper:last-child,
.contact-box .contact-box-text-wrapper .contact-wrapper:last-child {
  margin-bottom: 0;
}
.contact-box .contact-box-text-wrapper .name {
  font-weight: 700;
}
/* section text contact box */
section.text-contact-box {
  padding: 50px 0;
}
/* section projects */
section.projects {
  padding: 50px 0;
}
/* projects map */
.projects-map-wrapper {
  position: relative;
}
.projects-map-wrapper #projects-map {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 1;
}
.projects-map-wrapper .filter-box {
  width: 270px;
  background-color: #ffffff;
  border: 1px solid #364979;
  border-bottom: 0;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.projects-map-wrapper .filter-box .heading {
  border-bottom: 1px solid #364979;
}
.projects-map-wrapper .filter-box .heading .toggle {
  display: block;
  width: 100%;
  padding: 20px;
  padding-right: 60px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.projects-map-wrapper .filter-box .heading .toggle.collapsed .toggle-icon .icomoon {
  display: none;
}
.projects-map-wrapper .filter-box .heading .toggle.collapsed .toggle-icon .icomoon.collapsed {
  display: block;
}
.projects-map-wrapper .filter-box .heading .toggle .toggle-icon {
  font-size: 20px;
  line-height: 20px;
  color: #364979;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
.projects-map-wrapper .filter-box .heading .toggle .toggle-icon .icomoon.collapsed {
  display: none;
}
.projects-map-wrapper .filter-box .filters {
  padding: 20px;
  border-bottom: 1px solid #364979;
}
/* info window */
.info-window-shadow,
.info-window-box {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.info-window-inner {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #364979;
  padding: 22px 0 15px 16px;
  max-width: 300px;
}
.info-window-inner .title-wrapper {
  margin-bottom: 20px;
}
.info-window-inner .title-wrapper:last-child {
  margin-bottom: 0;
}
.info-window-inner .title-wrapper .title {
  font-weight: 700;
}
.info-window-inner .text p,
.info-window-inner .text ul,
.info-window-inner .text ol {
  margin-bottom: 20px;
}
.info-window-inner .text p:last-child,
.info-window-inner .text ul:last-child,
.info-window-inner .text ol:last-child {
  margin-bottom: 0;
}
/* section logos */
section.logos {
  padding: 50px 0;
  background-color: #f6f6f5;
}
section.logos .headline-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
section.logos .logo-list {
  font-size: 0;
  line-height: 0;
  margin: -20px;
}
section.logos .logo-list .logo-item-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  padding: 20px;
}
section.logos .logo-list .logo-item-wrapper .logo-item {
  background-color: #ffffff;
  padding: 15px;
}
section.logos .logo-list .logo-item-wrapper .logo-item .image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* section clown overview */
section.clown-overview {
  padding: 50px 0;
}
section.clown-overview .filter-wrapper {
  max-width: 480px;
  margin-bottom: 50px;
}
section.clown-overview .clown-list {
  font-size: 0;
  line-height: 0;
  margin: -20px;
}
section.clown-overview .clown-list .clown-item-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 20px;
}
section.clown-overview .clown-list .clown-item-wrapper a.clown-item {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
section.clown-overview .clown-list .clown-item-wrapper a.clown-item:hover,
section.clown-overview .clown-list .clown-item-wrapper a.clown-item:focus,
section.clown-overview .clown-list .clown-item-wrapper a.clown-item.hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.clown-overview .clown-list .clown-item-wrapper a.clown-item:hover .layer,
section.clown-overview .clown-list .clown-item-wrapper a.clown-item:focus .layer,
section.clown-overview .clown-list .clown-item-wrapper a.clown-item.hover .layer {
  opacity: 1;
}
section.clown-overview .clown-list .clown-item-wrapper a.clown-item .image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer {
  font-family: 'ButterflyBall';
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  background-color: rgba(54, 73, 121, 0.75);
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer .layer-inner-1 {
  display: table;
  width: 100%;
  height: 100%;
}
section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer .layer-inner-2 {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
/* section image */
section.image {
  padding: 50px 0;
}
section.image .image-wrapper {
  position: relative;
}
section.image .image-wrapper img {
  max-width: 100%;
  height: auto;
}
section.image .image-wrapper .caption {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* section gallery */
section.gallery {
  padding: 50px 0;
}
section.gallery .headline-wrapper {
  margin-bottom: 40px;
}
section.gallery .gallery-list {
  font-size: 0;
  line-height: 0;
  margin: -15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.gallery .gallery-list.initialized {
  opacity: 1;
}
section.gallery .gallery-list .gallery-item-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 15px;
}
section.gallery .gallery-list .gallery-item-wrapper .gallery-item img {
  width: 100%;
  height: auto;
}
/* section clown sujet */
section.clown-sujet {
  padding: 50px 0;
  background-color: #f6f6f5;
  position: relative;
}
section.clown-sujet .image-wrapper img {
  width: 100%;
  height: auto;
}
section.clown-sujet .text-wrapper {
  padding-top: 40px;
}
section.clown-sujet .text-wrapper h2 {
  margin-bottom: 30px;
}
section.clown-sujet .text-wrapper .name-wrapper .name {
  font-weight: 700;
}
section.clown-sujet .quote-wrapper {
  margin-top: 60px;
  padding-top: 40px;
  position: relative;
}
section.clown-sujet .quote-wrapper::after {
  font-family: 'icomoon';
  font-size: 30px;
  line-height: 30px;
  content: '\e909';
  color: #d20028;
  position: absolute;
  top: 0;
  left: 0;
}
section.clown-sujet .content-control {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
}
section.clown-sujet .content-control.prev {
  left: 0;
}
section.clown-sujet .content-control.prev a .text {
  left: 60px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
section.clown-sujet .content-control.next {
  right: 0;
}
section.clown-sujet .content-control.next a .text {
  right: 60px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
section.clown-sujet .content-control a {
  display: block;
  height: 60px;
  overflow: hidden;
}
section.clown-sujet .content-control a:hover .icon,
section.clown-sujet .content-control a:focus .icon {
  color: #b80023;
}
section.clown-sujet .content-control a:hover .text,
section.clown-sujet .content-control a:focus .text {
  background-color: #b80023;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
section.clown-sujet .content-control a .icon {
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #d20028;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section.clown-sujet .content-control a .text {
  display: block;
  color: #ffffff;
  background-color: #d20028;
  padding: 22px 20px 0 20px;
  font-family: 'ButterflyBall';
  font-size: 24px;
  height: 60px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* section clown overview back */
section.clown-overview-back {
  padding: 50px 0;
  text-align: center;
}
section.clown-overview-back a {
  font-size: 30px;
  line-height: 30px;
  color: #9e9e9b;
}
section.clown-overview-back a:hover,
section.clown-overview-back a:focus {
  color: #d20028;
}
/* section blog overview filter */
section.blog-overview-filter {
  padding: 50px 0;
}
section.blog-overview-filter .filter-wrapper {
  max-width: 480px;
}
/* section blog overview */
section.blog-overview {
  padding: 50px 0;
  background-color: #f6f6f5;
}
section.blog-overview .blog-list {
  font-size: 0;
  line-height: 0;
  margin: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
section.blog-overview .blog-list.initialized {
  opacity: 1;
}
section.blog-overview .blog-list .blog-item-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 20px;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item {
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .image-wrapper img {
  width: 100%;
  height: auto;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper {
  padding: 30px;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper h4 {
  margin-bottom: 10px;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper h4:last-child {
  margin-bottom: 0;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper h4 a {
  color: #d20028;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper h4 a:hover,
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper h4 a:focus {
  color: #364979;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper .text {
  margin-bottom: 20px;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper .text:last-child {
  margin-bottom: 0;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper .date {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper ul.categories {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0dd;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper ul.categories li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper ul.categories li:last-child {
  margin-bottom: 0;
}
section.blog-overview .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
/* section detail sujet */
section.detail-sujet {
  padding: 50px 0;
  background-color: #f6f6f5;
}
section.detail-sujet .image-wrapper img {
  width: 100%;
  height: auto;
}
section.detail-sujet .text-wrapper {
  padding-top: 40px;
}
/* section detail intro */
section.detail-intro {
  padding: 50px 0;
}
section.detail-intro .date {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.detail-intro .date:last-child {
  margin-bottom: 0;
}
section.detail-intro ul.categories {
  padding: 20px 0 15px 0;
  border-top: 1px solid #e0e0dd;
  border-bottom: 1px solid #e0e0dd;
}
section.detail-intro ul.categories li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 5px;
}
section.detail-intro ul.categories li:last-child {
  margin-bottom: 0;
}
section.detail-intro .intro {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 50px;
}
/* section team overview */
section.team-overview {
  padding: 50px 0;
}
section.team-overview h2,
section.team-overview h3 {
  margin-bottom: 30px;
}
section.team-overview .team-list {
  font-size: 0;
  line-height: 0;
  margin: -20px;
}
section.team-overview .team-list .team-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  overflow: hidden;
}
section.team-overview .team-list .team-item .team-image-wrapper {
  width: 170px;
  margin-right: 30px;
  float: left;
}
section.team-overview .team-list .team-item .team-image-wrapper .image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
section.team-overview .team-list .team-item .team-text-wrapper {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  overflow: hidden;
}
section.team-overview .team-list .team-item .team-text-wrapper .name-wrapper {
  margin-bottom: 30px;
}
section.team-overview .team-list .team-item .team-text-wrapper .name-wrapper:last-child {
  margin-bottom: 0;
}
section.team-overview .team-list .team-item .team-text-wrapper .contact-wrapper a {
  font-weight: 700;
}
/* section team detail */
section.team-detail {
  padding: 50px 0;
}
section.team-detail .team-detail-content {
  overflow: hidden;
}
section.team-detail .team-image-wrapper {
  width: 370px;
  margin-right: 40px;
  float: left;
}
section.team-detail .team-image-wrapper .image {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
section.team-detail .team-text-wrapper {
  overflow: hidden;
}
section.team-detail .team-text-wrapper .name-wrapper {
  margin-bottom: 30px;
}
section.team-detail .team-text-wrapper .name-wrapper:last-child {
  margin-bottom: 0;
}
section.team-detail .team-text-wrapper .name-wrapper h2 {
  margin-bottom: 15px;
}
section.team-detail .team-text-wrapper .name-wrapper h2:last-child {
  margin-bottom: 0;
}
section.team-detail .team-text-wrapper .contact-wrapper {
  margin-bottom: 30px;
}
section.team-detail .team-text-wrapper .contact-wrapper:last-child {
  margin-bottom: 0;
}
section.team-detail .team-text-wrapper .contact-wrapper a {
  font-weight: 700;
}
section.team-detail .text.desktop {
  display: block;
}
section.team-detail .text.mobile {
  display: none;
}
/* search */
section.search {
  padding: 50px 0;
}
section.search .search-result-text {
  margin-bottom: 30px;
}
section.search .search-result-list .search-result-item {
  padding: 30px 0;
  border-top: 1px solid #e0e0dd;
}
section.search .search-result-list .search-result-item:last-child {
  border-bottom: 1px solid #e0e0dd;
}
section.search .search-result-list .search-result-item h3 {
  margin-bottom: 20px;
}
section.search .search-result-list .search-result-item nav.breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
}
section.search .search-result-list .search-result-item nav.breadcrumb ul li a {
  font-weight: 300 !important;
}
/* paging */
.paging-wrapper {
  margin-top: 50px;
  text-align: center;
}
.paging-wrapper.top {
  margin-top: 0;
  margin-bottom: 50px;
}
.paging-wrapper .pages-wrapper {
  font-size: 0;
  line-height: 0;
  margin: -5px;
}
.paging-wrapper .pages-wrapper a.page {
  display: inline-block;
  margin: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 18px 25px;
  background-color: #9e9e9b;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.paging-wrapper .pages-wrapper a.page:hover,
.paging-wrapper .pages-wrapper a.page:focus {
  background-color: #757573;
}
.paging-wrapper .pages-wrapper a.page.active {
  background-color: #d20028;
  color: #ffffff;
}
.paging-wrapper .pages-wrapper a.page.active:hover,
.paging-wrapper .pages-wrapper a.page.active:focus {
  background-color: #b80023;
}
.paging-wrapper .pages-wrapper .ellipsis {
  display: inline-block;
  margin: 5px;
  font-size: 16px;
  line-height: 24px;
}
/* search paging */
div.tx-indexedsearch-browsebox {
  margin-top: 50px;
  text-align: center;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  font-size: 0;
  line-height: 0;
  margin: -5px;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 5px;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: #d20028;
  color: #ffffff;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:hover,
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:focus {
  background-color: #b80023;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 18px 25px;
  background-color: #9e9e9b;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox a:hover,
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox a:focus {
  background-color: #757573;
}
/* cookie notice */
.cookie-notice {
  position: absolute;
  top: 130px;
  right: 40px;
  z-index: 100;
  max-width: 500px;
  min-height: 110px;
  padding: 10px 80px 10px 110px;
  background-color: #d20028;
  color: #ffffff;
  font-family: 'ButterflyBall';
  font-size: 21px;
  line-height: 30px;
}
.cookie-notice img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -45px;
}
.cookie-notice a {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-notice button {
  padding: 5px 10px 0px 10px;
  background-color: #ffffff;
  color: #d20028;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.cookie-notice button:hover,
.cookie-notice button:focus {
  opacity: 0.8;
}
.home .cookie-notice {
  margin-top: -90px;
}
/* section donate teaser */
section.donate-teaser {
  padding: 100px 0;
  background-color: #ffffff;
}
section.donate-teaser.sk .radio-list .radio-item .radio input[type="number"] {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  padding: 10px 20px;
}
section.donate-teaser.pl .radio-list .radio-item .description {
  max-width: 200px;
}
section.donate-teaser.pl .field-list .field-item.donate-link {
  padding-left: 40px;
  padding-top: 19px;
}
section.donate-teaser.pl .field-list .field-item.donate-link a {
  font-weight: bold;
  text-decoration: underline;
}
section.donate-teaser .container {
  position: relative;
}
section.donate-teaser .headline-wrapper {
  text-align: left;
  margin-bottom: 60px;
}
section.donate-teaser .headline-wrapper .subline {
  font-size: 21px;
  line-height: 28px;
}
section.donate-teaser .section-image {
  width: 36%;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  bottom: -100px;
  right: 20px;
}
section.donate-teaser .radio-list {
  margin-bottom: 60px;
}
section.donate-teaser .radio-list.disabled {
  pointer-events: none;
  opacity: 0.5;
}
section.donate-teaser .radio-list .radio-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
section.donate-teaser .radio-list .radio-item:last-child {
  margin-right: 0;
}
section.donate-teaser .radio-list .radio-item .radio {
  margin-bottom: 15px;
}
section.donate-teaser .radio-list .radio-item .radio input[type=radio] + span.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
section.donate-teaser .radio-list .radio-item .radio label {
  padding: 0;
}
section.donate-teaser .radio-list .radio-item .radio .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 44px;
  line-height: 44px;
  font-weight: bold;
  position: relative;
}
section.donate-teaser .radio-list .radio-item .radio .text .currency {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: -16px;
}
section.donate-teaser .field-list .field-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
section.donate-teaser .field-list .field-item:last-child {
  margin-right: 0;
}
section.donate-teaser .field-list .field-item .switch {
  margin-top: 14px;
  margin-right: 30px;
}
section.donate-teaser .field-list .field-item input[type="number"] {
  padding: 18px 20px;
}
.home-country-cz header .logo-wrapper img,
.country-cz header .logo-wrapper img {
  width: 250px;
  height: 36px;
  margin-top: 5px;
}
.home-country-cz section.donate-teaser .radio-list .radio-item .radio .text .currency,
.country-cz section.donate-teaser .radio-list .radio-item .radio .text .currency {
  right: -36px;
}
.home-country-pl section.donate-teaser .radio-list .radio-item .radio .text .currency,
.country-pl section.donate-teaser .radio-list .radio-item .radio .text .currency {
  right: -24px;
}
/* share wrapper */
.share-wrapper {
  margin-top: 20px;
}
.share-wrapper:first-child {
  margin-top: 0;
}
.share-wrapper .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.share-wrapper ul {
  display: inline-block;
  vertical-align: middle;
}
.share-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.share-wrapper ul li:last-child {
  margin-right: 0;
}
.share-wrapper ul li a {
  color: #d20028;
}
.share-wrapper ul li a:hover,
.share-wrapper ul li a:focus {
  color: #b80023;
}
.share-wrapper ul li a .icomoon {
  font-size: 32px;
  line-height: 32px;
}
/* home video sujet */
section.home-video-sujet {
  height: 100vh;
  min-height: 750px;
  margin-top: -90px;
  position: relative;
}
section.home-video-sujet .text-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 120px;
  z-index: 1;
}
section.home-video-sujet .text-wrapper h1 {
  color: #ffffff;
  margin-bottom: 25px;
  max-width: 50%;
  -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
section.home-video-sujet .text-wrapper .subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  max-width: 50%;
  -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
section.home-video-sujet .text-wrapper .button {
  margin-top: 40px;
}
section.home-video-sujet .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.home-video-sujet .video video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* home news slider */
section.home-news-slider {
  height: 100vh;
  min-height: 750px;
  margin-top: -90px;
  position: relative;
}
section.home-news-slider .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.home-news-slider .carousel .carousel-inner {
  height: 100%;
}
section.home-news-slider .carousel .control-wrapper .carousel-control {
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: 0;
  right: auto;
  top: 50%;
  margin-top: -30px;
  background: none;
  background-color: #ffffff;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.home-news-slider .carousel .control-wrapper .carousel-control:hover .icomoon,
section.home-news-slider .carousel .control-wrapper .carousel-control:focus .icomoon {
  color: #b80023;
}
section.home-news-slider .carousel .control-wrapper .carousel-control.left {
  left: 40px;
}
section.home-news-slider .carousel .control-wrapper .carousel-control.right {
  right: 40px;
}
section.home-news-slider .carousel .control-wrapper .carousel-control .icomoon {
  font-size: 60px;
  line-height: 60px;
  color: #d20028;
  display: block;
  margin: -1px 0 0 -1px;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
section.home-news-slider .carousel .item {
  height: 100%;
}
section.home-news-slider .carousel .item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
section.home-news-slider .carousel .item .image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
section.home-news-slider .carousel .item .text-wrapper {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
}
section.home-news-slider .carousel .item .text-wrapper .container {
  padding: 0 50px;
}
section.home-news-slider .carousel .item .text-wrapper h1 {
  color: #ffffff;
  margin-bottom: 5px;
  max-width: 50%;
  -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
section.home-news-slider .carousel .item .text-wrapper h1 a {
  color: #ffffff;
}
section.home-news-slider .carousel .item .text-wrapper .text {
  color: #ffffff;
  max-width: 50%;
  -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
section.home-news-slider .carousel .item .text-wrapper .button {
  margin-top: 40px;
}
/* home facts */
section.home-facts {
  padding: 100px 0;
  background-color: #f6f6f5;
}
section.home-facts .headline-wrapper {
  margin-bottom: 40px;
}
section.home-facts .headline-wrapper:last-child {
  margin-bottom: 0;
}
section.home-facts .headline-wrapper.center {
  text-align: center;
}
section.home-facts .fact-list {
  font-size: 0;
  line-height: 0;
  margin: -50px;
}
section.home-facts .fact-list .fact-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.33%;
  padding: 50px;
}
section.home-facts .fact-list .fact-item .icon-wrapper {
  margin-bottom: 35px;
}
section.home-facts .fact-list .fact-item .icon-wrapper .icon {
  display: inline-block;
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.home-facts .fact-list .fact-item .icon-wrapper .icon img {
  width: 170px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -85px;
}
section.home-facts .fact-list .fact-item .number {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  color: #d20028;
  margin-bottom: 15px;
}
section.home-facts .fact-list .fact-item .number:last-child {
  margin-bottom: 0;
}
section.home-facts .fact-list .fact-item .text {
  font-size: 24px;
  line-height: 28px;
  color: #364979;
}
/* headline alternative font */
.headline-alt {
  /* typography */
  /* section home sujet */
  /* section program teaser */
  /* section clown overview */
  /* section clown sujet */
  /* cookie notice */
  /* footer */
  /* other elements */
}
.headline-alt h1,
.headline-alt h2,
.headline-alt h3,
.headline-alt h4,
.headline-alt h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.headline-alt h1 {
  font-size: 56px;
  line-height: 68px;
}
.headline-alt h2 {
  font-size: 44px;
  line-height: 52px;
}
.headline-alt h3 {
  font-size: 32px;
  line-height: 39px;
}
.headline-alt h4 {
  font-size: 22px;
  line-height: 26px;
}
.headline-alt section.home-sujet .title-wrapper .text {
  font-family: 'Open Sans', sans-serif;
}
.headline-alt section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper .headline {
  font-family: 'Open Sans', sans-serif;
}
.headline-alt section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer {
  font-family: 'Open Sans', sans-serif;
}
.headline-alt section.clown-sujet .content-control a .text {
  font-family: 'Open Sans', sans-serif;
}
.headline-alt .cookie-notice {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.headline-alt .cookie-notice button {
  padding: 5px 10px;
}
.headline-alt footer .footer-top .footer-top-list .footer-top-item h4 {
  font-size: 21px;
  line-height: 24px;
}
.headline-alt section.home-sujet .title-wrapper .text {
  font-weight: bold;
}
.headline-alt section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper .headline {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}
.headline-alt section.accordion .panel-group .panel .panel-heading .panel-title {
  font-size: 28px;
  line-height: 32px;
}
.headline-alt section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer {
  font-weight: bold;
}
.headline-alt #xmasmodal .content-wrapper .text-wrapper .text,
.headline-alt #xmasmodal .content-wrapper .button-wrapper .button {
  font-family: 'Open Sans', sans-serif;
}
/* arabic */
.arabic {
  /* general */
  font-family: 'Open Sans', sans-serif !important;
  direction: rtl;
  text-align: right;
  /* section donate teaser */
  /* section blog teaser */
  /* section program teaser */
  /* teaser */
  /* news teaser */
  /* footer */
}
.arabic .dropdown-menu {
  text-align: right;
}
.arabic .navbar #main-navigation > ul > li.language-switch {
  float: right;
}
.arabic section.donate-teaser .headline-wrapper {
  text-align: right;
}
.arabic section.donate-teaser .section-image {
  background-position: left bottom;
  left: 20px;
  right: auto;
}
.arabic section.donate-teaser .radio-list .radio-item {
  margin-right: 0;
  margin-left: 60px;
}
.arabic section.donate-teaser .radio-list .radio-item:last-child {
  margin-left: 0;
}
.arabic section.donate-teaser .radio-list .radio-item .radio input[type=radio] + span.icon {
  margin-right: 0;
  margin-left: 20px;
}
.arabic section.donate-teaser .field-list .field-item {
  margin-right: 0;
  margin-left: 20px;
}
.arabic section.donate-teaser .field-list .field-item:last-child {
  margin-left: 0;
}
.arabic section.blog-teaser .blog-teaser-left {
  float: right;
}
.arabic section.blog-teaser .blog-teaser-right {
  float: left;
}
.arabic section.blog-teaser .carousel .control-wrapper {
  left: auto;
  right: 0;
}
.arabic section.blog-teaser .carousel .control-wrapper .carousel-control.left {
  left: auto;
  right: 120px;
}
.arabic section.blog-teaser .carousel .control-wrapper .carousel-control.right {
  left: auto;
  right: 40px;
}
.arabic section.blog-teaser .carousel .control-wrapper .button {
  right: auto;
  left: 40px;
}
.arabic section.blog-teaser .carousel .item .text-wrapper {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 40px;
}
.arabic section.program-teaser {
  text-align: left;
}
.arabic section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-1 .text {
  float: left;
}
.arabic section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .image-wrapper .headline {
  left: 0;
}
.arabic section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .text {
  text-align: right;
}
.arabic section.teaser .teaser-list .teaser-item {
  text-align: right;
}
.arabic section.news-teaser .container::after {
  left: auto;
  right: 40px;
}
.arabic section.news-teaser .headline-wrapper {
  padding-right: 90px;
  padding-left: 25%;
}
.arabic section.news-teaser .news-list .news-item {
  padding-left: 0;
  padding-right: 90px;
}
.arabic section.news-teaser .news-list .news-item .date {
  left: auto;
  right: 0;
}
.arabic section.news-teaser .button-wrapper {
  padding-left: 0;
  padding-right: 90px;
}
.arabic section.news-teaser .paging-wrapper {
  padding-left: 0;
  padding-right: 90px;
  text-align: right;
}
.arabic section.news-teaser .section-image {
  right: auto;
  left: 20px;
}
.arabic footer .footer-top .footer-top-list .footer-top-item ul.icon-list li {
  padding-left: 0;
  padding-right: 50px;
}
.arabic footer .footer-top .footer-top-list .footer-top-item ul.icon-list li .icomoon {
  left: auto;
  right: 0;
}
.arabic footer .footer-top .footer-top-list .footer-top-item form {
  padding-right: 0;
  padding-left: 120px;
}
.arabic footer .footer-top .footer-top-list .footer-top-item form button {
  right: auto;
  left: 0;
}
.arabic footer .footer-bottom ul.footer-info {
  text-align: left;
}
.arabic footer .footer-bottom nav.meta ul li {
  padding-right: 0;
  margin-right: 0;
  padding-left: 20px;
  margin-left: 20px;
}
.arabic footer .footer-bottom nav.meta ul li::after {
  right: auto;
  left: -2px;
}
.arabic footer .footer-bottom nav.meta ul li:last-child {
  padding-left: 0;
  margin-left: 0;
}
.arabic nav.mobile .search-wrapper button {
  right: auto;
  left: 20px;
}
.arabic section.sujet .section-image {
  background-position: left bottom;
  right: auto;
  left: 20px;
}
.arabic .content-area ul:not([id]):not([class]) {
  text-align: right;
}
.arabic .content-area ul:not([id]):not([class]) li {
  padding-left: 0;
  padding-right: 30px;
}
.arabic .content-area ul:not([id]):not([class]) li::before {
  left: auto;
  right: 0;
}
.arabic .content-area ol:not([id]):not([class]) {
  text-align: right;
}
.arabic .content-area ol:not([id]):not([class]) li {
  padding-left: 0;
  padding-right: 30px;
}
.arabic .content-area ol:not([id]):not([class]) li::before {
  left: auto;
  right: 0;
}
.arabic .content-area ul.separated li {
  padding-right: 35px;
  padding-left: 0;
}
.arabic .content-area ul.separated li::before {
  left: auto;
  right: 5px;
}
.arabic section.text-image .image-wrapper {
  left: 100px;
  right: auto;
}
.arabic section.content-blog-teaser .blog-teaser-left {
  float: right;
}
.arabic section.content-blog-teaser .blog-teaser-right {
  float: left;
}
.arabic section.quote .carousel .item .text-wrapper {
  padding-left: 0;
  padding-right: 80px;
}
.arabic section.quote .carousel .item .text-wrapper .text::after {
  left: auto;
  right: 0;
}
.arabic section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.left {
  left: auto;
  right: 170px;
}
.arabic section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.right {
  left: auto;
  right: 80px;
}
.arabic .checkbox label {
  padding-right: 50px;
  padding-lefet: 0;
}
.arabic input[type=checkbox] + span.icon {
  left: auto;
  right: 0;
}
.arabic .radio label {
  padding-right: 50px;
  padding-lefet: 0;
}
.arabic input[type=radio] + span.icon {
  left: auto;
  right: 0;
}
.arabic .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: right;
}
.arabic .contact-box.horizontal .contact-box-image-wrapper {
  margin-right: 0;
  margin-left: 30px;
  float: right;
}
.arabic .projects-map-wrapper .filter-box .heading .toggle {
  text-align: right;
}
.arabic .cookie-notice button {
  padding-bottom: 5px;
}
.arabic section.clown-sujet .quote-wrapper::after {
  left: auto;
  right: 0;
}
.arabic section.detail-intro ul.categories li {
  margin-right: 0;
  margin-left: 20px;
}
.arabic section.detail-intro ul.categories li:last-child {
  margin-left: 0;
}
.arabic .share-wrapper .text {
  margin-right: 0;
  margin-left: 10px;
}
.arabic section.team-overview .team-list .team-item .team-image-wrapper {
  margin-right: 0;
  margin-left: 30px;
  float: right;
}
.arabic section.team-detail .team-image-wrapper {
  margin-right: 0;
  margin-left: 40px;
  float: right;
}
.arabic nav.breadcrumb ul li::after {
  content: '\e913';
}
.arabic section.content-blog-teaser .blog-teaser-right .button {
  right: auto;
  left: 40px;
}
/* disable tel link */
.disable-tel {
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: none;
}
/* xmas modal */
#xmasmodal {
  padding: 0 20px !important;
}
#xmasmodal .modal-dialog {
  width: 100%;
  max-width: 820px;
}
#xmasmodal .modal-content {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#xmasmodal .image-wrapper img {
  width: 100%;
  height: auto;
}
#xmasmodal .content-wrapper {
  padding: 30px;
  text-align: center;
}
#xmasmodal .content-wrapper .text-wrapper {
  display: inline-block;
  max-width: 630px;
  padding-left: 110px;
  margin-bottom: 25px;
  position: relative;
}
#xmasmodal .content-wrapper .text-wrapper .icon {
  font-size: 74px;
  line-height: 74px;
  color: #d20028;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -37px;
}
#xmasmodal .content-wrapper .text-wrapper .text {
  font-family: 'ButterflyBall';
  font-size: 25px;
  line-height: 34px;
  color: #d20028;
  text-align: left;
  hyphens: auto;
}
#xmasmodal .content-wrapper .text-wrapper .text a {
  text-decoration: underline;
}
#xmasmodal .content-wrapper .button-wrapper {
  text-align: center;
}
#xmasmodal .content-wrapper .button-wrapper .button {
  font-family: 'ButterflyBall';
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: normal;
  text-transform: none;
  padding: 2px 20px 2px 20px;
  opacity: 1;
  text-shadow: none;
}
#xmasmodal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #d20028;
  font-size: 20px;
  line-height: 20px;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
#xmasmodal .close:hover {
  color: #b80023;
}
.newsletter-description {
  font-size: 14px;
  margin-top: 15px;
}
.newsletter-form-wrapper input[type="text"],
.newsletter-form-wrapper .bootstrap-select {
  margin-bottom: 20px;
}
.newsletter-form-wrapper input[type="button"] {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 18px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-color: #364979;
  color: #ffffff;
}
.newsletter-form-wrapper input[type="button"]:hover,
.newsletter-form-wrapper input[type="button"]:focus {
  background-color: #273457;
}
.d-none {
  display: none !important;
}
div#modal-cookie-notice {
  padding-right: 0 !important;
}
div#modal-cookie-notice.in .modal-dialog {
  transform: translate(0, -50%);
}
div#modal-cookie-notice button {
  color: #ffffff;
  background-color: #d20028;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
}
div#modal-cookie-notice button:hover {
  background-color: #b80023;
}
div#modal-cookie-notice .modal-dialog {
  max-width: 800px;
  width: auto;
  top: 50%;
}
div#modal-cookie-notice .modal-dialog .modal-content {
  padding: 90px 65px 45px 100px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
div#modal-cookie-notice .modal-dialog .modal-content img.cookie-logo {
  position: absolute;
  max-width: 85px;
  max-height: 85px;
  left: 20px;
  top: 20px;
}
div#modal-cookie-notice .modal-dialog .modal-content .content-area p {
  font-size: 18px;
  line-height: 24px;
}
div#modal-cookie-notice .modal-dialog .modal-content .content-area a {
  font-size: 18px;
  line-height: 24px;
  color: #273457;
  text-decoration: underline;
  font-weight: normal;
}
div#modal-cookie-notice .modal-dialog .modal-content .content-area.small p {
  font-size: 115%;
}
div#modal-cookie-notice .modal-dialog .modal-content .start-wrapper .button-wrapper {
  padding-top: 25px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .content-area ul li {
  padding-left: 0px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .content-area ul li:before {
  display: none;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .text + .text {
  padding-top: 15px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check {
  position: relative;
  padding-bottom: 15px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label {
  padding-left: 70px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label input:checked + .slider:before {
  transform: translateX(26px);
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label input:disabled + .slider {
  opacity: 0.5;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label .slider {
  width: 52px;
  height: 26px;
  top: 4px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label .slider:before {
  height: 26px;
  width: 26px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label a {
  padding-left: 10px;
  padding-right: 20px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label a span.dropdown-arrow {
  position: relative;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label a span.dropdown-arrow:before {
  position: absolute;
  content: "\e904";
  transform: rotate(0);
  transition: 0.3s ease;
  top: 2px;
  color: #273457;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label a.collapsed span.dropdown-arrow:before {
  transform: rotate(-90deg);
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch a {
  padding-left: 10px;
  padding-right: 20px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch a span.dropdown-arrow {
  position: relative;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch a span.dropdown-arrow:before {
  position: absolute;
  content: "\e904";
  transform: rotate(0);
  transition: 0.3s ease;
  top: 2px;
  color: #273457;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch a.collapsed span.dropdown-arrow:before {
  transform: rotate(-90deg);
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .info-wrapper {
  padding-left: 25px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .info-wrapper .content-area {
  padding-left: 45px;
  margin-bottom: 10px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .detail-list {
  position: relative;
  padding-left: 25px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .detail-list .detail {
  position: relative;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .detail-list .detail label {
  padding-left: 45px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .detail-list .detail label .icon {
  width: 26px;
  height: 26px;
}
div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .detail-list .detail label .icon:before {
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}
.content-blog-teaser .image-subtitle {
  background-color: #ffffff;
}
.image-subtitle {
  padding: 10px;
  background-color: #f6f6f5;
}
.image-subtitle .content-area {
  font-size: 85%;
  font-weight: 600;
}
/* mediaqueries */
@media (max-width: 1600px) {
  /* main navigation */
  .navbar #main-navigation.narrow > ul > li {
    margin-right: 15px;
  }
  .navbar #main-navigation > ul > li {
    margin-right: 30px;
  }
  header .search-wrapper {
    padding-right: 30px;
  }
  /* section home sujet */
  section.home-sujet .title-wrapper {
    margin-top: -173px;
  }
  section.home-sujet .title-wrapper .title {
    width: 470px;
    height: 346px;
  }
  /* section content blog teaser */
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.left {
    left: 40px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.right {
    left: 130px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .item {
    padding: 40px;
    padding-top: 230px;
  }
}
@media (max-width: 1500px) {
  .home-country-de .navbar #main-navigation > ul > li,
  .country-de .navbar #main-navigation > ul > li {
    margin-right: 15px;
  }
}
@media (max-width: 1367px) {
  /* typography */
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
  h2 {
    font-size: 42px;
    line-height: 50px;
  }
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
  h5 {
    font-size: 24px;
    line-height: 28px;
  }
  /* grid */
  .container {
    max-width: 1000px;
  }
  /* header */
  header {
    height: 75px;
  }
  header .logo-wrapper {
    padding: 18px 0 0 40px;
  }
  header .logo-wrapper img {
    width: 170px;
    height: 41px;
  }
  header .search-wrapper .search-toggle {
    line-height: 75px;
  }
  header .button-wrapper .button {
    line-height: 75px;
  }
  main {
    padding-top: 75px;
  }
  /* main navigation */
  .navbar #main-navigation > ul > li {
    font-size: 14px;
    line-height: 75px;
    /* dropdown menu */
  }
  .navbar #main-navigation > ul > li.dropdown ul.dropdown-menu:not(.mega) > li > a {
    font-size: 14px;
    line-height: 21px;
    padding: 15px 20px;
  }
  .navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega {
    font-size: 14px;
    line-height: 21px;
  }
  .navbar #main-navigation > ul > li.dropdown ul.dropdown-menu.mega .separator:nth-child(2) {
    left: 355px;
  }
  /* mobile navigation */
  nav.mobile .search-wrapper input[type="search"] {
    font-size: 14px;
  }
  nav.mobile > ul > li {
    font-size: 14px;
    /* dropdown menu */
  }
  nav.mobile > ul > li.dropdown ul.dropdown-menu > li > a {
    font-size: 14px;
    line-height: 21px;
  }
  /* footer */
  footer {
    font-size: 14px;
    line-height: 18px;
  }
  footer .footer-top .footer-top-list .footer-top-item {
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-top .footer-top-list .footer-top-item h4 {
    font-size: 21px;
    line-height: 25px;
  }
  footer .footer-top .footer-top-list .footer-top-item form {
    padding-right: 114px;
  }
  footer .footer-top .footer-top-list .footer-top-item form button {
    width: 104px;
    height: 104px;
  }
  /* breadcrumb */
  nav.breadcrumb {
    font-size: 14px;
    line-height: 18px;
  }
  /* content styles */
  .content-area p.headline-label {
    font-size: 14px;
    line-height: 18px;
  }
  /* forms */
  label {
    font-size: 14px;
    line-height: 21px;
  }
  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  textarea {
    font-size: 14px;
    line-height: 21px;
  }
  .bootstrap-select > .dropdown-toggle {
    font-size: 14px;
    line-height: 21px;
  }
  .bootstrap-select .dropdown-menu {
    font-size: 14px;
    line-height: 21px;
  }
  /* checkbox */
  .checkbox label {
    padding: 5px 0 5px 50px;
  }
  /* radio button */
  .radio label {
    padding: 5px 0 5px 50px;
  }
  /* switch */
  .switch label {
    padding: 5px 0 5px 90px;
  }
  /* buttons */
  .button {
    font-size: 14px;
    line-height: 21px;
    padding: 14px 20px;
  }
  .newsletter-form-wrapper input[type="button"] {
    font-size: 14px;
    line-height: 21px;
    padding: 14px 20px;
  }
  footer .footer-top .footer-top-list .footer-top-item form.newsletter-narrow button {
    width: 47px;
    height: 47px;
  }
  /* fancybox */
  .fancybox-caption {
    font-size: 16px;
    line-height: 24px;
  }
  .fancybox-button {
    width: 50px;
    height: 50px;
  }
  .fancybox-arrow {
    width: 48px;
    height: 48px;
    margin-top: -25px;
  }
  .fancybox-arrow::after {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  /* section home sujet */
  section.home-sujet {
    min-height: 580px;
    margin-top: -75px;
  }
  section.home-sujet .logo {
    width: 150px;
    height: 88px;
  }
  section.home-sujet .title-wrapper {
    left: 10%;
    margin-top: -148px;
  }
  section.home-sujet .title-wrapper .title {
    width: 400px;
    height: 296px;
    margin-bottom: 40px;
  }
  section.home-sujet .title-wrapper .text {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  section.home-sujet .title-wrapper .icon {
    font-size: 20px;
    line-height: 20px;
  }
  section.home-sujet .image {
    width: 45%;
    height: 87%;
    bottom: 0;
    right: 10%;
  }
  /* section blog teaser */
  section.blog-teaser {
    height: 480px;
  }
  section.blog-teaser .blog-teaser-left {
    padding: 40px 20px;
  }
  section.blog-teaser .blog-teaser-left .headline-wrapper h2 {
    font-size: 24px;
    line-height: 24px;
  }
  section.blog-teaser .blog-teaser-left .headline-wrapper h1 {
    font-size: 96px;
    line-height: 96px;
  }
  section.blog-teaser .blog-teaser-left .image {
    top: 180px;
  }
  section.blog-teaser .carousel .control-wrapper .carousel-control {
    width: 48px;
    height: 48px;
  }
  section.blog-teaser .carousel .control-wrapper .carousel-control.right {
    left: 110px;
  }
  section.blog-teaser .carousel .control-wrapper .carousel-control .icomoon {
    font-size: 50px;
    line-height: 50px;
  }
  section.blog-teaser .carousel .item .text-wrapper {
    bottom: 130px;
  }
  /* section program teaser */
  section.program-teaser .teaser-list {
    margin: -20px -25px;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper {
    padding: 20px 25px;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper .headline {
    font-size: 42px;
    line-height: 50px;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .text {
    font-size: 16px;
    line-height: 24px;
  }
  section.program-teaser .section-image {
    height: 420px;
  }
  /* section teaser */
  section.teaser .teaser-list .teaser-item .headline h3 {
    font-size: 24px;
    line-height: 28px;
  }
  section.teaser .teaser-list .teaser-item .text {
    font-size: 16px;
    line-height: 24px;
  }
  /* section news teaser */
  section.news-teaser .headline-wrapper {
    padding-left: 80px;
  }
  section.news-teaser .news-list {
    width: 55%;
  }
  section.news-teaser .news-list .news-item {
    padding-left: 80px;
  }
  section.news-teaser .news-list .news-item .date .day {
    font-size: 18px;
    line-height: 18px;
  }
  section.news-teaser .news-list .news-item .date .month {
    font-size: 14px;
    line-height: 14px;
  }
  section.news-teaser .news-list .news-item .date .year {
    font-size: 14px;
    line-height: 14px;
  }
  section.news-teaser .button-wrapper {
    padding-left: 80px;
  }
  section.news-teaser .paging-wrapper {
    padding-left: 80px;
  }
  section.news-teaser .section-image {
    width: 38%;
  }
  /* section sujet */
  section.sujet {
    height: 350px;
  }
  section.sujet .text-wrapper .text h1 {
    margin-bottom: 10px;
  }
  section.sujet .text-wrapper .text .subtitle {
    font-size: 24px;
    line-height: 28px;
  }
  /* section image text */
  section.image-text .image-wrapper .caption {
    font-size: 12px;
    line-height: 16px;
  }
  /* section text image */
  section.text-image .text-box-wrapper {
    min-height: 330px;
    /* image height - negative vertical offset */
  }
  section.text-image .text-box {
    padding: 40px;
  }
  section.text-image .text-box .text-wrapper {
    width: 48.5%;
  }
  section.text-image .image-wrapper {
    right: 80px;
    width: 380px;
  }
  section.text-image .image-wrapper .caption {
    font-size: 14px;
    line-height: 18px;
  }
  /* section quote */
  section.quote .carousel {
    padding: 0 80px;
  }
  section.quote .carousel .control-wrapper .carousel-control {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  section.quote .carousel .control-wrapper .carousel-control .icomoon {
    font-size: 46px;
    line-height: 46px;
    margin: 2px 0 0 0;
  }
  section.quote .carousel .item .image-wrapper {
    width: 250px;
  }
  section.quote .carousel .item .image-wrapper .image {
    width: 180px;
    height: 180px;
    border: 10px solid #ffffff;
  }
  section.quote .carousel .item .text-wrapper .text {
    font-size: 18px;
    line-height: 24px;
  }
  /* section accordion */
  section.accordion .panel-group .panel .panel-heading .panel-title {
    font-size: 32px;
    line-height: 38px;
  }
  section.accordion .panel-group .panel .panel-heading .panel-title a {
    padding: 25px 40px 15px 80px;
  }
  section.accordion .panel-group .panel .panel-heading .panel-title a .toggle-icon {
    font-size: 24px;
    line-height: 24px;
    left: 30px;
    margin-top: -12px;
  }
  section.accordion .panel-group .panel .panel-body {
    padding: 0 30px 30px 80px;
  }
  section.accordion .panel-group .panel .panel-body .media-text .media-wrapper .caption {
    font-size: 14px;
    line-height: 18px;
  }
  /* section content blog teaser */
  section.content-blog-teaser {
    height: 480px;
  }
  section.content-blog-teaser.blue .blog-teaser-left .carousel .item .text-wrapper::after {
    background-image: -webkit-linear-gradient(top, rgba(55, 73, 121, 0), #374979);
    background-image: -moz-linear-gradient(top, rgba(55, 73, 121, 0), #374979);
    background-image: -o-linear-gradient(top, rgba(55, 73, 121, 0), #374979);
    background-image: -ms-linear-gradient(top, rgba(55, 73, 121, 0), #374979);
    background-image: linear-gradient(top, rgba(55, 73, 121, 0), #374979);
  }
  section.content-blog-teaser .blog-teaser-left {
    padding: 40px 20px;
  }
  section.content-blog-teaser .blog-teaser-left .headline-wrapper h2 {
    font-size: 24px;
    line-height: 24px;
  }
  section.content-blog-teaser .blog-teaser-left .headline-wrapper h1 {
    font-size: 96px;
    line-height: 96px;
  }
  section.content-blog-teaser .blog-teaser-left .headline-wrapper h1.small {
    font-size: 76px;
    line-height: 76px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control {
    width: 48px;
    height: 48px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.right {
    left: 110px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control .icomoon {
    font-size: 50px;
    line-height: 50px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .item {
    padding-top: 190px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper {
    height: 170px;
    overflow: hidden;
    position: relative;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper::after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(246, 246, 245, 0), #f6f6f5);
    background-image: -moz-linear-gradient(top, rgba(246, 246, 245, 0), #f6f6f5);
    background-image: -o-linear-gradient(top, rgba(246, 246, 245, 0), #f6f6f5);
    background-image: -ms-linear-gradient(top, rgba(246, 246, 245, 0), #f6f6f5);
    background-image: linear-gradient(top, rgba(246, 246, 245, 0), #f6f6f5);
  }
  /* info window */
  .info-window-inner {
    font-size: 14px;
    line-height: 18px;
  }
  /* section clown overview */
  section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer {
    font-size: 24px;
    line-height: 28px;
  }
  /* section image */
  section.image .image-wrapper .caption {
    font-size: 14px;
    line-height: 18px;
  }
  /* section gallery */
  section.gallery .gallery-list .gallery-item-wrapper {
    width: 33.33%;
  }
  /* section clown sujet */
  section.clown-sujet .text-wrapper {
    padding-top: 0;
  }
  section.clown-sujet .text-wrapper h2 {
    margin-bottom: 20px;
  }
  section.clown-sujet .quote-wrapper {
    margin-top: 40px;
  }
  section.clown-sujet .content-control {
    margin-top: -25px;
  }
  section.clown-sujet .content-control.prev a .text {
    left: 50px;
  }
  section.clown-sujet .content-control.next a .text {
    right: 50px;
  }
  section.clown-sujet .content-control a {
    height: 50px;
  }
  section.clown-sujet .content-control a .icon {
    font-size: 50px;
    line-height: 50px;
  }
  section.clown-sujet .content-control a .text {
    padding: 17px 20px 0 20px;
    font-size: 24px;
    height: 50px;
  }
  /* section blog overview */
  section.blog-overview .blog-list {
    margin: -15px;
  }
  section.blog-overview .blog-list .blog-item-wrapper {
    padding: 15px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item {
    font-size: 16px;
    line-height: 24px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper {
    padding: 20px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper .date {
    font-size: 14px;
    line-height: 18px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper ul.categories li {
    font-size: 14px;
    line-height: 18px;
  }
  /* section detail sujet */
  section.detail-sujet .text-wrapper {
    padding-top: 0;
  }
  /* section detail intro */
  section.detail-intro .date {
    font-size: 14px;
    line-height: 18px;
  }
  section.detail-intro ul.categories li {
    font-size: 14px;
    line-height: 18px;
  }
  section.detail-intro .intro {
    font-size: 18px;
    line-height: 24px;
  }
  /* section team overview */
  section.team-overview .team-list .team-item .team-image-wrapper {
    width: 150px;
  }
  section.team-overview .team-list .team-item .team-text-wrapper {
    font-size: 14px;
    line-height: 18px;
  }
  /* section team detail */
  section.team-detail .team-image-wrapper {
    width: 300px;
    margin-right: 30px;
  }
  /* paging */
  .paging-wrapper .pages-wrapper a.page {
    font-size: 14px;
    line-height: 21px;
    padding: 14px 20px;
  }
  /* search paging */
  div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox a {
    font-size: 14px;
    line-height: 21px;
    padding: 14px 20px;
  }
  /* cookie notice */
  .cookie-notice {
    top: 115px;
    max-width: 400px;
    min-height: 92px;
    padding: 10px 70px 10px 92px;
    font-size: 16px;
    line-height: 24px;
  }
  .cookie-notice img {
    width: 72px;
    height: 72px;
    margin-top: -36px;
  }
  .home .cookie-notice {
    margin-top: -75px;
  }
  /* section donate teaser */
  section.donate-teaser {
    padding: 70px 0;
  }
  section.donate-teaser.sk .radio-list .radio-item .radio input[type="number"] {
    width: 160px;
    padding: 12px 20px 11px 20px;
  }
  section.donate-teaser.pl .field-list .field-item.donate-link {
    padding-left: 30px;
    padding-top: 13px;
  }
  section.donate-teaser .col-md-8 {
    width: 76%;
  }
  section.donate-teaser .headline-wrapper .subline {
    font-size: 18px;
    line-height: 24px;
  }
  section.donate-teaser .radio-list .radio-item {
    margin-right: 50px;
  }
  section.donate-teaser .section-image {
    width: 24%;
    bottom: -70px;
  }
  section.donate-teaser .field-list .field-item .switch {
    margin-top: 10px;
  }
  section.donate-teaser .field-list .field-item input[type="number"] {
    padding: 14px 20px;
  }
  /* home video sujet */
  section.home-video-sujet {
    min-height: 580px;
    margin-top: -75px;
  }
  section.home-video-sujet .text-wrapper {
    bottom: 120px;
  }
  section.home-video-sujet .text-wrapper h1 {
    margin-bottom: 10px;
  }
  section.home-video-sujet .text-wrapper .subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
  }
  /* home news slider */
  section.home-news-slider {
    min-height: 580px;
    margin-top: -75px;
  }
  section.home-news-slider .carousel .control-wrapper .carousel-control {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  section.home-news-slider .carousel .control-wrapper .carousel-control .icomoon {
    font-size: 50px;
    line-height: 50px;
  }
  section.home-news-slider .carousel .item .text-wrapper .container {
    padding: 0 100px;
  }
  /* home facts */
  section.home-facts {
    padding: 70px 0;
  }
  section.home-facts .fact-list {
    margin: -35px;
  }
  section.home-facts .fact-list .fact-item {
    padding: 35px;
  }
  section.home-facts .fact-list .fact-item .icon-wrapper {
    margin-bottom: 20px;
  }
  section.home-facts .fact-list .fact-item .icon-wrapper .icon img {
    width: 128px;
    height: 180px;
    margin-top: -90px;
    margin-left: -64px;
  }
  section.home-facts .fact-list .fact-item .number {
    font-size: 42px;
    line-height: 50px;
  }
  section.home-facts .fact-list .fact-item .text {
    font-size: 24px;
    line-height: 28px;
  }
  /* headline alternative font */
  .headline-alt {
    /* typography */
  }
  .headline-alt h1 {
    font-size: 44px;
    line-height: 52px;
  }
  .headline-alt h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .headline-alt h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .headline-alt h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .home-country-cz header .logo-wrapper img,
  .country-cz header .logo-wrapper img {
    width: 210px;
    height: 30px;
    margin-top: 5px;
  }
  /* arabic */
  .arabic section.donate-teaser .col-md-8 {
    width: 66.66%;
  }
  .arabic section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.right {
    left: auto;
    right: 40px;
  }
  .arabic section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.left {
    left: auto;
    right: 110px;
  }
}
@media (max-width: 1260px) {
  /* header */
  header .search-wrapper {
    padding-right: 15px;
  }
  /* main navigation */
  .navbar #main-navigation.narrow > ul > li {
    letter-spacing: -0.05em;
    margin-right: 10px;
  }
  .navbar #main-navigation > ul > li {
    margin-right: 15px;
    /* dropdown menu */
  }
  .navbar #main-navigation > ul > li.dropdown ul.dropdown-menu {
    margin-left: -15px;
  }
  .navbar #main-navigation > ul > li.dropdown ul.dropdown-menu > li > a {
    padding: 15px;
  }
  /* section home sujet */
  section.home-sujet .title-wrapper {
    left: 5%;
  }
  section.home-sujet .image {
    width: 45%;
    height: 87%;
    bottom: 0;
    right: 5%;
  }
}
@media (max-width: 1200px) {
  .home-country-de .navbar #main-navigation > ul > li,
  .country-de .navbar #main-navigation > ul > li {
    font-size: 12px;
  }
}
@media (max-width: 1140px) {
  /* header */
  header .navbar {
    display: none;
  }
  header .search-wrapper {
    display: none;
  }
  header .navigation-toggle-wrapper {
    display: block;
  }
  /* mobile navigation */
  main,
  nav.mobile {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  nav.mobile {
    display: block;
  }
  .nav-open nav.mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-open main {
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
  }
  /* xmas modal */
  #xmasmodal .image-wrapper {
    max-height: 450px;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  /* grid */
  .container {
    max-width: 710px;
  }
  /* footer */
  footer .footer-top .footer-top-list .footer-top-item {
    width: 50%;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .footer-bottom-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-bottom .footer-bottom-right {
    float: none;
    width: 100%;
  }
  footer .footer-bottom nav.meta {
    text-align: center;
  }
  /* section home sujet */
  section.home-sujet {
    min-height: 900px;
  }
  section.home-sujet .title-wrapper {
    top: 160px;
    left: 50%;
    margin-top: 0;
    margin-left: -200px;
  }
  section.home-sujet .title-wrapper .title {
    margin-bottom: 20px;
  }
  section.home-sujet .image {
    width: 100%;
    height: auto;
    background-position: center bottom;
    top: 570px;
    left: 0;
    bottom: -240px;
    right: 0;
  }
  /* section blog teaser */
  section.blog-teaser {
    height: auto;
  }
  section.blog-teaser .blog-teaser-left {
    width: 100%;
    height: 330px;
    float: none;
    padding: 0;
  }
  section.blog-teaser .blog-teaser-left .headline-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin-top: -65px;
  }
  section.blog-teaser .blog-teaser-left .image {
    top: 40px;
    bottom: 0;
    left: 30px;
    right: 50%;
  }
  section.blog-teaser .blog-teaser-right {
    width: 100%;
    height: 480px;
    float: none;
  }
  /* section program teaser */
  section.program-teaser.section-image {
    padding-bottom: 300px;
  }
  section.program-teaser .teaser-list {
    margin: -25px 0;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper {
    width: 100%;
    padding: 25px 0;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-1 .image-wrapper .headline {
    right: auto;
    bottom: auto;
    top: 20px;
    left: 44%;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-1 .text {
    width: 45%;
    margin-top: 0;
    padding-left: 20px;
    float: none;
    position: absolute;
    left: 47%;
    top: 120px;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .image-wrapper,
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .image-wrapper {
    padding-bottom: 0;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .image-wrapper img,
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .image-wrapper img {
    float: right;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .image-wrapper .headline,
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .image-wrapper .headline {
    right: 44%;
    bottom: auto;
    top: 20px;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-2 .text,
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-4 .text {
    width: 45%;
    margin-top: 0;
    padding-right: 20px;
    float: none;
    position: absolute;
    right: 47%;
    top: 120px;
    left: auto;
    bottom: auto;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .image-wrapper img {
    float: left;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .image-wrapper .headline {
    right: auto;
    bottom: auto;
    bottom: 20px;
    left: 44%;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .text {
    width: 45%;
    margin-top: 0;
    padding-left: 20px;
    float: none;
    position: absolute;
    left: 47%;
    bottom: 120px;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper img {
    width: 47%;
  }
  section.program-teaser .section-image {
    width: 50%;
    height: 350px;
    bottom: -300px;
    background-position: right bottom;
  }
  /* section teaser */
  section.teaser.big .teaser-list .teaser-item {
    width: 100%;
  }
  section.teaser .teaser-list .teaser-item {
    width: 50%;
  }
  section.teaser .teaser-list .teaser-item .headline h3 {
    font-size: 32px;
    line-height: 38px;
  }
  /* section news teaser */
  section.news-teaser .headline-wrapper {
    padding-right: 0;
  }
  section.news-teaser .news-list {
    width: 100%;
  }
  section.news-teaser .section-image {
    display: none;
  }
  /* section text */
  section.text .col-md-8.col-md-offset-2,
  section.text .col-md-10.col-md-offset-1 {
    margin-left: 0;
    width: 100%;
  }
  /* section image text */
  section.image-text .text-wrapper {
    padding-top: 0;
  }
  /* section map text */
  section.map-text .text-wrapper {
    padding-top: 0;
  }
  /* section text image */
  section.text-image {
    background-color: #f6f6f5;
    padding: 0;
    position: relative;
  }
  section.text-image .text-box-wrapper {
    min-height: 0;
    margin-top: 0;
  }
  section.text-image .text-box {
    width: calc(50% + 20px);
    padding-left: 0;
    position: static;
  }
  section.text-image .text-box .text-wrapper {
    width: 100%;
  }
  section.text-image .image-wrapper {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: calc(50% - 20px);
    height: 100%;
  }
  section.text-image .image-wrapper .inner-image-wrapper {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    height: 100%;
  }
  section.text-image .image-wrapper .image {
    height: 100%;
    padding-bottom: 0;
  }
  /* section quote */
  section.quote .carousel .item .image-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  section.quote .carousel .item .image-wrapper .image {
    margin: 0 auto;
  }
  section.quote .carousel .item .text-wrapper {
    padding: 0;
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
  }
  section.quote .carousel .item .text-wrapper .text::after {
    left: 50%;
    top: 0;
    margin-left: -25px;
  }
  /* section accordion */
  section.accordion .panel-group .panel .panel-body .media-text .col-md-6 {
    width: 100%;
    float: none;
  }
  section.accordion .panel-group .panel .panel-body .media-text .media-wrapper {
    margin-bottom: 30px;
  }
  /* section content blog teaser */
  section.content-blog-teaser .blog-teaser-left {
    width: 50%;
  }
  section.content-blog-teaser .blog-teaser-right {
    width: 50%;
  }
  /* contact box */
  .contact-box.vertical .contact-box-image-wrapper {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 0;
    float: left;
  }
  .contact-box.vertical .contact-box-text-wrapper {
    overflow: hidden;
  }
  /* section text contact box */
  section.text-contact-box .col-md-8,
  section.text-contact-box .col-md-4 {
    width: 100%;
    float: none;
  }
  section.text-contact-box .text-wrapper {
    margin-bottom: 40px;
  }
  /* projects map */
  .projects-map-wrapper #projects-map {
    height: 480px;
  }
  .projects-map-wrapper .filter-box {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  /* section logos */
  section.logos .logo-list .logo-item-wrapper {
    width: 33.33%;
  }
  /* section clown overview */
  section.clown-overview .clown-list .clown-item-wrapper {
    width: 33.33%;
  }
  section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer {
    font-size: 18px;
    line-height: 24px;
  }
  /* section clown sujet */
  section.clown-sujet .col-md-6 {
    width: 100%;
    float: none;
  }
  section.clown-sujet .image-wrapper {
    margin-bottom: 40px;
  }
  section.clown-sujet .text-wrapper {
    text-align: center;
  }
  section.clown-sujet .quote-wrapper {
    padding-left: 50px;
    padding-top: 0;
    text-align: left;
  }
  section.clown-sujet .content-control {
    top: 275px;
  }
  /* section blog overview */
  section.blog-overview .blog-list {
    margin: -20px;
  }
  section.blog-overview .blog-list .blog-item-wrapper {
    width: 50%;
    padding: 20px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper {
    padding: 30px;
  }
  /* section detail sujet */
  section.detail-sujet {
    padding: 50px 0 40px 0;
  }
  section.detail-sujet .col-md-6 {
    width: 100%;
    float: none;
    left: auto;
    right: auto;
  }
  section.detail-sujet .image-wrapper {
    margin-bottom: 40px;
  }
  /* section detail intro */
  section.detail-intro .col-md-8.col-md-offset-2 {
    margin-left: 0;
    width: 100%;
  }
  /* section team overview */
  section.team-overview .team-list .team-item {
    width: 100%;
  }
  section.team-overview .team-list .team-item .team-image-wrapper {
    width: 220px;
  }
  section.team-overview .team-list .team-item .team-text-wrapper {
    font-size: 16px;
    line-height: 24px;
  }
  /* section team detail */
  section.team-detail .team-detail-content {
    margin-bottom: 30px;
  }
  section.team-detail .team-detail-content:last-child {
    margin-bottom: 0;
  }
  section.team-detail .team-image-wrapper {
    width: 330px;
  }
  section.team-detail .team-text-wrapper .contact-wrapper {
    margin-bottom: 0;
  }
  section.team-detail .text.desktop {
    display: none;
  }
  section.team-detail .text.mobile {
    display: block;
  }
  /* section search */
  section.search .col-md-8.col-md-offset-2 {
    margin-left: 0;
    width: 100%;
  }
  /* section donate teaser */
  section.donate-teaser {
    padding: 50px 0;
    text-align: center;
  }
  section.donate-teaser.pl .radio-list .radio-item .radio {
    padding-right: 10px;
  }
  section.donate-teaser.pl .field-list .field-item.donate-link {
    padding-left: 0;
    padding-top: 13px;
  }
  section.donate-teaser .col-md-8 {
    width: 100%;
  }
  section.donate-teaser .section-image {
    display: none;
  }
  section.donate-teaser .headline-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  section.donate-teaser .radio-list {
    margin-bottom: 40px;
  }
  section.donate-teaser .radio-list .radio-item {
    margin-right: 24px;
    overflow: hidden;
  }
  .home-country-cz section.donate-teaser .radio-list .radio-item,
  .country-cz section.donate-teaser .radio-list .radio-item {
    margin-right: 40px;
  }
  .home-country-cz section.donate-teaser .field-list .field-item,
  .country-cz section.donate-teaser .field-list .field-item {
    margin-right: 18px;
  }
  /* home video sujet */
  section.home-video-sujet {
    min-height: 900px;
  }
  section.home-video-sujet .text-wrapper {
    bottom: 100px;
  }
  section.home-video-sujet .text-wrapper h1 {
    max-width: 100%;
  }
  section.home-video-sujet .text-wrapper .subtitle {
    max-width: 100%;
  }
  /* home news slider */
  section.home-news-slider {
    min-height: 900px;
  }
  section.home-news-slider .carousel .item .text-wrapper .container {
    padding: 0 20px;
  }
  section.home-news-slider .carousel .item .text-wrapper h1 {
    max-width: 100%;
  }
  section.home-news-slider .carousel .item .text-wrapper .text {
    max-width: 100%;
  }
  /* home facts */
  section.home-facts {
    padding: 50px 0;
  }
  section.home-facts .fact-list {
    margin: -25px;
  }
  section.home-facts .fact-list .fact-item {
    width: 50%;
    padding: 25px;
  }
  section.home-facts .fact-list .fact-item .icon-wrapper .icon {
    width: 280px;
    height: 280px;
    padding-bottom: 0;
  }
  /* arabic */
  .arabic {
    /* section donate teaser */
    /* program teaser */
    /* footer */
  }
  .arabic section.donate-teaser .col-md-8 {
    width: 100%;
  }
  .arabic section.donate-teaser .headline-wrapper {
    text-align: center;
  }
  .arabic section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-1 .text {
    text-align: left;
  }
  .arabic section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .text {
    text-align: left;
  }
  .arabic section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item.style-3 .image-wrapper .headline {
    left: 44%;
  }
  .arabic footer .footer-bottom ul.footer-info {
    text-align: center;
  }
  .arabic section.text-image .image-wrapper {
    left: 0;
    right: auto;
  }
  .arabic section.text-image .text-box {
    padding-right: 0;
    padding-left: 40px;
  }
  .arabic section.quote .carousel .item .text-wrapper {
    padding-right: 0;
  }
  .arabic section.quote .carousel .item .text-wrapper .text::after {
    left: 50%;
    top: 0;
    margin-left: -25px;
    right: auto;
  }
  .arabic .contact-box.vertical .contact-box-image-wrapper {
    float: right;
    margin-right: 0;
    margin-left: 30px;
  }
  .arabic section.clown-sujet .quote-wrapper {
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
  }
  #xmasmodal .modal-dialog {
    margin: 20px auto;
  }
}
@media (max-width: 840px) {
  div#modal-cookie-notice.in .modal-dialog {
    transform: translate(0, 0);
  }
  div#modal-cookie-notice .modal-dialog {
    margin: 20px;
    max-width: 100vw;
    width: auto;
    top: 0%;
  }
  div#modal-cookie-notice .modal-dialog .modal-content {
    padding: 90px 65px 45px 100px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content img.cookie-logo {
    position: absolute;
    max-width: 85px;
    max-height: 85px;
    left: 20px;
    top: 20px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label .slider {
    top: 4px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .detail-list .detail label .icon {
    top: -2px;
  }
}
@media (max-width: 767px) {
  /* typography */
  .content-blog-teaser .image-subtitle {
    background-color: #f6f6f5;
  }
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 36px;
    line-height: 43px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
  h5 {
    font-size: 24px;
    line-height: 28px;
  }
  /* grid */
  .container {
    width: 100%;
    max-width: 100%;
  }
  /* header */
  header {
    height: 60px;
  }
  header .logo-wrapper {
    padding: 12px 0 0 18px;
  }
  header .logo-wrapper img {
    width: 150px !important;
    height: 36px !important;
  }
  header .button-wrapper .button {
    font-size: 12px;
    line-height: 14px;
    width: 110px;
    height: 60px;
    padding: 16px 15px;
  }
  header .navigation-toggle-wrapper {
    width: 60px;
    height: 60px;
  }
  main {
    padding-top: 60px;
  }
  /* mobile navigation */
  #navigation-toggle {
    margin-top: -10px;
    margin-left: -12px;
  }
  #navigation-toggle .icon-bar {
    width: 25px;
    height: 4px;
    -webkit-transform-origin: 24px 50%;
    -moz-transform-origin: 24px 50%;
    -o-transform-origin: 24px 50%;
    -ms-transform-origin: 24px 50%;
    transform-origin: 24px 50%;
  }
  #navigation-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  nav.mobile {
    width: 315px;
  }
  nav.mobile .search-wrapper {
    height: 60px;
  }
  nav.mobile .search-wrapper input[type="search"] {
    height: 58px;
    padding: 19px 20px;
    font-size: 14px;
  }
  nav.mobile > ul > li {
    font-size: 14px;
    /* dropdown menu */
  }
  nav.mobile > ul > li.dropdown ul.dropdown-menu > li > a {
    font-size: 14px;
    line-height: 21px;
  }
  .nav-open main {
    -webkit-transform: translateX(-315px);
    -moz-transform: translateX(-315px);
    -o-transform: translateX(-315px);
    -ms-transform: translateX(-315px);
    transform: translateX(-315px);
  }
  /* footer */
  footer {
    font-size: 12px;
    line-height: 16px;
  }
  footer .footer-top {
    padding: 40px 0;
  }
  footer .footer-top .footer-top-list {
    margin: -20px;
  }
  footer .footer-top .footer-top-list .footer-top-item {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  footer .footer-top .footer-top-list .footer-top-item h4 {
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  footer .footer-top .footer-top-list .footer-top-item .text {
    margin-bottom: 20px;
  }
  footer .footer-top .footer-top-list .footer-top-item ul.icon-list {
    margin-bottom: 20px;
  }
  footer .footer-top .footer-top-list .footer-top-item ul.icon-list li a.tel {
    font-size: 21px;
    line-height: 21px;
  }
  /* content styles */
  .content-area .headline-wrapper {
    margin-bottom: 30px;
  }
  .content-area p.headline-label {
    font-size: 12px;
    line-height: 16px;
  }
  /* forms */
  label {
    font-size: 14px;
    line-height: 21px;
  }
  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  textarea {
    font-size: 14px;
    line-height: 21px;
  }
  .bootstrap-select > .dropdown-toggle {
    font-size: 14px;
    line-height: 21px;
  }
  .bootstrap-select .dropdown-menu {
    font-size: 14px;
    line-height: 21px;
  }
  /* buttons */
  .button {
    font-size: 14px;
    line-height: 21px;
  }
  .newsletter-form-wrapper input[type="button"] {
    font-size: 14px;
    line-height: 21px;
  }
  /* fancybox */
  .fancybox-caption {
    font-size: 16px;
    line-height: 24px;
  }
  /* section home sujet */
  section.home-sujet {
    min-height: 627px;
    margin-top: -60px;
    height: calc(100vh - 40px);
  }
  section.home-sujet .logo {
    top: 20px;
    left: 20px;
  }
  section.home-sujet .title-wrapper {
    top: 140px;
    margin-left: -160px;
  }
  section.home-sujet .title-wrapper .title {
    width: 320px;
    height: 236px;
  }
  section.home-sujet .title-wrapper .text {
    font-size: 18px;
    line-height: 24px;
  }
  section.home-sujet .image {
    top: 480px;
    bottom: 0;
  }
  /* section blog teaser */
  section.blog-teaser .blog-teaser-left {
    height: 450px;
    padding: 40px 20px;
  }
  section.blog-teaser .blog-teaser-left .headline-wrapper {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
  }
  section.blog-teaser .blog-teaser-left .headline-wrapper h2 {
    font-size: 24px;
    line-height: 24px;
  }
  section.blog-teaser .blog-teaser-left .headline-wrapper h1 {
    font-size: 90px;
    line-height: 90px;
  }
  section.blog-teaser .blog-teaser-left .image {
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section.blog-teaser .blog-teaser-right {
    height: auto;
  }
  section.blog-teaser .carousel {
    height: auto;
  }
  section.blog-teaser .carousel .carousel-inner {
    height: auto;
  }
  section.blog-teaser .carousel .control-wrapper {
    bottom: 40px;
  }
  section.blog-teaser .carousel .control-wrapper .carousel-control {
    width: 38px;
    height: 38px;
    bottom: 5px;
  }
  section.blog-teaser .carousel .control-wrapper .carousel-control.left {
    left: 20px;
  }
  section.blog-teaser .carousel .control-wrapper .carousel-control.right {
    left: 80px;
  }
  section.blog-teaser .carousel .control-wrapper .carousel-control .icomoon {
    font-size: 40px;
    line-height: 40px;
  }
  section.blog-teaser .carousel .control-wrapper .button {
    right: 20px;
  }
  section.blog-teaser .carousel .item {
    height: auto;
  }
  section.blog-teaser .carousel .item .image {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    position: relative;
    top: auto;
    left: auto;
  }
  section.blog-teaser .carousel .item .image::after {
    display: none;
  }
  section.blog-teaser .carousel .item .text-wrapper {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 30px 20px 120px 20px;
    background-color: #f6f6f5;
  }
  section.blog-teaser .carousel .item .text-wrapper h3 {
    color: #364979;
    margin-bottom: 5px;
  }
  section.blog-teaser .carousel .item .text-wrapper h3 a {
    color: #d20028;
  }
  section.blog-teaser .carousel .item .text-wrapper h3 a:hover {
    color: #364979;
  }
  section.blog-teaser .carousel .item .text-wrapper .text {
    color: #364979;
  }
  section.blog-teaser .carousel .item a.layer {
    display: none;
  }
  /* section program teaser */
  section.program-teaser {
    padding: 40px 0;
  }
  section.program-teaser.section-image {
    padding-bottom: 330px;
  }
  section.program-teaser .headline-wrapper {
    margin-bottom: 30px;
  }
  section.program-teaser .teaser-list {
    margin: -20px 0;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper {
    padding: 20px 0;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item {
    text-align: center;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper a {
    display: block;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper img {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto !important;
    float: none !important;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .image-wrapper .headline {
    font-size: 32px;
    line-height: 38px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: inline-block;
    margin-top: -50px;
  }
  section.program-teaser .teaser-list .teaser-item-wrapper .teaser-item .text {
    font-size: 16px;
    line-height: 24px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px !important;
    padding: 0 !important;
  }
  section.program-teaser .button-wrapper {
    margin-top: 40px;
  }
  section.program-teaser .section-image {
    width: auto;
    height: 290px;
    left: 20px;
    right: 20px;
    bottom: -330px;
    background-position: center bottom;
  }
  /* section teaser */
  section.teaser {
    padding: 40px 0;
  }
  section.teaser .headline-wrapper {
    margin-bottom: 30px;
  }
  section.teaser .teaser-list .teaser-item {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    display: block;
  }
  section.teaser .teaser-list .teaser-item .text {
    font-size: 16px;
    line-height: 24px;
  }
  section.teaser .button-wrapper {
    margin-top: 40px;
  }
  /* section news teaser */
  section.news-teaser {
    padding: 40px 0;
  }
  section.news-teaser .container {
    position: relative;
  }
  section.news-teaser .container::after {
    top: -40px;
    bottom: -40px;
  }
  section.news-teaser .headline-wrapper {
    margin-bottom: 30px;
    padding-left: 60px;
  }
  section.news-teaser .news-list .news-item {
    margin-bottom: 40px;
    padding-left: 60px;
  }
  section.news-teaser .news-list .news-item .date {
    top: -10px;
  }
  section.news-teaser .news-list .news-item .dot {
    width: 15px;
    height: 15px;
    left: 13px;
    top: 4px;
  }
  section.news-teaser .button-wrapper {
    padding-left: 60px;
    margin-top: 40px;
  }
  section.news-teaser .paging-wrapper {
    padding-left: 60px;
  }
  /* section sujet */
  section.sujet {
    height: auto;
  }
  section.sujet .container {
    padding: 40px 20px 280px 20px;
  }
  section.sujet .text-wrapper {
    display: block;
    width: 100%;
  }
  section.sujet .text-wrapper .text {
    display: block;
    text-align: center;
  }
  section.sujet .text-wrapper .text h1 {
    margin-bottom: 5px;
  }
  section.sujet .text-wrapper .text .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  section.sujet .section-image {
    top: auto;
    left: 20px;
    right: 20px;
    width: auto;
    height: 250px;
    background-position: center bottom;
  }
  /* section text */
  section.text {
    padding: 40px 0;
  }
  /* section image text */
  section.image-text {
    padding: 40px 0;
  }
  section.image-text .col-sm-6 {
    margin-bottom: 40px;
  }
  section.image-text .col-sm-6:last-child {
    margin-bottom: 0px;
  }
  section.image-text .image-wrapper img {
    max-width: 400px;
  }
  /* section map text */
  section.map-text {
    padding: 40px 0;
  }
  section.map-text .map-wrapper {
    margin-bottom: 40px;
  }
  /* section text image */
  section.text-image {
    padding: 40px 0 0 0;
  }
  section.text-image .text-box {
    width: 100%;
    padding: 30px 0 0 0;
  }
  section.text-image .text-box .text-wrapper {
    margin-bottom: 30px;
  }
  section.text-image .image-wrapper {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0 -20px;
  }
  section.text-image .image-wrapper .inner-image-wrapper {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
  }
  section.text-image .image-wrapper .image {
    height: auto;
    padding-bottom: 100%;
  }
  /* section quote */
  section.quote {
    padding: 40px 0 70px 0;
  }
  section.quote.single {
    padding: 40px 0;
  }
  section.quote .carousel {
    padding: 0;
  }
  section.quote .carousel .control-wrapper .carousel-control {
    top: auto;
    bottom: -35px;
  }
  section.quote .carousel .item .text-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  section.quote .carousel .item .text-wrapper .text {
    font-size: 18px;
    line-height: 24px;
  }
  section.quote .carousel .item .text-wrapper .author {
    margin-top: 15px;
  }
  /* section accordion */
  section.accordion {
    padding: 40px 0;
  }
  section.accordion .headline-wrapper {
    margin-bottom: 30px;
  }
  section.accordion .panel-group .panel .panel-heading .panel-title {
    font-size: 24px;
    line-height: 28px;
  }
  section.accordion .panel-group .panel .panel-heading .panel-title a {
    padding: 15px 20px 10px 60px;
  }
  section.accordion .panel-group .panel .panel-heading .panel-title a .toggle-icon {
    font-size: 20px;
    line-height: 20px;
    left: 20px;
    margin-top: -10px;
  }
  section.accordion .panel-group .panel .panel-body {
    padding: 10px 20px 20px 20px;
  }
  section.accordion .panel-group .panel .panel-body .media-text .media-wrapper .caption {
    font-size: 12px;
    line-height: 16px;
  }
  /* section content blog teaser */
  section.content-blog-teaser {
    height: auto;
  }
  section.content-blog-teaser .blog-teaser-left {
    width: 100%;
    padding: 40px 20px;
    float: none;
  }
  section.content-blog-teaser .blog-teaser-left .headline-wrapper {
    margin-bottom: 20px;
  }
  section.content-blog-teaser .blog-teaser-left .headline-wrapper h2 {
    font-size: 24px;
    line-height: 24px;
  }
  section.content-blog-teaser .blog-teaser-left .headline-wrapper h1 {
    font-size: 90px;
    line-height: 90px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 80px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .carousel-inner {
    height: auto;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper {
    bottom: 0;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.left {
    left: 0;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.right {
    left: 70px;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .item {
    height: auto;
    padding: 0;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper {
    height: auto;
  }
  section.content-blog-teaser .blog-teaser-left .carousel .item .text-wrapper::after {
    display: none;
  }
  section.content-blog-teaser .blog-teaser-right {
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    float: none;
    position: relative;
  }
  section.content-blog-teaser .blog-teaser-right .carousel {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section.content-blog-teaser .blog-teaser-right .carousel .carousel-inner {
    height: auto;
  }
  section.content-blog-teaser .blog-teaser-right .carousel .carousel-inner .item {
    height: auto;
  }
  section.content-blog-teaser .blog-teaser-right .carousel .carousel-inner .item .image {
    padding-bottom: 60%;
    display: block;
    position: relative;
  }
  section.content-blog-teaser .blog-teaser-right .carousel .carousel-inner .item .image-subtitle {
    position: relative;
  }
  section.content-blog-teaser .blog-teaser-right .button {
    right: auto;
    left: 20px;
    bottom: 20px;
  }
  /* contact box */
  .contact-box {
    padding: 20px;
  }
  .contact-box.horizontal .contact-box-image-wrapper,
  .contact-box.vertical .contact-box-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  /* section text contact box */
  section.text-contact-box {
    padding: 40px 0;
  }
  /* projects map */
  .projects-map-wrapper #projects-map {
    height: 480px;
  }
  .projects-map-wrapper .filter-box {
    margin-bottom: 20px;
  }
  /* info window */
  .info-window-inner {
    font-size: 12px;
    line-height: 16px;
  }
  /* section logos */
  section.logos {
    padding: 40px 0;
  }
  section.logos .headline-wrapper {
    margin-bottom: 30px;
  }
  section.logos .logo-list {
    margin: -10px;
  }
  section.logos .logo-list .logo-item-wrapper {
    width: 50%;
    padding: 10px;
  }
  /* section clown overview */
  section.clown-overview {
    padding: 40px 0;
  }
  section.clown-overview .filter-wrapper {
    margin-bottom: 40px;
  }
  section.clown-overview .clown-list {
    margin: -10px;
  }
  section.clown-overview .clown-list .clown-item-wrapper {
    width: 50%;
    padding: 10px;
  }
  section.clown-overview .clown-list .clown-item-wrapper a.clown-item .layer {
    font-size: 18px;
    line-height: 24px;
  }
  /* section image */
  section.image {
    padding: 40px 0;
  }
  section.image .image-wrapper .caption {
    font-size: 12px;
    line-height: 16px;
  }
  /* section gallery */
  section.gallery {
    padding: 40px 0;
  }
  section.gallery .headline-wrapper {
    margin-bottom: 30px;
  }
  section.gallery .gallery-list {
    margin: -10px;
  }
  section.gallery .gallery-list .gallery-item-wrapper {
    width: 50%;
    padding: 10px;
  }
  /* section clown sujet */
  section.clown-sujet {
    padding: 40px 0;
  }
  section.clown-sujet .content-control {
    top: 152px;
    margin-top: -20px;
  }
  section.clown-sujet .content-control.prev a .text {
    left: 40px;
  }
  section.clown-sujet .content-control.next a .text {
    right: 40px;
  }
  section.clown-sujet .content-control a {
    height: 40px;
  }
  section.clown-sujet .content-control a .icon {
    font-size: 40px;
    line-height: 40px;
  }
  section.clown-sujet .content-control a .text {
    padding: 10px 20px 0 20px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
  }
  /* section clown overview back */
  section.clown-overview-back {
    padding: 40px 0;
  }
  /* section blog overview filter */
  section.blog-overview-filter {
    padding: 40px 0;
  }
  /* section blog overview */
  section.blog-overview {
    padding: 40px 0;
  }
  section.blog-overview .blog-list {
    margin: -10px;
  }
  section.blog-overview .blog-list .blog-item-wrapper {
    width: 100%;
    padding: 10px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item {
    font-size: 16px;
    line-height: 24px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper {
    padding: 20px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper .date {
    font-size: 12px;
    line-height: 16px;
  }
  section.blog-overview .blog-list .blog-item-wrapper .blog-item .text-wrapper ul.categories li {
    font-size: 12px;
    line-height: 16px;
  }
  section.blog-overview .button-wrapper {
    margin-top: 40px;
  }
  /* section detail sujet */
  section.detail-sujet {
    padding: 40px 0 30px 0;
  }
  section.detail-sujet .image-wrapper {
    margin-bottom: 30px;
  }
  /* section detail intro */
  section.detail-intro {
    padding: 40px 0;
  }
  section.detail-intro .date {
    font-size: 12px;
    line-height: 16px;
  }
  section.detail-intro ul.categories li {
    display: block;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }
  section.detail-intro .intro {
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px;
  }
  /* section team overview */
  section.team-overview {
    padding: 40px 0;
  }
  section.team-overview .team-list .team-item .team-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  section.team-overview .team-list .team-item .team-text-wrapper {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0;
  }
  /* section team detail */
  section.team-detail {
    padding: 40px 0;
  }
  section.team-detail .team-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  section.team-detail .team-text-wrapper .name-wrapper h2 {
    margin-bottom: 0;
  }
  /* section search */
  section.search {
    padding: 40px 0;
  }
  /* paging */
  .paging-wrapper {
    margin-top: 40px;
  }
  .paging-wrapper.top {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .paging-wrapper .pages-wrapper a.page {
    font-size: 14px;
    line-height: 21px;
  }
  /* search paging */
  div.tx-indexedsearch-browsebox {
    margin-top: 40px;
  }
  div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox a {
    font-size: 14px;
    line-height: 21px;
  }
  /* cookie notice */
  .cookie-notice {
    top: 80px;
    right: 20px;
    max-width: none;
    width: 335px;
    min-height: 70px;
    padding: 10px 60px 10px 70px;
    font-size: 14px;
    line-height: 17px;
  }
  .cookie-notice img {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .home .cookie-notice {
    margin-top: -60px;
  }
  /* section donate teaser */
  section.donate-teaser.sk .radio-list .radio-item .radio.text-input {
    width: auto;
  }
  section.donate-teaser.pl .field-list .field-item.donate-link {
    display: block;
    width: 100%;
    padding: 0;
    clear: left;
    margin-top: 30px;
    text-align: center;
  }
  section.donate-teaser .headline-wrapper .subline {
    font-size: 18px;
    line-height: 24px;
  }
  section.donate-teaser .radio-list {
    text-align: left;
  }
  section.donate-teaser .radio-list .radio-item {
    display: block;
    margin-right: 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0dd;
  }
  section.donate-teaser .radio-list .radio-item:last-child {
    margin: 0;
    border-bottom: 1px solid #e0e0dd;
  }
  section.donate-teaser .radio-list .radio-item .radio {
    float: left;
    margin: 0;
    width: 133px;
  }
  section.donate-teaser .radio-list .radio-item .radio .text {
    font-size: 30px;
    line-height: 30px;
    margin-top: -2px;
  }
  section.donate-teaser .radio-list .radio-item .radio .text .currency {
    font-size: 25px;
    line-height: 25px;
  }
  section.donate-teaser .radio-list .radio-item .description {
    overflow: hidden;
    margin-top: -3px;
    letter-spacing: -0.02em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  section.donate-teaser .field-list .field-item:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  section.donate-teaser .field-list .field-item:nth-child(2) {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding-right: 5px;
  }
  section.donate-teaser .field-list .field-item:nth-child(3) {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding-left: 5px;
  }
  section.donate-teaser .field-list .field-item .switch {
    margin: 0;
  }
  section.donate-teaser .field-list .field-item .button {
    width: 100%;
    padding: 14px 0;
    letter-spacing: -0.01em;
  }
  .home-country-cz header .logo-wrapper img,
  .country-cz header .logo-wrapper img {
    margin-top: 0;
  }
  .home-country-cz section.donate-teaser .radio-list .radio-item .radio,
  .country-cz section.donate-teaser .radio-list .radio-item .radio {
    width: 160px;
  }
  /* home video sujet */
  section.home-video-sujet {
    min-height: 0;
    margin-top: -60px;
    height: auto;
  }
  section.home-video-sujet .video {
    position: relative;
    bottom: auto;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    margin-top: 60px;
  }
  section.home-video-sujet .video video {
    min-width: 0;
    min-height: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section.home-video-sujet .text-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 40px 0;
  }
  section.home-video-sujet .text-wrapper h1 {
    color: #d20028;
    margin-bottom: 10px;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  section.home-video-sujet .text-wrapper .subtitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #364979;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  section.home-video-sujet .text-wrapper .button {
    margin-top: 30px;
  }
  /* home news slider */
  section.home-news-slider {
    min-height: 0;
    margin-top: -60px;
    height: auto;
  }
  section.home-news-slider .carousel {
    height: auto;
    position: relative;
  }
  section.home-news-slider .carousel .control-wrapper .carousel-control {
    width: 38px;
    height: 38px;
    top: 190px;
    margin-top: 0;
  }
  section.home-news-slider .carousel .control-wrapper .carousel-control.left {
    left: 20px;
  }
  section.home-news-slider .carousel .control-wrapper .carousel-control.right {
    right: 20px;
  }
  section.home-news-slider .carousel .control-wrapper .carousel-control .icomoon {
    font-size: 40px;
    line-height: 40px;
  }
  section.home-news-slider .carousel .carousel-inner {
    height: auto;
  }
  section.home-news-slider .carousel .item {
    height: auto;
  }
  section.home-news-slider .carousel .item .image {
    position: relative;
    bottom: auto;
    height: 360px;
  }
  section.home-news-slider .carousel .item .text-wrapper {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 40px 0;
  }
  section.home-news-slider .carousel .item .text-wrapper h1 {
    color: #d20028;
    margin-bottom: 10px;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  section.home-news-slider .carousel .item .text-wrapper .text {
    color: #364979;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  section.home-news-slider .carousel .item .text-wrapper .button {
    margin-top: 30px;
  }
  /* home facts */
  section.home-facts .headline-wrapper {
    margin-bottom: 30px;
  }
  section.home-facts .fact-list .fact-item {
    width: 100%;
  }
  section.home-facts .fact-list .fact-item .icon-wrapper {
    margin-bottom: 15px;
  }
  section.home-facts .fact-list .fact-item .number {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  section.home-facts .fact-list .fact-item .text {
    font-size: 24px;
    line-height: 28px;
  }
  /* headline alternative font */
  .headline-alt {
    /* typography */
    /* footer */
    /* other elements */
  }
  .headline-alt h1 {
    font-size: 32px;
    line-height: 39px;
  }
  .headline-alt h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .headline-alt h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .headline-alt h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .headline-alt footer .footer-top .footer-top-list .footer-top-item h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .headline-alt section.accordion .panel-group .panel .panel-heading .panel-title {
    font-size: 20px;
    line-height: 24px;
  }
  /* arabic */
  .arabic {
    /* contact box */
    /* section text contact box */
  }
  .arabic section.donate-teaser .radio-list .radio-item {
    margin-left: 0;
  }
  .arabic section.donate-teaser .field-list {
    padding-top: 70px;
    position: relative;
  }
  .arabic section.donate-teaser .field-list .field-item:last-child {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .arabic section.donate-teaser .field-list .field-item:nth-child(1) {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding-right: 5px;
  }
  .arabic section.donate-teaser .field-list .field-item:nth-child(2) {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding-left: 5px;
  }
  .arabic section.blog-teaser .carousel .item .text-wrapper {
    padding-right: 20px;
  }
  .arabic section.blog-teaser .carousel .control-wrapper .button {
    left: 20px;
  }
  .arabic section.blog-teaser .carousel .control-wrapper .carousel-control.right {
    right: 20px;
  }
  .arabic section.blog-teaser .carousel .control-wrapper .carousel-control.left {
    right: 80px;
  }
  .arabic section.news-teaser .headline-wrapper {
    padding-right: 60px;
    padding-left: 0;
  }
  .arabic section.news-teaser .news-list .news-item {
    padding-right: 60px;
  }
  .arabic section.news-teaser .button-wrapper {
    padding-right: 60px;
  }
  .arabic section.sujet .section-image {
    top: auto;
    left: 20px;
    right: 20px;
    width: auto;
    height: 250px;
    background-position: center bottom;
  }
  .arabic section.text-image .text-box {
    padding-left: 0;
  }
  .arabic section.text-image .image-wrapper {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0 -20px;
  }
  .arabic section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.right {
    right: 0;
  }
  .arabic section.content-blog-teaser .blog-teaser-left .carousel .control-wrapper .carousel-control.left {
    right: 70px;
  }
  .arabic .contact-box {
    padding: 20px;
  }
  .arabic .contact-box.horizontal .contact-box-image-wrapper,
  .arabic .contact-box.vertical .contact-box-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 30px;
    float: none;
  }
  .arabic section.text-contact-box {
    padding: 40px 0;
  }
  .arabic section.team-overview .team-list .team-item .team-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    float: none;
  }
  .arabic section.team-detail .team-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    float: none;
  }
  .arabic section.content-blog-teaser .blog-teaser-right .button {
    left: auto;
    right: 20px;
  }
  /* xmas modal */
  #xmasmodal .content-wrapper {
    padding: 20px;
  }
  #xmasmodal .content-wrapper .text-wrapper {
    padding-left: 0;
    margin-bottom: 15px;
  }
  #xmasmodal .content-wrapper .text-wrapper .icon {
    display: none;
  }
  #xmasmodal .content-wrapper .text-wrapper .text {
    font-size: 16px;
    line-height: 20px;
  }
  #xmasmodal .content-wrapper .button-wrapper {
    text-align: center;
  }
  #xmasmodal .content-wrapper .button-wrapper .button {
    font-size: 16px;
    line-height: 20px;
  }
  div#modal-cookie-notice .modal-dialog {
    margin: 10px;
    max-width: 100vw;
    width: auto;
  }
  div#modal-cookie-notice .modal-dialog .modal-content {
    padding: 90px 65px 45px 100px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content img.cookie-logo {
    position: absolute;
    max-width: 85px;
    max-height: 85px;
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 510px) {
  /* cookie notice */
  div#modal-cookie-notice.in .modal-dialog {
    transform: translate(0, 0);
  }
  div#modal-cookie-notice .button-wrapper .button {
    width: 100%;
  }
  div#modal-cookie-notice .button-wrapper .button + .button {
    margin-top: 10px;
  }
  div#modal-cookie-notice .modal-dialog {
    margin: 10px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content {
    padding: 20px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content img.cookie-logo {
    display: none;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .content-area p {
    font-size: 16px;
    line-height: 24px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .content-area a {
    font-size: 16px;
    line-height: 24px;
    color: #273457;
    text-decoration: underline;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .content-area.small p {
    font-size: 95%;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .text + .text {
    padding-top: 15px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check {
    position: relative;
    padding-bottom: 15px;
  }
  div#modal-cookie-notice .modal-dialog .modal-content .settings-wrapper .form-check .switch label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 374px) {
  /* cookie notice */
  .cookie-notice {
    left: 20px;
    right: 20px;
    width: auto;
    padding-left: 10px;
  }
  .cookie-notice img {
    display: none;
  }
}
@media (max-width: 359px) {
  /* mobile navigation */
  nav.mobile {
    width: 260px;
  }
  .nav-open main {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
  }
}
@media (max-width: 359px) {
  /* header */
  header .logo-wrapper {
    padding: 14px 0 0 18px;
  }
  header .logo-wrapper img {
    width: 130px !important;
    height: 31px !important;
  }
  header .button-wrapper .button {
    width: 90px;
    padding: 16px 10px;
  }
}
@media (max-height: 1010px) {
  div#modal-cookie-notice.in .modal-dialog {
    transform: translate(0, 0);
  }
  div#modal-cookie-notice .modal-dialog {
    top: 0%;
  }
}
