/* ACCORDEON */

.ce_accordion {
  border-radius: 5px;
}

.ce_accordion .accordion {
  padding: 20px 20px 5px 20px;
}

.ce_accordion .toggler:hover {
  background-color: var(--bgColorLightGray);
}

.ce_accordion .toggler.ui-state-active {
  background-color: var(--bgColorLightGray);
}

.ce_accordionSingle {
  margin-bottom: 5px!important;
}

@media only screen and (max-width: 767px) {
  .ce_accordion .accordion {
    padding: 15px 15px 0 15px;
  }
  .ce_accordion .toggler {
    padding: 5px 10px;
  }
}


/* CONTENT */

#footer {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  autogrid, .autogrid_row>.column {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .font-size-xxxs, .font-size-xxxs p, .font-size-0, .font-size-0 p {
    font-size: 1rem;
  }
  .mod_article:not(.fullwidth) > .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.red {
  color: red;
}


/* EVENTS */

.mod_eventlist .event {
  margin-bottom: 0;
}

.mod_eventlist .event a {
  text-decoration: underline;
}

.mod_eventlist .event a:hover {
  text-decoration: none;
}

.mod_eventreader .clear {
  margin-bottom: 15px;
}

.mod_eventreader .info {
  color: var(--accentColor);
  margin-left: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .mod_eventreader .info {
    margin-left: 0;
  }
}

.mod_eventreader .title {
  line-height: 1.3;
  max-width: 60%;
}

@media only screen and (max-width: 767px) {
  .mod_eventreader .title {
    max-width: 100%;
  }
}


/* FANCYLINK */

.ce_fancylink.style1 .shaft {
  color: var(--accentColor);
}


/* FORMULAR */

form .checkbox_container a {
  color: var(--accentColor);
  text-decoration: underline;
}

form .checkbox_container a:hover {
  text-decoration: none;
}

form.style5 input, form.style5 select, form.style5 textarea {
  border-radius: 5px;
  font-size: 1rem;
  padding: 15px;
}

form.style5 button.submit {
  border-radius: 5px;
  font-size: 1rem;
  height: 48px;
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  form.style5 input, form.style5 select, form.style5 textarea {
    padding: 10px;
  }
  form.style5 button.submit {
    height: 41px;
    padding: 5px 5px;
  }
}

input:hover:not([type="submit"]), button:hover:not([type="submit"]), textarea:hover {
	 border: 1px solid var(--accentColor);
}


/* HEADLINES */

h1, .h1, h2, .h2 {
  color: var(--accentColor);
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 15px;
}

h2, .h2 {
	margin-top: 25px;
}

.ce_headline_extended[class*="mb-"] h2, .standalone h2 , .standalone .h2 {
	margin-top: 0;
}


/* HYPERLINK */

a:hover {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
  .ce_hyperlink.btn-size-small a {
    min-width: 100px;
    padding-right: 5px;
  }
}


/* IMAGES */

.ce_image_extended .image_container img {
  border-radius: 5px;
}

.ce_text .image_container img {
  border-radius: 5px;
}

.image_container .caption {
  background: var(--accentColor);
  border-radius: 5px;
  font-size: 1rem;
}


/* NAVIGATION */

.mainmenu ul li a:hover, .mainmenu ul ul a.active, .mainmenu ul ul li a:hover {
  opacity: 1;
}

.mainmenu ul ul li a:hover {
	color: var(--accentColor);
}


/* POP-UP */

.ce_popup_start.popup_show .ce_popup_overlay {
  background: rgba(255, 255, 255, .5);
}


/* PRIVACY MANAGER */

.fixed-header #privacy_optout_link, .fixed-header .top-link {
  bottom: 25px;
}

.mod_privacy_optin_medium .privacy_links a {
  color: var(--accentColor);
  font-weight: bold;
}

.mod_privacy_optin_medium .privacy_links a:hover {
  text-decoration: none;
}

.mod_privacy_optin_medium .privacy_label {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
  body.fixed-header #top_link {
    bottom: 75px;
    right: 10px;
  }
  #privacy_optout_link {
    bottom: 15px!important;
    height: 50px;
    left: auto;
    right: 10px;
    width: 50px;
  }
}


/* REVOLUTION SLIDER */

.ce_revolutionslider_hyperlink {
  border-radius: 5px;
  font-weight: 300!important;
}

.ce_revolutionslider_text {
	background-color: rgba(255, 255, 255, .7);
	border-radius: 5px;
	font-weight: 300;
  padding: 2px 10px 2px 10px;
}

.ce_revolutionslider_text.bold {
	background-color: rgba(255, 255, 255, .7);
	border-radius: 5px;
  padding: 0 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .ce_revolutionslider_hyperlink {
    font-size: 13px!important;
    min-width: 100px!important;
    padding: 0 5px!important;
  }
  .ce_revolutionslider_text {
	  padding: 2px 5px 2px 5px!important;
  }
  .ce_revolutionslider_text.bold {
	  padding: 0 5px 0 5px!important;
  }
}


/* SUBMENU */

.submenu_v4 {
  background: var(--accentColor);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #fff;
  padding: 20px;
}

.submenu_v4 li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.submenu_v4 li a.active, .submenu_v4 li a:hover {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.submenu_v4 li a:hover {
  opacity: 1;
}