@media only screen and (min-width: 481px) and (max-width: 1024px) 
{

/***** Font allgemein *************************************************************************************/

@font-face
{
    font-family: "Montserrat";
    src: url("./font/Montserrat-Regular.ttf");
}

@font-face
{
    font-family: "LTCutter";
    src: url("./font/LinotypeCutter.ttf");
}

:root {
    --farbethema: #dcb57c;
    --farbe: #ffffff;
    --schriftfarbe: black;
}

/***** Alle Box (Margin, Padding und Border) gleichgestellt************************************************/


* {
    box-sizing:border-box;
    font-family: Helvetica;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    word-spacing: 0.1em;

}


/***** GRID: FUNKTION *************************************************************************************/ 

body {
    display: grid;
    grid-template-rows: 5em 2em auto auto auto 10em;
    grid-template-columns: 5% 30% 30% 30% 5%;
}

header {
    grid-column: 1 / 6;
    grid-row: 1 / 2;
}

#responsive-nav, .responsive-nav-label {
    grid-column: 1 / 6;
    grid-row: 2 / 3;
}

nav {
    grid-column: 1 / 6;
    grid-row: 3 / 4;
}

div#schlagzeile {
    grid-column: 2 / 5;
    grid-row: 4 / 5;
}

main {
    grid-column: 2 / 5;
    grid-row: 5 / 6;
    min-height: 15em;
}

footer {
    grid-column: 1 / 6;
    grid-row: 6 / 7; 

    display: grid;
    grid-template-rows: 2.5em auto 2.5em;
    grid-template-columns: 5% 90% 5%;
}

.sozialmedien_liste {
    grid-column: 2 / 3;
    grid-row: 1 / 2;   
}

.footer_kontakt {
    grid-column: 2 / 3;
    grid-row: 3 / 4; 
}

.footer_sonstige {
    grid-column: 2 / 3;
    grid-row: 2 / 3; 
}


/***** Style **********************************************************************************************/



body {
    position: relative;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

header {
    height: 5em;
    width: 100%;
    margin: auto;

    background-image: url("./medien/2023_hp_header_2.png");
    background-size: 100% 100%;
    border-bottom: 1px solid #5d5257;   
}

.signmtb_schriftzug {
    position: relative;
    height: 5em;
    width: 20em;

    background-image: url("./medien/signmtb_schriftzug.png");
    background-repeat: no-repeat;
    background-size: contain; 

    float: left;
}

.signmtb_logo {
    position: absolute;
    top: 0.8em;
    right: 0.7em;
    height: 4.5em;
    width: 6em;

    background-image: url("./medien/signmtb_logo.png");
    background-repeat: no-repeat;
    background-size: contain;

    float: right;
}

input#responsive-nav 	
{
      display: none;
}

label.responsive-nav-label
{

    font-family: Montserrat;
    font-size: 0.9em;
    letter-spacing: 1px;

    position: relative;
    display: block;
    padding: 0.5em 0 0.5em 0.5em;
    cursor: pointer;
    color: white;

    background-color: #8b7d79;
    border-bottom: 1px solid #727272;
    width: 100%;
}

label.responsive-nav-label span 
{
      padding: 0px 0px 0px 2px;
}

input#responsive-nav[type=checkbox]:checked ~ nav 
{
      position: relative;
      top: 0;
}	

nav
{
    position: absolute;
    top: -9999px;
    margin: 0px;
    padding: 0px;
    
    width: 100%;
}

nav a
{
    color: #727272;
    text-decoration: none;
}

nav ul
{
    position: relative;
    list-style: none;
    text-align: left;
    
    font-family: Montserrat;
    font-size: 0.9em;
    border: 1px solid #727272;
    
    margin: 0px;
    padding: 0px;
    background-color: #6d6468;

    width: 100%;
}

nav ul li:before
{
    content: "» ";
    color: white;
}

nav ul li
{
    background: #8b7d79;

    padding: 8px 0 8px 12px;
    margin: 0px 0px 1px 0px;

    width: 100%;
}	
/*
#schlagzeile {
    margin: 1em 0 1em 0;
    background-color: red;
    height: 30px;
}
*/
main {
    margin: 1em 0 1em 0;
    font-family: LTCutter;
}

footer {
    min-height: 10em;
    width: 100%;

    background-color: #dcb57c;
    border-top: 1px solid black;

    color: white;
}
.sozialmedien_liste {
    width: 100%;
    padding: 1em 0 1em 1em;

    display: flex;
    flex-direction: row;   
    align-self: left;
}
.sozialmedien {
    height: 23px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;

}

.sozialmedien svg {

    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    vertical-align:middle;
    height: 23px;
    width: 23px;
}

.footer_kontakt {
    text-align: center;
    font-size: 0.9em;
}

.footer_sonstige {
    width: 100%;
    padding: 0px;
    margin: 0 0 1em 0;

    color: var(--schriftfarbe);
    font-size: 0.9em;
}

.footer_sonstige p:nth-of-type(1) {
    padding: 0 0 0 1em;
    margin: 0px;
}

.footer_sonstige p:nth-of-type(2) {
    padding: 0 0 0 1em;
    margin: 0px;
}

.footer_sonstige p:nth-of-type(3) {
    padding: 1em 0 0 1em;
    margin: 0px;
}

a {
    color: var(--schriftfarbe);
    font-size: 1em;
    text-decoration: none;  
}

a:hover {
    color: #544b49;
}

.box {
    width: 100%;
    display: block;
    background-color: var(--farbe);
    margin: 0 0 1em 0;
}

.box a {
    text-decoration: none;
    color: blue;
}

a.a_box {
    text-decoration: none;
    color: black;
}

a.a_box:hover {
    cursor:pointer;
    text-decoration: none;
    color: black;
}

.box a:hover {
    color: #626ccd;
}

.box .box_thema {
    background-color: var(--farbethema);
    height: 1.5em;
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    font-size: 0.9em;
}

.box .box_thema img {
    height: 30px;
    width: 30px;
    background-color: white;
    border: 1px solid black;
    margin: 0 1em 0 0.5em;
    float: left;
}

.box .box_inhalt {
    padding: 1em;
    font-size: 0.9em;
}

.box .box_inhalt ul {
    list-style: none; /* Remove default bullets */
    font-size: 0.9em;
  }
  
.box .box_inhalt  ul li::before {
    content: "\25CB";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #dcb57c; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1.2em; /* Also needed for space (tweak if needed) */
    font-size: 0.8em;
}


/* ENDE CSS ######################## */

}