/* cmsms stylesheet: Reset modified: 05/29/22 15:41:39 */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
figcaption {
  display: block;
}

html {
  box-sizing: border-box;
}

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

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

html {
  overflow-y: scroll;
}

ul {
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type='radio'] {
  vertical-align: text-bottom;
}

input[type='checkbox'] {
  vertical-align: bottom;
}

.ie7 input[type='checkbox'] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type='button'],
input[type='submit'],
input[type='file'],
button {
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
input[type='button'] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #20ad8a;
  padding: 10px 20px 10px 20px;
  border: solid #20ad8a 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
/* cmsms stylesheet: Inmemory modified: 05/29/22 15:41:39 */
/* Base-stilsett */

html {
  font-family: 'roboto', arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2b2520;
  height: 100%;
  font-weight: 300;
}

td,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

body {
  margin: 0;
  position: relative;
  min-height: 100%;
  width: 100%;
}

b,
strong,
th {
  font-weight: 500;
}

h1 {
  font-size: 220%;
  font-weight: 400;
  margin: 0 0 0.5em;
}

h1 .fa {
  opacity: 0.5;
}

h2 {
  font-size: 180%;
  font-weight: 400;
  margin: 0 0 0.1em;
}

h3 {
  font-weight: 400;
  font-size: 160%;
  margin: 0.5em 0;
}

h5 {
  font-size: 110%;
  font-weight: 500;
}

h6 {
  font-size: 100%;
  font-weight: 300;
  font-style: italic;
  color: black;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

p {
  margin: 0;
}

p.small {
  font-size: 50%;
}

hr {
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
}

hr.liste {
  border: 0;
  border-bottom: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

ul {
  list-style-position: inside;
  padding: 0;
}

li {
  list-style-position: inside;
  padding: 0;
}

a {
  color: #17b491;
  text-decoration: none;
}

figcaption {
  color: #666666;
  font-style: italic;
  margin-bottom: 2em;
  margin-top: -1.8em;
}

.hidden {
  display: none;
}

#main a:hover,
footer a:hover {
  font-weight: 500;
}

.mobile {
  display: none;
}

.width {
  width: 1140px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

.width-lg {
  max-width: 1920px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

header {
  height: 64px;
  line-height: 63px;
  background: #17b491;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.fixed-header body {
  padding-top: 64px;
}

.homelink {
  display: inline-block;
  height: 48px;
  margin-top: 8px;
}

#mobilenav {
  display: none;
}

#fullnav {
  float: right;
}

#fullnav li {
  float: left;
  position: relative;
  z-index: 1;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  transition: all 0.3s ease;
  background: #17b491;
  list-style: none;
}

#fullnav li:hover {
  background: #2d8cd6;
}

#fullnav li.menuactive {
  background: #ff5630;
  border-right: 5px solid #ff5630;
  transition: all 0s;
}

#fullnav a {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  color: white;
}

#fullnav li.sectionheader {
  display: block;
  padding: 0 16px;
  text-decoration: none;
  color: white;
  cursor: context-menu;
}

#fullnav ul ul {
  display: none;
  position: absolute;
  background-color: #17b491;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

#fullnav li:hover > ul {
  display: block;
}

#banner {
  min-height: 80px;
  background: #ddddd8;
}

#banner-g {
  min-height: 80px;
  background: #17b491;
}

#banner h1 {
  margin: 0;
  padding-top: 16px;
}

#main {
  padding: 24px 0 64px;
}
/* submenu */

.sidebar {
  width: 240px;
  float: right;
}

.sidebar li {
  list-style: none;
}

.sidebar::after {
  content: '';
  display: block;
  clear: both;
}

.submenu {
  border: 1px solid #d7d7d0;
  border-radius: 0px;
}

.submenu li a.parent {
  font-weight: 500;
  font-size: 120%;
}

.submenu li a {
  display: block;
  padding: 8px 12px;
  color: #555552;
}

.submenu a.menuactive:not(.menuparent) {
  color: black;
  background: #e7e7e0;
}

.submenu li li a {
  border-top: 1px solid #ddddd8;
  line-height: 23px;
}

.submenu li li a::before {
  content: '\f00c';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 17px;
  font-size: 10px;
  background: #aaaaa6;
  color: white;
  vertical-align: top;
  margin: 3px 8px 0 0;
  border-radius: 8px;
}

.submenu a.menudisabled::before {
  content: '\f00c';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
}

.submenu li li a.menuactive::before {
  background: #ff5630;
}
/*content*/

.sidebar + .content {
  margin-right: 280px;
}

.content .bigimage img {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}

.index-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 24px;
}

.index-table td {
  width: 33%;
}

.content-table td + td {
  padding-left: 32px;
  width: 33%;
}

#bottom {
  padding: 24px 0 90px;
  background: #ddddd8;
  text-align: center;
}

#middle {
  padding: 32px 0 32px;
  text-align: center;
}

table.partnere {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 32px;
}

table.partnere td {
  background: #f6f6f0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 24px;
  vertical-align: middle;
}

footer {
  background: #333;
  color: #bbbbb6;
  padding: 16px 0;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footerlogo {
  float: right;
  opacity: 0.5;
  height: 32px;
}

footer p,
footer ul {
  display: inline-block;
  margin-right: 8px;
}

footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0 8px;
  line-height: 1.2;
  border-left: 1px solid #777772;
}

footer ul li a.menuactive {
  cursor: default;
  color: #ccccc7;
  font-weight: 500;
}
/* slideshow */

#banner .cycle-slideshow {
  max-height: 500px;
  overflow: hidden;
}

.cycle-slideshow {
  position: relative;
}

.cycle-slide {
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.cycle-caption {
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 64px;
  background: rgba(255, 255, 255, 0.9);
  color: black;
}

.cycle-caption a {
  color: black;
  text-decoration: none;
}

.cycle-slideshow .cycle-slide img {
  display: inline-block;
  height: 100%;
  width: auto;
  margin: 0 -100%;
}

.cycle-slideshow .banner-item {
  width: 100%;
}

.cycle-slideshow .cycle-slide img.banner-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.cycle-pager {
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 64px;
  line-height: 10px;
  color: #bbb;
  text-indent: 99px;
  z-index: 990;
}

.cycle-pager span {
  display: inline-block;
  vertical-align: middle;
  background: #17b491;
  background: #aaa;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  opacity: 0.65;
  border-radius: 5px;
}

.cycle-pager span.cycle-pager-active {
  transform: scale(1.2);
  opacity: 1;
  background: #17b491;
}

.cycle-nav {
  position: absolute;
  top: 50%;
  background: #555;
  color: white;
  text-align: center;
  display: block;
  font-size: 40px;
  line-height: 43px;
  padding: 0 12px 5px;
  margin: -24px 16px 0;
  border-radius: 4px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 101;
}

.cycle-next {
  right: 0;
}

.cycle-nav:hover {
  opacity: 1;
}
/* kontaktskjema */

input[type='text'],
input[type='number'],
input[type='password'],
select,
textarea {
  min-height: 40px;
  padding: 8px;
  color: #777;
  background: #ddddd8;
  border-radius: 6px;
  border: 1px solid #ddddd8;
  border-bottom: 2px solid #ccccc8;
  width: 500px;
  max-width: 100%;
  margin: 0 4px 4px 0;
  display: inline-block;
  outline: none;
}

input[type='text']:hover,
input[type='number']:hover,
input[type='password']:hover,
select:hover,
textarea:hover {
  background: #ddddd8;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
select:focus,
textarea:focus {
  background: #eeeee8;
  color: #222;
  border-color: #aaaaa5;
}

input[type='button'],
input[type='submit'],
button {
  min-height: 40px;
  padding: 8px 16px 6px;
  color: #fff;
  background: #777773;
  border-radius: 6px;
  border: 0 solid #666662;
  border-width: 0 0 2px 0;
  text-transform: uppercase;
  margin: 0 4px 4px 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  cursor: pointer;
}

input[type='button']:hover,
input[type='submit']:hover,
button:hover {
  background-color: #17b491;
  border-color: #139673;
}

.cms_form {
  margin-right: 3em;
  width: 450px;
}

.cms_form label {
  display: none;
}

.cms_form input[type='text'],
.cms_form input[type='number'],
.cms_form input[type='password'],
.cms_form select,
.cms_form textarea {
  padding-left: 30px;
}

.error_message {
  margin: 0 0 1em;
}

.error_message li {
  list-style: none;
  color: #d00;
}

.cms_form .form_field_error {
  display: none;
  color: #d00;
  margin: -0.15em 0 0.5em;
}

.cms_form .submit {
  position: relative;
}

.cms_form .submit input {
  border-left-width: 40px;
  padding-left: 12px;
}

.cms_form .submit i {
  position: absolute;
  top: 0.8em;
  left: 0.6em;
  color: white;
}
/* kart */

#googlemap {
  height: 300px;
}
/* byråkart */

#agentsgooglemap {
  height: 600px;
  width: 65%;
}

#agentslist {
  width: 33%;
  float: right;
  border-top: 1px solid #ddddd8;
}

#agentslist li {
  list-style: none;
}

#agentslist li a {
  display: block;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.userlist {
  display: none;
  margin-left: 1.28em;
}

.opencounty .userlist {
  display: block;
}

.county {
  border-bottom: 1px solid #ddddd8;
}

.county > span {
  display: block;
  padding: 8px 0;
}

.county > span:hover {
  background: #eeeee8;
  cursor: pointer;
}

.county .userlist {
  margin-bottom: 16px;
}

.county .openicon,
.opencounty .closedicon {
  display: none;
}

.opencounty .openicon {
  display: inline-block;
}

.agentname {
  font-weight: 500;
  cursor: pointer;
}

.openagent {
  background: #e7e7e0;
  padding: 8px 4px 8px 12px;
  margin-bottom: 8px;
}

.agent .agentinfo {
  display: none;
}

.openagent .agentinfo {
  display: block;
}

.agentinfo td {
  padding-right: 4px;
}
/* news */

.NewsSummary::after {
  content: '';
  display: block;
  clear: both;
}

.NewsSummaryDetails {
  color: #888882;
  margin: 8px 0;
}

.NewsSummaryDetails span {
  margin-right: 16px;
}

.NewsSummaryImage {
  width: 160px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 4px 24px 24px 0;
}

.NewsSummaryImage img {
  max-width: 1000%;
  display: inline-block;
  height: 100%;
  width: auto;
  margin: 0 -100%;
}

.NewsSummaryMorelink {
  display: block;
  margin-top: 8px;
}

.NewsDetailRow {
  color: #777;
  margin: 16px 0;
}

.NewsDetailField,
#NewsPostDetailSummary {
  margin-bottom: 16px;
  font-size: 120%;
  font-weight: 500;
}

#NewsPostDetailReturnLink a {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #20ad8a;
  padding: 10px 20px 10px 20px;
  border: solid #20ad8a 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

#NewsPostDetailReturnLink a:hover {
  color: #ffffff;
  background: #20ad8a;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

#NewsPostDetailReturnLink a:before {
  content: '\f1d8';
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: -100%;
  left: 0;
  position: absolute;
}

.NewsMinimal li {
  line-height: 1.3;
  padding: 0;
  margin: 0 0 16px;
}
/* tm slider */

#tm {
  min-height: 100px;
  padding: 24px 0 24px;
  background: #ddddd8;
  overflow: hidden;
}

.tm-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 2px #fff;
  background-color: #fff;
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: center;
}

#tm-slider {
  width: 100%;
  height: auto;
}

.tm-text {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 120%;
  font-style: italic;
  line-height: 1.5;
  padding: 25px;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACNElEQVRIS7XWS6hPURTH8c81cTEycDHwSJGkiBlRBsKAifLKcySDm/cjlEKUiAFKEkoekfIYICSPdBlRFAZycd3yLClMaN320b/TOf9777+/PTxr7/Vda+21fvs0qL6GYT6mYBQGpu1teIbbOIM3ZW4aSgzheA8m4ASu4Sm+pf19MQYzsDSBNqI1768IsBjHsApH8buTLHtiBfZjQcro35E8IKJYhJl43YnjvHk4ruBIgnXYKwER+QZMxpduOs+298M9bMO5SkDU/AVG1BB5USYvMRhvswzO4w4OFUTeAxPxGD+TvRfG4wH+FJxZg3FYGICI/j6GllzobFxIaW9PznZgK2aluucZjRF9QAKwBX2wuaTu0YbHsQ/r0p4DWJka4lTJub1oD8BNRGR36wyYGq0egJjKmNJsiPKcWjNoQksA4pLKJjpgtQKiOX78b8D3ALzHaHyt8x30x8MA3MCuNAdFjFpLNA3NAdiEUMfQoXoCQvxaAzAEj9Jo/yogxHtwOmUZMxMrpHw95iBUIL96412UPuueeDRaEAOUXyHH83AVn5MxRC3egrMl0x/VGIllGSCEKV6lELtXJaXq6ueYqSepMm2V/R+lCJmdhI9d9ZbbF50TAhiyfzFs+QFbjeXpweluJhH55VTmgxm4aILnptquxeEKiS5LKi60GTsRZzsirwYI2yDsRvTySVxPdf1UccljMR1LcCmp8Yd8FNU0KANFVNlvy4CkXe14jlvpaQzBLFx/ARM0i0dJw2oDAAAAAElFTkSuQmCC),
    auto;
}

.tm-title {
  float: right;
  font-size: 90%;
  text-align: right;
  letter-spacing: 0.1em;
  padding-top: 20px;
}

.tm-title a {
  float: right;
  font-style: italic;
  text-decoration: none;
  color: #17b491;
}

.tm-title a:hover {
  color: #118067;
}

.tm-company a {
  float: right;
  font-style: italic;
  text-decoration: none;
  color: #17b491;
}

.tm-company a:hover {
  color: #ff6b45;
}

.tm-stars {
  width: 111px;
  height: 20px;
  margin: 10px auto;
  background-image: url(/uploads/images/static/stars.png);
  background-repeat: no-repeat;
}
/* team */

.teamlist {
  text-align: center;
}

.teamlist::after {
  display: inline-block;
  width: 100%;
  content: '';
  font-size: 0;
}

.teambox {
  display: inline-block;
  box-sizing: border-box;
  padding: 25px 25px 20px;
  width: 25%;
  word-spacing: 0;
  vertical-align: top;
  text-align: center;
}

.teambox-alt {
  display: inline-block;
  box-sizing: border-box;
  padding: 25px 35px 25px;
  width: 34%;
  word-spacing: 0;
  text-align: center;
}

.teambox img {
  border-radius: 50%;
  border: solid 2px #e5e6df;
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.teambox img:hover {
  border-radius: 50%;
  -webkit-filter: grayscale(50%);
  /* Chrome, Safari, Opera */
  filter: grayscale(50%);
}

.teambox-alt img {
  border-radius: 50%;
  border: solid 2px #e5e6df;
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.teambox-alt img:hover {
  border-radius: 50%;
  -webkit-filter: grayscale(50%);
  /* Chrome, Safari, Opera */
  filter: grayscale(50%);
}

.teamtext {
  padding-top: 8px;
}

.teamtext-name {
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 0.2em;
}

.teamtext-worktitle {
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.4em;
}
/* icon størrelse */

.social-icons .fa {
  font-size: 1.2em;
}
/* icon sirkel størrelse og farge */

.social-icons .fa {
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  text-align: center;
  color: #646363;
  border: solid 1px;
  border-color: #646363;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}

.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Tooltip */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #646363;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -90px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Sosialemedier */

.sosialemedier {
  padding-top: 10px;
}
/* bilde effekt */

.focus {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.focus:hover {
  opacity: 0.6;
}
/* diverse */

.captcha {
  padding-bottom: 10px;
}
/* news cards */

.NewsCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.NewsCards_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 0 1em 2em;
}

.no-flexbox .NewsCards_item {
  float: left;
}

@media screen and (min-width: 42em) and(max-width: 60em) {
  .NewsCards_item {
    width: 50%;
  }

  .no-flexbox .NewsCards_item:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 60em) {
  .NewsCards_item {
    width: 33.3333%;
  }

  .no-flexbox .NewsCards_item:nth-child(3n + 1) {
    clear: both;
  }
}

.NewsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 0 solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.25);
}

.NewsCard:hover .NewsCard_image img {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.NewsCard_image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.NewsCard_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  padding: 1.5em;
}

.NewsCard_content p {
  margin: 0.5em 0 1em 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.NewsCard_date {
  margin: 0.5em 0 0em 0;
}

.NewsCard_extra {
  font-size: 0.8em;
  font-style: italic;
}
/* Button */

.btn:hover {
  color: #ffffff;
  background: #20ad8a;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

.btn.facebook {
  color: #3b5998;
  border: solid #3b5998 2px;
}

.btn.facebook:hover {
  color: #ffffff;
  background: #3b5998;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
/* Utilities */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ptop {
  padding-top: 20px;
}
/* Grid */

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;
  margin: 10px;
}

.col-1 {
  max-width: calc(100% / 12);
}

.col-2 {
  max-width: calc(100% / 12 * 2);
}

.col-3 {
  max-width: calc(100% / 12 * 3);
}

.col-4 {
  max-width: calc(100% / 12 * 4);
}

.col-5 {
  max-width: calc(100% / 12 * 5);
}

.col-6 {
  max-width: calc(100% / 2);
}
/* cmsms stylesheet: designs modified: 05/29/22 15:41:39 */
/* programhefte-slideshow */

#program-preview {
  height: 372px;
}

#program-preview * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#program-slideshow-wrapper {
  background: #ddddd8;
  text-align: center;
  padding: 16px;
  position: relative;
  border-radius: 6px 6px 0 0;
}

#program-slideshow {
  z-index: 8;
}

#program-slideshow-toolbar {
  padding: 8px 12px;
  background: #777773;
  color: white;
  text-align: right;
  border-radius: 0 0 6px 6px;
}

#program-slideshow-toolbar a {
  color: #fff;
  cursor: pointer;
}

#program-slideshow-caption {
  float: left;
}

#program-slideshow-prev,
#program-slideshow-next {
  position: absolute;
  top: 42%;
  background: #777773;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 9;
}

#program-slideshow-prev:hover,
#program-slideshow-next:hover {
  opacity: 1;
}

#program-slideshow-prev .fa,
#program-slideshow-next .fa {
  font-size: 50px;
  line-height: 0.85;
}

#program-slideshow-prev {
  left: 8px;
}

#program-slideshow-next {
  right: 8px;
}

#program-slideshow {
  height: 300px;
}

#program-slideshow .cycle-slide {
  margin: 0 auto;
  max-width: 100%;
  overflow: visible;
}

#program-slideshow .cycle-slide img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}

#program-slideshow .cycle-slide .back_image,
#program-slideshow.showBack .cycle-slide .front_image {
  display: none;
}

#program-slideshow.showBack .cycle-slide .back_image {
  display: block;
}

#program-preview.program-preview-fullscreen {
}

#program-preview.program-preview-fullscreen #program-slideshow-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 60px;
  margin-bottom: -60px;
  background: rgba(0, 0, 0, 0.5);
}

#program-preview.program-preview-fullscreen #program-slideshow {
  margin: 5% auto 0;
  position: relative;
  z-index: 1;
  box-shadow: none;
  height: 85%;
}

#program-preview.program-preview-fullscreen #program-slideshow .cycle-slide {
  margin: 0;
  width: auto;
  box-shadow: none;
}

.iframe #program-preview.program-preview-fullscreen #program-slideshow {
}

.iframe
  #program-preview.program-preview-fullscreen
  #program-slideshow
  .cycle-slide {
  /* width:90%;*/
}

.iframe
  #program-preview.program-preview-fullscreen
  #program-slideshow
  .cycle-slide
  img {
}

#program-preview.program-preview-fullscreen
  #program-slideshow
  .cycle-slide
  img {
  /*height:100%;*/
}

#program-preview.program-preview-fullscreen #program-slideshow-toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 3;
}

#program-folders,
#program-search {
  display: block;
  width: 49%;
  height: 40px;
  float: left;
  position: relative;
  box-sizing: border-box;
}

#program-folderselect,
#program-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  width: 100%;
  margin: 0;
}

#program-folderselect::-ms-expand {
  display: none;
}

#program-folders::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: '\f078';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  transform: translateY(-55%);
  color: #777773;
  pointer-events: none;
}

#program-search {
  float: right;
  white-space: nowrap;
  padding-right: 44px;
}

#program-search input + button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 6px 6px 0;
  margin: 0;
  width: 48px;
}

#program-slideshow-pager {
  font-size: 0;
  text-align: center;
}

#program-slideshow-pager a {
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  margin: 3px;
  transition: all 0.2s ease;
  /*border:1px solid #bbb;*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#program-slideshow-pager a:hover {
  transform: scale(2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}

#program-slideshow-pager a.cycle-pager-active {
  border: 1px solid #555;
}

#program-slideshow-pager a img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
