@charset "utf-8";
/* --------------- Body -> --------------- */
*{
margin:0px;
padding:0px;
}
h1, h2{
font-family: "Verdana", Arial, serif;
}
html {
position: relative;
min-height: 100%;
}
body {
background-image: url(../img/bg.png);
background-size: cover;
margin-bottom: 10%; /* bottom = footer height */
}
hr{
clear: both;
}
a:link{
text-decoration:none;
color: black;
}
a:visited{
text-decoration:none;
color: black; 
} 
/* --------------- Body <- --------------- */
/* --------------- Side Nav -> --------------- */
header{
width:100%;
}
.logo{
background-image: url(../img/logo.png);
}
.side_nav{
font-family: "Garamond", Arial, serif;
font-weight: bold;
float:right;
width: 180px;
height: 130px;
margin: 10px;
}
.side_nav li{
margin-top: 10px;
list-style-type:none;
line-height: 1.9em;
}
.side_nav li p {
margin-left: 35px;
}
.s_nav{
width: 100%;
height: 30px;
background-repeat: no-repeat;
}
.sn1 {
background-image: url("../img/menu/6.png");
}
.sn1:hover{
background-image: url("../img/menu/5.png");
}
.sn2 {
background-image: url("../img/menu/4.png");
}
.sn2:hover{
background-image: url("../img/menu/3.png");
}
.sn3 {
background-image: url("../img/menu/2.png");
}
.sn3:hover{
background-image: url("../img/menu/1.png");
}
/* --------------- Side Nav <- --------------- */
.stop{
clear: both;
}
/* --------------- Content -> --------------- */
.wrapper{
margin-left: auto;
margin-right: auto;
width: 80%;
max-width: 880px;
height: auto;
}
aside{
font-family: "Verdana", Arial, serif;
margin-top: 20px;
min-height: 150px;
max-width: 880px;
}
.imp_img{
position: relative;
margin-top: 10px;
margin-left: 440px;
max-width: 100%;
height: auto;
}
.imp_img img{
margin-top: 80px;
max-width: 100%;
height: auto;
}
.index{
}
.impressum{
position: absolute;
}
/* --------------- Content <- --------------- */
/* --------------- Footer -> --------------- */
footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.gl{
height: 150px;
width: 200px;
float: left;
}
.gr{
height: 150px;
width: 200px;
float:right;
}
/* --------------- Footer <- --------------- */
/* ----------- Media Qery MAX 480 -> ----------- */
@media only screen and (max-width: 480px){
.logo{
margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 365px;
height: 100px;
}
.side_nav{
text-align: center;
margin-left: auto;
margin-right:auto;
width: 100%;
height: auto;
}
.side_nav li{
display: inline-block;
}
.wrapper{
max-width: 300px;
}
.imp_img{
display:none;
}
}
/* ----------- Media Qery MAX 480 <- ----------- */
/* ----------- Media Qery MAX 620 -> ----------- */
@media only screen and (max-width: 620px){
.logo{
margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 365px;
height: 100px;
}
.side_nav{
text-align: center;
margin-left: auto;
margin-right:auto;
width: 100%;
height: auto;
}
.side_nav li{
display: inline-block;
}
.wrapper{
max-width: 400px;
}
.imp_img{
display:none;
}
/* --------------- Nav -> --------------- */
.menu {
font-family: "Garamond", Arial, serif;
font-weight: bold;
margin: 0 auto;
padding: 0;
width: 100%;
}
.menu li { 
list-style: none; 
}
.menu li a {
display: table;
margin-top: 1px;
padding: 14px 10px;
width: 100%;
background-color:rgba(217, 216, 216, 0.5);
text-decoration: none;
text-align: center;
vertical-align: middle;
color: black;
overflow: hidden;
-webkit-transition-property: background;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: ease-out;
transition-property: background;
transition-duration: 0.4s;
transition-timing-function: ease-out;
}
.menu > li:first-child a {
margin-top: 0;
}
.menu li a:hover {
background-color:rgba(217, 216, 216, 1);
-webkit-transition-property: background;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
transition-property: background;
transition-duration: 0.2s;
transition-timing-function: ease-out;
}
.menu li ul {
margin: 0;
padding: 0;
}
.menu li li a {
display: block;
margin-top: 0;
padding: 0 10px;
height: 0;
background-color:rgba(217, 216, 216, 0.5);
color: black;
-webkit-transition-property: all;
-webkit-transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: ease-out;
}
.menu > li:hover li a {
display: table;
margin-top: 1px;
padding: 10px;
width: 100%;
height: 1em;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.menu > li:hover li a:hover {
background-color:rgba(217, 216, 216, 1);
-webkit-transition-property: background;
-webkit-transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
transition-property: background;
transition-duration: 0.2s;
transition-timing-function: ease-out;
}
/* --------------- Nav <- --------------- */
}
/* ----------- Media Qery MAX 620 <- ----------- */
/* ----------- Media Qery MIN 620 -> ----------- */
@media only screen and (min-width: 620px){
.logo{
float:left;
width: 365px;
height: 100px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 10px;
}
.side_nav ul li {
clear: both;
}
/* --------------- Nav -> --------------- */
.main_nav{
font-family: "Garamond", Arial, serif;
font-weight: bold;
height: auto; 
width:100%;
background-color:rgba(217, 216, 216, 0.5);
}
.main_nav ul{
margin-right: 20px;
text-align: center;
}
.invis {
display: none;
}
.main_nav ul li ul{
display: initial;
}
.main_nav ul li ul li{
vertical-align: middle;
height: 50px;
display:inline-block;
line-height: 3.2em;
}
.main_nav ul li ul li p {
margin-left: 35px;
}
.navimg{
width: 100%;
height: 40px;
background-position: 0px 10px;
background-repeat: no-repeat;
}
.navimg p{
float: left;
}
.n1{
background-image: url("../img/menu/20.png");
}
.n1:hover{
background-image: url("../img/menu/19.png");
}
.n2{
background-image: url("../img/menu/18.png");
}
.n2:hover{
background-image: url("../img/menu/17.png");
}
.n3{
background-image: url("../img/menu/16.png");
}
.n3:hover{
background-image: url("../img/menu/15.png");
}
.n4{
background-image: url("../img/menu/14.png");
}
.n4:hover{
background-image: url("../img/menu/13.png");
}
.n5{
background-image: url("../img/menu/12.png");
}
.n5:hover{
background-image: url("../img/menu/11.png");
}
.n6{
background-image: url("../img/menu/10.png");
}
.n6:hover{
background-image: url("../img/menu/9.png");
}
.n7{
background-image: url("../img/menu/8.png");
}
.n7:hover{
background-image: url("../img/menu/7.png");
}
/* --------------- Nav <- --------------- */
}
/* ----------- Media Qery MIN 620 <- ----------- */
/* ----------- Media Qery MAX 1280 -> ----------- */
@media only screen and (max-width: 1280px){
footer {
display: none;
}
}
/* ----------- Media Qery MAX 1280 <- ----------- */