@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@700&family=Lobster&display=swap');

.light-green {
    background-color: #8BC34A;
}

.bg-orange {
    background-color: darkorange;
    color: #fff;
}

body {
    /*background-image: url('../img/beton.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
	background: #F8FAFC; color: #707070;
}



.mt-50 {
    margin-top:50px;
}

.mt-70{
    margin-top:70px;
}

.mt-100{
    margin-top:100px;
}


.black {
    background-color: #343a40;
}
.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 999999999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
  #faqs-content, #manual-content, #agbs-content, #contact-content, #general-content, #confirmation-content{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 700px;;
    font-size: 14px;
    color: 333;
    padding: 10px 20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    overflow-y: scroll;
  }
  #contact-content {
    min-width:50%;
    overflow-y: hidden;
  }
  #manual-content, #agbs-content{
    width: 90%;
  }
  #faqs-content {background: #f2f2f2 !important;}
  p.que {font-weight: bold !important; border: 0px solid #ccc; padding: 10px; background: #8BC34A; border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;}
  p.ans {border: 0px solid #ccc; padding: 10px;margin-top: -17px; background: #ffffff; border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px) ;}
  .lightred{
      background-color: rgba(252, 5, 5, 0.2);
  }
    .cursor_pointer {
        cursor:pointer;
    }



    .lobster {font-family: 'Lobster', sans-serif;}

    .counter {font-family: Futura, Arial, sans-serif; font-size: 50px; padding-left: 12px !important; padding-right: 12px !important;}
    .fatgreen {font-weight: bold; color: #8BC34A; }
    .printcolor {color-adjust:exact; -webkit-print-color-adjust:exact;}


/* Anpassungen 2022 Verkaufssystem */

#sidebarMenu ul.nav .nav-item {text-align: left; padding-left: 16px; font-size: 14px;}
.sidebar-sticky {background: #fff; border-right: 1px solid #f2f2f2;}
h2 {font-size: 1.3rem;}
#dashboard #overview {}
#dashboard #overview .facility {background: #6cb2eb; display: inline-block; margin: 10px; vertical-align: middle !important; min-height: 130px; padding: 40px 10px; color: #fff;}
#dashboard #overview .facility a {color: #fff;}

.tag {display: inline-block; width: 44px; height: 44px; line-height: 44px; border-radius: 25px; background-color: #F0FAE2;  text-align: center; font-size: 16px; font-weight: 700; }

.nav-item a {color: #707070;}
nav.bg-dark .nav-item a {color: #fff !important;}
.nav-item a.active {font-weight: 700; color: #101010;}
.loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 75px;
    color: #fff;
}
.w-30 {
    width: 30%;
}
