/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    max-width: 960px;
    padding: 0 15px;
}
.title-img{
    display: block;
    text-align: left;
    max-width: 200px;
    margin-bottom: 15px;

}
img{
    max-width: 100%;
    margin:  10px 0;
}
h1{
    text-align: center;
    border-bottom: 2px solid #4cbee9;
    padding-bottom: 5px;
}
h2{
    padding-left: 15px;
    border-bottom: 1px solid #4cbee9;
    font-size: 1.3em;
    padding-bottom: 5px;

}
.impressum-page h2{
    max-width: 55%;
}
a{
    color: #4cbee9;
}
a:hover{
    color: #4ea0cc;
}
a.phone{
    color: inherit;
}
a.phone:hover{
    color: inherit;
    text-decoration: none;
}
.description p{
    padding: 5px 15px;

}
.description p + p{
    padding: 0 0  15px 15px;

}

.style-01{

    background-color: rgb(255, 255, 255);
    padding: 20px;
    color: rgba(0,0,0,0.95);

}
.style-02{
    background-color: #f5f5f5;
    padding: 20px;
    color: rgba(0,0,0,1);
}

.style-01 img, .style-02 img{
    overflow: hidden;
    padding: 5px;
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.btn-info{
    background-color: #4cbee9;
    border-color: #4ea0cc;
    margin-bottom: 15px;
}
.btn-info:hover{
    background-color: #4ea0cc;
    border-color: #40a0c1;

}