@media only screen and (max-width: 1200px) {
	[class*="col-"]{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	header .reklame {
		margin-left: 242px;
	}
	.skyscraper {
		display: none;
	}
	.navileiste {
		display:none;
	}	
	.slicknav_menu {
		display:block;
	}	
	.slider-wrapper {
		height: 340px;
	}
	.caption-content {
		top: 250px;
	}
	#box_spieltage .spiel {
		width: 290px;
	}
}
/* md */
@media only screen and (max-width: 991px) {
	header .reklame {
		margin: 25px auto;
	}
	.logo {
		width: 65px;
		height: 74px;
		top: -50px;
		left: 20px;
	}
	.slider-wrapper {
		height: 260px;
	}
	.caption-content {
		top: 30%;
		margin-left: -360px;
		font-size: 24px;
	}
	.caption-content h1 {
		font-size: 18px;
	}
	.caption-content h2 {
		display: none;
	}
	.sponsoren {
		/*display: none;*/
	}
	#box_spieltage .spiel {
		width: 350px;
	}
}
/* sm */
@media only screen and (max-width: 767px) {
	body {
		background-image: none;
	}
	.reklame, .skyscraper {
		display: none;
	}
	.slider-wrapper {
		height: 225px;
	}
	.caption-content {
		bottom: 0;
	}
	.footer-menu {
		display: none;
	}
}

/* xs */
@media only screen and (max-width: 567px) {	
	.slider-wrapper {
		margin-top: -12px;
		height: 220px;
		background: #621533;
	}
	.caption-content {
		top: 114px;
		bottom: 0;
		height: 86px;
		margin-left: -160px;
	}
	.caption-content h1 {
		font-size: 18px;
	}
	.caption-content h2 {
		display: none;
	}
	.news {
		background: none;
		border: none;
	}
	.news-bild {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.news-text {
		padding: 15px 0;
	}
	.fb-page {
		margin-top: 0;
	}
	.footer-menu {
		display: none;
	}
	/*.widget {
		width: 300px !important;
	}*/
	#box_spieltage .spiel {
		width: 100%;
	}
	.arrow_left, .arrow_right {
		display: none;
	}
}