/*headlines*/
/*compatibility:*/
/*Header*/
/*Footer*/
/*Abstände*/
.boxShadow {
  box-shadow: 0.518px 1.932px 7px rgba(51, 51, 51, 0.2);
}
.boxShadowL {
  box-shadow: 0 2.932px 10px rgba(51, 51, 51, 0.2);
}
.buttonstyle,
.btn,
.likeBtn {
  font-family: 'Open Sans', sans-serif;
  color: #656b6f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2.5rem;
  display: inline-block;
  font-weight: 400;
  padding: 10px;
  padding: 0.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  border: solid 1px #333333;
  border-radius: 40px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.buttonstyle:hover,
.btn:hover,
.likeBtn:hover {
  background: #333333;
  color: #ffffff;
}
.buttonstyle:hover,
.btn:hover,
.likeBtn:hover {
  background-color: #008b39;
  color: #ffffff;
  opacity: 1;
}
.buttonstyle:hover a,
.btn:hover a,
.likeBtn:hover a {
  color: #ffffff;
}
.inputStyle,
.likeInput {
  border: none;
  /*height: 27px;*/
  height: 27px;
  height: 1.6875rem;
  min-height: 27px;
  min-height: 1.6875rem;
  padding-left: .6em;
  padding-top: 0;
  padding-bottom: 0;
  flex: 1 1 auto;
  box-shadow: 0.518px 1.932px 7px rgba(51, 51, 51, 0.2);
}
.wrapper,
.likeWrapper {
  /*@sidepaddings: 1.5rem;*/
  width: 72.5rem;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 82.5rem) {
  .wrapper,
  .likeWrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1330px) {
  .wrapper,
  .likeWrapper {
    padding: 4rem;
    width: 100%;
  }
  .wrapper.fullWidth,
  .likeWrapper.fullWidth {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .wrapper,
  .likeWrapper {
    padding: 2.5rem 1.5rem;
  }
  .wrapper.fullWidth,
  .likeWrapper.fullWidth {
    padding-left: 0;
    padding-right: 0;
  }
}
h1,
.likeH1,
.h1 {
  font-size: 35px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
}
h1:only-child,
.likeH1:only-child,
.h1:only-child {
  margin: 0;
}
@media screen and (max-width: 900px) {
  h1,
  .likeH1,
  .h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 650px) {
  h1,
  .likeH1,
  .h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
h2,
.likeH2,
.h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  color: #656b6f;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  h2,
  .likeH2,
  .h2 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 650px) {
  h2,
  .likeH2,
  .h2 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.likeH3 {
  font-size: 1.1875rem;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .likeH3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media screen and (max-width: 650px) {
  .likeH3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
h3,
.h3 {
  font-size: 35px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
}
h3:only-child,
.h3:only-child {
  margin: 0;
}
@media screen and (max-width: 900px) {
  h3,
  .h3 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 650px) {
  h3,
  .h3 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
h3.likeH2 {
  font-weight: bold;
}
.likeH4 {
  font-size: 35px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: 700;
  font-weight: normal;
  margin-left: 0;
  margin-right: 0;
}
.likeH4:only-child {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .likeH4 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 650px) {
  .likeH4 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
h4,
.h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  color: #656b6f;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 650px) {
  h4,
  .h4 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
.content,
.likeContent {
  padding-left: 84px;
  padding-left: 5.25rem;
  padding-right: 60px;
  padding-right: 3.75rem;
}
.borderBottom {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.borderTop {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}
/*Mixins:*/
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.border-box,
.borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hyphens {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.noTransform,
.resetTransform {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.flex {
  display: flex;
}
.hover {
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.hover:hover {
  background: #333333;
  color: #ffffff;
}
.hasSlideEffect {
  -webkit-transition: height 1ms linear;
  -moz-transition: height 1ms linear;
  -ms-transition: height 1ms linear;
  -o-transition: height 1ms linear;
  transition: height 1ms linear;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.inline-block,
.inlineBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
.cover {
  background-size: cover;
}
.contain {
  background-size: contain;
}
.hide {
  display: none;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.bold {
  font-weight: bold;
}
/*Responsive Stuff*/
.resetTransform {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.resetPosition {
  position: static;
  margin: 0;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.resetFlex {
  flex: 0 1 auto;
}
.cke_inner,
.cke_editable,
.content-container {
  /*    * {
        font-family: "Arial", sans-serif;
    }*/
  /*    p {
        font-size: 14px;
    }*/
}
.cke_inner span,
.cke_editable span,
.content-container span {
  /*		&.telicon, &.faxicon {
           color:green;
          }*/
  /*		&.telefon {
           color: blue;
          }*/
  /*		&.pdf-download {
           text-decoration: underline!important;
          }
        
          &.fragen-box {
           border: 1px solid #fff;
          }*/
}
.cke_inner span.highlight-font,
.cke_editable span.highlight-font,
.content-container span.highlight-font {
  font-family: 'Times New Roman', serif;
}
.cke_inner span.highlight,
.cke_editable span.highlight,
.content-container span.highlight {
  color: blue;
}
.cke_inner span.fontawesome,
.cke_editable span.fontawesome,
.content-container span.fontawesome {
  font-family: "FontAwesome", sans-serif;
}
.cke_inner span.important,
.cke_editable span.important,
.content-container span.important {
  color: red;
}
.cke_inner span.nobreak,
.cke_editable span.nobreak,
.content-container span.nobreak {
  white-space: nowrap;
}
.cke_inner div .zinc,
.cke_editable div .zinc,
.content-container div .zinc {
  color: #cccccc;
}
.cke_inner h1.primary-color,
.cke_editable h1.primary-color,
.content-container h1.primary-color,
.cke_inner h2.primary-color,
.cke_editable h2.primary-color,
.content-container h2.primary-color,
.cke_inner h3.primary-color,
.cke_editable h3.primary-color,
.content-container h3.primary-color,
.cke_inner h4.primary-color,
.cke_editable h4.primary-color,
.content-container h4.primary-color,
.cke_inner h5.primary-color,
.cke_editable h5.primary-color,
.content-container h5.primary-color,
.cke_inner h6.primary-color,
.cke_editable h6.primary-color,
.content-container h6.primary-color {
  color: #008b39;
}
.cke_inner h1.secondary-color,
.cke_editable h1.secondary-color,
.content-container h1.secondary-color,
.cke_inner h2.secondary-color,
.cke_editable h2.secondary-color,
.content-container h2.secondary-color,
.cke_inner h3.secondary-color,
.cke_editable h3.secondary-color,
.content-container h3.secondary-color,
.cke_inner h4.secondary-color,
.cke_editable h4.secondary-color,
.content-container h4.secondary-color,
.cke_inner h5.secondary-color,
.cke_editable h5.secondary-color,
.content-container h5.secondary-color,
.cke_inner h6.secondary-color,
.cke_editable h6.secondary-color,
.content-container h6.secondary-color {
  color: #333333;
}
.cke_inner .h1 p,
.cke_editable .h1 p,
.content-container .h1 p,
.cke_inner .h2 p,
.cke_editable .h2 p,
.content-container .h2 p,
.cke_inner .h3 p,
.cke_editable .h3 p,
.content-container .h3 p,
.cke_inner .h4 p,
.cke_editable .h4 p,
.content-container .h4 p,
.cke_inner .h5 p,
.cke_editable .h5 p,
.content-container .h5 p,
.cke_inner .h6 p,
.cke_editable .h6 p,
.content-container .h6 p {
  margin-bottom: 0;
}
p.text-center {
  text-align: center;
}
p.text-right {
  text-align: right;
}
p.uppercase {
  text-transform: uppercase;
}
