/*Main.CSS*/
.suq{
    max-width: 871px;
    padding: 0px;
    font-family: arial;
    border:1px solid #000;
    font-size: 13.5px;
    color: #000;
    margin: 0 auto;
    line-height: 1.5;
}
/*.suq .x {
    background: #e6eee8;
    padding: 20px 19px 8px 20px;
}
.suq .top .p:last-child{
    width: 48%;
    float: right;
}
.suq .suq_l{
    width: 48%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.suq .suq_r{
    width: 48%;
    float: right;
}

.suq .suq_r.x1 {
    background: #fbf7ec;
    padding: 20px;
}
.suq .top .p:first-child {
    width: 48%;
    float: left;
}

*/

.suq h3 {
    margin: 0 0 7px;
    color: #4b885a;
}

.suq .main.clearfix {
    margin-bottom: 33px;
    position: relative;
    padding-bottom: 33px;
}

.suq h1 {
    color: #00713a;
    font-size: 31.5px;
    margin: -11px 0px 12px;
}

.suq h2 {
    font-size: 16.5px;
    margin: 0px 0px 26px;
}

.suq .x1 h3 {
    color: #df9a2a;
}
.suq h4 {
    color: #488845;
    font-size: 23px;
    margin: 0px 0px 0px;
}
.suq ul{
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 0;
}
.suq strong{
    font-weight: bold;
}
.suq img{
    border: none
}
.suq li {
   background: url("../img/3.png") no-repeat;
   background-position: left 5px;
   list-style-type: none;
   padding-left: 19px;
   text-align: left;
   padding-top: 1px;
}
.suq a {
    color: inherit;
    text-decoration: none;
}
.suq p{
    margin: 0px 0px 14px
}
.suq .nd{
    padding: 30px
}

.suq .top {
    text-align: left;
}

.suq .a {
    margin-bottom: 24px;
    margin: 0px -4px 24px;
}

.suq .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.suq .x {
    background: #e6eee8;
	display: flex;
    flex-direction: column;
	padding: 20px 20px 20px 20px;
}

.suq .o {
	border-right:10px solid #fff;
}

.suq .e {
	border-left:10px solid #fff;
}

.suq .y {
    background: #fbf7ec;
}

.suq .y h3 {
	color: #df9a2a;
}

/*---------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;
    margin-bottom: 27px; 
}

.suq_r.x h3 {
    margin-bottom: 2px;
}

@media only screen and (min-width:300px) and (max-width: 720px){
	.suq{
		width: 100%;
		overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	}
	h1{
		
	}
	/*
	.suq .suq_l,.suq .suq_r{
		width: 100%;
		float: inherit;
		position: relative;
		margin: 10px 0px 0;
	}
	*/
	.suq .nd{
		padding: 5%
	}
	.suq .top .p:last-child,.suq .top .p:first-child {
	    width: 100%;
	    float: inherit;
	    display: inline-block;
	    margin: 0;
	}
	.suq .main.clearfix {
	    margin-bottom: 0;
	    position: relative;
	}
	.suq .o {
		border-right:0px solid #fff;
	}
	
	.suq .e {
		border-left:0px solid #fff;
	}
	
	.suq .row {
	  margin-bottom: 0px;
	}
	
	.suq .x {
		margin-bottom:20px;
	}
}

/* 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;
  }
  .suq {border:none;}  
  .suq p, .suq h1, .suq ul{
    margin: 0px 0px 5px !important;
  }
.suq h1 strong {
    color: transparent !important;
text-shadow: 0 0 #00713a !important;
}
  .suq h1, .suq h1 strong {
    font-size: 20px !important;
  }
  .suq .nd {
    padding: 20px 0px 0px;
  }
*{
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
  .suq ul{
    padding-left: 13px;
    margin-top: 0x;
  }
  .suq li {
   background: none;
   list-style-type: disc;
   padding-left: 0px;
   text-align: left;
  }
  .suq .x {
    padding: 0;
  }
  .suq .o {
		border-right:0px solid #fff;
	}
	
	.suq .e {
		border-left:0px solid #fff;
	}
	.suq .x {
    background: #e6eee8 !important;
    display: flex  !important;
    flex-direction: column  !important;
}
.suq h3 span strong {
    color: transparent !important;
text-shadow: 0 0 #4b885a !important;
}
.suq li {
    background: url("../img/3.png") no-repeat !important;
        background-position-x: 0% !important;
        background-position-y: 0% !important;
    background-position: left 5px !important;
    list-style-type: none !important;
    text-align: left !important;
padding-left: 19px  !important;
    padding-top: 1px !important;
}
.suq .y h3 strong {
    color: transparent !important;
text-shadow: 0 0 #df9a2a !important;
}
.suq .y {
    background: #fbf7ec !important;
}
	.suq .row {
	  margin-bottom: 0px;
	}
.suq {
    line-height: 1  !important;
}
}
/* end bootstrap 4 alpha */