@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-color:ghostwhite;
	overflow-x: hidden;
}
/* Header */
header {
	text-align: center;
	display: block;
	padding-bottom: 1px
}

header .profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 220px;
	border-radius: 50%;
	height: 240px;
	clear: both;
	
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	margin-top: -30px;
}
header .profileHeader h3 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	margin-top: 2;
}
hr {
	background-color: rgba(240,140,41,1.00);
	height: 0,5px;
}
header .profileHeader p {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	
}
header .socialNetworkNavBar {
	text-align: center;
	padding: 10px;
	display: inline-block;
	margin-top: 30px;
	width: 100%;
	clear: both;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	           
    
}


header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	
	
	
}
header .socialNetworkNavBar .bild-abstand img:hover {
	transform: scale(1.5);
	border-radius: 50%;
	cursor: zoom-in;
}
/* Main Content sections */
.mainContent .section1 {
	display: block;
	position: relative;
	
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
	position: relative	
}

.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(240,140,41,1.00);
	height: 0,5px;
	padding: 0px;
}

.mainContent .section1 .section1Content {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	line-height: 1.3;
	
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: rgba(146,146,146,1.00);
	line-height: 1.8;
} 
.watermarked-container  {
    position: relative; /* Wichtig für die Ausrichtung des Wasserzeichens */
    width: 100%;
    overflow: hidden; /* Verhindert, dass das Wasserzeichen über den Rand hinausragt */
}

.watermark {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg); /* Zentriert und gedreht */
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.05); /* Hellgrau und sehr transparent */
	font-family: sans-serif;
	letter-spacing: 2px;
    pointer-events: none; /* Wasserzeichen wird nicht anklickbar/markierbar */
    z-index: 1; /* Legt den Text in den Hintergrund */
    white-space: nowrap; /* Verhindert Zeilenumbruch */
    user-select: none; /* Text kann nicht markiert werden */
}

.content {
    position: relative;
    z-index: 20; /* Hält den Text über dem Wasserzeichen */
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}

.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0;
	padding-top: 3%;
	width: 100%;
	clear: both;
	cursor: pointer;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(40,67,88,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(240,146,41,1.00);
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	
}

/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {

	/* Header */
header {
	width: 100%;
	float: none;
}


header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}
header .profileHeader p {
	text-align: left;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
	
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: left;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin: 0 auto 10% auto;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
	margin:auto
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
	margin-top: 5%;
}
header .profileHeader {
	text-align: left;
	margin-top: 7%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 10%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}
