* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'saarpro_headline';
  src: url('/wp-content/themes/2023-child/assets/fonts/SaarPro-Headline.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('/wp-content/themes/2023-child/assets/fonts/Roboto-Light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('/wp-content/themes/2023-child/assets/fonts/Roboto-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('/wp-content/themes/2023-child/assets/fonts/Roboto-Medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 18px;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  margin: 0px;
  font-family: 'robotoregular',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
  font-size: 17px;
  color: #464646;
  line-height: 1.3rem !important;
}
header, main, footer, article, nav, section, aside {
  display: block;
}
img.bottom {
  margin-bottom: 20px;
}
.smallImg {
  width: 120px;
  height: auto;
}
.textImg {
  vertical-align: bottom;
  max-height: 32px;
  width: auto;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
article {
  padding: 40px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1, h2, h3 {
 	font-family: 'saarpro_headline',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important
}
h4, h5, h6 {
	 font-family: 'robotoregular',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
h1 {
  font-size: 3rem !important;
  color: #002f5c !important;
  text-transform: uppercase;
	margin: 0 0 1rem 0;
}
h2 {
  font-size: 2.3rem !important;
  color: #002f5c;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.5rem !important;
  color: #002f5c;
  line-height: 1.2;
}
h4 {
  font-size: 1.3rem !important;
  color: #002f5c;
}
h5 {
  color: #4b4646;
}
h6 {
  color: #4b4646;
}
p {
  margin-top: 0;
	margin-bottom: 0.7rem;
}
p + h3, p + h4, p + h5, p + h6 {
  margin-top: 2rem;
}
p:last-child {
  margin-bottom: 0px;
}
.light {
  font-family: 'robotolight';
}
.regular {
  font-family: 'robotoregular';
}
.medium {
  font-family: 'robotomedium';
}
a {
  transition: all 0.8s ease 0s;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
  transition: all 0.8s ease 0s !important;
}
a[rel="noreferrer noopener"]:after {
  content: "\f139";
  transform: rotate(45deg);
  font-size: 0.7em;
  vertical-align: super;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #002f5c;
  display: inline-block;
}
a.wp-block-button__link[rel="noreferrer noopener"]:after {
  color: #fff !important;
}
.white a {
  color: #fff;
  text-decoration: underline;
}
.white a:hover {
  color: #00b0df;
  text-decoration: underline !important;
}
figure a[rel="noreferrer noopener"]::after {
  content: none;
}
.no-margin {
  margin: 0 !important;
}
.no-margin > figure {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-hover-bg:hover, .no-hover-bg a:hover {
  background: none;
}
.hide {
  display: none !important;
}
@media (min-width: 1025px){
	.hide-desktop {
		 display: none !important;
	}
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
img.bottom {
  margin-bottom: 20px;
}
.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.quelle figcaption {
  font-size: 0.6em;
  line-height: 1.1em;
  color: #969696;
}
.wp-block-image img {
  height: auto;
}
.wp-block-image.border-top img {
  border-radius: 5px 5px 0 0 !important;
}
.wp-block-image a:hover {
  background: none;
}
@media only screen and (max-width: 768px) {
  .wp-block-image.size-limit-xs {
    margin-bottom: 0px;
  }
  .wp-block-image.size-limit-xs img {
    max-width: 250px;
    height: auto;
  }
}
.separator {
  margin: 0 5px;
}
.pageEditButton {
  position: fixed;
  top: 58px;
  font-size: 18px;
  right: 0;
  height: 30px;
  box-sizing: border-box;
  width: 30px;
  display: flex;
  padding: 5px 5px 8px;
  transition: 0.2s;
  background: #002f5c;
  color: #464646;
}
.pageEditButton .pageEditButtonTitle {
  opacity: 0;
  font-size: 16px;
  transition: 0.5s;
  line-height: 17px;
}
.pageEditButton:hover {
  width: 120px;
  color: white;
}
.pageEditButton:hover > .pageEditButtonTitle {
  opacity: 1;
}
.anker-pos {
	visibility:hidden;
	position: relative;
}
.anker {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -40px;
}
@media only screen and (max-width: 1024px) {
	.anker {
		margin: -58px;
	}
}

#mapframe {
	max-height: 80vh;
}
@media only screen and (max-width: 768px) {
	#mapframe, .map-container {
		display: none;
	}	
}
/* ---------- Container -------------*/
.container-100 {
  width: 100%;
  box-sizing: border-box;
  padding: 15vw 0;
}
.container-100.less-padding {
  padding: 15vw 0;
}
.container-100.less-padding.bg-mod {
  padding-bottom: calc(10vw + 45px);
}
@media only screen and (min-width: 500px) {
  .container-100 {
    padding: 6vw 0;
  }
  .container-100.less-padding {
    padding: 6vw 0;
  }
  .container-100.less-padding.bg-mod {
    padding-bottom: 4vw;
  }
}
.container, .navigation.pagination {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 500px) {
  .container, .navigation.pagination {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container, .navigation.pagination {
    max-width: 90vw;
  }
}
@media (min-width: 1025px) {
  .container, .navigation.pagination {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .navigation.pagination {
    max-width: 1140px;
  }
}
.columnContainer {
  display: flex;
}
/*----*/
.bg-first {
  background-color: #fff;
}
.bg-second {
  background-color: #f5f5f5;
}
.bg-third {
  background-color: #002f5c;
  color: #fff;
}
.bg-fourth {
  background-color: #617a91;
  color: #fff;
}
.bg-scroll {
  background-attachment: fixed;
}
#top-link {
  opacity: 0;
  position: fixed;
  right: 1%;
  bottom: 3%;
  width: 50px;
  height: 50px;
  background: #003c76;
  cursor: pointer;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  z-index: 2;
  color: #fff;
  text-align: center;
  line-height: 1em;
  font-size: 43px;
  transition: 0.5s;
}
#top-link:hover {
  background: #00b0df;
}
@media only screen and (max-width: 1025px) {
  #top-link {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    font-size: 26px;
    z-index: 15;
  }
  #top-link:hover {
    background: #00498f;
    color: #fff;
  }
}
.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: 58px !important;
}
.wp-block-button__link {
  background-color: #002f5c !important;
  color: #fff;
}
.wp-block-button__link:hover {
  background-color: #00b0df !important;
  text-decoration: none !important;
}
.btn-primary {
  color: #fff;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-primary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.storelogo img {
  max-width: 150px !important;
}
.storelogo.gog img {
  max-width: 190px !important;
}
.second-line {
  font-size: 0.6em;
}
@media only screen and (max-width: 768px) {
  .button-center {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  
  body{
	font-size: 0.9rem;
	line-height: 1.35rem;
  }
  h1 {
    font-size: 2.2rem !important;
  }
  h2 {
    font-size: 1.7rem !important;
  }
  h3 {
    font-size: 1.45rem !important;
  }
  h4 {
    font-size: 1.3rem !important;
  }
  h1, h2 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}