

body {
  font-family: "UniversCom", sans-serif;
  color: #444444;
}
a {
  color: orange;
  text-decoration: underline;
}
a:hover {
  color: #999999;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "UniversCom", sans-serif;
}
.text-bold {
	text-shadow: 0px 0px 1px black;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb30 {
  margin-bottom: 30px  !important;
}
.ml25 {
  margin-left: 25px;
}
.mt0 {
  margin-top: 0px !important;
}
.mt8 {
  margin-top: 8px;
}
@font-face
{
    font-family: SenatDem;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SenatDem.eot');
}
@font-face
{
    font-family: SenatDem;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SenatDem.ttf');
}
@font-face
{
    font-family: UniversCom;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/UniversCom.eot');
}
@font-face
{
    font-family: UniversCom;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/UniversCom.ttf');
}

/*** Seitenaufbau */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #423930;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid orange;
  border-top-color: #80745c;
  border-bottom-color: #80745c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*** Page Up Button */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: orange;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #999999;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*** Header */
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: white;
  /*border-bottom: 2px solid #423930;*/
  box-shadow: 0px 10px 20px rgb(66, 57, 48, 0.3);
}
#header.header-scrolled, #header.header-inner-pages {
  /*background-color: #423930;*/
  background-color: white;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

/*** Navigation */
/* Desktop */
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #4e4e4e;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  text-decoration: none;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: orange;
  text-decoration: none;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #4e4e4e;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: orange;
}
.navbar .dropdown ul a.first {
  padding: 2px 20px;
  font-size: 16px;
  text-transform: none;
  color: #4e4e4e;
}
@media (min-width: 768px) {
  a.first {
	  /*font-size: 22px !important;*/
  }
}
.navbar .dropdown ul li ul a:hover, .navbar .dropdown ul li ul li:hover > a {
  color: orange;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* Mobile */
.mobile-nav-toggle {
  color: #423930;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(90, 67, 40, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 26px;
  color: rgba(74, 50, 24);
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ffa500;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a.first {
  font-size: 22px !important;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*** Home */
.home {
  height: 100vh;
  position: relative;
  color: #fff;
}
.home .home-content {
  text-align: center;
  position: absolute;
}
.home .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.home .home-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .home .home-title {
    font-size: 4.5rem;
  }
}
.home .home-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .home .home-subtitle {
    font-size: 2.5rem;
  }
}
.home .text-slider-items {
  display: none;
}

.home-single {
  height: 350px;
}
.home-single .home-content {
  margin-top: 30px;
}
.home-single .home-title {
  text-transform: uppercase;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .home-single .home-title {
    font-size: 3.5rem;
  }
}
.home-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}
.home-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}
.home-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}
.home-single .breadcrumb a {
  color: #fff;
}

/*** Start */
#start {
  width: 100%;
  height: 100vh;
  background: #423930;
}
@media (max-width: 575px) {
  #start {
  /*  height: 160vh !important;*/
	  height: 100% !important;
  }
}
#start .container {
  /*padding-top: 72px;*/
}
#start h1 {
  margin: 0 0 50px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#start h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 42px;
}
#start p {
  font-size: 18px;
  color: #ffffff;
}
#start .btn-get-started {
  font-family: "UniversCom", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}
#start .btn-get-started:hover {
  background: #209dd8;
}
#start .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
#start .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#start .btn-watch-video:hover i {
  color: #47b2e4;
}
#start .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #start {
    height: 100vh;
    text-align: center;
  }
  #start .animated {
    -webkit-animation: none;
    animation: none;
  }
  #start .hero-img {
    text-align: center;
  }
  #start .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #start h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #start h2 {
    font-size: 42px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #start .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #start h2 {
    font-size: 42px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  #start .hero-img img {
    width: 80%;
  }
  #start .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #start .mobile-display-none {
    display: none;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*** Sektionen */
section {
  padding: 60px 0;
  overflow: hidden;
}
#dienstleistungen, #team, #produkte, #technologien {
  padding: 60px 0 260px 0;
  overflow: hidden;
}
#kontakt {
  padding: 60px 0 220px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f3f5fa;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #423930;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: orange;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*** Dienstleistungen */
.dienstleistungen p {
  font-size: 18px;
}
.dienstleistungen .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.dienstleistungen .content ul {
  list-style: none;
  padding: 0;
}
.dienstleistungen .content ul li {
  font-size: 18px;
  padding-left: 28px;
  position: relative;
}
.dienstleistungen .content ul li + li {
  margin-top: 10px;
}
.dienstleistungen .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: orange;
  line-height: 1;
}
.dienstleistungen .content ul ul li {
  padding-left: 56px;
  position: relative;
}
.dienstleistungen .content ul ul li + li {
  margin-top: 5px;
}
.dienstleistungen .content ul ul i {
  position: absolute;
  left: 28px;
  top: 2px;
  font-size: 20px;
  color: orange;
  line-height: 1;
}
.dienstleistungen .content p:last-child {
  margin-bottom: 0;
}

/*** Team */
.team p {
  font-size: 18px;
}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}
.team .member .pic {
  overflow: hidden;
  width: 170px;
  border-radius: 8px;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 29px;
  color: #423930;
}
.team .member span {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}
.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #47b2e4;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*** Produkte */
.produkte p {
  font-size: 18px;
}
.produkte .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.produkte .content ul {
  list-style: none;
  padding: 0;
}
.produkte .content ul li {
  font-size: 18px;
  padding-left: 28px;
  position: relative;
}
.produkte .content ul li + li {
  margin-top: 10px;
}
.produkte .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: orange;
  line-height: 1;
}
.produkte .content ul ul li {
  padding-left: 56px;
  position: relative;
}
.produkte .content ul ul li + li {
  margin-top: 5px;
}
.produkte .content ul ul i {
  position: absolute;
  left: 28px;
  top: 2px;
  font-size: 20px;
  color: #888888;
  line-height: 1;
}
.produkte .content p:last-child {
  margin-bottom: 0;
}

/*** Technologien */
.technologien p {
  font-size: 18px;
}
.technologien .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.technologien .content ul {
  list-style: none;
  padding: 0;
}
.technologien .content ul li {
  font-size: 18px;
  padding-left: 28px;
  position: relative;
}
.technologien .content ul li + li {
  margin-top: 10px;
}
.technologien .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: orange;
  line-height: 1;
}
.technologien .content ul ul li {
  padding-left: 56px;
  position: relative;
}
.technologien .content ul ul li + li {
  margin-top: 5px;
}
.technologien .content ul ul i {
  position: absolute;
  left: 28px;
  top: 2px;
  font-size: 20px;
  color: #888888;
  line-height: 1;
}
.technologien .content p:last-child {
  margin-bottom: 0;
}
/*** Aktuell */
section#aktuell {
  padding: 60px 0 30% 0;
  overflow: hidden;
}
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list ul li ul {
  padding: 0;
  list-style: disc;
}
.faq .faq-list li.sublist {
  font-size: 18px;
  padding: 0 !important;
  margin: 0 0 0 60px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 37px;
  font-weight: 500;
  padding: 0 30px 6px 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.faq .faq-list a.img-link {
  display: contents;
  position: relative;
  font-size: 22px;
  line-height: 37px;
  font-weight: 500;
  padding: 0 30px 6px 30px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.faq .faq-list a.img-link img {
  vertical-align: middle;
  margin-bottom: 3px;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: orange;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 0 0 30px;
}
.faq .faq-list p.subtitle-faq {
  font-size: 24px;
  margin-bottom: 0;
  padding: 10px 0 0 30px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: orange;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #999999;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.faq .faq-list a.faq-link {
  display: unset;
  font-size: 18px;
  line-height: 0;
  color: orange;
  text-decoration: underline !important;
  padding: 0;
}
.faq .faq-list a.faq-link:hover {
  color: #999999;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*** Kontakt */
.kontakt p, .kontakt a {
  font-size: 18px;
}
.kontakt h3 {
  font-size: 29px;
}
.kontakt .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.kontakt .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.kontakt .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.kontakt .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}
.kontakt .info .email p {
  padding-top: 5px;
}
.kontakt .info .social-links {
  padding-left: 60px;
}
.kontakt .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.kontakt .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}
.kontakt .info .email:hover i, .kontakt .info .address:hover i, .kontakt .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}
#kontakt a.img-link {
  cursor: pointer;
}
#kontakt a.img-link img {
  vertical-align: middle;
  margin-bottom: 3px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*** Impressum */
.subtitle-dat {
  font-size: 24px;
}
.subtitle-imp {
  font-size: 20px;
  margin-bottom: 2px !important;
}
.subtitle-imp2 {
  font-size: 24px;
  margin-bottom: 5px !important;
}
#impressum a.img-link img {
  vertical-align: middle;
  margin-bottom: 3px;
}
#impressum a.img-link {
  cursor: pointer;
}
#datenschutz a.img-link img {
  vertical-align: middle;
  margin-bottom: 3px;
}

/*** Footer */
#footer {
  font-size: 14px;
  background: #423930;
}
#footer .footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  font-size: 18px;
  color: white;
  float: left;
}
#footer .impressum {
  float: right;
  margin-right: 50px;
  font-size: 14px;
}
#footer .impressum a {
  font-size: 18px;
  transition: 0.3s;
}
#footer .nav-link {
  color: white;
}
@media (max-width: 768px) {
  #footer .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .impressum {
    text-align: center;
    float: none;
  }
  #footer .impressum {
    padding-top: 4px;
  }
}

/*** Cookie Banner */
section.cookie {
  display: none;
}

.cookie-bg {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 700px;
  height: 150px;
  padding: 20px;
  background-color: rgb(255,255,255,1);
}
@media (max-width: 768px) {
  .cookie-bg {
	  position: fixed;
	  bottom: 10px;
	  left: 10px;
	  width: 330px;
	  height: 240px;
	  padding: 20px;
	  background-color: rgb(255,255,255,1);
  }
  .cookie-text {
	  float: left;
	  width: 290px !important;
  } 
  .cookie-check {
	  float: left !important;
	  width: 190px !important;
	  margin-left: 45% !important;
	  cursor: pointer !important;
  }
  .cookie-bg p, .cookie-bg a {
  	font-size: 16px !important;
  }
  .cookie-link {
  	float: left;
  	display: block;
  }
}
.cookie-text {
  float: left;
  display: block;
  width: 600px;
}
.cookie-check {
  float: right;
  display: block;
  width: 50px;
  cursor: pointer !important;
}
.cookie-link {
  float: left;
  display: block;
}
.cookie-bg p, .cookie-bg a {
  font-size: 20px;
}
.cookie-bg i.bi-check-circle-fill {
  color: green;
  font-size: 40px;
}