/*
Rapp Template
creation Date: 2018-01-22
Author: Sebastian Osinski
http://www.sebbi.net
*/


.responsive-only{
	display: none;
}
.not-responsive-only{
	display: initial;
	display: inherit;
}

@media (max-width: 1500px){
	.main-container{
		max-width: 1260px;
	}
}


@media (max-width: 1260px){
	.main-container{
		width: 95%;
		text-align: center;
	}
	.responsive-only{
		display: initial;
		display: inherit;
	}
	.not-responsive-only{
		display: none;
	}
	
	h1{
		font-size: 20px;
	}
	
	.content-tworow > tbody > tr > td,
	.content-threerow > tbody > tr > td,
	.reftable  > tbody > tr > td,
	.datetable > tbody > tr > td,
	.teamleiter-table > tbody > tr > td{
		display: block !important;
		width: 100% !important;
	}
	.teamleiter-table td{
		text-align: center !important;
	}
	.content-tworow > tbody > tr > td.table-spacer{
		display: none;
	}
	#footer-wrapper td{
		text-align: center !important;
		padding: 0px!important;
	}
	.floaterimg{
		float: none !important;
	}
	#fin-senden input,
	.g-recaptcha > div{
		margin-left: auto;
		margin-right: auto;
	}
	.news-box{
		font-size: 16px;
		line-height: 20px;
	}
	.news-box p{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	span.contarr-right{
		display: none;
	}
}

@media (max-width: 750px){
	h1.cont-title{
		margin-top:20px;
		margin-bottom: 20px;
		font-size: 25px;
	}
}