@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.06.2016, 09:08:33
    Author     : hubert
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.06.2016, 13:55:53
    Author     : hubert
*/
/*
font-family:'Helvetica Neue LT W01_41488878';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_66 Md It';
font-family:'Helvetica Neue LT W01_71488914';


font-family:'Helvetica Neue LT W01_41488878';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_71488914';
font-family:'Helvetica Neue LT W01_65 Md';

font-family:'Helvetica Neue LT W01_41488878';
font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_65 Md';
font-family:'Helvetica Neue LT W01_85 Heavy';


font-family:'Helvetica Neue LT W01_55 Roman';
font-family:'Helvetica Neue LT W01_71488914';
font-family:'Helvetica Neue LT W01_41488878';


*/
[class*='column-'] {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative; }

@media only screen and (min-width: 680px) {
  /*    .wrapper {      
          width: 95%;
          max-width: $grid-max-width;     
      }*/
  .column-1 {
    width: 8.33333%; }

  .column-2 {
    width: 16.66667%; }

  .column-3 {
    width: 25%; }

  .column-4 {
    width: 33.33333%; }

  .column-5 {
    width: 41.66667%; }

  .column-6 {
    width: 50%; }

  .column-7 {
    width: 58.33333%; }

  .column-8 {
    width: 66.66667%; }

  .column-9 {
    width: 75%; }

  .column-10 {
    width: 83.33333%; }

  .column-11 {
    width: 91.66667%; }

  .column-12 {
    width: 100%; }

  .kachel-wrap .column-8 {
    width: 100%; }
  .kachel-wrap .column-4 {
    width: 100%; }

  .video-wrap .column-3 {
    width: 50%; } }
@media only screen and (min-width: 760px) {
  /*    .wrapper {      
          width: 95%;
          max-width: $grid-max-width;     
      }*/
  .kachel-wrap .column-8 {
    width: 66.66667%; }
  .kachel-wrap .column-4 {
    width: 33.33333%; }

  .video-wrap .column-3 {
    width: 25%; } }
* {
  margin: 0;
  border: 0;
  box-sizing: border-box; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

body {
  background-color: #8d8d8d;
  background: #8d8d8d;
  background: -webkit-linear-gradient(#c8c8c8, #8d8d8d, #8d8d8d);
  background: -o-linear-gradient(#c8c8c8, #8d8d8d, #8d8d8d);
  background: -moz-linear-gradient(#c8c8c8, #8d8d8d, #8d8d8d);
  background: linear-gradient(#c8c8c8, #8d8d8d, #8d8d8d); }

html, body {
  font-size: 100%;
  line-height: 1.25;
  font-family: "Helvetica Neue LT W01_55 Roman", Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

p {
  margin-bottom: 1em; }

#seite {
  font-size: 1rem;
  line-height: 1.25;
  min-height: 100%;
  position: relative; }

.clearer {
  clear: both;
  height: 1px; }

.contentwidth {
  max-width: 1250px;
  margin: 0 auto; }
  @media only screen and (min-width: 760px) {
    .contentwidth {
      padding: 0 12px; } }

.lang-desktop {
  display: none; }
  @media only screen and (min-width: 760px) {
    .lang-desktop {
      display: inline; } }

#kopf {
  background-color: white; }
  @media only screen and (min-width: 760px) {
    #kopf .contentwidth {
      position: relative; } }
  #kopf a {
    text-decoration: none;
    color: #635f55;
    text-transform: uppercase; }
    #kopf a.aktiv, #kopf a:hover {
      color: #dc3882; }

#logo-wrap {
  float: left;
  margin: 6px 0 6px 12px; }
  @media only screen and (min-width: 760px) {
    #logo-wrap {
      margin-top: 12px; } }
  @media only screen and (min-width: 1270px) {
    #logo-wrap {
      margin-left: -12px; } }
  #logo-wrap img {
    width: 80px;
    height: auto; }
    @media only screen and (min-width: 760px) {
      #logo-wrap img {
        width: 100px; } }
    @media only screen and (min-width: 840px) {
      #logo-wrap img {
        width: 130px; } }

#hamburger {
  z-index: 1330;
  position: absolute;
  top: 6px;
  right: 12px; }
  @media only screen and (min-width: 760px) {
    #hamburger {
      display: none; } }
  #hamburger:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1; }
  #hamburger.aktiv:before {
    content: "\f00d"; }

#fuss {
  background-color: #e3e3e3; }

/*** grid elemente allgeimein */
.rand {
  margin: 12px;
  padding: 12px; }

/********** Navigation   *********/
#nav {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1329;
  font-weight: bold; }
  #nav .mobile-navi-bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95); }
  #nav ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 50px 50px 0 50px; }
    #nav ul ul {
      margin: 0; }
    #nav ul a {
      padding: 12px;
      display: block;
      border-bottom: 1px solid #8d8d8d; }
    #nav ul li li a {
      padding-left: 12px;
      font-size: 14px;
      text-transform: none !important; }

@media only screen and (min-width: 760px) {
  #nav {
    position: relative;
    display: block !important;
    margin-top: 71px;
    float: left;
    width: auto;
    height: auto;
    background-color: transparent;
    margin-bottom: 12px;
    font-weight: normal;
    top: 0;
    left: 0; }
    #nav .mobile-navi-bg {
      display: none; }

  #nav ul {
    margin: 0;
    padding: 0;
    line-height: 1; }
    #nav ul a {
      display: block;
      position: relative;
      padding: 12px;
      border-bottom: 0; }
    #nav ul li {
      float: left;
      position: relative;
      padding: 0;
      margin: 0; }
      #nav ul li:last-child {
        margin-right: 0; }
      #nav ul li li {
        float: none;
        margin-right: 0; }
        #nav ul li li a {
          white-space: nowrap; }
          #nav ul li li a:first-child {
            padding-top: 0; }
      #nav ul li ul {
        display: none;
        position: absolute;
        z-index: 700;
        background-color: white;
        max-with: 350px; }
      #nav ul li:hover ul {
        display: block; } }
@media only screen and (min-width: 840px) {
  #nav {
    margin-top: 95px; }

  #nav ul li {
    margin-right: 12px; } }
#nav-service {
  position: absolute;
  right: 60px;
  top: 12px;
  font-size: 0.75rem;
  color: #635f55;
  text-transform: uppercase; }
  @media only screen and (min-width: 760px) {
    #nav-service {
      right: 36px; } }
  #nav-service a {
    display: inline-block;
    /*        &:after { 
                content: "\00a0\00a0|\00a0\00a0"; 
                color: $color-grey-schrift;
            } */
    /*        &:last-child {
                &:after {
                    content:"";
                }
            }*/ }

/******   fuss ****/
#fuss {
  margin: 0;
  overflow: hidden;
  padding: 12px 0;
  color: rgba(67, 59, 55, 0.6);
  font-size: 12px;
  line-height: 1.25; }
  #fuss .rand {
    padding: 0;
    margin: 0;
    position: relative; }
    @media only screen and (min-width: 760px) {
      #fuss .rand {
        padding: 12px;
        margin: 12px;
        height: 75px; } }
  #fuss a {
    color: rgba(67, 59, 55, 0.6);
    text-decoration: none; }

.footer-inner-wrap {
  position: relative;
  margin: 0 12px; }
  @media only screen and (min-width: 760px) {
    .footer-inner-wrap {
      margin: 0; } }

.copyright {
  margin-bottom: 12px; }
  @media only screen and (min-width: 760px) {
    .copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      margin-bottom: 0; } }

.sm p {
  display: none; }
  @media only screen and (min-width: 760px) {
    .sm p {
      display: block; } }

.shariff {
  font-size: 24px; }

.shariff li {
  width: 25%; }

.shariff .orientation-horizontal li .share_text {
  display: none; }

.shariff .theme-grey .shariff-button a {
  background: none; }
  .shariff .theme-grey .shariff-button a:hover {
    color: #dc3882 !important;
    background: none; }

.shariff li a {
  text-align: center; }
  @media only screen and (min-width: 760px) {
    .shariff li a {
      text-align: left; } }

@media print {
  #hamburger {
    display: none; } }
html, body {
  font-size: 87.5%; }
  @media only screen and (min-width: 680px) {
    html, body {
      font-size: 1rem; } }

/* Slider f├╝r Startseite */
.slider {
  position: relative; }

.slide {
  position: relative; }
  .slide a {
    padding: 0;
    border: 0; }
  .slide h3 {
    position: absolute;
    top: 15px;
    left: 12px;
    color: #000000;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 1px;
    font-family: "Impact W01", Impact, Arial, sans-serif;
    font-weight: normal;
    white-space: nowrap; }
    @media only screen and (min-width: 520px) {
      .slide h3 {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 760px) {
      .slide h3 {
        top: 80px;
        font-size: 2.375rem;
        line-height: 1.5; } }
    .slide h3 span {
      background-color: white;
      padding: 6px;
      box-shadow: 6px 0 rgba(255, 255, 255, 0.7), -6px 0 rgba(255, 255, 255, 0.7);
      background-color: rgba(255, 255, 255, 0.7);
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
      @media only screen and (min-width: 760px) {
        .slide h3 span {
          padding: 3px;
          box-shadow: 3px 0 rgba(255, 255, 255, 0.7), -3px 0 rgba(255, 255, 255, 0.7); } }
  .slide img {
    width: 100%;
    height: auto;
    display: block; }

.cycle-pager {
  position: absolute;
  bottom: 12px;
  right: 30px;
  z-index: 1120; }
  .cycle-pager span {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 18px;
    height: 18px;
    margin: 0 0 0 18px;
    border: 2px solid #dc3882;
    background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 1px 1px 1px #dc3882; }
    .cycle-pager span.cycle-pager-active {
      background-color: #dc3882; }

/*****   usps block *****/
.cb-wrap {
  background-color: #433b37;
  padding: 12px 0 12px 0; }
  @media only screen and (min-width: 760px) {
    .cb-wrap {
      padding: 12px 12px 12px 0; } }
  .cb-wrap .cb-explain {
    color: white; }
    .cb-wrap .cb-explain .rand {
      padding-top: 24px; }
  .cb-wrap .cb-box .rand {
    background-color: white;
    color: #000000;
    padding: 24px; }

a.abutton {
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  text-align: center; }
  a.abutton.colorange {
    background-color: #f3990f; }
  a.abutton.colgreen {
    background-color: #84b819; }

@media only screen and (min-width: 760px) {
  .contentbackground {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; } }

/*** Kachelelement   *****/
.kachel-wrap {
  padding: 40px 0 12px 0;
  background-color: rgba(255, 255, 255, 0.6); }
  @media only screen and (min-width: 760px) {
    .kachel-wrap {
      padding: 72px 12px 12px 12px; } }
  .kachel-wrap h2 {
    font-family: "Impact W01", Impact, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.25em;
    font-size: 1.7rem; }
    @media only screen and (min-width: 760px) {
      .kachel-wrap h2 {
        font-size: 2rem;
        margin-bottom: 26px; } }
  .kachel-wrap .column-8 .rand-inner {
    overflow: hidden; }
    .kachel-wrap .column-8 .rand-inner:after {
      content: ' ';
      display: block;
      width: 50px;
      height: 2px;
      background-color: white;
      margin: 24px auto 0 auto; }
  .kachel-wrap .kachel-wrap-inner h2 {
    font-size: 1.5rem;
    line-height: 1.05;
    font-family: "Helvetica Neue LT W01_71488914", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 1rem;
    text-align: left; }
  .kachel-wrap .rand {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid white;
    padding: 50px 40px 40px 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .kachel-wrap .rand a {
      text-decoration: none;
      color: inherit; }
  .kachel-wrap .rosa {
    background-color: rgba(220, 56, 130, 0.6);
    color: white; }
  .kachel-wrap .blau {
    background-color: rgba(200, 220, 240, 0.6);
    color: white; }
  .kachel-wrap .blog {
    position: relative; }
    .kachel-wrap .blog h1.blog-haupttitel {
      font-size: 60px;
      font-family: "Impact W01", Impact, Arial, sans-serif;
      text-align: center;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 1rem; }
    .kachel-wrap .blog .blog-datum {
      font-size: 14px; }
    .kachel-wrap .blog h3.blog-titel {
      margin-bottom: 0.3em;
      margin-top: 0.3em;
      line-height: 1.1; }
    .kachel-wrap .blog .blog-item {
      text-align: center; }
      .kachel-wrap .blog .blog-item:after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        background-color: #f3990f;
        margin: 0 auto 24px auto; }
    .kachel-wrap .blog .rand {
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      height: 100%;
      padding: 12px 0;
      border: 0;
      background-color: transparent; }
    .kachel-wrap .blog .rand-inner {
      background-color: rgba(242, 219, 138, 0.6);
      border: 1px solid white;
      height: 100%;
      min-height: 100%;
      color: #ec6500;
      color: #de5600;
      padding: 40px 36px 12px 36px;
      /*            &:after, &:before {
                      content:'';
                      display: block;
                      width: 50px;
                      height:2px;
                      background-color:$color-orange;
                      margin: 24px auto 0 auto;
                  }*/ }

/******  video elemente *****/
.video-wrap {
  padding: 50px 12px 70px 12px; }
  @media only screen and (min-width: 760px) {
    .video-wrap {
      padding: 50px 0 70px 0; } }

.video-wrap-inner {
  margin: -12px -12px;
  position: relative; }
  .video-wrap-inner .rand {
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.7); }

/*# sourceMappingURL=start.css.map */
