/*Main.CSS*/
.suq {
    width: 763px;
    padding: 0px;
    font-family: arial;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #262626;
    margin: auto;
    line-height: 18px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.suq .a {
    margin-bottom: 9px;
}

.suq h3 {
    color: #0071b9;
    font-size: 14px;
    padding-left: 16px;
    margin-top: 20px;
	margin-bottom: 8px;
	line-height: 1;
}

/*.suq h3 + p {
	padding-left: 17px;
}*/

.suq h2 {
    font-size: 22px;
    color: #0071b9;
    line-height: normal;
   /* text-align: center;*/
    margin-top: 15px;
}

.suq h4 {
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    border: 1px solid #0071b9;
    padding: 10px;
    margin-bottom: 0;
}
.suq .nd{
    padding: 11px;
}
.suq h1, .suq .h1 {
    margin: 15px 0px 26px;
    line-height: 29px;
    font-size: 22px;
    color: #0071b9;
	font-weight: normal;
text-align: center;
}
.untertitle > strong{
color: #333 !important;
}
.title > strong {
text-align: center;
}
.suq h1 {
	font-size: 28px;
	margin-bottom:0;
}
 
.suq img{
    border: none
}
.suq strong{
    font-weight: bold;
}
.suq ul {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 15px;
	list-style-type: none;
}
.suq a {
    text-decoration: none;
    color: #0088cc;
}
.suq p{
    margin: 0px 0px 14px
}
.suq li {
   background: url(../img/3.png) no-repeat;
   background-position: left 6px;
   
   padding-left: 17px;
   text-align: left;
   padding-bottom: 5px;
}
.suq .x{
   font-size: 13px;
}
.suq .t .x {
    background: #0071b9;
    padding: 14px 40px;
    color: #fff;
    text-decoration: none;
    /*display: block;*/
    max-width: 112px;
    margin-bottom: 15px;
	font-size:16px;
}

.suq .t{
	 text-align:center;
	 margin: 30px 0;
}
/*
.suq .t:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 70px;
    height: 3px;
    background: #0071b9;
    content: "";
    margin: auto;
    z-index: -1;
    top: 0;
    bottom: 0;
}
*/
.suq .t2{
    margin-bottom: 0
}
.suq .t3{
    margin-bottom: 20px
}
.suq .icon {
    padding-left: 13px;
}

.suq .icon img {
    padding-right: 5px;
}
/*---------bootraps------------*/
.suq div{
    display: block;
}
.suq .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.suq .clearfix {
    display: inline-block;
}
.suq .clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.suq .img-responsive{
    max-width: 100%;
    display: block;
}

.suq iframe {
	margin-left: 17px;
}

@media only screen and (min-width:300px) and (max-width: 720px){
	.suq{
		width: 100%;
	}
	.suq .nd{
		padding: 10px
	}
	
	.suq .t:before{
		display: none
	}
}



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