/*
******************************************************************

Main CSS: Standard-Tags, Canvases

(c) sinntun.codes
******************************************************************
*/

/*

XXX-canvas für größere Seitenbereiche (wie #main-canvas)
XXX-container für kleinere Bereiche innerhalb von Seitenelementen oder Seitenbereiche wie #footer
XXX-wrapper für Micro-Bereiche z. B. innerhalb eines Formular-Elements

*/

/*****************************************************************
**** Document
******************************************************************/

html {
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  height: 100%;
  font-size: 18px;
  /*hyphens: auto;*/
  overflow-x: hidden;
  background: #F6F6F6;
  max-width: 1920px;
  margin-left:auto;
  margin-right: auto;
}

/*****************************************************************
**** Common Selectors
******************************************************************/

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.image-copyright{
  color: #646464;
  font-size:12px;
  text-align: right;
}

ul.linklist {
  list-style: none;
  margin:0;
  padding:0;
}

ul.linklist a {
  color:#000000;
}
ul.linklist a:hover {
  color: #FF8C00;
}


.link-button {
  display: inline-block;
  margin-top: 15px;
  padding: 15px;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
}


.link-container.top {
  margin-bottom: 20px;
}

.text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text ul, .text ol {
  display: block;
}

/* ********** error ********** */

.error-text {
  display: block;
  margin: 10px 0;
}

.error-link {
  margin-top: 10px;
  display: block;
}


.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 1em;
  z-index: 9999;
}

.background {
  width: 1350px;
  max-width: calc(100% - 50px);
  margin: auto;
  margin-bottom: -1px;
  padding: 0 25px;
}

.background.bottom {
  transform: scale(-1);
  margin-top: -1px;
  margin-bottom: initial;
}

/*** download-links
******************************************************************/

.download-item {
  margin-bottom: 10px;
  display: block;
  clear: both;
}

.download-link {
  box-sizing: border-box;
  display: block;
}

.download-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f019";
  width: 25px;
  display: inline-block;
}

/*****************************************************************
*** Grid / Canvases
******************************************************************/


#page-canvas {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1001;
  border-bottom: 1px solid #ff8b00;
  max-width: 1920px;
}

#main-navigation {
  width: auto;
  float: right;
  position: unset;
  overflow: visible;
}

#aside-canvas {
  width: calc(20% - 30px);
  max-width: 200px;
  margin-right: 80px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: auto;
}

#content-canvas {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.pagetype-standard_no_info #content-canvas {
  max-width: 1400px;
}

#main-canvas {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#info-canvas {
  width: 100%;
  max-width: 270px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: 9px;
}

#site_headline {
  padding-left: 210px;
  padding-right: 210px;
  color: #ff8c00;
  font-size: 36px;
  font-family: 'Open Sans Bold';
  margin-top: 25px;
}

@media only screen and (max-width: 1500px){
  #content-canvas,
  .header-content {
    padding: 0 50px;
    box-sizing: border-box;
  }

}

@media only screen and (max-width: 1024px) {
  #page-canvas {
    max-width: 100vw;
  }

  #site_headline {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 520px) {
  #site_headline {
    padding-left: 40px;
    padding-right: 40px;
  }

  #content-canvas,
  .header-content {
    padding: 0 25px;
  }
}

/*****************************************************************
**** Header
******************************************************************/
#head-canvas {
  max-width: 1920px;
}

#head-container {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: unset;
  max-width: 1480px;
  padding: 0 40px;
  margin: auto;
  box-sizing: border-box;
}

#head-logo-title-container {
  display: flex;
}

#head-logo {
  width: 100%;
  max-width: 220px;
  overflow: hidden;
}

#head-logo img {
  width: auto;
  height: auto;
  display: block;
}

#head-container .logo-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

#head-container .logo-link .top,
#head-container .logo-link .bottom {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans Bold';
}


#head-title {

}


#head-image {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1920px;
  margin: auto;
  margin-top: 75px;
  z-index: 5;
  overflow: hidden;
}


#head-image .border-bottom {
  height: auto;
  width: 101vw;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: -4px;
  max-width: 1930px;
}

#head-image img {
  /*
   -webkit-filter: brightness(70%);
   filter: brightness(70%);
  */
}

.top-navigation {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.head-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header {
  margin-top: 78px;
  position: relative;
}

.header img {
  min-height: 205px;
  object-fit: contain;
  z-index: 5;
  position: relative;
}

.contact-banner {
  top: 156px;
  position: fixed;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  right: 0px;
  transition: 0.25s all ease-in-out;
  z-index: 401;
  border-top: #ff8c00 solid 2px;
  border-left: #ff8c00 solid 2px;
  border-bottom: #ff8c00 solid 2px;
  width: 50px;
  box-sizing: border-box;
  justify-content: center;
}

.contact-banner .icon::before {
  content: "\f007";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 20px;
  color: #ff8c00;
}

.download-banner {
  top: 218px;
  position: fixed;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  right: 0px;
  transition: 0.25s all ease-in-out;
  z-index: 401;
  border-top: #ff8c00 solid 2px;
  border-left: #ff8c00 solid 2px;
  border-bottom: #ff8c00 solid 2px;
  width: 50px;
  box-sizing: border-box;
  justify-content: center;
}

.download-banner .icon::before {
  content: "\f56d";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 20px;
  color: #ff8c00;
}

.search-banner {
  top: 280px;
  position: fixed;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  right: -265px;
  padding-right: 20px;
  transition: 0.25s all ease-in-out;
  z-index: 401;
  border-top: #ff8c00 solid 2px;
  border-left: #ff8c00 solid 2px;
  border-bottom: #ff8c00 solid 2px;
}

.search-banner .left {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-right: 2px solid #ff8c00;
  box-sizing:border-box;
}

.search-banner .right input {
  width: 230px;
  font-size: 22px;
  padding: 3px 12px;
  box-sizing: border-box;
  margin-left: 15px;
  height: 30px;
}

.search-banner .icon::before {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 20px;
  color: #ff8c00;
}

.header-content {
  width: 100%;
  max-width: 1400px;
  margin: -11% auto 50px;
  position: relative;
  z-index: 10;
}

.header-content.no-headerbox {
  margin-top: 20px;
}

.header-content .teaser-container {
  width: 100%;
  display: flex;
  gap: 30px;
}

.header-content .teaser-container .box-container {
  width: 25%;
}

.header-content .teaser-container .box-container.wide {
  width: 100%;
}

.header-content .teaser-container .box-container .teaserbox {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 38px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-align: center;
  background: #fff;
}

.header-content .teaser-container .box-container.wide .teaserbox {
  align-items: flex-start;
  text-align: left;
}

.header-content .teaser-container .box-container .teaserbox .button {
  padding: 15px 20px;
  border-radius: 10px;
  display: inline-block;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}

.header-content .teaser-container .box-container .teaserbox.has-image,
.header-content .teaser-container .box-container .teaserbox.has-buttons {
  flex-flow: row;
  padding: 0;
  align-items: stretch;
  overflow: hidden;
}

.header-content .teaser-container .box-container .teaserbox .right .buttons {
  height: 100%;
  margin-top: auto;
  margin-bottom:auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 38px 38px 38px 0px;
  box-sizing: border-box;
}

.header-content .teaser-container .box-container .teaserbox.has-image .left,
.header-content .teaser-container .box-container .teaserbox.has-image .right,
.header-content .teaser-container .box-container .teaserbox.has-buttons .left ,
.header-content .teaser-container .box-container .teaserbox.has-buttons .right {
  width:50%;
}

.header-content .teaser-container .box-container .teaserbox.has-image .left,
.header-content .teaser-container .box-container .teaserbox.has-buttons .left {
  padding: 38px 0 38px 38px;
  display: flex;
  gap: 25px;
  flex-flow: column;
}

.header-content .teaser-container .box-container .teaserbox.has-image .right,
.header-content .teaser-container .box-container .teaserbox.has-buttons .right {
  width:50%;
}

.header-content .teaser-container .box-container .teaserbox.has-image .right img,
.header-content .teaser-container .box-container .teaserbox.has-buttons .right img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.header-content .teaser-container .box-container .teaserbox.has-image.has-buttons .left .buttons {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.header-content .teaser-container .box-container .teaserbox.blue {
  border: 2px solid #285DA7;
  color: #285DA7;
}

.header-content .teaser-container .box-container .teaserbox.light-blue {
  border: #449CDB 2px solid;
  color: #449CDB;
}

.header-content .teaser-container .box-container .teaserbox.orange {
  border: #FF8B00 2px solid;
  color: #FF8B00;
}

.header-content .teaser-container .box-container .teaserbox.violet {
  border: #9B0687 2px solid;
  color: #9B0687;
}

.header-content .teaser-container .box-container .teaserbox.green {
  border: #B3CE36 2px solid;
  color: #B3CE36;
}

.header-content .teaser-container .box-container .border-bottom {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  margin-top: -1px;
  min-height: 23px;
}

.header-content .teaser-container .box-container .teaserbox .headline {
  font-size: 22px;
  font-family: 'Open Sans Bold';
  max-width: 1000px;
}

.header-content .teaser-container .box-container .teaserbox .text {
  color: #000;
  font-size: 20px;
  max-width: 1000px;
}

.header-content .teaser-container .box-container.wide .teaserbox .text {
  font-size: 18px;
}

.header-content .teaser-container .box-container .teaserbox .link {
  font-size: 18px;
}

.header-content .teaser-container .coursesearch .teaserbox .search input {
  height: 55px;
  width: 100%;
}

.header-content .teaser-container .coursesearch {
  width: 100%;
  display: flex;
  gap: 20px;
}

.header-content .teaser-container .coursesearch .search {
  flex: 1;
  position: relative;
}

.header-content .teaser-container .coursesearch .search:after {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 15px;
  top: 18px;
  font-size: 20px;
  color: #777;
}

.header-content .teaser-container .coursesearch .search input {
  height: 55px;
  width: 100%;
  font-size: 20px;
  border: solid 2px #777777;
  border-radius: 10px;
  padding: 10px 10px 10px 60px;
  box-sizing: border-box;
}

.header-content .teaser-container .coursesearch .submit-button {
  background: #449CDB;
  color: #fff;
  padding: 10px 50px;
  box-sizing: border-box;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  min-width: 250px;
}

.header-content .teaser-container .coursesearch .all-button {
  color: #449CDB;
  font-size: 18px;
  border: solid 2px #449CDB;
  border-radius: 5px;
  padding: 10px 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
}

@media only screen and (max-width: 1500px){
    .header-content .teaser-container .box-container .teaserbox {
      padding: 20px;
  }
}

@media only screen and (max-width: 1200px){
  .header-content .teaser-container .box-container .teaserbox {
    padding: 38px;
  }

  .header-content .teaser-container {
    flex-wrap: wrap;
    row-gap: 50px;
  }

  .header-content .teaser-container .box-container {
    width: calc(50% - 15px);
  }

  .header-content .teaser-container .coursesearch {
    flex-wrap: wrap;
  }

  .header-content .teaser-container .coursesearch .search {
    flex: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .header-content .teaser-container .box-container .teaserbox.has-buttons .left,
  .header-content .teaser-container .box-container .teaserbox.has-image .left,
  .header-content .teaser-container .box-container .teaserbox.has-buttons .right,
  .header-content .teaser-container .box-container .teaserbox.has-image .right{
    width: 100%;
    padding: 0px;
  }

  .header-content .teaser-container .box-container .teaserbox.has-image.has-buttons .right {
    margin-top: -35px;
  }

  .header-content .teaser-container .box-container .teaserbox.has-image img {
    display: none;
  }

  .header-content .teaser-container .box-container .teaserbox.has-buttons .left {
    padding-bottom: 8px;
  }

  .header-content .teaser-container .box-container .teaserbox .right .buttons {
    padding: 0px;
    flex-flow: column;
    align-items: start;
    width: 100%;
  }

  .header-content .teaser-container .box-container .teaserbox .button {
    width: auto;
    max-width: 100%;
  }

  .header-content .teaser-container .box-container .teaserbox.has-image:not(.has-buttons) .right {
    display: none;
  }

  .header-content .teaser-container .box-container .teaserbox.has-buttons {
    flex-flow: column;
    padding: 38px;
    align-items: start;
  }

  .header-content .teaser-container .box-container .teaserbox.has-image.has-buttons .left,
  .header-content .teaser-container .box-container .teaserbox.has-image.has-buttons .right {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .header-content .teaser-container .box-container .teaserbox {
    padding: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .header-content .teaser-container .box-container {
    width: 100%;
  }

  .header-content .teaser-container .box-container .teaserbox {
    padding: 20px 10px;
  }

  .header-content .teaser-container .box-container .teaserbox {
    padding: 20px;
  }

  .header-content .teaser-container .coursesearch .submit-button,
  .header-content .teaser-container .coursesearch .all-button {
    min-width: unset;
    max-width: 100%;
  }

}

@media only screen and (max-width: 520px){
  .header-content .teaser-container .coursesearch .submit-button,
  .header-content .teaser-container .coursesearch .all-button {
    width: 100%;
  }
}

@media only screen and (max-width: 480px){
  #head-container .logo-link {
    width: 100%;
    margin-right: 55px;
  }

  .header-content .teaser-container .box-container .teaserbox .button {
    width: 100%;
  }
}


/*****************************************************************
**** Leaflet Cluster
******************************************************************/
.cluster-30 {
  background: url('/_images/map_cluster_30.png') center center no-repeat;
  background-size: cover;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

.cluster-40 {
  background: url('/_images/map_cluster_40.png') center center no-repeat;
  background-size: cover;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.cluster-50 {
  background: url('/_images/map_cluster_50.png') center center no-repeat;
  background-size: cover;
  font-size: 13px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

#map {
  position: sticky !important;
  top: 90px;
}

/*****************************************************************
**** Footer
******************************************************************/

.footer-background {
  margin-top: 50px;
  background: #fff;
}

.footer-background .border-bottom {
  transform: rotateY(180deg);
  background: #f6f6f6;}

.footer-background .border-bottom img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(0%) saturate(0%) hue-rotate(231deg) brightness(98%) contrast(89%);
}

.footer-background .border-top:first-child {
  background: #f6f6f6;
}

.footer-background .border-top img {
  min-height: 20px;
  filter: brightness(0) saturate(100%) invert(47%) sepia(0%) saturate(0%) hue-rotate(231deg) brightness(98%) contrast(89%);
}

.footer-logo-row {
  display: flex;
  max-width: 1400px;
  margin: 50px auto;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.footer-logo-row .logo-container {
  filter: grayscale(1) invert(0) brightness(100%);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.logo-container.senat {
  filter: grayscale(0) invert(0.3) brightness(150%);
}

.footer-logo-row .logo-container:hover {
  filter: grayscale(0) invert(0) brightness(100%);
}

.footer-logo-row .logo-container.fokus {
  width: 340px;
}

.footer-logo-row .logo-container.senat {
  width: 300px;
}

.footer-logo-row .logo-container.allianz {
  width: 209px;
}

.footer-logo-row .logo-container.zertpunkt {
  width: 100px;
}

#footer-canvas {
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative
}

#footer-canvas .top-footer {
  background: #fff;
  width:100%;
}

#footer-canvas .bottom-footer.gray {
  background: #F6F6F6;
}

#footer-canvas .top-footer .container,
#footer-canvas .bottom-footer .container,
#footer-canvas .bottom-footer-line .container {
  max-width: 1400px;
  margin: auto;
  width:100%;
}

#footer-canvas .bottom-footer-line {
  background: #777777;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

#footer-canvas .bottom-footer {
  border-top: #ff8b00 solid 2px;
  padding-top: 30px;
}


#footer-canvas .top-footer .container .contact,
#footer-canvas .top-footer .container .links-intern,
#footer-canvas .bottom-footer .container .links-extern {
  display: flex;
  gap: 30px;
}

#footer-canvas .top-footer .container .column,
#footer-canvas .bottom-footer .container .column {
  width: 20%;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-flow: column;
}

#footer-canvas .bottom-footer .container .column {
  width: fit-content;
}

#footer-canvas .top-footer .container .links-intern .column{
  gap: 10px;
}

#footer-canvas .top-footer .container .links-intern .column > a {
  font-size: 16px;
  width: fit-content;
}

#footer-canvas .top-footer .container .column .orange {
  color: #ff8b00;
}

#footer-canvas .top-footer .container .column .head {
  font-size: 18px;
}

#footer-canvas .top-footer .container .contact {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: #ff8b00 solid 2px;
  margin-bottom: 30px;
}

#footer-canvas .top-footer .container .links-intern {
  padding-bottom: 30px;
}

#footer-canvas .top-footer .container .contact .logo {
  display: flex;
  justify-content: center;
  max-width: 168px;
  margin: auto;
}

#footer-canvas .top-footer .container .contact .logo img {
  filter: grayscale(1);
}

#footer-canvas .bottom-footer .container .links-extern {
  padding-bottom: 30px;
}

#footer-canvas .bottom-footer .container .links-extern .column .head {
  font-size: 18px;
  margin-bottom: 10px;
}

#footer-canvas .bottom-footer .container .links-extern .column .icon-extern2 {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .links-extern .column .icon-extern2:before {
  content: '\f32b';
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  color: #777777;
  font-weight: 700;
}

#footer-canvas .bottom-footer .container .links-extern .column .icon-extern {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .links-extern .column .icon-extern:before {
  content: '\f14c';
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  color: #777777;
  font-weight: 700;
}

#footer-canvas .bottom-footer .container .kolping-link .head {
  font-size: 18px;
  margin-bottom: 10px;
}

#footer-canvas .bottom-footer .container .kolping-link {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 10px;
}

#footer-canvas .bottom-footer .container .kolping-link .head{
  width: 100%;
}

#footer-canvas .bottom-footer .container .kolping-link .icon-instagram {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .kolping-link .column .icon-extern {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .kolping-link .column .icon-extern::before {
  content: '\f32b';
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  color: #777;
  font-weight: 700;
}

#footer-canvas .bottom-footer .container .social-media .head {
  font-size: 18px;
  margin-bottom: 10px;
}

#footer-canvas .bottom-footer .container .social-media {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 10px;
}

#footer-canvas .bottom-footer .container .social-media .head{
  width: 100%;
}

#footer-canvas .bottom-footer .container .social-media .icon-instagram {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .social-media .icon-instagram:before {
  content: '\f16d';
  font-family: 'Font Awesome 6 Brands';
  font-size: 36px;
  color: #777777;
}

#footer-canvas .bottom-footer .container .social-media .icon-facebook {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .social-media .icon-facebook:before {
  content: '\f09a';
  font-family: 'Font Awesome 6 Brands';
  font-size: 36px;
  color: #777777;
}

#footer-canvas .bottom-footer .container .social-media .icon-youtube {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .social-media .icon-youtube:before {
  content: '\f167';
  font-family: 'Font Awesome 6 Brands';
  font-size: 36px;
  color: #777777;
}

#footer-canvas .bottom-footer .container .social-media .icon-xing {
  display: flex;
  gap: 8px;
  align-items: center;
}

#footer-canvas .bottom-footer .container .social-media .icon-xing:before {
  content: '\f168';
  font-family: 'Font Awesome 6 Brands';
  font-size: 36px;
  color: #777777;
}

@media only screen and (max-width: 1500px){

  .footer-logo-row {
    padding: 0 50px;
    box-sizing: border-box;
  }

  .footer-logo-row .logo-container.fokus {
    width: 280px;
  }

  .footer-logo-row .logo-container.senat {
    width: 260px;
  }

  .footer-logo-row .logo-container.allianz {
    width: 180px;
  }

  .footer-logo-row .logo-container.zertpunkt {
    width: 80px;
  }

  #footer-canvas .top-footer .container,
  #footer-canvas .bottom-footer .container,
  #footer-canvas .bottom-footer-line .container{
    padding: 0 50px;
    box-sizing: border-box;
  }

  #footer-canvas .top-footer .container .contact,
  #footer-canvas .top-footer .container .links-intern,
  #footer-canvas .bottom-footer .container .links-extern {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #footer-canvas .top-footer .container .column,
  #footer-canvas .bottom-footer .container .column {
    width: fit-content;
  }

  #footer-canvas .bottom-footer .container .social-media {
    row-gap: 30px;
  }

  #footer-canvas .bottom-footer .container .social-media .head {
    margin-bottom: -5px;
  }
}

@media only screen and (max-width: 1300px){
    #footer-canvas .top-footer .container .links-intern,
    #footer-canvas .top-footer .container .contact {
        justify-content: start;
    }

    #footer-canvas .top-footer .container .contact {
      margin-bottom: 20px;
    }

    #footer-canvas .top-footer .container .contact .logo {
      margin-left: 0;
    }

    #footer-canvas .top-footer .container .column,
    #footer-canvas .bottom-footer .container .column {
      width: 30%;
    }
}

@media only screen and (max-width: 1024px){
  .footer-logo-row {
    display: none;
  }

  .footer-background .border-bottom {
    display: none;
  }

  .border-top {
    background: #f6f6f6;
  }
}

@media only screen and (max-width: 900px){
  #footer-canvas .top-footer .container .links-intern{
    display: none;
  }

  #footer-canvas .top-footer .container .column,
  #footer-canvas .bottom-footer .container .column {
    width: fit-content;
  }

  #footer-canvas .top-footer .container .contact {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: none;
  }

  #footer-canvas .bottom-footer {
    background: #fff;
  }

  #footer-canvas .bottom-footer:nth-child(3) {
    border-top: #ff8b00 solid 2px;
  }

  #footer-canvas .top-footer .container .contact .logo {
    max-width: 350px;
  }

  #footer-canvas .top-footer .container .column {
    text-align: center;
  }

  #footer-canvas .top-footer .container .column:nth-child(2) {
    font-size: 18px;
    font-family: 'Open Sans Bold';
  }

  #footer-canvas .bottom-footer .container .column {
    align-items: center;
  }

  #footer-canvas .bottom-footer .container .links-extern {
    justify-content: center;
    text-align: center;
  }

  #footer-canvas .bottom-footer .container .kolping-link {
    justify-content: center;
  }

  #footer-canvas .bottom-footer .container .links-extern .column:not(:first-child){
    display: none;
  }

  #footer-canvas .bottom-footer .container .social-media .column {
    width: 100%;
  }

  #footer-canvas .bottom-footer .container .social-media .column a {
    flex-flow: column;
  }

  #footer-canvas .bottom-footer .container .social-media .head {
    text-align: center;
  }

  #footer-canvas .bottom-footer-line {
    text-align: center;
  }

}

@media only screen and (max-width: 520px){
  #footer-canvas .bottom-footer .container .links-extern .column .icon-extern2 {
    display: inline-block;
  }

  #footer-canvas .bottom-footer .container .links-extern .column .icon-extern2:before {
    margin-right: 8px;
  }
}


/*****************************************************************
**** Slider
******************************************************************/

#slider {
  width: 100%;
  display: block;
  overflow: hidden;
}

#slider .slick-slide {
  max-height: 600px;
}

#slider .slick-slide div {
  max-height: 600px;
  /*    display: menu-line;*/
}

.slick-next::before,
.slick-prev::before {
  content: '';
}

.slick-next,
.slick-prev {
  width: 24px;
  height: 46px;
  position: absolute;
  top: calc(50% - 23px);
  z-index: 999;
  cursor: pointer;
}

.slick-next {
  right: 25px;
  /*background: url(/_images/icons/slider-arrow-next.png) center center no-repeat;*/
  background-size: cover;
}

.slick-prev {
  left: 25px;
  /*background: url(/_images/icons/slider-arrow-prev.png) center center no-repeat;*/
  background-size: cover;
}

.slick-slide img {
  width: 100%;
  /* Grauschleier über das Sliderbild
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  */
}

.slick-dots {
  display: none;
}

.slider-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 210px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider-caption span {
  display: block;
  text-align: center;
}

.full-width {
  position: relative;
}

.full-width:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: calc((100vw - 100%) / -2);
  background: inherit;
  z-index: -1;
}

/* scroll-to-top */
#scroll-to-top {
  position: fixed;
  right: 25px;
  z-index: 999;
  bottom: 25px;
  background: #E4E4E4;
  padding: 8px 12px;
  cursor: pointer;
  color: #FF8C00;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
}

#scroll-to-top .arrow{
  border: solid #FF8C00;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 12px);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-135deg);
}

@media only screen and (max-width: 1200px) {
  #scroll-to-top {
    width: 58px;
    height: 58px;
  }

  #scroll-to-top .arrow {
    padding: 9px;
  }
}

@media only screen and (max-width: 1024px) {
  #scroll-to-top .arrow {
    padding: 9px;
  }
}

@media screen and (max-width: 640px) {
  #scroll-to-top {
    width: 45px;
    height: 45px;
  }

  #scroll-to-top .arrow {
    padding: 8px;
    left: calc(50% - 10px);
  }
}

.anchor {
  display: block;
  transform: translateY(-85px);
}

/* texteditor */

.texteditor p[linebreak="true"] {
  margin-top: -18px;
}

.texteditor > :not(:last-child) {
  margin-bottom: 18px;
}

.texteditor ol {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.texteditor ol li[data-list ="bullet"] {
  list-style: disc;
  list-style-position: outside;
}

.texteditor a {
  text-decoration: none;
}