/****************
Bitte das CSS nicht genau anschauen. Ist richtig unschön.
Wichtig: Das Main CSS "style.css" von simon3fus.ch muss miteingebunden werden.
-
Site: Leguminapp Index
Erstellt: 28. November 2021
*****************/


html {position: relative;
}

header {
    background-color: #ffffff;
    position: absolute;
    top: 0;
}



body {
    margin-bottom: 0px;
    background-color: #F5F4F2;
}


.iad-container {
    max-width: 700px;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;

  }

.iad-links {
    display: flex;
    justify-content: flex-start;
}

.iad-block {
    padding-right: 80px;
    margin-bottom: 40px;
}

.wrapper a {
    display: block;
  margin-top: 25px;
  font-size: 20px;
  color: #1E89AA;

  background-color: white;
  padding: 15px 15px;
  border-radius: 8px;
  transition: 0.2s cubic-bezier(.48,.08,.56,.95);

}

a:hover {
    color: #013d4f;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 6px 30px rgba(0, 0, 0, 0.03), 0px 8px 10px rgba(0, 0, 0, 0.1);

}

h1 {
    margin-bottom: 20px;
    color: #393938;
}

h3 {
  color:#393938;
  margin-top: 35px;
  margin-bottom: 50px;
}

h5 {
margin-top: 35px;    
padding-top: 10px;
color:#393938;
font-size: 15px;
}

main {
    height: 100%;
}

.madeby {
    display: none;
}

.figmalink img:hover {
opacity: 1;

}

.left {
    width: 400px;
}

.left a{
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    transition: 0.2s cubic-bezier(.48,.08,.56,.95);

}


.left a:hover{
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 6px 30px rgba(0, 0, 0, 0.03), 0px 8px 10px rgba(0, 0, 0, 0.1);
}


.link-wrapper {
    overflow:hidden;
    height: 200px;
    border-radius: 5px;
}

.link-wrapper img {
    margin-top: 10px;
    width: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: 0.2s cubic-bezier(.48,.08,.56,.95);
    border-radius: 5px;
}

.a-logo{
    padding: none; 
    background-color: none; 
}




/* Footer */

footer {
    display: flex;
    justify-content: center;
    background-color: #EBE9E6;

margin-top: 80px;
height: 200px;
position: relative;

}

p {
    color: #BFBCBA;
    padding-top: 50px;
}



@media screen and (max-width: 700px) {

    .iad-container {

        padding-top: 80px;
    }

.iad-links {
    flex-wrap:wrap;
    width: 100%;
}

main {
    height: 100%;
}

.left {
    width: 100%;
}

.link-wrapper {
    width: 100%;
}

.iad-block {
    width: 100%;
    padding: 0px;
}

.iad-container {
    max-width: 100%;
}
.iad-links{
    width: 100%;
}

a {
    width: 100%;
}

footer {
    height: 500px;
}

p {
    padding-top: 150px;
}

}