/*
.my-border-image::before {
            content: '';
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;;
            z-index: 1;
            pointer-events: none;
            border: 1px solid #edca9a;
            -ms-transform: scaleY(0.5); /* IE 9 */
            -webkit-transform: scaleY(0.5); /* Safari 3-8 */
            transform: scale(0.98);
}
*/
/*
li > a {
   color: whitesmoke !important;
    font-weight: 600;
}
*/
/*
p.absatztext, li.absatztext, .absatztext  li{
  font-size: 18.6px;
  font-family: Raleway;
  color: rgb(79, 82, 96);
  font-weight: 400;
}
*/
/*span.initiale {
    color: #6aaede !important;
}*/
.top10 {
  margin-top: 10px !important;
}
.top20 {
  padding-top: 20px !important;
}
.top30 {
  padding-top: 30px !important;
}




/*
[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
*/

.my-border-image-shadow {
  -webkit-box-shadow: 10px 10px 22px -5px rgba(199,195,183,1);
  -moz-box-shadow: 10px 10px 22px -5px rgba(199,195,183,1);
  box-shadow: 10px 10px 22px -5px rgba(199,195,183,1);
}
.my-border-image img {
       border-radius: 4px;
}


.hero-slogan {
  font-size:28px
}

.uk-navbar-nav>li.uk-active>a::before {
    right: 15px;
    background-color: #00859e !important;
}

.uk-tile-default.uk-tile {
    padding-top: 0;
}
div#tm-bottom {
    padding-top: 0;
}

.footer {
	/* Font & Text */
	font-family: Raleway;
	font-size: 11px;	
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 19.03px;
	text-decoration: none solid rgb(144, 146, 157);
	text-transform: uppercase;
	color: rgb(144, 146, 157);
    padding: 20px 0;
}