/* custom.css */
body, #body_bg {
    background-color: #f0f0f0;
}
body {
    background-image: url(/images/hg-bilder/Rheintal_ROV_1v2.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.tm-top.uk-section-default {
	background: transparent;
}
.tm-top .uk-section {
	padding-top: 20px;
	padding-bottom: 10px;
}
nav[aria-label="Navigationspfad"] {
    margin-bottom: 10px !important;
    background-color: #f0f0f0;
    padding: 8px 12px;
    border-radius: 4px;
}
nav[aria-label="Navigationspfad"] .uk-breadcrumb {
    margin-bottom: 0;
}

.tm-top.uk-section {
    padding-top: 15px;
    padding-bottom: 5px;
}
#tm-main {
    background: transparent;
}
.tm-header .uk-navbar-container {
    background: none;
    border-bottom: 0;
}
.tm-header .uk-navbar-nav {
    background-color: rgba(23, 23, 23, 0.5);
    border-radius: 0 0 5px 5px;
    gap: 0;
}
.tm-header .uk-navbar-nav > li > a {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e3e3e3;
    padding: 18px 20px;
}
.tm-header .uk-navbar-nav > li.uk-active > a {
    color: #e3e3e3;
}
.tm-header .uk-navbar-dropdown {
    width: auto;
    min-width: 210px;
    padding: 5px 0;
    background: #f2f2f2;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.tm-header .uk-navbar-dropdown-nav > li > a {
    padding: 8px 15px;
    color: #555;
}
.tm-header .uk-navbar-dropdown-nav > li > a:hover,
.tm-header .uk-navbar-dropdown-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.03);
    color: #555;
}
.cont-home-news {
	padding-top: 40px;
	padding-bottom: 40px;
}
.grid-home-articles > a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    contain: paint;
}
.uk-tile-secondary {
	background-color: rgba(47,31,11, 0.7 );
}
.grid-home-articles .el-title {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 10px;
    margin: 0;
}
.grid-home-articles .el-content {
    color: #fff;
    font-family: 'PT Sans';
    font-size: 15px;
    padding: 0 10px 20px;
    margin: 0;
}
.grid-news-home .el-image {
	    border-bottom: 5px solid #425955;
}
.uk-grid-match > * > .grid-home-articles {
    width: 370px;
    max-width: 100%;
    flex: none;
}
.grid-home-articles > a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    contain: paint;
}
.grid-home-articles .el-title {
    margin-top: 0 !important;
}
.grid-news-home .uk-grid {
    justify-content: center;
}
.grid-news-home .uk-grid > * {
    width: auto;
}
.container-news {
	margin-left: 0;
	padding-right: 40px;
	background: #e2e2e2;
}
.cont-page {
	margin-left: 0;
	padding: 40px;
	background: #f4f4f4;
	border-top: 7px solid rgba(0,0,0,0.8);
	border-bottom: 7px solid rgba(0,0,0,0.8);
  border-radius: 5px 5px 5px 5px;
}
.tm-main > .uk-container > .uk-grid {
	margin-left: 0;
	padding: 40px;
	background: #f4f4f4;
	border-top: 7px solid rgba(0,0,0,0.8);
	border-bottom: 7px solid rgba(0,0,0,0.8);
  border-radius: 5px 5px 5px 5px;
}
.mevents h3 {
    color: #5c5c5c;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mevents .uk-article-title {
    font-size: 20px;
    line-height: 28px;
    padding: 7.2px 0 0;
    margin: 9px 0;
}
.mevents .uk-article-title a.uk-link-reset {
    color: #668e86 !important;
    font-family: 'PT Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none !important;
}
.mevents .uk-article-title a.uk-link-reset:hover {
    text-decoration: underline !important;
}
.cont-footer,
.cont-footer a {
	color: #bbbbb;
}
.footer-nav .uk-navbar-nav > li {
    height: 37px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-nav .uk-navbar-nav > li:last-child {
    border-right: none;
}
.footer-nav .uk-navbar-nav > li > a {
    font-family: 'PT Sans';
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #bbb;
    padding: 0 10px;
    height: auto;
    line-height: normal;
}
.footer-nav .uk-navbar-nav > li.uk-active > a,
.footer-nav .uk-navbar-nav > li > a:hover {
    color: #fff;
}
.footer-nav.navbar-nav {
    display: inline-block;
}
.footer-nav .uk-navbar-nav {
    display: inline-flex;
    gap: 0;
}
[uk-slideshow] {
    border-top: 4px solid rgba(23, 23, 23, 0.5);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.sec-1-footer {
    background-color: #171717;
}
.sec-1-footer .uk-panel,
.sec-1-footer .uk-panel p,
.sec-1-footer .uk-panel a {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'PT Sans';
    font-size: 14px;
}
.sec-1-footer .uk-panel a:hover {
    color: #fff;
}
.sec-1-footer .navbar-nav .uk-navbar-nav {
    display: block;
}
.sec-1-footer .navbar-nav .uk-navbar-nav > li {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.sec-1-footer .navbar-nav .uk-navbar-nav > li > a {
    display: block;
    padding: 0;
    line-height: 25.2px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'PT Sans';
    font-size: 16px;
}
.sec-1-footer .navbar-nav .uk-navbar-nav > li > a:hover,
.sec-1-footer .navbar-nav .uk-navbar-nav > li.uk-active > a {
    color: #fff;
}
.sec-1-footer h3 {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.sec-1-footer .msponsoren.sponsoren1 {
    display: block;
}
.sec-1-footer .msponsoren.sponsoren1 > li {
    width: 100%;
    margin: 0 0 32px;
}
.sec-1-footer .msponsoren.sponsoren1 img {
    width: 190px;
    height: auto;
    max-width: 100%;
}
.sec-1-footer .inhalte-footer {
    padding: 0;
    margin: 0;
}
.sec-1-footer .inhalte-footer > li > a,
.sec-1-footer .inhalte-footer .uk-nav-header {
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    line-height: 25.2px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.sec-1-footer .inhalte-footer > li > a:hover,
.sec-1-footer .inhalte-footer > li.uk-active > a {
    color: #fff;
}
.sec-1-footer {
    background-color: transparent;
    padding: 0;
}
.sec-1-footer .uk-container {
    max-width: 1160px;
    background-color: #171717;
    padding: 40px 20px;
}
/* Phoca Bildergalerie */
.pg-category-view form {
    margin-top: 20px;
}
.fotos .pagination .counter {
	display: none;
}
.fotos .tm-sidebar {
	display: none;
}
.pg-categories-items-box .pg-category-box {
    width: 200px;
    padding: 12px;
    border: 1px solid rgba(60, 60, 60, 0.4);
}
.pg-category-box {
    height: auto;
}
.pg-category-box-image {
    text-align: center;
}
.pg-category-box-title {
    position: static;
    background: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    text-align: center;
}
#phocagallery .pg-category-box-title a {
    color: #333;
    font-size: 16px;
}
.pg-category-box-title svg.ph-si-category {
    display: none;
}
.pg-category-box-count {
    color: #d0d0d0;
    font-family: 'PT Sans';
    font-size: 13px;
    font-weight: 700;
}
.pg-item-box-title { pointer-events: none; }
/* Responsive */
.uk-icon.uk-navbar-toggle-icon svg {
width: 40px;
}
.uk-icon.uk-navbar-toggle-icon svg:Hover {
color: #fff;
}
Schliessen Icon Farbe und Grösse:
.uk-offcanvas-close.uk-close svg {
width: 40px;
color: #000;
}
@media (max-width: 480px) {
	.uk-logo img {
		max-width: 90%;
	}
}
@media (max-width: 959px) {
	.uk-grid.uk-grid-stack > div {
		padding-left: 0;
	}
.sec-1-footer .uk-container {
    padding-left: 70px;
}
}







