@font-face {
  font-family: 'Header';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Menu';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Regular';
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Quote';
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/******************************************************
 * Additional classes or styling that is views related
 * but also can be used over and over again
 */
.views-element-container .pager {
  margin-top: 0px;
  clear: both;
}
.views-element-container .feed-icons {
  margin-top: 50px;
  padding: 10px;
}
.viewsslider {
  position: relative;
  clear: both;
  line-height: 0;
}
.viewsslider .views-field-nothing {
  max-width: maxwdith;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.viewsslider .views-field-nothing .view-content,
.viewsslider .views-field-nothing .field-content {
  position: absolute;
  line-height: 1.1em;
  font-weight: bold;
  width: 50%;
  color: #243e59 /*dunkelblau*/;
  max-width: 100%;
  font-family: 'Header';
  top: 0;
  left: 0;
  height: 100%;
  justify-content: space-evenly;
  background-position: top right;
  z-index: 50;
}
.viewsslider .views-field-nothing .view-content .field-content-inner,
.viewsslider .views-field-nothing .field-content .field-content-inner {
  position: relative;
  top: 23%;
  transform: translate(40%, 0%);
  font-size: 1.8em;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-one,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-one {
  display: inline-block;
  text-align: center;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-one p,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-one p {
  margin: 0;
  padding: 20px;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-one a,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-one a {
  background: #fff;
  padding: 10px;
  display: inline-block;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-one a:hover,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-one a:hover {
  background: #243e59 /*dunkelblau*/;
  color: #acc1cd /*hellblau*/;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-one h1,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-one h1 {
  background: #fff;
  padding: 30px;
  display: inline-block;
  margin: 0;
  font-size: 1.8rem;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-two,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-two {
  display: inline-block;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-two p,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-two p {
  margin: 0;
  padding: 20px;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-two a,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-two a {
  background: #acc1cd /*hellblau*/;
  padding: 10px;
  display: inline-block;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .slogan-two a:hover,
.viewsslider .views-field-nothing .field-content .field-content-inner .slogan-two a:hover {
  background: #243e59 /*dunkelblau*/;
  color: #acc1cd /*hellblau*/;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .body,
.viewsslider .views-field-nothing .field-content .field-content-inner .body {
  margin-top: 20px;
  max-width: 70%;
  background: #fff;
  font-size: 1rem;
  line-height: 1.3em;
  padding: 30px;
  font-family: 'Regular';
  font-weight: normal;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .body h1,
.viewsslider .views-field-nothing .field-content .field-content-inner .body h1 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-family: 'Regular';
  line-height: 1.2em;
}
.viewsslider .views-field-nothing .view-content .field-content-inner .body p,
.viewsslider .views-field-nothing .field-content .field-content-inner .body p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  font-family: 'Regular';
  line-height: 1.2em;
}
.viewsslider .views-field-nothing-1 .field-content {
  position: absolute;
  top: -1px;
  height: 80%;
  width: 50%;
  background: #243e59 /*dunkelblau*/;
  clip-path: polygon(0 0, 75% 0, 36% 100%, 0% 100%);
  z-index: 2;
  transform: opacity(0.1);
  transform: translate(0%, 10%);
}
.viewsslider .views-field-body .field-content {
  position: relative;
  left: 0;
  background: #fff;
  max-width: 30%;
  width: 30%;
  display: block;
}
.viewsslider .special-content {
  position: absolute;
  line-height: 1.7em;
  width: 100%;
  color: #243e59 /*dunkelblau*/;
  max-width: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.viewsslider .special-content h1 {
  padding: 15px 30px;
  font-size: 1.8em;
}
.viewsslider .special-content p {
  margin: 0;
  text-align: left;
}
.viewsslider .special-content .views-field-name {
  text-align: center;
}
.viewsslider .special-content .views-field-name h2 {
  margin: 0;
  background: none;
  text-transform: none;
}
.viewsslider .special-content .views-field-name h2 a {
  color: #fff;
  padding: 4px;
  text-decoration: none;
}
.viewsslider .special-content .views-field-name h2 a:hover {
  color: #243e59 /*dunkelblau*/;
}
.viewsslider .views-field-field-header-image .field-content {
  line-height: 0.2em;
}
@supports (-ms-ime-align: auto) {
  .viewsslider .views-field-nothing .view-content {
    justify-content: space-around;
  }
}
.slider {
  position: relative;
  clear: both;
  line-height: 0;
}
.slider .views-field-nothing,
.slider .views-field-title {
  max-width: maxwdith;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.slider .views-field-nothing .field-content,
.slider .views-field-title .field-content {
  position: absolute;
  line-height: 1.7em;
  color: #243e59 /*dunkelblau*/;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #fff;
  padding: 10px;
  text-align: center;
}
.slider .views-field-nothing .field-content p,
.slider .views-field-title .field-content p {
  margin: 0;
  padding: 0;
}
.slider .views-field-nothing .field-content .heading,
.slider .views-field-title .field-content .heading {
  text-align: center;
}
.slider .views-field-nothing h1,
.slider .views-field-title h1 {
  padding: 15px 30px;
  font-size: 1.8em;
}
.slider .views-field-nothing h2,
.slider .views-field-title h2 {
  margin: 0;
  background: none;
}
.slider .views-field-nothing h2 a,
.slider .views-field-title h2 a {
  color: #000;
}
.slider .views-field-field-header-image .field-content,
.slider .views-field-field-background .field-content {
  line-height: 0.2em;
}
.slider .views-field-field-header-image .field-content img,
.slider .views-field-field-background .field-content img {
  max-width: 100%;
  height: auto;
}
/* This is the controle for the slider*/
.viewsslider .views-slideshow-controls-bottom {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.viewsslider .views-slideshow-controls-bottom #views_slideshow_controls_text_headerimage-block_1 {
  position: absolute;
  max-width: 100%;
  left: 0;
  bottom: 153px;
  display: block;
  z-index: 5;
}
.viewsslider .views-slideshow-controls-bottom #views_slideshow_controls_text_headerimage-block_1 #views_slideshow_controls_text_next_headerimage-block_1 a {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url("../images/pfeil_rechts.png") no-repeat;
  float: left;
  margin-left: 10px;
  background-size: 100%;
}
.viewsslider .views-slideshow-controls-bottom #views_slideshow_controls_text_headerimage-block_1 #views_slideshow_controls_text_previous_headerimage-block_1 a {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url("../images/pfeil_links.png") no-repeat;
  float: left;
  background-size: 100%;
}
.viewsslider .views-slideshow-controls-bottom #views_slideshow_controls_text_headerimage-block_1 #views_slideshow_controls_text_pause_headerimage-block_1 {
  display: none;
}
.viewsslider img {
  width: 100%;
  height: auto;
}
/******************************************************
 *  View Lists
 */
.twoinarow .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.twoinarow .view-content .views-row {
  max-width: 50%;
  padding: 2px 5px;
}
.threeinarow .view-header {
  text-align: center;
}
.threeinarow .view-header .view-content .views-row {
  width: 100%;
  text-align: left;
}
.threeinarow .view-content,
.threeinarow .region {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.threeinarow .view-content .view-grouping,
.threeinarow .region .view-grouping,
.threeinarow .view-content .views-row,
.threeinarow .region .views-row,
.threeinarow .view-content .block,
.threeinarow .region .block {
  margin: 0;
  padding: 0 75px 10px 0;
  margin-bottom: 30px;
  width: 33%;
}
.threeinarow .view-content .view-grouping .views-field-view-node,
.threeinarow .region .view-grouping .views-field-view-node,
.threeinarow .view-content .views-row .views-field-view-node,
.threeinarow .region .views-row .views-field-view-node,
.threeinarow .view-content .block .views-field-view-node,
.threeinarow .region .block .views-field-view-node {
  float: right;
}
.threeinarow .view-content .view-grouping .views-field-field-block-image .field-content,
.threeinarow .region .view-grouping .views-field-field-block-image .field-content,
.threeinarow .view-content .views-row .views-field-field-block-image .field-content,
.threeinarow .region .views-row .views-field-field-block-image .field-content,
.threeinarow .view-content .block .views-field-field-block-image .field-content,
.threeinarow .region .block .views-field-field-block-image .field-content {
  text-align: center;
}
.threeinarow .view-content .view-grouping .view-jasenyritykset-node .view-content,
.threeinarow .region .view-grouping .view-jasenyritykset-node .view-content,
.threeinarow .view-content .views-row .view-jasenyritykset-node .view-content,
.threeinarow .region .views-row .view-jasenyritykset-node .view-content,
.threeinarow .view-content .block .view-jasenyritykset-node .view-content,
.threeinarow .region .block .view-jasenyritykset-node .view-content {
  display: block;
}
.threeinarow .view-content .view-grouping .view-grouping-content,
.threeinarow .region .view-grouping .view-grouping-content {
  text-align: center;
}
.threeinarow .view-content .view-grouping .view-grouping-content .item-list,
.threeinarow .region .view-grouping .view-grouping-content .item-list {
  text-align: center;
}
.threeinarow .view-content .view-grouping .view-grouping-content > h3,
.threeinarow .region .view-grouping .view-grouping-content > h3 {
  display: none;
}
.fourinarow .view-content {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fourinarow .view-content .views-row {
  vertical-align: top;
  width: 25%;
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}
.fourinarow .view-content .views-row .views-field-description__value {
  font-size: 0.8em;
}
.sixinarow .view-header {
  text-align: center;
}
.sixinarow .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sixinarow .view-content .view-grouping,
.sixinarow .view-content .views-row {
  align-self: auto;
  line-height: 1em;
  padding: 2px;
}
.tablelike .views-row {
  display: flex;
  padding: 20px 0 20px 0;
  border-bottom: 1px dotted #243e59 /*dunkelblau*/;
}
.tablelike .views-row .views-field:nth-child(2) {
  padding-left: 20px;
}
.view-header {
  padding: 0 5px 5px 0px;
}
.view-footer {
  padding: 50px 0 0 0;
}
.view-filters {
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
.views-field-view-node {
  text-align: right;
}
.views-field-created {
  font-size: 0.8em;
}
/*# sourceMappingURL=views.css.map */