

* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
    font-size: 0;
}

.hidden {
    display: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
}

body {
    font-family: marigny, sans-serif; 
    font-weight: 400;
    line-height: 160%;
    margin: 0px 0px 0px 0px;
    font-size: 1.2rem;
    color: #3a3026;
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    font-style: italic;
}

a {
    color: #3a3026;
    text-decoration: none;
    transition: color 0.3s ease-in;
    border: 0;
}

a:hover {
    color: #047235;
}

b, strong {
    font-weight: 500;
}

p {
    margin-bottom: 0.75rem;
}

p.no_mb, p:last-child {
    margin-bottom: 0;
}

small, .small {
    font-size: 0.9rem;
}

#wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

#header {
    padding: 1rem 0;
    background: #99acb1 url(../images/header.jpg) center top;
    background-size: cover;
}

#header_stage {
    width: calc(100% - 5rem);
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

#header_stage > div img.frame, #header_stage > div img.logo {
    display: block;
    width: 100%;
    height: auto;
}

#header_stage > div img.logo {
    transform: rotate(-7deg);
}

#header_stage > div img.frame {
    position: relative;
    z-index: 100;
}

#header_stage > div img.instagram {
    display: inline-block;
    height: 2.3rem;
    width: auto;
    margin-top: 9rem;
}

#header_stage > div:first-child {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
}

#header_stage > div:last-child {
    width: 45%;
    position: relative;
}

#header_stage > div:last-child > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 135.714%;
}

.slider {
	position: absolute;
	background: rgba(0,0,0,0.6);
	left: 15.7%;
	right: 15.7%;
	top: 14.2%;
	bottom: 13.5%;
    overflow: hidden;
}








#content {
    position: relative;
    width: 56rem;
    margin: 5rem auto 0;
    text-align: left;
    padding-bottom: 8rem;
    
}

#content h1, #content h2.like_h1 {
    font-weight: 500;
    font-size: 3.25rem;
    color: #047235;
    margin-bottom: 1.1rem;
    line-height: 130%;
    text-align: center;
}

#content h2 {
    font-size: 2.3rem;
    color: #047235;
    margin-bottom: 1rem;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}

#content h3 {
    font-size: 2rem;
    color: #047235;
    margin-bottom: 0.75rem;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}

#content h4, #content h2.like_h4 {
    font-size: 1.4rem;
    color: #047235;
    margin-bottom: 0.5rem;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}

#content ul {
    list-style: none;
}

#content ul.list li {
    padding-left: 0.75rem;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 0.3rem;
}

#content ul.list li:before {
    content: '';
    display: block !important;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 15px;
    background: #047235;
}


.heidelbeeren {
    float: right;
    width: 16rem;
    margin-left: 1.5rem;
}

/*
.fancybox-caption {
    font-size: 30px !important;
}
*/

.fancybox-bg {
    background: #000 !important;
}

.border {
    border: 1px solid #047235;
    padding: 4px;
}

ul.galerie {
    display: flex;
    flex-wrap: wrap;
}

ul.galerie li {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

ul.galerie li:nth-child(5n) {
    margin-right: 0;
}

ul.galerie li a {
    outline: none;
}

ul.galerie li .border > span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

ul.galerie li a .border > span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(3,64,30,0.85);
    opacity: 0;
    transition: opacity 0.25s ease-out;
    z-index: 10;
}

ul.galerie li a .border > span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/lupe.svg) center center no-repeat;
    background-size: 18% auto;
    transition: transform 0.25s ease-out;
    transform: translateY(100%);
    z-index: 11;
}





ul.galerie li .border > span img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.25s ease-out;
}




@media (hover: hover) {

    ul.galerie li a:hover .border > span:before {
        opacity: 1;
    }
    
    ul.galerie li a:hover .border > span:after {
        transform: translateY(0);
    }
    
    ul.galerie li a:hover .border > span img {
        transform: scale(1.2);
    }

}







#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    background: #047235;
    color: #fff;
    padding: 0.75rem 0 0.7rem;
}

#footer a, #footer a:hover {
    color: #fff;
}


@media (max-width: 1400px) {

    #header_stage > div img.instagram {
        margin-top: 6rem;
    }

    #header_stage > div:first-child {
        width: 51%;
    }

    #header_stage > div:last-child {
        width: 40%;
    }
    
}

@media (max-width: 1220px) {

    html {
        font-size: 17px;
    }
    
    #content ul.list li:before {
        width: 4px;
        height: 4px;
        top: 13px;
    }
    
}

@media (max-width: 980px) {

    .hd_tbpt {
        display: none;
    }
    
    .sh_tbpt {
        display: block !important;
    }

    #header_stage > div:first-child {
        width: 50%;
    }

    #header_stage > div:last-child {
        width: 45%;
    }

    #content {
        width: calc(100% - 60px);
        margin: 4rem auto 0;
        padding-bottom: 9rem;
    }
    

    #content h1, #content h2.like_h1 {
        font-size: 2.5rem;
    }

    #content h2 {
        font-size: 2rem;
    }

    #content h3 {
        font-size: 1.7rem;
    }

    #content h4, #content h2.like_h4 {
        font-size: 1.3rem;
    }
    
    .border {
        padding: 3px;
    }
    
}

@media (max-width: 600px) {

    .hd_smpt {
        display: none;
    }
    
    .sh_smpt {
        display: block !important;
    }

     html {
        font-size: 15px;
    }
    
    #header {
        padding: 1.7rem 0 1.5rem;
        background: #99acb1 url(../images/header.jpg) center top;
        background-size: cover;
    }

    #header_stage {
        width: calc(100% - 40px);
        display: block;
    }



    #header_stage > div img.logo {
        transform: rotate(0);
    }

    #header_stage > div:first-child img.instagram {
        display: none;
    }

    #header_stage > div:first-child {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    #header_stage > div:last-child {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    #header_stage > div:last-child a.instagram {
        display: inline-block !important;
    }

    #header_stage > div:last-child img.instagram {
        margin-top: 1rem;
        height: 1.8rem;
    }

    
    #content {
        width: calc(100% - 40px);
        margin: 3rem auto 0;
        padding-bottom: 13rem;
    }
    
    #content h1, #content h2.like_h1 {
        font-size: 2rem;
    }

    #content h2 {
        font-size: 1.7rem;
    }

    #content h3 {
        font-size: 1.5rem;
    }

    #content h4, #content h2.like_h4 {
        font-size: 1.2rem;
    }
    
    #content ul.list li:before {
        top: 11px;
    }
    
    .wordwrap {
        overflow-wrap: break-word;
    }
    
    .heidelbeeren {
        width: 40%;
        margin-left: 1rem;
    }
    
    ul.galerie li {
        width: 22.975%;
        margin-right: 2.7%;
        margin-bottom: 2.7%;
    }
    
    ul.galerie li:nth-child(5n) {
        margin-right: 2.7%;
    }
    
    ul.galerie li:nth-child(4n) {
        margin-right: 0;
    }
    
    #footer {
        font-size: 1.1rem;
        padding: 0.95rem 0 0.85rem;
    }
    
    #footer .small {
        font-size: 0.95rem;
    }
    
}















