

/* Startseite */

/* Farben global */
.section-default .row-primary {
        background: #ed1c24;
        color: white;
    }

@media (min-width:768px) {
   
    .section-default .row-primary {
        background: #ed1c24;
        color: white;
    }
    
    .section-default .row-primary .frame-type-image {
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-left: -20px;
        margin-right: -20px;
    }
    .section-default .row-primary .frame-type-text {
       border: 1px solid green;
       
    }
    
    /* frame-type-image -> frame-container */
    .section-default .row-primary .frame-container {
    position: relative;
    width: 100%;
    /* padding-right: 20px; */
    /* padding-left: 20px; */
    margin-right: auto;
    margin-left: auto;
}

.section-default .row-primary .frame  {
    
    border: 0px solid green;
}
.section-default .row-primary .frame-type-text  {
   
    margin-left: -20px;
    padding-left: 20px;
}


/* Links Bild rechts 2 col untereinander */
.section-default .row-primary2 .frame-type-text  {
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


    
}


/* Text */
@media (min-width: 576px) {
    .section-default .row-primary .frame-type-text h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .section-default .row-primary .frame-type-text h2 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .section-default .row-primary .frame-type-text h3 {
       font-size: 1.5rem;
       font-weight: bold;
    }
    .section-default .row-primary .frame-type-text p {
      font-size: 1.1rem;
      line-height: 1.1;
    }
       
}



/* Text */
@media (min-width: 768px) {
    .section-default  .frame-type-text h1 {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .section-default  .frame-type-text h2 {
      font-size: 1.5rem;
      font-weight: bold;
    }
    .section-default  .frame-type-text h3 {
       font-size: 1.5rem;
       font-weight: bold;
    }
    .section-default .frame-type-text p {
      font-size: 1.1rem;
      line-height: 1.1;
    }
    
    
}
/* Text */
@media (min-width: 992px) {
    .section-default .frame-type-text h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .section-default .frame-type-text h2 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .section-default .frame-type-text h3 {
       font-size: 1.5rem;
       font-weight: bold;
    }
    .section-default .frame-type-text p {
      font-size: 1.1rem;
      line-height: 1.1;
    } 
}
/* Text */
@media (min-width: 1200px) {
    .section-default .frame-type-text h1 {
        font-size: 3rem;
        font-weight: bold;
    }
    .section-default  .frame-type-text h2 {
      font-size: 3rem;
      font-weight: bold;
    }
   
}






/* Content Element overrides */

/* Startseite erster Content */

@media (min-width:768px) and (max-width:992px) {
    
    .section-default .row-primary .frame-type-text {
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
} 
}

/* SVG ACTION STARTSEITE */
@media (min-width:768px) {
    #c233 .gallery-item img, #c233 .gallery-item picture {
    width: 100%;
    height: auto;
    max-width: 520px;
}

}

@media (max-width:576px) {
    
    .section-default {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .section-default br {
        /*display:none;*/
    }
    
    
    .section-default .row-primary br {
        display:none;
    }
    
    
      .section-default .row-primary .frame-type-text h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }
    .section-default .row-primary .frame-type-text h2 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .section-default .row-primary .frame-type-text h3 {
       font-size: 1.5rem;
       font-weight: bold;
    }
    .section-default .row-primary .frame-type-text p {
      font-size: 1.5rem;
      line-height: 1.1;
    }
    
}


/* Schatten für SLider Texte */

@media (min-width: 200px ) {
    
    .carousel-text-inner h1
    
    {
        font-weight: 600;
        color: white;
        text-shadow: 1px 1px 2px black;
    }
    
    .carousel-text-inner h2,
    .carousel-text-inner h3,
    .carousel-text-inner p
    
    {
        font-weight: 400;
        color: white;
        text-shadow: 1px 1px 2px black;
    }
    
    
    
}


/* mobile teaser ACTION TEAMGEIST TECHNIK*/

.section.section-default .text-primary  {
font-weight: 600;
    
}
@media (min-width:200px) and (max-width:576px) {

.section.section-default .text-primary 
 {
   /* font-size: calc(100vw / 7); */
   font-weight: 600;
   line-height: 1.2em;
   
 }
}
@media  (max-width:576px) {

.section.section-default .text-primary 
 {
   font-size: 2.5rem;
   font-weight: 600;
   line-height: 3.5rem;
   text-align: center;
   text-shadow: 1px 1px 1px #999;
}
.section.section-default .text-primary blank {
  display: none;
}

}

@media (min-width:576px)  and (max-width:768px) {

.section.section-default .text-primary 
 {
     /*
   font-size: calc(100vw / 12);
   font-weight: 600;
   line-height: 1.1em
      */ 
}

}


/* bilder mobil 100% */
@media (max-width: 576px) {
    
    .frame-type-image .gallery-row {
 
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -40px;

        
    }
    .frame-type-image .gallery-item {
    padding-left: 0rem;
    padding-right: 0rem;
}

.frame-type-text {margin-left: 0px;margin-right: 0px;/* margin-top: -40px; */margin-bottom:  0px;}
.frame-type-text p {

        margin-bottom:  10px;
        padding-bottom: 20px;
}
    
    
}



@media (min-width:992px) and (max-width:1200px) {
    /* Löscheinheit bild */
.section .row-primary2 {
    border:0px solid blue;
}

.section .row-primary2 {
 height: calc(50vw);
 max-height: calc(50vw);
 padding-top: 0rem;
 padding-bottom: 0rem; 
}
.section .row-primary2 .image {
 height: calc(50vw);
 max-height: calc(50vw); 
}
/* Anpassung BIld links */

.row-primary2 .gallery-item img {
    width: 100%;
    height: calc(50vw);
}

.section .row-primary2 .col-text-2 {
 height: calc(50vw);
 max-height: calc(50vw);
  font-size: 1.2rem;
}

.section-default .row-primary2 .frame-type-text  {
  height: calc(25vw);
  max-height: calc(25vw);
  border: 0px solid blue;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.section-default .row-primary .frame-type-text p {
      font-size: .9rem;
      line-height: 1.1;
    } 

    
}

@media (min-width: 1200px) {
  
/* Löscheinheit bild */
.section .row-primary2 {
    border:0px solid blue;
}

.section .row-primary2 {
 height: calc(40vw);
 max-height: calc(40vw);
 padding-top: 0rem;
 padding-bottom: 0rem; 
}
.section .row-primary2 .image {
 height: calc(40vw);
 max-height: calc(40vw); 
}
/* Anpassung BIld links */

.row-primary2 .gallery-item img {
    width: 100%;
    height: calc(40vw);
}

.section .row-primary2 .col-text-2 {
 height: calc(40vw);
 max-height: calc(40vw);
  
}

.section-default .row-primary2 .frame-type-text  {
  height: calc(20vw);
  max-height: calc(20vw);
  border: 0px solid blue;
  padding-top: 1rem;
  padding-bottom: 3rem;
}


}


/* Text Seite Löscheinheiten */
@media (min-width: 1400px) {
.section-default .row-primary2 .frame-type-text p {
   max-width: 560px;
}
}



@media (min-width:576px) and (max-width:768px) {
 .section-default .row-primary .frame-type-text br {
    display: none;
} 
.section-default .row-primary .frame-type-text p {
    font-size: 1.5rem;
}

}


/* 768px bis 992px kein br */
@media (min-width:768px) and (max-width:992px) {
 .section-default .row-primary .frame-type-text br {
    display: none;
} 
.section-default .row-primary .frame-type-text p {
    font-size: 1rem;
}

}


/* Seite Einblicke Fotos für Lightbox gutter 10px */

@media (min-width: 768px) {
    
    .frame.frame-space-after-extra-small {
        padding-bottom:     0rem;
        margin-bottom: .5rem;
    }
    .frame.frame-space-before-extra-small {
        padding-top:        0rem;
        margin-top: 0rem;
    }
    
    .frame.frame-space-after-small {
        padding-bottom: 0rem;
        margin-bottom: 1.5rem;
    }
    .frame.frame-space-before-small {
        padding-top: 0rem;
        margin-top: 1rem;
    }
    

    
    
    .row-lightbox .frame {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;

    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0rem;
    margin-bottom: 0rem;
}


}





/* divider */
@media (min-width: 200px) {
    
    .frame hr { border-top: none;    }
}
