/* Allgemeines Start */
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html body.site {
  padding: 0;
  border-top: none;
  font-family: 'open_sansregular', sans-serif, Arial, Helvetica;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #6a7733;
  background: #f1f3e8 url("../img/background_img.png") no-repeat fixed left top / 100% auto !important;
  position: relative;
}

.container-fluid {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

html body p {
    margin: 0 0 12px;
}

iframe {
  /*height: auto !important; */ /*Auskommentiert weil sonst "google reCaptcher" fehlerhaft dargestellt wird / 02.03.2017*/
  min-height: 210px;
  width: 100% !important;
}
div#ftr-recaptcha iframe {
  min-height: auto !important;
}
b, strong {
  font-family: 'open_sansbold';
  font-weight: normal;
}

.jev_eventdetails_body .jev_evdt_desc {
  display: table;
}
.body a {
  text-decoration: none;
}
.body a.linkhl {
  text-decoration: none;
}
a.button,
.body a.btn, button.btn,
.body .btn.btn-default,
.body #jevattendsubmit {
  background: #849833 none repeat scroll 0 0;
  border-radius: 5px;
  color: white;
  display: table;
  font-weight: normal;
  padding: 8px 20px 13px 10px;
  font-family: 'open_sanssemibold';
  margin-top: 2em;
  text-decoration: none;
}

li {
	line-height: 24px !important;
}

.moduletable.breadcrumb-top {
    background-color: transparent;
    box-shadow: none;
    margin: 10px 0 20px;
    overflow: inherit;
    padding: 0;
    text-align: left;
    display: inline-block !important;
}

.row-fluid .moduletable.breadcrumb-top {
  margin: -20px 0 20px 24px;
  }

.breadcrumb > li {
    color: #999;
    font-size: 12px;
}

.breadcrumb > li:first-child {
    color: #666;
    font-family: 'open_sanssemibold';
}

ul.breadcrumb.breadcrumb-top {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#registration-tab-pane h2 {
  padding: 0 !important;
}

.body .anmeldeteaser a.button {
  text-decoration: none;
}

#jevattendsubmit {
  border: none;
  font-size: 20px;
  padding: 20px !important;
  margin: 0;
}

a.button span, button.btn span,
.body a.btn span,
a.linkhl span, 
button.button span {
  background: white none repeat scroll 0 0;
  border-radius: 40px;
  color: #849833;
  display: inline-table;
  font-size: 2em;
  line-height: 22px;
  height: 30px;
  margin-right: 15px;
  text-align: center;
  width: 30px;
  position: relative;
  top: 4px;
  font-family: 'open_sanssemibold';
}

a.linkhl {
  font-family: 'open_sanssemibold';
  margin-top: 1em;
  display: table;
}

a.linkhl span {
  background: #849833;
  color: white;
  font-family: 'open_sanssemibold';
  text-indent: 2px;
  margin-right: 15px;
}
html .body a.btn, button.btn {
    background: #849833 none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    display: inline-table;
    font-weight: normal;
    min-width: 200px;
    padding: 13px 10px 13px;
    font-family: 'open_sanssemibold';
    clear: both;
    margin-top: 30px;
	text-align: left;
    text-decoration: none;
    text-shadow: none;
    font-size: 18px;
    border: none;
}
html .body a.btn span, button.btn span {
line-height: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
    top: 0;
    margin-right: 10px !important;
}
a.linkhl:hover,
a.linkhl:focus {
  color: #92A845;
  transition: color 0.3s, text-shadow 0.6s;
  text-decoration: none;
  text-shadow: 0px 2px 0px #eee;
}

a.linkhl:hover span,
a.linkhl:focus span {
  background: #92A845;
  transition: background 0.3s;
  text-shadow: none;
}

a.button:hover,
a.button:focus,
.body a.btn:hover, button.btn:hover,
.body a.btn:focus, button.btn:focus
#jevattendsubmit:hover,
#jevattendsubmit:focus {
  background: #92A845;
  transition: background 0.3s;
  text-decoration: none;
}

.itemid-123 .body ul li {
  margin-bottom: 12px;
}

.itemid-123 .body ul {
    padding: 0 0 0 20px;
    margin: 10px 0 20px 25px;
}


#jevents_body .jev_listview .jev_listrow label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    width: 90px;
}

body.itemid-123 h3,
body.itemid-124 h3,
body.itemid-125 h3 {
  margin-top: 1em !important;
}
.klaxevent.artlab .kursname,
.klaxevent.reihe3 .kursname {
  color: #5E246B;
}
.klaxevent.artlab .date,
.klaxevent.reihe3 .date {
  background-color: #5E246B;
}
#jevents_body .jev_listview .jev_listrow.reihe2 div.jevleft .wrapper .date {
 background-color: #3dbfef;
}
#jevents_body .jev_listview .jev_listrow.reihe3 div.jevleft .wrapper .date {
 background-color: #531566;
}
#jevents_body .jev_listview .jev_listrow.reihe1 {
  color: #F47C3D;
}
#jevents_body .jev_listview .jev_listrow .kursname {
  font-family: 'open_sanssemibold';
  padding-top: 10px;
}

.body #jevents_body a,
.body .mod_events_latest_data a {
  text-decoration: none;
}


sup {
    font-family: 'open_sansbold';
    margin-left: 2px;
}

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

#jevents_body .jev_listview .jev_listrow.reihe1 div.jevleft.icons .wrapper .date,
div.jevblocks1 .event.kritzelklax {
  background-color: #F47C3D;
}
#content .custom.spartenteaser {
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: table;
    overflow: visible;
}
#content .custom.spartenteaser h3 {
  min-height: 2.5em;
}
.navevent {
    display: table !important;
    float: left;
}
.clearer {
    clear: both;
    height: 1px;
    display: table;
    margin: 0;
    padding: 0;
    line-height: 1px;
}
.anmeldeteaser p {
  margin: 0;
}
.moduletable .nav {
  list-style: outside none disc;
  margin-bottom: 18px;
  margin-left: 0;
}
.moduletable .nav li {
    line-height: 18px;
    margin-bottom: 15px;
    margin-left: 6%;
    width: 94%;
}
.anmeldeteaser .button {
  display: table;
  height: 70px;
  left: 0;
  margin: 0;
  padding: 0 0 45px;
  position: relative;
  right: 0;
  vertical-align: middle;
  width: 100%;
}
	
.custom.newsletter {
  padding: 4%;
	width: 37%;
  float: left;
	margin: 0 5% 0 0;
	background-color: #D6DDBB;
}
.custom.newsletter p {
  margin: 0 0 20px 0;
}
.custom.newsletter p:first-child {
  font-family: 'open_sansextrabold';
  font-size: 40px;
  text-transform: uppercase;
}
.custom.newsletter p:last-child {
  margin: 0;
}
.custom.newsletter p a {
  margin: 0;
}

form.newsletter {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #D6DDBB;
}


.newsletter label {
    font-size: 20px;
    font-family: 'open_sanssemibold';
    margin-bottom: 15px;
	/*line-height: inherit;*/
}

form.newsletter .musthave {
  width: 100%;
  margin: 0;
  float: left;
}

/*form.newsletter .musthave input {
  margin: 0;
  padding: 4%;
  width: 92%;
}*/

form.newsletter .submit_container {
	float: left;
	padding-top: 23px;
}
form.newsletter button {
  background: #849833 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: white;
  padding: 9px 20px 17px 10px;
  width: auto;
  font-family: 'open_sanssemibold';
  font-size: 20px;
  text-align: left;
}

form.newsletter button:hover,
form.newsletter button:focus {
  background: #90A643;
  transition: background 0.3s;
  font-family: 'open_sanssemibold';
}

.custom.anmeldeteaser {
  background: #849833 none repeat scroll 0 0;
  color: white;
  display: table;
  padding: 0;
  position: relative;
  width: 49%;
  float: left;
  margin-right: 2%;
}

.anmeldeteaser .button span {
  position: absolute;
  font-size: 3em;
  height: 50px;
  line-height: 37px;
  text-indent: 2px;
  width: 50px;
  top: 36px;
  left: 21px;
}

.anmeldeteaser .button b,
.anmeldeteaser .button strong {
  display: table;
  font-family: 'open_sansbold';
  margin: 0 auto;
  padding-top: 49px;
}
/* Allgemeines Ende */


/* Header Start */
.pageheader {
  background: white;
  /* background: #849833; */
  padding: 0 40px;
}


/* Logo Start */
.header {
  margin-bottom: 0;
  max-width: 34%;
  width: 100%;
  display: block;
  float: left;
}

.site-title {
    background: rgba(0, 0, 0, 0) url("../img/KLAX_logo.png") no-repeat scroll left center / 163px 56px;
    color: #849833;
    display: table;
    font-size: 35px;
    height: 80px;
    line-height: 30px;
    padding-left: 180px;
    padding-top: 14px;
    text-transform: uppercase;
    width: 180px;
    font-family: 'open_sansextrabold' !important;
}
/* Logo Ende */


/* Navigation/Hauptmenü Start */
.navigation {
  border: medium none;
  display: inline-table;
  margin: 0;
  max-width: 65%;
  padding: 0;
  text-align: right;
  width: 100%;
  float: right;
}

.navigation ul.nav.menu {
  margin: 0;
}

.navigation ul.nav.menu li {
  display: inline-block;
  font-size: 18px;
  padding: 38px 0.75em 39px;
}

.navigation ul.nav.menu li.current {
  padding: 30px 0.75em 38px;
  border-top: 8px solid #849833;
}

.navigation ul.nav.menu li a {
  font-family: 'open_sanssemibold';
  color: black;
}

.navigation ul.nav.menu li.current a {
  color: #849833;
}

.navigation ul.nav.menu li a:hover,
.navigation ul.nav.menu li a:focus {
  color: #849833;
  background: transparent;
  transition: color 0.3s;
}

.navigation ul.nav.menu li.deeper:hover,
.navigation ul.nav.menu li.deeper:focus {
  padding: 30px 0.75em 38px;
  border-top: 8px solid #849833;
}

.navigation ul.nav.menu li.deeper .nav-child a {
  color: black !important;
  font-size: 18px !important;
}

.navigation ul.nav.menu li.deeper:hover a:hover,
.navigation ul.nav.menu li.deeper:focus a:focus {
  color: #849833 !important;
  transition: color 0.3s;
}

.navigation ul.nav.menu li.deeper .nav-child li,
.navigation ul.nav.menu li.deeper .nav-child li a {
  background: #D6DDBB;
  color: #849833;
}

.nav-child::before, .nav-child::after {
    visibility: hidden;
}

.navigation ul.nav.menu li.item-143 a {
  color: #FFA500;
}

.navigation ul.nav.menu li.item-143 a:hover,
.navigation ul.nav.menu li.item-143 a:focus {
  color: #F07B35;
}


/* Media Query Desktop Start */
@media only screen and (min-width: 981px) {
  .site .navigation .nav-child {
    background: white;
    border: none;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    text-align: left;
    padding: 0;
    border-radius: 0;
    margin-top: 4px;
  }

  .site .navigation ul.nav.menu li ul.nav-child li {
    margin-left: 0;
    padding: 0;
    border-top: none;
    width: 100%;
  }

  .site .navigation ul.nav.menu li ul.nav-child li.current a {
    background: #849833;
    color: white !important;
    background-size: 20px auto;
  }

  .site .navigation ul.nav.menu li ul.nav-child li a {
    padding: 20px 20px 15px;
    font-size: 18px;
  }
}
/* Media Query Desktop Ende */
/* Navigation/Hauptmenü Ende */
/* Header Ende */

/* Media Query Tablet Start */
@media only screen and (max-width: 980px) {
		
		.row-fluid [class*="span"] {
			margin: 0 !important;
		}
		.pull-left {
			padding: 0 0 0 30px;
		}
	/* Kurs Detailansicht */
		.reihenico {
			top: -10px !important;
			width: 15% !important;
		}
		.kritzelklax a#showformintro {
			margin: 0 auto !important;
		}
		.kritzelklax span.detailtime label {
			font-size: 1em !important;
		}
		.kritzelklax div.jev_eventdetails_body a#showformintro {
			width: auto;
			padding: 8px 20px 14px 10px;
		}
		.kritzelklax div.jev_eventdetails_body a#showformintro span {
			height: 30px;
			line-height: 19px;
			margin-right: 15px;
			top: 5px;
			width: 30px;
		}
		a.button.regintro {
			float: left;
		}
		.kritzelklax div.span4.thin {
			padding: 0 0 45px 0;
		}
		img.card2 {
			float: left !important;
			margin: -240px 0 0 150px !important;
		}
	/* ENDE Kurs Detailansicht */
}

/* Content Start */
html body.site div.body {
  padding: 20px 40px;
  background: #F1F3E8 url("../img/background_img.png") top left no-repeat fixed;
  box-shadow: 3px 3px 3px #cccccc inset;
  background-size: 100% auto;
  padding-bottom: 165px !important;
}


/* Slideshow Start */
body .sprocket-headlines {
    background: white none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 40px 0;
    padding: 0;
    box-shadow: 3px 3px 3px #cccccc;
}

body .sprocket-headlines img {
  width: 100%;
}

body .sprocket-headlines-container {
  position: relative;
}

body .sprocket-headlines-list {
  padding: 0px !important;
}

body .sprocket-headlines-navigation {
  position: absolute;
  width: 100%;
  padding: 0;
  top: 45%;
}

body .sprocket-headlines-navigation .arrow {
    background: white none repeat scroll 0 0;
    border: 3px solid white;
    border-radius: 2em;
    box-shadow: none;
    color: #444444;
    font-size: 2em;
    height: 25px;
    line-height: 18px;
    opacity: 0.25;
    padding-top: 0;
    position: absolute;
    width: 25px;
}

body .sprocket-headlines-navigation .arrow.prev {
  left: 10px;
}

body .sprocket-headlines-navigation .arrow.next {
  right: 5px;
}
/* Slideshow Ende */


/* Boxen Start */
.itemid-101 .item-page {
  display: none;
}

.moduletable,
.custom,
.item-page,
.blog {
  margin-bottom: 40px;
}

.custom,
.item-page,
.moduletable,
.search,
#jevents,
.jev_evdt_header,
.jev_eventdetails_body,
.regform, .regform1, .regform2,
/*.contentpaneopen,*/
.blog {
  background: white;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #cccccc;
  padding: 4%;
  overflow: auto;
  font-size: 20px;
  line-height: 26px;
}

body .jev_evdt .jev_evdt_header,
body .jev_eventdetails_body.row-fluid {
    max-width: 92%;
    width: 92%;
}

.jev_eventdetails_body,
#mod_events_latest_147_data,
#mod_events_latest_130_data {
  margin-top: -90px !important;
}

.moduletable .custom,
.item-page .moduletable,
.moduletable form,
.contentpaneopen form,
#jevents_body,
.blog .custom,
.blog .moduletable,
.blog form,
#jevents_header {
  padding: 0;
  box-shadow: none;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.page-header {
  border: medium none;
  margin: 0;
  padding: 0;
}


.itemid-176 .detailtime.time {
    display: none;
}

body.itemid-176 .jev_eventdetails_body.row-fluid .span9{
  width: 100%;
  padding: 0;
}

body.itemid-176 .jev_eventdetails_body.row-fluid .span3 {
    display: none !important;
}

body .anmeldeteaser p {
  margin: 0;
}

.jev_eventdetails_location {
  display: none !important;
}

.jev_evdt .jev_evdt_title .time {
    font-weight: normal;
}

.jev_eventdetails_body span3 {
  text-align: right;
}

.jev_evdt .kursnr, .jev_evdt .Zielgruppe, .jev_evdt .Kursleitung, .jev_evdt .Reihe {
    text-align: right;
}

.sprocket-headlines-text p {
  margin: 0 !important;
}

.jev_eventdetails_body.row-fluid {
    margin-top: 20px;
}

body .jev_evdt .jev_evdt_title {
	margin: 0;
}

.detailtime { margin-top: 10px; display: table; }

body.itemid-175 img.card.cardplus {
    margin: 25px 0 0 !important;
}

.custom h1,
.custom h2,
.blog h2,
.item-page h1,
.item-page h2,
.blog h2,
.chronoform h2,
.chronoform h1,
body h1.jev_evdt_title .detailtitle,
#registration-tab-pane h2,
#jevents_header h1 {
  color: #849833;
  font-size: 46px;
  font-style: normal;
  font-family: 'open_sansextrabold';
  margin-top: 0;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  line-height: 55px;
}

.conditions li {
    color: #6a7733;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 5px;
}

.conditions li:last-child {
    margin-bottom: 0px;
}



body.itemid-159 .moduletable .custom p:last-child {
  margin-bottom: 0;
}


#registration-tab-pane .paramfield74 .paramlist_key label,
body #registration-tab-pane span.detailtitle {
    color: #849833;
    display: table !important;
    font-size: 34px;
    font-family: 'open_sansextrabold';
    margin: 0 0 40px !important;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

body #registration-tab-pane span.detailtitle {
  margin-bottom: 0 !important;
}


.imwrap {
    display: table;
    float: left;
    margin-bottom: 50px;
    width: 43%;
}

.imwrap:first-child {
  margin-right: 4%;
}

.imwrap img {
  /*width: 100%;*/
  height: auto;
}

.imwrap p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-family: 'open_sansbold' !important;
}

body.itemid-172 .jev_evdt_header,
body.itemid-172 .jev_eventdetails_body,
body.itemid-172 .jev_eventdetails_location,
body.itemid-175 .jev_evdt_header,
body.itemid-175 .jev_eventdetails_body,
body.itemid-175 .jev_eventdetails_location {
  display: none !important;
}

body.itemid-175 img {
    margin-right: 20px;
}

.margin {
  margin-top: -40px;
  padding-top: 0;
}

body .empty {
  background: url("../../../images/slides/standardkurs.png") top center no-repeat #DEE3C8;
}

body .empty h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*.chronoform h2 { 
  padding: 0 20px 20px;
} JF*/
.chronoform h2 {
  padding: 0;
}

.gcore-line-tr {
  width: 100% !important
}

.article-info-term,
.icon-calendar {
  display: none;
}
.custom h3,
.item-page h3,
.blog .items-leading h2,
.blog .items-row h2,
.blog h3,
h4.newsflash-title {
  margin-top: 0;
  font-family: 'open_sanssemibold';
  color: #849833;
  font-size: 24px;
  padding-bottom: 0.5em;
  line-height: 30px;
  /*font-style: normal !important;
  font-weight: normal !important;*/
}

h4.newsflash-title {
    margin-top: 0;
    font-family: 'open_sanssemibold';
    color: #849833;
    font-size: 24px;
    padding-bottom: 0.5em;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

#jevents_body .jev_listview .jev_listrow.reihe1 div.jevleft .wrapper .date,
#jevents_body .jev_listview .jev_listrow.kritzelklax div.jevleft .wrapper .date, #jevents_body .jev_listview .jev_listrow div.jevleft.kritzelklax .wrapper .date {
    background: #f47c3d;
}

#jevents_body .jev_listview .jev_listrow .span7 .title  {
  margin: 0;
  font-size: 20px;
  padding-bottom: 1em;
  font-weight: normal;
}

#jevents p.title .eventtitle {
  font-family: 'open_sansextrabold';
  font-size: 20px;
  text-transform: uppercase;
  /*line-height: 1.3em;*/
}

.custom p,
.blog p,
.item-page p,
label.gcore-label-left,
#registration-tab-pane p {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #6a7733;
  margin-top: 0;
  margin-bottom: 20px;
}

body .klaxevent.kritzelklax .date,
body .klaxevent.reihe1 .date {
    background-color: #F47C3D;
}

body .klaxevent.kritzelklax .kursname,
#jevents_body .jev_listview .jev_listrow.reihe1,
#jevents_body .jev_listview .jev_listrow.kritzelklax div.jevleft .wrapper .kursname a, #jevents_body .jev_listview .jev_listrow div.jevleft.kritzelklax .wrapper .kursname a {
    color: #F47C3D;
}

#jevents .description {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
}

#jevents_body .jev_listview .jev_listrow div.jevleft .wrapper .date,
.klaxeventslatest .date,
.mod_events_latest_data .date {
  padding: 7px 10px;
  opacity: 0.8;
}

#jevents_body .jev_listview .jev_listrow a.eventbtn,
div#jevents_body.jeventpage > .jev_listrow a.eventbtn {
  padding: 15px;
  font-size: 20px;
  font-family: 'open_sanssemibold';
  border-radius: 3px;
  background: #7C932B;
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
}

#jevents_body .jev_listview .jev_listrow a.eventbtn:hover,
#jevents_body .jev_listview .jev_listrow a.eventbtn:focus,
div#jevents_body.jeventpage > .jev_listrow a.eventbtn:hover,
div#jevents_body.jeventpage > .jev_listrow a.eventbtn:focus {
  background: #92a845 !important;
  color: white;
  transition: background 0.3s;
}

#jevents_body .jev_listview .jev_listrow,
div#jevents_body.jeventpage > .jev_listrow,
.jev_listrow_grp {
  background: rgba(0, 0, 0, 0) url("../img/trenner.png") repeat-x scroll 12px bottom / 20px auto;
  border: medium none !important;
  margin-bottom: 30px;
}

.jev_listrow_grp {
  padding-bottom: 20px;
}

#jevents_body .jev_listview .jev_listrow:last-child,
div#jevents_body.jeventpage > .jev_listrow:last-child,
.jev_listrow_grp:last-child {
  background-image: none;
  border: medium none !important;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

#jevents .addinfos {
  font-size: 14px;
  margin-bottom: 10px;
}

.klaxevent .kursname {
  font-family: 'open_sanssemibold';
  padding-top: 10px;
}

.col {
  float: left;
  width: 50%;
  display: table;
}


.lst {
  display: table;
  margin-bottom: 2.5em;
  padding-bottom: 1em;
  position: relative;
}
.lst p {
  margin-bottom: 1.25em;
}

.lst h3 {
  background: white none repeat scroll 0 0;
  color: #849833;
  padding: 1em;
  position: absolute;
  top: 50px;
}

.lst:last-child,
.lst p:last-child {
  margin-bottom: 0;
  padding: 0;
  background-image: none;
}

.imgwrap {
  display: block;
  margin-bottom: 1.25em;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 3px 3px;
  box-shadow: 3px 3px 3px #cccccc;
}

.imginnerwrap img {
  width: 100%;
}

#jeventspost ul li:first-child {
  margin-left: 0;
}

.paramlist_value #rsvp_field175_span_ label, #rsvp_field714_span_ label, #rsvp_field479_span_ label, #rsvp_field623_span_ label  {
    display: table !important;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100% !important;
    line-height: 28px;
}

.calendar.xinputbox {
    float: right;
    position: relative;
    right: 20px;
    top: -46px;
}

.calendar.xinputbox:hover,
.calendar.xinputbox:focus {
  cursor: pointer;
}

.paramlist_key {
    vertical-align: top;
}

/* 479 KritzelKlax */
/* 623 Kids+Bits */
/* 714 ArtLab */

.paramlist_value #rsvp_field175_span_ label input {
    float: left;
    margin: 0 20px 50px 0;
    position: relative;
    top: 8px;
}

.paramlist_value #rsvp_field714_span_ label input {
    float: left;
    margin: 0 20px 50px 0;
    position: relative;
    top: 8px;
}

.paramlist_value #rsvp_field479_span_ label input {
    float: left;
    margin: 0 20px 50px 0;
    position: relative;
    top: 8px;
}

.paramlist_value #rsvp_field623_span_ label input {
    float: left;
    margin: 0 20px 50px 0;
    position: relative;
    top: 8px;
}

.bigger {
  font-size: 22px;
  font-family: 'open_sansbold';
  margin-bottom: 0.35em;
}

.preiseteaser img {
  display: table;
  height: auto;
  max-width: 100%;
}

#seminarman.cf {
  width: 100%;
}


img.card {
   margin: -25px auto 0;
}

#seminarman .cf {
  border-bottom: 1px solid #d6ddbb;
  border-radius: 0;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.seminarman-tutor__image {
position: relative;
display: inline-block;
margin: 0 1em 0 0;
width: 100px;
}

.seminarman-tutor__image img {
border-radius: 3px;
cursor:pointer;
min-width: 100px;
}

.seminarman-tutor__image span {
position: absolute;
width: 100px;
transition: width 0.5s, height 0.5s;
transition-timing-function: cubic-bezier(0,0,0,1.72);
top: 0;
left: 0;

}
.seminarman-tutor__image span img {
opacity: 0;
display: none;
z-index: 50;
}
.seminarman-tutor__image:hover span {
width: 300px;
}
.seminarman-tutor__image:hover span img {
opacity: 1;
display: block;
position: absolute;
width: 100%;
border: 10px solid #fff;
box-shadow: 5px 5px 30px #777;
}
.seminarman-tutor__info {
  display: table;
}

.seminarman-tutor__name {
  font-size: 22px;
  font-family: 'open_sanssemibold';
  position: relative;
  top: -6px;
  color: #849833;
  margin-bottom: 10px;
  display: table;
}

.seminarman-tutor__info p {
  margin-bottom: 0;
}

p.jumpmenu {
  padding: 1em;
  background: #D6DDBB;
  display: table;
  font-size: 16px;
}
p.jumpmenu a:after {
  content: '|';
  color: #666;
  display: inline-block;
}
p.jumpmenu a:last-child:after {
  content: '';
}

.category-module {
  margin: 0;
  display: table;
  width: 100%;
}

.archiv {
  padding: 2%;
  background: #D6DDBB;
  display: table;
  width: 96%;
}

.archiv .moduletable {
  margin: 0;
}

.category-module li {
  list-style: none;
  padding-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #E6EAD5;
  margin-bottom: 1em;
}

.category-module li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

h4.newsflash-title {
  margin-top: 2em;
}

h4.newsflash-title:first-child {
    margin-top: 2em;
    padding-top: 0;
    border: none;
}

.mod-articles-category-date {
  float: right;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 3px;
}
#jevents_body table.jevicons {
  margin-top: 10px !important;
}
.eventfilter {
  padding-top: 0 !important;
  margin-bottom: 30px !important;
}

.paramfield23 input,
.paramfield149 input {
    width: auto;
    margin-bottom: 3em;
    display: table;
    float: left;
    margin-right: 10px;
}

.itemid-101 .eventfilter {
    margin: 15px 0 0 0 !important;
    float: right;
}
.itemid-101 .jeventfooter {
  margin-top: -35px;
}
#jeventspost {
    background: #eeeeee none repeat scroll 0 0 !important;
    border-radius: 3px;
    float: right;
    padding: 10px 2%;
    width: 96% !important;
}

#jevents_body .row-fluid .span3 {
    display: table;
    position: absolute;
    right: 0;
}

#jevents_body table.jevicons {
    float: right;
    margin-bottom: 0;
    margin-top: 0;
    width: auto !important;
}

#jevents_body .row-fluid {
   position: relative;
}

#jevents_body #jev_maincal .row-fluid .span3 {
    position: static;
}

#jevents_body #jev_maincal .row-fluid {
    position: static;
}

#jevents_body .row-fluid .span9.eventfilter {
    margin-left: 0 !important;
    width: 100%;
}
#jeventspost ul{
  margin: 0;
  padding: 0;
  width: auto;
  display: table;
}
.jev_listrow .span3 .title {
  display: none;
}
#jeventspost ul li {
    display: table;
    width: auto;
    float: left;
    margin-left: 10px;
}
.itemid-101 #jeventspost ul li {
  margin-left: 0;
}

#mod_events_latest_147_data .ev46 {
  padding-bottom: 0;
}

#jeventspost ul li select {
  width: 195px;
  padding: 4px 6px;
  margin: 0;
  background: white;
  color: #6a7733;
  font-style: normal;
}


.pagination-list a {
    background: #eee none repeat scroll 0 0 !important;
    border: medium none !important;
    margin-right: 5px;
    padding: 10px 20px !important;
}


.pagination-list .disabled a {
    opacity: 0.35;
}

.pagination-list .active a {
    background: #859D38 none repeat scroll 0 0 !important;
    color: white !important;
}



.emptytxt {
  text-align: center;
  display: inline-table;
  margin: 0 auto;
  width: 100%;
}

#jeventspost .jevfilterlist li:first-child .jevfilterinput {
  margin-left: 0;
}

body.itemid-101 #jeventspost .jevfilterinput {
    margin-left: 10px !important;
}

body.itemid-101 #jeventspost li:first-child  .jevfilterinput {
    margin-left: 0px !important;
}

.itemid-101 #jeventspost ul li select {
  height: 38px;
}
#jeventspost .jevfilterinput {
  margin-left: 10px;
}
.jevfiltermodule {
  box-shadow: none !important;
}
#jeventspost .modfilter_button.reset {
  display: none;
}
#jeventspost ul li.jevfilterinput {
  width: initial;
  margin-left: 0;
}
#jeventspost .modfilter_button.submit {
    background-color: #7C932B;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    margin: 0;
    padding: 10px 15px;
    height: initial;
    font-family: 'open_sanssemibold';
}
.jevbootstrap ul.jevfilterlist li .jevfilterinput .modfilter_button.submit {
  padding: 10px 15px;
  height: initial;
}

#jeventspost .modfilter_button.submit:hover,
#jeventspost .modfilter_button.submit:focus {
  background: #92A845;
  transition: background 0.3s;
}
.preislstgrp {
  display: table;
  width: 100%;
  margin-bottom: 2em;
}

select:hover,
select:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus {
  box-shadow: 3px 3px 3px #ccc inset !important;
  transition: box-shadow 0.3s;
}

.preislst {
  display: table;
  border-bottom: 1px solid #D6DDBB;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.angebot {
  width: 49.5%;
  display: inline-table;
}

.preis {
  width: 50%;
  display: inline-table;
  text-align: right;
}
/* Boxen Ende */


/*.paramfield175.type0param.fieldtypejevrradio {
    background: #d6ddbb none repeat scroll 0 0;
    border: 2px dashed #6a7733;
    border-radius: 3px;
    display: inline-block !important;
    padding: 2% !important;
    width: 95.5% !important;
}*/

.paramfield175.type0param.fieldtypejevrradio, .paramfield714.type0param.fieldtypejevrradio, .paramfield479.type0param.fieldtypejevrradio, .paramfield623.type0param.fieldtypejevrradio {
    background: #d6ddbb none repeat scroll 0 0;
    border: 2px dashed #6a7733;
    border-radius: 3px;
    display: inline-block !important;
    padding: 2% !important;
    width: 95.5% !important;
}

.reihenico {
    float: right;
    width: 125px;
}


.jev_daywithevents.jevblocks1 .ev45 {
  display: none;
}

/* HomeTextTeaser Start */
.preiseteaser .col-left {
  width: 33.3%;
}

#jevents_body .row-fluid.jev_listrow .span3 {
  display: inherit !important;
}

/*.itemid-200 .time {
  display: none;
}*/

.preiseteaser .col-right {
  width: 66.6%;
}


.button#showform:hover,
.button#showform:focus {
  cursor: pointer;
}

.button.inaktiv#showform:hover,
.button.inaktiv#showform:focus {
  cursor: default;
}

.buttons {
  margin: 20px 2em 0 0;
  display: table;
  float: left;
}

.buttons a {
  margin-top: 0 !important;
}

.custom.anmeldeteaser {
  background: #849833;
  color: white;
}

.flatteaser {
  background: white none repeat scroll 0 0;
  border: 14px solid yellow;
  border-radius: 160px;
  display: table;
  height: 160px;
  text-align: center;
  width: 160px;
  margin: 0 auto;
}

.flatteaser p {
  display: table-cell;
  vertical-align: middle;
}

.flatteaser p span {
  font-size: 32px;
  font-family: 'open_sanssemibold';
}

.custom.kontaktteaser {
  padding: 20px;
  position: relative;
  clear: both;
}
.moduletable.kontaktteaser.eventdetail {
  padding: 0 !important;
}

.custom.kontaktteaser iframe {
  min-height: 400px;
}

html body .blog .items-leading h2,
html body .blog .items-row h2 {
  padding: 20px 0 0 0;
  line-height: 35px !important;
}

.published {
  margin-left: 0;
}

.article-info {
  margin-top: 0px;
  font-size: 14px !important;
}

.blog .items-leading h2,
.blog .items-row h2 {
  line-height: 26px !important;
}

.blog .items-row .item {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

#chronoform-Lehrertag,
#chronoform-Gruppenangebote {
  width: 100%;
}

.overlay {
  background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0;
  bottom: 0;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  z-index: 99;
}

.overlay table {
  width: 100%;
  border-collapse: collapse;
}

body .fa-asterisk {
  color: #6a7733 !important;
  font-weight: normal !important;
}

.overlay tr {
	margin: 0 0 5px 0;
}

.overlay td {
  display: table;
  float: left;
  margin-right: 2%;
  width: 49%;
 }

.overlay td table td {
  display: table;
  float: left;
  width: 49%;
}

.overlay td:last-child {
  margin-right: 0;
}

.overlay td a.button {
  margin-top: 0;
}
body.itemid-101 .mod_events_latest_data {
  padding-bottom: 2% !important;
}
.preiseteaser .boxwrap > p {
    float: left;
    margin-right: 2em;
    width: 60%;
}
/* HomeTextTeaser Ende */
.itemid-159 .moduletable {
  overflow: hidden;
}
.itemid-159 .moduletable.breadcrumb-top {
  overflow: inherit !important;
}

.itemid-159.layout-listevents .moduletable {
  display: table;
}

/* Formulare Start */
form {
  background: white none repeat scroll 0 0;
  display: table;
  margin: 0 0 18px;
  width: 100%;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #cccccc;
}

form.chronoform {
  width: 92%;
  padding: 4%;
}

form#chronoform-FormularKurse,
form#chronoform-FormularKurseProbestunde,
form#chronoform-FormularFamiliensamstage,
form#chronoform-FormularKreativkarte,
form#chronoform-FormularFerienangebote,
form#chronoform-FormularKindergeburtstage ,
form#chronoform-ProjektAnmeldung {
	max-width: 1200px;
	width: 100%;
	padding: 0;
	display: block;
	overflow: hidden;
}

form#chronoform-FormularFerienangebote,
form#chronoform-FormularKindergeburtstage  {
	display: block;
}

form#chronoform-Kontaktformular .gcore-line-td,
form#chronoform-FormularKurse .gcore-line-td,
form#chronoform-FormularKurseProbestunde .gcore-line-td,
form#chronoform-FormularFamiliensamstage .gcore-line-td,
form#chronoform-FormularKreativkarte .gcore-line-td,
form#chronoform-FormularFerienangebote .gcore-line-td,
form#chronoform-FormularKindergeburtstage .gcore-line-td,
form#chronoform-ProjektAnmeldung .gcore-line-td {
	padding:0;
}

form#chronoform-Kontaktformular #ftd-recaptcha .gcore-line-td,
form#chronoform-FormularKurse #ftd-recaptcha .gcore-line-td,
form#chronoform-FormularKurseProbestunde #ftd-recaptcha .gcore-line-td,
form#chronoform-FormularFamiliensamstage #ftd-recaptcha .gcore-line-td,
form#chronoform-FormularKreativkarte #ftd-recaptcha .gcore-line-td, 
form#chronoform-FormularFerienangebote #ftd-recaptcha .gcore-line-td,
form#chronoform-FormularKindergeburtstage #ftd-recaptcha .gcore-line-td,
form#chronoform-ProjektAnmeldung #ftd-recaptcha .gcore-line-td {
	margin-left:30%;
}

form#chronoform-Kontaktformular .gcore-line-tr.gcore-form-row,
form#chronoform-FormularKurse .gcore-line-tr.gcore-form-row,
form#chronoform-FormularKurseProbestunde .gcore-line-tr.gcore-form-row,
form#chronoform-FormularFamiliensamstage .gcore-line-tr.gcore-form-row,
form#chronoform-FormularKreativkarte .gcore-line-tr.gcore-form-row,
form#chronoform-FormularFerienangebote .gcore-line-tr.gcore-form-row,
form#chronoform-FormularKindergeburtstage .gcore-line-tr.gcore-form-row,
form#chronoform-ProjektAnmeldung .gcore-line-tr.gcore-form-row {
	margin-bottom: 20px;
}


form#chronoform-FormularKurse #fin-custom1,
form#chronoform-FormularKurseProbestunde #fin-custom1
{
	margin-left: 30% !important;
}

/*form#chronoform-FormularKurse #formtitle
{
	width: 100%;
}*/
#formtitle {
	width: 100% !important;
}

body #chronoform-Kontaktformular .gcore-label-left,
body #chronoform-Kontaktformular .gcore-label-top,
body #chronoform-FormularKurse .gcore-label-left,
body #chronoform-FormularKurse .gcore-label-top,
body #chronoform-FormularKreativkarte .gcore-label-left,
body #chronoform-FormularKreativkarte .gcore-label-top, 
body #chronoform-FormularFerienangebote .gcore-label-left,
body #chronoform-FormularFerienangebote .gcore-label-top,
body #chronoform-FormularKindergeburtstage .gcore-label-left,
body #chronoform-FormularKindergeburtstage .gcore-label-top,
body #chronoform-ProjektAnmeldung .gcore-label-left,
body #chronoform-ProjektAnmeldung .gcore-label-top {
	display: block;
  float: left;
  width: 28% !important;
	margin-right: 2% !important;
	font-size: 1em;
}

form#chronoform-Kontaktformular input[type="radio"], input[type="checkbox"], 
form#chronoform-FormularKurse input[type="radio"], input[type="checkbox"], 
form#chronoform-FormularKurseProbestunde input[type="radio"], input[type="checkbox"],
form#chronoform-FormularFamiliensamstage input[type="radio"], input[type="checkbox"], 
form#chronoform-FormularKreativkarte input[type="radio"], input[type="checkbox"], 
form#chronoform-FormularFerienangebote input[type="radio"], input[type="checkbox"],
form#chronoform-FormularKindergeburtstage input[type="radio"], input[type="checkbox"],
form#chronoform-ProjektAnmeldung input[type="radio"], input[type="checkbox"] {
	float: left;
}
form#chronoform-FormularKurse .jev_evdt label,
form#chronoform-FormularKurseProbestunde .jev_evdt label,
form#chronoform-FormularFamiliensamstage .jev_evdt label,
form#chronoform-FormularKreativkarte .jev_evdt label, 
form#chronoform-FormularFerienangebote .jev_evdt label,
form#chronoform-FormularKindergeburtstage .jev_evdt label,
form#chronoform-ProjektAnmeldung .jev_evdt label {
	width: auto;
}

body #chronoform-FormularKurse .gcore-radio-item, 
body #chronoform-FormularKurseProbestunde .gcore-radio-item,
body #chronoform-FormularFamiliensamstage .gcore-radio-item,
body #chronoform-FormularKreativkarte .gcore-radio-item,
body #chronoform-FormularFerienangebote .gcore-radio-item ,
body #chronoform-FormularKindergeburtstage .gcore-radio-item,
body #chronoform-ProjektAnmeldung .gcore-radio-item {
	width: auto;
}

#chronoform-FormularFerienangebote  label.gcore-sub-label.required_label {
	float: left;
    line-height: 1.1em;
    margin: 0 0 0 2%;
    width: 96%;
}

body #chronoform-FormularKindergeburtstage #fin-custom2 {
	background: #d6ddbb none repeat scroll 0 0;
    border: 2px dashed #6a7733;
    border-radius: 3px;
    color: #6a7733;
    float: right;
    margin-left: 30%;
    padding: 2%;
    width: 66%;
}

body #chronoform-FormularKindergeburtstage #fin-radio82,
body #chronoform-FormularKindergeburtstage #fin-radio84,
body #chronoform-FormularKindergeburtstage #fin-radio85,
body #chronoform-FormularKindergeburtstage #fin-radio87,
body #chronoform-FormularKindergeburtstage #fin-custom6,
body #chronoform-FormularKindergeburtstage #fin-custom7,
body #chronoform-FormularKindergeburtstage #fin-custom8,
body #chronoform-FormularKindergeburtstage #fin-custom9 {
	width: 70% !important;
	margin-left: 30% !important;
	float: left !important;
}

body #chronoform-FormularKindergeburtstage #fitem2,
body #chronoform-FormularKindergeburtstage #fitem3,
body #chronoform-FormularKindergeburtstage #fitem4,
body #chronoform-FormularKindergeburtstage #fitem11,
body #chronoform-FormularKindergeburtstage #fitem12,
body #chronoform-FormularKindergeburtstage #fitem13 {
	float: left;
	width: 100%;
	margin: 10px 0;
}

body #chronoform-FormularKindergeburtstage #fin-radio85 label {
	width: 95% !important;
	line-height: 1.3em;
}

#chronoform-FormularKindergeburtstage #fin-custom6 p.catering_note {
	display: none;
	margin: 20px 0 10px;
}

body #chronoform-FormularKindergeburtstage #fin-custom7 p.catering2_note {
	display: none;
	margin: 0;
}

body #chronoform-FormularKindergeburtstage #fin-custom8 p.catering2_note {
	display: none;
	margin: 20px 0 0 0;
}

body #chronoform-FormularKindergeburtstage #fin-custom9 p.catering2_note {
	display: none;
	margin: 40px 0 40px 0;
}

.catering_note_visible p, .catering2_note_visible p {
	display: block !important;
}

#chronoform-Lehrertag #fin-custom ,
#chronoform-Gruppenangebote #fin-custom {
  margin: 0;
}
#filter_reset {
  display: none;
}
.gbs3 #chronoform-Lehrertag .gcore-label-left,
.gbs3 #chronoform-Gruppenangebote .gcore-label-left {
    float: left !important;
    min-width: 0;
    max-width: 100%;
    padding-right: 7px;
    text-align: left !important;
    width: 15%;
    font-family: 'open_sanssemibold';
}

.gbs3 #chronoform-Lehrertag .A,
.gbs3 #chronoform-Gruppenangebote .A {
    background: #f1f3e8 none repeat scroll 0 0;
    color: #6a7733;
    font-size: 20px;
    font-family: 'open_sansitalic';
    height: 60px;
    margin: 0 !important;
    padding: 0 0 0 2%;
    width: 98% !important;
    max-width: 100%;
}

.gbs3 #chronoform-Lehrertag textarea.A,
.gbs3 #chronoform-Gruppenangebote textarea.A {
  height: auto;
}

.itemid-169 #mod_events_latest_147_data .footer.row-fluid,
.itemid-160 #mod_events_latest_130_data .footer.row-fluid {
  display: none;
}

.itemid-200 .eventdetailimg {
  width: auto !important;
  padding-top: 6px !important;
}

.paramfield744 .paramlist_value label,
.paramfield522 .paramlist_value label,
.paramfield665 .paramlist_value label,
.paramfield162 .paramlist_value label,
.paramfield117 .paramlist_value label,
.paramfield73 .paramlist_value label,
.paramfield207 .paramlist_value label,
.paramfield37 .paramlist_value label {
  color: white;
  margin-right: 0;
}
.paramfield744,
.paramfield522,
.paramfield665,
.paramfield162,
.paramfield117,
.paramfield73,
.paramfield207,
.paramfield37 {
  width: initial !important;
  float: left;
  margin-top: 20px !important;
}
.paramfield744 .paramlist_key,
.paramfield522 .paramlist_key,
.paramfield665 .paramlist_key,
.paramfield162 .paramlist_key,
.paramfield117 .paramlist_key,
.paramfield73 .paramlist_key,
.paramfield207 .paramlist_key,
.paramfield37 .paramlist_key {
  display: none;
}
.paramfield744 .paramlist_value,
.paramfield522 .paramlist_value,
.paramfield665 .paramlist_value,
.paramfield162 .paramlist_value,
.paramfield117 .paramlist_value,
.paramfield73 .paramlist_value,
.paramfield207 .paramlist_value,
.paramfield37 .paramlist_value {
    width: 20px;
    margin-left: 0;
    display: table;
    margin-right: 0 !important;
}
.paramfield745,
.paramfield523,
.paramfield666,
.paramfield167,
.paramfield172,
.paramfield168,
.paramfield208,
.paramfield165  {
  float: left;
  width: 90% !important;
    margin-top: 28px !important;
}
.paramfield745 p,
.paramfield523 p,
.paramfield666 p,
.paramfield167 p,
.paramfield172 p,
.paramfield168 p,
.paramfield208 p,
.paramfield165 p {
  font-family: 'open_sanssemibold' !important;
}


select {
    background: #f1f3e8 none repeat scroll 0 0;
    height: 60px;
    padding: 2.0%;
    width: 100%;
    background-color: #f1f3e8;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #eee inset;
    color: #849833;
    font-size: 20px;
    font-family: 'open_sansitalic';
}


.gbs3 #chronoform-Lehrertag h2, .gbs3 #chronoform-Lehrertag .h2,
.gbs3 #chronoform-Gruppenangebote h2, .gbs3 #chronoform-Gruppenangebote .h2 {
  margin: 0;
  font-family: 'open_sansextrabold';
  padding-left: 0;
  color: #849833;
}

.chrono_credits {
  display: none !important;
}

form#chronoform-Kontaktformular {
  background: white;
}

.gcore-line-tr.gcore-form-row {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

#registration-tab-pane .flatteaser {
  margin-top: -20px;
}

.extras hr {
    margin: 40px 0;
}

.imgfloat {
  float: left;
  margin-right: 20px;
  max-width: 164px;
}

.floatwrap {
  display: table;
}

.imgfloat img {
  margin-top: 2px;
  /*max-width: 164px;*/
}

.txtfloat {
  display: table;
}

body .txtfloat p:last-child {
    margin-bottom: 0;
}


body .txtfloat p a.linkhl {
    margin-top: 35px;
}

.gcore-line-td {
  padding: 20px;
}

html #chronoform-Kontaktformular .gcore-label-left {
  display: block;
  float: left;
  max-width: none !important;
  min-width: 0 !important;
  /*width: 15% !important;*/
  padding-top: 10px;
  font-family: 'open_sanssemibold';
}


footer.footer .nav li {
    float: left;
    font-size: 16px;
    font-family: 'open_sanssemibold';
    margin-right: 1em;
    min-height: 30px;
    padding-top: 10px;
}

footer.footer a:hover,
footer.footer a:focus {
  color: #849833;
  background: transparent !important;
  text-decoration: underline !important;
}

footer.footer .item-126,
footer.footer .item-185,
footer.footer .item-262  {
  float: right !important;
  margin-right: 0 !important;
}

footer.footer .item-126 a {
    background: rgba(0, 0, 0, 0) url("../img/KLAX_logo.png") no-repeat scroll left center / 100% auto;
    display: table;
    height: 34px;
    margin-top: -7px;
    position: relative;
    text-indent: -99999px;
    width: 100px;
     margin-left: 30px;
}


footer.footer .item-185 a {
    background: rgba(0, 0, 0, 0) url("../img/fb.png") no-repeat scroll left center / 100% auto;
    display: table;
    height: 34px;
    margin-top: -7px;
    margin-left: 30px;
    position: relative;
    text-indent: -99999px;
    width: 34px;
    opacity: 0.75;
}

footer.footer .item-262 a {
    background: rgba(0, 0, 0, 0) url("../img/icon_instagram.png") no-repeat scroll left center / 100% auto;
    display: table;
    height: 34px;
    margin-top: -7px;
    margin-left: 30px;
    position: relative;
    text-indent: -99999px;
    width: 34px;
    opacity: 0.75;
}

footer.footer .item-185 a:hover,
footer.footer .item-185 a:focus {
    background: rgba(0, 0, 0, 0) url("../img/fb.png") no-repeat scroll left center / 100% auto !important;
	opacity: 1.0;
	transition: opacity 0.3s;
}

footer.footer .item-262 a:hover,
footer.footer .item-262 a:focus {
    background: rgba(0, 0, 0, 0) url("../img/icon_instagram.png") no-repeat scroll left center / 100% auto !important;
	opacity: 1.0;
	transition: opacity 0.3s;
}

footer.footer .item-129.divider {
  display: none;
}

footer.footer .item-126 a:hover,
footer.footer .item-126 a:focus {
  background: rgba(0, 0, 0, 0) url("../img/KLAX_logo.png") no-repeat scroll left center / 100% auto  !important;
}

/*html .gcore-display-table.gcore-input {
  float: left;
  margin-left: 5%;
  width: 80%;
}*/
html .gcore-display-table.gcore-input {
  float: left;
  margin-left: 0%;
  width: 70%;
}

html .gcore-display-table.gcore-input#fin-button13,
.gcore-line-tr#ftr-button13,
html .gcore-display-table.gcore-input#fin-button14,
.gcore-line-tr#ftr-button14 {
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
}

#fin-checkbox2,
#ftr-checkbox2 {
  margin: 0;
}

.gcore-label span,
.required_label span {
  color: #6A7733 !important;
  margin: 0 0 0 -4px;
}

body .jevfilterinput {
  margin-left: 0 !important;
}

input#button13,
input#button13pr,
html body .gbs3 #chronoform-Lehrertag input#button14,
html body .gbs3 #chronoform-Gruppenangebote input#button14 {
    background: #849833 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    clear: both;
    font-style: normal;
    color: white;
    display: table;
    font-size: 18px;
    font-family: 'open_sanssemibold';
    margin-top: 1em;
    min-width: 200px;
    padding: 20px;
    text-decoration: none;
    height: auto;
    text-shadow: none;
}

input#button13:hover,
input#button13:focus,
input#button13pr:hover,
input#button13pr:focus,
html body .gbs3 #chronoform-Lehrertag input#button14:hover,
html body .gbs3 #chronoform-Lehrertag input#button14:focus,
html body .gbs3 #chronoform-Gruppenangebote input#button14:hover,
html body .gbs3 #chronoform-Gruppenangebote input#button14:focus {
 background: #92A845;
  transition: background 0.3s;
  text-decoration: none;
}

html #chronoform-Lehrertag #fin-button14.gcore-display-table.gcore-input,
html #chronoform-Gruppenangebote #fin-button14.gcore-display-table.gcore-input {
  float: left;
  margin-left: 0;
  width: 200px;
  border-radius: 5px;
  padding-top: 20px;
}


textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
body .paramlist #jevattend_email {
  background-color: #F1F3E8;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #eee inset;
  padding: 2.5%;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: 94%;
  color: #849833;
  font-family: 'open_sansitalic';
  font-size: 20px;
  max-width: 95%;
}
.chrono_credits a {
  color: #F1F3E8;
}

.contentpaneopen ul.nav-tabs {
  display: none;
}

.jev_evdt label {
    color: #6a7733;
    font-size: 20px;
    margin-bottom: 0;
}

label.gcore-label {
	float: left;
	margin: 0 20px 0 5px;
	font-size: 1em;
}
.fieldtypejevrinstruction label {
    display: block !important;
    font-size: 24px;
    font-family: 'open_sanssemibold';
    line-height: 32px;
    margin: 0 !important;
    padding: 0.75em 0 0.25em !important;
    width: 100%;
}

.jev_eventdetails_body.row-fluid label {
  font-family: 'open_sanssemibold';
}

#registration-tab-pane tr {
    display: table;
    margin: 0 0 20px;
    width: 100%;
}

#jevents_body .jev_underlay {
  background-color: white;
}
.jev_toprow {
  height: auto;
}


.jev_green .jev_toprow .jev_header2 {
    background: white !important;
}

.jev_daysnames_green, table.ev_table td.cal_td_daysnames_green {
  background: white !important;
  color: #6a7733 !important;
  height: 40px;
    margin-top: 30px;
}

div.jevblocks1 .trow:last-child {
  border-bottom: 0 !important;
}

#jevents_body .jev_underlay .jev_underlay_daynum_today div {
  background-color: #D6DDBB;
  margin: 0;
  border-width: 0 1px 0 0;
}

#jevents_body .jev_underlay .jev_underlay_daynum {
  width: 13.2344%;
}

#jevents_body .jev_underlay .jev_underlay_daynum div {
  border-width: 0 1px 0 0;
}

#jevents_body .jev_underlay .jev_underlay_hour {
  width: 7.1%;
}

.jev_toprow .jev_header2 {
  height: 60px;
}


.jev_daysnames > span {
    border-bottom: 0 none !important;
    height: 60px;
}


div.jevblocks1 .trow {
  font-family: 'open_sanssemibold';
  height: 26px !important;
    padding-top: 9px;
}

div.jevblocks1 .trow14 {
  border-bottom: 0 !important;
}

.jev_header2 .previousmonth,
.jev_header2 .currentmonth,
.jev_header2 .nextmonth{
  display: none;
}

.jev_listrow.row-fluid.reihe1,
.jev_listrow.row-fluid.reihe2,
.jev_listrow.row-fluid.reihe3,
.catcut  {
  background: rgba(0, 0, 0, 0) url("../img/trenner.png") repeat-x scroll 12px bottom;
  background-size: 20px auto;
  border: none !important;
  margin-bottom: 30px;
}

.catcut {
  display: table;
  padding-bottom: 30px;
}

.catcut:nth-child(3n+0) {
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.alert-success {
  display: none !important;
}

.attendeesummary {
  background: url("../img/danke2.jpg") top left;
  background-size: 100% auto;
  display: table;
  height: 500px;
  margin-top: -30px;
  position: relative;
  width: 100%;
}

.itemid-150 .attendeesummary {
  background: url("../img/danke.png") top left;
  background-size: 100% auto;
}

body img.cardtwo {
	margin-top: -70px;
	margin-bottom: -20px;				  
}

.mwst {
  font-size: 12px;
  letter-spacing: -0.75px;
}

.attendeesummary tbody {
  display: none;
}

.jev_listrow.row-fluid p {
  margin: 0;
}

#jevents_body .jev_listview .jev_listrow,
div#jevents_body.jeventpage > .jev_listrow {
    padding: 0 0 30px !important;
}

#jevents_body .jev_listview .jev_listrow .description p {
  color: #6a7733;
}
#jevents_body .jev_listview .jev_listrow .span3 {
  color: #6a7733;
}

.lst {
    background: rgba(0, 0, 0, 0) url("../img/trenner.png") repeat-x scroll 10px bottom / 20px auto;
    padding-bottom: 2.75em;
}

.geblst {
  background: rgba(0, 0, 0, 0) url("../img/trenner.png") repeat-x scroll 10px bottom;
  background-size: 20px auto;
  padding-bottom: 3em;
  display: table;
  margin-bottom: 3em;
}

.geblst .button {
  float: right;
}

.geblst.geblast {
  padding: 0;
  margin: 0;
  background: transparent;
  background-image: none;
}

.paramfield74 .paramlist_key {
    display: table;
    width: 100% !important;
}
.paramfield74 .paramlist_value {
    display: table;
    width: 100% !important;
}

/*select#category_fv {
    display: none;
}*/
/* Formulare Ende */


/* Footer Start */
footer {
    background: url('../img/footer_bg.png') center center repeat-x;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

footer hr {
  display: none;
}

footer .nav {
  display: table;
  margin: 0;
  padding: 1%;
  width: 98%;
}

footer .container-fluid {
  margin: 1em auto;
  background: white;
}

footer .nav li {
  float: left;
  font-family: 'open_sanssemibold';
  margin-right: 1em;
  font-size: 16px;
}

.footer p {
  display: none;
}

.conditionalhidden,
.type0paramHidden,
.type2paramHidden  {
  display: none !important;
}

.itemid-200 .conditionalhidden,
.itemid-200 .type0paramHidden,
.itemid-200 .type2paramHidden  {
  display: table !important;
  opacity: 0.5;
}

.itemid-200 .conditionalhidden label,
.itemid-200 .type0paramHidden label,
.itemid-200 .type2paramHidden label  {
  color: #bbb !important;
  cursor: default;
}

.itemid-200 #rsvp_field118_span_ label,
.itemid-200 #rsvp_field121_span_ label,
.itemid-200 #rsvp_field123_span_ label,
.itemid-200 #rsvp_field124_span_ label,
.itemid-200 #rsvp_field125_span_ label,
.itemid-200 #rsvp_field126_span_ label,
.itemid-200 #rsvp_field127_span_ label,
.itemid-200 #rsvp_field119_span_ label {
    display: table;
    margin-bottom: 0.75em;
    width: 100%;
    font-size: 18px;
}

.itemid-200 #rsvp_field118_span_ label:last-child,
.itemid-200 #rsvp_field121_span_ label:last-child,
.itemid-200 #rsvp_field119_span_ label:last-child {
  margin-bottom: 0;
}

.itemid-200 #rsvp_field118_span_ label input,
.itemid-200 #rsvp_field121_span_ label input,
.itemid-200 #rsvp_field119_span_ label input {
    margin-right: 10px;
}

.itemid-200 tr.paramfield92,
.itemid-200 tr.paramfield95,
.itemid-200 tr.paramfield97,
.itemid-200 tr.paramfield99 {
  margin: -7px 0 0 0 !important;
}

.itemid-200 .paramfield92 .paramlist_key label,
.itemid-200 .paramfield95 .paramlist_key label,
.itemid-200 .paramfield97 .paramlist_key label,
.itemid-200 .paramfield104 .paramlist_key label,
.itemid-200 .paramfield99 .paramlist_key label {
    font-size: 18px;
    font-family: 'open_sanssemibold';
    margin: 0 0 3px !important;
    padding: 0 !important;
}

.fieldtypejevrinstruction .paramlist_key {
  width: 100%;
}

.paramlist_key label {
  font-family: 'open_sanssemibold';
}


body.itemid-101 .eventfilter select {
  font-size: 15px !important;
}

.extras a.button {
  margin-top: 15px;
}
body a.button.inaktiv {
  background: #ccc;
}

body  a.button.inaktiv span {
  color: #ccc;
}

.ev45 .date {
  display: none;
}

body .preislstgrp a.button {
  margin-top: 1em;
}

.extras a.button.inaktiv:hover,
.extras a.button.inaktiv:focus {
  cursor: default;
  background: #ccc;
}

.jev_evdt_header {
  padding-bottom:0 !important;
  display: table !important;
}

.jev_eventdetails_body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


.jev_eventdetails_body .jev_evdt_desc {
    padding-top: 0 !important;
}

.itemid-101 .eventfilter {
  display: none;
}


.itemid-101 #jeventspost ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.itemid-101 #jeventspost ul li {
    margin-left: 2%;
    width: 25%;
}

.itemid-101 #jeventspost ul li:first-child {
    margin-left: 0;
}

.itemid-101 #jeventspost ul li.jevfilterinput {
    float: right;
    margin-left: 0 !important;
    width: initial;
}

.itemid-101 #jeventspost ul li select {
    background: white none repeat scroll 0 0;
    color: #6a7733;
    font-style: normal;
    margin: 0;
    padding: 4px 2%;
    width: 100%;
}

body.itemid-101 #jeventspost div.jevfilterinput {
  display: block;
    margin: 0 !important;
    width: 100%;
}

@media only screen and (max-width: 545px) {
.pull-left.item-image,
body.itemid-175 img {
    margin: 0 20px 18px 0;
    display: none;
}

}

@media only screen and (max-width: 1300px) {
#jeventspost {
    background: #eeeeee none repeat scroll 0 0 !important;
    border-radius: 3px;
    float: right;
    padding: 10px 2%;
    width: 96% !important;
}
#jeventspost ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
#jeventspost ul li {
    display: table;
    float: left;
    margin-left: 2%;
    width: 24%;
}
#jeventspost ul li select {
    background: white none repeat scroll 0 0;
    color: #6a7733;
    font-style: normal;
    margin: 0;
    padding: 4px 2%;
    width: 96%;
}
#jeventspost ul li.jevfilterinput {
    margin-left: 2% !important;
    padding-left: 0;
    width: 22%;
}
#jeventspost .modfilter_button.submit {
    background-color: #7c932b;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'open_sanssemibold';
    height: initial;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
#jevents_body .row-fluid .span3 {
    display: table;
    margin: 0 !important;
    position: static;
    width: inherit;
}

#jevents_body table.jevicons {
    float: none;
    margin: 0 0 20px !important;
    width: auto !important;
}
}

@media only screen and (max-width: 1245px) {

.site-title {
    background: rgba(0, 0, 0, 0) url("../img/KLAX_logo.png") no-repeat scroll left center / 120px auto;
    color: #849833;
    display: table;
    font-size: 25px;
    font-family: 'open_sansextrabold';
    height: 73px;
    line-height: 24px;
    padding-left: 132px;
    padding-top: 22px;
    text-transform: uppercase;
    width: 150px;
}
.header {
    display: block;
    float: left;
    margin-bottom: 0;
    max-width: 283px;
    width: 100%;
}
.navigation {
  max-width: 100%;
  width: auto;
}
}


@media only screen and (max-width: 1200px) {
.attendeesummary {
  height: 400px;
}
}

@media only screen and (max-width: 1140px) {
  .header {
    display: block;
    float: left;
    margin-bottom: 0;
    max-width: 233px;
    width: 100%;
    position: relative;
    z-index: 99;
  }
  .site-title {
    background: rgba(0, 0, 0, 0) url("../img/KLAX_logo.png") no-repeat scroll left center / 100px auto;
    color: #849833;
    display: table;
    font-size: 20px;
    font-family: 'open_sansextrabold';
    height: 69px;
    line-height: 20px;
    padding-left: 110px;
    padding-top: 25px;
    text-transform: uppercase;
    width: 120px;
  }
  html body.site div.body,
  html .pageheader {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation ul.nav.menu li {
    display: inline-block;
    font-size: 18px;
    padding: 38px 0.75em 39px;
}
}


@media only screen and (min-width: 987px) and (max-width: 1120px) {
body .kontaktteaser h2 {
  font-size: 40px;
  margin-top: -10px;
}
}

@media only screen and (max-width: 987px) {
  html body.site div.body {
    padding: 20px 20px;
    font-size: 18px;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
}

.attendeesummary {
  height: 350px;
}

  body .sprocket-headlines,
  .moduletable,
  .custom,
  .item-page,
  .blog {
    margin: 0 0 20px;
  }
  h1, h2,
  .custom h1,
  .custom h2,
  .item-page h1,
  .item-page h2,
  .blog h2,
  .chronoform h2,
  .chronoform h1,
  h1.jev_evdt_title,
  #registration-tab-pane h2 {
    font-size: 34px;
    line-height: 42px;
  }
  #registration-tab-pane .paramfield74 .paramlist_key label {
    margin: 0 0 20px !important;
}

body.itemid-175 img {
    margin-top: 8px;
    width: 40% !important;
}

.jev_eventdetails_body.row-fluid .eventdetailimg {
    min-width: 150px !important;
}



.jev_eventdetails_body.row-fluid .span9 {
  padding-bottom: 20px !important;
  width: 100% !important;
}

.jev_eventdetails_body.row-fluid .span3 {
    background: #d6ddbb none repeat scroll 0 0;
    border-radius: 3px;
    display: table !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.jev_eventdetails_body.row-fluid .span3 {
    background: #d6ddbb none repeat scroll 0 0;
    border-radius: 3px;
    display: table !important;
    margin: 0 !important;
    padding: 0 !important;
}
.jev_evdt .kursnr,
.jev_evdt .Zielgruppe,
.jev_evdt .Kursleitung,
.jev_evdt .Reihe {
    float: left;
    margin: 0;
    padding: 3%;
    text-align: left;
    width: 27%;
    font-size: 15px;
}

.jev_eventdetails_body.row-fluid label {
    font-size: 15px;
    font-family: 'open_sansbold';
    margin-bottom: 5px;
}

.detailtime.time {
    font-size: 20px;
}

.jev_evdt_header .jev_evdt_title {
    margin-bottom: 0;
    padding-bottom: 0;
}

  .custom p,
  .blog p,
  .item-page p,
  label.gcore-label-left,
  #registration-tab-pane p,
  .custom,
  .item-page,
  .blog,
  .moduletable,
  #jevents,
  .contentpaneopen {
    font-size: 18px;
    line-height: 25px;
  }
  .pageheader .container-fluid {
    display: relative;
  }
  .site-title {
    text-align: left !important;
  }
.navigation {
    display: inline;
    height: 50px;
    max-width: 100%;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 50px;
}
.navigation .navbar.pull-left {
    height: 40px;
    margin: 0;
    width: 40px;
    position: absolute;
    right: 20px;
}
.navbar .btn-navbar {
    background: white none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6a7733;
    display: block;
    height: 21px;
    margin: 0;
    padding: 11px 10px 5px;
    width: 18px;
    text-shadow: 0;
    box-shadow: none;
    border: 1px solid #6a7733;
}
.navbar .btn-navbar .icon-bar {
    box-shadow: none;
    height: 2px;
    margin: 0 0 5px;
    width: 100%;
    background-color: #6a7733;
}
.navbar .btn-navbar .icon-bar:last-child {
    margin: 0;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    background-color: #8EA440;
    color: #fff;
    border: 1px solid #8EA440;
}
.navbar .btn-navbar:hover .icon-bar,
.navbar .btn-navbar:focus .icon-bar,
.navbar .btn-navbar:active .icon-bar,
.navbar .btn-navbar.active .icon-bar,
.navbar .btn-navbar.disabled .icon-bar,
.navbar .btn-navbar[disabled] .icon-bar {
    background-color: white;
}
.navigation {
    position: absolute;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index:90;
  }
  .navigation ul.nav.menu {
    padding: 0 20px;
  }
  .navigation ul.nav.menu li {
    padding: 0;
    margin-left: 0;
    width: 100%;
    font-size: 16px !important;
    background-color: white;
  }
  .navigation ul.nav.menu li.deeper .nav-child a {
    font-size: 14px !important;
    color: #333 !important;
  }
  .navigation ul.nav.menu li.deeper:hover,
  .navigation ul.nav.menu li.deeper:focus {
    padding: 0;
    border-top: none;
  }
  .navigation ul.nav.menu li a {
    border-bottom: 1px dashed #849833 !important;
  }
  .navigation ul.nav.menu li:last-child a {
    border-bottom: none !important;
  }
  
  .navigation ul.nav.menu li.deeper ul a {
    border: none;
  }
  body .nav-collapse .nav li a,
  body .nav-collapse .dropdown-menu a {
    padding: 25px 25px 25px 15px;
    margin: 0;
    border-radius: 0;
    font-family: 'open_sansbold';
  }
  .navigation ul.nav.menu li a {
    color: #6a7733;
    font-family: 'open_sanssemibold';
}
  .navigation ul.nav.menu li.current {
    background: white none repeat scroll 0 0;
    border-top: medium none;
    padding: 0;
  }
  .nav-child.unstyled.small {
    border: medium none;
    box-shadow: none;
    display: block;
    position: relative;
    width: 100%;
    background: #f3f3f3;
    padding: 0;
    margin: 0 !important;
  }
  div.toggle {
    background: url("../img/navarr.png") center center no-repeat;
    background-size: 71%;
    display: table !important;
    padding: 0 !important;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 38px;
    z-index: 999;
  }
  div.toggle.togact {
    background: url("../img/togact.png") center center no-repeat;
    background-size: 71%;
  }

.parent .parent div.toggle {
  display: none !important;
}

.spartenteaser .imcont img {
    margin-top: 10px;
}

.custom h1, .custom h2,
.item-page h1,
.item-page h2,
  .blog h2,
.chronoform h2,
.chronoform h1,
h1.jev_evdt_title,
#registration-tab-pane h2 {
  padding-bottom: 0.5em;
}
.preiseteaser .col-right,
.preiseteaser .col-left,
.preiseteaser .col-right img,
.preiseteaser .col-left img {
    max-width: 100%;
    width: 100%;
}

html body .custom.preiseteaser div.buttons {
    display: table !important;
    margin: 20px 0 10px !important;
    padding: 0;
    width: 100% !important;
}
.itemid-101 .klaxevent {
  border-bottom: none !important;
}

.aboutus-left,
.aboutus-right {
  width: 100% !important;
}

.aboutus-right {
  float: left !important;
}

.aboutus-left {
  float: right !important;
}

.aboutus-left div:first-child {
  width: 90% !important;
}

body .aboutus-left div .imwrap {
  width: 48% !important;
  margin-bottom: 20px !important;
}

body .aboutus-left div a {
  width: auto !important;
  margin-top: 0 !important;
  float: right !important;
}

body .aboutus-left div a:first-child {
  float: left !important;
}

.spartenteaser h3 {
    font-size: 16px !important;
}
.preiseteaser .col-left {
  margin-bottom: 20px;
}
.awards {
  padding-top: 1.5em !important;
}
td.buttontext:last-child {
  display: none;
}
.overlay {
    background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0;
    bottom: 0;
    padding: 2%;
    position: relative;
    right: 0;
    top: 0;
    width: 96%;
    z-index: 99;
}
#map {
  display: none;
}

img.card {
   margin: 30px auto 0;
   max-width: 250px;
}


body.itemid-101 .eventfilter {
  display: none;
}

body.itemid-101 #jeventspost .jevfilterinput {
  margin-left:0;
  margin-bottom: 10px;
}

body.itemid-101 #jeventspost .jevfilterinput .jevfilterinput {
  margin-bottom: 0;
}


body.itemid-101 #jeventspost .jevfilterinput select {
  width: 100%;
}

#registration-tab-pane .paramlist td {
    padding: 0;
    width: 100%;
    display: table;
}
#registration-tab-pane .paramlist td.paramlist_key {
  margin-bottom: 20px;
}
#registration-tab-pane tr {
    display: table;
    margin: 0px 0 35px;
    width: 100%;
}
#registration-tab-pane tr {
    display: table;
    margin: 0px 0 35px;
    width: 100%;
}
#registration-tab-pane tr.fieldtypejevrinstruction {
    margin: 0px 0 15px;
}

.paramfield37 .paramlist_key,
.paramfield117 .paramlist_key,
.paramfield162 .paramlist_key,
.paramfield73 .paramlist_key,
.paramfield207 .paramlist_key,
.paramfield267 .paramlist_key {
  display: none !important;
}

   .paramfield165,
   .paramfield168,
   .paramfield172,
   .paramfield208,
   .paramfield268,
   .paramfield167 {
    margin: 0 !important;
   }

   .paramfield37 label,
   .paramfield117 label,
   .paramfield207 label,
   .paramfield267 label,
   .paramfield73 label,
   .paramfield162 label {
    position: relative;
    top: -30px;
   }

    body .paramfield37,
    body .paramfield117,
    body .paramfield207,
    body .paramfield267,
    body .paramfield73,
    body .paramfield162 {
    display: table;
    float: left;
    margin: 0;
    width: 20px !important;
}

   body #jevattendsubmit {
    margin-top: 0 !important;
   }

#registration-tab-pane tr select {
    background: #f1f3e8 none repeat scroll 0 0;
    display: table;
    height: initial;
    padding: 3% 2.5%;
    width: 100%;
}

.custom.anmeldeteaser,
.custom.newsletter {
  margin-right: 0;
  width: 100%;
  float: none;
}


form.newsletter .musthave {
    float: none;
    margin-right: 0;
    width: 100%;
}


form.newsletter .submit_container {
    float: left;
    padding-top: 20px;
    width: auto;
}


form.newsletter button {
    background: #849833 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    font-family: 'open_sanssemibold';
	font-size: 16px;
    padding: 8px 20px 13px 10px;
    width: auto;
}

.anmeldeteaser .button b, .anmeldeteaser .button strong {
    display: inline-table;
    font-family: 'open_sansbold';
    margin: 0 auto;
    padding-top: 5%;
    width: 50%;
}

.anmeldeteaser .button {
  padding: 0 0 15px 0;
}


.anmeldeteaser .button span {
    position: absolute;
    font-size: 2em;
    height: 30px;
    line-height: 24px;
    text-indent: 2px;
    width: 30px;
    top: 35%;
    left: 25px;
}

html .gcore-display-table.gcore-input {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
.gbs3 #chronoform-Lehrertag .gcore-label-left,
.gbs3 #chronoform-Gruppenangebote .gcore-label-left {
  width: 100%;
}

.com_jevents .cleft,
.com_jevents .cright {
  width: 100% !important;
  margin: 0 !important;
}
.com_jevents .cleft {
  padding-bottom: 15px;
}
.klaxevent {
    padding-bottom: 10px;
    margin-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
}

.row-fluid .span3 .klaxevent {
	margin-left: 2% !important;
}


.klaxevent:last-child {
  border-bottom: 0;
}


a.button,
.body a.btn,
.body .btn.btn-default,
.body #jevattendsubmit,
a.linkhl {
  font-size: 16px !important;
}

a.button,
.body a.btn,
.body .btn.btn-default,
.body #jevattendsubmit {
  padding: 8px 20px 13px 10px;
}

a.button span, .body a.btn span, a.linkhl span {
    height: 25px;
    line-height: 17px;
    margin-right: 15px;
    top: 3px;
    width: 25px;
}

body.itemid-101 .mod_events_latest_data {
  padding-bottom: 4% !important;
}
body .sprocket-headlines-navigation {
  display: none;
}
.overlay td {
  margin: 0;
  width: 100%;
}
.overlay td p {
  margin-bottom: 10px;
}
.klaxeventslatest .wrapper,
.jevleft .wrapper {
    height: 150px;
    /*overflow: hidden;*/
    margin-bottom: 20px;
}
.klaxeventslatest .wrapper {
    margin-bottom: 5px;
}
.jeventfooter .button {
  margin: 0;
}
#jeventspost {
  padding-bottom: 0;
  padding-right: 0;
}
.jevbootstrap ul.jevfilterlist li .jevfilterinput {
  margin-bottom: 10px;
}
.jevbootstrap ul.jevfilterlist li .jevfilterinput select {
  width: 96%;
  padding: 2%;
}
.description p {
  font-size: 16px !important;
}
#jevents_body .jev_listview .jev_listrow .span7 .title {
  font-size: 16px;
  padding-bottom: 5px;
}
#jevents p.title .eventtitle {
  font-size: 18px;
}
#jeventspost ul li {
  width: 96% ;
  padding: 0 2%;
  margin-left: 0;
}
.navevent {
    display: table !important;
    float: left;
    width: 100% !important;
    background: white;
    margin: 0 0 5px 0 !important;
}
.spacer {
  display: none;
}
.navevent div {
  height: initial !important;
}
.evimg {
    display: none;
}
.evtxt {
    font-family: 'open_sansitalic';
    padding: 8px 0 8px 2%;
    background: white;
    color: #849833;
    margin: 0;
    text-align: left;
    font-size: 16px;
    display: table;
    width: 73%;
}
body .evtxt h3 {
  min-height: 0 !important;
  text-align: left !important;
  padding: 5px !important;
}
.awards a {
    display: table;
    float: left;
    width: 44.5%;
    margin-right: 0.75%;
    max-width: 180px;
}
.awards a:last-child {
  margin-right: 0;
}
.awards a img {
  width: 100% !important;
}
.custom.preiseteaser div {
    margin: 0 !important;
    width: 100% !important;
}
.custom.preiseteaser div .flatteaser {
    background: white none repeat scroll 0 0;
    border: 18px solid yellow;
    border-radius: 250px;
    display: table;
    height: 200px;
    margin: 30px auto !important;
    text-align: center;
    width: 200px !important;
}
.navkurs {
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    background: #20c4f4;
}
.navkurs:first-child {
  background: #f47c3d;
}
.navkurs:nth-child(3n+3){
  background: #5e246b;
}
.navkurs > div {
    height: auto !important;
}

.navkurs a.imcont {
    display: table;
    float: left;
    width: 15%;
}
.navkurs h3 {
    display: table;
    float: left;
    padding: 10px 0 10px 2% !important;
    text-align: left !important;
    width: 83%;
    min-height: 2.75em;
}


body #regintro div {
  width: 100% !important;
  margin: 0 !important;
}

body #regintro div.flatteaser {
  width: 160px !important;
  margin: 10px auto !important
}

.itemid-159 .klaxeventslatest .wrapper,
.itemid-159 .jevleft .wrapper {
    height: initial;
    overflow: visible;
}

/*.itemid-159 .klaxeventslatest .wrapper a,
.itemid-159 .jevleft .wrapper a {
    height: 150px;
    overflow: hidden;
}*/

.itemid-159 .klaxeventslatest .wrapper .kursname a,
.itemid-159 .jevleft .wrapper .kursname a {
    height: initial;
    overflow: visible;
}

html .body h2 {
    /*font-size: 2em !important;*/
    font-family: 'open_sansextrabold' !important;
    /*line-height: 26px !important;*/
}

.custom h3, .item-page h3, .blog .items-leading h2, .blog .items-row h2, .blog h3, h4.newsflash-title {
  font-size: 20px;
  line-height: 26px;
  /*font-style: normal !important;
  font-weight: normal !important;*/
}

html .bigger {
  font-size: 18px !important;
}


.navigation ul.nav.menu li.current a {
    background: white none repeat scroll 0 0;
    color: black;
}

.navigation ul.nav.menu li.current ul li a {
  background: transparent;
}

.navigation ul.nav.menu li ul li {
    background: rgba(233, 234, 227, 0.3) none repeat scroll 0 0;
    border: medium none;
    float: none;
    width: 100%;
}


.navigation ul.nav.menu li.deeper .nav-child a {
    color: black !important;
    font-size: 16px !important;
}

.navigation ul.nav.menu li.deeper .nav-child .current a {
    color: #6A7733 !important;
    font-size: 16px !important;
}



.nav-child.unstyled.small {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    display: block;
    margin: 0 !important;
    padding: 0;
    position: relative;
    width: 100%;
}


.navigation ul.nav.menu li a {
    color: black;
    font-family: 'open_sanssemibold';
}


.nav-collapse.in.collapse {
    background-color: white;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
    display: table;
    float: right;
    height: auto;
    margin: 71px 0 0;
    text-align: left;
    width: 100%;
}



body img.cardtwo {
    margin-top: 20px;
}


html .body a.btn , button.btn{
    background: #849833 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    clear: both;
    color: white;
    display: inline-table;
    font-size: 18px;
    font-family: 'open_sanssemibold';
    margin-top: 30px;
    min-width: 0;
    padding: 10px;
    text-decoration: none;
    text-shadow: none;
}

html .body a.btn span, button.btn span {
    font-size: 16px !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-right: 10px !important;
    top: 0;
}


.imgfloat {
    float: none;
    margin: 0 0 20px;
    max-height: 150px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.itemid-177 .imgfloat {
  max-height: inherit;
  overflow: auto;
}


.imgfloat img {
    margin: 0;
    max-width: 100%;
    /*width: 100%;*/
}

#jevents_body .span3 {
  display: none;
}


#jeventspost .modfilter_button.submit {
    background-color: #7c932b;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'open_sanssemibold';
    height: initial;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}


#jeventspost ul li.jevfilterinput {
    margin-left: 2% !important;
    padding-left: 0;
    width: 96%;
}


#jeventspost ul li.jevfilterinput .jevfilterinput {
    width: 100%;
}

#jeventspost ul li select {
    background: white;
    color: #6a7733;
    font-style: normal;
    margin: 0;
    padding: 4px 2%;
    width: 95%;
}



#jevents_body .row-fluid .span9.eventfilter {
    display: table;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    width: 100%;
}

#jeventspost {
    margin-bottom: 10px;
    padding-left: 0;
    width: 100% !important;
}

body h1.jev_evdt_title .detailtitle {
    font-size: 1.5em !important;
    font-family: 'open_sansextrabold' !important;
    line-height: 26px !important;
}

.custom, .item-page, .moduletable, #jevents, .jev_evdt_header, .jev_eventdetails_body, .regform, .blog {
    font-size: 18px;
    line-height: 25px;
}

.jev_eventdetails_body.row-fluid .span3 div {
    padding: 0 0 2% 0 !important;
    width: 96% !important;
	margin: 0 !important;
}


.jev_evdt_desc {
    padding-top: 40px;
}


.reihenico {
    float: right;
    position: relative;
    top: 10px;
    width: 25%;
}

.detailtime {
    display: table;
    font-size: 18px !important;
    margin-top: -5px;
}

img.card {
    display: table;
    margin: 30px auto 0;
    max-width: 250px;
}

body .span9.eventfilter {
    margin-left: 0 !important;
    width: 100% !important;
}

.support-partners-a,
.support-partners-b {
    float: left !important;
    max-width: 50% !important;
    width: 35% !important;
}

.support-partners-a img {
    max-width: 100% !important;
    width: 90% !important;
}

}

@media only screen and (max-width: 800px) {
	.attendeesummary {
	  height: 280px;
	}
	.reihenico {
		width: 20% !important;
		top: 0 !important;
	}
	.kritzelklax div.jev_eventdetails_body a#showformintro span {
		line-height: 23px !important;
	}
	img.card2 {
		width: 45% !important;
		margin: -240px 0 0 350px !important;
	}
	.intro_kreativkarte a img {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.container-fluid {
	  margin: 0 auto;
	  max-width: 767px;
	  padding-left: 0px;
	  padding-right: 0px;

	}
  html .itemid-101 .klaxevent {
    border-bottom: none !important;
    margin-bottom: 40px !important;
    padding-bottom: 0 !important;
	margin-left: 0 !important;
  }
  html .itemid-101 .klaxevent .wrapper {
	height: auto;
  }
	html .itemid-101 .klaxevent .kursname {
	padding: 0;
	line-height: interhit;
  }
  html .itemid-101 .klaxeventslatest div:last-child {
    border-bottom: none !important;
  }
  html .itemid-101 .mod_events_latest_data.custom .footer.row-fluid {
    display: table;
    padding-top: 15px;
    width: 100%;
  }


}

@media only screen and (max-width: 680px) {
	.container-fluid {
	  margin: 0 auto;
	  max-width: 680px;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.attendeesummary {
	  height: 200px;
	  margin-top: -80px;
	}
	/*.slick-slider {
		display: none !important;
	}*/
	.single-item div:nth-child(2), .single-item div:nth-child(3) {
		display: none;
	}
	.kritzelklax div.span4.thin {
		float: left;
		padding: 0 0 45px;
	}
	img.card2 {
		float: right !important;
	}
	#regintro p {
		float: left;
	}
	#regintro a.button {
		clear: left;
	}				 
}


@media only screen and (max-width: 480px) {

	.container-fluid {
	  margin: 0 auto;
	  max-width: 480px;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.seminarman-tutor__image {
		display: table;
		float: none;
		margin: 0;
		width: 100%;
	}
	.attendeesummary {
	  height: 145px;
	}
	.seminarman-tutor__image img {
		margin-bottom: 20px;
		width: 100%;
	}
	body h1.jev_evdt_title .detailtitle {
		font-size: 1em !important;
		line-height: 1.2em !important;
	}
	img.card2 {
		display: none;
	}
	#regintro p {
		float: left;
		margin: 0 auto 15px;
		text-align: center;
		width: 100%;
	}
	#regintro p.margintop {
		margin-top: 40px;
	}
	#regintro h2 {
		text-align: center;
	}
	#regintro a.button {
		clear: left;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: auto;
	}
	#showform
	.kritzelklax h3 {
		width: 100% !important;
	}
	body .kurs_listview_kk h2,
	body .kurs_listview_kb h2,
	body .kurs_listview_al h2 {
		margin: 15px 0 0 0 !important;
	}
	/* FOOTER */
	footer {
		position: relative;
	}
	footer .container-fluid {
	  margin: 0 auto !important;
	  background: white;
	}
	footer .nav {
		padding: 0 !important;
		width: 100% !important;
	}
	footer.footer .nav li {
		float: none;
		text-align: center;
		border-bottom: 1px dotted #c1cc94;
		margin: 0 !important;
	}
	footer.footer .item-126,
	footer.footer .item-185 {
		border-bottom: none !important;
		text-align: center;
		padding: 7% 5% 4% !important;
	}
	footer.footer .item-126 {
		width: 40%;
	}
	footer.footer .item-185 {
		width: 20%;
	}
	footer.footer .nav li a {
		color: #7c932b !important;
	}
	footer.footer .nav li.divider {
		display: none;
	}

/* RESPONSIVE STYLESHEET ENDE */

/* Chronoform Formular */

	form#chronoform-Kontaktformular .gcore-line-td,
	form#chronoform-FormularKurse .gcore-line-td,
	form#chronoform-FormularKreativkarte .gcore-line-td,
	form#chronoform-FormularFerienangebote .gcore-line-td,
	form#chronoform-FormularKindergeburtstage .gcore-line-td,
	form#chronoform-ProjektAnmeldung .gcore-line-td	{
		padding:0;
	}

	form#chronoform-Kontaktformular #ftd-recaptcha .gcore-line-td,
	form#chronoform-FormularKurse #ftd-recaptcha .gcore-line-td,
	form#chronoform-FormularKreativkarte #ftd-recaptcha .gcore-line-td,
	form#chronoform-FormularFerienangebote #ftd-recaptcha .gcore-line-td,
	form#chronoform-FormularKindergeburtstage #ftd-recaptcha .gcore-line-td,
	form#chronoform-ProjektAnmeldung #ftd-recaptcha .gcore-line-td	{
		margin-left:30%;
	}

	form#chronoform-Kontaktformular .gcore-line-tr.gcore-form-row,
	form#chronoform-FormularKurse .gcore-line-tr.gcore-form-row,
	form#chronoform-FormularKreativkarte .gcore-line-tr.gcore-form-row,
	form#chronoform-FormularFerienangebote .gcore-line-tr.gcore-form-row,
	form#chronoform-FormularKindergeburtstage .gcore-line-tr.gcore-form-row,
	form#chronoform-ProjektAnmeldung .gcore-line-tr.gcore-form-row	{
		margin-bottom: 0px;
	}

	form#chronoform-Kontaktformular .gcore-display-table.gcore-input,
	form#chronoform-Kontaktformular .gcore-display-table.gcore-input-wide,
	form#chronoform-FormularKurse .gcore-display-table.gcore-input,
	form#chronoform-FormularKurse .gcore-display-table.gcore-input-wide,
	form#chronoform-FormularKreativkarte .gcore-display-table.gcore-input,
	form#chronoform-FormularKreativkarte .gcore-display-table.gcore-input-wide,
	form#chronoform-FormularFerienangebote .gcore-display-table.gcore-input,
	form#chronoform-FormularFerienangebote .gcore-display-table.gcore-input-wide,
	form#chronoform-FormularKindergeburtstage .gcore-display-table.gcore-input,
	form#chronoform-FormularKindergeburtstage .gcore-display-table.gcore-input-wide,
	form#chronoform-ProjektAnmeldung .gcore-display-table.gcore-input,
	form#chronoform-ProjektAnmeldung .gcore-display-table.gcore-input-wide	{
		float: left;
		margin: 0px 0 20px 0;
		width: 100%;
	}

	form#chronoform-Kontaktformular .gcore-display-table.gcore-input h3,
	form#chronoform-FormularKurse .gcore-display-table.gcore-input h3,
	form#chronoform-FormularKreativkarte .gcore-display-table.gcore-input h3,
	form#chronoform-FormularFerienangebote .gcore-display-table.gcore-input h3,
	form#chronoform-FormularKindergeburtstage .gcore-display-table.gcore-input h3,
	form#chronoform-ProjektAnmeldung .gcore-display-table.gcore-input h3	{
		margin: 15px 0 0 0;
		color: #6a7733;
	}

	form#chronoform-Kontaktformular #fin-custom1,
	form#chronoform-FormularKurse #fin-custom1, 
	form#chronoform-FormularKreativkarte #fin-custom1,
	form#chronoform-FormularFerienangebote #fin-custom1,
	form#chronoform-FormularKindergeburtstage #fin-custom1,
	form#chronoform-ProjektAnmeldung #fin-custom1	{
		margin-left: 0% !important;
	}

	form#chronoform-Kontaktformular .datenschutz, 
	form#chronoform-FormularKurse .datenschutz, 
	form#chronoform-FormularKreativkarte .datenschutz,
	form#chronoform-FormularFerienangebote .datenschutz,
	form#chronoform-FormularKindergeburtstage .datenschutz,
	form#chronoform-ProjektAnmeldung .datenschutz	{
		margin-left: 0% !important;
	}

	body #chronoform-Kontaktformular .gcore-label-left,
	body #chronoform-Kontaktformular .gcore-label-top,
	body #chronoform-FormularKurse .gcore-label-left,
	body #chronoform-FormularKurse .gcore-label-top, 
	body #chronoform-FormularKurseProbestunde .gcore-label-left,
  body #chronoform-FormularKurseProbestunde .gcore-label-top,
  body #chronoform-FormularFamiliensamstage .gcore-label-left,
  body #chronoform-FormularFamiliensamstage .gcore-label-top,
  body #chronoform-FormularKreativkarte .gcore-label-left,
	body #chronoform-FormularKreativkarte .gcore-label-top,
	body #chronoform-FormularFerienangebote .gcore-label-left,
	body #chronoform-FormularFerienangebote .gcore-label-top,
	body #chronoform-FormularKindergeburtstage .gcore-label-left,
	body #chronoform-FormularKindergeburtstage .gcore-label-top,
	body #chronoform-ProjektAnmeldung .gcore-label-left,
	body #chronoform-ProjektAnmeldung .gcore-label-top		{
		display: block;
		float: left;
		width: 100% !important;
		margin-right: 0% !important;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
	}

	form#chronoform-FormularKurse input[type="radio"], input[type="checkbox"], 
  form#chronoform-FormularKurseProbestunde input[type="radio"], input[type="checkbox"], 
  form#chronoform-FormularFamiliensamstage input[type="radio"], input[type="checkbox"], 
	form#chronoform-FormularKreativkarte input[type="radio"], input[type="checkbox"],
	form#chronoform-FormularFerienangebote input[type="radio"], input[type="checkbox"],
	form#chronoform-FormularKindergeburtstage input[type="radio"], input[type="checkbox"],
	form#chronoform-ProjektAnmeldung input[type="radio"], input[type="checkbox"]	{
		float: left;
	}
	form#chronoform-FormularKurse .jev_evdt label, 
  form#chronoform-FormularKurseProbestunde .jev_evdt label, 
  form#chronoform-FormularFamiliensamstage .jev_evdt label, 
	form#chronoform-FormularKreativkarte .jev_evdt label,
	form#chronoform-FormularFerienangebote .jev_evdt label,
	form#chronoform-FormularKindergeburtstage .jev_evdt label,
	form#chronoform-ProjektAnmeldung .jev_evdt label	{
		width: auto;
	}

	body #chronoform-FormularKurse .gcore-radio-item, 
  form#chronoform-FormularKurseProbestunde .gcore-radio-item, 
  form#chronoform-FormularFamiliensamstage .gcore-radio-item, 
	body #chronoform-FormularKreativkarte .gcore-radio-item,
	body #chronoform-FormularFerienangebote .gcore-radio-item ,
	body #chronoform-FormularKindergeburtstage .gcore-radio-item,
	body #chronoform-ProjektAnmeldung .gcore-radio-item	{
		width: auto;
	}
	
	#chronoform-FormularFerienangebote label.gcore-sub-label.required_label {
		float: left;
		font-size: 1em;
		line-height: 1.3em;
		font-family: 'open_sanssemibold';
		margin: 0 0 0 2%;
		width: 94%;
	}
	
	#chronoform-FormularFerienangebote .longlabel {
		width: 90%;
	}
	
	body #chronoform-FormularKindergeburtstage #fin-custom2 {
		margin-left: 0;
		width: 96%;
	}
	
	body #chronoform-FormularKindergeburtstage #fin-radio82,
	body #chronoform-FormularKindergeburtstage #fin-radio84,
	body #chronoform-FormularKindergeburtstage #fin-radio85,
	body #chronoform-FormularKindergeburtstage #fin-radio87,
	body #chronoform-FormularKindergeburtstage #fin-custom6,
	body #chronoform-FormularKindergeburtstage #fin-custom7,
	body #chronoform-FormularKindergeburtstage #fin-custom8,
	body #chronoform-FormularKindergeburtstage #fin-custom9 {
	width: 100% !important;
	margin-left: 0% !important;
	float: left !important;
	}
	
	body #chronoform-FormularKindergeburtstage #fin-radio82 label,
	body #chronoform-FormularKindergeburtstage #fin-radio821 label,
	body #chronoform-FormularKindergeburtstage #fin-radio822 label,
	body #chronoform-FormularKindergeburtstage #fin-radio85 label,
	body #chronoform-FormularKindergeburtstage #fin-radio851 label	{
		width: 90% !important;
		margin:0 0 0 5px !important;
		line-height: 1.3em;
	}
	
	body #chronoform-FormularKindergeburtstage #fin-radio87 label,
	body #chronoform-FormularKindergeburtstage #fin-radio871 label	{
		width: 93% !important;
		margin:0 0 0 5px !important;
		line-height: 1.3em;
	}

	body .notes_einzelkurs {
		background: #d6ddbb none repeat scroll 0 0;
		border: 2px dashed #6a7733;
		border-radius: 3px;
		color: #6a7733;
		float: left;
		margin-left: 0% !important;
		padding: 2% !important;
		width: 96% !important;
	}

	body .note_sepa_visible {
		margin: 20px 0 0 0 !important;
		color: #6a7733;
	}

	/*body #fin-checkbox2 label {
		font-size: 1.0em !important;
		line-height: 1.3em !important;
		position: relative;
		top: -4px !important;
		font-family: 'open_sanssemibold';
		width: 80% !important;
		margin: 3px 0 0 0;
	}*/

	input#button13,
  input#button13pr {
		width: 100%;
		}
	body .jev_evdt .jev_evdt_title {
		line-height: 1em !important;
	}
	.detailtime {
    margin-top: 0px;
	}
}

#html body .eventfilter,
#html body .jevicons,
#jevents_body table.jevicons {
  display: none !important;
}
/*Nachträgliche Änderungen */

/* Startseite Modul "Alle Kurse um Überblick" */

.kritzelklax a img {
	border: 1px solid #f77c32;
}

.kidsbits a img {
	border: 1px solid #00c4f7;
}

.artlab a img {
	border: 1px solid #5e206c;
}

.preiseteaser {
	overflow: visible !important;
}

.teaser_kreativkarte {
	margin-top: 70px;
}

.preiseteaser {
    background: #fff url("../images/stoerer_kreativkarte_background.png") no-repeat scroll 98% -70%;
}

.notes_kreativkarte {
	width: 68%;
	float:right;
	margin-top: -20px;
	padding: 0 1%;
	font-size: 14px;
	color: #6a782e;
}

.notes_einzelkurs {
	background: #d6ddbb none repeat scroll 0 0;
    border: 2px dashed #6a7733;
    border-radius: 3px;
    color: #6a7733;
    float: left;
    margin-left: 30%;
    padding: 2%;
    width: 66%;
}

.notes_einzelkurs span {
	text-transform: uppercase;
	font-family: 'open_sansbold';
}
.intro_kreativkarte {
	width: 100%;
}
.intro_kreativkarte a img {
	float:right;
}
.intro_kreativkarte h3 {
	padding: 0 !important;
	margin: 50px 0 0 0 !important;
}
.intro_kreativkarte p {
	font-size: 20px;
	line-height: 24px;
}
.intro_kreativkarte p.notes {
	font-size: 16px;
	line-height: auto;	
}
.intro_kreativkarte ul {
	margin: 25px 0 0 20px;
}
.intro_kreativkarte ul li {
	padding: 5px 0 5px 0;
	line-height: 24px;
	background: url("../images/pfeil.jpg") no-repeat;
	background-position: 0 10px;
}
.row-fluid .klaxevent {
	margin-left: 2% !important;
}
.row-fluid div.klaxevent:nth-child(1) {
	margin-left: 0 !important;
}
/* Formatierung Kurse -> Listenansicht */
		.kurs_listview h2 {
			font-family: 'open_sansextrabold';
			text-transform: uppercase;
			line-height: 32px;
			margin: 0 0 15px 0 !important;
			text-align: center;
      font-size: 2em !important;  
      color: #7C932B;
		}
    .kurs_listview h2 a {
			color: #7C932B !important;
		}
		.kurs_listview h3 {
			font-family: 'open_sansregular';
			font-size: 20px;
			line-height: 24px;
			margin: 0 0 20px 0;
			text-align: center;
		}
		.kurs_listview p {
			font-size: 18px;
			text-align: center;
			line-height: 25px !important;	
		}
		.kurs_listview a.eventbtn {	
			margin: 25px 0 0 0 !important;
		}
		.kurs_listview .verticalaligncell a, .kurs_listview.ga .span6 a.slider_thumb {
			position: relative;
			float: left;
			overflow: hidden;
		}
		/* Falls Kurse die Kategorie "ausgebucht" zugewiesen bekommen */
		.kurs_listview .verticalaligncell.ausgebucht a:after,
    .kurs_listview div.span6 div.ausgebucht a:after {
			content: 'ausgebucht';
			position: absolute;
			left: -50px;
			top: 35px;
			padding: 5px 50px;
			background-color: red;
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Falls Kurse die Zusatzinformation 'online' zugewiesen bekommen
      Listview
    */
		.kurs_listview .verticalaligncell.online a:after {
			content: 'Online-Event';
			position: absolute;
			left: -50px;
			top: 50px;
			padding: 5px 65px;
			background-color: rgb(156, 10, 161);
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Falls Kurse die Zusatzinformation 'onedayevent' zugewiesen bekommen
      Listview
    */
		.kurs_listview .verticalaligncell.onedayevent a:after {
			content: 'Oneday-Event';
			position: absolute;
			left: -50px;
			top: 50px;
			padding: 5px 65px;
			background-color: rgb(118, 214, 231);
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Falls Kurse die Zusatzinformation 'twodaysevent' zugewiesen bekommen
      Listview
    */
		.kurs_listview .verticalaligncell.twodaysevent a:after {
			content: 'Zwei-Tages-Workshop';
			position: absolute;
			left: -70px;
			top: 60px;
			padding: 5px 65px;
			background-color: rgb(118, 214, 231);
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Falls Kurse die Zusatzinformation 'threedaysevent' zugewiesen bekommen
      Listview
    */
		.kurs_listview .verticalaligncell.threedaysevent a:after {
			content: 'Drei-Tages-Workshop';
			position: absolute;
			left: -70px;
			top: 60px;
			padding: 5px 65px;
			background-color: rgb(116, 80, 206);
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Falls Kurse die Zusatzinformation 'fivedaysevent' zugewiesen bekommen
      Listview
    */
		.kurs_listview .verticalaligncell.fivedaysevent a:after {
			content: 'Fünf-Tages-Workshop';
			position: absolute;
			left: -70px;
			top: 60px;
			padding: 5px 65px;
			background-color: rgb(13, 210, 102);
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Falls Kurse die Zusatzinformation 'galeriefuehrung' zugewiesen bekommen
      Listview
    */
		.kurs_listview .verticalaligncell.galeriefuehrung a:after {
			content: 'Galerieführung';
			position: absolute;
			left: -50px;
			top: 50px;
			padding: 5px 65px;
			background-color:#6a7733 ;
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Falls Kindergeburtstage die Zusatzinformation 'sonderpreis' zugewiesen bekommen
    Listview */
		.kurs_listview.sonderpreis a.slider_thumb:after {
      content: 'Sonderpreis';
			position: absolute;
			left: -50px;
			top: 50px;
			padding: 5px 65px;
			background-color:#a41d05 ;
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* Detailview */
		div.heroimage {
      position: relative;
      overflow: hidden;
    }
    .detailansicht.sonderpreis div.heroimage:after {
      content: 'Sonderpreis';
			position: absolute;
			left: -70px;
			top: 50px;
			padding: 5px 65px;
			background-color:#a41d05 ;
			color: #fff;
			font-family: 'open_sansbold';
			text-transform: uppercase;
			transform: rotate(-45deg);
		}
    /* ENDE Falls Kindergeburtstage die Zusatzinformation 'sonderpreis' zugewiesen bekommen
    /* Detailview */
    /* Detailview */
    div.online_ferien_keyfacts,
    p.kostenbeitrag_ferien.oneday,
    p.kostenbeitrag_ferien.twodays,
    p.kostenbeitrag_ferien.threedays,
    p.kostenbeitrag_ferien.galeriefuehrung,
    div.halfworkshop, 
    div.threedaysworkshop {
      display: none !important;
    }
    div.detailansicht.online div.ferien_keyfacts {
      display: none;
    }
    div.detailansicht.online div.online_ferien_keyfacts {
      display: block !important;
    }
    div.detailansicht.onedayevent div.ferien_keyfacts p.kostenbeitrag_ferien,
    div.detailansicht.twodaysevent div.ferien_keyfacts p.kostenbeitrag_ferien,
    div.detailansicht.threedaysevent div.ferien_keyfacts p.kostenbeitrag_ferien,
    div.detailansicht.galeriefuehrung div.ferien_keyfacts p.kostenbeitrag_ferien {
      display: none;
    }
    div.detailansicht.onedayevent div.ferien_keyfacts p.kostenbeitrag_ferien.oneday,
    div.detailansicht.twodaysevent div.ferien_keyfacts p.kostenbeitrag_ferien.twodays,
    div.detailansicht.threedaysevent div.ferien_keyfacts p.kostenbeitrag_ferien.threedays,
    div.detailansicht.galeriefuehrung div.ferien_keyfacts p.kostenbeitrag_ferien.galeriefuehrung,
    div.detailansicht.twodaysevent div.halfworkshop,
    div.detailansicht.threedaysevent div.threedaysworkshop {
      display: block !important; 
    }
    div.detailansicht.twodaysevent div.fullworkshop,
    div.detailansicht.threedaysevent div.fullworkshop {
      display: none;
    }
		.kurs_listview img {
			width: 99%;
			border: 1px solid;
			border-radius: 4px;
		}	
		.kurs_listview a.eventbtn:hover,
		.kurs_listview a.eventbtn:focus  {
			transition: background 0.3s !important;
		}
	
	/* Sparte KritzelKlax */
		.kk,
		.kk h2 a {
			color: #f47c3d !important;
		}

		.kk img {
			border-color: #f47c3d;
		}
		.kk a.eventbtn {
			background: #f47c3d !important;
		}
		.kk a.eventbtn:hover,
		.kk a.eventbtn:focus {
			background: #f79e6f !important;
		}
	/* Sparte KidsBits */
		.kb,
		.kb h2 a {
			color: #20c4f4 !important;
		}
		.kb img {
			border-color: #20c4f4;
		}
		.kb a.eventbtn {
			background: #20c4f4 !important;
		}
		.kb a.eventbtn:hover,
		.kb a.eventbtn:focus {
			background: #20c4f4 !important;
		}
	/* Sparte ArtLab */
		.al,
		.al h2 a {
			color: #5e246b !important;
		}
		.al img {
			border-color: #5e246b;
		}
		.al a.eventbtn {
			background: #5e246b !important;
		}
		.al a.eventbtn:hover,
		.al a.eventbtn:focus {
			background: #5e246b !important;
		}
	/* Gruppenangebote */	
		.ga img {
			border-color: #849833;
		}
		body.ga span h3 {
			color: #7c932b !important;
		}
    /* Sparte Allgemein */
		.alg,
		.alg h2 a {
			color: #92A845 !important;
		}

		.alg img {
			border-color: #92A845;
		}
		.alg a.eventbtn {
			background: #92A845 !important;
		}
		.alg a.eventbtn:hover,
		.alg a.eventbtn:focus {
			background: #92A845 !important;
		}
	/* Anpassung Tablet */
	@media only screen and (max-width: 768px) {
		.kurs_listview .span6 {
			width: 100% !important;
		}
		.kurs_listview img {
			margin: 0 0 20px 0;
		}
	}

/* Formatierung Kurse -> Detailansicht */
		.detailansicht div {
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

		.detailansicht div.detailtime {
			margin: 15px 0 0 50px;
			border-left: 1px solid #ccc;
			padding: 0 0 0 20px;
		}
		.detailansicht .detailtime p {
			margin: 0 auto 15px auto;
			text-align: center;
		}
		.detailansicht div.detailtime table {
			width: 100%;
			margin: 0 auto;
		}
		.detailansicht .jev_evdt_desc p {
			padding: 0 20px 0 0;
		}
		.detailansicht h3.subtitle {
			width: 100%;
			float: left;
			margin: 0 0 20px 0!important;
			font-size: 1.0em;
		}
		.detailansicht a.button {
			margin: 20px auto 0 auto;
		}
		.detailansicht div.jev_eventdetails_body {
			padding: 4% !important;
		}
		div.jev_eventdetails_body .slick-slider {
				margin-bottom: 0 !important;
		}
		.detailansicht img {
			border-radius: 4px;
		}
		.detailansicht .tabimage {
			display: none;
		}
	/* Sparte KritzelKlax */
		.kritzelklax .jev_evdt_desc p {
			color: #f47c3d !important;
		}
		.kritzelklax .detailtime p {
			color: #f47c3d !important;
		}
		.kritzelklax h1 span {
			color: #f47c3d !important;
			padding: 0 !important;
		}
		.kritzelklax h3.subtitle {
			color: #f47c3d;
		}
		.kritzelklax div.jev_eventdetails_body .slick-prev::before,
		.kritzelklax div.jev_eventdetails_body .slick-next::before {
			color: #f47c3d !important;
		}
		.kritzelklax div.jev_eventdetails_body a#showformintro {
			background: #f47c3d !important;
			cursor: pointer;
    }
    html div.jev_eventdetails_body a#showformintro.disabled {
			background: #ccc !important;
			cursor: not-allowed;
      pointer-events: none; 
		}
		.kritzelklax div.jev_eventdetails_body a#showformintro span {
			color: #f47c3d !important;
    }
    html div.jev_eventdetails_body a#showformintro.disabled span {
			color: #ccc !important;
		}
	/* Sparte Kidsbits */
		.kidsbits .jev_evdt_desc p {
			color: #20c4f4 !important;
		}
		.kidsbits .detailtime p {
			color: #20c4f4 !important;
		}
		.kidsbits h1 span {
			color: #20c4f4 !important;
			padding: 0 !important;
		}
		.kidsbits h3.subtitle {
			color: #20c4f4;
		}
		.kidsbits div.jev_eventdetails_body .slick-prev::before,
		.kidsbits div.jev_eventdetails_body .slick-next::before {
			color: #20c4f4 !important;
		}
		.kidsbits div.jev_eventdetails_body a#showformintro {
			background:#20c4f4 !important;
			cursor: pointer;
		}
		.kidsbits div.jev_eventdetails_body a#showformintro  span {
			color: #20c4f4 !important;
		}
	/* Sparte Artlab */
		.artlab .jev_evdt_desc p {
			color: #5e246b !important;
		}
		.artlab .detailtime p {
			color: #5e246b !important;
		}
		.artlab h1 span {
			color: #5e246b !important;
			padding: 0 !important;
		}
		.artlab h3.subtitle {
			color: #5e246b;
		}
		.artlab div.jev_eventdetails_body .slick-prev::before,
		.artlab div.jev_eventdetails_body .slick-next::before {
			color: #5e246b !important;
		}
		.artlab div.jev_eventdetails_body a#showformintro {
			background:#5e246b !important;
			cursor: pointer;
		}
		.artlab div.jev_eventdetails_body a#showformintro  span {
			color: #5e246b !important;
		}
    /* Sparte allgemein */
		.allgemein .jev_evdt_desc p {
			color: #92a845 !important;
		}
		.allgemein .detailtime p {
			color: #92a845 !important;
		}
		.allgemein h1 span {
			color: #92a845 !important;
			padding: 0 !important;
		}
		.allgemein h3.subtitle {
			color: #92a845;
		}
		.allgemein div.jev_eventdetails_body .slick-prev::before,
		.allgemein div.jev_eventdetails_body .slick-next::before {
			color: #92a845 !important;
		}
		.allgemein div.jev_eventdetails_body a#showformintro {
			background: #92a845 !important;
			cursor: pointer;
		}
		.allgemein div.jev_eventdetails_body a#showformintro span {
			color: #92a845 !important;
		}
	/* Anpassung Tablet */
	@media only screen and (max-width: 768px) {
		.detailansicht div.span8 {
			width: 100%;
		}

		.detailansicht div.span4 {
			width: 100%;
			border-left: none;
			padding: 0;
			margin: 0;
		}
		.detailansicht .jev_evdt_desc p {
			padding: 0;
		}
		/*.detailansicht .single-item {
			display: none;
		}
		.detailansicht .tabimage {
			display: block;	
		}
		.artlab  .tabimage img {
			border: 1px solid #5e246b;
		}
		.kritzelklax  .tabimage img {
			border: 1px solid #f47c3d;
		}
		.kidsbits  .tabimage img {
			border: 1px solid #20c4f4;
		}*/
	}
		
img.card2 {
    margin: -210px 0 -25px 0;
    float: right;
    width: 40%;
    transform: rotate(-10deg);
    overflow: visible;
}

p.note_sepa {
	display: none;
}							  

body .note_sepa_visible {
    margin-bottom: 15px;
    margin-left: 30% !important;
}

.note_sepa_visible p {
	display:block !important;
}

body .thin {
	width: 27.915% !important;
}

/* Formatierung Slider Kreativkarte */

	div.intro_kreativkarte .slick-slider {
		margin-top: 0px;
	}

/* Formatierung Detailansicht Ferienangebote */

	.ferienangebote .span3 {
		background: none !important;
	}

	.ferienangebote .span3 div {
		margin: 0 0 15px 0;
	}

	.ferienangebote .jev_evdt_title {
		padding-bottom: 0px !important;
	}
	.ausgebucht .jev_evdt_title span.detailtitle:after {
		content: 'ausgebucht';
		padding: 5px 15px;
		background-color: red;
		color: #fff;
		font-family: 'open_sansbold';
		font-size: 12px;
		text-transform: uppercase;
		position: absolute;
		margin: 0 0 0 10px;
	}
	.ausgebucht a#showform_ferienangebot,
  .ausgebucht a#showform_familiensamstag {
		opacity: 0.5;
		cursor: not-allowed;
		pointer-events: none;
		
	}

/* Formatierung Aboutteaser -> Startseite */
.aboutteaser p {
	padding-right: 25px;
}
.aboutteaser ul, .aboutteaser ul li  {
	margin: 0;
	padding: 0;
	list-style: none;
}
.aboutteaser .span10 li {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin: -4px 0 0 25px;
}
.aboutteaser .span10 li:first-child {
	margin: 0;
}
.aboutteaser .span10 li a {
	margin: 0 !important;
}
.aboutteaser .span2 li {
	display: block;
}
.aboutteaser .span2 li:first-child {
	margin: 0 0 25px 0;
}
.aboutteaser .span2 li  a{
	margin: 0;
}

/* Formatierung Modul Anmeldeintro Kursdetail */
.custom.anmeldung_intro {
	float: left;
	width: 100%;
	background: #fff url("../images/teaser_kreativkarte.png") no-repeat scroll 90% 63% / 53% auto;
}

.custom.anmeldung_intro label {
	line-height: 28px;
	width: 50%;
}
.custom.anmeldung_intro a {
	margin: 10px 0 40px 0;
}

/* Formatierung Unser Kursangebot */
.klaxevent .wrapper {
	display: block;
	width: 100%;
	height: 100%;
}

/* Formatierung Weitere Kursangebote */	
.extras .imgfloat   {
	overflow: visible;
	max-height: 100%;
	max-width: 200px;
}
.extras .imgfloat img {
	border-radius: 4px; 
	/*border: 1px solid #849833;*/
}

/* Formatierung Aktuelles Programm -> Startseite */

.custom.aktuelles {
	width: 42%;
  background: #fff url("../images/teaser_programm_background.png") no-repeat scroll 176% 19%;
  min-height: 168px;
}
.custom.aktuelles p {
	margin: 0;
	line-height: 20px;
}

/* PDF Download Link */
a.pdflink {
	background: url("../images/pdf_icon.png") no-repeat scroll left top;
	padding: 0 0 0 30px;
}

/* Aktuelles komplettes Beitragsbild */
.pull-none img {
	margin: 0 0 25px 0;
}

/* Kontakt Angaben */
div.kontaktzeile {
	display: inline-block;
	margin: 0 0 20px 0;
	width: 100%;
}
div.kontaktzeile p {
	margin: 0;
	width: 32%;
	float: left;
}
div.kontaktzeile p:nth-child(2) {
	margin: 0 2%;

}


/* Module SUCHE */
.kw_search {
	background: none;
	box-shadow: none;
	padding: 0;
	margin: 0 0 10px 0;
	float: right;
	position: relative;
}

.kw_search form {
	background: none !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.kw_search input {
	background: #fff;
	box-shadow: none;
	padding: 10px;
	height: auto;
	line-height: 26px;	
}

.kw_search input.button {
	padding: 0px;
	position: absolute;
	top: 15px;
	right: 15px;
}

div.moduletable.kw_search {
	display: none;
}

/* ENDE Module SUCHE*/
/* Suchergebnisse */
.search form#searchForm {
	background: none;
	box-shadow: none;
}
.search form#searchForm input#search-searchword {
	padding: 10px 2%;
	height: auto;
	line-height: 26px;
	width:46%;
	margin-bottom: 0;
}
.search form#searchForm button.btn {
	margin: 0 0 0 10px !important;
	padding: 10px;
	width: auto;
	min-width: auto;
}
.search dt,dd {
	line-height: 24px;
}

.search dt {
	margin: 40px 0 0 0;
}

.search dt:first-child {
	margin: 0;
}

#eSuche {
	cursor: pointer;
	display: inline-table;
	margin: 0 0 0 20px;
	text-decoration: underline;
}

#erweiterte_suche {
	display: none;
	margin: 25px 0;
}

fieldset.phrases, fieldset.only {
	width: 45%;
	
}
fieldset.phrases {
	float: left;
	margin-right: 5%;
}
/* ENDE Suchergebnisse */

._unterstuetzer  {
	padding: 4%;
	/*background: #fff url('../images/unterstuetzer_logo_telekom_stiftung.png') no-repeat;
	background-position: 4% 50px ;*/
}

._unterstuetzer h2 {
	font-size: 28px !important;
	line-height: 30px;
}

._unterstuetzer .span3 {
	padding: 0 25px 0 0;
}

._unterstuetzer .span3 a {
	width: 100%;
	text-align: center;
	display: block;
}
._unterstuetzer h2 {
	margin: 0 !important;
}

/* Hinweis auf Störung */
span.stoerung {
	font-size: 12px;
	line-height: 25px;
	color: #e30613;
	display: inline-block;
	margin: 5px 0 0 0;
}

.stoerung:before {
	content:'';
	background: url("../images/Bagger.png") no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	padding: 0 5px 0 0;;
}

/* Auswahl Dropdown Ferienangebote */
.jev_toprow .today {
	width: 98% !important;
	padding: 1% !important;
	background: #eeeeee;
	margin: 0 0 25px 0 !important;
}

.jev_toprow .today label {
	display: inline-block;
	margin: 0 25px 0 0 !important;
	vertical-align: middle;
}
.jev_toprow .today select {
	display: inline-block;
	margin: 0 0 0 0 !important;
}

/* Formatierung Listenansicht Ferienangebote */
.cattitle {
	text-align: left !important;
	margin: 0 0 15px 10px !important;
	line-height: 18px !important;
	color: #909090 !important;
}
.verticalaligntable {
	display: table;
	height: 284px;
	width: 100% !important;
}
.verticalaligncell {
	display: table-cell;
	vertical-align: middle;
} 
/* Formatierung Detailansicht Ferienangebote */
.b_ferienangebot {
	margin: 25px 0 0 0 !important;
}

/************************************
	
	Chronoforms Formular Kindergeburtstag Catering Bestellung 

************************************/
	#container_bestellung_catering .gcore-input-container {
		width: 70% !important;
		margin: 0 0 10px 30% !important;
		position: relative;
	}

	#container_bestellung_catering label {
		line-height: 40px !important;
		width: auto;
	}

	#container_bestellung_catering label.speise {
		float: left !important;
		margin: 0 0 0 15px !important;
		line-height: 20px !important;
	}

	#container_bestellung_catering label.preis {
		float: right;
		margin: 0 10px 0 0!important;
	}

	#container_bestellung_catering  input {
		float: left;
		width: 30px;
		padding: 10px;
		text-align: center !important;
		margin: 0 !important;
	}

	#container_bestellung_catering .zwischensumme {
		border-top: 1px solid #dddddd;
		margin: 0 0 25px 30% !important;
		
	}

	#container_bestellung_catering .zwischensumme label:last-child {
		float: right;
		margin: 0 10px 0 0;
		color: #acacac !important;
	}

	#container_bestellung_catering .zwischensumme label.speise {
		margin: 0 0 0 70px !important;
		color: #acacac !important;
		line-height: 16px;
	}

	#container_bestellung_catering .gesamtsumme {
		border: 1px solid #dddddd;
		border-radius: 6px;
		background: #eeeeee;
		padding: 1%;
		width: 68% !important;
		float: right !important;
	}

	#container_bestellung_catering .gesamtsumme.inviewport {
		width: 50.9% !important;
		width: 50.9% !important;
		position: fixed ;
		bottom: 2%;
		z-index: 999;
		margin: 0 auto !important;
		left: 34.7%;
	}

	#container_bestellung_catering .gesamtsumme .closeSummary {
		display: none;
		cursor: pointer;
		padding: 0 0 10px 0;
		text-decoration: underline;	
		
	}
	#container_bestellung_catering .gesamtsumme ul#summarylist {
		margin: 0;
	}
	#container_bestellung_catering .gesamtsumme ul#summarylist li {
		display: none;
		list-style: none;
		border-bottom: 1px dotted #ccc;
		padding: 5px 0;
	}
	#container_bestellung_catering .gesamtsumme ul#summarylist li:last-child {
		list-style: none;
		border-bottom: none;
		padding: 5px 0 20px 0;	
	}
	#container_bestellung_catering .gesamtsumme label {
		font-family: 'open_sanssemibold';
		margin: 0 !important;
		line-height: 20px !important;
	}

	#container_bestellung_catering .gesamtsumme label span {
		font-weight: 100;
	}

	#container_bestellung_catering .gesamtsumme span.mwsteuer  {
				font-size: 12px;
				line-height: 12px;
				margin: 9px 0 0 0;
				float: left;
				width: 100%;
			}

	#container_bestellung_catering .gesamtsumme label.gpreis, #container_bestellung_catering .gesamtsumme span.sumpreis {
		float: right;
		margin: 0 0 0 0!important;
	}
	label.speise span.beschreibung {
		font-size: 12px;
		line-height: 30px;
		clear: left;
		display: block;
	}
/************************************
	
	ENDE Chronoforms Formular Kindergeburtstag Catering Bestellung 

************************************/
/************************************

	Formatierung Modul auf Startseite 'Projekt Malen, Löten, Coden' 
	
************************************/
	div._unterstuetzer {
		border: 15px solid #fff;
		padding: 0;
		overflow: hidden;
	}
	div.content_top {
		position: relative;
		padding: 4%;
		background: url('../images/stoerer.png') no-repeat 0 0  #a8af67;
		background-size: 100%;
	}
	div.content_top h2 {
		padding-top:80px;
		text-transform: uppercase;
		font-size: 45px !important;
		line-height: 55px !important;
		color: #fff;
	}
	div.content_top p {
		margin-left: 110px; 
		width: 85%;
		color: #fff;
	}
	div.content_top p:before {
		content: '';
		background: url('../images/zange.png') no-repeat 0 0;
		padding: 12%;
		position: absolute;
		left: 0;
		top: 245px;
		background-size: 50%;
	}
	div.content_top p:after {
		content: '';
		background: url('../images/pinsel.png') no-repeat 0 0;
		padding: 3.5% 25%;
		position: absolute;
		right: 0;
		bottom: 0;
		background-size: 50%;
	}
	div.content_top a.linkhl {
		color: #fff;
	}
	div.content_top a.linkhl:hover {
		color: #6f782a;
		transition: n;
		text-shadow: none;
	}
	div.content_top a.linkhl span {
		color: #a8af67;
		background: #fff ; 
	}
	div.content_top a.linkhl:hover span, div.content_top a.linkhl:focus span {
		background: #6f782a;
		transition: n;
		text-shadow: none;

}
	div.content_bottom ul.sponsorenleiste {
		list-style: none;
		margin: 0;
		display: flex;
		align-items: center;
	}
	div.content_bottom ul.sponsorenleiste li {
		display: inline-block;
		padding: 25px 25px 10px 25px;
		font-size: 14px;
		width: 50%;
	}
	div.content_bottom ul.sponsorenleiste li a{
		display: block;
		width: 150px;
		height: 150px;
		float: right;
		margin: 0 0 0 25px;
	}
	div.content_bottom ul.sponsorenleiste li.telekom, div.content_bottom ul.sponsorenleiste li.gemeinsam  {
		line-height: 150px !important;
	}

	div.content_bottom ul.sponsorenleiste li.telekom {
		border-right: 2px solid #a8af67;
		
		position: relative;
	}
	div.content_bottom ul.sponsorenleiste li.telekom:after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		background: #a8af67;
		transform: rotate(45deg);
		position: absolute;
		top: -15px;
		right: -16px;
	}

	div.content_bottom ul.sponsorenleiste li.zusatz
	{
		width: 35%;
		display: inline-block;
		/*float: right;*/
		font-size: 12px;
		line-height: 16px !important;
		vertical-align: middle;
	}

	div.content_bottom ul.sponsorenleiste li.telekom a{
		background: url('../images/Projekt_Malen_Loeten_Coden_Logo_Telekom_Stiftung.jpg') no-repeat 0 0;
	}
	div.content_bottom ul.sponsorenleiste li.gemeinsam a{
		background: url('../images/Projekt_Malen_Loeten_Coden_Logo_Gemeinsam_starten.jpg') no-repeat 0 0;
	}
	
/************************************

	ENDE Formatierung Modul auf Startseite 'Projekt Malen, Löten, Coden' 
	
************************************/
/************************************

	Anpassung Kursanmeldung in Bezug auf vorausgewählte Sparte
	
************************************/
    
    /* Kursdetail Anmeldung Intro */
        /* SPARTE KIRTZELKLAX */
            div.contentpaneopen.kritzelklax div.anmeldung_intro {
                background-color: #f47c3d !important;
            }
            div.contentpaneopen.kritzelklax div.custom.anmeldung_intro {
                background: url("../images/kreativkarte_kritzelklax.png") no-repeat scroll 90% 63% / 40% auto;
            }
            div.contentpaneopen.kritzelklax div.anmeldung_intro h2, div.contentpaneopen.kritzelklax div.anmeldung_intro label {
                color: #fff !important;     
            }
            div.contentpaneopen.kritzelklax div.anmeldung_intro a#showform,
            div.contentpaneopen.kritzelklax div.anmeldung_intro a#showformcard {
                background: #fff !important;
                color: #f47c3d !important;
            }
            div.contentpaneopen.kritzelklax div.anmeldung_intro a#showform span,
            div.contentpaneopen.kritzelklax div.anmeldung_intro a#showformcard span {
                background: #f47c3d !important;
                color: #fff !important;
            }

        /* SPARTE KIDSBITS */
            div.contentpaneopen.kidsbits div.anmeldung_intro {
                background-color: #20c4f4 !important;
            }
            div.contentpaneopen.kidsbits div.custom.anmeldung_intro {
                background: url("../images/kreativkarte_kidsbits.png") no-repeat scroll 90% 63% / 40% auto;
            }
            div.contentpaneopen.kidsbits div.anmeldung_intro h2, div.contentpaneopen.kidsbits div.anmeldung_intro label {
                color: #fff !important;     
            }
            div.contentpaneopen.kidsbits div.anmeldung_intro a#showform, div.contentpaneopen.kidsbits div.anmeldung_intro a#showformcard {
                background: #fff !important;
                color: #20c4f4 !important;
            }
            div.contentpaneopen.kidsbits div.anmeldung_intro a#showform span, div.contentpaneopen.kidsbits div.anmeldung_intro a#showformcard span {
                background: #20c4f4 !important;
                color: #fff !important;
            }

        /* SPARTE ARTLAB */
            div.contentpaneopen.artlab div.anmeldung_intro {
                background-color:  #5e246b !important;
            }
            div.contentpaneopen.artlab div.custom.anmeldung_intro {
                background: url("../images/kreativkarte_artlab.png") no-repeat scroll 90% 63% / 40% auto;
            }
            div.contentpaneopen.artlab div.anmeldung_intro h2, div.contentpaneopen.artlab div.anmeldung_intro label {
                color: #fff !important;     
            }
            div.contentpaneopen.artlab div.anmeldung_intro a#showform, div.contentpaneopen.artlab div.anmeldung_intro a#showformcard {
                background: #fff !important;
                color: #5e246b !important;
            }
            div.contentpaneopen.artlab div.anmeldung_intro a#showform span, div.contentpaneopen.artlab div.anmeldung_intro a#showformcard span {
                background: #5e246b !important;
                color: #fff !important;
            }
    /* ENDE Kursdetail Anmeldung Intro */
    
    /* Kreativkarte Anmeldung  */
        div.intro_kreativkarte a#zur_anmeldung_2 {
            display: block;
            float: right;
            width: 550px;
            height: 300px;
            background: url('../images/teaser_kreativkarte_jetzt_anmelden.png') no-repeat;
            text-indent:-9999px;
            cursor: pointer;
        }
        div.kreativkarte_preise {
            margin: 20px 0 50px 0;
        }
        div.kreativkarte_preise h3 {
            margin: 40px 0 10px 0 !important;
        }
        div.kreativkarte_preise p.sparten {
            margin: 0;	
        }
        div.kreativkarte_preise p.sparten.trans {
            opacity: 0.2;
            filter: alpha(opacity=20);
        }
        /* SPARTE KIRTZELKLAX */
           #content.krizelklax_anmeldung a#zur_anmeldung_2 {
               background: url('../images/kreativkarte_kritzelklax.png') no-repeat;    
               height: 350px;
               width: 500px; 
            }
        /* SPARTE KIDSBITS */
           #content.kidsbits_anmeldung a#zur_anmeldung_2 {
               background: url('../images/kreativkarte_kidsbits.png') no-repeat;    
               height: 350px;
               width: 500px; 
            }
        /* SPARTE ARTLAB */
           #content.artlab_anmeldung a#zur_anmeldung_2 {
               background: url('../images/kreativkarte_artlab.png') no-repeat;    
               height: 350px;
               width: 500px; 
            }
            
        
    /* ENDE Kreativkarte Anmeldung  */
       
/************************************

	ENDE Anpassung Kursanmeldung in Bezug auf vorausgewählte Sparte
	
************************************/




/* Anpassung Tablet */ 
	/* weitere Angebote */
	@media only screen and (max-width: 768px) {
		.imgfloat {
			max-width: auto;
			width: auto;
			float: left;
			margin: 0 20px 20px 0;
		}
		.extras .imgfloat {
			margin: 0 20px 0 0;
		}
		.extras hr {
			margin: 20px 0;
		}
		body .txtfloat p a.linkhl {
			margin-top: 0;
		}
		div.catcut-2 a.button {
			clear: left;
		}
		html .body h2 {
			font-size: 1.5em !important;
			font-family: 'open_sansextrabold' !important;
			line-height: 1.4em !important;
		}
		.klaxevent .kursname {
			padding: 0;
		}
		.row-fluid .klaxevent {
			width: 240px;
			display: block;
			float: left;
			padding: 0 20px 20px 0;
			/*min-height: 300px;*/
		}
		.row-fluid .klaxevent:nth-child(3) {
			margin-left: 0 !important;
		}
		.overlay td table td {
			width: 100%;
		}
		div.kontaktzeile p {
			margin: 0 0 15px 0;
			width: 100%;
			clear: left;
		}
		div.kontaktzeile p:nth-child(2) {
			margin: 0 0 15px 0;
		}
		.kw_search {
			width: 100%;
			clear: right;
			margin: 0 0 25px 0;
		}
		.kw_search input.inputbox {
			width: 96% !important;
			padding: 10px 2%; 
			overflow: visible;
		}
		.jev_toprow .today {
			width: 95% !important;
			padding: 2.5% !important;
		}
		.jev_toprow .today label {
			margin: 0 0 5px 0 !important;
		}
		.jev_toprow .today select {
			width: 95% !important;
		}
		.verticalaligntable {
			display: table;
			height: auto;
			width: 100% !important;
		}
		.b_ferienangebot {
		margin: 25px auto 0 auto !important;
		}
		
		#container_bestellung_catering .gcore-input-container {
			width: 100% !important;
			margin: 0 0 10px 0 !important;
		}
		
		#container_bestellung_catering .gesamtsumme {
			font-size: 12px;
		}
		#container_bestellung_catering .gesamtsumme.inviewport {
			width: 54.5% !important;
			left: 33.5%;
			max-height: 300px;
			overflow: auto;
		}
		#container_bestellung_catering label.speise {
			float: left !important;
			margin: 0 0 20px 15px !important;
			width: 50% !important;
			line-height: 25px !important;
		}
		/* Formatierung Modul Startseite Projekt Malen, Löten, Coden */
		
			div.content_top {
				background-image: none;
			}
			div.content_top h2 {
				padding-top: 0;
			}
			div.content_top p {
				margin: 0;
				width: 100%;
			}
			div.content_top p::before, div.content_top p::after {
				background: none;
			}
			div.content_bottom ul.sponsorenleiste {
				display: block;
			}
			div.content_bottom ul.sponsorenleiste li {
				display: block;
				float: left;
				text-align: center;
				width: 100%;
				padding: 10% 0;
			}
			body div.content_bottom ul.sponsorenleiste li, div.content_bottom ul.sponsorenleiste li.telekom, div.content_bottom ul.sponsorenleiste li.gemeinsam {
				line-height: 16px !important;
			}
			div.content_bottom ul.sponsorenleiste li a {
				margin: 5px auto 0 auto;
				float: none;
			}
			div.content_bottom ul.sponsorenleiste li.telekom {
				border-bottom: 2px solid #a8af67;
			}
			div.content_bottom ul.sponsorenleiste li.telekom::after {
				display: none;
			}
			div.content_bottom ul.sponsorenleiste li.zusatz {
				width: 100%;
				padding-top: 0 !important;
			}
			div.content_bottom ul.sponsorenleiste li.gemeinsam {
				padding-bottom: 2.5%;
			}

	}
	
/* Anpassung Smartphone */
@media only screen and (max-width: 360px) {
	/* Formatierung Aboutteaser -> Startseite */
		.aboutteaser p {
			padding-right: 0;
		}
		.aboutteaser .span10 li {
			display: block;
			margin: 0;
			margin: 25px 0 0 10px;
		}
		.aboutteaser .span10 li:first-child {
			margin: 0;
		}
		.aboutteaser .span2 ul {
			margin: 25px 0 0 0;
		}
		.aboutteaser .span2 li {
			display: inline-block;
			width: 46%
		}
		.aboutteaser .span2 li:first-child {
			margin: 0 2% 25px 0;
		}
		.aboutteaser .span2 li  a{
			margin: 0;
		}
		.preiseteaser {
			background: #fff;
		}
		a.button span.smallres {
			float: left;
			margin-bottom: 10px;
		}
		.custom.anmeldung_intro, div.contentpaneopen.kritzelklax .custom.anmeldung_intro, div.contentpaneopen.artlab .custom.anmeldung_intro, div.contentpaneopen.kidsbits .custom.anmeldung_intro {
			background-image: none !important;
			text-align: center;
		}
		.custom.anmeldung_intro label {
			line-height: 28px;
			width: 100%;
		}
		.custom.anmeldung_intro a.button.regintro {
			margin: 0 0 30px 0 !important;
		}
		.row-fluid .klaxevent {
			margin-left: 0 !important;
		}
		form.newsletter .musthave input {
			padding: 5%;
			width: 90%;
		}
		.extras .imgfloat   {
			width: 100% !important;
			margin: 0 0 15px 0;
		}
		.custom.newsletter {
			width: 92%;
			margin: 0 0 20px 0;
		}
		.custom.newsletter button {
			padding: 10px;
			line-height: 25px;
		}
		.custom.newsletter button span{
			display: block;
			margin: 0 10px 0 0;
			width: 25px;
			height: 25px;
			line-height: 17px;
			float: left;
			top: 0;
		}
		.custom.aktuelles {
			width: 92%;
			background: #fff;
		}
		.custom.aktuelles a span {
			float: left;
		}
		.search form#searchForm input#search-searchword {
			padding: 10px 2%;
			height: auto;
			line-height: 26px;
			width:96%;
			margin-bottom: 15px;
		}
		.search form#searchForm button.btn {
			margin: 0 0 0 0 !important;
			min-width: 100%;
			width: 100%;
		}
		#eSuche {
			margin: 15px 0 0 0;
		}
}
/* Anpassung Smartphone - Tablet */
@media only screen and (min-width: 361px) and (max-width: 767px){
	/* Formatierung Aboutteaser -> Startseite */
		.aboutteaser p {
			padding-right:0;
		}
		.aboutteaser .span10 li {
			display: inline-block;
			margin: 0;
			vertical-align: middle;
			margin: 25px 25px 0 10px;
		}
		.aboutteaser .span10 li:first-child {
			margin: 0;
			display: block;
		}
		.aboutteaser .span2 ul {
			margin: 25px 0 0 0;
		}
		.aboutteaser .span2 li {
			display: inline-block;
			width: 40%
		}
		.aboutteaser .span2 li:first-child {
			margin: 0 10% 25px 0;
		}
		.aboutteaser .span2 li  a{
			margin: 0;
		}
		.preiseteaser {
			background: #fff;
		}
		.custom.anmeldung_intro, div.contentpaneopen.kritzelklax .custom.anmeldung_intro, div.contentpaneopen.artlab .custom.anmeldung_intro, div.contentpaneopen.kidsbits .custom.anmeldung_intro {
			background-image: none !important;
			text-align: center;
		}
		.custom.anmeldung_intro label {
			margin: 0 0 10px 0;
			line-height: 28px;
			width: 100%;
			clear: left;
		}
		.custom.anmeldung_intro label.second {
			margin: 30px 0 10px 0;
		}
		.custom.anmeldung_intro #regintro a.button {
			clear: left;
			float: none;
			margin: 0 auto 40px auto !important;
			text-align: center;
			width: auto;
		}
		.custom.newsletter {
			width: 92%;
			margin: 0 0 20px 0;
		}
		.row-fluid .klaxevent {
			margin-left: 0 !important;
		}
		.extras .imgfloat   {
			margin: 0 15px 15px 0;
		}
		.extras .txtfloat {
			clear: left;
		}
		.custom.aktuelles {
			width: 92%;
			background: #fff url("../images/teaser_programm_background_mobil.png") no-repeat scroll right top;
		}
		.custom.aktuelles a span {
			float: left;	
		}
		.search form#searchForm input#search-searchword {
			padding: 10px 2%;
			height: auto;
			line-height: 26px;
			width:96%;
			margin-bottom: 15px;
		}
		.search form#searchForm button.btn {
			margin: 0 0 0 0 !important;
			padding: 10px;
			width: auto;
			min-width: auto;
		}
		
		#container_bestellung_catering .gesamtsumme {
			width: 91.5% !important;
			padding: 4%;
		}
		
		#container_bestellung_catering .gesamtsumme.inviewport {
			width: 73% !important;
			left: 8%;
			padding: 4%;
		}
		
		#container_bestellung_catering .gesamtsumme label.speise , #container_bestellung_catering .gesamtsumme label.gpreis {
			margin: 0 !important;
			font-size: 16px !important;
			line-height: 16px !important;
		}

}
/* Anpassung Tablet - Desktop */
@media only screen and (min-width: 768px) and (max-width: 1024px){
	/* Formatierung Aboutteaser -> Startseite */
		.aboutteaser .span10 li {
			display: inline-block;
			margin: 0;
			vertical-align: middle;
			margin: 25px 25px 0 10px;
		}
		.aboutteaser .span10 li:first-child {
			margin: 0;
			display: block;
		}
		.preiseteaser {
			background: #fff url("../images/stoerer_kreativkarte_background.png") no-repeat scroll 105% 85px / 50% auto;
		}
		.custom.anmeldung_intro {
			background: #fff url("../images/teaser_kreativkarte.png") no-repeat scroll 100% 30% / 50% auto;
		}
		.custom.anmeldung_intro label {
			width: 55%;	
		}	
		.custom.anmeldung_intro #regintro a.button {
			float: none;
		}
		.extras .imgfloat   {
			margin: 0 15px 15px 0;
			float: left;
		}
		.custom.newsletter {
			width: 92%;
			margin: 0 0 20px 0;
		}
		.custom.aktuelles {
			width: 92%;
			background: #fff url("../images/teaser_programm_background_mobil.png") no-repeat scroll right top;
		}
		/* Formatierung Modul Startseite Projekt Malen, Löten, Coden */
		
			body div.content_bottom ul.sponsorenleiste li, div.content_bottom ul.sponsorenleiste li.telekom, div.content_bottom ul.sponsorenleiste li.gemeinsam {
				line-height: 16px !important;
			}

			div.content_bottom ul.sponsorenleiste li a {
				margin: 5px 0 0 0;
				float: none;
			}
			div.content_bottom ul.sponsorenleiste li.zusatz {
				width: 50%;
			}
		
}

.btn-hidden{
	opacity: 0.1;
	cursor: not-allowed !important;
}
.btn-show {
	opacity: 1;
	cursor: pointer !important;
}
a.fb_optout {
	cursor: pointer;
}			 

/* Hinweis Schließung */
div#alertcontainer {
  width: 98%;
  background: #fcf8e3;
  color: #c09853;
  padding: 1%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

/* Online Workshops */
body.itemid-344 div.jev_toprow {
    display: none !important;
}

/* Blende Preise für Weihnachtsmarkt in der Familiensamtage Detailansicht aus*/
div.noprices div.familiensamstage_preise {
  display: none;
}

/* Honeypot Newsletteranmeldung */
div.newsletter_registration input, div.newsletter_registration label {
  display: none;
  visibility: hidden;
}
/* Landingpage Newsletter Anmeldung */
  div.newsletter_anmeldung form {
    background: none;
  }
  div.newsletter_anmeldung form input {
    margin: 0 0 25px 0;
  } 

/* Corona Hinweis */
  div.coronahinweis {
    /*background-color: #df8908;*/
    background-color: #D6DDBB;
    /*color: white;*/
    color: #6a7733;
  }
  div.coronahinweis h3, div.coronahinweis p, div.coronahinweis a {
    /*color: white !important;*/
    color: #6a7733;
  }
  div.coronahinweis ul {
    margin-bottom: 30px; 
  }
  div.coronahinweis ul li {
    line-height: 24px !important;
    margin: 0 0 15px 0;
  }
  div.coronahinweis ul li:last-child {
    margin: 0;
  }
  div.coronahinweis p:last-child {
    margin: 0;
  }
  p.attention {
    margin: 0 0 20px 35px;   
  }
  p.attention:before {
    content: '';
    position: absolute;
    background: url('../images/attention.png') no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 0 0 -35px;
    background-size: 100%;
  }

a.download:after {
  content: '';
  background: url('../images/download.png') no-repeat;
  background-size: auto;
  width: 15px;
  margin: 0 0 0 13px;
  background-size: 100%;
  display: inline-block;
  height: 19px;
  vertical-align: middle;
}
div.jev_noresults h3 {
  font-size: 24px;
  color: #849833;
  text-transform: uppercase;
}
div.jev_noresults p {
  font-size: 20px;
  line-height: 27px;
}
@media only screen and (min-width: 769px) {
  div.datenschutz label.gcore-label {
    float: none;
    margin:  0 0 0 25px;
  }
}

div.newsbeitrag div.pull-left.item-image {
  width: 200px;
}

/* blende leere h3-tags (Untertitel) innerhalb der Kursansichten aus */
div.contentpaneopen h3:empty {
  display: none;
}

/* H1 Startseite */
div.clearmod {
  background: none;
  box-shadow: none;
  text-align: center;
}

/* Category Blog */
div.category-desc img {
  margin: 0 0 25px 0;
  border-radius: 5px;
}


/* Tooltip */

a.tooltp {
  position: relative;
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/info_white_24dp.svg') no-repeat;
  background-size: contain;
  overflow: visible;
  z-index: 100;
}
a.tooltp:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 40px;
  left: -20px;
  background: #6a7733;
  padding: 5px 15px;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius : 10px;
  border-radius : 10px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition : all 0.4s ease;
  transition : all 0.4s ease;
}
a.tooltp:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #6a7733;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition : all 0.4s ease;
  transition : all 0.4s ease;
  opacity: 0;
  left: -10px;
  bottom: 40px;
}
a.tooltp:hover:after {
  bottom: 30px;
  left: -20px;
}
a.tooltp:hover:before {
  bottom: 20px;
  left: -10px;
}
a.tooltp:hover:after, a:hover:before {
  opacity: 1;
}
div.anmeldung_eventbrite {
  display: none;
}