@import url('https://fonts.googleapis.com/css?family=Lato:200');

@font-face{ 
	font-family: 'Lindhorst';
	src: url('../fonts/lindhorst.eot');
	src: url('../fonts/lindhorst.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/lindhorst.woff') format('woff'),
	     url('../fonts/lindhorst.ttf') format('truetype'),
	     url('../fonts/lindhorst.svg#webfont') format('svg');
}

@charset "UTF-8";

    html, body {
          padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
	  height: 100%;
	  max-height:100%;
	  width: 100%;
	  background:#F8F8F8;
 	hyphens: auto;
    }

    * {
      box-sizing: border-box;
    }

.container {
  position: relative;
  cursor:grab;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3px;
  display:none;
}
.slick-dots li {
  cursor: pointer;
  float: left;
  width: 33.3%;
  background: #000;
  padding: 0;
  border-right: 1px solid #fff;
}
.slick-dots li:last-child {
  border: none;
}
.slick-dots li, .slick-dots li button {
  outline: none;
}
.slick-dots li button {
  background: #99B386;
  border: none;
  width: 0px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  display: block;
}

.slick-slide .img--holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}


div.container {
	color:rgba(0,0,0,0.8);
	z-index:9999;
	position:fixed;
	width:600px;
	top: 47%;
	left: 50%;
	margin-top: -75px;
	margin-left: -300px;
	text-align: center;}
	
div.impressum {
	z-index:20000;
	position:fixed;
	bottom:10px;
	right:10px;
	text-align:right;}

a.impressum_link {
	color:whitesmoke;
	font-size: 20px;
	font-weight:200;
	text-decoration:none;
	}
	
a.impressum_link:hover {opacity:0.7;}

div.info {
	z-index:20000;
	position:fixed;
	top:4px;
	right:10px;
	text-align:right;}

a.info_link {
	color:whitesmoke;
	font-size: 40px;
	font-weight:200;
	text-decoration:none;
	}
	
a.info_link:hover {opacity:0.7;}

a.mailme {	color:white;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.8);
	transition: font-size 0.3s;
	font-size:110px;
	line-height:130px;}
a.mailme:hover {font-size:130px;}

.text-gray { color:#605d63; }

.fa.fa-circle.text-gray {
    font-size: 0.6em;
    vertical-align: text-top;
    line-height: 2.2em;
}

.photo {
box-shadow: 3px 3px 6px 0px rgba(28,52,62,0.3);
border-radius: 4px;
}

.intro
{	margin:0!important;
	text-shadow:
	0 0 0.4em #FFF,
	0 0 0.4em #FFF,
    0 0 0.7em #FFF,
	0 0 0.7em #FFF,
	0 0 0.10em #FFF,
	0 0 0.10em #FFF;}

h1 {
	display: inline;
	position: relative;
	font: 35px 'Lindhorst', 'Lato', Sans-Serif;
	margin:0 0 60px 0;
	transition: font-size 0.3s;
	letter-spacing: 10px;
	text-transform: uppercase;}

h2 {
	font-size: 25px;
	margin: -10px 0 0 0;
	font-weight:200;
	text-shadow:
	0 0 0.4em #FFF,
	0 0 0.4em #FFF,
    0 0 0.7em #FFF,
	0 0 0.7em #FFF,
	0 0 0.10em #FFF,
	0 0 0.10em #FFF;}
	
.abstand-xs {margin-top: 10px!important;}
.abstand-sm {margin-top: 25px!important;}
.abstand-md {margin-top: 40px!important;}
.abstand-lg {margin-top: 60px!important;}	

h3.meilenstein {margin: 25px 0 0 0;}

    .slider {
        width: 100%;
		height: 100%;
        margin: auto auto;
    }

img {outline: none;}

    .slick-slide {
      margin: 0px 0px;
    }
	.slick-slide:focus {
	outline: none;}

    .slick-slide img {
      max-width: 100%;
	  max-height: 100%;
	  min-height: 100%;
    }
	
	.slick-list,
.slick-track {
    height: 100%;
}

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

.overlay {
z-index:10000;
position:absolute;
display:none;
background:rgba(255,255,255,0.1);
height:100%;
width:100%;
text-align: center;
padding:30px;
overflow:scroll;}

.close_overlay {
	position:absolute;
	top:3px;
	right:7px;
	font-size:40px!important;}
.close_overlay:hover {opacity:0.7;}

.paper {	background:rgba(250,250,250,0.95);
			box-shadow: 12px 15px 20px 0px rgba(28,52,62,0.3);
			border-radius: 0.375rem;
			padding:20px 10px;
			margin-bottom:30px;
			transition: padding 0.3s;}
			
.col-centered{
    float: none;
    margin: 0 auto 40px auto;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-info {
		//background-color:#958677;
		background: #605d63;
		border:none;
		opacity: 0.9;
}
.btn-info:hover {background-color:#767379;}
.btn-info:focus {background-color:#767379;}

.btn {
    border-radius: 0;
    box-shadow: 2px 2px 2px 
    #60574f30;
}

#nachricht {
    overflow: hidden;
    resize: none;
	min-height: 54px!important;
}

.Datenschutz {
	margin-top:5px;
    position:absolute;
	text-align:left;
	font-size:12px;
}

.Datenschutz a {color:#605d63;}
.Datenschutz a:hover {color:#767379; text-decoration:none;}

p a {color:#605d63;}
p a:hover {color:#767379; text-decoration:none;}

.icon-imprint {font-size: 18px!important; padding:4px; color:#605d63;}
.icon-imprint-small {font-size: 30px!important; padding:4px 6px; color:#605d63;}

.back-to-top {font-size:40px!important; text-align:center; color:#605d63; margin-top:30px;}
.back-to-top:hover {font-size:40px; text-align:center; color:#767379;}



@media only screen and (min-width: 768px) {
    /* For desktop: */
h1 {font-size: 50px;}
h2 {font-size: 30px;}
.paper {padding:35px;}