:root {
	--dark-text-color: #dcdcdc;
	--spacing: 35px;
	--menu-height: 80px;
	--text-color: #757575;
	--font: 'Lato', sans-serif;

}
body, html {
	min-width: 100vw;
	min-height: 100vh;
	padding: 0;
	margin: 0;
}
body {

	font-weight: normal;
	font-family: var(--font);
	font-size: 18px;
	color: var(--text-color);
	line-height: 1.5em;

	text-align: left;
	line-height: 1.8em;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
}
* {
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	scroll-margin-top: var(--menu-height);
}

strong, b {
font-weight: bold;
color: #464646;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #0072bc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
/*	margin: 0.2em 0 0.5em 0;*/
	margin: 0em 0 1em 2em;
}


.header {
	height: auto;
	max-height: 680px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
body#home .header {
	max-height: initial;
}


.header .slogan .marker {
	font-weight: 700;
	font-size: 65px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	margin-bottom: 10px;

	line-height: 1.2em;
}

.header .slogan p {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
}

.block_content.text {
	margin-bottom: 2em;
}


body#home .header {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;

	background-color: #000d2e;
}
body#home .header .slogan {
	bottom: 30px;
}

.header .slogan {
	position: absolute;
	color: #ffffff;
	font-size: 2.2rem;
	padding: 5px 15px;

	bottom: 15px;
	width: 60%;
	left: 4%;
}

video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;

  &::-webkit-media-controls {
     display:none !important;
  }
}

#mainimage {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin-top: var(--menu-height);
}

body:not(#home) #mainimage {
	height: calc(62vh - 40px);
	width: 100vw;
}



.menu {
	height: var(--menu-height);
	width: 100%;
	justify-content: flex-end;
	transition: all 0.3s;
	z-index: 3;
}
.menu .logo {
	height: 100%;
	width: auto;
	margin-left:5px;

}
.menu.dark {
	background: #202637;
}
.matrix .text {
	margin-top: -32px;
}

.cover-image:is(img), .cover-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parallax {
	width: 100vw;
}
/* startseite */
.parallax img {
	height: inherit;
	width: 100%;
	object-fit: cover;
}

.headline {
	margin: var(--spacing) 0;
}
.headline h1:first-child {
	margin-bottom: 0;
	color: #0072bc;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: calc(var(--spacing) / 1);
}
.headline h1:last-child {
	color: #000;
	font-size: 50px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 60px;
}

.rounded, .rounded img {
	border-radius: 25px;
}
img.rounded {
	  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.content.block {
	margin-bottom: var(--spacing);
}
.spacing {
	margin-top: var(--spacing);
}
.content > .block_content, .ugrid {
	margin-bottom: var(--spacing);
}

/*.ugrid .block_content.text img {
height: auto !important;
}*/

.content.default {
	min-height: 400px;
	height: auto !important;
	height: 400px;

	padding-top: 50px;
	padding-bottom: 150px;

	padding: 60px 20px 100px 20px;
}

body#home .content.default {
	min-height: 400px;
	height: auto !important;
	height: 400px;

	padding-top: 150px;
	padding-bottom: 100px;
}

body#home .wrapper-1 {
	background-color: #000d2e;
}

.wrapper-1 {
	background-color: #ffffff;
	padding: 60px 0;
}

.content.row-2 {
	background-image: url("/stream/images/layout/bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*.row-2 h1 {
	color: #23e5f2;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
}

.row-2 h2 {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 60px;
}*/

body#home .row-1 {
	background-color: #000d2e;
	padding: 20px 0;
	overflow-x: hidden;
}

.row-1 {
	background-color: #ffffff;
	padding: 30px 0;
	overflow-x: hidden;
}

.matrix, .matrix .text, .matrix .text div {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.matrix .text div {
	background-position: 50% 50% !important;
	background-size: cover !important;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.matrix .text div p {
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}


.objectfit-cover, .objectfit-cover .text  {
	width: 100%;
	min-height: 400px;
	height: 100%;
	position: relative;


}
.objectfit-cover .tb_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* margin: 0; */
	position: absolute;
}


h1 {
	color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom:60px
}

h1 span {
	 color: #0072bc;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 4em;
    font-weight: normal;
    margin-bottom: 30px;
}

body#home .wrapper-1 h1 {
	color: #23e5f2;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom:30px
}

h2 {
	color: #0072bc;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom:30px
}

body#home .wrapper-1 h2 {
	color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom:60px
}

body#home .content.default h2 {
	color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom:20px
}

h3 {
	color: #0072bc;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 30px;
}

h4 {
	color: #0072bc;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0;
}

h5 {
	color: #0072bc;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
}

body#home h3 {
	color: #23e5f2;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 30px;
}


table.standard {
  width: 100%;
  max-width: 100%;
  margin-bottom:20px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

table.standard td {
  padding: 5px 0 5px 12px;
  font-size: 17px;
  vertical-align: top;
  background:#f8f8f8;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

table.standard th {
  height: 20px;
  padding: 5px;
  text-align: left;
  font-size: 15px;
  vertical-align: middle;
  background:#f8f8f8;
/*  border: 1px solid #e1e1e1;*/
}

table.standard tr:nth-child(even) td, table.standard tr:nth-child(even) th {
  background:#FFF !important
}


.maschine-button {
	display: inline-block;
	background-color: #0169b3;
	border: 1px solid #0169b3;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 24px;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none !important;
	width: 100%;
	text-align: center;
	height: max-content;
}

.maschine-button:hover {
	display: inline-block;
	background-color: #0169b3;
	border: 1px solid #0169b3;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 24px;
	cursor: pointer;
	color: rgb(255, 255, 255) !important;
	text-decoration: none !important;
	width: 100%;
	text-align: center;
}


.text .block_content.text {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10em 20px;
    max-width:550px
}

.text .block_content.text h4 {
    font-size: 30px;
}


#color {
    background: #0072bc;
    color: #fff;
    height:100%;
}

#color h4 {
    color:#fff;
    font-size: 30px;
}

#color .block_content.text h4 a {
    color:#fff;
}


.maschine {
	padding: 20px;
	background-color: #f9f9f9;
}

.uvideo .uvideo-play {
	color: #0072bc !important;
}

.ugrid .block_content.text p:has(img) {
	margin: 0;
	height: 100%;
}
.ugrid .block_content.text img {
	height: 100%;
}


.counter {
	font-size: 32px !important;
	font-weight: bold !important;
}


a[name]:empty {
	visibility: hidden;
	position: relative;
	top: -100px;
}


.produktion {
	display: flex;
	align-items: center;
}




.social {
	position: absolute;
	right: 25px;
	bottom: 0;
}

.social,
.social a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
}


.social a.fb:hover {
	text-decoration: none;
	color: #1877F2;
}

.social a.in:hover {
	text-decoration: none;
	background-image:linear-gradient(90deg,#5741d8,#ab2bad,#ec153e,#ffbf54);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.social a.li:hover {
	text-decoration: none;
	color: #0A66C2;
}


/* 
	High Resolution Desktops
*/
@media (min-width: 1281px) {
	.content {
		margin: 0 auto;
		max-width: 1400px;
		position: relative;
		padding: 0 20px;
	}

}


@media (max-width: 1280px) {
	.header .slogan {
		transform: unset;
		bottom: 10%;
		width: 100%;
	}
}

/* 
	Laptops, Desktops
*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.header .slogan {
		width: 80%;
	}

}


	
/* 
	Tablets Portrait-Mode
*/  
@media (min-width: 768px) and (max-width: 1024px) {
	.header {
		height: 50vh;
	}
	.content-padding {
		padding-left: 20px;
		padding-right: 20px;
	}
}


	
/* 
	Tablets Landscape-Mode
*/ 
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.header {
		height: 50vh;
	}
}


	
/* 
	Mobile Landscape-Mode
*/
@media (min-width: 481px) and (max-width: 767px) {	
	/*.content {
		margin: 0 15px;
	}*/
	.content-padding {
		padding-left: 0;
		padding-right: 0;
	}

	.header .slogan {
		width: 100%;
		left: 0;
		right: 0;
		padding: 0 20px;
	}
	.header .slogan h2,
	.header .slogan h2 span {
		font-size: 35px;
	}

	.header .slogan p {
		font-size: 18px;
	}
}




/* 
	Mobile Portrait-Mode
*/
@media (min-width: 320px) and (max-width: 480px) {
	:root {
		--spacing: 15px;
	}
	ul {
		margin: 0em 0 1.5em 0em;
	}
	.header {
		height: 50vh;
	}
	.header .slogan h2, .header .slogan p {
		margin: 0;
	}
	.content-padding {
		padding-left: 0;
		padding-right: 0;
	}

	body#home .header .slogan .marker {
		font-size: 42px;
	}

	.header .slogan .marker {
		font-size: 36px;
	}

	.header .slogan h2,
	.header .slogan h2 span {
		font-size: 35px;
	}

	.header .slogan p {
		font-size: 18px;
	}

	h2 {
		font-size: 30px;
	}

	h4 {
		font-size: 22px;
	}

	body#home .content.default h2 {
		color: #000;
		font-family: 'Lato',sans-serif;
		font-size: 40px;
		font-weight: normal;
		margin-bottom: 20px;
	}

	body#home .wrapper-1 h2 {
		font-size: 40px;
	}

	body#home .content.default {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.headline h1:last-child {
		font-size: 30px;
	}

	.maschinenprofil .information {
		padding: 0 0 30px 0 !important;
	}

	.maschinenprofil .information .title {
		font-size: 30px !important;
	}

	.content.row-2 {
		margin: 0 15px;
	}

	.text .block_content.text {
		padding: 3em 20px 0 20px;
		border-bottom: 1px solid #0072bc;
	}

	#color.text .block_content.text {
		border-bottom: 1px solid white;
	}


	body:not(#home) #mainimage {
		height: 40vh;
		width: 100vw;
	}

	.block_content.text {
		overflow-x: auto;
	}

	.social {
		display: none;
	}


}



