/*	Navi		---------------------------------------------------------------------------------------------------- */

nav {
	position: fixed;
	display:block;
	right: 80px;
	top: 120px;
	width: auto;
	height: auto;
	margin: 0;
    padding:20px;
	border: 0.5px solid #001426;
	color: #001426;
	background-color: rgba(255,255,255,0.66);
	backdrop-filter: blur(20px);
    -o-backdrop-filter:blur(20px);
    -ms-backdrop-filter:blur(20px);
    -moz-backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    overflow: hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 999;
}
nav a {
	display: block;
    margin: 0;
    padding: 0;
	line-height: 2.5;
	border: none;
	font-size: 18px;
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #001426;
	text-align: right;
}
nav a:hover {
	color: #001426;
	text-shadow: 0 0 10px #3085BB;
}
span.ext {
    padding: 0;
	margin: 0;
}
nav i {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 24px;
	color: #001426;
	vertical-align:text-top;
}
nav form {
	display: block;
    margin: 20px 0 0;
    padding: 20px 0 0;
	line-height: 2;
	border: none;
	text-align: right;
	border-top: 0.5px solid #001426;
}
nav form input[type="search"] {
	width:auto;
	height: auto;
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #001426;
	background-color: transparent;
    padding: 0;
	margin:0;
	border:none;
	text-align:center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
nav form input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color:rgba(0,20,38,0.6);
}
input.navopen,
label {
	display: none;
}


/*	Inverted		---------------------------------------------------------------------------------------------------- */

nav.inverted {
	color: #FFF;
	background-color: transparent;
	border: 0.5px solid #FFF;
}
nav.inverted a,
nav.inverted i,
nav.inverted form input[type="search"],
nav.inverted label {
	color: #FFF;
}
nav.inverted a:hover,
nav.inverted label:hover {
	color: #FFF;
	text-shadow: 0 0 10px #FFF;
}
nav.inverted form {
	border-top: 0.5px solid #FFF;
}
nav.inverted form input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color:rgba(255,255,255,0.6);
}

/*	Subnav		---------------------------------------------------------------------------------------------------- */

div.subnav {
	position:relative;
	display:flex;
	flex-direction: row;
    justify-content:center;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: #82BBE9;
}
article.flex div div.subnav {
    justify-content:flex-start;
}
div.subnav.top {
	margin:20px 0 0;
	padding:0;
	border: none;
	border-top:0.5px solid #82BBE9;
}
div.subnav.bottom {
	margin:0 0 20px;
	padding:0;
	border: none;
	border-bottom:0.5px solid #82BBE9;
}
div.subnav a {
	display: block;
	width:auto;
	height: auto;
	margin:0;
	padding:20px 40px 20px 0;
	font-family: 'latobold', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	color: #10547E;
	text-align:center;
}
div.subnav a i {
	display: block;
	height: auto;
	margin:0;
	padding:0 0 10px;
	font-size:30px;
}
div.subnav a:hover {
	color: #82BBE9;
}

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

/*	Navi		---------------------------------------------------------------------------------------------------- */

nav {
	right: 0;
	border-right:none;
}

}



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

/*	Navi		---------------------------------------------------------------------------------------------------- */


nav i {
	padding: 0;
	vertical-align:middle;
}
label {
	position: relative;
	display: block;
	padding: 0;
    margin: 0;
    font-size: 24px;
	color: #001426;
	cursor: pointer;
	width: auto;
	text-align: right;
}
label i {
	padding: 0;
	vertical-align:middle;
	-webkit-transition: .5s;
	transition: .5s;
}
label:hover {
	color: #001426;
	text-shadow: 0 0 10px #3085BB;
	-webkit-transition: .5s;
	transition: .5s;
}
input.navopen {
	display: block;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding:0;
}
input.navopen:checked~label i {
	transform: rotate(180deg);
	-webkit-transition: .5s;
	transition: .5s;
}
span.ext,
input.search {
	font-size: 0;
	opacity: 0;
	max-width: 0;
    padding-right:0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
input.navopen:checked~ * span.ext,
input.navopen:checked~ * input.search {
	font-size: 18px;
	opacity: 1;
	max-width: 500px;
    padding-right:15px;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

}



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

/*	Navi		---------------------------------------------------------------------------------------------------- */


nav {
	top: 100px;
}

}



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

/*	Navi		---------------------------------------------------------------------------------------------------- */


nav i {
    font-size: 22px;
}
label {
    font-size: 22px;
}
input.navopen:checked~ * span.ext,
input.navopen:checked~ * input.search {
	font-size: 18px;
	max-width: 500px;
    padding-right:15px;
}


/*	Subnav		---------------------------------------------------------------------------------------------------- */


div.subnav a {
	padding:20px 20px 20px 0;
	font-size:12px;
}
div.subnav a i {
	padding:0 0 5px;
	font-size:24px;
}


}


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


/*	Navi		---------------------------------------------------------------------------------------------------- */

nav {
	top: 80px;
    padding:15px;
}
nav i {
    font-size: 22px;
}
nav form {
    margin: 15px 0 0;
    padding: 15px 0 0;
}
label {
    font-size: 22px;
}
input.navopen:checked~ * span.ext,
input.navopen:checked~ * input.search {
	font-size: 17px;
}

}



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


/*	Navi		---------------------------------------------------------------------------------------------------- */

nav {
	top: 80px;
}
nav i {
    font-size: 20px;
}
nav form {
    margin: 10px 0 0;
    padding: 10px 0 0;
}
label {
    font-size: 20px;
}
input.navopen:checked~ * span.ext,
input.navopen:checked~ * input.search {
	font-size: 16px;
	max-width: 400px;
}


/*	Subnav		---------------------------------------------------------------------------------------------------- */


div.subnav.top {
	margin:10px 0 0;
}
div.subnav.bottom {
	margin:0 0 10px;
}
div.subnav a {
	padding:10px 20px 10px 0;
}


}


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


/*	Navi		---------------------------------------------------------------------------------------------------- */

nav {
	top: 70px;
    padding:10px;
}
input.navopen:checked~ * span.ext,
input.navopen:checked~ * input.search {
	font-size: 15px;
	max-width: 320px;
}


/*	Subnav		---------------------------------------------------------------------------------------------------- */


div.subnav a {
	padding:10px 10px 10px 0;
	font-size:11px;
}
div.subnav a i {
	font-size:20px;
}
div.subnav.bottom a {
	font-size:0;
}
div.subnav.bottom a i {
	font-size:20px;
	padding:0 10px;
}

}


/*
Farben
Blau1 = #82BBE9
Blau2 = #4C9ED3
Blau3 = #3085BB 90%=#4491C2 75%=#64A4CC 25%=#CBE0EE 16%=#DEEBF4 8%=#EFF5FA 5%=#F4F9FC
Blau4 = #0C6A9E
Blau5 = #10547E
Blau6 = #00324C
Blau7 = #001426
Grünblau1 = #9DCBD1
Grünblau2 = #6DB5BA
Grünblau3 = #53AAA7
Grünblau4 = #2C8B8D
Grünblau5 = #007871
Grünblau6 = #005346
Grünblau7 = #002F26
*/