.symopage-card.bordered.y-move, .symopage-card.y-move[class*=bottom-border-], .post-item table.card.y-move {
  transition: all 0.2s;
}
.symopage-card.bordered, .card[class*=bottom-border-], .post-item table.card {
box-shadow: none;
 border: 1px solid #e0e1e1;
 /* border: 1px solid var(--companycolor);*/
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ced4da;
  font-size:large;
}
.navbar.fixto-fixed {
  transform: translateZ(0);
  background-color: #FFF;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.33);
}

.control-label {
  position: absolute;
  margin-top: 0.19rem;
  height: 91.1%;
  padding: .4rem 1rem .5rem 1rem;
  color: grey;
  opacity: 0.7;
  width: 3rem;
  z-index: 2;
}
.row-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top:30px;
}
#border-right {
  background-image: url('../img/border-right.png');
  background-position: 2.85rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
.symopage-form-input {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #007bff;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom:1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.field {
  display: block;
  
  width: 100%;
  padding: .74rem .8rem .45rem 3.8rem;
  
  border: 1px solid #CCC;
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  border-top: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  box-shadow: 0 0 1px rgba(0,0,0, .4);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.symopage-form-adressline{
  margin-bottom:10px;
}
.newsitem {
  display:contents;
  margin: 10px 0 40px 0;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementor-7 .elementor-element.elementor-element-3b4eb406 .elementor-image-box-img img {
  transition-duration: 0.3s;
}

/* Globale Einstellungen */
:root {
  --companycolor: #82b830;
  --companycolor2: #40271a;
  --companycolor3: #f9df06;
  --maxwidth: 100%;
  --maxwidth_header: 100%;
  --innerwidth: 1100px;
  --navheight: 100px;
  
}
.symopage-companycolor-text{
  color: var(--companycolor); 
}
.symopage-companycolor2-text{
  color: var(--companycolor2); 
}
html, body {
  margin:0;
  padding:0;
}
.symopage-body{
  display:flex;
  flex-direction:column;
  font-family: Lato, Arial, Helvetica, sans-serif;
  border-top: 3px solid var(--companycolor);
  background-color: rgb(243,243,243,1);
  background-image: url("/img/background_light.jpg");
  background-size:cover;
  background-position:bottom;
  height:100vh;
  color:#777777;
  /*color:black;*/
}
.symopage-wrapper {
  flex-grow:1;
  width: 100%;
  margin: 0 auto;
  max-width: var(--maxwidth);
}
.symopage-main {
  /*overflow:auto;*/
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-top:2%;
 }
 .symopage-main-width{
  max-width:1100px;
}
.symopage-headerpic{
 transition: all 0.2s;
}
.symopage-leistung{ 
  margin:  auto;
  max-width: var(--maxwidth_header); 
}
.symopage-headerpic.overlay {
    background-color: SlateGray;
    position:relative;
    width: 100%;
    opacity: 0.20;
    -moz-opacity: 20%;
    -webkit-opacity: 20%;
    z-index: 2;
}
.symopage-headerpic-texth2 {
  color: aliceblue;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
  text-align:center;
  border-top: 1px solid darkblue;
  border-bottom: 1px solid darkblue;
  padding-top:10px;
  padding-bottom:10px;
}
.symopage-headerpic-texth1 {
  color: aliceblue;
  font-size: 2em;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
  text-align:center;
}
.symopage-headerpic-shadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.symopage-headerpic-shadow.symopage-shadow {
  background: url(/img/shadow.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.symopage-header-mobile{
  border-top: 1px solid red;
  border-bottom: 1px solid darkblue;
}
/*
  Navigation */
  .symopage-nav-margin{
    margin-top: var(--navheight);
  }
  .symopage-ueberuns{
    margin-top: var(--navheight);
   
    min-height: 80vh;
    /*padding-top:5%;*/
  }
  .symopage-nav-block{
    height: var(--navheight);
    background-color: #fff;
  }
  .symopage-nav-block-fixed {
    height: var(--navheight);
    margin:auto;
    position: fixed;
    width:100%;
    max-width: var(--maxwidth);
    }
  .symopage-nav-text{
    width:100%;
  }
  .symopage-navbar{
    justify-content: flex-end;
    max-width: var(--innerwidth);
    margin:auto;
    display:block;
    font-size:large;
  }

  .symopage-navbar-toggler{
    background-color: #fff;
    float:right;
    margin-top:40px
  }
 
  .navbar-nav {    
    padding-left:15px; 
  }
  .navbar-toggler {
    border:none;
    margin-top:-5px;
   
  }
  .navbar-brand{
    width:300px;
  }

  a.nav-link.active{
   /* background-color:  var(--companycolor2); 
    margin-bottom: 2px;
    margin-top:2px;
    height:34px;
    display:flex;
    align-items: center;
    border-radius:5px;*/
    color:red;
  
    border-bottom: 3px solid var(--companycolor); 
  }

  a.nav-link:hover{
    /*background-color:lightblue;*/
    background-color:var(--companycolor);
    margin-bottom: 2px;
    margin-top:2px;
    height:34px;
    display:flex;
    align-items: center;
    border-radius:5px;
  }
 
/* Kopf-Bild index.php  */
  .symopage-header{ 
    margin: 10px auto;
    max-width:1900px; 
  }
  .symopage-header img { 
    max-height: 400px;
    max-width:1900px; 
    object-fit: cover; 
    width: 100%; 
   
  }
/* Kontaktformular Anpassungen */
.kontaktformular .row .senden {
  background-color: var(--companycolor2); 
}
.symopage-kontakt-list{
  padding:0px;
}
.symopage-kontakt-list-txt{
  /*color:#313131;*/
  font-size: large;
  /* padding-bottom:20px;*/
}
/* Content */
.symopage-content {
  margin-bottom: 80px;
  margin:auto;
}
.symopage-leistung-block{
  width:90%;
  margin:auto;
  padding-top: 15px;
  text-align: center;
 
}
.symopage-hr-news{
  width:50%;
  margin:auto;
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: var(--companycolor);
  border:none;
}
.symopage-card-noborder {
  /* position: relative; */
  padding: 15px 15px 15px 15px;
  margin-bottom:40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
  background-color: white;
}
.symopage-card {
  position: relative; 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  padding:10px;
  
}
.symopage-card-aktuelles {
  /* position: relative; */
  padding: 15px 15px 15px 15px;
  margin-bottom:40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  background-color:snow;
}
.symopage-card-arzt {
  /* position: relative; */
  padding: 15px 15px 15px 15px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;

}
/* Titlebox*/
.titlebox {
  background-color: #fff;
  color: #777777;
  border-radius: 4px;
  border: 1px solid rgb(238, 238, 238);
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px;
  padding-top:1em;
  padding-bottom:0.25em;
  margin-top:1em;
  display:none;
}
#leistungsspektrum {
  padding-top: var(--navheight);
}
.symopage-container-center{
  position: absolute;

  top: 50%;

  left: 50%;

  -moz-transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

}
.symopage-inner-center{
  width: 200px;

  height: 100px;

  background: green;


}
/* Flexbox Inhalt  */
.symopage-inner {
  max-width: var(--innerwidth);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.symopage-outer-flex{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gallery_wrap {
  max-width: var(--innerwidth);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.symopage-inner-noflex {
  max-width: var(--innerwidth);
  padding-top:5%;
  margin: 0 auto;
}
/* Flexbox */
symopage-flex33-kontakt{
  width:33.333%;

}
  .symopage-flex33{
    width:30%;
 
  }
  .symopage-flex50{
    width:50%;
    }
  .symopage-flex66{
  width:66.666%;
  }
  .symopage-flex100{
    width:100%;
    }
.symopage-ref-link{
  width:300px;
  margin-bottom:45px;
}
/* Box sidebar links Kontakt */
section#sidebar ul#kontakt-list li .kontakt-list-txt {
  float: left;
  /*padding-bottom:20px;*/
}
/* Box matter rechts Infoblock */
section#matter {
  float: right;
  height: auto;
  padding-left:15px;
}

/* Footer */
.symopage-footer {
  color: white;
  background-color:  var(--companycolor2);
  display:flow-root;
  height:25px;
}
.symopage-footer-links {
  padding: 45px 0px 0px 0px;
  font-size:16px;
  background-color: floralwhite;
}
/**/

/*General */
div.fixed {
  display: flex;
  flex-direction: row;
 align-items: center;
 position: fixed;
 z-index: 1;
 top: 0;
 left: 0;
 background-color: #fff;
 right: 0;
 border-bottom:1px solid lightgray;
}
.symopage-mobile-display{
  display:none;
}

.symopage-bg-light{
  background-color:#f8f9fa;
}
.symopage-bg-box{
 background-color:azure;
  /*background-color:#edfdf2;*/
}
.symopage-customer_img {
  width: 100%;
  max-width: 200px;
  height: 150px;
  object-fit: cover;
  padding: 0px 10px 10px 0px;
}




div#page-image {
  width: 100%;
  height: 395px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  background-position: center center;
  border-bottom: 1px solid #eaeaea;
  /* background-attachment: fixed; */
}
.editable p{
margin-bottom:0px;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
}
.flex-item-arzt {
  background-color:white;
  margin: .5em;
  padding: .5em;
  padding-top:3em;
  margin-top:3em;
  width:534px;
}
.flex-item-team {
  background-color:white;
  margin: .5em;
  padding: .5em;
  padding-top:3em;
  margin-top:3em;
  max-width:259px;
}
.team_img{
 /* width:286px;*/
  height:300px;
  object-fit:cover;
}
.gallerywrap .content_section_item {
  float: left;
  position: relative;
  padding:10px;
}

#parentDiv {
  position: relative;
}
#parentDiv .childDivbottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
/*General*/
body .grid-container {
 /* max-width: 1100px;*/
}
div {
  position: relative;
}
a {
  text-decoration: none;
  color:inherit;
}

ul {
  list-style: none;
}
div#org-list.editable ul, .symopage-flex50 ul {
  list-style: disc;
}
img, iframe {
  vertical-align: bottom;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #c0392b;
  letter-spacing: 1px;
  margin: 0;
}
.cms_button, .cms_button i, .cms_button_logout, .cms_button_logout i, h1, h2, h3, p {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
/* Styles */
section#sidebar ul#kontakt-list {
  
  padding-left:5px;
  padding-top:10px;
}

.object-fit { 
	width: 250px; 
	height: 70px; 
	margin: 10px auto; 
	
}
.object-fit img { 
	object-fit: cover; 
	width: 100%; 
	height: 100%;
}
.object-fit-1000 { 
	max-width: 1100px; 
	height: 200px; 
	margin: 10px auto; 
	
}
.object-fit-1000 img { 
	object-fit: cover; 
	width: 100%; 
	height: 100%;
}
.headline-underline-item {
  width: 65px;
  height: 2px;
  background: var(--companycolor);
}
section#sidebar ul#kontakt-list li .kontakt-list-image-time {
  margin: 5px 15px 0px 5px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-position: -34px -36px;
  float: left;
}
 .kontakt-list-image-singleline {
  margin: 0px 15px 0px 5px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-position: -34px -36px;
  float: left;
}
.leistungen-list-image {
  font-size:1.5em;
  margin: -5px 15px 0px 5px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-position: -34px -36px;
  float: left;
  color:#007ba1;
}
.width1100{
  width:1100px;
}
.col33{
  width:33.333%;
}
.col66{
  width:66.666%;
}
.col100 {
  width: 100%;
}
.col, .col33, .col50, .col66, .col100 {
  min-height: 10px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  /* outline: dotted 1px #ccc; */
}
.img120x120{
  width: 120px;
  height: 120px;
}
.img160x120{
  width: 160px;
  height: 120px;
}
.content img {
  margin: 5px 0 15px 0;
}

.fullwidth {
  width: 100%;
  height: 200px;
  max-height:200px;
  object-fit: contain;
}


.nocookie{
  height:60px;
  padding: 5px 5px 15px 5px;
}
section#sidebar {
  float: left;
}

.padding30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section {
  width: 100%;
}
.wrap {
  width: 1065px;
  margin: 0 auto;
}
 .symopage-topinfo {
  height:30px;
  background-color: #fff;
  font-size: 13px;
  color: #b1b3b4;
  border-bottom-color: #e1e1e1;
  padding-right: 30px;
  padding-left:30px;
  border-bottom: 1px solid transparent;
  display:none;
}

.symopage-row:after, .symopage-row:before {
  content: " ";
  display: table;
}
 
.symopage-alignleft{
 float:left;
} 
.symopage-alignright{
  float:right;
 }
 
.symopage-secondary-menu {
  position: relative;
  z-index: 210;
}
.symopage-secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}  
.symopage-secondary-menu>ul>li:first-child {
  border-left: none;
}
.symopage-secondary-menu > ul > li {
  border-color: #ffffff;
}
.symopage-secondary-menu>ul>li {
  float: left;
  border-left: 1px solid transparent;
}
.symopage-secondary-menu li {
  position: relative;
}

.symopage-secondary-menu>ul>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 13px;
  height: 36px;
}
.symopage-info{
 padding-top:10px;
}

  /* navbar mobile */
  /* The sidepanel menu */
  .sidepanel {
    /*height: 250px; /* Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 35px;
    left: 0;
    background-color:#f0e0a2;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  
  /* The sidepanel links */
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color:#313131;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: -15px;
    right:5px;
    font-size: 36px;
    margin-left: 189px;
  }
  
  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 24px;
    cursor: pointer;
    background-color: unset;
    color: black;
    padding: 3px 15px;
    border: none;
    margin-left: -15px;
  }
  .openbtn:hover {
    background-color: #f0e0a2;
  }
  .hoverlabel:hover {
    background-color: #f0e0a2;
    cursor: pointer;
  }
  .footer-widgets {
    color: #313131;
    background-color:  var(--companycolor);
    display:flow-root;
}
.grid-parent {
  padding-left: 0;
  padding-right: 0;
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
 .grid-container:after, .grid-container:before {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.grid-10, .grid-100, .grid-15, .grid-20, .grid-25, .grid-30, .grid-33, .grid-35, .grid-40, .grid-45, .grid-5, .grid-50, .grid-55, .grid-60, .grid-65, .grid-66, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, [class*=mobile-grid-], [class*=tablet-grid-] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -40px;
}
@media (min-width: 1025px){
  .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-33, .grid-35, .grid-40, .grid-45, .grid-5, .grid-50, .grid-60, .grid-65, .grid-66, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95 {
    float: left;
}
  .grid-25 {
  width: 25%;
}
.grid-33 {
  width: 33.333%;
}

}
@media only screen and (max-width:1060px){
.symopage-navbar-toggler{
  font-size:15px; 
}
}
   /* Optimierung Tablet Quer*/
   @media only screen and (max-width:1020px){
     .symopage-alignleft{
       text-align: center;
     }
    
     .symopage-alignright{
      text-align: center;
      width: 100%;
      display:block;
      float:none;
    }
   }

    /* Optimierung Tablet Quer*/
    @media only screen and (max-width:800px){
        .lalo-navigation  {
            position:inherit;
          }
    .fusion-contact-info {
      padding: 1em 30px 0px 30px;
      line-height: 1.5em;
    }
  }
  /*Vieports 
  mobile-Phone Hochformat - Navimenu botton */
@media (max-width: 820px){
  .symopage-headerpic{
    overflow:scroll;
  }
  .symopage-header img { 
   max-height: 175px;
   max-width:1900px; 
   object-fit: cover; 
   width: inherit; 
  
 }
  #matter.col66 {
    order: 5;
  }
  .leistungen-ul{
    padding-left:0px;
    font-size:14px;
  }
  .symopage-mobile-display{
    display:block;
  }
  .symopage-mobile-nodisplay{
    display:none;
  }
  .symopage-kontakt-list{
    width:fit-content;
    margin:auto;
  }
  section#sidebar {
    scroll-margin-top:var(--navheight);
    padding-bottom:40px;
    order:2;
  }

  .navbar-brand{
    width:70%;
  }
  /*
  .symopage-container-centerx{
    position:inherit;
    transform: none;
    padding-top: 65px;
  }*/
  /* Navigation */
  .symopage-nav-block-fixed {
    height: 75px;
    padding-top: 0rem;
    display:content;
    margin:auto;
    }

  .symopage-headerpic-texth1{
    font-size: 1.3em;
    text-shadow: 2px 2px 2px rgb(0 0 0);
  }
    .titlebox {
      background-color: #fff;
      color: #777777;
      border-radius: 4px;
      border: 1px solid rgb(238, 238, 238);
      box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px;
      padding-top:1em;
      padding-bottom:0.25em;
      margin-top:1em;
      display:block;
    }
    .col33, .col66 {
      width:100%;
      padding-left:0px;
      padding-right:0px;
    }
    
    /* Flexbox */
    .symopage-flex33-kontakt{
      width:100%;
    }
  .symopage-flex33{
    width:50%;
  }
  .symopage-flex50{
    width:100%;
  }
    .symopage-flex66{
    width:100%;
    }
    .symopage-navbar-toggler{
      margin-top:0px;
      padding:10px;
      border:1px dotted var(--companycolor);
    }
    button:focus{
      outline:none;
    }
    #leistungsspektrum {
      padding-top: 40px;
    }
    .flex-item-arzt {
    width:298px;
    }
}
@media (max-width: 420px){
  .symopage-flex33{
    width:100%;
  }
  .symopage-flex33-kontakt{
    width:100%;
  }
   
}
