/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/static/wig25/fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/static/wig25/fonts/open-sans-v43-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/wig25/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/static/wig25/fonts/open-sans-v43-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/static/wig25/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/static/wig25/fonts/open-sans-v43-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/static/wig25/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/static/wig25/fonts/open-sans-v43-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/wig25/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/static/wig25/fonts/open-sans-v43-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/static/wig25/fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/static/wig25/fonts/open-sans-v43-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
}

a {
  color: #c50005;
}

header {
  padding: 62px 10px 0 10px;
  max-width: 1620px;
  margin: 0 auto;
}

#head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#head h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  color: #c50005;
}

main {
  padding: 55px 0 100px 0;
}

#content {
  background-color: #f3f3f3;
  padding: 35px 0 calc(35px - 1rem) 0;
  font-family: Arial, Helvetica, sans-serif;
}

#content article {
  padding: 0 10px;
  max-width: 1620px;
  margin: 0 auto;
}

#content h2 {
  font-size: 1.4rem;
}

#content p {
  padding-bottom: 1rem;
}



#logos {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

#logos > div {
  flex: 0 0 calc(25% - 75px);
}

#logos > div a {
  position: relative;
  display: inline-block;
}

#logos > div img {
  display: block;
  width: 100%;
}







footer {
  background-color: #454545;
  color: #fff;
  font-size: 1.1rem;
  padding: 20px 0;
}

footer > div {
  padding: 0 10px;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer-nav nav {
  display: flex;
  gap: 15px;
  text-transform: uppercase;
}

#footer-nav a {
  color: #fff;
}



.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #c50005;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
}
.img-icon svg {
  color: #fff;
}

ul {
  text-align: left;
}

.content_trenner {
  width: 100%;
  height: 30px;
}


.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 100px;
  grid-row-gap: 30px;
}

.text-center {
  text-align: center;
}

h3 {
	color: #c50005;
}


@media screen and (max-width: 1600px){
  footer > div {
    flex-direction: column;
    gap: 20px;
  }
  #copyright {
    text-align: center;
  }
}

@media screen and (max-width: 1300px){
  #logos1 > div:nth-child(1), #logos2 > div:nth-child(1) {
    width: auto;
    flex: 0 0 calc(50% - 40px);
  }
  #logos1 > div:nth-child(2), #logos2 > div:nth-child(2){
    width: auto;
    flex: 0 0 calc(50% - 40px);
  }
  #logos1, #logos2 {
    gap: 80px;
  }
}

@media screen and (max-width: 1200px){
  #head h1 {
    font-size: 4.3vw;
  }
}

@media screen and (max-width: 1100px){
  #head > div:nth-child(1) {
    flex: 0 0 50%;
  }
  #head > div:nth-child(2) {
    flex-grow: 1;
    text-align: right;
  }
  #head > div:nth-child(1) img {
    display: block;
    width: 100%;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  #logos {
    flex-wrap: wrap;
  }
  #logos > div {
    flex: 0 0 calc(50% - 50px);
  }
}

@media screen and (max-width: 768px){
  #head {
    flex-direction: column;
    gap: 50px;
  }
  #head h1 {
    font-size: 7.5vw;
  }
  #logos1 > div:nth-child(1), #logos2 > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  #logos1 > div:nth-child(2), #logos2 > div:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  #logos1 a, #logos2 a {
    display: inline-block;
  }
  #logos1 {
    padding-bottom: 80px;
  }
  #footer-nav nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}


#designbody { background:none; background-color:#fff; color:#000; font-size: 1rem; }
#designbody p { padding-bottom:17px; }
#designbody ul { padding-left:17px; }
