@charset "utf-8";
	.wrapper {
			
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 0;
	
;
	align-content: center;
		}
.background01 {
    background-color: #c2c2d6;
    padding: 13px;
}
	.background02{
		background-color: cadetblue;
	}
.card {
    min-width: 12rem;
    
}
	.inhalt01{
		padding-left: 1rem;
		background-color: rgba(91,144,187,1.00)
	}
	div.fixed {
    position: fixed;
    top: 0px;
    left: 1201px;
    width: 300px;
	height: 600px;
	margin: 1px;
	/*background-color: rgba(191,204,206,0.5);*/
    
	overflow-y: visible;}
	@media screen and (max-width: 1520px) {
    div.fixed {
        display: none;
    }
		  }
	@media screen and (min-width: 800px) {
		.inhalt02 {display: none;}}	
	
	@media screen and (max-width: 800px) {
		aside {display: none;}}	
	
	
	.backgroundimage {
	background-image: url(../../rom-reisefuehrer/images/caracallathermen2.jpg);
	background-size: cover;
	background-position: center center; 
	background-repeat: no-repeat;
	
}
.backgroundimage02 {
	background-image: url("../../peloponnes/images/peloponnes.jpg");
	background-size: cover;
	background-position: center center; 
	background-repeat: no-repeat;
	
}
.backgroundimage03 {
	background-image: url("../../kreta/images/07kreta_010700001.jpg");
	background-size: cover;
	background-position: center center; 
	background-repeat: no-repeat;
	
}
	.boxlinksorange {
		 border-style:solid;
   

padding: 8px;
border-color:  rgba(205,174,96,1.00); 
		background-color: #E9E0C6 ;
}
.boxlinksorange2 {
		 border-left-color:#030B5C;
   border-left-style: solid;

padding: 8px;
 
		background-color: #C0CBD4 ;
}
div.lead { 
	background-color: rgb(245, 245, 245);
	
}
.bildunterschrift{
	color:#999999;
	text-align: center;
}
.zitatartikel3 {
    text-align: right;
    color: #47090A;
    padding-left: 1rem;
    padding-right: 1rem;
    font-style: italic;
    border-style: solid;
    border-width: 0px 5px 0px 0px;
    margin-left: 50px;
	margin-right: 50px;
    
}