/* Theming */
@font-face { 
font-family: "Akzelerat Condensed"; 
src: url("AkzeleratCondensed_Normal.ttf"); 
}
/* Reset */
body{
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
    color:rgb(30,0,0);
    margin: 0;
    padding: 0;
	letter-spacing:1px;
	font-size:16px;
	line-height:1.7
}
	a{
    color:rgba(0,0,0,1);
}
a:hover{
    color:rgba(0,0,0,.51);
}
#sidemenu {
display:none
}

/* Header */
.header{
	/*background-image:url(../img/slogan.png);
	background-size:150px;
	background-position:center;
	background-repeat:no-repeat;*/
    top: 0;
	width:910px;
	margin:auto;
	padding:20px 0;
	z-index:6
}
#header_hr {
	background:rgba(173,30,34,1);
	float:left;
	height:2px;
	width:100%;
}
/* Logo */
.logo{
    display: inline-block;
    margin-top: 10px;
	padding:10px;
	margin:auto;
	text-decoration:none;
	font-size:18px;
}
.logo img{
	width:280px;
}

.logo_ltf{
	width:200px;
	padding-top:25px;
	float:right;
	margin-left:50px
}
.logo_ltf img{
	width:100%;
}

#suche {
	width:calc(300px);
	text-align:right;
	float:right;
	padding-top:10px;
}
#suche form {
	border-bottom:1px solid #000;
	width:100%;
	padding:0;
	margin:0;
}
#suche form input {
	border:0px;
	background-color:transparent;
	color:#000;
}
#suche form input[type=text] {
	width:calc(80% - 15px)
}
#suche form input[type=submit] {
	width:15px;
	font-size:24px
}
#suche form input:focus {
    outline: none;
}
#suche img {
	height:20px;
}
#suche a:first-child {
	margin-top:-10px;
}
#suche a {
	text-decoration:none
}
/* Nav menu */
nav {
	width:calc(50% - 455px);
	float:left;
	z-index:99
}
nav div {
	width:calc(100%);
	margin:auto
}
section {
	width:calc(100% - 100px);
	max-width:810px;
	margin:auto;
	padding:20px 50px;
	float:left;
	position:relative;
	z-index:5
}
#section_index {
	max-width:910px;
	padding:0;
}
#index_news {
	width:100%;
	max-width:1100px;
	margin:0px auto;
	clear:both;
	float:left;
	position:relative;
}
#termine {
	width:calc(50% - 457px);
	float:left;
	border-left:2px solid rgba(173,30,34,1);
	border-bottom:2px solid rgba(173,30,34,1);
	padding:0 0px;
	height:467px;
	text-align:center;
}
#termine h3 a {
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
    color:rgba(173,30,34,1);
}
#termine > hr {
	clear:both;
	height:10px;
	border:0;
	width:70%;
	margin:20px auto;
	background:rgba(0,0,0,.3)
}
#termine .button {
	width:100%;
	padding:10px 0;
	float:left;
	margin-top:0;
}
#kalender_inc {
	background:rgba(255,255,255,1);
	display:block;
	float:left;
	width:100%
}
#index_news > div {
	width:calc(100% / 3 - 40px);
	float:left;
	padding-right:40px;
	position:relative	
}
#index_news > div > div {
	background-size: cover;
	background-position:center;
	height:220px;
	width:100%;
	float:left;
	position:relative	
}
#index_news h3 {
    background-color:rgba(173,30,34,1);
	color:#FFFFFF;
	padding:10px 20px;
	width:calc(100% - 40px);
	white-space:nowrap;
	font-size:15px;
	position:relative;
	float:left
}
#index_news p {
    background-color:rgba(173,30,34,1);
	color:#FFFFFF;
	padding:20px;
	position:relative;
	float:left;
	height:100px;
	margin-bottom:0px;
	width:calc(100% - 40px);
}
#index_news p:last-child {
	padding:10px 20px;
	margin:0px;
	height:auto;
}
#index_news a {
	color:#FFFFFF;
}
#news_list div {
	float:left;
	width:250px;
	height:250px;
	background-position:center;
	background-size:cover;
	margin-right:20px;
	margin-bottom:20px;
}
.news_list_det div {
	float:right !important;
	margin-left:20px;
	margin-right:0px !important;
}
#news_list span {
	float:right
}
#news_list i {
	font-size:14px;
}
#news_list hr, hr {
	height:2px;
	border:0;
	background:rgba(0,0,0,.3)
}
iframe {
	border:0;
	width:50%;
	float:left;
	height:300px;
	margin-top:50px
}
input[type=text],
input[type=email],
input[type=file],
input[type=password],
textarea,
select {
	background:#FFFFFF;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	border:1px solid #666;
	margin:5px 0;
}
input[type=submit],input[type=button],.button {
    background-color:rgba(173,30,34,1);
	font-size:16px;
	padding:6px 30px;
	margin:5px 0;
	border:0;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF
}
input[name=submit] {
	display:none;
}
h1 {
	font-size:28px;
    color:rgba(173,30,34,1);
}
h2 {
	font-size:22px;
    color:rgba(173,30,34,1);
}
h3 {
	font-size:20px;
	font-weight:normal;
    color:rgba(173,30,34,1);
}
h4 {
	font-size:17px;
	font-weight:normal;
    color:rgba(173,30,34,1);
}
h5 {
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
    color:rgba(173,30,34,1);
}
.rot {
    color:rgba(173,30,34,1);
}
footer {
	float:left;
	width:100%;
	text-align:center;
    background-color:rgba(0,0,0,.85);
    color:rgb(255,255,255);
}
footer div {
	float:left;
	width:100%;
	font-size:15px;
	text-align:center;
    background-color:rgba(0,0,0,.8);
}
footer p {
	float:left;
	padding:10px 0;
	width:100%;
}
footer a {
    color:rgb(255,255,255);
	font-size:15px;
	text-decoration:none;
	text-transform:uppercase;
}
footer a:hover {
    color:rgba(255,255,255,.7);
}
.mobile_br {
	float:left
}
.leistungen_ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
#galerie a {
	float:left;
	width:calc(100% / 3 - 20px);
	margin:10px;
	height:300px;
	background-size:cover;
	background-position:center;
}
.news_galerie img {
	float:left;
	margin:10px;
	height:200px
}
.galerie img {
	float:left;
	width:calc(100% / 3 - 20px);
	margin:10px;
}
.galerie_5 img {
	float:left;
	width:calc(100% / 5 - 20px);
	margin:10px;
}
.galerie_4 img {
	float:left;
	width:calc(100% / 4 - 20px);
	margin:10px;
}
.bild_rechts_ohne {
	float:right;
	margin:10px
}
.zitat {
	font-size:32px;
	clear:both;
	margin:80px;
	text-align:center;
    color:rgb(255,155,0);
}
.clear {
	clear:both
}
.table_zweite_zeile {
	width:90%;
}
.table_zweite_zeile td {
	/*width:33%;*/
}
.table_zweite_zeile tr td a {
    background-color:rgb(173,30,34);
	font-size:16px;
	padding:6px 10px;
	width:100%;
	display:block;
	text-align:center;
	border:0;
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF
}
.table_zweite_zeile tr:nth-child(odd) td {
	background: #e1e1e1
}
.mehr_gr {
	width:100%;
	padding:10px 0;
	text-align:center
}
.center {
	text-align:center
}
.teil_50 {
	float:left;
	width:50%
}
#kontate_geschaftsstelle div {
	float:left;
	width:calc(100% / 3 - 50px);
	margin:25px;
}
#kontate_geschaftsstelle div:nth-child(3n+4) {
	/*clear:both*/
}
#kontate_geschaftsstelle div img {
	width:100%;
}
#kontate_geschaftsstelle div p {
	background:rgba(0,0,0,.15);
	padding:10px;
	font-size:14px;
	height:135px;
	text-align:center
}
#kontate_geschaftsstelle div input {
	width:100%
}
#kontate_geschaftsstelle a {
	width:100%;
	padding:5px 0;
	text-align:center;
	display:block
}
.hamburger_menu {
	display:none;
	position:absolute;
	right:10px;
	top:10px;
	color:rgba(173,30,34,1);
	font-size:40px;
	cursor:pointer;
}
details {
	background:rgba(0,0,0,.1);
	margin:20px 0;
}
details p,details ul,details h2,details h5 {
	padding:0px 30px 10px 30px
}
details ul {
	margin-left:40px
}
summary {
	background:rgba(173,30,34,1);
	color:#FFF;
	padding:10px 30px;
	cursor:pointer
}
.img_100 {
	max-width:100%
}
.download {
	margin-left:20px
}
.download li {
	list-style-image:url(../img/download.png);
}
@media screen and (max-width: 1450px) {
	.logo_ltf{
		display:none
	}
section {
	max-width:710px;
}
#section_index {
	max-width:810px;
}
nav {
	width:calc(50% - 405px);
}
#termine {
	width:calc(50% - 407px);
}
#kontate_geschaftsstelle div {
	width:calc(100% / 2 - 50px);
}
}
@media screen and (max-width: 1350px) {
section {
	max-width:610px;
}
#section_index {
	max-width:710px;
}
nav {
	width:calc(50% - 355px);
}
#termine {
	width:calc(50% - 357px);
}
}
@media screen and (max-width: 1280px) {
section {
	max-width:1610px;
	width:calc(100% - 375px);
}
#section_index {
	max-width:1610px;
	width:calc(100% - 275px);
}
nav {
	width:calc(0% + 275px);
}
#termine {
	width:calc(50% - 257px);
	width:calc(100%);
	padding:0px;
	border-left:0px;
	height:auto;
	border-bottom:0px;
	border-top:2px solid rgba(173,30,34,1);
}
}
@media screen and (max-width: 1050px) {
body {
	font-size:16px;
}
.header{
	background:none;
	width:100%
}
#suche {
	display:none
}
#galerie a {
	width:calc(50% - 20px);
}
#index_news > div {
	width:calc(100% - 40px);
	padding-right:0;
	padding:20px
}
#index_news > div > div {
	height:420px;
}
#index_news p {
	padding:20px !important;
	width:calc(100% - 40px);
}
#head_bild {
	background-position:20% top;
}
#head_bild h2 {
	padding:10px 40px;
	font-size:26px;
	margin-right:25px;
	margin-top:300px;
}
.hamburger_menu {
	display:block
}
nav {
	width:100%;
	display:none;
	position:absolute;
}
section {
	width:calc(100% - 40px);
	max-width:100% !important;
	margin:0px;
	padding:20px;
}
#section_index {
	width:100%;
	margin:0px;
}
#section_index h3 {
	text-align:center
}
#section_index p,#section_index h1 {
	padding:0 25px;
}
#termine {
	width:calc(100%);
	padding:0px;
	border-left:0px;
	height:auto;
	border-bottom:0px;
	border-top:2px solid rgba(173,30,34,1);
}
iframe {
	width:100%;
	height:300px;
}
form {
	width:100%;
	margin-right:0%;
}
footer hr {
	width:60%;
	margin:20px 20% 0px 20%;
}
footer p {
	width:100%;
	padding:10px 0;
}
.mobile_br {
	float: none
}
.zitat {
	font-size:20px;
	margin:60px;
}
h1 {
	font-size:26px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
}
@media screen and (max-width: 550px) {
#kontate_geschaftsstelle div {
	width:calc(100% / 1 - 50px);
}
}
#beleg_kalender {
	width:100%;
	text-align:center
}
#beleg_kalender tr:first-child {
    background-color:rgba(173,30,34,1);
	color:#fff
}
#beleg_kalender tr:first-child a {
	cursor:pointer
}
#beleg_kalender tr:first-child a {
	color:#fff
}
#beleg_kalender a {
	text-decoration:none;
	color:#fff
}
