/* scss examples  */
.hidden {
  display: none !important; }

h1, h2, h3, h4, h5 {
  color: #ef7f02 !important;
  text-transform: uppercase;
  font-style: italic; }

.csc-darkgrey h1, .csc-darkblue h1, .csc-darkgrey h2, .csc-darkblue h2, .csc-darkgrey h3, .csc-darkblue h3, .csc-darkgrey h4, .csc-darkblue h4, .csc-darkgrey h5, .csc-darkblue h5 {
  color: #eee; }

.btn-primary {
  background-color: #ef7f02 !important;
  border-color: #ef7f02 !important;
  font-size: 20px; }
/*COOKIEBAR*/
.cc_banner-wrapper .cc_container .cc_message {
  margin: 0;
  font-size: 17px;
  line-height: 29px; }
  .cc_banner-wrapper .cc_container .cc_more_info {
    background: #d3d3d3;
    border-radius: 5px;
    padding: 9px 15px;
    float: right;
    display: inline-block;
    color: #000;
    line-height: 11px; }
    @media screen and (max-width: 850px) {
  .cc_banner-wrapper .cc_container .cc_more_info {
    float: none;
    margin-top: 0; } }

.sweet-alert .confirm {
  background: #ef7f02 !important; }
/****************************************
 ************ basic settings ************
 ****************************************/
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ef7f02;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 127, 2, 0.2); }

video {
  width: 100%;
  height: auto; }

*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 62.5%; }

body, nav, a, p {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 140%;
  color: #222; }

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #222; }

h1 {
  padding: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: bold; }

h2 {
  padding: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold; }

h3, h4, h5 {
  padding: 0 0 5px 0;
  font-size: 18px; }

ol, ul {
  margin: 0;
  padding: 0 0 0 20px; }

.frame-type-menu_sitemap li {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

a, a:active {
  text-decoration: none;
  color: #ef7f02; }

a:hover {
  text-decoration: underline;
  color: #ef7f02; }

*:focus, *:active {
  outline: none !important; }

iframe {
  max-width: 100%; }

caption {
  font-style: italic; }

.t3js-icon img {
  height: 16px;
  width: 16px; }

.flexContainer, .ce-uploads, #footernavi ul, .detaillink .item, .flexContainer768, .footerGap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.csc-darkgrey {
  background-color: #434343;
  color: #eee; }

.coloredtext {
  color: red; }

.csc-darkblue {
  background-color: #ef7f02;
  color: #eee; }

.csc-grey {
  background-color: #ccc; }

.dropdown-menu {
  font-size: 1.6rem;
  background-color: #ef7f02;
  border: none;
  border-radius: 0; }
  .dropdown-menu li {
    margin-bottom: 0; }
    .dropdown-menu li .dropdown-item.active {
      background-color: #434343;
      color: white !important; }
      .dropdown-menu li .dropdown-item:hover {
        background-color: #434343;
        color: white !important; }

.ce-uploads {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ce-uploads li {
    margin: 0 auto;
    width: 19%;
    width: 30%;
    margin-bottom: 15px;
    border: 1px solid #ef7f02;
    padding: 5px;
    text-align: center; }
  .ce-uploads div {
    overflow: visible; }
  .ce-uploads img {
    float: none;
    padding-right: 0; }
/****************************************
 ************* mobile navi **************
 ****************************************/
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
  top: 20px;
  left: -5px;
  background: white; }
  html.mm-opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  html.mm-opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  html.mm-opening #hamburger span {
    left: -50px;
    opacity: 0;
    background: white; }

#hamburger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 65px;
  height: 11px;
  z-index: 2; }
  #hamburger:before, #hamburger:after, #hamburger span {
    background: white;
    content: '';
    display: block;
    width: 47px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity, background;
    -webkit-transition-property: top, bottom, left, opacity, background, -webkit-transform;
    transition-property: top, bottom, left, opacity, background, -webkit-transform;
    -o-transition-property: transform, top, bottom, left, opacity, background;
    transition-property: transform, top, bottom, left, opacity, background;
    transition-property: transform, top, bottom, left, opacity, background, -webkit-transform; }
  #hamburger:before {
    top: -5px; }
  #hamburger span {
    top: 7px; }
  #hamburger:after {
    top: 19px; }

#mobileNavi {
  margin-top: 71px;
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none; }

#mobileNaviTriggerWrap {
  position: relative;
  display: inline-block; }

.mm-opening #mobileNaviTriggerWrap {
  background: #eee;
  height: 71px;
  margin-right: -10px; }

html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
  top: 33px;
  left: 9px;
  background: #434343; }

.mm-opening .mm-list {
  padding: 35px; }
  .mm-opening .mm-list a {
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    padding: 20px;
    line-height: 25px; }

.mm-menu {
  width: 100%;
  min-width: 100px;
  max-width: 1024px;
  margin-top: 90px;
  z-index: 9;
  background-color: #635d50; }

.frame .detail {
  background: #2481bd;
  display: inline-block;
  border: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border-radius: 0;
  color: #fff !important;
  font-size: 14px;
  padding: 4px 10px;
  font-weight: 700 !important;
  font-family: 'Noto Sans', sans-serif;
  margin-top: 6px;
  text-align: center;
  text-decoration: none !important; }

.mm-menu {
  background: #fff;
  color: #707173; }
  .mm-menu .mm-search input {
    background: #ef7f02;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 3px;
    height: 33px;
    border-radius: 0; }
  .mm-menu .mm-list > li > a.mm-subclose {
    /*background: $orange;*/
    color: #fff; }
  .mm-menu .mm-list > li > a.mm-subclose svg {
    margin-right: 15px; }
  .mm-menu em.mm-counter {
    color: #707173;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 41px;
    margin-top: -19px;
    margin-right: 5px; }
  .mm-menu a {
    color: #434343 !important; }

.mm-noresultsmsg {
  color: #ef7f02; }

.mm-subclose .glyphicon {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 10px;
  top: 5px; }

.mm-list {
  font-size: 18px;
  font-size: 1.8rem; }
  .mm-list a.mm-subclose {
    padding-top: 20px;
    text-indent: 0; }
  .mm-list > li {
    border-bottom: 1px solid #707173; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after, .mm-list > li > a.mm-subopen:after, .mm-list > li > a.mm-subclose:before {
    border-bottom: 0;
    border-color: transparent; }
  .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-list > li .mm-menu .mm-list > li.mm-selected > span {
    background: none;
    font-weight: bold; }
  .mm-list > li > a.mm-subopen:before {
    border: 0; }

em.mm-counter + a.mm-subopen {
  padding-left: 0;
  width: 40px;
  line-height: 41px;
  font-size: 24px;
  font-size: 2.4rem; }
  em.mm-counter + a.mm-subopen .glyphicon {
    line-height: 41px;
    top: 0; }

.mm-footer nav {
  padding-bottom: 8px; }
  .mm-footer nav span {
    color: #707173;
    display: inline-block;
    margin: 0 5px 0 5px; }

.mm-menu a, .mm-list > li > a, .mm-list > li > span {
  color: #337ab7; }

.cl-effect-10 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
  float: left;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7); }
  .cl-effect-10 a {
    overflow: hidden;
    display: block; }
  .cl-effect-10 a span {
    display: inline-block;
    padding: 5px 10px;
    background: #ef7f02;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
/****************************************
 **************** Layout ****************
 ****************************************/
#splashscreen_small {
  display: none;
  position: absolute;
  top: -71px;
  left: 0;
  z-index: 1001;
  height: 100vh; }

#splashscreen {
  display: none;
  position: absolute;
  top: -71px;
  left: 0;
  z-index: 1001; }
/***** navigation *****/
#naviWrap {
  padding: 10px;
  height: 71px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #ef7f02;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#infobutton {
  color: white;
  background: #40ce39;
  border-radius: 100%;
  min-width: 53px;
  min-height: 52px; }
  #infobutton svg {
    min-width: 54px;
    min-height: 39px;
    font-size: 30px;
    margin-top: 5px; }

#userbutton a {
  color: white;
  min-width: 53px;
  min-height: 52px; }
  #userbutton a svg {
    min-width: 54px;
    min-height: 39px;
    font-size: 30px;
    margin-top: 5px; }

#logo {
  max-width: 250px; }
  #logo a {
    display: inline-block; }
  #footernavi {
    max-width: 840px;
    margin: 0 auto; }
  #footernavi ul {
    margin: 0;
    padding: 0; }
  #footernavi ul li {
    /* 			margin-right: 15px;
     font-size: 28px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 100px;
    margin-bottom: 1px; }
    #footernavi ul li svg {
      margin-bottom: 15px;
      margin-left: 45%;
      font-size: 20px; }
      #footernavi ul li svg:hover {
        cursor: pointer; }
  #footernavi ul li:nth-of-type(2) {
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding-left: 10px;
    padding-right: 10px; }

.start .login-btn {
  display: none; }

#header .frame-type-login {
  display: block; }

.def #header .frame-type-login {
  display: none; }

.login #header .frame-type-login {
  display: block; }
/***** header *****/
#header {
  padding-top: 71px; }
  #header .frame {
    max-width: 1280px;
    max-width: 768px;
    margin: 0 auto; }
/***** content *****/
#main .frame {
  padding: 30px 20px;
  margin: 0 auto;
  max-width: 1280px;
  max-width: 768px; }

.ka-panel .ka-handler {
  max-width: 100%;
  padding: 10px;
  justify-content: space-between;
  background: #ef7f02;
  color: white !important;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 20px; }
  .ka-panel .ka-handler h3 {
    color: white !important;
    font-style: normal; }
  .ka-panel .ka-handler:after {
    content: "+";
    float: right;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 29px;
    border-radius: 5px;
    color: #434343;
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 30px;
    text-align: center; }
  .ka-panel.accordionOpen .ka-handler:after {
    content: "-";
    float: right;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 29px;
    border-radius: 5px;
    color: #434343;
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 30px;
    text-align: center; }
  .ka-panel .ka-content {
    padding: 35px; }

.checkbox {
  padding: 15px; }
  .checkbox input[type="checkbox"] {
    margin-right: 15px;
    width: 15px;
    height: 15px; }

img {
  pointer-events: none; }
/***** footer *****/
#footer {
  font-size: 14px;
  /*margin-top: 30px;*/ }
  #footer a {
    color: #eee;
    text-align: center; }
  #footer .firstWrap {
    background-color: #ef7f02;
    padding: 30px;
    color: #eee; }
  #footer .secondWrap {
    background-color: #333;
    padding: 15px;
    color: #eee; }
  #footer .csc-darkblue {
    padding: 30px 10px; }
  #footer .csc-darkgrey {
    padding: 15px 10px;
    padding-top: 0;
    padding-bottom: 0; }
  #footer ul li {
    list-style-type: none; }

.footerGap {
  max-width: 1280px;
  margin: 0 auto; }
/***** something else *****/
#invisible {
  display: none; }

#cookie-bar {
  z-index: 20000;
  bottom: 0;
  position: fixed;
  width: 100%;
  min-height: 32px;
  margin: 0; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

.focuspointExample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 600px;
  width: 100%;
  position: relative; }

.focuspointExample > div {
  overflow: hidden;
  border: 2px solid #fff; }

.focuspointExample > div:nth-of-type(1), .focuspointExample > div:nth-of-type(4), .focuspointExample > div:nth-of-type(7) {
  width: 50%; }

.focuspointExample > div:nth-of-type(2), .focuspointExample > div:nth-of-type(5), .focuspointExample > div:nth-of-type(8) {
  width: 30%; }

.focuspointExample > div:nth-of-type(3), .focuspointExample > div:nth-of-type(6), .focuspointExample > div:nth-of-type(9) {
  width: 20%; }

.focuspointExample > div:nth-of-type(1), .focuspointExample > div:nth-of-type(2), .focuspointExample > div:nth-of-type(3) {
  height: 50%; }

.focuspointExample > div:nth-of-type(4), .focuspointExample > div:nth-of-type(5), .focuspointExample > div:nth-of-type(6) {
  height: 30%; }

.focuspointExample > div:nth-of-type(7), .focuspointExample > div:nth-of-type(8), .focuspointExample > div:nth-of-type(9) {
  height: 20%; }
/***** forms / login *****/
.custom-file-input {
  opacity: 1; }

.tx-felogin-pi1 {
  padding: 15px; }
  .tx-felogin-pi1 input, .tx-felogin-pi1 button, .tx-felogin-pi1 select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 28px;
    width: 100%;
    margin-bottom: 15px; }
  .tx-felogin-pi1 #permalogin {
    width: 40px;
    height: 15px; }
  .tx-felogin-pi1 button[type="submit"] {
    cursor: pointer !important;
    border: 1px solid white;
    background-color: #ef7f02;
    color: white;
    font-weight: normal;
    border-radius: 0px;
    width: 100%;
    min-height: 35px; }
  .tx-felogin-pi1 .usernamelabel {
    font-size: 30px;
    color: #ef7f02;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 18px; }

.tx-femanager img {
  max-width: 300px; }
  .tx-femanager legend {
    display: none;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 50px; }
  .tx-femanager .btn-danger {
    font-size: 20px; }

.registration input, .tx-femanager input, .tx-powermail input, .registration button, .tx-femanager button, .tx-powermail button, .registration select, .tx-femanager select, .tx-powermail select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  display: block;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da; }
  .registration input:focus, .tx-femanager input:focus, .tx-powermail input:focus, .registration button:focus, .tx-femanager button:focus, .tx-powermail button:focus, .registration select:focus, .tx-femanager select:focus, .tx-powermail select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ef7f02;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 127, 2, 0.2); }
  .registration input[type="radio"], .tx-femanager input[type="radio"], .tx-powermail input[type="radio"], .registration input[type="checkbox"], .tx-femanager input[type="checkbox"], .tx-powermail input[type="checkbox"] {
    width: 20px;
    height: 15px;
    display: inline-block !important; }
  .registration textarea, .tx-femanager textarea, .tx-powermail textarea {
    width: 100%;
    height: auto;
    display: block;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da; }
  .registration textarea:focus, .tx-femanager textarea:focus, .tx-powermail textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ef7f02;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 127, 2, 0.2); }
  .registration #submitSvCode, .tx-femanager #submitSvCode, .tx-powermail #submitSvCode {
    padding: 10px; }
  .registration #submitSvCode, .tx-femanager #submitSvCode, .tx-powermail #submitSvCode, .registration .powermail_submit, .tx-femanager .powermail_submit, .tx-powermail .powermail_submit {
    cursor: pointer !important;
    border: 1px solid white;
    background-color: #ef7f02;
    color: white;
    font-weight: normal;
    border-radius: 0px;
    width: 100%;
    min-height: 35px;
    margin-top: 30px;
    text-align: center; }
  .registration .powermail_fieldwrap_datenschutz, .tx-femanager .powermail_fieldwrap_datenschutz, .tx-powermail .powermail_fieldwrap_datenschutz {
    margin-top: 30px; }
  .registration label, .tx-femanager label, .tx-powermail label {
    font-weight: bold; }
  .registration .powermail_fieldwrap_namederzweitenperson, .tx-femanager .powermail_fieldwrap_namederzweitenperson, .tx-powermail .powermail_fieldwrap_namederzweitenperson {
    display: none; }
  .registration textarea, .tx-femanager textarea, .tx-powermail textarea {
    resize: none;
    min-height: 100px; }
  .registration .isDisabled, .tx-femanager .isDisabled, .tx-powermail .isDisabled {
    background: #eee;
    pointer-events: none; }
  .registration .isDisabled:hover, .tx-femanager .isDisabled:hover, .tx-powermail .isDisabled:hover {
    cursor: not-allowed; }
  .registration .bg-danger, .tx-femanager .bg-danger, .tx-powermail .bg-danger {
    background-color: #ef7f02 !important;
    color: white; }
  .registration .bg-danger button, .tx-femanager .bg-danger button, .tx-powermail .bg-danger button {
    width: auto;
    margin-left: 0;
    margin-right: 15px; }
  .registration .bg-danger h4, .tx-femanager .bg-danger h4, .tx-powermail .bg-danger h4 {
    color: black !important; }
/***** page-browser *****/
.f3-widget-paginator {
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  text-align: center;
  left: 0;
  right: 0;
  max-width: 1920px; }
  .f3-widget-paginator li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    border: none; }
  .f3-widget-paginator li.current {
    font-weight: 700; }
  .f3-widget-paginator li.previous {
    margin-top: 15px; }
  .f3-widget-paginator li.next {
    margin-left: 10px;
    margin-top: 5px; }
  .f3-widget-paginator li.next a, .f3-widget-paginator li.previous a {
    font-size: 0;
    display: block; }
  .f3-widget-paginator li.next a:before, .f3-widget-paginator li.previous a:before {
    content: "\203A";
    font-size: 35px;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .f3-widget-paginator li.previous a:before {
    transform: rotate(180deg); }
/***** tx-webx-employee *****/
.tx-webx-employee .employee-usergroup {
  background: #ef7f02;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  .tx-webx-employee .employee-usergroup:after {
    content: "+";
    float: right;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 31px;
    border-radius: 5px;
    color: #434343;
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 30px;
    text-align: center; }
  .tx-webx-employee .employee-usergroup:hover {
    cursor: pointer; }
  .tx-webx-employee .employee-usergroup.open:after {
    content: "-";
    float: right;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 29px;
    border-radius: 5px;
    color: #434343;
    cursor: pointer;
    top: 10px;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 45px;
    text-align: center; }
  .tx-webx-employee .employees {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tx-webx-employee .employees .employee {
    display: none;
    width: 31%;
    background-color: #f8f7f7;
    margin-right: 10px;
    text-align: center;
    position: relative;
    min-height: 360px;
    margin-top: 30px; }
    .tx-webx-employee .employees .employee img {
      /* 				max-height: 200px; */ }
    .tx-webx-employee .employees .employee .info {
      width: 100%;
      text-align: center;
      padding: 15px;
      /* 				position: absolute;
       bottom: 0; */ }
      .tx-webx-employee .employees .employee .info .part {
        margin-top: 15px; }
        .tx-webx-employee .employees .employee .info .part.name {
          font-weight: bold;
          font-size: 20px; }
    .tx-webx-employee .employees .employee .bigfontsize {
      font-size: 200px; }
    .tx-webx-employee .employees .employee .icons {
      margin-top: 15px; }
      .tx-webx-employee .employees .employee .icons .icon {
        font-size: 30px;
        margin-right: 15px; }
        .tx-webx-employee .employees .employee .icons .icon .fa-check-circle {
          color: #40ce39; }
        .tx-webx-employee .employees .employee .icons .icon .fa-times-circle {
          color: red; }
  .tx-webx-employee .employees .employee.open {
    display: block; }
/***** video *****/
.videoWrap .videoItem {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .videoWrap .videoItem iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/***** dce button *****/
.dce.button {
  padding: 30px 20px;
  margin: 0 auto; }
  .dce.button .link {
    max-width: 100%;
    padding: 10px;
    justify-content: space-between;
    background: #ef7f02;
    color: white;
    text-transform: uppercase; }
  /***** dce cards *****/

.card-deck .card {
  word-wrap: normal;
  border: none;
  display: flex;
  flex: unset;
  width: 30%;
  width: 45%;
  margin-bottom: 30px; }
  .card-deck .card a {
    text-align: center; }
  .card-deck .card .card-title {
    font-size: 20px;
    text-align: center;
    font-style: italic;
    /* min-height: 65px; */ }
  .card-deck .card .card-footer {
    background: none;
    border: none; }
  .card-deck .card .btn-primary {
    text-transform: uppercase;
    width: 100%;
    border-radius: 0; }
/***** dce warning *****/
.dce.warnings {
  position: relative;
  background: #434343;
  color: white; }
  .dce.warnings .dcecontent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px; }
  .dce.warnings .closeit {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px; }
  .dce.warnings .headline {
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase; }
  .dce.warnings .headline .fa-exclamation-triangle {
    color: #ef7f02; }
  .dce.warnings .subheadline {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .dce.warnings .warning {
    margin-top: 20px;
    margin-bottom: 20px; }
/***** dce hints *****/
.dce.hints {
  position: relative;
  background: #eee; }
  .dce.hints .dcecontent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px; }
  .dce.hints .closeit {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px; }
  .dce.hints .headline {
    font-size: 34px;
    line-height: 40px; }
  .dce.hints .headline .fa-info-circle {
    color: #40ce39; }
  .dce.hints .subheadline {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase; }
  .dce.hints .hint {
    margin-top: 20px;
    margin-bottom: 20px; }
/***** dce detaillink *****/
.detaillink {
  background: #eee; }
  .detaillink .dcecontent {
    /* 		padding: 15px;
     margin-top: 5px; */
    padding-left: 0;
    padding-right: 0; }
  .detaillink .item {
    max-width: 1280px;
    max-width: 768px;
    margin: 0 auto;
    color: #434343;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    min-height: 50px;
    padding-right: 15px;
    padding-left: 15px; }
  .detaillink .item a {
    font-size: 20px;
    line-height: 120%;
    color: #ef7f02;
    width: 100%; }
    .detaillink .item a .innerdiv {
      width: 100%;
      position: relative; }
    .detaillink .item a .fa-angle-right {
      color: #434343;
      position: absolute;
      top: 10px;
      right: 0; }
    .detaillink .item a:hover {
      text-decoration: none; }
  .detaillink .item .svg-inline--fa.first {
    font-size: 44px;
    margin-right: 15px;
    min-width: 50px;
    /* margin-top: 20px; */
    margin-top: 5px; }
  .detaillink .item .teaser {
    font-size: 18px;
    color: #434343;
    /* margin-top: 10px; */ }
  .detaillink .item .title {
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500; }
  .detaillink .innerdiv.noteaser .title {
    margin-top: 25px; }
  .detaillink .innerdiv.noteaser .fa-angle-right {
    top: 0; }
  .detaillink .seperator {
    height: 5px;
    background: white;
    width: 100%; }
/***** dce withbackground *****/
.dce.withbackground {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: 250px; }
  .dce.withbackground .dcecontent {
    max-width: 1280px;
    max-width: 768px;
    margin: 0 auto;
    padding: 15px;
    padding-top: 55px; }
  .dce.withbackground .headline {
    font-size: 24px;
    line-height: 120%;
    color: #ef7f02;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px; }
  .dce.withbackground .lightgrey {
    background: rgba(238, 238, 238, 0.58);
    padding: 15px; }
  .dce.withbackground .text {
    font-size: 18px; }
  .dce.withbackground .link {
    background: #ef7f02;
    color: white;
    font-size: 20px;
    padding: 15px;
    width: 100%;
    position: relative;
    font-style: italic; }
  .dce.withbackground .link .fa-angle-right {
    position: absolute;
    top: 12px;
    right: 15px; }
  .dce.withbackground a:hover {
    text-decoration: none; }
/***** dce warning *****/
.dce.gallery .masonry {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  column-gap: 1em; }
  .dce.gallery .item {
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%; }
/* **** news **** */
.frame-layout-0 {
  max-width: 1000px !important; }
  .frame-layout-0 .tx-webx-dutyroaster {
    width: 100%; }
  .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .roasterTabs {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .roasterTabs .availableWeek {
      background-color: white;
      border: 2px solid #ef7f02;
      color: #434343;
      padding: 7px 20px;
      margin-right: 20px;
      cursor: pointer; }
      .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .roasterTabs .availableWeek.active {
        background-color: #ef7f02; }
    .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer {
      width: 100%;
      margin-top: 6%; }
    .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster {
      display: none; }
      .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster.active {
        display: block; }
      .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer {
        border: 2px solid #ef7f02; }
        @media (max-width: 480px) {
      .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer {
        overflow: auto;
        white-space: nowrap; } }
        .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .employeeDataContainer {
          background-color: #ef7f02;
          color: #434343;
          padding: 7px 20px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap;
          font-weight: 600; }
          @media (max-width: 480px) {
      .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .employeeDataContainer {
        padding: 7px 5px; } }
          .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .employeeDataContainer .employeeName {
            font-size: 20px; }
        .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable {
          width: 100%;
          border-collapse: collapse !important; }
          @media (max-width: 550px) {
      .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable {
        font-size: 12px; } }
          .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable thead {
            background-color: #eee; }
            .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable thead tr td {
              height: 40px;
              padding: 10px 5px;
              font-weight: 600; }
              .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable thead tr td.center {
                text-align: center; }
          .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable tbody tr.shortDay {
            background-color: #f79cb3; }
            .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable tbody tr.kawort {
              background-color: #f7be5a; }
            .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable tbody tr.freeDay {
              background-color: #9af47b; }
            .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable tbody tr.sickDay {
              background-color: #6bf6d4; }
            .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable tbody tr.vacationDay {
              background-color: #f5f365; }
            .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable tbody tr td {
              vertical-align: middle;
              height: 40px;
              padding: 10px 5px;
              border-bottom: 1px solid #eee; }
            .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .roasterDataContainer .dailyRoasterTable tbody tr td.center {
              text-align: center; }
      .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .linkContainer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .frame-layout-0 .tx-webx-dutyroaster .dutyRoasterContainer .availableRoastersContainer .dutyRoaster .linkContainer .downloadSchedule {
          display: inline-flex;
          padding: 7px 20px;
          margin: 20px 0;
          background-color: #ef7f02;
          color: #434343; }
/****************************************
 ************** responsive **************
 ****************************************/
@media screen and (min-width: 768px) {
  .col2item {
    width: 50%; }

  .col3item {
    width: 33.33%; }

  #metaNavi ul li {
    padding-left: 10px; }

  .footerGap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 1025px) {
  #naviWrap {
    position: fixed; }

  #logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

  .cl-effect-10 {
    margin-top: 10px;
    font-size: 26px;
    float: right;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7); }
    .cl-effect-10 a span {
      padding: 10px 20px; }
      .cl-effect-10 a:before {
        position: absolute;
        z-index: -1;
        padding: 10px 20px;
        background: #fff;
        color: #ef7f02;
        content: attr(data-hover);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateX(-25%); }
      .cl-effect-10 a:hover span, .cl-effect-10 a:focus span {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
      .cl-effect-10 a:hover:before, .cl-effect-10 a:focus:before {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); } }

@media screen and (max-width: 1024px) {
  #splashscreen_small {
    display: none; }

  #splashscreen {
    display: block; }

  .detaillink .item a .fa-angle-right {
    top: 50%; }

  .news-single .flexContainer, .news-single .ce-uploads, .news-single #footernavi ul, #footernavi .news-single ul, .news-single .detaillink .item, .detaillink .news-single .item, .news-single .flexContainer768, .news-single .footerGap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .news-single .news-text-wrap {
    margin-top: 15px; }

  .frame header {
    /*margin-left: 15px;*/ }

  #header .frame, #main .frame {
    padding: 30px; }

  .registration, .tx-femanager {
    margin: 30px; } }

@media screen and (max-width: 980px) {
  .tx-webx-employee .employees .employee {
    margin-bottom: 15px; }

  .ce-uploads li {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .card-deck {
    margin: 0 auto; }
    .card-deck .card {
      flex: none;
      width: 45%;
      margin-bottom: 35px; }

  .ce-uploads li {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .tx-webx-employee .employees .employee {
    width: 48%; }

  .news .news-list-view .article {
    width: 100%; }

  .ce-uploads li {
    width: 40%; } }

@media screen and (max-width: 680px) {
  #splashscreen_small {
    display: block; }

  #splashscreen {
    display: none; }

  .dce.gallery .masonry {
    -webkit-column-count: 2;
    column-count: 2; }

  .card-deck {
    margin: 0 auto; }
    .card-deck .card {
      flex: none;
      width: 100%; }

  .news .news-list-view.news-list-view .article {
    width: 100%; } }

@media screen and (max-width: 668px) {
  /* 	h2{
   font-size: 34px;
   } */ }

@media screen and (max-width: 560px) {
  .tx-webx-employee .employees .employee {
    width: 100%;
    padding-top: 15px;
    min-height: 270px; }
    .tx-webx-employee .employees .employee .bigfontsize {
      font-size: 150px; }
    .tx-webx-employee .employees .employee img {
      max-height: 150px; } }

@media screen and (max-width: 514px) {
  #footernavi {
    /* 			font-size: 25px; */ } }

@media screen and (max-width: 480px) {
  /* 	.dce.withbackground{
   .headline {
   font-size: 30px;
   }
   .text {
   font-size: 20px;
   }
   .link{
   font-size: 25px;
   }
   } */
    #footernavi {
      /* 			font-size: 20px; */ }
      .eventWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news .news-list-view .article {
      width: 100%; }
    .dce.gallery .masonry {
      -webkit-column-count: 1;
      column-count: 1; }
    .news-single h1 {
      font-size: 30px; }
    .detaillink .item a {
      font-size: 16px; }
      .detaillink .item .title {
        font-size: 18px; }
      .detaillink .item .teaser {
        font-size: 16px; }
      .detaillink .item .svg-inline--fa.first {
        /* margin-top: 10px; */
        font-size: 30px;
        min-width: auto; }
    .ce-uploads li {
      width: 100%; }
    .tx-webx-frontend .pushpanda .campaigns .taketwice {
      top: 85px; } }

@media screen and (max-width: 375px) {
  #footernavi a {
    font-size: 15px;
    text-align: center; }
    #footernavi ul li svg {
      margin-left: 35%; } }
