@charset "utf-8"; /* muss in der ersten Zeile stehen */

/*css Document*/

/* ------------------------------------------ DATENSCHUTZ */

main    {width: 90%;}

article ul   {margin-left: 1rem;}

article a   {  
    text-decoration: none;
    color: bisque;
    border-bottom: 1px solid bisque;
    list-style: square;
}

article li  {list-style: square;}

article p   {padding-bottom: 1rem;}

.index {
   list-style: square;
    text-decoration: none;}


article.dsgvo   {
    padding-right: 10%;
    }

article.dsgvo h2 {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
   }

article.dsgvo h3 {
    padding-bottom: 0.5rem;
    padding-top: 1rem;
   }

article.dsgvo ul {
   padding-bottom: 1.5rem;
   }
        
article.dsgvo li    {
    padding-bottom: 0.5rem;
    }

h2  {
    font-size: 1.3rem;
    font-weight: 700;
}

h3  {
    font-size: 1rem;
    font-weight: 700;
}

.iconrechts {
    width: 2rem;
    margin-right: 47vw;
    padding: 0.3rem;
    border: 1px solid white;
    margin-bottom: 5%;
    transition: 0.5s;
    transform: scale(1); 
    box-shadow: 0;
}

.iconrechts:hover   {
    transform: scale(1.3);
    box-shadow: 4px 4px 0.5rem rgba(255, 255, 255, 0.57);
}