/* Custom Stylesheet */

/**
 	header-bgrd.jpg 1200 × 315
	evaweiler.png	456 × 258
 */

 h3 {
    font-size: 20px;
    font-weight: bold;
}

.parallax-container
{
    min-height: 315px;
    min-width: 270px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}

/** container mit header-Image */
.parallax-container .section
{
    width: 100%;
}


.pointer
{
    cursor: pointer;
}

.nonselectable {
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

.navigation-icons
{
    top:10px;
	height: 280px; 
    position:absolute;  
    right:20px; 
    display:flex; 
    flex-direction:column;
    justify-content:space-around;
}


p
{
    line-height: 2rem;
}


@media only screen and (max-width : 520px)
{
    .navigation-icons
    {
        position:absolute;
        top:240px;
        left:10px;
        right:30px;
        display:flex; 
        flex-direction:row;
        justify-content:space-around;
    }
}


footer.page-footer
{	
    margin-top: 50px;
    padding-bottom: 30px;
}

