﻿/*

 TEMPLATE [Last Update] 02.01.2014
 Autor: Matthias MÃ¼ller <http://www.cms2day.de>
 Copyright (c) 2014

*/

/* -[ CSS IMPORT ]- */

@import url('addons.css');
@import url('template.footer.css');
@import url('template.text.css');
@import url('wysiwyg.text.css');
@import url('animate.css');
@import url('../templates/css/templates.css');

/* -[ CSS RESET ]- */

* {

    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    outline: none;

}

/* -[ HTML + BODY ]- */
/* Neues Design */

html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}

body {
    background: url(../images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    height: 100%;
}

h1 {
    font-family: impact,chicago;
    color: #a52a2a;
    font-size: xx-large;
    font-weight: bold;
}

h2 {
    font-family: tahoma,arial,helvetica,sans-serif;
    color: #a52a2a;
    font-size: large;
    font-weight: bold;
    font-style: italic;
}

img {
    opacity: 1;
    border: 0px;
}

div.content.mainContent{

    padding: 50px;
    overflow: hidden; /* Prosse: Table not expanding <div> */

}


.menueTop ul {
    float: left;
    color: white;
    margin: 0px;
}
.menueTop li {
    list-style: none;
    float: left;
    height: 43px;
    padding: 21px 0px 0px;
}
.menueTop li.last {
    margin-right: 0px;
}
.menueTop li > a > span {
    color: white;
}
.menueTop li > a > span:hover {
    color: white;
}
.menueTop li a {
    padding: 25px 12px 23px 12px;
}
.menueTop li:hover,
.aktiv {
    background: #0d2f4f; 
    background: -moz-linear-gradient(top,  #0d2f4f 0%, #134371 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d2f4f), color-stop(100%,#134371)); 
    background: -webkit-linear-gradient(top,  #0d2f4f 0%,#134371 100%); 
    background: -o-linear-gradient(top,  #0d2f4f 0%,#134371 100%); 
    background: -ms-linear-gradient(top,  #0d2f4f 0%,#134371 100%); 
    background: linear-gradient(to bottom,  #0d2f4f 0%,#134371 100%); 
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2f4f', endColorstr='#134371',GradientType=0 ); 
}


a {
    text-decoration: underline;
    color: #0d2f4f !important;
    line-height: 21px;
}
p {
    color: #0d2f4f;
    margin-top: 0px;
}
.bold {
    font-weight: bold !important;
}
.clear {
    clear: both !important;
}
.content p {

    display: block;
    color: black;
    margin-top: 30px;
    /*margin-top: 0px*/
    /*margin-bottom: 0px*/
}

.header {
    display: block;
    height: 64px;
    color: white;
    background: #134371; /* Old browsers */
    background: -moz-linear-gradient(top,  #134371 0%, #0d2f4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#134371), color-stop(100%,#0d2f4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #134371 0%,#0d2f4f 100%); /* W3C */
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134371', endColorstr='#0d2f4f',GradientType=0 ); /* IE6-9 */

    position: fixed;
    top: 0px;
    z-index: 10000;
    width: 100%;

}

/* Still move away Menue Line on mobiles, Ipads and small Monitors - Prosse: 28.03.2014*/
@media only screen and (max-device-width: 1024px) {

.header {
    display: block;
    height: 64px;
    color: blue;
    background: #134371; /* Old browsers */
    background: -moz-linear-gradient(top,  #134371 0%, #0d2f4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#134371), color-stop(100%,#0d2f4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #134371 0%,#0d2f4f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134371', endColorstr='#0d2f4f',GradientType=0 ); /* IE6-9 */

    position: static;
    top: none;
    z-index: 10000;
    width: none;

    }
}

.menuLine {
    width: 1255px;
    margin: auto;
    height: inherit;
}

.menueTop {
    display: block;
    width: 1000px;
    float: left;
    background: #134371; /* Old browsers */
    background: -moz-linear-gradient(top,  #134371 0%, #0d2f4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#134371), color-stop(100%,#0d2f4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #134371 0%,#0d2f4f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #134371 0%,#0d2f4f 100%); /* W3C */
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134371', endColorstr='#0d2f4f',GradientType=0 ); /* IE6-9 */
}
.search input {
    background-color: transparent;
}
.search form input {
    border: none !important;
    font-size: 17px !important;
    color: white !important;
}
.search form span input {
    display: none;
}

.search {
    background: #0d2f4f; /* Old browsers */
    background: -moz-linear-gradient(top,  #0d2f4f 0%, #134371 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d2f4f), color-stop(100%,#134371)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0d2f4f 0%,#134371 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0d2f4f 0%,#134371 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0d2f4f 0%,#134371 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0d2f4f 0%,#134371 100%); /* W3C */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2f4f', endColorstr='#134371',GradientType=0 ); /* IE6-9 */
    width: 192px;
    height: 64px;
    float: left;
}
.search form {
    position: relative;
    bottom: 13px;
    left: 20px;
}

.flag {
    display: block;
    float: left;
}

.logoRow {
    height: 150px;
    margin-top: 100px;
}

.logo {
    width: 250px;
    height: 110px;
    margin: auto;
}

.container {
    display: block;
    min-height: 56%;
}
.container > p {
    margin: auto;
    width: 370px;
    font-size: 12px;
}
.row {
    width: 1040px;
    margin: auto;
    padding: 30px;
    text-align: center;
}

.heading {

}

.special {
    font-size: 35px;
}

.smallBoxes {
    width: 1040px;
    display: inline-block;
}

.box {
    width: 333px;
    float: left;
    margin-right: 20px;
}
.last {
    margin: 0px;
}

.headingBox {
    display: block;
    height: 55px;
    background: #d8d4e5; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #d8d4e5 0%, #d9ebfd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d8d4e5), color-stop(100%,#d9ebfd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #d8d4e5 0%,#d9ebfd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #d8d4e5 0%,#d9ebfd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #d8d4e5 0%,#d9ebfd 100%); /* IE10+ */
    background: linear-gradient(135deg,  #d8d4e5 0%,#d9ebfd 100%); /* W3C */
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d4e5', endColorstr='#d9ebfd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.headingBox h3 {
    padding-top: 17px;
}

.contentBox {
    background-color: white;
    padding: 15px;
    text-align: justify;
}

footer .container {
    position: absolute;
    bottom: 0px;
    height: 76px;
}

footer .row {
    margin: 0px auto;
    padding: 0px;
    height: 55px;
    background: #d8d4e5; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #d8d4e5 0%, #d9ebfd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d8d4e5), color-stop(100%,#d9ebfd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #d8d4e5 0%,#d9ebfd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #d8d4e5 0%,#d9ebfd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #d8d4e5 0%,#d9ebfd 100%); /* IE10+ */
    background: linear-gradient(135deg,  #d8d4e5 0%,#d9ebfd 100%); /* W3C */
  /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d4e5', endColorstr='#d9ebfd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.logos img {
    float: left;
}

.menuBottom {
    float: right;
    margin-top: 19px;
    margin-right: 20px;
}

.fb {
    position: relative;
    top: 21px;
    margin-left: 20px;
    margin-right: 30px;
}
.asvo {
    position: relative;
    top: 17px;
    margin-right: 40px;
}

.wappen {
    position: relative;
    top: 17px;
}

.tschrepitsch{
    position: relative;
    top: 15px;
    margin-left: 20px;
    width: 60px;    /* gewünschte Breite */
    height: auto;    /* Höhe proportional anpassen */

}

/* Maintemplate */
.mainContent {
    background-color: rgba(255, 255, 255, 0.7);
/*    padding: 20px; prosse 20.04.2014*/
    text-align: justify;
}

.mainContent h3 {
    color: black;
}

.menueTop ul {
    height: 64px;
}
.menueTop ul li {
    height: 64px;
}
.menueTop ul li a {
    height: inherit;
}

.menueTop ul li ul {
    height: auto;
}

.menueTop ul li ul li {
    height: 40px;
}

footer {
    position: relative;
    bottom: 0px;
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
}
footer > div {
    height: 80px;
    width: 1040px;
    margin: auto;
}









/* -[ PAGE -> DROPDOWN ]- */

 div#dropdown {

    width: 1100px;
    height: 60px;

    margin: 0;
    padding: 0;
    position: relative;

}

/* -[ PAGE -> DROPDOWN -> ALLGEMEIN ]- */

 div#dropdown ul {

    margin: 0;
    padding: 0;

}

 div#dropdown ul li {

    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    list-style-type: none;

}


 div#dropdown ul li a.password {
    padding: 0 40px 0 20px;
    display: block;
}

 div#dropdown ul li:hover a.password,
 div#dropdown ul li a.password:hover,
 div#dropdown ul li a.password.aktiv,
 div#dropdown ul li a.password.aktiv:hover {
    padding: 0 40px 0 20px;
    display: block;

}

 div#dropdown ul li a.aktiv {
    overflow: hidden;
    height: 24px;
 }

 div#dropdown ul li:hover ul li a.aktiv,
 div#dropdown ul li ul li a.aktiv {
    position: relative;
    display: block;
    width: 180px !important;
    height: 40px !important;
    line-height: 44px !important;
    overflow: hidden;
    padding: 0 20px 0 20px !important;
}

 div#dropdown ul li:hover ul li a.password,
 div#dropdown ul li ul li a.password {
    padding: 0 40px 0 20px;
}

 div#dropdown ul li:hover ul li a.password:hover,
 div#dropdown ul li ul li a.password:hover,
 div#dropdown ul li ul li:hover a.password,
 div#dropdown ul li:hover ul li a.password.aktiv,
 div#dropdown ul li ul li a.password.aktiv {
    padding: 23px 40px 22px 20px;
}

}



/* MENU STYLE */
#main-nav {
  -vendor-animation-duration: 0;
  -vendor-animation-delay: 0;
  -vendor-animation-iteration-count: infinite;
}

nav a { /* Gives Nice And Fast Transition Effect Typically For Flat Designs */
-webkit-transition: all 0.3s ease-in; 
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in; 
}

nav ul ul {
    display:none;
}

nav ul li:hover > ul {
    display:block;
}

nav ul li a {
    color: #fff !important;
    text-decoration: none;
    padding: 20px !important;   
    display: block;
}



nav li a:hover {
    color: #fff;
    text-decoration: none;
    padding: 20px !important;
    cursor: pointer;
}

nav ul {
    position:relative;
    display:inline-table;
    margin: 0;
    padding: 0;
}

nav ul:after {
        content: ""; clear: both; display: block;
}

nav ul li {
    float:left;
    list-style: none;

}

nav ul ul {
    position:absolute;
    top:100%;
    margin-top: 0px;
}


nav ul ul li {
    float: none; 
    position: relative;
    background-color: #0d2f4f; /* Old browsers */
    border-bottom: 1px solid #323537;
    width: 220px !important;

}

nav ul ul li a,
nav ul ul li:hover a {
    padding: 10px 20px !important;
    margin: 0 !important;
}


    
nav ul ul ul {
    position: absolute; left: 100%; top:0;
    margin-left: 0;
}

.headline{
    visibility: hidden;
}
