body
{
	background-color: rgb(250,250,250);
	position: relative;
}

.content-container {
	background-color: #FFFFFF;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
#offer{
	margin-top: -20px !important;
	padding-top: 45px;
	margin-bottom: 25px;
}
#onlinecoaching
{
	margin-top: -20px !important;
	padding-top: 45px;
	margin-bottom: 25px;
}

#contact-bg{	
    background-image: url("img/Barbell.png");
    position: relative;
}

#contact-layer{
	background-color: rgba(52, 60, 115, 0.8);
	color: #FFFFFF;
    height: 400px;
	padding-top: 50px;
}
#preise {
	margin-top: 45px;
}
.header-about{
	padding-top: 5px;
	font-size: 160%;
}
.header-about-grey{
	color: #5c5c5c;
}
.header-about-blue{
	color: #435AB5;
}
#about p {
	text-align: justify;
}

.wo-wie-wann {
	color: #FFFFFF;
	height: /*175px*/;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wo {
	background-color: #1E2766;
}

.wie {
	background-color: #3443A6;
}

.wann {
	background-color: #5369F5;
}

.row-headline{
	font-size: 200%;
	color: #5c5c5c;
}

.center-headline-bold{
	font-weight: bold;
}

.center-headline-thin{
	font-weight: thin;
}

.main-center-text {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.contact-text{
	font-size: 120%;
}
.home-title{
	/*font-size: 400%;*/
	text-shadow: 0px 0px 4px #000000;
	font-weight: lighter;
}
.home-subtitle {
	/*font-size: 200%;*/
	text-shadow: 0px 0px 4px #000000;
	font-weight: lighter;
}
.title-line{
	width:20%;
	border: none;
	color: #1E2766;
	background-color: #1E2766;
	height: 3px;
}
.portfolio_description {
    position: absolute;
    left: 0;
    top: 40%;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    text-shadow:0px 0px 10px #000000;
}
@media(max-width: 666px) {
  .home-title {
    font-size: 17pt;
  }
  .home-subtitle {
    font-size: 13pt;
  }
  .portfolio_description{
  	top:15%;
  }
}
@media(min-width: 666px){
	.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

.testdiv {
	background-color: #FF5599;
}

.img-fullwidth{
	width: 100%;
}
#kleingruppentraining,#preisuebersicht
{
	margin-top: 30px;
	margin-bottom: 30px;
}
#impressum{
	margin-top: 60px;
	margin-bottom: 30px;	
}
#mail {
	color: white;
}
#impressum-link
{
	color: white;
}
#impressum-content p{
	text-align: justify;
}
#impressum-content{
	margin-bottom: 20px;
}