@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");

body {
  height: 100%;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  background-color: #F4F4F4;
  margin: 0;
}

#styles *,
#styles *:after,
#styles *:before {
  box-sizing: inherit;
  text-align: left;
}

#styles>div {
  box-sizing: border-box;
  font-size: 62.5%;
}

#styles>div {
  color: #606c76;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.6;
}

#styles hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3.0rem 0;
}

#styles .container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}

#styles a,
#styles a:visited {
  color: #4e969d;
  text-decoration: underline;
  font-weight: bold;
}

#styles a:focus,
#styles a:hover {
  color: #606c76;
}

#styles dl,
#styles ol,
#styles ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

#styles dl dl,
#styles dl ol,
#styles dl ul,
#styles ol dl,
#styles ol ol,
#styles ol ul,
#styles ul dl,
#styles ul ol,
#styles ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

#styles ol {
  list-style: decimal inside;
}

#styles ul {
  list-style: circle inside;
}

#styles .button,
#styles button,
#styles dd,
#styles dt,
#styles li {
  margin-bottom: .5rem;
  padding-left: .2rem;
}

#styles fieldset,
#styles input,
#styles select,
#styles textarea {
  margin-bottom: 1.5rem;
}

#styles blockquote,
#styles dl,
#styles figure,
#styles form,
#styles ol,
#styles p,
#styles pre,
#styles table,
#styles ul {
  margin-bottom: 1.5rem;
}

#styles table {
  border-spacing: 0;
  width: 100%;
}

#styles td,
#styles th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

#styles td:first-child,
#styles th:first-child {
  padding-left: 0;
}

#styles td:last-child,
#styles th:last-child {
  padding-right: 0;
}

#styles b,
#styles strong {
  font-weight: bold;
}

#styles p {
  margin-top: 0;
}

#styles h1,
#styles h2,
#styles h3,
#styles h4,
#styles h5,
#styles h6 {
  font-weight: 300;
  /* letter-spacing: -.07rem; */
  margin-bottom: 1.25rem;
  margin-top: 0;
}

#styles h1 {
  font-size: 2.6rem;
  line-height: 1.2;
}

#styles h2 {
  font-size: 1.6rem;
  line-height: 1.25;
}

#styles h3 {
  font-size: 1.8rem;
  line-height: 1.3;
}

#styles h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

#styles h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

#styles h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

#styles img {
  max-width: 100%;
}

#styles .clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}

#styles .float-left {
  float: left;
}

#styles .float-right {
  float: right;
}

#styles .main {
  /* font-family: Source Sans Pro;
  background-color: #F4F4F4;
  margin: 0; */
  padding: 20px 20px;
}

#styles .container {
  padding: 30px 0px;
  box-shadow: 0px 0px 20px 0px lightgray;
  border-radius: 10px;
  background-color: white;
  max-width: 800px;
  margin: 30px auto;
  text-align: left;
  /* background-image: url("img/welle_dunkel_template-NEW-vertically_flipped-2x.jpg");
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 140px; */
  padding-bottom: 0px;
}

#styles .header-area {
  margin: -30px 0px 30px 0px;
  border-radius: 10px;
  max-width: 800px;
  text-align: left;
  background-image: url("img/header-area-background.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

#styles .header-area img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

#styles .content-block {
  padding: 20px 30px;
}

#styles .content-block.highlight {
  /* background-color: aquamarine; */
  background-color: #51a2ad;
  /* background-image: linear-gradient(-165deg, #51a2ad 0, #449397 97%) !important; */
  margin: 20px 0px;
  color: white;
}

#styles .content-block.highlight a,
#styles .content-block.highlight a:visited {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#styles .content-block.highlight a:hover,
#styles .content-block.highlight a:focus {
  text-decoration: underline;
}

#styles .content-block:last-child {
  /* padding-bottom: 140px;
  background-image: url("img/footer_background.svg");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0px 0px 10px 10px; */
  /* padding-bottom: 60px; */
}

#styles .footer-area {
  margin: -130px -30px -37px -30px;
}

#styles .footer-area img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

#styles h1 {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  #styles h1 {
    font-size: 36px;
  }
}

#styles h3 {
  margin-top: 0px;
}

#styles h3 span {
  font-size: 20px;
  margin-left: 10px;
}

@media (max-width: 560px) {
  #styles h3 span {
    margin-left: 0;
    display: block;
  }
}

#styles p:last-child {
  margin: 0;
}

#styles>div {
  margin: 0;
}

#styles ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 0;
}

/* cogia biotech */

/** header-area **/ 

#styles .header-area {
  padding: 100px 0px;
  margin: 0px;
  color: white;
}

#styles .header-area img {
  max-width: 280px;
  height: auto; 
  width: 100%;
  margin-bottom: 10px;
}

#styles span.highlight {
  font-weight: 700;
}

#styles .header-area h2 {
  margin-bottom: 0;
}

#styles .container {
  padding: 0px;
}

.header-area > * {
  margin-left: 30px;
}

[id^="togList"],                        /* HIDE CHECKBOX */
[id^="togList"] ~ .list,                /* HIDE LIST */
[id^="togList"] + label  h3 + h3,   /* HIDE "Collapse" */
[id^="togList"]:checked + label h3{   /* HIDE "Expand" (IF CHECKED) */
  display:none;
}
[id^="togList"]:checked + label h3 + h3{
  display:inline-block;                 /* SHOW "Collapse" (IF CHECKED) */
}
[id^="togList"]:checked ~ .list {
  height: unset;
  transition: all 1s ease-in-out;
  display:block;                        /* SHOW LIST (IF CHECKED) */
}

[id^="togList"] ~ .list {
  height: 0px;
  overflow: hidden;
  display: block;
  transition: all 1s ease-in-out;
  max-width: 400px;
}



#styles h3.toggle-button {
  margin-bottom: 0;
}

#styles .toggle-button:hover {
  text-decoration: underline;
  color: black;
  cursor: pointer;
}

#styles .container.outline {
  box-shadow: none;
  border: 1px solid gray;
  background-color: transparent;
}

#styles .container.clean {
  box-shadow: none;
  border: unset;
  background-color: unset;
}
