/* rubik-beastly-regular - latin */
@font-face {
  font-family: 'Rubik Beastly';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.abc-zempin.de/fonts/rubik-beastly-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.abc-zempin.de/fonts/rubik-beastly-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.abc-zempin.de/fonts/rubik-beastly-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.abc-zempin.de/fonts/rubik-beastly-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.abc-zempin.de/fonts/rubik-beastly-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.abc-zempin.de/fonts/rubik-beastly-v10-latin-regular.svg#RubikBeastly') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.abc-zempin.de/fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.abc-zempin.de/fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.abc-zempin.de/fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.abc-zempin.de/fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.abc-zempin.de/fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.abc-zempin.de/fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

body {
	margin:0px;
	padding:0px;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em; 
	background-color:#ffffff;
	background-image: url(../assets/luedecke_body2021.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.all {background-image: url(../assets/luedecke_body_all2021.jpg);}

a, a:link, a:visited {
	color: #0074c5; 
	text-decoration: none;
}

a:hover {
	color: #232323;
	text-decoration: underline;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5{ font-weight: normal; }

h1 { font-size: 36px; color: #000; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #ccc; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #000; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.cleaner_h100 { clear: both; width:100%; height: 100px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

blockquote { font-style: italic; font-size: 17px;}
cite { font-weight: bold; }
cite span { color: #000; } 

.button a{
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(../assets/luedecke_button.png) no-repeat;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(../assets/luedecke_button_hover.png) no-repeat;
}

#luedecke_header_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}

#luedecke_header {
	width: 920px;
	height: 100px;
	padding: 0 30px;
}

#luedecke_header  #site_title {
	float: left;
	padding: 20px 0 0 0;
	font-family: Rubik Beastly, cursive;
}

#luedecke_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#luedecke_header  #site_title h1{
	margin: 0px;
	padding: 0px;
	font-size: 50px;
	color: #ffff33;
	text-decoration: none;
}

#luedecke_header  #site_title h1 span {
	margin-top: 15px;
	display: block;
	font-family: Oswald, sans-serif;
	float: right;
	font-size: 20px;
	color: #000;
	letter-spacing: 3px;
}


/* menu */

#luedecke_menu {
	clear: both;
	height: 39px;
	padding: 11px 0 0 0;
}

#luedecke_menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#luedecke_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#luedecke_menu ul li a {
	position: relative;
	float: left;
	width: auto;
	display: block;
	height: 23px;
	padding: 4px 17px 0 15px;
	margin-right: 5px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #21272d;	
	font-weight: 700;
	outline: none;
}

#luedecke_menu li a:hover, #luedecke_menu li .current {
	color: #0677c7;
	font-weight: 700;
	text-decoration: underline;
}

/* end of menu */

/* banner*/

#luedecke_banner {
	clear: both;
	width: 920px;
	height: 302px;
	padding: 25px 30px;
	background: url(../assets/luedecke_banner.jpg) no-repeat;
	overflow: hidden;
}

#luedecke_banner1 {
	clear: both;
	width: 920px;
	height: 84px;
	padding: 25px 30px;
	background: url(../assets/luedecke_banner1.jpg) no-repeat;
	overflow: hidden;
}

#luedecke_banner h3 {
	color: #fFF;
	font-size: 16px;
}

#luedecke_banner p {
	color: #f8fa64;
	font-size: 12px;
}

/* end of banner */

#luedecke_content_wrapper_outer {
	width: 100%;
	background: url(../assets/luedecke_content_top.jpg) top repeat-x;
	border-top: 1px solid #004e85;
	
}

#luedecke_content_wrapper_inner {
	width: 100%;
	background: url(../assets/luedecke_content_bottom.jpg) bottom repeat-x;	
}

#luedecke_content_wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
}

#luedecke_content {
	width: 580px;
	float: left;
}

#luedecke_content_full_width {
	width: 920px;
	float: left;
}

#luedecke_content_equal_left{
	width: 440px;
	float: left;
	margin-right: 40px;
}

#luedecke_content_equal_right {
	float: right;
	width: 440px;
}

.bildrechts{
margin:0 0 10px 30px;
float:right;
padding:3px;
border:1px solid #2a5173;
background:#fff;
color:#000;
}


.post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(../assets/luedecke_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	background: url(../assets/luedecke_header.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 310px;
	height: 150px;
}

#contact_form form .submit_btn {
	float: left;
	margin-right: 110px;
	width: 103px;
	height: 27px;
	padding: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(../assets/luedecke_button.png) no-repeat;
}


/* sidebar */

#luedecke_sidebar {
	float: right;
	width: 300px;
}

.section_rss_wetter {
	width: 300px;
	margin-top: 20px;
	margin-bottom: 120px;
}



#sidebar_featured_project {
	margin: 0 0 40px 0;
	padding: 0;
}

#sidebar_featured_project .left {
	float: left;
	width: 64px;
}

#sidebar_featured_project .right {
	float: right;
	width: 170px;
}

#sidebar_featured_project h6 a{
	color: #fff;
}

#news_section {
	margin: 0 0 40px 0;
	padding: 0;
}

.news_section h3 {
}

.news_box a {
	font-weight: normal;
	text-decoration: underline;
}

.news_box  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

/* end of sidebar */


body table { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px; 
 line-height: 2.2em; 
 } 

/* footer */

#luedecke_footer_wrapper {
	clear: both;
	width: 100%;
	background: #005590 url(../assets/luedecke_footer.jpg) repeat-x top;
}


#luedecke_footer {
	clear: both;
	width: 940px;
	padding: 20px 30px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}

#luedecke_footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#luedecke_footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}

#luedecke_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px 0 0;
	display: inline;
}

.footer_menu li a {
	color: #ffffff;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */