/* Custom shortcodes neu April 2022 */
body.page-template-page-marketing_grid_clean main {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customsection {
  font-size: 18px;
}

.customsection p {
  font-size: inherit
}

.customsection {
  padding: 0;
  margin-bottom: 0
}

.customgrid.grid {
  margin-top: 0;
  margin-bottom: 0;
  width: auto
}

.customgrid.grid.row {
  margin-left: -15px;
  margin-right: -15px
}

.customcol {
  margin-bottom: 2rem
}

.customcol h1 {
  margin-bottom: .5rem;
  font-size: 2.25rem
}

.customcol h2 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.customcol_inner {
  height: 100%;
}

.customcol.badge h1, .customcol.badge h2, .customcol.badge h3, .customcol.badge h4, .customcol.badge h5, .customcol.badge h5 {
  line-height: 1.375;
}

.customcol.badge {}

.customcol.badge:before {
  content: "";
  top: 0;
  bottom: 0;
  right: -900px;
  left: -900px;
  background: #91d023;
  position: absolute;
}

.customcol.badge .customcol_inner {
  z-index: 1;
  padding: 1.75rem 1rem;
  background: #91d023;
  color: #fff;
  position: relative;
}

.customcol_inner .card {
  height: 100%;
}

.card.customcard {
  background: #fff;
  padding: 1.5rem
}

.customcard .card-header {
  font-family: 'Avenir Next LT W01 Demi', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: .25rem;
}

.customcard .card-header a {
  text-decoration: none;
  color: #7d7c78
}

.customcard .card-header a:hover, .customcard .card-header a:focus, .customcard .card-header a:active {
  color: #7d7c78;
  text-decoration: none;
}

.customcard .card-body {}

.customcard ul {
  line-height: 1.3
}

.customcard ul li {
  margin-bottom: 0;
  margin-top: 0
}

.customcard .card-footer .cardbtn {
  font-size: 1.25rem;
  padding: .725rem 1.75rem;
  border-radius: 1rem;
  line-height: 1;
  background-color: #91d023;
  border:1px solid #91d023;
  color: #fff;
  text-decoration: none;
  font-family: 'Avenir Next LT W01 Demi', sans-serif;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}

.customcard .card-footer .cardbtn:hover {
  border:1px solid #91d023;
  background-color:#fff;
  color:#91d023;
}
.customlistplus ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.customlistplus ul li:before {
  content: '+';
  margin-left:-1rem;
  margin-right: .25rem;
}


.customsmalllist ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: -5px 0 15px 0;
}

.customsmalllist ul li {
  display: block;
  margin: 0;
  margin-bottom: .25em;
  font-size: .875rem;
  padding-left:1rem;

}

.customsmall {
  font-size: 1em
}

.customborderbox_bgimg {
  height: 50px;
  width: 100%;
  display: block;
  margin-top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.customsection section.col-1-1.v-top {
  padding-top: 0;
  padding-bottom: 0
}

.customsection section.col-1-1.v-top .frog-controls {
  padding-bottom: 0
}

@media(min-width:768px) {
  body.page-template-page-marketing_grid_clean main {
    line-height: 1.375
  }

  .customcol h1, .customcol .h1, .customcol .h1-md {
    font-size: 3.5vw;
    line-height: 1.2
  }

  .customcol h2, .customcol .h2, .customcol .h2-md {
    font-size: 3vw;
    line-height: 1.2
  }

  .customcol h3, .customcol .h3, .customcol .h3-md {
    font-size: 2vw;
    line-height: 1.2
  }

  .customcol h4, .customcol .h4, .customcol .h4-md {
    font-size: 1.8vw;
    line-height: 1.375
  }

  .customsection {
    font-size: 1.4vw
  }

  .customsection p {
    font-size: inherit
  }

  .customgrid.grid, .customgrid.grid.row {
    width: 80%;
    margin: 0 10%;
  }

  .customgrid .row {
    margin-left: 0;
    margin-right: 0
  }

  .customgrid .customcol {
    padding-left: 0;
    padding-right: 0
  }

  .customcol {
    margin-bottom: 5vw;
  }

  .customcol.badge .customcol_inner {
    padding: 2.5vw 1vw 2.5vw 0;
  }

  .customcol.badge:before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: -9999em;
    background: #91d023;
    position: absolute;
  }

  .customcol.badge h1,
  .customcol.badge h2,
  .customcol.badge h3,
  .customcol.badge h4,
  .customcol.badge h5,
  .customcol.badge h5 {
    line-height: 1.2;
    margin-bottom: 1.25vw
  }

  .customcol.badge p {
    font-size: 1.75vw;
    line-height: 1.375
  }

  .customcard {
    margin-left: 5px;
    margin-right: 5px
  }

  .customcard .card-header {
    font-size: 1.6vw;
  }

  .customcard .card-body {
    font-size: 1.4vw;
  }

  .customcard ul {
    font-size: 1.1775vw;
    line-height: 1.3
  }

  .customcard ul li {
    margin-bottom: 0;
  }

  .customcard .card-footer .cardbtn {
    font-size: 1.5vw;
    border-radius: .75em;
    padding: .5em 1.5em;
  }

  .customsmalllist ul {
    margin: .175vw 0 0 0;
    padding: 0;
  }

  .customsmalllist ul li {
    display: inline-block;
    float: left;
    margin-right: .75em;
    font-size: 1.15vw
  }

  .customsmall {
    font-size: 1.2vw
  }

  .customcol .padding-md {
    padding: 0 3vw
  }

  .customborderbox_bgimg {
    position: absolute;
    bottom: .5vw;
    height: 100%;
    right: -13vw;
    width: 10vw;
    margin-top: 0px;
    background-position: left bottom;
  }

  .customsection section.col-1-1.v-top .frog-controls {
    margin-top: -2vw;
  margin-bottom: -1.5vw;
  }
}

.video-container-square {
  position: relative;
  padding-bottom: 100%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container-square iframe,
.video-container-square object,
.video-container-square embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-page-marketing_grid_clean .wpml-ls {display: none !important;}
