/*      Framework KAZUMI JOOMLAPLATES
        19.03.2019 Thomas Wollenmann, webberry.ch
*/

.logo {
    text-align: right;
    right: 2%;
    top: 3% !important;
}

.uk-navbar-nav {
    display: none;
}
@media (min-width: 768px) {
	.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
		box-sizing: border-box;
		display: block;
		height: 80px;
		padding: 0 20px;
		float: left;
	}

	.uk-navbar-toggle {
		font-size: 50px;
		color: #222222;
		text-decoration: none;
		padding: 50px !important;
	}
}


.tm-footer hr {
    display: none;
}

.readon {
    display: none;
}

.sprocket-strips-content {
    min-height: 100px;
}

.uk-slidenav-next::before {
    color: black;
}

.sprocket-mosaic .sprocket-mosaic-header {
    display: none;
}

.sprocket-mosaic-item .sprocket-mosaic-title a {
    font-size: 0px;
}

.sprocket-readmore span {
    font-size: 0px;
}

.sprocket-mosaic-image-container .item-image-backdrop {
    background-color: transparent;
}

.main-outer, .footer-a-outer {
    padding: 0 !important;
}

.tm-leading-article .uk-article:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}


.hero-icon {
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
}