/**
Theme Name: astra-child
Author: WERTMACHER Werbeagentur GmbH
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.woocommerce-checkout .tickera_additional_info > .tickera_buyer_info {
	border-bottom: 0px;
}

.woocommerce-additional-fields > h3 {
	font-size: .9rem!important;
	margin: 0!important;
}

.woocommerce-checkout .woocommerce-billing-fields > h3 {
	font-size: 1.6rem!important;
}

.tickera_owner_info::before {
	content: 'Teilnehmer Information';
	display: block;
	padding-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 700;
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
	border-bottom: 0;
}

.tickera_buyer_info {
	padding-top: 20px;
	padding-bottom: 0;
	border: none;
}

.tickera_owner_info {
	border-top: 2px solid #1E1E1E;
	padding-top: 25px;
}

.tc-form-ticket-fields-wrap > h2 {
	font-size: 1.4rem;
}

#order_review {
	border-top: 2px solid #1E1E1E!important;
	padding: 0 !important;
	
}

#order_review > h3:first-child {
	font-size: 1.6rem!important;
	font-weight: 700!important;

}

/** Intensive Course menu badge "NEW" notice **/

.menu-badge {
	font-size: 9px;
	margin-left: 4px;
	position: relative;
	top: -10px;
	margin-bottom: 13px;
	color: #ffffff;
	background-color: #DF1722;
	padding: 3px 4px;
	border-radius: 3px;
	}

.badge-bounce {
	animation: bouncing .8s cubic-bezier(0.1,0.05,0.05,1) 0s infinite alternate both;
	}
	
	@keyframes bouncing{
		0%{top:-6px}
		100%{top:-10px}
	}

/** Homepage button **/

.nt-home-button {
	display: flex!important;
}

/** Add hr line before email custom field **/

#billing_email_rechnungseingangspostfach_field {
	margin-top: 30px;
	border-top: 2px solid #1E1E1E;
	padding-top: 25px;
}

/** "Von der Firmenanschrift abweichende Rechnungsanschrift" checkbox css */

#billing_another_address_checkbox_field label { 
	font-size: 19.2px; 

}

#billing_another_address_checkbox_field { 
	margin-top: 30px; 
}

.select2-wrapper .select2 {
	width: 100%!important;
}

/** "Von der Firmenanschrift abweichende Rechnungsanschrift" first name and last name custom fields in the same row **/

#billing_another_address_first_name_field {
	padding-right: 50px;
}

#billing_another_address_last_name_field {
	padding-left: 30px;
}

/** Modify space of "Von der Firmenanschrift abweichende Rechnungsanschrift" checkbox */

#billing_another_address_checkbox_field {
	padding: 0;
}

#billing_another_address_checkbox {
	margin: 0;
}

/** Single post page category unclickable link **/

.nt-systems-news-block .uagb-post__text .uagb-post__taxonomy a {
	pointer-events: none;
  	cursor: default;
}

/* Daily news disable on click title link */
.nt-systems-news-block .uagb-post__title a {
	pointer-events: none;
}

/* Borlab Cookies update 3.2 CSS */
.brlbs-cmpnt-dialog-box-entrance { 
	display: block;
    max-width: 550px;
    width: 100%;
	
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-box-entrance {
	padding: 14px;
	padding-bottom: 0;
}

#BorlabsCookieEntranceA11YHeadline {
	background: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 22.75px;
    line-height: 1.125em;
    word-break: break-all;
}

#BorlabsCookieEntranceA11YDescription {
	color: inherit;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4em;
    margin: .9375em 0;
}

.brlbs-cmpnt-container :is(.brlbs-space-y-2>:not([hidden])~:not([hidden])) {
	color: inherit;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.4em;
    margin: .9375em 0;
}

.brlbs-cpmnt-dialog-box-buttons .brlbs-cmpnt-btn {
	display: inline-block;
    font-family: inherit;
    font-size: 17.5px!important;
	font-weight: 300!important;
    padding: .75em 2em;
    text-decoration: none;
    transition: background-color 125ms linear;
}

#BorlabsCookieBox .brlbs-cmpnt-dialog-footer, .brlbs-cmpnt-container .brlbs-cmpnt-dialog-footer {
	padding-top: 0;
}

/* Homepage slider bullet dot size */
.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
}

/* Borlabs Cookie popup contents scroll view */
#BorlabsCookieEntranceA11YDescription {
    height: 80vh;
    max-height: 28vh;
    width: 100%;
    padding: 24px 10px 0 0px;
    overflow: auto;
}

/* responsive "Von der Firmenanschrift abweichende Rechnungsanschrift" checkout first name and last name custom fields */
@media screen and (max-width: 767px){
	.billing_field_name {
		display: block!important;
		width: 100%!important;
	}

	#billing_another_address_first_name_field {
		padding-right: 3px;
	}
	
	#billing_another_address_last_name_field {
		padding-left: 3px;
	}

	#billing_another_address_checkbox_field label { 
		font-size: 17.5px; 
	
	}

	/** responsive blog news block */

	.nt-systems-news-block {
		margin-right: 0!important;
		margin-left: 0!important;

	}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1023px){
	#billing_another_address_first_name_field {
		padding-right: 30px;
	}
	
	#billing_another_address_last_name_field {
		padding-left: 15px;
	}

	#billing_another_address_checkbox_field label { 
		font-size: 17.5px; 
	
	}

	/** responsive blog news block */

	.nt-systems-news-block {
		margin-right: 0!important;
		margin-left: 0!important;

	}

}


