/*
Theme Name: BaseTheme for Victor
Theme URI: 
Author: EUROKEY Sofwtware GmbH
Author URI: https://eurokey.de
Version: 0.6.5
License: 
License URI: 
Text Domain: basetheme-ecol
Description: Theme for simplified development of WordPress websites
Tags: 
*/
/*#004d73*/
.wp-block-button, .button {
  margin: 6vw 0 0 0 !important;
}
@media only screen and (min-width: 600px) {
  .wp-block-button, .button {
    margin: 1.5vw 0 0 0 !important;
  }
}
h3 + .wp-block-button {
  margin-top: 1vw !important;
}
.wp-block-button__link, .button {
  background-color: #f09289 !important;
  color: #fff !important;
  font-size: 16px !important;
  border-radius: 3px !important;
  padding: 6px 12px !important;
  -webkit-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  text-decoration: none !important;
  border: none;
}
.wp-block-button__link:hover, .button:hover {
  color: #fff;
  background-color: #323232 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wp-block-button__link:hover:before, .button:hover:before {
  content: none !important;
}
.wp-block-buttons.alignright {
  text-align: right;
}
.wp-block-buttons.in-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wp-block-buttons.in-row .wp-block-button {
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-buttons.in-row {
    justify-content: initial;
  }
  .wp-block-buttons.in-row .wp-block-button {
    padding-right: 30px;
  }
}
footer {
  height: auto;
  background: #d2cebf;
  color: #888b89;
  font-size: 13px;
}
footer p, footer a {
  font-size: 13px;
  color: #888b89;
}
footer a:hover {
  color: #000000 !important;
}
@media only screen and (min-width: 768px) {
  footer {
    height: auto;
  }
  footer p {
    margin-bottom: 0.5rem;
    font-size: 13px;
  }
}
footer #topFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer #topFooter #topFooterTitle {
  max-width: 300px;
  margin-bottom: 20px;
}
footer #topFooter .container {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
}
footer #topFooter .topFooterLeft {
  flex: 0 30%;
}
footer #topFooter .topFooterSpace {
  flex: 0 10%;
}
footer #topFooter .topFooterRight {
  flex: 0 60%;
}
footer #bottomFooter {
  min-height: 35px;
  line-height: 33px;
}
footer #bottomFooter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #bottomFooter ul li {
  flex-grow: 0;
}
footer #bottomFooter .menu {
  padding-bottom: 35px;
  padding-top: 10px;
  margin: 0;
  width: 100%;
  flex-direction: column;
  text-align: left;
  line-height: 30px;
}
footer #bottomFooter .menu li {
  padding: 0 30px;
  margin: 0;
  display: flex;
  align-items: center;
}
footer #bottomFooter .menu li a {
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 400;
  letter-spacing: 1px;
}
footer #bottomFooter .menu li .separator {
  display: none;
}
@media only screen and (min-width: 600px) {
  footer #bottomFooter .menu {
    flex-direction: row;
    align-content: center;
    padding: 1px 0;
    justify-content: center;
    height: 55px;
  }
  footer #bottomFooter .menu .separator {
    display: block;
    margin: 0 14px;
  }
}
footer #footerWidgetArea {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer h2 {
  color: #fff !important;
}
* {
  box-sizing: border-box;
}
header, main, footer, article, nav, section, aside {
  display: block;
}
body {
  background: #fff;
  margin: 0px;
  font-family: 'Merriweather', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  color: #000000;
  font-size: 16px;
}
@supports (hyphens: auto) or (-webkit-hyphens: auto) or (-ms-hyphens: auto) {
  p, h1, h2, h3, h4, h5, h6 {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
  }
  p {
    text-align: left;
  }
  @media only screen and (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      hyphens: none;
      -webkit-hyphens: none;
      -ms-hyphens: none;
    }
  }
  .hyphens {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}
article {
  padding: 40px 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #f09289;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.5em;
  font-display: auto;
  font-style: normal;
  font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none !important;
}
h1 {
  font-family: 'Benton Sans Cond Reg', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
h2 {
  font-family: 'Benton Sans Cond Med', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 25px;
  margin-bottom: 1rem;
}
h3 {
  font-family: 'Benton Sans Cond Reg', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
h4 {
  font-family: 'Benton Sans Cond Med', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 3.5vh;
  line-height: 1.5em;
  letter-spacing: 4px;
}
h5 {
  font-family: 'Merriweather', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  font-size: 4.5vh;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vh;
  }
}
a {
  transition: all 0.8s ease 0s;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.separator {
  margin: 0 5px;
}
p {
  line-height: 2em;
  margin-top: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  p:last-child {
    margin-bottom: 0;
  }
}
.text-white {
  color: #ffffff !important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #ffffff !important;
}
.text-white a {
  color: #ffffff !important;
}
.text-second-color {
  color: #f09289;
}
.text-third-color {
  color: #888b89;
}
.justify {
  text-align: justify;
}
.xbold {
  font-weight: 700;
}
.bold {
  font-weight: 600;
}
.semibold {
  font-weight: 500;
}
.no-margin {
  margin: 0 !important;
}
.no-margin > figure {
  margin: 0 !important;
}
.no-hyphens {
  hyphens: none;
}
.no-padding {
  padding: 0 !important;
}
.hide {
  display: none !important;
}
img {
  vertical-align: middle;
  border-style: none;
}
img.bottom {
  margin-bottom: 20px;
}
.wp-block-image.no-bottom, .wp-block-image.no-bottom figure {
  margin-bottom: 0;
}
.wp-block-image figcaption {
  font-size: 0.8em;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .wp-block-image figcaption {
    font-size: 1.1em;
  }
}
.wp-block-image a:hover {
  background: transparent !important;
}
.fill {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.smallImg {
  width: 120px;
  height: auto;
}
.textImg {
  vertical-align: bottom;
  max-height: 32px;
  width: auto;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.pageEditButton {
  position: fixed;
  top: 55px;
  font-size: 18px;
  right: 0;
  height: 30px;
  box-sizing: border-box;
  width: 30px;
  display: flex;
  padding: 5px 5px 8px;
  transition: 0.2s;
  background: #f09289;
  color: #fff;
}
.pageEditButton .pageEditButtonTitle {
  opacity: 0;
  font-size: 16px;
  transition: 0.5s;
  line-height: 17px;
}
.pageEditButton:hover {
  width: 120px;
  color: #fff;
}
.pageEditButton:hover > .pageEditButtonTitle {
  opacity: 1;
}
/* ---------- Container -------------*/
.container-100 {
  width: 100%;
  box-sizing: border-box;
  padding: 15vw 0 10vw 0;
}
.container-100.less-padding {
  padding: 10vw 0;
}
.container-100.less-padding.bg-mod {
  padding-bottom: calc(10vw + 15px);
}
.container-100.start {
  padding: 0;
  background: url(/wp-content/uploads/AdobeStock_277259446_ret_rgb_CUT.jpg) center top;
  background-size: cover;
  height: 50vh;
}
@media only screen and (min-width: 600px) {
  .container-100 {
    padding: 8vw 0;
  }
  .container-100.less-padding {
    padding: 4vw 0;
  }
  .container-100.more-padding {
    padding: 12vw 0;
  }
  .container-100.less-padding.bg-mod {
    padding-bottom: 6vw;
  }
  .container-100.start {
    height: 78vh;
    padding-bottom: 55px;
  }
}
.container-inner {
  padding: 15vw 25px;
}
@media only screen and (min-width: 768px) {
  .container-inner {
    padding: 8vw;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .container {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.columnContainer {
  display: flex;
}
/*----*/
.bg-first {
  background: #fff;
}
.bg-second {
  background: #f09289 !important;
}
.bg-third {
  background: #d2cebf !important;
}
#top-link {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 10px;
  bottom: 3px;
  width: 20px;
  height: 20px;
  background: #f09289;
  cursor: pointer;
  border-radius: 200px;
  z-index: 999;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  font-size: 17px;
  transition: 0.8s;
}
@media (min-width: 1200px) {
  #top-link {
    width: 40px;
    height: 40px;
    bottom: 10px;
    font-size: 35px;
  }
}
#top-link:hover {
  background-color: #323232;
  transition: 0.5s;
  box-shadow: 0 0 2px 0 white;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  background-color: #CBCBCB;
  box-shadow: 0 0 10px 1px #000000;
  transition: box-shadow 0.3s;
  z-index: 20;
  right: initial !important;
  height: 70px !important;
}
.datenimp h1 {
  font-size: 5vh;
  margin: 0;
  background: transparent;
  padding: 0;
}
#datenschutz p, #impressum p, #datenschutz h1, #impressum h1, #datenschutz h2, #impressum h2, #datenschutz h3, #impressum h3, #datenschutz h4, #impressum h4 {
  text-align: center !important;
  overflow-wrap: break-word;
}
#datenschutz h1, #impressum h1 {
  font-size: 5vh;
  margin: 0;
  background: transparent;
  padding: 0;
}
#datenschutz h2, #impressum h2 {
  margin-top: 10vh;
  margin-bottom: 15px;
}
#datenschutz h2:first-child, #impressum h2:first-child {
  margin-top: 5vh;
}
#datenschutz h3, #impressum h3 {
  margin-top: 5vh;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 55px;
  }
  h1.frontpage {
    font-size: 33px;
  }
  h2 {
    font-size: 33px;
    margin-bottom: 2.8rem;
  }
  h2.increase {
    font-size: 50px;
  }
  h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .no-hyphens-sm {
    hyphens: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .no-pad-top-xs {
    padding-top: 0 !important;
  }
  h1.center-xs, h2.center-xs, h3.center-xs, h4.center-xs, h5.center-xs, h6.center-xs {
    text-align: center;
  }
}

header {
  background: rgba(240, 146, 137, 1);
  position: fixed;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  z-index: 11;
  /*backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);*/
}
@media only screen and (min-width: 1200px) {
  header {
	  background: transparent;
    height: 55px;
    width: 100%;
    margin-block-start: calc(78vh - 55px) ;
    box-shadow: none;
    position: absolute;
	  transition: 0;
  }
}

main {
  min-height: 100vh;
  padding-top: 55px;
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 0;
  }
}
main article {
  padding: 0;
}
main .sprungmarke {
  height: 50px;
  margin-top: -50px;
}
main .list {
  line-height: 1.8;
  margin-left: 4.5em !important;
}
main .list li {
  line-height: 2.1;
}
main .list li span {
  left: -2.5em;
}
main .list li i {
  color: #45526d;
}
main .bg-title {
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  height: 25vh;
  padding: 0 !important;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  main .bg-title {
    height: 40vh;
  }
}
@media only screen and (min-width: 992px) {
  main .bg-title {
    height: 50vh;
  }
}
main .bg-mod {
  background-size: auto, cover !important;
}
@media only screen and (min-width: 600px) {
  main .bg-mod {
    background-size: contain, cover !important;
  }
}
main .bluebox {
  height: 15px;
  width: 35px;
  background: #45526d;
  display: block;
  position: absolute;
  right: 30px;
  top: 7px;
}
main .news-list {
  position: relative;
}
main .news-list-date {
  margin: 10px 0;
}
main a {
  color: #323232;
  transition: all 0.5s ease 0s;
  text-decoration: underline;
}
main a:hover {
  color: #fff;
  background: #323232;
  text-decoration: none !important;
  border-radius: 3px;
  padding: 0 3px;
  margin-left: -3px;
  margin-right: -3px;
}
main ul, main ol {
  margin: 25px 0 20px 0;
  padding-left: 19px;
}
main li {
  margin: 10px 0 2px 0;
}
@media only screen and (max-width: 992px) {
  main .bluebox {
    display: none;
  }
}
#error_404 {
  font-size: 18px;
  min-height: calc(100vh - 55px);
}
#error_404 .container.not-found-error {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#error_404 .error {
  padding: 0;
  background-size: cover;
  height: calc(100vh - 55px);
  display: flex;
}
@media only screen and (min-width: 1200px) {
  #error_404 .error {
    padding-bottom: 20vh;
  }
}
#error_404 .error-left {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #error_404 .error-left {
    display: none;
  }
}
#error_404 .error-right {
  background: rgba(255, 255, 255, 0.8);
}
#error_404 .error-left, #error_404 .error-right {
  width: 100%;
  padding: 30px;
}
#error_404 img {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #error_404 .error-left, #error_404 .error-right {
    text-align: left;
    width: 50%;
  }
  #error_404 img {
    max-width: 330px;
  }
}
#button_404 {
  display: inline-block;
}
#button_404 i {
  padding-right: 5px;
}
.icon-cap-start {
  display: none;
}
@media only screen and (min-width: 992px) {
  .icon-cap-start {
    display: block;
    position: absolute;
    max-width: 12vw;
    height: auto;
    top: -4vw;
    left: 4vw;
  }
}
@media only screen and (min-width: 1200px) {
  .icon-cap-start {
    left: 10vw;
  }
}
.icon-laptop-cap-start figure {
  text-align: center;
}
.icon-laptop-cap-start img {
  max-width: 30% !important;
}
@media only screen and (min-width: 600px) {
  .icon-laptop-cap-start img {
    max-width: 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .icon-laptop-cap-start img {
    max-width: 80% !important;
  }
}
mark {
  background-color: #ffff00;
}
.startlink a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .startlink {
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 0;
  }
}
_:-ms-lang(x), .kt-row-valign-bottom > .wp-block-kadence-column.kadence-column_fa7f0b-be {
  margin-top: 50vh;
}
@media only screen and (min-width: 600px) {
  #bottomFooter .menu li:last-child {
    border-left: 1px solid #f09289;
  }
}
@media only screen and (max-width: 600px) {
  .no-border-xs .kt-inside-inner-col {
    border: none !important;
  }
}
.semibold_footer a {
  font-family: 'Benton Sans Cond Med', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}
/* --- GDPR Cookie Consent PLUGN---*/
.cli-bar-popup {
  padding: 40px !important;
}
.cli-bar-popup .cli_messagebar_head {
  font-family: 'Benton Sans Cond Med', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 3vh;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-align: left;
}
.cli-bar-popup p {
  line-height: 20px;
  font-weight: 400;
  line-height: 1.5rem;
}
.cli-bar-popup .cli-plugin-main-link {
  font-size: 13px;
  padding: 0px 10px;
  text-decoration: none;
}
/* ---  ENDE GDPR Cookie Consent PLUGN---*/
/* --- Mail Confirmation-Pages ---*/
#mailconfig .container, #mailconfig p {
  text-align: center;
  line-height: 1.5em;
}
#mailconfig h1 {
  color: #888b89;
  margin-top: 1vw;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  #mailconfig h1 {
    font-size: 4.5em;
  }
}
#mailconfig h2 {
  margin-bottom: 2vh;
  font-size: 2em;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  #mailconfig h2 {
    margin-bottom: 8px;
    font-size: 2.5em;
  }
}
#mailconfig .wp-block-button {
  margin-top: 4vh !important;
  margin-bottom: 4vh !important;
}
#mailconfig .wp-block-button__link {
  font-size: 1.5em !important;
}
#mailconfig .wp-block-image #logoVGAH {
  max-width: 200px;
  margin-top: 1vh;
}
#mailconfig .wp-block-image #logoVG {
  max-width: 240px;
  margin-top: 5vh;
}
