@charset "utf-8";
@import url("icons.css");


:root{
	--farbe_1: #2259b7;
	--farbe_1-05: hsla(218, 69%, 43%, .5);
	--farbe_2: #dd2544;
	--farbe_2-05: hsla(350, 73%, 51%, .5);
	--farbe_akzent_1: linear-gradient(135deg, var(--farbe_1) 0%, var(--farbe_2) 100%);
	--farbe_akzent_3: linear-gradient(135deg, var(--farbe_1-05) 0%, var(--farbe_2-05) 100%);
	--farbe_akzent_2: linear-gradient(135deg, rgba(34,89,183,0.8) 0% , rgba(221,37,68,0.8) 100%);
	--stripes_farbe: repeating-linear-gradient(135deg, #333, #333 2px, hsla(0, 0%, 20%, .8) 2px, hsla(0, 0%, 20%, .8) 20px);
	--stripes_groesse: 26.87px 26.87px;
	--skill_height: 5px;
	--hl_color: #222;
	--easing: cubic-bezier(0, 0.5, 0, 1);
	--easing2: cubic-bezier(0, 0.5, 0.5, 1);
}

html {
	font-size: 14px;
}

body {
	font-family: Montserrat-regular, sans-serif;
	position: relative;
	background-color: var(--hl_color);
}

footer
{
	font-family: Montserrat-regular, sans-serif;
	color: white;
	padding: 50px;
	background-color: var(--hl_color);;
}

h1, .header-hl {
	font-family: Montserrat-bold-cut, sans-serif;
	font-size: 2rem;
	line-height: 3rem;
	text-transform: uppercase;
	color: var(--hl_color);
}

h2 {
	font-family: Montserrat-bold, sans-serif;
	font-size: 1.8rem;
	color: var(--hl_color);
}

h3 {
	font-size: 1.4rem;
	font-family: Montserrat-bold, sans-serif;
	color: var(--hl_color);
}

h4 {
	font-family: Montserrat-regular, sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--hl_color);
}

p {
	font-size: 1rem;
	font-family: Montserrat-regular, sans-serif;
	color: var(--hl_color);
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

.fine {
	font-size: .9rem;
	font-family: Montserrat-light, sans-serif;
}

footer h1, footer h2, footer h3, footer h4, footer p {
	color: white;
}

.trennung {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.gradient-bg {
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
}

.poly-bg {
	position: relative;
	height: 100%;
	width: 100%;
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
	overflow: hidden;
	z-index: 0;
}

.poly-bg::after {
	content: '';
	background: url("../media/img/poly-bg-2.svg");
	background-size: cover;
	background-position: bottom;
	position: absolute;
	height: 100%;
	width: 100%;
    left: 0;
    right: 0;
	top: 0;
	bottom: 0;
    opacity: .15;
    z-index: -1;	
}

.cover-bg {
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: 9999;
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
	background-blend-mode: normal;
}

.cover {
	height: 100%;
	width: 100%;
	background: url("/media/img/poly-bg.svg") no-repeat center;
	background-position: center;
	background-size: cover;
	mix-blend-mode: multiply;
}

.cover-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	/*height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 40vh 30vw;*/
	/*background-image: url("../media/img/sz-k-loading.svg");
	background-repeat: no-repeat;
	background-position: center;*/
}

.headline {
	margin-bottom: 50px;
}

@media (max-width: 991px){
	.headline {
	margin-bottom: 25px;
	}
}	

.spacer {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

@media (min-width: 576px){
	.spacer {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (min-width: 992px){
	.spacer {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.spacer-full {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;	
}

.xs-spacer {
	margin-left: 15px;
	margin-right: 15px;
}

.hero {
	height: 100vh;
	width: 100%;
	z-index: 6;
	display: flex;
    align-items: center;
}

.hero h1{
	margin-bottom: 0;
}

.navbar, .navbar-bottom {
	padding: 15px 15px;
}

@media (min-width: 575px){
	.navbar, .navbar-bottom {
	padding: 30px 50px;
	transition: padding 0.5s ease;
	}
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-brand {
	transition: opacity 0.5s ease;
}

@media (max-width: 767px){
		.navbar-collapse {
		margin-top: 10px;
	}
}

.navbar-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: white !important;
}

.noopacity {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.tiny {
	padding: 15px 15px;
}

@media (min-width: 576px){
	.tiny {
	padding: 15px 50px;
	}
}

.bar-color {
	height: 81.75px;
	background-color: black;
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
	opacity: 0;
	transition: opacity 0.5s ease, height 0.6s ease;
}

.bar-color-line {
	height: 3px;
	top: 81.75px;
	background-color: white;
	opacity: 0;
}

.bar-color.scrolled {
	height: 71.75px;
	opacity: 1;
}

.bar-color-line.scrolled {
	opacity: 1;
	padding: 0;
	height: 1px;
	top: 71.75px;
	transition: opacity 0.5s ease, top 0.6s ease;	
}

@media (max-width: 575px) {
	.bar-color.scrolled {
		height: 61.75px;	
	}
	
	.bar-color-line.scrolled {
		top: 61.75px;
	}
}

.menu-expanded.bar-color {
	height: 190px !important;
}

.menu-expanded.bar-color-line {
	top: 190px !important;
}

.button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	position: relative;
    text-transform: uppercase;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    will-change: transform;
	padding: 1rem 1.5rem;
}

.button:hover {
	-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}


@media (max-width: 575px) {
	.button, .scale-small {
		transform: scale(.8) !important;
		transform-origin: center left;
	}
}

.button.small {
	padding: 0.3rem 0.5rem;
}

.button.outline {
	color: var(--hl_color);;
    background-color: transparent;
    background-image: none;
    border-color: var(--hl_color);;
}

.button.outline:hover {
	color: white;
    background-color: var(--hl_color);;
    border-color: var(--hl_color);;
}

.button.outline.white {
	color: white;
    border-color: white;
}

.button.outline.white:hover {
	color: darkblue;
    background-color: white;
    border-color: white;
}



.devider {
	height: 3px;
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);	
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.header-bg {
	position: absolute;
	height: 100vh;
	width: 100%;	
	background-color: rgba(20,20,20,1);
	z-index: -1;
}

.header-img {
	height: 100%;
	width: 100%;
	background-image: url("../media/img/header_1.jpeg");
	background-size: cover;
  	background-position: center center;
	opacity: .15;
}

.header-inner {
	margin: auto;
}

.header-hl span {
		color: white;
	}


@media (min-width: 768px) {
  	.header-hl span {
	font-size: 3rem;
	line-height: 4rem;
	}
}

@media (min-width: 992px) {
	.header-hl span {
		font-size: 5rem;
		line-height: 6rem;
	}
}

.header-text p {
	color: white;
}

.border-gradient {
	border-width: 3px;
	border-style: solid;
	border-image:-webkit-var(--farbe_akzent_1);
	border-image:-o-var(--farbe_akzent_1);
	border-image:var(--farbe_akzent_1);
	border-image-slice: 1;
	padding: 15px;
}

.header-button {
	background-image: -webkit-var(--farbe_akzent_1);
	background-image: -o-var(--farbe_akzent_1);
	background-image: var(--farbe_akzent_1);	
	background-color: white;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 15px;
	background-repeat: no-repeat;
    background-size: 0%;
    transition: background-size ease 0.5s, color ease 0.5s;
}

.header-button:hover {
	color: white !important;
	background-size: 100%;
}

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

a.header-button:hover {
	text-decoration: none;
	color: white;
}

.nav-item a {
	color: var(--hl_color);
}

.nav-item a:-webkit-any-link {
	text-decoration: none;
}

.nav-link {
	color: white;
	transition: color .5s ease;
	font-family: Montserrat-regular, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.nav-link.underline-multi {
	margin: 0.5rem;
}

.anchor {
	position: absolute;
	top: 0;
}

.bg-text {
	position: absolute;
	top: 190px;
	height: 1000px;
	width: 115%;
}

.bg-text h1 {
	position: absolute;
	left: -7%;
	font-size: 500px;
	opacity: .05;
}

.hover-color, .hover-color::before {
	transition: color 1s ease;
}

.hover-color::before {
	background-size: 200% 100%;
	background-position: 100%;
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, var(--farbe_1) 0%, var(--farbe_2) 50%, white 50%);
	transition: all ease .7s;
}

.hover-color > h2 {
	color: #777777;
}

.hover-color > h1:hover, .hover-color > h2:hover, .hover-color > h3:hover, .hover-color > h4:hover, .hover-color > p:hover {
	/*
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
	*/
	color: var(--hl_color);
	transition: background 1s ease;
}

.hover-color:hover::before {
	background-position: 0%;
	
}

.active.hover-color > h1, .active.hover-color > h2, .active.hover-color > h3, .active.hover-color > h4, .active.hover-color > p {
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;	
}

@media (min-width: 768px) and (max-width: 991px) {
.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
	}
}
	
.modal {
    background: hsla(0,0%,0%,0.8);
}

.modal-close {
	right: calc(-100% + 35px);
	position: relative;
	height: 30px;
	width: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
	background: url("../media/img/close.svg");
	background-size: cover;
	cursor: pointer;
	transform: scale(1);
	transition: scale 0.2s;	
	z-index: 999;
}

.modal-close:hover {
	transform: scale(1.1);
}

.modal-content {
	background: none;
    border: none;
	color: white;
}

.modal-content h1, .modal-content h2, .modal-content h3, .modal-content p {
	color: white;
}

.modal-body {
    border: none;
    overflow: auto;
    padding: 0;
	text-align: center;
}

.modal-video {
	max-height: 80vh;
	outline: none;
}

.modal-footer {
	margin-top: 15px;
    border: none;
	padding: 0;
	display: block;
}

.modal-footer h3 {
	color: white;
} 

@media (max-width: 767px){
	footer .center {
		text-align: center;
	}
	
	footer table {
		margin-left: auto;
		margin-right: auto;
	}
	
	footer #footer-contact {
	display: flex;
	justify-content: center;
	}
	
	.footer-hl {
		display: none;
	}
	
	.md-spacer {
		margin-top: 40px;
		margin-bottom: 10px;
	}
	
	.center .underline-bold {
		left: 0;
	}
}

.ul {
	margin-top: 15px;
}

.ul .col-3 {
	text-align: right;
}

.ul .col-3::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	right: 0;
	top: 0;
	background-color: white;
}

.showcase-grid {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 15px -5px;
	
}

.showcase-grid .grid-item {
	padding: 5px;
}

.masonry-grid {
	margin-right: -5px;
    margin-left: -5px;
}

.masonry-grid-item {
	padding: 5px;
}

.masonry-grid-item a {
	cursor: pointer
}

.quote-picture {
	border-radius: 50%;
	height: 70px;
	margin-right: 20px;
	float: left;
}

.quote {
	position: absolute;
	top: -30px;
	left: -15px;
	height: 100px;
	opacity: .1;
}

.quote-author {
	height: 70px;
}

.reviews h1,.reviews  h2,.reviews  h3,.reviews  h4,.reviews  p {
	color: white;
}

.review-link {
	-webkit-transition: all var(--easing2) .5s;
    -moz-transition: all var(--easing2) .5s;
    -ms-transition: all var(--easing2) .5s;
    -o-transition: all var(--easing2) .5s;
	transition: all var(--easing2) .5s;
	color: white;
	text-decoration: none;
}

.review-link:hover {
	transform: scale(1.02);
}


.owl-theme .owl-dots .owl-dot span {
	width: 35px;
    height: 3px;
    margin: 5px 5px;
	border-radius: 0px;
	background: white;
	opacity: .5;
}

.owl-theme .owl-dots .owl-dot span:hover, .owl-theme .owl-dots .owl-dot.active span:hover,
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: white;
	opacity: 1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0px;
	position: relative;
    top: 40px;
}

.owl-item.active:hover {

}

/*
.carousel-indicators {
	z-index: 4;
	bottom: -50px;
}
*/

.carousel-indicators li {
	background-color: white;	
	background-image: none;
	opacity: .5;
	height: 3px;
	width: 35px;
	margin: 0px 4px;
}

.carousel-indicators .active {
	background-color: white;
	opacity: 1;
	/*
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
	*/
}
@media (max-width: 767px) {
	#carouselExampleIndicators {
		height: 600px;
	}
}

@media (min-width: 768px) {
	#carouselExampleIndicators {
	height: 300px;
	}
	
	.carousel-indicators {
	z-index: 4;
	bottom: -50px;
}
}

.skill {
	margin-bottom: 15px;
}

.skill p {
	text-transform: uppercase;
	font-family: Montserrat-bold;
	margin-bottom: 2px;
}

.skill-percent {
	position: absolute;
	right: 0;
}


.skill-dim {
	height: var(--skill_height);
	width: 100%;
}

.skill-bar {
	height: 100%;
	background-color: lightgray;
	z-index: -1;
}

.skill-color {
	height: 100%;
	position: relative;
	bottom: var(--skill_height);
	background-image:var(--farbe_akzent_1);
	background-color: white;
}

.experience {
	background-color: #eee;
}

.experience-inner {
	min-height: 250px;
}

@media (min-width: 768px) {
	.exp-outer {
		position: absolute;
		right: 0;
		overflow: hidden;
	}
	
	.exp-inner {
		position: relative;
		left: 16%;
	}
}

.experience-btn {
	align-items: center;
	margin-right: 2rem;
}

@media (max-width: 575px) {
	.experience-btn {
		margin-right: .2rem;
	}
}

.experience-btn img {
	margin-right: .7rem;
}

.experience-btn h4 {
	margin: 0;
}

.ratio-16-9 {
	width: 100%;
  	padding-bottom: 56.25%;
  	position: relative;
}

.ratio-1-1 {
	width: 100%;
  	padding-bottom: 100%;
  	position: relative;
	overflow: hidden;
}

.ratio-inner {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	background-color: #333;
}

#footer-contact ul, #footer-contact a {
	text-decoration: none;
	color: white;
}

#footer-contact li {
	margin-bottom: 10px;
}

footer ul {
	padding: 0;
	list-style: none;
}

.footer-hl {
	margin-top: auto;
}

.footer-hl h3 {
	color: gray !important;
}


/* Underline ANI */
.underline-bold {
	padding: 0px .4rem;
	position: relative;
	left: -.4rem;
	-webkit-transition: color ease .5s;
    -moz-transition: color ease .5s;
    -ms-transition: color ease .5s;
    -o-transition: color ease .5s;
	transition: color ease .5s;
	cursor: pointer;
}

.underline-bold:hover {
	color: white;
}

.underline-bold::before {
	content: "";
	position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
	width: 0%;
	height: 40%;
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
	-webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
	transition: all ease .4s;
}

.underline-bold:hover::before {
	width: 100%;
}

footer .underline-bold {
	z-index: 0;
	color: white;
}

.underline-multi {
	padding: 0 .4rem;
    position: relative;
    left: -.4rem;
	text-decoration: none;
	background-image:-webkit-var(--farbe_akzent_1);
	background-image:-o-var(--farbe_akzent_1);
	background-image:var(--farbe_akzent_1);
    background-position: 0% 80%;
    background-repeat: no-repeat;
    background-size: 0% 40%;
    -webkit-transition: background-size ease .4s;
    -moz-transition: background-size ease .4s;
    -ms-transition: background-size ease .4s;
    -o-transition: background-size ease .4s;
	cursor: pointer;
}

.underline-multi:hover, .underline-multi.active {
    background-size: 100% 40%;
}


/* Menu Animation */

#menu.btn {
  width: 65px;
  cursor: pointer;
	padding-right: 0;
	padding-left: 24px;
}

#menu.btn:focus {
	box-shadow: none;
}

#menu span {
  display: block;
  width: 100%;
  box-shadow: none;
  border-radius: 0px;
  height: 2px;
  background: #fff;
  transition: all .3s;
  position: relative;
}

#menu span + span {
  margin-top: 11px;
}

#menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
}

#menu.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

#menu.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

#menu.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

#menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

#menu.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 13px;
    transform: rotate(0);
  }
  100% {
    top: 13px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 13px;
    transform: rotate(45deg);
  }
  50% {
    top: 13px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 13px;
    transform: rotate(0);
  }
  100% {
    bottom: 13px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 13px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 13px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 575px) {
	.btn {
		transform-origin: right top;
		transform: scale(.8);
	}
	
	.navbar-brand {
		transform-origin: left top;
		transform: scale(.8);
	}
} 
