@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
.suq {
    max-width: 800px;
    padding: 0px;
    font-family: "Saira Condensed", sans-serif;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    margin: auto;
    line-height: 18px;
    text-align: left;
    border-bottom: 8px solid #df002a;
}
.suq h1 {
    font-size: 37px;
    margin: 90px 0 0;
    line-height: 1.0;
    font-weight: normal;
    text-align: left;
}
.suq h1 strong {
}
.suq .suq_l {
    width: 48%;
    float: left;
}
.suq .suq_r {
    width: 48%;
    float: right;
}
.suq strong {
    font-weight: bold;
}
.suq img {
    border: none;
    max-width: 100%;
}
.suq ul {
    margin: 0;
    padding: 0 0 0 0;
}
.suq ul.ul1 {
    margin: 29px 0 160px;
}
.suq li {
    list-style-type: none;
    padding: 0 0 0 22px;
    text-align: left;
    position: relative;
}
.suq li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 7px;
    background: #000;
}
.suq a {
    color: inherit;
    text-decoration: none;
}
.suq p.p1 {
    font-size: 17.5px;
    line-height: 21px;
    color: #6b6f73;
}
.suq p.p2 {
    font-size: 16.4px;
    margin: 0 0 27px;
}

.suq .f p strong {
    font-size: 15.4px;
}
.suq p {
    margin: 0px 0px 17px;
}
.suq .nd {
    padding: 35px 35px 24px 40px;
}

.suq h1 span {
    font-size: 28px;
}
.suq h2 {
    font-weight: normal;
    margin: 0 0 20px 0;
    font-size: 26.6px;
    line-height: normal;
}
.suq h3 {
    font-weight: normal;
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: normal;
    color: #de002a;
}
.suq .a {
    position: relative;
    margin: 0 -40px 60px;
}

.suq .a a {
    background: red;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 20%;
    height: 20%;
}
.suq img.img3 {
    margin: 19px 0 0;
    width: 434px;
}

.suq .f {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-end;
}

.suq .f img {
    width: 120px;
    height: auto;
}

.suq .x{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 20px;
}

.suq .x>div{
    width: 48%;
}

/*---------bootraps------------*/
.suq div {
    display: block;
}
.suq * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.suq .img-responsive {
    max-width: 99.5%;
    display: block;
}

.suq body {
    margin: 8px 0px;
    background: #fff;
}


@media screen and (max-width: 959px) {
    .suq .suq {
        width: 100%;
        text-align: left;
    }
    .suq .suq_l{
        width: 100%;
        float: inherit;
    }
    .suq .suq_r {
        width: 100%;
        float: inherit;
    }
    .suq .nd {
        padding: 5%;
    }
    .suq .m_br br{
        display: none;
        }
    .suq li br {
        display: none;
    }
    .suq .m_in {
        display: inline-block;
    }

    .suq .a {
        margin: 0 -5.5% 60px;
    }

    .suq .f img {
        position: relative;
        bottom: 0;
    }

    .suq img.img3 {
        margin: 0 0 20px;
    }

    .suq ul.ul1 {
        margin: 0 0 30px;
    }

    .suq h1 {
        margin: 30px 0 -6px;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px){
    .suq .x{
        flex-direction: column;
    }
    .suq .x>div{
        width: auto;
    }
}

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

@media only screen and (max-width: 768px){
    .logodiv.jobboerse #jobboerselogo{
        display: none;
    }
    
    body{
        padding: 10px;
    }
	
	.col-md-10{
		padding: 0;
	}
}

@media only screen and (max-width: 425px){
    .suq h1{
        font-size: 30px;
        line-height: 30px;
    }
}

/* 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 */

.suq .bbutton {
	background-color: #ffffff;
	color:  #7da4b0;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 6px;
	border: 2px solid  #7da4b0;
	transition: background-color 0.4s;
	display: inline-block;
	text-align: center;
}

.suq .bbutton:hover{
	background-color: #7da4b0;
	color: #dc042c;
	border: 2px solid #dc042c;
}