/**
* Backyard
* Landing Page Template
* Author: MoxDesign - http://www.moxdesign.com
**/

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    color: #777;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    overflow-x: hidden;
    position: relative;
}

h2 {
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 .2em;
}

h4 {
    font-size: 1.25em;
    line-height: 1.4em;
}

h5 {
    font-size: 1.1em;
    line-height: 1.4em;
}

p {
    padding: 0 0 1em;
    margin: 0;
}

a {
    color: #3EB0F7;
    outline: 0;
    font-weight: bold;
    transition: all .8s ease;
}

a:hover {
    text-decoration: none;
    color: #1f2222;
    transition: all .8s ease;
}

hr {
    height: 1px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #666;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../images/loading.gif) no-repeat center center;
}

.fullscreen {
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%\9 !important;
}

.overlay {
    /* background-color: rgba(0, 0, 0, 0.5);  */
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

#menu {
    z-index: 99;
}

.site-name img {
    width: 1px;
    height: 37px
}

.logo {
    margin: 100px 0 40px 0;
}

.logo img {
    width: 300px;
    height: 300px
}

.landing p,
.landing h2 {
    font-family: "TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif";
    color: #73adad;
}

#intro {
    padding: 100px 0 70px;
}

#intro h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.intro-pic {
    margin-top: 20px;
}

#feature {
    padding-top: 100px;
    padding-bottom: 20px;
    background: #f6f6f6;
}

#feature h2 {
    margin: 15px 0 15px 0;
    font-size: 30px;
    font-weight: 300;
}

.row-feat {
    padding-top: 50px;
}

.feat-list {
    margin-top: 40px;
}

.feat-list li {
    list-style: none;
    transition: all .8s ease;
    margin-bottom: 10px;
}

.feat-list li:before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    float: left;
    margin-left: -1.5em;
    color: #3EB0F7;
}

#feature-2 {
    padding: 100px 0 100px;
}

#feature-2 h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.feature-2-pic {
    margin-top: 20px;
}

#contact {
    width: 100%;
    min-height: 100%;
}

#contact h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.ul-address a {
    font-weight: normal;
}

.ul-address a:hover {
    color: white;
}

.ul-address li {
    padding-right: 20px;
    margin-bottom: 8px;
    list-style: none;
}

.ul-address i {
    margin-left: 15px;
    position: absolute;
    left: 0;
    color: #3EB0F7;
    font-size: 25px;
    line-height: 30px;
}

.contact-row {
    margin: 100px 0 0;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.contact-row-map {
    margin: 50px 0 100px;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

#contact-form {
    margin: 0 auto;
}

#contact-form input {
    position: relative;
    padding: 5px 25px;
    width: 100%;
}

#contact-form textarea {
    position: relative;
    padding: 10px 25px;
    width: 100%;
    height: 120px !important;
}

#contact-form .form-control {
    border-radius: 0;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    height: 55px;
}

#contact-form .btn {
    height: 55px;
    width: 100%;
    background-color: #3EB0F7;
    color: #ffffff;
    font-size: 17px !important;
    line-height: 18px;
    padding: 0 33px;
    border: none;
    border-radius: 0;
    margin: 0;
    transition: all .8s ease;
}

#contact-form .btn:hover {
    background-color: #1f96e0;
    transition: all .8s ease;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
 }
.map {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

.drdsgvo_map {
    height:100%;
    margin:0;
    padding:0;
}

#footer {
    background: #fff;
    padding: 50px 0 50px;
}

#imprint {
    padding: 50px 0 10px;
}

#imprint h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
}

.scrollToTop:hover {
    color: #3EB0F7;
}

.captcha-image {
    margin: 0px 10px 10px 1px;
}

.refresh-captcha {
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.15);
    font-size: 20px;
    padding: 5px;
    border-radius: 0.25em;

}

.captcha-input {
    width: 350px !important;
}

/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #intro {
        padding: 30px 0 50px;
    }
    #intro h2,
    #feature-2 h2,
    #imprint h2 {
        text-align: center;
    }
    #intro p {
        text-align: center;
    }
    #feature {
        padding-top: 75px;
    }
    .feature-img {
        margin-top: 0;
    }
    .row-feat {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    #feature-2 {
        padding: 80px 0 80px;
    }
    .feature-2-pic {
        margin-top: 40px;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .logo {
        margin: 100px 0 30px 0;
    }
    .intro-pic {
        margin-top: 100px;
    }
    .feature-img {
        margin-top: 30px;
    }
    .feat-list {
        margin-top: 10px;
    }
    .feat-list p {
        font-size: 15px;
    }
    .feature-2-pic {
        margin-top: 50px;
    }
}

/* smart-phone ----------- */

@media (max-width: 767px) {
    .logo {
        margin: 40px 0 30px 0;
    }
    #intro {
        padding: 70px 0 70px;
    }
    #intro h2,
    #feature h2,
    #feature-2 h2,
    #imprint h2 {
        font-weight: 200;
        text-align: center;
    }
    #intro p {
        text-align: center;
    }
    #feature {
        padding-top: 50px;
    }
    .row-feat {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    #feature-2 {
        padding: 40px 0 50px;
    }
    .feature-2-pic {
        margin-top: 50px;
    }
    .contact-left {
        margin-bottom: 50px;
        margin-left: 15px;
    }
}

/* iPhone 6Plus (landscape) ----------- */

@media (max-width: 736px) {
    .feature-img {
        margin-top: 0;
    }
}

/* iPhone 6 (landscape) ----------- */

@media (max-width: 667px) {
    .logo {
        margin: 30px 0 30px 0;
    }
}

/* iPhone 5 (landscape) ----------- */

@media (max-width: 568px) {
    .logo {
        margin: 15px 0 15px 0;
    }
    #intro {
        padding-top: 50px;
    }
    #feature {
        padding-top: 50px;
    }
    #feature-2 {
        padding: 50px 0 70px;
    }
}

/* iPhone 4 (landscape) ----------- */

/* smart phone width: 360px ----------- */

@media (max-width: 360px) {
    #intro h2,
    #feature h2,
    #feature-2 h2,
    #imprint h2 {
        font-size: 30px;
    }
}

/* iPhone 4/5 (portrait) ----------- */

@media (max-width: 320px) {
    .logo {
        margin: 30px 0 20px 0;
    }
}

/*Modified CSS*/

.navbar-toggler {
    float: right;
    margin-top: 10px;
}

/* responsive nav stacked liked 3.x */

.navbar-light {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0.5px 2px #cecece;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3EB0F7;
}

@media(max-width:1920px) {
    .navbar-toggler {
        display: none;
    }
    .navbar-nav {
        flex-direction: row;
        margin-top: -45px;
    }
    .collapse {
        display: flex;
        justify-content: center;
    }
    ul.nav.navbar-nav li a {
        padding: 9px 15px;
        font-size: 15px;
        font-weight: 500;
    }
}


@media (max-width: 767px) {
    .navbar-toggler {
        display: block;
    }
    .collapse {
        display: none
    }
    .navbar-nav {
        flex-direction: column;
        float: none;
        margin-top: 0px;
    }
    ul.nav.navbar-nav li a {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .navbar-toggler {
        display: block;
    }
    .collapse {
        display: none
    }
    .navbar-nav {
        flex-direction: column;
        float: none;
        margin-top: 0px;
    }
}
