/* caveat-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: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('../img/caveat-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*Main.CSS*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #293D72;
}

.best-html {
    max-width: 904px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 #cfcfcf;
    background-color: #E2ECF3;
    overflow: hidden;
    position: relative;
}

.best-html .bg1 {
    position: relative;
}

.best-html .bg1 p {
    margin-bottom: 0;
}

.best-html .shape {
    background: #002F59;
    padding: 30px 30px 10px 30px;
    width: 370px;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
    color: #fff;
    font-size: 22px;
}

.best-html .bg1:before {
    content: "";
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 75px;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
    background: #005189;
}

.best-html .header {
    background: url("../img/header.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    position: relative;
}

.best-html .subline {
    color: #0071bc;
    font-size: 14px;
    text-align: left;
}

.best-html .article {
    padding: 20px 40px 0;
}

.best-html .footer {
    column-gap: 48px;
    background: #004075;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1px;
    padding: 10px 24px;
}

.best-html .footer p {
    margin-bottom: 0;
}

.best-html p {
    margin-bottom: 16px;
}

.best-html strong {
    font-weight: 700;
}

.best-html .img {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.best-html .bg2 p:nth-child(1){
    background: #FCCD06;
    display: inline-block;
    font-size: 21px;
    padding: 6px 23px 6px 32px;
    margin: 0 0 18px -32px;
    color: #293D72;
    border-radius: 0 10px 10px 0;
}

.best-html .bg2 {
    background: #034274;
    padding: 14px 81px 10px 32px;
    color: #fff;
    max-width: 479px;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}

.best-html .bg2 p {
    font-size: 15px;
}

.best-html h1 {
    font-size: 39px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    background: #01305A;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 0 20px 20px 0;
    margin-top: -1px;
    margin-bottom: 0;
    max-width: 72%;
}

.best-html h1 .block {
    display: block;
    font-size: 45px;
}

.best-html h1 .small {
    font-size: 20px;
    font-weight: 700;
    color: white;
}


.best-html h2 {
    font-size: 43px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    color: #fff;
    background: url("../img/line.png") no-repeat bottom left;
    padding-bottom: 19px;
    margin-bottom: 10px;
}

.best-html h4 {
    font-size: 27px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
    color: #F4C70B;
    background: url("../img/icon-tilte4.png") no-repeat 0 0;
    padding-left: 36px;
    padding-bottom: 10px;
    margin-bottom: 3px;
}

.best-html .qrcode {
    display: flex;
    align-items: center;
    column-gap: 24px;
    position: absolute;
    bottom: 4px;
    right: 30px;
}

.best-html .qrcode>div {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.best-html .contact .font {
    font-size: 18px;
    font-family: 'Caveat', cursive;
    font-weight: 400;
}

.best-html .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.best-html .content:nth-of-type(1) {
    width: 32%;
}

.best-html .content:nth-of-type(2) {
    width: 32%;
}

.best-html .content:nth-of-type(3) {
    width: 32%;
}

.best-html .banner {
    width: 45%;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.best-html .banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.best-html .contact {
    padding: 20px 30px 10px;
    flex: 1 1 0;
    position: relative;
}

.best-html .mail {
    background: url("../img/mail.png") no-repeat 0 0;
    padding-left: 44px;
    width: 230px;
}

.best-html .contact p {
    font-size: 15px;
    color: #fff;
}

.best-html .flex {
    background: #003156;
    clip-path: polygon(43% 0, 100% 10%, 100% 100%, 0 100%, 0 11%);
    display: flex;
    margin-top: -15px;
}

.best-html .icon p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #fff;
}

.best-html .icon {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1 1 0;
}

.best-html .logo {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    max-width: 320px;
}

.best-html .logo p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.best-html h3 {
    color: #043160;
    position: relative;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.best-html h3:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #F4C70B;
    position: absolute;
    bottom: 0;
    left: 0;
}

.best-html :is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.best-html h3.iconlist:after {
    content: url("../img/iconlist.png");
    position: absolute;
    top: 0;
    left: -73px;
}

.best-html h3.icon1 {
    margin-left: 72px;
    padding-top: 19px;
}

.best-html h3.iconlist:after {
    content: url("../img/iconlist.png");
    position: absolute;
    top: 0;
    left: -73px;
}

.best-html h3.icon2 {
    margin-left: 72px;
    padding-top: 19px;
}

.best-html h3.iconlist:after {
    content: url("../img/iconlist.png");
    position: absolute;
    top: 0;
    left: -73px;
}

.best-html h3.icon3 {
    margin-left: 72px;
    padding-top: 19px;
}

.best-html ul {
    margin: 0 0 20px;
    list-style: none;
}

.best-html ul li {
    padding-left: 31px;
    position: relative;
    margin-bottom: 13px;
}

.best-html ul li:before {
    content: url("../img/iconlist.png");
    position: absolute;
    top: 0;
    left: 0;
    font-size: 19px;
    line-height: 1;
    font-family: Arial, sans-serif;
    color: #0071bc;
}

.best-html img {
    max-width: 100%;
    vertical-align: middle;
}

.best-html .nobr {
    white-space: nowrap;
}

@media (max-width: 903px) {
.col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}
    .logodiv.jobboerse #jobboerselogo{
        display: none;
    }
    
    body{
        padding: 10px;
    }

.col-md-10{
		padding: 0;
	}

    .best-html {
        margin: 0;
        box-shadow: none;
        border: none;
    }

    .best-html .article {
        padding: 16px;
    }

    .best-html .footer {
        padding: 16px;
    }

    .best-html :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
        text-align: left;
    }

    .best-html br:not(.br br) {
        display: none;
    }
}

@media (max-width: 864px) {
    .best-html .qrcode {
        position: static;

    }

    .best-html .footer {
        flex-direction: column;
        gap: 10px;
    }

    .best-html .icon {
        flex-wrap: wrap;
        justify-content: center;
    }

    .best-html .contact {
        padding: 16px;
    }

    .best-html .flex,
    .best-html .banner {
        clip-path: none;
    }
}

@media (max-width: 767px) {

    .best-html .content:nth-of-type(1),
    .best-html .content:nth-of-type(2),
    .best-html .content:nth-of-type(3) {
        width: 100%;
    }

    .best-html .header {
        clip-path: none;
    }

    .best-html .footer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .best-html .footer p {
        text-align: center;
    }

    .best-html .logo {
        justify-content: center;
        gap: 14px;
    }

    .best-html .flex {
        display: block;
    }

    .best-html .banner {
        width: 100%;
    }

    .best-html .mail {
        width: auto;
        padding: 3px 0 5px 44px;
    }
}

@media (max-width: 649px) {
    .best-html .img {
        position: static;
        padding: 16px;
        display: flex;
        justify-content: center;
    }

    .best-html .shape {
        width: auto;
        clip-path: none;
        padding: 16px;
    }

    .best-html .bg1:before {
        display: none;
    }

    .best-html .header {
        padding: 16px;
    }

    .best-html h1 {
        font-size: 30px;
        position: relative;
        z-index: 1;
        border-radius: 0;
        display: block;
        padding: 11px 16px;
        margin: 0;
    }

    .best-html h1 .block {
        font-size: 8vw;
    }

    .best-html .bg2 {
        max-width: 100%;
        clip-path: none;
        padding: 25px 16px 16px;
    }
}


/* bootstrap 4 alpha */
@media print {
    body * {
        font-size: 8pt !important;
        margin: 0 !important;
        max-width: 100%;
    }
    .nurjobansicht {
        display:none;
    }
    #sidebar, #footer {
        display:none;
    }
	.suq p {
		margin: 10px 0 !important;
	}
	.suq ul {
		padding-left: 10px !important;
	}
	.suq li {
		list-style-type: disc;
		padding-left: 0px !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 */

.best-html .bbutton{
    border: 1px solid #F4C70B;
    background-color: #F4C70B;
    padding: 10px;
    border-radius: 5px;
    transition: color 0.25s, background-color 0.25s;
}

.best-html .bbutton:hover{
    color: #F4C70B;
    background-color: transparent;
}

.best-html h3.icon1:after {
    content: url("../img/icon-tilte1.png");
    position: absolute;
    top: 0;
    left: -73px;
}

.best-html h3.icon2:after {
    content: url("../img/icon-tilte2.png");
    position: absolute;
    top: 0;
    left: -73px;
}

.best-html h3.icon3:after {
    content: url("../img/icon-tilte3.png");
    position: absolute;
    top: 0;
    left: -73px;
}