/*



          /\
         /**\
        /****\   /\
       /      \ /**\
      /  /\    /    \
     /  /  \  /      \
    /  /    \/ /\     \
   /  /      \/  \/\   \
__/__/_______/___/__\___\______________________________

Made with Passion by GIPFELGOLD // www.gipfelgold.com
_______________________________________________________
*/


/* Version 251108 */

:root {
  --hauptfarbe: #11324c;
}


/*


       /\
      /  \/\
_____/___/__\______________________________________________________________

                                 WEBSITE ANSICHT
___________________________________________________________________________*/

#urlaubsmeldung-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;
  background: #f2f2f2;
  padding: 6vh 5vw 5vh 5vw;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #ffffff;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 690px) {
  #urlaubsmeldung-wrapper {
    padding-top: 60px;
  }
}

#urlaubsmeldung-wrapper.closed {}

.urlaubsmeldung {
  display: flex;
  align-items: center;
}

.urlaubsmeldung-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: start;
  z-index: 1000;
  border: 1px solid var(--hauptfarbe);
}

.urlaubsmeldung-disabled {
  background: var(--hauptfarbe);
  padding: 1em;
}

.urlaubsmeldung-disabled h2 {
  color: #fff;
}

.icon {
  background: var(--white);
  border-radius: 4px !important;
  display: inline-block;
  margin: 4vw;
}

.icon svg {
  width: 10vh;
  height: 10vh;
  max-width: 136px;
  max-height: 136px;
  stroke: #808080;
  stroke-width: 1.2352941176470589;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  color: #808080;
}

@media only screen and (max-width: 768px) {
  .icon svg {
    width: 56px;
    height: 56px;
  }
}

#urlaubsmeldung-wrapper .urlaubsmeldung h3 {
  font-size: clamp(18px, 2.3vw, 28px) !important;
  line-height: 1.25em !important;
  margin-bottom: 0.75em !important;
}

#urlaubsmeldung-wrapper .urlaubsmeldung p,
#urlaubsmeldung-wrapper .urlaubsmeldung ul,
#urlaubsmeldung-wrapper .urlaubsmeldung li {
  font-size: clamp(14px, 1.8vw, 18px) !important;
  line-height: 1.25em;
}

#urlaubsmeldung-wrapper p.vertretung {
  padding-bottom: 0.5em;
}

#urlaubsmeldung-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50% !important;
  font-size: 24px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  font-family: Arial, sans-serif !important;
  padding: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  line-height: 32px !important;
}

#urlaubsmeldung-open-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 12px;
  z-index: 10;
  font-family: Arial, sans-serif !important;
  padding: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  line-height: 32px !important;
}


#urlaubsmeldung-open-btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50% !important;
  line-height: 30px;
  margin-left: 10px;
}

.icon svg {
  stroke: var(--hauptfarbe);
}

#urlaubsmeldung-open-btn span,
#urlaubsmeldung-open-btn,
#urlaubsmeldung-close-btn,
#urlaubsmeldung-wrapper .urlaubsmeldung h3,
#urlaubsmeldung-wrapper .urlaubsmeldung p,
#urlaubsmeldung-wrapper .urlaubsmeldung ul,
#urlaubsmeldung-wrapper .urlaubsmeldung li {
  color: var(--hauptfarbe);
}