@import '//cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css';

@font-face {
  font-family: 'Asap';
  src: url('../webfonts/Asap-Regular.ttf');
}

@font-face {
  font-family: 'Asap';
  src: url('../webfonts/Asap-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Asap';
  src: url('../webfonts/Asap-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Merriweather';
  src: url('../webfonts/Merriweather-Regular.ttf');
}

html {
  height: 100%;
}

/* this is only to style the sidebar - you can make the sidebar look any way you want */
html,
body {
  font-family: Asap, Arial, sans-serif;
}

body {
  padding-top: 45px;
  color: #00163B;
  width: 100%;
  -moz-transform: none !important;
}

p {
  font-family: Merriweather, Arial, sans-serif;
}

a {
  color: #00AEEF;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.p-0 {
  padding: 0;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.item-darkblue {
  color: #00163B;
}

.bg-darkblue {
  background: #00163B;
}

.item-black {
  color: #000;
}

.bg-black {
  background: #000;
}

.item-blue,
.item-blue a {
  color: #00ADEE !important;
}

.bg-blue {
  background: #00ADEE !important;
}

.border-blue {
  border-color: #00ADEE !important;
}

.item-white {
  color: #fff !important;
}

.item-greyblue {
  color: #53637c !important;
}

.item-light {
  color: #D1D4D4;
}

.bg-lightgrey {
  background: #F2F2F2;
}

.text-spaced {
  letter-spacing: .5px;
}

.text-spaced-lg {
  letter-spacing: 2px;
}

.asap {
  font-family: Asap, Arial, sans-serif;
}

.merriweather {
  font-family: Merriweather, serif;
}

.cursor-pointer {
  cursor: pointer;
}

.transition {
  transition: all .4s;
}

.btn {
  font-weight: 600;
  padding: .35rem .9rem;
  border-radius: 0;
}

.btn-primary:hover {
  background-color: initial;
  border-color: #00ADEE;
}

.form-control {
  border-radius: 0;
  /* border: none; */
}

.select-wrap {
  position: relative
}

.select-wrap .selectr-selected::before {
  display: none;
}

.select-wrap .selectr-selected {
  border: 1px solid #ced4da;
}

.select-wrap::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: calc(100% / 2 - 15px);
  background-image: url('/static/icons/OA_Icons_Formulare/OA_Icon_DropDown_Darkblue.svg');
  background-repeat: no-repeat;
  background-position: center right;
  transition: 0.2s;
}

.select-wrap.focused::after {
  transform: rotate(180deg);
}

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.upside-down {
  transform: rotate(180deg);
}

.toggle-sort {
  transition: 0.2s;
  cursor: pointer;
}

.select-wrap-sorting select {
  border: none;
  font-size: 13px;
  padding: 0 2px;
  margin-left: -2px;
  height: auto !important;
}

.select-wrap-sorting select:focus {
  color: inherit;
}

.select-wrap.select-wrap-sorting::after {
  display: none;
}

.roundbutton {
  border-radius: 30px;
  padding: .15rem 1rem;
  min-width: 180px;
  border: none;
}

.roundbutton.item-darkblue:hover {
  color: #00163B;
  background: white;
}

.roundbutton.bg-darkblue:hover {
  color: white;
  background: rgba(0, 22, 59, 0.2);
}

.btn-group .roundbutton {
  min-width: 100px;
  border-radius: 30px !important;
  border: 2px solid #00163B !important;
}

.btn-group .roundbutton::after {
  content: '';
}

.btn-group .roundbutton {
  background: transparent;
  color: white;
  border-color: white !important;
}

.btn-group .roundbutton:not(:disabled):not(.disabled).active {
  background: #00163B;
  color: white;
  border-color: #00163B !important;
}

.btn-group .roundbutton:not(.disabled).active::after {
  content: '\2713';
}

label.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  margin: 0 3px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:focus+.checkmark {
  color: #495057;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.checkbox:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox input:checked~.checkmark {
  background-color: #00163B;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked~.checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 12px;
}

.chip a {
  color: rgba(255, 255, 255, 0.3);
}

.btn-blank {
  background: none;
  border: #53637c solid 1px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #53637c;
  font-weight: bold;
  margin: 0px 20px 9px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  padding: 3px;
  font-size: 14px;
}

.btn-blank a {
  color: #53637c;
}

.webcam {
  padding: 0 20px 20px;
  cursor: pointer;
}

#webcamModal {
  padding: 0 !important;
  max-width: 1366px;
  margin: 0 auto;
}

#webcamModal .modal-dialog {
  max-width: none;
}

#webcamModal .modal-header {
  border: none;
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 1;
}

#webcamModal .close {
  text-shadow: none;
  opacity: 1;
  font-size: 35px;
}

#webcamModal .modal-content {
  background: transparent;
  border: none;
}

#webcamModal .modal-body {
  padding: 0;
}

.sticky-top {
  z-index: 100;
}

.skyscraper {
  transition: top 0.4s;
}

.table td, .table th {
  border: none;
  text-align: center;
  vertical-align: middle !important;
  padding: 10px;
}

.table-special td, .table-special th {
  text-align: left;
}

.table thead th {
  text-transform: uppercase;
  border-right: 3px solid white;
  border-bottom: none;
}

.table-special thead th, .table tbody td {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.table thead th:last-child {
  border-right: none;
}

.pagination .page-link.bg-darkblue:hover {
  background: rgba(0, 22, 59, 0.8);
}

.dropzone {
  border: 1px solid #D1D4D4;
  transition: 0.3s;
}

.dropzone.active {
  border-color: #00ADEE;
  outline: 2px solid #00ADEE;
}

.dropzone-image {
  position: relative;
  padding-top: 100%;
  transition: 0.3s;
  outline: 3px solid transparent;
}

.dropzone-image.selected {
  outline-color: #00ADEE;
}

.dropzone-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  pointer-events: none;
}

.dropzone.image-preview {
  position: relative;
  overflow: hidden;
}

.dropzone.image-preview img, .dropzone.image-preview video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.profile-img {
  border-radius: 50%;
  border: 2px solid #D2D3D3;
  position: relative;
  overflow: hidden;
  width: 45px;
  height: 45px;
}

.profile-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}

/* Updated Style Elements */
.print-logo {
  display: none;
}

.content-headline {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 15px 0;
  border-top: solid 2px #00163B;
}

.content-box {
  border-bottom: #CCC solid 2px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.right-leaderboard {
  display: none;
  min-height: 670px;
}

.right-leaderboard a {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.right-leaderboard img {
  height: auto;
  position: absolute;
  width: 100%;
}

.adv-indicator {
  font-family: Asap, Arial, sans-serif;
  position: absolute;
  color: #666;
  font-size: 9px;
  top: -12px;
  right: 10px;
  line-height: 9px;
}

/* */
.oa-read-more {
  border-radius: 0;
  padding: 0 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.logo {
  margin: 15px 0;
  width: 150px;
}

.mobile-slider {
  margin: 30px -20px;
}

.comments-container .slick-dots {
  position: relative;
  bottom: 10px;
}

.comments-container .slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  font-size: 16px !important;
}

.slick-dots li.slick-active button:before {
  color: #00ADEE !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  color: #00163b !important;
}

.modal-body .slick-dots {
  margin: 10px 0;
  position: static;
}

.modal-body .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.mobile-slider .slick-dots {
  bottom: -45px !important;
  padding-bottom: 10px !important;
}

#large-view-gallery {
  display: block !important;
  height: 0;
}

#large-view-gallery.show {
  height: auto;
}

.headline-left {
  /* background: #00adee; */
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 68vw;
  padding: 30px;
  position: relative;
  background-position: center center !important;
}

.headline-left .bg-black,
.headline-right .bg-black,
.article-banner .bg-black,
.category-banner .bg-black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.headline-left .bg-black {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0.20211834733893552) 15%, rgba(0, 0, 0, 0) 26%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0.20211834733893552) 15%, rgba(0, 0, 0, 0) 26%);
  background: linear-gradient(rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0.20211834733893552) 15%, rgba(0, 0, 0, 0) 26%);
  background: transparent;
}

.headline-right .bg-black {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0.20211834733893552) 15%, rgba(0, 0, 0, 0) 26%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0.20211834733893552) 15%, rgba(0, 0, 0, 0) 26%);
  background: linear-gradient(rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0.20211834733893552) 15%, rgba(0, 0, 0, 0) 26%);
  background: transparent;
}

.article-banner .bg-black,
.category-banner .bg-black {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.30015756302521013) 0%, rgba(255, 255, 255, 0) 40%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.30015756302521013) 0%, rgba(255, 255, 255, 0) 40%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.30015756302521013) 0%, rgba(255, 255, 255, 0) 40%);
}

.headline-left h6,
.headline-left h5,
.headline-left h3,
.headline-right h6,
.headline-right h5,
.headline-right h4,
.headline-right h3 {
  position: inherit;
  z-index: 999;
  font-weight: bold;
  /* position: absolute;
  bottom: 30px;
  max-width: calc(100% - 90px); */
}

.headline-left h6,
.headline-right h6 {
  font-size: 12px;
}

.headline-left a,
.headline-right a {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.headline-left .item-blue a,
.headline-right .item-blue a {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.headline-left .btn,
.headline-right .btn {
  background: white;
  border-radius: 0;
  bottom: 30px;
  right: 30px;
  position: absolute;
  z-index: 99;
  text-shadow: none;
}

.headline-right {
  /* background: #00adee; */
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 68vw;
  padding: 20px;
  position: relative;
  background-position: center center !important;
}

.top-head {
  background: transparent;
}

.top-head ul {
  display: block;
  list-style-type: none;
  padding: 7px;
  margin: 15px 0 0;
  border-top: 1px solid #3d4f6b;
  border-bottom: 1px solid #3d4f6b;
  text-align: center;
}

.top-head ul li {
  display: inline-block;
  line-height: 30px;
}

.top-head ul li:after {
  color: #00aeef;
  content: '-';
  font-size: 20px;
  font-weight: bold;
}

.top-head ul li:last-child:after {
  display: none;
}

.top-head ul li a {
  font-weight: 600;
  padding: 0 10px 0 5px;
  color: white;
}

.top-head ul li a.active,
.top-head ul li a:hover {
  color: #00aeef;
  text-decoration: none;
}

.nav-mobile-top {
  text-align: center;
  padding: 20px 0 30px;
  border-top: 1px solid #3d4f6b;
  border-bottom: 1px solid #3d4f6b;
}

.nav-mobile-top .nav-item {
  display: flex;
  justify-content: center;
}

.nav-mobile-top a {
  padding: 0 8px;
}

.navbar-mobile-main {
  margin-top: -20px;
}

.search {
  margin: auto;
  background-color: #00adee;
  margin: auto;
  width: 100%;
}

.search form {
  margin: 0 !important;
}

.search input {
  width: 100% !important;
  border-radius: 0;
  border: none;
  padding: 15px 20px;
}

.search .search-field {
  width: 80%;
  position: relative;
}

.search label {
  width: 80%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search button {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0 .75rem;
  height: 100%;
}

.head-btn {
  display: block;
  padding: 25px 0;
  text-align: right;
}

.head-btn button {
  background: none;
  font-weight: bold;
  color: #00163B;
}

.head-btn button img,
.clock {
  display: inline-block;
}

.clock {
  margin: 0 5px;
}

.navbar.oa-nav {
  background: #00163B;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  max-height: 100vh;
  overflow: auto;
  padding: 0;
}

.navbar.oa-nav .navbar-toggler {
  color: #FFF;
  padding: 5px 15px;
}

.navbar.oa-nav .toggle-left {
  background: #00163B;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFF;
  left: 0;
  position: fixed;
  top: 35px;
  z-index: 9999;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

.navbar-light.oa-nav .navbar-nav .nav-link {
  width: 250px;
  border: 1px solid #3d4f6b;
  text-align: center;
  padding: 3px 0;
  margin: 5px auto;
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  background: #00163b;
}
.navbar-light.oa-nav .nav-new>.nav-link::after {
  color: red !important;
  content: 'NEU';
  font-size: 85%;
  margin-left: 3px;
}

.navbar.d-flex .dropdown-toggle::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1px;
  border: none;
  height: 100%;
  width: 30px;
}

.navbar.d-flex .dropdown.show .dropdown-toggle::after {
  content: "-";
}

.navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu {
  background: #00163B;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu .nav-link {
  display: block;
  padding: 10px 15px;
  padding: 3px 0;
  border: none;
  margin: 0 auto;
  color: #fff;
  border-top: 1px solid #3d4f6b;
  text-transform: none;
  font-weight: 600;
}

.navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu li:first-child .nav-link {
  border: none;
}

.navbar-light.oa-nav .navbar-nav .active .nav-link,
.navbar-light.oa-nav .navbar-nav .nav-link:hover {
  border-color: #00AEEF;
}

.navbar-light.oa-nav .navbar-nav .active-other .nav-link {
  color: #00AEEF;
  position: relative;
  font-weight: normal;
}

.navbar-light.oa-nav .navbar-nav .active-other .nav-link img {
  margin: 0;
  position: absolute;
  right: 0;
}

.navbar-mobile-info .nav-item {
  display: flex;
  justify-content: center;
  padding: 7px;
}

.d-flex .navbar-mobile-info .nav-item .nav-link {
  border: none;
  width: auto;
  margin: 0 8px;
  padding: 5px 0;
}

.navbar-mobile-cards {
  display: flex;
  justify-content: center;
  border-top: 1px solid #3d4f6b;
  padding: 35px 0 5px;
}

.navbar-mobile-cards .btn {
  padding: 0 2px;
}

.navbar-mobile-cards .btn:focus {
  box-shadow: none;
}

.navbar-mobile-cards .btn[aria-expanded=true] img {
  border: 1px solid #3d4f6b;
}

.navbar-light.oa-nav .navbar-nav:nth-child(2) .nav-item {
  padding: 0 30px;
}

.sitemap {
  display: block;
  padding: 15px 0;
  margin: 0 auto;
}

.sitemap ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sitemap ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.sitemap ul li:last-child {
  color: #00ADEE;
  pointer-events: none;
}

.sitemap ul li a {
  color: #CCC;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  /* vertical-align: top; */
}

.sitemap ul li:last-child a i {
  display: none;
}

.sitemap ul li a i {
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 5px;
}

.sitemap ul li:last-child a {
  color: #00AEEF;
}

.top-leaderboard {
  margin-left: -10px;
}

.top-leaderboard img {
  position: relative;
  width: calc(100% + 20px);
}

.sidebar {
  background: #fff;
  border: none;
  /*padding: 20px;*/
  position: absolute;
  top: 0;
}

.sidebar-left.oa>a.btn {
  background: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top: solid 2px #00163B;
  color: #00163B;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

.sidebar-left.oa .card {
  border: none;
  background: transparent;
}

.sidebar-left.oa .card-header {
  padding: 0;
  height: 50px;
  border: none;
}

.sidebar-left.oa .card-header img {
  margin-right: 8px;
  background: #00163b;
}

.sidebar-left.oa .card-header a.btn {
  background: #fff;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top: solid 2px #00163B;
  color: #00163B;
  display: flex;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  text-transform: uppercase;
  padding: 0;
  font-size: .9rem;
  align-items: center;
  line-height: 2em;
}

.sidebar-left.oa a.btn.collapsed .fa-plus {
  display: block;
}

.sidebar-left.oa a.btn.collapsed .fa-minus {
  display: none;
}

.sidebar-left.oa a.btn .fa-plus {
  display: none;
}

.sidebar-left.oa a.btn .fa-minus {
  display: block;
}

.sidebar-left.oa a.btn:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

.sidebar-left.oa a.btn:active:not(:disabled):not(.disabled) {
  background: none;
  border-color: #00163B;
  color: #00163B;
}

.sidebar-left.oa a.btn i {
  color: #00AEEF;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar-left.oa .card-body {
  background: #00163B;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0;
}

.sidebar-left.oa .card-body p {
  font-family: Asap, sans-serif;
  line-height: 1em;
}

.sidebar-left.oa .card-body h1 {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  margin: .5em 0;
}

.sidebar-left.oa .card-body h1 .btn {
  background: none;
  border: none;
  line-height: 0;
  padding: 0 20px;
}

.sportsOption {
  display: none;
}

.sportsOptionActive {
  display: block;
}

.sportsBtnActive {
  background: #00ADEE;
  color: white;
  border-color: #00ADEE;
}

.sidebar-mobile {
  margin-bottom: 30px;
}

.sidebar-left .card-body ul {
  border-top: #53637c solid 1px;
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.sidebar-left .card-body ul li {
  border-bottom: #53637c solid 1px;
  border-left: #00163B solid 3px;
  padding: 8px 10px;
  font-size: .8em;
}

.sidebar-left .card-body ul li.active {
  border-left: #0CF solid 3px;
}

.sidebar-left .card-body ul li:hover {
  border-left: #0CF solid 3px;
}

.sidebar-left .card-body ul li h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.sidebar-left .card-body ul li h2 a {
  color: #0CF;
}

.sidebar-left .card-body ul li p {
  font-size: 14px;
  margin: 0;
}

.sidebar-left .card-body ul li span {
  color: #53637c;
  display: block;
  font-size: 12px;
  text-align: center;
}

.sidebar-left .card-body ul li .btn {
  display: block;
  margin: 5px 0;
}

.card-body ul a h6 {
  color: white;
}

.card-body>span {
  text-align: center;
}

/* top nav items*/
.home-top-articles {
  padding: 0 2.5px;
}

/*wetter*/
#wetter ul,
#wetter2 ul {
  padding: 0;
  margin: 0;
}

#wetter ul li,
#wetter2 ul li {
  border-bottom: #53637c solid 1px;
  display: flex;
  justify-content: space-evenly;
}

#wetter .icon,
#wetter2 .icon {
  padding: 15px 5px;
  text-align: center;
  width: 50%;
}

#wetter .icon h5,
#wetter2 .icon h5 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#wetter .icon img,
#wetter2 .icon img {
  width: 50px;
}

#wetter .value,
#wetter2 .value {
  padding: 15px 5px;
  width: 50%;
}

#wetter .value h5,
#wetter2 .value h5 {
  font-size: 11px;
  text-align: center;
}

#wetter .value span,
#wetter2 .value span {
  display: block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

#wetter .value span:nth-child(3),
#wetter2 .value span:nth-child(3) {
  text-align: center;
}

#wetter>.card-body>span,
#wetter2>.card-body>span {
  text-align: center;
}

/*veranstatung*/
#calendar {
  padding: 0;
}

#calendar #calThead,
#calendar #calTbody {
  width: 80%;
  margin: 0 auto;
}

.calendar2 {
  background: transparent !important;
}

.calendar2 #calTbody .a-date {
  font-size: 14px;
  margin: 0px;
  padding: 2px;
}

.calendar2 #calTbody .a-date:focus {
  border: none;
  outline: none;
}

.calendar2 #calTbody .a-date:focus span {
  border-color: #00ADEE;
}

.calendar2 #calTbody .a-date.current {
  border: none;
}

.calendar2 #calTbody .a-date.blurred span {
  border: none;
}

.calendar2 #calTbody .a-date>span {
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  line-height: 20px;
  margin: 0 auto;
  width: 22px;
  font-size: 12px;
  font-weight: bold;
  font-family: Asap, sans-serif;
}

#calTbody .a-date, #calThead>div {
  min-width: calc(100% / 7.1) !important;
  max-width: calc(100% / 7.1) !important;
  width: calc(100% / 7.1) !important;
}

.calendar2 #calTbody .a-date.current>span {
  background: #00ADEE;
  border-color: #00ADEE;
  color: #111;
}

.calendar2 #calTbody .a-date.events>span {
  background: transparent;
  border-color: #00ADEE;
  color: #fff;
}

.sportsTitle {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.12em;
  text-align: center;
  padding: .8em 1em .4em
}

.sportsTitle button {
  outline: 0;
  display: block;
  border: .1em solid #ddd;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .1)
}

.sportsTitle button svg {
  width: 30px;
  height: 30px
}

.sportsTitle button:hover {
  background: rgba(255, 255, 255, .1)
}

.right-sidebar {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.small-banner {
  margin: 20px -20px;
}

.right-sidebar img,
.right-sidebar a {
  width: 100%;
}

.content-box-container .btn,
.news-item .btn {
  padding: 0px 8px;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 13px;
}

.content-box-title {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.content-box {
  border-bottom: #CCC solid 2px;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  vertical-align: top;
}

.content-box-alt {
  margin-bottom: 30px;
  margin-top: 10px;
}

.content-box .banner,
.content-box-alt .banner {
  overflow: hidden;
  position: relative;
  background: none;
  margin: 0 auto;
}

.content-box .banner a, .content-box-alt .banner a {
  display: block;
}

.content-box .banner:empty,
.content-box-alt .banner:empty {
  background: #00adee;
}

.content-box-alt .banner img {
  width: 100%;
}

.content-box-alt .news-item {
  padding: 0 0 20px;
  border-bottom: #CCC solid 2px;
}

.content-box .banner img {
  width: 100%;
}

.content-box .banner .blue-placeholder img {
  width: 49.5%;
}

.article-banner,
.bnrad {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}

.article-banner {
  overflow: hidden;
}

.category-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100vw;
  position: relative;
}

.article-banner,
.category-banner {
  margin: 0 -20px;
}

.bnrad {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.blue-placeholder {
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnrad img,
.article-banner img,
.category-banner img {
  width: 100%;
}

.article-banner.blue-placeholder img,
.category-banner.blue-placeholder img {
  width: 200px;
}

.banner-headline {
  position: absolute;
  z-index: 50;
  top: 5%;
  left: 30px;
  max-width: 100%;
  text-shadow: 0 0 10px rgb(0, 0, 0, 0.75);
}

.banner-headline h4,
.banner-headline h6,
.banner-headline span {
  font-weight: bold;
}

.banner-headline h4 {
  font-size: 24px;
}

.banner-headline h6 {
  font-size: 16px;
}

.banner-headline span {
  font-size: 12px;
}

.sports-detail {
  background: #FFF;
  display: block;
  padding: 15px;
  width: 100%;
}

.article-head-mobile {
  margin-top: 30px;
  margin-bottom: 15px;
}

.article-head>i, .job-head>i, .re-head>i {
  color: #999;
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}

.article-head h1,
.article-head h3,
.article-head h6 {
  font-weight: bold;
}

.article-head h1,
.article-head h3 {
  font-size: 24px;
  margin: 0;
}

.article-head h4 {
  font-size: 20px;
  margin: 0;
}

.article-head h6 {
  font-size: 12px;
}

.article-head ul, .job-head ul, .re-head ul {
  display: flex;
  list-style-type: none;
  padding: 0;
}

.article-head .article-head-share li {
  padding: 0 10px;
}

.article-head .article-head-divider li {
  margin-left: auto;
}

.article-head .article-head-divider li:first-child {
  margin-left: inherit;
  margin-right: auto;
}

.article-head ul li div {
  display: inline-block;
  padding: 0 5px;
}

.news_content p {
  margin-bottom: 0;
}

.news_content li {
  font-family: Merriweather, sans-serif;
}

.news_content div {
  font-family: Merriweather, sans-serif;
}

.news_content img, .news-content iframe {
  padding: 5px 0;
  max-width: 100%;
}

.news-short-description {
  margin-bottom: 1rem;
  line-height: 30px;
}

.article-bottom-share a {
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
  transition: filter 0.3s;
}

.article-bottom-share a:hover {
  /* filter: drop-shadow(3px 3px 2px rgba(153, 153, 153, 0.5)); */
}

.article-bottom-share a i {
  font-size: 25px;
}

.comments-container {
  margin-top: 20px;
}

.comments-container .page-headline {
  border-bottom: #D2D3D3 solid 2px;
}

.comments-container form {
  margin-top: 20px;
}

.comments {
  border-bottom: #D2D3D3 solid 2px;
  padding: 20px 0;
}

.comments.selected, .comments:hover  {
  border-color: #00acee;
}

.comments.selected {
  font-weight: bold;
}

.comments-container .comments-rules {
  font-size: 13px;
}

.comments-container .gallery {
  padding: 0 0 0 0;
  position: relative;
  text-align: right;
}

.comments-container .gallery .gallery-control-next,
.comments-container .gallery .gallery-control-prev {
  display: block;
  display: inline-block;
  padding: 10px 5px;
  position: static;
  width: auto;
  cursor: pointer;
}

.comments-container .gallery .gallery-control-expand {
  padding: 10px 5px;
}

.comments-container .gallery span.name {
  padding: 10px 5px;
}

.comments-container .gallery .gallery-control-prev {
  left: auto;
  right: 0;
}

.comments-container .gallery .gallery-item img {
  margin: 0 auto;
  max-width: 100%;
}

#large-view-gallery {
  z-index: 10001;
}

#large-view-gallery .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
  max-width: 1366px;
}

#large-view-gallery .gallery {
  padding: 0;
  position: relative;
  text-align: right;
}

#large-view-gallery .gallery .gallery-control-next,
#large-view-gallery .gallery .gallery-control-prev {
  display: block;
  display: inline-block;
  padding: 10px 5px;
  position: static;
  width: auto;
}

#large-view-gallery .gallery .gallery-control-expand {
  padding: 10px 5px;
}

#large-view-gallery .gallery span.name {
  padding: 10px 5px;
}

#large-view-gallery .gallery .gallery-control-prev {
  left: auto;
  right: 0;
}

#large-view-gallery .modal-content {
  border: none;
  border-radius: 0;
  /* min-height: 100vh; */
}

#large-view-gallery .modal-content .modal-header {
  border: none;
  padding: .5rem;
}

#large-view-gallery .modal-content .modal-header .close {
  padding: 0;
  margin: 0 0 0 auto;
}

#large-view-gallery .modal-content .modal-header .close span {
  height: 20px;
  width: 20px;
  line-height: 15px;
  display: inline-block;
}

#large-view-gallery .modal-content .modal-body {
  padding: 0 .5rem .5rem;
}

#large-view-gallery .modal-body img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 90vh;
}

/* Marketplaces */
.job-market, .re-market, .obituary, .family {
  border-top: #203354 solid 2px;
  padding-top: 2px;
}

.head-tabs {
  border-bottom: none;
}

.head-tabs .nav-item {
  margin-bottom: 0;
}

.head-tabs .nav-item .nav-link, .head-tabs .nav-item a {
  background: #F0F2F2;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  height: 46px;
  display: flex;
  align-items: center;
  margin: 2px 1px;
}

.head-tabs .nav-item .nav-link, .head-tabs nav-item:first-child a {
  margin-left: 0;
}

.head-tabs .nav-item.active .nav-link {
  background: #00AEEF;
  color: #fff;
  font-weight: 600;
  height: 100%;
}

.slider-container {
  position: relative;
}

.slider-container .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #F2F2F2;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-indicator {
  background: #00173c;
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.slider-container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00163B;
  cursor: pointer;
  z-index: 10;
  position: relative;
}

.slider-container .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00163B;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}

.tooltip-button {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #00163B;
  padding: 0 .56em;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  height: 1.65em;
  vertical-align: middle;
}

.btn-outline-light {
  border-radius: 0;
}

.btn-outline-light::after {
  content: "\00D7";
}

.btn-outline-light:hover {
  background: #3ac0f3;
  color: white;
}

.btn-outline-light.active {
  background: white !important;
  border-color: #d1d4d4;
}

.btn-outline-light.active::after {
  content: "\2713";
}

.btn-outline-light.active:hover {
  background: #f2f2f2 !important;
  color: white;
}

.content-head {
  text-align: center;
  background: #00AEEF;
  color: #fff;
  padding: 20px;
}

.content-head span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.content-head h3 {
  font-weight: bolder;
}

.content-head hr {
  border-top: 2px #000 solid;
  margin: 15px auto;
  width: 100px;
}

.content-head p {
  font-size: 14px;
  padding: 10px 75px;
}

.content-head b {
  display: block;
  font-size: 14px;
}

.quick-find {
  color: #FFF;
  margin-top: 20px;
}

.quick-find form, .quick-find .quick-find-detail {
  display: table;
  margin: auto;
  width: 300px;
  position: relative;
}

.quick-find .form-control {
  background: none;
  border: #fff solid 2px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #FFF !important;
  display: table-cell;
  width: 255px !important;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  height: 35px !important;
}

.quick-find in.form-controlput:focus {
  color: #00163b !important;
}

.quick-find .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.quick-find label {
  display: block;
  text-align: left;
}

.quick-find button {
  background: none;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quick-find span {
  display: block;
  font-size: 12px;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
}

.quick-find .form-control {
  position: static !important;
}

.sorting-head {
  font-size: 14px;
  padding: 10px 0;
}

.sorting-item {
  /* border-top: #203354 solid 2px; */
  margin-bottom: 15px;
}

.sorting-item::before {
  content: '';
  display: block;
  border-top: 2px solid #00163B;
}

.sorting-item-img {
  background: #f0f2f2;
  width: 100%;
  padding: 10px;
}

.sorting-item img {
  display: block;
  margin: 0 auto;
  border: #e4e4e4 solid 1px;
  padding: 20px;
  width: 100%;
}

.sorting-item.sorting-item-compact img {
  border: none;
  width: auto;
  max-height: 150px;
}

.sorting .item-detail {
  border: #e4e4e4 solid 1px;
  border-bottom-width: 2px;
  font-size: 14px;
  margin-top: 10px;
  padding: 15px;
  position: relative;
}

.sorting .item-detail p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-height: 1.5em;
  max-height: 15em;
}


.sorting .item-detail p * {
  font-family: Merriweather, Arial, sans-serif !important;
  line-height: 1.5em !important;
  font-size: 14px;
}

/* .sorting .item-detail p::after {
  content: "...";
} */
.sorting .item-detail h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.sorting .item-detail ul {
  list-style-type: none;
  padding: 0;
}

.sorting .item-detail ul li {
  font-weight: 700;
}

.sorting .item-detail span {
  display: block;
  font-weight: 700;
}

.sorting .item-detail .btn {
  background: none;
  bottom: 10px;
  padding: 0;
  position: absolute;
  right: 10px;
}

#accordion .card {
  border-radius: 0;
  /*margin-bottom: 5px;*/
}

#accordion .card .card-header {
  border-radius: 0;
  padding: 5px 10px;
}

.step {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #00163B;
}

.step-current~* {
  pointer-events: none;
}

.step-current~* .step {
  color: #ced4da;
}

.step-connector {
  height: 2px;
  background: #ced4da;
  flex: 1;
}

.step-id {
  border-radius: 50%;
  border: 1px solid #ced4da;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.step.active .step-id {
  background-color: #00AEEF;
  color: white;
  border-color: #00AEEF;
}

.form-tab-pane {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.form-tab-pane.active {
  opacity: 1;
  height: auto;
}

/* */
.local-head {
  color: #FFF;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}

.local-head span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.local-head h3 {
  font-weight: bolder;
  padding: 0 100px;
}

.local-head hr {
  border-bottom: 2px #000 solid;
  margin: auto;
  width: 100px;
}

.local-head p {
  font-size: 14px;
  padding: 10px 75px;
}

.local-head b {
  display: block;
  font-size: 14px;
}

.news-item span {
  font-size: 12px;
  font-weight: 700;
}

.news-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #00163b;
}

.top-news .news-item h4 {
  font-size: 20px;
}

.news-item i {
  color: #999;
  font-size: 12px;
}

.news-item p, .news-item {
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
  color: #00163b;
}

.top-news .news-item p {
  font-size: 15px;
}

.news-item .comments-count {
  float: right;
}

.news-item .comments-count .message {
  display: inline-block;
  padding: 0 5px;
}

.article-preview-banner img {
  display: block;
  width: 100%;
}

.login {
  color: #FFF;
  font-size: 16px;
  height: 100%;
  position: relative;
}

.login h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
}

.login .form-control,
.login .btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

.login .form-check-input {
  margin-left: 10px;
}

.login-right {
  height: 100%;
  padding: 0 50px;
  position: relative;
}

.login-right .btn {
  border: #fff solid 2px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  display: block;
  margin: 0 auto 30px;
  width: auto;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}

.sitemap-footer {
  background: #F0F2F2;
  display: block;
  padding: 15px;
}

.sitemap-footer ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}

.sitemap-footer ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.sitemap-footer ul li a {
  color: #979999;
  font-size: 12px;
  padding-right: 15px;
  position: relative;
  vertical-align: top;
}

.sitemap-footer ul li a i {
  line-height: 18px;
  position: absolute;
  right: 0;
}

footer {
  color: #FFF;
  padding: 30px 0;
}

footer>.container-fluid {
  margin: 0 auto;
}

footer .co-detail {
  display: flex;
}

footer img.flogo {
  padding: 10px 30px;
  width: 220px;
}

ul.social-icon {
  display: block;
  list-style-type: none;
  padding: 0;
}

ul.social-icon li {
  border: #FFF solid 2px;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  display: inline-flex;
  height: 35px;
  line-height: 30px;
  text-align: center;
  width: 35px;
  justify-content: center;
  align-items: center;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
}

@media (min-width: 320px) {
  .head-btn {
    text-align: center;
  }

  .logo {
    display: block;
    margin: 15px auto;
  }

  .top-head ul li a {
    font-size: 12px;
    font-weight: normal;
    padding: 0 3px;
  }

  .head-btn {
    padding: 0px 0;
  }

  .head-btn .btn {
    font-size: 12px;
    padding: 10px 5px;
    display: inline-flex;
    align-items: center;
  }

  .headline-right:nth-child(even) {
    margin-bottom: 6px;
  }

  .headline-right:last-child {
    margin-bottom: 0;
  }

  .login {
    padding: 20px;
  }

  .content-head h3 {
    padding: 0;
  }

  .content-head p {
    padding: 10px 20px;
  }

  .local-head h3 {
    font-size: 18px;
    padding: 0 20px;
  }

  .local-head p {
    padding: 10px 20px;
  }

  .quick-find form, .quick-find .quick-find-detail {
    width: 100%;
    max-width: 100%;
  }

  .quick-find input {
    width: 180px !important;
    display: inline-block;
  }

  footer h6 {
    margin-top: 20px;
  }

  .logo {
    width: 150px;
  }
}

@media (min-width: 576px) {
  .content-box-alt .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .post-id-archive .content-box-alt .banner img, .post-id-old-archive .content-box-alt .banner img {
    width: auto;
  }

  .content-box-alt .banner {
    padding-top: 100%;
  }

  .content-box-alt .news-item {
    margin-top: -5px;
  }
}

@media (min-width: 768px) {
  body {
    zoom: 0.5;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    padding: 0;
    -moz-width: 200%;
  }

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

  .top-head {
    background: #f1f2f2;
  }

  .top-bottom {
    margin: 0 auto;
  }

  .search {
    margin: auto;
    padding: 25px 0;
    background: none;
  }

  .search .search-input {
    width: 80%;
  }

  .search .search-input input {
    padding: .375rem .75rem;
    border: #ccc solid 2px;
    border-radius: 30px 0 0 30px;
  }

  .navbar-light.oa-nav .navbar-nav:nth-child(2) .nav-item {
    padding: 0px;
    /* margin-right: 20px; */
  }

  .navbar-light.oa-nav .navbar-nav:nth-child(2) .nav-item .nav-link {
    font-weight: normal;
    padding: 10px 8px 0;
  }

  .top-head ul {
    padding: 5px;
    border: none;
    margin: 0 auto;
    text-align: right;
  }

  .top-head ul li a {
    font-size: 1rem;
    font-weight: 600;
    padding: 0 10px 0 5px;
    color: #00173c;
  }

  .top-head ul li:after {
    display: inline-block;
  }

  .navbar-light.oa-nav .navbar-nav .active .nav-link,
  .navbar-light.oa-nav .navbar-nav .nav-link:hover {
    background: #1e314f;
    border-bottom: #00AEEF solid 2px;
    color: #00AEEF;
  }

  .navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu .nav-link {
    color: #00163b;
    background: #eeeeee;
    padding: 10px 15px;
    border: none;
  }

  .search {
    margin: auto;
    padding: 25px 0;
    width: 100%;
  }

  .search input {
    width: 82% !important;
    border: #ccc solid 2px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    padding: .375rem .75rem;
  }

  #trigger-searchbox {
    height: auto;
    border: #ccc solid 2px;
    border-left: 0;
    border-radius: 0 30px 30px 0;
    color: #ccc;
  }

  .search button {
    position: static;
  }

  .head-btn {
    padding: 25px 0;
  }

  .head-btn .btn {
    font-size: .9rem;
  }

  .sidebar {
    padding: 0 10px;
    position: static;
  }

  .headline-right:first-child {
    margin-top: 0;
  }

  .login {
    padding: 50px 100px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar.oa-nav {
    position: relative;
    overflow: visible;
    padding: 0 1rem;
    position: -webkit-sticky;
    position: sticky;
  }

  .navbar.oa-nav .toggle-left {
    display: none;
  }

  .content-head h3 {
    font-size: 1.75rem;
  }

  .content-head p {
    padding: 10px 75px;
  }

  .quick-find form, .quick-find .quick-find-detail {
    text-align: center;
    width: 350px;
  }

  .quick-find input, .quick-find select {
    width: 255px !important;
    padding: .25em 1em;
  }

  .local-head h3 {
    font-size: 1.75rem;
    padding: 0 100px;
  }

  .local-head p {
    padding: 10px 75px;
  }

  footer h6 {
    margin-top: 0;
  }

  .sidebar.sidebar-left {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    height: 100%;
    top: 74px;
    position: sticky;
    overflow: visible;
    margin-bottom: 30px;
    z-index: 100;
    transition: top .4s;
  }

  .logo {
    width: 150px;
  }

  /* new */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  #navbarDesktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 7px;
  }

  #navbarDesktop .navbar-nav.navbar-nav-left {
    flex-flow: wrap;
    width: 100%;
  }

  .navbar-nav-right {
    flex-flow: nowrap;
    align-items: center;
    /*width: 50%;*/
    justify-content: flex-end;
  }

  .navbar-nav-right .nav-item {
    display: flex;
  }

  .navbar-light.oa-nav .navbar-nav .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -2px;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    display: inline-block;
    padding: 16px 8px;
    padding-bottom: 5px;
  }

  .navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu.temp-drop {
    background: #eee;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    left: auto;
    width: 100vw;
    min-width: 768px;
    max-width: calc(1366px * 0.75);
    transform: translateX(-30px);
  }

  .navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu.temp-drop .news-preview-area {
    display: block;
  }

  .headline-left {
    height: 500px;
  }

  .headline-right {
    height: 247px;
  }

  .headline-right h3 {
    font-size: 20px;
  }

  .headline-right h5 {
    display: none;
  }

  .article-row {
    margin-top: 20px;
  }

  .sports-detail {
    margin-top: -100px;
    padding: 30px;
  }

  .article-banner,
  .bnrad,
  .category-banner {
    width: 100%;
  }

  .article-banner,
  .category-banner {
    margin: 0 auto;
    margin-top: 20px;
  }

  .article-head h1,
  .article-head h3 {
    font-size: 1.75em;
    margin-bottom: 5px;
  }

  .article-head h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .article-head h6 {
    font-size: 1rem;
  }

  .small-banner {
    margin: 20px 0px;
  }

  .top-leaderboard {
    margin-left: 0;
  }

  .right-leaderboard {
    display: flex;
  }

  .banner-headline h4 {
    font-size: 30px;
  }

  .banner-headline h6 {
    font-size: 20px;
  }

  .banner-headline span {
    font-size: 12px;
  }

  #large-view-gallery .modal-dialog {
    top: 20px;
  }

  .ad-popup .ad-popup-content {
    min-width: auto !important;
  }

  #webcamModal {
    padding: 20px !important;
  }
}

@media (min-width: 850px) {
  body {
    zoom: 0.65;
    -moz-transform: scale(0.65);
    -moz-transform-origin: 0 0;
    -moz-width: 154%;
  }
}

@media (min-width: 992px) {
  body {
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -moz-width: 134%;
  }

  .search {
    margin: auto;
    padding: 25px 0;
    width: 85% !important;
  }
}

@media (min-width: 1200px) {
  body {
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    width: 100%;
  }

  .sitemap,
  .wrapper,
  .content,
  .sitemap-footer ul,
  footer>.container-fluid,
  .top-bottom,
  .top-head ul,
  #navbarDesktop {
    max-width: 1366px;
  }

  .navbar-nav-right .nav-item.active-other {
    width: auto;
  }

  .navbar-collapse {
    align-items: center;
    -ms-flex-align: center;
    flex-basis: 100%;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
  }
}

@media (max-width: 767px) {
  .news_content img {
    height: auto !important;
  }

  #mir-native-container, #mir_inread_placement {
    display: none;
  }

  .sidebar.sidebar-mobile {
    position: static !important;
    transform: none !important;
  }
}

@media (max-width: 500px) {
  .news_content img, .news_content iframe {
    width: 100% !important;
  }

  .news_content iframe {
    height: 250px;
  }
}

.to-top {
  cursor: pointer;
}

.article-to-top {
  box-sizing: content-box;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1000;
}

.article-to-top span {
  width: 30px;
}

.navbar-brand {
  max-height: 40px;
  max-width: 0;
  text-align: center;
  margin: 0;
  transition: .4s;
  overflow: hidden;
}

.navbar-brand-show {
  max-width: 50px;
  margin: 0 .75rem;
}

.navbar-brand img {
  height: 100%;
  max-height: 30px;
  width: auto;
}

.navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu.temp-drop {
  color: white;
  border: none;
}

.navbar-light.oa-nav .navbar-nav .nav-item .dropdown-menu.temp-drop .news-preview-area {
  background: white;
  display: none;
}

.news-preview-area img {
  max-width: 100%;
}

.navbar-light.oa-nav .navbar-nav .temp-drop .nav-link {
  color: #00163B;
}

.navbar-light.oa-nav .navbar-nav .temp-drop .active .nav-link,
.navbar-light.oa-nav .navbar-nav .temp-drop .nav-link:hover {
  background: white;
  color: #00AEEF;
}

.popover {
  z-index: 900;
}

.caret {
  width: 220px;
  height: 29px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 30px;
  margin: 0 auto;
}

.alert {
  margin-top: 20px;
  margin-bottom: 0;
}

.progress {
  height: 25px;
  padding: 0px;
  background-color: white;
  border: 1px solid #00163B;
  border-radius: 15px;
}

.progress-bar {
  border-radius: 15px;
  background-color: #d1d4d4;
  font-weight: bold;
  color: #00163B;
  animation: prog cubic-bezier(0.4, 0, 1, 1) 1s;
}

.progress.voted .progress-bar {
  background-color: #00AEEF;
}

.filter-blur {
  filter: blur(3px);
}

@keyframes prog {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

#calTitle {
  padding: 0 !important;
  font-family: Asap, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #53637c;
  font-weight: bold;
  font-size: .9em !important;
}

#calThead {
  color: #53637c !important;
  font-family: Asap, sans-serif;
  border-bottom: 1px solid #53637c;
  margin-top: 0 !important;
}

#calThead>div {
  font-size: 1em;
  padding: .2em .1em !important;
}

#calTbody {
  padding-top: .5em !important;
}

.selectedMonthYear {
  display: none !important;
}

.main {
  margin-bottom: 20px;
}

.wrapper {
  margin-top: 20px;
}

.wrapper-alt {
  margin-bottom: 20px;
}

.content {
  padding: 0 20px;
}

.home-content:last-child {
  border: none;
}

.home-header {
  margin-top: 20px;
}

.headline-right-wrap {
  padding-left: 3px;
}

.headline-left-wrap {
  padding-right: 3px;
}

.post {
  margin-bottom: 20px;
}

.post .content-box {
  height: 100%;
  margin: 0;
}

.ad-popup {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
}

.ad-popup .ad-popup-content {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00163B; */
  position: relative;
  width: fit-content;
  box-shadow: -5px 0px 10px 0px #000000;
  text-align: center;
  max-width: 95%;
}

.ad-popup .ad-popup-content img {
  max-width: 100%;
}

#close-modal {
  background: transparent;
  color: #fff;
  font-weight: bolder;
  padding: 0;
  font-size: 40px;
  line-height: 1px;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 0;
  outline: none !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#onesignal-popover-container, #onesignal-slidedown-container {
  z-index: 10000 !important;
}

.cookiebanner {
  z-index: 1000000 !important;
}

#klaro .cookie-notice {
  position: fixed;
  z-index: 3000000000;
  background: rgba(36, 36, 36, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: none;
}

#klaro .cn-body {
  position: absolute;
  background: #00163B;
  height: fit-content;
  top: 50%;
  left: 50%;
  padding: 1rem;
  transform: translate(-50%, -50%);
  min-width: 23rem;
}

#klaro .klaro .cookie-modal .cm-modal.cm-klaro {
  background: #00163B;
  font-family: Asap sans-serif;
}

#klaro .klaro .cookie-modal .cm-modal .slider.active {
  background: #00acee;
}

#klaro .cm-btn.cm-btn-success {
  background: #00acee;
}

#klaro .klaro .cookie-modal a, #klaro .cm-link.cn-learn-more {
  color: #00acee;
}

.clock {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #4ec7f4;
}

.hour-hand {
  position: absolute;
  height: 7px;
  width: 2px;
  margin: auto;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00163b;
  transform-origin: bottom;
  transform: rotate(0deg);
  border-radius: 50%;
}

.minute-hand {
  position: absolute;
  height: 9px;
  width: 1px;
  margin: auto;
  top: -45%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00163b;
  transform-origin: bottom;
  transform: rotate(90deg);
  border-radius: 50%;
}

.second-hand {
  position: absolute;
  height: 8px;
  width: 1px;
  margin: auto;
  top: -40%;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  background-color: #4ec7f4;
  transform-origin: bottom;
  transform: rotate(180deg);
  border-radius: 50%;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 84px;
  height: 84px;
  padding: 10px;
  margin-top: 20px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00adee transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.fa-spinner, .re-loading {
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.portrait-gallery {
  position: relative;
}

.portrait-gallery * {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 2.5s;
}

.portrait-gallery .active {
  opacity: 1;
}

.select-box {
  border: 2px solid #ced4da;
}

.select-box:hover, .select-box.selected {
  border-color: #00acee;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
