/*
Theme Name: newProject
Theme URI: https://pirkner.codefactory.live
Author: newProject
Author URI: https://pirkner.codefactory.live
Description: newProject Theme
Version: 1.0      
License: GNU General Public License v2 or later License
URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newProject
Tags: responsive, exciting, compatible
*/

/* html {
  scroll-behavior: smooth;
} */

body {
 font-family: "Oxygen", Roboto, sans-serif; 
}

.frontstyle {
  background: linear-gradient(to right, #3669a5 0%,#3669a5 66.66%,#3669a5 66.66%,#9db4d3 66.66%,#9db4d3 100%);
}

/*------HEADER------*/

.navbar{
  background-color: #3669a5 !important;
}

.navbar-brand:hover {
  color: #c9d6df !important;
  /* cursor: pointer; */
}

.description {
  background-color: #3669a5;
}

/*------FRONT PAGE------*/

.frontpage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 60vw;
  /* width: 1920px;; */
}

.monitor {
  margin-top: 2vw;
}

@media(max-width: 414px) {
  .monitor {
    margin-top: -6vw;
  }
}

@media(max-width: 375px) {
  .monitor {
    margin-top: -4vw;
  }
}

@media(max-width: 360px) {
  .monitor {
    margin-top: -7vw;
  }
}

@media(max-width: 320px) {
  .monitor {
    margin-top: -9vw;
  }
}

.monitor_tech {
  font-size: 3vw;
  color: #9db4d3 !important;
}

.monitor h1 {
  font-size: 3vw;
  color: #202020;
  max-width: 50%;
}

/*------ABOUT------*/

.bubble {
  position: relative;
  font-size: 1rem;
  /* line-height: 1.5vw; */
  min-width: 20vw;
  background: #fff;
  border-radius: 40px;
  padding: 15px;
  text-align: center;
  color: #000;
}

.bubble i:hover {
  color: #3669a5;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}


.about img {
  width: 200px;
  border-radius: 15px;
}

/* .more img {
  width: 300px;
} */

.certificate {
  color: #3669a5;
  font-size: 1.3rem;
  font-weight: bold; 
}

@media(max-width: 414px) {
  /* .mobile_sr {
    width: 300px;
    height: 402px;
  } */
  .mobile_wr {
    width: 300px;
    height: 202px;
  }
}


/*------PROJEKTE------*/

.tech_icons {
  color: #9db4d3 !important;
  font-size: 2rem;
}

.btn_projects {
  background-color: #adaeaf !important;
  color: #000000 !important;
}

.btn_projects:hover {
  background-color:#444 !important;
  color: #ffffff !important;
}

.elementor-image-box-description {
  min-height: 7.5vw !important;
}

/*------SKILLS------*/

.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	background:#3669a5;
	z-index: 2;
	overflow: hidden;
}

.loader .intro{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.loader .intro h1{
	font-size: 10vw;
	color: #c9d6df;
}

.intro-title .letter{
	display: inline-block;
	line-height: 1em;
}

.skills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 95vw; }

.skills img {
  padding: 20px 0 20px 0;
  /* width: 160px;
  height: 200px;  */
  width: 140px;
  height: 180px;
}

@media(max-width: 414px) {
  .skills img {
    width: 60px;
    height: 100px;
  }
}

/*------KONTAKT------*/

.wpforms-container {
  background-color: #f8f9fa !important;
  padding: 10px 10px !important;
}

.contact_form {
  margin: 20px 20px 20px 20px !important;
}


.wpforms-field-name-first {
  background-color: rgba(189,216,241,0.3) !important;
}

.wpforms-field-name-last {
  background-color: rgba(189,216,241,0.3) !important;
}

#wpforms-26-field_1 {
  background-color:rgba(189,216,241,0.3) !important;
}

#wpforms-26-field_2 {
  background-color: rgba(189,216,241,0.3) !important;
}

.wpforms-submit-container button {
  background-color: #adaeaf !important;
  color: #000000 !important;
  border-radius: 5px !important;
}

.wpforms-submit-container button:hover {
  background-color:#444 !important;
  color: #ffffff !important;
}

.fa-comments {
  font-size: 7rem!important;
  color: #3669a5;
  animation-name: stretch !important;
  animation-duration: 1.0s !important;
  animation-timing-function: ease-out !important;
  animation-delay: 0 !important;
  animation-direction: alternate !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
}

/* @keyframes stretch {
  0% {
    transform: scale(.8);
    color: #c2dbf2;
  }

  100% {
    transform: scale(1.3);
    color: #3669a5;
  }
} */

#email {
  text-decoration: none;
  color: #000000;
}
#email:hover {
  color: #444;
}

  
/*------FOOTER------*/
  
  
.footer h4 {
  color: #3669a5; }
  
.footer a {
  /* color: #9db4d3; */
  color: #3669a5; }
  
.footer p {
  color: #3669a5; }
  
.footer a:hover {
  text-decoration: none;
  /* color: #3669a5; */
  color: #9db4d3; }
  
.footer ul {
  list-style-type: none; }


/*------Impressum------*/

.impressum a {
  color: #9db4d3; }
  
/* .impressum p {
  color: #3669a5; } */
  
.impressum a:hover {
  text-decoration: none;
  color: #3669a5; }

/*------FRONTPAGE NEU------*/
.container_left {
  min-height: 50vw;
  background-color: #3669a5;
}

.left_upper {
  min-height: 10vw;
}

.left_mid {
  height: 30vw;
}

.title{
	font-size: 4vw;
}

@media(max-width: 414px) {
  .title {
    font-size: 2rem;
  }
}

.title span{
	opacity: 0;
  animation: appear-text 2s linear forwards;
	animation-delay: 1s; 
}

.slogan{
	font-size: 2vw;
	color: #c9d6df;
}

@media(max-width: 414px) {
  .slogan {
    font-size: 0.8rem;
  }
}

.slogan span{
	opacity: 0;
  animation: appear-text 2s linear forwards;
	animation-delay: 1s; 
}

.left_lower p{
	opacity: 0;
  animation: appear-text 2s linear forwards;
	animation-delay: 1s; 
}

@keyframes appear-text{
	0%{
		opacity: 0;
  }
  50%{
    opacity: 0.5;
  }
	100%{
		opacity: 1;
	}
}

.front_tech_icons {
  color: #9db4d3 !important;
  font-size: 3vw;
}

@media(max-width: 420px) {
  .front_tech_icons {
    font-size: 1.5rem;
  }
}

.line{
	width: 20%;
  height: 8px;
  margin: -10px 0 10px 0;
	background: #c9d6df;
}

.line2{
	width: 75%;
  height: 8px;
  margin: 5px 0 20px 0;
	background: #c9d6df;
}

.left_lower {
  height: 10vw;
}

.social_media ul {
  list-style-type: none;
}

.container_right {
  min-height: 50vw;
  background-color: #9db4d3;
}

.right_upper {
  min-height: 5vw;
}

.line3{
	width: 80%;
	height: 7px;
	margin-top: 5vw;
	background: #000;
}

@media(max-width: 896px) {
  .line3 {
    width: 100%;
  }
}

.right_mid {
  max-width: 30vw;
  height: 30vw;
  background: url(16.jpg) no-repeat 50% 50%;
  background-size: 100%;
  margin-left: -150px;
  animation: animatedBackground1 10s cubic-bezier(0.19, 1, 0.22, 1);
  /* animation-delay:1s; */
}

@keyframes animatedBackground1 {
  from {
      background-size: 460%;
  }
  to {
      background-size: 100%;
  }
}

@media(max-width: 896px) {
  .right_mid {
    margin-left: 10%;
    max-width: 80%;
    height: 60vw;
  }
}

.right_lower {
  height: 5vw;
}

.line4{
	width: 80%;
	height: 7px;
  margin-top: 5vw;
	background: #000;
}

@media(max-width: 896px) {
  .line4 {
    width: 100%;
  }
}