/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: lightgrey;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
 
	margin: 0 auto;
        background-image:url(../img/Hintergrund.jpg);
        overflow:hidden;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
        width: 650px;
	position: relative;
	height: 160px;
        
}
#kreis{float: left;
       width: 750px;
       height: 550px;
       overflow:hidden;
       background-color:whitesmoke;
       opacity:0.8;
       border: 1px solid;
       border-radius: 100%;
       margin-top:-250px;
       margin-left:-130px;
       -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4); 
         box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4); 
      }
#logo img{
          width: 70%;
          margin-top:255px;
          margin-left:130px;
          }

#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}


/*  ************ /header  ************************      */


a{text-decoration:none;
  color:black;
  font-family:Lucida Sans Unicode, sans serif;
  font-weight:bold;
  list-style: none;
  }

#sidebar{
    width: 280px;
    float: right;
    margin-left: 0px;
    margin-top:0px;
}

#sidebar ul{ 
       text-decoration:none;
       list-style-type:none;
       list-style-image:none;
}
       
#topmenue1, #topmenue2, #topmenue3, #topmenue4{
             margin-top: 5px;
             width:100px;
             height: 19px;
             border-radius:5px;
}
             
#topmenue1 a{
             margin-left: 0px;
             margin-top: 50px;
             background-color: white;
             border-radius:5px;
}
#topmenue2 a{width:100px;
             margin-left: -25px;
             margin-top: 50px;
             background-color: white;
             border-radius:5px;
}

#topmenue3 a{margin-left: -65px;
             margin-top: 20px;
             background-color: white;
             border-radius:5px;
             
}

#topmenue4 a{margin-left: -100px;
             margin-top: 20px;
             background-color: white;
             border-radius:5px;
}

 
#topmenue2 .submenue  a{
             font-size:14px; width:100px; 
}
#sidebar a:hover {
           text-decoration:none;
}           
#sidebar a:hover, #topmenue  .on a{
             color:magenta; 
}
           
#topmenue2 ul{
            display:none;
            margin-top:-40px;
}
	    
#topmenue2:hover ul{
        display:block;
        margin-left:88px;
}
 
#topmenue3 .submenue  a{
             font-size:14px; width:100px; height:19px;
             margin-top: -25px;
             background-color: white;
} 
             
#topmenue3 ul{
            display:none;
            margin-top:-40px;
}
#topmenue3:hover ul{
        display:block;
        margin-left:130px;
}       
#topmenue4 .submenue  a{
             font-size:14px; width:100px; 
             background-color: white;
}
#topmenue4 ul{
            display:none;
            margin-top:-40px;
}
#topmenue4:hover ul{
        display:block;
        margin-left:160px;
}
#content{
			width: 680px;
			margin-top:100px;
			margin:auto;	
}


figure img{
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4); 
         box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4); 
         border:2px solid #333;
         margin: auto;
		 margin-top:20px;
		 max-width:100%;
}


footer{
         width:500px;
         height:20px;
}
footer a {
       font-family:arial;
	   color:black;
	   font-size: 85%;
        float:left;
        margin-left:50px;
}
/*impressum*/
#txtbox{
       width:700px;
       height:270px;
	   margin-left:120px;
	   margin-top:180px;
	   background:whitesmoke;
	   opacity:0.8;
	   font-family:arial;
	   font-size:14px;
	   color:black;
	   padding:20px 20px 20px 20px;
}


/* links */
.link{
      font-weight:bold;
	  margin-top:10px;
	  color:magenta;
}

/* Info */
#info{
       width:700px;
	   height:390px;
       margin-left:120px;
	   margin-top:180px;
	   background:whitesmoke;
	   opacity:0.8;
	   font-family:arial;
	   font-size:14px;
	   color:black;
	   font-weight:bold;
}

#fotoInfo{
       width:280px;
	   height:350px;
	   margin-right:20px;
	   margin-left:20px;
	   margin-top:20px;
	   background-image:url(../img/EigenSingTreppe.JPEG);
	   float:left;
}

/*Termine*/
#xmas{
       border:1px solid black;
	   padding-bottom:5px;
}
#essen img{
       margin-left:100px;
}
#essen {
       margin-top:25px;
}
#wuppertal {
       margin-top:-15px;
}
#wuppertal img{
       margin-left:30px;
	   margin-top:10px;
}
#wuppertal p{
      margin-top:20px;
	  float:left;
}
#Termine{
       width:700px;
	   height:390px;
       margin-left:120px;
	   margin-top:180px;
	   background:whitesmoke;
	   opacity:0.8;
	   font-family:arial;
	   font-size:14px;
	   color:black;
	   font-weight:bold;
	   padding-left:20px;
}

/*Bilderreise*/
#Bilder{
       margin-top:180px;
	   margin-left:200px;
}
/*Video*/
h2{color:magenta;}
/************************************************************************************
CLEARFIX
**************************************************************************************/ 
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/*for IE 6/7 only*/
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}