@import url('mailchimp.css') screen;
@import url('lioness.css') screen;

@import url('css/rpp-content.css') screen;
@import url('css/rpp-content-grid.css') screen;
@import url('css/rpp-scrollbar.css') screen;
@import url('css/rpp-landing.css') screen;
@import url('css/rpp-landing-hup.css') screen;
@import url('css/rpp-landing-uap.css') screen;

@import url('rpp-woo-productlist.css') screen;
@import url('rpp-woo-productmeta.css') screen;
@import url('rpp-woo-speakerlist.css') screen;

@import url('rpp-product-overview.css') screen;
@import url('rpp-product-info.css') screen;
@import url('rpp-product-pricetable.css') screen;
@import url('rpp-product-pricing.css') screen;

@import url('rpp-woocommerce.css') screen;

@import url('rpp-navigation-mobile.css') screen;

@import url('rpp-speaker-affiliate.css') screen;

@import url('rpp-speaker-speakerlist.css') screen;

@import url('rpp-speaker-speakerlist.css') screen;

@import url('rpp-countdown.css') screen;

@media only screen and (max-width: 980px)  {
	#et-top-navigation span.mobile_menu_bar:before,
	#et-top-navigation span.mobile_menu_bar:after {
		color: #fff !important;
	}
}

@media only screen and (max-width: 981px) {
  #logo {
    content: url("https://www.rpp-institut.com/wp-content/uploads/2020/12/rpp-logo-mobile.png") !important;
  }

	.logo_container img {
		max-width: 70px !important;
	}
}

.et-fixed-header {
	backdrop-filter: blur(5px);
}

.et-fixed-header #logo {
	 content: url("https://www.rpp-institut.com/wp-content/uploads/2020/12/rpp-logo-mobile.png")  !important;
	 max-height: 25px !important;
  }

.rpp-sub-menu li {
	float: left !important;
	margin-left: 20px;
}

#main-header {
	transition: 0.5s ease !important;
}

.rpp-products--price-table {
	min-width: 900px !important;
	border: 0px !important;
}

.rpp-products--price-table-earlybird {
	width: 40% !important;
}

.rpp-products--price-table-list {
	max-width: 20% !important;
}

.rpp-products--price-table p {
	font-size: 20px;
	font-weight: 800;
	color: #333;
}

.rpp-products--price-table h5 {
	font-size: 20px;
	font-weight: 800;
}

.rpp-products--price-table h6 {
	font-size: 20px;
	font-weight: 800;
}

.rpp-products--price-table i {
	font-size: 16px;
	font-weight: 300;
}

.rpp-products--price-table td {
	padding-top: 20px !important;
	padding-bottom: 19px !important;
}

.rpp-products--price-table ul {
	padding-top: 0px !important;
	margin-left: -14px;
	list-style: none !important;
}

.rpp-products--price-table li:before {
	content: "✔️";
	margin-right: 5px;
}

.vertical-top {
	vertical-align: top !important;
}

.rpp-products--footer-menu ul {
	float: right;
}

.rpp-products--footer-menu li {
	float: left;
	margin-left: 15px;
}

.rpp-font--gradient,
.rpp_font__gradient,
.dg_bc_title {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
	background: rgb(28,81,157);
	background: linear-gradient(90deg, rgba(28,81,157,1) 50%, rgba(60,40,103,1) 100%);
	-webkit-background-clip: text;
	color: rgba(0, 0, 0, .0) !important;
}

.rpp-backdrop {
	backdrop-filter: blur(5px);
}

.test_sm_alternate .rpp_socialmedia {
	font-size: 17px !important;
	padding: 80px 25px 80px 25px !important;
}

.rpp_socialmedia {
	width: 100%;
	height: 100%;

	padding: 85px 100px 85px 100px;

	backdrop-filter: blur(0px) brightness(1.0);

	-webkit-touch-callout: none;
		-webkit-user-select: none;
		 -khtml-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
						user-select: none;
}

.rpp_socialmedia:hover {
	backdrop-filter: blur(2px) contrast(110%);
}

.rpp_certificate {
	backdrop-filter: blur(4px);
}


#rpp_products_abonnement {
	background-size: 50% auto;
	background-repeat: repeat;
  animation: animation 40s linear infinite;
}

@keyframes animation {
	from {
		background-position: 0 0%;
	}
	to {
		background-position: 0 100%;
	}
}

/**/

@media screen and (max-width: 980px)
{
	.hide-on-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 981px)
{
	.hide-on-desktop {
		display: none !important;
	}
}

/* */

.rpp_dropdown {
	width: 200px;
	padding: 10px 15px;
  position: relative;
  display: inline-block;
	vertical-align: baseline;
	float: right;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin-left: 20px;
	cursor: pointer;
}

.rpp_dropdown:hover {
	color: #1c519d;
}

.rpp_dropdown_content {
	width: 100%;
	max-height: 200px;
	margin: 10px 0 0 -15px;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);*/
  z-index: 9999;
	overflow: auto;
	backdrop-filter: blur(5px);
}

.rpp_dropdown_content ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.rpp_dropdown_content ul li a {
	width: 100%;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #fff;
}

.rpp_dropdown_content ul li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.rpp_dropdown:hover .rpp_dropdown_content {
  display: block;
}

.speaker_carousel_pic {
	width: 100%;
 	height: 0px;
	padding-bottom: 100%;
	overflow: hidden;
	display: inline-block;
 	border-radius: 50%;
 	background-size: cover;
 	background-position: center;
	filter: grayscale(100%);
	transform: scale(0.9);
}

.speaker_carousel_pic:hover {
	filter: grayscale(0%);
	transform: scale(1.0);
}

h2.dg_bc_title, .dgbc_blog_carousel_0 .dgbc_post_item .content-wrapper  {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 0px !important;
}

.rpp_content_inner {
	text-align: center;
}

.speaker-name {
	text-align: center;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
}


/* Kontaktformular und Divi Popup */

.et_contact_bottom_container,
.et_contact_bottom_container button {
	width: 100%;
	padding: 30px 0 0 0;
}

.et_pb_contact_field input,
.et_pb_contact_field select,
.et_pb_contact_field textarea {
	border: 1px solid #f2f2f2 !important;
	backdrop-filter: blur(2px);
	transition: 0.4s;
}

.et_pb_contact_field input:focus,
.et_pb_contact_field select:focus,
.et_pb_contact_field textarea:focus {
	border: 1px solid #1C519D !important;
	transform: scale(1.01);
}

.et-pb-contact-message {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	text-align: center;
}

.et-pb-contact-message ul {
	margin: 10px 0 0 0 !important;
	list-style-type: none !important;
}

.da-close:hover,
#et-boc .area-outer-wrap[data-da-color=light] .da-close {
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
	background-color: rgba(0,0,0,0) !important;
	color: #1C519D !important;
}

#divibar-6240 {
		opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}



/*
 *
 * Timeline
 *
 * */

.timeline h3 {
	margin-bottom: 20px;
}

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.timeline:after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #fff;
	top: 0px;
	bottom: 0;
	left: 12px;
	margin-left: -3px;
}

.timeline .container {
	width: 100%;
  padding-left: 70px;
  padding-right: 25px;
}

.timeline .container:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0px;
	background-color: #191a1f;
	border: 4px solid #fff;
	top: 15px;
	left: -4px;
	border-radius: 50%;
	z-index: 1;
}

.container .left {
	left: 0;
}

.container .left:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent
		transparent transparent white;
}

.content {
  background-color: rgba(255,255,255,0);
  position: relative;
  border-radius: 0px;
	margin-top:-53px;
	margin-bottom: 100px !important;
	backdrop-filter: blur(5px) !important;
}

@media only screen and (max-width: 1920px) {
	.content {
		margin-top:-48px !important;
	}
}
