/* FONTS  */
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v29-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v29-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
}

h2 {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

h3,
h4 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 17px;
}

p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #0855af;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

ul,
ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul,
ol {
    padding: 0;
    
}

hr {
    height: 3px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #8da29d;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}

.text-center {
    text-align: center;
    margin: 0 auto
}

/* --- My Code --->  */
.color1 {
    background-color: #8da29d;
    color: #fff !important;
    border: 1px solid transparent
}

.color2 {
    background-color: #c3afa8;
    border: 1px solid transparent
}

.color1:hover,
.color2:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #484848
}

.color3 {
    background-color: #8da29d
}

.logo {
    max-width: 230px;
    width: 100%;
    margin-top: -15px
}

.img-responsive {
    max-width: 100%;
}

.service-desc ul li {
    list-style-type: disc;
    list-style-position: outside;
    color: #fff;
    margin-bottom: 5px
}

.service-desc ul {
    padding-left: 20px
}

.service-desc a {
    color: #000;
    cursor: pointer
}

.galerie {
    padding-top: 40px
}

.galerie h2 {
    color: #000 !important
}

#leistungen {
    margin-top: 30px;
    background-color: #c3afa8;
    padding: 90px 0 30px 0;
}

#leistungen h2,
#contact h2 {
    color: #000 !important;
    padding-top: 30px
}

#leistungen h4 {
    color: #fff
}

#leistungen .item {
    margin: 50px 0;
}

.rounded {
    border-radius: 12px;
    width: 100%
}

.rounded2 {
    border-radius: 12px
}

.text-left {
    text-align: left
}

.gap40 {
    height: 40px !important
}

.gap70 {
    height: 70px !important;
    background-color: rgb(246, 246, 246)
}

.gap80 {
    height: 80px !important
}

.footercopy {
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding: 10px
}

.intro-img {
    width: 100%
}

.intro-img-small {
    display: none
}

.pic1 {
    border-radius: 50% !important;
    max-width: 300px
}

.bot-buttons {
    display: inline-block
}

.bot-buttons button {
    margin: 30px 10px;
    width: 130px
}

.icons img {
    width: 100%;
    max-width: 80px
}

.item a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.flex-container h5 {
    font-size: 13px;
    color: #fff;
    margin-top: 10px
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex-item {
    background: #8da29d;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 10px;
    width: 180px;
    height: 150px;
    margin-top: 10px;
    margin-right: 5px;
    line-height: 50px;
    color: white;
    font-size: 14px;
    text-align: center;
}

.flex-item:hover {
    border: 1px solid #000;
}

span.anchor {
    margin-top: -70px;
    /* height of nav, in this case 54px */
    display: block;
    height: 70px;
    /* height of nav, in this case 54px */
    visibility: hidden;
    position: relative;
}

#sent{font-weight:700;background-color:#8da29d;padding:30px 0;color:#fff;margin-top:50px;text-align:center;width:100%;max-width:600px;margin:0 auto;border-radius:12px}

/* --- Cookie-Hinweis ---*/
#cookiedingsbums a {
    color: #fff;
    text-decoration: none;
}

#cookiedingsbums div {
    padding: 20px;
    padding-right: 20px
}

#cookiedingsbums {
    text-align: center;
    background: #c3afa8;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    min-height: 140px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

#cookiedingsbumsCloser {
    color: #555;
    font: 14px/100% arial, sans-serif;
    position: relative;
    text-decoration: none;
    top: 5px;
    cursor: pointer;
    border: 1px solid white;
    padding: 6px 18px;
    border-radius: 15px;
    background: #fff;
    /* Old browsers */
}

#cookiedingsbumsCloser:hover {
    border: 1px solid #fff;
    background-color: #8da29d;
    color: #fff
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.4), rgba(200, 200, 200, 0));
    width: 60%;
    margin-top: 30px
}

#button {
    display: inline-block;
    background-color: #8bb9bf;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}


/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
    font-size: 26px;
    font-weight: 600;
    color: #eee;
    padding: 0
}

#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #383535;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 10px 0 10px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
    color: #8da29d;
    border-bottom: 3px solid #8da29d;
}

.on {
    background-color: #fff !important;
    /*padding: 0 !important;*/
    padding: 25px 0 25px !important;
    -webkit-box-shadow: 0 7px 9px -6px #6B6B6B;
    box-shadow: 0 7px 9px -6px #6B6B6B;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #484848 !important;
    border-bottom: 3px solid #484848;
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #8da29d;
}

.section-title {
    margin-bottom: 20px;
}

.section-title p {
    font-size: 16px;
    color: #666;
}

.btn-custom {

    color: #fff;
    background-color: #8da29d;
    padding: 7px 20px;
    float: right;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    border-radius: 12px;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
    color: #fff;
    background-color: #3e3e3e;
}

.btn-custom2 {
    color: #fff;
    width: 180px;
    padding: 10px 15px;
    letter-spacing: 0;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300;
    border-radius: 20px;
    margin-top: 8px;
    transition: all 0.3s;
    text-align: center;
    float: right
}

.btn {
    margin-top: 20px
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Header Section */
.intro {
    display: table;
    width: 100%;
    /*    height:850px;*/
    padding: 0;
    /*	background: url(../img/intro-bg.jpg) top center no-repeat;*/
    background-color: #fff;
    margin: 0 auto;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: 100% auto;
    -o-background-size: contain;
    margin-top: 90px
}

.intro .overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(112, 173, 71, 0.4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(112, 173, 71, 0.4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(112, 173, 71, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0);
    /* IE6-9 */
}

.intro .fa {
    font-size: 94px;
    margin-bottom: 40px;
    color: #fff;
}

.intro h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
}

.intro p {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 40px;
}

.intro .btn-custom {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

header .intro-text {
    z-index: 100;
    position: absolute;
    top: 15em;
    left: 25em;
}

header .intro-text h1 {
    font-size: 3vw
}

header .intro-text p {
    font-size: 2.3vw;
    line-height: 3vw
}

/* Welcome Section */
#welcome {
    padding: 50px 0 80px 0;
    background: transparent !important;
}

#welcome .about-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#welcome .about-text,
#about .about-desc {
    margin-bottom: 40px;
}

#welcome p {
    line-height: 24px;
}

/* Services Section */
#services {
    padding: 120px 0 30px 0;
    background: #8da29d;
}

#services .service-media {
    margin: 10px;
}

#services .service-media img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

#services .service-desc {
    margin: 10px 10px 40px;
    text-align: left;
}

#services h2 {
    color: #fff;
}

#services h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0;
}

#services p {
    color: rgba(255, 255, 255, 0.9);
}

#services hr {
    background: rgba(255, 255, 255, 0.6);
}

/* Portfolio Section */
#portfolio {
    padding: 100px 0;
    background: #f6f6f6;
}

.portfolio-item {
    margin: 15px 0;
}

.portfolio-item .hover-bg {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text > h4 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 300;
}

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

/* Contact Section */
#contact {
    padding: 100px 0;
    background: #F6F6F6;
}

#contact .section-title p {
    color: #777;
}

#contact form {
    padding: 0;
    margin-top: 40px;
}

#contact h3,
#pflichttext h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
#contact a{color:#8da29d !important}

#pflichttext h3 {
    padding-left: 10px
}

form,
fieldset,
legend {
    margin: 20;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

label,
input,
textarea,
select,
button {
    display: block;
    resize: none;
    outline: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

label {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control,
select {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}

select {
    background-color: #e2e2e2;
}

textarea {
    overflow: auto;
    height: auto;
    min-height: 160px;
}

.btn-default {
    color: #fff;
    background-color: #c3afa8;
    border-radius: 6px;
    padding: 6px 20px;
    margin-top: 20px;
}

.tinytext p {
    font-size: 15px;
    line-height: 19px;
}

/* --- Checkbox ---*/
.wow label {
    display: inline-block;
    font-weight: 300;
    padding-top: 22px;
}

.wow label a:hover {
    color: #1347aa
}

.wow input {
    display: inline-block;
}

#enable {
    margin-top: 16px;
    margin-right: 10px
}

#btnContactUs:disabled,
#btnContactUs[disabled] {
    background-color: #cccccc;
    color: #666666;
}

/* Footer Section*/
#footer {
    background: #333;
    padding: 30px 0 20px;
}

#footer h3 {
    color: #1e7a46;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer .social {
    margin: 10px 0 50px 0;
}

#footer .social ul li {
    display: inline-block;
    margin: 0 20px;
}

#footer .social i.fa {
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #444;
    color: #6aaf08;
    /*border-radius: 50%;*/
    border-radius: 50%;
    transition: all 0.3s;
}

#footer .social i.fa:hover {
    background: #6aaf08;
    color: #fff;
}

#footer p {
    color: #666;
    font-size: 15px;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #ccc;
}

@media (max-width: 1400px) {
    header .intro-text {
        left: 19em;
    }
}

@media (max-width: 1200px) {
    #menu {
        padding: 20px 20px 0 20px !important
    }

    header .intro-text {
        left: 16em;
    }

    #cookiedingsbums {
        min-height: 140px
    }
}

@media (max-width: 991px) {
    .intro h1 {
        font-size: 30px
    }

    header .intro-text {
        left: 12em;
    }

    .about-media {
        width: 150px;
        margin: 0 auto;
        padding-bottom: 20px
    }
}


@media (max-width: 815px) {
    .logo {
        padding-left: 20px
    }

    header .intro-text {
        top: 13em;
        left: 10em;
    }
}


@media (max-width: 762px) {
    .navbar-nav {
        padding: 60px 20px 0 20px !important
    }

    .btn-custom1,
    .btn-custom2 {
        float: left;
        margin-top: 20px
    }

    .logo {
        max-width: 180px;
        width: 100%;
        margin-top: -15px;
        padding-left: 5px
    }

    header .intro-text {
        top: 11em;
        left: 18%;
    }

    #cookiedingsbums {
        min-height: 160px
    }
}

@media (max-width: 600px) {
    header .intro-text h1 {
        font-size: 8vw
    }

    header .intro-text p {
        font-size: 3.2vw;
        line-height: 4.4vw
    }

    .intro-img {
        display: none
    }

    .intro-img-small {
        display: unset;
        width: 100%
    }
    header .intro-text {
        left: 13%;
    }
}


@media (max-width: 534px) {
    .wow label {
        padding-top: 6px;
    }

    #enable {
        margin-right: 10px
    }

    header .intro-text {
        top: 8em;
        left: 15%;
    }

    #cookiedingsbums {
        min-height: 220px
    }

}


@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

@media (max-width: 465px) {
    .navbar-nav {
        padding: 120px 20px 0 20px !important
    }

}


@media (max-width: 443px) {
    .flex-item {
        width: 120px;
        height: 160px;
    }

    .flex-container h5 {
        font-size: 10px;
        color: #fff;
        margin-top: 0
    }
    header .intro-text {
        left: 11%;
    }
}

.map-container {
            position: relative;
            width: 100%;
            max-width: 360px;
            margin: 50px auto;
            border: 1px solid #adadad;
            border-radius: 12px;
            overflow: hidden;
        }
        iframe {
            width: 100%;
            height: 250px;
            border: none;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
        }
        .overlay p {
            color: black;
            font-size: 14px;
            margin-bottom: 15px;
            padding: 10px;
        }
        .ok-button {
            background-color: black;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
        }