html {
	background: url(../bild/minge.jpg) no-repeat center fixed;
	background-size: cover;
}

@media only screen and (max-width: 1000px){
    html {
		background: url(../bild/minge-lang-rot.jpg) no-repeat center fixed;
		background-size: cover;
    }
}

body{		
					color: white;
}
header{
					margin-left: auto;
					margin-right: auto;
					text-align: center;
					font-size: 2em;
					font-variant: small-caps;
					background: linear-gradient(-90deg, transparent, #0c2b40, transparent);
					border-right: 0px solid grey;
					border-left: 0px solid grey;
					border-top: 0px solid grey;
					border-top-left-radius: 50%;
					border-top-right-radius: 50%;
}

@media only screen and (max-width: 1000px){
    header {
		background: linear-gradient(-90deg, transparent, #9a0505, transparent);
		margin-bottom: 1px;
    }
}

@media only screen and (max-width: 3840px){
    nav li  {
        width: 33.3333333%;
        float:left;
		text-align: center;
		font-weight: bold;
		background: linear-gradient(-90deg, transparent, #0c2b40, transparent);
    }
}


nav li:hover{
		background: linear-gradient(-90deg, transparent, #3f635e, transparent);
}

@media only screen and (max-width: 1000px){
    nav li {
        width: 100%;
		background: linear-gradient(-90deg, #9a0505, transparent, #9a0505);
		margin-bottom: 1px;
    }
}

@media only screen and (max-width: 1000px){
    nav li:hover {
        width: 100%;
		background: linear-gradient(-90deg, darkorange, transparent, darkorange);
		margin-bottom: 1px;
    }
}

nav{		
					background: linear-gradient(-90deg, transparent, #0c2b40, transparent);
					width: 100%;
					text-align: center;
					border-right: 0px solid grey;
					border-left: 0px solid grey;
					font-size: 3.2em;
}
nav ul{					
					list-style-type: none;
					margin: 0px;
					padding: 0px;
					width: 100%;
}


nav a:link {
					color: #8d46c4;
					font-variant: small-caps;
					text-decoration: none;
					
}

@media only screen and (max-width: 1000px){
    nav a:link {
					color: darkorange;
		
    }
}

nav a:hover {
					color: #FFF;
	
}
@media only screen and (max-width: 1000px){
    nav a:hover {
					color: #FFF;
		
    }
}






article{
					background-color: hsla(275, 100%, 80%, 0.12);
					width: 79.9999%;
					border: 0px solid grey;
					border-radius: 10px;
					margin-left: auto;
					margin-right: auto;
					margin-top: 0px;
}

article img {
					width: 99.9999%;
}

@media only screen and (max-width: 1000px){
    article {
					width: 100%;
    }
}

article h1 {
					font-size: 2.1em;
					text-align: center;
}

article h2 {
					font-size: 1.9em;
					text-align: center;
}



article p {
					font-size: 1.45em;
}
aside{
					width: 49.9999%;
					border: 0px solid grey;
					float: left;
					background-color: hsla(275, 100%, 80%, 0.12);
					border-radius: 10px;					
					padding-left: 10px;
					padding-right: 5px;
					
}

@media only screen and (max-width: 1000px){
    aside {
					width: 99.9999%;
    }
}

aside h2 {
					text-decoration: underline;
					text-align: left;
}
aside p {
					font-size: 1.8em;
}
section { 
					width: 60%;
					margin-left: auto;
					margin-right: auto;
					padding-left: 10px;
					background-color: hsla(275, 100%, 80%, 0.12);
					border: 0px solid grey;
					border-top-left-radius: 10px;
					border-top-right-radius: 10px;
}

.cen {
					text-align: center;
}
.und {
					text-decoration: underline;
}
section summary {
}
section details { 
					font-size: 2em;

}
footer{
					position: fixed;
					bottom: 0px;
					right: 0;
					width: 250px;
					background-color: hsla(275, 100%, 80%, 0.2);
					text-align: center;
					border: 0px solid white;
					border-radius: 5px;
					
}

footer:hover {
					background-color: hsla(275, 100%, 80%, 0.09);
}

footer a:link {
					font-size: 1.5em;
					color: #FFF;
					text-decoration: none;
}

footer a:hover {
					color: #B0C4DE;
					
}

a:link {}
a:hover {}
a:visited {
					color: lightslategrey;
}
audio{}
video{}
img{}
* {box-sizing: border-box;}
.clearfix:after {content: ""; display: table; clear: both;}