/*Main.CSS*/
@font-face {
  font-family: "Arial-BoldMT";
  src: url("../img/ArialMTStd-Black.otf") format("opentype");
}

@font-face {
  font-family: "Arial-MT";
  src: url("../img/ArialMTStd-Medium.otf") format("opentype");
}

.mm{
	max-width: 850px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: auto;
	
	font-family: Arial-MT;
	font-size: 13px;
	border: 1px solid #c6c5c6;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.mm h3{	
	font-size: 18px;
	margin-top: 0;
	color: black;
}

.mm p{
	color: #4b4f54;
}

.mm .img_logo{
	position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: 25px;
}

.mm .header_box{
	margin: 5% auto 5% 0;
	padding: 15px;
	position: absolute;
    top: 0;
    left: 0;
	background: #0d2137;
	color: white;
}

.mm .img_responsive{
	width: 100%;
	height: auto;
}

.mm .header_box h3{
	font-family: Arial-BoldMT;
    font-size: 25px;
    font-weight: bolder;
    margin: 0;
    color: white;
    margin-bottom: -6px;
    transform: scale(1.0, 0.9);
}

.mm .header_box h2{
	font-family: Arial-BoldMT;
    font-size: 40px;
    font-weight: bolder;
    margin: 0;
    color: white;
    letter-spacing: -2px;
    transform: scale(1.0, 0.9);
}

.mm .header_box p{
	color: #489bdf;
}

.mm .title{
	padding: 5px;
	background-color: #7c878e;
	text-align: center;
	color: white;
}

.mm .title p{
	color: white;
}

.mm .main{
	display: flex;
    padding: 10px 20px;
    background: white;
    flex-direction: column;
}

.mm .float_wrapper{
}

.mm .left{
	float: left;
	width: 50%;
}

.mm .right{
	float: right;
	width: 50%;
}

.mm .footer_wrapper{
    display: flex;
    background: white;
    padding: 0 0 20px 0;
    margin: 0;
    flex-direction: column;
}

.mm .footer_{
	height: 100%;
	background-image:url("../img/footer.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.mm .footer_box{
	margin: 15px 0;
    padding: 15px;
    float: left;
    bottom: 0;
    left: 0;
    background: #0d2137;
    color: white;
}

.mm .footer_box h3{
	font-family: Arial-BoldMT;
    font-size: 17px;
    font-weight: bolder;
    margin: 0;
    color: white;
    margin-bottom: -6px;
    transform: scale(1.0, 0.9);
}

.mm .footer_box h2{
	font-family: Arial-BoldMT;
    font-size: 30px;
    font-weight: bolder;
    margin: 0;
    color: white;
    letter-spacing: -2px;
    transform: scale(1.0, 0.9);
}

.mm .footer_box p{
	color: #489bdf;
}

.mm .footer_img_logo{
	position: absolute;
    width: auto;
    height: 25px;
    bottom: 30px;
    right: 15px;
}
@media screen and (max-width: 991px){
	.col-md-10{
		padding-left: 0;
	}
}
@media screen and (max-width: 600px){
        .mm h1{
             font-size: 20px;
        }

	.mm .header_box{
		max-width: 200px;
	}
	
	.mm .header_box h2{
		font-size: 25px;
	}
	
	.mm .header_box h3{
		font-size: 15px;
		margin-bottom: -3px;
	}
	
	.mm .footer_box h2{
		font-size: 25px;
	}
	
	.mm .footer_box h3{
		font-size: 15px;
		margin-bottom: -3px;
	}
	
	.mm .left{
		float: left;
		width: 100%;
	}
	
	.mm .right{
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	ul{
		padding-inline-start: 15px;
	}
	
	.mm .img_logo{
		max-width: 30%;
		height: auto;
	}
	
	.mm .header_box{
		max-width: 100%;
		width: 100%;
		position: relative;
		top: auto;
		left: 0;
		margin: 0;
	}
	
	.mm .header_box p{
		margin: 0;
	}
	
	.mm .header_box h2{
		font-size: 20px;
	}
	
	.mm .header_box h3{
		font-size: 12px;
	}
	
	.mm .footer_{
		min-height: 100px;
	}
	
	.mm .footer_box{
		display: none;
	}
	
	.mm .footer_box h2{
		font-size: 15px;
	}
	
	.mm .footer_box h3{
		font-size: 10px;
	}
	
	.mm .left{
		float: left;
		width: 100%;
	}
	
	.mm .right{
		float: left;
		width: 100%;
	}

        .logodiv.jobboerse #jobboerselogo{
               display: none;
         }
        .col-md-10{
		padding: 0;
	}

}

/* bootstrap 4 alpha */
@media print {
    body * {
        font-size: 8pt !important;
        margin: 0 !important;
        max-width: 100%;
    }
    .nurjobansicht {
        display:none;
    }
    #sidebar, #footer {
        display:none;
    }
	.mm p {
		margin: 10px 0 !important;
	}
	.mm ul {
		padding-left: 10px !important;
	}
	.mm li {
		list-style-type: disc;
		padding-left: 0px !important;
	}
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* end bootstrap 4 alpha */