html, body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html a, body a {
  cursor: pointer;
}
body, p {
  font-family: 'Quicksand-regular', Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #000;
}
body, body.Design {
  max-width: 100%;
  overflow-x:hidden;
}
ul, li div, span, a {
  font-family: 'Quicksand-regular', Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
b, strong, li strong {
  font-family: 'Quicksand-medium', Helvetica, Verdana, sans-serif;
  font-weight: normal;
}

em, p em, li em {
  font-family: 'Quicksand-regular', Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
}
strong em, p strong em, p em strong, li strong em, li em strong {
  font-family: 'Quicksand-medium', Helvetica, Verdana, sans-serif;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rozhaone', Gergia, Times, serif;
  font-weight: normal;
  font-style: normal;
  margin-top:0;
  color: #000;
  line-height: 1.2;
}

h1, .topheadline h1 { 
  font-size: 56px;
  margin-top: 0px;
  margin-bottom:50px;
  line-height: 1;  
}
h1.headline-frontpage { 
  margin-bottom: 100px;
  text-align: center;  
}
h2 { 
  font-size: 36px;
  margin-bottom: 16px; 
}
h3 { 
  font-size: 26px;
  margin: 16px 0;
}
h4, h5, h6 { 
  font-size: 20px;
  margin-bottom: 8px;
}

.footer_quick a, .quicklinks a:visited, .quicklinks a:hover, .quicklinks a:active {
  color:inherit;
}
.footerlinks .footer_quick a:hover {
  color:#444;
}
#content .editimgtxt a {
  text-decoration: underline;
}

a, a:visited, a:active {
  font-weight: inherit;
}

/*.imagesbotrow img {
  transition: all 1s ease-in-out;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-bottom: 10px;
}
.imagesbotrow img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.imagesbotrow .formaalimg img {
  padding-left:40px;
}*/


/*.quicklinks li {
  border-bottom:1px solid #fff;
}
*/
.topbar {
  background-color: #fff;
  min-height: 26px;
}
.topbar p {
  color: #fff;
}
.topbar .container {
  padding-top: 16px;
}

#logo img {
  max-height: 110px;
  width: auto;
}

#content {
  margin-top: 70px;
  margin-bottom: 30px;
}

#content p {
  margin: 0 0 25px 0;
}
#content img {
  box-shadow: none;
}
#content .edit img {
  border-radius: none;
}

#content a:hover {
  color: #888
}

#footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer img {
  width: 28px;
  height: 28px;
}

#footer a,
#footer a:active,
#footer a:visited {
  color: #fff;
}

#footer a:hover, #footer li a:hover {
  color: #888;
}

#content {
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s; /* Firefox */
  -webkit-animation: fadein 0.5s; /* Safari and Chrome */
  -o-animation: fadein 0.5s; /* Opera */
}

@keyframes fadein {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  }
  to {
    opacity: 1;
  }
}



#overflow, #lightbox, #overflow *, #lightbox * {
  max-width: 100%!important;
}