@font-face {
	font-family: "Roboto Slab";
	src: url("../fonts/RobotoSlab-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Source Sans 3";
	src: url("../fonts/SourceSans3-VariableFont_wght.ttf") format("truetype");
}

:root {
	--hausfarbe: #7d8f19;
	--hausfarbe-mittel: #c6d49f;
	--hausfarbe-mittel-hell: #d1e0b1;
	--hausfarbe-hell: #e0eacc;
	--left-width: clamp(150px, 300px, 300px);
	--p-g: clamp(10px, 20px, 25px);

	--serif: "Roboto Slab", serif;
	--sans-serif: "Source Sans 3", sans-serif;

	--normal-size: 1.8rem;
	--medium-size: 2.25rem;
}

/*ljv berlin by designport.info
	gruen 100%: #789B20
	gruen menu: #C1D699
	gruen main: #D1E0B2
	background gruen: #E0EACC
	
*/


html{
	/*border-top: 100px solid #789B20;*/
	font-size: 16px;
}

body{
	background-color: #E0EACC;
	font-family: var(--sans-serif);
	/*margin-top: -100px;*/
	padding-bottom: 20px;
	position: relative;
	color: #333;
}

a:link,
a:visited{
	color: #789B20;
	text-decoration: none;
}

a:hover{
	color: #444;
}

h1, h2, h3, h4{
	font-family: var(--serif);
}

#h1{
	background-color: #789B20;
	text-align: center;
	padding: 1%;
}

#h1 h1{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-shadow: 0px 0px 5px rgba(15, 15, 15, 1);
	font-size: 2.5em;
}

.custom{
	/*position: absolute;
	top: 0;*/
	text-align: center;
	width: 100%;
	z-index: 999;
}

.custom .inside{
	position: relative;
	margin: 0 auto;
}

.custom .mod_article [class*="ce_"], .custom .mod_article [class*="mod_"], .mod_article [class*="ce_"] [class*="ce_"]{
    margin-left: 0;
    margin-right: 0;
}

.custom h1{
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .15em;
	text-shadow: 0px 0px 5px rgba(15, 15, 15, 1);
	font-size: 2.5em;
}

#main{
	padding: 0 1rem;
}

#anzeige{
	margin: 0 auto;
	/*position: absolute;
	top: 5%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translate(-50%, 0);*/
	width: 100%;
	max-width: 960px;
	padding: 10px;
	text-align: center
}

#anzeige .last{
	margin-top: 5%;
}

#anzeige div.first h2{
	width: 70%;
	font-size: 	2em;
	text-shadow: 0px 0px 5px rgba(15, 15, 15, 1);
	letter-spacing: .15em;
}


#anzeige h2, #anzeige h3{
	font-family: var(--serif);
}

#anzeige .sticky{
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, .55);
	box-shadow: 0px 0px 10px rgba(15, 15, 15, 1);
	-moz-box-shadow: 0px 0px 10px rgba(15, 15, 15, 1);
	-webkit-box-shadow: 0px 0px 10px rgba(15, 15, 15, 1);
	font-size: 150%;
}

.sticky h4{
	color: #789B20;
	font-weight: 800;
}

#anzeige .last p{
	font-weight: bold;
}

#anzeige .last a{color: #ddd;}

header{
	/*height: 400px;*/
	max-height: 265px;
	overflow: hidden;
	padding-top: 50px;
}

/*header h1{
	background: url("../logo_ljv-Berlin.png") no-repeat scroll center 15px #D1E0B2;
    float: left;
    height: 265px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 228px;
}

header h1 a{
	display: block;
	width: 228px;
	height: 265px;
}*/

body.index header .mod_article *[class*="ce_"]{
	margin-right: 0;
	margin-left: 0;
}

header .mod_article .ce_image{margin-left: 0;}

#wrapper{
	margin: 0 auto;
	max-width: 960px;
	z-index: 1;
}

#container{
	margin: 35px 0 65px 0;
}


#main h2{
	color: #789B20;
	font-family: 'Bitter', serif;
	font-size: 20px;
}

#main h3{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #789B20;
	text-align: center;
	font-size: 17px;
}


/*typo stuff*/
p, #main .mod_article ul li, table,
.ce_download{
	color: #333;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

#main .mod_article .ce_text p{
	margin-bottom: 15px;
}

#main .mod_article .ce_text .teaser p{
	margin-bottom: 5px;
}

strong{font-weight: bold;}

#main .mod_article .ce_text ul{
	margin-bottom: 10px;
}

#main .mod_article .ce_text ul li{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 2px;
	padding-left: 0;
}

figcaption{
	color: #555;
	font-size: 12px;
	line-height: 15px;
}

.border-top{
	border-top: 1px solid #333;
	padding-top: 15px;	
}

p.back{margin:10px 0 0 10px;}

footer{
	padding: 0 1rem;
	overflow: hidden;
}

footer .inside{
	margin-top: 10px;
	gap: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}



@media screen and (max-width: 1170px){
	#anzeige .sticky{
		font-size: 130%;	
	}
}



@media screen and (max-width: 1030px){
	#anzeige{
		top: 0;
	}
	
	#anzeige div.first {
	    float: none;
	    width: 100%;
	    display: block;
	    clear: both;
	}
	
	#anzeige .last {
	    margin-top: 0;
	}
	
	#anzeige .sticky{
		font-size: 120%;	
	}
			
			
}

@media screen and (max-width: 786px){
	#h1 h1{
		text-transform: uppercase;
		letter-spacing: .15em;
		text-shadow: 0px 0px 5px rgba(15, 15, 15, 1);
		font-size: 1.5em;
	}
	
	#anzeige{
		position: relative;
		top: inherit;
		left: inherit;
		-webkit-transform: inherit;
		transform: inherit;
		width: 94%;
		margin: 0 auto;
	}
	
	#anzeige div.first h2,
	#anzeige div.first p{
		display: inline-block;
		text-transform: inherit;
	}
	
	#anzeige .sticky{
		float: none;
		clear: both;
		width: auto;
		text-align: center;
		background-color: rgba(255, 255, 255, .6);
		box-shadow: inherit;
		-moz-box-shadow:  inherit;
		-webkit-box-shadow: inherit;
	}
	
	.sticky h4, .sticky p:last-child{

	}
	
	.sticky p:last-child{margin-left: 5px;}
	
	#anzeige .last{
		text-align: center;
	}
	
	#anzeige .last p{
		color: inherit;
		font-weight: bold;
	}

	#anzeige .last a{color: #789B20;}
	
	footer .inside{
	margin-top: 10px;
	gap: 2rem;
    flex-direction: column;
    justify-content: center;
}
}