Skip to content
Snippets Groups Projects
termine.css 1.12 KiB
Newer Older

.fitko-termine {
    text-align: center;
    min-height: 500px;
  }
  
    text-align: center;
  
  .fitko-termine-before-button {
    text-align: center;
    
  }
  
  
  .fitko-termine-after-button {
    text-align: center;
    min-height: 280px;
    margin-top: 25px;
    
  }
  

  @media screen and (max-width: 900px){
    .fitko-termine {
        text-align: center;
        min-height: 500px;
    }
 }

  @media screen and (max-width: 900px){
    
    .fitko-termine-before-button {
     
      
      height: 210px !important;
      
    }
  
  }
   
  @media screen and (max-width: 900px){
    
    .fitko-termine-after-button {
     
      
      height: 600px !important;
      
    }
  
  }

  .fitko-termine-footer{

      text-align: center;
      margin-top: 15px;
    
  }

  .fitko-termine-width {

  }

  .fitko-border{
      border: 1px;
      border-color: rgb(240, 210, 210);
      border-style: solid;