.body {
  /* background-image: url(../pics/meta/_nurWombat_halb_gross_or.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  background-color: var(--body_background);
  color: var(--body_color);
  margin: 0;
  line-height: 1.5em;
}

.background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  /* background-image: url(../pics/meta/_nurWombat_halb_gross_or.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  mask-image: url("../pics/meta/_nurWombat_halb_gross_or.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../pics/meta/_nurWombat_halb_gross_or.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 100vw;
  height: 100vh;
  /* filter: drop-shadow(10px 7px 10px var(--background-shadow)); */
  opacity: 0.9;
}

.bgimg {
  width: 100vw;
  /* height: 100vh; */
}

.bgShadow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../pics/meta/_nurWombat_halb_gross_or.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: drop-shadow(10px 7px 10px var(--background-shadow));
  width: 100vw;
  height: 100vh;
}
.wbBlue{
  background-color: var(--wombat_blue);
  width: 100vw;
  height: 100vh;
}

.bodySmooth {
  transition: color 1s ease, background-color 1s linear;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 50;
  min-height: calc(100vh - 220px);
  /* margin-bottom: 73px; */
  margin-top: 10px;
  letter-spacing: 0.01em;
  position:relative;
}

.slat-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
  background-color: var(--slat-bg_background);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* box-shadow: 0 2px 4px var(--shadow); */
  padding: 15px 0px;
}

.slat {
  width: 95%;
  max-width: 1280px;
  box-sizing: border-box;
  background-color: var(--slat_background);
  border-radius: 3px;
  /* box-shadow: 0 2px 4px var(--shadow); */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  backdrop-filter: blur(5px);
  padding: 20px 30px;
}

.big-headline {
  /* color: #0592d0; */
  font-family: var(--secondary-font);
  letter-spacing: 2px;
  color: var(--big_headline_color);
  text-align: center;
  /* text-shadow: var(--big_headline_shadow); */
}

.sub-headline {
  display: flex;
  flex-direction: row;
  justify-content: right;
  border-bottom: 1px solid var(--accent-color);
}

.subhead {
  display: flex;
  justify-content: center;
  width: 50%;
  text-align: right;
  letter-spacing: 2px;
  height: 100%;
}

.description, .intro-box, .faq-path {
  line-height: 2em;
  font-size: 16px;
}

.description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fairlistitem {
  font-weight: bold;
}

.fairlistitem::first-letter {
  font-size: 200%;
  color: var(--link_color);
  font-weight: bolder;
}

.listWidth {
  max-width: 640px;
}

sup {
  font-size: x-small;
}

.description, .faq-path p, .intro-box p, .section-description p, .section-description h3, .issueCB {
  text-align: center;
}

.intro-box {
  /* background-color: var(--eyecatcher_background); */
  /* opacity: 0.9; */
  box-shadow: 0 0 0 5px var(--eyecatcher_background);
  margin: 5px 0;
  /* border: solid;
  border-color: var(--eyecatcher_background);
  border-width: 10px; */
}

.box-text {
  text-align: center;
  font-weight: bold;
  /* color: var(--eyecatcher_color); */
}

.special {
  /* font-weight: bold; */
  text-decoration: underline;
  letter-spacing: 0.15em;
}

.box-button, .path-button, .btn, .contact-button, .cp-button, .chatbox-button {
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 3px;
  opacity: 1;
  background-color: var(--button_background);
  color: var(--button_color);
}

button:active {
  background-color: var(--button_active);
  /*box-shadow: 0 5px #666;*/
  transform: translateY(1px);
  box-shadow: none;
}

button {
  box-shadow: 0 2px 8px 0 var(--button_shadow);
}

.chatbox-button {
  display: none;
  /* transition: all 3s linear; */
}

.contactButtons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.cp-button{
  align-self: flex-end;
}

/* .btn, .path-button, .box-button  {
  opacity: 0.9;
} */

/* .box-button {
  background-color: var(--dark_background);
  color: var(--wombat_white);
} */

/* .path-button, .contact-button, .btn, .box-button {
  // background-color: rgba(33, 33, 33, 0.9);
  background-color: var(--button_background);
  color: var(--button_color);
} */

/* .box-button {
  background-color: var(--body_background);
  color: var(--big_headline_color);
} */

.issuesHeader {
  text-align: center;
  line-height: 2em;
}

.collapsible {
  cursor: pointer;
}

.plus-minus {
  float: right;
}

.content {
  display: none;
}

/* footer */

.footer-links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  overflow-wrap: break-word;
  margin: 10px;
  max-width: 750px;
  width: 90%;
}

.close-menu {
  display: none;
  font-size: 2em;
  position: absolute;
  top: 10px;
  right: 40px;
}

@media (min-width: 769px){
  .footer-links {
    display: flex;
  }

  .burger-menu, .footer-hl  {
    display: none;
  }

}
@media (max-width: 768px){
  .footer-links {
    display: none;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-link {
    margin: 10px 0px;
  }

  .footer-hl {
    display: flex;
  }

  .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 30px;
    height: 20px;
    cursor: pointer;
    align-self: center;
    /* position: fixed; */
    /* bottom: 10px; */
    /* left: 10px; */
    /* z-index: 999; */
  }
  
  .line {
    width: 100%;
    height: 2px;
    background-color: var(--footer_color);
    transition: all 0.3s ease;
  }
  
  .line:last-child {
    margin-bottom: 0;
  }
}

.footer-links a {
  color: var(--footer_link_color);
  text-decoration: none;
  padding: 5px 10px;
  margin-bottom: 5px;;
  transition: color 0.3s ease;
  line-height: 1.5em;
}

.footer-links a:hover {
  color: var(--footer_link_hover_color);
}

.vertical-line {
  width: 1px;
  height: 20px;
  background-color: var(--footer_link_color);
  margin: 0 10px;
}

.footer-links-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
}

.footer-link {
  flex-grow: 1;
}


.footer {
  background-color: var(--footer_background);
  opacity: 0.95;
  color: var(--footer_color);
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-align: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100vw - 20px);
  z-index: 100;
  /* height: 53px; */
  /* transition: height 1s ease; */
  /* backdrop-filter: blur(5px); */
  border-top: 1px solid var(--accent-color);
  transition: all 0.3s linear;

}

.footer-hl {
  margin: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  color: var(--accent-color);
  font-size: 1.6em;
  letter-spacing: 2px;
  /* font-size: 1.2vw; */
}

.footer-hl a {
  text-decoration: none;
  color: var(--big_headline_color);
}

.cr-sol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  justify-items: center;
  /* width: 100vw; */
  text-align: right;
  /* margin-right: 10px; */
  font-size: smaller;
  padding: 10px;
}

/* theme changer */
.themeSwitch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  justify-items: center;
  border-top: 1px solid  var(--footer_color);;
  padding-top: 10px;
}

.mood {
  display: flex;
  flex-direction: row;
  margin: 0 10px;
  height: 24px;
}

.mood-button {
  border-radius: 50%;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.moon {
  background-color: var(--moon_background);
}

.sun {
  background-color: var(--accent-color);
}

.expanded {
  height: 121px;
}

.estTime {
  float: right;
  text-align: right;
}

.services-box {
  text-align: center;
}

.service-box {
  padding: 4px;
  border: 1px solid var(--secondary-text-color);
  margin: 3px;
  border-radius: 2px;
  line-height: 2.2em;
  font-size: 1em;
}

.prioSB {
  font-size: 1.2em;
  line-height: 2.5em;
}

/* zammad chat */

.zammad-chat-header {
  /* background: var(--chat_header_background) !important; */
  background: var(--wombat_blue) !important;
  opacity: 0.9;
  color: white;
}

.zammad-chat-body {
  background: var(--chat_body_background) !important;
}

.zammad-chat-message--customer .zammad-chat-message-body, 
.zammad-chat-message--agent .zammad-chat-message-body {
  background: white !important;
  color: var(--wombat_black) !important;
  font-weight: normal !important;
  /* font-size: 16px !important; */
}

/* .zammad-chat-input {
  font-size: 16px !important;
  padding: 10px !important;
} */

.zammad-chat-button {
  background: var(--accent-color) !important;
}

/* zammad form */
@keyframes append-animate {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;	
	}
}

@keyframes remove-animate {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;	
	}
}

.zammad-form-modal {
  animation: append-animate .1s linear;
}

.zammad-form-modal:not(:empty){    
  opacity:1;
}

.zammad-form-modal-body {
  max-width: 750px !important;
  background: var(--form_body_background) !important;
}

.zammad-form, .zammad-form-control {
  font-size: 16px !important;
}

.zammad-form label {
  color: var(--form_body_color) !important;
}

.zammad-form label a {
  color: var(--link_color) !important;
}

.zammad-form label a:hover {
  color: var(--link_hover_color) !important;
}

/* contact page */

.respContainer {
  display: flex;
  flex-direction: column;
  padding: 20px;
  line-height: 1.5em;
}

.respRow, .respCol {
  display: flex;
  padding: 10px;
}

.respRow {
  flex-direction: row;
  align-items: center;
}

.respCol {
  flex-direction: column;
}

.respKey, .respVal {
  margin: 10px 10px;
  width: 50%;
}

.respKey {
  font-weight: bolder;
}

.respVal a, .textlink a {
  color: var(--link_color);
  letter-spacing: 2px;
  text-decoration: none;
}

.respVal a:hover {
  color: var(--link_hover_color);
}

.screenshare {
  width: calc(100vw - 2%);
  height: calc(100vh - 150px);
}

code {
  font-family: monospace;
  font-size: inherit;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 10px;
  background-color: var(--codeBG);
}

li::before {
  content: "";
  width: 1em;
  display: inline-block;
}

.checkerList ul {
  list-style: none;
  font-size: large;
  line-height: 2em;
}

.checkerList ul li:before {
  content: '✓';
  color: var(--link_color);
  font-size: xx-large;
}
