/*!
Theme Name: krs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: krs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

krs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@font-face {
    font-family: 'Satoshi-Medium';
    src:
    url('css/Sat_Medium/Satoshi-Medium.woff2') format('woff2'),
    url('css/Sat_Medium/Satoshi-Medium.woff') format('woff');
    font-weight: normal;
}


body,
html,
#page {
	height: 100%;
}
body.page-template-normal-page {
	margin: 0;
	padding: 0;
	font-family: 'Satoshi-Medium', sans-serif;
	font-size: 1.25rem;
	line-height: 1.3;
	background: black;
	color: white;
	overflow-x: hidden;
	width: 100vw;
	position: relative;
	z-index: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
 -ms-overflow-style: none;  /* Internet Explorer 10+ */
 scrollbar-width: none; 
}

body.home {
	margin: 0;
	padding: 0;
	font-family: 'Satoshi-Medium', sans-serif;
	font-size: 1.25rem;
	line-height: 1.3;
	color: black;
	overflow-x: hidden;
	width: 100vw;
	position: relative;
	z-index: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.image {
	position: fixed;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home div.shade {
	position: fixed;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    z-index: 3;
    animation: fadein 30s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
  100% {opacity: 1;}
}

#page {
	position: relative;
	z-index: 5;
	overflow-x: hidden;
}

.home #primary {
	margin: 20% 0 0 20%;
	position: relative;
	z-index: 10;
	height: calc(100% -20px);
}

.privacy-policy #primary {
	padding: 20px;
}


.white {
	background: #f4f8f0;
	padding: 11px 15px 15px 15px;
	width: 399px;
	margin-bottom: 53px;
	border-radius: 1px;
}
.white p {
	margin-top: 40px;
	margin-bottom: 0px;
}

h1 {
	margin: 0;
	font-weight: normal;
	font-size: 1.25rem;
}

.small {
	font-size: .75rem;
	color: #f4f8f0;
	margin: 0;
	line-height: 1.53;
}
.small a {
	color: #f4f8f0;
}

.left-indent {
	padding: 0 0 0 10px;
}

.mail {
	background: black;
	padding: 3px 10px 5px 10px;
	margin: 16px 0 0 0;
	display: inline-block;
	border-radius: 1px;
	color: #f4f8f0;
}
.mail a {
	color: white;
	text-decoration: none;
	font-size: 1.25rem;
  	line-height: 1.3;
}

.site-info {
	text-align: right;
	font-size: .75rem;
	color: #f4f8f0;
	padding-right: 10px;
}


.home #colophon {

}


#colophon {
	position: fixed;
	bottom: 8px;
	right: 15px;
	padding-bottom: 14px;
}

.home #colophon {

}

#colophon a {
	color: white;
	text-decoration: none;
}



/* ------- */

.page-template-normal-page #primary {
	padding-top: clamp(50px, 10vw, 100px);
	padding-left: clamp(20px, 5vw, 200px);
	max-width: 1000px;
	font-size: 1.125rem;
	line-height: 1.3;
}
.page-template-normal-page h1.page-title {
	margin-bottom: 40px;
}

p.p-margin-bottom {
	margin-bottom: 40px;
}
.p-narrow {
	max-width: 600px;
}

.dash-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dash-list li {
	position: relative;
	padding-left: 25px;
}
.dash-list li::before {
	content: '—';
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 0;
	
}
.p-margin-top {
	margin-top: 50px;
	margin-bottom: 20px;
}
.portfolio-mail-link.mail {
	padding: 5px 10px;
	//background:url('https://kerstinriedel.studio/wp-content/uploads/2026/05/KR_web_to_Tom_17.jpg') center 0 no-repeat;
	//background-size: 100%;
}










