.tx-powermail .powermail_field .radio{
  margin-bottom: 10px;
}
.tx-powermail .powermail_field .radio label{
   padding-left: 5px;
}
.powermail_captchaimage{
  max-width: 230px;
}

.section-nopadding{
  padding: 0;
}

body.home .teas-container{
  padding-top: 30px;
}

.slick-dots button{
  margin: 0;
  padding: 0;
}

.home-teasers{
  border-top: 1px solid #e9e9e9;
}

.home-teasers + .home-teasers{
  /*border-bottom: 1px solid #e9e9e9;*/
  margin-bottom: 0;
}

.footer-content ul{
  margin: 0;  
  padding: 0;  
}

.footer-content ul li{
  margin-right: 25px;
  margin-left: 25px;
}

.footer-content svg{
  position: relative;
  margin-right: 5px;
  top: 3px;
}

#footer a:hover svg{
  color: white;
}

@media screen and (max-width: 800px) {
  .footer-content ul li{
    margin-left: 0;
    margin-right: 40px;
  }

  .home-teaser{
    border-bottom: 1px solid #e9e9e9
  }

  .home-teasers{
    border-bottom: 0 !important;
  }
  .home-teasers + .home-teasers{
    border-top: 0 !important;
  }
}

ul.list-inline.category-navigation .cat-button{
  color: #444;
}

body.loesungen .hide-for-loesungen{
  display: none;
}



.weiss .title-n .title-2, .weiss .title-n .title-1 {
    color: #fff !important;
}
.weiss .title-n .title-2 {
    border-bottom: 1px solid #fff!important;
}
.title-n .title-2 {
    font-size: 14px;
    padding-bottom: 10px;
    letter-spacing: 3px;
}
.title-2{
  line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.title-n .title-1 {
    font-size: 32px;
    margin-top: -8px;
    letter-spacing: 3px;
}

.title-1{
  line-height: 1.4;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 980px) {
  .weiss .title-n .title-2,
  .weiss .title-n .title-1{
    color: #444 !important;
  }
}

.big-title .big h1 {
    margin: 0px;
    font-size: inherit;
}


@media print, screen and (min-width: 40em){
  h2, .h2 {
      font-size: 1.125rem !important;
  }
}
h2, .h2 {
    
    font-size: 1.125rem !important;
}

@media print, screen and (min-width: 40em){
  h3, .h3 {
      font-size: 0.875rem !important;
  }
}
h3, .h3 {
    font-size: 0.875rem !important;
}


@media screen and (max-width: 630px){
  .title-n-extraclass {
      margin-top: 200px;      
  }
}


.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
}
.responsive-embed {
    margin-bottom: 0;
}

.youtube-home-wrapper{
    padding-top: 60px;
    padding-bottom: 40px;
}


.icon-call{
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px;
}
.icon-call svg,
.icon-mailer svg{
  fill: #666;
  transition: fill 0.2s ease-out;
}
.icon-call:hover svg,
.icon-mailer:hover svg{
  fill: #023989;
}

@media screen and (min-width: 980px) {
.icon-call{
  margin-top: 21px;
}
}
  
@media screen and (max-width: 979px) {
  .icon-call{
    position: absolute;
    top: 7px;
    right: 73px;
  }
}

@media screen and (min-width: 980px) {
.icon-mailer{
    position: relative;
    top: -2px;
}
}


.icon-mailer{
    display: inline-block;
    width: 43px;
    height: 36px;
    padding: 10px;
}

  
@media screen and (max-width: 979px) {
  .icon-mailer{
    position: absolute;
    top: 10px;
    right: 112px;
  }
}
  
  