* {
  padding: 0;
  margin: 0;
  border: 0;
}
body {
  font-family: arial, sans-serif;
  font-size: 12px;
}
a {
  text-decoration: none;
}
#container {
  max-width: 1100px;
  min-width: 800px;
  width: 98%;
  margin: 0 auto;
}
#header {
  height: 170px;
  position: relative;
}
#logo {
  position: absolute;
}
#logo img {
  width: 100%;
}
.header-banner {
  position: absolute;
  top: 20px;
  right: 0;
}
#header #searchform div {
  position: absolute;
  right: 0;
  top: 103px;
  height: 40px;
  width: 310px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#header #searchform #s {
  margin: 10px;
  width: 255px;
  background: 0 0;
  color: #999;
  font-size: 14px;
  position: absolute;
  display: block;
}
#header #searchform #searchsubmit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  display: block;
  cursor: pointer;
}
#nav {
  height: 50px;
  margin: 0 0 10px;
  z-index: 20;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#nav li {
  float: left;
  list-style: none;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
}
#nav li a {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.listing-tube li {
  float: left;
  width: 30%;
  height: 200px;
  position: relative;
  margin: 1% 1% 1% 0;
  padding: 1% 1% 6%;
  list-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* player */

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}

.sidebar-banner {
  text-align: center;
  padding: 5px 0 0;
  margin: 0 0 15px;
}
#sidebar {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.sidebar-title {
  padding: 10px;
  font-size: 20px;
  display: block;
}
.sidebar-widget {
  margin: 0 0 20px;
}
#sidebar li {
  list-style: square inside;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 0 15px;
  width: 90%;
}
#sidebar li a {
  text-decoration: none;
}
.textwidget {
  padding: 0 15px;
  text-align: justify;
}
#footer {
  padding: 20px 0;
  margin: 20px 0 0;
  clear: both;
  text-align: center;
}
h1 {
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 10px;
}
h1.home {
  padding: 10px;
  margin: 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloc {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.bloc.text {
  margin-top: 40px;
}
.clear {
  clear: both;
}
input[type="submit"] {
  height: 30px;
  cursor: pointer;
}
body {
  color: #555;
}
#header #searchform div {
  background: #fff;
  border: 1px solid #ccc;
}
#header #searchform #searchsubmit {
  background: url(./imgages/search-grey.png) no-repeat;
}
#nav {
  background: #fff;
  border: 1px solid #ccc;
}
#nav li a {
  color: #444;
}
#nav li a:hover {
  color: #666;
}
.listing-tube li {
  background: #fff;
  border: 1px solid #ccc;
}
.sidebar-title {
  color: #444;
}
#sidebar {
  background: #fff;
}
.sidebar-title {
  color: #444;
}
#footer {
  border-top: 1px solid #999;
  width: 100%;
  overflow: hidden;
}
.bloc,
h1.home {
  background: #fff;
  border: 1px solid #ccc;
}
#footer p {
  color: #666;
}
h1 {
  color: #444;
}
a {
  color: #f50103;
}
a:hover {
  color: #fa2a2c;
}
#content {
  float: left;
  width: 100%;
}
#content-margin {
  margin-right: 320px;
}
#sidebar {
  float: left;
  width: 308px;
  margin-left: -310px;
}
@media only screen and (max-width: 480px) and (min-device-width: 320px) {
  #container {
    min-width: 320px;
  }
  #sidebar {
    display: none;
  }
  #content-margin {
    width: 100%;
    margin: 0;
    min-width: 320px;
    max-width: 480px;
  }
  .listing-tube li {
    float: left;
    width: 45%;
    height: 175px;
    position: relative;
    margin: 1%;
    padding: 1% 1% 6%;
    list-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  h1.home {
    display: none;
  }
  #header {
    height: 110px;
    position: relative;
  }
  #header #searchform div {
    position: relative;
    top: 64px;
    height: 40px;
    width: 99%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #nav li {
    float: left;
    list-style: none;
    display: block;
    line-height: normal;
    font-size: 11px;
    padding: 0;
    position: relative;
    height: auto;
    border: 1px solid #ccc;
    margin: 0 2px;
  }
  #nav li a {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 6px;
  }
  #nav {
    height: auto;
    margin: 0 0 5px;
    z-index: 20;
    position: relative;
    border: none;
    display: none;
  }
}

.kategorie {
    width: 245px;
    height: 250px;
    background: #999999;
    float: left;
    display: block;
    margin: 6px 6px 0 0;
    border-radius: 5px;
    position: relative;
}

.kategorietitel {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 24px;
  position: absolute;
  bottom: 0px;
  width: 245px;
  padding: 10px 0;
  text-shadow: 0 1px 0 #fff;
}

.kategorielink {
  width: 100%;
  height: 100%;
  display: block;
}
.kategorielink span {
  width: 100%;
}

@media only screen and (max-width: 480px) and (min-device-width: 320px) {
  #searchform {
    padding-top: 10px;
  }
  #center {
    margin-top: 5px;
  }
}
