.box {
    float: left;
    width: 44%;
    margin-right: 4%;
    padding-top: 10px;
    box-sizing: border-box;
   }

   .box:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 660px) {
    .box {
        width: 30%;
        white-space: nowrap;
       }
    }

.icon{
    /*text-indent: -30px;*/
    text-align: right;
    }


.textleft{
    text-align: left;
    /*line-height: -1px;*/
}

body {
    overflow-x: hidden;
    font-family: Georgia
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
.center-div
{
     margin: 0 auto;
     width: 800px; 
}
}

.Container-lr {
    margin-top: 20rem;
    position: relative;
    color: white;
}


.Container-Bild {
    position: relative;
    text-align: center;
    color: white;
}




.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}


.bottom-left {
    position: absolute;
    bottom: 50px;
    left: 25px;
    color: rgb(255, 255, 255);
}

.bottom-right {
    position: absolute;
    bottom: 25px;
    right: 16px;
}

.bottom {
    position: absolute;
    bottom: 25px;
}

.test{
    height: 64px;
    width: auto; 

}

/* -> Auflösungen: */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    h1 {font-size: 1.4rem;}
    h2 {font-size: 1.2rem;}
    h3 {font-size: 1rem;}
    h4 {font-size: 1.2rem;}
    h5 {font-size: 1.2rem;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    h1 {font-size: 1.6rem;}
    h2 {font-size: 1.4rem;}
    h3 {font-size: 1rem;}
    h4 {font-size: 1.2rem;}
    h5 {font-size: 1.2rem;}
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    h1 {font-size: 2rem;}
    h2 {font-size: 1.5rem;}
    h3 {font-size: 1.0rem;}
    h4 {font-size: 1.2rem;}
    h5 {font-size: 1.2rem;}
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    h1 {font-size: 2rem;}
    h2 {font-size: 1.5rem;}
    h3 {font-size: 1.0rem;}
    h4 {font-size: 1.2rem;}
    h5 {font-size: 1.2rem;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    h1 {font-size: 2rem;}
    h2 {font-size: 1.5rem;}
    h3 {font-size: 1.0rem;}
    h4 {font-size: 1.2rem;}
    h5 {font-size: 1.2rem;}
}

/* -> Auflösung Ende */

.solid {
    border-style: solid;
}

hr{
color: #00ce9d;
}

p {
    line-height: 1.75;
    font-size: 1rem
}

li {
    /* font-size: 1.2rem; */
    margin-left: 2rem;
}

a {
    color: #000000;
}

a:hover {
    color: #00ce9d
}

.alink {
    color: blue!important
}

.alink:hover {
    color: #00ce9d!important
}

.akontakt {
    color:#000000!important
}

.akontakt:hover {
    color:#000000!important
}

.text-primary {
    color: #00ce9d!important
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: Georgia
}

section {
    padding: 100px 0
}



section h1.section-heading {
    margin-top: 0;
    margin-bottom: 15px
}

section h3.section-subheading {
    font-size: 16px; 
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: Georgia
}

@media (min-width:768px) {
    section {
        padding: 150px 0
    }
}





.btn {
    font-family: Georgia font-weight: 700
}

.btn-xl {
   /* font-size: 18px; */
    padding: 20px 40px
}

.btn-primary {
    background-color: #fed33600;
    border-color: #00927a00;
    color: #00ce9d
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #00ce9d!important;
    border-color: #00ce9d!important;
    color: rgb(0, 0, 0)
}

.btn-primary:active, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem #00ce9d!important;
    box-shadow: 0 0 0 .2rem #00ce9d!important
}




.btn-secondary {
    background-color: #00ce9d;
    border-color: #00ce9d;
    color: #000000
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #00000000!important;
    border-color: #00000000!important;
    color: #00ce9d
}

.btn-secondary:active, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem #00ce9d!important;
    box-shadow: 0 0 0 .2rem #00ce9d!important
}


@media all and (-ms-high-contrast:none) {
    .ieandedgehack { background-color: transparent;border-color: transparent; } /* IE10 */
    
    *::-ms-backdrop, .ieandedgehack { background-color: transparent;border-color: transparent; } /* IE11 */

    .btn-primary { background-color:transparent; border-color:transparent; color: #00ce9d;}
}
@supports (-ms-ime-align:auto) {
    .ieandedgehack { background-color: transparent;border-color: transparent; } /* EDGE */

    .btn-primary { background-color:transparent; border-color:transparent; color: #00ce9d;}
 }



.container-bt{
background-color: #000000c9;
padding: 10px; 
}

.mt{
margin-top: -3%;
}

::-moz-selection {
    background: #00ce9d;
    text-shadow: none
}

::selection {
    background: #00ce9d;
    text-shadow: none
}

img::-moz-selection {
    background: 0 0
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

#mainNav {
    background-color: #212529
}

#mainNav .navbar-toggler {
   /* font-size: 12px; */
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #00ce9d;
    font-family: Georgia
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #00ce9d;
    
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: Georgia
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #00ce9d
}

@media (min-width:0px) {
    #mainNav {

        background-color: #21252970
    }

    #mainNav .navbar-nav .nav-item .nav-link {
  
    }
    #mainNav.navbar-shrink {
   
        background-color: #212529
    }
    #mainNav.navbar-shrink .navbar-brand {
     
    }
}

header.masthead {
    text-align: center;
    color: #fff;
    background-image: url(../img/header-bg.jpg);
    background-repeat: no-repeat; 
    background-attachment: scroll;
    background-position: center center;
    background-size: cover
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px
}

header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: Georgia
}

header.masthead .intro-text .intro-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: Georgia
}

@media (min-width:768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
    header.masthead .intro-text .intro-lead-in {
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 25px;
        font-family: Georgia
    }
    header.masthead .intro-text .intro-heading {
        font-size: 65px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
        font-family: Georgia
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none
}

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

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}
#portfoliokontakt .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

.p-l-bs{
    border-style: solid;
}

.portfolio-link-footer{
color: #ffffff!important;
/* font-size: 0.8rem;*/

}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(0, 244, 195, 0.233)
}
#portfoliokontakt .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(0, 244, 195, 0.233)
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}
#portfoliokontakt .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
   /* font-size: 20px; */
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #fff
}
#portfoliokontakt .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    /* font-size: 20px; */
     position: absolute;
     top: 50%;
     width: 100%;
     height: 20px;
     margin-top: -12px;
     text-align: center;
     color: #fff
 }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}
#portfoliokontakt .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}
#portfoliokontakt .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
}
#portfoliokontakt .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
}

.p-c-bs{
    border-style: none solid solid solid

}



#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none
}
#portfoliokontakt .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none
}

#portfolio .portfolio-item .portfolio-caption p {
    /* font-size: 16px; */
    font-style: normal;
    margin: 0;
    font-family: Georgia
}
#portfoliokontakt .portfolio-item .portfolio-caption p {
    /* font-size: 16px; */
    font-style: normal;
    margin: 0;
    font-family: Georgia
}

#portfolio * {
    z-index: 2
}
#portfoliokontakt * {
    z-index: 2
}

@media (min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px
    }
}

.portfolio-modal {
    padding-right: 0!important;
    
}

.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw
}



.portfolio-modal .modal-header{
padding-top: -50rem;
max-width: 100vw
}

.portfolio-modal .modal-content {
    padding: 50px 0;
    text-align: center;
    max-width: 80rem;
    margin: auto;
    background-color: #eee

}

.portfolio-modal .modal-content h2 {
    /* font-size: 3em; */
    /* margin-bottom: 15px */
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
   /*  font-size: 16px;*/
    font-style: italic;
  /*  margin: 20px 0 30px;*/
    font-family: Georgia
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px
}

.portfolio-modal .modal-content button {
    cursor: pointer
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent
}

.portfolio-modal .close-modal:hover {
    opacity: .3
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 3px;
    height: 75px;
    margin-left: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 75px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #ffffff
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 3px;
    height: 75px;
    margin-left: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 3px;
    height: 75px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #ffffff
}


section.Kontakt {
    /*background-image: url(../img/map-image.png); min-height: 50rem;*/
    background-repeat: no-repeat;
    background-position: center;
    color: rgb(0, 0, 0);
   
}



section.Kontakt .section-heading {
    color: rgb(0, 0, 0)
}

section.Kontakt .form-group {
    margin-bottom: 25px
}

section.Kontakt .form-group input, section#contact .form-group textarea {
    padding: 20px
}

section.Kontakt .form-group input.form-control {
    height: auto
}

section.Kontakt .form-group textarea.form-control {
    height: 248px
}

section.Kontakt .form-control:focus {
    border-color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none
}

section.Kontakt ::-webkit-input-placeholder {
    font-weight: 700;
    color: #000000;
    font-family: Georgia
}

section.Kontakt :-moz-placeholder {
    font-weight: 700;
    color: #000000;
    font-family: Georgia
}

section.Kontakt ::-moz-placeholder {
    font-weight: 700;
    color: #000000;
    font-family: Georgia
}

section.Kontakt :-ms-input-placeholder {
    font-weight: 700;
    color: #000000;
    font-family: Georgia
}


footer {
    padding: 0px 0;
    text-align: center;
    background :#212529 ;
    color:  #ffffff;
}

footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: Georgia;
}

footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: Georgia
}

ul.social-buttons {
    margin-bottom: 0;
    color:  #ffffff;
}

ul.social-buttons li a {
   /* font-size: 20px; */
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #00ce9d 
}

/*Now the styles*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #ccc;
    font-family: Georgia
}



.image_title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 640px;
}

.image_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 40px;
    font-size: 16px;
}

.transp {
    background-color: rgba(255, 255, 255, 0.514);
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: rgb(0, 0, 0);
    margin-top: 1rem;
}