@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url(all.min.css);
@import url(flickity.min.css);
@import url(lightbox.min.css);
/* general settings , allgemeine formatierung /////////////////////////////////*/

* {
	box-sizing: border-box;
	padding:0;
	margin:0;
}

body{
	font-family: 'Quicksand', sans-serif;
	color:#002A8F;
	vertical-align:baseline;
    background: url(../bilder-compressor/ana-tano-hero.jpg) no-repeat center  fixed;
	max-width: 100%;
	height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

ul{
	list-style: none;
}

ul a{
	color: #002a8f;
}

p{
	font-size: 1.2em;
	letter-spacing:1px;
}

#unterseite{
	background: none;
}

h2 {
	display:inline-block;
	text-align:center;
    font-size: 2em;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom:70px;
 	padding-bottom:5px;
    border-bottom:2px solid #cf142b;
}

h3 {
	font-weight: 700;
	text-transform: capitalize;
    font-size:1em;
	letter-spacing:1.3px;
	margin-bottom:1.5em;
}

h4{
	text-transform: capitalize;
	letter-spacing:1.3px;
	margin-bottom:0.6em;
	margin-top: 1.5em;
}

hr{
	border:0.25px solid #cf142b;
	margin-top:35px;
}

.row{
    overflow:hidden;

	padding:5px 0;
}

.innerbox{
	max-width:980px;
	margin:auto;
	position:relative;
	padding:0 1em;
}

section{
    padding:70px 0;
}

a{
	text-decoration:none;
}

.responsive {
     max-width: 100%;
     height: auto;
}


/* raster, grid*/

.row{
overflow:hidden;
}

.halbe{
width:47.5%;
float:left;
margin-right:5%;
}

.drittel{
width:32%;
float:right;
margin-right:2%;
background:#fff;
text-align:center;
padding:30px 20px;
}

.zweidrittel{
width:66%;
float:left;
margin-right:2%;
text-align:center;
padding:30px 20px;
border:1px solid #eee;
}

.halbe:last-child,
.zweidrittel:last-child,
.drittel:last-child{
margin-right:0;
}

/* buttons //////////////////////  */

.button {
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight:700;
    background:rgba(207,20,43,0.6) ;
		background-image: linear-gradient(to right,#8c2a8f 0%,#cf142b 70%);
    padding: 11px 15px;
    font-size: 12px;
    letter-spacing: 2px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border:0;
	border-radius:20px;
}
.button:hover {
   background: #002a8f;
}

/* Regel für die transition on overlay */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*///////////////// header///////////////// */
.main_h{
  position:fixed;
	top:0;
	left:0;
  max-height:90px;
	width:100%;
	z-index:999;
  background:#fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  z-index:999;
  overflow:hidden;
  box-shadow: 0px 4px 8px 0px rgba(41,155,209,0.1); /* verbessern weiß aber nicht wie */
}

.main_h #unterseite{
	box-shadow: 0px 4px 8px 0px rgba(41,155,209,0.3);
}



/*  .open-nav wird dem header(.main_h)  beim klicken auf das hamburger-icon hinzugefügt aus der index.js ////*/

/*
die max-height 70px von main_h wird auf 400px erhöht.
Durch das overflow:hidden, wird alles was nicht der höhe von 70px angezeigt wird versteckt.
Erst mit dem klicken des toggle-icons wird durch das Hinzufügen der .open-nav die anzeigehöhe des Header größer(400px).
 Somit wird die Navigation optisch sichtbar */
/**/
.open-nav {
  max-height: 400px !important;
  background-color: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid gainsboro;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}


/* ///////////////////  mobile toggle für die smartphones hamburger-menu //////////////////////  */
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: 22px;
  top: 25px;
  width: 22px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #fff;
  display: block;
}

.sticky .mobile-toggle span,
.open-nav .mobile-toggle span {
  background: #ededef;
}


.logo1 {
  width: 70px;
  float: left;
  display: block;
  margin-top: 10px;
  line-height: 1;
  margin-bottom: 10px;
}

.logo2 {
  display: none;
}

/*//////////////////intro///////////////*/

/*}#logointro {
	background:#fff;
	background:rgba(255,255,255,1);
	text-align: center;
}

#logointro img{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position:absolute;
	width: 20%;
	z-index: 2;
	animation: test 1s;
}

@keyframes test {
  0% { transform: scale(0);  left: 39%; }
  40% { transform: scale(1);  left: 39%;}
}*/

/*//////////////////intro Ende///////////////*/

/* ///////////////////  nav //////////////////////  */
nav {
float: right;
margin:auto;
}

nav ul {
  padding-top:35px;
  list-style: none;
  text-align: right;
  float: right;
}

nav ul li {
  display: inline-block;
  margin-left: 30px;
  line-height: 1.5;
}


nav ul a {
  color: #002a8f;
  font-size: 0.9em;
  font-weight:400;
  letter-spacing:0.0625em;
  transition: all .25s ease-in;
}


#activ, nav ul a:hover, nav ul a:focus{
	font-weight:300 !important;
}




/* /////////////// hero-box, großbild-grafik ////////////////////////////*/
.hero {
  position: relative;

  text-align: center;
  height: 500px;
  height:100vh;
  letter-spacing: 2px;
}

.hero .drittel{
	width:50%;
	background:none;
	margin-right:0%;
	margin-top:20%;
}


#unterseite .hero {
  background: url(../bilder-compressor/hero-unterseite-ana-tano.jpg) no-repeat center  fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height:300px;
  height:50vh;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.3;
  position:relative;
  font-weight: 400;
  color:#002a8f;
  float:right;
}

.hero h1 span {
  font-size: 50px;
  font-weight: 700;
  color: #002a8f;
  border-bottom: 2px solid #002a8f;
  padding-bottom: 24px;
  line-height: 3;
}

/*mouse*/
.mouse {
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #002a8f;
  position: absolute;
  bottom: 40px;
  left: 50%;
transform:translateX(-50%);
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #002a8f;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* mouse ende*/

/* hero ende */



/* about me section */

#about-me {
background:#fff;
background:rgba(255,255,255,0.5);
}

#about-me h2{
	margin-bottom:50px;
	margin-top:0;
}

.text{
	width: 70%;
}

#about-me p{
	text-align:center;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: auto;
  margin-right: auto;
}

.about-me-img{
	display:block;
	margin-right:auto;
	margin-left:auto;
	width:25%;
}


#about-me .drittel{
width:98%;
min-height:626px;
margin-right:1%;
margin-left:1%;
box-shadow: 0 4px 8px 0px rgba(41,155,209,0.5);

}



/* about me section ende */

/* what i do section */

#what-i-do {
background:#ededef;
text-align:center;
}

#what-i-do  h3{
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#what-i-do .drittel{
	float:left;
	margin-right:8%;
	width:28%;
	background-color:rgba(255,255,255,0.5);
	text-align:center;
	padding:30px 20px;
	border:1px solid #eee;
}

#what-i-do .drittel:last-child{
	margin-right:0;
}

/* what i do section ende */



/*call-to-action*/

#call-to-action {
	background:#e2727f;
	text-transform:capitalize;
	text-align:center;
}


#call-to-action .button{
 	background:#002a8f;
	color:#ededef;
}

#call-to-action .button:hover{
 	background:rgba(207,20,43,0.9);
	color:#ededef;
}
/*call-to-action ende*/


/*///// work//// */

#work{
	background:#ededef;
	background-image: linear-gradient(to bottom,#ededef 0%,#d4d4d6 100%);
	text-align:center;
}

.gallery .drittel{
width:33.333%;
float:left;
margin:0 ;
background:none;
text-align:center;
padding:0;
background:none;
}

.gallery figure{
position:relative;
line-height:0;
}

.gallery figcaption{
background:#000;
background:rgba(207,20,43,0.8);
color:#fff;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3sease-in-out;
line-height:1.2em;
}

.gallery figcaption:hover{
opacity:1;
}

.gallery image{
width:100%;
}

.project{
	font-weight: 700;
	font-size: 1.6em;
	color:#ededef;
	display:inline-block;
	padding:0.625em;
	position:absolute;
	margin-bottom:100%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

.category{

	font-weight: 700;
	font-size: 1.6em;
	color:#ededef;
	display:inline-block;
	padding:0.625em;
	position:absolute;
	margin-top:5%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

figcaption:hover .category{
	top:40%;
}
figcaption:hover .project{
	top:56%;
}




*///// work ende//// */


/* footer */

.social{
font-size:1.5em;
margin-top:1.2em;
}

footer{
	background:#e2727f;
}

footer .innerbox{
	text-align:center;
	padding:70px 0;
	color:#002a8f;
	font-size:1.25em;
	font-weight:400;
}

.impressum{
	margin-top: 0.6em
}

/* footer Ende */

/* social /////////////  */

.social{
	list-style-type:none;
	margin-top: 1.2em;
}
.social li{
	display:inline-block;
	margin:0 0.625em;
}

.social li a{
color:rgba(0,42,143,1);
}
.social li a:hover{
color:rgba(255,255,255,0.6);
}

/* social ende/////////////  */

/* ///////////  scroll-to-top ///////////////  */
#scroll-to-top{
display:none;
position:fixed;
bottom:30px;
right:30px;
color:#ededef;
font-size:1.8em;
width:30px;
height:30px;
background:#002a8f;
background-image: linear-gradient(to right,#8c2a8f 0%,#cf142b 70%);
text-align:center;
border-radius:30px;
}

#scroll-to-top{
display:none;
position:fixed;
bottom:30px;
right:30px;
color:#fff;
font-size:2em;
width:30px;
height:30px;
background:#C01B2C;
text-align:center;
border-radius:3px;
}

/* kontakt */

main h2{
	padding-top: 70px;
}


.embedcontainer {
		 position: relative;
		 padding-bottom: 56.25%;/*16/9*/
		 height: 0;
		 overflow: hidden;
		 max-width: 100%;
 }

.embedcontainer iframe{
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
 }

 /* kontaktformular*/

#kontaktformular  input[type="text"],
#kontaktformular  input[type="email"],
#kontaktformular  textarea{
background:#F7F7F7;
border:0;
padding:1em;
margin-top: 1em;
margin-bottom: 1em;
font-family: 'Quicksand', sans-serif;
font-size:0.9em;
text-transform:capitalize;
}

#kontaktformular  p{


}

#kontaktformular .button{
font-family: 'Raleway', sans-serif;
margin:0;
margin-bottom: 4em;
}

#kontaktformular  textarea{
height:250px;
width:100%;
}

/* Project */

#project, #about{
	margin-top:5%;
	margin-bottom:5%;
	text-align:center;
}

/* Project Ende*/

/* About*/
#about, #project {
	text-align:left;
}

#about img{
	/*margin-top: 70px;
	max-width: 25%;*/
	border: solid 2px #cf142b;
	background:#000;
	background:rgba(207,20,43,0.8);
}

#about figcaption{
	padding-top: 5px;
	color: #002a8f;
	font-size: 0.9em;
	font-weight:400;
	letter-spacing:0.0625em;
}

#about figcaption:hover, #about figcaption:focus{

	font-weight: 300 !important
}


.box-project{
	margin-top: 35px;
}

#project .drittel{
	margin-right:2%;
	float: left;
	padding: 0;
}

#project .zweidrittel{
	padding: 0;
}

#project .drittel:last-child{
margin-right:0;
}

#project ul{
	text-align: center;
	width: 100%;
	list-style: none;
	display: block;
}

#project ul li{
	margin-bottom: 35px
}


#project ul li a{
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/* skill-bar /////////////////////  */

#skills label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #002a8f;
    text-transform: capitalize;
    letter-spacing: 2px;
		font-weight: 400;
		font-size: 1em;

}

.progress {
    height: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: rgba(41,155,209,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(41,155,209,0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #cf142b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(41,155,209,0.8);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}



/* About Ende*/

/* mediaqueries bis 1300px /////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 1300px) {

.project, .category{
		line-height:1.5em;
		font-size:1.3em;
}

 #about-me h2{
	margin-bottom:25px;
	margin-top:0px;
}

#about-me .drittel{
	box-shadow: 0 4px 8px 0px rgba(41,155,209,0.5);
}


}/* ende /max-width:1300px*/


/* mediaqueries bis 900px /////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 900px) {

	.hero {
						background: url(../bilder-compressor/hero-vertikal-only-brille.jpg) no-repeat center  scroll;
						-webkit-background-size: cover;
						-moz-background-size: cover;
						background-size: cover;
						position: relative;

					  }

						.hero .drittel{
							width:100%;
							margin-top:80%;
						    float:none;
						    margin-left:0;
							margin-right:0;
						}

						.hero h1 {
						  float:none;
						}


.hero h1 {
  font-size: 30px;
}

.hero h1 span {
  font-size: 40px;
}

#smoothlink{
	display: none;
}

#what-i-do .drittel, #about-me .drittel{
	float:none;
	width:100%;
	margin-bottom:20px;

}

 #about-me .drittel{
	float:none;
	margin-right:0;
	margin-left:0;
 }

.gallery .drittel{
width:100%;
float:none;
}

.project, .category{
		line-height:1em;
}

}/* ende /max-width:900px*/


/* mediaqueries bis 766px /////////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 766px) {

	.mobile-toggle {
				display: block;
			  }

nav {
		float:none;
		width:100%;
overflow:hidden;
				  }

nav ul{
text-align:center;
		float:none;
		width:100%;
		margin-bottom:30px;

				  }

nav ul li{
		display:block;
		width:100%;
        border-bottom: 0.5px solid #ededef;
			margin:0;
				  }

nav ul li a{
		  display:block;
		  text-align:left;
		padding:15px;
				 color: #ededef;
				  }



.main_h{
					background:rgba(0,42,143,1);
					box-shadow: 0px 4px 8px 0px rgba(41,155,209,0.1);
					padding-top: 10px;
					padding-bottom: 10px;
				  }

.logo1 {
display:none;
}

.logo2 {
  display: inherit;
    width: 70px;
  display: block;
  line-height: 1;
  margin:0px auto 10px;
}


.hero {
					background: url(../bilder-compressor/hero-vertikal-only-brille.jpg) no-repeat center  scroll;
					-webkit-background-size: cover;
					-moz-background-size: cover;
					background-size: cover;
					position: relative;

				  }

.hero .drittel{
	width:100%;
	margin-top:80%;
    float:none;
    margin-left:0;
	margin-right:0;
}

.hero h1 {
  float:none;
}

body{
    background: rgba(255,255,255,1);
}

.project, .category{
	font-size: 1.3em;
		line-height:1em;
}

 #about-me h2{
	margin-bottom:30px;
	margin-top:25px;
}

}/* ende /max-width:766px*/

/* mediaqueries bis 480px /////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 480px) {

	#smoothlink{
		display: none;
	}

	#about-me p{
		text-align: center;
		margin-top: 12.5px;
		margin-bottom: 15px;
		margin-left: auto;
	  margin-right: auto;
	}

	#about-me img{
		display:block;
		margin-right:auto;
		margin-left:auto;
		width:50%;
	}

	#about .halbe, #project .halbe{
		width:100%;
		float: none;
		margin-left:0;
	  margin-right:0;
	}

	#about .halbe figure img{
		margin-top: 25px;
	}

	#about h2, #project h2{
		margin-bottom: 35px;
		margin-top: 35px;
	}

.project, .category{
	font-size: 1em;
	line-height:1em;
}

.hero .drittel{
	width:100%;
	margin-top:105%;
    float:none;
    margin-left:0;
	margin-right:0;
}

.hero h1 {
  font-size: 25px;
  float:none;
}

.hero h1 span {
  font-size: 30px;
  padding-bottom: 12px;
}


 #about-me h2{
	margin-bottom:25px;
	margin-top:25px;
}

footer p, footer a{
	font-size: 0.8em;
}

footer .innerbox{
	padding: 35px 0;
}

#call-to-action h3, #call-to-action p{
	font-size: 1em;
}

#call-to-action h3{
	margin-bottom: 1em;
}

#call-to-action{
padding: 35px 0;
}

#project p{
	margin-top: 20px;
	text-align: center;
}

			}
