﻿section.header-onepic .header-onepic_img  {
    position: relative;
}


section.header-onepic .header-onepic_img::before {
  display: flex;
    content:"";
    width:230px;
    height: 230px;
    border-radius:100%;
    padding:20px;
    position: absolute;
    right:-15px;
    bottom:5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: linear-gradient(21deg, rgba(255,238,124,1), rgba(241,179,107,1) 70.71%);
}


section.header-onepic .header-onepic_img::after  {
    display: flex;
    content:"";
    width:200px;
    height: 200px;
    background-image: url(/images/20tomaspins.svg);
    background-size:120%;
    background-position: center;
    background-color:#fff;
    border-radius:100%;
    padding:0;
    position: absolute;
    right:0px;
    bottom:20px;
}





span.initial, .schmuck {
  font-family: 'Dancing Script';
  color:#D4B068;
  font-size:250%;
}


.header-onepic .header-onepic_txt a[class*="play-button"] {
  color:#D4B068;
}




.header-onepic .header-onepic_txt a {
  border: 2px solid #D4B068;
  color:#D4B068;
}


.header-onepic .header-onepic_txt a:hover {
  border: 2px solid #D4B068;
  background-color:#D4B068;
}

.play-button {
  background:rgba(255,255,255,0.5);
 border: 2px solid #D4B068 !important;
}

.play-button::before {
 color:#D4B068 !important;
}



.blue {color:#D4B068;}

.big_ini {
  float:left;
  font-size: 50px;
  font-weight: 300;
  margin-right: 20px;
  margin-top: -9px;
  margin-bottom: 50px;
}

.acourse {
  border: 1px solid #efefef;
  padding: 5px 20px;
  color: #efefef;
}

.videoitem {
}

.slogan h3 {
  font-family: 'Dancing Script', cursive;
  color:#D4B068;
}

.webinarinfo h3 {
    color: #D4B068;
}

a.webinarinfo::before, a.webinarinfo.open::after {
    color: #D4B068;
}

.webinars .course_further {
    color: #D4B068;
    border: 1px solid #D4B068;
}

.webinars .course_further:hover {
   background-color: #D4B068;
  border: 1px solid #D4B068;
}

a[href="#videos"], #videos {
  display:none !important;
}

#lpmainmenu > ul.nav > li a {
    color:#292929;
}


#lpmainmenu > ul.nav > li.active a {
    color:#fff !important;
}

.lpcoursedates.webinars .anmeldebutt.aufzeichnung {
        background-color: #D4B068;
     color:#fff !important;
  border: 1px solid #D4B068;
  display: flex;
  align-items: center;
}

.lpcoursedates.webinars .anmeldebutt.aufzeichnung:hover {
        background-color: #fff;
     color:#D4B068 !important;
  border: 1px solid #D4B068;
}

.lpcoursedates.webinars .anmeldebutt.aufzeichnung::before {
     color:#fff !important;
}

.lpcoursedates.webinars .anmeldebutt.aufzeichnung:hover::before {
     color:#D4B068 !important;
}

#insertion .more_btn {
display:none;
}