@charset "UTF-8";
.wp-block-buttons + p {
  margin-top: 2rem;
}

.is-style-button-outline,
.is-style-button-outline-none,
.is-style-button-simple,
.is-style-button-white,
.is-style-button-yellow,
.is-style-button-blue {
  border-radius: 0.625rem;
}
.is-style-button-outline .wp-block-button__link,
.is-style-button-outline-none .wp-block-button__link,
.is-style-button-simple .wp-block-button__link,
.is-style-button-white .wp-block-button__link,
.is-style-button-yellow .wp-block-button__link,
.is-style-button-blue .wp-block-button__link {
  color: inherit;
  text-decoration: none;
  background-position: center center !important;
  background-size: cover !important;
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.is-style-button-outline .wp-block-button__link [class*=icon-],
.is-style-button-outline-none .wp-block-button__link [class*=icon-],
.is-style-button-simple .wp-block-button__link [class*=icon-],
.is-style-button-white .wp-block-button__link [class*=icon-],
.is-style-button-yellow .wp-block-button__link [class*=icon-],
.is-style-button-blue .wp-block-button__link [class*=icon-] {
  margin-right: 0.5rem;
}
.is-style-button-outline a,
.is-style-button-outline-none a,
.is-style-button-simple a,
.is-style-button-white a,
.is-style-button-yellow a,
.is-style-button-blue a {
  border-radius: 0.625rem;
}
.is-style-button-outline:hover, .is-style-button-outline:focus,
.is-style-button-outline-none:hover,
.is-style-button-outline-none:focus,
.is-style-button-simple:hover,
.is-style-button-simple:focus,
.is-style-button-white:hover,
.is-style-button-white:focus,
.is-style-button-yellow:hover,
.is-style-button-yellow:focus,
.is-style-button-blue:hover,
.is-style-button-blue:focus {
  opacity: 0.8 !important;
}

.is-style-button-yellow .wp-block-button__link, .is-style-button-yellow a {
  color: white;
  background-image: url(img/2393ee2bf7f0b9087725718bb2124e20.png) !important;
}

.is-style-button-blue .wp-block-button__link, .is-style-button-blue a {
  font-weight: 700;
  color: white;
  background-image: url(img/d841ed5e5ec08470ec5f9495eaaa1eae.png) !important;
}

.is-style-button-white .wp-block-button__link {
  color: var(--wp--preset--color--primary) !important;
  background-image: url(img/c9d59b822eca591288d34475f0b71d1f.png) !important;
  border: 1px solid var(--wp--preset--color--gray-200) !important;
}
.is-style-button-white .wp-block-button__link:hover {
  color: var(--wp--preset--color--secondary);
}

.is-style-button-outline .wp-block-button__link {
  border: 1px solid;
  background: transparent;
}

.is-style-button-outline-none .wp-block-button__link {
  border: none;
  background: transparent;
}

.is-style-button-icon .wp-block-button__link {
  background: none;
  color: inherit;
  font-size: inherit;
}

.is-style-button-link .wp-block-button__link {
  border: none;
  background: transparent;
  color: var(--wp--preset--color--secondary);
  font-size: 1.25rem;
  text-transform: inherit;
  letter-spacing: 0;
  margin-top: 2rem;
  padding: 0;
}
.is-style-button-link .wp-block-button__link::before {
  content: "→";
  margin-right: 0.3rem;
  width: 20px;
  height: 14px;
}

@media (max-width: 1024px) {
  .is-style-button-blue.wp-block-jobboard-filter .wp-block-button__link {
    width: 100%;
  }
}
.is-style-ul-alten {
  list-style: none;
  color: var(--wp--preset--color--primary);
  padding: 0;
  margin-bottom: 2.5rem;
}
.is-style-ul-alten > li + li {
  margin-top: 0 0.625rem;
}
.is-style-ul-alten > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: baseline;
  margin-right: 10px;
  background-color: var(--list--dot--color, var(--wp--preset--color--yellow));
}
.is-style-ul-alten > li div.rich-text {
  display: inline-block;
}

.wp-block-image.size-full img {
  width: 100%;
  height: auto;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-quote {
  font-family: Raleway, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: oblique;
  color: #777;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  margin: 1.25rem 2.5rem;
  border-left: none !important;
}

.is-style-hr-gradient {
  height: 2px !important;
  background: linear-gradient(90deg, #043962, rgba(29, 148, 201, 0.5), rgba(29, 148, 201, 0.5));
  border: none !important;
  width: 100% !important;
  opacity: 1;
}

.is-style-search-toolbar {
  display: flex;
  position: relative;
  align-items: center;
}
.is-style-search-toolbar label {
  position: relative;
  z-index: 20;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  order: 1;
}
.is-style-search-toolbar label .icon-search {
  transform: translateY(0.125rem);
  display: block;
}
.is-style-search-toolbar .wp-block-search__inside-wrapper {
  max-width: 0 !important;
  min-width: 0 !important;
}
.is-style-search-toolbar .wp-block-search__input {
  width: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.5s ease;
  transition-delay: 1s;
  color: var(--wp--preset--color--secondary);
}
.is-style-search-toolbar .search-suggestions {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1rem;
  margin-top: 1rem;
  width: 250px;
  background-color: white;
  min-height: 100px;
  z-index: 1000;
}
.is-style-search-toolbar.is-selected .wp-block-search__input,
.is-style-search-toolbar .wp-block-search__input:focus {
  transition-delay: 0s;
  border: 1px solid var(--wp--preset--color--secondary);
  padding-right: 2rem;
  padding-left: 1rem;
  outline: none;
  z-index: 1;
  max-width: 60vw;
  width: 250px;
  visibility: visible;
  opacity: 1;
}

/* .is-style-logo-alten{
	position: absolute;
	bottom: 0;
	width: 100px;
	left: 0;
	a > img, a > span[data-path]{
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 50px;
		width: auto;
		transition: all .4s ease;
	}
	span[data-path] svg{
		display: block;
		height: 100%;
		widows: auto;
	}
	@media (min-width: map-get($grid-breakpoints, 'md')){
		&:not([data-type]) a > *:first-child{
			transform: scale(2.2) translateX(-25%);
			visibility: visible;
			opacity: 1;
			transform-origin: 50% 100%;
			body[data-scrolled="true"][data-scroll-dir="down"] &{
				transform: scale(1.2) translateX(-50%); 
			}
		}
	}
	&.has-logo-alt{
		a > *:nth-child(2){
			opacity: 0;
			visibility: hidden;
			transform: translate(-60%, 0) scale(.6);
		}

		body[data-scrolled="true"][data-scroll-dir="down"] &{
			[data-path]:first-child{
				opacity: 0;
				visibility: hidden;
			}
			[data-path]:nth-child(2){
				opacity: 1;
				visibility: visible;
				transform: translate(-50%, 0) scale(.5);

			}
		}
	}
}
 */
.wp-block-query-pagination div {
  display: flex;
}
.wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  display: flex;
  padding: 0;
  justify-content: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 50% !important;
  border: 1px solid;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  font-size: 1rem;
  color: var(--wp--preset--color--primary);
}
.wp-block-query-pagination .page-numbers:focus,
.wp-block-query-pagination .wp-block-query-pagination-next:focus,
.wp-block-query-pagination .wp-block-query-pagination-previous:focus {
  box-shadow: none;
}
.wp-block-query-pagination .page-numbers.dots,
.wp-block-query-pagination .wp-block-query-pagination-next.dots,
.wp-block-query-pagination .wp-block-query-pagination-previous.dots {
  visibility: hidden;
}
.wp-block-query-pagination .current {
  border: 1px solid var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--secondary);
  color: #FFF !important;
}
.wp-block-query-pagination .is-arrow-arrow, .wp-block-query-pagination .is-arrow-chevron {
  text-indent: -9999px;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  transform: scaleY(0.75) translateX(-50%) rotate(45deg) !important;
}
.wp-block-query-pagination .is-arrow-chevron:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 3px;
  right: 3px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow, .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron {
  transform: scaleY(0.75) translateX(50%) rotate(225deg) !important;
}

.wp-block-post-author.is-style-post-author {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.wp-block-post-author.is-style-post-author .wp-block-post-author__content {
  border-top: 1px solid #efefef;
  padding: 1.5rem 0;
}
.wp-block-post-author.is-style-post-author .wp-block-post-author__name {
  font-size: inherit;
  text-transform: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.no-scroll {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body,
.wp-site-blocks {
  width: 100%;
  overflow-x: hidden;
}

body[data-scrolled=true] .wp-site-blocks > header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.toolbar-wrapper {
  width: 100% !important;
  display: flex;
  height: 100%;
  position: relative;
  justify-content: space-between;
  padding-left: 136px;
}

@media (min-width: 783px) {
  body.admin-bar .fixed-top {
    top: 32px;
  }
}
.fixed-top + .entry-content {
  padding-top: 60px;
}

.menu-mobile-wrapper {
  background-size: cover;
}
.menu-mobile-wrapper .wp-block-webfactory-social {
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid var(--wp--preset--color--gray-500);
  border-bottom: 1px solid var(--wp--preset--color--gray-500);
  text-align: center;
}
.menu-mobile-wrapper .wp-block-webfactory-social > .menu--root {
  justify-content: center;
}

.site-toolbar-1 .container, .site-toolbar-2 .container {
  height: 100%;
}

.site-toolbar-1 {
  color: white;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  height: 60px;
}

.site-toolbar-2 {
  color: white;
  height: 100px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  transition-property-delay: text-shadow 1s;
  background: transparent;
}
body.single-events .site-toolbar-2, body.single-post .site-toolbar-2, body.home .site-toolbar-2:not(.alten-corporate) {
  color: var(--wp--preset--color--primary);
  background: rgba(255, 255, 255, 0.8);
}
body[data-scrolled=true] .site-toolbar-2 {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}
body:not([data-scrolled=true][data-scroll-dir=down]).page .site-toolbar-2 .custom-logo polygon:nth-child(10), body:not([data-scrolled=true][data-scroll-dir=down]).page .site-toolbar-2 .custom-logo polygon:nth-child(11), body:not([data-scrolled=true][data-scroll-dir=down]).page .site-toolbar-2 .custom-logo polygon:nth-child(12), body:not([data-scrolled=true][data-scroll-dir=down]).page .site-toolbar-2 .custom-logo polygon:nth-child(13), body[data-scrolled=false][data-scroll-dir=up].page .site-toolbar-2 .custom-logo polygon:nth-child(10), body[data-scrolled=false][data-scroll-dir=up].page .site-toolbar-2 .custom-logo polygon:nth-child(11), body[data-scrolled=false][data-scroll-dir=up].page .site-toolbar-2 .custom-logo polygon:nth-child(12), body[data-scrolled=false][data-scroll-dir=up].page .site-toolbar-2 .custom-logo polygon:nth-child(13), body:not([data-scrolled=true][data-scroll-dir=down]).blog .site-toolbar-2 .custom-logo polygon:nth-child(10), body:not([data-scrolled=true][data-scroll-dir=down]).blog .site-toolbar-2 .custom-logo polygon:nth-child(11), body:not([data-scrolled=true][data-scroll-dir=down]).blog .site-toolbar-2 .custom-logo polygon:nth-child(12), body:not([data-scrolled=true][data-scroll-dir=down]).blog .site-toolbar-2 .custom-logo polygon:nth-child(13), body[data-scrolled=false][data-scroll-dir=up].blog .site-toolbar-2 .custom-logo polygon:nth-child(10), body[data-scrolled=false][data-scroll-dir=up].blog .site-toolbar-2 .custom-logo polygon:nth-child(11), body[data-scrolled=false][data-scroll-dir=up].blog .site-toolbar-2 .custom-logo polygon:nth-child(12), body[data-scrolled=false][data-scroll-dir=up].blog .site-toolbar-2 .custom-logo polygon:nth-child(13) {
  fill: white;
}
body:not([data-scrolled=true][data-scroll-dir=down]).page .site-toolbar-2 .custom-logo path:nth-child(9), body[data-scrolled=false][data-scroll-dir=up].page .site-toolbar-2 .custom-logo path:nth-child(9), body:not([data-scrolled=true][data-scroll-dir=down]).blog .site-toolbar-2 .custom-logo path:nth-child(9), body[data-scrolled=false][data-scroll-dir=up].blog .site-toolbar-2 .custom-logo path:nth-child(9) {
  fill: white;
}

body[data-scrolled=true][data-scroll-dir=down] .site-toolbar-1 {
  height: 0;
  overflow: hidden;
}

#menu-mobile {
  height: calc(100vh - 80px);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  display: none;
  overflow: auto;
  z-index: 1;
}

#header-toolbar-mobile {
  width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  height: 80px;
  background: white;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}
body.no-scroll #header-toolbar-mobile {
  box-shadow: none;
}
#header-toolbar-mobile .custom-logo-alt {
  display: none;
}
#header-toolbar-mobile .wp-block-webfactory-language-switcher ul {
  background: transparent;
}
@media (max-width: 783px) {
  body.admin-bar .fixed-top #header-toolbar-mobile {
    margin-top: 45px;
  }
  body[data-scrolled=true].admin-bar .fixed-top #header-toolbar-mobile {
    margin-top: 0px;
  }
}

.site-footer {
  font-size: 0.875rem;
}
.site-footer .nav-link {
  padding: 0.375rem 0;
}
.site-footer .wp-block-webfactory-social h3, .site-footer .wp-block-webfactory-social h4, .site-footer .wp-block-webfactory-social h5, .site-footer .wp-block-webfactory-social h6 {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}

@media (max-width: 500px) {
  #wpadminbar .ab-top-menu li:nth-child(6) ~ * {
    display: none !important;
  }
}

[class*=wf-icon-arrow]:before {
  content: "";
  border-top: 1px solid;
  border-left: 1px solid;
  width: 1.25rem;
  height: 1.25rem;
}

.wf-icon-arrow-left:before {
  transform: rotate(-45deg);
}

.wf-icon-arrow-right:before {
  transform: rotate(135deg);
}

.wf-icon-arrow-top:before {
  transform: rotate(45deg);
}

.wf-icon-arrow-bttom:before {
  transform: rotate(225deg);
}

.wf-icon-big:before {
  width: 2.5rem;
  height: 2.5rem;
}

.wf-icon-small:before {
  width: 1rem;
  height: 1rem;
}

.icon-colored.icon-facebook {
  color: #0A5CCE;
}
.icon-colored.icon-xing {
  color: #D3D613;
}
.icon-colored.icon-linkedin {
  color: #0B3962;
}
.icon-colored.icon-email {
  color: #008bd2;
}

.has-triangle-right {
  position: relative;
}
.has-triangle-right:before {
  content: "";
  position: absolute;
  right: -30px;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent var(--wp--preset--color--gray-300);
}

.has-triagnle-bottom {
  position: relative;
}
.has-triagnle-bottom:before {
  content: "";
  border-width: 30px 50px 30px 50px;
  border-style: solid;
  position: absolute;
  top: 100%;
  margin-left: -50px;
  z-index: 10;
  left: 50%;
  border-color: var(--wp--preset--color--secondary) transparent transparent transparent;
}

.block-header {
  min-height: 50px;
  background: var(--wp--preset--color--primary);
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.block-body {
  padding: 0.5rem 1rem;
}

@media (max-width: 782px) {
  .is-style-page-title {
    font-size: 2rem;
    letter-spacing: 4px;
  }
  .is-style-section-title {
    font-size: 1.5rem;
    letter-spacing: 6px;
  }
  h1 {
    font-size: 2rem;
    letter-spacing: 6px;
  }
  h2 {
    font-size: 1.5rem;
    letter-spacing: 4px;
    word-break: break-word;
  }
  h3 {
    font-size: 1.625rem;
    letter-spacing: 3px;
  }
}
.page-with-decoration .has-triangle-decoration polygon, .page-with-decoration .has-triangle-decoration-right polygon, .page-with-decoration .has-triangle-decoration-left polygon {
  transition: all 0.5s is;
  opacity: 1;
}
.page-with-decoration .has-triangle-decoration polygon:nth-child(3), .page-with-decoration .has-triangle-decoration-right polygon:nth-child(3), .page-with-decoration .has-triangle-decoration-left polygon:nth-child(3) {
  transition-delay: 0.5s;
}
.page-with-decoration .has-triangle-decoration polygon:nth-child(2), .page-with-decoration .has-triangle-decoration-right polygon:nth-child(2), .page-with-decoration .has-triangle-decoration-left polygon:nth-child(2) {
  transition-delay: 0.1s;
}
body.is-scrolling .page-with-decoration .has-triangle-decoration polygon, body.is-scrolling .page-with-decoration .has-triangle-decoration-right polygon, body.is-scrolling .page-with-decoration .has-triangle-decoration-left polygon {
  opacity: 0;
}

/*
.has-triangle-decoration, .has-triangle-decoration-left, .has-triangle-decoration-right  {
    span{
        visibility:hidden;
    }
}
//.has-triangle-decoration.is-section-title-decoration, .has-triangle-decoration-left.is-section-title-decoration, .is-style-menu-country.is-section-title-decoration .nav-link-level-0, .has-triangle-decoration-right.is-section-title-decoration  {
.is-style-section-title-decoration.has-triangle-decoration-left{
    span{
        visibility:visible ;
    }
}*/

/*# sourceMappingURL=theme.css.map*/