/*@font-face{*/
/*    font-family: "Hiragino Maru Gothic ProN W4";*/
/*    src: url("Hiragino Maru Gothic ProN W4.otf");*/
/*    format("opentype")*/
/*}*/

@font-face{
    font-family: "Raleway-Regular";
    src: url("Raleway-Regular.otf");
    format("opentype")
}

html {
    background-color: white;
    display: flex;
    flex-flow: row wrap;
    /*font-family:"Hiragino Maru Gothic ProN W4";*/
    font-family: Raleway-Regular;

}
/* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */
header, nav, nav a, article, aside, footer {
    flex: 1 100%;
}

.divButtons{
    margin: auto;
    text-align: center
}

.pics_Button{
    width: 400px;
}

p{
    /*font-size: 1.5em;*/

    text-align: center;
}
.landing{
    width: 80%;
    margin: auto;
}
body{
    width: 100%;
    font-size: 2.5em;
}
h1 {
    font-size: 250%;
    /*font-style: center;*/
    text-align: center;
}

.linklogos {
    width: 6em;
    height: 6em;
}

.webseite_link{
    width: 100%;
    /*height: 100px;*/
}
.header_pic{
    width: 50%;

    margin: auto;
    /*height: 100px;*/
}
.button {
    width: 350px;
}

.links 
{
    text-align: center;
}
.infotext{
    font-size: 40px;
}
.nummer{
    font-size: 40px;
}
.div_bild{
    width: 40%;
}

.profilbild{
   height: auto;
   width: 35%;
}
.whatsApp{
    height: auto;
    width: 20px;
}
.pics{
    width: 30%;
}
.gallery{
    text-align: center;
}
.maps{
    width: 600px;
    height: 450px;
    margin: auto;
}
.Impressum_Datenschutz{
    font-size: 0.3em;
}

.umzug{
    height: auto;

}

/*-------------------------------------*/


section{
    padding: 50px 0;
}

/*	gallery */

.gallery-title{
    font-size: 36px;
    color: #3F6184;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button{
    font-size: 18px;
    border: 2px solid #3F6184;
    padding:5px 10px;
    text-align: center;
    color: #3F6184;
    margin-bottom: 30px;
    background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
    background-color:#3F6184;
    outline:none;
}
.gallery_product{
    margin: 0px;
    padding:0;
    position:relative;
}
.gallery_product .img-info{
    position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    overflow:hidden;
    color:#fff;
    top:0;
    display:none;
    -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
    display:block;
    -webkit-transition: 2s;
    transition: 2s;
}
.iframe{
    width: 100%;
    height: 1300px;
}

/*	end gallery */
/*-------------------------------------*/
@media only screen and (max-width: 500px) {

    .pics_Button{
        width: 70%;
    }

    .header_pic{
        width: 90%;
        margin: auto;
    }
    h1{
        font-size: 120%;
    }
    .profilbild{
        height: auto;
        width: 80%;
    }
    .maps{
        width: 100%;
    }
    body{
        font-size: 1.5em;
    }
    .linklogos {
        width: 3em;
        height: 3em;
    }
    .umzug{
        width: 80%;
        height: auto;
        margin: auto;
    }
    .iframe{
        width: 100%;
        height: 600px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1366px){
    .pics_Button{
        width: 70%;
    }

    .header_pic{
        width: 90%;
        margin: auto;
    }
    h1{
        font-size: 200%;
    }
    .profilbild{
        height: auto;
        width: 80%;
    }
    .maps{
        width: 100%;
    }
    body{
        font-size: 1.5em;
    }
    .linklogos {
        width: 3em;
        height: 3em;
    }
    .col-sm-3{
        max-width: 20%;
    }
    .iframe{
        width: 100%;
        height: 600px;
    }
}