@charset "UTF-8";
@import "../../bower_components/normalize.css/normalize.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css";
html {
  box-sizing: border-box;
}

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

/*###################
Parameters:
$variant: 'primaryColor', 'secondaryColor'
$interaction: true, false;
$alpha: 0 - 1
####################*/
/*####################
Parameters:
$variant: 'primaryColor', 'secondaryColor'
$darken: 0 - 100
####################*/
/*##################
Base varibles
##################*/
/*##################
HTML defaults
##################*/
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #221e1f;
}

hr {
  border: 0;
  height: 1px;
  margin: 0;
  background-color: #bbbbbb;
}
hr.type-theme {
  background-color: #19627d;
}
.theme1 hr.type-theme {
  background-color: #579685;
}
.theme2 hr.type-theme {
  background-color: #8a939c;
}
.theme3 hr.type-theme {
  background-color: #7d9900;
}
.theme5 hr.type-theme {
  background-color: #660033;
}
.theme6 hr.type-theme {
  background-color: #5c9548;
}
.theme7 hr.type-theme {
  background-color: #855b83;
}
.theme8 hr.type-theme {
  background-color: #ea5542;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
table td {
  vertical-align: top;
}

a {
  color: #09303e;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #3e88a2;
}

h1 {
  font-weight: normal;
}

h2 {
  margin: 0;
}

h3 {
  margin-bottom: 0;
}

p {
  margin: 0 0 10px 0;
}

img {
  display: block;
}

input {
  margin: 10px 0;
  padding: 9px 10px;
  outline: none;
  border: 1px solid #bbbbbb;
}
input:focus {
  border: 1px solid #19627d;
  box-shadow: none;
}

textarea {
  padding: 9px 10px;
}

button {
  outline: none;
}

/*##################
Helpers
##################*/
.buffer-top-none {
  margin-top: 0 !important;
}

.buffer-top-normal {
  margin-top: 20px;
}

.buffer-top-large {
  margin-top: 40px;
}

@media screen and (max-width: 645px) {
  .buffer-bottom-none-tablet {
    margin-bottom: 0 !important;
  }
}

.buffer-bottom-normal {
  margin-bottom: 20px;
}

.buffer-bottom-large {
  margin-bottom: 40px;
}

.no-bg {
  background: transparent !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-overflow {
  overflow: hidden;
}

@media screen and (max-width: 420px) {
  .hidden-mobile {
    display: none !important;
  }	
}

.visible-mobile {
  display: none !important;
}
@media screen and (max-width: 420px) {
  .visible-mobile {
    display: block !important;
  }
}

.contourMessageOnSubmit {
  font-weight: bold;
}

@media screen and (max-width: 420px) {
  .layout2 .column-wrapper {
    margin-right: 0 !important;
  }
  .layout2 h1 {
    margin-bottom: 3px !important;
    padding-bottom: 0 !important;
  }

  .dark-box-no-margin .content-container {
    margin-bottom: 0 !important;
  }
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

header .content-container {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 100%;
}
header .content-container:last-child {
  margin-right: 0;
}

.container {
  max-width: 1146px;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 1196px) {
  .container {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 645px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.container.type-subpage {
  padding-top: 40px;
}
.container.type-subpage aside {
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 23.0366492147%;
}
.container.type-subpage aside:last-child {
  margin-left: 0;
}
@media screen and (max-width: 1196px) {
  .container.type-subpage aside {
    float: right;
    display: block;
    margin-left: 2.6178010471%;
    width: 31.5881326353%;
  }
  .container.type-subpage aside:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 645px) {
  .container.type-subpage aside {
    width: 100%;
  }
}
.container.type-subpage .main-wrapper {
  margin: 0;
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 74.3455497382%;
}
.container.type-subpage .main-wrapper:last-child {
  margin-left: 0;
}
@media screen and (max-width: 1196px) {
  .container.type-subpage .main-wrapper {
    float: right;
    display: block;
    margin-left: 2.6178010471%;
    width: 65.7940663176%;
  }
  .container.type-subpage .main-wrapper:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 645px) {
  .container.type-subpage .main-wrapper {
    width: 100%;
  }
}
.container.type-blog {
  padding-top: 40px;
}
.container.type-blog aside {
  margin: 0;
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 23.0366492147%;
}
.container.type-blog aside:last-child {
  margin-left: 0;
}
.container.type-blog aside.blog-sidebar {
  margin-right: -76.9633507853%;
}
@media screen and (max-width: 920px) {
  .container.type-blog aside {
    width: 100%;
  }
  .container.type-blog aside.blog-sidebar {
    margin-right: 0%;
  }
}
.container.type-blog .blog-wrapper {
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 48.6910994764%;
  margin-right: 25.6544502618%;
}
.container.type-blog .blog-wrapper:last-child {
  margin-left: 0;
}
@media screen and (max-width: 920px) {
  .container.type-blog .blog-wrapper {
    width: 100%;
    margin-right: 0%;
  }
}
.container.type-blog .blog-outer-wrapper {
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 74.3455497382%;
}
.container.type-blog .blog-outer-wrapper:last-child {
  margin-left: 0;
}
@media screen and (max-width: 920px) {
  .container.type-blog .blog-outer-wrapper {
    width: 100%;
  }
}
.container.type-blog .blog-outer-wrapper .blog-wrapper {
  margin-left: 0%;
  float: left;
  display: block;
  margin-right: 3.5211267606%;
  width: 65.4929577465%;
}
.container.type-blog .blog-outer-wrapper .blog-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .container.type-blog .blog-outer-wrapper .blog-wrapper {
    width: 100%;
  }
}
.container.type-blog .blog-outer-wrapper .blog-wrapper .column-wrapper:first-child {
  display: block;
}
.container.type-blog .blog-outer-wrapper aside.blog-sidebar {
  margin-left: 0%;
  float: left;
  display: block;
  margin-right: 3.5211267606%;
  width: 30.985915493%;
}
.container.type-blog .blog-outer-wrapper aside.blog-sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .container.type-blog .blog-outer-wrapper aside.blog-sidebar {
    width: 100%;
  }
}

.blog-wrapper .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 48.6910994764%;
}
.blog-wrapper .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .blog-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .blog-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
}

.article-item.type-info .column-wrapper:last-child .content-container {
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 920px) {
  .article-item.type-info .column-wrapper:last-child .content-container {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 920px) {
  .article-item.type-info .column-wrapper {
    width: 100%;
  }
  .article-item.type-info .column-wrapper:first-child {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .article-item.type-info .column-wrapper:first-child {
    display: block;
  }
}

.banner-wrapper {
  width: 100%;
}

.bar-wrapper .content-container {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 100%;
}
.bar-wrapper .content-container:last-child {
  margin-right: 0;
}

.breadcrumb-wrapper {
  margin-left: 25.6544502618%;
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 74.3455497382%;
  padding-bottom: 20px;
}
.breadcrumb-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1196px) {
  .breadcrumb-wrapper {
    margin-left: 34.2059336824%;
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 65.7940663176%;
  }
  .breadcrumb-wrapper:last-child {
    margin-right: 0;
  }
  .type-blog .breadcrumb-wrapper {
    margin-left: 25.6544502618%;
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 74.3455497382%;
  }
  .type-blog .breadcrumb-wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 920px) {
  .type-blog .breadcrumb-wrapper {
    margin-top: 20px;
    margin-left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 645px) {
  .breadcrumb-wrapper {
    margin-left: 0%;
    width: 100%;
    margin-top: 10px;
  }
}
.sub-header .breadcrumb-wrapper {
  margin-left: 0%;
  width: 100%;
  float: none;
  margin-right: 0;
}

.main-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 65.7940663176%;
}
.main-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 645px) {
  .main-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .main-wrapper:last-child {
    margin-right: 0;
  }
}
.main-wrapper .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 48.6910994764%;
}
.main-wrapper .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .main-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
    margin-right: 0;
  }
  .main-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
}
.main-wrapper .content-wrapper {
  width: 100%;
}
.main-wrapper .article-item.type-main .column-wrapper {
  margin: 0;
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 48.6910994764%;
}
.main-wrapper .article-item.type-main .column-wrapper:last-child {
  margin-left: 0;
}
@media screen and (max-width: 420px) {
  .main-wrapper .article-item.type-main .column-wrapper {
    float: right;
    display: block;
    margin-left: 2.6178010471%;
    width: 100%;
  }
  .main-wrapper .article-item.type-main .column-wrapper:last-child {
    margin-left: 0;
  }
}
.main-wrapper .article-item.type-contact .column-wrapper {
  margin-bottom: 40px;
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 40.1396160558%;
}
.main-wrapper .article-item.type-contact .column-wrapper:last-child {
  margin-right: 0;
}
.main-wrapper .article-item.type-contact .column-wrapper:nth-child(2n) {
  margin-right: 0;
}
.main-wrapper .article-item.type-contact .column-wrapper:nth-child(2n+1) {
  clear: left;
}
.main-wrapper .article-item.type-contact .column-wrapper:nth-child(2n) {
  margin-left: 8.5514834206%;
}
.main-wrapper .article-item.type-contact .column-wrapper.type-variant {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 48.6910994764%;
}
.main-wrapper .article-item.type-contact .column-wrapper.type-variant:last-child {
  margin-right: 0;
}
.main-wrapper .article-item.type-contact .column-wrapper.has-gap {
  margin-top: 37px;
}
@media screen and (max-width: 1196px) {
  .main-wrapper .article-item.type-contact .column-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-wrapper .article-item.type-contact .column-wrapper.type-variant {
    width: 100%;
  }
  .main-wrapper .article-item.type-contact .column-wrapper:nth-child(2n) {
    margin-left: 0%;
  }
  .main-wrapper .article-item.type-contact .column-wrapper.has-gap {
    margin-top: 0;
  }
}

aside {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 31.5881326353%;
}
aside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 645px) {
  aside {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  aside:last-child {
    margin-right: 0;
  }
}

.ad-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 48.6910994764%;
  margin-bottom: 40px;
}
.ad-wrapper:last-child {
  margin-right: 0;
}
.ad-wrapper.type-large {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 65.7940663176%;
}
.ad-wrapper.type-large:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .ad-wrapper {
    width: 100%;
  }
}

footer {
  margin: 0 0 0 0;
}
footer .column-wrapper {
  padding: 0 14px;
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 31.5881326353%;
}
footer .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  footer .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 48.6910994764%;
    margin-bottom: 20px;
  }
  footer .column-wrapper:last-child {
    margin-right: 0;
  }
  footer .column-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  footer .column-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 645px) {
  footer .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  footer .column-wrapper:last-child {
    margin-right: 0;
  }
}

.thumb-container {
  display: block;
}
.thumb-container::after {
  clear: both;
  content: "";
  display: table;
}
.thumb-container .thumb-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 920px) {
  .thumb-container .thumb-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 48.6910994764%;
  }
  .thumb-container .thumb-wrapper:last-child {
    margin-right: 0;
  }
  .thumb-container .thumb-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .thumb-container .thumb-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 921px) {
  .thumb-container .thumb-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 31.5881326353%;
  }
  .thumb-container .thumb-wrapper:last-child {
    margin-right: 0;
  }
  .thumb-container .thumb-wrapper:nth-child(3n) {
    margin-right: 0;
  }
  .thumb-container .thumb-wrapper:nth-child(3n+1) {
    clear: left;
  }
}

.layout2 aside, .layout-master aside {
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 23.0366492147%;
}
.layout2 aside:last-child, .layout-master aside:last-child {
  margin-left: 0;
}
@media screen and (max-width: 1196px) {
  .layout2 aside, .layout-master aside {
    float: right;
    display: block;
    margin-left: 2.6178010471%;
    width: 31.5881326353%;
  }
  .layout2 aside:last-child, .layout-master aside:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 645px) {
  .layout2 aside, .layout-master aside {
    width: 100%;
  }
}
.layout2 .main-wrapper, .layout-master .main-wrapper {
  margin: 0;
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 74.3455497382%;
}
.layout2 .main-wrapper:last-child, .layout-master .main-wrapper:last-child {
  margin-left: 0;
}
@media screen and (max-width: 1196px) {
  .layout2 .main-wrapper, .layout-master .main-wrapper {
    float: right;
    display: block;
    margin-left: 2.6178010471%;
    width: 65.7940663176%;
  }
  .layout2 .main-wrapper:last-child, .layout-master .main-wrapper:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 645px) {
  .layout2 .main-wrapper, .layout-master .main-wrapper {
    width: 100%;
  }
}
.layout2 .main-wrapper .article-item.type-main .column-wrapper, .layout-master .main-wrapper .article-item.type-main .column-wrapper {
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 57.242582897%;
}
.layout2 .main-wrapper .article-item.type-main .column-wrapper:last-child, .layout-master .main-wrapper .article-item.type-main .column-wrapper:last-child {
  margin-left: 0;
}
.layout2 .main-wrapper .article-item.type-main .column-wrapper:first-child, .layout-master .main-wrapper .article-item.type-main .column-wrapper:first-child {
  float: right;
  display: block;
  margin-left: 2.6178010471%;
  width: 40.1396160558%;
}
.layout2 .main-wrapper .article-item.type-main .column-wrapper:first-child:last-child, .layout-master .main-wrapper .article-item.type-main .column-wrapper:first-child:last-child {
  margin-left: 0;
}
@media screen and (max-width: 420px) {
  .layout2 .main-wrapper .article-item.type-main .column-wrapper:first-child, .layout-master .main-wrapper .article-item.type-main .column-wrapper:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .layout2 .main-wrapper .article-item.type-main .column-wrapper, .layout-master .main-wrapper .article-item.type-main .column-wrapper {
    width: 100%;
  }
}
.layout2 .main-wrapper .column-wrapper, .layout-master .main-wrapper .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 48.6910994764%;
}
.layout2 .main-wrapper .column-wrapper:last-child, .layout-master .main-wrapper .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .layout2 .main-wrapper .column-wrapper, .layout-master .main-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout2 .main-wrapper .column-wrapper:last-child, .layout-master .main-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
}
.layout2 .column-wrapper, .layout-master .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 23.0366492147%;
}
.layout2 .column-wrapper:last-child, .layout-master .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .layout2 .column-wrapper, .layout-master .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 48.6910994764%;
  }
  .layout2 .column-wrapper:last-child, .layout-master .column-wrapper:last-child {
    margin-right: 0;
  }
  .layout2 .column-wrapper:nth-child(2n), .layout-master .column-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .layout2 .column-wrapper:nth-child(2n+1), .layout-master .column-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 420px) {
  .layout2 .column-wrapper, .layout-master .column-wrapper {
    width: 100%;
  }
}
.layout2 .three-wrapper .column-wrapper, .layout-master .three-wrapper .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 31.5881326353%;
}
.layout2 .three-wrapper .column-wrapper:last-child, .layout-master .three-wrapper .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .layout2 .three-wrapper .column-wrapper, .layout-master .three-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 48.6910994764%;
  }
  .layout2 .three-wrapper .column-wrapper:last-child, .layout-master .three-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
  .layout2 .three-wrapper .column-wrapper:nth-child(2n), .layout-master .three-wrapper .column-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .layout2 .three-wrapper .column-wrapper:nth-child(2n+1), .layout-master .three-wrapper .column-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 420px) {
  .layout2 .three-wrapper .column-wrapper, .layout-master .three-wrapper .column-wrapper {
    width: 100%;
  }
}
.layout2 .bar-wrapper .column-wrapper, .layout-master .bar-wrapper .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 40.1396160558%;
}
.layout2 .bar-wrapper .column-wrapper:last-child, .layout-master .bar-wrapper .column-wrapper:last-child {
  margin-right: 0;
}
.layout2 .bar-wrapper .column-wrapper:last-child, .layout-master .bar-wrapper .column-wrapper:last-child {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 57.242582897%;
}
.layout2 .bar-wrapper .column-wrapper:last-child:last-child, .layout-master .bar-wrapper .column-wrapper:last-child:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .layout2 .bar-wrapper .column-wrapper, .layout-master .bar-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout2 .bar-wrapper .column-wrapper:last-child, .layout-master .bar-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
  .layout2 .bar-wrapper .column-wrapper:last-child, .layout-master .bar-wrapper .column-wrapper:last-child {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout2 .bar-wrapper .column-wrapper:last-child:last-child, .layout-master .bar-wrapper .column-wrapper:last-child:last-child {
    margin-right: 0;
  }
}
.layout2 .blog-wrapper .column-wrapper, .layout-master .blog-wrapper .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 48.6910994764%;
}
.layout2 .blog-wrapper .column-wrapper:last-child, .layout-master .blog-wrapper .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .layout2 .blog-wrapper .column-wrapper, .layout-master .blog-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout2 .blog-wrapper .column-wrapper:last-child, .layout-master .blog-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
}
.layout2 footer .column-wrapper, .layout-master footer .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 31.5881326353%;
}
.layout2 footer .column-wrapper:last-child, .layout-master footer .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .layout2 footer .column-wrapper, .layout-master footer .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 48.6910994764%;
    margin-bottom: 20px;
  }
  .layout2 footer .column-wrapper:last-child, .layout-master footer .column-wrapper:last-child {
    margin-right: 0;
  }
  .layout2 footer .column-wrapper:nth-child(2n), .layout-master footer .column-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .layout2 footer .column-wrapper:nth-child(2n+1), .layout-master footer .column-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 645px) {
  .layout2 footer .column-wrapper, .layout-master footer .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout2 footer .column-wrapper:last-child, .layout-master footer .column-wrapper:last-child {
    margin-right: 0;
  }
}

.layout-master .main-wrapper .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 31.5881326353%;
}
.layout-master .main-wrapper .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 920px) {
  .layout-master .main-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 48.6910994764%;
  }
  .layout-master .main-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
  .layout-master .main-wrapper .column-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .layout-master .main-wrapper .column-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 420px) {
  .layout-master .main-wrapper .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout-master .main-wrapper .column-wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 920px) {
  .layout-master .main-wrapper .ad-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 48.6910994764%;
  }
  .layout-master .main-wrapper .ad-wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .layout-master .main-wrapper .ad-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout-master .main-wrapper .ad-wrapper:last-child {
    margin-right: 0;
  }
}
.layout-master .main-wrapper .article-item.type-theme .column-wrapper {
  float: left;
  display: block;
  margin-right: 2.6178010471%;
  width: 48.6910994764%;
}
.layout-master .main-wrapper .article-item.type-theme .column-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .layout-master .main-wrapper .article-item.type-theme .column-wrapper {
    float: left;
    display: block;
    margin-right: 2.6178010471%;
    width: 100%;
  }
  .layout-master .main-wrapper .article-item.type-theme .column-wrapper:last-child {
    margin-right: 0;
  }
}

.form-group-inline .form-input {
  float: left;
  display: block;
  margin-right: 1.8%;
  width: 31%;
}
@media screen and (max-width: 420px) {
  .form-group-inline .form-input {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
}
.form-group-inline .form-input input[type=text],
.form-group-inline .form-input input[type=email],
.form-group-inline .form-input input[type=password],
.form-group-inline .form-input input[type=number] {
  width: 100%;
  margin: 0;
}
.form-group-inline button[type=submit] {
  float: left;
  display: block;
  margin-right: 3.5211267606%;
  width: 19.4835680751%;
}
.form-group-inline button[type=submit]:last-child {
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .form-group-inline button[type=submit] {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.row {
  display: block;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

.title {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.title.type-seperator {
  position: relative;
  margin: 18px 0 14px 14px;
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 920px) {
  .title.type-seperator {
    font-size: 25px;
  }
}
.title.type-seperator:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 88px;
  height: 3px;
  background-color: #221e1f;
}
.title.type-seperator.variant-small {
  font-size: 22px;
}

.layout1 .employee-overview {
  background-color: transparent;
}
.layout1 .employee-overview .text-container {
  background-color: #fff;
}

.sue-ellen-francisco-font .title.type-seperator,
.sue-ellen-francisco-font h1.title,
.sue-ellen-francisco-font .bar-wrapper .title,
.sue-ellen-francisco-font footer .title {
  font-family: "Sue Ellen Francisco", cursive !important;
}

.ubuntu-font .title.type-seperator,
.ubuntu-font h1.title,
.ubuntu-font .bar-wrapper .title,
.ubuntu-font footer .title {
  font-family: "Ubuntu", sans-serif !important;
}

.quicksand-font .title.type-seperator,
.quicksand-font h1.title,
.quicksand-font .bar-wrapper .title,
.quicksand-font footer .title {
  font-family: "Quicksand", sans-serif !important;
}

.bad-script-font .title.type-seperator,
.bad-script-font h1.title,
.bad-script-font .bar-wrapper .title,
.bad-script-font footer .title {
  font-family: "Bad Script", cursive !important;
}

.roboto-font .title.type-seperator,
.roboto-font h1.title,
.roboto-font .bar-wrapper .title,
.roboto-font footer .title {
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
}
.roboto-font .layout2 .title.type-seperator,
.roboto-font .layout2 h1.title,
.roboto-font .layout2 .bar-wrapper .title,
.roboto-font .layout2 footer .title {
  font-weight: bold !important;
}

.roboto-slab-font .title.type-seperator,
.roboto-slab-font h1.title,
.roboto-slab-font .bar-wrapper .title,
.roboto-slab-font footer .title {
  font-family: "Roboto Slab", sans-serif !important;
  font-weight: normal !important;
}
.roboto-slab-font .layout2 .title.type-seperator,
.roboto-slab-font .layout2 h1.title,
.roboto-slab-font .layout2 .bar-wrapper .title,
.roboto-slab-font .layout2 footer .title {
  font-weight: bold !important;
}

.oswald-font .title.type-seperator,
.oswald-font h1.title,
.oswald-font .bar-wrapper .title,
.oswald-font footer .title {
  font-family: "Oswald", sans-serif !important;
}

.open-sans-font .title.type-seperator,
.open-sans-font h1.title,
.open-sans-font .bar-wrapper .title,
.open-sans-font footer .title {
  font-family: "Open Sans", sans-serif !important;
}


.notice-text {
  text-decoration: underline;
}

.phone-number {
  white-space: nowrap;
}

.sub-title {
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.social-item {
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.social-item:hover {
  opacity: 0.7;
}

.navigate-container {
  position: absolute;
  top: 28px;
  right: 28px;
  text-align: right;
}
.navigate-container .icon-link {
  height: 24px;
  width: 28px;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
  cursor: pointer;
}

.btn {
  display: inline-block;
  width: 192px;
  max-width: 100%;
  color: white;
  font-size: 16px;
  line-height: 25px;
  padding: 7px 0;
  border: none;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #19627d;
}
.btn:hover {
  color: white;
}
.btn:hover {
  background-color: #144e64;
}
.btn:active {
  background-color: #0f3a4a;
}
.theme1 .btn {
  background-color: #579685;
}
.theme1 .btn:hover {
  background-color: #4c8374;
}
.theme1 .btn:active {
  background-color: #416f63;
}
.theme2 .btn {
  background-color: #8a939c;
}
.theme2 .btn:hover {
  background-color: #79848e;
}
.theme2 .btn:active {
  background-color: #6b747e;
}
.theme3 .btn {
  background-color: #7d9900;
}
.theme3 .btn:hover {
  background-color: #647a00;
}
.theme3 .btn:active {
  background-color: #4b5c00;
}
.theme5 .btn {
  background-color: #660033;
}
.theme5 .btn:hover {
  background-color: #470024;
}
.theme5 .btn:active {
  background-color: #290014;
}
.theme6 .btn {
  background-color: #5c9548;
}
.theme6 .btn:hover {
  background-color: #4f803e;
}
.theme6 .btn:active {
  background-color: #436c34;
}
.theme7 .btn {
  background-color: #855b83;
}
.theme7 .btn:hover {
  background-color: #734f71;
}
.theme7 .btn:active {
  background-color: #61425f;
}
.theme8 .btn {
  background-color: #ea5542;
}
.theme8 .btn:hover {
  background-color: #e73c26;
}
.theme8 .btn:active {
  background-color: #d72d18;
}
.btn.type-info {
  background-color: #363233;
  color: white;
  padding: 16px 0;
  font-size: 20px;
}
.btn.type-info i {
  margin-right: 12px;
}
.btn.type-info:hover {
  background-color: #262324;
}
.btn.type-info:active {
  background-color: #161515;
}
.btn.type-notice {
  background-color: #ee3d43;
}
.btn.type-notice:hover {
  background-color: #db131a;
}
.btn.type-notice:active {
  background-color: #bf1117;
}
.btn.type-buy {
  background-color: #378b4d;
}
.btn.type-buy:hover {
  background-color: #265f35;
}
.btn.type-buy:active {
  background-color: #1d4929;
}
.btn.type-alternate {
  background-color: #09303e;
}
.theme1 .btn.type-alternate {
  background-color: #2f5248;
}
.theme2 .btn.type-alternate {
  background-color: #4f5459;
}
.theme3 .btn.type-alternate {
  background-color: #2a3300;
}
.theme5 .btn.type-alternate {
  background-color: #490024;
}
.theme6 .btn.type-alternate {
  background-color: #2f6b2a;
}
.theme7 .btn.type-alternate {
  background-color: #633e61;
}
.theme8 .btn.type-alternate {
  background-color: #c13a28;
}
.btn.type-alternate:hover {
  background-color: rgba(9, 48, 62, 0.85);
}
.theme1 .btn.type-alternate:hover {
  background-color: rgba(47, 82, 72, 0.85);
}
.theme2 .btn.type-alternate:hover {
  background-color: rgba(79, 84, 89, 0.85);
}
.theme3 .btn.type-alternate:hover {
  background-color: rgba(42, 51, 0, 0.85);
}
.theme5 .btn.type-alternate:hover {
  background-color: rgba(73, 0, 36, 0.85);
}
.theme6 .btn.type-alternate:hover {
  background-color: rgba(47, 107, 42, 0.85);
}
.theme7 .btn.type-alternate:hover {
  background-color: rgba(99, 62, 97, 0.85);
}
.theme8 .btn.type-alternate:hover {
  background-color: rgba(193, 58, 40, 0.85);
}
.btn.type-alternate:active {
  background-color: rgba(9, 48, 62, 0.8);
}
.theme1 .btn.type-alternate:active {
  background-color: rgba(47, 82, 72, 0.8);
}
.theme2 .btn.type-alternate:active {
  background-color: rgba(79, 84, 89, 0.8);
}
.theme3 .btn.type-alternate:active {
  background-color: rgba(42, 51, 0, 0.8);
}
.theme5 .btn.type-alternate:active {
  background-color: rgba(73, 0, 36, 0.8);
}
.theme6 .btn.type-alternate:active {
  background-color: rgba(47, 107, 42, 0.8);
}
.theme7 .btn.type-alternate:active {
  background-color: rgba(99, 62, 97, 0.8);
}
.theme8 .btn.type-alternate:active {
  background-color: rgba(193, 58, 40, 0.8);
}
.btn i {
  margin-right: 6px;
}
.btn img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}

.icon-link {
  color: #221e1f;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 4px;
  text-decoration: none;
  line-height: 20px;
}
.icon-link:before {
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: #09303e url("./img/arrow_right.png") no-repeat center center;
  background-color: #09303e;
}
.theme1 .icon-link:before {
  background-color: #2f5248;
}
.theme2 .icon-link:before {
  background-color: #4f5459;
}
.theme3 .icon-link:before {
  background-color: #2a3300;
}
.theme5 .icon-link:before {
  background-color: #490024;
}
.theme6 .icon-link:before {
  background-color: #2f6b2a;
}
.theme7 .icon-link:before {
  background-color: #633e61;
}
.theme8 .icon-link:before {
  background-color: #c13a28;
}
.icon-link:hover {
  color: #19627d;
}
.theme1 .icon-link:hover {
  color: #579685;
}
.theme2 .icon-link:hover {
  color: #8a939c;
}
.theme3 .icon-link:hover {
  color: #7d9900;
}
.theme5 .icon-link:hover {
  color: #660033;
}
.theme6 .icon-link:hover {
  color: #5c9548;
}
.theme7 .icon-link:hover {
  color: #855b83;
}
.theme8 .icon-link:hover {
  color: #ea5542;
}
.icon-link:hover:before {
  background-color: #19627d;
}
.theme1 .icon-link:hover:before {
  background-color: #579685;
}
.theme2 .icon-link:hover:before {
  background-color: #8a939c;
}
.theme3 .icon-link:hover:before {
  background-color: #7d9900;
}
.theme5 .icon-link:hover:before {
  background-color: #660033;
}
.theme6 .icon-link:hover:before {
  background-color: #5c9548;
}
.theme7 .icon-link:hover:before {
  background-color: #855b83;
}
.theme8 .icon-link:hover:before {
  background-color: #ea5542;
}
.icon-link.type-inverted:before {
  background-image: url("./img/arrow_left.png");
}

.layout2 .bar-icon-link {
  padding: 4px 30px 4px 15px !important;
  border: 1px solid;
}
.layout2 .bar-icon-link:before {
  top: 3px !important;
  right: 14px !important;
}

.banner-wrapper {
  position: relative;
}
.banner-wrapper img {
  width: 100%;
}

.bar-wrapper {
  background-color: white;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.bar-wrapper-subtitle {
  font-weight: 500;
  font-size: 22px;
}
.bar-wrapper.type-theme {
  background-color: #19627d;
  color: white;
}
.theme1 .bar-wrapper.type-theme {
  background-color: #579685;
}
.theme2 .bar-wrapper.type-theme {
  background-color: #8a939c;
}
.theme3 .bar-wrapper.type-theme {
  background-color: #7d9900;
}
.theme5 .bar-wrapper.type-theme {
  background-color: #660033;
}
.theme6 .bar-wrapper.type-theme {
  background-color: #5c9548;
}
.theme7 .bar-wrapper.type-theme {
  background-color: #855b83;
}
.theme8 .bar-wrapper.type-theme {
  background-color: #ea5542;
}
.bar-wrapper.type-theme .icon-link:hover {
  color: #221e1f;
  opacity: 0.75;
}
.bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(9, 48, 62, 0.75);
}
.theme1 .bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(47, 82, 72, 0.75);
}
.theme2 .bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(79, 84, 89, 0.75);
}
.theme3 .bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(42, 51, 0, 0.75);
}
.theme5 .bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(73, 0, 36, 0.75);
}
.theme6 .bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(47, 107, 42, 0.75);
}
.theme7 .bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(99, 62, 97, 0.75);
}
.theme8 .bar-wrapper.type-theme .icon-link:hover:before {
  background-color: rgba(193, 58, 40, 0.75);
}
.bar-wrapper.type-theme .container {
  background-color: transparent;
}
.bar-wrapper.type-light, .bar-wrapper.type-light .container {
  background-color: #2388ad !important;
}
.bar-wrapper.type-light .btn, .bar-wrapper.type-light .container .btn {
  background-color: #2388ad !important;
}
.bar-wrapper.type-light .btn:hover, .bar-wrapper.type-light .container .btn:hover {
  background-color: #1e7494 !important;
}
.bar-wrapper.type-fade {
  background-color: rgba(34, 30, 31, 0.1);
}
.bar-wrapper.type-fade .container {
  padding: 0;
  background-color: #d9d9d9;
}
.bar-wrapper.type-fade .content-container {
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 14px;
}
.bar-wrapper .main-image {
  width: 100%;
}
.bar-wrapper .content-container {
  position: relative;
  min-height: 350px;
}
.bar-wrapper .text-container {
  padding: 40px 0 40px 14px;
  width: 50%;
}
.bar-wrapper .text-container--center {
  height: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
}
.bar-wrapper .text-container--center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bar-wrapper .text-container--center > span, .bar-wrapper .text-container--center > img, .bar-wrapper .text-container--center > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.bar-wrapper .subtitle-container {
  margin-bottom: 15px;
}
.bar-wrapper .subtitle-container .subtitle {
  margin-bottom: 4px;
}
.bar-wrapper .subtitle-container .comment {
  font-style: italic;
}
.bar-wrapper .image-container {
  position: absolute;
  bottom: 50px;
  right: 4%;
  width: 42%;
  height: calc(100% - 20px);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.bar-wrapper .image-container.image-container-no-transparant {
  bottom: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-size: cover;
}
.bar-wrapper .title {
  font-size: 40px;
  line-height: 1.13;
}
.bar-wrapper .subtitle {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.bar-wrapper p {
  margin-bottom: 15px;
}
.bar-wrapper .form-container::after {
  clear: both;
  content: "";
  display: table;
}
.bar-wrapper .form-container input {
  width: 48%;
  float: left;
}
.bar-wrapper .form-container input:last-of-type {
  float: right;
}
.bar-wrapper .form-container button {
  float: right;
}
.bar-wrapper .form-container .form-input {
  position: relative;
  width: 48%;
  float: left;
}
.bar-wrapper .form-container .form-input:last-of-type {
  float: right;
}
.bar-wrapper .form-container .form-input input {
  width: 100%;
  float: none;
}
.bar-wrapper .form-container .form-input input.error {
  border-color: #ee3d43;
}
.bar-wrapper .form-container .form-input label.error {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 14px;
  color: #ee3d43;
}
@media screen and (max-width: 645px) {
  .bar-wrapper .content-container {
    min-height: auto;
  }
  .bar-wrapper .title {
    font-size: 30px;
  }
  .bar-wrapper .sub-title {
    font-size: 18px;
  }
  .bar-wrapper .text-container {
    width: 100% !important;
    padding: 20px 14px;
  }
  .bar-wrapper .text-container--center {
    height: auto;
  }
  .bar-wrapper .image-container {
    display: none;
  }
  .bar-wrapper .form-container button {
    float: none;
    width: 100%;
  }
}
.bar-wrapper--map .title {
  font-weight: 500 !important;
}
@media screen and (max-width: 645px) {
  .bar-wrapper--map {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .bar-wrapper--map .content-container {
    z-index: 0;
  }
  .bar-wrapper--map .image-container {
    display: block;
    z-index: -1;
    right: -14px;
    width: 54%;
    height: calc(100% + 25px);
    background-position: left top;
    background-size: auto 108%;
  }
}
@media screen and (max-width: 420px) {
  .bar-wrapper--map .text-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .bar-wrapper--map .title {
    margin-bottom: 8px !important;
  }
  .bar-wrapper--map .bar-wrapper-subtitle {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
  }
  .bar-wrapper--map .image-container {
    right: 0;
  }
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.6);
}
header .content-container {
  position: relative;
  height: 90px;
}
@media screen and (max-width: 645px) {
  header .content-container {
    height: 60px;
  }
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 150px;
  z-index: 50;
}
@media screen and (max-width: 920px) {
  header .logo {
    top: 30px;
    max-width: 100px;
  }
}
@media screen and (max-width: 645px) {
  header .logo {
    top: 0px;
    width: 90px;
    left: 50%;
    margin-left: -45px;
  }
}
header nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
header nav::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 920px) {
  header nav {
    overflow: auto;
  }
}
header nav ul {
  list-style-type: none;
  margin: 25px 165px 0 150px;
  padding: 0;
}
@media screen and (max-width: 920px) {
  header nav ul {
    margin: 33px 141px 0 100px;
  }
}
header nav ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-right: 12px;
  margin-bottom: 4px;
}
header nav ul li a {
  text-decoration: none;
  padding: 4px 14px;
  line-height: 22px;
  display: inline-block;
  color: #221e1f;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
header nav ul li a:hover {
  background-color: #09303e;
  color: white;
}
.theme1 header nav ul li a:hover {
  background-color: #2f5248;
}
.theme2 header nav ul li a:hover {
  background-color: #4f5459;
}
.theme3 header nav ul li a:hover {
  background-color: #2a3300;
}
.theme5 header nav ul li a:hover {
  background-color: #490024;
}
.theme6 header nav ul li a:hover {
  background-color: #2f6b2a;
}
.theme7 header nav ul li a:hover {
  background-color: #633e61;
}
.theme8 header nav ul li a:hover {
  background-color: #c13a28;
}
header nav ul li a.active {
  color: white;
  background-color: #19627d;
}
.theme1 header nav ul li a.active {
  background-color: #579685;
}
.theme2 header nav ul li a.active {
  background-color: #8a939c;
}
.theme3 header nav ul li a.active {
  background-color: #7d9900;
}
.theme5 header nav ul li a.active {
  background-color: #660033;
}
.theme6 header nav ul li a.active {
  background-color: #5c9548;
}
.theme7 header nav ul li a.active {
  background-color: #855b83;
}
.theme8 header nav ul li a.active {
  background-color: #ea5542;
}
@media screen and (max-width: 920px) {
  header nav ul li a {
    padding: 4px 5px;
  }
}
@media screen and (max-width: 920px) {
  header nav ul li {
    font-size: 15px;
    padding-right: 8px;
  }
}
header nav .basket-item {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 66px;
  width: 165px;
  padding: 30px 22px 0 64px;
  color: white;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  background: #ee3d43 url("./img/basket.png") no-repeat 22px 24px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
header nav .basket-item:hover {
  background-color: #d61319;
}
header nav .basket-item:hover .counter-item {
  border-color: #d61319;
}
header nav .basket-item:active {
  background-color: #bf1117;
}
header nav .basket-item:active .counter-item {
  border-color: #bf1117;
}
header nav .basket-item .counter-item {
  position: absolute;
  display: block;
  top: 20px;
  left: 38px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  text-align: center;
  border-radius: 10px;
  color: #ee3d43;
  font-size: 11px;
  background-color: white;
  border: 2px solid #ee3d43;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media screen and (max-width: 920px) {
  header nav .basket-item {
    width: 141px;
    padding: 30px 12px 0 54px;
    font-size: 18px;
    background-position-x: 13px;
  }
  header nav .basket-item .counter-item {
    left: 29px;
  }
}
@media screen and (max-width: 645px) {
  header nav .basket-item {
    position: relative;
  }
}
header .menu-btn {
  color: #221e1f;
  font-size: 28px;
  padding: 18px 0 0 0;
  text-align: center;
  cursor: pointer;
  height: 60px;
  width: 80px;
  float: right;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: none;
}
header .menu-btn:hover {
  background-color: #bbbbbb;
}
@media screen and (max-width: 645px) {
  header .menu-btn {
    display: block;
  }
}
header .page-overlay {
  position: fixed;
  z-index: 120;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.menu-expanded header .page-overlay {
  display: block;
}
header .notice-item {
  display: none;
  position: absolute;
  top: 1px;
  left: 14px;
  height: 100%;
  font-size: 0;
}
header .notice-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
header .notice-item > span, header .notice-item > img, header .notice-item > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
header .notice-item .title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
header .notice-item .text {
  font-weight: bold;
}
header .notice-item a {
  text-decoration: none;
  color: #221e1f;
}
@media screen and (max-width: 645px) {
  header .notice-item {
    display: block;
  }
}

.sub-header {
  position: relative;
  padding-right: 170px;
  min-height: 134px;
  padding-top: 54px;
}
@media screen and (max-width: 420px) {
  .sub-header {
    padding-top: 0;
    padding-right: 120px;
    min-height: 110px;
  }
}
.sub-header .breadcrumb-wrapper {
  padding: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .sub-header .breadcrumb-wrapper {
    padding-left: 14px;
  }
}
.sub-header .breadcrumb-wrapper ul::after {
  clear: both;
  content: "";
  display: table;
}
.sub-header .title {
  margin-top: 0 !important;
  margin-right: 0 !important;
  line-height: 1;
  font-size: 40px !important;
}
.sub-header .logo {
  position: absolute;
  right: 30px;
  top: 0;
  max-width: 124px;
  max-height: 134px;
}
@media screen and (max-width: 420px) {
  .sub-header .logo {
    max-height: 110px;
    max-width: 102px;
    right: 10px;
  }
}
.sub-header.sub-header--wide {
  padding-right: 0;
}
.sub-header.sub-header--wide .backlink {
  float: right;
  margin-top: -2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 420px) {
  .sub-header.sub-header--wide {
    position: relative;
    z-index: 101;
    bottom: -14px;
    margin-top: -100px;
  }
  .sub-header.sub-header--wide .backlink {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .sub-header.sub-header--wide .backlink:before {
    margin-right: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sub-header.sub-header--wide .breadcrumb-wrapper {
    background-color: #f6f6f6;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 0;
    width: calc(100% - 28px);
  }
  .sub-header.sub-header--wide .breadcrumb-wrapper ul {
    padding-left: 0;
    padding-top: 15px;
  }
}

.layout2 .sub-header {
  padding-top: 30px;
}

footer {
  padding-bottom: 60px;
  padding-top: 40px;
}
footer .title {
  font-size: 22px;
}
footer .disclaimer-container {
  text-align: center;
  margin-top: 60px;
  padding: 0 10%;
}
footer .disclaimer-container img {
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 645px) {
  footer .disclaimer-container {
    padding: 0 14px;
    text-align: left;
    margin-top: 20px;
  }
}
footer table {
  width: 100%;
}
footer table td:last-child {
  text-align: right;
}
footer .seperated {
  display: block;
  margin: 5px 0;
}
footer ul {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 2px;
}
footer .social-item {
  margin-top: 8px;
}

aside {
  overflow: hidden;
}
aside .btn.type-info {
  width: 100%;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 420px) {
  aside .btn.type-info {
    margin-top: 0;
    margin-bottom: 1px;
  }
}
aside .content-container {
  padding: 14px;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  aside .content-container {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 645px) {
  aside .content-container {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
aside .content-container .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 920px) {
  aside .content-container .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 645px) {
  aside .content-container .title {
    font-size: 20px;
  }
}
aside .content-container p {
  margin-bottom: 6px;
}
aside .content-container p > a {
  color: #19627d;
}
aside .content-container.type-inverted {
  margin-top: 14px;
  margin-bottom: 40px;
  padding-top: 19px;
  padding-bottom: 19px;
  color: white;
  background-color: #363233;
}
aside .content-container.type-inverted p {
  margin-bottom: 11px;
}
aside .content-container.type-inverted p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  aside .content-container.type-inverted {
    padding-left: 14px;
    padding-right: 14px;
  }
}
aside .content-container table {
  width: 100%;
  margin-bottom: 20px;
}
aside .content-container table td:last-child {
  text-align: right;
}
aside .content-container a {
  color: white;
}
aside .content-container .title a {
  color: #09303e;
}
aside .content-container.aside-content-container a {
  color: #09303e;
}

.event-item {
  margin-bottom: 40px;
}
.event-item::after {
  clear: both;
  content: "";
  display: table;
}
.event-item .date-container {
  float: left;
  margin-right: 10px;
  width: 68px;
  color: white;
  text-align: center;
  overflow: hidden;
}
.event-item .date-container .day {
  line-height: 55px;
  font-size: 40px;
  display: block;
  background-color: #09303e;
}
.theme1 .event-item .date-container .day {
  background-color: #2f5248;
}
.theme2 .event-item .date-container .day {
  background-color: #4f5459;
}
.theme3 .event-item .date-container .day {
  background-color: #2a3300;
}
.theme5 .event-item .date-container .day {
  background-color: #490024;
}
.theme6 .event-item .date-container .day {
  background-color: #2f6b2a;
}
.theme7 .event-item .date-container .day {
  background-color: #633e61;
}
.theme8 .event-item .date-container .day {
  background-color: #c13a28;
}
.event-item .date-container .month {
  padding: 5px 0;
  line-height: 14px;
  font-size: 12px;
  font-style: italic;
  display: block;
  background-color: #221e1f;
}
.event-item .text-container {
  overflow: hidden;
  color: #888888;
}
.event-item .text-container strong {
  color: #221e1f;
  margin-bottom: 5px;
  display: block;
}

.news-container .main-image {
  width: 100%;
}

.news-item {
  border-bottom: 1px solid white;
  background-color: #19627d;
  font-size: 16px;
}
.theme1 .news-item {
  background-color: #579685;
}
.theme2 .news-item {
  background-color: #8a939c;
}
.theme3 .news-item {
  background-color: #7d9900;
}
.theme5 .news-item {
  background-color: #660033;
}
.theme6 .news-item {
  background-color: #5c9548;
}
.theme7 .news-item {
  background-color: #855b83;
}
.theme8 .news-item {
  background-color: #ea5542;
}
.news-item .content-container {
  color: white;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.news-item .content-container:hover {
  color: white;
  background-color: rgba(9, 48, 62, 0.5);
}
.theme1 .news-item .content-container:hover {
  background-color: rgba(47, 82, 72, 0.5);
}
.theme2 .news-item .content-container:hover {
  background-color: rgba(79, 84, 89, 0.5);
}
.theme3 .news-item .content-container:hover {
  background-color: rgba(42, 51, 0, 0.5);
}
.theme5 .news-item .content-container:hover {
  background-color: rgba(73, 0, 36, 0.5);
}
.theme6 .news-item .content-container:hover {
  background-color: rgba(47, 107, 42, 0.5);
}
.theme7 .news-item .content-container:hover {
  background-color: rgba(99, 62, 97, 0.5);
}
.theme8 .news-item .content-container:hover {
  background-color: rgba(193, 58, 40, 0.5);
}
.news-item .content-container .title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 3px;
}
@media screen and (max-width: 920px) {
  .news-item .content-container .title {
    font-size: 20px;
  }
}
.news-item .btn {
  background-color: #09303e;
}
.news-item .btn:hover {
  background-color: #051b23;
}
.news-item .btn:active {
  background-color: #010709;
}
.theme1 .news-item .btn {
  background-color: #2f5248;
}
.theme1 .news-item .btn:hover {
  background-color: #243f37;
}
.theme1 .news-item .btn:active {
  background-color: #192b26;
}
.theme2 .news-item .btn {
  background-color: #4f5459;
}
.theme2 .news-item .btn:hover {
  background-color: #414549;
}
.theme2 .news-item .btn:active {
  background-color: #323539;
}
.theme3 .news-item .btn {
  background-color: #2a3300;
}
.theme3 .news-item .btn:hover {
  background-color: #111400;
}
.theme3 .news-item .btn:active {
  background-color: black;
}
.theme5 .news-item .btn {
  background-color: #490024;
}
.theme5 .news-item .btn:hover {
  background-color: #2a0015;
}
.theme5 .news-item .btn:active {
  background-color: #0c0006;
}
.theme6 .news-item .btn {
  background-color: #2f6b2a;
}
.theme6 .news-item .btn:hover {
  background-color: #255521;
}
.theme6 .news-item .btn:active {
  background-color: #1c3f19;
}
.theme7 .news-item .btn {
  background-color: #633e61;
}
.theme7 .news-item .btn:hover {
  background-color: #50324f;
}
.theme7 .news-item .btn:active {
  background-color: #3d263c;
}
.theme8 .news-item .btn {
  background-color: #c13a28;
}
.theme8 .news-item .btn:hover {
  background-color: #a83223;
}
.theme8 .news-item .btn:active {
  background-color: #8e2b1d;
}
.news-item:last-child {
  border: none;
}
.news-item .comment {
  display: block;
  font-size: 14px;
  color: black;
  margin-bottom: 6px;
  font-style: italic;
}
.theme1 .news-item .comment {
  color: #1f352f;
}
.theme2 .news-item .comment {
  color: #41474c;
}
.theme3 .news-item .comment {
  color: black;
}
.theme5 .news-item .comment {
  color: black;
}
.theme6 .news-item .comment {
  color: #1c2e16;
}
.theme7 .news-item .comment {
  color: #2a1d2a;
}
.theme8 .news-item .comment {
  color: #841c0f;
}
.news-item p:last-child,
.news-item span:last-child {
  margin-bottom: 0;
}
.news-item .icon-link {
  color: white;
  margin-top: 10px;
}
.news-item .icon-link:last-child {
  margin-bottom: 4px;
}
.news-item .icon-link:hover {
  color: white;
}
.news-item .icon-link:hover:before {
  background-color: #09303e;
}
.theme1 .news-item .icon-link:hover:before {
  background-color: #2f5248;
}
.theme2 .news-item .icon-link:hover:before {
  background-color: #4f5459;
}
.theme3 .news-item .icon-link:hover:before {
  background-color: #2a3300;
}
.theme5 .news-item .icon-link:hover:before {
  background-color: #490024;
}
.theme6 .news-item .icon-link:hover:before {
  background-color: #2f6b2a;
}
.theme7 .news-item .icon-link:hover:before {
  background-color: #633e61;
}
.theme8 .news-item .icon-link:hover:before {
  background-color: #c13a28;
}
.news-item.type-footer {
  text-align: center;
  padding: 14px;
}
.news-item.type-icon a {
  position: relative;
  padding-right: 48px;
}
.news-item.type-icon a:before {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -14px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: #09303e url("./img/arrow_right.png") no-repeat center center;
  background-color: #09303e;
}
.theme1 .news-item.type-icon a:before {
  background-color: #2f5248;
}
.theme2 .news-item.type-icon a:before {
  background-color: #4f5459;
}
.theme3 .news-item.type-icon a:before {
  background-color: #2a3300;
}
.theme5 .news-item.type-icon a:before {
  background-color: #490024;
}
.theme6 .news-item.type-icon a:before {
  background-color: #2f6b2a;
}
.theme7 .news-item.type-icon a:before {
  background-color: #633e61;
}
.theme8 .news-item.type-icon a:before {
  background-color: #c13a28;
}

.article-item {
  position: relative;
  background-color: white;
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 16px;
}
.article-item::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 920px) {
  .article-item {
    margin-bottom: 20px;
  }
}
.article-item .content-container {
  padding: 14px;
}
.container.type-subpage .article-item .content-container {
  padding: 28px;
}
@media screen and (max-width: 645px) {
  .container.type-subpage .article-item .content-container {
    padding: 14px;
  }
}
.article-item .title {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.article-item .title-container {
  margin-bottom: 10px;
}
.type-subpage .article-item .title-container {
  margin-bottom: 15px;
}
.article-item .title-container .title {
  margin-bottom: 0;
}
.article-item .title-container .comment {
  font-size: 14px;
  font-style: italic;
  color: #19627d;
}
.theme1 .article-item .title-container .comment {
  color: #579685;
}
.theme2 .article-item .title-container .comment {
  color: #8a939c;
}
.theme3 .article-item .title-container .comment {
  color: #7d9900;
}
.theme5 .article-item .title-container .comment {
  color: #660033;
}
.theme6 .article-item .title-container .comment {
  color: #5c9548;
}
.theme7 .article-item .title-container .comment {
  color: #855b83;
}
.theme8 .article-item .title-container .comment {
  color: #ea5542;
}
.article-item .subtitle {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 420px) {
  .article-item .subtitle {
    line-height: 1.3;
  }
}
.article-item p {
  margin-bottom: 15px;
}
.type-subpage .article-item p {
  margin-bottom: 25px;
}
.article-item .main-image {
  width: 100%;
}
.article-item.type-main .main-image {
  margin: 14px 0;
  width: calc(100% - 14px);
}
@media screen and (max-width: 420px) {
  .article-item.type-main .main-image {
    margin: 0;
    width: 100%;
  }
}
.article-item .price {
  display: block;
  font-weight: bold;
  color: #ee3d43;
  font-size: 20px;
  margin-bottom: 15px;
}
.article-item .price.type-former {
  text-decoration: line-through;
  color: #6f6f6f;
  font-size: 16px;
  margin-bottom: 0;
}
.article-item .content-image {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 50%;
}
.article-item .content-image.type-first {
  float: left;
  margin: 0 20px 10px 0;
}
.article-item .content-image img {
  max-width: 100%;
  margin-bottom: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 420px) {
  .article-item .content-image {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
.article-item .intro-image {
  margin: 14px 0 0 14px;
  max-width: 30%;
  float: right;
  margin-right: 14px;
}
.article-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  overflow: hidden;
}
.article-item ul ul {
  margin: 5px 0 0 2px;
}
.article-item ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
.article-item ul li:last-child {
  margin-bottom: 0;
}
.article-item ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  background-color: #09303e;
}
.theme1 .article-item ul li:before {
  background-color: #2f5248;
}
.theme2 .article-item ul li:before {
  background-color: #4f5459;
}
.theme3 .article-item ul li:before {
  background-color: #2a3300;
}
.theme5 .article-item ul li:before {
  background-color: #490024;
}
.theme6 .article-item ul li:before {
  background-color: #2f6b2a;
}
.theme7 .article-item ul li:before {
  background-color: #633e61;
}
.theme8 .article-item ul li:before {
  background-color: #c13a28;
}
.article-item table {
  width: 100%;
  margin-bottom: 20px;
}
.article-item table td:last-child {
  text-align: right;
}
.article-item.type-contact p {
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .article-item.type-contact {
    font-size: 14px;
  }
}
.article-item.type-prices p {
  margin-bottom: 10px;
}
.article-item.type-calendar p {
  margin-bottom: 10px;
}
@media screen and (max-width: 645px) {
  .article-item.type-calendar .btn {
    margin-top: 14px;
  }
}
.article-item .note {
  font-style: italic;
  display: inline-block;
  color: #09303e;
  margin: 10px 0 0 20px;
}
.theme1 .article-item .note {
  color: #2f5248;
}
.theme2 .article-item .note {
  color: #4f5459;
}
.theme3 .article-item .note {
  color: #2a3300;
}
.theme5 .article-item .note {
  color: #490024;
}
.theme6 .article-item .note {
  color: #2f6b2a;
}
.theme7 .article-item .note {
  color: #633e61;
}
.theme8 .article-item .note {
  color: #c13a28;
}
@media screen and (max-width: 645px) {
  .article-item .note {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.article-item .news-navigate-container {
  margin-top: 40px;
}
.article-item .news-navigate-container::after {
  clear: both;
  content: "";
  display: table;
}
.article-item .news-navigate-container .news-navigation-item {
  position: relative;
  height: 35px;
  width: 35px;
  display: block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  border: 1px solid white;
  background-color: white;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.article-item .news-navigate-container .news-navigation-item:before {
  position: absolute;
  left: 14px;
  top: 6px;
  font-family: FontAwesome;
  content: "";
  color: #19627d;
  font-size: 20px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.theme1 .article-item .news-navigate-container .news-navigation-item:before {
  color: #579685;
}
.theme2 .article-item .news-navigate-container .news-navigation-item:before {
  color: #8a939c;
}
.theme3 .article-item .news-navigate-container .news-navigation-item:before {
  color: #7d9900;
}
.theme5 .article-item .news-navigate-container .news-navigation-item:before {
  color: #660033;
}
.theme6 .article-item .news-navigate-container .news-navigation-item:before {
  color: #5c9548;
}
.theme7 .article-item .news-navigate-container .news-navigation-item:before {
  color: #855b83;
}
.theme8 .article-item .news-navigate-container .news-navigation-item:before {
  color: #ea5542;
}
.article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #19627d;
}
.theme1 .article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #579685;
}
.theme2 .article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #8a939c;
}
.theme3 .article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #7d9900;
}
.theme5 .article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #660033;
}
.theme6 .article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #5c9548;
}
.theme7 .article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #855b83;
}
.theme8 .article-item .news-navigate-container .news-navigation-item:hover {
  background-color: #ea5542;
}
.article-item .news-navigate-container .news-navigation-item:hover:before {
  color: white;
}
.article-item .news-navigate-container .news-navigation-item.type-inverted:before {
  content: "";
  left: auto;
  right: 14px;
}

.price-header {
  border-bottom: 1px solid #bbbbbb;
  font-weight: bold;
  padding-bottom: 1px;
  margin-bottom: 3px;
}
.price-header::after {
  clear: both;
  content: "";
  display: table;
}
.price-header span {
  float: left;
}
@media screen and (max-width: 420px) {
  .price-header span {
    float: none;
  }
}
.price-header .price-container {
  float: right;
}
@media screen and (max-width: 420px) {
  .price-header .price-container {
    float: none;
  }
}
.price-header .price-container .price {
  float: right;
  font-size: 18px;
  margin-bottom: 0;
  font-style: italic;
  color: #221e1f;
}
@media screen and (max-width: 420px) {
  .price-header .price-container .price {
    font-size: 16px;
    float: none;
    display: inline;
  }
}
.price-header .price-container .price.type-former {
  color: #221e1f;
  font-size: 18px;
  margin-left: 15px;
}
@media screen and (max-width: 420px) {
  .price-header .price-container .price.type-former {
    font-size: 16px;
    margin-left: 0;
    margin-right: 15px;
  }
}
.price-header .price-container .price.type-new {
  color: #ee3d43;
}

.price-content {
  width: 70%;
}
@media screen and (max-width: 920px) {
  .price-content {
    width: 100%;
  }
}

.ad-wrapper {
  overflow: hidden;
}

.page-slideshow {
  z-index: 10;
}
.page-slideshow .cycle-slide {
  width: 100%;
}
.page-slideshow .cycle-prev,
.page-slideshow .cycle-next {
  position: absolute;
  z-index: 500;
  cursor: pointer;
  bottom: 15px;
  right: 62px;
  width: 40px;
  height: 40px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.page-slideshow .cycle-prev:hover,
.page-slideshow .cycle-next:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.page-slideshow .cycle-prev:before,
.page-slideshow .cycle-next:before {
  position: absolute;
  top: 3px;
  left: 14px;
  font-family: "FontAwesome";
  content: "";
  font-size: 32px;
  color: white;
}
@media screen and (max-width: 645px) {
  .page-slideshow .cycle-prev,
.page-slideshow .cycle-next {
    display: none;
  }
}
.page-slideshow .cycle-next {
  left: auto;
  right: 15px;
}
.page-slideshow .cycle-next:before {
  content: "";
  left: auto;
  right: 14px;
}

.layout2 .page-slideshow .cycle-prev:before,
.layout2 .page-slideshow .cycle-next:before,
.layout1 .page-slideshow .cycle-prev:before,
.layout1 .page-slideshow .cycle-next:before {
  top: 3px;
}

.container.type-frontpage h1.title.type-seperator {
  font-weight: normal;
  font-size: 40px;
}
@media screen and (max-width: 920px) {
  .container.type-frontpage h1.title.type-seperator {
    font-size: 33px;
  }
}

.container.type-subpage h1.title.type-seperator {
  margin-top: -12px;
}
@media screen and (max-width: 645px) {
  .container.type-subpage h1.title.type-seperator {
    margin-top: 0;
  }
}

.breadcrumb-wrapper {
  padding-left: 14px;
}
.breadcrumb-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb-wrapper ul {
  font-weight: bold;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.breadcrumb-wrapper ul li {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 6px;
}
.breadcrumb-wrapper ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "/";
}
.breadcrumb-wrapper ul li:first-child {
  padding-left: 0;
}
.breadcrumb-wrapper ul li:first-child:before {
  content: "";
}

.submenu {
  color: white;
  background-color: #19627d;
  margin-bottom: 10px;
}
.theme1 .submenu {
  background-color: #579685;
}
.theme2 .submenu {
  background-color: #8a939c;
}
.theme3 .submenu {
  background-color: #7d9900;
}
.theme5 .submenu {
  background-color: #660033;
}
.theme6 .submenu {
  background-color: #5c9548;
}
.theme7 .submenu {
  background-color: #855b83;
}
.theme8 .submenu {
  background-color: #ea5542;
}
.submenu a {
  text-decoration: none;
  color: white;
  display: block;
}
.submenu ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.submenu ul li a {
  position: relative;
  padding: 14px 14px 14px 32px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.submenu ul li a:before {
  position: absolute;
  top: 17px;
  left: 14px;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
}
.submenu ul li a:hover {
  background-color: rgba(9, 48, 62, 0.4);
}
.theme1 .submenu ul li a:hover {
  background-color: rgba(47, 82, 72, 0.4);
}
.theme2 .submenu ul li a:hover {
  background-color: rgba(79, 84, 89, 0.4);
}
.theme3 .submenu ul li a:hover {
  background-color: rgba(42, 51, 0, 0.4);
}
.theme5 .submenu ul li a:hover {
  background-color: rgba(73, 0, 36, 0.4);
}
.theme6 .submenu ul li a:hover {
  background-color: rgba(47, 107, 42, 0.4);
}
.theme7 .submenu ul li a:hover {
  background-color: rgba(99, 62, 97, 0.4);
}
.theme8 .submenu ul li a:hover {
  background-color: rgba(193, 58, 40, 0.4);
}
.submenu ul li a.active {
  background-color: #09303e;
}
.theme1 .submenu ul li a.active {
  background-color: #2f5248;
}
.theme2 .submenu ul li a.active {
  background-color: #4f5459;
}
.theme3 .submenu ul li a.active {
  background-color: #2a3300;
}
.theme5 .submenu ul li a.active {
  background-color: #490024;
}
.theme6 .submenu ul li a.active {
  background-color: #2f6b2a;
}
.theme7 .submenu ul li a.active {
  background-color: #633e61;
}
.theme8 .submenu ul li a.active {
  background-color: #c13a28;
}
.submenu ul li a.active:before {
  content: "" !important;
}
.submenu ul li.expanded > a:before {
  content: "" !important;
}
.submenu ul li:last-child {
  border: none;
}
.submenu > ul {
  display: block;
}
.submenu > ul > li {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid white;
}
.submenu > ul > li.expanded > a {
  padding-bottom: 14px;
}
.submenu > ul > li.expanded > ul {
  display: block;
}
.submenu > ul > li > ul > li {
  font-weight: normal;
  font-size: 16px;
}
.submenu > ul > li > ul > li a:before {
  top: 6px;
  left: 32px;
}
.submenu > ul > li > ul > li a {
  padding: 5px 14px 5px 46px;
}
.submenu > ul > li > ul > li.expanded > ul {
  display: block;
}
.submenu > ul > li > ul > li > ul > li {
  font-weight: normal;
  font-size: 16px;
}
.submenu > ul > li > ul > li > ul > li a:before {
  top: 6px;
  left: 46px;
}
.submenu > ul > li > ul > li > ul > li a {
  padding: 5px 14px 5px 60px;
}
.submenu > ul > li > ul > li > ul > li.expanded > ul {
  display: block;
}
.submenu > ul > li > ul > li > ul > li > ul > li {
  font-weight: normal;
  font-size: 16px;
}
.submenu > ul > li > ul > li > ul > li > ul > li a:before {
  top: 6px;
  left: 60px;
}
.submenu > ul > li > ul > li > ul > li > ul > li a {
  padding: 5px 14px 5px 74px;
}
@media screen and (max-width: 645px) {
  .submenu {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .type-blog .submenu {
    display: none;
  }
}
.submenu.type-category {
  background-color: transparent;
  color: #221e1f;
  margin-bottom: 40px;
  display: block !important;
}
.submenu.type-category ul li a {
  color: #221e1f;
}
.submenu.type-category ul li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.submenu.type-category ul li {
  border-bottom: 1px solid #bbbbbb;
}
.submenu-title {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 18px;
}
.submenu-content {
  padding: 28px 30px;
}
.submenu-content-section {
  margin-bottom: 30px;
}

.mobile-submenu {
  display: none;
  padding: 0 14px 0 14px;
}
@media screen and (max-width: 645px) {
  .mobile-submenu {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .type-blog .mobile-submenu {
    display: block;
  }
}
.mobile-submenu select {
  padding: 8px;
  width: 100%;
  font-size: 16px;
}

.thumb-container {
  background-color: white;
  margin-bottom: 20px;
}
.thumb-container .thumb-wrapper {
  text-align: center;
  font-size: 16px;
}
.thumb-container .thumb-wrapper img {
  width: 100%;
}
.thumb-container .thumb-wrapper a.main-link {
  color: #221e1f;
  text-decoration: none;
}
.thumb-container .thumb-wrapper a.main-link:hover .text-container .overlay {
  opacity: 1;
}
.thumb-container .thumb-wrapper .title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 3px;
}
.thumb-container .thumb-wrapper .text-container {
  position: relative;
  padding-top: 18px;
  min-height: 85px;
  padding-bottom: 14px;
}
.thumb-container .thumb-wrapper .text-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  text-align: center;
  color: white;
  background-color: #19627d;
  font-size: 0;
}
.theme1 .thumb-container .thumb-wrapper .text-container .overlay {
  background-color: #579685;
}
.theme2 .thumb-container .thumb-wrapper .text-container .overlay {
  background-color: #8a939c;
}
.theme3 .thumb-container .thumb-wrapper .text-container .overlay {
  background-color: #7d9900;
}
.theme5 .thumb-container .thumb-wrapper .text-container .overlay {
  background-color: #660033;
}
.theme6 .thumb-container .thumb-wrapper .text-container .overlay {
  background-color: #5c9548;
}
.theme7 .thumb-container .thumb-wrapper .text-container .overlay {
  background-color: #855b83;
}
.theme8 .thumb-container .thumb-wrapper .text-container .overlay {
  background-color: #ea5542;
}
.thumb-container .thumb-wrapper .text-container .overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.thumb-container .thumb-wrapper .text-container .overlay > span, .thumb-container .thumb-wrapper .text-container .overlay > img, .thumb-container .thumb-wrapper .text-container .overlay > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.thumb-container .thumb-wrapper .text-container .overlay .icon-link {
  color: white;
}
.thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #09303e;
}
.theme1 .thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #2f5248;
}
.theme2 .thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #4f5459;
}
.theme3 .thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #2a3300;
}
.theme5 .thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #490024;
}
.theme6 .thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #2f6b2a;
}
.theme7 .thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #633e61;
}
.theme8 .thumb-container .thumb-wrapper .text-container .overlay .icon-link:hover:before {
  background-color: #c13a28;
}

.map {
  height: 380px;
  width: 100%;
}

.gallery-container {
  display: none;
}

.fancybox-skin {
  background-color: transparent;
  box-shadow: none !important;
}
.fancybox-skin .title {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
  padding-right: 55px;
}
.fancybox-skin .image-container {
  padding: 20px;
  background-color: white;
  position: relative;
}
.fancybox-skin .image-container .navigation-item {
  position: absolute;
  z-index: 500;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 40px;
  margin-top: -22px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: 1px solid #6f6f6f;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.fancybox-skin .image-container .navigation-item:before {
  position: absolute;
  top: 5px;
  left: 15px;
  font-family: "FontAwesome";
  content: "";
  font-size: 32px;
  color: white;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.fancybox-skin .image-container .navigation-item.type-next {
  left: auto;
  right: 40px;
}
.fancybox-skin .image-container .navigation-item.type-next:before {
  content: "";
  left: auto;
  right: 15px;
}
.fancybox-skin .image-container .navigation-item:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-skin .image-container .navigation-item:hover:before {
  color: #bbbbbb;
}
.fancybox-skin .image-container img {
  margin: 0 auto;
}
.fancybox-skin .text-container {
  position: relative;
  height: 150px;
  margin-top: 20px;
}
.fancybox-skin .text-container .content-container {
  position: absolute;
  top: 0;
  overflow: auto;
  max-height: 150px;
  width: 100%;
  padding: 20px;
  background-color: white;
}
.fancybox-skin .text-container .content-container .title {
  color: #221e1f;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding-right: 0;
}
.fancybox-skin .slide {
  position: relative;
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 0;
  color: white;
  text-decoration: none;
  background: none;
  width: auto;
  height: auto;
  font-size: 22px;
}
.fancybox-close:before {
  content: "Luk";
}

.container.type-blog aside .title.type-seperator {
  font-size: 22px;
  margin-left: 0;
}
@media screen and (max-width: 645px) {
  .container.type-blog aside .title.type-seperator {
    margin-left: 14px;
  }
}
@media screen and (max-width: 645px) {
  .container.type-blog aside .search-container .title {
    margin-left: 0;
  }
}
@media screen and (max-width: 1196px) {
  .container.type-blog aside .content-container {
    font-size: 12px;
  }
}
@media screen and (max-width: 920px) {
  .container.type-blog aside .content-container {
    font-size: 16px;
  }
}
.container.type-blog h1.title.type-seperator {
  margin-top: -12px;
}
@media screen and (max-width: 645px) {
  .container.type-blog h1.title.type-seperator {
    margin-top: 0;
  }
}
.container.type-blog .title-container .comment {
  font-size: 14px;
}
.container.type-blog .navigate-container {
  position: static;
  font-size: 16px;
  margin-bottom: 20px;
}
.container.type-blog .navigate-container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 645px) {
  .container.type-blog .navigate-container {
    margin-right: 14px;
  }
}
.container.type-blog .navigate-container .icon-link {
  float: right;
  width: auto;
  padding-left: 35px;
  margin-left: 20px;
}
.container.type-blog .navigate-container .icon-link:first-child {
  padding-left: 0;
  padding-right: 35px;
}
.container.type-blog .navigate-container .icon-link:first-child:before {
  left: auto;
  right: 0;
}
.container.type-blog .article-item {
  margin-bottom: 20px;
}

.share-container {
  background-color: white;
  padding: 14px 20px;
}
.share-container::after {
  clear: both;
  content: "";
  display: table;
}
.share-container span {
  display: inline-block;
  margin-top: 13px;
}
.share-container .share-item-container {
  float: right;
}
@media screen and (max-width: 420px) {
  .share-container .share-item-container {
    margin-top: 10px;
  }
}
.share-container .share-item-container .share-item {
  float: right;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #e8e8e8;
  margin-left: 10px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.share-container .share-item-container .share-item img {
  margin: 12px auto 0 auto;
}
.share-container .share-item-container .share-item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 645px) {
  .comment-container {
    padding: 0 14px;
  }
}
.comment-container input,
.comment-container textarea {
  background: rgba(255, 255, 255, 0.4);
}
.comment-container input::-webkit-input-placeholder,
.comment-container textarea::-webkit-input-placeholder {
  color: #6f6f6f;
}
.comment-container input::-moz-placeholder,
.comment-container textarea::-moz-placeholder {
  color: #6f6f6f;
}
.comment-container input:-moz-placeholder,
.comment-container textarea:-moz-placeholder {
  color: #6f6f6f;
}
.comment-container input:-ms-input-placeholder,
.comment-container textarea:-ms-input-placeholder {
  color: #6f6f6f;
}
.comment-container input {
  float: left;
  width: 48%;
}
.comment-container input:nth-child(2n) {
  float: right;
}
.comment-container input.error {
  border-color: #ee3d43;
}
.comment-container textarea {
  margin: 10px 0;
  width: 100%;
  height: 100px;
  resize: none;
}
.comment-container textarea.error {
  border-color: #ee3d43;
}
.comment-container label.error {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 14px;
  color: #ee3d43;
}
.comment-container .form-input {
  position: relative;
}
.comment-container .clearfix .form-input {
  float: left;
  width: 48%;
}
.comment-container .clearfix .form-input input {
  float: none;
  width: 100%;
}
.comment-container .clearfix .form-input:last-of-type {
  float: right;
}

.search-container {
  margin: 50px 0 40px 0;
}
@media screen and (max-width: 645px) {
  .search-container {
    padding: 0 14px;
  }
}
@media screen and (max-width: 420px) {
  .search-container {
    margin-top: 0;
  }
}
.search-container::after {
  clear: both;
  content: "";
  display: table;
}
.search-container input {
  float: left;
  margin: 0;
  width: calc(100% - 70px);
  background: rgba(255, 255, 255, 0.4);
}
.search-container input::-webkit-input-placeholder {
  color: #6f6f6f;
}
.search-container input::-moz-placeholder {
  color: #6f6f6f;
}
.search-container input:-moz-placeholder {
  color: #6f6f6f;
}
.search-container input:-ms-input-placeholder {
  color: #6f6f6f;
}
.search-container button {
  width: 65px;
  float: right;
  padding-top: 6px;
  padding-bottom: 6px;
}

.listing-item {
  background-color: #e8e8e8;
  padding: 10px;
  border: 1px solid #19627d;
  margin-bottom: 20px;
}
.listing-item .title {
  font-size: 20px;
  text-decoration: none;
  color: #221e1f;
  margin-bottom: 5px;
}
.listing-item .title:hover {
  color: #19627d;
}
.listing-item .comment {
  font-style: italic;
}
.listing-item .content-container {
  margin-bottom: 20px;
}

.layout1 {
  background-image: url("./img/pattern.png");
  margin: 90px 0 0 0;
}
@media screen and (max-width: 645px) {
  .layout1 {
    margin-top: 60px;
  }
}
.layout1 .box1-and-2 .box1-2-content {
  max-height: 190px;
}

@media screen and (max-width: 645px) {
  .layout1 header nav,
.layout-master header nav {
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    background-color: white;
    -webkit-transition: left 0.5s, box-shadow 0.5s;
    -moz-transition: left 0.5s, box-shadow 0.5s;
    transition: left 0.5s, box-shadow 0.5s;
    text-align: left;
    z-index: 150;
  }
  .layout1 header nav ul,
.layout-master header nav ul {
    margin: 10px 0 10px 0;
    width: 100%;
  }
  .layout1 header nav ul li,
.layout-master header nav ul li {
    display: block;
    padding: 0;
  }
  .layout1 header nav ul li a,
.layout-master header nav ul li a {
    padding: 12px 10px;
    width: 100%;
  }
  .menu-expanded .layout1 header nav,
.menu-expanded .layout-master header nav {
    left: 0;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 420px) {
  .layout1 .title.type-seperator {
    margin-left: 0;
    padding: 14px;
  }
  .layout1 .title.type-seperator:before {
    display: none;
  }
  .layout1 .ad-wrapper iframe {
    display: block;
    margin: 0 auto;
  }
  .layout1 .title.type-seperator {
    margin-bottom: 0;
  }
  .layout1 .mobile-logo-info hr {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .layout1 .article-item span.title,
.layout1 .article-item h2 {
    font-size: 25px !important;
  }
}

.layout2,
.layout-master {
  margin: 0 0 0 0;
  background-image: url("./img/pattern2.png");
}
.layout2 .container,
.layout-master .container {
  background-color: white;
  padding: 0 14px;
}
@media screen and (max-width: 420px) {
  .layout2 .container,
.layout-master .container {
    padding: 0 0;
  }
}
.layout2 .title,
.layout-master .title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.layout2 .title.type-seperator,
.layout-master .title.type-seperator {
  margin-left: 0;
}
.layout2 .title.type-seperator:before,
.layout-master .title.type-seperator:before {
  display: none;
}
@media screen and (max-width: 420px) {
  .layout2 .title.type-seperator,
.layout-master .title.type-seperator {
    padding: 14px;
  }
}
.layout2 h1.title,
.layout-master h1.title {
  font-weight: bold !important;
}
.layout2 .sub-title,
.layout-master .sub-title {
  font-size: 17px;
}
.layout2 .article-item.type-main .content-container,
.layout-master .article-item.type-main .content-container {
  padding: 0;
}
@media screen and (max-width: 420px) {
  .layout2 .article-item.type-main .content-container,
.layout-master .article-item.type-main .content-container {
    margin-top: 14px;
  }
}
.layout2 .article-item.type-main img,
.layout-master .article-item.type-main img {
  margin-top: 0;
}
.layout2 .article-item.type-main .btn,
.layout-master .article-item.type-main .btn {
  margin-top: 20px;
}
.layout2 .article-item span.title,
.layout2 .article-item h2,
.layout-master .article-item span.title,
.layout-master .article-item h2 {
  font-size: 27px !important;
}
@media screen and (max-width: 420px) {
  .layout2 .article-item span.title,
.layout2 .article-item h2,
.layout-master .article-item span.title,
.layout-master .article-item h2 {
    font-size: 25px !important;
  }
}
.layout2 .article-item h2 + h3,
.layout-master .article-item h2 + h3 {
  margin-top: 5px;
}
.layout2 .article-item .subtitle,
.layout-master .article-item .subtitle {
  font-size: 27px;
  margin-bottom: 10px;
  display: inline-block;
}
.layout2 .article-item.type-teaser .title,
.layout-master .article-item.type-teaser .title {
  font-size: 22px;
}
.layout2 .article-item.type-teaser .btn,
.layout-master .article-item.type-teaser .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.layout2 .article-item.type-teaser .content-container,
.layout-master .article-item.type-teaser .content-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 420px) {
  .layout2 .article-item.type-teaser .content-container,
.layout-master .article-item.type-teaser .content-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.layout2 .article-item.type-teaser .price,
.layout-master .article-item.type-teaser .price {
  font-size: 26px;
}
.layout2 .article-item.type-teaser .price.type-former,
.layout-master .article-item.type-teaser .price.type-former {
  font-size: 16px;
}
.layout2 .article-item.type-theme .title,
.layout-master .article-item.type-theme .title {
  font-size: 26px;
}
.layout2 .article-item.type-theme,
.layout-master .article-item.type-theme {
  margin-bottom: 30px;
  background-color: #19627d;
  color: white;
}
@media screen and (max-width: 920px) {
  .layout2 .article-item.type-theme,
.layout-master .article-item.type-theme {
    margin-bottom: 30px;
  }
}
.theme1 .layout2 .article-item.type-theme,
.theme1 .layout-master .article-item.type-theme {
  background-color: #579685;
}
.theme2 .layout2 .article-item.type-theme,
.theme2 .layout-master .article-item.type-theme {
  background-color: #8a939c;
}
.theme3 .layout2 .article-item.type-theme,
.theme3 .layout-master .article-item.type-theme {
  background-color: #7d9900;
}
.theme5 .layout2 .article-item.type-theme,
.theme5 .layout-master .article-item.type-theme {
  background-color: #660033;
}
.theme6 .layout2 .article-item.type-theme,
.theme6 .layout-master .article-item.type-theme {
  background-color: #5c9548;
}
.theme7 .layout2 .article-item.type-theme,
.theme7 .layout-master .article-item.type-theme {
  background-color: #855b83;
}
.theme8 .layout2 .article-item.type-theme,
.theme8 .layout-master .article-item.type-theme {
  background-color: #ea5542;
}
.layout2 .article-item.type-theme .content-container,
.layout-master .article-item.type-theme .content-container {
  padding-top: 28px;
}
.layout2 .article-item.type-theme .icon-link,
.layout-master .article-item.type-theme .icon-link {
  color: white;
  font-size: 17px;
}
.layout2 .article-item.type-theme .icon-link:hover,
.layout-master .article-item.type-theme .icon-link:hover {
  color: #bbbbbb;
}
.layout2 .article-item.type-theme .comment,
.layout-master .article-item.type-theme .comment {
  color: #09303e;
}
.theme1 .layout2 .article-item.type-theme .comment,
.theme1 .layout-master .article-item.type-theme .comment {
  color: #2f5248;
}
.theme2 .layout2 .article-item.type-theme .comment,
.theme2 .layout-master .article-item.type-theme .comment {
  color: #4f5459;
}
.theme3 .layout2 .article-item.type-theme .comment,
.theme3 .layout-master .article-item.type-theme .comment {
  color: #2a3300;
}
.theme5 .layout2 .article-item.type-theme .comment,
.theme5 .layout-master .article-item.type-theme .comment {
  color: #490024;
}
.theme6 .layout2 .article-item.type-theme .comment,
.theme6 .layout-master .article-item.type-theme .comment {
  color: #2f6b2a;
}
.theme7 .layout2 .article-item.type-theme .comment,
.theme7 .layout-master .article-item.type-theme .comment {
  color: #633e61;
}
.theme8 .layout2 .article-item.type-theme .comment,
.theme8 .layout-master .article-item.type-theme .comment {
  color: #c13a28;
}
.layout2 aside .article-item.type-calendar .title,
.layout-master aside .article-item.type-calendar .title {
  font-size: 32px;
}
.layout2 aside .article-item.type-calendar strong,
.layout-master aside .article-item.type-calendar strong {
  font-size: 18px;
}
.layout2 aside .article-item.type-calendar .icon-link,
.layout-master aside .article-item.type-calendar .icon-link {
  font-size: 17px;
}
.layout2 aside .article-item.type-calendar .event-item,
.layout-master aside .article-item.type-calendar .event-item {
  margin-bottom: 14px;
}
.layout2 aside .article-item.type-calendar .event-item .date-container .day,
.layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #09303e;
}
.theme1 .layout2 aside .article-item.type-calendar .event-item .date-container .day,
.theme1 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #2f5248;
}
.theme2 .layout2 aside .article-item.type-calendar .event-item .date-container .day,
.theme2 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #363233;
}
.theme3 .layout2 aside .article-item.type-calendar .event-item .date-container .day,
.theme3 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #96b800;
}
.theme5 .layout2 aside .article-item.type-calendar .event-item .date-container .day,
.theme5 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #58002d;
}
.theme6 .layout2 aside .article-item.type-calendar .event-item .date-container .day,
.theme6 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #388133;
}
.theme7 .layout2 aside .article-item.type-calendar .event-item .date-container .day,
.theme7 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #754f73;
}
.theme8 .layout2 aside .article-item.type-calendar .event-item .date-container .day,
.theme8 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #d14c3a;
}
.layout2 aside .article-item.type-calendar .btn,
.layout-master aside .article-item.type-calendar .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.layout2 aside .article-item.type-calendar .content-container,
.layout-master aside .article-item.type-calendar .content-container {
  padding: 0;
}
@media screen and (max-width: 420px) {
  .layout2 aside .article-item.type-calendar .content-container,
.layout-master aside .article-item.type-calendar .content-container {
    margin: 14px;
  }
}
.layout2 .icon-link,
.layout-master .icon-link {
  padding-left: 0;
  padding-right: 15px;
  color: #09303e;
}
.layout2 .icon-link:before,
.layout-master .icon-link:before {
  font-family: FontAwesome;
  content: "";
  right: 0;
  left: auto;
  top: 0px;
  background: none !important;
  width: auto;
  height: auto;
}
.theme1 .layout2 .icon-link,
.theme1 .layout-master .icon-link {
  color: #2f5248;
}
.theme2 .layout2 .icon-link,
.theme2 .layout-master .icon-link {
  color: #4f5459;
}
.theme3 .layout2 .icon-link,
.theme3 .layout-master .icon-link {
  color: #2a3300;
}
.theme5 .layout2 .icon-link,
.theme5 .layout-master .icon-link {
  color: #490024;
}
.theme6 .layout2 .icon-link,
.theme6 .layout-master .icon-link {
  color: #2f6b2a;
}
.theme7 .layout2 .icon-link,
.theme7 .layout-master .icon-link {
  color: #633e61;
}
.theme8 .layout2 .icon-link,
.theme8 .layout-master .icon-link {
  color: #c13a28;
}
.layout2 .icon-link:hover,
.layout-master .icon-link:hover {
  color: #19627d;
}
.theme1 .layout2 .icon-link:hover,
.theme1 .layout-master .icon-link:hover {
  color: #579685;
}
.theme2 .layout2 .icon-link:hover,
.theme2 .layout-master .icon-link:hover {
  color: #8a939c;
}
.theme3 .layout2 .icon-link:hover,
.theme3 .layout-master .icon-link:hover {
  color: #7d9900;
}
.theme5 .layout2 .icon-link:hover,
.theme5 .layout-master .icon-link:hover {
  color: #660033;
}
.theme6 .layout2 .icon-link:hover,
.theme6 .layout-master .icon-link:hover {
  color: #5c9548;
}
.theme7 .layout2 .icon-link:hover,
.theme7 .layout-master .icon-link:hover {
  color: #855b83;
}
.theme8 .layout2 .icon-link:hover,
.theme8 .layout-master .icon-link:hover {
  color: #ea5542;
}
.layout2 .icon-link.type-inverted,
.layout-master .icon-link.type-inverted {
  padding-left: 15px !important;
  padding-right: 0;
}
.layout2 .icon-link.type-inverted:before,
.layout-master .icon-link.type-inverted:before {
  content: "";
  left: 0;
  right: auto;
}
.layout2 .bar-wrapper .container,
.layout-master .bar-wrapper .container {
  position: relative;
}
.layout2 .bar-wrapper .container .gap-bar,
.layout-master .bar-wrapper .container .gap-bar {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  height: 40px;
  background-color: white;
}
.layout2 .bar-wrapper .container .gap-bar.type-top,
.layout-master .bar-wrapper .container .gap-bar.type-top {
  top: -40px;
}
.layout2 .bar-wrapper .container .gap-bar.type-bottom,
.layout-master .bar-wrapper .container .gap-bar.type-bottom {
  bottom: -40px;
}
.layout2 .bar-wrapper .text-container,
.layout-master .bar-wrapper .text-container {
  width: 48%;
  padding-bottom: 14px;
}
.layout2 .bar-wrapper .text-container .title,
.layout-master .bar-wrapper .text-container .title {
  margin-bottom: 32px;
}
.layout2 .bar-wrapper.type-theme,
.layout-master .bar-wrapper.type-theme {
  background-color: #09303e;
  color: white;
}
.theme1 .layout2 .bar-wrapper.type-theme,
.theme1 .layout-master .bar-wrapper.type-theme {
  background-color: #2f5248;
}
.theme2 .layout2 .bar-wrapper.type-theme,
.theme2 .layout-master .bar-wrapper.type-theme {
  background-color: #363233;
}
.theme3 .layout2 .bar-wrapper.type-theme,
.theme3 .layout-master .bar-wrapper.type-theme {
  background-color: #96b800;
}
.theme5 .layout2 .bar-wrapper.type-theme,
.theme5 .layout-master .bar-wrapper.type-theme {
  background-color: #58002d;
}
.theme6 .layout2 .bar-wrapper.type-theme,
.theme6 .layout-master .bar-wrapper.type-theme {
  background-color: #388133;
}
.theme7 .layout2 .bar-wrapper.type-theme,
.theme7 .layout-master .bar-wrapper.type-theme {
  background-color: #754f73;
}
.theme8 .layout2 .bar-wrapper.type-theme,
.theme8 .layout-master .bar-wrapper.type-theme {
  background-color: #d14c3a;
}
@media screen and (max-width: 645px) {
  .layout2 .bar-wrapper.type-theme,
.layout-master .bar-wrapper.type-theme {
    margin-top: 0;
    margin-bottom: 0;
  }
  .layout2 .bar-wrapper.type-theme .gap-bar,
.layout-master .bar-wrapper.type-theme .gap-bar {
    display: none;
  }
}
.layout2 .bar-wrapper.type-theme .btn,
.layout-master .bar-wrapper.type-theme .btn {
  border: 1px solid white;
  width: 140px;
  padding: 8px 0;
  background-color: #09303e;
}
.layout2 .bar-wrapper.type-theme .btn:hover,
.layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #051b23;
}
.layout2 .bar-wrapper.type-theme .btn:active,
.layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #010709;
}
.theme1 .layout2 .bar-wrapper.type-theme .btn,
.theme1 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #2f5248;
}
.theme1 .layout2 .bar-wrapper.type-theme .btn:hover,
.theme1 .layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #243f37;
}
.theme1 .layout2 .bar-wrapper.type-theme .btn:active,
.theme1 .layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #192b26;
}
.theme2 .layout2 .bar-wrapper.type-theme .btn,
.theme2 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #363233;
}
.theme2 .layout2 .bar-wrapper.type-theme .btn:hover,
.theme2 .layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #262324;
}
.theme2 .layout2 .bar-wrapper.type-theme .btn:active,
.theme2 .layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #161515;
}
.theme3 .layout2 .bar-wrapper.type-theme .btn,
.theme3 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #96b800;
}
.theme3 .layout2 .bar-wrapper.type-theme .btn:hover,
.theme3 .layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #7d9900;
}
.theme3 .layout2 .bar-wrapper.type-theme .btn:active,
.theme3 .layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #647b00;
}
.theme5 .layout2 .bar-wrapper.type-theme .btn,
.theme5 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #58002d;
}
.theme5 .layout2 .bar-wrapper.type-theme .btn:hover,
.theme5 .layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #39001d;
}
.theme5 .layout2 .bar-wrapper.type-theme .btn:active,
.theme5 .layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #1b000e;
}
.theme6 .layout2 .bar-wrapper.type-theme .btn,
.theme6 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #388133;
}
.theme6 .layout2 .bar-wrapper.type-theme .btn:hover,
.theme6 .layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #2e6b2a;
}
.theme6 .layout2 .bar-wrapper.type-theme .btn:active,
.theme6 .layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #255522;
}
.theme7 .layout2 .bar-wrapper.type-theme .btn,
.theme7 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #754f73;
}
.theme7 .layout2 .bar-wrapper.type-theme .btn:hover,
.theme7 .layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #634361;
}
.theme7 .layout2 .bar-wrapper.type-theme .btn:active,
.theme7 .layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #50364f;
}
.theme8 .layout2 .bar-wrapper.type-theme .btn,
.theme8 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #d14c3a;
}
.theme8 .layout2 .bar-wrapper.type-theme .btn:hover,
.theme8 .layout-master .bar-wrapper.type-theme .btn:hover {
  background-color: #c03e2d;
}
.theme8 .layout2 .bar-wrapper.type-theme .btn:active,
.theme8 .layout-master .bar-wrapper.type-theme .btn:active {
  background-color: #a73627;
}
.layout2 .bar-wrapper.type-theme input,
.layout2 .bar-wrapper.type-theme textarea,
.layout-master .bar-wrapper.type-theme input,
.layout-master .bar-wrapper.type-theme textarea {
  color: #221e1f;
}
.layout2 .bar-wrapper.type-fade,
.layout-master .bar-wrapper.type-fade {
  margin-top: 0;
}
.layout2 .bar-wrapper.type-fade .gap-bar.type-top,
.layout-master .bar-wrapper.type-fade .gap-bar.type-top {
  display: none;
}
.layout2 footer,
.layout-master footer {
  padding-top: 0;
  padding-bottom: 0;
}
.layout2 footer .container,
.layout-master footer .container {
  padding-top: 40px;
  background-color: transparent;
}
.layout2 footer .container .disclaimer-container,
.layout-master footer .container .disclaimer-container {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}
.layout2 footer .container:first-child,
.layout-master footer .container:first-child {
  padding-top: 60px;
}
.layout2 input,
.layout-master input {
  font-size: 14px;
}
.layout2 .type-frontpage .main-wrapper .article-item.type-main,
.layout-master .type-frontpage .main-wrapper .article-item.type-main {
  margin-bottom: 0;
}
.layout2 .type-subpage .article-item,
.layout-master .type-subpage .article-item {
  font-size: 16px;
}
.layout2 .type-subpage .article-item .content-container,
.layout-master .type-subpage .article-item .content-container {
  padding: 0;
}
@media screen and (max-width: 420px) {
  .layout2 .type-subpage .article-item .content-container,
.layout-master .type-subpage .article-item .content-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.layout2 .type-subpage .main-wrapper .title,
.layout-master .type-subpage .main-wrapper .title {
  font-size: 22px;
}
.layout2 .type-subpage .main-wrapper .title.type-seperator,
.layout-master .type-subpage .main-wrapper .title.type-seperator {
  font-size: 36px;
}
.layout2 .type-subpage .main-wrapper .title.type-seperator.type-small,
.layout-master .type-subpage .main-wrapper .title.type-seperator.type-small {
  font-size: 32px;
}
@media screen and (max-width: 420px) {
  .layout2 .type-subpage .main-wrapper .title.type-seperator,
.layout-master .type-subpage .main-wrapper .title.type-seperator {
    font-size: 32px;
  }
}
.layout2 .type-subpage .main-wrapper .article-item.type-main,
.layout-master .type-subpage .main-wrapper .article-item.type-main {
  margin-bottom: 40px;
}
.layout2 .type-blog .article-item,
.layout-master .type-blog .article-item {
  font-size: 16px;
  margin-bottom: 0;
}
.layout2 .type-blog .article-item .main-image,
.layout-master .type-blog .article-item .main-image {
  padding: 14px 0;
}
@media screen and (max-width: 420px) {
  .layout2 .type-blog .article-item .main-image,
.layout-master .type-blog .article-item .main-image {
    padding-bottom: 0;
  }
}
.layout2 .type-blog .article-item .content-container,
.layout-master .type-blog .article-item .content-container {
  padding-left: 0;
}
@media screen and (max-width: 920px) {
  .layout2 .type-blog .article-item .content-container,
.layout-master .type-blog .article-item .content-container {
    padding: 14px 14px 14px 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .layout2 .type-blog .article-item .content-container,
.layout-master .type-blog .article-item .content-container {
    padding: 14px 14px 14px 14px !important;
  }
}
.layout2 .type-blog .search-container,
.layout-master .type-blog .search-container {
  margin-top: 0;
}
.layout2 .type-blog header nav.submenu,
.layout-master .type-blog header nav.submenu {
  display: block;
}
.layout2 .type-blog .navigate-container,
.layout-master .type-blog .navigate-container {
  margin-top: 20px;
  margin-bottom: 15px;
}
.layout2 .type-blog .navigate-container .icon-link,
.layout-master .type-blog .navigate-container .icon-link {
  padding-right: 25px !important;
}
.layout2 .type-blog .navigate-container .icon-link.type-inverted,
.layout-master .type-blog .navigate-container .icon-link.type-inverted {
  padding-left: 25px !important;
}
.layout2 .type-blog .navigate-container .icon-link.type-inverted:before,
.layout-master .type-blog .navigate-container .icon-link.type-inverted:before {
  content: "";
  left: 0;
  right: auto;
}
.layout2 .type-blog .banner-wrapper,
.layout-master .type-blog .banner-wrapper {
  margin-bottom: 0;
}
.layout2 .type-blog .share-container,
.layout-master .type-blog .share-container {
  padding-left: 0;
}
.layout2 .type-blog .share-container .title,
.layout-master .type-blog .share-container .title {
  margin-top: 0;
  display: block;
}
@media screen and (max-width: 645px) {
  .layout2 .type-blog .share-container,
.layout-master .type-blog .share-container {
    padding-left: 14px;
  }
}
@media screen and (max-width: 420px) {
  .layout2 .type-blog .share-container,
.layout-master .type-blog .share-container {
    padding: 14px;
  }
}
@media screen and (max-width: 420px) {
  .layout2 .type-frontpage .article-item.type-main,
.layout-master .type-frontpage .article-item.type-main {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.layout2 #vetfamily-banner {
  margin-bottom: -20px;
}
@media screen and (max-width: 920px) {
  .layout2 {
    margin-top: 60px;
  }
}
.layout2 header {
  position: static;
}
@media screen and (max-width: 920px) {
  .layout2 header {
    position: fixed;
  }
}
.layout2 header .content-container {
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 920px) {
  .layout2 header .content-container {
    padding-bottom: 0;
  }
}
.layout2 header nav {
  display: block;
  position: static;
  margin-top: 80px;
}
.layout2 header nav ul li {
  display: list-item;
  padding-right: 0;
  margin-bottom: 0;
}
.layout2 header nav ul li a {
  line-height: 1.25;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.layout2 header nav ul li a:before {
  line-height: 1;
}
.layout2 header nav ul li a.active {
  color: #fff !important;
  color: #09303e;
}
.theme1 .layout2 header nav ul li a.active {
  color: #2f5248;
}
.theme2 .layout2 header nav ul li a.active {
  color: #4f5459;
}
.theme3 .layout2 header nav ul li a.active {
  color: #2a3300;
}
.theme5 .layout2 header nav ul li a.active {
  color: #490024;
}
.theme6 .layout2 header nav ul li a.active {
  color: #2f6b2a;
}
.theme7 .layout2 header nav ul li a.active {
  color: #633e61;
}
.theme8 .layout2 header nav ul li a.active {
  color: #c13a28;
}
.layout2 header nav ul li a.active:before {
  color: #fff !important;
  color: #09303e;
}
.theme1 .layout2 header nav ul li a.active:before {
  color: #2f5248;
}
.theme2 .layout2 header nav ul li a.active:before {
  color: #4f5459;
}
.theme3 .layout2 header nav ul li a.active:before {
  color: #2a3300;
}
.theme5 .layout2 header nav ul li a.active:before {
  color: #490024;
}
.theme6 .layout2 header nav ul li a.active:before {
  color: #2f6b2a;
}
.theme7 .layout2 header nav ul li a.active:before {
  color: #633e61;
}
.theme8 .layout2 header nav ul li a.active:before {
  color: #c13a28;
}
.layout2 header nav ul li a.active:hover {
  color: #09303e;
}
.theme1 .layout2 header nav ul li a.active:hover {
  color: #2f5248;
}
.theme2 .layout2 header nav ul li a.active:hover {
  color: #4f5459;
}
.theme3 .layout2 header nav ul li a.active:hover {
  color: #2a3300;
}
.theme5 .layout2 header nav ul li a.active:hover {
  color: #490024;
}
.theme6 .layout2 header nav ul li a.active:hover {
  color: #2f6b2a;
}
.theme7 .layout2 header nav ul li a.active:hover {
  color: #633e61;
}
.theme8 .layout2 header nav ul li a.active:hover {
  color: #c13a28;
}
.layout2 header nav ul li a.active:hover:before {
  color: #09303e;
}
.theme1 .layout2 header nav ul li a.active:hover:before {
  color: #2f5248;
}
.theme2 .layout2 header nav ul li a.active:hover:before {
  color: #4f5459;
}
.theme3 .layout2 header nav ul li a.active:hover:before {
  color: #2a3300;
}
.theme5 .layout2 header nav ul li a.active:hover:before {
  color: #490024;
}
.theme6 .layout2 header nav ul li a.active:hover:before {
  color: #2f6b2a;
}
.theme7 .layout2 header nav ul li a.active:hover:before {
  color: #633e61;
}
.theme8 .layout2 header nav ul li a.active:hover:before {
  color: #c13a28;
}
.layout2 header nav > ul > li {
  font-size: 20px;
}
.layout2 header nav .basket-item {
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .layout2 header nav .basket-item {
    position: relative;
  }
}
@media screen and (max-width: 920px) {
  .layout2 header nav {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    -webkit-transition: left 0.5s, box-shadow 0.5s;
    -moz-transition: left 0.5s, box-shadow 0.5s;
    transition: left 0.5s, box-shadow 0.5s;
    z-index: 150;
  }
  .menu-expanded .layout2 header nav {
    left: 0;
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 920px) {
  .layout2 header .menu-btn {
    display: block;
  }
}
.layout2 .btn img {
  margin-top: -2px;
}
.layout2 .banner-wrapper {
  margin-bottom: 40px;
}
.layout2 .banner-wrapper .logo {
  position: absolute;
  right: 10px;
  top: 5px;
  max-width: 150px;
}
.layout2 .type-subpage .main-wrapper .article-item .content-container {
  padding-right: 14px;
}

@media screen and (max-width: 420px) {
  .layout-master {
    background: none;
  }
  .layout-master footer {
    background: url("img/pattern2.png");
  }
  .layout-master aside {
    padding: 0 14px 40px;
  }
  .layout-master .bar-wrapper {
    margin: 0 14px;
  }
  .layout-master .column-wrapper,
.layout-master .ad-wrapper {
    margin-right: 0;
  }
  .layout-master .column-wrapper .title.type-seperator,
.layout-master .ad-wrapper .title.type-seperator {
    height: auto !important;
    width: auto !important;
  }
  .layout-master .column-wrapper .article-item .main-image,
.layout-master .ad-wrapper .article-item .main-image {
    padding: 0 14px;
  }
  .layout-master .column-wrapper iframe,
.layout-master .ad-wrapper iframe {
    margin: 0 auto 20px;
    display: block;
  }
  .layout-master .type-frontpage .cycle-slideshow {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.layout-master h3 {
  font-size: 22px;
}
.layout-master .float-right {
  float: right;
}
.layout-master .float-left {
  float: left;
}
@media screen and (max-width: 420px) {
  .layout-master .related-articles {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.layout-master th a {
  color: #221e1f;
  font-size: 18px;
}
@media screen and (max-width: 645px) {
  .layout-master {
    margin-top: 70px;
  }
}
@media screen and (max-width: 420px) {
  .layout-master .article-item .content-image {
    float: none;
    margin: 14px 0;
    max-width: 100%;
  }
  .layout-master .article-item span.title {
    font-size: 25px !important;
    line-height: 30px;
  }
  .layout-master .container.type-frontpage h1.title.type-seperator {
    font-size: 33px;
    line-height: 37px;
    margin-left: 0;
    padding-left: 0;
  }
}
.layout-master .news-item .icon-link,
.layout-master .link-container .icon-link {
  padding-right: 0;
  padding-left: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.layout-master .news-item .icon-link:before,
.layout-master .link-container .icon-link:before {
  right: auto;
  left: 0;
}
.layout-master header {
  /*  */
  width: 97%;
  max-width: 1146px;
  margin: auto;
  padding: 0 14px;
  /*  */
  position: static;
}
@media screen and (max-width: 920px) {
  .layout-master header {
    width: 100%;
  }
}
.layout-master header nav ul {
  margin-left: 283px;
  margin-right: 180px;
}
.layout-master header nav ul li {
  padding-right: 0;
}
.layout-master header nav ul li a {
  padding-left: 9px;
  padding-right: 9px;
}
@media screen and (max-width: 920px) {
  .layout-master header nav ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1196px) {
  .layout-master header nav ul {
    margin-left: 190px;
  }
}
@media screen and (max-width: 920px) {
  .layout-master header nav ul {
    margin-left: 195px;
    margin-right: 150px;
  }
}
@media screen and (max-width: 645px) {
  .layout-master header nav ul {
    margin: 10px 0 10px 0;
  }
}
.layout-master header .logo {
  max-width: 255px;
  bottom: 16px;
  top: auto;
}
@media screen and (max-width: 1196px) {
  .layout-master header .logo {
    max-width: 190px;
  }
}
@media screen and (max-width: 645px) {
  .layout-master header .logo {
    width: 160px;
    left: 14px;
    margin-left: 0;
    bottom: 14px;
  }
}
@media screen and (max-width: 645px) {
  .layout-master header {
    display: none;
    position: fixed;
  }
}
.layout-master aside .content-container {
  font-size: 16px;
}
.layout-master aside .content-container .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 11px;
}
.layout-master aside .news-item {
  border: none !important;
}
.layout-master aside .news-item hr {
  background-color: rgba(35, 136, 173, 0.35);
}
.layout-master aside .news-item .icon-link {
  color: white;
}
.layout-master aside .article-item.type-calendar .title {
  margin-top: 22px;
  margin-bottom: 10px;
}
.layout-master aside .article-item.type-calendar p {
  margin-bottom: 0;
}
.layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #19627d;
}
.theme1 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #579685;
}
.theme2 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #8a939c;
}
.theme3 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #7d9900;
}
.theme5 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #660033;
}
.theme6 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #5c9548;
}
.theme7 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #855b83;
}
.theme8 .layout-master aside .article-item.type-calendar .event-item .date-container .day {
  background-color: #ea5542;
}
.layout-master .article-item {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.layout-master .article-item h1.title {
  margin-top: 0;
  margin-bottom: 10px;
}
.layout-master .article-item .subtitle {
  font-size: 27px;
  line-height: 25px;
}
.layout-master .article-item .link-container a {
  line-height: 15px;
}
.layout-master .article-item .link-container span {
  display: block;
  margin-bottom: 4px;
}
.layout-master .article-item.type-main .btn {
  margin-bottom: 15px;
}
.layout-master .article-item.type-theme {
  background-color: #19627d;
}
.theme1 .layout-master .article-item.type-theme {
  background-color: #579685;
}
.theme2 .layout-master .article-item.type-theme {
  background-color: #8a939c;
}
.theme3 .layout-master .article-item.type-theme {
  background-color: #7d9900;
}
.theme5 .layout-master .article-item.type-theme {
  background-color: #660033;
}
.theme6 .layout-master .article-item.type-theme {
  background-color: #5c9548;
}
.theme7 .layout-master .article-item.type-theme {
  background-color: #855b83;
}
.theme8 .layout-master .article-item.type-theme {
  background-color: #ea5542;
}
.layout-master .article-item.type-theme .comment {
  color: #221e1f;
}
.layout-master .search-container {
  margin: 0 0 15px 0;
}
.layout-master .search-container .btn {
  width: 45px;
  padding-top: 11px;
  padding-bottom: 9px;
}
.layout-master .search-container .btn i {
  margin: 0;
  font-size: 20px;
}
.layout-master .search-container input {
  width: calc(100% - 50px);
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
  border-color: #19627d;
}
.layout-master .search-container input::-webkit-input-placeholder {
  color: #221e1f;
}
.layout-master .search-container input::-moz-placeholder {
  color: #221e1f;
}
.layout-master .search-container input:-moz-placeholder {
  color: #221e1f;
}
.layout-master .search-container input:-ms-input-placeholder {
  color: #221e1f;
}
@media screen and (max-width: 645px) {
  .layout-master .search-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .layout-master .search-container {
    display: none;
  }
}
.layout-master .banner-wrapper {
  margin-bottom: 17px;
}
.layout-master .basket-item {
  background-color: #378b4d;
  background-position-y: 19px;
  padding-top: 24px;
}
.layout-master .basket-item .counter-item {
  border-color: #378b4d;
  color: #378b4d;
  top: 14px;
}
.layout-master .basket-item:hover {
  background-color: #2b6e3d;
}
.layout-master .basket-item:hover .counter-item {
  border-color: #2b6e3d;
  color: #2b6e3d;
}
.layout-master .main-wrapper .title.type-seperator {
  margin-top: 0;
}
.layout-master .main-wrapper .news-navigation-item {
  line-height: normal;
}
.layout-master .bar-wrapper.type-theme {
  background-color: #19627d;
}
.theme1 .layout-master .bar-wrapper.type-theme {
  background-color: #579685;
}
.theme2 .layout-master .bar-wrapper.type-theme {
  background-color: #8a939c;
}
.theme3 .layout-master .bar-wrapper.type-theme {
  background-color: #7d9900;
}
.theme5 .layout-master .bar-wrapper.type-theme {
  background-color: #660033;
}
.theme6 .layout-master .bar-wrapper.type-theme {
  background-color: #5c9548;
}
.theme7 .layout-master .bar-wrapper.type-theme {
  background-color: #855b83;
}
.theme8 .layout-master .bar-wrapper.type-theme {
  background-color: #ea5542;
}
.layout-master .bar-wrapper.type-theme .btn {
  background-color: #19627d;
}
.theme1 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #579685;
}
.theme2 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #8a939c;
}
.theme3 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #7d9900;
}
.theme5 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #660033;
}
.theme6 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #5c9548;
}
.theme7 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #855b83;
}
.theme8 .layout-master .bar-wrapper.type-theme .btn {
  background-color: #ea5542;
}
.layout-master footer .title {
  font-family: "Roboto Slab", serif;
  font-weight: normal;
}
.layout-master footer .container {
  background-color: transparent;
  padding-top: 0;
}
.layout-master footer .container:first-child {
  padding-top: 40px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.accordion .accordion-item .accordion-toggle {
  position: relative;
  padding: 6px 10px;
  display: block;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
}
.accordion .accordion-item .accordion-toggle:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 28px;
}
.accordion .accordion-item .accordion-body {
  padding: 20px;
}
.accordion .accordion-item .accordion-body > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.accordion .accordion-item .accordion-body > ul > li {
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-body > ul > li > a {
  text-decoration: none;
  color: #000;
}
.accordion .accordion-item.active .accordion-toggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-group-inline {
  padding: 50px 0;
}
.form-group-inline .form-title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
}
.form-group-inline input[type=text],
.form-group-inline input[type=email],
.form-group-inline input[type=password],
.form-group-inline input[type=number] {
  height: 45px;
  border-color: #2388ad;
}
.form-group-inline button[type=submit] {
  height: 45px;
}

.table-striped-blue > thead > tr > th,
.table-striped-blue > thead > tr > td,
.table-striped-blue > tbody > tr > th,
.table-striped-blue > tbody > tr > td {
  text-align: left;
}
.table-striped-blue > thead > tr > th:last-child,
.table-striped-blue > thead > tr > td:last-child,
.table-striped-blue > tbody > tr > th:last-child,
.table-striped-blue > tbody > tr > td:last-child {
  text-align: left;
}
.table-striped-blue > thead > tr {
  border-bottom: 1px solid #2388ad;
}
.table-striped-blue > thead > tr > th {
  padding: 4px 0;
  font-size: 20px;
  color: #2388ad;
}
.table-striped-blue > tbody > tr {
  border-bottom: 1px solid #7bb8ce;
}
.table-striped-blue > tbody > tr > td {
  padding: 17px 0;
}
.table-striped-blue > tbody > tr > td a {
  color: #19627d;
}
.table-striped-blue > tbody > tr > td:first-child {
  font-weight: bold;
  font-size: 18px;
}
.table-striped-blue > tbody > tr:last-child {
  border: none;
}

.layout2 .bar-wrapper {
  margin-top: 0;
}

@media screen and (max-width: 645px) {
  .layout-master .sub-header {
    padding-top: 0;
    min-height: auto;
  }
}
.layout-master a,
.layout-master .icon-link {
  color: #19627d;
}
.layout-master .btn,
.layout-master .submenu a {
  color: white;
}
.layout-master .bar-wrapper {
  margin-top: 0;
  background-color: #19627d;
}
.layout-master .bar-wrapper .container {
  background-color: #19627d;
  color: white;
}
.layout-master .bar-wrapper .form-input input {
  color: #000;
}
.layout-master .bar-wrapper .btn {
  border: 1px solid white;
}
.layout-master .submenu > ul > li.expanded a {
  padding-bottom: 6px;
}
.layout-master .related-articles .icon-link {
  padding-left: 40px;
  line-height: 16px;
}
.layout-master .related-articles .icon-link:before {
  position: absolute;
  left: 0;
  top: -4px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: #09303e url("./img/arrow_right.png") no-repeat center center !important;
}
.layout-master header nav a {
  color: #221e1f;
}
.layout-master header nav a:hover {
  background-color: #09303e;
}
.layout-master header nav a.active {
  background-color: #19627d;
}
.layout-master header nav .basket-item {
  color: #ffffff;
}
@media screen and (max-width: 645px) {
  .layout-master header nav .basket-item {
    width: 100%;
  }
}
.layout-master .submenu-wrapper {
  display: none;
}
@media screen and (max-width: 645px) {
  .layout-master .submenu-wrapper {
    display: block;
  }
}
.layout-master .submenu-wrapper li > a {
  padding-left: 20px;
}
.layout-master .submenu-wrapper > li > ul li a {
  padding-left: 35px;
}
.layout-master .btn.type-notice {
  background-color: #378b4d;
}
.layout-master .main-wrapper .column-wrapper .title.type-seperator {
  line-height: 41px;
  margin-top: 0;
}
@media screen and (max-width: 420px) {
  .layout-master .type-frontpage iframe {
    padding: 0 16px;
  }
}

@media (max-width: 1500px) {
  .advertisement-container {
    display: none;
  }
}

#products-slideshow {
  margin-top: 50px;
  margin-bottom: 25px;
  background-color: #f6f6f6;
}

*:focus {
  outline: none;
}

.product {
  padding: 12px 12px 12px;
  position: relative;
}
.product-image {
  position: relative;
  margin-bottom: 6px;
  max-height: 250px;
  text-align: center;
}
.product-image img {
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
}
.product-image-title {
  position: absolute;
  background: #e82434;
  color: #fff;
  right: 0;
  bottom: 20px;
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.product strong {
  margin-bottom: 6px;
  display: block;
  font-size: 18px;
}
.product p {
  font-size: 16px;
}
.product del {
  color: #616161;
  font-weight: bold;
}
.product-price {
  font-size: 23px;
  font-weight: bold;
}
.product-buy {
  display: block;
  background: #378b4d;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  padding: 11px;
  text-align: center;
  margin-top: 20px;
}
.product-buy:before {
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  padding-right: 5px;
}
.product-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bodytext {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.mobileheader {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  padding: 0 15px;
  width: 100%;
  height: 70px;
  background-color: white;
}
.mobileheader-burger {
  float: left;
  display: block;
  margin-top: 26px;
  font-size: 28px;
  color: black !important;
  text-decoration: none;
  line-height: 20px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.mobileheader-burger:after {
  font-family: "FontAwesome";
  content: "";
}
.mobileheader-burger:hover, .mobileheader-burger:active {
  color: #4d4d4d !important;
}
.mobileheader--openmenu .mobileheader-burger:after {
  content: "";
}
.mobileheader-search {
  margin-top: 18px;
  float: right;
  font-size: 28px;
  color: black !important;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.mobileheader-search:hover {
  color: #4d4d4d !important;
}
.mobileheader-logo {
  margin: 0 auto;
  height: 70px;
  max-width: calc(100% - 158px);
  font-size: 0;
  text-align: center;
}
.mobileheader-logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mobileheader-logo > span, .mobileheader-logo > img, .mobileheader-logo > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.mobileheader-logo img {
  max-width: 100%;
  max-height: 50px;
}
.mobileheader-logo > div {
  max-width: 100%;
}
.mobileheader--openmenu:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  content: "";
  height: 10px;
  z-index: 6000;
  box-shadow: inset 0 9px 15px -10px rgba(100, 100, 100, 0.3);
}
.mobileheader--openmenu .mobilemenu {
  height: calc(100% - 70px);
}
.mobileheader--openmenu .mobilemenu-list {
  height: calc(100% - 70px);
}
@media screen and (max-width: 645px) {
  .mobileheader {
    display: block;
  }
}

.mobilemenu {
  position: fixed;
  z-index: 4000;
  top: 70px;
  left: 0;
  right: 0;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  -webkit-transition: height 0.7s;
  -moz-transition: height 0.7s;
  transition: height 0.7s;
}
.mobilemenu-item {
  position: relative;
  display: block;
  height: 65px;
  width: 100%;
  border-bottom: 1px solid #19627d;
  color: #09303e !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 26px;
  font-size: 0;
  -webkit-transition: background-color 0.2s, width 0.5s !important;
  -moz-transition: background-color 0.2s, width 0.5s !important;
  transition: background-color 0.2s, width 0.5s !important;
  background-color: white;
  line-height: 20px;
}
.mobilemenu-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mobilemenu-item > span, .mobilemenu-item > img, .mobilemenu-item > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
.mobilemenu-item:hover, .mobilemenu-item:active {
  color: #09303e !important;
  background-color: whitesmoke;
}
.mobilemenu-item-image {
  display: inline-block;
  vertical-align: middle;
  margin: 0 35px 0 29px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: auto 100%;
}
.mobilemenu-item-image--dog {
  background-image: url("img/menu/hund.png");
}
.mobilemenu-item-image--cat {
  background-image: url("img/menu/kat.png");
}
.mobilemenu-item-image--horse {
  background-image: url("img/menu/hest.png");
}
.mobilemenu-item-image--small {
  background-image: url("img/menu/kanin.png");
}
.mobilemenu-item-image--science {
  background-image: url("img/menu/videnskab.png");
}
.mobilemenu-item-image--person {
  background-image: url("img/menu/person.png");
}
.mobilemenu-item-image--location {
  background-image: url("img/menu/pin.png");
}
.mobilemenu-item-image--mail {
  background-image: url("img/menu/mail.png");
}
.mobilemenu-item-image--shop {
  height: 32px !important;
  background-image: url("img/menu/kurv.png");
  background-size: 32px 24px;
  background-position: center !important;
}
.mobilemenu-item--shop, .mobilemenu-item--shop.mobilemenu-item--active {
  background-color: #378b4d !important;
  color: white !important;
}
.mobilemenu-item--shop:hover, .mobilemenu-item--shop:active {
  color: white !important;
  background-color: #3e9d57 !important;
}
.mobilemenu-item span {
  display: inline-block;
  vertical-align: middle;
}
.mobilemenu-item--active {
  color: white !important;
  background-color: #09303e !important;
  text-decoration: none;
}
.mobilemenu-item--active:hover, .mobilemenu-item--active:active {
  color: white !important;
}
.mobilemenu-item--active .mobilemenu-item-image {
  background-position: right 0;
}
.mobilemenu-list {
  position: fixed;
  z-index: 4500;
  overflow-y: auto;
  top: 70px;
  height: 0;
  left: 100%;
  width: calc(100% - 100px);
  background-color: #19627d;
  -webkit-transition: height 0.7s, left 0.5s;
  -moz-transition: height 0.7s, left 0.5s;
  transition: height 0.7s, left 0.5s;
  line-height: 20px;
  font-size: 12px;
}
.mobilemenu-list-header {
  display: block;
  padding: 19px 20px 16px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: white !important;
  background-color: #09303e;
  text-decoration: none;
}
.mobilemenu-list ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.mobilemenu-list ul li {
  padding-left: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: bold;
}
.mobilemenu-list ul li a {
  position: relative;
  display: block;
  padding: 16px 0 15px 38px;
  line-height: 20px;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.mobilemenu-list ul li a:hover {
  background-color: #134e64;
  border-color: #134e64;
}
.mobilemenu-list ul li a:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
}
.mobilemenu-list ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid white;
}
.mobilemenu-list ul li.mobilemenu-list--active a {
  background-color: #134e64;
  color: white;
  font-weight: bold;
}
.mobilemenu--active .mobilemenu-item {
  width: 100px;
  text-align: center;
}
.mobilemenu--active .mobilemenu-item-image {
  display: block;
  margin: 0 auto -2px auto;
  width: 39px;
  height: 39px;
}
.mobilemenu--active .mobilemenu-item span {
  font-size: 14px;
  line-height: 15px;
}
.mobilemenu--active .mobilemenu-list {
  left: 100px;
}

.pagemenu {
  display: none;
  margin-bottom: 25px;
}
.pagemenu-header {
  position: relative;
  z-index: 1000;
  padding: 19px 25px 16px 47px;
  margin-top: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  color: #09303e;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagemenu-header:hover {
  background-color: whitesmoke;
}
.pagemenu-header:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 25px;
  font-family: "FontAwesome";
}
.pagemenu-header.ui-accordion-header-active:after {
  top: 18px;
  left: 22px;
  content: "";
}
.pagemenu-header:focus, .pagemenu-header:active {
  outline: none;
}
.pagemenu-content {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: white;
  background-color: #19627d;
}
.pagemenu-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagemenu-content ul li {
  border-top: 1px solid white;
}
.pagemenu-content ul li a {
  position: relative;
  display: block;
  padding: 16px 0 14px 38px;
  line-height: 20px;
  color: white;
  text-decoration: none;
  border-color: transparent;
  border-style: solid;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagemenu-content ul li a:hover {
  background-color: #134e64;
}
.pagemenu-content ul li a:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 20px;
  top: 15px;
}
.pagemenu-content ul li.pagemenu-content-item--active a {
  background-color: #134e64;
}
.pagemenu-content ul li ul li a {
  border-left-width: 15px;
}
.pagemenu-content ul li ul li ul li a {
  border-left-width: 30px;
}
.pagemenu-content ul li ul li ul li ul li a {
  border-left-width: 45px;
}
.pagemenu--theme .pagemenu-header {
  background-color: #378b4d;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.pagemenu--theme .pagemenu-header:after {
  top: 19px;
  font-size: 20px;
}
@media screen and (max-width: 645px) {
  .pagemenu {
    display: block;
  }
}

.pagetitle {
  display: none;
  padding: 19px 20px 16px 25px;
  background-color: #09303e;
  line-height: 55px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 20px;
}
@media screen and (max-width: 645px) {
  .pagetitle {
    display: block;
  }
}

.mobilesearch {
  margin-bottom: 20px;
  position: relative;
  display: none;
}
.mobilesearch input {
  margin: 0;
  height: 55px;
  width: 100%;
  padding: 0 105px 0 20px;
  background: #09303e;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: normal;
  border-radius: 0;
}
.mobilesearch input::-webkit-input-placeholder {
  color: white;
}
.mobilesearch input::-moz-placeholder {
  color: white;
}
.mobilesearch input:-moz-placeholder {
  color: white;
}
.mobilesearch input:-ms-input-placeholder {
  color: white;
}
.mobilesearch button {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 95px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  background: #134e64;
  border: 0;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.mobilesearch button:hover {
  background: #18627e;
}
@media screen and (max-width: 645px) {
  .mobilesearch {
    display: block;
  }
}

.aniplan {
  background-color: #f5f5f7;
  margin-top: 33px;
  max-width: 690px;
}
@media screen and (max-width: 420px) {
  .aniplan-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.aniplan-headline {
  font-size: 22px !important;
}
.aniplan-header {
  border-bottom: 1px solid #fff;
}
.aniplan-header::after {
  clear: both;
  content: "";
  display: table;
}
.aniplan-row::after {
  clear: both;
  content: "";
  display: table;
}
.aniplan-notice {
  max-width: 720px;
  margin: 17px 0 38px;
  font-size: 12px;
}
.aniplan-extra-label-mobile {
  display: none;
  background-color: #f5ce4a;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.aniplan-extra-label-mobile strong {
  font-size: 21px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 920px) {
  .aniplan-extra-label-mobile {
    display: block;
  }
}
.aniplan-extra {
  background-color: #fff;
  max-width: 720px;
  padding: 35px 125px 15px 20px;
  line-height: 28px;
  position: relative;
  border: solid 4px #ccc;
}
.aniplan-extra li {
  line-height: 20px;
  font-size: 15px;
}
.aniplan-extra li:before {
  top: 8px !important;
  background-color: #f5ce4a !important;
}
.aniplan-extra strong {
  display: block;
  font-size: 19px;
  line-height: 22px;
}
.aniplan-extra-label {
  background-color: #f5ce4a;
  position: absolute;
  top: -12px;
  right: -70px;
  height: 190px;
  width: 190px;
  border-radius: 50%;
  border: solid 5px #fff;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}
.aniplan-extra-label-price {
  font-size: 33px;
  line-height: 50px;
}
@media screen and (max-width: 920px) {
  .aniplan-extra-label {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .aniplan-extra {
    padding-right: 20px;
  }
}
.aniplan-total {
  background-color: #415b77;
  color: #fff;
  padding: 6px 0;
}
.aniplan-total::after {
  clear: both;
  content: "";
  display: table;
}
.aniplan-total .aniplan-content-wide {
  padding-left: 104px;
  text-transform: uppercase;
}
.aniplan td {
  vertical-align: middle;
}
.aniplan table {
  margin-bottom: 0 !important;
}
.aniplan-content {
  width: 25%;
  padding: 8px 20px;
  font-size: 15px;
  text-align: center !important;
}
.aniplan-content-wide {
  width: 50%;
  text-align: left !important;
}
.aniplan-content-price {
  background-color: #e0e1e8;
}

@media screen and (max-width: 1196px) {
  .aniplan-extra {
    margin-top: 35px;
  }
  .aniplan-extra-label {
    width: 95px;
    height: 95px;
    right: 0;
    top: -70px;
    font-size: 8px;
    padding: 17px 0 0;
    line-height: 9px;
  }
  .aniplan-extra-label-price {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 920px) {
  .aniplan {
    margin-top: 15px;
  }
  .aniplan-content {
    padding: 5px 5px;
  }
}
.contentbox {
  margin-bottom: 15px;
  padding: 15px 15px 25px 15px;
  background-color: #f6f6f6;
}
.contentbox > *:last-child {
  margin-bottom: 0;
}
.contentbox-title {
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.contentbox-writing {
  max-width: calc(50% - 10px);
}
@media screen and (max-width: 420px) {
  .contentbox-writing {
    max-width: 100%;
  }
}

.sectiontitle {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .sectiontitle {
    margin-top: 6px;
  }
}

.backlink {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  font-size: 13px;
  color: #221e1f !important;
  opacity: 1;
  transition: opacity 0.2s;
}
.backlink:hover {
  opacity: 0.85;
}
.backlink:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  content: "";
  width: 28px;
  height: 28px;
  background: #19627d url(/css/img/arrow_left.png) no-repeat center center;
}

.responsive-image {
  max-width: 100%;
}

.searcher {
  position: relative;
  border: 1px solid #f6f6f6;
  font-weight: normal;
  font-size: 14px;
  background-color: white;
}
.searcher-input {
  margin: 0;
  border: 0 !important;
  width: calc(100% - 66px);
  color: #221e1f;
}
.searcher-input::placeholder {
  color: #bbbbbb;
}
.searcher-button {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  width: 66px;
  padding-right: 18px;
  padding-left: 22px;
  border: 0;
  background: #2388ad url(img/arrow_right.png) no-repeat 7px center;
  color: white;
  transition: background 0.2s;
}
.searcher-button:hover {
  background: #1c6d8b url(img/arrow_right.png) no-repeat 7px center;
}
.searcher--right {
  width: 315px;
  max-width: 100%;
  float: right;
}
.searcher--borderless {
  border-bottom: 0;
}
.searcher--small input {
  font-size: 12px;
}
@media screen and (max-width: 420px) {
  .searcher {
    display: none;
  }
}

.teaser {
  margin-bottom: 18px;
  background-color: #f7f7f7;
  font-size: 16px !important;
  display: flex;
}
.teaser::after {
  clear: both;
  content: "";
  display: table;
}
.teaser-image {
  float: left;
  flex: 1 0 auto;
  width: calc(33.33% - 10px);
}
.teaser-image img {
  width: 100%;
}
.teaser-content {
  padding: 15px;
  overflow: hidden;
  align-self: center;
  flex: 1 1 auto;
}
.teaser-content > *:last-child {
  margin-bottom: 0;
}
.teaser-title {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
}
.teaser-link {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
  color: #221e1f !important;
  opacity: 1;
  transition: opacity 0.2s;
}
.teaser-link:hover {
  opacity: 0.85;
}
.teaser-link:before {
  float: left;
  display: block;
  margin-right: 8px;
  content: "";
  width: 27px;
  height: 27px;
  background: #19627d url(/css/img/arrow_right.png) no-repeat center center;
}
.teaser-link span {
  display: block;
  padding-top: 5px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .teaser-image {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 420px) {
  .teaser {
    flex-wrap: wrap;
  }
  .teaser-image {
    float: none;
    width: 100%;
  }
  .teaser-content {
    overflow: visible;
    width: 100%;
    flex: 0 0 auto;
  }
}

.teaserbox {
  margin-bottom: 18px;
  background-color: #f7f7f7;
  font-size: 16px !important;
  width: calc(33.33% - 10px);
  flex: 0 0 auto;
}
.teaserbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.teaserbox-image {
  width: 100%;
}
.teaserbox-content {
  padding: 20px 15px;
  overflow: hidden;
}
.teaserbox-content > *:last-child {
  margin-bottom: 0;
}
.teaserbox-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.teaserbox-link {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.2s;
  letter-spacing: -0.5px;
  vertical-align: top;
  line-height: 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  color: #221e1f !important;
}
.teaserbox-link::after {
  clear: both;
  content: "";
  display: table;
}
.teaserbox-link:hover {
  opacity: 0.85;
}
.teaserbox-link:before {
  float: left;
  display: block;
  margin-right: 4px;
  content: "";
  width: 27px;
  height: 27px;
  background: #19627d url(/css/img/arrow_right.png) no-repeat center center;
}
.teaserbox-link span {
  display: block;
  padding-top: 5px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .teaserbox {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 420px) {
  .teaserbox {
    width: 100%;
  }
}

.radiobutton {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radiobutton input:checked ~ .radiobutton-radio {
  background-color: black !important;
}
.radiobutton input:checked ~ .radiobutton-radio:after {
  display: block;
}
.radiobutton-radio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.radiobutton-radio:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
}
.radiobutton:hover input ~ .radiobutton-radio {
  background-color: #ccc;
}

.radioicon {
  display: inline-block;
  position: relative;
  padding: 12px 0 12px 45px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radioicon input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radioicon input:checked ~ .radioicon-radio {
  background-position: -36px 0;
}
.radioicon input:checked ~ .radioicon-text {
  font-weight: bold;
}
.radioicon-radio {
  position: absolute;
  top: 2px;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.collapser .collapser-item {
  background-color: #19627d;
}
.collapser .collapser-item .collapser-title {
  display: block;
  position: relative;
  padding: 16px 15px 16px 38px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: white;
  cursor: pointer;
  border-bottom: 1px solid white;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.collapser .collapser-item .collapser-title:hover {
  background-color: #134e64;
}
.collapser .collapser-item .collapser-title:after {
  position: absolute;
  top: 17px;
  left: 18px;
  content: "";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.collapser .collapser-item .collapser-title.ui-state-active:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapser .collapser-item .collapser-content {
  padding: 10px 20px;
  border-bottom: 1px solid white;
}
.collapser .collapser-item:last-child .collapser-content {
  border-bottom: 0;
}
.collapser .radiobutton {
  padding-top: 8px;
  padding-bottom: 8px;
}
.collapser .radiobutton-radio {
  margin-top: 8px;
}
.collapser .radioicon {
  margin-top: 3px;
  margin-bottom: 3px;
}

.pager-item {
  display: inline-block;
  margin-bottom: 5px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: white !important;
  background-color: #09303e;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pager-item:hover {
  background-color: #061f28;
}
.pager-item-arrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  height: 1px;
  width: 14px;
  background-color: white;
}
.pager-item-arrow:after {
  position: absolute;
  top: -4px;
  left: 4px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager-item-arrow-reverse {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  height: 1px;
  width: 14px;
  background-color: white;
}
.pager-item-arrow-reverse:after {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pager-item-doublearrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  height: 1px;
  width: 14px;
  background-color: white;
}
.pager-item-doublearrow:before {
  position: absolute;
  top: -4px;
  left: 5px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager-item-doublearrow:after {
  position: absolute;
  top: -4px;
  left: 10px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager-item-doublearrow-reverse {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  height: 1px;
  width: 14px;
  background-color: white;
}
.pager-item-doublearrow-reverse:before {
  position: absolute;
  top: -4px;
  left: -5px;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pager-item-doublearrow-reverse:after {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pager-item--active {
  background-color: #19627d !important;
  pointer-events: none;
}
.pager--right {
  float: right;
}
@media screen and (max-width: 420px) {
  .pager--right {
    float: none;
  }
}
@media screen and (max-width: 420px) {
  .sponsor-text {
    text-align:center;
  }
}

/*# sourceMappingURL=style.css.map */
