/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 60, ../sass/sass/_extends.scss */
.title, .splash .logo {
  overflow: hidden;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* line 70, ../sass/sass/_extends.scss */
.mobile-header:before, .mobile-header:after {
  display: table;
  content: " ";
}
/* line 74, ../sass/sass/_extends.scss */
.mobile-header:after {
  clear: both;
}

/* line 87, ../sass/sass/_extends.scss */
.team {
  display: table;
  word-spacing: -1em;
  width: 100%;
  table-layout: fixed;
}

/* line 95, ../sass/sass/_extends.scss */
.member {
  display: inline-block;
  word-spacing: 0;
  vertical-align: top;
}
/* line 100, ../sass/sass/_extends.scss */
.lt-ie8 .member {
  display: inline;
  zoom: 1;
}

/* shadows */
/* line 192, ../sass/sass/_extends.scss */
nav li.active:after,
nav li:hover:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: none !important;
  display: block;
  height: 0 !important;
  width: 0 !important;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent white transparent;
  margin-left: -6px !important;
  margin-left: -20px !important;
  z-index: 99;
}

/*
animation: 1s ease 0s normal forwards 1 bounceInLeft;
*/
/*
- spriting
- grids
- typograpjhydata-slide="4"
- _notrenderes.css

- pixels to ems
	font-size: (18px / $context) * 1em; //1.125em

- pixels to percentage
	$wrapper_width: 1140px;
	.responsive_unit {
		width: precentage(200px / $wrapper_width)
		margin: percentage(15px / $wrapper_width)
	}

*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* line 45, ../sass/sass/styles.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 49, ../sass/sass/styles.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* line 54, ../sass/sass/styles.scss */
::-moz-selection {
  text-shadow: none;
}

/* line 59, ../sass/sass/styles.scss */
::selection {
  text-shadow: none;
}

/* line 64, ../sass/sass/styles.scss */
a {
  color: #163761;
}

/* line 68, ../sass/sass/styles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 80, ../sass/sass/styles.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 84, ../sass/sass/styles.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 90, ../sass/sass/styles.scss */
textarea {
  resize: vertical;
}

/* line 94, ../sass/sass/styles.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
/* line 107, ../sass/sass/styles.scss */
body, html {
  width: 100%;
  height: 100%;
}

/* line 112, ../sass/sass/styles.scss */
body {
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #575756;
  font-family: "Calibri-Italic", sans-serif;
}

/* ==============
    MOBILE: Menu
   ============== */
/* line 124, ../sass/sass/styles.scss */
nav ul {
  margin: 0;
  padding: 0;
}

/* line 129, ../sass/sass/styles.scss */
nav li {
  position: relative;
}

/* line 133, ../sass/sass/styles.scss */
nav a {
  display: block;
  /*margin-bottom: 10px;*/
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-family: "Calibri-Bold", sans-serif;
  color: white;
}

/* line 147, ../sass/sass/styles.scss */
nav a:hover,
nav a:visited {
  color: white;
}

/* line 157, ../sass/sass/styles.scss */
nav a:hover {
  text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */
/* line 165, ../sass/sass/styles.scss */
.main {
  padding: 30px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */
/* line 175, ../sass/sass/styles.scss */
.ie7 .title {
  padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* column grid */
/* line 184, ../sass/sass/styles.scss */
.g1, .big-bullets > li, .g2, .g3 {
  display: block;
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
}

/* 1 column grid */
/* line 186, ../sass/sass/styles.scss */
.g1, .big-bullets > li, .g2, .g3 {
  width: 90.0%;
  /*background: red;*/
}

/* line 190, ../sass/sass/styles.scss */
.g1.no-margins, .big-bullets > li.no-margins,
.g2.no-margins,
.g3.no-margins {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

/* line 192, ../sass/sass/styles.scss */
.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background: #0087a2;
  z-index: 20;
}

/* line 201, ../sass/sass/styles.scss */
.wrapper {
  width: 90%;
  margin: 0 5%;
}

/* line 208, ../sass/sass/styles.scss */
.wrapper-large {
  width: 100%;
}

/* line 212, ../sass/sass/styles.scss */
.wrapper-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* line 217, ../sass/sass/styles.scss */
.wrapper-padding-top {
  padding-top: 90px;
  padding-bottom: 0px;
}

/* line 222, ../sass/sass/styles.scss */
.wrapper-padding-bottom {
  padding-top: 0px;
  padding-bottom: 90px;
}

/***HEADER ***/
/* line 229, ../sass/sass/styles.scss */
.main-header {
  background: #0087a2;
  width: 100%;
  margin: 0;
}

/* line 236, ../sass/sass/styles.scss */
.mobile-header {
  height: 80px;
}

/* line 242, ../sass/sass/styles.scss */
.toggleMenu {
  float: right;
  width: 64px;
  height: 27px;
  background: url(../images/toggleMenu.png);
  margin: 28px 28px 0 0;
  cursor: pointer;
}

/* line 251, ../sass/sass/styles.scss */
.title {
  width: 197px;
  text-align: center;
  margin-top: 35px;
  background: url(../images/Logo_navi.png) no-repeat;
  background-position: top center;
  display: none;
  cursor: pointer;
}

/* line 263, ../sass/sass/styles.scss */
.main-nav {
  display: none;
}
/* line 265, ../sass/sass/styles.scss */
.main-nav ul {
  margin-bottom: 0;
  text-align: center;
}
/* line 268, ../sass/sass/styles.scss */
.main-nav ul li {
  width: 100%;
  background: #0087a2;
  border-bottom: 1px solid white;
}
/* line 275, ../sass/sass/styles.scss */
.main-nav ul a {
  font-family: "ZapfRenaissanceAntiqua-Book", serif;
  colo: white;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 29px;
  height: 100%;
  line-height: 100%;
  text-decoration: none;
  outline: 0;
}

/* line 293, ../sass/sass/styles.scss */
.r {
  float: right;
}

/* line 297, ../sass/sass/styles.scss */
.l {
  float: left;
}

/* line 301, ../sass/sass/styles.scss */
.pos-rel {
  position: relative;
}

/*** Intro ***/
/* line 307, ../sass/sass/styles.scss */
.splash {
  width: 50%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  margin-top: -50px;
  color: #fff;
}
/* line 324, ../sass/sass/styles.scss */
.splash .splash-btn {
  margin: auto;
  display: block;
  background: #0087a2 url(../images/arrow.png) center 44px no-repeat;
  width: 55px;
  height: 55px;
  margin-top: 10px;
  -webkit-border-radius: 28px 28px;
  -moz-border-radius: 28px / 28px;
  border-radius: 28px / 28px;
  background-position: center 16px;
}

/* line 341, ../sass/sass/styles.scss */
.margin-top-reset {
  margin-top: 0 !important;
}

/* line 344, ../sass/sass/styles.scss */
.main-headline {
  font-family: "ZapfRenaissanceAntiqua-Book", serif;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #163761;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  background: url(../images/headline-trenner.jpg) bottom center no-repeat;
}

/* line 359, ../sass/sass/styles.scss */
.desc {
  margin-bottom: 80px;
  text-align: center;
}
/* line 362, ../sass/sass/styles.scss */
.desc p {
  font-family: "Calibri-Italic", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #163761;
  padding: 0;
  margin: 0;
}

/* line 372, ../sass/sass/styles.scss */
.desc-bottom {
  margin-bottom: 0px;
  margin-top: 60px;
}

/* line 378, ../sass/sass/styles.scss */
.desc-small p {
  font-size: 18px;
  line-height: 22px;
}

/* line 384, ../sass/sass/styles.scss */
.bullets-desc, .bullets-desc-smaller {
  color: #163761;
  margin-top: 45px;
  margin-bottom: 25px;
  font-family: "Calibri-Italic", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

/* line 393, ../sass/sass/styles.scss */
.bullets-desc-smaller {
  font-size: 22px;
}

/* line 399, ../sass/sass/styles.scss */
.bullets, .bullets-special {
  font-family: "Calibri-Italic", sans-serif;
  color: #163761;
  margin-bottom: 80px;
  margin-bottom: 45px;
}
/* line 403, ../sass/sass/styles.scss */
.bullets li, .bullets-special li {
  padding: 5px 0 5px 0;
}
/* line 409, ../sass/sass/styles.scss */
.bullets li span, .bullets-special li span {
  color: #575756;
  background: url("../images/bullet.jpg") no-repeat 0 8px;
  padding-left: 10px;
}

/* line 418, ../sass/sass/styles.scss */
.bullets-references {
  min-height: 160px;
}

/* line 422, ../sass/sass/styles.scss */
.bullets-special {
  font-family: "Calibri", sans-serif;
  font-size: 22px;
  margin-top: 40px;
}
/* line 427, ../sass/sass/styles.scss */
.bullets-special li {
  padding: 10px 0 10px 0;
}
/* line 429, ../sass/sass/styles.scss */
.bullets-special li span {
  line-height: 28px;
}

/* line 436, ../sass/sass/styles.scss */
.bullets-trenner {
  height: 1px;
  background: url(../images/headline-trenner.jpg) bottom center no-repeat;
  margin-bottom: 60px !important;
}

/* line 442, ../sass/sass/styles.scss */
.border-bottom {
  border-bottom: 1px solid #b9c3cf;
}

/* line 450, ../sass/sass/styles.scss */
.slide {
  border-bottom: 1px solid #b9c3cf;
  min-height: 100% !important;
  position: relative;
  background: white;
}
/* line 456, ../sass/sass/styles.scss */
.slide:last-of-type, .slide.slide-contact {
  border: none;
}

/* line 463, ../sass/sass/styles.scss */
.slide-contrast {
  background: #0087a2;
  color: white;
}
/* line 466, ../sass/sass/styles.scss */
.slide-contrast .desc {
  color: white;
}
/* line 469, ../sass/sass/styles.scss */
.slide-contrast .bullets-desc, .slide-contrast .bullets-desc-smaller {
  color: white;
}
/* line 472, ../sass/sass/styles.scss */
.slide-contrast .bullets, .slide-contrast .bullets-special {
  list-style-type: disc;
  color: #163761;
}
/* line 476, ../sass/sass/styles.scss */
.slide-contrast .bullets li span, .slide-contrast .bullets-special li span {
  color: white;
}
/* line 480, ../sass/sass/styles.scss */
.slide-contrast .bullets-trenner {
  background: url(../images/headline-trenner2.jpg) bottom center no-repeat;
}

/* line 486, ../sass/sass/styles.scss */
.slide-quinkert-und-esser {
  background: #0087a2 url(../images/bg-stripes.png);
  text-align: center;
}

/* line 491, ../sass/sass/styles.scss */
.slide2 {
  /*background: green;*/
}

/* line 495, ../sass/sass/styles.scss */
.slide3 {
  /*background: blue;*/
}

/* line 500, ../sass/sass/styles.scss */
.slide4 {
  /* background: yellow;*/
}

/* line 510, ../sass/sass/styles.scss */
.layer {
  padding: 60px 10%;
}

/* line 515, ../sass/sass/styles.scss */
.center {
  text-align: center;
}

/* line 519, ../sass/sass/styles.scss */
.responsive-img {
  max-width: 100%;
}

/* line 523, ../sass/sass/styles.scss */
.close {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 54px;
  height: 36px;
  background: url(../images/Close_button.png) no-repeat;
  z-index: 2;
  cursor: pointer;
}

/* line 534, ../sass/sass/styles.scss */
.close-mobile {
  width: 14px;
  height: 14px;
  background: url(../images/Close_button_mobile.png) no-repeat;
}

/* line 540, ../sass/sass/styles.scss */
.phone-details {
  color: #163761;
  margin-bottom: 45px;
}

/* line 545, ../sass/sass/styles.scss */
.icon-phone {
  display: block;
  width: 52px;
  height: 52px;
  background: url(../images/Phone.png);
  margin: auto;
  margin-bottom: 25px;
}
/* line 552, ../sass/sass/styles.scss */
.icon-phone:hover {
  cursor: inherit;
}

/* line 557, ../sass/sass/styles.scss */
.button {
  background-color: #0087a2;
  color: white;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  min-width: 230px;
  margin: 45px 0 45px 0;
}

/* line 568, ../sass/sass/styles.scss */
.team {
    /*text-align: center;

    margin: auto;
    width: 100%;
    /*background: orange*/
  z-index: 2;
}

/* line 579, ../sass/sass/styles.scss */
.member {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  width: 100%;
  /*
    figure,
    .figure {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      a {
        display: block;
      }
      img {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        max-width: 100%;
  
      }
      .caption {
        position: absolute;
        bottom: -100%;
        z-index: 13;
        background: $main-color;
        color: $main-bg-color;
        text-transform: uppercase;
        font-size: 14px;
        font-family: $base-font;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        @include transition-property(all);
        @include transition-duration(250ms);
        @include transition-timing-function(ease);
        &.full {
          height: 100%;
        }
        &.caption-visible {
          bottom:0;
          p {
            position: relative;
            top:40%;
            line-height:24px;
          }
        }
      }
      &:hover {
        img {
          margin-left: 0;
          margin-top: 0;
  
        }
        .caption {
          bottom: 0;
        }
      }
    }
  */
}
/* line 648, ../sass/sass/styles.scss */
.member figure,
.member .figure {
  width: 100%;
  /*height: 0;
  padding-bottom: 100%;*/
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 656, ../sass/sass/styles.scss */
.member figure a,
.member .figure a {
  display: block;
}
/* line 660, ../sass/sass/styles.scss */
.member figure img,
.member .figure img {
  display: block;
  position: relative;
  transform: scale(1.1, 1.1);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  width: auto;
  height: auto;
  max-width: 100%;
}
/* line 674, ../sass/sass/styles.scss */
.member figure .caption,
.member .figure .caption {
  position: absolute;
  bottom: -100%;
  z-index: 13;
  background: #0087a2;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Calibri", sans-serif;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 689, ../sass/sass/styles.scss */
.member figure .caption.full,
.member .figure .caption.full {
  position: absolute;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  text-align: center;
}
/* line 697, ../sass/sass/styles.scss */
.member figure .caption.caption-visible,
.member .figure .caption.caption-visible {
  bottom: 0;
}
/* line 699, ../sass/sass/styles.scss */
.member figure .caption.caption-visible p,
.member .figure .caption.caption-visible p {
  position: relative;
  margin-top: 40%;
  text-align: center;
  line-height: 24px;
}
/* line 708, ../sass/sass/styles.scss */
.member figure:hover img,
.member .figure:hover img {
  margin-left: 0;
  margin-top: 0;
  transform: scale(1, 1);
}
/* line 713, ../sass/sass/styles.scss */
.member figure:hover .caption,
.member .figure:hover .caption {
  bottom: 0;
}

/* line 721, ../sass/sass/styles.scss */
.member-img {
  overflow: hidden;
  /*height: auto;
  width: 100%;*/
}

/* line 727, ../sass/sass/styles.scss */
.member-img-special {
  overflow: hidden;
  background: blue;
  width: 100% !important;
}

/* line 733, ../sass/sass/styles.scss */
.member-info {
  display: none;
  position: relative;
  background: #0087a2;
  color: white;
  padding: 62px 20px 62px 20px;
}
/* line 739, ../sass/sass/styles.scss */
.member-info h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

/* line 746, ../sass/sass/styles.scss */
.member-info-big {
  display: none;
  width: 100%;
  position: absolute;
  background: #0087a2;
  color: white;
  z-index: 14;
}
/* line 753, ../sass/sass/styles.scss */
.member-info-big h3 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1;
}
/* line 758, ../sass/sass/styles.scss */
.member-info-big p {
  font-family: "Calibri", sans-serif;
  font-size: 18px;
}
/* line 762, ../sass/sass/styles.scss */
.member-info-big ul {
  padding-left: 15px;
}
/* line 764, ../sass/sass/styles.scss */
.member-info-big ul li {
  font-family: "Calibri", sans-serif;
  list-style-position: outside;
  list-style-image: url(../images/bullet_white.jpg);
}

/* line 773, ../sass/sass/styles.scss */
.pointer {
  cursor: pointer;
}

/* line 777, ../sass/sass/styles.scss */
.subheadline {
  color: #fff;
  background: #0087a2;
  text-transform: uppercase;
  line-height: 4em;
  font-size: 22px;
  font-family: "Calibri", sans-serif;
  text-align: center;
  font-style: normal;
}

/* line 788, ../sass/sass/styles.scss */
.big-bullets {
  color: #163760;
  text-align: center;
  font-family: "Calibri", sans-serif;
  font-size: 20px;
}
/* line 793, ../sass/sass/styles.scss */
.big-bullets > li {
  /* float:left;*/
  border-bottom: 1px solid #d6f5fb;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 600ms;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 808, ../sass/sass/styles.scss */
.big-bullets > li.active, .big-bullets > li.hasChildren:hover {
  color: white;
  background: #99cfda;
  cursor: pointer;
}
/* line 813, ../sass/sass/styles.scss */
.big-bullets > li ul {
  display: none;
}
/* line 816, ../sass/sass/styles.scss */
.big-bullets > li li {
  color: white;
  background: #99cfda;
  cursor: default;
}
/* line 821, ../sass/sass/styles.scss */
.big-bullets > li span {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 15px;
}

/*
.sub-bullets {
    display: none;
    color: $main-bg-color;
    background: $blue-200;
    cursor: default;
}*/
/* line 837, ../sass/sass/styles.scss */
.sublist-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
}
/* line 842, ../sass/sass/styles.scss */
.sublist-container .g3 {
  background: #99cfda;
}
/* line 845, ../sass/sass/styles.scss */
.sublist-container ul {
  color: #163760;
  text-align: center;
  font-family: "Calibri", sans-serif;
  font-size: 20px;
}
/* line 850, ../sass/sass/styles.scss */
.sublist-container ul li {
  color: white;
  background: #99cfda;
  cursor: default;
}
/* line 855, ../sass/sass/styles.scss */
.sublist-container ul span {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 15px;
}

/*** GOOGLE MAPS ***/
/* line 866, ../sass/sass/styles.scss */
#map-canvas {
  width: 100%;
  height: 486px;
}

/*** CONTACT ***/
/* line 874, ../sass/sass/styles.scss */
.layer-wrapper {
  display: none;
  padding-top: 35px;
  padding-bottom: 45px;
  position: absolute;
  top: 85px;
  background-color: #0087a2;
  color: white;
  width: 100%;
}
/* line 883, ../sass/sass/styles.scss */
.layer-wrapper .inner-layer {
  padding-left: 10%;
  padding-right: 10%;
}
/* line 887, ../sass/sass/styles.scss */
.layer-wrapper .main-headline {
  color: white;
  background: none;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: none;
}
/* line 894, ../sass/sass/styles.scss */
.layer-wrapper h3 {
  margin-bottom: 30px;
  font-family: "Calibri-Italic", sans-serif;
  font-size: 24px;
  text-align: center;
}

/* line 906, ../sass/sass/styles.scss */
.formrow {
  margin-bottom: 18px;
}
/* line 908, ../sass/sass/styles.scss */
.formrow.margin-big {
  margin-bottom: 60px;
}

/* line 913, ../sass/sass/styles.scss */
.field, input, textarea {
  border: none;
  padding: 10px 2% 10px 2%;
}

/* line 925, ../sass/sass/styles.scss */
.submit {
  background: #99cfda;
  color: white;
  width: 150px;
}

/* line 931, ../sass/sass/styles.scss */
textarea {
  width: 96%;
  height: 100px;
  padding: 10px 2% 10px 2%;
}

/* line 938, ../sass/sass/styles.scss */
footer {
  color: #163761;
  text-align: center;
  padding-bottom: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* media Queries

FOLDING FLUID GRID
< 767px     - 1-Column Fluid Grid
768px - 1023px  - 2-Column Fluid Grid
> 1024px      - 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */
/* line 957, ../sass/sass/styles.scss */
.visible-phone {
  display: none !important;
}

/* line 960, ../sass/sass/styles.scss */
.visible-tablet {
  display: none !important;
}

/* line 963, ../sass/sass/styles.scss */
.hidden-desktop, .mobile-header {
  display: none !important;
}

/* line 966, ../sass/sass/styles.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 970, ../sass/sass/styles.scss */
  .hidden-desktop, .mobile-header {
    display: inherit !important;
  }

  /* line 973, ../sass/sass/styles.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 976, ../sass/sass/styles.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 979, ../sass/sass/styles.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 984, ../sass/sass/styles.scss */
  .hidden-desktop, .mobile-header {
    display: inherit !important;
  }

  /* line 987, ../sass/sass/styles.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 990, ../sass/sass/styles.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 993, ../sass/sass/styles.scss */
  .hidden-phone {
    display: none !important;
  }
}
/* line 999, ../sass/sass/styles.scss */
.visible-print {
  display: none !important;
}

/* MOBILE PORTRAIT */
/* iPhone landscape */
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  /*** Intro ***/
}
/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
  /* COLUMN GRID */
  /* line 1025, ../sass/sass/styles.scss */
  .g1, .big-bullets > li, .g2, .g3 {
    display: inline;
    float: left;
  }

  /* line 1026, ../sass/sass/styles.scss */
  .g1, .big-bullets > li, .g2, .g3 {
    margin-left: 1%;
    margin-right: 1%;
  }

  /* 2 COLUMN GRID */
  /* line 1028, ../sass/sass/styles.scss */
  .g1, .big-bullets > li {
    width: 48.0%;
  }

  /* line 1029, ../sass/sass/styles.scss */
  .g2 {
    width: 48.0%;
  }

  /* line 1030, ../sass/sass/styles.scss */
  .g3 {
    width: 98.0%;
  }

  /* line 1032, ../sass/sass/styles.scss */
  .g1.no-margins, .big-bullets > li.no-margins {
    width: 50%;
    margin: 0;
  }

  /* line 1033, ../sass/sass/styles.scss */
  .g2.no-margins {
    width: 50%;
    margin: 0;
  }

  /* line 1034, ../sass/sass/styles.scss */
  .g3.no-margins {
    width: 100%;
    margin: 0;
  }

  /* line 1036, ../sass/sass/styles.scss */
  .team {
    /* special case: team 4 cols */
  }
  /* line 1038, ../sass/sass/styles.scss */
  .team .g1.no-margins, .team .big-bullets > li.no-margins {
    width: 50%;
  }
}
/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) {
  /*** Intro ***/
  /* line 1058, ../sass/sass/styles.scss */
  .splash .splash-btn {
    width: 110px;
    height: 110px;
    margin-top: 70px;
    -webkit-border-radius: 55px 55px;
    -moz-border-radius: 55px / 55px;
    border-radius: 55px / 55px;
    background-position: center 44px;
  }

  /* line 1072, ../sass/sass/styles.scss */
  nav li {
    display: inline-block;
  }

  /* line 1075, ../sass/sass/styles.scss */
  nav a {
    display: block;
    line-height: 3em;
    /*margin-bottom: 10px;*/
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-family: "Calibri-Bold", sans-serif;
    color: white;
  }

  /* line 1087, ../sass/sass/styles.scss */
  .team {
    /* special case: team 4 cols */
  }
  /* line 1089, ../sass/sass/styles.scss */
  .team .g1.no-margins, .team .big-bullets > li.no-margins {
    width: 33%;
  }

  /* line 1094, ../sass/sass/styles.scss */
  .member-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
  }

  /* line 1101, ../sass/sass/styles.scss */
  .member-info {
    background: #0087a2;
    color: white;
  }
}
/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1025px) {
  /* line 1120, ../sass/sass/styles.scss */
  .wrapper {
    width: 90%;
    margin: 0 5%;
  }

  /* line 1126, ../sass/sass/styles.scss */
  .main-headline {
    font-size: 55px;
  }

  /* line 1130, ../sass/sass/styles.scss */
  .layer {
    padding-left: 34%;
    padding-right: 34%;
  }

  /* line 1136, ../sass/sass/styles.scss */
  .slide {
    /* background: red*/
  }

  /* 3 COLUMN GRID */
  /* line 1141, ../sass/sass/styles.scss */
  .g1, .big-bullets > li {
    width: 31.333%;
  }

  /* line 1142, ../sass/sass/styles.scss */
  .g2 {
    width: 64.667%;
  }

  /* line 1143, ../sass/sass/styles.scss */
  .g3 {
    width: 98.0%;
  }

  /* line 1145, ../sass/sass/styles.scss */
  .g1.no-margins, .big-bullets > li.no-margins {
    width: 33.333%;
    margin: 0;
  }

  /* line 1147, ../sass/sass/styles.scss */
  .g1-prev {
    margin-left: 33.333%;
  }

  /* line 1151, ../sass/sass/styles.scss */
  .header-wrapper {
    position: absolute;
    top: 100%;
  }

  /* line 1156, ../sass/sass/styles.scss */
  .is-fixed {
    position: fixed;
    top: 0;
    z-index: 20;
  }

  /* line 1163, ../sass/sass/styles.scss */
  .main-nav {
    display: block !important;
  }
  /* line 1165, ../sass/sass/styles.scss */
  .main-nav ul {
    margin-bottom: 0;
    text-align: center;
  }
  /* line 1168, ../sass/sass/styles.scss */
  .main-nav ul li {
    width: auto;
    background: none;
    border: none;
  }
  /* line 1173, ../sass/sass/styles.scss */
  .main-nav ul li:last-of-type a:after {
    content: '';
    background: none;
    padding: 0;
    width: auto;
  }
  /* line 1181, ../sass/sass/styles.scss */
  .main-nav ul a {
    font-family: "Calibri", sans-serif;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    color: white;
  }
  /* line 1189, ../sass/sass/styles.scss */
  .main-nav ul a:after {
    content: '';
    display: inline-block;
    padding: 0 5px;
    background: url(../images/Form_Navi.png) center 1px no-repeat;
    width: 18px;
    height: 18px;
  }

  /* line 1202, ../sass/sass/styles.scss */
  .team {
    /* special case: team 4 cols */
  }
  /* line 1204, ../sass/sass/styles.scss */
  .team .g1.no-margins, .team .big-bullets > li.no-margins {
    width: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  /* DESKTOP */
  /* line 1218, ../sass/sass/styles.scss */
  .wrapper {
    max-width: 1187px;
    margin: auto;
  }

  /* line 1224, ../sass/sass/styles.scss */
  .main-nav {
    float: right;
    text-align: left;
  }

  /* line 1229, ../sass/sass/styles.scss */
  .title {
    width: 200px;
    height: 50px;
    float: left;
    display: block;
  }
}
/* WIDESCREEN */
/* Increased body size for legibility */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 1248, ../sass/sass/styles.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 1255, ../sass/sass/styles.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 1262, ../sass/sass/styles.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 1267, ../sass/sass/styles.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1279, ../sass/sass/styles.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 1288, ../sass/sass/styles.scss */
.invisible {
  visibility: hidden;
}

/* line 1293, ../sass/sass/styles.scss */
.clearfix:before, .wrapper:before,
.clearfix:after,
.wrapper:after {
  content: " ";
  display: table;
}

/* line 1298, ../sass/sass/styles.scss */
.clearfix:after, .wrapper:after {
  clear: both;
}

/* line 1302, ../sass/sass/styles.scss */
.clearfix, .wrapper {
  *zoom: 1;
}

/* line 1312, ../sass/sass/styles.scss */
.infobox-wrapper {
  display: none;
}

/* line 1315, ../sass/sass/styles.scss */
#infobox {
  border: 2px solid black;
  margin-top: 8px;
  background: #333;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: .5em 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 -1px #000000;
  -webkit-box-shadow: 0 0  8px #000;
  box-shadow: 0 0 8px #000;
}

/* line 1331, ../sass/sass/styles.scss */
#MemberLoginForm_LoginForm {
  margin: auto;
}

/* CONTACT FORM */
/* line 1337, ../sass/sass/styles.scss */
#contact {
  text-align: center;
}
/* line 1340, ../sass/sass/styles.scss */
#contact .contact-feedback {
  display: none;
  margin-bottom: 20px;
}
/* line 1342, ../sass/sass/styles.scss */
#contact #Form_Form {
  margin: auto !important;
  max-width: 366px;
  width: 100%;
}
/* line 1346, ../sass/sass/styles.scss */
#contact #Form_Form input:invalid, #contact #Form_Form textarea:invalid {
  border-radius: 0px;
  box-shadow: 0 0 0px #FF0000;
}
/* line 1350, ../sass/sass/styles.scss */
#contact #Form_Form #Form_Form_action_submit {
  background: #99cfda;
  text-transform: none;
  -webkit-border-radius: 0px 0px;
  -moz-border-radius: 0px / 0px;
  border-radius: 0px / 0px;
  padding: 10px 45px;
  float: none;
}
/* line 1358, ../sass/sass/styles.scss */
#contact #Form_Form div.field {
  margin: 0;
  margin-bottom: 20px;
}
/* line 1362, ../sass/sass/styles.scss */
#contact #Form_Form div.field.textarea {
  margin-top: 45px;
}
/* line 1366, ../sass/sass/styles.scss */
#contact #Form_Form .field, #contact #Form_Form input, #contact #Form_Form textarea, #contact #Form_Form input, #contact #Form_Form textarea {
  padding: 0;
}
/* line 1370, ../sass/sass/styles.scss */
#contact #Form_Form input.text, #contact #Form_Form textarea, #contact #Form_Form .textajaxuniquetext, #contact #Form_Form select {
  border: 0;
  width: auto;
  padding: 10px 10px;
}
/* line 1376, ../sass/sass/styles.scss */
#contact #Form_Form textarea {
  width: 100%;
}
/* line 1380, ../sass/sass/styles.scss */
#contact #Form_Form input.text {
  width: 100%;
  max-width: 234px;
}
/* line 1386, ../sass/sass/styles.scss */
#contact #Form_Form .middleColumn {
  text-align: center;
}
/* line 1390, ../sass/sass/styles.scss */
#contact #Form_Form .Actions {
  text-align: center;
  margin-top: 25px;
}
/* line 1395, ../sass/sass/styles.scss */
#contact #Form_Form .inner-layer {
  text-align: center;
}
/* line 1400, ../sass/sass/styles.scss */
#contact #Form_Form input.error,
#contact #Form_Form textarea.error {
  border: 2px solid red !important;
}

/* line 1408, ../sass/sass/styles.scss */
strong, b {
  font-family: "Calibri-Bold", sans-serif;
}

/* line 1412, ../sass/sass/styles.scss */
.top-45 {
  padding-top: 65px !important;
}

/* line 1415, ../sass/sass/styles.scss */
.bottom-45 {
  bottom-top: 45px !important;
}



/* COOKIE CONSENT */
#cookie-consent {
  background: #163761;
  bottom: 0;
  color: white;
  padding: 40px;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 20;
  transition: transform 400ms ease-in-out;
}
#cookie-consent.is-hidden {
  transform: translateY(100%);
}
#cookie-consent .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #cookie-consent .container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  #cookie-consent .text {
    padding-right: 20px;
  }
}
#cookie-consent .button {
  display: block;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  #cookie-consent .button {
    margin: 0;
  }
}