/* Schriftart */

@font-face {
  font-family: 'Inter';
  src: url(../../assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  src: url(../../assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  src: url(../../assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  src: url(../../assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  src: url(../../assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Liberation Mono', sans-serif;
  src: url(../../assets/fonts/LiberationMono-Regular.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 
-----------------------------------------------------------------
ALL -------------------------------------------------------------
-----------------------------------------------------------------
*/

.changeMobile {
  display: none;
}


@media only screen and (min-width: 950px) {
  .changeMobile {
    display: block;
  }
}

.changetoMobile {
  display: none;
}


@media only screen and (min-width: 50px) and (max-width: 950px) {
  .changetoMobile {
    display: block;
  }
}


body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background-color: rgb(80, 87, 91);
}

h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw)
}



h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw)
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw)
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw)
}

h5,
.h5 {
  font-size: 1.25rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 2rem
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

b,
strong {
  font-weight: bolder
}

a {
  color: var(--bs-link-color);
  text-decoration: underline
}

tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}


[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}


.list-unstyled {
  padding-left: 0;
  list-style: none
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: auto !important;
}


.row {
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 90%;
  height: auto !important;
}

.col-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
}

.col-left-100 {
  display: flex;
  width: 100%;
  height: auto !important;
}

.col-left {
  width: 50%;
  float: left;
  display: flex;
}

.col-right {
  width: 50%;
  float: right;
  display: flex;
}

.col-row {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.col-25 {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-75 {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(45, 44, 47);
  min-width: 210px;
  margin-left: -10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border-color: rgb(45, 44, 47);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.changeNavbar {
  display: none;
}


@media only screen and (min-width: 950px) {
  .changeNavbar {
    display: block;
  }
}

a {
  color: #b0bdd3;
  text-decoration: none;
  transition: all .2s
}

a:focus,
a:hover {
  color: #fff
}

p a {
  text-decoration: underline
}

footer ul li a {
  color: #b0bdd3
}

.footer-costum {
  display: none;
}


@media only screen and (min-width: 900px) {
  .footer-costum {
    display: block;
  }
}

.notfall {
  border-radius: 15px;
  border: 4px solid rgb(227, 106, 19);
  background: rgb(227, 106, 19);
  height: 26px;
  width: 146px;
  margin-left: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.notfall:hover .new {
  opacity: 0;
}

.notfall:hover .notfall-new {
  opacity: 1;
}

.notfall:hover .notfall-old {
  opacity: 0;
}

.notfall-new,
.notfall-old {
  transition: opacity 0.5s linear;
}

.notfall-new {
  opacity: 0;
  font-weight: 600;
  position: absolute;
}

.notfall-old {
  position: absolute;
  margin-left: 18px;
}


/* 
-----------------------------------------------------------------
index.html ------------------------------------------------------
-----------------------------------------------------------------
*/


.ce-old-text,
.ce-new-text {
  color: #fff;
  display: block;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}

.ce-old-text {
  height: auto;
  opacity: 1;
  width: auto;
}

.ce-new-text {
  color: #fff;
  height: 0;
  opacity: 0;
  width: 0;
}

.ce:hover .ce-old-text {
  height: 0px;
  opacity: 0;
  width: 0px;
}

.ce:hover .ce-new-text {
  height: auto;
  opacity: 1;
  width: auto;
}



/* Alle System funktional*/

.blob {
  background: rgb(86, 208, 55);
  border-radius: 50%;
  margin: 8px;
  height: 6px;
  width: 6px;
  box-shadow: 0 0 0 0 rgba(86, 208, 55, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


/*Datenschutz | Unabhänigkeit | Sicherheit*/

.blinking {
  font-size: 45px;
  animation: blinkingText 1.2s infinite;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 45px;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 45px;
}


@media only screen and (min-width: 1000px) {
  .blinking {
    font-size: 70px;
    animation: blinkingText 1.2s infinite;
  }

  .cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 70px;
  }

  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
  }

  .blc {
    font-size: 70px;
  }
}



.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.is-visible,
.blc {
  color: gery;
}

/* Probleme  | Lösungen */

.problem:hover .new {
  opacity: 0;
}

.problem:hover .problem-text {
  opacity: 1;
}

.problem-text {
  opacity: 0;
}

.problem:hover .problem-new {
  opacity: 1;
}

.problem:hover .problem-old {
  opacity: 0;
}

.problem-new,
.problem-old {
  transition: opacity 0.5s linear;
}

.problem-new {
  opacity: 0;
}

.problem-old {
  margin-top: -45px;
}


/* 
-----------------------------------------------------------------
dienstleistung.html ---------------------------------------------
-----------------------------------------------------------------
*/

.dienstleistung-img-left {
  height: 300px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
}

.dienstleistung-img-right {
  height: 300px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 15px;
  display: flex;
  float: right;
}

/* 
-----------------------------------------------------------------
loesungen.html --------------------------------------------------
-----------------------------------------------------------------
*/

.dienst:hover .dienst-new {
  opacity: 1;
}

.dienst:hover .dienst-old {
  opacity: 0;
}

.dienst-new {
  opacity: 0;
  text-align: center;
  margin-top: -150px;
}

.dienst-new,
.dienst-old {
  transition: opacity 0.5s linear;
}

.dienst {
  position: relative;
}

.dienst-old {
  position: absolute;
  text-align: center;
  margin-top: -150px;
}

/* 
-----------------------------------------------------------------
uebercyberstation.html ------------------------------------------
-----------------------------------------------------------------
*/

/* 
-----------------------------------------------------------------
kontakt.html ----------------------------------------------------
-----------------------------------------------------------------
*/
.lines {
  margin: auto;
  width: 100%;
  position: absolute;
  top: -5px;
  height: 250%;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 75%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
  animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
  margin-left: -50%;
}

.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.line:nth-child(3) {
  margin-left: 25%;
}

.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

/* 
-----------------------------------------------------------------
datenschutz.html | impressum.hmtl -------------------------------
-----------------------------------------------------------------
*/

/* 
-----------------------------------------------------------------
Animationen -----------------------------------------------------
-----------------------------------------------------------------
*/

.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}