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

  Author:      click solutions GmbH  
         Michael Schultze
  Date:    Ver1.1 - 12.11.2015

  Media:       all (screen, projector, print)
  Responsive:  yes
  Breakpoints: 40em, 63em, 90em, 120em (mobile first)
          

   -------------------------------------------
  TABLE OF CONTENT :: STYLE SECTIONS
    
  BASE
    Style defaults
    Typography

    Utilities
    Buttons
    Colors
  
  OBJECTS
    Aspect
    Media Object
    Flag Object
    Appendix Link
    Accordion
    Forms
      Buttons
      Button Groups
      Dropdown Buttons
      Split Buttons
      Button bar
      Labels
      Prefix & Postfix
      Inputs
      Error
      Switch (Checkboxes)
    Panel
    Listing
  
  COMPONENTS
    Quicksearch
    Search Results
    Navigation
    Breadcrumb
    Gallery in text
    Social
  
  UTILITIES
    Utility, Helper & Accessibility

  PRINT
    Print styles

   ------------------------------------------- */
/* @import "normalize.css"; */


/* ========================================================
   Style defaults
   ======================================================== */

html, 
body {
  font-size: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  cursor: auto;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: inherit; }

hr {
  clear: both; 
  margin: 1.5em 0 1.5em; 
  border: none;
  border-bottom: 1px solid #ccc; 
  background: none; 
  height: 0; 
}


/* Remove default fieldset styles. */
fieldset {
  border: 0; margin: 0; padding: 0; }
/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical; }

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

object,
embed {
  height: 100%; }

iframe {
  max-width: 100%; }

img {
  /* width: 100%; IE 11 wont resize images when when using max-width */
  max-width: 100%;
  height: auto;
  display: inline-block; 
  vertical-align: middle; /* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

a {
  background: transparent
}

a:active,
a:hover {
  outline: 0
}

a:hover {
  cursor: pointer;
}

html {  /* force scrollbars */
  overflow-y: scroll;
}

i {
  font-style: normal; /* its mainly used for icons instead of italic text */
}





/* ========================================================
    Helper objects
   ======================================================== */


ul.bare-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
a.bare-link {
  text-decoration: none;
  border-bottom: none;
  color: inherit;
  display: inline-block;
}

.toc {
  padding-left: 2rem;
  clear: both;
}
.toc:before {
  display: block;
  position: absolute;
  z-index: -1;
  margin: -.3rem 0 0 -3rem;
  padding: .25rem 0 .3rem 1rem;
  content: "➤";
  font-size: 1.5rem;
  width: 100%;
  background: #eee;
}





/* ========================================================
   Backgrounds
   ======================================================== */


.bg-accent {
  background-color: #00527f; }

.bg-light {
  background-color: #eee; }

.bg-medium {
  background-color: #bbb; }

.bg-dark {
  background-color: #333; }


.bg-image-cover {
  /*display: inline-block;*/ /*breaks max-width:100% on img in IE*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-size: cover;
}
  .bg-image-cover > img {
    visibility: hidden;
  }

.bg-image-contain {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-size: contain;
}
  .bg-image-contain > img {
    visibility: hidden;
  }





/* ========================================================
    Colors
   ======================================================== */


.color-text {
  color: rgb(60, 60, 60);
}

.color-alt {
  color: white;
}

.color-accent {
  color: rgb(127, 158, 204);
}




/* ========================================================
    Typography
   ======================================================== */


html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.618;
  -webkit-font-smoothing: antialiased;
  /*-webkit-font-smoothing: subpixel-antialiased;*/
}
  
/* http://typecast.com/blog/a-more-modern-scale-for-web-typography */
/* http://typecast.com/blog/contrast-through-scale */
/* Fibonacci Sequence as a canon on which to compose – setting each subsequent value
 to the sum of the preceding two values – 16, 24, 40, 64 */

h1, .as-h1 {
  font-size: 4em;
  line-height: 1.1;
  margin: 0 0 .3em; 
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility; }
  
  h1 a, .as-h1 a {
    color: inherit; 
    text-decoration: none;
    border-bottom: none;
  }

  h1 a:hover, .h1 a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }

  .color-alt h1,
  .color-alt .h1 {
    color: inherit;
  }

h2, .as-h2 {
  font-size: 2.5em;
  line-height: 1.15;
  margin: .5em 0; 
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility; }

  h2 a, .as-h2 a {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
  }

  h2 a:hover, .as-h2 a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }

  .color-alt h2,
  .color-alt .as-h2 {
    color: inherit;
  }

h3, .as-h3 {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 1em 0;
  font-weight: 400; }

  h3 a, .as-h3 a {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
  }

  h3 a:hover, .as-h3 a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }

  .color-alt h3,
  .color-alt .as-h3 {
    color: inherit;
  }

h4, .as-h4 {
  font-size: 1.2em;
  line-height: 1.3;
  margin: 1.5em 0;
  text-decoration: none;
  font-weight: 400; }

  h4 a, .as-h4 a { 
    text-decoration: none;
    border-bottom: none;
  }

  h4 a:hover, .as-h4 a:hover { 
    text-decoration: none;
    border-bottom-color: transparent;
  }

  .color-alt h4,
  .color-alt .as-h4 {
    color: inherit;
  }


p {
  line-height: 1.618;
  margin: 0 0 1.618em;
  text-indent: 0em; }
  
  p:empty {
      display: none; }
  
  /* typographic scaling between heading and paragraph to lead into the content */
  .text--copy {
      font-size: 1rem;
      line-height: 1.618;    
  }
  .text--intro,
  .text--subheader { 
    font-size: 1.5em;
    line-height: 1.3;
  }
  /* first paragraph emphasised */
  .text--lead { 
    /*font-size: 1.25em;*/
    font-weight: bold;
  }
  .text--message {
    text-align: center;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.3;
  }
  .text--author {
    opacity: .6; 
  }
  .text--dropcap {
    float: left;
    font-size: 3.5em;
    line-height: 0.8;
    padding: 0.05em 0.1em 0 0;
  }
  .text--caption {
    display: block; /* put it below the image */
    margin-top: .3em;
    font-style: italic;
    font-size: 0.875em;
  }

  /* some helpers */
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }
  .text--centered,
  .text--center {
    text-align: center; }

  .text--larger {
    font-size: 1.2em; }
  .text--smaller {
    font-size: .8em; }
  .text--smallest {
    font-size: 13px; }

  .text--ultralight {
    font-weight: 100; }
  .text--light {
    font-weight: 200; }
  .text--roman {
    font-weight: 300; }
  .text--normal {
    font-weight: 400; }
  .text--semibold {
    font-weight: 500; }
  .text--bold {
    font-weight: 700; }
  .text--black {
    font-weight: 900; }
  
  .text--overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

blockquote {
  margin: 1.618em 0;
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
  blockquote p {
    font-style: italic;
  }

a, .as-anchor {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  border-bottom: 1px solid #ccc; /* vertical offset depends on font-family */
}
  a:hover, .as-anchor:hover {
    border-bottom-color: #439ab7; 
  }
  .color-alt a {
    border-bottom-color: rgba(255,255,255,.7);
  }
    .color-alt a:hover {
      border-bottom-color: rgb(255,255,255);
    }

/* to control the underline offset and do not cross decenders of the the letters */
.as-awesome-anchor {
  display: inline;
  position: relative;
  text-decoration: none;
  border-bottom: 0;
  background-image: -webkit-linear-gradient(top,#439ab7 0,#439ab7 100%);
  background-image: linear-gradient(to bottom,#439ab7 0,#439ab7 100%);
  background-size: 1px 1px;
  background-position: 0 90%;
  background-repeat: repeat-x;
  /*text-shadow: 3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff;*/
}

ul, ol {
  margin: 0 0 1.618em; 
  padding: 0 0 0 1.5em;
}

  li {
    line-height: inherit;
    position: relative;
    margin: 0 0 .618em;
    margin: .618em 0 .618em;
    padding: 0 0 0 0.2em;
  }

  ul ul {
    margin: 0;
  }


.list--custombullets li {
  list-style: none;
  padding: 0 0 0 1.2em;
  margin-left: -1.2em;
}
.list--custombullets li:before { /* cutom list bullets */
  position: absolute;
  left: 0;
  content: "▪";
  font-size: inherit;
  line-height: inherit;
  color: #2ba6cb;
}








/* ========================================================
    Aspect
   ======================================================== */

[aspect-box] {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%
}


.aspect {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%
}

.aspect-57x14 {
  padding-bottom: 24.56140%
}

.aspect-16x9 {
  padding-bottom: 56.25%
}

.aspect-9x16 {
  padding-bottom: 177.77778%
}

.aspect-4x3 {
  padding-bottom: 75%
}

.aspect-3x4 {
  padding-bottom: 133.33333%
}

.aspect-3x2 {
  padding-bottom: 66.66667%
}

.aspect-2x3 {
  padding-bottom: 150%
}

.aspect-1x1 {
  padding-bottom: 100%
}

.aspect>div,
.aspect-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}


.aspect-xs-57x14 {
  padding-bottom: 24.56140%
}

.aspect-xs-16x9 {
  padding-bottom: 56.25%
}

.aspect-xs-9x16 {
  padding-bottom: 177.77778%
}

.aspect-xs-4x3 {
  padding-bottom: 75%
}

.aspect-xs-3x4 {
  padding-bottom: 133.33333%
}

.aspect-xs-3x2 {
  padding-bottom: 66.66667%
}

.aspect-xs-2x3 {
  padding-bottom: 150%
}

.aspect-xs-1x1 {
  padding-bottom: 100%
}

@media (min-width:760px) {
 
  .aspect-sm-57x14 {
    padding-bottom: 24.56140%
  }

  .aspect-sm-16x9 {
    padding-bottom: 56.25%
  }

  .aspect-sm-9x16 {
    padding-bottom: 177.77778%
  }

  .aspect-sm-4x3 {
    padding-bottom: 75%
  }

  .aspect-sm-3x4 {
    padding-bottom: 133.33333%
  }

  .aspect-sm-3x2 {
    padding-bottom: 66.66667%
  }

  .aspect-sm-2x3 {
    padding-bottom: 150%
  }

  .aspect-sm-1x1 {
    padding-bottom: 100%
  }

}

@media (min-width:1016px) {

  .aspect-md-57x14 {
    padding-bottom: 24.56140%
  }

  .aspect-md-16x9 {
    padding-bottom: 56.25%
  }

  .aspect-md-9x16 {
    padding-bottom: 177.77778%
  }

  .aspect-md-4x3 {
    padding-bottom: 75%
  }

  .aspect-md-3x4 {
    padding-bottom: 133.33333%
  }

  .aspect-md-3x2 {
    padding-bottom: 66.66667%
  }

  .aspect-md-2x3 {
    padding-bottom: 150%
  }

  .aspect-md-1x1 {
    padding-bottom: 100%
  }

}

@media (min-width:1144px) {
 
  .aspect-lg-57x14 {
    padding-bottom: 24.56140%
  }

  .aspect-lg-16x9 {
    padding-bottom: 56.25%
  }

  .aspect-lg-9x16 {
    padding-bottom: 177.77778%
  }

  .aspect-lg-4x3 {
    padding-bottom: 75%
  }

  .aspect-lg-3x4 {
    padding-bottom: 133.33333%
  }

  .aspect-lg-3x2 {
    padding-bottom: 66.66667%
  }

  .aspect-lg-2x3 {
    padding-bottom: 150%
  }

  .aspect-lg-1x1 {
    padding-bottom: 100%
  }

}





/* ========================================================
    Media Object
   ======================================================== */

.media,
.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

  .media__img,
  .media__image {
    float: left;
    margin-right: 30px;
    margin-right: 1.875rem;
  }
  .media__img--small,
  .media__image--small {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }

    .media__img img,
    .media__image img {
      display: block;
    }

  .media__body > :first-child {
    margin-top: 0;
  }
  /*.media__body > :last-child {
    margin-bottom: 0;
  }*/

.media--right .media__img,
.media--right .media__image {
  float: right;
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-right: 0;
}


/* http://philipwalton.github.io/solved-by-flexbox/demos/media-object/ */

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
  .media__image {
    margin-right: 1.875rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 9 4em;
        -ms-flex: 1 9 4em;
            flex: 1 9 4em; 
  }
  .media__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 6em;
        -ms-flex: 1 1 6em;
            flex: 1 1 6em;
  }

.media--right .media__img,
.media--right .media__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.media--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}
  .media--bottom .media__body > :last-child {
    margin-bottom: 0;
  }

.media--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
  .media--center .media__body > :last-child {
    margin-bottom: 0;
  }




/* ========================================================
    Flag Object
   ======================================================== */

/* URL: http://csswizardry.com/2013/05/the-flag-object/ */
.flag {
  display: table;
  width: auto;
}

  .flag__image {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    /*padding-right: 1em;*/ /* prefer padding on flag__body */
  }
    .flag__image > img {
      display: block;
      max-width: none;
      width: auto;
    }

  .flag__body {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    /*width: 100%;*/ /* wrongly forces image to colapse */
    padding-left: 30px;
    padding-left: 1.875rem;
  }
    .flag__body > :first-child {
      margin-top: 0;
    }
    .flag__body > :last-child {
      margin-bottom: 0;
    }

.flag--top .flag__image, 
.flag--top .flag__body {
  vertical-align: top;
}
.flag--bottom .flag__image, 
.flag--bottom .flag__body {
  vertical-align: bottom;
}





/* ========================================================
    Appendix Link
   ======================================================== */
/**  */

.appendix {
  display: inline-block;
}
  .appendix__title {
    display: inline-block;
    margin-right: 1rem;
    border-bottom: none;
    text-decoration: none;
  }
  .appendix__caption {
    display: inline;
    border-bottom: none;
    text-decoration: none;
    font-size: .8rem;
    font-weight: normal;
    font-style: normal;
    color: initial; /* text color also for links */
    opacity: .2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
    .appendix:hover .appendix__caption {
      opacity: .6;
    }

.appendix--nija .appendix__caption {
  display: none;
}
@media only screen and (min-width: 40.063em) {
   .appendix--nija .appendix__caption {
    display: inline;
    opacity: 0;
  }
    .appendix--nija:hover .appendix__caption {
      opacity: .3;
    }
}

/* ==========================================================================
   Accordion
   ========================================================================== */

.accordion { }
  
  .accordion__item {
    position: relative;
    overflow: hidden; }
    
    .accordion__title {
      position: relative;
      padding-right: 1.5em;
      cursor: pointer; }

    .accordion__container,
    .is-open > .accordion__container .accordion__container {
      display: block;
      opacity: 0;
      height: 0;
      max-height: 0;
      margin: 0;
      overflow: hidden; }
    
    .accordion__title:after {
      content: "▼";
      content: "▾";
      display: inline-block;
      position: absolute;
      right: .3em;
      top: 0;
      speak: none; }

  .is-open > .accordion__container,
  .accordion__container .is-open > .accordion__container,
  .no-js .accordion__container {
    height: auto;
    max-height: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out; 
            transition: opacity .5s ease-out; }

    .is-open > .accordion__title:after {
      content: "▲"; 
      content: "▴"; }

  .accordion--slide .is-open > .accordion__container,
  .accordion.-slide .is-open > .accordion__container,
  .no-js .accordion--slide .accordion__container,
  .no-js .accordion.-slide .accordion__container {
    height: auto;
    max-height: 20em; /* must fit the longest possible content */
    overflow: scroll;
    visibility: visible;
    opacity: 1;
    -webkit-transition: max-height .5s ease-in; 
            transition: max-height .5s ease-in; }

  .accordion--slide .accordion__container,
  .accordion.-slide .accordion__container {
    height: auto;
    opacity: 1;
    -webkit-transition: max-height .5s ease-out; 
            transition: max-height .5s ease-out; }




/* ========================================================
    Testimonial
   ======================================================== */

.testimonial {
  text-align: center;
}
  .testimonial__image {
    border-radius: 1000px;
  }
  .testimonial__name {
    margin: 0;
  }
  .testimonial__title {

  }
  .testimonial__text {
    text-align: center;
    font-style: italic;
    font-size: 1.5em;
    line-height: 1.3;
  }


/* ========================================================
    Slideout
   ======================================================== */

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  left: 0;
  left: auto; /* to open from right side */
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}


/* ========================================================
  Topbar
   ======================================================== */
.topbar {
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  .topbar--sticky {
    position: absolute; 
    top: 0; 
    z-index: 7000;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 16px 25px -24px black;
  }

  .topbar--sticky.is-slight {
      position: fixed;
  }
    .is-slight .topbar--hide-on-slight {
      max-height: 0;
      display: none; 
    }
}


/* ========================================================
    Banner
   ======================================================== */

.banner {
  /*margin: 0 -3.125em;*/ /* disable .row padding */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .banner__item,
  .banner__item:not(:first-child) {
    display: none; /* hide all items but first */
  }
    .banner__item:first-child {
      display: block; /* hide all items but first */
    } 
  .banner__img {
    /*width: auto!important;*/
    width: 100%;
    max-width: 100%;
    /*max-width: none;*/
  }

.banner__caption {
  position: absolute;
  width: 100%;
  top: 20%;
  padding: 0 20%;
  color: white;
  text-align: center; }

  .banner__headline, 
  .banner__subline {
    color: white;
    /*margin: 0;*/ /* will ever be overwritten be custom header styles */ }





/* ========================================================
  Quicksearch
   ======================================================== */

.quicksearch {
  position: relative;
  width: 100%;
  margin: 0;
}
  .quicksearch__input.quicksearch__input {
    margin-bottom: 0; /* override default input margin */
  }
    .quicksearch__input:focus {
    }
  @media only screen and (min-width: 63.063em) { /* custom changed breakpoint here */
    .quicksearch__input {
      /*position: absolute;*/
      max-width: 2.4em;
      opacity: 0;
      -webkit-transition: opacity .2s, max-width .2s ease-out;
      transition: opacity .2s, max-width .2s ease-out;
      cursor: default;
      font-size: inherit;
      font-size: inherit !important;
      margin-bottom: 0 !important;
    }
      .quicksearch__input:focus {
        max-width: 12em;
        opacity: 1;
        -webkit-transition: opacity .2s, max-width .2s ease-out;
        transition: opacity .2s, max-width .2s ease-out;
        cursor: text;
      }
  }

  .quicksearch__submit {
    position: absolute; 
    right: 0;
    top: 0; 
    bottom: 0;
    height: 100%;

    line-height: normal;
    width: auto; 
    padding: 0rem .9em;
    border: 0; 
    background: none;
    color: initial;
    pointer-events: none;
  }
    .quicksearch__submit:focus,
    .quicksearch__submit:hover {
      outline: none; 
      cursor: pointer;
      background: none;
      color: initial;
    }
  @media only screen and (min-width: 63.063em) {
    .quicksearch__submit {
      
    }
  }

    .quicksearch__icon:before {
      font-size: 120%;
      display: inline-block;
      margin-top: -.5em;

      position: relative;
      top: .27em;
    }

/* states */

/*.quicksearch.is-slight {
  
}
  .quicksearch.is-slight .quicksearch__input {
    opacity: 0; 
    -webkit-transition:opacity .2s linear,visibility 0s .3s; 
            transition:opacity .2s linear,visibility 0s .3s;
  }
  .quicksearch.is-slight.is-expanded .quicksearch__input {
    opacity: 1;
    -webkit-transition:opacity .2s linear,visibility 0s;
    transition:opacity .2s linear,visibility 0s;
  }
  .quicksearch.is-slight .quicksearch__submit {
    opacity: 1; 
    position: absolute; 
    -webkit-transition:opacity .2s .3s; 
            transition:opacity .2s .3s;
    }
  .quicksearch.is-slight.is-expanded .quicksearch__submit {
    
  }*/
  
.quicksearch--overlap.is-expanded .quicksearch__input {
  min-width: 14em;
}
  
  .quicksearch--overlap .quicksearch__input {
    position: absolute;
    opacity: 0;
    -webkit-transition:opacity .2s linear,visibility 0s .3s; 
            transition:opacity .2s linear,visibility 0s .3s;
    cursor: text;
    }
  .quicksearch--overlap.is-expanded .quicksearch__input {
    opacity: 1;
    -webkit-transition:opacity .2s linear,visibility 0s;
            transition:opacity .2s linear,visibility 0s;
  }
  .quicksearch__submit {
    opacity: 1;
    position: absolute; 
    -webkit-transition:opacity .2s .3s; 
            transition:opacity .2s .3s;
  }
  .quicksearch--overlap.is-expanded .quicksearch__submit {}





/* ========================================================
  Search Results
   ======================================================== */

.search {
    float: none;
   }
  .search__form {
    position: relative;
    max-width: 20em;
  }
    .search__input,
    .search__input[type="search"] {
      -moz-appearance:    textfield;
      -webkit-appearance: textfield;
      appearance: textfield;
      box-sizing: border-box;
    }
      .search__input::-ms-expand {
        display: none;
      }
    .search__submit {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      width: auto;
      /*padding: 0 .5em;*/
      border: 0;
      background: none;
    }
      .search__submit:focus,
      .search__submit:hover {
        outline: none;
        cursor: pointer;
      }
    .search__icon {
      font-size: 1.1em;
      width: 1.4em;
    }


  .search__heading {}

  .search__item:hover .search__href {
    text-decoration: underline;
  }
    .search__textwrapper {
      width: 100%;
      color: inherit;
    }
      .search__title {
        margin: 0 0 .2em;
      }
      .search__href {
        font-size: .8em;
        opacity: .5;
        line-height: 1.2;
        margin-bottom: .3em;
        word-break: break-all;
      }
        .search__text {
          margin-bottom: 0;
        }
          .search-mark {
            font-style: normal;
            font-weight: 600;
            color: inherit;
            background: none;
          }





/* ========================================================
  Navigation
   ======================================================== */

.nav__burger { 
  background: none;
  margin-right: .5em;
  padding: .4em .5em;
  border: none;
  outline: none;
  cursor: pointer;
  color: inherit;
}
  /* IE 8 */
  .lt-ie9 .nav__burger {
    display: none!important;
  }
  .nav__burger:hover {
    text-decoration: none;
  }


.nav {
  width: 100%;
  margin: 0;
  padding: 0;
}
  .nav__list {
    list-style: none; 
    margin: 0; 
    padding: 0; 
    *zoom: 1;
  }
    .nav__list:before, .nav__list:after {
      content: " "; 
      display: block;
    }
    .nav__list:after {
      clear: both;
    }
  .nav__item {
    float: none;
    width: 100%; 
    margin: 0; 
    padding: 0; 
    line-height: 1.1; 
    color: inherit;
  }
  .nav__link,
  .nav__link:hover {
    display: block; 
    text-decoration: none; 
    cursor: pointer;
  } 




/* HORIZONTAL | main navigation for categories */
@media only screen and (min-width: 63.063em) {
  .nav--horizontal {
    width: auto;
  }
    .nav--horizontal .nav__item {
      float: left; 
      width: auto;
    }
    .nav--horizontal .nav__link,
    .nav--horizontal .nav__link:hover,
    .nav--horizontal .nav__link:focus,
    .nav--horizontal .nav__link:active,
    .nav--horizontal .nav__link.is-current {
      position: relative; 
      padding: .5em 0.7em; 
      line-height: 1; 
      white-space: nowrap;
    }
}


/* SIMPLE | navigation for aditional links used in topbar or footer */
@media only screen and (min-width: 63.063em) {
  .nav--simple {
    width: auto;
  }
    .nav--simple .nav__item {
      float: left;
      width: auto;
    }
    .nav--simple .nav__link,
    .nav--simple .nav__link:hover,
    .nav--simple .nav__link:focus,
    .nav--simple .nav__link:active,
    .nav--simple .nav__link.is-current {
      padding: .6em 1em .4em;
      text-decoration: none;
      border-bottom: none;
    }
}

/* ALT COLOR | alternative navigation text color */
/*.color--alt .nav__link {
  color: white;
}
  .color--alt .nav__link:hover,
  .color--alt .nav__link:focus, {
    color: white;
  }*/


/* VERTICAL | sub navigation for pages */
.nav--vertical > .nav__list {
  margin: 0 0 2em;
}
  .nav--vertical .nav__item {
    /*border-bottom: 2px dotted #cecece;*/
  }
  .nav--vertical .nav__link,
  .nav--vertical .nav__link:hover,
  .nav--vertical .nav__link:focus,
  .nav--vertical .nav__link:active {
    line-height: 1.2;
    padding: .8em 0;
    overflow: hidden;
    -ms-word-break: break-word;
    word-break: break-word;
    text-decoration: none;
    border-bottom: none;
  }
    .nav--vertical .nav__list .nav__list {
      padding-left: 1em;
      margin-top: 0;
    }
    .nav--vertical .nav__list .nav__list .nav__item {
      margin: 0;
      border: none;
      box-shadow: none;
    }
    .nav--vertical .nav__list .nav__list .nav__link {
      padding: 0 0 .6em 0;
    }

  .nav--vertical .nav__link:focus,
  .nav--vertical .nav__link:hover,
  .nav--vertical .nav__link.is-current {
    /*color: inherit;*/
  }



/* navi--sitemap */
.nav--sitemap {
  /*font-size: 12px;*/
}
  .nav--sitemap .nav__list {
    margin-bottom: 1.618rem;
  }
    /*.nav--sitemap .nav__item:first-child .nav__link, */
    .nav--sitemap .nav__item--cats {
      /*font-weight: 600;*/
    }
    .nav--sitemap .nav__item {

    }
    .nav--sitemap .nav__link {
      line-height: 1.15;
      padding: .6em 0;
      border-bottom: none;
      opacity: .66;

      -ms-word-break: break-all;
          word-break: break-all;

          /* Non standard for webkit */
          word-break: break-word;

        -webkit-hyphens: auto;
           -moz-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;
    }
    .nav--sitemap .nav__link:hover,
    .nav--sitemap .nav__link:focus,
    .nav--sitemap .nav__link:active {
      opacity: 1;
      background: none;
    }



/* ========================================================
   Text & Content
   ======================================================== */


.text--static {
  min-height: 1px; }




/* ========================================================
    Breadcrumb
   ======================================================== */

.breadcrumb {
  margin: 0 0 1.5em; 
  font-size: 11px;
  cursor: default; }

  .breadcrumb-item {
    display: inline-block;
    position: relative; z-index: 2; }
  
  .breadcrumb-link {
    text-decoration: none; 
    font-weight: 400; 
    color: #999; }
  
    .breadcrumb-link:hover {
      color: inherit; }
  
    .breadcrumb-link--current {
      color: inherit; }
  
  .breadcrumb-separator {
    color: #999; }
  
  .breadcrumb-sublist { 
    visibility: hidden;
    display: inline-block; 
    position: absolute; z-index: 1;
    top: 1em; left: 0;
    list-style: none;
    padding: .7em 1px 1px;
    background: white;
    min-width: auto;
    box-shadow: 0 2px 4px #e0e0e0; }
  
    .breadcrumb-subitem {
      white-space: nowrap;
      margin: 0; }
  
    .breadcrumb-sublink {
      display: block;
      padding: .3em .8em;
      color: #999;
      text-decoration: inherit;
      font-weight: 400; }
  
      .breadcrumb-sublink:hover {
        color: inherit; }
  
    .breadcrumb-item--dropdown:hover .breadcrumb-sublist {
      visibility: visible; }


/* ========================================================
    Pagination
   ======================================================== */


.pagination {
  margin: 0;
  text-align: center;
}

  .pagination__item {
    display: inline-block;
    width: 1em; 
    text-decoration: inherit;
    color: inherit;
  }

  .pagination__item:hover {
    text-decoration: inherit;
    color: inherit;
  }

/* theme with buttons */
.pagination--buttons .pagination__item {
  width: 1.5em; 
  height: 1.5em; 
  background: #f0f0f0;
  line-height: 1.5; 
  background: #f0f0f0;
  border: none;
  text-align: center;  
  text-decoration: none;
}

  .pagination--buttons .pagination__item:hover {
    background: #e0e0e0;
    text-decoration: none;
  }

  .pagination--buttons .pagination__item.is-current,
  .pagination--buttons .pagination__item.is-current:hover {
    background: none;
    color: inherit; 
    box-shadow: 0 0 4px #e0e0e0 inset;
  }

/* theme round buttons */
.pagination--rounded .pagination__item {
  margin-left: .4em;
  border-radius: 50%;
}






/* ==========================================================================
  UI List 
   ========================================================================== */

  .ui-list {
    margin: 0 -1em;
    padding: 0;
    list-style: none; }

    .ui-list__item { 
      position: relative;
      margin: 0;
      padding: 0;
      line-height: 1.4; }

      .ui-list__link {
        display: block;
        padding: .2em 1em;
        text-decoration: none;
        overflow: hidden;
        color: inherit; }

      .ui-list__link:hover {
        color: #0c61ed; }

      .ui-list__link:focus,
      .ui-list__link:active {
        outline: 1px solid #e0e0e0;
        background-color: #f7f7f7 }

      .ui-list__item.is-current .ui-list__link {
        pointer-events: none;
        text-decoration: none;
        background: #ecf2fe;
        color: #0c61ed;
        margin-top: -1px;
        margin-bottom: -1px;
        border-top: 1px solid #ecf2fe;
        border-bottom: 1px solid #ecf2fe;
        position: relative;
        z-index: 1; /* puts border-bottom in front of seperator of the next item */ }

  /* with horizontal lines between items */
  .ui-list--with-seperator::before, 
  .ui-list--with-seperator::after, 
  .ui-list--with-seperator>.ui-list__item::before { 
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    margin: 0 1em;
    border-bottom: 1px solid #e0e0e0; }

    .ui-list--with-seperator>.ui-list__item:first-child::before {
      border: none; }

  .ui-list--scrollable {
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll; }



/* ========================================================
    Contact Detail
   ======================================================== */

.contact { }

  .contact__name {
    margin: 0 0 -.1em;
    padding-top: .15em; }






/* ========================================================
    Data
   ======================================================== */

.data__list {
  margin-bottom: 1em;
  line-height: 1.3;
  list-style: none;
  padding: 0; }

  .data__item {
    line-height: inherit;
    margin: 0; }

    .data__key {
      float: left;
      width: 8em;
      text-align: right;
      padding-top: .1em;
      padding-right: .7em;
      color: #999; }
      
      .data__key--has-select,
      .data__key.-has-select {
        padding-right: .4em; }

    .data__value {
      display: block;
      margin-left: 8em;
      padding-top: .1em;
      word-break: break-all;
      word-break: break-word; /* Non standard for webkit */
      -webkit-hyphens: auto;
              -moz-hyphens: auto;
               -ms-hyphens: auto;
           hyphens: auto; }





/* ========================================================
   Listing
   ======================================================== */

.listing {
  margin: 0 -16px;
  margin: 0 -1rem;
  padding: 0; 
  list-style: none; }
  .listing__item {
    position: relative; 
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .listing__link {
      display: block; 
      padding: 16px 16px 0 16px; 
      padding: 1rem 1rem; 
      text-decoration: none; 
      overflow: hidden; 
      color: inherit;
      border: none; }
      .listing__link:hover {
        text-decoration: none; 
        color: inherit; }

  /* separator */
  .listing__item::before, 
  .listing__item:before { 
    content: ""; 
    display: block; 
    height: 0; 
    line-height: 0; 
    margin: 0 1em; 
    border-bottom: 1px solid #ccc;  }
    .listing__item:first-child::before, .listing__item:first-child:before {
      /*border: none;*/ }
   
   /* chevron-right */
  .listing__item::after, 
  .listing__item:after {
    position: absolute; right: 0; top: 50%; z-index: 0;
    margin-top: -.5em;
    font: normal normal 45px "icon-font";
    font-size: 2.8rem;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    line-height: 1em;
    content: "›";
    color: inherit;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: right .3s ease-out, color .3s; transition: right .3s ease-out, color .3s; }
    .no-touch .listing__item:hover::after {
      right: 0; color: inherit; }
  .listing__item--slim::after,
  .listing__item--slim:after { /* arrow-right */
    font-size: 29px; font-size: 1.8rem; }

.listing--noarrow .listing__item::after,
.listing--noarrow .listing__item:after {
  display: none !important; }
  .listing--noarrow .listing__textwrapper {
    padding-right: 1em; }

/* discard header margins */
.listing .listing__title {
  margin: 0 0 .2em;
}
.listing .listing__text,
.listing .listing__shorttext {
  margin: 0;
}



/* Grid view */
.listing--grid {
  margin: -.5em; }
  .listing--grid:before, .listing--grid:after {
      content: " "; display: block; }
    .listing--grid:after {
      clear: both; }
  .listing--grid .listing__item {
    float: left; width: 33.333%; }
    .listing--grid .listing__link {
      margin: 0 .5em; padding: 0; }
    .listing--grid .listing__img,
    .listing--grid .listing__imgcrop {
      float: none; width: 100%; max-width: 100%; padding: 0; margin: 0 0 .8em; max-height: none; }
    .listing--grid .listing__textwrapper {
      float: none; width: 100%; min-height: 12em; font-size: 75%; padding: 0 2.5em 1em 0; }
  .listing--grid .listing__item::after, .listing--grid .listing__item:after { /* arrow-right */
    display: none; font-size: 29px; font-size: 1.8rem; top: 67%; }
  .listing--grid .listing__item::before, .listing--grid .listing__item:before { /* separator */
    display: none; }




/* responsive one which goes vertical on small screen */
/*@media only screen and (max-width: 29em) { 
  .listing--responsive .listing__item { 
    font-size: 80%; }
    .listing--responsive .listing__imgcrop,
    .listing--responsive .listing__img {
      float: none; 
      width: 100%; 
      max-width: 100%;
      padding: 0;
      margin: 0 0 1em 0; }
    .listing--responsive .listing__textwrapper {
      width: 100%; padding: 0 3em 1em 0; }
  .listing--responsive .listing__item::after, .listing--responsive .listing__item:after {
    display: block!important; top: auto; bottom: 1.2rem; font-size: 32px; font-size: 2rem; }
}*/


/* small one for sidebars */
.listing--small .listing__item,
.large-4 .listing__item { 
  font-size: 80%; }
  .listing--small .listing__imgcrop,
  .large-4 .listing__imgcrop {
    float: none; 
    width: 100%; 
    max-width: 100%;
    margin: 0 0 1em 0; }
  .listing--small .listing__textwrapper,
  .large-4 .listing__textwrapper {
    width: 100%; padding: 0 3em 1em 0; }
.listing--small .listing__item::after, .listing--small .listing__item:after,
.large-4 .listing__item::after, .large-4 .listing__item:after{ /* arrow-right */
  top: 75%; }




/* ========================================================
  Index
   ======================================================== */
/* Index view with text on picture and slide-up hover effekt */

.index { margin-top: 1.5em; }

  .index-list {
    list-style: none; 
    margin: -2px; 
    padding: 0; 
    *zoom: 1; }

    .index-list:before, .index-list:after {
      content: " "; 
      display: block; }

    .index-list:after {
      clear: both; }

  .index-item {
    margin: 0; 
    padding: 4px 2px 0; 
    overflow: hidden; 
    float: left; 
    width: 33.333%; }

    .index-link,
    .index-link:hover {
      position: relative; 
      display: block; 
      text-decoration: none; 
      overflow: hidden; 
      color: inherit; 
      min-height: 4em; }

      .index-imgcrop {
        position: relative; 
        display: block; 
        width: 100%; 
        max-width: 100%; 
        margin: 0; 
        background-position: 50% 50%; 
        background-size: cover; }

        .index-imgcrop > .index-img {
          visibility: hidden; 
          float: none; 
          padding: 0; 
          width: 100%; 
          max-width: 100%; }

          .index-img {
            width: 100%; 
            max-width: 100%; 
            margin: 0; }

      .index-textwrapper {
        position: absolute; 
        bottom: 0; 
        max-height: 3.8em; 
        width: 100%; }

        .index-textwrapper,
        .index-textwrapper * {
        -webkit-transition: all .3s ease-out;
              transition: all .3s ease-out; }

        .index-title {
          margin-top: 0; 
          line-height: 1.2;
          -ms-word-break: break-word; 
          word-break: break-word; }

        .index-description {
          opacity: 0; 
          margin-bottom: 10em; }

    .index-link:hover .index-textwrapper {
      max-height: 100%; }

      .index-link:hover .index-description {
        opacity: 1; 
        min-height: 3em; }

  @media only screen and (max-width: 58em) { 
    .index-item {
      width: 50%; }
  } 




/* ==========================================================================
  Gallit
   ========================================================================== */

.gallit { 
  position: relative;
  margin-bottom: 1em; }

  .gallit__control {
    position: absolute;
    z-index: 5;
    display: none;
    min-width: 10%;
    height: 100%;
    display: block;
    float: left;
    opacity: 0;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 0;
    display: none; }

    .gallit__control--prev {
      background-image: url(img/prev.png);
      background-position: center left;
      left: 0; }

    .gallit__control--next {
      background-image: url(img/next.png);
      background-position: center right;
      left: 90%; }

    .gallit__control:first-child:last-child {
      min-width: 100%;
      left: 0; }

  .gallit__list { 
    position: relative;
    list-style: none;
    margin: 0 -.1em;
    padding: 0;
    *zoom: 1; }

    .gallit__list:before, 
    .gallit__list:after {
      content: " "; 
      display: block; }
    
    .gallit__list:after {
      clear: both; }

    .gallit__item {
      display: block; 
      float: left; 
      width: 33.333%; 
      margin: 0;
      padding: 0 .1em;
      -webkit-transition: all .3s ease-out; 
              transition: all .3s ease-out; }
      
      .gallit__item:first-child {
        position: relative;  }
      
      .gallit__item:nth-child(n+4) {
        position: absolute; 
        left: 100%; 
        opacity: 0  }
      
      .gallit__item:nth-child(2) {
        position: absolute; 
        left: 33.333%;  }

      .gallit__item:nth-child(3) {
        position: absolute; 
        left: 66.666%;  }
      
      .gallit__item:hover {
        cursor: pointer;
        cursor: zoom-in; 
        cursor: -webkit-zoom-in;  }

        .gallit__item img {
          width: 100%;
          height: auto; }

.gallit.is-zoomed .gallit__item {
  left: 0; 
  width: 100%; 
  overflow: hidden; 
  z-index: 2; 
  opacity: 0;
  cursor: pointer;
}

.gallit.has-controls.is-zoomed .gallit__item {
  cursor: default;
}
  
  .gallit.is-zoomed .gallit__item.is-active {
    z-index: 4; 
    opacity: 1;  }

  .gallit.is-zoomed .gallit__control {
    display: block; }

  .gallit.is-zoomed .gallit__control:hover {
    opacity: 1; }

  .gallit.is-zoomed .gallit__control.is-hidden {
    display: none;
  }
    
    
.gallit.is-single .gallit__item {
  left: 0; 
  width: 100%; 
  overflow: hidden; 
  opacity: 1; 
  cursor: auto;  }


.gallit__download {
  display: block; 
  width: 100%; 
  background: #f0e8dc; 
  text-decoration: none; 
  overflow: hidden;  }
  
  .gallit__download:before {
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 25%; 
    font-size: 2.5em;
    text-align: center; }
  
  .gallit__download-title {
    position: absolute; 
    bottom: 0; 
    left:0; 
    font-size: .8em; 
    width: 100%; 
    padding: .5em 1em; 
    overflow: hidden; 
    text-align: center;  }
  
  .gallit__download > img {
    visibility: hidden;  }


/* Themes */
.gallit--img-padding .gallit__list {
   margin: 0 -.3em; }
  .gallit--img-padding .gallit__item { 
    padding: 0 .3em; }

.gallit--img-border .gallit__img {
  border: 1px solid #e6e6e6; }




/* ========================================================
    News
   ======================================================== */

.news { }

  .news__list {
    list-style: none; 
    margin: 0; 
    padding: 0; }

    .news__item {
      /*padding: .6em 0 .2em;*/ }

      /*.news__item:nth-child(n+2) {
         border-top: 1px solid  #ccc; }
*/
      .news__item {}

      .news__link {
        text-decoration: none;
        border-bottom: none;
        /*font-weight: normal;*/ }

      .news__date {
        color: initial;
        /*font-size: .9em;*/ }

      .news__title {
        /*font-size: 1.25em;*/
        /*margin: 0;*/ }
        .news__link .news__title {
          color: initial;  /* only useful if an anchor is wrapped around? */
        }

      .news__text {
        color: initial;
      }

      .news__more {
        color: inherit; 
        display: inline;
        opacity: 1;
        -webkit-transition: opacity .2s;
                transition: opacity .2s;
        white-space: nowrap; }

        .news__link:hover .news__more {
          opacity: 1; }

         .news__more:hover {}


.news--full .news__title {
  margin-bottom: .2em; }
  
  .news--full .news__text--intro {
    margin: 0 0 1em;
    color: inherit; }
          
.news--headlines {
  padding: 0 2em 0 0; }







/* ========================================================
    Buttons
   ======================================================== */

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #2ba6cb;
  border-color: #2285a2;
  border-radius: 3px;
  color: #FFFFFF;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2285a2; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  .button--secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333; }
    .button--secondary:hover, .button--secondary:focus {
      background-color: #bababa;
      color: #333333; }
  .button--success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #FFFFFF; }
    .button--success:hover, .button--success:focus {
      background-color: #4a831c;
      color: #FFFFFF; }
  .button--alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #9e0c0f; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  .button--warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    .button--warning:hover, .button--warning:focus {
      background-color: #cf6e0e; 
      color: #FFFFFF; }
  .button--info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    .button--info:hover, .button--info:focus {
      background-color: #61b6d9;
      color: #FFFFFF; }
  .button--large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  .button--small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  .button--tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  .button--expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  .button--left-align {
    text-align: left;
    text-indent: 0.75rem; }
  .button--right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.disabled, button[disabled], .button.disabled, .button[disabled],
  button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
    pointer-events: none; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }






/* ========================================================
    Dropdown Buttons
   ======================================================== */



.button--dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .button--dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .button--dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .button--dropdown.button--tiny {
    padding-right: 2.625rem; }
    .button--dropdown.button--tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
  .button--dropdown.button--small {
    padding-right: 3.0625rem; }
    .button--dropdown.button--small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
  .button--dropdown.button--large {
    padding-right: 3.625rem; }
    .button--dropdown.button--large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }

  .button--dropdown.button--secondary:after {
    border-color: #333333 transparent transparent transparent; }





/* ========================================================
    Split Buttons   @todo
   ======================================================== */


.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }


/* ========================================================
    Button Groups   @todo
   ======================================================== */

.button-group {
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    padding: 0;
    display: inline-block; }
    .button-group > li > button, 
    .button-group > li .button {
      border-left: 1px solid;
      border-left-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }

/* We don't need rounded borders betwee collapsed inputs or buttons */

.button-group li:not(:last-of-type),
.button-group li:not(:last-of-type) button,
.button-group li:not(:last-of-type) .button {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.button-group li:not(:first-of-type),
.button-group li:not(:first-of-type) button,
.button-group li:not(:first-of-type) .button {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }


/* ========================================================
    Button bar
   ======================================================== */

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }




/* ========================================================
    Forms
   ======================================================== */

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Overriding global gutter with smaller gutter size between form inputs */
/*form .row.row { 
  margin: 0 -0.3rem;
}
form .row.row .column,
form .row.row .columns {
  padding: 0 0.3rem;
}*/

/*form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}*/

/*form .row.row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }*/

/*form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}*/




/* ========================================================
    Labels
   ======================================================== */

/* Label Styles */
label,
.label {
  /*font-size: 0.875rem;*/
  color: inherit;
  /*cursor: pointer;*/
  display: block;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: .3em; }
  label.right,
  .label--right {
    float: none !important;
    text-align: right; }
  label.inline,
  .label--inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Hide labels when placeholders are supported */
.label--placeholder-fallback  {
  display: none; }
  .lt-ie9 .label--placeholder-fallback {
    display: block; }



/* ========================================================
    Prefix & Postfix
   ======================================================== */

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  /*text-align: center;*/
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.prefix.button,
.postfix.button {
  padding: 0;
  text-align: center;
  border: none; }

/*
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }*/

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  text-align: center;
  background: #f2f2f2;
  /*border-right: none;*/
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  text-align: center;
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We don't need rounded borders betwee collapsed inputs or buttons */
form .row.collapse .prefix,
form .row.collapse .column:not(:last-of-type),
form .row.collapse .columns:not(:last-of-type),
form .row.collapse .column:not(:last-of-type) input,
form .row.collapse .columns:not(:last-of-type) input,
form .row.collapse .column:not(:last-of-type) button,
form .row.collapse .columns:not(:last-of-type) button {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

form .row.collapse .postfix,
form .row.collapse .column:not(:first-of-type),
form .row.collapse .columns:not(:first-of-type),
form .row.collapse .column:not(:first-of-type) input,
form .row.collapse .columns:not(:first-of-type) input,
form .row.collapse .column:not(:first-of-type) button,
form .row.collapse .columns:not(:first-of-type) button {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/*form .prefix + .postfix,
form .row.collapse .column:first-of-type + .column:last-of-type,
form .row.collapse .columns:first-of-type + .columns:last-of-type,
form .row.collapse .column:first-of-type + .column:last-of-type input,
form .row.collapse .columns:first-of-type + .columns:last-of-type input,
form .row.collapse .column:first-of-type + .column:last-of-type button,
form .row.collapse .columns:first-of-type + .columns:last-of-type button {
  border-left: none;
}*/
form .prefix,
form .row.collapse .column:first-of-type:not(:last-of-type),
form .row.collapse .columns:first-of-type:not(:last-of-type),
form .row.collapse .column:first-of-type:not(:last-of-type) input,
form .row.collapse .columns:first-of-type:not(:last-of-type) input,
form .row.collapse .column:first-of-type:not(:last-of-type) button,
form .row.collapse .columns:first-of-type:not(:last-of-type) button {
  border-right: none;
}



/* ========================================================
    Inputs
=========================================================== */

  /* We use this to get basic styling on all basic form elements */
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="color"],
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    /*font-size: 0.875rem;*/
    margin: 0 0 1em 0;
    padding: 0.5em;
    /*height: 2.3125rem;*/
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.2s, border-color 0.2s ease-in-out;
    transition: box-shadow 0.2s, border-color 0.2s ease-in-out;
  }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus,
  select:hover {
    box-shadow: 0 0 5px #999999;
    background-color: #fafafa;
    border-color: #999999;
    outline: none;
  }
  input[type="text"]:disabled,
  input[type="text"][disabled],
  input[type="text"][readonly],
  fieldset[disabled] input[type="text"],
  input[type="password"]:disabled,
  input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled] input[type="password"],
  input[type="date"]:disabled,
  input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled] input[type="date"],
  input[type="datetime"]:disabled,
  input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"],
  input[type="datetime-local"]:disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"],
  input[type="month"]:disabled,
  input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled] input[type="month"],
  input[type="week"]:disabled,
  input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled] input[type="week"],
  input[type="email"]:disabled,
  input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled] input[type="email"],
  input[type="number"]:disabled,
  input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled] input[type="number"],
  input[type="search"]:disabled,
  input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled] input[type="search"],
  input[type="tel"]:disabled,
  input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"],
  input[type="time"]:disabled,
  input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled] input[type="time"],
  input[type="url"]:disabled,
  input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled] input[type="url"],
  input[type="color"]:disabled,
  input[type="color"][disabled],
  input[type="color"][readonly],
  fieldset[disabled] input[type="color"],
  textarea:disabled,
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled] textarea,
  select:disabled,
  select[disabled],
  select[readonly],
  fieldset[disabled] select {
      background-color: #DDDDDD;
      cursor: default;
    }


  /* Add height value for select elements to match text input height */
  select {
    -webkit-appearance: none !important; /* remove default select arrow */
    -moz-appearance: none; /* remove default select arrow */
    text-indent: 0.01px; /* remove default select arrow */
    text-overflow: ''; /* remove default select arrow */
    background-color: #FAFAFA;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    line-height: normal;
    /*height: 2.3125rem;*/
  }
  select::-ms-expand {
    display: none; /* remove default select arrow */
  }


  input[type="submit"] {
    -webkit-appearance: none;
    /*border-radius: 0;*/ /* controled by button design */
  }

  /* Respect enforced amount of rows for textarea */
  textarea[rows] {
    height: auto;
  }

  /* Not allow resize out of parent */
  textarea {
    max-width: 100%;
  }


/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.3rem;
  /*margin-right: 1.975rem;*/
  margin-bottom: 0;
  vertical-align: middle;
  max-width: 80%; /* to fit besides the checkbox without wrapping */
}

/* das Flag object zentriert vertikal vor mehrzeiligen labels */
.flag__checkbox.flag__checkbox {
  display: table-cell;
  vertical-align: middle;
  /*padding-right: 1em;*/
  padding-bottom: 1em;
}
  .flag__checkbox input[type="checkbox"],
  .flag__checkbox input[type="radio"] {
    margin: 0;
  }

.flag__checkbox + .flag__label {
  display: table-cell;
  vertical-align: middle;
  /*width: 100%;*/ /* wrongly forces image to colapse */
  padding-left: .5rem;
  line-height: 1.1;
  /*padding: .3em 0 .3em .5rem;*/
  padding-bottom: 1em;
}

.flag--top .flag__checkbox, 
.flag--top .flag__label {
  vertical-align: top;
}
.flag--bottom .flag__checkbox, 
.flag--bottom .flag__label {
  vertical-align: bottom;
}



/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.9rem 0;
}
legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem; /* align it vertically to the inner content */
}




/* ========================================================
    Error
   ======================================================== */

  /* my error message */
  .form-error {
    background-color: #e40139; 
    color: white; padding: 0.3em; 
    line-height: 1.1; 
    margin: 0 0 .3em; 
    text-align: center; }
    .form-error.-success,
    .form-error--success {
      background-color: #3fa9f5; }

  /* my error hint */
  .has-error {
    border: 1px solid #bd010f; 
    box-shadow: 0 0 4px #bd010f; }

    .has-error:valid {
      border-color: initial; 
      box-shadow: none;  }
  

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #c60f13; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #c60f13; }




/* ========================================================
    Switch (Checkboxes)
   ======================================================== */


.switch {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #2ba6cb; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #2ba6cb; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }







/* ========================================================
    Panels
   ======================================================== */

.panel {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: rgba(200, 200, 200, .3);
  color: inherit; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  



/* ========================================================
    Footer
   ======================================================== */

.footer { }
  
  .footer-rim {
    padding: .4em 0; }
  .footer-bottomend {
    padding: 2em 0; }
  .footer a { }



/* ========================================================
    Social
   ======================================================== */


.social { 
  margin: 0;  }
  .no-svg .social {
    margin-top: 0; }
  .social__heading {
    float: left; display: inline-block; margin: 0 .7em 0 0; line-height: 1; white-space: nowrap; }
  .social__list {
    list-style: none; margin: 0; padding: 0; *zoom: 1; }
    .social__list:before, .social__list:after {
      content: " "; display: block; }
    .social__list:after {
      clear: both; }
  .social__item {
    float: left; width: auto; margin: 0 .4em; padding: 0; line-height: 1; }
    .social__link,
    .social__link:hover {
      display: block; border-bottom: none; text-decoration: none; cursor: pointer; }

@media only screen and (max-width: 36em) {
  .social {
    font-size: 1em; }
}










/* ========================================================
   Utility, Helper & Accessibility
   ======================================================== */


.scroll-fix {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto !important
}

.no-scroll {
  overflow: hidden
}

.oldandroid .no-scroll {
  overflow: visible
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important
}

.no-transition-duration {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important
}

.height-inherit {
  height: inherit
}

.no-min-height {
  min-height: 0
}

.no-margin {
  margin: 0;
}

.fit-text {
  display: inline-block;
  transform: scale(0);
  transform-origin: 0 50%;
  -webkit-transform: scale(0);
  -webkit-transform-origin: 0 50%;
  white-space: nowrap
}

[unselectable="on"],
.unselectable,
.non-selectable {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.relative {
  position: relative
}

.ib {
  display: inline-block
}

.u-fill-parent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

.left,
.float-left {
  float: left !important; }

.right,
.float-right {
  float: right !important; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;

  display: block;
  text-indent: -100%;
  white-space: nowrap;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 110%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hide, .hidden, .is-hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before, .clearfix:before,
.cf:after, .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after, .clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout.
 */

.cf, .clearfix {
  *zoom: 1;
}

.equalize-height {
  display: table;
  table-layout: fixed;
  display: block;
}
.equalize-height > [class*="columns"] {
  display: table-cell;
  float: none;
  margin: 0;
  vertical-align: top;
}
.equalize-height > [class*="columns"] > [class*="block"] {
  padding-bottom: 10000px;
  margin-bottom: -10000px; 
}

/* ========================================================
   Develop Info
   ======================================================== */

.cs-developinfo {
  box-shadow: 0 10px 20px rgba(18,44,91,.3);
  border: 1px solid #415d86; 
  border-bottom: none; 
  color: #122c5b;
  background: #cde3f3!important; }


/* ========================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ======================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    block-shadow:none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
