/* =============================================================================
 * Overrides
 * ========================================================================== */

 #top .inside, #header .inside, #bottom .inside, body.sidebar #container, .fullwidth.boxed-content .contentwrap, .smallwidth .contentwrap, .boxed-content .contentwrap, .autogrid_wrapper.article, .ce_text_image_bar .inside, .ce_headerimage .ce_headerimage_inside, .mod_breadcrumb_inside {
	max-width: 1400px;
}
body li.only_mobile_nav {
	display: none !important;
}
/* =============================================================================
 * Fonts
 * ========================================================================== */

body, html {
	font-family: "adelle-sans",sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #474040;
	font-size: 16px;
	line-height: 26px;
}

hr {
	margin: 24px 0;
	border-bottom: 1px solid #a0a29d;
}

a {
	color: #a55e00;
}

/*Commented because line beaks in firefox didnt work anymore f.e. https://www.lassalle-haus.org/kursdetails/das-beste-kommt-noch-2019N1.html*/
/* br {
	display: block;
	margin: 0;
	line-height: 0;
} */

/* =============================================================================
 * Logo wird nur bei Printout angezeigt
 * ========================================================================== */
#printlogo {
	display: none;
}

/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	font-family: 'adelle-sans', sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #4a4a4a;
}

h1 {
	font-size: 36px;
	letter-spacing: 1.1;
}
h2 {
	margin-top: 24px;
	font-size: 24px;
	letter-spacing: 0.74;
}
h3 {
	margin-bottom: 5px;
}

/* =============================================================================
 * Box-Farben, -Stile, -Buttons
 * ========================================================================== */

.color-p1 {
	background-color: #a0a29d;
}
.color-p1-80 {
	background-color: #b3b5b1;
}
.color-p1-60 {
	background-color: #c6c7c4;
}
.color-p1-40 {
	background-color: #d9dad8;
}
.color-p1-20 {
	background-color: #ececeb;
}

.color-p2 {
	background-color: #a55e00;
}
.color-p2-80 {
	background-color: #b77e33;
}
.color-p2-60 {
	background-color: #c99e66;
}
.color-p2-40 {
	background-color: #dbbf99;
}
.color-p2-20 {
	background-color: #eddfcc;
}

.color-1 {
	background-color: #71101d;
}
.color-1-80 {
	background-color: #8d404a;
}
.color-1-60 {
	background-color: #aa7077;
}
.color-1-40 {
	background-color: #c69fa5;
}
.color-1-20 {
	background-color: #e3cfd2;
}

.color-2 {
	background-color: #be1447;
}
.color-2-80 {
	background-color: #cb436c;
}
.color-2-60 {
	background-color: #d87291;
}
.color-2-40 {
	background-color: #e5a1b5;
}
.color-2-20 {
	background-color: #f2d0da;
}

.color-3 {
	background-color: #43545E;
}
.color-3-80 {
	background-color: #69767e;
}
.color-3-60 {
	background-color: #8e989e;
}
.color-3-40 {
	background-color: #b4bbbf;
}
.color-3-20 {
	background-color: #d9ddf0;
}

.color-4 {
	background-color: #d1a055;
}
.color-4-80 {
	background-color: #dab377;
}
.color-4-60 {
	background-color: #e3c699;
}
.color-4-40 {
	background-color: #edd9bb;
}
.color-4-20 {
	background-color: #fbecbb;
}

.color-5 {
	background-color: #2e7f96;
}
.color-5-80 {
	background-color: #5899ab;
}
.color-5-60 {
	background-color: #82b2c0;
}
.color-5-40 {
	background-color: #abccd5;
}
.color-5-20 {
	background-color: #d5e5ea;
}

.color-6 {
	background-color: #c4d069;
}
.color-6-80 {
	background-color: #d0d987;
}
.color-6-60 {
	background-color: #dce3a5;
}
.color-6-40 {
	background-color: #e7ecc3;
}
.color-6-20 {
	background-color: #f3f6e1;
}

.color-7 {
	background-color: #aed2df;
}
.color-7-80 {
	background-color: #bedbe5;
}
.color-7-60 {
	background-color: #cee4ec;
}
.color-7-40 {
	background-color: #dfedf2;
}
.color-7-20 {
	background-color: #eff6f9;
}

.color-8 {
	background-color: #f0f0f0;
}
.color-9 {
	background-color: #bec4c7;
}

.morebutton a {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  border: solid #a55e00 1px;
  text-decoration: none;
  display: inline-block;
  margin: 1px;
}

/* =============================================================================
 * ce_iconbox_v2
 * ========================================================================== */

body #main .ce_iconbox_v2,
.box {
	margin: 0 4px;
}
.ce_iconbox_v2,
.box {
	text-align: left;
	color: #4a4a4a;
	background: #fff;
}
.ce_iconbox_v2,
.box {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.ce_iconbox_v2 .image_container,
.box .image_container {
	text-align: left;
}

.ce_iconbox_v2 .headline,
.box .headline {
	color: #4a4a4a;
}

.ce_iconbox_v2 a,
.box a {
	color: #a55e00;
}

.autogrid_small_space .autogrid-first {
	padding-right: 6px;
}
.autogrid_small_space .autogrid-last {
	padding-left: 0px;
}
.autogrid_small_space .ce_text_imagebox_image {
	background-position: top center !important;
}
#hauptangebot-mitte {
	margin-left: 6px;
}

.boxed-content .autogrid_wrapper {
	margin-left: -4px;
	margin-right: -4px;
}
.boxed-content .autogrid {
/*   padding-left: 0;
  padding-right: 0; */
  margin: 0 4px 8px;
}
.ce_iconbox_v2 .ce_iconbox_v2_outside, .ce_iconbox_v2 .ce_iconbox_outside {
	padding: 0;
}

 /* =============================================================================
 * index seite boxen
 * ========================================================================== */
.mod_event_list .layout_upcoming.first,
.mod_newslist .layout_short.first {
	border-top: none;
	padding-top: 0;
}
.mod_event_list .layout_upcoming,
.mod_newslist .layout_short {
	border-top: 1px solid #f0f0f0;
	padding-top: 10px;
}

/* =============================================================================
 * ce_text_imagebox
 * ========================================================================== */
 /** Add overlay for images behind text **/
.ce_text_imagebox {
	position: relative;
}
.boxed-content .ce_text_imagebox {
	position: relative;
	padding-left: 0!important;
	padding-right: 0!important;
}
.ce_text_imagebox .background_overlay {
	background: rgba(255, 255, 255, .2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ce_text_imagebox.light_text .background_overlay {
	background: rgba(0, 0, 0, .2);
}
.ce_text_imagebox.dark_text .background_overlay {
	background: rgba(255, 255, 255, .2);
}

.ce_text_imagebox.dark_text p {
		color: #4a4a4a;
}

/* =============================================================================
 * Revolution-Slider
 * ========================================================================== */

.ce_revolutionslider {
	margin-bottom: 35px;
	position: relative;
}
.ce_revolutionslider.last {
	margin-bottom: 0;
}
.ce_revolutionslider #linkToContent {
	display: none;
}
.ce_revolutionslider #linkToContent .wheel {
	display: none;
	-webkit-animation: none; 
	animation: none;
}
.logo a {
	background-image: none;
}
.tp-bannertimer {
	display: none!important;
}

.tparrows {
	position: absolute;
	top: calc(50% - 10px);
}
.tp-leftarrow {
	left:  40px;
	/* left:  calc((100% - 1400px ) / 2 + 40px); */
}
.tp-rightarrow {
	right:  40px;
	/* right:  calc((100% - 1400px ) / 2 + 40px); */
}

@media screen and (max-width: 767px) {
	.tp-banner {
		height: 50vh!important;
	}
	.tp-bgimg {
		background-position: center!important;
	}

	.tp-banner .ce_image {
		display: none;
	}
}


/* =============================================================================
 * headlines in custom section slider
 * ========================================================================== */
#slider div.headline {
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 40px;
  	padding-right: 40px;
}
#slider .headline > * {
	color: #a55e00;
	position: absolute;
	z-index: 200;
	bottom: 20%;
	font-size: 3.3em;
}
.ce_headline_colorable.light_text .headline > * {
	color: #fff!important;
}
.ce_headline_colorable.highlight_text .headline > * {
	color: #a55e00!important;
}
.ce_headline_colorable.dark_text .headline > * {
	color: #4a4a4a!important;
}

/* =============================================================================
 * Gesinnungsnavi
 * ========================================================================== */
nav.mainmenu {
	height: 50px;
}
nav.mainmenu ul li a, #off_canvas .mod_navigation a, #off_canvas .mod_customnav a {
  font-size: 14px;
}
.mainmenu ul li a, .submenu ul li a {
	letter-spacing: 0;
}
.mainmenu ul li a {
	text-transform: none;
}
.mainmenu ul li a {
	text-transform: none;
}
nav.mainmenu li:focus:before,
nav.mainmenu li:hover:before {
	transform: translateX(-50%);
}
/* .mainmenu ul .megamenu-wrapper { */
	.mainmenu ul li.submenu .megamenu-wrapper {
	position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  height: 182px;
  width:  100%!important;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  
  margin-left: unset;
  margin-right: unset;
  padding-left: unset;
  padding-right: unset;
}
.mainmenu ul li.submenu:hover .megamenu-wrapper {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
nav.mainmenu li.submenu .megamenu-wrapper ul.level_2 {
  display: block;
	padding: 1em 0;
  display:-ms-grid;
  display:grid;
  max-width: 1400px;
  grid-auto-columns: 250px;
  grid-auto-flow: column;
  -ms-grid-rows: 30px 30px 30px 30px 30px;
  grid-template-rows: 30px 30px 30px 30px 30px;

  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: static;
}

nav.mainmenu li.submenu .megamenu-wrapper ul.level_2 li {
	display: block;
}
nav.mainmenu li.submenu:nth-child(2) .megamenu-wrapper ul.level_2 {
	padding-left: 200px;
	justify-content: center;
}
.mainmenu .submenu .level_2 a {
	color: #fff !important;
}

.topicons {
	padding-right: 30px;
}
.topicons-first {
	padding-left: 20px;
}

.topicons:hover, .topicons-last:hover {
	color: #a55e00;
} 


/* .mainmenu ul li.submenu .megamenu-wrapper {
	padding-left: 1970px;
} */

/** 
@media screen and (max-width: 1590px) {
	.mainmenu ul li.submenu .megamenu-wrapper {
		padding-left: 1800px;
	}
}
**/

@media screen and (max-width: 1030px) {
	.mainmenu {
		float: none;
	}
	
	nav.mainmenu li.submenu .megamenu-wrapper ul.level_2 {
		max-height: 240px;
	}
	/** 
	nav.mod_navigation.mainmenu {
		height: 50px;
	}
	.mod_navigation.mainmenu ul,
	.mod_navigation.mainmenu li,
	.mod_navigation.mainmenu li a {
		line-height: 50px!important
	}
	**/
}

.mod_changelanguage {
	margin-left: 3em;
	margin-right: 1em;
	display: block!important;
}
.mod_changelanguage li {
	display: inline-block;
}
.mod_changelanguage li a {
	padding-left: .15em;
	padding-right: .15em;
  font-size: 14px;
  letter-spacing: 0.37px;
  color: #999999;
}
.mod_changelanguage li a.active,
.mod_changelanguage li strong.active {
	color: #a55e00;
	font-weight: 400;
	font-size: 14px;
}
.mod_changelanguage li:focus:before, 
.mod_changelanguage li:hover:before {
	left: 20%;
}

/* =============================================================================
 * hauptnavi - Navigation über dem Slider
 * ========================================================================== */

.hauptnavi {
	opacity: 1;
	visibility: visible;
}

.hauptnavi.hide {
	opacity: 0;
	visibility: hidden;
}

.hauptnavi ul {
	position: static;
	max-width: 1340px;
}
.hauptnavi ul li {
	display: inline;
}
.hauptnavi ul li a {
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	padding-right: 20px;
}

.fixed .hauptnavi ul li ul li a:not(.active):not(.trail) {
	color: rgb(57,57,57);
}

.hauptnavi ul li a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}

.hauptnavi ul ul li a {
	border-bottom: 0;
	letter-spacing: 0;
	font-size: 12px!important;
	line-height: 40px!important;
}

.hauptnavi ul li a:after {
	content: '';
	width: 2px; 
	background: #000;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%
}

.hauptnavi ul li.last a:after,
.hauptnavi ul li ul li a:after {
	display: none;
}

.hauptnavi ul ul {
	border-top: 1px solid rgb(255,255,255);
	margin-top: 0;
}

body .hauptnavi ul li a:not(.active):not(.trail) {
	color: rgb(57,57,57);
}

body #header .hauptnavi ul li ul li a:hover,
.hauptnavi ul ul li a.active {
	background: none;
}

.hauptnavi ul .megamenu-wrapper {
	left: 40px;
	right: auto;
}

.hauptnavi ul ul li a:hover, 
.hauptnavi ul ul li a.trail, 
.hauptnavi ul ul li a.active {
	background: none;
}

/* =============================================================================
 * footnavi - Navigation unter dem Inhalt, vor dem Fuss
 * ========================================================================== */

.footnavi {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
}

.footnavi.hide {
	opacity: 0;
	visibility: hidden;
}

.footnavi ul {
	position: static;
	padding-bottom: 20px;
}
.footnavi ul li {
	display: inline;
}
.footnavi ul li a {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 0.49;
	font-weight: 400;
	padding-right: 20px;
}

.fixed .footnavi ul li ul li a:not(.active):not(.trail) {
	color: rgb(57,57,57);
}

.footnavi ul li a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;	
}

.footnavi ul ul li a {
	border-bottom: 0;
	letter-spacing: 0;
	font-size: 12px!important;
	line-height: 40px!important;
}

.footnavi ul li a:after {
	content: '';
	width: 2px; 
	background: #000;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%
}

.footnavi ul li.last a:after,
.footnavi ul li ul li a:after {
	display: none;
}

.footnavi ul ul {
	border-top: 1px solid rgb(255,255,255);
	margin-top: 0;
}

body .footnavi ul li a:not(.active):not(.trail) {
	color: rgb(57,57,57);
}

body #header .footnavi ul li ul li a:hover,
.footnavi ul ul li a.active {
	background: none;
}

.footnavi ul .megamenu-wrapper {
	left: 40px;
	right: auto;
}

.footnavi ul ul li a:hover, 
.footnavi ul ul li a.trail, 
.footnavi ul ul li a.active {
	background: none;
}


/* =============================================================================
 * accent colors
 * ========================================================================== */
.bg-accent {
	background-color: #a55e00;
}

nav.mainmenu ul ul {
 background-color: #a55e00;
}
nav.mainmenu ul{
background-color: none;
}
nav.hauptnavi ul ul {
 background-color: #a55e00;
}
nav.hauptnavi ul{
background-color: none;
}
p a {
	color: #a55e00;
}

.subnav a {
	color: #a55e00;
}

#nav-open-btn:before {
	background: #a55e00;
}

.ce_table table th {
	background: #a55e00;
}

blockquote a {
	color: #a55e00;
}

.ce_accordion .toggler:before {
  color:#a55e00;
}

.mod_calendar th.head {
  background:#a55e00;
  border-top:1px solid #a55e00;
  border-right:1px solid #a55e00;
  border-left:1px solid #a55e00;
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:#a55e00;
}

.pagination li span.active {
	background: #a55e00;
	color: white;
	border-radius: 2px;
}

.pagination li a:hover {
	color: #a55e00;
}

.mod_faqpage h3:before {
	color: #a55e00;
}

.mod_search .submit {
	border: 1px solid #a55e00;
}

input:focus,
textarea:focus {
  border:1px solid #a55e00;
}

input[type="radio"] {
	float: left;
	width: auto !important;
	margin-right: 7px;
	margin-top: 4px;
	margin-left: 3px;
}

form fieldset legend {
  background-color:#a55e00;
}

.newsreader .back a, .back a,
input.submit[type="submit"],
button.submit {
	background: none;
	-webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  padding: 5px 10px 5px 10px!important;
  border: solid #a55e00 1px;
  text-decoration: none;
  color: #a55e00;
  font-size: 16px!important;
  line-height: 24px;
  font-weight: 400!important;
	display: inline-block;
}
.newsreader .back a, .back a,
input.submit[type="submit"],
button.submit,
.submit_button {
	margin-top: 20px;
}
.newsreader .info {
	background: transparent;
	font-size:  1em;
}
input.submit[type="submit"]:hover,
button.submit:hover {
	background: none;
}

.submit_button input.submit[type="submit"], .submit_button a.submit, .print_links a {
	margin-top: 0;
}
.submit_button a.submit_checkout {
	margin-left: 0;
	margin-top: 20px;
}

.label-accent {
	background: #a55e00;
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: #a55e00;
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: #a55e00;
}

.ce_hyperlink.button {
	margin-top: 2em;
}
.ce_hyperlink.button a {
	background: transparent;
 	color: #a55e00;
}
.ce_hyperlink.button:hover a,
.ce_hyperlink.button:focus a {
	text-decoration: underline;
}
.ce_hyperlink.centered {
	text-align: center;
}

.newslist h2,
.newslist h2 a {
	color: #a55e00;
}

.newslist .news-left .news-date {
	background: #a55e00;
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: #a55e00;
}

blockquote {
	border-color: #a55e00;
}

.ce_gallery .content {
	background: #a55e00;
}
.mod_article .nce_gallery ul {
	padding-left: 0;
}
.ce_gallery li {
	list-style-type: none!important;
}

.newslist-v3 .date {
	background: #a55e00;
}

.newsteaser_v3 .news-overlay i {
	background-color: #a55e00;
}

.newslist-v3 .subheadline {
	color: #a55e00;
}

.mod_portfoliolist .item figure {
	background-color: #a55e00;
}

.mainmenu ul ul li a:hover, .mainmenu ul ul li a.trail, .mainmenu ul ul li a.active {
	color: #a55e00;
}

body #header .mainmenu ul li ul li a:hover {
	color: #a55e00;
}

.mainmenu ul li a.trail, 
.mainmenu ul li a.active {
	color: #a55e00;
}
.hauptnavi ul li a.trail, 
.hauptnavi ul li a.active {
	color: #a55e00;
}
.mod_portfoliolist .item a:hover {
	color: #a55e00;
}
.mainmenu ul li a:after {
	display: none;
}
.hauptnavi ul li a:after {
	display: none;
}

.smallwidth {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.ce_download {
	background: #a55e00;
}


/* =============================================================================
 * footer
 * ========================================================================== */

#bottom {
	border-top: 0px solid rgb(239,234,234);
	letter-spacing: 0;
	background-color: #f0f0f0;
	padding: 30px 0;
	margin-top: 24px;
}

#bottom .inside {
	margin: 0 auto;
	padding: 30px 40px;	
	overflow: hidden;
	font-size: 12px;
}

#bottom .navi_special {
	border-top: 1px solid #A0A29D;
	padding-top: 30px;
}

#bottom .navi_special a {
	padding-right: 30px;
}

#bottom .navi_special a.last {
	padding-right: 60px;
}

/* =============================================================================
 * mod_socials, to_top_link
 * ========================================================================== */

#bottom .mod_socials {
	float: right;
	margin-left: 40px;
}

#bottom .mod_socials .social-icons {
	position: absolute;
	top: 0;
	right: 24px;
	opacity: 1;
	visibility: visible;
	z-index: 1000;
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
	margin-right: 0;
}

#bottom .mod_socials .social-icons a {
	margin: 0 5px;
}

#bottom .mod_socials .social-icons i {
	padding: 10px 5px;
	width: 33px;
	text-align: center;
	font-size: 15px;
}
#bottom .mod_socials .social-icons i:hover {
	background:  rgb(104,104,104)!important;
	color:  #fff!important;
}

.newsroom .mod_socials {
	float: right;
	margin-left: 40px;
}

.newsroom .mod_socials .social-icons {
	position: absolute;
	top: 0;
	right: 24px;
	opacity: 1;
	visibility: visible;
	z-index: 1000;
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
	margin-right: 0;
}

.newsroom .mod_socials .social-icons a {
	margin: 0 5px;
}

.newsroom .mod_socials .social-icons i {
	padding: 10px 5px;
	width: 33px;
	text-align: center;
	font-size: 15px;
}

.ce_toplink {
	float: right;
}

/* =============================================================================
 * mod_sharebuttons
 * ========================================================================== */
.mod_sharebuttons {
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: solid 1px #f0f0f0;
}
.sharebuttons > ul.fontawesome > li > a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 1.4em;
	margin-top: 16px;
}

/* =============================================================================
 * Homepage
 * ========================================================================== */

.home .mod_event_categorylist {
       width: 430px;
}

.link_list a {
	display: block;
	border-bottom: 1px solid #f0f0f0; 
	padding: 0 1em 13px 0;
}
.link_list a:after {
	content: '\f105';
	display: inline-block;
	float: right;
  	font-size: 1.45em !important;
  	color: #999999;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* =============================================================================
 * Kursdetails
 * ========================================================================== */

#kursdetails-2 a {
	color: #d1a055;
	text-decoration: none;
}
#kursdetails-2 a:hover {
	text-decoration: underline;
}

/* =============================================================================
 * News
 * ========================================================================== */

.ce_hyperlink a {
	 -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  border: solid #a55e00 1px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
}

.newsreader .back {
	border-top: 0px solid #ddd;
	padding-bottom: 33px;
}

.newsreader .back a, .back a {
	font-size: 12px;
	text-transform: none;
	-webkit-border-radius: 4;
	 -moz-border-radius: 4;
  	border-radius: 4px;
  	padding: 5px 10px 5px 10px;
  	border: solid #a55e00 1px;
  	text-decoration: none;
}

.more a{
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  border: solid #a55e00 1px;
  text-decoration: none;
}

div.weiterlesen {
	overflow: visible;
	padding-bottom: 4px;
}
div.weiterlesen a, div.weiterlesen a:hover {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	background-color: transparent;
	color: #a55e00;
	font-size: 80%;
	font-weight: normal;
	min-width: inherit;
	border-radius: 4px;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	border: solid #a55e00 1px;
	text-decoration: none;
}
div.weiterlesen a:hover {
	text-decoration: underline;
}

.newslist-v2 .news-content-v2 {
    padding: 0 20px 20px 20px;
}

.newslist-v2 .teaser-v2 {
	height: auto;
	overflow: hidden;
}

.mod_newsarchive.content_boxes > * {
	width: calc((100% - 24px) / 1);
	padding: 5px;
	box-sizing: border-box;
}
.mod_newsarchive.content_boxes .pagination {
	margin:  0 auto;
	padding-top: 2em;
}
.mod_newsarchive.content_boxes .pagination > * {
	display: block;
	margin: 0 auto;
  margin-top: 1em;
  width: fit-content;
  float: none;
  text-align: center;
}

/* =============================================================================
 * Event_Manager
 * ========================================================================== */

.checkout_steps { 
			list-style: none; 
			overflow: hidden; 
		}
.checkout_steps li { 
			float: left; 
		}
.checkout_steps li a {
			color: white;
			text-decoration: none; 
			padding: 10px 10px 10px 65px;
			background: #a55e00;                   /* fallback color */
			background: hsla(34,100%,32%,1); 
			position: relative; 
			display: block;
			float: left;
		}
.checkout_steps li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 10px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 10px solid transparent;
			border-left: 30px solid hsla(34,100%,32%,1);
			position: absolute;
			top: 50%;
			margin-top: -10px; 
			left: 100%;
			z-index: 2; 
		}	
.checkout_steps li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 10px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 10px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -10px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
.checkout_steps li:first-child a {
			padding-left: 10px;
		}
.checkout_steps li:nth-child(2) a       { background:        hsla(34,100%,45%,1); }
.checkout_steps li:nth-child(2) a:after { border-left-color: hsla(34,100%,45%,1); }
.checkout_steps li:nth-child(3) a       { background:        hsla(34,100%,55%,1); }
.checkout_steps li:nth-child(3) a:after { border-left-color: hsla(34,100%,55%,1); }
.checkout_steps li:nth-child(4) a       { background:        hsla(34,100%,65%,1); }
.checkout_steps li:nth-child(4) a:after { border-left-color: hsla(34,100%,65%,1); }
.checkout_steps li:nth-child(5) a       { background:        hsla(34,100%,75%,1); }
.checkout_steps li:nth-child(5) a:after { border-left-color: hsla(34,100%,75%,1); }
.checkout_steps li:last-child  {
			background: white !important;
			color: black;
			pointer-events: none;
 			cursor: default;
 			padding: 10px 0 0 40px;
		}
.checkout_steps li:last-child a:after { border: 0; }
.checkout_steps li a:hover { background: hsla(34,100%,25%,1); }
.checkout_steps li a:hover:after { border-left-color: hsla(34,100%,25%,1) !important; }

.checkout_steps li.active a {
	font-weight: bold;
}

.mod_event_cart th.col_0, .mod_event_cart th.col_1, .mod_event_cart th.col_2 {
	margin-right: 10px;	
}


div.submit_button_right a, div.submit_abort a, a.button, .submit_search {
	background: none;
	-webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    border: solid #a55e00 1px;
    text-decoration: none;
    font-weight: normal;
    color: #a55e00;
    font-size: 0.78em;
}
div.submit_button_left, div.submit_button_right, div.submit_abort, 
div.submit_button_cart, div.submit-checkout, div.submit_button {
	float:none;
	padding-right: 20px;
	display: inline-block
}
div.submit_button_right {
	/* margin-top: 5px; */
}
.submit_abort {
	margin-right: 20px;
	float: left;
}
a.button {
	margin-right: 20px;
	float: right;
}
.submit_checkout {
	margin-left: 20px;
	width: auto;
}

div.price_info {
	clear: both;
	margin-top: 10%;
	display: none;
}

.mod_event_categorylist .info_count {
	display: none;
}

.group_headline.month {
	font-size: 24px;
	padding-top: 70px;
	padding-bottom: 28px;
	border-bottom: 1px solid #a0a29d;
}

.event_list .date {
	padding-top: 3px;
	float: left;
	width: 25.8%;
}

.event_list .tease {
	float: left;
	width: 54.187%;
	padding-bottom: 28px;
}

.event_list .detailbutton {
	margin-top: 13px;
	float: right;
	width: 122px;
}

.event_list h3 {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

.event_list h3 a {
	font-size: 16px;
	color: #a55e00;
}

.event_list {
	border-bottom: 1px solid #a0a29d;
	margin-bottom: 24px;
	margin-top: 18px;
}

.event_object .label {
	float: left;
}
.event_object .value {
	float: left;
}
.event_object {
	clear: left;
}
.tutor_item {
	padding-top: 36px;
	border-bottom: 1px solid #a0a29d;
}

.mod_event_tutorlist {
	text-align: center;
}

.mod_event_tutorlist .image_container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mod_event_tutorlist .image_container {
	width: 100%;
	border-radius: 100%;
	margin-bottom: 15px;
}

.mod_event_tutorlist .image_container img {
	width: 150px;
	border-radius: 100%;
/*	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%);
	filter: sepia;
	filter: sepia(100%); */
/*	filter: url("/lassalle/bronze2.svg#bronze"); */
}

.mod_event_tutor .image_container {
	margin-bottom: 24px;
}


label[for=ctrl_startDate]:before {
	content: "Suche ab ";
}

label[for=ctrl_category]:before {
	content: "Suche in ";
}

label[for=ctrl_tutor]:before {
	content: "Suche nach ";
}

.nextevents > div:nth-child(-n+5) {display:none;}

/*select#ctrl_category {
 	 height: 50px; 
}*/

.tableform .submit_container {
	margin-top: 12px;
}

#infotable .tr    { clear: both;  }
#infotable .label { width: 160px; float: left; font-weight: bold; }
#infotable .data  { float: left; margin-bottom: 20px; }
#infotable .data2 { float: left;  }

/* Für Varianten - Code von Ch. Schmidt */
#spOverlay {
    width:100%;
    height:100%;
    top:0;
    position:fixed;
    background-color:rgba(0,0,0,.5);
    cursor:pointer;
    z-index:9998;
}

#spBox {
    width:30%;
    left:35%;
    top:40%;
    position:fixed;
    padding:5px 10px 5px 15px;
    background-color:#fff;
    border:1px solid;
    font-size:80%;
    line-height:150%;
    z-index:9999;
}

.styledbutton a {
	border: 1px solid #a55e00;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	width: auto;
	background: rgba(0, 0, 0, 0);
	color: #a55e00;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	min-width: 180px;
	text-align: center;
	position: relative;
	-webkit-appearance: none;
}

.styledbutton a:hover {
	border: 1px solid #a55e00;
	/* text-decoration: underline; */
	background: rgba(0, 0, 0, 0);
}

.mod_event_checkout.step_finish .toggler {
	cursor: pointer;
}

.mod_event_checkout.step_finish .toggler:before {
	font-family:FontAwesome;
	content:"\f205";
	padding-right: 24px;
}

.mod_event_checkout.step_finish .toggler.ui-state-active:before {
	font-family:FontAwesome;
	content:"\f204";
	padding-right: 24px;
}


/* =============================================================================
 * ce_buchanzeige
 * ========================================================================== */

.ce_buch {
	margin-top: 24px;
	border-bottom: 1px solid #a0a29d;
}

.ce_buch .image_container {
	float:left;
	margin: 0 10px 10px 0;
}

.ce_buch span.buchtitel {
	font-weight: bold;
}


/* =============================================================================
 * Runde Portrait-Bilder
 * ========================================================================== */

.rounded_images .image_container {
	margin-bottom: 36px;
	margin-right:-150px;
}

.rounded_images .image_container img {
	width: 150px;
	border-radius: 100%;
}

@media only screen and (max-width: 1080px) {
	#jesuiten .image_container, #team .image_container, #adresse .image_container {
	margin-right:-80px;
}
}

@media only screen and (max-width: 900px) {
	#jesuiten .image_container, #team .image_container, #adresse .image_container {
	margin-right:0px;
}
}

/* =============================================================================
 * Gutscheinformular
 * ========================================================================== */

#gutschein td.col_0 {
	padding-right: 10px;
}
#gutschein table {
	width: 90%;
}
#gutschein table input {
	padding: 4px;
}
#gutschein form span.mandatory {
	margin-left: 2px;
}

/* =============================================================================
 * Diverse Stiles: ce_..., mod_...
 * ========================================================================== */

.ce_downloads {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 24px;
}

.newslist .ce_hyperlink a,
.newslist a.btn {
	background:  none;
	border-color:  #a55e00;
	color:  #a55e00;
}

.newslist .ce_hyperlink a.outline,
.newslist a.btn.outline {
	color:  #a55e00;
}

/* .subnavi h2 {
	margin-top: 77px;
} */

.nextnews > div:nth-child(-n+1) {display:none;}

.right #popup #main {
	border-right: 0px;
}

.pressetitel {
	margin: 24px 0 0 0;
	font-size: 16px;
}

textarea {
	height: 100px;
}

.newslist .teaser {
    border-top: 0px solid rgb(230,230,230);
    margin-top: 0px;
    padding: 15px 0px;
}

.newslist .image_container {
    border-top: 1px solid rgb(230,230,230);
    margin-top: 0px;
    padding-top: 15px;
}

.newsreader .image_container {
	margin-bottom: 15px;
}

.related_info {
	display: none;
}

.ce_cust_iconbox_small {
	margin-bottom: 30px;
}

/* .autogrid-id_1703 {
	margin-top: -56px !important;	
} */

ul.lhcontent, ol.lhcontent {
    list-style: initial !important;
    padding-left: 20px !important;
}

blockquote {
	margin-top: 15px;
}

.item_agbbestaetigung label:first-child, .item_newsletter label:first-child {
	visibility: hidden;
}

#ctrl_agbbestaetigung .mandatory {
	display:inline;
	margin-left:5px;
}

#ctrl_agbbestaetigung a {
	text-decoration: underline;
	color: #a55e00;
}
/* =============================================================================
 * ce_teaser
 * ========================================================================== */
 .ce_teaser {
 	margin-top: 50px;
 }

/* =============================================================================
 * mod_search
 * ========================================================================== */
.mod_search .widget {
	float: left;
	display: inline-block;
}

/* =============================================================================
 * fe_module logo
 * ========================================================================== */
.logo {
 	top: 17px;
 	left: 40px;
}

.logo img {
	display: block;
	max-height: 45px;
}

/* =============================================================================
 * back hyperlink
 * ========================================================================== */

.back a:before {
	content: '';
	margin-right: 0px;
}
.mod_search input.submit,
.mod_search button.submit {
	font-weight: 400;
  	font-size: 14px;
  	min-width: 180px;
	padding: 14px 10px 12px 10px;
  	text-align: center;
}

/* =============================================================================
 * Right Column - Link Box
 * ========================================================================== */
 #right > .inside > *,
 #right > .inside .mod_article > * {
 	margin-bottom: 35px;
 }

 #right .ce_text ul {
 	padding-left: 0;
 }
 #right .ce_text li {
 	list-style-type: none;
 }
 #right .ce_text a {
 	text-decoration: underline;
 }

 /* =============================================================================
 * mod_article
 * ========================================================================== */
#main .mod_article {
	margin-bottom: 0px;
}
#main .mod_article.last {
	margin-bottom: 35px;
}
.mod_article.fullwidth.boxed-content {
	padding: 30px 0 25px;
}

.mod_article > * {
	margin-top: 35px;
}
.mod_article.first > *:first-child {
	margin-top: 0;
}

.mod_article .ce_accordionStart {
	margin-top: 0;
}

 /* =============================================================================
 * backgrounds
 * ========================================================================== */
.background_grey {
	background: #f0f0f0;
}
.background_white {
	background: #fff;
}
.background_red {
	background: #c69fa5;
}
.background_greengrey {
	background: #a0a29d;
}
.background_blue {
	background: #82b2c0;
}

 /* =============================================================================
 * ce_text_textbox...
 * ========================================================================== */
.ce_text_textbox.light_text,
.ce_text_textbox.dark_text {
	padding: 1em;
	margin-bottom: 35px;
}

.ce_text_textbox.light_text .button,
.ce_text_textbox.dark_text .button {
	text-align: center;
}

.ce_text_textbox.light_text {
	border:  1px solid #a55e00;
}
.ce_text_textbox.light_text:hover,
.ce_text_textbox.light_text:focus {
	border-color: #d1a055;	
}
.ce_text_textbox.light_text > *,
.ce_text_textbox.light_text .ce_headline > * {
	color: #a55e00;
}
.ce_text_textbox.light_text:hover > *,
.ce_text_textbox.light_text:hover .ce_headline > *,
.ce_text_textbox.light_text:focus > *,
.ce_text_textbox.light_text:focus .ce_headline > * {
	color: #d1a055
}

.ce_text_textbox.dark_text {
	background: #a55e00;
}
.ce_text_textbox.dark_text:hover,
.ce_text_textbox.dark_text:focus {
	background: #8c5102
}
.ce_text_textbox.dark_text > *,
.ce_text_textbox.dark_text .ce_headline > * {
	color: #fff;
}

/* =============================================================================
 * cookiebar
 * ========================================================================== */
.cookiebar {
	background: #999999;
	z-index: 999;
}
.cookiebar__button {
	background: #a55e00;
	font-size: .9em;
	font-weight: 400;
}
.cookiebar__analytics-checkbox {
	margin-top: 7px!important;
}

/* =============================================================================
 * Newsletter Anmeldung
 * ========================================================================== */
.forms-builder-wrapper .description,
.forms-builder-wrapper .row {
	margin-bottom: 15px;
}
.forms-builder-wrapper .byline {
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(229,229,229);
}

/* =============================================================================
 * Event Manager
 * ========================================================================== */

 /* =============================================================================
 * Event Manager - Cart
 * ========================================================================== */

.participant_fields .info {
	margin-bottom: 25px;
}
.participant_fields h4 {
	margin-bottom: 10px;
}
.participant {
	margin-bottom: 35px;
}


/* =============================================================================
 * Media Queries: print
 * ========================================================================== */

@media only print {
.mod_sharebuttons,
#bottom,
ce_toplink,
#right,
nav,
header,
#slider,
.booking, 
#artikeldruck, 
.mod_event_booking {
    display: none;
}
#printlogo {
	display: block;
	text-align: center;
}

}


/* =============================================================================
 * Media Queries
 * ========================================================================== */
@media only screen and (max-width: 1400px) {
	.tp-leftarrow {
		left: 10px;
	}
	.tp-rightarrow {
		right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	body li.only_mobile_nav {
		display: block !important;
	}

	#slider div.headline,
	.ce_iconbox_v2 .ce_iconbox_v2_outside, 
	.ce_iconbox_v2 .ce_iconbox_outside
	#slider div.headline,
	.mod_sharebuttons {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}

	#slider .headline > * {
		font-size: 2.5em;
		bottom: 30%;
	}

	/** Home splaten **/
	body .autogrid {
		padding-left: 0;
		padding-right: 0;
	}
	#hauptangebot-mitte,
	body .autogrid_wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	body #main .ce_iconbox_v2,
	.box {
		margin-bottom: 8px;
	}
	.ce_iconbox_v2, .box {
  		padding-top: 20px !important;
  		padding-bottom: 20px !important;
  		padding-left: 20px !important;
  		padding-right: 20px !important;
	}
	.ce_iconbox_v2 .ce_iconbox_v2_outside {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.ce_iconbox_v2 .headline {
		padding-top: 0;
	}

	/** mod_article **/
	.mod_article.fullwidth.boxed-content {
  		padding: 55px 0 48px;
	}

	/** show footer mobile **/
	#bottom {
		display: block;
	}
	.footnavi {
		position: relative;
		display: block;
		padding-left: 0;
  		margin-top: 1em;
	}
	.footnavi ul {
		padding-bottom: 0;
	}
	.footnavi ul li.last a {
		padding-right: 0;
	}
	.footnavi ul li a {
  		font-size: 12px;
  	}

  	#bottom .mod_socials .social-icons {
  		left: 24px;
  	} 

	/** rounded image position **/
	.rounded_images figure.float_left img {
		margin:  0 auto;
	}
	.rounded_images figure.float_left,
	.rounded_images figure + p {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.rounded_images figure + p {
		text-align: center;
		margin-bottom: 45px;
	}

	/** cookiebar **/
	.cookiebar__analytics,
	.cookiebar__button {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 668px) {
	/** ce_headline_colorable **/
	#slider .headline > * {
		color:  #4D4A4A!important;
		position: relative;
		bottom: 0;
		font-size: 2em;
	}
}


/* =============================================================================
 * Padding top higher if header takes more space
 * ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 1030px) {
	#contentwrapper {
		padding-top: 150px;
	}
}


/* =============================================================================
 * Header Mobile Fixed
 * ========================================================================== */
@media screen and (max-width: 500px) {
	#header .mod_customnav {
		display: none;
	}
	.mod_changelanguage {
		margin-right: 0;
	}
}
@media screen and (max-width: 850px) {
	/** mobile navigation inline with header **/
	#top-wrapper {
		box-shadow: none;
	} 
	#fix-wrapper {
		padding-left: 60px;
	}
	.slicknav_menu {
		position: relative;
		box-shadow: none;
	}
	.slicknav_btn {
		width: 60px;
		height: 78px;
		position: fixed;
		min-height: 78px;
		bottom: -77px;
		margin: 0 ;
		display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;

		-webkit-justify-content: center;
	  -moz-justify-content: center;
	  -ms-justify-content: center;
	  justify-content: center;
	  -ms-flex-pack: center;

		-webkit-align-items: center;
	  -moz-align-items: center;
	  -ms-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
		box-shadow: none;
		border-radius: 0;
		float: none;
	}

	#header .mod_socials,
	nav.mainmenu {
		display: none;
	}
	#header,
	.slicknav_btn {
		position: fixed;
	  top: 0;
	  height: 78px;
	}
	#header {
		right: 0;
		z-index: 30000;
	  background: #fff;
	  padding-left: 3em;
	}
	.slicknav_btn {
		z-index: 30001;
		left: 0;
	}
	.slicknav_nav {
		position: fixed;
	  top: 78px;
	  left: 0;
	  right: 0;
	  z-index: 29999;
	  overflow-y: scroll;
	  max-height: calc(100vh - 78px);
	}
	

}

@media screen and (min-width: 680px) {
	.mod_newsarchive.content_boxes > * {
		width: calc((100% - 24px) / 2);
	}
}
@media screen and (min-width: 850px) {
	.logo {
 		top: 27px;
 	}
}
@media screen and (min-width: 1024px) {
	.mod_newsarchive.content_boxes > * {
		width: calc((100% - 24px) / 3);
	}
}


/** IE **/
@media all and (-ms-high-contrast:none) {
	.mainmenu ul li.submenu .megamenu-wrapper {
		position: absolute;
		top: 48px;
		height: auto;
	}
	nav.mainmenu li.submenu .megamenu-wrapper ul.level_2 {
		display: inline-block;
		float: left;	
	}
	nav.mainmenu li:nth-child(2).submenu .megamenu-wrapper ul.level_2 {
		padding-left: 0;
	}
}
