/*	------------------------------------------------------------
	:: schuuulz!kator verlinkung der Portale auf allen Websites
	------------------------------------------------------------ */		
	
.schuuulz-button {
	width: 347px;
	position: fixed;
	bottom: 0;
	margin-bottom: -5px;
}	
	
.modalDialog {
    position: fixed;
    font-family: Lato, Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
	min-width: 280px;
    width: 280px;
    position: relative;
    margin: 0% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 0px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.modalDialog .close {
	text-transform: uppercase;
    background: #305182;
    color: #FFFFFF;
    line-height: 40px;
    right: 0px;
    text-align: center;
    top: 20px;
    width: 40px;
    text-decoration: none;
    font-weight: normal;
	padding: 7px;
	border-radius: 3px;

}
.modalDialog .close:hover {
    background: #f55d03;
	color: #FFFFFF;
	text-decoration: none;
}


.sarpic {
	background: url(sar280px.jpg);
}

.ssrpic {
	background: url(ssr280px.jpg);
}

.sirpic {
	background: url(sir280px.jpg);
}

#aktivigkeit {
	margin-top: 5px;
	background: url(Logo_schulz-aktiv-reisen.svg) no-repeat rgba(0,40,87,.8); 
	height: 120px;
}

	#aktivigkeit:hover {
	background: rgba(0,40,87,.0);
	transition: background .5s;
	height: 120px;
	}

#sportlichkeit {
	margin-top: 5px;
	background: url(Logo_schulz-sportreisen.svg) no-repeat rgba(245,93,3,.8); 
	height: 120px;
}

	#sportlichkeit:hover {
	background: rgba(245,93,3,.0);
	transition: background .5s;
	}	

#individuelligkeit {
	margin-top: 5px;
	background: url(Logo_schulz-individuell.svg) no-repeat rgba(255,255,255,.5); 
	height: 120px;
}

	#individuelligkeit:hover {
	background: rgba(255,255,255,.0);
	transition: background .5s;
	}	

#portal {
margin-top: 20px;
height: 30px;
}

/*	------------------------------------------------------------
	:: Kleine Auflösung, große Probleme
	------------------------------------------------------------ */	

@media screen and (max-height: 300px) {
	.modalDialog {
		zoom: 0.5;
    }
}

