/**
 * @author      Jan Olsson
 * @package     Joomla!
 * @subpackage  HTML5 LZG
 * link         http://lzg_kreis_ploen.de
 * email        janjan@lzg-kreis-ploen.de
 * copyright    LZ-G Kreis Plön
 *
 * HTML5 LZG
 * Copyright (C) 2018 LZ-G Kreis Plön
 *
**/

/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/

*{
	margin: 0px;
	padding: 0px;
}

html, body{
	background: #ffffff;
}

/* ************** TYPO ******************************************
*****************************************************************/

body{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
}

p{
	margin-top: 10px;
		
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	
	color: #666;
	text-decoration: none;
	
}


code{
	margin-top: 20px;
	font-size: 11px;
	color: #a72920;
	display: block;
	
	background: #ffffff;
    background: -webkit-linear-gradient(#ffffff 0%, #ffffff 50%, #666666 50%, #666666 100%);
    background: -o-linear-gradient(#ffffff 0%, #ffffff 50%, #666666 50%, #666666 100%);
    background: linear-gradient(#ffffff 0%, #ffffff 50%, #666666 50%, #666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#666666',GradientType=0 );
	
	background-size: 36px 36px;
	
	border: 1px solid #333;
}

h2 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

h2a {
	margin-top: 50px;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}

#sidebar h3 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
	display: block;
	background: #666666;
	width: 320px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	border-bottom: 1px #ccc;
}

#breadcrumb a{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	line-height: 43px;
	margin-left: 30px;
}

#breadcrumb a:hover{
	text-decoration: underline;
}

#artikeltext{
	line-height: 18px;
}

#artikeltext p:first-child{
	margin-top: 10px;
}

footer{
	text-align: center;
	line-height: 43px;
	font-size: 10px;
}

/* ************** LAYOUT ****************************************
*****************************************************************/

#wrapper{
	width: 1050px;
	margin: 0px auto;
}

#main-header{
	width: 1050px;
	height: 223px;
	float: left;
}

#main-navigation{
	width: 1048px;
	height:  42px;
	float: left;
	
	background: #a72920;
    background: -moz-linear-gradient(top, #a72920 40%, #d5d5d5 100%);
    background: -webkit-linear-gradient(top, #a72920 40%,#d5d5d5 100%);
    background: linear-gradient(to bottom, #a72920 40%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72920', endColorstr='#d5d5d5',GradientType=0 );
	
	border: 1px solid #a72920;
}

#headerbild{
	background-image:url(../images/head.png);
	background-repeat: no-repeat;
	width: 1048px;
	height: 180px;
	float: left;
	border-left: 1px solid #a72920;
	border-right: 1px solid #a72920;
}
#breadcrumb{
	width: 1048px;
	height:  42px;
	background: #a72920;
	float: left;
	border-top: 1px ridge #d5d5d5;
	border-left: 1px solid #a72920;
	border-right: 1px solid #a72920;
}

#section-wrapper{
	width: 1050px;
	float: left;
	
	background: #909999;
    background: -moz-linear-gradient(left, #909999 320px, #d5d5d5 320px);
    background: -webkit-linear-gradient(left, #909999 320px,#d5d5d5 320px);
    background: linear-gradient(to right, #909999 320px,#d5d5d5 320px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909999', endColorstr='#d5d5d5',GradientType=1 );
}

#sidebar{
	width: 340px;
	float: left;
	margin-top: 25px
}

#content{
	width: 670px;
	float: left;
	padding: 20px;
}


footer{
	width: 1050px;
	height:  42px;
	background: #a72920;
	border-top: 1px solid #d5d5d5;
	float: left;
}


top: 50px;
cursor:pointer;
padding:4px;
}

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

/* ************** NAVIGATION ************************************
*****************************************************************/

#main-navigation .menu{
	list-style-type: none;
	width: 1050px;	
}

#main-navigation .menu li a{
	width: 173px;
	height: 42px;
	display: block;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	
	text-shadow: 1px 1px 0px #000000;
	
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	
		
	-webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

#main-navigation .menu li:first-child a{
	border-left: none;
	width: 174px;
}

#main-navigation .menu li:last-child a{
	border-right: none;
	width: 174px;
}

#main-navigation .menu li a:hover{
	background-color: rgba(51,51,51,0.30);
	
	-webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

/* ************** SUB-NAVIGATION ********************************
*****************************************************************/

#sidebar .menu{
	list-style: none;
	width: 310px;
}

#sidebar .menu li a{
	width: 340px;
	height: 36px;
	display: block;
	float: left;
	
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	text-indent: 20px;
	color: #FFF;
	text-decoration: none;
	
	text-shadow: 1px 1px 0px #000000;
	
	border-bottom: 1px dashed #d5d5d5;
	
	-webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}

#sidebar .menu li a:hover{
	background: #cccccc;
	
	-webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}