/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* montserrat-300 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v25-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-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: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-500 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-600 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-800 - 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: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v25-latin-800.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
  }

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 14px;
    line-height: 1.4;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: regular;
    width:100%;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #fcb117;
    color:#000;
    text-shadow: none;
}

::selection {
    background: #fcb117;    
    color:#000;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0;
}


/*
 * Rremove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

[readonly] {
    opacity: 0.3!important;
}

[readonly]:focus {border:1px solid #ddd!important;}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    box-sizing: border-box;
}

:root {
    --primary-color: #fcb117;
    --primary-hover-color: #ff9000;
    --secondary-color: #333;
    --third-color: #111;
    --box: #fff;
    --paddingbox: 2rem;
    --radius: 10px;
    --border:#eee;
    --textcolor:#555;
}

html {font-size:13px;}

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    min-height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-weight: 400;
    color:var(--textcolor);
    background-image: linear-gradient(to top, #f1f1f1 0%, #f7f7f7 100%);
    padding-left:250px;
    background-attachment: fixed;
}

body::-webkit-scrollbar {
    display: none;
}

#loginBody {padding:0;}

a {color:var(--textcolor);
    text-decoration: none;}

a:hover {color:var(--primary-color);}

p a {color:var(--primary-color);}

p a:hover {color:var(--primary-hover-color);}

img {display:block;
    width:100%;
    max-width: fit-content;}

section + section {margin-top:6rem;}

/* ÜBERSCHRIFTEN =======================================*/

h1 {font-size:1.5rem;
    color:#fcb117;
    margin:0 0 1rem;
    padding:0;
    line-height:1.8rem;
    width:100%;
    text-transform: uppercase;
}

h2 {font-size:1.15rem;
    color:#999;
    margin:0 0 1rem;
    padding:0;
    line-height:1.8rem;    
    text-transform: uppercase;
    width:100%;
}

h3 {font-size:1.15rem;
    color:var(--primary-color);
    margin:0 0 0.5rem;
    padding:0;
    line-height:1.8rem;
    width:100%;
}

h4 {font-size:1rem;
    color:var(--textcolor);
    margin:0;
    padding:0;
    line-height:1.6rem;
    width:100%;
}

h5 {font-size:0.8rem;
    color:var(--textcolor);
    margin:0;
    padding:0;
    line-height:1.4rem;
    width:100%;
    font-weight:500;
}

h6 {font-size:0.7rem;
    color:var(--textcolor);
    margin:0;
    padding:0;
    line-height:1.4rem;
    width:100%;
    font-weight:500;
}

.subheader {font-size:0.8rem;
    font-weight:500;
    margin:0 0 0.5rem;}

.title {margin:0;}

.nonlink {pointer-events: none;
    cursor:unset;}

/* BUTTONS =============================================*/
.btngroup {display:flex;
    gap:0.5em;
    flex-wrap:wrap;
    width:100%;}

.btn {padding:0.5rem 1.5rem;}

.btn-primary {background:var(--primary-color);
    border:none;
    font-size:1rem;
    width: max-content;}

.btn-secondary {background:var(--secondary-color);
        border:none;
        font-size:1rem;}

.btn-primary:hover,
.btn-secondary:hover {
    background:var(--third-color);
}

.btn-secondary:hover {color:var(--primary-color);}

.btn-ohne {background:none;
border:none;}

.btn-ohne i {color:var(--primary-color)}

.btn-ohne:hover {color:var(--primary-color);
    cursor: pointer;}

.btn i,
.btn-ohne i,
a i {margin-right:0.35rem;}

.arrow:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f105";
    margin-right:0.5rem;
}

.btn-ohne:before {color:var(--primary-color)}

.addbtn {background:none; 
    display: inline-block;   
    width: max-content;
    border:none;}

.addbtn:hover {color:var(--primary-color)}

.addbtn i {color:var(--primary-color)}

.nonbtn {background:none;
    border:none;
    width: max-content;}

.nonbtn i {
    color:var(--primary-color);
    margin-right:0.5rem;}

/* Formulare =============================================*/
form {margin:0;}

input::placeholder {
    color: #ccc;
    font-weight:400;
}

label {font-size:0.8rem;
    font-weight:500;
    margin-bottom:0.5rem;}

label > span {color:var(--primary-color);
    font-weight:bold;}

.formfield {margin-bottom:1.25rem;}

textarea,
textarea.form-control {display:block;
    min-height:200px;
    border-radius:var(--radius);
    padding:0.75em;
    border:1px solid #ddd;
    width:100%;
    line-height:1.6em;}

input,
.form-control {width:100%;
    border-radius:var(--radius);
    padding:0.75em;
    border:1px solid #ddd;}

input:focus,
.form-control:focus {border-color:#fcb117;
    box-shadow:none;}

input[type="checkbox"] {width:unset;
    accent-color: var(--primary-color);
margin-right:0.75rem;}

input[type="color"] {padding:0;
    border:none;
    width:200%;
    height:200%;
    transform: translate(-25%, -25%)}

.inputcolor {width:25px;
    height:25px;
    border-radius:100%;
    overflow: hidden;}

input:focus {box-shadow:none;
    outline:none;
    border-color:var(--primary-color);}

.checkbox {display:flex;
    align-items:center;
    gap:0.5rem;}

.checkbox > label {margin:0;}

/* Header ==========================================*/
header {position: fixed;
    z-index:100;
    font-size:1rem;
    padding: 1.5rem 0 2rem 2rem;
    top:0;
    left:0;
    width:250px;
    height:100vh;
    border-right:1px solid rgba(0,0,0,0.05);
    transition: width 0.5s ease-in-out;
    overflow: hidden;}

header ul {padding:0;
    margin:0;
    list-style: none;}

header ul i {width:20px;
    min-width:20px;
    margin-right:1.5rem;
    text-align: center;}

header ul li a {display:flex;
    align-items: center;
    width:223px;
    height:33px;
    padding:0.5rem 0.5rem 0.5rem 0;
    color:var(--textcolor);
    overflow: hidden;
    position: relative;}

header ul li a.active {border-right:2px solid rgba(0,0,0,0.2);}

header ul li a:hover {border-right:2px solid var(--primary-color);
    color:var(--primary-color)}

header ul li a span {width:140px;
    display:block;}

#logo {height:26px;
    width:auto;
    margin-bottom: 2rem;}

#logo a {display:block;
height:26px;}

#logo svg {height:100%;}
/*
#logo:not(:hover) svg .st0,
#logo:not(:hover) svg g {fill:#575757;}*/

#navtoggle {
position: fixed;
cursor: pointer;
bottom:1rem;}

#navtoggle i {margin-right:1rem;
    display: inline-block;
    height:16px;}

#mobilbtn {display:none;}

/* HEADER Eingeklappt ===*/
.headerEingeklappt {padding-left:75px;}

.headerEingeklappt header {width:75px;
overflow: hidden;}

.headerEingeklappt header nav li span,
.headerEingeklappt header #navtoggle span {display:none;}

body.headerEingeklappt #bigLogo {display:none;}
body:not(.headerEingeklappt) #smallLogo {display:none;}

.headerEingeklappt header ul li a.active i {color:var(--primary-color)}

.counter {font-size:0.7rem;
width:17px;
height:17px;
color:#fff;
background:#fcb117;
border-radius:100%;
display:flex;
justify-content: center;
align-items: center;
position:absolute;
right:1rem;}

/* Subheader ==========================================*/
#subnav {width:100%;
    margin-bottom:1rem;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
    border-radius:var(--radius);
    padding:1.2rem 2rem 0;
} 

#subnav > ul {margin:0;
    padding:0;
    width:calc(100% - 250px);
    min-width:calc(100% - 250px);
    list-style:none;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap:wrap;
    gap:1rem;
} 

#subnav li {
    margin:0;
} 

#subnav > ul > li > a {color:var(--textcolor);}

#subnav a.active,
#subnav a:hover {color:var(--primary-color);}


#profil {display:flex;
    align-items: center;
    gap:1rem;
    padding-left:1rem;}

#profil p {margin:0;
    font-size:12px;
    text-align: left;}

#profil > div:first-child {width:25px;
    height:25px;
    min-width:25px;
    min-height:25px;
    border-radius: 100%;
    overflow: hidden;}
    
#abteilungshinweis {background:#555;
    color:#fff;
    padding:0.5rem 1rem;
    font-size:0.8rem;
    margin-left:1rem;
    border-radius:var(--radius);}

a #abteilungshinweis:hover {color:#fcb117;}

#abteilungshinweis p {margin:0;
    padding:0;}

#searchform {width:50vw;}

/* Suche =============================================*/
#suche {position: relative;
    width:250px;}

#suche input {
    padding-left:2.5rem;}

#suche input:focus + i {color:var(--primary-color);
    opacity:1;}

#suche i {position: absolute;
    opacity:0.5;
    top:0.9rem;
    left:0.8rem;}

.suchfeld {
    width: 100%!important;
    max-width: 350px;
    position: relative;
    display: flex;
}

.suchfeld i {
    position: absolute;
    top: 0.7em;
    left: 0.7em;
}

.suchfeld input[type="text"] {
    width: 100%;
    min-width:100%;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.5em 0.5em 0.5em 2.5em;    
    border-radius:var(--radius)
}

.suchfeld input:focus {
    border-bottom-color: #fcb117;
    outline: none;
}

#searchmaske h2 {margin-bottom:0}

#searchmaske h2:not(:first-child) {margin-top:3rem}

/*==========  Ausbildung Links / Neueinsteiger  ===============*/
#ausbildungLinks {display:flex;
    width:100%;
    flex-wrap:wrap;
    gap:1rem;}

#ausbildungLinks > div {width:calc(25% - 0.75rem);}

#ausbildungLinks a:hover {background:#fcb117;
    color:#fff;}

#ausbildungLinks a {
    background:#fff;
    border-radius:10px;
    display:block;
    padding:2em;}

#neuBanner a {border-radius:10px;
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-content:flex-end;
    padding:2em;
    width:100%;
    height:325px;
    background:url("../img/neuBanner.jpg");
    background-size: cover;}

#neuBanner p:first-child {font-size:2.5em;
    text-transform: uppercase;
    color:#fcb117;
    width:100%;
    margin:0;}

#neuBanner p:nth-child(2) {width:100%;
    color:#fff;
        margin:0;}

#neuBanner + section {margin-top:1em;}

/*BERUFE ===============================================*/
.beruflist {
    list-style: none;
}

img+.beruflist {
    margin-top: 1.5em;
}

.beruflist li {
    margin: 0.5em 0;
}

.beruflist li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c8";
    color: #fcb117;
    margin-left: -2em;
    margin-right: 1em;
}

.auswahlbtngroup a {display:block;
text-align:left;
margin-bottom:0.5em;}

#berichtsheft {
    display: flex;
    flex-wrap: wrap;
}

#berichtsheft>a {
    width: calc(100% / 6 - 1em);
    margin: 0.5em;
}


#wahlmodule .box + .box {
    margin-top: 0;
}

.auswahlbtngroup a {display:block;
width:100%;}

#wahlmodule #nav-tab {margin-bottom:0.5rem;}

#wahlmodule .nav-tabs .nav-link {
    border: none;
    padding: 0;
    margin-right: 2em;
    color: #333;
}

#wahlmodule .nav-tabs .nav-link.active,
#wahlmodule .nav-tabs .nav-link:hover {color:#fcb117;}

#wahlmodule .dcf-table-responsive tr {
    border-bottom: 1px solid #ccc;
}
.odd tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.035);
}

#wahlmodule .dcf-table-responsive thead tr {
    background: #efefef;
}

#wahlmodule .dcf-table-responsive thead th:not(:nth-child(2)) {
    font-size: 0.8em;
}
#wahlmodule .dcf-table-responsive tr>* {
    padding: 0.35em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background:none;}

.btn-lehrfilter {
    min-width: 200px;
    display: flex;
    gap: 1rem;
}

/* Dropdown ==========================================*/    
.dropdown {cursor:pointer;}

.dropdownMenu {display:none;
    list-style: none;
    margin-top:1rem;
    padding:0;
    max-width: 200px;
    position: absolute;
    right: 2rem;
    flex-direction: column;
    z-index:100;
    background:#333;
    border-radius: var(--radius);
    font-size:1rem;
    box-shadow:0 0 10px rgba(0,0,0,0.2)}

.dropdownMenu.active {display:flex;}

.dropdownMenu li {width:100%;}

.dropdownMenu li a {text-align: left;
    color:#fff;
    padding:0.5rem 1rem;
    display:block;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,0.1)}

/* JUMBO SLIDER ==========================================*/
#jumboSlider {
    overflow: hidden;
    border-radius:var(--radius);
    box-shadow:0px 0px 5px rgba(0,0,0,0.05);
    margin:1rem 0;}


.carousel-indicators {
    align-items: flex-end;
    margin:1.5rem;
    flex-direction: column;
    gap:0.8rem;
}

.carousel-indicators [data-bs-target] {width:10px;
    height:10px;
    border-radius:100%;
    margin:0;
    border:1px solid var(--primary-color);
    box-shadow:0 0 10px rgba(0,0,0,0.4)}


.carousel-control-next, .carousel-control-prev {
    width: 4rem;
    padding:1rem;
}

.carousel-body {position:relative;
    border-radius:var(--radius);
    width:100%;
    min-width:100%;
    height:290px;}

.carousel-body > div {border-radius:var(--radius);
    overflow: hidden;
    height:100%;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-content: flex-end;
    position: absolute;
    z-index:1;
    padding:2rem 4rem;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.carousel-body > div > div {
    max-width:500px;
}

.carousel-body p {
    color:#fff;
}

.carousel-body > img {border-radius:var(--radius);
    object-fit:cover;
    width:unset;
    min-width:100%;
    height:100%;}

.carousel-body > img.stoerer {position: absolute;
    border-radius: unset;
    width:auto;
    height:auto;
    min-width: unset;
    max-height:300px;
    bottom:-1rem;
    right:6vw;
    z-index:1;}

/* MAIN ==========================================*/
main {width:100%;
    padding:0 2rem 2rem;
} 

.hsub {margin:0;
    padding:0;}

.box {border:var(--border);
    background:var(--box);
    padding:var(--paddingbox);
    border-radius:var(--radius);
    width:100%;
    margin-bottom:1rem;
    box-shadow:0px 0px 5px rgba(0,0,0,0.05)}

.hinweis p {margin:0;}

.flex {display:flex;
    width:100%;
    flex-wrap:wrap;
    margin-bottom:1rem;
    gap:1rem;}

.flex .box,
.box:last-child {margin:0;}

.flex h2 {width:100%;}

.zweispalter > * {width:calc(100% / 2 - 0.5rem);}
.dreispalter > * {width:calc(100% / 3 - 0.7rem);}
.vierspalter > * {width:calc(100% / 4 - 0.8rem);}

.dreispalterRest {width:calc(100% - 100% / 3 - 0.5em );}

.headerbox {display:flex;
    justify-content: space-between;
    gap:1rem;
    margin-bottom:1rem;
    align-items:center;}

.headerbox  > div {width:100%;}

.headerbox > div:nth-child(2) {text-align:right;
    width:unset;}

.headerbox h1 {margin-bottom:0.25rem;}

.headerbox p {margin:0;}

.prime {color:var(--primary-color);}

.strong, strong {font-weight:600!important;}

.einleitung {max-width:900px;}

/* DASHBOARD ==========================================*/
#dashNews {
    width:350px;
    padding-right:2rem;
    display:flex;
    flex-wrap: wrap;
    gap:1rem;;
}

#dashNews.fullwidth {padding:0;}

.fullwidth {width:100%!important;}

#dashNews .box:not(.headerbox) {
    /*margin-bottom:1rem;*/
    display:flex;
    gap:1rem;
    padding:1rem;
    align-items: center;
    position: relative;
}

#dashNews .box:not(.headerbox) > div:first-child {width:50px;
    min-width:50px;
    height:50px;
    border-radius:var(--radius);
    overflow: hidden;}

#dashNews .box:not(.headerbox) > div:first-child img {object-fit: cover;
    width:100%;
    height:100%;
max-width:unset;}

#dashNews .box:not(.headerbox) > div h3 {font-size:1rem;
    line-height: 1.4;
    margin:0 0 0.25rem}

#dashNews .box:not(.headerbox) > div p {font-size:0.8em;
    font-weight:500;
    margin:0;}

#dashNews .abschlussbtn {display:flex;
    width:100%;
    justify-content: flex-end;}

#dashKacheln {
    width:calc(100% - 350px - 1rem);
}

.boxlink {
    min-height:130px;
    padding-right:8rem;
    background:#fff;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 3rem;}
    
.boxlink i {font-size:4rem;
    position: absolute;
    opacity:0.15;
    bottom:1rem;
    right:1rem}

    .boxlink > div:first-child:before {
        content: "";
        width: 1px;
        height: calc(100% - 2rem);
        position: absolute;
        top: 0;
        left: 1.5rem;
        border-left: 1px dashed #fcb117;
    }


.boxlink > div > *:last-child {
    margin-bottom:0; }

.boxlink:hover {background: rgb(252,177,23);
    background: -moz-radial-gradient(circle, rgba(252,177,23,1) 0%, rgba(255,162,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(252,177,23,1) 0%, rgba(255,162,0,1) 100%);
    background: radial-gradient(circle, rgba(252,177,23,1) 0%, rgba(255,162,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb117",endColorstr="#ffa200",GradientType=1);
    color:#fff;}

.boxlink:hover > div:first-child:before {border-color: #fff;
    opacity:0.4;}

.boxlink:hover h3 {color:#fff;}

.deadlineHinweis {font-weight:bold;
    font-size:0.85rem;
    display:flex;
    gap:1rem;
    align-items: center;
    background:#333;
    border-radius: var(--radius);
    color:#fff;
    padding:0.5rem 0.75rem;}


.deadlineHinweis p {margin:0;}


#dashKacheln p {font-size:0.8em;
    font-weight:500;}

a.newsbox:hover {    background: rgb(252,177,23);
    background: -moz-radial-gradient(circle, rgba(252,177,23,1) 0%, rgba(255,162,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(252,177,23,1) 0%, rgba(255,162,0,1) 100%);
    background: radial-gradient(circle, rgba(252,177,23,1) 0%, rgba(255,162,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb117",endColorstr="#ffa200",GradientType=1);
    color: #fff;}

a.newsbox:hover h3 {
    color: #fff;}

.updateCard {border:1px solid #fcb117;
    overflow:hidden;
    position: relative;}

.updateCard:after {font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    font-size:15px;
    background:#fcb117;
    padding:0.25rem 4rem;
    position: absolute;
    top:-0.2rem;
    right:-3.5rem;
    color:#fff;
transform: rotate(25deg);}

/* ACCOUNT ================================*/

.accountdetails {margin-bottom:3em;}

#personalAccount {flex-wrap:nowrap;
margin-bottom:1em;}

#personalAccount > div {width:100%;}

#personalAccount > div.profilfotobox {width:400px;}


#customFileVorschauBox {
    max-width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 0 1em;
    display: none;
}

#customFileVorschau {
    height: 100%;
}

.custom-file+button {
    margin-top: 1em;
}

#profilfoto {
    max-width: 250px;
    margin: 0 0 1em;
}

.profil {
    border: none!important;
}

.custom-file-label {
    display: block;
    padding: 0 0.5rem!important;
}


div#ui-datepicker-div {
    background: #eee;
    padding: 1rem;
    border-radius: 10px;
}

.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ui-datepicker-year {display:none;}

.ui-datepicker-title {width:100%;}

.ui-datepicker-title select {width:100%;
    margin:0.5rem 0;}

/*===== Switch Schalter =====*/

.onoffswitch {
    display: inline-block;
    position: relative;
    width: 40px;
    margin-top: 0.2em;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    margin: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0;
    line-height: 15px;
    border: 0px solid #FFFFFF;
    border-radius: 20px;
    background-color: #edf2f9;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: -2.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    border-radius: 20px;
    box-shadow: 0 0px 0px 1px #aaa;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #FCB117;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #FCB117;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    right: 2px;
    background-color: #FFFFFF;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

/* Neueinsteiger ================================================*/

.maxprofil {
    max-width: 200px;
    display: inline-block;
    margin: 0.5em;
    vertical-align: top;
}

.maxprofil>div {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius:var(--radius)
}

#projektallg img {
    margin-bottom: 1em;
    border-radius:10px;
}

figcaption {
    font-size: 0.8em;    
    font-weight: 500;
}

figcaption .titlename {
    display: block;
    margin-top: 0.5em;    
    font-weight: 600;
}

.map {max-width:500px;}

.ansprechpartnerHinweis {margin:1.5rem 0 0;}


/*==========  Einführungswoche  ===============*/
#einstieg {flex-wrap:nowrap;
    gap:1em;
    width:100%;}
    
    #einstieg > div {
        width:100%;}
    
    #einfuehrungswoche > div {width:100%;
        gap:3em;}
    
    #einfuehrungswoche .virtIcon {width:30px;
    text-transform: uppercase;
    height:30px;
    min-width:30px;
    font-size:0.6rem;
    display:flex;
    justify-content: center;
    align-items:center;
    background:#efefef;
    color:#aaa;
    border-radius:5px;}
    
    .virtHeader {border-bottom:1px solid #efefef;
        font-size:0.8em;
        text-transform: uppercase;
        margin-bottom:1em;}
    
    .virtBody {border-bottom:1px solid #efefef;
        align-items:center;
        font-size:0.8rem;
        padding:1em 0;}
    
    #einfuehrungswoche .virtName {width:calc(100% - 300px - 6em);
        display:flex;
        align-items:center;
        gap:1em;}
    
    #einfuehrungswoche .virtName p {margin:0;
        padding:0;}
    
    #einfuehrungswoche .virtName p:first-child {font-weight:600;}
    
    #einfuehrungswoche .virtName p:nth-child(2) {font-size:0.85em;}
    
    #einfuehrungswoche .virtUpdate {width:150px;}
    
    #einfuehrungswoche .virtAction {width:150px;
        text-align: right;}
    
    #einfuehrungswoche .virtAction a {margin:0 0.5em;}

/* Abteilungen ================================================*/
.abteilungen .maxprofil {max-width:120px;}

.abteilungen .maxprofil>div {width:120px;
    height:120px;}

.abteilungen .abteilungbtn {width:100%;
    text-align: right;
margin-top:2em;}

.abteilungen .abteilungbtn a i {color:#fcb117;
    margin-right:0.5em;
}

.abteilungen p {font-size:0.9rem;
    font-weight:500;}

    #abteilTab {border-bottom:none;
        display:flex;
        flex-wrap:wrap;
        gap:0.5em;}
        
        #abteilTab .nav-item button {border:none;
            border-bottom:2px solid transparent;
            padding:0.5em 1em;
            color:#333;
            background:#efefef;}
        
        #abteilTab .nav-item button.active {
            border-color:#fcb117;
        }
        
        
        #abteilTabContent h2 {border:none;
            color:#fcb117;}

            #tabsearch {margin-top:1em;
                position: relative;}
            
            #tabsearch input {width:100%;
                border:1px solid #efefef;
                padding:0.5em 0.5em 0.5em 2.5em;
            border-radius:10px;}
            
            #tabsearch input:focus {outline:none;
            border-bottom-color:#fcb117;}
            
            #tabsearch i {position:absolute;
                opacity: 0.5;;
                top:0.75em;
                left:0.75em;}

                
.linkBox {display:flex;
    gap:1em;
    flex-wrap:wrap;
    margin:0;
    padding:0;
    list-style: none;}

.linkBox > * {width:100%;}

.linkBox a {background:#f7f7f7;
    display:flex;
    align-items:center;
    gap:0.5em;
    border-radius:10px;
    padding:1em;}

.linkBox a:hover {background:#fcb117;
        color:#fff;}

.linkBox p {margin:0;
    padding:0;
    font-size:0.8em;}

.linkBox p:first-child {font-weight:600;
    font-size:1em}


.linkBox a i {
      color:#fcb117;
      margin-right:0.5em;
    }

.linkBox a:hover i {
        color:#fff;
      }

/*AUFGABEN ===============================================*/
table {
    font-size: 14px;
}

.action {
    width: 100px;
}

.tablework {
    width: 100%;
}

.tablework tbody tr:nth-child(odd) {background:rgba(0,0,0,0.03)}

.tablework th,
.tablework td {
    padding: 0.5em;
}

.tablework thead th {
    padding-bottom: 0.75em
}

.tablework .icon {
    background: none;
    border: none;
    font-size: 1.2em;
    color: #fcb117;
}

.tablework .icon:hover {
    color: #333;
}

.notCount+.tablework {
    display: none;
}


.dropdown-menu.multiselect-container {
    top:0;
padding:1rem;}

.multiselector+.btn-group+.nice-select {
    display: none!important;
}

.multiselector + .btn-group {width:100%;}

.multiselector + .btn-group .btn {text-align:left;
    border-bottom:1px solid #ccc;
    color:#333;
    display:flex;
    justify-content: space-between;
    align-items:center;}

main ul.multiselect-container li:before {display:none;}

.multiselect-container.dropdown-menu {padding:1em;
    width:100%;
margin-top:2.5em;}

.multiselector + .btn-group .dropdown-toggle::after {opacity:0.3;}

main ul.multiselect-container li a {color:#333;}

.multiselect-search {width:100%;}

.multiselect-item.filter {margin-bottom:1rem;}

.multiselect-item.filter .input-group-btn {display:none;}


/* Newsfeed Ausbilder ================================================*/
.newsfeedBox {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    gap:2em 6em;
}

.newsfeedBox h2 {
    padding-left:0!important;
}

.datum {
    padding:0!important;
    font-size:0.8em;
    min-width:200px;
}

.newsfeedBox > div {display:flex;
    gap:1.5em;
    width:100%;}

.newsfeedBox > div > div:first-child {background:#eee;
    color:#999;
display: flex;
justify-content: center;
align-items:center;
font-size:2em;
width:100px;
min-width:100px;
height:100px;
border-radius:10px;}

.newsfeedBox > div > div:last-child {
    width:100%;
}

.newsfeedBox h2 {margin:0;}

.more {display: block;
    margin-top:1em;
    width:100%;
    color:#fcb117;}

#newsfeed .nonbtn {margin-bottom:3rem;}

#newsfeed ul li::marker {color:#fcb117;
font-size:1rem;}

#newsfeed ul {list-style-image: url('../img/sutter-icon.png');}

#newsfeed ul li {margin-bottom:1rem;}

/* Pagination Tabelle  ================================== */
table {
    width: 100%;
    font-size:13px;
    border-collapse: separate;
}

table.dataTable.no-footer {
    border: none;
    margin:1.5rem 0;
}

.dataTables_wrapper .dataTables_filter {
    float: none;
    width: calc(100% - 60px);
    display: inline-block;
}

.dataTables_wrapper .dataTables_length {
    width: 50px;
    margin-right: 10px;
    float: none;
    display: inline-block;
}

.dataTables_wrapper .dataTables_filter label {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    width: 100%;
    padding: 0.5em 1em;
    border: 1px solid #ddd;
    height: 40px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    outline: none;
    border-bottom-color: var(--primary-color);
}

.dataTables_wrapper .dataTables_length select {
    height: 40px;
    border-color: #ddd;
}

table.dataTable tbody tr:nth-child(even) {background:rgba(0,0,0,0.025);}

table.dataTable tbody tr:hover {background:rgba(0,0,0,0.1);
cursor:pointer;}

.dataTables_wrapper .dataTables_paginate .paginate_button {background:none;
    border:none;}

.dataTables_wrapper .dataTables_paginate .paginate_button {font-size:0.8rem;}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background:none;
    border:none;
    color:var(--primary-color)!important}

.actions {width:100px;
text-align: right;}

.actions button,
.actions a {pointer-events: none;
    opacity:0;}

table.dataTable tbody tr:hover .actions button,
table.dataTable tbody tr:hover .actions a {opacity:1;
pointer-events: unset;}

/* Auswahl ==================================*/

#auswahl {
    flex-wrap: wrap;
}

#auswahl #dashboard {
    width: 100%;
    height: auto;
    margin-bottom:1rem;
}

#auswahl #dashboard div#dash {
    width: 100%;
}

#auswahl #dashboard .dashbox {
    width: calc(100% / 3 - 10px);
}

#dashnavWahl {
    height: auto;
    width: 100%;
}

#dashnavWahl button {
    margin-top: 1em;
}

.dashWahl {
    display: flex;
    align-items: center;
}

.dashWahl .nice-select {
    width: 100%;
    margin-bottom: 0.5em;
}

.dashWahl .nice-select .list {
    columns: unset;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #fcb117;
}

/* Modal  ================================== */
.modal-header {border:none;}

/* Dashboard Kacheln FOTOVERSION ==========================================*/
 #dashKacheln .dashbox {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: calc(100% / 3 - 0.7rem);
    /*height: 163px;*/
    height:calc(100% / 3);
    min-height:163px;
    max-height:405px;
    overflow: hidden;
    border-radius:10px;
}

#dashKacheln > div {height: calc(100vh - 430px);}

#dashKacheln .dashbox>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

#dashKacheln .dashbox a>img {
    object-fit: cover;
    filter: blur(0);
    width: 100%;
    height: 100%;
    object-position: center;
    position: absolute;
    transition: all 0.5s ease-in-out;
    max-width: unset;
}

#dashKacheln .dashbox:hover a>img {
    transform: translateZ(0) scale(1.2);
    filter: blur(5px);
}

#dashKacheln .dashtext {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    bottom: -55px;
    font-size: 11px;
    z-index: 2;
    padding: 1.5em;
    color: #fff;
    transition: all 0.35s ease-in-out;
}

#dashKacheln .dashtext:before {
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

#dashKacheln .dashtext .dashheader {
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 1em;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#dashKacheln .dashtext .dashheader:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fcb117;
    display: block;
    margin: 0.5em 0 0.3em;
}

#dashKacheln .dashtext .dashheader i {
    color: #fcb117;
    margin-right: 0.5em;
}

#dashKacheln .dashtext p {
    width: calc(100% - 100px);
    margin: 0;
    padding: 0;
}

#dashKacheln .dashtext .details {
    width: 100px;
    text-align: right;
    color: #fcb117;
}

#dashKacheln .dashtext .details i {
    margin-left: 0.3em;
}

#dashKacheln .dashtext p.dashfluss {
    margin-top: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:0.85em;
    min-height: 29px;
}

#dashKacheln .dashbox:hover .dashtext {
    bottom: 0;
}

#dashKacheln .dashbox:hover .dashtext .dashheader {
    margin-bottom: 0;
}



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media all and (max-width:1450px) {
    .dreispalter > *,
    .vierspalter > * {width:calc(100% / 2 - 0.5rem);}

    #dashNews,
    #dashKacheln {width:100%;
    padding-right:0;}

    #einstieg {flex-wrap:wrap;}

    #dashKacheln .dashbox {        
        width: calc(100% / 2 - 0.85rem);
    }
}

@media all and (max-width:900px) {
    body {padding:0 !important;}

    .zweispalter > *,
    .dreispalter > *,
    .vierspalter > * {width:100%;}

    header {background:#fff;
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding:1rem 2rem;
        height:auto;
        width: 100%!important;
        border:none;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        position: sticky;}

    #logo {margin:0;}

    nav {display: none;
        width:100%;
        position: fixed;
        background:#fff;
        padding:2rem;
        left:0;
        top:48px;
        box-shadow: 0 10px 10px rgba(0,0,0,0.2);}

    nav.show {display:block;}

    #mobilbtn {display:block;
        font-size:1.5rem;}

    header ul li a {width:100%;}

    #navtoggle {display:none;}

    #einfuehrungswoche > div.virtHeader {display:none}

        #einfuehrungswoche > div.virtBody {flex-wrap:wrap;
            gap:1em;}

        #einfuehrungswoche > div.virtBody > div {width:100%!important;}

        #einfuehrungswoche > div.virtBody > div.virtUpdate {
            padding-left:calc(30px + 1em);
        }

    /* HEADER Eingeklappt ===*/
    .headerEingeklappt header nav li span {display:block;}

    body #bigLogo {display:block!important;}
    body #smallLogo {display:none!important;}
}

@media all and (max-width:750px) {
    #subnav ul, #suche {width:100%;}

    #subnav > ul {justify-content: center;
        margin-top:1rem;}

    #subnav li {
        margin: 0;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .headerbox {flex-wrap:wrap;}

    .headerbox > div {width: 100% !important;}

    .suchfeld {
        max-width: 100%;
    }

    #dashKacheln .dashbox {        
        width: 100%;
    }

}

/* ==========================================================================
   Rückmeldung Skripte
   ========================================================================== */

.alerts {
    background: var(--textcolor);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 400px;
    z-index: 9999;
    -webkit-animation: moveAlert 4s;
    -webkit-animation-fill-mode: forwards;
    pointer-events: none;
    transform: translateX(500px);
    color: #fff;
}

@-webkit-keyframes moveAlert {
    from {
        -webkit-transform: translateX(500px);
    }
    10% {
        -webkit-transform: translateX(0px);
    }
    12% {
        -webkit-transform: translateX(0px);
    }
    16% {
        -webkit-transform: translateX(0px);
    }
    80% {
        -webkit-transform: translateX(0px);
    }
    85% {
        -webkit-transform: translateX(0px);
    }
    to {
        -webkit-transform: translateX(500px);
    }
}

@keyframes moveAlert {
    from {
        transform: translateX(500px);
    }
    10% {
        transform: translateX(0px);
    }
    12% {
        transform: translateX(0px);
    }
    16% {
        transform: translateX(0px);
    }
    80% {
        transform: translateX(0px);
    }
    85% {
        transform: translateX(0px);
    }
    to {
        transform: translateX(500px);
    }
}

.alerts .alert {
    position: relative;
    border: none !important;
    margin-bottom: 8px;
}

.alerts .alert .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -15px;
    width: 80px;
    text-align: center;
}

.alerts .alert .copy {
    margin-left: 45px;
    padding-left: 20px;
    line-height: 1.2;
}

.alerts .alert .copy h4 {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 5px;
    color: #fcb117;
}

.alerts .alert .copy p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.5;
}

.alerts .alert.alert-success {
    background-color: var(--textcolor);
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.alerts svg {
    width: 50px;
    display: block;
    margin: 0 auto;
}

.alerts svg polyline {
    stroke: #fcb117;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.path.circle {
    opacity: 0;
    -webkit-animation: dash 0.9s 0.95s ease-in-out;
    animation: dash 0.9s 0.95s ease-in-out;
}

.path.line {
    opacity: 0;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.15s ease-in-out forwards;
    animation: dash 0.9s 0.15s ease-in-out forwards;
}

.path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 1.4s 0.5s ease-in-out forwards;
    animation: dash-check 1.4s 0.5s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        opacity: 0;
        stroke-dashoffset: 1000;
    }
    100% {
        opacity: 0;
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        opacity: 0;
        stroke-dashoffset: 1000;
    }
    100% {
        opacity: 0;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}