@charset "UTF-8";
/*----- inludes -----*/
/*----- variables -----*/
/*----- styles -----*/
html, body {
  height: 100%;
}

body {
  font-family: 'Fira Sans Condensed', Arial, SimHei, 黑体, "Hiragino Sans GB", 冬青黑体, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  background: #FFFFFF;
  color: #87888a;
}
body.nav-open {
  overflow: hidden;
}

p {
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
  color: #87888a;
}

p.intro {
  color: #005ca9;
  font-size: 2rem;
  margin-bottom: 2rem;
}

h1, h2, h3 {
  line-height: 1.1;
  font-weight: 300;
}

h1 {
  color: #218dd7;
  font-size: 2.4rem;
  margin: 0 0 3rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 3rem;
}

.index h1,
.front h1 {
  color: #005ca9;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.8rem;
  margin: 1.5rem 0 1rem 0;
  text-transform: uppercase;
}
.front h2 {
  font-size: 2rem;
  margin: 0 0 2rem 0;
  color: #005ca9;
}

h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 1rem 0 0.5rem 0;
  text-transform: uppercase;
}

a,
a:visited {
  color: #005ca9;
  -webkit-transition: color, 250ms, ease;
  -o-transition: color, 250ms, ease;
  transition: color, 250ms, ease;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

b, strong, .strong {
  font-weight: 500;
}

.itop {
  text-transform: none !important;
}

table td {
  white-space: nowrap;
}
table th {
  font-weight: 500;
}
table a.button {
  margin: 0;
}

/*----- buttons -----*/
button,
a.button,
input[type="submit"],
input[type="reset"] {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
}

button,
a.button,
a.button:visited,
.button a,
.button a:visited,
input[type="submit"],
input[type="reset"],
.news-item .show-more {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #eb6e6a;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer !important;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

a.button.gray {
  background-color: #777777;
}

button:hover,
button:active,
a.button:hover,
a.button:active,
.button a:hover,
.button a:active,
input[type="submit"]:hover,
input[type="reset"]:hover,
.news-item .show-more:hover {
  color: #eb6e6a;
  background-color: #FFF;
}

button:focus {
  outline: none;
}

.table-responsive {
  overflow-y: hidden;
}
.table-responsive table {
  overflow-y: auto;
}

/*----- page-wrapper -----*/
.page-wrapper {
  margin: 0 auto;
  background-color: #F4F6FC;
  padding-top: 9rem;
}
.page-wrapper .container,
.pageheader > .container,
.pagefooter > .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*----- header -----*/
.pageheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.pageheader > .container {
  background-color: #F4F6FC;
  height: 9rem;
  -webkit-transition: height 200ms ease;
  -moz-transition: height 200ms ease;
  -ms-transition: height 200ms ease;
  -o-transition: height 200ms ease;
  transition: height 200ms ease;
}
.scrolled .pageheader > .container {
  height: 7rem;
}
.pageheader > .container > div,
.pageheader > .container > div > div {
  height: 100%;
}

/*.pageheader > div {
  border-top: 1rem solid #218dd7;
}*/

.logo {
  display: inline-block;
  position: absolute;
  z-index: 101;
  top: 1.5rem;
  -webkit-transition: top 200ms ease;
  -moz-transition: top 200ms ease;
  -ms-transition: top 200ms ease;
  -o-transition: top 200ms ease;
  transition: top 200ms ease;
}
.logo-wrap {
  position: relative;
}
.logo img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 1;
}
.logo img:first-child {
  position: relative;
  z-index: 2;
}
.scrolled .logo img {
  width: 80px;
}
.scrolled .logo img:first-child {
  opacity: 0;
}

.speciallinks {
  position: absolute;
  top: 40%;
  right: 5.5rem;
  z-index: 101;
}

#block-locale-language {
  float: left;
}

.speciallinks .langnav {
  float: left;
  margin-right: 0.5rem;
}

.speciallinks .langnav ul {
  margin: 0;
  padding: 3.5rem 1rem 0.5rem 1rem;
  background-color: transparent;
  position: relative;
  width: 15rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 250ms ease, background-color 500ms ease;
  -moz-transition: max-height 250ms ease, background-color 500ms ease;
  -ms-transition: max-height 250ms ease, background-color 500ms ease;
  -o-transition: max-height 250ms ease, background-color 500ms ease;
  transition: max-height 250ms ease, background-color 500ms ease;
  z-index: 101;
}

.speciallinks .langnav li {
  display: block;
  list-style: none;
  line-height: 4rem;
}

/*.speciallinks .langnav ul:hover li {
  display: block;
}*/
.speciallinks .langnav ul:hover {
  background-color: #f8f8f8;
  max-height: 80rem;
}

.speciallinks .langnav li:first-child::before {
  content: none;
}

.speciallinks a,
.speciallinks span.link {
  color: #004d8c;
}

.speciallinks .langnav li.active {
  position: absolute;
  top: 0;
  right: 1rem;
  display: block;
  width: 100%;
}
.speciallinks .langnav li a,
.speciallinks .langnav li span.link {
  line-height: 4rem;
  text-decoration: none;
}
.speciallinks .langnav li span.lang {
  display: block;
  height: 4rem;
  line-height: 4rem;
  float: right;
  padding: 0 0 0 0.5rem;
}
.speciallinks .langnav li i.flag {
  display: none;
  float: right;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}


.speciallinks .langnav li a:hover,
.speciallinks .langnav li a:active,
.speciallinks .langnav li a.active {
  
}

.speciallinks #block-menu-menu-log {
  display: none;
  float: left;
  margin-top: 0.1rem;
}

.speciallinks #block-menu-menu-log .menu {
  margin: 0;
  padding: 0;
}

.speciallinks #block-menu-menu-log .menu li {
  list-style: none;
}

.speciallinks #block-menu-menu-log .menu li a {
  position: relative;
  display: block;
  line-height: 3.2rem;
  padding: 0 1.2rem;
  background-color: #eb6e6a;
  color: #ffffff;
}

/*.speciallinks #block-menu-menu-log .menu li a::after {
  position: absolute;
  top: 0;
  right: -0.8rem;
  content: '';
  background: url(../img/login.png) center center transparent;
  width: 0.8rem;
  height: 3.9rem;
}*/

/*----- navigation -----*/

ul.navbar-nav {
  margin: 0;
  padding: 0;
  width: 24rem;
}

ul.navbar-nav li {
  list-style: none;
  position: relative;
}

ul.navbar-nav > li > a,
ul.navbar-nav > li > span {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #218dd7;
  display: block;
  text-decoration: none;
  /*text-transform: uppercase;*/
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px dotted #DDDDDD;
}

ul.navbar-nav > li > a.active,
ul.navbar-nav > li > a.active-trail,
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:active,
ul.navbar-nav > li > span.active,
ul.navbar-nav > li > span.active-trail,
ul.navbar-nav > li > span:hover,
ul.navbar-nav > li > span:active,
ul.navbar-nav > li:hover > span {
  color: #000000;
}

ul.navbar-nav > li > ul {
  display: none;
  padding: 0;
}

ul.navbar-nav > li > ul > li {
  list-style: none;
}

ul.navbar-nav > li > ul > li > a {
  /*font-size: 1.4rem;*/
  display: block;
  line-height: 1;
  padding: 0.8rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none;
}

ul.navbar-nav > li > ul > li > a.active,
ul.navbar-nav > li > ul > li > a:hover,
ul.navbar-nav > li > ul > li > a:active {
  color: #003b5c;
}

ul.navbar-nav .open-sub {
  content: '+';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 1.5rem;
}

.navbar-collapse {
  display: none;
  z-index: 100;
  transition: none;
  position: absolute;
  top: 100%;
  left: -0.5rem;
  background-color: #e4eefa;
  padding: 4rem 3rem 4rem 3rem;
/*  -webkit-box-shadow: 0 1px 1px 1px rgba(221,221,221,0.8);
  box-shadow: 0 2px 2px 1px rgba(221,221,221,0.8);*/
  width: calc(100% + 1rem);
  height: calc(100vh - 9rem);
  overflow: auto;
}

.mainnav .navbar-collapse .block-menu-block h2 {
  margin: 1.5rem 0 0.8rem 0;
  padding-bottom: 0.3rem;
  font-size: 1.8rem;
  text-transform: none;
  color: #003b5c;
  display: inline-block;
  position: relative;
}
.mainnav .navbar-collapse .block-menu-block h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #003b5c;
  opacity: 0.5;
}
.navbar-collapse .block-menu-block ul {
  margin: 0 0 1rem 0;
  padding: 0;
}
.navbar-collapse .block-menu-block li {
  list-style: none;
}
.navbar-collapse .block-menu-block li a {
  display: block;
  padding: 0.5rem 0;
}
.navbar-collapse .block-menu-block li a.active {
  color: #003b5c;
}

button.navbar-toggle {
  position: absolute;
  top: 40%;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem 0;
  margin-top: 0;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

button.navbar-toggle .bars {
  display: block;
  position: relative;
  width: 4rem;
  height: 3rem;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: margin 250ms ease;
  -moz-transition: margin 250ms ease;
  -o-transition: margin 250ms ease;
  transition: margin 250ms ease;
}
button.navbar-toggle .bars span.icon-bar {
  position: absolute;
  display: block;
  background-color: #5893c7;
  width: 100%;
  height: 0.4rem;
  margin: 0.4rem 0;
  border-radius: 0.2rem;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
button.navbar-toggle .bars span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
button.navbar-toggle .bars span:nth-child(2) {
  top: 0.8rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
button.navbar-toggle .bars span:nth-child(3) {
  top: 1.6rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

button.navbar-toggle.open .bars span:nth-child(1) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 0rem;
  left: 0rem;
}
button.navbar-toggle.open .bars span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
button.navbar-toggle.open .bars span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 2rem;
  left: 0rem;
}

.spacer {
/*  border-bottom: 2px solid #E3EEF9;*/
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
  height: 7rem;
  background-color: #F4F6FC;
}

/*----- stage -----*/
.stage {
  position: relative;
}

/*.stage:before {
  display: block;
  content: '';
  border-bottom: 2px solid #F4F6FC;
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
}*/

.stage .stage-text {
  display: none;
}

.stage-text {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.stage.align-right .stage-text {
  left: auto;
  right: 1rem;
}

.stage-text blockquote {
  margin: 0;
}

.stage-text blockquote > p {
  color: #218dd7;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-style: 300;
  margin-bottom: 0.8rem;
}

.stage-text p.cite {
  position: relative;
  color: #005ca9;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-style: 300;
  padding-top: 0.8rem;
}

.stage-text p.cite::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 6rem;
  height: 0.2rem;
  background-color: #218dd7;
}

.stage.align-right .stage-text p.cite::before {
  left: auto;
  right: 0;
}

.stage.align-right blockquote,
.stage.align-right p {
  text-align: right;
}
#block-views-basic-page-block-stage {
  position: relative;
}
#block-views-basic-page-block-stage .view-content > div:not(.slick-list) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#block-views-basic-page-block-stage .view-content > div:not(.slick-list):first-child {
  position: relative;
  z-index: 2;
}
.stage + a {
  display: block;
  position: absolute;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
}

.slick-prev, 
.slick-next {
  width: 4rem;
  height: 4rem;
  z-index: 10;
}
.slick-prev::before, 
.slick-next::before {
  font-size: 4rem;
}
.slick-prev {
  left: 1.5rem;
}
.slick-next {
  right: 1.5rem;
}
.slick-dots {
  bottom: 0;
}
.slick-dots li button::before {
  font-size: 1.2rem;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*----- main -----*/
main.content {
  padding: 3.5rem 0 6.5rem;
}

.content .body-block {
  clear: both;
  margin-bottom: 3rem;
}
.content img.float-left {
  float: left;
  margin: 0 3rem 1.5rem 0;
}
.content img.float-right {
  float: right;
  margin: 0 0 1.5rem 3rem;
}

.view-basic-page > .view-content > h3 {
  display: none;
}

/*----- main content -----*/
/*----- info -----*/
.info {
  padding: 2rem 3.5rem;
  background-color: #ffffff;
  color: #005ca9;
  margin-top: 2rem;
}

.info h2 {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}

.info h3 {
  margin-top: 2.5rem;
  text-transform: none;
}

.info p {
  font-size: 1.4rem;
  color: #005ca9;
}

/*----- news -----*/
.news-item {
  position: relative;
  margin-bottom: 1.5rem;
}

.news-item img {
  max-width: 100%;
  height: auto;
}

.news-item .news-text {
  padding: 1.5rem;
  background-color: #ffffff;
}

.news-item .news-date {
  font-weight: 500;
  color: #005ca9;
}

.news-item h2,
.news-item p {
  color: #005ea8;
}

.news-item .show-more {
  display: none;
}

.news-item .counter {
  float: left;
  margin-right: 2rem;
}
.news-item .counter i {
  display: block;
  font-size: 2rem;
  margin-right: 1rem;
  float: left;
  color: #b0b0b0;
}
.news-item .counter .count {
  display: block;
  float: left;
  color: #005ea8;
}

/*#block-views-news-news-home-block {
  display: none;
}*/

/*.view-display-id-news_home_block .view-header h2 {
  font-size: 2.8rem;
  padding-bottom: 1rem;
  margin-top: 4.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #DDDFE5
}
*/
/*----- masonry -----*/

@media (max-width: 400px) {
  .grid-item {
    width: 100% !important;
  }
}

/*----- home -----*/

#block-block-7 {
  margin: 6rem 0;
  /*padding: 4rem 3rem;*/
  background-color: #f4f6fc;
}
@media (min-width: 992px) {
  #block-block-7 {
    margin: 8rem 0;
    /*padding: 6rem 3rem;*/
  }
}
@media (min-width: 1320px) {

}
/*----- video -----*/

.video-wrap {
  position: relative;
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.video-wrap .video-container {
  position: relative;
}
/*.video-wrap .video {
  display: none;
}*/
.video-wrap iframe {
  height: 100%;
}
.video-wrap video {
  max-width: 100%;
  height: auto;
}
.video-wrap video p {
  margin: 0;
}
.video-wrap a.play,
.featherlight .video-js .vjs-big-play-button {
  display: block;
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #FFF;
}
.video-wrap a.play::before,
.featherlight .video-js .vjs-big-play-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 250ms ease-out;
  -moz-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
.video-wrap a.play::after,
.featherlight .video-js .vjs-big-play-button::after {
  content: "\f144";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 8px rgba(80,80,80,0.8);
  font-size: 8rem;
  line-height: 1;
  text-align: center;
  z-index: 9;
  opacity: 0.8;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.video-wrap a.play:hover::before {
  /*background-color: rgba(255,255,255,0.2);*/
}
.video-wrap a.play:hover::after,
.video-wrap a.play:active::after,
.featherlight .video-js .vjs-big-play-button:hover::after,
.featherlight .video-js .vjs-big-play-button:active::after {
  color: #fff;
  opacity: 1;
}
.featherlight .video-js.vjs-has-started .vjs-big-play-button,
.featherlight .video-js.vjs-waiting .vjs-big-play-button {
  display: none;
}
.featherlight .featherlight-close-icon {
  margin: 0;
}


/*----- testimonial -----*/

#block-views-testimonial-home-block .testimonial-slider {
  background-color: #FFFFFF;
  margin-bottom: 4rem;
  overflow: hidden;
}
.testimonial {
  position: absolute;
  opacity: 0;
}
.testimonial:first-child {
  position: relative;
}
.testimonial .text-wrap {
  width: 100%;
  height: 50%;
  z-index: 2;
  color: #FFF;
}
.testimonial .text-wrap::before {
  position: absolute;
  top: 40%;
  left: 50%;
  content: "";
  display: block;
  width: 200%;
  height: 0;
  padding-bottom: 200%;
  background-color: #ee6e67;
  border-radius: 50%;
  z-index: 1;
  /*opacity: 0.5;*/
  mix-blend-mode: multiply;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial .text-wrap.bg-1::before {
  background-color: #fbdc72;
}
.testimonial .text-wrap.bg-2::before {
  background-color: #bdd140;
}

/* ie and older browsers */
@media screen and (min-width:0\0) {
  .testimonial .text-wrap::before {
    opacity: 0.5;
  }
}

.testimonial .text-wrap .text {
  position: absolute;
  width: 80%;
  top: 70%;
  left: 10%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.testimonial .text-wrap .quote {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.testimonial .text-wrap .quoteby {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.4rem;
}

.testimonial-slider .slick-dots li button::before {
  color: #FFF;
  font-size: 2rem;
}
.testimonial-slider .slick-dots li.slick-active button::before {
  color: #FFF;
}

@media (min-width: 420px) {
  .testimonial .text-wrap .quote {
    font-size: 2.6rem;
  }
  .testimonial .text-wrap .quoteby {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media (min-width: 540px) {
  .testimonial .text-wrap::before {
    top: 43%;
  }
  .testimonial .text-wrap .quote {
    font-size: 3rem;
  }
}

@media (min-width: 600px) {
  .testimonial .text-wrap::before {
    top: 55%;
  }
  .testimonial .text-wrap .text {
    top: 80%;
  }
}

@media (min-width: 768px) {
  .testimonial-slider .slick-dots {
    width: 46%;
    left: 54%;
    text-align: left;
    bottom: 2rem;
  }
  .testimonial .text-wrap {
    width: 50%;
    height: 100%;
  }
  .testimonial .text-wrap::before {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    top: 50%;
    left: 40%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .testimonial .text-wrap .text {
    width: 40%;
    top: 50%;
    left: 55%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .testimonial .text-wrap::before {
    left: 45%;
  }
}

@media (min-width: 1320px) {
  .testimonial-slider {
    padding: 6rem;
  }

  .testimonial .text-wrap .quote {
    font-size: 3.6rem;
  }

  .testimonial-slider .slick-prev {
    left: 7.5rem;
  }

  .testimonial-slider .slick-next {
    right: 7.5rem;
  }

  .testimonial-slider .slick-dots {
    bottom: 6rem;
  }

}


/*----- level -----*/

.level-item {
  background-color: #E3EEF9;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.level-item-wrap:first-child .level-item {
  background-color: #FFFFFF;
}
.level-item-wrap:first-child + .level-item-wrap .level-item {
  background-color: #eb6e6a;
  color: #ffffff;
}
.level-item-wrap:first-child + .level-item-wrap + .level-item-wrap .level-item {
  background-color: #bcd148;
  color: #ffffff;
}
.level-item-wrap:first-child + .level-item-wrap + .level-item-wrap + .level-item-wrap .level-item {
  background-color: #ffde7c;
}
.level-item h2 {
  margin-top: 0.5rem;
}
.level-item p {
  color: inherit;
}
.level-item ul {
  padding: 0 0 0 1.5rem;
  margin: 0;
}

/*----- team -----*/

.view-profile .view-filters {
  background-color: #003b5c;
  color: #FFFFFF;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.view-profile .view-filters label {
  text-transform: uppercase;
}
.view-profile .view-filters select {
  background-color: #E3EEF9;
  color: #005ca9;
  border: none;
  width: 100%;
}
.view-profile .views-exposed-form .description {
  display: block;
}
.view-profile .edit-link {
  right: 1rem;
}

#lecturer-team-wrap {
  position: relative;
}

.lecturer-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2rem;
}

.lecturer-image {
  position: relative;
  overflow: hidden;
}

.lecturer-image .lecturer-info {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 141, 215, 0.8);
  -webkit-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.lecturer-image .lecturer-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin-left: -2rem;
  margin-top: -2rem;
  background: url(../img/plus.png) no-repeat center center transparent;
  z-index: 2;
  -webkit-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}

.details-visible .lecturer-image .lecturer-info::after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lecturer-image:hover .lecturer-info {
  top: 0%;
}

.touch .lecturer-image .lecturer-info {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
}

.lecturer-item h2 {
  font-size: 1.8rem;
  margin-top: 0;
}

.lecturer-item p {
  font-size: 1.6rem;
  margin: 0;
}

.lecturer-short {
  position: relative;
  padding: 2.5rem 0 1rem 0;
}

.lecturer-short::after {
  opacity: 0;
  content: '';
  position: absolute;
  border-top: 8rem solid transparent;
  border-right: 8rem solid #E3EEF9;
  height: 8rem;
  bottom: -4.7rem;
  right: 0;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.details-visible .lecturer-short::after {
  opacity: 1;
}

.lecturer-details {
  display: none;
}

.bubble-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 2.5rem;
  width: 100%;
}

.bubble-content {
  background-color: #E3EEF9;
  width: 100%;
  padding: 2rem 3rem;
}

.bubble-content > * {
  color: #005ca9;
}

.bubble-content .h2 {
  text-transform: uppercase;
  font-size: 2rem;
}

/*----- partner -----*/

.view-partners .view-filters {
  background-color: #003b5c;
  color: #FFFFFF;
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.view-partners .view-filters label {
  text-transform: uppercase;
}
.view-partners .view-filters select {
  background-color: #E3EEF9;
  color: #005ca9;
  border: none;
  width: 100%;
}
.view-partners .views-exposed-form .description {
  display: block;
}
.view-partners .edit-link {
  right: 1rem;
}

#partner-wrap {
  position: relative;
}

.partner-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2rem;
}

.partner-image {
  position: relative;
  overflow: hidden;
}

.partner-image .partner-info {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 141, 215, 0.8);
  -webkit-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.partner-image .partner-info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin-left: -2rem;
  margin-top: -2rem;
  background: url(../img/plus.png) no-repeat center center transparent;
  z-index: 2;
  -webkit-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}

.details-visible .partner-image .partner-info::after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.partner-image:hover .partner-info {
  top: 0%;
}

.touch .partner-image .partner-info {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
}

.partner-item h2 {
  font-size: 1.8rem;
  margin-top: 0;
}

.partner-item p {
  font-size: 1.6rem;
  margin: 0;
}

.partner-short {
  position: relative;
  padding: 2.5rem 0 1rem 0;
}

.partner-short::after {
  opacity: 0;
  content: '';
  position: absolute;
  border-top: 8rem solid transparent;
  border-right: 8rem solid #E3EEF9;
  height: 8rem;
  bottom: -4.7rem;
  right: 0;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.details-visible .partner-short::after {
  opacity: 1;
}

.partner-details {
  display: none;
}


/*----- album -----*/

.album {
  position: relative;
  margin-bottom: 3rem;
}

.album-images {
  display: none;
}

.album-cover {
  cursor: pointer;
}

.album .view {
  margin-top: 0.5rem;
}

.pswp button {
  background-color: transparent;
}

/*----- praxisfinder -----*/

.view-praxisfinder .view-filters {
  background-color: #003b5c;
  color: #FFFFFF;
  padding: 2rem;
}
.view-praxisfinder .view-filters label {
  text-transform: uppercase;
}
.view-praxisfinder .view-filters select {
  background-color: #E3EEF9;
  color: #005ca9;
  border: none;
  width: 100%;
}
.view-praxisfinder .views-exposed-form::before, .view-praxisfinder .views-exposed-form::after {
  content: " ";
  display: table;
}
.view-praxisfinder .views-exposed-form::after {
  clear: both;
}
.view-praxisfinder .views-exposed-widgets {
  float: left;
}
.view-praxisfinder .cnt-result {
  display: block;
  padding: 1rem 0 0 0;
  clear: both;
}
.view-praxisfinder .view-content {
  background-color: #E3EEF9;
  margin-top: 2rem;
  padding-bottom: 1.5rem;
}
.practice-item {
  padding: 0 1.5rem;
  background-color: #E3EEF9;
  color: #3e3d40;
}
.practice-item strong {
  color: #000000;
}
.practice-inner {
  position: relative;
  background-color: #FFFFFF;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  border-top: 1px solid #DDDFE5;
}
.practice-item:first-child .practice-inner {
  border-top: none;
}
.show-on-map {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3.9rem;
  background: url(../img/marker_sm.png) center center no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
#map-canvas {
  width: 100%;
  height: 35rem;
  margin-bottom: 1.5rem;
}
.scroll-container {
  height: 30rem;
}

/*----- archive -----*/

.view-archive-records table {
  width: 100%;
}
.view-archive-records table th {
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #DDDFE5;
}
.view-archive-records table th a {
  color: #000000;
}
.view-archive-records table td {
  color: #87888a;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
  line-height: 1.1;
  vertical-align: inherit;
  -webkit-transition: all, 250ms, ease;
  -o-transition: all, 250ms, ease;
  transition: all, 250ms, ease;
}
.view-archive-records table td {
  white-space: normal;
  padding: 1rem 0.5rem;
}
/*.view-archive-records table th:last-child,
.view-archive-records table td:last-child {
  display: none;
}*/
.view-archive-records table tr:hover td {
  background: #E3EEF9;
  color: #555;
}
.view-archive-records .views-exposed-form {
  background-color: #003b5c;
  padding: 2rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.view-archive-records .views-exposed-form label {
  text-transform: uppercase;
  font-family: 'TradeGothicLTPro', sans-serif;
}
.view-archive-records .views-exposed-form label.option {
  font-family: 'TradeGothicLTPro-Light', sans-serif;
  text-transform: none;
}
.view-archive-records .views-exposed-form select,
.view-archive-records .views-exposed-form input[type="text"] {
  background-color: #E3EEF9;
  color: #005ca9;
  border: none;
  width: 100%;
}

/*.view-archive-records .view-content > h3 {
  font-size: 150%;
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 1rem;
  margin-bottom: 0;
  margin-top: 2rem;
}
.archive-record {
  padding: 1rem 11rem 1rem 0;
  border-bottom: 2px solid #FFFFFF;
  position: relative;
}
.archive-record img {
  display: block;
  margin-bottom: 1rem;
}
.archive-record a.button {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
}
@media (min-width: 480px) {
  .archive-record img {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}*/


/*----- seminar -----*/

.view-seminar table {
  width: 100%;
}
.view-seminar table th {
  color: #000000;
  text-align: left;
  text-transform: uppercase;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #DDDFE5;
}
.view-seminar table th a {
  color: #000000;
}
.view-seminar table td {
  color: #87888a;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
  line-height: 1.1;
  vertical-align: inherit;
  -webkit-transition: all, 250ms, ease;
  -o-transition: all, 250ms, ease;
  transition: all, 250ms, ease;
}
.view-seminar table td {
  padding: 1rem 0.5rem;
}
#block-views-seminar-seminar-list .view-seminar table td {
  cursor: pointer;
}
#block-views-seminar-seminar-list .view-seminar table th:last-child,
#block-views-seminar-seminar-list .view-seminar table td:last-child {
  display: none;
}
.view-seminar table tr:hover td {
  background: #E3EEF9;
  color: #555;
}

.view-seminar .views-exposed-form,
.view-students-administration .views-exposed-form,
.view-students .views-exposed-form {
  background-color: #003b5c;
  padding: 2rem;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.view-seminar .views-exposed-form label,
.view-students-administration .views-exposed-form label,
.view-students .views-exposed-form label  {
  text-transform: uppercase;
  font-family: 'TradeGothicLTPro', sans-serif;
}
.view-seminar .views-exposed-form label.option,
.view-students-administration .views-exposed-form label.option,
.view-students .views-exposed-form label.option {
  font-family: 'TradeGothicLTPro-Light', sans-serif;
  text-transform: none;
}
.view-seminar .views-exposed-form select,
.view-seminar .views-exposed-form input[type="text"],
.view-students-administration .views-exposed-form select,
.view-students-administration .views-exposed-form input[type="text"],
.view-students .views-exposed-form select,
.view-students .views-exposed-form input[type="text"] {
  background-color: #E3EEF9;
  color: #005ca9;
  border: none;
  width: 100%;
}
.views-exposed-form .description {
  display: none;
}
/*#views-exposed-form-seminar-seminar-list #edit-field-sem-level-tid-wrapper {
  margin-top: 1.5rem;
}*/
.view-students-administration .views-exposed-form #edit-field-student-country-tid-wrapper .form-type-bef-checkbox {
  float: left;
}
a.sem-info {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  background: url(../img/info.png) center center no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color, 250ms, ease;
  -o-transition: background-color, 250ms, ease;
  transition: background-color, 250ms, ease;
}
.sem-detail h1 {
  padding-right: 6rem;
}
.sem-detail ol {
  margin: 0;
  padding: 0;
}
.sem-detail ol li {
  list-style-position: inside;
}
.sem-data p {
  margin: 1rem 0 0.5rem;
}
.sem-data p:first-child {
  margin-top: 0;
}
.sem-detail .button {
  display: inline-block;
  line-height: 2.6rem;
}
.main-content .view-seminar-detail-page .container {
  padding: 0;
  width: auto;
}
img.loading {
  display: block;
  margin: 4rem auto 1.5rem;
}

.page-node-add-student h1.title,
.page-node-add-practice h1.title {
  display: none;
}

.page-node-add-student label,
.page-node-add-practice label {
  display: block;
}
.page-node-add-student .field-type-list-boolean label,
.page-node-add-practice .field-type-list-boolean label {
  display: inline-block;
}
.page-node-add-student select,
.page-node-add-student input[type=text],
.page-node-add-student textarea,
.page-node-add-practice select,
.page-node-add-practice input[type=text],
.page-node-add-practice textarea {
  width: 100%;
  color: #005ca9;
  border: none;
  background: #ffffff;
}
.page-node-add-student select,
.page-node-add-practice select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0.5rem;

}
.page-node-add-student select:disabled,
.page-node-add-practice select:disabled {
  background-color: #fff;
  color: #000;
  padding: 0.5rem 0;
}
.page-node-add-student input[type=text],
.page-node-add-practice input[type=text] {
  padding: 0.5rem;
}
.page-node-add-student .form-wrapper,
.page-node-add-practice .form-wrapper {
  margin: 0 0 1rem 0;
}
.page-node-add-student input[type=submit],
.page-node-add-practice input[type=submit] {
  width: auto;
  border: none;
  background-color: #218dd7;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
  -webkit-transition: background-color, 250ms, ease;
  -o-transition: background-color, 250ms, ease;
  transition: background-color, 250ms, ease;
}
.page-node-add-student input[type=submit]:hover,
.page-node-add-student input[type=submit]:active,
.page-node-add-practice input[type=submit]:hover,
.page-node-add-practice input[type=submit]:active {
  background-color: #015EA9;
}
.page-node-add-student fieldset,
.page-node-add-practice fieldset {
  border: none;
  padding: 0.5rem 0;
}
.page-node-add-student fieldset .date-padding {
  padding: 0;
}
.page-node-add-student fieldset .date-padding .form-type-select {
  margin-right: 1.5rem; 
}
.page-node-add-student .field-name-field-student-customer-no,
.page-node-add-student .field-name-field-student-profession,
.page-node-add-student .field-name-field-no-email-sent-on-import,
.page-node-add-practice .field-name-field-lat,
.page-node-add-practice .field-name-field-long {
  display: none;
}
.page-node-add-practice #edit-field-level-und option:first-child + option + option,
.page-node-add-practice #edit-field-level-und option:first-child + option + option + option {
  display: none;
}
.page-node-add-practice #edit-field-certification-year .date-padding {
  padding: 0;
}

/*----- student -----*/

.view-students table,
.view-students-administration table,
.view-students-seminar-list-admin table {
  width: 100%;
}
.view-students table th,
.view-students-administration table th,
.view-students-seminar-list-admin table th  {
  font-size: 1.4rem;
  color: #000000;
  text-align: left;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #DDDFE5;
}
.view-students table th a,
.view-students-administration table th a,
.view-students-seminar-list-admin table th a {
  color: #000000;
}
.view-students table td,
.view-students-administration table td,
.view-students-seminar-list-admin table td  {
  display: table-cell;
  font-size: 1.4rem;
  color: #87888a;
  padding: 0.5rem;
  border-bottom: 1px solid #DDDFE5;
  line-height: 30px;
  vertical-align: inherit;
}

.node-type-student .block-views {
  margin-top: 4rem;
}

.feed-icon a {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  margin-top: 1.5rem;
  background: url(../img/csv.png) center center transparent;
}
.feed-icon a[href*="csv"] {
  background-image: url(../img/csv.png);
}
.feed-icon a[href*="xls"] {
  background-image: url(../img/xls.png);
}
.feed-icon a img {
  display: none;
}

a.generate-pdf {
  margin-left: 1.5rem;
}

.node-student .text.field .field-label {
  font-weight: 400;
  width: 20rem;
}
.node-student .text.field {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #DDDFE5;
}
@media (min-width: 1320px) {
  .node-student .text.field {
    width: 50%;
    float: left;
  }
  .node-student .text.field:nth-child(odd) {
    border-right: 1px solid #DDDFE5;
  }
}

/*----- teaser -----*/
.teaser {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 2rem;
}
.teaser-inner {
  position: relative;
}

.teaser a {
  display: block;
  position: absolute;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
}
.teaser a:hover {
  text-decoration: none;
}
.teaser-inner .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
}
.teaser-inner .text p {
  color: #FFF;
  font-size: 2.2rem;
  line-height: 1.2;
}
.teaser-inner .text p::after {
  content: " \00BB";
}
.teaser:first-child + .teaser .teaser-inner .text {
  bottom: 0;
  top: auto;
  left: 2rem;
}
.teaser:first-child + .teaser + .teaser .teaser-inner .text {
  left: auto;
  bottom: 0;
  top: auto;
  right: 20%;
}
.teaser:first-child + .teaser + .teaser + .teaser .teaser-inner .text {
  left: auto;
  bottom: auto;
  right: 0;
  top: 2rem;
}

.teaser-text {
  position: relative;
  height: 18rem;
  background-color: #005ca9;
  color: #FFFFFF;
  padding: 1rem 1.5rem;
}
.teaser:first-child .teaser-text {
  background-color: #eb6e6a;
  color: #ffffff;
}
.teaser:first-child + .teaser .teaser-text {
  background-color: #bcd148;
  color: #ffffff;
}
.teaser:first-child  + .teaser + .teaser .teaser-text {
  background-color: #ffde7c;
  color: #87888a;
}
/*.teaser-text::after {
  content: '';
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 1rem;
  bottom: 1rem;
  background: url(../img/teaser_link.png) center center no-repeat transparent;
}*/
.teaser-text h2 {
  color: inherit;
}
.teaser-text p {
  color: inherit;
}

@media (min-width: 359px) {
  .teaser-inner .text p {
    font-size: 2.4rem;
  }
}
@media (min-width: 520px) {
  .teaser-inner .text p {
    font-size: 1.8rem;
  }
}
@media (min-width: 620px) {
  .teaser-inner .text p {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .teaser-inner .text p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1320px) {
  .teaser-inner .text {
    left: 1rem;
  }
  .teaser:first-child + .teaser .teaser-inner .text {
    left: 4rem;
  }
  .teaser-inner .text p {
    font-size: 2.8rem;
  }
}

/*----- contact -----*/

h2.acco-title {
  cursor: pointer;
  margin: 0;
  padding: 1rem 1.5rem;
  margin: 0;
  background-color: #FFFFFF;
  position: relative;
}
h2.acco-title::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3rem;
  line-height: 2.64rem;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
h2.acco-title.acco-active::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
h2.acco-title + .row {
  margin-top: 2rem;
}

/*----- bottom info -----*/

.bottom-info {
  background-color: #eb6e6a;
  color: #FFFFFF;
  padding: 10px;
  margin-top: 30px;
}
.bottom-info p {
  color: #FFFFFF;
}
.bottom-info a.button {
  background-color: #FFFFFF;
  color: #eb6e6a;
}
.bottom-info p:last-child {
  margin-bottom: 0;
}

/*----- messages -----*/

.not-logged-in div.messages {
  padding: 1rem;
  margin-bottom: 3rem;
  background-image: none;
}

/*----- footer -----*/
footer.pagefooter {
  /*margin-top: 3rem;*/
}
footer.pagefooter > .container {
  background-color: #003b5c;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer.pagefooter h2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 1.5rem 0;
}

footer.pagefooter ul {
  padding: 0;
  margin: 0;
}

footer.pagefooter ul li {
  list-style: none;
}

footer.pagefooter ul li a,
footer.pagefooter p,
footer.pagefooter a {
  color: #9abadd;
  margin: 0;
}

footer.pagefooter a:hover,
footer.pagefooter a:active,
footer.pagefooter a.active {
  color: #FFFFFF;
  text-decoration: none;
}

#block-block-6 > ul {
  float: right;
}
#block-block-6 > ul li {
  float: left;
}
#block-block-6 > ul li a {
  display: block;
  font-size: 2.6rem;
  line-height: 4rem;
  text-align: center;
  color: #003b5c;
  width: 4rem;
  height: 4rem;
  background-color: #FFF;
  border-radius: 50%;
  margin-left: 1rem;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}
#block-block-6 > ul li a:hover,
#block-block-6 > ul li a:active {
  background-color: #e8e8e8;
}
#block-block-6 > ul li a i.fa {
  position: relative;
  left: 4px;
}
#block-block-6 > ul li a i.fa-facebook {
  top: 1px;
  left: 2px;
}

/*----- mailchimp -----*/

.mc-field-group input {
  width: 100%;
  border: none;
  padding: 4px;
}
#mce-success-response,
#mce-error-response {
  color: #FFFFFF;
  margin-top: 0.5rem;
}

/*----- overlay -----*/

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 200;
  overflow-y: scroll;
}
.overlay .inner-wrap {
  position: relative;
  background-color: #FFFFFF;
  padding: 3rem 0 2.5rem 0;
  margin: 1.5rem;
}
.overlay .inner-wrap .container {
  padding: 0 1.5rem;
}
.overlay .close {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  background: url(../img/close_ov.png) center center no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
}
.overlay .close:hover {
}
a.button.direct-link {
  display: none;
}
.overlay a.button.direct-link {
  display: inline-block;
}

/*----- blog -----*/

.blog-entry {
  position: relative;
  margin-bottom: 3rem;
}
.blog-entry .blog-inner-wrap {

}
.blog-entry span.views-field {
  float: left;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.blog-entry .views-field-title {
  clear: both;
}
.view-display-id-blog_detail_block .views-field-field-blog-introtext p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.view-display-id-blog_detail_block span.views-field {
  font-weight: 500;
  float: left;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.comment-add {
  display: none !important;
}
.comment-wrapper {
  clear: both;
}
.comment-form label {
  display: block;
  margin-top: 0.5rem;
}
.comment-form input[type="text"] {
  width: 100%;
  border: 1px solid #DDDFE5;
}
.comment-form textarea {
  width: 100%;
  border: 1px solid #DDDFE5;
}
.comment-wrapper .submitted {
  font-size: 1.2rem;
  border-bottom: 1px solid #DDDFE5;
  padding-bottom: 0.5rem;
}

@media (min-width: 991px) {
  .blog-entry:nth-child(2n+1) {
    clear: both;
  }
}

/*----- profile -----*/

#block-views-profile-edit-block {
  background-color: #E3EEF9;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
#block-system-main > .profile {
  background-color: #E3EEF9;
  padding: 1rem 2rem;  
}
#block-views-profile-local-block {
  margin-bottom: 3rem;
}
#block-views-profile-local-block .view-content,
#block-views-profile-local-block .view-empty {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.profile .user-picture {
  float: none;
}
.profile h3 {
  border: none;
  font-size: 2rem;
  margin: 1rem 0;
  font-weight: 500;
}
.profile dd {
  padding: 0;
  margin: 0;
}

/*----- filter -----*/

.form-type-bef-checkbox {
  clear: both;
  margin-top: 3px;
}
.form-type-bef-checkbox input {
  display: inline-block;
  margin: 3px 5px 0 0;
  float: left;
}
.form-type-bef-checkbox input {
  display: inline-block;
  float: left;
}
.bef-checkboxes .form-type-bef-checkbox {
  float: left;
  clear: none;
  margin-right: 1rem;
}
.views-exposed-widgets > .views-exposed-widget {
  margin-top: 1rem;
  clear: both;
}
.views-exposed-widgets > .views-exposed-widget:first-child {
  margin-top: 0;
}
.container-inline-date .date-padding {
  float: none;
}
/*.container-inline-date .form-item {
  width: 100%;
}*/


/*----- media queries -----*/
#media-test {
  display: none;
}

.visible-xxs {
  display: block;
}

@media (min-width: 380px) {
  .stage-text {
    top: 2rem;
    left: 2rem;
  }

  .stage.align-right .stage-text {
    left: auto;
    right: 2rem;
  }

  .stage-text blockquote > p {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .stage-text p.cite::before {
    width: 8rem;
  }

}
@media (min-width: 480px) {
  .stage-text blockquote > p {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .stage-text p.cite {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-top: 1rem;
  }

  .stage-text p.cite::before {
    width: 8rem;
  }

}
@media (min-width: 520px) {
  .lecturer-item,
  .partner-item {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lecturer-item:nth-child(2n+1),
  .partner-item:nth-child(2n+1) {
    clear: both;
  }

  .teaser {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .visible-xxs {
    display: none;
  }

}
@media (min-width: 768px) {

/*  body {
    background: url(../img/bg.gif) repeat;
  }*/

  h2 {
    font-size: 2rem;
  }
  .front h2 {
    font-size: 2.4rem;
  }

  .page-wrapper {
    /*margin-top: 2.5rem;*/
    max-width: 740px;
  }

  .page-wrapper .container,
  .pageheader > .container,
  .pagefooter > .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo {
    top: 1.7rem;
  }
  .logo img {
    width: 122px;
  }
  .nav-open .logo img {
    width: 100px;
  }
  .scrolled .logo img {
    width: 90px;
  }

  .navbar-collapse {
    width: calc(100% + 2rem);
    left: -1rem;
  }

  .stage:before {
    content: none;
  }

  .stage .stage-text,
  .stage img {
    display: block;
  }

  .stage-text {
    top: 3rem;
    left: 3rem;
  }

  .stage.align-right .stage-text {
    left: auto;
    right: 3rem;
  }

  .stage-text blockquote > p {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 1.5rem;
  }

  .stage-text p.cite {
    font-size: 1.6rem;
    line-height: 2rem;
    padding-top: 1.5rem;
  }

  .stage-text p.cite::before {
    width: 10rem;
  }

  .level-item-wrap:nth-child(2n+1) {
    clear: both;
  }

  .lecturer-item,
  .partner-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay .inner-wrap {
    max-width: 740px;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .overlay .inner-wrap .container {
    padding: 0 2.5rem;
  }

  .comment-form input[type="text"] {
    width: 50%;
  }

  .view-praxisfinder .cnt-result {
    clear: none;
    float: left;
    padding: 2.5rem 0 0 2.5rem;
  }

  .view-gallery .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .lecturer-item,
  .partner-item {
    float: left;
    width: 33.33333%;
  }
  .lecturer-item:nth-child(2n+1),
  .partner-item:nth-child(2n+1) {
    clear: none;
  }
  .lecturer-item:nth-child(3n+1),
  .partner-item:nth-child(3n+1) {
    clear: both;
  }
  .teaser-text {
    padding: 1rem 3rem;
  }
  .teaser-text::after {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .view-praxisfinder .view-filters select {
    width: 32rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.2rem;
  }

  p.intro {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }

  .page-wrapper {
    padding-top: 11rem;
  }
  .pageheader > .container {
    height: 11rem;
  }
  .scrolled .pageheader > .container {
    height: 8rem;
  }

  .logo {
    top: 1rem;
  }

  .navbar-collapse {
    height: auto;
  }

/*  .navbar-collapse {
    left: -3rem;
    width: calc(100% + 6rem);
    padding: 3rem 4rem;
  }*/

/*  ul.navbar-nav {
    width: auto;
  }

  ul.navbar-nav > li {
    position: relative;
    float: left;
  }

  ul.navbar-nav > li > a,
  ul.navbar-nav > li > span {
    padding: 1rem 0.7rem 2rem 0.7rem;
    border: none;
  }

  ul.navbar-nav > li > span:after {
    content: none !important;
  }

  ul.navbar-nav > li > ul {
    position: absolute;
    top: 7rem;
    left: 0;
    padding: 1rem;
    background-color: #E3EEF9;
    z-index: 1;
  }*/

  .navbar-collapse .block-menu-block {
    width: 33.33%;
    float: left;
  }
  body.nav-open {
    overflow: auto;
  }

  .speciallinks #block-menu-menu-log {
    display: block;
  }

  .page-wrapper {
    /*margin-top: 5rem;*/
    max-width: 960px;
  }

/*  .pageheader > .container {
    padding-bottom: 2rem;
  }*/

  .stage-text {
    top: 6rem;
    left: 4rem;
  }

  .stage.align-right .stage-text {
    left: auto;
    right: 4rem;
  }

  .stage-text blockquote > p {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 2rem;
  }

  .stage-text p.cite {
    padding-top: 2rem;
  }

  main.content {
    padding: 4.5rem 0 5rem;
  }

  .info {
    margin-top: 0;
  }

  #block-views-news-news-home-block {
    display: block;
  }

  .view-display-id-home_teaser_block .teaser:last-child {
    display: none;
  }

  .level-item-wrap:nth-child(2n+1) {
    clear: none;
  }

  .lecturer-item {
    float: left;
    width: 25%;
  }

  .lecturer-item:nth-child(3n+1) {
    clear: none;
  }

  .lecturer-item:nth-child(4n+1) {
    clear: both;
  }

  .lecturer-item,
  .partner-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .view-praxisfinder .view-content {
    padding: 2rem;
  }

  .view-praxisfinder .view-filters select {
    width: 28rem;
  }

  .practice-item {
    background-color: #FFFFFF;
  }
  .practice-inner {
    padding-left: 0;
  }
  .show-on-map {
    right: 0;
  }
  .scroll-container {
    height: auto;
  }

  #map-canvas {
    margin: 0;
    height: 50rem;
  }

  .overlay .inner-wrap {
    max-width: 960px;
    margin-top: 5rem;
  }

  .view-praxisfinder .scroll-container {
    height: 500px;
  }

  .view-gallery .col-md-4:nth-child(2n+1) {
    clear: none;
  }
  .view-gallery .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}


@media (min-width: 992px) {
  .teaser {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .teaser {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1320px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.4rem;
  }
  .front h2 {
    font-size: 2.8rem;
  }

  p.intro {
    font-size: 2.8rem;
  }

  ul.navbar-nav > li > a,
  ul.navbar-nav > li > span {
    padding: 1rem 1rem 2rem 1rem;
    border: none;
  }

  .speciallinks {
    right: 7rem;
  }

  .page-wrapper {
    max-width: 1240px;
  }

  .page-wrapper .container,
  .pageheader > .container,
  .pagefooter > .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .page-wrapper {
    padding-top: 14rem;
  }
  .pageheader > .container {
    height: 14rem;
  }
  .scrolled .pageheader > .container {
    height: 10rem;
  }

  .logo {
    top: 2.7rem;
  }
  .scrolled .logo {
    top: 1.7rem;
  }
  .logo img {
    width: 190px;
  }
  .nav-open .logo img {
    width: 130px;
  }  
  .scrolled .logo img {
    width: 100px;
  }

  .navbar-collapse {
    width: calc(100% + 6rem);
    left: -3rem;
  }

  .stage-text {
    top: 9rem;
    left: 5rem;
  }

  .stage.align-right .stage-text {
    left: auto;
    right: 5rem;
  }

  .stage-text blockquote > p {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }

  .level-item-wrap {
    margin-top: 3rem;
  }

  .view-praxisfinder .view-filters select {
    width: 36rem;
  }

  .overlay .inner-wrap {
    max-width: 1240px;
    margin-top: 10rem;
  }
}
/*----- plugins -----*/
/*----- drupal -----*/
.tabs ul,
.action-links,
ul.links,
ul.pager {
  margin: 20px 0;
  padding: 0;
}

.tabs li,
.action-links li,
ul.links li,
ul.pager li {
  display: inline;
  list-style: outside none none;
  margin: 0 5px 0 0;
  padding: 0;
}

.tabs li a,
.action-links li a,
ul.links li a,
ul.pager li a {
  font-size: 1.4rem;
  background-color: #777777;
  color: #fff;
  padding: 5px 10px;
  -webkit-transition: background-color, 250ms, ease;
  -o-transition: background-color, 250ms, ease;
  transition: background-color, 250ms, ease;
}
.action-links li a {
  background-color: #999999;
}

.tabs li a:hover, .tabs li a.active,
.action-links li a:hover, .action-links li a.active,
ul.links li a:hover, ul.links li a.active,
ul.pager li a:hover, ul.pager li a.active  {
  background-color: #005ca9;
}

ul.pager li.pager-current {
  background: #015EA9;
  color: #FFF;
  padding: 4px 10px;
}

.view-display-id-edit_block {
  position: relative;
}
.edit-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  z-index: 99;
}
.view-id-praxisfinder .edit-link {
  top: auto;
  bottom: 1.5rem;
}
.view-id-seminar .edit-link,
.view-id-students_administration .edit-link,
.view-id-students .edit-link,
.view-id-archive_records .edit-link {
  position: static;
}
.edit-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/edit_dark.png) center center no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color, 250ms, ease;
  -o-transition: background-color, 250ms, ease;
  transition: background-color, 250ms, ease;
}
.edit-link a:hover {
  background-color: #eeeeee;
}
.view-id-seminar .edit-link,
.view-id-students_administration .edit-link,
.view-id-students .edit-link,
.view-id-archive_records .edit-link {
  display: block;
  width: 3rem;
  height: 3rem;  
}
.view-id-seminar .edit-link a,
.view-id-students_administration .edit-link a,
.view-id-students .edit-link a,
.view-id-archive_records .edit-link a {
  background-image: url(../img/edit_dark_sm.png);  
}
.view-link {
  display: block;
  width: 3rem;
  height: 3rem;  
}
.view-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/view.png) center center no-repeat transparent;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color, 250ms, ease;
  -o-transition: background-color, 250ms, ease;
  transition: background-color, 250ms, ease;
}
.view-link a:hover {
  background-color: #eeeeee;
}

th.views-align-center ,
td.views-align-center {
  text-align: center !important;
}

.view-students-administration .view-header {
  padding: 1rem;
  background-color: #FFFFFF;
  margin-bottom: 1rem;
  font-weight: 400;
}

#views-exposed-form-students-administration-students-admin-list .form-type-bef-checkbox {
  display: inline-block;
}

/* illus */
body.t-parent-id-22 main.content {
  padding-bottom: 30%;
  background: url(../img/illu_1.png) left bottom no-repeat transparent;
  background-size: 55% auto;
}
body.t-parent-id-171 main.content {
  padding-bottom: 25%;
  background: url(../img/illu_3.png) left bottom no-repeat transparent;
  background-size: 55% auto;
}
body.t-parent-id-5 main.content .body-block:first-child {
  padding-bottom: 10rem;
  background: url(../img/illu_iTOP_hand.png) left bottom no-repeat transparent;
  background-size: auto 10rem;
}
@media (min-width: 768px) {
  body.t-parent-id-5 main.content .body-block:first-child {
    padding-bottom: 15rem;
    background-size: auto 15rem;
  }
}
@media (min-width: 992px) {
  body.t-parent-id-22 main.content,
  body.t-parent-id-171 main.content {
    padding-bottom: 25%;
    background-size: 40% auto;
  }
  body.t-parent-id-5 main.content .body-block:first-child {
    padding-bottom: 20rem;
    background-size: auto 20rem;
  }
}
@media (min-width: 1320px) {
  body.t-parent-id-171 main.content,
  body.t-parent-id-22 main.content {
    background-position: 40px bottom;
  }
}

/* praxisfinder iframe */
body.t-parent-id-15813
{
  background: #FFFFFF;
}
.t-parent-id-15813 .pageheader,
.t-parent-id-15813 .spacer,
.t-parent-id-15813 .pagefooter,
.t-parent-id-15813 h1
{
  display: none;
}
.t-parent-id-15813 .page-wrapper
{
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  max-width: 100%;
  background-color: #FFF;
}
.t-parent-id-15813 .container
{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.t-parent-id-15813 main.content
{
  padding: 0;
}
.t-parent-id-15813 .view-praxisfinder .view-content {
  background-color: #F0F0F0;
}

/* maintenance */

.maintenance-page #page {
  max-width: 300px;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: #F4F6FC;
}
.maintenance-page #page h1 {
  font-size: 2.4rem;
}
.maintenance-page #page #logo img {
  display: block;
  margin: 0 auto 3rem auto;
}
.maintenance-page #page #name-and-slogan {
  display: none;
}