@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,300&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    font-weight: 300;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 11px;
	background-color:#ffffff;
}

font {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}


a:link, a:active, a:hover, a:visited {
    color: #000000;
    text-decoration: none;
}

.navigation {
	width: 280px;
	height: 20px;
  	position: fixed;
  	left: 19px;
  	z-index: 9999;
  	padding-top: 15px;
  	padding-bottom: 25px;
    /*
    VERLAUF
  	background-image:url("img/verlauf90.png");
  	background-position: left bottom;
  	*/
}

.navigation img{
	margin-left: 1px;
	margin-right: 10px;
}

.navmenu {
    padding-top: 3px;
    line-height: 12px;
    width: 260px;
    font-size: 14px;
    margin-top: -1px;
}

@media screen and (max-width: 1223px) {
    .navmenu {
        font-size: 1.3vh;
    }
}

.navmenu span {
text-decoration: none;
}

.navmenu span:hover {
text-decoration: line-through;
}


.footer{
	width: 280px;
	height: 30px;
	position: fixed;
  	bottom: 0px;
  	left: 19px;
  	border: 0px;
  	z-index: 9999;
  	/*
  	VERLAUF
  	background-image: url("img/verlauf.png");
  	*/
  	padding-top: 35px;

}

.framePic{
    width: 720px;


	margin-right:0;
	text-align: right;

    margin-bottom: 19px; /*19*/
    width: 100%;
}


.frameInfo {
    z-index: 0;
    position: absolute;
    margin-left: 20px;
	width: 245px;
	font-size: 11px;
	text-align: justify;
	left:0px;
	border-left: 1px solid black;
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 12px;
	line-height: 13px;
}

@media screen and (max-width: 1223px) {
    .frameInfo{
        position: relative;
        margin-bottom: 25px;
        width: 50%;
        font-size: 1.1vh;
        padding-top: 1.1vh;
        padding-bottom: 1.4vh;
        line-height: 1.4vh;
    }
}


.frameInfo .pic_title{
	font-weight: 700;

}

.entry{
    margin-bottom: 261px;
}

.entry:last-child{

    margin-bottom: 50px;
}

.scroller{
    /*width: auto;
    height: 430px;
    /*white-space: nowrap;
    margin-left: 32px;*/

    width:100%;
    top: 81px;
    position: absolute;
    right: 0;
    text-align: right;
}

.down-button{
    display: block;
    float: left;
    width: 15px;
    height: 17px;
    margin-left: -6px;
    margin-right: 10px;
    background-image: url("img/arrow_white_new.png");
}

.down-button:hover {
    background-image: url("img/arrow_black_new.png");

}

.up-button {
    width: 15px;
    height: 17px;
    margin-left: -6px;
    display: block;
    background-image: url("img/arrow_white_new.png");
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.up-button:hover {
    background-image: url("img/arrow_black_new.png");

}

.flip90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.static-page {
	/*margin-left: 22px;
	font-size: 13px;*/
}

.footermarco {
    padding-top: 5px;
    line-height: 12px;
    width: 260px;
    font-size: 14px;
    margin-top: -1px;
}

@media screen and (max-width: 1223px) {
    .footermarco {
        font-size: 1.3vh;
    }
}

.footermarco span {
text-decoration: none;
}

.footermarco span:hover {
text-decoration: line-through;
}
