#first-block,
#second-block,
#third-block,
#quote-block {
    text-align: center;
    padding: 2.5em 0;
}

#carousel {
    text-align: center;
    background: #262626;
    color: #fff;
}

#carousel h2 {
    color: #fff;
}

#first-block {
    background: #DBD7D5;
}

#second-block {
    background: #DBD7D5;
    padding: 0;
}

#third-block {
    color: #fff;
    background: #262626;
}

#quote-block {
    background: #262626;
    color: #fff;
    padding-top: 65px;
}

#fifth-block {
    background: #262626;
}

#photo-block {
    background: #262626;
    padding: 2.5em 0;
}

#quote-block p {
    color: #fff;
}

.normal-block {
    background: #DBD7D5;
    text-align: center;
}

section {
    background-color: #DBD7D5;
}

footer {
    background: #DBD7D5;
    padding: 3.5em 0;
}

footer p {
    font-size: 26px;
    font-family: "parchment_mfregular";
}

.detail {
    color: #8e402a;
    /*#8e402a;*/
}

ul.right li a {
    font-size: 1em;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color 200ms ease-in;
    -o-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
}

ul.right li a:hover {
    color: #8e402a;
    /*#746666;/*#BAA800; /*#746666;*/
}

#map_canvas {
    position: relative;
    border: 15px solid #262626;
    background-color: rgb(229, 227, 223);
    overflow: hidden;
    -webkit-transform: translateZ(0px);
}

#map_activities {
    position: relative;
    border: 15px solid #262626;
    height: 600px;
    width: auto;
    background-color: rgb(229, 227, 223);
    overflow: hidden;
    -webkit-transform: translateZ(0px);
}

.logo {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

@media screen and (max-width: 801px) {
    .logo {
        margin-top: 0;
        font-size: 1.3em;
    }
}


/*
 * quotes
 */

.item p {
    font-family: "parchment_mfregular";
    font-size: 18px;
}


/*
 * Gallery
 */

.gallery-block {
    padding: 2.5em 0;
}

.text-center {
    text-align: center;
}

#badkamer-photo-block {
    padding-top: 0;
}

#wellness-photo-block {
    padding-bottom: 3em;
}


/*
 * List
 */

.list {
    font-family: "parchment_mfregular";
    text-align: left;
    list-style: url(/assets/img/tree_small.png);
    font-size: 30px;
}

.list li {
    padding: 15px;
}


/*
  * Kalender
  */

#calendar img {
    width: auto;
}

#calendar .title-year {
    font-size: 28px;
    font-weight: bold;
}

#calendar tr td {
    font-size: 18px;
}

#calendar tr td:first-child {
    font-size: 26px;
}

.discount-wrapper {
    padding: 15px;
    border: 1px solid #8e402a;
    background-color: #eee6df;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.discount-title {
    color: #8e402a;
    font-size: 200%;
}

.discount-body p {
    font-style: italic;
    color: #8e402a;
}