/* Farben 
dunkelgrün: #2e5302
mittleres grün: #406c02
helles neongrün: #87ce02
aubergine: #960056
rosa: #fbb0db

*/
/* Schriften */
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype'),
		 url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
         url('../fonts/MaterialIcons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale
}


a {
	color: #406c02;
}
a:hover, a:focus, .btn.focus, .btn:focus, .btn:hover {
	color: #87ce02;
}
body {
	background-color: #E5E8E9;
}
img {
	max-width: 100%;
	height: auto;
}
#main {
	background-color: #fff;
}
#main-box {
	padding: 20px;
}
/* Frontpage */
.body-101 #main {
		margin-top: -15%; 
}
.body-101 section {
	padding-top: 0px;
} 
/* Blogs */
.blog-featured .page-header, .blog .page-header {
	border-bottom: 2px solid #87ce02;
}
.blog-featured .page-header h1, .blog .page-header h1 {
	color: #87ce02;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.blog-featured .items-row, .blog .items-row, .blog-item {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog-featured .item-image, .blog .item-image {
	width: 25%;
	margin-bottom: 20px;
}
.blog-featured .item-image.pull-left, .blog .item-image.pull-left {
	margin-right: 20px;
}
.blog-featured .item-image.pull-right, .blog .item-image.pull-right {
	margin-left: 20px;
}
.blog-featured .article-info, .blog-item .article-info {
	margin-bottom: 0px;
}
.blog-featured h3, .blog-item h3 {
	margin-top: 0px;
}
.blog-featured .create, .blog .create, .item-page .create {
	color: #fff;
	font-size: 1px;
	line-height: 1px;
}
.blog-featured .left, .blog-item .left {
	float: left !important;
	margin-right: 20px;
}
.item-page .page-header {
	border-bottom: 2px solid #87ce02;
}
.item-page .page-header h1 {
	color: #87ce02;
	text-transform: uppercase;
	font-size: 24px;
}
.item-page .item-image  {
	width: 40%;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}
.item-page .item-image.pull-left {
	margin-right: 20px;
}
.item-page .item-image.pull-right {
	margin-left: 20px;
}
.icon-chevron-right {
	margin-right: 10px;
	font-weight: bold;
}
.counter.float-end {
	clear: both;
}

@media (max-width: 480px) {
	.blog-featured .item-image, .blog .item-image {
		width: 100%;
	}
}

#brand {
	background-color: #87ce02;
	padding:15px 50px;
	margin-left: -15px;
}
#brand img {
	padding: 0px;
}

#navigation .navbar{
	background-color: #960056;
	border: 0px;
}

@media (max-width: 480px) {
	.navbar-header .navbar-toggler {
		float: none;
/*		width: 15vw; 
		max-width: 50px; */
	}
	.navbar-header #brand {
		width: 80vw;
	}
}

/* Menü oben */
#navigation .navbar nav.navigation ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}
#navigation .navbar nav.navigation ul li a:hover, #navigation .navbar nav.navigation ul li.active a {
	color: #fbb0db;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #87ce02;
}

/* Mobiles Menü */
.navbar-toggler {
	background-color: transparent;
	border: none;
	margin-top: 15px;
	margin-left: 10px;
	padding: 15px;
	float: right;
	margin-right: 15px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	background-color: #ddd;
	border-radius: 4px;
}
.navbar-toggler .navbar-toggler-icon i {
	color: #87ce02;
	font-size: 24px;
}

@media (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }
}
/* rechte Seite */
#sidebar-2 .block, #sidebar-2 .right  {
	color: #fff;
	background-color: #960056;
	margin-bottom: 20px;
	padding: 5px 10px 20px 10px;
}
#sidebar-2 .right ul.mod-articlescategory {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar-2 .right ul.mod-articlescategory li {
	padding: 2px 0;
}
#sidebar-2 .right ul.mod-articlescategory li::before {
	font-family: "Font Awesome 6 Free";
	content:"";
	font-weight: 900;
	margin-right: 5px;
}
#sidebar-2 a {
	color: #fff;
}
#sidebar-2 a:hover {
	color: #fbb0db;
}


#footer {
	background-color: #2e5302;
}
#footer .nav li {
	float:left;
}
#footer .nav li::before {
	display:none;
}
#footer .nav li a {
	color: #fff;
}
#footer .nav li a:hover {
	color: #87ce02;
	background-color: transparent;
}
a.back-to-top {
    font-size: 150%;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    background-color: #87ce02;
}
a.back-to-top:hover {
	    background-color: #960056;
}