/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}
/* End of Stylesheet: Print Modified On 2006-07-25 21:22:32 */
table h3 {
margin: 10px 0 0 0 !important;
}

th, td {
  padding: 10px 0;
line-height: 1.5;
}

.hinweis {
width: fit-content;
text-align: center;
border-left: solid 6px hsl(0, 42%, 58%);
background-color: hsl(0, 42%, 88%);
padding: 1rem 2rem;
margin: 1rem auto;
font-size: 16px;
box-shadow: 5px 4px 5px rgba(0,0,0,.2);
}


.stellengesuch {
position: relative;
padding-top: 1em;
}

.stellengesuch::before {
content: "Wir stellen ein";
position: absolute;
top: 2px;
  left: 1px;
color: white;
}


.hinweis p {
margin: 0;
}

.hinweis p+p {
margin-top: .5em;
}
/* End of Stylesheet: Inhalte: Tabellen, Hinweis Modified On 2023-09-07 16:08:14 */
