/*
Theme Name: : Twenty Seventeen Childtheme
Description: Ein schönes Childtheme
Author: EH
Author URI: http://www.....net
Template: twentyseventeen
Version: 1.0
Tags:
*/

body, button, input, select, textarea {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.custom-header-media:before {
    /*background: none;*/
    /*background: rgb(255,255,255);*/
    /*background: linear-gradient(180deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,1) 99%);*/
    padding-top: 2em !important;
}
.site-title,
.site-title a {
    text-transform: none;
    font-weight: 400;
}

.site-header {
    background-color: #FFF;
}

#map{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    position:absolute;
}

a {
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 0 0 rgb(15 15 15) !important;
    box-shadow: inset 0 0 0 rgb(15 15 15) !important;
}
a:hover {
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 0 0 rgb(15 15 15) !important;
    box-shadow: inset 0 0 0 rgb(15 15 15) !important;
}
.post {
    position: relative;
}
.map_link {
    position: absolute;
    top: 1em;
    right: 0;

    background: url(images/hiking.png) no-repeat 0 0 transparent;
    width: 32px;
    height: 37px;
    line-height: 37px;
    text-indent: -99999em;
    display: inline-block;
}

ul#menu-social-menu {
    list-style: none !important;
    margin: 0;
}

.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}
.gm-style .gm-style-iw-c {
    padding: 1em !important;
}
.gm-style .gm-style-iw-c p {
    margin: 0 !important;
}

@media screen and (min-width: 48em) {
    .page .navigation-top,
    .single .navigation-top,
    .archive .navigation-top {
        top: 0;
        bottom: auto;
        position: relative;
    }
    .twentyseventeen-front-page.has-header-image .custom-header-media:before,
    .twentyseventeen-front-page.has-header-video .custom-header-media:before,
    .home.blog.has-header-image .custom-header-media:before,
    .home.blog.has-header-video .custom-header-media:before {
        height: 50% !important;
    }
    .site-footer {
        margin-top: 0;
    }
}
