/* imports */
/* colors */
/* typography */
/* font sizes */
/* line heights */
/* font sizes mobile */
/* line heights mobile */
/* z-index */
/* resets */
*,
*:focus {
  outline: none !important;
}
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* typography */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #464646;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 36px;
  line-height: 43px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  color: #134094;
}
h2 {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  color: #134094;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  color: #134094;
}
h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  color: #134094;
}
strong {
  font-weight: bold;
}
p {
  margin: 0;
}
a {
  color: #c9510c;
  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: #b64a0c;
  text-decoration: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* body */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: #ffffff;
}
/* header */
header .stripe {
  width: 100%;
  height: 25px;
  background-image: url('../images/tile-1.png');
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin-bottom: 15px;
}
header .header-inner {
  height: 120px;
  position: relative;
}
header .header-left {
  width: 390px;
  position: absolute;
  left: 0;
  top: 0;
}
header .header-left .logo img {
  width: auto;
  height: 89px;
}
header .header-right {
  padding-left: 390px;
  text-align: right;
  font-size: 0;
}
header .header-right .header-right-element {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
header .header-right .header-right-element:last-child {
  margin-right: 0;
}
header .header-right .facebook img {
  width: 30px;
  height: auto;
}
header .header-right .facebook a {
  opacity: 0.8;
  -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 .header-right .facebook a:hover {
  opacity: 1;
}
header .header-right .ministry {
  padding-left: 30px;
  padding-bottom: 20px;
  border-left: 1px solid #d2d2d2;
}
header .header-right .ministry img {
  width: auto;
  height: 46px;
}
/* language switch */
#language-switch,
#language-switch-mobile {
  font-size: 14px;
  line-height: 22px;
}
#language-switch .dropdown-toggle,
#language-switch-mobile .dropdown-toggle {
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #ffffff;
  border: 1px solid #0080c7;
  color: #003399;
  font-weight: bold;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}
#language-switch .dropdown-toggle [class^="icon-"],
#language-switch-mobile .dropdown-toggle [class^="icon-"],
#language-switch .dropdown-toggle [class*=" icon-"],
#language-switch-mobile .dropdown-toggle [class*=" icon-"] {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  color: #0080c7;
}
#language-switch .dropdown-menu,
#language-switch-mobile .dropdown-menu {
  width: 80px;
  min-width: 0;
  padding: 0;
  margin-top: 2px;
  border: 1px solid #0080c7;
  -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);
}
#language-switch .dropdown-menu > li > a,
#language-switch-mobile .dropdown-menu > li > a {
  line-height: 28px;
  padding: 0 10px;
  color: #003399;
  background-color: #ffffff;
  text-transform: uppercase;
  -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;
}
#language-switch .dropdown-menu > li > a:hover,
#language-switch-mobile .dropdown-menu > li > a:hover,
#language-switch .dropdown-menu > li > a:focus,
#language-switch-mobile .dropdown-menu > li > a:focus,
#language-switch .dropdown-menu > li > a:active,
#language-switch-mobile .dropdown-menu > li > a:active {
  color: #003399;
  background-color: #dcedff;
}
#language-switch-mobile .dropdown-toggle {
  height: 40px;
  line-height: 40px;
  border: 0;
}
#language-switch-mobile .dropdown-menu {
  border: 0;
}
#language-switch-mobile .dropdown-menu > li > a {
  line-height: 40px;
}
/* main navigation */
nav.navbar-default {
  background-color: transparent;
  color: #464646;
  border: 0;
  margin: 0;
  min-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.home #main-navigation {
  border-bottom: 1px solid #d2d2d2;
}
#main-navigation {
  border: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  border-top: 1px solid #d2d2d2;
  border-bottom: 0;
  position: relative;
}
#main-navigation ul {
  margin: 0;
  padding-right: 30px;
}
#main-navigation ul > li.active > a {
  color: #003399;
  background-color: transparent;
}
#main-navigation ul > li.active > a::after {
  opacity: 1;
}
#main-navigation ul > li > a {
  font-size: 16px;
  line-height: 24px;
  color: #464646;
  padding: 15px 20px;
  position: relative;
  -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;
}
#main-navigation ul > li > a::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #003399;
  position: absolute;
  bottom: 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;
}
#main-navigation ul > li > a:hover,
#main-navigation ul > li > a:focus,
#main-navigation ul > li > a:active {
  color: #003399;
}
#main-navigation ul > li > a:hover::after,
#main-navigation ul > li > a:focus::after,
#main-navigation ul > li > a:active::after {
  opacity: 1;
}
#main-navigation .search-wrapper .input-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#main-navigation .search-wrapper .input-wrapper input {
  width: 100%;
  border: 0;
  padding: 15px 0;
  padding-right: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#main-navigation .search-wrapper button {
  line-height: 54px;
  position: absolute;
}
#main-navigation .search-wrapper button [class^="icon-"],
#main-navigation .search-wrapper button [class*=" icon-"] {
  font-size: 20px;
  vertical-align: text-top;
}
#main-navigation .search-wrapper button.submit {
  top: 0;
  right: 0;
}
#main-navigation .search-wrapper button.close-search {
  top: 0;
  right: 30px;
}
#main-navigation .search-wrapper-mobile {
  display: none;
}
#main-navigation .meta-navigation-wrapper-mobile {
  display: none;
}
/* meta navigation */
#meta-navigation,
#meta-navigation-mobile {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  width: 300px;
}
#meta-navigation ul li,
#meta-navigation-mobile ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
#meta-navigation ul li.external,
#meta-navigation-mobile ul li.external {
  text-align: left;
}
#meta-navigation ul li:first-child,
#meta-navigation-mobile ul li:first-child {
  margin-left: 0;
}
#meta-navigation ul li a,
#meta-navigation-mobile ul li a {
  color: #003399;
  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;
}
#meta-navigation ul li a [class^="icon-"],
#meta-navigation-mobile ul li a [class^="icon-"],
#meta-navigation ul li a [class*=" icon-"],
#meta-navigation-mobile ul li a [class*=" icon-"] {
  color: #0080c7;
  margin-right: 5px;
}
#meta-navigation ul li a:hover,
#meta-navigation-mobile ul li a:hover,
#meta-navigation ul li a:focus,
#meta-navigation-mobile ul li a:focus,
#meta-navigation ul li a:active,
#meta-navigation-mobile ul li a:active {
  color: #0080c7;
  text-decoration: underline;
}
/* footer */
footer {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding-top: 2px;
}
footer a {
  color: #ffffff;
  opacity: 0.7;
  -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;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff;
  opacity: 1;
}
footer .stripe {
  width: 100%;
  height: 50px;
  background-image: url('../images/tile-4.png');
  background-size: auto 100%;
  background-repeat: repeat-x;
}
footer .footer-inner {
  background-color: #003399;
}
footer .footer-inner .row-inner {
  position: relative;
  overflow: hidden;
}
footer .footer-inner .row-inner::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #335cad;
  position: absolute;
  top: 0;
  left: 66.66%;
}
footer .sitemap-wrapper {
  padding-right: 30px;
}
footer .footer-navigation-wrapper {
  padding-left: 30px;
}
footer .sitemap {
  padding: 30px 0 0 0;
}
footer .sitemap ul {
  margin-bottom: 30px;
}
footer .sitemap ul li {
  margin-bottom: 5px;
}
footer .sitemap ul li:first-child {
  text-transform: uppercase;
}
footer .sitemap ul li:first-child a {
  opacity: 1 !important;
}
footer .sitemap ul li:last-child {
  margin-bottom: 0;
}
footer .sitemap ul li a:hover,
footer .sitemap ul li a:focus,
footer .sitemap ul li a:active {
  text-decoration: underline;
}
footer .footer-navigation {
  text-transform: uppercase;
  border-bottom: 1px solid #335cad;
  padding: 30px 0;
  overflow: hidden;
}
footer .footer-navigation ul li {
  margin-bottom: 10px;
}
footer .footer-navigation ul li:last-child {
  margin-bottom: 0;
}
footer .footer-navigation ul li a {
  opacity: 1 !important;
}
footer .footer-navigation ul li a [class^="icon-"],
footer .footer-navigation ul li a [class*=" icon-"] {
  margin-right: 5px;
}
footer .footer-navigation ul li a:hover,
footer .footer-navigation ul li a:focus,
footer .footer-navigation ul li a:active {
  text-decoration: underline;
}
footer .footer-navigation .facebook,
footer .footer-navigation .social {
  margin-top: 15px;
  margin-right: 10px;
  float: left;
}
footer .footer-navigation .facebook a,
footer .footer-navigation .social a {
  opacity: 0.8;
  -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;
}
footer .footer-navigation .facebook a:hover,
footer .footer-navigation .social a:hover {
  opacity: 1;
}
footer .footer-navigation .facebook img,
footer .footer-navigation .social img {
  width: 30px;
  height: auto;
}
footer .footer-copyright {
  opacity: 0.7;
  padding: 30px 0;
}
/* buttons */
button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.button {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 18px;
  -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;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.button.default {
  background-color: #c9510c;
  color: #ffffff;
}
.button.default:hover,
.button.default:focus,
.button.default:active {
  background-color: #b64a0c;
  color: #ffffff;
  text-decoration: none !important;
}
.button.hollow {
  background-color: transparent;
  color: #003399;
  border: 1px solid #003399;
  padding: 12px 17px;
}
.button.hollow:hover,
.button.hollow:focus,
.button.hollow:active {
  background-color: #003399;
  color: #ffffff;
}
.button.hollow-white {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 17px;
}
.button.hollow-white:hover,
.button.hollow-white:focus,
.button.hollow-white:active {
  background-color: #ffffff;
  color: #003399;
}
.button [class^="icon-"]:first-child,
.button [class*=" icon-"]:first-child {
  margin-right: 10px;
}
.button [class^="icon-"]:last-child,
.button [class*=" icon-"]:last-child {
  margin-left: 10px;
}
/* forms */
.content-area .frm_forms form.frm_pro_form .frm_button_submit {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 18px;
  background-color: #c9510c;
  color: #ffffff;
  border: 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;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content-area .frm_forms form.frm_pro_form .frm_button_submit:hover,
.content-area .frm_forms form.frm_pro_form .frm_button_submit:focus,
.content-area .frm_forms form.frm_pro_form .frm_button_submit:active {
  background-color: #b64a0c;
  color: #ffffff;
  text-decoration: none !important;
}
form.default {
  /* structure */
  /* elements */
  /* checkbox */
  /* radio button */
}
form.default .form-group {
  margin-bottom: 5px;
}
form.default .form-group.spacing {
  margin-top: 30px;
}
form.default .form-group:last-child {
  margin-bottom: 0;
}
form.default label {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 11px;
}
form.default .notice {
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
}
form.default input[type="text"],
form.default input[type="number"],
form.default input[type="password"],
form.default input[type="email"],
form.default input[type="search"],
form.default textarea {
  -webkit-appearance: none;
  -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);
}
form.default input[type="text"].form-control,
form.default input[type="number"].form-control,
form.default input[type="password"].form-control,
form.default input[type="email"].form-control,
form.default input[type="search"].form-control,
form.default textarea.form-control {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #464646;
  padding: 10px;
  border: 1px solid #a9a9a9;
  background-color: #ffffff;
  height: auto;
}
form.default input[type="text"].form-control:hover,
form.default input[type="number"].form-control:hover,
form.default input[type="password"].form-control:hover,
form.default input[type="email"].form-control:hover,
form.default input[type="search"].form-control:hover,
form.default textarea.form-control:hover,
form.default input[type="text"].form-control:active,
form.default input[type="number"].form-control:active,
form.default input[type="password"].form-control:active,
form.default input[type="email"].form-control:active,
form.default input[type="search"].form-control:active,
form.default textarea.form-control:active,
form.default input[type="text"].form-control:focus,
form.default input[type="number"].form-control:focus,
form.default input[type="password"].form-control:focus,
form.default input[type="email"].form-control:focus,
form.default input[type="search"].form-control:focus,
form.default textarea.form-control:focus {
  border-color: #134094;
  outline: 0 !important;
  -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);
}
form.default input[type="text"]:disabled,
form.default input[type="number"]:disabled,
form.default input[type="password"]:disabled,
form.default input[type="email"]:disabled,
form.default input[type="search"]:disabled,
form.default textarea:disabled {
  border-color: #f0f0f0 !important;
  background-color: #f0f0f0;
}
form.default input:-webkit-autofill,
form.default textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
form.default .checkbox {
  margin: 0;
  margin-bottom: 15px;
  padding-top: 0 !important;
  position: relative;
  cursor: default;
}
form.default .checkbox:last-child {
  margin-bottom: 0;
}
form.default .checkbox label {
  padding: 0;
  padding-left: 30px;
  margin: 0;
  cursor: pointer;
  font-weight: 300;
}
form.default input[type=checkbox] {
  display: none;
}
form.default input[type=checkbox] + span.icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background-color: #ffffff;
  border: 2px solid #134094;
  color: #134094;
  text-align: center;
  cursor: pointer;
}
form.default input[type=checkbox]:checked + span.icon {
  font-size: 14px;
}
form.default input[type=checkbox]:checked + span.icon:before {
  font-family: 'esf';
  content: '\e90b';
}
form.default input[type=checkbox]:disabled + span.icon {
  opacity: 0.5;
}
form.default .radio {
  margin: 0;
  margin-right: 15px;
  position: relative;
  cursor: default;
  display: inline-block;
}
form.default .radio:last-child {
  margin-bottom: 0;
}
form.default .radio label {
  padding: 0;
  padding-left: 30px;
  margin: 0;
  cursor: pointer;
  font-weight: 300;
}
form.default input[type=radio] {
  display: none;
}
form.default input[type=radio] + span.icon {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background-color: #ffffff;
  border: 2px solid #134094;
  color: #464646;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
form.default input[type=radio]:checked + span.icon {
  font-size: 11px;
}
form.default input[type=radio]:checked + span.icon:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #134094;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
form.default input[type=radio]:disabled + span.icon {
  opacity: 0.5;
}
/* content styles */
.content-area {
  /* shortcodes */
  /*.link-external, .link-arrow, .link-download {
        margin-bottom: 30px;

        &:last-child {
            margin-bottom: 0;
        }
    }*/
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area p {
  margin-bottom: 30px;
}
.content-area h1:last-child,
.content-area h2:last-child,
.content-area h3:last-child,
.content-area h4:last-child,
.content-area p:last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
.content-area ul:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.content-area ul:not([id]):not([class]) li:last-child {
  margin-bottom: 0;
}
.content-area ul:not([id]):not([class]) li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #134094;
}
.content-area ul:not([id]):not([class]) li > ul {
  margin-left: 30px;
  margin-top: 10px;
}
.content-area ul.check {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
.content-area ul.check:last-child {
  margin-bottom: 0;
}
.content-area ul.check li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.content-area ul.check li:last-child {
  margin-bottom: 0;
}
.content-area ul.check li::before {
  content: '\e90b';
  font-family: 'esf' !important;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  color: #0080c7;
}
.content-area ul.check li > ul {
  margin-left: 30px;
  margin-top: 10px;
}
.content-area ol:not([id]):not([class]) {
  margin-bottom: 30px;
  counter-reset: item;
}
.content-area ol:not([id]):not([class]):last-child {
  margin-bottom: 0;
}
.content-area ol:not([id]):not([class]) li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.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: #134094;
  font-weight: bold;
}
.content-area ol:not([id]):not([class]) li > ol {
  margin-left: 30px;
  margin-top: 10px;
}
.content-area .table-responsive {
  border: 0;
  margin-bottom: 30px;
}
.content-area .table-responsive:last-child {
  margin-bottom: 0;
}
.content-area table {
  margin-bottom: 30px;
}
.content-area table:last-child {
  margin-bottom: 0;
}
.content-area table tr:nth-child(even) {
  background-color: #ffffff;
}
.content-area table tr:nth-child(odd) {
  background-color: #ffffff;
}
.content-area table th,
.content-area table thead td {
  padding: 10px;
  font-weight: bold;
  color: #134094;
  background-color: #dcedff !important;
  border: 1px solid #dcedff !important;
}
.content-area table > tr:first-child > td {
  border-top: 1px solid #d2d2d2;
}
.content-area table td {
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.content-area table td:first-child {
  border-left: 1px solid #d2d2d2;
}
.content-area table td:last-child {
  border-right: 1px solid #d2d2d2;
}
.content-area p img.alignnone {
  max-width: 100%;
  height: auto;
}
.content-area p img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.content-area p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.content-area div.alignnone,
.content-area div.alignleft,
.content-area div.alignright,
.content-area divaligncenter {
  max-width: 100%;
}
.content-area div.alignnone img,
.content-area div.alignleft img,
.content-area div.alignright img,
.content-area divaligncenter img {
  max-width: 100%;
  height: auto;
}
.content-area .wp-caption-text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 30px !important;
}
.content-area a:hover,
.content-area a:focus,
.content-area a:active {
  text-decoration: underline;
}
.content-area .quote {
  min-height: 110px;
  padding: 30px;
  padding-left: 60px;
  margin-bottom: 30px;
  margin-left: 20px;
  background-color: #dcedff;
  position: relative;
}
.content-area .quote::after {
  content: '\e91c';
  font-family: 'esf' !important;
  font-size: 50px;
  line-height: 50px;
  color: #ffcc00;
  background-color: #ffffff;
  position: absolute;
  left: -20px;
  top: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content-area .quote:last-child {
  margin-bottom: 0;
}
.content-area .link-external {
  display: block;
}
.content-area .link-external a::before {
  content: '\e907';
  font-family: 'esf' !important;
  margin-right: 10px;
}
.content-area .link-external a:hover,
.content-area .link-external a:focus,
.content-area .link-external a:active {
  text-decoration: none;
}
.content-area .link-arrow {
  display: block;
}
.content-area .link-arrow a::before {
  content: '\e914';
  font-family: 'esf' !important;
  margin-right: 10px;
}
.content-area .link-arrow a:hover,
.content-area .link-arrow a:focus,
.content-area .link-arrow a:active {
  text-decoration: none;
}
.content-area .link-download {
  display: block;
}
.content-area .link-download a::before {
  content: '\e906';
  font-family: 'esf' !important;
  margin-right: 10px;
}
.content-area .link-download a:hover,
.content-area .link-download a:focus,
.content-area .link-download a:active {
  text-decoration: none;
}
/* fancy box */
#fancybox-wrap #fancybox-close {
  width: 45px;
  height: 45px;
  top: -22px;
  right: -22px;
  background-image: url('../images/close.png');
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
  opacity: 1;
}
#fancybox-wrap #fancybox-left-ico,
#fancybox-wrap #fancybox-right-ico {
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
  opacity: 0.75;
  -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-wrap #fancybox-left-ico:hover,
#fancybox-wrap #fancybox-right-ico:hover {
  opacity: 1;
}
#fancybox-wrap #fancybox-left-ico {
  background-image: url('../images/arrow-left.png');
}
#fancybox-wrap #fancybox-right-ico {
  background-image: url('../images/arrow-right.png');
}
#fancybox-wrap #fancybox-title-over {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}
/* main */
main > .stripe {
  width: 100%;
  height: 50px;
  background-image: url('../images/tile-5.png');
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin-bottom: 50px;
}
/* aside */
aside {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
aside h4 {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
aside ul {
  border: 1px solid #d2d2d2;
  border-top: 4px solid #003399;
}
aside ul li:last-child a {
  border-bottom: 0;
}
aside ul li.active a {
  font-weight: bold;
}
aside ul li a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #d2d2d2;
  color: #464646;
  background-color: #ffffff;
  word-wrap: break-word;
}
aside ul li a:hover,
aside ul li a:focus,
aside ul li a:active {
  color: #464646;
  font-weight: bold;
}
aside ul li.subnav-headline {
  margin: -1px;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 15px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
aside ul li.subnav-headline h4 {
  margin-bottom: 0;
}
/* modal */
.modal-backdrop {
  background-color: rgba(0, 128, 199, 0.8);
}
.modal-backdrop.in {
  opacity: 1;
}
.modal-open {
  padding-right: 0 !important;
}
.modal {
  padding-right: 0 !important;
  z-index: 2000;
}
.modal .modal-dialog {
  width: 1140px;
  margin: 30px auto !important;
}
.modal .modal-dialog .stripe {
  width: 100%;
  height: 50px;
  background-image: url('../images/tile-6.png');
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.modal .modal-dialog .close {
  position: absolute;
  top: 65px;
  right: 15px;
  z-index: 1;
  opacity: 1;
  font-size: 24px;
  color: #134094;
  -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: 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;
}
.modal .modal-dialog .close:hover {
  color: #134094;
}
.modal .modal-dialog .modal-content {
  padding: 50px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* modal, call detail, event detail */
.modal .headline-wrapper,
section.call-detail .headline-wrapper,
section.event-detail .headline-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
.modal .headline-wrapper .topline,
section.call-detail .headline-wrapper .topline,
section.event-detail .headline-wrapper .topline {
  font-weight: bold;
  color: #464646;
  margin-bottom: 7px;
}
.modal .call-meta,
section.call-detail .call-meta,
section.event-detail .call-meta {
  margin-bottom: 30px;
}
.modal .call-meta .symbol-text-list,
section.call-detail .call-meta .symbol-text-list,
section.event-detail .call-meta .symbol-text-list {
  font-size: 0;
  margin: 0 -15px;
}
.modal .call-meta .symbol-text-list .symbol-text-item,
section.call-detail .call-meta .symbol-text-list .symbol-text-item,
section.event-detail .call-meta .symbol-text-list .symbol-text-item {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  padding: 0 15px;
  color: #0080c7;
}
.modal .call-meta .symbol-text-list .symbol-text-item button,
section.call-detail .call-meta .symbol-text-list .symbol-text-item button,
section.event-detail .call-meta .symbol-text-list .symbol-text-item button {
  display: block;
  min-height: 50px;
  padding-left: 65px;
  position: relative;
  text-align: left;
  cursor: default;
  word-wrap: break-word;
}
.modal .call-meta .symbol-text-list .symbol-text-item button .icon,
section.call-detail .call-meta .symbol-text-list .symbol-text-item button .icon,
section.event-detail .call-meta .symbol-text-list .symbol-text-item button .icon {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.modal .call-meta .symbol-text-list .symbol-text-item button .text,
section.call-detail .call-meta .symbol-text-list .symbol-text-item button .text,
section.event-detail .call-meta .symbol-text-list .symbol-text-item button .text {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
.modal .call-additional-info,
section.call-detail .call-additional-info,
section.event-detail .call-additional-info,
.modal .call-submission,
section.call-detail .call-submission,
section.event-detail .call-submission {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #a9a9a9;
}
.modal .button-wrapper,
section.call-detail .button-wrapper,
section.event-detail .button-wrapper {
  margin-top: 30px;
}
.modal .event-meta,
section.call-detail .event-meta,
section.event-detail .event-meta {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
.modal .event-meta .meta-list,
section.call-detail .event-meta .meta-list,
section.event-detail .event-meta .meta-list {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal .event-meta .meta-list .meta-item,
section.call-detail .event-meta .meta-list .meta-item,
section.event-detail .event-meta .meta-list .meta-item {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.modal .event-meta .meta-list .meta-item:last-child,
section.call-detail .event-meta .meta-list .meta-item:last-child,
section.event-detail .event-meta .meta-list .meta-item:last-child {
  margin-bottom: 0;
}
.modal .event-meta .meta-list .meta-item [class^="icon-"],
section.call-detail .event-meta .meta-list .meta-item [class^="icon-"],
section.event-detail .event-meta .meta-list .meta-item [class^="icon-"],
.modal .event-meta .meta-list .meta-item [class*=" icon-"],
section.call-detail .event-meta .meta-list .meta-item [class*=" icon-"],
section.event-detail .event-meta .meta-list .meta-item [class*=" icon-"] {
  color: #0080c7;
  display: inline-block;
  min-width: 15px;
  margin-right: 5px;
}
.modal .event-meta .host,
section.call-detail .event-meta .host,
section.event-detail .event-meta .host {
  display: block;
}
/* cookie info */
#cookie-info {
  width: 100%;
  padding: 30px 0;
  font-size: 14px;
  line-height: 22px;
  background-color: #0080c7;
  color: #ffffff;
  text-align: center;
}
#cookie-info a {
  color: #ffffff !important;
  text-decoration: underline;
}
#cookie-info .text {
  margin-bottom: 20px;
}
/* sections */
section {
  padding: 50px 0;
}
section.white:first-child,
section.white:first-of-type {
  padding-top: 0;
}
section.white + section.white {
  padding-top: 0;
}
section.background + section.background {
  margin-top: 10px;
}
/* section sujet */
section.sujet img {
  width: 100%;
  height: auto;
}
/* section about teaser */
section.about-teaser .box {
  border: 1px solid #d2d2d2;
  overflow: hidden;
  position: relative;
  width: 100%;
}
section.about-teaser .box::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
}
section.about-teaser .box .corner {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
section.about-teaser .box .box-element {
  width: 49.9%;
  padding: 50px;
  float: left;
  position: relative;
}
section.about-teaser .box h2 {
  font-size: 26px;
  line-height: 30px;
}
section.about-teaser .box .button-wrapper {
  text-align: center;
}
section.about-teaser .box .button {
  margin-top: 30px;
}
/* section calls */
section.calls {
  background-color: #335cad;
  color: #ffffff;
  position: relative;
}
section.calls .headline-wrapper {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
section.calls .headline-wrapper h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}
section.calls .intro {
  text-align: center;
  margin-bottom: 30px;
}
section.calls .call-item-list {
  margin-bottom: 30px;
}
section.calls .call-item-list.empty {
  text-align: center;
}
section.calls .call-item-list .call-item {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  padding-bottom: 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;
}
section.calls .call-item-list .call-item:hover,
section.calls .call-item-list .call-item:focus,
section.calls .call-item-list .call-item:active {
  background-color: #ecf5ff;
}
section.calls .call-item-list .call-item .text-wrapper {
  display: block;
  min-height: 200px;
  padding-bottom: 40px;
}
section.calls .call-item-list .call-item .date {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #0080c7;
  margin-bottom: 20px;
}
section.calls .call-item-list .call-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 20px;
}
section.calls .call-item-list .call-item .organisation {
  display: block;
  color: #464646;
  margin-bottom: 20px;
}
section.calls .call-item-list .call-item .symbol-wrapper {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  margin: 0 -20px;
  border-top: 1px solid #d2d2d2;
  position: relative;
  color: #c9510c;
  text-align: right;
}
section.calls .button-wrapper {
  text-align: center;
  margin: -5px;
}
section.calls .button-wrapper .button {
  margin: 5px;
}
section.calls .stripe {
  width: 50px;
  height: 100%;
  background-image: url('../images/tile-2.png');
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}
/* section highlights */
section.highlights .headline-wrapper {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
}
section.highlights .headline-wrapper h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
section.highlights .highlight-list {
  font-size: 0;
  margin: 0 -15px;
  margin-bottom: -40px;
}
section.highlights .highlight-list .highlight-item {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
}
section.highlights .highlight-list .highlight-item a:hover .symbol-wrapper {
  color: #3399d2;
}
section.highlights .highlight-list .highlight-item a:hover .title {
  text-decoration: underline;
}
section.highlights .highlight-list .highlight-item .symbol-wrapper {
  display: block;
  font-size: 100px;
  color: #0080c7;
  margin-bottom: 15px;
  -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.highlights .highlight-list .highlight-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
}
/* section events */
section.events {
  background-color: #f0f0f0;
  position: relative;
}
section.events .headline-wrapper h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
section.events .event-item-list {
  padding-left: 70px;
  margin-bottom: 30px;
  position: relative;
}
section.events .event-item-list.empty {
  padding-left: 0;
  text-align: center;
}
section.events .event-item-list.empty::before {
  display: none;
}
section.events .event-item-list::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  left: 7px;
  top: 0;
}
section.events .event-item-list .event-item {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  padding-right: 120px;
  margin-bottom: 10px;
  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;
}
section.events .event-item-list .event-item:hover,
section.events .event-item-list .event-item:focus,
section.events .event-item-list .event-item:active {
  background-color: #ecf5ff;
}
section.events .event-item-list .event-item:hover::after,
section.events .event-item-list .event-item:focus::after,
section.events .event-item-list .event-item:active::after {
  border-right: 10px solid #ecf5ff;
}
section.events .event-item-list .event-item:last-child {
  margin-bottom: 0;
}
section.events .event-item-list .event-item::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0080c7;
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.events .event-item-list .event-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: border-right 0.3s ease 0s;
  -moz-transition: border-right 0.3s ease 0s;
  -o-transition: border-right 0.3s ease 0s;
  -ms-transition: border-right 0.3s ease 0s;
  transition: border-right 0.3s ease 0s;
}
section.events .event-item-list .event-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 15px;
}
section.events .event-item-list .event-item .meta-list {
  display: block;
  font-weight: bold;
  color: #464646;
}
section.events .event-item-list .event-item .meta-list .meta-item {
  display: inline-block;
  margin-right: 20px;
}
section.events .event-item-list .event-item .meta-list .meta-item:last-child {
  margin-right: 0;
}
section.events .event-item-list .event-item .meta-list .meta-item [class^="icon-"],
section.events .event-item-list .event-item .meta-list .meta-item [class*=" icon-"] {
  color: #0080c7;
  margin-right: 5px;
}
section.events .event-item-list .event-item .symbol-wrapper {
  display: block;
  width: 100px;
  height: 100%;
  border-left: 1px solid #d2d2d2;
  color: #c9510c;
  position: absolute;
  top: 0;
  right: 0;
}
section.events .event-item-list .event-item .symbol-wrapper [class^="icon-"],
section.events .event-item-list .event-item .symbol-wrapper [class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -6px;
}
section.events .button-wrapper {
  text-align: center;
}
section.events .stripe {
  width: 50px;
  height: 100%;
  background-image: url('../images/tile-3.png');
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: 0;
}
/* section news social */
section.news-social {
  padding: 0;
  position: relative;
  background: linear-gradient(to right, #f0f0f0 66%, #e7e7e7 34%);
  background-size: 100% 100%;
}
section.news-social .headline-wrapper h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
section.news-social .news-wrapper {
  padding: 50px 30px 50px 15px;
  background-color: #f0f0f0;
}
section.news-social .social-wrapper {
  padding: 50px 15px 50px 30px;
  background-color: #e7e7e7;
}
section.news-social .news-item-list {
  margin-bottom: 30px;
}
section.news-social .news-item-list .news-item {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  padding-bottom: 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;
}
section.news-social .news-item-list .news-item:hover,
section.news-social .news-item-list .news-item:focus,
section.news-social .news-item-list .news-item:active {
  background-color: #ecf5ff;
}
section.news-social .news-item-list .news-item .text-wrapper {
  display: block;
  min-height: 200px;
  padding-bottom: 40px;
}
section.news-social .news-item-list .news-item .date {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #0080c7;
  margin-bottom: 20px;
}
section.news-social .news-item-list .news-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 20px;
}
section.news-social .news-item-list .news-item .symbol-wrapper {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  margin: 0 -20px;
  border-top: 1px solid #d2d2d2;
  position: relative;
  color: #c9510c;
  text-align: right;
}
section.news-social .social-item-list .social-item {
  padding: 10px 0;
  border-top: 1px solid #d2d2d2;
}
section.news-social .social-item-list .social-item:last-child {
  padding-bottom: 0;
}
section.news-social .social-item-list .social-item .meta {
  margin-bottom: 10px;
}
section.news-social .social-item-list .social-item .meta .logo {
  width: 20px;
  height: auto;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
section.news-social .social-item-list .social-item .meta .time-date {
  font-size: 14px;
  line-height: 22px;
  color: #464646;
  display: inline-block;
  vertical-align: middle;
}
section.news-social .social-item-list .social-item a:hover,
section.news-social .social-item-list .social-item a:focus,
section.news-social .social-item-list .social-item a:active {
  text-decoration: underline;
}
section.news-social .button-wrapper {
  text-align: left;
}
section.news-social .stripe {
  width: 50px;
  height: 100%;
  background-image: url('../images/tile-3.png');
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 0;
}
/* section cta */
section.cta {
  padding: 30px 0;
  background-color: #0080c7;
  color: #ffffff;
}
section.cta.white-bg {
  background-color: #ffffff;
  color: #464646;
}
section.cta.white-bg .button.hollow-white {
  padding: 13px 18px;
  border: 0;
  background-color: #c9510c;
  color: #ffffff;
}
section.cta.white-bg .button.hollow-white:hover,
section.cta.white-bg .button.hollow-white:focus,
section.cta.white-bg .button.hollow-white:active {
  background-color: #b64a0c;
  color: #ffffff;
  text-decoration: none !important;
}
section.cta .text {
  font-size: 26px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  text-align: center;
  margin-bottom: 30px;
}
section.cta .button-wrapper {
  text-align: center;
  margin: -5px;
}
section.cta .button-wrapper .button {
  margin: 5px;
}
/* default page / list elements */
.default-headline-wrapper {
  margin-bottom: 30px;
}
.default-headline-wrapper .image {
  margin-bottom: 30px;
}
.default-headline-wrapper .image img {
  width: 100%;
  height: auto;
}
.default-headline-wrapper .topline {
  font-weight: bold;
  margin-bottom: 10px;
}
.default-headline-wrapper .subline {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  color: #134094;
  margin-top: 7px;
}
.default-intro {
  margin-bottom: 30px;
}
.default-element-list .default-element-item {
  display: block;
  border: 1px solid #d2d2d2;
  padding: 20px;
  padding-right: 75px;
  margin-bottom: 10px;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  -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;
}
.default-element-list .default-element-item:hover,
.default-element-list .default-element-item:focus,
.default-element-list .default-element-item:active {
  background-color: #ecf5ff;
}
.default-element-list .default-element-item:last-child {
  margin-bottom: 0;
}
.default-element-list .default-element-item .text-wrapper {
  display: block;
}
.default-element-list .default-element-item .symbol-wrapper {
  display: block;
  width: 75px;
  height: 100%;
  color: #c9510c;
  position: absolute;
  top: 0;
  right: 0;
}
.default-element-list .default-element-item .symbol-wrapper [class^="icon-"],
.default-element-list .default-element-item .symbol-wrapper [class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -6px;
}
.default-pagination {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.default-pagination ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.default-pagination ul li {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.default-pagination ul li::after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.default-pagination ul li:last-child::after {
  display: none;
}
.default-pagination ul li a {
  font-weight: bold;
}
.default-content {
  margin-bottom: 30px;
}
.default-content.error {
  color: #e2001a;
}
.default-content:last-child {
  margin-bottom: 0;
}
.default-content-gallery {
  margin-bottom: 30px;
}
.default-content-gallery:last-child {
  margin-bottom: 0;
}
.default-content-gallery .image-list {
  font-size: 0;
  line-height: 0;
  text-align: left;
  margin: 0 -1px;
}
.default-content-gallery .image-list .image-item {
  display: inline-block;
  width: 20%;
  padding: 1px;
}
.default-content-gallery .image-list .image-item .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.default-content-gallery .image-list .image-item .image img {
  width: 100%;
  height: auto;
}
/* default content accordion */
.default-content-accordion {
  margin-bottom: 30px;
}
.default-content-accordion:last-child {
  margin-bottom: 0;
}
.default-content-accordion:last-child .panel-group .panel:last-child .panel-body {
  padding-bottom: 0;
}
.default-content-accordion .panel-group {
  border: 0;
  margin: 0;
}
.default-content-accordion .panel-group .panel {
  border: 0;
  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);
}
.default-content-accordion .panel-group .panel .panel-heading {
  padding: 0;
}
.default-content-accordion .panel-group .panel .panel-heading a {
  display: block;
  padding: 30px 50px 30px 15px;
  color: #ffffff;
  background-color: #0280c5;
  text-decoration: none;
  position: relative;
  -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;
}
.default-content-accordion .panel-group .panel .panel-heading a:hover,
.default-content-accordion .panel-group .panel .panel-heading a:focus,
.default-content-accordion .panel-group .panel .panel-heading a:active {
  color: #ffffff !important;
  background-color: #0280c5 !important;
  text-decoration: none;
}
.default-content-accordion .panel-group .panel .panel-heading a:hover .toggle-icon,
.default-content-accordion .panel-group .panel .panel-heading a:focus .toggle-icon,
.default-content-accordion .panel-group .panel .panel-heading a:active .toggle-icon {
  color: #ffffff !important;
}
.default-content-accordion .panel-group .panel .panel-heading a.collapsed {
  color: #134094;
  background-color: #dcedff;
}
.default-content-accordion .panel-group .panel .panel-heading a.collapsed .toggle-icon {
  color: #134094;
}
.default-content-accordion .panel-group .panel .panel-heading a.collapsed .toggle-icon .open {
  display: none;
}
.default-content-accordion .panel-group .panel .panel-heading a.collapsed .toggle-icon .closed {
  display: block;
}
.default-content-accordion .panel-group .panel .panel-heading a .toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  font-size: 20px;
  color: #ffffff;
  -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;
}
.default-content-accordion .panel-group .panel .panel-heading a .toggle-icon .open {
  display: block;
}
.default-content-accordion .panel-group .panel .panel-heading a .toggle-icon .closed {
  display: none;
}
.default-content-accordion .panel-group .panel .panel-body {
  border: 0;
  padding: 30px 15px;
}
.default-content-accordion .panel-group .panel + .panel {
  margin-top: 10px;
}
/* default content video */
.default-content-video {
  padding: 30px;
  padding-left: 60px;
  margin-bottom: 30px;
  margin-left: 20px;
  background-color: #dcedff;
  position: relative;
}
.default-content-video::after {
  content: '\e92a';
  font-family: 'esf' !important;
  font-size: 50px;
  line-height: 50px;
  color: #ffcc00;
  background-color: #ffffff;
  position: absolute;
  left: -20px;
  top: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.default-content-video:last-child {
  margin-bottom: 0;
}
.default-content-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}
.default-content-video .video-wrapper:last-child {
  margin-bottom: 0;
}
.default-content-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* section call overview */
section.call-overview .call-filter {
  margin-bottom: 30px;
}
section.call-overview .call-filter .toggle-button-list {
  font-size: 0;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item {
  display: inline-block;
  width: 33.33%;
  padding-right: 1px;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item.last {
  padding-right: 0;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item button {
  width: 100%;
  padding: 0 20px;
  padding-right: 40px;
  height: 70px;
  line-height: 70px;
  background-color: #0080c7;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  word-wrap: break-word;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item button.collapsed {
  background-color: #cee6f4;
  color: #0080c7;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item button.collapsed .toggle-icon .closed {
  display: block;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item button.collapsed .toggle-icon .open {
  display: none;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item button .toggle-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item button .toggle-icon .closed {
  display: none;
}
section.call-overview .call-filter .toggle-button-list .toggle-button-item button .toggle-icon .open {
  display: block;
}
section.call-overview .call-filter .collapse-list {
  position: relative;
}
section.call-overview .call-filter .collapse-list .collapse-item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 1;
}
section.call-overview .call-filter .collapse-list .collapse-item.collapsing,
section.call-overview .call-filter .collapse-list .collapse-item.in {
  z-index: 2;
}
section.call-overview .call-filter .collapse-list .collapse-item .collapse-item-inner {
  padding: 20px;
  background-color: #0080c7;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
section.call-overview .call-filter .collapse-list .collapse-item .option-list {
  font-size: 0;
  margin: 0 -15px;
  margin-bottom: 20px;
}
section.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 10px;
}
section.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item button {
  display: block;
  min-height: 35px;
  padding-left: 50px;
  position: relative;
  text-align: left;
}
section.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item button:hover .icon {
  opacity: 0.75;
}
section.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item button.active .icon {
  opacity: 1;
}
section.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item button .icon {
  font-size: 35px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  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.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item button .text {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
section.call-overview .quick-filter {
  font-size: 0;
  margin-bottom: 15px;
}
section.call-overview .quick-filter ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
section.call-overview .quick-filter ul li:last-child::after {
  display: none;
}
section.call-overview .quick-filter ul li::after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}
section.call-overview .quick-filter ul li button {
  color: #c9510c;
  display: inline-block;
  text-transform: uppercase;
}
section.call-overview .quick-filter ul li button.active {
  font-weight: bold;
  color: #464646 !important;
  pointer-events: none;
  position: relative;
}
section.call-overview .quick-filter ul li button.active::after {
  content: '\e915';
  font-family: 'esf' !important;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -7px;
}
section.call-overview .call-item-list .call-item .organisation {
  display: block;
  color: #464646;
  margin-bottom: 20px;
}
section.call-overview .call-item-list .call-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 5px;
}
section.call-overview .call-item-list .call-item .date {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #0080c7;
}
/* section event overview */
section.event-overview .event-item-list {
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
}
section.event-overview .event-item-list:last-child {
  margin-bottom: 0;
}
section.event-overview .event-item-list::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  left: 7px;
  top: 0;
}
section.event-overview .event-item-list .event-item-headline {
  padding: 30px 0;
  margin-left: -40px;
  background-color: #ffffff;
  position: relative;
}
section.event-overview .event-item-list .event-item-headline:first-child {
  padding-top: 0;
}
section.event-overview .event-item-list .event-item-headline:last-child {
  padding-bottom: 0;
}
section.event-overview .event-item-list .event-item + .event-item-headline {
  margin-top: -30px;
}
section.event-overview .event-item-list .event-item {
  position: relative;
  margin-bottom: 30px;
  overflow: visible;
}
section.event-overview .event-item-list .event-item:last-child {
  margin-bottom: 0;
}
section.event-overview .event-item-list .event-item::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0080c7;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.event-overview .event-item-list .event-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 15px;
}
section.event-overview .event-item-list .event-item .meta-list {
  display: block;
  font-weight: bold;
  color: #464646;
  margin-bottom: 10px;
}
section.event-overview .event-item-list .event-item .meta-list .meta-item {
  display: block;
  margin-bottom: 10px;
}
section.event-overview .event-item-list .event-item .meta-list .meta-item:last-child {
  margin-bottom: 0;
}
section.event-overview .event-item-list .event-item .meta-list .meta-item [class^="icon-"],
section.event-overview .event-item-list .event-item .meta-list .meta-item [class*=" icon-"] {
  color: #0080c7;
  display: inline-block;
  min-width: 15px;
  margin-right: 5px;
}
section.event-overview .event-item-list .event-item .host {
  display: block;
  color: #464646;
}
/* section news overview */
section.news-overview .news-item-list .news-item .date {
  display: block;
  font-weight: bold;
  color: #464646;
  margin-bottom: 15px;
}
section.news-overview .news-item-list .news-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 15px;
}
section.news-overview .news-item-list .news-item .summary {
  display: block;
  color: #464646;
}
/* section news detail */
section.news-detail .default-headline-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
section.news-detail .default-content,
section.news-detail .default-content-gallery {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
section.news-detail .back-link {
  text-transform: uppercase;
}
section.news-detail .back-link [class^="icon-"],
section.news-detail .back-link [class*=" icon-"] {
  margin-right: 5px;
}
/* section project overview */
section.project-overview .project-item-list .project-item .image-wrapper {
  width: 250px;
  margin-right: 20px;
  float: left;
  display: block;
}
section.project-overview .project-item-list .project-item .image-wrapper img {
  width: 100%;
  height: auto;
}
section.project-overview .project-item-list .project-item .text-wrapper {
  overflow: hidden;
}
section.project-overview .project-item-list .project-item .region {
  display: block;
  font-weight: bold;
  color: #464646;
  margin-bottom: 15px;
}
section.project-overview .project-item-list .project-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 15px;
}
section.project-overview .project-item-list .project-item .summary {
  display: block;
  color: #464646;
}
/* section project detail */
section.project-detail .default-headline-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
section.project-detail .project-meta {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
section.project-detail .project-meta .symbol-text-list {
  font-size: 0;
  margin: 0 -15px;
}
section.project-detail .project-meta .symbol-text-list .symbol-text-item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #0080c7;
}
section.project-detail .project-meta .symbol-text-list .symbol-text-item button {
  display: block;
  min-height: 30px;
  padding-left: 45px;
  position: relative;
  text-align: left;
  cursor: default;
  word-wrap: break-word;
}
section.project-detail .project-meta .symbol-text-list .symbol-text-item button .icon {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
section.project-detail .project-meta .symbol-text-list .symbol-text-item button .text {
  font-size: 17px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}
section.project-detail .project-meta .symbol-text-list .symbol-text-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
section.project-detail .project-meta .symbol-text-list .symbol-text-item a [class^="icon-"],
section.project-detail .project-meta .symbol-text-list .symbol-text-item a [class*=" icon-"] {
  margin-right: 10px;
}
section.project-detail .default-content,
section.project-detail .default-content-gallery {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a9a9a9;
}
section.project-detail .back-link {
  text-transform: uppercase;
}
section.project-detail .back-link [class^="icon-"],
section.project-detail .back-link [class*=" icon-"] {
  margin-right: 5px;
}
/* section content */
/* section search result */
section.search-result .search-item-list .search-item .title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #c9510c;
  margin-bottom: 15px;
}
section.search-result .search-item-list .search-item .title:last-child {
  margin-bottom: 0;
}
section.search-result .search-item-list .search-item .summary {
  display: block;
  color: #464646;
}
/* project map */
section.project-map {
  background-color: #f0f0f0;
  padding: 50px 0;
  position: relative;
  height: 640px;
}
section.project-map.full-width {
  margin-right: -292px;
}
section.project-map .project-map-wrapper {
  position: static;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner .two-click-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner .two-click-map h2 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner .two-click-map h2 a {
  color: inherit;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner .two-click-map .text {
  margin-bottom: 10px;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner .gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 20px;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner .gm-style .gm-style-iw-c > button {
  top: 0 !important;
  right: 0 !important;
}
section.project-map .project-map-wrapper .project-map-wrapper-inner .info-window-inner .map-project {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
section.project-map h1 {
  margin-bottom: 15px;
}
section.project-map .project-list-wrapper {
  height: 640px;
  padding-right: 15px;
  overflow-y: auto;
}
section.project-map .project-list .project-item {
  display: block;
  min-height: 120px;
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
section.project-map .project-list .project-item:last-child {
  margin-bottom: 0;
}
section.project-map .project-list .project-item .image {
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.project-map .project-list .project-item .text-wrapper {
  display: block;
  width: 50%;
  padding: 15px;
  float: right;
  word-wrap: break-word;
}
section.project-map .project-list .project-item .text-wrapper .title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
section.project-map .project-list .project-item .text-wrapper .location {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #464646;
}
.project-map-wrapper {
  position: static;
}
.project-map-wrapper .project-map-wrapper-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#project-map {
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-map-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  background-color: rgba(70, 70, 70, 0.5);
}
.project-map-layer .button-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
}
#project-map-hide {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
/* newsletter form newsletter2go */
section.newsletter img + h2 {
  font-size: 16px;
  line-height: 24px;
  color: #464646;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left !important;
}
.newsletter-form-wrapper .newsletter-row > h2 {
  font-size: 36px;
  line-height: 43px;
}
.newsletter-form-wrapper .newsletter-row {
  margin-bottom: 20px;
}
.newsletter-form-wrapper input[type="email"],
.newsletter-form-wrapper input[type="text"] {
  width: 240px;
}
.newsletter-form-wrapper button[type="submit"] {
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 13px 18px !important;
  background-color: #c9510c !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: inline-block !important;
  zoom: 1 !important;
  *display: inline !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.newsletter-form-wrapper button[type="submit"]:hover,
.newsletter-form-wrapper button[type="submit"]:focus,
.newsletter-form-wrapper button[type="submit"]:active {
  background-color: #b64a0c !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
/* cookie 2020 */
.modal-backdrop {
  z-index: 9000;
}
.modal {
  z-index: 9001;
}
#modal-cookie-notice {
  padding-right: 0 !important;
}
#modal-cookie-notice .modal-dialog {
  width: 720px;
  margin-top: 160px;
}
#modal-cookie-notice .modal-dialog .modal-content {
  padding: 30px;
  border: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#modal-cookie-notice .text {
  margin-bottom: 30px;
}
#modal-cookie-notice .button-wrapper {
  text-align: center;
}
#modal-cookie-notice .button-wrapper button {
  margin: 0 7px;
}
#modal-cookie-notice .frm_checkbox {
  margin-bottom: 20px !important;
}
#modal-cookie-notice .frm_checkbox label {
  position: relative;
}
#modal-cookie-notice .frm_checkbox span.small {
  display: block;
  font-size: 13px;
  line-height: 16px;
}
#modal-cookie-notice .frm_checkbox input[type=checkbox]:disabled + span.icon {
  opacity: 0.5;
}
/* mediaqueries */
@media (max-width: 1285px) {
  /* section calls */
  section.calls .stripe {
    display: none;
  }
  /* section events */
  section.events .stripe {
    display: none;
  }
  /* section news social */
  section.news-social {
    background: linear-gradient(to right, #f0f0f0 75%, #e7e7e7 25%);
  }
  section.news-social .stripe {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* header */
  header .header-left .logo img {
    height: 65px;
  }
  header .header-right {
    padding-left: 290px;
  }
  /* meta navigation */
  #meta-navigation {
    width: 200px;
  }
  /* modal */
  .modal .modal-dialog {
    width: 940px;
  }
  section.project-map.full-width {
    margin-right: -242px;
  }
}
@media (min-width: 992px) {
  /* main navigation */
  #main-navigation ul > li {
    /* sub navigation */
  }
  #main-navigation ul > li.sub .sub-navigation {
    display: none;
  }
  #main-navigation ul > li.sub .collapse-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  /* typography */
  body {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 19px;
    line-height: 24px;
  }
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
  h4 {
    font-size: 14px;
    line-height: 22px;
  }
  /* grid */
  .container {
    width: 100%;
  }
  /* header */
  header .stripe {
    height: 10px;
    background-size: auto 250%;
    margin-bottom: 20px;
  }
  header .header-inner {
    height: 86px;
  }
  header .header-left {
    width: 200px;
  }
  header .header-left .logo img {
    width: auto;
    height: 66px;
  }
  header .header-right {
    padding-left: 200px;
  }
  header .header-right .ministry {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 6px;
    border-left: 0;
  }
  header .header-right .ministry img {
    width: auto;
    height: 30px;
  }
  /* language switch */
  #language-switch-mobile {
    font-size: 14px;
    line-height: 22px;
  }
  /* show mobile navigation */
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  /* main navigation */
  nav.navbar-default {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    border-color: #d2d2d2;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 116px;
    left: 0;
    z-index: 1000;
    -webkit-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    -ms-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  nav.navbar-default.open,
  nav.navbar-default.fixed {
    border-color: #0080c7;
  }
  nav.navbar-default.open .navbar-header,
  nav.navbar-default.fixed .navbar-header {
    background-color: #0080c7;
  }
  nav.navbar-default.open .navbar-header .navbar-toggle,
  nav.navbar-default.fixed .navbar-header .navbar-toggle {
    color: #ffffff !important;
  }
  nav.navbar-default.fixed {
    position: fixed;
    top: 0;
  }
  nav.navbar-default.open.fixed {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* adds momentum scrolling on touch devices */
    bottom: 0;
  }
  nav.navbar-default .container {
    padding: 0;
  }
  nav.navbar-default .navbar-header {
    position: relative;
    border: 0;
    height: 46px;
    background-color: #ffffff;
    -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;
  }
  nav.navbar-default .navbar-toggle {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent !important;
    cursor: pointer;
    color: #0080c7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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;
  }
  nav.navbar-default .navbar-toggle.collapsed {
    color: #003399;
  }
  nav.navbar-default .navbar-toggle.collapsed .open {
    display: none;
  }
  nav.navbar-default .navbar-toggle.collapsed .closed {
    display: inline-block;
  }
  nav.navbar-default .navbar-toggle .open,
  nav.navbar-default .navbar-toggle .closed {
    vertical-align: middle;
  }
  nav.navbar-default .navbar-toggle .open {
    font-size: 18px;
    padding-right: 4px;
    display: inline-block;
  }
  nav.navbar-default .navbar-toggle .closed {
    font-size: 22px;
    display: none;
  }
  nav.navbar-default .navbar-toggle .text {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
  }
  body.home nav.navbar-default {
    border-bottom-width: 1px;
  }
  #main-navigation {
    border: 0;
    background-color: #0080c7;
    word-wrap: break-word;
    overflow-x: hidden;
  }
  #main-navigation ul {
    padding-right: 0;
    float: none;
  }
  #main-navigation ul > li {
    display: block;
    float: none;
    border-top: 1px solid #3399d2;
    /* sub navigation */
  }
  #main-navigation ul > li.active > a,
  #main-navigation ul > li.open > a,
  #main-navigation ul > li.active > ul > li > a,
  #main-navigation ul > li.open > ul > li > a {
    color: #ffffff;
    background-color: #0061af;
  }
  #main-navigation ul > li > a {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 12px 15px;
    display: block;
  }
  #main-navigation ul > li > a::after {
    display: none !important;
  }
  #main-navigation ul > li > a:hover,
  #main-navigation ul > li > a:focus,
  #main-navigation ul > li > a:active {
    color: #ffffff;
    background-color: #0061af;
  }
  #main-navigation ul > li.sub {
    position: relative;
  }
  #main-navigation ul > li.sub > a {
    padding-right: 85px;
  }
  #main-navigation ul > li.sub .sub-navigation {
    text-transform: none;
  }
  #main-navigation ul > li.sub .sub-navigation > li {
    border-top: 1px solid #3381bf;
  }
  #main-navigation ul > li.sub .collapse-toggle {
    height: 46px;
    line-height: 46px;
    padding: 0 40px 0 15px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #main-navigation ul > li.sub .collapse-toggle::before {
    content: '';
    display: block;
    width: 1px;
    background-color: #3399d2;
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
  }
  #main-navigation ul > li.sub .collapse-toggle.collapsed .open {
    display: none;
  }
  #main-navigation ul > li.sub .collapse-toggle.collapsed .closed {
    display: inline-block;
  }
  #main-navigation ul > li.sub .collapse-toggle .open,
  #main-navigation ul > li.sub .collapse-toggle .closed {
    vertical-align: middle;
    color: #ffffff;
  }
  #main-navigation ul > li.sub .collapse-toggle .open {
    font-size: 18px;
    display: inline-block;
  }
  #main-navigation ul > li.sub .collapse-toggle .closed {
    font-size: 18px;
    display: none;
  }
  #main-navigation .search-wrapper {
    display: none;
  }
  #main-navigation .search-wrapper-mobile {
    display: block;
    padding: 12px 105px 12px 15px;
    position: relative;
  }
  #main-navigation .search-wrapper-mobile #search-form-mobile {
    width: 100%;
    position: relative;
  }
  #main-navigation .search-wrapper-mobile #search-form-mobile input {
    width: 100%;
    border: 0;
    padding: 0 40px 0 15px;
    line-height: 40px;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #main-navigation .search-wrapper-mobile #search-form-mobile button {
    color: #0080c7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #main-navigation .search-wrapper-mobile #language-switch-mobile {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1;
  }
  #main-navigation .meta-navigation-wrapper-mobile {
    display: block;
    padding: 45px 15px 45px 15px;
    overflow: hidden;
  }
  #main-navigation .meta-navigation-wrapper-mobile .facebook,
  #main-navigation .meta-navigation-wrapper-mobile .social {
    margin-top: 15px;
    float: left;
    margin-right: 10px;
  }
  #main-navigation .meta-navigation-wrapper-mobile .facebook img,
  #main-navigation .meta-navigation-wrapper-mobile .social img {
    width: 30px;
    height: auto;
  }
  /* meta navigation */
  #meta-navigation-mobile {
    font-size: 14px;
    line-height: 22px;
  }
  #meta-navigation-mobile ul li {
    border: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  #meta-navigation-mobile ul li:last-child {
    margin-bottom: 0;
  }
  #meta-navigation-mobile ul li a {
    padding: 0;
  }
  #meta-navigation-mobile ul li a:hover,
  #meta-navigation-mobile ul li a:focus,
  #meta-navigation-mobile ul li a:active {
    background-color: transparent;
  }
  #meta-navigation-mobile ul li a [class^="icon-"],
  #meta-navigation-mobile ul li a [class*=" icon-"] {
    color: #ffffff;
  }
  /* footer */
  footer {
    font-size: 14px;
    line-height: 22px;
    padding-top: 0;
  }
  footer .stripe {
    height: 25px;
    background-size: auto 100%;
  }
  footer .footer-inner .row-inner::after {
    display: none;
  }
  footer .sitemap-wrapper {
    padding-right: 15px;
  }
  footer .footer-navigation-wrapper {
    padding-left: 15px;
  }
  footer .sitemap {
    border-bottom: 1px solid #335cad;
  }
  /* buttons */
  .button {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 14px;
  }
  .button.hollow {
    padding: 8px 13px;
  }
  .button.hollow-white {
    padding: 8px 13px;
  }
  /* newsletter form newsletter2go */
  section.newsletter img + h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .newsletter-form-wrapper .newsletter-row > h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .newsletter-form-wrapper button[type="submit"] {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 9px 14px  !important;
  }
  /* forms */
  .content-area .frm_forms form.frm_pro_form .frm_button_submit {
    font-size: 14px;
    line-height: 22px;
  }
  form.default {
    /* elements */
    /* radio button */
  }
  form.default input[type="text"].form-control,
  form.default input[type="number"].form-control,
  form.default input[type="password"].form-control,
  form.default input[type="email"].form-control,
  form.default input[type="search"].form-control,
  form.default textarea.form-control {
    font-size: 14px;
    line-height: 22px;
  }
  form.default input[type=radio] + span.icon {
    top: 0;
  }
  /* content styles */
  .content-area {
    /* shortcodes */
  }
  .content-area .quote {
    min-height: 110px;
    padding: 15px;
    padding-left: 50px;
    margin-left: 15px;
  }
  .content-area .quote::after {
    left: -15px;
    top: 15px;
  }
  .content-area .wp-caption-text {
    font-size: 14px;
    line-height: 22px;
  }
  /* modal */
  .modal .modal-dialog {
    width: 100%;
  }
  .modal .modal-dialog .stripe {
    height: 25px;
  }
  .modal .modal-dialog .close {
    top: 40px;
  }
  .modal .modal-dialog .modal-content {
    padding: 30px;
  }
  /* modal, call detail, event detail */
  .modal .call-meta .symbol-text-list .symbol-text-item button,
  section.call-detail .call-meta .symbol-text-list .symbol-text-item button,
  section.event-detail .call-meta .symbol-text-list .symbol-text-item button {
    min-height: 30px;
    padding-left: 45px;
  }
  .modal .call-meta .symbol-text-list .symbol-text-item button .icon,
  section.call-detail .call-meta .symbol-text-list .symbol-text-item button .icon,
  section.event-detail .call-meta .symbol-text-list .symbol-text-item button .icon {
    font-size: 30px;
    margin-top: -15px;
  }
  .modal .call-meta .symbol-text-list .symbol-text-item button .text,
  section.call-detail .call-meta .symbol-text-list .symbol-text-item button .text,
  section.event-detail .call-meta .symbol-text-list .symbol-text-item button .text {
    font-size: 19px;
    line-height: 24px;
  }
  /* cookie info */
  #cookie-info {
    padding: 15px 0;
    font-size: 14px;
    line-height: 22px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 800;
  }
  #cookie-info .text {
    margin-bottom: 15px;
  }
  /* main */
  main {
    margin-top: 48px;
    /* navbar height */
  }
  main > .stripe {
    height: 25px;
    margin-bottom: 30px;
  }
  /* sections */
  section {
    padding: 30px 0;
  }
  section.white:first-child,
  section.white:first-of-type {
    padding-top: 0;
  }
  section.white + section.white {
    padding-top: 0;
  }
  /* section sujet */
  section.sujet .container {
    padding: 0;
  }
  /* section about teaser */
  section.about-teaser .box .corner {
    width: 50px;
    height: 50px;
  }
  section.about-teaser .box .box-element {
    padding: 30px;
  }
  section.about-teaser .box h2 {
    font-size: 22px;
    line-height: 26px;
  }
  /* section calls */
  section.calls {
    padding-left: 10px;
    /* stripe width */
  }
  section.calls .headline-wrapper {
    text-align: center;
  }
  section.calls .headline-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  section.calls .call-item-list {
    margin-bottom: 20px;
  }
  section.calls .call-item-list .call-item {
    margin-bottom: 10px;
    padding: 15px;
    padding-bottom: 0;
  }
  section.calls .call-item-list .call-item .text-wrapper {
    min-height: 0 !important;
    padding-bottom: 0;
  }
  section.calls .call-item-list .call-item .date {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  section.calls .call-item-list .call-item .title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  section.calls .call-item-list .call-item .organisation {
    margin-bottom: 15px;
  }
  section.calls .call-item-list .call-item .symbol-wrapper {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 0 -15px;
  }
  section.calls .stripe {
    width: 10px;
    background-size: 250% auto;
    display: block;
  }
  /* section highlights */
  section.highlights .headline-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
  }
  section.highlights .highlight-list {
    margin-bottom: -30px;
  }
  section.highlights .highlight-list .highlight-item {
    width: 50%;
    margin-bottom: 30px;
  }
  section.highlights .highlight-list .highlight-item .symbol-wrapper {
    margin-bottom: 10px;
  }
  section.highlights .highlight-list .highlight-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  /* section events */
  section.events {
    padding-right: 10px;
    /* stripe width */
  }
  section.events .headline-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
  }
  section.events .event-item-list {
    padding-left: 50px;
  }
  section.events .event-item-list .event-item {
    padding: 15px;
    padding-right: 115px;
  }
  section.events .event-item-list .event-item::before {
    left: -50px;
  }
  section.events .event-item-list .event-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  section.events .stripe {
    width: 10px;
    background-size: 200% auto;
    display: block;
  }
  /* section news social */
  section.news-social {
    background: none;
    padding-left: 10px;
    /* stripe width */
  }
  section.news-social .headline-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
  }
  section.news-social .news-wrapper {
    padding: 30px 15px;
    min-height: 0 !important;
  }
  section.news-social .social-wrapper {
    padding: 30px 15px;
    min-height: 0 !important;
  }
  section.news-social .news-item-list {
    margin-bottom: 20px;
  }
  section.news-social .news-item-list .news-item {
    margin-bottom: 10px;
    padding: 15px;
    padding-bottom: 0;
  }
  section.news-social .news-item-list .news-item .text-wrapper {
    min-height: 0 !important;
    padding-bottom: 0;
  }
  section.news-social .news-item-list .news-item .date {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  section.news-social .news-item-list .news-item .title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  section.news-social .news-item-list .news-item .symbol-wrapper {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 0 -15px;
  }
  section.news-social .social-item-list .social-item .meta .time-date {
    font-size: 14px;
    line-height: 22px;
  }
  section.news-social .button-wrapper {
    text-align: center;
  }
  section.news-social .stripe {
    width: 10px;
    background-size: 200% auto;
    display: block;
  }
  /* section cta */
  section.cta .text {
    font-size: 22px;
    line-height: 26px;
  }
  /* default page / list elements */
  .default-headline-wrapper .subline {
    font-size: 19px;
    line-height: 24px;
  }
  .default-element-list .default-element-item {
    padding: 15px;
    padding-right: 75px;
  }
  .default-pagination ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .default-content-gallery .image-list .image-item {
    width: 33.33%;
  }
  /* default content accordion */
  .default-content-accordion .panel-group .panel .panel-heading a {
    padding: 15px 50px 15px 15px;
  }
  /* default content video */
  .default-content-video {
    padding: 15px;
    padding-left: 50px;
    margin-left: 15px;
  }
  .default-content-video::after {
    left: -15px;
    top: 15px;
  }
  /* section call overview */
  section.call-overview .call-filter .toggle-button-list .toggle-button-item button {
    padding: 0 15px;
    padding-right: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  section.call-overview .call-filter .collapse-list .collapse-item {
    top: 60px;
  }
  section.call-overview .call-filter .collapse-list .collapse-item .collapse-item-inner {
    padding: 15px;
  }
  section.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item button .text {
    font-size: 14px;
    line-height: 22px;
  }
  section.call-overview .quick-filter ul li {
    font-size: 14px;
    line-height: 22px;
  }
  section.call-overview .call-item-list .call-item .organisation {
    margin-bottom: 15px;
  }
  section.call-overview .call-item-list .call-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  section.call-overview .call-item-list .call-item .date {
    font-size: 19px;
    line-height: 24px;
  }
  /* section event overview */
  section.event-overview .event-item-list .event-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  /* section news overview */
  section.news-overview .news-item-list .news-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  /* section project overview */
  section.project-overview .project-item-list .project-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  /* section project overview */
  section.project-overview .project-item-list .project-item .image-wrapper {
    width: 250px;
    margin-right: 15px;
  }
  section.project-overview .project-item-list .project-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  /* section project detail */
  section.project-detail .project-meta .symbol-text-list .symbol-text-item button .text {
    font-size: 15px;
    line-height: 22px;
  }
  section.project-detail .project-meta .symbol-text-list .symbol-text-item a {
    font-size: 14px;
    line-height: 22px;
  }
  /* section search result */
  section.search-result .search-item-list .search-item .title {
    font-size: 19px;
    line-height: 24px;
  }
  /* cookie 2020 */
  #modal-cookie-notice .modal-dialog {
    margin-top: 80px;
  }
  /* helper */
  .size991 {
    float: left;
  }
  section.project-map.full-width {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* main navigation */
  nav.navbar-default .navbar-header,
  nav.navbar-default .navbar-collapse {
    margin: 0;
  }
  /* forms */
  form.default {
    /* structure */
    /* elements */
  }
  form.default .form-group {
    margin-bottom: 15px;
  }
  form.default label {
    margin-top: 0;
  }
  form.default .notice {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
  }
  /* modal, call detail, event detail */
  .modal .call-meta .symbol-text-list,
  section.call-detail .call-meta .symbol-text-list,
  section.event-detail .call-meta .symbol-text-list {
    margin: 0;
  }
  .modal .call-meta .symbol-text-list .symbol-text-item,
  section.call-detail .call-meta .symbol-text-list .symbol-text-item,
  section.event-detail .call-meta .symbol-text-list .symbol-text-item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .modal .call-meta .symbol-text-list .symbol-text-item:last-child,
  section.call-detail .call-meta .symbol-text-list .symbol-text-item:last-child,
  section.event-detail .call-meta .symbol-text-list .symbol-text-item:last-child {
    margin-bottom: 0;
  }
  /* default page / list elements */
  .default-content-gallery .image-list .image-item {
    width: 50%;
  }
  /* section about teaser */
  section.about-teaser .box::after {
    display: none;
  }
  section.about-teaser .box .box-element {
    width: 100%;
    float: none;
  }
  section.about-teaser .box .box-element:first-child {
    border-bottom: 1px solid #d2d2d2;
  }
  /* section highlights */
  section.highlights .highlight-list .highlight-item {
    width: 100%;
  }
  section.highlights .highlight-list .highlight-item .symbol-wrapper {
    font-size: 75px;
  }
  /* section events */
  section.events .event-item-list {
    padding-left: 30px;
  }
  section.events .event-item-list .event-item-headline {
    margin-left: -30px;
  }
  section.events .event-item-list .event-item {
    padding-right: 15px;
  }
  section.events .event-item-list .event-item::before {
    left: -30px;
  }
  section.events .event-item-list .event-item .meta-list .meta-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.events .event-item-list .event-item .meta-list .meta-item:last-child {
    margin-bottom: 0;
  }
  section.events .event-item-list .event-item .meta-list .meta-item [class^="icon-"],
  section.events .event-item-list .event-item .meta-list .meta-item [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    text-align: center;
  }
  section.events .event-item-list .event-item .symbol-wrapper {
    display: none;
  }
  /* default page / list elements */
  .default-element-list .default-element-item {
    padding: 15px;
  }
  .default-element-list .default-element-item .symbol-wrapper {
    display: none;
  }
  /* section call overview */
  section.call-overview .call-filter .toggle-button-list .toggle-button-item {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1px;
  }
  section.call-overview .call-filter .collapse-list .collapse-item {
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 1px;
  }
  section.call-overview .call-filter .collapse-list .collapse-item .collapse-item-inner {
    padding: 15px;
  }
  section.call-overview .call-filter .collapse-list .collapse-item .option-list .option-item {
    width: 100%;
  }
  /* section project overview */
  section.project-overview .project-item-list .project-item .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
  }
  /* section project detail */
  section.project-detail .project-meta .symbol-text-list {
    margin: 0;
  }
  section.project-detail .project-meta .symbol-text-list .symbol-text-item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  section.project-detail .project-meta .symbol-text-list .symbol-text-item:last-child {
    margin-bottom: 0;
  }
  /* cookie 2020 */
  #modal-cookie-notice .modal-dialog {
    width: calc(100% - 30px);
    margin: 15px auto;
    margin-top: 80px;
  }
  #modal-cookie-notice .modal-dialog .modal-content {
    padding: 20px;
  }
  #modal-cookie-notice .button-wrapper button {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #modal-cookie-notice .button-wrapper button + button {
    margin-top: 10px;
  }
  /* helper */
  .size767 {
    float: left;
  }
}
@media (max-width: 374px) {
  .header-right .ministry {
    display: none !important;
  }
}
@media (max-width: 359px) {
  /* section call overview */
  section.call-overview .quick-filter ul li::after {
    margin: 0 5px;
  }
}
