/*
Theme Name: Konstant sicherheit theme
Theme URI: https://wordpress.org/themes/Konstant/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Test theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Konstant sicherheit
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Ubuntu:wght@400;500;700&display=swap');
* {
 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open sans', sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  padding: 0;
}

h1 {
  color: #fff;
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #1375BB;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 2.42px;
}

h3 {
  font-family: 'Open sans', sans-serif;
  color: #313e50;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

h4 {
  font-family: 'Open sans', sans-serif;
  color: #313e50;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  max-width: 900px;
}

p {
  color: #696b6f;
  font-family: 'Open sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  width: 100%;
  height: auto;
}

.header {
  position: fixed;
  background-color: #1375BB;
  height: auto;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header__content {
  max-width: 1680px;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 2rem;
  margin: auto;
  align-items: center;
}

.hero__content h3 {
  margin: 2rem 0 2rem;
}

.header__content .logo__full,
.header__content .logo__mob {
  display: flex;
  align-items: center;
}

.header__content ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.header__content ul li {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  cursor: pointer;
}

.hero__wrapper {
  z-index: 90;
  position: relative;
  background-color: #040708;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover;
  height: 100vh;
  min-height: 730px;
  margin: auto;
  display: flex;
  text-align: left;
  align-items: center;
}

.hero__wrapper.page {
  height: 50vh;
  min-height: 0;
}

.hero__content p {
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 1.5rem 0 6rem;
  max-width: 820px;
}

.hero__content {
  width: 70vw;
  max-width: 900px;
  top:50%;
  left:12%;
  transform:translate(0, -50%);
  position: absolute;
}

.logo__full svg {
  width: 177px;
}

.page .hero__content h1 {
  font-weight: 600;
  font-size: 42px;
  margin-top: 10px;
}

.hero__content span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 16px;
  background-color: #1375BB;
  letter-spacing: 1.61px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.5rem;
}

.hero__content h2 {
  font-size: 26px;
  line-height: 36px;
  font-family: 'Open sans', sans-serif;
  letter-spacing: 0;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5rem;
}

.hero__content button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  padding: 0.5rem 3rem;
  border: 3px solid #FFFFFF;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}

.background {
  background-color: #f0f0f0;
}

.text__wrapper {
  max-width: 1920px;
  padding: 6rem 10rem;
  margin: auto;
}

.text__wrapper.page {
  padding-top: 54px;
  padding-bottom: 90px;
}

.text__wrapper.page p {
  padding-bottom: 54px;
}

.text__wrapper.page>h3:first-of-type::after {
  content: "";
  display: block;
  width: 150px;
  padding-top: 3px;
  border-bottom: 4px solid #1375BB;
}

.text__wrapper h3 {
  padding: 1rem 0 1.5rem;
}

.text__wrapper .blocks {
  display: flex;
  margin-top: 4rem;
  justify-content: space-between;
}

.text__wrapper .blocks>div {
  display: flex;
  align-items: center;
}

.text__wrapper .blocks span{
  font-weight: 600;
  margin-left: .5rem;
  max-width: 140px;
  font-size: 25px;
}

.text__wrapper .bluebg {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
  background-color: #1375BB;
}

.text__wrapper .bluebg h3 {
  font-size: 26px;
  line-height: 36px;
  padding: 0 .5rem 0;
  color: #fff;
}

.text__blocks {
  margin-top: 3rem;
}

.text__block_title {
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  color: #313e50;
  font-size: 28px;
  line-height: 38px;
}

.text__block p {
  margin-bottom: 2rem;
}

.text__list {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.text__list_item span {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Open sans', sans-serif;
  color: #313E50;
  margin-left: .7rem;
}

.three__columns {
  display: flex;
  flex-direction: column;
  padding-top: 3rem !important;
}

.three__columns h3 {
  text-align: center;
}

.three__columns_container {
  display: flex;
  gap: 50px;
}

.three__columns_container>div {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
}

.three__columns_container>div>span {
  padding: 1rem 0;
  color: #313E50;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

.text__navigation {

}

.text__navigation a{
  color: #1375BB;
}

.text__navigation_block {
  display: flex;
  gap: 2rem;
}

.text__navigation_block>div{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.text__navigation a:hover{
  color: #00C49A;
}

.text__image {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.text__image img {
  max-width: 750px;
  max-height: 250px;
  object-fit: cover;
}

.images__block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  column-gap: 3rem;
  row-gap: 2rem;
  margin-top: 3rem;
}

.images__block > a {
  color: inherit;
  background-color: #F0F0F0;
}

.images__block > div > img {
  height: 250px;
  object-fit: cover;
}

.images__block_disc {
  display: flex;
  text-align: center;
  padding: 1rem;
}


.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 1rem;
}

.two__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.two__columns>div:first-of-type h3 {
  padding: 0 0 0 1rem;
  border-left: #1375BB 3px solid;
}

.two__columns>div:last-of-type {
  font-size: 18px;
  line-height: 26px;
}

.two__columns>div>a {
  color: #1375BB;
  cursor: pointer;
}

.text__feedback svg {
  width: 20px;
  height: 20px;
  fill: #313e50;
}

#Kontakt a {
	color: red !important;
}

.footer {
  background-color: #313e50;
}

.footer__wrapper {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  align-items: center;
  padding: 3rem 2rem;
  margin: auto;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.footer__left {
  display: flex;
  align-items: center;
}

.footer ul {
  display: flex;
  list-style: none;
  gap: 3rem;
  margin-right: 2rem;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cky-btn-revisit-wrapper {
	width: 30px !important;
    height: 30px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
	width: 20px !important;
    height: 20px !important;
}

.cky-revisit-bottom-left {
		display:none !important;
	}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 36px;
    margin: 2rem 0;
  }

  h2 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 2.42px;
  }

  h3 {
    font-size: 21px;
    line-height: 28px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
    max-width: 900px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .hero__wrapper {
    height: 100vh;
  }

  .hero__content {
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding: 1rem;
    width: 100%;
  }

  .hero__content p {
    font-size: 18px;
    line-height: 24px;
  }

  .hero__content button {
    font-size: 21px;
    line-height: 25px;
    padding: 0.4rem 2.2rem;
  }

  .page .hero__content h1 {
    font-size: 29px;
    margin-top: 10px;
  }

  .hero__content span {
    font-size: 9px;
    padding: 0.3rem;
  }

  .carousel-control-next, .carousel-control-prev {
    display: none !important;
  }

  .text__wrapper {
    padding: 40px 43px 90px;
  }

  .text__wrapper.page {
    padding-top: 30px;
  }

  .text__wrapper h3 {
    padding: 0 0 15px;
  }

  .text__wrapper .blocks {
    align-items: center;
    flex-direction: column;
    margin: 65px 0 0;
    gap: 60px;
  }

  .text__list {
    padding-top: 3px;
  }

  .text__list_item span {
    font-size: 15px;
    line-height: 26px;
  }
	
	.text__list_item {
		padding-left: 37px;
    text-indent: -37px;
	}

  .text__blocks {
    margin-top: 20px;
    grid-template-columns: 1fr;
    margin-bottom: -50px;
  }

  .text__block_title {
    font-size: 18px;
    line-height: 24px;
  }

  .text__block p {
    margin-bottom: 20px;
  }

  .text__wrapper.page>h3:first-of-type::after {
    padding-top: 15px;
  }

  .images__block {
    margin-top: 40px;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    row-gap: 22px;
  }

  .images__block > div > img {
    height: 250px;
  }

	.two__columns>div:last-of-type {
  font-size: 16px;
  line-height: 22px;
}

  .two__columns>div:first-of-type {
    margin-bottom: 1rem;
  }

  .three__columns_container {
    flex-direction: column;
  }

  .text__wrapper .bluebg h3 {
    font-size: 16px;
    line-height: 28px;
  }
	
   .text__wrapper .blocks svg {
	width: 38px;
}

.text__wrapper .blocks span{
  font-size: 20px;
}

  .text__navigation {
    padding-bottom: 40px;
  }

  .text__navigation_block {
    gap: 10px;
    flex-direction: column;
	font-size: 13px;
  }
  
  .text__navigation_block>div {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .text__navigation_block>div>div {
    margin-right: 20px;
  }

  .three__columns_container>div>span {
    font-size: 24px;
    line-height: 34px;
  }
	
	.privacy__block {
		margin-top:40px;
	}
	
	.privacy__block .text__block {
		margin-top:5px;
	}

  .three__columns_container>div>svg {
    width: 55px;
  }

  .footer__wrapper {
    padding: 1.5rem .7rem 1rem;
    gap: 1rem;
    flex-direction: column-reverse;
  }

  .footer__right {
    font-size: 12px;
    margin-top: 1rem;
    justify-content: flex-start;
  }

  .footer__left {
    font-size: 9px;
    line-height: 14px;
  }
	
   .footer__left span { 
	   text-align:center;
	}

  .footer ul {
    gap: 1rem;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .text__wrapper {
    padding: 2rem 6rem;
  }

  .footer__right {
    align-items: end;
  }

  .footer__left {
    font-size: 12px;
    line-height: 14px;
  }
}

@media only screen and (max-width:  1200px) {
  .two__columns > .column:first-of-type {
    width: 100%;
  }

  .two__columns > .column:last-of-type {
    width: 100%;
  }

  .two__columns {
    flex-direction: column;
  }
	
   .privacy__block {
		margin-top:40px;
	}
  
  .logo__full {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .logo__mob {
    display: none !important;
  }

  .two__columns > .column:first-of-type {
    width: 45%;
  }

  .two__columns > .column:last-of-type {
    width: 45%;
  }

  .two__columns>div:first-of-type {
    width: 35%;
  }

  .two__columns>div:last-of-type {
    width: 45%;
  }
  
  .carousel-indicators {
    display: none !important;
  }
}


@media screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 107;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    -webkit-box-shadow: var(--shadow-medium);
            box-shadow: var(--shadow-medium);
    background-color: white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__nav.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header__nav.active ul {
      margin: 2rem 0 3rem 2rem;
      flex-direction: column;
    }
}

@media only screen and (max-width: 1024px) {
  .header__nav.active ul li a{
    color: #000;
    font-weight: 600;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.75rem;
  height: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  background: #F3F6F9;
}
.burger-line.active {
  background: var(--color-black-500);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.header.active .vscomp-value {
  color: #000;
}
.header.active .vscomp-arrow:after {
  border-color: transparent #111 #111 transparent;
}

.vscomp-arrow:after, .vscomp-value{
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 106;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 1024px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
  padding: 0 7rem;
  }
}

@media only screen and (min-width: 750px) and (max-width: 1300px) {
  .container {
  padding: 0 5rem;
  }
}

@media only screen and (max-width: 750px) {
  .container {
  padding: 0 1.5rem;
  }
}

/* Animation */

@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@keyframes fadeInUpBack {
  from {
    transform: translate3d(0,0,0);
    opacity: 1
  }

  to {
    transform: translate3d(0,40px,0);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUpBack {
  from {
    transform: translate3d(0,0,0);
    opacity: 1
  }

  to {
    transform: translate3d(0,40px,0);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.animatedFadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.animatedFadeInUpBack {
  animation-name: fadeInUpBack;
  -webkit-animation-name: fadeInUpBack;
}




