/* CONTENT */

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

.ce_text ul, .ce_text ol {
  margin-bottom: 0;
}

#footer {
  font-size: 1rem;
}

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

strong {
  font-weight: 600;
}


/* HEADLINES */

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

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: 600;
}

#footer h3, #footer .h3 {
  font-weight: 400;
}


/* HYPERLINKS */

@media only screen and (max-width: 767px) {
  body.fixed-header #top_link {
    bottom: 125px;
  }
}

.ce_hyperlink a {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .ce_hyperlink a {
    font-size: 1rem;
  }
}

p a {
  font-weight: 600;
}

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


/* LINKBOX */

.ce_linkbox.version5 .content {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.ce_linkbox.version5 .content {
    padding-left: 15px;
    padding-right: 15px;
	}
}

.ce_linkbox.version5 .content p {
    display: block;
}

.ce_linkbox.version5 .content .headline {
  color: var(--accentColor);
}


/* MAINMENU */

.header .mainmenu ul li a.a-level_1:hover {
  color: #f8b300;
  opacity: 1;
}


/* POP-UP */

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


/* PRIVACY MANAGER */

.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 {
    left: auto;
    right: 15px;
    bottom: 25px!important;
  }
}


/* SUBMENU */

.submenu_v4 {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 25px;
}

.submenu_v4 li a {
  font-weight: 600; 
}

.submenu_v4 li a.active {
  color: var(--accentColor);
}

.submenu_v4 li a:hover {
  color: var(--accentColor);
  text-decoration: underline;
	opacity: 1;
}