article {
	margin-bottom:25px;
	/*border: 3px solid red;*/
}

article.module-jumbotron {
	padding: 0;
	margin-bottom:35px;
}
article.module-jumbotron h1 {
	font-size: 40px;
}
article.module-jumbotron h1 span {
	line-height: 1.5;
	background-color: rgba(0,0,0,0.5);
	box-decoration-break: clone;
	padding: 0 15px;

	line-height: 1.6;
	background-color: rgba(0,0,0,0.5);
	box-decoration-break: clone;
	padding: 5px 15px;
}
article .article-inner {
	padding: 0 20px;
}

article .article-inner .article-section h1 {
	background-color: rgba(0,0,0,1);
	color: #ffffff;
	padding: 5px 15px;
	border-bottom:3px solid #0076BD;
}

article.module-jumbotron .article-inner {
	padding: 0;
	background-color: none;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

article.rent-offer .article-text a {
	display: block;
	text-align: center;
    margin: 15px 0;
    color: white !important;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #0076BD;
    border: 1px solid #A3BEDB;
}
article.rent-offer .article-text a:hover {
    background-color: #004873;
}
.article-inner hr {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #5F5F5F;
}
.article-inner ul {
	padding: 0 0 0 5px;
	max-width: 90%;
}

.opening-hours, 
.racing {
	width: 100%;
}
.opening-hours tr td, 
.racing tr td {
	border-bottom: 1px solid #DCDCDC;
	padding: 3px 15px 3px 0;
	vertical-align: top;
}
.opening-hours tr td:first-child,
.racing tr td:first-child {
	font-weight: bold;
}
.team h2 {
	padding: 0;
	margin: 0;
}
.modell-palette .gallery-image {
	position: relative;
}
.modell-palette .gallery-image a::before,
.modell-palette .gallery-image a::after {
	opacity: 0;
	position: absolute;
	width: 100%;
	transition: .35s ease-in-out;
}
.modell-palette .gallery-image a::before {
	bottom:0;
	content: ' ';
	height: 30%;
	background-color: rgba(255,255,255,0.25);
}
.modell-palette .gallery-image a::after {
	top:0;
	font-size: 25px;
	font-family: 'FontAwesome';
	content: "\f0c1";
	text-align: right;
	color:white;
	padding: 5px 20px 0 0;
}
.modell-palette .gallery-image a:hover::before,
.modell-palette .gallery-image a:hover::after  {
	opacity: 1;
}
/* modell new */
.modell-palette-new .gallery-image a {
	position: relative;
	display: block;
}
.modell-palette-new .gallery-image a .palette-hover {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	font-size: 2rem;
	background: rgba(255,255,255,0.25);
	padding: 8px 20px;
	color: #fff;
	text-transform: uppercase;
/*	font-weight: bold;*/
	font-family: 'Racing Sans One', cursive;
}
.modell-palette-new .gallery-image a:hover .palette-hover {
	background: rgba(255,255,255,0.8);
	color:#3E3D3D;
	transition: .35s ease-in-out;
}
@media screen and (max-width: 1199px) {
	article.module-jumbotron .carousel-inner .carousel-text {
		left:20%;
	}
}
@media screen and (max-width: 768px) {
	.modell-palette .gallery-image {
		width: 100% !important;
	}
	.modell-palette-new .gallery-image {
		width: 100% !important;
	}
	article .article-inner {
		padding: 0;
	}
	article.module-jumbotron h1 {
		font-size: 28px;
	}
	article.module-jumbotron h1 span {
		line-height: 1.4;
		padding: 0 15px;
	}
	article.module-jumbotron .carousel-inner .carousel-text {
		top: 35%;
		left:0;
		transform: translateX(0px) translateY(-50%);
	}
}
@media screen and (max-width: 480px) {
	.article-text, .article-col {
		width: 100% !important;
	}
	article.module-jumbotron h1 {
		font-size: 22px;
	}
}
@media screen and (min-width: 479px) {
	article.team .article-text {
		padding-left:15px;
	}
}