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: red;
}
/*
a:active {
	color: red;
}
*/

a:visited {
	color: #555;
}	

.responsive-tile {
	background: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	margin: 5px;
}

.responsive-tile:hover {
	background: #eee;
	cursor: pointer;
}
.url2 {
	font-family: Literata;
	font-size: 0.9em;
	color: #333;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: -5px;
	float: left;
	hyphens: auto;
}
.url2 a:hover {
	color: rgba(200,0,0,1.0);
	font-weight: bold;
}

/* ============================== 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: rgba(225,0,0,1.0); 
		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-title {
		font-family: Literata; 
		font-size: 1.5em;
		font-weight: bold;
		color: red;
		margin-top: 20px;
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		hyphens: auto;
	}

	.list-items p {
		font-family: Oswald;
		font-size: 1.0em;
		line-height: 1.2em;
		color: #555;
		margin-top: -5px;
		margin-left: 5px;
	}
	.list-items-indent1 p {
		margin-left: 25px;
		margin-top: -5px;
	}
	p a:hover {
		color: red;
	}

	.section{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}
	
	.section-with-ads{
		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: 2px;
	}
	.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: #fff;
	}
	.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: 5px;
		padding-right: 10px;
		padding-bottom: 15px;
		text-align:right;
	}

	/* ============== Navigation1 Handy ============== */
	.menu-title2{
		color: #000;  
		font-family: Literata; 
		font-size: 1.0em; 
		font-weight: 300;
		text-align: left;
		padding-left: 10px;
		margin-top: 3px;
		position: absolute;
	}

	.topnav1{
		background-color: #ccc;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.topnav1 a {
		float: left;
		display: block;
		font-family: Literata; 
		margin: 3px;
		padding-top: 1px;
		padding-bottom: 4px;
		padding-left: 8px;
		padding-right: 8px;
		text-decoration: none;
		font-size: 16px;
		color: #fff;
	}
	.topnav1 a:hover {
		background-color: rgba(225,0,0,1.0);
		color: #fff;
	}
	.topnav1  .active {
		background-color: rgba(225,0,0,1.0);
		color: #fff;
	}
	.topnav1 .icon {
		display: none;
		color: #fff;
	}
	.topnav1 a:link {
		color: #fff;
	}
	.topnav1 a:hover a:link {
		color: #000;
	}
	.topnav1 a {display: none;}
	.topnav1 a.icon {
		float: right;
		display: block;
	}

	/* --------- responsive --------- */
	
	.topnav1.responsive {
		background-color: #fff !Important;
		position: relative;
	}
	.topnav1.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav1.responsive a {
		/*float: none;
		display: block;*/
		display: inline;
		text-align: center;
		background-color: #fff;
		color: #777;
		padding-top: 1px;
		padding-bottom: 3px;
		padding-left: 7px;
		padding-right: 7px;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin: 2px;
  }
	.topnav1.responsive.  icon:hover {
		background-color: rgba(225,0,0,1.0);
		color: #fff;
	}
	.topnav1.responsive a:hover {
		background-color: rgba(225,0,0,1.0);
		color: #fff;
	}



	/* ============== Navigation End ============== */

	/* ----------- 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 ----------- */
	.tile-container {
		width: 100%;
		margin: auto;
		background: #fff;
		display: flex;
		flex-flow: row wrap;
	}
	.responsive-tile {
		height: auto;
		width: calc( (100% / 1) - 20px );
		margin: 10px;
	}
	.tile-img {
		width: 60%;
		margin-left: 20%;
		height: auto;
		padding-top: 10px;
		border-bottom: 0.5px solid #fff;
	}
	.tile-title {
		position: relative;
		color: rgba(225,0,0,1.0);  
		font-family: Oswald; 
		font-size: 1.3em; 
		line-height: 1.2em;
		padding-top: 10px;
		padding-left: 10px;
	}
	.tile-description{
		color: #666;  
		font-family: Literata; 
		font-size: 0.95em; 
		line-height: 1.5em;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}
	.tile-commentary{
		color: #666;  
		font-family: Literata; 
		font-size: 0.9em; 
		line-height: 1.5em;
		font-style: italic;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 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: rgba(225,0,0,1.0); 
	}

	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;
	}

	.list-items p {
		font-family: Oswald;
		font-size: 1.2em;
		line-height: 1.2em;
		color: #555;
		margin-top: -10px;
	}
	.list-items-indent1 p {
		margin-left: 30px;
		margin-top: -10px;
	}

	p a:hover {
		color: red;
	}

	.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: 65%;
	}
	.advertisement {
		padding: 10px;
		background-color: #f6f6f6;
		width: 35%;
		/*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: rgba(225,0,0,1.0);
		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: rgba(225,0,0,1.0);
	}
	.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;
	}

	/* ============== Navigation1 ============== */
	.menu-title2{
		display: none;
	}
	.topnav1 {
		background-color: #fff;
		overflow: hidden;
		margin-bottom: 25px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.topnav1 a {
		float: left;
		display: block;
		font-family: Literata; 
		text-align: center;
		margin: 2px;
		padding-top: 1px;
		padding-bottom: 4px;
		padding-left: 8px;
		padding-right: 8px;
		text-decoration: none;
		font-size: 16px;
		color: #666;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 3px;
	}
	.topnav1 a:hover {
		background-color: #ddd;
		color: #000;
	}
	.topnav1  .active {
		background-color: rgba(225,0,0,1.0);
		color: #fff  !important;
	}
	.topnav1 .icon {
		display: none;
		color: #666;
	}
	.topnav1 a:link {
		color: #666;
	}
	.topnav1 a:hover a:link {
		color: #000;
	}
	.topnav1 a:link {
		color: #666;
		text-decoration: none;
	}
	.topnav1 a:hover {
		color: #666;
		background-color: #ddd;
	}
	.topnav1 a:active {
		color: #fff;
		background-color: transparent;
	}
	.topnav1 a:visited {
		color: #666;
		background-color: transparent;
	}
	/* ============== Navigation1 End ============== */


	/* ----------- 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 ----------- */
	.tile-container {
		width: 90%;
		margin: auto;
		background: #fff;
		display: flex;
		flex-flow: row wrap;
	}
	.responsive-tile {
		height: auto;
		width: calc( (100% / 3) - 10px );
	}
	.tile-img{
		width: 100%;
		margin: auto;
		border-bottom: 0.5px solid #ccc;
	}
	.tile-title {
		position: relative;
		color: rgba(225,0,0,1.0);  
		font-family: Oswald; 
		font-size: 1.4em; 
		line-height: 1.3em;
		font-weight: 500;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		hyphens: auto;
	}
	.tile-description{
		color: #666;  
		font-family: Literata; 
		font-size: 0.95em; 
		line-height: 1.5em;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}
	.tile-commentary{
		color: #666;  
		font-family: Literata; 
		font-size: 0.9em; 
		line-height: 1.5em;
		font-style: italic;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		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: 1550px){

	/* 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: rgba(225,0,0,1.0); 
	}

	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;
	}

	.list-items p {
		font-family: Oswald;
		font-size: 1.2em;
		line-height: 1.2em;
		color: #555;
		margin-top: -10px;
	}
	.list-items-indent1 p {
		margin-left: 30px;
		margin-top: -10px;
	}

	.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: 65%;
	}
	.advertisement {
		padding: 10px;
		background-color: #f6f6f6;
		width: 35%;
		/*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;
	}
	
	/* ============== Navigation1 ============== */
	.menu-title2{
		display: none;
	}
	.topnav1 {
		background-color: #fff;
		overflow: hidden;
		margin-bottom: 25px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.topnav1 a {
		float: left;
		display: block;
		font-family: Literata; 
		text-align: center;
		margin: 2px;
		padding-top: 1px;
		padding-bottom: 4px;
		padding-left: 8px;
		padding-right: 8px;
		text-decoration: none;
		font-size: 16px;
		color: #666;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 3px;
	}
	.topnav1 a:hover {
		background-color: #ddd;
		color: #000;
	}
	.topnav1  .active {
		background-color: rgba(225,0,0,1.0);
		color: #fff  !important;
	}
	.topnav1 .icon {
		display: none;
		color: #666;
	}
	.topnav1 a:link {
		color: #666;
	}
	.topnav1 a:hover a:link {
		color: #000;
	}
	.topnav1 a:link {
		color: #666;
		text-decoration: none;
	}
	.topnav1 a:hover {
		color: #666;
		background-color: #ddd;
	}
	.topnav1 a:active {
		color: #fff;
		background-color: transparent;
	}
	.topnav1 a:visited {
		color: #666;
		background-color: transparent;
	}
	/* ============== Navigation1 End ============== */


	/* ----------- 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 ----------- */
	.tile-container {
		width: 85%;
		margin: auto;
		background: #fff;
		display: flex;
		flex-flow: row wrap;
	}
	.responsive-tile {
		height: auto;
		width: calc( (100% / 4) - 10px );
	}
	.tile-img{
		width: 100%;
		margin: auto;
		border-bottom: 0.5px solid #ccc;
	}
	.tile-title {
		position: relative;
		color: rgba(225,0,0,1.0);  
		font-family: Oswald; 
		font-size: 1.4em; 
		line-height: 1.3em;
		font-weight: 500;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		hyphens: auto;
	}
	.tile-description{
		color: #666;  
		font-family: Literata; 
		font-size: 0.95em; 
		line-height: 1.5em;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}
	.tile-commentary{
		color: #666;  
		font-family: Literata; 
		font-size: 0.9em; 
		line-height: 1.5em;
		font-style: italic;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		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: 1551px){
	
	/* 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: rgba(225,0,0,1.0); 
	}

	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;
	}

	/* ============== 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: rgba(225,0,0,1.0);
		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: rgba(225,0,0,1.0);
	}
	.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;
	}

	/* ============== Navigation1 ============== */
	.menu-title2{
		display: none;
	}

	.topnav1 {
		background-color: #fff;
		overflow: hidden;
		margin-bottom: 25px;
		margin-left: 8%;
		margin-right: 8%;
	}

	.topnav1 a {
		float: left;
		display: block;
		font-family: Literata; 
		text-align: center;
		margin: 2px;
		padding-top: 1px;
		padding-bottom: 4px;
		padding-left: 8px;
		padding-right: 8px;
		text-decoration: none;
		font-size: 16px;
		color: #666;
		/*background-color: #f0f0f0;*/
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 3px;
	}
	.topnav1 a:hover {
		background-color: #ddd;
		color: #000;
	}
	.topnav1  .active {
		background-color: rgba(225,0,0,1.0);
		color: #fff  !important;
	}
	.topnav1 .icon {
		display: none;
		color: #666;
	}
	.topnav1 a:link {
		color: #666;
	}
	.topnav1 a:hover a:link {
		color: #000;
	}
	.topnav1 a:link {
		color: #666;
		text-decoration: none;
	}
	.topnav1 a:hover {
		color: #666;
		background-color: #ddd;
	}
	.topnav1 a:active {
		color: #fff;
		background-color: transparent;
	}
	.topnav1 a:visited {
		color: #666;
		background-color: transparent;
	}
	/* ============== Navigation1 End ============== */


	/* ============== General Layout ============== */
	.content {
		padding: 10px;
		background-color: #fff;
		width: 65%;
	}
	.advertisement {
		padding: 10px;
		background-color: #f6f6f6;
		width: 35%;
		/*border-left: 1px solid #ccc;*/
	}
	.container1 {
		display: flex;
		justify-content: space-between;
	}
	.container2 {
		display: none;
	}


	/* ============== NSO-List ============== */
	.section-title {
		font-family: Literata; 
		font-size: 1.6em;
		line-height: 1.4em;
		font-weight: bold;
		color: red;
		margin-top: 25px;
		hyphens: auto;
	}

	.list-items p {
		font-family: Oswald;
		font-size: 1.2em;
		line-height: 1.2em;
		color: #555;
		margin-top: -10px;
	}
	.list-items-indent1 p {
		margin-left: 30px;
		margin-top: -10px;
	}

	.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;
	}

	.section{
		width: 45%;
		margin: auto;
		hyphens: auto;
	}
	
	.section-with-ads{
		width: 65%;
		margin: auto;
		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;
	}


	.img_1{
		width: 100%;
		height: auto;
	}


	.intext-img-wide{
		width: 100%;
		margin: auto;
		padding: 20px;
	}



	/* ----------- 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 ----------- */
	.tile-container {
		width: 80%;
		margin: auto;
		background: #fff;
		display: flex;
		flex-flow: row wrap;
	}
	.responsive-tile {
		height: auto;
		width: calc( (100% / 5) - 20px );
		margin: 10px;
	}
	.tile-img{
		width: 100%;
		margin: auto;
		border-bottom: 0.5px solid #ccc;
	}
	.tile-title {
		position: relative;
		color: rgba(225,0,0,1.0);  
		font-family: Oswald; 
		font-size: 1.3em; 
		line-height: 1.3em;
		font-weight: 400;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		hyphens: auto;
	}
	.tile-description{
		color: #555;  
		font-family: Literata; 
		font-size: 0.95em; 
		line-height: 1.5em;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		hyphens: auto;
	}
	.tile-commentary{
		color: #666;  
		font-family: Literata; 
		font-size: 0.9em; 
		line-height: 1.5em;
		font-style: italic;
		font-weight: 300;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		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;
	}

}
