q {
  font-style: italic;
}

header {
  background: transparent;
}
.footer img{
  max-width: 100%;
  position: absolute;
  top: -60px;
  left: 30px;
  opacity: 0.01;
}

.stef_design{
  position: absolute;
  top: 40px;
  left: -125px;
  z-index: 9;
}


.menu {
  width: 190px;
  height: 100%;
  padding: 75px 20px 0;
  background-color: rgb(34, 39, 39);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top:0px;
  z-index: 0;
}

.hamburger {
  z-index: 9999;
}

.open .hamburger .bars {
  z-index: 9999;
}

.open .menu{
  z-index: 8888;
}

.title-photos
{
  max-height:400px;
}

.content_services {
  background: #6a6b68;
  padding-bottom: 50px;
  width: 100%;
}
.content_services .repeat-bg {
  height: 550px;
  margin-bottom: 100px;
  /* margin-top: 100px; */
  width: 100%;
  background-repeat: repeat;
  background-size: 300px;
  background-position: 50% 100%;
  /*background: #ddd;*/
  background: white;
  -webkit-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  /* margin-top: -100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_services .repeat-bg .bg-area {
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  margin: 0 auto;
}
.content_services .repeat-bg .bg-area .column {
  margin-top: 120px;
  height: auto;
  background: transparent;
}
.content_services .repeat-bg .bg-area .column h1 {
  font-weight: 200;
}
.content_services .container .column {
  border-top-left-radius: 15em;
border-bottom-left-radius: 15em;
  /*border-radius: 2px;*/
  margin: 50px 0;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content_services: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.content_services .container .column .img-wrap {
  height: auto;
  /*width: 45%;*/
  overflow: hidden;
      /*margin-left: -90px;*/
}
.content_services .container .column .img-wrap img {
  border-radius: 10px;
  max-width: 100%;
  height: 100%;
}
.content_services .container .column .paragraph {
  position: relative;
  height: auto;
  width: 50%;
  padding: 10px;
  margin:0 auto;
}
.content_services .container .column .paragraph h1, .content_services .container .column .paragraph p {
  font-weight: 200;
  color: #50514f;
}
.content_services .container .column .paragraph p {
  /*font-family: "Montserrat", sans-serif;*/
  text-align: left;
  font-size:small;
}

.img-wrap img {
  height: 400px!important;
}
#img_itconsult{
  height: 455px!important;
}

/* #design.column{
  background-image: url(img/svg/DesignBrandingsamopozadina.svg);
  background-position-x: -280px;
  background-repeat: no-repeat;
} */

@media only screen and (max-width: 959px){
  .content_services .container .column {
    border-top-left-radius: 10em;
  border-bottom-left-radius: 10em;
}

/* #design.column{
  background-image: url(img/svg/DesignBrandingsamopozadina.svg);
  background-position-x: -80px;
  background-repeat: no-repeat;
} */

#benutzer{
  font-size: 18pt;
}

  #hidden-lista{
    display: none;
  }

  .img-wrap img {
    height: 100%!important;
  }


  #main-header{
    position: fixed;
  }

  .close{
    top: 15px !important;
    left: 15px !important;
  }

  .footer img{
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {

  #img_itconsult{
    height: 100%!important;
  }

  .img-wrap img{
    margin-left: 0px!important;
  }

  .content_services .container .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content_services: center;
  }
  .content_services .container .column .img-wrap {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
  }
  .content_services .container .column .paragraph {
    width: 80%;
    height: auto;
  }
}
.content_services .container .column .add-info {
  cursor:pointer;
  padding-left:70px;
  content_services: '';
  position: absolute;
  bottom: -120px;
  right: -50px;
  width: 250px;
  height: 80px;
  background: rgb(25, 165, 189);
  color:white;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.content_services .container .column .add-info:before {
  content_services: attr(data-title);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content_services: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px;
  margin-left: 40px;
  color: rgba(195, 18, 78, 0.75);
  /*font-family: "Lobster", cursive;*/
  font-size: 30px;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}
@media screen and (max-width: 768px) {
  .logo-def-colored{
    display: none!important;
  }
  .content_services .container .column .add-info:before {
    height: 75%;
    margin-top: -10px;
  }
}
.content_services .container .column:hover {
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  box-shadow: 0px 3px 6px #000000;
}
.content_services .container .column:hover .add-info {
  bottom: -50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

footer {
  /*background: #ddd;*/
  background: white;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          width: 100%;
}
footer .column {
  margin-top: 25px;
  border-radius: 2px;
  color: #FFF;
  background: transparent;
}
footer .column p {
  color: #585c65;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
footer .column p:hover {
  color: rgba(243, 123, 164, 0.95);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
@media screen and (max-width: 768px) {
  footer {
    height: 150px;
  }
}

.column {
  border-radius: 5px;
  text-align: center;
  background: #FFF;
}
.column h1 {
  padding: 0;
  margin: 0;
  font-weight: 200;
  text-align: left;
}
.column p {
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .column {
    border-radius: 5px;
  }
}

.blue-btn {
  color: #C7F8F9;
  background: #6AB1C9;
  border: 2px solid transparent;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  float:right;
}
.blue-btn:hover {
  color: #50514f;
  background: transparent;
  border: 2px solid #50514f;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.red-btn {
  color: #EDA39A;
  background: #ED6A5A;
  border: 2px solid transparent;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.red-btn:hover {
  color: #50514f;
  background: transparent;
  border: 2px solid #50514f;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.green-btn {
  color: #D0F9C7;
  background: #78C98D;
  border: 2px solid transparent;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.green-btn:hover {
  color: #50514f;
  background: transparent;
  border: 2px solid #50514f;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.hidden1{
  display: none;
}
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

ul, h1, h2, ol, p {
  text-align: -webkit-left;
}

ol, ul {
  font-size: small;

}

h4{
  font-size: 14px;
  text-align: left;
  text-align: -webkit-left;
}


.read-more {
  display: none;
}

.readmore { float:right;}

#hidden1, #hidden2, #hidden3, #hidden4, #hidden5, #hidden6, #hidden7, #hidden8, #hidden9, #hidden10 {display:none;}

.main-header {
  position: absolute;
}
