.startseite
	{
	display: block;
	background-color: #070707;
	}

.task_count_icon
	{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #e67e22;
	}

.task_category_display_div
	{
	position: relative;
	top: -1px;
	display: inline;
	}

.task_category_display
	{
	float: right;
	position: relative;
	display: inline-block;
	top: 2px;
	padding-right: 10px;
	}

#shadow_topnews
	{
	z-index: 40;
	background-image: url("/assets/images/startseite/shadow_topnews.png");
	width: 100%;
	height: 10px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	}

#scene
	{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 350px;
	overflow: hidden;
	}

.glow_layer
	{
	background-image: url("/assets/images/startseite/grid_glow_cut.png");
	background-position: center center;
	opacity: 0;
	z-index: 3;
	animation: 10s ease 0s normal none infinite running grid-glow;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5000px;
	height: 1000px;
	transition: background 0.75s ease 0s;
	}

.grid_layer
	{
	z-index: 6;
	opacity: 0.5;
	background-image: url("/assets/images/startseite/grid_cut.png");
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5000px;
	height: 1000px;
	transition: background 0.75s ease 0s;
	}

.nebula
	{
	z-index: 1;
	background-image: url("/assets/images/startseite/stardust_small.png");
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5000px;
	height: 100%;
	transition: background 0.75s ease 0s;
	}

@keyframes stars1_animation
	{
    0% {opacity: 1.0;}
    50% {opacity: 0.5;}
    100% {opacity: 1.0;}
	}

.stars
	{
	z-index: 0;
	background-image: url("/assets/images/startseite/stars2_full.png");
	background-position: top right;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200%;
	height: 100%;
	transition: background 0.75s ease 0s;
	/* animation: 1.5s ease 0s normal none infinite running pulse; */
	animation-name: stars1_animation;
    animation-duration: 3s;
	animation-iteration-count: infinite;	
	}

.stars2
	{
	z-index: 0;
	background-image: url("/assets/images/startseite/stars_full.png");
	background-position: top right;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200%;
	height: 100%;
	transition: background 0.75s ease 0s;
	/* animation: 2.5s ease 0s normal none infinite running pulse; */
	animation-name: stars1_animation;
    animation-duration: 4s;
	animation-iteration-count: infinite;	
	}

@supports (-ms-accelerator:true)
	{
	.stars
		{
		background-image: url("/assets/images/startseite/stars_full.png") !important;
		transform: rotate(180deg);
		}
	}

@keyframes newsbutton_animation
	{
    0% {background-color: #090b0a;}
    50% {background-color: #808b8d;}
    100% {background-color: #090b0a;}
	}










.scene_startseite_pagination {
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
	/* height: 100%; */
	z-index: 10;
	bottom: 0px;
	position: relative;
	display: none;
	}

.scene_startseite_pagination:before,.scene_startseite_pagination:after,
#topnewsdiv:before,#topnewsdiv:after
	{
	content: " ";
	display: table;
	}

.scene_startseite_pagination:after,
#topnewsdiv:after
	{
	clear: both;
	}

@media (min-width: 768px)
	{
	.scene_startseite_pagination,
	#topnewsdiv
		{
		width: 750px;
		}
	}

@media (min-width: 992px)
	{
	.scene_startseite_pagination,
	#topnewsdiv
		{
		width: 970px;
		}
	}

@media (min-width: 1200px)
	{
	.scene_startseite_pagination,
	#topnewsdiv
		{
		width: 1170px;
		}
	}

#startseite_pagination
	{
	position: absolute;
	z-index: 20;
	right: 20px;
	/* bottom: 10px; */
	bottom: -40px;
	}

.startseite_pagination_button
	{
	}

#topnewsdiv
	{
	/* z-index: 30; */
	z-index: 1000;
	position: relative;
	height: 300px;
	overflow: hidden;
	/* background-color: rgba(0, 255, 0, 0.1); */
	margin-left: auto;
	margin-right: auto;
	left: 1px;
	right: 1px;
	display: none;
	}

.molecules-article_background
	{
	background: transparent !important;
	}




.topnewsatomsimagecontainer
	{
	max-height: 290px !important;
	margin-top: 10px !important;
	float: right !important;
	max-width: 500px !important;
	width: auto !important;
	margin-right: 0px !important;
	}

.topnewsatomsimagecontainerimg
	{
	max-height: 230px;
	max-width: 500px;
	width: auto !important;
	}

.topnewswrapper
	{
	display: table;
	}

.topnewstime
	{
	display: table-header-group;
	}

.topnewsheadline
	{
	display: table-header-group;
	}

.topnewsheadline2
	{
	display: table-header-group;
	}

.topnewsshorttext
	{
	display: table-header-group;
	}

.topnewstext
	{
	display: table-header-group;
	}

.topnewsmore
	{
	display: table-header-group;
	}

.play_video
	{
	background-image: url("/assets/images/startseite/play_video.png");
	width: 55px;
	height: 55px;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	margin-top: 70px;
	pointer-events: none;
	}

.infoblock_wordwrap
	{
	word-wrap: normal;
	}

@media (max-width: 768px)
	{
	.topnewsatomsimagecontainer
		{
		display: none;
		}

	.topnewsshorttext
		{
		display: table-footer-group;
		}

	.topnewstext
		{
		display: table-footer-group;
		}

	.topnewsmore
		{
		display: table-header-group;
		}

	.play_video
		{
		margin-top: 10px;
		}

	.infoblock_wordwrap
		{
		word-wrap: break-word;
		}
	}

@media (max-width: 500px)
	{
	.play_video
		{
		margin-top: 1px;
		width: 55px;
		height: 55px;
		}
	}

@media (min-width: 769px) and (max-width: 992px)
	{
	.topnewsatomsimagecontainer
		{
		display: none;
		}

	.topnewsshorttext
		{
		display: table-footer-group;
		}

	.topnewstext
		{
		display: table-header-group;
		}

	.topnewsmore
		{
		display: table-header-group;
		}

	.play_video
		{
		margin-top: 30px;
		}
	}

@media (min-width: 993px) and (max-width: 1200px)
	{
	.topnewsatomsimagecontainerimg
		{
		max-width: 300px !important;
		}

	.topnewsshorttext
		{
		display: table-header-group;
		}

	.topnewstext
		{
		display: table-header-group;
		}

	.topnewsmore
		{
		display: table-header-group;
		}

	.play_video
		{
		margin-top: 50px;
		}
	}

@media (max-width: 1200px)
	{
	.calendar_list_container_termin_zusage
		{
		display: none;
		}
	}

.topnewsatomsimagecontainerscreenshot
	{
	max-height: 290px !important;
	margin-top: 10px !important;
	float: right !important;
	max-width: 500px !important;
	width: auto !important;
	margin-right: 0px !important;
	}

.topnewsatomsimagecontainerimgscreenshot
	{
	max-height: 230px;
	max-width: 500px;
	width: auto !important;
	}

@media (max-width: 600px)
	{
	.topnewsatomsimagecontainerimgscreenshot
		{
		max-width: 280px !important;
		}
	}

.systemstatusmargin
	{
	margin-right: 7px;
	}

@media (max-width: 400px)
	{
	.systemstatusmargin
		{
		margin-right: 1px !important;
		}
	}

.searchdiv
	{
	position: relative;
	width: 50%;
	top: 43px;
	}

@media (max-width: 990px)
	{
	.searchdiv
		{
		width: 100% !important;
		top: 13px !important;
		}
	}

#suche
	{
	background-image: url("/assets/images/startseite/suche.png");
	background-repeat: no-repeat;
	background-position: 4px 6px;
	display: none;
	padding-left: 4px;
	}







.newsbutton
	{
	animation-name: newsbutton_animation;
    animation-duration: 1.5s;
	animation-iteration-count: infinite;	
	}

.systemanzeige
	{
	background-color: #2b2b2b;
	min-width: 100px;
	/* width: 18%; */
	width: 23%;
	padding: 10px;
	float: left;
	/* border-radius: 3px; */
	border-style: solid;
	border-width: 1px;
	border-color: rgba(231, 126, 35, 0.5);
	}

.systemanzeige_1
	{
	width: 24%;
	}

.systemanzeige_2
	{
	margin-left: 2%;
	}

.systemanzeige_3
	{
	margin-left: 2%;
	}

.systemanzeige_4
	{
	margin-left: 2%;
	}

.systemanzeige_5
	{
	width: 24%;
	margin-left: 2%;
	}

/*
.systemanzeige_1
	{
	width: 19%;
	}

.systemanzeige_2
	{
	margin-left: 2%;
	}

.systemanzeige_3
	{
	margin-left: 2%;
	}

.systemanzeige_4
	{
	margin-left: 2%;
	}

.systemanzeige_5
	{
	width: 19%;
	margin-left: 2%;
	}
*/

.systemstatus
	{
	float: right;
	}

#systeminfo
	{
	display: none;
	position: absolute;
	top: 0px;
	left: -1000px;
	background-color: #2b2b2b;
	min-width: 100px;
	max-width: 230px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(231, 126, 35, 0.5);
	z-index: 500;
	}

@media (max-width: 992px)
	{
	.systemanzeige_1
		{
		width: 49%;
		}

	.systemanzeige_2
		{
		width: 49%;
		}

	.systemanzeige_3
		{
		margin-left: 0%;
		width: 49%;
		margin-top: 15px;
		}

	.systemanzeige_4
		{
		width: 49%;
		margin-top: 15px;
		}

	.systemanzeige_5
		{
		width: 49%;
		margin-top: 15px;
		}

	/*
	.systemanzeige_1
		{
		width: 49%;
		}

	.systemanzeige_2
		{
		width: 49%;
		}

	.systemanzeige_3
		{
		margin-left: 0%;
		width: 49%;
		margin-top: 15px;
		}

	.systemanzeige_4
		{
		width: 49%;
		margin-top: 15px;
		}

	.systemanzeige_5
		{
		margin-left: 0%;
		width: 49%;
		margin-top: 15px;
		}
	*/
	}

.infoblock
	{
	width: 32%;
	float: left;
	margin-top: 30px;
	margin-bottom: 0px;
	}

.infoblock_1
	{
	}

.infoblock_2
	{
	margin-left: 2%;
	}

.infoblock_3
	{
	margin-left: 2%;
	}

.video-frame
	{
	width: 90% !important;
	height: 90% !important;
	top: 4% !important;
	bottom: 2% !important;
	left: 4% !important;
	right: 1% !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	}

.video-stream,
.video-iframe
	{
	width: 100% !important;
	height: 100% !important;
	}

.calendar_list_container_news
	{
	background-color: transparent !important;
	width: 100% !important;
	border-radius: 0px !important;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	height: 45px !important;
	}

.calendar_list_container_eventname,
.calendar_list_container_termin
	{
	font-size: 13px;
	}

@media (max-width: 768px)
	{
	.calendar_list_container_eventname,
	.calendar_list_container_termin
		{
		font-size: 10px;
		}

	.calendar_list_container_news
		{
		height: 60px !important;
		line-height: 18px !important;
		}
	}

.calendar_category
	{
	border-radius: 0px !important;
	}


#KRT_Intro
	{
	position: absolute;
	margin: auto;
	margin-right: 4%;
	margin-left: 4%;
	left: 0px;
	right: 0px;
	width: 92%;
	height: 100%;
	z-index: 100;
	display: none;
	}

#Das_Kartell_Intro
	{
	position: absolute;
	margin: auto;
	margin-right: 4%;
	margin-left: 4%;
	left: 0px;
	right: 0px;
	width: 92%;
	height: 100%;
	z-index: 100;
	display: none;
	}

#KRT_Intro img,
#Das_Kartell_Intro img
	{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	}