/***************************************************************************
* Mountain_trenner
****************************************************************************/
.mountain_trenner.content_section {
    padding-top: calc(var(--typo-double-gap) + 25%);
    position: relative;
}
.mountain_trenner.content_section:before {
    content: ''; position: absolute;
    top: 0; left: 0; width: 100%;
    padding: 0 0 25%;
    background-color: var(--typo-color-blue-light);
    background-image: url(../img/untersberg-pattern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 101%;
}


/***************************************************************************
* Kaiser Karl
****************************************************************************/
.kaiser_karl {
    position: relative;
}
.kaiser_karl:after {
    content: ''; position: absolute;
    top: 6em; left: 4em; right: -2em; bottom: -1em;
    background: url(../img/Untersbergbahn-KaiserKarl-1280.png) no-repeat;
    background-size: contain;
    background-position: 100% 100%;
}

@media screen and (min-width:64em){
    .kaiser_karl:after {
        top: 4em; left: 4em; right: -2em; bottom: -4em;
    }
}


/****************************************************************************
 * Störer
 ****************************************************************************/


.custom_stoerer_section {
	padding-top:var(--typo-gap);
	padding-bottom:var(--typo-gap);
	position:relative;
	z-index: 50;
    overflow: visible;
	min-height:calc(10em + (var(--typo-gap)*4));
}


.custom_stoerer_section .row .stoerer {
	position: absolute;
	font-size: 1.25em;
    line-height: 1.3;
    text-align: center;
    left: 50%;
    top: 50%;
    height: 10em;
    width: 10em;
    background-color: #60a0da;
	color:#ffffff;
    border-radius: 50%;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    -moz-transform: translate(-50%, -50%) rotate(-5deg);
    -ms-transform: translate(-50%, -50%) rotate(-5deg);
    -o-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
    padding: 1rem;
	transition: all .25s ease;
    text-decoration: none;
}
.custom_stoerer_section .row .stoerer:hover {
	background-color:#2c4d6f;
}


@media screen and (min-width:64em){
	.custom_stoerer_section {min-height:0;}
	
	.custom_stoerer_section .content_row {
		height:0;
	}
	
	
    .custom_stoerer_section .row .stoerer {
        height: 11em;
        width: 11em;
		left:auto;
        right: 12rem;
        padding: 2rem;
        top: -7em;
    }
	
}
