/* ############################################################ */
/* allgemein */
/* ############################################################ */

body {
    font-family: roboto;
    font-size: 14px;
    margin: 0;
    background: #fff;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap:break-word
}

img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

.main-section {
    margin-top: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

a {
  color: #104E8B;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

.header {
    font-weight: bold;
    font-size: 24px;
    padding-left: 16px;
}

button {
    font-family:roboto;
    color: #fff;
    background: #104E8B;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-size:16px;
    height: 32px;
    border: none;
    padding: 8px 16px 12px 18px;
}

button:hover {
    background: #1874CD;
}

.button {
    color: #fff;
    background: #104E8B;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-size:16px;
    height: 32px;
    border: none;
    padding: 16px 12px 0px 12px;
}

.button:hover {
    background: #1874CD;
}

p {
    font-size: 14px;
     line-height: 180%;
     padding-top: 6px;
     padding-bottom: 6px;
     cursor: default;
     margin: 0;
}

.center {
    text-align: center;
}

u {
    text-decoration: underline;
}

b {
    font-weight: bold;
}

h1 {
    font-weight: bold;
    color: #104E8B;
    line-height: 130%;
    cursor: default;
    font-size: 32px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;
    margin: 0px;
}


h2 {
    font-weight: bold;
    color: #104E8B;
    line-height: 130%;
    cursor: default;
    font-size: 24px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;
    margin: 0px;
}

h3 {
    font-weight: bold;
    color: #104E8B;
    line-height: 130%;
    cursor: default;
    font-size: 20px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 12px;
    margin: 0px;
}

h4 {
    font-weight: bold;
    color: #104E8B;
    line-height: 130%;
    cursor: default;
    font-size: 16px;
    text-align: left;
    padding-bottom: 0px;
    margin: 0px;
}

ul {
  list-style-type: disc;
  padding-left: 24px;
  line-height: 180%;
  margin-bottom: 16px;
  cursor: default;
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
  padding-left: 24px;
  line-height: 180%;
  margin-bottom: 16px;
  cursor: default;
  margin-bottom: 0;
}

li {
    padding-left: 4px;
    padding-bottom: 6px;
}

/* ############################################################ */
/* Navbar */
/* ############################################################ */

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    border-bottom: 4px solid #104E8B;
}

.ul-navbar {
    display: flex;
    justify-content: left;
    list-style-type: none;
    margin: 0;
    padding: 20px 8px 20px 8px;
}

.li-navbar {
    padding: 0;
    display: block;
    position: relative;
}

.a-navbar {
    padding: 20px 8px 20px 8px;
    font-size: 16px;
    color: #104E8B;
}

.nav-col-left {
  width: calc((100% - 200px) / 2);
  padding-left: 24px - 8px;
}

.nav-col-center {
  width: 200px;
}

.nav-col-right {
  width: calc((100% - 200px) / 2);
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
}

/* ############################################################ */
/* Cookie Hinweis */
/* ############################################################ */

.cookie-hinweis {
    display: flex;
	width: 100%;
	bottom: 0px;
	background: #fff;
    border-top: 6px solid #1874CD;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 200;
}

.col-left {
  width: 70%;
  margin: 0;
  padding: 0;
 }

 .col-right {
   display: flex;
   align-items: center;
}

.p-cookie {
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 24px;
}

/* ############################################################ */
/* Footer */
/* ############################################################ */

.footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
 }

 .img-footer {
     border-top: 6px solid #1874CD;
 }

 .footer-main-section {
    width: 80%;
    margin: 16px auto 16px auto;
    display: flex;
      align-items: center;
      align-content: center;
}

.footer-col-left {
    width: 50%;
    box-sizing: border-box;
}

.footer-col-right {
    width: 50%;
    box-sizing: border-box;
}

.h4-footer {
    margin-top: 4px;
    margin-bottom: 0px;
}

.ul-footer {
     display: flex;
     justify-content: center;
     background: #1874CD;
     margin: 0;
 }

.li-footer {
    padding: 4px 8px;
    color: #104E8B;
    cursor: default;
    list-style-type: none;
}

.a-footer {
    color: #104E8B;
}


 /* ############################################################ */
 /* Menu */
 /* ############################################################ */

 .menu-food {
     display: flex;
     align-items: center;
     align-content: center;
 }

 .menu-col-left {
     width: 90%;
 }


 .menu-col-right {
     font-size: 14px;
     color: #1874CD;
     margin: 0;
 }
