/* 
Theme Name: MVR-HH-RD 
Theme URI: http://https://www.rd.mvr-hh.de/ 
Description: Wordpress-Theme for the website of MVR Hamburg
Version: 1.0.1
Author: jost hannemann
Author URI: http://josthannemann.de 

WordPress Theme
	
*/
::-moz-selection {
  background: #006db3;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #006db3;
  text-shadow: none;
  color: #fff; }

* {
  position: relative;
  box-sizing: border-box; }

hr {
  display: block;
  padding: 0; }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

abbr, applet, blockquote, body, caption, code, dd, del, dfn, div, dl, dt, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, label, legend, li, object, ol, p, pre, small, span, strong, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

ul {
  list-style: none; }

caption, td, th {
  text-align: left; }

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #006db3;
  background-color: #fff;
  text-align: center; }

ol, p, ul {
  margin-bottom: 20px; }

header {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  z-index: 1000; }

.cont .textBlock, p, li {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.225rem;
  line-height: 150%;
  font-weight: 300;
  text-transform: none;
  color: #006db3; }

.small {
  width: 0.9em; }

li {
  line-height: 100%; }

.hr, hr {
  border: none;
  height: 1px;
  margin: 30px 0;
  background-color: #ccc;
  color: #fff; }

label {
  font-weight: 400;
  color: #333365; }

fieldset {
  padding: 15px;
  margin: 0 0 20px;
  border: 1px dotted #ccc; }

legend {
  font-weight: 600; }

input.text, input[type=password], input[type=text], textarea {
  margin: 3px 0;
  padding: 6px;
  background-color: #fff;
  border: 0; }

select {
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #999;
  padding: 7px 8px; }

input.text:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
  border-color: #eee; }

input.text {
  width: 300px;
  padding: 5px; }

textarea {
  width: 300px;
  height: 150px;
  padding: 4px;
  border: 0; }

table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 12px;
  border: 1px dotted #ccc; }

th {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400; }

td {
  padding: 10px;
  border-top: 1px dotted #ccc; }

b, strong {
  font-weight: 600; }

blockquote {
  min-height: 45px;
  padding: 0 0 0 70px;
  background: url(template/quote.png) top left no-repeat;
  color: #fff p;
    color-border-right: 5px solid #fff;
    color-padding-right: 10px;
    color-font-style: italic; }
  blockquote span {
    color: #fff; }

.mainMenu {
  position: relative;
  float: right;
  top: 0;
  left: 0;
  text-align: left; }
  .mainMenu ul {
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: none;
    list-style-image: none; }
    .mainMenu ul li {
      position: relative;
      display: block;
      float: left;
      margin: 0 0 0 8px;
      padding-left: 8px;
      border-left: 1px solid #006db3;
      cursor: pointer; }
      .mainMenu ul li .showAkt {
        position: absolute;
        top: -40px;
        left: 5px;
        width: 100%;
        height: 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        background-image: url(template/linie_col.svg); }
      .mainMenu ul li a {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 1.05rem;
        line-height: 100%;
        font-weight: 500;
        text-transform: uppercase;
        color: #006db3;
        text-decoration: none; }
        .mainMenu ul li a:hover {
          font-weight: 500;
          text-decoration: none;
          color: #8bafdb; }
    .mainMenu ul ul {
      position: absolute;
      display: none;
      left: 0;
      top: 17px;
      margin: 0;
      padding: 26px 0 0;
      background-color: #fff;
      z-index: 9999; }
      .mainMenu ul ul li {
        display: block;
        float: none;
        position: relative;
        margin: 0;
        padding: 0;
        text-align: left;
        background-color: #006db3; }
        .mainMenu ul ul li a {
          display: inline-block;
          box-sizing: border-box;
          width: 100%;
          min-width: 180px;
          padding: 5px 10px;
          font-family: 'Libre Franklin', sans-serif;
          font-size: .9rem;
          line-height: 110%;
          font-weight: 500;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none; }
        .mainMenu ul ul li:first-of-type {
          padding-top: 10px; }
        .mainMenu ul ul li:last-of-type {
          padding-bottom: 10px; }
  .mainMenu > ul > li:first-of-type {
    padding-left: 0;
    margin-left: 0;
    border-left: none; }
  .mainMenu ul li:last-of-type ul {
    left: calc(-100% - 3px); }
  .mainMenu ul li ul:hover,
  .mainMenu ul li:hover > ul {
    display: block; }
  .mainMenu a:focus,
  .mainMenu li:hover > a {
    outline: 0;
    color: #8bafdb; }
  .mainMenu .current-menu-ancestor > a,
  .mainMenu .current-menu-item > a,
  .mainMenu .current_page_ancestor > a,
  .mainMenu .current_page_item > a {
    font-weight: 500;
    color: #8bafdb; }
  @media screen and (max-width: 1500px) {
    .mainMenu ul li a {
      font-size: 1rem; }
    .mainMenu ul ul li a {
      font-size: .825rem; } }
  @media screen and (max-width: 1380px) {
    .mainMenu ul li a {
      font-size: .9375rem; }
    .mainMenu ul ul li a {
      font-size: .8125rem; }
    .mainMenu ul li:last-of-type ul {
      left: calc(-100% - 29px); } }
  @media screen and (max-width: 1310px) {
    .mainMenu ul li a {
      font-size: .875rem; }
    .mainMenu ul li:last-of-type ul {
      left: calc(-100% - 38px); } }
  @media screen and (max-width: 1250px) {
    .mainMenu {
      display: none; } }

.mobMenuBut {
  display: block;
  position: relative;
  float: right;
  top: 17px;
  width: auto;
  height: 22px;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 10; }
  .mobMenuBut:hover {
    opacity: 0.6; }
  @media screen and (min-width: 1250px) {
    .mobMenuBut {
      display: none; } }

.mobMenu {
  position: fixed;
  box-sizing: border-box;
  top: -2000px;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  color: #fff;
  background-color: rgba(0, 109, 179, 0.9);
  overflow: auto;
  z-index: 1000;
  text-align: center; }
  .mobMenu ul {
    width: 100%;
    margin: 20px;
    padding: 0;
    list-style: none;
    text-align: left; }
    .mobMenu ul li {
      position: relative;
      margin: 0 0 15px;
      text-align: left; }
      .mobMenu ul li a {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 1.25rem;
        line-height: 120%;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none; }
      .mobMenu ul li ul {
        list-style: none;
        margin: 2px 0 0 20px; }
        .mobMenu ul li ul li {
          margin: 0 0 5px; }
          .mobMenu ul li ul li a {
            font-size: 1rem; }
  .mobMenu a:focus,
  .mobMenu li:hover > a {
    color: #8bafdb; }
  .mobMenu ul li:hover > ul {
    display: block; }
  .mobMenu .current-menu-ancestor > a,
  .mobMenu .current-menu-item > a,
  .mobMenu .current_page_ancestor > a,
  .mobMenu .current_page_item > a {
    color: #8bafdb; }
  .mobMenu .closeMenu {
    box-sizing: border-box;
    position: fixed;
    top: 40px;
    right: 40px;
    width: 25px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 10;
    display: none; }
    .mobMenu .closeMenu:hover {
      opacity: .6; }
  @media screen and (max-width: 1250px) {
    .mobMenu .closeMenu {
      display: block; } }

.footMenu {
  position: relative;
  display: inline-box;
  float: right;
  box-sizing: border-box;
  z-index: 10; }
  .footMenu ul {
    margin: 0;
    list-style: none;
    text-align: right; }
    .footMenu ul li {
      position: relative;
      float: right;
      margin: 0 0 0 8px;
      padding-left: 8px;
      border-left: 1px solid #006db3;
      line-height: 100%;
      text-align: center; }
      .footMenu ul li:last-of-type {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
  .footMenu a {
    font-family: 'Libre Franklin', sans-serif;
    color: #006db3;
    font-size: .8125rem;
    line-height: 120%;
    font-weight: 300;
    text-decoration: none;
    text-transform: none; }
    .footMenu a:hover {
      color: #8bafdb; }
  .footMenu .current-menu-ancestor > a,
  .footMenu .current-menu-item > a,
  .footMenu .current_page_ancestor > a,
  .footMenu .current_page_item > a {
    color: #8bafdb; }

.shortmenu {
  position: relative;
  margin: 10px 0 0;
  margin-top: calc(30px - 20px);
  padding-bottom: 30px;
  text-align: center; }
  .shortmenu .aktPage {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 30px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.05rem;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    color: #8bafdb;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 20px;
    background-image: url(template/linie_col.svg); }
  .shortmenu ul {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 760px) {
      .shortmenu ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center; } }
    .shortmenu ul li {
      position: relative;
      padding: 0 5px;
      margin: 5px 0;
      line-height: 100%;
      border-left: 1px solid #006db3; }
      @media screen and (min-width: 760px) {
        .shortmenu ul li:first-of-type {
          padding-left: 0;
          margin-left: 0;
          border-left: none; } }
  .shortmenu a {
    display: inline-block;
    margin: 0;
    font-family: 'Libre Franklin', sans-serif;
    font-size: .9rem;
    line-height: 100%;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #006db3;
    text-decoration: none; }
    .shortmenu a:hover {
      color: #8bafdb; }
  .shortmenu .current-menu-ancestor > a,
  .shortmenu .current-menu-item > a,
  .shortmenu .current_page_ancestor > a,
  .shortmenu .current_page_item > a {
    color: #8bafdb; }
  @media screen and (max-width: 1310px) {
    .shortmenu {
      margin-top: calc(26px - 20px);
      padding-bottom: 26px; } }
  @media screen and (max-width: 800px) {
    .shortmenu {
      margin-top: calc(20px - 20px);
      padding-bottom: 20px; } }
  @media screen and (max-width: 667px) {
    .shortmenu {
      margin-top: calc(16px - 20px);
      padding-bottom: 16px; } }

.logoBox {
  position: relative;
  margin: 28px 0 28px -190px;
  float: left;
  z-index: 10; }

.logoBox img {
  position: relative;
  float: left;
  height: 68px;
  width: auto; }

.logoBox span {
  float: left;
  padding-left: 20px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #000;
  text-decoration: none;
  text-align: left; }

.head_cont {
  position: relative;
  float: right;
  margin-right: -172px;
  padding-top: 85px;
  text-align: left; }

.search {
  position: relative;
  float: right;
  top: -10px;
  margin-left: 15px;
  text-align: left; }

.search input[type=text] {
  width: 140px;
  margin: 0;
  padding: 2px;
  border: 1px solid #ccc; }

.search input[type=image] {
  display: inline-block;
  top: 5px;
  position: relative; }

.cont_wrapper_cont {
  position: relative;
  box-sizing: border-box;
  width: 70%;
  max-width: 1366px;
  margin: 0 auto; }

.page, .start {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 128px;
  padding-bottom: 30px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.slideBox {
  position: relative; }

.contBoxBox {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8); }

.contBox {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  background-color: #fff; }

.aktTitle {
  margin-bottom: 34px;
  padding: 5px 10px;
  font-size: .875rem;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
  background-color: #3c3; }

.oneNews {
  display: none; }

.oneNews.show {
  display: block; }

.arrowBox {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding-top: 6px;
  text-align: center; }

.arrow, .filterarrow {
  display: block;
  width: 40px;
  height: 22px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer; }

.arrow.up, .filterarrow.up {
  background-image: url(template/arrow_up.png); }

.arrow.down, .filterarrow.down {
  background-image: url(template/arrow_down.png); }

section {
  position: relative;
  min-height: 200px; }

footer {
  position: relative;
  box-sizing: border-box;
  width: 70%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 13px 20px 11px;
  background-color: #fff; }
  @media screen and (max-width: 1470px) {
    footer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 1250px) {
    footer {
      width: 90%;
      padding-left: 13px;
      padding-right: 13px; } }
  @media screen and (max-width: 800px) {
    footer {
      width: 95%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 520px) {
    footer {
      width: 100%; } }

.page .cont {
  text-align: left; }
  .page .cont a, .page .cont li a, .page .cont p a {
    text-decoration: none;
    color: #8bafdb; }
  .page .cont ul {
    margin-left: 18px;
    list-style-type: disc;
    list-style-position: outside; }
  .page .cont ol {
    margin-left: 18px;
    list-style-type: decimal;
    list-style-position: outside; }
  .page .cont li {
    margin-bottom: 10px;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 150%;
    font-weight: 300;
    text-transform: none;
    color: #006db3; }
  .page .cont li:last-of-type {
    margin-bottom: 0; }
  .page .cont a:hover,
  .page .cont li a:hover,
  .page .cont p a:hover {
    text-decoration: none;
    color: #006db3; }
  .page .cont h1 {
    margin: 45px 0 20px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.9375rem;
    line-height: 120%;
    font-weight: 100;
    text-transform: none;
    color: #006db3 strong;
      color-color: #fff;
      color-font-weight: 400; }
  .page .cont h2 {
    margin: 30px 0 calc(30px / 2);
    font-family: 'Libre Franklin', sans-serif;
    font-size: 2.2rem;
    line-height: 133%;
    font-weight: 300;
    text-transform: none;
    color: #006db3; }
  .page .cont h3 {
    margin: 20px 0;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.9375rem;
    line-height: 133%;
    font-weight: 100;
    text-transform: none;
    color: #006db3; }
  .page .cont h4 {
    margin: 30px 0 10px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.225rem;
    line-height: 133%;
    font-weight: 600;
    text-transform: none;
    color: #006db3; }
  .page .cont h5 {
    margin: 5px 0;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.9375rem;
    line-height: 133%;
    font-weight: 100;
    text-transform: none;
    color: #006db3; }
  .page .cont h6 {
    margin: 10px 0 20px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.225rem;
    line-height: 150%;
    font-weight: 600;
    text-transform: none;
    color: #006db3; }
.page .picTxt {
  position: absolute;
  width: 45%;
  max-width: 600px;
  top: 30px;
  left: 30px; }
  @media screen and (max-width: 1310px) {
    .page .picTxt {
      top: 26px;
      left: 26px; } }
  @media screen and (max-width: 800px) {
    .page .picTxt {
      top: 20px;
      left: 20px; } }
  @media screen and (max-width: 667px) {
    .page .picTxt {
      top: 16px;
      left: 16px; } }
  .page .picTxt h2 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1rem;
    font-size: clamp(1rem, -0.21212121212121193rem + 4.04040404040404vw, 3.5rem);
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
    color: #006db3;
    text-align: left; }
  .page .picTxt p {
    margin-top: clamp(0.5rem, 0.3181818181818182rem + 0.6060606060606061vw, 0.875rem);
    font-size: 0.625rem;
    font-size: clamp(0.625rem, 0.20075757575757575rem + 1.4141414141414141vw, 1.5rem);
    text-align: left;
    text-transform: uppercase; }
  .page .picTxt.white > * {
    color: #fff; }

.botLinks {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left; }

.botLinks h4 {
  padding-right: 20px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff; }

.botLinks a.botLink {
  position: absolute;
  display: block;
  right: 30px;
  bottom: 30px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(template/arr_next_weiss.svg); }

.teaserBox {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.oneTeaser {
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 49%;
  width: calc(50% - 8px);
  margin-top: 16px;
  padding: 30px;
  background-image: url(template/teaser_bg.png); }
  .oneTeaser:nth-child(even) {
    margin-left: 8px; }
  .oneTeaser:nth-child(odd) {
    margin-right: 8px; }
  .oneTeaser a {
    text-decoration: none; }
    .oneTeaser a:hover {
      opacity: .7; }
      .oneTeaser a:hover h3 {
        opacity: .7; }
  .oneTeaser .hlBox {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%; }
  .oneTeaser h3 {
    margin: 0 0 20px;
    padding: 0 0 40px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 2.25rem;
    line-height: 120%;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 20px;
    background-image: url(template/linie_weiss.svg); }
  .oneTeaser .contentBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px; }
  .oneTeaser .txtBox {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding-left: 20px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 300;
    text-transform: none;
    color: #fff;
    text-align: center; }
    .oneTeaser .txtBox.noPic {
      float: none;
      width: 100%;
      padding-left: 0; }
    .oneTeaser .txtBox a {
      color: #8bafdb;
      font-style: italic;
      text-decoration: none; }
      .oneTeaser .txtBox a:hover {
        color: #8bafdb;
        text-decoration: none; }
  .oneTeaser .pic {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 25%;
    height: auto;
    float: left;
    margin-top: 4px; }
  .oneTeaser .mobpic {
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 30px;
    top: 30px;
    width: calc(25% - 30px);
    height: auto; }
  @media screen and (max-width: 1500px) {
    .oneTeaser h3 {
      font-size: 2rem; }
    .oneTeaser .txtBox {
      font-size: 1rem; } }
  @media screen and (max-width: 1470px) {
    .oneTeaser {
      width: 49%;
      width: calc(50% - 6px);
      margin-top: 12px; }
      .oneTeaser:nth-child(even) {
        margin-left: 6px; }
      .oneTeaser:nth-child(odd) {
        margin-right: 6px; }
      .oneTeaser h3 {
        font-size: 1.875rem; }
      .oneTeaser .txtBox {
        font-size: .875rem; } }
  @media screen and (max-width: 1310px) {
    .oneTeaser {
      width: 49%;
      width: calc(50% - 5px);
      margin-top: 10px;
      padding: 26px; }
      .oneTeaser:nth-child(even) {
        margin-left: 5px; }
      .oneTeaser:nth-child(odd) {
        margin-right: 5px; }
      .oneTeaser .mobpic {
        left: 26px;
        top: 26px;
        width: calc(25% - 26px); }
      .oneTeaser h3 {
        font-size: 1.6875rem; }
      .oneTeaser .txtBox {
        font-size: .8125rem; } }
  @media screen and (max-width: 920px) {
    .oneTeaser h3 {
      font-size: 1.5rem; }
    .oneTeaser .txtBox {
      font-size: .75rem; } }
  @media screen and (max-width: 667px) {
    .oneTeaser {
      width: 100%;
      padding: 16px; }
      .oneTeaser:nth-child(even) {
        margin-left: 0; }
      .oneTeaser:nth-child(odd) {
        margin-right: 0; }
      .oneTeaser .mobpic {
        left: 16px;
        top: 16px;
        width: calc(25% - 16px); }
      .oneTeaser .hlBox,
      .oneTeaser .txtBox {
        width: 100%;
        padding-left: calc(25% + 20px);
        text-align: center; } }
  @media screen and (max-width: 420px) {
    .oneTeaser .mobpic {
      display: none !important; }
    .oneTeaser .hlBox,
    .oneTeaser .txtBox {
      padding-left: 0; } }

.accVakanzen {
  margin-top: clamp(1rem, 0.44999999999999996rem + 2.75vw, 3.75rem);
  margin-bottom: clamp(1rem, 0.44999999999999996rem + 2.75vw, 3.75rem); }
  .accVakanzen .accordionButton {
    border-top: 1px solid #eee;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 12px) center;
    background-image: url("template/ico_plus.svg"); }
    .accVakanzen .accordionButton h3 {
      margin: 10px 0;
      padding-right: 40px; }
    .accVakanzen .accordionButton.on {
      background-image: url("template/ico_minus.svg"); }
  .accVakanzen .accordionContent {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 16px; }
    .accVakanzen .accordionContent .textBox {
      width: 100%; }
    .accVakanzen .accordionContent .dataBox {
      width: 100%; }
      .accVakanzen .accordionContent .dataBox .one {
        width: 100%;
        margin-bottom: 16px;
        padding: 16px;
        background-repeat: no-repeat;
        background-size: 200% 100%;
        background-image: url(template/teaser_bg.png);
        color: #fff; }
        .accVakanzen .accordionContent .dataBox .one .desc {
          margin-bottom: 6px;
          font-size: 12px;
          letter-spacing: 0.04em;
          text-transform: uppercase; }
        .accVakanzen .accordionContent .dataBox .one .val {
          font-size: 14px;
          font-weight: 300; }
  @media screen and (min-width: 760px) {
    .accVakanzen .accordionContent {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .accVakanzen .accordionContent .textBox {
        width: 60%;
        padding-right: 24px; }
      .accVakanzen .accordionContent .dataBox {
        width: 35%; } }
  @media screen and (min-width: 1020px) {
    .accVakanzen .accordionContent .textBox {
      width: 70%; }
    .accVakanzen .accordionContent .dataBox {
      width: 24%; } }

.oneShortTeaser {
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 32.33%;
  margin-top: 16px;
  padding: 5px 40px 5px 30px;
  border-left: 1px solid #8bafdb; }

.oneShortTeaser a {
  text-decoration: none; }

.oneShortTeaser a:hover, .oneShortTeaser a:hover h5 {
  opacity: 0.7; }

.oneShortTeaser:nth-child(1) {
  border-left: none; }

.oneShortTeaser h5 {
  margin: 0 0 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  color: #006db3;
  text-align: left; }

.oneShortTeaser h5 span {
  font-weight: 400; }

.oneShortTeaser .to {
  position: absolute;
  display: block;
  right: 7px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(template/arr_next_blau.svg); }

.graphBox {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 30px;
  background-image: url(template/teaser_bg.png);
  text-align: center; }

.graphBox h6 {
  margin: 10px 0 0;
  padding: 0 0 20px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 12px;
  background-image: url(template/linie_weiss.svg); }

.graphBox .titelBox {
  margin-top: 20px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #fff; }

.graphBox a.gallink, .graphBox a.lightbox {
  display: inline-block;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  color: #8bafdb;
  text-decoration: none; }

.graphBox a.gallink:hover, .graphBox a.lightbox:hover {
  color: #fff; }

.graphBox .trenner {
  width: 50%;
  height: 1px;
  border-top: 1px solid #fff;
  margin: 20px auto 0; }

.hidden {
  display: none; }

.start .contBox {
  background-color: transparent; }

.page .cont {
  padding-left: 30px;
  padding-right: 30px; }

.page .cont .fullBlock {
  position: relative;
  box-sizing: border-box; }

.page .cont .textBlock {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 76%;
  padding-right: 4%; }

.page .cont .picBlock {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 24%; }

.page .cont .picBlock .graphBox h6 {
  color: #fff; }

.page .cont .picBlock .wp-caption, .page .cont .picBlock img {
  max-width: 100%;
  height: auto; }

.page .cont .picBlock img {
  margin-top: 20px; }

.page .cont .picBlock .wp-caption .wp-caption-text {
  margin: 0 0 5px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: .875rem;
  line-height: 110%;
  font-weight: 300;
  text-transform: none;
  color: #000;
  text-align: right; }

.kontaktLeft {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 40%;
  padding: 0;
  text-align: left; }

.kontaktRight {
  position: relative;
  box-sizing: border-box;
  float: right;
  width: 60%;
  padding: 110px 0 20px 20px;
  text-align: left; }

.kontaktRight .button {
  position: absolute;
  display: block;
  right: 0;
  bottom: 20px;
  width: auto;
  border: 0;
  font-size: .875rem;
  line-height: 27px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  color: #333365;
  text-decoration: none;
  background-color: #fff;
  text-align: center; }

.kontaktRight .sendBox {
  padding-top: 15px; }

.kontaktRight .button:hover {
  border: 0;
  color: #aaa;
  text-decoration: none; }

.kontaktRight .kontaktPflichtfeld {
  float: left;
  padding-right: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem; }

.kontaktRight .kontaktform {
  margin-bottom: 20px; }

.kontaktRight .kontaktform input[type=text] {
  margin: 0 0 5px; }

.kontaktRight .kontaktform input[type=text]:nth-child(1) {
  margin-top: 0; }

.kontaktRight .kontaktform h6 {
  margin: 30px 0 0 10px;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  color: #444;
  text-transform: uppercase; }

.kontaktRight .kontaktform label {
  margin: 0 0 5px;
  line-height: 27px; }

.mapRight {
  position: relative;
  box-sizing: border-box;
  float: right;
  width: 60%;
  padding: 30px 0 20px 20px;
  text-align: left; }

.fixed:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.fixed {
  display: block;
  min-height: 1%; }

* html .fixed {
  height: 1%; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.align_center {
  text-align: center !important; }

.vaMiddle {
  vertical-align: middle !important; }

.fLeft, .fl_left {
  float: left !important; }

.fRight, .fl_right {
  float: right !important; }

.c_rot, .err {
  color: red !important; }

.clear {
  clear: both; }

.disp_block, .show {
  display: block; }

.disp_inline {
  display: inline-block; }

.disp_hide, .hide {
  display: none; }

.h1px {
  height: 1px; }

.hyph {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.dtOnly, .mobMin, .smobMin, .tabMin {
  display: block !important; }

.tabMin_flex {
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important; }

.mobMax, .smobMax, .tabMax, .xsmobOnly {
  display: none !important; }

#dispSize {
  width: 1px; }

.fl100p, .fr100p, .w100p {
  box-sizing: border-box;
  float: none;
  width: 100% !important; }

.fl085p, .fr085p {
  box-sizing: border-box;
  float: left;
  width: 85% !important; }

.fl085p.space, .fr085p.space {
  width: 83% !important;
  width: calc(85% - 10px) !important; }

.fr085p {
  float: right; }

.fl080p, .fr080p {
  box-sizing: border-box;
  float: left;
  width: 80% !important; }

.fl080p.space, .fr080p.space {
  width: 78% !important;
  width: calc(80% - 10px) !important; }

.fr080p {
  float: right; }

.fl070p, .fr070p {
  box-sizing: border-box;
  float: left;
  width: 70% !important; }

.fl070p.space, .fr070p.space {
  width: 68% !important;
  width: calc(70% - 10px) !important; }

.fr070p {
  float: right; }

.fl050p, .fr050p {
  box-sizing: border-box;
  float: left;
  width: 50% !important; }

.fl050p.space, .fr050p.space {
  width: 48% !important;
  width: calc(50% - 10px) !important; }

.fr050p {
  float: right; }

.fl030p, .fr030p {
  box-sizing: border-box;
  float: left;
  width: 30% !important; }

.fl030p.space, .fr030p.space {
  width: 28% !important;
  width: calc(30% - 10px) !important; }

.fr030p {
  float: right; }

.fl028p, .fr028p {
  box-sizing: border-box;
  float: left;
  width: 28% !important; }

.fl028p.space, .fr028p.space {
  width: 26% !important;
  width: calc(28% - 10px) !important; }

.fr028p {
  float: right; }

.fl025p, .fr025p {
  box-sizing: border-box;
  float: left;
  width: 25% !important; }

.fl025p.space, .fr025p.space {
  width: 23% !important;
  width: calc(25% - 10px) !important; }

.fr025p {
  float: right; }

.fl020p, .fr020p {
  box-sizing: border-box;
  float: left;
  width: 20% !important; }

.fl020p.space, .fr020p.space {
  width: 18% !important;
  width: calc(20% - 10px) !important; }

.fr020p {
  float: right; }

.fl015p, .fr015p {
  box-sizing: border-box;
  float: left;
  width: 15% !important; }

.fl015p.space, .fr015p.space {
  width: 13% !important;
  width: calc(15% - 10px) !important; }

.fr015p {
  float: right; }

ul.bullet {
  list-style-type: disc;
  margin-left: 12px; }

ul.bullet li {
  margin-left: 0; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.button {
  border-radius: 0;
  cursor: pointer;
  box-shadow: none; }

.button:hover {
  color: #b0012f; }

input[type=checkbox], input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background-color: #fff; }

input[type=checkbox]:before {
  background-color: #fff; }

input[type=checkbox]:focus + label:before, input[type=checkbox]:hover + label:before, input[type=radio]:focus + label:before, input[type=radio]:hover + label:before {
  border-color: #fff;
  background-color: #fff; }

input[type=checkbox]:active + label:before, input[type=radio]:active + label:before {
  -webkit-transition-duration: 0;
  transition-duration: 0;
  background-color: #fff; }

input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  padding: 0 10px 0 2em;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox] + label:before, input[type=radio] + label:before {
  box-sizing: content-box;
  content: '';
  color: #333365;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #fff;
  text-align: center; }

input[type=checkbox] + label:after, input[type=radio] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #333365;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

input[type=checkbox] + label:after {
  background-color: #333365;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  border-style: solid;
  border-color: #fff;
  border-width: 0;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  transition: none; }

input[type=checkbox]:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

input[type=radio]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
  background-color: #fff; }

input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

input[type=radio] + label:after, input[type=radio] + label:before {
  border-radius: 50%; }

input[type=checkbox]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in; }

input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.cycloneslider-template-standard {
  margin-bottom: 0; }

.cycloneslider-template-standard .cycloneslider-slide {
  background: rgba(255, 255, 255, 0.8); }

.cycloneslider-template-standard .cycloneslider-pager {
  position: absolute;
  bottom: 8px; }

.cycloneslider-template-standard .cycloneslider-pager span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
  background-color: #fff; }

.cycloneslider-template-standard .cycloneslider-next, .cycloneslider-template-standard .cycloneslider-prev {
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: center no-repeat;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-size: 20px auto;
  cursor: pointer; }

.cycloneslider-template-standard .cycloneslider-prev {
  left: 5px;
  background-image: url(template/arr_prev_weiss.svg); }

.cycloneslider-template-standard .cycloneslider-next {
  right: 5px;
  background-image: url(template/arr_next_weiss.svg); }

.cycloneslider-template-standard .cycloneslider-next .arrow, .cycloneslider-template-standard .cycloneslider-prev .arrow {
  display: none; }

.cycloneslider-template-standard .cycloneslider-caption {
  position: absolute;
  box-sizing: border-box;
  bottom: 30px;
  left: 30px;
  width: calc(50% - 30px - 8px);
  padding: 25px 20px 30px;
  background: #fff;
  color: #006db3;
  opacity: .8;
  text-align: center;
  z-index: 500; }

.cycloneslider-template-standard .cycloneslider-caption-title {
  margin-bottom: 0;
  padding: 0 0 30px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 3rem;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  color: #006db3;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 20px;
  background-image: url(template/linie_col.svg); }

.cycloneslider-template-standard .cycloneslider-caption-description {
  padding: 10px 0 0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 400;
  text-transform: none;
  color: #006db3; }

@media screen and (max-width: 1780px) {
  .head_cont {
    margin-right: -132px; }

  .search input[type=text] {
    width: 100px; }

  .aktTitle {
    padding: 4px 10px;
    font-size: 0.8125rem; }

  .logo {
    height: 150px; } }
@media screen and (max-width: 1500px) {
  /* DDD
  	.mainMenu ul li:last-of-type ul {
  		left: calc(-100% - 20px)
  	}
  	.mainMenu ul li a {
  		font-size: 1rem
  	}
  	.mainMenu ul ul li a {
  		font-size: .825rem
  	}
  	.oneTeaser h3 {
  		font-size: 2rem
  	}
  	.oneTeaser .txtBox {
  		font-size: 1rem
  	}
  */ }
@media screen and (max-width: 1470px) {
  .cont .textBlock, p {
    font-size: 1.0625rem; }

  .cont h4 {
    font-size: 1.3125rem; }

  .cont h6, .cont li {
    font-size: 1.0625rem; }

  .search {
    margin-left: 10px; }

  .logoBox {
    margin: 21px 0 21px -143px; }

  .logoBox img {
    height: 50px; }

  .logoBox span {
    padding-left: 15px;
    font-size: .875rem;
    line-height: 130%; }

  .head_cont {
    padding-top: 58px; }

  .page, .start {
    padding-top: 96px; }

  .contBoxBox {
    padding: 15px; }

  .cont h2 {
    font-size: 2rem; }

  /* DDD
  	
  	footer {
  		padding-left: 15px;
  		padding-right: 15px
  	}
  	.mobMenuBut {
  		top: 21px
  	}
  	.mainMenu ul ul {
  		padding: 21px 0 0
  	}
  	.oneTeaser {
  		width: 49%;
  		width: calc(50% - 6px);
  		margin-top: 12px
  	}
  	.oneTeaser:nth-child(even) {
  		margin-left: 6px
  	}
  	.oneTeaser:nth-child(odd) {
  		margin-right: 6px
  	}
  	.oneShortTeaser {
  		margin-top: 12px
  	}
  	.oneTeaser h3 {
  		font-size: 1.875rem
  	}
  	.oneTeaser .txtBox {
  		font-size: .875rem
  	}
  
  	.page h2.picTxt {
  		font-size: 3rem
  	}
  */
  .oneShortTeaser h5 {
    font-size: 1.1875rem; }

  .graphBox h6 {
    font-size: 1.5rem; }

  .graphBox .titelBox {
    font-size: 1rem; }

  .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 2.375rem; }

  .cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 1.125rem; } }
@media screen and (max-width: 1380px) {
  /* DDD
  	.mainMenu ul li:last-of-type ul {
  		left: calc(-100% - 29px)
  	}
  	.mainMenu ul li a {
  		font-size: .9375rem
  	}
  	.mainMenu ul ul li a {
  		font-size: .8125rem
  	}
  */ }
@media screen and (max-width: 1310px) {
  .cont .textBlock, p {
    font-size: 1rem; }

  .cont h4 {
    font-size: 1.1875rem; }

  .cont h6, .cont li {
    font-size: 1rem; }

  /* DDD
  	.mainMenu ul li:last-of-type ul {
  		left: calc(-100% - 38px)
  	}
  	.mainMenu ul li a {
  		font-size: .875rem
  	}
  
  	.shortmenu {
  		margin-top: calc(26px - 20px);
  		padding-bottom: 26px
  	}
  	.shortmenu .aktPage, .shortmenu a {
  		font-size: .9375rem
  	}
  */
  .logoBox span {
    font-size: .8125rem;
    line-height: 140%; }

  .cont h2 {
    margin: 26px 0 calc(26px / 2);
    font-size: 1.8125rem; }

  .botLinks a.botLink {
    right: 26px;
    bottom: 26px; }

  .botLinks h4 {
    font-size: 1.6875rem; }

  /* DDD
  	.oneTeaser {
  		width: 49%;
  		width: calc(50% - 5px);
  		margin-top: 10px;
  		padding: 26px
  	}
  	.oneTeaser:nth-child(even) {
  		margin-left: 5px
  	}
  	.oneTeaser:nth-child(odd) {
  		margin-right: 5px
  	}
  	.oneTeaser .mobpic {
  		left: 26px;
  		top: 26px;
  		width: calc(25% - 26px)
  	}
  	.oneTeaser h3 {
  		font-size: 1.6875rem
  	}
  	.oneTeaser .txtBox {
  		font-size: .8125rem
  	}
  	
  	.page h2.picTxt {
  		top: 26px;
  		left: 26px;
  		font-size: 2.8125rem
  	}
  */
  .oneShortTeaser {
    padding-right: 26px;
    margin-top: 10px; }

  .oneShortTeaser h5 {
    font-size: 1.0625rem; }

  .graphBox, .page .cont {
    padding-left: 26px;
    padding-right: 26px; }

  .page .cont .picBlock .wp-caption .wp-caption-text {
    font-size: 0.8125rem; }

  .cycloneslider-template-standard .cycloneslider-caption {
    bottom: 26px;
    left: 26px; }

  .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 2.1825rem; }

  .cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 1rem; } }
@media screen and (max-width: 1250px) {
  .search {
    top: 12px;
    margin-left: 0;
    margin-right: 15px; }

  .logoBox {
    margin: 17px 0; }

  .logoBox img {
    height: 46px; }

  .logoBox span {
    padding-left: 13px;
    font-size: .75rem;
    line-height: 130%; }

  .head_cont {
    padding-top: 0;
    margin-right: 0; }

  .cont_wrapper_cont {
    width: 90%; }

  .page, .start {
    padding-top: 80px; }

  .contBoxBox {
    padding: 13px; }

  /* DDD
  	
  	footer {
  		width: 90%;
  		padding-left: 13px;
  		padding-right: 13px
  	}
  	.mainMenu {
  		display: none
  	}
  */ }
@media screen and (max-width: 1040px) {
  /* DDD
  	.oneTeaser .txtBox {
  		text-align: left
  	}
  */
  .mobMin, .smobMin, .tabMax, .tabMin {
    display: block !important; }

  .tabMin_flex {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important; }

  .dtOnly, .mobMax, .smobMax, .xsmobOnly {
    display: none !important; }

  #dispSize {
    width: 2px; } }
@media screen and (max-width: 920px) {
  /* DDD
  	.oneTeaser h3 {
  		font-size: 1.5rem
  	}
  	.oneTeaser .txtBox {
  		font-size: .75rem
  	}
  */
  .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 2rem; }

  .cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 0.875rem; } }
@media screen and (max-width: 800px) {
  .cont .textBlock, p, li {
    font-size: 0.8125rem; }

  .cont h4 {
    font-size: 0.875rem; }

  .cont h6, .cont li {
    font-size: 0.8125rem; }

  .logoBox span {
    padding-left: 10px; }

  /* DDD
  	.shortmenu {
  		margin-top: calc(20px - 20px);
  		padding-bottom: 20px
  	}
  	
  	footer {
  		width: 95%;
  		padding-left: 10px;
  		padding-right: 10px
  	}
  */
  .cont_wrapper_cont {
    width: 95%; }

  .contBoxBox {
    padding: 10px; }

  .cont h2 {
    margin: 20px 0 calc(20px / 2);
    font-size: 1.1rem; }

  .botLinks a.botLink {
    right: 20px;
    bottom: 20px; }

  .botLinks h4 {
    font-size: 1.25rem; }

  /* DDD
  	.oneTeaser {
  		padding: 20px
  	}
  	.oneTeaser .mobpic {
  		left: 20px;
  		top: 20px;
  		width: calc(25% - 20px)
  	}
  	.oneTeaser h3 {
  		font-size: 1.25rem
  	}
  	
  	.page h2.picTxt {
  		top: 20px;
  		left: 20px;
  		font-size: 2.125rem
  	}
  */
  .oneShortTeaser {
    padding-right: 20px; }

  .graphBox, .page .cont {
    padding-left: 20px;
    padding-right: 20px; }

  .mobMax, .mobMin, .smobMin, .tabMax {
    display: block !important; }

  .dtOnly, .smobMax, .tabMin, .tabMin_flex, .xsmobOnly {
    display: none !important; }

  #dispSize {
    width: 3px; }

  .cycloneslider-template-standard .cycloneslider-caption {
    top: 20px;
    left: 20px;
    bottom: auto;
    width: 60%; }

  .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 1.5625rem; }

  .cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 0.8125rem; } }
@media screen and (max-width: 770px) {
  .page .cont .textBlock {
    width: 66%; }

  .page .cont .picBlock {
    width: 34%; } }
@media screen and (max-width: 667px) {
  .mobMax, .smobMax, .smobMin, .tabMax {
    display: block !important; }

  .dtOnly, .mobMin, .tabMin, .tabMin_flex, .xsmobOnly {
    display: none !important; }

  #dispSize {
    width: 4px; }

  .page .cont .fullBlock {
    margin-bottom: 40px; }

  .page .cont .picBlock img {
    max-width: none;
    width: 100%; }

  .page .cont .picBlock .wp-caption .wp-caption-text {
    text-align: left; }

  /* DDD
  	.page h2.picTxt {
  		top: 16px;
  		left: 16px
  		font-size: 2rem
  	}
  	
  	.oneTeaser {
  		width: 100%;
  		padding: 16px
  	}
  	.oneTeaser:nth-child(even) {
  		margin-left: 0
  	}
  	.oneTeaser:nth-child(odd) {
  		margin-right: 0
  	}
  	.oneTeaser .mobpic {
  		left: 16px;
  		top: 16px;
  		width: calc(25% - 16px)
  	}
  */
  .oneShortTeaser {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px 16px;
    border-left: none;
    border-top: 1px solid #8bafdb; }

  .oneShortTeaser:first-of-type {
    border-top: none; }

  /* DDD
  	.oneTeaser .hlBox, .oneTeaser .txtBox {
  		width: 100%;
  		padding-left: calc(25% + 20px);
  		text-align: center
  	}
  */
  .graphBox, .page .cont {
    padding-left: 16px;
    padding-right: 16px; }

  .page .cont .picBlock, .page .cont .textBlock {
    width: 100%; }

  .cont h2 {
    margin: 16px 0 calc(16px / 2); }

  /* DDD
  	.shortmenu {
  		margin-top: calc(16px - 20px);
  		padding-bottom: 16px
  	}
  */
  .botLinks a.botLink {
    right: 16px;
    bottom: 16px; }

  .botLinks h4 {
    font-size: 0.9375rem; }

  .cycloneslider-template-standard .cycloneslider-caption {
    top: 16px;
    left: 16px; } }
@media screen and (max-width: 520px) {
  .search {
    display: none; }

  .logoBox {
    margin-left: 10px; }

  .head_cont {
    margin-right: 10px; }

  .cont_wrapper_cont {
    width: 100%; }

  /* DDD
  	footer {
  		width: 100%
  	}
  	.shortmenu ul li {
  		position: relative;
  		float: none;
  		margin: 3px 10px;
  		border-left: none;
  		text-align: center
  	}
  */ }
@media screen and (max-width: 470px) {
  .logoBox img {
    height: 36px; }

  .logoBox span {
    font-size: 0.6rem; }

  .page, .start {
    padding-top: 70px; } }
@media screen and (max-width: 420px) {
  /* DDD
  	.oneTeaser .mobpic {
  		display: none !important
  	}
  	.oneTeaser .hlBox, .oneTeaser .txtBox {
  		padding-left: 0
  	}
  
  	.page h2.picTxt {
  		font-size: 1rem
  	}
  */
  .mobMax, .smobMax, .tabMax, .xsmobOnly {
    display: block !important; }

  .dtOnly, .mobMin, .smobMin, .tabMin, .tabMin_flex {
    display: none !important; }

  #dispSize {
    width: 5px; } }
@media screen and (max-width: 370px) {
  .head_cont {
    margin-right: 20px; }

  .page {
    padding-top: 110px; }

  .cycloneslider-template-standard .cycloneslider-caption {
    width: 70%;
    padding: 10px; }

  .cycloneslider-template-standard .cycloneslider-caption-title {
    margin-bottom: 0;
    padding: 0 0 20px;
    font-size: 1.25rem;
    background-size: auto 10px; }

  .cycloneslider-template-standard .cycloneslider-caption-description {
    font-size: 0.75rem; } }
@media screen and (max-width: 300px) {
  .logoBox span {
    display: none; }

  .cycloneslider-template-standard .cycloneslider-caption {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7; } }
