@charset 'utf-8';

html,
body {
	height: 100%;
}

body {
	background: #F2F2F2;
	color: #222;
	font: 1em 'Proof', sans-serif;
}

a {
	background: transparent;
	color: rgba(0, 193, 0);
}

a:active,
a:focus,
a:hover {
	background: transparent;
	color: #000;
}

/* Login */

#login {
	height: 100%;

	display:			-ms-flexbox;
	display:			flex;
	-ms-flex-align:		center;
	align-items:		center;
}

#login-inner {
	width:				100%;
	max-width:			500px;
	margin:				auto;

	padding: 25px;
	box-shadow: 0 6px 10px #aaa;
	background: #FFF;
	color: #000;
}

#login h1 {
	max-width: 350px;
	margin: 0 auto;
}

#login h2 {
	margin: 25px 0 0;
	font-size: 2em;
	font-weight: 600;
	color: #0F0;
}

#login h3 {
	margin: 0 0 25px;
	font-size: 1.5em;
}

/* Components */

/* Buttons */

.btn {
	border-radius: 0;
	font-weight: 500;
}

.btn-primary {
	border: 2px solid #0F0;
	background: #0F0;
	color: #000;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	border: 2px solid #0F0;
	background: #FFF;
	color: #000;
}

.btn-secondary {
	border: 2px solid #0F0;
	background: #FFF;
	color: #000;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	border: 2px solid #0F0;
	background: #0F0;
	color: #000;
}

/* Cards */

.card {
	margin: 15px 0;
	border: 2px solid #0F0;
	border-radius: 0;
}

.card-img,
.card-img-top {
	border-radius: 0;
}

/* Jumbotron */

.jumbotron {
	padding: 25px;
	background: #FFF;
	color: #222;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .125);
}

.jumbotron label {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .05em;
}

/* List Group */

.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: rgba(0, 255, 0, .125);
	color: #111;
}

.list-group-item-action a {
	display: block;
	margin: -.75rem -1.25rem;
	padding: .75rem 1.25rem;
}

.list-group-item-action a:active,
.list-group-item-action a:focus,
.list-group-item-action a:hover {
	text-decoration: none;
}

/* Header */

body > header {
	margin-bottom: 50px;
}

header .navbar {
	height: 100px;
	padding: 0;
	box-shadow: 0 5px 25px rgba(0,0,0,.1);
	background: #0F0;
	background:  linear-gradient(90deg, rgba(0,255,0,1) 0%, rgba(0,168,218,1) 100%);
	color: #000;
}

.navbar-brand {
	display: block;
	padding: .5rem 1rem;
	width: auto;
	height: 100px;
}

.navbar-brand img {
	width: 100%;
	height: 100%;
	padding: 15px;
}

.navbar-collapse {
	height: 100%;
}

.navbar-collapse ul {
	height: 100%;
}

.navbar .nav-item {
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 2px solid rgba(0, 0, 0, .075);
	font-size: 1.25rem;
	font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
	padding: 0 15px;
}

.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	background: transparent;
	color: #000;
}

.active {
	color: #000;
}

.navbar-collapse.collapse.show {
	position: relative;
	z-index: 999;
	height: auto;
	background: #0F0;
	color: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .125);
}

.navbar-light .navbar-toggler {
	margin-right: 1rem;
	border: 0 none;
}

.navbar-collapse.collapse.show .nav-item {
	padding: .5em;
	border-bottom: 2px solid rgba(0, 0, 0, .075);
}

.navbar-collapse.collapse.show .nav-item:last-child {
	border-bottom: 0 none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Footer */

body > footer {
	margin-top: 50px;
	border-top: 1px solid #DDD;
	font-size: .9rem;
}

.breadcrumb {
	background: transparent;
	color: #222;
}

.breadcrumb-item a,
footer a.nav-link {
	background: transparent;
	color: #222;
	opacity: .75;
}

.breadcrumb-item a:active,
.breadcrumb-item a:focus,
.breadcrumb-item a:hover,
footer a.nav-link:active,
footer a.nav-link:focus,
footer a.nav-link:hover {
	opacity: 1;
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
	background: transparent;
	color: #DDD;
}

.breadcrumb-item.active {
	background: transparent;
	color: #999;
}

body > footer .nav {
	padding-top: .3rem;
}

/* Company Profile */

.company-profile div {
	padding: 20px;
	background: #FFF;
	color: #222;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .125);
	text-align: center;
}

.company-profile img {
	max-width: 75%;
}

.company-profile h1 {
	margin: 25px 0 0;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.2em;
	overflow-wrap: break-word;
	text-align: left;
}

.company-profile img + h1 {
	padding-top: 25px;
	border-top: 1px solid #DDD;
}

.company-profile .booth-id {
	font-size: 80%;
	text-align: left;
	opacity: .6;
}

.company-profile .nav-link {
	border: 2px solid #0F0;
	background: transparent;
	color: #000;
	transition: .2s all;
}

.company-profile .nav-link:hover {
	background: #0F0;
	color: #000;
}

/* Company Profile: Imagemap */

.booth {
	position: relative;
	cursor: pointer;
}

.booth:hover:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 255, 0, .25);
	border: 2px solid #0F0;
	cursor: pointer;
	pointer-events: none;
}

.booth .circle {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #0F0;
	box-shadow: 0 0 0 10px rgba(0, 255, 0, .5);
	pointer-events: none;
	animation: 1.5s booth-circle-pulsate infinite;
}

@keyframes booth-circle-pulsate {
	  0% { box-shadow: 0 0 0 0 rgba(0, 255, 0, .5); }
	 50% { box-shadow: 0 0 0 10px rgba(0, 255, 0, .5); }
	 55% { box-shadow: 0 0 0 10px rgba(0, 255, 0, .5); }
	100% { box-shadow: 0 0 0 0 rgba(0, 255, 0, .5); }
}

/* lightGallery */

.lg-toolbar
.lg-icon,
.lg-next,
.lg-prev {
	background: rgba(0, 0, 0, .75);
	color: #0F0;
	font-size: 32px;
	opacity: 1;
}

.lg-icon.lg-zoom-in::after {
	content: '\e312';
}

.lg-icon.lg-zoom-out::after {
	content: '\e311';
}

.lg-counter {
	padding: 12px 20px 5px;
	background: rgba(0, 0, 0, .75);
	color: rgba(255, 255, 255, .5);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #0F0;
}

.lg-outer .lg-thumb-item img {
	max-width: 150px;
	max-height: 80px;
}

.lg-outer.lg-start-zoom img.lg-object {
	cursor: zoom-in;
}

.lg-outer.lg-start-zoom.lg-zoomed img.lg-object {
	cursor: zoom-out;
}

.lg-thumb-item {
	position: relative;
}

.lg-thumb-item .lg-thumb-title {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: .25em;
	background: #0F0;
	color: #000;
	font-size: .8em;
	text-align: left;
	white-space: nowrap;
}

/* Company Profile: File List */

.filelist h2 {
	margin-top: 2rem;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: .05em;
}

.filelist h2:first-of-type,
.filelist h2:first-child {
	margin-top: 0;
}

.filelist .list-group-item p {
	word-wrap: anywhere;
}

.filelist .list-group-item small {
	margin-left: 1em;
}

/* Video Streams */

#stream-list h2 {
	margin: 20px 0;
}

#stream-list .list-group-item.active {
	background: #0F0;
	color: #000;
}

#stream-list .list-group-item.active a {
	background: transparent;
	color: #000;
	font-weight: 600;
}

#stream-list .list-group-item-action:focus,
#stream-list .list-group-item-action:hover {
	background-color: rgba(0, 255, 0, .5);
	color: #FFF;
}

#stream-list .list-group-item-action:focus a,
#stream-list .list-group-item-action:hover a {
	background-color: rgba(0, 255, 0, .5);
	color: #FFF;
}


.videodiv {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}

.videoiframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* polis Magazin */

.cover-container {
	background: #303030;
	color: #FFF;
}

.cover-container > header {
	margin-bottom: 0;
}

.cover-container .container-fluid {
	padding: 0;
}

.cover-container .container-fluid .row {
	margin: 0;
}

.cover-container .container-fluid .col {
	padding: 0;
}

iframe#pc2021mag {
	width: 100%;
	height: 100%;
}

.cover-container > footer {
	margin-top: 0;
	border-top: 0 none;
	font-size: .9rem;
}

.cover-container .breadcrumb {
	border-top: 0 none;
	background: transparent;
	color: rgba(255, 255, 255, .25);
}

.cover-container .breadcrumb-item a,
.cover-container footer a.nav-link {
	background: transparent;
	color: #FFF;
	opacity: .5;
}

.cover-container .breadcrumb-item.active {
	background: transparent;
	color: #FFF;
	opacity: .3;
}
