/* ----------------------------------------------- wendenburg.net base styles
----------------------------------------------- */
/* generate: sass --style compact --line-numbers base.scss base.css sass --style compressed base.scss base.css
 watch sass --style compact --line-numbers --watch base.scss:base.css
*/
/* global settings */
/* media queries */
/* favourite mixins */
/* line 1, scss/_layout.scss */
body, html { height: 100.1%; }

/* line 5, scss/_layout.scss */
body { overflow-x: hidden; }

/* line 9, scss/_layout.scss */
* { margin: 0; padding: 0; font-family: 'Open Sans', verdana, sans-serif; font-weight: 400; font-size: 14px; color: #000000; }

/* line 18, scss/_layout.scss */
strong { font-weight: bold; }

/* line 23, scss/_layout.scss */
h1 { margin: 20px 0 20px 0; font-weight: bold; font-size: 28px; color: #979797; }
/* line 29, scss/_layout.scss */
h1:first-child { margin-top: 0; }

/* line 34, scss/_layout.scss */
h2 { margin: 20px 0 20px 0; font-weight: bold; font-size: 22px; color: #979797; }
/* line 40, scss/_layout.scss */
h2:first-child { margin-top: 0; }

/* line 45, scss/_layout.scss */
h3, h4 { margin: 20px 0 20px 0; font-weight: bold; font-size: 18px; color: #979797; }
/* line 51, scss/_layout.scss */
h3:first-child, h4:first-child { margin-top: 0; }

/* line 56, scss/_layout.scss */
h5, h6 { margin: 20px 0 10px 0; font-weight: bold; font-size: 14px; color: #979797; }
/* line 62, scss/_layout.scss */
h5 a, h6 a { font-weight: bold; font-size: 14px; color: #979797; }
/* line 68, scss/_layout.scss */
h5:first-child, h6:first-child { margin-top: 0; }

/* line 73, scss/_layout.scss */
p { line-height: 160%; margin: 0 0 20px 0; }

/* line 78, scss/_layout.scss */
#page { min-height: 100%; position: relative; text-align: center; overflow-x: hidden; }
/* line 84, scss/_layout.scss */
#page .pageContainer { max-width: 1000px; padding: 0 3% 0 3%; margin: auto; text-align: left; position: relative; }

/* line 93, scss/_layout.scss */
#headerSection { background: #e60000; }
/* line 95, scss/_layout.scss */
#headerSection .headerContainer { padding: 3% 0 3% 0; }

/* line 100, scss/_layout.scss */
.content { max-width: 1000px; margin: auto; padding: 40px 3% 0 3%; text-align: left; }
/* line 106, scss/_layout.scss */
.content.no-headroom { padding: 0 3% 0 3%; }

/* line 111, scss/_layout.scss */
.content-container { padding: 0 0 30px 0; }
/* line 114, scss/_layout.scss */
.content-container.no-footroom { padding: 0; }

/* line 120, scss/_layout.scss */
.teaser-container p { font-size: 16px; line-height: 170%; letter-spacing: 0.6px; }

/* line 127, scss/_layout.scss */
.grid-50 { width: 104%; margin: 0 -2% 0 -2%; }
/* line 25, scss/_mixins.scss */
.grid-50:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
/* line 132, scss/_layout.scss */
.grid-50 .grid-item-fullsize { clear: both; margin: 0 0 20px 0; padding: 0 2% 0 2%; clear: both; }
@media (max-width: 799px) { /* line 132, scss/_layout.scss */
  .grid-50 .grid-item-fullsize { padding: 0; } }
/* line 143, scss/_layout.scss */
.grid-50 .grid-item { width: 46%; padding: 0 2% 30px 2%; float: left; }
@media (max-width: 799px) { /* line 143, scss/_layout.scss */
  .grid-50 .grid-item { float: none; width: auto; padding: 0 0 30px 0; } }
@media (max-width: 799px) { /* line 127, scss/_layout.scss */
  .grid-50 { width: auto; margin: 0; } }

/* line 161, scss/_layout.scss */
.grid-25 { width: 104%; margin: 0 -2% 0 -2%; }
/* line 25, scss/_mixins.scss */
.grid-25:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
/* line 166, scss/_layout.scss */
.grid-25 .grid-item-fullsize { clear: both; margin: 0 0 20px 0; padding: 0 2% 0 2%; clear: both; }
@media (max-width: 799px) { /* line 166, scss/_layout.scss */
  .grid-25 .grid-item-fullsize { padding: 0; } }
/* line 177, scss/_layout.scss */
.grid-25 .grid-item { width: 21%; padding: 0 2% 30px 2%; float: left; }
@media (max-width: 999px) { /* line 177, scss/_layout.scss */
  .grid-25 .grid-item { width: 46%; }
  /* line 185, scss/_layout.scss */
  .grid-25 .grid-item:nth-child(odd) { clear: both; } }
@media (max-width: 799px) { /* line 177, scss/_layout.scss */
  .grid-25 .grid-item { float: none; width: auto; padding: 0 0 30px 0; } }
/* line 197, scss/_layout.scss */
.grid-25 .grid-item.icon-container p { line-height: 160%; }
@media (max-width: 799px) { /* line 161, scss/_layout.scss */
  .grid-25 { width: auto; margin: 0; } }

/* line 209, scss/_layout.scss */
.content-grey { background: #e9e9e9; }

/* line 213, scss/_layout.scss */
.content-white { background: #ffffff; }

/* line 217, scss/_layout.scss */
.content-alternate { background: #ffffff; }
/* line 221, scss/_layout.scss */
.content-alternate:nth-child(even) { background: #ffffff; }
/* line 224, scss/_layout.scss */
.content-alternate:nth-child(odd) { background: #e9e9e9; }

/* line 229, scss/_layout.scss */
.footer { background: #333333; overflow: hidden; }
/* line 233, scss/_layout.scss */
.footer .content-footer { padding-bottom: 40px; }
/* line 25, scss/_mixins.scss */
.footer .content-footer:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
/* line 238, scss/_layout.scss */
.footer p { color: #ffffff; margin: 0; float: left; }
@media (max-width: 499px) { /* line 238, scss/_layout.scss */
  .footer p { font-size: 12px; } }
/* line 247, scss/_layout.scss */
.footer .socialNetworkLinks { float: right; }
/* line 249, scss/_layout.scss */
.footer .socialNetworkLinks li { display: inline-block; margin: 0 0 0 20px; vertical-align: middle; }
@media (max-width: 499px) { /* line 249, scss/_layout.scss */
  .footer .socialNetworkLinks li { margin: 0 0 0 10px; } }
/* line 258, scss/_layout.scss */
.footer .socialNetworkLinks a { display: block; width: 26px; height: 26px; background-repeat: no-repeat; background-position: 50% 50%; background-size: auto 100%; opacity: 0.7; }
/* line 267, scss/_layout.scss */
.footer .socialNetworkLinks a span { display: none; }
/* line 272, scss/_layout.scss */
.footer .socialNetworkLinks li.iconTwitter a { background-image: url(/gfx/iconTwitter.svg); }
/* line 276, scss/_layout.scss */
.footer .socialNetworkLinks li.iconLinkedIn a { background-image: url(/gfx/iconLinkedIn.svg); }
/* line 280, scss/_layout.scss */
.footer .socialNetworkLinks li.iconXing a { background-image: url(/gfx/iconXing.svg); }

/* line 2, scss/_redaxo.scss */
.caps { color: inherit; font: inherit; }

/* line 7, scss/_redaxo.scss */
sup { color: inherit; }

/* line 11, scss/_redaxo.scss */
.content-text ul { padding: 0 0 20px 30px; }

/* line 25, scss/_mixins.scss */
.content-text-image:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
/* line 20, scss/_redaxo.scss */
.content-text-image .image-wrapper img { width: 100%; height: auto; border: none; display: block; }
/* line 27, scss/_redaxo.scss */
.content-text-image .image-wrapper .image-copyright { padding: 0; margin: 0; font-size: 12px; text-align: center; color: #979797; }
/* line 25, scss/_mixins.scss */
.content-text-image .text-wrapper:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
/* line 39, scss/_redaxo.scss */
.content-text-image .text-wrapper h3:first-child, .content-text-image .text-wrapper h4:first-child { margin-top: 0; }

/* line 47, scss/_redaxo.scss */
.content-text-image-250 .image-wrapper { width: 22%; max-width: 250px; margin: 0 4% 20px 0; }
@media (max-width: 799px) { /* line 47, scss/_redaxo.scss */
  .content-text-image-250 .image-wrapper { width: 30%; } }

/* line 59, scss/_redaxo.scss */
.content-text-image-500 .image-wrapper { width: 48%; max-width: 500px; }
@media (max-width: 499px) { /* line 59, scss/_redaxo.scss */
  .content-text-image-500 .image-wrapper { float: none; width: 100%; } }

/* line 73, scss/_redaxo.scss */
.contentImageTextLeft .image-wrapper { float: left; }
/* line 77, scss/_redaxo.scss */
.contentImageTextLeft .image-wrapper-250 { margin: 0 4% 20px 0; }
/* line 81, scss/_redaxo.scss */
.contentImageTextLeft .image-wrapper-500 { margin: 0 4.2% 20px 0; }
@media (max-width: 499px) { /* line 85, scss/_redaxo.scss */
  .contentImageTextLeft .image-wrapper-250 { margin: 0 12px 12px 0; } }
@media (max-width: 499px) { /* line 91, scss/_redaxo.scss */
  .contentImageTextLeft .image-wrapper-500 { margin: 0 0 20px 0; } }

/* line 100, scss/_redaxo.scss */
.contentImageTextRight .image-wrapper { float: right; }
/* line 104, scss/_redaxo.scss */
.contentImageTextRight .image-wrapper-250 { margin: 0 0 20px 4%; }
/* line 108, scss/_redaxo.scss */
.contentImageTextRight .image-wrapper-500 { margin: 0 0 20px 4.2%; }
@media (max-width: 499px) { /* line 112, scss/_redaxo.scss */
  .contentImageTextRight .image-wrapper-250 { margin: 0 0 12px 12px; } }
@media (max-width: 499px) { /* line 118, scss/_redaxo.scss */
  .contentImageTextRight .image-wrapper-500 { margin: 0 0 20px 0; } }

/* line 126, scss/_redaxo.scss */
.message-container .error { background: #C45252; color: #ffffff; padding: 3%; margin: 0; font-size: 16px; }
/* line 134, scss/_redaxo.scss */
.message-container .message { background: #EABC59; color: #ffffff; padding: 3%; margin: 0; font-size: 16px; }

/* line 143, scss/_redaxo.scss */
.kgde-contactform { clear: both; padding: 0 0 30px 0; }
/* line 147, scss/_redaxo.scss */
.kgde-contactform * { font-size: 16px; }
/* line 151, scss/_redaxo.scss */
.kgde-contactform p { clear: both; overflow: hidden; }
/* line 156, scss/_redaxo.scss */
.kgde-contactform p label { float: left; padding: 0 3% 0 0; width: 30%; font-weight: bold; }
/* line 163, scss/_redaxo.scss */
.kgde-contactform input[type=text], .kgde-contactform input[type=submit] { padding: 6px; font-size: 16px; width: 50%; border: 1px solid #000000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
/* line 173, scss/_redaxo.scss */
.kgde-contactform textarea { padding: 6px; font-size: 16px; width: 50%; min-height: 100px; border: 1px solid #000000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
/* line 183, scss/_redaxo.scss */
.kgde-contactform input.sender { margin: 0 0 0 33%; padding: 6px; background: #e60000; border: 1px solid #000000; font-weight: bold; color: #ffffff; }
/* line 192, scss/_redaxo.scss */
.kgde-contactform input.customer { display: none; }
@media (max-width: 799px) { /* line 197, scss/_redaxo.scss */
  .kgde-contactform input[type=text], .kgde-contactform input[type=submit], .kgde-contactform textarea { width: 66%; } }
@media (max-width: 499px) { /* line 203, scss/_redaxo.scss */
  .kgde-contactform input[type=text], .kgde-contactform input[type=submit], .kgde-contactform textarea { width: 100%; }
  /* line 207, scss/_redaxo.scss */
  .kgde-contactform input.sender { margin: 0; }
  /* line 211, scss/_redaxo.scss */
  .kgde-contactform label { padding: 0 0 3px 0; float: none; display: block; } }

/* line 3, scss/_blog.scss */
.grid-25-blog { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
/* line 25, scss/_mixins.scss */
.grid-25-blog:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
/* line 10, scss/_blog.scss */
.grid-25-blog .grid-item-fullsize { margin: 0 0 20px 0; flex-basis: 100%; }
/* line 15, scss/_blog.scss */
.grid-25-blog .grid-item { flex-basis: 24%; margin: 0 0 30px 0; box-sizing: border-box; border: 1px solid #979797; }
@media (max-width: 799px) { /* line 15, scss/_blog.scss */
  .grid-25-blog .grid-item { flex-basis: 48%; } }
@media (max-width: 499px) { /* line 15, scss/_blog.scss */
  .grid-25-blog .grid-item { width: auto; } }
@media (max-width: 499px) { /* line 3, scss/_blog.scss */
  .grid-25-blog { display: block; } }

/* line 35, scss/_blog.scss */
.blogArticlePreviewWrapper { background: #ffffff; margin: 0 0 30px 0; }
/* line 25, scss/_mixins.scss */
.blogArticlePreviewWrapper:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
/* line 40, scss/_blog.scss */
.blogArticlePreviewWrapper .blogContent { padding: 6px 6px 10px 6px; }
/* line 44, scss/_blog.scss */
.blogArticlePreviewWrapper .blogContent .blogArticleDate { font-size: 12px; font-style: italic; color: #979797; }
/* line 50, scss/_blog.scss */
.blogArticlePreviewWrapper .blogContent .blogArticleHeader * { margin: 0 0 10px 0; font-weight: bold; font-size: 16px; color: #979797; }
/* line 59, scss/_blog.scss */
.blogArticlePreviewWrapper .blogImageWrapper img { width: 100%; height: auto; border: none; display: block; }
@media (max-width: 499px) { /* line 58, scss/_blog.scss */
  .blogArticlePreviewWrapper .blogImageWrapper { float: left; width: 48%; margin: 0 2% 6px 0; } }

/* line 74, scss/_blog.scss */
.blogArticleTagList { list-style: none; }
/* line 77, scss/_blog.scss */
.blogArticleTagList li { list-style: none; display: inline-block; margin: 0 6px 6px 0; }

/* line 86, scss/_blog.scss */
.blogArticleListHeader h1 span, .blogArticleListHeader h2 span { display: block; font-size: 13px; color: inherit; }
/* line 91, scss/_blog.scss */
.blogArticleListHeader h1 span a, .blogArticleListHeader h2 span a { font-size: 13px; color: inherit; }

/* line 101, scss/_blog.scss */
.blogArticlePreviewFooter p { display: inline-block; margin: 0 6px 6px 0; }
/* line 106, scss/_blog.scss */
.blogArticlePreviewFooter .blogArticlePreviewPages { display: inline-block; list-style: none; }
/* line 110, scss/_blog.scss */
.blogArticlePreviewFooter .blogArticlePreviewPages li { list-style: none; display: inline-block; margin: 0 6px 6px 0; }
/* line 115, scss/_blog.scss */
.blogArticlePreviewFooter .blogArticlePreviewPages li a { font-weight: bold; }
/* line 121, scss/_blog.scss */
.blogArticlePreviewFooter .blogArticlePreviewPages li.blogSelectedPageItem a { text-decoration: none; color: #e60000; }

/* line 130, scss/_blog.scss */
.socialNetwork .twitterWrapper { display: inline-block; height: 21px; overflow: hidden; vertical-align: middle; margin: 0 20px 0 0; }
/* line 138, scss/_blog.scss */
.socialNetwork .linkedInWrapper { display: inline-block; height: 21px; overflow: hidden; vertical-align: middle; margin: 0 20px 0 0; }
/* line 145, scss/_blog.scss */
.socialNetwork .linkedInWrapper span, .socialNetwork .linkedInWrapper a { overflow: hidden !important; vertical-align: top !important; }
/* line 151, scss/_blog.scss */
.socialNetwork .xingWrapper { display: inline-block; height: 21px; overflow: hidden; vertical-align: middle; margin: 0 20px 0 0; }

/* topbar */
/* line 4, scss/_topbar.scss */
.headerContainer { display: table; width: 100%; }
/* line 8, scss/_topbar.scss */
.headerContainer .headerRow { display: table-row; }
/* line 11, scss/_topbar.scss */
.headerContainer .headerRow .logoWrapper { display: table-cell; vertical-align: bottom; color: #ffffff; font-weight: 400; font-size: 24px; }
/* line 18, scss/_topbar.scss */
.headerContainer .headerRow .logoWrapper span { color: #ffffff; font-weight: 400; font-size: 24px; }
@media (max-width: 1199px) { /* line 11, scss/_topbar.scss */
  .headerContainer .headerRow .logoWrapper { font-size: 22px; } }
@media (max-width: 999px) { /* line 11, scss/_topbar.scss */
  .headerContainer .headerRow .logoWrapper { font-size: 18px; }
  /* line 30, scss/_topbar.scss */
  .headerContainer .headerRow .logoWrapper span { color: #ffffff; display: block; font-size: 13px; } }
/* line 38, scss/_topbar.scss */
.headerContainer .headerRow .topNaviWrapper { display: table-cell; vertical-align: bottom; text-align: right; }
@media (max-width: 999px) { /* line 38, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper { vertical-align: middle; } }
/* line 48, scss/_topbar.scss */
.headerContainer .headerRow .topNaviWrapper .topNavi { display: inline-block; white-space: nowrap; margin: 0 -10px 0 0; text-align: left; }
@media (max-width: 999px) { /* line 48, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi { position: absolute; top: 100%; left: 100%; width: 100%; background: #ffffff; padding: 10px 3%; border-bottom: 5px solid #979797; display: block; transition: all 0.5s; z-index: 10000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
  /* line 67, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi.topNaviOpen { left: 0; } }
/* line 72, scss/_topbar.scss */
.headerContainer .headerRow .topNaviWrapper .topNavi li { display: inline-block; margin: 0 8px 0 8px; }
/* line 75, scss/_topbar.scss */
.headerContainer .headerRow .topNaviWrapper .topNavi li a { text-decoration: none; font-size: 14px; color: #000000; font-weight: bold; }
/* line 81, scss/_topbar.scss */
.headerContainer .headerRow .topNaviWrapper .topNavi li.selected a, .headerContainer .headerRow .topNaviWrapper .topNavi li:hover a { color: #ffffff; }
@media (max-width: 999px) { /* line 81, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi li.selected a, .headerContainer .headerRow .topNaviWrapper .topNavi li:hover a { color: #e60000; } }
@media (max-width: 1199px) { /* line 90, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi li a { font-size: 13px; } }
@media (max-width: 999px) { /* line 72, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi li { display: block; padding: 10px 0 10px 0; margin: 0; }
  /* line 99, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi li a { font-size: 16px; } }
@media (max-width: 999px) { /* line 107, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi li { transition: transform 0.5s ease 0.2s; transform: scale(0.1, 1); }
  /* line 112, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .topNavi.topNaviOpen li { transform: scale(1, 1); } }
/* line 118, scss/_topbar.scss */
.headerContainer .headerRow .topNaviWrapper .hamburgerMenu { width: 34px; height: 34px; display: none; border: none; }
/* line 123, scss/_topbar.scss */
.headerContainer .headerRow .topNaviWrapper .hamburgerMenu:focus { outline: 0; }
@media (max-width: 999px) { /* line 118, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .hamburgerMenu { display: inline-block; background: transparent url(/gfx/hamburgermenu.svg) no-repeat 50% 50%; background-size: 100% auto; -webkit-transition: transform 0.3s ease-out 0s; -moz-transition: transform 0.3s ease-out 0s; -ms-transition: transform 0.3s ease-out 0s; -o-transition: transform 0.3s ease-out 0s; transition: transform 0.3s ease-out 0s; }
  /* line 131, scss/_topbar.scss */
  .headerContainer .headerRow .topNaviWrapper .hamburgerMenu.hamburgerMenuOpen { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: transform 0.3s ease-out 0.5s; -moz-transition: transform 0.3s ease-out 0.5s; -ms-transition: transform 0.3s ease-out 0.5s; -o-transition: transform 0.3s ease-out 0.5s; transition: transform 0.3s ease-out 0.5s; } }

/*  parallax effect */
/* line 3, scss/_parallax.scss */
.parallaxWrapper { overflow: hidden; position: relative; }
/* line 8, scss/_parallax.scss */
.parallaxWrapper .parallaxClaimWrapper { padding: 8% 30px; text-align: center; width: 100%; min-height: 300px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
@media (max-width: 499px) { /* line 8, scss/_parallax.scss */
  .parallaxWrapper .parallaxClaimWrapper { padding: 30px 10px; min-height: 200px; } }
/* line 21, scss/_parallax.scss */
.parallaxWrapper .parallaxClaimWrapper .claimTop { padding: 20px 0 20px 0; margin: 0; opacity: 0.9; color: #ffffff; font-size: 40px; font-weight: bold; transform: scale(0.2); animation-name: claimsInitialize; animation-duration: 0.5s; animation-timing-function: ease; animation-fill-mode: forwards; }
@media (max-width: 499px) { /* line 21, scss/_parallax.scss */
  .parallaxWrapper .parallaxClaimWrapper .claimTop { font-size: 28px; } }
/* line 40, scss/_parallax.scss */
.parallaxWrapper .parallaxClaimWrapper .claimSub { padding: 0 0 20px 0; margin: 0; opacity: 0.9; color: #ffffff; font-size: 22px; transform: scale(0.2); animation-name: claimsInitialize; animation-duration: 0.5s; animation-timing-function: ease; animation-fill-mode: forwards; }
@media (max-width: 499px) { /* line 40, scss/_parallax.scss */
  .parallaxWrapper .parallaxClaimWrapper .claimSub { font-size: 18px; } }
/* line 59, scss/_parallax.scss */
.parallaxWrapper .parallaxBackgroundWrapper { width: 100%; height: 100%; max-height: 600px; z-index: -1; position: fixed; top: 0; left: 0; }
@media (max-width: 999px) { /* line 59, scss/_parallax.scss */
  .parallaxWrapper .parallaxBackgroundWrapper { max-height: 550px; } }
@media (max-width: 799px) { /* line 59, scss/_parallax.scss */
  .parallaxWrapper .parallaxBackgroundWrapper { max-height: 450px; } }
@media (max-width: 499px) { /* line 59, scss/_parallax.scss */
  .parallaxWrapper .parallaxBackgroundWrapper { max-height: 350px; } }
/* line 81, scss/_parallax.scss */
.parallaxWrapper .parallaxBackgroundWrapper .parallaxDesktopBackground, .parallaxWrapper .parallaxBackgroundWrapper .parallaxMobileBackground { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }
/* line 93, scss/_parallax.scss */
.parallaxWrapper .parallaxBackgroundWrapper .parallaxDesktopBackground { animation-name: parallaxZoom; animation-duration: 40s; animation-timing-function: ease; animation-delay: 0.8s; }
@media (max-width: 499px) { /* line 93, scss/_parallax.scss */
  .parallaxWrapper .parallaxBackgroundWrapper .parallaxDesktopBackground { display: none; } }
/* line 105, scss/_parallax.scss */
.parallaxWrapper .parallaxBackgroundWrapper .parallaxMobileBackground { display: none; }
@media (max-width: 499px) { /* line 105, scss/_parallax.scss */
  .parallaxWrapper .parallaxBackgroundWrapper .parallaxMobileBackground { display: block; } }
/* line 112, scss/_parallax.scss */
.parallaxWrapper .parallaxBackgroundWrapper .parallaxOverlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; background: #03327e; }

@keyframes parallaxZoom { 0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); } }
@keyframes claimsInitialize { 0% { transform: scale(0.2); }
  100% { transform: scale(1); } }
/* wendenburgnet icons */
/* line 5, scss/_wendenburgnetIcons.scss */
.icon-container .icon-wendenburgnet { background: transparent url(../gfx/icon-wendenburgnet.svg) no-repeat 50% 50%; background-size: 100% auto; width: 50px; height: 50px; margin: 0 auto 20px auto; }
/* line 13, scss/_wendenburgnetIcons.scss */
.icon-container a { color: #000000; text-decoration: none; font-weight: bold; }
/* line 19, scss/_wendenburgnetIcons.scss */
.icon-container .pos12 { transform: rotate(-90deg); }
/* line 21, scss/_wendenburgnetIcons.scss */
.icon-container .pos12.animate { animation-name: iconInitialize12; animation-duration: 0.5s; animation-delay: 0.2s; animation-timing-function: linear; }
/* line 29, scss/_wendenburgnetIcons.scss */
.icon-container .pos3 { transform: rotate(0deg); }
/* line 31, scss/_wendenburgnetIcons.scss */
.icon-container .pos3.animate { animation-name: iconInitialize3; animation-duration: 0.5s; animation-delay: 0.4s; animation-timing-function: linear; }
/* line 39, scss/_wendenburgnetIcons.scss */
.icon-container .pos6 { transform: rotate(90deg); }
/* line 41, scss/_wendenburgnetIcons.scss */
.icon-container .pos6.animate { animation-name: iconInitialize6; animation-duration: 0.5s; animation-delay: 0s; animation-timing-function: linear; }
/* line 49, scss/_wendenburgnetIcons.scss */
.icon-container .pos9 { transform: rotate(180deg); }
/* line 51, scss/_wendenburgnetIcons.scss */
.icon-container .pos9.animate { animation-name: iconInitialize9; animation-duration: 0.5s; animation-delay: 0.6s; animation-timing-function: linear; }

@keyframes iconInitialize12 { 0% { transform: rotate(-90deg); }
  100% { transform: rotate(270deg); } }
@keyframes iconInitialize3 { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
@keyframes iconInitialize6 { 0% { transform: rotate(90deg); }
  100% { transform: rotate(450deg); } }
@keyframes iconInitialize9 { 0% { transform: rotate(180deg); }
  100% { transform: rotate(540deg); } }

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