/* Importing Amaranth Font for menu text 
@import url(http://fonts.googleapis.com/css?family=Amaranth);*/

/*
version: 10.04.2017

Standart Schriftgröße: 16px
@phoneLandscapeViewportWidth: 	30em;		// 480px
@tabletViewportWidth: 			48em; 		// 768px
@tabletLandscapeViewportWidth: 	64em; 		// 1024px
@desktopViewportWidth: 			78.75em; 	// 1260px
*/



nav > a {
    display: inline;
}

.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	height: 70px; /*230*/
	overflow: hidden;
	/*font-family: 'Amaranth', sans-serif;*/
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	width: 100%;
	/*max-width: 69em;*/
	max-width: 900px;
	margin: 0 auto;
	/*padding: 1em;*/
  padding-left: 1em;
  padding-right: 1em;
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}


 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
/*.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 110px; 
}*/
.cbp-af-header h1{
 
}

.cbp-af-header h1 {
	color: #333;
	letter-spacing: 3px;
	font-size: 1.2em;
	font-size: 4vw;
  font-size: calc(12px + 1.5vw);
	font-weight: 500;
	margin: 0;
	float: left;
  line-height: 70px;
}


.cbp-af-header nav {
	float: right;
}

nav .c-hamburger {
    margin-top: 7px;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a,
.cbp-af-header nav .c-hamburger,
.cbp-af-header img,
.cbp-af-header h3 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 70px;/*90*/
}

.cbp-af-header.cbp-af-header-shrink h1{
	line-height: 70px;/*90*/
	font-size: 1.2em;
	font-size: 4vw;
  font-size: calc(12px + 1.5vw);
	margin-top: 0px;
}

.cbp-af-header.cbp-af-header-shrink nav .c-hamburger {
  margin-top: 7px;
}

/* Example Media Queries */
@media screen and (min-width: 30em) and (orientation:landscape){
	.cbp-af-header h1 {
		font-size: 1.2em;
    letter-spacing: 7px;
	}
	.cbp-af-header.cbp-af-header-shrink h1{
		line-height: 1.2;
	}
	
}

@media screen and (min-width: 48em) {
	.cbp-af-header {
		height: 100px; 
	}
	.cbp-af-header h1{
		font-size: 2.0em;
		line-height: 100px;
	}
	nav .c-hamburger {
		margin-top: 20px;
		margin-right: 10px;
	}
}


@media screen and (min-width: 60em) {
	nav .c-hamburger {
		margin-top: 20px;
		margin-right: 0px;
	}
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
    padding-left: 0;
    padding-right: 0;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		/*text-align: center;
		float: none;*/
	}

	.cbp-af-header h1,
	.cbp-af-header h3,
	.cbp-af-header nav a {
		font-size: 2.0em;
		line-height: 100px;
	}

	.cbp-af-header nav a ,
	.cbp-af-header h3{
		margin: 0 10px;
	}
	.cbp-af-header img{
		width: 12%
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a,
	.cbp-af-header.cbp-af-header-shrink h3{
		line-height: 45px; /*45*/
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 1.4em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a,
	.cbp-af-header.cbp-af-header-shrink h3{
		font-size: 1em;
	}
	.cbp-af-header.cbp-af-header-shrink img{
		width: 8%
	}
}
