/*  =========================================================
Stylesheet für die Webseiten Valentin Lindlacher
Stand:  V1.0
Datei:  style.css
Media:  screen
Datum:  01. Januar 2021
Autor:  Valentin Lindlacher
========================================================== */

/* colors
blue: #0a3468
grey (dark): #6A6A6A
grey (bright): #ccc
LMU gree: #009440
TU Dresden blue: #00305d
*/
@charset "utf-8";
*  { padding: 0; margin: 0; }
h1, h2, h3, p, ul, ol { margin-bottom: 1em; }
h1 { line-height: 1em; }
ul ul { margin-bottom: 0; }
li { 
	margin-left: 1.3em; /* Adjust based on testing and preference */
	list-style:square;
	list-style-position:outside;
	list-style-image:url(photos/mediation-fundraising-verfahrensbeistand.gif);
}
/* 'Slabo 27px' */
@font-face {
  font-family: 'Slabo 27px';
  font-style: normal;
  src: url('fonts/slabo-27px-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Slabo 27px'), local('Slabo 27px'),
       url('fonts/slabo-27px-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/slabo-27px-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/slabo-27px-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/slabo-27px-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/slabo-27px-v4-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}


@font-face {
   font-family: Copperplate Gothic Light;
   src: url('font/copperplate-gothic-light.ttf') format('truetype');
}
/* Allgemeine Selektoren */

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-size: 1.0em; /*15px;*/ /* Set to the desired final value */
	text-align: left;
	color: #6A6A6A;
	background-color: #dedad7; /* Set to the desired final value */
	line-height: 1.35em;
}

h1 {
	font-size: 175%; /*250%;*/
	font-weight:normal;
	color:#00305d;
	font-family: 'Slabo 27px', serif;
	text-transform:none;
}
h2 {
	font-size: 160%; /*135%;*/
	font-weight:normal;
	color:#00305d;
	margin-top: 1.3em;
	margin-bottom: 0.6em;
	font-family: 'Slabo 27px', serif;
}
h3 {
	font-size: 145%; /*115%;*/
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 0.6em;
	color:#00305d; /*#bbb5af*/
	font-family: 'Slabo 27px', serif;
}
h4 {
	font-size: 105%;
	margin-top: 1.3em;
	font-family: 'Slabo 27px', serif;
}
hr {
	border:thin solid #bbb5af;
	margin:20px 0;
}

/* Hyperlinks */
#titel-unten {
	clear: both;
	float: left;
	font-family: 'Slabo 27px', serif;
	font-size: 15px;
	text-align:left;
	z-index:95;
	color: #6a6a6a;
	margin-left:-6px;
	text-transform:uppercase;
	border-bottom:none;
	padding-left:-10px;
	width:100%;
	font-size: 13px;
	text-align:left;
	background-color:transparent;
	top:80px;/* im Content-Feld*/
	padding-left: 0; /* Adjusted from invalid negative value */
}

#titel-unten a {
	color:#00305d;
}
a {
	text-decoration: none;
	color:#00305d;
}
a:link,
a:visited {
	text-decoration: none;
	color:#00305d;
}

img {
	border: 0;
}

/* Allgemeine Klassen und IDs */
.skiplink {
	position: absolute;
	left: -3000px;
	top: -2000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
.zentriert {
	text-align:center;
	font-weight:bold;
}
.clearing { clear: both; }

/* ====================================
2. Styles für die  Layoutbereiche
==================================== */
#distance {
	width: 3%;
	height: 50%;
	float: left;
}


#aussencontainer {
	margin: 0 auto;
	margin-top: 60px;
	padding-top: 0;
	padding-left: 50px;
	position: relative;
	height: auto;
	width: 90%;
	max-width: 1000px;
	clear: left;
	background-color:#f5f2ef;
	border-radius:0px;

	box-shadow:0 0 10px 0 #bbb;
	
}
#logo {
	float:left;
	margin-top:42px;
	width:150px;
	height:auto;
}
#titel-oben, #titel-mitte, #titel-unten, #titel-rechts {
	float:left;
	margin-left:0px;
	margin-top:30px;
	margin-right:30px;
	max-width:70%;
	width:70%;
	height:30px; 
	color: #00305d; /*#6A6A6A;*/
	text-align:left;	
	font-weight:bold;
	z-index:90;
	font-family: "Copperplate Gothic Light", "Century Gothic",Verdana, Helvetica,sans-serif;
	background-color:transparent;
}

#titel-oben h1 {
	margin-bottom:10px;
}
#titel-oben{
	float:left;
	margin-top:50px;
}
#titel-mitte{
	margin-top:0px;
	color:#00305d; /*#bbb5af;*/
}
#titel-mitte h2 {
	margin-top:0px;
}
#titel-mitte h2 /*	, #seite-rechtsgebiete #titel-unten*/
{
	color:#00305d; /*#bbb5af;*/
}
#titel-unten{
	margin-top:0px;
	color:#00305d; /*#bbb5af;*/
}
#titel-unten h2 {
	margin-top:0px;
}

/* Common styles for text containers */
.text, .text-2spaltig, .text-mit-Spalte-rechts .text-rechte-spalte {
	clear:both;
	float:left;
	height:auto;
	width:90%;
	padding: 3% 8% 5% 0;
	line-height:1.25em;
	font-family:"Century Gothic",Verdana, Helvetica,sans-serif;
}
.text-2spaltig {
    width: 100%; /* Full width to contain both columns */
    overflow: hidden; /* Clears the float, ensuring the container wraps around both columns */
	margin-bottom: .6em;
}
.text-mit-Spalte-rechts {
    float: left;
    width: 70%; /* Adjust based on right column's width */
	padding:0;
	margin-right:2%;
}
/* Styles for right column */
.text-rechte-spalte {
    float: right; /* Aligns the content to the right */
    width: 28%; /* Set the width of the right column */
    padding: 0 2% 0 0; /* Padding for spacing within the column */
    box-sizing: border-box; /* Ensures padding does not affect overall width */
    /* Additional styles for background, borders, or text as needed */
}
.text-rechte-spalte img {
    max-width: 100%; /* Ensures image is not wider than the column */
    height: auto; /* Maintain aspect ratio */
}
#seite-mediation-fundraising-verfahrensbegleitung-start #img-backgr {
	float:left;
	margin-left:-50px;
	padding-left:50px;
	background-image: url(photos/ssa_website.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:587px;
	width:100%;
}
#seite-mediation-fundraising-verfahrensbegleitung-start #img-backgr-center {
	position:relative;
	left:50%;
	margin-left:-430px;
	min-height:587px;
	width:860px;
}
#seite-mediation-fundraising-verfahrensbegleitung-start #text {
	padding: 3% 0% 5% 0;
	min-height:587px;
}
#seite-mediation-fundraising-verfahrensbegleitung-map .text-2spaltig {
	padding: 0;
}
#seite-veroeffentlichungen .text-2spaltig {
	padding: 3% 8% 0% 0;
}

/*
#navibereich-intheline {
	clear: both;
	float:left;
	font-family:"Century Gothic",Verdana, Helvetica,sans-serif;
	font-size: 13px;
	font-family: 'Slabo 27px', serif;
	font-size: 15px;
	text-align:left;
	z-index:95;
	color: #333333;
	margin-top:40px;
	margin-left:-50px;
	padding-left:50px;
	margin-right:0px;
	text-transform:uppercase;
	border-bottom:none;
	padding-bottom:2px;
	padding-top:5px;
	padding-right:0px;
	background-color:#dedad7;
	width: 100%;
	max-width: 1000px;
}
#navibereich-intheline ul {
	margin-bottom: 0;
}
#navibereich-intheline a {
/*	color: #6a6a6a;*/ /*
}
#navibereich-inthelin .aktuell a {
	font-weight:bold;
	color: #00305d;
}
#navibereich-intheline a:active,
#navibereich-intheline a:hover,
#navibereich-intheline a:focus {
	color: #00305d;
	border-bottom-color: white;
}
#navibereich-intheline li {
	display: inline;
	list-style-type: none;
	margin-left:0px;
	margin-right:18px;
}
*/

#navibereich-intheline {
	clear: both;
	float: left;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	font-family: 'Slabo 27px', serif;
	font-size: 1.1em; /*1em;*/ /* Use relative font size */
	text-align: left;
	z-index: 95;
	color: #333333;
	margin-top: 2.5em; /* Relative margin-top */
	margin-left: -3.125em; /* Relative margin-left */
	padding-left: 3.125em; /* Relative padding-left */
	margin-right: 0;
	text-transform: uppercase;
	border-bottom: none;
	padding-bottom: 0.125em; /* Relative padding-bottom */
	padding-top: 0.3125em; /* Relative padding-top */
	padding-right: 0;
	background-color: #dedad7;
	width: 100%;
	max-width: 62.5em; /* Relative max-width */
}

#navibereich-intheline ul {
	margin-bottom: 0;
}

#navibereich-intheline a {
/*	color: #6a6a6a; */
}

#navibereich-inthelin .aktuell a {
	font-weight: bold;
	color: #00305d;
}

#navibereich-intheline a:active,
#navibereich-intheline a:hover,
#navibereich-intheline a:focus {
	color: #00305d;
	border-bottom-color: white;
}

#navibereich-intheline li {
	display: inline;
	list-style-type: none;
	margin-left: 0;
	margin-right: 1.125em; /* Relative margin-right */
}

#titel-unten a:active,
#titel-unten a:hover,
#titel-unten a:focus {
	color: #00305d;
}
#titel-unten li {
	display: inline;
	list-style-type: none;
	margin: 0 10px;
	color: #00305d; /*#0000b5; <-- */
}
.aktuell a #titel-unten {
	color: #00305d;
}
#aktiv-teil {
	color:#00305d;
	font-weight:bold;
}

#navibereich-inthebox ul {
	margin-bottom: 0;
	background-color:transparent;
}
#navibereich-inthebox li {
	/*display: inline;*/
	list-style-type: none;
	margin: 0 ;
	color:#0000ff;
	background-color:transparent;
}
#navibereich-inthebox a,
#navibereich-inthebox a:link,
#navibereich-inthebox a:visited {
	padding: 4px 4px 4px 8px;
	text-decoration: none;
	color:#00305d;
	background-color:transparent;
	/*font-size:12px;*/
	font-style:normal;
	font-weight:normal;
}
#navibereich-inthebox a:hover,
#navibereich-inthebox a:focus {
	background-color:transparent;
	text-decoration: none;
	color:#00305d;
	background-color:transparent;
}
#navibereich-inthebox a:active {
	background-color: gray;
	text-decoration: none;
	color:#00305d;
	background-color:transparent;
}
.aktuell a, .aktuell {
	font-weight:bold;
	color: #00305d;
}

.blocksatz {
    text-align: justify;
}

#panel-mit-text-ohne-Spalte-rechts {
	background-image:url(photos/leistungen-fundraising-mediation-hg-f5f2ef-90.png);
	background-repeat:repeat;
	/*
	color:#000000;
	
	font-size:80%;
	*/
	padding:50px;
	margin:50px 0 50px 50px;
}
.img-content {
	padding:20px 20px 0 0;
}
.img-title {
	font-size:50%;
	padding:0px 0 10px 0;
	display:block;
}
#fusszeile {
	/*position:absolute;
	*/
	margin-right: 25px;
	margin-bottom: 4px;
	padding-top: 4px;
	color: #FFFFFF;
	background-color:transparent;
	text-align: right;
	font-size:10px;
	font-family:"Century Gothic",Verdana, Helvetica,sans-serif;
}

#footer {
	clear: both;
	margin-top: 0;
	margin-left:-50px;
	margin-bottom:20px;
	position: relative;
	height:28px; 
	background-color:#00305d;
	z-index: 100;
	/*
	border-radius: 0 0 5px 5px;
	*/
}
.leistung {
	border:none;
	border:#00305d solid; /*#ccc*/ /*thin*/
	width:150px;
	height:130px;
	float:left;
	margin:0px 10px 30px 10px;
	padding:10px;
	box-shadow:none;
	background-color:transparent;
	border-radius:2px;
	font-size:70%;
	background-image:none;
}
@media screen and (max-width:960px) {
	h1 {
		font-size: 220%;
	}
	/* h2 {
		font-size: 100%;
	} */

	#aussencontainer {
		padding-left: 30px;
	}
	#navibereich-intheline {
		margin-left:-30px;
		padding-left:30px;
	}
	#seite-mediation-fundraising-verfahrensbegleitung-start #img-backgr-center {
		float:left;
		margin-left:10px;
		left:5%;
		min-height:587px;
		width:100%;
	}
#seite-mediation-fundraising-verfahrensbegleitung-start #img-backgr {
	float:left;
	margin-left:-30px;
	padding-left:30px;
	background-image: url(photos/ssa_website.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
}
	#footer {
			margin-left:-30px;
	}
}
@media screen and (max-width:480px) {
	h1 {
		font-size: 200%;
	}
	/*h2 {
		font-size: 80%;
	}*/

	#aussencontainer {
		padding-left: 30px;
	}
	#navibereich-intheline {
		margin-left:-30px;
		padding-left:30px;
	}
	
	#seite-mediation-fundraising-verfahrensbegleitung-start #img-backgr-center {
		float:left;
		left:5%;
		margin-left:10px;
		min-height:587px;
		width:100%;
	}
#seite-mediation-fundraising-verfahrensbegleitung-start #img-backgr {
	float:left;
	margin-left:-30px;
	padding-left:30px;
	background-image:none;
	width:100%;
}

	#footer {
			margin-left:-30px;
	}
}

/* Styles for the Abstract button */
details {
    width: fit-content; /* Make the details element fit the summary width */
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin: 0; /* Remove any margin */
    padding: 0; /* Remove any padding */
    margin-bottom: 1em; /* Add relative space below the details element */
}

details summary {
    color: #00305d; /* Text color */
    background-color: #f0f0f0; /* Background color */
    padding: 0.5em 1em; /* Increase horizontal padding to make the button wider */    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    font-weight: normal; /* Make text normal weight */
    font-size: 0.9em; /* Adjusted font size for smaller text */
    margin: 0; /* Remove any margin */
    min-width: 10em; /* Set a minimum width for the button */
}

details summary::-webkit-details-marker {
    display: none; /* Hide the default arrow */
}

details[open] summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

details div {
    width: 20em; /* Set the width of the content box relatively */
    padding: 1em; /* Adjusted padding for the content area */
    background-color: #fff;
    border-top: 1px solid #ddd; /* Add a border on top to separate from the button */
    margin: 0; /* Remove any margin */
    margin-top: -1px; /* Adjust the margin to ensure the border aligns properly */
}

/*
.icon {
    width: 30em; 
    height: auto;
}
*/

/* Auf Smartphones größer machen
@media (max-width: 768px) {
    .icon {
        width: 40px;
    }
}
*/