@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800 |Nunito:300,400,700,800');
body .html {
  font-family: 'Nunito', 'Calibri', sans-serif;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    color: #FFF;
    z-index: 100;
}

header .row,
footer .row {
    display: flex;
    align-items: center;
}

header h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: lighter;
    text-align: left;
    letter-spacing: 0.15em;
    font-size: 1.2em;
    padding-left: 50px;
    margin-top: -5px;
    width: auto;
    white-space: nowrap;
}

header a {
    text-decoration: none;
    color: #ffffff;
}

header a:hover {
    padding-bottom: 5px;
    color: #ffffff;
    text-decoration: none;
}

/* NAVIGATION */
#navi01 nav {
    width: 100%;
    display: flex;
    justify-content: center;
    justify-content: flex-end;
    text-transform: uppercase;
    letter-spacing : 0.1em;
    z-index: 100;
    padding-right: 10px;
}

#navi02 nav {
    width: 100%;
    display: flex;
    justify-content: center;
    justify-content: flex-end;
    text-transform: uppercase;
    letter-spacing : 0.1em;
    z-index: 100;
    padding-right: 10px;
}

#naviScrolled {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #ffffff;
}


#navi01 p {
    padding: 20px 30px;
} 


#navi02 p {
    padding: 20px 30px;
} 


#navi01 a {
    font-size:  1.2em;
    text-decoration: none;
    font-weight: lighter;
    color: #ffffff;
} 

#navi02 a {
    font-size:  1.2em;
    text-decoration: none;
    font-weight: lighter;
    color: rgb(0,140,140);
} 


#navi01 nav a:hover {
    padding-bottom: 5px;
    color: #ffffff;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
}


#navi02 nav a:hover {
    padding-bottom: 5px;
    color: rgb(0,140,140);
    border-bottom: 1px solid rgb(0,140,140);
    text-decoration: none;
}


#navi01 h1:hover {
    color: #ffffff;
    text-decoration: none;
}


#navi02 h1:hover {
    color: rgb(0,140,140);
    text-decoration: none;
}


/* BG VIDEO */
#bgVideoWrapper {
  justify-content: center;
  align-content: center;
  display: flex;
  height: 100%;
}

.backgroundVideo {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
	z-index: -100;
    -ms-transform: translateX(-50%);
    overflow: hidden;
}

.bgVideoColoring {
	position: fixed;
    display: block;
    background-color: rgba(0,140,140,0.70);
    top: -40;
	width: 100%;
	height: 100%;
	z-index: -99;
    -ms-transform: translateX(-50%);
}

/* HEADLINES */
.headlineContainer{
    position: relative;
    display: flex;
    justify-content: center;
    top: 50vh;
    margin-top: -120px;
    width: auto;
    align-content: center;
    text-align: center;
    color: #ffffff;
}

.headlineWrapper {
  height: 160px;
  justify-content: center;
  align-content: center;
  width: auto;

}

.headlineWrapper h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4vw;
  letter-spacing : 0.1em;   
}

.headlineWrapper h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5vw;
  letter-spacing: 0.12em;
  font-weight: lighter;
  margin: 0;
}

/* -----------MOBILE--------------*/
@media screen and (max-width:480px){
    .headlineWrapper h2 {font-size: 8vw;}
    .headlineWrapper h3 {font-size: 6vw;}
    #navi02 a {font-size: 3.1vw;}
    #navi01 a {font-size: 3.1vw;}
    header h1 {display: none;}
    #navi01 p {padding: 10px 10px;}
    #navi02 p {padding: 10px 10px;}
    .aboutMeWrapper {
                      display: block;
                      position: relative;
                      float: left;
                      justify-content: center;
                      height: 100%;
                      width: 100%;
                      background-color: #FFF;
                      color: dimgray;
                    }
    .aboutMeHeading h2 {
                        float: left;
                        text-align: right;
                        font-family: 'Montserrat', 'Verdana', 'Arial', sans-serif;
                        letter-spacing: 0.2em;
                        font-size: 38px;
                        text-transform: uppercase;
                        margin: 50px 0px;
                        padding: 0px 25px;
                        }
        .aboutMeText {
                        font-size: 16px;
                        text-align: justify;
                        float: left;
                        line-height: 22px;
                        padding: 0px 25px;
                        margin-bottom: 50px;
                        font-family: 'Nunito', 'Calibri', sans-serif;
                    }

}


/* SCROLLTEASER */
#scrollteaser {
  display: flex;
  position: absolute;
  justify-content: center;
  width: auto;
  height: auto;
  top: 100vh;
  left: 0; 
}

#scrollteaser span.border {
  letter-spacing: 0.04em;
  width: 200px;
  height: 200px;
  left: 50vw;
  margin-left: -100px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  bottom: -120px;
}

#scrollteaser span a {
  z-index: 8;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
  color: rgb(0,120,120);
  font-size: 20px;
  position: absolute;
  top: 25px;
  -ms-transform: translateX(-44px);
}


.border {
  display: flex;
  align-items: center;
  justify-content: center;
}


.arrow_left {
  top: 50px;
  left:90px;
  width: 1em;
  height: 1em;
  position: absolute;
  border: 0 solid transparent;
  border-bottom: 2px solid rgb(00,120,120); 
  transform: rotate(25deg);
}


.arrow_right {
  top: 50px;
  left: 96px;
  width: 1em;
  height: 1em;
  position: absolute;
  border: 0 solid transparent;
  border-right: 2px solid rgb(00,120,120); 
  transform: rotate(65deg);
}

.spacer {
  height: 97vh; 
  position: relative;
}


/* ABOUT ME */
@media screen and (min-width:481px){
.aboutMeWrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  position: relative;
  float: left;
  justify-content: center;
  min-height: 450px;
  width: 100%;
  background-color: #FFF;
  color: dimgray;
     
}

.aboutMeText {
    font-family: 'Nunito', 'Calibri',  sans-serif;
	width: 300px;
    height: 290px;
    font-size: 16px;
	text-align: justify;
	float: left;
	line-height: 22px;
    margin: 0px 25px;
    -ms-transform: translateY(70px);
}

.aboutMeHeading h2 {
	float: left;
	text-align: right;
	width: 300px;
	font-family: 'Montserrat', 'Verdana', 'Arial', sans-serif;
	letter-spacing: 0.2em;
	font-size: 38px;
	text-transform: uppercase;
	margin: 0px 25px;
    margin-top: -5px;
    -ms-transform: translateY(70px);
}

 }

/* SERVICES */
@media screen and (min-width:481px){
.servicesWrapper {
  display: block;
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  vertical-align: middle;
  justify-content: center;
  background-image: url('HG_Design.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
} 


.bgimgColoring {
    left: 0;
    top: 0;
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.50); 
}}

/* -----------MOBILE--------------*/
@media screen and (max-width:480px){
.servicesWrapper {
  display: block;
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  vertical-align: middle;
  justify-content: center;
  background-image: url(HG_Design.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
} 


.bgimgColoring {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.50); 
}}
 
@media screen and (min-width:481px){
.services {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  vertical-align: middle;
  position: relative;
  max-width: 1024px;
  color: black;
  float: left;
  height: auto;
  margin: 100px 25px;

}}

/* -----------MOBILE--------------*/
@media screen and (max-width:480px){
.services {
  display: block;
  position: relative;
  color: black;
  float: left;
  margin: 25px 0px;
  -ms-top: 100%;
  -ms-transform: translateY(35%);
}

}

.serviceBoxWrapper {
  float: left;
  height: auto;
  color: #FFF;
  padding: 0px 25px;
  position: relative;
  width: auto;
  min-width: 230px;
  margin: 25px 0px;
	
}

.serviceBoxWrapper h3 {
  text-align: center;
  font-family: 'Montserrat', 'Verdana', 'Arial', sans-serif;
  letter-spacing: 0.15em;
  font-size: 26px;
  text-transform: uppercase;
  
}

.serviceBoxWrapper article {
  text-align: justify;
  font-family: 'Nunito', 'Calibri', sans-serif;
  font-size: 16px;
  float: left;
}


/* SKILLS */
@media screen and (min-width:481px){
.skillsWrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  position: relative;
  float: left;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: dimgray;
}

.skillsWrapper-inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  position: relative;
  float: left;
  justify-content: center;
  width: 1024px;
  min-height: 450px;
  margin: 30px 25px; 
    }
    
.skillsHeading h2 {
	float: left;
	text-align: left;
	width: 320px;
	font-family: 'Montserrat', 'Verdana', 'Arial', sans-serif;
	letter-spacing: 0.2em;
	font-size: 38px;
	text-transform: uppercase;
	margin: 50px 25px;
}

.bars {
  position:relative;
  font-family: 'Nunito', 'Calibri',  sans-serif;
  min-width: 300px;
  max-width: 650px;
  height: auto;
  width: 100%;
  float: left;
  left: 0;
  margin: 50px 25px;
  top: 10px;
}
    
}

/* -----------MOBILE--------------*/
@media screen and (max-width:480px){
.skillsWrapper {
  display: block;
  position: relative;
  float: left;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  color: dimgray;
}

.skillsWrapper-inner {
  display: block;
  position: relative;
  float: left;
  justify-content: center;
  height: auto;

}

.skillsHeading h2 {
	float: left;
    text-align: right;
    font-family: 'Montserrat', 'Verdana', 'Arial', sans-serif;
    letter-spacing: 0.1em;
    font-size: 38px;
    text-transform: uppercase;
    padding: 0px 25px;
    margin-top: -20px;
    margin-bottom: 50px;
}
    
.bars {
  position:relative;
  font-family: 'Nunito', 'Calibri',  sans-serif;
  width: 100%;
  float: left;
  margin: 50px 0px;
  padding: 0px 25px;
}

}


.skillbar {
	position:relative;
	display:flex;
	margin-bottom:46px;
	width:100%;
	background:#eee;
	height:2px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.05em;
}


.skillbar-title {
	position:absolute;
    width:150px;
	font-size:16px;
	color:dimgray;	
}


.skillbar-title span {
	display:flex;
	padding:0 10px;
	height:35px;
	line-height:35px;
}


.skillbar-bar {
	height:2px;
	width:0px;
	background:#6adcfa;
}


.skill-bar-percent {
	position: absolute;
	right:10px;
	top:0;
	font-size:16px;
	height:35px;
	line-height:35px;
	color:#FFF;
	color:rgba(0, 0, 0, 0.4);
}

/* KONTAKT */
@media screen and (min-width:481px){
.kontaktWrapper {
	display: -webkit-flex;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-align-items: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 450px;
	background-color:rgba(40,40,40,1.00);
	color: white;
	text-align: center;
}
.kontaktWrapper h3 {
	position: relative;
	text-align: center;
	font-family: 'Montserrat', 'Verdana', 'Arial', sans-serif;
    text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 38px;
	margin-top: 50px;
}

.kontaktdaten {
	position: relative;
	display: -webkit-flex;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    align-content: center;
    justify-content: center;
  	-webkit-align-items: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
	width: auto;
	max-width: 1024px;
	margin: 50px 50px;
}
    
.daten p {
	position: relative;
	float: left;	
	text-align: right;
	font-family: 'Nunito', 'Calibri', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 40px;
	margin-right: 50px;
	padding-bottom: 70px;
}    

.daten {
	position: relative;
	display: -webkit-flex;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-align-items: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	justify-content: center;
	height: 200px;
	width: auto;
	max-width: 1024px;
}


.daten a {
	color: #FFF;
 	text-decoration: none; 
}


.kontaktdaten img {
	width: 200px;
	height: auto;	
}


.links {
	position: absolute;
	bottom: 0;
	right: 40px;
}


.links img {
	position: relative;
	margin: 0px 10px;
	width: 50px;
	padding: 10px;
	height: auto;
	border-right: 1px solid #FFF;
}
    
    
}

/* -----------MOBILE--------------*/
@media screen and (max-width: 480px){
.kontaktWrapper {
    padding-top: 50px;
	background-color: rgba(40,40,40,1.00);
	color: white;
	text-align: center;
}

.kontaktWrapper h3 {
    padding-top: 770px;
    position: relative;
	text-align: center;
	font-family: 'Montserrat', 'Verdana', 'Arial', sans-serif;
    text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 26px;
    height: 100%;
}

.kontaktdaten {
	position: relative;
  	display: block;
    align-content: right;
    justify-content: center;
	width: auto;
    height: 100%;
}

.daten p {
	position: relative;
	float: left;	
	text-align: center;
	font-family: 'Nunito', 'Calibri', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 40px;
    margin: 0px 25px;
}

.daten {
	position: relative;
  	justify-content: center;
}


.daten a {
	color: #FFF;
 	text-decoration: none; 
}


.kontaktdaten img {
	width: 200px;
	height: auto;
    margin: 25px;
    padding-bottom: 25px;
}


.links {
	position: relative;
}


.links img {
	position: relative;
	margin: 0px 10px;
	width: 50px;
	padding: 10px;
	height: auto;
}
}
