body {
  max-width: 1300px;
  margin: 0 auto;
  font-family: "Merriweather", serif;
  /* background-image: url("../Images/hg_ireland_1900.jpg"); */
  background-image: url("../Images/kingArthur.jpg");
  /* background-size: 340px, auto; */
  /* min-height: calc(100vh - 100px); */
  background-size: cover;
  /* background: white; */
  background-attachment: fixed;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
main {
  display: grid;
  grid-gap: 20px;
  /* padding-top: 50px; */
  /* border: 1px red solid; */
}
section {
  display: grid;
  grid-gap: 20px;
  align-self: flex-start;
}
.frame {
  background-color: rgba(21, 89, 38, 0.8);
  color: #ffca66;
  padding: 18px;
}
.logo {
  background-image: url("../Images/eddies_logo_220.gif");
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 250px;
  min-height: 180px;
}
.webicon.facebook {
  background: url("../Icons/webicon-facebook-m.png");
  background-repeat: no-repeat;
  background-size: 25px;
  display: inline-block;
  background-size: 100%;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  text-align: left;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-bottom: 5px;
}
main .ce-gallery[data-ce-columns="1"] img {
  width: 100%;
  height: auto;
}
/* --------------Schriften------------- */

h1,
h2,
h3 {
  margin-top: 0;
}
p {
  /* font-weight: 300; */
  font-size: 1.2em;
  line-height: 1.5;
  /* font-style: italic; */
}
li {
  font-size: 1.2em;
}
a,
a:visited {
  color: inherit;
}

/* --------------Sonderstile-------------*/
#body12 aside {
  display: none;
}

/* --------------Bilderabstand-------------
 .ce-gallery .ce-column {
 margin-bottom: 5px; margin-right: 5px}
.ce-row {margin: 0;}

/* --------------Boxen------------- */
.frame:nth-of-type(1) {
  background-color: rgba(21, 89, 38, 0.8);
  color: #ffca66;
}
.frame:nth-of-type(2) {
  background-color: rgba(242, 174, 48, 0.8);
  color: #16331d;
}
.frame:nth-of-type(3) {
  background-color: rgba(191, 52, 52, 0.8);
  color: #ffd485;
}
.frame:nth-of-type(4) {
  background-color: rgba(191, 6, 74, 0.8);
  color: #ffd485;
}
.frame:nth-of-type(5) {
  background-color: rgba(128, 101, 51, 0.8);
  color: #ffd485;
}
.rechts .frame:nth-of-type(1) {
  background-color: rgba(242, 174, 48, 0.8);
  color: black;
}
.rechts .frame:nth-of-type(2) {
  background-color: rgba(155, 143, 106, 0.8);
  color: black;
}
.rechts .frame:nth-of-type(3) {
  background-color: rgba(119, 147, 108, 0.8);
  color: black;
}
.rechts aside .frame:last-of-type {
  background-color: rgba(155, 143, 106, 0.8);
  color: black;
  border-bottom-right-radius: 20px;
}
aside .rechts .frame:nth-of-type(1) {
  background-color: rgba(155, 143, 106, 0.8);
  color: red;
}
.aside .frame {
  border-bottom-right-radius: 20px;
  background-color: rgba(155, 143, 106, 0.8);
  color: red;
}

/* aside .rechts .frame:nth-of-type(1) {background-color:rgba(152,124,49,0.8); color: black; } */

footer {
  background-color: #000;
  height: 26px;
  font-size: 70%;
  color: #ffca66;
  padding-left: 10px;
}
footer a:link {
  color: #ffca66;
}

/* --------------Displaygrösse------------- */
@media only screen and (min-width: 900px) {
  main {
    grid-template-columns: 2fr 1fr;
    /* margin-top: 60px; */
    padding-top: 60px;
  }
  .topnav li a {
    font-size: 1.1em;
  }
  p {
    font-weight: 300;
  }
  @media only screen and (min-width: 1024px) {
    main {
      grid-template-columns: 2fr 1fr;
      /* margin-top: 60px; */
      padding-top: 60px;
    }
    .logo {
      background-image: url("../Images/eddies_logo_220.gif");
      background-position: center 10px;
      background-repeat: no-repeat;
      background-size: 350px;
      min-height: 240px;
    }
    .links {
      grid-template-columns: 1fr 1fr;
    }
    .links .frame-default:first-of-type {
      grid-column: 1 / 3;
      grid-row: 1;
      min-height: 20em;
    }
    .frame-einspaltig {
      grid-column: 1 / 2;
    }

    #body10 .links .frame,
    .frame-zweispalten {
      grid-column: 1 / 3;
    }
    .frame-einspaltig {
      grid-column: 1 / 2;
    }
  }
  @media print {
    *,
    a:link {
      color: #000;
    }
  }
}
