/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.woff2") format("woff2"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.woff") format("woff"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.ttf") format("truetype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.woff2") format("woff2"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.woff") format("woff"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.ttf") format("truetype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.woff2") format("woff2"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.woff") format("woff"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.ttf") format("truetype"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* pragati-narrow-regular - latin */
@font-face {
  font-family: "Pragati Narrow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.woff2") format("woff2"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.woff") format("woff"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.ttf") format("truetype"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.svg#PragatiNarrow") format("svg"); /* Legacy iOS */
}
/*
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow&display=swap');
*/
.error {
  color: #7b2424 !important;
}

.bg-error {
  background: #7b2424 !important;
}

.success {
  color: #4BB543 !important;
}

.bg-success {
  background: #4BB543 !important;
}

.extraLightGrey {
  color: #e6e6e6 !important;
}

.bg-extraLightGrey {
  background: #e6e6e6 !important;
}

.lightGrey {
  color: #f5f5f5 !important;
}

.bg-lightGrey {
  background: #f5f5f5 !important;
}

.steelgrey {
  color: #687179 !important;
}

.bg-steelgrey {
  background: #687179 !important;
}

.darkGrey {
  color: #343a40 !important;
}

.bg-darkGrey {
  background: #343a40 !important;
}

.extraDarkGrey {
  color: #333 !important;
}

.bg-extraDarkGrey {
  background: #333 !important;
}

.white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.darkWhite {
  color: #f2f2f2 !important;
}

.bg-darkWhite {
  background: #f2f2f2 !important;
}

.black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.mainBlue {
  color: #0064c8 !important;
}

.bg-mainBlue {
  background: #0064c8 !important;
}

.lightBlue {
  color: #b3cde6 !important;
}

.bg-lightBlue {
  background: #b3cde6 !important;
}

.mainOrange {
  color: #ff9650 !important;
}

.bg-mainOrange {
  background: #ff9650 !important;
}

.text-primary {
  color: #0064c8 !important;
}

.btn-link {
  font-weight: 400;
  color: #0064c8;
}

.f-pragati {
  font-family: "Pragati Narrow", sans-serif !important;
}

.f-roboto {
  font-family: "Roboto", sans-serif !important;
}

a:link, a:visited {
  text-decoration: none;
  color: #0064c8;
}

a:hover, a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Pragati Narrow", sans-serif;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

.big {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.biggest {
  font-size: 2.2rem;
}

.text-shadow {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}

.article .superscript, .article .subscript {
  font-size: 60%;
}
.article span.superscript {
  vertical-align: super;
}
.article span.subscript {
  vertical-align: sub;
}
.article span.underline {
  text-decoration: underline;
}
.article span.question {
  font-weight: 500;
  font-style: italic;
}
.article span.answer {
  margin-left: 1rem;
  display: block;
}
.article .BlauerKasten {
  color: #FFFFFF;
  background: #0064c8;
  display: block;
  padding: 0.1rem;
}
.article table.contenttable {
  border: 1px solid #EFEFEF;
  background-color: #FFFFFF;
  width: 100%;
}
.article table.contenttable td, .article table.contenttable th {
  border: 1px solid #EFEFEF;
  padding: 3px 4px;
}
.article table.contenttable td:nth-child(even) {
  background: #FFFFFF;
}
.article table.contenttable thead {
  border-bottom: 1px solid #EFEFEF;
}
.article table.contenttable thead th {
  font-weight: bold;
  border-left: 1px solid #EFEFEF;
}
.article table.contenttable thead th:first-child {
  border-left: none;
}
.article table.contenttable tfoot td {
  font-size: 14px;
}
.article .listnumber {
  list-style-type: decimal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: initial;
  color: #444;
  background-color: #f5f5f5;
}

.bg-grey-content {
  background-color: #f2f2f2 !important;
}

.border-grey-content {
  border: 1px solid #f2f2f2;
}

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

* {
  box-sizing: border-box;
  outline: none !important;
}

.bg-none {
  background-color: none;
  background: none;
}

.bg-white50 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-lightgrey {
  background-color: #f5f5f5;
}

.bg-lightgrey-sm {
  background-color: #f5f5f5;
}

.bg-primary {
  background-color: #0064c8 !important;
}

.border-bottom-lightgrey {
  border-bottom: 1px solid #eee;
}

.btn-default {
  background: #687179;
  color: #fff !important;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 3px;
  border: 0px;
}
.btn-default:hover {
  text-decoration: none;
  background: #343a40;
  transition: all 1s;
  border: 0px;
}

.btn-default success {
  background: #4BB543 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.w-25px {
  width: 25px;
}

a.inverse:link, a.inverse:visited {
  text-decoration: none;
  color: #333;
}

a.inverse:hover, a.inverse:active {
  text-decoration: none;
  color: #0064c8;
}

.list-group-item-active {
  background-color: #f2f2f2 !important;
  color: #0064c8 !important;
}

.row-hover:hover {
  background: rgba(255, 255, 255, 0.3);
}

.mb--2px {
  margin-bottom: 2px;
}

.pt--4px {
  padding-top: 0.25rem;
}
.pt--3px {
  padding-top: 0.188rem;
}

.headlines--line__height {
  line-height: 1.9rem !important;
}

.headlines--line__height {
  line-height: 1.4rem !important;
  font-weight: 500;
}

.btn-primary {
  background-color: #0064c8;
  border-color: #0064c8;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0051a2;
  border-color: #004b95;
}

.btn-light {
  color: #212529 !important;
}

@media screen and (max-width: 340px) {
  .uxs-hidden {
    display: none !important;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-fadeout {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none !important;
  }
}
@keyframes pulse {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
.defaultPulse {
  animation-duration: 1s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

.defaultPulse-once {
  animation-duration: 1s;
  animation-name: pulse;
}

.fadeIn-once {
  animation-duration: 1s;
  animation-name: fadeIn;
}

.fadeIn-fadeOut {
  animation-fill-mode: forwards;
  animation-duration: 8s;
  animation-name: fadeIn-fadeout;
}

span.Telefon {
  white-space: nowrap;
}
span.Telefon:before {
  display: inline-block;
  content: "\f095";
  font-size: inherit;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
}
span.E-Mail {
  white-space: nowrap;
}
span.E-Mail:before {
  display: inline-block;
  content: "\f0e0";
  font-size: inherit;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
}
span.Fax {
  white-space: nowrap;
}
span.Fax:before {
  display: inline-block;
  content: "\f1ac";
  font-size: inherit;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
}
span.Handy {
  white-space: nowrap;
}
span.Handy:before {
  display: inline-block;
  content: "\f3cd";
  font-size: inherit;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
}
span.button a {
  display: inline-block;
  padding: 4px 12px;
  background: #0064c8;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #02509e;
}
span.button a:hover {
  background: #02509e;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

header {
  z-index: 10;
}
header .navbarLogo {
  height: 60px;
  min-height: 40px !important;
}

.headerArea {
  margin: 0 !important;
  padding: 0 !important;
}
.headerArea a, .headerArea--text {
  color: #687179 !important;
  font-size: 1.75rem;
  margin: 0 !important;
  padding: 0 !important;
}
.headerArea a span, .headerArea--text span {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #topBar {
    height: 0px;
  }
  #topBar .nav-item {
    opacity: 0;
  }
  #topBar .modal-body .nav-item {
    opacity: 1;
  }
}
/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.woff2") format("woff2"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.woff") format("woff"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.ttf") format("truetype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-regular.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.woff2") format("woff2"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.woff") format("woff"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.ttf") format("truetype"), url("../Fonts/oswald-v47-latin/oswald-v47-latin-500.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.woff2") format("woff2"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.woff") format("woff"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.ttf") format("truetype"), url("../Fonts/open-sans-v28-latin/open-sans-v28-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* pragati-narrow-regular - latin */
@font-face {
  font-family: "Pragati Narrow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.woff2") format("woff2"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.woff") format("woff"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.ttf") format("truetype"), url("../Fonts/pragati-narrow-v11-latin/pragati-narrow-v11-latin-regular.svg#PragatiNarrow") format("svg"); /* Legacy iOS */
}
/*
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow&display=swap');
*/
.error {
  color: #7b2424 !important;
}

.bg-error {
  background: #7b2424 !important;
}

.success {
  color: #4BB543 !important;
}

.bg-success {
  background: #4BB543 !important;
}

.extraLightGrey {
  color: #e6e6e6 !important;
}

.bg-extraLightGrey {
  background: #e6e6e6 !important;
}

.lightGrey {
  color: #f5f5f5 !important;
}

.bg-lightGrey {
  background: #f5f5f5 !important;
}

.steelgrey {
  color: #687179 !important;
}

.bg-steelgrey {
  background: #687179 !important;
}

.darkGrey {
  color: #343a40 !important;
}

.bg-darkGrey {
  background: #343a40 !important;
}

.extraDarkGrey {
  color: #333 !important;
}

.bg-extraDarkGrey {
  background: #333 !important;
}

.white {
  color: #fff !important;
}

.bg-white {
  background: #fff !important;
}

.darkWhite {
  color: #f2f2f2 !important;
}

.bg-darkWhite {
  background: #f2f2f2 !important;
}

.black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.mainBlue {
  color: #0064c8 !important;
}

.bg-mainBlue {
  background: #0064c8 !important;
}

.lightBlue {
  color: #b3cde6 !important;
}

.bg-lightBlue {
  background: #b3cde6 !important;
}

.mainOrange {
  color: #ff9650 !important;
}

.bg-mainOrange {
  background: #ff9650 !important;
}

.text-primary {
  color: #0064c8 !important;
}

.btn-link {
  font-weight: 400;
  color: #0064c8;
}

.f-pragati {
  font-family: "Pragati Narrow", sans-serif !important;
}

.f-roboto {
  font-family: "Roboto", sans-serif !important;
}

a:link, a:visited {
  text-decoration: none;
  color: #0064c8;
}

a:hover, a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Pragati Narrow", sans-serif;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

.big {
  font-size: 1.4rem;
}

.bigger {
  font-size: 1.8rem;
}

.biggest {
  font-size: 2.2rem;
}

.text-shadow {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}

.article .superscript, .article .subscript {
  font-size: 60%;
}
.article span.superscript {
  vertical-align: super;
}
.article span.subscript {
  vertical-align: sub;
}
.article span.underline {
  text-decoration: underline;
}
.article span.question {
  font-weight: 500;
  font-style: italic;
}
.article span.answer {
  margin-left: 1rem;
  display: block;
}
.article .BlauerKasten {
  color: #FFFFFF;
  background: #0064c8;
  display: block;
  padding: 0.1rem;
}
.article table.contenttable {
  border: 1px solid #EFEFEF;
  background-color: #FFFFFF;
  width: 100%;
}
.article table.contenttable td, .article table.contenttable th {
  border: 1px solid #EFEFEF;
  padding: 3px 4px;
}
.article table.contenttable td:nth-child(even) {
  background: #FFFFFF;
}
.article table.contenttable thead {
  border-bottom: 1px solid #EFEFEF;
}
.article table.contenttable thead th {
  font-weight: bold;
  border-left: 1px solid #EFEFEF;
}
.article table.contenttable thead th:first-child {
  border-left: none;
}
.article table.contenttable tfoot td {
  font-size: 14px;
}
.article .listnumber {
  list-style-type: decimal;
}

.stickyHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  background: #fff !important;
  z-index: 100;
}
.stickyHeader #stickyLogo {
  height: 18px;
  width: auto;
  margin-top: -6px;
  margin-left: 20px;
}

.stickyBox {
  position: fixed;
  left: 0;
  right: 0;
  top: 30px !important;
  z-index: 110;
}

#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #ccc;
  padding: 8px 16px;
  border-radius: 3px;
  color: #0064c8;
  font-size: large;
  transition: all 0.5s;
}
#back-to-top:hover {
  background: #ccc;
  transition: all 0.5s;
  cursor: pointer;
}

#stickyNav-button {
  z-index: 120;
}

#mainNav a {
  cursor: pointer;
}

#mainNavigation {
  z-index: 9999 !important;
  overflow-x: hidden !important;
  top: 0px;
  background: #fff;
  font-size: 1rem !important;
  max-height: 90vh;
  overflow-y: auto !important;
}
#mainNavigation .bg-lightGrey .list-group-item {
  background: #f5f5f5;
}
#mainNavigation .list-group-item:hover {
  background: #f2f2f2;
}

#topSmallNav a, .topSmallNav a {
  color: #343a40 !important;
  font-size: 1rem;
  font-family: "Pragati Narrow", sans-serif;
}
#topSmallNav a:hover, .topSmallNav a:hover {
  text-decoration: none;
  color: #343a40 !important;
}

nav .left-Menu a,
nav .left-Menu button {
  border: 0;
  background: none;
  color: #343a40;
  font-size: 1.2rem;
  font-family: "Pragati Narrow", sans-serif;
}
nav .left-Menu a:hover,
nav .left-Menu button:hover {
  text-decoration: none;
}
nav .right-Menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
nav .right-Menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
nav .right-Menu li a {
  font-size: 1.2rem;
  font-family: "Pragati Narrow", sans-serif;
}
nav .right-Menu li:after {
  content: " |";
}
nav .right-Menu li:last-child:after {
  content: "";
}

/* Mobile Navigation Stuff */
#mobileNavBox {
  overflow-y: auto;
}
#mobileNavBox ul {
  margin: 0;
  padding: 0;
}
#mobileNavBox ul#mobileNavSecond li {
  background: #f5f5f5;
}
#mobileNavBox ul#mobileNavSecond li:hover {
  background-color: #0064c8;
}
#mobileNavBox ul#mobileNavSecond li .subNavOpenButton {
  background: #f5f5f5;
}
#mobileNavBox ul#mobileNavSecond li .subNavOpenButton:hover {
  background-color: #0064c8;
  color: #fff;
}
#mobileNavBox ul li {
  margin: 0;
  padding: 0;
}
#mobileNavBox ul li.nav-level-1 {
  border-bottom: 2px solid #dee2e6;
}
#mobileNavBox ul li.nav-level-1:first-child {
  border-top: 2px solid #dee2e6;
}
#mobileNavBox ul li.nav-level-1:last-child {
  border-bottom: 0px;
}
#mobileNavBox ul li a {
  line-height: 24px;
}
#mobileNavBox ul li:hover {
  background-color: #0064c8;
}
#mobileNavBox ul li:hover a {
  color: #fff !important;
}

.subNavOpenButton {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: 2px solid #f5f5f5;
  background: #fff;
}
.subNavOpenButton i {
  transform: rotate(0deg);
  transition: all 0.5s;
}
.subNavOpenButton[aria-expanded=true] i {
  transform: rotate(180deg);
  color: #0064c8;
  transition: all 0.5s;
}
.subNavOpenButton[aria-expanded=true] i:hover {
  color: #fff;
}
.subNavOpenButton:hover {
  cursor: pointer;
  background-color: #0064c8;
  color: #fff !important;
}
.subNavOpenButton:hover i {
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .header-is-default #mainNavigation {
    overflow: hidden;
    max-height: none;
  }
  .is-sticky-header #mainNavigation {
    max-height: 80vh;
    overflow-y: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .header-is-default #mainNavigation {
    overflow: hidden !important;
    max-height: none !important;
  }
  .is-sticky-header #mainNavigation {
    max-height: 80vh !important;
    overflow-y: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  #mainNavigation {
    max-height: 70vh;
  }
}
/* Icon 3 */
.nav-icon3 {
  width: 24px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #343a40;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
  top: 6px;
}

.nav-icon3 span:nth-child(4) {
  top: 12px;
}

.nav-icon3.open span {
  background: #0064c8;
}

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media screen and (min-width: 1200px) {
  #mainNavigation {
    max-height: 70vh;
  }
}
div.sidebarTitle {
  color: #343a40;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Pragati Narrow", sans-serif;
  margin-bottom: 1rem !important;
  text-align: left;
  font-size: 1.2rem;
}

.sectionHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.sidebarHeader {
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  font-size: 1.2rem;
  color: #444;
}

.frame-layout-1 {
  background: #e6e6e6;
}
.frame-layout-1 div.row {
  background: #e6e6e6;
}

#content {
  min-height: 50vh;
}

.frame-layout-3 {
  background-color: #f5f5f5;
}

.sectionHeader:before {
  display: block;
  content: "";
  height: 2px;
  border-top: 2px solid #0064c8;
  width: 5% !important;
  padding-left: 1rem;
}
.sectionHeader:after {
  display: block;
  content: "";
  height: 2px;
  border-top: 2px solid #0064c8;
  flex-grow: 2;
  padding-right: 1rem;
}
.sectionHeader span {
  margin: 0 1rem 0 1rem;
  display: inline-block;
}

.tooltip .tooltip-inner {
  background: #0064c8;
  color: #fff;
}
.tooltip .arrow:before {
  border-top-color: #0064c8 !important;
}

footer, #footer {
  font-size: 0.9rem !important;
}

#socialIconBar a.socialIcon {
  color: #343a40;
  display: inline-block;
  height: 30px;
  width: 30px;
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.4rem;
  transition: color 0.35s ease-out, border-color 0.35s ease-in-out;
  text-rendering: geometricPrecision;
  position: relative;
  top: 4px;
  font-size: 1.2rem;
}
#socialIconBar a.socialIcon i {
  line-height: 30px;
}
#socialIconBar a.socialIcon:last-child {
  margin-right: 0;
}
#socialIconBar a.socialIcon:hover {
  color: #0064c8;
  border-color: #0064c8;
  cursor: pointer;
}

#adl_sb_table {
  width: 1170px;
}

#werbungWrapper {
  padding: 0;
  display: block;
}

#articleAd {
  float: right;
  margin: 10px 0 10px 10px;
}

#articleAdSmallArticle #articleAd {
  float: none;
  margin: 20px 0;
}

/* Werbemittel */
#superbannerV2 {
  width: 728px;
  display: inline-block;
}

#skyscraperV2 {
  height: 600px;
  width: 200px;
  position: relative;
  margin-bottom: -600px;
  right: 0;
  float: right;
  margin-top: 20px;
  margin-right: -200px;
}

#calcBox {
  margin: 0 auto;
  height: 3000px;
  display: block;
}

#billboard {
  width: 800px;
  text-align: center;
  margin: 0 auto;
}

.rectangle,
#rectangle2,
#rectangle1,
div#pos3,
div#pos1 {
  text-align: center;
  margin: 15px auto;
}
.rectangle img,
#rectangle2 img,
#rectangle1 img,
div#pos3 img,
div#pos1 img {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  #werbungWrapper {
    width: 930px;
  }
  #adl_sb_table {
    width: 930px;
  }
}
/* Ende Wallpaper */
@media (max-width: 1024px) {
  #skyscraperV2 {
    display: none;
  }
}
@media (max-width: 991px) {
  #werbungWrapper {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #superbannerV2 {
    display: none;
  }
}
@media (max-width: 750px) {
  #articleAd {
    float: none;
    clear: both;
    display: block;
    text-align: center;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  #billboard {
    width: 100%;
  }
  #billboard img {
    max-width: 100% !important;
  }
  .header,
  #footer,
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .news .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #werbungWrapper #superbannerV2 {
    display: none;
  }
  .page-wrapper.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .rectangle,
  #rectangle2,
  #rectangle1,
  div#pos3,
  div#pos2,
  div#pos1 {
    margin-left: -20px;
  }
}
.fotorama__caption {
  bottom: -10px !important;
}

.fotorama__caption__wrap {
  background: #fff !important;
}

.frame-type-felogin_login label {
  display: block;
  width: 100%;
  color: #444;
}
.frame-type-felogin_login input {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  line-height: 1.5;
  padding: 8px 15px;
}

#loginModal {
  text-align: left;
}

div.metaUserLink {
  font-size: 1rem !important;
  font-family: "Pragati Narrow", sans-serif;
  color: #343a40;
  cursor: pointer;
}
div.metaUserLink:hover {
  cursor: pointer;
}

#loginModal input.formBtn,
#loginModal a.formBtn {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 8px 12px;
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #333;
  transition: all 0.5s;
}
#loginModal input.formBtn:hover,
#loginModal a.formBtn:hover {
  background: #ccc;
  text-decoration: none;
}

.fullSpinner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99999;
  text-align: center;
  line-height: 100vh;
  font-size: 200px;
  color: #fff;
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
}
.fullSpinner #glockePulseLogo {
  animation-duration: 1s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

.default-form .input-group {
  text-align: center;
  margin-bottom: 30px;
}
.default-form .input-group input {
  border: 1px solid #ccc;
  padding: 8px;
  display: block;
  width: 80%;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.default-form .input-group label {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
  background: #f5f5f5;
  margin: 0;
}
.default-form button.submitButton {
  background: #4BB543;
  color: #fff;
  padding: 8px 14px;
  border: 0;
  border-radius: 4px;
}
.default-form .radio-group input {
  margin-right: 5px;
}

.formKennwort .input-group {
  margin-bottom: 20px;
}
.formKennwort label {
  min-width: 150px;
  line-height: 2rem;
  padding: 0 !important;
  text-align: left;
  padding-left: 10px !important;
}
.formKennwort label i {
  margin-right: 10px;
}

#bo-register-form {
  max-width: 800px;
  margin: 30px auto;
}

#userAccount #connectClientNoModal .modal-footer button,
#userAccount #connectClientNoModal .modal-header button {
  display: inline-block !important;
  width: auto !important;
}

.clearer {
  clear: both;
}

.userModul h1 {
  font-size: 24px;
}
.userModul h1 img {
  background: #0064c8;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  bottom: 5px;
  max-height: 30px;
}

#userNachsendung, #userIntermissions {
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin: 0px 0 20px 0;
  padding: 20px;
  border-bottom: 2px solid #ccc;
}
#userNachsendung ul, #userIntermissions ul {
  margin: 0;
  padding: 0;
}
#userNachsendung ul li, #userIntermissions ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 32px;
}

#userAccount .help-block {
  padding: 10px;
}
#userAccount .infoPanel {
  display: block;
  border: 1px solid #ccc;
  clear: both;
  line-height: 2rem;
  padding: 0 10px 0 0;
  overflow: hidden;
  color: #687179;
  margin: 5px 0 20px 0px;
  border-radius: 3px;
  background: #ccc;
}
#userAccount .infoPanel span {
  background: #687179;
  line-height: 2rem;
  padding-left: 10px;
  margin-right: 10px;
  color: #fff !important;
  min-width: 150px;
  display: inline-block;
}
#userAccount .infoPanel span i {
  margin-right: 10px;
}
#userAccount .userData {
  display: inline-block;
}
#userAccount .userData ul {
  margin: 0px;
  padding: 0px;
}
#userAccount .userData ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 32px;
}
#userAccount .userData ul li span {
  display: inline-block;
  width: 150px;
  color: #333333;
}
#userAccount .user-profilimg {
  display: inline-block;
  float: left;
  margin: 0 30px 10px 0;
}
#userAccount .userAction {
  float: right;
  width: 100%;
}
#userAccount .userAction button,
#userAccount .userAction a {
  border: 0px;
  line-height: 1rem;
  display: inline-block;
  background: #0064c8;
  color: #fff !important;
  padding: 10px 10px !important;
  font-size: 0.9rem !important;
  border-radius: 10px !important;
  width: 100% !important;
  text-align: left !important;
  margin: 5px 5px 10px 5px !important;
  transition: all 0.5s;
}
#userAccount .userAction button:hover,
#userAccount .userAction a:hover {
  text-decoration: none;
  background: #02509e;
  transition: all 0.5s;
}

.aboActionBox a {
  border: 0px;
  line-height: 1rem;
  display: inline-block;
  background: #0064c8;
  color: #fff !important;
  padding: 10px 10px !important;
  font-size: 0.9rem !important;
  border-radius: 10px !important;
  width: 100% !important;
  text-align: left !important;
  margin: 5px 5px 10px 5px !important;
  transition: all 0.5s;
}
.aboActionBox a:hover {
  text-decoration: none;
  background: #02509e;
  transition: all 0.5s;
}

#aboBox {
  margin: 10px 0 20px 0;
}

.aboEntry {
  padding: 10px;
  display: block;
}
.aboEntry span.aboDate {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  color: #666;
}
.aboEntry span.aboNumber {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  color: #fff;
  text-align: center;
  background: #0064c8;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0px 10px 10px 0px;
}

.usr-hidden {
  display: none;
}

.usr-hidden-i {
  display: none !important;
}

.usr-avatar-upload-container {
  font-size: 3em;
}

.usr-avatar-upload-container button, .usr-avatar-container button {
  background-color: #777;
  color: white;
}

.usr-avatar-container {
  height: 300px;
  width: 400px;
}
.usr-avatar-container button {
  font-weight: normal;
  font-size: 1em;
}

.cropper-modal {
  background-color: white;
  opacity: 0.8;
}

.cropper-view-box {
  outline: 0px !important;
}

.usr-avatar-controll {
  width: 400px;
  text-align: center;
  text-align: center;
  margin-top: 5px;
}

.usr-avatar-wrapper {
  margin-bottom: 30px;
}

#usrProfileTable {
  border-collapse: collapse !important;
  margin-top: 20px;
}

.tx-bo-user img {
  margin-bottom: 0px !important;
}

.subscriptionWrap {
  background: #f7f7f7;
  margin: 0;
  padding: 10px 0;
  height: 100%;
}

.h-100 {
  height: 100%;
}

.angeboteRow, .subscriptionRow {
  display: flex;
  flex-wrap: wrap;
}

.angeboteSpalte {
  margin-bottom: 20px;
}

.angeboteText {
  padding: 10px;
}

.inlineAnchorText {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.angeboteWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dateShowBox p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.2rem;
  color: #444;
  margin: 0;
  padding: 0;
}

.adBox {
  text-align: center;
}
.adBox p.adTitle {
  font-size: 80%;
  font-weight: 400;
  color: #687179 !important;
  margin: 0;
  padding: 0;
}
.adBox .adBoxOuter {
  text-align: left;
  display: inline-block;
}

ul.smallSubNav {
  margin: 0;
  padding: 0;
}
ul.smallSubNav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.smallSubNav li a {
  color: #495057;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1rem;
}
ul.smallSubNav li a:hover {
  text-decoration: none;
  background: #f2f2f2 !important;
}

.coverBox a.ctaCoverBtn {
  display: inline-block;
  color: #fff;
  background: #0064c8;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.coverBox a.ctaCoverBtn:hover {
  background: #0051a2;
  border-color: #004b95;
  text-decoration: none;
}
.coverBox p {
  display: block;
  clear: both;
}
.coverBox h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.sliderAboAngebote .carousel-item {
  background: #f0f0f0;
}
.sliderAboAngebote .sliderAboAngeboteText ul {
  padding: 0;
}
.sliderAboAngebote .sliderAboAngeboteText ul li {
  list-style-type: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.75em;
}
.sliderAboAngebote .sliderAboAngeboteText ul li:before {
  display: inline-block;
  margin-left: -1.75em;
  content: "\f00c";
  font-size: inherit;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
  color: #0064c8;
}
.sliderAboAngebote .carousel-indicators {
  position: unset;
  margin: 0;
  color: #b3cde6;
}
.sliderAboAngebote .carousel-indicators i.active {
  color: #0064c8;
}

.aboAngebote {
  background: #f0f0f0;
  color: #343a40 !important;
}
.aboAngebote .aboAngeboteText ul {
  padding: 0;
}
.aboAngebote .aboAngeboteText ul li {
  list-style-type: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.75em;
}
.aboAngebote .aboAngeboteText ul li:before {
  margin-left: -1.75em;
  display: inline-block;
  content: "\f00c";
  font-size: inherit;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
  color: #0064c8;
}
.aboAngebote .aboAngeboteAngebot {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
}
.aboAngebote .aboAngeboteAngebot .small {
  font-size: 0.9rem;
}

.aboAngeboteDigital .card-header {
  background: #f5f5f5;
}
.aboAngeboteDigital ul {
  padding: 0;
}
.aboAngeboteDigital ul li {
  list-style-type: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.aboAngeboteDigital ul li:before {
  display: inline-block;
  content: "\f00c";
  font-size: inherit;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
  color: #0064c8;
}
.aboAngeboteDigital h1, .aboAngeboteDigital h2, .aboAngeboteDigital h3, .aboAngeboteDigital h4 {
  color: #0064c8;
  font-size: 2rem;
}

.aboAuswahl {
  background: #f5f5f5;
  margin-top: 20px;
}

.teaserBox a {
  background: #f5f5f5;
  color: #444;
  text-decoration: none;
  display: block;
  padding: 4px;
  transition: all 1s;
}
.teaserBox a:hover {
  background: #dee2e6;
  transition: all 1s;
}
.teaserBox .teaserBoxText {
  padding: 8px;
}

.abo-plus-card .card-header {
  background: #0064c8;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.abo-plus-card .card-header h1, .abo-plus-card .card-header h2, .abo-plus-card .card-header h3, .abo-plus-card .card-header h4 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
.abo-plus-card .card-body {
  background: #f5f5f5;
}
.abo-plus-card .card-body h1, .abo-plus-card .card-body h2, .abo-plus-card .card-body h3, .abo-plus-card .card-body h4 {
  color: #0064c8;
  font-size: 2rem;
}

.bg--light--grey {
  background: #f5f5f5;
}

.zahlungsmethoden .icon-payment {
  height: 16px;
  width: auto;
  margin: 5px;
  opacity: 1;
}

.carouselGeneral .carouselGeneralCard {
  padding: 1rem;
  margin-bottom: 1rem;
}
.carouselGeneral .carouselGeneralCard:last-child {
  margin-right: 0;
}
.carouselGeneral .carouselGeneralCard .carouselGeneralTitle {
  font-size: 1.3rem;
  font-family: Fira Sans Condensed, sans-serif;
}

.carouselGeneralOuterNavigation .carouselGeneralOuterNavigationButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  opacity: 0;
  color: #0064c8 !important;
}
.carouselGeneralOuterNavigation .carouselGeneralOuterNavigationButton.carouselGeneralOuterNavigationButtonLeft {
  left: -3rem;
}
.carouselGeneralOuterNavigation .carouselGeneralOuterNavigationButton.carouselGeneralOuterNavigationButtonRight {
  right: -3rem;
}

.carouselGeneralContainer:hover .carouselGeneralOuterNavigationButton {
  opacity: 1;
}
.carouselGeneralContainer:hover .carouselGeneralOuterNavigationButton.carouselGeneralOuterNavigationButtonLeft {
  left: -0.5rem;
}
.carouselGeneralContainer:hover .carouselGeneralOuterNavigationButton.carouselGeneralOuterNavigationButtonRight {
  right: -0.5rem;
}

.checkmarkListBox {
  display: inline;
  background: #ff0000;
}

ul.checkmarkList {
  padding: 0;
}
ul.checkmarkList li {
  list-style-type: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.75em;
}
ul.checkmarkList li:before {
  margin-left: -1.75em;
  display: inline-block;
  content: "\f00c";
  font-size: inherit;
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-align: center;
  width: 1.25em;
  color: #0064c8;
}

.cata-sub-nav {
  padding: 0px 15px 20px;
  margin: 0px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.cata-sub-nav::-webkit-scrollbar {
  display: none;
}
.cata-sub-nav .nav-prev {
  width: 30px;
  height: 48px;
  position: absolute;
  left: 0.8rem;
  margin-top: 0px;
  text-align: center;
  color: #0064c8;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-box-shadow: inset 33px 0px 21px -25px rgba(0, 0, 0, 0.07);
  box-shadow: inset 33px 0px 21px -25px rgba(0, 0, 0, 0.07);
}
.cata-sub-nav .nav-prev:hover {
  color: #343a40;
  transition: all 0.5s;
}
.cata-sub-nav .nav-prev i {
  position: relative;
  top: 10px;
}
.cata-sub-nav .nav-next {
  width: 30px;
  height: 48px;
  position: absolute;
  right: 0.8rem;
  margin-top: -48px;
  text-align: center;
  color: #0064c8;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-box-shadow: inset -33px 0px 21px -25px rgba(0, 0, 0, 0.07);
  box-shadow: inset -33px 0px 21px -25px rgba(0, 0, 0, 0.07);
}
.cata-sub-nav .nav-next i {
  position: relative;
  top: 10px;
}
.cata-sub-nav .nav-next:hover {
  color: #343a40;
  transition: all 0.5s;
}
.cata-sub-nav ul {
  margin: 0;
  display: flex;
  -webkit-padding-start: 0px;
}
.cata-sub-nav li {
  display: inline-table;
  margin: 0px;
}
.cata-sub-nav li a {
  display: block;
  padding: 15px;
  background: none;
  color: #444;
  font-size: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid #ccc;
  transition: all 0.5s;
}
.cata-sub-nav li a:hover {
  background: #f5f5f5;
  text-decoration: none;
  transition: all 0.5s;
}
.cata-sub-nav li:first-child a {
  border-left: 0px;
}
.cata-sub-nav li:last-child a {
  border-right: 0px;
}

@media screen and (max-width: 1400px) {
  .w_banner--outer {
    display: none !important;
  }
}
.anzeigenmarkt--image {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .anzeigenmarkt--image {
    padding-top: 0;
  }
}

.pageImage--box {
  width: 100%;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
}
.pageImage--text {
  top: 0px !important;
  font-family: "Pragati Narrow", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

.w_banner--ad:before {
  content: "Anzeige";
  margin-top: -20px;
  position: absolute;
  font-size: 80%;
  color: #666;
  font-weight: normal !important;
}
.w_banner--ad {
  padding-top: 20px;
  overflow: hidden !important;
}
.w_banner--size--1 {
  width: 300px;
  height: auto;
}
.w_banner--size--2 {
  width: 610px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .w_banner--size--2 {
    display: none !important;
  }
}
#loginOrRegisterModal h1 {
  font-size: 18px;
  margin: 5px 0 10px 0;
  padding: 5px 0;
  text-transform: uppercase;
}
#loginOrRegisterModal #pseudonymWrapper,
#loginOrRegisterModal .tx-bo-user {
  margin-bottom: 70px;
  padding: 10px;
  border: 1px solid #eee;
  border-bottom: 2px solid #bbb;
  background: #f7f7f7;
}
#loginOrRegisterModal #pseudonymWrapper input,
#loginOrRegisterModal .tx-bo-user input {
  margin: 0 0 15px 0;
}
#loginOrRegisterModal #pseudonymWrapper h3,
#loginOrRegisterModal .tx-bo-user h3 {
  display: none;
}

#marginalspaltenKommentare {
  margin-bottom: 40px;
  padding: 0px;
  background: #f7f7f7;
}
#marginalspaltenKommentare h2 {
  margin: 0 0 0 0;
  padding: 5px 15px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #fbfbfb;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
#marginalspaltenKommentare ul {
  margin: 0;
  padding: 0;
}
#marginalspaltenKommentare ul span {
  font-size: 12px;
  background: #bbb;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 2px;
  display: inline-block;
}
#marginalspaltenKommentare ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#marginalspaltenKommentare ul li:nth-child(even) {
  background: #fbfbfb;
}
#marginalspaltenKommentare ul li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}
#marginalspaltenKommentare ul li a:hover {
  background: #00579c;
  color: #fff;
  text-decoration: none;
}

.artikel-kommentare .kommentar-text-zeit p {
  font-size: 12px;
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.artikel-kommentare .hideAnswerBox {
  display: none;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-text {
  background: #f7f7f7;
  padding: 10px 20px;
  position: relative;
  line-height: 24px;
  color: #333;
  border-radius: 10px;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-text:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-text .kommentar-eintrag-meta {
  color: #777;
  text-align: right;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-text .kommentar-eintrag-control {
  text-align: right;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-text .kommentar-eintrag-control button {
  font-size: 12px;
  line-height: 12px;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-bild {
  text-align: center;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-bild .reg_user {
  color: #333;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-bild .prem_user {
  color: #333;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-bild .admin_user {
  color: #006699;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-bild .no_user {
  color: #ccc;
}
.artikel-kommentare .kommentar-eintrag .kommentar-eintrag-bild img {
  border-radius: 50% !important;
  border: solid 1px #eee;
  max-width: 80%;
  max-height: 120px;
  padding: 2px;
  background: #fff;
  margin: 0 auto;
}
.artikel-kommentare .kommentar-eintrag-antwort {
  padding: 0;
  margin: 10px 0 50px 0;
}
.artikel-kommentare .kommentar-eintrag-antwort textarea {
  border: 1px solid #ccc;
}
.artikel-kommentare .kommentar-eintrag-antwort button {
  font-size: 14px;
  line-height: 20px;
}
.artikel-kommentare #kommentar-create-new {
  margin-top: 50px;
}
.artikel-kommentare #kommentar-create-new textarea {
  margin: 0 0 10px 0;
}
.artikel-kommentare #kommentar-create-new button {
  text-align: right;
}

.kommentar-box a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.kommentar-box a:hover {
  background: #eee;
}

.artikel-kommentar-benutzerauswahl {
  padding: 20px 0;
}
.artikel-kommentar-benutzerauswahl .serviceErrors,
.artikel-kommentar-benutzerauswahl .errormessage {
  color: #B92C28;
  text-align: center;
  padding: 5px;
}
.artikel-kommentar-benutzerauswahl .checkbox {
  padding-left: 30px;
  margin: 5px 0;
}

.tx-bo-extcomments #comment_list {
  background: #f5f5f5;
}
.tx-bo-extcomments #comment_list .notification {
  background: #bbdfab !important;
  color: #666;
  padding: 16px 8px;
  text-align: center;
  border-radius: 3px;
  margin: 5px 0;
  border: 1px solid #a8d592;
}
.tx-bo-extcomments #comment_list .notification p {
  margin: 0;
  padding: 0;
}
.tx-bo-extcomments #comment_list .kommentar-eintrag {
  background-color: #eaebec;
  clear: both;
}
.tx-bo-extcomments #comment_list .kommentar-eintrag a {
  cursor: pointer;
}
.tx-bo-extcomments #comment_list .kommentarlevel-0 {
  margin-bottom: 0.5rem;
}
.tx-bo-extcomments #comment_list .kommentarlevel-1 {
  border-left: 15px solid #ccc;
  margin-bottom: 1.5rem;
}
.tx-bo-extcomments #kommentar-create-new .btn-secondary {
  display: inline-block;
  color: #fff;
  background: #0064c8;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.tx-bo-extcomments #kommentar-create-new .btn-secondary:active {
  background-color: #545b62;
}

.btn-small {
  font-size: 12px;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  position: relative;
  bottom: 3px;
  cursor: pointer;
}

.pollShow {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
}
.pollShow h2 {
  font-size: 1.3rem;
  font-family: Pragati Narrow, sans-serif;
  font-weight: normal;
  color: #444;
}
.pollShow img {
  float: left;
  margin: 0 20px 0px 0;
}
.pollShow .poll-question {
  width: auto;
  display: inline-block;
}
.pollShow .poll-button {
  margin: 0px;
  width: auto;
  display: inline-block;
}
.pollShow .poll-button input {
  background: #0064c8;
  border-color: #0064c8;
}
.pollShow .poll-button input:hover {
  background: #0051a2;
  border-color: #004b95;
}
.tx-powermail .btn-secondary {
  display: inline-block;
  color: #fff;
  background: #0064c8;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.clear {
  clear: both;
}

.news .page-navigation p {
  float: left;
}
.news .page-navigation ul {
  float: right;
}
.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}
.news .page-navigation ul li a {
  display: block;
}

hr.newsTrennerLinie {
  margin: 1rem 0px !important;
  border: 0;
  border-top: 1px solid #b3cde6;
}

hr.newsTrennerLinieList {
  margin: 9px 0px !important;
  border: 0;
  border-top: 1px solid #b3cde6;
}

hr.newsTrennerLinieListDetail {
  margin: 1rem 0 !important;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

img.glockePlusIcon {
  position: relative;
  bottom: 2px;
}

.news .newsAddonList {
  position: relative;
  height: 20px;
  top: 25px;
  left: 5px;
  margin-top: -20px;
}
.news .article {
  margin: 0 !important;
  padding: 0 !important;
}
.news .article a {
  text-decoration: none;
}
.news .article a:hover {
  text-decoration: none;
}
.news .article .teaser-text {
  color: #121416 !important;
  margin: 0;
  padding: 0;
}
.news .article .teaser-text p {
  margin: 0px !important;
  padding: 0;
  line-height: 1.3em;
}
.news .article .newsHeader {
  display: block;
}
.news .article .newsHeader h3 {
  color: #343a40;
  font-family: "Pragati Narrow", sans-serif;
}
.news .article .newsHeader .news-list-category {
  text-transform: uppercase;
  color: #0064c8;
  font-family: "Pragati Narrow", sans-serif;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
}
.news .article .footer {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.1rem;
  font-size: 80%;
  font-weight: 400;
  color: #343a40 !important;
  border-top: none;
}
.news .article-10 .newsHeader h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.news .article-10 .news-list-category {
  margin-top: 1rem;
}
.news .article-10 .footer {
  margin-top: 1.5rem;
}
.news .article-20 .newsHeader h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.news .article-20 .news-list-category {
  margin-top: 0rem;
}
.news .article-20 .footer {
  margin-top: 0.5rem;
}
.news .article-30 {
  margin-bottom: 0.8rem !important;
}
.news .article-30 .newsHeader h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.news .article-30 .news-list-category {
  margin-top: 0rem;
}
.news .article-40 {
  text-align: left;
}
.news .article-40 h3 {
  font-size: 1.2rem;
}
.news .listInterestingArticel .news-list-category {
  font-size: 0.9rem;
  font-family: Pragati Narrow, sans-serif;
  text-transform: uppercase;
  color: #0064c8;
  font-weight: 700;
}
.news .listInterestingArticel .news-list-headline {
  font-family: "Pragati Narrow", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6rem !important;
}
.news .listInterestingArticel a .news-list-headline {
  color: #343a40;
}
.news .listInterestingArticel a:hover {
  text-decoration: none;
}

.sidebarArticle {
  width: 400px;
}
.sidebarArticle h2.sidebarTitle {
  text-align: left;
  font-size: 1.2rem;
}

.newsDetail {
  color: #444;
  font-size: 1rem;
}
.newsDetail .metaInformation {
  font-size: 80%;
  line-height: 1.1rem;
  color: #343a40;
}
.newsDetail .metaInformation .authorName {
  color: #0064c8 !important;
  font-weight: bolder;
}
.newsDetail .sidebarArticle {
  width: 400px;
}
.newsDetail .sidebarArticle .adBox {
  text-align: left;
}
.newsDetail .shareBar {
  margin: 0.3rem 0;
  padding-top: 8px;
}
.newsDetail .shareBar .socialIcon {
  width: 24px;
  display: inline-block;
  font-size: 1.2rem;
}
.newsDetail .shareBar .socialIcon:hover {
  cursor: pointer;
  color: #0064c8 !important;
}
.newsDetail .shareBar .socialIcon a {
  color: #343a40;
}
.newsDetail .shareBar .socialIcon a:hover {
  color: #0064c8 !important;
}
.newsDetail .header h1, .newsDetail .header h2, .newsDetail .header h3 {
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0.3rem 0;
}
.newsDetail .newsMedia .news-img-caption {
  font-size: 0.8rem;
  color: #787878;
  line-height: 1.1rem;
  padding: 1rem 0;
  margin: 0;
  border-bottom: 1px solid #dee2e6 !important;
}
.newsDetail .mainContent p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.newsDetail .mainContent p.caption {
  font-family: "Pragati Narrow", sans-serif;
  font-size: 1.35rem;
  margin-bottom: 0;
  font-weight: 600;
}
.newsDetail .imageInlineContainerimageleft,
.newsDetail .imageInlineContainerimageright {
  padding: 20px;
  display: flex;
  flex-flow: column;
  text-align: center;
}
.newsDetail .imageInlineContainerimageleft img.inline-image,
.newsDetail .imageInlineContainerimageright img.inline-image {
  max-width: 400px;
}
.newsDetail .imageInlineContainerimageleft .inlineImageUnderline,
.newsDetail .imageInlineContainerimageright .inlineImageUnderline {
  font-size: 0.8rem;
  color: #787878;
  line-height: 1.1rem;
  padding: 1rem 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 400px;
}
.newsDetail .imageInlineContainerimageleft {
  padding-left: 0px;
  float: left;
}
.newsDetail .imageInlineContainerimageright {
  padding-right: 0px;
  float: right;
}
.newsDetail .textboxright {
  background: #f5f5f5;
  padding: 20px;
  float: right;
  width: 60%;
}
.newsDetail .textboxleft {
  background: #f5f5f5;
  padding: 20px;
  margin: 10px 0px !important;
  float: left !important;
  width: 60%;
}
.newsDetail .textboxright p,
.newsDetail .textboxleft p {
  margin-bottom: 0;
}
.newsDetail .copyrightInfo {
  color: #687179;
  clear: both;
}
.newsDetail .boxOverlay {
  position: relative;
}
.newsDetail .boxOverlay .overlayGradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.newsDetail .cardPw .backgroundGradient {
  background: rgb(221, 221, 221);
  /*background: linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 30%);*/
  background: #d9d9d9 linear-gradient(-40deg, #fff, #fff, #d9d9d9);
}
.newsDetail .cardPw img.pwTopImage {
  width: 40% !important;
}
.newsDetail .cardPw button,
.newsDetail .cardPw h3 {
  color: #0064c8;
}
.newsDetail .cardPw button.ctaButton {
  background: #0064c8 !important;
  color: #fff !important;
}
.newsDetail .cardPw .text-primary {
  color: #0064c8 !important;
}

@media screen and (max-width: 767px) {
  .newsDetail .imageInlineContainerimageright {
    float: none;
    width: 100%;
    display: block;
  }
  .newsDetail .imageInlineContainerimageleft {
    float: none;
    width: 100%;
    display: block;
  }
  .newsDetail .imageInlineContainerimageright img.inline-image,
  .newsDetail .imageInlineContainerimageleft img.inline-image {
    max-width: 100%;
  }
  .newsDetail .textboxright {
    margin: 10px 0px !important;
    float: none !important;
    width: 100% !important;
  }
  .newsDetail .textboxright p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .newsDetail .imageInlineContainerimageright {
    float: right !important;
  }
  .newsDetail .imageInlineContainerimageleft {
    float: left !important;
  }
  .newsDetail .imageInlineContainerimageright img.inline-image,
  .newsDetail .imageInlineContainerimageleft img.inline-image {
    max-width: 100%;
  }
  .newsDetail .textboxright {
    margin: 10px 0px !important;
    float: none !important;
    width: 100% !important;
  }
  .newsDetail .textboxright p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .newsDetail .imageInlineContainerimageright {
    float: right !important;
  }
  .newsDetail .imageInlineContainerimageleft {
    float: left !important;
  }
  .newsDetail .imageInlineContainerimageright img.inline-image,
  .newsDetail .imageInlineContainerimageleft img.inline-image {
    max-width: 400px;
  }
  .newsDetail .textboxright {
    margin: 0 0 10px 10px !important;
    float: right !important;
    width: 60% !important;
  }
}
@media screen and (min-width: 1200px) {
  .newsDetail .imageInlineContainerimageright {
    float: right !important;
  }
  .newsDetail .imageInlineContainerimageleft {
    float: left !important;
  }
  .newsDetail .imageInlineContainerimageright img.inline-image,
  .newsDetail .imageInlineContainerimageleft img.inline-image {
    max-width: 400px;
  }
  .newsDetail .textboxright {
    margin: 0 0 10px 10px !important;
    float: right !important;
    width: 60% !important;
  }
}
.gallerySlider a,
.galleryList a {
  text-decoration: none;
  color: #343a40;
  transition: all 0.5s;
}
.gallerySlider a:hover,
.galleryList a:hover {
  text-decoration: none;
  color: #0064c8;
  transition: all 0.5s;
}
.gallerySlider a:hover .card-body,
.galleryList a:hover .card-body {
  background: #f5f5f5;
  transition: all 1s;
}
.gallerySlider img.card-img-top,
.galleryList img.card-img-top {
  width: 600px;
  height: 160px;
  object-fit: cover;
}

.galleryDetail a:hover .openUpInfo {
  opacity: 1;
  transition: all 1s;
}
.galleryDetail .openUpInfo {
  position: absolute;
  text-align: center;
  bottom: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  transition: all 1s;
}
.galleryDetail .thumbouter {
  border-radius: 3px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.galleryDetail .thumbouter .thumb {
  height: 200px;
  overflow: hidden;
  padding: 0px;
  background: white;
  border-radius: 3px;
  border: 5px solid #fff;
}

.gallerDetailNews .thumb {
  height: 150px !important;
}

.tns-outer {
  position: relative;
}

.tns-controls button i {
  position: relative;
  top: 10px;
}
.tns-controls button:hover {
  color: #343a40;
  transition: all 0.5s;
}
.tns-controls button[data-controls=prev] {
  left: -0.5rem;
  top: 0;
  bottom: 0;
  width: 30px;
  border: none;
  position: absolute;
  color: #0064c8;
  background: #fff;
  background: linear-gradient(90deg, #fff 0%, transparent);
}
.tns-controls button[data-controls=next] {
  top: 0;
  bottom: 0;
  border: none;
  right: -0.5rem;
  width: 30px;
  position: absolute;
  color: #0064c8;
  background: #fff;
  background: linear-gradient(270deg, #fff 0%, transparent);
}

#aboService .input-group-addon {
  border-left: 1px solid #ccc !important;
}

.kesearchbox {
  text-align: center;
}
.kesearchbox #searchWrapper {
  display: inline-block;
  width: 75%;
  text-align: center;
  margin: 20px auto;
}
.kesearchbox #searchWrapper input#ke_search_sword {
  width: 70%;
  display: inline-block;
  position: relative;
  line-height: 1.5rem;
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  top: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}
.kesearchbox #searchWrapper button#searchSubmit {
  display: inline-block;
  position: relative;
  line-height: 1.5rem;
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  left: -4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #0064c8 !important;
}

@media print {
  body {
    background: #fff;
  }
  #mainNav .left-Menu {
    display: none !important;
  }
  #mainNav .right-Menu {
    display: none !important;
  }
  #stickyMenu,
  #footer,
  h2.sectionHeader,
  .listInterestingArticel,
  .sidebarBelow,
  .shareBar,
  #topSmallNav,
  .tx-bo-extcomments {
    display: none !important;
  }
  .newsDetail .imageInlineContainerimageleft,
  .newsDetail p {
    page-break-inside: avoid;
  }
}
.mainPageContainer {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.gray-box-divider {
  border-left: none;
}

.gray-box-divider--m {
  margin-right: auto;
}

.carouselGeneralTitle {
  font-size: 1.5rem !important;
  font-family: Pragati Narrow, sans-serif !important;
  font-weight: 600 !important;
}

#socialIconBar {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.ad-box-hws--outer {
  margin-top: -20px !important;
}

#articleAd {
  display: block !important;
  text-align: center !important;
}
 
@media screen and (max-width: 340px) {
  .hide-on-xs {
    display: none;
  }
}
@media screen and (min-width: 341px) {
  .hide-on-xs {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #auswahlBox {
    display: none !important;
  }
  .bg-gray--mobile {
    background: #e6e6e6;
  }
  .bg-gray--desktop {
    background: transparent !important;
  }
  .schlagzeilen--wrapper {
    margin: auto -2.8rem !important;
  }
  .themen ul.smallSubNav li a {
    background-color: transparent !important;
    border-bottom: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .bg-gray--desktop {
    background: #e6e6e6 !important;
  }
  #aboArea {
    max-width: 992px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .gray-box-divider {
    border-left: #FFF 1.3rem solid;
  }
  .gray-box-divider--m {
    margin-right: -0.65rem !important;
    padding-right: 2rem;
  }
  #aboArea {
    max-width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  #aboArea {
    max-width: 992px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar {
    flex: 330px 0 !important;
  }
}
.left-Menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.accordion button {
  font-family: Roboto, sans-serif;
}

.themen--bg {
  background: transparent !important;
}
.themen h5 {
  color: #0064c8 !important;
  font-family: Roboto, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.15rem !important;
}

.banner__bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 5000;
}
.banner__bottom__glockeplus {
  width: auto !important;
  height: 28px !important;
}
.banner__bottom__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
}
.banner__bottom--btn {
  background: #0064c8 !important;
  color: #FFFFFF;
  padding: 0.8rem 1.5rem;
  border: none;
  font-weight: 500;
  font-size: 1rem;
}

.faktencheck-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #e6e6e6 !important;
}
.faktencheck-section hr.newsTrennerLinieList:last-child {
  display: none;
}

.faktencheck-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #e6e6e6 !important;
  margin-bottom: 2rem !important;
}
.faktencheck-box hr.newsTrennerLinie {
  display: none !important;
}
.faktencheck-box h3 {
  line-height: 1.5rem !important;
}
.faktencheck-box h3 span {
  font-size: 1.5rem !important;
}

.slider-inner-center .col-12:last-child {
  display: flex;
  align-items: center;
}
.slider-inner-center .col-12:last-child .card-title {
  font-size: 2rem;
}

.fotorama__caption__wrap {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

@media screen and (max-width: 992px) {
  .sidebarArticle .metaInformation span.news-list-author {
    display: none;
  }
  .sidebarArticle .metaInformation span.news-list-date {
    display: none;
  }
}
.modal-title {
  color: #444;
  margin-top: 0;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Pragati Narrow", sans-serif;
  margin-bottom: 0;
  line-height: 1.5;
}

#accordion .card-header div {
  text-align: left;
  color: #444;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: "Pragati Narrow", sans-serif;
  margin-bottom: 0 !important;
}

.newsDetail .mainContent p.caption {
  line-height: 1.8rem !important;
  margin-bottom: 0.5rem !important;
}

.pinned-article-top {
  background: #e6e6e6;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-right: 0 !important;
}

.pinned-article-top .newsTrennerLinieList {
  display: none;
}

.pinned-article-top .sectionHeader {
  margin-bottom: 1rem !important;
}

.pinned-article-top p.footer {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pinned-article-top {
    margin-left: 0 !important;
  }
}
.blick-in-die-welt-wrapper > div {
  display: flex !important;
  flex-direction: column;
}

.blick-in-die-welt-wrapper > div > div {
  height: 100%;
}

.blick-in-die-welt-wrapper > div:nth-child(1) > div > div.news, .blick-in-die-welt-wrapper > div:nth-child(3) > div > div.news {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.blick-in-die-welt-wrapper > div:nth-child(2) > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}

.blick-in-die-welt-wrapper > div:nth-child(2) > div:nth-child(1) {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .pinned-article-top-2cols .row {
    flex-direction: column;
    margin-right: 0.25rem;
  }
  .pinned-article-top-2cols .row .col-5, .pinned-article-top-2cols .row .col-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .pinned-article-top-2cols {
    padding-left: 1rem;
  }
  .pinned-article-top-2cols .newsHeader {
    margin-top: 0.5rem;
  }
}
.codePlus iframe {
  max-width: 100% !important;
}
