/* 1.5 oder 3*/
html body {
  min-height: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
}
body {
  background-color: #fff;
  font-size: 14px;
}
p {
  margin: 0 0 0.7em;
}
#page_wrapper {
  padding-top: 40px;
  padding-bottom: 30px;
}
.sectioncontent_audio_link > a {
  background-image: url('/img/layout/home/link.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  float: left;
}
.sectioncontent_youtube_link > a {
  background-image: url('/img/layout/home/link.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  float: left;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item img {
  width: 100%;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.news_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.news_wrapper.nocalls {
  width: 100%;
}
.news_wrapper.nocalls .news_wrapper_entry {
  width: calc(100% - (100% / (6 / 1.5)));
}
.news_wrapper .news_button {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: calc(100% / (12 / 1.5));
  background-color: #a50a28;
}
.news_wrapper .news_button span {
  font-weight: 200;
  color: white;
  transform: rotate(180deg);
  margin-top: 1.8vw;
  margin-left: 1.5vw;
  text-orientation: mixed;
  writing-mode: vertical-lr;
}
.news_wrapper .news_wrapper_entry {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: calc(100% - (100% / (12 / 1.5)));
  left: calc(100% / (12 / 1.5));
  opacity: 1;
  transition: opacity 3s ease;
}
.news_wrapper .news_wrapper_entry.invisible {
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s ease;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content {
  width: calc(100% - 5px);
  float: left;
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 1.2em;
  margin-top: 1.6em;
  margin-left: 1.6em;
  padding-right: 2em;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .focus_category {
  background-color: #a50a28;
  font-weight: 400;
  color: #D2D2D2;
  display: table;
  padding: 0.3em 0.4em 0.3em 0.4em;
  font-size: 2.6vw;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content h3 {
  font-size: 3vw;
  line-height: 1.2em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  margin-left: 0.1em;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content h3 a {
  color: #a50a28 !important;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content p {
  font-size: 2.6vw;
  line-height: 1.2em;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .news_selectbullet_wrapper {
  position: absolute;
  bottom: 2.2vw;
  right: 0vw;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .news_selectbullet_wrapper a.news_selectbullet {
  float: left;
  display: table;
  background-color: #A5A5A5;
  width: 2.5em;
  height: 2.5em;
  margin-right: 2.5em;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .news_selectbullet_wrapper a.news_selectbullet.active_news_selectbullet {
  background-color: #a50a28;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .news_selectbullet_wrapper a.news_selectbullet:hover {
  background-color: #a50a28;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .news_readmore {
  position: absolute;
  bottom: 1.8vw;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .news_readmore a {
  color: #918773 !important;
  font-size: 2.6vw;
}
.news_wrapper .news_wrapper_entry .news_wrapper_content .news_readmore a:hover {
  color: #333333 !important;
}
.news_wrapper .news_wrapper_entry .news_wrapper_image {
  position: absolute;
  right: 0px;
  width: 25%;
  top: 0px;
  font-size: 1.2vw;
  margin-top: 1.2em;
  margin-right: 1em;
  border-top: 2px solid #a50a28;
}
.news_wrapper .news_wrapper_entry .news_wrapper_image img {
  vertical-align: inherit;
  width: 90%;
  max-height: 100%;
  padding-top: 0;
  float: right;
}
.calls_button {
  position: relative;
  height: 100%;
  max-height: 100%;
  width: calc(100% / (12 / 1.5));
  background-color: #94908b;
  float: right;
}
.calls_button span {
  color: white;
  transform: rotate(180deg);
  margin-top: 1.8vw;
  margin-left: 1.5vw;
  text-orientation: mixed;
  writing-mode: vertical-lr;
  font-weight: 200;
}
.calls_button_link_desktop {
  display: none;
}
.calls_wrapper {
  background-color: #c2c0bd;
}
.calls_wrapper .calls_wrapper_entry {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: calc(100% - (100% / (12 / 1.5)));
  float: right;
  opacity: 1;
  transition: opacity 3s ease;
}
.calls_wrapper .calls_wrapper_entry.invisible {
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s ease;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content {
  width: calc(100% - 5px);
  float: left;
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 1.2em;
  margin-top: 1.6em;
  margin-left: 1.6em;
  padding-right: 2em;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .focus_category {
  background-color: #a50a28;
  font-weight: 400;
  color: #D2D2D2;
  display: table;
  padding: 0.3em 0.4em 0.3em 0.4em;
  font-size: 2.6vw;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content h3 {
  font-size: 3vw;
  line-height: 1.2em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  margin-left: 0.1em;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content h3 a {
  color: #a50a28 !important;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content p {
  font-size: 2.6vw;
  line-height: 1.2em;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_selectbullet_wrapper {
  position: absolute;
  bottom: 2.2vw;
  right: 0vw;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_selectbullet_wrapper a.calls_selectbullet {
  float: left;
  display: table;
  background-color: #A5A5A5;
  width: 2.5em;
  height: 2.5em;
  margin-right: 2.5em;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_selectbullet_wrapper a.calls_selectbullet.active_calls_selectbullet {
  background-color: #a50a28;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_selectbullet_wrapper a.calls_selectbullet:hover {
  background-color: #a50a28;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_readmore {
  position: absolute;
  bottom: 1.8vw;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_readmore a {
  color: #918773 !important;
  font-size: 2.6vw;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_readmore a:hover {
  color: #333333 !important;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_image {
  position: absolute;
  right: 0px;
  width: 25%;
  top: 0px;
  font-size: 1.2vw;
  margin-top: 1.2em;
  margin-right: 1em;
  border-top: 2px solid #a50a28;
}
.calls_wrapper .calls_wrapper_entry .calls_wrapper_image img {
  vertical-align: inherit;
  width: 90%;
  max-height: 100%;
  padding-top: 0;
  float: right;
}
hr {
  border: 1px solid #D7D7D7;
  height: 0;
}
.test {
  position: absolute;
  background-color: red;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: table;
}
a.carousel-control:hover span {
  display: block !important;
  visibility: visible !important;
  color: white;
}
#page_wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#page_wrapper #header {
  width: 100%;
  text-align: right;
  z-index: 1000;
  background-color: white;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0;
  top: 0;
  position: fixed;
  height: 40px;
}
#page_wrapper #header #headerbalken {
  position: absolute;
  top: 0px;
  left: 40px;
  width: calc(100% - 40px);
  height: 100%;
}
#page_wrapper #header #headerbalken #searchbox_collapse {
  float: right;
  position: absolute;
  right: 16.6667%;
  width: 300px;
  top: 41px;
}
#page_wrapper #header #headerbalken #searchbox_collapse button {
  border-radius: 0;
}
#page_wrapper #header #headerbalken .header_kli_logo {
  float: left;
  margin-top: 7px;
  margin-left: 25px;
}
#page_wrapper #header #headerbalken .header_kli_logo img {
  width: 80%;
}
#page_wrapper #header #headerbalken .header_tools_wrapper_wrapper {
  float: right;
  margin-right: 3%;
}
#page_wrapper #header #headerbalken .header_tools_wrapper {
  vertical-align: middle;
  margin-right: 5%;
  font-size: 3vw;
  height: 40px;
  display: table-cell;
}
#page_wrapper #header #headerbalken .header_tools_wrapper #lupeweiss {
  visibility: hidden;
  display: none;
  padding-left: 3px;
}
#page_wrapper #header #headerbalken .header_tools_wrapper #lupegrau {
  visibility: visible;
  display: inline;
  padding-left: 3px;
}
#page_wrapper #header #headerbalken .header_tools_wrapper > div {
  float: right;
}
#page_wrapper #header #headerbalken .header_tools_wrapper > div img {
  width: 2.3vw;
}
#page_wrapper #header #headerbalken .header_tools_wrapper .header_toolbar a {
  padding-right: 4px;
  color: #555555;
  font-weight: 300;
}
#page_wrapper #header #headerbalken .header_tools_wrapper .header_toolbar a:hover {
  color: black;
}
#page_wrapper #header.redheader {
  background-color: #a50a28;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
  transition-property: background-color, box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  transition-delay: 0;
}
#page_wrapper #header.redheader .dropdown_menu_box #menu_toggle_button {
  background-color: #A5A5A5;
}
#page_wrapper #header.redheader #headerbalken .header_kli_logo img {
  width: 80%;
}
#page_wrapper #header.redheader #headerbalken .header_tools_wrapper #lupeweiss {
  visibility: visible;
  display: inline;
}
#page_wrapper #header.redheader #headerbalken .header_tools_wrapper #lupegrau {
  visibility: hidden;
  display: none;
}
#page_wrapper #header.redheader #headerbalken .header_tools_wrapper .header_toolbar a {
  color: rgba(255, 255, 255, 0.8);
}
#page_wrapper #header.redheader #headerbalken .header_tools_wrapper .header_toolbar a:hover {
  color: white;
}
#page_wrapper #header .toolbar {
  position: absolute;
  right: 200px;
}
#page_wrapper #header .toolbar a {
  color: #A5A5A5;
}
#page_wrapper #header .toolbar a:hover {
  color: black;
}
#page_wrapper #header .dropdown_menu_box {
  top: 0;
  left: 0;
}
#page_wrapper #sections_wrapper {
  position: absolute;
  display: table;
  width: 100%;
  margin-top: 40px;
}
#page_wrapper #sections_wrapper .sectionblock a {
  color: inherit;
}
#page_wrapper #sections_wrapper .sectionblock a:hover {
  color: inherit;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo {
  position: relative;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_playpause_play,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_playpause_play {
  position: absolute;
  bottom: 1.5vw;
  left: 1.2vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_playpause_play img,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_playpause_play img {
  width: 2.5vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_icon,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_icon {
  text-align: center;
  padding-top: 6em;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_icon img,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_icon img {
  width: 50%;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_duration,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_duration {
  position: absolute;
  bottom: 2.1vw;
  left: 6.6vw;
  color: #b9b9b9;
  font-size: 2.4vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_title,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_title {
  position: relative;
  top: 1.5vw;
  left: 0;
  font-size: 1.6vw;
  line-height: 1.05em;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_subtitle,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_subtitle {
  margin-top: 0.3vw;
  position: relative;
  font-size: 1.5vw;
  text-align: right;
  color: #b9b9b9;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_link,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_link {
  position: absolute;
  right: 1vw;
  bottom: 0.5vw;
  padding-bottom: 1vw;
  font-size: 1vw;
  text-align: right;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_link img,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_vimeo .sectioncontent_youtube_link img {
  width: 50%;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio {
  position: relative;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_volume_wrapper {
  text-align: right;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_volume_wrapper a img {
  width: 4vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_playpause_play,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_playpause_pause {
  position: absolute;
  bottom: 1.5vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_playpause_play img,
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_playpause_pause img {
  width: 4vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_icon {
  text-align: center;
  padding-top: 6em;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_icon img {
  width: 50%;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_duration {
  position: absolute;
  bottom: 2.1vw;
  left: 6.6vw;
  color: #b9b9b9;
  font-size: 2.4vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_title {
  position: relative;
  top: 1.5vw;
  left: 0;
  font-size: 1.7vw;
  line-height: 1.05em;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_link_subtitle_wrapper {
  margin-top: 0.3vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_subtitle {
  position: relative;
  font-size: 1.5vw;
  text-align: right;
  color: #b9b9b9;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_link {
  position: relative;
  top: 0vw;
  left: 0vw;
  font-size: 1em;
  float: left;
  z-index: 1;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_link img {
  width: 2.5vw;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelementcontent_text {
  font-family: hind;
  font-weight: 200;
  line-height: 1.1em;
}
#page_wrapper #sections_wrapper .sectionblock .sectionelementcontent_infotext {
  font-family: hind;
  font-weight: 100;
  font-size: 2.2vw;
  line-height: 1.1em;
}
/* Desktop */
@media (min-width: 600px) {
  body {
    font-size: 17px;
  }
  #page_wrapper #header.redheader #headerbalken .header_kli_logo {
    margin-top: 8px;
    margin-left: 25px;
  }
  #page_wrapper #header #headerbalken .header_tools_wrapper_wrapper {
    margin-right: 10%;
  }
  #page_wrapper #header #headerbalken .header_tools_wrapper {
    margin-right: 16.66666666%;
    font-size: 18px;
  }
  #page_wrapper #header #headerbalken .header_tools_wrapper .header_toolbar a {
    color: #A5A5A5;
    padding-right: 10px;
  }
  #page_wrapper #header #headerbalken .header_tools_wrapper > div {
    float: right;
  }
  #page_wrapper #header #headerbalken .header_tools_wrapper > div img {
    padding-top: 0px;
    width: inherit;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelementcontent_infotext {
    font-size: 1.1vw;
    line-height: 1.3vw;
  }
  .container {
    margin-left: 0px;
  }
  .sectioncontent_audio_link > a {
    width: 2.5vw;
    height: 2.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio a.sectioncontent_audio_playpause_play,
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio a.sectioncontent_audio_playpause_pause {
    bottom: 1.1vw;
    background-size: 2.5vw;
    background-position: bottom left;
    width: 20vw;
    height: 16.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio a.sectioncontent_audio_playpause_play,
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio a.sectioncontent_audio_playpause_pause {
    /* bottom: 1.1vw;
                width: 2.5vw;
                height: 2.5vw; */
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio a.sectioncontent_audio_playpause_play img,
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio a.sectioncontent_audio_playpause_pause img {
    width: 2.5vw;
    height: 2.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_duration {
    bottom: 1.6vw;
    left: 4.6vw;
    font-size: 1.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_title {
    top: 1.2vw;
    left: 0;
    font-size: 1.6vw;
    line-height: 1.05em;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_volume_wrapper {
    right: 1em;
    bottom: 1em;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_audio .sectioncontent_audio_volume_wrapper a img {
    width: 2.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube a.sectioncontent_youtube_playpause_play {
    bottom: 1.1vw;
    left: 1.2em;
    background-size: 2.5vw;
    background-position: bottom left;
    width: 20vw;
    height: 16.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_duration {
    bottom: 1.6vw;
    left: 4.6vw;
    font-size: 1.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_link {
    padding-bottom: 0;
    bottom: 1vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_link a {
    width: 2.5vw;
    height: 2.5vw;
  }
  #page_wrapper #sections_wrapper .sectionblock .sectionelement_type_youtube .sectioncontent_youtube_title {
    top: 1.2vw;
    left: 0;
    font-size: 1.6vw;
    line-height: 1.05em;
  }
  .news_wrapper {
    position: absolute;
    width: 50%;
  }
  .news_wrapper .news_button,
  .news_wrapper .calls_button {
    width: calc(100% / (9 / 1.5));
  }
  .news_wrapper .news_button span,
  .news_wrapper .calls_button span {
    margin-top: 1.4vw;
    margin-left: 0.5vw;
  }
  .news_wrapper .news_wrapper_entry {
    width: calc(100% - (100% / (9 / 1.5)));
    left: calc(100% / (9 / 1.5));
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content {
    margin-top: 1.5vw;
    padding-left: 1.4em;
    width: 100%;
    margin-left: 0;
    padding-right: 1.4em;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content .news_selectbullet_wrapper {
    bottom: 1.2vw;
    right: 0.3vw;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content .news_selectbullet_wrapper a.news_selectbullet {
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.9em;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content .news_readmore {
    bottom: 0.9vw;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content .news_readmore a {
    font-size: 1.2vw;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content .focus_category {
    font-size: 1.2vw;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content h3 {
    margin-top: 0em;
    margin-left: 0em;
    font-size: 1.7vw;
    line-height: 1.2em;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_content p {
    font-size: 1.4vw;
    line-height: 1.2em;
  }
  .news_wrapper .news_wrapper_entry .news_wrapper_image {
    margin-top: 1.2vw;
  }
  .news_wrapper.nocalls .news_wrapper_entry {
    width: calc(100% - (100% / (9 / 1.5)));
    left: calc(100% / (18 / 1.5));
  }
  .news_wrapper.nocalls .news_button {
    width: calc(100% / (18 / 1.5));
  }
  .news_wrapper.nocalls .calls_button {
    width: calc(100% / (18 / 1.5));
  }
  .calls_wrapper {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
  }
  .calls_wrapper .calls_button {
    width: calc(100% / (9 / 1.5));
  }
  .calls_wrapper .calls_button span {
    margin-top: 1.4vw;
    margin-left: 0.5vw;
  }
  .calls_wrapper.nocalls {
    display: none;
  }
  .calls_wrapper .calls_button_link {
    display: none;
  }
  .calls_wrapper .calls_button_link_desktop {
    display: inline;
  }
  .calls_wrapper .calls_button_link_desktop .calls_button {
    float: left;
  }
  .calls_wrapper .calls_wrapper_entry {
    float: left;
    left: calc(100% / (9 / 1.5));
    width: calc(100% - (100% / (9 / 1.5)));
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content {
    margin-top: 1.5vw;
    padding-left: 1.4em;
    width: 100%;
    margin-left: 0;
    padding-right: 1.4em;
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_selectbullet_wrapper {
    bottom: 1.2vw;
    right: 0.3vw;
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_selectbullet_wrapper a.calls_selectbullet {
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.9em;
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_readmore {
    bottom: 0.9vw;
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content .calls_readmore a {
    font-size: 1.2vw;
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content h3 {
    margin-top: 0em;
    margin-left: 0em;
    font-size: 1.7vw;
    line-height: 1.2em;
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content p {
    font-size: 1.4vw;
    line-height: 1.2em;
  }
  .dropdown_menu_box {
    position: relative;
    top: 0px;
    left: 280px;
    width: 40px;
  }
  .toolbar {
    position: absolute;
    left: 550px;
    top: 35px;
    width: inherit;
    text-align: left;
  }
  .toolbar .searchbox {
    width: 360px;
    position: relative;
    top: 6px;
    left: -9px;
  }
}
@media (min-width: 768px) {
  .news_wrapper_content h3,
  .calls_wrapper_content h3 {
    font-size: 1.3vw;
  }
  .news_wrapper_content p,
  .calls_wrapper_content p {
    font-size: 1.2vw;
  }
}
@media (min-width: 800px) {
  #page_wrapper #header #headerbalken .header_tools_wrapper {
    font-size: 20px;
  }
}
@media (min-width: 1450px) {
  .news_wrapper .news_wrapper_entry .news_wrapper_content {
    margin-top: 1.2vw;
    padding-left: 1.3vw;
  }
  .news_wrapper.nocalls .news_wrapper_content {
    max-width: 90%;
  }
  .calls_wrapper .calls_wrapper_entry .calls_wrapper_content {
    margin-top: 1.2vw;
    padding-left: 1.3vw;
  }
}
.embed-responsive {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.embed-responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  background-color: #a50a28;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 7px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 2vw;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .embed-responsive {
  width: 100%;
}
.modal .modal-dialog {
  max-width: 1200px;
  margin: 40px auto;
  width: auto;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: #a50a28;
  color: white;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  padding-left: 1vw;
}
.modal .modal-dialog .modal-content .modal-header button.close {
  color: white;
  opacity: 0.7;
  font-size: inherit;
}
.modal .modal-dialog .modal-content .modal-header button.close svg {
  width: 2vw;
  height: 2vw;
}
.modal .modal-dialog .modal-content .modal-header button.close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  background-color: #EBEBEB;
}
.modal .modal-dialog .modal-content .modal-body img {
  max-width: 100%;
}
.sectioncontent_youtube_link > a:hover,
.sectioncontent_audio_link > a:hover {
  background-image: url('/img/layout/home/link_hover.png');
}
a.sectioncontent_youtube_playpause_play,
a.sectioncontent_audio_playpause_play {
  background-image: url('/img/layout/home/play.png');
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  background-size: 4vw;
  background-position: bottom left;
  width: 20vw;
  height: 16.5vw;
}
a.sectioncontent_youtube_playpause_play:hover,
a.sectioncontent_audio_playpause_play:hover {
  background-image: url('/img/layout/home/play_hover.png');
}
a.sectioncontent_youtube_playpause_pause,
a.sectioncontent_audio_playpause_pause {
  background-image: url('/img/layout/home/pause.png');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 4vw;
  background-position: bottom left;
  width: 20vw;
  height: 16.5vw;
  float: left;
}
a.sectioncontent_youtube_playpause_pause:hover,
a.sectioncontent_audio_playpause_pause:hover {
  background-image: url('/img/layout/home/pause_hover.png');
}
