/*
Theme Name: Meyer Implantologie (Sydney Child)
Theme URI: https://example.com/
Description: Child-Theme für das WordPress-Theme „Sydney“. Hier kannst du dein individuelles Design ablegen.
Author: 
Author URI: 
Template: sydney
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meyer-implantologie
*/

:root {
  --font-sans: "Montserrat", Arial, Helvetica, sans-serif;
  /* --color-text: #3a3a3a; */
  --color-text: rgba(0,0,0,0.5);
  --color-heading: #7A7A7A;
  --color-accent: #bccf27;
  --color-accent-2: #8dc100;
  --color-bg: #ffffff;
  --color-bg-subtle: #F5F5F5;
  --color-border: #E5E5E5;
  --container-max: 1200px;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem
}

* {
  box-sizing: border-box
}

html {
  font-size: 100%
}

body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
	overflow-x:hidden;
}

::selection {
  background: var(--color-accent);
  color: #000
}

img,
svg,
video {
  max-width: 100%;
  height: auto
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-2)
}

main {
  display: block
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-sans);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-heading);
  margin: 1.2em 0 .6em
}

h1 {
  font-size: 3rem;
  line-height: 1.4
}

h2 {
  font-size: 2.625rem;
  line-height: 1.3
}

h3 {
  font-size: 1.875rem;
  line-height: 1.3
}

h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  color:#7A7A7A;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.2
}

h6 {
  font-size: .9375rem;
  line-height: 1.25
}

@media (max-width:768px) {
  h1 {
    font-size: 2.5rem
  }

  h2 {
    font-size: 2.1875rem
  }

  h3 {
    font-size: 1.5625rem
  }
}

@media (max-width:544px) {
  h1 {
    font-size: 1.875rem
  }

  h2 {
    font-size: 1.5625rem
  }

  h3 {
    font-size: 1.5625rem
  }

  h5 {
    font-size: .875rem
  }
}
h4+h2, h4+h1{
  margin-top: 0 !important;
}
h5+h2, h5+h1{
  margin-top: 0 !important;
  color: var(--color-accent);
}
p {
  margin: 0 0 1em
}

small {
  font-size: .875em
}

strong {
  font-weight: 600
}
figure{
  margin: 0;
}
/* Links */
a {
  color: var(--color-accent);
  text-decoration: none
}

a:hover,
a:focus {
  color: rgba(188, 207, 1, .59)
}

a:focus-visible {
  outline: 1px dotted currentColor;
  outline-offset: 2px
}

/* Lists */
ul,
ol {
  margin: 0 0 1em 1.5em
}

li {
  margin: .25em 0
}

/* Code & Pre */
code {
  font-family: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", Consolas, "Liberation Mono", "Courier New", monospace;
  background: var(--color-bg-subtle);
  padding: .15em .35em;
  border-radius: 0
}

pre {
  background: #eee;
  padding: var(--space-2);
  overflow: auto;
  border: 1px solid var(--color-border);
  border-radius: 0
}

pre code {
  background: transparent;
  padding: 0
}

/* Blockquote */
blockquote {
  margin: 1.5em 0;
  color: #40464d;
  padding: 1.2em;
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5em
}

th,
td {
  padding: .75rem;
  border: 1px solid var(--color-border);
  text-align: left
}

th {
  background: var(--color-bg-subtle)
}

/* Forms */
input,
select,
textarea {
  font: inherit;
  color: inherit;
  border: 1px solid #ddd;
  background: #fff;
  padding: .75rem;
  border-radius: 0;
  width: 100%;
  max-width: 100%
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-accent);
  outline: 1px dotted currentColor;
  outline-offset: 2px
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  min-width: 1rem
}
.eb-form-fields h5{
  color: var(--color-accent);
}
.eb-row-wrapper{
  max-width: 1105px !important;
}
.eb-checkbox-field-wrapper .eb-checkbox-inputarea,
.eb-radio-field-wrapper .eb-radio-inputarea{
      display: inline-block;    margin-right: 25px !important;
}
.eb-form-wrapper .eb-field-wrapper .eb-field-input{
  border-radius:0 !important;
  background-color:transparent !important;
}
.eb-form-wrapper .eb-field-wrapper .eb-field-label,
.eb-form-wrapper .eb-text-field-wrapper label{
      font-size: 1.125rem !important;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: var(--color-accent) !important;
}
.eb-checkbox-inputarea label{
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 1rem !important;
}
.eb-form-fields .wp-block-essential-blocks-row{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Buttons */
button,
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
.eb-button a.eb-button-anchor {
  appearance: none;
  border: 0;
  background: var(--color-accent);
  color: #fff !important;
  padding: 16px 30px;
  font-family: var(--font-sans);
  font-size: .9375rem;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 0;
  cursor: pointer
}

button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus{
  background: var(--color-accent);
  color: rgba(255, 255, 255, .75) !important;
}
.btn.btn-primary.eb-form-submit-button{
  width: initial !important;
}
/* HR */
hr {
  border: 0;
  border-top: 1px solid var(--color-border);
  margin: 2rem 0
}
hr.has-white-color{
  border-color: #ffffff;
}
/* Utilities & Layout */
.section {
  padding: var(--space-5) 0
}

.col-2,
.col-3 {
  display: grid;
  gap: 1.5rem
}

.col-2 {
  grid-template-columns: repeat(2, 1fr)
}

.col-3 {
  grid-template-columns: repeat(3, 1fr)
}

@media (max-width:768px) {

  .col-2,
  .col-3 {
    grid-template-columns: 1fr
  }
}
/*NAVIGATION*/
.shfb-main_header_row{
	    z-index: 5;
    position: relative;
    background: #fff;
}
.site-logo, .shfb-component-logo .site-logo{
  height: auto !important;
}
@media (min-width:1025px) {  
.site-logo, .shfb-component-logo .site-logo{
  height: 100px !important;
}
}
@media (max-width:1024px){
	.site-logo, .shfb-component-logo .site-logo{
		    max-width: 74px;
    width: 74px;
	}
	.shfb-row.shfb-cols-layout-equal-tablet.shfb-cols-3{
		grid-template-columns: repeat(2, 1fr);
		grid-template-columns: 90% 10%;
	}
	.shfb-column-1{order:2;justify-content:flex-end; !important}
	.shfb-column-2{order:1}
	.shfb-column-3{display:none !important}
	.shfb-component-mobile_hamburger{
		background: var(--color-accent);
    padding: 1rem;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
	}
}

.shfb .main-navigation a,
.shfb .main-navigation a:visited,
.shfb .site-description{
  color: var(--color-text);
}
.shfb .main-navigation .current-menu-item a{
  color:var(--color-accent);
}
.sydney-dropdown .sydney-dropdown-li{
  margin-right: 25px;
}
/*Last ITEM*/
#menu-item-319{
  background-color: var(--color-accent);
  color: #fff !important;
      padding-left: 2rem;
    padding-right: 2rem;
}
#menu-item-319 a{
  color: #fff !important;
}

/* Containers */
.page-wrap{
  margin-top: -20px;
}
.header,
.footer {
  border-bottom: 2px solid var(--color-accent)
}

.footer {
  border-bottom: 0;
  border-top: 2px solid var(--color-accent);
  padding: var(--space-3) 0;
  color: rgba(255, 255, 255, .75);
  background: linear-gradient(0deg, rgba(206, 206, 0, .1), rgba(206, 206, 0, .1))
}

.footer a {
  color: rgba(255, 255, 255, .75)
}

.footer a:hover {
  color: #fff
}

header {
  border-bottom: 2px solid var(--color-accent);
}

footer {
  background-color: rgba(206, 206, 0, 0.1);
  border-top: 7px solid var(--color-accent);
}

footer .wp-block-heading {
  font-weight: 400;
  font-size: 1.375rem;
  margin-bottom: 1em;
  line-height: 1.5;
  color: #4c4c4c;
}


.site-title a,
.site-description {
  color: #bccf27;
}


/*CONTENT*/
.page-wrap {
  padding-top: 0;
}
.entry-footer{
  border-top: none;
}

.wp-block-columns{
  max-width: 1140px;
  /* padding-left: .8rem;
    padding-right: .8rem; */
    margin-left: auto;
    margin-right: auto;
}
.wp-block-column{
  padding-left: 10px;
  padding-right: 10px;
}

/*TEXT*/
.has-text-align-left{
  text-align: left;
}
.has-text-align-center{
  text-align: center;
}
.has-text-align-right{
  text-align: right;
}

/*SPECIALS*/
.has-global-color-1-color{
  color: var(--color-accent) !important;
}


.page .entry-header,
.single .entry-header {
  display: none;
}

.background-overlay {
  position: relative;
  color: #fff;
}
.background-overlay a{
  color: #fff !important;
}

.background-overlay h1,
.background-overlay h2,
.background-overlay h3,
.background-overlay h4,
.background-overlay h5,
.background-overlay h6 {
    color: #fff;
}
.background-overlay *{
  z-index: 2;
  position: relative;
}
.background-overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.37);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/*BACKGROUND COLORS*/
.has-global-color-1-background-color{
  background-color: var(--color-accent);
  color: var(--color-bg);
}
.has-global-color-1-background-color *{
  color: var(--color-bg) !important;
}

/*TEAMMEMBERS*/
.eb-team-member-contents {
  padding-left: .5rem;
  padding-right: .5rem;
}
.eb-team-member-contents *{
  text-align: left;
}
.eb-flex-container .wp-block-essential-blocks-team-member{
      width: calc(33.3333% - 15px);
      background:var(--color-accent)
}
.eb-team-member-name{
  color: var(--color-bg) !important;
      margin-top: 0 !important;
}
.eb-team-wrapper .eb-team-member-contents .eb-team-member-job-title{
  color:rgba(0, 0, 0, 0.5) !important;
}
.entry-content a:not(.button):not(.elementor-button-link):not(.wp-block-button__link){
  /* color: rgb(255, 255, 255); */
  color:rgba(0, 0, 0, 0.5);
}
@media (max-width:767px){
	.eb-flex-container-block .eb-flex-container{
	flex-direction: row !important;
}
}
@media (max-width:575px){
	.eb-flex-container .wp-block-essential-blocks-team-member{
		width: calc(100% - 15px);
	}
	.eb-flex-container-block .eb-flex-container{
	flex-direction: row !important;
}
}
/*Testimonials*/
.mi-testimonial{
  background: rgba(188, 207, 38, 0.11) !important;
      border-radius: 10px;
          height: 100%;
}
.mi-testimonial__stars{
  color: var(--color-accent);
}
.mi-testimonial__divider{
  background-color: #BCCF26 !important;
  height: 2px !important;
  margin: .75rem -1rem !important;
}
.mi-testimonial__text{
      font-size: 14px;
    line-height: 20px;
}


/*Slider*/
.swiper-slide{
  height: initial !important;
}
.wp-block-cb-carousel-v2 .cb-button-next:after,
.wp-block-cb-carousel-v2 .cb-button-prev:after{
      font-size: var(--wp--custom--carousel-block--navigation-size, 32px) !important;
      color: var(--color-accent);
          font-weight: 900;
}
.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet{
      height: var(--wp--custom--carousel-block--pagination-bullet-size, 6px) !important;
          width: var(--wp--custom--carousel-block--pagination-bullet-size, 6px) !important;
}
.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet.swiper-pagination-bullet-active{
  background-color: var(--color-accent) !important;
}