
body {
    color: #000000;
    background-color: #e8d9d2;
                  /* background-image: url(savedate-r.jpg);   */
}

.big {
    font-size: 141%
}

.center {
    text-align: center;
}

h1 {
    font-family: Vivaldi, "Brush Script", fantasy;
    font-size: 500%;
}

h2 {
    color: white;
}
.gray {
    color: #333333;
}

.construction {
    float: left;
    margin:  0 1ex;
}



.left {
    float: left;
    margin:  0 1ex
}


.right{
    float: right;
    margin:  0 1ex
}

.clear{
    clear: both;
    padding: 2ex;
}

.footer {
    font-size: 84%;
    color: black;
}

.italics {
    font-family: cursive;
    font-size: 141%;
}

h2.italics {
    font-size: 200%;
}


img {
    max-width: 100%
}

form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.formfield {
    padding: 1rem 1rem;
}
.formrow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
input[type="submit"]{
    background-color: green;
    font-size: 100%;
    color: white;
    border-radius: 10px;
}

.language {
    position: absolute;
    top: 0ex;
    right:1em;
    font-size: 120%
}

.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.present {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 1rem;
    align-items: center;
}






/* Tabs mit radio-Buttons */
.tabbed figure { 
   display: block; 
   margin-left: 0; 
   border-bottom: 1px solid silver;
   clear: both;
}

.tabbed > input,
.tabbed figure > div { display: none; }

.tabbed figure>div {
  padding: 20px;
  width: 100%;
  border: 1px solid silver;
  /*background: white;*/
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}




#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tabx:checked ~ figure .tabx,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5,
#tab6:checked ~ figure .tab6 { display: block; }








nav label {
   float: left;
   padding: 15px 15px;
   border-top: 1px solid silver;
   border-right: 1px solid silver;
   background: hsl(210,50%,50%);
   color: #eee;
}

nav label:nth-child(1) { border-left: 1px solid silver; }
nav label:hover { background: hsl(210,50%,40%); }
nav label:active { background: #ffffff; }

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tabx:checked ~ nav label[for="tabx"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"],
#tab6:checked ~ nav label[for="tab6"] {
  background: white;
  color: #111;
  position: relative;
  border-bottom: none;
}

#tab1:checked ~ nav label[for="tab1"]:after,
#tab2:checked ~ nav label[for="tab2"]:after,
#tabx:checked ~ nav label[for="tabx"]:after,
#tab3:checked ~ nav label[for="tab3"]:after,
#tab4:checked ~ nav label[for="tab4"]:after,
#tab5:checked ~ nav label[for="tab5"]:after,
#tab6:checked ~ nav label[for="tab6"]:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}




.clear			{ clear:both; }
.photo-link		{ padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
.photo-link:hover	{ border-color:#999; }

