@font-face {
    font-family:"Roboto Light";
    src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-display: swap;

}

@font-face {
    font-family:"Roboto regular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-display: swap;

}

@font-face {
    font-family:"Andalus";
    src: url("../fonts/Andalus/2.ttf") format("truetype");
    font-display: swap;

}



* {
    font-family:  "Roboto Light";
    color: #3F3B34;
    font-weight: 300;

}

body{
    font-size: 1em;
}

.gray {
    background-color: rgba(63, 59, 52, .1);
    padding-bottom: 5px;

}


.CorporateColors{
    /*Dunkelgrün*/
    color: #728a56;
    color: rgba(115,138,87,1);
    /*Hellgrün*/
    color: #b2c11d;
    color: rgba(179,194,29,1);
    /*Gelbgrün*/
    color: #e1dd3d;
    color: rgba(225,221,61,1);
}

h1, h2, h3, h4 {
    font-weight: 100;
}

h1, .h1 {
    font-family: Andalus;
    color: #b2c11d;
    font-size: 1.6em !important;
}

.footer a{
    color:#3F3B34;
    font-size: 1em;
    text-decoration: none;
}
.footer a:hover{
    color: #b2c11d;
}

.footerIcon{
    height: 40px;
}



textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
img:focus,
img:active,
img,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active{
    box-shadow: none;
    outline: 0px !important;
    -webkit-appearance: none;
}



.headerPfeile {
    animation: MoveUpDown 3s linear infinite;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;

}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 3%;
    }
}


.grid {
    max-width: 100%;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
    float: left;
    height: 200px;
    background: #dd8537;
    margin-bottom: 5px;
}


.startText {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 30%;
    font-size: 60px;
    color: white;
    text-align: center;
}


.startTextText {

    font-size: 60px;
    color: white;
    font-weight: 500;
}

.zeug {
    background-color: orange;
}

.cover {

    top: 0px;

    overflow: hidden;
}


.main-header-container {
    position: fixed;
    background-color: white;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-left: 150px;
    padding-right: 150px;
    z-index: 222222222222;
}

.main-header .logo {
    float: left;

}

.logo {
    padding: 15px;
}

.main-header nav {
    float: right;
    padding-top: 1.5%;
}

 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.main-header li {
    float: left;
}


.main-header nav a {
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-weight: 300;
    color: #222;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.main-header nav a:hover {
    border-color: rgba(177, 177, 1, 1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navitem a:focus{
    border-color: rgba(177, 177, 1, 1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.gruen {
    background-color: rgba(177, 177, 1, .3);
}

.button {
    background-color: rgba(0, 0, 0, 0);


    border: none;
    font-weight: lighter;

}

.sidenav-item a button.button{
    font-family: roboto;
}


#ueber {
    position: relative;
    top: -200px;
}

#more {
    display: none;
}
#moremobil {
    display: none;
}


#mehr {
    height: 0;
    overflow: hidden;
}

#mehrZwei {
    height: 0;
    overflow: hidden;
}



.row {
    margin-top: 50px;
    margin-bottom: 50px;
}

a {
    color: black;
    text-decoration: none;
}


.mid {
    margin-left: auto;
    margin-right: auto;
}

.right {
    text-align: right;
}


.fixeBox {

    position: relative;
    overflow: hidden;
}


.inBox {
    height: 120px;
    bottom: -220px;
    opacity: 0;
    color: black;
    background-color: rgba(177, 177, 1, 1);


    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    overflow: visible;
}


.fixeBox:hover .inBox {
    transition: all 1s;
    bottom: 0;
    opacity: .5;
}


#zaehler {
    width: 120px;
    height: 120px;
    background: rgba(177, 177, 1, .4);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 5px;
}

.count {
    text-align: center;
    line-height: 120px;
   color: rgba(115,138,87,1);;
    margin-left: 0px;
    font-size: 30px;
}


.fancybox-image, .fancybox-content {
    z-index: 2222222222222222;
}


hr.style-two {
    width: 50%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(179, 194, 29, 0.75), rgba(0, 0, 0, 0));
}

hr.style-three {
    width: 80%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(179, 194, 29, 0.75), rgba(0, 0, 0, 0));
}

hr.style-four {
    width: 20%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(179, 194, 29, 0.75), rgba(0, 0, 0, 0));
}

.paralax{
/* The image used */
background-image: url("../bilder/haus.jpg");

/* Set a specific height */
height: 500px;

/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}


.ab_220{
    margin-bottom: 220px;
}
.ab_220_top{
    margin-top: 220px;
}
.ab_110{
    margin-bottom: 110px;
}
.ab_110_top{
    margin-top: 110px;
}
.ab_80{
    margin-bottom: 80px;
}
.ab_80_top {
    margin-top: 80px;
}

.ab_55{
    margin-bottom:55px;
}

.ab_55_top{
    margin-top:55px;
}

.ab_50{
    margin-bottom: 50px;
}
.ab_50_top{
    margin-top: 50px;
}
.ab_30{
    margin-bottom: 30px;
}
.ab_30_top{
    margin-top: 30px;
}
.ab_20{
    margin-bottom: 20px;
}
.ab_20_top{
    margin-top: 20px;
}
.ab_15{
    margin-bottom: 15px;
}

.smIcons{
    height: 39px;
}


svg path {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}



svg:hover path {
    fill: #b2c11d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}


.hintergrund{
    background-image: url("../bilder/rolling hilllss-01.png");
    background-size: cover;


}

.nudel{
z-index: -2222;
    top:300px;
}


.raster{
    padding-left: 13%;
    padding-right: 13%;
}

.nonActive{
    display: none;
}
.activeJa{
    display: block;
}


/** Größere Monitore **/
/* in die Mitte */
@media only screen and (min-width: 1417px) {

    .nonActive{
        display: block;
    }
    .activeJa{
        display: none;
    }

    .row {
        margin-top: 100px;
        margin-bottom: 100px;
    }



    body{
        font-size: 1.25em;
    }

    h1, .h1 {
        font-family: Andalus;
        color: #b2c11d;
        font-size: 1.8em !important;
    }

}

/** Größere Monitore **/
@media only screen and (min-width: 1450px) {

    .nonActive{
        display: block;
    }
    .activeJa{
        display: none;
    }

    .row {
        margin-top: 100px;
        margin-bottom: 100px;
    }

}


/* Position and style the close button (top right corner) */




.sidenav .closebtn {
    position: absolute;
    top: -1%;
    right: 15%;
    z-index: 9999999999999999999999999; /* Stay on top */
}



/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999999999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: -100%;
    background-color: rgba(255,255,255,.85);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 10%; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

}

/* The navigation menu links */
.sidenav a {
    padding: 1% 1% 8% 10%;
    text-decoration: none;
    font-size: 1.3em;
    font-family: roboto light;
    color: rgba(80,85,89,.7);
    display: block;
    transition: 0.3s;
    position: relative;
}



.navbar-fixed-top{
    position: fixed;
    top:0;
    background-color: white;
width: 100%;
    z-index: 99999999;
}
.logMobile{
    padding-top: 20%;
    width: 50%;
}

.fett{
    font-weight: bold;
}





button.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    line-height: 1.5;
    text-decoration: none;
    background: transparent;
    padding: 0;

}
button.learn-more {
    width: 14rem;
    height: auto;
}
button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 1.625rem;
}
button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #3F3B34;
}
button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #3F3B34;
    border-right: 0.125rem solid #3F3B34;
    transform: rotate(45deg);
}
button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: -5%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #3F3B34;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
button.learn-more:hover .circle {
    width: 100%;
}
button.learn-more:hover .circle .icon.arrow {
    background: #3F3B34;
    transform: translate(1rem, 0);
}
button.learn-more:hover .button-text {
    color: #3F3B34;
}

/* -------------------------------------------------
         Hover Box
------------------------------------------------------ */

#sichtbarBox
{
    width:100%;
    height:auto;
    position:relative;
}
#sichtbarBox #unsichtbareBox
{
    display:none;
    position:absolute;
    background-color:rgba(1,1,1,0);
    top:0px;
    left:0px;
    width:100%;
    height:auto;
}


.dick{
    font-family: Roboto regular;
}