/**
 * @license
 * MyFonts Webfont Build ID 3166696, 2016-02-05T06:31:20-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed ../fmo/Fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Campton-SemiBold by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/campton/semi-bold/
 *
 * Webfont: Campton-Book by Rene Bieder
 * URL: http://www.myfonts.com/fonts/rene-bieder/campton/book/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3166696
 * Licensed pageviews: 10,000
 * ../fmo/Fonts copyright: Copyright &#x00A9; 2014 by Ren&#x00E9; Bieder. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/

/**
 * @license
 * MyFonts Webfont Build ID 4867817, 2022-05-19T08:49:49-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Ingeborg-Regular by Typejockeys
 * URL: https://www.myfonts.com/fonts/typejockeys/ingeborg/regular/
 * Copyright: Copyright © 2007-2009 Typejockeys. All Rights Reserved.
 *
 *
 *
 * © 2022 MyFonts Inc
*/



/* @import must be at top of file, otherwise CSS will not work */
// @import url("//hello.myfonts.net/count/3051e8");
// @import url("//hello.myfonts.net/count/4a46e9");

// @font-face {font-family: 'Campton-SemiBold';src: url('../fmo/Fonts/3051E8_0_0.eot');src: url('../fmo/Fonts/3051E8_0_0.eot?#iefix') format('embedded-opentype'),url('../fmo/Fonts/3051E8_0_0.woff2') format('woff2'),url('../fmo/Fonts/3051E8_0_0.woff') format('woff'),url('../fmo/Fonts/3051E8_0_0.ttf') format('truetype');}
// @font-face {font-family: 'Campton-Book';src: url('../fmo/Fonts/3051E8_1_0.eot');src: url('../fmo/Fonts/3051E8_1_0.eot?#iefix') format('embedded-opentype'),url('../fmo/Fonts/3051E8_1_0.woff2') format('woff2'),url('../fmo/Fonts/3051E8_1_0.woff') format('woff'),url('../fmo/Fonts/3051E8_1_0.ttf') format('truetype');}
// @font-face {font-family: "Ingeborg-Regular";src: url('../fmo/Fonts/IngeborgRegular/font.woff2') format('woff2'), url('../fmo/Fonts/IngeborgRegular/font.woff') format('woff');}
/* include external libs */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: 'Open Sans', sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

.searchpage .subpagemenucontainer {
  display: none;
}


.frontpage .subpagemenu{
  display: none;
}
/* Fjernet subpagemenu på forside. */


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/**
 * Custom Publish CSS 2014. Author EE - Reviewed for 2016 & HTML5
 *
 * CONTENTS
 *
 * Basics........................... Basic and global layout settings
 * Typography....................... Settings for fonts and typography
 * Structure........................ Grid system
 * General Rules.................... OOCSS classes so you don't repeat yourself
 * General Wraps.................... Wrapper classes - page wrapper
 * General Elements................. For elements on all pages
 * Header........................... This is for your header classes
 * Menus & Search................... Styling for menu and search field
 * Forms............................ Styling for forms. Do not alter defautlt sizing
 * Listing.......................... For listing elements
 * View............................. For view elements
 * Sidebar.......................... Sidebar related classes and general box-styling
 * Footer........................... This is for you footer classes
 * Misc............................. Misc CustomPublish elements styles
 * For administrators............... For elements visible when logged into admin
 * Media Queries.................... Stying for mobiles and tablets
 *
 * To quickly jump to section: cmd/ctrl+f and search for #<section title>
 *
 */

/*------------------------------------*\
  #BASICS
\*------------------------------------*/

@font-face {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;

    src: url(/cpclass/css/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local("Material Icons"),
    local("MaterialIcons-Regular"),
    url(/cpclass/css/material-design-icons/MaterialIcons-Regular.woff2) format("woff2"),
    url(/cpclass/css/material-design-icons/MaterialIcons-Regular.woff) format("woff"),
    url(/cpclass/css/material-design-icons/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-size: 24px;  /* Preferred icon size */
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    width: 1em;
    height: 1em;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;

    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}



html,
body {
    font-size: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Open Sans', Sans-serif;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #0a0a0a;
    color: rgba(0, 0, 0, .8);
    /*background-color: #fafafa;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lSAction>.lSNext {
    right: 65px !important;
}


img:not([class="cboxPhoto"]) {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.body img[align="left"],
.body img[style*="float: left"] {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.body img[align="right"],
.body img[style*="float: right"] {
    margin-left: .5em;
}

.googlemapcontainer {
    margin: 4rem 0;
}

.enhetview .googlemapcontainer{
    margin: 1rem 0;
}

.enhetview .basicgmap{
    margin-top: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf::before,
.cf::after {
    display: table;
    content: " ";
}

.cf::after {
    clear: both;
}

.clearfix,
.cpsoptionsclear,
.cpsclear {
    font-size: 1px;
    clear: both;
    height: 0;
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}


/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;

    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;

    text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 80%;
    line-height: 0;
    color: #767676;
}

h1 {
    font-size: 1.75rem;
}
h2 {
    font-size: 1.4rem;
}
h3 {
    font-size: 1.1875rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1.0625rem;
}
h6 {
    font-size: 1rem;
}

h1 time,
h2 time {
    line-height: 0;
    color: #767676;
}

h1 time {
    font-size: 60%;
}
h2 time {
    font-size: 70%;
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 2.074rem;
    }
    h2 {
        font-size: 1.9rem;/*1.5*/
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6 {
        font-size: 1rem;
    }
}

code,
pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
}

blockquote:after {
    font-family: Georgia, serif;
    font-size: 3em;
    line-height: .3;
    position: absolute;
    z-index: -1;
    left: 0;
    display: inline-block;
    content: "\201D";
    color: #e2e2e2;
}

a {
    line-height: inherit;
    cursor: pointer;
    text-decoration: underline;
    /*color: #e30613; ny lenkefarge under, hentet fra profilmanual*/
    color: #006E95;
}

a:hover,
a:focus {
    text-decoration: none;
    /*color: #363738; hover lenkefarge fjernet*/
}

/* add icon to links that opens in new window */
/* a[target="_blank"]:not([rel]):before{
  font-family: "Material Icons";
  content: "\E89E";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #707070;
}*/

a img {
    border: 0;
}

.headlinelink {
    text-decoration: none;
}
.headlinelink:hover {
    text-decoration: underline;
}

ul,
ol,
dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
    margin-left: 1.25rem;
    list-style-type: inherit;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    font-weight: bold;
    margin-bottom: .3rem;
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    position: relative;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6b6868;
}

cite {
    font-size: .8125rem;
    display: block;
    color: #6b6868;
}

cite:before {
    content: "\2014 \0020";
}

abbr {
    cursor: help;
    color: inherit;
    border-bottom: 1px dotted #0a0a0a;
}

code,
pre {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: .125rem .3125rem .0625rem;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
}

kbd {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    margin: 0;
    padding: .125rem .25rem 0;
    color: #0a0a0a;
    background-color: #e6e6e6;
}

table:not(.checkouttable) {
    margin-bottom: 1rem;
    border-radius: 0;
}

table:not(.checkouttable, .paragraphpictable) thead,
table:not(.checkouttable, .paragraphpictable) tbody,
table:not(.checkouttable, .paragraphpictable) tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

caption {
    font-weight: bold;
    padding: .5rem .625rem .625rem;
}

table:not(.checkouttable) thead,
table:not(.checkouttable) tfoot {
    color: #0a0a0a;
    background: #f8f8f8;
}

thead tr,
tfoot tr {
    background: transparent;
}

table:not(.checkouttable, .paragraphpictable) thead th,
table:not(.checkouttable, .paragraphpictable) thead td,
table:not(.checkouttable, .paragraphpictable) tfoot th,
table:not(.checkouttable, .paragraphpictable) tfoot td {
    font-weight: bold;
    padding: .5rem .625rem .625rem;
    text-align: left;
}

table:not(.checkouttable, .paragraphpictable) tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

table:not(.checkouttable) tbody th,
table:not(.checkouttable) tbody td {
    padding: .5rem .625rem .625rem;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    overflow-y: scroll;
    width: 100%;
}

table:not(.checkouttable, .paragraphpictable):hover tr:hover {
    background-color: #f9f9f9;
}

table:not(.checkouttable, .paragraphpictable):hover tr:nth-of-type(even):hover {
    background-color: #ececec;
}




/*------------------------------------*\
  #STRUCTURE
\*------------------------------------*/

/* new row container element, does not need extra cf class */

.row,
body.maingeneral #main,
.listingarea.emptypage {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

body.maingeneral #main,
.listingarea.emptypage {
    /* max-width: 50rem; */
    padding: 2rem 0;
}

.row::before,
.row::after,
body.maingeneral #main::before,
body.maingeneral #main::after {
    display: table;
    content: " ";
}

.row::after,
body.maingeneral #main:after {
    clear: both;
}

/* collapse class = no padding on columns, align improved */

.row.collapse > .column,
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.small-collapse > .column,
.row.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (min-width: 40em) {
    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 64em) {
    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* expanded = full width rows */

.row.expanded {
    max-width: none;
}

/**
 * Padding = gutter size
 */

.column,
.columns {
    float: left;
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}

.column.small-centered,
.small-centered.columns {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.small-uncenter,
.small-push-0,
.small-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n+1),
    .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }

    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n+1),
    .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }

    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n+1),
    .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }

    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n+1),
    .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }

    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n+1),
    .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }

    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n+1),
    .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }

    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n+1),
    .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }

    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n+1),
    .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }

    .column.medium-centered,
    .medium-centered.columns {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .medium-uncenter,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 > .column,
    .large-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n+1),
    .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }

    .large-up-2 > .column,
    .large-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n+1),
    .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }

    .large-up-3 > .column,
    .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n+1),
    .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }

    .large-up-4 > .column,
    .large-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n+1),
    .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }

    .large-up-5 > .column,
    .large-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n+1),
    .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }

    .large-up-6 > .column,
    .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n+1),
    .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }

    .large-up-7 > .column,
    .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n+1),
    .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }

    .large-up-8 > .column,
    .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n+1),
    .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }

    .column.large-centered,
    .large-centered.columns {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .large-uncenter,
    .large-push-0,
    .large-pull-0 {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
}







/*------------------------------------*\
  #GENERAL RULES
\*------------------------------------*/

.fl {
    float: left;
}
.fr {
    float: right;
}
.db {
    display: block;
}
.dib {
    display: inline-block;
}
.di {
    display: inline;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.formobile {
    display: none;
}
.fortablet {
    display: none;
}
.fordesktop {
    /*display: block;*/
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.donotshow {
    display: none;
    visibility: hidden;
}
.show {
    display: block;
    visibility: visible;
}
.hidewhitespace {
    display: none;
}





/*------------------------------------*\
  #GENERAL WRAPS
\*------------------------------------*/

/**
 * max-width = page width - margin 0 auto = centered page
 *
 * WRAPPER CLASS REPLACED BY CLASS "ROW" (see .row) - Endre dec. 2015
 */

/*.wrap {
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}*/

#page {
    /* background-color: #ffffff; */
}




/*------------------------------------*\
  #GENERAL ELEMENTS
\*------------------------------------*/


.skiplink a {
    position: absolute;
    top: -190px;
}

.skiplink a:focus,
.skiplink a:hover {
    position: static;
    left: 0;
    width: auto;
}

#content {
 /*   margin-bottom: 2em; */
}

#main {
    min-height: 500px;
}

.pagedescription {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.pagemessage .messageblock {
    margin-bottom: 2rem;
    padding: 0.5rem;
    border: 2px solid #a2ded0;
    border-radius: 3px;
    background-color: #fff;
}

.pagemessage .messagenotice {
    font-family: 'Open Sans', sans-serif;
    font-size: .75em;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    display: none;
}

.pagemessage .date {
    font-size: .813em;
}

.pagemessage h2 {
    font-size: 1.2em;
}



#path {
    font-family: 'Open Sans', sans-serif;
    padding: 0 1rem;
    /*background-color: #fafafa;*/
    overflow-y: scroll;
    direction: rtl;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#path > .row{
    white-space: nowrap;
}

#path a,
#path .pathdelimiter {
    font-size: .75rem;
    text-transform: uppercase;
    /*float: left;*/
    color: #0a0a0a;
}

#path .pathdelimiter {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0 .75rem;
    opacity: 1;
    color: #545454;
}

#path a {
    text-decoration: none;
    color: #006E95;
}

#path a:last-of-type {
    font-weight: 600;
    color: #333;
}

#path a:hover {
    text-decoration: underline;
}

#path a.path:first-of-type{
    padding-left: 1rem;
}

.accessibility {
    display: none;
}

a.morebtn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 64px;
    height: 36px;
    margin: 0;
    padding: 0 16px;
    cursor: pointer;
    transition: background .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: 0 0;

    will-change: background;
}

a.morebtn.inverted {
    color: #e30613;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
}

a.morebtn:not(.raised):hover {
    background-color: #e30613;
}

a.morebtn.raised {
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    background: #e30613;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);

    will-change: box-shadow;
}

a.morebtn.raised:hover {
    background: #363738;
}

a.morebtn.raised:active {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

@media screen and (min-width: 40em) {
    #path{
        padding: 0;
        margin-bottom: 1rem;
        padding-bottom: 0;
        border: 0;
        overflow: visible;
        direction: ltr;
    }

    #path > .row{
        white-space: normal;
    }

    #path a.path:first-of-type{
        padding-left: 0;
    }

    .accessibility {
        display: inline-block;
    }

    .pagemessage .messageblock{
        padding: 1rem 1rem 0;
    }

    .pagemessage .messagenotice {
        display: block;
    }

}

@media screen and (min-width: 64em) {
}



#ZChatContainer{
  position: relative;
}

/*------------------------------------*\
  CUSTOM PAGE KULTURMINNER
\*------------------------------------*/
/* .page578175 #page {
  background-color: #e6eee8;
} */

.page578175 #page .pagedescription {
  border-bottom: none!important;
}

.page578175 #page .articlelist {
  display: flex;
  flex-flow: row wrap;
}

.page578175 #page .articlelist .articleblock {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 25%);
}

.page578175 #page .articlelist .articleblock .textwrap {
  padding: 2rem 1rem;
  text-align: center;
}

.page578175 #page .articlelist .articleblock .textwrap .headline {
  margin-top: 0;
}

.page578175 #page .articlelist .articleblock .textwrap .headline a {
  color: #39493d!important;
}

.page578175 #page .articlelist .articleblock .imgwrap {
  min-height: unset!important;
}

.page578175 #page .columns:last-child:not(:first-child) {
  float: left;
}

.page578175 #page .columns {
  padding: unset;
}

@media print, screen and (min-width: 40em) {
  .page578175 #page .medium-6 {
    width: calc(50% - 1.7045454545rem);
    margin-left: 0.8522727273rem;
    margin-right: 0.8522727273rem;
  } 
}

@media screen and (min-width: 64em) {
  .page578175 #page .large-4 {
    width: calc(33.3333333333% - 1.7045454545rem);
    margin-left: 0.8522727273rem;
    margin-right: 0.8522727273rem;
  }
}

.page578175 #page .viewarea {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.page578175 #page ul.subpagemenu {
  background: #fff;
  margin-right: 2rem;
  padding: 1rem;
}

/*------------------------------------*\
  #HEADER
\*------------------------------------*/

#header {
    z-index: 99999;
    padding: 1rem 0;
    background-color: #fff;
}

.site-tools {
      background-color: #fff;  
}

body.frontpage.articlelisting .site-tools .search {
    display: none;
    padding: .25rem;
}

.frontpage.articlelisting #header {
    position: absolute;
    width: 100%;
    background-color: white;
   /* background:    -moz-linear-gradient(to bottom,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background:         linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
}

.logo {
    margin-bottom: 2rem;
    text-align: center;
}

.accessibility {
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    line-height: .8;
    padding: .26rem;
    cursor: help;
    vertical-align: middle;
    color: yellow;
    border-radius: 5px;
    background-color: #505050;
}

.frontpagetop {
    height: 75vh;
    margin-bottom: 3rem;
    background-size: cover;
}


/* Searchform */

#searchform {
    display: inline-block;
    overflow: hidden;
    height: auto;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.searchinput[type="text"]:not([size]) {
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    background-color: transparent;
}

.searchsubmit {
    top: 8px;
    right: 5px;
    display: inline-block;
    height: 22px;
    cursor: pointer;
    vertical-align: middle;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

@media screen and (min-width: 40em) {
    .frontpagetop {
        height: 70vh;
    }

    .site-tools .search {
        text-align: right;
    }

    #header {
        padding: 0 2rem;
        padding-bottom: 0;
        margin-bottom: 1rem;
        border-bottom: 1px solid #e0e0e0;
    }

    .frontpage.articlelisting #header{
        border: 0;
    }

    .frontpage.articlelisting #header {
        padding-top: 1rem;
    }

    .logo {
        margin-bottom: 0;
        padding: 1rem 0;
        text-align: left;
    }

    .logo img{
      max-width: 180px;
    }

    .accessibility {
        margin-left: 1em;
    }
}

@media screen and (min-width: 64em) {
}





/*------------------------------------*\
  #MENUS AND SEARCH
\*------------------------------------*/

#navigation {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.menubtnbasicmenu,
.menubtnslideout {
    display: none;
}

.menubtnslideout,
.menubtnbasicmenu {
    display: block;
}

.menu,
.menu ul,
.submenu {
    font-family: 'Open Sans', Sans-serif;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mainmenu {
    display: none;
}

.mainmenu > li {
    display: block;
    margin-right: 0;
}

.mainmenu > li > a {
    display: block;
    padding: 1rem 2rem;
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
}

body.frontpage.articlelisting .mainmenu > li > a {
    color: rgba(30, 30, 30, 1);
  }

body.frontpage.articlelisting .mainmenu > li > a:after {
    background-color: rgba(30, 30, 30, .8);
}

.mainmenu > li > a:hover:after,
.mainmenu > li.itemselected > a:after {
    width: 100%;
}

.burger {
    margin: 0;
    padding: .5rem 2rem;
    list-style: none;
    cursor: pointer;
}

.burger li {
    width: 30px;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #333;
}

.showmoremobile{
  font-size: 0.813rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0;
  padding: 0.25rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.subpagemenu{
  display: none;
}

.subpagemenu li {
    position: relative;
}

.subpagemenu li a {
    font-weight: 600;
    display: inline-block;
    padding: .5em;
    transition: all .2s ease;
    text-decoration: none;
    letter-spacing: .03em;
}

.subpagemenu ul a {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 4px solid #eee;
}

.subpagemenu ul ul a {
    font-size: .9em;
    margin-left: 3em;
    padding-left: 1em;
    border-left: 4px solid #eee;
}

.subpagemenu a:hover,
.subpagemenu li.itemselectedcurrent > a {
    color: #003d5c;
    border-left-color: #ccc;
}

.subpagemenu li.hassubitem:after {
    font-size: 2.4em;
    line-height: .9;
    position: absolute;
    top: .3em;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: " ";
    color: #707070;
    background-image: url(/images/chevron-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.subpagemenu li.hassubitem.itemselected:after {
    background-image: url(/images/chevron-arrow-down.png);
}


.tjenestermenuouter {
    margin-bottom: 1rem;
}

.pageintro {
    font-size: 1.2em;
    bottom: 4rem;
    max-width: 55rem;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}

.pageintro h1 {
    font-family: 'Open Sans', Sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
}

.pageintro p {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 600;
}

.tjenestermenu {
    font-family: 'Open Sans', Sans-serif;
}

.tjenestermenu > li {
    margin-bottom: 2rem;
    vertical-align: top;
}

.tjenestermenu a {
    transition: all .2s ease;
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
}

.tjenestermenu a:hover {
    color: #e30613;
}

.tjenestermenu > li > a {
    font-size: 1.6em;
    color: #e30613;
   /* text-transform: uppercase;*/
   /*Removed AE br KK.*/
}

.tjenestermenu > li li {
    display: inline-block;
}

.tjenestermenu > li li a {
    color: rgba(0, 0, 0, .7);
}

.tjenestermenu > li li:not(:last-of-type) a:after {
    content: ", ";
}

.tjenesterrow1{
  animation-delay: 0.2s;
}

.moreservices {
    display: none;
}

.politicsmenu li{
  padding: 1rem;
  text-align: center;
}

.politicsmenu li a{
  display: block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
  will-change: box-shadow;
  transition: box-shadow 0.1s ease-in-out;
}

.politicsmenu li a:hover{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


@media screen and (min-width: 40em) {
    #navigation {
        position: relative;
        left: auto;
        text-align: inherit;
        background-color: transparent;
        box-shadow: none;
    }

    .mainmenu {
        display: inline-block;
    }

    .mainmenu > li {
        display: inline-block;
    }

    .mainmenu > li > a {
        font-size: 1.1em;
        font-weight: 500;
        display: block;
        margin-left: 1rem;
        padding: 1rem 0;
        text-decoration: none;
    }

    .mainmenu > li > a:after {
        display: block;
        width: 0;
        height: 1px;
        content: "";
        transition: all 400ms cubic-bezier(.215, .610, .355, 1.000);
        background-color: rgba(0, 0, 0, .3);
    }

    .showtools {
        margin-left: 1em;
    }

    .menubtn {
        display: none;
    }

    .searchinput[type="text"]:not([size]) {
        min-width: 230px;
    }

    .subpagemenucontainer,
    .subpagemenucontainer ul.menulevel0 {
        padding-right: 2rem;
    }

    .submenucontainerinner {
        /* border-right: 1px solid #ccc; */
    }

    .subpagemenu{
    display: block;
  }

    .tjenestermenu > li {
        display: inline-block;
        width: 33.3%;
        margin-right: -4px;
    }

    .frontpage .tjenestermenu > li {
        padding-right: 2rem;
    }

    .tjenestermenu .submenu li a{
      font-size: 18px;
  }

    .notfrontpage .tjenestermenu > li {
        padding: 2rem;
        border-right: 1px solid #ccc;
    }

    .tjenestermenu > li:nth-child(3n+3){
        border-right: 0;
    }

  .politicsmenu li{
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin-right: -5px;
  }

  .showmoremobile,
    .submenucontainerinner > .caption{
    display: none;
  }

}

@media screen and (min-width: 64em) {
}





/*------------------------------------*\
  #FORMS
\*------------------------------------*/

form.cpsimpleform {
    clear: both;
    margin: 1rem 0;
    padding: 1em;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fefefe;
}

.cpadminmode form.cpsimpleform {
    margin-bottom: 0;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    font-family: inherit;
    font-size: 1rem;
    /* display: block; */
    box-sizing: border-box;
    /*width: 100%;*/
    height: 2.4375rem;
    /*margin: 0 0 1rem;*/
    margin: 0;
    padding: .5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    color: #0a0a0a;
    /* border: none; */ /*remove if revert*/
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    background-color: #fefefe;

    -webkit-appearance: none;
       -moz-appearance: none;
}

[type="text"]:not([size]),
[type="password"]:not([size]),
[type="date"]:not([size]),
[type="datetime"]:not([size]),
[type="datetime-local"]:not([size]),
[type="month"]:not([size]),
[type="week"]:not([size]),
[type="email"]:not([size]),
[type="number"]:not([size]),
[type="search"]:not([size]),
[type="tel"]:not([size]),
[type="time"]:not([size]),
[type="url"]:not([size]),
[type="color"]:not([size]) {
    width: 100%;
}

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
    transition: box-shadow .5s, border-color .25s ease-in-out;
    border: 1px solid #8a8a8a;
    outline: none;
    background: #fefefe;
    box-shadow: 0 0 5px #cacaca;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    cursor: default;
    background-color: #e6e6e6;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
    margin: 0 0 0.5rem;
}

[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: .5rem;
    cursor: pointer;
    vertical-align: baseline;
}

#sitefeedbackbox [type="checkbox"] + label,
#sitefeedbackbox [type="radio"] + label {
    margin-left: 2px;
    overflow: auto;
}

label > [type="checkbox"],
label > [type="label"] {
    margin-right: .5rem;
}

#sitefeedbackbox{
  height: auto !important;
}

#sitefeedbackbox form.cpsimpleform{
  height: 90px;
    overflow: hidden;
}

#sitefeedbackbox[style="height: auto;"] form.cpsimpleform{
  height: auto;
}

#sitefeedbackbox .cpsimpleform input[type="submit"]{
  font-family: 'Open Sans', Sans-serif;
}

#sitefeedbackbox .sfbadminsection{
  padding: 0.5rem;
  background-color: #333;
  color: #fff;
}

#sitefeedbackbox .sfbadminsection a{
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', Sans-serif;
  font-size: 0.813em;
}

#sitefeedbackbox .socialmedialinks{
  margin: 0.5rem 0;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #eee;
}

#sitefeedbackbox .socialmedialinks p{
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: top;
}

#sitefeedbackbox .socialmedialinks a{
  vertical-align: top;
}

label,
.cpstextheading {
    font-size: .875rem;
    font-weight: normal !important;
    line-height: 1.8;
    display: block;
    margin: 0;
    color: #0a0a0a;
}
.cpstextheading {
    font-size: .9875rem;
    overflow: auto;
}
.optionsvertical .cpsoptions.cpsoptionsradio,
.optionsvertical .cpsoptions.cpsoptionscheckbox {
  margin-left: 1rem;
}

.cpselementcontainer > div > .cpsstatictext {
    font-size: .8125rem;
    font-style: italic;
    margin-top: -.5rem;
    color: #333;
}

.formqedlink {
  display: block;
  position: relative;
  float: right;
}


fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem;
    background: #fefefe;
}

select {
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem 1.5rem .5rem .5rem;
    cursor: pointer;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb(51, 51, 51)\"></polygon></svg>");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 9px 6px;

    -webkit-appearance: none;
       -moz-appearance: none;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

select:disabled {
    cursor: default;
    background-color: #e6e6e6;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
}

/* TODO: fix invalid form validation */
/* input:invalid{
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
} */

.is-invalid-label {
    color: #ec5840;
}

.cpsimpleform input[type="text"]:not([size]),
.cpsimpleform input[type="email"]:not([size]),
.cpsimpleform input[type="tel"]:not([size]) {
    width: 98%;
    max-width: 20em;
}

.cpsimpleform input[type="tel"]:not([size]),
.cpsimpleform input.sfx-phone:not([size]) {
    width: 10em;
}

input.sfx-phone[type="tel"]:not([size]),
input.sfx-telefon[type="tel"]:not([size]) {
    width: 8em;
}

input.sfx-postal-code[type="text"]:not([size]),
input.sfx-zip-code[type="text"]:not([size]),
input.sfx-postnr[type="text"]:not([size]) {
    width: 8em;
}

/*.cpsimpleform input[type="submit"],
.cpsimpleform input[type="button"],
.cpsimpleform button*/

input[type="submit"],
input[type="button"],
button {
    font-size: .9rem;
    line-height: 1;
    display: inline-block;
    margin: 0 1rem 1rem 0;
    padding: .85em 1em;
    cursor: pointer;
    transition: all .25s ease-out;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #2199e8;

    -webkit-appearance: none;
}

/*.cpsimpleform input[type="submit"]:hover,
.cpsimpleform input[type="button"]:hover,
.cpsimpleform button:hover*/

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    color: #fff;
    background: #1583cc;
}

#main .cpselementcontainer {
    /* margin-bottom: 1rem; */
  margin-bottom: 0.75rem;
}

#main .cpselementcontainer.horizontal > div > label,
#main .cpselementcontainer.horizontal > div > .cpstextheading,
#main .cpselementcontainer.horizontal > div > .cpsoptions {
    display: inline-block;
    min-width: 15%;
    margin-right: 1rem;
    vertical-align: top;
}

.cpselementcontainer .cpsstatictext {
    margin: 2px 0 5px;
    padding-top: 2px;
}

#main .optionshorizontal .cpsradiooption,
#main .optionshorizontal .cpscheckboxoption {
    float: left;
    margin-right: 5px;
    white-space: nowrap;
}

#main .cpsimpleform div.cpsfile {
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #eee;
}

span.mandatory {
    font-size: 1.4em;
    margin-left: 2px;
    color: #c82e14;
}

.formpropertiesbox {
    font-size: 80%;
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 2rem !important;
    padding: 1rem !important;
    border: 1px solid #2199e8 !important;
    border-bottom-width: 3px !important;
    background-color: #fafafa !important;
}

.formpropertiesbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.formpropertiesbox ul li {
    display: inline-block;
    margin-right: 1rem;
}






/*------------------------------------*\
  #LISTING
\*------------------------------------*/



.articlelist .articleblock {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #ececec; */
}

.articlelist .articleblock .imgwrap .listingpic {
    background-color: #f2f2f2;
}

.articlelist .articleblock figure {
    margin: 0;
}

.articlelist.frontpagearticles .articleblock figure {
    margin: 0;
}

.articlelist .articleblock.nopic .textwrap{
    width: 100%;
    float: none;
}

.articlelist.frontpagearticles .articleblock .headline {
    margin-top: 0;
}

.articlelist.frontpagearticles .articleblock .ingress {
    font-size: 1.1em;
}

.articlelist.frontpagearticles .articleblock time {
    font-family: 'Open Sans', Sans-serif;
    font-size: .813em;
    color: #707070;
}

.articlelist .articleblock .textwrap {
    text-rendering: optimizeLegibility;
}



.listingarea hr,
.hr {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
}



.articlelist .headline {
    line-height: 1.4;
    margin-top: .75rem;
    margin-bottom: 1rem;

    text-rendering: optimizeLegibility;
}

.articlelist .subheadline {
    font-size: 1.3em;
    margin-top: 0;
}

div.pagebar {
    text-align: center;
}

.announcements {
    overflow: hidden;
    margin-bottom: 4rem;
    padding: 4rem 0 1rem 0;
    background-color: #f0f0f0;
}

.announcements .articlelist {
    max-width: 55em;
    margin: 0 auto;
}

.announcements .articleblock {
    padding: 0 0 1rem 0;
    text-align: center;
}

.announcements .articleblock .textwrap {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
}

.announcements .articleblock time {
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #707070;
}

.announcements .articleblock .headline {
    margin-top: 0;
}

.poimap {
    padding: 4rem 0;
    color: #fff;
    background-color: #22313f;
}

.poimapwrapper .googlemapcontainer {
    margin: 0;
}

.poimapwrapper .basicgmap {
    width: 100%;
    margin: 0;
}


.frontpagefeeds {
    margin-bottom: 4rem;
}

/* article calendar front page */

.frontpagecalendar .articleblock {
    overflow: hidden;
    padding-bottom: 0;
    /* border: 1px solid #eee; */
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.frontpagecalendar .datetime {
    padding: .5rem;
    text-align: center;
    color: #fff;
    background-color: #c0392b;
}

.frontpagecalendar .datetime > span {
    font-family: 'Open Sans', Sans-serif;
    font-size: .813em;
    display: block;
}

.frontpagecalendar .datetime > span.datedaydayname {
    font-weight: 700;
}

.frontpagecalendar .datetime > span.datedaynum {
    font-family: 'Open Sans', Sans-serif;
    font-size: 2em;
}

.frontpagecalendar .textwrap header {
    padding: .75rem 1rem 0 1rem;
}

.articlelist.frontpagecalendar .headline {
    font-size: 1em;
    margin: 0;
}

.articlelist.frontpagecalendar .datetimewrap{
    margin-right: 0.5rem;
}

.frontpagecalendar .endtimeinfo {
    font-size: .9em;
    color: #707070;
}

/* front page search */

.frontpagesearchlabel {
    font-family: 'Open Sans', Sans-serif;
    display: inline-block;
    padding: .2rem .5rem;
    color: #555;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    color: #950015;
}

.frontpageinputwrapper {
    display: block;
    padding: .5rem;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
}

.searchfieldfrontpage {
    width: 100%;
    margin-bottom: 4rem;
    bottom: 0;
}

.searchfrontpageinput {
    font-size: 1.2em;
    padding-right: 2rem;
}

.searchfrontpageinput[placeholder] {
    text-overflow: ellipsis;
}

.searchfrontpagesubmit {
    top: 25%;
    right: 15px;
    width: 26px;
    height: 26px;
}



/* TOPTOP */

.toptop {
  display: none;
  padding: .3em 1.5em 0em;
  background: #EFEFEF;
}

.toptop a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.toptop a:hover {
  text-decoration: underline;
}

.topinfo {
  padding: .3em 0 0 1.9em;
  background: url(https://img7.custompublish.com/getfile.php/3275575.1897.taewuvawfe/toptop_info.png) left center no-repeat;
  font-size: .8em;
}


@media screen and (min-width: 40em) {

  .toptop{
    display: block;
  }

  .logo{
    text-align: left;
    margin-bottom: 0;
  }

  .bildetopp{
    padding: 10rem 0;
  }
}

@media screen and (min-width: 64em) {

}








/* Popular links */

.popularlinkswrapper {
    padding-top: .5rem;
    text-align: right;
}

.popularlinks {
    display: inline-block;
}

.popularlinkslabel {
    margin-bottom: .25rem;
    padding: .5rem;
    color: #333;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

.popularlinks > li {
    display: inline-block;
    margin-bottom: .25rem;
}

.popularlinks > li a {
    font-size: 1em;
    display: block;
    padding: .5rem;
    transition: background-color .2s ease;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    background-color: #e30613;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);

    will-change: background-color;
}

.popularlinks > li a:hover {
    background-color: #363738;
}

/* Notification bar */

.notificationblock {
    padding: .5rem 0;
    color: #fff;
    border-bottom: 1px solid #3d5871;
    background-color: #22313f;
}

.notificationblock.arttype15 {
    background-color: #bd1a15;
}

.notificationblock .closebtn {
    top: .5rem;
    right: .5rem;
}

.notificationblock .closebtn i {
    color: rgba(255, 255, 255, .5);
}

.notificationblock .closebtn i:hover {
    color: rgba(255, 255, 255, .9);
}

.notificationblock .notification {
    font-size: 18px;
    margin-right: 1rem;
    vertical-align: middle;
}

.notificationblock .columns,
.notificationblock p {
    margin: 0;
}

.notificationblock .notification-headline {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.notificationblock .notification-datetime {
    font-size: .813em;
    font-weight: 600;
}

.characterblock{
  margin-bottom: 1rem;
}

.characterbreak{
  font-family: 'Open Sans', Sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 0.5rem;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  margin-bottom: -1px;
  background-color: #fff;
}

.azlist{
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px;
  background-color: #fff;
  overflow: hidden;
}

.livesearchcontainer{
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 1rem;
}

#listlivesearch{
  max-width: 230px;
  display: inline-block;
  vertical-align: middle;
}

.listlivesearchbox input[type="submit"],
.listlivesearchbox button{
  margin: 0;
  padding: 0.75em 1em;
}

.livesearchresults h3{
  display: none;
  margin-top: 1rem;
  font-size: 1.2em;
  border-top: 1px solid #ccc;
}

/* accessible tabs */

.accessibletabs .current-info,
.accessibletabs .accessibletabsanchor,
.accessibletabs .tabhead{
    position: absolute;
    left: -999em;
}

.accessibletabs .tabs-list{
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.accessibletabs .tabs-list > li{
    display: inline-block;
}

.accessibletabs .tabs-list > li a,
.moteyear a,
a.artarchiveeyearlink{
    font-family: 'Open Sans', Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 64px;
    overflow: auto;
    height: 36px;
    margin: 0 1rem 0 0;
    padding: 0 16px;
    cursor: pointer;
    transition: background .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: 0 0;
    will-change: background;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    color: rgba(255, 255, 255, .8);
    border-radius: 2px;
    background: #115888;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    will-change: box-shadow;
}

.accessibletabs .tabs-list > li a:hover,
.accessibletabs .tabs-list > li.current a,
.moteyear a:hover,
a.artarchiveeyearlink:hover{
    background-color: rgb(26, 67, 95);
    overflow: auto;
}


/*  -------------------------------------------------------------------------------------  */
/*  -----------------------------  FORSIDE IMPORT FRA 1616  -----------------------------  */
/*  -------------------------------------------------------------------------------------  */

.fp-listing17{
  background-color: #fafafa;
  color: #000;
  padding: 4rem 0;
}

.pr {
    position: relative;
}

.fp-listing17 .kunngjoringer h2 { font-size: 1rem; }


.fpcaption {
    margin: 0 0 0.25em 0;
    padding: 0 0 0.25em 0;
    font-weight: 300;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: .01rem;
    color: #707070;
}


/* CAPTION LIGHSLIDER - CB */

.lslide{
  position:relative;
}

.lslide > a > span{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0.6rem 1rem;
  background: rgba(0, 0, 0, 0.54);
  color: white;
  width: 100%;
  max-width: 848px;
}

.articlemediawrap .imglist {
    margin-left: 1rem;
    list-style: none;
}

/* END CAPTION LIGHTSLIDER - CB */

.light-slider.lightSlider.lSSlide {
  min-height: 10em;
}

.lSAction>a {
  opacity: 0.9;
}

.slidercontrols{
  position: absolute;
  width: 100%;
  top: 40%;
}

.slidercontrols a{
  position: absolute;
}

.slidercontrols .sliderprevbtn{
  left: -65px;
}

.slidercontrols .slidernextbtn{
  right: -5px;
}

.kunngjoringer{
  padding-left: 4rem;
  line-height: 1rem;
}



/*  -------------------------------------------------------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  -------------------------------------------------------------------------------------  */

/* enhet listing */

.enhetlisting .googlemapcontainer,
.enhetlisting .basicgmap{
    margin: 0;
    padding: 0;
}

.enhetlisting .enhetblock{
    border-bottom: 1px solid #e0e0e0;
    padding: 0.5rem 0;
}



/* grid listing */

.gridlisting .headline{
    font-size: 1.2rem;
}


/* activities list */

.addevent{
  margin-bottom: 2rem;
}

.addevent h1{
  vertical-align: middle;
  margin-right: 1rem;
}

.activityblock{
    margin-bottom: 2rem;
}

.activityblockcontent{
    height: 100%;
    background-color: #fff;
}

.activityblockinner{
    padding: 0.75rem;
    border-radius: 0 0 3px 3px
}

.activityblock .activitydate{
    padding: 0.5rem 0;
    background-color: #e30613;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-family: 'Open Sans', Sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 0.813em;
}

.activityblock .headline{
    font-size: 1.1em;
    line-height: 1.6;
}


@media screen and (min-width: 40em) {
    .articlelist .articleblock .imgwrap {
        min-height: 245px;
    }


    .frontpagefeeds .morebtncontainer {
        float: right;
    }

    .searchfrontpageinput {
        font-size: 1.4em;
    }

    .notificationblock .notification-date {
        margin-right: 1rem;
    }

    .notificationblock .closebtn {
        top: 25%;
        right: 1rem;
    }

    .notificationblock a.morebtn {
        margin-left: 1rem;
    }

    .articlelist.frontpagearticles .articleblock {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .articlelist.frontpagearticles .articleblock p {
        margin-bottom: 0;
    }

    .articlelist.frontpagearticles .articleblock .headline {
        font-size: 1.2em;
    }

    .articlelist.frontpagearticles .articleblock .ingress {
        padding-right: 2rem;
    }

    .articlelist.frontpagecalendar .headline {
        font-size: 1.4em;
    }

    .gridlisting .textwrap{
        height: 100%;
        border-right: 1px solid #ccc;
    }

    .gridlisting .articleblock:last-child .textwrap{
        border: 0;
    }

}

@media screen and (min-width: 64em) {
}

/* -----------------------------------------------
  Expandable tjenestebeskrivelser (Malvik style)
   ----------------------------------------------->
   Include following js & XSLT file: /publish/plugins/tjenestekatalog/xsl
      $(".tjkbeskrivelse h2.sectionheader").click(function(){
        $(this).toggleClass("active").next().slideToggle(300);
      });
*/
.tjkbeskrivelse .xslttag{
  display: none;
}

.tjkbeskrivelse .debuginfo{
  display: none;
}

.tjkbeskrivelse .cpadminmode .debuginfo{
  display: block;
}

.tjkbeskrivelse h2.sectionheader {
  transition: all .25s ease-out;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fefefe;
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1.25rem 1rem 1.25rem 2.5rem;
    transition: all .2s ease-out;
    color: #006E95;

  border-bottom-width: 0;
}

.tjkbeskrivelse h2.sectionheader::before {
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -.65rem;
    content: "+";
}
.tjkbeskrivelse h2.sectionheader.active::before {
    content: "–";
}
.tjkbeskrivelse h2.sectionheader.active {
    background: #fafafa;
}
.tjkbeskrivelse h2.sectionheader:hover,h2.sectionheader:focus {
    cursor: pointer;
    background-color: #e6e6e6;
}
.tjkbeskrivelse h2.sectionheader:last-of-type {
    border-bottom: 1px solid #ccc;
}
.tjkbeskrivelse h2.sectionheader.active:last-of-type {
    border-bottom: 0;
}
.tjkbeskrivelse .expandedbox {
    display: none;
  clear: bloth;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  background-color: #fafafa;
}



/*------------------------------------*\
  #SELVBETJENING
\*------------------------------------*/


.selvbetjeningbox {
    padding: 3em 0;
    background-color: #e7eaea;
    color: #fff;
}

.selvbetjeningbox h3{
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #e30613;
  font-size: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

  .selvbetjeningbox h3{
    position: relative;
  }

.selvbetjeningmenu > li{
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;

}

.selvbetjeningmenu > li a{
  display: block;
  background-color: #e30613;
  color: white;
  padding: 10px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 3px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  transition: 0.15s all ease;
}

.selvbetjeningmenu > li a:hover{
  background-color: #363738;
}

.selvbetjeningmenu > li{
    margin-right: -4px;
  }






/*------------------------------------*\
  #VIEW
\*------------------------------------*/

.viewareacontent {
    max-width: 75rem;
    margin: 0 auto;
}


.ingressview{
  font-family: 'Open Sans', Sans-serif;
}

.articlebody .innerbody,
.articlebody .articleparagraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.viewareacontent > section,
.viewareacontent > article {
    padding: 0 1rem;
}

.viewarea .listingpic {
    margin: 0 0 1rem 0;
}

.viewarea .listingpic img {
    margin-bottom: 1rem;
}

.viewarea .listingpic figcaption {
    font-size: .813em;
    font-style: italic;
    padding: 0;
    color: #767676;
}

.viewarea .articleheader {
    padding: 0 1rem;
}

.body,
.headlineview,
.ingressview {
    text-rendering: optimizeLegibility;
}

.ingressview{
  font-size: 1.1em;
}

.viewarea .subheadline{
    font-size: 1.1em;
    font-weight: 600;
}

.tools {
    margin-bottom: 1rem;
}

.tools a {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 3px;
}



.viewarea .byline {
    font-size: 80%;
    line-height: 1;
    margin: 1rem 0;
    padding: .5rem 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.paragraphpictable {
    display: block;
    width: 100%;
    height: auto;
}

table.paragraphpictable tr,
table.paragraphpictable td,
.paragraphpictable tbody tr,
.paragraphpictable tbody td{
    background-color: transparent;
}

.paragraphpictable td.body {
    padding: 0;
}

.paragraphpictable td.body img {
    margin: 0;
}

.paragraphpictable .paragraphpictext {
    font-size: .9em;
    font-style: italic;
    padding: .5rem 0;
    color: #606060;
}

.paragraphpictable tbody tr:nth-child(even),
.paragraphpictable tbody tr:nth-child(even):hover {
    border: 0;
    background-color: transparent;
}

.paragraphpictable,
.paragraphpictable tbody {
    border: 0;
}

.articlemedia.articlemediaimages {
    margin-top: 2rem;
}

.articlemediaimages .articleimage{
  display: inline-block;
  vertical-align: top;
}

.articlemediaimages .articleimage img {
    line-height: 0;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    /* border: solid 4px #fefefe; */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.articlemediaimages .articleimage img:hover,
.articlemediaimages .articleimage img:focus {
    box-shadow: 0 2px 8px 1px rgba(10, 10, 10, .5);
}

.viewarea .forumwrapper .cpforum > ul.posting > li {
    margin: 2rem 0;
    padding: 0 3rem 1rem 3rem;
    border: 1px solid #f0f0f0;
    background-color: #fbfbfb;
}

.viewarea .forum h3 {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.viewarea .forum .cpforumformwrapper fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.viewarea .forum .cpforumformwrapper legend {
    display: none;
}

.viewarea .forum .cpforumformwrapper .mandatory {
    font-size: .875em;
}

.viewarea .forum .cpforumformwrapper br {
    display: none;
}

.viewarea .forum .cpforumformwrapper input[type="text"]:not([size]) {
    width: 100%;
    max-width: 100%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfname input[type="text"]:not([size]) {
    width: 98%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfbody textarea {
    width: 100%;
    max-width: 100%;
}

.viewarea .forum .cpforumformwrapper .cpselementcontainercpfreplyto {
    display: none;
}

.viewarea .forum .cpforum .forumpost {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.viewarea .forum .cpforum > .posting > li > .forumpost {
    /* border-top: 3px solid #eee; */
    /* margin-top: 2rem; */
    padding-top: 2rem;
}

.viewarea .forum .cpforum .posting .posting {
    margin-top: 1rem;
    border-left: 3px solid #e9e9e9;
}

.viewarea .forum .cpforum .subject {
    font-size: 1.2em;
}

.viewarea .forum .cpforum .postingdate {
    font-style: italic;
    margin-bottom: 1rem;
    color: #767676;
}

.viewarea .eventdate {
    display: inline-block;
    margin-bottom: 1rem;
}

.viewarea .byline .author,
.viewarea .byline .date{
    line-height: 1.6;
}


/* accordion style extended article
 * usage: check "Dynamic" on the article paragraphs
 */

.articleparagraphdynamic {
    transition: all .25s ease-out;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #f0f3f3;
}

.articleparagraphdynamic h2.paragraphheadline {
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1.25rem 1rem;
    transition: all .2s ease-out;
    color: #262626;
    border-bottom: 1px solid #ececec;
}

.articleparagraphdynamic h2.paragraphheadline:hover,
.articleparagraphdynamic h2.paragraphheadline:focus {
    cursor: pointer;
    background-color: #ececec;
}

:last-child > .articleparagraphdynamic h2.paragraphheadline {
    border-bottom-width: 0;
}

.articleparagraphdynamic h2.paragraphheadline::after {
    vertical-align: bottom;
    content: "+";
    line-height: 0.7;
    left: 1rem;
    float: right;
}

.articleparagraphdynamic.is-active > h2.paragraphheadline::after {
    content: "-";
}

.articleparagraphdynamic .paragraphtext {
    display: none;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #ececec;
}

.articleparagraphdynamic.is-active {
    background: #fafafa;
}

.articleparagraphdynamic.is-active .paragraphtext {
    display: block;
}

.enhetview .articleparagraphdynamic:not(:last-of-type),
.articleparagraphdynamic:not(:last-of-type),
.articleparagraphdynamic .paragraphtext {
    border-bottom: 0;
    margin-bottom: 0.5rem;
}

.articleparagraphdynamic:last-child {
    margin-bottom: 1rem;
}

.paragrapbullets{
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.paragrapbullets li{
    padding: 0.5rem 0;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
}

.paragrapbullets li:first-child{
    border-top: 1px solid #ccc;
}

.paragrapbullets li a{
    font-family: 'Open Sans', Sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.paragrapbullets li a:before{
    content: "› ";
}

.paragrapbullets li a:hover{
    text-decoration: underline;
}



.viewarea .attachments{
  padding: 1rem;
  background-color: #fff;
}

.viewarea .attachments > div{
  margin-bottom: 0.25rem;
  font-family: 'Open Sans', Sans-serif;
}

.viewarea .attachments .filesize{
  font-size: 0.813em;
  color: #707070;
}

.viewarea .attachments > div:last-of-type{
  margin-bottom: 1rem;
}


/* menutest */

.accordiontest {
    transition: all .25s ease-out;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
}

.accordiontest > li {
    font-size: .75rem;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1.25rem 1rem;
    transition: all .2s ease-out;
    color: #006E95;
    border-bottom: 1px solid #e6e6e6;
}

.accordiontest > li:hover,
.accordiontest > li:focus {
    cursor: pointer;
    background-color: #e6e6e6;
}

:last-child > .accordiontest > li {
    border-bottom-width: 0;
}

.accordiontest > li::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: "+";
}

.accordiontest li.is-active::before {
    content: "–";
}

.accordiontest ul {
    display: none;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #e6e6e6;
}

.accordiontest.is-active {
    background: #fafafa;
}

.accordiontest .is-active ul {
    display: block;
}

.accordiontest:not(:last-of-type),
.accordiontest ul {
    border-bottom: 0;
}

.accordiontest:last-child {
    margin-bottom: 1rem;
}

.articleparagraphdynamic.is-active > a.lightbox {
    display: block;
}

.articleparagraphdynamic > a.lightbox {
  display: none;
}

.listingpictext{
  display: none;
}




/* enhet view */

.enhetview .viewareacontent{
    max-width: 100%;
}

.enhetview .enhetmenu{
    margin-bottom: 1rem;
}

.enhetview .enhetmenu > li{
    display: inline-block;
    margin-right: -4px;
}

.enhetview .enhetmenu > li a{
    display: block;
    padding: 0.5rem 0;
    border-bottom: 3px solid #ccc;
    text-decoration: none;
    color: #333;
    margin-right: 0.5rem;
    letter-spacing: 0.03em;
    margin-right: 1rem;
    font-style: italic;
}

.enhetview .articleparagraph{
    margin-bottom: 2rem;
}

.enhetview .paragraphheadline{
    /*font-size: 1.1rem;*/
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ccc;
}

.loscontent .box{
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #22313f;
}

.loscontent h3{
  margin-bottom: 0;
  margin-top: 1rem;
  line-height: 1;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}



/* article los tabs */

.lostabs{
  margin-bottom: 2rem;
}

.lostabs ul.tabs-list{
  margin: 0;
}

.lostabs ul.tabs-list > li{
  display: inline-block;
  margin-right: 0.25rem;
}

.lostabs ul.tabs-list a{
  display: block;
  padding: 1rem 1rem 0.25rem 1rem;
  border-bottom: 3px solid #eaeaea;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Open Sans', Sans-serif;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.lostabs ul.tabs-list .current a,
.lostabs ul.tabs-list a:hover{
  text-decoration: none;
  border-bottom-color: #3d5871;
}

.lostabs .current-info,
.lostabs .accessibletabsanchor,
.lostabs .tabhead{
  position: absolute;
  left: -999em;
}

.lostabs .content{
  clear: both;
  padding: 1rem;
  background-color: #fff;
}

.byline, .byline a {
  color: #4f4f4f!important;
}

.regformmapcontainer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.formantispam {
  margin-top: 1rem;
  font-size: 16px;
}

#gatamibilde {
  font-size: 16px;
}

.regformaftermap .grid-x {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
    .viewareacontent > section,
    .viewareacontent > article {
        padding: 0;
    }

    .viewarea figcaption {
        padding: 0;
    }

    .viewarea .articleheader {
        padding: 0;
    }

    .ingressview {
        font-size: 1.4em;
    }

    .viewarea .byline {
        padding: .5rem 0;
    }

    .viewarea .byline .author,
    .viewarea .byline .date{
        display: inline-block;
    }

    .paragraphpictable {
        float: right;
        width: 35%;
        padding: 1rem 0 1rem 1rem;
    }

    .articlemediaimages .articleimage{
      margin-right: 1rem;
    }

    .viewarea .forum .cpforumformwrapper .cpselementcontainercpfname,
    .viewarea .forum .cpforumformwrapper .cpselementcontainercpfemail {
        float: left;
        width: 50%;
    }

    .enhetview .headlineview{
        display: inline-block;
        margin-right: 2rem;
    }

    .enhetmenucontainer{
        display: inline-block;
        padding-left: 2rem;
        border-left: 1px solid #ccc;
    }

    .enhetview .enhetmenu > li a{
        padding: 0;
        font-size: 1.2em;
        will-change: border-bottom-color, color;
        transition: all 0.2s ease-out;
    }

    .enhetview .enhetmenu > li a:hover{
        border-bottom-color: #333;
        color: #000;
    }
}

@media screen and (min-width: 64em) {
}





/*------------------------------------*\
  #SIDEBAR
\*------------------------------------*/

#mainsidebar {
    padding-right: 0;
}

/**
 * standard box/widget
 */

.box {
    margin: 0;
    padding: 0;
}

.caption {
    margin: 0 0 1rem 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.caption h3 {
    font-size: 1.350em;
    font-weight: 300;
}

.box ul,
.box ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}


@media screen and (min-width: 40em) {
}

@media screen and (min-width: 64em) {
}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/

#footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: white;
    background-color: #404040;
}

#footer a {
    color: #fff;
}

#footer address {
    font-style: normal;
}

#footer .companyname {
    font-family: 'Open Sans', Sans-serif;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

.footermenu {
    margin-bottom: 1rem;
}

.cpcredits {
    font-size: .8em;
    margin-bottom: 2em;
    text-decoration: none;
    color: #ccc;
}

#copyright {
    font-size: .8em;
}


@media screen and (min-width: 40em) {
    .siteinfo {
        /* text-align: right; */
    }
}

@media screen and (min-width: 64em) {
}





/*------------------------------------*\
  #MISC
\*------------------------------------*/

.errmsg {
    font-weight: bold;
    padding: .5em;
    color: #a00;
    border: 1px solid #a00;
    background: #ffd9d9;
}

#main .gm-style-iw h2{
    font-size: 1.2em;
    line-height: 1.4;
}

/**
 * weather forecast
 */



.weathertablefivedays td {
    padding: 5px;
}

.weathertablefivedays .weatherlocname {
    font-weight: bold;
}

/**
 * Calendar
 */

.icalendardayhead {
    background-color: #f0f0f0;
}

.monthlycalendartable {
    width: 100%;
}

.calendardate {
    color: #333;
}

.caltime {
    margin-right: 15px;
}

.vevent {
    padding: .5em 0 .5em 2em;
    border: 1px solid #666;
    background-color: #eee;
}

.calevent {
    margin: 0 0 .5em;
    padding: .5em;
}

.calevent .eventwhen {
    margin-right: 10px;
}

/* calendarview v3 */

.articlecalendarwrapper .articlecalendarwrapper {
    margin-bottom: 2em;
    margin-bottom: 2rem;
}

.articlecalendarwrapper h5.caldayheader {
    font-weight: 200;
    margin: .5em 0;
    padding: .5em;
    border-top: 1px solid #ccc;
    background: #fafafa;
}

.articlecalendarwrapper .calevent {
    padding: 0 0 .5em 1em;
}

.articlecalendarwrapper .calevent .caleventtime,
.articlecalendarwrapper .calevent .caleventwhat,
.articlecalendarwrapper .calevent .caleventcat,
.articlecalendarwrapper .calevent .caleventicallink {
    display: inline-block;
}

.articlecalendarwrapper .calevent .caleventtime {
    width: 25%;
}

.articlecalendarwrapper .calevent .caleventwhat {
    width: 50%;
}

.articlecalendarwrapper .calevent .caleventcat {
    width: 15%;
}

.articlecalendarwrapper .calevent .caleventicallink {
    width: 10%;
}

/* calendarlist v3 */

.calendarlistblockver3 .caleventdisplay {
    margin: 0 0 1em 0;
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.calendarlistblockver3 .calendarwhenwrap,
.calendarlistblockver3 .calendarwhatwrap {
    display: inline-block;
    vertical-align: top;
}

.calendarlistblockver3 .calendarwhenwrap {
    width: 28%;
    text-align: center;
}

.calendarlistblockver3 .calendarwhatwrap {
    width: 72%;
    margin-left: -5px;
}

.calendarlistblockver3 .calendardatedaynum {
    font-size: 2.8em;
    line-height: 1;
    display: block;
}

.calendarlistblockver3 .calendardatedaymonth {
    display: block;
}

.calendarlistblockver3 .caleventsummary {
    font-size: 1.1875rem;
}

.calendarlistblockver3 .caleventsummary a {
    text-decoration: none;
}

.calendarlistblockver3 .caleventsummary a:hover {
    text-decoration: underline;
}

.calendarlistblockver3 .calendarwhatwrap .caleventdescription {
    display: none;
    padding-left: 1em;
    border-left: 1px solid #ccc;
}

.calendarlistblockver3 .caleventtmeta > div,
.calendarlistblockver3 .caleventtmeta > time {
    padding-left: 1.5em;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.calendarlistblockver3 .caleventtmeta .caleventlocation {
    background-image: url(../images/location.png);
}

.calendarlistblockver3 .caleventtmeta time {
    background-image: url(../images/clock.png);
}

.calendarlistblockver3 .caleventtmeta .caleventcategory,
.calendarlistblockver3 .caleventtmeta .caleventorganizator,
.calendarlistblockver3 .caleventtmeta .caleventemail,
.calendarlistblockver3 .caleventtmeta .caleventweekno {
    display: none;
}

@media screen and (min-width: 40em) {
    .calendarlistblockver3 .caleventtmeta > div,
    .calendarlistblockver3 .caleventtmeta > time {
        display: inline-block;
        min-width: 48%;
    }

    .calendarlistblockver3 .calendarwhenwrap {
        width: 20%;
    }

    .calendarlistblockver3 .calendarwhatwrap {
        width: 80%;
        margin-left: -5px;
    }

    .calendarlistblockver3 .caleventsummary {
        font-size: 1.6375rem;
    }
}

@media screen and (min-width: 64em) {
    .calendarlistblockver3 .calendarwhenwrap {
        width: 15%;
    }

    .calendarlistblockver3 .calendarwhat {
        width: auto;
        margin-left: 0;
    }
}


/**
 * Effects of wide page classes
 */



.widemain #mainsidebar,
.widefull #mainsidebar,
.widefull .subpagemenucontainer {
    display: none;
}

.widefull #main {
    float: none;
    width: 100%;
}

.nostyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.scaletext .small {
    font-size: .8em;
}
.scaletext .medium {
    font-size: 1em;
}
.scaletext .large {
    font-size: 1.3em;
}

#colorbox:focus {
    outline: 0;
}

#cboxOverlay {
    background: #000 !important;
}

/**
 * Search
 */

#mngogosearchform > table,
#mngogosearchform > table td {
    display: block;
    width: 100%;
    text-align: left;
}

.solrsearch .solrsearch.block .ingress {
    padding-left: 0;
}


/**
 * Calendar v3
 */


/**
 * Sitemap
 */

#sitetree{
    font-family: 'Open Sans', Sans-serif;
}

#sitetree ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sitetree > ul > li{
    padding: 0.5rem 0;
    border-bottom: 1px solid #ccc;
}

#sitetree ul ul{
    display: none;
}

#sitetree > ul li ul{
    padding-left: 1.5rem;
    margin-left: 0.75rem;
    border-left: 1px solid #e0e0e0;
}

#sitetree > ul > li > a{
    font-size: 1.2em;
}

#sitetree ul a {
    text-decoration: none;
}

#sitetree ul a:hover {
    text-decoration: underline;
}

#sitetree .submenuexpander{
    vertical-align: top;
    margin-right: 0.5rem;
    cursor: pointer;
}


/**
 * Article archive
 */

.artarchivesearchform label,
.artarchivesearchform input{
  display: inline-block;
}

.artarchivesearchform input[type="submit"]{
  margin: 0;
}

.artarchiveweekhead {
    margin-bottom: .25em;
    padding-bottom: .25em;
    border-bottom: 1px solid #ccc;
}

.articlearchive .artarchiveweekhead {
    margin-top: 2em;
    font-family: 'Open Sans', Sans-serif;
}

.articlearchive .artarchivedate {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
}

.articlearchive .artarchiveupdated {
    display: none;
}

.articlearchive .artarchivetitle {
    display: inline-block;
    float: none;
    width: auto;
}


/**
 * Shop4 checkout
 */

.checkoutpage #main > h1 {
    text-align: center;
}

#main #checkouttablecontainer {
    max-width: 65em;
    margin: 1rem auto;
}

#main .checkouttable {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0 0 0;
}

#main .carttotaltable {
    margin: 0 0 1rem 0;
}

.checkouttable th {
    font-size: .8em;
    font-weight: 500;
    padding: .5rem .3rem;
    text-align: left;
    border-bottom: 2px solid #333;
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    background-color: #fde3a7;
}

.checkouttable td {
    padding: 1rem 0;
}

.checkouttable .carttotalrow td,
.checkouttable .checkoutvatrow td {
    padding: 0 1rem;
    background-color: #e4f1fe;
}

.checkouttable .carttotalrow td {
    font-weight: 600;
    padding-top: 1rem;
}

.checkouttable .checkoutvatrow {
    font-size: .813em;
}

.checkouttable .checkoutvatrow2 td {
    padding-bottom: 1rem;
}

.checkouttable th[align="right"] {
    text-align: right;
}

.checkouttable .cartrow {
    font-size: .813em;
    border-bottom: 1px solid #ccc;
}

.checkouttable input.productquantity {
    height: auto;
    padding: 0;
    text-align: center;
}

.checkouttable .checkoutcouponrow td {
    padding: 1rem 0;
}

.checkouttable td.shopremovetd {
    min-width: 22px;
    max-width: 25px;
}

.checkouttable td.quantitytd {
    min-width: 40px;
    max-width: 40px;
}

.checkouttable .thcheckoutprice {
    min-width: 100px;
}

.checkouttable .thcheckoutproductno,
.checkouttable .productnotd,
.checkouttable .thcheckoutpriceex,
.checkouttable .priceexvattd {
    display: none;
}

.checkouttable .productnotd {
    font-size: .813em;
}

#main #checkoutcustomerdetails .cpselementcontainer {
    margin-bottom: 0;
}

#checkoutcustomerdetails .cpselementcontainerfirstname,
#checkoutcustomerdetails .cpselementcontainerlastname,
#checkoutcustomerdetails .cpselementcontaineraddress,
#checkoutcustomerdetails .cpselementcontaineraddress2,
#checkoutcustomerdetails .cpselementcontainerzipcode,
#checkoutcustomerdetails .cpselementcontainercity,
#checkoutcustomerdetails .cpselementcontaineremail,
#checkoutcustomerdetails .cpselementcontaineremail2 {
    float: left;
    width: 50%;
}

#checkoutcustomerdetails .cpselementcontainerzipcode {
    width: 10%;
    min-width: 80px;
}

#checkoutcustomerdetails .cpselementcontainercity {
    width: 32%;
}

#checkoutcustomerdetails .cpselementcontainerzipcode input {
    max-width: 4em;
}

.checkoutcouponrow {
    font-size: .9em;
}

.checkoutcouponrow input[type="submit"] {
    margin: 0;
    vertical-align: middle;
}

.checkoutcouponrow input[name="couponcode"] {
    display: inline-block;
    vertical-align: middle;
}


/* moteplan */

table.motetable{
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

table.motetable th{
    background-color: #22313f;
    color: #fff;
    font-family: 'Open Sans', Sans-serif;
}

table.motetable tbody tr{
    border-bottom: 1px solid #eee;
}

table.motetable tbody tr td:first-child{
    background-color: #f6fbff;
}

table.motetable tbody tr td:not(:first-child){
    font-family: 'Open Sans', Sans-serif;
}


/**
 * Mypage
 */

ul.editmyinfomenu {
    list-style: none;
}

ul.editmyinfomenu > li {
    display: inline-block;
    margin-right: 1em;
}

ul.editmyinfomenu > li > a {
    display: block;
}


@media screen and (min-width: 40em) {
    .artarchivedate {
        float: left;
        width: 25%;
        padding-right: 1em;
        text-align: right;
    }

    .articlearchive .artarchiveupdated {
        font-size: .75em;
        display: block;
    }

    .artarchivetitle {
        float: left;
        width: 75%;
    }

    #mngogosearchform > table {
        display: table;
        width: auto;
        text-align: inherit;
    }

    #mngogosearchform > table td {
        display: table-cell;
        width: inherit;
    }

    .solrsearch .solrsearch.block .ingress {
        padding-left: 1rem;
    }

    .checkouttable .thcheckoutproductno,
    .checkouttable .productnotd,
    .checkouttable .thcheckoutpriceex,
    .checkouttable .priceexvattd {
        display: table-cell;
    }

    .checkouttable td,
    .checkouttable th {
        padding: 1rem;
    }

    .checkouttable td.shopremovetd {
        width: auto;
    }

    .checkouttable .cartrow {
        font-size: 1em;
    }

    .checkouttable td.productnametd,
    .checkouttable .thcheckoutproduct {
        min-width: 220px;
    }

    .checkouttable .shopremovetd {
        padding: 0 0 0 1rem;
    }

    .carttotaltable td[align="right"] {
        width: 100px;
    }
}

@media screen and (min-width: 64em) {
}





/*------------------------------------*\
  #FOR ADMINISTRATORS
\*------------------------------------*/

.empty-page-message {
    font-size: 1.1em;
    margin: 0 0 .5em 0;
    padding: 1.5em;
    color: #446cb3;
    border-radius: 3px;
    background-color: #e4f1fe;
}

.empty-page-message .new-article-btn {
    display: inline-block;
    padding: .5em 1em;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-bottom: 3px solid #3a539b;
    border-radius: 2px;
    background-color: #4183d7;
}

.empty-page-message .new-article-btn:hover {
    border-top: 1px solid #e4f1fe;
    border-bottom: 2px solid #3a539b;
}

.empty-page-message .new-article-btn:active {
    border-top: 3px solid #e4f1fe;
    border-bottom: 0;
}

.empty-page-menu {
    margin: 2em 0;
}
.empty-page-menu span {
    display: block;
    margin-bottom: .5em;
}

.empty-page-menu ul li a {
    display: block;
    margin-bottom: .5em;
    padding: .4em;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fafafa;
}

.empty-page-menu li a:hover {
    background-color: #eaeaea;
}

.articleadminbar {
    font-size: .66em;
    z-index: 99999;
    bottom: 0;
    /* position: absolute; */
    /* display: none; */
    width: 150px;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: 0;
    padding: .35rem .5rem;
    text-align: center;
    color: #666;
    border: 1px dotted #d2d7d3;
    background-color: #f0f0f0;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.articleheader .articleadminbar {
    top: 0;
    right: 0;
    bottom: auto;
    display: inline-block;
    opacity: .9;
}

.articleblock:hover .articleadminbar,
.articleheader:hover .articleadminbar {
    /* display: inline-block; */
    opacity: 1;
}

.articleadminbar > span {
    font-weight: 600;
    margin-right: 4px;
    vertical-align: middle;
    text-transform: uppercase;
}

/* how to scale text msg */

.howtoscaletext {
    font-size: 1.4em;
    position: absolute;
    z-index: 10000;
    top: 10px;
    display: none;
    min-width: 30em;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 50px 10px 10px;
    color: #333;
    border: 1px solid #999;
    background-color: #ffd;
    box-shadow: 0 0 10px #999;
}
.howtoscaletext .close {
    font-weight: bold;
    line-height: 1.0em;
    position: absolute;
    top: 7px;
    right: 5px;
    display: inline-block;
    margin: 0;
    padding: 3px;
    color: #333;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 3px #999;
    text-shadow: none;
}
.howtoscaletext .close:hover,
.howtoscaletext .close:focus {
    margin: 0;
    cursor: pointer;
    color: #000;
    border-color: #000;
    background-color: #ddd;
}


#sitefeedbackboxcontainer{
    display: none;
}

@media screen and (min-width: 40em) {
    .empty-page-message {
        width: 45%;
    }

    .empty-page-menu ul li a {
        max-width: 45%;
    }
}

@media screen and (min-width: 64em) {
}




/**
 * Org chart
 */



ul.orgchart{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-family: 'Open Sans', Sans-serif;
}

ul.orgchart li{
  vertical-align: top;
}

ul.orgchart a{
  display: inline-block;
  width: 100%;
  padding: 1rem 0.5rem;
  background-color: #E4F1FE;
  margin-bottom: 1rem;
  color: #333;
  text-decoration: none;
  min-height: 100px;
  position: relative;
}

ul.orgchart a:hover{
  text-decoration: underline;
}

ul.orgchart > li > a{
  margin-bottom: 2rem;
}

ul.orgchart ul.menulevel1 > li{
  /* display: inline-block;
  width: 49%; */
}

ul.orgchart ul.menulevel2 > li{
  width: 100%;
  display: inline-block;
  /* margin-right: -4px; */
  font-size: 0.813rem;
}

ul.orgchart ul.menulevel2 > li a{
  margin-bottom: 0.5rem;
}

ul.orgchart ul.menulevel2 > li:nth-child(1) a{ background-color: #E08283; }
ul.orgchart ul.menulevel2 > li:nth-child(2) a{ background-color: #AEA8D3; }
ul.orgchart ul.menulevel2 > li:nth-child(3) a{ background-color: #81CFE0; }
ul.orgchart ul.menulevel2 > li:nth-child(4) a{ background-color: #4ECDC4; }
ul.orgchart ul.menulevel2 > li:nth-child(5) a{ background-color: #FDE3A7; }
ul.orgchart ul.menulevel2 > li:nth-child(6) a{ background-color: #D2D7D3; }
ul.orgchart ul.menulevel2 > li:nth-child(7) a{ background-color: #A2DED0; }
ul.orgchart ul.menulevel2 > li:nth-child(8) a{ background-color: #89C4F4; }



@media screen and (min-width: 40em) {

  ul.orgchart ul.menulevel2 > li{
    width: 20%;
  }

}

@media screen and (min-width: 64em) {

  ul.orgchart ul.menulevel2 > li{
    width: 12%;
  }

}




/* MIN SIDE */
.minsidelisting {
  margin-bottom: 2rem;
}

ul.minsidemenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}
ul.minsidemenu > li {
  width: 25%;
  margin-bottom: 0.5rem;
}

ul.minsidemenu li a {
  font-size: 1.5rem;
  text-decoration: none;
  background-color: #f5f5f5;
  height: 100%;
  padding: 1rem;
  margin: 0.5rem;
  display: block;
  transition: 0.2s ease all;
}
ul.minsidemenu li a:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

ul.minsidemenu li a .pagedesc {
  font-size: 1rem;
  color: #333;
}

@media all and (max-width: 768px) {
  ul.minsidemenu > li {
    width: 50%;
  }
}



/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/

@media all and (max-width: 768px) {
    #main {
        min-height: 0;
    }

    .fortablet {
        display: block;
    }
    .fordesktop {
        display: none;
    }
}

@media all and (max-width: 480px) {

    body.maingeneral #main,
    .listingarea.emptypage {
        padding-right: 1em;
        padding-left: 1em;
    }

    #sitetree > ul > li {
        float: none;
        width: 100%;
    }
}



.page192394 input{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page192394 textarea{
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*Endringer Kristina/Aleksander mai 2022*/
/*Skjuler subpagemenu på mobil*/
.subpagemenucontainer{
  display: none;
}
@media screen and (min-width: 64em) {
  .subpagemenucontainer{
    display: block;
  }
}

.egendefinertknapp{
  display: block;
  background-color: #e30613;
  color: white;
  padding: 10px;
  /* margin-left: 10px; */
  margin-top: 10px;
  border-radius: 3px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  transition: 0.15s all ease;
  max-width: 160px;
}

@media print {
  * {
      color: #000 !important;
      border-color: #666 !important;
      background-color: #fff !important;
      background-image: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }

  .footercontent{
    display: none!important;
  }



  body {
      font-family: 'Open Sans', Sans-serif;
      font-size: 11pt;
  }

  #sitefeedbackbox,
  #header,
  #topnav,
  #navigation,
  #subnavbar,
  #mainsidebar,
  #footer,
  #cp,
  #searchform,
  .corner,
  #taleweb,
  #talewebholder,
  #PAFTOOLBAR,
  #skiplink,
  .skiplink,
  .adminbar,
  .cpeditlinks {
      display: none !important;
  }

  #page,
  #main {
      float: none !important;
      width: auto !important;
      min-width: 0 !important;
      border: none !important;
  }

  .side {
      padding: 0;
  }

  .box,
  .articleblock {
      page-break-inside: avoid;
  }

  th {
      color: #000 !important;
      background-color: #ccc !important;
  }

  tr:nth-child(2n+1) {
      background-color: #dedede !important;
  }
  tr:nth-child(2n+1) {
      background-color: transparent !important;
  }
  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  .hidden-print {
    display: none !important;
  }
}


.activityblockinner .subheadline{
  font-weight: bold;
  font-size: 1em;
}
.activityblockinner figure{
  margin: 2em 5px;
}

.articleview .button{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color:#225D84;
  color:#ffffff;
  text-decoration: none;
  
}

.gatami-case-description{
  display: none;
}