body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    overflow-x: hidden;
}


h1
{
    color:darkgray;
}

h3
{
    color:teal;
}

a.fox:link {color: teal; text-decoration:none;}
a.fox:visited {color: cadetblue; text-decoration:none;}
a.fox:hover {color: turquoise; text-decoration:none;}
a.fox:active {color: turquoise; text-decoration:none;}
a.fox:focus {color: teal; text-decoration:none;}

a[href^=tel]
{
    color: inherit;
    text-decoration: none;
}
/*--Header CSS-------------------------------------------*/

#header
{
    height: 72vh;
    background: linear-gradient(transparent 33%,teal),url(img/picHdrBgd.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    color:#fff;
}

.user-box
{
    top: 42%;
    left: 260px;
    transform: translate(-50%,-50%);
    position: absolute;
}

.user-box img
{
    max-width: 450px;
    border: 2px solid white;
}

.headerOverlay
{
    padding-top: 52px;
    width: 87.5%;
}

.headerOverlay-text
{
    font-size: 1.1em;
}

.img-fluid-headerOverlay
{
    max-width: 100%;
    float:  left;
    height: auto;
    border: 2px solid white;
    margin-left: 20px;
    margin-top: -20px;
}

/*--Navigation - User Info CSS-------------------------------------------*/

.nav-bar
{
    top: 0;
    position: sticky;
    z-index: 2;
}

.img-navbar-brand
{
    margin-left: 19px;
}

.nav-bar .fa-bars
{
    font-size: 35px;
    color: #fff;
}

.navbar
{
    /*background-color: rgb(77,77,77);*/
    background: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.85));
}

.navbar-brand jpg
{
    height: 50px;
}

.navbar-toggler
{
    outline: none !important;
}

.navbar-nav
{
    float:right;
    text-align: right;
}

.nav-link
{
    color: #fff !important;
}

/* --Was ich für Sie tun kann - What I Can Do 4 U CSS ----------------------------------------------*/

.iDo4U-text
{
    font-size: 1.1em;
}

.iDo4U
{
    padding-top: 80px;
    padding-bottom: 50px;
    width: 92%;
}

.img-fluid-p
{
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 22px;
    margin-right: 30px;
}

/*-- Wie gehen wir konkret vor? 3 Schritte - Steps CSS-------------------------------------------*/

.steps
{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 92%;
}

.steps h1
{
    margin-bottom: 15px;
}

.img-fluid-steps
{
    max-width: 100%;
    height: auto;
}

.steps-box
{
    background: #f9f9f9;
    padding: 10px;
    margin-top: 20px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.steps-box fa
{
    margin: 0 10px;
    font-size: 17px;
}

.steps-box span
{
    margin: 3px;
    font-size: 17px;
    font-weight: bold;
}

.steps-box p
{
    font-size: 17px;
    margin-top: 20px;
    color: #777;
}

/* --Memories — erinnern & entdecken CSS ------------------------------------------------*/

.memories
{
    padding-top: 22px;
    padding-bottom: 35px;
    width: 92%;
}

.img-fluid-memories
{
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 28px;
}

.memories-text
{
    font-size: 1.1em;
    width: 95%;
}

.memories-gray
{
    color: rgb(128,128,128);
}

/* --Ab und zu gestellte Fragen - FAQ CSS ----------------------------------------------*/

.faq
{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 92%;
}

.faq h1
{
    margin-bottom: 15px;
}

.img-fluid-faq
{
    max-width: 100%;
    height: auto;
}

.faq-box
{
    background: #f9f9f9;
    padding: 10px;
    margin-top: 20px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.faq-box fa
{
    margin: 0 10px;
    font-size: 17px;
}

.faq-box span
{
    margin: 3px;
    font-size: 17px;
    font-weight: bold;
}

.faq-box p
{
    font-size: 17px;
    margin-top: 20px;
    color: #777;
}

/*--Mehr über mich - More About Me CSS-------------------------------------------*/

.moreAboutMe-text
{
    font-size: 1.1em;
}

.moreAboutMe
{
    padding-top: 80px;
    padding-bottom: 50px;
    width: 92%;
}

.moreAboutMe-img
{
    height: 300px;
}

.img-moreAboutMe-fluid-p
{
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 8px;
    margin-right: 30px;
}

.moreAboutMe-box
{
    background: #bfdfdf;
    padding: 10px;
    margin-top: 20px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.moreAboutMe-box fa
{
    margin: 0 10px;
    font-size: 17px;
}

.moreAboutMe-box span
{
    margin: 3px;
    font-size: 17px;
    font-weight: bold;
}
.moreAboutMe-box p
{
    font-size: 17px;
    margin-top: 20px;
    color: #777;
}

.moreAboutMeFee-box
{
    background: #f9f9f9;
    padding: 10px;
    margin-top: 20px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.moreAboutMeFee-box fa
{
    margin: 0 10px;
    font-size: 17px;
}

.moreAboutMeFee-box span
{
    margin: 3px;
    font-size: 17px;
    font-weight: bold;
}

.moreAboutMeFee-box p
{
    font-size: 17px;
    margin-top: 20px;
    color: #777;
}

/*--Kontakt - Contact CSS-------------------------------------------*/

.contact
{
    padding-top: 50px;
    background: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(img/picConBgd.jpg);
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    color:#fff;
}

.contact .row
{
    padding: 30px 0;
    font-size: 20px;
}

.contact .col-md-4 .fa
{
    padding: 10px;
    font-size: 40px;
}

.contact .btn
{
    padding: 10px 25px 10px 25px;
    margin: 5px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: transparent;
}

.contact .btn:focus
{
    box-shadow: none !important;
}

.contact .btn:hover
{
    border: 2px solid #000 !important;
    background: #000 !important;
    transition: 0.6s;
}

.contact .btn .fa
{
    margin-right: 10px;
}


/*--Footer CSS-------------------------------------------*/

.footer
{
    background: #000;
    height: 50px;
    margin-top: 0px;
    color: #fff;
    padding-top: 10px;
}

.footer-text
{
    font-size: 0.8em;
}
.footer .fa-heart-o
{
    color: red;
}



/*-- Impressum - Legal Notice CSS----------------------------*/

.legal-i
{
    padding-top: 80px;
    padding-bottom: 50px;
    width: 92%;
}

.legal-i-text
{
    font-size: 1.1em;
}


