/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}html{scroll-behavior:smooth}i{font-style:italic}.invisible{display:none}.ce_image img{width:100%;height:auto}video{width:100%;height:auto}.inner{margin-left:auto;margin-right:auto}@font-face{font-family:"Sohoma-Light-Condensed";src:url("../../files/sdk/layout/fonts/Sohoma-Light-Condensed.ttf.woff") format("woff"), url("../../files/sdk/layout/fonts/Sohoma-Light-Condensed.ttf.svg#Sohoma-Light-Condensed") format("svg"), url("../../files/sdk/layout/fonts/Sohoma-Light-Condensed.ttf.eot"), url("../../files/sdk/layout/fonts/Sohoma-Light-Condensed.ttf.eot?#iefix") format("embedded-opentype");font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:"Work Sans";font-style:normal;font-weight:400;src:url("../../files/sdk/layout/fonts/work-sans-v19-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Work Sans";font-style:italic;font-weight:400;src:url("../../files/sdk/layout/fonts/work-sans-v19-latin-italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Work Sans";font-style:normal;font-weight:800;src:url("../../files/sdk/layout/fonts/work-sans-v19-latin-800.woff2") format("woff2")}header{position:absolute;top:0;left:0;width:1220px;z-index:900}header:before{content:"";position:absolute;width:1220px;height:245px;background:#fff;clip-path:polygon(0% 72%, 0% 0%, 100% 0%, 92% 100%);z-index:0}header .inner{position:relative;display:flex;align-items:center;margin-top:35px;width:calc(100% - 75px)}header .inner #logo{width:194px;margin-right:70px}header .inner #logo img{width:100%;height:auto}header .inner .mod_navigation ul li{display:inline-block}header .inner .mod_navigation ul li a,header .inner .mod_navigation ul li strong{font-family:"Sohoma-Light-Condensed";font-size:20px;line-height:28px;color:#767476;transition:0.5s ease all;background-color:#fff;padding:10px 48px;padding-top:14px;position:relative;z-index:10}header .inner .mod_navigation ul li a.stellenboerse,header .inner .mod_navigation ul li strong.stellenboerse{border:1px solid #767476}header .inner .mod_navigation ul li a{}header .inner .mod_navigation ul li a.stellenboerse:hover{border:1px solid #94040b}header .inner .mod_navigation ul li a:hover{color:#94040b}header .inner .mod_navigation ul li strong{color:#94040b}header .inner .mod_navigation ul li strong.stellenboerse{border:1px solid #94040b}header #menuetrigger{position:absolute;width:30px;height:30px;z-index:20;right:9.5%;top:33px;opacity:0;display:none;cursor:pointer}header #burgermenue,header #burgermenue:before,header #burgermenue:after{width:30px;height:2px;margin-bottom:5px;background:#000579;z-index:998;cursor:pointer}header #burgermenue:before,header #burgermenue:after{position:absolute;content:"";text-decoration:none;left:0}header #burgermenue{transition:none;position:absolute;right:10%;margin-top:24px;z-index:10;display:none}header #burgermenue:before{margin-top:-9px;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}header #burgermenue:after{margin-top:9px;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}header #burgermenue.active::before{-webkit-transform:rotate(45deg) translate(6px, 6px);transform:rotate(45deg) translate(6px, 6px)}header #burgermenue.active:after{-webkit-transform:rotate(-45deg) translate(6px, -6px);transform:rotate(-45deg) translate(6px, -6px)}header #burgermenue.active{height:0;text-decoration:none}header .mod_navigation.active{display:block !important}.preload *{-webkit-transition:none !important;-moz-transition:none !important;-ms-transition:none !important;-o-transition:none !important;transition:none !important}.invisible-skip,.deko .caption{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}body{background:#336200;background:linear-gradient(180deg, #336200 0%, #2c3f2a 14%, #241858 30%, #2d0b7a 36%, #825398 51%, #ffbebe 60%, #ffc16b 96%, #ffbd41 100%);background-repeat:no-repeat;font-family:"Work Sans";font-weight:400;font-size:20px;line-height:24px;overflow-x:hidden}body strong{font-weight:800}.for_mobile{display:none}.ce_player .caption{font-size:24px;line-height:28px;font-weight:800;text-transform:uppercase}.mod_article .inner{position:relative;width:calc(100% - 40px);margin-left:auto;margin-right:auto;max-width:1340px}h1,h2,.h1{font-family:"Work Sans";font-size:100px;font-weight:800;line-height:117px;text-transform:uppercase;margin-bottom:20px}body.unterseite h2:not(.h1){line-height:50px}h1,h2,h3,.h1{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}.subheadline{font-size:25px;line-height:35px;font-family:"Sohoma-Light-Condensed";color:#fff;margin-bottom:20px}.subheadline2{font-size:40px;line-height:50px;font-family:"Sohoma-Light-Condensed";color:#fff;margin-bottom:20px}.subheadline3{font-size:24px;line-height:34px;font-family:"Work Sans";font-weight:800;margin-bottom:20px}.subheadline,.subheadline2,.subheadline3{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}p{margin-bottom:20px}p:last-child{margin-bottom:0px}p.more a{display:inline-block;width:auto;padding:26px 32px;text-align:center;font-weight:800;font-size:24px;line-height:28px;transition:0.3s ease all;box-sizing:border-box}p.more a:hover{transform:scale(1.05)}body.startseite p.more a{width:calc((100% - 80px)/3)}.contrast-headline,.contrast-headline--border-right{opacity:0;height:0}.ce_text{margin-bottom:20px}.ce_text:last-child{margin-bottom:0px}.ce_text ul{margin-bottom:20px;list-style-type:disc}.ce_text ul li{margin-left:20px}#deinekarriere{padding-top:394px;padding-bottom:120px;color:#C3FE56;position:relative;z-index:10}#deinekarriere:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_deine_karriere.svg");width:82%;max-width:1500px;height:1200px;background-repeat:no-repeat;background-size:100%;top:0;margin-top:-14%;left:0;margin-left:-13px}#deinekarriere .ce_text{width:60%}#deinekarriere .ce_image{position:absolute;top:0;width:740px;right:-20%;margin-top:-20%}#stellenboerse{padding-top:430px;padding-bottom:80px;position:relative;z-index:10;color:#08DAFF}#stellenboerse:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_stellenboerse.svg");width:66%;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:8%;left:0;margin-left:0px}#stellenboerse .inner{display:flex;flex-wrap:wrap;justify-content:flex-end}#stellenboerse .ce_text{width:60%}#stellenboerse .ce_image{position:absolute;top:0;left:0;width:450px;margin-top:-14%}#stellenboerse .more a{background-color:#FFC136}#stellenboerse #stellsuchmaske_container{margin-top:200px}#stellenboerse #stellsuchmaske_container #stellsuchmaske .ssm_container{transition:box-shadow ease 0.5s}#stellenboerse #stellsuchmaske_container #stellsuchmaske .ssm_container .ssm_button{background-color:#230975;color:#fff;border:1px solid #fff}#stellenboerse #stellsuchmaske_container #stellsuchmaske .ssm_container .ssm_content{background-color:#230975;border:1px solid #fff}#stellenboerse #stellsuchmaske_container #stellsuchmaske .ssm_container .ssm_content#ssm_content_1 a{color:#fff}#stellenboerse #stellsuchmaske_container #suchbutton #jobfinder{background-color:#fff;color:#230975}#beruf{padding-top:330px;padding-bottom:330px;color:#FFC136;position:relative;z-index:0}#beruf:before{content:"";position:absolute;z-index:1;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_beruf.svg");width:50%;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:6%;right:0;margin-right:0}#beruf:after{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hindergrund_beruf.png");background-repeat:no-repeat;top:0;right:0;width:70%;height:100%;margin-right:-24%;margin-top:18%;background-size:contain}#beruf .ce_text{width:70%}#beruf .steuerwas_keypoints{position:relative;z-index:10;margin-top:80px;display:flex;flex-wrap:wrap;justify-content:space-between}#beruf .steuerwas_keypoints .ce_image{position:relative;width:calc((100% - 90px)/3);background-color:#abb3fe;border-radius:360px;aspect-ratio:1;text-align:center;text-transform:uppercase;margin-bottom:80px;transition:0.3s ease all}#beruf .steuerwas_keypoints .ce_image:hover{transform:scale(1.05)}#beruf .steuerwas_keypoints .ce_image:focus-within{transform:scale(1.05);border:3px solid black}#beruf .steuerwas_keypoints .ce_image img{position:absolute;width:auto;height:170px;left:0;right:0;margin-left:auto;margin-right:auto;top:0;margin-top:70px}#beruf .steuerwas_keypoints .ce_image .caption{position:absolute;bottom:0;font-size:26px;line-height:36px;font-weight:800;color:#3e0a6d;left:0;right:0;margin-left:auto;margin-right:auto;margin-bottom:70px}#beruf .steuerwas_keypoints .ce_image.last{background-color:#FFC136}#beruf .steuerwas_keypoints .ce_image.last img{margin-top:120px;height:120px}#beruf .steuerwas_keypoints .ce_image.last .caption{margin-bottom:108px}#beruf .steuerwas_keypoints_mobile{width:calc(100% - 80px);position:relative;z-index:10;margin-left:auto;margin-right:auto}#beruf .steuerwas_keypoints_mobile img{position:absolute;width:200px;left:0;right:0;margin-left:auto;margin-right:auto;top:0;margin-top:70px}#beruf .steuerwas_keypoints_mobile .ce_image{position:relative;width:96%;background-color:#abb3fe;border-radius:360px;aspect-ratio:1;text-align:center;text-transform:uppercase;margin-bottom:80px}#beruf .steuerwas_keypoints_mobile .ce_image .caption{position:absolute;bottom:0;font-size:26px;line-height:36px;font-weight:800;color:#3e0a6d;left:0;right:0;margin-left:auto;margin-right:auto;margin-bottom:70px}#beruf .steuerwas_keypoints_mobile .ce_image.last{background-color:#FFC136}#beruf .steuerwas_keypoints_mobile .ce_image.last img{margin-top:130px}#beruf .steuerwas_keypoints_mobile .ce_image.last .caption{margin-bottom:108px}#beruf .steuerwas_keypoints_mobile .slick-prev,#beruf .steuerwas_keypoints_mobile .slick-next{position:absolute;top:0;border:none;width:30px;height:30px;background:none;background-repeat:no-repeat;background-size:contain;cursor:pointer;margin-top:14%}#beruf .steuerwas_keypoints_mobile .slick-prev{left:0;background-image:url("../../files/sdk/layout/img/pfeil_links.svg");margin-left:-40px}#beruf .steuerwas_keypoints_mobile .slick-next{right:0;background-image:url("../../files/sdk/layout/img/pfeil_rechts.svg");margin-right:-40px}#stellsuchmaske_container{width:100%;position:relative;z-index:10}#stellsuchmaske_container #stellsuchmaske{width:100%;position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}#stellsuchmaske_container #stellsuchmaske .ssm_container{width:calc((100% - 80px)/3);position:relative}#stellsuchmaske_container #stellsuchmaske .ssm_button{width:100%;display:block;box-sizing:border-box;font-weight:800;font-size:24px;line-height:28px;padding:26px 32px}#stellsuchmaske_container #stellsuchmaske .ssm_button span{font-size:14px}#stellsuchmaske_container #stellsuchmaske .ssm_content{width:calc(100% - 2px);position:absolute;margin-top:-1px;z-index:10}#stellsuchmaske_container #stellsuchmaske .ssm_content.hide{height:0;overflow:hidden;opacity:0}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_1 a{width:100%;display:block;box-sizing:border-box;font-weight:800;font-size:24px;line-height:28px;padding:26px 32px;font-weight:400;font-size:20px;line-height:24px;border-bottom:1px solid #fff;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_2 input[type="text"]{width:100%;display:block;box-sizing:border-box;font-weight:800;font-size:24px;line-height:28px;padding:26px 32px;color:#fff;background:none;font-size:20px;line-height:24px;font-weight:400}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_2 ::placeholder{font-style:italic}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_2 ::-ms-input-placeholder{font-style:italic}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3{color:#fff}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 a{color:#fff}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker{padding:0px}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table{width:100%}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td span:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td span.focused{background:none}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker-inline{width:100%}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker .datepicker-switch{padding-top:20px;padding-bottom:20px}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker .datepicker-switch:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker .prev:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker .next:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker tfoot tr th:hover{background:none}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.day:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.day.focused{background:none}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active:hover:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled:hover:hover,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active:active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active:hover:active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled:active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled:hover:active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active:hover.active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled.active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled:hover.active,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active:hover.disabled,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled.disabled,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled:hover.disabled,#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active[disabled],#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active:hover[disabled],#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled[disabled],#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker table tr td.active.disabled:hover[disabled]{background:none}#stellsuchmaske_container #stellsuchmaske .ssm_content#ssm_content_3 .datepicker .day{padding-top:10px;padding-bottom:10px}#stellsuchmaske_container #suchbutton{display:flex;justify-content:flex-end}#stellsuchmaske_container #suchbutton a{width:calc((100% - 80px)/3);box-sizing:border-box;font-weight:800;font-size:24px;line-height:28px;padding:26px 32px;text-align:center;box-sizing:border-box}.shake{animation:tilt-n-move-shaking 0.15s infinite}@keyframes tilt-n-move-shaking{0%{transform:translate(0, 0) rotate(0deg)}25%{transform:translate(5px, 5px) rotate(5deg)}50%{transform:translate(0, 0) rotate(0eg)}75%{transform:translate(-5px, 5px) rotate(-5deg)}100%{transform:translate(0, 0) rotate(0deg)}}#ausbildung{position:relative;z-index:10;padding-top:200px;padding-bottom:125px}#ausbildung .inner{display:flex;flex-wrap:wrap;justify-content:flex-end;color:#94040b}#ausbildung:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_ausbildung.svg");width:96%;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:-4%;left:0;margin-left:0px}#ausbildung .ce_image{position:absolute;left:0;top:0;margin-top:-16%;width:900px;left:0;margin-left:-28%;z-index:5}#ausbildung .ce_text{position:relative;z-index:10}#ausbildung p.more a{background-color:#94040b;color:#fec5a4}#ausbildung .subheadline{color:#94040b}#ausbildung table,#ausbildung_unterseite table{width:100%;border:1px solid #94040b;margin-top:66px;margin-bottom:66px}#ausbildung table th,#ausbildung_unterseite table th{padding-top:30px;padding-bottom:30px;text-align:center}#ausbildung table td,#ausbildung_unterseite table td{width:50%;padding-top:30px;padding-bottom:30px;text-align:center;vertical-align:middle}#ausbildung table .fat,#ausbildung_unterseite table .fat{text-transform:uppercase;font-size:24px}#ausbildung table .borderright,#ausbildung_unterseite table .borderright{border-right:1px solid #94040b}#ausbildung table .topborder,#ausbildung_unterseite table .topborder{position:relative}#ausbildung table .topborder:before,#ausbildung_unterseite table .topborder:before{content:"";position:absolute;top:0;left:0;right:0;margin-left:auto;margin-right:auto;background-image:url("../../files/sdk/layout/img/table_border.png");width:100%;height:14px;background-repeat:no-repeat;background-position:50% 50%}#ausbildung table .borderbottom:after,#ausbildung_unterseite table .borderbottom:after{content:"";position:absolute;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto;background-image:url("../../files/sdk/layout/img/table_border.png");width:100%;height:14px;background-repeat:no-repeat;background-position:50% 50%;margin-bottom:-13px}#ausbildung_unterseite h3{margin-bottom:0px}#ausbildung_unterseite .sonderanstand{padding-top:120px}#faq{padding-top:150px;padding-bottom:250px;position:relative;z-index:10;color:#3e0a6d}#faq:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_deine_faq.svg");width:26%;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:-1%;right:0;margin-right:0}#faq h2{text-align:right;margin-bottom:60px}#faq .mod_faqlist ul{margin-top:80px}#faq .mod_faqlist ul li{border:1px solid #3e0a6d}#faq .mod_faqlist ul li a{color:#3e0a6d}#faq .mod_faqlist ul li a:before,#faq .mod_faqlist ul li a::after{background-color:#3e0a6d}#faq .ce_accordionSingle{border:1px solid #3e0a6d}#faq .ce_accordionSingle .toggler .ui-accordion-header-icon{color:#3e0a6d}#faq .ce_accordionSingle .toggler .ui-accordion-header-icon:before,#faq .ce_accordionSingle .toggler .ui-accordion-header-icon::after{background-color:#3e0a6d}#faq p.more a{background-color:#3e0a6d;color:#FFC136}.mod_faqlist li{padding:26px 30px;margin-bottom:20px;transition:0.5s ease all}.mod_faqlist li a{position:relative;width:100%;display:block}.mod_faqlist li a:before,.mod_faqlist li a:after{content:"";position:absolute;width:25px;height:2px;right:0;transform:rotate(45deg);margin-right:17px;top:0;margin-top:15px;transition:0.3s ease all}.mod_faqlist li a:after{margin-right:0px;transform:rotate(-45deg)}.mod_faqlist li a.active:before{transform:rotate(-45deg)}.mod_faqlist li a.active:after{transform:rotate(45deg)}.mod_faqlist .answer_container{max-height:0;overflow:hidden;transition:all 0.5s linear}.mod_faqlist .answer_container.active{max-height:1400px;margin-top:20px}.ce_accordionSingle .toggler{padding:26px 30px;transition:0.5s ease all}.ce_accordionSingle .toggler .ui-accordion-header-icon{position:relative;width:100%;display:block}.ce_accordionSingle .toggler .ui-accordion-header-icon:before,.ce_accordionSingle .toggler .ui-accordion-header-icon:after{content:"";position:absolute;width:25px;height:2px;right:0;transform:rotate(45deg);margin-right:17px;top:0;margin-top:15px;transition:0.3s ease all}.ce_accordionSingle .toggler .ui-accordion-header-icon:after{margin-right:0px;transform:rotate(-45deg)}.ce_accordionSingle .toggler.active .ui-accordion-header-icon:before{transform:rotate(-45deg)}.ce_accordionSingle .toggler.active .ui-accordion-header-icon:after{transform:rotate(45deg)}.ce_accordionSingle .accordion{padding:26px 30px}.ce_accordionSingle .flex{display:flex;flex-wrap:wrap;justify-content:space-between}.ce_accordionSingle .flex .left,.ce_accordionSingle .flex .right{width:calc((100% - 80px)/2)}.rechts{display:flex;justify-content:flex-end;margin-top:40px}.rechts .more a{display:table-cell}body.unterseite h2:not(.h1){font-size:50px;line-height:60px;margin-bottom:70px}body.unterseite h3{font-size:40px;line-height:56px;font-family:"Sohoma-Light-Condensed";margin-bottom:50px}body.stellenboerse{background:#ffe162;background:linear-gradient(180deg, #ffe162 0%, #faa668 70%, #c1d7d4 100%);color:#000579}body.stellenboerse .zweispaltig_unterseite{color:#000579}body.stellenboerse .zweispaltig_unterseite hr{background-color:#910777}body.stellenboerse p.more a{background-color:#910777;color:#FFC136;width:auto}body.stellenboersesuche h1.h1{font-size:50px;line-height:60px;margin-bottom:70px}body.stellenboersesuche #stellenboerse2{padding-top:372px}body.stellenboersesuche #suchergebnis{padding-bottom:180px}body.stellenboersesuche #suchergebnis #suche{width:100%;height:100%}#machdichaufdiesuche{padding-top:394px;padding-bottom:120px;color:#000579;position:relative;z-index:10}#machdichaufdiesuche:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_stellenboerse2.svg");width:84%;max-width:1670px;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:0%;right:0;margin-right:-2%}#machdichaufdiesuche .ce_text{width:60%}#machdichaufdiesuche .ce_image{position:absolute;top:0;width:460px;right:-2%;margin-top:-15%}#machdichaufdiesuche .subheadline2{color:#94040b}#stellenboerse2{padding-bottom:40px;color:#000579}#stellenboerse2 #stellsuchmaske_container{padding-bottom:80px;position:relative;border-bottom:2px solid #910777}#stellenboerse2 #stellsuchmaske_container #stellsuchmaske .ssm_container{transition:box-shadow ease 0.5s}#stellenboerse2 #stellsuchmaske_container #stellsuchmaske .ssm_container .ssm_button{background-color:#910777;color:#FFC136;border:1px solid #fff}#stellenboerse2 #stellsuchmaske_container #stellsuchmaske .ssm_container .ssm_content{border:1px solid #fff;background-color:#910777}#stellenboerse2 #stellsuchmaske_container #stellsuchmaske .ssm_container .ssm_content#ssm_content_1 a{color:#fff}#stellenboerse2 #stellsuchmaske_container #suchbutton #jobfinder{background-color:#000579;color:#FFC136}#stellenboerse2 #stellsuchmaske_container #sortiercontainer{position:absolute;right:0;width:calc((100% - 80px)/3);bottom:0px;margin-bottom:-120px;z-index:0}#stellenboerse2 #stellsuchmaske_container #sortiercontainer #sortierungfeld{width:100%;background:none;border:none;border-bottom:1px solid #000579;box-sizing:border-box;padding:10px 20px;padding-left:0px;font-size:18px;color:#000579;margin-top:10px}#initial .inner{background:rgba(255, 255, 255, 0.3);padding:72px 114px;box-sizing:border-box;margin-bottom:86px;color:#000579;position:relative}#initial .inner .ce_text{width:72%}#initial .inner .ce_text a{color:#000579;text-decoration:underline}#initial .inner .ce_image{position:absolute;width:170px;top:0;right:0;margin-top:-86px;margin-right:20%}.zweispaltig_unterseite{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:156px}.zweispaltig_unterseite .zweispaltig_inhaltscontainer{width:calc((100% - 230px)/2)}.zweispaltig_unterseite hr{height:2px;border:none;background-color:#fff;width:100%;margin-top:20px;margin-bottom:40px}.zweispaltig_unterseite .illu{width:200px;height:200px;margin-left:auto;margin-right:auto}.zweispaltig_unterseite .illu img{width:100%;height:auto}.zweispaltig_unterseite .ce_text,.zweispaltig_unterseite .ce_headline{width:100%}.zweispaltig_unterseite .ce_player{width:100%;height:auto;margin-top:40px;margin-bottom:40px}#praktangebot{padding-bottom:400px}#praktangebot .ce_text{width:50%}#praktangebot .ce_image{background-color:#000579;width:100%;height:234px;position:absolute;top:0;right:-66%;padding:20px}#praktangebot .ce_image img{width:430px}body.beruf{color:#fff;background:#231063;background:linear-gradient(180deg, #231063 0%, #963f93 60%, #ff6127 100%)}body.beruf h1,body.beruf .h1{color:#FFC136}body.beruf p.more a{background-color:#FFC136;color:#910777;width:390px}body.beruf .zweispaltig_unterseite .subheadline,body.beruf .zweispaltig_unterseite .subheadline2,body.beruf .zweispaltig_unterseite .subheadline3,body.beruf .zweispaltig_unterseite h3{color:#FFC136}body.beruf .zweispaltig_unterseite hr{background-color:#FFC136}body.beruf #prozente{position:relative;z-index:10}body.beruf #prozente:before{position:absolute;content:"";width:586px;height:100%;background-image:url("../../files/sdk/layout/img/hand_mit_buch.png");background-repeat:no-repeat;background-size:100%;top:0;left:0;z-index:0;margin-top:-190px}body.beruf #faq:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_faq2.svg");width:10%;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:-20%;right:0;margin-right:0}body.beruf #faq h2{text-align:left;color:#fff}body.beruf #faq .ce_accordionSingle{border:1px solid #fff;color:#fff}body.beruf #faq .ce_accordionSingle .toggler .ui-accordion-header-icon:before,body.beruf #faq .ce_accordionSingle .toggler .ui-accordion-header-icon::after{background-color:#fff}body.beruf #faq .more a{background-color:#FFC136;color:#E45843}body.beruf .caption{margin-top:20px;color:#FFC136}#berufeinleitung{padding-top:530px;padding-bottom:230px}#berufeinleitung:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_beruf2.svg");width:30%;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:5%;right:0;margin-right:0%}#berufeinleitung .subheadline3{color:#fff}#berufeinleitung .ce_text{width:66%}#berufeinleitung .ce_image{position:absolute;width:490px;top:0;right:0;margin-top:-25%;margin-right:-6%}body.ausbildung{background:#fabac1;background:linear-gradient(180deg, #fabac1 0%, #ffbe50 60%, #5bd3ae 100%)}body.ausbildung .rot{color:#94040b}body.ausbildung .gruen{color:#0F4D1D}body.ausbildung .ce_accordionSingle{border:1px solid #0F4D1D;color:#0F4D1D}body.ausbildung .ce_accordionSingle .flex{display:flex;flex-wrap:wrap;justify-content:space-between}body.ausbildung .ce_accordionSingle .flex .left,body.ausbildung .ce_accordionSingle .flex .right{width:calc((100% - 80px)/2)}body.ausbildung .ce_accordionSingle .toggler .ui-accordion-header-icon:before,body.ausbildung .ce_accordionSingle .toggler .ui-accordion-header-icon::after{background-color:#0F4D1D !important}body.ausbildung #faq{padding-top:110px;padding-bottom:320px;color:#0F4D1D}body.ausbildung #faq h2{text-align:left}body.ausbildung #faq:before{display:none}body.ausbildung #faq .flex{margin-top:40px}body.ausbildung #faq .flex .left p,body.ausbildung #faq .flex .right p{margin-bottom:60px}body.ausbildung #faq .more{text-align:right}body.ausbildung #faq .more a{background-color:#0F4D1D;color:#9fecb8}#ausbildungintro{padding-top:310px;padding-bottom:200px}#ausbildungintro:before{position:absolute;content:"";width:60%;max-width:1000px;height:100%;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_ausbildung2.svg");background-repeat:no-repeat;background-size:100%;top:0;right:0;z-index:0;margin-top:-14%}#ausbildungintro .ce_text{width:70%}#ausbildungintro .more a{background-color:#94040b;color:#fec5a4}#ausbildungintro .ce_image{width:480px;position:absolute;top:0;right:0;margin-top:-12%;margin-right:-6%}#studiumorientierung .more a{background-color:#fff;color:#94040b}#erfolg{position:relative;z-index:10;padding-top:100px}#erfolg:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_erfolg.svg");width:50%;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:-8%;left:0;margin-left:-11%}#ab_container{width:100%;height:auto}#ab_container #ab_container_switch{display:flex;justify-content:space-between}#ab_container #ab_container_switch .ab_switch{width:50%;text-align:center;padding-top:10px;padding-bottom:10px;font-weight:800;color:#0F4D1D;border:1px solid #0F4D1D;transition:0.3s ease all}#ab_container #ab_container_switch .ab_switch:hover,#ab_container #ab_container_switch .ab_switch.active{background-color:#0F4D1D;color:#FFC136}#ab_container .ab_data{border-left:1px solid #0F4D1D;border-bottom:1px solid #0F4D1D;border-right:1px solid #0F4D1D;display:none}#ab_container .ab_data.active{display:block}#ab_container .ab_data p{text-align:center;padding:30px 40px;box-sizing:border-box;position:relative}#ab_container .ab_data p:not(.last):after{content:"";position:absolute;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto;background-image:url("../../files/sdk/layout/img/table_border_gruen.png");width:100%;height:14px;background-repeat:no-repeat;background-position:50% 50%;margin-bottom:-13px}body.wissenswert{background:#00a096;background:linear-gradient(180deg, #00a096 0%, #afceff 60%, #960000 90%, #960000 100%)}body.wissenswert h2:not(.h1){font-size:50px}body.wissenswert .lila{color:#3E006F}body.wissenswert h3{font-size:40px;line-height:50px;font-family:"Sohoma-Light-Condensed"}body.wissenswert #faq{color:#fff}body.wissenswert #faq h2{text-align:left}body.wissenswert #faq .ce_accordionSingle{border:1px solid #fff}body.wissenswert #faq .ce_accordionSingle .toggler .ui-accordion-header-icon:before,body.wissenswert #faq .ce_accordionSingle .toggler .ui-accordion-header-icon::after{background-color:#fff}body.wissenswert #faq:before{background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_faq4.svg");width:11%}body.wissenswert #kontakt{padding-bottom:180px}body.wissenswert #kontakt .inner{background:rgba(255, 255, 255, 0.1);padding-top:40px;padding-bottom:40px}body.wissenswert #kontakt .inner .ce_text{width:90%;max-width:800px;margin-left:auto;margin-right:auto;color:#fff}body.wissenswert #kontakt .inner .ce_text:before{position:absolute;content:"";width:175px;height:250px;background-image:url("../../files/sdk/layout/img/fragezeichen_neu.svg");background-repeat:no-repeat;right:0;top:0;margin-top:-7%;margin-right:12%}body.wissenswert #kontakt .inner .ce_text p{margin-bottom:40px}body.wissenswert #kontakt .inner .ce_text .more{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:0px}body.wissenswert #kontakt .inner .ce_text .more a{background-color:#DCFE65;color:#3E006F;width:40%}body.wissenswert #ww_einleitung{position:relative;z-index:10;padding-top:425px;padding-bottom:250px;position:relative}body.wissenswert #ww_einleitung .subheadline2{color:#DCFE65}body.wissenswert #ww_einleitung .ce_text{width:60%}body.wissenswert #ww_einleitung .ce_image{position:absolute;width:470px;height:auto;top:0;right:0;margin-top:-16%;margin-right:-7%}body.wissenswert #ww_einleitung:before{content:"";position:absolute;z-index:0;background-image:url("../../files/sdk/layout/img/sbk_hintergrundwort_wissenswert.svg");width:72%;max-width:1500px;height:100%;background-repeat:no-repeat;background-size:100%;top:0;margin-top:3%;right:0;margin-right:0}body.wissenswert #karrierechance{padding-top:250px;padding-bottom:60px}body.wissenswert #karrierechance .kch{width:100%;background-color:#DCFE65;padding:36px 48px;box-sizing:border-box}body.wissenswert #karrierechance .kch .subheadline3{margin-bottom:0px}body.wissenswert #karrierechance .kch h3{font-size:40px;line-height:50px;font-family:"Sohoma-Light-Condensed"}body.wissenswert #karrierechance .kc_elemente{display:flex;flex-wrap:wrap;justify-content:space-between}body.wissenswert #karrierechance .kc_elemente .ce_text{width:calc((100% - 20px)/7);height:460px;position:relative;border-left:1px solid #DCFE65;border-right:1px solid #DCFE65;border-bottom:1px solid #DCFE65;font-size:14px;line-height:18px;margin-top:20px;margin-bottom:40px}body.wissenswert #karrierechance .kc_elemente .ce_text:before{content:"";position:absolute;top:0;left:0;right:0;margin-left:auto;margin-right:auto;background-image:url("../../files/sdk/layout/img/table_border_top_neon.png");width:100%;height:14px;background-repeat:no-repeat;background-position:50% 50%;margin-top:-13px}body.wissenswert #karrierechance .kc_elemente .ce_text p{padding:20px;box-sizing:border-box}body.wissenswert #karrierechance .kc_elemente .ce_text p:first-child{position:absolute;top:0;width:70%}body.wissenswert #karrierechance .kc_elemente .ce_text p:last-child{position:absolute;bottom:0;width:100%}body.wissenswert #karrierechance .kc_elemente .ce_text .mark{position:absolute;top:0;margin-top:90px;background-color:#DCFE65;font-family:"Sohoma-Light-Condensed";width:100%;font-size:24px;line-height:30px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;margin-bottom:0px}body.wissenswert #karrierechance .kc_elemente .ce_text .mark strong{font-family:"Work Sans";font-size:24px;line-height:22px}body.wissenswert #karrierechance .kc_elemente .ce_text.mark2 .mark{margin-top:190px;height:160px}body.wissenswert #steuerspezi{padding-top:60px;padding-bottom:60px}body.wissenswert #steuerspezi hr{background-color:#DCFE65}body.wissenswert #steuerspezi .ce_text{margin-bottom:40px}body.wissenswert #steuerspezi .more a{background-color:#3E006F;color:#08DAFF}body.wissenswert .zweidrittel{display:flex;flex-wrap:wrap;justify-content:space-between}body.wissenswert .zweidrittel h2{width:65%}body.wissenswert .zweidrittel .left{width:65%}body.wissenswert .zweidrittel .right{width:25%}body.wissenswert .zweidrittel .right .image_container{margin-top:-120px}body.wissenswert #oa_steuerberater{position:relative;padding-bottom:280px}body.wissenswert #oa_steuerberater .ce_image{position:relative}body.wissenswert #oa_steuerberater .ce_text{position:absolute;top:0;right:0;width:40%;margin-right:2%;margin-top:8%}body.wissenswert #oa_steuerberater .more a{background-color:#3E006F;color:#08DAFF}body.wissenswert #lieber_studium{position:relative;padding-bottom:150px}body.wissenswert #lieber_studium #variante1{width:555px;box-sizing:border-box;border:1px solid #3E006F;margin-left:112px;margin-top:280px;padding:96px 86px;color:#fff}body.wissenswert #lieber_studium #variante1 .subheadline3{margin-bottom:40px}body.wissenswert #lieber_studium #variante2{padding:96px 86px;width:705px;box-sizing:border-box;position:absolute;bottom:0;margin-bottom:15%;right:0;color:#3E006F;border:1px solid #fff}body.wissenswert #lieber_studium #variante2 .subheadline3{margin-bottom:40px}body.wissenswert #lieber_studium #fraumitlaptop{position:absolute;bottom:0;right:0;width:450px;margin-right:-190px;margin-bottom:-60px}body.wissenswert #dualesstudium .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child{position:relative;color:#3E006F;padding:60px;padding-left:0px;box-sizing:border-box;z-index:10}body.wissenswert #dualesstudium .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child .more a{background-color:#3E006F;color:#DCFE65;width:auto}body.wissenswert #dualesstudium .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child:before{content:"";position:absolute;width:1500px;height:320px;background-color:#DCFE65;z-index:-1;top:0;margin-left:-170%}body.wissenswert #dualesstudium .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child{color:#fff}body.wissenswert #videos{padding-top:200px;color:#fff}body.wissenswert #videos .ce_player{width:100%}body.wissenswert #videos .ce_sliderStart{width:calc(100% - 80px);margin-left:auto;margin-right:auto;position:relative}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child{width:55%}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child .ce_text{margin-top:30px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child .ce_text strong{font-size:24px;line-height:28px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child .ce_text p{margin-bottom:40px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child{width:40%}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child .ce_player{margin-bottom:23px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child .ce_player .video_container{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child .ce_player .video_container video{width:62%;margin-right:20px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child .ce_player .video_container .caption{color:#fff}body.wissenswert #videos .slider-control{position:absolute;top:0;width:100%;display:flex;justify-content:space-between}body.wissenswert #videos .slider-control .slider-prev,body.wissenswert #videos .slider-control .slider-next{width:20px;height:30px;position:relative;transition:0.3s ease all;margin-top:20%}body.wissenswert #videos .slider-control .slider-prev:hover,body.wissenswert #videos .slider-control .slider-next:hover{transform:scale(1.2)}body.wissenswert #videos .slider-control .slider-prev:before,body.wissenswert #videos .slider-control .slider-prev:after,body.wissenswert #videos .slider-control .slider-next:before,body.wissenswert #videos .slider-control .slider-next:after{content:"";position:absolute;width:15px;height:2px;background-color:#fff}body.wissenswert #videos .slider-control .slider-prev{margin-left:-40px}body.wissenswert #videos .slider-control .slider-prev:before{transform:rotate(-45deg);top:0;margin-top:9px}body.wissenswert #videos .slider-control .slider-prev:after{transform:rotate(45deg);bottom:0;margin-bottom:9px}body.wissenswert #videos .slider-control .slider-next{margin-right:-40px}body.wissenswert #videos .slider-control .slider-next:before{transform:rotate(45deg);top:0;margin-top:9px}body.wissenswert #videos .slider-control .slider-next:after{transform:rotate(-45deg);bottom:0;margin-bottom:9px}body.law{background:#000579;background:linear-gradient(180deg, #000579 0%, #960000 90%, #960000 100%);color:#fff}body.law .mod_article{padding-top:400px;padding-bottom:400px}body.law .mod_article p a,body.law .mod_article ul a{color:#DCFE65}body.law .mod_article h2{margin:50px 0 30px}#footer{position:relative;height:292px}#footer .inner{position:absolute;top:0;right:0;width:94%;height:292px;background:#fff;clip-path:polygon(0% 100%, 9% 0%, 100% 20%, 100% 100%);z-index:999}#footer .inner #footer_content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:78%;margin-left:auto;margin-right:auto;margin-top:100px;position:relative}#footer .inner #footer_content .footer_content{width:calc((100% - 10px)/3)}#footer .inner #footer_content .footer_content #logo_footer img{width:292px}#footer .inner #footer_content .footer_content a{font-family:"Sohoma-Light-Condensed";color:#767476;font-size:20px}#footer .inner #footer_content .footer_content a:hover{color:#94040b}#footer .inner #footer_content .footer_content .mod_customnav ul li{display:inline-block}#footer .inner #footer_content .footer_content .mod_customnav ul li a,#footer .inner #footer_content .footer_content .mod_customnav ul li strong{margin-right:20px;font-family:"Sohoma-Light-Condensed";color:#767476;font-size:20px}#footer .inner #footer_content .footer_content .mod_customnav ul li a:hover,#footer .inner #footer_content .footer_content .mod_customnav ul li strong:hover{color:#94040b}#footer .inner #footer_content .footer_content .mod_customnav ul li .strong{color:#94040b}#footer .inner #footer_content .footer_content .mod_customnav ul .last{padding-top:0.5rem;box-sizing:border-box}#footer .inner #footer_content .footer_content #cookieit{padding-top:0.5rem;display:flex;box-sizing:border-box}#footer .inner #footer_content .footer_content#socialmedia{text-align:right}#footer .inner #footer_content .footer_content#socialmedia a{margin-left:8px;margin-right:8px;transition:0.3s ease all;display:inline-block}#footer .inner #footer_content .footer_content#socialmedia a:hover{transform:scale(1.1)}#footer .inner #footer_content .footer_content#socialmedia a img{height:30px;width:auto}#footer .inner #footer_content #totop{position:absolute;right:0;width:60px;height:60px;margin-top:-180px;z-index:9999;cursor:pointer}#footer .inner #footer_content #totop:before{content:"";position:absolute;width:35px;height:2px;right:0;transform:rotate(45deg);margin-right:0px;top:0;margin-top:26px;transition:0.3s ease all;background-color:#767476}#footer .inner #footer_content #totop:after{content:"";position:absolute;width:35px;height:2px;right:0;transform:rotate(-45deg);margin-right:24px;top:0;margin-top:26px;transition:0.3s ease all;background-color:#767476}@media screen and (max-width:1500px){#ausbildungintro .ce_image{width:380px;margin-top:-3%;margin-right:-3%}}@media screen and (max-width:1400px){#beruf .steuerwas_keypoints .ce_image img{width:160px}body.wissenswert #lieber_studium #variante2{width:640px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child,body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child{width:calc((100% - 40px)/2)}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child .ce_player .video_container video{width:46%}#main{overflow:hidden}body.beruf #faq:before{margin-top:0px}}@media screen and (max-width:1280px){header{width:90%;height:112px}header:before{width:100%;height:112px}header .inner{margin-top:10px;width:calc(100% - 28px)}header .inner #logo img{width:120px}.mod_navigation{display:none}header #menuetrigger{display:block}header #burgermenue{display:block}header .mod_navigation{position:absolute;right:0;z-index:9999;margin-top:330px;background-color:#fff}header .inner .mod_navigation ul li{display:block;margin-bottom:10px}header .inner .mod_navigation ul li a,header .inner .mod_navigation ul li strong{display:block}header .inner .mod_navigation ul li a.stellenboerse,header .inner .mod_navigation ul li strong.stellenboerse{border:none}header .inner .mod_navigation ul li a.stellenboerse:hover,header .inner .mod_navigation ul li strong.stellenboerse:hover{border:none}#deinekarriere .ce_image{width:600px;right:-15%}#stellenboerse .ce_image{width:350px;margin-left:calc(5% - 2%)}.for_desktop{display:none !important}.for_mobile{display:block}#beruf .steuerwas_keypoints_mobile img{height:120px}#beruf .steuerwas_keypoints_mobile .ce_image.last img{margin-top:100px}#beruf .steuerwas_keypoints_mobile .ce_image .caption{font-size:24px;line-height:28px;margin-bottom:60px}#ausbildung .ce_image{width:calc(100% - 700px);margin-left:-10%}#footer .inner #footer_content .footer_content #logo_footer img{width:100px}#footer{height:120px}#footer .inner{height:120px}#footer .inner #footer_content{margin-top:48px}#footer .inner #footer_content .footer_content#socialmedia a{margin-left:2px;margin-right:2px}#footer .inner #footer_content .footer_content#socialmedia a img{height:16px}#machdichaufdiesuche .ce_image{width:350px}#berufeinleitung .ce_image{margin-right:0%;width:350px;margin-top:-400px}#ausbildungintro .ce_image{width:350px;margin-top:-14%;margin-right:0%}body.wissenswert #ww_einleitung .ce_image{width:400px;margin-right:0%;margin-top:-260px}body.wissenswert #karrierechance .kch{padding:20px 20px}body.wissenswert #karrierechance .kc_elemente .ce_text p{padding:10px}body.wissenswert #lieber_studium #variante1{width:100%;margin-left:0px}body.wissenswert #lieber_studium #variante2{width:calc(100% - 80px);position:relative;margin-left:auto;margin-right:auto;margin-top:-80px}body.wissenswert #lieber_studium #fraumitlaptop{margin-bottom:-120px}body.wissenswert #dualesstudium .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child:before{display:none}body.wissenswert #dualesstudium .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child{background-color:#DCFE65;padding-left:auto;padding:20px}body.wissenswert #kontakt .inner .ce_text:before{width:100px;height:130px;background-size:contain;margin-top:-6%;margin-right:0%}body.wissenswert #oa_steuerberater{padding-bottom:360px}body.stellenboersesuche #stellenboerse2{padding-top:272px}body.wissenswert #ww_einleitung{padding-bottom:80px}body.wissenswert #karrierechance{padding-top:80px}body.wissenswert #lieber_studium #variante1{margin-top:80px}#footer .inner #footer_content #totop{margin-top:-60px}#footer .inner #footer_content #totop:before,#footer .inner #footer_content #totop:after{width:25px}#footer .inner #footer_content #totop:after{margin-right:17px}}@media screen and (max-width:1024px){#deinekarriere .ce_image{width:500px;right:-10%}h1,h2,.h1{font-size:80px;line-height:100px}#stellenboerse .ce_image{width:250px;margin-top:-15%;margin-left:calc(10% - 2px)}#stellsuchmaske_container #stellsuchmaske .ssm_container{width:100%;position:relative;margin-bottom:40px}#ausbildung{padding-top:70px}#ausbildung .ce_image{width:300px;margin-top:-6%}#ausbildung .ce_text{width:100%}#ausbildung .ce_text .subheadline,#ausbildung .ce_text h2{padding-left:40%;box-sizing:border-box}#initial .inner{padding:30px 30px}#initial .inner .ce_image{width:120px;margin-top:-60px;margin-right:2%}.zweispaltig_unterseite .zweispaltig_inhaltscontainer{width:100%;margin-bottom:40px}body.beruf #prozente:before{display:none}#ausbildungintro .ce_image{width:260px;margin-top:-18%}body.wissenswert #ww_einleitung .ce_image{width:300px}body.wissenswert #karrierechance .kc_elemente .ce_text{width:calc((100% - 20px)/3)}body.wissenswert .zweidrittel h2,body.wissenswert .zweidrittel .left,body.wissenswert .zweidrittel .right{width:100%}body.wissenswert .zweidrittel .left,body.wissenswert .zweidrittel .right{margin-bottom:40px;display:flex;justify-content:center}body.wissenswert .zweidrittel .right .image_container{text-align:center;width:300px;margin-top:0px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:first-child,body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child{width:100%}body.wissenswert #videos .slider-control .slider-prev,body.wissenswert #videos .slider-control .slider-next{margin-top:50%}#beruf .steuerwas_keypoints_mobile .slick-prev,#beruf .steuerwas_keypoints_mobile .slick-next{margin-top:22%}body.wissenswert #oa_steuerberater .ce_text{position:relative;width:100%;margin-right:0px;margin-top:40px}body.wissenswert #oa_steuerberater{padding-bottom:140px}#praktangebot{padding-bottom:200px}#ausbildung_unterseite .sonderanstand{padding-top:0px}body.wissenswert #oa_steuerberater{margin-top:-180px}body.ausbildung #faq{padding-top:0px;padding-bottom:130px}#beruf,#faq{padding-bottom:130px}}@media screen and (max-width:920px){#stellenboerse .ce_image{margin-top:-22%}#machdichaufdiesuche .ce_image{width:250px;margin-top:-25%}#machdichaufdiesuche .ce_text{width:100%}#machdichaufdiesuche h1,#machdichaufdiesuche .h1{width:60%}}@media screen and (max-width:920px){#deinekarriere{padding-top:300px}#deinekarriere .ce_image{width:400px}#stellenboerse .ce_image{width:210px;margin-top:-24%;margin-left:calc(10% - 2px)}}@media screen and (max-width:875px){#footer .inner #footer_content .footer_content #logo_footer img{width:100%}#footer .inner #footer_content .footer_content a{font-size:16px !important;line-height:16px !important}#footer .inner #footer_content .footer_content .mod_customnav{margin-top:-20px}}@media screen and (max-width:840px){#stellenboerse .ce_image{margin-top:-32%}}@media screen and (max-width:768px){h1,h2,.h1{font-size:60px;line-height:60px}#deinekarriere:before{width:100%;margin-top:0}#deinekarriere .ce_image{width:350px;margin-top:-25%}#deinekarriere .ce_text{padding-top:200px}#stellenboerse{padding-top:40%}#stellsuchmaske_container #suchbutton{display:block}#stellsuchmaske_container #suchbutton a{width:100%;display:block}#stellenboerse .ce_image{width:180px;margin-top:-20%;margin-left:calc(8% - 2px)}#ausbildung .ce_image{width:200px}.ce_accordionSingle .toggler,.ce_accordionSingle .accordion{box-sizing:border-box}#faq .ce_accordionSingle .toggler .ui-accordion-header-icon:before{margin-right:-83px}#faq .ce_accordionSingle .toggler .ui-accordion-header-icon::after{margin-right:-100px}.ce_accordionSingle .toggler{padding-right:120px}p.more a{width:100%;display:block}.rechts{display:block;justify-content:flex-start}.rechts .more a{display:block}#machdichaufdiesuche .ce_image{width:180px;margin-top:-250px}#initial .inner .ce_text{width:100%}#initial .inner .ce_image{width:60px;margin-top:-45px;margin-right:0%}#praktangebot .ce_text{width:100%}#praktangebot .ce_image{display:none}#berufeinleitung h1,.h1{width:60%}#berufeinleitung .subheadline3{width:60%}#berufeinleitung .ce_text{width:100%}body.beruf p.more a{width:100%}body.beruf #faq:before,body.wissenswert #faq:before{margin-top:-200px;width:200px}#ausbildungintro .ce_text{width:100%}#ausbildungintro h1,.h1{width:70%}#ausbildungintro .ce_image{width:170px}body.wissenswert #ww_einleitung .ce_text{width:100%}body.wissenswert #ww_einleitung .ce_text h1,.h1{width:60%}body.wissenswert #ww_einleitung .ce_image{width:200px;margin-top:-292px}body.wissenswert #karrierechance .kc_elemente .ce_text{width:calc((100% - 20px)/2);height:300px}body.wissenswert #karrierechance .kc_elemente .ce_text.mark2 .mark{margin-top:80px;height:140px}body.wissenswert #lieber_studium #variante1,body.wissenswert #lieber_studium #variante2{padding:96px 38px}body.wissenswert #lieber_studium #fraumitlaptop{width:225px;margin-right:-80px;margin-bottom:-100px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child .ce_player .video_container{margin-bottom:40px}body.wissenswert #videos .zweispaltig_unterseite .zweispaltig_inhaltscontainer:last-child .ce_player .video_container video{margin-bottom:20px;width:100%;margin-right:0px}body.wissenswert #videos .slider-control .slider-prev,body.wissenswert #videos .slider-control .slider-next{margin-top:100%}body.wissenswert #kontakt .inner .ce_text .more a{width:100%;margin-bottom:20px}#beruf .steuerwas_keypoints_mobile .slick-prev,#beruf .steuerwas_keypoints_mobile .slick-next{margin-top:46%}#beruf .steuerwas_keypoints_mobile img{height:60%}#stellenboerse2 #stellsuchmaske_container #sortiercontainer{width:100%}body.stellenboersesuche #suchergebnis{margin-top:140px}.ce_accordionSingle .flex .left,.ce_accordionSingle .flex .right{width:100%;margin-bottom:20px}.ce_accordionSingle .flex .right{margin-bottom:0px}}@media screen and (max-width:640px){#deinekarriere .ce_image{width:280px}#deinekarriere .ce_text{padding-top:100px}h1,h2,.h1{font-size:50px;line-height:50px}#deinekarriere .ce_text{width:100%}#deinekarriere h1,#deinekarriere .subheadline{width:60%}#stellenboerse .ce_image{width:120px;margin-top:-17%;margin-left:calc(12% - 2px)}#stellenboerse .ce_text{width:100%}#stellenboerse .subheadline,#stellenboerse h2{padding-left:40%;box-sizing:border-box}#berufeinleitung .ce_image{margin-top:-230px;width:200px}#ausbildungintro:before{width:70%}#berufeinleitung{padding-top:390px}#ausbildungintro .ce_image{width:170px;margin-top:-180px}body.wissenswert #ww_einleitung .ce_image{width:170px;margin-top:-292px}}@media screen and (max-width:520px){#deinekarriere{padding-top:220px}#deinekarriere .ce_image{width:200px}#deinekarriere .ce_text{padding-top:40px}h1,h2,.h1{font-size:40px;line-height:40px}#stellenboerse .ce_image{width:100px;margin-left:calc(10% - 2px)}#stellenboerse .ce_text{width:100%}#stellenboerse .subheadline,#stellenboerse h2{padding-left:40%}#beruf .steuerwas_keypoints_mobile img{height:100px}#beruf .steuerwas_keypoints_mobile .ce_image .caption{font-size:20px;line-height:24px;margin-bottom:60px}#beruf .steuerwas_keypoints_mobile .ce_image.last img{height:60px;width:auto}#footer .inner #footer_content .footer_content #logo_footer img{width:70px}#berufeinleitung .ce_image{width:150px}body.wissenswert #ww_einleitung .ce_image{width:130px;margin-top:-130px}body.wissenswert #ww_einleitung{padding-top:240px}body.wissenswert #karrierechance .kch h3{font-size:30px;line-height:40px}body.wissenswert #kontakt .inner .ce_text:before{margin-top:-12%}#footer .inner{width:100%}#footer .inner #footer_content{width:84%}#footer .inner #footer_content .footer_content:nth-child(1){width:50px}#footer .inner #footer_content .footer_content:nth-child(2){width:80px}#footer .inner #footer_content .footer_content:nth-child(3){width:40%}#footer .inner #footer_content .footer_content .mod_customnav ul li a,#footer .inner #footer_content .footer_content .mod_customnav ul li strong{font-size:16px;line-height:16px}#footer .inner #footer_content .footer_content#socialmedia a img{height:15px}body.beruf #faq:before,body.wissenswert #faq:before{margin-top:0px;width:120px}}@media screen and (max-width:420px){body{font-size:16px;line-height:22px}#deinekarriere .ce_image{width:150px}h1,h2,.h1{font-size:28px !important;line-height:30px !important;margin-bottom:30px}body.unterseite h2:not(.h1){margin-bottom:30px}body.unterseite h3{margin-bottom:20px}#deinekarriere .subheadline{width:100%}#stellenboerse .ce_image{margin-left:calc(7% - 2px)}#stellenboerse h2{padding-left:0%}#beruf .steuerwas_keypoints_mobile .ce_image .caption{font-size:16px;line-height:20px;margin-bottom:40px}#ausbildung .ce_image{width:150px}#ausbildung table .fat,#ausbildung_unterseite table .fat{font-size:18px}#machdichaufdiesuche .ce_image{width:150px}#berufeinleitung .ce_image{width:150px}#ausbildungintro:before{margin-top:4%}#ausbildungintro .ce_image{width:130px}body.wissenswert #ww_einleitung .ce_image{width:100px}body.wissenswert #karrierechance .kc_elemente .ce_text{width:100%}body.wissenswert #kontakt .inner .ce_text:before{margin-top:-24%}#beruf .steuerwas_keypoints_mobile img{height:70px}#beruf .steuerwas_keypoints_mobile .ce_image .caption{margin-bottom:50px}#beruf .steuerwas_keypoints_mobile .ce_image.last img{margin-top:70px;height:50px}#faq{padding-top:60px}}@media screen and (max-width:380px){#deinekarriere .ce_image{width:130px}#deinekarriere,.subheadline{width:100%}.subheadline{font-size:22px;line-height:32px}#stellenboerse .ce_image{width:80px;margin-left:calc(10% - 2px)}#footer .inner #footer_content .footer_content .mod_customnav ul li a,#footer .inner #footer_content .footer_content .mod_customnav ul li strong{font-size:16px}#berufeinleitung{padding-top:270px}#berufeinleitung .ce_image{width:120px;margin-top:-130px}body.wissenswert #ww_einleitung .ce_image{width:80px}body.wissenswert #ww_einleitung:before{margin-top:10%}body.wissenswert #lieber_studium #variante2{width:calc(100% - 30px)}#beruf .steuerwas_keypoints_mobile .ce_image .caption{margin-bottom:30px}#beruf .steuerwas_keypoints_mobile .ce_image.last .caption{margin-bottom:80px}#footer .inner #footer_content .footer_content:nth-child(2){width:40px}#footer .inner #footer_content .footer_content #logo_footer img{width:100%}}@media screen and (max-width:340px){#ausbildung table .fat,#ausbildung_unterseite table .fat{font-size:14px}#ausbildung table,#ausbildung_unterseite table{font-size:12px}#beruf .steuerwas_keypoints_mobile img{height:60px;margin-top:50px}#footer .inner #footer_content .footer_content#socialmedia a{margin-left:0px;margin-right:0px}}@media screen and (max-width:320px){#stellenboerse .ce_image{width:80px;margin-left:calc(5% - 2px)}}
:root{--font-light: #f4f4f4;--font-dark: #333;--background-dark: #333}#contrastswitch{position:fixed;top:2rem;right:2rem;background-color:black;color:var(--font-light);border-radius:50%;width:3.75rem;height:3.75rem;display:flex;align-items:center;justify-content:center;font-size:clamp(1.5rem, calc(1.5rem + 0.5vw), 2rem);padding:5px;box-sizing:border-box;cursor:pointer;border:none;line-height:inherit}@media screen and (max-width:1600px){#contrastswitch{right:10px}}.kontrastmodus .contrast-headline{opacity:1;height:auto;position:relative;font-size:clamp(1.5rem, calc(0.5rem + 5vw), 5rem)}@media screen and (320px < width < 768px){.kontrastmodus #deinekarriere .ce_text{padding-top:0px}}.mod_article.hide:before{content:none !important}
