.wl---product--item-wrapper {
	padding-bottom: 65px;
}

@media(min-width: 768px) and (max-width: 991px) {
	.wl---product--item-wrapper {
		padding-bottom: 45px;
	}
}

@media(max-width: 767px) {
	.wl---product--items {
		margin-top: -15px;
		margin-bottom: 15px;
	}

	.wl---product--item-wrapper {
		padding: 25px 0;
		text-align: center;
	}
}

.wl---product--item-image {
	position: relative;
}

@media(max-width: 991px) {
	.wl---product--item-image {
		padding-left: 20px;
	}
}

@media(max-width: 767px) {
	.wl---product--item-image {
		padding-bottom: 15px;
		display: inline-block;
	}
}

.wl---product--item-image img {
	max-height: 280px;
}

@media(min-width: 768px) and (max-width: 991px) {
	.wl---product--item-image img {
		max-width: 240px;
	}
}

@media(max-width: 767px) {
	.wl---product--item-image img {
		max-height: 175px;
	}
}

.wl---product--item-productPrice {
	width: 70px;
	height: 70px;
	padding: 10px;
	background-color: #0D393C;
	color: #FFFFFF;
	border-radius: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	display: table;
	text-align: center;

	/*-webkit-transition: all .3s;*/
	/*-moz-transition: all .3s;*/
	/*-ms-transition: all .3s;*/
	/*-o-transition: all .3s;*/
	/*transition: all .3s;*/
}

@media(min-width: 992px) and (max-width: 1199px) {
	.wl---product--item-productPrice {
		width: 60px;
		height: 60px;
		padding: 8px;
	}
}

@media(max-width: 991px) {
	.wl---product--item-productPrice {
		top: 0;
	}
}

.wl---product--item-wrapper.hover .wl---product--item-productPrice {
	background-color: #56adc0;
}

.wl---product--item-productPrice p {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
}

@media(min-width: 992px) and (max-width: 1199px) {
	.wl---product--item-productPrice p {
		font-size: 10px;
		line-height: 12px;
	}
}

.wl---product--item-productPrice span {
	font-size: 14px;
	line-height: 18px;
}

.wl---product--item-headline {
	color: #56adc0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(8, 39, 41, .2);
}

@media(max-width: 767px) {
	.wl---product--item-headline {
		color: #082729;
	}
}

.wl---product--item-headline h3 {
	margin-bottom: 0;
}

.wl---product--item-headline a:hover {
	text-decoration: none;
}

.wl---product--item-link {
	position: relative;
	padding: 0 0 0 17px;
	font-size: 16px;
	line-height: 22px;
}

@media(max-width: 767px) {
	.wl---product--item-link {
		padding-left: 0;
	}
}

.wl---product--item-link:before {
	content: '';
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	border: solid #56ADC0;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	left: 0;
	top: 11px;
}

@media(max-width: 767px) {
	.wl---product--item-link:before {
		left: inherit;
	}
}

.wl---product--item-link a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

	padding: 5px 0;
	display: inline-block;
}

@media(max-width: 767px) {
	.wl---product--item-link a {
		padding-left: 15px;
	}
}

.wl---product--item-link a:hover {
	text-decoration: none;
	color: #56adc0;
}

div[data-ce-id="ProductModuleBasisRedesign"] + div[data-ce-id="ImageLink"] {
	padding-top: 65px;
}

@media(min-width: 768px) and (max-width: 991px) {
	div[data-ce-id="ProductModuleBasisRedesign"] + div[data-ce-id="ImageLink"] {
		padding-top: 45px;
	}
}

@media(max-width: 767px) {
	div[data-ce-id="ProductModuleBasisRedesign"] + div[data-ce-id="ImageLink"] {
		padding-top: 10px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.wl---imagelink--items {
		margin: 0 -10px;
	}

	.wl---imagelink--items > .wl---imagelink--item {
		padding: 0 10px;
		margin-bottom: 30px;
	}
}

.wl---imagelink--item {
	position: relative;
}

@media(max-width: 767px) {
	.wl---imagelink--item {
		margin-top: 15px;
	}

	.wl---imagelink--item:first-child {
		margin-top: 0;
	}
}

.wl---imagelink--button {
	position: absolute;
	bottom: 36px;
	left: 20px;
	padding: 13px 20px;
	background-color: #56ADC0;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media(min-width: 992px) and (max-width: 1199px) {
	.wl---imagelink--button {
		bottom: 20px;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.wl---imagelink--button {
		bottom: -30px;
		left: 10px;
	}
}

@media(max-width: 767px) {
	.wl---imagelink--button {
		padding: 10px;
		bottom: 15px;
	}
}

.wl---imagelink--button span {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.wl---imagelink--item:hover .wl---imagelink--button {
	background-color: #D0011B;
}

/* ---------------
 * CIRCLETEASER CSS
 * © copyright bueroparallel GmbH
 * Wunderlabel Website
 * ---------------
 */
.wl---CircleTeaser.wl---section_with_background
{
    padding-top: 45px;
    padding-bottom: 45px;
}

.wl---section_with_background + .wl---section
{
    padding-top: 0;
}

.wl---circle--wrapper:not(.no-wrapper) {
    margin: 40px 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width: 991px)
{
    .wl---circle--wrapper:not(.no-wrapper)
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 767px)
{
    .wl---circle--wrapper:not(.no-wrapper)
    {
        margin: 15px 0;
    }

    .wl---circle--wrapper:not(.no-wrapper):nth-child(3n+1)
    {
        clear: both;
    }
}

.wl---CircleTeaser .wl---circle {
    width: 100%;
    box-sizing: border-box;
}

.wl---circle--content {
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
}

.wl---CircleTeaser--headline {
    text-align: center;
    margin-top: 10px;
}

@media(max-width: 991px)
{
    .wl---CircleTeaser--row
    {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* redesign */
@media(max-width: 991px) {
    .wl---CircleTeaser--redesign.wl---section_with_background {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .wl---CircleTeaser--redesign.wl---section_with_background {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wl---circle--wrapper:not(.no-wrapper):nth-child(3n+1) {
        clear: none;
    }
}

.wl---CircleTeaser--redesign .wl---circle {
    width: 135px;
    padding: 5px;
    margin: 0 auto 15px auto;
}

@media(min-width: 768px) and (max-width: 991px) {
    .wl---CircleTeaser--redesign .wl---circle {
        width: 115px;
    }

    .wl---CircleTeaser--redesign .wl---circle .wl---circle--content {
        padding: 15px;
    }

    .wl---CircleTeaser--redesign .wl---circle--content img {
        max-height: 70px !important;
        height: 70px !important;
    }
}

@media(max-width: 767px) {
    .wl---CircleTeaser--redesign .wl---circle {
        width: 60px;
        display: table-cell;
        vertical-align: middle;
    }

    .wl---CircleTeaser--redesign .wl---CircleTeaser--headline {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        margin-top: 0;
        padding-left: 15px;
    }

    .wl---CircleTeaser--redesign .wl---CircleTeaser--headline > * {
        margin: 0;
    }

    .wl---CircleTeaser--redesign .wl---circle--content {
        padding: 0;
    }

    .wl---CircleTeaser--redesign .wl---circle--content img {
        max-height: 35px !important;
    }

    .wl---CircleTeaser--redesign .wl---circle--dashed, .wl---CircleTeaser--redesign .wl---circle_dashed {
        border: none;
    }
}

.wl---CircleTeaser--redesign .wl---CircleTeaser--row {
    margin: 0 -10px;
}

.wl---CircleTeaser--redesign .wl---circle--wrapper:not(.no-wrapper) {
    margin: 30px 0;
    padding-right: 10px;
    padding-left: 10px;
}

.wl---circle--wrapper--dashedBorder {
    margin: 40px 0;
}

.wl---CircleTeaser--row--dashedBorder {
    border-top: 2px dashed white;
    border-bottom: 2px dashed white;
}

.wl---CircleTeaser--moduleHeadline {
    color: white;
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .wl---CircleTeaser--moduleHeadline {
        margin-bottom: 30px;
    }

    .wl---CircleTeaser--redesign .wl---circle--wrapper:not(.no-wrapper) {
        margin: 10px 0;
    }

    .wl---circle--wrapper > a {
        display: table-cell;
    }

    .wl---CircleTeaser--row--dashedBorder {
        padding: 30px 0;
    }
}

@media(max-width: 412px) {
    .wl---col--xs_50 {
        width: 100%;
    }

    .wl---circle--wrapper:not(.no-wrapper):nth-child(3n+1) {
        clear: both;
    }
}

/* ---------------
 * BANNER CSS
 * © copyright bueroparallel GmbH
 * Wunderlabel Website
 * ---------------
 */
.wl---Banner_blog {
    padding-top: 0;
}

@media(max-width: 767px) {
    .wl---Banner_blog {
        height: 390px !important;
    }
}

.wl---Banner_blog.wl---Banner_spacing_top {
    padding-top: 85px;
}

@media(max-width: 1199px) {
    .wl---Banner_blog.wl---Banner_spacing_top {
        padding-top: 75px;
    }
}

@media(max-width: 991px) {
    .wl---Banner_blog.wl---Banner_spacing_top {
        padding-top: 50px;
    }
}

.wl---Banner_blog--bg
{
    /*height: 730px;*/

    position: absolute;
    left: 0;
    /*top: 0;*/
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px)
{
    .wl---Banner_blog--bg
    {
        /*height: 550px;*/
    }
}

@media (max-width: 991px)
{
    .wl---Banner_blog--bg
    {
        /*height: 450px;*/
    }
}

@media (max-width: 767px)
{
    .wl---Banner_blog--bg
    {
        /*height: auto;*/
    }
}

@media(min-width: 768px) {
    .wl---Banner__right {
        margin-left: 70%;
    }
}

.wl---Banner_blog--wrapper
{
    padding: 120px 0;
}

@media (max-width: 1199px)
{
    .wl---Banner_blog--wrapper
    {
        padding: 100px 0;
    }
}

@media(min-width: 1200px) {
    .wl---Banner__right {
        margin-left: 77%;
    }
}

@media (max-width: 991px)
{
    .wl---Banner_blog--wrapper
    {
        padding: 80px 0;
    }
}

@media (max-width: 767px)
{
    .wl---Banner_blog--wrapper
    {
        padding: 60px 0;
    }
}

.wl---Banner_blog--content
{
    width: 265px;
}

@media (max-width: 767px)
{
    .wl---Banner_blog--content
    {
        width: 100%;
    }
}

.wl---Banner_blog--contentBox
{
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    margin-bottom: 20px;
}

@media(min-width: 1920px)
{
    .wl---Banner_blog img
    {
        width: 100%;
    }
}


.wl---ImageText--bg
{
    padding: 120px 0;
}

@media (max-width: 1199px)
{
    .wl---ImageText--bg
    {
        padding: 75px 0;
    }
}

@media (max-width: 991px)
{
    .wl---ImageText--bg
    {
        padding: 50px 0;
    }
}

/*- IMAGETEXT H1 -*/
.wl---ImageText .wl---headline
{
    margin-bottom: 20px;
    font-weight: 600;
}

/*- IMAGETEXT H2 -*/
.wl---ImageText .wl---subheading
{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

/*- IMAGETEXT ROW -*/
.wl---ImageText .wl---row
{
    margin: 0 -15px;
}

/*- IMAGETEXT COL -*/
.wl---ImageText .wl---col
{
    padding: 0 15px;
}

.wl---ImageText--floating-image-container
{
    position: relative;
    z-index: 1;
}

@media (min-width: 768px)
{
    /*- IMAGETEXT FLOATING IMAGE LEFT -*/
    .wl---ImageText--floating-image-left
    {
        padding: 0 30px 25px 0;
    }

    /*- IMAGETEXT FLOATING IMAGE RIGHT -*/
    .wl---ImageText--floating-image-right
    {
        padding: 0 0 25px 30px;
    }
}

@media(min-width: 992px) {
    .wl---ImageText .wl---col:nth-child(even) {
        padding-left: 30px;
    }

    .wl---ImageText .wl---col:nth-child(odd) {
        padding-right: 30px;
    }
}

@media (max-width: 992px)
{
    /*- IMAGETEXT IMAGE -*/
    .wl---ImageText--image, .wl---ImageText--floating-image-container .wl---ImageText--image-right
    {
        margin: 0 0 45px 0;
    }

    /*- IMAGETEXT FLOATING IMAGE COL -*/
    .wl---ImageText--floating-image-col
    {
        padding: 0;
    }

    .wl---ImageText--image img
    {
        max-height: 250px;
        margin: 0 auto;
    }
}

@media(max-width: 767px) {
    .wl---ImageText--image, .wl---ImageText--floating-image-container .wl---ImageText--image-right {
        margin: 0 0 25px 0;
    }
}

.wl---ImageText--text-button
{
    margin-top: 30px;
}

.wl---ImageText--floating-image-container + .wl---ImageText--text li {
    margin-left: 0;
}

.wl---ImageText--floating-image-container + .wl---ImageText--text li:before {
    margin-left: 0;
}

.wl---ImageText--text li {
    margin-bottom: 0;
    font-weight: bold;
}

.wl---ImageText--section[data-dm="0"] .wl---ImageText--bg .wl---Text_block a {
    color: #56adc0;
}

.wl---ImageText--bg .wl---Text_block a:after {
    border-color: inherit;
}

.wl---ImageText--image-main_image {
    cursor: pointer;
}

.wl---ImageText--image.image-border .wl---ImageText--image-main_image {
    border: 2px dashed #56ADC0;
    position: relative;
    width: 100%;
    height: 200px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media(min-width: 768px) {
    .wl---ImageText--image.image-border .wl---ImageText--image-main_image {
        height: 460px;
    }
}

@media(min-width: 1200px) {
    .wl---ImageText--image.image-border .wl---ImageText--image-main_image {
        width: 460px;
    }
}

.wl---ImageText--image.image-border .wl---ImageText--image-main_image:hover {
    border-color: #051C1E !important;
}

.wl---ImageText--section[data-dm="1"] .wl---ImageText--image.image-border .wl---ImageText--image-main_image:hover {
    border-color: #FFFFFF !important;
}

.wl---ImageText--image-right .wl---ImageText--image-main_image {
    margin-left: auto;
}

.wl---ImageText--image.image-border .wl---ImageText--image-main_image img {
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-height: 200px;
}

@media(min-width: 768px) and (max-width: 1199px) {
    .wl---ImageText--image.image-border .wl---ImageText--image-main_image img {
        max-height: 400px;
    }
}

@media(min-width: 1200px) {
    .wl---ImageText--image.image-border .wl---ImageText--image-main_image img {
        max-height: 600px;
    }
}

.wl---ImageText--image-gallery_items {
    margin-top: 25px;
}

@media(min-width: 768px) and (max-width: 1199px) {
    .wl---ImageText--image-gallery_items {
        margin-top: 30px;
    }
}

@media(min-width: 1200px) {
    .wl---ImageText--image-gallery_items {
        margin-top: 40px;
    }
}

@media(min-width: 1200px) {
    .wl---ImageText--image.image-border .wl---ImageText--image-gallery_items {
        width: 460px;
    }
}

.wl---ImageText--image-right .wl---ImageText--image-gallery_items {
    margin-left: auto;
}

.wl---ImageText--image-gallery_item {
    display: inline-block;
    margin-right: 7px;
    height: 60px;
    width: 60px;
}

@media(min-width: 1200px) {
    .wl---ImageText--image-gallery_item {
        width: 85px;
        height: 85px;
    }
}

.wl---ImageText--image-gallery_item.gallery_item__hide {
    display: none;
}

.wl---ImageText--image-gallery_open {
    margin-top: 10px;
}

.wl---ImageText--image-gallery_open span {
    cursor: pointer;
}

.wl---reviewLinkWrapper {
	display: none;
}

@media(min-width: 768px) {
	.wl---reviewLinkWrapper {
		display: block;
	}
}

.wl---reviewLinkWrapper .wl---reviewLink--link {
	position: fixed;
	top: calc(50% - 25px);
	left: 0;

	-webkit-transform-origin: 0 50%;
	-webkit-transform: rotate(-90deg) translate(-50%, 50%);
	-moz-transform-origin: 0 50%;
	-moz-transform: rotate(-90deg) translate(-50%, 50%);
	-ms-transform-origin: 0 50%;
	-ms-transform: rotate(-90deg) translate(-50%, 50%);
	-o-transform-origin: 0 50%;
	-o-transform: rotate(-90deg) translate(-50%, 50%);
	transform-origin: 0 50%;
	transform: rotate(-90deg) translate(-50%, 50%);

	-webkit-transition: background-color 400ms;
	-moz-transition: background-color 400ms;
	-ms-transition: background-color 400ms;
	-o-transition: background-color 400ms;
	transition: background-color 400ms;

	z-index: 9;
	background-color: rgba(18, 74, 80, .7);
	padding: 15px 20px;
	text-transform: uppercase;

	font-size: 14px;
	line-height: 17px;
	color: white;

	-webkit-box-shadow: 0 1px 5px -2px #124A50;
	-moz-box-shadow: 0 1px 5px -2px #124A50;
	box-shadow: 0 1px 5px -2px #124A50;
}

.wl---reviewLinkWrapper .wl---reviewLink--link:hover {
	background-color: #124A50;
}

/* ---------------
 * NAVIGATIONLINKLIST CSS
 * © copyright bueroparallel GmbH
 * Wunderlabel Website
 * ---------------
 */
.wl---NavigationLinkList--wrapper + .wl---NavigationLinkList--wrapper
{
	margin-top: 50px;
}

.wl---NavigationLinkList--wrapper .wl---circle--dashed
{
	border-width: 2px;
}

.wl---NavigationLinkList--link
{
	color: #BAE1DC;
	margin-top: 10px;
	line-height: 30px;
}

.wl---NavigationLinkList--link:first-child
{
	margin-top: 0;
}

.wl---NavigationLinkList--dropdown .wl---NavigationLinkList--link
{
	margin: 0 0 10px 0;
	line-height: 25px;
	color: inherit;
}

.wl---NavigationLinkList--dropdown:nth-child(odd)
{
	clear: both;
	margin-top: 20px;
}

.wl---NavigationLinkList--dropdown:first-child
{
	margin-top: 0;
}

/*---------- NEW LAYOUT ----------*/
/*
.wl---navigation--submenu-image,
.wl---navigation--submenu-headline
{
	margin-bottom: 10px;
}

.wl---navigation--submenu-headline_link
{
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}

.wl---navigation--submenu-image
{
	display: block;
	background: #eee;
	padding: 25px;
	text-align: center;
	margin-bottom: 20px;

	-webkit-transition: background-color 300ms;
	-moz-transition: background-color 300ms;
	-ms-transition: background-color 300ms;
	-o-transition: background-color 300ms;
	transition: background-color 300ms;
}

@media(max-width: 767px)
{
	.wl---navigation--submenu-image
	{
		padding: 15px;
		margin-bottom: 0;
	}
}

.wl---navigation--submenu-image:hover
{
	background: #56ADC0;
}

.wl---navigation--submenu-image img
{
	max-height: 100px;
}
*/

.wl---navigation--extended--subnavigation
{
	background: #eee;
	padding: 40px 0 30px 0;
	margin-top: 25px;
}

.wl---subnavigation
{
	padding-bottom: 0;
}

.wl---navigation--extended--subnavigation-icon .wl---circle
{
	background: #56ADC0;
	padding: 5px;
	width: 85px;
	height: 85px;
}

@media(max-width: 991px)
{
	.wl---navigation--extended--subnavigation-icon .wl---circle
	{
		width: 60px;
	}
}

.wl---navigation--extended--subnavigation-icon .font-icon
{
	font-size: 40px;
}

@media(min-width: 768px) and (max-width: 991px)
{
	.wl---navigation--extended--subnavigation-icon .font-icon
	{
		font-size: 25px;
	}
}

.wl---navigation--extended--subnavigation-icon .wl---circle--content
{
	padding: 10px;
}

@media(min-width: 768px)
{
	.wl---NavigationLinkList--links > .wl---col:nth-child(odd)
	{
		clear: both;
	}
}

/* ---------------
 * FOOTER CSS
 * © copyright bueroparallel GmbH
 * Wunderlabel Website
 * ---------------
 */
.wl---coloured--bg + section .wl---footer, .wl---coloured--bg + .wl---cookieWarning + section .wl---footer, .wl---coloured--bg + .wl---cookieWarning + .wl---reviewLinkWrapper + section .wl---footer {
	padding-top: 0;
}

.wl---footer
{
	padding-top: 135px;
}

.wl---footer_main
{
	background: #082729;
	padding: 40px 0;
	color: white;
}

.wl---footer--header
{
	width: 75%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 70px;
}

@media (max-width: 767px)
{
	.wl---footer--header
	{
		width: 100%;
		padding-bottom: 40px;
	}
}

.wl---footer--social-item
{
	display: inline-block;
	padding: 0 20px;
}

@media (max-width: 767px)
{
	.wl---footer--social-item
	{
		padding: 0 5px;
	}
}

@media (min-width: 992px)
{
	.wl---footer--menu-col:nth-child(4n+1)
	{
		clear: both;
	}
}

@media (max-width: 991px)
{
    .wl---footer--menu-col > *
	{
        padding-bottom: 40px;
	}

	.wl---footer--menu-col:nth-child(odd)
	{
		clear: both;
	}
}

@media (max-width: 767px)
{
    .wl---footer--menu-col
	{
		text-align: center;
	}
}

.wl---footer--content
{
	margin-bottom: 50px;
}

@media (max-width: 767px)
{
	.wl---footer--content
	{
		margin-bottom: 20px;
	}

	.wl---footer--menu .wl---row
	{
		margin: 0 -15px;
	}

	.wl---footer--menu .wl---col
	{
		padding: 0 15px;
	}
}

.wl---footer--bottom
{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 767px)
{
	.wl---footer--bottom
	{
		width: 100%;
		margin: 0;
	}
}

.wl---footer--logo-image
{
	width: 45px;
}

.wl---footer--logo-image,
.wl---footer--logo-text
{
	vertical-align: middle;
}

.wl---footer--logo-text
{
	padding-left: 15px;
	display: inline-block;
    font-family: 'Amatic SC';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
	margin-bottom: 0;
}

@media(max-width: 991px) {
    .wl---footer--logo-text {
        font-size: 36px;
        line-height: 42px;
    }
}

@media(max-width: 767px) {
    .wl---footer--logo-text {
        font-size: 32px;
        line-height: 50px;
    }
}

.wl---subfooter
{
	background: #C9DDE8;
	padding: 20px 0 10px 0;
}

@media(max-width: 991px)
{
    .wl---subfooter
    {
        padding-bottom: 0;
    }
}

@media(max-width: 767px)
{
	.wl---subfooter
	{
        padding-bottom: 20px;
	}
}

.wl---subfooter--menu
{
	text-align: center;
}

@media (max-width: 991px)
{
	.wl---subfooter--menu
	{
		width: 100%;
	}
}

.wl---subfooter--link
{
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
}

@media (max-width: 991px)
{
	.wl---subfooter--link
	{
        margin-bottom: 20px;
	}
}

@media (max-width: 767px)
{
	.wl---subfooter--link
	{
		display: block;
	}

	.wl---subfooter--link:last-child {
		margin-bottom: 0;
	}
}

.wl---NavigationLinkList--link
{
    color: #BAE1DC;
    margin-top: 10px;
    line-height: 30px;
}

.wl---NavigationLinkList--link:first-child
{
    margin-top: 0;
}

.wl---footer .wl---underline:hover {
	text-decoration: none;
}

.wl---footer .wl---underline a:hover {
	text-decoration: underline;
}

/*--- FOOTER SEO ---*/
.wl---FooterSeo
{
	border-top: 1px solid rgba(255,255,255,.5);
	padding-top: 60px;
	margin-top: 60px;
}

@media (max-width: 991px)
{
	.wl---FooterSeo
	{
		margin-top: 0;
		padding-top: 40px;
	}
}

@media(max-width: 767px)
{
	.wl---FooterSeo .wl---FooterSeo--headline
	{
		text-align: center;
	}
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/*----- FORM RESET -----*/
/* remove standard-styles */
input {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    border:none;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio']
{
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked)
{
    background: transparent;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    /*visibility: hidden;*/
}

input[type='checkbox'] + label,
input[type='radio'] + label
{
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    width: 100%;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before
{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    background: #B5BEBF;
    margin-right: 10px;
    box-shadow: none;
    width: 16px;
    height: 16px;
}

@media (min-width: 768px)
{
    input[type='checkbox']:hover  + label::before,
    input[type='radio']:hover  + label::before
    {
        background: #56ADC0;
    }
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before
{
    background: #56ADC0;
}

input:focus
{
    outline: none;
}

input[type='text']:focus
{
    outline-color: #124A50;
}

input.input_lg + label
{
    font-size: 18px;
    line-height: 30px;
}

input.input_lg[type='checkbox']:checked + label::before,
input.input_lg[type='checkbox']:not(:checked) + label::before,
input.input_lg[type='radio']:checked + label::before,
input.input_lg[type='radio']:not(:checked) + label::before
{
    top: 6px;
}

input.bg_second-color
{
    background-color: #BAE1DC;
}

textarea
{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    height: 40px;
    padding: 10px 15px 15px 15px;

    resize: vertical;
}

.form-group input,
.form-group .select-container,
.form-group textarea
{
    margin-bottom: 15px;
}

textarea:focus,
.form-group textarea:focus
{
    outline: none;
}

.wl---form-group--wrapper
{
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
}

.wl---form-group--wrapper input
{
    position: relative;
    padding-top: 15px;
    font-size: 12px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.wl---form-group--wrapper .placeholder
{
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .6;
}

.select-container .wl---form-group--wrapper .placeholder
{
    margin-top: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 35px;
    width: 100%;
    padding: 10px 15px 0;
    background-color: #082729;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff
}

select:focus {
    outline: none!important
}

select.select_second-color {
    background-color: #BAE1DC;
    color: inherit;
}

select.no-placeholder {
    padding-bottom: 10px;
}

.wl---form-group--wrapper select {
    font-size: 14px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.select-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    color: white;
}

.select-icon.icon-black {
    color: inherit;
}

select option {
    background-color: #fff;
    border-bottom: 1px solid;
    color: #082729
}

select.select_second-color option {
    background-color: #BAE1DC;
}

.wl---form-group--wrapper.textarea-wrapper .placeholder
{
    top: 15px;
    margin-top: 0;
}

.wl---form-group--wrapper.active .placeholder
{
    top: 10px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-weight: bold;
    margin-top: 0;
    opacity: 1;
}

@media(max-width: 767px)
{
    input,
    .form-group input,
    .wl---form-group--wrapper input
    {
        font-size: 16px !important;
        height: 60px;
    }
}

.wl---seoSection--loadMore_button
{
    color: #56ADC0;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 35px;

    font-family: 'Amatic SC';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
}

.wl---seoSection--loadMore_button-icon
{
    position: absolute;
    background-color: #56adc0;
    border-radius: 100%;
    padding: 5px;
    width: 23px;
    height: 23px;
    display: inline-block;
    right: 0;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wl---seoSection--loadMore_button-icon:after
{
    content: '';
    position: absolute;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    border: solid #FFFFFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
}

.wl---container .wl---seoSection--loadMore_button-container .wl---container
{
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wl---Text--block_center-container .wl---seoSection--loadMore_button-container
{
    width: 70%;
    margin: 0 auto;
}

@media(max-width: 767px)
{
    .wl---Text--block_center-container .wl---seoSection--loadMore_button-container
    {
        width: 100%;
        margin: 0;
    }
}

/* POPUP */
.fancybox-slide.fancybox-slide--html {
    padding: 35px;
}

@media(max-width: 767px) {
    .fancybox-slide.fancybox-slide--html {
        padding: 15px;
    }
}

.wl---popup--container {
    display: none;
}

.wl---popup--content.wl---popup--blank {
    padding: 0;
    background: transparent;
    color: #FFF;
    overflow-x: hidden;
}

.wl---popup--content .wl---popup--inner {
    width: 875px;
    max-width: 100%;
    padding-top: 50px;
}

.wl---popup--content .fancybox-close-small {
    right: -15px !important;
    width: 50px;
    height: 50px;
}

.wl---popup--content .wl---popup--image-container {
    margin-bottom: 15px;
    position: relative;
    height: 300px;
}

@media(min-width: 768px) {
    .wl---popup--content .wl---popup--image-container {
        margin-bottom: 20px;
        height: 380px;
    }
}

.wl---popup--content .wl---popup--image-container img {
    min-width: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
}

.wl---popup--content .wl---popup--headline {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}

@media(min-width: 768px) {
    .wl---popup--content .wl---popup--headline {
        font-size: 30px;
        line-height: 38px;
    }
}

.wl---popup--content .wl---popup--text p {
    margin-bottom: 0;
}

.wl---popup--content .wl---popup--text + .wl---popup--button {
    margin-top: 15px;
}

@media(min-width: 768px) {
    .wl---popup--content .wl---popup--text + .wl---popup--button {
        margin-top: 20px;
    }
}

/* ---------------
 * DROPDOWN CSS
 * © copyright bueroparallel GmbH
 * Wunderlabel Website
 * ---------------
 */
.wl---logged_in .wl---header--submenu-link, .wl---header--submenu-item_arrowDown .wl---header--submenu-link
{
	position: relative;
	/*padding-right: 20px;*/
}

@media(max-width: 991px)
{
	.wl---header--submenu-item_login .wl---header--submenu-link, .wl---header--submenu-item_arrowDown .wl---header--submenu-link
	{
		/*padding-right: 10px;*/
	}
}

@media(max-width: 767px)
{
	.wl---header--submenu-item_login .wl---header--submenu-link, .wl---header--submenu-item_arrowDown .wl---header--submenu-link
	{
		/*padding-right: 17px;*/
	}
}

.wl---logged_in .wl---header--submenu-link:after, .wl---header--submenu-item_arrowDown .wl---header--submenu-link:after
{
	display: none;
	
	
	
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid #082729;
	border-width: 0 1px 1px 0;
	padding: 3px;
	right: 3px;
}

@media(max-width: 991px) {
	.wl---logged_in .wl---header--submenu-link:after, .wl---header--submenu-item_arrowDown .wl---header--submenu-link:after {
		border-color: #999;
	}
}

@media(max-width: 767px) {
	.wl---logged_in .wl---header--submenu-link:after, .wl---header--submenu-item_arrowDown .wl---header--submenu-link:after {
		border-color: #082729;
	}
}

.wl---logged_in--show,
.wl---logged_in .wl---logged_in--hide
{
	display: none;
}

.wl---logged_in--hide,
.wl---logged_in .wl---logged_in--show
{
	display: inline;
}

.wl---dropdown--wrapper
{
	position: relative;
}

.wl---dropdown--trigger:hover
{
	cursor: pointer;
}

.wl---dropdown--target
{
	position: absolute;
	width: 300px;
	top: 40px;
	right: 0;
	background-color: #56ADC0;
	color: white;
	padding: 20px;
	z-index: 100;
	display: none;

	-webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.3);
	box-shadow: 0 5px 5px -3px rgba(0,0,0,0.3);
}

.wl---dropdown--target:before
{
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 13px solid #56ADC0;

	position: absolute;
	right: 50px;
	top: -13px;
}

@media(max-width: 991px)
{
	.wl---dropdown--target:before
	{
		right: 25px;
	}
}

.wl---dropdown_triggered .wl---header--submenu-link
{
	color: #56ADC0;
	text-decoration: underline;
}

.wl---dropdown_triggered .wl---header--submenu-link:after
{
	border-color: #56ADC0;
	border-width: 0 2px 2px 0;
}

.wl---dropdown_triggered .font-icon:before
{
	color: #56ADC0;
}

/* ---------------
 * CIRCLE CSS
 * © copyright bueroparallel GmbH
 * Wunderlabel Website
 * ---------------
 */
.wl---circle
{
	border-radius: 100%;
	padding: 6px;
	display: table;
	position: relative;
}

@media(max-width: 991px)
{
	.wl---circle
	{
		padding: 5px;
	}
}

.wl---circle_sm
{
	width: 150px;
	height: 150px;
}

@media (max-width: 991px)
{
	.wl---circle_sm
	{
		width: 100px;
		height: 100px;
	}

	.wl---circle h1,
	.wl---circle h2,
	.wl---circle h3,
	.wl---circle h4
	{
		font-size: 32px;
		line-height: 36px;
	}
}

.wl---circle_main_color
{
	background: #56ADC0;
}

.wl---circle--wrapper
{
	margin: 0;
}

.wl---circle--wrapper_sm
{
	margin: 15px 0;
}

.wl---circle--dashed,
.wl---circle_dashed
{
	height: 100%;
	width: 100%;
	border-radius: 100%;
	border: 2px dashed white;
	display: table;
}

.wl---circle--content
{
	color: white;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	/*padding: 24px;*/
}

@media (max-width: 767px)
{
	.wl---circle--content
	{
		padding: 10px;
	}
}

.wl---circle--content img
{
	/*max-height: 100px;*/
}

/* ---------------
 * LINKBOX CSS
 * © copyright bueroparallel GmbH
 * Wunderlabel Website
 * ---------------
 */
.wl---link_box--wrapper
{
	padding-bottom: 15px;
}

.wl---link_box--wrapper.wl---link_box--wrapper-no_space
{
	padding-bottom: 0;
}

.wl---link_box
{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #c4c4c4;
	position: relative;
}

/*.wl---link_box:first-child*/
/*{*/
	/*padding-top: 15px;*/
	/*margin-top: 15px;*/
	/*border-top: 1px solid #c4c4c4;*/
/*}*/

/*.wl---link_box.wl---link_box--no_border*/
/*{*/
	/*padding-bottom: 0;*/
	/*margin-bottom: 0;*/
	/*border-bottom: 0;*/
/*}*/

.wl---link_box.wl---link_box--white,
.wl---link_box.wl---link_box--white:first-child
{
	border-color: white;
}

.wl---link_box a
{
	font-size: 18px;
	line-height: 22px;
	display: block;
	color: #082729;
	font-weight: normal;
}

@media(max-width: 767px)
{
	.wl---link_box a
	{
		font-size: 16px;
		line-height: 22px;
	}
}

.wl---link_box a:after
{
	border-color: #082729;
}

.wl---link_box.wl---link_box--white a
{
	color: white;
}

.wl---link_box.wl---link_box--white a:after
{
	border-color: white;
}

*[data-dm="1"] h1,
*[data-dm="1"] h2,
*[data-dm="1"] h3,
*[data-dm="1"] h4,
*[data-dm="1"] h5,
*[data-dm="1"] .wl---headline,
*[data-dm="1"] .wl---subheadline,
*[data-dm="1"] p,
*[data-dm="1"] ul,
*[data-dm="1"] li,
*[data-dm="1"] span
{
	color: #FFF;
}

