/* --- Kleine Bildschirme --- */
@media (max-width: 600px) {
	body {
		background-image: url("../../../images/home/background-kleinholz-600.jpg");
		background-repeat: no-repeat, no-repeat;
	}
	
	#rstpl-main-menu-position .navbar .navbar-toggler {
		background-color: rgb(0,0,0,0.5)
	}
}

@media (max-width: 400px) {
	body {
		background-image: url("../../../images/home/background-kleinholz-400.jpg");
		background-repeat: no-repeat, no-repeat;
	}
	
		#rstpl-main-menu-position .navbar .navbar-toggler {
		background-color: rgb(0,0,0,0.5)
	}
	
	div.col-md-12.rstpl-main-menu-col {
		background-color: transparent;
	}
}
/* --- /Kleine Bildschirme --- */

/* --- Grosse Bildschirme --- */
@media (min-width: 601px) {
	body {
		background-image: url("../../../images/home/background-kleinholz.jpg");
		background-repeat: no-repeat, no-repeat;
	}
	
	div.col-md-12.rstpl-main-menu-col {
		background-color: #ffffff !important;
	}
}
/* --- /Grosse Bildschirme --- */

blockquote,
blockquote > p,
blockquote > p:first-child::before {
	font-size: 18px;
}

div.navbar-nav-scroll,
div#rstplNavbarContent {
	width: 100% !important;
}

#rstpl-main-menu-position .navbar .navbar-toggler {
	color: #ffffff;
}


div#tip-92 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

#rstpl-pagewrap #rstpl-com_content .com-content-article,
div.col-md-12 {
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 0px #ffffff;
	padding-top: 12px;
}

.btn-primary, 
.btn-secondary, 
.btn-outline-primary,
.btn-outline-success {
	background-color: #009859;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 15px 10px 15px;
	text-transform: none;
}

div.blog-item {
	background-color: #ffffff !important;
	border-radius: 4px !important;
	border: solid 1px #ffffff !important;
}

.alert {
	background-color: #009859 !important;
	color: #ffffff;
}

#rstpl-footer-container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.rstpl-go-top {
	left: 80%;
}

#column-right > .rstpl-card a:not(.btn) {
	font-size: 18px;
}

#column-right > .rstpl-card h4 a {
    font-size: 24px !important;
}

img {
	max-width: 100%;
}

.bg-info {
	background-color: #009859 !important;
}

/* Kunena Forum */ 
div.blog-item,
div.page-header,
#rstpl-com_content,
#kunena {
	background-color: #ffffff!important;
}

#kunena {
	padding: 0.5rem;
}

form#login-form-16 {
	*max-width: 350px;
}
/* /Kunena Forum */ 

