#consentOverlay {
  display: none; }

#cm-dial-v211 {
  display: none; }

#cm-notification {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc; }

#cm-notification p {
  font-size: 14px;
  line-height: 18px; }

#cm-headline:focus {
  outline: none; }

.consent-manager a.icon-link {
  color: #52627C;
  text-decoration: none;
  margin: 0px 5px;
  font-family: 'LufthansaText', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }

.consent-manager a.icon-link::before {
  content: "\2192";
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-family: 'LufthansaText', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }

.consent-manager h2 {
  margin: 0;
  color: #05164d; }

.consent-manager p {
  margin: 0px;
  font-family: 'LufthansaText', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #05164d; }

.consent-manager .no-link-style {
  text-decoration: none;
  color: #000; }

.consent-manager .greyed-text {
  color: #CCCCCC; }

.consent-manager h4 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-family: 'LufthansaHead', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: #05164d; }

.consent-manager .title {
  font-size: 32px;
  line-height: 36px;
  font-family: 'LufthansaHead', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700; }

.consent-manager-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  z-index: 999999;
  background-color: #555555;
  opacity: 0.8; }

.consent-manager {
  background: #ffffff;
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 9999999;
  transform: translate(-50%);
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px; }

.consent-manager-inner {
  width: 100%;
  height: 100%; }

.consent-manager .layout-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }

.consent-manager .layout-col {
  flex-direction: column; }

.consent-manager .layout-col.col-main {
  width: 100%;
  padding: 30px;
  background-color: #ffffff; }

/*.consent-manager .layout-col.col-right{ width:30%;
background-color:#cccccc;}.consent-manager .layout-col.col-left{ width: 100%; background-color:#ffffff; padding:
30px;}.consent-manager .layout-col.col-80 { display: flex; width: 80%;}.consent-manager .layout-col.col-20 { display:
flex; width:20%;}.consent-manager .layout-row.fullwidth { width:100%; flex-shrink:0;}.consent-manager .align-center {
display:flex; justify-content: center;}*/
.consent-manager .layout-row {
  display: flex;
  flex-direction: row;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap; }

.consent-manager .checkBoxOption {
  min-width: 150px;
  min-height: 30px;
  margin: 10px 0;
  width: 25%; }

.consent-manager .layout-row .row-item {
  flex-grow: 1; }

.consent-manager .paddingTop {
  padding-top: 10px; }

.consent-manager .paddingBottom {
  padding-bottom: 10px; }

/* Custom
Checkbox start*/
/* Customize the label (the container) */
.consent-manager .container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.consent-manager .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.consent-manager .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #666; }

/* On mouse-over, add a grey background color */
.consent-manager .container:hover input ~ .checkmark {
  border-color: #414e63; }

.consent-manager .container.greyed-text:hover {
  border-color: #CCCCCC;
  cursor: auto; }

/* When the
checkbox is checked, add a blue background */
.consent-manager .container input:checked ~ .checkmark {
  background-color: #05164D;
  border-color: #05164D; }

.consent-manager .container.greyed-text input:checked ~ .checkmark {
  background-color: #CCCCCC;
  border-color: #CCCCCC; }

.consent-manager .container input:checked ~ .checkmark:hover {
  background-color: #414e63;
  border-color: #414e63; }

.consent-manager .container.greyed-text input:checked ~ .checkmark:hover {
  background-color: #cccccc;
  border-color: #cccccc; }

/* Create the checkmark/indicator (hidden when not checked)
*/
.consent-manager .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked
*/
.consent-manager .container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator
*/
.consent-manager .container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: inherit; }

.consent-manager .checkBoxOption label {
  font-family: 'LufthansaText', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #666666; }

.consent-manager .checkBoxOption label.greyed-text {
  color: #cccccc; }

.consent-manager .checkBoxOption label:hover {
  color: #414E63; }

.consent-manager .checkBoxOption label.greyed-text:hover {
  color: #cccccc; }

.consent-manager .checkBoxOption Input {
  margin: 0px; }

/* custom checkbox end
*/
.consent-manager .checkBoxDesc {
  margin-top: 5px;
  padding-left: 36px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px; }

.consent-manager .cc-row-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end; }

.consent-manager button.button-primary {
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background-color: #ffad00;
  border: 1px solid #ffad00;
  color: #05164D;
  height: 50px;
  min-height: 50px;
  line-height: 24px;
  padding: 11px 30px;
  font-size: 18px;
  font-family: 'LufthansaText', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  transition: 200ms ease all; }

.consent-manager button.button-primary:hover {
  background-color: #ffbd32; }

.consent-manager button.button-secondary {
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #05164D;
  color: #05164D;
  height: 50px;
  min-height: 50px;
  line-height: 24px;
  padding: 11px 30px;
  font-size: 18px;
  font-family: 'LufthansaText', 'Roboto', 'Helvetica Neue','Helvetica', 'Arial',sans-serif;
  font-weight: 700;
  margin-right: 30px;
  transition: 200ms ease all; }

.consent-manager button.button-secondary:hover {
  background-color: #05164D;
  color: #fff; }

/* TOGGLE CSS */
.consent-manager .togglebar {
  margin-top: 20px;
  overflow: hidden;
  max-height: 1800px;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  text-align: right; }

.consent-manager .togglebar.collapsed {
  max-height: 0; }

.consent-manager .consent-toggle {
  line-height: 18px;
  font-size: 14px;
  font-family: 'LufthansaText', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  border: none;
  font-weight: 600;
  background-color: #fff;
  color: #52627C;
  cursor: pointer;
  padding-right: 6px; }

.consent-manager .toggleIcon {
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 2px;
  position: relative;
  width: 12px;
  height: 20px;
  transition: 200ms ease all;
  float: right; }

.consent-manager .toggleIcon::before {
  content: "";
  border-left: 2px solid #52627C;
  border-bottom: 2px solid #52627C;
  width: 8px;
  height: 8px;
  float: left;
  transform: rotate(-45deg);
  margin-top: 2px; }

.consent-manager .toggleIcon.collapsed {
  transform: none !important; }

.consent-manager .descContent {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: left; }

.consent-manager .togglebar li p {
  display: block;
  line-height: 18px;
  padding: 0 0px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px; }

.consent-manager .togglebar li h3 {
  margin: 7px 0; }

.consent-manager .layout-row-toggle {
  display: block;
  text-align: right; }

/* TOGGLE CSS END */
@media (max-width: 580px) {
  .consent-manager {
    overflow-y: scroll;
    overflow-x: hidden;
    top: 5%;
    height: 90%;
    width: 90%;
    padding-top: 20px; }

  .consent-manager-inner {
    height: calc(100% - 100px);
    overflow-y: scroll; }

  .consent-manager .title {
    font-size: 22px;
    line-height: 26px; }

  .consent-manager .checkboxOption {
    width: 100%;
    margin-bottom: 0px; }

  .consent-manager .checkBoxOption label {
    font-family: 'LufthansaText', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }

  .consent-manager button.button-primary {
    width: 100%;
    min-height: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 5px 20px;
    margin-right: 0px; }

  .consent-manager button.button-secondary {
    width: 100%;
    min-height: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 5px 20px; }

  .consent-toggle {
    padding-bottom: 10px; }

  .consent-manager .layout-row-toggle {
    height: 30px; }

  .consent-manager .descContent {
    padding: 0; }

  .consent-manager .paddingTop {
    flex-flow: column; }

  .consent-manager .layout-col.col-main {
    padding: 0 20px; }

  .consent-manager .cc-row-buttons {
    width: calc(100% - 40px); }

  .consent-manager .buttonView {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center; } }
@media (max-width: 767px) {
  .consent-manager {
    position: fixed;
    background: #ffffff;
    top: 5%;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%);
    height: 90%;
    width: 90%;
    max-width: 767px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 20px; }

  .consent-manager .title {
    font-size: 22px;
    line-height: 26px; }

  .consent-manager .checkBoxOption label {
    font-family: 'LufthansaText', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }

    /* .consent-manager .layout-col.col-left { padding: 0
20px; order:1; } .consent-manager .layout-col.col-right { width:100%; order:0; padding:10px 0 10px 0; } */
  .consent-manager button {
    /* flex-grow: 1; */ } }

