/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;    
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    background-color: #f5f5f5;
  }
  
  .footer > .container {
    padding-top: 15px; 
    padding-right: 15px;
    padding-left: 15px;
  }


/* https://www.ostraining.com/blog/coding/responsive-google-maps/ */  
.map{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.col-12 {
    margin-bottom: 20px;
}

.active {
    font-weight: 600;
}

.serviceCard {
    cursor: pointer;
}

.slider {
    cursor: pointer;
}

.impressum:hover {
    color: black;
    font-weight: solid;
    cursor: pointer;
}

.topNavigation {
    border-bottom: 1px solid #48d1cc;    
}

.introText {
    margin-top: 30px;
}

@media (max-width: 720px) {
    .landing {
        margin-top: 50px;
    }
}

@media (min-width: 720px) {
    .navbar {
        height: 135px;
        border-bottom: 1px solid #48d1cc;
        transition: max-height 2s;
        font-family: 'Montserrat', sans-serif;
        
    }
    .navig {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;        
        
    }
    .shrink {
        max-height: 100px;
        border-bottom: 1px solid #48d1cc;
        
    }
 
    .landing {
        margin-top: 135px;
    }

}

.contact-icon {
    margin-left: 10px;
    margin-right: 20px;
    width: 18px;
    height: 18px
}

.github:hover {
    text-decoration: none;
}

#copyright {
    margin-top: 30px;
}