:root {
  --primary: #FCBD30;
  --light: #F7E6C6;
  --panel-bg: rgba(0,0,0,0.8);
  --text-normal: #7B725D;
  --link-normal: #7B725D;
  --link-normal-hover: #545048;
  --link-dark: #c3d6f3;
  --link-dark-hover: #aae8d5;
}

@font-face { font-family: exo; src: url('../fonts/exo/Exo-Regular.ttf'); }
@font-face { font-family: exo; font-weight: bold; src: url('../fonts/exo/Exo-Bold.ttf');}

.none {display: none}
.left {float: left}
.right {float: right}
.transition * {transition: all .4s ease-in-out;}
.transition_off * {transition: unset;}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}

body {
  font-family: exo !important;
  color: var(--text-normal);
  display: block;
  margin: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 64px;
  background:url("../images/ui/texture.png") repeat scroll 50% 195px transparent;
  overflow-y: scroll;
  /*overflow-x: unset !important;*/
}

/*<!-- wow toll -->*/



body.none {
  display: block;
}

a {text-decoration: none; color: var(--link-normal);}
a:hover {color: var(--link-normal-hover);}

.dark a {text-decoration: none; color: var(--link-dark);}
.dark a:hover {color: var(--link-dark-hover);}



h2 {
  font-size: 1.64rem;
  font-weight: bold;
  color: var(--primary);
}

h3 {
  font-size: 1.24rem;
  font-weight: bold;
}


button {
  border: unset;
}

.menu-item {
  cursor: pointer;
}

li.current-menu-item a {
  color: #f3f3f3;
}

.button {
  cursor: pointer;
  color: #ffffff;
  background-color: var(--primary);
  padding: 8px;
  border-radius: 8px;
}


#button-back {
  width: 164px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 auto;
}

.article-panel {
  width: 100%;
}

#article-panel-top {
  margin-bottom: 24px;
  margin-top: -16px;
}

#burger-menu {
  display: none;
  cursor: pointer;
}

#burger-text {
  float: left;
  text-transform: uppercase;
  padding: 1px;
  margin-right: 3px;
}

#burger-icon {
  float: right;
  background-size: 22px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}

#burger-icon {
  background-image: url("../images/icons/menu.svg");
}
body.menu-opened #burger-icon {
  background-image: url("../images/icons/close.svg");
  background-size: 16px;
}


#menu-main li {
  height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: right;
}

#menu-main li:hover {background-color: #fcbd2f;}
#menu-main li:hover a {color: #75633b;}

li.current-menu-item {background-color: #fcbd2f;}



#header {
  width: 100%;
  min-height: 32px;
}

#main {
  max-width: 1200px;
  margin: 0 auto;
}


#site-main {
  clear: both;
}





#logo {
  width: 212px;
  margin-top: 16px;
  margin-bottom: 12px;
}

#site-header {
  background: transparent;
}

#header-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
/*   padding-left: 8px;
  padding-right: 8px; */
}

#main-nav ul {
  display: block;
  /* gap: 2px; */
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
.hero {
  padding:4rem 1rem;
  background:var(--light);
  text-align:center;
}*/

.hero {
  padding: 1rem 1rem;
  text-align: left;
}

.info-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:1rem;
  padding:2rem 1rem;
}

.box {
  background:white;
  padding:1.5rem;
  border-radius:8px;
  box-shadow:0 2px 6px rgba(0,0,0,0.1);
}


.wp-block-spacer {
  background-color: #7b725d;
/*  height: 2px !important;*/
}

.impressum h2 {
  color: var(--text-normal);
}

.datenschutz h2 {
  color: var(--text-normal);
}




/*sofort wirkung nur uber IDs, aber muss man alle ids auflisten*/
/*#metaslider-id-29 .caption {*/

/*lansame wirkung, zuerst wird default css von ml geladen. css priority in wp styles loader - keine hilfe*/
/*.metaslider.ms-theme-databold .flexslider .caption-wrap .caption{ */
/*universal all, but need do display:none all slider-ids - see below. and show in main.js after 1s - best solution*/
/*overwrite defaults*/
.metaslider.ms-theme-databold .flexslider .caption-wrap .caption {
  top: 50%;
  left: 3.6vw;
  transform: translateY(-50%);
  position: absolute;
  width: 19%;
  box-shadow: unset;
  z-index: 2;
  font-size: 2.88vw;
  line-height: 5vw;
  font-weight: bold;
  word-wrap: normal;
  background-color: rgba(60, 43, 4, 0.24) !important;
  padding: 20px;
}

/*leider muss man direct sliders ids auflisten, sonnst ladet untere caption leiste*/
/*fast as rocket*/
#metaslider-id-29 .caption,
#metaslider-id-62 .caption,
#metaslider-id-75 .caption,
#metaslider-id-78 .caption {
  /* show via main.js */
  display: none;
}

.metaslider .flexslider {
  overflow: hidden;
}

.flexslider .slides img {
  width: 140%;
  position: relative;
  left: -40%;
}



.metaslider.ms-theme-databold .flexslider .flex-control-nav {
  position: relative;
  margin: 8px 0px 0px 0px;
  bottom: 0px;
}





article.active {
  /*box-shadow: 0px 0px 12px var(--primary);*/
  /*font-weight: bold;*/
}








#site-footer {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.footer-line {
  margin-top: 8px;
}



/*.impressum */
.wp-block-spacer {
  background-color: transparent;
}


.team .grid-pages__excerpt {
  text-align: center;
  font-weight: bold;
}




.is-style-rounded img {
  border-radius: 20px;
}

.wp-block-list {
  text-align: left;
  margin: 0 auto;
}

.team #main {
  text-align: center;
}

.team #main .caption {
  text-align: left;
}


.team .regular-page img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.wp-block-image img {
  border-radius: 16px;
}


.team .grid-pages__thumb {
  max-height: 412px;
  min-height: 240px;
}

.team .regular-page.page-contents {
  background-color: #9f9f9e1f;
  padding: 16px;
  border-radius: 20px;
  text-align: left;
  min-height: 448px;
}


/* some fixes for main article of team category: team 45, behandlung 53 -> 559, impantologie 58 -> 566  */
.page-id-45 #article-panel-top, .page-id-559 #article-panel-top, .page-id-566 #article-panel-top {
  display: none;
}
.page-id-45.team .regular-page.page-contents {
  background-color: transparent;
  padding: unset;
  border-radius: unset;
  min-height: unset;
}


.separator {
  height: 32px;
}

.separator-center {
	width: 100px;
    color: #7B725D20;
    border-top: 4px solid;
    border-radius: 2px;
    margin-top: 24px;
}


.bewertungen .regular-page {
  text-align: center;
}

.bewertungen .regular-page h2 {
  text-align: left;
}


.banner-section-wrap {

}

.banner-full {
  width: 100%;
  height: auto;
}

.banner-h2 {
  background: none repeat scroll 0 0 #FCBD2F57;
  color: #7B725D;
  font-size: 20px;
  padding-bottom: 10px;
  padding-left: 21px;
  padding-top: 10px;
}


.banner-section-wrap.middle {
  padding-bottom: 10px;
  padding-left: 21px;
  padding-top: 10px;
}



.regular-page {
  padding-left: 12px;
  padding-right: 12px;
}


#wpcf7-f274-o1 {
  display: none;
}



.banner-content {
  padding: 12px 22px;
  background-color: #DDDAD257;
}





.banner-text {
  color: #7B725D;
  font-size: 1rem;
  padding-bottom: 8px;
}



.banner-text.bigger {
  font-size: 1.2rem;
}


img.emoji {
  filter: hue-rotate(180deg)
}


.wp-block-post-excerpt {
  display: none;
}



.image-featured {
  margin: 0 auto;
  max-width: 800px;
  height: auto;
  width: 100%;
  border-radius: 16px;
}

.image-featured-wrap {
  display: grid;
}

