﻿* {
    font-family:"skolar-sans-latin";
    padding: 0;
    margin: 0;
}

html {

}

body {
    background-image: url(MB_Dettingen_HG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
}


header {
    height: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
}

header img {
    height: 50px;
    padding: 5px;
}

#main {
    display: flex;
    justify-content: center;
}

#container {
    width: 80%;
    background-color: white;
    padding: 20px;
    margin-top: 20%;
    margin-bottom: 2%;
    
}

#container h2 {
    color: #01476d;
}

#container h1 {
    color: #01476d;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
}

#container h3 {
    color: black;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

#container ul {
    list-style: none;
}

#container ul li::before {
    content: "■";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #01476d; /* 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) */
}

#container ul li {
    color: black;
    font-weight: bold;
}

.bold {
    color: #01476d;
    font-weight: bolder;
}

#form {
    display: flex;
    gap: 20px;
}

#container input {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 0.5px solid grey;
    padding: 12px 12px 4px 11px;
}

#form button {
    border-radius: 5px;
    color: white;
    background-color: #01476d;
    width: 150px;
    padding: 2px 0px 6px 0px;
    font-weight: bolder;
}

@media screen and (max-width: 600px) {
    #container h2 {
        font-size: 18px;
        color: #01476d;
       
    }
    
    #container h1 {
        color: #01476d;
        font-size: 32px;
        line-height: 38px;
        
    }
    
    #container h3 {
        color: black;
        font-style: italic;
        font-size: 14px;
    }
    
    #container {
        margin-top: 40%;
    }
    
  }
  #AboAuftrag #FormAboAuftrag #LandingpageForm .abo-detail-abotemplate {
        display: none;
      }