#drop_file_zone {
  background-color: #EEE;top-
  border: #999 5px dashed;
  width: 290px;
  height: 200px;
  padding: 8px;
  font-size: 18px;
}
#drag_upload_file {
width:50%;
margin:0 auto;
}
#drag_upload_file p {
text-align: center;
}
#drag_upload_file #selectfile {
display: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}



#datum {
  color:var(--companycolor2);
}
#top-line {
  color:var(--fontcolor);
  text-transform:uppercase;
  padding-top:1rem;
}
.card.bordered, .card[class*=bottom-border-], .post-item table.card {
  box-shadow: none;
  border: 1px solid #e0e1e1;
}
.navbar.fixto-fixed {
  transform: translateZ(0);
  background-color: #FFF;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.33);
}
select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
}
/*Akkordeon */
details {
  background: #eee; 
  border: 1px solid #666; 
  border-radius: 3px; 
  margin-bottom: 1.5rem;
}
summary {
  background: #666;
   color: #fff; 
   cursor: pointer; 
   padding: 1rem;
  }
.akkordeon-inhalt {
  padding: 1rem 1rem 1px 1rem;
}
/* Der verzögerungseffekt */
details[open] summary ~ * {animation: sweep .7s ease-in-out;}
@keyframes sweep {
  0%    {opacity: 0; margin-left: -20px}
  100%  {opacity: 1; margin-left: 0px}
}

.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;
}
.symopage-textsenkrecht{
writing-mode: vertical-rl;
text-orientation: upright;
margin: 1em auto;
letter-spacing: 1rem;
border-right:0.5px dotted var(--linecolor);
position:sticky;
top:40px;
}
.sticky {
  height: 120px;
  position: fixed;
  position: -webkit-sticky;
  top: 5;
  font-size: 1.2em;
  font-weight: 400;
}
/* Globale Einstellungen */
:root {
  --companycolor2: #1e72bd;
  /*--companycolor2: #01aa48;*/
  --companycolor3: #82b41e;
  --companycolor4: #fd0102;
  --companycolor: #00a89c;
  --linecolor:rgba(0,0,0,.125);
  --footerbackcolor: darkgrey;
  --textcolor: #777777;
  --backgroundcolor: white;
  --backgroundgrey: rgb(243,243,243,1);
  --navbackcolor:#eceff1;
 
  --colorschule:#c6dcf7;
  --colorschulprofil:#c3fbe8;


  --maxwidth: 100%;
  --navbarwidth: 1200px;
/*  --maxwidth_header: 1400px;*/
  --maxwidth_header: 100%;
  --maxheight_header:300px;
  --innerwidth: 1200px;
  --innerwidthsolo: 1100px;
  --navheight: 100px;
  --navmargin: 110px;
  --contentwidth: 900px;
  
}
.symopage-headline-underline-item {
  width: 65px;
  height: 2px;
  background: var(--companycolor);
}
.symopage-companycolor2-text{
  color: var(--companycolor2); 
}
html, body {
  margin:0;
  padding:0;
}

.symopage-body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: var(--backgroundcolor);
  height: 100vh;
  color:var(--textcolor);
}
.symopage-body-older {
  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/konferenz_bg.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);
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.symopage-vorspann {
  font-weight:bold;
  padding-bottom: 1rem;
}
.symopage-termin, .symopage-download-area{
  display:flex;

}
.symopage-formularzeile{
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.symopage-banner, .symopage-artikelform{
  display:flex;
  justify-content:space-around;
  flex-wrap: wrap;
}
.symopage-termin-item1{
  border:1px dashed lightgray;
  padding:15px;
  color:darkred;
  width:30%
}
.symopage-termin-item2{
  border-top:1px dashed lightgray;
  border-bottom:1px dashed lightgray;
  border-right:1px dashed lightgray;
  padding:15px;
  width:70%;
}

/* Kopf-Bild index.php  */
.symopage-header{ 
  margin: auto;
  max-width: var(--maxwidth_header); 
  padding-top:var(--navheight);
}
.symopage-content-header{ 
  margin: auto;
  max-width: var(--contentwidth); 

}
.symopage-content-header img { 
  max-height: 600px; 
  object-fit: cover; 
  width: 100%; 
  min-height: 180px;
}
.symopage-header img { 
  max-height: var(--maxheight_header); 
  object-fit: cover; 
  width: 100%; 
  min-height: 180px;
}
.symopage-main {
  overflow:auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-top:2%;
 }
 .symopage-inner {
  max-width: var(--innerwidth);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.symopage-inner-solo {
  max-width: var(--innerwidthsolo);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
 .symopage-main-width{
  max-width:1100px;
}
.symopage-headerpic{
  /*background-image: url("/img/BadSardella.jpg");*/
  background-image: url("/img/headerpic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #777777;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  height: 1200px;
  max-height:800px;
  width:100%; 
  margin-top: var(--navheight);
}
.symopage-headerpic.overlay {
    background-color: SlateGray;
    position:relative;
    width: 100%;
   
    -moz-opacity: 20%;
    -webkit-opacity: 20%;
     opacity: 0.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-header-mobile{
  border-top: 1px solid red;
  border-bottom: 1px solid darkblue;
}
.symopage-shadow {
  background: url(/img/shadow.png) no-repeat;
  background-size: 100% 100%;

  /*bottom: -60px;*/
}
.symopage-sidenavi{
  /*background-color: var(--light);*/
  margin-top:-100px;
  color:var(--textcolor);
  text-align:end;
  border-right: 1px dotted var(--companycolor);
}
.symopage-sidenavi-kontakt{
  background-color: var(--light);
  color:var(--textcolor);
  max-width:360px;
  margin-left:auto;
  margin-right:auto;
  background-color:var(--light);
}
.symopage-row-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top:30px;
}
.symopage-form-adressline{
  margin-bottom:10px;
}
.symopage-tabelle-block{
  max-width:900px;

  margin-top:1.5rem;
  margin-left:auto;
  margin-right:auto;
}
.symopage-tabelle-block-klasse{
  max-width:900px;

  margin-top:1.5rem;

}
.symopage-tabelle{
  border: 1px dotted #ddd;
  padding: 8px;
  width:100%;
  border-collapse: collapse;
}
.symopage-tabelle tr:nth-child(even){background-color: aliceblue;}

.symopage-tabelle tr:hover {background-color: #ddd;}

.symopage-tabelle th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.symopage-download-wrap {
  max-width: var(--innerwidth);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom:2rem;
}
.symopage-download {
  display: block;
  float: none;
  text-align: center;
  padding: 0;
}
.symopage-download-document {
  margin-left:70px;
}
.symopage-download-box {
  min-width:250px;
  max-width:350px;
}
/* Formular */
.symopage-form-input {
  display: block;
  width: 100%;
  padding-left:7px;
  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;
}
.symopage-check-odd{
  width:100%;
  /*background-color: aliceblue;*/
  border-bottom: 1px dotted #ced4da;
  padding-bottom:5px;
}
.symopage-check-even{
  width:100%;
  /*background-color: white;*/
  border-bottom: 1px dotted #ced4da;
  padding-bottom:5px;
}
.symopage-padding-check1{
  padding-left:307px;
}
.symopage-form-adressline{
  margin-bottom:10px;
}
.form-check-inline {
    margin-top: .50rem;
    margin-right:0px;
    padding-left:5px;
}
.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;

}
.row-select-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;


}
#border-right {
  background-image: url('../img/border-right.png');
  background-position: 2.85rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
.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;
}
.hr-sect {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  align-items: center;
  color: #525252;
  margin: 8px 0;
  font-size: 1.5rem;
  font-family: Montserrat, sans-serif;
  /*margin-top:-30px;
  background-color: var(--backgroundcolor);*/
}
.hr-sect::before, .hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  font-size: 0;
  line-height: 0;
}
/*
  Navigation */

  .symopage-ueberuns, .symopage-news{
    margin-top: var(--navheight);
    min-height: 80vh;
    padding-top:5%;
  }

  .symopage-nav-block{
  /*  border-top: 3px solid var(--textcolor);*/
    border-bottom: 1px dotted var(--companycolor);
    height: var(--navheight);
    /*background-color: #fff;*/
   background-color:var(--light);
  }
  .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-logo{
    height: 80px;
    object-fit:contain;
    width:400px;
  }  
  .symopage-logo img{
    height: auto;
    object-fit:contain;
    max-width:100%;
    margin-top:15px;
  } 
  .symopage-kontakt{
    background-color: aliceblue;
    max-width: 360px;
  }
  .symopage-navbar-toggler{

    float:right;
    margin-top:40px
  }
 
  .navbar-nav {    
    padding-left:15px; 
    background-color: var(--light);
  }
  .navbar-toggler {
    border:none;
    margin-top:-5px;
   
  }
  label{
    margin-bottom:0px;
    margin-right:1rem;
  }
  a.nav-link.active, div.nav-link.dropdown-toggle.active{
    /* background-color:  var(--companycolor2); 
     margin-bottom: 2px;
     margin-top:2px;
     height:34px;
     display:flex;
     align-items: center;
     border-radius:5px;*/
   
     border-bottom: 3px solid var(--companycolor); 
   }
   a.nav-link:hover, a.nav-link.active:hover, a.dropdown-item:hover, div.dropdown-item:hover,div.nav-link.dropdown-toggle:hover, .nav-link:hover{
    /*background-color:lightblue;*/
    background-color:var(--companycolor);
    margin-bottom: 2px;
    display:flex;
    align-items: center;
    border-radius:5px;
    color:white;
  }
 


/* Kontaktformular Anpassungen */
.kontaktformular .row .senden {
  background-color: var(--companycolor2); 
}
/* Content */
.symopage-content {
  margin-bottom: 80px;
  margin:auto;
}
.symopage-leistungheader{ 
  margin:  auto;
  max-width: var(--maxwidth_header);
  padding-top: var(--navheight);
}
.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-artikelneu {
  /* position: relative; */
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  justify-content:space-around;
  padding:10px;
  margin:10px;
}
.symopage-artikelbild {
  max-height: 350px;
    object-fit: contain;
    width: 100%;
    min-height: 150px;
    margin:auto;

}
.symopage-artikelneu-select {
  /* position: relative; */
  background-color:lightgoldenrodyellow;
  border-radius: .25rem;
  padding:20px;
  margin:10px;
}
.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: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding:10px;
  margin:10px;

}
.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: #fff;
}
.symopage-card-borderlight {
  /* 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: #fff;
  border: 0.5px solid var(--linecolor);
}
.symopage-card-kontakt {
  /* position: relative; */
  padding: 15px 15px 15px 15px;
  text-align:left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;

}
.symopage-card-sidenavi {
  /* 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;
  max-width:300px;
padding-right:1rem;
padding-top:100px;


}
.symopage-card-artikel {
  /* position: relative; */
  padding: 20px;
  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: #fff;
  border: 0.5px dotted var(--companycolor);
}
.symopage-card-aktuelles {
  /* position: relative; */
  padding: 15px 15px 15px 15px;
  padding-bottom:40px;
  /*margin-bottom:40px;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*border: 1px solid var(--companycolor);*/
  background-clip: border-box;
  border-radius: .25rem;
  background-color:white;
   border-bottom: 0.5px solid rgba(0,0,0,.125);
}
.symopage-card-partneritem {
  /* position: relative; */
  padding: 15px 15px 15px 15px;
  margin-bottom:40px;
  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;
  margin:15px;
  width:100%;
  min-width: 1000px;
  min-height:230px;
}
.symopage-title-aktuelles {
  color: rgb(243,94,17);
  position: relative;
}
.symopage-underline-aktuelles {
  background-color: #777777;
}
.newsitem {
  display: flow-root;
}
.historyitem {
 
  display: flow-root;
}
.partneritem {
  margin: 25px 0 25px 0;
  max-width: 1000px;

}
.programitem {
  margin: 10px 0 40px 0;
  
}
/* 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-nav-margin{
  margin-top: var(--navmargin);
}
.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-flex72{
    width:72%;
    }
  .symopage-flex75{
    width:75%;
    }
  .symopage-flex100{
    width:100%;
    }
/* Sidebar Unterseiten*/
#sidebar-nav .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}
.navline-item{
  width:100%;
  margin-bottom:10px;
  }
  .sidenav-item{
    background-color:aliceblue;
    border-radius:10px;
    padding-left:15px;
  
  }
  .sidenav-news-item{
    background-color:linen;
    border-radius:10px;
    padding-left:15px;
  
  }
/* Box sidebar links Kontakt */
section#sidebar ul#kontakt-list li .kontakt-list-txt {
  float: left;
  font-size:large;
}
/* Box matter rechts Infoblock */
section#matter {
  float: right;
  height: auto;
  padding-left:15px;
}

/* Footer */
.symopage-footer {
  color: white;
  background-color:  var(--footerbackcolor);
  display:flow-root;
  height:25px;
  margin-top:-25px;
}
/**/

/*General */
div.fixed {
 position: fixed;
 z-index: 1;
 background-color: fff;
width:100%;
top:0px;
}
.symopage-mobile-display{
  display:none;
}

.symopage-bg-light{
  background-color:#f8f9fa;
}
.symopage-customer_img {
  width: 100%;
  max-width: 200px;
  height: 150px;
  object-fit: cover;
  padding: 0px 10px 10px 0px;
}
.symopage-leitbild {
  margin:auto;
}
.symopage-leitbild img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  margin-top:20px;
  margin-bottom:2em;
}
a.symopage-artikelteaser:hover{
  color: black;

}
a:hover{
  color: var(--companycolor3);

}
.navitem:hover{
  color:red;
}

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;
  padding: 1.5em;
  margin-bottom:3em;

}
.team_img{
  width:250px;
  height:300px;
  object-fit:cover;
  display:block;
 
}

.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;
}
img, iframe {
  vertical-align: bottom;
}
h2 {
  font-size: 24px;
  color:var(--companycolor2);
  /*color:var(--textcolor);*/
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4em;
  margin-bottom: 30px;
}
h3 {
  font-size: 24px;
  color:var(--textcolor);
  padding-bottom:1rem;
}
h4{
  color:var(--companycolor2);

}
h6{
  font-weight:bold;

}
.cms_button, .cms_button i, .cms_button_logout, .cms_button_logout i, h1, h2, h3, p {
  animation-duration: 0.1s;
  animation-name: fontfix;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0.1s;
  -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%;
}

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;
}
.width1100{
  width:1100px;
}
.col25{
  width:25%;
}
.col33{
  width:33.333%;
}
.col66{
  width:66.666%;
}
.col75{
  width:75%;
  padding-left:4rem;
}
.col100 {
  width: 100%;
}

.img120x120{
  width: 120px;
  height: 120px;
}
.img160x120{
  width: 160px;
  height: 120px;
}
.content img {
  margin: 5px 0 15px 0;
}

.fullwidth {
  width: 100%;

 
  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: 990px;
  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;
}
.symopage-teamcard { 
  width:275px;
  margin:auto;

}
.symopage-teamcard-text { 
padding-top:2rem;
padding-bottom:1rem;
/*color: #82b41e;*/
color: var(--textcolor);
font-size: 30px;
line-height: 40px;
text-align: left;
text-transform: uppercase;
}
.symopage-newsimg { 
  width:192px;
  height: 144px;
  
  margin-left: 10px;
  margin-right:20px; 
  border: 0px;
}
.symopage-historyimg { 
  width:400px;
  height: 300px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right:30px; 
  border: 0px;
  object-fit: contain;
}
.symopage-partnerimg { 
  width:480px;
  height: 270px;
  margin-top: 12px;
  margin-left: 10px;
  margin-right:10px; 
  border: 0px;
}
.symopage-newsimg-left, .symopage-historyimg-left, .symopage-partnerimg-left{
  float:left;
}
.symopage-newsimg-right, .symopage-historyimg-right{
  float:right;
}

  /* 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;
  }
  
.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%;
}

}

   /* Optimierung Tablet Quer*/
   @media only screen and (max-width:1062px){
         .symopage-logo{
      height: 80px;
      object-fit:contain;
      width:320px;
    }
    .symopage-alignleft{
       text-align: center;
     }
     .symopage-alignright{
      text-align: center;
      width: 100%;
      display:block;
      float:none;
    }
    .symopage-card-partneritem {
      min-width:100%;
      margin:0px;
      margin-top:15px;
      height:98%;
    }
    
    .symopage-card-programitem img {
    object-fit: contain;
    }
   }

    /* 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: 800px){
  .symopage-newsimg{
    margin-left:auto;
    margin-right:auto;
    display:block;
    height:100%;
    margin-top:10px;
  }
  .symopage-partnerimg{
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:100%;
    margin-top:10px;
  }
  .symopage-historyimg{
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:100%;
    margin-top:0px;
  }

  .symopage-newsimg-left, .symopage-newsimg-right{
    float:unset;
  }
  .symopage-card-noborder {
    padding:5px;
    display: block;

  }
  .symopage-card-history {

    display: flex;

  }
  .symopage-mobile-display, .symopage-card-sidenavi{
    display:block;
  }
  .symopage-card-sidenavi{
    display:block;
    padding-top:0px;
  }
  .symopage-mobile-nodisplay{
    display:none;
  }
  .symopage-sidenavi{
    margin-top:0px;
    text-align:center;
   
  }
  .sticky {
    height: 120px;
    position: relative;
    /*padding-top: 5rem;*/
    font-size: 1.2em;
    font-weight: 400;
    top:0;
  }
  /*
  .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-navbar-toggler{
      background-color:var(--light);
    }
    .symopage-navbar{
      display:block;
    }
  .symopage-headerpic{
    max-height:200px;
  }
  .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;
    }
    .col25, .col33, .col66, .col75 {
      width:100%;
    }
    .col100 {
      padding-left:0px;
    }

    /* Flexbox */
    .symopage-flex33-kontakt, .symopage-flex33, .symopage-flex50, .symopage-flex72, .symopage-flex75 {
      width:100%;
    }

    .symopage-flex66{
    width:100%;
    }
    .symopage-navbar-toggler{
      margin-top:0px;
      padding:10px;
    }
    .symopage-card-programitem {
      width:100%;
      margin:0px;
      margin-top:15px;
      height:98%;
    }
    .symopage-card-programitem img {
    object-fit: contain;
    }
    button:focus{
      outline:none;
    }
    #leistungsspektrum {
      padding-top: 40px;
    }
}
@media (max-width: 420px){
  .symopage-logo{
    height: 80px;
    object-fit:contain;
    width:260px;
  }
  .symopage-flex33{
    width:100%;
  }
  .symopage-flex33-kontakt{
    width:100%;
  }
  .symopage-tabelle-block, .symopage-tabelle-block-klasse{
    margin:auto;
  }
   
}
@media (min-width: 481px){
  .symopage-download{
    display: inline-block;
    float: left;
    margin: 0;
  }

   
}