/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 6, 2017, 5:24:21 PM
    Author     : hannesdolde
*/


body{
       font-family: sans-serif;
       padding:2%;
       font-size:12px;
}
.ir{
       text-indent: -9999px;
}
a{
       color:inherit;
       text-decoration:none;
}

img.full{
       width: 100%;
       margin-bottom:2%;
}
.hidden_until_hover{
       opacity:0;
       height:0;
       transition: all 0.5s ease;
}
.kontakt:hover .hidden_until_hover {
       opacity:1;
       height:10em;
       transition: height 0.5s ease, opacity 1s ease;
}

#logo{
    background-image: url(assets/fahreinheit_logo.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    margin-bottom:50px;
    background-size: contain;
    background-position: center;
}
.quick_n_dirty{
       margin:auto;
       margin-top:100px;
       min-height:600px;
       
       text-align:center;
       max-width:400px;
}
.soon{
       margin-top:150px;
}
