/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*Main.CSS*/
.suq {
    width: 100%;
    max-width: 825px;
    padding: 0px;
    font-family: 'roboto';
    /* border: 1px solid #cccccc; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    color: rgb(73, 73, 73);
    margin: auto;
    line-height: 24px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.suq .bbutton{
    text-decoration: none;
    background-color: #0071B9;
    color: #ffffff;
    border: 1px solid;
    border-color: #0071B9;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.5s, color 0.5s;
    padding: 10px 0;
    display: block;
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
}

.suq .bbutton:hover{
    background-color: #ffffff;
    color: #0071B9;
}

.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: 24px;
}
.untertitle > strong{
color: #333 !important;
}
.title > strong {
text-align: center;
}
.suq h1 {
	font-size: 28px;
	margin-bottom: 1em;
        color: #0071b9;
        font-weight: strong;
       text-align: center;
}
 
.suq img{
    border: none
}
.suq strong{
    /*font-weight: 500;*/
}
.suq ul {
    padding-left: 40px;
    margin: 12px 0;
    list-style-type: disc;
    list-style-position: outside;
}
.suq a {
    text-decoration: none;
    color: #0088cc;
}
.suq p{
    margin: 0;
}
.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 .nd{
		padding: 10px
	}
	
	.suq .t:before{
		display: none
	}
}

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

.suq ul{
    padding-left: 20px;
}

.suq h1{
    font-size: 18px;
}

}

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