@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  padding-right: 15px;
  font-size: 35px;
  line-height: 20px;
  display:inline;
  vertical-align:-4px;
}

body {
    height: 100%;
    width: 100%;
    background: none repeat scroll 0 0 #f2f2f2;
    color: #777777;
    font-family: 'PT Sans',Arial,serif !important;
    margin: 0;
    font-size: 16px;
}

a, a:visited {
    color: #0080bd;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #f28900;
}

.wrapper {
    position: relative;
    display: block;
    width: 700px;
    margin: 200px auto;
    font-size: 62.5%;
}

#logo {
    display: block;
    width: 700px;
    height: 70px;
    margin: 0 auto;
    background: transparent url("logo.png") no-repeat top center;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 40px 40px -40px rgba(0,0,0, 0.2), 0 1px 1px -1px rgba(0,0,0, 0.2);
    box-shadow: 0 40px 40px -40px rgba(0,0,0, 0.2), 0 1px 1px -1px rgba(0,0,0, 0.2);
    background-size: 460px 67px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 20px;
}

#logo:hover {
    opacity: 1;
    -webkit-box-shadow: 0 40px 40px -40px rgba(0,0,0, 0.2), 0 1px 1px -1px rgba(0,0,0, 0.2);
    box-shadow: 0 40px 40px -40px rgba(0,0,0, 0.2), 0 1px 1px -1px rgba(0,0,0, 0.2);
    background-size: 480px 70px;
}

#comingsoon {
    margin-top: 50px;
    text-align: center;
    font-size: 5em;
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#comingsoon:hover { opacity: 0.8; }

#contact {
    margin-top: 30px;
}

#contact[class*="entypo-"] {

}

#contact ul {
    list-style: none;
    list-style-type: none;
    width: 290px;
    margin: 0 auto;
}

#contact ul li {
    font-size: 20px;
    margin-bottom: 15px;
    opacity: 0.5;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
#contact ul li:before {
    color: #0080bd;
}
#contact ul li:hover:before {
    color: #f28900;
}
#contact ul li:hover {
    font-size: 20px;
    margin-bottom: 15px;
    opacity: 1;
}

.wrapper.impressum {
    display: none;
}
.impressum { text-align: center; font-size: 14px; }
.impressum h1 { font-weight: 100; }

.entypo-left-open-big {
    background: rgba(0,0,0,0.06);
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.entypo-left-open-big:hover {
   background: rgba(255,255,255,.1); 
}

.entypo-left-open-big:before { 
    font-weight: 100; 
    font-size: 70px;
    padding-right: 0; 
    line-height: 1; 
    vertical-align:0;
}

#footer {
    width: 90%;
    /* position: absolute; */
    bottom: 0;
    text-align: right;
    padding: 20px;
}

