

body {
  font-family: "Ubuntu", sans-serif!important; 
}

a.external-link {color:#40a1f8;font-weight: 500;}
a.external-link:hover {color:#2d71ae;font-weight: 500;}
a.simple-link  {color:#40a1f8 !important;}



h1 {
  font-weight: 300;
}

h2, h3 {
  font-weight: 300;
  font-size: 2.5rem;
}




nav .btn-success, #pushfooter .btn-success {
    box-shadow: unset;
}

.btn-success:hover {
  background-color: #138f77;
  border-color: #138f77;
}

.btn-outline-secondary:focus {
    box-shadow:unset;
}


.sections .row {
  padding: 40px 20px;
}

.container.sections {
    margin: 40px auto;
}

.see-menu {
  padding: 100px 0 0px 0;
  background-size: cover;
  z-index: -1000;
  background-position: right;
}

.sexy-qr {
  padding: 50px 0 0px 0;
  background-size: cover;
  z-index: -1000;
  background-position: left;
}


.btn-success {
  color: #fff;
  background-color: #16A085;
  border-color: #16A085;
  box-shadow: 2px 4px 11px 0px rgba(211,211,211,0.92);
    padding: 9px 21px;
}

.btn-outline-secondary {
  color: #17a085;
  background-color: #ffffff;
  border: 2px solid #17a085;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #138f77;
 }

.btn-outline-secondary:active {
    color: #fff;
    background-color: #138f77!important;
    }

.sections img {
  border-radius: 8px;
}


.sections .icon {
  color: #138f77;
  font-size: 1.4rem;
}

.btn-danger {
  background-color: #E3132A;
}

.icon {
  color: rgb(255,255,255);
}

.bs-linklist a {
    border-bottom: 3px solid #1ABC9C;
    color: #040404;
    }
    
.bs-linklist a:hover {
    color: #1ABC9C;
    text-decoration: none;
    }
    
    .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1ABC9C;
    background-color: #1ABC9C;
    }
     
    
    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(61,188,156,.5);
}


ul.li-green > li {
  font-weight: 600;
    animation: fadeIn 0.5s linear;
  animation-fill-mode: both;
  padding-bottom: 10px;
}

ul.li-green {
  padding: 10px 10px 10px 25px;
  text-indent: -15px;
}

.btn {
  border-radius: 52px;
}


.faqs h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.faqs a, .faqs a:visited {color: #40a1f8;}

#pushfooter {
  background-color: #16A085;
  color:#fff;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 10px 1px #333;
  padding-top: 20px;
  z-index:100;
}

.company {background-color: #efefef;
          padding: 30px;
          margin-bottom: 40px;}

.yellow {background-color: #F8D558;
          padding: 30px;
          margin-bottom: 40px;}


.carousel img {margin-bottom:20px;}
.company h4  {margin-bottom: 20px!important;}

.covid{
    margin-bottom: 70px!important;
}

.covid img {
    max-height: 90px;
    max-width: 300px;
    
}

.slide-up
{
    bottom: 0px;
}

.slide-down
{
    bottom: -250px;
}

.posts  .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
}



#pushfooter .btn{
  background-color: #ffffff;
  color:#16A085;
  margin-bottom: 14px;

}

#logo {margin-right:10px;}

.navbar-brand {font-weight: 700;font-size:26px;display: flex;align-items: center;}

.sections img {border-radius:8px 8px 0 0 ;}


 .modal-footer div{
  padding:0;
}
 .related-article-details {
    border: 1px solid #efefef;
    padding: 15px 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    max-width: 450px;
    margin-bottom: 20px;
}

.related-article-details img {
    width:100%;
}

.related-article-details svg {
   display:none;
}

.related-article-details h3 {
   font-size:18px;
   font-weight: bold;
   line-height: 1.6;
}

/*a.related-article{color:#212529;}*/
a.related-article:hover{text-decoration:none;}
/*animation
https://css-tricks.com/different-approaches-for-creating-a-staggered-animation/
$total-items: 3;


// Set delay per List Item
@for $i from 1 through $total-items {
  li:nth-child(#{$i}) {
    animation-delay: .25s * $i;
  }
}

// Keyframe animation
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 100px;
  }
  75% {
    opacity: 0.5;
    top: 0px;
  }
  100% {
    opacity: 1;
  }
}

*/

/*
div#navcol-1 {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #1C293C;
}
*/

div.kb .breadcrumbs a {
    color: #40a1f8;
    font-weight: 500;
 }
div.kb .breadcrumbs a:hover {
    color: #2d71ae;
}

.category-card:hover, .article-card:hover, .related-article-details:hover {
    top: -5px;
    background-position: 100% 0;
}

div.kb a:hover {
    color: #2d71ae;
    transition: color 600ms ease-out;
}

.category-card, .article-card, .related-article-details {
    transition: border 0.5s ease;
    top: 0;
    transition: top ease 0.5s;
}
div.category-card, div.article-card {
    padding: 15px 20px 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border-style: none;
    outline: none;
    border: 1px solid transparent!important;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #ddd 50%, #ddd 50%, #40a1f8 50%, #40a1f8 50%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: background-position 0.8s ease-out, top 0.2s ease;
    background-size: 300% 100%;
}

.category-card:hover, .article-card:hover, .related-article-details:hover {
    top: -5px;
    background-position: 100% 0;
}

.blog-card-container div.article-card  {
    background-image:none;
}


.mobile-only {
    display: none !important;
} 

ul.large-icons li a {color: #1e2a3a;}
.kbicon, a .img-container.kbicon svg {stroke: #1e2a3a;}
.page-header .kbicon,
.helpcenter > .kbicon svg.kbicon{stroke: #40a1f8;}
.page-header .sticky-top .kbicon {stroke: #1e2a3a;}
.kbicon.leftimg svg.kbicon{stroke: #40a1f8;}

/*.large-icons {width: 960px;}*/

.large-icons li a span{text-align: center;}
.large-icons li {width: 90px;display: flex; justify-content: center;}
.footer-menu {background-color: #eee;}

div#toc {background: #f5ffff !important;}
.toc-article-container h4 {font-size: 18px;}
.page-header-details {top:61px; z-index: 1;}
.content-preview.article-container .article-content, 
.content-preview.article-container .breadcrumbs {
    width: 640px;
}

.blog-article-readingtime-date, .blog-article-readingtime {display: flex; flex-direction: row; align-items: center; column-gap: 4px; font-size:14px; color: #757575;}

h1 {line-height: 1.6;}
.related-article-details h3 {
    padding: 0;
    width: 93%;
    margin: 10px 0 5px;
    color: #555;
    font-weight: 500;
}
.related-article-details {
    background-color: #fff;
    box-shadow: 0 18px 36px -18px rgba(0, 0, 0, .1), 0 30px 45px -30px rgba(50, 50, 93, .25);
}

.related-article-details svg {
    display: block;
}

.content-preview {
    width:960px;
}

.bg-color-light {
    background-color: #eee;
}

.article-box h3 {
   padding: 15px 0 4px; 
}

#footer {
    background: linear-gradient(135deg, #ff8383 0%, #ff4d4c 50%);
    color: #fff;
    padding-bottom: 50px;
    padding-top: 5px;
}

.article-details small, .page-header small {color: #888;}
.blog-article-about a {color: #40a1f8;}

#transmenu a {color: #fff;}

@media (min-width: 720px) {
  .can-i-have {
    margin-bottom: 5px;
    padding-left: 40px;
    font-size: 2.0rem;
    line-height: 60px;
  }
}

@media (max-width: 720px) {
  .can-i-have {
    font-size: 1.7rem;
    margin-bottom: 0;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
  
  }


#notwendig-cookies{margin:0 0 10px 0; display:inline-block;}

  
  #start {padding-top:70px;}
  
}

@media (max-width: 720px) {
  .can-i-have {
   /* text-align: center;*/
   display:none;
  }
  
  .logocovid{margin-bottom:30px;}
  
  
  .modal-footer div{
  text-align:center!important;
  margin-bottom: 20px;
}
  
  
}

@media (min-width: 992px) {
  .left-separator {
    border-left: 2px solid #535b62;
  }
}

@media (min-width: 992px) {
  .nav-item {
   /* padding: 0 10px;*/
  }
}


@media (max-width: 720px) {
  .easiest {
    text-align: center;
  } 
  
   .see-menu {
              background-size:contain;
              background-position: 0 100px;
              padding:0;
              background-repeat: no-repeat;
   }
   
     .menu-slogan {
              margin-top: 170px;
   } 
}

@media (min-width: 721px) {
  .easiest {
    text-align: left;
    padding: 0 20px;
  }
  
  .see-menu {background-position: right;}
}
