
/* /////////////////////////////

	Basic Styles
	Navbar
	Lebenslauf
	Meine Projekte
	Footer
	Datenschutz
	Media Queries

   //////////////////////////*/


/* ==============================================
   Basic Styles
===============================================*/


body {
	font-family: 'Roboto', sans-serif;
	color: #3a3f52;
}

h2 {
	font-size: 44px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

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

b {
	font-weight: 700;
}

section {
	padding: 100px 0px;
}

.link {
	color: #806959;
	font-weight: 450;
	text-decoration: underline;
}
.link:hover{
	color: #806959;
	font-weight: 900;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	font-size: 20px;
	font-weight: 300;
	color: #3c3f45;
	margin-bottom: 0px;
}
.divider-top {
	padding: 4rem 0 0;
	margin: 4rem 0 0;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

.nav-link:hover{
	text-decoration: underline;
}


/* ==============================================
   Navbar
===============================================*/

.custom-navbar {
    background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 150px;
	max-height: 150px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;

}


.nav-custom-link {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 5px;

	text-transform: uppercase;
}

.navbar a {
	color: #000000 !important;
	/*color: #3c3f45 !important;*/
}
.navbar h2 {
	color: #3c3f45;
	font-size: 34px;
	font-weight: 500;
	margin-top: 20px;
	padding: 0;
}

.nav-right {
	float: right;
}


.smart-scroll{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.scrolled-down{
	transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
	transform:translateY(0); transition: all 0.3s ease-in-out;
}


/* ==============================================
   Lebenslauf
===============================================*/

#pic {border: 1px solid #F8F9FB;
border-radius: 6px;
box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
}

#lebenslauf {
	background-color: rgba(84,151,167,0.5);
	padding-bottom: 250px;
}

#lebenslauf h1 {
	font-size: 50px;
	letter-spacing: .05em;
	font-weight: 700;
}

#lebenslauf p {
	font-size: 24px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
}

#lebenslauf span {
	font-weight: 400;
   /* color: #0095f7;*/
    text-transform: uppercase;
    letter-spacing: .05em;
	margin-bottom: 10px;
}

#lebenslauf h2{
	font-size: 16px;
	font-weight: 200;
	color: #3c3f45;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
}


.content-box {
	padding: 1px 20px;
}



/* ==============================================
   Meine Skills
===============================================*/

#skills {
	/*background-color: #ffffff;*/
	background-color: #f6f8f9;
	/*background-color: #353740;*/
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
	/*position: relative;*/
	/*opacity: 0.9;*/
	padding-bottom: 250px;
}


.skills-box {
	background-color: #ffffff;
	padding: 40px 20px;
	border: 1px solid #F8F9FB;
	border-radius: 6px;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	margin-top: 30px;
}


.skills-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.skills-box p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.8;
	padding: 0px;
}

.skills-box i {
	color: #ffffff;
}

.skills-box small {
	color: #8da2b5;
	display: inline-block;
}

.skills-box span {
	font-size: 14px;
	color: #ffffff;
}




.skills-box a{
	color: #000000;
}



.skills-box ul {
	padding-left: 10px;
}

.skills-box li {
	font-size: 14px;
	font-weight: 300;
	color: #8da2b5;
	letter-spacing: .1em;
}


/* ==============================================
   Meine Projekte
===============================================*/

#projekte {
	background-color: rgba(84,151,167,0.5);
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
	padding-bottom: 250px;
}

.projekte-box {
    display: block;
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
	text-align: justify;
}

.projekte-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.projekte-box p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.8;
	padding: 0px;
}

.projekte-box i {
	color: #ffffff;
}

.projekte-box small {
	color: #8da2b5;
	display: inline-block;
}

.projekte-box span {
	font-size: 14px;
	color: #ffffff;
}

.rating {
	background-color: #0095f7;
	padding: 2px 12px;
	border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.projekt-picture {
	margin: auto;
	margin-top: 30px;
	width: 100%;
  max-width: 380px;
  height: auto;
  background-repeat: no-repeat;
}

.project-info {
	padding: 5px 0 20px 0;
	margin-left: 1px;
	border-bottom: 1px solid #edf1f2;

}


/* ==============================================
   Slideshow
============================================== */
* {box-sizing:border-box}

.slideshow-container {
	padding: 40px 10px 0 10px;
    width: 380px;
    max-width: 380px;
    height: 320px;
    max-height: 320px;
	position: relative;
	margin: auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	/*animation-duration: 1.5s;*/
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

/* ==============================================
   Footer
===============================================*/

footer {
	/*background-color: #57191a;*/
	background-color: #ffffff;
    padding: 20px 0;
    color: #62656a;
}

footer h5 {
	color: #aeb3bd;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #62656a;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

footer a {
	color: #62656a;
}


footer i {
	font-size: 25px;
	color: #62656a;
	margin-right: 10px;
}

footer i:hover {
	color: #0095f7;
}

footer small {
	color: #62656a;
	float: right;
}


/* ==============================================
   Datenschutz
============================================== */

#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, #ced6df 0%, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #ced6df 0%,#f2f6f9 100%);
    background: -o-linear-gradient(top, #ced6df 0%,#f2f6f9 100%);
    background: -ms-linear-gradient(top, #ced6df 0%,#f2f6f9 100%);
    background: linear-gradient(to bottom, #ced6df 0%,#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;}


/* ==============================================
   Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


	h2 {
		font-size: 34px!important;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	.lebenslauf-content h2{
		font-size: 10px!important;
	}
	.title-block h2, p {
		text-align: left;
		padding: 0px 20px;
	}

	.projekte-box{
		display: block;
		background-color: #ffffff;
		box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
		border-radius: 20px;
		text-align: justify;
	}

	footer {
		padding: 60px 25px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 16px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
}

@media (max-width: 768px) { 
	#lebenslauf h1 {
		font-size: 34px!important;
		font-weight: 300;
		margin-bottom: 20px;
	}
	#lebenslauf p {
		font-size: 20px!important;
	}
	.navbar-nav h2 {
		font-size: 10px;
	}
}

@media (max-width: 991px) { 
	.nav-right {
		float: left;
	}
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav .nav-link {
		;
		padding: 20px 0;
		text-align: left;
	}

	.btn-demo-small {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small:hover {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small a {
		color: #53627C!important;
	}
	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		font-size: 18px;
		float: right;
	}

	.navbar-collapse {
		border-bottom: 1px solid #efefef;
	}

	.nav-logo-mobile {
		margin: auto;
		padding-right: 50px;
	}

	.nav-logo-desktop {
		display: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.lebeslauf-content {
		margin-top: 100px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.pricing-box h3 {
		font-size: 17px;
	}
	.pricing-box p {
		font-size: 14px;
	}
	.pricing-box li {
		font-size: 12px;
	}
	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}
	.profile-picture {
		width: 50px;
		height: 50px;
	}
	.projekte-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}
	.projekte-box span {
		font-size: 12px;
	}
	.projekte-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
}
