#closeDataUsageHint {
  background-color: rgb(244,157,161);
  color: white;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-radius: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
}

#acceptedDataUsageHintWindowPageLayer {
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 10000;
  position: fixed;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

#acceptedDataUsageHintWindow {
  z-index: 10001;
  position: absolute;
  top: 15%;
  width: 40%;
  border-radius: 0.25rem;
  background-color: white;
  margin-left: 30%;
  padding: 15px;
  display: none;
}

#acceptedDataUsageHintWindow #en-consent, #acceptedDataUsageHintWindow #de-consent, #acceptedDataUsageHintWindow .consent-settings {
  display: none;
}
#acceptedDataUsageHintWindow .headline {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
#acceptedDataUsageHintWindow .thanks {
  font-weight: 500;
}
#acceptedDataUsageHintWindow .bulletpoints, #acceptedDataUsageHintWindow .controls {
  margin-top: 15px;
  display: flex;
}

#acceptedDataUsageHintWindow .bulletpoints .point, #acceptedDataUsageHintWindow .controls .button-wrapper {
  width: 50%;
}

#acceptedDataUsageHintWindow .footer {
  text-align: center;
  margin-top: 15px;
}

#acceptedDataUsageHintWindow .footer .item {
  display: inline-block;
  margin: 0px 15px;
}

#acceptedDataUsageHintWindow .controls .button-wrapper .settings {
  background-color: white;
  color: black;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-radius: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
  border: thin solid black;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#acceptedDataUsageHintWindow .controls .button-wrapper .allow {
  background-color: rgb(244,157,161);
  color: white;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-radius: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#acceptedDataUsageHintWindow .consent-settings .input-wrapper {
    display: block;
}

@media screen and (max-width: 767px) {
  #acceptedDataUsageHintWindow .bulletpoints, #acceptedDataUsageHintWindow .controls, #acceptedDataUsageHintWindow .footer {
    display: block;
  }
  #acceptedDataUsageHintWindow .bulletpoints .point, #acceptedDataUsageHintWindow .controls .button-wrapper, #acceptedDataUsageHintWindow .footer .item  {
    width: 100%;
    margin-bottom: 15px;
  }
  #acceptedDataUsageHintWindow .controls .button-wrapper .settings, #acceptedDataUsageHintWindow .controls .button-wrapper .allow {
    width: 100%;
  }
}

#acceptedDataUsageHintWindow a {
  text-decoration: underline;
  color: rgb(244,157,161);
}

/*
pink: rgb(255, 143, 199)
light gray: rgb(102, 102, 102)
gray: rgb(51, 51, 51)
*/

.borderBottomNavBar {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

img {
  pointer-events: none;
}

#vbWindow {
  display: none;
  width: 40%;
  margin-top: 50px;
  max-height: 90%;
  position: fixed;
  margin-left: 30%;
  border-radius: 5px;
  border: 3px solid rgba(244, 157, 161, 0.5);
  background-color: rgba(255, 255, 255, 1);
  z-index: 10000;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 3px 10px #888888;
  overflow-x: hidden;
  overflow-y: scroll;
}

#vbIframe {
  text-align: center;
}

#vbWindowImage {
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}

#vbWindowContent {
  width: 100%;
  text-align: left;
  /*margin-top: 15px;*/
}

.vbWindowText {
  margin-left: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
}

.vbWindowText i {
  color: rgb(244, 157, 161);
}

.borderBottom {
  border-bottom: thin solid lightgray;
}

#vbWindowFooter {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  padding-right: 30px;
  margin-bottom: 30px;
}

#vbWindowClose {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
}

#vbWindowClose i {
  color: gray;
  cursor: pointer;
}

.verticalVB {
  display: none;
}

.vbSmallScreen {
  display: none;
}

@media screen and (max-width: 767px) {
  .vbSmallScreen {
    display: block;
  }
  .vbBigScreen {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #vbWindow {
    width: 90%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 1200px) {
  .verticalVB {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .horizontalVB {
    display: none;
  }
  .vbWindowText {
    font-size: 12px;
  }
}

.thirdGender {
  font-size: 14px !important;
  text-align: left !important;
  background-color: transparent !important;
  font-weight: normal !important;
}

.thirdGender:hover {
  text-decoration: none !important;
}

#footer {
  background-color: rgb(144, 144, 144);
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  position: absolute;
  left: 0px;
  width: 100%;
  margin: 0px;
}

#footerWrapper {
  margin-left: auto;
  margin-right: auto;
}

#footerWrapper * {
  /*color: rgb(51,51,51);*/
  color: white;
}

#footerWrapper .headline {
  text-transform: uppercase;
  letter-spacing: 2px;
}

#footerWrapper .itemWrapper {
  margin-bottom: 20px;
}

#footerWrapper .itemWrapper * {
  font-size: 12px;
}

#mainNavbar #navbarSupportedContent {
  margin-left: auto;
  margin-right: auto;
}

#goToLanguage {
  color: rgb(51, 51, 51);
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
  margin-left: -5px;
}

.notificationRemark {
  float: left;
  cursor: pointer;
}

.favoriteLink {
  color: rgb(51, 51, 51);
  text-decoration: none !important;
  width: 100%;
}

.activeNotification {
  background-color: rgba(0, 0, 0, .05) !important;
}

#openPrintView {
  cursor: pointer;
}

.notificationContentWrapper {
  margin-left: 10px;
  width: 275px;
}

.notificationTitle {
  font-weight: bolder;
}

.notificationTimestamp {
  color: rgba(0, 0, 0, .50);
  margin-right: 5px;
  float: right;
}

.notificationTitle, .notificationContent {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 275px;
}

.personalNotificationDropdown {
  width: 350px;
  right: 1%;
  max-height: 306px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.notificationItemLink:hover {
  text-decoration: none;
}

.notificationItem {
  margin: 0px !important;
  padding: 0px !important;
  display: inline-flex !important;
  height: 60px;
}

.notificationImageWrapper {
  padding: 0px !important;
  float: left;
}

.notificationImageWrapper img {
  height: auto !important;
  max-height: 60px !important;
  max-width: 60px !important;
}

.bookmarked {
  color: rgb(102, 102, 102) !important;
}

.bookmarked::before {
  content: "\f02e" !important;
}

.badge1 {
  position: relative;
}

.badge1[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: .7em;
  background: rgb(244, 157, 161);
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.notificationBookmark::before {
  font-size: 16px;
}

.autocompleteList {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  width: inherit;
  width: 90%;
  margin-top: 5px;
  z-index: 1000;
  background-color: white;
}

.autocompleteMarginTop {
  top: 30px;
}

.autocompleteList div {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.autocompleteList div:hover {
  background-color: rgba(244, 168, 172, 0.25);
}

.autocompleteList div:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.autocompleteList div:last-child {
  border: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@font-face {
  font-family: fontawesome;
  src: url(font-awesome-4.7.0/fonts/fontawesome-webfont.ttf);
}

.dropdown-toggle {
  cursor: pointer;
}

.smallScreenSocialButtons .dropdown-item {
  display: block;
}

.smallScreenSocialButtons #personalAreaDropdown {
  right: 50%;
}

label::before, label::after {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked)+label, [type="checkbox"]:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

[type="checkbox"]:not(:checked)+label:before, [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 2.5px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
}

[type="checkbox"]:checked+label:before, [type="checkbox"]:checked+label:before {
  background-color: rgb(244, 168, 172);
  border: none;
}

[type="checkbox"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after {
  content: '\2713';
  /*✔*/
  position: absolute;
  left: -2.5px;
  top: -3px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  line-height: 1.75;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

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

[type="checkbox"]:disabled:not(:checked)+label:before, [type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

[type="checkbox"]:disabled+label {
  color: #aaa;
}

button, input, optgroup, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  outline: none;
}

#footerLongText {
  font-size: 12px;
}

#footerLongText a {
  text-decoration: none;
}

.bootstrap-timepicker-widget {
  border: 1px solid rgba(0, 0, 0, .15);
}

.bootstrap-timepicker-widget input {
  border: none;
}

#mainNavbar * {
  font-size: 12px;
  font-weight: medium;
}

* {
  font-size: 14px;
  color: rgb(51, 51, 51);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background-color: white;
  height: 150%;
  margin-bottom: 160px;
}

#mainHeader {
  text-align: center;
  padding-bottom: 1%;
  margin-top: 45px;
  margin-bottom: 3%;
  background-color: white;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center -80px;
  background-size: cover;
}

#mainHeader a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#mainHeader img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#mainNavbar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
  background-color: white;
  padding-left: 0px;
}

#subMainNavbar {
  position: fixed;
  width: 10%;
  top: 0px;
  z-index: 1001;
  text-align: center;
  margin-left: 45%;
}

#subMainNavbar img {
  height: 23px;
  margin-top: 8.5px;
}

#mainNavbar i {
  margin-top: 2px;
}

#mainNavbar img {
  height: 13px;
}

#mainNavbar .nav-item {
  margin-left: 10px;
  font-weight: bolder;
}

.personalNotificationDropdownWrapper {
  margin-left: 0px !important;
  margin-top: 3px !important;
}

#smallScreenSocialButtonsUL {
  padding-left: 0px;
  margin-left: -10px;
  list-style-type: none;
  margin-top: 4px;
}

#smallScreenSocialButtonsUL li {
  display: inline;
}

#smallScreenSocialButtonsUL .nav-link {
  padding-right: 10px;
}

.smallScreenSocialButtons {
  display: none;
  margin-left: 0px;
}

.smallScreenSocialButtons .nav-link {
  margin-left: 0px;
  padding-left: 0px;
}

.smallScreenSocialButtons a {
  display: inline;
}

#smallNavBarRight {
  margin-right: 35px;
}

.smallScreenButtons {
  display: none;
}

.dropdown-toggle::after {
  display: none !important;
}

#smallFlagDropdown {
  top: 30px;
  width: 10px;
  max-width: 10px;
  border: none;
  background-color: transparent;
  float: left;
  left: 10px !important;
  position: relative;
  margin-top: 5px;
}

#smallFlagDropdown a {
  color: rgb(51, 51, 51);
  font-weight: normal;
  background-color: white;
  padding: 5px;
  margin-left: -5px;
}

#navbarDropdownMenuLinkFlag {
  position: relative;
  left: 1px;
}

#mainNavbar .nav-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 0px;
  padding-left: 5px;
}

#mainNavbar .nav-link, #mainNavbar .nav-link i {
  color: rgb(51, 51, 51);
  font-weight: normal;
  letter-spacing: 1px;
}

#mainHeaderLogo {
  height: 200px;
}

#mainHeaderLogoEN {
  height: 180px;
  top: 10px;
  position: relative;
  margin-bottom: 30px;
}

.navBar .dropdown-toggle {
  cursor: pointer !important;
}

.navBar .dropdown-menu {
  border-radius: 0px;
  /*border: 2px solid rgb(102, 102, 102);*/
  border-bottom: 0px;
  padding: 0px;
  margin-left: 6px;
  left: auto !important;
  top: auto !important;
  background-color: rgba(255, 255, 255, 0.9);
}

.navBar .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: rgb(51, 51, 51);
}

.navbar .dropdown-item:active {
  background-color: rgba(0, 0, 0, .15);
}

.navBar .dropdown-item:last-child {
  /*border: none;*/
}

#bottomImages {
  margin-top: 10%;
  z-index: -10;
  bottom: 0px;
  max-width: 100%;
  overflow: hidden;
  height: 160px;
  border-top: 2px solid rgb(51, 51, 51);
}

#bottomImages #wrapper {
  transition: margin-left 1s;
  -webkit-transition: margin-left 1s;
  -moz-transition: margin-left 1s;
  width: 100%;
}

#bottomImages ul {
  list-style-type: none;
  overflow: visible;
  height: 160px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding: 0;
}

#bottomImages ul li {
  display: inline;
  float: left;
}

#bottomImages img {
  height: 160px;
}

#bottomImagesSpacer {
  height: 160px;
  width: 100%;
  background-color: transparent;
}

.toast {
  width: 50%;
}

.toast * {
  color: white !important;
  font-size: 12px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid rgba(0, 0, 0, .15) !important;
}

@media (max-width: 770px) {
  #mainHeader {
    background-position: center;
  }
}

@media (max-width: 992px) {
  #acceptedDataUsageHintWindow {
    width: 95%;
    top: 5%;
    margin-left: 2.5%;
  }
  #goToLanguage {
    background-color: rgba(255, 255, 255, 1);
  }
  .navBar .dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
  }
  #mainNavbar {
    min-height: 40px;
  }
  #mainNavbar #navbarSupportedContent {
    width: 90%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .smallScreenSocialButtons {
    display: inline;
    margin-left: 0px;
  }
  .bigScreenButton {
    display: none;
  }
  #facebookContainer {
    padding-bottom: 200px;
  }
  .smallScreenButtons {
    display: block;
  }
  #enumeration {
    padding-bottom: 50px;
  }
  #subMainNavbar img {
    height: 17px;
    margin-top: 10px;
  }
  #smallNavBarRight {
    margin-right: 55px;
  }
  .personalNotificationDropdown {
    width: 98% !important;
    margin-left: 1% !important;
    position: fixed !important;
    margin-top: 10px !important;
  }
  .notificationBookmark {
    margin-top: 10px;
  }
  .notificationContentWrapper {
    width: 75%;
    display: inline;
  }
}
