/*
 *  Altes Babyblau #e4e6fd
 *  Neues blau:    #EFEFFF
 *
 */

/* Hide elements by default */
#toggle-1, #content-1 {
  display: none;
}

/* Set default label contents */
#label-1::before {
  content: "mehr...";
  color: #3f4595;
}

/* Show content on click */
#toggle-1:checked ~ #content-1 {
  display: unset;
}

/* Change label on click */
#toggle-1:checked ~ #label-1::before {
  content: "weniger...";
}

#toggle-2, #content-2 {
  display: none;
}

/* Set default label contents */
#label-2::before {
  content: "mehr...";
  color: #3f4595;
}

/* Show content on click */
#toggle-2:checked ~ #content-2 {
  display: unset;
}

/* Change label on click */
#toggle-2:checked ~ #label-2::before {
  content: "weniger...";
}

#toggle-3, #content-3 {
  display: none;
}

/* Set default label contents */
#label-3::before {
  content: "mehr...";
  color: #3f4595;
}

/* Show content on click */
#toggle-3:checked ~ #content-3 {
  display: unset;
}

/* Change label on click */
#toggle-3:checked ~ #label-3::before {
  content: "weniger...";
}

#toggle-4, #content-4 {
  display: none;
}

/* Set default label contents */
#label-4::before {
  content: "mehr...";
  color: #3f4595;
}

/* Show content on click */
#toggle-4:checked ~ #content-4 {
  display: unset;
}

/* Change label on click */
#toggle-4:checked ~ #label-4::before {
  content: "weniger...";
}

#border img {
  border-width: 2px 2px 2px 2px;
  border-color: black;
  border-style: solid;
}



body {
  font-family: arial,helvetica,sans-serif;
}

.no-text-deco {
    text-decoration: none;
	color: #8A130E;
}



.sitewrap {
  position: relative;
  width: 780px;
  margin: 20px auto 0 auto;
  padding: 20px;
  border: none;
  background-color: white;
}
h1{
    font-size: x-large;
    color: #3f4595;
}
h2{
    font-size: large;
    color: #3f4595;
}
h3{
  font-size: small;
  color: #3f4595;

}
h4{
    font-size: small;
    color: black;
}


#content p, #content2c p, #content, ul, li {
   color: black;
}

#topmenu {
  position: relative;
  margin: 0px;
  padding-left: 0px;
  height: 42px;
  background-color: #6d7171;
}
li.mainmenu {
  border-style: none;
  position: relative;
  list-style-image: none;
  list-style-type: none;
  float: left;
  z-index: 1;
  text-align: left;
  color: white;
}
li.mainmenu a {
  display: block;
  padding: 10px;
  width: 173px;
  height: 22px;
  font-weight: bold;
  font-size-adjust: none;
  line-height: normal;
  color: white;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  font-size: large;
  border-left: 1px dotted white;
}
li.farright a{
  border-right: none;
}
li.farleft a{
  border-left: none;
}
li.mainmenu :hover{
  background: #3f4595;
}
ul.submenu {
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 42px;
  display: none;
  width: 193px;
  list-style-type: none;
  background-color: #6d7171;
  left: 1px;
}
li ul.submenu {
  z-index: 1;
}
li:hover ul.submenu {
  border:  none;
  display: block;
}
ul.submenu li {
  border-top: 1px dotted white;
  padding: 0px;
  background: #6d7171 none repeat scroll 0% 50%;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
ul.submenu li a {
  color: white;
  border-left: none;
  font-size: small;
  height: 14px;
  /* width: 186px; */
}
ul.submenu li:hover {
  border-top: 1px dotted white;
  background: #3f4595;
  color: white;
}
ul.submenu li:hover a {
  color: white;
}
#logobereich {
  position: relative;
  top: 20px;
  height: 120px;
  border-bottom: 2px solid #6d7171;
}
.toplogo {
  left: 40px;
  top: 0px;
  position: absolute;
  width: 80px;
  height: 80px;
}
.handwerkskammer {
  position: absolute;
  font-size: small;
  left: 136px;
  top: 38px;
  width: 240px;
}
.absender {
  right: 40px;
  position: absolute;
  top: 15px;
  text-decoration: none;
}
.absender .name {
  font-size: x-large;
  font-weight: bold;
  color: #3f4595;
}
.absender .title {
  font-size: small;
  color: black;
}
.absender .titleb {
  font-size: medium;
  font-weight: bold;
  color: black;
}

#content {
  position: relative;
  top: 0px;
  padding: 10px;
  /* background-color: #EFEFFF; */
  margin-bottom:40px;
}

#content  li{
  margin-top: 6px;
}

#content2c {
  position: relative;
  top: 20px;
  padding: 0px;
  color:#3f4595;
  margin-bottom: 20px;
}
#content2c .textarea {
  padding: 10px 10px 10px 10px;
  min-height: 690px;
  width: 560px;
  /* background-color: #EFEFFF; */
  background-color: white;
}
.textarea4p {
  padding: 10px 10px 10px 10px;
  min-height: 960px;
  width: 560px;
  /* background-color: #EFEFFF; */
}

#contentprofil {
  position: relative;
  top: 0px;
  padding: 10px;
  padding-right: 6px;
  color:#3f4595;
  /* background-color: #EFEFFF; */
  min-height: 1475px;
}

#bottommenu{
  margin:0px;
  padding:0px;
  list-style-type: none;
  position: relative;
  top: 20px;
  height:220px;
  left: 0px;
  width:790px;
}

#bottommenu li  {
  position: relative;
  background-color: #3f4595;
  top: 0px;
  left:0px;
  margin-left: 8px;
  margin-right: 8px;
  float: left;
  z-index: 1;
  width: 180px;
  height: 220px;
  border: 1px solid white;
  }

#bottommenu li a {
  text-decoration: none;
}

#bottommenu  li:first-child {
  margin-left: 1px;
}

#bottommenu li:last-child {
  margin-right: 1px;
}

#bottommenu li div {
  position: relative;
  top: 0px;
  height: 40px;
  width: 180px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#bottommenu li:hover{
  border: 1px solid #3f4595;
}

#bottommenu img {
  border: none;
}

#sidemenu{
    /*
    background-color: yellow;
    border: 2px solid black;
    */
    left: 598px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
}

#sidemenu li {
  position: relative;
  background-color: #6d7171;
  top: 0px;
  left:0px;
  margin-bottom: 10px;
  float: left;
  z-index: 1;
  width: 180px;
  height: 170px;
  list-style-image: none;
  list-style-type: none;
  border: 1px solid white;
}

#sidemenu li:hover{
  border: 1px solid #3f4595;
}

#sidemenu li.actual:hover{
  border: 1px solid white;
}

#sidemenu li a {
  text-decoration: none;
}


#sidemenu li div {
  position: relative;
  top: 0px;
  height: 30px;
  width: 180px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#sidemenu img {
  border: none;
}



#sidemenu .actual{
    background-color: #3f4595;
}

#footer {
  padding: 0;
  position: relative;
  left: 0px;
  top: 40px;
  height: 80px;
  text-align: center;
  color: #3f4595;
  font-size: x-small;
  border-top: 2px solid #6d7171;
}
/*
#footertext {
  position: relativ;
  left: 0px;
  top: 100px;
  width: 800px;
  font-size: x-small;
  text-align: center;
  color: #3f4595;
  list-style-type: none;
}
#footertext a{
  text-decoration: none;
  color: #3f4595;
}
*/




.gallerydesctext{
  text-align: left;
  padding: 5px 5px;
  font-size: small;
  font-weight: bold;
}

.centerimage img{
  display: block;
  width: 400px;
  margin: 60px auto 0px auto;
  border: none;
}

.cv{
  position: relative;
  float:left;
  z-index: 1;
  text-align: left;
  left:0;
  width: 760px;
}
.cv ul{
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
}
.cv .cv-since{
  top:0px;
  position: relative;
  left:0px;
  width:180px;
}
.cv .cv-text{
  position: absolute;
  top: 0;
  left:190px;
  width:340px;
}
.cv-img{
  border: 1px solid #6d7171;
  margin-bottom: 10px;
  cursor: pointer;
}
.floatstopper{
  clear: both;
}
table, p{
  color: black;
}
#textareaprofil {
  width: 590px;
}
#picturearea {
  position: absolute;
/*  top:80px; */
  top: 30px;
  left:608px;
  width: 160px;
}
#gallery {
  margin: 40px auto -10px auto;
  width:420px;
  height:422px;
  display:block;
  /* background-color: #6d7171; */
}
#gallery .centerimage{
  position: relative;
  left: -10px;

}
#gallery .galleryicons{
  position: relative;
  left: 10px;
}
#gallery .iconimage img{
  border: none;
  margin-right: 6.5px;
  width: 92px;
  height: 92px;
}
#gallery .hiddenimage img{
  display: none;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}


/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
