.suq{
    width: 898px;
    padding: 0px;
    font-size: 16px;
    margin: auto;
    line-height: 20px;
    font-family: "calibri", sans-serif;
    background: #fff;
    color: #404040;
    border: 1px solid #c6c5c6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    text-align: justify;
} 
.suq p.p2 {
    font-size: 15px;
}
.suq img.img3 {
    margin: 10px 0 0;
}
.suq .f {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ededed+80,fcfcfc+100 */
  background: rgb(0, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(237, 237, 237, 1) 80%,
    rgba(252, 252, 252, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(237, 237, 237, 1) 80%,
    rgba(252, 252, 252, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(237, 237, 237, 1) 80%,
    rgba(252, 252, 252, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
  border-top: 1px solid #c6c5c6;
  color: #fff;
  min-height: 176px;
  padding: 30px 83px 10px;
  position: relative;
}

.suq img.img2 {
    position: absolute;
    width: 170px;
    top: 67px;
    right: 18px
}
.suq img.img3 {
    position: absolute;
    width: 150px;
    right: 20px;
    top: 5px;
}

body{
    margin: 8px 0;
}
.suq strong{
    font-weight: bold;
}
.suq .nd{
    padding: 30px 80px 50px;
} 
.suq ul{
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 20px; 
}
.suq li {
    padding-left: 20px;
    list-style-type: none;
    position: relative;
}
.suq li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #404040;
    border-radius: 50%;
}
.suq .k:before {
    content: "";
    width: 10px;
    position: absolute;
    left: -10px;
    top: 0;
    background: #1C5389;
    bottom: 0;
}
.suq img{
    border: none;
    max-width: 100%;
}
.suq a {
    color: inherit;
    text-decoration: none;
}
.suq p{
    margin: 0px 0px 10px;
}
.suq h1{
    font-size: 32px;
    margin: 0 0 25px;
    font-weight: normal;
    line-height: normal;
}
.suq h1 span{
    font-size: 30px; 
}
.suq h2{
    font-size: 17px;
    margin: 0px 0px 0;
    font-weight: normal;
    line-height: normal;
    text-align: center;
} 
.suq h2 span{
    font-size: 20px; 
} 
.suq h3{
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    color: #1A5283;
    border-bottom: 1px solid #c6c5c6;
    margin: 0 0 20px;
} 
.suq h3 span{
    font-size: 17px; 
}
.suq .a img{
}
.suq .k img{
    width: 200px;
}
.suq .k{
    position: relative;
    margin: 40px 0;
    padding: 15px;
    font-size: 18px;
} 
.suq .a {
	position: relative;
} 

.suq .bbutton {
	background-color: #183755;
	color: #ffffff;
	font-weight: bold;
        text-decoration: none;
	padding: 10px 15px;
        min-width: 150px;
	max-width: 25%;
	border-radius: 6px;
	border: 0px solid #fff;
	transition: background-color 0.4s;
	display: inline-block;
	text-align: center;
}

.suq .bbutton:hover{
	background-color: #ffffff;
	color: #183755;
	border: 0px solid #000;
}

/*---------bootraps------------*/
.suq div{
    display: block;
}
.suq .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.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;
}

@media screen and (max-width: 889px){
    .suq{
        width: 100%;
        text-align: left;
    }
    .suq .nd{
        padding: 5%
    }
    .suq .m_br br, .suq li br{
        display: none
    }
    .suq .m_in{
        display: inline-block;
    }
    .suq a{
        display: inline-block;
    }
    .suq .k {
        margin: 10px 0;
    }
    .suq .k:before {
        display: none;
    }
    .suq .f {
        padding: 5%;
    }

    .suq img.img2 {
        position: static;
        margin: 10px 0 0;
    }
}


/* 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 */