@charset "UTF-8";

#content,
.logo{
    height:auto;
    display:block;
}
#content,
.link a,
.link ul,
.logo{
    display:block;
    text-decoration: none;
}
.link a,.link ul{position:relative}
.box-header svg{
    max-width:500px;
    text-align:center;
}

.link a,.link li,.link ul{
    width:80px;
    height:80px;
}
ul{
    list-style:none;
    margin:0;
    top:20px;
    left:60px;
}

ul.kontakt li > span{
    padding-top: 10px;
}
ul.offi li:nth-child(even){
    padding-bottom: 10px;
}
ul li a span{
    color: #2a4897;
}
ul li > span{
    font-weight: bold;
}


.blue{
    color:blue
}

@media only screen and (min-width:1010px){
    .main{width:920px;left:50%;margin-left:-460px;border-left:1px solid #fff;border-right:1px solid #fff;border-radius:20px;}
    .box_txt{text-align:left;margin-top:0}.box_img img{width:80%;margin:0 auto 0 -40%;position:relative;left:50%;padding-top: 20px;}
}
   