body {
      margin: 0;
      padding: 0;
    }

    .clearfix:after,
    .clearfix:before {
      display: table;
      content: '';
    }

    .clearfix:after {
      clear: both;
    }

    .clearfix {
      zoom: 1;
    }

    .cyt-tpl {
      font-family: 'Droid Serif', serif;
      color: #333;
      background: #fff;
      font-size: 16px;
      box-sizing: border-box;
    }

    .cyt-tpl img {
      max-width: 100%;
      height: auto;
    }

    .cyt-tpl a {
      text-decoration: none;
    }


    .template__header__logo,
    .template__main,
    .template__footer,
    .template__header_navi div {
      max-width: 1200px;
      margin: auto;
    }

    .template__inner {
      background: #fff;
    }


    .template__header {
      background: #fff;
    }



    .template__header__logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .template__header__logo .logo {
      font-size: 2em;
      font-weight: 400;
      margin: 2rem 0.5rem;
      color: #333;
    }

    .template__header__logo ul {
      text-align: center;
    }

    .template__header__logo ul li {
      display: inline-block;
    }

    .template__header__usp,
    .template__header_navi {
      display: none;
    }

    .template__header__logo .usp {
      margin: 0;
      padding: 0;
      list-style-type: none;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
    }

    .template__header__logo .usp span::after,
    .template__header__logo .usp span::before {
      line-height: 1;
      vertical-align: middle;
    }

    .template__header_navi {
      background: #fff;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    }

    .template__header_navi div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .template__header_navi div ul {
      margin: 0 0.5rem;
      padding: 0;
      list-style: none;
    }

    .template__header_navi div ul li {
      display: inline-block;
      margin: 0;
      padding: 0;
    }

    .template__header_navi div ul li a {
      font-size: 18px;
      display: inline-block;
      padding: 10px 15px;
      color: #333;
    }

    .template__header_navi div ul li a:hover {
      color: #999;
    }

    .template__header__logo .usp span::before {
      font-size: 1.25em;
      color: #333;
    }

    .template__header__logo .usp span::after {
      font-size: 0.875em;
      margin: 0 0 0 10px;
      color: #333;
    }

    .template__main {
      padding: 0 0 40px;
    }

    .template__main .template__description .description {
      font-size: 0.875em;
      line-height: 1.8;
      margin: 1.5rem 1.5rem 0;
    }

    .template__main .title h1 {
      font-size: 1.25em;
      font-weight: 400;
      line-height: 1.5;
      margin: 0 1.5rem 1.5rem;
      text-align: center;
      color: #333;
    }



    .template__footer .usp {
      color: #333;
      background-color: #f6f6f6;
      font-weight: 400;
      margin: 0 0.5rem 0.5rem;
      text-align: center;
      padding: 40px 30px;
    }

    .template__footer .usp span:nth-of-type(1)::before,
    .template__header__logo .usp span::before {
      font-family: FontAwesome;
      font-size: inherit;
      display: inline-block;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .template__footer .usp span:nth-of-type(1)::before {
      font-size: 3rem;
      color: #333;
    }

    .template__footer .usp span:nth-of-type(2) {
      font-size: 1rem;
      display: block;
      margin: 30px 0 20px;
      color: #333;
    }

    .template__footer .usp span:nth-of-type(3) {
      font-size: 12px;
      font-weight: 400;
      line-height: 22px;
    }

    .template__copyright {
      max-width: 1200px;
      margin: auto;
      padding: 30px 0;
      color: #999;
    }

    .template__copyright a {
      font-weight: 700;
      color: #999;
    }

    .template__copyright div {
      font-size: 0.75em;
      line-height: 1.5;
      margin: 0 0.5rem;
      text-align: center;
    }

    @media only screen and (min-width: 768px) {
      .template__header__usp {
        display: block;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 1rem 0.5rem 0;
      }

      .template__header__logo .logo {
        font-size: 3em;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
      }

      .template__header__logo ul li {
        margin: 0 20px;
      }

      .template__main .title h1 {
        margin: 2rem 1.5rem;
      }

      .template__header_navi {
        display: block;
      }

      .template__copyright {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }

      .template__footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
      }

      .template__footer .usp {
        margin: 0 0.5rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
      }

      .template__footer .usp span:nth-of-type(1)::before {
        font-size: 4rem;
      }

      .template__footer .usp span:nth-of-type(2) {
        font-size: 1.5rem;
      }

      .template__main .title h1 {
        font-size: 1.75em;
      }
    }
    @media only screen and (min-width: 992px) {
      .template__header__logo {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 120px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }

      .template__header__usp {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin: 0 0.5rem;
      }

      .template__header__logo .logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 0.5rem;
      }

      .template__header_navi {
        margin-bottom: 40px;
      }

      .template__header__logo ul li {
        margin: 0 0 0 40px;
      }

      .template__header__logo ul li:first-child {
        margin: 0;
      }

      .template__header_navi div ul li a {
        padding: 10px 0;
        margin-right: 30px;
      }

      .template__header_navi div {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }

      .template__main .title h1 {
        margin: 0 0.5rem 2rem 1rem;
        font-size: 2em;
        text-align: left;
      }

      .template__main .galleryHolder,
      .template__main .template__description,
      .template__main .title {
        float: right;
        width: 50%;
      }

      .template__main .galleryHolder {
        float: left;
      }

      .template__main .gallery {
        margin-right: 1rem;
      }

      .template__main .template__description .description {
        margin: 0 0.5rem 0 1rem;
      }
    }
    /*CSS Content*/
    .template__header__logo .box-1 span::before {
      content: '\f0d1';
    }

    .template__header__logo .box-1 span::after {
      content: 'transparenter Versand';
    }

    .template__header__logo .box-2 span::before {
      content: '\f095';
    }

    .template__header__logo .box-2 span::after {
      content: 'Beratung';
    }

    .template__header__logo .box-3 span::before {
      content: '\f0e0';
    }

    .template__header__logo .box-3 span::after {
      content: 'Wenn mal was schief geht';
    }

    .template__footer .box-1 span:nth-of-type(1)::before {
      content: '\f0d1';
    }

    .template__footer .box-2 span:nth-of-type(1)::before {
      content: '\f0d6';
    }

    .template__footer .box-3 span:nth-of-type(1)::before {
      content: '\f021';
    }

    /* Image Gallery */

    .gallery {
    	margin: 0 0.25rem;
    }

    .stage {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
    }

    .stage ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .stage ul li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .stage ul li input {
      display: none;
    }

    .stage ul li .ibox {
      display: block;
      -webkit-transition: opacity 0.5s ease 0s;
      transition: opacity 0.5s ease 0s;
      opacity: 0;
    }

    .stage ul li input:checked + div {
      opacity: 1;
    }

    .thumbs ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .thumbs ul li {
      width: 25%;
      float: left;
    }

    .thumbs ul li label {
      position: relative;
    }

    .ibox {
      position: relative;
      width: 100%;
      float: left;
    }

    .ibox::before {
      content: "";
      display: block;
      margin-top: 100%;
    }

    .icontent {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: 0 0.25rem;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
    }

    .thumbs .icontent {
    	cursor: pointer;
    }