/* CSS Document */
/*
Theme Name: Pro Vermisstensuche
Author: networkerz gmbh
Author URI: https://networkerz.de/
Description: main css
Version: 1.0
License: private
License URI: https://www.networkerz.de
*/
/* google-sans-flex-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: 'Google Sans Flex Reg';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/google-sans-flex-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* google-sans-flex-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: 'Google Sans Flex Semibold';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/google-sans-flex-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
	 margin: 0; padding: 0;
	 box-sizing: border-box;
	 }

html, body {
	font-family: 'Google Sans Flex Reg', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:16px;
	line-height: 1.5;
	margin:0px;
	padding:0px;
  color:var(--bodytext);
}
:root {
  --main: #FF2A1B;
  --bodytext:#000000;
  --contrast: #ffffff;
}
html{scroll-behavior:smooth;}
h1{
  font-family: 'Google Sans Flex Semibold', sans-serif;
	font-weight: 600;
  font-size:2.5rem;
  line-height:1.2;
  text-transform:uppercase;
  
}
h2 {
  font-family: 'Google Sans Flex Semibold', sans-serif;
  font-weight: 600;
  font-size:1.4rem;
  color:var(--main);
  text-transform:uppercase;
}
h3 {
  font-size: 1.1rem;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--main);
  text-transform: uppercase;
}
h4, .intro p, .headline-btns {
  font-size:1.1rem;
  line-height:1.4;
}
.headline-btns, button a {
  font-family: 'Google Sans Flex Semibold', sans-serif;
  text-transform:uppercase;
}
.text-wrap ul {
  list-style:disc;
}
.text-wrap li {
  margin-left:20px;
}
p, ul, h3, h2, h4 {
  margin-bottom:30px;
}
.bg-grey {
  padding-top:40px;
  padding-bottom:10px;
}
/*   Fonts Desktop   */
@media(min-width:1024px) {
  body, html {
    font-size:21px;
  }
  .intro p {
    font-size:26px;
  }
}
@media(min-width:1280px) {
  h1 {
    font-size: 3.5rem;
  }
}
a {
  color:inherit;
  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;
	}
ul, li {
    margin: 0;
    padding: 0;
}
.textblock ul {
  list-style:disc;
  margin-bottom:30px;
  margin-left:20px;
}
nav ul, nav li {
	list-style:none;
}
img {
	height:auto;
	border:none;
	display:block;
	}
p, ul, blockquote {
  margin-bottom: 30px;
}
.uppercase {
  text-transform:uppercase;
}
/*   Animation   */
   .fadeinright {
  animation-duration: 0.5s;
  transition-timing-function: ease-in;
  animation-name: fadeInRight;
}
    @keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
/*   Navigation   */
.navbar-toggle {margin-top:-33px;}
    .toggle-menu {
		display: block;
		position: absolute;
		right: 55px;
		width:30px;
		height: 30px;
		cursor: pointer;
		background-color: transparent;
		border: none;
		padding-left: 0;
        padding-top: 0px;
        top: 56px;        
		}
            
	.toggle-menu span.line1, .toggle-menu span.line2 {
	  cursor: pointer; -webkit-border-radius: 0px; -moz-border-radius: 0px;
	  border-radius: 0px; height: 3px; width: 30px; background: #000; position: absolute; display: block; content: '';
	}

.nav-container {width: 100vw; height: 100vh; position: fixed; z-index: 10001; top:0px; right: 0; width:0; background-color: var(--main); -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; overflow: hidden;}
.nav-container.show { width:100vw; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; overflow: scroll;}

.nav-container .nav-logo   {position: absolute; top: 0px; left: 57px; width: 124px; height: 136px;}
    .nav-container .st0    {fill:transparent; stroke:#11908E; stroke-width:8; stroke-miterlimit:10;}
    .nav-container polyline {stroke:#11908E; stroke-dasharray:1800; opacity: 10;  
        }
    
.nav-container nav {margin: 118px 51px 0px 0px; position: relative; height: calc(100% - 118px);}

ul.main-nav {list-style: none; padding: 0px; text-align: right; position: relative;}
ul.main-nav { margin: 0px 0px 75px 0px; }
    ul.main-nav {
  opacity: 0;
     
}
     .show ul.main-nav {
  opacity: 1;
        transition: opacity 0.25s ease 0.2s;
  
}

   

    ul.main-nav li{display: block; position: relative; padding-bottom: 30px;}  
        ul.main-nav li span {position: absolute; left: 60px; top: 24px; color: #fff; font-size: 10px; line-height: 13px; text-transform: uppercase; letter-spacing: 2.5px; font-family: 'EuclidCircularA-bold'; opacity: 0; overflow: hidden; white-space: nowrap; text-align: left; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;}
           
        
        ul.main-nav li a {font-size:45px; color: var(--contrast); -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;}
    ul.main-nav li a:visited, ul.main-nav li a:focus, ul.main-nav li a:hover {
      text-decoration:none;
    }
            ul.main-nav li:hover a {color: var(--main); text-decoration:none; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;}
            
           
            
    
    .nav-container .toggle-menu span.line2 {background: #fff; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; 
    -o-transition: all 1s; transition: all 1s;}
        .nav-container .toggle-menu span.line2:hover {background:var(--tp-bright); -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; 
    -o-transition: all 1s; transition: all 1s;}
    
    .toggle-menu:hover span.line2 {animation: reveal 0.5s both;}

        @keyframes reveal {
          from {clip-path: inset(0 0 0 0);}
          to {clip-path: inset(0 0 0 50%);}
        }
        
	.toggle-menu span.line1 {top: 0px; }
    .toggle-menu span.line2 {top: 8px; }	
	
	.toggle-menu.active span.line1 {background-color: transparent;}    

        
.header-scroll {position: absolute; width: 100%; height: 120px; background-color: #fff; z-index: 10001;}    
    
header {background-color: #fff; width: 100%; z-index: 10000; top: 0px; border-bottom: 0px solid #fff;-webkit-transition: all 1s; 
    -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; position: fixed;}


/* Header */
.site-header {
    background-color: var(--contrast);
    color: var(--bodytext);
    padding: 0px 0px 0px;
    width: 100%;
  z-index: 10000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.logo-container {
   height:160px; 
}
.logo-mark.mobile {
    display:none;
  }
  .logo-mark.desktop {
    display:block;
  }
.logo-mark.desktop img {
  height: 100%;
  max-height: 160px;
}
/*  content  */
header, main, footer {
	width:100%;
  }
main {
  position:relative;
}
section {
  margin:100px 0;
}
section:first-of-type {
  margin-top:160px;
}
.container {
	width:100%;
  max-width:1440px;
	margin:0 auto;
	}
.headerblock .img-wrap {
  position:relative;
  width:100%;
  height:400px;
  background-size: cover;
  overflow: hidden;
}
.headerblock .text-wrap {
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  aspect-ratio: 1/1;
  background-color: var(--main);
  color: var(--contrast);
  border-radius: 50%;
}
h1 {
  margin-left: 130px;
  margin-top: 110px;
}
@media(min-width:1280px) {
.headerblock .img-wrap {
  aspect-ratio: 2/1;
  height: auto;
}
.headerblock .text-wrap {
  bottom: -20%;
  left: -8%;
  width: 50%;
}
  h1 {
    margin-left: 31%;
    margin-top: 29%;
  }
	.textblock:not(.intro) p {
		margin:0 auto;
		max-width:650px;
	}
	.textblock.intro .container .text-wrap {
		 max-width:850px;
	 }
  }
 @media(max-width:1439px) {
.textblock .container {
  width:100%;
	padding-left:80px;
	padding-right:80px;
}
}
@media(max-width:1023px) {
.textblock .container,
    .team .container {
  padding-left: 60px;
  padding-right: 60px;
}
}
@media(max-width:767px) {
.textblock .container {
  padding-left: 40px;
  padding-right: 20px;
}
}
/*  Image Block */
.imageblock img {
	width:100%;
}
/*   Two columns   */
.two-columns.bg-grey {
  background-color:#DED2C640
}
.two-columns img {
  width:100%;
  border-radius:50%;
  max-width:230px;
}
.two-columns .container {
	margin-top:50px;
	margin-bottom:50px;
}
.two-columns .container div:first-of-type {
  margin-bottom:30px;
}
.two-columns.intro-start {
	margin-top:-100px;
}
button {
  background-color: var(--main);
  color: var(--contrast);
  height: 40px;
  min-width:250px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  border-radius: 10px;
  display:block;
}
@media (max-width:499px) {
  button, .intro-start img {
  margin:0 auto;
}
}
@media (min-width:768px){
  .two-columns .container {
  display: flex;
    gap: 0 40px;
}
  .col-4 {
    flex-basis:calc(33.3% - 20px);
  }
  .col-8 {
    flex-basis:calc(66.6% - 20px);
  }
  .two-columns img {
    max-width:none;
  }
}
@media (min-width:1024px){
  .bg-grey {
    padding-top:70px;
    padding-bottom:40px;
  }
  .two-columns .container {
  gap: 0 80px;
	  margin-top:70px;
	  margin-bottom:70px;
}
	.two-columns .container.img-right {
		flex-direction:row-reverse;
	}
  .col-4 {
    flex-basis:calc(33.3% - 40px);
  }
  .col-8 {
    flex-basis:calc(66.6% - 40px);
  }
}
/*   Team Block   */
.team .cols-wrap {
  margin-bottom:60px;
}
.team img {
  width:100%;
  border-radius:50%;
  max-width:230px;
  margin: 0 auto;
}
.team .text-wrap {
  width:100%;
  max-width:300px;
  margin: 30px auto 0;
}
.team .team-name {
  padding-bottom:10px;
  border-bottom:3px solid var(--main);
  margin-bottom:10px;
}
@media(min-width:500px) {
  .team .cols-wrap {
  display: flex;
  gap: 60px 40px;
}
  .team .col-6 {
    flex-basis: 50%;
  }
  .team img {
    max-width:300px;
  }
  .team .text-wrap {
    margin-top:0;
  }
  .team .team-name {
    margin-top:0;
  }
} 
@media (min-width:768px) {
  .team .cols-wrap {
  max-width: 650px;
  margin: 0 auto 80px;
}
}
@media (min-width:1280px) {
  .team .container {
    display:flex;
    flex-wrap:wrap;
    gap:0 40px;
}
  .team .cols-wrap {
  flex-basis:calc(50% - 20px);
}
  .team .cols-wrap:last-of-type {
    margin-left:20px;
  }
}
@media(max-width:1439px) {
.team .container,
  .two-columns .container {
  padding-left: 60px;
  padding-right: 60px;
}
}
@media(max-width:767px) {
.team .container,
  .two-columns .container{
  padding-left: 40px;
  padding-right: 40px;
}
}