@charset "utf-8";
/* CSS Document */
/*
Theme Name: Karina Wlastowska
Author: networkerz gmbh
Author URI: https://networkerz.de/
Description: main css
Version: 1.0
License: private
License URI: https://www.networkerz.de
*/
/* font-faces */
/* barlow-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/barlow-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/barlow-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/barlow-v12-latin-700.woff2') format('woff2'); 
}

* {
	 margin: 0; padding: 0;
	 box-sizing: border-box;
	 }

html, body {
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:18px;
	line-height: 28px;
	line-height: 1.45;
	margin:0px;
	padding:0px;
    color:var(--bodytext);
	scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
strong {
	font-weight:600;
}
h1 {
  font-size:1.45em;
  font-weight: 500;
  margin:40px 0;
}
h2 {
  font-size:1.45em;
  font-weight: 500;
  margin:30px 0;
}
h3 {
  font-size:1.33em;
  font-weight: 600;
}
.logo a {
    font-size:1.95em;
    font-weight:500;
    color:var(--bodytext);
    text-decoration:none;
	line-height: 1;
}
footer .logo a {
  font-size:1.45em;
  font-weight:300;
  color:var(--bodytext-contrast);
}
.logo a:hover {
    text-decoration:none;
}
header .description p, footer #footer-nav-1 a {
  font-size: 0.75em;
}
blockquote, .blockquote p, .blockquote em {
  font-size: 0.85em;
}
.blockquote blockquote {
	line-height:1.6;
}
.btn {
  font-size:1.2em;
  font-weight: 500;
  text-align: center;
  text-transform:uppercase;
}

a {
  text-decoration: none;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
	}
a:visited, a:focus {	}
a:focus { outline: none;}
a:hover,
a:focus {
  text-decoration: underline;
	}
.btn a, footer a {
  text-decoration: none;
  color: var(--bodytext-contrast);
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: all 0.3s ease;
}
.button.fixed .btn a {
	display:block;
	padding: 10px 40px 10px 0;
	max-width: 250px;
  	margin: 0 auto;
}
.anchorlist a, h4 {
    font-weight:600;
    color:var(--main-dark);
}
ul {
  margin:0;
}
li {
    list-style:disc;
    margin: 0;
    padding: 0;
}
ul {
  margin-left:20px;
}
.anchorlist ul {
  margin-left:0;
}
.anchorlist li {
  margin-bottom:20px;
}
nav ul, nav li,
.anchorlist li {
	list-style:none;
}
.anchorlist li a + p {
    margin-top:0;
}
.anchor {
  position: relative;
  display: block;
  top: -128px;
  visibility: hidden;
}
img {
	height:auto;
	border:none;
	display:block;
	}
footer img {
	max-width: 330px;
	width:100%;
	margin-left:-23px
}
p, ul, h3 {
margin-top: 30px;
margin-bottom: 30px;
}
p + ul {
  margin-top:-30px;
}
.blockquote p {
	margin:0;
}
footer .description p {
	margin:0;
}
blockquote {
    margin-bottom:30px;
}
.wp-block-separator {
  width: calc(100% - 160px);
  margin: 0 80px;
  border-top: 1px solid var(--secondary) !important;
}
/*   colors   */
:root {
  --contrast: #fff;
  --main-dark: #2988AC;
  --secondary: #707070;
  --light:#B5C2CC;
  --bodytext:#464545;
  --bodytext-contrast: #FFFFFF;
  );
}
.bg-dark {
  background-color:var(--main-dark);
  color:var(--bodytext-contrast);
}
.semibold {
    font-weight:600;
}
.centered {
    text-align:center;
}
.border-bottom {
    border-bottom: 1px solid var(--secondary);
    margin-bottom:30px;
}

/*  sticky header  */
header#site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
}
.shrinked header#site-header {
      box-shadow: 0px 1px 10px 0px #efefef;
    }
header .container {
    display:flex;
  	padding-top: 65px;
}
header .container, header .lang-switcher, header .description {
	transition:0.3s all ease;
}
.shrinked header .container {
	padding-top:20px;
}
.shrinked header .description p {
    margin-bottom: 20px;
  }
header .logo {
	max-width:350px;
	min-width: 260px;
}
header .description {
	flex-grow:2;
}
header .description p {
  padding-left: 30px;
  border-left: 1px solid var(--main-dark);
  padding-bottom: 10px;
	margin:0 30px 50px 30px;
}
header .lang-switcher {
  min-width:120px;
  flex-grow: 2;
  text-align: right;
}
.shrinked header .lang-switcher {
  margin-top: 10px;
}
header .lang-switcher span {
  width: auto;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: var(--secondary);
	border: 1px solid var(--secondary);
	cursor:pointer;
}
header .lang-switcher span:first-child {
  margin-right:10px;
}
header .lang-switcher span a {
  color: var(--bodytext-contrast);
  text-align: center;
  line-height:2.3;
  text-decoration: none;
  padding: 0 13px;
  transition: none;
}
header .lang-switcher span:hover {
	background-color: transparent;
}
header .lang-switcher span:hover  a{
	color:var(--secondary);
}
/*  content  */
header, main, footer {
	width:100%;
  }
main {
  position:relative;
}
.error404 main {
	min-height: calc(100vh - 560px);
}
.header-trigger {
  position:absolute;
  z-index:-1;
  margin-top:150vh;
}
.button {
  background-color: var(--secondary);
  color: var(--bodytext-contrast);
  margin-bottom: 12px;
}
.fullwidth .img-wrap {
  height: 340px;
  background-position-x: left;
  background-size: cover;
}
header .container {
    max-width:1440px; 
}
section {
  margin:70px 0;
}
section.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 10;
}
#site-head {
  margin-top:0;
  margin-bottom:0;
}
#site-head + .textblock {
  margin-top:0;
}
.container {
	width:100%;
  max-width:1280px;
  padding:0 40px;
	margin:0 auto;
	}
.text-wrap {
  max-width:650px;
}
.anchorlist .text-wrap {
	background-repeat:no-repeat;
	background-position:right bottom;
}
 .textblock.bg-dark {
    padding-top:40px;
    padding-bottom:40px;
    margin-bottom:40px;
  }
.imageblock img {
  width:100%;
  max-width:280px;
}
.imageblock.spacer .img-wrap {
  text-align:center;
}
.imageblock.spacer svg {
  width:10%;
  min-width:45px;
  margin:40px auto;
}
.two-columns .col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.two-columns .col-2 {
  padding: 0 40px 0 40px;
  margin-bottom: 12px;
  flex-basis: 100%;
  background-color: var(--light);
}
.blockquote {
  overflow: hidden;
  text-align:center;
}
.two-columns.blockquote .col-wrap {
	max-width:none;
}
.blockquote .col-2 {
	display: flex;
    align-items: center;
}
blockquote {
  position:relative;
}
blockquote:before {
  content: "";
  position: absolute;
  top:0;
  width: 20px;
  height: 20px;
  background-image: url('img/quote-symbol.svg');
  background-repeat: no-repeat;
  margin-left: -25px;
  margin-top:1px;
}
blockquote:after {
  display:none;
  content: "";
  position: absolute;
  top:0;
  width: 20px;
  height: 20px;
  background-image: url('img/quote-symbol.svg');
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top:3px;
}
.two-columns.blockquote .col-2 {
		padding:70px;
	}
.blockquote .text-wrap {
  max-width: 450px;
  margin: 0px auto;
}
/*  Footer  */
footer {
  background-color:var(--main-dark);
  color:var(--bodytext-contrast);
  padding-bottom:70px;
	}
footer .logo {
	padding-right:40px;
}
footer .description {
  padding-left: 40px;
	padding-right:40px;
  padding-top: 7px;
  padding-bottom: 40px;
    border-left:1px solid var(--bodytext-contrast);
  }
footer ul {
  display: flex;
}
footer li {
  list-style:none;
  margin-bottom:0;
}
footer a, footer .description p {
  font-size:0.9em;
  color:var(--bodytext-contrast);
	}
#footer-nav-1 {
	margin-left:0;
}
#footer-nav-1 li:not(:last-child):after {
  content:"|";
  margin:0 10px;
}
/* back to Top - Button  */
#toTop {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/*  DESKTOP  */
@media (min-width:580px) {
  .imageblock .img-wrap {
	padding:0 40px;
}
	footer .container {
  display:flex;
  flex-wrap:wrap;
  padding-top:60px;
}
	footer .col-3:nth-child(2) {
		flex-grow:3;
	}
}
@media (min-width: 768px) {
.fullwidth .img-wrap {
  height: 320px;
  background-position-x: 45%;
}
	.page-id-139 .fullwidth .img-wrap {
  background-position-x: 55%;
}
  .image-fullwidth .img-wrap {
  aspect-ratio: 2.3/1;
  height: auto;
  background-position: unset;
}
  .container, .imageblock .img-wrap {
	padding:0 80px;
}
	header .container {
		flex-wrap: wrap;
		padding-left:40px;
		padding-right:40px;
	}
	header .description p {
		margin-top:0;
	}
}
@media (min-width:950px) {
	.footer  .col-3:last-child() {
		width:100%;
		margin-left:auto;
	}
 .two-columns .col-wrap {
	margin-left:-20px;
	 margin-right:-20px;
}
  .two-columns .col-2 {
    flex-basis: calc(50% - 40px);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
.two-columns.blockquote .col-2 {
		flex-basis:100%;
	}	
}
@media (min-width:1024px) {
  body {
    font-size:20px;
  }
.fullwidth .img-wrap {
  height: 320px;
  background-position-x: center;
}
  .text-wrap {
    margin-left:20%;
  }
 .two-columns .col-2 {
    padding:20px 70px;
  }
	.blockquote .container {
		padding:0 60px;
	}
	.two-columns.blockquote .col-2 {
		flex-basis: calc(50% - 40px);
		margin-bottom: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.col-wrap {
    display: flex;
    padding: 0;
}
    .col-wrap .col-img img {
        margin-top:30px;
    }
	.col-wrap .col-text {
  margin-left: 40px;
  max-width: 670px;    
}
  blockquote:before {
    margin-top:4px;
  }
}
@media (min-width:1280px) {
  body {
    font-size:24px;
  }
	.shrinked #site-header {
		font-size: 20px;
	}
	header .logo {
  max-width: 450px;
}
  .text-wrap {
    max-width:800px;
  }
  .imageblock .img-wrap {
    max-width:1440px;
    margin:0 auto;
  }
    .imageblock.fullwidth {
        padding:0;
    }
  .imageblock.fullwidth .img-wrap {
        max-width:none;
    }
 .two-columns .col-wrap {
    max-width:1440px;
    margin:0 auto;
  }
}
@media (max-width:1023px) {
	header .lang-switcher span a {
		line-height:2.6;
	}
header .description {
		min-width:100px;
	}
	.logo a {
		font-size:1.7em;
	}
	.lang-switcher {
	  margin-right: -25px;
	  padding-bottom:5px;
	}
	.col-wrap {
	  max-width: 650px;
	}
	.wp-block-separator {
	  width: calc(100% - 160px);
	  margin: 0 auto;
	  max-width: 1280px;
	}
}
@media (min-width:1440px) {
	.fullwidth .img-wrap {
		height: 450px;
	}
}
@media (max-width:1079px) {
footer .col-3:nth-child(3) {
    flex-basis:100%;
  }
}
@media (max-width:949px) {
	header .container {
		position:relative;
}
@media (max-width:767px) {
	header .description {
    min-width: 340px;
  }
	.shrinked header .description p {
	  margin-bottom: 10px;
	}
	header .lang-switcher {
	  position: absolute;
	  top: 10px;
	  right: 40px;
	}
	.shrinked header .lang-switcher {
	  margin-top: -70px;
	}
	.anchorlist .text-wrap {
		background-image: none!important;
	}
	.wp-block-separator {
	  width: calc(100% - 80px);
	}
	footer .col-3 {
		padding-top:30px;
	}
}
@media (max-width:719px) {
	header .container {
		display:block;
	}
	header .description {
		padding-bottom:30px;
		min-width:unset;
	}
	header .description p {
		margin-left:0;
		margin-top:30px;
		margin-bottom:0px;
		margin-right:0;
		transition:0.2s opacity ease;
	}
	.shrinked header .description {
    	margin-top: -120px;
	  }
	.shrinked header .description p {
    	opacity: 0;
	  }
}
@media (max-width:579px) {
.fullwidth .img-wrap {
  height: 320px;
  background-position-x: 15%;
}
	.two-columns.blockquote .col-2 {
    padding: 40px;
}
}
@media (max-width:475px) {
	.button.fixed .btn a {
	  max-width: 120px;
	}
}

