/*Main.CSS*/
@media all{
	.suq{
		width: 899px;
		padding: 0px;
		font-family: 'Roboto', sans-serif;
		border:1px solid #000;
		font-size: 14px;
		color: #000;
		margin: auto;
		line-height: 1.4;

	}

.suq .img-responsive{
width: 100% !important;
}
	.suq .f p:nth-of-type(2) {
		padding-left: 60px;
	}

	.suq .f p:nth-of-type(4) {
		padding: 0 57px 0 39px;
	}

	.suq .f p:nth-of-type(5) {
		padding: 0 29px 0 25px;
	}
	.suq .do {
		color: #c00000;
	}

	.suq .f p {
		display:  inline-block;
		color:  #fff;
		padding: 0 25px;
		margin: 0;
	}

	.suq .f .f1{
		padding: 0 0 0 36px;
	}

	.suq .f p:last-child {
		padding-right: 0;
	}
	.suq .f {
		margin: 10px 0 0;
		background: #0091af;
		font-size: 11px;
		padding: 0 0 6px;
	}
	.suq .tmp-head .ul1 {
		padding-left: 28px;
		margin-bottom: 2px;
		margin-top: -9px;
	}
	.suq .icon {
		vertical-align: -3px;
		max-width: 51px;
	}
	.suq .tmp-head .ul1 li {
		padding-left: 25px;
	}
	.suq .p2 {
		width: 110%;
              margin-left: -30px;
	}
	.suq ul{
		padding-left: 1px;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.suq .l {
		width: 49%;
		float:  left;
	}

	.suq .r {
		width: 49.3%;
		float:  right;
	}

	.suq .main h3 {
		border:  none;
		padding-top: 7px;
	}

	.suq .main {
		border-top:  1px solid #d0d0d0;
		padding: 0px 0px 0 10px;
		margin: 0 0 0 -10px;
	}
	.suq .x p {
		display:  inline-block;
		vertical-align: top;
		font-size: 13px;
		padding: 0 49px 0px 0px;
	}

	.suq .x p span {
		display: inline-block;
		min-width: 51px;
	}
	.suq h3 {
		font-size: 17.4px;
		margin: 0px 0 4px -10px;
		border-top: 1px solid #d0d0d0;
		padding: 7px 0 0 10px;
	}



	.suq li {
		list-style-type: none;
		padding-left: 9px;
		text-align: left;
		position: relative;
	}
	.suq li:before {
		content: "";
		width: 4px;
		height: 4px;
		position: absolute;
		left: 0;
		top: 6px;
		background: #000 !important;
	}

	.suq a {
		color: inherit;
		text-decoration: none
	}
	.suq h1{
		font-size: 25.4px;
		margin: 0;
		line-height: normal;
		font-weight: normal;
		color: #0091af !important;
		display: inline-block;
		text-align: center;
	}
	.suq p{
		margin: 0px 0px 14px;
	}
	.suq .nd{
		padding: 2px 67px 2px 53px;
	}

	.suq .pre-title{
		color: #0091af !important;
		font-weight: bold;
		display: inline-block;
		margin: 6px 10px 0;
	}

	.suq .wago,
	.suq .wago img{
		max-width: 55px;
		margin: 0 2px;
	}
	.suq .title{
		display: flex;
	}
	.suq .head-title{
		margin: 0 auto;
	}

       .suq .untertitel {
color: #0091af !important;
font-weight: bold;
}
 
}
/*---------bootraps------------*/
.suq div{
    display: block;
}
.suq .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.suq .clearfix {
    display: inline-block;
    display: block;
}


@media only screen and (min-width:300px) and (max-width: 899px){
    .suq{
        width: 100%;
        text-align:  left;
    }
    .suq .l,
	.suq .r {
        width:  auto;
        float:  inherit;
    }

    .suq .f {
        text-align:  center;
    }

    .suq .f p {
        padding: 0 2% !important;
    }
    .suq .nd{
        padding: 5%;
    }
	.suq h1{
		margin:auto;
	}
		
}


/* bootstrap 4 alpha */
@media print {
    body * {
        font-size: 8pt !important;
        margin: 0 !important;
        max-width: 100%;
    }
    .nurjobansicht {
        display:none;
    }
    #sidebar, #footer {
        display:none;
    }
}

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

@media print{
	.suq h1 strong{
		font-size: 18px !important;
	}
*{
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
}

	.suq .title *{
		color: #0091af !important;
}
.suq .p2 {
    width: 110% !important;
margin-left: -30px  !important;
}
.suq p {
    margin: 0px 0px 7px  !important;
}
.suq .wago, .suq .wago img {
    max-width: 55px !important;
    margin: 0 2px !important;
}
.suq .tmp-head .ul1 {
    padding-left: 28px;
    margin-bottom: 2px;
    margin-top: -9px !important;
}
.suq .pre-title {
    color: #0091af !important;
    font-weight: bold;
    display: inline-block;
    margin: 6px 10px 0  !important;
}
.suq .head-title {
 margin: 0 auto !important;
}

.suq ul {
    padding-left: 1px;
    margin-bottom: 20px  !important;
    margin-top: 0  !important;
}
.suq .f p {
    display: inline-block;
    color: transparent !important;
text-shadow: 0 0 #fff !important;
    padding: 0 15px;
    margin: 0  !important;
}
.suq .f {
    margin: 10px 0 0  !important;
    background: #0091af  !important;
    padding: 0 0 6px;
}
.suq h3 {
    font-size: 17.4px;
    margin: 0px 0 4px -10px !important;
    border-top: 1px solid #d0d0d0;
    padding: 7px 0 0 10px;
}
.container-fluid {
    margin-right: auto !important;
    margin-left: auto !important;
padding-left: 5% !important;
padding-right: 5% !important;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100% !important;
    height: auto;
}
.suq .f .f1 {
    padding: 0 0 0 10px;
}
.suq .nd {
padding: 2px 27px 2px 53px;
}
.suq .f p:nth-of-type(2) {
    padding-left: 20px;
}
.suq .f p:nth-of-type(4) {
    padding: 0 20px 0 10px;
}
.suq .f p:nth-of-type(5) {
    padding: 0 10px 0 0px;
}
.suq .f p:last-child {
    padding-right: 0;
}
.suq .main {
    border-top: 1px solid #d0d0d0;
    padding: 0px 0px 0 10px  !important;
    margin: 0 0 0 -10px  !important;
}
.suq {
line-height: 1em;
}
@page {
  background: white;
  width: 21cm;
  height: 29.7cm;
  display: block;
margin: 0 !important;
  margin-bottom: 0.5cm  !important;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5)  !important;
}
