:root {
  --mainColor: #006751;
	--mainColorRGB: 0, 99, 200;
	--mainColorLight: #008a6c;
	--mainColorDark: #00382c;
	--secondColor: #31a388;
	--secondColorLight: #49b79e;
	--secondColorDark: #1e6e5b;
	--fontColor: #666666;
	--headlineColor: #006751;
	--backgroundColor: #f1f1f1;
	--backgroundColorRGB: 241, 241, 241;
	--backgroundColorDark: #aaaaaa;
	--warningColor: #b10000;
	--formBorderColor: #f2f2f2;
	--placeHolderColor: #ccc;
 }

.head > .inner .logo {
  background: url("../Images/logo.svg") no-repeat 0;
  background-size: contain;
  margin: 20px 0;
}

.head .nav > li.last a {
  color: #fff;
}
  
.button-secondary {
  color: #fff;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:focus-visible,
.button-secondary:active,
.button-secondary:visited {
  color: #fff;
}

.px-banner::after {
  background: url("../Images/square-logo.svg") no-repeat center/100% auto;
}

:is(
  .frame-cibgbox,
  .foot,
  .px-infobanner,
  .px-textonimage,
  .px-textonimagesteps
) :is(
  input[type="submit"],
  a, a:hover, a:focus, a:focus-visible, a:active, a:visited,
  button, button:hover, button:focus, button:focus-visible, button:active, button:visited,
  .button, .button:hover, .button:focus, .button:focus-visible, .button:active, .button:visited,
  .button-secondary, .button-secondary:hover, .button-secondary:focus, .button-secondary:focus-visible, .button-secondary:active, .button-secondary:visited
) {
  color: #fff;
}

:is(
  .frame-cibgbox,
  .foot,
  .px-infobanner,
  .px-textonimage,
  .px-textonimagesteps
) :is(.phone, .mail)::before {
  background: #fff;
}

:is(
  .frame-cibgbox,
  .foot,
  .px-infobanner,
  .px-textonimage,
  .px-textonimagesteps
) :is(.phone:hover, .mail:hover)::before {
  background: #fff;
}


.foot .ce-gallery img {
  min-height: 76px;
}