h3.expertentipp {
    padding-bottom:20px;
}



/* DJ Megamenu Fix */
.dj-megamenu-clean li div.dj-subwrap {
  display: none!important
}

.dj-megamenu-clean li:hover div.dj-subwrap {
  display: block!important
}


/* DJ Megamenu Fix ENDE */


/* SEO TOOL  */
/* ######### */

/*
// ################################# //
// ithelps (c) 2020
// by Joachim Lackner 
// joachim.lackner@ithelps-digital.com
//
// ithelps SEO-TOOL
// ################################# //
*/

* {
    box-sizing: border-box;
}


#itsForm {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

#itsForm input.textfield {
    display: block;
    width: 500px;
    max-width: 95%;
    padding: 15px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border-radius: 0px;
    margin: 10px auto;
background: #002b3d;
border:none;
margin-top:20px;
}

#itsForm input.textfield::placeholder {
    color:#fff;
    opacity:0.8;
}

.btnPrimary {
    background-color: #0095d4;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 16px 28px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
text-transform:uppercase;
box-shadow: 0px 3px 6px #00000029;
margin-top:30px;
}

.btnPrimary:hover {
box-shadow: 0px 6px 12px #00000090 !important;
}

.istLoading {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.istLoading h5 {
    color: #0095d4;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: 120px;
}

.istLoading svg {
    margin-left: -48px;
}

.infocontainer {
    background: #efefef;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.resultbox {
    width: 100%;
    padding: 10px;
    background: #efefef;
    margin-bottom: 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.resultbox_text {
    max-width: 95%;
}


.resultbox.neg {
     border: 2px solid #f44336;
    
}

.resultbox.pos {
    border: 2px solid #76bd60;
}

.resultbox.pos .resultbox_check {
    width: 25px;
    height: 25px;
    background: url(/images/check.png) no-repeat center;
    background-size: contain;
    margin-right: 20px;
}

.resultbox.neg .resultbox_check {
    width: 25px;
    height: 25px;
    background: url(/images/neg.png) no-repeat center;
    background-size: contain;
    margin-right: 20px;
}

.istResults strong {
    font-weight: 700;
}

.istResults .infotext, .istResults .infotext ul, .istResults .infotext ul li {
    font-size: 14px;
    color: #666;
}




.seotool svg {
  width:96px;
  position: absolute;
  filter: drop-shadow(0px 2px 3px #0095d433);
}
.seotool .st0 {
  stroke: #0095d4 !important;
  stroke-dasharray: 0 870;
  stroke-dashoffset: 0;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
  animation: load0 2.5s ease-in-out infinite alternate;
  animation-delay: -2.4s;
}
.seotool .st1 {
  stroke: #0095d4 !important;
  stroke-dasharray: 0 252;
  /* stroke-dashoffset: -248; */
  /* animation: dash2 1s ease-in-out infinite alternate; */
  animation: load1 2.5s ease-in-out infinite alternate;
  animation-delay: -2.55s;
}
.seotool .st2 {
  stroke: #0095d4 !important;
  stroke-dasharray: 1 130;
  /* stroke-dashoffset: -248; */
  /* animation: dash3 1s ease-in-out infinite alternate; */
  animation: load2 2.5s ease-in-out infinite alternate;
  animation-delay: -2.7s;
}

.seotool .st3 {
  stroke: #0095d4 !important;
  stroke-dasharray: 0 870;
  stroke-dashoffset: -867;
  /* animation: dash3 1s ease-in-out infinite alternate; */
  animation: load3 2.5s ease-in-out infinite alternate;
  animation-delay: -2.8s;
transform: translateY(0px);
transition: all 0.2s ease-in-out;   
}


.seotool svg g:nth-of-type(2) {
opacity: 0.2;
filter: blur(0.2px)
}
.seotool svg g:nth-of-type(3)  {
opacity: 0.2;
filter: blur(0.8px)
}
.seotool svg g:nth-of-type(2) .st0 {
animation-delay: 0.04s;
}
.seotool svg g:nth-of-type(2) .st1 {
animation-delay: 0.19s;
}
.seotool svg g:nth-of-type(2) .st2 {
animation-delay: 0.34s;
}
.seotool svg g:nth-of-type(2) .st3 {
animation-delay: 0.44s;
}


.seotool svg g:nth-of-type(3) .st0 {
animation-delay: 0.07s;
}
.seotool svg g:nth-of-type(3) .st1 {
animation-delay: 0.22s;
}
.seotool svg g:nth-of-type(3) .st2 {
animation-delay: 0.37s;
}
.seotool svg g:nth-of-type(3) .st3 {

animation-delay: 0.47s;
}

.seotool .st0, .seotool .st1, .seotool .st2, .seotool .st3{fill:none;stroke:#0095D4;stroke-width:78;stroke-linecap:round;stroke-miterlimit:10;}



/* --- --- --- */

@keyframes load0 {
 0% {transform: translateY(0px);}
 10% {transform: translateY(100px);}
20% {transform: translateY(-100px);}
30% {transform: translateY(100px);}
40% {transform: translateY(0px);}
50% {transform: translateY(100px);}
60% {transform: translateY(-100px);}

70% {stroke-dasharray: 0 870;transform: translateY(0px);}
80% {stroke-dasharray: 870 870;transform: translateY(0px);}
100% {stroke-dasharray: 870 870;}

}
@keyframes load1 {
 0% {transform: translateY(0px);}
 10% {transform: translateY(100px);}
20% {transform: translateY(-100px);}
30% {transform: translateY(100px);}
40% {transform: translateY(0px);}

50% {stroke-dasharray: 0 252;transform: translateY(100px);}
60% {stroke-dasharray: 252 252;transform: translateY(0px);}
100% {stroke-dasharray: 252 252;stroke-dashoffset: 0;}


}
@keyframes load2 {
 0% {transform: translateY(0px);}
 10% {transform: translateY(100px);}
20% {transform: translateY(-100px);}
30% {transform: translateY(100px);}
40% {transform: translateY(0px);}

50% {stroke-dasharray: 0 252;transform: translateY(100px);}
60% {stroke-dasharray: 252 252;transform: translateY(0px);}
100% {stroke-dasharray: 252 252;stroke-dashoffset: 0;}
 
}
@keyframes load3 {
0% {transform: translateY(0px);}
 10% {transform: translateY(100px);}
20% {transform: translateY(-100px);}
30% {transform: translateY(100px);}
40% {transform: translateY(0px);}
50% {transform: translateY(100px);}
60% {transform: translateY(-100px);}

65% {stroke-dasharray: 0 870;stroke-dashoffset: -868;transform: translateY(0px);}
80% {stroke-dasharray: 870 870;stroke-dashoffset: -0;transform: translateY(0px);}
100% {stroke-dasharray: 870 870;stroke-dashoffset: -0;}

}

/* --- --- --- */
/* SEO TOOL END */

/* Snippet tool - Daniel */
/* ######### */

.tool-box h2 {
    color: #44375d;
    font-size: 30px;
    text-transform: none;
    font-weight: 600;
    word-wrap: break-word;
    font-family: Outfit, sans-serif;
    line-height: 1.1;
  }
  .tool-box h2::after {
    content: "";
    display: block;
    background: #0095d4;
    width: 40px;
    height: 3px;
    margin: 18px auto 0;
  }
  .tool-box h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    word-wrap: break-word;
    font-family: Outfit, sans-serif;
  }
  .tool-box p {
    font-size: 17px;
    font-family: Outfit, sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1.7;
  }
  .tool-box input[type="text"],
  .tool-box input[type="url"],
  .tool-box textarea {
    
    outline: 0;
    display: block;
    height: 45px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #D3ECF8;
    background-image: none;
   
    
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
    margin-top: 10px;
    font-family: Outfit, sans-serif;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 300;
  border: none;
      /*border-bottom: 1px solid #bbb;*/
     /* box-shadow: 0px 15px 5px -10px rgb(88 94 167 / 20%);
      -webkit-box-shadow: 0px 20px 5px -10px rgb(88 94 167 / 20%);*/
    
  }
  .tool-box textarea {
    height: 100px;
  }
  .tool-box input:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  }
  .tool-box .form-field {
    margin-bottom: 20px;
  }
  #generate,
  .tool-box button {
    background-color: #0095d4;
    transition: color 0.4s, background-color 0.4s, border-color 0.4s;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
        padding: 16px 28px 16px 28px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    margin-top: 1rem;
  text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 2px;
      box-shadow: 0px 3px 6px #00000029;
  }
  
  .tool-box button:hover {
  box-shadow: 0px 6px 12px #00000090 !important;
  }
  
  
  .tool-box {
    margin: 0 auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tool-box .tool-intro {
    text-align: center;
  }
  .tool-box .tool-review-desktop,
  .tool-box .tool-review-mobile {
    border-radius: 3px;
    /*box-shadow: 0px 15px 5px -10px rgb(88 94 167 / 20%);
      -webkit-box-shadow: 0px 20px 5px -10px rgb(88 94 167 / 20%);*/
    background-color: #EBF9FF;
    margin: 0 auto;
  }
  .tool-box .tool-review-desktop {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .tool-box .tool-review-mobile {
    width: 344px;
  }
  .tool-box .tool-box-outer {
    max-width: 1110px;
    margin: 0 auto;
  }
  .tool-box .tool-box-inner {
    padding: 15px;
    box-sizing: border-box;
  }
  .tool-form-inner {
    max-width: 648px;
    margin: 0 auto;
  }
  .tool-box .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex__check {
    max-width: 648px;
    width: 100%;
    margin: 0 auto;
  }
  .tool-box .flex__desktop {
    width: 60%;
  }
  .tool-box .flex__mobile {
    width: 35%;
  }
  .tool-box .flex__desktop,
  .tool-box .flex__mobile {
    margin-top: 3rem;
  }
  .tool-desc-outer {
    margin-bottom: 5rem;
  }
  .tool-box .tool-review-inner {
    width: 100%;
    font-family: Outfit, sans-serif;
    text-align: left;
    text-decoration: none;
    text-decoration-color: #1a0dab;
    text-decoration-line: none;
    text-decoration-style: solid;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tool-box .review-url span {
    font-family: Outfit, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    text-align: left;
    color: #202124;
  }
  .tool-box .review-url {
    display: flex;
  }
  .tool-box .review-url-icon-outer {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: gray transparent transparent transparent;
    margin-left: 10px;
    margin-top: 6px;
    cursor: pointer;
  }
  .tool-box .review-titel p {
    font-family: Outfit, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    padding-top: 5px;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: 400;
    color: #1a0dab;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .tool-box .review-titel p:hover {
    text-decoration: underline;
  }
  .tool-box .review-desc p {
    line-height: 1.58;
    word-wrap: break-word;
    color: #4d5156;
    text-align: left;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }
  .tool-box .tool-review-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .tool-box .tool-review-mobile .review-titel {
    word-break: break-word;
  }
  .tool-box .tool-review-mobile .review-titel p {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    color: #1558d6 !important;
    cursor: auto;
    padding-bottom: 12px;
    margin: 0;
  }
  .tool-box .tool-review-mobile .review-titel:hover {
    text-decoration: none;
  }
  .tool-box .tool-review-mobile .review-desc span {
    line-height: 20px;
    -webkit-tap-highlight-color: transparent;
    color: #3c4043;
    font-family: Outfit, HelveticaNeue, Arial, sans-serif;
  }
  .tool-box .tool-review-mobile .review-url {
    margin-bottom: 10px;
  }
  .tool-box .tool-review-mobile .review-favicon {
    height: 16px;
    width: 16px;
    margin-right: 12px;
    background-image: url(/images/favicon-ithelps.png);
  }
  .tool-box .review-rating-desc {
    color: #70757a;
    line-height: 1.58;
    text-align: left;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .tool-box .review-rating {
    display: flex;
    align-items: center;
  }
  .tool-box .review-rating-image-outer {
    height: 16px;
    width: 65px;
    margin-right: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -2px;
  }
  .tool-box .review-rating-image-inner {
    height: 13px;
    background-image: url(/images/star.png);
    background-size: 13px 12px;
    top: 1px;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
  }
  .tool-box .tool-review-mobile .review-rating {
    flex-wrap: wrap;
  }
  .tool-box .tool-review-mobile .review-rating-desc {
    width: 100%;
    margin-bottom: 4px;
  }
  .tool-box .tool-review-mobile .review-desc {
    margin-bottom: 6px;
  }
  .tool-box .tool-review-mobile .review-rating-desc span {
    color: #202124;
  }
  .tool-box .tool-review-mobile .rating-text {
    color: #70757a;
    font-size: 14px;
    line-height: 20px;
    -webkit-tap-highlight-color: transparent;
    margin-right: 4px;
  }
  .tool-box .tool-review-mobile .review-rating-desc-2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .tool-box .tool-review-mobile .review-rating-image-inner {
    margin-top: 2px;
  }
  .tool-box .tool-snippet-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tool-box .review-desc span,
  .tool-box .review-titel span,
  .tool-box .tool-review-mobile .review-titel span {
    background-color: #ff9;
    font-weight: 700;
  }
  .form-field--pixels {
    display: block;
    color: #4d5156;
  }
  .tool-box .pixels_result {
    --colour: #68b300;
    background: var(--colour);
    color: #fff;
    font-size: 0.85rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
  }
  .tool-box .progress {
    --width: 0;
    --colour: #68b300;
    width: var(--width);
    max-width: 100%;
    height: 5px;
    background: var(--colour);
    transition: width 0.5s;
  }
  .tool-box #special_characters {
    
    outline: 0;
    display: block;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #D3ECF8;
    background-image: none;
    font-family: Outfit, sans-serif;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    width: 100%;
    margin-top: 5px;
  border:none;
  }
  .tool-box #Opt_1 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .tool-box #generate {
    margin-left: 0;
    margin-right: auto;
  }
  .tool-box .error {
    background: #c02;
    border-radius: 0.5rem;
    padding: 0.25rem 0.75rem;
    margin: 1rem 0;
  }
  .tool-box .required {
    color: #555;
    font-size: 0.75rem;
    font-style: italic;
    vertical-align: top;
  }
  .tool-box .fitted-title {
    font-size: 20px;
    font-family: sans-serif;
  }
  .tool-box .fitted-desc {
    font-size: 14px;
    font-family: sans-serif;
  }
  .tool-box #loading {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #0095d4;
    animation: spin 1s ease-in-out infinite;
    vertical-align: middle;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  @keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
  }
  .tool-box #check:disabled {
    opacity: 0.5;
  }
  
  @media screen and (max-width: 900px) {
    .tool-box .flex {
        all: unset;
    }
    .tool-box .flex__check,
    .tool-box .flex__desktop,
    .tool-box .flex__search {
        width: 99%;
    }
    .tool-box .flex__check {
        margin-top: 2rem;
    }
    .tool-box .flex__mobile {
        width: 99%;
    }
    .tool-box .form-field .flex {
        display: flex;
        justify-content: space-between;
    }
    .tool-box .tool-review-mobile {
        width: auto;
    }
    .tool-box input[type="text"],
    .tool-box input[type="url"],
    .tool-box textarea {
        width: 100%;
    }
  }

  /* --- --- --- */
/* SNIPPED TOOL END */