/*
Theme Name:	Techone-Child by bits & likes
Description:Childtheme by bits & likes für Invesdor INV AG.
Author:		Philippe Müller @ bits & likes GmbH
Author URI:	https://bitsandlikes.de
Template:	techone
Text Domain: bal-techone-child
Version:	1.01
*/

.single #page #content #primary main .button {
  display: inline-flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: var(--Web-Dogwood-Rose, #a2006e);
  color: var(--Web-White, #fff);
  /* Paragraph/Medium - Regular */
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.single #page #content #primary main .button:hover {
  display: inline-flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: linear-gradient(
      0deg,
      rgba(28, 28, 28, 0.25) 0%,
      rgba(28, 28, 28, 0.25) 100%
    ),
    #a2006e;
}

/* general */
.container {
  max-width: 1440px;
  padding: 0px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding: 0px 0px;
  }
}

header {
  @media (min-width: 768px) {
    .container {
      padding: 0px 50px;
    }
  }
}

.content-inner {
  padding: 0px 25px;
}

.single #primary.content-area {
  width: 100%;
}

.latest-posts-widget {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.latest-posts-widget .post {
  display: flex;
  width: calc(50% - 10px); /* Two columns with gap */
  border: 1px solid #e1e1e1;
  padding: 10px;
  background-color: #fff;
}

.latest-posts-widget .post-thumbnail img {
  width: 100%;
  height: auto;
}

.latest-posts-widget .post-content {
  padding: 10px;
}

.latest-posts-widget .post-meta {
  font-size: 14px;
  color: #777;
}

.latest-posts-widget .post-title {
  font-size: 18px;
  margin: 10px 0;
}

.latest-posts-widget .post-title a {
  color: #333;
  text-decoration: none;
}

.latest-posts-widget .post-excerpt {
  font-size: 14px;
  color: #555;
}

.w60-w40 .wp-block-column:nth-child(1) {
  flex-basis: 60% !important;
}
.w60-w40 .wp-block-column:nth-child(2) {
  flex-basis: 40% !important;
}
.site-navigation .menu ul.sub-menu li a:hover,
.site-navigation .menu ul.sub-menu ul li a:hover,
.site-navigation .nav-menu ul.sub-menu li a:hover,
.site-navigation .nav-menu ul.sub-menu ul li a:hover {
  color: #bc007f;
}

#logo-area {
  margin: 27px 30px 10px 0;
  max-width: 180px;
}

@media (max-width: 420px) {
  .site-header .iconheader { display: none;}
  }

  .comment-form .error {
    border: 1px solid red;
    background-color: #ffe6e6;
}
.comment-form .error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.ft_content_tabber, .category-featured, .primary-navigation  {
  font-family: "Archivo" !important;
}


.cta_title {font-size: 22px; font-size: 2.2rem; font-weight: bold; margin-bottom: 0; text-align: center;}
.cta_subtitle {text-align: center;}
.cta_btn {text-align: center;}

.btn,
.entry-excerpt .entry-more{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #fff;
    background-color: #3c9edf;
    border-color: #3c9edf;
	text-transform: none;
}
.btn:hover,
.entry-excerpt .entry-more:hover {background-color: #5ebfff; border-color: #9bd7ff;}

.btn-default {
    color: #fff;
    background-color: #3c9edf;
    border-color: #3c9edf;
}

.btn-invest {
    color: #fff;
    background-color: #a2006e;
    border-color: #a2006e;
}
.btn-dark {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}


.btn:hover { color: #FFF; text-decoration: none;}
.btn-invest:hover {background-color: #bc007f; border-color: #fd7f8e}
.btn-dark:hover { background-color: #383838; border-color: #575757}

.highlight-area {
    background-color: #fff;
	border: 1px solid #a2006e;
    padding: 30px;
    border-radius: 5px;
	margin: 30px 0;
}
.highlight-area.primary {background-color: #025550; color: #FFF; border: none; font-size: 18px; line-height: 1.5}
.highlight-area.secondary {background-color: #f2f2f2; border: none;}
.highlight-area.primary * {color:#fff !important;}
.highlight-area.primary a {color: #8cc2e6 !important;}
.highlight-area.primary h2, .highlight-area.primary .h2,
.highlight-area.primary h3, .highlight-area.primary .h3,
.highlight-area.primary h4, .highlight-area.primary .h4 {font-size: 28px;}
.highlight-area > :first-child {margin-top: 0}
.highlight-area > :last-child {margin-bottom: 0}

aside#ft_content_tabber_widget-2 .comments-link { display: none; }

.entry-meta a, .entry-meta span {
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: capitalize;
}