body {
  font-family: calibri, sans-serif;
  color: #474646;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  padding: 0;
}
.row:after {
  position: relative;
  display: block;
  content: '';
  clear: both;
}
h1,
.h1 {
  font-family: calibri, sans-serif;
  color: #02669A;
  text-transform: inherit;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1em;
}
h2,
.h2 {
  font-family: calibri, sans-serif;
  color: #02669A;
  text-transform: inherit;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1em;
}
h3,
.h3 {
  font-family: calibri, sans-serif;
  color: #02669A;
  text-transform: inherit;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1em;
}
h4,
.h4 {
  font-family: calibri, sans-serif;
  color: #02669A;
  text-transform: inherit;
  font-size: 24px;
  line-height: inherit;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1em;
}
h5,
.h5 {
  font-family: calibri, sans-serif;
  color: #02669A;
  text-transform: inherit;
  font-size: 20px;
  line-height: inherit;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1em;
}
.bgcolormain {
  background-color: #FECE22;
}
.bgcolorsec {
  background-color: #02669A;
}
.bgcolorthird {
  background-color: #E72C0D;
}
.bgcolorgrey {
  background-color: #ECEDEE;
}
.bgcolorlightgrey {
  background-color: #f7f7f8;
}
.txtcolormain {
  color: #FECE22;
}
.txtcolorsec {
  color: #02669A;
}
.txtcolorthird {
  color: #E72C0D;
}
.txtcolorgrey {
  color: #ECEDEE;
}
.txthighlight {
  display: inline-block;
  padding: 0 0.25em;
  background-color: #FECE22;
}
a {
  color: #02669A;
}
a:hover {
  color: #999999;
}
.copyright_icon {
  position: absolute;
  display: block;
  bottom: 12px;
  right: 12px;
  height: 18px;
  width: 18px;
  background: #ddd;
  color: #777;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif !important;
  border-radius: 2px;
  margin: 4px;
  z-index: 1;
}
.copyright_info {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  font-size: 12px;
  background: #ddd;
  color: #777;
  text-align: left;
  white-space: nowrap;
  cursor: help;
  border-radius: 2px;
}
.copyright_icon:hover .copyright_info {
  display: block;
}
.pbImage a {
  position: relative;
  display: block;
  text-align: center;
}
.totop {
  position: fixed;
  display: block;
  bottom: 30px;
  right: 15px;
  width: 60px;
  height: 60px;
  background: #02669A !important;
  width: auto;
  padding: 14px 19px 0;
  text-align: center;
  color: #fff !important;
  z-index: 9999;
  font-size: 24px;
  line-height: 32px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-otransition: all 0.5s ease-out 0.5s;
  -ms-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}
.totop:before {
  position: relative;
  display: block;
  content: '';
  clear: both;
}
.totop:after {
  position: relative;
  display: block;
  content: '';
  clear: both;
}
.totop .fa,
.totop .fas,
.totop .far,
.totop .fal {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.totop.showtt {
  opacity: 1;
}
.tpl_breadcrumb div {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
}
.blockquote {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}
.blockquote .container .row > div {
  max-width: 80%;
  margin: 0 auto;
}
.imgRight {
  position: relative;
  display: block;
  width: 100%;
}
.imgRight .img-fluid {
  position: relative;
  display: block;
  float: right;
  width: 33.3333%;
  margin-left: 2em;
  margin-bottom: 2em;
}
.imgLeft {
  position: relative;
  display: block;
  width: 100%;
}
.imgLeft .img-fluid {
  position: relative;
  display: block;
  float: left;
  width: 33.3333%;
  margin-right: 2em;
  margin-bottom: 2em;
}
.imgRight:after,
.imgLeft:after {
  position: relative;
  display: block;
  content: '';
  clear: both;
}
@media screen and (min-width: 288px) {
  .zweispalten h1,
  .zweispalten h2 {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .zweispalten .row > div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
section {
  padding: 50px 0;
}
section.no-padding {
  padding: 0;
}
.auchinteressant .inner {
  background-color: #f7f7f8;
  margin-bottom: 20px;
}
.bgcolorlightgrey.auchinteressant .inner {
  background-color: #ffffff;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-image-floatright {
  margin: 0 0 30px 30px;
  max-width: 300px;
}
.text-image-floatleft {
  margin: 0 30px 30px 0;
  max-width: 300px;
}
@media (max-width: 575.98px) {
  .nosm {
    display: none;
  }
  body {
    font-size: 16.2px;
    line-height: 21.6px;
  }
  h1 {
    font-size: 24px;
    line-height: 28.8px;
  }
  h2 {
    font-size: 19.2px;
    line-height: 22.8px;
  }
  h3 {
    font-size: 16.8px;
    line-height: 20.4px;
  }
  h4 {
    font-size: 14.4px;
    line-height: inherit * 0.6;
  }
  h5 {
    font-size: 12px;
    line-height: inherit * 0.6;
  }
  dl,
  ol,
  ul {
    padding-inline-start: 15px;
  }
  .blockquote {
    font-size: 21.6px;
    line-height: 28.8px;
  }
  section {
    padding: 30px 0;
  }
  .img-fluid {
    width: 100%;
    max-width: none !important;
  }
  .text-image-floatright {
    float: none;
    width: 100%;
    max-width: none !important;
  }
  #ekw68 {
    width: 100% !important;
    max-width: 320px !important;
  }
  #ekw68 .rating-section {
    width: 100% !important;
  }
  #ekw68 .rating-section .seal-section {
    width: 35% !important;
    max-width: 95px !important;
    padding-left: 8px !important;
  }
  #ekw68 .rating-section .seal-section .sseal {
    width: 90px !important;
    height: 90px !important;
  }
  #ekw68 .rating-section .stars-rating {
    width: 65% !important;
    padding-left: 16px !important;
  }
  #ekw68 .quote-section {
    width: 100% !important;
  }
  #ekw68 .review-section {
    width: 100% !important;
  }
  .video-responsive iframe {
    width: 100%;
    height: 304px;
  }
  footer .container-fluid .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .nosm {
    display: none;
  }
  .img-fluid {
    margin: 0 auto;
  }
  body {
    font-size: 18px;
    line-height: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 38.4px;
  }
  h2 {
    font-size: 25.6px;
    line-height: 30.4px;
  }
  h3 {
    font-size: 22.4px;
    line-height: 27.2px;
  }
  h4 {
    font-size: 19.2px;
    line-height: inherit * 0.8;
  }
  h5 {
    font-size: 16px;
    line-height: inherit * 0.8;
  }
  .blockquote {
    font-size: 21.6px;
    line-height: 28.8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .totop {
    bottom: 30px;
  }
  body {
    font-size: 18px;
    line-height: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 38.4px;
  }
  h2 {
    font-size: 25.6px;
    line-height: 30.4px;
  }
  h3 {
    font-size: 22.4px;
    line-height: 27.2px;
  }
  h4 {
    font-size: 19.2px;
    line-height: inherit * 0.8;
  }
  h5 {
    font-size: 16px;
    line-height: inherit * 0.8;
  }
  .blockquote {
    font-size: 21.6px;
    line-height: 28.8px;
  }
}
@media (min-width: 992px) {
  #ekw68 {
    width: 100% !important;
  }
  #ekw68 .rating-section {
    width: 33% !important;
  }
  #ekw68 .rating-section .seal-section {
    width: 35% !important;
    max-width: 95px !important;
    padding-left: 8px !important;
  }
  #ekw68 .rating-section .seal-section .sseal {
    width: 90px !important;
    height: 90px !important;
  }
  #ekw68 .rating-section .stars-rating {
    width: 65% !important;
    padding-left: 16px !important;
  }
  #ekw68 .quote-section {
    width: 33% !important;
    text-align: center;
  }
  #ekw68 .quote-section .cname {
    float: none;
    margin: 0 auto 8px;
  }
  #ekw68 .quote-section .quote-box {
    float: none;
    margin: 0 auto 8px;
  }
  #ekw68 .quote-section .other-links {
    float: none;
    margin: 0 auto;
  }
  #ekw68 .review-section {
    width: 33% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .totop {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .totop {
    bottom: 30px;
  }
}
form-control::-webkit-input-placeholder {
  color: #bec6cc;
}
.form-control:-moz-placeholder {
  color: #bec6cc;
}
.form-control::-moz-placeholder {
  color: #bec6cc;
}
.form-control::placeholder {
  color: #bec6cc;
}
.form-control:-ms-input-placeholder {
  color: #bec6cc;
}
.form-group {
  position: relative !important;
}
form img.imgCaptcha {
  border-radius: 5px;
  max-height: 36px !important;
}
form .noeyes {
  display: none;
}
.blue {
  background-color: #007BFF !important;
}
.indigo {
  background-color: #6610F2 !important;
}
.purple {
  background-color: #6F42C1 !important;
}
.pink {
  background-color: #E83E8C !important;
}
.red {
  background-color: #DC3545 !important;
}
.orange {
  background-color: #FD7E14 !important;
}
.yellow {
  background-color: #FFC107 !important;
}
.green {
  background-color: #28A745 !important;
}
.teal {
  background-color: #20C997 !important;
}
.cyan {
  background-color: #17A2B8 !important;
}
.white {
  background-color: #FFFFFF !important;
}
.gray {
  background-color: #6C757D !important;
}
.gray-dark {
  background-color: #343A40 !important;
}
.bg-primary {
  background-color: #FECE22 !important;
}
.bg-secondary {
  background-color: #02669A !important;
}
.bg-success {
  background-color: #28A745 !important;
}
.bg-danger {
  background-color: #DC3545 !important;
}
.bg-warning {
  background-color: #FFC107 !important;
}
.bg-info {
  background-color: #17A2B8 !important;
}
.bg-light {
  background-color: #F7F7F8 !important;
}
.bg-dark {
  background-color: #343A40 !important;
}
.breakpoint-xs {
  background-color: 0 !important;
}
.breakpoint-sm {
  background-color: 576px !important;
}
.breakpoint-md {
  background-color: 768px !important;
}
.breakpoint-lg {
  background-color: 992px !important;
}
.breakpoint-xl {
  background-color: 1200px !important;
}
.text-white h1 {
  color: white;
}
.text-white h2 {
  color: white;
}
.text-white h3 {
  color: white;
}
.text-white h4 {
  color: white;
}
.text-white h5 {
  color: white;
}
.tab-card {
  border: 1px solid #eee;
}
.tab-card-header {
  background: none;
}
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}
.tab-card-header > .nav-tabs > li > a.show {
  border-bottom: 2px solid #007bff;
  color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
  color: #007bff;
}
.tab-card-header > .tab-content {
  padding-bottom: 0;
}
ul.nav-tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.nav-tabs .nav-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(4.875rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(3.8125rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
