@font-face { font-family: 'SF_Cartoonist_Hand'; src: url('./SF_Cartoonist_Hand.ttf') format('truetype'); } 
@font-face { font-family: 'SF_Cartoonist_Hand'; src: url('./SF_Cartoonist_Hand_Bold.ttf') format('truetype'); font-weight: bold; }

body {
  background-color: rgb(255, 255, 255);
}

strong{
	font-weight: bold;
	font-size: 20pt;
}

.image {
	display: block;
	position: absolute;
	top: 5px;
	left: 570px;
	z-index: 3;
	width: 600px;
	height: 520px;
	overflow: hidden;
}

.image_klein {
	display: block;
	position: absolute;
	top: 5px;
	left: 570px;
	z-index: 3;
	width: 420px;
	height: 350px;
	overflow: hidden;	
}

.image_gross {
	display: block;
	position: absolute;
	top: 600px;
	left: 260px;
	z-index: 3;
	width: 500px;
	height: 8000px;
	overflow: hidden;	
}

.beispiel_hoch {
	display: block;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 120px;
	height: 160px;
	border: 3px solid rgb(0, 0, 0);
	overflow: hidden;
}

.beispiel_quer {
	display: block;
	position: relative;
	float: left;
	left: 15px;
	width: 510px;
	height: 150px;
	border: 3px solid rgb(0, 0, 0);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#katze {
	width: 470px;
	left: 35px;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	width: 450px;
	height: 600px;
	margin-top: 2%;
	border: 3px solid rgb(0, 0, 0);
}

.lightbox #quer {
	width: 1000px;
	height: 300px;
}

.lightbox #quer_katze {
	width: 750px;
	height: 250px;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

#beispiel_nomargin {
	margin-right:0px;
}

#image_leistungen {
	width: 540px;
	height: 480px;	
}

#image_beispiele {
	left: 170px;
	top: 10px;
	width: 780px;
	height: 740px;
}

#image_preise {
	width: 420px;
	height: 300px;
}
#image_kontakt {
	width: 320px;
	height: 320px;
}

#image_impressum {
	width: 440px;
	height: 380px;
}

#image_datenschutz {
	width: 500px;
	height: 8000px;
}

.sitetext {
	position: absolute;		
	z-index: 4;
	font-family: SF_Cartoonist_Hand;
	text-align: center;
	font-size: 16pt;
	line-height: 1.38;
	color: rgb(167, 0, 26);
}

.sitetext a {
	color: rgb(167, 0, 26);
	text-decoration: underline;
}

.sitetext p {
	margin-bottom: 10px;
}

#text_index {
	top: 50px;
	left: 625px;
	width: 500px;
}

#header {
	line-height: 1;
	margin-bottom: 10px;
}

#text_leistungen {
	top: 25px;
	left: 615px;
	width: 460px;
}

/* #text_leistungen strong {
	font-size: 18pt;
} */

#text_beispiele {
	top: 55px;
	left: 290px;
	width: 540px;
}

#text_preise {
	top: 30px;
	left: 600px;
	width: 360px;
}

#text_kontakt {
	top: 20px;
	left: 570px;
	width: 320px;
}

#text_impressum {
	top: 20px;
	left: 570px;
	width: 440px;
}

#text_datenschutz {
	top: 670px;
	left: 290px;
	width: 440px;
}

.content {
	position: absolute;
	top: 85px;
	left: 200px;
	width: 650px;
	height: 510px;
	border-top: 3px solid rgb(0, 0, 0);
	border-right: 3px solid rgb(0, 0, 0);
	border-bottom: 3px solid rgb(0, 0, 0);
	border-radius: 0 20px 20px 0;
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.content_small {
	position: absolute;
	top: 85px;
	left: 200px;
	width: 440px;
	height: 510px;
	border-top: 3px solid rgb(0, 0, 0);
	border-right: 3px solid rgb(0, 0, 0);
	border-bottom: 3px solid rgb(0, 0, 0);
	border-radius: 0 20px 20px 0;
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5);	
}

#content_index {
  background: url('../images/back_manwife.jpg') #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;	
}

#content_leistungen {
  background: url('../images/beispiel4.jpg') #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 30px 0px;	
}

#content_beispiele {
	padding: 10px;
}

#content_preise {
  background: url('../images/back_schrott.jpg') #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 30px 0px;	
}

#content_kontakt {
  background: url('../images/back_school.jpg') #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;	
}

#content_impressum {
  background: url('../images/back_sense.jpg') #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;	
}

.nav {
  position: absolute;
  top: 340px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  color: rgb(0, 0, 0);
}

.navbar {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 5;
  width: 160px;
  height: 620px;
  border: 3px solid rgb(0, 0, 0);
  border-radius: 20px;
  background: white;
  background: url('../images/nav_junge.jpg');
  background-repeat: no-repeat;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 700px;
}

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

li a {
    display: block;
    color: #000;
    padding: 8px 0 8px 0;
    font-family: Verdana;
    font-style: normal;
    text-decoration: none;
}

.active {
	font-weight: bold;
}