@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
body {
  line-height: 1; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/*	FONT-FACE SUPPORT
=========================================================================================================
									Chrome		Explorer	Firefox		Opera		Safari
	Embedded Open Type (eot)		-			4+			-			-			-
	Web Open Font Format (woff)		5+			9+			3.6+		10+			5.1+
	True Type (ttf)					4+			-			3.5+		10+			3.1+
	Open Type (otf)					4+			-			3.5+		10+			3.1+

	FONT-WEIGHT
=========================================================================================================
	100	Extra-Light			200	Lighter				300 Light
	400	Regular				500 Medium				600	Semi Bold
	700	Bold				800	Bolder				900	Extra Bold

	BULLETPROOF @font-face: SMILEY VARIATION
========================================================================================================= */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/SourceSansPro-Regular.woff");
  src: local("☺"), url("fonts/SourceSansPro-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SourceSansPro-SemiBold.woff");
  src: local("☺"), url("fonts/SourceSansPro-SemiBold.woff") format("woff"); }

/*
@font-face {
	font-family: 'PT Serif';
	font-weight: 400;	// Regular
	font-style: normal;
	src: url('fonts/PTSerif-Regular.woff');
	src: local('☺'),
	url('fonts/PTSerif-Regular.woff') format('woff');
}
*/
html, body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1b1b1b;
  background: #FFFFFF;
  width: 100%;
  height: 100%; }

a {
  text-decoration: none;
  color: #1b1b1b;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear; }
  a:hover {
    color: #1b1b1b;
    text-decoration: underline;
    cursor: pointer; }
  a + h3 {
    margin-top: 40px;
    margin-bottom: 10px; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-transform: lowercase; }

h1 {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
  color: #1b1b1b; }
  @media (max-width: 540px) {
    h1 {
      font-size: 150%;
      line-height: 150%; } }
  h1.hinterlegt {
    display: inline-block;
    background: #3a3a3a;
    color: #FFFFFF;
    padding: 15px;
    margin-bottom: 5px; }
    @media (max-width: 540px) {
      h1.hinterlegt {
        padding: 10px;
        margin-bottom: 5px; } }
    h1.hinterlegt + h2,
    h1.hinterlegt + h3 {
      margin-bottom: 0; }
    h1.hinterlegt + p {
      margin-top: 20px; }

h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px; }
  @media (max-width: 540px) {
    h2 {
      font-size: 150%;
      line-height: 150%; } }
  h2 + p {
    margin-top: 40px; }

h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 22px; }
  @media (max-width: 540px) {
    h3 {
      font-size: 150%;
      line-height: 150%; } }

h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3a3a3a; }
  @media (max-width: 768px) {
    h4 {
      line-height: 25px;
      padding-bottom: 5px; } }

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px; }
  p + p {
    margin-top: 20px; }
  p + h3 {
    margin-top: 40px;
    margin-bottom: 10px; }
  p + ul {
    margin-top: 20px; }

ul {
  margin-left: 20px;
  margin-bottom: 15px;
  list-style-type: square; }
  ul + h3 {
    margin-top: 40px;
    margin-bottom: 10px; }

.con {
  position: relative;
  max-width: 1140px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
  .con:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 540px) {
    .con {
      padding-left: 20px;
      padding-right: 20px; } }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:after {
    content: '';
    display: block;
    clear: both; }
  .row + .row {
    margin-top: 40px; }

.col {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  .col.sm {
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 539px) {
  [class*='xs-'] {
    float: left; }
  .xs-1 {
    width: 8.33333%; }
  .xs-o-1 {
    margin-left: 8.33333%; }
  .xs-2 {
    width: 16.66667%; }
  .xs-o-2 {
    margin-left: 16.66667%; }
  .xs-3 {
    width: 25%; }
  .xs-o-3 {
    margin-left: 25%; }
  .xs-4 {
    width: 33.33333%; }
  .xs-o-4 {
    margin-left: 33.33333%; }
  .xs-5 {
    width: 41.66667%; }
  .xs-o-5 {
    margin-left: 41.66667%; }
  .xs-6 {
    width: 50%; }
  .xs-o-6 {
    margin-left: 50%; }
  .xs-7 {
    width: 58.33333%; }
  .xs-o-7 {
    margin-left: 58.33333%; }
  .xs-8 {
    width: 66.66667%; }
  .xs-o-8 {
    margin-left: 66.66667%; }
  .xs-9 {
    width: 75%; }
  .xs-o-9 {
    margin-left: 75%; }
  .xs-10 {
    width: 83.33333%; }
  .xs-o-10 {
    margin-left: 83.33333%; }
  .xs-11 {
    width: 91.66667%; }
  .xs-o-11 {
    margin-left: 91.66667%; }
  .xs-12 {
    width: 100%; }
  .xs-o-12 {
    margin-left: 100%; }
  .xs-6:nth-of-type(1n+3) {
    margin-top: 80px; }
  .xs-12 + .xs-12 {
    margin-top: 20px; } }

@media (min-width: 540px) and (max-width: 767px) {
  [class*='sm-'] {
    float: left; }
  .sm-1 {
    width: 8.33333%; }
  .sm-o-1 {
    margin-left: 8.33333%; }
  .sm-2 {
    width: 16.66667%; }
  .sm-o-2 {
    margin-left: 16.66667%; }
  .sm-3 {
    width: 25%; }
  .sm-o-3 {
    margin-left: 25%; }
  .sm-4 {
    width: 33.33333%; }
  .sm-o-4 {
    margin-left: 33.33333%; }
  .sm-5 {
    width: 41.66667%; }
  .sm-o-5 {
    margin-left: 41.66667%; }
  .sm-6 {
    width: 50%; }
  .sm-o-6 {
    margin-left: 50%; }
  .sm-7 {
    width: 58.33333%; }
  .sm-o-7 {
    margin-left: 58.33333%; }
  .sm-8 {
    width: 66.66667%; }
  .sm-o-8 {
    margin-left: 66.66667%; }
  .sm-9 {
    width: 75%; }
  .sm-o-9 {
    margin-left: 75%; }
  .sm-10 {
    width: 83.33333%; }
  .sm-o-10 {
    margin-left: 83.33333%; }
  .sm-11 {
    width: 91.66667%; }
  .sm-o-11 {
    margin-left: 91.66667%; }
  .sm-12 {
    width: 100%; }
  .sm-o-12 {
    margin-left: 100%; }
  .sm-6:nth-of-type(1n+3) {
    margin-top: 80px; }
  .sm-12 + .sm-12 {
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  [class*='md-'] {
    float: left; }
  .md-1 {
    width: 8.33333%; }
  .md-o-1 {
    margin-left: 8.33333%; }
  .md-2 {
    width: 16.66667%; }
  .md-o-2 {
    margin-left: 16.66667%; }
  .md-3 {
    width: 25%; }
  .md-o-3 {
    margin-left: 25%; }
  .md-4 {
    width: 33.33333%; }
  .md-o-4 {
    margin-left: 33.33333%; }
  .md-5 {
    width: 41.66667%; }
  .md-o-5 {
    margin-left: 41.66667%; }
  .md-6 {
    width: 50%; }
  .md-o-6 {
    margin-left: 50%; }
  .md-7 {
    width: 58.33333%; }
  .md-o-7 {
    margin-left: 58.33333%; }
  .md-8 {
    width: 66.66667%; }
  .md-o-8 {
    margin-left: 66.66667%; }
  .md-9 {
    width: 75%; }
  .md-o-9 {
    margin-left: 75%; }
  .md-10 {
    width: 83.33333%; }
  .md-o-10 {
    margin-left: 83.33333%; }
  .md-11 {
    width: 91.66667%; }
  .md-o-11 {
    margin-left: 91.66667%; }
  .md-12 {
    width: 100%; }
  .md-o-12 {
    margin-left: 100%; }
  .md-6:nth-of-type(1n+3) {
    margin-top: 40px; }
  .md-12 + .md-12 {
    margin-top: 20px; } }

@media (min-width: 992px) {
  [class*='lg-'] {
    float: left; }
  .lg-1 {
    width: 8.33333%; }
  .lg-o-1 {
    margin-left: 8.33333%; }
  .lg-2 {
    width: 16.66667%; }
  .lg-o-2 {
    margin-left: 16.66667%; }
  .lg-3 {
    width: 25%; }
  .lg-o-3 {
    margin-left: 25%; }
  .lg-4 {
    width: 33.33333%; }
  .lg-o-4 {
    margin-left: 33.33333%; }
  .lg-5 {
    width: 41.66667%; }
  .lg-o-5 {
    margin-left: 41.66667%; }
  .lg-6 {
    width: 50%; }
  .lg-o-6 {
    margin-left: 50%; }
  .lg-7 {
    width: 58.33333%; }
  .lg-o-7 {
    margin-left: 58.33333%; }
  .lg-8 {
    width: 66.66667%; }
  .lg-o-8 {
    margin-left: 66.66667%; }
  .lg-9 {
    width: 75%; }
  .lg-o-9 {
    margin-left: 75%; }
  .lg-10 {
    width: 83.33333%; }
  .lg-o-10 {
    margin-left: 83.33333%; }
  .lg-11 {
    width: 91.66667%; }
  .lg-o-11 {
    margin-left: 91.66667%; }
  .lg-12 {
    width: 100%; }
  .lg-o-12 {
    margin-left: 100%; } }

section {
  position: relative;
  padding: 120px 0; }
  section:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 992px) {
    section {
      padding: 80px 0; } }
  section:nth-of-type(1) .row + .row + .row {
    margin-top: 120px; }
  section.full {
    padding: 0; }

.link {
  color: #1b1b1b;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  .link:hover {
    color: #1b1b1b;
    text-decoration: underline; }
  .link-intern {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    padding: 0 30px;
    border: 1px solid #686868;
    margin-top: 20px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none;
    color: #1b1b1b; }
    .link-intern:hover {
      background: #FFFFFF;
      border-color: #1b1b1b;
      color: #1b1b1b;
      text-decoration: none; }
    @media (max-width: 768px) {
      .link-intern {
        margin-top: 15px; } }

.semi, b {
  font-weight: 600; }

.center {
  text-align: center; }

.black {
  color: #1b1b1b; }

.white {
  color: #FFFFFF; }

.greyL {
  background: #efefef; }

p + .list {
  margin-top: 20px; }

.list > li {
  position: relative;
  padding-left: 15px; }
  .list > li:before {
    content: '-';
    position: absolute;
    left: 0; }

.rounded {
  border-radius: 50%; }
  .rounded.small {
    width: 300px;
    height: 300px; }

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  animation: sk-rotate 2.0s infinite linear;
  -webkit-animation: sk-rotate 2.0s infinite linear; }
  @media (max-width: 540px) {
    #loader {
      left: 45%;
      top: 45%;
      width: 40px;
      height: 40px; } }

.dot1,
.dot2 {
  width: 50%;
  height: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1b1b1b;
  border-radius: 100%;
  animation: sk-bounce 2.0s infinite ease-in-out;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

header {
  position: fixed;
  background: #FFFFFF;
  height: 100px;
  z-index: 1000;
  width: 70%;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  header:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 992px) {
    header {
      height: 80px;
      width: 100%; } }
  @media (max-width: 540px) {
    header {
      position: absolute; } }
  header.small {
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0 0 20px 0 rgba(27, 27, 27, 0.3);
    box-shadow: 0 0 20px 0 rgba(27, 27, 27, 0.3);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
    @media (max-width: 540px) {
      header.small {
        height: 100px; } }
    header.small .logo {
      padding: 25px 0; }
    header.small .nav-main {
      padding: 20px 0; }
    header.small .nav-btn {
      top: 25px; }
      @media (max-width: 540px) {
        header.small .nav-btn {
          top: 36px; } }

.logo {
  display: block;
  padding: 35px 0;
  float: left;
  max-width: 215px;
  height: 30px; }
  @media (max-width: 992px) {
    .logo {
      padding: 25px 0; } }
  @media (max-width: 540px) {
    .logo {
      width: 70%; } }
  .logo > a {
    display: block; }
  .logo img {
    display: block; }

.nav {
  /*
	&-sub {
		display: block;
		float: left;
		margin: 0;
		list-style: none;
		@media (max-width: $sm){
			float: none;
			background: darken($white,2%);
			padding: 20px;
		}
		&-wrapper {
			position: absolute;
			left: -20px;
			z-index: 10;
			width: 100%;
			padding: 20px;
			display: none;
			@media (max-width: $sm){
				position: relative;
				left: 0;
				padding: 0 0 10px 0;
				border-top: 2px solid $grey;
			}
			.active & { 
				display: block; 
			}
		}
		& > span {
			display: block;
			font-weight: 500;
			line-height: 25px;
			margin-bottom: 20px;
			@media (max-width: $sm){ 
				display: none; 
			}
		}
		&-item {
			width: 170px;
			@media (max-width: $sm){
				display: inline-block;
				font-size: 14px;
			}
			&:hover > a {
				color: $mainC;
			}
			&.current > a {
				color: $mainC;
			}
			& > a {
				display: block;
				color: $black;
				&:hover {
					text-decoration: none;
				}
			}
		}
	}
	*/ }
  .nav-btn {
    position: absolute;
    top: 20px;
    z-index: 15;
    width: 40px;
    height: 24px;
    margin-left: -25px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    display: none; }
    @media (max-width: 768px) {
      .nav-btn {
        display: block;
        right: 40px;
        top: 25px; } }
    @media (max-width: 540px) {
      .nav-btn {
        right: 20px; } }
    .nav-btn > span {
      display: block;
      height: 4px;
      margin-bottom: 6px;
      background: #1b1b1b;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .nav-btn > span:nth-of-type(2) {
        width: 80%; }
    .nav-btn.act {
      left: auto; }
      .nav-btn.act > span {
        width: 30px; }
        .nav-btn.act > span:nth-of-type(1) {
          -webkit-transform: translate(5px, 10px) rotate(45deg);
          -ms-transform: translate(5px, 10px) rotate(45deg);
          transform: translate(5px, 10px) rotate(45deg); }
        .nav-btn.act > span:nth-of-type(2) {
          opacity: 0; }
        .nav-btn.act > span:nth-of-type(3) {
          -webkit-transform: translate(5px, -10px) rotate(-45deg);
          -ms-transform: translate(5px, -10px) rotate(-45deg);
          transform: translate(5px, -10px) rotate(-45deg); }
  .nav-main {
    position: relative;
    margin: 0;
    float: right;
    padding: 30px 0; }
    .nav-main:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 992px) {
      .nav-main {
        padding: 20px 0; } }
    @media (max-width: 768px) {
      .nav-main {
        position: fixed;
        top: 80px;
        left: 0;
        z-index: 12;
        width: 100%;
        height: 100%;
        margin: 0;
        padding-top: 100px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 40px;
        background: #ececec;
        display: none; } }
    @media (max-width: 540px) {
      .nav-main {
        padding: 0 20px; } }
    .nav-main-itm {
      display: block;
      float: left;
      font-size: 22px;
      line-height: 40px; }
      @media (max-width: 768px) {
        .nav-main-itm {
          float: none;
          font-size: 28px;
          line-height: 60px;
          text-align: center; }
          .nav-main-itm:first-child {
            margin-top: 50px; } }
      .nav-main-itm:hover > a, .nav-main-itm.cur > a {
        color: #1b1b1b;
        text-decoration: none; }
      .nav-main-itm > span {
        padding-right: 1px;
        color: #FFFFFF; }
        @media (max-width: 768px) {
          .nav-main-itm > span {
            color: #ececec; } }
        .nav-main-itm > span.aktive {
          color: #1b1b1b; }
      .nav-main-itm > a {
        position: relative;
        padding: 0 20px 0 0;
        color: #1b1b1b; }
        @media (max-width: 768px) {
          .nav-main-itm > a {
            padding: 0; } }
        .nav-main-itm > a.cur {
          color: #1b1b1b; }
      .nav-main-itm:last-child > a {
        padding: 0; }

footer {
  position: relative;
  background: #ececec;
  padding: 40px 0; }
  footer:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    footer {
      text-align: center; } }
  footer h3 {
    margin-bottom: 10px; }
  footer a {
    color: #1b1b1b; }
  footer ul {
    list-style: none; }
    @media (max-width: 768px) {
      footer ul {
        margin: 0; } }
    footer ul li {
      float: left; }
      footer ul li:nth-of-type(1) {
        margin-right: 20px; }
      @media (max-width: 768px) {
        footer ul li {
          float: none; }
          footer ul li:nth-of-type(1) {
            margin-right: 0; } }

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flex-direction-nav .flex-disabled,
.flex-control-nav {
  display: none; }

@media (max-width: 540px) {
  .slide-title {
    padding-top: 80px; } }

@media (max-width: 992px) {
  .slide-title .slides {
    background: #ececec; } }

.slide-title .flex-viewport {
  background: #FFFFFF;
  height: 800px; }
  @media (max-width: 1534px) {
    .slide-title .flex-viewport {
      height: unset; } }

@media (max-width: 992px) {
  .slide-title .flex-direction-nav {
    position: relative;
    height: 50px;
    padding: 10px 0 20px 0;
    background: #ececec; } }

.slide-title .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  font-size: 0; }
  @media (max-width: 992px) {
    .slide-title .flex-direction-nav a {
      top: unset;
      position: relative;
      width: 40px;
      height: 40px; } }

@media (max-width: 992px) {
  .slide-title .flex-nav-prev {
    position: absolute;
    display: inline-block;
    left: 42%; } }

@media (max-width: 768px) {
  .slide-title .flex-nav-prev {
    left: 38%; } }

@media (max-width: 540px) {
  .slide-title .flex-nav-prev {
    left: 35%; } }

.slide-title .flex-nav-prev .flex-prev {
  left: 3%;
  background: url(../assets/img/prev.svg) no-repeat; }
  .slide-title .flex-nav-prev .flex-prev:hover {
    left: 2.5%;
    background: url(../assets/img/prev-hover.svg) no-repeat; }
    @media (max-width: 992px) {
      .slide-title .flex-nav-prev .flex-prev:hover {
        left: 0;
        background: url(../assets/img/prev.svg) no-repeat; } }

@media (max-width: 992px) {
  .slide-title .flex-nav-next {
    position: absolute;
    display: inline-block;
    right: 42%; } }

@media (max-width: 768px) {
  .slide-title .flex-nav-next {
    right: 38%; } }

@media (max-width: 540px) {
  .slide-title .flex-nav-next {
    right: 35%; } }

.slide-title .flex-nav-next .flex-next {
  right: 3%;
  background: url(../assets/img/next.svg) no-repeat; }
  .slide-title .flex-nav-next .flex-next:hover {
    right: 2.5%;
    background: url(../assets/img/next-hover.svg) no-repeat; }
    @media (max-width: 992px) {
      .slide-title .flex-nav-next .flex-next:hover {
        right: 0;
        background: url(../assets/img/next.svg) no-repeat; } }

.slide-title img {
  display: block;
  width: 100%; }

.slide-title-caption {
  position: absolute;
  right: 15%;
  top: 40%;
  z-index: 10;
  max-width: 50%; }
  @media (max-width: 992px) {
    .slide-title-caption {
      position: relative;
      right: 0;
      width: 100%;
      margin: 0 auto;
      padding: 20px 0 0 0; } }
  .slide-title-caption-content {
    display: table-cell;
    vertical-align: bottom;
    padding: 40px;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.8); }
    .slide-title-caption-content > p {
      font-size: 16px;
      line-height: 26px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      @media (max-width: 540px) {
        .slide-title-caption-content > p {
          display: none; } }
    .slide-title-caption-content h3 {
      display: block;
      font-size: 24px;
      font-weight: 400; }
      @media (max-width: 992px) {
        .slide-title-caption-content h3 {
          margin-bottom: 10px; } }
      @media (max-width: 540px) {
        .slide-title-caption-content h3 {
          margin-bottom: 0; } }
    @media (max-width: 992px) {
      .slide-title-caption-content {
        position: relative;
        display: block;
        padding: 0;
        text-align: center;
        margin: 0 auto;
        background: none; } }

.slide-hl .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 33%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.slide-hl .flex-prev {
  left: -40px;
  background: url(../assets/img/prev.svg) no-repeat;
  background-size: 40px; }
  .slide-hl .flex-prev:hover {
    background: url(../assets/img/prev-hover.svg) no-repeat;
    background-size: 40px; }
  @media (max-width: 992px) {
    .slide-hl .flex-prev {
      left: 0; } }

.slide-hl .flex-next {
  right: -40px;
  background: url(../assets/img/next.svg) no-repeat;
  background-size: 40px; }
  .slide-hl .flex-next:hover {
    background: url(../assets/img/next-hover.svg) no-repeat;
    background-size: 40px; }
  @media (max-width: 992px) {
    .slide-hl .flex-next {
      right: 0; } }

.slide-hl li {
  max-width: 380px; }
  @media (max-width: 992px) {
    .slide-hl li {
      max-width: 6.33%; } }
  @media (max-width: 540px) {
    .slide-hl li {
      max-width: 100%; } }

.hl {
  position: relative; }
  .hl > img {
    display: block;
    margin-bottom: 20px; }
  .hl-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    text-align: center; }

.parallax-klein {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px; }
  @media (max-width: 768px) {
    .parallax-klein {
      background-attachment: scroll;
      background-position: center 80px;
      height: 300px; } }

.parallax-gross {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px; }
  @media (max-width: 768px) {
    .parallax-gross {
      background-attachment: scroll;
      background-position: center 80px;
      height: 300px; } }

.box {
  background: #ececec;
  color: #1b1b1b;
  padding: 40px; }
  .box + .box {
    margin-top: 20px; }
  .box-ico {
    /*
		&:hover {
			cursor: pointer;
			& h3 { color: $black; }
			& .ico { fill: $black; }
		}
		*/ }
    .box-ico h3 {
      -webkit-transition: .2s linear;
      -o-transition: .2s linear;
      transition: .2s linear;
      margin-bottom: 0; }
    .box-ico svg {
      fill: #3a3a3a; }
      @media (max-width: 540px) {
        .box-ico svg + h3 {
          margin-bottom: 40px; } }
  .box-link {
    display: block; }
    .box-link h3 {
      margin: 20px 0 0 0; }

.ico {
  width: 120px;
  height: 120px;
  fill: #1b1b1b;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear; }

.project {
  background: #e6e6e6;
  /*
	&-img {
		display: block;
		float: left;
		width: 50%;

		@media (max-width: $md){
			width: 100%;
			float: none;
		}
	}
	&:nth-of-type(2n) &-img {
		float: right;

		@media (max-width: $md){
			width: 100%;
			float: none;
		}
	}
	&-con {
		display: block;
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding: 5% 8%;

		&-link {
			display: inline-block;
			line-height: 23px;
			padding: 10px 40px;
			border: 1px solid $mainC;
			margin-top: 40px;
			transition: .3s ease;

			&:hover {
				color: $white;
				background: $mainC;
			}

			@media (max-width: $lg){
				margin-top: 20px;
				padding: 5px 30px;
			}
		}
		@media (max-width: $lg){
			padding: 4%;
			font-size: 16px;
		}
		@media (max-width: $md){
			padding: 10%;
			width: 100%;
			float: none;
		}
	}
	*/ }
  .project:after {
    content: '';
    display: block;
    clear: both; }
  .project-title {
    display: block;
    max-height: 400px; }
    .project-title + section {
      padding: 100px 0; }
  .project-grid {
    position: relative; }
    .project-grid:after {
      content: '';
      display: block;
      clear: both; }
    .project-grid-item {
      position: relative;
      float: left;
      width: 33.33333%;
      overflow: hidden; }
      @media (max-width: 992px) {
        .project-grid-item {
          width: 50%; } }
      @media (max-width: 540px) {
        .project-grid-item {
          width: 100%;
          float: none; } }
      .project-grid-item > img {
        display: block;
        width: 100%; }
      .project-grid-item-con {
        position: absolute;
        left: -100%;
        bottom: -100%;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        /*
				@media (max-width: $lg){
					width: calc(100% - 40px);
					height: calc(100% - 40px);
				}
				*/ }
        .project-grid-item-con-txt {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          max-height: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 40px;
          color: #FFFFFF;
          /*
					@media (max-width: $lg){
						padding: 20px 20px 40px 30px;
					}
					*/ }
          .project-grid-item-con-txt .link-intern {
            display: inline-block;
            border: 1px solid #FFFFFF;
            color: #FFFFFF; }
            .project-grid-item-con-txt .link-intern:hover {
              background: #FFFFFF;
              border-color: #1b1b1b;
              color: #1b1b1b; }
      @media (min-width: 992px) {
        .project-grid-item:nth-of-type(3n+2) .project-grid-item-con {
          left: 0; } }
      @media (min-width: 992px) {
        .project-grid-item:nth-of-type(3n+3) .project-grid-item-con {
          left: 100%; } }
      @media (max-width: 992px) {
        .project-grid-item:nth-of-type(2n) .project-grid-item-con {
          left: 100%; } }
      .project-grid-item:hover > .project-grid-item-con {
        left: 0;
        bottom: 0; }

.tx {
  display: inline-block; }

.blog-list:after {
  content: '';
  display: block;
  clear: both; }

.blog-list-a {
  display: inline-block; }

.blog-list-img {
  display: block;
  float: left;
  width: 20%; }
  @media (max-width: 768px) {
    .blog-list-img {
      float: none;
      width: 100%;
      margin-top: 20px; } }

.blog-list-con {
  text-align: left;
  float: left;
  width: 80%; }
  @media (max-width: 768px) {
    .blog-list-con {
      float: none;
      width: 100%; } }
  .blog-list-con p + h3 {
    margin-top: 10px; }
  .blog-list-con h3 {
    margin-bottom: 5px; }
  .blog-list-con .more {
    display: inline-block;
    background: #ececec;
    color: #3a3a3a;
    padding: 5px 10px;
    margin: 11px 0 0 0; }

.blog-list + .blog-list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ececec; }

.blog-detail {
  text-align: left; }
  .blog-detail:after {
    content: '';
    display: block;
    clear: both; }
  .blog-detail section {
    margin-top: 20px; }
  .blog-detail-link {
    display: inline-block;
    background: #ececec;
    color: #3a3a3a;
    padding: 5px 10px;
    margin: 20px 0 0 0; }
  .blog-detail p + h3 {
    margin-top: 20px; }

/*# sourceMappingURL=main.css.map */