/*Main.CSS*/
@font-face {
  font-family: "PTSans";
  src: url("../img/PTSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "PTSans-Bold";
  src: url("../img/PTSans-Bold.ttf") format("truetype");
}

.mm{
	max-width: 850px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: auto;
	
	padding: 0 0 0 0; 
	
	font-family: PTSans;
	font-size: 14px;
	border: 1px solid #c6c5c6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.mm .location{
    background-color: #575756;
    color: white;
    padding: 5px;
    position: absolute;
    right: 20px;
    bottom: -10px;
}
.mm .location::before{
   content: "";
    position: absolute;
    left: -40px;
    bottom: -3px;
    height: 40px;
    width: 40px;
    background: url(../img/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.mm strong{
	font-family: PTSans-Bold;
        font-weight: 500 !important;
}

.mm .button_wrapper{
}

.mm .bbutton {
	margin-right: 10%;
	float: right;
	background-color: #fecb26;
	color: #57585a;
	font-weight: bold;
    text-decoration: none;
	padding: 10px 15px;
    width: 150px;
	border-radius: 6px;
	border: 1px solid #57585a;
	transition: background-color 0.4s;
	display: inline-block;
	text-align: center;
}

.mm .bbutton:hover{
	background-color: #ffffff;
	color: #57585a;
	border: 1px solid #c6c5c6;
}

.mm .offset_left{
    margin-top: -100px;
	padding-left: 50px;
	display: flex;
    flex-direction: column;
	border: 0;
	border-bottom: 15px #fecb26;
    border-style: solid;
}

.mm h3{	
	min-width: 150px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	padding-right: 45px;
	color: #313149;
	border-bottom: 4px solid #fecb26;
	display: inline-block;
	line-height: 0.85;
}

.mm h1{	
	margin-top: 30px;
margin-right: 10px;
    margin-bottom: 0;
    font-size: 40px;
    color: #fecb26;
    font-family: PTSans-Bold;
    letter-spacing: 0.5px;
}

.mm h2{	
    margin: 0;
    font-size: 25px;
    color: #fecb26;
    font-family: PTSans;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.mm p{
	color: #57585a;
}

.mm .img_logo{
	position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    height: 35px;
}

.mm .header{

}

.mm .img_header{
	width: 100%;
	height: auto;
}

.mm .header_box{
    display: flex;
flex-direction: row-reverse;
	background: white;
}

.mm .img_header_box{
    width: 50%;
    height: auto;
}

.mm .title{
    position: relative;
    background: white;
    padding: 0 0 25px 15px;
    text-align: left;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    margin-bottom: 20px;
}

.mm .title_box{
	padding: 5px;
	position: absolute;
	top: -10px;
	width: fit-content;
	background: #fecb26;	
}

.mm .title_box p{
	margin: 0;
}

.mm .img_title{
    max-width: min(50vw, 200px);
    position: absolute;
    right: 30px;
    bottom: -10px;
}

.mm .main{
	display: flex;
    padding: 10px 20px;
    background: white;
    flex-direction: column;
}

.mm .flex_wrapper{
	display: flex;
	flex-direction: row;
	margin-top: 15px;
	margin-bottom: 15px;	
}

.mm .flex_item{
	flex: 1 1;
}

.mm ul{
	padding-inline-start: 15px;
    padding-inline-end: 20px;
	list-style-type: none;
}

.mm li{
	position: relative;
	margin-bottom: 5px;
}

.mm li:before{
    position: absolute;
    left: -13px;
    top: -2px;
    content: "•";
    font-size: 17px;
    font-weight: bold;
    color: #fecb26;
}

.mm .footer_{
	display: flex;
	flex-direction: row;
}

.mm .footer_ p{
	margin: 10px;
	line-height: 20px;
}

.mm .footer_ span{
	color: #fecb26;
	vertical-align: text-bottom;
	font-size: 20px;
}

.mm .img_footer{
	height: 100%;
    max-width: 150px;
    margin-right: 20px;
	margin-left: 20px;
}

.mm .img_qrcode_footer{
	height: 100%;
    max-height: 60px;
    width: auto;
    max-width: 60px;
    margin: 0 20px 20px 0;
}

@media screen and (max-width: 900px){	
	.mm .flex_wrapper{
		flex-direction: column;
	}
	
	.mm .flex_item{
		margin-top: 10px;
	}
	
	.mm h1{
		font-size: 35px;
	}
}

@media screen and (max-width: 500px){
	.mm .bbutton{
		margin-right: 0px;
	}

.mm .img_qrcode_footer{
		display: none;
	}

    .logodiv.jobboerse #jobboerselogo{
        display: none;
    }
	
	.mm .title_box{
		top: -25px;
	}
	
	.mm h1{
		font-size: 25px;
	}
	
	.col-md-10{
		padding: 0;
	}
	
	.mm .offset_left{
		padding: 0;
                margin: initial;
	}
	
	.mm .img_footer{
		display: none;
	}
	
	.mm .header_box{
	}
	
	.mm .img_header-box{
		margin: 5px;
		width: calc(100% - 10px);
	}
}

@media screen and (max-width: 400px){
	.mm .bbutton{
		float: left;
	}
}


/* bootstrap 4 alpha */
@media print {
    body * {
        font-size: 8pt !important;
        margin: 0 !important;
        max-width: 100%;
    }
    .nurjobansicht {
        display:none;
    }
    #sidebar, #footer {
        display:none;
    }
	.suq p {
		margin: 10px 0 !important;
	}
	.suq ul {
		padding-left: 10px !important;
	}
	.suq 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 */