body a {
  color: #f7941d;
}
:root {
  --primary-color: #f7941d;
}
.contain-to-grid section.top-bar-section .social {
  display: flex;
  max-width: 7rem;
}
.contain-to-grid section.top-bar-section .social a:nth-child(2) {
  border-left: none !important;
  padding-left: 0.4rem !important;
}
.contain-to-grid section.top-bar-section .social a:nth-child(2) img {
  width: 1.8rem;
}
.contain-to-grid section.top-bar-section .social a:first-child {
  border-left: 1px solid #eee;
  padding-right: 0;
}
.contain-to-grid section.top-bar-section .social img {
  width: 1.6rem;
}
#anschrift_icons {
  display: none !important;
  position: relative;
  z-index: 99;
  background: var(--primary-color);
  color: #fff;
}
#anschrift_icons .contact_top {
  max-width: 95%;
}
@media only screen and (max-width: 58em) {
  #anschrift_icons {
    padding: 1rem 0;
  }
}
#anschrift_icons .large-block-grid-4 {
  margin: 0 auto;
  display: block;
  text-align: center;
  display: table;
}
#anschrift_icons a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
#anschrift_icons span {
  font-size: 1.2rem;
  padding-right: 1rem;
  line-height: 1;
  border-bottom: none;
}
#anschrift_icons ul li {
  display: table;
  padding: 0.51rem 0;
  font-size: 0.95rem;
  border-right: 1px solid #999;
  text-align: center;
  min-height: 4rem;
}
@media only screen and (max-width: 58em) {
  #anschrift_icons ul li {
    border-right: none;
  }
}
#anschrift_icons ul li:last-child {
  border-right: none;
}
#anschrift_icons img {
  width: 2rem;
}
.contain-to-grid .top-bar .hp_logo img {
  width: 24rem;
  padding: 0.5rem 0.2rem 0.3rem 0.3rem !important;
}
/*
// Vorstand Gridelements
.left_col .csc-default, .middle_col .csc-default, .right_col .csc-default {
min-height: 48.4rem;
}
*/
#c102016 {
  background: #eee;
  padding: 3rem 2rem;
}
#c102016 .content_wrap {
  max-width: 90rem;
  text-align: center;
}
#c102016 .content_wrap h4 {
  text-align: center;
}
#c102016 .content_wrap hr {
  width: 5rem;
  margin: 1rem auto;
  border-color: #f7941d;
  border-width: 2px 0 0;
}
#c102016 .content_wrap img {
  padding: 2rem;
  max-width: 12.5rem;
}
#c102016 .content_wrap a {
  color: #333;
}
#c102016 .copyright_box {
  display: none;
}
.slideshow {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
/*
// Newssystem slider 3col startseite
#c102015  {
h1 {
padding: 2.5rem 1rem 2rem;
text-align: center;
}
.news-img-wrap {
img {
border: 1px solid #eee;  
transition: all .2s ease-in-out;
padding: 0.1rem;
&:hover {
transform: scale(1.03);
}  
}
}
.news-orbit {
min-height: 450px;
li {
padding: 0 2rem;
}
}
.rc_news_wrap {
padding: 0 2rem;
}  
.orbit-container .orbit-prev, .orbit-container .orbit-next {
background-color: transparent;
top: 37%;
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
border: inset 13px;
display: block;
height: 0;
margin-top: -10px;
position: absolute;
top: 50%;
width: 0;
}
.orbit-container .orbit-prev > span {
border-right-style: solid;
border-color: transparent;
border-right-color: #f7941d;
}  
.orbit-container .orbit-next > span {
border-color: transparent;
border-left-style: solid;
border-left-color: #f7941d;
left: 50%;
margin-left: -4px;
}
.orbit-bullets-container {
display: none;
}
.orbit-container .orbit-prev {
left: -13px;
}
.orbit-container .orbit-next {
right: -9px;
}
.teaser-text p {
min-height: 6rem;
}
}

// Small only
@media only screen and (max-width: 928px) {
#c102015  {
.news-orbit {
min-height: 400px;
}
.orbit-container .orbit-prev {
display: block !important;
}
.orbit-container .orbit-next {
display: block !important;
}
}
.contain-to-grid .top-bar .hp_logo img {
width: 16rem;
padding: 1.4rem 0.4rem 0.3rem 0.3rem !important;
}
}
*/
#c102015 {
  padding: 2rem 0;
}
#c102015 .content_wrap {
  max-width: 80%;
}
#c102015 h1 {
  margin: 2rem 0 3rem;
  text-align: center;
}
#c102015 #news-container-102015 {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
}
#c102015 #news-container-102015 .panel {
  margin: 0.5rem;
}
@media only screen and (max-width: 928px) {
  #c102015 {
    padding: 2rem 0;
  }
  #c102015 .content_wrap {
    max-width: 100%;
  }
  #c102015 #news-container-102015 {
    display: block;
    grid-template-columns: 1fr;
  }
  #c102015 #news-container-102015 .panel {
    margin: 0.5rem;
  }
}
.news-list-view .more {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  background: var(--primary-color);
  color: #fff;
}
.news-list-view .more:hover {
  background: #d57808;
}
.news .article .news-img-wrap {
  margin: 0;
}
.news .article .news-img-wrap .outer {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
.article .content {
  padding-top: 2rem;
}
#c102011 {
  background: #eee;
  padding-bottom: 3rem;
  background: #eee;
}
#c102011 > .content_wrap, #c102011 .element2cols {
  max-width: 97%;
}
#c102011 h1 {
  padding: 2.5rem 1rem 2rem;
  text-align: center;
}
#c102011 h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}
#c103546, #c103559 {
  padding: 1rem 0 5.5rem;
}
#c103546 h1, #c103559 h1 {
  text-align: center;
  padding: 2rem 0;
}
#c103546 figure, #c103559 figure {
  background: #fff;
  margin: 0;
  border: 1px solid #ddd;
  height: 10rem;
  text-align: center;
  line-height: 10rem;
}
#c103546 figure figcaption.csc-textpic-caption, #c103559 figure figcaption.csc-textpic-caption {
  line-height: 1.2rem !important;
}
#c103546 img, #c103559 img {
  margin: 0 auto;
  vertical-align: middle;
  width: 13rem;
  padding: 0.5rem;
}
#c103559 figure {
  height: auto;
  min-height: 17rem;
}
#c103559 figcaption {
  text-align: center;
  padding: 1rem 0.2rem;
  border-top: 1px solid #eee;
  min-height: 9.5rem;
}
.pre_footer {
  background: #ef7f01;
}
.pre_footer a {
  color: #333;
}
.pre_footer .footer_login {
  display: none !important;
}
.pre_footer .social a {
  border-bottom: none;
}
.pre_footer .social img {
  width: 2rem;
}
.ph_footer a {
  color: #f7941d;
}
#c102942 .left_col .panel, #c102942 .right_col .panel, #c103582 .left_col .panel, #c103582 .right_col .panel, #c103583 .left_col .panel, #c103583 .right_col .panel {
  min-height: 19rem;
}
.ph_event_datum p {
  min-height: 3rem;
}
#c106809 li {
  overflow: hidden;
  padding: 0.3rem 0.5rem;
}
#c106809 .b1 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_162894042.jpg") no-repeat center;
  background-size: 100%;
}
#c106809 .b2 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_224020497.jpg") no-repeat center;
  background-size: 100%;
}
#c106809 .b3 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_144646779.jpg") no-repeat center;
  background-size: 100%;
}
#c106809 .b4 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_187730041.jpg") no-repeat center;
  background-size: 100%;
}
#c106809 .b5 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_259148463.jpg") no-repeat center;
  background-size: 100%;
}
#c106809 .b6 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_163351714.jpg") no-repeat center;
  background-size: 100%;
}
#c106809 .b7 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_217441227.jpeg") no-repeat center;
  background-size: 100%;
}
#c106809 .b8 {
  background: url("/fileadmin/templates/KHS/Berufsprofile/AdobeStock_31184719.jpg") no-repeat center;
  background-size: 100%;
}
#c106809 .wrapper {
  min-height: 200px;
  text-align: center;
  padding: 1rem;
  -webkit-filter: grayscale(97%);
  -moz-filter: grayscale(97%);
  -ms-filter: grayscale(97%);
  -o-filter: grayscale(97%);
  filter: grayscale(97%);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
#c106809 a {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
}
#c106809 a:hover .wrapper {
  background-size: 110% !important;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#c106809 span {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem 0.2rem 2rem;
}
#c106809 h5 {
  font-family: "Open Sans Regular", sans-serif;
  color: #fff;
  font-weight: 600;
}
#c106809 p {
  color: #fff;
  background: #f7941d;
  margin: 0 1rem;
  font-size: 0.9rem;
}
#auftrag .ph_content_wrapper, #auftrag .ph_main {
  padding-top: 0;
  margin-top: 0;
}
#auftrag .csc-frame.panel {
  border: none;
  padding: 0;
}
#auftrag .csc-frame.panel .content_wrap, #auftrag .csc-frame.panel .row {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#auftrag .csc-frame.panel .content_wrap .columns, #auftrag .csc-frame.panel .row .columns {
  padding: 0;
  margin: 0;
}
#auftrag .csc-frame.panel .content_wrap iframe, #auftrag .csc-frame.panel .row iframe {
  height: 100vh;
  width: 100;
}
@media only screen and (max-width: 928px) {
  #auftrag .buttonWrap {
    top: 8% !important;
    width: 100% !important;
  }
}
