@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family:"times new roman",times,serif;
}

h1{
    color:#000;
    background-color:#fff;
    margin-bottom: 15px;
    font-size:17px;
}

h2{
    color:#000;
    background-color:#fff;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline;
}


h3 {
    font-size: 20px;
    margin: 10px 0;
}

h5{
    color:#000;
    background-color:#fff;
}

p{font-size: 12pt;
}

a {
    color: #00A0DD;
    text-decoration: none;
}

.hidden-print, .footer, .banner, nav {
    display: none;
}

.logo{
    width:300px;

}

.tag{
    border-radius: 5px;
    border-color:grey;
    background-color: #eee !important;
    display: inline;
    padding: 5px 7px;
    margin: 0px;
    margin-top: 20px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: bottom;
    -webkit-print-color-adjust: exact;
}


.header{
    font-size: 16px;
    vertical-align: bottom;
    line-height: 50px;
    text-shadow: 1px 2px 1px #C3C3C3;
}

.blue-menu {
    color: #00A0DD;
}

.rubrik-head {
    font-size: 30px;
}

.fotocredit{
    font-size: 12px;
    padding:5px;
}

.content-foto {
		width:33%;
		border: 1px solid grey;
		margin-right:1%;
}

.rubrik-pic {
		width:100%;
}

#search-popup, #suchpopup {
    display: none;
}
