

.startbild
{
    margin-top: 0;
}

.start
{
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 50px;
}

.start img
{
    min-width: 100%;
    display: block;
}

.text
{
    position: absolute;
    bottom:0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 0 0 1em 0;
	background-color:#1d8484;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
}

.start h1
{
    color: #ffffff;
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 3em;
}

@media (max-width: 1200px)
{
    .start h1
    {
        font-size: 2em;
    }
}

.start h2
{
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-top: -10px;
    font-weight: 500;
    font-size: 1.8em;
}

@media (max-width: 1200px)
{
    .start h2
    {
        font-size: 1.2em;
    }
}

.start p
{
    position: relative;
    text-align: center;
    font-weight: 300;
    font-size: 2em;
    color: #ffffff;
}

@media (max-width: 1200px)
{
    .start p
    {
        font-size: 1.5em;
        color: #333333;
    }
}

.ISAK-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 1% 5% 1% 5%;
}

.ISAK-footer h1
{
    font-size: 2em;
    text-align: center;
}

.ISAK-footer p
{
    text-align: center;
}

.ISAK-navigation
{
    width: 100%;
    background: #ebecec;
}

.ISAK-links
{
    color: #333;
    font-weight: 500;
    text-decoration: underline;
}

hr
{
    border: none;
    border-top: 1px solid #333333;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
}

.ISAK-button
{
    background-color: #1d8484;
    font-weight: 500;
	
}
.ISAK-Linie
{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 0.35em;
	background-color:#1d8484;	
}
