@charset "utf-8";

/*
* CSS-Design
* FÖRDERVEREIN JAKOBUS
*/

/* Reset * * * * * * * * */
*{
margin: 0;
padding: 0;
}

body {
    background-color: #b5c4d2;
    }

h1, h2, h3, p, a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;    
    color: #3f4952;      
    }

h1 {
    font-size: 48px;
    line-height: 110%; 
    font-weight: 700;
    margin-bottom: 25px;
    }

.pic {
    overflow: hidden;
    height: 200px;
    }

.pic img {
    width: 100%;    
    }

.textbox {
    text-align: center;
    padding: 80px 20% 10% 20%;
    }

.impressum{
    text-decoration: none;
    text-align: left;
    padding: 80px 20% 10% 20%;  
    line-height: 140%;
}

.hinweis{
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;    
    color: #3f4952;      
    font-size: 12px !important;
    line-height: 150%!important;
    font-style: italic;
}

.impressum h1 {
    font-size: 24px;
}


.impressum p {
    font-size: 14px;
    padding-bottom: 10px;

}



.footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #d2d2d2;
    padding: 15px 20% 15px 20%;
    }  

#logo {       
    position: absolute;
    top: 200px;
    margin-top: -100px; 
    left: 50%;
    margin-left:-129px;
    }


/** BUTTONS **/

a.button
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;

    position: relative;
    z-index: 90;
    margin: 15px;
    padding: 10px 15px;
    
    display: inline-block;
    overflow: hidden;

    text-align: center;
    text-transform: none;
    text-decoration: none;

    color: #fff;
    border: none;
    border-radius: 100px;
    background: #3f4952;
}

