/* BBmain.css 2017 */

@import url('https://fonts.googleapis.com/css?family=Chewy');

/* FALLBACK */

	html,body{
		font-family: Calibri,sans-serif;
		font-size:15px;
		line-height:1.5
	}

	
/* ----------------------------------------- MAIN HTML ELEMENTS --------------------------------------------- */		

	body {
		background-color: RGB(209,213,214);
		}
		
	@media screen and (min-width:760px) {
		body {
			/* background-color: RGB(200,200,200); */
			background-color: RGB(231,231,231);
			background-image: url('../img/noteWanderer231sm.jpg');
			background-attachment:fixed;
			background-position: top;
			background-repeat: no-repeat;
			}			
		}
	@media screen and (min-width:1024px) {
		body {
			background-image: url('../img/noteWanderer231.jpg');
			}			
		}

		
	h1 {
		font-size: 1.0em;	
		}
	
	p.bbinfo {
		font-size: 0.9em;
		color: RGB(50,50,50);
		}
	
	/* stop ugly */
	a {
		text-decoration: none;
		}
	/* unvisited link */
	a:link {
		color: RGB(24,96,95);
		}
	/* visited link */
	a:visited {
		color: RGB(24,96,95);
		}
	/* mouse over link */
	a:hover {
		text-decoration: underline;
		color: RGB(219,69,49);
		}
	/* selected link */
	a:active {
		text-decoration: underline;
		color: RGB(219,69,49);
		}		
	
	div#javascriptdeaktiviert {
    background: #FFE5CC;
    border: 1px dotted black;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    padding: 10px;
}
	div#javascriptdeaktiviert span{
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}
/* ------------------------------------------- GENERAL CLASSES --------------------------------------------- */		
	
	/* links and calls by elements like <div>  */
	
	.csslink {
		color: RGB(24,96,95);
		}
	
	.csslink:hover {
		cursor: pointer;
		transition: 0.3s; 
		color: RGB(219,69,49);
		text-decoration: underline;
		}
		
	.stopfloatTop {
	  clear: both;
	  margin-top: 100px;
	  
	}
	.stopfloat {
	  clear: both;
	}	
/* ----------------------------------------- GRAPHICS & LAYOUT ---------------------------------------------- */	

	.zettelbox {
		font-family: 'Comic Sans MS';
		/* font-family: 'Chewy'; */
	}
	
	.bigMenu {
		font-size: 1.6em;
		padding-left:20px;
		width:100%;
		padding-bottom:50px;
	}
	
	.smallMenu {
		font-size: 1.0em;
	}

	.textBoxRight {
		margin-top:2em;
		width: 100%;
	}
	.bottomLogo {
		float:left;
		padding-left:10px;		
	}
	.legalstuff {
		margin-top:2em;
		float:right;
		text-align: right;
		padding-right:10px;		
	}
	.bottomBox {
		margin-top:2em;
		float:right;
		text-align: right;
		padding-right:10px;
	}
	.bottomboxItems {
		font-size: 0.8em;
		float:right;
		margin-left:4px;
	}
	
	img.bblogo {
		float: right;
		width:200px;
	}
	img.icons {
		height:20px;
	}

	@media screen and (min-width:760px) {
		h1 {
			font-size: 0.9em;	
			}			
		img.bblogo {
			width:150px;
		}
		img.icons {
			height:16px;
		}
		p.bbinfo {
			font-size: 0.70em;
			color: RGB(50,50,50);
		}
		.zettelbox {
			border:0px black solid; 
			width:25em;/*500px */
			height:24em;/*500px */
			margin-left: auto;
			margin-right: auto;
			margin-top:90px;
			-moz-transform: rotate(-6.5deg);   /* Mozilla, Firefox */
			-webkit-transform: rotate(-6.5deg);  /* Safari */
			-o-transform:rotate(-6.5deg); /* Opera */
			-ms-transform:rotate(-6.5deg); /* MS IE 9 */
			transform: rotate(-6.5deg);
		}
		
		.stopfloatTop {
		  clear: both;
		}
		
		.bigMenu {
			font-size: 1.5em;
			padding-top: 25px;
			padding-left:20px;
			float:left;
			width:100%;
		}

		.smallMenu {
			float:left;
			font-size: 1.0em;
			margin-top:40px;
		}
		.textBoxRight {
			float:left; 
			margin-top:0em;
			margin-left:15px; 
			width: 250px;
		}
		.bottomLogo {
			margin-top:0;
			position:absolute;
			bottom:10px;
			/* left:3px;			 */
		}

		.bottomBox {
			position: absolute;   
			height: auto;
			width: 260px;    
			left: 100px;
			bottom: 30px; 
			/* border: 1px solid #888; */
			border: 0px;
		}
		.bottomboxItems {
			font-size: 0.75em;
			float:right;
			margin-left:4px;
		}		
		.legalstuff {
			position: absolute;   
			height: auto;
			width: 260px;    
			left: 100px;
			bottom: 10px; 
			border: 0px;
		}		
	}
	@media screen and (min-width:1024px) {
		h1 {
			font-size: 1.2em;	
			}	
		img.bblogo {
			width:250px;
		}
		img.icons {
			height:20px;
		}
		p.bbinfo {
			font-size: 0.9em;
			color: RGB(50,50,50);
		}
		.zettelbox {
			border:0px black solid; 
			width:35em;/*500px */
			height:35em;/*500px */
			margin-top:11em;/*200px */
		}
		
		.stopfloatTop {
			clear: both;
			padding-top: 50px;
		}
		
		.bigMenu {
			font-size: 2.1em;
		}
		.smallMenu {
			font-size: 1.4em;
			margin-top:90px;
		}
		.textBoxRight {
			float:left; 
			margin-top:2em;
			margin-left:50px; 
			width: 330px;
		}
		.bottomBox {
			width: 430px;    
			bottom: 25px; 
		}
		.bottomboxItems {
			font-size: 0.8em;
		}		
		.bottomLogo {
			bottom:0px;
		}
		.legalstuff {
			width: 430px;    
			bottom: 0px; 
	
		}
	}
	
	/* my slideshow  */	
	
	.slideshow-frame {
		margin-top:50px;
		height:200px;
		float:right;
	}
	
	.slideshow-ImgFrame {
		height:150px;
		float:left;
		padding-right:5px;
		}
		
	.prev, .next {
		cursor: pointer;
		width: 20px;
		padding-top:60px;
		color: RGB(150,150,150);
		font-weight: bold;
		font-size: 18px;
		transition: 0.6s ease;
		border-radius: 0 3px 3px 0;
		float:left;
		}
		

/* -------------------------------------------- Presentation ---------------------------------------------------- */				

#lblSeries {
		font-size: 0.8em;
		color: grey;
		clear: both; 
		margin-left:20px; 
		width:230px;
}
#lblWechselbild {
	margin-left:20px;
	width:230px;
	font-size: 1em;
}


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myInfoBox {
    cursor: pointer;
    transition: 0.3s;
}


/* Modals Containers  */
.imgModalContainer, .boxModalContainer {
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* ------------ Modal Contents --------- */

/* Modal Box */
.modal-boxContent {
    font-family: Comic Sans MS;
	/* background-color: rgb(220,220,220); */
	background-color: white;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* Close Box Button */
.closeModBox {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeModBox:hover,
.closeModBox:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Image */
.modal-imgContent {
	margin:auto;
    display:block;
	height:auto;
	width:auto;
	-webkit-max-height:50%;  /* Safari */ 
    max-height: 600px; 
	}
	
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 760px){
    .modal-imgContent {
        max-width: 100%;
		max-height:80%;
    }
	.modal-boxContent {
        width: 90%;	
	}

}
	
/* Caption of Modal Image */
#captionModImg {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-imgContent, #captionModImg {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* Close Modal Image Button */
.closeModImg {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeModImg:hover,
.closeModImg:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


	