.grecaptcha-badge { 
    visibility: hidden !important;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
  color: gray;
}


body {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  padding-bottom: 5em;
}

.page {
  width: 100%;
  padding: 0 0 0 0;
  margin: auto;
}

#main h2 {
}

#main {
  width: 100%;
  max-width: 1326px;
  padding: 0 0 0 0;
  margin: auto;
}

#main_not-found {
  width: 100%;
  text-align: center;
  margin-bottom: 5em;
}

#main_clients {
  width: 100%;
  text-align: center;
  margin-bottom: 5em;
}
#main_clients h1 {
  margin-bottom: 1em;
}

#main_clients form div {
  font-size: 1.2em;
}

#main_clients input {
  margin-bottom: 0.5em;
  border-radius: 0.5em;
  background-color: #eee;
  border: solid 1px #aaa;
  font-size: 1.2em;
  width: 8em;
}

.inheader {
  width: 100%;
  max-width: 1500px;
  padding: 0 0 0 0;
  margin: auto;
}

.header {
  background-color: white;
  position: sticky;
  width: 100%;
  top: 0;
}

.nav {
  background-color: white;
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
}

.nav {
  max-height: 0;
  transition: max-height .5s ease-out;
}

.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}

.hamb-line {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
}

.hamb-line::before,
.hamb-line::after{
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
}

.side-menu:checked ~ .nav {
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}


.header img {
  display: inline-block;
  width: 18em;
/*  margin-left: 15%; */
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.menu a {
  display: block;
  padding: 10px;
  background-color: white;
}

.menu a:hover{
  background-color: #ccc;
}

.nav li {
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 3em;
  list-style: none;
}

/*
.nav li {
  font-size: 0.9em;
  letter-spacing: 1px;
  list-style: none;
  line-height: 5em;
  padding: 30px;
}
*/

.subnav {
  padding: 0;
}

.subnav-content {
    background-color: white;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
    display: none;
}

.subnav-content a {
    color: black;
/*    text-decoration: none; */
    margin: 10px;
    text-align: center;
}

.subnav:hover .subnav-content {
    display: block;
}

.subnavbtn {
  cursor: pointer;
/*  background-color: white; */
  color: black;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 3em;
  padding: 10px;
}

.langsel {
  text-align: right;
  float: right;
  margin-right: 1em;
}

.langselbtn {
  cursor: pointer;
  color: black;
  border: none;
  padding: 0;
  margin: 0;
}

.langsel-content {
    background-color: white;
    width: 100%;
    z-index: 9;
    padding: 0;
    display: none;
}

.langsel-content a {
    display: block;
    color: black;
    margin: 5px;
    text-align: right;
}

.langsel:hover .langsel-content {
    display: block;
}




.dropbtn {
  padding: 10px;
  cursor: pointer;
/*  background-color: white; */
  color: black;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
/*  display: none; */
  position: absolute;
  background-color: #f1f1f1;
  min-width: 15em;
  box-shadow: 0px 0.5em 1em 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 0.2em 1.5em;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
/*  background-color: #3e8e41; */
}



.textblock {
  width: 90%;
  margin: auto;
}

.wideimg {
  width: 100%;
  max-height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#contact-sent {
  color: green;
  font-size: 1.5em;
  display: none;
  margin-bottom: 6em;
}

#themes {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #e3ccba;
  width: 100%;
}

#themes div {
  clear:both;
}

#themes img {
  float: left;
  width: 95%;
  margin-left: 2.5%;
}

#footer {
  padding-top: 0.7em;
  padding-bottom: 0.2em;
  width: 100%;
  text-align: center;
  color: #999;
}

@media (min-width: 976px) {
    .nav {
        max-height: none;
        position: fixed;
        top: 0;
        max-width: 1500px;      
        width: 100%;
        background-color: transparent;
    }

    .menu {
       float: right;
    }

    .menu li{
        float: left;
    }
    .menu a:hover{
        background-color: transparent;
        color: #333;
    }

    .hamb{
        display: none;
    }

    .header img {
      width: 20em;
    }

    #themes img {
      float: left;
      width: 30%;
      margin-left: 2.5%;
    }

   .page {
     max-width: 1080px;
   }


/*
    .subnav-content {
        padding: 20px 0 ;
        display: none;
        background-color: white;
    }
    .subnav-content a {
        color: black;
    }
*/
}


