/* Startseite Seitenleisten */
section#dienstleistungen .content {
    border-color: #2a4b9b;
}

section#aktuelles .content{
    border-color: #9d9c9c;
}

#beratung .content {
    border-color: #000;
}

/* Logo Website Kopf */
.landing #logo {
    display: none;
}

.page #logo {
    width: 220px;
}

/*Readmore*/
#more {
    display: none;
}

/* Banner */
#banner:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(256, 256, 256, 0.95)), to(rgba(0, 0, 0, 0.0)));
}

.imagelogo-desktop {
    display: block;
}

.imagelogo-desktop img{
    width: 330px;
    z-index: 9999;
    position: relative;
}

.has-children ul li a {
    font-weight: 400;
}

/*.page .header-glow {
    position: absolute;
    top: calc(0% - 2px);
    left: calc(0% - 51px);
    width: 138px;
    height: 0px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 116px 79px #fff, 0 0 98px 11px #fff, 0 0 157px 72px #fff;
}
*/
.landing .glow {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 152px);
    width: 300px;
    height: 0px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 96px 56px #fff, 0 0 80px 26px #fff, 0 0 150px 60px #fff;
    opacity: 0.65;
}

/* Template Imagelist */
.imagelist-header {
    font-size: 1.15rem;
}

.imagelist-text {
    font-size: 1.15rem;
}

.w-100 {
    width: 100%;
}

a.mailto {
    font-weight: 400;
    color: #fff;
    margin-right: 5px;
    padding-right: 18px;
}

a.external-link {
    color: #f6f6f6;
    margin-right: 5px;
    padding-right: 18px!important
}

#content ul li {
    font-weight: 300;
}

.fernwartung-header {
    color:#0064c8;
}

a.mailto {
    color: #fff;
    font-weight: 400;
}


@media (max-width: 980px) {
    .landing .glow {
        top: calc(50% - 50px);
        left: calc(50% - 92px);
        width: 200px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 0 100px 54px #fff, 0 0 80px 40px #fff, 0 0 140px 60px #fff;
        opacity: 0.65;
    }

    #banner .content .imagelogo-desktop {
        display: unset;
        border-radius: 0%!important;
    }
    #banner .content .imagelogo-desktop img {
        width: 250px;
    }

    #banner .content header p {
        top:40px;
    }
}

/* Header Logo Einzelseiten */
header#header #logo {
    padding: 1rem;
}

.page img#logo {
    position: relative;
    z-index: 9999;
}

.gtr-uniform {
    justify-content: center;
}

/* TeamViewer */
.readmore-button {
    background-color: #ffffff;
    color: #6a6a6c !important;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 30%);
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 30%);
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 3em;
    line-height: 3em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1rem;
}

.readmore-button:hover {
    background-color: #F6F6F4;
}

.read-more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
  }

  .read-more-toggle {
    display: none;
  }

  .read-more-toggle-label {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
    color: #6a6a6c !important;
    border-radius: 4px;
    border: 0;
    font-weight: 400;
    height: 3em;
    line-height: 3em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1rem;
  }

  .read-more-toggle-label:after {
    content: "Weiterlesen ...";
    display: inline-block;
  }

  .read-more-toggle:checked + .read-more-content {
    display: block;
    /* css animation won't work with "auto"; set to some height larger
      than the content */
    max-height: 10000px;
  }

  .read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
    content: "Weniger anzeigen";
  }

/* Footer */
.footer-logos {
    width: auto;
    height: 35px;
    margin: 1rem;
}

#footer {
    padding: 4em 0;
}