/* Have to delete */

#right-content-side {
  background: none !important;
}

#right-content-side img {
  width: 100%;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  display: block;
}


/* Have to delete */

html {
  height: 100%;
}

body {
  height: 100%;
  background: #e5e5e5;
  color: #000000;
  font-family: 'Roboto' !important;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}

body a {
  color: #000000;
  text-decoration: none;
}

body a:hover {
  color: #000;
  text-decoration: none;
}

body a:focus {
  color: #000;
  outline: 0;
}

body p a,
a.action {
  color: #d90030;
  text-decoration: none;
}

body p a:hover {
  color: #000;
  text-decoration: none;
}

body p a:focus {
  color: #000;
  outline: 0;
}

.footer .footer-bottom a {
  color: #868788;
  text-decoration: none;
}

.footer .footer-bottom a:hover,
.footer .footer-bottom a:focus {
  color: #d90030;
}

figure.image img {
  max-width: 100%;
}

img {
  border: 0;
}

p {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  display: none;
}

input {
  outline: none;
  moz-outline: none;
}

input,
textarea,
select {
  font-family: "Roboto";
  font-size: 1em;
  color: #767080;
}


/*
input[type="submit"], input[type="checkbox"], input[type="radio"] { border:0 !important; }
*/

input,
textarea,
select {
  padding: 4px;
  border: 1px solid #ddd;
  border-top: 1px solid #bbb;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
}

input[type="radio"] {
  margin-right: 1rem;
}


/*
input[type="submit"], input[type="button"] { padding:5px 20px; background:#f39200; color:#fff; cursor:pointer; width:auto !important; min-height:30px; font-size:1em; line-height:2em; }
input[type="submit"]:hover, input[type="button"]:hover { background-color:#000; }
*/

input:disabled,
select:disabled,
select option:disabled {
  background: #eee !important;
  border: #ddd !important;
  cursor: not-allowed;
}

input,
textarea,
select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #56b4ef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


/*
input[type="submit"], input[type="button"] { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
input[type="submit"]:focus, input[type="submit"]:hover, input[type="button"]:focus, input[type="button"]:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
*/

.ad-header {
  padding: 0.25rem 0.5rem;
  color: #888;
  text-transform: uppercase;
  font-size: 1.1rem;
}

#bigads {
  background: none !important;
}

#main-content .ad-header {}

.frame-background-light {
  background: #FFFFFF;
  padding: 0 20px;
  margin-bottom: 15px;
}

input.parsley-error,
textarea.parsley-error,
select.parsley-error {
  border: 1px solid #f00 !important;
  background: #faebe7 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-brand,
.navbar-nav>li>a {
  text-shadow: none;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  text-shadow: none;
  background: #303030;
  color: #939191;
  background-repeat: initial;
  border: none;
  border-radius: 0;
  font-size: 2rem;
  padding: 6px 10px;
  text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #e5e5e5;
  background: #303030;
}

.btn-magazine {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  text-align: left;
}

.btn-magazine svg {
  position: absolute;
  right: 15px;
  width: 17px;
  height: 10px;
  top: 15px;
}

.btn-felogin {
  background: #eee;
}

.btn-felogin:hover {
  background: #eee;
  color: #000;
}

.btn-magazine svg .cls-1 {
  fill: none;
  stroke: #555658;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

.btn-magazine:hover svg .cls-1 {
  stroke: #FFFFFF;
}

.no-background {
  background: none !important;
}

.main h1,
.h1 {
  font-size: 1.6em;
  padding: 20px 0;
  margin: 0;
  color: #000000;
  font-weight: 900;
}

.main h2,
.h2 {
  font-size: 1.6em;
  padding: 10px 0;
  margin: 0;
  color: #000000;
  font-weight: 900;
}

.main h3,
.h3 {
  font-size: 1.4em;
  padding: 5px 0;
  margin: 0;
  color: #000000;
  font-weight: 700;
}

.main h4,
.h4 {
  font-size: 1.2em;
  padding: 2px 0;
  margin: 0;
  color: #000000;
  font-weight: 700;
}

.main h5,
.h5 {
  font-size: 1.1em;
  color: #d90030;
  font-weight: 700;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

#commercial-top {
  display: none;
  position: absolute;
  top: 0;
  left: 15rem;
  z-index: 999;
  height: 110px;
  background: #e5e5e5;
  width: 100%;
}

#commercial-top img {
  margin-top: 10px;
}

#commercial-sky {
  display: none;
  position: absolute;
  top: 10px;
  left: calc(1060px + 15rem);
  z-index: 999;
}


/* Noscript Notice */

.noscript {
  border: 1px solid #ddd;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 0.85em;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}

.noscript .noscript-inner {
  width: 950px;
  margin: 0 auto;
  padding: 12px 0 12px;
  background: url("../Images/i_notice.gif") 20px 50% no-repeat;
}

.noscript p {
  margin: 0;
}

.clear {
  clear: both;
}

p.bodytext {
  margin-bottom: 1.6em;
}

p.bodytext b.special {
  color: #000;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}

.main {
  position: relative;
  min-height: 100%;
  min-width: 320px;
}

.main .main-wrapper {
  min-height: 100%;
  margin: 0 auto;
}

.main .wrapper-small {
  width: 1280px;
  margin: 0 auto;
  float: none;
}

.main .main-wrapper {
  background: #f2f2f2;
}

.main .main-wrapper>header {
  margin-bottom: 0px;
}

.main .main-wrapper>header div#top-wrapper-margin {}

.main .main-wrapper>header div#top-wrapper {
  min-height: 120px;
  background-color: #232527;
  position: fixed;
  top: 0;
}

.main .main-wrapper>header div#top-wrapper>div.wrapper-small {
  position: relative;
}

.main .main-wrapper>header div#top-wrapper #teaser-content {}

.main .main-wrapper>header div#top-wrapper .nav-container {
  height: 120px;
}

.main .main-wrapper>header div#top-wrapper .menu {
  height: 120px;
  position: relative;
}

.main .main-wrapper>header div#top-wrapper {
  width: 100%;
  max-width: 1050px;
  z-index: 20;
  min-height: 60px;
  top: 0px;
}

.main .main-wrapper>header div#teaser-content {
  width: 100%;
  max-width: 1050px;
  z-index: 2;
  position: fixed;
  top: 120px;
}


/* misc menu */

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation {
  position: absolute;
  top: 0px;
  right: 30px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons,
.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links {
  float: left
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons {
  margin-left: 5.95rem;
  padding: 10px 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons ul {
  list-style: none;
  padding: 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons ul li {
  float: left;
  margin: 0 8px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons ul li a:hover {
  color: #d90030;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons ul li.active a {
  color: #d90030;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons ul li>div {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons ul li>div.search {
  width: auto;
  min-width: 20px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-icons ul li>div svg {
  width: 20px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul {
  list-style: none;
  padding: 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li {
  float: left;
  position: relative;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li a {
  line-height: 1.3rem;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li a.action {
  color: #d90030;
  text-transform: initial;
  font-size: 100%;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li a#contact {
  padding: 10px 20px;
  display: inherit;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li a#contact .glyphicon {
  margin-left: 8px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li a#contact.focus {
  background: #fff;
  color: #000;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul {
  position: absolute;
  padding: 0 20px;
  background: #fff;
  right: 0px;
  z-index: 9999;
  min-width: 600px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li:last-child {
  border: none;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget fieldset:last-child div.form-group {
  margin-bottom: 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget form {
  margin-bottom: 0px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget .zip {
  width: 35%;
  padding-right: 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget .city {
  width: 65%;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget .form-control {
  font-size: 1.5rem;
  height: auto;
  padding: 5px 12px;
  background: #f2f2f2;
  border-radius: 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget .col-md-6:last-child .col-sm-12 {
  padding-left: 0;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget .col-md-6:first-child .col-sm-12 {
  padding-left: 15px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget .col-md-6.city .col-sm-12 {
  padding-left: 15px;
}

.main .main-wrapper>header div#top-wrapper .menu div#misc-navigation .misc-links ul li ul li#contact-form-widget .form-group.ajax>div:first-child {
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 5px;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

.powermail_small_input {
  width: 15%;
  margin-right: 3px;
}

.powermail_small_input>div {
  padding: 0;
}

.powermail_large_input {
  width: 32%;
}

.powermail_large_input>div {
  padding-left: 15px !important;
  padding-right: 0;
}

svg#rss .cls-1,
svg#search .cls-1,
svg#logon .cls-1 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

svg#rss circle {
  fill: #fff;
  stroke: none;
}

svg#logon {
  height: 22px;
}

form#search-widget {
  float: left;
  margin-right: 10px;
  display: none;
}

form#search-widget .form-control {
  height: 23px;
  background: #232527;
  color: #454645;
  border-color: #454645;
  border-radius: 0;
}

form#search-widget .form-control:focus {
  background: #fff;
}

#leaderboard-extrasmall img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .main .main-wrapper>header.fixed-header div#top-wrapper {
    position: fixed !important;
    top: 0 !important;
  }
  .main .main-wrapper>header.fixed-header+.content-wrapper {
    margin-top: 120px;
  }
  .main .main-wrapper>header.fixed-header div#top-wrapper .menu {
    height: 60px;
  }
  .main .main-wrapper>header.fixed-header div#top-wrapper div#logo {
    height: 60px;
    top: 10px;
  }
  .main .main-wrapper>header.fixed-header div#top-wrapper div#logo a {
    height: 40px;
    width: 230px;
  }
  .main .main-wrapper>header.fixed-header div#teaser-content {
    top: 60px;
  }
  .main .main-wrapper>header.fixed-header div#teaser-content .image,
  .main .main-wrapper>header div#teaser-content.fixed-header .teaser-text {
    display: none;
  }
  .main .main-wrapper>header.fixed-header div#teaser-content .caption {
    height: auto;
    display: none;
  }
  .main .main-wrapper>header.fixed-header div#teaser-content .more {
    display: none;
  }
  .main .main-wrapper>header.fixed-header div.k3n-newsslider .jumbotron {
    /* padding: 20px;*/
    height: 160px;
  }
  .main .main-wrapper>header.fixed-header div.k3n-newsslider .owl-dots {
    display: none;
  }
  .main .main-wrapper>header.fixed-header .flex-control-nav {
    display: none;
  }
  .main .main-wrapper>header.fixed-header *,
  .main .main-wrapper>header.fixed-header+.content-wrapper {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
  }
  .main .main-wrapper>header.fixed-header a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.main .main-wrapper.container,
.main .main-wrapper>footer.container {
  padding-left: 0px;
  padding-right: 0px;
}

.main div#logo {
  position: absolute;
  display: block;
  top: 20px;
  left: 15px;
  z-index: 990;
}

.main div#logo a {
  display: block;
  width: 205px;
  height: 44px;
  background: url("../Images/brand.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -999em;
}


/*Language menu*/

.main div#lang-menu {
  float: right;
  position: relative;
  margin-top: 2px;
}

.main div#lang-menu div.current-lang-content a {
  display: block;
  height: 35px;
  line-height: 35px;
  min-width: 140px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.main div#lang-menu.hover div.current-lang-content a,
.main div#lang-menu div.current-lang-content a:hover,
.main div#lang-menu.active div.current-lang-content a {
  background: #fff;
  color: #000;
  border-bottom: 0;
  border-left-color: #eee;
  border-right-color: #eee;
}

.main div#lang-menu div.current-lang-content a span.flag-icon {
  margin-right: 5px;
}

.main div#lang-menu.hover ul,
.main div#lang-menu.active ul {
  left: 0;
}

.main div#lang-menu ul {
  position: absolute;
  left: -9999em;
  top: 35px;
  z-index: 200;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(102, 102, 102, 0.40);
  -moz-box-shadow: 3px 3px 3px 0px rgba(102, 102, 102, 0.40);
  box-shadow: 3px 3px 3px 0px rgba(102, 102, 102, 0.40);
}

.main div#lang-menu ul>li.active {
  display: none;
}

.main div#lang-menu ul>li {
  width: 100%;
  border-top: 1px solid #eee;
}

.main div#lang-menu ul>li>a {
  color: #000;
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 5px 15px;
  width: 100%;
  text-decoration: none;
}

.main div#lang-menu ul>li>a span.flag-icon {
  margin-right: 5px;
}

.main div#lang-menu ul>li>a:hover {
  background: #f6f6f6;
}

.main .content-slider {
  background: #eee;
  padding: 10px 0;
}

.main .content-slider+.content-wrapper {
  padding-top: 2em;
}

.main .bx-wrapper {
  margin-bottom: 0;
}

.main .main-wrapper .content-wrapper {
  margin: 0;
  background: #f2f2f2;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}

.main .main-wrapper .content-wrapper #main-content {
  margin-top: 10px;
}

.main .main-wrapper .content-wrapper #main-content>div>* {
  margin: 10px 0;
}

.main .main-wrapper .content-wrapper #sidebar-right-content>div {
  background: #FFFFFF;
  margin-bottom: 20px;
}

.main .main-wrapper .content-wrapper #main-content>div:before,
.main .main-wrapper .content-wrapper #sidebar-right-content>div:before,
.main .main-wrapper .content-wrapper #main-content>div:after,
.main .main-wrapper .content-wrapper #sidebar-right-content>div:after {
  display: table;
  content: " ";
}

.main .main-wrapper .content-wrapper #main-content>div:after,
.main .main-wrapper .content-wrapper #sidebar-right-content>div:after {
  clear: both;
}


/*Main navigation*/

.main nav.navbar {
  border: 0;
  margin: 0;
  min-height: initial;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.main nav.navbar #menu-container {
  padding: 0;
  position: absolute;
  width: 100%;
  min-height: 200px;
  top: 90px;
  left: 0;
  z-index: 90;
}

.main nav.navbar #menu-container.collapse {}

.main nav.navbar #menu-container.collapse.in {}


/*.main nav.navbar #menu-container #menu-container-bk { position:absolute; z-index:99; width:100%; height:100%; background:#141516; opacity: 0.6; filter: alpha(opacity=60); }*/

.main nav.navbar .container-fluid {
  padding: 0;
  margin: 0;
}


/*Main navigation - First level*/

.main nav.navbar ul#menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 88%;
  position: relative;
  z-index: 100;
}

.main nav.navbar ul#menu>li {
  text-align: left;
  width: auto;
  text-transform: uppercase;
}

.main nav.navbar ul#menu>li span.open-sub {
  display: none;
}

.main nav.navbar ul#menu>li:last-child {
  border-right: 0;
  margin-right: 0;
}

.main nav.navbar ul#menu>li>a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.3rem;
  position: relative;
  z-index: 102;
}

.main nav.navbar ul#menu>li>a:hover,
.main nav.navbar ul#menu>li>ul>li>a:hover {
  color: #d90030;
}

.main nav.navbar ul#menu>li:hover>a,
.main nav.navbar ul#menu>li>a:hover,
.main nav.navbar ul#menu>li>a:focus {
  background: none;
}

.main nav.navbar ul#menu>li.active>a {
  background: none;
}


/*Main navigation - Second level*/

.main nav.navbar ul#menu>li>ul {
  list-style: none;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  background-color: #232527;
  width: 100%;
  padding: 5px 15px;
  font-size: 1.3rem;
}

.main nav.navbar ul#menu>li:hover>ul {
  display: table;
}

.main nav.navbar ul#menu>li>ul>li {}

.main nav.navbar ul#menu>li>ul>li>a {
  color: #fff;
  text-decoration: none;
}

.main nav.navbar ul#menu>li>ul>li>a:hover {
  background: none;
}

.main nav.navbar ul#menu>li>ul>li.active>a {
  color: #fff;
}


/*mobile menu button*/

nav.navbar .navbar-toggle {
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 0 1px 0 #222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 2px;
}


/*nav.navbar .navbar-toggle.collapsed { background:#000; border:1px solid #000; }*/

nav.navbar .navbar-toggle .icon-bar {
  background-color: #d90030;
  width: 31px;
  height: 3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 7px;
}

nav.navbar .navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}

.main .content-normal p {
  font-size: 1.5rem;
  line-height: 1.7em;
  margin-bottom: 1em;
}


/*Breadcrumbs*/

div.breadcrumb-class {
  padding-top: 0px;
  padding-bottom: 0px;
}

div.breadcrumb-class ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.breadcrumb-class ul li {
  float: left;
  color: #888;
  font-size: 1.1rem;
}

div.breadcrumb-class ul li a {
  color: #d90030;
  font-size: 1.1rem;
}

div.breadcrumb-class ul li span {
  color: #aaa;
}

div.breadcrumb-class ul li.split {
  margin: 0 5px;
}

div.breadcrumb-class ul li.split:first-child {
  margin-left: 0;
}

ul.lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.lang-menu li {
  float: left;
}

ul.lang-menu li a {}

ul.lang-menu li.active a {
  color: #999;
}

ul.lang-menu li.split {
  margin: 0 5px;
}


/* Content */

.main div#sidebar-right-content {
  margin-top: -28rem;
  margin-bottom: -35rem;
  z-index: 10;
  padding: 0;
}

.main.content div#sidebar-right-content {
  margin-top: 10px;
}


/* 
.main.content .main-wrapper .content-wrapper {
  margin-top: 120px;
} */


/*Footer*/

.main footer.footer {
  clear: both;
  color: #868788;
  width: 100%;
  min-height: 450px;
  background-color: #232527;
}

.main footer.footer .footer-top {
  padding: 20px 0;
  background: none;
}

.main footer.footer .footer-top .col-md-9 {
  border-bottom: 1px solid #424345;
  width: calc(75% - 30px);
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 15px;
  padding-bottom: 30px;
}

.main footer.footer .footer-top h3,
.main footer.footer .footer-top .h3 {
  padding: 10px 0;
}

.main footer.footer .footer-top .col-md-9 div:first-child {
  padding-left: 0;
}

.main footer.footer .footer-top .col-md-9 div:last-child {
  padding-right: 0;
}

.main footer.footer .footer-bottom {
  font-size: 0.85em;
  padding: 15px 15px 10px 15px;
  height: 55px;
  line-height: 30px;
}

.main footer.footer .footer-bottom .footer-left {
  float: left;
  padding: 0;
}

.main footer.footer .footer-bottom .footer-right {
  float: right;
  text-align: right;
  padding: 0;
}

.main footer.footer .footer-bottom .footer-right>ul {
  float: left;
}

.main footer.footer a {}

.main footer.footer a:hover {
  text-decoration: underline;
}

.main footer.footer div#brand a {
  display: block;
  width: 275px;
  height: 60px;
  background: url("../Images/brand.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -999em;
  margin-bottom: 20px;
}

.main footer.footer div#brand {
  padding-left: 0;
}

.main footer.footer div.copy {}

.main footer.footer #fb {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../Images/fb.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: -999em;
  margin: auto;
  margin-top: 15px;
}


/*Footer menu*/

.main #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main #footer-menu li {
  display: inline-block;
  margin: 0 8px;
  width: 100%;
}

.main #footer-menu li:last-child {
  margin-right: 0;
}

.main #footer-menu li a {
  color: #9b9b9c;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 0;
  background: none;
}

.main #footer-menu li a:hover {
  color: #d90030;
  text-decoration: none;
}

.main ul#copy-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.6rem;
  margin-top: 80px;
  margin-bottom: 10px;
}

.main ul#copy-menu li {
  display: inline-block;
  margin: 0 8px;
  /* width: 100%; */
}

.main ul#copy-menu a {
  color: #868788;
  text-decoration: none;
}

.main ul#copy-menu a:hover {
  color: #d90030;
  text-decoration: none;
}


/*Sitemap*/

.main .csc-sitemap {
  padding: 0;
}

.main .csc-sitemap ul li {
  padding: 4px 0;
}


/*Go to top button*/

a#btn-go-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  height: 60px;
  width: 60px;
  background: rgba(255, 102, 0, 0.8) url("../Images/go_top.svg") no-repeat scroll center 50%;
  text-indent: -999em;
  color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(204, 204, 204, 0.40);
  -moz-box-shadow: 3px 3px 3px 0px rgba(204, 204, 204, 0.40);
  box-shadow: 3px 3px 3px 0px rgba(204, 204, 204, 0.40);
}

a#btn-go-up:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/*Powermail contact form*/

div.tx-powermail {}

div.tx-powermail>form {}

div.tx-powermail>form>h3,
div.tx-powermail>form>.h3 {
  display: none;
}

div.tx-powermail>form>fieldset.powermail_fieldset>div.powermail_fieldwrap {
  clear: both;
}

div.tx-powermail>form>fieldset.powermail_fieldset>div.powermail_fieldwrap.powermail_fieldwrap_submit {
  margin-top: 10px;
}

div.tx-powermail>form>fieldset.powermail_fieldset>div.powermail_fieldwrap.powermail_fieldwrap_submit>input.powermail_field.powermail_submit {
  float: right !important;
}

ul.parsley-errors-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.parsley-errors-list li {
  color: #f00;
}


/*Indexed search*/

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #f39200 !important;
  text-decoration: underline;
  font-weight: normal;
}

body.bgImage {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  /*-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;*/
}


/* NEWS SLider */

div.k3n-newsslider .jumbotron a {
  color: #FFF;
}

div.k3n-newsslider .jumbotron a:hover {
  color: #d90030;
}

div.k3n-newsslider .jumbotron .headline a:hover {
  color: #FFF;
}

div.k3n-newsslider .jumbotron {
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #ad9b4f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ad9b4f 0%, #948b60 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ad9b4f 0%, #948b60 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ad9b4f 0%, #948b60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ad9b4f', endColorstr='#948b60', GradientType=1);
  /* IE6-9 */
  height: 300px;
  padding: 20px 40px;
}

div.k3n-newsslider .jumbotron.sliderbackground-13 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #5fa580;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5fa580 0%, #35b06d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5fa580 0%, #35b06d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5fa580 0%, #35b06d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5fa580', endColorstr='#35b06d', GradientType=1);
  /* IE6-9 */
}


/* Flieder */

div.k3n-newsslider .jumbotron.sliderbackground-19 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #9297aa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9297aa 0%, #646989 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9297aa 0%, #646989 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9297aa 0%, #646989 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9297aa', endColorstr='#646989', GradientType=1);
  /* IE6-9 */
}


/* Braun */

div.k3n-newsslider .jumbotron.sliderbackground-20 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #9c9680;
  /* Old browsers */
  background: -moz-linear-gradient(left, #9c9680 0%, #897a63 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9c9680 0%, #897a63 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9c9680 0%, #897a63 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9c9680', endColorstr='#897a63', GradientType=1);
  /* IE6-9 */
}


/* Tuerkis */

div.k3n-newsslider .jumbotron.sliderbackground-18 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #7fa99d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7fa99d 0%, #588d7b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7fa99d 0%, #588d7b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7fa99d 0%, #588d7b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7fa99d', endColorstr='#588d7b', GradientType=1);
  /* IE6-9 */
}

div.k3n-newsslider .jumbotron.sliderbackground-14 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #ad9b4f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ad9b4f 0%, #948b60 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ad9b4f 0%, #948b60 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ad9b4f 0%, #948b60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ad9b4f', endColorstr='#948b60', GradientType=1);
  /* IE6-9 */
}

div.k3n-newsslider .jumbotron.sliderbackground-15 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #bda2d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bda2d5 0%, #71548a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bda2d5 0%, #71548a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bda2d5 0%, #71548a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bda2d5', endColorstr='#71548a', GradientType=1);
  /* IE6-9 */
}

div.k3n-newsslider .jumbotron.sliderbackground-16 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,f4ee92+0,797f36+100,fbdf93+100 */
  background: #5dc1d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5dc1d9 0%, #50a9bb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5dc1d9 0%, #50a9bb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5dc1d9 0%, #50a9bb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5dc1d9', endColorstr='#50a9bb', GradientType=1);
  /* IE6-9 */
}

div.k3n-newsslider {
  background: none;
  max-width: none !important;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0;
  position: relative;
}


/* bs tooltip */

.tooltip-inner {
  padding: 10px;
  background: #FFF;
  color: #939191;
  text-transform: none !important;
  text-align: left;
}

.tooltip-left .tooltip-arrow {
  border-left-color: #FFF;
}

div#teaser-content>div>div.container,
div#teaser-content>div.container {
  width: 100%;
  padding: 0;
}


/* Direction Nav */

div.k3n-newsslider .flex-direction-nav {
  height: 0;
  width: 670px;
  max-width: 670px;
  left: 60px;
  position: absolute;
  top: calc(50% - 27px);
}

div.k3n-newsslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 22px;
  height: 53px;
  margin: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-repeat: no-repeat;
}

div.k3n-newsslider .flex-direction-nav .flex-prev {
  left: -40px;
  text-indent: -9999px;
  background-image: url('../Images/arrow_left.svg');
}

div.k3n-newsslider .flex-direction-nav .flex-next {
  right: 60px;
  text-align: initial;
  text-indent: 9999px;
  background-image: url('../Images/arrow_right.svg');
  top: 3px;
}

div.k3n-newsslider:hover .flex-prev {
  opacity: 1;
  left: -40px;
}

div.k3n-newsslider:hover .flex-next {
  opacity: 1;
  right: 60px;
}

.flex-direction-nav a:before {
  display: none;
}

div.k3n-newsslider .teaser-text {
  float: left;
  max-width: calc(100% - 200px);
  color: #ffffff;
  font-size: 1em;
  line-height: 1.4;
}

div.k3n-newsslider .headline {
  margin-bottom: 15px;
  width: calc(100% - 25px);
}

div.k3n-newsslider .caption {
  height: 127px;
  position: relative;
  width: calc(100% - 25px);
}

div.k3n-newsslider .headline a {
  font-size: 3.5rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 4.25rem;
  text-decoration: none;
}

div.k3n-newsslider .headline a span.more {
  margin-left: 20px;
  color: lightgray;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #303030;
  font-size: 2rem;
  vertical-align: top;
  display: none !important;
}

div.k3n-newsslider .headline a span.more span {
  top: -4px;
}

div.k3n-newsslider .headline a span.more svg.readmore {
  width: 10px;
  margin-top: 16px;
  vertical-align: top;
}

div.k3n-newsslider .headline a span.more svg.readmore .cls-1 {
  stroke: #555658;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

.main .main-wrapper>header.fixed-header div#teaser-content div.k3n-newsslider .headline a span.more {
  display: inline;
}

div.k3n-newsslider .image {
  float: left;
  margin-right: 15px;
}

div.k3n-newsslider .image img {
  border: 5px solid #ffffff;
  width: 100%;
  max-width: 100%;
  height: auto;
}

div.k3n-newsslider div.more {
  position: absolute;
  left: 200px;
  bottom: 0px;
}

div.k3n-newsslider div.more a {
  color: #ffffff;
  padding: 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #303030;
  font-size: 2rem;
  display: inline-block;
}

div.k3n-newsslider div.more a svg.readmore {
  width: 10px;
  margin-right: 10px;
  margin-left: 30px;
}

div.k3n-newsslider div.more a svg.readmore .cls-1 {
  stroke: #555658;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

div.k3n-newsslider .owl-nav {}

div.k3n-newsslider .owl-nav>div {
  position: absolute;
  text-align: initial;
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 22px;
  height: 53px;
  top: calc(50% - 27px);
}

div.k3n-newsslider .owl-carousel {
  max-height: 300px;
  overflow: hidden;
}

div.k3n-newsslider .owl-carousel.owl-loaded {
  max-height: none;
  overflow: initial;
}

div.k3n-newsslider .owl-nav .owl-prev {
  left: 20px;
  background-image: url('../Images/arrow_left.svg');
}

div.k3n-newsslider .owl-nav .owl-next {
  left: calc(1050px * 0.75 - 50px);
  background-image: url('../Images/arrow_right.svg');
}

div.k3n-newsslider .owl-dots {
  display: block;
  position: absolute;
  bottom: -17px;
  left: auto;
  right: 400px;
}

div.k3n-newsslider .owl-dots .owl-dot {
  width: 60px;
  height: 5px;
  border: 1px solid #c7c5c5;
  background: #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  float: left;
  margin: 0 8px;
}

div.k3n-newsslider .owl-dots .owl-dot.active,
div.k3n-newsslider .owl-dots .owl-dot:hover {
  background: #c7c5c5;
}

.flex-control-paging li a.active,
.flex-control-paging li a:hover {
  background: #c7c5c5;
}

.flex-control-nav li {
  margin: 0 8px;
}

.jumbotron p {
  font-size: 14px;
}


/* magazine-widget */

.main .main-wrapper .content-wrapper #sidebar-right-content>div#magazine-widget {
  background-image: url('../Images/bg_magazine_widget.png');
  background-color: #232527;
  background-repeat: repeat-x;
}

div#magazine-widget {
  color: #6a6c6d;
}

div#magazine-widget .box-content {
  position: relative;
  padding: 0 20px 20px;
  color: #FFF;
}

div#magazine-widget .box-content.magazine {
  padding: 0;
  margin-bottom: 30px;
}

div#magazine-widget .box-content div.text {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #4a4c4e;
}

div#magazine-widget .box-content div.text p {
  color: #4a4c4e;
}

div#magazine-widget .box-content.felogin {
  padding: 0;
}

div#magazine-widget .box-content.felogin input[type="password" i],
div#magazine-widget .box-content.felogin input[type="text" i] {
  border: 0;
  margin-bottom: 2px;
}

div#magazine-widget .box-header {
  padding: 0 10px;
  color: #FFF;
  font-size: 1.5rem;
  text-transform: uppercase;
}

div#magazine-widget .box-header h3,
div#magazine-widget .box-header .h3 {
  border-bottom: 1px solid #4a4c4e;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0;
  font-size: 1.5rem;
}

div#magazine-widget .box-header h3.magazine,
div#magazine-widget .box-header .h3.magazine {
  color: #000000;
}

div#magazine-widget .login-welcome-msg {
  padding: 10px;
}

div#magazine-widget .login-error-msg {
  padding: 10px;
}

div#magazine-widget form {
  padding: 10px;
}

div#magazine-widget a {
  color: #FFFFFF;
}

div#magazine-widget a:hover {
  color: #d90030;
}

div#magazine-widget .box-footer a:last-child {
  float: right;
}

div#magazine-widget .box-footer a {
  font-size: 1.6rem;
  color: #939191;
}

div#magazine-widget .box-footer a:hover,
div#magazine-widget .box-footer a:focus {
  color: #fff;
}

div#magazine-widget .box-footer .login-links a {
  font-size: 1.3rem;
}

div#magazine-widget .box-footer .login-links a:hover,
div#magazine-widget .box-footer .login-links a:focus {
  color: #d90030;
}

div#magazine-widget .probe-abo {
  padding-bottom: 10px;
}

.felogin-status {
  float: right;
  position: relative;
  padding: 4px 8px;
  text-align: center;
}

.felogin-status svg {
  width: 17px;
  height: 10px;
}

.felogin-status svg .cls-1 {
  fill: none;
  stroke: #555658;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

.felogin-status:hover svg .cls-1 {
  stroke: #FFFFFF;
}


/* news */


/* news single */

#main-content .news.news-single .article .news-img-wrap {
  float: right;
  margin: 0;
  margin-left: 40px;
  border: 1px solid #ddd;
}

.news-related strong {
  margin-bottom: 10px;
  display: block;
}
.news-related-files ul li {
  margin-bottom: 10px;
}
.news-related {
  color: #5b5d5e;
  border: 0;
  padding: 0;
}
.news-related ul {
  list-style: none;
  padding-left: 0;
}

/* #main-content .news.news-single .article .news-img-wrap .mediaelement.mediaelement-image {
  display: table-cell;
} */

#main-content .news.news-single .article {
  padding: 20px;
}

#main-content .news.news-single .news-backlink-wrap {
  margin-top: 1.5rem;
}

#main-content .news.news-single .news-backlink-wrap a {
  color: #939191;
  padding: 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #303030;
  font-size: 2rem;
  display: inline-block;
}

#main-content .news.news-single .news-backlink-wrap a svg.back {
  width: 10px;
  margin-right: 6rem;
  margin-left: 10px;
}

#main-content .news.news-single .news-backlink-wrap a svg.back .cls-1 {
  stroke: #555658;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

#main-content .news.news-single .article .news-img-wrap .news-img-caption {
  padding: 10px;
  margin: 0;
  line-height: 1.6rem;
}

.news-archive-link {
  display: none;
}


/* main-content */

#main-content .news {
  margin: 0px !important;
}

#main-content .news.news-single {
  margin-top: -10px !important;
}

#main-content .news .news-archive-link {
  display: block;
}

#main-content .news.news-single .news-text-wrap {
  color: #5b5d5e;
}

#main-content .news .news-archive-link a {
  color: #939191;
  padding: 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #303030;
  font-size: 2rem;
  display: inline-block;
}

#main-content .news .news-archive-link a svg.readmore {
  width: 10px;
  margin-right: 10px;
  margin-left: 30px;
}

#main-content .news .news-archive-link a svg.readmore .cls-1 {
  stroke: #555658;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

#main-content .news .article {
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  margin-bottom: 7px;
  background: #fff;
}

#main-content .news .page-navigation {
  padding: 20px;
  background: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

#main-content .news .page-navigation>* {
  margin-bottom: 0;
}

#main-content .news .page-navigation .f3-widget-paginator a:hover,
#main-content .news .page-navigation .f3-widget-paginator a:focus {
  color: #d90030;
}

#main-content .news .page-navigation .f3-widget-paginator .current {
  font-weight: bold;
}

#main-content .news .page-navigation .f3-widget-paginator .last.next {
  margin-left: 8px;
}

#main-content .news .page-navigation .f3-widget-paginator .previous {
  margin-right: 8px;
}

#main-content .news .article .news-img-wrap {
  float: left;
  margin: 0;
  background: #fff;
  width: 340px;
  max-width: 37%;
  margin-right: 40px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-bottom: 0;
  border-top: 0;
}

#main-content .news .article .news-img-wrap a {
  padding: 0;
  width: 100%;
  border: 0;
  position: relative;
}

#main-content .news-single .article .news-img-wrap img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin: auto;
}


/* #main-content .news .article .news-img-wrap img {
  width: 100%;
} */

#main-content .news .article .news-img-wrap a .more {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}

#main-content .news .article .news-img-wrap a .more .more-text {
  /* margin-top: 40%; */
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  top: calc(50% - 12px);
}

#main-content .news .article .news-img-wrap a .more .more-text svg {
  width: 10px;
}

#main-content .news .article .news-img-wrap a .more .more-text svg .cls-1 {
  stroke: #fff;
}

#main-content .news .article .news-img-wrap a:hover .more {
  display: block;
}

#main-content .news .article .teaser-text {
  margin: 0;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

#main-content .news .article .teaser-text div.more {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 10px;
}

#main-content .news .article .teaser-text div.more svg.readmore .cls-1 {
  stroke: #000000;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

#main-content .news .article .teaser-text h2,
#main-content .news .article .teaser-text .h2 {
  font-size: 1.75rem;
  font-weight: 900;
  padding: 20px 0;
}

#main-content .news .article .teaser-text p {
  font-size: 1.5rem;
  color: #5b5d5e;
  line-height: 1.5em;
}

#main-content .news .article .news-list-date time {
  font-size: 1rem;
  color: #d90030;
}

#main-content .news .news-list-view .article .news-img-wrap img {
  width: 100%;
}

#main-content .news .article div.share {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#main-content .news .article div.share a {
  float: left;
  margin-left: 20px;
  width: 23px;
  height: 25px;
}

#main-content .news .article div.share a.facebook {}

#main-content .news .article div.share a.facebook svg {}

#main-content .news .article div.share a.facebook svg rect {
  fill: #939191;
}

#main-content .news .article div.share a.facebook svg path {
  fill: #fff;
}

#main-content .news .article div.share a.facebook:hover svg rect {
  fill: #3b5998;
}

#main-content .news .article div.share a.twitter {
  width: 27px;
}

#main-content .news .article div.share a.twitter svg {}

#main-content .news .article div.share a.twitter svg path {
  fill: #939191;
}

#main-content .news .article div.share a.twitter:hover svg path {
  fill: #55acee;
}

#sidebar-right-content .news .article div.share {
  height: 0px;
  width: 0px;
  display: none;
}

#sidebar-right-content .news .article .news-list-date svg.news-date,
#main-content .news .article .news-list-date svg.news-date {
  fill: #d7d5d5;
  width: 19px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

#sidebar-right-content .news .article .news-list-date svg.news-date .cls-1,
#main-content .news .article .news-list-date svg.news-date .cls-1 {
  fill: #d7d5d5;
  stroke: #d7d5d5;
}

#sidebar-right-content .no-news-found {
  padding: 10px 20px;
  font-size: 1.3rem;
}


/* varinat 3 - Gallery view */

#main-content .news .variant-3 {
  margin: 0 -7px;
}

#main-content .news .variant-3+div.news-archive-link {
  display: none;
}

#main-content .news .variant-3 .article {
  background: #d8d5d5;
  padding: 10px;
}

#main-content .news .variant-3 .col-md-3 {
  padding: 0 7px;
}

#main-content .news .variant-3 .article .news-img-wrap {
  max-width: none;
  width: 100%;
  margin: 0;
}

#main-content .news .variant-3 .article .news-img-wrap a {
  /*height: 170px; overflow: hidden; */
}

#main-content .news .variant-3 h2,
#main-content .news .variant-3 .h2 {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  height: 40px;
  overflow: hidden;
  line-height: 2rem;
}

#main-content .news .variant-3 svg#no-image .cls-1 {
  fill: gray;
}

#main-content .news .variant-3 svg#no-image {
  height: 170px;
  width: 100%;
}

span.no-media-element img {
  background: #fff;
}


/* sidebar */

#sidebar-right-content .news .no-news-found {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
}

#sidebar-right-content .news .news-list-view {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
}

#sidebar-right-content .news .article {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #bdbdbe;
}

#sidebar-right-content .news .article:last-child {
  border-bottom: 0;
}

#sidebar-right-content .news .article .news-img-wrap {
  display: none;
}

#sidebar-right-content .news .article .teaser-text {
  margin: 0;
}

#sidebar-right-content .news .article .teaser-text div.more {
  display: none;
}

#sidebar-right-content .news .article .teaser-text h2,
#sidebar-right-content .news .article .teaser-text .h2 {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  padding-bottom: 3px;
  padding-top: 6px;
}

#sidebar-right-content .news .article .teaser-text p {
  font-size: 1.4rem;
  color: #5b5d5e;
  line-height: 1.4em;
  margin-bottom: 0;
}

#sidebar-right-content .news .article .news-list-date time {
  font-size: 1rem;
  color: #d90030;
}

.k3n-tapslider {
  padding: 20px;
  background: #d8d5d5;
}

.k3n-tapslider .owl-dots {
  display: inline-block;
  margin-top: 2px;
  width: 100%;
}

.k3n-tapslider .owl-dot {
  width: 25%;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
  display: block;
  float: left;
  position: relative;
  padding-left: 2px;
}
.k3n-tapslider .owl-dot:first-of-type {
  padding: 0;
}
#k3ntsc-dots {
  height: 50px;
}

#k3ntsc-dots button span {
  width:calc(100% - 2px);
  height:calc(100% - 2px);
  display:block;
  background-size:contain;
}
#k3ntsc-dots button span:before {
  content: ' ';
  width:100%;
  height:100%;
  display:block;
  background-color: rgba(0, 0, 0, 0.5);
}
#k3ntsc-dots button.active span:before {
  display:none;
}

.k3n-tapslider .owl-dot .news-img-wrap {
  position: relative;
  max-height: 61px;
}

.k3n-tapslider .owl-dot.active .inactive,
.k3n-tapslider .owl-dot:hover .inactive,
.k3n-tapslider .owl-dot:focus .inactive {
  display: none;
}

.k3n-tapslider .owl-dot .inactive {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.k3n-tapslider .owl-dot .news-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 61px;
}

.k3n-tapslider .article .teaser-text {
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
}

.k3n-tapslider .article .teaser-text p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0;
}

.k3n-tapslider .article .news-img-wrap {
  width: 50%;
  float: left;
}

.k3n-tapslider .article .news-img-wrap img {
  width: calc(100% - 1px);
  height: auto;
}

#tab-news-sidebar>.nav-tabs>li>a {
  padding: 10px 0px;
  border-radius: 0;
  border-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: darkgray;
  font-size: 1.2rem;
}

#tab-news-sidebar>.nav-tabs>li {
  background: #eee;
  min-width: 33.3333333%;
  /* min-width: 50%; */
}

#tab-news-sidebar>.nav-tabs>li:first-child>a {
  border-left: 0;
}

#tab-news-sidebar>.nav-tabs>li:last-child>a {
  border-right: 0;
  margin-right: 0;
}

#tab-news-sidebar>.nav-tabs>li.active>a,
#tab-news-sidebar>.nav-tabs>li.active>a:hover,
#tab-news-sidebar>.nav-tabs>li.active>a:focus {
  color: #000000;
  font-weight: 700;
}

#tab-news-slider {
  padding: 20px;
  background: #d8d5d5;
}

#tab-news-slider .tab-content {}

#tab-news-slider .tab-pane .teaser-text {
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
}

#tab-news-slider .tab-pane .teaser-text h2,
#tab-news-slider .tab-pane .teaser-text .h2 {
  font-size: 1.4rem;
  word-break: break-all;
}

#tab-news-slider .tab-pane .teaser-text p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0;
}

#tab-news-slider .tab-pane .news-img-wrap {
  width: 50%;
  float: left;
}

#tab-news-slider .tab-pane .news-img-wrap img {
  width: 100%;
  height: auto;
}

#tab-news-slider ul.nav-tabs {
  border: 0;
  margin-top: 2px;
}

#tab-news-slider ul.nav-tabs li {
  width: 25%;
}

#tab-news-slider ul.nav-tabs>li>a {
  border: 0;
  padding: 0;
  margin: 0;
  margin-left: 2px;
}

#tab-news-slider ul.nav-tabs>li:first-child>a {
  margin-left: 0px;
}

#tab-news-slider ul.nav-tabs li div.news-img-wrap {
  position: relative;
  max-height: 61px;
}

#tab-news-slider ul.nav-tabs li div.news-img-wrap img {
  width: 100%;
  height: auto;
  max-height: 61px;
}

#tab-news-slider ul.nav-tabs li div.news-img-wrap .inactive {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

#tab-news-slider ul.nav-tabs li.active div.news-img-wrap .inactive {
  display: none;
}

#tab-news-slider ul.nav-tabs li:hover div.news-img-wrap .inactive {
  display: none;
}

.tx-kesearch-pi1 {
  font-size: 14px;
}

#kesearch_submit {
  display: none;
}

.kesearch_pagebrowser ul {
  list-style: none;
  padding-left: 0;
}

.kesearch_pagebrowser ul li {
  display: inline-block;
}

.kesearch_pagebrowser ul li a {}


/* Clearer */

.tx-kesearch-pi1 .clearer {
  display: block;
  height: 1px;
  line-height: 1px;
  clear: both;
}


/* formElements */

.tx-kesearch-pi1 form {
  border: 0 none;
  margin: 0 0 20px 0;
}

.tx-kesearch-pi1 form fieldset {
  margin: 0;
  padding: 0;
}

.tx-kesearch-pi1 .kesearch_searchbox {
  border: none;
}


/* Buttons */

a.kesGreyButt,
span.resetbutt a,
span.submitbutt input,
input.kesGreyButt,
span.kesGreyButt {
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: block;
  cursor: pointer;
  min-width: 70px;
  max-width: 140px;
  -moz-user-select: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top, #f6f6f6, #f0f0f0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #444;
  cursor: default;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

span.submitbutt input,
input.kesGreyButt,
span.kesGreyButt {}


/* fix firefox button size (line-height is not working in firefox submit button)*/

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"] {
  min-width: 169px;
  max-width: 220px;
}

span.resetbutt {
  float: left;
}

span.resetbutt a:hover,
span.submitbutt input:hover,
input.kesGreyButt:hover,
span.kesGreyButt:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: #d1d1d1;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
}

span.kesGreyButt a {
  text-decoration: none;
  color: #444;
  text-shadow: 0px 1px 0px #ffffff;
}

span.kesGreyButt a:hover {
  text-decoration: none;
  color: #000;
  text-shadow: 0px -1px 0px #ffffff;
}


/* buttFixes */

#kesearch_filters .list li.checkboxButton,
#kesearch_filters .list li.checkboxButtonSubmit {
  text-decoration: none !important;
  padding-bottom: 5px;
}

#kesearch_filters .list li.checkboxButtonSubmit {
  margin-bottom: 1px;
}

#kesearch_filters .list li.checkboxButtonSubmit {
  padding-bottom: 0;
}


/* SearchBox */

div.kesearchbox {
  margin: 0 0 10px 0;
}

#ke_search_sword {
  font-size: 2rem;
  height: auto;
  padding: 5px 12px;
  background: #f2f2f2;
  border-radius: 0;
}

#kesearch_submit {}

#kesearch_submit:focus,
#kesearch_submit:hover {
  box-shadow: 0 0 0 white;
  border: 0 none;
  cursor: pointer;
}


/* Filters */

#kesearch_filters div.textlinks {
  margin: 0 0 20px 0;
}

#kesearch_filters select {
  min-width: 180px;
  max-width: 270px;
  margin: 0 0 10px 0;
}

#kesearch_filters .list {
  margin-bottom: 10px;
}

#kesearch_filters .list .head {
  display: block;
  border: 1px solid #CFCFCF;
  padding: 5px;
}

#kesearch_filters .list ul {
  padding: 10px;
  margin: 0;
  border: 1px solid #cfcfcf;
  border-top: 0 none;
  list-style-type: none;
}

#kesearch_filters .list ul.expanded {
  display: block;
}

#kesearch_filters .list ul.closed {
  display: none;
}

#kesearch_filters .list li {
  display: block;
  list-style-type: none;
  margin: 0 0 10px 0;
  line-height: 16px;
  color: #444;
}

#kesearch_filters .list li a {
  color: #444;
}

#kesearch_filters .list li:hover,
#kesearch_filters .list li a:hover {
  text-decoration: none;
  color: #444;
  cursor: pointer;
}

#kesearch_filters .list li.selected {
  font-weight: bold;
}

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.level0 {
  margin-left: 14px;
}

#kesearch_filters .list li.parent1,
#kesearch_filters .list li.level1 {
  margin-left: 21px;
}

#kesearch_filters .list li.parent2,
#kesearch_filters .list li.level2 {
  margin-left: 28px;
}

#kesearch_filters .list li.parent3,
#kesearch_filters .list li.level3 {
  margin-left: 35px;
}

#kesearch_filters .list li.parent0,
#kesearch_filters .list li.parent1,
#kesearch_filters .list li.parent2,
#kesearch_filters .list li.parent3 {
  font-weight: bold;
  list-style-position: outside;
}


/* Checkboxes */

#kesearch_filters .list ul.checkboxList {
  padding-bottom: 1px;
}

#kesearch_filters .list li.optionCheckBox {
  float: left;
  width: 200px;
  text-decoration: none;
  margin-bottom: 4px;
}

#kesearch_filters .list li.optionCheckBox input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
}

#kesearch_filters .list li.clearer {
  font-size: 0;
  line-height: 0;
  float: none;
  margin: 0 !important;
}

#kesearch_filters label {
  display: block;
  font-weight: bold;
  color: #353535;
  margin: 0 0 4px 0;
}

#kesearch_filters .list li.region {
  font-weight: bold;
  margin-top: 5px;
}

#kesearch_filters .list li.noclick {
  cursor: default !important;
}

#kesearch_filters .list li.country {
  margin-left: 7px;
}


/* SPECIAL CSS CLASS */

#kesearch_filters .small {
  display: block;
  height: 65px;
  max-height: 65px;
  overflow-y: auto;
  overflow-x: hidden;
}

#kesearch_filters .larger {
  display: block;
  height: 130px;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
}


/* multiselectPage */

.tx-kesearch-pi1 .multiselect .multi-option {
  float: left;
  width: 200px;
  margin: 0 0 5px 0;
}

.tx-kesearch-pi1 .multiselect .multi-option input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
}

.tx-kesearch-pi1 .multiselect label {
  font-weight: normal;
  padding: 0 10px 0 0;
  float: left;
}

.tx-kesearch-pi1 .multiselect .multiselectButtons {
  padding: 10px 0 0 0;
}

.tx-kesearch-pi1 .multiselect .last {
  /* ???? */
}


/* Results */

#kesearch_num_results {
  color: #898989;
  max-width: 150px;
  float: left;
}

#kesearch_results .result-list-item {
  clear: both;
  margin: 20px 0 30px 0;
  padding: 0;
}

#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
  font-size: 2rem;
  font-weight: 900;
}

#kesearch_results {
  clear: both;
  margin-top: 20px;
}

#kesearch_results .result-list-item .result-teaser {
  font-size: 1.5rem;
  color: #5b5d5e;
  line-height: 1.5em;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item-type-page {}

.tx-kesearch-pi1 #kesearch_results .result-list-item-type-tt_news {}

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
  float: left;
  margin-top: 2px;
  margin-right: 20px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: red;
  font-weight: bold;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {}

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
  border: 1px solid #D3D3D3;
  display: block;
  float: right;
  height: 10px;
  width: 48px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
  background-color: #D3D3D3;
  border: 1px solid #898989;
  display: block;
  height: 10px;
  margin: -1px 0 0 -1px;
}


/* Query time */

.tx-kesearch-pi1 #kesearch_query_time {
  font-style: italic;
  text-align: center;
  font-size: 80%;
}


/* Searchbox */

.tx-kesearch-pi1 .searchbox {
  margin-bottom: 5px;
}

.tx-kesearch-pi1 .searchbox input {
  margin-left: 0;
  width: 145px;
}

.tx-kesearch-pi1 .searchbox input.submit {
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  vertical-align: middle;
}

.tx-kesearch-pi1 form.static .searchbox input.submit {
  margin-top: -16px;
}

.tx-kesearch-pi1 form.ajax .searchbox input.submit {
  margin-top: -4px;
}

.tx-kesearch-pi1 .searchbox .search_input {
  float: left;
  margin-right: 5px;
}


/* Spinner / updating */

.tx-kesearch-pi1 #kesearch_updating_filters,
.tx-kesearch-pi1 #kesearch_updating_results {
  display: none;
  text-align: center;
}

.tx-kesearch-pi1 #testbox {
  margin-top: 100px;
  border: 1px solid red;
}


/* General Message */

.tx-kesearch-pi1 .general-message {
  padding: 5px;
}

.tx-kesearch-pi1 .general-message .image {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}


/* Pagebrowser */

#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
  text-align: center;
  word-wrap: break-word;
  font-size: 1.5rem;
  color: #707070;
}

#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
  padding: 8px 0;
  background: #fff;
  margin-bottom: 15px;
}

#kesearch_pagebrowser_top .pages_total {
  border-bottom: 1px dashed #707070;
}

#kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px dashed #707070;
}

#kesearch_pagebrowser_top div.result_txt,
#kesearch_pagebrowser_bottom div.result_txt {
  margin: 0 0 5px 0;
}

#kesearch_pagebrowser_top .kesearch_pagebrowser,
#kesearch_pagebrowser_bottom .kesearch_pagebrowser {
  margin: 0 auto 0;
}

#kesearch_pagebrowser_top a,
#kesearch_pagebrowser_bottom a {
  padding: 3px;
}

#kesearch_pagebrowser_top a:hover,
#kesearch_pagebrowser_bottom a:hover {
  cursor: pointer;
}

#kesearch_pagebrowser_top a.current,
#kesearch_pagebrowser_bottom a.current {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#kesearch_pagebrowser_top .browser,
#kesearch_pagebrowser_bottom .browser {
  border: 1px solid;
}

.tx-kesearch-pi1 .next,
.tx-kesearch-pi1 .prev {
  display: inline-block;
  width: 24px;
  height: 29px;
  color: transparent;
  text-decoration: none;
  overflow: hidden;
}

.tx-kesearch-pi1 a.next,
.tx-kesearch-pi1 a.prev {
  display: inline-block;
  width: 8px;
  height: 20px;
  color: transparent;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 0 -5px 0;
}

.tx-kesearch-pi1 .next {
  background: transparent url('../Images/arrow_right_black.svg') no-repeat left 0;
  margin-left: 5px;
}

.tx-kesearch-pi1 .prev {
  background: transparent url('../Images/arrow_left_black.svg') no-repeat right 0;
  margin-right: 5px;
}


/* Ordering */

.tx-kesearch-pi1 #kesearch_ordering span.down {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #FF0000 transparent;
  border-style: solid solid none;
  border-width: 4px 4px 0;
}

.tx-kesearch-pi1 #kesearch_ordering span.up {
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent #FF0000;
  border-style: none solid solid;
  border-width: 0 4px 4px;
}

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
  float: right;
  max-width: 300px;
}

.tx-kesearch-pi1 #kesearch_ordering ul {
  display: inline-block;
  height: 20px;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}

.tx-kesearch-pi1 #kesearch_ordering ul li {
  float: left;
  margin-right: 10px;
}

.tx-kesearch-pi1 #kesearch_ordering div.clearer {
  clear: left;
}


/* needed for autocomplete */

ul.ui-autocomplete li a {
  font-size: 12px;
}


/* Social Share Privacy Area */

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
  width: inherit;
}


/* shariff */

.shariff {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.shariff ul li {
  width: 25% !Important;
  max-width: 25% !important;
  margin: 0 !important;
}

.shariff ul li a {
  margin-right: 1.8rem;
}

.shariff ul li:last-child a {
  margin: 0;
}


/* Ads */

div#leaderboard-small img {
  max-width: 100%;
  width: auto;
  height: auto;
}


/*Dataviewer*/

.dv-address-list {}

.dv-address-list .address {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}

.dv-address-list .address img {
  margin-bottom: 15px;
}

.frame-type-menu_sitemap_pages {}

.frame-type-menu_sitemap_pages ul {
  list-style: none;
  padding-left: 0;
}

.frame-type-menu_sitemap_pages ul ul {
  padding-left: 20px;
}

.frame-type-menu_sitemap_pages ul a:hover,
.frame-type-menu_sitemap_pages ul a:focus {
  color: #d90030;
}

#bigads img {
  max-width: 100%;
  height: auto;
}

.modal-caption {
  padding: 15px;
  padding-top: 0;
}

.tx-powermail .checkbox {
  margin-bottom: 1rem;
}

.tx-powermail .checkbox label {
  padding-left: 30px;
}

.tx-powermail .checkbox label input[type="checkbox"] {
  margin-left: -20px;
  margin-top: 7px;
}

div.disclaimer {
  position: fixed;
  bottom: 0;
  background: #d8d5d5;
  width: 100%;
  border-top: 1px solid #232527;
  color: #232527;
  z-index: 999;
}

div.disclaimer .container {
  position: relative;
}

div.disclaimer .content {
  padding: 15px 0;
  width: calc(100% - 50px);
}

div.disclaimer .btn-close {
  position: absolute;
  right: 10px;
  top: calc(50% - 20px);
}

.fal-securedownload .list-group-item {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 10px;
}

.fal-securedownload .folder-title {
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
}

.fal-securedownload .folder-title .glyphicon {
  position: absolute;
  right: 10px;
  top: 15px;
}

.fal-securedownload .folder-title .glyphicon-minus {
  display: block;
}

.fal-securedownload .folder-title .glyphicon-plus {
  display: none;
}

.fal-securedownload .folder-title.collapsed .glyphicon-minus {
  display: none;
}

.fal-securedownload .folder-title.collapsed .glyphicon-plus {
  display: block;
}

.fal-securedownload .files-list {
  padding: 0 2rem;
}

.fal-securedownload .files-list>li {
  margin-top: 1rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem;
}

.fal-securedownload .files-list>li:last-of-type {
  border: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.dv-event-list .event {
  background: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.dv-event-list .event .date time {
  font-size: 1rem;
  color: #d90030;
}

.dv-event-list .event .date svg.event-date {
  fill: #d7d5d5;
  width: 19px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.dv-event-detail {
  background: #FFFFFF;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: -10px;
}

.dv-event-detail .date time {
  font-size: 1rem;
  color: #d90030;
}

.dv-event-detail .date svg.event-date {
  fill: #d7d5d5;
  width: 19px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.dv-event-latest {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
}

.dv-event-latest .event {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #bdbdbe;
}

.dv-event-latest .event:last-of-type {
  border-bottom: 0px;
}

.dv-event-latest .event .headline {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 3px;
  padding-top: 6px;
}

.dv-event-latest .event .bodytext p {
  font-size: 1.4rem;
  color: #5b5d5e;
  line-height: 1.4em;
  margin-bottom: 0;
}

.dv-event-latest .event .date time {
  font-size: 1rem;
  color: #d90030;
}

.dv-event-latest .event .date svg.event-date {
  fill: #d7d5d5;
  width: 19px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}


#tab-news-sidebar-3 .frame-type-text p {
    font-size: 1.4rem;
    color: #5b5d5e;
    line-height: 1.4em;
    margin-bottom: 0;
    padding: 15px;
}





.dv-event-backlink-wrap {
  margin-top: 1.5rem;
}

.dv-event-backlink-wrap a {
  color: #939191;
  padding: 6px 10px;
  text-transform: uppercase;
  text-decoration: none;
  background: #303030;
  font-size: 2rem;
  display: inline-block;
}

.dv-event-backlink-wrap a svg.back {
  width: 10px;
  margin-right: 6rem;
  margin-left: 10px;
}

.dv-event-backlink-wrap a svg.back .cls-1 {
  stroke: #555658;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2.83px;
}

div.fal-securedownload ul.list-unstyled li.list-group-item.list-group-item-has-nosub div.folder-title { border:1px solid #ddd; }
div.fal-securedownload ul.list-unstyled li.list-group-item div.folder-content ul.folder-list { padding:2rem; }
div.fal-securedownload ul.list-unstyled li.list-group-item.list-group-item-has-nosub div.folder-title:hover { background-color:#f6f6f6; }