/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* Attendance Style */
.attendanceError {
	text-align: center;
	color:#f90000;
}

/* Fonts */

@font-face {
	font-family: Impacted2;
	src: url("/wp-content/themes/Avada-Child-Theme/library/fonts/impacted2.0-webfont.woff2") format("woff2"), url("/wp-content/themes/Avada-Child-Theme/library/fonts/impacted2.0-webfont.woff") format("woff"), url("/wp-content/themes/Avada-Child-Theme/library/fonts/Impacted2.0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: SpecialElite;
	src: url("/wp-content/themes/Avada-Child-Theme/library/fonts/specialelite-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/Avada-Child-Theme/library/fonts/specialelite-regular-webfont.woff") format("woff"), url("/wp-content/themes/Avada-Child-Theme/library/fonts/SpecialElite-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url(/wp-content/themes/Avada-Child-Theme/library/fonts/fa-solid-900.eot);
	src: url(/wp-content/themes/Avada-Child-Theme/library/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/Avada-Child-Theme/library/fonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/themes/Avada-Child-Theme/library/fonts/fa-solid-900.woff) format("woff"), url(/wp-content/themes/Avada-Child-Theme/library/fonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/themes/Avada-Child-Theme/library/fonts/fa-solid-900.svg#fontawesome) format("svg");
	font-display: block;
}

/* Trial Style */
.eventLocation {
	min-height:66px;
}
.eventAddress {
	display:block !important;
	font-size:80%;
}
@media (min-width:1200px) {
	.eventAddress {
		display:inline-block !important;
	}
	.eventAddress:before {
		content:'|';
		margin:0 5px;
	}
}
.eventDescription {
	min-height:110px;
}
.fancybox-content {
	margin:100px 0 !important;
	max-width:65% !important;
	overflow:initial !important;
}

.fancybox-slide--html .fancybox-close-small {
	top:-20px !important;
	right:40px !important;
	z-index:9999;
	background:#b9302f;
	border-radius:50%;
	border:3px solid #fff;
	color:#fff !important;
	opacity:1;
	padding:0px !important;
}

.flexTrial-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	width:100%;
}
.flexTrial-item {
	font-size:9pt;
	padding:8px 10px;
	display:block;
	width:100%;
	clear:both;
	background:#e5e7e7;
}
.flexTrial-step {
	width:30px;
	position:relative;
	overflow:hidden;
}
.flexTrial-stepActive:after {
	content: '';
    width: 51px;
    top: 0px;
    left: -20px;
    height: 30px;
    width: 30px;
    display: block;
    border-top: 4px solid #b9302f;
    border-right: 4px solid #b9302f;
    background:#b9302f;
    transform: rotate(45deg);
    z-index: 9999;
    position: absolute;
}
.flexTrial-step.flexTrial-stepActive {
	background:#e5e7e7;
}
.flexTrial-active {
	background:#b9302f;
	color:#fff;
}
.flexTrial-icon {
	float:left;
	margin-right:10px;
	background:#fff;
	color:#333;
	border-radius:50%;
	width:18px;
	height:18px;
	text-align:center;
}
.flexTrial-active .flexTrial-icon {
	color:#b9302f;
}
@media(max-width:768px) {
	.flexTrial-text {
		display:none;
	}
	.flexTrial-active .flexTrial-text {
		display:block;
	}

	.flexTrial-item {
		width:auto;
	}
	.flexTrial-item.flexTrial-active {
		width:100%;
	}
	.flexTrial-icon {
		margin-right:0;
	}
	.flexTrial-active .flexTrial-icon {
		margin-right:10px;
	}
}



.trialBreadcrumbRow_v2 {
	margin-bottom:30px;
}
.trialBreadcrumbRow_v2 ul {
	background:#e5e7e7;
}
.trialBreadcrumbRow_v2 li {
	list-style: none;
	display: inline-block;
	width:33%;
	text-align:center;
}
.trialBreadcrumbRow_v2>div>ul {
	margin:0;
	padding:0;
}
.trialBreadcrumbRow_v2>div>ul>li {
	background:#e5e7e7;
}
.trialBreadcrumbRow_v2>div>ul>li.active {
	padding:5px;
	background:#bb2e2a;
	color:#fff;
}
.toggleRightTitle {
	float:right;
}

#frmTrial #btnSubmit {
	cursor:pointer;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	padding:8px 15px;
	background:#b9302f;
	border:none;
	margin-top:20px;
}

.radiusBoxedWrapper {
	background:#fff;
	padding:8px;
	border:1px solid rgba(80,80,80,0.2);
	border-radius:30px;
	margin:8px 0;
}

.radiusBoxedWrapper input,
.radiusBoxedWrapper textarea {
	background:#fff;
	border:none !important;
	color:#666;
}


.courseOverview {
	margin-top:50px;
	background:#fff;
	padding:30px;
}
.courseOverviewHeadline {
	margin-top:-50px;
	background:#b9302f;
	color:#fff;
	padding:8px 15px;
	text-transform:uppercase;
	display:table;
	font-weight:600;
}




/*
.trialBreadcrumbRow_v2 ul li.active:not(:last-child):after {
    content: " ";
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    width: 65px;
    height: 65px;
    top: 0;
    right: -10px;
    transform: rotate(45deg);
    z-index: 999;
    display:inherit;
}
*/

.trialBreadcrumbRow_v2>div>ul>li .trialBreadcrumbNumberIcon {
	float:left;
	background:#fff;
	color:#333;
	border-radius:50%;
	width:25px;
	height:25px;
}
.trialBreadcrumbRow_v2>div>ul>li.active .trialBreadcrumbNumberIcon {
	color:#bb2f2b;
}


.trialLocations {
	margin: 10px 0 50px 0;
}

.trialLocations h4.panel-title {
	padding:10px 15px 10px 15px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
	border:1px solid rgba(224,224,224);
	margin-bottom:0;
    font-family: Lato;
    font-size: 15px;
    letter-spacing: normal;
}
.trialLocations h4.panel-title a {
	color:#555;
	font-weight:300;
}

.trialLocations .panel-collapse {
	background:rgb(224,224,224);
}

.owlWrapper {
	padding:20px 30px;
}
.owl-next {
	position:absolute;
	right:-45px;
	top:25%;
	background:transparent;
}
.owl-next:after {
	content: '';
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
    background: transparent;
    border-top: 5px solid #333;
    border-right: 5px solid #333;
}
.owl-prev {
	position:absolute;
	left:-45px;
	top:25%;
	background:transparent;
}
.owl-prev:after {
	content: '';
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
    background: transparent;
    border-bottom: 5px solid #333;
    border-left: 5px solid #333;
}
.owl-theme .owl-nav [class*=owl-] {
	background:transparent !important;
}



label[for=chkParentMail] {
	font-weight:700;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.form-group input.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
	width:100%;
	color:#333 !important;
	background: #fff;
	min-height: 22px;
	margin: 0;
	padding: 7px 16px 8px 16px !important;
	border: 1px solid #c9c9c9 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	resize: none;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.page-template-page-trial #btnSubmit {
	background: #191919;
    height: 55px;
    margin: 0 15px 50px 0;
    padding: 0 17px 0 17px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.page-template-page-trial #btnSubmit:hover {
	background: #B51423;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
}
.page-template-page-trial textarea#txNotice {
    background: #fff;
    min-height: 22px;
    margin: 0;
    padding: 7px 16px 8px 16px !important;
    border: 1px solid #c9c9c9 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #888 !important;
}

.pull-right {
	float:right !important;
}

#slider-11-slide-39-layer-2{
	text-shadow: #aaa 3px 3px 0px !important;
}

.info-text{
	line-height:1.8em;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	
}

.info-überschrift{
	font-size: 20px !important;
	font-weight: bold !important;
	margin-top: 0; 
	margin-bottom: 0;
}

.info-videobeschreibung{
	margin-top: 10px !important;
	margin-bottom: 0 !important;
	color: #848484;
}

.info-button{
    background-color: black !important;
    border-radius: 25px !important;
    height: 55px;
    padding: 21px !important;
    width: 200px;
    font-size: 17px !important;
	
}

#rev_slider_19_2_wrapper .uranus.tparrows:before{
	color: #494949 !important;
}

rs-layer#slider-18-slide-46-layer-2, rs-layer#slider-19-slide-47-layer-2{
	font-family: Impacted2 !important;
	
}

a#slider-18-slide-46-layer-5{
	font-family: SpecialElite !important;
}

.info-carsten-masonry{
	    width: 80% !important;
}

.info-input{
	width: 300px !important;
	border-radius: 4px !important; 
	padding-left: 1px !important;
	height: 30px !important;
}

.info-button-code{
	float: right;
    height: 30px;
    width: 137px;
	font-family:Lato;
	font-size: 15px;
}

.avada-has-rev-slider-styles .avada-skin-rev{
	border-bottom:0 !important;
	border-top:0 !important; 
}

/* BOOK KRAV MAGA */

font.red,
span.red,
h1.red,
h4.red {
	color: #ca2d2f;
}

span.spanPB {
	margin:20px 0 10px;
	display:inline-block;
	text-transform:uppercase;
	font-weight:normal;
	font-size:120%;
	font-family: 'SpecialElite', sans-serif;
}

.cta_v2 {
	margin:5px 0 15px;
	display:inline-block;
	padding:3px 5px;
	background:#ca2d2f;
	color:#fff;
	text-transform:uppercase;
}

.cta_v1 {
	margin: 5px 0;
	display:inline-block;
	padding:3px 10px;
	background:#ca2d2f;
	border:1px solid #ca2d2f;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition:0.2s;
	font-family: 'SpecialElite';
}

a.cta_v1:hover {
	background:#fff;
	color:#ca2d2f;
}

a.cta_v1:hover,
a.cta_v1:focus,
a.cta_v1:active {
	text-decoration:none;
}

#book-first {
	padding: 80px 0;
	background:#e1e1e1;
}
#book-second {
	padding: 80px 0;
}

.refLink {
	display: inline-block;
	height: 84px;
	width: auto;
	background:#fff;
	margin-right: 10px;
	margin-bottom: 10px;
}

#leseprobeModal label {
	padding-left:20px;
	font-size: 80%;
}

#chkBookFirst,
#chkBookSecond,
#chkPrivacyPolicy {
	margin-left:-20px;
	margin-right:4px;
}

#bookVideosHeader {
	background-image:url('./img/uebersicht-distanzen-bg.jpg');
	background-position: right bottom;
	background-size:cover;
	padding:80px 0;
	min-height:600px;
}

section#bookVideosContent {
	padding: 0 0 80px 0;
}

.contentContainer {
	padding: 80px 0;
}

#registerNewsWrapper {
	margin-bottom:40px;
	font-size:90%;
}

#registerQRWrapperB {
	font-size:90%;
}

.videos {
	margin:80px 0;
}

.videos hr {
	margin:30px 0;
	border-top:1px solid #c6c6c6;
}

.videos video {
	width:100%;
}

#videosHeaderTitle span.bookRev {
	color:#fff;
	font-size:200%;
	width:80px;
	height:80px;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#videosHeaderTitle p {
	font-size:150%;
	margin:0;
}

#videosHeaderTitle h1 {
	margin:0;
	font-size:200%;
}

.cta_v3 {
	background:#ca2d2f;
	color:#fff;
	padding:5px 10px;
	font-size:80%;
	display:inline-block;
	margin:20px 0;
	-webkit-transition:.1s linear;
	border:1px solid #ca2d2f;
}

.cta_v3:hover {
	background:#fff;
	text-decoration:none;
	color:#ca2d2f;
}

.bookBackButtonWrapper {
	margin-top:20px;
	margin-bottom:20px;
}

#fbooimg,
#sbooimg {
	max-width:80%;
}

button.navbar-toggler {
	background:#6e6e6e;
}

#txQRCode {
	width: auto;
	display: inline-block;
	border: 1px solid #818181;
	margin-top: 3px;
}

#txQRCode::-webkit-input-placeholder { font-weight:100;font-style:italic; }
#txQRCode::-moz-input-placeholder { font-weight:100;font-style:italic; }
#txQRCode::-ms-input-placeholder { font-weight:100;font-style:italic; }
#txQRCode::-moz-placeholder { font-weight:100;font-style:italic; }

.contactFormWrapper {
	border:1px solid #c6c6c6;
	padding:15px;
	font-size:90%;
}

.m-t-80 {
	margin-top: 80px
}
.m-b-80 {
	margin-bottom: 80px;
}

#carstenComment {
	margin: 20px 0 50px;
	position:relative;
	font-style:italic;
}
#carstenComment h4 {
	font-style:normal;
}

@media (max-width:767px) {

	#carstenComment {
		margin: 20px 0 50px;
	}

	#videosHeaderTitle span.bookRev {
		font-size:170%;
		width:58px;
		height:58px;
	}

	#videosHeaderTitle p {
		font-size:130%;
	}

	#videosHeaderTitle h1 {
		font-size:170%;
	}

	#bookVideosHeader {
		background-position: 100% 100%;
		min-height:300px;
	}
}

@media screen and (max-width: 767px) {
	#countdownClockRelease {
		zoom: 0.5;
		-moz-transform: scale(0.5)
	}
	.flip-clock-wrapper ul li a div div.inn {
		font-size: 30px !important;
	}
	
	#registerQRWrapperB {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	#registerQRWrapperB {
		display: none;
	}
}





@media (max-width:768px) {
	ul>li>.trialBreadcrumbText {
		display:none;
	}
}

@media (max-width:768px) {
	#startTrialWrapper>div.fusion-row {
		display: flex;
		flex-wrap:wrap;
	}
	#startTrialWrapperMembership {
		order: 2;
		margin-right:0;
	}
	#startTrialWrapperTrial {
		order: 1;
		margin-right:4%;
	}
}

.pgafu-post-date {
	display:none !important;
}

.pgafu-post-categories a{
	background:#333 !important;
	color:#fff !important;
}

.pgafu-post-content .readmorebtn {
	background: #bb2e2a;
    color: #fff;
    border-bottom: 0;
    font-family: 'SpecialElite';
    padding: 10px 35px;
	text-transform: uppercase;
	-webkit-transition: .2s linear;
}
.pgafu-post-content .readmorebtn:hover {
	background:#82201D;
	color:#fff;
}

@media (min-width:1200px) {
	.HomeHeaderButtons.button-1 {
		position:absolute;
		top:80%;
		left:32%;
	}
	.HomeHeaderButtons.button-1:after {
		content:'';
		width:79px;
		height:63px;
		background:url('/wp-content/themes/Avada-Child-Theme/images/sonder-kursplan-header-startseite.png') 50% no-repeat;
		display:block;
		position: absolute;
		top: -100%;
		right: 10%;
		z-index: -1;
	}
	.HomeHeaderButtons.button-2 {
		position:absolute;
		top:80%;
		right:32%;
	}
}
#webinarLoginWrapper {
	position:relative;
	background:url(https://www.krav-maga-institut.de/wp-content/themes/Avada-Child-Theme/images/hintergrund-krav-maga-webinar-bereich.png) 50% no-repeat;
	background-size:cover;
	padding:20px 50px;
}
#webinarLoginWrapper h3 {
	font-family:'Impacted2', sans-serif;
	font-size:180%;
}
#webinarLoginWrapper h3,
#webinarLoginWrapper h4 {
	margin:0;
}
#webinarLoginWrapper .colorRed {
	color:#bb2e2a
}
#webinarPasswordWrapper {
	margin: 0 -50px -20px;
	padding: 20px 50px;
	background:url(https://www.krav-maga-institut.de/wp-content/themes/Avada-Child-Theme/images/verlauf-webinar-area.png) 50% no-repeat;
	background-size:cover;
}
#webinarPasswordWrapper input[type=password] {
	max-width:40%;
}
#imgWebinarMonitor {
	right:-3%;
	top:50%;
	height:90%;
}
#webinarPasswordWrapper input[type=submit] {
	height: 100%;
    display: inline-block;
	background:#bb2e2a;
	color:#fff;
    border: none;
    outline: none;
    padding: 4px 12px;
	margin: 0;
	font-family:'SpecialElite', sans-serif;
	text-transform:uppercase;
}

.fancyboxMembersOnly h3 {
	font-size:380%;
	margin:0;
	text-align:center;
	font-family:'Impacted2', sans-serif;
}
.fancyboxMembersOnly p {
	font-size:140%;
	text-align:center;
	padding:0 20%;
	margin:0 0 15px;
}
.fancyboxMembersOnlyHeader {
	background: #000 url('/wp-content/uploads/2019/07/logo-krav-maga-institut-transparent.png') 50% no-repeat;
    margin: -44px -44px 0;
    height: 130px;
}
.fancyboxMembersOnlyContent {
	background: #000 url('/wp-content/themes/Avada-Child-Theme/images/Hintergrund-lightbox-krav-maga-institut.png') 50% no-repeat;
	background-size:cover;
	margin:0 -44px -65px;
}

.btnLogoutPost {
	text-align:right;
}
.btnLogoutPost a {
	display:inline-block;
	padding:3px 10px;
	background:#333;
	color:#fff;
	text-transform:uppercase;
	font-family:SpecialElite;
}
.membersOnlyImage {
	width:100%;
}

@media(max-width:1130px) {
	.sliderHeaderWrapper {
		padding-top:0 !important;
		padding-bottom:0 !important;
	}
	.sliderHeaderWrapper>div>div {
		margin-top:0 !important;
		margin-bottom:0 !important;
	}
}

@media (max-width:768px) {
	.owl-prev {
		left: -30px;
	}
	.owl-prev:after {
		width:15px;
		height:15px;
	}
	.owl-next {
		right: -30px;
	}
	.owl-next:after {
		width:15px;
		height:15px;
	}
}