html, body {
  margin:0;
  padding:0;
  width: 100%;
  height:100%;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  background: url(../../files/theme/css/welle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
a {
  text-decoration: none;
}
.invisible {
  visibility: hidden;
  margin: 0px;
}
.wrapper {
  margin:0;
  padding:0;
  width: 100%;
  height:100%;
  overflow: hidden;
}
figure {
  float: left;
  margin:0;
  margin-right: 20px;
  padding:0;
}
figcaption {
  font-size: smaller;
}
#header {
  height: 100px;
  margin:0;
  padding:0;
  display: block;
  width: 100%;
  text-align: center;
}
/* logo container */
.logo {
  display: inline-block;
  position: absolute;
  left: 0px;
}
.logo img {
  background-color: white;
}
.main_title {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  font-weight: normal;
  color: white;
}
/* navigation container */
#header .mod_navigation {
  visibility: inherit;
  display: inline-block;
  margin: auto;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
#header .mod_navigation ul.level_1 {
  margin: 0px;
}
#header .mod_navigation ul.level_1 li {
  display: inline-block;
  list-style-type: none;
  background-color: #111111;
  color: white;
  padding: 12px 8px;
  font-size: 20px;
  font-family: Arial;
  border: none;
  cursor: pointer;
  margin: 0px;
  position: relative;
}
#header .mod_navigation a:link, #header .mod_navigation a:visited {
  color: inherit;
}
#header .mod_navigation a:hover, #header .mod_navigation a:active {
  color: inherit;
}
#header .mod_navigation ul.level_1 li:hover {
  background-color: #ddca6e;
  color: black;
}
#header .mod_navigation ul.level_2 {
  list-style-type: none;
  display: none;
  position: absolute;
  left: 0px;
  background-color: #111111;
  z-index: 1;
  margin: 0px;
  margin-top: 8px;
  padding: 0px;
}
#header .mod_navigation ul.level_2 li {
  color: #ddca6e;
  margin: 0px;
  padding: 4px 10px;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
}
/* Show the dropdown menu on hover */
#header .mod_navigation ul.level_1 li:hover ul.level_2 {
  display: block;
  position: absolute;
  left: 0px;
}
#header strong {
  font-weight: normal;
}
/* Navigation Icon */
.nav_link img {
  visibility: hidden;
  display: inline-block;
  position: absolute;
  text-align: right;
  top: 10px;
  right: 10px;
}
/* language chooser */
.mod_changelanguage li {
  display: inline-block;
  list-style-type: none;
  color: #ddca6e;
  position: absolute;
  text-align: right;
  top: 10px;
  visibility: visible;
}
.mod_changelanguage a:link, .mod_changelanguage a:visited {
  color: #ddca6e;
}
.mod_changelanguage a:hover, .mod_changelanguage a:active {
  color: white;
}
/* footer */
#footer {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  background:#000000;
  opacity: 0.7;
}
#footer a:link, #footer a:visited {
  color: #ddca6e;
}
#footer a:hover, #footer a:active {
  color: white;
}
/* content */
#main {
  position: absolute;
  max-width: 1000px;
  top: 120px;
  bottom: 40px;
  margin: auto;
  background-color: rgba(254, 254, 254, 0.7);
  color: #000000;
  overflow-y:scroll;
}
#footer p {
  color:#ffffff;
  text-align: center;
  margin-top: 4px;
}
.float_left img {
  max-width: 50%;
  height: auto;
  float: left;
  margin: 0px;
  margin-right: 20px;
  padding: 0px;
}
.float_right img {
  max-width: 50%;
  height: auto;
  float: right;
  margin: 0px;
  margin-right: 20px;
  padding: 0px;
}
.mod_article h2 {
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
}
#main a:link, #main a:visited {
    color: #0000cc;
    text-decoration: none;
}
#main a:hover, #main a:active {
    /*color: #ddca6e;*/
    color: #777777;
    text-decoration: none;
}
#main .inside {
  margin-left: 10px;
  margin-right: 10px;
}
#main .block {
  margin: 0px;
}
#main h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#main h3 {
  padding-top: 10px;
}
#main p {
  margin-top: 0px;
  margin-bottom: 10px;
}
#main .ce_hyperlink.first {
  text-align: right;
  margin-right: 10px;
}
#main .mod_navigation ul.level_1 {
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
}
#main .ce_text {
  clear: both;
}
.team {
  padding: 0px;
  margin: 0px;
}

/* mobile style */
@media only screen and (max-width: 650px) {
  .logo img {
    width:80px;
    margin-left: 10px;
    margin-top: 10px;
  }
  #header .mod_navigation {
    visibility: hidden;
  }
  #main .mod_navigation {
    visibility: visible;
    margin: 0px;
    padding: 0px;
  }
  #main .mod_navigation li {
  	padding-top: 1px;
  	padding-bottom: 3px;
  }
  .nav_link img {
    max-width: 60px;
    max-height: auto;
    visibility: visible;
  }
  .mod_changelanguage li {
    text-align: center;
  }
  #main {
    position: absolute;
    top: 80px;
    left: 10px;
    right: 10px;
    bottom: 40px;
    overflow-x:hidden;
    overflow-y:scroll;
    /* overflow: visible; */
  }
  .main_title {
    visibility: hidden;
  }
  .float_left img {
    max-width: 100%;
    float: none;
  }
  .float_right img {
    max-width: 100%;
    float: none;
  }
  #footer {
    height: 50px;
  }
  .foto {
    width: 200px;
    min-width: 200px;
  }
  .name_contact {
    width: 0px;
    visibility: hidden;
    font-size: 0px;
  }
  .skills {
    width: 0px;
    visibility: hidden;
    font-size: 0px;
  }
}
/* tablet style */
@media only screen and (min-width: 651px) and (max-width: 860px) {
  .logo img {
    width:96px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .navimg {
    width:96px;
    margin-right: 10px;
    margin-top: 10px;
  }
  #header .mod_navigation {
    visibility: hidden;
  }
  #main .mod_navigation {
    visibility: visible;
    margin: 0px;
    padding: 0px;
  }
  #main .mod_navigation li {
  	padding-top: 1px;
  	padding-bottom: 3px;
  }
  .nav_link img {
    max-width: 80px;
    max-height: auto;
    visibility: visible;
  }
  .mod_changelanguage li {
    text-align: center;
  }
  .main_title {
    visibility: hidden;
  }
  #main {
    position: absolute;
    top: 96px;
    left: 10px;
    right: 10px;
    bottom: 40px;
    overflow-x:hidden;
    overflow-y:scroll;
  }
  .foto {
    width: 200px;
    min-width: 200px;
  }
  .name_contact {
  	visibility: visible;
    min-width: 270px;
  }
  .skills {
    width: 0px;
    visibility: hidden;
    font-size: 0px;
  }
  .mobile_name td {
    max-height: 0px;
    visibility: hidden;
    font-size: 0px;
  }
}

/* small desktop screen */
@media only screen and (min-width: 861px) and (max-width: 1020px) {
  .logo img {
    width:106px;
    margin-left: 10px;
    margin-top: 10px;
  }
  #header .mod_navigation {
    visibility: visible;
  }
  #main .mod_navigation {
    visibility: hidden;
  }
  #header .mod_navigation ul.level_1 li {
    padding: 10px 6px;
    font-size: 17px;
  }
  #header .mod_navigation ul.level_2 li {
    font-size: 14px;
  }
  .nav_link img {
    visibility: hidden;
  }
  .main_title {
    font-size: 20px;
    line-height: 20px;
  }
  #main {
    position: absolute;
    top: 105px;
    left: 70px;
    right: 70px;
    bottom: 40px;
    overflow-x:hidden;
    overflow-y:scroll;
  }
  .mod_changelanguage li {
    right: 10px;
  }
  .foto {
    width: 200px;
    min-width: 200px;
    max-width: 210px;
  }
  .name_contact {
    min-width: 250px;
    max-width: 270px;
  }
  .skills {
    width: 370px;
  }
  .mobile_person td {
    max-height: 0px;
    visibility: hidden;
    font-size: 0px;
  }
  .mobile_name td {
    max-height: 0px;
    visibility: hidden;
    font-size: 0px;
  }
}

/* wide desktop screen */
@media only screen and (min-width: 1021px) {
  .logo img {
    width:118px;
    margin-left: 10px;
    margin-top: 10px;
  }
  #header .mod_navigation {
    visibility: visible;
  }
  #main .mod_navigation {
    visibility: hidden;
  }
  #main {
    position: absolute;
    top: 120px;
    left: 138px;
    right: 100px;
    bottom: 40px;
  }
  .mod_changelanguage li {
    right: 10px;
  }
  .foto {
    width: 200px;
    min-width: 200px;
    max-width: 210px;
  }
  .name_contact {
    min-width: 250px;
    max-width: 270px;
  }
  .skills {
    width: 400px;
  }
  .mobile_person td {
    max-height: 0px;
    visibility: hidden;
    font-size: 0px;
  }
  .mobile_name td {
    max-height: 0px;
    visibility: hidden;
    font-size: 0px;
  }
}

