::selection {
    background: #6ed3cf;
    color: #fff;
}
::-moz-selection {
    background: #6ed3cf;
    color: #fff;
}
@font-face {
  font-family: 'Athiti';
  src: url('Athiti/Athiti-Regular.ttf');
}
body {
	font-family: "Athiti", sans-serif;
	color: #161616;
	font-size: 1.1rem;
}
a {
	color: #6ed3cf;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
	outline: 0 !important;
}
a:hover {
    color: #47b7b3;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Akhand-Regular";
	text-transform: lowercase;
}
@media screen and (min-width: 992px) {
	body {
		font-size: 1.2rem;
	}
}
.animate-box {
	opacity: 0;
}
section {
	padding: 2rem 0;
}
button, a {
	outline: 0 !important;
}
hr {
    border-color: #6ec3cf;
    border-width: .2rem;
    width: 2rem;
}
.bg-turquois {
	background-color: #6ed3cf;
}
.bg-dark {
	background-color: #161616 !important;
	color: rgba(255,255,255,.8);
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}






header {
    position: relative;
    width: auto;;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
header .overlay {
	position: absolute;
			top: 0;
	left: 0;
	height: 100%;
	width: 100%;


    background: linear-gradient(to bottom,rgba(16,16,16,.3) 0,rgba(16,16,16,.5) 55%,#161616 100%);
}
header img {
	position: relative;
}


#keywords {
	padding: 4rem 0;
}
#keywords .card {
	background: none;
	border: none;
	border-radius: 0;
}
#keywords .card-header {
	background: none;
	border: none;
}
#keywords .card i {
    background: #6ed3cf;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .53s ease-in-out;
}
#keywords .card i:hover {
	background: #fff;
	color: #6ed3cf;
	font-size: 25px;
}
@media screen and (min-width: 768px) {
	#keywords .card i {
	    width: 80px;
	    height: 80px;
	    line-height: 80px;
	    font-size: 30px;
	}
	#keywords .card i:hover {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	#about .text-wrapper-left {
		padding: 2rem 0 0 0;
		margin: 0 1rem 0 1rem;
		border-top: .5rem solid #6ed3cf;
	}
}
@media (min-width: 992px) {
	#about .text-wrapper-left {
		padding: 0 0 0 2rem;
		border-left: .5rem solid #6ed3cf;
	}
}
/*
#hero-contact {
    background: linear-gradient(to bottom,rgba(16,16,16,.3) 0,rgba(16,16,16,.5) 55%,#161616 100%), url(../images/footer-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 8rem 0;
}
@media screen and (min-width: 992px) {
	#hero-contact {
		padding: 12rem 0;
	}
}
*/
#contact {
	padding: 4rem 0;
	color: #161616;
}
#contact .card {
	border: none;
	border-radius: 0;
	border-bottom: .5rem solid #6ed3cf;
}
#contact .card i {
    color: #6ed3cf;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
	#contact .card i {
	    width: 80px;
	    height: 80px;
	    line-height: 80px;
	    font-size: 30px;
	}
}
#contact .social i {
    color: #fff;
	background: #6ed3cf;
	width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .53s ease-in-out;
}
#contact .social i:hover {
	background: #fff;
	color: #6ed3cf;
	font-size: 25px;
}
#projects span.cnt {
	background-color: #6ed3cf;
	color: #fff;
}



footer {
    padding: 4rem 0;
}
footer a {
    color: rgba(255,255,255,.6);
}
footer span {
    margin-left: 10px;
    margin-right: 10px;
}
#impressum,
#datenschutz {
	background: #6ed3cf;
}
#impressum #go-back,
#datenschutz #go-back {
	position: fixed;
    right: 0;
    top: 50%;
    z-index: 95;
}
#impressum #go-back a,
#datenschutz #go-back a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
	font-family: "Akhand-Regular";
	text-transform: lowercase;
    transform: rotate(-90deg);
    position: fixed;
    right: -28px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .53s ease-in-out;
}
#impressum #go-back a:hover,
#datenschutz #go-back a:hover {
	background: #161616;
	border: 2px solid #161616;
	color: #6ed3cf;
}
#impressum h2,
#impressum h3,
#impressum h4,
#datenschutz h2,
#datenschutz h3,
#datenschutz h4 {
	color: #fff;
}
#impressum p,
#datenschutz p {
	font-size: 1rem;
}
#impressum .content-wrapper,
#datenschutz .content-wrapper {
	background: #161616;
    color: rgba(255,255,255,.7);
	overflow-x: hidden;
}
#datenschutz p strong {
	font-weight: normal;
    color: rgba(255,255,255,.75);
}
#datenschutz ul li {
	font-size: 1rem;
}
