@charset "UTF-8";
/* Reset
-----------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

button {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

button:hover {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

/* Buttons
----------------------------*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  background-color: transparent;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/* Variablen
-----------------------------------------------------------*/
:root {
  --app-height: 100%;
  --color-text: #2D419A;
  --color-light-blue: #D8FBFF;
  --line-height: 1.35em;
  --line-height2: 2.7em;
}

/* V.1 Vramework
-----------------------------------------------------------*/
.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.txt-small {
  font-size: 0.7rem;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.clear-both {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.static {
  display: static;
}

.pad-top-1rem {
  padding-top: 1rem;
}

.pad-top-3rem {
  padding-top: 3rem;
}

.pad-bottom-1rem {
  padding-bottom: 1rem;
}

.pad-bottom-3rem {
  padding-bottom: 3rem;
}

.pad-bottom-1lh {
  padding-bottom: var(--line-height);
}

.pad-bottom-0 {
  padding-top: 0;
}

.mar-top-1rem {
  margin-top: 1rem;
}

.mar-bottom-1rem {
  margin-bottom: 1rem;
}

.mar-bottom-1lh {
  margin-bottom: var(--line-height);
}

.mar-bottom-0 {
  margin-bottom: 0;
}

.border-50 {
  border-radius: 50%;
}

.border-20 {
  border-radius: 20px;
}

.line-height {
  line-height: var(--line-height);
}

.border-top-1 {
  border-top: 1px solid var(--color-text);
}

.border-bottom-2 {
  border-bottom: 2px solid var(--color-light-blue);
}

.bg-light-blue {
  background: var(--color-light-blue);
}

/* Buttons
----------------------------*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: var(--line-height);
  margin: 0;
  background-color: transparent;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/* Schriften
-----------------------------------------------------------*/
/* nunito-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: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/nunito-v25-latin-regular.woff2") format("woff2"), url("webfonts/nunito-v25-latin-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-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: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/nunito-v25-latin-600.woff2") format("woff2"), url("webfonts/nunito-v25-latin-600.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nunito-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: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("webfonts/nunito-v25-latin-800.woff2") format("woff2"), url("webfonts/nunito-v25-latin-800.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Grundgerüst
-----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

body {
  font-family: "Nunito", sans-serif;
  color: var(--color-text);
  /* 	min-height: 100vh;
  	display: grid;
  	grid-template-rows: auto 1fr auto;
  */
}

section {
  margin: 0 1.5rem;
  padding: 5rem 0;
}

.frame {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 880px;
}

.grid-2, .grid-3, .grid-4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 5%;
  grid-row-gap: 0px;
  /* 
  align-items: center;
  	justify-items: center;
   */
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.produkte {
  padding-top: var(--line-height);
}

.produkte .prod-block:nth-child(even) .grid-item:first-child {
  order: 2;
}

.produkte .prod-block:not(:last-child) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid var(--color-light-blue);
}

.col-2 {
  column-count: 2;
  column-gap: 40%;
  column-width: 100px;
}

.col-2 p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* .wrapper div {
	top: 50%;
	transform: translateY(-50%);
}

.content ul li {
	padding: 0 0 0 1.6em;
}

.content ul li:before {
	content: "- ";
	position: relative;
	margin-left: -0.6em;
} 

.background-image {
	background-image: url(../img/blume.svg);
	background-repeat: no-repeat;
	background-size: 1.8em auto;
	background-position: right 10% bottom;
}

p:not(:first-child),
:not(:nth-child(4n))
{
}

*/
/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

p.links > a {
  border-bottom: 1px solid var(--color-text);
}

p {
  line-height: var(--line-height);
  margin-bottom: var(--line-height);
}

p:last-child {
  margin-bottom: 0;
}

h1, h2 {
  font-size: 3.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.75rem;
}

h3 {
  line-height: var(--line-height);
  margin-bottom: 0.8rem;
  font-weight: 800;
}

h3.icon-title {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

h4 {
  font-size: 0.6rem;
  margin-bottom: 0.6rem;
  font-weight: 800;
}

h5 {
  font-size: 0.6rem;
  margin-bottom: 0;
  font-weight: 800;
}

strong {
  font-weight: 600;
}

sup {
  position: relative;
  top: -0.2em;
  font-size: 0.48rem;
}

.video {
  margin: 0;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Struktur
-----------------------------------------------------------*/
.open-box {
  display: none;
  padding-bottom: 0.5rem;
}

/* Header
-----------------------------------------------------------*/
.site-header {
  position: relative;
}

.logo {
  border: none;
  display: block;
  margin: 2.8rem auto;
  width: 90%;
  max-width: 350px;
}

/* Footer
-----------------------------------------------------------*/
.site-footer {
  color: #fff;
  font-size: 0.8rem;
  background: var(--color-text);
}

.site-footer div {
  margin: 0 1.5rem;
}

.site-footer div p {
  font-weight: 800;
  padding: 1em 0;
}

/* Spezifische Formatierungen
-----------------------------------------------------------*/
.btn-link {
  background: #2e479e;
  background: linear-gradient(0deg, #2e479e 0%, #3dddf6 100%);
  border-radius: 3rem;
  display: inline-block;
  margin: 0 auto;
  color: var(--color-light-blue);
  padding: 0.3rem 1.3rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.icon {
  max-width: 80px;
  margin: 0 auto;
}

.weiterlesen {
  font-weight: 800;
  font-size: 0.6rem;
  display: inline-block;
  position: relative;
}

.weiterlesen:after {
  content: " ";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: -1.4em;
  top: 0;
  background-image: url(../img/btn-plus.svg);
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right center;
}

.weiterlesen.open:after {
  background-image: url(../img/btn-minus.svg);
}

.prod-img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.logo-synlab {
  max-width: 150px;
  margin: 0 auto;
}

/* Main Navigation
-----------------------------------------------------------*/
/* Navigation
---------------------------*/
#hamburger {
  position: fixed;
  right: 4%;
  top: 3.5rem;
  cursor: pointer;
  display: block;
  width: 27px;
  height: 21px;
  z-index: 100;
}

#hamburger span {
  display: block;
  width: 27px;
  height: 5px;
  margin-bottom: 6px;
  position: relative;
  background: var(--color-text);
  transform-origin: 0 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#hamburger span:first-child {
  background: var(--color-text);
  transform-origin: 0% 0%;
}

#hamburger span:nth-last-child(2) {
  background: var(--color-text);
  transform-origin: 0% 100%;
}

/* Kreuz machen
---------------------------------*/
#hamburger.open span {
  opacity: 1;
  transform: rotate(45deg) translate(3px, 0px);
  background: var(--color-text);
}

/* Mittlerer Balken verstecken
---------------------------------*/
#hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* Letzter in die andere Richtung drehen
---------------------------------*/
#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -2px);
}

/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
/* Ende 1200 */
@media screen and (max-width: 760px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: var(--line-height2);
    /* 
    align-items: center;
    	justify-items: center;
     */
  }

  section {
    margin: 0 1rem;
    padding: 2.5rem 0;
  }

  h1, h2 {
    font-size: 2.5rem;
  }

  .logo {
    margin: 2rem auto;
  }

  /* Navigation
  -----------------------------------------------------------*/
}
/* Ende 760 */
@media screen and (max-width: 500px) {
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: var(--line-height2);
    /* 
    align-items: center;
    	justify-items: center;
     */
  }

  .produkte .prod-block:nth-child(even) .grid-item:first-child {
    order: 0;
  }

  h1, h2 {
    font-size: 1.75rem;
  }
}
/* Ende 500 */
/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
