* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000000;
    font: 300 13px quicksand, Arial, Helvetica, Sans-Serif;
    letter-spacing: 1px;
    min-width: 270px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #333333;
    font: 14px quicksand, Arial, Helvetica, sans-serif;
    padding: 8px;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 13px;
    margin: 0 0 1em;
}

p {
    line-height: 1.3em;
    padding: 0 0 1.3em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-container {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    padding: 0 20px;
}

.page-header {
    border-bottom: 1px solid #000;
    height: 80px;
}

.header-logo {
    float: left;
    margin: 17px 0 0
}

.nav1 {
    line-height: 50px;
    text-transform: lowercase;
}

.nav1 li {
    display: inline-block;
    margin: 0 40px 0 0;
}

.nav1 a {
    color: #000000;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.nav1 a:hover,
.nav1 li.active a {
    font-weight: bold;
}

.page-columns {
    padding: 55px 0;
}

[class*="col-"] {
    padding-left: 40px;
    padding-right: 40px
}

[class*="row"] {
    margin-left: -40px;
    margin-right: -40px
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.project-list-item {
   /* padding-bottom: 40px; */
}

.project-thumb {
    /*margin-bottom: 15px;*/
}

.project-thumb img {
    height: auto;
    width: 100%;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}


.project-thumb img:hover{
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.project-list-info{
  visibility: hidden;
  height: 80px;
  padding-top: 10px;
}

.project-list-item h2{
  margin: 0
}

.project-list-item:hover .project-list-info{
  visibility: visible;
}


.project-list-info {
    font-weight: 300;
}





.project-details {
    align-items: flex-end;
    display: flex;
}

.project-details-info {
    flex: 1 1 auto;
    padding: 0 20px 0 0;
    min-width: 200px;
    order: 1;
}

.project-details-info h1 {
    margin-bottom: 35px;
}

.project-info-list {
    line-height: 1.2;
    max-width: 200px;
}

.project-info-list dt {
    font-weight: bold;
}

.project-slider {
    flex: 0 0 877px;
    position: relative;
    order: 2;
    width: 100%;
}

content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.project-slider .slide {
    max-height: 494px;
    height: 494px;
    width: 100%;
}

.nav-dots {
    bottom: -25px;
    left: 0;
    position: absolute;
    height: 7px;
}

.nav-dots span {
    background: #000;
    float: left;
    font-size: 0;
    height: 7px;
    margin-right: 7px;
    width: 7px;
    cursor: pointer;
}

.nav-dots .cycle-pager-active {
    background: #fff;
    border: 1px solid #000;
}

.btn-left,
.btn-right {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49%;
    z-index: 100;
    cursor: pointer;
}
.btn-right{
    left: auto;
    right: 0;
}

hr {
    border: 0;
    border-top: 1px solid #000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: none;
    outline: none;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 20px;
    text-transform: none;
    top: 30px;
    transition-duration: 0.15s;
    transition-property: opacity, filter, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, -webkit-filter;
    transition-timing-function: linear;
    z-index: 1010
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger:hover {
    /*opacity: 0.7*/
}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    width: 35px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.2s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* Detailseite */
.projekt-slider.img-only {
    max-height: 520px;
}

.project-details-info.text {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2; /*
    max-width: 200px;*/
    margin: 0 0 1em;
}

strong {
    font-weight: bold;
}

/* Listen */
.project-details-info ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
