/*
Theme Name: rony
Theme URI: http://deutschkaemer.info
Author: Dennis Deutschkämer
Author URI: http://deutschkaemer.info/
Description: Ein Testdesign
Version: 0.1
Text Domain: rony
*/


* {
	margin: 0;
}

body {
	font-family: Oxygen, sans-serif;
}

h1 {
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 70px;
	font-family: raleway, sans-serif;
}

h1 a:hover {
    text-decoration: none;
    border-bottom: 3px solid #ff8800;
}

h5 {
	width: 100%;
	text-align: center;
	color: rgb(160, 160, 160);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-family: raleway, sans-serif;
	font-style: italic;
}

.fronth{
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 50px;
	font-family: raleway, sans-serif;
	font-weight: 400;
}

//.fronth {
	font-family: 'Raleway',sans-serif;
	font-weight: 300;
	font-size: 70px;
	border-top: 1px solid #AA9;
	border-bottom: 1px solid #AA9;
	letter-spacing: 0px;
	text-align: center;
	margin: 50px 0px;
	text-transform: uppercase;
	color: #AA9;
}

h2 {
	padding-top: 20px;
	padding-bottom: 20px;
} 

a {
	text-decoration: none;
	color: rgb(24, 24, 24);
}

a:hover {
//	text-decoration: underline;
}

.sheader {
	font-size: 40px;
	border-bottom: 1px dotted black;
	background-color: rgb(41, 41, 41);
	color: white;
	text-align: left;
	font-weight: 400;
}

.ftext {
	width: 700px;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.9;
	color: #000;
	margin-left: calc(50% - 350px);
	margin-bottom: 150px;
}

.ftext a{
//	font-style: italic;
	font-weight: bold;
	background-color: rgba(80, 80, 80, 1);
	color: white;
}

header {
    padding: 30px 25% 0px 25%;
    margin-bottom: 150px;
    box-shadow: 0px 0px 7px #2C2E2D;
    border-bottom: 1px solid black;
}

header h1 {
	font-size: 90px;
	font-family: 'Raleway',sans-serif;
	font-weight: 300;
	text-align: center;
}

header ul {
//	margin-top: 50px;
//	margin-bottom: -50px;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
	border-top: 1px rgb(215,215,215) dotted;
	padding-top: 15px;
}

header ul li{
    font-size: 1.8em;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

header ul li:before {
    content: "";
}

header a {
    color: black;
    text-decoration: none;
}

header a:hover {
    color: rgb(200, 120, 120);
}

#leer {
    padding-left: 100%;
}

.ftext a:hover {
	background-color: black;
}

.ftext a:before {
	content: ' _ ';
}

.ftext a:after {
	content: ' ';
}

.ftext a:active {
	animation: blink .1s step-end infinite;
}

@keyframes blink {
	0% {
		background-color: white;
		color: black;
		}
	50% {background-color: black}
}

footer {
	width: 100%;
	background-color: rgb(41, 41, 41);
	color: white;
}

blockquote {
	background-color: rgba(242, 242, 242, 1);
	width: 96%;
	margin-left: calc(4% - 10px);
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#upper {
	text-align: right:;
	font-family: raleway, sans-serif;
	font-size: 45px;
	background-color: rgb(51, 51, 51);
	color: white;
	height: 53px;
}

#upper a {
	color: white;
}

footer #hup {
	color: white;
	font-family: raleway, sans-serif;
	border-bottom: 1px solid rgb(89, 89, 89);
	font-size: 30px;
}

footer h3 {
	color: white;
	font-family: raleway, sans-serif;
}

#uflex {
	display: flex;
	justify-content: space-between;
	flex: 0 0 auto;
}

.wflex{
	margin-top: 30px;
	width: 100%;
	color: white;
}

.wflex h3 {
	color: rgb(240, 240, 240);
	font-weight: bold;
}

.wflex a {
	color: grey;
}

#uflex li {
	list-style-type: none;
}

.searchform .screen-reader-text {
    display:none;
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #222;
	}
	
	h1 {
		color: white;
	}
	
	h5 {
		color: #ccc;
	}
	
	a {
		color: #e7e7e7;
	}
	
	.sheader {
		border-bottom: 1px dotted white;
		background-color: #111;
		color: white;
	}
	
	.ftext {
		color: white;
	}
	
	.ftext a{
		background-color: #afafaf;
		color: black;
	}
	
	header {
		box-shadow: 0px 0px 7px #282828;
		border-bottom: 1px solid black;
	}
	
	header ul {
		border-top: 1px rgb(215,215,215) dotted;
	}
	
	header a {
		color: white;
	}
	
	header a:hover {
		color: #378787;
	}
	
	.ftext a:hover {
		background-color: white;
	}
	
	@keyframes blink {
	0% {
		background-color: black;
		color: white;
		}
	50% {background-color: white}
	}
	
	footer {
		background-color: #111;
	}
	
	blockquote {
		background-color: #0d0d0d;
	}
	
	#upper {
		background-color: #333;
		color: #ccc;
	}

	#upper a {
		color: #ccc;
	}

	footer #hup {
		color: black;
		border-bottom: 1px solid #a6a6a6;
	}

	footer h3 {
		color: black;
	}

	.wflex{
		color: black^;
	}

	.wflex h3 {
		color: #0f0f0f;
	}

	.wflex a {
		color: grey;
	}
}	

@media (max-width: 700px) {
	.ftext {
		width: 100%;
		margin-left: 0;
		font-size: 0.9rem;
		margin-bottom: 75px;
	}
	
	.fronth {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 35px;
	}
}