:root {
    --egmedium: #382a67;
    --egbright: #e2e5fe;
    --egdark: #3b2b69;
}

* {
    margin:0px;
    padding:0px;
}

body {
    background-color: var(--egbright);
    width: 100%;
    min-height: 100vh;
    color: var(--egdark);
}

input, textarea, select, button {
    border-radius: 30px;
}

.resultbox {
    margin: 40px auto;
    max-width: 1100px;
}


.resultbox input[type=text]{
    padding: 0 20px;
    width: 100%;
    height: 50px;
    position: relative;
    left: 0;
    outline: none;
    font-size: 16px;
    max-width: 700px;
    border: 1px solid #d8d5e1;
}

.resultbox img.lockpick{
    width: 160px;
}

.infobox p{
    text-align: center;
}

button.button1{
    display: block;
}

button.button1:hover{
    color:#000000;
    background-color:#FFFFFF;
}

@media all and (max-width:30em){
    button.button1{
        display:block;
        margin:0.4em auto;
    }
}

.sitecontent {
    background-color: var(--egbright);
    min-height: calc(100vh - 700px);
}

.linkdiv {
    display: flex;
    padding: 20px;
    margin: 50px auto;
    width: 100%;
    max-width: 1100px;
    
}

.linkdiv h2 {
    font-size: 1.2rem;
    font-weight: normal; 
}

.linkdiv_pic {
    display: none;
}

.linkdiv_links div {
    margin: 20px 0;
} 

.linkdiv_text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.linkdiv_links {
    background-color: white;
    border-radius: 20px;
    padding: 10px 30px 20px 100px;
    background-image: url(/theme/theme04/img/logo_schloss.png);
    background-repeat: no-repeat;
    background-position: 25px 23px;
}

.infobox3, .infobox2 {
    background-color: white;
    border-radius: 20px;
    padding: 10px 30px 20px 30px;
    margin: 80px 0px 0px 0px;
}
.infobox {
    margin-bottom: 80px;
}

.infobox3 h1 {
    font-size: 2.5em;
}
.safetylogos {
    flex-grow: 1;
    text-align: right;
    margin-bottom: 60px;
}

.infobox3 p {
    margin-top: 10px;
}

.safetylogos img {
    margin-right: 25px;
}