@import 'custom-fonts.css';
@import 'custom-contactform-summit.css';

.unsichtbar,.hidden, .versteckt
{
display: none!important;
}

/*
** SummitSuite Akkordeon Adds
*/
.vivo-accordion-icon-wrapper.vivo-accordion-icon-left {
    padding-top: 0.5em;
}
#kosu-accordium-advertising .vivo-accordion {
    line-height: unset !important;
    padding: unset !important;
}
i.fa {
    margin-bottom: 0.6em;
}


h1, h2, h3, h4, h5, h6{
  /*
  font-family: "Open Sans"!important;
  */
}
li {
    padding-bottom: 0.4em;
}
p, div, li {
    font-family: "Open Sans"!important;
    line-height: 1.4em;
    font-weight: 100;
}
.small {
    font-size: 16px;
    line-height: 22px;
}
.top-optin{
  min-height:107px;
}
#lp-header li,
#lp-header p,
#lp-header div{
  color:white;
}
.yellowbutton a {
    color: #8d1757!important;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0.8em!important;
    font-size: 1.2em!important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -30px 40px -22px inset, rgba(255,255,255,0.4) 0px 26px 46px -18px inset!important;
    background: #ffc614!important;
}
.yellowbutton a i.vc_btn3-icon.fas:before {
    position: relative;
    top: 8px;
}
.congresstitle{
  /*
  font-family:"HighPerformanceDemo", Courier, sans-serif!important;
  font-weight: 300!important;
  */
}
/*
 *Akkordeon
 */
 .vc_tta-panel-heading h4 span {
    color: #a7026e;
}

.vc_tta-panel-heading h4 {
    font-weight: 700!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}
#kosu-accordium-advertising .vivo-accordion {
    line-height: unset !important;
    padding: unset !important;
}
/*
 * Digistore
 */
td.digistore_affiliation_status_hint.digistore_affiliation_status_info a {
    color: lightgrey!important;
    text-decoration: underline;
}
.bulletpoints{
  text-align:left!important;
}
.bulletpoints li {
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 0.5em;
}
.sacredbullets {
    /* list-style-image: url(https://sacredunion.alexandraavaevans.de/wp-content/uploads/2020/08/sacredunion-bullet-schwarz-18px.png); */
    list-style-type:none;
}
.sacredbullets li:before{
  /* https://www.htmlsymbols.xyz/unicode/U+273A */
    content: "\273A";
    padding-right:0.4em;
}
.anteilsrechner {
    border: double 4px #a92d19;
    padding: 1em;
    width: 500px;
    margin: 0 auto;
    border-radius: 15px;
    background: #fafafa;
}
.anteilsrechner p:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .anteilsrechner {
    width: 100%;}
}

/*
** Kopiervorlage Speakerinformationen für Linkmails
*/
.type-page .speaker .content {
    flex: 8;
}

.type-page .speaker .label {
    flex: 1.2;
}
.type-page .speaker {
    display: flex;
}
.type-page .speaker>div {
    padding-bottom: 0.2em;
}
.type-page .speakerlist .speaker:last-child {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 1em;
}


/*
** Termineseite
*/
li.kosu_index_speaker_img_used ,
li.kosu_spk_ind_is_online {
    font-weight: 500!important;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 0;
}
.kosu_index_speaker_img_used {
    border: 1px solid lightgrey!important;
}
li.kosu_spk_ind_is_online {
    color: white!important;
    border: 1px solid white;
}
.kosu_index_speaker_img_used img.kosu_index_speaker_img {
    margin-top: 0!important;
}

/*
** Speaker-Gallery Special background add
*/
div.kosu_spk_txt_overlay {
    background: rgba(151 185 150 / 0.5)!important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 5px;
    transition: all 0.3s ease-in-out!important;
}
.kosu_spk_img_overlay{
  transition: all 0.3s ease-in-out;
}
.kosu_img-wrapper:hover .kosu_spk_img_overlay{
  /* opacity:0; */
  transform: scale(4, 4);
}

/*
** OTO Adds
*/
#oto-header{
    /* background-position: center; */
    /* background-position: center calc(100% + 280px); */
    /* background-repeat: no-repeat; */
    background: rgb(173,0,193);
    background: linear-gradient(180deg, rgba(173,0,193,1) 0%, rgba(85,27,232,1) 50%, rgba(85,27,232,1) 50%, rgba(255,255,255,1) 50%);
}
#oto-footer{
    /* background-position: center; */
    /* background-position: center calc(100% + 280px); */
    /* background-repeat: no-repeat; */
    background: rgb(173,0,193);
    background: linear-gradient(180deg, rgba(173,0,193,1) 0%, rgba(85,27,232,1) 50%, rgba(85,27,232,1) 100%);
}
/*
#oto-footer a,
#oto-footer p {
    color: white;
}
*/
#oto-footer a{
    text-decoration:unterline;
}
#oto-footer div {
    min-height: 10vh!important;
}
#white-button{
    color:grey!important;
}




/*
** MISC: Selection
*/
::selection {
	background: grey;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background: grey;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background: grey;
	color:#FFF;
	text-shadow:none;
}