
html {
    font-size: 100%;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align:justify;
    /* color: #006ec2; */
}

h3 {
    text-align: center;
}

header {
    background: #f0a6a3 url(../img/header_bg.jpg) repeat-y;
    padding: 0px;
    text-align: center;
    min-height: 260px;
    padding: 10px;
    border-bottom: 5px solid #c51a10;
    border-top: 5px solid #c51a10;
    
}
header .claim h1 {
    color: #c51a10;
    text-transform: uppercase;
    font-size: 2rem;;
}
header .claim {
    width: 50%;
    margin: auto;
}
header .claim p {
    padding: 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

header .logo {
    width: 200px;
    float: left;
    margin-bottom: 10px;
}

.header-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

main {
    padding: 20px;
    background-color: #ffffff;
    width: 60%;
    margin: 20px auto;
    border: solid 1px #000;
    border-radius: 15px;
    -webkit-box-shadow: 4px 5px 15px 0px rgba(0,0,0,0.85); 
    box-shadow: 4px 5px 15px 0px rgba(0,0,0,0.85);

}
section {
    margin: 10px 0;
}

section.grafik {
    text-align: center;
}
section.grafik img {
    width: 60%;
}
section.social  {
    width: 270px;
    margin: auto

}
section.social img {
    width: 150px;
}

section.social a {
    text-decoration: none;
    float: left;
    
}

section.social a.heimat {
    margin: 15px 20px 0 0;
}

section.social a.insta img {
    width: 100px;
}

img {
    max-width: 100%;
}

footer {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    text-align: center;
}

a, .red {
    color: #c51a10;
}

footer a {
    color: #fff;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.screenreader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}



/* Large Tablets */
@media (max-width: 1279px) {
    header {
        min-height: 260px;
        padding: 5px;
    }
    header .claim {
        width: 100%;
        margin: auto;
    }
    
    header .logo {
        width: 150px;
        margin-bottom: 0;
    }
    
    main {
        width: 90%;
        padding: 10px;
    }
    section.grafik img {
        width: 90%;
    }
}

/* Tablets */
@media (max-width: 768px) {
    header {
        min-height: 120px;
        padding: 5px;
    }
    header .claim {
        width: 100%;
        margin: auto;
    }
    
    header .logo {
        width: 140px;
        margin-bottom: 0;
    }
    
    main {
        width: 90%;
        padding: 10px;
    }
    section.grafik img {
        width: 100%;
    }
}

/* Smartphonbes */
@media (max-width: 480px) {
    body {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    header {
        min-height: 120px;
        padding: 5px;
    }
    header .claim {
        width: 100%;
    }

    header .claim h1 {
        font-size: 1.4rem;
    }

    header .claim p {
        font-size: 0.8rem;
        
    }
    
    header .logo {
        width: 100px;
        margin-bottom: 0;
    }
    
    main {
        width: 90%;
        padding: 10px;
    }
    h3 {
        font-size: 1rem;
    }

    section.grafik img {
        width: 100%;
    }
}
