/* bootstraps reset */

html{
	font-size:1rem;
}
body{
	font-size:14px;
}
p{
	margin: 0 0 1rem;
}
h4{
	margin:10px 0;
}
.btn{
	font-size: .875rem;
}
/* --- */

:root{
--blue: #5D71B5;
--teal: #31B5AA;
--rose: #DBA4A2;
--brown: #3C2212;
}

/* bahnschrift*/
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'bahnschrift';
    font-style: normal;
    font-weight: 400;
    src: url('../img/bahnschrift.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* Comfortaa-Bold*/
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: bold;
    src: url('../img/Comfortaa-Bold.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* Comfortaa-Regular*/
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: normal;
    src: url('../img/Comfortaa-Regular.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* Comfortaa-Light*/
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 200;
    src: url('../img/Comfortaa-Light.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

.suq{
    width: 890px;
    padding: 0px;
    font-family: 'Comfortaa', sans-serif;
    border:1px solid #000;
    font-size: 9px;
    color: var(--brown);
    margin: auto;
    line-height: 1.6;
}
.suq img{
	width:100%;
}
.suq .img2 {
	cursor: pointer;
    margin: 0 0 0 53px;
    width: 16rem;
}
.suq h3 ,
.suq h3 *,
.suq h2,
.suq h2 *{
    color: var(--brown) !important;
}
.suq .x {
    padding: 0 3rem 0 4rem;
}
.suq .x p:last-of-type{
    color: #5c5c5c;
}
.suq .top {
        margin: 4em -48px 4em 11em;
}

.suq h4 {
    font-weight: normal;
    font-size: 1.5em;
    margin: 0 0 1em 0;
}
.suq .a {
    position:  relative;
	font-size: 3rem;

}

.suq .a p {
    position:  absolute;
    top:  0;
    padding: 6rem 0 0 3rem;
    line-height: 1.2;
}
.suq .a,
.suq .a  *{
	color:  #fff !important;
}

.suq .a .xa,
.suq .xa *,
.suq h1,
.suq h1 * {
    color: var(--brown);
}

.suq .f {
    background: var(--brown) !important;
    padding: 20px 20px 20px 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    font-family: 'bahnschrift', sans-serif;
    line-height: normal;
}
.suq .f * {
	color: #fff !important;
}
.suq .f p{
	display: inline-block;
}

.suq .f1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
}

.suq .f1 p{
margin: 0;
}

.suq .t-logo {
	max-width: 185px;
        height: auto;
        display: block;
        width: auto;
}

.suq h2 {
        font-size: 1.5em;
    margin: 2em 0 0;
    font-weight: bold;
}

.suq h3 {
    font-size: 1.5em;
    padding: 12px 0 0 0px;
    margin: 0 0 1rem 0;
    position: relative;
    border-bottom: solid 1px #5c5c5d;
    max-width: 600px;
    font-weight: bold;
}
.suq h3:before {
    position: absolute;
    left: -60px;
    top: 5px;
    content: "";
    display: inline-block;
    width: 52px;
    aspect-ratio: 350 / 168;
    background: url(../img/3.png) no-repeat;
    background-size: contain;
}

.suq .l{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 5px;

}
.suq .r{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
 
.suq ul{
    padding-left: 15px;
    margin-bottom: 2rem;
    margin-top: 0;
}
.suq li {
    /* list-style-type: none; */
    text-align: left;
  /*   background:  url(../img/icon.png) no-repeat !important; */
 /*   background-position: left 5px !important; */
    /* padding-left: 19px; */
}
.suq a {
    color: inherit;
    text-decoration: none;
}
.suq h1{
	font-size: 2.8em;
	line-height: normal;
	font-weight: normal;
	border-bottom: 5px solid var(--teal);
        padding-bottom: 5px;
}

.suq .nd{
    padding: 2rem 3rem;
    border-bottom: 23px solid var(--blue);
}

@media only screen and (min-width:300px) and (max-width: 991px){
    .suq{
        width: 100%;
		word-wrap: break-word;
    }
	.suq .top{
		margin: 1rem;
	}
	.suq .nd{
		padding: 5% 5% 10px;
	}
	.suq .x{
		padding: 0 0 0 62px;
	}
	.suq .a p {
        font-size: 2rem;
        padding: 0px 5% 0px;
        top: 10%;
        line-height: 1.4;
        margin: 0;
    }

	.suq h1{
		font-size:2rem;
	}

    .suq .f {
        padding: 20px;
    }

    .suq .img2 {
        margin: 10px 24px 10px 0;
        max-width: 200px;
    }
}
@media only screen and (min-width:320px) and (max-width: 480px){
    .suq .a p {
        font-size: 1.25rem;
    }
}


@media print{
	.suq .top{
		margin: 1rem;
	}
	.suq h3 {
		background-position: 4% 0 !important;
	}
	.suq li {
		background-position: left -1px !important;
	}
}



@media print {
	*{
		max-width: 100%;
	}
    html {
        font-size: 7px;
    }
    .nurjobansicht {
        display: none;
    }
    #sidebar, #footer {
        display: none;
    }
	a[href]:after {
		content: "" !important;
	}
}

@media only screen and (max-width: 991px){
    .hidden-md-down {
        display: none !important;
    }
}

@media only screen and (max-width: 768px){
body{
padding: 15px 0;
}

    .logodiv.jobboerse #jobboerselogo{
        display: none;
    }
.suq .f{
    flex-direction: column;
    align-items: flex-start;

}

.suq .f1{
    gap: 20px;
}
}

@media only screen and (max-width: 768px){
    .suq .f1{
    flex-direction: column;
}
}