
.projects, .team {
    /*margin-top: 160px;*/

}

.team {

    background: #dedede;
    padding: 60px;
        /*margin-top: 160px;*/


}

.projects .row {

    margin-bottom: 30px;

}

.projects .description {

    text-align: right;

}



 .img-quadrata {
       border-radius:50%;
       width:250px;
       height:250px;
}



footer {
    margin: 0 0;
    padding: 60px 0;
    color: #fff;
    background: #292929;
}



.modal-fullscreen.menu {
  background: rgba(255,255,255,0.8);
}

.modal-fullscreen.item {
  background: rgba(255,255,255,1);
}

.modal-content {
    background: none;
}

.modal-fullscreen .modal-content {

    border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
    text-align: center;
}
.modal-backdrop.modal-backdrop-fullscreen {

}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

.projekteWrapper .description a{
    text-decoration: none;
    color: #000 !important;
}

.menuItem {
    padding: 30px;
    margin-bottom: 0px;
    display: block;
    font-size: 34px;

}

.menuItem:hover {
    text-decoration: none;
}

.container-head {
    width: 100%;
}


.icon-prev:before, .icon-next:before {

    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    padding: 20px 38px 25px 38px;
    color: #000;
    font-size: 40px;

}

.m-top {
    margin-top: 8px;
}