@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header {
	padding: 23px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	
}

body{
	margin-left: auto;
	margin-right: auto;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 17px;
	width: 420px;
}

.style-icon {
	margin-left: auto;
	margin-right: auto;
	width: 60px;
}

.style-nav ul {
	list-style-type: none;
	margin-top: 15px;
}

.style-nav ul li a {
	text-decoration: none;
	color: #424242;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.splash {
	background-image: url("pix/particl_banr.png");
	background-size: cover;
	padding: 50px 20px 50px 20px ;
	color: #FFFFFF;
	text-align: center;
}
.splash_work {
	background-image: url("pix/about_banr.png");
	background-size: cover;
	padding: 50px 20px 50px 20px ;
	color: #FFFFFF;
	text-align: center;
}
.splash_contact {
	background-image: url("pix/contact.png");
	background-size: cover;
	padding: 50px 20px 50px 20px ;
	vertical-align: baseline;
	color: #FFFFFF;
	text-align: center;
}
.splash_about {
	background-image: url("pix/worx_banr.png");
	background-size: cover;
	padding: 50px 20px 50px 20px ;
	vertical-align: baseline;
	color: #000000;
	text-align: center;
}

.splash_impressum {
	background-image: url("pix/impressum.png");
	background-size: cover;
	padding: 50px 20px 50px 20px ;
	vertical-align: baseline;
	color: #000000;
	text-align: center;
}

.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* or whatever fits your layout */
  overflow: hidden;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* behave like background-size: cover */
  display: block;
}

.videoCAP{
	font-size: 23px;
	font-weight: 500;
}

.videoTEX{
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
}

a {
	text-decoration: none;
	color: #bd0a26;
}

h1 {
	font-size: 58px;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 33px;
	font-weight: 200;	
	text-transform: uppercase;
	margin-bottom: 23px;
}

h3 {
	font-size: 23px;
	text-transform: lowercase;
	font-weight: 200;
	margin-bottom: 90px;
}

h4 {
	font-size: 17px;
	font-weight: 100;
	margin-bottom: 50px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.button-dark {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
}

.info-box-tan {
	background-color: #d9d9d9;
	color: #000000;
	padding: 30px 20px 60px;
	text-align: center;
	min-height: 250px;
}

.info-box-dark {
	background-color: #3b030c;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
	min-height: 250px;
}

.info-box-darkred {
	background-color: #23170D;
	color: #FFFFFF;
	padding: 30px 50px 30px;
	text-align: center;
	min-height: 250px;
}

.video-box-tan {
	background-color: #d9d9d9;
	color: #000000;
	padding: 30px 20px 30px;
	text-align: center;
	min-height: 250px;
}

.foot-note {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: right;
}

.col {
	width: 100%
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/* Tablet */
@media (min-width: 768px){
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav {
		text-align: center;
	}
	
	.col-halb {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	
}

/* Desktop */
@media (min-width: 1024px){
	
	body {
		max-width: 1300px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
		margin-top: 20px;
	}
	
	.col-viertl{
		width: 25%;
	}
	
}
