@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa&display=swap);
/* 	Background	color:	#212121 NEW*/
/*						#333333*/
/*						#212121*/
/* 	Text 		color: 	#d6d6d6 NEW*/
/* 	Link 		color: 	#b34f4f NEW*/

/*
	Light Theme 

	Background:	#e3e3e3
	Umrandung:	#877b7b
	Text:		#292929
*/
html{
	scroll-behavior: smooth;
}
body{
	background-color: #212121;
	font-family: Comfortaa;
}
li{
	font-family: Comfortaa;
	color: #d6d6d6;
	padding: 20px;
	font-size: 15pt;
}
h3, h4, p{
	color: #d6d6d6;
}
h1{
	color: #d6d6d6;
	font-size: 35px;
}
h2{
	color: #d6d6d6;
	font-size: 30px;
}
p{
	line-height: 22px;
}

a{
	color: #b34f4f;
	text-decoration: none;
}

i{
	color:#b34f4f
}
	/* use xmp for code display without affecting the code */
xmp{
	background-color:#333333;
	color: #d6d6d6;
	width: 500px;
	max-width: 1000px;
	text-align: left;
	padding: 10px;
}

.classbody{
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 5%;
	margin-top: 1%;
	background-color: #212121;
	font-family: Comfortaa;
}
.banner{
    background-image:url('../Bilder/codeblur.png');
	position: static;
	background-repeat: no-repeat;
	background-size: 100%;
	width:100%;
	height:50%;
	margin-top:50px;
	background-attachment: fixed;
}
.orange{
	color: #b34f4f;
}
.unicode{
	background-color: white;
	width: 400px;
	height: 400px;

}
.unicodeborder{
	margin-left: 10%;
	margin-bottom: 10%;
	float: right;
	height: auto;
	width: auto;
	border: 2px solid #b34f4f;
}
.skillbox{
	position: relative;
	border: 50px;
	padding: 20px;
	margin: 20px;
	width: auto;
	float: left;
}
.box{
	position: relative;
	border: 50px;
	padding: 20px;
	margin: 20px;
	min-width: 300px;
	max-width: 300px;
	min-height: 200px;
	max-height: 200px;
	float: left;
}
.box2{
	position: relative;
	padding: 20px;
	width: 100%;
	height: auto;
	float: left;
}
.linkbox{
	position: relative;
	border: 50px;
	padding: 20px;
	margin: 20px;
	min-width: 30%;
	max-width: 30%;
	float: left;
}

.p2{
	line-height: 30px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.title{
	font-size: 45px;
	margin-top: 50px;
	padding-bottom: 50px;
}
.title_wellcome{
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
	color: #d6d6d6;
	font-weight: bold;
	font-size: 45px;
	border: 3px solid #d6d6d6;
	position: absolute;
	padding: 10px;
	top: 320px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 40%;
	text-align: center;
}
.top{
	position: fixed;
	background-color:#b34f4f;
	float:right;
	margin-left: 92.5%;
	margin-top: 46.5%;
}
.blue{
	color: #b34f4f;
}
	/* img moving within border  no need to change img */
.border{
	margin-left: 5%;
	margin-bottom: 5%;
	float: right;
	height: 250px;
	width: 250px;
	border: 2px solid #b34f4f;
}

.pic{
	width: 250px;
	height: 250px;
}
.cv_border{
	margin-right: 100px;
	margin-bottom: 100px;
	float: left;
	height: auto;
	width: auto;
	border: 2px solid #b34f4f;
	/* Slow in and Out Animation */
	transition: transform 0.3s ease-in-out;
}
.cv_border:hover{
	margin-right: 100px;
	margin-bottom: 100px;
	float: left;
	height: auto;
	border: 2px solid #b34f4f;
	transform: scale(1.1);
}
.link_border{
	background-color: #212121;
	margin: 12px;
	float: left;
	height: auto;
	width: 30%;
	border: 2px solid #b34f4f;
	transition: transform 0.3s ease-in-out;
}
.link_border:hover{
	margin: 12px;
	float: left;
	height: auto;
	border: 2px solid #b34f4f;
	transform: scale(1.15);
	color: #b34f4f;
}

.cv{
	width: 450px;
	height: 450px;
}

/* Menu Upper right corner */

.topnav {
  overflow: hidden;
  background-color: #212121;
  background-size: auto;
  max-width: 95%;
}

.topnav a {
  float: right;
  display: block;
  color: #d6d6d6;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #212121;
  color: #b34f4f;
}

.topnav a.active {
  background-color: #b34f4f;
  color: #d6d6d6;
}
.topnav a.active:hover{
	background-color: #212121;
  color: #b34f4f;
}

.topnav.responsive a
{
    float: none;
    display: block;
    text-align: left;
}
/* Dropdownmenu */

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #d6d6d6;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown .dropbtn:hover {
  font-size: 16px;
  border: none;
  outline: none;
  color: #b34f4f;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #212121;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: White;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #212121;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* Progress Bar */
.progressafter{
	background: #3b3b3b;
    border-radius: 2px;
    height: 20px;
    width: 300px;
    padding: 3px;
}
.progressafter:after{
    content: '';
    display: block;
    background: #b34f4f;
	width: 50%;
    height: 100%;
    border-radius: 2px;
}

.progress, .progressvim, .progressdb, .progresshtml, .progressphp, .progressjava, .progressnetz{
    background: #3b3b3b;
    border-radius: 2px;
    height: 20px;
    width: 300px;
    padding: 3px;
}
.progress:after {
    content: '';
    display: block;
    background: #b34f4f;
    width: 30%;
    height: 100%;
    border-radius: 2px;
}
.progressvim:after {
    content: '';
    display: block;
    background: #b34f4f;
    width: 60%;
    height: 100%;
    border-radius: 2px;
}
.progressdb:after {
    content: '';
    display: block;
    background: #b34f4f;
    width: 45%;
    height: 100%;
    border-radius: 2px;
}
.progresshtml:after {
    content: '';
    display: block;
    background: #b34f4f;
    width: 75%;
    height: 100%;
    border-radius: 2px;
}
.progressjava:after {
    content: '';
    display: block;
    background: #b34f4f;
    width: 5%;
    height: 100%;
    border-radius: 2px;
}
.progressphp:after {
    content: '';
    display: block;
    background: #b34f4f;
    width: 20%;
    height: 100%;
    border-radius: 2px;
}
.progressnetz:after {
    content: '';
    display: block;
    background: #b34f4f;
    width: 10%;
    height: 100%;
    border-radius: 2px;
}
