@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 1200px) {

#Ueberschrift{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 35pt;
}

#header{
	width: 100%;
	height: 1px;
}

#circle{
	position: absolute;
	display: inline-block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 10px;
}

#ProfilePicture{
	position: absolute;
	margin-left: 10px;
	margin-top: 13.7px;
}

#PP{
	width: 250px;
}

#line{
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 4px;
	margin-top: 198px;
}

#menu{
	position: absolute;
	width: 100%;
}

#nav ul{
	width: 650px;
	font-size: 14pt;
	margin-top: 189px;
	margin-left: auto;
	margin-right: auto;
}

#nav li{
	background-color: white;
	float: left;
	list-style-type: none;
	padding-left: 40px;
	padding-right: 40px;
}

#nav a{
	color: black;
	text-decoration: none;
}

#container{
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 270px;
}

#Title{
	color: white;
	text-decoration: underline;
	font-size: 20pt;
	padding-top: 30px;
}

#TextIndex{
	color: white;
	font-size: 15pt;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	line-height: 40px;
}

#footer{
	background-color: white;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer a{
	color: black;
	text-decoration: none;
	font-size: 12pt;
}

/*INDEX*/

.MenuhoverGreen a:hover{
	color: #94AB6A !important;
}

.BCgreen{
	background-color: #94AB6A;
}

/*Projekte*/

.MenuhoverGrey a:hover{
	color: gray !important;
}

.BCBlack{
	background-color: black;
}

#ProjektBox1{
	position: relative;
	width: 25%;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

.projekte{
	position: relative;
}

.img{
	width: 100%;
	height: auto;
}

.overlay{
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .1s ease;
}

#ProjektBox1:hover .overlay{
	height: 100%;
}

.schrift{
	color: black;
	font-size: 17pt;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.schrift a{
	color: black;
	text-decoration: none;
}

#ProjektBox2{
	position: relative;
	width: 25%;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

#ProjektBox2:hover .overlay{
	height: 100%;
}

#ProjektBox3{
	position: relative;
	width: 25%;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

#ProjektBox3:hover .overlay{
	height: 100%;
}

#ProjektBox4{
	position: relative;
	width: 25%;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

#ProjektBox4:hover .overlay{
	height: 100%;
}

#ProjektBox5{
	position: relative;
	width: 25%;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

#ProjektBox5:hover .overlay{
	height: 100%;
}

#ProjektBox6{
	position: relative;
	width: 25%;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 60px;
}

#ProjektBox6:hover .overlay{
	height: 100%;
}

/*Lebenslauf*/

.MenuhoverOrangePink a:hover{
	color: #B09260 !important;
}

.BCOrangePink{
	background-color: #B09260;
}

#Box1{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#BoxLebenslauf{
	border: 1px solid black;
	width: 520px;
	height: 560px;
	background-color: white;
	display: inline-block;
	float: left;
}

#UeberschriftAllgemein{
	color: #B09260;
	width: 480px;
	height: 80px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 17pt;
	font-weight: bold;
}

.kleinetitelAllgemein{
	color: black;
	text-decoration: none;
	font-size: 13pt;
	font-weight: normal;
}

#UeberschriftSprachen{
	color: #B09260;
	width: 480px;
	height: 100px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 17pt;
	font-weight: bold;
}

.kleinetitelsprachen{
	color: black;
	text-decoration: none;
	font-size: 13pt;
	font-weight: normal;
}

.containersprachen {
	background-color: #E7E7E7;
	width: 100%;
}

.sprache {
	color: white;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Lux {width: 100%; background-color: #B09260;}
.DE {width: 90%; background-color: #B09260;}
.EN {width: 75%; background-color: #B09260;}
.FR {width: 50%; background-color: #B09260;}

#BoxSchulischeLaufbahn{
	border: 1px solid black;
	width: 520px;
	height: 560px;
	background-color: white;
	display: inline-block;
	float: right;
}

#UeberschriftSchulischeLaufbahn{
	color: #B09260;
	width: 480px;
	height: 80px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 17pt;
	font-weight: bold;
}

.kleinetitelschulischelaufbahn{
	color: black;
	text-decoration: none;
	font-size: 13pt;
	font-weight: normal;
}

.kleinetitelschulischelaufbahn dt{
	text-decoration: underline;
	font-size: 14pt;
}

.diplom{
	width: 10%;
	margin-left: 40px;
	border: 1px solid black;
	margin-top: 5px;
}

.diplom:hover{
	z-index: 2;
	position: absolute;
	width: 50%;
	margin-left: -250px;
}

#Box2{
	display: inline-block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#BoxFaehigkeiten{
	border: 1px solid black;
	width: 520px;
	height: 560px;
	background-color: white;
	display: inline-block;
	float: left;
}

#UeberschriftFaehigkeiten{
	color: #B09260;
	width: 480px;
	height: 100px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 17pt;
	font-weight: bold;
}

.kleinetitelfaehigkeiten{
	color: black;
	text-decoration: none;
	font-size: 13pt;
	font-weight: normal;
}

.containerfaehigkeiten {
	background-color: #E7E7E7;
	width: 100%;
}

.skills {
	color: white;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.AIllu {width: 90%; background-color: #B09260;}
.AID {width: 75%; background-color: #B09260;}
.AP {width: 65%; background-color: #B09260;}
.AD {width: 55%; background-color: #B09260;}

#BoxBerufserfahrung{
	border: 1px solid black;
	width: 520px;
	height: 560px;
	background-color: white;
	display: inline-block;
	float: right;
}

#UeberschriftBerufserfahrung{
	color: #B09260;
	width: 480px;
	height: 80px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 17pt;
	font-weight: bold;
}

.kleinetitelberufserfahrung{
	color: black;
	text-decoration: none;
	font-size: 13pt;
	font-weight: normal;
}

.kleinetitelberufserfahrung dt{
	text-decoration: underline;
	font-size: 14pt;
}

.Referenzschreiben{
	width: 10%;
	margin-left: 40px;
	border: 1px solid black;
	margin-top: 5px;
}

.Referenzschreiben:hover{
	z-index: 2;
	position: absolute;
	width: 50%;
	margin-left: -250px;
}

/*Hobbys*/

.MenuhoverBlue a:hover{
	color: #A3CAFF !important;
}

.BCBlue{
	background-color: #A3CAFF;
}

#TextHobbyFoto{
	color: white;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15pt;
	line-height: 25px;
}

.mySlides {display: none;}
.img {vertical-align: middle;}

.slideshow-containerH {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.prev, .next {
	color: black;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.name {
	color: black;
	font-size: 15px;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.numbertext {
	color: black;
	font-size: 15px;
	padding: 20px 20px;
	position: absolute;
	top: 0;
}
.dot {
	background-color: lightgrey;
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: black;
}
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

#TextHobbyIpad{
	color: white;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15pt;
	line-height: 25px;
	margin-top: 50px;
}

.mySlides2 {display: none;}
.img {vertical-align: middle;}

.slideshow-containerIP {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.prev2, .next2 {
	color: black;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next2 {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev2 {
	left: 0;
	border-radius: 3px 0 0 3px;
}

.prev2:hover, .next2:hover {
	background-color: rgba(0,0,0,0.8);
}
.name2{
	color: black;
	font-size: 15px;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.numbertext2 {
	color: black;
	font-size: 15px;
	padding: 20px 20px;
	position: absolute;
	top: 0;
}
.dot2 {
	background-color: lightgrey;
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot2:hover {
	background-color: black;
}
.fade2 {
	animation-name: fade;
	animation-duration: 1.5s;
}

#TextHobbyZeichnung{
	color: white;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15pt;
	line-height: 25px;
	margin-top: 50px;
}

.mySlides3 {display: none;}
.img {vertical-align: middle;}

.slideshow-containerZ {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.prev3, .next3 {
	color: black;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next3 {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev3 {
	left: 0;
	border-radius: 3px 0 0 3px;
}

.prev3:hover, .next3:hover {
	background-color: rgba(0,0,0,0.8);
}
.name3 {
	color: black;
	font-size: 15px;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.numbertext3 {
	color: black;
	font-size: 15px;
	padding: 20px 20px;
	position: absolute;
	top: 0;
}
.dot3 {
	background-color: lightgrey;
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot3:hover {
	background-color: black;
}
.fade3 {
	animation-name: fade;
	animation-duration: 1.5s;
}


#TextHobbyWebshop{
	color: white;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15pt;
	line-height: 25px;
	margin-top: 50px;
}

.mySlides4 {display: none;}
.img {vertical-align: middle;}

.slideshow-containerWS {
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.prev4, .next4 {
	color: black;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next4 {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev4 {
	left: 0;
	border-radius: 3px 0 0 3px;
}

.prev4:hover, .next4:hover {
	background-color: rgba(0,0,0,0.8);
}
.name4 {
	color: black;
	font-size: 15px;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.numbertext4 {
	color: black;
	font-size: 15px;
	padding: 20px 20px;
	position: absolute;
	top: 0;
}
.dot4{
	background-color: lightgrey;
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot4:hover {
	background-color: black;
}
.fade4{
	animation-name: fade;
	animation-duration: 1.5s;
}

/*FischersFritz & andere*/

.MenuhoverBlack a:hover{
	color: black!important;
}

.BCBlack{
	background-color: black;
}

#TextUnterseitenProjekte{
	color: white;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	line-height: 28px;
	font-size: 15pt;
}

.mySlides {display: none;}
.img {vertical-align: middle;}

.slideshow-container{
	width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.prev, .next {
	color: black;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.name {
	color: black;
	font-size: 15px;
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.numbertext {
	color: black;
	font-size: 15px;
	padding: 20px 20px;
	position: absolute;
	top: 0;
}
.dot {
	background-color: lightgrey;
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: black;
}
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}
}