﻿/* /home/home.css */

#BhmSpalte2Phone {
    display: none;
    margin-bottom: 25px;
}

#BhmSpalte2Phone1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

#BhmSpalte2Phone1 img {
    height: 175px;
    width: auto;
}

#BhmSpalte2Phone1 > div {
    margin-left: 25px;
}

#BhmSpalte2Phone1 h1 {
    margin-bottom: 10px;
}

#BhmSpalte2Phone2 {
    color: #ffffff;
    background-color: #880000;
    margin: 25px 0px;
    padding: 10px;
}

#BhmSpalte2Phone2 > div {
    display: flex;
    flex-direction: row;
}

#BhmSpalte2Phone2 > div > div {
    margin-right: 25px;
}

#BhmSpalte2Phone2 button {
    color: #ffff00;
    background-color: unset;
    border: 1px solid #ffff00;
    padding: 0px 5px;
    font-size: x-small;
}

#BhmSpalte2Phone2 a {
    color: #ffff00;
    background-color: #880000;
    margin: 25px 0px;
}

#BhmSpalte2Phone2 h3 {
    font-size: small;
    margin-top: 0px;
}

#BhmSpalte2Phone2 h3 {
    font-size: small;
}

#BhmSpalte2Phone2 p {
    margin: 0px;
}

#BhmHmTitelBox {
    display: flex;
    flex-direction: row;
}

#BhmHmTitelBox > button {
    width: 75px;
    height: 75px;
    margin-left: auto;
}

#BhmHmHeftEditorial {
    display: none;
}

#BhmHmHeftEditorial p {
    text-align: justify;
}

#BhmHmHeftInhalt {
    display: block;
}

#BhmHmHeftInhalt a {
    white-space: normal;
}

#BhmHmHeftInhalt ul {
    padding-left: 0px;
}

#BhmHmHeftInhalt li {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

#BhmHmHeftInhalt h2 {
    margin-top: 0px;
}

#BhmHmHeftOnlineArtikel {
    width: 100%;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
}

@media screen and (min-width: 1500px) {
    #BhmHmTitelBox > button {
        width: 100px;
        height: 100px;
    }
}

@media screen and (min-width: 2000px) {
    #BhmHmTitelBox > button {
        width: 150px;
        height: 150px;
        font-size: x-large;
    }
}

@media screen and (min-width: 2500px) {
    #BhmHmTitelBox > button {
        width: 200px;
        height: 200px;
    }
}

/* Schmale Bildschirme */

@media screen and (max-width: 1100px) {
    #BhmHmTitelBox > button {
        width: 60px;
        height: 60px;
        font-size: x-small;
    }
}

@media screen and (max-width: 900px) {
    #BhmSpalte2Phone {
        display: block;
    }
    #BhmSpalte2Phone2 {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    #BhmSpalte2Phone1 img {
        height: 125px;
    }
}

@media screen and (max-width: 700px) {
    #BhmSpalte2Phone1 img {
        height: 250px;
    }
    #BhmSpalte2Phone2 {
        display: block;
    }
    #BhmSpalte2Phone1 {
        flex-direction: column;
        align-items: center;
    }
    #BhmSpalte2Phone1 > div {
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    #BhmHmTitelBox button {
        width: 50px;
        height: 50px;
        font-size: xx-small;
    }
    #BhmSpalte2Phone2 {
        font-size: xx-small;
    }
    #BhmSpalte2Phone2 h3 {
        font-size: xx-small;
    }
    #BhmSpalte2Phone2 button {
        font-size: xx-small;
    }
    #BhmSpalte2Phone1 {
        flex-direction: column;
    }
}

@media screen and (max-width: 400px) {
}

