/* CONTENT */

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


.ce_teambox .email {
  display: none;
}

.ce_teambox .name {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.ce_teambox .socials {
  display: none;
}

.ce_teambox.gray_bg .function {
  font-size: 1rem;
}

.ce_timeline .timeline-item .timeline-item-title {
  margin-top: 3px;
  padding: 7px 10px 5px 10px
}

.font-size-1 p {
  color: #000;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.font-size-1 p {
    font-size: 18px;
	}
	.font-size-0 p {
	  font-size: 16px;
	}
}

.image_container.float_right {
  margin-bottom: 15px;
  margin-left: 25px;
}

strong {
    font-weight: 500;
}


/* HEADLINES */

h1, h2, .h1, .h2 {
  font-weight: 500!important;
}

h3 {
  font-weight: 400;
}

#footer h3 {
  font-weight: 500;
}

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


/* HYPERLINKS */

a {
    color: var(--accentColor);
    font-weight: 500;
}

.ce_iconbox a {
    line-height: 1;
}

p a {
  font-weight: 500;
}

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

#top .mod_top_mail a:hover, topbar_phone a:hover {
  color: var(--accentColor)!important;
	opacity: 1;
	text-decoration: underline;
}

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


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