* {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

body, html {
    height: 100%;
}

body {
    background: #fff;
}

h1 a {
    background: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 180px;
    text-indent: -2000px;
    width: 200px;
}

#header {
    background: #fff;
    z-index: 20;
}

.wrapper {
    margin: auto;
    max-width: 960px;
    width: 100%;
}

#header .wrapper {
    position: relative;
}

#menu, #lnkmenu {
    position: absolute;
    right: 0;
    top: 0;
}

#lnkmenu {
    background: url('../img/menu.png');
    display: block;
    height: 40px;
    right: 0;
    text-indent: -5000px;
    top: 0;
    width: 40px;
    z-index: 1001;
}

#menu {
    z-index: 1000;
}

#menu:hover ul, #lnkmenu:hover + #menu{
    display: block;
}

#menu ul {
    display: none;
    margin: 10px 40px 0 0;
}

#menu li {
    background: #000;
    list-style: none;
    margin-bottom: 2px;
    padding: 10px;
    text-transform: uppercase;
}

#menu li a {
    color: #fff;
}

#menu li.active a, a {
    color: #f16207;
}

/* Slick start */
.slick-arrow {
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    height: 100%;
    position: absolute;
    text-indent: -5000px;
    top: 0;
    width: 50px;
    z-index: 100;
}

.slick-arrow::after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform-origin: 50% 50%;
}

.slick-prev {
    left: 0;
}

.slick-prev::after {
    margin: 0 0 10px 10px;
    transform: rotate(135deg);
}

.slick-next {
    right: 0;
}

.slick-next::after {
    transform: rotate(-45deg);
    margin: 10px 10px 0 0;
}

.slick-slide a {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slick-slide img {
    min-height: 150px;
    width: 100%;
}
/* Slick end */

#starred {
    margin-bottom: 40px;
}

#starred .title {
    bottom: 20%;
    max-width: 300px;
    right: 20%;
    padding: 20px;
    position: absolute;
    z-index: 100;
}

.content {
    border-top: 2px solid #f16207;
}

.panden {
    text-align: center;
}

.panden .pand {
    background: #eee;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}

.panden .pand .title a, .panden .pand .price a, h2, h4 {
    padding: 5px;
}

.panden .pand p {
    margin-bottom: 10px;
}

.panden .pand a {
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: none;
}

.panden .pand span {
    display: block;
    margin: 10px;
}

.panden .pand:hover {
    box-shadow: 5px 5px 5px #ccc;
}

.panden .pand .title {
    font-size: 1.2em;
    margin: 20px 10px;
    max-width: 270px;
}

#starred a {
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
}

#starred a .title {
    background: #f16207;
}

.panden .noresults a {
    color: #f16207;
}

.panddetail {
    background: #eee;
    box-sizing: border-box;
    padding: 5px 20px;
}

.pandphotos img {
    display: block;
    margin: auto;
    max-height: 400px;
    max-width: 100%;
}

.pandphotos .photos {
    margin-top: 5px;
    margin-left: -5px;
}

.pandphotos .photos a {
    display: inline-block;
    margin: 5px;
    max-width: 150px;
}

h2, h3 {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

h2 {
    background: url('../img/lines.svg') no-repeat;
    background-size: 150px;
    background-position: center 60px;
    padding-bottom: 80px;
}

h4 {
    margin: 10px -10px;
}

.panddetail .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.panddetail .group {
    margin-bottom: 10px;
}

.panddetail .sub p {
    margin: 0 0 5px 20px;
}

.panddetail label {
    display: inline-block;
    width: 200px;
}

.sub label {
    font-style: italic;
}

label {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

p {
    margin-bottom: 10px;
}

input[type=text], textarea {
    width: 50%;
}

input[type=submit] {
    background: #f16207;
    border: 0;
    color: #fff;
    padding: 5px 20px;
}

#contactinfo img {
    vertical-align: middle;
    width: 200px;
}

#contactinfo div {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

#contactinfo p {
    border-left: 1px solid #f16207;
    margin: 50px 0 50px 50px;
    padding-left: 50px;
}

#contactinfo p:first-child {
    margin-bottom: 40px;
}

.contact p input, .contact p textarea {
    background: #eee;
    border: 0;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}

.contact p input[type=submit] {
    background: #f16207;
    display: block;
    margin: auto;
    margin-bottom: 50px;
    width: 150px;
}

#footer {
    background: #eee;
    border-top: 1px solid #f16207;
    font-size: 0.8em;
    margin-top: 25px;
    padding: 25px 10px;
}

#footer img {
    float: left;
    height: 32px;
    margin-right: 20px;
}