﻿body {
    margin: 0;
    padding: 0;
}
.sub_menu {
    z-index: 400;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="url"],
#contact-form textarea
{
	width:100%;	
}

.kontaktformular table tr{
height:40px;
}


html {
    overflow-y: scroll;
}

input[type="reset"]{
  display:none !important;
}

h1, h3, h4, h5, h6{
   font-weight:500;
   color:#292929;
}

h2{
    color: #359;
    font-weight:500;
}

a {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
.blog_pagination_older {
    float: right;
}
.footer {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}
img {
    border: 0px;
    /* Responsive Bilder */
    
    max-width: 100%;
    height: auto;
}
.root-container {
    background: #fff url(images/sky.jpg) fixed no-repeat;
    background-size: cover;
    width: 90%;
    border: 1px #000 solid;
    margin: 20px auto;
    padding: 15px;
}
.content ul{
	margin-top:20px
}
.content ul li {
    list-style-image: url('images/list.png');
    margin-bottom: 20px;
}
.content ul li ul,
.content ol li ol,
.content ol li {
    margin-top: 20px;
}
.content {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 50px 20px 50px;
}
/* main menu styles */

.menu_top {
    display: inline-block;
    width: 100%;
    min-height: 60px;
    font-size: 110%;
    line-height: 1.5em;
    margin: 0px auto;
    padding: 0;
    background: #335599;
    z-index:200;
}
.logo {
    padding-left: 30px;
}
.menu_top li {
    margin: 10px 5px;
    float: left;
    position: relative;
    list-style: none;
}
.menu_top a {
    font-weight: bold;
    color: #e7e5e5;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
    border-top: 1px transparent solid;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}
/* selected menu element */

.menu_top .menu_active_link a,
.menu_top li:hover > a {
    background: #7788aa;
    color: #000;
    border-top: 1px solid #f8f8f8;
     text-shadow: 0 2px 2px rgba(255, 255, 255, 0.7); 
}
/* sublevels */

.menu_top ul li:hover a,
.menu_top li:hover li a {
    background: none;
    border: none;
    color: #000;
}
.menu_top ul li a:hover {
    background: #335599;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7); 
}
/* drop down */

.menu_top li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.menu_top ul {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    width: 200px;
    position: absolute;
    background: #aabbcc;
    border: 1px solid #7788aa;
    -moz-transition: opacity .25s linear, visibility .1s linear .1s;
    -webkit-transition: opacity .25s linear, visibility .1s linear .1s;
    -o-transition: opacity .25s linear, visibility .1s linear .1s;
    transition: opacity .25s linear, visibility .1s linear .1s;
}
.menu_top ul li {
    float: none;
    margin: 0;
}
.menu_top ul a {
    font-weight: normal;
     text-shadow: 0 2px 2px rgba(255, 255, 255, 0.7);
}
.menu_top ul ul {
    left: 200px;
    top: 0px;
}
table.tablesorter {
    font-family: inherit !important;
    font-size: inherit !important;
    width: 100% !important;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
    font-size: small !important;
}
.comment_form input[type="text"],
.comment_form input[type="email"],
.comment_form input[type="url"],
.comment_form {
    width: 100%;
}
.comment_form table {
    width: 400px;
}
.comment_form textarea {
    width: 400px;
    height: 150px;
}
.kontaktformular input[type="text"],
.kontaktformular input[type="email"],
.kontaktformular textarea {
    width: 100%;
}
form#header-search {
    margin-bottom: 20px;
    margin-left: 20px;
}
#accordion-container {
    background: #ffffff;
    padding: 5px 10px 10px 10px;
    border: 1px solid #cccccc;
    /*
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	*/
    
    box-shadow: 0 5px 15px #cccccc;
    width: 100%;
}
.accordion-header {
    font-size: large;
    background: #ebebeb;
    margin: 5px 0 0 0;
    padding: 5px 20px;
    border: 1px solid #cccccc;
    cursor: pointer;
    color: #000000;
}
.active-header {
    background: #335599;
    background-repeat: no-repeat;
    background-position: right 50%;
    color: white;
}
.active-header:hover {
    background: url(images/active-header.gif) #335599;
    background-repeat: no-repeat;
    background-position: right 50%;
    color: white;
}
.inactive-header {
    background: url(images/inactive-header.gif) #ebebeb;
    background-repeat: no-repeat;
    background-position: right 50%;
}
.inactive-header:hover {
    background: url(images/inactive-header.gif) #f5f5f5;
    background-repeat: no-repeat;
    background-position: right 50%;
}
.accordion-content {
    display: none;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: 0;
}
code {
    background-color: white;
    display: block;
    padding: 20px;
    border: 1px dotted blue;
    font-size: 0.7em;
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    
    font-family: Pragmata, Menlo, 'DejaVu LGC Sans Mono', 'DejaVu Sans Mono', Consolas, 'Everson Mono', 'Lucida Console', 'Andale Mono', 'Nimbus Mono L', 'Liberation Mono', FreeMono, 'Osaka Monospaced', Courier, 'New Courier', monospace;
}
#background {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/content/images/design/wallpaper2.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    z-index: -10;
    height: 100vh;
    width: 100vw;
}
div.root-container {
    border: 1px #696666 solid !important;
    z-index: 50;
}
.root-container {
    position: relative;
}
#language-selection {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.4em;
}
.content a,
.content a:visited {
    font-weight: 500;
    text-decoration: none;
}
.content a:hover {
    text-decoration: underline;
}
.sitemap-container ul > li {
    font-weight: 500;
}

div.header_image_container img{
  width:100%;
  height:auto;
}


ul.social_share_privacy_area, ul.social_share_privacy_area li{
  list-style-type:none;
  list-style-image:none;
}

/* Schriftfarbe von Menülink zu aktueller Rubrik */
.menu_top a.menu_active_link, .menu_top a.contains-current-page{
 color:#67b62f;
}


div.socialshareprivacy{
   position: relative;
   z-index: 1;
   
}


body.mobile div.socialshareprivacy{
   display:none;
}

/* Grow Effekt bei Hover von Grafiken */

.content img { transition: all .2s ease-in-out; }
.content img:hover { transform: scale(1.1); }

/* Grow Effekt nicht bei Bildlinks */
.content a img:hover { transform: none; }

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

div.package-download-link{
    margin-top:10px;
    font-size:150%;
}

ul.menu_bottom{
   background-color: rgba(51,85,153, 0.1);
   border: 1px dashed rgba(0,0,0, 0.1);
   display:inline-block;
   padding-top:20px;
   padding-bottom:10px;
   width:100%;
   list-style-image:none;
   list-style-type:square;
   font-size:x-large;
}

ul.menu_bottom li{
   float:left;
   list-style-image:none;
   list-style-type:square;
   margin-right:15px;
}

div.last-changed{
  margin-top:20px;
  margin-bottom:20px;
}

hr{
	border-top:1px solid #359;
}