@import "style.css";

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 10px 0;
    color: #1c2e66;
    hyphens: auto;
}

p {
    margin-bottom: 1.2em;
}

img {
    width: 100%;
    height: auto;
}
a, a:focus {border: 0;
    text-decoration: underline;
}
a:hover {opacity: 0.7;} 
.anker {
    transform: translateY(-180px)!important;
}


.w3-col.m6, .w3-half {
    padding: 0 20px;
}
.no-padding {
    padding: 0;
}


header.w3-padding-64 {
  border-top: 5vw solid #1c2e66;
  border-bottom: 5vw solid #1c2e66;
  padding-bottom: 1vw !important;
  padding-top: 5vw !important;
}
.header h1 {
    font-weight: 600;
    font-size: 4.5vw;
    hyphens: none;
}
.header h2 {
    font-size: 4vw;
    hyphens: none;
}
.headimg {padding: 0 5vw;}


.seite header.w3-padding-64 {
  border-top: 2vw solid #1c2e66;
  border-bottom: 2vw solid #1c2e66;
  padding-bottom: 1vw !important;
  padding-top: 1.5vw !important;
}
.seite .headimg {padding: 0;}

.seite .header h1 {
  font-size: 3vw;
  margin: 0 !important;
}
.seite .header h2 {
  font-size: 3vw;
  margin: 0;
}


footer {
    background: #1c2e66;
    color: #fff;
    font-size: 0.8rem;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.02em;
}
footer p {
    margin-bottom: -0.4em;
}
.balken {
  background-color: #a81b1c;
  height: 6px;
  margin: 2.5em 0 1em 0;
  border-radius: 5px;
}
.address span {
  width: 65px;
  display: inline-block;
}

.submenu.legal {
    list-style: none;
    padding-left: 15px;
}
footer .submenu.legal {
  padding-left: 0px;
}
.submenu li {
    display: inline-block;
}
.submenu a {
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.submenu li:first-child a {
    padding-left: 0em;
}
.submenu li:last-child a {
    border-right: none;
    padding-right: 0em;
}
.submenu.top a {
    border-right: 1px solid #000;
}


/*####################################################*/
/*#################  MEDIAQUERIES  ##################*/
/*####################################################*/

@media (max-width:600px) {

    .header {margin-bottom: -30px;}
    .seite header.w3-padding-64 {
        border-top: 5vw solid #1c2e66;
        border-bottom: 5vw solid #1c2e66;
        padding-bottom: 1vw !important;
        padding-top: 5vw !important;
    }
    .header h1, .seite .header h1 {
        font-size: 6.5vw;
        line-height: 8vw;
        margin: 16px !important;
    }
    .header h2, .seite .header h2 {
        font-size: 6vw;
        line-height: 6vw;
        margin: 16px !important;
    }
    .seite .headimg {padding: 0 5vw;}

}
