* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	cursor: default;
	font-size: 100%;
	font-family: Verdana;
	overflow-x: hidden;
    text-rendering: optimizelegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none;
	color: #333;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Zeilenumbruch*/
.before::before, .after::after {
            content: "\A";
            white-space: pre;
        }
/*#############*/

header {
	width: 100%;
    max-width: 2720px;
	top: 0;
	height: 70px;
	padding: 0 20px;
	display: flex;
	justify-items: center;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	position: fixed;
	z-index: 10;
	background: #fff;
}

header div svg {
	width: 200px;
    height: 50px;
    background: url(http://lauterwald.net/Kirsten/img/logo.jpeg);
    fill: #5d5d5d;
    margin-left: 10px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
header a {
    font-size: 14px;
    color: #5d5d5d;
}
header div h2 {
    font-size: 11px;
    color: #808080;
    font-weight: 100;
    margin: -45px 0 0 55px;
}
main {
    width: 100%;
    height: 100%;
}

.intro .card {
	width: 300px;
	height: 150px;
	background-color: #fff;
	border-radius: 6px;
	margin-top: 40px;
}
.intro .card svg {
	width: 40px;
	fill: #808080;
	margin-left: 15px;
	margin-top: 100px;
}

.partners {
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: center;
	background-color: #fff;
}


.introo:first-child {
	margin-top: 75px;
}
.introo:first-child h3.title {
	padding-top: 300px;
}
.introo {
	display: flex;
	background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background: #fff;
}



.our-work {
        display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 55px 0 0;
    margin-bottom: 50px;
    background-color: #d2d9db;
}
.introo h3.title,.our-work h3.title {
        color: #ffffff;
    text-transform: capitalize;
    font: bold 72px 'Open Sans', sans-serif;
    padding-top: 200px;
	text-align: center;
	
    text-shadow: 5px 5px #3e3e4033;


}
.our-work p {
    max-width: 800px;
    padding-left: 20px;
    line-height: 2;
    border-left: 2px solid #e6e6e6e6;
    color: #888;
}
.our-work hr {
    width: 150px;
    height: 2px;
    background-color: #ccc;
    border: 0;
    margin-bottom: 80px;
}





.row {
	display: flex;
}

.col-6 h1 {
    color: #fff;
    display: flex;
    text-align: right;
    padding: 0 50px 0;
    white-space: nowrap;
    left: 0;
    font-size: 16px;
    font-weight: 100;
}

header.major {
    margin: 0 0 1em 0;
}
header.major h2 {
	margin: 0;

}
header.major:after {
    background: rgba(144, 144, 144, 0.5);
    content: '';
    display: inline-block;
    height: 1px;
    margin-top: 1.5em;
    width: 6em;
	box-sizing: inherit;
}
.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
}
.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}
.image.fit img {
    width: 100%;
}
.image img {
    border-radius: 4px;
    display: block;
}






















.card_edge {
	width: 600px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 8px;
    box-shadow: 8px 8px 0px rgba(0,0,0,0.2);

}

.header {
	display: flex;
	justify-content: center;
}
.perspective {
	perspective: 1200px;
}
/*Visitenkarte*/
.full {
	height: 220px;
	background-color: #fff2cc;
}






















.sp-slideshow {
    position: relative;
    width: 100%;
    max-width: 1570px;
    height: 100%;
    padding: 0 20px 0;
}




.sp-slideshow input {
    position: absolute;
	bottom: 15px;
	left: 50%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.sp-slideshow input + label {
    position: absolute;
    bottom: 25px;
	left: 50%;
    width: 6px;
	height: 6px;
	display: block;
	z-index: 1000;
	border: 3px solid #e8e8e8;
    -webkit-transition: background-color linear 0.1s;
    -moz-transition: background-color linear 0.1s;
    -o-transition: background-color linear 0.1s;
    -ms-transition: background-color linear 0.1s;
    transition: background-color linear 0.1s;
}
.sp-slideshow input:checked + label {
    border-color: #bdbdbd;
}

.sp-selector-1, .button-label-1 {
    margin-left: -36px;
}

.sp-selector-2, .button-label-2 {
    margin-left: -18px;
}

.sp-selector-4, .button-label-4 {
    margin-left: 18px;
}

.sp-selector-5, .button-label-5 {
    margin-left: 36px;
}

.sp-arrow {
    position: absolute;
	top: 50%;
	width: 28px;
	height: 38px;
	margin-top: -19px;
	display: none;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1000;
	background: transparent url(https://lauterwald.org/kirsten/img/arrows.png) no-repeat;
	-webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}
.sp-arrow:hover{
	opacity: 1;
}
.sp-arrow:active{
	margin-top: -18px;
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
    right: 15px;
	display: block;
	background-position: top right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: 15px;
	display: block;
	background-position: top left;
}




.sp-slider {
   position: relative;
    left: 0;
    height: 100%;
    width: 3500px;
    justify-content: flex-start;
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
    -webkit-transition: left ease-in 0.8s;
    -moz-transition: left ease-in 0.8s;
    -o-transition: left ease-in 0.8s;
    -ms-transition: left ease-in 0.8s;
    transition: left ease-in 0.8s;
}

.sp-slider > li {
color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 5px 50px;
    float: left;
    text-align: center;
    -webkit-transition: opacity ease-in 0.4s 0.8s;
    -moz-transition: opacity ease-in 0.4s 0.8s;
    -o-transition: opacity ease-in 0.4s 0.8s;
    -ms-transition: opacity ease-in 0.4s 0.8s;
    transition: opacity ease-in 0.4s 0.8s;
}
.sp-slider > li img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 250px;
    margin: 0 auto;
    background-size: contain;
    max-height: 100%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -200px;
}

input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -400px;
}

input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -1110px;
}

input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -1545px;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5){
	opacity: 1;
}



.filter-button-group {
    padding: 29px 15px;
    font-size: 14px;
    cursor: pointer;
}
.filter-button-group {
    width: 100%;
    text-align: center;
}
.filter-button-group {
    padding: 29px 15px;
    font-size: 14px;
    cursor: pointer;
}


.filter-button-group a.current {
    
}
.filter-button-group a {
    margin-right: 12px;
    padding: 10px 24px 12px 24px;
    border: 2px solid transparent!important;
    border-radius: 24px;
    /* color: rgba(54, 54, 54, 0.9); */
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 4;
    font-size: 14px;
    letter-spacing: 0.05em;
    cursor: pointer;
    -webkit-transition: background 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease;
}


.row:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 767px){
.filter-button-group {
    white-space: nowrap;
    width: auto;
    overflow-x: scroll;
}
}















/*Referenzen*/

.references {
  width: 400px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 0.875em;
}

.items {
  padding: 18px 0;
}
.aktuell {
	margin-bottom: 20px;
	font-size: 1em;
}

.items > li > a {
  display: block;
  margin: 0 auto;
  text-indent: 18px;
  line-height: 39px;
}
.itemHover {
  color: #fff;
  transition: background-color 0.4s ease-in-out;
}
.items > li > a:hover {
  background-color: #8EE8F1;
  color: #fff;
  transition: background-color 0.2s ease-in-out;
}
.items > li > a.expanded {
  background-color: #64D7E2;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}

.sub-items a {
  position: relative;
  display: block;
  width: 300px;
  line-height: 25px;
}
.sub-items a {
  border-left: 2px solid #64D7E2;
}
.sub-items .current {
  position: relative;
  color: #64D7E2;
  border-color: white;
}
.sub-items > li:hover > a {
  color: #64D7E2;
  transition: color 0.4s ease-in-out;
}
.sub-items {
  display: none;
}








/*Arbeiten*/
.works {
	width: 400px;
	height: 100px;
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	white-space: nowrap;
}
.works div svg {
	width: 100%;
	height: 100%;
}

/*Kontaktkarte*/


.side {
	backface-visibility: hidden;
	transform: rotate(0deg) translateZ(1px);
}
.front {
	text-align: center;
}
.back {
	position: absolute;
	transform: rotateY(-180deg) translateZ(1px);
	top: 0;
	right: 0;
}
.back a {
	cursor: pointer;
}
.contact {
	font-family: "Lucida Console", Monaco, monospace;
	color: #333;
}
.contact .inner {
	margin-left: 40px;
    margin-top: 30px;
}
.contact h1 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 0;
}
.contact-second {
	margin: 10px 0 20px;
}
.card p {
	font-size: 14px;
	line-height: 24px;
	color: #737a87;
	letter-spacing: 0.2px;
}
.card .contact_me {
	display: flex;
	justify-content: center;
	margin: 40px 0 35px;
}
.card .contact_me .contact_btn a {
    color: #737a87;
	text-transform: uppercase;
	cursor: pointer;
    padding: 10px 30px;
	border: 2px solid #737a87;
    font-size: 14px;
}






























































.contact-info {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-left: 50px;
    padding-bottom: 20px;
    color: #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col_half {
    width: 100%;
}
.half-con {
    display: flex;
    min-width: 600px;
    max-width: 900px;
    justify-content: space-between;
}
.contact-link {
  
}
.logo-link {
    height: 50px;
    width: 110px;
    background: url(http://lauterwald.net/Kirsten/img/2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;


}
.contact-up {
    width: 100%;
    font-size: 0.5em;
    padding: 10px 0;
}
.contact-down {
    display: flex;
    font-size: 0.5em;
    margin-top: 25px;
    justify-content: space-between;
}
.four {
        align-content: center;
    justify-content: center;
    display: flex;
    width: 300px;
    flex-flow: column;
}












div.container {
      display: flex;
    max-width: 800px;
    flex: auto;
    flex-direction: column;
    overflow: hidden;
    margin-left: 335px;
    height: 200px;
    margin-top: 60px;
}
div.item {
  width: 100%;
    overflow-y: auto;
    margin: 0rem -18px 0rem 1rem;
}

#timeline {
     position: relative;
    height: 100%;
    margin-top: 0rem;
}
#timeline h3 {
    background-color: #d4dadc;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0rem;
    z-index: 2;
    color: #fff;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 25px 15px rgb(212, 218, 220);
    -moz-box-shadow: 0px 0px 25px 15px rgb(212, 218, 220);
    box-shadow: 0px 0px 25px 15px rgb(212, 218, 220);
}
@media (min-width: 62em) {
  #timeline h3 {
    font-size: 1.1em;
  }
}
#timeline section.year:not(:last-child) {
  margin-bottom: 20px;
}
#timeline section.year section h4 {
  position: absolute;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  color: #888;
}
#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 50px;
  margin: 1rem 0 1em;
  font-size: 1em;
}
@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 81px;
  }
}
#timeline section.year section ul:last-child {
  margin-bottom: 0;
}

#timeline section.year section ul li {
  margin-left: .5rem;
  color: #fff;
}

#timeline section.year section ul li:not(:first-child) {
  margin-top: .5rem;
}




#map {
    height: 300px;
    width: 50vw;
}









.contact-form {
    display: flex;
}




.screen {
  height: 300px;
  width: 50vw;
  background: #3e3e3e;
}





.screen-body {
  display: flex;
}

.screen-body-item {
  flex: 1;
  padding: 20px;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
}

.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #ea1d6f;
  font-size: 26px;
}

.app-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: #ea1d6f;
}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-group.message {
  margin-top: 40px;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
}

.app-form-control::placeholder {
  color: #666;
}

.app-form-control:focus {
  border-bottom-color: #ddd;
}

.app-form-button {
  background: none;
  border: none;
  color: #ea1d6f;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.app-form-button:hover {
  color: #b9134f;
}

.credits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #ffa4bd;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.credits-link {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.dribbble {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

@media screen and (max-width: 520px) {
  .screen-body {
    flex-direction: column;
  }

  .screen-body-item.left {
    margin-bottom: 30px;
  }

  .app-title {
    flex-direction: row;
  }

  .app-title span {
    margin-right: 12px;
  }

  .app-title:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .screen-body {
    padding: 40px;
  }

  .screen-body-item {
    padding: 0;
  }
}























@media (max-width: 380px) {
.intro .card {
	display: none;
}
}
@media (max-width: 640px) {
.contact-form {
    display: block;
}
#map {
    width: 100vw;
    height: 50vh;
}
.screen {
    width: 100vw;
    
}
}
@media (min-width: 700px) {
.intro .card {
	min-width: 300px;
}
}
@media (min-width: 800px) {
.intro .card {
	width: 400px;
	height: 200px;
	margin-top: 60px;
}
.intro .card svg {
	width: 55px;
	margin-left: 28px;
	margin-top: 125px;
}
}
@media (min-width: 1000px) {
.intro .card {
	min-width: 400px;
}
}





