/* 
    Document   : main
    Created on : 10.01.2014, 04:06:07
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/
.title {
    color : #333333;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 1.3px;
}
.subtitle {
    color : #333333;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1.3px;
}
.text {
    color : #555555;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1.3px;
}

p {
    margin-top: 0px;
    color : #555555;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1.3px;
}

.floatLeft {
    float :  left;
    margin-right : 15px;
    margin-bottom : 7px;
    margin-top : 1px;
}

.floatRight {
    float :  right;
    margin-right : 15px;
    margin-bottom : 7px;
    margin-top : 1px;
}

.floatNo {
}

.coronaTeaser{
	text-align: center;
	margin-bottom:20px;
	text-decoration:none;
}

@media screen and (max-width: 386px){
.coronaTeaser{
font-size: 20px;
}
}

@media screen and (max-width: 992px){
    .hideOnNarrowScreens {
        display:none;
    }

    .occupationListStyle {
        min-height: 50px;
        min-width: 360px;
    }

}
@media screen and (min-width: 992px){
    .showOnNarrowScreens {
        display:none;
    }

    .occupationListStyle {
        height : 275px;
        min-height : 275px;
        min-width : 360px;
    }

}


