/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.10.2017, 15:12:30
    Author     : Christian
*/

.news{
    padding: 5px;
    position: relative;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto;
    overflow:hidden;
}
div#Titel{
    /*background-color: aqua;*/
    font-style: italic;
    font-size: 14pt;
    margin-bottom: 5px;

    overflow:hidden;
}
.big{
    width: calc(100% - 12px);
    /*height: 125px;*/
}
.big #Titel{
    max-width: 719px;
    max-height: 25px;
}

.inaktive{
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        #cdb7b5 10px,
        #cdb7b5 20px
        );
}

div.news > div#txt > a{
    text-decoration: none;
    font-weight: bold;
}

div.news > div#txt > a:link{
    color: #00005f;
}
div.news > div#txt > a:visited{
    color: #00005f;
}
div.news > div#txt > a:hover{
    text-decoration: underline;
    color: #00005f;
}
div.news > div#txt > a:active{
    text-decoration: underline;
    color: #00005f;
}


.big #moretxt{
    width: 819px;
}
.Platz{
    width: 266px;
    min-height: 150px;
}
.Platz #txt{
    text-align: center;
}
.Platz #teamname{
    text-align: center;
}
.Platz #picture{
    min-height: 75px;
}
#picture img{
    max-width: 266px;
    position: relative;
    z-index: -2;
}

#picture{
    -moz-box-shadow:    inset 0 0 5px 5px rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(255,255,255,1);
    box-shadow:         inset 0 0 5px 5px rgba(255,255,255,1);
}

#Platz2{
    margin: 0 10px;
}

.small{
    width: 258px;
    float: left;
    margin: 5px 0px;
    height: 250px;
}

.small #Titel{
    max-width: 158px;
    max-height: 50px;
}

.small #moretxt{
    width: 258px;
}

#Welcome{
    font-style: normal;
    font-size: 16pt;
    font-weight: 600;
    margin-bottom: 5px;
    color: #00005f;
    /*text-shadow: 3px 3px 0px rgba(63,107,169, 0.5);*/

}
#moretxt{
    line-height: normal;
    display: none;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    /*background-color: #FFFFFF;*/
    position: absolute;
    text-align: right;
    bottom: 0px;
    padding-top: 5px;
}

.news ul{
    margin: 5px 0px;
}

div#SommerfestBanner{
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
}
div#SommerfestBanner > img{
    width: calc(100%);
}
@media screen and (max-width: 480px){
    .big{
        width: 450px;
        float: left;
        margin: 5px auto;
        height: 250px;
    }
    .big #Titel{
        max-width: 158px;
        max-height: 45px;
    }

    .big #moretxt{
        width: 450px;
    }
    .small{
        width: 450px;
        margin: 5px auto;
    }
}

@media screen and (max-width: 767px){

}