@charset "UTF-8";
/**
* Main
* ====
*/
@font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSerifPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Light_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Semibold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Italic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bolditalic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bolditalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

/**
 * Calculate the a fluid font size between min and max font sizes.
 */
/**
 * Paths
 */
/**
 * Colors
 */
/**
 * Fonts
 */
@font-face {
  font-family: 'SourceSerifPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSerifPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSerifPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Light_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Regular_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Semibold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bold_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Italic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Italic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SourceSansPro-Bolditalic';
  src: url(../assets/fonts/com-anwr-gr-ws_SourceSansPro-Bolditalic_ttf.ttf);
  font-weight: normal;
  font-style: normal; }

/**
 * Boundaries
 */
/**
 * Breakpoints
 */
/**
 * Timing
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
/* Arrows */
.slick-arrow {
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -10px;
  cursor: pointer;
  z-index: 3;
  height: 40px;
  width: 40px;
  text-indent: -9000px;
  text-transform: capitalize; }

.slick-prev {
  content: " ";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow_svg.svg);
  background-size: 100% 100%;
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center center; }

.slick-prev {
  left: 0; }

.slick-next,
.content-slider--wrapper__arrow--right {
  content: " ";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow_svg.svg);
  background-size: 100% 100%;
  display: inline-block;
  transform-origin: center center; }

.slick-next {
  right: 0; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center; }
  .slick-dots .slick-active button {
    background: #a0a5a7; }
  .slick-dots li {
    outline: none; }
  .slick-dots button {
    margin: 0 5px;
    text-indent: -10000px;
    outline: none;
    cursor: pointer;
    background: #ebebeb;
    border: none;
    border-radius: 50%; }

/**
 * Grid
 * ====
 *
 * .l-grid__50 ................................................................. Element: 50
 * .l-grid__33 ................................................................. Element: 33
 * .l-grid__25 ................................................................. Element: 25
 * .l-grid__20 ................................................................. Element: 20
 */
.l-grid {
  margin-bottom: 0; }

.l-grid + .l-grid,
.l-grid + a + .l-grid {
  margin-top: 1em; }

.l-grid__20 p,
.l-grid__25 p,
.l-grid__33 p {
  overflow-wrap: break-word; }

/**
 * Layout
 * ======
 *
 * .l-top ...................................................................... Top
 * .l-main--single ............................................................. Main Single Column
 * .l-main__sidebar ............................................................ Sidebar
 * .l-bottom ................................................................... Bottom
 * .l-contact .................................................................. Contact
 * .l-footer-sport2000 ................................................................... Footer
 */
.l-top {
  padding: 0;
  background-color: white;
  overflow: hidden; }
  .l-top .l-wrapper {
    padding-top: 0;
    padding-bottom: 0; }

.l-main--single {
  display: block;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em; }

.l-main--single > *:first-child {
  /* margin-top: 0; */ }

.anchor-corrector {
  padding-top: 150px;
  margin-top: -150px;
  display: block; }

.l-main {
  padding-top: 4em;
  padding-bottom: 2em; }

.l-main__content > h1:first-child {
  margin-top: 0; }

.l-main__sidebar {
  margin-top: 1.5em; }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      margin-top: 0; } }

.l-bottom {
  padding: 1em 0 6em 0;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .l-bottom {
      background-color: white; } }

.l-contact {
  margin-top: 4em;
  background-color: white; }

.l-bottom + .l-contact {
  margin-top: 0; }

.l-main + .l-contact,
.l-main--single + .l-contact {
  margin-top: 40px; }

.footer {
  background-color: #f6f6f6; }

.l-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  /*> *:first-child{
		margin-top: 0;
	}
	*/ }
  @media screen and (min-width: 1230px) {
    .l-wrapper {
      padding-right: 60px;
      padding-left: 60px; } }
  .l-wrapper .breadcrumb {
    margin-top: .75em; }

@media print {
  .l-main--single, .l-main, .l-bottom {
    padding-top: 2em;
    padding-bottom: 3em; } }

/**
 * Accordion
 * =========
 *
 * .accordion dt ............................................................... Header
 * .accordion dd ............................................................... Body
 */
.accordion dt {
  display: block; }

.accordion.is-initialized dt {
  cursor: pointer; }

.accordion.is-initialized dt.is-active + dd {
  display: block; }

.accordion.is-initialized dd {
  display: none; }

.search__holder {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 999; }
  @media screen and (min-width: 2000px) {
    .search__holder {
      display: block;
      width: auto;
      height: auto;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      float: right; } }

.search__holder.is-active {
  display: block;
  padding-bottom: 135px;
  /* [1][2] */
  margin-bottom: 135px;
  /* [1] */
  overflow: auto !important;
  /* [1] */ }

.searchbar {
  position: relative; }

.searchbar > input[type="text"] {
  display: block;
  padding-right: 50px; }
  .searchbar > input[type="text"]:focus, .searchbar > input[type="text"]:active {
    outline: 0; }

.searchbar > input[type="submit"] {
  min-width: 20px;
  min-height: 20px;
  padding: 0;
  margin: 0;
  background-image: url("JbGx1c3RyYXRvciAxOS4yLdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOnJnYigzMSwgMTYxLCAyMjkpO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMiw4LjFjMCwxLjYtMC41LDMuMS0xLjMsNC40bDUsNWMwLjIsMC4yLDAuMiwwLjQsMCwwLjZsLTEuOCwxLjhjLTAuMiwwLjItMC40LDAuMi0wLjYsMGwtNS01DQoJCWMtMS4zLDAuOC0yLjgsMS4zLTQuNCwxLjNDMy42LDE2LjIsMCwxMi41LDAsOC4xQzAsMy42LDMuNiwwLDguMSwwQzEyLjUsMCwxNi4yLDMuNiwxNi4yLDguMXogTTIuNiw4LjFjMCwzLDIuNSw1LjUsNS41LDUuNQ0KCQljMywwLDUuNS0yLjUsNS41LTUuNWMwLTMtMi41LTUuNS01LjUtNS41QzUsMi42LDIuNiw1LDIuNiw4LjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-size: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }
  .searchbar > input[type="submit"]:focus, .searchbar > input[type="submit"]:active {
    outline: 0; }

/**
 * Form
 * ====
 *
 * The sites form elements.
 *
 * form ........................................................................ Form
 * label ....................................................................... Label
 * input[type="text"] .......................................................... Input Text
 * input[type="password"] ...................................................... Input Password
 * input[type="number"] ........................................................ Input Number
 * input[type="checkbox"] ...................................................... Input Checkbox
 * input[type="radio"] ......................................................... Input Radio
 * textarea .................................................................... Textarea
 * select ...................................................................... Select
 * .input-align ................................................................ Input Align (Radios and Checkboxes)
 *
 * 1. Hide the first option only when it has no value and is disabled. Can be
 *    used for placeholder text like "Bitte wählen".
 * 2. Explicitly remove the global top spacing from these labels.
 * 3. This fixes the issues when Safari on iOS to did not render box-shadows on
 *    inputs.
 * 4. Unofficial value supported by Chrome, Safari and other Webkit/Blink
 *    browsers: http://caniuse.com/#feat=word-break
 */
label {
  display: inline-block;
  hyphens: auto;
  cursor: pointer; }
  @supports not (hyphens: auto) {
    label {
      word-break: break-word;
      /* [4] */ } }

input[type="text"] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

input[type="password"] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

input[type="number"] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

input[type="checkbox"] {
  flex: none; }

/* to arrange all labels of checkboxes and radiobuttons right behind the box */
input[type="checkbox"] + label {
  display: block; }
  input[type="checkbox"] + label:after {
    content: '';
    display: block; }

input[type="radio"] {
  flex: none; }

/* to arrange all labels of checkboxes right behind the box */
input[type="radio"] + label {
  display: inline; }

*:not(.radios-inline) > input[type="radio"] + label:after {
  content: '';
  display: block; }

textarea {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  /* [3] */ }

select {
  display: inline-block;
  width: 100%;
  max-width: 100%; }
  select:hover, select:focus {
    cursor: pointer; }

select option[disabled][value=""]:first-child {
  display: none;
  /* [1] */ }

.input-align {
  display: flex;
  flex-direction: row;
  align-items: baseline; }

/**
 * Prose
 * =====
 *
 * The sites prose.
 *
 * a ........................................................................... Link
 * .button ..................................................................... Button
 */
a {
  outline: 0;
  cursor: pointer; }

.button:hover, .button:focus {
  cursor: pointer; }

/**
 * Media
 * =====
 *
 * img ......................................................................... Image
 * video ....................................................................... Video
 * object ...................................................................... Object
 * iframe ...................................................................... iFrame
 * embed ....................................................................... Embed
 *
 * 1. IE 10 Fix
 */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  /* [1] */ }

video {
  max-width: 100%;
  height: auto;
  border: 0;
  /* [1] */ }

object {
  max-width: 100%;
  height: auto;
  border: none;
  border: 0;
  /* [1] */ }

iframe {
  max-width: 100%;
  border: none; }

embed {
  max-width: 100%;
  border: none; }

/**
* Global
* ======
*
* html ........................................................................
* body ........................................................................
* * ...........................................................................
*
* 1. http://nicolasgallagher.com/micro-clearfix-hack/
*/
::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent; }

html {
  width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: scroll; }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Wrapper
 * =======
 *
 * A wrapper should be used every time an UI element should not expand past the
 * maximal width of the page.
 *
 * .l-wrapper .................................................................. Block: Wrapper
 *
 * 1. The right and left padding is fluid.
 * 2. No padding when nested inside .l-main.
 */
.l-wrapper {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  /* [1] */ }
  @media screen and (min-width: 1230px) {
    .l-wrapper {
      padding-right: 60px;
      padding-left: 60px; } }

.l-main .l-wrapper {
  padding-right: 0;
  /* [2] */
  padding-left: 0;
  /* [2] */ }

/**
 * Main
 * ====
 *
 * The main content layout with a fixed width sidebar.
 *
 * .l-main ..................................................................... Block: Main
 * .l-main__content ............................................................ Element: Content
 * .l-main__sidebar ............................................................ Element: Sidebar
 */
.l-main {
  width: 100%; }
  @media screen and (min-width: 1130px) {
    .l-main {
      padding-right: 285px;
      /* [1] */
      *zoom: 1; }
      .l-main:before, .l-main:after {
        content: "";
        display: table; }
      .l-main:after {
        clear: both; } }
  @media screen and (min-width: 1130px) {
    .l-main {
      padding-right: 350px; } }

.l-main__content {
  width: 100%; }
  @media screen and (min-width: 1130px) {
    .l-main__content {
      float: left; } }

.l-main__sidebar {
  width: 100%; }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      width: 260px;
      margin-right: -285px;
      margin-left: 25px;
      float: right; } }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      width: 300px;
      margin-right: -350px;
      margin-left: 50px; } }

/**
 * Grid
 * ====
 *
 * .l-grid ..................................................................... Block: Grid
 * .l-grid__unit, .l-grid__50 .................................................. Element: Unit, 50
 * .l-grid__33 ................................................................. Element: 33
 * .l-grid__25 ................................................................. Element: 25
 * .l-grid__20 ................................................................. Element: 20
 *
 * 1. Display as 1 column.
 * 2. Display as 2 columns.
 * 3. Display as 3 columns.
 * 4. Display as 4 columns.
 * 5. Display as 5 columns.
 * 6. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.l-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* [6] */
  *zoom: 1; }
  .l-grid:before, .l-grid:after {
    content: "";
    display: table; }
  .l-grid:after {
    clear: both; }

.l-grid__unit,
.l-grid__50 {
  /* [1] */
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-grid__unit,
    .l-grid__50 {
      /* [2] */
      width: 47.7876106195%;
      margin-left: 4.4247787611%;
      float: left; }
      .l-grid__unit:nth-of-type(2n+1),
      .l-grid__50:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__33 {
  /* [1] */
  width: 100%; }
  @media screen and (min-width: 790px) {
    .l-grid__33 {
      /* [3] */
      width: 30.9734513274%;
      margin-left: 3.5398230088%;
      float: left; }
      .l-grid__33:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__25 {
  /* [1] */
  width: 100%; }
  @media screen and (min-width: 480px) {
    .l-grid__25 {
      /* [2] */
      width: 48.6725663717%;
      margin-left: 2.6548672566%;
      float: left; }
      .l-grid__25:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }
  @media screen and (min-width: 790px) {
    .l-grid__25 {
      /* [4] */
      width: 23.0088495575%; }
      .l-grid__25:nth-of-type(2n+1) {
        margin-left: 2.6548672566%;
        clear: none; }
      .l-grid__25:nth-of-type(4n+1) {
        margin-left: 0;
        clear: left; } }

.l-grid__20 {
  /* [2] */
  width: 49.1150442478%;
  margin-left: 1.7699115044%;
  float: left; }
  .l-grid__20:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left; }
  @media screen and (min-width: 780px) {
    .l-grid__20 {
      /* [5] */
      width: 18.5840707965%; }
      .l-grid__20:nth-of-type(2n+1) {
        margin-left: 1.7699115044%;
        clear: none; }
      .l-grid__20:nth-of-type(5n+1) {
        margin-left: 0;
        clear: left; } }

/**
 * Mediabox
 * ========
 *
 * .mediabox ................................................................... Block: Mediabox
 * .mediabox__media ............................................................ Element: Media
 * .mediabox__text ............................................................. Element: Text
 * .mediabox__meta ............................................................. Element: Meta
 * .mediabox__media ............................................................ Element: Media
 * .l-highlight .mediabox ...................................................... Modifier: Highlight
 * .l-seo .mediabox ............................................................ Modifier: SEO
 *
 * 1. Top align the first element, no matter what it is.
 * 2. Compensate for line-height and bring it to the same level of adjoining content.
 * 3. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.mediabox {
  /* [3] */
  *zoom: 1;
  margin-bottom: 30px; }
  .mediabox:before, .mediabox:after {
    content: "";
    display: table; }
  .mediabox:after {
    clear: both; }

.mediabox__media {
  float: left;
  margin-right: 20px; }

.mediabox__media img {
  display: block;
  width: 100%;
  max-width: 100%; }

.mediabox__media video {
  display: block;
  width: 100%;
  max-width: 100%; }

.mediabox__media > a {
  display: block;
  position: relative; }

.mediabox__media > a > span {
  position: absolute;
  bottom: 5px;
  right: 5px; }
  .mediabox__media > a > span:before {
    content: '#zoom'; }

.mediabox__media .video {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  background-color: black;
  position: relative; }

.mediabox__media .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mediabox.mediabox--flipped .mediabox__media {
  margin-right: 0;
  margin-left: 20px;
  float: right; }

.mediabox--flipped .mediabox.mediabox--s .mediabox__media {
  max-width: 50%; }
  @media screen and (min-width: 480px) {
    .mediabox--flipped .mediabox.mediabox--s .mediabox__media {
      max-width: 420px; } }

.mediabox.mediabox--s .mediabox__media {
  max-width: 50%; }
  @media screen and (min-width: 480px) {
    .mediabox.mediabox--s .mediabox__media {
      max-width: 340px; } }

@media screen and (min-width: 480px) {
  .mediabox.mediabox--m .mediabox__media {
    max-width: 540px; } }

@media screen and (min-width: 790px) {
  .mediabox.mediabox--l .mediabox__media {
    max-width: 820px; } }

.mediabox.mediabox--xl .mediabox__media {
  float: none;
  margin-right: 0; }

.mediabox.mediabox--sticky > .mediabox--sticky__wrapper {
  display: block;
  position: relative; }

.mediabox.mediabox--sticky > .mediabox--sticky__wrapper > .mediabox__media {
  position: absolute;
  left: 0;
  top: 0;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mediabox.mediabox--sticky.mediabox--flipped > .mediabox--sticky__wrapper > .mediabox__media {
  left: inherit;
  right: 0; }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--s .mediabox__media {
    max-width: 240px; } }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--m .mediabox__media {
    margin-right: 0; } }

@media screen and (min-width: 790px) {
  .l-main__sidebar .mediabox.mediabox--s .mediabox__media {
    margin-right: 0; } }

.mediabox__text ul,
.mediabox__text ol {
  overflow: auto; }

.mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: hidden; }

@media screen and (min-width: 480px) {
  .mediabox.mediabox--nowrap.mediabox--m .mediabox__text {
    overflow: hidden; } }

@media screen and (min-width: 790px) {
  .mediabox.mediabox--nowrap.mediabox--l .mediabox__text {
    overflow: hidden; } }

@media screen and (min-width: 790px) {
  .l-grid__unit .mediabox.mediabox--m .mediabox__text {
    overflow: initial; } }

@media screen and (min-width: 790px) {
  .l-main__sidebar .mediabox.mediabox--s .mediabox__text {
    overflow: initial; } }

.mediabox__meta > span {
  display: block; }

/**
 * Footer
 * =========
 *
 * .footer-sport2000 footer__copyright .......................................................................... Footer Copyright
 * .footer-sport2000 footer__links .................................................................................. Footer Links
 * .footer-sport2000 footer__icons .................................................................................. Footer Icons
 *
 * 1. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.footer {
  /* [1] */
  *zoom: 1; }
  .footer:before, .footer:after {
    content: "";
    display: table; }
  .footer:after {
    clear: both; }

.footer__copyright {
  text-align: center; }

.footer__links {
  text-align: center; }

.footer__icons {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .footer__icons {
      float: right;
      text-align: left; } }

/**
 * Secondary Menu
 * ==============
 *
 * .secondary-menu ............................................................. Block: Secondary Menu
 * .secondary-menu__label ...................................................... Element: Label
 * .secondary-menu__sub ........................................................ Element: Sub
 */
.secondary-menu__sub {
  padding-left: 0;
  list-style: none; }

.secondary-menu__sub li:before {
  display: none; }

.secondary-menu__sub li a {
  display: block; }

/**
* Stage
* =====
*
* [add description]
*
* .stage ...................................................................... Block: Stage
* .stage__link ................................................................ Element: Link
* .stage__image ............................................................... Element: Image
* .stage > .l-wrapper ......................................................... Element: Sticker Wrapper
* .stage__sticker ............................................................. Element: Sticker
* .stage__teaser .............................................................. Element: Teaser
*/
.stage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  position: relative; }

.stage.stage--fullwidth {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden; }

.stage__link {
  display: block; }

.stage__image picture {
  display: block; }

.stage__image img {
  display: block;
  width: 100%;
  max-width: 100%; }

.stage.stage--fullwidth .stage__image img {
  width: auto;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); }

.stage .l-wrapper {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative; }

@media screen and (min-width: 960px) {
  .stage__sticker {
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 40px; } }

.stage__teaser {
  text-align: left; }
  @media screen and (min-width: 960px) {
    .stage__teaser {
      display: block;
      overflow: hidden; } }

/**
 * Placeholder
 * ===========
 *
 * .placeholder ................................................................ Block: Stage
 * .placeholder__body .......................................................... Element: Body
 */
.placeholder {
  display: block;
  width: 100%;
  border: 1px solid #999999; }

.placeholder__body {
  padding: 1em;
  background-color: #E4E4E4; }

.placeholder__body {
  color: #999999; }
  .placeholder__body h1, .placeholder__body h2, .placeholder__body h3, .placeholder__body h4, .placeholder__body h5, .placeholder__body h6, .placeholder__body p, .placeholder__body a {
    color: #999999; }

/**
 * Header
 * ======
 *
 * .header ..................................................................... Block: Header
 * .ul.nav__meta ............................................................... Element: Meta Mobile
 *
 * 2) Meta
 * 3) Search
 *
 * 1. For hidden body
 * 2. Fix for iphone box
 * 3. Hack for iOS to get :hover working on non-anchor-elements
 * 4. Remove inline block gaps
 *
 * todo: remove searchbar--small?
 * todo: use header__* prefix, i.e. header__logo
 */
.header {
  display: flex;
  height: 50px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1999px) {
    .header {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (min-width: 2000px) {
    .header {
      flex-wrap: wrap;
      height: auto; } }

ul.nav__meta {
  display: block;
  width: 100%;
  left: -100%;
  position: relative;
  transition: bottom .3s ease-in-out; }
  @media screen and (min-width: 2000px) {
    ul.nav__meta {
      display: none; } }

ul.nav__meta a {
  display: block;
  white-space: nowrap;
  cursor: pointer; }

ul.nav.level-1 + ul.nav__meta {
  left: 0; }

/**
 * Breadcrumb
 * ==========
 *
 * .breadcrumb ................................................................. Block: Breadcrumb
 */
.breadcrumb {
  padding-left: 0; }

.breadcrumb > li {
  display: inline-block; }

/**
 * Action
 * ======
 *
 * .action ..................................................................... Element: Action
 * .action__trigger ............................................................ Element: Trigger
 * .action__trigger--toggle .................................................... Modifier: Toggle
 * .action__body ............................................................... Element: Body
 */
.action__trigger {
  display: block; }

.action__trigger svg {
  display: block; }

.action__trigger .icon-menu {
  width: 50px;
  height: 50px; }
  .action__trigger .icon-menu:before {
    position: absolute;
    top: 15px;
    left: 22px;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_menu_svg.svg);
    height: 3.125em;
    width: 3.125em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px; }
    @media screen and (max-width: 460px) {
      .action__trigger .icon-menu:before {
        top: 25px;
        height: 1.875em;
        width: 1.875em; } }

.action__trigger .icon-menu.close:before {
  position: absolute;
  top: 15px;
  left: 21px;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_close_svg.svg);
  height: 3.125em;
  width: 3.125em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px; }
  @media screen and (max-width: 460px) {
    .action__trigger .icon-menu.close:before {
      top: 25px;
      height: 1.875em;
      width: 1.875em; } }

.action__trigger .icon-search {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='30' height='32' viewBox='0 0 30 32'%3E%3Cpath fill='#1fa1e5' d='M20.576 14.848q0-3.296-2.336-5.632t-5.664-2.368-5.664 2.368-2.336 5.632 2.336 5.664 5.664 2.336 5.664-2.336 2.336-5.664zM29.728 29.728q0 0.928-0.704 1.6t-1.6 0.672q-0.96 0-1.6-0.672l-6.112-6.112q-3.2 2.208-7.136 2.208-2.56 0-4.896-0.992t-4-2.688-2.688-4-0.992-4.896 0.992-4.864 2.688-4.032 4-2.688 4.896-0.992 4.896 0.992 4 2.688 2.688 4.032 0.992 4.864q0 3.936-2.208 7.136l6.112 6.112q0.672 0.672 0.672 1.632z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }

.action__trigger--toggle {
  cursor: pointer; }

.action__body {
  display: none; }
  .action__body.is-active {
    display: block;
    background: transparent;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 80px;
    overflow-y: auto;
    z-index: 200;
    height: 100%; }

/**
 * Logo
 * ====
 *
 * .logo ....................................................................... Block: Logo
 */
.logo {
  display: inline-block;
  margin-right: auto;
  flex-shrink: 0; }

.logo picture {
  display: block; }

.logo img {
  display: block; }

/**
 * Metanav
 * =======
 *
 * .metanav .................................................................... Block: Metanav
 */
.metanav {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  float: right; }
  @media screen and (min-width: 2000px) {
    .metanav {
      display: block; } }

.primary-menu .metanav {
  display: block;
  float: none; }
  @media screen and (min-width: 2000px) {
    .primary-menu .metanav {
      display: none; } }

.metanav > li {
  display: inline-block; }

.mobile-menu .metanav {
  display: block;
  width: 100%;
  float: none; }

.mobile-menu .metanav > li {
  display: block;
  width: 100%; }

/**
 * Nav
 * ===
 *
 * NOTE: Some of these rules are deprecated because we use a separate mobile
 *       menu. We leave them in for now for compatibility reasons with the TYPO3
 *       template in the backend. If we get a chance, we should remove them,
 *       though.
 *
 * NOTES
 * -----
 *
 * 1. For hidden body
 * 2. Fix for iphone box
 * 3. Hack for iOS to get :hover working on non-anchor-elements
 */
ul.nav {
  display: none;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: left .3s ease-in-out; }
  @media screen and (min-width: 2000px) {
    ul.nav {
      display: block;
      position: inherit;
      transition: left 0s ease-in-out; } }

ul.nav.is-active {
  display: block; }

.nav.level-1 {
  left: 0%; }

.nav.level-2 {
  left: -100%; }

.nav.level-3 {
  left: -200%; }

.nav.level-4 {
  left: -300%; }

.nav.level-5 {
  left: -400%; }

.nav.level-6 {
  left: -500%; }

.nav__sub {
  display: none;
  min-width: 100%; }

.nav__sub.is-active {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999; }
  @media screen and (min-width: 2000px) {
    .nav__sub.is-active {
      width: auto; } }

@media screen and (min-width: 2000px) {
  ul.nav > li.nav__item {
    cursor: pointer; } }

@media screen and (min-width: 2000px) {
  ul.nav > li.nav__item:hover > .nav__sub {
    display: block;
    position: absolute;
    left: 0;
    z-index: 999; } }

/**
 * Nav Big
 * =======
 *
 * .nav-big .................................................................... Block: Nav Big
 * .nav-big > .l-wrapper ....................................................... Element: Wrapper
 * .nav-big__item .............................................................. Element: Item
 * .nav-big__trigger ........................................................... Element: Trigger
 * .nav-big__body .............................................................. Element: Body
 * .nav-big__inner ............................................................. Element: Inner
 * .nav-big__inner-left ........................................................ Element: Inner Left
 * .nav-big__inner-right ....................................................... Element: Inner Right
 */
.nav-big {
  display: none; }
  @media screen and (min-width: 2000px) {
    .nav-big {
      display: flex;
      width: 100%;
      flex-wrap: nowrap; } }

.nav-big__trigger {
  display: block;
  white-space: nowrap; }

.nav-big__body {
  display: none;
  width: 100vw;
  margin-left: 50%;
  position: absolute;
  /* [1] */
  top: 100%;
  left: 0;
  z-index: 1;
  transform: translateX(-50%); }

.nav-big__item:hover .nav-big__body {
  display: block; }

.nav-big__inner {
  width: 100%;
  display: flex;
  background-color: white; }

.nav-big__inner-left {
  width: 30.9734513274%; }

.nav-big__inner-right {
  width: 65.4867256637%;
  margin-left: 3.5398230088%; }

/**
 * Primary Menu
 * ============
 *
 * The default animation for the primary menu is a sliding animation.
 *
 * STRUCTURE
 * ---------
 *
 * .primary-menu ............................................................... Block: Mobile Menu
 * .primary-menu__wrapper ...................................................... Element: Wrapper
 * .primary-menu__container .................................................... Element: Container
 * .primary-menu__row .......................................................... Element: Row
 * .primary-menu__row--title ................................................... Modifier: Row Title
 * .primary-menu__item ......................................................... Element: Item
 * .primary-menu__item--next ................................................... Modifier: Item Next
 * .primary-menu__item--back ................................................... Modifier: Item Back
 * .primary-menu__item-label ................................................... Element: Item Label
 *
 * NOTES
 * -----
 *
 * 1. These width must be the same in order for the row title to be centered.
 * 2. We can nest 10 levels deep.
 */
.primary-menu {
  width: 100%;
  position: relative;
  transform: none;
  transition: transform 0.2s ease-in; }

/* [2] */
.primary-menu[class*=' level-1'] {
  transform: translateX(-100%); }

/* [2] */
.primary-menu[class*=' level-2'] {
  transform: translateX(-200%); }

/* [2] */
.primary-menu[class*=' level-3'] {
  transform: translateX(-300%); }

/* [2] */
.primary-menu[class*=' level-4'] {
  transform: translateX(-400%); }

/* [2] */
.primary-menu[class*=' level-5'] {
  transform: translateX(-500%); }

/* [2] */
.primary-menu[class*=' level-6'] {
  transform: translateX(-600%); }

/* [2] */
.primary-menu[class*=' level-7'] {
  transform: translateX(-700%); }

/* [2] */
.primary-menu[class*=' level-8'] {
  transform: translateX(-800%); }

/* [2] */
.primary-menu[class*=' level-9'] {
  transform: translateX(-900%); }

/* [2] */
.primary-menu[class*=' level-10'] {
  transform: translateX(-1000%); }

.primary-menu ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.primary-menu__wrapper {
  width: 100%;
  overflow: hidden; }

.primary-menu__container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%; }
  .primary-menu__container.is-active {
    z-index: 1; }

.primary-menu > .primary-menu__container {
  width: 100%;
  position: relative;
  left: 0; }

.primary-menu__row {
  display: flex;
  flex-direction: row; }

.primary-menu__item {
  display: block;
  width: 100%;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer; }

.primary-menu__row--title .primary-menu__item {
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  /* [1] */
  text-align: center; }

.primary-menu > .primary-menu__container > .primary-menu__row--title .primary-menu__item {
  padding-right: 0;
  /* [1] */ }

.primary-menu__item--next {
  flex-basis: 50px;
  flex-shrink: 0; }
  .primary-menu__item--next:before {
    content: "[next]"; }

.primary-menu__item--back {
  flex-basis: 50px;
  /* [1] */
  flex-shrink: 0; }
  .primary-menu__item--back:before {
    content: "[back]"; }

.primary-menu__row--title .primary-menu__item--back {
  padding-right: 0; }

.primary-menu__item-label {
  display: block; }

/**
 * Button
 * ========
 *
 * button ..................................................................... Button
 *
 */
.button, a.button, button.button {
  margin: 1.3125em 35px;
  display: inline-block;
  color: #024c94;
  cursor: pointer;
  font-family: "SourceSerifPro-Bold", serif;
  font-size: 12px;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 0.9375em;
  letter-spacing: .12px;
  text-decoration: none;
  overflow-wrap: break-word;
  float: right;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .button, a.button, button.button {
      font-size: 12px; } }
  .button:after, a.button:after, button.button:after {
    position: absolute;
    bottom: -11px;
    right: -40px;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right_svg.svg);
    height: 35px;
    width: 34px; }
  .button:hover, a.button:hover, button.button:hover {
    color: #509f25;
    cursor: pointer; }
    .button:hover:after, a.button:hover:after, button.button:hover:after {
      position: absolute;
      bottom: -11px;
      right: -40px;
      content: "";
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right-hover_svg.svg);
      height: 35px;
      width: 34px; }
    .button:hover::before, a.button:hover::before, button.button:hover::before {
      color: white; }
  .button .icon, a.button .icon, button.button .icon {
    margin-top: -4px;
    display: inline-block;
    margin-right: .3em;
    font-size: 1.15em;
    vertical-align: middle; }
    .button .icon::before, a.button .icon::before, button.button .icon::before {
      margin-left: 0; }
      @media screen and (min-width: 1130px) {
        .button .icon::before, a.button .icon::before, button.button .icon::before {
          margin-top: -3px; } }
  .button:focus, a.button:focus, button.button:focus {
    outline: none;
    text-decoration: underline; }
  .button--flat, a.button--flat, button.button--flat {
    border: none;
    background: #999999;
    color: white;
    border-color: transparent;
    line-height: 38px; }
    .button--flat::before, a.button--flat::before, button.button--flat::before {
      display: none;
      line-height: 40px; }
    .button--flat:hover, a.button--flat:hover, button.button--flat:hover {
      color: white;
      background: #828592; }
    .button--flat.active, a.button--flat.active, button.button--flat.active {
      background: #cd1316;
      pointer-events: none; }
  .button--toggle, a.button--toggle, button.button--toggle {
    padding: 7.4px 15px;
    background: white;
    color: #cd1316;
    border-width: 1.6px;
    line-height: 1em; }
    .button--toggle::before, a.button--toggle::before, button.button--toggle::before {
      display: none; }
    .button--toggle:hover, a.button--toggle:hover, button.button--toggle:hover {
      background: white;
      color: #cd1316; }
    .button--toggle.active, a.button--toggle.active, button.button--toggle.active {
      background: #cd1316;
      color: white; }

.result__tabs .button {
  margin: 0 0.2em 0.4em 0; }
  .result__tabs .button:last-child {
    margin-right: 0; }

.cc-window .cc-compliance a.cc-btn {
  color: white;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s; }
  .cc-window .cc-compliance a.cc-btn::before {
    color: white; }
  .cc-window .cc-compliance a.cc-btn:hover {
    background-color: white;
    color: #999999; }

/**
 * Divider
 * =========
 *
 * .divider ................................................................. Block: Divider
 */
.divider, hr {
  margin: 2em auto;
  height: 2px;
  width: 100%;
  border: none;
  background: #f6f6f6; }
  @media screen and (min-width: 640px) {
    .divider, hr {
      background: #dddddd; } }

/**
* Form
* =========
*
*/
.form {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .form {
      margin: 0; } }

.form .button {
  margin: 0.3125em 0;
  padding: 7px 20px;
  border: 2px solid #024c94;
  border-radius: 1.5em 1.5em 1.5em 1.5em;
  display: inline-block;
  background: white;
  color: #024c94;
  cursor: pointer;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em;
  letter-spacing: .2px;
  text-decoration: none;
  transition: background-color 0.2s;
  overflow-wrap: break-word; }

.form .button:hover {
  background: #024c94;
  color: white;
  cursor: pointer; }

.form .button:after {
  display: none; }

::placeholder {
  color: #dddddd; }

input, select, option, textarea {
  font-family: "SourceSansPro-Regular", sans-serif; }

textarea {
  overflow: auto; }

input[type="submit"], input[type="radio"] + label {
  cursor: pointer; }

label {
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  color: #191919; }
  @media screen and (min-width: 1130px) {
    label {
      font-size: 20px; } }

label[class="is-mandatory"]::after {
  color: #024c94; }

input[type="text"]::placeholder, input[type="radio"]::placeholder, textarea::placeholder {
  color: #cd1316; }

input[type="text"], input[type="password"], input[type="email"], select, textarea {
  padding: 8px 15px;
  width: 100%;
  display: block;
  border: 2px solid transparent;
  background: #f6f6f6;
  color: #333333;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  transition: 0.2s ease; }
  @media screen and (min-width: 1130px) {
    input[type="text"], input[type="password"], input[type="email"], select, textarea {
      font-size: 16px; } }
  input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, select::placeholder, textarea::placeholder {
    color: #024c94; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
    outline: none; }
  input[type="text"][disabled]::placeholder, input[type="password"][disabled]::placeholder, input[type="email"][disabled]::placeholder, select[disabled]::placeholder, textarea[disabled]::placeholder {
    color: #dddddd; }
  input[type="text"].error::placeholder, input[type="password"].error::placeholder, input[type="email"].error::placeholder, select.error::placeholder, textarea.error::placeholder {
    color: #cd1316; }
  @media screen and (min-width: 1230px) {
    input[type="text"], input[type="password"], input[type="email"], select, textarea {
      padding: 0.6071428571em 1.4285714286em; } }
  @media screen and (min-width: 1230px) {
    input[type="text"], input[type="password"], input[type="email"], select, textarea {
      height: 50px; } }

textarea {
  resize: none;
  height: auto;
  padding: 12px 15px; }

input[type="radio"] {
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: -1;
  top: 1em;
  left: .3em; }

input[type="radio"] + label {
  padding-left: 1.7em;
  font-size: 14px;
  font-size: calc(16px + (14 - 16) * (100vw - 320px) / (1130 - 320));
  vertical-align: top; }
  @media screen and (min-width: 1130px) {
    input[type="radio"] + label {
      font-size: 14px; } }
  input[type="radio"] + label:before {
    margin-top: .1em;
    margin-right: 10px;
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-color: white;
    border: 2px solid #dddddd;
    border-radius: 50%;
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
    text-align: center;
    color: #024c94;
    transition: background-color 0 0.2s ease, border-color 0 0.2s ease; }
    @media screen and (min-width: 1130px) {
      input[type="radio"] + label:before {
        font-size: 14px; } }
    @media screen and (min-width: 640px) {
      input[type="radio"] + label:before {
        margin-top: .3em; } }
  input[type="radio"] + label:active:before {
    background-color: white;
    border-color: #024c94; }

.input-group label:first-child {
  padding-left: 0; }

input[type="radio"]:checked + label:before {
  background-color: #024c94;
  border-color: #024c94;
  box-shadow: inset 0 0 0px 0.2em white; }

input[type="radio"]:disabled + label {
  color: #dddddd; }
  input[type="radio"]:disabled + label:before {
    border-color: #f6f6f6; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  font-size: 14px;
  font-size: calc(16px + (14 - 16) * (100vw - 320px) / (1130 - 320));
  transition: 0.2s ease; }
  @media screen and (min-width: 1130px) {
    select {
      font-size: 14px; } }
  select:hover {
    cursor: pointer; }

select::-ms-expand {
  display: none; }

select option {
  background: white;
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    select option {
      font-size: 14px; } }

.select__container {
  position: relative; }
  .select__container.filter {
    margin: auto;
    margin-top: 1em;
    color: #024c94;
    display: inline-block;
    width: 240px; }
  .select__container.active::before {
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus_svg.svg); }
  .select__container::before {
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
    background-repeat: no-repeat;
    height: 1.875em;
    width: 1.875em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    pointer-events: none; }
    @media screen and (min-width: 780) {
      .select__container::before {
        right: 1em; } }

.select__container select {
  padding-right: 2em;
  color: #333333; }

.filter > select {
  padding-right: 40px;
  background-color: #ebebeb;
  color: #024c94;
  font-size: 12px;
  font-family: "SourceSerifPro-Bold", serif; }

.filter > select option {
  background-color: white;
  color: #024c94; }
  .filter > select option:hover {
    background: #024c94;
    color: white; }

/*
input[type="checkbox"] + label {
	display: block;
	padding-left: 2em;
	position: relative;
	@include responsive-font(14, 16	, $width-content-min-num, $width-content-max-num);
    &:before {
		content: '';
		margin-left: -2em;
		margin-right: .5em;
		display: inline-block;
        width: 20px;
        height: 20px;
		vertical-align: middle;
		text-align: center;
        border: 2px solid $color-alto;
		//border-radius: 2px;
        background: $color-white;
        //color: $color-thunderbird;
		@include responsive-font(14, 14, $width-content-min-num, $width-content-max-num);
		line-height: 1.2em;
        font-family: $font-fontello;
		transition: $timing-transition ease;
    }
    &:active {
        &:before {
			content: $icon-ok-1;
            background-color: $color-white;
            border-color: $color-thunderbird;
        }
	}
	
	&:hover {
		cursor: pointer;
	}

	& a {
		text-decoration: underline;
	}
}

input[type="checkbox"]:checked + label {

    &:before {
        content: $icon-ok-1;
        background-color: $color-white;
        border-color: $color-thunderbird;
    }
}

input[type="checkbox"]:disabled + label {
    color: $color-alto;
    &:before {
        border-color: $color-white;
    }
}


*/
.input-group > label + .input-align {
  margin-top: .8em; }

form .error-message {
  color: #cd1316;
  line-height: .4em;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    form .error-message {
      font-size: 16px; } }

form label.error-label {
  color: #cd1316; }
  form label.error-label::before {
    border: 2px solid #cd1316; }

.input-align {
  position: relative; }

form .input-align .input[type="radio"],
form .input-align .input[type="checkbox"] {
  width: 10px;
  height: 10px; }

form label.is-invalid {
  color: #cd1316; }

form label.is-invalid + input[type="text"],
form label.is-invalid + input[type="date"],
form label.is-invalid + textarea,
form label.is-invalid + select {
  border-color: #cd1316; }

form label.is-invalid + div > input[type="radio"] + label {
  color: #cd1316; }

form label.is-invalid + div > input[type="radio"] + label::before {
  border-color: #cd1316; }

.searchbar__container .searchbar {
  padding: 0; }

.searchbar__container .action__body {
  display: block; }

.searchbar__container .action__trigger {
  display: none; }

.searchbar__container .searchbar input[type="text"] {
  width: 100%;
  background: white;
  color: #404040; }

.input-20,
.input-30,
.input-50,
.input-100 {
  margin-top: 0.7142857143em; }
  @media screen and (min-width: 780px) {
    .input-20,
    .input-30,
    .input-50,
    .input-100 {
      margin-top: 1em; } }

.input-20 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-20 {
      flex-basis: 18%; } }

.input-30 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-30 {
      flex-basis: 27%; } }

.input-50 {
  flex-basis: 100%; }
  @media screen and (min-width: 780px) {
    .input-50 {
      flex-basis: 48%; } }

.input-100 {
  flex-basis: 100%; }

.form .form__row {
  margin-top: 1em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

.form .form__row p {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .form .form__row p {
      font-size: 16px; } }
  .form .form__row p .marked {
    color: #cd1316; }

.no-label label {
  display: none; }

/**
 * Global
 * ======
 */
html {
  overflow-x: hidden; }

body {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.6em;
  color: #191919;
  overflow-x: hidden;
  font-smoothing: antialiased; }
  @media screen and (min-width: 1130px) {
    body {
      font-size: 20px; } }
  @media screen and (min-width: 1130px) {
    body {
      line-height: 1.4em; } }

.l-main__sidebar {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  line-height: 1.375em; }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar {
      font-size: 16px; } }

b {
  font-weight: normal;
  font-family: "SourceSansPro-Semibold", sans-serif; }

i {
  font-style: normal;
  font-family: "SourceSansPro-Italic", sans-serif; }

b i, i b {
  font-style: normal;
  font-weight: normal;
  font-family: "SourceSansPro-Bolditalic", sans-serif; }

/**
 * Headline
 * ========
 *
 * h1, .alpha .................................................................. H1
 * h2, .beta ................................................................... H2
 * h3, .gamma .................................................................. H3
 * h4, .gamma .................................................................. H4
 *
 * NOTE: Only define bottom margins. Top margins for edge cases.
 *
 * 1. Headlines can have a line below.
 * 2. Headlines can be centered.
 */
h1, h2, h3, h4, h5 {
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

p {
  margin-top: 0; }

h1, .alpha {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 60px;
  font-size: calc(34px + (60 - 34) * (100vw - 320px) / (1130 - 320));
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.25px;
  color: #024c94;
  font-weight: 400; }
  @media screen and (min-width: 1130px) {
    h1, .alpha {
      font-size: 60px; } }
  h1.underlined, .alpha.underlined {
    /* [1] */ }
    h1.underlined:after, .alpha.underlined:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.375em;
      margin-bottom: 0.5em; }
  h1.centered, .alpha.centered {
    /* [2] */
    text-align: center; }
  h1.capitalized, .alpha.capitalized {
    font-family: "SourceSansPro-Light", sans-serif;
    font-size: 36px;
    font-size: calc(25px + (36 - 25) * (100vw - 320px) / (1130 - 320));
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #024c94;
    text-align: center;
    margin: 2em 0; }
    @media screen and (min-width: 1130px) {
      h1.capitalized, .alpha.capitalized {
        font-size: 36px; } }
  h1 i, .alpha i {
    font-family: "SourceSerifPro-Regular", serif; }
  h1 b, .alpha b {
    font-family: "Charis-Bold", serif; }
  h1 i b, h1 b i, .alpha i b, .alpha b i {
    font-family: "Charis-BoldItalic", serif; }

h1 > a, .alpha > a {
  color: #024c94; }
  h1 > a:active, .alpha > a:active {
    color: #024c94; }
  @media screen and (min-width: 1130px) {
    h1 > a:hover, h1 > a:focus, .alpha > a:hover, .alpha > a:focus {
      color: #024c94;
      text-decoration: none; } }

.mediabox__text h1:last-child, .mediabox__text .alpha:last-child {
  margin-bottom: 0; }

.mediabox__text h1:first-child, .mediabox__text .alpha:first-child {
  margin-top: 0; }

.l-main > .mediabox:first-child > h1, .l-main > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h1, .l-main__content > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-main__sidebar h1, .l-main__sidebar .alpha {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h1, .l-main__sidebar .alpha {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h1, .l-highlight > .mediabox:first-child > .alpha {
  margin-top: 0; }

.l-seo > .mediabox > h1, .l-seo > .mediabox > .alpha {
  font-size: 35px;
  font-size: calc(25px + (35 - 25) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h1, .l-seo > .mediabox > .alpha {
      font-size: 35px; } }

.l-grid__33 h1, .l-grid__25 h1, .l-grid__20 h1 {
  font-size: 34px;
  font-size: calc(26px + (34 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-grid__33 h1, .l-grid__25 h1, .l-grid__20 h1 {
      font-size: 34px; } }

h2, .beta {
  margin-top: 0;
  margin-bottom: 0.4761904762em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 40px;
  font-size: calc(25px + (40 - 25) * (100vw - 320px) / (1130 - 320));
  line-height: 1.15em;
  color: #024c94;
  font-weight: 400; }
  @media screen and (min-width: 1130px) {
    h2, .beta {
      font-size: 40px; } }
  h2.underlined, .beta.underlined {
    /* [1] */ }
    h2.underlined:after, .beta.underlined:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.375em;
      margin-bottom: 0.5em;
      background-color: #dddddd; }
  h2.capitalized, .beta.capitalized {
    font-family: "SourceSansPro-Light", sans-serif;
    font-size: 36px;
    font-size: calc(25px + (36 - 25) * (100vw - 320px) / (1130 - 320));
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #024c94;
    text-align: center;
    margin: 2em 0; }
    @media screen and (min-width: 1130px) {
      h2.capitalized, .beta.capitalized {
        font-size: 36px; } }
  h2.centered, .beta.centered {
    /* [2] */
    text-align: center; }
  h2 i, .beta i {
    font-family: "SourceSerifPro-Regular", serif; }
  h2 b, .beta b {
    font-family: "Charis-Bold", serif; }
  h2 i b, h2 b i, .beta i b, .beta b i {
    font-family: "Charis-BoldItalic", serif; }

h2 > a, .beta > a {
  color: #024c94; }
  h2 > a:active, .beta > a:active {
    color: #024c94; }
  @media screen and (min-width: 1130px) {
    h2 > a:hover, h2 > a:focus, .beta > a:hover, .beta > a:focus {
      color: #024c94;
      text-decoration: none; } }

.mediabox__text h2:last-child, .mediabox__text .beta:last-child {
  margin-bottom: 0; }

.mediabox__text h2:first-child, .mediabox__text .beta:first-child {
  margin-top: 0; }

.l-main > .mediabox:first-child > h2, .l-main > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h2, .l-main__content > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-main__sidebar h2, .l-main__sidebar .beta {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h2, .l-main__sidebar .beta {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h2, .l-highlight > .mediabox:first-child > .beta {
  margin-top: 0; }

.l-seo > .mediabox > h2, .l-seo > .mediabox > .beta {
  font-size: 28px;
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h2, .l-seo > .mediabox > .beta {
      font-size: 28px; } }

.l-grid__33 h2, .l-grid__25 h2, .l-grid__20 h2 {
  font-size: 34px;
  font-size: calc(26px + (34 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-grid__33 h2, .l-grid__25 h2, .l-grid__20 h2 {
      font-size: 34px; } }

h3, .gamma {
  margin-top: 0;
  margin-bottom: 0.625em;
  font-family: "SourceSerifPro-Regular", serif;
  font-size: 30px;
  font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1130 - 320));
  line-height: 1.18em;
  color: #024c94;
  font-weight: 400; }
  @media screen and (min-width: 1130px) {
    h3, .gamma {
      font-size: 30px; } }
  h3.underlined, .gamma.underlined {
    /* [1] */ }
    h3.underlined:after, .gamma.underlined:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.375em;
      margin-bottom: 0.5em;
      background-color: #dddddd; }
  h3.centered, .gamma.centered {
    /* [2] */
    text-align: center; }
  h3 i, .gamma i {
    font-family: "SourceSerifPro-Regular", serif; }
  h3 b, .gamma b {
    font-family: "Charis-Bold", serif; }
  h3 i b, h3 b i, .gamma i b, .gamma b i {
    font-family: "Charis-BoldItalic", serif; }

h3 > a, .gamma > a {
  color: #024c94; }
  h3 > a:active, .gamma > a:active {
    color: #024c94; }
  @media screen and (min-width: 1130px) {
    h3 > a:hover, h3 > a:focus, .gamma > a:hover, .gamma > a:focus {
      color: #024c94;
      text-decoration: none; } }

.mediabox__text h3, .mediabox__text .gamma {
  margin-bottom: 0.3125em; }
  .mediabox__text h3:last-child, .mediabox__text .gamma:last-child {
    margin-bottom: 0; }
  .mediabox__text h3:first-child, .mediabox__text .gamma:first-child {
    margin-top: 0; }

.l-main > .mediabox:first-child > h3, .l-main > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-main__content > .mediabox:first-child > h3, .l-main__content > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-main__sidebar h3, .l-main__sidebar .gamma {
  font-size: 30px;
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar h3, .l-main__sidebar .gamma {
      font-size: 30px; } }

.l-highlight > .mediabox:first-child > h3, .l-highlight > .mediabox:first-child > .gamma {
  margin-top: 0; }

.l-seo > .mediabox > h3, .l-seo > .mediabox > .gamma {
  font-size: 24px;
  font-size: calc(19px + (24 - 19) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo > .mediabox > h3, .l-seo > .mediabox > .gamma {
      font-size: 24px; } }

h4, .gamma {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 26px;
  font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSerifPro-Regular", serif;
  color: #024c94;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 1130px) {
    h4, .gamma {
      font-size: 26px; } }

@media print {
  h1, .alpha, h2, .beta, h3, .gamma {
    margin-top: 0.8em;
    margin-bottom: 0.4em; } }

h5 {
  font-family: "SourceSerifPro-Bold", serif;
  color: #024c94;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.25px;
  margin-top: 0;
  margin-bottom: 1.175em; }
  @media screen and (min-width: 1130px) {
    h5 {
      font-size: 20px; } }

h6 {
  margin-top: 0;
  margin-bottom: 1.175em;
  font-family: "SourceSerifPro-Bold", serif;
  color: #024c94;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    h6 {
      font-size: 16px; } }

/**
 * Link
 * ====
 *
 * a ........................................................................... Anchor
 */
a {
  color: #024c94;
  text-decoration: none; }
  @media screen and (min-width: 1130px) {
    a {
      transition: color 0.2s, border-bottom-color 0.2s; }
      a:hover {
        color: #509f25; } }

a.button, a.nav-big__trigger {
  text-decoration: none; }

.contact a {
  color: white; }
  .contact a:hover, .contact a:focus {
    color: #999999; }

.primary-menu__item {
  text-decoration: none; }

.primary-menu__row button {
  text-decoration: none; }

.breadcrumb li a {
  text-decoration: none; }

/**
 * List
 * ====
 *
 * ul .......................................................................... Ordered List
 * ol .......................................................................... Unordered List
 */
ol, ul {
  padding-left: 20px;
  margin-bottom: 0.5em;
  list-style: none; }

ol {
  counter-reset: section; }

ol > li:before {
  display: inline-block;
  width: 20px;
  height: 100%;
  margin-left: -20px;
  color: #cd1316;
  counter-increment: section;
  content: counter(section) ")"; }

ul + ol,
ol + ol {
  margin-top: 40px; }

.mediabox .mediabox__text ul {
  overflow: auto; }

.l-main__content .mediabox .mediabox__text ul > li {
  color: #024c94;
  font-family: "SourceSansPro-Bold", sans-serif; }
  .l-main__content .mediabox .mediabox__text ul > li::before {
    content: '-';
    color: #024c94;
    display: inline-block;
    width: 20px;
    height: 100%;
    margin-left: -20px;
    position: relative;
    top: 0px; }

ol + ul,
ul + ul {
  margin-top: 40px; }

/**
 * Paragraph
 * =========
 *
 * p ........................................................................... Pargaraph
 *
 * NOTE: Only define bottom margins. Top margins for edge cases.
 *
 * 1. Paragraphs can be centered.
 * 2. Paragraphs can be right-aligned.
 * 3. Paragraphs can have a introtext look.
 */
p {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Regular", sans-serif;
  letter-spacing: 0.15px;
  color: #404040; }
  @media screen and (min-width: 1130px) {
    p {
      font-size: 20px; } }
  p.centered {
    /* [1] */
    text-align: center; }
  p.right-aligned {
    /* [1] */
    text-align: right; }
  p.intro {
    /* [3] */
    margin-bottom: 1.2em;
    font-size: 24px;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1130 - 320));
    line-height: 1.3em; }
    @media screen and (min-width: 1130px) {
      p.intro {
        font-size: 24px; } }

.l-main__sidebar p {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-main__sidebar p {
      font-size: 16px; } }

.mediabox__text p:last-child {
  margin-bottom: 0; }

.l-seo p {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo p {
      font-size: 14px; } }

.result__summary p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .result__summary p {
      font-size: 16px; } }
  .result__summary p:first-child {
    margin-top: 0; }

.result__description p {
  margin-top: .35em;
  margin-bottom: .35em; }
  .result__description p:first-child {
    margin-top: 0; }
  .result__description p:last-child {
    margin-bottom: 0; }

.l-grid__33 p, .l-grid__25 p, .l-grid__20 p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-grid__33 p, .l-grid__25 p, .l-grid__20 p {
      font-size: 16px; } }

@media screen and (min-width: 1130px) {
  p.wrapped-text {
    padding-left: 10em;
    padding-right: 10em; } }

/**
 * Slider
 * =========
 *
 * .event-item ................................................................................... ..Block: Event Item
 * .event-item img...................................................................................Element: Image
 * .event-item__text................................................................................ Element: Text
 *
 * 1. Override bootstraps link styles
 *
 */
.event-item {
  margin: 0 7px;
  box-shadow: 0 1px 11px -8px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 400px) {
    .event-item {
      margin: 0; } }

.event-item img {
  width: 100%;
  margin-bottom: .8em; }

.event-item a {
  text-decoration: none; }

.event-item__text {
  line-height: 1em;
  padding: 0 5px 20px; }
  .event-item__text .date {
    margin-bottom: 10px;
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
    line-height: 1em;
    display: block; }
    @media screen and (min-width: 1130px) {
      .event-item__text .date {
        font-size: 16px; } }
  .event-item__text .category {
    display: block;
    color: #404040;
    font-size: 14px;
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
    font-family: "SourceSansPro-Bold", sans-serif;
    letter-spacing: 0.15px; }
    @media screen and (min-width: 1130px) {
      .event-item__text .category {
        font-size: 14px; } }
  .event-item__text h3 {
    font-size: 25px;
    font-size: calc(22px + (25 - 22) * (100vw - 320px) / (1130 - 320));
    line-height: 1.1333333333em;
    font-family: "SourceSansPro-Semibold", sans-serif;
    margin-bottom: 0.4666666667em;
    margin-top: 0; }
    @media screen and (min-width: 1130px) {
      .event-item__text h3 {
        font-size: 25px; } }
    @media (min-width: 576px) {
      .event-item__text h3 {
        height: 65px; } }
  .event-item__text .button {
    display: flex;
    justify-content: flex-end;
    float: unset;
    margin: 15px 35px 0 0; }

.event-item__text p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Regular", sans-serif; }
  @media screen and (min-width: 1130px) {
    .event-item__text p {
      font-size: 16px; } }

/**
 * Header Small changed special for anwr-group.com website
 * ======
 *
 * .header-small ..................................................................... Block: Header
 */
header.header-small {
  height: 80px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  z-index: 9; }
  header.header-small .header {
    width: 1130px;
    height: 80px;
    position: fixed;
    max-width: 100%;
    display: block;
    background: white;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.19); }

.header .l-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px; }

@media screen and (min-width: 2000px) {
  .header .action {
    order: none; } }

.header .header__user {
  display: none;
  height: 50px;
  position: relative;
  color: #999999;
  width: 100%;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .header .header__user {
      font-size: 16px; } }
  @media screen and (min-width: 2000px) {
    .header .header__user {
      display: block;
      height: 70px;
      width: auto; } }

.header .header__user > span > span {
  display: none; }
  @media screen and (min-width: 480px) {
    .header .header__user > span > span {
      display: inline; } }

.header .header__user > span {
  width: 120px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right; }
  @media screen and (min-width: 480px) {
    .header .header__user > span {
      width: 15em; } }
  @media screen and (min-width: 2000px) {
    .header .header__user > span {
      width: 20em; } }

.header .header__button {
  height: 80px;
  display: none; }
  @media screen and (min-width: 2000px) {
    .header .header__button {
      display: inline; } }

.header .header__button .button {
  margin: 0;
  margin-top: 15px;
  margin-bottom: -10px;
  padding-bottom: 11.4px;
  white-space: nowrap;
  height: 40px; }

.header_icons_with_loign .lang {
  right: 210px; }
  @media screen and (max-width: 700px) {
    .header_icons_with_loign .lang {
      right: 185px; } }
  @media screen and (max-width: 500px) {
    .header_icons_with_loign .lang {
      right: 70px; } }

.header_icons_with_loign .login-button {
  top: 25px;
  left: 70px;
  font-size: 15px !important;
  margin: 0.3125em 11%;
  padding: 7px 20px;
  border: 2px solid #024c94;
  border-radius: 1.5em 1.5em 1.5em 1.5em;
  display: inline-block;
  background: white;
  color: #024c94;
  cursor: pointer;
  font-family: "SourceSansPro-Semibold", sans-serif !important;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: background-color 0.2s;
  overflow-wrap: break-word;
  width: 8em;
  overflow: hidden; }
  .header_icons_with_loign .login-button:hover {
    background: #024c94;
    color: white !important;
    cursor: pointer; }
  .header_icons_with_loign .login-button:after {
    display: none; }
  @media screen and (max-width: 500px) {
    .header_icons_with_loign .login-button {
      display: none !important; } }
  @media screen and (min-width: 700px) and (max-width: 800px) {
    .header_icons_with_loign .login-button {
      left: 40%; } }
  @media screen and (max-width: 700px) {
    .header_icons_with_loign .login-button {
      left: 45%; } }

.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 123px;
  top: 16px; }
  @media screen and (max-width: 700px) {
    .lang {
      right: 87px; } }
  @media screen and (max-width: 500px) {
    .lang {
      right: 46px; } }
  .lang .eng:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 69px;
    width: 1px;
    height: 27px;
    border-right: 1px solid #024c94; }
    @media screen and (max-width: 500px) {
      .lang .eng:after {
        display: none; } }
  .lang p {
    font-size: 12px;
    color: #024c94;
    margin-top: 10px; }

.searchbar-small {
  margin: 45px 0;
  display: inline-block;
  height: 60px;
  padding: 0;
  position: absolute;
  right: 50px;
  top: -29px; }
  @media screen and (max-width: 700px) {
    .searchbar-small {
      right: 1px; } }
  @media screen and (max-width: 500px) {
    .searchbar-small {
      right: -11px; } }

.header_icons_with_loign .searchbar-small {
  margin-right: -10px;
  right: 125px; }
  @media screen and (max-width: 900px) {
    .header_icons_with_loign .searchbar-small {
      right: 150px; } }
  @media screen and (min-width: 900px) {
    .header_icons_with_loign .searchbar-small {
      right: 160px; } }
  @media screen and (max-width: 700px) {
    .header_icons_with_loign .searchbar-small {
      right: 140px; } }
  @media screen and (max-width: 600px) {
    .header_icons_with_loign .searchbar-small {
      right: 135px; } }
  @media screen and (max-width: 500px) {
    .header_icons_with_loign .searchbar-small {
      right: 10px; } }

.searchbar-small form {
  position: relative; }

.searchbar-small input[type="text"] {
  height: 50px;
  font-size: 20px;
  display: inline-block;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  padding-left: 7px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 9999;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer; }
  @media screen and (max-width: 511px) {
    .searchbar-small input[type="text"] {
      right: 11px; } }

.searchbar-small input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB; }

.searchbar-small input[type="text"]:focus {
  width: 400px;
  z-index: 1;
  border: 1px solid #BBB;
  cursor: text;
  background: white;
  position: relative; }
  @media screen and (max-width: 511px) {
    .searchbar-small input[type="text"]:focus {
      width: 200px; } }
  @media screen and (max-width: 320px) {
    .searchbar-small input[type="text"]:focus {
      width: 100px; } }

.searchbar-small input[type="submit"] {
  height: 30px;
  width: 30px;
  display: inline-block;
  outline: none;
  float: right;
  background: url(../assets/icons/com-anwr-gr-ws_ANWR_find_svg.svg) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease; }
  @media screen and (max-width: 511px) {
    .searchbar-small input[type="submit"] {
      right: 14px; } }
  @media screen and (max-width: 511px) and (max-width: 511px) {
    .searchbar-small input[type="submit"] {
      width: 25px; } }
  .searchbar-small input[type="submit"] :before {
    content: '|';
    height: 16px;
    width: 1px; }

.searchbar-small input[type="submit"]:hover {
  opacity: 0.8; }

/**
 * Action
 * ======
 */
.action__trigger .icon-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  color: #cd1316;
  margin-right: -10px; }

.action__trigger .icon-search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  color: #cd1316; }

.action__trigger .icon-menu,
.action__trigger .icon-search {
  width: 30px;
  height: 39px;
  font-size: 16px; }
  @media screen and (min-width: 2000px) {
    .action__trigger .icon-menu,
    .action__trigger .icon-search {
      font-size: 20px;
      width: 50px; } }

/**
 * .breadcrumb ................................................................. Block: Breadcrumb
 */
.breadcrumb {
  margin: .75em 0;
  padding-left: 0;
  line-height: 1em; }

.breadcrumb > li {
  display: inline-block;
  line-height: 1em;
  color: #024c94;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .breadcrumb > li {
      font-size: 14px; } }
  .breadcrumb > li:before {
    margin-left: .5em;
    margin-right: .5em;
    display: block;
    content: "\003E";
    color: #024c94;
    float: right;
    top: 1px;
    left: -1px;
    font-size: 1em;
    text-align: center; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .breadcrumb > li:before {
        font-size: .5em; } }
  .breadcrumb > li:last-child {
    font-family: "SourceSansPro-Regular", sans-serif; }
    .breadcrumb > li:last-child a {
      color: #ebebeb; }
      .breadcrumb > li:last-child a:before {
        display: none; }
    .breadcrumb > li:last-child:before {
      display: none; }

.breadcrumb a {
  display: inline-block;
  padding-right: 0.2em;
  border-bottom: none;
  margin-bottom: 0.5em;
  color: #b4b4b4; }
  .breadcrumb a:hover {
    color: #509f25; }

/**
 * Logo
 * ====
 *
 * .logo ....................................................................... Block: Logo
 */
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  margin: 2em auto 0 auto;
  width: 180px;
  /*
	@media screen and (min-width: 294px) and  (max-width: 320px)  {
		width: 60px;
		margin-left: auto;
		margin-right: 2em;
	}
	@media screen and (max-width: 320px) and (min-width: 295px) {
		width: 70px;
		margin-left: auto;
		margin-right: 3em;
	}
	@media screen and (max-width: 399px) and (min-width: 321px){
		width: 70px;
		margin-left: auto;
		margin-right: 5em;
	}
	@media screen and (max-width: 432px)and (min-width: 400px) {
		width: 70px;
		margin-left: 9em;
		margin-right: auto;
	}
	@media screen and (max-width: 516px) and (min-width: 400px){
		width: 70px;
		margin-left: 10em;
		margin-right: auto;

	}
	@media screen and (min-width: 516px) and (max-width: 700px) {
		width: 100px;
		margin-left: 15em;
		margin-right: auto;
	}
	@media screen and (min-width: 700px) and (max-width: 900px) {
		//width: 120px;
		margin-left: 18em;
		margin-right: auto;
	}
	@media screen and (min-width: 900px) and (max-width: 600px) {
		//width: 120px;
		margin-left: 18em;
		margin-right: auto;
	}*/ }
  @media screen and (max-width: 700px) {
    .logo {
      width: 130px;
      margin-top: 3em; } }
  @media screen and (max-width: 350px) {
    .logo {
      width: 97px; } }

/**
 * Accordion
 * =========
 *
 * .accordion dt ............................................................... Header
 * .accordion dd ............................................................... Body
 */
.accordion {
  margin-bottom: 3em; }

.is-active {
  margin: 0 !important; }

.accordion.is-initialized dt {
  font-size: 26px;
  font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSerifPro-Regular", serif;
  color: #024c94;
  letter-spacing: 0.25px;
  margin: 0.2272727273em 0;
  padding: 0.5384615385em 35px 0.5384615385em 15px;
  background-color: #ebebeb;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dt {
      font-size: 26px; } }
  .accordion.is-initialized dt:after {
    position: absolute;
    bottom: 6px;
    right: 0;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
    height: 1.875em;
    width: 1.875em;
    background-repeat: no-repeat; }
  .accordion.is-initialized dt:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #024c94;
    bottom: 10px;
    left: 14px; }

.accordion.is-initialized dd {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  margin: 0 0 1.8181818182em 0;
  padding: 0.5384615385em 35px 0 15px;
  background-color: #ebebeb;
  margin-left: 0px; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd {
      font-size: 16px; } }
  .accordion.is-initialized dd .mediabox__text {
    max-width: 906px; }
  .accordion.is-initialized dd .mediabox {
    margin-bottom: -1.5em;
    margin-top: -1.05em;
    padding: 1.8181818182em 0 1.8181818182em 0; }

.accordion.is-initialized dd p {
  margin-top: 1.25em;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.375em;
  vertical-align: top; }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd p {
      font-size: 16px; } }

.accordion.is-initialized dd h5 {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd h5 {
      font-size: 16px; } }

.accordion.is-initialized dd .mediabox__media p {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .accordion.is-initialized dd .mediabox__media p {
      font-size: 16px; } }

.accordion.is-initialized dt.is-active:after {
  position: absolute;
  bottom: 6px;
  right: 0;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

/**
 * Calendar Overview
 * =========
 *
 * .calendar-overview-sport2000 ................................................................. Block: Calendar Overview
 * .calendar-overview__item ................................................................. Block: Calendar Overview Item
 * .calendar-overview__imageText ................................................................. Block: Calendar Overview Image
 * .calendar-overview__content ................................................................. Block: Calendar Overview Description
 * .calendar-overview__icons ................................................................. Block: Calendar Overview Icon
 */
/* Mixins used only in this module*/
.calendar-overview {
  margin-top: 2em;
  padding: 0;
  list-style: none; }

.calendar-overview__item {
  margin: 0;
  margin-bottom: 0.25em;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ebebeb; }
  .calendar-overview__item:before {
    display: none; }
  @media screen and (min-width: 480px) {
    .calendar-overview__item {
      flex-direction: row; } }

.calendar-overview__item .calendar-overview__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .calendar-overview__item .calendar-overview__link:hover {
    cursor: pointer; }

.calendar-overview__item .calendar-overview__image {
  max-height: 116px;
  overflow: hidden; }
  @media screen and (min-width: 480px) {
    .calendar-overview__item .calendar-overview__image {
      max-height: none;
      min-width: 130px;
      max-width: 203px;
      flex: 1;
      display: flex;
      align-items: center; } }

.calendar-overview__item .calendar-overview__image img {
  width: 100%; }

.calendar-overview__content {
  padding: 20px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 480px) {
    .calendar-overview__content {
      padding: 0.75em;
      flex: 3; } }

.calendar-overview__content > h4, .calendar-overview__content > h5, .calendar-overview__content > p {
  margin: 0;
  width: 100%;
  display: block; }

.calendar-overview__content > h4 {
  font-family: "SourceSansPro-Bold", sans-serif; }

.calendar-overview__content > h4 {
  font-size: 26px;
  font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSerifPro-Regular", serif;
  color: #024c94;
  letter-spacing: 0.25px;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .calendar-overview__content > h4 {
      font-size: 26px; } }
  .calendar-overview__content > h4:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    border-bottom: 1px solid #024c94;
    bottom: 0;
    left: 0; }

.calendar-overview__content > h5 {
  margin: 10px 0 10px 0;
  color: #404040;
  font-family: "SourceSansPro-Bold", sans-serif;
  letter-spacing: 0.15px;
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .calendar-overview__content > h5 {
      font-size: 16px; } }

.calendar-overview__content > p {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.2em;
  color: #333333; }
  @media screen and (min-width: 1130px) {
    .calendar-overview__content > p {
      font-size: 14px; } }

.calendar-overview__icons {
  min-width: 140px;
  display: flex;
  justify-content: flex-end; }
  @media screen and (min-width: 38em) {
    .calendar-overview__icons {
      min-width: 160px; } }

.calendar-overview__location, .calendar-overview__calendar {
  padding: 2em 0;
  border: none;
  border-top: 2px solid white;
  flex-basis: 100%;
  position: relative;
  text-align: center;
  text-decoration: none; }
  @media screen and (min-width: 480px) {
    .calendar-overview__location, .calendar-overview__calendar {
      border-top: none;
      flex-basis: 50%; }
      .calendar-overview__location::after, .calendar-overview__calendar::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .calendar-overview__location:hover, .calendar-overview__calendar:hover {
    background: #dddddd; }

.calendar-overview__location::after {
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_pin_svg.svg);
  position: absolute;
  content: "";
  height: 2.5em;
  width: 2.5em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 480px) {
    .calendar-overview__location::after {
      bottom: 10px; } }

.calendar-overview__calendar::after {
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_agenda_svg.svg);
  position: absolute;
  content: "";
  height: 2.5em;
  width: 2.5em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 480px) {
    .calendar-overview__calendar::after {
      bottom: 10px; } }

.calendar-overview__calendar:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  border-left: 1px solid #024c94;
  left: 0;
  bottom: 18px; }
  @media screen and (max-width: 480px) {
    .calendar-overview__calendar:before {
      bottom: 6px;
      height: 42px; } }

/**
 * Contact List
 * =========
 *
 * .contact-list ......................................................................... Contact List
 * .contact-list__container .............................................................. Container
 * .contact-list__nav .................................................................... Nav
 * .contact-list__content ................................................................ Content
 */
.contact-list {
  margin-top: 3em;
  margin-bottom: 1.25em; }
  .contact-list + * {
    margin-top: 1.25em; }

.contact-list h3 {
  color: #333333;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 22px;
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1130 - 320));
  text-align: center; }
  @media screen and (min-width: 1130px) {
    .contact-list h3 {
      font-size: 22px; } }
  @media screen and (min-width: 640px) {
    .contact-list h3 {
      text-align: left; } }

.contact-list__container {
  margin-top: 1em;
  margin-right: -2.15em;
  margin-left: -2.15em;
  padding-right: 1em;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 640px) {
    .contact-list__container {
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0;
      flex-direction: row-reverse; } }

.contact-list__nav {
  text-align: center; }
  .contact-list__nav .category-list {
    display: none; }
  .contact-list__nav .dropdown {
    margin: 10px 0 0 0; }
  @media screen and (min-width: 640px) {
    .contact-list__nav {
      flex-basis: 280px;
      text-align: start; }
      .contact-list__nav .category-list {
        display: block; }
      .contact-list__nav .dropdown {
        display: none; } }

.contact-list__content {
  margin-top: 2em;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center; }
  @media screen and (min-width: 640px) {
    .contact-list__content {
      margin-top: 0;
      align-items: flex-start;
      justify-content: flex-start; } }

.contact-list__content > .contact-tile {
  margin: 0 5px 3px 0;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .contact-list__content > .contact-tile {
      margin: 0 1em 3em 0; } }
  @media screen and (min-width: 780px) {
    .contact-list__content > .contact-tile {
      max-width: 370px; } }
  @media screen and (min-width: 1130px) {
    .contact-list__content > .contact-tile {
      margin: 0 1.5em 1.5em 0;
      flex-basis: 49%; } }

/**
 * Contact Tile
 * =========
 *
 * .contact-tile ......................................................................... Block: Contact Tile
 * .contact-tile__info ................................................................... Block: Contact Information
 */
.contact-tile {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-left: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-top: 1.5em;
  padding-bottom: 1.75em;
  color: #404040;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  max-width: none; }
  @media screen and (min-width: 1130px) {
    .contact-tile {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 640px) {
    .contact-tile {
      max-width: 370px;
      padding: 1.5em 0 2em 1em; } }
  .contact-tile a.button {
    position: absolute;
    right: 0; }

.contact-tile img {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 80px;
  height: 80px; }
  @media screen and (min-width: 780px) {
    .contact-tile img {
      margin: 0;
      float: none;
      width: 100px;
      height: 100px; } }

.contact-tile__info {
  float: none;
  margin-bottom: 0;
  padding-top: 5px;
  clear: both; }

.contact-tile .contact-tile__content {
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-left: calc(15px + (20 - 15) * (100vw - 320px) / (1130 - 320));
  padding-top: 1.25em;
  padding-bottom: 1.75em;
  background-color: #ebebeb;
  width: 100%;
  max-width: none;
  position: relative; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__content {
      padding-right: 20px;
      padding-left: 20px; } }
  .contact-tile .contact-tile__content h4 {
    position: relative; }
    .contact-tile .contact-tile__content h4:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      border-bottom: 1px solid #024c94;
      bottom: -4px;
      left: 0; }
  .contact-tile .contact-tile__content p {
    font-size: 16px;
    font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .contact-tile .contact-tile__content p {
        font-size: 16px; } }

.contact-tile .contact-tile__name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "SourceSerifPro-Bold", serif;
  color: #024c94;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.25px; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__name {
      font-size: 20px; } }
  @media screen and (min-width: 780px) {
    .contact-tile .contact-tile__name {
      margin-top: .5em; } }

.contact-tile .contact-tile__position {
  margin-top: 0;
  font-family: "SourceSansPro-Bold", sans-serif;
  color: #024c94;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__position {
      font-size: 16px; } }

.contact-tile .contact-tile__company {
  margin-top: -15px;
  margin-bottom: 30px;
  color: #1c1c1c;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__company {
      font-size: 16px; } }

.contact-tile .contact-tile__text {
  margin-top: 18px;
  min-height: 1em;
  width: 100%;
  line-height: 1.2em;
  color: #191919;
  clear: both; }
  @media screen and (min-width: 780px) {
    .contact-tile .contact-tile__text {
      margin-top: 0;
      margin-bottom: 0.9375em; } }

.contact-tile .contact-tile__phone,
.contact-tile .contact-tile__mail {
  margin-top: 6px;
  margin-bottom: 2px;
  display: block;
  clear: both; }

.contact-tile .contact-tile__phone a,
.contact-tile .contact-tile__mail a {
  padding-left: 3em;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none; }
  .contact-tile .contact-tile__phone a:hover::before,
  .contact-tile .contact-tile__mail a:hover::before {
    text-decoration: none; }
  .contact-tile .contact-tile__phone a::before,
  .contact-tile .contact-tile__mail a::before {
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_calls_svg.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    width: 33px;
    height: 33px; }

.contact-tile .contact-tile__phone a span,
.contact-tile .contact-tile__mail a span {
  display: block;
  text-decoration: none;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #404040;
  font-family: "SourceSansPro-Bold", sans-serif;
  letter-spacing: 0.15px; }

.contact-tile .contact-tile__phone a span {
  margin-bottom: 1em; }
  @media screen and (min-width: 1130px) {
    .contact-tile .contact-tile__phone a span {
      color: #1c1c1c; } }

.contact-tile .contact-tile__mail a::before {
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_mail_svg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -7px;
  width: 33px;
  height: 33px; }

/**
 * Cookie Consent
 * =========
 *
 * . ......................................................................... Block: Cookie Consent
 */
span.cc-message,
span.cc-message * {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320));
  color: white;
  line-height: 24px;
  text-align: left; }
  @media screen and (min-width: 1130px) {
    span.cc-message,
    span.cc-message * {
      font-size: 18px; } }
  span.cc-message a,
  span.cc-message * a {
    color: #999999;
    text-decoration: underline; }
    span.cc-message a:hover,
    span.cc-message * a:hover {
      color: white; }

.cc-window .cc-message a.cc-link {
  color: white; }
  @media screen and (min-width: 1130px) {
    .cc-window .cc-message a.cc-link:hover {
      color: #cd1316; } }

.cc-window .cc-compliance {
  display: block; }

.cookie-consent,
.cookie-consent > * {
  display: none; }

/**
 * .footer-sport2000 ..................................................................... Footer
 * .footer__copyright .......................................................... Copyright
 * .footer__links .............................................................. Links
 */
.footer {
  padding: 20px 0 0 0;
  background: white;
  background: white;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.5714285714em; }
  @media screen and (min-width: 1130px) {
    .footer {
      font-size: 14px; } }
  @media screen and (min-width: 700px) {
    .footer {
      padding: 1.4285714286em 0 0 0; } }

.footer .l-wrapper {
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(10px + (60 - 10) * (100vw - 320px) / (1230 - 320));
  display: block; }
  @media screen and (min-width: 1230px) {
    .footer .l-wrapper {
      padding-right: 60px;
      padding-left: 60px; } }

.footer__image {
  display: flex;
  align-items: center;
  justify-content: center; }

.footer__image img {
  width: 307px;
  height: 57px;
  display: block; }

.footer__copyright {
  margin-top: 3.5714285714em;
  margin-bottom: 1.4285714286em;
  font-family: "SourceSansPro-Bold", sans-serif;
  color: #b4b4b4;
  font-size: 12px; }

.footer__links {
  margin-top: 3.5714285714em;
  font-family: "SourceSerifPro-Regular", serif; }

.footer__links a,
.footer__links span {
  margin: 0 1em;
  display: inline-block;
  border: none;
  text-align: center;
  text-decoration: none;
  color: #024c94;
  font-size: 15px; }
  @media screen and (min-width: 960px) {
    .footer__links a:last-child,
    .footer__links span:last-child {
      margin-right: 0; } }

.footer__links a:hover, .footer__links a:focus {
  color: #509f25; }

/**
 * Iframe
 * ======
 *
 * iframe ..................................................................... Element: iframe
 */
iframe {
  margin-bottom: 1em;
  width: 100%; }

/**
 * Mediabox
 * ========
 *
 * .mediabox__media ............................................................ Element: Media
 * .mediabox__media > p ........................................................ Element: Caption
 * .l-highlight .mediabox ...................................................... Modifier: Highlight
 * .l-seo .mediabox ............................................................ Modifier: SEO
 *
 * 1. Top align the first element, no matter what it is.
 * 2. Compensate for line-height and bring it to the same level of adjoining content.
 * 3. http://nicolasgallagher.com/micro-clearfix-hack/
 */
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.mediabox {
  margin-bottom: 2.5em; }

.mediabox > *:first-child,
.mediabox__media > *:first-child,
.mediabox__text > *:first-child {
  margin-top: 0; }

.mediabox__media {
  width: 100%;
  position: relative; }
  .mediabox__media img, .mediabox__media video {
    margin-bottom: .5em;
    width: 100%; }
  .mediabox__media img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%; }

.mediabox .mediabox__text .intro {
  margin: 0.2083333333em 0 1.4583333333em 0; }

.mediabox__text h3 {
  font-size: 26px;
  font-size: calc(19px + (26 - 19) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSerifPro-Regular", serif;
  color: #024c94;
  letter-spacing: 0.25px; }
  @media screen and (min-width: 1130px) {
    .mediabox__text h3 {
      font-size: 26px; } }

.mediabox.mediabox--xl .mediabox__text p {
  padding-bottom: 10px; }

.mediabox__media .video-overlay {
  position: relative;
  vertical-align: middle; }
  .mediabox__media .video-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.3);
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 2; }
  .mediabox__media .video-overlay::after {
    padding: .5em;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_play_svg.svg);
    background-color: #a1b6c4;
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    height: 8.25em;
    width: 8.25em;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
    z-index: 3; }

.mediabox__link {
  margin-top: 1.55em; }

.mediabox__media .video-overlay.active::before,
.mediabox__media .video-overlay.active::after {
  opacity: 1; }

.mediabox__media .video-overlay video {
  cursor: pointer; }

.mediabox__text > p:first-child {
  margin-top: 0; }

.mediabox__text ul li {
  color: #404040;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px;
  float: none !important; }
  @media screen and (min-width: 1130px) {
    .mediabox__text ul li {
      font-size: 20px; } }
  .mediabox__text ul li:before {
    content: "-";
    margin-left: -20px;
    display: inline-block;
    width: 20px;
    height: 100%; }

.mediabox__media > a {
  border-bottom: none;
  position: relative; }

.mediabox__media {
  margin-bottom: 1em; }

.mediabox.mediabox--s .mediabox__media {
  padding-top: 5px; }
  @media screen and (min-width: 480px) {
    .mediabox.mediabox--s .mediabox__media {
      max-width: 240px; } }

@media screen and (min-width: 790px) {
  .l-grid__33 .mediabox.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 480px) {
  .l-grid__25 .mediabox.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

/*.l-grid__33 {
	.mediabox.mediabox--xl  {
		padding: 0;
			.mediabox__text {
				position: relative;
				h4 {
					&:before {
						@include underlined;
						bottom: 50px;
					}
				}
				p {
					overflow: hidden;
					max-height: 60px;
				}

			}
		}
}*/
@media screen and (min-width: 790px) {
  .l-grid__25 .mediabox.mediabox--nowrap.mediabox--s .mediabox__media {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.l-grid__20 .mediabox.mediabox--s .mediabox__media {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0; }

.contact__left .mediabox__media {
  height: 30px; }

.mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }

.l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }
  @media screen and (min-width: 790px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: inherit; } }
  @media screen and (min-width: 1130px) {
    .l-grid__50 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }

.l-grid__33 .mediabox__text {
  min-width: 100%; }

.l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }
  @media screen and (min-width: 480px) {
    .l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: hidden; } }
  @media screen and (min-width: 790px) {
    .l-grid__33 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
      overflow: inherit; } }

.l-grid__25 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }

.l-grid__20 .mediabox.mediabox--nowrap.mediabox--s .mediabox__text {
  overflow: inherit; }

.mediabox__media > p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.2em;
  color: #999999; }
  @media screen and (min-width: 1130px) {
    .mediabox__media > p {
      font-size: 14px; } }

.l-highlight .mediabox__content {
  margin-top: 1.5em;
  padding: 2em;
  background-color: #ebebeb; }

.l-overview .mediabox .mediabox__content {
  background-color: #ebebeb; }
  .l-overview .mediabox .mediabox__content .mediabox__text {
    padding: 1.5em; }
    .l-overview .mediabox .mediabox__content .mediabox__text h4 {
      position: relative; }
      .l-overview .mediabox .mediabox__content .mediabox__text h4:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 1px;
        border-bottom: 1px solid #024c94;
        bottom: 0; }

.l-grid__50 .l-overview .mediabox .mediabox__content .mediabox__text p,
.l-grid__33 .l-overview .mediabox .mediabox__content .mediabox__text p,
.l-grid__25 .l-overview .mediabox .mediabox__content .mediabox__text p,
.l-grid__20 .l-overview .mediabox .mediabox__content .mediabox__text p {
  max-height: 65px;
  overflow: hidden;
  line-height: 1.1em; }

.l-seo .mediabox {
  margin: 3.7em 0 .5em 0;
  padding-top: 0.5em;
  border-top: 2px solid #dddddd; }

.l-seo .mediabox__media > p {
  font-size: 12px;
  font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .l-seo .mediabox__media > p {
      font-size: 12px; } }

.l-seo .mediabox__text p {
  margin-top: 10px;
  line-height: 1.5em; }

/* Configuration Parameters */
@keyframes fade-opacity-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.multi-nav {
  background-color: #ebebeb;
  margin: 0 auto 200px auto;
  overflow: hidden;
  max-width: 1130px;
  width: 100%; }
  .multi-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .multi-nav a,
  .multi-nav label {
    display: block;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer; }
  .multi-nav a:focus,
  .multi-nav a:hover,
  .multi-nav label:focus,
  .multi-nav label:hover,
  .multi-nav label p span:hover {
    color: #024c94; }
  .multi-nav a.active {
    color: #024c94;
    font-weight: bold; }

.multi-nav__content {
  margin-bottom: 30px; }
  .multi-nav__content .nav-item__level-1 {
    position: relative;
    margin: 1em 2em;
    border-bottom: solid 1px #024c94; }
    .multi-nav__content .nav-item__level-1:last-child {
      margin-bottom: 30px; }
    @media screen and (min-width: 501px) {
      .multi-nav__content .nav-item__level-1.nav-item__login {
        display: none !important; } }

.nav-icon__big:before {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
  background-repeat: no-repeat;
  height: 1.875em;
  width: 1.875em;
  margin-top: -10px; }

.nav-icon__big:hover:before {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add-hover_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

.nav-item__level-1 > input[type='checkbox']:checked ~ label .nav-icon__big:before {
  float: right;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

.nav-item__level-1 > input[type='checkbox']:checked ~ label .nav-icon__big:hover:before {
  float: right;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus-hover_svg.svg);
  height: 1.875em;
  width: 1.875em;
  background-repeat: no-repeat; }

.nav-icon__small:before {
  position: absolute;
  top: 0;
  left: 255px;
  content: "";
  float: right;
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_add_svg.svg);
  height: 1.5625em;
  width: 1.5625em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 320px) {
    .nav-icon__small:before {
      left: 190px; } }

.nav-list__level-1 li > input[type='checkbox']:checked ~ label .nav-icon__small:before {
  float: right;
  content: "";
  background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_minus_svg.svg);
  height: 1.5625em;
  width: 1.5625em;
  background-repeat: no-repeat; }
  @media screen and (max-width: 320px) {
    .nav-list__level-1 li > input[type='checkbox']:checked ~ label .nav-icon__small:before {
      left: 190px; } }

#open-nav-checkbox {
  display: block; }

.nav-list__level-1 li > input[type='checkbox']:checked ~ label p span {
  color: #024c94; }

.open-nav__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  cursor: pointer;
  height: 21px;
  width: 25px; }
  .open-nav__icon span.open {
    display: block;
    top: 8px;
    position: relative; }
    .open-nav__icon span.open:before {
      content: '';
      position: absolute;
      height: 3.125em;
      width: 3.125em;
      display: block;
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_menu_svg.svg);
      background-repeat: no-repeat; }
  .open-nav__icon span.close {
    display: block;
    top: 8px;
    position: relative; }
    .open-nav__icon span.close:before {
      content: '';
      position: absolute;
      height: 3.125em;
      width: 3.125em;
      display: none;
      background-color: rgba(0, 0, 0, 0);
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_close_svg.svg); }

#open-nav-checkbox:checked ~ .multi-nav {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation: fade-opacity-in .8s none; }

#open-nav-checkbox:checked ~ .open-nav__icon span.open:before {
  display: none; }

#open-nav-checkbox:checked ~ .open-nav__icon span.close:before {
  display: block; }

#open-nav-checkbox {
  display: none; }

.nav-list__level-1 p a {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320));
  letter-spacing: 0.15px; }
  @media screen and (min-width: 1130px) {
    .nav-list__level-1 p a {
      font-size: 20px; } }

/**
   * Hide nested lists
   */
.nav-list__level-1, .nav-list__level-2, .nav-list__level-3 {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-in-out; }

.multi-nav__content input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
  animation: fade-opacity-in .8s none; }

.multi-nav__content label > span {
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s; }

.multi-nav__content input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.nav-item__level-1 > label {
  margin: 0; }

.nav-item__level-1 label h4 span:hover {
  color: #509f25; }

.nav-item__level-2 p a, .nav-item__level-2 label p span {
  margin-top: 0;
  color: #404040;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .nav-item__level-2 p a, .nav-item__level-2 label p span {
      font-size: 20px; } }

.nav-item__level-2 label {
  position: relative; }

.nav-item__level-3 p {
  margin-top: 0; }
  .nav-item__level-3 p a {
    color: #404040;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
    @media screen and (min-width: 1130px) {
      .nav-item__level-3 p a {
        font-size: 16px; } }

.nav-item__level-2 p {
  margin-top: 0; }

ul.nav-list__level-2, ul.nav-list__level-3, ul.nav-list__level-4, ul.nav-list__level-5, ul.nav-list__level-6 {
  margin-left: 15px; }

/**
 * News Grid
 * =========
 *
 * .news-grid ............................................................... Block: News Grid
 */
.news-grid:first-child {
  margin-top: 1.25em; }

.news-grid__container {
  margin-left: calc(-15px + (-60 - -15) * (100vw - 320px) / (1230 - 320));
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }
  .news-grid__container .newscard.small {
    padding-bottom: 15px;
    max-width: none; }
  .news-grid__container > .newscard.small {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100vw; }
  .news-grid__container .newscard__ribbon__front,
  .news-grid__container .newscard__ribbon__back {
    opacity: 0; }
  @media screen and (min-width: 640px) {
    .news-grid__container {
      margin-left: 0;
      padding: 0;
      flex-direction: row; }
      .news-grid__container .newscard__ribbon__front,
      .news-grid__container .newscard__ribbon__back {
        opacity: 1; }
      .news-grid__container .newscard.small {
        margin: .75em;
        max-width: 250px;
        width: 100%; } }
  @media screen and (min-width: 1130px) {
    .news-grid__container {
      justify-content: flex-start; } }

.news-grid__container .newscard__front .newscard__front__content p {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid__container .newscard__front .newscard__front__content p {
      font-size: 16px; } }

.news-grid .newscard__tags .flag {
  margin-right: 0.5em;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__tags .flag {
      font-size: 14px; } }

.news-grid__container .newscard__front {
  padding: 0.75em; }

.news-grid__container .newscard__front .newscard__front__content {
  padding: 0;
  padding-left: 0.75em; }

.news-grid .newscard__front .newscard__tags {
  margin: 1.4285714286em 0 0.7142857143em 0; }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__front .newscard__tags {
      margin: 2.1428571429em 0 0.7142857143em 0; } }

.news-grid .newscard__front p.newscard__date,
.news-grid .newscard__front div.newscard__tags > span {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__front p.newscard__date,
    .news-grid .newscard__front div.newscard__tags > span {
      font-size: 14px; } }

.news-grid .newscard__front p.newscard__social {
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-grid .newscard__front p.newscard__social {
      font-size: 14px; } }

@media screen and (min-width: 1130px) {
  .news-grid .newscard__front .newscard__tags > span > div {
    float: left; }
  .news-grid .newscard__front .newscard__tags > span > span {
    float: right; }
  .news-grid .newscard__front .newscard__tags > span + p {
    clear: both; } }

.news-grid__container .newscard__back .newscard__back__content {
  padding: 20px 20px 70px 20px;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.3em; }
  @media screen and (min-width: 1130px) {
    .news-grid__container .newscard__back .newscard__back__content {
      font-size: 16px; } }

.news-grid__container .newscard {
  margin: 0;
  width: 100vw;
  max-width: none;
  border-top: 2px solid #f6f6f6; }
  .news-grid__container .newscard:last-child {
    border-bottom: 2px solid #f6f6f6; }
  .news-grid__container .newscard .newscard__front img {
    width: 35%;
    float: left; }
  .news-grid__container .newscard .newscard__front__content {
    margin-top: 0px;
    display: inline-block;
    width: 64%; }
  .news-grid__container .newscard .newscard__ribbon__front {
    top: 10px;
    height: 18px;
    width: 27px;
    font-size: 14px;
    line-height: 18px; }
    .news-grid__container .newscard .newscard__ribbon__front::after {
      border-top-width: 18px;
      border-right-width: 13px;
      right: -13px; }
  @media screen and (min-width: 640px) {
    .news-grid__container .newscard {
      margin: .75em;
      padding: 0;
      width: 250px;
      max-width: 250px;
      border: none; }
      .news-grid__container .newscard:last-child {
        border: none; }
      .news-grid__container .newscard .newscard__front {
        padding: 0; }
      .news-grid__container .newscard .newscard__front img {
        float: none;
        width: 100%; }
      .news-grid__container .newscard .newscard__front__content {
        margin-top: -6px;
        padding: 0.75em;
        display: block;
        width: 100%; }
      .news-grid__container .newscard .newscard__ribbon__front {
        padding-right: 5px;
        height: 24px;
        width: 36px;
        top: 15px;
        left: -8px;
        font-size: 18px;
        line-height: 24px;
        box-shadow: -1px 3px 2px 0px rgba(0, 0, 0, 0.2); }
        .news-grid__container .newscard .newscard__ribbon__front::after {
          border-top-width: 24px;
          border-right-width: 18px;
          right: -18px; } }

/**
 * News Group
 * ====
 *
 * .news-group ........................................................................... Block: News Group
 */
.news-group {
  margin-top: 3em;
  margin-bottom: 3em; }

.news-group h2 {
  margin-top: 0;
  margin-bottom: 0.75em;
  line-height: 1em; }

.news-group .news-group__grid {
  margin-left: calc(-15px + (-60 - -15) * (100vw - 320px) / (1230 - 320));
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 960px) {
    .news-group .news-group__grid {
      margin-left: 0;
      flex-direction: row; } }

.news-group .news-group__grid .newscard {
  margin-top: 2px;
  margin-right: 0;
  width: 100vw;
  height: auto;
  max-width: none; }
  .news-group .news-group__grid .newscard .newscard__front {
    overflow: hidden;
    padding: 15px; }
    .news-group .news-group__grid .newscard .newscard__front img {
      margin: 0 1em 0 0;
      float: left;
      width: 35%; }
    .news-group .news-group__grid .newscard .newscard__front .newscard__front__content {
      padding: 0;
      width: 60%;
      display: inline-block; }
  @media screen and (min-width: 960px) {
    .news-group .news-group__grid .newscard {
      margin-top: 20px;
      max-width: 350px;
      margin-left: 0;
      margin-right: 0; }
      .news-group .news-group__grid .newscard .newscard__front {
        padding: 0; }
        .news-group .news-group__grid .newscard .newscard__front img {
          margin: 0;
          float: none;
          width: 100%; }
        .news-group .news-group__grid .newscard .newscard__front .newscard__front__content {
          padding: 15px;
          float: none;
          display: block;
          width: 100%; }
      .news-group .news-group__grid .newscard .newscard__back .button {
        bottom: -14px;
        right: -7px; } }

@media screen and (min-width: 960px) {
  .news-group .news-group__grid .newscard:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px; } }

.news-group .newscard__front__content {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 960px) {
    .news-group .newscard__front__content {
      margin-top: -6px;
      padding: 1em; } }

.news-group__button {
  margin-top: 1em;
  text-align: right; }
  .news-group__button * {
    text-align: left; }
  .news-group__button a.button {
    margin-top: 0;
    margin-bottom: 0; }

/**
 * News Item
 * =========
 *
 * .news-item ....................................................................................... Block: news Item
 * .news-item__link.................................................................................. Element: Link
 * .news-item__img................................................................................... Element: Image
 * .news-item__text.................................................................................. Element: Text
 * *
 */
.news-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }

.news-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news-item__img {
  flex: 2; }

.news-item__container p {
  margin: .5em 0;
  line-height: 1.8em; }

.news-item__container {
  padding-left: 0.9375em;
  flex: 3; }

.news-item__container .news-item__data {
  margin-top: -7px;
  vertical-align: top;
  margin-bottom: 0.5em;
  font-family: "SourceSansPro-Italic", sans-serif;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__data {
      font-size: 14px; } }
  .news-item__container .news-item__data span {
    margin-left: .2em;
    font-family: "SourceSansPro-Bolditalic", sans-serif; }

.news-item__container .news-item__title {
  margin-top: -3px;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em; }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__title {
      font-size: 14px; } }

.news-item__container .news-item__text {
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.4em; }
  @media screen and (min-width: 1130px) {
    .news-item__container .news-item__text {
      font-size: 14px; } }

/**
 * Newscard
 * ======
 *
 * .newscard ..................................................................... Block: Newscard
 * .newscard__front .............................................................. Block: Newscard Front
 * .newscard__back ............................................................... Block: Newscard Back
 */
.newscard {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  perspective: 1000px; }
  .newscard.small {
    max-width: 250px;
    max-height: 320px; }
    .newscard.small .newscard__back__content p {
      font-size: 16px;
      font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320)); }
      @media screen and (min-width: 1130px) {
        .newscard.small .newscard__back__content p {
          font-size: 16px; } }

.newscard.topnews .newscard__ribbon__front,
.newscard.topnews .newscard__ribbon__back {
  display: none; }

@media screen and (min-width: 1130px) {
  .newscard:focus .newscard__flip,
  .newscard:hover .newscard__flip {
    transform: rotateY(-180deg); } }
  @media screen and (min-width: 1130px) and (-ms-high-contrast: active), screen and (min-width: 1130px) and (-ms-high-contrast: none) {
    .newscard:focus .newscard__flip,
    .newscard:hover .newscard__flip {
      transform: none; } }

.newscard__flip {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.newscard .newscard__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2; }

.newscard__flip .newscard__back .button {
  bottom: -14px;
  right: -7px; }

.newscard .newscard__link:hover + .newscard__flip .newscard__back .button {
  cursor: pointer; }

.newscard__front, .newscard__back {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  line-height: 1.25em; }

.newscard__front {
  width: 100%;
  position: relative;
  transform: rotateY(0deg);
  background: #ebebeb;
  box-shadow: 0 1px 11px -8px rgba(0, 0, 0, 0.75); }

.newscard__front img {
  width: 100%; }

.newscard__front__content {
  margin-top: -6px;
  padding: 1em;
  position: relative; }
  .newscard__front__content h4 {
    position: relative;
    line-height: 1.2em; }
    .newscard__front__content h4:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      border-bottom: 1px solid #024c94;
      bottom: 0; }
      @media screen and (max-width: 750px) {
        .newscard__front__content h4:before {
          display: none; } }
  .newscard__front__content p {
    overflow: hidden;
    max-height: 55px;
    line-height: 1.25em;
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
    letter-spacing: 0.15px; }
    @media screen and (min-width: 1130px) {
      .newscard__front__content p {
        font-size: 16px; } }
  .newscard__front__content p:last-of-type {
    margin-bottom: 0; }
  .newscard__front__content span {
    color: #404040;
    font-family: "SourceSansPro-Bold", sans-serif;
    letter-spacing: 0.15px;
    font-size: 12px; }

.newscard__social {
  display: none; }

.newscard__tags {
  display: none; }

.newscard__ribbon__front {
  display: none; }

.newscard__back {
  display: none;
  width: 100%;
  background-color: #509f25;
  transform: rotateY(-180deg); }
  @media screen and (min-width: 1130px) {
    .newscard__back {
      display: block; } }

.newscard__back__content {
  padding: 1.5em;
  padding-bottom: 25%;
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .newscard__back__content {
      font-size: 18px; } }
  .newscard__back__content p {
    font-family: "SourceSansPro-Regular", sans-serif;
    font-size: 16px;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1130 - 320));
    letter-spacing: 0.15px;
    color: white;
    margin: 0;
    display: block;
    height: 95%;
    overflow: hidden; }
    @media screen and (min-width: 1130px) {
      .newscard__back__content p {
        font-size: 16px; } }
  .newscard__back__content a {
    color: white;
    padding: 5.5px 20px;
    line-height: 1.2em;
    transform: translate3d(0, -50%, 2px);
    transition: .005s; }
    .newscard__back__content a::after {
      content: "";
      background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right-white_svg.svg);
      height: 35px;
      width: 34px;
      position: absolute;
      bottom: -5px;
      right: -17px; }
    .newscard__back__content a:hover {
      color: #024c94 !important; }
      .newscard__back__content a:hover:after {
        content: "";
        position: absolute;
        bottom: -5px;
        right: -17px;
        background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_arrow-right_svg.svg);
        height: 35px;
        width: 34px; }
    .newscard__back__content a:active {
      text-decoration: underline; }

.newscard__ribbon__back {
  display: none; }

/**
 * Optional Input
 * ======
 *
 * .optional__input__check ..................................................................... Element: Checkbox
 * .optional__input__content ................................................................... Block: Content
 */
.optional-input__content {
  display: none;
  padding-left: 1.6em; }

.optional-input__check:checked {
  background: green; }

.optional-input__check:checked ~ .optional-input__content {
  display: block; }

/**
 *
 * Pager
 * 
 */
.pager__wrapper {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .pager__wrapper {
      font-size: 20px; } }
  .pager__wrapper > * {
    margin-top: 0; }
  .pager__wrapper ul {
    padding-left: 0; }
    .pager__wrapper ul li {
      float: left;
      line-height: 30px;
      display: block;
      margin: 5px;
      height: 30px;
      width: 30px;
      color: #999999; }
      @media screen and (min-width: 720px) {
        .pager__wrapper ul li {
          width: 18px; } }
      .pager__wrapper ul li a {
        display: block;
        border-bottom: transparent;
        font-family: "SourceSansPro-Regular", sans-serif;
        text-decoration: none; }
      .pager__wrapper ul li.pager__number.current {
        color: #cd1316; }
      .pager__wrapper ul li.inactive {
        color: #dddddd; }
      .pager__wrapper ul li::before {
        display: none; }
  @media print {
    .pager__wrapper {
      display: none; } }

/**
 * Pin
 * ======
 *
 * .pin ...................................................................... Pin
 */
.pin {
  margin-top: 2em;
  padding: 0 0.75em;
  display: block; }
  .pin:hover .pin__link {
    color: #333333; }

.pin__icon {
  margin: auto;
  height: 4em;
  width: 4em;
  display: block;
  position: relative;
  border-radius: 50%;
  background: #cd1316; }
  .pin__icon::before {
    margin: 0;
    color: white;
    position: absolute;
    font-size: 30px;
    font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1130 - 320));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 1130px) {
      .pin__icon::before {
        font-size: 30px; } }

.pin__link {
  margin-top: 1em;
  display: block;
  text-align: center;
  text-decoration: underline; }

/**
 * Print CSS
 * =========
 * Styling applies if "print"-function is executed
 * 
 */
@media print {
  .header *,
  .flyout,
  button,
  button.button,
  a.button,
  .l-contact,
  .footer,
  .stage-slider {
    display: none; }
  header {
    display: block; }
  html body .l-wrapper section {
    margin: 1cm 0; }
  .header {
    padding: 1mm 0;
    position: relative;
    box-shadow: none;
    height: auto;
    border: none; }
  .header .logo {
    display: inline-block;
    width: 2cm; }
  .header .header__headline {
    display: block;
    position: absolute;
    top: 3mm;
    left: 50%;
    font-size: 38;
    text-decoration: underline; }
  .news-group .news-group__grid {
    flex-direction: row; }
  input[type="text"], select, textarea {
    border: 1px solid black; }
  p a[href^="http://"]:after,
  p a[href^="https://"]:after {
    content: " (" attr(href) ") "; } }

h1, h2, h3, h4, h5, p, span, ul, li, button, a, input, textarea, img {
  page-break-inside: avoid; }

/**
 * Product
 * =========
 *
 * .product ................................................................. Block: Product
 */
.product {
  display: block;
  border-bottom: none;
  color: #333333; }

.product__number {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 20px;
  font-size: calc(20px + (20 - 20) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product__number {
      font-size: 20px; } }

.product h5, .product p {
  margin: 0;
  line-height: 1.5em; }

.product h5 {
  padding-top: 5px;
  color: #cd1316;
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product h5 {
      font-size: 14px; } }

.product p {
  font-size: 14px;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .product p {
      font-size: 14px; } }

.product hr {
  margin: 0.4em 0; }

.nav--big {
  height: 120px; }
  @media screen and (max-width: 767px) {
    .nav--big {
      height: 24px; } }

.nav--big,
.quick-nav {
  width: 100%;
  max-width: 1130px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  border: none; }
  .nav--big .subpage-1,
  .quick-nav .subpage-1 {
    background-color: #024c94;
    display: inline-block;
    width: 25%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big .subpage-2,
  .quick-nav .subpage-2 {
    background-color: #84b819;
    display: inline-block;
    width: 25%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big .subpage-3,
  .quick-nav .subpage-3 {
    background-color: #00a6b3;
    display: inline-block;
    width: 25%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big .subpage-4,
  .quick-nav .subpage-4 {
    background-color: #76b9d0;
    display: inline-block;
    width: 26%;
    border: none;
    text-align: center;
    height: 100%;
    margin: 0;
    margin-right: -4px; }
  .nav--big a,
  .quick-nav a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    padding: 42px; }
    .nav--big a div h4,
    .quick-nav a div h4 {
      color: white;
      font-size: 26px;
      font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1130 - 320)); }
      @media screen and (min-width: 1130px) {
        .nav--big a div h4,
        .quick-nav a div h4 {
          font-size: 26px; } }

.nav--small {
  height: 24px;
  -webkit-transition: height .5s;
  /* For Safari 3.1 to 6.0 */
  transition: height .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  @media screen and (min-width: 767px) {
    .nav--small:hover {
      height: 120px; } }

/**
 * Result
 * =========
 *
 * .result ................................................................. Block: Result
 * .result__tabs ........................................................... Block: Result Tabs
 * .result__item ........................................................... Block: Result Item
 * .result__icon ........................................................... Element: Icon
 * .result__content ........................................................ Block: Content
 * .result__item h5 ........................................................ Element: Title
 * .result__item p ......................................................... Element: Text
 * .result img ............................................................. Element: Image
 */
.result {
  margin-top: 2.5em;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .result {
      font-size: 20px; } }
  .result:after, .result:before {
    display: none; }
  .result strong[data-highlight='true'] {
    color: #cd1316;
    font-family: "SourceSansPro-Semibold", sans-serif; }
  .result .gray {
    color: #999999; }

.result__summary {
  line-height: 1em; }
  .result__summary * {
    line-height: 1em; }

.result__tabs {
  margin-top: 1.5em;
  line-height: 1em; }

.result__item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  text-decoration: none;
  overflow: hidden;
  position: relative; }
  .result__item:before {
    display: none; }

.result__link {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 2;
  border: none; }
  .result__link:hover {
    border: none;
    cursor: pointer; }

.result__icon {
  margin-right: .6em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  color: #999999;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  transition: color 0.2s; }
  @media screen and (min-width: 560px) {
    .result__icon {
      margin-right: 0.8em;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 24px; } }

.result__item:hover .result__icon {
  color: #1c1c1c; }

.result__content {
  padding-bottom: 0.6em;
  flex: 1;
  border-bottom: 2px solid #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (min-width: 560px) {
    .result__content {
      flex-direction: row; } }

.result__title {
  margin-top: 0;
  margin-bottom: .5em;
  display: inline-block;
  line-height: 1em;
  color: #999999;
  font-weight: normal;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1130 - 320));
  transition: color 0.2s, border-bottom 0.2s; }
  @media screen and (min-width: 1130px) {
    .result__title {
      font-size: 18px; } }
  .result__title span {
    border-bottom: 1px solid #999999; }
  .result__title strong[data-highlight='true'] {
    border-bottom: 1px solid #cd1316;
    font-family: "SourceSansPro-Semibold", sans-serif;
    color: #cd1316; }
  .result__title .result__type {
    margin-left: .4em;
    padding: .1em .4em;
    border-radius: 5px;
    border-bottom-width: 0;
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 14px;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1130 - 320));
    color: white;
    background: #b4b4b4; }
    @media screen and (min-width: 1130px) {
      .result__title .result__type {
        font-size: 14px; } }

.result__item:hover .result__title {
  color: #1c1c1c; }
  .result__item:hover .result__title span {
    border-bottom-color: #1c1c1c; }
  .result__item:hover .result__title strong[data-highlight='true'] {
    border-bottom-color: #cd1316; }

.result__content p {
  color: #333333;
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  line-height: 1.6em; }
  @media screen and (min-width: 1130px) {
    .result__content p {
      font-size: 16px; } }

.result__content p a {
  border-color: transparent;
  color: #333333;
  z-index: 4;
  position: relative; }
  .result__content p a:hover {
    border-color: #333333; }

.result__content img {
  width: 125px;
  margin-top: 1em; }
  @media screen and (min-width: 560px) {
    .result__content img {
      margin-top: 0;
      margin-left: 20px; } }

/**
 * Secondary Menu
 * ==============
 *
 * .secondary-menu ............................................................. Block: Secondary Menu
 * .secondary-menu__label ...................................................... Element: Label
 * .secondary-menu__sub ........................................................ Element: Sub
 */
.secondary-menu {
  margin-bottom: 1.5em; }
  @media print {
    .secondary-menu {
      display: none; } }

.secondary-menu__label {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #999999;
  font-family: "SourceSansPro-Semibold", sans-serif;
  font-size: 18px;
  font-size: calc(18px + (18 - 18) * (100vw - 320px) / (1130 - 320));
  color: #cd1316; }
  @media screen and (min-width: 1130px) {
    .secondary-menu__label {
      font-size: 18px; } }

.secondary-menu__sub {
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd; }

.secondary-menu__sub ul {
  padding-left: 0;
  border-top: 1px solid #dddddd;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }

.secondary-menu__sub li {
  color: #dddddd;
  border-bottom: 1px solid #dddddd; }
  .secondary-menu__sub li:last-child {
    border-bottom: none; }

.secondary-menu__sub li a {
  padding: 0.4em 0;
  color: #b4b4b4;
  text-decoration: none;
  border-bottom: none; }
  @media screen and (min-width: 1130px) {
    .secondary-menu__sub li a:hover, .secondary-menu__sub li a:focus {
      color: #cd1316; } }

.secondary-menu__sub li.is-active > a {
  font-family: "SourceSansPro-Semibold", sans-serif;
  color: #cd1316; }

.secondary-menu__sub > li > ul > li > a {
  padding-left: 1.2em; }

.secondary-menu__sub > li > ul > li > ul > li > a {
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  padding-left: 2.4em; }

.secondary-menu__sub > li > ul > li > ul > li > ul > li > a {
  padding-left: 3em; }

.secondary-menu__sub > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 4em; }

.secondary-menu__sub > li > ul > li > ul {
  border-top: none;
  padding-bottom: 0.4em; }

.secondary-menu__sub > li > ul > li > ul > li {
  border-bottom: none; }

/**
 * Searchbar
 * =========
 *
 * .searchbar .................................................................. Block: Searchbar
 */
.searchbar {
  height: 100px;
  margin-top: 15px;
  margin-bottom: 20px; }
  .searchbar:before {
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_find_svg.svg);
    background-repeat: no-repeat;
    height: 3.5625em;
    width: 5.5em;
    position: absolute;
    top: 14px;
    right: -9px;
    line-height: 40px;
    speak: none;
    text-align: center; }
    @media screen and (max-width: 789px) and (min-width: 550px) {
      .searchbar:before {
        height: 3.25em;
        width: 3.4375em;
        top: 7px;
        right: 6px; } }
    @media screen and (max-width: 550px) {
      .searchbar:before {
        height: 1.875em;
        width: 1.875em;
        top: 11px;
        right: 11px; } }
  .searchbar:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    border-left: 1px solid #024c94;
    right: 136px;
    top: 10px; }
    @media screen and (max-width: 789px) and (min-width: 550px) {
      .searchbar:after {
        height: 50px;
        right: 84px; } }
    @media screen and (max-width: 550px) {
      .searchbar:after {
        height: 35px;
        top: 8px;
        right: 52px; } }
  @media screen and (min-width: 1130px) {
    .searchbar {
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (max-width: 789px) and (min-width: 550px) {
    .searchbar {
      height: 70px; } }
  @media screen and (max-width: 550px) {
    .searchbar {
      height: 50px; } }

.searchbar > input[type="text"] {
  width: 100%;
  height: 100px;
  padding: 13px 60px 13px 17px;
  border: 1px solid #b4b4b4;
  font-size: 30px;
  font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1130 - 320));
  color: #024c94;
  vertical-align: top;
  background: transparent; }
  @media screen and (min-width: 1130px) {
    .searchbar > input[type="text"] {
      font-size: 30px; } }
  @media screen and (min-width: 1130px) {
    .searchbar > input[type="text"] {
      width: 300px; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .searchbar > input[type="text"] {
      padding: 0 60px 0 17px; } }
  @media screen and (max-width: 789px) and (min-width: 550px) {
    .searchbar > input[type="text"] {
      height: 70px; } }
  @media screen and (max-width: 550px) {
    .searchbar > input[type="text"] {
      height: 50px; } }

.searchbar > input[type="submit"] {
  display: none;
  width: 3.75em;
  height: 44px;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0; }

/**
* Stage
* =====
*
*
* .stage ...................................................................... Block: Stage
* .stage__link ................................................................ Element: Link
* .stage__image ............................................................... Element: Image
* .stage > .l-wrapper ......................................................... Element: Sticker Wrapper
* .stage__sticker ............................................................. Element: Sticker
* .stage__teaser .............................................................. Element: Teaser
*/
.stage.stage--fullwidth img {
  min-width: 100%; }
  @media screen and (min-width: 1130px) {
    .stage.stage--fullwidth img {
      min-width: auto; } }

.stage .l-wrapper {
  padding: 0; }

.stage__sticker {
  max-width: 100%;
  width: 100%;
  bottom: 0; }
  @media screen and (min-width: 960px) {
    .stage__sticker {
      transform: translateX(-50%);
      left: 50%; } }
  @media screen and (min-width: 1130px) {
    .stage__sticker {
      width: 100%;
      max-width: 554px;
      bottom: 1em;
      transform: translateX(0);
      left: 20px; } }

.stage .video-overlay video {
  display: block;
  width: 100%; }

.stage .video-overlay {
  position: relative;
  vertical-align: middle; }
  .stage .video-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.3);
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 2; }
  .stage .video-overlay::after {
    padding: .5em;
    content: "";
    background-image: url(../assets/icons/com-anwr-gr-ws_ANWR_play_svg.svg);
    background-color: #a1b6c4;
    background-size: 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    height: 8.25em;
    width: 8.25em;
    position: absolute;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
    z-index: 3; }

.stage .video-overlay.active::before,
.stage .video-overlay.active::after {
  opacity: 1; }

.stage .video-overlay video {
  cursor: pointer; }

.stage__teaser {
  padding: 10px 0 30px 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  padding-left: calc(15px + (60 - 15) * (100vw - 320px) / (1230 - 320));
  font-size: 16px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
  background-color: #024c94;
  line-height: 1.375em;
  color: inherit; }
  @media screen and (min-width: 1230px) {
    .stage__teaser {
      padding-right: 60px;
      padding-left: 60px; } }
  @media screen and (min-width: 1130px) {
    .stage__teaser {
      font-size: 16px; } }
  @media screen and (min-width: 960px) {
    .stage__teaser {
      padding: 1.875em; } }
  .stage__teaser h1, .stage__teaser .alpha,
  .stage__teaser h2, .stage__teaser .beta,
  .stage__teaser h3, .stage__teaser .gamma,
  .stage__teaser h4, .stage__teaser .delta,
  .stage__teaser p {
    color: white;
    margin-top: auto; }
    .stage__teaser h1:first-child, .stage__teaser .alpha:first-child,
    .stage__teaser h2:first-child, .stage__teaser .beta:first-child,
    .stage__teaser h3:first-child, .stage__teaser .gamma:first-child,
    .stage__teaser h4:first-child, .stage__teaser .delta:first-child,
    .stage__teaser p:first-child {
      margin-top: 0; }
    .stage__teaser h1:last-child, .stage__teaser .alpha:last-child,
    .stage__teaser h2:last-child, .stage__teaser .beta:last-child,
    .stage__teaser h3:last-child, .stage__teaser .gamma:last-child,
    .stage__teaser h4:last-child, .stage__teaser .delta:last-child,
    .stage__teaser p:last-child {
      margin-bottom: 0; }
  .stage__teaser h2 {
    max-width: none;
    color: white;
    font-size: 22px;
    font-size: calc(22px + (22 - 22) * (100vw - 320px) / (1130 - 320));
    line-height: 1.375em;
    margin-bottom: 0.1em; }
    @media screen and (min-width: 1130px) {
      .stage__teaser h2 {
        font-size: 22px; } }
  .stage__teaser p {
    font-size: 16px;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1130 - 320));
    line-height: 1.4em; }
    @media screen and (min-width: 1130px) {
      .stage__teaser p {
        font-size: 16px; } }

@media screen and (min-width: 960px) {
  .stage.stage--fullwidth .stage__sticker {
    max-width: 100%;
    width: 100%; } }

.stage.stage--fullwidth .stage__image img {
  width: 100%; }

.stage--subpage-1 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #024c94; }

.stage--subpage-2 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #84b819; }

.stage--subpage-3 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #00a6b3; }

.stage--subpage-4 .l-wrapper .stage__sticker .stage__teaser {
  background-color: #76b9d0; }

/**
 * Toggle List
 * ==============
 *
 * .toggle-list ............................................................. Block: Toggle List
 */
.toggle-list:first-child {
  margin-top: 3.5em; }

.toggle-list .toggle-list__headline {
  margin-bottom: 0.8333333333em;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1130 - 320));
  font-family: "SourceSansPro-Semibold", sans-serif;
  color: #cd1316; }
  @media screen and (min-width: 1130px) {
    .toggle-list .toggle-list__headline {
      font-size: 18px; } }

.toggle-list ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }

.toggle-list ul li {
  display: inline-block;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1130 - 320)); }
  @media screen and (min-width: 1130px) {
    .toggle-list ul li {
      font-size: 18px; } }
  .toggle-list ul li::before {
    display: none; }
  @media print {
    .toggle-list ul li {
      height: auto;
      width: auto; } }

.toggle-list ul li a {
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 0; }
  @media print {
    .toggle-list ul li a {
      display: inline-block;
      height: auto;
      width: auto; } }

.media-slider-1071 .slick-list {
  margin-left: 0;
  margin-right: 0; }

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0); }

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0); }

.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s; }

/* the popup window */
.cc-window,
.cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  /* exclude padding when dealing with width */
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  /* 1em == 16px therefore 24em == 384px */
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-revoke:hover {
  text-decoration: underline; }

.cc-header {
  font-size: 18px;
  font-weight: bold; }

/* clickable things */
.cc-btn,
.cc-link,
.cc-close,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: 0.75; }

.cc-close:hover,
.cc-close:focus {
  opacity: 1; }

/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

/**************************************** FLOATING ****************************************/
/* these classes position the floating element */
.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

/* links that are direct decendants should be displayed as block */
.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto; }

/**************************************** BANNER ****************************************/
.cc-window.cc-banner {
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

/* COMPLIANCE BOX */
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-window,
  .cc-revoke {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-right,
  .cc-window.cc-left {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    align-items: unset; }
  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }

/* Edgeless */
.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/* Classic */
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.placeholder {
  max-width: 1130px;
  margin: 0 auto; }
