/* media query */

@media screen and (min-width: 1280px) {

  .path-frontpage .highlighted:after {
    bottom: -1px;
  }
  
  .slick-dots {
  bottom: 5px;
}
  
  }
  

@media screen and (min-width: 1024px) {
  .nav-link {
    font-size: 16px !important;
  }
    
  .tp-caption {
    margin-top: 70px !important;
  }
  
  .bubbleh2 h2 {
    padding-top: 8px !important;
  }
  
  .bubblebmd {
    padding-top: 15px !important;
    margin-right: 10px !important;
  }
  
  .paragraph--type--slider::before {
    margin-top: 0px!important;
  }
  
  .paragraph--type--slider::after {
    margin-bottom: 0px !important;
  }
  

}

@media screen and (min-width: 991px) {

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  max-width: 1200px;
  margin: auto;
  height: 80px;
  padding-top: 36px;
}

.navbar-collapse {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.navbar-collapse a {
  color: #002A42 !important;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.navbar-collapse a:hover {
  background: none !important;
}

.navbar-collapse a.active {
  color: #007cc2;
}

.navbar-brand {
  max-width: 1200px;
  margin: auto !important;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}

.navbar-brand img  {
  height: 70px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.9rem; */
  padding-left: 0.9rem; */
}

.teamviewer {
  margin-left: 25px;
}

.teamviewer.nav-link {
  color: #007cc2 !important;
}

.teamviewer:before {
  content: "";
  background: url(/sites/default/files/image/teamviewer.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

.fa-arrows-alt-h {
  display: none;
}

.fa-home {
  color: #007cc2;
}

#block-icons {
  display: none;
}
  
  .block-entity-viewnode .slide__description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 500px;
  height: 350px;
  background: url(/sites/default/files/gva-sliderlayer-upload/bubble-fhmdq9.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: top right;
  background-size: cover;
}
  
}

@media screen and (max-width: 1280px) {
  
  
  .navbar-brand {
    padding-left: 50px;
    padding-right: 50px;
  }

.highlighted {
  position: relative;
}
  
  .highlighted::after {
    bottom: -125px;
  }
  
  .highlighted:after {
  bottom: -50px;
  transform: rotateY(180deg);
}
    
  .bubbleh2 h2 {
    padding-top: 5px !important;
  }
  
  .bubblebmd {
    padding-top: 10px !important;
  }

   
  .tp-caption {
    position: relative;
    margin-top: 50px !important;
  }
  
  .tab-content {
    padding-left: 50px;
    padding-right: 50px;
  }
    
  .cloudservice {
    padding-left: 50px;
    padding-right: 50px;
  }
    
  #edit-dsvgo {
    margin-left: 0px;
  }
    
  .kontakt .form-check-label {
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 13px;
  }
    
  .contact {
    padding-left: 50px;
    padding-right: 50px;
  }
    
  .news {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .news .node--type-article .node__content {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .news .node--type-article .layout__region--second {
    padding-right: 0px;
  }
  
  .news .node--type-article.node--view-mode-parity .layout__region--first {
    padding-left: 0px;
    padding-right: 25px;
}
  
  
  .node--type-article .node__content {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .entity-pager-item-all a {
    left: 50px;
  }
  
    .entity-pager-item-next a {
    right: 50px;
  }
  
  
 .preamble h1 {
    margin-top: 0px !important;
  }
  
  .preamble {
    padding-left: 50px;
    padding-right: 50px;
  }
  
 .content .preamble {
    padding-left: 0px;
    padding-right: 0px;
  }

  .block-entity-viewnode .slide__description{
    transform: scale(0.75);
    transform-origin: bottom left;
    bottom: -36px;
  }
  
   .content .preamble {
    padding-left: 50px;
    padding-right:50px;
  }
  
}

@media screen and (max-width: 1180px) {
  .navbar-brand {
    padding-left: 80px;
  }
  
  .tp-caption {
    position: relative;
    margin-top: 50px !important;
  }
  
  .tab-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  

  
  .contact {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .news {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .highlighted:after {
  bottom: -50px;
  transform: rotateY(180deg);
}
  
  .highlighted .tp-mask-wrap {
    margin-top: -30px;
  }

  .block-entity-viewnode .slide__description {
    transform: scale(0.70);
    transform-origin: bottom left;
    bottom: -25px;
  }
  
}



@media screen and (max-width: 990px) {
/* Navbar Hamburger */ 
  .container-fluid {
      padding: 0px !important;
  }
  
  .highlighted {
    margin-top: -10px;
  }

    .highlighted::after {
    bottom: -50px;
  }
    

.block-entity-viewnode .slide__description {
  transform: scale(0.65);
  transform-origin: bottom left;
  bottom: -10px;
}
        
  .navbar-brand {
      left: 25px;
      z-index: 999;
  }
        
  .navbar-brand img {
      margin-top: 10px;
      width: 185px;
    position: absolute;
    left: 25px;
    top: 0px;
  }
        
  #navbar-main {
      height: 100px;
      box-shadow: 1px 1px 7px -2px #555;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
        
  #CollapsingNavbar {
      padding-top: 25px;
  }
        
  #CollapsingNavbar a {
      position: relative;
      z-index: 9999;
  }
        
  #CollapsingNavbar:after { 
      content: "";
      position: absolute;
      background-image: url(/sites/default/files/sliderlinie.svg);
      left: 0px;
      right: 0px;
      background-repeat: no-repeat;
      background-size: cover;
      width: 125%;
      height: 75px;
      bottom: -45px;
      z-index: 1;
  }
        
  #CollapsingNavbar {
      margin-top: 82px;
      background: #fff;
      margin-left: -20px;
      margin-right: -20px;
      position: relative;
  }
        
  #CollapsingNavbar .home{
      display: none;
  }
  
  #CollapsingNavbar .teamviewer:before {
content: "";
background: url(/sites/default/files/image/teamviewer.svg);
  background-repeat: repeat;
  background-size: auto;
background-size: 18px auto;
background-position: bottom;
background-repeat: no-repeat;
width: 18px;
height: 18px;
 display: inline-block;
 position: absolute;
 margin-left: -25px;
 margin-top: 3px;
  }
  
  #CollapsingNavbar .teamviewer {
    position: relative;
    padding-left: 25px;
  }
  
  #CollapsingNavbar .teamviewer .svg-inline--fa {
    display: none;
  }
        
  nav.menu--main {
      margin-left: 0px !important;
  }
        
  .navbar-nav .nav-link {
      text-align: center;
  }
        
  .navbar-toggler {
      position: absolute;
      right: 25px;
      top:49px;
      z-index: 9999;
  }
        
  .navbar-toggler-icon {
      background: none;
      translate: none;
      border: none;
      position: relative;
  }
        
  .navbar-toggler-icon:before {
      content: "\f0c9";
      font-family:"Font Awesome 5 Free";
      font-weight: 900;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #007cc2;
      font-size: 30px;
  }
        
  #block-icons {
      position: absolute;
      height: 50px;
      width: 150px;
      top: 45px;
      right: 95px;
  }
        
  #block-icons .fa-home {
      position: absolute;
      right: 100px;
      top: 11px;
      font-size: 25px;
      color: #9fa0a2;
      height: 25px;
  }
        
  #block-icons .fa-phone-alt {
      position: absolute;
      right: 0px;
      top: 13px;
      font-size: 22px;
      color: #9fa0a2;
      height: 22px;
  }
        
  #block-icons .fa-envelope {
      position: absolute;
      right: 50px;
      top: 11px;
      font-size: 25px;
      height: 25px;
      color: #9fa0a2;
  }
        
  #block-icons .teamviewer {
      position: absolute;
      right: 150px;
      top: 0px;
      width: 65px;
      height: 40px;
      display: none;
  }
        
  #block-icons .teamviewer img {
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
  }
        
  #block-icons .teamviewer:after {
      content: "Fernwartung";
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      font-size: 10px;
      color: #0972d4;
      text-align: center;
  }
        
  #block-icons .teamviewer:before {
      content: "";
      position: absolute;
      top: 0px;
  }
        
  /* Hamburger Ende*/
        
      /* Slider*/
  
  .paragraph--type--slider {
    position: relative;
  }
        
  .paragraph--type--slider:before {
      content: "";
      position: absolute;
      background-image: url(/sites/default/files/sliderlinie.svg);
      left: -2%;
      right: -2%;
      background-repeat: no-repeat;
      background-size: cover;
      width: 105%;
      height: 60px;
      top: 0px;
      z-index: 5;
    
  }

  .paragraph--type--slider:after {
      content: "";
      position: absolute;
      background-image: url(/sites/default/files/sliderliniegedreht.svg);
      left: -2%;
      right: -2%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 105%;
  height: 60px;
  bottom: -5px;
  transform: rotateY(180deg);
}
        
      /* Slider Ende*/
        
.navbar-brand {
   padding-left: 80px;
}
        
.bubbleh2 h2 {
  font-size: 16px !important;
  line-height: 20px !important;    
}
        
.tp-caption {
  position: relative;
  margin-top: 70px !important;
}
        
.tab-content {
  padding-left: 50px;
  padding-right: 50px;
}
        
        
.contact {
  padding-left: 50px;
  padding-right: 50px;
}
        
.news {
  padding-left: 50px;
  padding-right: 50px;
}
  
  .stb  .layout__region {
  display: grid;
  grid-template-columns: 50% 50% !important;
  row-gap: 15px;
  max-width: 100%;
}
  
  .team .field--name-field-paragraphs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  max-width: 1200px;
  margin: auto;
}
  
    .site-footer td {
      display: block;
      float: left;
      font-size: 13px;
  }
  
  .site-footer td:nth-child(5) {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 80px;
  }
  
    
  .site-footer td:nth-child(5) a {
    padding: 0px 10px;
  }
  
  .site-footer td:nth-child(2),
  .site-footer td:nth-child(3),
    .site-footer td:nth-child(4){
    width: 180px !important;
    white-space: nowrap;
  }
  
  .site-footer td:nth-child(1) {
    width: 80px !important;
  }
  

  .site-footer td {
    white-space: nowrap;
  }
  
  
}

@media screen and (max-width: 900px) {

.node--type-article.node--view-mode-parity .layout__region--first {
  flex: 0 1 50% !important;
}

.node--type-article.node--view-mode-parity .layout__region--second {
  flex: 0 1 50% !important;
}
 
  .node--type-article.node--view-mode-teaser .layout__region--first {
    flex: 0 1 50% !important;
}
  
  
 .node--type-article.node--view-mode-teaser .layout__region--second {
    flex: 0 1 50% !important;
}
  
  .node--type-article .layout__region--second {
    padding-left: 25px !important;
  }
  
}

@media screen and (max-width: 800px) {

    .highlighted .tp-mask-wrap {
    margin-top: -50px;
      transform: scale(1.25) !important;
      transform-origin: left bottom;
  }
  
  
  .highlighted #slide-1-layer-1 {
    margin-bottom:36px !important;
  }
  
  .kontakt .layout--twocol > .layout__region--first,
    .kontakt .layout--twocol > .layout__region--second {
    flex: 0 1 100%;
  }
  
  .field--name-field-webform {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  
}
  
}
     
@media screen and (max-width: 768px) {


    .highlighted .tp-mask-wrap {
    margin-top: -60px;
      transform: scale(1.25) !important;
      transform-origin: left bottom;
  }
  
  
  .highlighted #slide-1-layer-1 {
    margin-bottom:48px !important;
  }

.bubbleh2 h2 {
  font-size: 13px !important;
  line-height:17px !important;
}
      
.referenzen .field--type-entity-reference {
  margin: 0px;
}
        
.referenzen .field--type-image img, .field--name-field-user-picture img {
  margin: 0px;
}
  
  .referenzen .field--name-field-paragraphs img {
  width: 100%;
    max-width:150px;
  height: auto;
}
  
  .referenzen .field--name-field-paragraphs .field__item {
    margin: auto;
  }
  
  .referenzen .field--name-field-paragraphs {
    display: grid;
    grid-template-columns: auto auto !important;
  }
  
    .paragraph--type--slider:after {
      content: "";
      position: absolute;
      background-image: url(/sites/default/files/sliderliniegedreht.svg);
      left: -2%;
      right: -2%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 105%;
  height: 60px;
  bottom: -5px;
  transform: rotateY(180deg);
}
        
.site-footer .region-footer-first {
  width: 20% !important;
  padding-left: 25px !important;
}

.site-footer .region-footer-second {
  padding: 0px;
  width: 50% !important;
  line-height: 130%;
}
        
.site-footer .region-footer-third {
  clear: none;
  width: 30% !important;
}
        
.site-footer .row {
  margin: 0px;
}
        
.site-footer .container-fluid {
   padding: 0px;
 }
  
  
  
}
      
      
@media screen and (max-width: 680px) {
        
        .bubbleh2 h2 {
          font-size: 11px !important;
        }
        
        td {
          width: 100% !important;
          float: left;
        }
        
        .bootstrap-tabs .nav-tabs > li a {
          min-width: 150px;
        }
        
        .seitenabschnitt1 .bootstrap-tabs .nav-tabs > li a {
          min-width: 120px;
        }
        
         .site-footer .region-footer-first {
          width: 100% !important;
        }
        
        .site-footer .region-footer-first img {
          max-height: 40px;
          margin-bottom: -25px;
        }
        
        #block-logo-footer {
          margin: auto;
        }
  
        .block-entity-viewnode .slide__description{
          transform: scale(0.50);
          transform-origin: bottom left;
          bottom: 0;
          padding-left: 25px;
          width: 500px;
          height: 325px;
        }
        
        .site-footer .region-footer-second {
          padding: 0px;
          width: 50% !important;
          line-height: 130%;
          border: 0px;
          float: left;
          justify-content: center;
        }
        
        .site-footer .region-footer-third {
          clear: none;
          width: 50% !important;
          border: 0px;
          justify-content: center;
        }
        
        .site-footer .block {
          margin: 0px;
        }
        
        .navbar-brand {
          max-width: 100%;
          margin: auto;
          display: flex;
          justify-content: flex-start;
          position: absolute;
          left: 25px;
          right: 0px;
          top: 0px;
      }
        
        
        .site-footer td, .site-footer tr {
          background: none;
          color: #002a42;
          text-align: center !important;
      }
        
        .site-footer .block {
          border: 0;
          padding-top: 0px;
      }
  
   .site-footer td:nth-child(1),
    .site-footer td:nth-child(2),
  .site-footer td:nth-child(3),
    .site-footer td:nth-child(4){
    width: 100% !important;
    white-space: nowrap;
  }
  
  .site-footer td:nth-child(1) {
    width: none !important;
  }
  
  .site-footer td:nth-child(5) {
    padding-left: 0px;
    justify-content: center;
  }
  
        
        tr {
          border-bottom: none;
          padding: 0.1em 0.6em;
          background: #efefef;
          background: rgba(0, 0, 0, 0.063);
      }
        
        .node--view-mode-landingpage h2 {
          color: #007cc2 !important;
          font-size: 32px;
          text-align: left;
          display: inline-block;
          margin-left: 0px;
          margin-top: 25px;
          margin-bottom: 50px;
          width: 100%;
        }
        
          .node--view-mode-landingpage h2::after {
          content: "";
          display: block;
          position: absolute;
          height: 1px;
          width: calc(100% + 50px);
          left: -50px;
          bottom: -5px;
          z-index: 1;
          border-bottom: 5px solid #007cc2;
        }  
  
    .stb  .layout__region {
  display: grid;
  grid-template-columns: 100% !important;
  row-gap: 15px;
  max-width: 100%;
}
  
  .moveleft {
    margin-top: 50px;
  }
  
  .node--type-article.node--view-mode-parity .layout__region--first {
  flex: 0 1 100% !important;
    order: 2;
}

.node--type-article.node--view-mode-parity .layout__region--second {
  flex: 0 1 100% !important;
  order: 1;
}
 
  .node--type-article.node--view-mode-teaser .layout__region--first {
    flex: 0 1 100% !important;
}
  
  
 .node--type-article.node--view-mode-teaser .layout__region--second {
    flex: 0 1 100% !important;
}
  
  .node--type-article .layout__region--second {
    padding-left: 0px !important;
  }
      }

      @media screen and (max-width: 720px) {
    .team .field--name-field-paragraphs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  max-width: 1200px;
  margin: auto;
}
 } 
      
      @media screen and (max-width: 580px) {
          .tp-mask-wrap {
          margin-top: 125px;
        }
        
        
          .entity-pager-item-all a {
        left: auto;
        right: auto;
        position: relative;
        width: 225px;
  }
  
    .entity-pager-item-next a {
        left: auto;
        right: auto;
        position: relative;
        width: 225px;
  }
        
.entity-pager-item.entity-pager-item-prev {
    margin: 0px;
    padding: 0px;
    display: none;
}
        
      }


     @media screen and (max-width: 520px) {
    .team .field--name-field-paragraphs {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  max-width: 1200px;
  margin: auto;
}
}     
      @media screen and (max-width: 480px) {
        
        
         #block-icons {
          position: absolute;
          height: 50px;
          width: 150px;
          top: 0px;
          right:10px;
           transform: scale(0.75)
        }
        
        .navbar-brand img {
          position: absolute;
          left: 0px;
          width: 200px;
          margin-top: 5px;
      
        }
        
        .navbar-toggler {
          top: 50px;
          right: 10px;
        }

        .block-entity-viewnode .slide__description{
          transform: scale(0.40);
          transform-origin: bottom left;
          bottom: 0;
          opacity: 0.90;
          width: 480px;
          height: 300px;
        }
        
    .highlighted::after {
    bottom: -60px  !important;
  }
    
        .path-frontpage .highlighted {
  margin-bottom: -25px;
}
    
        div#timeline_container {
          margin-bottom: 50px;
          margin-top: 50px;
          position: relative;
          z-index: 9;
        }
        
        .tp-mask-wrap {
          margin-top: 155px;
        }
        
        .unternehmen .moveleft {
          transform: translate(0px, 0);
          opacity: 1;
        }
        
        .bootstrap-tabs .nav-tabs > li a {
          margin-bottom: 50px;
        }
        
        .bootstrap-tabs .nav-tabs {
          margin-bottom: -25px;
        }
        
        .referenzen .field--name-field-paragraphs {
          grid-template-columns:50% 50%;
        }
        
        .site-footer .region-footer-first img {
          padding: 0px !important;
        }
        
        .site-footer .region-footer-first {
          padding: 0px !important;
        }
        
        .site-footer .region-footer-second {
          padding: 0px;
          width: 100% !important;
          line-height: 130%;
          border: 0px;
          float: left;
          text-align: center;
          place-items: center;
          display: grid;
        }
        
        .site-footer .region-footer-third {
          clear: none;
          width: 100% !important;
          border: 0px;
          padding: 0px !important;
          text-align: center;
          place-items: center;
          display: grid;
        
       } 
        
         .site-footer td:nth-child(5) {
           display: table; 
        }
        
        .site-footer td:nth-child(5) a {
          padding: 3px 6px;
        }
        
      }
      
      @media screen and (max-width: 414px) {
        .page-node-18 .layout__region--second p {
          font-size: 14px;
        }
        
        .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
          width: 100%;
            padding-right: 0px !important;
            padding-left: 0px !important;
            margin-right: auto;
            margin-left: auto;
        }
        
        .navbar-brand {
          max-width: 1200px;
            margin: auto;
            display: flex;
            justify-content: flex-start;
            position: absolute;
            left: 15px;
            right: 0px;
            top: 0px;
        }
         
         .highlighted::after {
    bottom: -65px;
  }
    
        .tp-mask-wrap {
          display: none !important;
        }
        
        .news {
          padding-left: 50px;
          padding-right: 50px;
        }
        
        .referenzen .field--name-field-paragraphs img {
          max-width: 150px;
        }
        
        .referenzen .field--name-field-paragraphs .field__item {
          margin: auto;
        }
        
        .referenzen .field--name-field-paragraphs  {
          margin-left: -10px;
        }
        
         .referenzen .field--name-field-paragraphs .field--type-entity-reference {
          margin-bottom: 0px;
        }
        
      }
      
      @media screen and (max-width: 380px) {
        
                .highlighted::after {
    bottom: -65px;
  }


  .block-entity-viewnode .slide__description {
    transform: scale(0.35);
    transform-origin: bottom left;
    bottom: 0;
    opacity: 0.90;
  }

      }