/*
© 2023
bytes & bones, Klaus Affolter
https://bytesbones.ch
*/

/* werbung startseite rechts */
.bb-mobile-only {
	display:none;
}

/* werbung inhalt */
img.bb-werbung-beitrag-inhalt {
	margin:15px 0px 30px 0px;
}


/* R E S P O N S I V E
---------------------------------------- */

/* 3-spaltig */
@media (max-width: 1199px) {
}

/* 1-spaltig */
@media (max-width: 991px) {
	/* werbung startseite rechts */
	.bb-desktop-only {
		display:none;
	}
	.bb-mobile-only {
		display:block;
	}
	
}

/* 1-spaltig kleinste */
@media (max-width: 767px) {
	form#commentform textarea {
		width:100%;
	}
}
