/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.08.2019, 12:34:07
    Author     : karsten
*/
* {
    margin: 0;
    padding: 0;    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #0d6299;
	text-decoration: none;
	background-color: transparent;
}
a, a:link, a:visited, a:focus, a:hover, a:active {
    cursor: pointer;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #0d6299;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 {
    font-size: 2em;
}
@media (max-width:991px){
    h1 {
        font-size: 1.7em;
    }
}
@media (max-width:600px){
    h1 {
        font-size: 1.44em;
    }
}    
h2 {
    font-size: 1.7em;
}
@media (max-width:991px){
    h2 {
        font-size: 1.44em;
    }
}
@media (max-width:600px){
    h2 {
        font-size: 1.23em;
    }
}
h3 {
    font-size: 1.44em;
}
@media (max-width:991px){
    h3 {
        font-size: 1.23em;
    }
}
@media (max-width:600px){
    h3 {
        font-size: 1.05em;
    }
    p {
        font-size:12pt;
    }
    ul {
        font-size:12pt;
    }
}
p {
    margin: 0 0 10px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
@media screen and (max-width: 600px) {
    ul {
        padding-inline-start: 20px;
    }
}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14pt;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
  
	margin: 0;
 	box-sizing: border-box;
}
.brand-nav {
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 0px;
    padding-bottom: 0px;
	padding-left: 10px;
    padding-right: 10px;
	border: 1px solid transparent;
	background-color: #f8f8f8;
	border-color: #f8f8f8 #f8f8f8 #cacaca;
}
@media (max-width:600px){
    .brand-nav > div {
        width:365px;
    }
}
.brand {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #0d6299;
	font-size: 3em;
    line-height: 1em;
	padding: 10px 5px;
}
@media (min-width:1301px){
    .brand {
        width:1180px;
    }    
}
@media (max-width:600px){
    .brand {
        font-size: 2em;
        line-height: 1em;
    }    
}
@media (max-width:991px){
    .brand span.optional {
        display:none;
    }
}

.brand span.optional {
	color: #241210;
}

.container {    
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
    width:1170px;
 }
@media (max-width:1300px){
    .container{
        width:735px
    }
}
@media (max-width:991px){
    .container{
        width:560px;
    }
}
@media (max-width:600px){
    .container{
        width: 350px;
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (max-width:385px){
    .container{
        width: 300px;
    }
}

/* navigation menu menü - navigation menu menü - navigation menu menü */
.nav {
	margin-top: 5px;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #0d6299;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  color: #0d6299;
  text-decoration: none;
}
nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #0d6299;
  transition: 0.5s;
  margin-bottom: 2px;
}
nav ul li a {
  padding: 5px 20px;
}
nav ul li:hover {
  background-color: #0d6299;
}
nav ul li a:hover {
    color: #fff;
}
input#burgermenu,
label.burgermenu-label {
  display: none;
}
@media screen and (max-width: 600px) {
    .navbar {
        position: absolute;
    }
    label.burgermenu-label {
        position: relative;
        display: block;
        padding: 5px 7px;
        cursor: pointer;
        color: #0d6299;
        font-size: 18pt
    }
    label.burgermenu-label span {
      margin-left: 6pt;  
    }
    nav {
      position: absolute;
      top: -9999px;
      padding: 0px 8px 10px;
    }
    input#burgermenu[type=checkbox]:checked ~ nav {
      position: relative;
      top: 0;
    }
    nav a:after {
      display: none;
    }
    nav li {
      float: none !important;
      width: 100% !important;
      border-bottom: none !important; 
    }
    nav li a {
      margin-bottom: 5px !important;
      padding: 8px 15px !important; 
      background: #0d6299;
      color: #fff;
    }
    nav ul li:hover {
      background: none;
    }
    nav ul li a:hover {
      background: #6fa7cc;
    }    
    nav ul ul {
      position: relative !important;
      width: 100%;
      left: 0 !important;
      top: 0 !important;
      background: none !important;
      box-shadow: none;
    }
    nav ul ul li {
      padding-left: 20px;
    } 
}
/* Hide the link that should open and close the topnav on small screens */
.navbar .icon {
    display: none;
    font-size: 20pt
}
@media screen and (max-width: 600px) {
    .navbar a.icon {
      float: none;
      display: block;
    }    
}

footer {
	margin-top: 3rem;
	padding-top: 2.0rem;
	padding-bottom: 1.0rem;
	background-color: #0d6299;
	min-height: 40px;
	color: white;
}
footer a {
	color: white;
}
footer a:hover {
	color: #b8dbf2;
}

/* picture bilder Bilder - picture bilder Bilder - picture bilder Bilder */
figure {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border:0
}
figcaption, figure {
    display: block;
}
/* picture with text bilder Bilder mit Text - picture with text bilder Bilder mit Text - picture with text bilder Bilder mit Text */
figure.neos-alignment-left > img {
    float: left;
    margin-right: 15pt;
}

/* table Tabelle tabelle - table Tabelle tabelle - table Tabelle tabelle */
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
th {
    text-align: left;
}
td, th {
    padding: 0 5px;
    vertical-align: top;
    border-bottom: 1px solid black;
}
tbody tr:nth-child(even) { 
  background-color: #f4f4f4; 
}
@media (max-width:991px){
    table {
        font-size: 0.9em;
    }    
}
@media (max-width:600px){
    table {
        font-size: 0.8em;
    }    
    table.ladekarten th:first-child {
        max-width: 100px
    }
    table.ladekarten td:first-child {
        overflow: hidden;
        max-width: 100px;
    }
    table.ladekarten th:last-child, table.ladekarten td:last-child {
        display: none
    }
    table.ladekarten th:first-child[rowspan] + th[rowspan], table.ladekarten td:first-child[rowspan] + td[rowspan] {
        display: none
    }
    table.ladekarten th[data-power], table.ladekarten td[data-power] {
        display: none
    }
}

.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.carousel-inner > .item {
    max-height: 600px;
}