/****************************************************************/
/* html items                                                   */
/****************************************************************/
*
{
	box-sizing: border-box;
}

html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	min-width: 500px;
}

body
{
	background-color: #fff;
	color: #000;
	font-family: Asul;
	font-size: 1em;
}

/* headings */
h1, h2, h3, h4, h5
{
	line-height: 1.1;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1rem; }

/* text */
a
{
	color: #cf3d3d;
	text-decoration: none;
}

p
{
	margin: 0 0 0.6em;
}

/* display elements */
hr
{
	border: 0;
	border-top: 1px solid #eee;
}

/****************************************************************/
/* fonts                                                        */
/****************************************************************/
.highlight
{
	color: #cf3d3d;
}

.lowlight
{
	color: #bababa;
}

/****************************************************************/
/* Layout                                                       */
/****************************************************************/
.content
{
	width: 80% !important;
	max-width: 80% !important;
	margin: 0 auto;
}

/****************************************************************/
/* Alignment                                                    */
/****************************************************************/
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/****************************************************************/
/* Navigation bar                                               */
/****************************************************************/
#navbar, #navbar-height
{
	width: 100%;
	height: 100px;
}

#navbar
{
	color: #fff;
	background-color: #3c3c3c;
	position: fixed;
}

.navbar-brand
{
	padding: 0;
	margin-left: 0;
	background-color: transparent;
}

	.navbar-brand > img
	{
		max-height: 200px;
		margin: 8px 0;
		background-color: rgba(201, 76, 76, 0);
		vertical-align: middle;
		overflow: clip;
	}

/****************************************************************/
/* Footer                                                       */
/****************************************************************/
#footer
{
	width: 100%;
	font-size: 0.8em;
	padding: 2em 0;
	text-align: right;
	color: #fff;
	background-color: #3c3c3c;
}

#copyright
{
	background-color: #3c3c3c;
}

.copyright-message
{
	font-size: 0.8rem;
	color: #bababa;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.8rem 0;
}

.copyright-message > .highlight
{
	color: #fff;
}

/****************************************************************/
/* Panels                                                       */
/****************************************************************/
.panel
{
	padding-top: 70px;
	padding-bottom: 70px;
}

	.panel p
	{
		line-height: 1.5em;
	}

.section-title-line
{
	position: relative;
	top: 30px;
	display: table;
	height: 2px;
	width: 54px;
	background-color: #e15454;
	margin: 0 auto;
	margin-bottom: 75px;
}

/****************************************************************/
/* Elements                                                     */
/****************************************************************/
.element-grid
{
	word-spacing: 16px;
	justify-items: center;
}

.element-grid-item
{
	display: inline-block;
}

.slot-altena
{
	max-width: 50%;
	float: left;
}

.partner-list
{
	height: 200px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 40px;
}

.social-icon
{
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	width: 35px;
	height: 35px;
	background-color: #e15454;
	border-radius: 10px;
}

.social-icon:hover
{
	background-color: #a94135;
}

	.social-icon > a
	{
		color: #fff;
	}

[class^=banner]
{
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-duel
{
	background-image: url('images/duel.jpg');
	background-position: 50% 35%;
}

.banner-promo
{
	background-image: url('images/DSC_57822.jpg');
	background-position: 50% 30%;
}

/****************************************************************/
/* Services                                                     */
/****************************************************************/
.service-list
{
	/*display: flex;*/
	margin-top: 50px;
	column-count: 4;
	column-gap: 30px;
}

.service-item
{
	break-inside: avoid;
}

.service-icon
{
	font-size: 28px;
	color: #e15454;

	border: 2px solid #e15454;
	border-radius: 50px;

	width: 78px;
	height: 78px;

	padding: 23px 22px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/****************************************************************/
/* Impression video                                             */
/****************************************************************/
.impression-video
{
	width: 100%;
	margin: 0;
	background-color: #000;
}

.video-element
{
	max-width: calc(min(100%, 1400px));
	text-align: center;
	margin: 0 auto;
}

.video-element iframe
{
	width: 100%;
	aspect-ratio: 16 / 9;
}

/****************************************************************/
/* Facebook video                                               */
/****************************************************************/
/* Facebook video */
.vcenter-align
{
		margin: 0;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		height: 100%;
}

.facebook-responsive
{
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	position: relative;
}

.facebook-responsive iframe
{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/****************************************************************/
/* Credits                                                      */
/****************************************************************/
.credits
{
	width: 100%;
	text-align: center;
}

/****************************************************************/
/* Phones / narrow screens                                      */
/****************************************************************/
@media only screen and (max-width: 1000px)
{
	#navbar, #navbar-height
	{
		height: 80px;
	}

	.navbar-brand > img
	{
		max-width: 80%;
	}

	.service-list
	{
		column-count: 1;
	}

	.service-item
	{
		padding-bottom: 2em;
	}

	.service-item:last-of-type
	{
		padding-bottom: 0;
	}

	.partner-list
	{
		padding: 0;
	}

	.slide-logo
	{	
		padding: 0 0;
	}

	#footer
	{
		text-align: center;
	}
}
