html {
    background-color: #fff;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 900px) {
    body {
        text-align: left;
    }
}

.uk-section-default {
    background: #032143;
    color: #000;
  }
  
body a{
    color:#1F3955;
}

body a:hover{
    color:#18C2B2;
}

.bg_gelb    {
    background-color:#999;
}

@media (max-width: 959px) {
    .bg_gelb h1{
        font-size: 28px;
    }
    .bg_gelb h2{
        font-size: 18px;
    }
}

@media (max-width: 959px) {
    .slider h1{
        font-size: 28px;
    }
}

/* Navbar */
.uk-fixed-navigation {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #032143;
}
.uk-sticky {
    background: #F5F5F7;
    border-bottom: 1px solid #000;
}
.uk-navbar-dropdown {
    width: 240px;
}

ul.uk-navbar-dropdown li.current a {
    background: #095FA8;
    color: #fff;
}
ul.uk-navbar-dropdown li a:active {
    background: #095FA8;
    color: #fff;
}

.uk-navbar-nav>li>a {
    font-size: 16px;
    color: #999;
    text-transform: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}

.uk-navbar-nav > li.uk-active > a:hover{
    color: #095FA8;
}

.uk-navbar-dropdown-nav > .uk-active > a {
    color: #095FA8;
}

.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #FFF;
}
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a:hover{
    color: #999;
}

.uk-navbar-right {
    list-style: none;
}

/* Navbar */



/* Header */
.uk-logo {
    height: 65px;
    margin: 10px 0px 18px -10px;
}

@media (max-width: 900px) {
    .uk-logo {
        height: 50px;
        margin: 10px 0px 18px -10px;
    }
}
.logo {
    height: 25px;
}

.uk-card-default .uk-card-header {
    border-bottom: 0px solid #e5e5e5;
}
.blau{
    background-color: #095FA8;
}
.weiss{
    color: #fff;
}
.testimonial{
    font-size: 36px;
    background-color:rgba(0,0,0,.5);
    padding: 20px;
}

.heading1{
    padding-top: 20px;
    font-size: 28px;
}

.uk-heading-primary{
    font-size: 42px;
    font-weight: 500;
}
@media (max-width: 959px) {
    .uk-heading-primary{
        font-size: 22px;
        font-weight: 500;
    }
}
/* Header */



/* Button */
.uk-button-primary {
    background-color: #095FA8;
}
.uk-button-weiss{
    background-color: #fff;
    color: #333;
    border-color: #fff;
}
.uk-button-weiss:focus, .uk-button-weiss:hover {
    background-color: #fff;
    color: #333;
    border-color: #fff;
}
.uk-button:hover {
    text-decoration: none;
}
/* Button */


em {
    color: #095FA8;
}

h1 {
    font-size: 38px;
    text-align: left;
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    h1 {
        font-size: 28px;
        text-align: left;
    }
}

h2 {
    font-size: 22px;
    text-align: left;
}

@media (max-width: 900px) {
    h2 {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    h3 {
        font-size: 18px;
    }
}

.wordwrap {
    white-space: normal !important;
    max-width: 200px;
}

/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 16px;
}

.center h3 {
    text-align: center;
}
.align-center {
    text-align: center;
    background-color: #f9f9f9;
    color: #000;
    padding: 60px;
    margin-bottom: 30px;
}
.align-center p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.huhu{
    font-size: 24px;
}
 .mt3{
     margin-bottom: 5px;
 }

/* Links */
a {
    color: #095FA8;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #1F3955;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

li {
    font-size: 16px;
    line-height: 28px;
}

.marker {
    padding: 5px 8px 5px 8px;
    background-color: rgba(0,0,0,.5);
}

.uk-marker {
    color: #5BD1F5;
  }

/* Helpers */

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

.mt30 {
    margin-top: 30px;
}


.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mtb30 {
    margin: 30px 0px 30px 0px;
}

.mtb50 {
    margin: 50px 0px 50px 0px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mh30 {
    min-height: 30px;
}

.mh45 {
    min-height: 45px;
}

.mh50 {
    min-height: 50px;
}

.mh60 {
    min-height: 60px;
}

.mh80 {
    min-height: 80px;
}

.mh90 {
    min-height: 140px;
}

.mh_frei {
    min-height: 208px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.unbreak {
    white-space: nowrap;
}

.wordwrap {
    word-wrap: break-word;
}
/* Helpers */


/* Footer */
#footerwrap {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #1F3955;
}

@media (max-width: 992px) {
#footerwrap {
    padding-top: 0px;
    padding-bottom: 10px;
    color: #88A7B4;
    background: #1F3955;
    }
}   


#footerwrap a {
    color: #fff;
} 

#footerwrap a:hover {
    color: #999;
}

#footerwrap p {
    color: #fff;
}

#footerwrap h4 {
    color: #fff;
}

.kontakt {
    color: #fff;
}
.kontakt a {
    color: #fff;
}
.white {
    color: white;
}
#white a {
    color: white;
}
#white a:hover {
    color: white;
}
.copyright {
    font-size: 16px;
    text-align: left;
}
ul.copyright {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.copyright li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
.footernav {
    text-align: right;
    font-size: 16px;
    color: #fff;
}
.footernav a {
    color: #fff;
}
ul.footernav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.footernav li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
@media (max-width: 992px) {
    .copyright {
        font-size: 16px;
        text-align: center;
    }
    .footernav {
        text-align: center;
    }

}
/* Footer */



/* Timeline */
img { border: 0; max-width: 100%; }

.blau {
	color: #0061a6;
}

.page-header h1 {
  font-size: 3.26em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000;
}

.uk-button-primary{
    background-color: #095FA8;
    color: #fff;
}

.grauerbalken {
    background-color: #EEEEEE;
    color: #000;
}

.grauerbalken h4{
    color: #000;
}

.uk-card-primary {
    background: #095FA8;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);

}
li.MarkupPagerNavOn span{
    color: #999;
    font-weight: 700;
}

.uk-button-primary {
    background-color: #43FFFF;
    color: #032143;
}

.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #808080;
    color: #fff;
}

.partner {
    border: 1px sold grey;
}

.uk-overlay-primary {
    background: rgba(34,34,34,.5);
}

.stellen {
border: 1px solid #000;
}

.uk-navbar-right a {
    color: #fff;
}

.uk-navbar-right a:hover {
    color: #999;
}

.uk-navbar-right a {
    color: #fff;
}

.uk-navbar-right a:hover {
    color: #fff;
}

/*Language*/

.language{
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin-left: -5px;
    font-size: 20px;
   }
   
   .language  {
     display: inline-block;
   }
   
   .language  a {
     display: inline-block;
     color: #18C2B2;;
     background: #fff;
     padding: 3px 5px 0px 5px;
     margin-top: 5px;
     margin-left: 5px;
     text-align: center;
     border: 2px solid #fff;
     border-radius: 4px;
   
   }
   
   .language  a:hover  {
     background: #fff;
     color: #18C2B2;
     border: 2px solid #fff;
     border-radius: 4px;
   }

   .language .current a {
     background: #18C2B2;
     color: #fff;
     border: 2px solid #18C2B2;
     border-radius: 4px;
   }

   .language  a:active {
     background: #fff;
     color: #18C2B2;
     border: 2px solid #fff;
     border-radius: 4px;
   }

/*Language*/

 .stellen h3, h5{
 margin:  0 0 10px 0;

}

.full{
    width: 100%;
}

.uk-background-muted {
    background-color: transparent;
  }

  .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: none;
  }

  .uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #1F3955;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }


  .uk-dotnav > .uk-active > * {
    background-color: rgb(255, 255, 255);
    border-color: transparent;
  }

  .uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgb(255, 255, 255);
    transition: .2s ease-in-out;
      transition-property: all;
    transition-property: background-color,border-color;
  }

.uk-slidenav  > * > * {
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
  }

  .uk-navbar-nav li a{
    color: #000;
    padding-bottom: 3px;
  }

  .uk-navbar-nav li a:hover{
    color: #1E3955;
    padding-bottom: 3px;
  } 

  /* Donut */
  .svg-item {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    animation: donutfade 1s;
}

@keyframes donutfade {
  /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .svg-item {
        width: 80%;
    }
}

.donut-ring {
    stroke: #2B3249;
}

.donut-segment {
    transform-origin: center;
    stroke: #05D9FE;
}

.donut-segment-2 {
    stroke: #05D9FE;
    animation: donut1 3s;
}

.donut-segment-3 {
    stroke: #05D9FE;
    animation: donut2 3s;
}

.donut-segment-4 {
    stroke: #05D9FE;
    animation: donut3 3s;
}

.segment-1{fill:#2D344E;}
.segment-2{fill:#2D344E;}
.segment-3{fill:#2D344E;}
.segment-4{fill:#2D344E;}

.donut-percent {
    animation: donutfadelong 1s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 40, 60;
    }
}

@keyframes donut2 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 70, 30;
    }
}

@keyframes donut3{
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 90, 10;
    }
}

.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #05D9FE;
}
.donut-text-1 {
    fill: #05D9FE;
}
.donut-text-2 {
    fill: #05D9FE;
}
.donut-text-3 {
    fill: #05D9FE;
}

.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.12em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color:#fff;
    fill: #fff;
    animation: donutfadelong 1s;
}




/* ---------- */
/* just for this presentation */
html { text-align:center; }
.svg-item {
  max-width:30%;
  display:inline-block;
}

  /* Donut */



/* Buttons */

  /*GRADIENTS*/
    /*GREEN*/
    .b-green, .b-green:before {
      background: rgba(73,155,234,1);
      background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(26,188,156,1)));
      background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
      background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
      background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
      background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1abc9c', GradientType=1 );
    }
    /*PINK*/
    .b-pink, .b-pink:before {
      background: rgba(231,72,234,1);
      background: -moz-linear-gradient(45deg, rgba(231,72,234,1) 0%, rgba(75,26,188,1) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231,72,234,1)), color-stop(100%, rgba(75,26,188,1)));
      background: -webkit-linear-gradient(45deg, rgba(231,72,234,1) 0%, rgba(75,26,188,1) 100%);
      background: -o-linear-gradient(45deg, rgba(231,72,234,1) 0%, rgba(75,26,188,1) 100%);
      background: -ms-linear-gradient(45deg, rgba(231,72,234,1) 0%, rgba(75,26,188,1) 100%);
      background: linear-gradient(45deg, rgba(231,72,234,1) 0%, rgba(75,26,188,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e748ea', endColorstr='#4b1abc', GradientType=1 );
    }
    /*RED*/
    .b-red, .b-red:before {
      background: rgba(234,110,72,1);
      background: -moz-linear-gradient(45deg, rgba(234,110,72,1) 0%, rgba(188,26,99,1) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(234,110,72,1)), color-stop(100%, rgba(188,26,99,1)));
      background: -webkit-linear-gradient(45deg, rgba(234,110,72,1) 0%, rgba(188,26,99,1) 100%);
      background: -o-linear-gradient(45deg, rgba(234,110,72,1) 0%, rgba(188,26,99,1) 100%);
      background: -ms-linear-gradient(45deg, rgba(234,110,72,1) 0%, rgba(188,26,99,1) 100%);
      background: linear-gradient(45deg, rgba(234,110,72,1) 0%, rgba(188,26,99,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6e48', endColorstr='#bc1a63', GradientType=1 );
    }
    /*ORANGE*/
    .b-orange, .b-orange:before {
      background: rgba(255,193,7,1);
      background: -moz-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,193,7,1)), color-stop(100%, rgba(255,87,34,1)));
      background: -webkit-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
      background: -o-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
      background: -ms-linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
      background: linear-gradient(45deg, rgba(255,193,7,1) 0%, rgba(255,87,34,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#ff5722', GradientType=1 );
    }
    /*BLUE*/
    .b-blue, .b-blue:before {
      background: rgba(5,118,255,1);
      background: -moz-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(5,118,255,1)), color-stop(100%, rgba(36,248,255,1)));
      background: -webkit-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
      background: -o-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
      background: -ms-linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
      background: linear-gradient(45deg, rgba(5,118,255,1) 0%, rgba(36,248,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0576ff', endColorstr='#24f8ff', GradientType=1 );
    }
  /*END GRADIENTS*/
  /*BASE BUTTON*/

  .button2 {
    display: inline-block;
    font-size: 16px;
    margin: 0em;
    padding: .5em;
    border-radius: 5px;
    transition: all .5s;
    filter: hue-rotate(0deg);
    color: #FFF;
    text-decoration: none;
  }
  .button2:hover {
    color: #FFF;
  }

  .uk-button-primary {
    display: inline-block;
    font-size: 16px;
    margin: 0em;
    padding: .5em;
    border-radius: 5px;
    transition: all .5s;
    filter: hue-rotate(0deg);
    color: #FFF;
    text-decoration: none;
  }

  .uk-button-primary:hover {
    color: #FFF;
  }

  .uk-button-primary, .uk-button-primary:before {
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(26,188,156,1)));
    background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
    background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
    background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(26,188,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1abc9c', GradientType=1 );
  }

  .uk-button-primary:hover {
    filter: hue-rotate(135deg);
  }

  /*END BASE BUTTON*/
  /*ROTATE*/
  .rot-360-noscoop:hover {
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
  }
  .rot-135:hover {
    filter: hue-rotate(135deg);
  }
  .rot-90:hover {
    filter: hue-rotate(90deg);
  }
  /*END ROTATE*/

  /* Buttons */


  video {
    display: block;
    width: 100%;
    height: auto;
}


.uk-form-label {
    color: #000;
    font-size: .875rem;
  }
  
.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
      transition-property: all;
    transition-property: color,background-color,border;
  }
  
  .uk-select[multiple], .uk-select[size], .uk-textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
  }
  
  
  .InputfieldStateRequired > .InputfieldHeader:first-child::after {
    content: "*";
    margin-left: 0.25em;
    color: #999;
  }
  
  .uk-button-secondary{
    background-color: #fff;
    margin-top: 10px;
    color: grey;
  }
  
  .uk-button-secondary:hover {
    background-color: #fff;
    margin-top: 10px;
    color: grey;
  }

  ul.InputfieldRadiosStacked li{
    list-style: none;
  }

  ul.InputfieldCheckboxesStacked li{
    list-style: none;
  }

  .pw-no-select {
    margin-left: 5px;
  }

  .InputfieldCheckbox {
    padding-bottom: 20px;
  }

  .black{
    background-color: #000;
    color:#fff;
  }

  .black h3{
    background-color: #000;
    color:#fff;
  }

  .white{
    background-color: #fff;
  }

  .uk-button-default{
    background-color: #17C2B2;
    color: #fff;
    border: 2px solid #17C2B2;
    border-radius: 4px;
    text-transform: none;
}

.uk-button-default:focus, .uk-button-default:hover {
    background-color: #17C2B2;
    color: #fff;
    border: 2px solid #17C2B2;
    border-radius: 4px;
}

.uk-button-default.uk-active, .uk-button-default:active {
    background-color: #17C2B2;
    color: #fff;
    border: 2px solid #17C2B2;
    border-radius: 4px;
}

.uk-button-default-black{
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 4px;
    text-transform: none;
}

.uk-button-default-black:focus, .uk-button-default-black:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
}

.uk-button-default-black.uk-active, .uk-button-default-black:active {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
}

a.uk-button-default-header {
    background-color: #17C2B2;
    color: #fff;
    border: 2px solid #17C2B2;
    border-radius: 4px;
    text-transform: none;
    padding: 10px;
}

a.uk-button-default-header:focus, .uk-button-default-header:hover {
    background-color: #17C2B2;
    color: #fff;
    border: 2px solid #17C2B2;
    border-radius: 4px;
}

a.uk-button-default-header.uk-active, .uk-button-default-header:active {
    background-color: #17C2B2;
    color: #fff;
    border: 2px solid #17C2B2;
    border-radius: 4px;
}

#map{
    z-index: 1;
}

.orange {
    background-color: #999;
}

.uk-card-default-box {
    background-color: #fff;
    color: #666;
 
  }

.uk-card-default .uk-card-footer {
    border-top: 0px solid #fff;
  }

.h-captcha {
    margin-bottom: 20px;
}

#offcanvas-toggle {
    color: #000;
}