﻿#content p a[href*=http], #content p a[href*=asp]  {
    color:#069; font-weight: bold;
}


#content p a[href*=http]::before, #content p a[href*=asp]::before  {
    content:"\f0c1";
    font-family:"Font Awesome 5 Free";
    padding-right:5px;
}

#trggr_shop_hyraxneo {display:none;}


.lineLeft {
    display:block;
    background:#069;
    width:350px;
    height: 3px;
    margin: 20px auto 5px;
    animation-name: lineleft;
    animation-duration: 2s;
}

@keyframes lineleft {
  from {transform: scaleX(0);}
  to {transform: scaleX(1);}
}
 
.lineRight {
    display:block;
    background:#069;
    width:250px;
    height: 3px;
    margin: 5px auto;
    animation-name: lineright;
    animation-duration: 2s;
}

@keyframes lineright {
  from {transform: scaleX(0);}
  to {transform: scaleX(1);}
}

    #myDiv {
margin: auto;
}

.webinarinfo h3 {
    color: #069;
}


.webinars .course_further {
    color:#069;
    background-color:#fff;
    border: 1px solid #069;
}

a.webinarinfo::before, a.webinarinfo.open::after {
    color: #069;
}

.lpcoursedates.webinars .anmeldebutt.aufzeichnung, .lpcoursedates.webinar-archive .anmeldebutt, .lpcoursedates.webinar-archive .anmeldebutt2 {
    background-color: #069;
    border: 1px solid #069;
}

.webinars .course_further:hover {
    background-color:#069;
    border: 1px solid #069;
}


#hyrax .xcol-pic-box a  {
    overflow: hidden;
    display: block;
    border-radius: 100%;
    box-shadow: inset 0 0 100px rgba(255,255,255,0.9);
}

#hyrax h3 > img {
    height: 30px;
}




#content .x-column > a[href*="shop"], .kaufen {
    display: inline-flex;
    align-items: center;
    color: #069;
    text-align: center;
    border: 1px solid #069;
    border-radius: 100px;
    font-size: 20px;
    line-height: 120%;
    padding: 5px;
    font-weight: bold;
    transition: all linear 0.5s;
}

#content .x-column > a[href*="shop"]:hover, .kaufen:hover {
    color: #fff;
    background: #069;
    border: 1px solid #069;
}

#content .x-column > a[href*="shop"]::before, .kaufen::before {
  font-family: "Font Awesome 5 Free" !important;
  display: inline-block;
  font-weight: 900;
  content:'\f07a' !important;
  padding: 10px !important;
  margin-right: 10px;
  border-radius: 100px;
  font-size: 25px;
  line-height: 30px;
  color:#fff;
  background: #069;
}

#content  a[href*="shop"]::after, a.kaufen::after {
    content:" " !important;
}

#content .fwd360-controler-skin1-vector {
    border: 0px solid #e5e4e8 !important;
}

.videobox_content {
    height: 642px;
}