@charset "UTF-8";
/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
*********************/
/*
element {
     @include background-opacity(#333, 0.5);
}
*/
/*
.fade {
  @include opacity(.4);
}
*/
/*********************
TYPOGRAPHY
*********************/
/*
@include font-face("MyFont", "path/to/MyFont", $style: normal, $weight: normal)
*/
/* rem Umwandlung */
/*
.demo {
  font-size: rem(24px); // Simple
  padding: rem(5px 10px); // Multiple values
  border-bottom: rem(1px solid black); // Multiple mixed values
  box-shadow: rem(0 0 2px #ccc, inset 0 0 5px #eee); // Comma-separated values
  text-shadow: rem(1px 1px) #eee, rem(-1px) 0 #eee; // Alternate use
}
*/
/* breakpoints */
/*
.sidebar {
  width: 60%;
  float: left;
  margin: 0 2% 0 0;
  @include bp-small {
    width: 100%;
    float: none;
    margin: 0;
  }
}	
	
*/
/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* order radius */
/* list reset*/
/*********************
Centering
*********************/
/*
.parent {
  position: relative;
}
.child {
  @include centerer;
} 
*/
/*********************
Circle Images
*********************/
/*--------------------------------------------------------------*/
/* All SASS Variables */
/*--------------------------------------------------------------*/
/*** Colors ***/
/*** Fonts ***/
@font-face {
  font-family: "Geometric415W01-Medium";
  src: url("../fonts/1119997/cdcea033-5c3f-442e-9376-7673eb9df869.eot?#iefix");
  src: url("../fonts/1119997/cdcea033-5c3f-442e-9376-7673eb9df869.eot?#iefix") format("eot"), url("../fonts/1119997/4a208538-42e0-419a-b617-9aba6917fa9a.woff2") format("woff2"), url("../fonts/1119997/9a6dfb7f-1fea-4908-ad3c-e0e5466fa907.woff") format("woff"), url("../fonts/1119997/ac70006f-1bda-4ce6-8610-079c65a695d5.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic W01";
  src: url("../fonts/692088/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix");
  src: url("../fonts/692088/bd45538f-4200-4946-b177-02de8337032d.eot?#iefix") format("eot"), url("../fonts/692088/700cfd4c-3384-4654-abe1-aa1a6e8058e4.woff2") format("woff2"), url("../fonts/692088/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"), url("../fonts/692088/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic W01 Bold";
  src: url("../fonts/692079/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix");
  src: url("../fonts/692079/b247e158-e647-4a3d-9637-944de5124043.eot?#iefix") format("eot"), url("../fonts/692079/bc0668e2-e5c8-45ce-954d-3b998c6b6803.woff2") format("woff2"), url("../fonts/692079/2ef5ecda-1772-45e2-843f-a13f5d76ed3a.woff") format("woff"), url("../fonts/692079/33cf10ca-a6bb-4888-a320-d38720c9847b.ttf") format("truetype");
}
/*** Margin-Padding ***/
/*--------------------------------------------------------------*/
/* Layout */
/*--------------------------------------------------------------*/
body {
  background: #fff url(../images/bg.gif) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Century Gothic W01", sans-serif;
  color: #0c3a5f;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1rem;
    line-height: 1.625rem;
    background: #fff url(../images/bghoch.gif) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
.grid-container {
  max-width: 1140px;
}
.wrapper.topmargin {
  padding-top: 355px;
}
.teaser-text {
  text-align: center;
  color: #008cce;
  font-size: 2rem;
  line-height: 3.4375rem;
  font-weight: normal;
  font-family: "Century Gothic W01", sans-serif;
  margin-bottom: 1.875rem;
}
.teaser-text p {
  color: #008cce;
}
@media only screen and (max-width: 1024px) {
  .teaser-text {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .teaser-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0rem;
  }
}
.team .catWrap {
  margin-bottom: 3.4375rem;
}
.team .catWrap .cell {
  margin-bottom: 3.125rem;
}
.team .catWrap .cell .teamImg.small img {
  width: 200px;
  background: #999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.team .catWrap .cell .teamName {
  margin-top: 0.9375rem;
}
.single-team h2 {
  text-align: center;
  color: #008cce;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal;
  font-family: "Century Gothic W01", sans-serif;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  .single-team h2 {
    font-size: 1.375rem;
    line-height: 2rem;
    margin: 0 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-team h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.single-team h1 {
  font-size: 2rem;
  line-height: 2.75rem;
  font-family: "Geometric415W01-Medium", sans-serif;
  text-transform: uppercase;
  color: #0c3a5f;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  .single-team h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-team h1 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.single-team .grid-x {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 640px) {
  .single-team .grid-x {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .single-team .teamImg.big {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
.single-team .teamImg.big img {
  width: 100%;
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .single-team .teamImg.big img {
    width: 205px;
  }
}
@media only screen and (max-width: 640px) {
  .postImg {
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
.postImg img {
  width: 100%;
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .postImg img {
    width: 12.8125rem;
  }
}
.pubList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pubList li {
  border-top: 1px solid #0c3a5f;
  font-family: "Century Gothic W01", sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 1.5625rem 0;
}
@media only screen and (max-width: 640px) {
  .pubList li {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.pubList li:last-child {
  border-bottom: 1px solid #0c3a5f;
}
.pubList li h2 {
  font-family: "Century Gothic W01 Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  text-transform: none;
}
@media only screen and (max-width: 640px) {
  .pubList li h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.pubList li .autor {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .pubList li .autor {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .pubList li .autor {
    font-size: 1rem;
  }
}
.pubList li .pubDateMedia {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .pubList li .pubDateMedia {
    font-size: 1rem;
  }
}
/*********************
HEADER
*********************/
.shortcutsWrap {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  z-index: 100;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap {
    background: #fff;
    padding: 0 0.9375rem;
    font-size: 0.875rem;
  }
}
.shortcutsWrap.fixed {
  background: #fff;
  z-index: 100;
}
.shortcutsWrap .shortcuts {
  margin: 10px auto;
  max-width: 31.25rem;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap .shortcuts {
    max-width: 16.25rem;
  }
}
html:lang(en-US) .shortcutsWrap .shortcuts {
  max-width: 35rem;
}
@media only screen and (max-width: 640px) {
  html:lang(en-US) .shortcutsWrap .shortcuts {
    max-width: 19.375rem;
  }
}
html:lang(fr-FR) .shortcutsWrap .shortcuts {
  max-width: 32.1875rem;
}
@media only screen and (max-width: 640px) {
  html:lang(fr-FR) .shortcutsWrap .shortcuts {
    max-width: 16.875rem;
  }
}
.shortcutsWrap .shortcuts .resizer {
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap .shortcuts .resizer {
    display: none;
  }
}
.shortcutsWrap .shortcuts .resizer a {
  text-decoration: none;
  padding: 0.3125rem 0;
}
.shortcutsWrap .shortcuts .resizer a.decrease {
  font-size: 80%;
}
.shortcutsWrap .shortcuts .resizer a.reset {
  margin-left: -5px;
}
.shortcutsWrap .shortcuts .resizer a.increase {
  font-size: 120%;
  margin-left: -5px;
}
.shortcutsWrap .shortcuts .lang {
  margin-top: 3px;
}
.shortcutsWrap .shortcuts .lang:before {
  content: "•";
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap .shortcuts .lang:before {
    content: "";
    padding-right: 0px;
    display: none;
  }
}
.shortcutsWrap .shortcuts .lang a {
  text-decoration: none;
  padding: 1.125rem 0.3125rem 0 0rem;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap .shortcuts .lang a {
    padding: 0.5rem 0.3125rem 0 0;
  }
}
.shortcutsWrap .shortcuts .lang a:first-child {
  padding-right: 10px;
}
.shortcutsWrap .shortcuts #shortnav li a {
  padding: 0.5rem 0 0.5rem 0.625rem;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap .shortcuts #shortnav li a {
    padding: 0.5rem 0 0.5rem 0.3125rem;
  }
}
.shortcutsWrap .shortcuts #shortnav li a:hover {
  color: #008cce;
}
.shortcutsWrap .shortcuts #shortnav li a:hover:before {
  color: #0c3a5f;
}
.shortcutsWrap .shortcuts #shortnav li a:before {
  content: "•";
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap .shortcuts #shortnav li a:before {
    padding-right: 5px;
  }
}
.shortcutsWrap .shortcuts #shortnav li.active a {
  background: none;
  color: #008cce;
}
.shortcutsWrap .shortcuts #shortnav li.active a:before {
  color: #0c3a5f;
}
@media only screen and (max-width: 640px) {
  .shortcutsWrap .shortcuts #shortnav li:first-child a:before {
    padding-right: 5px;
  }
}
.header {
  padding-top: 3.75rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (max-width: 1024px) {
  .header {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    margin-bottom: 1.25rem;
  }
}
.header .logoWrap .logo img {
  width: 170px;
}
.header .logoWrap .logoClaim {
  margin: 0.625rem 0 0.625rem;
}
@media only screen and (max-width: 640px) {
  .header .logoWrap .logoClaim {
    margin-bottom: 1.5625rem;
  }
}
.header.sticky {
  background: #fff;
  position: fixed;
  top: 3.4375rem;
  padding-top: 0;
  margin-bottom: 150px;
  width: 100%;
  z-index: 100;
}
.header.sticky .logoWrap {
  display: none;
}
/*********************
NAVIGATION
*********************/
.menubar .menu {
  justify-content: center;
}
.menubar .menu li a {
  font-family: "Geometric415W01-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  padding: 0.625rem 1.125rem 0.625rem 1.0625rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .menubar .menu li a {
    font-size: 20px;
  }
}
.menubar .menu li a:before {
  position: relative;
  left: -5px;
  content: "•";
  color: #fff;
}
.menubar .menu li:hover a, .menubar .menu li.active a, .menubar .menu li.is-active a, .menubar .menu li.current-page-ancestor a {
  color: #008cce;
  background: transparent;
}
.menubar .menu li:hover a:before, .menubar .menu li.active a:before, .menubar .menu li.is-active a:before, .menubar .menu li.current-page-ancestor a:before {
  color: #008cce;
}
.menubar .menu li.menu-item-has-children:hover a, .menubar .menu li.menu-item-has-children.is-active a {
  background: #E1F5FF;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
}
.menubar .menu li .is-dropdown-submenu {
  border: 0;
  background: #E1F5FF;
  -webkit-border-radius: 0px 15px 15px 15px;
  -moz-border-radius: 0px 15px 15px 15px;
  border-radius: 0px 15px 15px 15px;
  min-width: 16.875rem;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}
.menubar .menu li .is-dropdown-submenu li a {
  font-family: "Century Gothic W01", sans-serif;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 2.125rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  color: #0c3a5f;
  padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
  text-indent: -25px;
}
@media only screen and (max-width: 1024px) {
  .menubar .menu li .is-dropdown-submenu li a {
    font-size: 18px;
  }
}
.menubar .menu li .is-dropdown-submenu li a:before {
  position: relative;
  left: 10px;
  content: "•";
  color: #E1F5FF;
  padding-right: 15px;
  text-indent: 0;
  width: 18px;
}
.menubar .menu li .is-dropdown-submenu li:hover a, .menubar .menu li .is-dropdown-submenu li.active a, .menubar .menu li .is-dropdown-submenu li.current-page-ancestor a {
  background: #F2FAFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.menubar .menu li .is-dropdown-submenu li:hover a:before, .menubar .menu li .is-dropdown-submenu li.active a:before, .menubar .menu li .is-dropdown-submenu li.current-page-ancestor a:before {
  color: #0c3a5f;
}
.menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu {
  padding-top: 0.9375rem;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  margin-top: -0.9375rem;
  min-width: 17.5rem;
}
@media only screen and (max-width: 1024px) {
  .menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu {
    min-width: 15.625rem;
  }
}
.menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu li a {
  background: #E1F5FF;
  color: #0c3a5f;
  font-size: 1.25rem;
  line-height: 2.125rem;
}
.menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu li a:before {
  color: #E1F5FF;
}
@media only screen and (max-width: 1024px) {
  .menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu li a {
    font-size: 18px;
  }
}
.menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu li:hover a, .menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu li.active a {
  background: #F2FAFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu li:hover a:before, .menubar .menu li .is-dropdown-submenu li ul.is-dropdown-submenu li.active a:before {
  color: #0c3a5f;
  content: "•";
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after, .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after, .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border: 0;
}
#menu-item-11 .is-dropdown-submenu {
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
}
#menu-item-11 .is-dropdown-submenu .is-dropdown-submenu {
  -webkit-border-radius: 0px 15px 15px 15px;
  -moz-border-radius: 0px 15px 15px 15px;
  border-radius: 0px 15px 15px 15px;
}
@media only screen and (max-width: 1024px) {
  .menubarMobWrap {
    margin: 0 1.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .menubarMobWrap {
    margin: 0 0.9375rem;
  }
}
.menubarMobWrap.sticky {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 100;
}
.menubarMobWrap .menuMobTitleBar {
  position: relative;
  background: #E1F5FF;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  height: 44px;
}
.menubarMobWrap .menuMobTitleBar .menuTitle {
  position: absolute;
  left: 0.9375rem;
  top: 0.625rem;
  font-family: "Geometric415W01-Medium", sans-serif;
  text-transform: uppercase;
  color: #0c3a5f;
  font-size: 1.25rem;
}
.menubarMobWrap .menuMobTitleBar .menuTrigger {
  top: 0.9375rem;
  position: absolute;
  right: 0.9375rem;
  width: 25px;
  height: 25px;
  background: url(../images/menuToggle.svg) top center no-repeat;
}
.menubarMobWrap .menuMobTitleBar .menuTrigger.open {
  background: url(../images/menuToggleOn.svg) top center no-repeat;
}
.menubarMobWrap .menu {
  display: none;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background: #E1F5FF;
}
.menubarMobWrap .menu li a {
  font-family: "Geometric415W01-Medium", sans-serif;
  text-transform: uppercase;
  color: #0c3a5f;
  font-size: 1.25rem;
  padding: 0.3125rem 1.125rem 0.3125rem 1.0625rem;
  line-height: 2.5rem;
}
.menubarMobWrap .menu li a:before {
  position: relative;
  left: -5px;
  content: "•";
  color: #0c3a5f;
}
.menubarMobWrap .menu li:hover a, .menubarMobWrap .menu li.active a, .menubarMobWrap .menu li.is-active a {
  color: #008cce;
  background: transparent;
}
.menubarMobWrap .menu li:hover a:before, .menubarMobWrap .menu li.active a:before, .menubarMobWrap .menu li.is-active a:before {
  color: #008cce;
}
.menubarMobWrap .menu li.menu-item-has-children:hover a, .menubarMobWrap .menu li.menu-item-has-children.is-active a {
  background: transparent;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
}
.menubarMobWrap .menu li .is-accordion-submenu {
  background: #F2FAFF;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  margin: 0 0.3125rem;
}
.menubarMobWrap .menu li .is-accordion-submenu li a {
  font-family: "Century Gothic W01", sans-serif;
  text-transform: none;
  background: #F2FAFF;
  font-size: 1.25rem;
  line-height: 2.125rem;
  display: block;
  color: #0c3a5f;
  padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
  text-indent: -25px;
}
.menubarMobWrap .menu li .is-accordion-submenu li a:before {
  position: relative;
  left: 10px;
  content: "•";
  color: #0c3a5f;
  padding-right: 15px;
  text-indent: 0;
  width: 18px;
}
.menubarMobWrap .menu li .is-accordion-submenu li:hover a, .menubarMobWrap .menu li .is-accordion-submenu li.active a {
  background: #F2FAFF;
  /*
							-webkit-border-radius: 0px;
							-moz-border-radius: 0px;
							border-radius: 0px;
*/
  color: #008cce;
}
.menubarMobWrap .menu li .is-accordion-submenu li:hover a:before, .menubarMobWrap .menu li .is-accordion-submenu li.active a:before {
  color: #0c3a5f;
}
.menubarMobWrap .menu li .is-accordion-submenu li ul.is-accordion-submenu {
  margin-bottom: 10px !important;
}
.menubarMobWrap .menu li .is-accordion-submenu li ul.is-accordion-submenu li a {
  color: #0c3a5f;
  font-size: 1.25rem;
  line-height: 2.125rem;
  padding-left: 35px;
}
.menubarMobWrap .menu li .is-accordion-submenu li ul.is-accordion-submenu li a:before {
  color: #0c3a5f;
}
.menubarMobWrap .menu li .is-accordion-submenu li ul.is-accordion-submenu li:hover a, .menubarMobWrap .menu li .is-accordion-submenu li ul.is-accordion-submenu li.active a {
  background: #F2FAFF;
  /*
									-webkit-border-radius: 0px;
									-moz-border-radius: 0px;
									border-radius: 0px;
*/
  color: #008cce;
}
.menubarMobWrap .menu li .is-accordion-submenu li ul.is-accordion-submenu li:hover a:before, .menubarMobWrap .menu li .is-accordion-submenu li ul.is-accordion-submenu li.active a:before {
  color: #0c3a5f;
}
.submenu-toggle {
  right: 0.625rem;
}
.submenu-toggle::after {
  border: inset 12px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0c3a5f transparent transparent;
}
.submenu-toggle:focus {
  outline: 0;
}
.submenu-toggle[aria-expanded=true]::after {
  border-color: #008cce transparent transparent;
}
/*********************
TYPOGRAFIE
*********************/
h1, h2, h3, h4, h5 {
  font-family: "Geometric415W01-Medium", sans-serif;
}
h1 {
  font-size: 3.125rem;
  font-weight: normal;
  display: none;
}
body.single-team h1 {
  display: block;
  text-align: center;
}
h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Geometric415W01-Medium", sans-serif;
  text-transform: uppercase;
  color: #0c3a5f;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
h2.intro {
  text-align: center;
  color: #008cce;
  font-size: 2rem;
  line-height: 3.4375rem;
  font-weight: normal;
  font-family: "Century Gothic W01", sans-serif;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  h2.intro {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}
@media only screen and (max-width: 640px) {
  h2.intro {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
}
h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Geometric415W01-Medium", sans-serif;
  border: 0;
  color: #0c3a5f;
  padding: 0.625rem 0rem;
}
h4 {
  font-family: "Century Gothic W01 Bold", sans-serif;
  font-size: 1.375rem;
  line-height: 2.125rem;
}
p {
  margin-bottom: 1.25rem;
  color: #0c3a5f;
}
a, a:active, a:hover, a:visited {
  color: #0c3a5f;
  text-decoration: underline;
}
a:active, a:hover {
  color: #0c3a5f;
  text-decoration: none;
}
strong, b {
  font-weight: normal;
  font-family: "Century Gothic W01 Bold", sans-serif;
}
/*********************
Blocks
*********************/
.block-bild-text {
  margin-bottom: 2.1875rem;
}
.block-bild-text .singleImg {
  margin-bottom: 1.5625rem;
  margin-bottom: 3.4375rem;
}
@media only screen and (max-width: 640px) {
  .block-bild-text .singleImg {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
.block-bild-text .singleImg .bt-img {
  width: 100%;
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .block-bild-text .singleImg .bt-img {
    width: 12.8125rem;
  }
}
.block-bild-text .singleImg .singleImgCaption {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #0c3a5f;
}
.block-teaser-text {
  margin-bottom: 3.4375rem;
}
.block-teaser-text .cell {
  text-align: center;
  color: #008cce;
  font-size: 2rem;
  line-height: 3.4375rem;
  font-weight: normal;
  font-family: "Century Gothic W01", sans-serif;
}
.accordion {
  background: transparent;
}
.accordion .accordion-item .accordion-title {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: "Geometric415W01-Medium", sans-serif;
  border: 0;
  color: #0c3a5f;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
@media only screen and (max-width: 640px) {
  .accordion .accordion-item .accordion-title {
    font-size: 1.1rem;
  }
}
.accordion .accordion-item .accordion-title:before {
  left: 0;
  font-family: "Century Gothic W01 Bold", sans-serif;
  top: 1.1875rem;
  right: auto;
  content: ">";
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title:focus {
  background: transparent;
  color: #008cce;
  text-decoration: none;
}
.accordion .accordion-item .accordion-content {
  border: 0;
  background: transparent;
  color: #0c3a5f;
}
.accordion .accordion-item .accordion-content .accordion-img .singleImg {
  margin-bottom: 1.5625rem;
  text-align: center;
}
.accordion .accordion-item .accordion-content .accordion-img .singleImg img {
  width: 350px;
  background: #999;
  -webkit-border-radius: 175px;
  -moz-border-radius: 175px;
  border-radius: 175px;
}
@media only screen and (max-width: 640px) {
  .accordion .accordion-item .accordion-content .accordion-img .singleImg img {
    width: 12.8125rem;
  }
}
.accordion .accordion-item .accordion-content .accordion-img .singleImg .singleImgCaption {
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #0c3a5f;
}
.accordion .accordion-item .accordion-content .accordion-txt {
  padding: 0 20px;
  color: #0c3a5f;
}
@media only screen and (max-width: 640px) {
  .accordion .accordion-item .accordion-content .accordion-txt {
    padding: 0;
  }
}
.accordion .accordion-item .accordion-content .accordion-txt ul ul {
  list-style-type: circle;
}
.accordion .accordion-item.is-active .accordion-title {
  color: #008cce;
  text-decoration: none;
}
.accordion .accordion-item.is-active .accordion-title:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wp-block-table table, .accordion-txt table {
  border-top: 1px solid #0c3a5f;
}
.wp-block-table table tbody, .wp-block-table table tfoot, .wp-block-table table thead, .accordion-txt table tbody, .accordion-txt table tfoot, .accordion-txt table thead {
  border: 0;
  background: transparent;
}
.wp-block-table table tr, .accordion-txt table tr {
  border-bottom: 1px solid #0c3a5f;
}
.wp-block-table table tr:nth-child(even), .accordion-txt table tr:nth-child(even) {
  background: transparent;
}
.wp-block-table table tr td, .accordion-txt table tr td {
  vertical-align: top;
}
.wus_paginate {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 640px) {
  .wus_paginate {
    margin-top: 0;
  }
}
.wus_paginate.bt {
  border-top: 1px solid #0c3a5f;
}
.wus_paginate ul.pagination {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .wus_paginate ul.pagination {
    margin-bottom: 0;
  }
}
.wus_paginate ul.pagination li {
  border: 0;
}
@media only screen and (max-width: 640px) {
  .wus_paginate ul.pagination li {
    padding: 1.25rem 0;
  }
}
.wus_paginate ul.pagination li a {
  color: #0c3a5f;
}
.wus_paginate ul.pagination li a.prev {
  padding-left: 0;
  text-align: left;
}
.wus_paginate ul.pagination li a.next {
  padding-right: 0;
  text-align: right;
}
.wus_paginate ul.pagination li a:hover {
  background: none;
  color: #008cce;
}
.wus_paginate ul.pagination li span.current {
  color: #008cce;
  background: none !important;
  font-weight: bold;
}
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
/*********************
FOOTER STYLES
*********************/
.breadcrumb {
  margin: 3.125rem 0;
  font-size: 1rem;
}
.breadcrumb nav {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}
.footer {
  padding-bottom: 3.75rem;
}
.footer p {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .footer p {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .footer p {
    text-align: left;
  }
}
.footer p a:hover {
  color: #008cce;
}
@media only screen and (max-width: 640px) {
  .footer .footer-logos {
    margin-bottom: 3.125rem;
    margin-top: 3.75rem;
  }
}
.footer .footer-logos a {
  display: block;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-logos a {
    margin: 0;
    width: 45%;
    text-align: right;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-logos a {
    margin: 0;
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
}
.footer .footer-logos a img {
  max-width: 150px;
}
@media only screen and (max-width: 640px) {
  .footer .footer-logos a img {
    max-width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-logos a img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer-logos a {
    text-align: center;
  }
  .footer .footer-logos a:last-child {
    text-align: center;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-logos a:last-child {
    text-align: left;
    padding-left: 10px;
  }
  .footer .footer-logos a:last-child img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer #footer-links {
    width: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .footer #footer-links {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .footer #footer-links li {
    margin-left: 5px;
  }
}
.footer #footer-links li a {
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  color: #0c3a5f;
  padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
  text-indent: -25px;
}
@media only screen and (max-width: 1024px) {
  .footer #footer-links li a {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer #footer-links li a {
    font-size: 0.875rem;
    padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
  }
}
.footer #footer-links li a span {
  border-bottom: 1px solid #0c3a5f;
}
.footer #footer-links li a:before {
  position: relative;
  left: 10px;
  content: "•";
  color: #0c3a5f;
  padding-right: 15px;
  text-indent: 0;
  width: 18px;
}
.footer #footer-links li a:hover {
  color: #008cce;
  text-decoration: none;
}
.footer #footer-links li a:hover span {
  border: 0;
}
.footer #footer-links li.active a {
  background: none;
  color: #008cce;
}
.footer #footer-links li.active a span {
  border-bottom: 0px solid #008cce;
}
.to-top {
  background-color: rgba(0, 140, 206, 0.75);
  display: none;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*********************
POSTS & CONTENT STYLES
*********************/
/* Notfallform */
#notfall {
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  padding: 3.125rem;
}
@media only screen and (max-width: 640px) {
  #notfall {
    height: auto;
    min-height: 0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: auto;
  }
  #notfall a {
    display: block;
  }
}
#notfall:focus {
  outline: none;
}
#notfall h2 {
  text-transform: none;
  font-family: "Century Gothic W01 Bold", sans-serif;
  color: #008cce;
  font-size: 1.875rem;
}
#notfall .a1, #notfall .a2, #notfall .a3, #notfall .f1a, #notfall .f1yf2a, #notfall .f1nf2a, #notfall .f1yf2yf3a, #notfall .f1yf2nf3a {
  margin-top: 1.25rem;
}
#notfall .a2_n, #notfall .a2_y, #notfall .a3_y, #notfall .a3_n, #notfall .f1yf2, #notfall .f1nf2, #notfall .f1yf2a, #notfall .f1nf2a, #notfall .f1yf2yf3, #notfall .f1yf2nf3, #notfall .f1yf2yf3a, #notfall .f1nf2yf3, #notfall .f1nf2nf3, #notfall .f1yf2yf3yf4, #notfall .f1yf2yf3nf4 {
  display: none;
}
#notfall .btn {
  font-size: 1.125rem;
  font-family: "Century Gothic W01 Bold", sans-serif;
  border: 1px solid #0c3a5f;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  padding: 0.3125rem 1.5625rem;
  cursor: pointer;
  /*
		&.ja {
			background: $dunkelblau;
			color: $weiss;
			padding: rem(5px 35px);
			&:hover {
				background: $weiss;
				color: $dunkelblau;				
			}
		}
*/
}
#notfall .btn:hover {
  background: #0c3a5f;
  color: #fff;
}
#notfall .close-button {
  color: #0c3a5f;
  font-family: "Century Gothic W01 Bold", sans-serif;
}
.reveal-overlay {
  background-color: rgba(12, 58, 95, 0.35);
}
#popup-front {
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  padding: 3.125rem;
  outline: 0;
  width: 70%;
}
@media only screen and (max-width: 640px) {
  #popup-front {
    padding: 30px;
    height: auto;
    min-height: 0;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: auto;
  }
}
#popup-front h2 {
  color: #008cce;
  text-transform: none;
  margin-bottom: 30px;
}
#popup-front .popup-content .left {
  width: 75%;
  float: left;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #popup-front .popup-content .left {
    float: none;
    width: 100%;
  }
}
#popup-front .popup-content .right {
  width: 25%;
  float: right;
}
#popup-front .popup-content .right .bt-img {
  width: 100%;
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  #popup-front .popup-content .right {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
/* Forms */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea, [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  margin: 0;
  padding-bottom: 0;
  background: transparent;
}
label {
  font-family: "Century Gothic W01 Bold", sans-serif;
  color: #0c3a5f;
  font-size: 1.25rem;
  border-bottom: 1px solid #0c3a5f;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 640px) {
  label {
    font-size: 1rem;
  }
}
label .descr {
  font-family: "Century Gothic W01", sans-serif;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2 !important;
  padding-left: 25px;
}
input[type=text], input[type=email] {
  color: #0c3a5f;
  font-family: "Century Gothic W01", sans-serif;
  padding-left: 0;
  font-size: 1.25rem;
}
@media only screen and (max-width: 640px) {
  input[type=text], input[type=email] {
    font-size: 1rem;
  }
}
select {
  border: 1px solid #0c3a5f;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  width: auto;
  color: #0c3a5f;
  font-family: "Century Gothic W01", sans-serif;
  padding: 0 20px;;
}
textarea[rows] {
  height: 6.25rem;
  font-family: "Century Gothic W01", sans-serif;
  color: #0c3a5f;
  background: transparent;
}
.wpcf7-submit, .btn-sbm {
  font-size: 1.125rem;
  font-family: "Century Gothic W01 Bold", sans-serif;
  border: 1px solid #0c3a5f;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  cursor: pointer;
  border: 0;
  background: #0c3a5f;
  color: #fff;
  padding: 0.625rem 2.1875rem;
}
@media only screen and (max-width: 640px) {
  .wpcf7-submit, .btn-sbm {
    font-size: 1rem;
  }
}
.wpcf7-submit:hover, .btn-sbm:hover {
  background: #008cce;
  color: #fff;
}
.wpcf7-submit:focus, .btn-sbm:focus {
  outline: none;
}
.mandatory {
  margin-top: 1.875rem;
  font-size: 0.875rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #0c3a5f;
}
#symposiumForm label {
  height: 5.625rem;
}
#symposiumForm label.error {
  color: #FF0017;
}
#symposiumForm .chkbx label {
  height: 8.125rem;
}
#symposiumForm .sbm {
  margin-top: 50px;
}
.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  margin: 15px 30px 15px 0;
  height: auto !important;
  border: 0;
  display: inline-block;
}
.radio.small {
  margin: 5px 30px 5px 0;
}
.radio .labeli {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #0c3a5f;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.radio .labeli:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0c3a5f;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .labeli:after {
  transform: scale(3.6);
}
input[type="radio"]:checked + .labeli {
  border-color: #0c3a5f;
}
input[type="radio"]:checked + .labeli:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
/*********************
PLUGIN STYLES
*********************/
@media only screen and (max-width: 640px) {
  .statSlider {
    margin-bottom: 30px;
  }
}
.statSlider .statRow .sChart {
  min-height: 500px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .statSlider .statRow .sChart {
    width: 100%;
    min-height: 350px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .mapWrap {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
  }
  .mapWrap iframe, .mapWrap object, .mapWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
#cookie-notice {
  font-family: "Century Gothic W01", sans-serif;
  background-color: #0c3a5f !important;
}
.cn-button.bootstrap {
  background: #008cce;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  padding: 5px 10px;
}
.cn-button.bootstrap:hover {
  background: #fff;
  color: #0c3a5f;
}
.cn-close-icon {
  opacity: 1;
  top: 20px;
}
.cn-close-icon:after, .cn-close-icon:before {
  height: 25px;
}
