/* Hintergrund*/

body {
    background: #F0F0F0;
    font-family: Arial;
    font-size: 16px;
    color: black;
}

/* Schriften*/
h1 {
    font-family: Verdana;
    font-size: 30px;
    color: #11015d;
    font-weight: 700;
}

h2 {
    font-family: Arial;
    font-size: 20px;
    color: black;
}

h3 {
    font-family: Arial;
    font-style: italic;
    font-size: 20px;
    color: black;
}

h4 {
    font-family: Arial;
    font-size: 20px;
    color: #FFC125;
}

p {
    font-family: Arial;
    font-size: 12px;
    color: black;
}

a {
    font-family: Arial;
    text-decoration: none;
    color: white;
}

.link-blue {
    font-family: Arial;
    text-decoration: underline;
    color: blue;
}

hr {
    border: 0;
    height: 3px;
    width: 30%;
    background: #FFC125;
    background-image: linear-gradient(to right, #F0F0F0, #FFC125, #F0F0F0);
    margin-left: 0;
}

/*Footer*/
.footer-blue {
    background-image: linear-gradient(to bottom, #11015d 50%, black 95%);
    width: 100vw;
    height: 40px;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: fixed;
    justify-content: space-between;
}

.footer-placeholder {
    height: 50px;
    background-color: #F0F0F0;   
}

.footer-copyright {
    width: 40%;
    color: lightgrey;
    font-size: 12px;
    text-align: center;
}

.footer-logo {
    width: 30%;
}

.footer-links {
    display: flex;
    width: 30%;
    justify-content: space-around;
  
    font-size: 12px;
}

/*Header*/
.header {
    background-image: linear-gradient(to top, #11015d 30%, black 95%);
    width: 96%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 150px;
    z-index: 999;
    padding: 1% 2% 1% 2%;
    }

.header-logo {
    width: 40%;
}

.img-logo {
    height: 100%;
}

.header-links {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.header-placeholder {
    background: #F0F0F0;
    position: block;
    height: 170px;
}

.trennstrich {
    color: #FFC125;
}

.menu-smartphone {
    display: none;
}

/* Content */
.content{
    padding: 0 20px 0 20px;
}

/* Home */

.img-home {
    max-width: 100%;
    border-radius: 8px;
}

/* Pension */

.zwei-spalten {
    display: flex;
    justify-content: space-between;
    width: 96%;
    padding: 10px 20px 10px 20px;
    align-items: center;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.zwei-spalten-weiß {
    display: flex;
    justify-content: space-between;
    width: 96%;
    padding: 10px 20px 10px 20px;
}

.zwei-spalten-inside {
    display: flex;
    justify-content: space-between;
    width: 96%;
    padding: 0 20px 0 20px;
    align-items: center;
}

.spalte-45 {
    width: 38%;
    padding: 10px 20px 10px 20px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
    margin-right: 8px;
}

.liste li::marker {
    color:#FFC125;
}


.spalte-25 {
    width: 20%;
    padding: 10px 20px 10px 20px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.anmerkung {
    font-size: 14px;
    font-style: italic;
}

.img-pension {
    display: block;
    max-width: 19%;
    height: auto;
    border-radius: 6px;
}

.eine-spalte-spacearound-pension {
    display: flex;
    width: 98%;
    padding: 10px 20px 10px 20px;
    justify-content: space-around;
    align-items: center; 
}

/* Reitanlage */

.spalte-30 {
    width: 30%;
}

.spalte-65 {
    width: 65%;
}

.eine-spalte {
    display: block;
    width: 96%;
    padding: 10px 20px 10px 20px;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.eine-spalte-bereiter {
    display: block;
    width: 96%;
    padding: 10px 20px 10px 20px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.eine-spalte-inside {
    display: flex;
    width: 98%;
    padding: 0 20px 0 20px;
    justify-content: space-between;
    align-items: center;
}

.img-koppeln {
    display: block;
    max-width: 30%;
    height: auto;
}

.img-bereiter {
    display: block;
    max-height: 30%;
    width: auto;
}

.eine-spalte-spacearound {
    display: flex;
    width: 98%;
    padding: 0 20px 0 20px;
    justify-content: space-around;
    align-items: center;
}

.eine-spalte-spacebetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.img-plaetze {
    display: block;
    max-width: 40%;
    height: auto;
}

.img-reithalle {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-fensterbox {
    display: block;
    max-width: 100%;
    height: auto;
}

.sternchen {
    font-size: 14px;
    text-align: center;
}

/* Unterricht & Beritt */

.eine-spalte-weiß {
    display: flex;
    width: 96%;
    padding: 20px 20px 20px 20px;
    align-items: center;

}

.img-trainer {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Kontakt */

.drei-spalten {
    display: flex;
    width: 96%;
    justify-content: space-around;
    align-items: center;
}

.kontakt {
    display: flex;
    width: 32%;
    padding: 10px 10px 10px 10px;
    margin: 4px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.kontakt-inside-symbol {
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center;
}

.kontakt-inside-text {
    display: flex;
    width: 78%;
    padding-left: 5px;
    justify-content: space-between;
    align-items: center;
}

.img-kontakt {
    max-height: 50px;
    filter: invert(92%) sepia(13%) saturate(5751%) hue-rotate(336deg) brightness(101%) contrast(101%);
}

/* Datenschutz */

.datenschutz {
    font-size: 12px;
}

.link-datenschutz {
    font-family: Arial;
    text-decoration: none;
    color: blue;
}



/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-width: 300px)
  and (max-width: 479px) {

    /* Hintergrund*/

body {
    background: #F0F0F0;
    font-family: Arial;
    font-size: 1em;
    color: black;
}

/* Schriften*/
h1 {
    font-family: Verdana;
    font-size: 1.2em;
    color: #11015d;
    font-weight: 700;
}

h2 {
    font-family: Arial;
    font-size: 1.1em;
    color: black;
}

h3 {
    font-family: Arial;
    font-style: italic;
    font-size: 1.1em;
    color: black;
}

h4 {
    font-family: Arial;
    font-size: 1.1em;
    color: #FFC125;
}

p {
    font-family: Arial;
    font-size: 0.8em;
    color: black;
}

a {
    font-family: Arial;
    text-decoration: none;
    color: white;
}

.link-blue {
    font-family: Arial;
    text-decoration: underline;
    color: blue;
}

hr {
    border: 0;
    height: 3px;
    width: 30%;
    background: #FFC125;
    background-image: linear-gradient(to right, #F0F0F0, #FFC125, #F0F0F0);
    margin-left: 0;
}

/*Footer*/
.footer-blue {
    background-image: linear-gradient(to bottom, #11015d 50%, black 95%);
    width: 100vw;
    height: 2em;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: fixed;
    justify-content: space-between;
}

.footer-placeholder {
    height: 2.1em;
    background-color: #F0F0F0;   
}

.footer-copyright {
    width: 30%;
    color: lightgrey;
    font-size: 0.25em;
    text-align: center;
}

.footer-logo {
    width: 30%;
}

.footer-links {
    display: flex;
    width: 30%;
    justify-content: space-around;
  
    font-size: 0.5em;
}

/*Header*/
.header {
    background-image: linear-gradient(to top, #11015d 30%, black 95%);
    max-width: 96%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 80px;
    z-index: 1000;
    padding: 1% 2% 1% 2%;
    }

.header-logo {
    height: 100%;
}

.header-links {
    max-width: 80%;
    display: flex;
    justify-content: space-between;
}

.header-placeholder {
    background: #F0F0F0;
    position: block;
    height: 90px;
}

.img-logo {
    max-height: 100%;
}

.menu-smartphone {
    display: block;
}

.header-links {
    display: none;
}

/* Content */
.content{
    padding: 0 1em 0 1em;
}

/* Home */

.img-home {
    max-width: 100%;
    border-radius: 6px;
}

/* Pension */

.zwei-spalten {
    display: block;
    justify-content: space-between;
    width: 96%;
    padding: 0.5em 1em 0.5em 1em;
    align-items: center;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.zwei-spalten-weiß {
    display: block;
    width: 96%;
    padding: 0.5em 1em 0.5em 1em;
}

.zwei-spalten-inside {
    display: block;
    justify-content: space-between;
    width: 96%;
    padding: 0;
    align-items: center;
}

.spalte-45 {
    width: 96%;
    padding: 5px 10px 5px 10px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
    margin-bottom: 5px;
}

.liste li::marker {
    color:#FFC125;
}

.spalte-25 {
    width: 96%;
    padding: 0.5em 1em 0.5em 1em;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.anmerkung {
    font-size: 14px;
    font-style: italic;
}

.eine-spalte-spacearound-pension {
    display: block;
    width: 98%;
    padding: 10px 20px 10px 20px;
    justify-content: space-around;
    align-items: center; 
}

.img-pension {
    display: block;
    max-width: 98%;
    height: auto;
    border-radius: 6px;
    margin-top: 1em;
}



/* Reitanlage */

.spalte-30 {
    width: 96%;
}

.spalte-65 {
    width: 96%;
}

.eine-spalte {
    display: block;
    width: 96%;
    padding: 0.5em 1em 0.5em 1em;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.eine-spalte-bereiter {
    display: block;
    width: 96%;
    padding: 0.5em 1em 0.5em 1em;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
}

.eine-spalte-inside {
    display: flex;
    width: 98%;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.img-koppeln {
    display: block;
    max-width: 30%;
    height: auto;
}

.img-bereiter {
    display: block;
    max-height: 30%;
    width: auto;
}

.eine-spalte-spacearound {
    display: flex;
    width: 98%;
    padding: 0;
    justify-content: space-around;
    align-items: center;

}
.eine-spalte-spacebetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.img-plaetze {
    display: block;
    max-width: 48%;
    height: auto;
}

.img-reithalle {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-fensterbox {
    display: block;
    max-width: 100%;
    height: auto;
}

.sternchen {
    font-size: 14px;
    text-align: center;
}

/* Unterricht & Beritt */

.eine-spalte-weiß {
    display: flex;
    width: 96%;
    padding: 1em 1em 1em 1em;
    align-items: center;
}

.img-trainer {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Kontakt */

.drei-spalten {
    display: block;
    width: 96%;
    justify-content: space-around;
    align-items: center;
}

.kontakt {
    display: flex;
    width: 96%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 4px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 5px 8px #DBDBDB;
    justify-content: space-between;
}

.kontakt-inside-symbol {
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center;
}

.kontakt-inside-text {
    display: flex;
    padding-left: 5px;
    justify-content: space-between;
    align-items: center;
}

.img-kontakt {
    max-height: 50px;
    filter: invert(92%) sepia(13%) saturate(5751%) hue-rotate(336deg) brightness(101%) contrast(101%);
}

/* Datenschutz */

.datenschutz {
    font-size: 12px;
}

.link-datenschutz {
    font-family: Arial;
    text-decoration: none;
    color: blue;
}

/* DropDown-Menü */

/* Grundstil für das Menü */
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 2000;
  }

  /* Button, der das Menü auslöst */
  .dropbtn {
    background-color: #FFC125;
    color: white;
    padding: 0.1em 0.4em;
    font-size: 1.8em;
    border: none;
    cursor: pointer;
    border-radius: 6px;
  }

  /* Das Dropdown-Inhalt, versteckt standardmäßig */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    background-color: #FFF8DC;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 9999;
    right: 0;
    
  }

  .dropdown.show .dropdown-content {
    display: block;
  }

  /* Links im Dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    background-image: linear-gradient(to bottom right, #FFC125 5%, #FFF8DC 50%);
    display: block;
   
  }

  /* Hover-Effekt für Links */
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

}

