

body {
    font-family: verdana;
    font-size: 14px;
    line-height: 1.4;
}
.main {
    margin: 0 auto 2rem;
    position: relative;
    width: 100%;
    max-width: 230px;
    padding: 0 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.logo {
    margin: 4rem 0 3rem;
}
.text {
    position: relative;
    clear: both;
    width: 230px;
    margin: 0 auto;
}
.title {
    position: relative;
    font-weight: bold;
    display: block;
}
.mail {
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.address {
    position: relative;
    display: block;
}
img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
a {
    color: #b6212c;
}
.top{
    background: transparent;
     text-align: center;
     margin-top: 3vh;
}
.top, .bottom {
    padding: 6rem 0;
   
    position: relative;
}
#svglogo #text path {fill: #DD3114;}
#svglogo #icon {fill: #DD3114;}
.top:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
    display: inline-block;
    width: 600px;
    max-width: 100%;
    height: 2px;
    background: #eee;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(7, 7, 7, 0.15);
}
.logoimage img, .logoimage svg {
    width: 100%;
    height: auto;
    display: block;
}