/*
Theme Name:     Divi Child
Theme URI:      https://www.extragroup.de/
Description:    XG Anpassungen am Divi Theme
Author:         Tobias Lambrecht
Author URI:     http://www.extragroup.de
Template:       Divi
Version:        0.1
*/

@import url("../Divi/style.css");

/* Die Breite des mobilen breakpoint von Divi selber setzen */

@media only screen and ( max-width: 1108px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

@media only screen and (min-width: 981px) and ( max-width: 1108px ) {
	.mobile_menu_bar {
	margin-top: -6px;
	margin-left: 10px;
}
}

/** Mega Menu **/

/*
.mega-menu-wrap ul li ul li{
	padding: 0 22px;
}


li.mega-menu-megamenu > ul.mega-sub-menu{
	padding:10px !important;
}
*/

#mega-menu-item-11022 > ul:nth-child(2){
	border-top: 4px solid rgba(244, 114, 32, 1.00) !important;
}

#mega-menu-item-11021 > ul:nth-child(2){
	border-top: 4px solid rgba(32, 116, 184, 1.00) !important;
}

#mega-menu-item-10376 > ul:nth-child(2){
	border-top: 4px solid rgb(177, 177, 177) !important;
}


/*** Messebanner ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 900px) {
	.messebanner{
		flex-direction:column;
		margin-bottom:0px !important;

	}
	ul.banner-menu-link{
		padding: 0 !important;
		font-size: 16px !important;
		margin-left:0px !important;
		flex-direction:column !important;
		align-items: flex-start !important;
	}

	.banner-menu-link > li > img{
		height:40px !important;
	}

	.banner-menu-link > li{
		line-height:100% !important;
	}

	.banner-menu-link > li:nth-child(2){
		margin-left:0 !important;
	}

	.banner-menu-link > li:nth-child(2)::before{
		content: ''!important;
		width: 0 !important;
		margin-right:0 !important;
		}
}

.messebanner{
	display:flex;
	align-items:center;
	background: transparent;
	font-size: 22px;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.15);
	cursor: pointer;
	color: #dadada;
	font-size: 16px;
	font-weight: normal;
	margin-left: -8px;
	margin-bottom:30px;
	transition: all 0.3s;
}
.messebanner:hover{
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}

ul.banner-menu-link{
	display: flex;
	align-items: center;
	padding: 12px;
	font-size: 22px;
	list-style-type: none !important;
}
.banner-menu-link > li{
	line-height:0;
}
.banner-menu-link > li:nth-child(2){
	margin-left:30px;
}
.banner-menu-link > li:nth-child(2)::before{
	content: url(/wp-content/uploads/2020/05/caret.svg);
	display: inline-block !important;
	width:16px;
	position: relative !important;
	top: 0px !important;
	margin-right: 4px;
	opacity:0.6;
}


/** Adjustment of position depending on the sub-page **/
#et-boc .area-outer-wrap > .divi-area-wrap-ticket-popup {
	overflow: visible!important;
	margin-top: 100px!important;
	}
	
	#et-boc .area-outer-wrap > .divi-area-wrap-ticket-popup .ticket-popup {
	padding: 0!important;
	margin: 0!important;
	}
	
	#et-boc .area-outer-wrap > .divi-area-wrap-ticket-popup .hoha-ticket {
	margin-top: 0!important;
	margin-bottom: 0!important;
	}
	
	#et-boc .area-outer-wrap > .divi-area-wrap-ticket-popup .ticket-container {
	padding: 0!important;
	margin: 0!important;
	}
	
/** Ticket Size **/
@media all and (max-width: 767px) {
	.ticket-stub-center{
		display:flex; 
		flex-direction:column; 
		justify-content:center; 
		height:100px;
		background-image: url(/wp-content/uploads/2020/05/hoha_tc_middle.svg);
		background-repeat:repeat-x;
		background-size:cover;
		flex-shrink: 1;
		padding:22px
	}
	
	.ticket-stub-left{
		background-image: url(/wp-content/uploads/2020/05/hoha_tc_left.svg);
		background-repeat: no-repeat;
		width:24px;
		height:100px;
		display:block;
		margin-right:-1px;
		flex-shrink: 0;
	}
	
	.ticket-stub-right{
		background-image: url(/wp-content/uploads/2020/05/hoha_tc_right.svg);
		background-repeat: no-repeat;
		width:24px;
		height:100px;
		display:block;
		margin-left:-1px;
		flex-shrink: 0;
	}

	.ticket-container .et_pb_text_inner{
		display:flex;
		max-height:100%;
		width:450px;
	}

	.hoha-logo-ticket{
		width:230px !important;
	}
	.hoha-logo-ticket > span{
	font-size: 12px; margin-top: 4px; 
	}
	.hoha-ticket{
	transition: all 0.3s
	}
}

.ticket-stub-center{
	display:flex; 
	flex-direction:column; 
	justify-content:center; 
	height:150px;
	background-image: url(/wp-content/uploads/2020/05/hoha_tc_middle.svg);
	background-repeat:repeat-x;
	flex-shrink: 1;
	padding:22px
}

.ticket-stub-left{
	background-image: url(/wp-content/uploads/2020/05/hoha_tc_left.svg);
	background-repeat: no-repeat;
	width:36px;
	height:150px;
	display:block;
	margin-right:-1px;
	flex-shrink: 0;
}

.ticket-stub-right{
	background-image: url(/wp-content/uploads/2020/05/hoha_tc_right.svg);
	background-repeat: no-repeat;
	width:36px;
	height:150px;
	display:block;
	margin-left:-1px;
	flex-shrink: 0;
}

.ticket-popup{
	overflow:visible;
	box-shadow: none;
}

.ticket-container .et_pb_text_inner{
	display:flex;
	max-height:100%
}
.hoha-logo-ticket{
	width:270px;
}
.hoha-ticket{
	transition: all 0.3s;
}

div.ticket-stub-center > br{
	display:none
}

div.ticket-stub-center > span{
	font-size: 18px;
}



/** Suppress scrollbar on Mobile menu **/
#mega-menu-primary-menu::-webkit-scrollbar { 
		display: none; /* Chrome Safari */
	}  
	#mega-menu-primary-menu{
	  scrollbar-width: none; /* Firefox */
	  -ms-overflow-style: none;  /* IE 10+ */
	  overflow-y:scroll;
	  overflow-x:hidden;
	}

@media only screen and ( max-width: 900px){
	a.mega-custom-icon:before{
		background-image: url('/wp-content/uploads/2020/05/extragroup_white.png') !important;
	}
}
a.mega-custom-icon:before{
	position: relative !important;
	top: -4px !important;
}

/** Submenu padding **/

@media only screen and ( max-width: 1108px){
	/** Padding of whole submenu block **/
	ul.mega-sub-menu{
		padding-left:8px !important;
	}
	/** Padding of top menu item **/
	li.mega-menu-item a.mega-menu-link{
		padding-left:28px !important;
	}
	/** No padding on submenu-links **/
	li.mega-menu-item ul.mega-sub-menu li.mega-menu-row ul.mega-sub-menu li.mega-menu-column ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		padding-left:0 !important;
	}
}

ul .mega-sub-menu{
	padding-left:0 !important;
	padding-right:0 !important;
}

.mega-toggle-label{
	position:relative;
	right:-5px;
	top:1px;
}

.mega-menu-logo{
	left: 12px;
	position: relative;
}


/** Menu Triangle delete **/
span.mega-indicator{
	display:none !important;
}


#mega-menu-wrap-primary-menu li.mega-menu-item img.mega-menu-logo{
	top: -3px;
	position: relative;	
}

#mega-menu-wrap-primary-menu{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px !important
}

@media only screen and (max-width: 900px) {
	ul.mega-sub-menu > li.mega-menu-item:last-child{
	margin-bottom: 22px !important;
	}
}

/** Caret before first menu item **/

ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before{
	content: url(/wp-content/uploads/2020/05/caret.svg) !important;
	display: inline-block !important;
	width:8px !important;
	position: relative !important;
	top: -3px !important;
	margin-right: 4px !important;
	opacity:0.6;
}

/** Home-icon before first menu item **/
@media only screen and (max-width: 680px) {
	ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link::before{
	margin-bottom:2px;	}
}

ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link::before{
	content: url(/wp-content/uploads/2020/05/home.svg) !important;
	width: 17px !important;
	height: 20px !important;
	position: relative !important;
	display: inline-block !important;
	left: -2px;
	top: 2px !important;
	opacity: 0.6;
}

ul.mega-sub-menu li.mega-menu-item:first-child a.mega-menu-link:hover:before,
ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before{
	opacity:1 !important;
}


ul li#mega-menu-item-14118 ul.mega-sub-menu:after{
	content: url(/wp-content/uploads/2020/05/flyout-tip.svg);
	width:35px;
	position: absolute;
	top:-16px;
	display:block !important;
	left: 50%;
	transform: translate(-50%,0);
}


li.mega-menu-row{
	max-width: 1080px !important;
	margin: 0 auto !important;
	float: none !important;
}

a.link-button{
	background: transparent;
    font-size: 22px;
    padding: 1px 8px;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
    color: #dadada;
    font-family: inherit;
    font-size: 16px;
	display: inline-block;
	margin-left:-8px;
	transition: all 0.3s;
}



.mega-sub-menu .link-button{
	margin-top: 8px;
}

.mega-sub-menu .link-button:hover{
	background-color:rgba(255,255,255,0.1);
	transition: all 0.3s;
}

a.link-button.teamviewer:before{
	content: url(/wp-content/uploads/2020/05/teamviewer.svg);
	display: inline-block;
	width:18px;
	position: relative;
	top: 3px;
	margin-right: 4px;
} 

a.link-button.download:before{
	content: url(/wp-content/uploads/2020/05/download.svg);
	display: inline-block;
	width:20px;
	position: relative;
	top: 3px;
	margin-right: 4px;
} 

a.link-button.demo:before{
	content: url(/wp-content/uploads/2020/05/demo_bestellen.svg);
	display: inline-block;
	width:20px;
	position: relative;
	top: 3px;
	margin-right: 4px;
} 

span.ic-menu-section,
span.pf-menu-section,
span.vw-menu-section{
	color: rgba(255,255,255,0.6);
    font-family: inherit;
    font-size: 20px;
    text-transform: none;
    text-decoration: none;
	font-weight: normal;
	display: inline-block;
	pointer-events:none !important;
}





/* Nav Menues unten im Footer ausblenden */
@media only screen and (max-width: 981px) {
	.widget_nav_menu {display: none;}
}



.main_title {display: none;}
#top-menu li {padding-right: 10px;}
#top-menu li li a {width: auto;}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
	color: #e02b20 !important;
}





/* Liste */
.et-custom-list ul {margin-left:10px !important; padding-bottom: 15px;}
.et-custom-list ul li:before {background: none;}
.etlist-download ul li:before {background: url(../../uploads/custom/images/liste/download.png) no-repeat 3px 1px !important;}
.mac-aktiv .etlist-download ul li.win {opacity: 0.2; filter: alpha(opacity=20);}
.win-aktiv .etlist-download ul li.mac {opacity: 0.2; filter: alpha(opacity=20);}



.etlist-paket ul,
.etlist-paket2 ul,
.etlist-seminar ul li{ 
    list-style-type: none !important;
}

.etlist-paket ul li:before,
.etlist-paket2 ul li:before{
	content: url(/wp-content/uploads/2020/05/bullet.svg) !important;
	display: block;
	width: 16px;
	position: absolute;
	top: 3px;
	left:13px;
}

/*
.etlist-paket ol { 
    counter-reset: item;
	list-style-type: none;
}

.etlist-paket ol li:before {
	content: counter(item) url(/wp-content/uploads/2020/05/ic-arrow.svg) !important;
	display: inline-flex;
	counter-increment: item;
	width: 18px;
	position: relative;
	top: 0px;
	left: 13px;
	color:#d88846;
	font-size:11px;
	font-weight:bold !important;
	margin-right:20px;
}
*/


/** Info-Box **/

.center-v{
	background:rgba(244, 114, 32, 0.3);
	border: 1px solid rgba(244, 114, 32, 1.00);
	border-radius:2px;
	padding: 22px 28px 15px 26px;
	font-size: 16px;
	font-weight:400;
	color: rgba(255,255,255,0.76);
}

.pf-center-v{
	background:rgba(33, 118, 184, 0.3);
	border: 1px solid rgba(33, 118, 184, 1.00);
	border-radius:2px;
	padding: 22px 28px 15px 26px;
	font-size: 16px;
	font-weight:400;
	color: rgba(255,255,255,0.76);
}

.center-v li,
.pf-center-v li{
	padding:5px 0;
}

.center-v li:before{
	content: url(/wp-content/uploads/2020/05/check_orange.svg);
	display:inline-block;
	width:12px;
	margin: 0 12px -12px;
	left: -32px;
	position: absolute;
}

.pf-center-v li:before{
	content: url(/wp-content/uploads/2020/05/check_blue.svg);
	display:inline-block;
	width:12px;
	margin: 0 12px -12px;
	left: -32px;
	position: absolute;
}

.pf-center-v > ul > ul> li:before{
	content: url(/wp-content/uploads/2020/05/pf-arrow.svg);
	display:inline-block;
	width:12px;
	margin: 0 12px -12px;
	left: -32px;
	position: absolute;
}

.center-v ul,
.pf-center-v ul{
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 0;
}

.iss-box{
	background-color:rgba(229, 229, 229, 1.00);
	padding:22px;
	border-radius:2px;
}

.iss-box:after{
	content: url(/wp-content/uploads/2020/05/flyout-tip-grey.svg);
	width:28px;
	position: relative;
	bottom: -42px;
	display: inline-block;
	text-align: center;
	left: 50%;
	transform: translate(-50%, 0);
}


ol.ic-seminarpunkte{
	color:black
}

.etlist-seminar ul li.belegt:before{
	content: url(/wp-content/uploads/2020/05/x_red.svg) !important;
}

.etlist-seminar ul li:before{
	content: url(/wp-content/uploads/2020/05/check_green.svg)!important;
	display: inline-flex;
	width: 11px;
	position: relative;
	top: 5px;
	left: 13px;
	margin-right:20px;
}


/*
.etlist-paket ol li:before {
	content: url(/wp-content/uploads/2020/05/arrow.svg)!important; 
	display: block;
	width: 12px;
	position: absolute;
	top: 1px;
	left:13px;
}
.etlist-paket ol li span {
	position: relative;
	left:15px;
}
*/


.etlist-paket2 ul {margin-left:110px !important; padding-bottom: 15px;}


/* Formularabstand */
input[type=text],input[type=email], input[type=submit], input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 6px; color: #4e4e4e;}
input[type=text], input[type=email], input[type=submit],input.text, input.title, textarea, select { margin:0.1em 0 0.7em 0 !important;}
input[type=text], input[type=email], textarea {width: 90%; max-width: 400px;}
#main_content_content_vb_tiny_mce {max-width: none;}
textarea { padding: 4px; }
.codedropz-upload-wrapper, .ginput_container_fileupload {width: 90% !important; max-width: 400px;}

.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {padding: 6px;}
.woocommerce a.remove{line-height:18px !important;}
/* Formulare */
#wpcf7-f7-p314-o1 {width: 300px;}
.wpcf7-form p {padding-bottom: 0px !important;}
#wpcf7-f7443-p1298-o1 .wpcf7-response-output {position: absolute; right: 0; top: 495px;}

.workshop .wpcf7-list-item, #wpcf7-f6293-p6294-o1 .wpcf7-list-item {
	display: block;
	margin: 0;
}

#vertrag {
	background-color: #dcdcdc;
}

/* Rahmen und Abstand um Formularblöcke */
fieldset { margin: 0; padding: 5px !important; border: 1px solid #65747D !important; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }


/* Tabs Left Box */
@media only screen and (min-width: 768px) { 
	.tabs-left .et_left_tabs_bg {display:none;}
	.tabs-left { background: none !important; border: 0px solid #dcdcdc !important; border-bottom: 0px solid #a8a8a8 !important; border-radius: 0px !important;border-radius: 0px !important; -webkit-border-radius: 0px !important; position: relative; padding-left:210px; min-height: 170px; box-shadow: none !important; -moz-box-shadow:none !important; box-shadow: none !important; margin-bottom: 35px; }
		.tabs-left .et-tabs-control { width: 221px; border-top: 0px solid #ffffff !important; border-left: 0px solid #ffffff !important; border-radius: 0px !important;border-radius: 0px !important; -webkit-border-radius: 0px !important; border-top-right-radius: 0px !important;border-top-right-radius : 0px !important; -webkit-border-top-right-radius: 0px !important; position: absolute; top: 0px; left: 0px; list-style:none outside none !important; padding-top: 20px !important;}
	.tabs-left .et-tabs-control li {box-shadow: none !important; box-shadow: none;}
	.tabs-left .et-tabs-control li a { border-bottom: 3px solid transparent; color: #65747D !important; font: 14px "myriad-pro", Arial, Verdana, sans-serif !important; text-shadow: none !important; display: block; background: none !important; padding: 12px 30px 12px 10px !important; border-right: 3px solid transparent !important; }
	.tabs-left .et-tabs-control li.active a { background: #CBCBCB !important; border-right: 0px solid #CBCBCB !important;}
	.tabs-left .et-tabs-control li.active:hover a { background: #CBCBCB !important; border-right: 0px solid #CBCBCB !important;}
	.tabs-left .et-tabs-control li:hover { background: #cacaca url(../../uploads/custom/images/icons/pfeil_rechts_klein2.png) no-repeat right 12px !important;}
	.tabs-left .et-tabs-content h3 { padding-bottom: 0px !important; color: #65747D !important; }
				.tabs-left .et-tabs-control li { width: 220px; padding-right: 0px; background: url(../../uploads/custom/images/icons/pfeil_rechts_klein2.png) no-repeat right 12px !important; border: none;}
				.tabs-left .et-tabs-control li.active { background: url(../../uploads/custom/images/menue/menuepfeil.png) no-repeat right 0px !important; padding-right: 15px !important;}
				 
				
					.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a { text-decoration: none; color: #65747D !important; }
	 divdiv.tabs-left div.et-tabs-content { padding: 23px 20px 23px 26px !important; margin-top:12px !important; min-height: 400px !important;} 
		
		
	.interiorcad-imagetab {width: 500px !important; height: 250px !important; padding-left: 95px !important; padding-top:0px !important;}
	.interiorcad-imagetab .et-tabs-control {width: 150px !important; z-index: 99; padding-top: 0px !important;}
	.interiorcad-imagetab .et-tabs-control li { width: 149px !important;}
	.interiorcad-imagetab .et-tabs-content { padding: 0px !important; margin:0px !important; min-height: 0px !important;} 	
	.interiorcad-imagetab .et_slidecontent {margin-top:0px !important; margin-left: 54px !important; height: 300px !important;}
	.ngg-singlepic {padding: 0px !important;}
	/* Allgemein */
	.et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box { color:#65747D !important; text-shadow: none !important; }
	.et_slidecontent {margin-top:0px !important; margin-left: 30px !important;}
	.ic2016tab .et_slidecontent {margin-top: -10px !important;}
	.ic2016tab a.thickbox {padding-left: 0 !important;}
	a.thickbox {padding-left: 0 !important;}
	/* Infobox Schulbestellung */
	.et-box { border-radius: 0px none !important;border-radius: 0px none !important; -webkit-border-radius: 0px none !important; margin: 0px 0px 10px; }
		.et-box-content { border-radius: 0px none !important;border-radius: 0px none !important; -webkit-border-radius: 0px none !important; text-shadow: none !important; padding: 16px 20px 8px 15px; min-height:35px; }

}





/* Teamseite */
div.team {max-width:964px; clear:both;}
div.author-shortcodes {background:transparent; border:none;border-radius: 0px 0px 0px 0px; -moz-box-shadow: none; box-shadow: none; width: 237px; height: 259px; float: left; margin: 0px 4px 10px 0px;}
.team .author-shortcodes .author-inner {background: url(../../uploads/custom/images/kontakt/bg.png) no-repeat;border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px; width: 237px; height: 259px; padding: 0px;}
.team-image {padding: 0px; float: left; height: 129px; overflow-y: hidden;}
.author-info {font-size: 95%;}
.author-inner .author-image .author-overlay {background: transparent !important;}
.author-inner .author-image {padding: 0px !important;}

@media only screen and (max-width: 479px) {
	body.et_full_width_page .author-shortcodes .author-inner {padding: 0px !important;}
}

div.author-inner div.author-info {padding-left:105px; color:#666666 !important;}
.team br {visibility: hidden; display: none;}
.tname {font-weight: bold; padding-top:5px; padding-bottom: 15px;}
.ttitle {padding-bottom: 3px; line-height: 1.5em;}
.tnummer {background: url(../../uploads/widgets/icons/telefonhoerer.png) no-repeat left top; padding-left:30px; padding-bottom: 5px; padding-top: 1px;}
.tmail {background: url(../../uploads/widgets/icons/email.png) no-repeat left !important; padding-top:5px !important; padding-left:30px !important;}
.tmail a {padding-top: 12px !important;}
a.tmail {color: #666666 !important;}
a.tmail:hover {text-decoration: underline !important;}
.sprechblase {position: absolute; left:10px; top:145px; padding-right: 15px; font-size:12px; line-height: 12.2px;}
img.teamreiter {display:block; text-align:left; margin: 0px; padding:0px 0px 3px 0px; border:none;}

/* Footer */
#et-footer-nav .container {text-align: center;}
#footer-info {text-align: center; float: none;}

/* interiorcad Unterseiten alt */
.mlinhalt {width: 100%;}
.icinhalt {min-height: 405px;}

/* Galerie */
/** Desktop **/
@media (min-width: 981px){
.col-width .et_pb_gallery_item {
width: 16.66% !important; /*six columns*/
clear: none !important;
}
}
 
/** Tablet **/
@media (max-width: 980px){
.col-width .et_pb_gallery_item {
width: 25% !important; /*four columns*/
clear: none !important;
}
}
 
/** Small Tablet and Large Phone **/
@media (max-width: 767px){
.col-width .et_pb_gallery_item {
width: 33.33% !important; /*three columns*/
clear: none !important;
}
}
 
/** Phone **/
@media (max-width: 479px){
.col-width .et_pb_gallery_item {
width: 50% !important; /*two columns*/
clear: none !important;
}
	
#fr-video{
	margin-bottom:-100px !important;
}
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed, #kuechenwagen-container
{
	height:83.3% !important;
}


/** stack underneath mobile menu **/
.et_pb_slider, .et_pb_slides{
	z-index:4 !important;
}

.et-pb-controllers a{
	background-color: rgba(255, 255, 255, 1);
	width: 12px;
	height: 12px;
	border-radius: 12px;
	opacity: 1;
}

.et-pb-controllers .et-pb-active-control {
	background-color: rgba(255, 28, 47, 1);
}
	
.et-pb-arrow-next, .et-pb-arrow-prev{
	font-size:80px;
	margin-top: -50px !important;
}
	
.et-pb-arrow-next {
	right: -12px !important;
}
	
.et-pb-arrow-prev {
	left: -16px !important;
}

	

h1{
	font-weight: bold;
	line-height: 38px;
	font-size:30px;
}

h2{
	line-height:38px;
}

h3{
	line-height:32px;
}

h5 {
	line-height:24px;
}

.h6-ic h6{
	background-color: rgba(229, 145, 26, 0.1);
	color: rgb(132, 83, 15);;
	text-align: center;
	padding: 5px;
	margin-bottom: -12px;
	font-size:20px;
	border-bottom: 2px solid rgba(229, 145, 26, 1);
}

.h6-pf h6{
	background-color: rgba(0, 140, 225, 0.1);
	color: rgb(0, 73, 117);;
	text-align: center;
	padding: 5px;
	margin-bottom: -12px;
	font-size:20px;
	border-bottom: 2px solid rgba(0, 140, 225, 1);

}

.h6-team h6{
	background-color: #e7e7e7;
	border-radius: 999px;
	text-align: center;
	padding: 5px;
	margin-bottom: -12px;
	font-size:20px;
}


.mug-top{
	width:100%;
	background-color:#e7e7e7;
	display:inline-block;
	border-radius:4px;
}

.mug-top img{
	border-radius: 4px 0 0 4px;
}

.contact-details{
	float: left;
}

.contact-details li{
	list-style: none !important;
}

ul.contact-details{
	padding: 16px 18px !important;
}

.contact-blurb{
	border-color: #e7e7e7;
	border-width: 2px;
	border-style: solid;
	margin-top:6px;
	padding: 2px 8px;
	display:table;
	background-color: white;

}

.contact-blurb:before{
	background-image: url(/wp-content/uploads/2019/08/Speak.svg);
    background-size: 32px 35px;
    width: 32px; 
    height: 35px;
    content:"";
	position: relative;
	right: -10px;
	top: -37px;
	float:right;
}

a.tel, a.mail-link, span.link
{
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius:2px;
  transition: all 0.4s;
}

a.link
{
	border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
	border-radius:2px;
	transition: all 0.4s;
	padding: 0 2px;
}

a.tel:hover, a.mail-link:hover, span.link:hover
{
	background-color:rgba(255, 255, 255, 0.25);
	border-radius:2px;
	transition: all 0.4s;
}

a.link:hover
{
	background-color:rgba(0, 0, 0, 0.25);
	border-radius:2px;
	transition: all 0.4s;
	color:white;
}

#teamheader .header-content,
#no-overlay .header-content {
	background: none;	
}

#teamheader .header-content h1{
	font-size:78px!important;
	width:100%!important;
}

/* Header Overlay fuer die Startbilder */
.header-content {
	background-color: rgba(255,255,255, 0.5);
	padding: 2% !important;
	border-radius: 10px 10px;
}

.schulformular form input[type=submit]{
	display:inline;
}

.schulformular{
	display: flex;
	margin: 0 auto;
}

/** Verlängerung Schulversion **/


.page-id-553 .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper,
.page-id-13996 .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper{
	background:none;
}

.page-id-553 .et_pb_bg_layout_dark .et_pb_slide_description,
.page-id-13996 .et_pb_bg_layout_dark .et_pb_slide_description{
	text-shadow:none;
}


.corona-alert{
	background-color: rgba(230, 0, 28, 0.2) !important;
	border: 1px solid #e6001c !important;
	border-radius: 3px;
	color: #e6001c;
	font-weight: normal;
	text-align: left !important ;
}

.corona-alert h2{
	text-align: center !important;
	opacity:0.6;
}

/*
.corona-alert:after{
	content: url(/wp-content/uploads/2020/05/covid.svg);
	position: absolute;
	width: 32px;
	top: -16px;
	right: -13px;
}
*/

/* ---------- Add inset box-shadow to image ---------- */
li.product > a > span{
	position: relative;
	max-width: 100%;
	float: left;
}

li.product > a > span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.05);
	margin-bottom: 9px;
}

.image-wrapper-inline,
.image-wrapper-top{
	overflow:hidden;
	display:inline-block;
	position:relative;
	float: left;
  }

  .image-wrapper-inline{
	margin-right:8px;
  }




  .image-wrapper-inline img,
  .image-wrapper-top img{
   vertical-align:middle;
  }

  .image-wrapper-inline:after,
  .image-wrapper-top:after{
	content: "";
	position: absolute;
	width: 100%; height: 100%;
	left: 0; top: 0;
	box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.05);
  }
  
  .image-wrapper-inline:hover:after,
  div.image-wrapper-top:hover::after,
  .releasenotes-iframe:hover{
  box-shadow:  inset 0 0 0px 1px rgba(0,0,0,0.2), 0 0 11px 3px rgba(0,0,0,0.2) !important;
  transition: all 0.3s;
  }

  .releasenotes-iframe{
	box-shadow:  inset 0 0 0px 1px rgba(0,0,0,0.2), 0 0 3px 1px rgba(0,0,0,0.2) !important;
	padding:2px;
  }

.image-centered .et_pb_image_wrap{
	text-align:center;
}

/*
.image-wrapper-inline{
	position: relative;
	max-width: 100%;
	float: left;
	margin-right:8px;
}

.image-wrapper-inline:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.05);
}
*/


/*
li.product > a > span > img{
	float:left;
}

.box-shadow-overlay,
li.product > a > span:before{
	pointer-events: all !important;
}



/* Same hover effect for shop image and image links */

/*
li.product > a{
	pointer-events: none;
}


.box-shadow-overlay:hover,
li.product > a > span:hover:before{
	box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.2), 0 0 11px 3px rgba(0,0,0,0.2) !important;
	transition: all 0.3s;
}
*/
/* ---------- Add inset box-shadow to image ---------- */

/* ---------- Add Badge ---------- */
@media (max-width: 479px){
	.udemy-badge:after{
		content: url(/wp-content/uploads/2020/05/logo-coral.svg);
		width: 90px !important;
		bottom:-14px !important;
		z-index: 99;
	}
}

.udemy-badge{
	height:100%;
	display:inline-block;
}

.udemy-badge:after{
	content: url(/wp-content/uploads/2020/05/logo-coral.svg);
	display: inline-block;
	position: relative;
	width: 120px;
	bottom: 16px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 99;
}



/* ---------- Styling Badges ---------- */
.badged-wrapper{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	background: wheat;
	margin-bottom:60px;
	box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.05);
}

.badge{
	display: flex;
	position: relative;
	height: 60px;
	margin-bottom:-60px;
	bottom:30px;
}

/** Styling playbutton **/
.playbutton-youtube{
	display: flex;
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
}
/* ---------- Styling Badges ---------- */





/* Woo Styling */

li.product > a > h2{
	line-height:21px !important;
	top: 12px;
	position: relative;
}

li.product > p > span{
	top: 9px;
	position: relative;	
}



span.student-alert{
/* 	background-color: rgba(353, 176, 188, 0.4) !important;
 */	
	background-color: rgba(230, 0, 28, 0.2);
 	display: inline-block;
	border: 1px solid #e6001c;
	border-radius: 3px;
	padding: 6px 21px;
	color: #e6001c;
	font-weight: normal;
	font-size:18px;
	text-transform: uppercase;
	backdrop-filter: blur(0.8);
	line-height:24px;
	margin-bottom:24px;
}


h1.schulslider{
	font-weight:400 !important;
	word-wrap: break-word;
	hyphens:none;
	color:black !important;
}

@media (max-width: 479px){
	h1.schulslider{
	hyphens:auto;
	margin-top:-22px;
}
}

.four-buttons .et_pb_button{
	font-size:100% !important;
	min-height:60px;
	width:100%;
	display: flex; 
    flex-direction: column; 
	justify-content: center;
	color:rgba(255,255,255,0.8);
}

.four-buttons .et_pb_button:hover{
	background-color:rgba(255,255,255,0.1) !important;
}


.schulbutton{
	position: relative;
	border: 2px solid !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em!important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	padding: .3em 1em!important;
}
	
input.schulbutton{
	bottom: -17px;
	float: left;
	left: 50%;
	transform: translate(-50%, 0);
}

.schulbutton:hover{
	background-color: rgb(177, 177, 177);
	border: 2px solid !important;
	border-color: rgb(177, 177, 177)!important;
	cursor: pointer;
}

.schulsn{
font-size:20px;
border-radius: 9999px !important;
border: none!important;
text-align:center;
}

#verlaengern > div > div > div > div.et_pb_container.clearfix > div > div > div > div > div > div > form > input.schulsn{
	padding:4px 0 5px 22px !important;
	background-color:white !important;
	box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.2) /*inset 0 0 0 0.5px rgba(0,0,0,0.6)*/;
	border: 0.5px solid rgba(0,0,0,0.3) !important;
	text-align: left;
}

.schulradio{
	max-width:350px;
	text-align: left;
	margin-bottom: -15px;
	float:left;
	font-size:22px;
}
.schulradio input[type="radio"]{
	margin: 0 12px 0 32px;
	transform:scale(1.5);
	position: relative;
	top: -3.5px;
}

.schulradio label{
	cursor:pointer;
}

/** Verlängerung Schulversion Phone **/
@media (max-width: 479px){
	.schulradio input[type="radio"]{
		width: 18px;
		margin: 12px 0 0 25px;
		padding: 0 0 12px 0;
		transform:scale(1.1);
		position: relative;
		top: 0.5px;
	}
	.schulradio{
		margin-bottom: 5px;
		font-size:18px;
	}
}

/** Kundenzitate Seite ic-Funktionen **/
.quote{
	background: #e6e6e6;
	padding:0 8px;
	border-radius: 2px;
}

.quotename{
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	line-height:140%;
	margin-top:5px;
}
li.quote, li.quotename{
	list-style: none!important;
	margin-left:-15px;
}

.mfp-content{
	width:90%;
	background-color: white;
}

img.mfp-img{
	background-color: white;
}

/** Warnung Schulbestellung (und andere??) **/
.et-info .et-box-content{
	text-align: center;
	font-size: 25px;
}

.et-box-content strong{
		color:red!important;
}

.et-info:before{
	background: none!important;
}

@media only screen and (min-width: 768px), all{
.et-box {
		margin: -10px 0 0 0!important;
	}}


/* Widgets */
.widget_aboutmewidget, .widget_text {
margin-bottom: 26.347%;
}

.widget_text, .textwidget{
	width: 100%; height: 114px !important;
}

.widget_aboutmewidget, .widget_text{
	margin-bottom: 100px;
	height: 100px !important;
}

h4.title, h4.widgettitle{
	height:50px;
}

.wimg-cont{
	height: 100px;
	width: 33%;
	float: left;
	padding: 0 10px 0 0;
}

.widget-image{
	max-height:70px;
	margin:0 auto;
	display:block;
}

/** Widgets Desktop **/
@media (min-width: 981px){

	.footer-widget .fwidget{
		margin-bottom:50%!important;
	}

}



/** Widgets Tablet **/
@media (max-width: 980px){

	.footer-widget .fwidget{
		margin-bottom: 0!important;
	}	
}



/** Small Tablet and Large Phone **/
@media (max-width: 767px){

	.footer-widget .fwidget{
		margin-bottom: 0!important;
	}	
	
}



	/** Widgets Phone **/
@media (max-width: 479px){
	.widget_aboutmewidget, .widget_text {
		margin-bottom: 26.347%;
	}
	
	.footer-widget .fwidget{
		margin-bottom: 0!important;
	}	

}


/* Workshop-Seite Header background. Grrrrr. Warum geht das nicht im Modul? */
#et-boc > div > div > div.et_pb_section.et_pb_section_0.et_pb_fullwidth_section.et_section_regular > section > div.et_pb_fullwidth_header_container.center > div > div{
	background:none;
}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 2px;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button,
input[type="button"] {
 background: transparent;
 font-size: 22px;
 padding: 12px 23px;
 border-radius: 5px;
 border: 1px solid rgba(0,0,0,0.2);;
 letter-spacing: 2px;
 cursor: pointer;
 font-size: 1em;
 letter-spacing:2px;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover,
.typeform input[type="button"]:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 1px solid transparent;
}


/**** FORM STYLING ****/

/*** "Webinar" Header ***/
#field_9_21 > label{
	font-size:24px;
}


.typeform-mw input[type="radio"], 
.typeform-checkbox input[type="checkbox"]{
	font-size:16px !important;
	position: relative;
}

.typeform-product label.gfield_label,
.typeform-checkbox label.gfield_label{
	font-size:16px !important;
}

.gform_wrapper .typeform-checkbox .gfield_checkbox li label, 
.typeform-mw .gform_wrapper .gfield_radio li label{
	font-size:16px !important;
}

/* Label position */
label.gfield_label{
	top:12px;
	position: relative;
	font-weight: 600 !important;
	font-size:16px !important;
}

.gfield_description{
	top:10px;
	position: relative;
	line-height:14px !important;
}



/***** CONTROLS POSITION GRAVITY FORMS ******/

/*--------Checkboxes and Radios--------*/


@media only screen and (min-width: 641px){
	.typeform-mw input[type=radio]{
		top: -4px;
	}

	.typeform-checkbox input[type=checkbox]{
		top:1px;
	}
}

@media (max-width: 767px){
	.gf_browser_safari .typeform-mw .gfield_radio input[type="radio"]{
	margin-top:3px !important;
	}
}

@media (max-width: 767px){
	.gf_browser_safari .typeform-checkbox .gfield_checkbox input[type="checkbox"]{
	vertical-align: top !important;
	margin-top:4px !important;
	}
}

/*** Chrome Checkbox Syling ***/
.gf_browser_chrome .typeform-checkbox input[type=checkbox]{
	top: -3px !important;
}

/*** Chrome Radio Syling ***/
.gf_browser_chrome .typeform-mw input[type=radio] { 
	top: -2px !important;
}

/*** Safari Checkbox Syling ***/
.gf_browser_safari .typeform-checkbox input[type=checkbox]{
	top: -1px !important;
}

/*** Safari Radio Syling ***/
.gf_browser_safari .typeform-mw input[type=radio]{ 
	top: 1px !important;
	left: 1px;
}
/***** CONTROLS POSITION GRAVITY FORMS ******/
/* Move male radio 2px left for good measure */
li .gchoice_9_22_0{
	left:2px;
}

/* Change position of m/f radios from vertical to horizontal */
.gform_wrapper .typeform-mw ul.gfield_radio li{
	float:left;
	width:80px;
}

/* ------ POSITION CHECKBOX MUSS FÜR JEDE SEITE ANGEPASST WERDEN! ------ */

@media (max-width: 767px){
	/*** Consent-Section ***/
		#input_9_14_1, /** Datenschutzerklärung Consent-Checkbox für Webinare **/
		#input_6_14_1  /** Datenschutzerklärung Consent-Checkbox fürAngebote **/,
		#input_6_18_1{ /** Einwilligung Datenverwendung Consent-Checkbox fürAngebote **/
		top:0px !important;
		position: relative;
		font-size:16px !important;
		}
	}
	
	@media (min-width: 767px){
	/*** Consent-Section ***/
		#input_9_14_1, /** Datenschutzerklärung Consent-Checkbox für Webinare **/
		#input_6_14_1, /** Datenschutzerklärung Consent-Checkbox fürAngebote **/
		#input_6_18_1{  /** Einwilligung Datenverwendung Consent-Checkbox fürAngebote **/
		top:-1px !important;
		left:-2px;
		position: relative;
		font-size:16px !important;
		}
	}
	
	/*** Consent-Section Firefox ***/
	@-moz-document url-prefix(){
		#input_9_14_1, /** Datenschutzerklärung Consent-Checkbox für Webinare **/
		#input_6_14_1, /** Datenschutzerklärung Consent-Checkbox fürAngebote **/
		#input_6_18_1{  /** Einwilligung Datenverwendung Consent-Checkbox fürAngebote **/
		top:0px !important;
		left:-2px;
		position: relative;
		font-size:16px !important;/* Hat keine Auswirkung */
		}			
	}
	
	


.gform_wrapper .typeform-mw ul.gfield_radio li label{
	width:unset !important;
	font-size:14px !important;
}

@media only screen and (max-width: 641px){
	.gform_wrapper .typeform-mw ul.gfield_checkbox li label{
	width:100% !important;
	}
	.gform_wrapper .typeform-product ul.gfield_checkbox{
	padding-right:0 !important;
	}
}

.page-id-13832 .gform_wrapper .gform_fileupload_multifile .gform_drop_area{
	top:11px;
}

/*** SUPPORTFORMULAR ***/


 
/* Center form on page */
/*.page-id-13832 .gform_wrapper form, 
.page-id-13832 .gform_wrapper input,
.page-id-13864 .gform_wrapper form, 
.page-id-13864 .gform_wrapper input,
.page-id-13937 .gform_wrapper form, 
.page-id-13937 .gform_wrapper input,
.page-id-13760 .gform_wrapper form, 
.page-id-13760 .gform_wrapper input,
.page-id-258 .gform_wrapper form, 
.page-id-258 .gform_wrapper input*/
.gform_wrapper form, 
.gform_wrapper input{
	 max-width:540px !important; 
}

/*.page-id-13832 .gform_wrapper input.medium,
.page-id-13832 .gform_wrapper textarea.medium,
.page-id-13832 .ginput_container_fileupload,
.page-id-13864 .gform_wrapper input.medium,
.page-id-13864 .gform_wrapper textarea.medium,
.page-id-13864 .ginput_container_fileupload,
.page-id-13937 .gform_wrapper input.medium,
.page-id-13937 .gform_wrapper textarea.medium,
.page-id-13937 .ginput_container_fileupload,*/
.gform_wrapper input.medium,
.gform_wrapper textarea.medium,
.ginput_container_fileupload,
.gform_wrapper .top_label li ul.gfield_radio,
#input_3_16_other{
	width:100% !important;
	max-width:unset !important;
}

.gform_body,
.gform_wrapper .top_label input.medium,
.gform_wrapper .gform_footer,
.gform_wrapper textarea.medium,
.gform_wrapper{
	width: 100% !important;
    max-width: 540px;
    margin: 0 auto !important;
}

.form-confirm img{
	max-width: 100%;
	height: auto;
	width: 100px;
	margin: 60px auto 0 auto;
	display: block;
}

/** Transform label to button **/
/* .schulradio label, */
.typeform-pf-sup ul li label,
.typeform-product ul li label{
	border: 1px solid rgba(0,0,0,0.2);
	height: 48px;
	width:100% !important;
	max-width: unset !important;
	padding-top:6px !important;
	font-size: 22px;
	margin-left:0 !important;
	border-radius:2px;
	transition: all 0.2s;
}

/* .schulradio label:hover, */
.typeform-pf-sup ul li label:hover,
.typeform-product ul li label:hover{
	background-color: rgba(234, 234, 234, 0.5);
	transition: all 0.2s;
}

.typeform-pf-sup ul li img,
.typeform-product ul li img{
	height:35px;
	opacity:0.4
}

.typeform-pf-sup [type="radio"]:hover + label img,
.typeform-product [type="radio"]:hover + label img{
	opacity:0.7
}


.support-logo{
	display:inline-block;
	position: relative;
	top:7px;
	margin-right:6px;
}

.ic-support-logo{
	margin-right:6px;
	position: relative;
	top:2px;
}

.vw-logo{
	margin-right:6px;
	position: relative;
	top: 9px;
	width: 172px;
}

.typeform-product span{
	font-size:22px;
}

/*** Radio Styling ***/

/* Base for label styling */

/* .schulradio [type="radio"]:not(:checked),
.schulradio [type="radio"]:checked, */
.typeform-pf-sup [type="radio"]:not(:checked),
.typeform-pf-sup [type="radio"]:checked,
.typeform-product [type="checkbox"]:not(:checked),
.typeform-product [type="checkbox"]:checked{
  	position: absolute;
  	left: -9999px;
}
/* .schulradio [type="radio"]:not(:checked) + label,
.schulradio [type="radio"]:checked + label, */
.typeform-pf-sup [type="radio"]:not(:checked) + label,
.typeform-pf-sup [type="radio"]:checked + label,
.typeform-product [type="checkbox"]:not(:checked) + label,
.typeform-product [type="checkbox"]:checked + label{
  	position: relative;
  	cursor: pointer;
	padding-left:44px;
	padding-right:12px;
}

/* .schulradio [type="radio"]:checked + label,
 */.typeform-pf-sup [type="radio"]:checked + label,
.typeform-product [type="checkbox"]:checked + label{
	border: 1px solid rgba(25, 96, 174, 1.00);
}

@media only screen and (min-width: 641px){
	.gform_wrapper .typeform-product ul.gfield_checkbox{
	padding-right:16px !important;
	}
}

@media only screen and (max-width: 641px){
	.gform_wrapper .typeform-product ul.gfield_checkbox{
	padding-right:0 !important;
	}
}

.typeform-pf-sup [type="radio"]:checked + label img,
.typeform-product [type="checkbox"]:checked + label img{
	opacity: 1;
}

/* radio aspect */
/* .schulradio [type="radio"]:not(:checked) + label:before, */
.typeform-pf-sup [type="radio"]:not(:checked) + label:before,
.typeform-pf-sup [type="radio"]:checked + label:before{
  content: '';
  position: absolute;
  left: 10px; top: 10px;  width: 26px; height: 26px;
  border: 1.5px solid rgba(0,0,0,0.2);;
  border-radius: 15px;
}

.typeform-product [type="checkbox"]:not(:checked) + label:before,
.typeform-product [type="checkbox"]:checked + label:before{
  content: '';
  position: absolute;
  left: 10px; top: 10px;  width: 26px; height: 26px;
  border: 1.5px solid rgba(0,0,0,0.2);
  border-radius: 2px;
}

/* Andere profacto Versionen */
#input_3_16_other{
	background:none;
	border: 1.5px solid rgba(0,0,0,0.2);;
}

/* checked mark aspect */
/* .schulradio [type="radio"]:not(:checked) + label:after, */
.typeform-pf-sup [type="radio"]:not(:checked) + label:after,
.typeform-pf-sup [type="radio"]:checked + label:after{
  content: '';
  position: absolute;
  background: rgba(25, 96, 174, 1.00);
  left: 17px; top: 17px;  width: 12px; height: 12px;
  border-radius: 6px;
  transition: all .2s;
}

.typeform-product [type="checkbox"]:not(:checked) + label:after,
.typeform-product [type="checkbox"]:checked + label:after{
  content: url(/wp-content/uploads/2020/05/ok_white.svg);
  position: absolute;
  background: rgba(25, 96, 174, 1.00);
  border:2px solid rgba(25, 96, 174, 1.00);
  border-radius:2px;
  left: 10px; top: 10px;  width: 26px; height: 26px;
  transition: all .2s;
  padding:2px;
}

/* checked mark aspect changes */
/* .schulradio [type="radio"]:not(:checked) + label:after, */
.typeform-pf-sup [type="radio"]:not(:checked) + label:after,
.typeform-product [type="checkbox"]:not(:checked) + label:after{
  opacity: 0;
  transform: scale(0);
}
/* .schulradio [type="radio"]:checked + label:after, */
.typeform-pf-sup [type="radio"]:checked + label:after,
.typeform-product [type="checkbox"]:checked + label:after{
  opacity: 1;
  transform: scale(1);
}
/* disabled radio */
/* .schulradio [type="radio"]:disabled:not(:checked) + label:before, */
.typeform-pf-sup [type="radio"]:disabled:not(:checked) + label:before,
.typeform-pf-sup [type="radio"]:disabled:checked + label:before{
  box-shadow: none;
  border-color: rgba(0,0,0,0.2);;
  background-color: #ddd;
}
.typeform-product [type="checkbox"]:disabled:not(:checked) + label:before,
.typeform-product [type="checkbox"]:disabled:checked + label:before{
  box-shadow: none;
  border-color: rgba(0,0,0,0.2);;
  background-color: #ddd;
}

/* .schulradio [type="radio"]:disabled:checked + label:after, */
.typeform-pf-sup [type="radio"]:disabled:checked + label:after{
  color: #999;
}
.typeform-product [type="checkbox"]:disabled:checked + label:after{
color: #999;
}

/* .schulradio [type="radio"]:disabled + label, */
.typeform-pf-sup [type="radio"]:disabled + label{
  color: #aaa;
}
.typeform-product [type="checkbox"]:disabled + label{
color: #aaa;
}

/* .schulradio [type="radio"]:checked + label:before, */
.typeform-pf-sup [type="radio"]:checked + label:before{
	border: 2.5px solid rgba(25, 96, 174, 1.00);
}

/* accessibility */
/* .schulradio [type="radio"]:checked:focus + label:before, */
.typeform-pf-sup [type="radio"]:checked:focus + label:before,
.typeform-pf-sup [type="radio"]:not(:checked):focus + label:before{
  border: 2.5px solid rgba(25, 96, 174, 1.00);
  background-color: #fff;
}
.typeform-product [type="checkbox"]:checked:focus + label:before,
.typeform-product [type="checkbox"]:not(:checked):focus + label:before{
  border: 2.5px solid rgba(25, 96, 174, 1.00);
}

/* hover style */
/* .schulradio label:hover:before, */
.typeform-pf-sup label:hover:before,
.typeform-product label:hover:before{
	content: '';
	background: rgba(0,0,0,0.03) !important;
	transition: all .2s;
}


input::placeholder{
	color: rgba(0,0,0,0.3)
}

input[type="text"]{
	color:rgba(0,0,0, 1.00) !important;
}

/** Country Selection **/
.typeform-countypicker #input_6_10_chosen{
	width:100% !important;
	max-width: unset !important;
}

.typeform-countypicker .chosen-single{
	border:none !important;
	border-radius:2px !important;
}

.gform_wrapper .chosen-container-single .chosen-single{
	background: rgba(0,0,0,0.07) !important;
	border:none !important;
	box-shadow:none !important;
	border-radius:2px !important;
	height:50px !important;	margin-top:1px;
	color: #999 !important;
}

.gform_wrapper .chosen-container-single .chosen-single span{
	position: relative;
	top:13px !important;
	left:7px !important;
}
.gform_wrapper .chosen-container-single .chosen-single div{
	position: absolute;
	top:13px !important;
	width:9px !important;
	right:12px !important;
}

.gform_wrapper .chosen-container .chosen-drop{
	border:2px solid rgba(229, 229, 229, 1.00) !important;
	box-shadow:none !important;
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text]{
	border:none !important;
	border-bottom:1px solid rgba(0,0,0,0.2) !important;
	background-image:none !important; /*Remove Magnifying Glass Icon*/
}

.gform_wrapper .chosen-container li.highlighted{
	border:none;
	background-image:none !important;
	background-color: rgba(0,0,0,0.5) !important;
}

ul li .chosen-results :first-child{
	display: none;
}

.gform_wrapper li.gfield.gfield_error{
	background-color:rgba(252, 0, 7, 0.1) !important;
}

.gform_wrapper .validation_message{
	top:-8px;
}

/** Replace required-asterisk with custom icon and move to front **/
/* Hide asterisk */


/* Asterisk styling */
.gfield_required{
    background-color: rgba(236, 236, 236, 1.00);
	display: inline-grid !important;
	position: relative;
	border-radius: 2px;
    height: 15px;
    width: 14px;
	padding: 2px 3px 0px 3px;	
	margin-left:7px !important;
	top: 1px;
	font-size: 13px !important;
	font-weight:400;
	line-height: 14px;
	color:rgba(0,0,0,0.5) !important;
}


.gfield_required:after{
	content: url(/wp-content/uploads/2020/05/required-tip.svg);
	width: 4px !important;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 14px;
}

/* Consent-Section */
.ginput_container_consent > .gfield_required:after{
	width: 4px !important;
	position: relative;
	top: -16px;
	right: 7px;
	float: left;
}

/** Replace upload-icon **/
.gform_delete{
	width:16px !important;
	float:left;
	position: relative;
	top:5px !important;
	display: block;
	margin-right:5px;
	padding:2px;
	border-radius:2px;
}

.gform_delete:hover{
	content:url(/wp-content/uploads/2020/05/del.svg);
	background-color:rgba(0,0,0,0.2);;
}

.divider{
	border-top: 1px dashed gray;
}

/** Replace upload-spinner **/
.gform_ajax_spinner{
	width: 55px;
	position: relative;
	top:19px;
	margin-top:-18px;
}

/*Equalise DIVI Tabs]*/
.equal-tabs .et_pb_tabs_controls li {
    width: 50%; 
    text-align: center;
}


.et_pb_tab{
	padding:0 !important;
}

.et_pb_tabs{
	border:none;
}


li.et_pb_tab_active{
	border-bottom: 2px solid gray !important;
	border-right:none !important;
	border-left:none !important;
	background-color: rgba(241, 241, 241, 1.00) !important;
	transition: none !important;
}

li.et_pb_tab_active a{
	position: relative;
	bottom:-1px;
	transition: none !important;
}

li:not(.et_pb_tab_active){
	border-right: 1 px solid gray !important;
	border-left:none !important;
	position: relative;
	left:1px;
	transition: none !important;
}

.et_pb_tabs_controls li a:hover{
	border: none !important;
	background-color: transparent !important;
}
@media only screen and (max-width: 641px){
	.et_pb_tabs_controls li a{
		padding: 6px 13px;
		line-height: 100%;
	}
}

	.et_pb_tabs_controls li a{
	color:rgba(150, 150, 150, 1);
	font-weight:400 !important;
}

@media only screen and (max-width: 641px){
	.seminare-tabs ul.et_pb_tabs_controls{
	font-size:20px;
	}
}
.seminare-tabs ul.et_pb_tabs_controls{
	background-color:transparent;
	margin-bottom: 50px;
    margin-top: 50px;
}

ul.et_pb_tabs_controls:after{
	border:none !important;
	position: relative;
	top:-2px;
}

.et_pb_all_tabs{
	background:none !important;
}

.evr_fb_popup_modal{
	background:none;
}

.et_pb_fullwidth_portfolio{
	display:flex;
}

.et_pb_portfolio_item{
	justify-content: center;
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 768px){
	.scroll-arrow-mobile{
	display:none
	}
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (max-width: 768px){
	.scroll-arrow-mobile{
		display: block; 
		margin: 0 auto;
		}
}


.two-columns .et_pb_column {
width: 100%!important;
}

.two-columns span.et_pb_image_wrap{
	margin: 0 9%;
}

.play-image span.et_pb_image_wrap:after{
	content: url(/wp-content/uploads/2020/05/play.svg);
	width:32px;
	display:block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.play-image span.et_pb_image_wrap:hover:after{
	content: url(/wp-content/uploads/2020/05/play_mouseover.svg);
	width:32px;
	display:block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.play-image .et_pb_image img{
	border-radius:2px;
	box-shadow: 0 6px 40px 9px rgba(0,0,0,1);
	margin:-1px;
}

.two-columns .et_pb_image img{
	border-radius:2px;
	box-shadow: none;
	margin:-1px;
}

.video-footer, .video-footer-mobile{
	padding:18px;
}

.video-footer-mobile{
	background-color:white;
	border-radius:4px;
}


.video-footer-mobile p{
	opacity:0.8
}

.video-footer-mobile h3{
	opacity: 0.65
}

.video-footer::before{
	content: url(/wp-content/uploads/2020/05/flyout-tip-video-caption.svg);
	width:32px;
	display:block;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: .34;
}


.video-footer-mobile::before{
	content: url(/wp-content/uploads/2020/05/flyout-tip-video-caption-white.svg);
	width:32px;
	display:block;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media all and (max-width: 981px){
	.pricing-table-body{
		width:95% !important;
		border-left: 4px solid rgba(244, 114, 32, 1.00);
		border-top:none !important;
	}
}

.pricing-table-body{
	box-shadow: 0 0 20px 4px rgba(55, 24, 5, 0.1);
	border-top: 4px solid rgba(244, 114, 32, 1.00);
}

@media all and (max-width: 981px){
	.pricing-table-body.pf-pricing-table-body{
		border-left: 4px solid rgba(32, 116, 184, 1.00);
	}
}

.pricing-table-body.pf-pricing-table-body{
	border-top: 4px solid rgba(32, 116, 184, 1.00);
	box-shadow: 0 0 20px 4px rgba(12, 43, 68, 0.1);
}

@media all and (max-width: 1200px){
	.pricing-product{
		min-height:78px !important;
	}
}



.pricing-product{
	font-size: 1.5rem;
	font-weight: 700;
	min-height:48px;
}


.pricing-price{
	font-size: 1.5rem;
	font-weight: 700;
}

@media all and (min-width: 981px) and (max-width: 1100px) {
	.pricing-tagline{
		min-height:73px !important;
	}
}

.pricing-prod-tagline{
	min-height:30px;
}

.pricing-tagline{
	min-height:60px;
	margin-top:12px;

}

.pricing-button{
	background: rgb(244, 114, 32);
    font-size: 22px;
    padding: 1px 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color:white;
	font-weight: normal;
	text-align: center;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s;
}

.pricing-button:hover{
	background:rgb(206, 91, 19);
	transition: all 0.3s;
}

.pf-pricing-button{
	background: rgba(32, 116, 184, 1.00);
    font-size: 22px;
    padding: 1px 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color:white;
	font-weight: normal;
	text-align: center;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s;
}

.pf-pricing-button:hover{
	background:rgb(24, 86, 136);
	transition: all 0.3s;
}

.pricing-followon{
	font-weight:bold;
	color:black;
	min-height:54px;
	margin-top:12px;
}



.pricing-table-body div.et_pb_column_1_3:nth-child(-n+2){
	border-right:1px solid rgba(0,0,0,0.1);
}

.pricing-table-body div.et_pb_column_1_3{
	display:flex;
	padding: 30px;
	background: white;
	transition: all 0.3s;
}

@media all and (min-width: 980px){
	.pricing-table-body div.et_pb_column_1_3:hover{
		transform: scale(1.1);
		box-shadow: 0 0 20px 4px rgba(55, 24, 5, 0.1);
		border-top: 4px solid rgba(244, 114, 32, 1.00);
		transition: all 0.3s;
		z-index:9;
	}
	.pricing-table-body.pf-pricing-table-body div.et_pb_column_1_3:hover{
		border-top: 4px solid rgba(32, 116, 184, 1.00);
	}
}

@media all and (max-width: 980px){
	.pricing-table-body div.et_pb_column_1_3:nth-child(-n+2){
		border-right:none;
		display:flex;
		border-bottom:1px solid rgba(0,0,0,0.1);;
	}
}	
.ic-product-logo{
	height:37px;
	margin-bottom:30px;
}

.pricing-features ul li{
	padding:5px 0;
}

.pricing-features ul li:before{
	content: url(/wp-content/uploads/2020/05/check_orange.svg);
	display:inline-block;
	width:12px;
	margin: 0 12px -12px;
	left: -32px;
	position: absolute;
}

.pf-pricing-features ul li:before{
	content: url(/wp-content/uploads/2020/05/check_blue.svg);
}

.pricing-features ul{
	list-style-type: none;
	list-style-position: outside;
}


/** Page-Title**/

.page-title{
	padding:0;
}

/** Fullwidth Double-Block Section ***/
/* XG */
@media all and (max-width: 767px) {
	.double-block-section{
		flex-direction:column;
	}
}

.double-block-section .fullwidth-image-wrapper{
	align-self:stretch;
}



@media all and (max-width: 767px){
	.double-block-section .fullwidth-text-wrapper{
		padding:2%;
		max-width:100% !important;
	}
}


@media all and  (min-width: 768px) and (max-width: 980px) {
	.double-block-section .fullwidth-text-wrapper{
		padding:4%;
		flex-grow:1;
		display:flex;
		max-width:60% !important;
	}
}

.double-block-section .fullwidth-text-wrapper{
	margin:0;
	padding:6%;
	flex-grow:1;
	display:flex;
	align-items:center;
	max-width:50%;
}

.double-block-section{
	display:flex;
	margin:0;
	padding:0 !important;
}

.double-block-section .et_pb_text_inner{
	display:flex;
	align-items:center;
}

.double-block-section div.fullwidth-text-container{
	display:flex;
}

/* Paul */

@media all and (max-width: 767px) {
	.double-block-section .right-edge p{
		justify-content: center !important;
	}
}

.double-block-section .right-edge{
	display:flex;
}

@media all and (max-width: 767px) {
	.double-block-section div.fullwidth-text-container.right-edge  > div{
		text-align: center !important;
		align-items: center !important;
	}
	.double-block-section .paul-text > div {
		justify-content: center !important;
	}
	.double-block-section .paul-text div.fullwidth-text-container{
		padding:8% 0 3% 0 !important;
	}

}

.double-block-section .paul-text div.fullwidth-text-container.right-edge  > div{
	flex-direction:column;
	text-align: right;
	align-items: flex-end;
}

.double-block-section .paul-text > div{
	justify-content: flex-end;
}


/*** Title ***/
@media all and (min-width: 1405px) {
	.double-block-section h1,
	.page-title h1,
	.one-half h1{
	font-size: 44px !important;
	line-height:54px;
	}
}

@media all and (min-width: 1100px) and (max-width: 1405px){
	.double-block-section h1,
	.page-title h1,
	.one-half h1{
	font-size: 32px !important;
	}
}

.double-block-section h1{
	padding: 0 5% 0 0;
	text-align:right;
	min-width:40%;
}

.double-block-section h1,
.page-title h1,
.one-half h1{
	font-size:28px;
	color:rgba(0,0,0,0.6);
}

/*** Paragraph ***/

.fullwidth-text-container{
	display:flex; 
}

@media all and (min-width: 1405px) {
	.tri-bar h4{
		font-size:34px !important;
	} 
}

@media all and  (min-width: 1100px) and (max-width: 1405px) {
	.tri-bar h4{
		font-size:30px;
	} 
}

.tri-bar h4{
	font-size:26px;
}

@media all and (min-width: 1405px) {
	.fullwidth-text-container p,
	.one-half p,
	a.link-button.dark,
	.page-title p,
	a.playbutton-text,
	.first_in_bar > div,
	.second_in_bar > div,
	.third_in_bar > div,
	.fourth_in_bar > div,
	a.rect-button{
	font-size: 25px !important;
	line-height: 32px;
	}
}

@media all and  (min-width: 1100px) and (max-width: 1405px) {
	.fullwidth-text-container p,
	.one-half p,
	a.link-button.dark,
	.page-title p,
	a.playbutton-text,
	.first_in_bar > div,
	.second_in_bar > div,
	.third_in_bar > div,
	.fourth_in_bar > div,
	a.rect-button{
	font-size: 21px !important;
	line-height: 26px !important;	
	}
}

.one-half p,
a.link-button.dark,
.page-title p,
a.playbutton-text,
.first_in_bar > div,
.second_in_bar > div,
.third_in_bar > div,
.fourth_in_bar > div,
a.rect-button{
	font-size:18px;
	color:rgba(0,0,0,0.5);
}

.one-half p{
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}

.fullwidth-text-container {
	font-size:18px;
	padding: 10% 5% 10% 0;
}


/*** Image/Video ***/
.fullwidth-image-container{
	height:100%;
	min-width:300px;
	min-height:300px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.fullwidth-image-container div.et_pb_text_inner{
	width:100%;
	height:100%;
}

.fullwidth-image-container div.et_pb_text_inner:hover div.playbutton{
	background-image: url(/wp-content/uploads/2020/05/play_mouseover.svg);
}

.et_pb_video_0 .et_pb_video_overlay_hover:hover {
    background-color: rgba(0,0,0,0.2) !important;
}

.fullwidth-image-block img{
	height:100%;
}


/** Position of Close Box **/
#et-boc .area-outer-wrap > [data-da-type][data-da-close-btn="yes"] .da-close-wrap {
	display: inline;
	position: absolute;
	Right: 55px;
}

#et-boc .area-outer-wrap > [data-da-type][data-da-shadow="yes"]{
	box-shadow: none;
	overflow:visible;
	margin-top:100px;
}

#et-boc .area-outer-wrap > [data-da-type][data-da-color="light"] .da-close{
	border-radius:100%
}


#divi-area-16292{
	margin-top:0 !important;
}

#divi-area-16292 > span{
	right:20px !important;
	top:20px !important;
}

#divi-area-16292 > div{
	display:flex;
	justify-content: center;
}

#divi-area-16292 > span > a{
	font-size:60px !important;
}


/*
#divi-area-16292:after{
	content: '';
	height: 40px;
	width: 100%;
	background-color: rgba(70, 71, 71, 1.00);
	display: block;
	bottom: 40px;
	position: relative;
	margin-bottom: -40px;
}

.et_pb_video_box:not(:hover):after{
	content: '';
	height: 40px;
	width: 100%;
	background-color: rgba(70, 71, 71, 1.00);
	display: block;
	bottom: 40px;
	position: relative;
	margin-bottom: -40px;
}
*/


.video-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media all and  (min-width: 768px) {
	.paul-video{
		justify-content:flex-start;
	}
}

.playbutton{
	background-image: url(/wp-content/uploads/2020/05/play.svg);
	width:100px;
	height:100px;
	display:flex;
}

@media all and (max-width: 767px) {
	.paul{
		width:210px !important;
	}
}


.paul{
	background-image: url(/wp-content/uploads/2020/05/paul.svg);
	background-position: right center;
	width:289px;
	background-repeat: no-repeat;
	height:300px;
	display:flex;
}

@media all and (max-width: 768px) {
	.rect-button{
		align-self:center !important;
	}
}





a.rect-button.overlay{
	color:rgba(0,0,0,0.5);
	border: 2px solid rgba(0,0,0,0.5);
	background-color:rgba(0,0,0,0.15);
	font-weight:medium;
	letter-spacing: 1.25;
	text-transform: uppercase;
	line-height: 32px;
	width: max-content;
	display: flex;
	align-items:center;
	margin-top:12px;
	padding: 12px 22px;
	transition: all 0.3s;
	border-radius:2px;
}

a.rect-button.overlay:hover{
	background-color:rgba(0,0,0,0.25);
	cursor: pointer;
	transition: all 0.3s;
}

a.rect-button{
	color:rgba(0,0,0,0.5);
	border: 2px solid rgba(0,0,0,0.5);
	background-color:rgba(0,0,0,0.05);
	font-weight:medium;
	letter-spacing: 1.25;
	text-transform: uppercase;
	line-height: 32px;
	display: flex;
	align-items:center;
	margin-top:12px;
	padding: 12px 22px;
	transition: all 0.3s;
	border-radius:2px;
	white-space: nowrap !important;
}

a.rect-button:hover{
	background-color:rgba(0,0,0,0.15);
	cursor: pointer;
	transition: all 0.3s;
}

.rect-button.play:before{
	content: url(/wp-content/uploads/2020/06/playbutton-noframe.svg);
	width:17px;
	height:23px;
	margin-right: 12px;
	display: inline-grid;
}


.rect-button.play.black{
	border: none;
	display:flex;
	position: absolute !important;
	transition: all 0.3s;
	background-color:rgba(0,0,0,0.8);
	color:rgba(255,255,255,0.9);
}

.play-button{
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,1);
	display: block;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	padding: 11px;
}

.play-button:after{
	content: '';
	background-image:url(/wp-content/uploads/2020/06/playbutton-noframe-white.svg);
	background-repeat:no-repeat;
	height:100%;
	opacity: 0.9;
	min-width: 100%;
	display: flex;
	background-position-x: 95%;
	transform: scale(0.8);
}

.rect-button.play.black:after{
	content: url(/wp-content/uploads/2020/06/playbutton-noframe-white.svg);
	opacity:0.9;
}

.rect-button.play.black:hover{
	background-color:black;
	color:white;
}


@media all and (max-width: 980px) {
	.theplus{
		flex-direction:column !important;
	}
}
.theplus{
	display:flex;
	padding:0;
	margin:0;
}

.theplus div{
	justify-content: center;
	align-items: center;
	display: flex;
}

@media all and (max-width: 980px) {
	.theplus .one-half{
		padding:6% 6% 12% 6%;
	}
}

@media all and (min-width: 980px) {
	.theplus .one-half{
		padding:6%;
	}
}

.theplus .one-half > div > div > div{
flex-direction:column;
display: flex;
}

@media all and (max-width: 980px) {
	.theplus .one-half.cad:before{
		width: 30vw !important;
		min-width:150px;
		max-width:300px;
		display:flex;
		flex-direction: column;	
	}
}

.theplus .one-half.cad:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 99%;
    min-width: 100%;
    z-index: 3;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2020/05/ic-tab.svg);
    background-repeat: no-repeat;
    height: 4vw;
    min-height: 54px;
}

@media all and (max-width: 980px) {
	.theplus .one-half.erp:before{
		width: 30vw !important;
		min-width:150px;
		max-width:300px;	
	}
}

.theplus .one-half.erp:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 99%;
    min-width: 100%;
    z-index: 3;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2020/05/pf-tab.svg);
    background-repeat: no-repeat;
    height: 4vw;
    min-height: 54px;
}


img .product-tab-home{
	position: absolute;
	left:0;
	bottom:0;
}

.laptop{
	width:15000px;
}

@media all and (max-width: 981px) {
	.plus-container{
		transition: all 0.3s;
		width: 30vw !important;
	}
	.ampersand{
		width:30vw !important;
		transition: all 0.3s;
	}
}

.plus-container{
	display:flex !important;
	justify-content: center;
	align-items: center;
	height:300px;
	width:220px;
	transition: all 0.3s;
}

.ampersand{
	display: none;
	width:250px;
	transition: all 0.3s;
}

/** Menu Cart **/

@media all and (max-width: 980px) {
	.wpmenucart-icon-shopping-cart-0{
		font-size: 18px;
		top: 1px;
		position: relative;
		color: white !important;
	}
	
	.cartcontents{
		font-size: 16px;
		top: 1px;
		position: relative;
		color: white !important;
		font-family: Oswald;
	}
	
	.wpmenucart-contents{
		position: relative;
		top: 10px !important;
		margin-left:28px !important;
	}
}


.wpmenucart-icon-shopping-cart-0{
	font-size: 21px;
	top: 1px;
	position: relative;
	color: #797979;
}

.cartcontents{
	font-size: 19px;
	top: 1px;
	position: relative;
	color: #797979;
	font-family: Oswald;
}

.wpmenucart-contents{
	position: relative;
	top: -1px;
	margin-left:17px;
}

.blocks-section{
	margin:0 !important;
	padding:0 !important;
	min-height:unset !important;
}

.blocks-section > div{
	padding:40px;
}


/** Tri-Bar **/


.tri-bar{
	max-width: unset;
	background-color:rgba(0,0,0,0.15)
}

.tri-bar > div > div > div{
	max-width:unset;
}

.tri-bar .et_pb_main_blurb_image > a > span{
	padding: 0;
}

@media all and (min-width: 768px) and (max-width: 980px){
	.tri-bar > div{
		width:50%;
	}
	.tri-bar > div:nth-child(3){
		width:100%;
	}
}

@media all and (min-width: 980px){
	.tri-bar > div{
		width:calc(100% / 3) !important;
	}
}

.tri-bar > div{
	margin:0 !important;
	padding:0;
	max-width: unset;
}

/*Text-box*/
@media all and (max-width: 980px) {
	.tri-bar .et_pb_blurb_container{
		padding: 25px;
	}
}

@media all and (min-width: 980px){
	.tri-bar .et_pb_blurb_container{
		padding: 0 10%;
		justify-content:center;
	}
}




/*Image-Container*/
@media all and (max-width: 980px) {
	.tri-bar .et_pb_main_blurb_image{
		margin: 3% 0 15px 0;
		display: flex;
		justify-content:center;
		background:#ff00009e;
		}
}

@media all and (min-width: 980px){
	.tri-bar .et_pb_main_blurb_image{
		display: flex;
		margin:0;
	}
	.tri-bar .third_in_bar .et_pb_main_blurb_image {
		width:89% !important;
	}
}


@media all and (min-width: 980px){
	.tri-bar .et_pb_main_blurb_image > a{
		display: flex;
		width:100%;
	}
}


.tri-bar .et_pb_blurb .et_pb_image_wrap {
	margin:0 0 0 15%;
	width:8vw;
}

/*
.tri-bar img{
	width:25vw !important
}
*/

/*
@media all and (max-width: 980px) {
	.tri-bar img{
		min-height: 170px;
		max-height: 170px;
		max-width: 28vw;
		width:auto;
	}
}
*/

@media all and (max-width: 980px){
	.inline-image{
		min-width:65px !important;
		width:65px;
	}

	.halo{
		float: left;
		min-width: 110px;
		height:110px;
		background-color: rgba(0, 0, 0, 0.04);
		display: flex;
		justify-content: center;
		border-radius: 100%;
		margin: -12px -10px -17px -25px;
	}
}

@media all and (min-width: 981px){
	.inline-image{
		width:5vw;
		min-width:40px;
		margin-right:3%;
		margin-top:2%
	}

	.halo{
		float: left;
		width: 9.5vw;
		min-width: 50px;
		height: 9.5vw;
		min-height: 50px;
		background-color: rgba(0, 0, 0, 0.04);
		display: flex;
		justify-content: center;
		border-radius: 100%;
		margin: -7% -4% -7% -7%;
	}
}





/** Quad-Bar **/

.quad-bar{
	max-width: unset !important;
	background-color: white;
	padding:5% 2% !important;
	display:flex;
}


.quad-bar > div{
	margin:0 !important;
	padding:0 !important;
	display:flex;
	border-right: 1px dashed rgba(0,0,0,0.2);
}

.quad-bar > div:last-child{
	border-right:none !important;
}

@media all and (max-width: 980px){
	.quad-bar > div:nth-child(2){
		border-right:none !important;
	}
	.quad-bar > div:nth-child(-n+2){
		border-bottom:1px dashed rgba(0,0,0,0.2);
	}
	.quad-bar > div:nth-child(n+2){
		padding-top:30px !important;
	}

}

.quad-bar .et_pb_blurb .et_pb_image_wrap{
	min-height: 140px;
	max-height:140px;
	min-width:10vw;
	margin-bottom:22px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.quad-bar > div > div > div{
	max-width:unset !important;
}

@media all and (min-width: 768px) and (max-width: 980px){
	.quad-bar > div{
		width:50% !important;
	}
}

@media all and (min-width: 980px){
	.quad-bar > div{
		width:25% !important;
	}
}



.quad-bar .et_pb_blurb .et_pb_image_wrap > img{
	max-height:140px;
	display:flex;
}

@media all and (max-width: 980px){
	.quad-bar .et_pb_blurb_container{
		padding: 0 30px 30px !important;
		text-align:center !important;
	}

	.quad-bar .et_pb_blurb .et_pb_image_wrap{
		min-height: 140px;
		max-height:140px;
		min-width:10vw;
		align-items: flex-end;
		justify-content: center;
	}
	

	.quad-bar .et_pb_main_blurb_image{
		margin: 0 !important;
	}
	.quad-bar .et_pb_main_blurb_image > a,
	.quad-bar .et_pb_main_blurb_image > a > span{
		min-width:100% !important;
	}

	.quad-bar .et_pb_main_blurb_image > a > span > img{
		width:auto;
		max-width:unset;
	}
}

@media all and (min-width: 981px){
	.quad-bar .et_pb_blurb_container{
		padding: 0 6%;
		text-align: center !important;
	}
}

@media all and (min-width: 1405px) {
	.quad-bar .et_pb_blurb_container{
	display:flex;
	flex-direction: column;
	text-align: center;
	}
}






@media all and (min-width: 981px) {
	.quad-bar .et_pb_main_blurb_image{
		margin: 0 !important;
	}
}

.quad-bar .et_pb_main_blurb_image{
	display: flex;
	justify-content:center;
}






.quad-bar .et_pb_main_blurb_image > a > span{
	padding: 0;
}






.tri-bar p,
.quad-bar p{
	font-size:75%;
	line-height: normal;
}

.quad-bar > div > div > div > div > h4{
	font-size:22px !important;
}





@media all and (max-width: 980px) {
	.tri-bar .first_in_bar > div,
	.tri-bar .second_in_bar > div,
	.tri-bar .third_in_bar > div{
		display:flex;
		flex-direction: column;
		padding:0 !important;
	}
}

.tri-bar .first_in_bar > div,
.tri-bar .second_in_bar > div,
.tri-bar .third_in_bar > div{
	display:flex;
	padding:6% 0 6%;
}


.book img{
	border:1px solid rgba(0,0,0,0.5);
	box-shadow: 1px 1px 0 0 white,
	2px 2px 0 0 rgba(138,138,138, 1.00), 
	3px 3px 0 0 white,
	4px 4px 0 0 rgba(138,138,138, 1.00);
	margin: 0 6px 6px 0;
	max-height:134px !important;
}