/*Main.CSS*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i&display=swap');
.bbutton {
	background-color: #009ee3;
	color: #fff;
	padding: 10px 44px;
	text-align: center;
}
a.bbutton, a.bbutton:hover, a.bbutton:active, a.bbutton:visited {
	color: #fff !important;
}
.temp {
	max-width: 900px;
	min-width: 300px;
	border: 1px solid #009ee3;
	border-top: 8px solid #009ee3;
	padding: 20px;
	margin: 0 auto;
	font-size: 17px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}
.temp h1 {
	font-size: 40px;
	margin-bottom: 1.625rem;
	line-height: 1;
	font-weight: 600;
	color: #009ee3;
	word-wrap: break-word;
}
.temp h4 {
	font-size: 17px;
        margin-top: 1em;
	margin-bottom: 0.3rem;
	font-weight: 600;
	color: #009ee3;
}
.temp ul {
	padding-left: 17px;
	list-style: none;
	/*margin-bottom: 30px;*/
}
.temp ul li:before {
	position: relative;
	content: '•';
	color: #009ee3;
	line-height: 1;
	margin-right: .5rem;
	top: 2px;
	margin-left: -16px;
	font-family: Arial, sans-serif;
	font-size: 23px;
	margin-right: 8px;
}
.temp ul li {
	position: relative;
	margin-bottom: 0.1rem;
	padding-left: 0px;
}
.temp a, .temp a:hover, .temp a:visited, .temp a:active {
	color: #009ee3;
	font-weight: 600;
}
.temp .t-header {
text-align:right;
}
.temp .t-header img {
max-width: 100%;
}

/* bootstrap 4 alpha */
@media print {
    body * {
        max-width: 100%;
    }
    .nurjobansicht {
        display:none;
    }
    #sidebar, #footer {
        display:none;
    }
	a[href]:after { content: none !important; }
	img[src]:after { content: none !important; }
	.temp ul {
		margin-bottom: 30px;
	}
	.temp a, .temp a:hover, .temp a:visited, .temp a:active, .temp h1, .temp h4, .temp ul li:before {
		color: #009ee3 !important;
	}
}

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