/*--------------- DTK Köln 1   -------------------*/
/*-----------------------------------------------*/
/*--------------- Copy Right by M   ------------*/
/*---------------------------------------------*/
/*--------------- Layout Body Anfang  --------*/
/*--------------- Alle Verwendeten Farben ---*/
/*------------------------------------------*/
/*-----#ffffff, #444, #333331, #007800 ----*/
/*----------------------------------------*/
body{
	margin:0;
	padding:0;
}


#backgroundContainer
{
	position:fixed;
    background: url("../image/default/bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
	width:100%;
	height:100%;
	overflow-x:hidden;
}
#container
{
	width:100%;
	height:100%;	
	overflow:auto;
}

#transparentBackground
{
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	padding-bottom:10px;
	margin-left:10%;
	margin-right:10%;
	width:80%;
	float:left;
	overflow-x:hidden;
}
/*--------------- Layout Body Ende  -----------*/
/*--------------------------------------------*/
/*--------------- Menü Vertikal     ---------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    background: #eee;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-rendering: optimizeLegibility;
}

div.wrapperFullContent {
  margin:0;
  margin-top: 30px;
}

div.wrapper {
  margin: 20px;
  margin-left:-0px;
  width: 220px;
  float: left;
  margin-left:10px;
}


div.wrapperFixed {
position:fixed;
  margin: 20px;
  margin-left:0px;
  width: 220px;
  float: left;
  margin-left:10px;
  margin-top:-50px;
}

p {
  font-family: georgia;
  font-size: 1rem;
  line-height: 25px;
  margin: 24px 0;
  text-align: center;
}

nav.vertical {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  overflow: hidden;
  text-align: center;
}

  nav.vertical > ul {
    list-style-type: none;
  }

    nav.vertical > ul > li {
      display: block;
    }

    nav.vertical > ul > li > a {
        background-color: rgb(0,128,0);
        background-image: -webkit-linear-gradient(135deg, rgb(0,128,0), rgb(50,205,50));
        background-image: -moz-linear-gradient(135deg, rgb(0,128,0), rgb(50,205,50));
        background-image: -o-linear-gradient(135deg, rgb(0,128,0), rgb(50,205,50));
        background-image: linear-gradient(135deg, rgb(0,128,0), rgb(50,205,50));
        border-bottom: 1px solid rgba(255,255,255,.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
        color: rgb(255,255,255);
        display: block;
        font-size: .85rem;
        font-weight: 500;
        height: 160px;
        letter-spacing: .5rem;
        line-height: 50px;
        text-shadow: 0 1px 1px rgba(0,0,0,.1);
        transition: all .1s ease;
        text-decoration: none;
      }

        
          nav.vertical > ul > li > div {
            background-color: rgb(255,255,255);
          }
 
          nav.vertical > ul > li > div > ul {
            list-style-type: none;
          }

            nav.vertical > ul > li > div > ul > li > a {
             background-color: rgb(255,255,255);
             border-bottom: 1px solid rgba(0,0,0,.05);
             color: #333331;
             display: block;
             font-size: 1.1rem;
             padding: 10px 0;
             text-decoration: none;
             transition: all 0.15s linear;
            }

            nav.vertical > ul > li > div > ul > li:hover > a {
                background-color: #007800; /*lightGreen*/
                color: rgb(255,255,255);
                padding: 10px 0 10px 50px;
            }		  
/*--------------- Ende Menü    ---------------*/	
/*-------------------------------------------*/
/*--------------- CMS CONTENT  -------------*/
	.marquee
	{
		padding-top:20px;
		padding-left:30px;
		padding-right:30px;
		font-family: 'Helvetica Neue', sans-serif;
		font-size: 20px;
		color:#007800;
	}

	#cmsContentTextFixed
	{
			position: relative;
			width: 50%;
			float:left;
			margin-bottom:10px;
			margin-left:250px;
			padding-left:0px;
			border:solid 0px;
	}
	
	#cmsContentText
	{
			position: relative;
			width: 50%;
			float:left;
			margin-bottom:10px;
			margin-left:0px;
			padding-left:0px;
			border:solid 0px;
	}
	
	#cmsContentTermin
	{
			position: relative;
			width: 70%;
			float:left;
			margin-bottom:10px;
			margin-left:0px;
			padding-left:0px;
			border:solid 0px;
	}

		.textBox
		{
			margin-top:20px;
			position: relative;
			width: 100%;
			float:left;
			margin-bottom:10px;
			background-color: #ffffff;
			border-radius: 4px;
			box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
			min-width:330px;
			padding-top:1px;
			padding-bottom:3px;
			margin-left:0px;
			padding-left:0px;
			border:solid 0px;
		}
		
		.textBox a {
		  padding:5px;
		  text-align:left;
		  vertical-align:center;
		  font-weight:300;
		  font-size:12px;
		  word-wrap:break-word;
		  color:#666B85;
		  font-family: 'Helvetica Neue', sans-serif;
		  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
		}
		
		.textBox.links a:hover  {
		  background:#4E5066;
		  color:#ffffff;
		}
		 
		.textBox .sub
		{
			font-size: 13px;
			padding:10px;
			color:#ccc;
		}
		
		.textBox p
		{
	
			margin-left:3%;
			margin-right:3%;
		}
		
		.textBox li
		{
	
			margin-left:10%;
		}
		
		.dBox ol
		{
			padding-left:8%;
		}
	/*--------------- CMS Events Start  ---------------*/
		#cmsContentEvents
		{
			position: relative;
			float:right;
			width: 20%;
			margin-top:20px;
			margin-right:10px;
		}

	
			
			.eventBox
			{
				position: relative;
				width: 100%;
				min-height:100px;
				margin-top:20px;
				margin-right:10px;
				background-color: #ffffff;
				border-radius: 4px;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
			}

			.eventBoxDate 
			{
				position: relative;
				width: 60px;
				height: 65px;
				margin: 10px 10px 15px 0;
				padding: 1px 3px 3px 1px;
				margin-left:5px;
				background: #2d5801 ;
				text-align: center;
				font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
				font-size: 25px;
				line-height: 1.1;
				color: #ffffff;
				border-radius: 4px;
				float:left;
				box-shadow: 0 0 10px rgba(0,0,0,.15);
				box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
			}

			.eventBox h3 {
				font-size: 1.1rem;
				font-weight: bold;
				color: #2d5801;
				padding:10px;
				padding-left:20px;
				font-family: 'Helvetica Neue', sans-serif;
				text-rendering: optimizeLegibility;
				   word-break: break-all;
			}

			.eventBox h2 {
				font-size: 0.5rem;
				color: #2d5801;
				padding:10px;
				text-align: center;
				padding-left:20px;
				font-family: 'Helvetica Neue', sans-serif;
				text-rendering: optimizeLegibility;
			}

			.eventBox span{
				font-size: 0.8rem;
			}
	/*--------------- CMS Events Ende  ---------------*/	
	/*-----------------------------------------------*/
	/*--------------- CMS Vorstand Anfang ----------*/
		.table-fill {
		  background: white;
		  border-radius:3px;
		  border-collapse: collapse;
		  padding:5px;
		  margin:15px;
		  width:90%;
		  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		  animation: float 5s infinite;
		}
		 
		th {
		  color:#ffffff;
		  background:#007800;
		  border-bottom:4px solid #9ea7af;
		  border-right: 1px solid #343a45;
		  font-weight: 100;
		  font-family: 'Helvetica Neue', sans-serif;
		  padding:10px;
		  text-align:left;
		  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
		  vertical-align:middle;
		  word-wrap:break-word;
		}

		th:first-child {
		  border-top-left-radius:3px;
		}
		 
		th:last-child {
		  border-top-right-radius:3px;
		  border-right:none;
		}
		  
		tr {
		  border-top: 1px solid #C1C3D1;
		  border-bottom: 1px solid #C1C3D1;
		  color:#666B85;
		  font-size:16px;
		  word-wrap:break-word;
		  font-weight:normal;
		  font-family: 'Helvetica Neue', sans-serif;
		  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
		}
		 
		tr:hover td {
		  background:#4E5066;
		  color:#FFFFFF;
		  border-top: 1px solid #22262e;
		  border-bottom: 1px solid #22262e;
		}
		 
		tr:first-child {
		  border-top:none;
		}

		tr:last-child {
		  border-bottom:none;
		}
		 
		tr:nth-child(odd) td {
		  background:#EBEBEB;
		}
		 
		tr:nth-child(odd):hover td {
		  background:#4E5066;
		  color:#ffffff;
		}

		tr:last-child td:first-child {
		  border-bottom-left-radius:3px;
		}
		 
		tr:last-child td:last-child {
		  border-bottom-right-radius:3px;
		}
		 
		td {
		  background:#FFFFFF;
		  padding:5px;
		  text-align:left;
		  vertical-align:center;
		  font-weight:300;
		  font-size:12px;
		  word-wrap:break-word;
		  font-family: 'Helvetica Neue', sans-serif;
		  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
		  border-right: 1px solid #C1C3D1;
		}
		
		.imgVorstand
		{
			position:relative;
			width:80px;
			height:80px;
		}
		
		td:last-child {
		  border-right: 0px;
		}

		th.text-left {
		  text-align: left;
		}

		th.text-center {
		  text-align: center;
		}

		th.text-right {
		  text-align: right;
		}

		td.text-left {
		  text-align: left;
		}

		td.text-center {
		  text-align: center;
		}

		td.text-right {
		  text-align: right;
		}
	/*--------------- CMS Vorstand Ende ------------*/
	/*---------------------------------------------*/	
			.bildBox
			{
			margin-left:35%;
			}

			.bildBoxDate 
			{
				width: 120px;
				height: 120px;
				padding: 1px 3px 3px 1px;
				background: #2d5801 ;
				font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
				font-size: 25px;
				line-height: 1.1;
				color: #ffffff;
				border-radius: 4px;
				box-shadow: 0 0 10px rgba(0,0,0,.15);
				box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
				   word-break: break-all;
			}

			.bildBox h3 {
				font-size: 1.1rem;
				font-weight: bold;
				color: #2d5801;
				padding:10px;
				padding-left:20px;
				font-family: 'Helvetica Neue', sans-serif;
				   word-break: break-all;
				text-rendering: optimizeLegibility;
				
			}

			.bildBox h2 {
				font-size: 0.5rem;
				color: #2d5801;
				padding:10px;
				text-align: center;
				padding-left:20px;
				font-family: 'Helvetica Neue', sans-serif;
				   word-break: break-all;
				text-rendering: optimizeLegibility;
			}

			.bildBox span{
				font-size: 0.8rem;
			}

ul#galerie {
    padding:10px;
    margin:0;
    list-style-type:none;
    font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
}
ul#galerie li{
    padding: 3px;
    background-color:#fff;
    border:1px solid #CCC;
    float:left;
    margin:0 10px 10px 0;  	
}
ul#galerie li:hover{
    border:1px solid #007800 ;
	background-color:#ebebeb;
}
ul#galerie li span{
    display:block;
    text-align:center;
    font-size:15px;
	color:#007800 ;
	padding:3px;
			  text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}
ul#galerie li a img{
        border:none;
		padding:3px;
			  color:#007800 ;
			  text-decoration: none;
		  font-family: 'Helvetica Neue', sans-serif;
}		


form {
margin : auto auto;
margin-top:16px;
width : 90%;
}

fieldset {
border : none;
margin : 0;
padding : 10px 20px 25px;

}

ol {
list-style-type : none;
margin : 0;
padding : 0;
}

li.last {
float : none;
clear : both;
text-align : right;
}

fieldset legend {
font-weight : bold;
font-size : 28px;

}

label {
display : block;
cursor : pointer;
font-weight : bold;
line-height : 24px;
}

input {
height:30px;
}

input, textarea {
border-radius: 5px;

box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
}

textarea {
width : 100%;
overflow : auto;
max-width : 100%;
max-height : 200px;
}

input[type="submit"] {
background-color : #007800;
color : #fff;
cursor : pointer;
border : #007800 solid 1px;
padding : 5px 10px;
margin-right:4px;
width : auto;
border-radius : 0;
}

input[type="submit"] {
box-shadow : 1px 0 0 #007800, -1px 0 0 #007800, 0 1px 0 #007800, 0 -1px 0 #007800, 0 5px 10px -5px #666;
}

input[type="submit"] {
text-shadow : #333 1px 1px 3px;
}

input[type="submit"]:hover {
color:#fff;
background : #007800;
text-shadow : none;
}


input[type="button"] {
background-color : #007800;
color : #fff;
cursor : pointer;
border : #007800 solid 1px;
padding : 5px 10px;
margin-right:4px;
width : auto;
border-radius : 0;
}

input[type="button"] {
box-shadow : 1px 0 0 #007800, -1px 0 0 #007800, 0 1px 0 #007800, 0 -1px 0 #007800, 0 5px 10px -5px #666;
}

input[type="button"] {
text-shadow : #007800 1px 1px 3px;
}

input[type="button"]:hover {
color:#fff;
background : #007800;
text-shadow : none;
}

sup {
color:#007800;
padding-left:5px;
}


	#loginBox
		{
			position: absolute;
			left:50%;
			top:50%;
			margin-left:-165px;
			margin-top:-82px;
			width: 330px;
			height:180px;
			margin-bottom:10px;
			background: rgb(255,255,255);
			border-radius: 4px;
			box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
			
		}
		
label input[type="file"] {
    position: fixed;
    top: -1000px;
}

.myLabel {
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
}
.myLabel:hover {
    background: #CCC;
}
.myLabel:active {
    background: #CCF;
}
#basic-modal-content {
display:none;
background-color:#373a3d;
}
#simplemodal-overlay {background-color:#fff;}
#simplemodal-container { height:500px; width:650px; color:#bbb;  border:5px solid #007800; padding:12px;
background-color:#373a3d;
}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#373a3d; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../image/default/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
#imageUpload{ height:450px; overflow:auto; overflow-x:hidden;}

.logout a:link{color:#ffffff;
text-decoration: none; 
}
.logout  a:visited{color:#ffffff;}
.logout  a:hover{color:#ffffff;}
.logout  a:active{color:#ffffff;
text-decoration: none;}



#sidebar-scroll
{
position:fixed;
margin-top:550px;
width:100px;
margin-left:1%;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-align: center;
  color:#fff;
  background: rgba(0, 120, 0, 0.8) ;
  margin-right:20px;
  border-radius:10px;
visibility: hidden;
z-index:99;
}

.textBox  h3{
  font: 400 40px/0.8 'Great Vibes', Helvetica, sans-serif;
  color: #007800;
  text-align:center;
  padding-top:30px;
  padding-bottom:10px;
  margin-left:2%;
  margin-right:2%;
  border-bottom : #007800 solid 2px;
}

.cd-Down {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  text-align: center;
  color:#fff;
  overflow: hidden;
  background: rgba(0, 120, 0, 0.8) ;
  margin-right:70px;
  visibility: hidden;
  border-radius:10px;
  z-index:99;
}


@media (max-width: 1159px) {
		
		#cmsContentEvents
		{
			position: relative;
			float:right;
			width: 0%;
			display: none;
		}
		
		#cmsContentText
		{
			position: relative;
			width: 70%;
			float:left;
			margin-bottom:10px;
			margin-left:0px;
			padding-left:0px;
			border:solid 0px;
		}
		
		#cmsContentTermin
		{
			position: relative;
			width: 70%;
			float:left;
			margin-bottom:10px;
			margin-left:0px;
			padding-left:0px;
			border:solid 0px;
		}

}

@media (max-width: 966px) {
		
		#cmsContentEvents
		{
			position: relative;
			float:right;
			width: 0%;
			display: none;
		}
		
		#transparentBackground
		{
			background: rgb(255,255,255);
			background: rgba(255,255,255,0.8);
			padding-bottom:10px;
			margin-left:1%;
			margin-right:1%;
			width:96%;
			min-width:0px;
			float:left;	
		}
		
		#cmsContentText
		{
			position: relative;
			width: 60%;
			float:left;
			margin-bottom:10px;
			margin-left:0px;
			padding-left:0px;
			border:solid 0px;
		}
		
		#cmsContentTermin
		{
			position: relative;
			width: 60%;
			float:left;
			margin-bottom:10px;
			margin-left:0px;
			padding-left:0px;
			border:solid 0px;
		}
}


.nav-mobile {
	display:none; 
	cursor:pointer;
	position:absolut;
	float:right;
	z-index:9999;
	background:#fff url(../img/close.png) no-repeat center center;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
	background-size:18px;
	height:50px;
	width:50px;
}


@media only screen and (min-width: 250px) and (max-width: 750px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
	
		
	div.wrapper {
	  width:100%;
	  float: center;
	  padding:0;
	  margin:0;
	}
	
	#cmsContentText
	{
		position: relative;
		width: 96%;
		float:left;
		margin-bottom:10px;
		margin-left:2%;
		margin-right:2%;
		border:solid 0px;
	}	
	
	#cmsContentTermin
	{
		position: relative;
		width: 90%;
		float:left;
		margin-bottom:10px;
		margin-left:5%;
		margin-right:5%;
		border:solid 0px;
	}
	
	.marquee
	{
		padding:0;
		font-size: 0px;
	}

	nav.vertical {
	  border-radius: 0px;
	  box-shadow: 0 0 10px rgba(0,0,0,.15);
	  overflow: hidden;
	  text-align: center;
	}

       .textBox {
          width: 100%;
          min-width:0px;
       }
}