body {
  padding-top: 42px;
}

.imgnav {
  margin-top: -28px;
  
}


/* unterdrückt den Abstand zum Copyright-Text */
.tm-main > :nth-child(n+2) {
  margin-top: 0px;
}


/* Spalten
========================================================================== */
.tm-sidebar-a, .tm-sidebar-b {
	background: #6bb300;
    color: #fff;
  	text-align: center;
} 

.tm-sidebar-a, .tm-sidebar-b h4,h5 {
    color: #fff;
  	padding: 0 1px 0 1px;
}

.tm-sidebar-a, .tm-sidebar-b a {
    color: #fff;
}

.uk-grid > * {
    padding: 0px;
}

.uk-grid > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
}

aside {
    border-radius: 0px 0.0em 0.0em;
}

@media (min-width: 1220px)
aside.tm-sidebar-a.uk-width-medium-1-4.uk-pull-1-2.uk-row-first {
    margin-left: 35;
}

.uk-panel.uk-panel-box.uk-panel-box-secondary.uk-scrollspy-init-inview.uk-scrollspy-inview {
    padding-left: 0px;
    padding-right: 0px;
/*  color: #fff;
  	text-align: center;
*/ 	margin-top: 0;
}
/*
.uk-panel.uk-panel-box.uk-panel-box-secondary.uk-scrollspy-init-inview.uk-scrollspy-inview h4 {
  color: #fff;
}*/

/* Horizontal */
.uk-grid {
  margin-left: 0px;
}
.uk-grid > * {
  padding-left: 0px;
}



/* theme.css | http://relaunch.beate-bacher.at/templates/jp-fago/styles/green/css/theme.css */

.layout-slideshow .slideshow-content {
    width: 100%;
	height: 10%;
  	font-size: 1.15em;
    text-align: center;
  	font-weight: bold;
}

.layout-slideshow .sprocket-features-desc {
  margin: 100% 0 0 0; 	/* platziert Bild-Capture am unteren Bildrand */
}
  

@media (min-width: 1220px)
.layout-slideshow .slideshow-content {
    width: 100%;
    height: 20%;
}

.slideshow-content * {
  background: #4f5448;
  opacity: 0.64;
}

/* slideshow.css | ../roksprocket/layouts/features/themes/slideshow/slideshow.css  */

@media (min-width: 1220px)
.layout-slideshow .sprocket-features-desc {
  margin: 100% 0 0 0; 	/* platziert Bild-Capture am unteren Bildrand */
}

/*
.layout-slideshow .slideshow-content {
    width: 100%;
    height: 8px;
}*/

@media (min-width: 360px)
.layout-slideshow .slideshow-content {
    width: 100%;
    height: 8px;
}

@media (min-width: 360px)
.layout-slideshow .sprocket-features-desc {
  margin: 100% 0 0 0; 	/* platziert Bild-Capture am unteren Bildrand */
  	font-size: 1.5em;
}

@media (min-width: 360px)
.layout-slideshow .sprocket-features-desc {
  margin: 100% 0 0 0; 	/* platziert Bild-Capture am unteren Bildrand */
}


/* 2-Spaltensatz in body main 
=============================================================================== */

/*column {
/*	margin: 10px auto; 
	max-width: 100%; */
/*	display: grid;
	grid-template-columns: repeat(auto-fill, 20em);
}

@media (min-width: 40em) {
	column {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(24em, 1fr));
	}
}

#columre {
	grid-row: span 2;
}

article {
	grid-column: 1 / -1;
	grid-row: span 2;
}*/

/* aside {
  	border-radius: 0px 0.0em 0.0em;
  	padding: 0px;
	border: 1px solid;  
	margin: 0px;  */
}




