﻿/*@media screen and (max-width: 800px) {
    .horizontal-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: inherit;
        align-items: inherit;
        align-content: inherit;
        text-align: inherit;
        gap: 1px;
    }

    .main {
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        background-color: rgb(247, 248, 250);
        color: white
    }

    .content-properties {

        text-align: center;
        padding: 1px;
        width: 1px;
        position: relative;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .PlantProblemView {
        padding: 10px;
        background-color: var(--main-brand-background);
        content: "";
        clear: both;
        border-radius: 10px;
        margin-right: 1%;
        margin-left: 1%;
        color: white;
    }

    #PlantProblemInformationDesc {
        margin: auto;
        padding: 1px;
    }

    #PlantProblemInfograph {
        margin: 10px;
        padding: 10px;
    }

    #PlantProblemInformationSolution {
        margin: 10px;
        padding: 10px;
    }

    #PlantProblemImages {
        margin: 20px;
        padding: 20px;
    }

    .image-preview {
        top: 0;
        left: 0;
        width: 50%;
        height: 50%;
    }

    .textpicture {
        max-width: 50%;
        max-height: 50%;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .image-round {
        border-radius: 50%;
        max-height: 400px;
        max-width: 500px;
        width: 300px;
        height: 200px;
        overflow: hidden;
    }

}*/

.textpicture {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main {
    padding: 30px;
    text-align: center;
}

.image-circle {
    border-radius: 50%;
    max-height: 200px;
    max-width: 200px;
    width: auto;
    height: 200px;
    overflow: hidden;
}

.image-round {
    border-radius: 30px;
    max-width: 100%;
    height: auto;
    object-fit: scale-down
}

.arrows {
    border-radius: 50%;
    width: 3em;
    height: 3em;
    display: inline;
}

#AD {
    justify-content: center;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;

}

#row::after {
    content: "";
    clear: both;
    display: table;

}

#Diagnoser {
    margin: 15px;
    padding: 15px;
    border: 1px solid;
    background: var(--main-soft-grey);
    width: 700px;
}

#Uploader {
    border-style: solid;
    border-color: inherit;
    border-width: 1px;

    margin: 1px;
    padding: 1px;
    background: var(--main-soft-grey);
    width: 301px;
}

#topmessage {

    margin: 20px;
    padding: 10px;
    border: 1px solid;
    width: 700px;
}

#results {

    margin: 1px 20px;
    padding: 10px;
    border: 1px solid;
    background: var(--main-soft-grey);
    width: 700px;
}

.PlantProblemView {
    padding: 20px;
    background-color: var(--main-brand-background);
    content: "";
    clear: both;
    border-radius: 30px;
    margin-right: 5%;
    margin-left: 5%;
    color: white;
}

#PlantProblemInformationDesc {
    margin: auto;
    padding: 10px;
}

#PlantProblemInfograph {
    margin: 10px;
    padding: 10px;
}

#PlantProblemInformationSolution {
    margin: 10px;
    padding: 10px;
}

#PlantProblemImages {
    margin: 20px;
    padding: 20px;
}

.image-preview {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.horizontal-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    gap: 10px;
}

.content-properties ~ input[type="submit"] {
    border-radius: 50%;
}