a {
    color: rgba(54,155,0,1);
}
a:hover,
a.nav-link,
.navbar-light .navbar-nav a.nav-link:focus, 
.navbar-light .navbar-nav a.nav-link:hover {
    color: rgba(54,155,0,1);
}


.btn-success {
    border-color: rgba(54,155,0,1);
}
.btn-success:hover {
    border-color: rgba(54,155,0,1);
}


.max1030{
    max-width: 1030px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
}


.max916{
    max-width: 916px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

ul.navbar-nav {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    width: 500%;
}

.top {
    height: 40vw;
}

.top-profile {
    background-image: url(../img/heik.jpg);
    background-size: 100%, 100%, contain;
    background-repeat: no-repeat;
    border-radius: 40vw;
    height: 30vw;
    width: 30vw;
    top: 6vw;
    position: relative;
    border: 1vw solid #fff;
    max-width: 313px;
    max-height: 313px;
}

.top-me {
    font-size: 4vw;
    height: 67px;
    overflow: visible;
}

.top-banner {
    background-color: #fff;
    background-image: url(../img/background.jpg);
    /* 1030px * 269px*/
    background-repeat: no-repeat;
    background-size: 100%, 100%, contain;
    overflow: hidden;
    height: 40vw;
    border-radius: 0;
    padding: 5vw;
    max-height: 415px;
}

h2.name {
    font-size: 2.5rem;
}



.carousel {
    overflow: hidden;
}

div.carousel div.container {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
}
div.carousel div.container .carousel-caption {
    padding-right: 15px;
    padding-left: 15px;
}

div.container {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
}

/* Abstand zwischen Sections */
.light.green.max916 {
    margin-top: 55px;
}

@media (min-width: 1030px) { /* Breite beträgt mindestens 921 */
    .max1030{
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .max916{
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-profile {
        border: 10px solid #fff;
        top: 62px;
    }
    .top-banner {
        padding: 50px;
    }
    .top-me{
        font-size: 42px;
    }
    .dheik{
        padding-left: 70px !important;
    }
    div.container {
        margin: 0;
        margin-right: auto;
        margin-left: auto;
    }
    div.carousel div.container {
        padding-right: 0px;
        padding-left: 0px;
        max-width: 100%;
        max-width: min-content;
        overflow: hidden;
    }



}


.dheik{
    background-color: #fff;
    padding-top: 10px;
    text-align: left !important;
    width: 100%;
    padding-left: 7vw;
    margin-top: -30px;
    margin-bottom: -50px;
}



.region.region-content {
    border: 1px solid rgba(54,155,0,1);
    padding: 15px;
}

.green{
    color: rgba(54,155,0,1);
}
.black{
    color: #000;
}

.goal{
    font-weight: bold;
}

.noHover:hover{
    text-decoration: none;
}

a .circel-icon:hover i{
    color:  rgba(54,155,0,1);
}

.carousel-item img {
    max-height: 500px;
}
div#carousel1,
div#carousel2 {
    background: #000;
    /* overflow: hidden; */
    height: 700px;
}


div.carousel-caption {
    position: static;
}

.jumbotron.light {
    background: #ffffff;
}

div#ContactCircuit {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

div#greenFooterLine {
    background-color: rgba(54,155,0,1);
    height: 15px;
}


.circel-icon {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    margin: 14px;
}



/*Footer */
footer.section.footer-classic {
    margin-top: 100px;
}

footer .container {
    margin-top: 10px;
}

.faFooter {
    display: inline-block;
    width: 20px;
    color: rgba(54,155,0,1);
}

footer {
    color: #ffffff;
}

.footer-classic a{
    color: #ffffff;
}

.icons {
    vertical-align: middle;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

