@charset "UTF-8";

body{
    font-family: serif;
    background-color:hsla(0, 0%, 100%, 0.982);
    width: 100%;
    height: auto;
    margin: 0;
}



.midasi{
    font-size: 140%;
    margin: 7em 0 0 4%;
    border-left: 10px solid #0c4da2;
}

.midasi1{
    font-size: 140%;
    margin: 2em 0 0% 4%;
    border-left: 10px solid #0c4da2;
    color: #212123;
}
 a{
    color: #0c4da2;
    text-decoration: none;
    border-bottom: dashed 3px #f2ae48;
}

p{
    margin: 1% 0% -1% 6%;
    line-height: 99%;
}

input {
    display: none;
    float: left;
}

label {
    cursor: pointer;
    position: relative;
    color: #0c4da2;
    border-bottom:dashed 3px #f88736;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: .8em;
  }

ul{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1.5s;
    margin-top: 10px;
}

li{
    list-style: none;
    margin-top: .8em;
    margin-right: 13px;
    float: left;
}

input:checked ~ ul{
    max-height: 100vh;
}



@media screen and (min-width:321px){

h1{
    color:#ffffff;
    margin-top: 1em;
    transform: rotate(-10deg);
}

.headline::before{
    content:'' ;
    position: absolute;
    top: 0%;
    bottom: 60%;
    left: 0%;
    right: 0%;
    background-color: #0c4da2;
    transform: skewY(-4deg) translateY(-90px);
}
}

@media screen and (max-width:320px){
body{
        font-family: serif;
        background-color:hsla(0, 0%, 100%, 0.982);
        margin: 0;
        height: auto;
}

h1{
    color:#ffffff;
    background-color: #0c4da2;
    padding: 0% 5%;
    transform: rotate(-10deg);
}

}