@charset "iso-8859-2";
/* CSS Document */

#cta-bottom
{
	font-weight: bold;
}

#cta-top
{
	font-weight: bold;
}
#cta-top .icon {
    font-size: 18px;
}
@media (max-width: 768px) {
  #cta-bottom {
    display:none;
  }
}

@media (min-width: 768px) {
  #cta-bottom-mobil {
    display:none;
  }
}

.fixed-bottom-left {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1030;
}

.fixed-bottom-right
{
    
position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1030;
}

#cta-bottom .icon {
    font-size: 30px;
}
.btn-top-floating {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: #fff !important;
    background-color: #0085AD !important;
    border-color: #0085AD !important;
}


.btn-teal-floating {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: #fff !important;
    background: #003d52 !important;
    border-color: #66dde6 !important;
    animation: pulse-glow 4s infinite;
    
}

@keyframes pulse-glow {
  0%, 100% {
    
    box-shadow: 0 0 0 0 rgba(56, 225, 244, 0.7);
  }
  50% {
    
    box-shadow: 1px -1px 0 5px rgba(56, 225, 244, 0);
  }
}