@charset "utf-8";

* {
	font-family: 'Montserrat', sans-serif;
}

h2 {
	color: #B2D234;
	font-weight: 700;
	font-size: 2em;
	margin: 0 0 30px;
}
.partner_image img {
	max-height: 100px;
   	width: auto;
}

.pointer:hover  {
	cursor: pointer;
}
h3 {
	color: #b2d234;
	font-size: 2em;
	margin: 30px 0 20px;
}

.aussteller_texts p img {
	width: 50px;
}
p {
	margin: 0;
	color: #6F6F6F;
}
a {
	text-decoration: none;
	color: #009dbb;
}
a:hover {
	color: #b2d234;
}
img {
	width: 100%;
	display: block;
}
ul {
	margin-bottom: 30px;
	color: #6F6F6F;
}
.clear {
	clear: both;
}






.job_link {
    text-decoration: none;
    color: black;
}

.job_listing {
	border-top: 1px solid #ddd;
	padding: 30px 15px;
}

.job_title {
	font-size: 1.4em;
}

.job_listing:first-child {
	border-top: 0px;
}

#job_loader {
	margin: 0;
    border: 0 solid #bbb;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 25%) 0 1px 3px 0;
    background: #fff;
    padding: 0;
}

.job_listing img {
    max-width: 100%;
    max-height: 100px;
}

.job_listing div div {
	margin: auto;
    text-align: center;
}

.job_listing .col-md-10 {
	text-align: left;
}

.job_listing:hover {
	background-color: #eee;
}




.cybr-btn:hover {
  color: #fff;
}
.outline {
	color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ACD037;
	font-size: 0.7em;
	letter-spacing: 1px;
}
.mobile_only {
	display: none;
}

.navbar {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.navbar h1 {
	margin: 10px 0 10px -11px;
	font-weight: 700;
	color: #b2d234;
	font-size: 2em;
	line-height: 0.9em;
}
.navbar img {
	width: 150px;
	margin-top: 30px;
	position: absolute;
}
.navbar .navbar-nav {
	padding-top: 30px;
}
.nav-item i {
	font-size: 2em;
	line-height: 0.7em;
	color: #009dbb;
}
.nav-item i:hover {
	color: #b2d234;
}

.hero {
    background-image: url(../img/messe.png);
    background-size: cover;
    background-position: left;
	object-position: left;
	object-fit: cover;
	height: 70vh;
}
.hero_small img {
	object-position: left;
	object-fit: cover;
	height: 50vh;
}

#cyber-cd {
	width: 300px;
}

section {
	padding: 80px 0;
}
section.blue {
	background-color: #009dbb;
}
section.blue h2 {
	color: #fff;
}

footer {
	background-color: #0F3147;
	padding: 30px 0;
}
footer h3 {
	font-size: 1.2em;
	margin: 0 0 15px;
}
footer img {
	width: 400px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 40px 0;
}
footer ul li {
	float: right;
	margin-left: 30px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.timecard {
    padding: 9px !important;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
    z-index: 999;
    padding-top: 10px !important;
    background-color: rgba(0,0,0,0.09);
    border-radius: 0px 0px 25px 0px;
	
}
.top_container {
	margin-top: 50px !important;
}

.ad_screen {
	display: block;
}
.timecard_hover {
	display: none;
	top: 30px;
	position: absolute;
	left: 50px;
	z-index: 998;
	width: 570%;
	background-color: white;
	box-shadow: 1px 1px 5px 0px black;
	border-radius: 15px;
	padding: 12px !important;
	font-size: 11px;
	color: black;
	max-width: 210px;
}
.card .timecard:hover .timecard_hover {
	display: block;
}

.tc_online {
    color: #00B300;
}

.tc_offline {
    color: red;
}

/* Index */

.info .card {
	position: relative;
	overflow: hidden;
	border: 0;
	border-radius: 0;
}
.info .card div {
	background-color: #fff;
	padding: 20px;
}
.info .card h3 {
	margin: 0 0 10px;
}
.info .card p {
	margin: 0 0 20px;
}
.info .card:after {
	content: "";
	position: absolute;
	margin: -10px -35px 0 0;
	width: 100px;
	height: 50px;
	top: 0;
	right: 0;
	transform: rotate(45deg);
	background-color: #009DBB;
}

/* Login */

form {
	margin-top: 30px;
}
form div {
	margin-bottom: 30px;
}
form a {
	display: inline-block;
	margin-top: 20px;
}
form input {
	display: block;
	width: 75%;
	padding: 10px 20px;
	border: none;
	background-color: #F4F4F4;
	outline: none;
	margin-top: 10px;
}
form label {
	display: inline;
}
form label a {
	display: inline;
}
form .cybr-btn {
	padding: 10px 50px;
}
form input[type="checkbox"] {
	display: inline;
	width: auto;
	margin: 0 10px 0 0;
	padding: 1px 10px;
}

/* Uebersicht */

.messehalle {
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.messehalle img {
	height: 100%;
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}
.station {
	padding: 0;
}
.station .item {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.station img {
	height: 100%;
	width: inherit;
	margin-left: 50%;
	transform: translateX(-50%) scale(1);
	transition: 0.2s ease-in-out;
}
.station:hover .item img {
	transform: translateX(-50%) scale(1.1);
}
.station h3 {
	position: absolute;
	color: #fff;
	font-weight: 700;
	font-size: 1.5em;
	margin: 0 20px;
	bottom: 20px;
	z-index: 2;
}
.fade_overlay {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0, 0.6));
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0, 0.6));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* Stand */

.messestand_background {
	background-image: url(../img/background_stand.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.messestand {
	position: relative;	
}
.messestand img {
	margin-top: 120px;
	max-height: 900px;
    max-width: 100%;
	width: auto;
}
.messestand a {
	display: inline-block;
	position: absolute;
	padding: 15px 60px;
	bottom: 50px;
	right: 0;
}
.leiste {
	border-left: 1px solid #B2D234;
	padding-left: 30px;
}
.leiste img {
	margin-bottom: 30px;
}
.leiste ul {
	list-style: none;
	padding: 0;
}
.leiste ul li {
	margin: 10px 0;
}
.leiste ul li a {
	font-size: 1.2em;
}
.leiste ul li i {
	padding-right: 10px;
	border: none;
}

/* Staende */

.dropdown button {
	border: none;
	background-color: #B2D234;
	padding: 10px 30px;
	margin: 20px 0;
	outline: none;
	color: black;
}
.dropdown button:hover, .dropdown button:active, .dropdown button:focus {
	background-color: #90ab26;
	color: white;
	outline: none;
}
.btn-check:focus+.btn, .btn:focus {
	box-shadow: 0 0 0;
}
.input-group {
	margin: 25px 0;
}
.stand {
	margin-top: 30px;
}
.stand .card {
	border: none;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	transition: 0.1s ease-in-out;
}
.stand .card:hover {
	transform: scale(1.03);
}
.stand .card div {
	padding: 0 18px 18px;
}
.stand .card img {
	height: 180px;
	width: inherit;
	margin-left: 50%;
	transform: translateX(-50%);
}
.stand .card {
	height:100%;
}

.mobile_only {
		display: none;
	}

/* Lehrstellen */

.lehrstelle {
	margin-top: 30px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	transition: 0.1s ease-in-out;
}
.lehrstelle:hover {
	transform: scale(1.02);
}
.lehrstelle .karte {
	padding: 0;
	overflow: hidden;
}
.lehrstelle .karte .info {
	padding: 0 30px 30px;
}
.lehrstelle .karte i {
	font-size: 3em;
	margin: 60px 0 60px 80px;
}
.lehrstelle .karte img {
	height: 180px;
	width: inherit;
	max-height: 250px;
}

/* Profil */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #009dbb;
}
.tab_item {
	margin-bottom: 80px;
}

.logo_row img {
		height: 100%;
		padding-bottom: 25px;
}

.mobile_logos {
	display: none !important;
}
.mobile_logos img {
	width: 60%;
}



.logo_row .col-md-2 {
		height: 100%;
		vertical-align: middle;
		min-height: 80px;
}
.tab_item:last-child {
	margin: 0;
}
.tab_item .lehrstelle {
	margin: 0 -10px;
}
.tab_item .cybr-btn {
	padding: 10px 50px;
	margin-top: 30px;
}
.tab_item .list-group {
	margin-bottom: 30px;
}
span.info {
	display: inline-block;
	padding: 5px 5px 5px 0;
	color: #009dbb;
	font-size: 1.2em;
}

.gallery_presentors img:hover {
	cursor: pointer;
}

.vjs-big-play-button {
	left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: white !important;
	background-color: #C07BE2 !important;
}

.mobile_ad {
	display: none;
}

.gewinnspiel_radio {
	padding: 10px;
    padding-left: 40px;
    border: 1px solid black;
    border-radius: 7px;
	margin-bottom: 5px;
	  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}

.gewinnspiel_radio:hover {
	background-color: #eee;
	cursor:pointer;
}

.gewinnspiel_radio label {
	width: 100%;
	cursor: pointer;
}


.stellenmarkt_title {
	padding-top: 25px;
}

.chevron_stellenmarkt {
	height: 100%;
	width: 100%;
	position: relative;
}

.chevron_stellenmarkt i {
	margin: 0 !important;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hide {
	display: none;
}

.page-num a {
	border: 1px solid gray;
    padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
}
.prev a {
	border-radius: 5px 0px 0px 5px;
	padding: 5px;
}

.next a {
	border-radius: 0px 5px 5px 0px;
	padding: 5px;
}
.page-num a:hover {
	background-color: #EEE;
}
.disabled a {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
	background-color: #EEE;
}

.disabled a:hover {
	cursor: default;
	color: #009dbb;
}

.goback {
	font-size: 20px;
}

.offer_button {
	font-size: 20px;
	max-width: 300px;
}

/*--- Preloader ---*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
}
.spinner-sm:after,
.spinner-sm:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.spinner-sm-1:after {
	position: absolute;
	top: -4px;
	left: -4px;
	border: 4px solid transparent;
	border-top-color: #009dbb;
	border-bottom-color: #009dbb;
	animation: spinny 0.8s linear infinite;
}

.aussteller_texts section {
	padding: 0px !important;
}

.navbar-brand {
	font-size: .75rem;
}

.raffle_card {
	position: absolute;
	right: -15px;
	z-index: 999;
}

.raffle_card img {
	width: 50px !important;
	height: auto !important;
}

@keyframes spinny {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(90deg) scale(1.2);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}
@keyframes spinny {
	0% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(90deg) scale(1.2);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}

@media only screen and (max-width: 1620px) {
	.antenne2 {
		display: none;
	}
	
}@media only screen and (max-width: 1470px) {
	.antenne {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.mobile_only {
		display: block;
	}
	.no_mobile {
		display: none !important;
	}
	.mobile_logos {
		display: block !important;
	}
	#live_chat_info {
	display: none;
	}
	.hero {
		height: 50vh;
	}
	.nav-item i {
		margin-right: 10px;
	}
	.mobile_only {
		display: inline;
	}
	footer ul li {
		margin-left: 15px;
	}
	form input {
		width: 100%;
	}
	.messestand_background {
		background-position: 0 5%;
	}
	.messehalle {
		height: 700px;
	}
.nav_button360 {
	display: none;
}
}
@media only screen and (max-width: 991px) {
	.navbar h1 {
		margin: 0;
	}
	.navbar img {
		display: none;
	}
	.info {
		margin-bottom: 30px;
	}
	.info:last-child {
		margin-bottom: 0;
	}
	footer ul {
		padding: 28px 0;
	}
	footer ul li {
		margin-left: 30px;
	}
	form {
		margin: 30px 0 50px;
	}
	.leiste {
		border-left: none;
		padding-left: 0;
	}
	.messestand a {
		position: initial;
		margin: 30px 0 0;
	}
	.messehalle {
		height: 550px;
	}
	.station h3 {
		font-size: 1.3em;
	}
	.lehrstelle .karte i {
		margin-left: 30px;
	}
	.nav-pills .nav-link, .nav.flex-column {
		width: 100%;
	}
	.me-3 {
		margin: 0 !important;
	}
}
@media only screen and (max-width: 767px) {
	.ad_screen {
		display: none;
	}
	.top_container {
    margin-top: 40px !important;
}
	.navbar h1 {
		font-size: 1.5em;
	}
	.info {
		margin-bottom: 40px;
	}
	footer ul {
		padding: 50px 0 0;
	}
	footer ul li {
		float: left;
	}
	footer ul li:first-child {
		margin: 0;
	}
	form button {
		width: 100%;
	}
	.messehalle {
		height: 300px;
	}
	.station h3 {
		font-size: 1.7em;
	}
	.lehrstelle .karte i {
		display: none;
	}
	.ad {
		display: none;
	}
	.mobile_ad {
		display: block;
	}
	.mobile_pd_10 {
		padding-top: 10%;
	}
	
}
@media only screen and (max-width: 530px) {
	.navbar h1 {
		font-size: 1.3em;
	}
	footer ul li {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 474px) {
	.navbar h1 {
		font-size: 1em;
	}
	footer ul li {
		float: none;
		margin: 5px 0;
	}
	footer img {
		width: 100%;
	}
	form button {
		margin-bottom: 30px;
	}
	.messestand_background {
		background-position: 0 3%;
	}
	.messestand a {
		width: 100%;
	}
}
@media only screen and (max-width: 337px) {
	.navbar-toggler {
		padding: 3px 7px;
	}
	.navbar h1 {
		font-size: .8em;
	}
	h2 {
		font-size: 1.5em;
	}
	.messehalle {
		height: 40vh;
	}
}


.reset-color * {
    color : inherit;
}