@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Lobster|Raleway:300,400|Open+Sans|Open+Sans+Condensed:300');
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400|Special+Elite|Exo:700);
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
/*@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);*/
/*@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Love+Ya+Like+A+Sister|Reenie+Beanie|Rock+Salt|Swanky+and+Moo+Moo');*/

@font-face { font-family: 'anke_print'; src: url('../fonts/Anke_Print/Anke_Print.ttf') format('truetype'); }

@font-face {
    font-family: 'dejavu_sansbook';
    src: url('../fonts/dejavusans_book_macroman/DejaVuSans-webfont.ttf');
    src: url('../fonts/dejavusans_book_macroman/DejaVuSans-webfont.woff') format('woff'),
         url('../fonts/dejavusans_book_macroman/DejaVuSans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "oloxfont";
    src: url("../fonts/Arber-Vintage-Extended.woff") format('woff');
    font-weight: 100;
    font-style: normal;
}

/*
Standart Schriftgröße: 			    16px;		  // Browserdefault, 16px  
@phoneLandscapeViewportWidth: 	30em;		  // 480px
@tabletViewportWidth: 			    48em; 		// 768px
@tabletLandscapeViewportWidth: 	64em; 		// 1024px
@desktopViewportWidth: 			    78.75em; 	// 1260px

uk-visible@s 	  Only affects device widths of 640px and larger  	= 40em
uk-visible@m 	  Only affects device widths of 960px and larger.		= 60em
uk-visible@l 	  Only affects device widths of 1200px and larger.	= 75em
uk-visible@xl 	Only affects device widths of 1600px and larger.	= 100em

Breiten: 
font-size: 16px;   Browserdefault, 16px  
.uk-width-*@s 	640px 		40em
.uk-width-*@m 	960px		  60em
.uk-width-*@l 	1200px 		75em
.uk-width-@xl 	1600px 		100em
*/

:root {
  --color_html_bg: #f3f3f4;
  --gruen: #20c520;
  --gruenhover: #1e9900;
  --rot_hell: #FF1E0A;
  --rot: #C80E0E;
  --rot_dunkel: #7b0606;
  --schrift: #7a7a7a;
  --schrift_size: 16px;
  --titel: #444444;
  --grau: #7a7a7a;
  --grau_rgb: rgba(122, 122, 122, 1);
  --grau_dunkel: #495061;
  

  --schrift_normal: 'dejavu_sansbook', 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif;
  --schrift_h1: 'Architects Daughter','Lobster','Raleway', 'Open Sans', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  --schrift_handschrift_3: 'Waiting for the Sunrise', Helvetica, Arial, sans-serif;
  --schrift_handschrift_2: 'Loved by the King', 'Architects Daughter', Helvetica, Arial, sans-serif;
  --schrift_handschrift_4: 'anke_print', Helvetica, Arial, sans-serif;
  --schrift_handschrift: 'Ruthie', Helvetica, Arial, sans-serif;
  --schrift_dick: 'Exo', Helvetica, Arial, sans-serif;
  --schrift_logo: 'dejavu_sansbook', Helvetica, Arial, sans-serif;
  --uk_s: 40em;
  --uk_m: 60em;
  --uk_l: 75em;
  --uk_xl: 100em;

}
/* color: var(--rot_dunkel); */


html,body {
  width:100%;
  margin:0;
  padding:0;
}

html {
  height: 100%;
	font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
	font-family: var(--schrift_normal);
  font-size: 16px;
  font-size: var(--schrift_size);
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
	color: #666;
	color: var(--schrift);
	background-color: #fff;
	background-color: var(--color_html_bg);
}

a:link, a:visited { 
  text-decoration: none; 
  color: #222222; 
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-family: var(--schrift_normal);
  font-weight: 400;
  color: var(--titel);
  text-transform: none;
}
p {
  font-family: var(--schrift_normal);
  color: var(--schrift);
  font-size: 1em;
}
em {
    color: var(--schrift);
}

#scroll_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}


.hand1{
  font-family: var(--schrift_h1);
  /*font-family: var(--schrift_handschrift_4);*/
}

.gruen{
	color: var(--gruen);
}

.uk-box-shadow-hover-large {
    transition: all 0.4s;
}
.uk-box-shadow-hover-large:hover {
    transform: translateY(-4px);
}

/* ==========================================================================
CSS Änderungs Modal
========================================================================== */
#modal_css{
    position: fixed;
    z-index: 99998;
    width: 420px;
    height: 420px;
    top: 150px;
    left: 100px;
    background-color: #fff;
    font-size: 0.8em;
    resize: both;
    overflow: hidden;
}
#modal_css_header {
  height: 20px;
  padding: 10px;
  cursor: move;
  z-index: 99999;
  background-color: #2196F3;
  color: #fff;
}
#modal_css_inhalt{
    overflow-y: scroll;
    height: calc(100% - 65px);  /* minus header oben + minus rezise unten*/
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    margin-bottom: 1em;   /* wegen rezise unten*/
    overflow-x: hidden;
}
#modal_css a{
    width: 100%;
    color: #fff;
    transition: all 300ms ease-in-out;
}
#modal_css a:hover{
    transform: scale(1.02);
    color: #ebe6ff;
}
#modal_css a:nth-last-of-type(1) {
  margin-top: 1em;
}

.css_eigenschaft{
    text-align: right;
    padding-right: 1em;
}
.gruppe {
  /*border-top: 1px solid #888888;*/
  padding: 1em;
  margin-top: 1em;
}
.css_div {
  padding-top: 0.8em;
}

.range-slider__range {
  width: calc(100% - (60px));
}
.range-slider__value {
    display: inline-block;
    position: relative;
    width: 20px;
    color: #252525;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #ececec;
    padding: 5px 10px;
    margin-right: 10px;
}
.pickr .pcr-button {
    position: relative;
    height: 2em;
    width: 2em;
    padding: .5em;
    border-radius: .15em;
    cursor: pointer;
    background: transparent;
    transition: background-color .3s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    border: 1px solid #000;
}

/* ==========================================================================
Ladebildschirm
========================================================================== */
.loading_modal {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url(../img/Preloader_21.gif) center no-repeat #fff;
}
/* Page Loader 
.loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}*/

/* ==========================================================================
lazysizes
========================================================================== */
.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
	transition: opacity 800ms;
	background: #f7f7f7 url(../img/Preloader_21.gif) no-repeat center;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}


/* ==========================================================================
Allgemein
========================================================================== */
.section-padding{
	padding-top: 10em;
	padding-bottom: 8em;
}
.container_small{
	max-width: 800px;
}



/* ==========================================================================
Hero Sildeshow
========================================================================== */
.uk-slideshow-items h1,.uk-slideshow-items h2,.uk-slideshow-items h3,.uk-slideshow-items p {
  color: #ffffff;
}
/*#hero{
	padding-bottom: 8em;
	background-color: #fdfdff;
}
#hero{
	margin-top: 130px;
}
.fixed_nav #hero{
	margin-top: 90px;
}*/
#hero {
   overflow: hidden;
   position:relative;
}
#hero .hero_img{
  /*background-position: 20% 100%!important;*/
  background-position: center top!important;
}
#hero .text_container{
	position:absolute;
	/*top: calc(35vH + 300px); /* 200px für paralax */
  text-align: right;
	bottom: 20px;
  right:0;
  width:100%;
}
#hero .bg_color{
  /*background-color: rgba(2, 2, 2, 0.42);*/
  background-image: linear-gradient(to right,rgba(2, 2, 2, 0.0) 0%,  rgba(2, 2, 2, 0.42) 100%);
  padding-top: 1em;
  padding-bottom: 1em;
}
  
@media (min-width: 75em){
  #hero .hero_img{
    background-position: center top!important;
  }
  #hero .text_div{
    /*max-width: 1200px;*/
    padding-right: 0px;
    padding-left: 0px;
  }
}
#hero h1{
	margin-right: -0.1em;
  color:#fff;
}

.hero_inhalt {
    margin-top: 130px;
}

/* ==========================================================================
moving letters Startseite
========================================================================== */
/* Titel */
.ml12 {
  font-weight: 700;
  font-size: 1.8em;
 /* text-transform: uppercase; */
  letter-spacing: 0.2em; 
  font-family: var(--schrift_dick);
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml9 {
  position: relative;
  font-weight: 200;
  font-size: 1em;
  color: rgba(255,255,255,1);
}


/* Untertitel */
.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}

/* Geburtstag */
.ml15 {
    font-weight: 800;
    font-size: 1.0em;
    position: absolute;
    left: 10%;
    top: 20%;
    transform: rotate(-10deg)
}

.ml15 .word {
  display: block;
  line-height: 1em;
  text-align: center;
}

@media (min-width: 800px){
  .ml12 {
    font-size: 3.2em;
  }
  .ml9 {
    font-size: 1.8em;
  }
  .ml15 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px){
  .ml12 {
    font-size: 4.1rem;
  }
  .ml9 {
    font-size: 2.2em;
  }
  .ml15 {
    font-size: 2.5em;
  }
}



/* ==========================================================================
Hero Logo FadeIn
=========================================================================
.logo {
	background-size: cover, cover;
	background-position: center, center;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
} */
/*
.logo  {
	display: inline-block;
  margin: 0;
	padding: 0.5rem;
	position: relative;
	opacity: 1;
	transform: scale(1);
	transition: transform 0.5s ease, opacity 1s ease;
}
.logo h1 {
	font-family:var(--schrift_logo);
	font-size: 2.1rem;
	font-weight: 600;
  margin:0;
}
.logo h2 {
	font-family:var(--schrift_logo);
	font-size: 1.2rem;
	font-weight: 100;
  margin: 0 0 5px 0;
}

.logo.is-loading {
	transform: scale(0.9);
	opacity: 0;
}
/*
.logo h1:before,
.logo h1:after {
	height: 2px;
	width: 100%;
	content: "";
	background: var(--grau_dunkel);
	display: block;
	position: absolute;
	transition: width 0.4s ease;
	transition-delay: 0.8s;
}

.logo h1:before {
	top: 0;
	left: 0;
}

.logo h1:after {
	bottom: 0;
	right: 0;
}

.logo.is-loading h1:before,
.logo.is-loading h1:after {
	width: 0;
}
*/



/* ==========================================================================
taetigkeiten
========================================================================== */
#taetigkeiten .uk-container {
  margin-bottom:2em;
}
.box_parallax {
  z-index:90;
}
.hero_text h2{
	font-family: var(--schrift_dick);
  font-size: 2.0em;
  font-weight: 800;
  line-height: 1.1;
  margin-top: -45px;
}
.box_text{
    margin-top: 5em;
    border-radius: 10px;
    z-index: 20;
}
.bild_box{
  overflow: hidden;
}
.bild_box img{
  transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);	
  /*transition: transform 0.6s ease;*/
 /* -webkit-transition: all 900ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
   -moz-transition: all 900ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
     -o-transition: all 700ms cubic-bezier(0.075, 0.820, 0.165, 1.000); 
        transition: all 900ms cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */
/*        
-webkit-transition: all 600ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
   -moz-transition: all 900ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
     -o-transition: all 900ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
        transition: all 900ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
        
-webkit-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
   -moz-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
     -o-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
        transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
.bild_box.in_sight img{
  transform: scale(1.0, 1.0);
  -ms-transform: scale(1.0, 1.0);
  -webkit-transform: scale(1.0, 1.0);
}

@media (min-width: 40em){
  #taetigkeiten .uk-container {
    margin-bottom:10em;
  }
  .hero_text h2{
    font-size: 2.5em;
    margin-top: -58px;
  }
}

@media (min-width: 60em){
  .left .box_text{
      margin-right: -80px;
  } 
  .right .box_text{
      margin-left: -80px;
  }
}

.box1{
	position: relative;
  z-index: 10;
}

.panel-large-shadow {
    position: absolute;
    z-index:-1;
    width: 100%;
    bottom: 15%;
    right: 5%;
    width: 80%;
    height: 40%;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
    border-radius: 50%;
    -webkit-box-shadow: 0 120px 100px rgba(86, 40, 114, 0.33);
    -moz-box-shadow: 0 120px 100px rgba(86, 40, 114, 0.33);
    -ms-box-shadow: 0 120px 100px rgba(86, 40, 114, 0.33);
    -o-box-shadow: 0 120px 100px rgba(86, 40, 114, 0.33);
    box-shadow: 0 120px 100px rgba(86, 40, 114, 0.33);
}
@media (min-width: 1050px){
  .panel-large-shadow {
      bottom: 20%;
  }
}
@media (min-width: 75em){
  .panel-large-shadow {
      bottom: 17%;
  }
}
.schatten {
    /*position: relative;*/
    position: absolute;
    -webkit-box-shadow: 0 60px 60px rgba(0, 0, 0, 0.09), 0 2px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 60px 60px rgba(0, 0, 0, 0.09), 0 2px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 60px 60px rgba(0, 0, 0, 0.09), 0 2px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 60px 60px rgba(0, 0, 0, 0.09), 0 2px 2px rgba(0, 0, 0, 0.06);
    /* box-shadow: 0 60px 60px rgba(0, 0, 0, 0.09), 0 2px 2px rgba(0, 0, 0, 0.06); */
}

.modal_bild {
  height: 650px;
  max-height: 650px;
}


/* ==========================================================================
Angebote
========================================================================== */
.olox_tranform {
    transform: translateY(0px);
    transition: all 0.4s;
}
.olox_tranform:hover {
    transform: translateY(-4px);
    transition: all 0.4s;
}
.angebote .uk-card {
    display: flex;
    flex-direction: column;
}
.angebote .uk-card-body {
    flex-grow: 3;
}
.angebote h3 {
    font-family: var(--schrift_dick);
    font-size: 2.0em;
    font-weight: 800;
}
.angebote .text_bold {
    font-weight: bolder;
    display:block;
    margin-bottom: 0.5em;
}
.angebote .leistungen {}
.angebote .bild{
   height: 200px;
   height: calc(100vW * 1 / 16 * 9);
   width:100%;
}
.angebot_grid{
    box-sizing: content-box;
    /*max-width: 1200px;
    margin-left: auto;
    margin-right: auto;*/
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 40em){
  .angebote .bild{
     height: 200px;
     height: calc(100vW * 1 / 2.001 / 16 * 9);
  }
  .angebote .text {
    min-height:220px;
  }
  .angebot_grid{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 75em){
  .angebote .bild{
     height: 200px;
     /*height: calc(1200px / 3.001 / 16 * 9);*/
     height: calc(100vW / 4.001 / 16 * 9);
  }
  .angebot_grid{
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* ==========================================================================
eingangstext
========================================================================== */
#eingangstext {
	background-color: var(--grau_dunkel);
}
/*#eingangstext .zitat {*/
#eingangstext  {
  color:#fff;
}
#eingangstext .zitattext {
    position:relative;
}
/*
#eingangstext .zitattext:before {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 70px;
    position: absolute;
    left: 10px;
    top: -20px;
}
#eingangstext .zitattext h1:after {
    font-family: Georgia, serif;
    display: block;
    content: "\201E";
    font-size: 70px;
    position: absolute;
    right: -0.6em;
    bottom: 1.5em;
}*/
.zitatanfang {
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 0.1em;
    margin-right: 0.30em;
    vertical-align: 0.01em;
}
.zitatende {
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: 0.1em;
    margin-left: 0.3em;
    vertical-align: -0.2em;
}
#eingangstext .zitat h1{
	margin-bottom: 2em;
  font-style: italic;
  color:#fff;
}

#eingangstext .zitat p{
	text-align: right;
}
/*
.zitat p:before {
    content: "\2014 \2009";
}*/
#eingangstext .box_text h2{
	  color:#fff;
}
/* für split Einblendung Reihe für Reihe */
#eingangstext .box_text .word{
      opacity:0;
}
#eingangstext .box_text{
	font-size: 1.2em;
  margin-top: 2em;
}

/* ==========================================================================
Kommunikation
========================================================================== */
#kommunikation {
	background-color: var(--grau_dunkel);
  color:#fff;
  font-size: 1.2em;
}

#kommunikation  h1{
	margin-bottom: 2em;
  color:#fff;
}

#kommunikation  h2{
	 color:#fff;
  /* text-align: center; */
}
.section_text{
  padding-bottom: 5em;
}
#kommunikation  .uk-width-2-5\@m{
    padding-right: 0px;
}
@media (min-width: 60em){
  #kommunikation .uk-width-2-5\@m {
      /*overflow: hidden;*/
      padding-right: 40px;
  }
}
/* ==========================================================================
Ueber mich
========================================================================== */
#ueber_mich{
    padding-top: 12em;
    padding-bottom: 14em;
    position: relative;
}

.vita_bild {
    position: relative;
    margin-top: 2em;
    margin-bottom: 50vW;
}

@media (min-width: 60em){
  .vita_bild  {
     position: absolute;
     right: 0;
     margin-bottom: 0;
  }
 /* #ueber_mich::after  {
      bottom: -99px;
      height: 100px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      /*
      -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
      -moz-clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
      -ms-clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
      -o-clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
      clip-path: polygon(0 0, 100% 0, 0 100%, 0 0); */
 /* }
  #ueber_mich::after{
      content: "";
      position: absolute;
      z-index: 3;
      left: 0;
      width: 100%;
      background-color: #f3f3f4;;
  }*/
}

.uk-height-xlarge {
    height: 550px;
}

/* ==========================================================================
referenzen
========================================================================== */
#referenzen{
	padding-top: 2em;
	padding-bottom: 2em;
  background-color: #fff;
  position: relative;
}
.slider_div{
	padding: 10px;
  cursor: grab;
}

#referenzen .bild {
  max-height: 6em;
  margin-bottom: 2em;
}
#referenzen img{
  max-width: 200px;
  max-height: 100px;
}
#referenzen .slider_text .uk-card-title{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}


#referenzen .zitattext:before {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 70px;
    position: absolute;
    left: 5px;
    top: 10px;
}

#referenzen .zitat{
  font-style: italic;
}

#referenzen .bewerter {
    text-align: right;
}
.bewerter:before {
    content: "\2014 \2009";
}

@media (min-width: 768px){
  #referenzen::before {
      top: -99px;
      height: 100px;
      /* -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
      -moz-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
      -ms-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
      -o-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);*/ 

      -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%, 0 100%);
      -moz-clip-path: polygon(0 100%, 0 0, 100% 100%, 0 100%);
      -ms-clip-path: polygon(0 100%, 0 0, 100% 100%, 0 100%);
      -o-clip-path: polygon(0 100%, 0 0, 100% 100%, 0 100%);
      clip-path: polygon(0 100%, 0 0, 100% 100%, 0 100%);

  }
 /* #referenzen::after  {
      bottom: -99px;
      height: 100px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
      
  }
  #referenzen::before, #referenzen::after{*/
  #referenzen::before{
      content: "";
      position: absolute;
      z-index: 3;
      left: 0;
      width: 100%;
      /*background-color: #eaeaeb;*/
      background-color: #fff;
  }
}


/* ==========================================================================
bewertungen
========================================================================== */
#bewertungen  .uk-container{
	max-width: 800px;
  margin: 0 auto;
}
#bewertungen  {
	background-color: var(--grau_dunkel);
  color:#fff;
  font-size: 1.2em;
}
#bewertungen  .ueberschrift{
  padding-left: 70px;
  margin-bottom: 1.2em;
}
#bewertungen  h1{
  color:#fff;
  font-size: 1.6em;
}

#bewertungen .bewertung {
  position:relative;
  padding-left: 60px;
  color:#fff;	
  margin-bottom: 2em;
  font-style: italic;
}
#bewertungen .bewertung:before {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 70px;
    position: absolute;
    left: 10px;
    top: -20px;
    opacity: 0;
}

#bewertungen .bewerter{
	text-align: right;
}
#bewertungen .uk-dotnav>*>* {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#bewertungen .uk-dotnav>.uk-active>* {
    background-color: rgba(255, 255, 255, 0.8);
}




/* -------------------------------- 
Owl slide animation
-------------------------------- */
.olox_slider  {
  cursor: grab;
}
@media only screen and (min-width: 768px) {
  .olox_slider p {
    opacity: 0;
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
  }

  .olox_slider .move_right p {
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  .olox_slider .uk-active p,
  #bewertungen .olox_slider .uk-active .bewertung:before {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    transition: all 1.4s 0.5s;
    transition-timing-function: ease-out;
  }

  .olox_slider.owl-grab  p{
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 90px/-90px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .olox_slider .uk-active p:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.8s 0.2s;
    transition: all 1.4s 0.3s;
  } 
  .olox_slider .uk-active p:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.8s 0.4s;
    transition: all 1.4s 0.6s;
  }
  #bewertungen .olox_slider .uk-active .bewertung:before  {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: all 1.4s 1.0s;
    -moz-transition: all 1.4s 1.0s;
    transition: all 1.4s 1.0s;
  }
  /*.olox_slider .active.move_left p:nth-of-type(2),
  .olox_slider .active.move_right p:first-of-type {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .olox_slider .active.move_left p:first-of-type,
  .olox_slider .active.move_right p:nth-of-type(2) {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }*/


}

/* ==========================================================================
Vita
========================================================================== */
#vita .uk-card-body {
    padding: 10px;
}
#vita .uk-card-body {
    background: #fff;
    color: #666;
    box-shadow: 0 10px 15px rgba(0,0,0,.08);
}





/* ==========================================================================
Kontakt
========================================================================== */
#kontakt_modal .logo  {
    padding:0;
}
#kontakt_modal .logo h2 {
    color: var(--schrift);
}
@media (min-width: 60em) {
  #kontakt_modal .uk-container {
    padding-right: 0px;
    max-width: inherit;
  } 
  #kontakt_modal .kontakt_form {
      padding-right: 6em;
  }
  /*#kontakt_modal h1 {
      font-size: 2.2rem;
      margin: 0 0 10px 0;
  } 
  #kontakt_modal  h2 {
      font-size: 1.8rem;
  } */
  #kontakt_modal .kontakt_form h2 {
      font-size: 3rem;
  }
  #kontakt_modal .adresse_div {
    background-color: var(--color_html_bg);
    min-height: calc(100vh);
    display: flex;
    align-items: center;
  }
  #kontakt_modal .adresse {
    display: flex;
    flex-direction: column;
  }
}
#kontakt_modal .uk-modal-close-full {
    background: transparent;
}







/* ==========================================================================
To top
========================================================================== */
.to-top {
  height: 60px;
  background-color: #495061; 
  background-color: rgb(91, 140, 176); 
  }
  .to-top .to-top-wrap {
    height: 60px;
    width: 70px;
    /*position: absolute;
    right: 0;*/
    text-align: center; }
    .to-top .to-top-wrap a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.15); }
    .to-top .to-top-wrap a:hover, .to-top .to-top-wrap a:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .to-top .to-top-wrap i {
      font-size: 30px;
      line-height: 55px; }
  .to-top .row {
    position: relative; }

    
/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #3D4351;
  background-color: var(--grau_dunkel);
  position: relative;
  }
  footer p {
    color: #ACB1B4;
    font-size: 13px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #FF5274; }
  footer ul.footer-group {
    border-top: solid 1px #4E566C;
    padding-top: 25px;
    margin-bottom: 45px;
    padding-left: 0px;
    }
  footer ul.footer-group li {
    display: inline-block; }
  footer ul.footer-group li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase; 
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    }
  footer ul.footer-group li a:hover {
    color: #FF5274; }
  footer ul.footer-group li {
    margin-right: 30px; }
  footer ul.footer-group li:last-child {
    margin-right: 0; }
  footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px; }
  footer .footer-links {
    margin: 80px 0 120px 0; }
  footer .footer-rechts  {
    background-color: #373D4A;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 40px 30px;	}
	.footer-rechts p {
    font-size: 1.0em;
    color: #fff;
    margin: 0.5em;
    font-weight: 100;
  }	
  .footer-rechts a {
      -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  }
  footer .logo h1{
    font-size: 2.3em;
  } 
  footer .logo h2{
    font-size: 1.36em;
  }
}

}

	
/* ==========================================================================
Animations
========================================================================== */
.delay-05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.duration-1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.duration-2 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.duration-3 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.pulseOlox {
	-webkit-animation-name: pulse;
			animation-name: pulse;
	-webkit-animation-delay: 1.5s;
			animation-delay: 1.5s;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; 
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } 
}
            
            
.fadeInUpOlox {
	visibility: visible;
	-webkit-animation-name: fadeInUpOlox;
			animation-name: fadeInUpOlox;
	  -webkit-animation-duration: 1s;
			animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInUpOlox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpOlox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



@-webkit-keyframes fadeInLeftOlox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftOlox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftOlox {
  -webkit-animation-name: fadeInLeftOlox;
  animation-name: fadeInLeftOlox;
}




@-webkit-keyframes fadeInRightOlox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightOlox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightOlox {
  -webkit-animation-name: fadeInRightOlox;
  animation-name: fadeInRightOlox;
}
