body {
	margin: 0;	
	background-color: #fff;
}

* {box-sizing: border-box;}
html {scroll-behavior: smooth;}

.hidden {
    display: none;
}
.hidden-button {
    border: none;
    background-color: transparent;
    color: Red;
    text-decoration: none;
    cursor: pointer;
}

/* ============== Scroll-Up Button ============== */
#myUpBtn {
	display: none;
	border: 3px solid #666;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	font-size: 1.6em;
	font-weight: 300;
	outline: none;
	background-color: #ddd;
	color: #666;
	border: 3px solid red;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}


a:link {
	color: #555;
	text-decoration: none;
}

/*
a:hover {
	color: orange;
}

a:active {
	color: red;
}
*/

a:visited {
	color: #555;
}	



/* ============================== Handy Auflösung =============================*/
@media screen and (max-width: 800px){

	/* Header */
	h1 {
		color: #fff;  
		font-family: Literata; 
		font-size: 1.9em; 
		font-weight: 600;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 2px;
		padding-bottom: 10px;
		padding-top: 15px;
		opacity: 1.0; 
		text-shadow: 2px 2px 8px #555;
		background-color: red; /*#bbb;*/
		height: 80px;
	}

	h2 {
		color: #666;  
		font-family: Oswald;
		font-size: 1.6em;
		font-weight: 300;
		text-align: center;
		margin-top: -20px;
		margin-bottom: 5px;
	}


	h3 {
		color: red;  
		font-family: Oswald; 
		font-size: 1.4em;
		line-height: 1.2em;
		font-weight: 300;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 15px;
		margin-top: 15px;
	}

	h4 {
		color: #666;  
		font-family: Literata; 
		font-size: 0.8em; 
		line-height: 1.1em;
		font-weight: 400;
		text-align: left;
		margin-left: 5px;
		margin-top: -3px;
		margin-bottom: 12px;
	}

	.section{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}
	
	.section-with-ads{
		padding-left: 5px;
		padding-right: 5px;
		hyphens: auto;
	}

	.section-title {
		font-family: Literata; 
		font-size: 1.1em;
		font-weight: bold;
		color: red;
		margin-top: 20px;
		margin-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		hyphens: auto;
	}

	.section-text {
		color: #555;  
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.4em;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		hyphens: auto;
	}

	.hs-text-1 {
		color: #555;  
		font-family: Literata; 
		font-size: 0.9em;
		line-height: 1.4em;
		padding: 0px;
		margin-top: -10px;
		margin-left: -15px;
		margin-bottom: 35px;
		hyphens: auto;
	}

	.hs-text-2 {
		color: #555;  
		font-family: Literata; 
		font-size: 0.9em;
		line-height: 1.4em;
		margin-left: -40px;
		margin-bottom: 35px;
		hyphens: auto;
	}

	ol li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.4em;
		margin-bottom: 20px;
		margin-left: -15px;
		color: #555;
		hyphens: auto;
	}
	
	ul li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.4em;
		margin-left: -15px;
		margin-bottom: 10px;
		color: #555;
		hyphens: auto;
	}

	.worst-disasters ul {
		font-family: Literata; 
		margin-top: 0px;
		margin-bottom: 20px;
		color: #555;
		hyphens: auto;
	}
	.worst-disasters li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.2em;
		margin-left: -20px !Important;
		margin-bottom: 0px !Important;
		color: #555;
		hyphens: auto;
	}

	.img_1{
		width: 100%;
		height: auto;
	}

	.intext-img-wide{
		width: 100%;
		margin: auto;
		padding: 5px;
	}

	/* ============== Layout Handy ============== */
	.content {
		padding: 10px;
		background-color: #fff;
		width: 100%;
	}
	.advertisement {
		padding: 10px;
		background-color: #f6f6f6;
		width: 100%;
		/*border-left: 1px solid #ccc;*/
	}
	.container1 {
		display: none;
	}
    .container2 {
        flex-direction: column !Important;
		display: block !Important;
    }


	/* ============== Navigation Handy ============== */
	.topnav {
		background-color: #666;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.topnav a {
		float: left;
		display: block;
		font-family: Literata; 
		text-align: center;
		padding: 8px 10px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
	}
	.topnav a:hover {
		background-color: #ddd;
		color: #000;
	}
	.topnav  .active {
		background-color: red;
		color: #fff;
	}
	.topnav .icon {
		display: none;
		color: #fff;
	}
	.topnav a:link {
		color: #fff;
	}
	.topnav a:hover a:link {
		color: #000;
	}
	.topnav a {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		color: #fff;
	}
	.topnav.responsive.  icon:hover {
		background-color: red;
		color: #000;
	}
	.topnav.responsive a:hover {
		color: #000;
	}

	.update{
		font-family: Arial;
		font-size: 0.6em;
		color: #888;
		margin-top: -15px;
		padding-right: 10px;
		padding-bottom: 15px;
		text-align:right;
	}

	/* ----------- Inline Images ----------- */
	.inline-img {
		break-inside: avoid;
	}
	.inline-img img{
		width: 100%;
		outline: 1px #ddd solid;
	}
	.inline-img p{
		margin-top: -12px;
		font-family: Arial;
		font-size: 0.65em;
		color: #888;
	}


	/* ----------- About Text ----------- */

	.about-dp {
		width: 100%;
		margin: auto;
		margin-top: 10px;
		font-family: Literata;
		font-size: 1.0em;
		line-heigth: 1.6em;
		color: #555;
		padding: 10px;
		hyphens: auto;
	}
	.about-dp-disclaimer {
		width: 100%;
		margin: auto;
		margin-top: 30px;
		font-family: Literata;
		font-size: 0.9em;
		color: #555;
		padding: 10px;
		hyphens: auto;
	}

	/* ----------- Fixed Footer ----------- */
	.footer {
		position: fixed;
		left: 0;
		bottom: 0;
		margin-bottom: 0;
		width: 100%;
		background-color: #666;
		padding: 8px;
		text-align: center;
	}
	.footer li{
		font-family: Literata; 
		font-size: 0.9em;
		list-style: none;
		display: inline;
	}
	.footer li a{
		font-family: Literata; 
		font-size: 0.9em;
		padding: 8px 16px;
		text-decoration: none;	
		color: #fff;
	}


	/* ----------- Tiles ----------- */
	.tiles {
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 10px;
		display: grid;
		gap: 25px;
		grid-template-columns: auto;
	}
	.tile_general {
		page-break-inside: avoid;
		box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.07), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
		padding-bottom: 5px;
		height: auto;
	}

	.tile-img{
		width: 150px;
		margin: auto;
	}

	.tile-img2{
		width: 250px;
		margin: auto;
	}

	.tile-title {
		position: relative;
		color: #777;
		font-family: Oswald; 
		font-size: 1.2em; 
		line-height: 1.1em;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
	}
	.tile-description{
		color: #666;  
		font-family: Literata; 
		font-size: 13px; 
		line-height: 17px;
		font-weight: 300;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}

	.name {
		position: relative;
		color: #666;  
		font-family: Literata; 
		font-size: 3.5vw; 
		line-height: 4.0vw;
		font-weight: 400;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: -13px;
		text-align: center;
	}
	.profile {
		position: absolute;
		color: #666;  
		font-family: Arial; 
		font-size: 9px; 
		line-height: 10px;
		font-weight: 400;
		text-align: left;
		margin-left: 7px;
		margin-top: -14px;
		
	}
	.country{
		position: absolute;
		color: #666;  
		font-family: Arial; 
		font-size: 13px; 
		line-height: 10px;
		font-weight: 600;
		text-align: left;
		margin-left: 7px;
		margin-top: -12px;
		max-width: 145px;
	}
	.click-number {
		float: right;
		color: #666;  
		font-family: Arial; 
		font-size: 9px; 
		line-height: 10px;
		font-weight: 400;
		text-align: left;
		margin-right: 25px;
		margin-top: -14px;
	}
	.paywall {
		font-size: 12px; 
		padding-top: 5px;
		padding-left: 10px;
	}

	.paywall-legend{
		font-family: Arial; 
		font-size: 11px; 
		width: 280px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: auto;
		text-align: center;
	}
	.comment{
		font-family: Literata; 
		font-size: 11px; 
		line-height: 14px; 
		font-weight: 300;
		text-align: center;
		color: #777;  
		padding-top: 5px;
	}

	.chapter{
		margin-left: 10px;
		margin-right: 10px;
		color: #666;  
		font-family: Literata; 
		font-size: 12px; 
		line-height: 20px; 
		font-weight: 300;
		text-align: left;
	}
}


/* ============================== Tablet Auflösung =============================*/
@media screen and (min-width: 801px) and (max-width: 1300px){

	/* Header */
	h1 {
		color: #fff;  
		font-family: Literata; 
		font-size: 3.1em; 
		font-weight: 600;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 2px;
		padding-bottom: 10px;
		padding-top: 15px;
		opacity: 1.0; 
		text-shadow: 2px 2px 8px #555;
		background-color: red;
	}

	h2 {
		color: #666;  
		font-family: Oswald;
		font-size: 2.3em;
		font-weight: 300;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 0px;
	}

	h3 {
		color: red;  
		font-family: Literata; 
		font-size: 1.6em; 
		font-weight: 600;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	h4 {
		color: #777;  
		font-family: Literata; 
		font-size: 1.3em; 
		font-weight: 400;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}

	.section{
		padding-left: 15%;
		padding-right: 15%;
	}
	
	.section-with-ads{
		padding-left: 5px;
		padding-right: 5px;
	}

	.section-title {
		font-family: Literata; 
		font-size: 1.4em;
		font-weight: bold;
		color: red;
		margin-top: 20px;
		hyphens: auto;
	}

	.section-text {
		color: #555;  
		font-family: Literata; 
		font-size: 1.1em;
		line-height: 1.5em;
		padding-top: 5px;
		hyphens: auto;
	}

	.hs-text-1 {
		color: #555;  
		font-family: Literata; 
		font-size: 0.9em;
		line-height: 1.5em;
		margin-top: -10px;
		margin-left: -40px;
		margin-bottom: 35px;
		hyphens: auto;
	}

	.hs-text-2 {
		color: #555;  
		font-family: Literata; 
		font-size: 0.9em;
		line-height: 1.4em;
		margin-left: -40px;
		margin-bottom: 35px;
		hyphens: auto;
	}

	ol li {
		font-family: Literata; 
		font-size: 1.1em;
		line-height: 1.5em;
		margin-bottom: 10px;
		margin-left: -20px;
		color: #555;
		hyphens: auto;
	}
	
	ul li {
		font-family: Literata; 
		font-size: 1.0em; 
		line-height: 1.5em;
		margin-bottom: 10px;
		margin-left: -40px;
		padding: 0px;
		color: #555;
		hyphens: auto;
	}

	.worst-disasters ul {
		font-family: Literata; 
		margin-top: 0px;
		margin-bottom: 20px;
		color: #555;
		hyphens: auto;
	}
	.worst-disasters li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.5em;
		margin-left: -20px;
		margin-bottom: 0px;
		color: #555;
		hyphens: auto;
	}

	.img_1{
		width: 100%;
		height: auto;
	}


	.center{
		display: block;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 55%;
	}

	.center-2{
		display: block;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 65%;
	}


    .description {
		margin-left: 10px;
		margin-right: 10px;
		color: #666;  
		font-family: Literata; 
		font-size: 1.0em; 
		font-weight: 300;
		margin-top: 25px;
		margin-bottom: 25px;
		columns: 2;
		column-rule: 1px solid #ddd;
		hyphens: auto;
	}
	

	/* ============== Layout Tablet ============== */
	.content {
		padding: 10px;
		background-color: #fff;
		width: 60%;
	}
	.advertisement {
		padding: 10px;
		background-color: #f6f6f6;
		width: 40%;
		/*border-left: 1px solid #ccc;*/
	}
	.container1 {
		display: flex;
		justify-content: space-between;
	}
	.container2 {
		display: none;
	}


	/* ============== Navigation ============== */
	.topnav {
		background-color: #666;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.topnav a {
		float: left;
		display: block;
		font-family: Literata; 
		text-align: center;
		padding: 8px 10px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
	}
	.topnav a:hover {
		background-color: #ddd;
		color: #000;
	}
	.topnav  .active {
		background-color: red;
		color: #fff;
	}
	.topnav .icon {
		display: none;
		color: #fff;
	}
	.topnav a:link {
		color: #fff;
	}
	.topnav a:hover a:link {
		color: #000;
	}
	.topnav a:link {
		color: #fff;
		text-decoration: none;
	}
	.topnav a:hover {
		color: #fff;
		background-color: red;
	}
	.topnav a:active {
		color: #fff;
		background-color: transparent;
	}
	.topnav a:visited {
		color: #fff;
		background-color: transparent;
	}
	.update{
		font-family: Arial;
		font-size: 0.6em;
		color: #888;
		margin-top: -15px;
		padding-right: 10px;
		text-align:right;
	}


	/* ----------- Inline Images ----------- */
	.inline-img {
		break-inside: avoid;
	}
	.inline-img img{
		width: 100%;
		outline: 1px #ddd solid;
	}
	.inline-img p{
		margin-top: -12px;
		font-family: Arial;
		font-size: 0.65em;
		color: #888;
	}

	/* ----------- Fixed Footer ----------- */
	.footer {
		position: fixed;
		left: 0;
		bottom: 0;
		margin-bottom: 0;
		width: 100%;
		background-color: #666;
		padding: 8px;
		text-align: center;
	}
	.footer li{
		list-style: none;
		display: inline;
	}
	.footer li a{
		padding: 8px 16px;
		text-decoration: none;	
		color: #fff;
	}

	/* ----------- About Text ----------- */

	.about-dp {
		width: 50%;
		margin: auto;
		margin-top: 70px;
		font-family: Literata;
		font-size: 1.2em;
		color: #555;
		hyphens: auto;
	}
	.about-dp-disclaimer {
		width: 50%;
		margin: auto;
		margin-top: 30px;
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		hyphens: auto;
	}

	/* ----------- Tiles ----------- */
	.tiles {
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 10px;
		display: grid;
		gap: 20px;
		grid-template-columns: auto auto auto;
	}
	.tile_general {
		page-break-inside: avoid;
		box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.07), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
		padding: 3px;
		height: auto;
	}

	.tile-img{
		width: 150px;
		margin: auto;
	}

	.tile-title {
		position: relative;
		color: #666;  
		font-family: Oswald; 
		font-size: 1.8vw; 
		line-height: 1.8vw;
		font-weight: 500;
		padding: 5px;
	}
	.tile-description{
		color: #555;  
		font-family: Literata; 
		font-size: 13px; 
		line-height: 17px;
		font-weight: 300;
		text-align: left;
		padding: 5px;
		hyphens: auto;
	}
	.name {
		position: relative;
		color: #666;  
		font-family: Literata; 
		font-size: 1.1vw; 
		line-height: 1.3vw;
		font-weight: 400;
		padding-left: 3px;
		padding-right: 3px;
		margin-top: -10px;
		text-align: center;
	}
	.profile {
		position: absolute;
		color: #666;  
		font-family: Arial; 
		font-size: 11px; 
		line-height: 10px;
		font-weight: 300;
		text-align: left;
		margin-left: 7px;
		margin-top: -12px;
	}
	.country{
		position: absolute;
		color: #666;  
		font-family: Arial; 
		font-size: 13px; 
		line-height: 10px;
		font-weight: 600;
		text-align: left;
		margin-left: 7px;
		margin-top: -12px;
		max-width: 145px;
	}
	.click-number {
		float: right;
		color: #666;  
		font-family: Arial; 
		font-size: 11px; 
		line-height: 10px;
		font-weight: 300;
		text-align: left;
		margin-right: 10px;
		margin-top: -12px;
	}
	.paywall {
		font-size: 15px; 
		padding-left: 5px;
	}

	.paywall-legend{
		font-size: 14px;
		line-height: 20px;
		width: 410px;
		padding-top: 10px;
		margin: auto;
	}
	.comment{
		font-family: Literata; 
		font-size: 12px; 
		line-height: 15px; 
		font-weight: 300;
		text-align: center;
		color: #777;  
		padding-top: 10px;
	}

	.chapter{
		margin-left: 10px;
		margin-right: 10px;
		color: #666;  
		font-family: Literata; 
		font-size: 14px; 
		line-height: 20px; 
		font-weight: 300;
		text-align: left;
		column-count: 2;
		column-gap: 2%;
	}

}


/* ===================================== Small PC Auflöstung ===================================== */
@media screen and (min-width: 1301px)and (max-width: 1500px){

	/* Header */
	h1 {
		color: #fff;  
		font-family: Literata; 
		font-size: 4.1em; 
		font-weight: 600;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 2px;
		padding-bottom: 20px;
		padding-top: 10px;
		opacity: 1.0; 
		text-shadow: 2px 2px 8px #777;
		background-color: red; /*#bbb;*/
	}

	h2 {
		color: #666;  
		font-family: Oswald;
		font-size: 2.1em;
		font-weight: 300;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}


	h3 {
		color: red;  
		font-family: Literata; 
		font-size: 1.5em; 
		font-weight: 600;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	h4 {
		color: #666;  
		font-family: Literata; 
		font-size: 0.9em; 
		font-weight: 400;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}

	.section{
		width: 55%;
		margin: auto;
		font-family: Literata; 
	}
	
	.section-with-ads{
		width: 85%;
		margin: auto;
		hyphens: auto;
	}

	.section-title {
		font-family: Literata; 
		font-size: 1.5em;
		font-weight: bold;
		color: red;
		margin-top: 20px;
		hyphens: auto;
	}

	.section-text {
		color: #555;  
		font-family: Literata; 
		font-size: 1.2em;
		line-height: 1.5em;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}
	.hs-text-1 {
		color: #555;  
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.4em;
		margin-top: -10px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -25px;
		margin-bottom: 25px;
		hyphens: auto;
	}

	.hs-text-2 {
		color: #555;  
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.4em;
		margin-top: -10px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -25px;
		margin-bottom: 25px;
		hyphens: auto;
	}

	ol li {
		font-family: Literata; 
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 20px;
		margin-left: -10px;
		color: #555;
	}
	
	ul li {
		font-family: Literata; 
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 15px;
		margin-left: -30px;
		color: #555;
	}

	.worst-disasters ul {
		font-family: Literata; 
		margin-top: 0px;
		margin-bottom: 20px;
		color: #555;
		hyphens: auto;
	}
	.worst-disasters li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.5em;
		margin-left: -20px;
		margin-bottom: 0px;
		color: #555;
		hyphens: auto;
	}

	.img_1{
		width: 100%;
		height: auto;
	}

	/* ============== Layout Small PC ============== */
	.content {
		padding: 10px;
		background-color: #fff;
		width: 55%;
	}
	.advertisement {
		padding: 10px;
		background-color: #f6f6f6;
		width: 45%;
		/*border-left: 1px solid #ccc;*/
	}
	.container1 {
		display: flex;
		justify-content: space-between;
	}
	.container2 {
		display: none;
	}

	
	/* ============== Navigation ============== */
	.topnav {
		background-color: #666;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.topnav a {
		float: left;
		display: block;
		font-family: Literata; 
		text-align: center;
		padding: 8px 10px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
	}
	.topnav a:hover {
		background-color: #ddd;
		color: #000;
	}
	.topnav  .active {
		background-color: red;
		color: #fff;
	}
	.topnav .icon {
		display: none;
		color: #fff;
	}
	.topnav a:link {
		color: #fff;
	}
	.topnav a:hover a:link {
		color: #000;
	}
	.topnav a:link {
		color: #fff;
		text-decoration: none;
	}
	.topnav a:hover {
		color: #fff;
		background-color: red;
	}
	.topnav a:active {
		color: #fff;
		background-color: transparent;
	}
	.topnav a:visited {
		color: #fff;
		background-color: transparent;
	}
	.update{
		font-family: Arial;
		font-size: 0.6em;
		color: #888;
		margin-top: -15px;
		padding-right: 10px;
		text-align:right;
	}
	
	/* ----------- Inline Images ----------- */
	.inline-img {
		break-inside: avoid;
	}
	.inline-img img{
		width: 100%;
		outline: 1px #ddd solid;
	}
	.inline-img p{
		margin-top: -12px;
		font-family: Arial;
		font-size: 0.65em;
		color: #888;
	}

	/* ----------- Fixed Footer ----------- */
	.footer {
		position: fixed;
		left: 0;
		bottom: 0;
		margin-bottom: 0;
		width: 100%;
		background-color: #666;
		padding: 8px;
		text-align: center;
	}
	.footer li{
		list-style: none;
		display: inline;
	}
	.footer li a{
		padding: 8px 16px;
		text-decoration: none;	
		color: #fff;
	}


	/* ----------- About Text ----------- */

	.about-dp {
		width: 50%;
		margin: auto;
		margin-top: 70px;
		font-family: Literata;
		font-size: 1.2em;
		color: #555;
		hyphens: auto;
	}
	.about-dp-disclaimer {
		width: 50%;
		margin: auto;
		margin-top: 30px;
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		hyphens: auto;
	}

	/* ----------- Tiles ----------- */
	.tiles {
		margin-left: 5%;
		margin-right: 5%;
		padding-top: 10px;
		display: grid;
		gap: 20px;
		grid-template-columns: auto auto auto auto auto auto;
	}
	.tiles_basic {
		margin-left: 5%;
		margin-right: 5%;
		padding-top: 10px;
		display: grid;
		gap: 10px;
		grid-template-columns: auto auto auto auto auto auto auto auto;
	}
	.tile_general {
		page-break-inside: avoid;
		box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.07), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
		padding: 3px;
		height: auto;
	}
	.tile_tall {
		page-break-inside: avoid;
		margin-bottom: 12%;
		box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.07), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
		padding: 3px;
		padding-bottom: 5px;
		height: 12vw;
	}

	.tile-img{
		width: 150px;
		margin: auto;
	}

	.tile-title {
		position: relative;
		color: #666;  
		font-family: Oswald; 
		font-size: 1.0vw; 
		line-height: 1.0vw;
		font-weight: 500;
		padding: 5px;
	}
	.tile-description{
		color: #555;  
		font-family: Literata; 
		font-size: 13px; 
		line-height: 17px;
		font-weight: 300;
		text-align: left;
		padding: 5px;
		hyphens: auto;
	}

	.name {
		position: relative;
		color: #666;  
		font-family: Literata; 
		font-size: 0.9vw; 
		line-height: 1.1vw;
		font-weight: 400;
		padding-left: 3px;
		padding-right: 3px;
		margin-top: -10px;
		text-align: center;
	}

	.profile {
		position: absolute;
		color: #666;  
		font-family: Arial; 
		font-size: 11px; 
		line-height: 10px;
		font-weight: 300;
		text-align: left;
		margin-left: 7px;
		margin-top: -12px;
	}
	.country{
		position: absolute;
		color: #666;  
		font-family: Arial; 
		font-size: 13px; 
		line-height: 10px;
		font-weight: 600;
		text-align: left;
		margin-left: 7px;
		margin-top: -12px;
		max-width: 145px;
	}
	.click-number {
		float: right;
		color: #666;  
		font-family: Arial; 
		font-size: 11px; 
		line-height: 10px;
		font-weight: 300;
		text-align: left;
		margin-right: 10px;
		margin-top: -12px;
	}
	.paywall {
		font-size: 15px; 
		padding-left: 5px;
	}

	.paywall-legend{
		font-size: 14px;
		line-height: 18px;
		width: 410px;
		padding-top: 10px;
		margin: auto;
	}
	.comment{
		font-family: Literata; 
		font-size: 13px; 
		line-height: 15px; 
		font-weight: 300;
		text-align: center;
		color: #777;  
		padding-top: 10px;
	}

	.chapter{
		margin-left: 5%;
		margin-right: 5%;
		color: #666;  
		font-family: Literata; 
		font-size: 14px; 
		line-height: 20px; 
		font-weight: 300;
		text-align: left;
		column-count: 3;
		column-gap: 2%;
	}


	.credit-block{
		padding: 10px;
		font-family: Arial; 
		font-size: 0.9em; 
		font-style: normal;	
		line-height: normal;
		text-align: left;
		color: #777;
	}
	.credits {
		font-family: Arial; 
		font-size: 0.7em; 
		font-style: normal;	
		line-height: normal;
		text-align: left;
		color: #777;
	}
	.credits  a{
		text-decoration: none;
		color: orange;
		font-weight: 600;
	}

}

/* ===================================== Large PC Auflösung ===================================== */
@media screen and (min-width: 1501px){

	
	/* Header */
	h1 {
		color: #fff;  
		font-family: Literata; 
		font-size: 4.1em; 
		font-weight: 600;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 2px;
		padding-bottom: 20px;
		padding-top: 10px;
		opacity: 1.0; 
		text-shadow: 2px 2px 8px #777;
		background-color: red; /*#bbb;*/
	}

	h2 {
		color: #666;  
		font-family: Oswald;
		font-size: 2.1em;
		font-weight: 300;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}


	h3 {
		color: red;  
		font-family: Oswald; 
		font-size: 1.6em; 
		font-weight: 500;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	h4 {
		color: #666;  
		font-family: Literata; 
		font-size: 0.9em; 
		font-weight: 400;
		text-align: center;
		margin-top: -5px;
		margin-bottom: 0px;
	}

	.section{
		width: 45%;
		margin: auto;
		hyphens: auto;
	}
	
	.section-with-ads{
		width: 60%;
		margin: auto;
		hyphens: auto;
	}

	.section-title {
		font-family: Literata; 
		font-size: 1.4em;
		font-weight: bold;
		color: red;
		margin-top: 20px;
		hyphens: auto;
	}

	.section-text {
		color: #555;  
		font-family: Literata; 
		font-size: 1.1em;
		line-height: 1.5em;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}

	.hs-text-1 {
		color: #555;  
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.5em;
		margin-top: -10px;
		margin-left: -5px;
		padding-bottom: 35px;
		hyphens: auto;
	}

	.hs-text-2 {
		color: #555;  
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.5em;
		margin-top: -10px;
		margin-left: -20px;
		padding-bottom: 35px;
		hyphens: auto;
	}

	ol li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.5em;
		margin-left: -5px;
		margin-bottom: 20px;
		color: #555;
		hyphens: auto;
	}
	
	ul li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.5em;
		margin-left: -20px;
		margin-bottom: 20px;
		color: #555;
		hyphens: auto;
	}

	.worst-disasters ul {
		font-family: Literata; 
		margin-top: 0px;
		margin-bottom: 20px;
		color: #555;
		hyphens: auto;
	}
	.worst-disasters li {
		font-family: Literata; 
		font-size: 1.0em;
		line-height: 1.5em;
		margin-left: -20px;
		margin-bottom: 0px;
		color: #555;
		hyphens: auto;
	}


	.img_1{
		width: 100%;
		height: auto;
	}


	.intext-img-wide{
		width: 100%;
		margin: auto;
		padding: 20px;
	}

	/* ============== Layout Large PC ============== */
	.content {
		padding: 10px;
		background-color: #fff;
		width: 55%;
	}
	.advertisement {
		padding: 10px;
		background-color: #f6f6f6;
		width: 45%;
		/*border-left: 1px solid #ccc;*/
	}
	.container1 {
		display: flex;
		justify-content: space-between;
	}
	.container2 {
		display: none;
	}


	/* ============== Navigation ============== */
	.topnav {
		background-color: #666;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.topnav a {
		float: left;
		display: block;
		font-family: Literata; 
		text-align: center;
		padding: 8px 10px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
	}
	.topnav a:hover {
		background-color: #ddd;
		color: #000;
	}
	.topnav  .active {
		background-color: #444;
		color: #fff;
	}
	.topnav .icon {
		display: none;
		color: #fff;
	}
	.topnav a:link {
		color: #fff;
	}
	.topnav a:hover a:link {
		color: #000;
	}
	.topnav a:link {
		color: #fff;
		text-decoration: none;
	}
	.topnav a:hover {
		color: #fff;
		background-color: red;
	}
	.topnav a:active {
		color: #fff;
		background-color: transparent;
	}
	.topnav a:visited {
		color: #fff;
		background-color: transparent;
	}

	.update{
		font-family: Arial;
		font-size: 0.6em;
		color: #888;
		margin-top: -15px;
		padding-right: 10px;
		text-align:right;
	}

	/* ----------- Inline Images ----------- */
	.inline-img {
		break-inside: avoid;
	}
	.inline-img img{
		width: 100%;
		outline: 1px #ddd solid;
	}
	.inline-img p{
		margin-top: -12px;
		font-family: Arial;
		font-size: 0.65em;
		color: #888;
	}

	/* ----------- Fixed Footer ----------- */
	.footer {
		position: fixed;
		left: 0;
		bottom: 0;
		margin-bottom: 0;
		width: 100%;
		background-color: #666;
		padding: 8px;
		text-align: center;
	}
	.footer li{
		list-style: none;
		display: inline;
	}
	.footer li a{
		padding: 8px 16px;
		text-decoration: none;	
		color: #fff;
	}

	/* ----------- About Text ----------- */

	.about-dp {
		width: 50%;
		margin: auto;
		margin-top: 70px;
		font-family: Literata;
		font-size: 1.2em;
		color: #555;
		hyphens: auto;
	}
	.about-dp-disclaimer {
		width: 50%;
		margin: auto;
		margin-top: 30px;
		font-family: Literata;
		font-size: 1.0em;
		color: #555;
		hyphens: auto;
	}


	/* ----------- Tiles ----------- */
	.tiles {
		margin-left: 9%;
		margin-right: 9%;
		padding-top: 10px;
		padding-bottom: 10px;
		display: grid;
		gap: 20px;
		grid-template-columns: auto auto auto auto auto auto auto;
	}
	.tile_general {
		page-break-inside: avoid;
		box-shadow: 2px 4px 6px 4px rgba(0, 0, 0, 0.07), 0 6px 8px 0 rgba(0, 0, 0, 0.05);
		padding: 7px;
		height: auto;
	}
	
	.tile-img{
		width: 150px;
		margin: auto;
	}

	.tile_general img{
		width: 100%;
	}

	.tile-title {
		position: relative;
		color: #666;  
		font-family: Oswald; 
		font-size: 1.0vw; 
		line-height: 1.0vw;
		font-weight: 400;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.tile-description{
		color: #555;  
		font-family: Literata; 
		font-size: 13px; 
		line-height: 17px;
		text-align: left;
		padding: 5px;
		hyphens: auto;
	}

	.click-number {
		float: right;
		color: #666;  
		font-family: Arial; 
		font-size: 11px; 
		line-height: 10px;
		font-weight: 300;
		text-align: left;
		margin-right: 10px;
		margin-top: -12px;
	}
	.paywall {
		font-size: 15px; 
		padding-left: 5px;
	}

	.paywall-legend{
		width: 1200px;
		padding-top: 10px;
		margin: auto;
	}
	.comment{
		font-family: Literata; 
		font-size: 12px; 
		line-height: 15px; 
		font-weight: 300;
		text-align: center;
		color: #777;  
		padding-top: 10px;
	}
	
	.chapter{
		margin-left: 11%;
		margin-right: 11%;
		color: #666;  
		font-family: Literata; 
		font-size: 14px; 
		line-height: 20px; 
		font-weight: 300;
		text-align: left;
		column-count: 3;
		column-gap: 2%;
	}
	
	.list li{
		padding-bottom: 10px;
	}

	/* ============== Text-Page ============== */
	.division {
		padding-left: 13%;
		padding-right: 13%;
		color : #777;
		column-count: 3;
	}
	.division_title {
		font-family: Literata;
		font-size: 2em;
		color: #666;
		text-align: center;
		padding-bottom: 10px;
	}

	.division_subtitle {
		font-family: Literata;
		font-weight: 600;
		font-size: 1.1em;
		color: #888;
	}

	.division_description {
		color: #777;  
		font-family: Literata;
		font-size: 0.9em;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		padding-bottom: 15px;
	}

	.division_description a {
		color: #B22222;  
		text-decoration: none;
	}

	a:hover {
		color: #FF4500;
		background-color: transparent;
	}

	a:active {
		color: red;
		background-color: transparent;
	}
	
	.division_image_l {
		padding-top: 7px;
		margin-right: 10px;
		width: 200px;
		height: 200px;
		float: left;
	}
	.division_image_r {
		padding-top: 7px;
		margin-left: 10px;
		width: 200px;
		height: 200px;
		float: right;
	}
	.division_image_2 {
		margin-top: 7px;
		padding-bottom: 10px;
		margin-right: 10px;
		width: 360px;
		height: 200px;
		float: left;
		border: 1px solid #999;
	}

}
