﻿/* General Style ARADOX */
html {
  width:100%;
  height:100%;
  background:url(../images/jpg/001-Rabe_1984x992.jpg) center center fixed;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

/*
html {
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
*/

html.bg1 {
  background-image: url(../images/jpg/001-Rabe_1984x992.jpg);
}

html.bg2 {
  background-image: url(../images/jpg/001-RabeDunkel_1984x992.jpg);
}

body {
  width:100%;
  height:100%;
  background-size:90%;
  font-size:100%;
}

* {
  padding:0em;
  margin:0em;
}

/* ########## */
h1 {
  font-size:2.5em;
  line-height:1.8em;
  font-family:Helvetica;
  font-weight:100;
  color:#ffffff;
  margin:0em;
  padding:1.25em;
  text-align:left;
}

h2 {
  font-size:1.563em;
  line-height:1.8em;
  font-family:Helvetica;
  font-weight:100;
  color:#ffffff;	/* #ff0000; */
  margin:0em;
  padding:1.25em;
  text-align:left;
}

p {
  line-height:1.25em;
  font-family:Helvetica;
  font-weight:100;
  color:#ffffff;	/* #ff0000; */
  margin:0em;
  padding:1.25em;
  text-align:left;
}

p2 {
  color:#ffffff;	/* #ff0000; */
}

p3 {
  color:#ff0000;	/* Copyright-Hinweis im Footer */
}

/* ### Links-Einstellungen ### */
ul {
  margin:0px;
  padding:0px;
}

li {
  list-style:square;
  font-family:Helvetica;
  font-weight:100;
  color:#ffffff;	/* #ff0000; */
  line-height:1.25em;
  padding:0em;
  margin:0.313em 0em 0.313em 0em;
}

img {
  width:90%;
  height:auto;
  max-width:100%;
}

a:active, a:link, a:visited, a:focus, a:hover {
  color: #ffffff;	/* #ff0000; */
  text-decoration: none;
  outline: none;
  text-decoration:none;
}

/* ##### On Top Bar ##### */
#menubar {
  z-index:1;
  position: fixed;
  top: 0;
  display:block;  
}

#menubar ul {
  /* z-index:1; */
  position: fixed;
  top: 0;
  display:block;
  width:4.375em; /* Größe des Menu-Button */
  padding:0.9em;
}

#menubar ul li {
  display:inline;
}

#menubar ul li a.menubutton {
  display:none;
}
/* ##### Navigation ##### */
/*
body>#nav {
  position:fixed;
}
*/
#nav {
  z-index:1;
  position:fixed;
  width:100%;
  height:auto;
}

nav {
  display:block;
  height:2.5em;
  background:#333333;
  text-align:center;
}

nav ul {
  display:block;
}

nav ul li {
  display:inline;
  margin:0em 0.188em 0em 0.188em;
}

nav ul li a {
  color:#ffffff;
  font-size:1.125em;
  line-height:2.5em;
  padding:0.563em 0.938em 0.375em 0.983em;
  transition:background 0.2s;
  -webkit-transition:background 0.2s;
}

nav ul li a:hover {
  background:#333333;
  color: #999999;
  border-bottom:0.188em solid #999999;
}

nav ul li a:active {
  border-bottom:0.188em solid #ff0000;
  text-shadow:  1px  1px 1px #ff0000,
                1px -1px 1px #ff0000,
               -1px  1px 1px #ff0000,
               -1px -1px 1px #ff0000;
}

/* ##### Header ##### */
header {
  display:block;
  text-align:center;
}

header img {
  width:100%;
  height:auto;
  max-width:600px;
  margin-top:4.5em;
}

/* ##### Content Area ##### */
#main {
  display:block;
  width:96%;
  max-width:980px;
  margin:1.25em auto 3.125em auto; /* 1.25em auto; */
  padding:0em;
}

#main article {
  display:inline-block;
  width:65.3%;
  height:auto;
  vertical-align:top;
  margin:0em;
  padding:0em;
  text-align:center;
}

#main article img {
  border:0.125em solid #999;
  border-radius:10px;
}

.img-size01 {
  width:80%;
  height:auto;
  max-width:560px;
}

.img-size02 {
  width:50%;
  height:auto;
}

#main aside {
  display:inline-block;
  width:30.6%;
  margin-left:3%;
  padding:0em;
  vertical-align:top;
}

#main aside section {
  margin-bottom:1.563em;
  border-bottom:0.125em solid #ffffff;	/* #ff0000; */
}

#main article h2 {
  padding:1em 1.8em 1em 1.8em;
}

#main aside section ul {
  padding:0em 1.875em 1.25em 2.5em;
}

/* ##### Kontaktformular ##### */
table {
  text-align:left;
  padding:1.25em;
  margin:0em;
  width:80%;
  height:auto;
  max-width:90%;
}

p1 {
  font-family:Helvetica;
  font-weight:100;
  color:#ffffff;	/* #ff0000; */
}

input[name="Name"]{
  display: none; 
}

input[name="Nachname"], [name="Vorname"], [name="Betreff"], [name="email"], [name="rechnung"]{
  /* background-color:transparent; */
  border:none;
  width:100%;
  color:#ffffff;
  font-family:Helvetica;
  font-weight:500;
  background:rgba(204,204,204,0.3);
}

textarea {
  border:none;
  width:100%;
  color:#ffffff;
  font-family:Helvetica;
  font-size:0.750em;
  font-weight:500;
  background:rgba(204,204,204,0.3);
}

input[type="submit"] {
  background:#DDD;
  color:#ffffff;	/* #ff0000; */
  font-family:Helvetica;
  font-size:100%;
  font-weight:bold;
}

/* ##### Footer ##### */

/*
body>#footer {
  position:fixed;
}
*/

#footer {
  z-index:1;
  color:#ff0000;
  width:100%;
  height:auto;
  position:fixed;
  bottom:0px;
}

footer {
  display:block;
  /* width:100%; */
  /* height:2em; */
  text-align:center;
  background:#333333;
}

/*
footer ul {
  display:block;
  width:100%;
  height:auto;
  max-width:980px;
  text-align:center;
  margin:0px auto;
}

footer ul li {
  display:inline;
  font-size:0.8em;
  line-height:2.8em;
  color:#ff0000;
  padding:0em 0.625em 0em 0.625em;
}

footer ul li a:hover {
  color:#999999;
}
*/


/* ######################## */
/* ##### Mobile Style ##### */
/* ######################## */
@media screen and (max-width:800px) {
  html.bg1 {
  background-image: url(../images/jpg/001-Rabe_1100x550.jpg);
  }
  html.bg2 {
  background-image: url(../images/jpg/001-RabeDunkel_1100x550.jpg);
  }
  body {
    font-size:90%;
  }

  header img {
  width:80%;
  height:auto;
  max-width:476px;
/* margin-top:2.500em; */
  }
}

@media screen and (max-width:600px) {
  #main aside, #main article {
    width:100%;
	display:block;
	margin:0.625em 0em 0.625em 0em;
  }
#main article {
     border-bottom:0.125em solid #ffffff;
  }
}

@media screen and (min-width:550px) {
  nav.nav {
  display:block !important;
}
}

@media screen and (max-width:550px) {
/*
  html.bg1 {
  background-image: url(../images/jpg/001-Rabe_550x275.jpg);
  }
  html.bg2 {
  background-image: url(../images/jpg/001-RabeDunkel_550x275.jpg);
  }
*/
  body {
    font-size:86%;
    font-weight: bold;
  } 

  header {
  margin-top:2.500em;
}
  header img {
    height:100%;
  }

  #menubar {
    display:block;
  }

  #menubar ul li a.menubutton {
    display:block;
  }
  nav {
    display:none;
    height:auto;
  } 
  nav ul li {
    display:block;
    margin:0.3em 0em 0.3em 0em;
  }
  p1 {
    font-size:80%;
}
}





















