/* CONTENT */

#bottom .inside {
  font-size: 1em;
}

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

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

.ce_accordion .toggler {
  font-family: 'Source Sans Pro';
}

#footer {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  #footer .inside {
    padding: 40px 20px;
  }
}

.header {
  background-color: rgba(255, 255, 255, 0.8);
}

.image_container .caption {
  background-color: var(--accentColor);
  border-radius: 0;
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .mod_article:not(.fullwidth) > .container {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

strong {
  font-weight: 600;
}


/* FORMULAR */

form .checkbox_container label a:hover {
  border-bottom: 1px solid;
}

form span.mandatory {
  display: none;
}

form.style7 button.submit {
	height: auto;
}

form.style7 input, form.style7 select, form.style7 textarea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

form.style7 input, form.style7 textarea, form.style7 select {
  color: #1d1d1b;
  font-size: 1rem;
}

form.style7 input:hover, form.style7 select:hover, form.style7 textarea:hover {
  border-bottom: 1px solid var(--accentColor);
}


/* HEADLINES */

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

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

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

h3, .h3 {
  font-weight: 500;
}

.ce_headline_extended .h3.background-text {
  font-size: 6rem;
  opacity: 0.05;
}


/* HYPERLINKS */

a {
  color: var(--accentColor);
}

@media only screen and (max-width: 767px) {
  .fixed-header .top-link {
    bottom: 77px;
  }
  .top-link {
    right: 12px;
  }
}

p a:hover {
  border-bottom: 1px solid;
}

#top .mod_top_mail a:hover, topbar_phone a:hover {
  opacity: 1;
	text-decoration: underline;
}


/* POP-UP */

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


/* PRIVACY MANAGER */

.mod_privacy_optin_medium .headline {
  font-size: 16px;
}

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

.mod_privacy_optin_medium .privacy_links a {
  border-bottom: 1px solid #f8f8f8;
  color: var(--accentColor);
  font-weight: 600;
  text-decoration: none;
}

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

.mod_privacy_optin_medium .privacy_text strong {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #privacy_optout_link {
    bottom: 25px!important;
    left: auto;
    right: 15px;
  }
}


/* REVOLUTION SLIDER */

.ce_revolutionslider .tp-bannertimer {
  display: none;
}


/* SUBMENU */

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

.submenu_v4 li a {
  color: #fff;
  font-weight: normal;
  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: normal;
  text-decoration: underline;
}

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