@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Abel', sans-serif; }

img {
  border: 0; }

*:focus {
  outline: none; }

/*
#start_carousel .carousel_init .slick-track {
	-webkit-transition: transform 4000ms linear;
	-moz-transition: transform 4000ms linear;
	-o-transition: transform 4000ms linear;
	transition: transform 4000ms linear;	
}
*/
.animationpause {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused; }

.back-to-top {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #006096;
  text-decoration: none;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-size: 51px 1100px;
  background-position: center -1045px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding-top: 45px;
  z-index: 4;
  display: none; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

.innerwrapper {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  position: relative; }
  .innerwrapper blockquote {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    background-color: #63a2bc;
    color: #FFFFFF;
    margin: 1rem auto 2rem auto;
    max-width: 780px;
    padding: 0.5rem; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 10px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  background-color: rgba(255, 255, 255, 0.9); }
  @media only screen and (max-width: 630px) {
    header {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
      border-bottom: 40px solid #006096; } }
  header .phone_side {
    position: absolute;
    right: -130px;
    top: 19px;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out; }
    @media only screen and (max-width: 1370px) {
      header .phone_side {
        display: none !important; } }
    header .phone_side a {
      display: inline-block;
      background-image: url(../images/sprite.png);
      background-repeat: no-repeat;
      background-size: 51px 1100px;
      background-position: left top;
      height: 35px;
      line-height: 33px;
      font-size: 1rem;
      color: #63a2bc;
      text-decoration: none;
      padding-left: 45px; }
  header .phone_top {
    position: absolute;
    right: 0;
    top: -30px;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out; }
    header .phone_top a {
      display: inline-block;
      background-image: url(../images/sprite.png);
      background-repeat: no-repeat;
      background-size: 51px 1100px;
      background-position: left top;
      height: 35px;
      line-height: 33px;
      font-size: 1rem;
      color: #63a2bc;
      text-decoration: none;
      padding-left: 45px; }
    @media only screen and (max-width: 630px) {
      header .phone_top {
        left: 0 !important;
        top: 96px;
        right: auto !important; }
        header .phone_top a {
          color: #FFFFFF;
          background-size: 35px 755px !important;
          background-position: left 5px;
          padding-left: 35px;
          font-size: 1.2rem; } }
  header .mobile_nav {
    display: none; }
    @media only screen and (max-width: 630px) {
      header .mobile_nav {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 96px;
        height: 35px;
        line-height: 35px;
        font-size: 1.2rem;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: 200ms ease-out;
        transition: 200ms ease-out; } }
  header #logo {
    width: 150px;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 0;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out; }
    header #logo img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 630px) {
      header #logo {
        position: relative !important;
        width: 150px;
        margin: 0 auto !important;
        top: auto !important; } }
  header nav {
    width: 100%;
    position: relative;
    padding-left: 190px;
    z-index: 98;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out; }
    @media only screen and (max-width: 630px) {
      header nav {
        display: none; } }
    header nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      font-size: 0;
      line-height: 0;
      width: 100%;
      border-left: 1px solid #006096;
      position: relative; }
      header nav ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 25%;
        display: inline-block;
        font-size: 1rem;
        color: #006096;
        line-height: 1rem;
        text-transform: uppercase;
        z-index: 96; }
        header nav ul li ul {
          width: calc(100% + 1px);
          border-left: 0;
          position: absolute;
          background-color: #006096;
          margin-left: -1px !important;
          z-index: 97; }
          header nav ul li ul li {
            width: 33.3333%;
            color: #FFFFFF;
            padding: 0 40px !important; }
            header nav ul li ul li a {
              border: 0;
              color: #FFFFFF; }
        header nav ul li a {
          display: block;
          color: #006096;
          text-decoration: none;
          border-bottom: 1px solid #006096;
          border-top: 1px solid #006096;
          border-right: 1px solid #006096;
          height: 35px;
          line-height: 33px;
          position: relative; }
        header nav ul li.sfHover a,
        header nav ul li a:hover {
          background-color: #006096;
          color: #FFFFFF; }
        header nav ul li.current_page_item a::after, header nav ul li.current_page_parent a::after, header nav ul li.current_page_ancestor a::after {
          content: '';
          position: absolute;
          display: block;
          height: 6px;
          width: calc(100% + 2px);
          left: -1px;
          bottom: -3px;
          z-index: 96;
          background-color: #006096; }
        header nav ul li.current_page_item ul li a::after, header nav ul li.current_page_parent ul li a::after, header nav ul li.current_page_ancestor ul li a::after {
          display: none; }
  header.fixedheader {
    padding-top: 10px; }
    header.fixedheader .phone_side {
      right: 20px;
      -webkit-transition: 200ms 500ms ease-out;
      transition: 200ms 500ms ease-out; }
    header.fixedheader #logo {
      width: 100px; }
    header.fixedheader nav {
      padding-top: 9px;
      padding-bottom: 9px; }
    header.fixedheader .phone_top {
      top: -70px; }
    @media only screen and (max-width: 1370px) {
      header.fixedheader {
        padding-top: 50px; }
        header.fixedheader #logo {
          width: 150px;
          top: -30px; }
        header.fixedheader .phone_top {
          top: -40px; } }
    @media only screen and (max-width: 630px) {
      header.fixedheader .mobile_nav {
        top: 59px; }
      header.fixedheader #logo {
        width: 80px; }
      header.fixedheader .phone_top {
        top: 59px; } }

.background {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  background-image: url(../images/startbg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

#startscreen {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 160px;
  overflow: hidden; }
  #startscreen .background01 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0; }
    #startscreen .background01.visible {
      opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -webkit-opacity: 1; }
  #startscreen .background02 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg02.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0; }
    #startscreen .background02.visible {
      opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -webkit-opacity: 1; }
  #startscreen .scroll_down {
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    color: #dadada;
    text-decoration: none;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: 51px 1100px;
    background-position: center -235px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-bottom: 45px;
    z-index: 4; }
  #startscreen .middle_content {
    position: relative;
    width: 100%;
    z-index: 4;
    /*
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		*/ }
    #startscreen .middle_content .text_content {
      margin: 0 auto;
      width: 94%;
      max-width: 640px;
      font-size: 1.1rem;
      line-height: 1.6rem;
      color: #006096;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -webkit-opacity: 0;
      -webkit-transition: 500ms 2300ms ease-out;
      transition: 500ms 2300ms ease-out; }
    #startscreen .middle_content h1 {
      font-size: 1.675rem;
      line-height: 2.05rem;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      text-align: center;
      color: #006096;
      font-family: 'Montserrat', sans-serif;
      font-weight: normal;
      letter-spacing: 0.027em;
      display: block;
      max-width: 590px;
      margin: 0 auto; }
      @media only screen and (max-width: 820px) {
        #startscreen .middle_content h1 {
          font-size: 1.475rem;
          line-height: 1.85rem; } }
      @media only screen and (max-width: 630px) {
        #startscreen .middle_content h1 {
          font-size: 1.275rem;
          line-height: 1.65rem; } }
    #startscreen .middle_content #start_carousel {
      position: relative; }
      #startscreen .middle_content #start_carousel button {
        position: absolute;
        width: 38px;
        height: 52px;
        padding: 0;
        border: 0;
        background-color: transparent;
        background-image: url(../images/sprite.png);
        background-repeat: no-repeat;
        background-size: 51px 1100px;
        background-position: left top;
        font-size: 0;
        line-height: 0;
        text-indent: -99999px;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -webkit-opacity: 0;
        -webkit-transition: 500ms 2500ms ease-out;
        transition: 500ms 2500ms ease-out; }
        #startscreen .middle_content #start_carousel button.next {
          background-position: center -105px;
          right: 15px;
          top: 50%;
          margin-top: -26px; }
        #startscreen .middle_content #start_carousel button.prev {
          background-position: center -44px;
          left: 15px;
          top: 50%;
          margin-top: -26px; }
      #startscreen .middle_content #start_carousel .carousel_init {
        list-style-type: none;
        width: 100%;
        font-size: 0;
        line-height: 0;
        padding: 0;
        margin: 0; }
        #startscreen .middle_content #start_carousel .carousel_init article {
          display: inline-block;
          width: calc(25% - 10px);
          margin-left: 5px;
          margin-right: 5px;
          opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -webkit-opacity: 0;
          position: relative;
          overflow: hidden; }
          #startscreen .middle_content #start_carousel .carousel_init article h2 {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            text-align: center;
            font-size: 1rem;
            line-height: 1.5rem;
            letter-spacing: 0.027em;
            font-weight: 600;
            color: #006096;
            font-family: 'Montserrat', sans-serif;
            z-index: 3;
            text-transform: uppercase;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-transition: bottom 300ms ease-out;
            transition: bottom 300ms ease-out; }
            @media only screen and (max-width: 1290px) {
              #startscreen .middle_content #start_carousel .carousel_init article h2 {
                font-size: 0.9rem;
                line-height: 1.4rem; } }
            @media only screen and (max-width: 1030px) {
              #startscreen .middle_content #start_carousel .carousel_init article h2 {
                font-size: 0.8rem;
                line-height: 1.3rem; } }
          #startscreen .middle_content #start_carousel .carousel_init article a {
            display: block;
            position: relative;
            z-index: 3; }
          #startscreen .middle_content #start_carousel .carousel_init article img {
            width: 100%;
            height: auto; }
          #startscreen .middle_content #start_carousel .carousel_init article a:after {
            content: '';
            display: block;
            background-color: #dadada;
            opacity: 0.5;
            -moz-opacity: 0.5;
            -ms-opacity: 0.5;
            -webkit-opacity: 0.5;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            -webkit-transition: opacity 300ms ease-out;
            transition: opacity 300ms ease-out;
            z-index: 2; }
          #startscreen .middle_content #start_carousel .carousel_init article:hover a:after {
            opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            -webkit-opacity: 0; }
          #startscreen .middle_content #start_carousel .carousel_init article:hover a h2 {
            bottom: -150px; }
          #startscreen .middle_content #start_carousel .carousel_init article:first-child {
            -webkit-transition: opacity 400ms ease-out;
            transition: opacity 400ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(2) {
            -webkit-transition: opacity 400ms 300ms ease-out;
            transition: opacity 400ms 300ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(3) {
            -webkit-transition: opacity 400ms 600ms ease-out;
            transition: opacity 400ms 600ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(4) {
            -webkit-transition: opacity 400ms 900ms ease-out;
            transition: opacity 400ms 900ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(5) {
            -webkit-transition: opacity 400ms 1200ms ease-out;
            transition: opacity 400ms 1200ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(6) {
            -webkit-transition: opacity 400ms 1500ms ease-out;
            transition: opacity 400ms 1500ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(7) {
            -webkit-transition: opacity 400ms 1800ms ease-out;
            transition: opacity 400ms 1800ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(8) {
            -webkit-transition: opacity 400ms 2100ms ease-out;
            transition: opacity 400ms 2100ms ease-out; }
          #startscreen .middle_content #start_carousel .carousel_init article:nth-child(9) {
            -webkit-transition: opacity 400ms 2400ms ease-out;
            transition: opacity 400ms 2400ms ease-out; }
    #startscreen .middle_content.visible #start_carousel button {
      opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -webkit-opacity: 1; }
    #startscreen .middle_content.visible #start_carousel .carousel_init article {
      opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -webkit-opacity: 1; }
    #startscreen .middle_content.visible .text_content {
      top: 0;
      opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -webkit-opacity: 1; }

#page_content .innerwrapper {
  padding-top: 190px;
  font-size: 0;
  line-height: 0; }
  #page_content .innerwrapper .middle_content {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 60px;
    color: #006096; }
    #page_content .innerwrapper .middle_content ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #page_content .innerwrapper .middle_content ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-image: url(../images/sprite.png);
        background-repeat: no-repeat;
        background-size: 51px 1100px;
        background-position: left -498px;
        padding-left: 30px; }
        #page_content .innerwrapper .middle_content ul li a {
          color: inherit; }
  #page_content .innerwrapper.entry {
    padding-top: 25px;
    text-align: center; }
    #page_content .innerwrapper.entry .label-above label {
      margin-bottom: 0; }
    #page_content .innerwrapper.entry .ninja-forms-form-wrap input, #page_content .innerwrapper.entry .ninja-forms-form-wrap select, #page_content .innerwrapper.entry .ninja-forms-form-wrap textarea {
      font-size: 1rem;
      line-height: 1.2rem;
      padding: 5px 10px;
      border: 1px solid #dadada;
      color: #006096;
      font-family: 'Abel', sans-serif;
      width: 100%; }
    #page_content .innerwrapper.entry .ninja-forms-form-wrap textarea {
      margin-top: 0;
      height: 291px; }
    #page_content .innerwrapper.entry .ninja-forms-cont {
      width: 100%;
      max-width: 780px;
      margin: 0 auto; }
      #page_content .innerwrapper.entry .ninja-forms-cont .entry_column_right,
      #page_content .innerwrapper.entry .ninja-forms-cont .entry_column_left {
        margin-bottom: 0; }
    #page_content .innerwrapper.entry .field-wrap, #page_content .innerwrapper.entry #ninja_forms_required_items {
      margin-bottom: 10px; }
    #page_content .innerwrapper.entry .field-wrap.checkbox-wrap {
      clear: both;
      text-align: left;
      color: #006096;
      position: relative;
      padding-left: 25px; }
      #page_content .innerwrapper.entry .field-wrap.checkbox-wrap a {
        color: inherit; }
      #page_content .innerwrapper.entry .field-wrap.checkbox-wrap label {
        font-size: 1rem;
        line-height: 1.5rem; }
      #page_content .innerwrapper.entry .field-wrap.checkbox-wrap input {
        width: auto;
        position: absolute;
        left: 0;
        margin: 0;
        top: 5px; }
    #page_content .innerwrapper.entry .ninja-forms-field-error {
      display: none; }
    #page_content .innerwrapper.entry .ninja-forms-error input {
      border: 1px solid #a60000;
      background-color: #fddcdc; }
    #page_content .innerwrapper.entry .ninja-forms-response-msg {
      font-size: 1.1rem;
      line-height: 1.6rem;
      text-align: center;
      margin-top: 1.5rem; }
      #page_content .innerwrapper.entry .ninja-forms-response-msg.ninja-forms-error-msg {
        background-color: #fddcdc;
        color: #a60000;
        padding: 2rem 1rem; }
    #page_content .innerwrapper.entry .field-wrap.submit-wrap {
      text-align: right; }
      #page_content .innerwrapper.entry .field-wrap.submit-wrap input {
        display: inline-block;
        width: auto;
        background-color: #006096;
        border: 0;
        padding: 7px 15px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        margin: 1rem 0 0 0;
        cursor: pointer; }
  #page_content .innerwrapper .scroll_down {
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    color: #63a2bc;
    text-decoration: none;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: 51px 1100px;
    background-position: center -369px;
    position: relative;
    padding-bottom: 45px;
    display: inline-block; }
  #page_content .innerwrapper .fullsize_content {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 2.5rem auto 4.5rem auto;
    border-left: 2px solid #63a2bc;
    border-right: 2px solid #63a2bc;
    width: 100%;
    max-width: 610px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #006096; }
    @media only screen and (max-width: 630px) {
      #page_content .innerwrapper .fullsize_content {
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
        border-right: 0;
        text-align: left; } }
  #page_content .innerwrapper .entry_column_left,
  #page_content .innerwrapper .entry_column_right {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: #006096;
    vertical-align: top;
    margin-bottom: 2.5rem; }
    #page_content .innerwrapper .entry_column_left a,
    #page_content .innerwrapper .entry_column_right a {
      color: inherit; }
    #page_content .innerwrapper .entry_column_left img,
    #page_content .innerwrapper .entry_column_right img {
      margin: 1.5rem 0;
      width: 100%;
      height: auto; }
    #page_content .innerwrapper .entry_column_left ul,
    #page_content .innerwrapper .entry_column_right ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #page_content .innerwrapper .entry_column_left ul li,
      #page_content .innerwrapper .entry_column_right ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-image: url(../images/sprite.png);
        background-repeat: no-repeat;
        background-size: 51px 1100px;
        background-position: left -498px;
        padding-left: 30px; }
  #page_content .innerwrapper.team .entry_column_left ul li,
  #page_content .innerwrapper.team .entry_column_right ul li {
    margin: 0 0 1rem 0; }
  #page_content .innerwrapper .entry_column_left {
    padding-right: 30px;
    float: left; }
    @media only screen and (max-width: 630px) {
      #page_content .innerwrapper .entry_column_left {
        float: none;
        padding-right: 0;
        width: 100%; } }
  #page_content .innerwrapper .entry_column_right {
    padding-left: 30px;
    float: right; }
    @media only screen and (max-width: 630px) {
      #page_content .innerwrapper .entry_column_right {
        float: none;
        padding-left: 0;
        width: 100%; } }
  #page_content .innerwrapper h2 {
    font-family: 'Montserrat', sans-serif;
    color: #006096;
    border-top: 2px solid #63a2bc;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 0;
    margin-top: 2.5rem; }

#page_content h1 {
  font-size: 1.675rem;
  line-height: 2.05rem;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: #006096;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: 0.027em;
  display: block;
  max-width: 590px;
  margin: 0 auto 0 auto; }
  @media only screen and (max-width: 820px) {
    #page_content h1 {
      font-size: 1.475rem;
      line-height: 1.85rem; } }
  @media only screen and (max-width: 630px) {
    #page_content h1 {
      font-size: 1.275rem;
      line-height: 1.65rem; } }

#page_content #page_carousel {
  padding-top: 2.5rem; }
  #page_content #page_carousel button {
    display: none; }
  #page_content #page_carousel .carousel_init {
    list-style-type: none;
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0; }
    #page_content #page_carousel .carousel_init article {
      display: inline-block;
      width: calc(25% - 10px);
      margin-left: 5px;
      margin-right: 5px;
      position: relative; }
      #page_content #page_carousel .carousel_init article h2 {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.027em;
        font-weight: 600;
        color: #006096;
        font-family: 'Montserrat', sans-serif;
        z-index: 3;
        text-transform: uppercase;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-transition: bottom 300ms ease-out;
        transition: bottom 300ms ease-out; }
        @media only screen and (max-width: 1290px) {
          #page_content #page_carousel .carousel_init article h2 {
            font-size: 0.9rem;
            line-height: 1.4rem; } }
        @media only screen and (max-width: 1030px) {
          #page_content #page_carousel .carousel_init article h2 {
            font-size: 0.8rem;
            line-height: 1.3rem; } }
      #page_content #page_carousel .carousel_init article a {
        display: block;
        position: relative;
        z-index: 3; }
      #page_content #page_carousel .carousel_init article a:after {
        content: '';
        display: block;
        background-color: #dadada;
        opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-opacity: 0.5;
        -webkit-opacity: 0.5;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        -webkit-transition: opacity 300ms ease-out;
        transition: opacity 300ms ease-out;
        z-index: 2; }
      #page_content #page_carousel .carousel_init article img {
        width: 100%;
        height: auto; }
      #page_content #page_carousel .carousel_init article:hover a:after {
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -webkit-opacity: 0; }
      #page_content #page_carousel .carousel_init article:hover a h2 {
        bottom: -150px; }

#footer_bottom {
  padding: 40px 0;
  font-size: 0;
  line-height: 0; }

.map_bottom {
  width: 60%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  left: 0;
  height: 100%; }
  .map_bottom .map_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 3; }
  .map_bottom iframe {
    position: relative;
    z-index: 2;
    width: 100% !important;
    height: 100% !important; }
  @media only screen and (max-width: 820px) {
    .map_bottom {
      width: 50%; } }
  @media only screen and (max-width: 630px) {
    .map_bottom {
      width: 100%;
      padding-top: 0;
      padding-bottom: 0;
      height: 250px;
      position: relative; } }

.contact_space {
  position: relative;
  width: 40%;
  background-color: #63a2bc;
  float: right;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  text-align: left;
  padding: 20px 20px 20px 10%; }
  .contact_space a {
    color: inherit; }
  @media only screen and (max-width: 820px) {
    .contact_space {
      width: 50%; } }
  @media only screen and (max-width: 630px) {
    .contact_space {
      width: 100%;
      padding-let: 20px; } }
  .contact_space h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase; }
  .contact_space address {
    font-style: normal;
    padding-bottom: 2rem; }

footer {
  padding-bottom: 90px;
  padding-top: 45px; }
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    footer ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: 1rem;
      line-height: 1rem;
      color: #006096;
      text-transform: uppercase; }
      footer ul li a {
        color: inherit;
        text-decoration: none; }

#mobile_nav_overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  z-index: 999999;
  background-color: rgba(0, 96, 150, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 5% 5% 5%;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  text-align: left;
  font-size: 1rem;
  line-heihgt: 1.5rem;
  display: none; }

#mobile_nav_overlay .close_mobile_nav {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  background-image: url(../images/close.png);
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: block; }

#mobile_nav_overlay a {
  color: #FFFFFF;
  text-decoration: none; }

#mobile_nav_overlay ul {
  list-style-type: none;
  margin: 0 0 80px 0;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  display: block; }

#mobile_nav_overlay ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  display: block;
  border-top: 1px solid #FFFFFF; }

#mobile_nav_overlay ul li a {
  padding: 10px 0;
  display: block; }

#mobile_nav_overlay ul li ul {
  padding: 0;
  border-bottom: 0;
  margin: 0;
  width: auto; }

#mobile_nav_overlay ul li ul li {
  border-top: 1px solid #FFFFFF;
  font-size: 15px; }

#mobile_nav_overlay ul li ul li a {
  padding-left: 20px;
  background-color: transparent; }

#mobile_nav_overlay ul li ul li a:after {
  display: none; }

#mobile_nav_overlay ul li ul li ul li {
  font-size: 14px; }

#mobile_nav_overlay ul li ul li ul li a {
  padding-left: 30px; }

.home .news_section {
  border-bottom: 1px solid #63a2bc; }

.news_section .innerwrapper {
  padding: 5rem 0; }

.news_section h2 {
  font-size: 1.675rem;
  line-height: 2.05rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  color: #006096;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: 0.027em;
  display: block;
  max-width: 590px;
  margin: 0 auto; }

.news_section article {
  max-width: 590px;
  border-bottom: 1px solid #dadada;
  margin: 0 auto;
  padding-bottom: 1rem;
  color: #006096;
  font-size: 1.1rem;
  line-height: 1.6rem;
  /*
		&:last-child {
			border-bottom: 0;
			padding-bottom: 0;
		}*/ }
  .news_section article .date {
    font-size: 0.9rem;
    color: #63a2bc; }
  .news_section article h3 {
    font-family: 'Montserrat', sans-serif;
    color: #006096;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0;
    margin-top: 2.5rem;
    margin-bottom: 0.3rem; }
    .news_section article h3 a {
      color: inherit;
      text-decoration: none; }

.news_section .show_all_news {
  margin-top: 2rem;
  color: #006096;
  display: inline-block; }
  .news_section .show_all_news:hover {
    text-decoration: none; }

.news_section--cat article:last-child {
  border-bottom: 0; }

.cc_banner-wrapper {
  z-index: 999999 !important; }

/*Hier wird die Hintergrudfarbe des Balkens geändert*/
.cc_container {
  background: #006096 none repeat scroll 0 0 !important;
  font-size: 15px; }

/*Hier wird die Farbe des Buttons angepasst*/
.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #63a2bc !important; }

/*Hier wird die Farbe des "Mehr erfahren"-Links angepasst*/
a.cc_more_info {
  color: white !important; }
