/**************************
   - CLEAR STYLES
**************************/
* {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-family: 'verdana', sans-serif;
}

html {
  overflow-y: scroll;
}

.mceIframeContainer html,
.mceContentBody {
  height: auto;
  width: auto;
  background: #fff;
  border: 0;
}

h1, h2, h3, h4, h1 *, h2 *, h3 *, h4 *, h1 a, h2 a, h3 a, h4 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link {
  font-family: 'verdana', sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

h1 {
  padding-bottom: 10px;
}

  h4.articleHeading, h4.articleHeading *, h4.articleHeading a, h4.articleHeading a:link,
  h1, h1 *, h1 a, h1 a:link {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #000;
    font-weight: bold;
  }

#right h3,
h2 {
  padding-bottom: 10px;
}

  t
  #right h3, #right h3 *, #right h3 a, #right h3 a:link,
  h2, h2 *, h2 a, h2 a:link {
    font-size: 19px;
    line-height: 20px;
    font-weight: bold;
  }

h3 {
  padding-bottom: 5px;
}

  h3, h3 *, h3 a, h3 a:link {
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
  }

h4 {
  padding-bottom: 5px;
}

  h4, h4 *, h4 a, h4 a:link {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
  }

a, a:link {
  color: #4a4a4a;
  text-decoration: none;
  outline: none;
}

  a:active {
  }

  a:hover {
    text-decoration: underline;
  }

  a:visited {
  }

  img, a img {
    border: none;
  }

textarea {
  overflow: auto;
}

input {
  color: #000000;
}

p {
  padding-bottom: 13px;
}

hr {
  color: #000000;
  background: #000000;
  height: 1px;
}

ul, ol {
  margin-left: 15px;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/**************************
   - MISC STYLES
**************************/
.clearLeft {
  clear: left;
  height: 1px;
  line-height: 1px;
}

.clearRight {
  clear: right;
  height: 1px;
  line-height: 1px;
}

.clearBoth {
  clear: both;
  height: 1px;
  line-height: 1px;
}

.minHeight {
  float: left;
  overflow: hidden;
  width: 1px;
}

/**************************
   - MASTER SETUP
**************************/
div#wrapper {
  position: relative;
  padding: 0 30px 0 0;
  min-width: 960px;
}

div#top,
div#quotation,
div#content,
div#footer {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

a.fixedLink {
  display: block;
  position: fixed;
  top: 130px;
  right: 0;
}

a#fixedTimeBooking.fixedLink {
  top: 275px;
  right: 0;
}

/**************************
   - TOP
**************************/



div#top {
  padding-top: 25px;
  padding-bottom: 25px;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: white;
}

  div#top .inner-top {
    display: flex;
    align-items: center;
  }

  div#top a#logo {
    display: inline-block;
    margin-right: 15px;
    flex: 1;
  }

    div#top a#logo img {
      width: 180px;
    }


  div#top .service-menu-list {
    display: flex;
    justify-content: flex-end;
  }

    div#top .service-menu-list .service-menu-item {
      margin: 0 15px;
      display: flex;
      align-items: center;
    }

      div#top .service-menu-list .service-menu-item a {
        font-weight: bold;
      }

      div#top .service-menu-list .service-menu-item:last-of-type {
        margin-right: 0;
      }


      div#top .service-menu-list .service-menu-item img {
        max-width: 25px;
        margin-right: 10px;
      }

      div#top .service-menu-list .service-menu-item a:hover {
        text-decoration: none;
        color: #0a8fb5;
      }
  /*** Main Menu ***/
  div #top .burgerMenu {
    display: none;
  }



ul#mainmenu {
  position: relative;
}

  ul#mainmenu,
  ul#mainmenu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }

    ul#mainmenu ul.lvl2 {
      display: none;
    }

    ul#mainmenu li {
      float: left;
    }

      ul#mainmenu li a {
        font-size: 14px;
        line-height: 34px;
        text-decoration: none;
        display: block;
        margin-right: 15px;
      }

      ul#mainmenu li:last-child a {
        margin-right: 0;
      }

      ul #mainmenu li a:hover, ul#mainmenu li a.inpath {
      }

      ul#mainmenu li a.inpath {
        font-weight: bold;
      }

        ul#mainmenu li a.inpath::after {
          content: "";
          width: 18px;
          height: 8px;
          background-color: #0a8fb5;
          display: block;
          margin: -3px auto auto;
        }

      /*ul#mainmenu li.hasChildren {
      position: relative;
    }*/

      ul#mainmenu li.hasChildren.on ul.lvl2 {
        display: flex;
        flex-wrap: wrap;
        background-color: #0a8fb5;
        position: absolute;
        z-index: 10;
        padding-inline-start: 0px;
        margin-left: 0px;
        min-width: 500px;
        left: 20px;
        right: 0;
        justify-content: flex-start;
        padding: 10px;
        top: 50px;
      }

      ul #mainmenu li.hasChildren ul.lvl2 {
        display: none;
      }

        ul#mainmenu li.hasChildren ul.lvl2 li {
          flex: 0 0 48%;
          border-bottom: 1px solid white;
          float: none;
          padding-bottom: 4px;
          margin-right: 20px;
        }

          ul#mainmenu li.hasChildren ul.lvl2 li:nth-child(2n) {
            margin-right: 0px;
          }

        ul#mainmenu li.hasChildren ul.lvl2 a {
          color: white;
          font-size: 15px;
        }

          ul#mainmenu li.hasChildren ul.lvl2 a:hover {
            color: #4a4a4a;
          }

/**************************
   - CONTENT
**************************/
div#content {
  padding: 0 0 25px 0;
}


  div#content div#left {
    width: 215px;
    padding-bottom: 10px;
  }

  div#content div#left,
  div#content div#main {
    float: left;
  }

  div#content div#right {
    float: right;
    overflow: hidden;
  }

  div#content div#main {
    position: relative;
  }

  div#content div#pageTwoCol,
  div#content div#pageTwoColNoBox,
  div#content div#pageThreeCol,
  div#content div#pageOneCol {
    overflow: hidden;
  }


    div#content div#pageTwoCol div#main {
      width: 640px;
      padding-right: 39px;
      padding-top: 20px;
    }

    div#content div#pageTwoColNoBox div#main {
      width: 700px;
      padding: 20px 0 0 40px;
    }

    div#content div#pageThreeCol div#main {
      width: 440px;
      padding: 0px 29px 0 30px;
    }

    div#content div#pageThreeCol div#right {
      width: 246px;
    }

    div#content div#pageOneCol div#main {
      width: 940px;
      padding-top: 20px;
    }

body.Frontpage div#content div#main {
  width: 700px;
}



/**************************
   - FRONTPAGE
**************************/
div#centerField {
  height: 550px;
  width: 687px;
  position: relative;
}

  div#centerField div#video {
    position: absolute;
    left: 20px;
    bottom: 15px;
  }

  div#centerField div#rightContent {
    position: absolute;
    right: 20px;
    bottom: 15px;
  }

    div#centerField div#rightContent img {
      display: block;
    }

div#frontpageBoxes {
  overflow: hidden;
  clear: both;
}

  div#frontpageBoxes ul.boxList {
    padding: 0;
    margin: 0;
    margin-top: 5px;
  }




    div#frontpageBoxes ul.boxList li.box {
      float: left;
      padding-top: 20px;
    }

    div#frontpageBoxes ul.boxList li.pos1 {
      width: 347px;
      margin-right: 25px;
      margin-left: 20px;
    }

    div#frontpageBoxes ul.boxList li.pos2 {
      width: 283px;
      margin-right: 30px;
    }

    div#frontpageBoxes ul.boxList li.pos3 {
      width: 248px;
    }

    div#frontpageBoxes ul.boxList li.lastitem {
      margin-right: 0;
    }

    div#frontpageBoxes ul.boxList li.box h3 {
      height: 46px;
      overflow: hidden;
      padding: 0 0 0 24px;
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-position: 0 0;
      border-bottom: 1px solid #0a8fb5;
    }

      div#frontpageBoxes ul.boxList li.box h3,
      div#frontpageBoxes ul.boxList li.box h3 a {
        font-size: 15px;
        line-height: 21px;
        color: #0a8fb5;
      }

    div#frontpageBoxes ul.boxList li.box div.boxText {
      overflow: hidden;
      height: 97px;
      margin-bottom: 10px;
    }

body.Frontpage div#right {
  position: absolute;
  right: 0;
}

  body.Frontpage div#right ul.boxList {
    padding: 0;
    margin: 0;
    width: 248px;
  }

    body.Frontpage div#right ul.boxList li.box {
      border: 0;
      padding: 0;
    }

      body.Frontpage div#right ul.boxList li.box h3 {
        background-repeat: no-repeat;
        overflow: hidden;
        font-size: 24px;
        line-height: 24px;
        padding: 0 0 8px 35px;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: 0 0;
        color: #000;
        border-bottom: 1px solid #0a8fb5;
        background-size: 25px auto;
        background-position: left center;
      }


      body.Frontpage div#right ul.boxList li.box .headline-link {
        color: #0a8fb5;
        font-size: 15px;
      }


      body.Frontpage div#right ul.boxList li.box a.link {
        display: block;
        line-height: 28px;
        font-size: 13px;
        font-weight: bold;
        border-top: 1px solid #cccccc;
        background: url(gfx/link-arrows.png) no-repeat 100% center;
      }

      body.Frontpage div#right ul.boxList li.box div.boxText {
        overflow: hidden;
        height: 423px;
        margin-bottom: 10px;
      }

/**************************
   - FOOTER
**************************/
div#footer {
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
  width: 920px;
  margin-bottom: 20px !important;
  background: #d9e9ee;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

  div#footer * {
    font-size: 13px;
    color: #666666;
  }

  div#footer div#footerText {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }


ul#sitemap,
ul#sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

ul#sitemap {
}

  ul#sitemap li.lvl1 {
    float: left;
  }

    ul#sitemap li.lvl1.pos1 {
      width: 177px;
    }

    ul#sitemap li.lvl1.pos2 {
      width: 195px;
    }

    ul#sitemap li.lvl1.pos3 {
      width: 278px;
    }

  ul#sitemap li a {
    text-decoration: none;
    display: block;
    line-height: 20px;
  }

    ul#sitemap li a.lvl1 {
      font-weight: bold;
    }

  ul#sitemap ul {
    padding-top: 2px;
  }

    ul#sitemap ul li {
      background: url(gfx/sitemap-item.png) no-repeat 0px 6px;
      padding-left: 10px;
    }

      ul#sitemap ul li a {
      }

        ul#sitemap ul li a.inpath {
        }

ul#footerEvents,
ul#footerEvents ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

ul#footerEvents {
  float: right;
  width: 230px;
}

  ul#footerEvents li a {
    text-decoration: none;
    display: block;
    line-height: 20px;
  }

    ul#footerEvents li a.lvl1 {
      font-weight: bold;
    }

  ul#footerEvents li.lvl1.pos2,
  ul#footerEvents li.lvl1.pos3 {
    padding-top: 15px;
  }

  ul#footerEvents ul {
    padding-top: 2px;
  }

    ul#footerEvents ul li {
      background: url(gfx/sitemap-item.png) no-repeat 0px 6px;
      padding-left: 10px;
    }

      ul#footerEvents ul li a {
      }

        ul#footerEvents ul li a.inpath {
        }

/**************************
   - SUBPAGE
**************************/
/*** Left Menu ***/
ul#submenu,
ul#submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

  ul#submenu li {
  }

    ul#submenu li a {
      font-size: 14px; /*line-height:30px;*/
      padding: 4px 0;
      text-decoration: none;
      display: block;
      color: #666;
      border-bottom: 1px solid #0a8fb5;
      padding-right: 0px;
    }

      ul#submenu li a.active,
      ul#submenu li a.inpath {
        color: #0a8fb5;
      }

      ul#submenu li a.active {
        background: url(gfx/link-arrows.png) no-repeat 100% center;
      }

  ul#submenu ul li {
    padding-left: 10px;
  }

    ul#submenu ul li a {
      border-bottom: 0;
      line-height: 25px;
      font-size: 12px;
    }

      ul#submenu ul li a.active {
      }

      ul#submenu ul li a.inpath {
      }

/**************************
   - NEWS
**************************/
ul.newsList {
  list-style: none;
  padding: 0;
  margin: 0;
}

  ul.newsList li div.newsDate {
    position: relative;
    color: #0A8FB5;
    font-size: 10px;
    text-transform: uppercase;
    top: -7px;
  }

  ul.newsList li div.newsSplit {
    background: #0A8FB5;
    width: 17px;
    height: 1px;
    margin-bottom: 5px;
  }

body.News div.newsDate {
  position: relative;
  color: #0A8FB5;
  font-size: 10px;
  text-transform: uppercase;
  top: -10px;
}

body.News div.newsSplit {
  background: #0A8FB5;
  width: 17px;
  height: 1px;
  margin-bottom: 8px;
}

/**************************
   - PAGING
**************************/
div.paging {
  position: absolute;
  right: 30px;
  top: 27px;
}

  div.paging span,
  div.paging a {
    display: inline-block;
    padding: 0 3px;
  }

  div.paging span {
    font-weight: bold;
  }

/**************************
   - BOXES
**************************/
ul.boxList {
  margin: 0;
  list-style: none;
}

li.box ul.eventList {
  margin: 0;
  list-style: none;
}

  li.box ul.eventList li {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 5px 0;
    clear: both;
    overflow: hidden;
  }

    li.box ul.eventList li.lastitem {
      border-bottom: 0;
    }

    li.box ul.eventList li h2 a {
      font-size: 14px;
      font-weight: bold;
      color: #999999;
      font-family: 'verdana', sans-serif;
    }

    li.box ul.eventList li div.location {
      float: right;
      color: #0a8fb5;
      font-size: 11px;
    }

    li.box ul.eventList li div.date {
      float: left;
      color: #999999;
      font-size: 11px;
    }

    li.box ul.eventList li p {
      clear: both;
      padding-top: 3px;
      font-size: 11px;
      color: #666;
    }

      li.box ul.eventList li p a {
        text-decoration: none;
      }

    li.box ul.eventList li img.image {
      float: left;
      padding: 0 5px 5px 0;
      position: relative;
      top: 5px;
    }

li.box a.link {
  display: block;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid #cccccc;
  background: url(gfx/link-arrows.png) no-repeat 100% center;
}

  li.box a.link.lastitem {
    border-bottom: 1px solid #cccccc;
  }

body.Frontpage div#right ul.boxList li.box a.link {
  background: url(gfx/link-icon-hand-green.png) no-repeat 0 6px;
  padding-left: 20px;
}

  body.Frontpage div#right ul.boxList li.box a.link.pos2 {
    background: url(gfx/link-icon-pencil-green.png) no-repeat 0 7px;
    padding-left: 20px;
  }

div#right ul.boxList {
  padding: 0;
  margin: 0;
}

  div#right ul.boxList li.box {
    border: 1px solid #cccccc;
    padding: 30px 10px 15px 10px;
    margin-bottom: 15px;
  }



body.Page div#right ul.boxList li.box h3 {
  background: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin-bottom: 10px;
  color: #999;
  background-repeat: no-repeat;
  background-image: none !important;
}

div#right ul.boxList li.box a.link {
  display: block;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid #cccccc;
  background: url(gfx/link-arrows.png) no-repeat 100% center;
}

div#right ul.boxList li.box div.boxText {
  overflow: hidden;
  margin-bottom: 10px;
}

div#right ul.boxList li.box.ImageBox {
  border: 0;
  padding: 0;
}

/**************************
   - EVENTS
**************************/

div#eventFilter .description {
  font-weight: bold;
  padding-bottom: 5px;
}

div#eventFilter ul.filter {
  list-style: none;
  margin: 0;
}

  div#eventFilter ul.filter li {
    margin-bottom: 4px;
  }

    div#eventFilter ul.filter li input[type=checkbox] {
      margin-right: 4px;
    }

div#articleBody ul.eventList {
  margin: 0;
  list-style: none;
}

  div#articleBody ul.eventList li {
    border-bottom: 1px solid #000;
    padding: 15px 0 5px 0;
    overflow: hidden;
  }

    div#articleBody #event .signupBtn,
    div#articleBody ul.eventList li .signupBtn {
      cursor: pointer;
      color: #ffffff;
      background: url(/css/gfx/basket.png) no-repeat left 10px center #7cc2dd;
      border: none;
      border-radius: 3px;
      padding: 11px 15px 8px 40px;
      font-weight: bold;
    }

    div#articleBody ul.eventList li h2,
    div#articleBody ul.eventList li h2 a {
      font-size: 12px;
      font-family: 'verdana', sans-serif;
    }

      div#articleBody ul.eventList li h2 .eventType {
        background: #518eae;
        font-size: 10px;
        color: #fff;
        padding: 4px 6px;
        border-radius: 4px;
        margin-left: 6px;
      }

    div#articleBody ul.eventList li a.link {
      float: left;
    }

    div#articleBody ul.eventList li div.eventDate {
      font-size: 10px;
    }

    div#articleBody ul.eventList li div.location {
      float: right;
      color: #0a8fb5;
      font-size: 10px;
    }

    div#articleBody ul.eventList li img.image {
      float: right;
      padding: 0 0 5px 5px;
      position: relative;
      top: 5px;
    }

    div#articleBody ul.eventList li div.youTubeVideo {
      float: right;
      padding: 0 0 5px 5px;
      position: relative;
      top: 5px;
    }

    div#articleBody ul.eventList li div.eventSummary {
      border-top: 1px solid #cccccc;
      padding: 2px 0 10px;
      margin-top: 2px;
      overflow: hidden;
    }

      div#articleBody #event .price,
      div#articleBody ul.eventList li div.eventSummary .price {
        color: #0a8db7;
        margin: 6px 0;
      }

    div#articleBody ul.eventList li div.eventDeadlineDate {
      float: right;
      color: #0a8fb5;
      font-size: 10px;
      width: 177px;
    }

div#event h1,
div#event h1 a {
  font-size: 12px;
  font-family: 'verdana', sans-serif;
  padding: 0;
  margin-bottom: 3px;
}

div#event div.eventDate {
  font-size: 10px;
}

div#event div.location {
  float: right;
  color: #0a8fb5;
  font-size: 10px;
}

div#event img.image {
  float: right;
  padding: 0 0 5px 5px;
  position: relative;
  top: 5px;
}

div#event div.youTubeVideo {
  padding: 15px 0 10px 0px;
  clear: both;
}

div#event div.eventSummary {
  border-top: 1px solid #cccccc;
  padding: 2px 0 10px;
  margin-top: 2px;
}

  div#event div.eventSummary .price {
    color: #0a8db7;
  }

div#event div.eventDeadlineDate {
  float: right;
  color: #0a8fb5;
  font-size: 10px;
  width: 177px;
  font-weight: bold;
}

div#event ul.eventFiles {
  border-top: 1px solid #000;
  margin: 0;
  list-style: none;
  padding-bottom: 10px;
}

  div#event ul.eventFiles a {
    display: block;
    border-bottom: 1px solid #000;
    color: #333px;
    line-height: 30px;
    font-size: 13px;
    background: url(gfx/link-arrows.png) no-repeat 100% center;
  }

/**************************
   - EMPLOYEES
**************************/
ul#employeeList {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

  ul#employeeList li {
    float: left;
    margin: 0 23px 4px 0;
    border-bottom: 1px solid #cccccc;
    width: 199px;
    clear: left;
  }

    ul#employeeList li.even {
      margin-right: 0;
      clear: none;
    }

    ul#employeeList li h2 {
      font-size: 12px;
      font-weight: bold;
      font-family: 'verdana', sans-serif;
    }

/**************************
   - BOXTABLE
**************************/
.boxTable {
}

  .boxTable tr td.col {
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
  }

  .boxTable tr td:first-child {
    width: 210px;
  }

  .boxTable tr td h3 {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
  }

  .boxTable tr td a {
    display: block;
    line-height: 28px;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    background: url(gfx/link-arrows.png) no-repeat 100% center;
  }


/**************************
   - VIDEO
**************************/

body.Frontpage #video {
  margin-top: 25px;
}

#video {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 56.25%;
  position: relative;
}

  #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/**************************
   - SLIDING CONTENTS
**************************/
body.Frontpage div#slidingContents {
  height: 550px;
  position: relative;
  overflow: hidden;
}

  body.Frontpage div#slidingContents div.slidingContent.blackText .text-wrapper .text {
    color: black;
  }

    body.Frontpage div#slidingContents div.slidingContent.blackText .text-wrapper .text span:after {
      background-color: black;
    }


  body.Frontpage div#slidingContents div.slidingContent {
    width: 687px;
    position: absolute;
    left: 687px;
    top: 0;
    height: 100%;
  }

    body.Frontpage div#slidingContents div.slidingContent .text {
      text-decoration: none;
      display: flex;
      font-size: 34px;
      color: white;
      text-align: center;
      font-weight: bold;
      padding: 0 15px;
      justify-content: center;
    }

    body.Frontpage div#slidingContents div.slidingContent .text-wrapper {
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 70px;
    }



    body.Frontpage div#slidingContents div.slidingContent .text span {
      display: inline-block;
      position: relative;
    }

      body.Frontpage div#slidingContents div.slidingContent .text span:after {
        content: "";
        width: 16px;
        height: 8px;
        background-color: white;
        display: inline-block;
        position: absolute;
        bottom: -5px;
        left: 0;
      }

  body.Frontpage div#slidingContents div.pos1 {
    left: 0;
  }

  body.Frontpage div#slidingContents div.slidingContent .background-image {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
  }
/**************************
   - SMS SIGNUP
**************************/
.smsSignupContainer {
  max-width: 444px;
}

  .smsSignupContainer .signedUpMessage {
    display: none;
  }

  .smsSignupContainer.updated .signedUpMessage {
    display: block;
  }

  .smsSignupContainer.updated .signupForm {
    display: none;
  }

  .smsSignupContainer input[type=text] {
    width: 288px;
    padding: 5px;
    border-color: #666666;
    border-width: 1px;
  }

  .smsSignupContainer.error input[type=text] {
    border-color: red;
  }

  .smsSignupContainer input[type=submit] {
    padding: 2px 10px;
    margin-top: 15px;
    display: block;
    float: left;
  }

  .smsSignupContainer .unsubscribe {
    float: left;
    display: block;
    margin-top: 10px;
    cursor: pointer;
  }

  .smsSignupContainer .smsLogin input[type=submit] {
    float: right;
  }

  .smsSignupContainer .subscriptionsContainer {
    width: 200px;
    float: left;
    margin-top: 5px;
  }

    .smsSignupContainer .subscriptionsContainer .subscriptionHeadline {
      font-weight: bold;
    }

    .smsSignupContainer .subscriptionsContainer .subscriptions {
      list-style: none;
      padding: 0;
      margin: 0;
    }

      .smsSignupContainer .subscriptionsContainer .subscriptions li {
        margin-top: 10px;
        position: relative;
      }

      .smsSignupContainer .subscriptionsContainer .subscriptions input[type=checkbox] {
        cursor: pointer;
        position: absolute;
        top: 1px;
      }

      .smsSignupContainer .subscriptionsContainer .subscriptions label {
        cursor: pointer;
        padding-left: 17px;
      }

/**************************
   - CONTOUR
**************************/
#wrapper #contour fieldset {
  padding: 0;
}

#wrapper #contour label.fieldLabel {
  float: left;
  width: 140px;
}

#wrapper #contour div.contourField {
  margin-bottom: 8px;
}

  #wrapper #contour div.contourField br {
    display: none;
  }

#wrapper #contour input.text,
#wrapper #contour select,
#wrapper #contour textarea {
  width: 288px !important;
  border-color: #666666;
  margin: 0;
  box-sizing: border-box;
}

#wrapper #contour select {
  height: 26px;
}

#wrapper #contour .contourButton {
  float: right;
  margin-right: 0;
}

#wrapper #contour div.postnr input {
  width: 50px !important;
}

#wrapper #contour div.tlf input {
  width: 100px !important;
}

#wrapper #contour span.contourError {
  display: none !important;
  padding-left: 140px;
  font-size: 10px;
}

/**************************
   - QUOTATION
**************************/
#quotation {
  background-color: #D3EBEF;
  padding: 19px;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  margin-bottom: 20px !important;
}

  #quotation .quoteContent {
    background: #DCF1F6 url(/css/gfx/quotation-mark.png) no-repeat top 15px left 25px;
    height: 130px;
  }

    #quotation .quoteContent .image {
      width: 220px;
      height: 130px;
    }

    #quotation .quoteContent .quote,
    #quotation .quoteContent .source,
    #quotation .quoteContent .position {
      float: left;
      width: 700px;
      text-align: center;
      box-sizing: border-box;
    }

    #quotation .quoteContent .quote {
      font-style: italic;
      font-size: 16px;
      margin-top: 25px;
      padding: 0 50px;
    }

    #quotation .quoteContent .source {
      font-weight: bold;
      margin-top: 10px;
    }

/**************************
  - JOB LISTING
**************************/
.jobListing {
  list-style: none;
  margin: 0;
}

  .jobListing .jobPosting {
    padding: 25px 0;
    border-bottom: 1px solid #e4f3f7;
  }

    .jobListing .jobPosting.first {
      padding-top: 0;
    }

    .jobListing .jobPosting .header h3 a {
      color: #0a8fb5;
      font-weight: bold;
      margin: 0 5px 5px 0;
      padding: 0;
    }

    .jobListing .jobPosting .subtitle {
      color: #4e7f00;
      margin-bottom: 5px;
      padding: 0;
      font-size: 11px;
    }

    .jobListing .jobPosting .body {
      margin-bottom: 5px;
      padding: 0;
    }

    .jobListing .jobPosting .footer {
      color: #4e7f00;
      padding: 0;
      font-size: 11px;
    }

/**************************
  - MINICART
**************************/
#miniCart {
}


@media (max-width: 1050px) {
  /**************************
     - MASTER SETUP
  **************************/
  div#wrapper {
    min-width: 0;
    padding: 0;
  }

  div#top,
  div#quotation,
  div#content,
  div#footer {
    width: 687px;
    box-sizing: border-box;
  }

  /**************************
    - FRONTPAGE
  **************************/
  div#centerField {
    width: 100%;
  }

  div#frontpageBoxes ul.boxList li.pos1 {
    margin: 0;
    width: 330px;
  }

  div#frontpageBoxes ul.boxList li.pos2 {
    margin: 0;
    float: right;
    width: 330px;
  }

  div#frontpageBoxes ul.boxList li.pos3 {
    width: 100%;
  }

    div#frontpageBoxes ul.boxList li.pos3 div.boxText {
      height: auto;
    }

  div#frontpageBoxes ul.boxList li.box h3,
  div#frontpageBoxes ul.boxList li.box h3 a {
    height: 27px;
  }

  body.Frontpage div#content div#main {
    width: 100%;
  }

  body.Frontpage div#content div#right {
    float: left;
    position: static;
    top: 0;
    width: 100%;
  }

  body.Frontpage div#right ul.boxList {
    width: 100%;
  }

    body.Frontpage div#right ul.boxList li.box h3 {
      margin-top: 20px;
      color: #0a8fb5;
      border-color: #0a8fb5;
    }

    body.Frontpage div#right ul.boxList li.box div.boxText {
      height: auto;
    }

  /**************************
   - BOXES
  **************************/
  div#right ul.boxList {
    padding-top: 0;
  }

  li.box ul.eventList li img.image {
    display: none;
  }

  ul.boxList a.headline-link {
    color: #0a8fb5;
  }

  /**************************
   - SERVICE MENU
  **************************/



  /**************************
   - TOP
  **************************/
  div#top {
    background: none;
    overflow: visible;
    position: inherit;
  }


    div#top .service-menu-list {
      margin-right: 10px;
      margin-bottom: 15px;
    }

      div#top .service-menu-list .service-menu-item img {
        display: none;
      }

    div#top a#logo {
      top: 15px;
    }

    /*** Main Menu ***/
    div#top .burgerMenu {
      display: block;
      position: relative;
      top: 0px;
      right: 10px;
      background: #0a8fb5;
      border-radius: 3px;
      padding: 6px;
      cursor: pointer;
    }

      div#top .burgerMenu .menu-text {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
      }

      div#top .burgerMenu .menu-icon {
        width: 12px;
        float: left;
        margin-top: 2px;
        margin-right: 5px;
      }

        div#top .burgerMenu .menu-icon .bar {
          width: 100%;
          height: 2px;
          background: #fff;
          display: block;
          float: left;
          margin-bottom: 1px;
        }

  ul#mainmenu.visible {
    display: block;
  }

    ul#mainmenu.visible li {
      display: block;
    }

  ul#mainmenu {
    display: none;
    background: #0a8fb5;
    position: absolute;
    right: 10px;
    top: 75%;
    width: 240px !important;
    border-radius: 3px;
    z-index: 500;
    box-sizing: border-box;
    overflow: hidden;
    padding: 4px 0;
  }

    ul#mainmenu li.inpath {
      background: #1AB3DC;
    }

    ul#mainmenu li {
      width: 100%;
      display: block;
      display: none;
      padding: 0 15px;
      box-sizing: border-box;
    }

      ul#mainmenu li.hasChildren.on ul.lvl2 {
        display: none;
      }

      ul #mainmenu li.lastitem a {
      }

      ul#mainmenu li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        line-height: 30px;
        border-bottom: 1px solid #1AB3DC;
        margin: 0;
      }

        ul#mainmenu li a.inpath::after {
          display: none;
        }

      ul#mainmenu li #miniCart {
        border-bottom: none;
      }

  /**************************
   - CONTENT
  **************************/
  div#content div#left {
    width: 100%;
    padding-bottom: 20px;
  }

    div#content div#left ul#submenu {
    }

      div#content div#left ul#submenu li {
        width: 50%;
        float: left;
      }


  div#content div#pageTwoColNoBox div#main {
    width: 100%;
    padding: 20px 0 0 0;
  }

  div#content div#pageThreeCol div#main {
    width: 100%;
    padding: 0;
  }

  div#content div#pageThreeCol div#right {
    width: 100%;
    padding-top: 10px;
  }

  /**************************
   - PAGING
  **************************/
  div.paging {
    top: 10px;
  }

  /**************************
   - QUOTATION
  **************************/
  #quotation .quoteContent .image {
    display: none;
  }

  #quotation .quoteContent .quote,
  #quotation .quoteContent .source,
  #quotation .quoteContent .position {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    background-position-y: -100px;
  }

  h1.articleHeading {
    text-align: center;
  }

  /**************************
     - MASTER SETUP
  **************************/
  div#top,
  div#content,
  div#quotation,
  div#footer,
  div#servicemenu {
    width: 100%;
  }

  div#footer {
    display: none;
  }

  a.fixedLink {
    display: none;
  }

  /**************************
    - FRONTPAGE
  **************************/
  div#centerField {
    height: auto;
  }

    div#centerField div#video {
      width: 100%;
      position: static;
      display: block;
      text-align: center;
      margin-top: 15px;
    }

    div#centerField div#rightContent {
      width: 100%;
      position: static;
      display: block;
      background-color: #0a8fb5;
      padding: 15px 0;
      margin: 0 auto;
      max-width: 687px;
    }

      div#centerField div#rightContent table {
        margin: 0 auto;
      }

  div#frontpageBoxes {
    padding: 0 15px;
  }

    div#frontpageBoxes ul.boxList li.box {
      width: 100%;
    }

      div#frontpageBoxes ul.boxList li.box h3 {
        height: auto;
        padding-bottom: 5px;
      }

      div#frontpageBoxes ul.boxList li.box div.boxText {
        height: auto;
      }

  body.Frontpage div#content div#right {
    padding: 0 15px;
    box-sizing: border-box;
  }

  body.Frontpage div#slidingContents div.slidingContent .background-image {
    background-size: contain;
    background-position: top center;
    max-height: 70%;
  }

  body.Frontpage div#slidingContents div.slidingContent .text span:after {
    width: 100%;
    height: 3px;
    bottom: -15px;
    background-color: black;
  }
  body.Frontpage div#slidingContents div.slidingContent .text-wrapper {
    bottom: 40px;
  }
  /**************************
   - BOXES
  **************************/
  li .box ul.eventList li img.image {
    display: initial;
  }

  /**************************
   - SLIDING CONTENTS
  **************************/
  body.Frontpage div#slidingContents {
    width: 100%;
    height: 450px;
  }

    body.Frontpage div#slidingContents div.slidingContent {
      width: 100%;
      display: none;
    }

      body.Frontpage div#slidingContents div.slidingContent.on,
      body.Frontpage div#slidingContents div.slidingContent.sliding {
        display: block;
      }



      body.Frontpage div#slidingContents div.slidingContent .text-wrapper .text {
        color: black;
        text-align: left;
        font-size: 30px;
        text-shadow: 1px 0px #FFffff;
      }


      body.Frontpage div#slidingContents div.slidingContent .text-wrapper {
        left: 15px;
        right: 15px;
      }


  /**************************
   - TOP
  **************************/
  div#top {
  }

    div#top a#logo {
      margin-left: 15px;
    }



  /**************************
   - CONTENT
  **************************/
  div #content {
    padding-bottom: 10px;
  }

    div#content div#left ul#submenu {
      margin: 0 15px;
    }

      div#content div#left ul#submenu li {
        width: 100%;
      }

    div#content div#pageTwoColNoBox div#main {
      padding: 20px 10px 0 10px;
      box-sizing: border-box;
    }

    div#content div#pageThreeCol div#main,
    div#content div#pageThreeCol div#right {
      padding: 10px;
      box-sizing: border-box;
    }

      div#content div#pageThreeCol div#main #page #articleBody img {
        max-width: 100% !important;
        height: auto !important;
      }

  /**************************
   - CONTOUR
  **************************/
  #contour {
    width: 288px;
    margin: 0 auto;
  }

  #wrapper #contour label.fieldLabel {
    display: block;
    width: 100%;
  }

  #wrapper #contour input.text,
  #wrapper #contour select,
  #wrapper #contour textarea {
    max-width: 100% !important;
  }

  /**************************
   - QUOTATION
  **************************/
  div#quotation {
    display: none;
  }

  #quotation .quoteContent {
    height: auto;
  }

    #quotation .quoteContent .quote,
    #quotation .quoteContent .source,
    #quotation .quoteContent .position {
      float: none;
      width: 100%;
      display: block;
    }

    #quotation .quoteContent .position {
      margin-bottom: 10px;
    }

    #quotation .quoteContent .source {
      margin-bottom: 10px;
    }
}






@media (max-width: 400px) {

  body.Frontpage div#slidingContents div.slidingContent .text-wrapper {
    bottom: 60px;
  }
}



  /* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
