@font-face {
  font-family: 'Athelas-Regular';
  src: url('webFonts/Athelas-Regular/font.woff2') format('woff2'), url('webFonts/Athelas-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'Athelas-Bold';
  src: url('webFonts/Athelas-Bold/font.woff2') format('woff2'), url('webFonts/Athelas-Bold/font.woff') format('woff');
}
@font-face {
  font-family: 'SnellRoundhandLTStd-BdScr';
  src: url('webFonts/SnellRoundhandLTStd-BdScr/font.woff2') format('woff2'), url('webFonts/SnellRoundhandLTStd-BdScr/font.woff') format('woff');
}
@font-face {
  font-family: 'SnellRoundhandLTStd-Scr';
  src: url('webFonts/SnellRoundhandLTStd-Scr/font.woff2') format('woff2'), url('webFonts/SnellRoundhandLTStd-Scr/font.woff') format('woff');
}
a:any-link {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
a:link, a:visited{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    cursor: pointer;
}
a.blue{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
a.underline{
    text-decoration: underline;
}
p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.large{
    font-size: 40px;
    margin-bottom: 10px;
}
.smallerP{
    font-size: 16px;
}
body{
    font-family: Athelas-Regular;
}
.main{
    text-align: center;
    /*margin-left: auto;
    margin-right: auto;*/
    margin: auto;
    width: 470px;
    font-size: 20px;
}
.text{
    margin-top: 50px;
    text-align: left;
}
.logo{
    margin-top: 50px;
}
.logo img{
    width: 181.4173228346px;
    height: auto;
}
.title{
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: SnellRoundhandLTStd-Scr;
}
.title p{
    margin-top: 0;
}
.instagram{
    margin-top: 40px;
    margin-bottom: 40px;
}
.instagram img{
    width: 30px;
    height: auto;
}
.coronaInfo{
    color: red;
    display: none; /*Corona Infos hier aktivieren!!!!!!!!!!!!!!!!*/
}
.links{
    width: 100%;
    font-size: 12px;
}
.links p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.links a{
    color: rgba(150,150,150,1);
}


@media (max-width: 470px){
    p{
        margin-top: 6.383%;
        margin-bottom: 6.383%;
    }
    .large{
        font-size: 8.512vw;
        margin-bottom: 2.128%;
    }
    .smallerP{
        font-size: 3.404vw;
    }
    .main{
        width: 100%;
        font-size: 4.255vw;
    }
    .text{
        margin-top: 10.638%;
    }
    .logo{
        margin-top: 10.638%;
    }
    .logo img{
        width: 38.5994vw;
    }
    .title{
        margin-top: 6.383%;
        margin-bottom: 8.511%;
    }
    .instagram{
        margin-top: 8.511%;
        margin-bottom: 8.511%;
    }
    .links{
        font-size: 2.553vw;
    }
    .links p{
        margin-top: 2.128%;
        margin-bottom: 2.128%;
    }
   
}

@media (max-width: 177px){
    .instagram{
        margin-top: 15px;
        margin-bottom: 15px;    
    }
}