/* Farben 
blau: #12517c
braun: #ac9680
hellbraun: #e0d7cf
rot: #ed7264
grün: #c5c7a9
*/


/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}


body {
    background: rgba(250, 240, 230, 0.4);
    font-family: "adobe-caslon-pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

/*body::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}*/

#wrapper {
    width: 960px;
    margin: 0 280px 0 20px;
    box-shadow:  3px 3px 7px #999;
    overflow: auto; /* Ermöglicht Scrollen, wenn nötig */
    scrollbar-width: none; /* Für Firefox */
}

#content {
    padding: 20px 40px;
    background-image: url("../images/hg-transparent.gif");
    background-repeat:repeat-x;
    background-color: rgba(250,240,240,0.6);
    background-blend-mode: lighten;
}

#header-img {
    margin-top: 20px;
    padding: 15px 0 20px;
    text-align: center;
}

.menu #main, #wrapper {
    margin: 0 auto;
}

#main {
    padding: 50px 40px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: 1.1em;
    clear: both;
    color: #12517c;
}

h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 24px;
    margin: 36px 0 12px 0;
}

h3,h4,h5,h6 {
    font-size: 20px;
    margin: 36px 0 12px 0;
}

a {
    color:#12517c;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    color: #ed7264;
}

p {
    margin-bottom: 12px;
    margin-top: 0;
}

ul {
    margin:0 0 12px 0;
    list-style-type: square;
}

ul.abstand li {
    padding-bottom: 6px;
}

li {
    padding-left: 2px;
}

li::marker {
    color:#12517c;
 }

.m0 {
    margin:0;
}

.mb6 {
    margin-bottom: 6px;
}

.mb12 {
    margin-bottom: 12px;
}

.mt0 {
    margin-top: 0;
}

.mt16 {
    margin-top: 16px;
}

.mt28 {
    margin-top: 28px;
}

.bold {
    font-weight: 600;
}

.blau {
    color: #12517c;
}

footer {
    height: 230px;
    max-height: 230px;
    background-image: url("../images/hg-transparent.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: rgba(250,240,240,0.6);
    background-blend-mode: lighten;
    border-top: 4px solid #ac9680;
}

#footer-area {
    padding: 36px 40px 36px 80px;
    vertical-align: bottom;
}

.footer-segment-1 {
    float: left;
    margin-right: 20px;
    width: 260px;
}

.footer-segment-2 {
    float: left;
    margin-right: 20px;
    width: 320px;
}

.footer-segment-3 {
    float: left;
    width: 180px;
}

/* Tab mit radio-Buttons */
.tabbed menu { 
	list-style-type: none;
	display: block; 
	padding-left: 0; 
	width:100%; 
	margin-bottom: 1em; 
	border-bottom: 1px solid #ac9680;
}

.tabbed .lines {margin-left: 1.5em; margin-right: 1.5em; width: 100%}
.tabbed .lines p { line-height:1.3}

.tabbed > input,
.tabbed menu li.display-none {
  display: none;
}

#tab1:checked ~ menu .tab1,
#tab2:checked ~ menu .tab2 {
  display: flex; justify-content: space-between; padding-bottom: 2em; 
}

#tab1:checked ~ .nav label[for="tab1"],
#tab2:checked ~ .nav label[for="tab2"] {
  color: red;
}

/* Visual Styles */
*,
*:after,
*:before {
  box-sizing: border-box;
}

.tabbed {
  width: 100%;
  margin: 40px auto 0;
}


.tabbed div.nav label {
  float: left;
  padding: 10px 15px;
  border-top: 1px solid #ac9680;
  border-right: 1px solid #ac9680;
  background: rgba(230, 220, 210,1);
  color: #000;
  font-weight:600;
}

.tabbed div.nav label:nth-child(1) {
  border-left: 1px solid #ac9680;
}

.tabbed div.nav label:hover {
  background: rgba(250, 250, 250, 0.3);
}
.tabbed div.nav label:active {
  background: rgba(250, 250, 250, 0.3);
}
.tabbed div.nav label:not(:last-child) label {
  border-right-width: 0;
}

.tabbed menu {
  clear: both;
}
.tabbed menu>li {
  padding: 20px;
  width: 100%;
  border: 1px solid #ac9680;
  background: rgba(250, 250, 250, 0.3);
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #000;
}


#tab1:checked ~ div.nav label[for="tab1"],
#tab2:checked ~ div.nav label[for="tab2"] {
  background: rgba(250, 250, 250, 0.3);
  color: #000;
  position: relative;
  border-bottom: none;
}
#tab1:checked ~ div.nav label[for="tab1"]:after,
#tab2:checked ~ div.nav label[for="tab2"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(250, 240, 230, 0.7);
  left: 0;
  bottom: -1px;
}

details {
	border: 1px solid #ac9680;
	grid-column: 2 / 3;
    background: rgba(250, 250, 250, 0.3);
    margin-bottom: 14px;
}

details:last-child {
    margin-bottom:0;
}

summary {
	padding: 0.5em 1em;
    font-weight: 600;
}

details[open] summary {
	background: #ac9680;
	margin-bottom: 1em;
    color:#fff;
}

.akkordeon-inhalt {
    padding: 0 2em 1em 2em;
}

@media only screen and (max-width : 778px) {
    
    }
