.com-content-article__body {
  padding: 20px;
}

.einleitungstext h2 {
  padding-bottom: 2.5rem;
}

/*
.tf-video.selfhostedvideo .tf-video-embed, .tf-video.selfhostedvideo .tf-video-embed video {
  height: auto;
}*/
.row .btn {
  background-color: var(--blackcolor);
  text-transform: uppercase;
  font-size: 1em;
  font-family: 'Anton' !important;
}

.row .btn:hover {
  box-shadow: 2px 2px 12px #808080;
  transform: scale(1.02);
}

.bg-black {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
}

.relative {
  position: relative;
}

.inreihe {
  display: inline-flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
  gap: 2rem;
}

.inreihe img {
  padding-right: 10px;
}

/*----------- Override artile content allgemein---------*/
.item.slogan {
  font-family: 'Anton';
  font-size: 3rem;
  text-transform: uppercase;
}

.text1 p, .text2 p, .text3 p, .text4 p, .text5 p, .text6 p {
  margin-bottom: 0px;
}

/*---------Fotografie grid----------*/
.fotografie-grid>.row>div {
  position: relative;
}

.fotografie-grid>.row>div .item.text1 {
  position: absolute;
  left: -20%;
  max-width: 800px;
  bottom: 10%;
  background: var(--whitecolor);
  text-align: left;
}

.fotografie-grid .item.slogan {
  text-align: right;
}

.fotografie-grid .bild2:before {
  content: '';
  width: 150px;
  height: 150px;
  background-image: url('/images/fotografie/icon/kreis_text.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: -75px;
  top: 20px;
}
}

.fotografie-grid .item.text5 {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
  text-transform: uppercase;
  max-width: 800px;
  margin-left: -9rem;
}

.fotografie-grid .item.text5 h5 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: inherit;
  font-weight: normal;
}

.fotografie-grid .item.text5 h5 span {
  text-transform: uppercase;
  color: var(--greencolor);
  font-family: 'Anton';
  font-weight: normal;
  line-height: normal;
}

@media only screen and (max-width: 1350px) {
  .fotografie-grid>.row>div .item.text1 {
    position: relative;
    bottom: 0px;
    /*  left: -20%;
    max-width: 800px;

    background: var(--whitecolor);
    text-align: left;*/
  }
}

@media only screen and (max-width: 991px) {
  .fotografie-grid>.row>div .item.text1 {
    left: 0px;
    margin-top: -20%;
    max-width: 80%;
  }

  .fotografie-grid .item.slogan {
    position: relative;
    top: -30%;
    background-color: #fff;
  }

  .fotografie-grid .leftcolumn {
    margin-top: -10%;
  }

  .fotografie-grid .item.text5 .bg-black {
    margin-left: -30%;
  }
}

@media only screen and (max-width: 640px) {
  .fotografie-grid .item.text5 h5 {
    font-size: 30px;
  }

  .fotografie-grid .item.text5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .fotografie-grid>.row>div .item.text1 {
    max-width: 100%;
  }

  .fotografie-grid .leftcolumn {
    margin-top: 0px;
  }
}

/*----------Videoproduktion-----------*/
.videoproduktion-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.videoproduktion-grid h3 {
  font-weight: normal;
  font-family: 'Montserrat' !important;
  text-transform: uppercase;
  font-size: 30px;
}

.videoproduktion-grid .text1 {
  margin-left: auto;
  max-width: 320px;
  margin-top: 20px;
  text-align: right;
  padding: 10px 10px;
}

.videoproduktion-grid .text4 {
  font-family: 'Anton';
  font-weight: bold;
  letter-spacing: 0.2rem;
  /*text-shadow: 1px 1px 5px var(--whitecolor);*/
  top: 20px;
  position: relative;
  z-index: 3;
  font-size: 3rem;
}

@media only screen and (max-width: 1350px) {
  .videoproduktion-grid .margintop {
    margin-top: -20%;
  }

  .videoproduktion-grid .item.slogan {
    background-color: var(--whitecolor);
    max-width: 40%;
  }
}

@media only screen and (max-width: 550px) {
  .videoproduktion-grid .text4 {
    font-size: 1.5rem;
  }
}

/*---------Studio grid----------*/
.studio-grid .item.slogan {
  position: relative;
  height: 100%;
  z-index: 2;
}

.studio-grid .item.slogan>div {
  position: absolute;
  right: -50px;
  bottom: 0px;
}

.studio-grid .text5 {
  font-family: 'Anton';
  text-transform: uppercase;
  font-size: 4rem;
  max-width: 70%;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .studio-grid .text5 {
    max-width: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .studio-grid .text5 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 460px) {
  .studio-grid .text5 {
    font-size: 1.5rem;
  }

  .studio-grid .item.slogan {
    font-size: 1.8rem;
  }
}

/*-----------Hochzeiten------------*/
.hochzeiten-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.hochzeiten-grid .text1 {
  position: relative;
}

.hochzeiten-grid .text5 {
  text-align: right;
  margin-top: -2rem;
}

/*----------Passfoto----------*/
.passfoto-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

/*---------Fotobox---------*/
.fotobox-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.fotobox-grid h3 {
  color: var(--whitecolor);
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Montserrat' !important;
  font-size: 3rem;
}

.fotobox-grid .item.bild1 {
  display: flex;
  justify-content: center;
}

.fotobox-grid .item.bild1 img {
  max-width: 400px;
}

.fotobox-grid .bild3 img {
  max-width: 700px;
}

.fotobox-grid .bg-black .item.text1 h3 {
  font-family: 'Montserrat' !important;
  color: var(--whitecolor);
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
  .fotobox-grid h3 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 540px) {
  .fotobox-grid h3 {
    font-size: 1.6em;
  }
}

/*----------------Corporatedesign-----------*/
.corporatedesign-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.corporatedesign-grid .item.slogan.margintop {
  margin-top: -150px;
  margin-left: 20px;
  text-transform: none;
  color: var(--whitecolor);
}

.corporatedesign-grid .bg-black .item.text2 h3 {
  color: var(--whitecolor);
  padding-bottom: 20px;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.corporatedesign-grid .item.text3:before {
  position: absolute;
  content: ' ';
  left: 0px;
  top: 10%;
  bottom: 10%;
  width: 10px;
  height: auto;
  padding-right: 10px;
  background-color: var(--blackcolor);
}

.corporatedesign-grid .item.text3 p {
  max-width: 600px;
}

@media only screen and (max-width: 991px) {
  .corporatedesign-grid .item.text3:before {
    left: -20px;
  }
}

/*------------Drucksorten-----------*/
.drucksorten-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.drucksorten-grid .einleitungstext p {
  max-width: 1000px;
}

.drucksorten-grid .textover {
  z-index: 2;
}

.drucksorten-grid .slogan {
  top: 100px;
  margin-left: 50%;
  margin-right: -50%;
  position: absolute;
}

.drucksorten-grid .item.text1 {
  position: absolute;
  background-color: var(--whitecolor);
  bottom: 50px;
}

.drucksorten-grid .item.text2 .btn {
  position: absolute;
  bottom: 50px;
  right: 100px;
}

@media only screen and (max-width: 1150px) {
  .drucksorten-grid .item.text1 {
    position: relative;
  }

  .drucksorten-grid .slogan {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 978px) {
  .drucksorten-grid .slogan {
    top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .drucksorten-grid .slogan {
    position: relative;
  }
}

/*-----------Logo Branding---------------*/
.branding-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.branding-grid .containers {
  display: flex;
  gap: 40px;
}

.branding-grid h3 {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: normal;
  text-transform: uppercase;
}

.branding-grid p {
  margin-bottom: 0px;
}

.branding-grid .item.slogan {
  margin-top: -100px;
  line-height: normal;
  text-transform: lowercase;
}

.branding-grid .item.text1 {
  margin-top: -80px;
}

.branding-grid ol {
  list-style: none;
  padding: 0;
  counter-reset: item;
}

.branding-grid ol li {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}

.branding-grid ol li::before {
  counter-increment: item;
  content: counter(item);
  font-size: 3em;
  font-family: 'Anton';
  font-weight: normal;
  color: var(--whitecolor);
  padding: 10px 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}

.branding-grid .item.text5 {
  margin-top: -75px;
  margin-right: 100px;
}

@media only screen and (max-width: 991px) {
  .branding-grid .containers {
    flex-direction: column;
    gap: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .branding-grid .item.slogan {
    font-size: 1.8rem;
    margin-top: -50px;
  }
}

/*---------KMU Digital---------*/
.kmu-grid h3 {
  text-transform: uppercase;
  font-weight: normal;
}

.kmu-grid .text3 {
  position: relative;
}

.kmu-grid .text3:before {
  content: '';
  width: 150px;
  height: 100px;
  background-image: url('/images/kmu/icon/zitat.svg');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: -120px;
  top: -10px;
}

.kmu-grid .text5 h3 {
  color: var(--greencolor);
}

.kmu-grid .item.bild1 img, .kmu-grid .item.bild2 img {
  max-width: 300px;
}

.kmu-grid .item.bild5 img {
  max-width: 200px;
}

.kmu-grid .einleitungstext .btn {
  margin-top: 10%;
}

.kmu-grid .item.text4 .btn {
  margin-left: auto;
  margin-right: 0px;
  display: block;
  max-width: fit-content;
}

.kmu-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .kmu-grid .text3:before {
    width: 75px;
    height: 50px;
    left: -50px;
  }
}

@media only screen and (max-width: 991px) {
  .kmu-grid .item.bild1 img {
    max-width: 300px;
  }
}

/*-------------Webdesign-----------*/
.webdesign-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.webdesign-grid h3 {
  color: var(--blackcolor);
  padding-bottom: 20px;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.webdesign-grid .slogan {
  margin-top: -200px;
  line-height: normal;
  z-index: 2;
  color: var(--whitecolor);
}

.webdesign-grid .text2 {
  margin-top: -200px;
  line-height: normal;
  z-index: 2;
  font-family: 'Anton';
  font-size: 3rem;
}

.webdesign-grid .text3 {
  margin-left: 3rem;
  border-left: 10px solid var(--blackcolor);
}

@media only screen and (max-width: 768px) {
  .webdesign-grid .item.text2 {
    font-size: 1.8rem;
    margin-top: -100px;
    margin-left: auto;
  }

  .webdesign-grid .text3 {
    margin-left: 0.5rem;
  }

  .webdesign-grid .slogan {
    margin-top: -100px;
    font-size: 1.8rem;
  }
}

/*----------Social Media---------*/
.socialmedia-grid .slogan {
  background-color: #F5F5F5;
  z-index: 2;
}

.socialmedia-grid .slogan p {
  margin-bottom: 0px;
}

.socialmedia-grid .video2 {
  margin-top: -200px;
}

@media only screen and (max-width: 768px) {
  .socialmedia-grid .item.slogan {
    font-size: 1.8rem;
  }

  .socialmedia-grid .video2 {
    margin-top: -100px;
  }

  #mod-custom136 {
    flex-direction: column;
  }

  #mod-custom136 .faq-vertical img {
    transform: rotate(90deg);
  }
}

/*------------SEA------------*/
.sea-grid .slogan p {
  margin-bottom: 0px;
}

.sea-grid .item.slogan {
  background-color: #F5F5F5;
  z-index: 2;
  letter-spacing: 3px;
  margin-top: -50px;
}

.sea-grid .item.slogan>div {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .sea-grid .item.slogan {
    font-size: 1.8rem;
  }

  .sea-grid .item.slogan>div {
    text-align: left;
    letter-spacing: 1px;
  }
}

/*-------------Gfiarig--------*/
.gfiarig-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.gfiarig-grid .slogan {
  margin-top: -300px;
  color: var(--whitecolor);
}

.gfiarig-grid .text1 {
  margin-top: -30px;
}

@media only screen and (max-width: 540px) {
  .gfiarig-grid .slogan {
    margin-top: -200px;
  }
}

/*--------------Joomlaagentur---------*/
.joomlaagentur-grid .slogan {
  margin-top: -200px;
  color: var(--whitecolor);
  text-shadow: 0px 0px 30px #5D5D5D;
}

/*----------Startseite----------*/
.startseite-grid .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

.startseite-grid .einleitungstext h2 {
  padding-bottom: 2.5rem;
  line-height: 1.1em;
}

.startseite-grid .text2 h2 {
  padding-bottom: 2.5rem;
  line-height: normal;
}

.startseite-grid .text3 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.startseite-grid .text3 h3 {
  color: var(--whitecolor);
  font-weight: normal;
  font-size: 3rem;
}

.startseite-grid .text3>div {
  text-align: center;
}

.startseite-grid .text3 .btn {
  background-color: var(--greencolor);
  border: 0px;
  text-transform: lowercase;
  font-size: 35px;
  letter-spacing: 4.5px;
}

.startseite-grid .text3 .btn a {
  color: var(--whitecolor);
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .startseite-grid .text3 h3 {
    font-size: 2rem;
    padding-top: 20px;
  }

  .startseite-grid .text3 {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .startseite-grid .text3 .btn {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

/*--------------Referenzen-------------*/
.referenzen-grid {
  padding-bottom: 50px;
}

.referenzen-grid .hp-link {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}

.referenzen-grid .hp-link:before {
  position: absolute;
  content: 'Homepage';
  font-size: 5rem;
  line-height: normal;
  font-family: 'Anton';
  right: -100px;
  top: 0;
  transform-origin: top;
  transform: rotate(-90deg);
  z-index: 2;
}

.referenzen-grid .hp-link {
  z-index: 1;
}

.referenzen-grid .hp-link a {
  text-decoration: none;
}

.referenzen-grid .kundentext {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.referenzen-grid .ref-video1 {
  position: relative;
}

.referenzen-grid .ref-video1:before {
  position: absolute;
  content: 'Video';
  font-size: 5rem;
  text-shadow: 2px 2px 5px black;
  color: var(--greencolor);
  line-height: normal;
  font-family: 'Anton';
  right: 0px;
  top: 0;
  transform-origin: right;
  transform: rotate(-90deg);
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .referenzen-grid .hp-link:before {
    position: relative;
    right: 0;
  }

  .referenzen-grid .ref-video1:before {
    position: relative;
    padding-left: 10px;
    text-shadow: 0px 0px 0px;
    text-align: center;
    display: block;
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 550px) {
  .referenzen-grid .hp-link:before {
    font-size: 2rem;
  }

  .referenzen-grid .ref-video1:before {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .item.slogan {
    font-size: 1.5rem;
  }
}